taxonInfo

taxonInfo(
  taxon,
  request = NULL,
  ...,
  file = NULL,
  return = TRUE,
  overwrite = FALSE,
  memoised = FALSE
)

Arguments

taxon

can either be Taxon ID, Taxon NCBI ID, or one of its string identifiers: scientific name, common name, abbreviation.

It is recommended to use Taxon ID for efficiency.

Please note, that not all taxa have all the possible identifiers available.

Use the allTaxa function to retrieve the necessary information. For convenience, below is a list of few example taxa:

IDComm.nameScient.nameAbbr.NcbiID
1humanHomo sapiens9606
2mouseMus musculus10090
3ratRattus norvegicus10116
4salmonidSalmonidae8015
5atlantic salmonSalmo salarssal8030
6rainbow troutOncorhynchus mykissomyk8022
7whitefishCoregonus clupeaformiscclu59861
8chinook salmonOncorhynchus tshawytschaotsh74940
10rainbow smeltOsmerus mordaxomor8014
11yeastSaccharomyces cerevisiae4932
12zebrafishDanio rerio7955
13flyDrosophila melanogaster7227
14wormCaenorhabditis elegans6239

If a vector of length>1 is provided return all matching taxon objects similar to allTaxa but without access to additional parameters. request parameter cannot be specified for vector inputs

request

character. If NULL retrieves the dataset object. Otherwise

  • datasets: Retrieves datasets for the given taxon. Parameters:

    • filter: Optional see allPlatforms filter argument.

    • offset: Optional, defaults to 0. Skips the specified amount of objects when retrieving them from the database

    • limit: Optional, defaults to 20. Limits the result to specified amount of objects. Use 0 for no limit.

    • sort: Character. Optional parameter (defaults to +id) sets the ordering property and direction. Format is [+,-][property name]. E.g. "-accession" will translate to descending ordering by the Accession property. Note that this does not guarantee the order of the returned entities. Nested properties are also supported (recursively).

      E.g: +curationDetails.lastTroubledEvent.date

  • phenotypes: Loads all phenotypes for the given taxon. Paremeters:

    • editableOnly: Optional, defaults to FALSE. Whether to only list editable objects.

    • tree: Optional, defaults to FALSE. Whether the returned structure should be an actual tree (nested JSON objects).

      Default is false - the tree is flattened and the tree structure information is stored as the values of the returned object.

  • phenoCandidateGenes: Given a set of phenotypes, return all genes associated with them. Parameters:

    • editableOnly: Optional, defaults to FALSE. Whether to only list editable objects.

    • phenotypes: Required. Phenotype value URIs separated by commas.

  • gene: Retrieves genes matching the identifier on the given taxon. Parameters:

    • gene: Required. Can either be the NCBI ID (1859), Ensembl ID (ENSG00000157540) or official symbol (DYRK1A) of the gene.

      NCBI ID is the most efficient (and guaranteed to be unique) identifier.

      Official symbol represents a gene homologue for a random taxon, unless used in a specific taxon (see the Taxa Endpoints).

  • geneEvidence: Retrieves gene evidence for the gene on the given taxon. Parameters:

    • gene: Required. Same as "gene" request

  • geneLocation: Retrieves gene evidence for the gene on the given taxon. Parameters:

    • gene: Required. Same as "gene" request

  • genesAtLocation: Finds genes overlapping a given region. Parameters:

    • chromosome: Required. The chromosome of the query location. Eg: 3, 21, X

    • strand: Optional. Can either be + or -.

      This is a WIP parameter and does currently not do anything.

      When using in scripts, remember to URL-encode the '+' plus character (see the compiled URL below).

    • start: Required. Number of the start nucleotide of the desired region.

    • size: Required. Amount of nucleotides in the desired region (i.e. the length of the region).

If a vector of length>1 is provided return all matching taxon objects similar to allTaxa request parameter cannot be specified for vector inputs

...

Use if the specified request has additional parameters.

file

Character. File path. If provided, response will be saved to file

return

Logical. If the response should be returned. Set to false when you only want to save a file

overwrite

Logical. If TRUE, existing files will be overwritten. If FALSE a warning will be thrown and no action is taken.

memoised

Logical. If TRUE a memoised version of the function will be used which is faster for repeated requests. Use forgetGemmaMemoised to clear memory.

Value

a list

Examples

taxonInfo('human')
#> $`Homo sapiens` #> $`Homo sapiens`$externalDatabase #> $`Homo sapiens`$externalDatabase$checked #> [1] FALSE #> #> $`Homo sapiens`$externalDatabase$name #> [1] "hg38" #> #> $`Homo sapiens`$externalDatabase$id #> [1] 87 #> #> #> $`Homo sapiens`$commonName #> [1] "human" #> #> $`Homo sapiens`$scientificName #> [1] "Homo sapiens" #> #> $`Homo sapiens`$isGenesUsable #> [1] TRUE #> #> $`Homo sapiens`$ncbiId #> [1] 9606 #> #> $`Homo sapiens`$isSpecies #> NULL #> #> $`Homo sapiens`$`_totalInQuery` #> [1] 0 #> #> $`Homo sapiens`$id #> [1] 1 #> #>
taxonInfo('human', request = 'datasets')
#> $GSE2018 #> $GSE2018$shortName #> [1] "GSE2018" #> #> $GSE2018$metadata #> NULL #> #> $GSE2018$userOwned #> [1] FALSE #> #> $GSE2018$bioMaterialCount #> NULL #> #> $GSE2018$processedExpressionVectorCount #> [1] 22283 #> #> $GSE2018$batchConfound #> NULL #> #> $GSE2018$batchEffect #> [1] "This data set may have a batch artifact (PC 2), p=0.0079605" #> #> $GSE2018$accession #> [1] "GSE2018" #> #> $GSE2018$externalDatabase #> [1] "GEO" #> #> $GSE2018$taxon #> [1] "human" #> #> $GSE2018$taxonId #> [1] 1 #> #> $GSE2018$experimentalDesign #> [1] 1 #> #> $GSE2018$technologyType #> [1] "ONECOLOR" #> #> $GSE2018$isPublic #> [1] TRUE #> #> $GSE2018$geeq #> $GSE2018$geeq$sScorePublication #> [1] 1 #> #> $GSE2018$geeq$sScorePlatformAmount #> [1] 1 #> #> $GSE2018$geeq$sScorePlatformsTechMulti #> [1] 1 #> #> $GSE2018$geeq$sScoreAvgPlatformPopularity #> [1] 1 #> #> $GSE2018$geeq$sScoreAvgPlatformSize #> [1] 0 #> #> $GSE2018$geeq$sScoreSampleSize #> [1] 1 #> #> $GSE2018$geeq$sScoreRawData #> [1] 1 #> #> $GSE2018$geeq$sScoreMissingValues #> [1] 1 #> #> $GSE2018$geeq$qScoreOutliers #> [1] -1 #> #> $GSE2018$geeq$qScorePlatformsTech #> [1] 1 #> #> $GSE2018$geeq$qScoreReplicates #> [1] 1 #> #> $GSE2018$geeq$qScoreBatchInfo #> [1] 1 #> #> $GSE2018$geeq$qScoreSampleMeanCorrelation #> [1] 0.9563118 #> #> $GSE2018$geeq$qScoreSampleMedianCorrelation #> [1] 0.9602397 #> #> $GSE2018$geeq$qScoreSampleCorrelationVariance #> [1] 0.0003980952 #> #> $GSE2018$geeq$noVectors #> [1] FALSE #> #> $GSE2018$geeq$corrMatIssues #> [1] 2 #> #> $GSE2018$geeq$replicatesIssues #> [1] 0 #> #> $GSE2018$geeq$batchCorrected #> [1] FALSE #> #> $GSE2018$geeq$publicQualityScore #> [1] 0.5657485 #> #> $GSE2018$geeq$publicSuitabilityScore #> [1] 0.875 #> #> $GSE2018$geeq$qScorePublicBatchEffect #> [1] 0 #> #> $GSE2018$geeq$qScorePublicBatchConfound #> [1] 1 #> #> $GSE2018$geeq$`_totalInQuery` #> [1] 0 #> #> $GSE2018$geeq$id #> [1] 557 #> #> #> $GSE2018$arrayDesignCount #> [1] 1 #> #> $GSE2018$bioAssayCount #> [1] 34 #> #> $GSE2018$currentUserHasWritePermission #> [1] FALSE #> #> $GSE2018$currentUserIsOwner #> [1] FALSE #> #> $GSE2018$externalUri #> [1] "http://www.ncbi.nlm.nih.gov/geo/" #> #> $GSE2018$isShared #> [1] FALSE #> #> $GSE2018$securableClass #> [1] "ubic.gemma.model.expression.experiment.ExpressionExperiment" #> #> $GSE2018$userCanWrite #> [1] FALSE #> #> $GSE2018$description #> [1] "Bronchoalveolar lavage samples collected from lung transplant recipients. Numeric portion of sample name is an arbitrary patient ID and AxBx number indicates the perivascular (A) and bronchiolar (B) scores from biopsies collected on the same day as the BAL fluid was collected. Several patients have more than one sample in this series and can be determined by patient number followed by a lower case letter. Acute rejection state is determined by the combined A and B score - specifically, a combined AB score of 2 or greater is considered an acute rejection." #> #> $GSE2018$source #> [1] "" #> #> $GSE2018$name #> [1] "Human Lung Transplant - BAL" #> #> $GSE2018$id #> [1] 1 #> #> $GSE2018$lastUpdated #> [1] 1.585294e+12 #> #> $GSE2018$troubled #> [1] FALSE #> #> $GSE2018$lastTroubledEvent #> NULL #> #> $GSE2018$needsAttention #> [1] FALSE #> #> $GSE2018$troubleDetails #> [1] "No trouble details provided." #> #> $GSE2018$lastNoteUpdateEvent #> NULL #> #> $GSE2018$lastNeedsAttentionEvent #> $GSE2018$lastNeedsAttentionEvent$performer #> [1] "amansharma" #> #> $GSE2018$lastNeedsAttentionEvent$detail #> NULL #> #> $GSE2018$lastNeedsAttentionEvent$actionName #> [1] "Update" #> #> $GSE2018$lastNeedsAttentionEvent$eventTypeName #> [1] "DoesNotNeedAttentionEvent" #> #> $GSE2018$lastNeedsAttentionEvent$action #> [1] "U" #> #> $GSE2018$lastNeedsAttentionEvent$date #> [1] 1.538514e+12 #> #> $GSE2018$lastNeedsAttentionEvent$note #> [1] "Does not need attention." #> #> $GSE2018$lastNeedsAttentionEvent$eventType #> $GSE2018$lastNeedsAttentionEvent$eventType$id #> [1] 281229 #> #> #> $GSE2018$lastNeedsAttentionEvent$`_totalInQuery` #> [1] 0 #> #> $GSE2018$lastNeedsAttentionEvent$id #> [1] 25176178 #> #> #> $GSE2018$curationNote #> NULL #> #> $GSE2018$`_totalInQuery` #> [1] 4761 #> #> #> $GSE4036 #> $GSE4036$shortName #> [1] "GSE4036" #> #> $GSE4036$metadata #> NULL #> #> $GSE4036$userOwned #> [1] FALSE #> #> $GSE4036$bioMaterialCount #> NULL #> #> $GSE4036$processedExpressionVectorCount #> [1] 54675 #> #> $GSE4036$batchConfound #> NULL #> #> $GSE4036$batchEffect #> [1] "No batch effect was detected" #> #> $GSE4036$accession #> [1] "GSE4036" #> #> $GSE4036$externalDatabase #> [1] "GEO" #> #> $GSE4036$taxon #> [1] "human" #> #> $GSE4036$taxonId #> [1] 1 #> #> $GSE4036$experimentalDesign #> [1] 4 #> #> $GSE4036$technologyType #> [1] "ONECOLOR" #> #> $GSE4036$isPublic #> [1] TRUE #> #> $GSE4036$geeq #> $GSE4036$geeq$sScorePublication #> [1] -1 #> #> $GSE4036$geeq$sScorePlatformAmount #> [1] 1 #> #> $GSE4036$geeq$sScorePlatformsTechMulti #> [1] 1 #> #> $GSE4036$geeq$sScoreAvgPlatformPopularity #> [1] 1 #> #> $GSE4036$geeq$sScoreAvgPlatformSize #> [1] 1 #> #> $GSE4036$geeq$sScoreSampleSize #> [1] 1 #> #> $GSE4036$geeq$sScoreRawData #> [1] 1 #> #> $GSE4036$geeq$sScoreMissingValues #> [1] 1 #> #> $GSE4036$geeq$qScoreOutliers #> [1] 1 #> #> $GSE4036$geeq$qScorePlatformsTech #> [1] 1 #> #> $GSE4036$geeq$qScoreReplicates #> [1] 1 #> #> $GSE4036$geeq$qScoreBatchInfo #> [1] 1 #> #> $GSE4036$geeq$qScoreSampleMeanCorrelation #> [1] 0.9792758 #> #> $GSE4036$geeq$qScoreSampleMedianCorrelation #> [1] 0.9798724 #> #> $GSE4036$geeq$qScoreSampleCorrelationVariance #> [1] 4.67918e-05 #> #> $GSE4036$geeq$noVectors #> [1] FALSE #> #> $GSE4036$geeq$corrMatIssues #> [1] 2 #> #> $GSE4036$geeq$replicatesIssues #> [1] 0 #> #> $GSE4036$geeq$batchCorrected #> [1] FALSE #> #> $GSE4036$geeq$publicQualityScore #> [1] 0.9971246 #> #> $GSE4036$geeq$publicSuitabilityScore #> [1] 0.75 #> #> $GSE4036$geeq$qScorePublicBatchEffect #> [1] 1 #> #> $GSE4036$geeq$qScorePublicBatchConfound #> [1] 1 #> #> $GSE4036$geeq$`_totalInQuery` #> [1] 0 #> #> $GSE4036$geeq$id #> [1] 560 #> #> #> $GSE4036$arrayDesignCount #> [1] 1 #> #> $GSE4036$bioAssayCount #> [1] 28 #> #> $GSE4036$currentUserHasWritePermission #> [1] FALSE #> #> $GSE4036$currentUserIsOwner #> [1] FALSE #> #> $GSE4036$externalUri #> [1] "http://www.ncbi.nlm.nih.gov/geo/" #> #> $GSE4036$isShared #> [1] FALSE #> #> $GSE4036$securableClass #> [1] "ubic.gemma.model.expression.experiment.ExpressionExperiment" #> #> $GSE4036$userCanWrite #> [1] FALSE #> #> $GSE4036$description #> [1] "Our laboratory has developed the first mouse model overexpressing a RNA-binding protein, the ELAV-like protein HuD, in the CNS under the control of the CaMKinII alpha promoter. Initial behavioral characterization of the mice revealed that they had significant learning deficits together with abnormalities in prepulse inhibition (PPI). At the molecular level, we found that the expression of the growth-associated protein GAP-43, one of the targets of HuD, was increased in the hippocampus of HuD transgenic mice. To characterize these mice further and to evaluate the utility of these animals in understanding human diseases, we propose to use DNA microarray methods. To test our hypothesis we propose 3 specific aims: 1) To characterize the pattern of gene expression in the hippocampus of HuD overexpressor mice 2) To compare the pattern of gene expression in our mouse model with that in the hippocampus of rats prenatally exposed to alcohol (FAS model) and 3) To compare the pattern of gene expression in our mouse model with that shown in post-mortem tissues of patients with schizophrenia. In our previous protocols we examined the pattern of gene expression in our HuD transgenic mice and in rats prenaltally exposed to alcohol. A report by another group (Hakak et al, 2001) showed that three of the HuD targets were upregulated in the prefrontal cortex of patients with schizophrenia. To evaluate whether other target of HuD may be affected in this illness, in the current protocol, we want to compare the pattern of expression in our transgenic mice with in tissue from patients with schizophrenia Based on the behavioral and molecular properties of our HuD transgenic mice we hypothesize that these animals may be good models for the studying the basis of learning disabilities and of diseases that show deficits in PPI such as fetal alcohol syndrome and schizophrenia. All 28 samples are derived from cerebellar tissues for patients with schizophrenia and matched controls. The specimens were obtained from the Maryland Brain Collection according to NIH guidelines for confidentially and privacy. The protocol used in these studies was reviewed by our HRRC which found that our studies do not fall within the category of protocols monitored by the IRB (see attached letter form the HRRC). Specimens from 14 patients with a diagnosis of schizophrenia performed according to DSM-IV criteria and 14 sex-, age- and PMI-matched controls was included in this study. No differences were found between patients and control subjects in the average age (45±12 versus 43±10 years, p=0.86) or PMI (12±5 versus 16±6 hours, p=0.11). We will provide 28 samples containing 5 ug of RNA each in DEPC water (see validation of the quality of the RNA below). In addition, we include in our study animals treated with haloperidol as control for medication. These samples will be submitted in a separate protocol.\nDate GSE4036 Last Updated: Jan 13 2006\nContributors: Nora I Perrone-Bizzozero\nIncludes GDS1917.\n Update date: Jun 14 2006.\n Dataset description GDS1917: Analysis of cortical samples corresponding to the crus I/VIIa area of the cerebellum from schizophrenia patients. A study indicates that targets of the RNA-binding ELAV-like protein HuD are overexpressed in the prefrontal cortex of patients with schizophrenia." #> #> $GSE4036$source #> NULL #> #> $GSE4036$name #> [1] "perro-affy-human-186940" #> #> $GSE4036$id #> [1] 4 #> #> $GSE4036$lastUpdated #> [1] 1.585281e+12 #> #> $GSE4036$troubled #> [1] FALSE #> #> $GSE4036$lastTroubledEvent #> NULL #> #> $GSE4036$needsAttention #> [1] FALSE #> #> $GSE4036$troubleDetails #> [1] "No trouble details provided." #> #> $GSE4036$lastNoteUpdateEvent #> NULL #> #> $GSE4036$lastNeedsAttentionEvent #> $GSE4036$lastNeedsAttentionEvent$performer #> [1] "hi1hi1" #> #> $GSE4036$lastNeedsAttentionEvent$detail #> NULL #> #> $GSE4036$lastNeedsAttentionEvent$actionName #> [1] "Update" #> #> $GSE4036$lastNeedsAttentionEvent$eventTypeName #> [1] "DoesNotNeedAttentionEvent" #> #> $GSE4036$lastNeedsAttentionEvent$action #> [1] "U" #> #> $GSE4036$lastNeedsAttentionEvent$date #> [1] 1.5221e+12 #> #> $GSE4036$lastNeedsAttentionEvent$note #> [1] "Does not need attention." #> #> $GSE4036$lastNeedsAttentionEvent$eventType #> $GSE4036$lastNeedsAttentionEvent$eventType$id #> [1] 195621 #> #> #> $GSE4036$lastNeedsAttentionEvent$`_totalInQuery` #> [1] 0 #> #> $GSE4036$lastNeedsAttentionEvent$id #> [1] 24935871 #> #> #> $GSE4036$curationNote #> NULL #> #> $GSE4036$`_totalInQuery` #> [1] 4761 #> #> #> $GSE3489 #> $GSE3489$shortName #> [1] "GSE3489" #> #> $GSE3489$metadata #> NULL #> #> $GSE3489$userOwned #> [1] FALSE #> #> $GSE3489$bioMaterialCount #> NULL #> #> $GSE3489$processedExpressionVectorCount #> [1] 12625 #> #> $GSE3489$batchConfound #> NULL #> #> $GSE3489$batchEffect #> NULL #> #> $GSE3489$accession #> [1] "GSE3489" #> #> $GSE3489$externalDatabase #> [1] "GEO" #> #> $GSE3489$taxon #> [1] "human" #> #> $GSE3489$taxonId #> [1] 1 #> #> $GSE3489$experimentalDesign #> [1] 18 #> #> $GSE3489$technologyType #> [1] "ONECOLOR" #> #> $GSE3489$isPublic #> [1] TRUE #> #> $GSE3489$geeq #> $GSE3489$geeq$sScorePublication #> [1] 1 #> #> $GSE3489$geeq$sScorePlatformAmount #> [1] 1 #> #> $GSE3489$geeq$sScorePlatformsTechMulti #> [1] 1 #> #> $GSE3489$geeq$sScoreAvgPlatformPopularity #> [1] 0.5 #> #> $GSE3489$geeq$sScoreAvgPlatformSize #> [1] -0.5 #> #> $GSE3489$geeq$sScoreSampleSize #> [1] 1 #> #> $GSE3489$geeq$sScoreRawData #> [1] -1 #> #> $GSE3489$geeq$sScoreMissingValues #> [1] 1 #> #> $GSE3489$geeq$qScoreOutliers #> [1] 1 #> #> $GSE3489$geeq$qScorePlatformsTech #> [1] 1 #> #> $GSE3489$geeq$qScoreReplicates #> [1] 1 #> #> $GSE3489$geeq$qScoreBatchInfo #> [1] -1 #> #> $GSE3489$geeq$qScoreSampleMeanCorrelation #> [1] 0.9269238 #> #> $GSE3489$geeq$qScoreSampleMedianCorrelation #> [1] 0.9312079 #> #> $GSE3489$geeq$qScoreSampleCorrelationVariance #> [1] 0.001839236 #> #> $GSE3489$geeq$noVectors #> [1] FALSE #> #> $GSE3489$geeq$corrMatIssues #> [1] 0 #> #> $GSE3489$geeq$replicatesIssues #> [1] 0 #> #> $GSE3489$geeq$batchCorrected #> [1] FALSE #> #> $GSE3489$geeq$publicQualityScore #> [1] 0.418744 #> #> $GSE3489$geeq$publicSuitabilityScore #> [1] 0.5 #> #> $GSE3489$geeq$qScorePublicBatchEffect #> [1] 0 #> #> $GSE3489$geeq$qScorePublicBatchConfound #> [1] 0 #> #> $GSE3489$geeq$`_totalInQuery` #> [1] 0 #> #> $GSE3489$geeq$id #> [1] 663 #> #> #> $GSE3489$arrayDesignCount #> [1] 1 #> #> $GSE3489$bioAssayCount #> [1] 28 #> #> $GSE3489$currentUserHasWritePermission #> [1] FALSE #> #> $GSE3489$currentUserIsOwner #> [1] FALSE #> #> $GSE3489$externalUri #> [1] "http://www.ncbi.nlm.nih.gov/geo/" #> #> $GSE3489$isShared #> [1] FALSE #> #> $GSE3489$securableClass #> [1] "ubic.gemma.model.expression.experiment.ExpressionExperiment" #> #> $GSE3489$userCanWrite #> [1] FALSE #> #> $GSE3489$description #> [1] "The neurodegenerative process in HIV encephalitis (HIVE) is associated with extensive damage to the dendritic and synaptic structure that often leads to cognitive impairment. Several mechanisms might be at play, including release of neurotoxins, oxidative stress and decreased activity of neurotrophic factors. Furthermore, HIV-mediated dysregulation of genes involved in neuronal maintenance might play an important role. For this purpose, cRNA was prepared from the brains of 17 AIDS patients for analysis with the Affymetrix Human U95Av2 GeneChip and analyzed with the GeneSpring Expression Analysis Software. Out of 12,625 genes analyzed, 74 were downregulated and 59 were upregulated compared to controls. Initial alternative analysis of RNA was performed by ribonuclease protection assay (RPA). In cases with HIVE, downregulated genes included neuronal molecules involved in synaptic plasticity and transmission (ion channels, synaptogyrin, synapsin II), cell cycle (p35, p39, CDC-L2, CDC42, PAK1) and signaling molecules (PI3K, Ras-Raf-MEK1), transcription factors and cytoskeletal components (MAP-1B, MAP-2, tubulin, adducin-2). Upregulated genes included those involved in neuroimmune (IgG, MHC, ?2microglobulin) and anti-viral responses (interferon-inducible molecules), transcription (STAT1, OLIG2, Pax-6) and signaling modulation (MEK3, EphB1) of the cytoskeleton (myosin, aduccin-3, radixin, dystrobrevin). Taken together, this study suggests that HIV proteins released from infected macrophages might not only induce a neuroinflammatory response, but also may promote neurodegeneration by interfering with neuronal transcription of genes involved in regulating signaling and cytoskeletal molecules important in maintaining synapto-dendritic functioning and integrity.\nDate GSE3489 Last Updated: Mar 07 2006\nContributors: Eleanor S Roberts Dianne Langford Anthony Adame Edward Rockenstein Leslie Crews Howard S Fox Eliezer Masiliah Ian Everall\nIncludes GDS1726.\n Update date: May 30 2006.\n Dataset description GDS1726: Analysis of brain frontal cortex of HIV-seropositive patients with HIV encephalitis (HIVE). HIVE affects >40% of AIDS patients, promoting neurodegeneration and cognitive impairment. Results suggest HIV-mediated dysregulation of genes involved in neuronal maintenance might play an important role." #> #> $GSE3489$source #> NULL #> #> $GSE3489$name #> [1] "Patterns of gene dysregulation in the frontal cortex of patients with HIV encephalitis" #> #> $GSE3489$id #> [1] 18 #> #> $GSE3489$lastUpdated #> [1] 1.585281e+12 #> #> $GSE3489$troubled #> [1] FALSE #> #> $GSE3489$lastTroubledEvent #> NULL #> #> $GSE3489$needsAttention #> [1] FALSE #> #> $GSE3489$troubleDetails #> [1] "No trouble details provided." #> #> $GSE3489$lastNoteUpdateEvent #> NULL #> #> $GSE3489$lastNeedsAttentionEvent #> $GSE3489$lastNeedsAttentionEvent$performer #> [1] "hi1hi1" #> #> $GSE3489$lastNeedsAttentionEvent$detail #> NULL #> #> $GSE3489$lastNeedsAttentionEvent$actionName #> [1] "Update" #> #> $GSE3489$lastNeedsAttentionEvent$eventTypeName #> [1] "DoesNotNeedAttentionEvent" #> #> $GSE3489$lastNeedsAttentionEvent$action #> [1] "U" #> #> $GSE3489$lastNeedsAttentionEvent$date #> [1] 1.522098e+12 #> #> $GSE3489$lastNeedsAttentionEvent$note #> [1] "Does not need attention." #> #> $GSE3489$lastNeedsAttentionEvent$eventType #> $GSE3489$lastNeedsAttentionEvent$eventType$id #> [1] 195607 #> #> #> $GSE3489$lastNeedsAttentionEvent$`_totalInQuery` #> [1] 0 #> #> $GSE3489$lastNeedsAttentionEvent$id #> [1] 24935843 #> #> #> $GSE3489$curationNote #> NULL #> #> $GSE3489$`_totalInQuery` #> [1] 4761 #> #> #> $GSE1923 #> $GSE1923$shortName #> [1] "GSE1923" #> #> $GSE1923$metadata #> NULL #> #> $GSE1923$userOwned #> [1] FALSE #> #> $GSE1923$bioMaterialCount #> NULL #> #> $GSE1923$processedExpressionVectorCount #> [1] 12625 #> #> $GSE1923$batchConfound #> NULL #> #> $GSE1923$batchEffect #> [1] "Data has been batch-corrected" #> #> $GSE1923$accession #> [1] "GSE1923" #> #> $GSE1923$externalDatabase #> [1] "GEO" #> #> $GSE1923$taxon #> [1] "human" #> #> $GSE1923$taxonId #> [1] 1 #> #> $GSE1923$experimentalDesign #> [1] 50 #> #> $GSE1923$technologyType #> [1] "ONECOLOR" #> #> $GSE1923$isPublic #> [1] TRUE #> #> $GSE1923$geeq #> $GSE1923$geeq$sScorePublication #> [1] 1 #> #> $GSE1923$geeq$sScorePlatformAmount #> [1] 1 #> #> $GSE1923$geeq$sScorePlatformsTechMulti #> [1] 1 #> #> $GSE1923$geeq$sScoreAvgPlatformPopularity #> [1] 0.5 #> #> $GSE1923$geeq$sScoreAvgPlatformSize #> [1] -0.5 #> #> $GSE1923$geeq$sScoreSampleSize #> [1] 0 #> #> $GSE1923$geeq$sScoreRawData #> [1] 1 #> #> $GSE1923$geeq$sScoreMissingValues #> [1] 1 #> #> $GSE1923$geeq$qScoreOutliers #> [1] -1 #> #> $GSE1923$geeq$qScorePlatformsTech #> [1] 1 #> #> $GSE1923$geeq$qScoreReplicates #> [1] 0 #> #> $GSE1923$geeq$qScoreBatchInfo #> [1] 1 #> #> $GSE1923$geeq$qScoreSampleMeanCorrelation #> [1] 0.9891525 #> #> $GSE1923$geeq$qScoreSampleMedianCorrelation #> [1] 0.9942224 #> #> $GSE1923$geeq$qScoreSampleCorrelationVariance #> [1] 0.0001171133 #> #> $GSE1923$geeq$noVectors #> [1] FALSE #> #> $GSE1923$geeq$corrMatIssues #> [1] 0 #> #> $GSE1923$geeq$replicatesIssues #> [1] 0 #> #> $GSE1923$geeq$batchCorrected #> [1] TRUE #> #> $GSE1923$geeq$publicQualityScore #> [1] 0.5706032 #> #> $GSE1923$geeq$publicSuitabilityScore #> [1] 0.625 #> #> $GSE1923$geeq$qScorePublicBatchEffect #> [1] 1 #> #> $GSE1923$geeq$qScorePublicBatchConfound #> [1] 1 #> #> $GSE1923$geeq$`_totalInQuery` #> [1] 0 #> #> $GSE1923$geeq$id #> [1] 707 #> #> #> $GSE1923$arrayDesignCount #> [1] 1 #> #> $GSE1923$bioAssayCount #> [1] 15 #> #> $GSE1923$currentUserHasWritePermission #> [1] FALSE #> #> $GSE1923$currentUserIsOwner #> [1] FALSE #> #> $GSE1923$externalUri #> [1] "http://www.ncbi.nlm.nih.gov/geo/" #> #> $GSE1923$isShared #> [1] FALSE #> #> $GSE1923$securableClass #> [1] "ubic.gemma.model.expression.experiment.ExpressionExperiment" #> #> $GSE1923$userCanWrite #> [1] FALSE #> #> $GSE1923$description #> [1] "Overall study: Identification of PDGF-dependent patterns of gene expression in U87 glioblastoma cells. RNA was obtained from triplicate dishes of 5 different groups of U87 cells, each (total 15) analyzed with one U95 microarray chip. Three different comparisons were made: 1) Clone 3.1 (34580-34582) vs. clone 3.3 (34583-34585) vs. parent U87 (34592-34594). Purpose: demonstrate that the gene expression profiles between these 3 cell lines are not different, so they could be pooled as a single untreated group. 2) Pooled control group (34580-34585, 34592-34594) vs. clone 8.1 (34586-34588). Purpose: identify genes specifically controlled by autocrine PDGF activity. 3) Clone 8.1 (34586-34588) vs. clone 8.1 treated with PDGF (34589-34591) Purpose: Identify genes specifically induced by exogenous PDGF.\nDate GSE1923 Last Updated: Dec 19 2005\nContributors: David M Kaetzel Catherine Nutt Xuejun Peng Piam Shanehsaz Deqin Ma David N Louis\nIncludes GDS1730.\n Update date: May 02 2006.\n Dataset description GDS1730: Analysis of U87 glioblastoma (GBM) cell clones overexpressing a dominant-negative form of platelet-derived growth factor (PDGF) A subunit to inactive the PDGF autocrine signaling loop. The autocrine PDGF loop is a hallmark of GBM. Results identify genes regulated by oncogenic PDGF signaling." #> #> $GSE1923$source #> NULL #> #> $GSE1923$name #> [1] "Identification of PDGF-dependent patterns of gene expression in U87 glioblastoma cells" #> #> $GSE1923$id #> [1] 50 #> #> $GSE1923$lastUpdated #> [1] 1.585281e+12 #> #> $GSE1923$troubled #> [1] FALSE #> #> $GSE1923$lastTroubledEvent #> NULL #> #> $GSE1923$needsAttention #> [1] FALSE #> #> $GSE1923$troubleDetails #> [1] "No trouble details provided." #> #> $GSE1923$lastNoteUpdateEvent #> NULL #> #> $GSE1923$lastNeedsAttentionEvent #> $GSE1923$lastNeedsAttentionEvent$performer #> [1] "CalvinC" #> #> $GSE1923$lastNeedsAttentionEvent$detail #> NULL #> #> $GSE1923$lastNeedsAttentionEvent$actionName #> [1] "Update" #> #> $GSE1923$lastNeedsAttentionEvent$eventTypeName #> [1] "DoesNotNeedAttentionEvent" #> #> $GSE1923$lastNeedsAttentionEvent$action #> [1] "U" #> #> $GSE1923$lastNeedsAttentionEvent$date #> [1] 1.54084e+12 #> #> $GSE1923$lastNeedsAttentionEvent$note #> [1] "Does not need attention." #> #> $GSE1923$lastNeedsAttentionEvent$eventType #> $GSE1923$lastNeedsAttentionEvent$eventType$id #> [1] 286285 #> #> #> $GSE1923$lastNeedsAttentionEvent$`_totalInQuery` #> [1] 0 #> #> $GSE1923$lastNeedsAttentionEvent$id #> [1] 25182999 #> #> #> $GSE1923$curationNote #> NULL #> #> $GSE1923$`_totalInQuery` #> [1] 4761 #> #> #> $GSE361 #> $GSE361$shortName #> [1] "GSE361" #> #> $GSE361$metadata #> NULL #> #> $GSE361$userOwned #> [1] FALSE #> #> $GSE361$bioMaterialCount #> NULL #> #> $GSE361$processedExpressionVectorCount #> [1] 5119 #> #> $GSE361$batchConfound #> NULL #> #> $GSE361$batchEffect #> NULL #> #> $GSE361$accession #> [1] "GSE361" #> #> $GSE361$externalDatabase #> [1] "GEO" #> #> $GSE361$taxon #> [1] "human" #> #> $GSE361$taxonId #> [1] 1 #> #> $GSE361$experimentalDesign #> [1] 98 #> #> $GSE361$technologyType #> [1] "ONECOLOR" #> #> $GSE361$isPublic #> [1] TRUE #> #> $GSE361$geeq #> $GSE361$geeq$sScorePublication #> [1] 1 #> #> $GSE361$geeq$sScorePlatformAmount #> [1] 1 #> #> $GSE361$geeq$sScorePlatformsTechMulti #> [1] 1 #> #> $GSE361$geeq$sScoreAvgPlatformPopularity #> [1] 0 #> #> $GSE361$geeq$sScoreAvgPlatformSize #> [1] -1 #> #> $GSE361$geeq$sScoreSampleSize #> [1] 1 #> #> $GSE361$geeq$sScoreRawData #> [1] -1 #> #> $GSE361$geeq$sScoreMissingValues #> [1] 1 #> #> $GSE361$geeq$qScoreOutliers #> [1] 1 #> #> $GSE361$geeq$qScorePlatformsTech #> [1] 1 #> #> $GSE361$geeq$qScoreReplicates #> [1] 1 #> #> $GSE361$geeq$qScoreBatchInfo #> [1] -1 #> #> $GSE361$geeq$qScoreSampleMeanCorrelation #> [1] 0.8756993 #> #> $GSE361$geeq$qScoreSampleMedianCorrelation #> [1] 0.8849484 #> #> $GSE361$geeq$qScoreSampleCorrelationVariance #> [1] 0.002241716 #> #> $GSE361$geeq$noVectors #> [1] FALSE #> #> $GSE361$geeq$corrMatIssues #> [1] 0 #> #> $GSE361$geeq$replicatesIssues #> [1] 0 #> #> $GSE361$geeq$batchCorrected #> [1] FALSE #> #> $GSE361$geeq$publicQualityScore #> [1] 0.4121355 #> #> $GSE361$geeq$publicSuitabilityScore #> [1] 0.375 #> #> $GSE361$geeq$qScorePublicBatchEffect #> [1] 0 #> #> $GSE361$geeq$qScorePublicBatchConfound #> [1] 0 #> #> $GSE361$geeq$`_totalInQuery` #> [1] 0 #> #> $GSE361$geeq$id #> [1] 786 #> #> #> $GSE361$arrayDesignCount #> [1] 1 #> #> $GSE361$bioAssayCount #> [1] 20 #> #> $GSE361$currentUserHasWritePermission #> [1] FALSE #> #> $GSE361$currentUserIsOwner #> [1] FALSE #> #> $GSE361$externalUri #> [1] "http://www.ncbi.nlm.nih.gov/geo/" #> #> $GSE361$isShared #> [1] FALSE #> #> $GSE361$securableClass #> [1] "ubic.gemma.model.expression.experiment.ExpressionExperiment" #> #> $GSE361$userCanWrite #> [1] FALSE #> #> $GSE361$description #> [1] "Analysis of gene expression in mammary epithelial cells transduced with either hTERT, empty LXSN vector or empty BABE vector.\nDate GSE361 Last Updated: May 29 2005\nIncludes GDS337.\n Update date: May 21 2003.\n Dataset description GDS337: Effect of overexpression of the telomerase catalytic subunit (TERT) in mammary epithelial cells (HMEC). Findings imply that ectopic telomerase expression modulates growth-controlling genes and enhances cell proliferation." #> #> $GSE361$source #> NULL #> #> $GSE361$name #> [1] "Mammary epithelial cell transduction" #> #> $GSE361$id #> [1] 98 #> #> $GSE361$lastUpdated #> [1] 1.585282e+12 #> #> $GSE361$troubled #> [1] FALSE #> #> $GSE361$lastTroubledEvent #> NULL #> #> $GSE361$needsAttention #> [1] FALSE #> #> $GSE361$troubleDetails #> [1] "No trouble details provided." #> #> $GSE361$lastNoteUpdateEvent #> NULL #> #> $GSE361$lastNeedsAttentionEvent #> $GSE361$lastNeedsAttentionEvent$performer #> [1] "ellie27h" #> #> $GSE361$lastNeedsAttentionEvent$detail #> NULL #> #> $GSE361$lastNeedsAttentionEvent$actionName #> [1] "Update" #> #> $GSE361$lastNeedsAttentionEvent$eventTypeName #> [1] "DoesNotNeedAttentionEvent" #> #> $GSE361$lastNeedsAttentionEvent$action #> [1] "U" #> #> $GSE361$lastNeedsAttentionEvent$date #> [1] 1.533329e+12 #> #> $GSE361$lastNeedsAttentionEvent$note #> [1] "Does not need attention." #> #> $GSE361$lastNeedsAttentionEvent$eventType #> $GSE361$lastNeedsAttentionEvent$eventType$id #> [1] 244832 #> #> #> $GSE361$lastNeedsAttentionEvent$`_totalInQuery` #> [1] 0 #> #> $GSE361$lastNeedsAttentionEvent$id #> [1] 25127163 #> #> #> $GSE361$curationNote #> NULL #> #> $GSE361$`_totalInQuery` #> [1] 4761 #> #> #> $GSE492 #> $GSE492$shortName #> [1] "GSE492" #> #> $GSE492$metadata #> NULL #> #> $GSE492$userOwned #> [1] FALSE #> #> $GSE492$bioMaterialCount #> NULL #> #> $GSE492$processedExpressionVectorCount #> [1] 12625 #> #> $GSE492$batchConfound #> NULL #> #> $GSE492$batchEffect #> [1] "Data has been batch-corrected" #> #> $GSE492$accession #> [1] "GSE492" #> #> $GSE492$externalDatabase #> [1] "GEO" #> #> $GSE492$taxon #> [1] "human" #> #> $GSE492$taxonId #> [1] 1 #> #> $GSE492$experimentalDesign #> [1] 100 #> #> $GSE492$technologyType #> [1] "ONECOLOR" #> #> $GSE492$isPublic #> [1] TRUE #> #> $GSE492$geeq #> $GSE492$geeq$sScorePublication #> [1] -1 #> #> $GSE492$geeq$sScorePlatformAmount #> [1] 1 #> #> $GSE492$geeq$sScorePlatformsTechMulti #> [1] 1 #> #> $GSE492$geeq$sScoreAvgPlatformPopularity #> [1] 0.5 #> #> $GSE492$geeq$sScoreAvgPlatformSize #> [1] -0.5 #> #> $GSE492$geeq$sScoreSampleSize #> [1] 0 #> #> $GSE492$geeq$sScoreRawData #> [1] 1 #> #> $GSE492$geeq$sScoreMissingValues #> [1] 1 #> #> $GSE492$geeq$qScoreOutliers #> [1] 1 #> #> $GSE492$geeq$qScorePlatformsTech #> [1] 1 #> #> $GSE492$geeq$qScoreReplicates #> [1] 0 #> #> $GSE492$geeq$qScoreBatchInfo #> [1] 1 #> #> $GSE492$geeq$qScoreSampleMeanCorrelation #> [1] 0.9924271 #> #> $GSE492$geeq$qScoreSampleMedianCorrelation #> [1] 0.9932936 #> #> $GSE492$geeq$qScoreSampleCorrelationVariance #> [1] 1.460114e-05 #> #> $GSE492$geeq$noVectors #> [1] FALSE #> #> $GSE492$geeq$corrMatIssues #> [1] 0 #> #> $GSE492$geeq$replicatesIssues #> [1] 0 #> #> $GSE492$geeq$batchCorrected #> [1] TRUE #> #> $GSE492$geeq$publicQualityScore #> [1] 0.8561848 #> #> $GSE492$geeq$publicSuitabilityScore #> [1] 0.375 #> #> $GSE492$geeq$qScorePublicBatchEffect #> [1] 1 #> #> $GSE492$geeq$qScorePublicBatchConfound #> [1] 1 #> #> $GSE492$geeq$`_totalInQuery` #> [1] 0 #> #> $GSE492$geeq$id #> [1] 788 #> #> #> $GSE492$arrayDesignCount #> [1] 1 #> #> $GSE492$bioAssayCount #> [1] 12 #> #> $GSE492$currentUserHasWritePermission #> [1] FALSE #> #> $GSE492$currentUserIsOwner #> [1] FALSE #> #> $GSE492$externalUri #> [1] "http://www.ncbi.nlm.nih.gov/geo/" #> #> $GSE492$isShared #> [1] FALSE #> #> $GSE492$securableClass #> [1] "ubic.gemma.model.expression.experiment.ExpressionExperiment" #> #> $GSE492$userCanWrite #> [1] FALSE #> #> $GSE492$description #> [1] "The purpose of this study is to discover genes that might increase aqueous humor outflow when human ciliary muscle or human trabecular meshwork cells are treated with the prostaglandin analogues latanoprost free acid or prostaglandin F2alpha. Five tissue donors were pooled on each chip.\nDate GSE492 Last Updated: Jul 27 2006\nContributors: Paul Russell\nIncludes GDS359.\n Update date: Apr 14 2004.\n Dataset description GDS359: Glaucoma study investigating molecular basis of increase in aqueous humor outflow when human ciliary muscle or human trabecular meshwork cells are treated with prostaglandin analogs latanoprost free acid or prostaglandin F2alpha." #> #> $GSE492$source #> NULL #> #> $GSE492$name #> [1] "Effect of prostaglandin analogs on aqueous humor outflow" #> #> $GSE492$id #> [1] 100 #> #> $GSE492$lastUpdated #> [1] 1.585282e+12 #> #> $GSE492$troubled #> [1] FALSE #> #> $GSE492$lastTroubledEvent #> NULL #> #> $GSE492$needsAttention #> [1] FALSE #> #> $GSE492$troubleDetails #> [1] "No trouble details provided." #> #> $GSE492$lastNoteUpdateEvent #> NULL #> #> $GSE492$lastNeedsAttentionEvent #> $GSE492$lastNeedsAttentionEvent$performer #> [1] "hi1hi1" #> #> $GSE492$lastNeedsAttentionEvent$detail #> NULL #> #> $GSE492$lastNeedsAttentionEvent$actionName #> [1] "Update" #> #> $GSE492$lastNeedsAttentionEvent$eventTypeName #> [1] "DoesNotNeedAttentionEvent" #> #> $GSE492$lastNeedsAttentionEvent$action #> [1] "U" #> #> $GSE492$lastNeedsAttentionEvent$date #> [1] 1.52184e+12 #> #> $GSE492$lastNeedsAttentionEvent$note #> [1] "Does not need attention." #> #> $GSE492$lastNeedsAttentionEvent$eventType #> $GSE492$lastNeedsAttentionEvent$eventType$id #> [1] 195340 #> #> #> $GSE492$lastNeedsAttentionEvent$`_totalInQuery` #> [1] 0 #> #> $GSE492$lastNeedsAttentionEvent$id #> [1] 24935495 #> #> #> $GSE492$curationNote #> NULL #> #> $GSE492$`_totalInQuery` #> [1] 4761 #> #> #> $GSE713 #> $GSE713$shortName #> [1] "GSE713" #> #> $GSE713$metadata #> NULL #> #> $GSE713$userOwned #> [1] FALSE #> #> $GSE713$bioMaterialCount #> NULL #> #> $GSE713$processedExpressionVectorCount #> [1] 12625 #> #> $GSE713$batchConfound #> NULL #> #> $GSE713$batchEffect #> NULL #> #> $GSE713$accession #> [1] "GSE713" #> #> $GSE713$externalDatabase #> [1] "GEO" #> #> $GSE713$taxon #> [1] "human" #> #> $GSE713$taxonId #> [1] 1 #> #> $GSE713$experimentalDesign #> [1] 102 #> #> $GSE713$technologyType #> [1] "ONECOLOR" #> #> $GSE713$isPublic #> [1] TRUE #> #> $GSE713$geeq #> $GSE713$geeq$sScorePublication #> [1] 1 #> #> $GSE713$geeq$sScorePlatformAmount #> [1] 1 #> #> $GSE713$geeq$sScorePlatformsTechMulti #> [1] 1 #> #> $GSE713$geeq$sScoreAvgPlatformPopularity #> [1] 0.5 #> #> $GSE713$geeq$sScoreAvgPlatformSize #> [1] -0.5 #> #> $GSE713$geeq$sScoreSampleSize #> [1] 1 #> #> $GSE713$geeq$sScoreRawData #> [1] -1 #> #> $GSE713$geeq$sScoreMissingValues #> [1] 1 #> #> $GSE713$geeq$qScoreOutliers #> [1] 1 #> #> $GSE713$geeq$qScorePlatformsTech #> [1] 1 #> #> $GSE713$geeq$qScoreReplicates #> [1] 0 #> #> $GSE713$geeq$qScoreBatchInfo #> [1] -1 #> #> $GSE713$geeq$qScoreSampleMeanCorrelation #> [1] 0.9762699 #> #> $GSE713$geeq$qScoreSampleMedianCorrelation #> [1] 0.9793961 #> #> $GSE713$geeq$qScoreSampleCorrelationVariance #> [1] 0.0001674891 #> #> $GSE713$geeq$noVectors #> [1] FALSE #> #> $GSE713$geeq$corrMatIssues #> [1] 0 #> #> $GSE713$geeq$replicatesIssues #> [1] 0 #> #> $GSE713$geeq$batchCorrected #> [1] FALSE #> #> $GSE713$geeq$publicQualityScore #> [1] 0.2827709 #> #> $GSE713$geeq$publicSuitabilityScore #> [1] 0.5 #> #> $GSE713$geeq$qScorePublicBatchEffect #> [1] 0 #> #> $GSE713$geeq$qScorePublicBatchConfound #> [1] 0 #> #> $GSE713$geeq$`_totalInQuery` #> [1] 0 #> #> $GSE713$geeq$id #> [1] 643 #> #> #> $GSE713$arrayDesignCount #> [1] 1 #> #> $GSE713$bioAssayCount #> [1] 20 #> #> $GSE713$currentUserHasWritePermission #> [1] FALSE #> #> $GSE713$currentUserIsOwner #> [1] FALSE #> #> $GSE713$externalUri #> [1] "http://www.ncbi.nlm.nih.gov/geo/" #> #> $GSE713$isShared #> [1] FALSE #> #> $GSE713$securableClass #> [1] "ubic.gemma.model.expression.experiment.ExpressionExperiment" #> #> $GSE713$userCanWrite #> [1] FALSE #> #> $GSE713$description #> [1] "DNA damage caused by UV radiation initiates cellular recovery mechanisms, which involve activation of DNA damage response pathways, cell cycle arrest and apoptosis. To assess cellular transcriptional responses to UVC-induced DNA damage we compared time course responses of human skin fibroblasts to low and high doses of UVC radiation known to induce a transient cellular replicative arrest or apoptosis, respectively. UVC radiation elicited >3-fold changes in 460 out of 12,000 transcripts and 89% of these represented downregulated transcripts. Only 5% of the regulated genes were common to both low and high doses of radiation. Cells inflicted with a low dose of UVC exhibited transcription profiles demonstrating transient regulation followed by recovery, whereas the responses were persistent after the high dose. A detailed clustering analysis and functional classification of the targets implied regulation of biologically divergent responses and suggested involvement of transcriptional and translational machinery, inflammatory, anti-proliferative and anti-angiogenic responses. The data support the notion that UVC radiation induces prominent, dose-dependent downregulation of transcription. However, the data strongly suggest that transcriptional repression is also target gene selective. Furthermore, the results demonstrate that dose-dependent induction of cell cycle arrest and apoptosis by UVC radiation are transcriptionally highly distinct responses.\nDate GSE713 Last Updated: Jun 15 2005\nContributors: Massimiliano Gentile Marikki Laiho Leena Latonen\nIncludes GDS400.\n Update date: Oct 08 2003.\n Dataset description GDS400: Temporal analysis of differences in WS1 human skin fibroblast gene expression response to low (10 J/m2; induces transient cellular replicative arrest) or high (50 J/m2; induces apoptosis) doses of short wavelength UV radiation (UVC; 254 nm)." #> #> $GSE713$source #> NULL #> #> $GSE713$name #> [1] "UV radiation-induced DNA damage" #> #> $GSE713$id #> [1] 102 #> #> $GSE713$lastUpdated #> [1] 1.585282e+12 #> #> $GSE713$troubled #> [1] FALSE #> #> $GSE713$lastTroubledEvent #> NULL #> #> $GSE713$needsAttention #> [1] FALSE #> #> $GSE713$troubleDetails #> [1] "No trouble details provided." #> #> $GSE713$lastNoteUpdateEvent #> NULL #> #> $GSE713$lastNeedsAttentionEvent #> $GSE713$lastNeedsAttentionEvent$performer #> [1] "ellie27h" #> #> $GSE713$lastNeedsAttentionEvent$detail #> NULL #> #> $GSE713$lastNeedsAttentionEvent$actionName #> [1] "Update" #> #> $GSE713$lastNeedsAttentionEvent$eventTypeName #> [1] "DoesNotNeedAttentionEvent" #> #> $GSE713$lastNeedsAttentionEvent$action #> [1] "U" #> #> $GSE713$lastNeedsAttentionEvent$date #> [1] 1.53333e+12 #> #> $GSE713$lastNeedsAttentionEvent$note #> [1] "Does not need attention." #> #> $GSE713$lastNeedsAttentionEvent$eventType #> $GSE713$lastNeedsAttentionEvent$eventType$id #> [1] 244846 #> #> #> $GSE713$lastNeedsAttentionEvent$`_totalInQuery` #> [1] 0 #> #> $GSE713$lastNeedsAttentionEvent$id #> [1] 25127185 #> #> #> $GSE713$curationNote #> NULL #> #> $GSE713$`_totalInQuery` #> [1] 4761 #> #> #> $GSE833 #> $GSE833$shortName #> [1] "GSE833" #> #> $GSE833$metadata #> NULL #> #> $GSE833$userOwned #> [1] FALSE #> #> $GSE833$bioMaterialCount #> NULL #> #> $GSE833$processedExpressionVectorCount #> [1] 7070 #> #> $GSE833$batchConfound #> NULL #> #> $GSE833$batchEffect #> NULL #> #> $GSE833$accession #> [1] "GSE833" #> #> $GSE833$externalDatabase #> [1] "GEO" #> #> $GSE833$taxon #> [1] "human" #> #> $GSE833$taxonId #> [1] 1 #> #> $GSE833$experimentalDesign #> [1] 106 #> #> $GSE833$technologyType #> [1] "ONECOLOR" #> #> $GSE833$isPublic #> [1] TRUE #> #> $GSE833$geeq #> $GSE833$geeq$sScorePublication #> [1] 1 #> #> $GSE833$geeq$sScorePlatformAmount #> [1] 1 #> #> $GSE833$geeq$sScorePlatformsTechMulti #> [1] 1 #> #> $GSE833$geeq$sScoreAvgPlatformPopularity #> [1] 0 #> #> $GSE833$geeq$sScoreAvgPlatformSize #> [1] -1 #> #> $GSE833$geeq$sScoreSampleSize #> [1] 0 #> #> $GSE833$geeq$sScoreRawData #> [1] -1 #> #> $GSE833$geeq$sScoreMissingValues #> [1] 1 #> #> $GSE833$geeq$qScoreOutliers #> [1] -1 #> #> $GSE833$geeq$qScorePlatformsTech #> [1] 1 #> #> $GSE833$geeq$qScoreReplicates #> [1] 0 #> #> $GSE833$geeq$qScoreBatchInfo #> [1] -1 #> #> $GSE833$geeq$qScoreSampleMeanCorrelation #> [1] 0.807624 #> #> $GSE833$geeq$qScoreSampleMedianCorrelation #> [1] 0.8275735 #> #> $GSE833$geeq$qScoreSampleCorrelationVariance #> [1] 0.008152513 #> #> $GSE833$geeq$noVectors #> [1] FALSE #> #> $GSE833$geeq$corrMatIssues #> [1] 0 #> #> $GSE833$geeq$replicatesIssues #> [1] 0 #> #> $GSE833$geeq$batchCorrected #> [1] FALSE #> #> $GSE833$geeq$publicQualityScore #> [1] -0.02463236 #> #> $GSE833$geeq$publicSuitabilityScore #> [1] 0.25 #> #> $GSE833$geeq$qScorePublicBatchEffect #> [1] 0 #> #> $GSE833$geeq$qScorePublicBatchConfound #> [1] 0 #> #> $GSE833$geeq$`_totalInQuery` #> [1] 0 #> #> $GSE833$geeq$id #> [1] 647 #> #> #> $GSE833$arrayDesignCount #> [1] 1 #> #> $GSE833$bioAssayCount #> [1] 11 #> #> $GSE833$currentUserHasWritePermission #> [1] FALSE #> #> $GSE833$currentUserIsOwner #> [1] FALSE #> #> $GSE833$externalUri #> [1] "http://www.ncbi.nlm.nih.gov/geo/" #> #> $GSE833$isShared #> [1] FALSE #> #> $GSE833$securableClass #> [1] "ubic.gemma.model.expression.experiment.ExpressionExperiment" #> #> $GSE833$userCanWrite #> [1] FALSE #> #> $GSE833$description #> [1] "Identification of amyotrophic lateral sclerosis (ALS) associated genes. Post mortem spinal cord grey matter from sporadic and familial ALS patients compared with controls.\nDate GSE833 Last Updated: Jun 28 2005\nContributors: Steven R Gullans Robert H Brown Fernando Dangond\nIncludes GDS412.\n Update date: Nov 24 2003.\n Dataset description GDS412: Identification of amyotrophic lateral sclerosis (ALS) associated genes. Post mortem spinal cord grey matter from sporadic and familial ALS patients compared with controls. Attempt to identify mechanisms by which ALS destroys motor neurons." #> #> $GSE833$source #> NULL #> #> $GSE833$name #> [1] "Amyotrophic lateral sclerosis" #> #> $GSE833$id #> [1] 106 #> #> $GSE833$lastUpdated #> [1] 1.585282e+12 #> #> $GSE833$troubled #> [1] FALSE #> #> $GSE833$lastTroubledEvent #> NULL #> #> $GSE833$needsAttention #> [1] FALSE #> #> $GSE833$troubleDetails #> [1] "No trouble details provided." #> #> $GSE833$lastNoteUpdateEvent #> NULL #> #> $GSE833$lastNeedsAttentionEvent #> NULL #> #> $GSE833$curationNote #> NULL #> #> $GSE833$`_totalInQuery` #> [1] 4761 #> #> #> $GSE420 #> $GSE420$shortName #> [1] "GSE420" #> #> $GSE420$metadata #> NULL #> #> $GSE420$userOwned #> [1] FALSE #> #> $GSE420$bioMaterialCount #> NULL #> #> $GSE420$processedExpressionVectorCount #> [1] 12625 #> #> $GSE420$batchConfound #> NULL #> #> $GSE420$batchEffect #> NULL #> #> $GSE420$accession #> [1] "GSE420" #> #> $GSE420$externalDatabase #> [1] "GEO" #> #> $GSE420$taxon #> [1] "human" #> #> $GSE420$taxonId #> [1] 1 #> #> $GSE420$experimentalDesign #> [1] 110 #> #> $GSE420$technologyType #> [1] "ONECOLOR" #> #> $GSE420$isPublic #> [1] TRUE #> #> $GSE420$geeq #> $GSE420$geeq$sScorePublication #> [1] 1 #> #> $GSE420$geeq$sScorePlatformAmount #> [1] 1 #> #> $GSE420$geeq$sScorePlatformsTechMulti #> [1] 1 #> #> $GSE420$geeq$sScoreAvgPlatformPopularity #> [1] 0.5 #> #> $GSE420$geeq$sScoreAvgPlatformSize #> [1] -0.5 #> #> $GSE420$geeq$sScoreSampleSize #> [1] 0 #> #> $GSE420$geeq$sScoreRawData #> [1] -1 #> #> $GSE420$geeq$sScoreMissingValues #> [1] 1 #> #> $GSE420$geeq$qScoreOutliers #> [1] 1 #> #> $GSE420$geeq$qScorePlatformsTech #> [1] 1 #> #> $GSE420$geeq$qScoreReplicates #> [1] 0 #> #> $GSE420$geeq$qScoreBatchInfo #> [1] -1 #> #> $GSE420$geeq$qScoreSampleMeanCorrelation #> [1] 0.9201196 #> #> $GSE420$geeq$qScoreSampleMedianCorrelation #> [1] 0.9295299 #> #> $GSE420$geeq$qScoreSampleCorrelationVariance #> [1] 0.001932493 #> #> $GSE420$geeq$noVectors #> [1] FALSE #> #> $GSE420$geeq$corrMatIssues #> [1] 0 #> #> $GSE420$geeq$replicatesIssues #> [1] 0 #> #> $GSE420$geeq$batchCorrected #> [1] FALSE #> #> $GSE420$geeq$publicQualityScore #> [1] 0.2756471 #> #> $GSE420$geeq$publicSuitabilityScore #> [1] 0.375 #> #> $GSE420$geeq$qScorePublicBatchEffect #> [1] 0 #> #> $GSE420$geeq$qScorePublicBatchConfound #> [1] 0 #> #> $GSE420$geeq$`_totalInQuery` #> [1] 0 #> #> $GSE420$geeq$id #> [1] 651 #> #> #> $GSE420$arrayDesignCount #> [1] 1 #> #> $GSE420$bioAssayCount #> [1] 10 #> #> $GSE420$currentUserHasWritePermission #> [1] FALSE #> #> $GSE420$currentUserIsOwner #> [1] FALSE #> #> $GSE420$externalUri #> [1] "http://www.ncbi.nlm.nih.gov/geo/" #> #> $GSE420$isShared #> [1] FALSE #> #> $GSE420$securableClass #> [1] "ubic.gemma.model.expression.experiment.ExpressionExperiment" #> #> $GSE420$userCanWrite #> [1] FALSE #> #> $GSE420$description #> [1] "BACKGROUND: Previous genomic studies with human tissues have compared differential gene expression between 2 conditions (ie, normal versus diseased) to identify altered gene expression in a binary manner; however, a potentially more informative approach is to correlate the levels of gene expression with quantitative physiological parameters. METHODS AND RESULTS: In this study, we have used this approach to examine genes whose expression correlates with arterial stiffness in human aortic specimens. Our data identify 2 distinct groups of genes, those associated with cell signaling and those associated with the mechanical regulation of vascular structure (cytoskeletal-cell membrane-extracellular matrix). Although previous studies have concentrated on the contribution of the latter group toward arterial stiffness, our data suggest that changes in expression of signaling molecules play an equally important role. Alterations in the profiles of signaling molecules could be involved in the regulation of cell cytoskeletal organization, cell-matrix interactions, or the contractile state of the cell. CONCLUSIONS: Although the influence of smooth muscle contraction/relaxation on arterial stiffness could be controversial, our provocative data would suggest that further studies on this subject are indicated.\nDate GSE420 Last Updated: May 29 2005\nContributors: Richard Pratt Stephane Laurent\nIncludes GDS461.\n Update date: Nov 20 2003.\n Dataset description GDS461: Examination of molecular basis of aortic stiffness which predicts pulse pressure, coronary disease, stroke and cardiovascular mortality. Biopsies from patients with increased aortic stiffness compared with patients with distensible aorta." #> #> $GSE420$source #> NULL #> #> $GSE420$name #> [1] "Aortic stiffness" #> #> $GSE420$id #> [1] 110 #> #> $GSE420$lastUpdated #> [1] 1.585282e+12 #> #> $GSE420$troubled #> [1] FALSE #> #> $GSE420$lastTroubledEvent #> NULL #> #> $GSE420$needsAttention #> [1] FALSE #> #> $GSE420$troubleDetails #> [1] "No trouble details provided." #> #> $GSE420$lastNoteUpdateEvent #> NULL #> #> $GSE420$lastNeedsAttentionEvent #> NULL #> #> $GSE420$curationNote #> NULL #> #> $GSE420$`_totalInQuery` #> [1] 4761 #> #> #> $GSE430 #> $GSE430$shortName #> [1] "GSE430" #> #> $GSE430$metadata #> NULL #> #> $GSE430$userOwned #> [1] FALSE #> #> $GSE430$bioMaterialCount #> NULL #> #> $GSE430$processedExpressionVectorCount #> [1] 22283 #> #> $GSE430$batchConfound #> NULL #> #> $GSE430$batchEffect #> NULL #> #> $GSE430$accession #> [1] "GSE430" #> #> $GSE430$externalDatabase #> [1] "GEO" #> #> $GSE430$taxon #> [1] "human" #> #> $GSE430$taxonId #> [1] 1 #> #> $GSE430$experimentalDesign #> [1] 111 #> #> $GSE430$technologyType #> [1] "ONECOLOR" #> #> $GSE430$isPublic #> [1] TRUE #> #> $GSE430$geeq #> $GSE430$geeq$sScorePublication #> [1] 1 #> #> $GSE430$geeq$sScorePlatformAmount #> [1] 1 #> #> $GSE430$geeq$sScorePlatformsTechMulti #> [1] 1 #> #> $GSE430$geeq$sScoreAvgPlatformPopularity #> [1] 1 #> #> $GSE430$geeq$sScoreAvgPlatformSize #> [1] 0 #> #> $GSE430$geeq$sScoreSampleSize #> [1] 0 #> #> $GSE430$geeq$sScoreRawData #> [1] -1 #> #> $GSE430$geeq$sScoreMissingValues #> [1] 1 #> #> $GSE430$geeq$qScoreOutliers #> [1] 1 #> #> $GSE430$geeq$qScorePlatformsTech #> [1] 1 #> #> $GSE430$geeq$qScoreReplicates #> [1] 1 #> #> $GSE430$geeq$qScoreBatchInfo #> [1] -1 #> #> $GSE430$geeq$qScoreSampleMeanCorrelation #> [1] 0.9333778 #> #> $GSE430$geeq$qScoreSampleMedianCorrelation #> [1] 0.9414442 #> #> $GSE430$geeq$qScoreSampleCorrelationVariance #> [1] 0.001229082 #> #> $GSE430$geeq$noVectors #> [1] FALSE #> #> $GSE430$geeq$corrMatIssues #> [1] 0 #> #> $GSE430$geeq$replicatesIssues #> [1] 0 #> #> $GSE430$geeq$batchCorrected #> [1] FALSE #> #> $GSE430$geeq$publicQualityScore #> [1] 0.4202063 #> #> $GSE430$geeq$publicSuitabilityScore #> [1] 0.5 #> #> $GSE430$geeq$qScorePublicBatchEffect #> [1] 0 #> #> $GSE430$geeq$qScorePublicBatchConfound #> [1] 0 #> #> $GSE430$geeq$`_totalInQuery` #> [1] 0 #> #> $GSE430$geeq$id #> [1] 652 #> #> #> $GSE430$arrayDesignCount #> [1] 1 #> #> $GSE430$bioAssayCount #> [1] 14 #> #> $GSE430$currentUserHasWritePermission #> [1] FALSE #> #> $GSE430$currentUserIsOwner #> [1] FALSE #> #> $GSE430$externalUri #> [1] "http://www.ncbi.nlm.nih.gov/geo/" #> #> $GSE430$isShared #> [1] FALSE #> #> $GSE430$securableClass #> [1] "ubic.gemma.model.expression.experiment.ExpressionExperiment" #> #> $GSE430$userCanWrite #> [1] FALSE #> #> $GSE430$description #> [1] "Molecular analysis of the effect left ventricular assist device (LVAD) support has on congestive heart failure patients.\nDate GSE430 Last Updated: Jun 15 2005\nContributors: Robert J Bache Yingjie Chen Li Yunfang Soon Park Leslie W Miller Jennifer Hall Xinqiang Han Emil Missov\nIncludes GDS462.\n Update date: Nov 20 2003.\n Dataset description GDS462: Molecular analysis of effect left ventricular assist device (LVAD) support in left ventricular myocardium tissue of patients with idiopathic dilated cardiomyopathy and end-stage heart failure. Results suggest LVAD support may improve endothelial function." #> #> $GSE430$source #> NULL #> #> $GSE430$name #> [1] "Effect of left ventricular assist device support on congestive heart failure patients" #> #> $GSE430$id #> [1] 111 #> #> $GSE430$lastUpdated #> [1] 1.585282e+12 #> #> $GSE430$troubled #> [1] FALSE #> #> $GSE430$lastTroubledEvent #> NULL #> #> $GSE430$needsAttention #> [1] FALSE #> #> $GSE430$troubleDetails #> [1] "No trouble details provided." #> #> $GSE430$lastNoteUpdateEvent #> NULL #> #> $GSE430$lastNeedsAttentionEvent #> NULL #> #> $GSE430$curationNote #> NULL #> #> $GSE430$`_totalInQuery` #> [1] 4761 #> #> #> $GSE675 #> $GSE675$shortName #> [1] "GSE675" #> #> $GSE675$metadata #> NULL #> #> $GSE675$userOwned #> [1] FALSE #> #> $GSE675$bioMaterialCount #> NULL #> #> $GSE675$processedExpressionVectorCount #> [1] 12626 #> #> $GSE675$batchConfound #> NULL #> #> $GSE675$batchEffect #> NULL #> #> $GSE675$accession #> [1] "GSE675" #> #> $GSE675$externalDatabase #> [1] "GEO" #> #> $GSE675$taxon #> [1] "human" #> #> $GSE675$taxonId #> [1] 1 #> #> $GSE675$experimentalDesign #> [1] 113 #> #> $GSE675$technologyType #> [1] "ONECOLOR" #> #> $GSE675$isPublic #> [1] TRUE #> #> $GSE675$geeq #> $GSE675$geeq$sScorePublication #> [1] 1 #> #> $GSE675$geeq$sScorePlatformAmount #> [1] 1 #> #> $GSE675$geeq$sScorePlatformsTechMulti #> [1] 1 #> #> $GSE675$geeq$sScoreAvgPlatformPopularity #> [1] 0.5 #> #> $GSE675$geeq$sScoreAvgPlatformSize #> [1] -0.5 #> #> $GSE675$geeq$sScoreSampleSize #> [1] 0 #> #> $GSE675$geeq$sScoreRawData #> [1] -1 #> #> $GSE675$geeq$sScoreMissingValues #> [1] -1 #> #> $GSE675$geeq$qScoreOutliers #> [1] 1 #> #> $GSE675$geeq$qScorePlatformsTech #> [1] 1 #> #> $GSE675$geeq$qScoreReplicates #> [1] -1 #> #> $GSE675$geeq$qScoreBatchInfo #> [1] -1 #> #> $GSE675$geeq$qScoreSampleMeanCorrelation #> [1] 0.9324551 #> #> $GSE675$geeq$qScoreSampleMedianCorrelation #> [1] 0.9409534 #> #> $GSE675$geeq$qScoreSampleCorrelationVariance #> [1] 0.002051296 #> #> $GSE675$geeq$noVectors #> [1] FALSE #> #> $GSE675$geeq$corrMatIssues #> [1] 2 #> #> $GSE675$geeq$replicatesIssues #> [1] 3 #> #> $GSE675$geeq$batchCorrected #> [1] FALSE #> #> $GSE675$geeq$publicQualityScore #> [1] 0.1344219 #> #> $GSE675$geeq$publicSuitabilityScore #> [1] 0.125 #> #> $GSE675$geeq$qScorePublicBatchEffect #> [1] 0 #> #> $GSE675$geeq$qScorePublicBatchConfound #> [1] 0 #> #> $GSE675$geeq$`_totalInQuery` #> [1] 0 #> #> $GSE675$geeq$id #> [1] 655 #> #> #> $GSE675$arrayDesignCount #> [1] 1 #> #> $GSE675$bioAssayCount #> [1] 12 #> #> $GSE675$currentUserHasWritePermission #> [1] FALSE #> #> $GSE675$currentUserIsOwner #> [1] FALSE #> #> $GSE675$externalUri #> [1] "http://www.ncbi.nlm.nih.gov/geo/" #> #> $GSE675$isShared #> [1] FALSE #> #> $GSE675$securableClass #> [1] "ubic.gemma.model.expression.experiment.ExpressionExperiment" #> #> $GSE675$userCanWrite #> [1] FALSE #> #> $GSE675$description #> [1] "The effect of human cytomegalovirus infection on cellular mRNA accumulation was analyzed by gene chip technology over a 48h time course.\nDate GSE675 Last Updated: May 29 2005\nContributors: Thomas Shenk Edward P Browne Bret Wing David Coleman\nIncludes GDS476.\n Update date: Nov 25 2003.\n Dataset description GDS476: Expression profiles of foreskin fibroblasts at 12 time points beginning 30 minutes after infection by human cytomegalovirus (HCMV) and continuing until 48 hours after infection." #> #> $GSE675$source #> NULL #> #> $GSE675$name #> [1] "Time course analysis of response to HCMV infection" #> #> $GSE675$id #> [1] 113 #> #> $GSE675$lastUpdated #> [1] 1.588784e+12 #> #> $GSE675$troubled #> [1] FALSE #> #> $GSE675$lastTroubledEvent #> NULL #> #> $GSE675$needsAttention #> [1] FALSE #> #> $GSE675$troubleDetails #> [1] "No trouble details provided." #> #> $GSE675$lastNoteUpdateEvent #> NULL #> #> $GSE675$lastNeedsAttentionEvent #> $GSE675$lastNeedsAttentionEvent$performer #> [1] "danjaco" #> #> $GSE675$lastNeedsAttentionEvent$detail #> NULL #> #> $GSE675$lastNeedsAttentionEvent$actionName #> [1] "Update" #> #> $GSE675$lastNeedsAttentionEvent$eventTypeName #> [1] "DoesNotNeedAttentionEvent" #> #> $GSE675$lastNeedsAttentionEvent$action #> [1] "U" #> #> $GSE675$lastNeedsAttentionEvent$date #> [1] 1.588784e+12 #> #> $GSE675$lastNeedsAttentionEvent$note #> [1] "Does not need attention." #> #> $GSE675$lastNeedsAttentionEvent$eventType #> $GSE675$lastNeedsAttentionEvent$eventType$id #> [1] 386123 #> #> #> $GSE675$lastNeedsAttentionEvent$`_totalInQuery` #> [1] 0 #> #> $GSE675$lastNeedsAttentionEvent$id #> [1] 25336924 #> #> #> $GSE675$curationNote #> NULL #> #> $GSE675$`_totalInQuery` #> [1] 4761 #> #> #> $GSE712 #> $GSE712$shortName #> [1] "GSE712" #> #> $GSE712$metadata #> NULL #> #> $GSE712$userOwned #> [1] FALSE #> #> $GSE712$bioMaterialCount #> NULL #> #> $GSE712$processedExpressionVectorCount #> [1] 12558 #> #> $GSE712$batchConfound #> NULL #> #> $GSE712$batchEffect #> NULL #> #> $GSE712$accession #> [1] "GSE712" #> #> $GSE712$externalDatabase #> [1] "GEO" #> #> $GSE712$taxon #> [1] "human" #> #> $GSE712$taxonId #> [1] 1 #> #> $GSE712$experimentalDesign #> [1] 114 #> #> $GSE712$technologyType #> [1] "ONECOLOR" #> #> $GSE712$isPublic #> [1] TRUE #> #> $GSE712$geeq #> $GSE712$geeq$sScorePublication #> [1] -1 #> #> $GSE712$geeq$sScorePlatformAmount #> [1] 1 #> #> $GSE712$geeq$sScorePlatformsTechMulti #> [1] 1 #> #> $GSE712$geeq$sScoreAvgPlatformPopularity #> [1] 0.5 #> #> $GSE712$geeq$sScoreAvgPlatformSize #> [1] -0.5 #> #> $GSE712$geeq$sScoreSampleSize #> [1] 0 #> #> $GSE712$geeq$sScoreRawData #> [1] -1 #> #> $GSE712$geeq$sScoreMissingValues #> [1] 1 #> #> $GSE712$geeq$qScoreOutliers #> [1] 1 #> #> $GSE712$geeq$qScorePlatformsTech #> [1] 1 #> #> $GSE712$geeq$qScoreReplicates #> [1] -1 #> #> $GSE712$geeq$qScoreBatchInfo #> [1] -1 #> #> $GSE712$geeq$qScoreSampleMeanCorrelation #> [1] 0.980999 #> #> $GSE712$geeq$qScoreSampleMedianCorrelation #> [1] 0.9847029 #> #> $GSE712$geeq$qScoreSampleCorrelationVariance #> [1] 0.0001811566 #> #> $GSE712$geeq$noVectors #> [1] FALSE #> #> $GSE712$geeq$corrMatIssues #> [1] 0 #> #> $GSE712$geeq$replicatesIssues #> [1] 3 #> #> $GSE712$geeq$batchCorrected #> [1] FALSE #> #> $GSE712$geeq$publicQualityScore #> [1] 0.1406718 #> #> $GSE712$geeq$publicSuitabilityScore #> [1] 0.125 #> #> $GSE712$geeq$qScorePublicBatchEffect #> [1] 0 #> #> $GSE712$geeq$qScorePublicBatchConfound #> [1] 0 #> #> $GSE712$geeq$`_totalInQuery` #> [1] 0 #> #> $GSE712$geeq$id #> [1] 657 #> #> #> $GSE712$arrayDesignCount #> [1] 1 #> #> $GSE712$bioAssayCount #> [1] 13 #> #> $GSE712$currentUserHasWritePermission #> [1] FALSE #> #> $GSE712$currentUserIsOwner #> [1] FALSE #> #> $GSE712$externalUri #> [1] "http://www.ncbi.nlm.nih.gov/geo/" #> #> $GSE712$isShared #> [1] FALSE #> #> $GSE712$securableClass #> [1] "ubic.gemma.model.expression.experiment.ExpressionExperiment" #> #> $GSE712$userCanWrite #> [1] FALSE #> #> $GSE712$description #> [1] "HeLa cells were serum starved and preincubated with DMSO (vehicle) and infected with CVB3. Following infection, virus was removed and fresh media containing 10% fetal bovine serum was added for the remainder of the infectious process. At 0, 30 minutes, 1, 3, 5, 7 and 9 hours following CVB3 infection, RNA was isolated, processed and hybridized to GeneChip®s.\nDate GSE712 Last Updated: Oct 28 2005\nContributors: Decheng Yang Jingchun Zhang Bobby Yanagawa Nana Rezai Timothy J Triche Bruce McManus Zsuzsanna Hollander Ji Yuan Honglin Luo Raymond T Ng\nIncludes GDS477.\n Update date: Nov 28 2003.\n Dataset description GDS477: Temporal analaysis of an in vitro model of coxsackievirus B3 (CVB3) infection. HeLa cells infected with either CVB3 or control PBS and samples examined at 0, 0.5, 1, 3, 5, 7 and 9 hours following treatment." #> #> $GSE712$source #> NULL #> #> $GSE712$name #> [1] "CVB3-infected HeLa cells (multiple time points)" #> #> $GSE712$id #> [1] 114 #> #> $GSE712$lastUpdated #> [1] 1.585282e+12 #> #> $GSE712$troubled #> [1] FALSE #> #> $GSE712$lastTroubledEvent #> NULL #> #> $GSE712$needsAttention #> [1] FALSE #> #> $GSE712$troubleDetails #> [1] "No trouble details provided." #> #> $GSE712$lastNoteUpdateEvent #> NULL #> #> $GSE712$lastNeedsAttentionEvent #> NULL #> #> $GSE712$curationNote #> NULL #> #> $GSE712$`_totalInQuery` #> [1] 4761 #> #> #> $GSE701 #> $GSE701$shortName #> [1] "GSE701" #> #> $GSE701$metadata #> NULL #> #> $GSE701$userOwned #> [1] FALSE #> #> $GSE701$bioMaterialCount #> NULL #> #> $GSE701$processedExpressionVectorCount #> [1] 12626 #> #> $GSE701$batchConfound #> NULL #> #> $GSE701$batchEffect #> NULL #> #> $GSE701$accession #> [1] "GSE701" #> #> $GSE701$externalDatabase #> [1] "GEO" #> #> $GSE701$taxon #> [1] "human" #> #> $GSE701$taxonId #> [1] 1 #> #> $GSE701$experimentalDesign #> [1] 116 #> #> $GSE701$technologyType #> [1] "ONECOLOR" #> #> $GSE701$isPublic #> [1] TRUE #> #> $GSE701$geeq #> $GSE701$geeq$sScorePublication #> [1] 1 #> #> $GSE701$geeq$sScorePlatformAmount #> [1] 1 #> #> $GSE701$geeq$sScorePlatformsTechMulti #> [1] 1 #> #> $GSE701$geeq$sScoreAvgPlatformPopularity #> [1] 0.5 #> #> $GSE701$geeq$sScoreAvgPlatformSize #> [1] -0.5 #> #> $GSE701$geeq$sScoreSampleSize #> [1] 0 #> #> $GSE701$geeq$sScoreRawData #> [1] -1 #> #> $GSE701$geeq$sScoreMissingValues #> [1] 1 #> #> $GSE701$geeq$qScoreOutliers #> [1] 1 #> #> $GSE701$geeq$qScorePlatformsTech #> [1] 1 #> #> $GSE701$geeq$qScoreReplicates #> [1] -1 #> #> $GSE701$geeq$qScoreBatchInfo #> [1] -1 #> #> $GSE701$geeq$qScoreSampleMeanCorrelation #> [1] 0.9863104 #> #> $GSE701$geeq$qScoreSampleMedianCorrelation #> [1] 0.9856397 #> #> $GSE701$geeq$qScoreSampleCorrelationVariance #> [1] 3.431978e-05 #> #> $GSE701$geeq$noVectors #> [1] FALSE #> #> $GSE701$geeq$corrMatIssues #> [1] 0 #> #> $GSE701$geeq$replicatesIssues #> [1] 0 #> #> $GSE701$geeq$batchCorrected #> [1] FALSE #> #> $GSE701$geeq$publicQualityScore #> [1] 0.1408057 #> #> $GSE701$geeq$publicSuitabilityScore #> [1] 0.375 #> #> $GSE701$geeq$qScorePublicBatchEffect #> [1] 0 #> #> $GSE701$geeq$qScorePublicBatchConfound #> [1] 0 #> #> $GSE701$geeq$`_totalInQuery` #> [1] 0 #> #> $GSE701$geeq$id #> [1] 660 #> #> #> $GSE701$arrayDesignCount #> [1] 1 #> #> $GSE701$bioAssayCount #> [1] 12 #> #> $GSE701$currentUserHasWritePermission #> [1] FALSE #> #> $GSE701$currentUserIsOwner #> [1] FALSE #> #> $GSE701$externalUri #> [1] "http://www.ncbi.nlm.nih.gov/geo/" #> #> $GSE701$isShared #> [1] FALSE #> #> $GSE701$securableClass #> [1] "ubic.gemma.model.expression.experiment.ExpressionExperiment" #> #> $GSE701$userCanWrite #> [1] FALSE #> #> $GSE701$description #> [1] "Time series for gene expression changes following 3 Gy and 10 Gy of ionizing radiation exposure.\nDate GSE701 Last Updated: May 29 2005\nContributors: Vivian G Cheung Kuang-Yu Jen\nIncludes GDS479.\n Update date: Nov 28 2003.\n Dataset description GDS479: Temporal analysis of effect of 3 Gy and 10 Gy ionizing radiation (IR) exposure on lymphoblastoid cells. Various time points up to 24 hours examined." #> #> $GSE701$source #> NULL #> #> $GSE701$name #> [1] "Transcriptional response of lymphoblastoid cells to ionizing radiation" #> #> $GSE701$id #> [1] 116 #> #> $GSE701$lastUpdated #> [1] 1.585282e+12 #> #> $GSE701$troubled #> [1] FALSE #> #> $GSE701$lastTroubledEvent #> NULL #> #> $GSE701$needsAttention #> [1] FALSE #> #> $GSE701$troubleDetails #> [1] "No trouble details provided." #> #> $GSE701$lastNoteUpdateEvent #> NULL #> #> $GSE701$lastNeedsAttentionEvent #> $GSE701$lastNeedsAttentionEvent$performer #> [1] "ellie27h" #> #> $GSE701$lastNeedsAttentionEvent$detail #> NULL #> #> $GSE701$lastNeedsAttentionEvent$actionName #> [1] "Update" #> #> $GSE701$lastNeedsAttentionEvent$eventTypeName #> [1] "DoesNotNeedAttentionEvent" #> #> $GSE701$lastNeedsAttentionEvent$action #> [1] "U" #> #> $GSE701$lastNeedsAttentionEvent$date #> [1] 1.53333e+12 #> #> $GSE701$lastNeedsAttentionEvent$note #> [1] "Does not need attention." #> #> $GSE701$lastNeedsAttentionEvent$eventType #> $GSE701$lastNeedsAttentionEvent$eventType$id #> [1] 244852 #> #> #> $GSE701$lastNeedsAttentionEvent$`_totalInQuery` #> [1] 0 #> #> $GSE701$lastNeedsAttentionEvent$id #> [1] 25127194 #> #> #> $GSE701$curationNote #> NULL #> #> $GSE701$`_totalInQuery` #> [1] 4761 #> #> #> $GSE685 #> $GSE685$shortName #> [1] "GSE685" #> #> $GSE685$metadata #> NULL #> #> $GSE685$userOwned #> [1] FALSE #> #> $GSE685$bioMaterialCount #> NULL #> #> $GSE685$processedExpressionVectorCount #> [1] 22283 #> #> $GSE685$batchConfound #> NULL #> #> $GSE685$batchEffect #> NULL #> #> $GSE685$accession #> [1] "GSE685" #> #> $GSE685$externalDatabase #> [1] "GEO" #> #> $GSE685$taxon #> [1] "human" #> #> $GSE685$taxonId #> [1] 1 #> #> $GSE685$experimentalDesign #> [1] 117 #> #> $GSE685$technologyType #> [1] "ONECOLOR" #> #> $GSE685$isPublic #> [1] TRUE #> #> $GSE685$geeq #> $GSE685$geeq$sScorePublication #> [1] 1 #> #> $GSE685$geeq$sScorePlatformAmount #> [1] 1 #> #> $GSE685$geeq$sScorePlatformsTechMulti #> [1] 1 #> #> $GSE685$geeq$sScoreAvgPlatformPopularity #> [1] 1 #> #> $GSE685$geeq$sScoreAvgPlatformSize #> [1] 0 #> #> $GSE685$geeq$sScoreSampleSize #> [1] -0.3 #> #> $GSE685$geeq$sScoreRawData #> [1] -1 #> #> $GSE685$geeq$sScoreMissingValues #> [1] 1 #> #> $GSE685$geeq$qScoreOutliers #> [1] 1 #> #> $GSE685$geeq$qScorePlatformsTech #> [1] 1 #> #> $GSE685$geeq$qScoreReplicates #> [1] 0 #> #> $GSE685$geeq$qScoreBatchInfo #> [1] -1 #> #> $GSE685$geeq$qScoreSampleMeanCorrelation #> [1] 0.9512369 #> #> $GSE685$geeq$qScoreSampleMedianCorrelation #> [1] 0.9529469 #> #> $GSE685$geeq$qScoreSampleCorrelationVariance #> [1] 9.072028e-05 #> #> $GSE685$geeq$noVectors #> [1] FALSE #> #> $GSE685$geeq$corrMatIssues #> [1] 0 #> #> $GSE685$geeq$replicatesIssues #> [1] 0 #> #> $GSE685$geeq$batchCorrected #> [1] FALSE #> #> $GSE685$geeq$publicQualityScore #> [1] 0.2789924 #> #> $GSE685$geeq$publicSuitabilityScore #> [1] 0.4625 #> #> $GSE685$geeq$qScorePublicBatchEffect #> [1] 0 #> #> $GSE685$geeq$qScorePublicBatchConfound #> [1] 0 #> #> $GSE685$geeq$`_totalInQuery` #> [1] 0 #> #> $GSE685$geeq$id #> [1] 662 #> #> #> $GSE685$arrayDesignCount #> [1] 1 #> #> $GSE685$bioAssayCount #> [1] 9 #> #> $GSE685$currentUserHasWritePermission #> [1] FALSE #> #> $GSE685$currentUserIsOwner #> [1] FALSE #> #> $GSE685$externalUri #> [1] "http://www.ncbi.nlm.nih.gov/geo/" #> #> $GSE685$isShared #> [1] FALSE #> #> $GSE685$securableClass #> [1] "ubic.gemma.model.expression.experiment.ExpressionExperiment" #> #> $GSE685$userCanWrite #> [1] FALSE #> #> $GSE685$description #> [1] "The vertebrate homologues of Drosophila dachsund, DACH1 and DACH2, have been implicated as important regulatory genes in development. DACH1 plays a role in retinal and pituitary precursor cell proliferation and DACH2 plays a specific role in myogenesis. DACH proteins contain a domain (DS-domain) that is conserved with the proto-oncogenes Ski and Sno. Since the Ski/Sno proto-oncogenes repress AP-1 and SMAD signaling, we hypothesized that DACH1 might play a similar cellular function. Herein, DACH1 was found to be expressed in breast cancer cell lines and to inhibit TGF-beta induced apoptosis. DACH1 repressed TGF-beta induction of AP-1 and Smad signaling in gene reporter assays and repressed endogenous TGF-beta responsive genes by microarray analyses. DACH1 bound to endogenous NCoR and Smad4 in cultured cells and DACH1 co-localized with NCoR in nuclear dot-like structures. NCoR enhanced DACH1 repression and the repression of TGF-beta-induced AP-1 or Smad-signaling by DACH1 required the DACH1 DS domain. The DS-domain of DACH was sufficient for NCoR-binding at a Smad4-binding site. Smad4 was required for DACH1 repression of Smad signaling. In Smad4 null HTB-134 cells, DACH1 inhibited the activation of SBE-4 reporter activity induced by Smad2 or Smad3 only in the presence of Smad4. DACH1 participates in the negative regulation of TGF-beta signaling by interacting with NCoR and Smad4.\nDate GSE685 Last Updated: Jun 15 2005\nContributors: Kveta Cveklova Maria A Davoli Richard G Pestell Chenguang Wang Kongming Wu Mark D'Amico Robert G Russell Anping Li Zbynek Kozmik Ying Yang Michael P Lisanti Ales Cvekl\nIncludes GDS483.\n Update date: Dec 01 2003.\n Dataset description GDS483: Analysis of effect of DACH1 in breast cancer cell line MDA-MB-231. DACH1 induced by ponasterone A treatment for 0, 18 or 36 hours. DACH1 may regulate aberrant TGF beta signals that have role in breast cancer progression." #> #> $GSE685$source #> NULL #> #> $GSE685$name #> [1] "DACH1 inhibits TGF-beta signaling through binding Smad4" #> #> $GSE685$id #> [1] 117 #> #> $GSE685$lastUpdated #> [1] 1.585282e+12 #> #> $GSE685$troubled #> [1] FALSE #> #> $GSE685$lastTroubledEvent #> NULL #> #> $GSE685$needsAttention #> [1] FALSE #> #> $GSE685$troubleDetails #> [1] "No trouble details provided." #> #> $GSE685$lastNoteUpdateEvent #> NULL #> #> $GSE685$lastNeedsAttentionEvent #> $GSE685$lastNeedsAttentionEvent$performer #> [1] "sophialy" #> #> $GSE685$lastNeedsAttentionEvent$detail #> NULL #> #> $GSE685$lastNeedsAttentionEvent$actionName #> [1] "Update" #> #> $GSE685$lastNeedsAttentionEvent$eventTypeName #> [1] "DoesNotNeedAttentionEvent" #> #> $GSE685$lastNeedsAttentionEvent$action #> [1] "U" #> #> $GSE685$lastNeedsAttentionEvent$date #> [1] 1.527019e+12 #> #> $GSE685$lastNeedsAttentionEvent$note #> [1] "Does not need attention." #> #> $GSE685$lastNeedsAttentionEvent$eventType #> $GSE685$lastNeedsAttentionEvent$eventType$id #> [1] 220305 #> #> #> $GSE685$lastNeedsAttentionEvent$`_totalInQuery` #> [1] 0 #> #> $GSE685$lastNeedsAttentionEvent$id #> [1] 25072181 #> #> #> $GSE685$curationNote #> NULL #> #> $GSE685$`_totalInQuery` #> [1] 4761 #> #> #> $GSE593 #> $GSE593$shortName #> [1] "GSE593" #> #> $GSE593$metadata #> NULL #> #> $GSE593$userOwned #> [1] FALSE #> #> $GSE593$bioMaterialCount #> NULL #> #> $GSE593$processedExpressionVectorCount #> [1] 22283 #> #> $GSE593$batchConfound #> NULL #> #> $GSE593$batchEffect #> NULL #> #> $GSE593$accession #> [1] "GSE593" #> #> $GSE593$externalDatabase #> [1] "GEO" #> #> $GSE593$taxon #> [1] "human" #> #> $GSE593$taxonId #> [1] 1 #> #> $GSE593$experimentalDesign #> [1] 118 #> #> $GSE593$technologyType #> [1] "ONECOLOR" #> #> $GSE593$isPublic #> [1] TRUE #> #> $GSE593$geeq #> $GSE593$geeq$sScorePublication #> [1] 1 #> #> $GSE593$geeq$sScorePlatformAmount #> [1] 1 #> #> $GSE593$geeq$sScorePlatformsTechMulti #> [1] 1 #> #> $GSE593$geeq$sScoreAvgPlatformPopularity #> [1] 1 #> #> $GSE593$geeq$sScoreAvgPlatformSize #> [1] 0 #> #> $GSE593$geeq$sScoreSampleSize #> [1] 0 #> #> $GSE593$geeq$sScoreRawData #> [1] -1 #> #> $GSE593$geeq$sScoreMissingValues #> [1] 1 #> #> $GSE593$geeq$qScoreOutliers #> [1] 1 #> #> $GSE593$geeq$qScorePlatformsTech #> [1] 1 #> #> $GSE593$geeq$qScoreReplicates #> [1] 1 #> #> $GSE593$geeq$qScoreBatchInfo #> [1] -1 #> #> $GSE593$geeq$qScoreSampleMeanCorrelation #> [1] 0.9442139 #> #> $GSE593$geeq$qScoreSampleMedianCorrelation #> [1] 0.9427081 #> #> $GSE593$geeq$qScoreSampleCorrelationVariance #> [1] 0.0005036399 #> #> $GSE593$geeq$noVectors #> [1] FALSE #> #> $GSE593$geeq$corrMatIssues #> [1] 0 #> #> $GSE593$geeq$replicatesIssues #> [1] 0 #> #> $GSE593$geeq$batchCorrected #> [1] FALSE #> #> $GSE593$geeq$publicQualityScore #> [1] 0.4203869 #> #> $GSE593$geeq$publicSuitabilityScore #> [1] 0.5 #> #> $GSE593$geeq$qScorePublicBatchEffect #> [1] 0 #> #> $GSE593$geeq$qScorePublicBatchConfound #> [1] 0 #> #> $GSE593$geeq$`_totalInQuery` #> [1] 0 #> #> $GSE593$geeq$id #> [1] 664 #> #> #> $GSE593$arrayDesignCount #> [1] 1 #> #> $GSE593$bioAssayCount #> [1] 10 #> #> $GSE593$currentUserHasWritePermission #> [1] FALSE #> #> $GSE593$currentUserIsOwner #> [1] FALSE #> #> $GSE593$externalUri #> [1] "http://www.ncbi.nlm.nih.gov/geo/" #> #> $GSE593$isShared #> [1] FALSE #> #> $GSE593$securableClass #> [1] "ubic.gemma.model.expression.experiment.ExpressionExperiment" #> #> $GSE593$userCanWrite #> [1] FALSE #> #> $GSE593$description #> [1] "Our study seeks to identify genes differentially expressed between uterine leiomyomas and normal myometrial tissue. This series consists of samples derived from normal myometrium and uterine leiomyomas obtained from fibroid afflicted patients.Total RNA was extracted from samples, converted to biotin-labeled cRNA, hybridized to oligonucleotide arrays, and followed by model based expression analysis. In order to select differentially expressed genes of interest, dChip model-based expression analysis was employed. Significant genes were identified, utilizing the dChip software, as having an average fold change of > +1.5 or < -1.5 between leiomyoma and normal myometrium and p < 0.05. Under these conditions the 226 genes in the following list were identified.\nDate GSE593 Last Updated: May 29 2005\nContributors: Dawn B Milliken Ryan R Davis Jeffrey P Gregg Paul J Hoffman\nIncludes GDS484.\n Update date: Dec 01 2003.\n Dataset description GDS484: Comparison of normal myometrium and uterine leiomyomas obtained from fibroid afflicted patients." #> #> $GSE593$source #> NULL #> #> $GSE593$name #> [1] "Uterine Fibroid and Normal Myometrial Expression Profiles- U133 Arrays" #> #> $GSE593$id #> [1] 118 #> #> $GSE593$lastUpdated #> [1] 1.585282e+12 #> #> $GSE593$troubled #> [1] FALSE #> #> $GSE593$lastTroubledEvent #> NULL #> #> $GSE593$needsAttention #> [1] FALSE #> #> $GSE593$troubleDetails #> [1] "No trouble details provided." #> #> $GSE593$lastNoteUpdateEvent #> NULL #> #> $GSE593$lastNeedsAttentionEvent #> $GSE593$lastNeedsAttentionEvent$performer #> [1] "johnphan" #> #> $GSE593$lastNeedsAttentionEvent$detail #> NULL #> #> $GSE593$lastNeedsAttentionEvent$actionName #> [1] "Update" #> #> $GSE593$lastNeedsAttentionEvent$eventTypeName #> [1] "DoesNotNeedAttentionEvent" #> #> $GSE593$lastNeedsAttentionEvent$action #> [1] "U" #> #> $GSE593$lastNeedsAttentionEvent$date #> [1] 1.52184e+12 #> #> $GSE593$lastNeedsAttentionEvent$note #> [1] "Does not need attention." #> #> $GSE593$lastNeedsAttentionEvent$eventType #> $GSE593$lastNeedsAttentionEvent$eventType$id #> [1] 195347 #> #> #> $GSE593$lastNeedsAttentionEvent$`_totalInQuery` #> [1] 0 #> #> $GSE593$lastNeedsAttentionEvent$id #> [1] 24935510 #> #> #> $GSE593$curationNote #> NULL #> #> $GSE593$`_totalInQuery` #> [1] 4761 #> #> #> $GSE837 #> $GSE837$shortName #> [1] "GSE837" #> #> $GSE837$metadata #> NULL #> #> $GSE837$userOwned #> [1] FALSE #> #> $GSE837$bioMaterialCount #> NULL #> #> $GSE837$processedExpressionVectorCount #> [1] 12600 #> #> $GSE837$batchConfound #> NULL #> #> $GSE837$batchEffect #> NULL #> #> $GSE837$accession #> [1] "GSE837" #> #> $GSE837$externalDatabase #> [1] "GEO" #> #> $GSE837$taxon #> [1] "human" #> #> $GSE837$taxonId #> [1] 1 #> #> $GSE837$experimentalDesign #> [1] 120 #> #> $GSE837$technologyType #> [1] "ONECOLOR" #> #> $GSE837$isPublic #> [1] TRUE #> #> $GSE837$geeq #> $GSE837$geeq$sScorePublication #> [1] 1 #> #> $GSE837$geeq$sScorePlatformAmount #> [1] 1 #> #> $GSE837$geeq$sScorePlatformsTechMulti #> [1] 1 #> #> $GSE837$geeq$sScoreAvgPlatformPopularity #> [1] 0.5 #> #> $GSE837$geeq$sScoreAvgPlatformSize #> [1] -0.5 #> #> $GSE837$geeq$sScoreSampleSize #> [1] 1 #> #> $GSE837$geeq$sScoreRawData #> [1] -1 #> #> $GSE837$geeq$sScoreMissingValues #> [1] 1 #> #> $GSE837$geeq$qScoreOutliers #> [1] 1 #> #> $GSE837$geeq$qScorePlatformsTech #> [1] 1 #> #> $GSE837$geeq$qScoreReplicates #> [1] -1 #> #> $GSE837$geeq$qScoreBatchInfo #> [1] -1 #> #> $GSE837$geeq$qScoreSampleMeanCorrelation #> [1] 0.9729793 #> #> $GSE837$geeq$qScoreSampleMedianCorrelation #> [1] 0.9746772 #> #> $GSE837$geeq$qScoreSampleCorrelationVariance #> [1] 0.000119099 #> #> $GSE837$geeq$noVectors #> [1] FALSE #> #> $GSE837$geeq$corrMatIssues #> [1] 0 #> #> $GSE837$geeq$replicatesIssues #> [1] 0 #> #> $GSE837$geeq$batchCorrected #> [1] FALSE #> #> $GSE837$geeq$publicQualityScore #> [1] 0.1392396 #> #> $GSE837$geeq$publicSuitabilityScore #> [1] 0.5 #> #> $GSE837$geeq$qScorePublicBatchEffect #> [1] 0 #> #> $GSE837$geeq$qScorePublicBatchConfound #> [1] 0 #> #> $GSE837$geeq$`_totalInQuery` #> [1] 0 #> #> $GSE837$geeq$id #> [1] 670 #> #> #> $GSE837$arrayDesignCount #> [1] 1 #> #> $GSE837$bioAssayCount #> [1] 33 #> #> $GSE837$currentUserHasWritePermission #> [1] FALSE #> #> $GSE837$currentUserIsOwner #> [1] FALSE #> #> $GSE837$externalUri #> [1] "http://www.ncbi.nlm.nih.gov/geo/" #> #> $GSE837$isShared #> [1] FALSE #> #> $GSE837$securableClass #> [1] "ubic.gemma.model.expression.experiment.ExpressionExperiment" #> #> $GSE837$userCanWrite #> [1] FALSE #> #> $GSE837$description #> [1] "HUVECs (human umbilical cord vein endothelial cells) are treated with the angiogenic factors VEGF-A (vascular endothelial growth factor-A) and PlGF (placental growth factor) in low or high serum media.\nDate GSE837 Last Updated: May 29 2005\nIncludes GDS495.\n Update date: Mar 01 2004.\n Dataset description GDS495: Temporal analysis of human umbilical cord vein endothelial cell (HUVEC) isolates treated with angiogenic factors vascular endothelial growth factor-A (VEGF-A) and placental growth factor (PlGF) in low or high serum media." #> #> $GSE837$source #> NULL #> #> $GSE837$name #> [1] "angiogenesis" #> #> $GSE837$id #> [1] 120 #> #> $GSE837$lastUpdated #> [1] 1.585282e+12 #> #> $GSE837$troubled #> [1] FALSE #> #> $GSE837$lastTroubledEvent #> $GSE837$lastTroubledEvent$performer #> [1] "johnphan" #> #> $GSE837$lastTroubledEvent$detail #> [1] "" #> #> $GSE837$lastTroubledEvent$actionName #> [1] "Update" #> #> $GSE837$lastTroubledEvent$eventTypeName #> [1] "NotTroubledStatusFlagEvent" #> #> $GSE837$lastTroubledEvent$action #> [1] "U" #> #> $GSE837$lastTroubledEvent$date #> [1] 1.525458e+12 #> #> $GSE837$lastTroubledEvent$note #> [1] "" #> #> $GSE837$lastTroubledEvent$eventType #> $GSE837$lastTroubledEvent$eventType$id #> [1] 215667 #> #> #> $GSE837$lastTroubledEvent$`_totalInQuery` #> [1] 0 #> #> $GSE837$lastTroubledEvent$id #> [1] 25063077 #> #> #> $GSE837$needsAttention #> [1] FALSE #> #> $GSE837$troubleDetails #> [1] "No trouble details provided." #> #> $GSE837$lastNoteUpdateEvent #> NULL #> #> $GSE837$lastNeedsAttentionEvent #> $GSE837$lastNeedsAttentionEvent$performer #> [1] "johnphan" #> #> $GSE837$lastNeedsAttentionEvent$detail #> NULL #> #> $GSE837$lastNeedsAttentionEvent$actionName #> [1] "Update" #> #> $GSE837$lastNeedsAttentionEvent$eventTypeName #> [1] "DoesNotNeedAttentionEvent" #> #> $GSE837$lastNeedsAttentionEvent$action #> [1] "U" #> #> $GSE837$lastNeedsAttentionEvent$date #> [1] 1.525458e+12 #> #> $GSE837$lastNeedsAttentionEvent$note #> [1] "Does not need attention." #> #> $GSE837$lastNeedsAttentionEvent$eventType #> $GSE837$lastNeedsAttentionEvent$eventType$id #> [1] 215669 #> #> #> $GSE837$lastNeedsAttentionEvent$`_totalInQuery` #> [1] 0 #> #> $GSE837$lastNeedsAttentionEvent$id #> [1] 25063079 #> #> #> $GSE837$curationNote #> NULL #> #> $GSE837$`_totalInQuery` #> [1] 4761 #> #> #> $GSE590 #> $GSE590$shortName #> [1] "GSE590" #> #> $GSE590$metadata #> NULL #> #> $GSE590$userOwned #> [1] FALSE #> #> $GSE590$bioMaterialCount #> NULL #> #> $GSE590$processedExpressionVectorCount #> [1] 22283 #> #> $GSE590$batchConfound #> NULL #> #> $GSE590$batchEffect #> NULL #> #> $GSE590$accession #> [1] "GSE590" #> #> $GSE590$externalDatabase #> [1] "GEO" #> #> $GSE590$taxon #> [1] "human" #> #> $GSE590$taxonId #> [1] 1 #> #> $GSE590$experimentalDesign #> [1] 124 #> #> $GSE590$technologyType #> [1] "ONECOLOR" #> #> $GSE590$isPublic #> [1] TRUE #> #> $GSE590$geeq #> $GSE590$geeq$sScorePublication #> [1] 1 #> #> $GSE590$geeq$sScorePlatformAmount #> [1] 1 #> #> $GSE590$geeq$sScorePlatformsTechMulti #> [1] 1 #> #> $GSE590$geeq$sScoreAvgPlatformPopularity #> [1] 1 #> #> $GSE590$geeq$sScoreAvgPlatformSize #> [1] 0 #> #> $GSE590$geeq$sScoreSampleSize #> [1] 0 #> #> $GSE590$geeq$sScoreRawData #> [1] -1 #> #> $GSE590$geeq$sScoreMissingValues #> [1] 1 #> #> $GSE590$geeq$qScoreOutliers #> [1] 1 #> #> $GSE590$geeq$qScorePlatformsTech #> [1] 1 #> #> $GSE590$geeq$qScoreReplicates #> [1] 0 #> #> $GSE590$geeq$qScoreBatchInfo #> [1] -1 #> #> $GSE590$geeq$qScoreSampleMeanCorrelation #> [1] 0.9685905 #> #> $GSE590$geeq$qScoreSampleMedianCorrelation #> [1] 0.9709525 #> #> $GSE590$geeq$qScoreSampleCorrelationVariance #> [1] 0.0001652471 #> #> $GSE590$geeq$noVectors #> [1] FALSE #> #> $GSE590$geeq$corrMatIssues #> [1] 0 #> #> $GSE590$geeq$replicatesIssues #> [1] 0 #> #> $GSE590$geeq$batchCorrected #> [1] FALSE #> #> $GSE590$geeq$publicQualityScore #> [1] 0.2815646 #> #> $GSE590$geeq$publicSuitabilityScore #> [1] 0.5 #> #> $GSE590$geeq$qScorePublicBatchEffect #> [1] 0 #> #> $GSE590$geeq$qScorePublicBatchConfound #> [1] 0 #> #> $GSE590$geeq$`_totalInQuery` #> [1] 0 #> #> $GSE590$geeq$id #> [1] 677 #> #> #> $GSE590$arrayDesignCount #> [1] 1 #> #> $GSE590$bioAssayCount #> [1] 10 #> #> $GSE590$currentUserHasWritePermission #> [1] FALSE #> #> $GSE590$currentUserIsOwner #> [1] FALSE #> #> $GSE590$externalUri #> [1] "http://www.ncbi.nlm.nih.gov/geo/" #> #> $GSE590$isShared #> [1] FALSE #> #> $GSE590$securableClass #> [1] "ubic.gemma.model.expression.experiment.ExpressionExperiment" #> #> $GSE590$userCanWrite #> [1] FALSE #> #> $GSE590$description #> [1] "Comparison of gene expression for individuals affected with FCHL exhibiting the USF1 susceptibility haplotype and FCHL affected indiviuals carrying the protective haplotype.\nDate GSE590 Last Updated: Oct 28 2005\nContributors: Massimiliano Gentile Leena Peltonen Päivi Pajukanta Rita M Cantor Janet S Sinsheimer Aldons J Lusis Heidi E Lilja\nIncludes GDS513.\n Update date: Mar 18 2004.\n Dataset description GDS513: Comparison of subcutaneous adipose tissue from individuals with familial combined hyperlipidemia (FCHL) exhibiting either upstream transcription factor 1 (USF1) susceptibility or protective haplotype. USF1 regulates glucose and lipid metabolism genes." #> #> $GSE590$source #> NULL #> #> $GSE590$name #> [1] "USF1 haplotype comparison" #> #> $GSE590$id #> [1] 124 #> #> $GSE590$lastUpdated #> [1] 1.585282e+12 #> #> $GSE590$troubled #> [1] FALSE #> #> $GSE590$lastTroubledEvent #> NULL #> #> $GSE590$needsAttention #> [1] FALSE #> #> $GSE590$troubleDetails #> [1] "No trouble details provided." #> #> $GSE590$lastNoteUpdateEvent #> NULL #> #> $GSE590$lastNeedsAttentionEvent #> $GSE590$lastNeedsAttentionEvent$performer #> [1] "johnphan" #> #> $GSE590$lastNeedsAttentionEvent$detail #> NULL #> #> $GSE590$lastNeedsAttentionEvent$actionName #> [1] "Update" #> #> $GSE590$lastNeedsAttentionEvent$eventTypeName #> [1] "DoesNotNeedAttentionEvent" #> #> $GSE590$lastNeedsAttentionEvent$action #> [1] "U" #> #> $GSE590$lastNeedsAttentionEvent$date #> [1] 1.52217e+12 #> #> $GSE590$lastNeedsAttentionEvent$note #> [1] "Does not need attention." #> #> $GSE590$lastNeedsAttentionEvent$eventType #> $GSE590$lastNeedsAttentionEvent$eventType$id #> [1] 195889 #> #> #> $GSE590$lastNeedsAttentionEvent$`_totalInQuery` #> [1] 0 #> #> $GSE590$lastNeedsAttentionEvent$id #> [1] 24936299 #> #> #> $GSE590$curationNote #> NULL #> #> $GSE590$`_totalInQuery` #> [1] 4761 #> #> #> $GSE755 #> $GSE755$shortName #> [1] "GSE755" #> #> $GSE755$metadata #> NULL #> #> $GSE755$userOwned #> [1] FALSE #> #> $GSE755$bioMaterialCount #> NULL #> #> $GSE755$processedExpressionVectorCount #> [1] 12625 #> #> $GSE755$batchConfound #> NULL #> #> $GSE755$batchEffect #> NULL #> #> $GSE755$accession #> [1] "GSE755" #> #> $GSE755$externalDatabase #> [1] "GEO" #> #> $GSE755$taxon #> [1] "human" #> #> $GSE755$taxonId #> [1] 1 #> #> $GSE755$experimentalDesign #> [1] 126 #> #> $GSE755$technologyType #> [1] "ONECOLOR" #> #> $GSE755$isPublic #> [1] TRUE #> #> $GSE755$geeq #> $GSE755$geeq$sScorePublication #> [1] 1 #> #> $GSE755$geeq$sScorePlatformAmount #> [1] 1 #> #> $GSE755$geeq$sScorePlatformsTechMulti #> [1] 1 #> #> $GSE755$geeq$sScoreAvgPlatformPopularity #> [1] 0.5 #> #> $GSE755$geeq$sScoreAvgPlatformSize #> [1] -0.5 #> #> $GSE755$geeq$sScoreSampleSize #> [1] 1 #> #> $GSE755$geeq$sScoreRawData #> [1] -1 #> #> $GSE755$geeq$sScoreMissingValues #> [1] 1 #> #> $GSE755$geeq$qScoreOutliers #> [1] 1 #> #> $GSE755$geeq$qScorePlatformsTech #> [1] 1 #> #> $GSE755$geeq$qScoreReplicates #> [1] 1 #> #> $GSE755$geeq$qScoreBatchInfo #> [1] -1 #> #> $GSE755$geeq$qScoreSampleMeanCorrelation #> [1] 0.856904 #> #> $GSE755$geeq$qScoreSampleMedianCorrelation #> [1] 0.865721 #> #> $GSE755$geeq$qScoreSampleCorrelationVariance #> [1] 0.001898656 #> #> $GSE755$geeq$noVectors #> [1] FALSE #> #> $GSE755$geeq$corrMatIssues #> [1] 0 #> #> $GSE755$geeq$replicatesIssues #> [1] 0 #> #> $GSE755$geeq$batchCorrected #> [1] FALSE #> #> $GSE755$geeq$publicQualityScore #> [1] 0.4093887 #> #> $GSE755$geeq$publicSuitabilityScore #> [1] 0.5 #> #> $GSE755$geeq$qScorePublicBatchEffect #> [1] 0 #> #> $GSE755$geeq$qScorePublicBatchConfound #> [1] 0 #> #> $GSE755$geeq$`_totalInQuery` #> [1] 0 #> #> $GSE755$geeq$id #> [1] 680 #> #> #> $GSE755$arrayDesignCount #> [1] 1 #> #> $GSE755$bioAssayCount #> [1] 173 #> #> $GSE755$currentUserHasWritePermission #> [1] FALSE #> #> $GSE755$currentUserIsOwner #> [1] FALSE #> #> $GSE755$externalUri #> [1] "http://www.ncbi.nlm.nih.gov/geo/" #> #> $GSE755$isShared #> [1] FALSE #> #> $GSE755$securableClass #> [1] "ubic.gemma.model.expression.experiment.ExpressionExperiment" #> #> $GSE755$userCanWrite #> [1] FALSE #> #> $GSE755$description #> [1] "This series represents samples of multiple myeloma patients with and without bone lytic lesion by MRI.\nDate GSE755 Last Updated: May 29 2005\nContributors: John D Shaughnessy Erik Rasmussen Yupo Ma Bart Barlogie Fenghuang Zhan Ronald Walker Erming Tian\nIncludes GDS531.\n Update date: Mar 29 2004.\n Dataset description GDS531: Comparison of gene expression in bone marrow plasma cells of multiple myeloma patients with and without bone lesions. Osteolytic lesions increase in multiple myeloma patients." #> #> $GSE755$source #> NULL #> #> $GSE755$name #> [1] "MRI lytic and no lytic lesions" #> #> $GSE755$id #> [1] 126 #> #> $GSE755$lastUpdated #> [1] 1.585282e+12 #> #> $GSE755$troubled #> [1] FALSE #> #> $GSE755$lastTroubledEvent #> NULL #> #> $GSE755$needsAttention #> [1] FALSE #> #> $GSE755$troubleDetails #> [1] "No trouble details provided." #> #> $GSE755$lastNoteUpdateEvent #> NULL #> #> $GSE755$lastNeedsAttentionEvent #> $GSE755$lastNeedsAttentionEvent$performer #> [1] "johnphan" #> #> $GSE755$lastNeedsAttentionEvent$detail #> NULL #> #> $GSE755$lastNeedsAttentionEvent$actionName #> [1] "Update" #> #> $GSE755$lastNeedsAttentionEvent$eventTypeName #> [1] "DoesNotNeedAttentionEvent" #> #> $GSE755$lastNeedsAttentionEvent$action #> [1] "U" #> #> $GSE755$lastNeedsAttentionEvent$date #> [1] 1.522171e+12 #> #> $GSE755$lastNeedsAttentionEvent$note #> [1] "Does not need attention." #> #> $GSE755$lastNeedsAttentionEvent$eventType #> $GSE755$lastNeedsAttentionEvent$eventType$id #> [1] 195939 #> #> #> $GSE755$lastNeedsAttentionEvent$`_totalInQuery` #> [1] 0 #> #> $GSE755$lastNeedsAttentionEvent$id #> [1] 24936349 #> #> #> $GSE755$curationNote #> NULL #> #> $GSE755$`_totalInQuery` #> [1] 4761 #> #> #> $GSE994 #> $GSE994$shortName #> [1] "GSE994" #> #> $GSE994$metadata #> NULL #> #> $GSE994$userOwned #> [1] FALSE #> #> $GSE994$bioMaterialCount #> NULL #> #> $GSE994$processedExpressionVectorCount #> [1] 22283 #> #> $GSE994$batchConfound #> NULL #> #> $GSE994$batchEffect #> [1] "Data has been batch-corrected" #> #> $GSE994$accession #> [1] "GSE994" #> #> $GSE994$externalDatabase #> [1] "GEO" #> #> $GSE994$taxon #> [1] "human" #> #> $GSE994$taxonId #> [1] 1 #> #> $GSE994$experimentalDesign #> [1] 128 #> #> $GSE994$technologyType #> [1] "ONECOLOR" #> #> $GSE994$isPublic #> [1] TRUE #> #> $GSE994$geeq #> $GSE994$geeq$sScorePublication #> [1] 1 #> #> $GSE994$geeq$sScorePlatformAmount #> [1] 1 #> #> $GSE994$geeq$sScorePlatformsTechMulti #> [1] 1 #> #> $GSE994$geeq$sScoreAvgPlatformPopularity #> [1] 1 #> #> $GSE994$geeq$sScoreAvgPlatformSize #> [1] 0 #> #> $GSE994$geeq$sScoreSampleSize #> [1] 1 #> #> $GSE994$geeq$sScoreRawData #> [1] 1 #> #> $GSE994$geeq$sScoreMissingValues #> [1] 1 #> #> $GSE994$geeq$qScoreOutliers #> [1] 1 #> #> $GSE994$geeq$qScorePlatformsTech #> [1] 1 #> #> $GSE994$geeq$qScoreReplicates #> [1] 1 #> #> $GSE994$geeq$qScoreBatchInfo #> [1] 1 #> #> $GSE994$geeq$qScoreSampleMeanCorrelation #> [1] 0.976886 #> #> $GSE994$geeq$qScoreSampleMedianCorrelation #> [1] 0.9785127 #> #> $GSE994$geeq$qScoreSampleCorrelationVariance #> [1] 5.657993e-05 #> #> $GSE994$geeq$noVectors #> [1] FALSE #> #> $GSE994$geeq$corrMatIssues #> [1] 0 #> #> $GSE994$geeq$replicatesIssues #> [1] 0 #> #> $GSE994$geeq$batchCorrected #> [1] TRUE #> #> $GSE994$geeq$publicQualityScore #> [1] 0.9969304 #> #> $GSE994$geeq$publicSuitabilityScore #> [1] 0.875 #> #> $GSE994$geeq$qScorePublicBatchEffect #> [1] 1 #> #> $GSE994$geeq$qScorePublicBatchConfound #> [1] 1 #> #> $GSE994$geeq$`_totalInQuery` #> [1] 0 #> #> $GSE994$geeq$id #> [1] 682 #> #> #> $GSE994$arrayDesignCount #> [1] 1 #> #> $GSE994$bioAssayCount #> [1] 75 #> #> $GSE994$currentUserHasWritePermission #> [1] FALSE #> #> $GSE994$currentUserIsOwner #> [1] FALSE #> #> $GSE994$externalUri #> [1] "http://www.ncbi.nlm.nih.gov/geo/" #> #> $GSE994$isShared #> [1] FALSE #> #> $GSE994$securableClass #> [1] "ubic.gemma.model.expression.experiment.ExpressionExperiment" #> #> $GSE994$userCanWrite #> [1] FALSE #> #> $GSE994$description #> [1] "A number of studies have shown that cigarette smoking produces a field defect, such that genetic mutations induced by smoking occur throughout the lung and its intra and extra-pulmonary airways. Based on this concept, we have begun this study, which has as its goal the definition of the normal airway transcriptome, an analysis of how that transcriptome is affected by cigarette smoke, and to explore the reversibility of altered gene expression when smoking has been discontinued. We have obtained brushings from intra-pulmonary airways (the right upper lobe carina) and scrapings from the buccal mucosa, from normal smoking and non-smoking volunteers (including 34 Current Smokers, 23 Never Smokers and 18 Former Smokers). RNA was isolated from these samples and gene expression profiles from intra-pulmonary airway epithelial cells were analyzed using Affymetrix U133A human gene expression arrays. All microarray data from the experiments described above have been stored, preprocessed and analyzed in a relational MySQL database that is accessible through our website at http://pulm.bumc.bu.edu/aged.\nDate GSE994 Last Updated: May 29 2005\nContributors: Jennifer Beane Frank Schembri John Palma Gang Liu Jerome Brody Avrum Spira Xuemei Yang Vishal Shah\nIncludes GDS534.\n Update date: May 02 2004.\n Dataset description GDS534: Analysis of cigarette smoking-induced changes in bronchial epithelia, and reversibility of effects when smoking is discontinued. May provide insight to molecular events leading to chronic obstructive pulmonary disease (COPD) and lung cancer." #> #> $GSE994$source #> NULL #> #> $GSE994$name #> [1] "Effects of cigarette smoke on the human airway epithelial cell transcriptome" #> #> $GSE994$id #> [1] 128 #> #> $GSE994$lastUpdated #> [1] 1.585282e+12 #> #> $GSE994$troubled #> [1] FALSE #> #> $GSE994$lastTroubledEvent #> NULL #> #> $GSE994$needsAttention #> [1] FALSE #> #> $GSE994$troubleDetails #> [1] "No trouble details provided." #> #> $GSE994$lastNoteUpdateEvent #> NULL #> #> $GSE994$lastNeedsAttentionEvent #> NULL #> #> $GSE994$curationNote #> NULL #> #> $GSE994$`_totalInQuery` #> [1] 4761 #> #> #> $GSE846 #> $GSE846$shortName #> [1] "GSE846" #> #> $GSE846$metadata #> NULL #> #> $GSE846$userOwned #> [1] FALSE #> #> $GSE846$bioMaterialCount #> NULL #> #> $GSE846$processedExpressionVectorCount #> [1] 22283 #> #> $GSE846$batchConfound #> NULL #> #> $GSE846$batchEffect #> NULL #> #> $GSE846$accession #> [1] "GSE846" #> #> $GSE846$externalDatabase #> [1] "GEO" #> #> $GSE846$taxon #> [1] "human" #> #> $GSE846$taxonId #> [1] 1 #> #> $GSE846$experimentalDesign #> [1] 129 #> #> $GSE846$technologyType #> [1] "ONECOLOR" #> #> $GSE846$isPublic #> [1] TRUE #> #> $GSE846$geeq #> $GSE846$geeq$sScorePublication #> [1] 1 #> #> $GSE846$geeq$sScorePlatformAmount #> [1] 1 #> #> $GSE846$geeq$sScorePlatformsTechMulti #> [1] 1 #> #> $GSE846$geeq$sScoreAvgPlatformPopularity #> [1] 1 #> #> $GSE846$geeq$sScoreAvgPlatformSize #> [1] 0 #> #> $GSE846$geeq$sScoreSampleSize #> [1] 0 #> #> $GSE846$geeq$sScoreRawData #> [1] -1 #> #> $GSE846$geeq$sScoreMissingValues #> [1] 1 #> #> $GSE846$geeq$qScoreOutliers #> [1] 1 #> #> $GSE846$geeq$qScorePlatformsTech #> [1] 1 #> #> $GSE846$geeq$qScoreReplicates #> [1] -1 #> #> $GSE846$geeq$qScoreBatchInfo #> [1] -1 #> #> $GSE846$geeq$qScoreSampleMeanCorrelation #> [1] 0.940008 #> #> $GSE846$geeq$qScoreSampleMedianCorrelation #> [1] 0.9427823 #> #> $GSE846$geeq$qScoreSampleCorrelationVariance #> [1] 0.0002214553 #> #> $GSE846$geeq$noVectors #> [1] FALSE #> #> $GSE846$geeq$corrMatIssues #> [1] 0 #> #> $GSE846$geeq$replicatesIssues #> [1] 0 #> #> $GSE846$geeq$batchCorrected #> [1] FALSE #> #> $GSE846$geeq$publicQualityScore #> [1] 0.1346832 #> #> $GSE846$geeq$publicSuitabilityScore #> [1] 0.5 #> #> $GSE846$geeq$qScorePublicBatchEffect #> [1] 0 #> #> $GSE846$geeq$qScorePublicBatchConfound #> [1] 0 #> #> $GSE846$geeq$`_totalInQuery` #> [1] 0 #> #> $GSE846$geeq$id #> [1] 685 #> #> #> $GSE846$arrayDesignCount #> [1] 1 #> #> $GSE846$bioAssayCount #> [1] 17 #> #> $GSE846$currentUserHasWritePermission #> [1] FALSE #> #> $GSE846$currentUserIsOwner #> [1] FALSE #> #> $GSE846$externalUri #> [1] "http://www.ncbi.nlm.nih.gov/geo/" #> #> $GSE846$isShared #> [1] FALSE #> #> $GSE846$securableClass #> [1] "ubic.gemma.model.expression.experiment.ExpressionExperiment" #> #> $GSE846$userCanWrite #> [1] FALSE #> #> $GSE846$description #> [1] "AR overexpression converts antagonists to weak agonists.\nDate GSE846 Last Updated: May 29 2005\nContributors: Derek Welsbie Charles Sawyers Charlie Chen\nIncludes GDS536.\n Update date: Mar 30 2004.\n Dataset description GDS536: Examination of antagonist to agonist conversion in androgen receptor-expressing hormone-sensitive LNCaP prostate cancer cells. Cells challenged with increasing doses of R1881, or bicalutamide." #> #> $GSE846$source #> NULL #> #> $GSE846$name #> [1] "Conversion" #> #> $GSE846$id #> [1] 129 #> #> $GSE846$lastUpdated #> [1] 1.585282e+12 #> #> $GSE846$troubled #> [1] FALSE #> #> $GSE846$lastTroubledEvent #> NULL #> #> $GSE846$needsAttention #> [1] FALSE #> #> $GSE846$troubleDetails #> [1] "No trouble details provided." #> #> $GSE846$lastNoteUpdateEvent #> NULL #> #> $GSE846$lastNeedsAttentionEvent #> $GSE846$lastNeedsAttentionEvent$performer #> [1] "sophialy" #> #> $GSE846$lastNeedsAttentionEvent$detail #> NULL #> #> $GSE846$lastNeedsAttentionEvent$actionName #> [1] "Update" #> #> $GSE846$lastNeedsAttentionEvent$eventTypeName #> [1] "DoesNotNeedAttentionEvent" #> #> $GSE846$lastNeedsAttentionEvent$action #> [1] "U" #> #> $GSE846$lastNeedsAttentionEvent$date #> [1] 1.52702e+12 #> #> $GSE846$lastNeedsAttentionEvent$note #> [1] "Does not need attention." #> #> $GSE846$lastNeedsAttentionEvent$eventType #> $GSE846$lastNeedsAttentionEvent$eventType$id #> [1] 220318 #> #> #> $GSE846$lastNeedsAttentionEvent$`_totalInQuery` #> [1] 0 #> #> $GSE846$lastNeedsAttentionEvent$id #> [1] 25072204 #> #> #> $GSE846$curationNote #> NULL #> #> $GSE846$`_totalInQuery` #> [1] 4761 #> #>
taxonInfo('human',request = 'phenotypes')
#> $`2-hydroxyglutaric aciduria` #> $`2-hydroxyglutaric aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050573" #> #> $`2-hydroxyglutaric aciduria`$`_id` #> [1] "DOID_0050573<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`2-hydroxyglutaric aciduria`$privateGeneCount #> [1] 0 #> #> $`2-hydroxyglutaric aciduria`$publicGeneCount #> [1] 4 #> #> $`2-hydroxyglutaric aciduria`$urlId #> [1] "DOID_0050573" #> #> $`2-hydroxyglutaric aciduria`$dbPhenotype #> [1] TRUE #> #> $`2-hydroxyglutaric aciduria`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`2-hydroxyglutaric aciduria`$`_is_leaf` #> [1] FALSE #> #> $`2-hydroxyglutaric aciduria`$children #> $`2-hydroxyglutaric aciduria`$children[[1]] #> [1] "DOID_0050575<DOID_0050573<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`2-hydroxyglutaric aciduria`$children[[2]] #> [1] "DOID_0050574<DOID_0050573<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $`2-hydroxyglutaric aciduria`$value #> [1] "2-hydroxyglutaric aciduria" #> #> #> $`3-M syndrome` #> $`3-M syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060241" #> #> $`3-M syndrome`$`_id` #> [1] "DOID_0060241<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`3-M syndrome`$privateGeneCount #> [1] 0 #> #> $`3-M syndrome`$publicGeneCount #> [1] 3 #> #> $`3-M syndrome`$urlId #> [1] "DOID_0060241" #> #> $`3-M syndrome`$dbPhenotype #> [1] TRUE #> #> $`3-M syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`3-M syndrome`$`_is_leaf` #> [1] TRUE #> #> $`3-M syndrome`$children #> list() #> #> $`3-M syndrome`$value #> [1] "3-M syndrome" #> #> #> $`3-M syndrome` #> $`3-M syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060241" #> #> $`3-M syndrome`$`_id` #> [1] "DOID_0060241<DOID_225<DOID_4" #> #> $`3-M syndrome`$privateGeneCount #> [1] 0 #> #> $`3-M syndrome`$publicGeneCount #> [1] 3 #> #> $`3-M syndrome`$urlId #> [1] "DOID_0060241" #> #> $`3-M syndrome`$dbPhenotype #> [1] TRUE #> #> $`3-M syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`3-M syndrome`$`_is_leaf` #> [1] TRUE #> #> $`3-M syndrome`$children #> list() #> #> $`3-M syndrome`$value #> [1] "3-M syndrome" #> #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency` #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050710" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$`_id` #> [1] "DOID_0050710<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$privateGeneCount #> [1] 0 #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$publicGeneCount #> [1] 4 #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$urlId #> [1] "DOID_0050710" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$dbPhenotype #> [1] TRUE #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$children #> list() #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$value #> [1] "3-Methylcrotonyl-CoA carboxylase deficiency" #> #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency` #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050710" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$`_id` #> [1] "DOID_0050710<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$privateGeneCount #> [1] 0 #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$publicGeneCount #> [1] 4 #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$urlId #> [1] "DOID_0050710" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$dbPhenotype #> [1] TRUE #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$`_parent` #> [1] "DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$children #> list() #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$value #> [1] "3-Methylcrotonyl-CoA carboxylase deficiency" #> #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency` #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050710" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$`_id` #> [1] "DOID_0050710<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$privateGeneCount #> [1] 0 #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$publicGeneCount #> [1] 4 #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$urlId #> [1] "DOID_0050710" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$dbPhenotype #> [1] TRUE #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$children #> list() #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$value #> [1] "3-Methylcrotonyl-CoA carboxylase deficiency" #> #> #> $`3-methylglutaconic aciduria` #> $`3-methylglutaconic aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060336" #> #> $`3-methylglutaconic aciduria`$`_id` #> [1] "DOID_0060336<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`3-methylglutaconic aciduria`$privateGeneCount #> [1] 0 #> #> $`3-methylglutaconic aciduria`$publicGeneCount #> [1] 5 #> #> $`3-methylglutaconic aciduria`$urlId #> [1] "DOID_0060336" #> #> $`3-methylglutaconic aciduria`$dbPhenotype #> [1] TRUE #> #> $`3-methylglutaconic aciduria`$`_parent` #> [1] "DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`3-methylglutaconic aciduria`$`_is_leaf` #> [1] TRUE #> #> $`3-methylglutaconic aciduria`$children #> list() #> #> $`3-methylglutaconic aciduria`$value #> [1] "3-methylglutaconic aciduria" #> #> #> $`3-Methylglutaconic aciduria` #> $`3-Methylglutaconic aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003535" #> #> $`3-Methylglutaconic aciduria`$`_id` #> [1] "HP_0003535<HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`3-Methylglutaconic aciduria`$privateGeneCount #> [1] 0 #> #> $`3-Methylglutaconic aciduria`$publicGeneCount #> [1] 1 #> #> $`3-Methylglutaconic aciduria`$urlId #> [1] "HP_0003535" #> #> $`3-Methylglutaconic aciduria`$dbPhenotype #> [1] TRUE #> #> $`3-Methylglutaconic aciduria`$`_parent` #> [1] "HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`3-Methylglutaconic aciduria`$`_is_leaf` #> [1] TRUE #> #> $`3-Methylglutaconic aciduria`$children #> list() #> #> $`3-Methylglutaconic aciduria`$value #> [1] "3-Methylglutaconic aciduria" #> #> #> $`3MC syndrome` #> $`3MC syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060225" #> #> $`3MC syndrome`$`_id` #> [1] "DOID_0060225<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`3MC syndrome`$privateGeneCount #> [1] 0 #> #> $`3MC syndrome`$publicGeneCount #> [1] 2 #> #> $`3MC syndrome`$urlId #> [1] "DOID_0060225" #> #> $`3MC syndrome`$dbPhenotype #> [1] TRUE #> #> $`3MC syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`3MC syndrome`$`_is_leaf` #> [1] TRUE #> #> $`3MC syndrome`$children #> list() #> #> $`3MC syndrome`$value #> [1] "3MC syndrome" #> #> #> $`3MC syndrome` #> $`3MC syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060225" #> #> $`3MC syndrome`$`_id` #> [1] "DOID_0060225<DOID_225<DOID_4" #> #> $`3MC syndrome`$privateGeneCount #> [1] 0 #> #> $`3MC syndrome`$publicGeneCount #> [1] 2 #> #> $`3MC syndrome`$urlId #> [1] "DOID_0060225" #> #> $`3MC syndrome`$dbPhenotype #> [1] TRUE #> #> $`3MC syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`3MC syndrome`$`_is_leaf` #> [1] TRUE #> #> $`3MC syndrome`$children #> list() #> #> $`3MC syndrome`$value #> [1] "3MC syndrome" #> #> #> $`46 XX gonadal dysgenesis` #> $`46 XX gonadal dysgenesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14450" #> #> $`46 XX gonadal dysgenesis`$`_id` #> [1] "DOID_14450<DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`46 XX gonadal dysgenesis`$privateGeneCount #> [1] 0 #> #> $`46 XX gonadal dysgenesis`$publicGeneCount #> [1] 6 #> #> $`46 XX gonadal dysgenesis`$urlId #> [1] "DOID_14450" #> #> $`46 XX gonadal dysgenesis`$dbPhenotype #> [1] TRUE #> #> $`46 XX gonadal dysgenesis`$`_parent` #> [1] "DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`46 XX gonadal dysgenesis`$`_is_leaf` #> [1] TRUE #> #> $`46 XX gonadal dysgenesis`$children #> list() #> #> $`46 XX gonadal dysgenesis`$value #> [1] "46 XX gonadal dysgenesis" #> #> #> $`46,XY sex reversal` #> $`46,XY sex reversal`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14448" #> #> $`46,XY sex reversal`$`_id` #> [1] "DOID_14448<DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`46,XY sex reversal`$privateGeneCount #> [1] 0 #> #> $`46,XY sex reversal`$publicGeneCount #> [1] 9 #> #> $`46,XY sex reversal`$urlId #> [1] "DOID_14448" #> #> $`46,XY sex reversal`$dbPhenotype #> [1] TRUE #> #> $`46,XY sex reversal`$`_parent` #> [1] "DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`46,XY sex reversal`$`_is_leaf` #> [1] TRUE #> #> $`46,XY sex reversal`$children #> list() #> #> $`46,XY sex reversal`$value #> [1] "46,XY sex reversal" #> #> #> $`Aarskog syndrome` #> $`Aarskog syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111824" #> #> $`Aarskog syndrome`$`_id` #> [1] "DOID_0111824<DOID_225<DOID_4" #> #> $`Aarskog syndrome`$privateGeneCount #> [1] 0 #> #> $`Aarskog syndrome`$publicGeneCount #> [1] 1 #> #> $`Aarskog syndrome`$urlId #> [1] "DOID_0111824" #> #> $`Aarskog syndrome`$dbPhenotype #> [1] FALSE #> #> $`Aarskog syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Aarskog syndrome`$`_is_leaf` #> [1] FALSE #> #> $`Aarskog syndrome`$children #> $`Aarskog syndrome`$children[[1]] #> [1] "DOID_6683<DOID_0111824<DOID_225<DOID_4" #> #> #> $`Aarskog syndrome`$value #> [1] "Aarskog syndrome" #> #> #> $`ABCD syndrome` #> $`ABCD syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050600" #> #> $`ABCD syndrome`$`_id` #> [1] "DOID_0050600<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ABCD syndrome`$privateGeneCount #> [1] 0 #> #> $`ABCD syndrome`$publicGeneCount #> [1] 1 #> #> $`ABCD syndrome`$urlId #> [1] "DOID_0050600" #> #> $`ABCD syndrome`$dbPhenotype #> [1] TRUE #> #> $`ABCD syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ABCD syndrome`$`_is_leaf` #> [1] TRUE #> #> $`ABCD syndrome`$children #> list() #> #> $`ABCD syndrome`$value #> [1] "ABCD syndrome" #> #> #> $`ABCD syndrome` #> $`ABCD syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050600" #> #> $`ABCD syndrome`$`_id` #> [1] "DOID_0050600<DOID_225<DOID_4" #> #> $`ABCD syndrome`$privateGeneCount #> [1] 0 #> #> $`ABCD syndrome`$publicGeneCount #> [1] 1 #> #> $`ABCD syndrome`$urlId #> [1] "DOID_0050600" #> #> $`ABCD syndrome`$dbPhenotype #> [1] TRUE #> #> $`ABCD syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`ABCD syndrome`$`_is_leaf` #> [1] TRUE #> #> $`ABCD syndrome`$children #> list() #> #> $`ABCD syndrome`$value #> [1] "ABCD syndrome" #> #> #> $`abdominal aortic aneurysm` #> $`abdominal aortic aneurysm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7693" #> #> $`abdominal aortic aneurysm`$`_id` #> [1] "DOID_7693<DOID_3627<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`abdominal aortic aneurysm`$privateGeneCount #> [1] 0 #> #> $`abdominal aortic aneurysm`$publicGeneCount #> [1] 26 #> #> $`abdominal aortic aneurysm`$urlId #> [1] "DOID_7693" #> #> $`abdominal aortic aneurysm`$dbPhenotype #> [1] TRUE #> #> $`abdominal aortic aneurysm`$`_parent` #> [1] "DOID_3627<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`abdominal aortic aneurysm`$`_is_leaf` #> [1] TRUE #> #> $`abdominal aortic aneurysm`$children #> list() #> #> $`abdominal aortic aneurysm`$value #> [1] "abdominal aortic aneurysm" #> #> #> $`abdominal obesity-metabolic syndrome` #> $`abdominal obesity-metabolic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060611" #> #> $`abdominal obesity-metabolic syndrome`$`_id` #> [1] "DOID_0060611<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`abdominal obesity-metabolic syndrome`$privateGeneCount #> [1] 0 #> #> $`abdominal obesity-metabolic syndrome`$publicGeneCount #> [1] 77 #> #> $`abdominal obesity-metabolic syndrome`$urlId #> [1] "DOID_0060611" #> #> $`abdominal obesity-metabolic syndrome`$dbPhenotype #> [1] FALSE #> #> $`abdominal obesity-metabolic syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`abdominal obesity-metabolic syndrome`$`_is_leaf` #> [1] FALSE #> #> $`abdominal obesity-metabolic syndrome`$children #> $`abdominal obesity-metabolic syndrome`$children[[1]] #> [1] "DOID_14221<DOID_0060611<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`abdominal obesity-metabolic syndrome`$value #> [1] "abdominal obesity-metabolic syndrome" #> #> #> $`abdominal obesity-metabolic syndrome` #> $`abdominal obesity-metabolic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060611" #> #> $`abdominal obesity-metabolic syndrome`$`_id` #> [1] "DOID_0060611<DOID_225<DOID_4" #> #> $`abdominal obesity-metabolic syndrome`$privateGeneCount #> [1] 0 #> #> $`abdominal obesity-metabolic syndrome`$publicGeneCount #> [1] 77 #> #> $`abdominal obesity-metabolic syndrome`$urlId #> [1] "DOID_0060611" #> #> $`abdominal obesity-metabolic syndrome`$dbPhenotype #> [1] FALSE #> #> $`abdominal obesity-metabolic syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`abdominal obesity-metabolic syndrome`$`_is_leaf` #> [1] FALSE #> #> $`abdominal obesity-metabolic syndrome`$children #> $`abdominal obesity-metabolic syndrome`$children[[1]] #> [1] "DOID_14221<DOID_0060611<DOID_225<DOID_4" #> #> #> $`abdominal obesity-metabolic syndrome`$value #> [1] "abdominal obesity-metabolic syndrome" #> #> #> $`abdominal obesity-metabolic syndrome 1` #> $`abdominal obesity-metabolic syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14221" #> #> $`abdominal obesity-metabolic syndrome 1`$`_id` #> [1] "DOID_14221<DOID_0060611<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`abdominal obesity-metabolic syndrome 1`$privateGeneCount #> [1] 0 #> #> $`abdominal obesity-metabolic syndrome 1`$publicGeneCount #> [1] 77 #> #> $`abdominal obesity-metabolic syndrome 1`$urlId #> [1] "DOID_14221" #> #> $`abdominal obesity-metabolic syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`abdominal obesity-metabolic syndrome 1`$`_parent` #> [1] "DOID_0060611<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`abdominal obesity-metabolic syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`abdominal obesity-metabolic syndrome 1`$children #> list() #> #> $`abdominal obesity-metabolic syndrome 1`$value #> [1] "abdominal obesity-metabolic syndrome 1" #> #> #> $`abdominal obesity-metabolic syndrome 1` #> $`abdominal obesity-metabolic syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14221" #> #> $`abdominal obesity-metabolic syndrome 1`$`_id` #> [1] "DOID_14221<DOID_0060611<DOID_225<DOID_4" #> #> $`abdominal obesity-metabolic syndrome 1`$privateGeneCount #> [1] 0 #> #> $`abdominal obesity-metabolic syndrome 1`$publicGeneCount #> [1] 77 #> #> $`abdominal obesity-metabolic syndrome 1`$urlId #> [1] "DOID_14221" #> #> $`abdominal obesity-metabolic syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`abdominal obesity-metabolic syndrome 1`$`_parent` #> [1] "DOID_0060611<DOID_225<DOID_4" #> #> $`abdominal obesity-metabolic syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`abdominal obesity-metabolic syndrome 1`$children #> list() #> #> $`abdominal obesity-metabolic syndrome 1`$value #> [1] "abdominal obesity-metabolic syndrome 1" #> #> #> $`Abdominal pain` #> $`Abdominal pain`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002027" #> #> $`Abdominal pain`$`_id` #> [1] "HP_0002027<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abdominal pain`$privateGeneCount #> [1] 0 #> #> $`Abdominal pain`$publicGeneCount #> [1] 1 #> #> $`Abdominal pain`$urlId #> [1] "HP_0002027" #> #> $`Abdominal pain`$dbPhenotype #> [1] TRUE #> #> $`Abdominal pain`$`_parent` #> [1] "HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abdominal pain`$`_is_leaf` #> [1] TRUE #> #> $`Abdominal pain`$children #> list() #> #> $`Abdominal pain`$value #> [1] "Abdominal pain" #> #> #> $`Abdominal pain` #> $`Abdominal pain`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002027" #> #> $`Abdominal pain`$`_id` #> [1] "HP_0002027<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $`Abdominal pain`$privateGeneCount #> [1] 0 #> #> $`Abdominal pain`$publicGeneCount #> [1] 1 #> #> $`Abdominal pain`$urlId #> [1] "HP_0002027" #> #> $`Abdominal pain`$dbPhenotype #> [1] TRUE #> #> $`Abdominal pain`$`_parent` #> [1] "HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $`Abdominal pain`$`_is_leaf` #> [1] TRUE #> #> $`Abdominal pain`$children #> list() #> #> $`Abdominal pain`$value #> [1] "Abdominal pain" #> #> #> $`Abdominal symptom` #> $`Abdominal symptom`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011458" #> #> $`Abdominal symptom`$`_id` #> [1] "HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abdominal symptom`$privateGeneCount #> [1] 0 #> #> $`Abdominal symptom`$publicGeneCount #> [1] 27 #> #> $`Abdominal symptom`$urlId #> [1] "HP_0011458" #> #> $`Abdominal symptom`$dbPhenotype #> [1] FALSE #> #> $`Abdominal symptom`$`_parent` #> [1] "HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abdominal symptom`$`_is_leaf` #> [1] FALSE #> #> $`Abdominal symptom`$children #> $`Abdominal symptom`$children[[1]] #> [1] "HP_0002027<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abdominal symptom`$children[[2]] #> [1] "HP_0002039<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abdominal symptom`$children[[3]] #> [1] "HP_0004395<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abdominal symptom`$children[[4]] #> [1] "HP_0002017<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abdominal symptom`$value #> [1] "Abdominal symptom" #> #> #> $`Abdominal wall defect` #> $`Abdominal wall defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010866" #> #> $`Abdominal wall defect`$`_id` #> [1] "HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abdominal wall defect`$privateGeneCount #> [1] 0 #> #> $`Abdominal wall defect`$publicGeneCount #> [1] 4 #> #> $`Abdominal wall defect`$urlId #> [1] "HP_0010866" #> #> $`Abdominal wall defect`$dbPhenotype #> [1] FALSE #> #> $`Abdominal wall defect`$`_parent` #> [1] "HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abdominal wall defect`$`_is_leaf` #> [1] FALSE #> #> $`Abdominal wall defect`$children #> $`Abdominal wall defect`$children[[1]] #> [1] "HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abdominal wall defect`$value #> [1] "Abdominal wall defect" #> #> #> $abetalipoproteinemia #> $abetalipoproteinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1386" #> #> $abetalipoproteinemia$`_id` #> [1] "DOID_1386<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $abetalipoproteinemia$privateGeneCount #> [1] 0 #> #> $abetalipoproteinemia$publicGeneCount #> [1] 1 #> #> $abetalipoproteinemia$urlId #> [1] "DOID_1386" #> #> $abetalipoproteinemia$dbPhenotype #> [1] TRUE #> #> $abetalipoproteinemia$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $abetalipoproteinemia$`_is_leaf` #> [1] TRUE #> #> $abetalipoproteinemia$children #> list() #> #> $abetalipoproteinemia$value #> [1] "abetalipoproteinemia" #> #> #> $abetalipoproteinemia #> $abetalipoproteinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1386" #> #> $abetalipoproteinemia$`_id` #> [1] "DOID_1386<DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $abetalipoproteinemia$privateGeneCount #> [1] 0 #> #> $abetalipoproteinemia$publicGeneCount #> [1] 1 #> #> $abetalipoproteinemia$urlId #> [1] "DOID_1386" #> #> $abetalipoproteinemia$dbPhenotype #> [1] TRUE #> #> $abetalipoproteinemia$`_parent` #> [1] "DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $abetalipoproteinemia$`_is_leaf` #> [1] TRUE #> #> $abetalipoproteinemia$children #> list() #> #> $abetalipoproteinemia$value #> [1] "abetalipoproteinemia" #> #> #> $`Abnormal albumin level` #> $`Abnormal albumin level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012116" #> #> $`Abnormal albumin level`$`_id` #> [1] "HP_0012116<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal albumin level`$privateGeneCount #> [1] 0 #> #> $`Abnormal albumin level`$publicGeneCount #> [1] 3 #> #> $`Abnormal albumin level`$urlId #> [1] "HP_0012116" #> #> $`Abnormal albumin level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal albumin level`$`_parent` #> [1] "HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal albumin level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal albumin level`$children #> $`Abnormal albumin level`$children[[1]] #> [1] "HP_0003073<HP_0012116<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal albumin level`$value #> [1] "Abnormal albumin level" #> #> #> $`Abnormal anterior eye segment morphology` #> $`Abnormal anterior eye segment morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004328" #> #> $`Abnormal anterior eye segment morphology`$`_id` #> [1] "HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal anterior eye segment morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal anterior eye segment morphology`$publicGeneCount #> [1] 11 #> #> $`Abnormal anterior eye segment morphology`$urlId #> [1] "HP_0004328" #> #> $`Abnormal anterior eye segment morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal anterior eye segment morphology`$`_parent` #> [1] "HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal anterior eye segment morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal anterior eye segment morphology`$children #> $`Abnormal anterior eye segment morphology`$children[[1]] #> [1] "HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal anterior eye segment morphology`$children[[2]] #> [1] "HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal anterior eye segment morphology`$children[[3]] #> [1] "HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal anterior eye segment morphology`$children[[4]] #> [1] "HP_0007700<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal anterior eye segment morphology`$value #> [1] "Abnormal anterior eye segment morphology" #> #> #> $`Abnormal aortic morphology` #> $`Abnormal aortic morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001679" #> #> $`Abnormal aortic morphology`$`_id` #> [1] "HP_0001679<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal aortic morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal aortic morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal aortic morphology`$urlId #> [1] "HP_0001679" #> #> $`Abnormal aortic morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal aortic morphology`$`_parent` #> [1] "HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal aortic morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal aortic morphology`$children #> $`Abnormal aortic morphology`$children[[1]] #> [1] "HP_0001680<HP_0001679<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal aortic morphology`$value #> [1] "Abnormal aortic morphology" #> #> #> $`Abnormal aortic morphology` #> $`Abnormal aortic morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001679" #> #> $`Abnormal aortic morphology`$`_id` #> [1] "HP_0001679<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal aortic morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal aortic morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal aortic morphology`$urlId #> [1] "HP_0001679" #> #> $`Abnormal aortic morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal aortic morphology`$`_parent` #> [1] "HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal aortic morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal aortic morphology`$children #> $`Abnormal aortic morphology`$children[[1]] #> [1] "HP_0001680<HP_0001679<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal aortic morphology`$value #> [1] "Abnormal aortic morphology" #> #> #> $`Abnormal aortic morphology` #> $`Abnormal aortic morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001679" #> #> $`Abnormal aortic morphology`$`_id` #> [1] "HP_0001679<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal aortic morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal aortic morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal aortic morphology`$urlId #> [1] "HP_0001679" #> #> $`Abnormal aortic morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal aortic morphology`$`_parent` #> [1] "HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal aortic morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal aortic morphology`$children #> $`Abnormal aortic morphology`$children[[1]] #> [1] "HP_0001680<HP_0001679<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal aortic morphology`$value #> [1] "Abnormal aortic morphology" #> #> #> $`Abnormal aortic morphology` #> $`Abnormal aortic morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001679" #> #> $`Abnormal aortic morphology`$`_id` #> [1] "HP_0001679<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal aortic morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal aortic morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal aortic morphology`$urlId #> [1] "HP_0001679" #> #> $`Abnormal aortic morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal aortic morphology`$`_parent` #> [1] "HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal aortic morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal aortic morphology`$children #> $`Abnormal aortic morphology`$children[[1]] #> [1] "HP_0001680<HP_0001679<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal aortic morphology`$value #> [1] "Abnormal aortic morphology" #> #> #> $`Abnormal appendicular skeleton morphology` #> $`Abnormal appendicular skeleton morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011844" #> #> $`Abnormal appendicular skeleton morphology`$`_id` #> [1] "HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal appendicular skeleton morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal appendicular skeleton morphology`$publicGeneCount #> [1] 12 #> #> $`Abnormal appendicular skeleton morphology`$urlId #> [1] "HP_0011844" #> #> $`Abnormal appendicular skeleton morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal appendicular skeleton morphology`$`_parent` #> [1] "HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal appendicular skeleton morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal appendicular skeleton morphology`$children #> $`Abnormal appendicular skeleton morphology`$children[[1]] #> [1] "HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal appendicular skeleton morphology`$children[[2]] #> [1] "HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal appendicular skeleton morphology`$value #> [1] "Abnormal appendicular skeleton morphology" #> #> #> $`Abnormal atrial arrangement` #> $`Abnormal atrial arrangement`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011535" #> #> $`Abnormal atrial arrangement`$`_id` #> [1] "HP_0011535<HP_0005120<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal atrial arrangement`$privateGeneCount #> [1] 0 #> #> $`Abnormal atrial arrangement`$publicGeneCount #> [1] 1 #> #> $`Abnormal atrial arrangement`$urlId #> [1] "HP_0011535" #> #> $`Abnormal atrial arrangement`$dbPhenotype #> [1] FALSE #> #> $`Abnormal atrial arrangement`$`_parent` #> [1] "HP_0005120<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal atrial arrangement`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal atrial arrangement`$children #> $`Abnormal atrial arrangement`$children[[1]] #> [1] "HP_0011536<HP_0011535<HP_0005120<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal atrial arrangement`$value #> [1] "Abnormal atrial arrangement" #> #> #> $`Abnormal atrial arrangement` #> $`Abnormal atrial arrangement`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011535" #> #> $`Abnormal atrial arrangement`$`_id` #> [1] "HP_0011535<HP_0011534<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal atrial arrangement`$privateGeneCount #> [1] 0 #> #> $`Abnormal atrial arrangement`$publicGeneCount #> [1] 1 #> #> $`Abnormal atrial arrangement`$urlId #> [1] "HP_0011535" #> #> $`Abnormal atrial arrangement`$dbPhenotype #> [1] FALSE #> #> $`Abnormal atrial arrangement`$`_parent` #> [1] "HP_0011534<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal atrial arrangement`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal atrial arrangement`$children #> $`Abnormal atrial arrangement`$children[[1]] #> [1] "HP_0011536<HP_0011535<HP_0011534<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal atrial arrangement`$value #> [1] "Abnormal atrial arrangement" #> #> #> $`Abnormal atrioventricular conduction` #> $`Abnormal atrioventricular conduction`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005150" #> #> $`Abnormal atrioventricular conduction`$`_id` #> [1] "HP_0005150<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal atrioventricular conduction`$privateGeneCount #> [1] 0 #> #> $`Abnormal atrioventricular conduction`$publicGeneCount #> [1] 3 #> #> $`Abnormal atrioventricular conduction`$urlId #> [1] "HP_0005150" #> #> $`Abnormal atrioventricular conduction`$dbPhenotype #> [1] FALSE #> #> $`Abnormal atrioventricular conduction`$`_parent` #> [1] "HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal atrioventricular conduction`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal atrioventricular conduction`$children #> $`Abnormal atrioventricular conduction`$children[[1]] #> [1] "HP_0001678<HP_0005150<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal atrioventricular conduction`$value #> [1] "Abnormal atrioventricular conduction" #> #> #> $`Abnormal axial skeleton morphology` #> $`Abnormal axial skeleton morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009121" #> #> $`Abnormal axial skeleton morphology`$`_id` #> [1] "HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal axial skeleton morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal axial skeleton morphology`$publicGeneCount #> [1] 29 #> #> $`Abnormal axial skeleton morphology`$urlId #> [1] "HP_0009121" #> #> $`Abnormal axial skeleton morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal axial skeleton morphology`$`_parent` #> [1] "HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal axial skeleton morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal axial skeleton morphology`$children #> $`Abnormal axial skeleton morphology`$children[[1]] #> [1] "HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal axial skeleton morphology`$children[[2]] #> [1] "HP_0000765<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal axial skeleton morphology`$children[[3]] #> [1] "HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal axial skeleton morphology`$value #> [1] "Abnormal axial skeleton morphology" #> #> #> $`abnormal behavior` #> $`abnormal behavior`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0004924" #> #> $`abnormal behavior`$`_id` #> [1] "MP_0004924<MP_0005386<MP_0000001" #> #> $`abnormal behavior`$privateGeneCount #> [1] 0 #> #> $`abnormal behavior`$publicGeneCount #> [1] 22 #> #> $`abnormal behavior`$urlId #> [1] "MP_0004924" #> #> $`abnormal behavior`$dbPhenotype #> [1] FALSE #> #> $`abnormal behavior`$`_parent` #> [1] "MP_0005386<MP_0000001" #> #> $`abnormal behavior`$`_is_leaf` #> [1] FALSE #> #> $`abnormal behavior`$children #> $`abnormal behavior`$children[[1]] #> [1] "MP_0009745<MP_0004924<MP_0005386<MP_0000001" #> #> $`abnormal behavior`$children[[2]] #> [1] "MP_0002064<MP_0004924<MP_0005386<MP_0000001" #> #> #> $`abnormal behavior`$value #> [1] "abnormal behavior" #> #> #> $`abnormal behavioral response to xenobiotic` #> $`abnormal behavioral response to xenobiotic`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0009745" #> #> $`abnormal behavioral response to xenobiotic`$`_id` #> [1] "MP_0009745<MP_0004924<MP_0005386<MP_0000001" #> #> $`abnormal behavioral response to xenobiotic`$privateGeneCount #> [1] 0 #> #> $`abnormal behavioral response to xenobiotic`$publicGeneCount #> [1] 21 #> #> $`abnormal behavioral response to xenobiotic`$urlId #> [1] "MP_0009745" #> #> $`abnormal behavioral response to xenobiotic`$dbPhenotype #> [1] FALSE #> #> $`abnormal behavioral response to xenobiotic`$`_parent` #> [1] "MP_0004924<MP_0005386<MP_0000001" #> #> $`abnormal behavioral response to xenobiotic`$`_is_leaf` #> [1] FALSE #> #> $`abnormal behavioral response to xenobiotic`$children #> $`abnormal behavioral response to xenobiotic`$children[[1]] #> [1] "MP_0002553<MP_0009745<MP_0004924<MP_0005386<MP_0000001" #> #> #> $`abnormal behavioral response to xenobiotic`$value #> [1] "abnormal behavioral response to xenobiotic" #> #> #> $`Abnormal bleeding` #> $`Abnormal bleeding`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001892" #> #> $`Abnormal bleeding`$`_id` #> [1] "HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal bleeding`$privateGeneCount #> [1] 0 #> #> $`Abnormal bleeding`$publicGeneCount #> [1] 45 #> #> $`Abnormal bleeding`$urlId #> [1] "HP_0001892" #> #> $`Abnormal bleeding`$dbPhenotype #> [1] FALSE #> #> $`Abnormal bleeding`$`_parent` #> [1] "HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal bleeding`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal bleeding`$children #> $`Abnormal bleeding`$children[[1]] #> [1] "HP_0000421<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal bleeding`$children[[2]] #> [1] "HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormal bleeding`$value #> [1] "Abnormal bleeding" #> #> #> $`Abnormal blood carbon dioxide level` #> $`Abnormal blood carbon dioxide level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0500164" #> #> $`Abnormal blood carbon dioxide level`$`_id` #> [1] "HP_0500164<HP_0012415<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal blood carbon dioxide level`$privateGeneCount #> [1] 0 #> #> $`Abnormal blood carbon dioxide level`$publicGeneCount #> [1] 3 #> #> $`Abnormal blood carbon dioxide level`$urlId #> [1] "HP_0500164" #> #> $`Abnormal blood carbon dioxide level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal blood carbon dioxide level`$`_parent` #> [1] "HP_0012415<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal blood carbon dioxide level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal blood carbon dioxide level`$children #> $`Abnormal blood carbon dioxide level`$children[[1]] #> [1] "HP_0012416<HP_0500164<HP_0012415<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Abnormal blood carbon dioxide level`$value #> [1] "Abnormal blood carbon dioxide level" #> #> #> $`Abnormal blood cation concentration` #> $`Abnormal blood cation concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010929" #> #> $`Abnormal blood cation concentration`$`_id` #> [1] "HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood cation concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal blood cation concentration`$publicGeneCount #> [1] 16 #> #> $`Abnormal blood cation concentration`$urlId #> [1] "HP_0010929" #> #> $`Abnormal blood cation concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal blood cation concentration`$`_parent` #> [1] "HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood cation concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal blood cation concentration`$children #> $`Abnormal blood cation concentration`$children[[1]] #> [1] "HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood cation concentration`$children[[2]] #> [1] "HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal blood cation concentration`$value #> [1] "Abnormal blood cation concentration" #> #> #> $`Abnormal blood gas level` #> $`Abnormal blood gas level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012415" #> #> $`Abnormal blood gas level`$`_id` #> [1] "HP_0012415<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal blood gas level`$privateGeneCount #> [1] 0 #> #> $`Abnormal blood gas level`$publicGeneCount #> [1] 3 #> #> $`Abnormal blood gas level`$urlId #> [1] "HP_0012415" #> #> $`Abnormal blood gas level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal blood gas level`$`_parent` #> [1] "HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal blood gas level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal blood gas level`$children #> $`Abnormal blood gas level`$children[[1]] #> [1] "HP_0500164<HP_0012415<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Abnormal blood gas level`$value #> [1] "Abnormal blood gas level" #> #> #> $`Abnormal blood inorganic cation concentration` #> $`Abnormal blood inorganic cation concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010927" #> #> $`Abnormal blood inorganic cation concentration`$`_id` #> [1] "HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood inorganic cation concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal blood inorganic cation concentration`$publicGeneCount #> [1] 10 #> #> $`Abnormal blood inorganic cation concentration`$urlId #> [1] "HP_0010927" #> #> $`Abnormal blood inorganic cation concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal blood inorganic cation concentration`$`_parent` #> [1] "HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood inorganic cation concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal blood inorganic cation concentration`$children #> $`Abnormal blood inorganic cation concentration`$children[[1]] #> [1] "HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood inorganic cation concentration`$children[[2]] #> [1] "HP_0004921<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal blood inorganic cation concentration`$value #> [1] "Abnormal blood inorganic cation concentration" #> #> #> $`Abnormal blood ion concentration` #> $`Abnormal blood ion concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003111" #> #> $`Abnormal blood ion concentration`$`_id` #> [1] "HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood ion concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal blood ion concentration`$publicGeneCount #> [1] 18 #> #> $`Abnormal blood ion concentration`$urlId #> [1] "HP_0003111" #> #> $`Abnormal blood ion concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal blood ion concentration`$`_parent` #> [1] "HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood ion concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal blood ion concentration`$children #> $`Abnormal blood ion concentration`$children[[1]] #> [1] "HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood ion concentration`$children[[2]] #> [1] "HP_0100529<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal blood ion concentration`$value #> [1] "Abnormal blood ion concentration" #> #> #> $`Abnormal blood monovalent inorganic cation concentration` #> $`Abnormal blood monovalent inorganic cation concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010930" #> #> $`Abnormal blood monovalent inorganic cation concentration`$`_id` #> [1] "HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood monovalent inorganic cation concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal blood monovalent inorganic cation concentration`$publicGeneCount #> [1] 7 #> #> $`Abnormal blood monovalent inorganic cation concentration`$urlId #> [1] "HP_0010930" #> #> $`Abnormal blood monovalent inorganic cation concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal blood monovalent inorganic cation concentration`$`_parent` #> [1] "HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood monovalent inorganic cation concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal blood monovalent inorganic cation concentration`$children #> $`Abnormal blood monovalent inorganic cation concentration`$children[[1]] #> [1] "HP_0011042<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood monovalent inorganic cation concentration`$children[[2]] #> [1] "HP_0010931<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal blood monovalent inorganic cation concentration`$value #> [1] "Abnormal blood monovalent inorganic cation concentration" #> #> #> $`Abnormal blood phosphate concentration` #> $`Abnormal blood phosphate concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100529" #> #> $`Abnormal blood phosphate concentration`$`_id` #> [1] "HP_0100529<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood phosphate concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal blood phosphate concentration`$publicGeneCount #> [1] 2 #> #> $`Abnormal blood phosphate concentration`$urlId #> [1] "HP_0100529" #> #> $`Abnormal blood phosphate concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal blood phosphate concentration`$`_parent` #> [1] "HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood phosphate concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal blood phosphate concentration`$children #> $`Abnormal blood phosphate concentration`$children[[1]] #> [1] "HP_0002148<HP_0100529<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal blood phosphate concentration`$value #> [1] "Abnormal blood phosphate concentration" #> #> #> $`Abnormal blood potassium concentration` #> $`Abnormal blood potassium concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011042" #> #> $`Abnormal blood potassium concentration`$`_id` #> [1] "HP_0011042<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood potassium concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal blood potassium concentration`$publicGeneCount #> [1] 1 #> #> $`Abnormal blood potassium concentration`$urlId #> [1] "HP_0011042" #> #> $`Abnormal blood potassium concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal blood potassium concentration`$`_parent` #> [1] "HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood potassium concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal blood potassium concentration`$children #> $`Abnormal blood potassium concentration`$children[[1]] #> [1] "HP_0002153<HP_0011042<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal blood potassium concentration`$value #> [1] "Abnormal blood potassium concentration" #> #> #> $`Abnormal blood sodium concentration` #> $`Abnormal blood sodium concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010931" #> #> $`Abnormal blood sodium concentration`$`_id` #> [1] "HP_0010931<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood sodium concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal blood sodium concentration`$publicGeneCount #> [1] 6 #> #> $`Abnormal blood sodium concentration`$urlId #> [1] "HP_0010931" #> #> $`Abnormal blood sodium concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal blood sodium concentration`$`_parent` #> [1] "HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood sodium concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal blood sodium concentration`$children #> $`Abnormal blood sodium concentration`$children[[1]] #> [1] "HP_0003228<HP_0010931<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood sodium concentration`$children[[2]] #> [1] "HP_0002902<HP_0010931<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal blood sodium concentration`$value #> [1] "Abnormal blood sodium concentration" #> #> #> $`abnormal blood vessel morphology` #> $`abnormal blood vessel morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0001614" #> #> $`abnormal blood vessel morphology`$`_id` #> [1] "MP_0001614<MP_0002127<MP_0005385<MP_0000001" #> #> $`abnormal blood vessel morphology`$privateGeneCount #> [1] 0 #> #> $`abnormal blood vessel morphology`$publicGeneCount #> [1] 1 #> #> $`abnormal blood vessel morphology`$urlId #> [1] "MP_0001614" #> #> $`abnormal blood vessel morphology`$dbPhenotype #> [1] TRUE #> #> $`abnormal blood vessel morphology`$`_parent` #> [1] "MP_0002127<MP_0005385<MP_0000001" #> #> $`abnormal blood vessel morphology`$`_is_leaf` #> [1] TRUE #> #> $`abnormal blood vessel morphology`$children #> list() #> #> $`abnormal blood vessel morphology`$value #> [1] "abnormal blood vessel morphology" #> #> #> $`Abnormal bone ossification` #> $`Abnormal bone ossification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011849" #> #> $`Abnormal bone ossification`$`_id` #> [1] "HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal bone ossification`$privateGeneCount #> [1] 0 #> #> $`Abnormal bone ossification`$publicGeneCount #> [1] 4 #> #> $`Abnormal bone ossification`$urlId #> [1] "HP_0011849" #> #> $`Abnormal bone ossification`$dbPhenotype #> [1] FALSE #> #> $`Abnormal bone ossification`$`_parent` #> [1] "HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal bone ossification`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal bone ossification`$children #> $`Abnormal bone ossification`$children[[1]] #> [1] "HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal bone ossification`$children[[2]] #> [1] "HP_0011986<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal bone ossification`$value #> [1] "Abnormal bone ossification" #> #> #> $`Abnormal bone structure` #> $`Abnormal bone structure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003330" #> #> $`Abnormal bone structure`$`_id` #> [1] "HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal bone structure`$privateGeneCount #> [1] 0 #> #> $`Abnormal bone structure`$publicGeneCount #> [1] 14 #> #> $`Abnormal bone structure`$urlId #> [1] "HP_0003330" #> #> $`Abnormal bone structure`$dbPhenotype #> [1] FALSE #> #> $`Abnormal bone structure`$`_parent` #> [1] "HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal bone structure`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal bone structure`$children #> $`Abnormal bone structure`$children[[1]] #> [1] "HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal bone structure`$children[[2]] #> [1] "HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal bone structure`$value #> [1] "Abnormal bone structure" #> #> #> $`abnormal brain development` #> $`abnormal brain development`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0000913" #> #> $`abnormal brain development`$`_id` #> [1] "MP_0000913<MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal brain development`$privateGeneCount #> [1] 0 #> #> $`abnormal brain development`$publicGeneCount #> [1] 1 #> #> $`abnormal brain development`$urlId #> [1] "MP_0000913" #> #> $`abnormal brain development`$dbPhenotype #> [1] TRUE #> #> $`abnormal brain development`$`_parent` #> [1] "MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal brain development`$`_is_leaf` #> [1] TRUE #> #> $`abnormal brain development`$children #> list() #> #> $`abnormal brain development`$value #> [1] "abnormal brain development" #> #> #> $`abnormal brain development` #> $`abnormal brain development`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0000913" #> #> $`abnormal brain development`$`_id` #> [1] "MP_0000913<MP_0003861<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal brain development`$privateGeneCount #> [1] 0 #> #> $`abnormal brain development`$publicGeneCount #> [1] 1 #> #> $`abnormal brain development`$urlId #> [1] "MP_0000913" #> #> $`abnormal brain development`$dbPhenotype #> [1] TRUE #> #> $`abnormal brain development`$`_parent` #> [1] "MP_0003861<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal brain development`$`_is_leaf` #> [1] TRUE #> #> $`abnormal brain development`$children #> list() #> #> $`abnormal brain development`$value #> [1] "abnormal brain development" #> #> #> $`abnormal brain morphology` #> $`abnormal brain morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002152" #> #> $`abnormal brain morphology`$`_id` #> [1] "MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal brain morphology`$privateGeneCount #> [1] 0 #> #> $`abnormal brain morphology`$publicGeneCount #> [1] 2 #> #> $`abnormal brain morphology`$urlId #> [1] "MP_0002152" #> #> $`abnormal brain morphology`$dbPhenotype #> [1] FALSE #> #> $`abnormal brain morphology`$`_parent` #> [1] "MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal brain morphology`$`_is_leaf` #> [1] FALSE #> #> $`abnormal brain morphology`$children #> $`abnormal brain morphology`$children[[1]] #> [1] "MP_0000913<MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal brain morphology`$children[[2]] #> [1] "MP_0000771<MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> #> $`abnormal brain morphology`$value #> [1] "abnormal brain morphology" #> #> #> $`abnormal brain size` #> $`abnormal brain size`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0000771" #> #> $`abnormal brain size`$`_id` #> [1] "MP_0000771<MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal brain size`$privateGeneCount #> [1] 0 #> #> $`abnormal brain size`$publicGeneCount #> [1] 1 #> #> $`abnormal brain size`$urlId #> [1] "MP_0000771" #> #> $`abnormal brain size`$dbPhenotype #> [1] FALSE #> #> $`abnormal brain size`$`_parent` #> [1] "MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal brain size`$`_is_leaf` #> [1] FALSE #> #> $`abnormal brain size`$children #> $`abnormal brain size`$children[[1]] #> [1] "MP_0000774<MP_0000771<MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> #> $`abnormal brain size`$value #> [1] "abnormal brain size" #> #> #> $`Abnormal breast physiology` #> $`Abnormal breast physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031094" #> #> $`Abnormal breast physiology`$`_id` #> [1] "HP_0031094<HP_0000769<HP_0000118<HP_0000001" #> #> $`Abnormal breast physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal breast physiology`$publicGeneCount #> [1] 1 #> #> $`Abnormal breast physiology`$urlId #> [1] "HP_0031094" #> #> $`Abnormal breast physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal breast physiology`$`_parent` #> [1] "HP_0000769<HP_0000118<HP_0000001" #> #> $`Abnormal breast physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal breast physiology`$children #> $`Abnormal breast physiology`$children[[1]] #> [1] "HP_0100829<HP_0031094<HP_0000769<HP_0000118<HP_0000001" #> #> #> $`Abnormal breast physiology`$value #> [1] "Abnormal breast physiology" #> #> #> $`Abnormal cardiac atrium morphology` #> $`Abnormal cardiac atrium morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005120" #> #> $`Abnormal cardiac atrium morphology`$`_id` #> [1] "HP_0005120<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiac atrium morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cardiac atrium morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal cardiac atrium morphology`$urlId #> [1] "HP_0005120" #> #> $`Abnormal cardiac atrium morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cardiac atrium morphology`$`_parent` #> [1] "HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiac atrium morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cardiac atrium morphology`$children #> $`Abnormal cardiac atrium morphology`$children[[1]] #> [1] "HP_0011535<HP_0005120<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal cardiac atrium morphology`$value #> [1] "Abnormal cardiac atrium morphology" #> #> #> $`Abnormal cardiac ventricle morphology` #> $`Abnormal cardiac ventricle morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001713" #> #> $`Abnormal cardiac ventricle morphology`$`_id` #> [1] "HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiac ventricle morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cardiac ventricle morphology`$publicGeneCount #> [1] 48 #> #> $`Abnormal cardiac ventricle morphology`$urlId #> [1] "HP_0001713" #> #> $`Abnormal cardiac ventricle morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cardiac ventricle morphology`$`_parent` #> [1] "HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiac ventricle morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cardiac ventricle morphology`$children #> $`Abnormal cardiac ventricle morphology`$children[[1]] #> [1] "HP_0001711<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiac ventricle morphology`$children[[2]] #> [1] "HP_0001707<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiac ventricle morphology`$children[[3]] #> [1] "HP_0001714<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal cardiac ventricle morphology`$value #> [1] "Abnormal cardiac ventricle morphology" #> #> #> $`abnormal cardiovascular system morphology` #> $`abnormal cardiovascular system morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002127" #> #> $`abnormal cardiovascular system morphology`$`_id` #> [1] "MP_0002127<MP_0005385<MP_0000001" #> #> $`abnormal cardiovascular system morphology`$privateGeneCount #> [1] 0 #> #> $`abnormal cardiovascular system morphology`$publicGeneCount #> [1] 1 #> #> $`abnormal cardiovascular system morphology`$urlId #> [1] "MP_0002127" #> #> $`abnormal cardiovascular system morphology`$dbPhenotype #> [1] FALSE #> #> $`abnormal cardiovascular system morphology`$`_parent` #> [1] "MP_0005385<MP_0000001" #> #> $`abnormal cardiovascular system morphology`$`_is_leaf` #> [1] FALSE #> #> $`abnormal cardiovascular system morphology`$children #> $`abnormal cardiovascular system morphology`$children[[1]] #> [1] "MP_0001614<MP_0002127<MP_0005385<MP_0000001" #> #> #> $`abnormal cardiovascular system morphology`$value #> [1] "abnormal cardiovascular system morphology" #> #> #> $`Abnormal cardiovascular system physiology` #> $`Abnormal cardiovascular system physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011025" #> #> $`Abnormal cardiovascular system physiology`$`_id` #> [1] "HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiovascular system physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cardiovascular system physiology`$publicGeneCount #> [1] 221 #> #> $`Abnormal cardiovascular system physiology`$urlId #> [1] "HP_0011025" #> #> $`Abnormal cardiovascular system physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cardiovascular system physiology`$`_parent` #> [1] "HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiovascular system physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cardiovascular system physiology`$children #> $`Abnormal cardiovascular system physiology`$children[[1]] #> [1] "HP_0030972<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiovascular system physiology`$children[[2]] #> [1] "HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiovascular system physiology`$children[[3]] #> [1] "HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiovascular system physiology`$children[[4]] #> [1] "HP_0001681<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiovascular system physiology`$children[[5]] #> [1] "HP_0001279<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal cardiovascular system physiology`$value #> [1] "Abnormal cardiovascular system physiology" #> #> #> $`Abnormal cellular immune system morphology` #> $`Abnormal cellular immune system morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010987" #> #> $`Abnormal cellular immune system morphology`$`_id` #> [1] "HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal cellular immune system morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cellular immune system morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal cellular immune system morphology`$urlId #> [1] "HP_0010987" #> #> $`Abnormal cellular immune system morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cellular immune system morphology`$`_parent` #> [1] "HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal cellular immune system morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cellular immune system morphology`$children #> $`Abnormal cellular immune system morphology`$children[[1]] #> [1] "HP_0001881<HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormal cellular immune system morphology`$value #> [1] "Abnormal cellular immune system morphology" #> #> #> $`Abnormal cellular phenotype` #> $`Abnormal cellular phenotype`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025354" #> #> $`Abnormal cellular phenotype`$`_id` #> [1] "HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormal cellular phenotype`$privateGeneCount #> [1] 0 #> #> $`Abnormal cellular phenotype`$publicGeneCount #> [1] 8 #> #> $`Abnormal cellular phenotype`$urlId #> [1] "HP_0025354" #> #> $`Abnormal cellular phenotype`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cellular phenotype`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormal cellular phenotype`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cellular phenotype`$children #> $`Abnormal cellular phenotype`$children[[1]] #> [1] "HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> #> $`Abnormal cellular phenotype`$value #> [1] "Abnormal cellular phenotype" #> #> #> $`Abnormal cellular physiology` #> $`Abnormal cellular physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011017" #> #> $`Abnormal cellular physiology`$`_id` #> [1] "HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal cellular physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cellular physiology`$publicGeneCount #> [1] 8 #> #> $`Abnormal cellular physiology`$urlId #> [1] "HP_0011017" #> #> $`Abnormal cellular physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cellular physiology`$`_parent` #> [1] "HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal cellular physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cellular physiology`$children #> $`Abnormal cellular physiology`$children[[1]] #> [1] "HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal cellular physiology`$children[[2]] #> [1] "HP_0002916<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal cellular physiology`$children[[3]] #> [1] "HP_0003220<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal cellular physiology`$children[[4]] #> [1] "HP_0004356<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal cellular physiology`$value #> [1] "Abnormal cellular physiology" #> #> #> $`Abnormal cellular physiology` #> $`Abnormal cellular physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011017" #> #> $`Abnormal cellular physiology`$`_id` #> [1] "HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormal cellular physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cellular physiology`$publicGeneCount #> [1] 8 #> #> $`Abnormal cellular physiology`$urlId #> [1] "HP_0011017" #> #> $`Abnormal cellular physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cellular physiology`$`_parent` #> [1] "HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormal cellular physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cellular physiology`$children #> $`Abnormal cellular physiology`$children[[1]] #> [1] "HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormal cellular physiology`$children[[2]] #> [1] "HP_0002916<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormal cellular physiology`$children[[3]] #> [1] "HP_0003220<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormal cellular physiology`$children[[4]] #> [1] "HP_0004356<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> #> $`Abnormal cellular physiology`$value #> [1] "Abnormal cellular physiology" #> #> #> $`Abnormal central motor function` #> $`Abnormal central motor function`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011442" #> #> $`Abnormal central motor function`$`_id` #> [1] "HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal central motor function`$privateGeneCount #> [1] 0 #> #> $`Abnormal central motor function`$publicGeneCount #> [1] 59 #> #> $`Abnormal central motor function`$urlId #> [1] "HP_0011442" #> #> $`Abnormal central motor function`$dbPhenotype #> [1] FALSE #> #> $`Abnormal central motor function`$`_parent` #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal central motor function`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal central motor function`$children #> $`Abnormal central motor function`$children[[1]] #> [1] "HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal central motor function`$children[[2]] #> [1] "HP_0002071<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal central motor function`$children[[3]] #> [1] "HP_0002524<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal central motor function`$children[[4]] #> [1] "HP_0003470<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal central motor function`$children[[5]] #> [1] "HP_0002063<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal central motor function`$children[[6]] #> [1] "HP_0000473<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal central motor function`$children[[7]] #> [1] "HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal central motor function`$value #> [1] "Abnormal central motor function" #> #> #> $`Abnormal cerebellum morphology` #> $`Abnormal cerebellum morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001317" #> #> $`Abnormal cerebellum morphology`$`_id` #> [1] "HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebellum morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cerebellum morphology`$publicGeneCount #> [1] 6 #> #> $`Abnormal cerebellum morphology`$urlId #> [1] "HP_0001317" #> #> $`Abnormal cerebellum morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cerebellum morphology`$`_parent` #> [1] "HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebellum morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cerebellum morphology`$children #> $`Abnormal cerebellum morphology`$children[[1]] #> [1] "HP_0001272<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebellum morphology`$children[[2]] #> [1] "HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal cerebellum morphology`$value #> [1] "Abnormal cerebellum morphology" #> #> #> $`Abnormal cerebral artery morphology` #> $`Abnormal cerebral artery morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009145" #> #> $`Abnormal cerebral artery morphology`$`_id` #> [1] "HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cerebral artery morphology`$publicGeneCount #> [1] 4 #> #> $`Abnormal cerebral artery morphology`$urlId #> [1] "HP_0009145" #> #> $`Abnormal cerebral artery morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cerebral artery morphology`$`_parent` #> [1] "HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cerebral artery morphology`$children #> $`Abnormal cerebral artery morphology`$children[[1]] #> [1] "HP_0002637<HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$children[[2]] #> [1] "HP_0004944<HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal cerebral artery morphology`$value #> [1] "Abnormal cerebral artery morphology" #> #> #> $`Abnormal cerebral artery morphology` #> $`Abnormal cerebral artery morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009145" #> #> $`Abnormal cerebral artery morphology`$`_id` #> [1] "HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cerebral artery morphology`$publicGeneCount #> [1] 4 #> #> $`Abnormal cerebral artery morphology`$urlId #> [1] "HP_0009145" #> #> $`Abnormal cerebral artery morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cerebral artery morphology`$`_parent` #> [1] "HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cerebral artery morphology`$children #> $`Abnormal cerebral artery morphology`$children[[1]] #> [1] "HP_0002637<HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$children[[2]] #> [1] "HP_0004944<HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal cerebral artery morphology`$value #> [1] "Abnormal cerebral artery morphology" #> #> #> $`Abnormal cerebral artery morphology` #> $`Abnormal cerebral artery morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009145" #> #> $`Abnormal cerebral artery morphology`$`_id` #> [1] "HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cerebral artery morphology`$publicGeneCount #> [1] 4 #> #> $`Abnormal cerebral artery morphology`$urlId #> [1] "HP_0009145" #> #> $`Abnormal cerebral artery morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cerebral artery morphology`$`_parent` #> [1] "HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cerebral artery morphology`$children #> $`Abnormal cerebral artery morphology`$children[[1]] #> [1] "HP_0002637<HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$children[[2]] #> [1] "HP_0004944<HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal cerebral artery morphology`$value #> [1] "Abnormal cerebral artery morphology" #> #> #> $`Abnormal cerebral artery morphology` #> $`Abnormal cerebral artery morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009145" #> #> $`Abnormal cerebral artery morphology`$`_id` #> [1] "HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cerebral artery morphology`$publicGeneCount #> [1] 4 #> #> $`Abnormal cerebral artery morphology`$urlId #> [1] "HP_0009145" #> #> $`Abnormal cerebral artery morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cerebral artery morphology`$`_parent` #> [1] "HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cerebral artery morphology`$children #> $`Abnormal cerebral artery morphology`$children[[1]] #> [1] "HP_0002637<HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$children[[2]] #> [1] "HP_0004944<HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal cerebral artery morphology`$value #> [1] "Abnormal cerebral artery morphology" #> #> #> $`Abnormal cerebral morphology` #> $`Abnormal cerebral morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002060" #> #> $`Abnormal cerebral morphology`$`_id` #> [1] "HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cerebral morphology`$publicGeneCount #> [1] 30 #> #> $`Abnormal cerebral morphology`$urlId #> [1] "HP_0002060" #> #> $`Abnormal cerebral morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cerebral morphology`$`_parent` #> [1] "HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cerebral morphology`$children #> $`Abnormal cerebral morphology`$children[[1]] #> [1] "HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral morphology`$children[[2]] #> [1] "HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral morphology`$children[[3]] #> [1] "HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral morphology`$children[[4]] #> [1] "HP_0002514<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral morphology`$children[[5]] #> [1] "HP_0002352<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral morphology`$children[[6]] #> [1] "HP_0002132<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral morphology`$children[[7]] #> [1] "HP_0010636<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal cerebral morphology`$value #> [1] "Abnormal cerebral morphology" #> #> #> $`Abnormal chorioretinal morphology` #> $`Abnormal chorioretinal morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000532" #> #> $`Abnormal chorioretinal morphology`$`_id` #> [1] "HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal chorioretinal morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal chorioretinal morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal chorioretinal morphology`$urlId #> [1] "HP_0000532" #> #> $`Abnormal chorioretinal morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal chorioretinal morphology`$`_parent` #> [1] "HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal chorioretinal morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal chorioretinal morphology`$children #> $`Abnormal chorioretinal morphology`$children[[1]] #> [1] "HP_0200065<HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal chorioretinal morphology`$value #> [1] "Abnormal chorioretinal morphology" #> #> #> $`Abnormal chorioretinal morphology` #> $`Abnormal chorioretinal morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000532" #> #> $`Abnormal chorioretinal morphology`$`_id` #> [1] "HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal chorioretinal morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal chorioretinal morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal chorioretinal morphology`$urlId #> [1] "HP_0000532" #> #> $`Abnormal chorioretinal morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal chorioretinal morphology`$`_parent` #> [1] "HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal chorioretinal morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal chorioretinal morphology`$children #> $`Abnormal chorioretinal morphology`$children[[1]] #> [1] "HP_0200065<HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal chorioretinal morphology`$value #> [1] "Abnormal chorioretinal morphology" #> #> #> $`Abnormal chorioretinal morphology` #> $`Abnormal chorioretinal morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000532" #> #> $`Abnormal chorioretinal morphology`$`_id` #> [1] "HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal chorioretinal morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal chorioretinal morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal chorioretinal morphology`$urlId #> [1] "HP_0000532" #> #> $`Abnormal chorioretinal morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal chorioretinal morphology`$`_parent` #> [1] "HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal chorioretinal morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal chorioretinal morphology`$children #> $`Abnormal chorioretinal morphology`$children[[1]] #> [1] "HP_0200065<HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal chorioretinal morphology`$value #> [1] "Abnormal chorioretinal morphology" #> #> #> $`Abnormal choroid morphology` #> $`Abnormal choroid morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000610" #> #> $`Abnormal choroid morphology`$`_id` #> [1] "HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal choroid morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal choroid morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal choroid morphology`$urlId #> [1] "HP_0000610" #> #> $`Abnormal choroid morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal choroid morphology`$`_parent` #> [1] "HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal choroid morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal choroid morphology`$children #> $`Abnormal choroid morphology`$children[[1]] #> [1] "HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal choroid morphology`$value #> [1] "Abnormal choroid morphology" #> #> #> $`Abnormal choroid morphology` #> $`Abnormal choroid morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000610" #> #> $`Abnormal choroid morphology`$`_id` #> [1] "HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal choroid morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal choroid morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal choroid morphology`$urlId #> [1] "HP_0000610" #> #> $`Abnormal choroid morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal choroid morphology`$`_parent` #> [1] "HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal choroid morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal choroid morphology`$children #> $`Abnormal choroid morphology`$children[[1]] #> [1] "HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal choroid morphology`$value #> [1] "Abnormal choroid morphology" #> #> #> $`Abnormal circulating aromatic amino acid concentration` #> $`Abnormal circulating aromatic amino acid concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004338" #> #> $`Abnormal circulating aromatic amino acid concentration`$`_id` #> [1] "HP_0004338<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating aromatic amino acid concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating aromatic amino acid concentration`$publicGeneCount #> [1] 4 #> #> $`Abnormal circulating aromatic amino acid concentration`$urlId #> [1] "HP_0004338" #> #> $`Abnormal circulating aromatic amino acid concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating aromatic amino acid concentration`$`_parent` #> [1] "HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating aromatic amino acid concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating aromatic amino acid concentration`$children #> $`Abnormal circulating aromatic amino acid concentration`$children[[1]] #> [1] "HP_0010893<HP_0004338<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating aromatic amino acid concentration`$value #> [1] "Abnormal circulating aromatic amino acid concentration" #> #> #> $`Abnormal circulating calcium concentration` #> $`Abnormal circulating calcium concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004363" #> #> $`Abnormal circulating calcium concentration`$`_id` #> [1] "HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating calcium concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating calcium concentration`$publicGeneCount #> [1] 5 #> #> $`Abnormal circulating calcium concentration`$urlId #> [1] "HP_0004363" #> #> $`Abnormal circulating calcium concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating calcium concentration`$`_parent` #> [1] "HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating calcium concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating calcium concentration`$children #> $`Abnormal circulating calcium concentration`$children[[1]] #> [1] "HP_0003072<HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating calcium concentration`$children[[2]] #> [1] "HP_0002901<HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating calcium concentration`$value #> [1] "Abnormal circulating calcium concentration" #> #> #> $`Abnormal circulating carboxylic acid concentration` #> $`Abnormal circulating carboxylic acid concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004354" #> #> $`Abnormal circulating carboxylic acid concentration`$`_id` #> [1] "HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating carboxylic acid concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating carboxylic acid concentration`$publicGeneCount #> [1] 7 #> #> $`Abnormal circulating carboxylic acid concentration`$urlId #> [1] "HP_0004354" #> #> $`Abnormal circulating carboxylic acid concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating carboxylic acid concentration`$`_parent` #> [1] "HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating carboxylic acid concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating carboxylic acid concentration`$children #> $`Abnormal circulating carboxylic acid concentration`$children[[1]] #> [1] "HP_0010995<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating carboxylic acid concentration`$children[[2]] #> [1] "HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating carboxylic acid concentration`$value #> [1] "Abnormal circulating carboxylic acid concentration" #> #> #> $`Abnormal circulating cholesterol concentration` #> $`Abnormal circulating cholesterol concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003107" #> #> $`Abnormal circulating cholesterol concentration`$`_id` #> [1] "HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating cholesterol concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating cholesterol concentration`$publicGeneCount #> [1] 46 #> #> $`Abnormal circulating cholesterol concentration`$urlId #> [1] "HP_0003107" #> #> $`Abnormal circulating cholesterol concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating cholesterol concentration`$`_parent` #> [1] "HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating cholesterol concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating cholesterol concentration`$children #> $`Abnormal circulating cholesterol concentration`$children[[1]] #> [1] "HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating cholesterol concentration`$children[[2]] #> [1] "HP_0003124<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating cholesterol concentration`$value #> [1] "Abnormal circulating cholesterol concentration" #> #> #> $`Abnormal circulating creatine kinase concentration` #> $`Abnormal circulating creatine kinase concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040081" #> #> $`Abnormal circulating creatine kinase concentration`$`_id` #> [1] "HP_0040081<HP_0011021<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating creatine kinase concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating creatine kinase concentration`$publicGeneCount #> [1] 1 #> #> $`Abnormal circulating creatine kinase concentration`$urlId #> [1] "HP_0040081" #> #> $`Abnormal circulating creatine kinase concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating creatine kinase concentration`$`_parent` #> [1] "HP_0011021<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating creatine kinase concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating creatine kinase concentration`$children #> $`Abnormal circulating creatine kinase concentration`$children[[1]] #> [1] "HP_0003236<HP_0040081<HP_0011021<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating creatine kinase concentration`$value #> [1] "Abnormal circulating creatine kinase concentration" #> #> #> $`Abnormal circulating creatinine level` #> $`Abnormal circulating creatinine level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012100" #> #> $`Abnormal circulating creatinine level`$`_id` #> [1] "HP_0012100<HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating creatinine level`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating creatinine level`$publicGeneCount #> [1] 1 #> #> $`Abnormal circulating creatinine level`$urlId #> [1] "HP_0012100" #> #> $`Abnormal circulating creatinine level`$dbPhenotype #> [1] TRUE #> #> $`Abnormal circulating creatinine level`$`_parent` #> [1] "HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating creatinine level`$`_is_leaf` #> [1] TRUE #> #> $`Abnormal circulating creatinine level`$children #> list() #> #> $`Abnormal circulating creatinine level`$value #> [1] "Abnormal circulating creatinine level" #> #> #> $`Abnormal circulating dicarboxylic acid concentration` #> $`Abnormal circulating dicarboxylic acid concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010995" #> #> $`Abnormal circulating dicarboxylic acid concentration`$`_id` #> [1] "HP_0010995<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating dicarboxylic acid concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating dicarboxylic acid concentration`$publicGeneCount #> [1] 1 #> #> $`Abnormal circulating dicarboxylic acid concentration`$urlId #> [1] "HP_0010995" #> #> $`Abnormal circulating dicarboxylic acid concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating dicarboxylic acid concentration`$`_parent` #> [1] "HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating dicarboxylic acid concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating dicarboxylic acid concentration`$children #> $`Abnormal circulating dicarboxylic acid concentration`$children[[1]] #> [1] "HP_0002912<HP_0010995<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating dicarboxylic acid concentration`$value #> [1] "Abnormal circulating dicarboxylic acid concentration" #> #> #> $`Abnormal circulating glutamine family amino acid concentration` #> $`Abnormal circulating glutamine family amino acid concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010902" #> #> $`Abnormal circulating glutamine family amino acid concentration`$`_id` #> [1] "HP_0010902<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating glutamine family amino acid concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating glutamine family amino acid concentration`$publicGeneCount #> [1] 2 #> #> $`Abnormal circulating glutamine family amino acid concentration`$urlId #> [1] "HP_0010902" #> #> $`Abnormal circulating glutamine family amino acid concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating glutamine family amino acid concentration`$`_parent` #> [1] "HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating glutamine family amino acid concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating glutamine family amino acid concentration`$children #> $`Abnormal circulating glutamine family amino acid concentration`$children[[1]] #> [1] "HP_0010907<HP_0010902<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating glutamine family amino acid concentration`$value #> [1] "Abnormal circulating glutamine family amino acid concentration" #> #> #> $`Abnormal circulating hormone level` #> $`Abnormal circulating hormone level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003117" #> #> $`Abnormal circulating hormone level`$`_id` #> [1] "HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormal circulating hormone level`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating hormone level`$publicGeneCount #> [1] 6 #> #> $`Abnormal circulating hormone level`$urlId #> [1] "HP_0003117" #> #> $`Abnormal circulating hormone level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating hormone level`$`_parent` #> [1] "HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormal circulating hormone level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating hormone level`$children #> $`Abnormal circulating hormone level`$children[[1]] #> [1] "HP_0032367<HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating hormone level`$value #> [1] "Abnormal circulating hormone level" #> #> #> $`Abnormal circulating lipid concentration` #> $`Abnormal circulating lipid concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003119" #> #> $`Abnormal circulating lipid concentration`$`_id` #> [1] "HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating lipid concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating lipid concentration`$publicGeneCount #> [1] 70 #> #> $`Abnormal circulating lipid concentration`$urlId #> [1] "HP_0003119" #> #> $`Abnormal circulating lipid concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating lipid concentration`$`_parent` #> [1] "HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating lipid concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating lipid concentration`$children #> $`Abnormal circulating lipid concentration`$children[[1]] #> [1] "HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating lipid concentration`$children[[2]] #> [1] "HP_0003077<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating lipid concentration`$value #> [1] "Abnormal circulating lipid concentration" #> #> #> $`Abnormal circulating metabolite concentration` #> $`Abnormal circulating metabolite concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032180" #> #> $`Abnormal circulating metabolite concentration`$`_id` #> [1] "HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating metabolite concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating metabolite concentration`$publicGeneCount #> [1] 112 #> #> $`Abnormal circulating metabolite concentration`$urlId #> [1] "HP_0032180" #> #> $`Abnormal circulating metabolite concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating metabolite concentration`$`_parent` #> [1] "HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating metabolite concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating metabolite concentration`$children #> $`Abnormal circulating metabolite concentration`$children[[1]] #> [1] "HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating metabolite concentration`$children[[2]] #> [1] "HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating metabolite concentration`$children[[3]] #> [1] "HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating metabolite concentration`$children[[4]] #> [1] "HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating metabolite concentration`$children[[5]] #> [1] "HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating metabolite concentration`$value #> [1] "Abnormal circulating metabolite concentration" #> #> #> $`Abnormal circulating nitrogen compound concentration` #> $`Abnormal circulating nitrogen compound concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004364" #> #> $`Abnormal circulating nitrogen compound concentration`$`_id` #> [1] "HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating nitrogen compound concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating nitrogen compound concentration`$publicGeneCount #> [1] 11 #> #> $`Abnormal circulating nitrogen compound concentration`$urlId #> [1] "HP_0004364" #> #> $`Abnormal circulating nitrogen compound concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating nitrogen compound concentration`$`_parent` #> [1] "HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating nitrogen compound concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating nitrogen compound concentration`$children #> $`Abnormal circulating nitrogen compound concentration`$children[[1]] #> [1] "HP_0012100<HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating nitrogen compound concentration`$children[[2]] #> [1] "HP_0002157<HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating nitrogen compound concentration`$value #> [1] "Abnormal circulating nitrogen compound concentration" #> #> #> $`Abnormal circulating phenylalanine concentration` #> $`Abnormal circulating phenylalanine concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010893" #> #> $`Abnormal circulating phenylalanine concentration`$`_id` #> [1] "HP_0010893<HP_0004338<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating phenylalanine concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating phenylalanine concentration`$publicGeneCount #> [1] 4 #> #> $`Abnormal circulating phenylalanine concentration`$urlId #> [1] "HP_0010893" #> #> $`Abnormal circulating phenylalanine concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating phenylalanine concentration`$`_parent` #> [1] "HP_0004338<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating phenylalanine concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating phenylalanine concentration`$children #> $`Abnormal circulating phenylalanine concentration`$children[[1]] #> [1] "HP_0004923<HP_0010893<HP_0004338<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating phenylalanine concentration`$value #> [1] "Abnormal circulating phenylalanine concentration" #> #> #> $`Abnormal circulating proline concentration` #> $`Abnormal circulating proline concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010907" #> #> $`Abnormal circulating proline concentration`$`_id` #> [1] "HP_0010907<HP_0010902<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating proline concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating proline concentration`$publicGeneCount #> [1] 2 #> #> $`Abnormal circulating proline concentration`$urlId #> [1] "HP_0010907" #> #> $`Abnormal circulating proline concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating proline concentration`$`_parent` #> [1] "HP_0010902<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating proline concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating proline concentration`$children #> $`Abnormal circulating proline concentration`$children[[1]] #> [1] "HP_0008358<HP_0010907<HP_0010902<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating proline concentration`$value #> [1] "Abnormal circulating proline concentration" #> #> #> $`Abnormal circulating protein level` #> $`Abnormal circulating protein level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010876" #> #> $`Abnormal circulating protein level`$`_id` #> [1] "HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating protein level`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating protein level`$publicGeneCount #> [1] 6 #> #> $`Abnormal circulating protein level`$urlId #> [1] "HP_0010876" #> #> $`Abnormal circulating protein level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating protein level`$`_parent` #> [1] "HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating protein level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating protein level`$children #> $`Abnormal circulating protein level`$children[[1]] #> [1] "HP_0012116<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating protein level`$children[[2]] #> [1] "HP_0011021<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating protein level`$children[[3]] #> [1] "HP_0005559<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating protein level`$children[[4]] #> [1] "HP_0003075<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating protein level`$value #> [1] "Abnormal circulating protein level" #> #> #> $`Abnormal CNS myelination` #> $`Abnormal CNS myelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011400" #> #> $`Abnormal CNS myelination`$`_id` #> [1] "HP_0011400<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal CNS myelination`$privateGeneCount #> [1] 0 #> #> $`Abnormal CNS myelination`$publicGeneCount #> [1] 3 #> #> $`Abnormal CNS myelination`$urlId #> [1] "HP_0011400" #> #> $`Abnormal CNS myelination`$dbPhenotype #> [1] TRUE #> #> $`Abnormal CNS myelination`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal CNS myelination`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal CNS myelination`$children #> $`Abnormal CNS myelination`$children[[1]] #> [1] "HP_0003429<HP_0011400<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal CNS myelination`$children[[2]] #> [1] "HP_0002188<HP_0011400<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal CNS myelination`$value #> [1] "Abnormal CNS myelination" #> #> #> $`Abnormal CNS myelination` #> $`Abnormal CNS myelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011400" #> #> $`Abnormal CNS myelination`$`_id` #> [1] "HP_0011400<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal CNS myelination`$privateGeneCount #> [1] 0 #> #> $`Abnormal CNS myelination`$publicGeneCount #> [1] 3 #> #> $`Abnormal CNS myelination`$urlId #> [1] "HP_0011400" #> #> $`Abnormal CNS myelination`$dbPhenotype #> [1] TRUE #> #> $`Abnormal CNS myelination`$`_parent` #> [1] "HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal CNS myelination`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal CNS myelination`$children #> $`Abnormal CNS myelination`$children[[1]] #> [1] "HP_0003429<HP_0011400<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal CNS myelination`$children[[2]] #> [1] "HP_0002188<HP_0011400<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal CNS myelination`$value #> [1] "Abnormal CNS myelination" #> #> #> $`Abnormal connection of the cardiac segments` #> $`Abnormal connection of the cardiac segments`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011545" #> #> $`Abnormal connection of the cardiac segments`$`_id` #> [1] "HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal connection of the cardiac segments`$privateGeneCount #> [1] 0 #> #> $`Abnormal connection of the cardiac segments`$publicGeneCount #> [1] 5 #> #> $`Abnormal connection of the cardiac segments`$urlId #> [1] "HP_0011545" #> #> $`Abnormal connection of the cardiac segments`$dbPhenotype #> [1] FALSE #> #> $`Abnormal connection of the cardiac segments`$`_parent` #> [1] "HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal connection of the cardiac segments`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal connection of the cardiac segments`$children #> $`Abnormal connection of the cardiac segments`$children[[1]] #> [1] "HP_0011563<HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal connection of the cardiac segments`$value #> [1] "Abnormal connection of the cardiac segments" #> #> #> $`Abnormal consumption behavior` #> $`Abnormal consumption behavior`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040202" #> #> $`Abnormal consumption behavior`$`_id` #> [1] "HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal consumption behavior`$privateGeneCount #> [1] 0 #> #> $`Abnormal consumption behavior`$publicGeneCount #> [1] 6 #> #> $`Abnormal consumption behavior`$urlId #> [1] "HP_0040202" #> #> $`Abnormal consumption behavior`$dbPhenotype #> [1] FALSE #> #> $`Abnormal consumption behavior`$`_parent` #> [1] "HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal consumption behavior`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal consumption behavior`$children #> $`Abnormal consumption behavior`$children[[1]] #> [1] "HP_0030082<HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal consumption behavior`$children[[2]] #> [1] "HP_0100738<HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal consumption behavior`$value #> [1] "Abnormal consumption behavior" #> #> #> $`Abnormal cornea morphology` #> $`Abnormal cornea morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000481" #> #> $`Abnormal cornea morphology`$`_id` #> [1] "HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal cornea morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cornea morphology`$publicGeneCount #> [1] 4 #> #> $`Abnormal cornea morphology`$urlId #> [1] "HP_0000481" #> #> $`Abnormal cornea morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cornea morphology`$`_parent` #> [1] "HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal cornea morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cornea morphology`$children #> $`Abnormal cornea morphology`$children[[1]] #> [1] "HP_0011492<HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal cornea morphology`$children[[2]] #> [1] "HP_0007957<HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal cornea morphology`$value #> [1] "Abnormal cornea morphology" #> #> #> $`Abnormal corpus callosum morphology` #> $`Abnormal corpus callosum morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001273" #> #> $`Abnormal corpus callosum morphology`$`_id` #> [1] "HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal corpus callosum morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal corpus callosum morphology`$publicGeneCount #> [1] 3 #> #> $`Abnormal corpus callosum morphology`$urlId #> [1] "HP_0001273" #> #> $`Abnormal corpus callosum morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal corpus callosum morphology`$`_parent` #> [1] "HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal corpus callosum morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal corpus callosum morphology`$children #> $`Abnormal corpus callosum morphology`$children[[1]] #> [1] "HP_0007370<HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal corpus callosum morphology`$value #> [1] "Abnormal corpus callosum morphology" #> #> #> $`Abnormal cortical gyration` #> $`Abnormal cortical gyration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002536" #> #> $`Abnormal cortical gyration`$`_id` #> [1] "HP_0002536<HP_0002269<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cortical gyration`$privateGeneCount #> [1] 0 #> #> $`Abnormal cortical gyration`$publicGeneCount #> [1] 3 #> #> $`Abnormal cortical gyration`$urlId #> [1] "HP_0002536" #> #> $`Abnormal cortical gyration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cortical gyration`$`_parent` #> [1] "HP_0002269<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cortical gyration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cortical gyration`$children #> $`Abnormal cortical gyration`$children[[1]] #> [1] "HP_0002126<HP_0002536<HP_0002269<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal cortical gyration`$value #> [1] "Abnormal cortical gyration" #> #> #> $`Abnormal cortical gyration` #> $`Abnormal cortical gyration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002536" #> #> $`Abnormal cortical gyration`$`_id` #> [1] "HP_0002536<HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cortical gyration`$privateGeneCount #> [1] 0 #> #> $`Abnormal cortical gyration`$publicGeneCount #> [1] 3 #> #> $`Abnormal cortical gyration`$urlId #> [1] "HP_0002536" #> #> $`Abnormal cortical gyration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cortical gyration`$`_parent` #> [1] "HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cortical gyration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cortical gyration`$children #> $`Abnormal cortical gyration`$children[[1]] #> [1] "HP_0002126<HP_0002536<HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal cortical gyration`$value #> [1] "Abnormal cortical gyration" #> #> #> $`Abnormal delivery` #> $`Abnormal delivery`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001787" #> #> $`Abnormal delivery`$`_id` #> [1] "HP_0001787<HP_0001197<HP_0000118<HP_0000001" #> #> $`Abnormal delivery`$privateGeneCount #> [1] 0 #> #> $`Abnormal delivery`$publicGeneCount #> [1] 118 #> #> $`Abnormal delivery`$urlId #> [1] "HP_0001787" #> #> $`Abnormal delivery`$dbPhenotype #> [1] FALSE #> #> $`Abnormal delivery`$`_parent` #> [1] "HP_0001197<HP_0000118<HP_0000001" #> #> $`Abnormal delivery`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal delivery`$children #> $`Abnormal delivery`$children[[1]] #> [1] "HP_0005268<HP_0001787<HP_0001197<HP_0000118<HP_0000001" #> #> #> $`Abnormal delivery`$value #> [1] "Abnormal delivery" #> #> #> $`Abnormal dermatoglyphics` #> $`Abnormal dermatoglyphics`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007477" #> #> $`Abnormal dermatoglyphics`$`_id` #> [1] "HP_0007477<HP_0011356<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal dermatoglyphics`$privateGeneCount #> [1] 0 #> #> $`Abnormal dermatoglyphics`$publicGeneCount #> [1] 1 #> #> $`Abnormal dermatoglyphics`$urlId #> [1] "HP_0007477" #> #> $`Abnormal dermatoglyphics`$dbPhenotype #> [1] FALSE #> #> $`Abnormal dermatoglyphics`$`_parent` #> [1] "HP_0011356<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal dermatoglyphics`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal dermatoglyphics`$children #> $`Abnormal dermatoglyphics`$children[[1]] #> [1] "HP_0007455<HP_0007477<HP_0011356<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormal dermatoglyphics`$value #> [1] "Abnormal dermatoglyphics" #> #> #> $`Abnormal diaphysis morphology` #> $`Abnormal diaphysis morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000940" #> #> $`Abnormal diaphysis morphology`$`_id` #> [1] "HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal diaphysis morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal diaphysis morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal diaphysis morphology`$urlId #> [1] "HP_0000940" #> #> $`Abnormal diaphysis morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal diaphysis morphology`$`_parent` #> [1] "HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal diaphysis morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal diaphysis morphology`$children #> $`Abnormal diaphysis morphology`$children[[1]] #> [1] "HP_0006487<HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal diaphysis morphology`$value #> [1] "Abnormal diaphysis morphology" #> #> #> $`Abnormal diaphysis morphology` #> $`Abnormal diaphysis morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000940" #> #> $`Abnormal diaphysis morphology`$`_id` #> [1] "HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal diaphysis morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal diaphysis morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal diaphysis morphology`$urlId #> [1] "HP_0000940" #> #> $`Abnormal diaphysis morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal diaphysis morphology`$`_parent` #> [1] "HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal diaphysis morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal diaphysis morphology`$children #> $`Abnormal diaphysis morphology`$children[[1]] #> [1] "HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal diaphysis morphology`$value #> [1] "Abnormal diaphysis morphology" #> #> #> $`Abnormal diaphysis morphology` #> $`Abnormal diaphysis morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000940" #> #> $`Abnormal diaphysis morphology`$`_id` #> [1] "HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal diaphysis morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal diaphysis morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal diaphysis morphology`$urlId #> [1] "HP_0000940" #> #> $`Abnormal diaphysis morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal diaphysis morphology`$`_parent` #> [1] "HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal diaphysis morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal diaphysis morphology`$children #> $`Abnormal diaphysis morphology`$children[[1]] #> [1] "HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormal diaphysis morphology`$value #> [1] "Abnormal diaphysis morphology" #> #> #> $`Abnormal digit morphology` #> $`Abnormal digit morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011297" #> #> $`Abnormal digit morphology`$`_id` #> [1] "HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal digit morphology`$publicGeneCount #> [1] 6 #> #> $`Abnormal digit morphology`$urlId #> [1] "HP_0011297" #> #> $`Abnormal digit morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal digit morphology`$`_parent` #> [1] "HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal digit morphology`$children #> $`Abnormal digit morphology`$children[[1]] #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$children[[2]] #> [1] "HP_0001217<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$children[[3]] #> [1] "HP_0011927<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal digit morphology`$value #> [1] "Abnormal digit morphology" #> #> #> $`Abnormal digit morphology` #> $`Abnormal digit morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011297" #> #> $`Abnormal digit morphology`$`_id` #> [1] "HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal digit morphology`$publicGeneCount #> [1] 6 #> #> $`Abnormal digit morphology`$urlId #> [1] "HP_0011297" #> #> $`Abnormal digit morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal digit morphology`$`_parent` #> [1] "HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal digit morphology`$children #> $`Abnormal digit morphology`$children[[1]] #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$children[[2]] #> [1] "HP_0001217<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$children[[3]] #> [1] "HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal digit morphology`$value #> [1] "Abnormal digit morphology" #> #> #> $`Abnormal digit morphology` #> $`Abnormal digit morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011297" #> #> $`Abnormal digit morphology`$`_id` #> [1] "HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal digit morphology`$publicGeneCount #> [1] 6 #> #> $`Abnormal digit morphology`$urlId #> [1] "HP_0011297" #> #> $`Abnormal digit morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal digit morphology`$`_parent` #> [1] "HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal digit morphology`$children #> $`Abnormal digit morphology`$children[[1]] #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$children[[2]] #> [1] "HP_0001217<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$children[[3]] #> [1] "HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormal digit morphology`$value #> [1] "Abnormal digit morphology" #> #> #> $`Abnormal drinking behavior` #> $`Abnormal drinking behavior`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030082" #> #> $`Abnormal drinking behavior`$`_id` #> [1] "HP_0030082<HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal drinking behavior`$privateGeneCount #> [1] 0 #> #> $`Abnormal drinking behavior`$publicGeneCount #> [1] 1 #> #> $`Abnormal drinking behavior`$urlId #> [1] "HP_0030082" #> #> $`Abnormal drinking behavior`$dbPhenotype #> [1] FALSE #> #> $`Abnormal drinking behavior`$`_parent` #> [1] "HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal drinking behavior`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal drinking behavior`$children #> $`Abnormal drinking behavior`$children[[1]] #> [1] "HP_0001959<HP_0030082<HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal drinking behavior`$value #> [1] "Abnormal drinking behavior" #> #> #> $`Abnormal ear morphology` #> $`Abnormal ear morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031703" #> #> $`Abnormal ear morphology`$`_id` #> [1] "HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormal ear morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal ear morphology`$publicGeneCount #> [1] 8 #> #> $`Abnormal ear morphology`$urlId #> [1] "HP_0031703" #> #> $`Abnormal ear morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal ear morphology`$`_parent` #> [1] "HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormal ear morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal ear morphology`$children #> $`Abnormal ear morphology`$children[[1]] #> [1] "HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormal ear morphology`$children[[2]] #> [1] "HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Abnormal ear morphology`$value #> [1] "Abnormal ear morphology" #> #> #> $`Abnormal ear physiology` #> $`Abnormal ear physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031704" #> #> $`Abnormal ear physiology`$`_id` #> [1] "HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormal ear physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal ear physiology`$publicGeneCount #> [1] 77 #> #> $`Abnormal ear physiology`$urlId #> [1] "HP_0031704" #> #> $`Abnormal ear physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal ear physiology`$`_parent` #> [1] "HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormal ear physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal ear physiology`$children #> $`Abnormal ear physiology`$children[[1]] #> [1] "HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Abnormal ear physiology`$value #> [1] "Abnormal ear physiology" #> #> #> $`Abnormal eating behavior` #> $`Abnormal eating behavior`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100738" #> #> $`Abnormal eating behavior`$`_id` #> [1] "HP_0100738<HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal eating behavior`$privateGeneCount #> [1] 0 #> #> $`Abnormal eating behavior`$publicGeneCount #> [1] 5 #> #> $`Abnormal eating behavior`$urlId #> [1] "HP_0100738" #> #> $`Abnormal eating behavior`$dbPhenotype #> [1] FALSE #> #> $`Abnormal eating behavior`$`_parent` #> [1] "HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal eating behavior`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal eating behavior`$children #> $`Abnormal eating behavior`$children[[1]] #> [1] "HP_0002591<HP_0100738<HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal eating behavior`$value #> [1] "Abnormal eating behavior" #> #> #> $`Abnormal electrophysiology of sinoatrial node origin` #> $`Abnormal electrophysiology of sinoatrial node origin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011702" #> #> $`Abnormal electrophysiology of sinoatrial node origin`$`_id` #> [1] "HP_0011702<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal electrophysiology of sinoatrial node origin`$privateGeneCount #> [1] 0 #> #> $`Abnormal electrophysiology of sinoatrial node origin`$publicGeneCount #> [1] 2 #> #> $`Abnormal electrophysiology of sinoatrial node origin`$urlId #> [1] "HP_0011702" #> #> $`Abnormal electrophysiology of sinoatrial node origin`$dbPhenotype #> [1] FALSE #> #> $`Abnormal electrophysiology of sinoatrial node origin`$`_parent` #> [1] "HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal electrophysiology of sinoatrial node origin`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal electrophysiology of sinoatrial node origin`$children #> $`Abnormal electrophysiology of sinoatrial node origin`$children[[1]] #> [1] "HP_0012723<HP_0011702<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal electrophysiology of sinoatrial node origin`$children[[2]] #> [1] "HP_0011703<HP_0011702<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal electrophysiology of sinoatrial node origin`$value #> [1] "Abnormal electrophysiology of sinoatrial node origin" #> #> #> $`Abnormal emotion/affect behavior` #> $`Abnormal emotion/affect behavior`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100851" #> #> $`Abnormal emotion/affect behavior`$`_id` #> [1] "HP_0100851<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal emotion/affect behavior`$privateGeneCount #> [1] 0 #> #> $`Abnormal emotion/affect behavior`$publicGeneCount #> [1] 1 #> #> $`Abnormal emotion/affect behavior`$urlId #> [1] "HP_0100851" #> #> $`Abnormal emotion/affect behavior`$dbPhenotype #> [1] FALSE #> #> $`Abnormal emotion/affect behavior`$`_parent` #> [1] "HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal emotion/affect behavior`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal emotion/affect behavior`$children #> $`Abnormal emotion/affect behavior`$children[[1]] #> [1] "HP_0100024<HP_0100851<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal emotion/affect behavior`$value #> [1] "Abnormal emotion/affect behavior" #> #> #> $`Abnormal endocrine morphology` #> $`Abnormal endocrine morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031071" #> #> $`Abnormal endocrine morphology`$`_id` #> [1] "HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormal endocrine morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal endocrine morphology`$publicGeneCount #> [1] 14 #> #> $`Abnormal endocrine morphology`$urlId #> [1] "HP_0031071" #> #> $`Abnormal endocrine morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal endocrine morphology`$`_parent` #> [1] "HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormal endocrine morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal endocrine morphology`$children #> $`Abnormal endocrine morphology`$children[[1]] #> [1] "HP_0011732<HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormal endocrine morphology`$value #> [1] "Abnormal endocrine morphology" #> #> #> $`Abnormal enzyme/coenzyme activity` #> $`Abnormal enzyme/coenzyme activity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012379" #> #> $`Abnormal enzyme/coenzyme activity`$`_id` #> [1] "HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal enzyme/coenzyme activity`$privateGeneCount #> [1] 0 #> #> $`Abnormal enzyme/coenzyme activity`$publicGeneCount #> [1] 7 #> #> $`Abnormal enzyme/coenzyme activity`$urlId #> [1] "HP_0012379" #> #> $`Abnormal enzyme/coenzyme activity`$dbPhenotype #> [1] FALSE #> #> $`Abnormal enzyme/coenzyme activity`$`_parent` #> [1] "HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal enzyme/coenzyme activity`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal enzyme/coenzyme activity`$children #> $`Abnormal enzyme/coenzyme activity`$children[[1]] #> [1] "HP_0003570<HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal enzyme/coenzyme activity`$children[[2]] #> [1] "HP_0040175<HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal enzyme/coenzyme activity`$children[[3]] #> [1] "HP_0040142<HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal enzyme/coenzyme activity`$children[[4]] #> [1] "HP_0003343<HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal enzyme/coenzyme activity`$children[[5]] #> [1] "HP_0003643<HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal enzyme/coenzyme activity`$value #> [1] "Abnormal enzyme/coenzyme activity" #> #> #> $`Abnormal erythrocyte morphology` #> $`Abnormal erythrocyte morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001877" #> #> $`Abnormal erythrocyte morphology`$`_id` #> [1] "HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal erythrocyte morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal erythrocyte morphology`$publicGeneCount #> [1] 9 #> #> $`Abnormal erythrocyte morphology`$urlId #> [1] "HP_0001877" #> #> $`Abnormal erythrocyte morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal erythrocyte morphology`$`_parent` #> [1] "HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal erythrocyte morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal erythrocyte morphology`$children #> $`Abnormal erythrocyte morphology`$children[[1]] #> [1] "HP_0004312<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal erythrocyte morphology`$children[[2]] #> [1] "HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal erythrocyte morphology`$children[[3]] #> [1] "HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormal erythrocyte morphology`$value #> [1] "Abnormal erythrocyte morphology" #> #> #> $`Abnormal esophagus morphology` #> $`Abnormal esophagus morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002031" #> #> $`Abnormal esophagus morphology`$`_id` #> [1] "HP_0002031<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal esophagus morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal esophagus morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal esophagus morphology`$urlId #> [1] "HP_0002031" #> #> $`Abnormal esophagus morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal esophagus morphology`$`_parent` #> [1] "HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal esophagus morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal esophagus morphology`$children #> $`Abnormal esophagus morphology`$children[[1]] #> [1] "HP_0010450<HP_0002031<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal esophagus morphology`$children[[2]] #> [1] "HP_0002575<HP_0002031<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormal esophagus morphology`$value #> [1] "Abnormal esophagus morphology" #> #> #> $`Abnormal external genitalia` #> $`Abnormal external genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000811" #> #> $`Abnormal external genitalia`$`_id` #> [1] "HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal external genitalia`$privateGeneCount #> [1] 0 #> #> $`Abnormal external genitalia`$publicGeneCount #> [1] 2 #> #> $`Abnormal external genitalia`$urlId #> [1] "HP_0000811" #> #> $`Abnormal external genitalia`$dbPhenotype #> [1] FALSE #> #> $`Abnormal external genitalia`$`_parent` #> [1] "HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal external genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal external genitalia`$children #> $`Abnormal external genitalia`$children[[1]] #> [1] "HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal external genitalia`$children[[2]] #> [1] "HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal external genitalia`$value #> [1] "Abnormal external genitalia" #> #> #> $`abnormal eye development` #> $`abnormal eye development`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0001286" #> #> $`abnormal eye development`$`_id` #> [1] "MP_0001286<MP_0002092<MP_0005391<MP_0000001" #> #> $`abnormal eye development`$privateGeneCount #> [1] 0 #> #> $`abnormal eye development`$publicGeneCount #> [1] 1 #> #> $`abnormal eye development`$urlId #> [1] "MP_0001286" #> #> $`abnormal eye development`$dbPhenotype #> [1] TRUE #> #> $`abnormal eye development`$`_parent` #> [1] "MP_0002092<MP_0005391<MP_0000001" #> #> $`abnormal eye development`$`_is_leaf` #> [1] TRUE #> #> $`abnormal eye development`$children #> list() #> #> $`abnormal eye development`$value #> [1] "abnormal eye development" #> #> #> $`Abnormal eye morphology` #> $`Abnormal eye morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012372" #> #> $`Abnormal eye morphology`$`_id` #> [1] "HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal eye morphology`$publicGeneCount #> [1] 24 #> #> $`Abnormal eye morphology`$urlId #> [1] "HP_0012372" #> #> $`Abnormal eye morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal eye morphology`$`_parent` #> [1] "HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal eye morphology`$children #> $`Abnormal eye morphology`$children[[1]] #> [1] "HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye morphology`$children[[2]] #> [1] "HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye morphology`$children[[3]] #> [1] "HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye morphology`$children[[4]] #> [1] "HP_0100886<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye morphology`$children[[5]] #> [1] "HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye morphology`$children[[6]] #> [1] "HP_0000589<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal eye morphology`$value #> [1] "Abnormal eye morphology" #> #> #> $`abnormal eye morphology` #> $`abnormal eye morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002092" #> #> $`abnormal eye morphology`$`_id` #> [1] "MP_0002092<MP_0005391<MP_0000001" #> #> $`abnormal eye morphology`$privateGeneCount #> [1] 0 #> #> $`abnormal eye morphology`$publicGeneCount #> [1] 1 #> #> $`abnormal eye morphology`$urlId #> [1] "MP_0002092" #> #> $`abnormal eye morphology`$dbPhenotype #> [1] FALSE #> #> $`abnormal eye morphology`$`_parent` #> [1] "MP_0005391<MP_0000001" #> #> $`abnormal eye morphology`$`_is_leaf` #> [1] FALSE #> #> $`abnormal eye morphology`$children #> $`abnormal eye morphology`$children[[1]] #> [1] "MP_0001286<MP_0002092<MP_0005391<MP_0000001" #> #> #> $`abnormal eye morphology`$value #> [1] "abnormal eye morphology" #> #> #> $`Abnormal eye physiology` #> $`Abnormal eye physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012373" #> #> $`Abnormal eye physiology`$`_id` #> [1] "HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal eye physiology`$publicGeneCount #> [1] 8 #> #> $`Abnormal eye physiology`$urlId #> [1] "HP_0012373" #> #> $`Abnormal eye physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal eye physiology`$`_parent` #> [1] "HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal eye physiology`$children #> $`Abnormal eye physiology`$children[[1]] #> [1] "HP_0007686<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye physiology`$children[[2]] #> [1] "HP_0000496<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye physiology`$children[[3]] #> [1] "HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye physiology`$children[[4]] #> [1] "HP_0000508<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal eye physiology`$value #> [1] "Abnormal eye physiology" #> #> #> $`Abnormal eyelash morphology` #> $`Abnormal eyelash morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000499" #> #> $`Abnormal eyelash morphology`$`_id` #> [1] "HP_0000499<HP_0000492<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal eyelash morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal eyelash morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal eyelash morphology`$urlId #> [1] "HP_0000499" #> #> $`Abnormal eyelash morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal eyelash morphology`$`_parent` #> [1] "HP_0000492<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal eyelash morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal eyelash morphology`$children #> $`Abnormal eyelash morphology`$children[[1]] #> [1] "HP_0001128<HP_0000499<HP_0000492<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal eyelash morphology`$value #> [1] "Abnormal eyelash morphology" #> #> #> $`Abnormal eyelash morphology` #> $`Abnormal eyelash morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000499" #> #> $`Abnormal eyelash morphology`$`_id` #> [1] "HP_0000499<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal eyelash morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal eyelash morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal eyelash morphology`$urlId #> [1] "HP_0000499" #> #> $`Abnormal eyelash morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal eyelash morphology`$`_parent` #> [1] "HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal eyelash morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal eyelash morphology`$children #> $`Abnormal eyelash morphology`$children[[1]] #> [1] "HP_0001128<HP_0000499<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormal eyelash morphology`$value #> [1] "Abnormal eyelash morphology" #> #> #> $`Abnormal eyelid morphology` #> $`Abnormal eyelid morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000492" #> #> $`Abnormal eyelid morphology`$`_id` #> [1] "HP_0000492<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal eyelid morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal eyelid morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal eyelid morphology`$urlId #> [1] "HP_0000492" #> #> $`Abnormal eyelid morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal eyelid morphology`$`_parent` #> [1] "HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal eyelid morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal eyelid morphology`$children #> $`Abnormal eyelid morphology`$children[[1]] #> [1] "HP_0000499<HP_0000492<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal eyelid morphology`$value #> [1] "Abnormal eyelid morphology" #> #> #> $`Abnormal facial shape` #> $`Abnormal facial shape`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001999" #> #> $`Abnormal facial shape`$`_id` #> [1] "HP_0001999<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal facial shape`$privateGeneCount #> [1] 0 #> #> $`Abnormal facial shape`$publicGeneCount #> [1] 155 #> #> $`Abnormal facial shape`$urlId #> [1] "HP_0001999" #> #> $`Abnormal facial shape`$dbPhenotype #> [1] TRUE #> #> $`Abnormal facial shape`$`_parent` #> [1] "HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal facial shape`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal facial shape`$children #> $`Abnormal facial shape`$children[[1]] #> [1] "HP_0000324<HP_0001999<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal facial shape`$value #> [1] "Abnormal facial shape" #> #> #> $`Abnormal fear/anxiety-related behavior` #> $`Abnormal fear/anxiety-related behavior`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100852" #> #> $`Abnormal fear/anxiety-related behavior`$`_id` #> [1] "HP_0100852<HP_0031466<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal fear/anxiety-related behavior`$privateGeneCount #> [1] 0 #> #> $`Abnormal fear/anxiety-related behavior`$publicGeneCount #> [1] 2 #> #> $`Abnormal fear/anxiety-related behavior`$urlId #> [1] "HP_0100852" #> #> $`Abnormal fear/anxiety-related behavior`$dbPhenotype #> [1] FALSE #> #> $`Abnormal fear/anxiety-related behavior`$`_parent` #> [1] "HP_0031466<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal fear/anxiety-related behavior`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal fear/anxiety-related behavior`$children #> $`Abnormal fear/anxiety-related behavior`$children[[1]] #> [1] "HP_0000739<HP_0100852<HP_0031466<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal fear/anxiety-related behavior`$value #> [1] "Abnormal fear/anxiety-related behavior" #> #> #> $`Abnormal female reproductive system physiology` #> $`Abnormal female reproductive system physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030012" #> #> $`Abnormal female reproductive system physiology`$`_id` #> [1] "HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal female reproductive system physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal female reproductive system physiology`$publicGeneCount #> [1] 4 #> #> $`Abnormal female reproductive system physiology`$urlId #> [1] "HP_0030012" #> #> $`Abnormal female reproductive system physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal female reproductive system physiology`$`_parent` #> [1] "HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal female reproductive system physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal female reproductive system physiology`$children #> $`Abnormal female reproductive system physiology`$children[[1]] #> [1] "HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal female reproductive system physiology`$value #> [1] "Abnormal female reproductive system physiology" #> #> #> $`Abnormal finger phalanx morphology` #> $`Abnormal finger phalanx morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005918" #> #> $`Abnormal finger phalanx morphology`$`_id` #> [1] "HP_0005918<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal finger phalanx morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal finger phalanx morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal finger phalanx morphology`$urlId #> [1] "HP_0005918" #> #> $`Abnormal finger phalanx morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal finger phalanx morphology`$`_parent` #> [1] "HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal finger phalanx morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal finger phalanx morphology`$children #> $`Abnormal finger phalanx morphology`$children[[1]] #> [1] "HP_0009771<HP_0005918<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormal finger phalanx morphology`$value #> [1] "Abnormal finger phalanx morphology" #> #> #> $`Abnormal finger phalanx morphology` #> $`Abnormal finger phalanx morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005918" #> #> $`Abnormal finger phalanx morphology`$`_id` #> [1] "HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal finger phalanx morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal finger phalanx morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal finger phalanx morphology`$urlId #> [1] "HP_0005918" #> #> $`Abnormal finger phalanx morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal finger phalanx morphology`$`_parent` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal finger phalanx morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal finger phalanx morphology`$children #> $`Abnormal finger phalanx morphology`$children[[1]] #> [1] "HP_0009771<HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal finger phalanx morphology`$value #> [1] "Abnormal finger phalanx morphology" #> #> #> $`Abnormal finger phalanx morphology` #> $`Abnormal finger phalanx morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005918" #> #> $`Abnormal finger phalanx morphology`$`_id` #> [1] "HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal finger phalanx morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal finger phalanx morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal finger phalanx morphology`$urlId #> [1] "HP_0005918" #> #> $`Abnormal finger phalanx morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal finger phalanx morphology`$`_parent` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal finger phalanx morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal finger phalanx morphology`$children #> $`Abnormal finger phalanx morphology`$children[[1]] #> [1] "HP_0009771<HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal finger phalanx morphology`$value #> [1] "Abnormal finger phalanx morphology" #> #> #> $`Abnormal finger phalanx morphology` #> $`Abnormal finger phalanx morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005918" #> #> $`Abnormal finger phalanx morphology`$`_id` #> [1] "HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal finger phalanx morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal finger phalanx morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal finger phalanx morphology`$urlId #> [1] "HP_0005918" #> #> $`Abnormal finger phalanx morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal finger phalanx morphology`$`_parent` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal finger phalanx morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal finger phalanx morphology`$children #> $`Abnormal finger phalanx morphology`$children[[1]] #> [1] "HP_0009771<HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormal finger phalanx morphology`$value #> [1] "Abnormal finger phalanx morphology" #> #> #> $`Abnormal fundus morphology` #> $`Abnormal fundus morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001098" #> #> $`Abnormal fundus morphology`$`_id` #> [1] "HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal fundus morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal fundus morphology`$publicGeneCount #> [1] 12 #> #> $`Abnormal fundus morphology`$urlId #> [1] "HP_0001098" #> #> $`Abnormal fundus morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal fundus morphology`$`_parent` #> [1] "HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal fundus morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal fundus morphology`$children #> $`Abnormal fundus morphology`$children[[1]] #> [1] "HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal fundus morphology`$children[[2]] #> [1] "HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal fundus morphology`$children[[3]] #> [1] "HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal fundus morphology`$children[[4]] #> [1] "HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal fundus morphology`$children[[5]] #> [1] "HP_0001107<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal fundus morphology`$value #> [1] "Abnormal fundus morphology" #> #> #> $`Abnormal gallbladder morphology` #> $`Abnormal gallbladder morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012437" #> #> $`Abnormal gallbladder morphology`$`_id` #> [1] "HP_0012437<HP_0005264<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal gallbladder morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal gallbladder morphology`$publicGeneCount #> [1] 4 #> #> $`Abnormal gallbladder morphology`$urlId #> [1] "HP_0012437" #> #> $`Abnormal gallbladder morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal gallbladder morphology`$`_parent` #> [1] "HP_0005264<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal gallbladder morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal gallbladder morphology`$children #> $`Abnormal gallbladder morphology`$children[[1]] #> [1] "HP_0001081<HP_0012437<HP_0005264<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormal gallbladder morphology`$value #> [1] "Abnormal gallbladder morphology" #> #> #> $`Abnormal gastrointestinal motility` #> $`Abnormal gastrointestinal motility`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030895" #> #> $`Abnormal gastrointestinal motility`$`_id` #> [1] "HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal gastrointestinal motility`$privateGeneCount #> [1] 0 #> #> $`Abnormal gastrointestinal motility`$publicGeneCount #> [1] 1 #> #> $`Abnormal gastrointestinal motility`$urlId #> [1] "HP_0030895" #> #> $`Abnormal gastrointestinal motility`$dbPhenotype #> [1] FALSE #> #> $`Abnormal gastrointestinal motility`$`_parent` #> [1] "HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal gastrointestinal motility`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal gastrointestinal motility`$children #> $`Abnormal gastrointestinal motility`$children[[1]] #> [1] "HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormal gastrointestinal motility`$value #> [1] "Abnormal gastrointestinal motility" #> #> #> $`abnormal glial cell morphology` #> $`abnormal glial cell morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0003634" #> #> $`abnormal glial cell morphology`$`_id` #> [1] "MP_0003634<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal glial cell morphology`$privateGeneCount #> [1] 0 #> #> $`abnormal glial cell morphology`$publicGeneCount #> [1] 1 #> #> $`abnormal glial cell morphology`$urlId #> [1] "MP_0003634" #> #> $`abnormal glial cell morphology`$dbPhenotype #> [1] FALSE #> #> $`abnormal glial cell morphology`$`_parent` #> [1] "MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal glial cell morphology`$`_is_leaf` #> [1] FALSE #> #> $`abnormal glial cell morphology`$children #> $`abnormal glial cell morphology`$children[[1]] #> [1] "MP_0002183<MP_0003634<MP_0003632<MP_0003631<MP_0000001" #> #> #> $`abnormal glial cell morphology`$value #> [1] "abnormal glial cell morphology" #> #> #> $`Abnormal glucose homeostasis` #> $`Abnormal glucose homeostasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011014" #> #> $`Abnormal glucose homeostasis`$`_id` #> [1] "HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal glucose homeostasis`$privateGeneCount #> [1] 0 #> #> $`Abnormal glucose homeostasis`$publicGeneCount #> [1] 121 #> #> $`Abnormal glucose homeostasis`$urlId #> [1] "HP_0011014" #> #> $`Abnormal glucose homeostasis`$dbPhenotype #> [1] FALSE #> #> $`Abnormal glucose homeostasis`$`_parent` #> [1] "HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal glucose homeostasis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal glucose homeostasis`$children #> $`Abnormal glucose homeostasis`$children[[1]] #> [1] "HP_0001952<HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal glucose homeostasis`$children[[2]] #> [1] "HP_0000855<HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal glucose homeostasis`$value #> [1] "Abnormal glucose homeostasis" #> #> #> $`Abnormal growth hormone level` #> $`Abnormal growth hormone level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032367" #> #> $`Abnormal growth hormone level`$`_id` #> [1] "HP_0032367<HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormal growth hormone level`$privateGeneCount #> [1] 0 #> #> $`Abnormal growth hormone level`$publicGeneCount #> [1] 6 #> #> $`Abnormal growth hormone level`$urlId #> [1] "HP_0032367" #> #> $`Abnormal growth hormone level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal growth hormone level`$`_parent` #> [1] "HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormal growth hormone level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal growth hormone level`$children #> $`Abnormal growth hormone level`$children[[1]] #> [1] "HP_0000824<HP_0032367<HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormal growth hormone level`$value #> [1] "Abnormal growth hormone level" #> #> #> $`Abnormal hair morphology` #> $`Abnormal hair morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001595" #> #> $`Abnormal hair morphology`$`_id` #> [1] "HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal hair morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal hair morphology`$publicGeneCount #> [1] 10 #> #> $`Abnormal hair morphology`$urlId #> [1] "HP_0001595" #> #> $`Abnormal hair morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal hair morphology`$`_parent` #> [1] "HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal hair morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal hair morphology`$children #> $`Abnormal hair morphology`$children[[1]] #> [1] "HP_0000499<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal hair morphology`$children[[2]] #> [1] "HP_0010720<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal hair morphology`$children[[3]] #> [1] "HP_0011362<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal hair morphology`$children[[4]] #> [1] "HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal hair morphology`$children[[5]] #> [1] "HP_0010719<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormal hair morphology`$value #> [1] "Abnormal hair morphology" #> #> #> $`Abnormal hair pattern` #> $`Abnormal hair pattern`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010720" #> #> $`Abnormal hair pattern`$`_id` #> [1] "HP_0010720<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal hair pattern`$privateGeneCount #> [1] 0 #> #> $`Abnormal hair pattern`$publicGeneCount #> [1] 1 #> #> $`Abnormal hair pattern`$urlId #> [1] "HP_0010720" #> #> $`Abnormal hair pattern`$dbPhenotype #> [1] FALSE #> #> $`Abnormal hair pattern`$`_parent` #> [1] "HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal hair pattern`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal hair pattern`$children #> $`Abnormal hair pattern`$children[[1]] #> [1] "HP_0011360<HP_0010720<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormal hair pattern`$value #> [1] "Abnormal hair pattern" #> #> #> $`Abnormal hair quantity` #> $`Abnormal hair quantity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011362" #> #> $`Abnormal hair quantity`$`_id` #> [1] "HP_0011362<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal hair quantity`$privateGeneCount #> [1] 0 #> #> $`Abnormal hair quantity`$publicGeneCount #> [1] 1 #> #> $`Abnormal hair quantity`$urlId #> [1] "HP_0011362" #> #> $`Abnormal hair quantity`$dbPhenotype #> [1] FALSE #> #> $`Abnormal hair quantity`$`_parent` #> [1] "HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal hair quantity`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal hair quantity`$children #> $`Abnormal hair quantity`$children[[1]] #> [1] "HP_0001007<HP_0011362<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormal hair quantity`$value #> [1] "Abnormal hair quantity" #> #> #> $`Abnormal HDL cholesterol concentration` #> $`Abnormal HDL cholesterol concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031888" #> #> $`Abnormal HDL cholesterol concentration`$`_id` #> [1] "HP_0031888<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal HDL cholesterol concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal HDL cholesterol concentration`$publicGeneCount #> [1] 4 #> #> $`Abnormal HDL cholesterol concentration`$urlId #> [1] "HP_0031888" #> #> $`Abnormal HDL cholesterol concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal HDL cholesterol concentration`$`_parent` #> [1] "HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal HDL cholesterol concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal HDL cholesterol concentration`$children #> $`Abnormal HDL cholesterol concentration`$children[[1]] #> [1] "HP_0003233<HP_0031888<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal HDL cholesterol concentration`$children[[2]] #> [1] "HP_0012184<HP_0031888<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal HDL cholesterol concentration`$value #> [1] "Abnormal HDL cholesterol concentration" #> #> #> $`Abnormal heart morphology` #> $`Abnormal heart morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001627" #> #> $`Abnormal heart morphology`$`_id` #> [1] "HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal heart morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal heart morphology`$publicGeneCount #> [1] 118 #> #> $`Abnormal heart morphology`$urlId #> [1] "HP_0001627" #> #> $`Abnormal heart morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal heart morphology`$`_parent` #> [1] "HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal heart morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal heart morphology`$children #> $`Abnormal heart morphology`$children[[1]] #> [1] "HP_0005120<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal heart morphology`$children[[2]] #> [1] "HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal heart morphology`$children[[3]] #> [1] "HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal heart morphology`$children[[4]] #> [1] "HP_0011534<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal heart morphology`$children[[5]] #> [1] "HP_0001640<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal heart morphology`$children[[6]] #> [1] "HP_0100544<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal heart morphology`$value #> [1] "Abnormal heart morphology" #> #> #> $`Abnormal homeostasis` #> $`Abnormal homeostasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012337" #> #> $`Abnormal homeostasis`$`_id` #> [1] "HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal homeostasis`$privateGeneCount #> [1] 0 #> #> $`Abnormal homeostasis`$publicGeneCount #> [1] 176 #> #> $`Abnormal homeostasis`$urlId #> [1] "HP_0012337" #> #> $`Abnormal homeostasis`$dbPhenotype #> [1] FALSE #> #> $`Abnormal homeostasis`$`_parent` #> [1] "HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal homeostasis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal homeostasis`$children #> $`Abnormal homeostasis`$children[[1]] #> [1] "HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal homeostasis`$children[[2]] #> [1] "HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal homeostasis`$children[[3]] #> [1] "HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal homeostasis`$children[[4]] #> [1] "HP_0004370<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal homeostasis`$value #> [1] "Abnormal homeostasis" #> #> #> $`Abnormal immune system morphology` #> $`Abnormal immune system morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032251" #> #> $`Abnormal immune system morphology`$`_id` #> [1] "HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal immune system morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal immune system morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal immune system morphology`$urlId #> [1] "HP_0032251" #> #> $`Abnormal immune system morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal immune system morphology`$`_parent` #> [1] "HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal immune system morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal immune system morphology`$children #> $`Abnormal immune system morphology`$children[[1]] #> [1] "HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormal immune system morphology`$value #> [1] "Abnormal immune system morphology" #> #> #> $`Abnormal immunoglobulin level` #> $`Abnormal immunoglobulin level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010701" #> #> $`Abnormal immunoglobulin level`$`_id` #> [1] "HP_0010701<HP_0005368<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal immunoglobulin level`$privateGeneCount #> [1] 0 #> #> $`Abnormal immunoglobulin level`$publicGeneCount #> [1] 1 #> #> $`Abnormal immunoglobulin level`$urlId #> [1] "HP_0010701" #> #> $`Abnormal immunoglobulin level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal immunoglobulin level`$`_parent` #> [1] "HP_0005368<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal immunoglobulin level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal immunoglobulin level`$children #> $`Abnormal immunoglobulin level`$children[[1]] #> [1] "HP_0010702<HP_0010701<HP_0005368<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormal immunoglobulin level`$value #> [1] "Abnormal immunoglobulin level" #> #> #> $`Abnormal immunoglobulin level` #> $`Abnormal immunoglobulin level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010701" #> #> $`Abnormal immunoglobulin level`$`_id` #> [1] "HP_0010701<HP_0005372<HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal immunoglobulin level`$privateGeneCount #> [1] 0 #> #> $`Abnormal immunoglobulin level`$publicGeneCount #> [1] 1 #> #> $`Abnormal immunoglobulin level`$urlId #> [1] "HP_0010701" #> #> $`Abnormal immunoglobulin level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal immunoglobulin level`$`_parent` #> [1] "HP_0005372<HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal immunoglobulin level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal immunoglobulin level`$children #> $`Abnormal immunoglobulin level`$children[[1]] #> [1] "HP_0010702<HP_0010701<HP_0005372<HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormal immunoglobulin level`$value #> [1] "Abnormal immunoglobulin level" #> #> #> $`Abnormal immunoglobulin level` #> $`Abnormal immunoglobulin level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010701" #> #> $`Abnormal immunoglobulin level`$`_id` #> [1] "HP_0010701<HP_0005372<HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal immunoglobulin level`$privateGeneCount #> [1] 0 #> #> $`Abnormal immunoglobulin level`$publicGeneCount #> [1] 1 #> #> $`Abnormal immunoglobulin level`$urlId #> [1] "HP_0010701" #> #> $`Abnormal immunoglobulin level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal immunoglobulin level`$`_parent` #> [1] "HP_0005372<HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal immunoglobulin level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal immunoglobulin level`$children #> $`Abnormal immunoglobulin level`$children[[1]] #> [1] "HP_0010702<HP_0010701<HP_0005372<HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal immunoglobulin level`$value #> [1] "Abnormal immunoglobulin level" #> #> #> $`Abnormal immunoglobulin level` #> $`Abnormal immunoglobulin level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010701" #> #> $`Abnormal immunoglobulin level`$`_id` #> [1] "HP_0010701<HP_0005372<HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormal immunoglobulin level`$privateGeneCount #> [1] 0 #> #> $`Abnormal immunoglobulin level`$publicGeneCount #> [1] 1 #> #> $`Abnormal immunoglobulin level`$urlId #> [1] "HP_0010701" #> #> $`Abnormal immunoglobulin level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal immunoglobulin level`$`_parent` #> [1] "HP_0005372<HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormal immunoglobulin level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal immunoglobulin level`$children #> $`Abnormal immunoglobulin level`$children[[1]] #> [1] "HP_0010702<HP_0010701<HP_0005372<HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> #> $`Abnormal immunoglobulin level`$value #> [1] "Abnormal immunoglobulin level" #> #> #> $`Abnormal inflammatory response` #> $`Abnormal inflammatory response`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012647" #> #> $`Abnormal inflammatory response`$`_id` #> [1] "HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal inflammatory response`$privateGeneCount #> [1] 0 #> #> $`Abnormal inflammatory response`$publicGeneCount #> [1] 26 #> #> $`Abnormal inflammatory response`$urlId #> [1] "HP_0012647" #> #> $`Abnormal inflammatory response`$dbPhenotype #> [1] FALSE #> #> $`Abnormal inflammatory response`$`_parent` #> [1] "HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal inflammatory response`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal inflammatory response`$children #> $`Abnormal inflammatory response`$children[[1]] #> [1] "HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormal inflammatory response`$value #> [1] "Abnormal inflammatory response" #> #> #> $`Abnormal internal genitalia` #> $`Abnormal internal genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000812" #> #> $`Abnormal internal genitalia`$`_id` #> [1] "HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal internal genitalia`$privateGeneCount #> [1] 0 #> #> $`Abnormal internal genitalia`$publicGeneCount #> [1] 35 #> #> $`Abnormal internal genitalia`$urlId #> [1] "HP_0000812" #> #> $`Abnormal internal genitalia`$dbPhenotype #> [1] FALSE #> #> $`Abnormal internal genitalia`$`_parent` #> [1] "HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal internal genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal internal genitalia`$children #> $`Abnormal internal genitalia`$children[[1]] #> [1] "HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal internal genitalia`$value #> [1] "Abnormal internal genitalia" #> #> #> $`Abnormal intestine morphology` #> $`Abnormal intestine morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002242" #> #> $`Abnormal intestine morphology`$`_id` #> [1] "HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal intestine morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal intestine morphology`$publicGeneCount #> [1] 38 #> #> $`Abnormal intestine morphology`$urlId #> [1] "HP_0002242" #> #> $`Abnormal intestine morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal intestine morphology`$`_parent` #> [1] "HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal intestine morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal intestine morphology`$children #> $`Abnormal intestine morphology`$children[[1]] #> [1] "HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal intestine morphology`$children[[2]] #> [1] "HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal intestine morphology`$children[[3]] #> [1] "HP_0005266<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormal intestine morphology`$value #> [1] "Abnormal intestine morphology" #> #> #> $`Abnormal involuntary eye movements` #> $`Abnormal involuntary eye movements`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012547" #> #> $`Abnormal involuntary eye movements`$`_id` #> [1] "HP_0012547<HP_0000496<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal involuntary eye movements`$privateGeneCount #> [1] 0 #> #> $`Abnormal involuntary eye movements`$publicGeneCount #> [1] 1 #> #> $`Abnormal involuntary eye movements`$urlId #> [1] "HP_0012547" #> #> $`Abnormal involuntary eye movements`$dbPhenotype #> [1] FALSE #> #> $`Abnormal involuntary eye movements`$`_parent` #> [1] "HP_0000496<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal involuntary eye movements`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal involuntary eye movements`$children #> $`Abnormal involuntary eye movements`$children[[1]] #> [1] "HP_0000639<HP_0012547<HP_0000496<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal involuntary eye movements`$value #> [1] "Abnormal involuntary eye movements" #> #> #> $`Abnormal iris pigmentation` #> $`Abnormal iris pigmentation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008034" #> #> $`Abnormal iris pigmentation`$`_id` #> [1] "HP_0008034<HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal iris pigmentation`$privateGeneCount #> [1] 0 #> #> $`Abnormal iris pigmentation`$publicGeneCount #> [1] 1 #> #> $`Abnormal iris pigmentation`$urlId #> [1] "HP_0008034" #> #> $`Abnormal iris pigmentation`$dbPhenotype #> [1] FALSE #> #> $`Abnormal iris pigmentation`$`_parent` #> [1] "HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal iris pigmentation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal iris pigmentation`$children #> $`Abnormal iris pigmentation`$children[[1]] #> [1] "HP_0007730<HP_0008034<HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal iris pigmentation`$value #> [1] "Abnormal iris pigmentation" #> #> #> $`Abnormal iris pigmentation` #> $`Abnormal iris pigmentation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008034" #> #> $`Abnormal iris pigmentation`$`_id` #> [1] "HP_0008034<HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal iris pigmentation`$privateGeneCount #> [1] 0 #> #> $`Abnormal iris pigmentation`$publicGeneCount #> [1] 1 #> #> $`Abnormal iris pigmentation`$urlId #> [1] "HP_0008034" #> #> $`Abnormal iris pigmentation`$dbPhenotype #> [1] FALSE #> #> $`Abnormal iris pigmentation`$`_parent` #> [1] "HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal iris pigmentation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal iris pigmentation`$children #> $`Abnormal iris pigmentation`$children[[1]] #> [1] "HP_0007730<HP_0008034<HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal iris pigmentation`$value #> [1] "Abnormal iris pigmentation" #> #> #> $`Abnormal jaw morphology` #> $`Abnormal jaw morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030791" #> #> $`Abnormal jaw morphology`$`_id` #> [1] "HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal jaw morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal jaw morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal jaw morphology`$urlId #> [1] "HP_0030791" #> #> $`Abnormal jaw morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal jaw morphology`$`_parent` #> [1] "HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal jaw morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal jaw morphology`$children #> $`Abnormal jaw morphology`$children[[1]] #> [1] "HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal jaw morphology`$value #> [1] "Abnormal jaw morphology" #> #> #> $`Abnormal jaw morphology` #> $`Abnormal jaw morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030791" #> #> $`Abnormal jaw morphology`$`_id` #> [1] "HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal jaw morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal jaw morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal jaw morphology`$urlId #> [1] "HP_0030791" #> #> $`Abnormal jaw morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal jaw morphology`$`_parent` #> [1] "HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal jaw morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal jaw morphology`$children #> $`Abnormal jaw morphology`$children[[1]] #> [1] "HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal jaw morphology`$value #> [1] "Abnormal jaw morphology" #> #> #> $`Abnormal joint morphology` #> $`Abnormal joint morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001367" #> #> $`Abnormal joint morphology`$`_id` #> [1] "HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal joint morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal joint morphology`$publicGeneCount #> [1] 3 #> #> $`Abnormal joint morphology`$urlId #> [1] "HP_0001367" #> #> $`Abnormal joint morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal joint morphology`$`_parent` #> [1] "HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal joint morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal joint morphology`$children #> $`Abnormal joint morphology`$children[[1]] #> [1] "HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal joint morphology`$children[[2]] #> [1] "HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal joint morphology`$children[[3]] #> [1] "HP_0001373<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal joint morphology`$children[[4]] #> [1] "HP_0100240<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal joint morphology`$value #> [1] "Abnormal joint morphology" #> #> #> $`Abnormal large intestine morphology` #> $`Abnormal large intestine morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002250" #> #> $`Abnormal large intestine morphology`$`_id` #> [1] "HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal large intestine morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal large intestine morphology`$publicGeneCount #> [1] 29 #> #> $`Abnormal large intestine morphology`$urlId #> [1] "HP_0002250" #> #> $`Abnormal large intestine morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal large intestine morphology`$`_parent` #> [1] "HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal large intestine morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal large intestine morphology`$children #> $`Abnormal large intestine morphology`$children[[1]] #> [1] "HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormal large intestine morphology`$value #> [1] "Abnormal large intestine morphology" #> #> #> $`Abnormal left ventricle morphology` #> $`Abnormal left ventricle morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001711" #> #> $`Abnormal left ventricle morphology`$`_id` #> [1] "HP_0001711<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal left ventricle morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal left ventricle morphology`$publicGeneCount #> [1] 43 #> #> $`Abnormal left ventricle morphology`$urlId #> [1] "HP_0001711" #> #> $`Abnormal left ventricle morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal left ventricle morphology`$`_parent` #> [1] "HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal left ventricle morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal left ventricle morphology`$children #> $`Abnormal left ventricle morphology`$children[[1]] #> [1] "HP_0001712<HP_0001711<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal left ventricle morphology`$value #> [1] "Abnormal left ventricle morphology" #> #> #> $`Abnormal leukocyte count` #> $`Abnormal leukocyte count`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011893" #> #> $`Abnormal leukocyte count`$`_id` #> [1] "HP_0011893<HP_0001881<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal leukocyte count`$privateGeneCount #> [1] 0 #> #> $`Abnormal leukocyte count`$publicGeneCount #> [1] 2 #> #> $`Abnormal leukocyte count`$urlId #> [1] "HP_0011893" #> #> $`Abnormal leukocyte count`$dbPhenotype #> [1] FALSE #> #> $`Abnormal leukocyte count`$`_parent` #> [1] "HP_0001881<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal leukocyte count`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal leukocyte count`$children #> $`Abnormal leukocyte count`$children[[1]] #> [1] "HP_0001974<HP_0011893<HP_0001881<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormal leukocyte count`$value #> [1] "Abnormal leukocyte count" #> #> #> $`Abnormal leukocyte count` #> $`Abnormal leukocyte count`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011893" #> #> $`Abnormal leukocyte count`$`_id` #> [1] "HP_0011893<HP_0001881<HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal leukocyte count`$privateGeneCount #> [1] 0 #> #> $`Abnormal leukocyte count`$publicGeneCount #> [1] 2 #> #> $`Abnormal leukocyte count`$urlId #> [1] "HP_0011893" #> #> $`Abnormal leukocyte count`$dbPhenotype #> [1] FALSE #> #> $`Abnormal leukocyte count`$`_parent` #> [1] "HP_0001881<HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal leukocyte count`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal leukocyte count`$children #> $`Abnormal leukocyte count`$children[[1]] #> [1] "HP_0001974<HP_0011893<HP_0001881<HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormal leukocyte count`$value #> [1] "Abnormal leukocyte count" #> #> #> $`Abnormal leukocyte morphology` #> $`Abnormal leukocyte morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001881" #> #> $`Abnormal leukocyte morphology`$`_id` #> [1] "HP_0001881<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal leukocyte morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal leukocyte morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal leukocyte morphology`$urlId #> [1] "HP_0001881" #> #> $`Abnormal leukocyte morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal leukocyte morphology`$`_parent` #> [1] "HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal leukocyte morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal leukocyte morphology`$children #> $`Abnormal leukocyte morphology`$children[[1]] #> [1] "HP_0011893<HP_0001881<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormal leukocyte morphology`$value #> [1] "Abnormal leukocyte morphology" #> #> #> $`Abnormal leukocyte morphology` #> $`Abnormal leukocyte morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001881" #> #> $`Abnormal leukocyte morphology`$`_id` #> [1] "HP_0001881<HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal leukocyte morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal leukocyte morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal leukocyte morphology`$urlId #> [1] "HP_0001881" #> #> $`Abnormal leukocyte morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal leukocyte morphology`$`_parent` #> [1] "HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal leukocyte morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal leukocyte morphology`$children #> $`Abnormal leukocyte morphology`$children[[1]] #> [1] "HP_0011893<HP_0001881<HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormal leukocyte morphology`$value #> [1] "Abnormal leukocyte morphology" #> #> #> $`Abnormal liver morphology` #> $`Abnormal liver morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0410042" #> #> $`Abnormal liver morphology`$`_id` #> [1] "HP_0410042<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal liver morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal liver morphology`$publicGeneCount #> [1] 10 #> #> $`Abnormal liver morphology`$urlId #> [1] "HP_0410042" #> #> $`Abnormal liver morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal liver morphology`$`_parent` #> [1] "HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal liver morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal liver morphology`$children #> $`Abnormal liver morphology`$children[[1]] #> [1] "HP_0002240<HP_0410042<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormal liver morphology`$value #> [1] "Abnormal liver morphology" #> #> #> $`Abnormal lower limb bone morphology` #> $`Abnormal lower limb bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040069" #> #> $`Abnormal lower limb bone morphology`$`_id` #> [1] "HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal lower limb bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal lower limb bone morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal lower limb bone morphology`$urlId #> [1] "HP_0040069" #> #> $`Abnormal lower limb bone morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal lower limb bone morphology`$`_parent` #> [1] "HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal lower limb bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal lower limb bone morphology`$children #> $`Abnormal lower limb bone morphology`$children[[1]] #> [1] "HP_0001850<HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal lower limb bone morphology`$value #> [1] "Abnormal lower limb bone morphology" #> #> #> $`Abnormal lower limb bone morphology` #> $`Abnormal lower limb bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040069" #> #> $`Abnormal lower limb bone morphology`$`_id` #> [1] "HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal lower limb bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal lower limb bone morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal lower limb bone morphology`$urlId #> [1] "HP_0040069" #> #> $`Abnormal lower limb bone morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal lower limb bone morphology`$`_parent` #> [1] "HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal lower limb bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal lower limb bone morphology`$children #> $`Abnormal lower limb bone morphology`$children[[1]] #> [1] "HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal lower limb bone morphology`$value #> [1] "Abnormal lower limb bone morphology" #> #> #> $`Abnormal lower limb bone morphology` #> $`Abnormal lower limb bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040069" #> #> $`Abnormal lower limb bone morphology`$`_id` #> [1] "HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal lower limb bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal lower limb bone morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal lower limb bone morphology`$urlId #> [1] "HP_0040069" #> #> $`Abnormal lower limb bone morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal lower limb bone morphology`$`_parent` #> [1] "HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal lower limb bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal lower limb bone morphology`$children #> $`Abnormal lower limb bone morphology`$children[[1]] #> [1] "HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormal lower limb bone morphology`$value #> [1] "Abnormal lower limb bone morphology" #> #> #> $`Abnormal lung morphology` #> $`Abnormal lung morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002088" #> #> $`Abnormal lung morphology`$`_id` #> [1] "HP_0002088<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal lung morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal lung morphology`$publicGeneCount #> [1] 12 #> #> $`Abnormal lung morphology`$urlId #> [1] "HP_0002088" #> #> $`Abnormal lung morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal lung morphology`$`_parent` #> [1] "HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal lung morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal lung morphology`$children #> $`Abnormal lung morphology`$children[[1]] #> [1] "HP_0002097<HP_0002088<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Abnormal lung morphology`$value #> [1] "Abnormal lung morphology" #> #> #> $`Abnormal lymphocyte physiology` #> $`Abnormal lymphocyte physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031409" #> #> $`Abnormal lymphocyte physiology`$`_id` #> [1] "HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal lymphocyte physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal lymphocyte physiology`$publicGeneCount #> [1] 1 #> #> $`Abnormal lymphocyte physiology`$urlId #> [1] "HP_0031409" #> #> $`Abnormal lymphocyte physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal lymphocyte physiology`$`_parent` #> [1] "HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal lymphocyte physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal lymphocyte physiology`$children #> $`Abnormal lymphocyte physiology`$children[[1]] #> [1] "HP_0005372<HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormal lymphocyte physiology`$value #> [1] "Abnormal lymphocyte physiology" #> #> #> $`Abnormal lymphocyte physiology` #> $`Abnormal lymphocyte physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031409" #> #> $`Abnormal lymphocyte physiology`$`_id` #> [1] "HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal lymphocyte physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal lymphocyte physiology`$publicGeneCount #> [1] 1 #> #> $`Abnormal lymphocyte physiology`$urlId #> [1] "HP_0031409" #> #> $`Abnormal lymphocyte physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal lymphocyte physiology`$`_parent` #> [1] "HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal lymphocyte physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal lymphocyte physiology`$children #> $`Abnormal lymphocyte physiology`$children[[1]] #> [1] "HP_0005372<HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal lymphocyte physiology`$value #> [1] "Abnormal lymphocyte physiology" #> #> #> $`Abnormal lymphocyte physiology` #> $`Abnormal lymphocyte physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031409" #> #> $`Abnormal lymphocyte physiology`$`_id` #> [1] "HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormal lymphocyte physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal lymphocyte physiology`$publicGeneCount #> [1] 1 #> #> $`Abnormal lymphocyte physiology`$urlId #> [1] "HP_0031409" #> #> $`Abnormal lymphocyte physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal lymphocyte physiology`$`_parent` #> [1] "HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormal lymphocyte physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal lymphocyte physiology`$children #> $`Abnormal lymphocyte physiology`$children[[1]] #> [1] "HP_0005372<HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> #> $`Abnormal lymphocyte physiology`$value #> [1] "Abnormal lymphocyte physiology" #> #> #> $`Abnormal macular morphology` #> $`Abnormal macular morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001103" #> #> $`Abnormal macular morphology`$`_id` #> [1] "HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal macular morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal macular morphology`$publicGeneCount #> [1] 5 #> #> $`Abnormal macular morphology`$urlId #> [1] "HP_0001103" #> #> $`Abnormal macular morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal macular morphology`$`_parent` #> [1] "HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal macular morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal macular morphology`$children #> $`Abnormal macular morphology`$children[[1]] #> [1] "HP_0007754<HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal macular morphology`$children[[2]] #> [1] "HP_0030498<HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal macular morphology`$value #> [1] "Abnormal macular morphology" #> #> #> $`Abnormal magnesium concentration` #> $`Abnormal magnesium concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004921" #> #> $`Abnormal magnesium concentration`$`_id` #> [1] "HP_0004921<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal magnesium concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal magnesium concentration`$publicGeneCount #> [1] 5 #> #> $`Abnormal magnesium concentration`$urlId #> [1] "HP_0004921" #> #> $`Abnormal magnesium concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal magnesium concentration`$`_parent` #> [1] "HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal magnesium concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal magnesium concentration`$children #> $`Abnormal magnesium concentration`$children[[1]] #> [1] "HP_0002917<HP_0004921<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal magnesium concentration`$value #> [1] "Abnormal magnesium concentration" #> #> #> $`Abnormal male reproductive system physiology` #> $`Abnormal male reproductive system physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012874" #> #> $`Abnormal male reproductive system physiology`$`_id` #> [1] "HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal male reproductive system physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal male reproductive system physiology`$publicGeneCount #> [1] 13 #> #> $`Abnormal male reproductive system physiology`$urlId #> [1] "HP_0012874" #> #> $`Abnormal male reproductive system physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal male reproductive system physiology`$`_parent` #> [1] "HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal male reproductive system physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal male reproductive system physiology`$children #> $`Abnormal male reproductive system physiology`$children[[1]] #> [1] "HP_0040307<HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal male reproductive system physiology`$value #> [1] "Abnormal male reproductive system physiology" #> #> #> $`Abnormal meningeal morphology` #> $`Abnormal meningeal morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010651" #> #> $`Abnormal meningeal morphology`$`_id` #> [1] "HP_0010651<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal meningeal morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal meningeal morphology`$publicGeneCount #> [1] 4 #> #> $`Abnormal meningeal morphology`$urlId #> [1] "HP_0010651" #> #> $`Abnormal meningeal morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal meningeal morphology`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal meningeal morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal meningeal morphology`$children #> $`Abnormal meningeal morphology`$children[[1]] #> [1] "HP_0002435<HP_0010651<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal meningeal morphology`$value #> [1] "Abnormal meningeal morphology" #> #> #> $`Abnormal metabolism` #> $`Abnormal metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032245" #> #> $`Abnormal metabolism`$`_id` #> [1] "HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal metabolism`$privateGeneCount #> [1] 0 #> #> $`Abnormal metabolism`$publicGeneCount #> [1] 16 #> #> $`Abnormal metabolism`$urlId #> [1] "HP_0032245" #> #> $`Abnormal metabolism`$dbPhenotype #> [1] FALSE #> #> $`Abnormal metabolism`$`_parent` #> [1] "HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal metabolism`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal metabolism`$children #> $`Abnormal metabolism`$children[[1]] #> [1] "HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal metabolism`$children[[2]] #> [1] "HP_0011033<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal metabolism`$value #> [1] "Abnormal metabolism" #> #> #> $`Abnormal morphology of female internal genitalia` #> $`Abnormal morphology of female internal genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000008" #> #> $`Abnormal morphology of female internal genitalia`$`_id` #> [1] "HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of female internal genitalia`$privateGeneCount #> [1] 0 #> #> $`Abnormal morphology of female internal genitalia`$publicGeneCount #> [1] 35 #> #> $`Abnormal morphology of female internal genitalia`$urlId #> [1] "HP_0000008" #> #> $`Abnormal morphology of female internal genitalia`$dbPhenotype #> [1] FALSE #> #> $`Abnormal morphology of female internal genitalia`$`_parent` #> [1] "HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of female internal genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal morphology of female internal genitalia`$children #> $`Abnormal morphology of female internal genitalia`$children[[1]] #> [1] "HP_0000137<HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal morphology of female internal genitalia`$value #> [1] "Abnormal morphology of female internal genitalia" #> #> #> $`Abnormal morphology of female internal genitalia` #> $`Abnormal morphology of female internal genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000008" #> #> $`Abnormal morphology of female internal genitalia`$`_id` #> [1] "HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of female internal genitalia`$privateGeneCount #> [1] 0 #> #> $`Abnormal morphology of female internal genitalia`$publicGeneCount #> [1] 35 #> #> $`Abnormal morphology of female internal genitalia`$urlId #> [1] "HP_0000008" #> #> $`Abnormal morphology of female internal genitalia`$dbPhenotype #> [1] FALSE #> #> $`Abnormal morphology of female internal genitalia`$`_parent` #> [1] "HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of female internal genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal morphology of female internal genitalia`$children #> $`Abnormal morphology of female internal genitalia`$children[[1]] #> [1] "HP_0000137<HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal morphology of female internal genitalia`$value #> [1] "Abnormal morphology of female internal genitalia" #> #> #> $`Abnormal morphology of the great vessels` #> $`Abnormal morphology of the great vessels`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030962" #> #> $`Abnormal morphology of the great vessels`$`_id` #> [1] "HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of the great vessels`$privateGeneCount #> [1] 0 #> #> $`Abnormal morphology of the great vessels`$publicGeneCount #> [1] 6 #> #> $`Abnormal morphology of the great vessels`$urlId #> [1] "HP_0030962" #> #> $`Abnormal morphology of the great vessels`$dbPhenotype #> [1] FALSE #> #> $`Abnormal morphology of the great vessels`$`_parent` #> [1] "HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of the great vessels`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal morphology of the great vessels`$children #> $`Abnormal morphology of the great vessels`$children[[1]] #> [1] "HP_0001679<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of the great vessels`$children[[2]] #> [1] "HP_0011603<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal morphology of the great vessels`$value #> [1] "Abnormal morphology of the great vessels" #> #> #> $`Abnormal morphology of the great vessels` #> $`Abnormal morphology of the great vessels`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030962" #> #> $`Abnormal morphology of the great vessels`$`_id` #> [1] "HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of the great vessels`$privateGeneCount #> [1] 0 #> #> $`Abnormal morphology of the great vessels`$publicGeneCount #> [1] 6 #> #> $`Abnormal morphology of the great vessels`$urlId #> [1] "HP_0030962" #> #> $`Abnormal morphology of the great vessels`$dbPhenotype #> [1] FALSE #> #> $`Abnormal morphology of the great vessels`$`_parent` #> [1] "HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of the great vessels`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal morphology of the great vessels`$children #> $`Abnormal morphology of the great vessels`$children[[1]] #> [1] "HP_0001679<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of the great vessels`$children[[2]] #> [1] "HP_0011603<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal morphology of the great vessels`$value #> [1] "Abnormal morphology of the great vessels" #> #> #> $`Abnormal morphology of the musculature of the neck` #> $`Abnormal morphology of the musculature of the neck`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011006" #> #> $`Abnormal morphology of the musculature of the neck`$`_id` #> [1] "HP_0011006<HP_0000464<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of the musculature of the neck`$privateGeneCount #> [1] 0 #> #> $`Abnormal morphology of the musculature of the neck`$publicGeneCount #> [1] 3 #> #> $`Abnormal morphology of the musculature of the neck`$urlId #> [1] "HP_0011006" #> #> $`Abnormal morphology of the musculature of the neck`$dbPhenotype #> [1] FALSE #> #> $`Abnormal morphology of the musculature of the neck`$`_parent` #> [1] "HP_0000464<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of the musculature of the neck`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal morphology of the musculature of the neck`$children #> $`Abnormal morphology of the musculature of the neck`$children[[1]] #> [1] "HP_0000473<HP_0011006<HP_0000464<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal morphology of the musculature of the neck`$value #> [1] "Abnormal morphology of the musculature of the neck" #> #> #> $`Abnormal morphology of the musculature of the neck` #> $`Abnormal morphology of the musculature of the neck`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011006" #> #> $`Abnormal morphology of the musculature of the neck`$`_id` #> [1] "HP_0011006<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of the musculature of the neck`$privateGeneCount #> [1] 0 #> #> $`Abnormal morphology of the musculature of the neck`$publicGeneCount #> [1] 3 #> #> $`Abnormal morphology of the musculature of the neck`$urlId #> [1] "HP_0011006" #> #> $`Abnormal morphology of the musculature of the neck`$dbPhenotype #> [1] FALSE #> #> $`Abnormal morphology of the musculature of the neck`$`_parent` #> [1] "HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of the musculature of the neck`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal morphology of the musculature of the neck`$children #> $`Abnormal morphology of the musculature of the neck`$children[[1]] #> [1] "HP_0000473<HP_0011006<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Abnormal morphology of the musculature of the neck`$value #> [1] "Abnormal morphology of the musculature of the neck" #> #> #> $`Abnormal muscle physiology` #> $`Abnormal muscle physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011804" #> #> $`Abnormal muscle physiology`$`_id` #> [1] "HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal muscle physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal muscle physiology`$publicGeneCount #> [1] 118 #> #> $`Abnormal muscle physiology`$urlId #> [1] "HP_0011804" #> #> $`Abnormal muscle physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal muscle physiology`$`_parent` #> [1] "HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal muscle physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal muscle physiology`$children #> $`Abnormal muscle physiology`$children[[1]] #> [1] "HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal muscle physiology`$children[[2]] #> [1] "HP_0001324<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal muscle physiology`$children[[3]] #> [1] "HP_0002486<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal muscle physiology`$children[[4]] #> [1] "HP_0001281<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Abnormal muscle physiology`$value #> [1] "Abnormal muscle physiology" #> #> #> $`abnormal muscle physiology` #> $`abnormal muscle physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002106" #> #> $`abnormal muscle physiology`$`_id` #> [1] "MP_0002106<MP_0005369<MP_0000001" #> #> $`abnormal muscle physiology`$privateGeneCount #> [1] 0 #> #> $`abnormal muscle physiology`$publicGeneCount #> [1] 5 #> #> $`abnormal muscle physiology`$urlId #> [1] "MP_0002106" #> #> $`abnormal muscle physiology`$dbPhenotype #> [1] FALSE #> #> $`abnormal muscle physiology`$`_parent` #> [1] "MP_0005369<MP_0000001" #> #> $`abnormal muscle physiology`$`_is_leaf` #> [1] FALSE #> #> $`abnormal muscle physiology`$children #> $`abnormal muscle physiology`$children[[1]] #> [1] "MP_0004142<MP_0002106<MP_0005369<MP_0000001" #> #> #> $`abnormal muscle physiology`$value #> [1] "abnormal muscle physiology" #> #> #> $`Abnormal muscle tone` #> $`Abnormal muscle tone`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003808" #> #> $`Abnormal muscle tone`$`_id` #> [1] "HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal muscle tone`$privateGeneCount #> [1] 0 #> #> $`Abnormal muscle tone`$publicGeneCount #> [1] 21 #> #> $`Abnormal muscle tone`$urlId #> [1] "HP_0003808" #> #> $`Abnormal muscle tone`$dbPhenotype #> [1] FALSE #> #> $`Abnormal muscle tone`$`_parent` #> [1] "HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal muscle tone`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal muscle tone`$children #> $`Abnormal muscle tone`$children[[1]] #> [1] "HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal muscle tone`$children[[2]] #> [1] "HP_0001252<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Abnormal muscle tone`$value #> [1] "Abnormal muscle tone" #> #> #> $`abnormal muscle tone` #> $`abnormal muscle tone`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0004142" #> #> $`abnormal muscle tone`$`_id` #> [1] "MP_0004142<MP_0002106<MP_0005369<MP_0000001" #> #> $`abnormal muscle tone`$privateGeneCount #> [1] 0 #> #> $`abnormal muscle tone`$publicGeneCount #> [1] 5 #> #> $`abnormal muscle tone`$urlId #> [1] "MP_0004142" #> #> $`abnormal muscle tone`$dbPhenotype #> [1] FALSE #> #> $`abnormal muscle tone`$`_parent` #> [1] "MP_0002106<MP_0005369<MP_0000001" #> #> $`abnormal muscle tone`$`_is_leaf` #> [1] FALSE #> #> $`abnormal muscle tone`$children #> $`abnormal muscle tone`$children[[1]] #> [1] "MP_0004144<MP_0004142<MP_0002106<MP_0005369<MP_0000001" #> #> #> $`abnormal muscle tone`$value #> [1] "abnormal muscle tone" #> #> #> $`Abnormal myelination` #> $`Abnormal myelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012447" #> #> $`Abnormal myelination`$`_id` #> [1] "HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal myelination`$privateGeneCount #> [1] 0 #> #> $`Abnormal myelination`$publicGeneCount #> [1] 5 #> #> $`Abnormal myelination`$urlId #> [1] "HP_0012447" #> #> $`Abnormal myelination`$dbPhenotype #> [1] FALSE #> #> $`Abnormal myelination`$`_parent` #> [1] "HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal myelination`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal myelination`$children #> $`Abnormal myelination`$children[[1]] #> [1] "HP_0011400<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal myelination`$children[[2]] #> [1] "HP_0003130<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal myelination`$value #> [1] "Abnormal myelination" #> #> #> $`Abnormal nasal morphology` #> $`Abnormal nasal morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005105" #> #> $`Abnormal nasal morphology`$`_id` #> [1] "HP_0005105<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal nasal morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal nasal morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal nasal morphology`$urlId #> [1] "HP_0005105" #> #> $`Abnormal nasal morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal nasal morphology`$`_parent` #> [1] "HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal nasal morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal nasal morphology`$children #> $`Abnormal nasal morphology`$children[[1]] #> [1] "HP_0004122<HP_0005105<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal nasal morphology`$value #> [1] "Abnormal nasal morphology" #> #> #> $`Abnormal nephron morphology` #> $`Abnormal nephron morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012575" #> #> $`Abnormal nephron morphology`$`_id` #> [1] "HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal nephron morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal nephron morphology`$publicGeneCount #> [1] 8 #> #> $`Abnormal nephron morphology`$urlId #> [1] "HP_0012575" #> #> $`Abnormal nephron morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal nephron morphology`$`_parent` #> [1] "HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal nephron morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal nephron morphology`$children #> $`Abnormal nephron morphology`$children[[1]] #> [1] "HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal nephron morphology`$children[[2]] #> [1] "HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal nephron morphology`$value #> [1] "Abnormal nephron morphology" #> #> #> $`abnormal nervous system development` #> $`abnormal nervous system development`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0003861" #> #> $`abnormal nervous system development`$`_id` #> [1] "MP_0003861<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal nervous system development`$privateGeneCount #> [1] 0 #> #> $`abnormal nervous system development`$publicGeneCount #> [1] 1 #> #> $`abnormal nervous system development`$urlId #> [1] "MP_0003861" #> #> $`abnormal nervous system development`$dbPhenotype #> [1] FALSE #> #> $`abnormal nervous system development`$`_parent` #> [1] "MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal nervous system development`$`_is_leaf` #> [1] FALSE #> #> $`abnormal nervous system development`$children #> $`abnormal nervous system development`$children[[1]] #> [1] "MP_0000913<MP_0003861<MP_0003632<MP_0003631<MP_0000001" #> #> #> $`abnormal nervous system development`$value #> [1] "abnormal nervous system development" #> #> #> $`Abnormal nervous system electrophysiology` #> $`Abnormal nervous system electrophysiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001311" #> #> $`Abnormal nervous system electrophysiology`$`_id` #> [1] "HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system electrophysiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal nervous system electrophysiology`$publicGeneCount #> [1] 4 #> #> $`Abnormal nervous system electrophysiology`$urlId #> [1] "HP_0001311" #> #> $`Abnormal nervous system electrophysiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal nervous system electrophysiology`$`_parent` #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system electrophysiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal nervous system electrophysiology`$children #> $`Abnormal nervous system electrophysiology`$children[[1]] #> [1] "HP_0030178<HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal nervous system electrophysiology`$value #> [1] "Abnormal nervous system electrophysiology" #> #> #> $`Abnormal nervous system morphology` #> $`Abnormal nervous system morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012639" #> #> $`Abnormal nervous system morphology`$`_id` #> [1] "HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal nervous system morphology`$publicGeneCount #> [1] 124 #> #> $`Abnormal nervous system morphology`$urlId #> [1] "HP_0012639" #> #> $`Abnormal nervous system morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal nervous system morphology`$`_parent` #> [1] "HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal nervous system morphology`$children #> $`Abnormal nervous system morphology`$children[[1]] #> [1] "HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system morphology`$children[[2]] #> [1] "HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system morphology`$children[[3]] #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal nervous system morphology`$value #> [1] "Abnormal nervous system morphology" #> #> #> $`abnormal nervous system morphology` #> $`abnormal nervous system morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0003632" #> #> $`abnormal nervous system morphology`$`_id` #> [1] "MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal nervous system morphology`$privateGeneCount #> [1] 0 #> #> $`abnormal nervous system morphology`$publicGeneCount #> [1] 5 #> #> $`abnormal nervous system morphology`$urlId #> [1] "MP_0003632" #> #> $`abnormal nervous system morphology`$dbPhenotype #> [1] FALSE #> #> $`abnormal nervous system morphology`$`_parent` #> [1] "MP_0003631<MP_0000001" #> #> $`abnormal nervous system morphology`$`_is_leaf` #> [1] FALSE #> #> $`abnormal nervous system morphology`$children #> $`abnormal nervous system morphology`$children[[1]] #> [1] "MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal nervous system morphology`$children[[2]] #> [1] "MP_0003634<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal nervous system morphology`$children[[3]] #> [1] "MP_0003861<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal nervous system morphology`$children[[4]] #> [1] "MP_0002882<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal nervous system morphology`$children[[5]] #> [1] "MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> #> $`abnormal nervous system morphology`$value #> [1] "abnormal nervous system morphology" #> #> #> $`Abnormal nervous system physiology` #> $`Abnormal nervous system physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012638" #> #> $`Abnormal nervous system physiology`$`_id` #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal nervous system physiology`$publicGeneCount #> [1] 209 #> #> $`Abnormal nervous system physiology`$urlId #> [1] "HP_0012638" #> #> $`Abnormal nervous system physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal nervous system physiology`$`_parent` #> [1] "HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal nervous system physiology`$children #> $`Abnormal nervous system physiology`$children[[1]] #> [1] "HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system physiology`$children[[2]] #> [1] "HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system physiology`$children[[3]] #> [1] "HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system physiology`$children[[4]] #> [1] "HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system physiology`$children[[5]] #> [1] "HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system physiology`$children[[6]] #> [1] "HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system physiology`$children[[7]] #> [1] "HP_0002315<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system physiology`$children[[8]] #> [1] "HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system physiology`$children[[9]] #> [1] "HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal nervous system physiology`$value #> [1] "Abnormal nervous system physiology" #> #> #> $`abnormal nervous system physiology` #> $`abnormal nervous system physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0003633" #> #> $`abnormal nervous system physiology`$`_id` #> [1] "MP_0003633<MP_0003631<MP_0000001" #> #> $`abnormal nervous system physiology`$privateGeneCount #> [1] 0 #> #> $`abnormal nervous system physiology`$publicGeneCount #> [1] 1 #> #> $`abnormal nervous system physiology`$urlId #> [1] "MP_0003633" #> #> $`abnormal nervous system physiology`$dbPhenotype #> [1] FALSE #> #> $`abnormal nervous system physiology`$`_parent` #> [1] "MP_0003631<MP_0000001" #> #> $`abnormal nervous system physiology`$`_is_leaf` #> [1] FALSE #> #> $`abnormal nervous system physiology`$children #> $`abnormal nervous system physiology`$children[[1]] #> [1] "MP_0002064<MP_0003633<MP_0003631<MP_0000001" #> #> #> $`abnormal nervous system physiology`$value #> [1] "abnormal nervous system physiology" #> #> #> $`Abnormal neural tube morphology` #> $`Abnormal neural tube morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0410043" #> #> $`Abnormal neural tube morphology`$`_id` #> [1] "HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal neural tube morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal neural tube morphology`$publicGeneCount #> [1] 4 #> #> $`Abnormal neural tube morphology`$urlId #> [1] "HP_0410043" #> #> $`Abnormal neural tube morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal neural tube morphology`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal neural tube morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal neural tube morphology`$children #> $`Abnormal neural tube morphology`$children[[1]] #> [1] "HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal neural tube morphology`$value #> [1] "Abnormal neural tube morphology" #> #> #> $`abnormal neuron morphology` #> $`abnormal neuron morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002882" #> #> $`abnormal neuron morphology`$`_id` #> [1] "MP_0002882<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal neuron morphology`$privateGeneCount #> [1] 0 #> #> $`abnormal neuron morphology`$publicGeneCount #> [1] 1 #> #> $`abnormal neuron morphology`$urlId #> [1] "MP_0002882" #> #> $`abnormal neuron morphology`$dbPhenotype #> [1] FALSE #> #> $`abnormal neuron morphology`$`_parent` #> [1] "MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal neuron morphology`$`_is_leaf` #> [1] FALSE #> #> $`abnormal neuron morphology`$children #> $`abnormal neuron morphology`$children[[1]] #> [1] "MP_0003224<MP_0002882<MP_0003632<MP_0003631<MP_0000001" #> #> #> $`abnormal neuron morphology`$value #> [1] "abnormal neuron morphology" #> #> #> $`Abnormal number of incisors` #> $`Abnormal number of incisors`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011064" #> #> $`Abnormal number of incisors`$`_id` #> [1] "HP_0011064<HP_0000676<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal number of incisors`$privateGeneCount #> [1] 0 #> #> $`Abnormal number of incisors`$publicGeneCount #> [1] 1 #> #> $`Abnormal number of incisors`$urlId #> [1] "HP_0011064" #> #> $`Abnormal number of incisors`$dbPhenotype #> [1] FALSE #> #> $`Abnormal number of incisors`$`_parent` #> [1] "HP_0000676<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal number of incisors`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal number of incisors`$children #> $`Abnormal number of incisors`$children[[1]] #> [1] "HP_0006315<HP_0011064<HP_0000676<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal number of incisors`$value #> [1] "Abnormal number of incisors" #> #> #> $`Abnormal number of incisors` #> $`Abnormal number of incisors`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011064" #> #> $`Abnormal number of incisors`$`_id` #> [1] "HP_0011064<HP_0006483<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal number of incisors`$privateGeneCount #> [1] 0 #> #> $`Abnormal number of incisors`$publicGeneCount #> [1] 1 #> #> $`Abnormal number of incisors`$urlId #> [1] "HP_0011064" #> #> $`Abnormal number of incisors`$dbPhenotype #> [1] FALSE #> #> $`Abnormal number of incisors`$`_parent` #> [1] "HP_0006483<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal number of incisors`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal number of incisors`$children #> $`Abnormal number of incisors`$children[[1]] #> [1] "HP_0006315<HP_0011064<HP_0006483<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal number of incisors`$value #> [1] "Abnormal number of incisors" #> #> #> $`Abnormal number of teeth` #> $`Abnormal number of teeth`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006483" #> #> $`Abnormal number of teeth`$`_id` #> [1] "HP_0006483<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal number of teeth`$privateGeneCount #> [1] 0 #> #> $`Abnormal number of teeth`$publicGeneCount #> [1] 1 #> #> $`Abnormal number of teeth`$urlId #> [1] "HP_0006483" #> #> $`Abnormal number of teeth`$dbPhenotype #> [1] FALSE #> #> $`Abnormal number of teeth`$`_parent` #> [1] "HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal number of teeth`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal number of teeth`$children #> $`Abnormal number of teeth`$children[[1]] #> [1] "HP_0011064<HP_0006483<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal number of teeth`$value #> [1] "Abnormal number of teeth" #> #> #> $`Abnormal ocular adnexa morphology` #> $`Abnormal ocular adnexa morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030669" #> #> $`Abnormal ocular adnexa morphology`$`_id` #> [1] "HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal ocular adnexa morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal ocular adnexa morphology`$publicGeneCount #> [1] 6 #> #> $`Abnormal ocular adnexa morphology`$urlId #> [1] "HP_0030669" #> #> $`Abnormal ocular adnexa morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal ocular adnexa morphology`$`_parent` #> [1] "HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal ocular adnexa morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal ocular adnexa morphology`$children #> $`Abnormal ocular adnexa morphology`$children[[1]] #> [1] "HP_0000492<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal ocular adnexa morphology`$children[[2]] #> [1] "HP_0008049<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal ocular adnexa morphology`$value #> [1] "Abnormal ocular adnexa morphology" #> #> #> $`Abnormal oral cavity morphology` #> $`Abnormal oral cavity morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000163" #> #> $`Abnormal oral cavity morphology`$`_id` #> [1] "HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral cavity morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal oral cavity morphology`$publicGeneCount #> [1] 20 #> #> $`Abnormal oral cavity morphology`$urlId #> [1] "HP_0000163" #> #> $`Abnormal oral cavity morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal oral cavity morphology`$`_parent` #> [1] "HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral cavity morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal oral cavity morphology`$children #> $`Abnormal oral cavity morphology`$children[[1]] #> [1] "HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral cavity morphology`$children[[2]] #> [1] "HP_0011337<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral cavity morphology`$children[[3]] #> [1] "HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal oral cavity morphology`$value #> [1] "Abnormal oral cavity morphology" #> #> #> $`Abnormal oral morphology` #> $`Abnormal oral morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031816" #> #> $`Abnormal oral morphology`$`_id` #> [1] "HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal oral morphology`$publicGeneCount #> [1] 20 #> #> $`Abnormal oral morphology`$urlId #> [1] "HP_0031816" #> #> $`Abnormal oral morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal oral morphology`$`_parent` #> [1] "HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal oral morphology`$children #> $`Abnormal oral morphology`$children[[1]] #> [1] "HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal oral morphology`$value #> [1] "Abnormal oral morphology" #> #> #> $`Abnormal oral mucosa morphology` #> $`Abnormal oral mucosa morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011830" #> #> $`Abnormal oral mucosa morphology`$`_id` #> [1] "HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral mucosa morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal oral mucosa morphology`$publicGeneCount #> [1] 8 #> #> $`Abnormal oral mucosa morphology`$urlId #> [1] "HP_0011830" #> #> $`Abnormal oral mucosa morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal oral mucosa morphology`$`_parent` #> [1] "HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral mucosa morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal oral mucosa morphology`$children #> $`Abnormal oral mucosa morphology`$children[[1]] #> [1] "HP_0000168<HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral mucosa morphology`$children[[2]] #> [1] "HP_0000155<HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal oral mucosa morphology`$value #> [1] "Abnormal oral mucosa morphology" #> #> #> $`Abnormal oral physiology` #> $`Abnormal oral physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031815" #> #> $`Abnormal oral physiology`$`_id` #> [1] "HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal oral physiology`$publicGeneCount #> [1] 1 #> #> $`Abnormal oral physiology`$urlId #> [1] "HP_0031815" #> #> $`Abnormal oral physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal oral physiology`$`_parent` #> [1] "HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal oral physiology`$children #> $`Abnormal oral physiology`$children[[1]] #> [1] "HP_0100755<HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal oral physiology`$value #> [1] "Abnormal oral physiology" #> #> #> $`Abnormal ovarian morphology` #> $`Abnormal ovarian morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031065" #> #> $`Abnormal ovarian morphology`$`_id` #> [1] "HP_0031065<HP_0000137<HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal ovarian morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal ovarian morphology`$publicGeneCount #> [1] 35 #> #> $`Abnormal ovarian morphology`$urlId #> [1] "HP_0031065" #> #> $`Abnormal ovarian morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal ovarian morphology`$`_parent` #> [1] "HP_0000137<HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal ovarian morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal ovarian morphology`$children #> $`Abnormal ovarian morphology`$children[[1]] #> [1] "HP_0000138<HP_0031065<HP_0000137<HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal ovarian morphology`$value #> [1] "Abnormal ovarian morphology" #> #> #> $`Abnormal ovarian morphology` #> $`Abnormal ovarian morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031065" #> #> $`Abnormal ovarian morphology`$`_id` #> [1] "HP_0031065<HP_0000137<HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal ovarian morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal ovarian morphology`$publicGeneCount #> [1] 35 #> #> $`Abnormal ovarian morphology`$urlId #> [1] "HP_0031065" #> #> $`Abnormal ovarian morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal ovarian morphology`$`_parent` #> [1] "HP_0000137<HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal ovarian morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal ovarian morphology`$children #> $`Abnormal ovarian morphology`$children[[1]] #> [1] "HP_0000138<HP_0031065<HP_0000137<HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal ovarian morphology`$value #> [1] "Abnormal ovarian morphology" #> #> #> $`Abnormal pancreas morphology` #> $`Abnormal pancreas morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012090" #> #> $`Abnormal pancreas morphology`$`_id` #> [1] "HP_0012090<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal pancreas morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal pancreas morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal pancreas morphology`$urlId #> [1] "HP_0012090" #> #> $`Abnormal pancreas morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal pancreas morphology`$`_parent` #> [1] "HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal pancreas morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal pancreas morphology`$children #> $`Abnormal pancreas morphology`$children[[1]] #> [1] "HP_0001737<HP_0012090<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormal pancreas morphology`$value #> [1] "Abnormal pancreas morphology" #> #> #> $`Abnormal parietal bone morphology` #> $`Abnormal parietal bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002696" #> #> $`Abnormal parietal bone morphology`$`_id` #> [1] "HP_0002696<HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal parietal bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal parietal bone morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal parietal bone morphology`$urlId #> [1] "HP_0002696" #> #> $`Abnormal parietal bone morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal parietal bone morphology`$`_parent` #> [1] "HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal parietal bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal parietal bone morphology`$children #> $`Abnormal parietal bone morphology`$children[[1]] #> [1] "HP_0002697<HP_0002696<HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal parietal bone morphology`$value #> [1] "Abnormal parietal bone morphology" #> #> #> $`Abnormal parietal bone morphology` #> $`Abnormal parietal bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002696" #> #> $`Abnormal parietal bone morphology`$`_id` #> [1] "HP_0002696<HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal parietal bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal parietal bone morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal parietal bone morphology`$urlId #> [1] "HP_0002696" #> #> $`Abnormal parietal bone morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal parietal bone morphology`$`_parent` #> [1] "HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal parietal bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal parietal bone morphology`$children #> $`Abnormal parietal bone morphology`$children[[1]] #> [1] "HP_0002697<HP_0002696<HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal parietal bone morphology`$value #> [1] "Abnormal parietal bone morphology" #> #> #> $`Abnormal pattern of respiration` #> $`Abnormal pattern of respiration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002793" #> #> $`Abnormal pattern of respiration`$`_id` #> [1] "HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal pattern of respiration`$privateGeneCount #> [1] 0 #> #> $`Abnormal pattern of respiration`$publicGeneCount #> [1] 46 #> #> $`Abnormal pattern of respiration`$urlId #> [1] "HP_0002793" #> #> $`Abnormal pattern of respiration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal pattern of respiration`$`_parent` #> [1] "HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal pattern of respiration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal pattern of respiration`$children #> $`Abnormal pattern of respiration`$children[[1]] #> [1] "HP_0002104<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal pattern of respiration`$children[[2]] #> [1] "HP_0002883<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal pattern of respiration`$children[[3]] #> [1] "HP_0002791<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Abnormal pattern of respiration`$value #> [1] "Abnormal pattern of respiration" #> #> #> $`Abnormal peripheral myelination` #> $`Abnormal peripheral myelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003130" #> #> $`Abnormal peripheral myelination`$`_id` #> [1] "HP_0003130<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal peripheral myelination`$privateGeneCount #> [1] 0 #> #> $`Abnormal peripheral myelination`$publicGeneCount #> [1] 3 #> #> $`Abnormal peripheral myelination`$urlId #> [1] "HP_0003130" #> #> $`Abnormal peripheral myelination`$dbPhenotype #> [1] FALSE #> #> $`Abnormal peripheral myelination`$`_parent` #> [1] "HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal peripheral myelination`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal peripheral myelination`$children #> $`Abnormal peripheral myelination`$children[[1]] #> [1] "HP_0011096<HP_0003130<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal peripheral myelination`$value #> [1] "Abnormal peripheral myelination" #> #> #> $`Abnormal peripheral myelination` #> $`Abnormal peripheral myelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003130" #> #> $`Abnormal peripheral myelination`$`_id` #> [1] "HP_0003130<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal peripheral myelination`$privateGeneCount #> [1] 0 #> #> $`Abnormal peripheral myelination`$publicGeneCount #> [1] 3 #> #> $`Abnormal peripheral myelination`$urlId #> [1] "HP_0003130" #> #> $`Abnormal peripheral myelination`$dbPhenotype #> [1] FALSE #> #> $`Abnormal peripheral myelination`$`_parent` #> [1] "HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal peripheral myelination`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal peripheral myelination`$children #> $`Abnormal peripheral myelination`$children[[1]] #> [1] "HP_0011096<HP_0003130<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal peripheral myelination`$value #> [1] "Abnormal peripheral myelination" #> #> #> $`Abnormal peripheral nervous system morphology` #> $`Abnormal peripheral nervous system morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000759" #> #> $`Abnormal peripheral nervous system morphology`$`_id` #> [1] "HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal peripheral nervous system morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal peripheral nervous system morphology`$publicGeneCount #> [1] 9 #> #> $`Abnormal peripheral nervous system morphology`$urlId #> [1] "HP_0000759" #> #> $`Abnormal peripheral nervous system morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal peripheral nervous system morphology`$`_parent` #> [1] "HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal peripheral nervous system morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal peripheral nervous system morphology`$children #> $`Abnormal peripheral nervous system morphology`$children[[1]] #> [1] "HP_0003130<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal peripheral nervous system morphology`$children[[2]] #> [1] "HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal peripheral nervous system morphology`$value #> [1] "Abnormal peripheral nervous system morphology" #> #> #> $`Abnormal platelet count` #> $`Abnormal platelet count`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011873" #> #> $`Abnormal platelet count`$`_id` #> [1] "HP_0011873<HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal platelet count`$privateGeneCount #> [1] 0 #> #> $`Abnormal platelet count`$publicGeneCount #> [1] 1 #> #> $`Abnormal platelet count`$urlId #> [1] "HP_0011873" #> #> $`Abnormal platelet count`$dbPhenotype #> [1] FALSE #> #> $`Abnormal platelet count`$`_parent` #> [1] "HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal platelet count`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal platelet count`$children #> $`Abnormal platelet count`$children[[1]] #> [1] "HP_0001873<HP_0011873<HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormal platelet count`$value #> [1] "Abnormal platelet count" #> #> #> $`Abnormal posterior eye segment morphology` #> $`Abnormal posterior eye segment morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004329" #> #> $`Abnormal posterior eye segment morphology`$`_id` #> [1] "HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal posterior eye segment morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal posterior eye segment morphology`$publicGeneCount #> [1] 12 #> #> $`Abnormal posterior eye segment morphology`$urlId #> [1] "HP_0004329" #> #> $`Abnormal posterior eye segment morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal posterior eye segment morphology`$`_parent` #> [1] "HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal posterior eye segment morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal posterior eye segment morphology`$children #> $`Abnormal posterior eye segment morphology`$children[[1]] #> [1] "HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal posterior eye segment morphology`$value #> [1] "Abnormal posterior eye segment morphology" #> #> #> $`Abnormal pupillary function` #> $`Abnormal pupillary function`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007686" #> #> $`Abnormal pupillary function`$`_id` #> [1] "HP_0007686<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal pupillary function`$privateGeneCount #> [1] 0 #> #> $`Abnormal pupillary function`$publicGeneCount #> [1] 1 #> #> $`Abnormal pupillary function`$urlId #> [1] "HP_0007686" #> #> $`Abnormal pupillary function`$dbPhenotype #> [1] FALSE #> #> $`Abnormal pupillary function`$`_parent` #> [1] "HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal pupillary function`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal pupillary function`$children #> $`Abnormal pupillary function`$children[[1]] #> [1] "HP_0000616<HP_0007686<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal pupillary function`$value #> [1] "Abnormal pupillary function" #> #> #> $`Abnormal reflex` #> $`Abnormal reflex`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031826" #> #> $`Abnormal reflex`$`_id` #> [1] "HP_0031826<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal reflex`$privateGeneCount #> [1] 0 #> #> $`Abnormal reflex`$publicGeneCount #> [1] 1 #> #> $`Abnormal reflex`$urlId #> [1] "HP_0031826" #> #> $`Abnormal reflex`$dbPhenotype #> [1] FALSE #> #> $`Abnormal reflex`$`_parent` #> [1] "HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal reflex`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal reflex`$children #> $`Abnormal reflex`$children[[1]] #> [1] "HP_0001347<HP_0031826<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal reflex`$value #> [1] "Abnormal reflex" #> #> #> $`Abnormal renal corpuscle morphology` #> $`Abnormal renal corpuscle morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031263" #> #> $`Abnormal renal corpuscle morphology`$`_id` #> [1] "HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal corpuscle morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal renal corpuscle morphology`$publicGeneCount #> [1] 3 #> #> $`Abnormal renal corpuscle morphology`$urlId #> [1] "HP_0031263" #> #> $`Abnormal renal corpuscle morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal renal corpuscle morphology`$`_parent` #> [1] "HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal corpuscle morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal renal corpuscle morphology`$children #> $`Abnormal renal corpuscle morphology`$children[[1]] #> [1] "HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal renal corpuscle morphology`$value #> [1] "Abnormal renal corpuscle morphology" #> #> #> $`Abnormal renal cortex morphology` #> $`Abnormal renal cortex morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011035" #> #> $`Abnormal renal cortex morphology`$`_id` #> [1] "HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal cortex morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal renal cortex morphology`$publicGeneCount #> [1] 3 #> #> $`Abnormal renal cortex morphology`$urlId #> [1] "HP_0011035" #> #> $`Abnormal renal cortex morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal renal cortex morphology`$`_parent` #> [1] "HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal cortex morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal renal cortex morphology`$children #> $`Abnormal renal cortex morphology`$children[[1]] #> [1] "HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal renal cortex morphology`$value #> [1] "Abnormal renal cortex morphology" #> #> #> $`Abnormal renal insterstitial morphology` #> $`Abnormal renal insterstitial morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032581" #> #> $`Abnormal renal insterstitial morphology`$`_id` #> [1] "HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal insterstitial morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal renal insterstitial morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal renal insterstitial morphology`$urlId #> [1] "HP_0032581" #> #> $`Abnormal renal insterstitial morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal renal insterstitial morphology`$`_parent` #> [1] "HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal insterstitial morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal renal insterstitial morphology`$children #> $`Abnormal renal insterstitial morphology`$children[[1]] #> [1] "HP_0001969<HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal renal insterstitial morphology`$value #> [1] "Abnormal renal insterstitial morphology" #> #> #> $`Abnormal renal medulla morphology` #> $`Abnormal renal medulla morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100957" #> #> $`Abnormal renal medulla morphology`$`_id` #> [1] "HP_0100957<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal medulla morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal renal medulla morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal renal medulla morphology`$urlId #> [1] "HP_0100957" #> #> $`Abnormal renal medulla morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal renal medulla morphology`$`_parent` #> [1] "HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal medulla morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal renal medulla morphology`$children #> $`Abnormal renal medulla morphology`$children[[1]] #> [1] "HP_0000090<HP_0100957<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal renal medulla morphology`$value #> [1] "Abnormal renal medulla morphology" #> #> #> $`Abnormal renal morphology` #> $`Abnormal renal morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012210" #> #> $`Abnormal renal morphology`$`_id` #> [1] "HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal renal morphology`$publicGeneCount #> [1] 13 #> #> $`Abnormal renal morphology`$urlId #> [1] "HP_0012210" #> #> $`Abnormal renal morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal renal morphology`$`_parent` #> [1] "HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal renal morphology`$children #> $`Abnormal renal morphology`$children[[1]] #> [1] "HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal morphology`$children[[2]] #> [1] "HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal morphology`$children[[3]] #> [1] "HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal morphology`$children[[4]] #> [1] "HP_0100957<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal morphology`$children[[5]] #> [1] "HP_0000787<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal morphology`$children[[6]] #> [1] "HP_0000107<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal morphology`$children[[7]] #> [1] "HP_0000110<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal renal morphology`$value #> [1] "Abnormal renal morphology" #> #> #> $`Abnormal renal physiology` #> $`Abnormal renal physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012211" #> #> $`Abnormal renal physiology`$`_id` #> [1] "HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal renal physiology`$publicGeneCount #> [1] 96 #> #> $`Abnormal renal physiology`$urlId #> [1] "HP_0012211" #> #> $`Abnormal renal physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal renal physiology`$`_parent` #> [1] "HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal renal physiology`$children #> $`Abnormal renal physiology`$children[[1]] #> [1] "HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal physiology`$children[[2]] #> [1] "HP_0000790<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal physiology`$children[[3]] #> [1] "HP_0000112<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal physiology`$children[[4]] #> [1] "HP_0000083<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal renal physiology`$value #> [1] "Abnormal renal physiology" #> #> #> $`Abnormal renal physiology` #> $`Abnormal renal physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012211" #> #> $`Abnormal renal physiology`$`_id` #> [1] "HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal renal physiology`$publicGeneCount #> [1] 96 #> #> $`Abnormal renal physiology`$urlId #> [1] "HP_0012211" #> #> $`Abnormal renal physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal renal physiology`$`_parent` #> [1] "HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal renal physiology`$children #> $`Abnormal renal physiology`$children[[1]] #> [1] "HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal physiology`$children[[2]] #> [1] "HP_0000790<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal physiology`$children[[3]] #> [1] "HP_0000112<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal physiology`$children[[4]] #> [1] "HP_0000083<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal renal physiology`$value #> [1] "Abnormal renal physiology" #> #> #> $`Abnormal renal tubule morphology` #> $`Abnormal renal tubule morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000091" #> #> $`Abnormal renal tubule morphology`$`_id` #> [1] "HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal tubule morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal renal tubule morphology`$publicGeneCount #> [1] 5 #> #> $`Abnormal renal tubule morphology`$urlId #> [1] "HP_0000091" #> #> $`Abnormal renal tubule morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal renal tubule morphology`$`_parent` #> [1] "HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal tubule morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal renal tubule morphology`$children #> $`Abnormal renal tubule morphology`$children[[1]] #> [1] "HP_0001969<HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal tubule morphology`$children[[2]] #> [1] "HP_0008660<HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal renal tubule morphology`$value #> [1] "Abnormal renal tubule morphology" #> #> #> $`Abnormal reproductive system morphology` #> $`Abnormal reproductive system morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012243" #> #> $`Abnormal reproductive system morphology`$`_id` #> [1] "HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal reproductive system morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal reproductive system morphology`$publicGeneCount #> [1] 37 #> #> $`Abnormal reproductive system morphology`$urlId #> [1] "HP_0012243" #> #> $`Abnormal reproductive system morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal reproductive system morphology`$`_parent` #> [1] "HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal reproductive system morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal reproductive system morphology`$children #> $`Abnormal reproductive system morphology`$children[[1]] #> [1] "HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal reproductive system morphology`$children[[2]] #> [1] "HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal reproductive system morphology`$children[[3]] #> [1] "HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal reproductive system morphology`$children[[4]] #> [1] "HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal reproductive system morphology`$value #> [1] "Abnormal reproductive system morphology" #> #> #> $`Abnormal respiratory system morphology` #> $`Abnormal respiratory system morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012252" #> #> $`Abnormal respiratory system morphology`$`_id` #> [1] "HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal respiratory system morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal respiratory system morphology`$publicGeneCount #> [1] 13 #> #> $`Abnormal respiratory system morphology`$urlId #> [1] "HP_0012252" #> #> $`Abnormal respiratory system morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal respiratory system morphology`$`_parent` #> [1] "HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal respiratory system morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal respiratory system morphology`$children #> $`Abnormal respiratory system morphology`$children[[1]] #> [1] "HP_0002088<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal respiratory system morphology`$children[[2]] #> [1] "HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Abnormal respiratory system morphology`$value #> [1] "Abnormal respiratory system morphology" #> #> #> $`Abnormal reticulocyte morphology` #> $`Abnormal reticulocyte morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004312" #> #> $`Abnormal reticulocyte morphology`$`_id` #> [1] "HP_0004312<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal reticulocyte morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal reticulocyte morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal reticulocyte morphology`$urlId #> [1] "HP_0004312" #> #> $`Abnormal reticulocyte morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal reticulocyte morphology`$`_parent` #> [1] "HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal reticulocyte morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal reticulocyte morphology`$children #> $`Abnormal reticulocyte morphology`$children[[1]] #> [1] "HP_0001923<HP_0004312<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormal reticulocyte morphology`$value #> [1] "Abnormal reticulocyte morphology" #> #> #> $`Abnormal retinal morphology` #> $`Abnormal retinal morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000479" #> #> $`Abnormal retinal morphology`$`_id` #> [1] "HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal retinal morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal retinal morphology`$publicGeneCount #> [1] 8 #> #> $`Abnormal retinal morphology`$urlId #> [1] "HP_0000479" #> #> $`Abnormal retinal morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal retinal morphology`$`_parent` #> [1] "HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal retinal morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal retinal morphology`$children #> $`Abnormal retinal morphology`$children[[1]] #> [1] "HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal retinal morphology`$children[[2]] #> [1] "HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal retinal morphology`$children[[3]] #> [1] "HP_0000541<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal retinal morphology`$children[[4]] #> [1] "HP_0000556<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal retinal morphology`$value #> [1] "Abnormal retinal morphology" #> #> #> $`Abnormal right ventricle morphology` #> $`Abnormal right ventricle morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001707" #> #> $`Abnormal right ventricle morphology`$`_id` #> [1] "HP_0001707<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal right ventricle morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal right ventricle morphology`$publicGeneCount #> [1] 6 #> #> $`Abnormal right ventricle morphology`$urlId #> [1] "HP_0001707" #> #> $`Abnormal right ventricle morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal right ventricle morphology`$`_parent` #> [1] "HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal right ventricle morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal right ventricle morphology`$children #> $`Abnormal right ventricle morphology`$children[[1]] #> [1] "HP_0001667<HP_0001707<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal right ventricle morphology`$value #> [1] "Abnormal right ventricle morphology" #> #> #> $`Abnormal skeletal muscle morphology` #> $`Abnormal skeletal muscle morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011805" #> #> $`Abnormal skeletal muscle morphology`$`_id` #> [1] "HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal skeletal muscle morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal skeletal muscle morphology`$publicGeneCount #> [1] 23 #> #> $`Abnormal skeletal muscle morphology`$urlId #> [1] "HP_0011805" #> #> $`Abnormal skeletal muscle morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal skeletal muscle morphology`$`_parent` #> [1] "HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal skeletal muscle morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal skeletal muscle morphology`$children #> $`Abnormal skeletal muscle morphology`$children[[1]] #> [1] "HP_0011006<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal skeletal muscle morphology`$children[[2]] #> [1] "HP_0030236<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal skeletal muscle morphology`$children[[3]] #> [1] "HP_0008049<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal skeletal muscle morphology`$children[[4]] #> [1] "HP_0001371<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal skeletal muscle morphology`$children[[5]] #> [1] "HP_0003201<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Abnormal skeletal muscle morphology`$value #> [1] "Abnormal skeletal muscle morphology" #> #> #> $`Abnormal skull morphology` #> $`Abnormal skull morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000929" #> #> $`Abnormal skull morphology`$`_id` #> [1] "HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal skull morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal skull morphology`$publicGeneCount #> [1] 11 #> #> $`Abnormal skull morphology`$urlId #> [1] "HP_0000929" #> #> $`Abnormal skull morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal skull morphology`$`_parent` #> [1] "HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal skull morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal skull morphology`$children #> $`Abnormal skull morphology`$children[[1]] #> [1] "HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal skull morphology`$children[[2]] #> [1] "HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal skull morphology`$children[[3]] #> [1] "HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal skull morphology`$value #> [1] "Abnormal skull morphology" #> #> #> $`Abnormal skull morphology` #> $`Abnormal skull morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000929" #> #> $`Abnormal skull morphology`$`_id` #> [1] "HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal skull morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal skull morphology`$publicGeneCount #> [1] 11 #> #> $`Abnormal skull morphology`$urlId #> [1] "HP_0000929" #> #> $`Abnormal skull morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal skull morphology`$`_parent` #> [1] "HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal skull morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal skull morphology`$children #> $`Abnormal skull morphology`$children[[1]] #> [1] "HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal skull morphology`$children[[2]] #> [1] "HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal skull morphology`$children[[3]] #> [1] "HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal skull morphology`$value #> [1] "Abnormal skull morphology" #> #> #> $`Abnormal spatial orientation of the cardiac segments` #> $`Abnormal spatial orientation of the cardiac segments`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011534" #> #> $`Abnormal spatial orientation of the cardiac segments`$`_id` #> [1] "HP_0011534<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal spatial orientation of the cardiac segments`$privateGeneCount #> [1] 0 #> #> $`Abnormal spatial orientation of the cardiac segments`$publicGeneCount #> [1] 1 #> #> $`Abnormal spatial orientation of the cardiac segments`$urlId #> [1] "HP_0011534" #> #> $`Abnormal spatial orientation of the cardiac segments`$dbPhenotype #> [1] FALSE #> #> $`Abnormal spatial orientation of the cardiac segments`$`_parent` #> [1] "HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal spatial orientation of the cardiac segments`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal spatial orientation of the cardiac segments`$children #> $`Abnormal spatial orientation of the cardiac segments`$children[[1]] #> [1] "HP_0011535<HP_0011534<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal spatial orientation of the cardiac segments`$value #> [1] "Abnormal spatial orientation of the cardiac segments" #> #> #> $`Abnormal spleen morphology` #> $`Abnormal spleen morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025408" #> #> $`Abnormal spleen morphology`$`_id` #> [1] "HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal spleen morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal spleen morphology`$publicGeneCount #> [1] 10 #> #> $`Abnormal spleen morphology`$urlId #> [1] "HP_0025408" #> #> $`Abnormal spleen morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal spleen morphology`$`_parent` #> [1] "HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal spleen morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal spleen morphology`$children #> $`Abnormal spleen morphology`$children[[1]] #> [1] "HP_0010451<HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal spleen morphology`$children[[2]] #> [1] "HP_0001744<HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormal spleen morphology`$value #> [1] "Abnormal spleen morphology" #> #> #> $`Abnormal spleen morphology` #> $`Abnormal spleen morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025408" #> #> $`Abnormal spleen morphology`$`_id` #> [1] "HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal spleen morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal spleen morphology`$publicGeneCount #> [1] 10 #> #> $`Abnormal spleen morphology`$urlId #> [1] "HP_0025408" #> #> $`Abnormal spleen morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal spleen morphology`$`_parent` #> [1] "HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal spleen morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal spleen morphology`$children #> $`Abnormal spleen morphology`$children[[1]] #> [1] "HP_0010451<HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal spleen morphology`$children[[2]] #> [1] "HP_0001744<HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal spleen morphology`$value #> [1] "Abnormal spleen morphology" #> #> #> $`Abnormal spleen morphology` #> $`Abnormal spleen morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025408" #> #> $`Abnormal spleen morphology`$`_id` #> [1] "HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal spleen morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal spleen morphology`$publicGeneCount #> [1] 10 #> #> $`Abnormal spleen morphology`$urlId #> [1] "HP_0025408" #> #> $`Abnormal spleen morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal spleen morphology`$`_parent` #> [1] "HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal spleen morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal spleen morphology`$children #> $`Abnormal spleen morphology`$children[[1]] #> [1] "HP_0010451<HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal spleen morphology`$children[[2]] #> [1] "HP_0001744<HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormal spleen morphology`$value #> [1] "Abnormal spleen morphology" #> #> #> $`Abnormal subarachnoid space morphology` #> $`Abnormal subarachnoid space morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012703" #> #> $`Abnormal subarachnoid space morphology`$`_id` #> [1] "HP_0012703<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal subarachnoid space morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal subarachnoid space morphology`$publicGeneCount #> [1] 11 #> #> $`Abnormal subarachnoid space morphology`$urlId #> [1] "HP_0012703" #> #> $`Abnormal subarachnoid space morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal subarachnoid space morphology`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal subarachnoid space morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal subarachnoid space morphology`$children #> $`Abnormal subarachnoid space morphology`$children[[1]] #> [1] "HP_0002138<HP_0012703<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal subarachnoid space morphology`$value #> [1] "Abnormal subarachnoid space morphology" #> #> #> $`Abnormal systemic arterial morphology` #> $`Abnormal systemic arterial morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011004" #> #> $`Abnormal systemic arterial morphology`$`_id` #> [1] "HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic arterial morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal systemic arterial morphology`$publicGeneCount #> [1] 12 #> #> $`Abnormal systemic arterial morphology`$urlId #> [1] "HP_0011004" #> #> $`Abnormal systemic arterial morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal systemic arterial morphology`$`_parent` #> [1] "HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic arterial morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal systemic arterial morphology`$children #> $`Abnormal systemic arterial morphology`$children[[1]] #> [1] "HP_0001679<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic arterial morphology`$children[[2]] #> [1] "HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic arterial morphology`$children[[3]] #> [1] "HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic arterial morphology`$children[[4]] #> [1] "HP_0012089<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal systemic arterial morphology`$value #> [1] "Abnormal systemic arterial morphology" #> #> #> $`Abnormal systemic arterial morphology` #> $`Abnormal systemic arterial morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011004" #> #> $`Abnormal systemic arterial morphology`$`_id` #> [1] "HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic arterial morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal systemic arterial morphology`$publicGeneCount #> [1] 12 #> #> $`Abnormal systemic arterial morphology`$urlId #> [1] "HP_0011004" #> #> $`Abnormal systemic arterial morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal systemic arterial morphology`$`_parent` #> [1] "HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic arterial morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal systemic arterial morphology`$children #> $`Abnormal systemic arterial morphology`$children[[1]] #> [1] "HP_0001679<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic arterial morphology`$children[[2]] #> [1] "HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic arterial morphology`$children[[3]] #> [1] "HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic arterial morphology`$children[[4]] #> [1] "HP_0012089<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal systemic arterial morphology`$value #> [1] "Abnormal systemic arterial morphology" #> #> #> $`Abnormal systemic blood pressure` #> $`Abnormal systemic blood pressure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030972" #> #> $`Abnormal systemic blood pressure`$`_id` #> [1] "HP_0030972<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic blood pressure`$privateGeneCount #> [1] 0 #> #> $`Abnormal systemic blood pressure`$publicGeneCount #> [1] 55 #> #> $`Abnormal systemic blood pressure`$urlId #> [1] "HP_0030972" #> #> $`Abnormal systemic blood pressure`$dbPhenotype #> [1] FALSE #> #> $`Abnormal systemic blood pressure`$`_parent` #> [1] "HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic blood pressure`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal systemic blood pressure`$children #> $`Abnormal systemic blood pressure`$children[[1]] #> [1] "HP_0002615<HP_0030972<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal systemic blood pressure`$value #> [1] "Abnormal systemic blood pressure" #> #> #> $`Abnormal tendon morphology` #> $`Abnormal tendon morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100261" #> #> $`Abnormal tendon morphology`$`_id` #> [1] "HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal tendon morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal tendon morphology`$publicGeneCount #> [1] 12 #> #> $`Abnormal tendon morphology`$urlId #> [1] "HP_0100261" #> #> $`Abnormal tendon morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal tendon morphology`$`_parent` #> [1] "HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal tendon morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal tendon morphology`$children #> $`Abnormal tendon morphology`$children[[1]] #> [1] "HP_0001371<HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal tendon morphology`$value #> [1] "Abnormal tendon morphology" #> #> #> $`Abnormal testis morphology` #> $`Abnormal testis morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000035" #> #> $`Abnormal testis morphology`$`_id` #> [1] "HP_0000035<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal testis morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal testis morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal testis morphology`$urlId #> [1] "HP_0000035" #> #> $`Abnormal testis morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal testis morphology`$`_parent` #> [1] "HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal testis morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal testis morphology`$children #> $`Abnormal testis morphology`$children[[1]] #> [1] "HP_0012215<HP_0000035<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal testis morphology`$value #> [1] "Abnormal testis morphology" #> #> #> $`Abnormal testis morphology` #> $`Abnormal testis morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000035" #> #> $`Abnormal testis morphology`$`_id` #> [1] "HP_0000035<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal testis morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal testis morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal testis morphology`$urlId #> [1] "HP_0000035" #> #> $`Abnormal testis morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal testis morphology`$`_parent` #> [1] "HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal testis morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal testis morphology`$children #> $`Abnormal testis morphology`$children[[1]] #> [1] "HP_0012215<HP_0000035<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal testis morphology`$value #> [1] "Abnormal testis morphology" #> #> #> $`Abnormal thrombocyte morphology` #> $`Abnormal thrombocyte morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001872" #> #> $`Abnormal thrombocyte morphology`$`_id` #> [1] "HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal thrombocyte morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal thrombocyte morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal thrombocyte morphology`$urlId #> [1] "HP_0001872" #> #> $`Abnormal thrombocyte morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal thrombocyte morphology`$`_parent` #> [1] "HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal thrombocyte morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal thrombocyte morphology`$children #> $`Abnormal thrombocyte morphology`$children[[1]] #> [1] "HP_0011873<HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormal thrombocyte morphology`$value #> [1] "Abnormal thrombocyte morphology" #> #> #> $`Abnormal thrombosis` #> $`Abnormal thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001977" #> #> $`Abnormal thrombosis`$`_id` #> [1] "HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal thrombosis`$privateGeneCount #> [1] 0 #> #> $`Abnormal thrombosis`$publicGeneCount #> [1] 76 #> #> $`Abnormal thrombosis`$urlId #> [1] "HP_0001977" #> #> $`Abnormal thrombosis`$dbPhenotype #> [1] TRUE #> #> $`Abnormal thrombosis`$`_parent` #> [1] "HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal thrombosis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal thrombosis`$children #> $`Abnormal thrombosis`$children[[1]] #> [1] "HP_0001907<HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal thrombosis`$children[[2]] #> [1] "HP_0004936<HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormal thrombosis`$value #> [1] "Abnormal thrombosis" #> #> #> $`Abnormal trachea morphology` #> $`Abnormal trachea morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002778" #> #> $`Abnormal trachea morphology`$`_id` #> [1] "HP_0002778<HP_0005607<HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal trachea morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal trachea morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal trachea morphology`$urlId #> [1] "HP_0002778" #> #> $`Abnormal trachea morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal trachea morphology`$`_parent` #> [1] "HP_0005607<HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal trachea morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal trachea morphology`$children #> $`Abnormal trachea morphology`$children[[1]] #> [1] "HP_0002575<HP_0002778<HP_0005607<HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Abnormal trachea morphology`$value #> [1] "Abnormal trachea morphology" #> #> #> $`Abnormal tracheobronchial morphology` #> $`Abnormal tracheobronchial morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005607" #> #> $`Abnormal tracheobronchial morphology`$`_id` #> [1] "HP_0005607<HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal tracheobronchial morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal tracheobronchial morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal tracheobronchial morphology`$urlId #> [1] "HP_0005607" #> #> $`Abnormal tracheobronchial morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal tracheobronchial morphology`$`_parent` #> [1] "HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal tracheobronchial morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal tracheobronchial morphology`$children #> $`Abnormal tracheobronchial morphology`$children[[1]] #> [1] "HP_0002778<HP_0005607<HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Abnormal tracheobronchial morphology`$value #> [1] "Abnormal tracheobronchial morphology" #> #> #> $`Abnormal tubulointerstitial morphology` #> $`Abnormal tubulointerstitial morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001969" #> #> $`Abnormal tubulointerstitial morphology`$`_id` #> [1] "HP_0001969<HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal tubulointerstitial morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal tubulointerstitial morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal tubulointerstitial morphology`$urlId #> [1] "HP_0001969" #> #> $`Abnormal tubulointerstitial morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal tubulointerstitial morphology`$`_parent` #> [1] "HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal tubulointerstitial morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal tubulointerstitial morphology`$children #> $`Abnormal tubulointerstitial morphology`$children[[1]] #> [1] "HP_0001970<HP_0001969<HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal tubulointerstitial morphology`$value #> [1] "Abnormal tubulointerstitial morphology" #> #> #> $`Abnormal tubulointerstitial morphology` #> $`Abnormal tubulointerstitial morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001969" #> #> $`Abnormal tubulointerstitial morphology`$`_id` #> [1] "HP_0001969<HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal tubulointerstitial morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal tubulointerstitial morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal tubulointerstitial morphology`$urlId #> [1] "HP_0001969" #> #> $`Abnormal tubulointerstitial morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal tubulointerstitial morphology`$`_parent` #> [1] "HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal tubulointerstitial morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal tubulointerstitial morphology`$children #> $`Abnormal tubulointerstitial morphology`$children[[1]] #> [1] "HP_0001970<HP_0001969<HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal tubulointerstitial morphology`$value #> [1] "Abnormal tubulointerstitial morphology" #> #> #> $`Abnormal umbilicus morphology` #> $`Abnormal umbilicus morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001551" #> #> $`Abnormal umbilicus morphology`$`_id` #> [1] "HP_0001551<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal umbilicus morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal umbilicus morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal umbilicus morphology`$urlId #> [1] "HP_0001551" #> #> $`Abnormal umbilicus morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal umbilicus morphology`$`_parent` #> [1] "HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal umbilicus morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal umbilicus morphology`$children #> $`Abnormal umbilicus morphology`$children[[1]] #> [1] "HP_0001537<HP_0001551<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormal umbilicus morphology`$value #> [1] "Abnormal umbilicus morphology" #> #> #> $`Abnormal upper limb bone morphology` #> $`Abnormal upper limb bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040070" #> #> $`Abnormal upper limb bone morphology`$`_id` #> [1] "HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal upper limb bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal upper limb bone morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal upper limb bone morphology`$urlId #> [1] "HP_0040070" #> #> $`Abnormal upper limb bone morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal upper limb bone morphology`$`_parent` #> [1] "HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal upper limb bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal upper limb bone morphology`$children #> $`Abnormal upper limb bone morphology`$children[[1]] #> [1] "HP_0045039<HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal upper limb bone morphology`$value #> [1] "Abnormal upper limb bone morphology" #> #> #> $`Abnormal upper limb bone morphology` #> $`Abnormal upper limb bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040070" #> #> $`Abnormal upper limb bone morphology`$`_id` #> [1] "HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal upper limb bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal upper limb bone morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal upper limb bone morphology`$urlId #> [1] "HP_0040070" #> #> $`Abnormal upper limb bone morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal upper limb bone morphology`$`_parent` #> [1] "HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal upper limb bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal upper limb bone morphology`$children #> $`Abnormal upper limb bone morphology`$children[[1]] #> [1] "HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal upper limb bone morphology`$value #> [1] "Abnormal upper limb bone morphology" #> #> #> $`Abnormal upper limb bone morphology` #> $`Abnormal upper limb bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040070" #> #> $`Abnormal upper limb bone morphology`$`_id` #> [1] "HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal upper limb bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal upper limb bone morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal upper limb bone morphology`$urlId #> [1] "HP_0040070" #> #> $`Abnormal upper limb bone morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal upper limb bone morphology`$`_parent` #> [1] "HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal upper limb bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal upper limb bone morphology`$children #> $`Abnormal upper limb bone morphology`$children[[1]] #> [1] "HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormal upper limb bone morphology`$value #> [1] "Abnormal upper limb bone morphology" #> #> #> $`Abnormal urinary electrolyte concentration` #> $`Abnormal urinary electrolyte concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012591" #> #> $`Abnormal urinary electrolyte concentration`$`_id` #> [1] "HP_0012591<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urinary electrolyte concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal urinary electrolyte concentration`$publicGeneCount #> [1] 5 #> #> $`Abnormal urinary electrolyte concentration`$urlId #> [1] "HP_0012591" #> #> $`Abnormal urinary electrolyte concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal urinary electrolyte concentration`$`_parent` #> [1] "HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urinary electrolyte concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal urinary electrolyte concentration`$children #> $`Abnormal urinary electrolyte concentration`$children[[1]] #> [1] "HP_0011280<HP_0012591<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal urinary electrolyte concentration`$value #> [1] "Abnormal urinary electrolyte concentration" #> #> #> $`Abnormal urine cytology` #> $`Abnormal urine cytology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012614" #> #> $`Abnormal urine cytology`$`_id` #> [1] "HP_0012614<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine cytology`$privateGeneCount #> [1] 0 #> #> $`Abnormal urine cytology`$publicGeneCount #> [1] 8 #> #> $`Abnormal urine cytology`$urlId #> [1] "HP_0012614" #> #> $`Abnormal urine cytology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal urine cytology`$`_parent` #> [1] "HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine cytology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal urine cytology`$children #> $`Abnormal urine cytology`$children[[1]] #> [1] "HP_0000790<HP_0012614<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal urine cytology`$value #> [1] "Abnormal urine cytology" #> #> #> $`Abnormal urine output` #> $`Abnormal urine output`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012590" #> #> $`Abnormal urine output`$`_id` #> [1] "HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine output`$privateGeneCount #> [1] 0 #> #> $`Abnormal urine output`$publicGeneCount #> [1] 9 #> #> $`Abnormal urine output`$urlId #> [1] "HP_0012590" #> #> $`Abnormal urine output`$dbPhenotype #> [1] FALSE #> #> $`Abnormal urine output`$`_parent` #> [1] "HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine output`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal urine output`$children #> $`Abnormal urine output`$children[[1]] #> [1] "HP_0011037<HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine output`$children[[2]] #> [1] "HP_0000103<HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal urine output`$value #> [1] "Abnormal urine output" #> #> #> $`Abnormal urine output` #> $`Abnormal urine output`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012590" #> #> $`Abnormal urine output`$`_id` #> [1] "HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine output`$privateGeneCount #> [1] 0 #> #> $`Abnormal urine output`$publicGeneCount #> [1] 9 #> #> $`Abnormal urine output`$urlId #> [1] "HP_0012590" #> #> $`Abnormal urine output`$dbPhenotype #> [1] FALSE #> #> $`Abnormal urine output`$`_parent` #> [1] "HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine output`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal urine output`$children #> $`Abnormal urine output`$children[[1]] #> [1] "HP_0011037<HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine output`$children[[2]] #> [1] "HP_0000103<HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal urine output`$value #> [1] "Abnormal urine output" #> #> #> $`Abnormal urine pH` #> $`Abnormal urine pH`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032943" #> #> $`Abnormal urine pH`$`_id` #> [1] "HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine pH`$privateGeneCount #> [1] 0 #> #> $`Abnormal urine pH`$publicGeneCount #> [1] 10 #> #> $`Abnormal urine pH`$urlId #> [1] "HP_0032943" #> #> $`Abnormal urine pH`$dbPhenotype #> [1] FALSE #> #> $`Abnormal urine pH`$`_parent` #> [1] "HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine pH`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal urine pH`$children #> $`Abnormal urine pH`$children[[1]] #> [1] "HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal urine pH`$value #> [1] "Abnormal urine pH" #> #> #> $`Abnormal urine protein level` #> $`Abnormal urine protein level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0020129" #> #> $`Abnormal urine protein level`$`_id` #> [1] "HP_0020129<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine protein level`$privateGeneCount #> [1] 0 #> #> $`Abnormal urine protein level`$publicGeneCount #> [1] 52 #> #> $`Abnormal urine protein level`$urlId #> [1] "HP_0020129" #> #> $`Abnormal urine protein level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal urine protein level`$`_parent` #> [1] "HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine protein level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal urine protein level`$children #> $`Abnormal urine protein level`$children[[1]] #> [1] "HP_0012592<HP_0020129<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal urine protein level`$value #> [1] "Abnormal urine protein level" #> #> #> $`Abnormal uvea morphology` #> $`Abnormal uvea morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000553" #> #> $`Abnormal uvea morphology`$`_id` #> [1] "HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal uvea morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal uvea morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal uvea morphology`$urlId #> [1] "HP_0000553" #> #> $`Abnormal uvea morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal uvea morphology`$`_parent` #> [1] "HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal uvea morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal uvea morphology`$children #> $`Abnormal uvea morphology`$children[[1]] #> [1] "HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal uvea morphology`$children[[2]] #> [1] "HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal uvea morphology`$value #> [1] "Abnormal uvea morphology" #> #> #> $`Abnormal vascular morphology` #> $`Abnormal vascular morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025015" #> #> $`Abnormal vascular morphology`$`_id` #> [1] "HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal vascular morphology`$publicGeneCount #> [1] 27 #> #> $`Abnormal vascular morphology`$urlId #> [1] "HP_0025015" #> #> $`Abnormal vascular morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal vascular morphology`$`_parent` #> [1] "HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal vascular morphology`$children #> $`Abnormal vascular morphology`$children[[1]] #> [1] "HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$children[[2]] #> [1] "HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$children[[3]] #> [1] "HP_0100026<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$children[[4]] #> [1] "HP_0002617<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$children[[5]] #> [1] "HP_0004934<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal vascular morphology`$value #> [1] "Abnormal vascular morphology" #> #> #> $`Abnormal vascular morphology` #> $`Abnormal vascular morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025015" #> #> $`Abnormal vascular morphology`$`_id` #> [1] "HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal vascular morphology`$publicGeneCount #> [1] 27 #> #> $`Abnormal vascular morphology`$urlId #> [1] "HP_0025015" #> #> $`Abnormal vascular morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal vascular morphology`$`_parent` #> [1] "HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal vascular morphology`$children #> $`Abnormal vascular morphology`$children[[1]] #> [1] "HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$children[[2]] #> [1] "HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$children[[3]] #> [1] "HP_0100026<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$children[[4]] #> [1] "HP_0002617<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$children[[5]] #> [1] "HP_0004934<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal vascular morphology`$value #> [1] "Abnormal vascular morphology" #> #> #> $`Abnormal ventriculoarterial connection` #> $`Abnormal ventriculoarterial connection`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011563" #> #> $`Abnormal ventriculoarterial connection`$`_id` #> [1] "HP_0011563<HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal ventriculoarterial connection`$privateGeneCount #> [1] 0 #> #> $`Abnormal ventriculoarterial connection`$publicGeneCount #> [1] 5 #> #> $`Abnormal ventriculoarterial connection`$urlId #> [1] "HP_0011563" #> #> $`Abnormal ventriculoarterial connection`$dbPhenotype #> [1] FALSE #> #> $`Abnormal ventriculoarterial connection`$`_parent` #> [1] "HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal ventriculoarterial connection`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal ventriculoarterial connection`$children #> $`Abnormal ventriculoarterial connection`$children[[1]] #> [1] "HP_0001710<HP_0011563<HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal ventriculoarterial connection`$children[[2]] #> [1] "HP_0001669<HP_0011563<HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal ventriculoarterial connection`$value #> [1] "Abnormal ventriculoarterial connection" #> #> #> $`Abnormal vitamin B12 level` #> $`Abnormal vitamin B12 level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040126" #> #> $`Abnormal vitamin B12 level`$`_id` #> [1] "HP_0040126<HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal vitamin B12 level`$privateGeneCount #> [1] 0 #> #> $`Abnormal vitamin B12 level`$publicGeneCount #> [1] 1 #> #> $`Abnormal vitamin B12 level`$urlId #> [1] "HP_0040126" #> #> $`Abnormal vitamin B12 level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal vitamin B12 level`$`_parent` #> [1] "HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal vitamin B12 level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal vitamin B12 level`$children #> $`Abnormal vitamin B12 level`$children[[1]] #> [1] "HP_0003223<HP_0040126<HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal vitamin B12 level`$value #> [1] "Abnormal vitamin B12 level" #> #> #> $`Abnormality iris morphology` #> $`Abnormality iris morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000525" #> #> $`Abnormality iris morphology`$`_id` #> [1] "HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality iris morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality iris morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormality iris morphology`$urlId #> [1] "HP_0000525" #> #> $`Abnormality iris morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality iris morphology`$`_parent` #> [1] "HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality iris morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality iris morphology`$children #> $`Abnormality iris morphology`$children[[1]] #> [1] "HP_0008034<HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormality iris morphology`$value #> [1] "Abnormality iris morphology" #> #> #> $`Abnormality iris morphology` #> $`Abnormality iris morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000525" #> #> $`Abnormality iris morphology`$`_id` #> [1] "HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality iris morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality iris morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormality iris morphology`$urlId #> [1] "HP_0000525" #> #> $`Abnormality iris morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality iris morphology`$`_parent` #> [1] "HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality iris morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality iris morphology`$children #> $`Abnormality iris morphology`$children[[1]] #> [1] "HP_0008034<HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormality iris morphology`$value #> [1] "Abnormality iris morphology" #> #> #> $`Abnormality of abdomen morphology` #> $`Abnormality of abdomen morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001438" #> #> $`Abnormality of abdomen morphology`$`_id` #> [1] "HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of abdomen morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of abdomen morphology`$publicGeneCount #> [1] 18 #> #> $`Abnormality of abdomen morphology`$urlId #> [1] "HP_0001438" #> #> $`Abnormality of abdomen morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of abdomen morphology`$`_parent` #> [1] "HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of abdomen morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of abdomen morphology`$children #> $`Abnormality of abdomen morphology`$children[[1]] #> [1] "HP_0001541<HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of abdomen morphology`$children[[2]] #> [1] "HP_0003271<HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of abdomen morphology`$value #> [1] "Abnormality of abdomen morphology" #> #> #> $`Abnormality of acid-base homeostasis` #> $`Abnormality of acid-base homeostasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004360" #> #> $`Abnormality of acid-base homeostasis`$`_id` #> [1] "HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of acid-base homeostasis`$privateGeneCount #> [1] 0 #> #> $`Abnormality of acid-base homeostasis`$publicGeneCount #> [1] 5 #> #> $`Abnormality of acid-base homeostasis`$urlId #> [1] "HP_0004360" #> #> $`Abnormality of acid-base homeostasis`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of acid-base homeostasis`$`_parent` #> [1] "HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of acid-base homeostasis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of acid-base homeostasis`$children #> $`Abnormality of acid-base homeostasis`$children[[1]] #> [1] "HP_0032368<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of acid-base homeostasis`$children[[2]] #> [1] "HP_0001941<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of acid-base homeostasis`$children[[3]] #> [1] "HP_0001948<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of acid-base homeostasis`$value #> [1] "Abnormality of acid-base homeostasis" #> #> #> $`Abnormality of adrenal morphology` #> $`Abnormality of adrenal morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011732" #> #> $`Abnormality of adrenal morphology`$`_id` #> [1] "HP_0011732<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of adrenal morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of adrenal morphology`$publicGeneCount #> [1] 14 #> #> $`Abnormality of adrenal morphology`$urlId #> [1] "HP_0011732" #> #> $`Abnormality of adrenal morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of adrenal morphology`$`_parent` #> [1] "HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of adrenal morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of adrenal morphology`$children #> $`Abnormality of adrenal morphology`$children[[1]] #> [1] "HP_0008221<HP_0011732<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of adrenal morphology`$children[[2]] #> [1] "HP_0000835<HP_0011732<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormality of adrenal morphology`$value #> [1] "Abnormality of adrenal morphology" #> #> #> $`Abnormality of adrenal morphology` #> $`Abnormality of adrenal morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011732" #> #> $`Abnormality of adrenal morphology`$`_id` #> [1] "HP_0011732<HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of adrenal morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of adrenal morphology`$publicGeneCount #> [1] 14 #> #> $`Abnormality of adrenal morphology`$urlId #> [1] "HP_0011732" #> #> $`Abnormality of adrenal morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of adrenal morphology`$`_parent` #> [1] "HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of adrenal morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of adrenal morphology`$children #> $`Abnormality of adrenal morphology`$children[[1]] #> [1] "HP_0008221<HP_0011732<HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of adrenal morphology`$children[[2]] #> [1] "HP_0000835<HP_0011732<HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormality of adrenal morphology`$value #> [1] "Abnormality of adrenal morphology" #> #> #> $`Abnormality of adrenal physiology` #> $`Abnormality of adrenal physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011733" #> #> $`Abnormality of adrenal physiology`$`_id` #> [1] "HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of adrenal physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of adrenal physiology`$publicGeneCount #> [1] 7 #> #> $`Abnormality of adrenal physiology`$urlId #> [1] "HP_0011733" #> #> $`Abnormality of adrenal physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of adrenal physiology`$`_parent` #> [1] "HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of adrenal physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of adrenal physiology`$children #> $`Abnormality of adrenal physiology`$children[[1]] #> [1] "HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormality of adrenal physiology`$value #> [1] "Abnormality of adrenal physiology" #> #> #> $`Abnormality of B cell physiology` #> $`Abnormality of B cell physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005372" #> #> $`Abnormality of B cell physiology`$`_id` #> [1] "HP_0005372<HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of B cell physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of B cell physiology`$publicGeneCount #> [1] 1 #> #> $`Abnormality of B cell physiology`$urlId #> [1] "HP_0005372" #> #> $`Abnormality of B cell physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of B cell physiology`$`_parent` #> [1] "HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of B cell physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of B cell physiology`$children #> $`Abnormality of B cell physiology`$children[[1]] #> [1] "HP_0010701<HP_0005372<HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormality of B cell physiology`$value #> [1] "Abnormality of B cell physiology" #> #> #> $`Abnormality of B cell physiology` #> $`Abnormality of B cell physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005372" #> #> $`Abnormality of B cell physiology`$`_id` #> [1] "HP_0005372<HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of B cell physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of B cell physiology`$publicGeneCount #> [1] 1 #> #> $`Abnormality of B cell physiology`$urlId #> [1] "HP_0005372" #> #> $`Abnormality of B cell physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of B cell physiology`$`_parent` #> [1] "HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of B cell physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of B cell physiology`$children #> $`Abnormality of B cell physiology`$children[[1]] #> [1] "HP_0010701<HP_0005372<HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of B cell physiology`$value #> [1] "Abnormality of B cell physiology" #> #> #> $`Abnormality of B cell physiology` #> $`Abnormality of B cell physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005372" #> #> $`Abnormality of B cell physiology`$`_id` #> [1] "HP_0005372<HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormality of B cell physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of B cell physiology`$publicGeneCount #> [1] 1 #> #> $`Abnormality of B cell physiology`$urlId #> [1] "HP_0005372" #> #> $`Abnormality of B cell physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of B cell physiology`$`_parent` #> [1] "HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormality of B cell physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of B cell physiology`$children #> $`Abnormality of B cell physiology`$children[[1]] #> [1] "HP_0010701<HP_0005372<HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> #> $`Abnormality of B cell physiology`$value #> [1] "Abnormality of B cell physiology" #> #> #> $`Abnormality of blood and blood-forming tissues` #> $`Abnormality of blood and blood-forming tissues`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001871" #> #> $`Abnormality of blood and blood-forming tissues`$`_id` #> [1] "HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of blood and blood-forming tissues`$privateGeneCount #> [1] 0 #> #> $`Abnormality of blood and blood-forming tissues`$publicGeneCount #> [1] 142 #> #> $`Abnormality of blood and blood-forming tissues`$urlId #> [1] "HP_0001871" #> #> $`Abnormality of blood and blood-forming tissues`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of blood and blood-forming tissues`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of blood and blood-forming tissues`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of blood and blood-forming tissues`$children #> $`Abnormality of blood and blood-forming tissues`$children[[1]] #> [1] "HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of blood and blood-forming tissues`$children[[2]] #> [1] "HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of blood and blood-forming tissues`$children[[3]] #> [1] "HP_0001881<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of blood and blood-forming tissues`$children[[4]] #> [1] "HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of blood and blood-forming tissues`$children[[5]] #> [1] "HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of blood and blood-forming tissues`$children[[6]] #> [1] "HP_0005561<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of blood and blood-forming tissues`$children[[7]] #> [1] "HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of blood and blood-forming tissues`$children[[8]] #> [1] "HP_0004377<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormality of blood and blood-forming tissues`$value #> [1] "Abnormality of blood and blood-forming tissues" #> #> #> $`Abnormality of blood circulation` #> $`Abnormality of blood circulation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011028" #> #> $`Abnormality of blood circulation`$`_id` #> [1] "HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of blood circulation`$privateGeneCount #> [1] 0 #> #> $`Abnormality of blood circulation`$publicGeneCount #> [1] 44 #> #> $`Abnormality of blood circulation`$urlId #> [1] "HP_0011028" #> #> $`Abnormality of blood circulation`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of blood circulation`$`_parent` #> [1] "HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of blood circulation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of blood circulation`$children #> $`Abnormality of blood circulation`$children[[1]] #> [1] "HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormality of blood circulation`$value #> [1] "Abnormality of blood circulation" #> #> #> $`Abnormality of body height` #> $`Abnormality of body height`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000002" #> #> $`Abnormality of body height`$`_id` #> [1] "HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Abnormality of body height`$privateGeneCount #> [1] 0 #> #> $`Abnormality of body height`$publicGeneCount #> [1] 22 #> #> $`Abnormality of body height`$urlId #> [1] "HP_0000002" #> #> $`Abnormality of body height`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of body height`$`_parent` #> [1] "HP_0001507<HP_0000118<HP_0000001" #> #> $`Abnormality of body height`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of body height`$children #> $`Abnormality of body height`$children[[1]] #> [1] "HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Abnormality of body height`$value #> [1] "Abnormality of body height" #> #> #> $`Abnormality of body weight` #> $`Abnormality of body weight`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004323" #> #> $`Abnormality of body weight`$`_id` #> [1] "HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Abnormality of body weight`$privateGeneCount #> [1] 0 #> #> $`Abnormality of body weight`$publicGeneCount #> [1] 119 #> #> $`Abnormality of body weight`$urlId #> [1] "HP_0004323" #> #> $`Abnormality of body weight`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of body weight`$`_parent` #> [1] "HP_0001507<HP_0000118<HP_0000001" #> #> $`Abnormality of body weight`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of body weight`$children #> $`Abnormality of body weight`$children[[1]] #> [1] "HP_0004325<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Abnormality of body weight`$children[[2]] #> [1] "HP_0004324<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Abnormality of body weight`$value #> [1] "Abnormality of body weight" #> #> #> $`Abnormality of bone marrow cell morphology` #> $`Abnormality of bone marrow cell morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005561" #> #> $`Abnormality of bone marrow cell morphology`$`_id` #> [1] "HP_0005561<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of bone marrow cell morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of bone marrow cell morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormality of bone marrow cell morphology`$urlId #> [1] "HP_0005561" #> #> $`Abnormality of bone marrow cell morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of bone marrow cell morphology`$`_parent` #> [1] "HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of bone marrow cell morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of bone marrow cell morphology`$children #> $`Abnormality of bone marrow cell morphology`$children[[1]] #> [1] "HP_0012145<HP_0005561<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormality of bone marrow cell morphology`$value #> [1] "Abnormality of bone marrow cell morphology" #> #> #> $`Abnormality of bone mineral density` #> $`Abnormality of bone mineral density`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004348" #> #> $`Abnormality of bone mineral density`$`_id` #> [1] "HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of bone mineral density`$privateGeneCount #> [1] 0 #> #> $`Abnormality of bone mineral density`$publicGeneCount #> [1] 2 #> #> $`Abnormality of bone mineral density`$urlId #> [1] "HP_0004348" #> #> $`Abnormality of bone mineral density`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of bone mineral density`$`_parent` #> [1] "HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of bone mineral density`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of bone mineral density`$children #> $`Abnormality of bone mineral density`$children[[1]] #> [1] "HP_0004349<HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of bone mineral density`$value #> [1] "Abnormality of bone mineral density" #> #> #> $`Abnormality of brain morphology` #> $`Abnormality of brain morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012443" #> #> $`Abnormality of brain morphology`$`_id` #> [1] "HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of brain morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of brain morphology`$publicGeneCount #> [1] 87 #> #> $`Abnormality of brain morphology`$urlId #> [1] "HP_0012443" #> #> $`Abnormality of brain morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of brain morphology`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of brain morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of brain morphology`$children #> $`Abnormality of brain morphology`$children[[1]] #> [1] "HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of brain morphology`$children[[2]] #> [1] "HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of brain morphology`$children[[3]] #> [1] "HP_0002418<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of brain morphology`$children[[4]] #> [1] "HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of brain morphology`$children[[5]] #> [1] "HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of brain morphology`$value #> [1] "Abnormality of brain morphology" #> #> #> $`Abnormality of calvarial morphology` #> $`Abnormality of calvarial morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002648" #> #> $`Abnormality of calvarial morphology`$`_id` #> [1] "HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of calvarial morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of calvarial morphology`$publicGeneCount #> [1] 4 #> #> $`Abnormality of calvarial morphology`$urlId #> [1] "HP_0002648" #> #> $`Abnormality of calvarial morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of calvarial morphology`$`_parent` #> [1] "HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of calvarial morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of calvarial morphology`$children #> $`Abnormality of calvarial morphology`$children[[1]] #> [1] "HP_0002696<HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of calvarial morphology`$children[[2]] #> [1] "HP_0001357<HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of calvarial morphology`$children[[3]] #> [1] "HP_0000243<HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of calvarial morphology`$value #> [1] "Abnormality of calvarial morphology" #> #> #> $`Abnormality of calvarial morphology` #> $`Abnormality of calvarial morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002648" #> #> $`Abnormality of calvarial morphology`$`_id` #> [1] "HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of calvarial morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of calvarial morphology`$publicGeneCount #> [1] 4 #> #> $`Abnormality of calvarial morphology`$urlId #> [1] "HP_0002648" #> #> $`Abnormality of calvarial morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of calvarial morphology`$`_parent` #> [1] "HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of calvarial morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of calvarial morphology`$children #> $`Abnormality of calvarial morphology`$children[[1]] #> [1] "HP_0002696<HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of calvarial morphology`$children[[2]] #> [1] "HP_0001357<HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of calvarial morphology`$children[[3]] #> [1] "HP_0000243<HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of calvarial morphology`$value #> [1] "Abnormality of calvarial morphology" #> #> #> $`Abnormality of cardiovascular system electrophysiology` #> $`Abnormality of cardiovascular system electrophysiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030956" #> #> $`Abnormality of cardiovascular system electrophysiology`$`_id` #> [1] "HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of cardiovascular system electrophysiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of cardiovascular system electrophysiology`$publicGeneCount #> [1] 124 #> #> $`Abnormality of cardiovascular system electrophysiology`$urlId #> [1] "HP_0030956" #> #> $`Abnormality of cardiovascular system electrophysiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of cardiovascular system electrophysiology`$`_parent` #> [1] "HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of cardiovascular system electrophysiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of cardiovascular system electrophysiology`$children #> $`Abnormality of cardiovascular system electrophysiology`$children[[1]] #> [1] "HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of cardiovascular system electrophysiology`$children[[2]] #> [1] "HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormality of cardiovascular system electrophysiology`$value #> [1] "Abnormality of cardiovascular system electrophysiology" #> #> #> $`Abnormality of cardiovascular system morphology` #> $`Abnormality of cardiovascular system morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030680" #> #> $`Abnormality of cardiovascular system morphology`$`_id` #> [1] "HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of cardiovascular system morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of cardiovascular system morphology`$publicGeneCount #> [1] 136 #> #> $`Abnormality of cardiovascular system morphology`$urlId #> [1] "HP_0030680" #> #> $`Abnormality of cardiovascular system morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of cardiovascular system morphology`$`_parent` #> [1] "HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of cardiovascular system morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of cardiovascular system morphology`$children #> $`Abnormality of cardiovascular system morphology`$children[[1]] #> [1] "HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of cardiovascular system morphology`$children[[2]] #> [1] "HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of cardiovascular system morphology`$children[[3]] #> [1] "HP_0011915<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormality of cardiovascular system morphology`$value #> [1] "Abnormality of cardiovascular system morphology" #> #> #> $`Abnormality of central nervous system electrophysiology` #> $`Abnormality of central nervous system electrophysiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030178" #> #> $`Abnormality of central nervous system electrophysiology`$`_id` #> [1] "HP_0030178<HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of central nervous system electrophysiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of central nervous system electrophysiology`$publicGeneCount #> [1] 4 #> #> $`Abnormality of central nervous system electrophysiology`$urlId #> [1] "HP_0030178" #> #> $`Abnormality of central nervous system electrophysiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of central nervous system electrophysiology`$`_parent` #> [1] "HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of central nervous system electrophysiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of central nervous system electrophysiology`$children #> $`Abnormality of central nervous system electrophysiology`$children[[1]] #> [1] "HP_0002353<HP_0030178<HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of central nervous system electrophysiology`$value #> [1] "Abnormality of central nervous system electrophysiology" #> #> #> $`Abnormality of chromosome segregation` #> $`Abnormality of chromosome segregation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002916" #> #> $`Abnormality of chromosome segregation`$`_id` #> [1] "HP_0002916<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of chromosome segregation`$privateGeneCount #> [1] 0 #> #> $`Abnormality of chromosome segregation`$publicGeneCount #> [1] 1 #> #> $`Abnormality of chromosome segregation`$urlId #> [1] "HP_0002916" #> #> $`Abnormality of chromosome segregation`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of chromosome segregation`$`_parent` #> [1] "HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of chromosome segregation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of chromosome segregation`$children #> $`Abnormality of chromosome segregation`$children[[1]] #> [1] "HP_0200024<HP_0002916<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of chromosome segregation`$value #> [1] "Abnormality of chromosome segregation" #> #> #> $`Abnormality of chromosome segregation` #> $`Abnormality of chromosome segregation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002916" #> #> $`Abnormality of chromosome segregation`$`_id` #> [1] "HP_0002916<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormality of chromosome segregation`$privateGeneCount #> [1] 0 #> #> $`Abnormality of chromosome segregation`$publicGeneCount #> [1] 1 #> #> $`Abnormality of chromosome segregation`$urlId #> [1] "HP_0002916" #> #> $`Abnormality of chromosome segregation`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of chromosome segregation`$`_parent` #> [1] "HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormality of chromosome segregation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of chromosome segregation`$children #> $`Abnormality of chromosome segregation`$children[[1]] #> [1] "HP_0200024<HP_0002916<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> #> $`Abnormality of chromosome segregation`$value #> [1] "Abnormality of chromosome segregation" #> #> #> $`Abnormality of chromosome stability` #> $`Abnormality of chromosome stability`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003220" #> #> $`Abnormality of chromosome stability`$`_id` #> [1] "HP_0003220<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of chromosome stability`$privateGeneCount #> [1] 0 #> #> $`Abnormality of chromosome stability`$publicGeneCount #> [1] 5 #> #> $`Abnormality of chromosome stability`$urlId #> [1] "HP_0003220" #> #> $`Abnormality of chromosome stability`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of chromosome stability`$`_parent` #> [1] "HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of chromosome stability`$`_is_leaf` #> [1] TRUE #> #> $`Abnormality of chromosome stability`$children #> list() #> #> $`Abnormality of chromosome stability`$value #> [1] "Abnormality of chromosome stability" #> #> #> $`Abnormality of chromosome stability` #> $`Abnormality of chromosome stability`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003220" #> #> $`Abnormality of chromosome stability`$`_id` #> [1] "HP_0003220<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormality of chromosome stability`$privateGeneCount #> [1] 0 #> #> $`Abnormality of chromosome stability`$publicGeneCount #> [1] 5 #> #> $`Abnormality of chromosome stability`$urlId #> [1] "HP_0003220" #> #> $`Abnormality of chromosome stability`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of chromosome stability`$`_parent` #> [1] "HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormality of chromosome stability`$`_is_leaf` #> [1] TRUE #> #> $`Abnormality of chromosome stability`$children #> list() #> #> $`Abnormality of chromosome stability`$value #> [1] "Abnormality of chromosome stability" #> #> #> $`Abnormality of circulating enzyme level` #> $`Abnormality of circulating enzyme level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011021" #> #> $`Abnormality of circulating enzyme level`$`_id` #> [1] "HP_0011021<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of circulating enzyme level`$privateGeneCount #> [1] 0 #> #> $`Abnormality of circulating enzyme level`$publicGeneCount #> [1] 1 #> #> $`Abnormality of circulating enzyme level`$urlId #> [1] "HP_0011021" #> #> $`Abnormality of circulating enzyme level`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of circulating enzyme level`$`_parent` #> [1] "HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of circulating enzyme level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of circulating enzyme level`$children #> $`Abnormality of circulating enzyme level`$children[[1]] #> [1] "HP_0040081<HP_0011021<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of circulating enzyme level`$value #> [1] "Abnormality of circulating enzyme level" #> #> #> $`Abnormality of coagulation` #> $`Abnormality of coagulation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001928" #> #> $`Abnormality of coagulation`$`_id` #> [1] "HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of coagulation`$privateGeneCount #> [1] 0 #> #> $`Abnormality of coagulation`$publicGeneCount #> [1] 3 #> #> $`Abnormality of coagulation`$urlId #> [1] "HP_0001928" #> #> $`Abnormality of coagulation`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of coagulation`$`_parent` #> [1] "HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of coagulation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of coagulation`$children #> $`Abnormality of coagulation`$children[[1]] #> [1] "HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormality of coagulation`$value #> [1] "Abnormality of coagulation" #> #> #> $`Abnormality of connective tissue` #> $`Abnormality of connective tissue`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003549" #> #> $`Abnormality of connective tissue`$`_id` #> [1] "HP_0003549<HP_0000118<HP_0000001" #> #> $`Abnormality of connective tissue`$privateGeneCount #> [1] 0 #> #> $`Abnormality of connective tissue`$publicGeneCount #> [1] 17 #> #> $`Abnormality of connective tissue`$urlId #> [1] "HP_0003549" #> #> $`Abnormality of connective tissue`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of connective tissue`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of connective tissue`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of connective tissue`$children #> $`Abnormality of connective tissue`$children[[1]] #> [1] "HP_0001371<HP_0003549<HP_0000118<HP_0000001" #> #> $`Abnormality of connective tissue`$children[[2]] #> [1] "HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Abnormality of connective tissue`$children[[3]] #> [1] "HP_0100699<HP_0003549<HP_0000118<HP_0000001" #> #> #> $`Abnormality of connective tissue`$value #> [1] "Abnormality of connective tissue" #> #> #> $`Abnormality of coordination` #> $`Abnormality of coordination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011443" #> #> $`Abnormality of coordination`$`_id` #> [1] "HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of coordination`$privateGeneCount #> [1] 0 #> #> $`Abnormality of coordination`$publicGeneCount #> [1] 26 #> #> $`Abnormality of coordination`$urlId #> [1] "HP_0011443" #> #> $`Abnormality of coordination`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of coordination`$`_parent` #> [1] "HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of coordination`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of coordination`$children #> $`Abnormality of coordination`$children[[1]] #> [1] "HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of coordination`$value #> [1] "Abnormality of coordination" #> #> #> $`Abnormality of corneal stroma` #> $`Abnormality of corneal stroma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011492" #> #> $`Abnormality of corneal stroma`$`_id` #> [1] "HP_0011492<HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of corneal stroma`$privateGeneCount #> [1] 0 #> #> $`Abnormality of corneal stroma`$publicGeneCount #> [1] 4 #> #> $`Abnormality of corneal stroma`$urlId #> [1] "HP_0011492" #> #> $`Abnormality of corneal stroma`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of corneal stroma`$`_parent` #> [1] "HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of corneal stroma`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of corneal stroma`$children #> $`Abnormality of corneal stroma`$children[[1]] #> [1] "HP_0007759<HP_0011492<HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormality of corneal stroma`$value #> [1] "Abnormality of corneal stroma" #> #> #> $`Abnormality of cytokine secretion` #> $`Abnormality of cytokine secretion`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011113" #> #> $`Abnormality of cytokine secretion`$`_id` #> [1] "HP_0011113<HP_0011111<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of cytokine secretion`$privateGeneCount #> [1] 0 #> #> $`Abnormality of cytokine secretion`$publicGeneCount #> [1] 21 #> #> $`Abnormality of cytokine secretion`$urlId #> [1] "HP_0011113" #> #> $`Abnormality of cytokine secretion`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of cytokine secretion`$`_parent` #> [1] "HP_0011111<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of cytokine secretion`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of cytokine secretion`$children #> $`Abnormality of cytokine secretion`$children[[1]] #> [1] "HP_0011117<HP_0011113<HP_0011111<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormality of cytokine secretion`$value #> [1] "Abnormality of cytokine secretion" #> #> #> $`Abnormality of digestive system physiology` #> $`Abnormality of digestive system physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025032" #> #> $`Abnormality of digestive system physiology`$`_id` #> [1] "HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of digestive system physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of digestive system physiology`$publicGeneCount #> [1] 52 #> #> $`Abnormality of digestive system physiology`$urlId #> [1] "HP_0025032" #> #> $`Abnormality of digestive system physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of digestive system physiology`$`_parent` #> [1] "HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of digestive system physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of digestive system physiology`$children #> $`Abnormality of digestive system physiology`$children[[1]] #> [1] "HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of digestive system physiology`$children[[2]] #> [1] "HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of digestive system physiology`$value #> [1] "Abnormality of digestive system physiology" #> #> #> $`Abnormality of esophagus physiology` #> $`Abnormality of esophagus physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025270" #> #> $`Abnormality of esophagus physiology`$`_id` #> [1] "HP_0025270<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of esophagus physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of esophagus physiology`$publicGeneCount #> [1] 1 #> #> $`Abnormality of esophagus physiology`$urlId #> [1] "HP_0025270" #> #> $`Abnormality of esophagus physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of esophagus physiology`$`_parent` #> [1] "HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of esophagus physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of esophagus physiology`$children #> $`Abnormality of esophagus physiology`$children[[1]] #> [1] "HP_0002020<HP_0025270<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of esophagus physiology`$value #> [1] "Abnormality of esophagus physiology" #> #> #> $`Abnormality of extrapyramidal motor function` #> $`Abnormality of extrapyramidal motor function`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002071" #> #> $`Abnormality of extrapyramidal motor function`$`_id` #> [1] "HP_0002071<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of extrapyramidal motor function`$privateGeneCount #> [1] 0 #> #> $`Abnormality of extrapyramidal motor function`$publicGeneCount #> [1] 2 #> #> $`Abnormality of extrapyramidal motor function`$urlId #> [1] "HP_0002071" #> #> $`Abnormality of extrapyramidal motor function`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of extrapyramidal motor function`$`_parent` #> [1] "HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of extrapyramidal motor function`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of extrapyramidal motor function`$children #> $`Abnormality of extrapyramidal motor function`$children[[1]] #> [1] "HP_0002267<HP_0002071<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of extrapyramidal motor function`$children[[2]] #> [1] "HP_0001300<HP_0002071<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of extrapyramidal motor function`$value #> [1] "Abnormality of extrapyramidal motor function" #> #> #> $`Abnormality of eye movement` #> $`Abnormality of eye movement`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000496" #> #> $`Abnormality of eye movement`$`_id` #> [1] "HP_0000496<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of eye movement`$privateGeneCount #> [1] 0 #> #> $`Abnormality of eye movement`$publicGeneCount #> [1] 1 #> #> $`Abnormality of eye movement`$urlId #> [1] "HP_0000496" #> #> $`Abnormality of eye movement`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of eye movement`$`_parent` #> [1] "HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of eye movement`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of eye movement`$children #> $`Abnormality of eye movement`$children[[1]] #> [1] "HP_0012547<HP_0000496<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormality of eye movement`$value #> [1] "Abnormality of eye movement" #> #> #> $`Abnormality of facial skeleton` #> $`Abnormality of facial skeleton`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011821" #> #> $`Abnormality of facial skeleton`$`_id` #> [1] "HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of facial skeleton`$privateGeneCount #> [1] 0 #> #> $`Abnormality of facial skeleton`$publicGeneCount #> [1] 2 #> #> $`Abnormality of facial skeleton`$urlId #> [1] "HP_0011821" #> #> $`Abnormality of facial skeleton`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of facial skeleton`$`_parent` #> [1] "HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of facial skeleton`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of facial skeleton`$children #> $`Abnormality of facial skeleton`$children[[1]] #> [1] "HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of facial skeleton`$value #> [1] "Abnormality of facial skeleton" #> #> #> $`Abnormality of facial skeleton` #> $`Abnormality of facial skeleton`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011821" #> #> $`Abnormality of facial skeleton`$`_id` #> [1] "HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of facial skeleton`$privateGeneCount #> [1] 0 #> #> $`Abnormality of facial skeleton`$publicGeneCount #> [1] 2 #> #> $`Abnormality of facial skeleton`$urlId #> [1] "HP_0011821" #> #> $`Abnormality of facial skeleton`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of facial skeleton`$`_parent` #> [1] "HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of facial skeleton`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of facial skeleton`$children #> $`Abnormality of facial skeleton`$children[[1]] #> [1] "HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of facial skeleton`$value #> [1] "Abnormality of facial skeleton" #> #> #> $`Abnormality of finger` #> $`Abnormality of finger`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001167" #> #> $`Abnormality of finger`$`_id` #> [1] "HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$privateGeneCount #> [1] 0 #> #> $`Abnormality of finger`$publicGeneCount #> [1] 4 #> #> $`Abnormality of finger`$urlId #> [1] "HP_0001167" #> #> $`Abnormality of finger`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of finger`$`_parent` #> [1] "HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of finger`$children #> $`Abnormality of finger`$children[[1]] #> [1] "HP_0005918<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$children[[2]] #> [1] "HP_0100807<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$children[[3]] #> [1] "HP_0001238<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of finger`$value #> [1] "Abnormality of finger" #> #> #> $`Abnormality of finger` #> $`Abnormality of finger`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001167" #> #> $`Abnormality of finger`$`_id` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$privateGeneCount #> [1] 0 #> #> $`Abnormality of finger`$publicGeneCount #> [1] 4 #> #> $`Abnormality of finger`$urlId #> [1] "HP_0001167" #> #> $`Abnormality of finger`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of finger`$`_parent` #> [1] "HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of finger`$children #> $`Abnormality of finger`$children[[1]] #> [1] "HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$children[[2]] #> [1] "HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$children[[3]] #> [1] "HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of finger`$value #> [1] "Abnormality of finger" #> #> #> $`Abnormality of finger` #> $`Abnormality of finger`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001167" #> #> $`Abnormality of finger`$`_id` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$privateGeneCount #> [1] 0 #> #> $`Abnormality of finger`$publicGeneCount #> [1] 4 #> #> $`Abnormality of finger`$urlId #> [1] "HP_0001167" #> #> $`Abnormality of finger`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of finger`$`_parent` #> [1] "HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of finger`$children #> $`Abnormality of finger`$children[[1]] #> [1] "HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$children[[2]] #> [1] "HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$children[[3]] #> [1] "HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of finger`$value #> [1] "Abnormality of finger" #> #> #> $`Abnormality of finger` #> $`Abnormality of finger`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001167" #> #> $`Abnormality of finger`$`_id` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$privateGeneCount #> [1] 0 #> #> $`Abnormality of finger`$publicGeneCount #> [1] 4 #> #> $`Abnormality of finger`$urlId #> [1] "HP_0001167" #> #> $`Abnormality of finger`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of finger`$`_parent` #> [1] "HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of finger`$children #> $`Abnormality of finger`$children[[1]] #> [1] "HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$children[[2]] #> [1] "HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$children[[3]] #> [1] "HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of finger`$value #> [1] "Abnormality of finger" #> #> #> $`Abnormality of fluid regulation` #> $`Abnormality of fluid regulation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011032" #> #> $`Abnormality of fluid regulation`$`_id` #> [1] "HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of fluid regulation`$privateGeneCount #> [1] 0 #> #> $`Abnormality of fluid regulation`$publicGeneCount #> [1] 31 #> #> $`Abnormality of fluid regulation`$urlId #> [1] "HP_0011032" #> #> $`Abnormality of fluid regulation`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of fluid regulation`$`_parent` #> [1] "HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of fluid regulation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of fluid regulation`$children #> $`Abnormality of fluid regulation`$children[[1]] #> [1] "HP_0001944<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of fluid regulation`$children[[2]] #> [1] "HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of fluid regulation`$value #> [1] "Abnormality of fluid regulation" #> #> #> $`Abnormality of forebrain morphology` #> $`Abnormality of forebrain morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100547" #> #> $`Abnormality of forebrain morphology`$`_id` #> [1] "HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of forebrain morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of forebrain morphology`$publicGeneCount #> [1] 30 #> #> $`Abnormality of forebrain morphology`$urlId #> [1] "HP_0100547" #> #> $`Abnormality of forebrain morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of forebrain morphology`$`_parent` #> [1] "HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of forebrain morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of forebrain morphology`$children #> $`Abnormality of forebrain morphology`$children[[1]] #> [1] "HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of forebrain morphology`$value #> [1] "Abnormality of forebrain morphology" #> #> #> $`Abnormality of globe location` #> $`Abnormality of globe location`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100886" #> #> $`Abnormality of globe location`$`_id` #> [1] "HP_0100886<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of globe location`$privateGeneCount #> [1] 0 #> #> $`Abnormality of globe location`$publicGeneCount #> [1] 2 #> #> $`Abnormality of globe location`$urlId #> [1] "HP_0100886" #> #> $`Abnormality of globe location`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of globe location`$`_parent` #> [1] "HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of globe location`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of globe location`$children #> $`Abnormality of globe location`$children[[1]] #> [1] "HP_0000316<HP_0100886<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormality of globe location`$value #> [1] "Abnormality of globe location" #> #> #> $`Abnormality of hair pigmentation` #> $`Abnormality of hair pigmentation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009887" #> #> $`Abnormality of hair pigmentation`$`_id` #> [1] "HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of hair pigmentation`$privateGeneCount #> [1] 0 #> #> $`Abnormality of hair pigmentation`$publicGeneCount #> [1] 4 #> #> $`Abnormality of hair pigmentation`$urlId #> [1] "HP_0009887" #> #> $`Abnormality of hair pigmentation`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of hair pigmentation`$`_parent` #> [1] "HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of hair pigmentation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of hair pigmentation`$children #> $`Abnormality of hair pigmentation`$children[[1]] #> [1] "HP_0005599<HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of hair pigmentation`$children[[2]] #> [1] "HP_0002297<HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormality of hair pigmentation`$value #> [1] "Abnormality of hair pigmentation" #> #> #> $`Abnormality of hair texture` #> $`Abnormality of hair texture`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010719" #> #> $`Abnormality of hair texture`$`_id` #> [1] "HP_0010719<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of hair texture`$privateGeneCount #> [1] 0 #> #> $`Abnormality of hair texture`$publicGeneCount #> [1] 2 #> #> $`Abnormality of hair texture`$urlId #> [1] "HP_0010719" #> #> $`Abnormality of hair texture`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of hair texture`$`_parent` #> [1] "HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of hair texture`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of hair texture`$children #> $`Abnormality of hair texture`$children[[1]] #> [1] "HP_0002224<HP_0010719<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormality of hair texture`$value #> [1] "Abnormality of hair texture" #> #> #> $`Abnormality of head or neck` #> $`Abnormality of head or neck`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000152" #> #> $`Abnormality of head or neck`$`_id` #> [1] "HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of head or neck`$privateGeneCount #> [1] 0 #> #> $`Abnormality of head or neck`$publicGeneCount #> [1] 248 #> #> $`Abnormality of head or neck`$urlId #> [1] "HP_0000152" #> #> $`Abnormality of head or neck`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of head or neck`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of head or neck`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of head or neck`$children #> $`Abnormality of head or neck`$children[[1]] #> [1] "HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of head or neck`$children[[2]] #> [1] "HP_0000464<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of head or neck`$value #> [1] "Abnormality of head or neck" #> #> #> $`Abnormality of hepatobiliary system physiology` #> $`Abnormality of hepatobiliary system physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025155" #> #> $`Abnormality of hepatobiliary system physiology`$`_id` #> [1] "HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of hepatobiliary system physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of hepatobiliary system physiology`$publicGeneCount #> [1] 28 #> #> $`Abnormality of hepatobiliary system physiology`$urlId #> [1] "HP_0025155" #> #> $`Abnormality of hepatobiliary system physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of hepatobiliary system physiology`$`_parent` #> [1] "HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of hepatobiliary system physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of hepatobiliary system physiology`$children #> $`Abnormality of hepatobiliary system physiology`$children[[1]] #> [1] "HP_0001410<HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of hepatobiliary system physiology`$value #> [1] "Abnormality of hepatobiliary system physiology" #> #> #> $`Abnormality of higher mental function` #> $`Abnormality of higher mental function`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011446" #> #> $`Abnormality of higher mental function`$`_id` #> [1] "HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of higher mental function`$privateGeneCount #> [1] 0 #> #> $`Abnormality of higher mental function`$publicGeneCount #> [1] 36 #> #> $`Abnormality of higher mental function`$urlId #> [1] "HP_0011446" #> #> $`Abnormality of higher mental function`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of higher mental function`$`_parent` #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of higher mental function`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of higher mental function`$children #> $`Abnormality of higher mental function`$children[[1]] #> [1] "HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of higher mental function`$children[[2]] #> [1] "HP_0001249<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of higher mental function`$children[[3]] #> [1] "HP_0002463<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of higher mental function`$children[[4]] #> [1] "HP_0002167<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of higher mental function`$children[[5]] #> [1] "HP_0004372<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of higher mental function`$value #> [1] "Abnormality of higher mental function" #> #> #> $`Abnormality of hindbrain morphology` #> $`Abnormality of hindbrain morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011282" #> #> $`Abnormality of hindbrain morphology`$`_id` #> [1] "HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of hindbrain morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of hindbrain morphology`$publicGeneCount #> [1] 6 #> #> $`Abnormality of hindbrain morphology`$urlId #> [1] "HP_0011282" #> #> $`Abnormality of hindbrain morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of hindbrain morphology`$`_parent` #> [1] "HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of hindbrain morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of hindbrain morphology`$children #> $`Abnormality of hindbrain morphology`$children[[1]] #> [1] "HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of hindbrain morphology`$value #> [1] "Abnormality of hindbrain morphology" #> #> #> $`Abnormality of humoral immunity` #> $`Abnormality of humoral immunity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005368" #> #> $`Abnormality of humoral immunity`$`_id` #> [1] "HP_0005368<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of humoral immunity`$privateGeneCount #> [1] 0 #> #> $`Abnormality of humoral immunity`$publicGeneCount #> [1] 1 #> #> $`Abnormality of humoral immunity`$urlId #> [1] "HP_0005368" #> #> $`Abnormality of humoral immunity`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of humoral immunity`$`_parent` #> [1] "HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of humoral immunity`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of humoral immunity`$children #> $`Abnormality of humoral immunity`$children[[1]] #> [1] "HP_0010701<HP_0005368<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormality of humoral immunity`$value #> [1] "Abnormality of humoral immunity" #> #> #> $`Abnormality of immune serum protein physiology` #> $`Abnormality of immune serum protein physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011111" #> #> $`Abnormality of immune serum protein physiology`$`_id` #> [1] "HP_0011111<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune serum protein physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of immune serum protein physiology`$publicGeneCount #> [1] 21 #> #> $`Abnormality of immune serum protein physiology`$urlId #> [1] "HP_0011111" #> #> $`Abnormality of immune serum protein physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of immune serum protein physiology`$`_parent` #> [1] "HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune serum protein physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of immune serum protein physiology`$children #> $`Abnormality of immune serum protein physiology`$children[[1]] #> [1] "HP_0011113<HP_0011111<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormality of immune serum protein physiology`$value #> [1] "Abnormality of immune serum protein physiology" #> #> #> $`Abnormality of immune system physiology` #> $`Abnormality of immune system physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010978" #> #> $`Abnormality of immune system physiology`$`_id` #> [1] "HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune system physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of immune system physiology`$publicGeneCount #> [1] 127 #> #> $`Abnormality of immune system physiology`$urlId #> [1] "HP_0010978" #> #> $`Abnormality of immune system physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of immune system physiology`$`_parent` #> [1] "HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune system physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of immune system physiology`$children #> $`Abnormality of immune system physiology`$children[[1]] #> [1] "HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune system physiology`$children[[2]] #> [1] "HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune system physiology`$children[[3]] #> [1] "HP_0005368<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune system physiology`$children[[4]] #> [1] "HP_0011111<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune system physiology`$children[[5]] #> [1] "HP_0002721<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune system physiology`$children[[6]] #> [1] "HP_0100326<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune system physiology`$children[[7]] #> [1] "HP_0100806<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune system physiology`$children[[8]] #> [1] "HP_0032101<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormality of immune system physiology`$value #> [1] "Abnormality of immune system physiology" #> #> #> $`Abnormality of interleukin secretion` #> $`Abnormality of interleukin secretion`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011117" #> #> $`Abnormality of interleukin secretion`$`_id` #> [1] "HP_0011117<HP_0011113<HP_0011111<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of interleukin secretion`$privateGeneCount #> [1] 0 #> #> $`Abnormality of interleukin secretion`$publicGeneCount #> [1] 21 #> #> $`Abnormality of interleukin secretion`$urlId #> [1] "HP_0011117" #> #> $`Abnormality of interleukin secretion`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of interleukin secretion`$`_parent` #> [1] "HP_0011113<HP_0011111<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of interleukin secretion`$`_is_leaf` #> [1] TRUE #> #> $`Abnormality of interleukin secretion`$children #> list() #> #> $`Abnormality of interleukin secretion`$value #> [1] "Abnormality of interleukin secretion" #> #> #> $`Abnormality of joint mobility` #> $`Abnormality of joint mobility`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011729" #> #> $`Abnormality of joint mobility`$`_id` #> [1] "HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of joint mobility`$privateGeneCount #> [1] 0 #> #> $`Abnormality of joint mobility`$publicGeneCount #> [1] 13 #> #> $`Abnormality of joint mobility`$urlId #> [1] "HP_0011729" #> #> $`Abnormality of joint mobility`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of joint mobility`$`_parent` #> [1] "HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of joint mobility`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of joint mobility`$children #> $`Abnormality of joint mobility`$children[[1]] #> [1] "HP_0001371<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of joint mobility`$children[[2]] #> [1] "HP_0100240<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of joint mobility`$value #> [1] "Abnormality of joint mobility" #> #> #> $`Abnormality of limb bone` #> $`Abnormality of limb bone`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040068" #> #> $`Abnormality of limb bone`$`_id` #> [1] "HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone`$privateGeneCount #> [1] 0 #> #> $`Abnormality of limb bone`$publicGeneCount #> [1] 10 #> #> $`Abnormality of limb bone`$urlId #> [1] "HP_0040068" #> #> $`Abnormality of limb bone`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of limb bone`$`_parent` #> [1] "HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of limb bone`$children #> $`Abnormality of limb bone`$children[[1]] #> [1] "HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of limb bone`$value #> [1] "Abnormality of limb bone" #> #> #> $`Abnormality of limb bone` #> $`Abnormality of limb bone`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040068" #> #> $`Abnormality of limb bone`$`_id` #> [1] "HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone`$privateGeneCount #> [1] 0 #> #> $`Abnormality of limb bone`$publicGeneCount #> [1] 10 #> #> $`Abnormality of limb bone`$urlId #> [1] "HP_0040068" #> #> $`Abnormality of limb bone`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of limb bone`$`_parent` #> [1] "HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of limb bone`$children #> $`Abnormality of limb bone`$children[[1]] #> [1] "HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of limb bone`$value #> [1] "Abnormality of limb bone" #> #> #> $`Abnormality of limb bone morphology` #> $`Abnormality of limb bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002813" #> #> $`Abnormality of limb bone morphology`$`_id` #> [1] "HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of limb bone morphology`$publicGeneCount #> [1] 10 #> #> $`Abnormality of limb bone morphology`$urlId #> [1] "HP_0002813" #> #> $`Abnormality of limb bone morphology`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of limb bone morphology`$`_parent` #> [1] "HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of limb bone morphology`$children #> $`Abnormality of limb bone morphology`$children[[1]] #> [1] "HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[2]] #> [1] "HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[3]] #> [1] "HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[4]] #> [1] "HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[5]] #> [1] "HP_0000944<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of limb bone morphology`$value #> [1] "Abnormality of limb bone morphology" #> #> #> $`Abnormality of limb bone morphology` #> $`Abnormality of limb bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002813" #> #> $`Abnormality of limb bone morphology`$`_id` #> [1] "HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of limb bone morphology`$publicGeneCount #> [1] 10 #> #> $`Abnormality of limb bone morphology`$urlId #> [1] "HP_0002813" #> #> $`Abnormality of limb bone morphology`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of limb bone morphology`$`_parent` #> [1] "HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of limb bone morphology`$children #> $`Abnormality of limb bone morphology`$children[[1]] #> [1] "HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[2]] #> [1] "HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[3]] #> [1] "HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[4]] #> [1] "HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[5]] #> [1] "HP_0000944<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of limb bone morphology`$value #> [1] "Abnormality of limb bone morphology" #> #> #> $`Abnormality of limb bone morphology` #> $`Abnormality of limb bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002813" #> #> $`Abnormality of limb bone morphology`$`_id` #> [1] "HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of limb bone morphology`$publicGeneCount #> [1] 10 #> #> $`Abnormality of limb bone morphology`$urlId #> [1] "HP_0002813" #> #> $`Abnormality of limb bone morphology`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of limb bone morphology`$`_parent` #> [1] "HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of limb bone morphology`$children #> $`Abnormality of limb bone morphology`$children[[1]] #> [1] "HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[2]] #> [1] "HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[3]] #> [1] "HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[4]] #> [1] "HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[5]] #> [1] "HP_0000944<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of limb bone morphology`$value #> [1] "Abnormality of limb bone morphology" #> #> #> $`Abnormality of limbs` #> $`Abnormality of limbs`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040064" #> #> $`Abnormality of limbs`$`_id` #> [1] "HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limbs`$privateGeneCount #> [1] 0 #> #> $`Abnormality of limbs`$publicGeneCount #> [1] 27 #> #> $`Abnormality of limbs`$urlId #> [1] "HP_0040064" #> #> $`Abnormality of limbs`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of limbs`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of limbs`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of limbs`$children #> $`Abnormality of limbs`$children[[1]] #> [1] "HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limbs`$children[[2]] #> [1] "HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limbs`$children[[3]] #> [1] "HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limbs`$children[[4]] #> [1] "HP_0009815<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of limbs`$value #> [1] "Abnormality of limbs" #> #> #> $`Abnormality of lipoprotein cholesterol concentration` #> $`Abnormality of lipoprotein cholesterol concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010979" #> #> $`Abnormality of lipoprotein cholesterol concentration`$`_id` #> [1] "HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of lipoprotein cholesterol concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormality of lipoprotein cholesterol concentration`$publicGeneCount #> [1] 6 #> #> $`Abnormality of lipoprotein cholesterol concentration`$urlId #> [1] "HP_0010979" #> #> $`Abnormality of lipoprotein cholesterol concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of lipoprotein cholesterol concentration`$`_parent` #> [1] "HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of lipoprotein cholesterol concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of lipoprotein cholesterol concentration`$children #> $`Abnormality of lipoprotein cholesterol concentration`$children[[1]] #> [1] "HP_0031888<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of lipoprotein cholesterol concentration`$children[[2]] #> [1] "HP_0010980<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of lipoprotein cholesterol concentration`$children[[3]] #> [1] "HP_0010981<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of lipoprotein cholesterol concentration`$value #> [1] "Abnormality of lipoprotein cholesterol concentration" #> #> #> $`Abnormality of lower limb joint` #> $`Abnormality of lower limb joint`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100491" #> #> $`Abnormality of lower limb joint`$`_id` #> [1] "HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of lower limb joint`$privateGeneCount #> [1] 0 #> #> $`Abnormality of lower limb joint`$publicGeneCount #> [1] 2 #> #> $`Abnormality of lower limb joint`$urlId #> [1] "HP_0100491" #> #> $`Abnormality of lower limb joint`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of lower limb joint`$`_parent` #> [1] "HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of lower limb joint`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of lower limb joint`$children #> $`Abnormality of lower limb joint`$children[[1]] #> [1] "HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of lower limb joint`$value #> [1] "Abnormality of lower limb joint" #> #> #> $`Abnormality of lower limb joint` #> $`Abnormality of lower limb joint`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100491" #> #> $`Abnormality of lower limb joint`$`_id` #> [1] "HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of lower limb joint`$privateGeneCount #> [1] 0 #> #> $`Abnormality of lower limb joint`$publicGeneCount #> [1] 2 #> #> $`Abnormality of lower limb joint`$urlId #> [1] "HP_0100491" #> #> $`Abnormality of lower limb joint`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of lower limb joint`$`_parent` #> [1] "HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of lower limb joint`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of lower limb joint`$children #> $`Abnormality of lower limb joint`$children[[1]] #> [1] "HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of lower limb joint`$value #> [1] "Abnormality of lower limb joint" #> #> #> $`Abnormality of lysosomal metabolism` #> $`Abnormality of lysosomal metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004356" #> #> $`Abnormality of lysosomal metabolism`$`_id` #> [1] "HP_0004356<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of lysosomal metabolism`$privateGeneCount #> [1] 0 #> #> $`Abnormality of lysosomal metabolism`$publicGeneCount #> [1] 1 #> #> $`Abnormality of lysosomal metabolism`$urlId #> [1] "HP_0004356" #> #> $`Abnormality of lysosomal metabolism`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of lysosomal metabolism`$`_parent` #> [1] "HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of lysosomal metabolism`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of lysosomal metabolism`$children #> $`Abnormality of lysosomal metabolism`$children[[1]] #> [1] "HP_0003657<HP_0004356<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of lysosomal metabolism`$value #> [1] "Abnormality of lysosomal metabolism" #> #> #> $`Abnormality of lysosomal metabolism` #> $`Abnormality of lysosomal metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004356" #> #> $`Abnormality of lysosomal metabolism`$`_id` #> [1] "HP_0004356<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormality of lysosomal metabolism`$privateGeneCount #> [1] 0 #> #> $`Abnormality of lysosomal metabolism`$publicGeneCount #> [1] 1 #> #> $`Abnormality of lysosomal metabolism`$urlId #> [1] "HP_0004356" #> #> $`Abnormality of lysosomal metabolism`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of lysosomal metabolism`$`_parent` #> [1] "HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormality of lysosomal metabolism`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of lysosomal metabolism`$children #> $`Abnormality of lysosomal metabolism`$children[[1]] #> [1] "HP_0003657<HP_0004356<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> #> $`Abnormality of lysosomal metabolism`$value #> [1] "Abnormality of lysosomal metabolism" #> #> #> $`Abnormality of male external genitalia` #> $`Abnormality of male external genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000032" #> #> $`Abnormality of male external genitalia`$`_id` #> [1] "HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of male external genitalia`$privateGeneCount #> [1] 0 #> #> $`Abnormality of male external genitalia`$publicGeneCount #> [1] 2 #> #> $`Abnormality of male external genitalia`$urlId #> [1] "HP_0000032" #> #> $`Abnormality of male external genitalia`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of male external genitalia`$`_parent` #> [1] "HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of male external genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of male external genitalia`$children #> $`Abnormality of male external genitalia`$children[[1]] #> [1] "HP_0000035<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of male external genitalia`$children[[2]] #> [1] "HP_0000036<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of male external genitalia`$children[[3]] #> [1] "HP_0000050<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of male external genitalia`$value #> [1] "Abnormality of male external genitalia" #> #> #> $`Abnormality of male external genitalia` #> $`Abnormality of male external genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000032" #> #> $`Abnormality of male external genitalia`$`_id` #> [1] "HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of male external genitalia`$privateGeneCount #> [1] 0 #> #> $`Abnormality of male external genitalia`$publicGeneCount #> [1] 2 #> #> $`Abnormality of male external genitalia`$urlId #> [1] "HP_0000032" #> #> $`Abnormality of male external genitalia`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of male external genitalia`$`_parent` #> [1] "HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of male external genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of male external genitalia`$children #> $`Abnormality of male external genitalia`$children[[1]] #> [1] "HP_0000035<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of male external genitalia`$children[[2]] #> [1] "HP_0000036<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of male external genitalia`$children[[3]] #> [1] "HP_0000050<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of male external genitalia`$value #> [1] "Abnormality of male external genitalia" #> #> #> $`Abnormality of metabolism/homeostasis` #> $`Abnormality of metabolism/homeostasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001939" #> #> $`Abnormality of metabolism/homeostasis`$`_id` #> [1] "HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of metabolism/homeostasis`$privateGeneCount #> [1] 0 #> #> $`Abnormality of metabolism/homeostasis`$publicGeneCount #> [1] 280 #> #> $`Abnormality of metabolism/homeostasis`$urlId #> [1] "HP_0001939" #> #> $`Abnormality of metabolism/homeostasis`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of metabolism/homeostasis`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of metabolism/homeostasis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of metabolism/homeostasis`$children #> $`Abnormality of metabolism/homeostasis`$children[[1]] #> [1] "HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of metabolism/homeostasis`$children[[2]] #> [1] "HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of metabolism/homeostasis`$children[[3]] #> [1] "HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of metabolism/homeostasis`$children[[4]] #> [1] "HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of metabolism/homeostasis`$children[[5]] #> [1] "HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of metabolism/homeostasis`$value #> [1] "Abnormality of metabolism/homeostasis" #> #> #> $`Abnormality of midbrain morphology` #> $`Abnormality of midbrain morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002418" #> #> $`Abnormality of midbrain morphology`$`_id` #> [1] "HP_0002418<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of midbrain morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of midbrain morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormality of midbrain morphology`$urlId #> [1] "HP_0002418" #> #> $`Abnormality of midbrain morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of midbrain morphology`$`_parent` #> [1] "HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of midbrain morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of midbrain morphology`$children #> $`Abnormality of midbrain morphology`$children[[1]] #> [1] "HP_0002419<HP_0002418<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of midbrain morphology`$value #> [1] "Abnormality of midbrain morphology" #> #> #> $`Abnormality of mouth size` #> $`Abnormality of mouth size`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011337" #> #> $`Abnormality of mouth size`$`_id` #> [1] "HP_0011337<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of mouth size`$privateGeneCount #> [1] 0 #> #> $`Abnormality of mouth size`$publicGeneCount #> [1] 1 #> #> $`Abnormality of mouth size`$urlId #> [1] "HP_0011337" #> #> $`Abnormality of mouth size`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of mouth size`$`_parent` #> [1] "HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of mouth size`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of mouth size`$children #> $`Abnormality of mouth size`$children[[1]] #> [1] "HP_0000154<HP_0011337<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of mouth size`$value #> [1] "Abnormality of mouth size" #> #> #> $`Abnormality of movement` #> $`Abnormality of movement`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100022" #> #> $`Abnormality of movement`$`_id` #> [1] "HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of movement`$privateGeneCount #> [1] 0 #> #> $`Abnormality of movement`$publicGeneCount #> [1] 55 #> #> $`Abnormality of movement`$urlId #> [1] "HP_0100022" #> #> $`Abnormality of movement`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of movement`$`_parent` #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of movement`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of movement`$children #> $`Abnormality of movement`$children[[1]] #> [1] "HP_0031826<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of movement`$children[[2]] #> [1] "HP_0001335<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of movement`$children[[3]] #> [1] "HP_0002374<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of movement`$children[[4]] #> [1] "HP_0100660<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of movement`$children[[5]] #> [1] "HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of movement`$children[[6]] #> [1] "HP_0001288<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of movement`$children[[7]] #> [1] "HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of movement`$children[[8]] #> [1] "HP_0002411<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of movement`$value #> [1] "Abnormality of movement" #> #> #> $`Abnormality of multiple cell lineages in the bone marrow` #> $`Abnormality of multiple cell lineages in the bone marrow`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012145" #> #> $`Abnormality of multiple cell lineages in the bone marrow`$`_id` #> [1] "HP_0012145<HP_0005561<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of multiple cell lineages in the bone marrow`$privateGeneCount #> [1] 0 #> #> $`Abnormality of multiple cell lineages in the bone marrow`$publicGeneCount #> [1] 1 #> #> $`Abnormality of multiple cell lineages in the bone marrow`$urlId #> [1] "HP_0012145" #> #> $`Abnormality of multiple cell lineages in the bone marrow`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of multiple cell lineages in the bone marrow`$`_parent` #> [1] "HP_0005561<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of multiple cell lineages in the bone marrow`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of multiple cell lineages in the bone marrow`$children #> $`Abnormality of multiple cell lineages in the bone marrow`$children[[1]] #> [1] "HP_0005528<HP_0012145<HP_0005561<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormality of multiple cell lineages in the bone marrow`$value #> [1] "Abnormality of multiple cell lineages in the bone marrow" #> #> #> $`Abnormality of muscle size` #> $`Abnormality of muscle size`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030236" #> #> $`Abnormality of muscle size`$`_id` #> [1] "HP_0030236<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormality of muscle size`$privateGeneCount #> [1] 0 #> #> $`Abnormality of muscle size`$publicGeneCount #> [1] 1 #> #> $`Abnormality of muscle size`$urlId #> [1] "HP_0030236" #> #> $`Abnormality of muscle size`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of muscle size`$`_parent` #> [1] "HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormality of muscle size`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of muscle size`$children #> $`Abnormality of muscle size`$children[[1]] #> [1] "HP_0003712<HP_0030236<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Abnormality of muscle size`$value #> [1] "Abnormality of muscle size" #> #> #> $`Abnormality of neuronal migration` #> $`Abnormality of neuronal migration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002269" #> #> $`Abnormality of neuronal migration`$`_id` #> [1] "HP_0002269<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of neuronal migration`$privateGeneCount #> [1] 0 #> #> $`Abnormality of neuronal migration`$publicGeneCount #> [1] 3 #> #> $`Abnormality of neuronal migration`$urlId #> [1] "HP_0002269" #> #> $`Abnormality of neuronal migration`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of neuronal migration`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of neuronal migration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of neuronal migration`$children #> $`Abnormality of neuronal migration`$children[[1]] #> [1] "HP_0002536<HP_0002269<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of neuronal migration`$value #> [1] "Abnormality of neuronal migration" #> #> #> $`Abnormality of pain sensation` #> $`Abnormality of pain sensation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010832" #> #> $`Abnormality of pain sensation`$`_id` #> [1] "HP_0010832<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of pain sensation`$privateGeneCount #> [1] 0 #> #> $`Abnormality of pain sensation`$publicGeneCount #> [1] 2 #> #> $`Abnormality of pain sensation`$urlId #> [1] "HP_0010832" #> #> $`Abnormality of pain sensation`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of pain sensation`$`_parent` #> [1] "HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of pain sensation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of pain sensation`$children #> $`Abnormality of pain sensation`$children[[1]] #> [1] "HP_0007328<HP_0010832<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of pain sensation`$value #> [1] "Abnormality of pain sensation" #> #> #> $`Abnormality of pancreas physiology` #> $`Abnormality of pancreas physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012091" #> #> $`Abnormality of pancreas physiology`$`_id` #> [1] "HP_0012091<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of pancreas physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of pancreas physiology`$publicGeneCount #> [1] 5 #> #> $`Abnormality of pancreas physiology`$urlId #> [1] "HP_0012091" #> #> $`Abnormality of pancreas physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of pancreas physiology`$`_parent` #> [1] "HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of pancreas physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of pancreas physiology`$children #> $`Abnormality of pancreas physiology`$children[[1]] #> [1] "HP_0001733<HP_0012091<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of pancreas physiology`$value #> [1] "Abnormality of pancreas physiology" #> #> #> $`Abnormality of pelvic girdle bone morphology` #> $`Abnormality of pelvic girdle bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002644" #> #> $`Abnormality of pelvic girdle bone morphology`$`_id` #> [1] "HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of pelvic girdle bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of pelvic girdle bone morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormality of pelvic girdle bone morphology`$urlId #> [1] "HP_0002644" #> #> $`Abnormality of pelvic girdle bone morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of pelvic girdle bone morphology`$`_parent` #> [1] "HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of pelvic girdle bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of pelvic girdle bone morphology`$children #> $`Abnormality of pelvic girdle bone morphology`$children[[1]] #> [1] "HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of pelvic girdle bone morphology`$value #> [1] "Abnormality of pelvic girdle bone morphology" #> #> #> $`Abnormality of prenatal development or birth` #> $`Abnormality of prenatal development or birth`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001197" #> #> $`Abnormality of prenatal development or birth`$`_id` #> [1] "HP_0001197<HP_0000118<HP_0000001" #> #> $`Abnormality of prenatal development or birth`$privateGeneCount #> [1] 0 #> #> $`Abnormality of prenatal development or birth`$publicGeneCount #> [1] 170 #> #> $`Abnormality of prenatal development or birth`$urlId #> [1] "HP_0001197" #> #> $`Abnormality of prenatal development or birth`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of prenatal development or birth`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of prenatal development or birth`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of prenatal development or birth`$children #> $`Abnormality of prenatal development or birth`$children[[1]] #> [1] "HP_0001787<HP_0001197<HP_0000118<HP_0000001" #> #> $`Abnormality of prenatal development or birth`$children[[2]] #> [1] "HP_0001622<HP_0001197<HP_0000118<HP_0000001" #> #> #> $`Abnormality of prenatal development or birth`$value #> [1] "Abnormality of prenatal development or birth" #> #> #> $`Abnormality of renal excretion` #> $`Abnormality of renal excretion`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011036" #> #> $`Abnormality of renal excretion`$`_id` #> [1] "HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of renal excretion`$privateGeneCount #> [1] 0 #> #> $`Abnormality of renal excretion`$publicGeneCount #> [1] 9 #> #> $`Abnormality of renal excretion`$urlId #> [1] "HP_0011036" #> #> $`Abnormality of renal excretion`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of renal excretion`$`_parent` #> [1] "HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of renal excretion`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of renal excretion`$children #> $`Abnormality of renal excretion`$children[[1]] #> [1] "HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of renal excretion`$value #> [1] "Abnormality of renal excretion" #> #> #> $`Abnormality of renal excretion` #> $`Abnormality of renal excretion`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011036" #> #> $`Abnormality of renal excretion`$`_id` #> [1] "HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of renal excretion`$privateGeneCount #> [1] 0 #> #> $`Abnormality of renal excretion`$publicGeneCount #> [1] 9 #> #> $`Abnormality of renal excretion`$urlId #> [1] "HP_0011036" #> #> $`Abnormality of renal excretion`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of renal excretion`$`_parent` #> [1] "HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of renal excretion`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of renal excretion`$children #> $`Abnormality of renal excretion`$children[[1]] #> [1] "HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of renal excretion`$value #> [1] "Abnormality of renal excretion" #> #> #> $`Abnormality of renal glomerulus morphology` #> $`Abnormality of renal glomerulus morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000095" #> #> $`Abnormality of renal glomerulus morphology`$`_id` #> [1] "HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of renal glomerulus morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of renal glomerulus morphology`$publicGeneCount #> [1] 3 #> #> $`Abnormality of renal glomerulus morphology`$urlId #> [1] "HP_0000095" #> #> $`Abnormality of renal glomerulus morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of renal glomerulus morphology`$`_parent` #> [1] "HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of renal glomerulus morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of renal glomerulus morphology`$children #> $`Abnormality of renal glomerulus morphology`$children[[1]] #> [1] "HP_0100820<HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of renal glomerulus morphology`$children[[2]] #> [1] "HP_0001966<HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of renal glomerulus morphology`$value #> [1] "Abnormality of renal glomerulus morphology" #> #> #> $`Abnormality of renal glomerulus morphology` #> $`Abnormality of renal glomerulus morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000095" #> #> $`Abnormality of renal glomerulus morphology`$`_id` #> [1] "HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of renal glomerulus morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of renal glomerulus morphology`$publicGeneCount #> [1] 3 #> #> $`Abnormality of renal glomerulus morphology`$urlId #> [1] "HP_0000095" #> #> $`Abnormality of renal glomerulus morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of renal glomerulus morphology`$`_parent` #> [1] "HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of renal glomerulus morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of renal glomerulus morphology`$children #> $`Abnormality of renal glomerulus morphology`$children[[1]] #> [1] "HP_0100820<HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of renal glomerulus morphology`$children[[2]] #> [1] "HP_0001966<HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of renal glomerulus morphology`$value #> [1] "Abnormality of renal glomerulus morphology" #> #> #> $`Abnormality of reproductive system physiology` #> $`Abnormality of reproductive system physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000080" #> #> $`Abnormality of reproductive system physiology`$`_id` #> [1] "HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of reproductive system physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of reproductive system physiology`$publicGeneCount #> [1] 17 #> #> $`Abnormality of reproductive system physiology`$urlId #> [1] "HP_0000080" #> #> $`Abnormality of reproductive system physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of reproductive system physiology`$`_parent` #> [1] "HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of reproductive system physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of reproductive system physiology`$children #> $`Abnormality of reproductive system physiology`$children[[1]] #> [1] "HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of reproductive system physiology`$children[[2]] #> [1] "HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of reproductive system physiology`$value #> [1] "Abnormality of reproductive system physiology" #> #> #> $`Abnormality of salivation` #> $`Abnormality of salivation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100755" #> #> $`Abnormality of salivation`$`_id` #> [1] "HP_0100755<HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of salivation`$privateGeneCount #> [1] 0 #> #> $`Abnormality of salivation`$publicGeneCount #> [1] 1 #> #> $`Abnormality of salivation`$urlId #> [1] "HP_0100755" #> #> $`Abnormality of salivation`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of salivation`$`_parent` #> [1] "HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of salivation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of salivation`$children #> $`Abnormality of salivation`$children[[1]] #> [1] "HP_0003781<HP_0100755<HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of salivation`$value #> [1] "Abnormality of salivation" #> #> #> $`Abnormality of serum amino acid level` #> $`Abnormality of serum amino acid level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003112" #> #> $`Abnormality of serum amino acid level`$`_id` #> [1] "HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of serum amino acid level`$privateGeneCount #> [1] 0 #> #> $`Abnormality of serum amino acid level`$publicGeneCount #> [1] 6 #> #> $`Abnormality of serum amino acid level`$urlId #> [1] "HP_0003112" #> #> $`Abnormality of serum amino acid level`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of serum amino acid level`$`_parent` #> [1] "HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of serum amino acid level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of serum amino acid level`$children #> $`Abnormality of serum amino acid level`$children[[1]] #> [1] "HP_0004338<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of serum amino acid level`$children[[2]] #> [1] "HP_0010902<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of serum amino acid level`$value #> [1] "Abnormality of serum amino acid level" #> #> #> $`Abnormality of skeletal morphology` #> $`Abnormality of skeletal morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011842" #> #> $`Abnormality of skeletal morphology`$`_id` #> [1] "HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skeletal morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of skeletal morphology`$publicGeneCount #> [1] 68 #> #> $`Abnormality of skeletal morphology`$urlId #> [1] "HP_0011842" #> #> $`Abnormality of skeletal morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of skeletal morphology`$`_parent` #> [1] "HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skeletal morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of skeletal morphology`$children #> $`Abnormality of skeletal morphology`$children[[1]] #> [1] "HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skeletal morphology`$children[[2]] #> [1] "HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skeletal morphology`$children[[3]] #> [1] "HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skeletal morphology`$children[[4]] #> [1] "HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skeletal morphology`$children[[5]] #> [1] "HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skeletal morphology`$children[[6]] #> [1] "HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skeletal morphology`$children[[7]] #> [1] "HP_0002652<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of skeletal morphology`$value #> [1] "Abnormality of skeletal morphology" #> #> #> $`Abnormality of skeletal physiology` #> $`Abnormality of skeletal physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011843" #> #> $`Abnormality of skeletal physiology`$`_id` #> [1] "HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skeletal physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of skeletal physiology`$publicGeneCount #> [1] 13 #> #> $`Abnormality of skeletal physiology`$urlId #> [1] "HP_0011843" #> #> $`Abnormality of skeletal physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of skeletal physiology`$`_parent` #> [1] "HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skeletal physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of skeletal physiology`$children #> $`Abnormality of skeletal physiology`$children[[1]] #> [1] "HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of skeletal physiology`$value #> [1] "Abnormality of skeletal physiology" #> #> #> $`Abnormality of skin adnexa morphology` #> $`Abnormality of skin adnexa morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011138" #> #> $`Abnormality of skin adnexa morphology`$`_id` #> [1] "HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin adnexa morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of skin adnexa morphology`$publicGeneCount #> [1] 10 #> #> $`Abnormality of skin adnexa morphology`$urlId #> [1] "HP_0011138" #> #> $`Abnormality of skin adnexa morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of skin adnexa morphology`$`_parent` #> [1] "HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin adnexa morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of skin adnexa morphology`$children #> $`Abnormality of skin adnexa morphology`$children[[1]] #> [1] "HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormality of skin adnexa morphology`$value #> [1] "Abnormality of skin adnexa morphology" #> #> #> $`Abnormality of skin adnexa physiology` #> $`Abnormality of skin adnexa physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025276" #> #> $`Abnormality of skin adnexa physiology`$`_id` #> [1] "HP_0025276<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin adnexa physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of skin adnexa physiology`$publicGeneCount #> [1] 1 #> #> $`Abnormality of skin adnexa physiology`$urlId #> [1] "HP_0025276" #> #> $`Abnormality of skin adnexa physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of skin adnexa physiology`$`_parent` #> [1] "HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin adnexa physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of skin adnexa physiology`$children #> $`Abnormality of skin adnexa physiology`$children[[1]] #> [1] "HP_0007550<HP_0025276<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormality of skin adnexa physiology`$value #> [1] "Abnormality of skin adnexa physiology" #> #> #> $`Abnormality of skin morphology` #> $`Abnormality of skin morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011121" #> #> $`Abnormality of skin morphology`$`_id` #> [1] "HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of skin morphology`$publicGeneCount #> [1] 59 #> #> $`Abnormality of skin morphology`$urlId #> [1] "HP_0011121" #> #> $`Abnormality of skin morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of skin morphology`$`_parent` #> [1] "HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of skin morphology`$children #> $`Abnormality of skin morphology`$children[[1]] #> [1] "HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin morphology`$children[[2]] #> [1] "HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin morphology`$children[[3]] #> [1] "HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin morphology`$children[[4]] #> [1] "HP_0001029<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin morphology`$children[[5]] #> [1] "HP_0011356<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin morphology`$children[[6]] #> [1] "HP_0001072<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormality of skin morphology`$value #> [1] "Abnormality of skin morphology" #> #> #> $`Abnormality of skin physiology` #> $`Abnormality of skin physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011122" #> #> $`Abnormality of skin physiology`$`_id` #> [1] "HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of skin physiology`$publicGeneCount #> [1] 27 #> #> $`Abnormality of skin physiology`$urlId #> [1] "HP_0011122" #> #> $`Abnormality of skin physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of skin physiology`$`_parent` #> [1] "HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of skin physiology`$children #> $`Abnormality of skin physiology`$children[[1]] #> [1] "HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin physiology`$children[[2]] #> [1] "HP_0000989<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormality of skin physiology`$value #> [1] "Abnormality of skin physiology" #> #> #> $`Abnormality of skin pigmentation` #> $`Abnormality of skin pigmentation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001000" #> #> $`Abnormality of skin pigmentation`$`_id` #> [1] "HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin pigmentation`$privateGeneCount #> [1] 0 #> #> $`Abnormality of skin pigmentation`$publicGeneCount #> [1] 9 #> #> $`Abnormality of skin pigmentation`$urlId #> [1] "HP_0001000" #> #> $`Abnormality of skin pigmentation`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of skin pigmentation`$`_parent` #> [1] "HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin pigmentation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of skin pigmentation`$children #> $`Abnormality of skin pigmentation`$children[[1]] #> [1] "HP_0001480<HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin pigmentation`$children[[2]] #> [1] "HP_0000953<HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin pigmentation`$children[[3]] #> [1] "HP_0001010<HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormality of skin pigmentation`$value #> [1] "Abnormality of skin pigmentation" #> #> #> $`Abnormality of skull size` #> $`Abnormality of skull size`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000240" #> #> $`Abnormality of skull size`$`_id` #> [1] "HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of skull size`$privateGeneCount #> [1] 0 #> #> $`Abnormality of skull size`$publicGeneCount #> [1] 5 #> #> $`Abnormality of skull size`$urlId #> [1] "HP_0000240" #> #> $`Abnormality of skull size`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of skull size`$`_parent` #> [1] "HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of skull size`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of skull size`$children #> $`Abnormality of skull size`$children[[1]] #> [1] "HP_0040195<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of skull size`$children[[2]] #> [1] "HP_0040194<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of skull size`$value #> [1] "Abnormality of skull size" #> #> #> $`Abnormality of skull size` #> $`Abnormality of skull size`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000240" #> #> $`Abnormality of skull size`$`_id` #> [1] "HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skull size`$privateGeneCount #> [1] 0 #> #> $`Abnormality of skull size`$publicGeneCount #> [1] 5 #> #> $`Abnormality of skull size`$urlId #> [1] "HP_0000240" #> #> $`Abnormality of skull size`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of skull size`$`_parent` #> [1] "HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skull size`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of skull size`$children #> $`Abnormality of skull size`$children[[1]] #> [1] "HP_0040195<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skull size`$children[[2]] #> [1] "HP_0040194<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of skull size`$value #> [1] "Abnormality of skull size" #> #> #> $`Abnormality of temperature regulation` #> $`Abnormality of temperature regulation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004370" #> #> $`Abnormality of temperature regulation`$`_id` #> [1] "HP_0004370<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of temperature regulation`$privateGeneCount #> [1] 0 #> #> $`Abnormality of temperature regulation`$publicGeneCount #> [1] 32 #> #> $`Abnormality of temperature regulation`$urlId #> [1] "HP_0004370" #> #> $`Abnormality of temperature regulation`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of temperature regulation`$`_parent` #> [1] "HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of temperature regulation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of temperature regulation`$children #> $`Abnormality of temperature regulation`$children[[1]] #> [1] "HP_0001945<HP_0004370<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of temperature regulation`$children[[2]] #> [1] "HP_0002045<HP_0004370<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of temperature regulation`$value #> [1] "Abnormality of temperature regulation" #> #> #> $`Abnormality of the abdominal organs` #> $`Abnormality of the abdominal organs`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002012" #> #> $`Abnormality of the abdominal organs`$`_id` #> [1] "HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the abdominal organs`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the abdominal organs`$publicGeneCount #> [1] 30 #> #> $`Abnormality of the abdominal organs`$urlId #> [1] "HP_0002012" #> #> $`Abnormality of the abdominal organs`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the abdominal organs`$`_parent` #> [1] "HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the abdominal organs`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the abdominal organs`$children #> $`Abnormality of the abdominal organs`$children[[1]] #> [1] "HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the abdominal organs`$children[[2]] #> [1] "HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the abdominal organs`$children[[3]] #> [1] "HP_0002585<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the abdominal organs`$children[[4]] #> [1] "HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the abdominal organs`$value #> [1] "Abnormality of the abdominal organs" #> #> #> $`Abnormality of the abdominal wall` #> $`Abnormality of the abdominal wall`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004298" #> #> $`Abnormality of the abdominal wall`$`_id` #> [1] "HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the abdominal wall`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the abdominal wall`$publicGeneCount #> [1] 4 #> #> $`Abnormality of the abdominal wall`$urlId #> [1] "HP_0004298" #> #> $`Abnormality of the abdominal wall`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the abdominal wall`$`_parent` #> [1] "HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the abdominal wall`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the abdominal wall`$children #> $`Abnormality of the abdominal wall`$children[[1]] #> [1] "HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the abdominal wall`$children[[2]] #> [1] "HP_0001551<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the abdominal wall`$value #> [1] "Abnormality of the abdominal wall" #> #> #> $`Abnormality of the acetabulum` #> $`Abnormality of the acetabulum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003170" #> #> $`Abnormality of the acetabulum`$`_id` #> [1] "HP_0003170<HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the acetabulum`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the acetabulum`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the acetabulum`$urlId #> [1] "HP_0003170" #> #> $`Abnormality of the acetabulum`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the acetabulum`$`_parent` #> [1] "HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the acetabulum`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the acetabulum`$children #> $`Abnormality of the acetabulum`$children[[1]] #> [1] "HP_0008807<HP_0003170<HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the acetabulum`$value #> [1] "Abnormality of the acetabulum" #> #> #> $`Abnormality of the acetabulum` #> $`Abnormality of the acetabulum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003170" #> #> $`Abnormality of the acetabulum`$`_id` #> [1] "HP_0003170<HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the acetabulum`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the acetabulum`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the acetabulum`$urlId #> [1] "HP_0003170" #> #> $`Abnormality of the acetabulum`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the acetabulum`$`_parent` #> [1] "HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the acetabulum`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the acetabulum`$children #> $`Abnormality of the acetabulum`$children[[1]] #> [1] "HP_0008807<HP_0003170<HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the acetabulum`$value #> [1] "Abnormality of the acetabulum" #> #> #> $`Abnormality of the acetabulum` #> $`Abnormality of the acetabulum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003170" #> #> $`Abnormality of the acetabulum`$`_id` #> [1] "HP_0003170<HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the acetabulum`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the acetabulum`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the acetabulum`$urlId #> [1] "HP_0003170" #> #> $`Abnormality of the acetabulum`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the acetabulum`$`_parent` #> [1] "HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the acetabulum`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the acetabulum`$children #> $`Abnormality of the acetabulum`$children[[1]] #> [1] "HP_0008807<HP_0003170<HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the acetabulum`$value #> [1] "Abnormality of the acetabulum" #> #> #> $`Abnormality of the acetabulum` #> $`Abnormality of the acetabulum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003170" #> #> $`Abnormality of the acetabulum`$`_id` #> [1] "HP_0003170<HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the acetabulum`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the acetabulum`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the acetabulum`$urlId #> [1] "HP_0003170" #> #> $`Abnormality of the acetabulum`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the acetabulum`$`_parent` #> [1] "HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the acetabulum`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the acetabulum`$children #> $`Abnormality of the acetabulum`$children[[1]] #> [1] "HP_0008807<HP_0003170<HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the acetabulum`$value #> [1] "Abnormality of the acetabulum" #> #> #> $`Abnormality of the adrenal glands` #> $`Abnormality of the adrenal glands`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000834" #> #> $`Abnormality of the adrenal glands`$`_id` #> [1] "HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the adrenal glands`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the adrenal glands`$publicGeneCount #> [1] 20 #> #> $`Abnormality of the adrenal glands`$urlId #> [1] "HP_0000834" #> #> $`Abnormality of the adrenal glands`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the adrenal glands`$`_parent` #> [1] "HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the adrenal glands`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the adrenal glands`$children #> $`Abnormality of the adrenal glands`$children[[1]] #> [1] "HP_0011732<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the adrenal glands`$children[[2]] #> [1] "HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the adrenal glands`$value #> [1] "Abnormality of the adrenal glands" #> #> #> $`Abnormality of the anterior pituitary` #> $`Abnormality of the anterior pituitary`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011747" #> #> $`Abnormality of the anterior pituitary`$`_id` #> [1] "HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the anterior pituitary`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the anterior pituitary`$publicGeneCount #> [1] 7 #> #> $`Abnormality of the anterior pituitary`$urlId #> [1] "HP_0011747" #> #> $`Abnormality of the anterior pituitary`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the anterior pituitary`$`_parent` #> [1] "HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the anterior pituitary`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the anterior pituitary`$children #> $`Abnormality of the anterior pituitary`$children[[1]] #> [1] "HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the anterior pituitary`$value #> [1] "Abnormality of the anterior pituitary" #> #> #> $`Abnormality of the anterior pituitary` #> $`Abnormality of the anterior pituitary`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011747" #> #> $`Abnormality of the anterior pituitary`$`_id` #> [1] "HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the anterior pituitary`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the anterior pituitary`$publicGeneCount #> [1] 7 #> #> $`Abnormality of the anterior pituitary`$urlId #> [1] "HP_0011747" #> #> $`Abnormality of the anterior pituitary`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the anterior pituitary`$`_parent` #> [1] "HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the anterior pituitary`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the anterior pituitary`$children #> $`Abnormality of the anterior pituitary`$children[[1]] #> [1] "HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the anterior pituitary`$value #> [1] "Abnormality of the anterior pituitary" #> #> #> $`Abnormality of the basal ganglia` #> $`Abnormality of the basal ganglia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002134" #> #> $`Abnormality of the basal ganglia`$`_id` #> [1] "HP_0002134<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the basal ganglia`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the basal ganglia`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the basal ganglia`$urlId #> [1] "HP_0002134" #> #> $`Abnormality of the basal ganglia`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the basal ganglia`$`_parent` #> [1] "HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the basal ganglia`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the basal ganglia`$children #> $`Abnormality of the basal ganglia`$children[[1]] #> [1] "HP_0002135<HP_0002134<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the basal ganglia`$value #> [1] "Abnormality of the basal ganglia" #> #> #> $`Abnormality of the biliary system` #> $`Abnormality of the biliary system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004297" #> #> $`Abnormality of the biliary system`$`_id` #> [1] "HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the biliary system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the biliary system`$publicGeneCount #> [1] 6 #> #> $`Abnormality of the biliary system`$urlId #> [1] "HP_0004297" #> #> $`Abnormality of the biliary system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the biliary system`$`_parent` #> [1] "HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the biliary system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the biliary system`$children #> $`Abnormality of the biliary system`$children[[1]] #> [1] "HP_0005264<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the biliary system`$children[[2]] #> [1] "HP_0001396<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the biliary system`$value #> [1] "Abnormality of the biliary system" #> #> #> $`Abnormality of the bladder` #> $`Abnormality of the bladder`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000014" #> #> $`Abnormality of the bladder`$`_id` #> [1] "HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the bladder`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the bladder`$publicGeneCount #> [1] 4 #> #> $`Abnormality of the bladder`$urlId #> [1] "HP_0000014" #> #> $`Abnormality of the bladder`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the bladder`$`_parent` #> [1] "HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the bladder`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the bladder`$children #> $`Abnormality of the bladder`$children[[1]] #> [1] "HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the bladder`$value #> [1] "Abnormality of the bladder" #> #> #> $`Abnormality of the breast` #> $`Abnormality of the breast`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000769" #> #> $`Abnormality of the breast`$`_id` #> [1] "HP_0000769<HP_0000118<HP_0000001" #> #> $`Abnormality of the breast`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the breast`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the breast`$urlId #> [1] "HP_0000769" #> #> $`Abnormality of the breast`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the breast`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the breast`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the breast`$children #> $`Abnormality of the breast`$children[[1]] #> [1] "HP_0031094<HP_0000769<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the breast`$value #> [1] "Abnormality of the breast" #> #> #> $`Abnormality of the calvaria` #> $`Abnormality of the calvaria`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002683" #> #> $`Abnormality of the calvaria`$`_id` #> [1] "HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the calvaria`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the calvaria`$publicGeneCount #> [1] 4 #> #> $`Abnormality of the calvaria`$urlId #> [1] "HP_0002683" #> #> $`Abnormality of the calvaria`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the calvaria`$`_parent` #> [1] "HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the calvaria`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the calvaria`$children #> $`Abnormality of the calvaria`$children[[1]] #> [1] "HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the calvaria`$value #> [1] "Abnormality of the calvaria" #> #> #> $`Abnormality of the calvaria` #> $`Abnormality of the calvaria`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002683" #> #> $`Abnormality of the calvaria`$`_id` #> [1] "HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the calvaria`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the calvaria`$publicGeneCount #> [1] 4 #> #> $`Abnormality of the calvaria`$urlId #> [1] "HP_0002683" #> #> $`Abnormality of the calvaria`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the calvaria`$`_parent` #> [1] "HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the calvaria`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the calvaria`$children #> $`Abnormality of the calvaria`$children[[1]] #> [1] "HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the calvaria`$value #> [1] "Abnormality of the calvaria" #> #> #> $`Abnormality of the cardiovascular system` #> $`Abnormality of the cardiovascular system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001626" #> #> $`Abnormality of the cardiovascular system`$`_id` #> [1] "HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the cardiovascular system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the cardiovascular system`$publicGeneCount #> [1] 331 #> #> $`Abnormality of the cardiovascular system`$urlId #> [1] "HP_0001626" #> #> $`Abnormality of the cardiovascular system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the cardiovascular system`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the cardiovascular system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the cardiovascular system`$children #> $`Abnormality of the cardiovascular system`$children[[1]] #> [1] "HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the cardiovascular system`$children[[2]] #> [1] "HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the cardiovascular system`$children[[3]] #> [1] "HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the cardiovascular system`$value #> [1] "Abnormality of the cardiovascular system" #> #> #> $`Abnormality of the cerebellar vermis` #> $`Abnormality of the cerebellar vermis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002334" #> #> $`Abnormality of the cerebellar vermis`$`_id` #> [1] "HP_0002334<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebellar vermis`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the cerebellar vermis`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the cerebellar vermis`$urlId #> [1] "HP_0002334" #> #> $`Abnormality of the cerebellar vermis`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the cerebellar vermis`$`_parent` #> [1] "HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebellar vermis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the cerebellar vermis`$children #> $`Abnormality of the cerebellar vermis`$children[[1]] #> [1] "HP_0006817<HP_0002334<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the cerebellar vermis`$value #> [1] "Abnormality of the cerebellar vermis" #> #> #> $`Abnormality of the cerebral cortex` #> $`Abnormality of the cerebral cortex`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002538" #> #> $`Abnormality of the cerebral cortex`$`_id` #> [1] "HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral cortex`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the cerebral cortex`$publicGeneCount #> [1] 5 #> #> $`Abnormality of the cerebral cortex`$urlId #> [1] "HP_0002538" #> #> $`Abnormality of the cerebral cortex`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the cerebral cortex`$`_parent` #> [1] "HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral cortex`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the cerebral cortex`$children #> $`Abnormality of the cerebral cortex`$children[[1]] #> [1] "HP_0002536<HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral cortex`$children[[2]] #> [1] "HP_0002539<HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the cerebral cortex`$value #> [1] "Abnormality of the cerebral cortex" #> #> #> $`Abnormality of the cerebral subcortex` #> $`Abnormality of the cerebral subcortex`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010993" #> #> $`Abnormality of the cerebral subcortex`$`_id` #> [1] "HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral subcortex`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the cerebral subcortex`$publicGeneCount #> [1] 17 #> #> $`Abnormality of the cerebral subcortex`$urlId #> [1] "HP_0010993" #> #> $`Abnormality of the cerebral subcortex`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the cerebral subcortex`$`_parent` #> [1] "HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral subcortex`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the cerebral subcortex`$children #> $`Abnormality of the cerebral subcortex`$children[[1]] #> [1] "HP_0002134<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral subcortex`$children[[2]] #> [1] "HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the cerebral subcortex`$value #> [1] "Abnormality of the cerebral subcortex" #> #> #> $`Abnormality of the cerebral vasculature` #> $`Abnormality of the cerebral vasculature`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100659" #> #> $`Abnormality of the cerebral vasculature`$`_id` #> [1] "HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral vasculature`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the cerebral vasculature`$publicGeneCount #> [1] 47 #> #> $`Abnormality of the cerebral vasculature`$urlId #> [1] "HP_0100659" #> #> $`Abnormality of the cerebral vasculature`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the cerebral vasculature`$`_parent` #> [1] "HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral vasculature`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the cerebral vasculature`$children #> $`Abnormality of the cerebral vasculature`$children[[1]] #> [1] "HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral vasculature`$children[[2]] #> [1] "HP_0002170<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral vasculature`$children[[3]] #> [1] "HP_0001297<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the cerebral vasculature`$value #> [1] "Abnormality of the cerebral vasculature" #> #> #> $`Abnormality of the cerebral vasculature` #> $`Abnormality of the cerebral vasculature`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100659" #> #> $`Abnormality of the cerebral vasculature`$`_id` #> [1] "HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral vasculature`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the cerebral vasculature`$publicGeneCount #> [1] 47 #> #> $`Abnormality of the cerebral vasculature`$urlId #> [1] "HP_0100659" #> #> $`Abnormality of the cerebral vasculature`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the cerebral vasculature`$`_parent` #> [1] "HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral vasculature`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the cerebral vasculature`$children #> $`Abnormality of the cerebral vasculature`$children[[1]] #> [1] "HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral vasculature`$children[[2]] #> [1] "HP_0002170<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral vasculature`$children[[3]] #> [1] "HP_0001297<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the cerebral vasculature`$value #> [1] "Abnormality of the cerebral vasculature" #> #> #> $`Abnormality of the cerebral white matter` #> $`Abnormality of the cerebral white matter`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002500" #> #> $`Abnormality of the cerebral white matter`$`_id` #> [1] "HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral white matter`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the cerebral white matter`$publicGeneCount #> [1] 15 #> #> $`Abnormality of the cerebral white matter`$urlId #> [1] "HP_0002500" #> #> $`Abnormality of the cerebral white matter`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of the cerebral white matter`$`_parent` #> [1] "HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral white matter`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the cerebral white matter`$children #> $`Abnormality of the cerebral white matter`$children[[1]] #> [1] "HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral white matter`$children[[2]] #> [1] "HP_0002518<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral white matter`$children[[3]] #> [1] "HP_0007042<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the cerebral white matter`$value #> [1] "Abnormality of the cerebral white matter" #> #> #> $`Abnormality of the coagulation cascade` #> $`Abnormality of the coagulation cascade`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003256" #> #> $`Abnormality of the coagulation cascade`$`_id` #> [1] "HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of the coagulation cascade`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the coagulation cascade`$publicGeneCount #> [1] 3 #> #> $`Abnormality of the coagulation cascade`$urlId #> [1] "HP_0003256" #> #> $`Abnormality of the coagulation cascade`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the coagulation cascade`$`_parent` #> [1] "HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of the coagulation cascade`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the coagulation cascade`$children #> $`Abnormality of the coagulation cascade`$children[[1]] #> [1] "HP_0010989<HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of the coagulation cascade`$children[[2]] #> [1] "HP_0030780<HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the coagulation cascade`$value #> [1] "Abnormality of the coagulation cascade" #> #> #> $`Abnormality of the curvature of the vertebral column` #> $`Abnormality of the curvature of the vertebral column`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010674" #> #> $`Abnormality of the curvature of the vertebral column`$`_id` #> [1] "HP_0010674<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the curvature of the vertebral column`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the curvature of the vertebral column`$publicGeneCount #> [1] 12 #> #> $`Abnormality of the curvature of the vertebral column`$urlId #> [1] "HP_0010674" #> #> $`Abnormality of the curvature of the vertebral column`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the curvature of the vertebral column`$`_parent` #> [1] "HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the curvature of the vertebral column`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the curvature of the vertebral column`$children #> $`Abnormality of the curvature of the vertebral column`$children[[1]] #> [1] "HP_0002808<HP_0010674<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the curvature of the vertebral column`$children[[2]] #> [1] "HP_0002650<HP_0010674<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the curvature of the vertebral column`$value #> [1] "Abnormality of the curvature of the vertebral column" #> #> #> $`Abnormality of the dentition` #> $`Abnormality of the dentition`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000164" #> #> $`Abnormality of the dentition`$`_id` #> [1] "HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the dentition`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the dentition`$publicGeneCount #> [1] 11 #> #> $`Abnormality of the dentition`$urlId #> [1] "HP_0000164" #> #> $`Abnormality of the dentition`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of the dentition`$`_parent` #> [1] "HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the dentition`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the dentition`$children #> $`Abnormality of the dentition`$children[[1]] #> [1] "HP_0006483<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the dentition`$children[[2]] #> [1] "HP_0000676<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the dentition`$value #> [1] "Abnormality of the dentition" #> #> #> $`Abnormality of the digestive system` #> $`Abnormality of the digestive system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025031" #> #> $`Abnormality of the digestive system`$`_id` #> [1] "HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the digestive system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the digestive system`$publicGeneCount #> [1] 129 #> #> $`Abnormality of the digestive system`$urlId #> [1] "HP_0025031" #> #> $`Abnormality of the digestive system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the digestive system`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the digestive system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the digestive system`$children #> $`Abnormality of the digestive system`$children[[1]] #> [1] "HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the digestive system`$children[[2]] #> [1] "HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the digestive system`$children[[3]] #> [1] "HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the digestive system`$children[[4]] #> [1] "HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the digestive system`$children[[5]] #> [1] "HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the digestive system`$value #> [1] "Abnormality of the digestive system" #> #> #> $`Abnormality of the ear` #> $`Abnormality of the ear`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000598" #> #> $`Abnormality of the ear`$`_id` #> [1] "HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the ear`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the ear`$publicGeneCount #> [1] 78 #> #> $`Abnormality of the ear`$urlId #> [1] "HP_0000598" #> #> $`Abnormality of the ear`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the ear`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the ear`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the ear`$children #> $`Abnormality of the ear`$children[[1]] #> [1] "HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the ear`$children[[2]] #> [1] "HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the ear`$value #> [1] "Abnormality of the ear" #> #> #> $`Abnormality of the endocrine system` #> $`Abnormality of the endocrine system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000818" #> #> $`Abnormality of the endocrine system`$`_id` #> [1] "HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the endocrine system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the endocrine system`$publicGeneCount #> [1] 64 #> #> $`Abnormality of the endocrine system`$urlId #> [1] "HP_0000818" #> #> $`Abnormality of the endocrine system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the endocrine system`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the endocrine system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the endocrine system`$children #> $`Abnormality of the endocrine system`$children[[1]] #> [1] "HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the endocrine system`$children[[2]] #> [1] "HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the endocrine system`$children[[3]] #> [1] "HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the endocrine system`$children[[4]] #> [1] "HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the endocrine system`$children[[5]] #> [1] "HP_0000819<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the endocrine system`$children[[6]] #> [1] "HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the endocrine system`$children[[7]] #> [1] "HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the endocrine system`$value #> [1] "Abnormality of the endocrine system" #> #> #> $`Abnormality of the extraocular muscles` #> $`Abnormality of the extraocular muscles`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008049" #> #> $`Abnormality of the extraocular muscles`$`_id` #> [1] "HP_0008049<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormality of the extraocular muscles`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the extraocular muscles`$publicGeneCount #> [1] 4 #> #> $`Abnormality of the extraocular muscles`$urlId #> [1] "HP_0008049" #> #> $`Abnormality of the extraocular muscles`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the extraocular muscles`$`_parent` #> [1] "HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormality of the extraocular muscles`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the extraocular muscles`$children #> $`Abnormality of the extraocular muscles`$children[[1]] #> [1] "HP_0001491<HP_0008049<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the extraocular muscles`$value #> [1] "Abnormality of the extraocular muscles" #> #> #> $`Abnormality of the extraocular muscles` #> $`Abnormality of the extraocular muscles`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008049" #> #> $`Abnormality of the extraocular muscles`$`_id` #> [1] "HP_0008049<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the extraocular muscles`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the extraocular muscles`$publicGeneCount #> [1] 4 #> #> $`Abnormality of the extraocular muscles`$urlId #> [1] "HP_0008049" #> #> $`Abnormality of the extraocular muscles`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the extraocular muscles`$`_parent` #> [1] "HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the extraocular muscles`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the extraocular muscles`$children #> $`Abnormality of the extraocular muscles`$children[[1]] #> [1] "HP_0001491<HP_0008049<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the extraocular muscles`$value #> [1] "Abnormality of the extraocular muscles" #> #> #> $`Abnormality of the eye` #> $`Abnormality of the eye`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000478" #> #> $`Abnormality of the eye`$`_id` #> [1] "HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of the eye`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the eye`$publicGeneCount #> [1] 32 #> #> $`Abnormality of the eye`$urlId #> [1] "HP_0000478" #> #> $`Abnormality of the eye`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the eye`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the eye`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the eye`$children #> $`Abnormality of the eye`$children[[1]] #> [1] "HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of the eye`$children[[2]] #> [1] "HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the eye`$value #> [1] "Abnormality of the eye" #> #> #> $`Abnormality of the face` #> $`Abnormality of the face`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000271" #> #> $`Abnormality of the face`$`_id` #> [1] "HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the face`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the face`$publicGeneCount #> [1] 241 #> #> $`Abnormality of the face`$urlId #> [1] "HP_0000271" #> #> $`Abnormality of the face`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the face`$`_parent` #> [1] "HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the face`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the face`$children #> $`Abnormality of the face`$children[[1]] #> [1] "HP_0001999<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the face`$children[[2]] #> [1] "HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the face`$children[[3]] #> [1] "HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the face`$children[[4]] #> [1] "HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the face`$value #> [1] "Abnormality of the face" #> #> #> $`Abnormality of the female genitalia` #> $`Abnormality of the female genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010460" #> #> $`Abnormality of the female genitalia`$`_id` #> [1] "HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the female genitalia`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the female genitalia`$publicGeneCount #> [1] 35 #> #> $`Abnormality of the female genitalia`$urlId #> [1] "HP_0010460" #> #> $`Abnormality of the female genitalia`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the female genitalia`$`_parent` #> [1] "HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the female genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the female genitalia`$children #> $`Abnormality of the female genitalia`$children[[1]] #> [1] "HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the female genitalia`$value #> [1] "Abnormality of the female genitalia" #> #> #> $`Abnormality of the foot` #> $`Abnormality of the foot`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001760" #> #> $`Abnormality of the foot`$`_id` #> [1] "HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the foot`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the foot`$publicGeneCount #> [1] 6 #> #> $`Abnormality of the foot`$urlId #> [1] "HP_0001760" #> #> $`Abnormality of the foot`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of the foot`$`_parent` #> [1] "HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the foot`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the foot`$children #> $`Abnormality of the foot`$children[[1]] #> [1] "HP_0001850<HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the foot`$value #> [1] "Abnormality of the foot" #> #> #> $`Abnormality of the gallbladder` #> $`Abnormality of the gallbladder`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005264" #> #> $`Abnormality of the gallbladder`$`_id` #> [1] "HP_0005264<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the gallbladder`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the gallbladder`$publicGeneCount #> [1] 4 #> #> $`Abnormality of the gallbladder`$urlId #> [1] "HP_0005264" #> #> $`Abnormality of the gallbladder`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the gallbladder`$`_parent` #> [1] "HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the gallbladder`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the gallbladder`$children #> $`Abnormality of the gallbladder`$children[[1]] #> [1] "HP_0012437<HP_0005264<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the gallbladder`$value #> [1] "Abnormality of the gallbladder" #> #> #> $`Abnormality of the gastrointestinal tract` #> $`Abnormality of the gastrointestinal tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011024" #> #> $`Abnormality of the gastrointestinal tract`$`_id` #> [1] "HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the gastrointestinal tract`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the gastrointestinal tract`$publicGeneCount #> [1] 49 #> #> $`Abnormality of the gastrointestinal tract`$urlId #> [1] "HP_0011024" #> #> $`Abnormality of the gastrointestinal tract`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of the gastrointestinal tract`$`_parent` #> [1] "HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the gastrointestinal tract`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the gastrointestinal tract`$children #> $`Abnormality of the gastrointestinal tract`$children[[1]] #> [1] "HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the gastrointestinal tract`$children[[2]] #> [1] "HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the gastrointestinal tract`$children[[3]] #> [1] "HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the gastrointestinal tract`$value #> [1] "Abnormality of the gastrointestinal tract" #> #> #> $`Abnormality of the genital system` #> $`Abnormality of the genital system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000078" #> #> $`Abnormality of the genital system`$`_id` #> [1] "HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the genital system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the genital system`$publicGeneCount #> [1] 53 #> #> $`Abnormality of the genital system`$urlId #> [1] "HP_0000078" #> #> $`Abnormality of the genital system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the genital system`$`_parent` #> [1] "HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the genital system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the genital system`$children #> $`Abnormality of the genital system`$children[[1]] #> [1] "HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the genital system`$children[[2]] #> [1] "HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the genital system`$value #> [1] "Abnormality of the genital system" #> #> #> $`Abnormality of the genitourinary system` #> $`Abnormality of the genitourinary system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000119" #> #> $`Abnormality of the genitourinary system`$`_id` #> [1] "HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the genitourinary system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the genitourinary system`$publicGeneCount #> [1] 225 #> #> $`Abnormality of the genitourinary system`$urlId #> [1] "HP_0000119" #> #> $`Abnormality of the genitourinary system`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of the genitourinary system`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the genitourinary system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the genitourinary system`$children #> $`Abnormality of the genitourinary system`$children[[1]] #> [1] "HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the genitourinary system`$children[[2]] #> [1] "HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the genitourinary system`$children[[3]] #> [1] "HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the genitourinary system`$value #> [1] "Abnormality of the genitourinary system" #> #> #> $`Abnormality of the gingiva` #> $`Abnormality of the gingiva`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000168" #> #> $`Abnormality of the gingiva`$`_id` #> [1] "HP_0000168<HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the gingiva`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the gingiva`$publicGeneCount #> [1] 5 #> #> $`Abnormality of the gingiva`$urlId #> [1] "HP_0000168" #> #> $`Abnormality of the gingiva`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the gingiva`$`_parent` #> [1] "HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the gingiva`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the gingiva`$children #> $`Abnormality of the gingiva`$children[[1]] #> [1] "HP_0000169<HP_0000168<HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the gingiva`$children[[2]] #> [1] "HP_0000212<HP_0000168<HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the gingiva`$value #> [1] "Abnormality of the gingiva" #> #> #> $`Abnormality of the glial cells` #> $`Abnormality of the glial cells`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100705" #> #> $`Abnormality of the glial cells`$`_id` #> [1] "HP_0100705<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the glial cells`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the glial cells`$publicGeneCount #> [1] 17 #> #> $`Abnormality of the glial cells`$urlId #> [1] "HP_0100705" #> #> $`Abnormality of the glial cells`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the glial cells`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the glial cells`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the glial cells`$children #> $`Abnormality of the glial cells`$children[[1]] #> [1] "HP_0002171<HP_0100705<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the glial cells`$value #> [1] "Abnormality of the glial cells" #> #> #> $`Abnormality of the hand` #> $`Abnormality of the hand`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001155" #> #> $`Abnormality of the hand`$`_id` #> [1] "HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the hand`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the hand`$publicGeneCount #> [1] 17 #> #> $`Abnormality of the hand`$urlId #> [1] "HP_0001155" #> #> $`Abnormality of the hand`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of the hand`$`_parent` #> [1] "HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the hand`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the hand`$children #> $`Abnormality of the hand`$children[[1]] #> [1] "HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the hand`$children[[2]] #> [1] "HP_0009699<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the hand`$value #> [1] "Abnormality of the hand" #> #> #> $`Abnormality of the head` #> $`Abnormality of the head`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000234" #> #> $`Abnormality of the head`$`_id` #> [1] "HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the head`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the head`$publicGeneCount #> [1] 246 #> #> $`Abnormality of the head`$urlId #> [1] "HP_0000234" #> #> $`Abnormality of the head`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the head`$`_parent` #> [1] "HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the head`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the head`$children #> $`Abnormality of the head`$children[[1]] #> [1] "HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the head`$children[[2]] #> [1] "HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the head`$value #> [1] "Abnormality of the head" #> #> #> $`Abnormality of the hip bone` #> $`Abnormality of the hip bone`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003272" #> #> $`Abnormality of the hip bone`$`_id` #> [1] "HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip bone`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the hip bone`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the hip bone`$urlId #> [1] "HP_0003272" #> #> $`Abnormality of the hip bone`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the hip bone`$`_parent` #> [1] "HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip bone`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the hip bone`$children #> $`Abnormality of the hip bone`$children[[1]] #> [1] "HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the hip bone`$value #> [1] "Abnormality of the hip bone" #> #> #> $`Abnormality of the hip joint` #> $`Abnormality of the hip joint`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001384" #> #> $`Abnormality of the hip joint`$`_id` #> [1] "HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the hip joint`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the hip joint`$urlId #> [1] "HP_0001384" #> #> $`Abnormality of the hip joint`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the hip joint`$`_parent` #> [1] "HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the hip joint`$children #> $`Abnormality of the hip joint`$children[[1]] #> [1] "HP_0003170<HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$children[[2]] #> [1] "HP_0002827<HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the hip joint`$value #> [1] "Abnormality of the hip joint" #> #> #> $`Abnormality of the hip joint` #> $`Abnormality of the hip joint`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001384" #> #> $`Abnormality of the hip joint`$`_id` #> [1] "HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the hip joint`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the hip joint`$urlId #> [1] "HP_0001384" #> #> $`Abnormality of the hip joint`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the hip joint`$`_parent` #> [1] "HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the hip joint`$children #> $`Abnormality of the hip joint`$children[[1]] #> [1] "HP_0003170<HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$children[[2]] #> [1] "HP_0002827<HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the hip joint`$value #> [1] "Abnormality of the hip joint" #> #> #> $`Abnormality of the hip joint` #> $`Abnormality of the hip joint`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001384" #> #> $`Abnormality of the hip joint`$`_id` #> [1] "HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the hip joint`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the hip joint`$urlId #> [1] "HP_0001384" #> #> $`Abnormality of the hip joint`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the hip joint`$`_parent` #> [1] "HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the hip joint`$children #> $`Abnormality of the hip joint`$children[[1]] #> [1] "HP_0003170<HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$children[[2]] #> [1] "HP_0002827<HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the hip joint`$value #> [1] "Abnormality of the hip joint" #> #> #> $`Abnormality of the hip joint` #> $`Abnormality of the hip joint`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001384" #> #> $`Abnormality of the hip joint`$`_id` #> [1] "HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the hip joint`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the hip joint`$urlId #> [1] "HP_0001384" #> #> $`Abnormality of the hip joint`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the hip joint`$`_parent` #> [1] "HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the hip joint`$children #> $`Abnormality of the hip joint`$children[[1]] #> [1] "HP_0003170<HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$children[[2]] #> [1] "HP_0002827<HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the hip joint`$value #> [1] "Abnormality of the hip joint" #> #> #> $`Abnormality of the hypothalamus-pituitary axis` #> $`Abnormality of the hypothalamus-pituitary axis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000864" #> #> $`Abnormality of the hypothalamus-pituitary axis`$`_id` #> [1] "HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the hypothalamus-pituitary axis`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the hypothalamus-pituitary axis`$publicGeneCount #> [1] 7 #> #> $`Abnormality of the hypothalamus-pituitary axis`$urlId #> [1] "HP_0000864" #> #> $`Abnormality of the hypothalamus-pituitary axis`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the hypothalamus-pituitary axis`$`_parent` #> [1] "HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the hypothalamus-pituitary axis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the hypothalamus-pituitary axis`$children #> $`Abnormality of the hypothalamus-pituitary axis`$children[[1]] #> [1] "HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the hypothalamus-pituitary axis`$value #> [1] "Abnormality of the hypothalamus-pituitary axis" #> #> #> $`Abnormality of the immune system` #> $`Abnormality of the immune system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002715" #> #> $`Abnormality of the immune system`$`_id` #> [1] "HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of the immune system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the immune system`$publicGeneCount #> [1] 137 #> #> $`Abnormality of the immune system`$urlId #> [1] "HP_0002715" #> #> $`Abnormality of the immune system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the immune system`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the immune system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the immune system`$children #> $`Abnormality of the immune system`$children[[1]] #> [1] "HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of the immune system`$children[[2]] #> [1] "HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of the immune system`$children[[3]] #> [1] "HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the immune system`$value #> [1] "Abnormality of the immune system" #> #> #> $`Abnormality of the incisor` #> $`Abnormality of the incisor`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000676" #> #> $`Abnormality of the incisor`$`_id` #> [1] "HP_0000676<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the incisor`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the incisor`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the incisor`$urlId #> [1] "HP_0000676" #> #> $`Abnormality of the incisor`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the incisor`$`_parent` #> [1] "HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the incisor`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the incisor`$children #> $`Abnormality of the incisor`$children[[1]] #> [1] "HP_0011064<HP_0000676<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the incisor`$value #> [1] "Abnormality of the incisor" #> #> #> $`Abnormality of the inner ear` #> $`Abnormality of the inner ear`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000359" #> #> $`Abnormality of the inner ear`$`_id` #> [1] "HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the inner ear`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the inner ear`$publicGeneCount #> [1] 6 #> #> $`Abnormality of the inner ear`$urlId #> [1] "HP_0000359" #> #> $`Abnormality of the inner ear`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the inner ear`$`_parent` #> [1] "HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the inner ear`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the inner ear`$children #> $`Abnormality of the inner ear`$children[[1]] #> [1] "HP_0011389<HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the inner ear`$value #> [1] "Abnormality of the inner ear" #> #> #> $`Abnormality of the integument` #> $`Abnormality of the integument`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001574" #> #> $`Abnormality of the integument`$`_id` #> [1] "HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of the integument`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the integument`$publicGeneCount #> [1] 96 #> #> $`Abnormality of the integument`$urlId #> [1] "HP_0001574" #> #> $`Abnormality of the integument`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the integument`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the integument`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the integument`$children #> $`Abnormality of the integument`$children[[1]] #> [1] "HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of the integument`$children[[2]] #> [1] "HP_0025276<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of the integument`$children[[3]] #> [1] "HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the integument`$value #> [1] "Abnormality of the integument" #> #> #> $`Abnormality of the intervertebral disk` #> $`Abnormality of the intervertebral disk`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005108" #> #> $`Abnormality of the intervertebral disk`$`_id` #> [1] "HP_0005108<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the intervertebral disk`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the intervertebral disk`$publicGeneCount #> [1] 5 #> #> $`Abnormality of the intervertebral disk`$urlId #> [1] "HP_0005108" #> #> $`Abnormality of the intervertebral disk`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the intervertebral disk`$`_parent` #> [1] "HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the intervertebral disk`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the intervertebral disk`$children #> $`Abnormality of the intervertebral disk`$children[[1]] #> [1] "HP_0008419<HP_0005108<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the intervertebral disk`$value #> [1] "Abnormality of the intervertebral disk" #> #> #> $`Abnormality of the intrinsic pathway` #> $`Abnormality of the intrinsic pathway`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010989" #> #> $`Abnormality of the intrinsic pathway`$`_id` #> [1] "HP_0010989<HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of the intrinsic pathway`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the intrinsic pathway`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the intrinsic pathway`$urlId #> [1] "HP_0010989" #> #> $`Abnormality of the intrinsic pathway`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the intrinsic pathway`$`_parent` #> [1] "HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of the intrinsic pathway`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the intrinsic pathway`$children #> $`Abnormality of the intrinsic pathway`$children[[1]] #> [1] "HP_0005527<HP_0010989<HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the intrinsic pathway`$value #> [1] "Abnormality of the intrinsic pathway" #> #> #> $`Abnormality of the kidney` #> $`Abnormality of the kidney`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000077" #> #> $`Abnormality of the kidney`$`_id` #> [1] "HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the kidney`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the kidney`$publicGeneCount #> [1] 111 #> #> $`Abnormality of the kidney`$urlId #> [1] "HP_0000077" #> #> $`Abnormality of the kidney`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the kidney`$`_parent` #> [1] "HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the kidney`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the kidney`$children #> $`Abnormality of the kidney`$children[[1]] #> [1] "HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the kidney`$children[[2]] #> [1] "HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the kidney`$children[[3]] #> [1] "HP_0009726<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the kidney`$value #> [1] "Abnormality of the kidney" #> #> #> $`Abnormality of the kinin-kallikrein system` #> $`Abnormality of the kinin-kallikrein system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005559" #> #> $`Abnormality of the kinin-kallikrein system`$`_id` #> [1] "HP_0005559<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of the kinin-kallikrein system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the kinin-kallikrein system`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the kinin-kallikrein system`$urlId #> [1] "HP_0005559" #> #> $`Abnormality of the kinin-kallikrein system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the kinin-kallikrein system`$`_parent` #> [1] "HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of the kinin-kallikrein system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the kinin-kallikrein system`$children #> $`Abnormality of the kinin-kallikrein system`$children[[1]] #> [1] "HP_0005527<HP_0005559<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the kinin-kallikrein system`$value #> [1] "Abnormality of the kinin-kallikrein system" #> #> #> $`Abnormality of the lens` #> $`Abnormality of the lens`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000517" #> #> $`Abnormality of the lens`$`_id` #> [1] "HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of the lens`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the lens`$publicGeneCount #> [1] 3 #> #> $`Abnormality of the lens`$urlId #> [1] "HP_0000517" #> #> $`Abnormality of the lens`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the lens`$`_parent` #> [1] "HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of the lens`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the lens`$children #> $`Abnormality of the lens`$children[[1]] #> [1] "HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of the lens`$children[[2]] #> [1] "HP_0001083<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the lens`$value #> [1] "Abnormality of the lens" #> #> #> $`Abnormality of the liver` #> $`Abnormality of the liver`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001392" #> #> $`Abnormality of the liver`$`_id` #> [1] "HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the liver`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the liver`$publicGeneCount #> [1] 16 #> #> $`Abnormality of the liver`$urlId #> [1] "HP_0001392" #> #> $`Abnormality of the liver`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the liver`$`_parent` #> [1] "HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the liver`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the liver`$children #> $`Abnormality of the liver`$children[[1]] #> [1] "HP_0410042<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the liver`$children[[2]] #> [1] "HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the liver`$value #> [1] "Abnormality of the liver" #> #> #> $`Abnormality of the lower limb` #> $`Abnormality of the lower limb`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002814" #> #> $`Abnormality of the lower limb`$`_id` #> [1] "HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the lower limb`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the lower limb`$publicGeneCount #> [1] 8 #> #> $`Abnormality of the lower limb`$urlId #> [1] "HP_0002814" #> #> $`Abnormality of the lower limb`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the lower limb`$`_parent` #> [1] "HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the lower limb`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the lower limb`$children #> $`Abnormality of the lower limb`$children[[1]] #> [1] "HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the lower limb`$children[[2]] #> [1] "HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the lower limb`$value #> [1] "Abnormality of the lower limb" #> #> #> $`Abnormality of the lower urinary tract` #> $`Abnormality of the lower urinary tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010936" #> #> $`Abnormality of the lower urinary tract`$`_id` #> [1] "HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the lower urinary tract`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the lower urinary tract`$publicGeneCount #> [1] 4 #> #> $`Abnormality of the lower urinary tract`$urlId #> [1] "HP_0010936" #> #> $`Abnormality of the lower urinary tract`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the lower urinary tract`$`_parent` #> [1] "HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the lower urinary tract`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the lower urinary tract`$children #> $`Abnormality of the lower urinary tract`$children[[1]] #> [1] "HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the lower urinary tract`$value #> [1] "Abnormality of the lower urinary tract" #> #> #> $`Abnormality of the lymphatic system` #> $`Abnormality of the lymphatic system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100763" #> #> $`Abnormality of the lymphatic system`$`_id` #> [1] "HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the lymphatic system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the lymphatic system`$publicGeneCount #> [1] 10 #> #> $`Abnormality of the lymphatic system`$urlId #> [1] "HP_0100763" #> #> $`Abnormality of the lymphatic system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the lymphatic system`$`_parent` #> [1] "HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the lymphatic system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the lymphatic system`$children #> $`Abnormality of the lymphatic system`$children[[1]] #> [1] "HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the lymphatic system`$value #> [1] "Abnormality of the lymphatic system" #> #> #> $`Abnormality of the lymphatic system` #> $`Abnormality of the lymphatic system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100763" #> #> $`Abnormality of the lymphatic system`$`_id` #> [1] "HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of the lymphatic system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the lymphatic system`$publicGeneCount #> [1] 10 #> #> $`Abnormality of the lymphatic system`$urlId #> [1] "HP_0100763" #> #> $`Abnormality of the lymphatic system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the lymphatic system`$`_parent` #> [1] "HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of the lymphatic system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the lymphatic system`$children #> $`Abnormality of the lymphatic system`$children[[1]] #> [1] "HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the lymphatic system`$value #> [1] "Abnormality of the lymphatic system" #> #> #> $`Abnormality of the male genitalia` #> $`Abnormality of the male genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010461" #> #> $`Abnormality of the male genitalia`$`_id` #> [1] "HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the male genitalia`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the male genitalia`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the male genitalia`$urlId #> [1] "HP_0010461" #> #> $`Abnormality of the male genitalia`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the male genitalia`$`_parent` #> [1] "HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the male genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the male genitalia`$children #> $`Abnormality of the male genitalia`$children[[1]] #> [1] "HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the male genitalia`$value #> [1] "Abnormality of the male genitalia" #> #> #> $`Abnormality of the mandible` #> $`Abnormality of the mandible`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000277" #> #> $`Abnormality of the mandible`$`_id` #> [1] "HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the mandible`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the mandible`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the mandible`$urlId #> [1] "HP_0000277" #> #> $`Abnormality of the mandible`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the mandible`$`_parent` #> [1] "HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the mandible`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the mandible`$children #> $`Abnormality of the mandible`$children[[1]] #> [1] "HP_0000278<HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the mandible`$children[[2]] #> [1] "HP_0000211<HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the mandible`$value #> [1] "Abnormality of the mandible" #> #> #> $`Abnormality of the mandible` #> $`Abnormality of the mandible`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000277" #> #> $`Abnormality of the mandible`$`_id` #> [1] "HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the mandible`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the mandible`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the mandible`$urlId #> [1] "HP_0000277" #> #> $`Abnormality of the mandible`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the mandible`$`_parent` #> [1] "HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the mandible`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the mandible`$children #> $`Abnormality of the mandible`$children[[1]] #> [1] "HP_0000278<HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the mandible`$children[[2]] #> [1] "HP_0000211<HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the mandible`$value #> [1] "Abnormality of the mandible" #> #> #> $`Abnormality of the menstrual cycle` #> $`Abnormality of the menstrual cycle`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000140" #> #> $`Abnormality of the menstrual cycle`$`_id` #> [1] "HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the menstrual cycle`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the menstrual cycle`$publicGeneCount #> [1] 4 #> #> $`Abnormality of the menstrual cycle`$urlId #> [1] "HP_0000140" #> #> $`Abnormality of the menstrual cycle`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the menstrual cycle`$`_parent` #> [1] "HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the menstrual cycle`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the menstrual cycle`$children #> $`Abnormality of the menstrual cycle`$children[[1]] #> [1] "HP_0000858<HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the menstrual cycle`$children[[2]] #> [1] "HP_0000876<HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the menstrual cycle`$value #> [1] "Abnormality of the menstrual cycle" #> #> #> $`Abnormality of the metaphysis` #> $`Abnormality of the metaphysis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000944" #> #> $`Abnormality of the metaphysis`$`_id` #> [1] "HP_0000944<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the metaphysis`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the metaphysis`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the metaphysis`$urlId #> [1] "HP_0000944" #> #> $`Abnormality of the metaphysis`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the metaphysis`$`_parent` #> [1] "HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the metaphysis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the metaphysis`$children #> $`Abnormality of the metaphysis`$children[[1]] #> [1] "HP_0031367<HP_0000944<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the metaphysis`$value #> [1] "Abnormality of the metaphysis" #> #> #> $`Abnormality of the metaphysis` #> $`Abnormality of the metaphysis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000944" #> #> $`Abnormality of the metaphysis`$`_id` #> [1] "HP_0000944<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the metaphysis`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the metaphysis`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the metaphysis`$urlId #> [1] "HP_0000944" #> #> $`Abnormality of the metaphysis`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the metaphysis`$`_parent` #> [1] "HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the metaphysis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the metaphysis`$children #> $`Abnormality of the metaphysis`$children[[1]] #> [1] "HP_0031367<HP_0000944<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the metaphysis`$value #> [1] "Abnormality of the metaphysis" #> #> #> $`Abnormality of the metaphysis` #> $`Abnormality of the metaphysis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000944" #> #> $`Abnormality of the metaphysis`$`_id` #> [1] "HP_0000944<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the metaphysis`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the metaphysis`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the metaphysis`$urlId #> [1] "HP_0000944" #> #> $`Abnormality of the metaphysis`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the metaphysis`$`_parent` #> [1] "HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the metaphysis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the metaphysis`$children #> $`Abnormality of the metaphysis`$children[[1]] #> [1] "HP_0031367<HP_0000944<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the metaphysis`$value #> [1] "Abnormality of the metaphysis" #> #> #> $`Abnormality of the metencephalon` #> $`Abnormality of the metencephalon`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011283" #> #> $`Abnormality of the metencephalon`$`_id` #> [1] "HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the metencephalon`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the metencephalon`$publicGeneCount #> [1] 6 #> #> $`Abnormality of the metencephalon`$urlId #> [1] "HP_0011283" #> #> $`Abnormality of the metencephalon`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the metencephalon`$`_parent` #> [1] "HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the metencephalon`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the metencephalon`$children #> $`Abnormality of the metencephalon`$children[[1]] #> [1] "HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the metencephalon`$value #> [1] "Abnormality of the metencephalon" #> #> #> $`Abnormality of the middle ear` #> $`Abnormality of the middle ear`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000370" #> #> $`Abnormality of the middle ear`$`_id` #> [1] "HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the middle ear`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the middle ear`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the middle ear`$urlId #> [1] "HP_0000370" #> #> $`Abnormality of the middle ear`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the middle ear`$`_parent` #> [1] "HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the middle ear`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the middle ear`$children #> $`Abnormality of the middle ear`$children[[1]] #> [1] "HP_0011452<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the middle ear`$children[[2]] #> [1] "HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the middle ear`$value #> [1] "Abnormality of the middle ear" #> #> #> $`Abnormality of the middle ear ossicles` #> $`Abnormality of the middle ear ossicles`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004452" #> #> $`Abnormality of the middle ear ossicles`$`_id` #> [1] "HP_0004452<HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the middle ear ossicles`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the middle ear ossicles`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the middle ear ossicles`$urlId #> [1] "HP_0004452" #> #> $`Abnormality of the middle ear ossicles`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the middle ear ossicles`$`_parent` #> [1] "HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the middle ear ossicles`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the middle ear ossicles`$children #> $`Abnormality of the middle ear ossicles`$children[[1]] #> [1] "HP_0008628<HP_0004452<HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the middle ear ossicles`$value #> [1] "Abnormality of the middle ear ossicles" #> #> #> $`Abnormality of the mouth` #> $`Abnormality of the mouth`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000153" #> #> $`Abnormality of the mouth`$`_id` #> [1] "HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the mouth`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the mouth`$publicGeneCount #> [1] 21 #> #> $`Abnormality of the mouth`$urlId #> [1] "HP_0000153" #> #> $`Abnormality of the mouth`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the mouth`$`_parent` #> [1] "HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the mouth`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the mouth`$children #> $`Abnormality of the mouth`$children[[1]] #> [1] "HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the mouth`$children[[2]] #> [1] "HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the mouth`$value #> [1] "Abnormality of the mouth" #> #> #> $`Abnormality of the musculature` #> $`Abnormality of the musculature`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003011" #> #> $`Abnormality of the musculature`$`_id` #> [1] "HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormality of the musculature`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the musculature`$publicGeneCount #> [1] 144 #> #> $`Abnormality of the musculature`$urlId #> [1] "HP_0003011" #> #> $`Abnormality of the musculature`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the musculature`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the musculature`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the musculature`$children #> $`Abnormality of the musculature`$children[[1]] #> [1] "HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormality of the musculature`$children[[2]] #> [1] "HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormality of the musculature`$children[[3]] #> [1] "HP_0009728<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the musculature`$value #> [1] "Abnormality of the musculature" #> #> #> $`Abnormality of the nasal mucosa` #> $`Abnormality of the nasal mucosa`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000433" #> #> $`Abnormality of the nasal mucosa`$`_id` #> [1] "HP_0000433<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the nasal mucosa`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the nasal mucosa`$publicGeneCount #> [1] 71 #> #> $`Abnormality of the nasal mucosa`$urlId #> [1] "HP_0000433" #> #> $`Abnormality of the nasal mucosa`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the nasal mucosa`$`_parent` #> [1] "HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the nasal mucosa`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the nasal mucosa`$children #> $`Abnormality of the nasal mucosa`$children[[1]] #> [1] "HP_0100582<HP_0000433<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the nasal mucosa`$value #> [1] "Abnormality of the nasal mucosa" #> #> #> $`Abnormality of the neck` #> $`Abnormality of the neck`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000464" #> #> $`Abnormality of the neck`$`_id` #> [1] "HP_0000464<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the neck`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the neck`$publicGeneCount #> [1] 3 #> #> $`Abnormality of the neck`$urlId #> [1] "HP_0000464" #> #> $`Abnormality of the neck`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the neck`$`_parent` #> [1] "HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the neck`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the neck`$children #> $`Abnormality of the neck`$children[[1]] #> [1] "HP_0011006<HP_0000464<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the neck`$value #> [1] "Abnormality of the neck" #> #> #> $`Abnormality of the nervous system` #> $`Abnormality of the nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000707" #> #> $`Abnormality of the nervous system`$`_id` #> [1] "HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the nervous system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the nervous system`$publicGeneCount #> [1] 309 #> #> $`Abnormality of the nervous system`$urlId #> [1] "HP_0000707" #> #> $`Abnormality of the nervous system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the nervous system`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the nervous system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the nervous system`$children #> $`Abnormality of the nervous system`$children[[1]] #> [1] "HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the nervous system`$children[[2]] #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the nervous system`$value #> [1] "Abnormality of the nervous system" #> #> #> $`Abnormality of the nose` #> $`Abnormality of the nose`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000366" #> #> $`Abnormality of the nose`$`_id` #> [1] "HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the nose`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the nose`$publicGeneCount #> [1] 73 #> #> $`Abnormality of the nose`$urlId #> [1] "HP_0000366" #> #> $`Abnormality of the nose`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the nose`$`_parent` #> [1] "HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the nose`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the nose`$children #> $`Abnormality of the nose`$children[[1]] #> [1] "HP_0005105<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the nose`$children[[2]] #> [1] "HP_0000433<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the nose`$children[[3]] #> [1] "HP_0000421<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the nose`$children[[4]] #> [1] "HP_0001742<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the nose`$value #> [1] "Abnormality of the nose" #> #> #> $`Abnormality of the ocular adnexa` #> $`Abnormality of the ocular adnexa`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032039" #> #> $`Abnormality of the ocular adnexa`$`_id` #> [1] "HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the ocular adnexa`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the ocular adnexa`$publicGeneCount #> [1] 6 #> #> $`Abnormality of the ocular adnexa`$urlId #> [1] "HP_0032039" #> #> $`Abnormality of the ocular adnexa`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the ocular adnexa`$`_parent` #> [1] "HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the ocular adnexa`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the ocular adnexa`$children #> $`Abnormality of the ocular adnexa`$children[[1]] #> [1] "HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the ocular adnexa`$value #> [1] "Abnormality of the ocular adnexa" #> #> #> $`Abnormality of the optic nerve` #> $`Abnormality of the optic nerve`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000587" #> #> $`Abnormality of the optic nerve`$`_id` #> [1] "HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of the optic nerve`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the optic nerve`$publicGeneCount #> [1] 3 #> #> $`Abnormality of the optic nerve`$urlId #> [1] "HP_0000587" #> #> $`Abnormality of the optic nerve`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the optic nerve`$`_parent` #> [1] "HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of the optic nerve`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the optic nerve`$children #> $`Abnormality of the optic nerve`$children[[1]] #> [1] "HP_0008058<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of the optic nerve`$children[[2]] #> [1] "HP_0001138<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the optic nerve`$value #> [1] "Abnormality of the optic nerve" #> #> #> $`Abnormality of the orbital region` #> $`Abnormality of the orbital region`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000315" #> #> $`Abnormality of the orbital region`$`_id` #> [1] "HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the orbital region`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the orbital region`$publicGeneCount #> [1] 6 #> #> $`Abnormality of the orbital region`$urlId #> [1] "HP_0000315" #> #> $`Abnormality of the orbital region`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the orbital region`$`_parent` #> [1] "HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the orbital region`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the orbital region`$children #> $`Abnormality of the orbital region`$children[[1]] #> [1] "HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the orbital region`$value #> [1] "Abnormality of the orbital region" #> #> #> $`Abnormality of the ovary` #> $`Abnormality of the ovary`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000137" #> #> $`Abnormality of the ovary`$`_id` #> [1] "HP_0000137<HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the ovary`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the ovary`$publicGeneCount #> [1] 35 #> #> $`Abnormality of the ovary`$urlId #> [1] "HP_0000137" #> #> $`Abnormality of the ovary`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the ovary`$`_parent` #> [1] "HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the ovary`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the ovary`$children #> $`Abnormality of the ovary`$children[[1]] #> [1] "HP_0031065<HP_0000137<HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the ovary`$value #> [1] "Abnormality of the ovary" #> #> #> $`Abnormality of the ovary` #> $`Abnormality of the ovary`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000137" #> #> $`Abnormality of the ovary`$`_id` #> [1] "HP_0000137<HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the ovary`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the ovary`$publicGeneCount #> [1] 35 #> #> $`Abnormality of the ovary`$urlId #> [1] "HP_0000137" #> #> $`Abnormality of the ovary`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the ovary`$`_parent` #> [1] "HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the ovary`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the ovary`$children #> $`Abnormality of the ovary`$children[[1]] #> [1] "HP_0031065<HP_0000137<HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the ovary`$value #> [1] "Abnormality of the ovary" #> #> #> $`Abnormality of the pancreas` #> $`Abnormality of the pancreas`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001732" #> #> $`Abnormality of the pancreas`$`_id` #> [1] "HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the pancreas`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the pancreas`$publicGeneCount #> [1] 6 #> #> $`Abnormality of the pancreas`$urlId #> [1] "HP_0001732" #> #> $`Abnormality of the pancreas`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the pancreas`$`_parent` #> [1] "HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the pancreas`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the pancreas`$children #> $`Abnormality of the pancreas`$children[[1]] #> [1] "HP_0012090<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the pancreas`$children[[2]] #> [1] "HP_0012091<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the pancreas`$value #> [1] "Abnormality of the pancreas" #> #> #> $`Abnormality of the penis` #> $`Abnormality of the penis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000036" #> #> $`Abnormality of the penis`$`_id` #> [1] "HP_0000036<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the penis`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the penis`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the penis`$urlId #> [1] "HP_0000036" #> #> $`Abnormality of the penis`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the penis`$`_parent` #> [1] "HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the penis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the penis`$children #> $`Abnormality of the penis`$children[[1]] #> [1] "HP_0008736<HP_0000036<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the penis`$value #> [1] "Abnormality of the penis" #> #> #> $`Abnormality of the penis` #> $`Abnormality of the penis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000036" #> #> $`Abnormality of the penis`$`_id` #> [1] "HP_0000036<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the penis`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the penis`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the penis`$urlId #> [1] "HP_0000036" #> #> $`Abnormality of the penis`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the penis`$`_parent` #> [1] "HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the penis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the penis`$children #> $`Abnormality of the penis`$children[[1]] #> [1] "HP_0008736<HP_0000036<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the penis`$value #> [1] "Abnormality of the penis" #> #> #> $`Abnormality of the peritoneum` #> $`Abnormality of the peritoneum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002585" #> #> $`Abnormality of the peritoneum`$`_id` #> [1] "HP_0002585<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the peritoneum`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the peritoneum`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the peritoneum`$urlId #> [1] "HP_0002585" #> #> $`Abnormality of the peritoneum`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the peritoneum`$`_parent` #> [1] "HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the peritoneum`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the peritoneum`$children #> $`Abnormality of the peritoneum`$children[[1]] #> [1] "HP_0005200<HP_0002585<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the peritoneum`$value #> [1] "Abnormality of the peritoneum" #> #> #> $`Abnormality of the periventricular white matter` #> $`Abnormality of the periventricular white matter`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002518" #> #> $`Abnormality of the periventricular white matter`$`_id` #> [1] "HP_0002518<HP_0002352<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the periventricular white matter`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the periventricular white matter`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the periventricular white matter`$urlId #> [1] "HP_0002518" #> #> $`Abnormality of the periventricular white matter`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of the periventricular white matter`$`_parent` #> [1] "HP_0002352<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the periventricular white matter`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the periventricular white matter`$children #> $`Abnormality of the periventricular white matter`$children[[1]] #> [1] "HP_0007109<HP_0002518<HP_0002352<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the periventricular white matter`$value #> [1] "Abnormality of the periventricular white matter" #> #> #> $`Abnormality of the periventricular white matter` #> $`Abnormality of the periventricular white matter`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002518" #> #> $`Abnormality of the periventricular white matter`$`_id` #> [1] "HP_0002518<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the periventricular white matter`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the periventricular white matter`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the periventricular white matter`$urlId #> [1] "HP_0002518" #> #> $`Abnormality of the periventricular white matter`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of the periventricular white matter`$`_parent` #> [1] "HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the periventricular white matter`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the periventricular white matter`$children #> $`Abnormality of the periventricular white matter`$children[[1]] #> [1] "HP_0007109<HP_0002518<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the periventricular white matter`$value #> [1] "Abnormality of the periventricular white matter" #> #> #> $`Abnormality of the pituitary gland` #> $`Abnormality of the pituitary gland`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012503" #> #> $`Abnormality of the pituitary gland`$`_id` #> [1] "HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the pituitary gland`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the pituitary gland`$publicGeneCount #> [1] 7 #> #> $`Abnormality of the pituitary gland`$urlId #> [1] "HP_0012503" #> #> $`Abnormality of the pituitary gland`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the pituitary gland`$`_parent` #> [1] "HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the pituitary gland`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the pituitary gland`$children #> $`Abnormality of the pituitary gland`$children[[1]] #> [1] "HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the pituitary gland`$value #> [1] "Abnormality of the pituitary gland" #> #> #> $`Abnormality of the pituitary gland` #> $`Abnormality of the pituitary gland`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012503" #> #> $`Abnormality of the pituitary gland`$`_id` #> [1] "HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the pituitary gland`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the pituitary gland`$publicGeneCount #> [1] 7 #> #> $`Abnormality of the pituitary gland`$urlId #> [1] "HP_0012503" #> #> $`Abnormality of the pituitary gland`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the pituitary gland`$`_parent` #> [1] "HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the pituitary gland`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the pituitary gland`$children #> $`Abnormality of the pituitary gland`$children[[1]] #> [1] "HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the pituitary gland`$value #> [1] "Abnormality of the pituitary gland" #> #> #> $`Abnormality of the protein C anticoagulant pathway` #> $`Abnormality of the protein C anticoagulant pathway`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030780" #> #> $`Abnormality of the protein C anticoagulant pathway`$`_id` #> [1] "HP_0030780<HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of the protein C anticoagulant pathway`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the protein C anticoagulant pathway`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the protein C anticoagulant pathway`$urlId #> [1] "HP_0030780" #> #> $`Abnormality of the protein C anticoagulant pathway`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the protein C anticoagulant pathway`$`_parent` #> [1] "HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of the protein C anticoagulant pathway`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the protein C anticoagulant pathway`$children #> $`Abnormality of the protein C anticoagulant pathway`$children[[1]] #> [1] "HP_0012175<HP_0030780<HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the protein C anticoagulant pathway`$value #> [1] "Abnormality of the protein C anticoagulant pathway" #> #> #> $`Abnormality of the respiratory system` #> $`Abnormality of the respiratory system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002086" #> #> $`Abnormality of the respiratory system`$`_id` #> [1] "HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormality of the respiratory system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the respiratory system`$publicGeneCount #> [1] 94 #> #> $`Abnormality of the respiratory system`$urlId #> [1] "HP_0002086" #> #> $`Abnormality of the respiratory system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the respiratory system`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the respiratory system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the respiratory system`$children #> $`Abnormality of the respiratory system`$children[[1]] #> [1] "HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormality of the respiratory system`$children[[2]] #> [1] "HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the respiratory system`$value #> [1] "Abnormality of the respiratory system" #> #> #> $`Abnormality of the skeletal system` #> $`Abnormality of the skeletal system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000924" #> #> $`Abnormality of the skeletal system`$`_id` #> [1] "HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the skeletal system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the skeletal system`$publicGeneCount #> [1] 76 #> #> $`Abnormality of the skeletal system`$urlId #> [1] "HP_0000924" #> #> $`Abnormality of the skeletal system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the skeletal system`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the skeletal system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the skeletal system`$children #> $`Abnormality of the skeletal system`$children[[1]] #> [1] "HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the skeletal system`$children[[2]] #> [1] "HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the skeletal system`$children[[3]] #> [1] "HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the skeletal system`$children[[4]] #> [1] "HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the skeletal system`$value #> [1] "Abnormality of the skeletal system" #> #> #> $`Abnormality of the skin` #> $`Abnormality of the skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000951" #> #> $`Abnormality of the skin`$`_id` #> [1] "HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of the skin`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the skin`$publicGeneCount #> [1] 87 #> #> $`Abnormality of the skin`$urlId #> [1] "HP_0000951" #> #> $`Abnormality of the skin`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the skin`$`_parent` #> [1] "HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of the skin`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the skin`$children #> $`Abnormality of the skin`$children[[1]] #> [1] "HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of the skin`$children[[2]] #> [1] "HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of the skin`$children[[3]] #> [1] "HP_0008069<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the skin`$value #> [1] "Abnormality of the skin" #> #> #> $`Abnormality of the spinal cord` #> $`Abnormality of the spinal cord`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002143" #> #> $`Abnormality of the spinal cord`$`_id` #> [1] "HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the spinal cord`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the spinal cord`$publicGeneCount #> [1] 9 #> #> $`Abnormality of the spinal cord`$urlId #> [1] "HP_0002143" #> #> $`Abnormality of the spinal cord`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the spinal cord`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the spinal cord`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the spinal cord`$children #> $`Abnormality of the spinal cord`$children[[1]] #> [1] "HP_0002176<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the spinal cord`$children[[2]] #> [1] "HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the spinal cord`$value #> [1] "Abnormality of the spinal cord" #> #> #> $`Abnormality of the spleen` #> $`Abnormality of the spleen`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001743" #> #> $`Abnormality of the spleen`$`_id` #> [1] "HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the spleen`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the spleen`$publicGeneCount #> [1] 10 #> #> $`Abnormality of the spleen`$urlId #> [1] "HP_0001743" #> #> $`Abnormality of the spleen`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the spleen`$`_parent` #> [1] "HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the spleen`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the spleen`$children #> $`Abnormality of the spleen`$children[[1]] #> [1] "HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the spleen`$value #> [1] "Abnormality of the spleen" #> #> #> $`Abnormality of the spleen` #> $`Abnormality of the spleen`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001743" #> #> $`Abnormality of the spleen`$`_id` #> [1] "HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the spleen`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the spleen`$publicGeneCount #> [1] 10 #> #> $`Abnormality of the spleen`$urlId #> [1] "HP_0001743" #> #> $`Abnormality of the spleen`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the spleen`$`_parent` #> [1] "HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the spleen`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the spleen`$children #> $`Abnormality of the spleen`$children[[1]] #> [1] "HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the spleen`$value #> [1] "Abnormality of the spleen" #> #> #> $`Abnormality of the spleen` #> $`Abnormality of the spleen`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001743" #> #> $`Abnormality of the spleen`$`_id` #> [1] "HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of the spleen`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the spleen`$publicGeneCount #> [1] 10 #> #> $`Abnormality of the spleen`$urlId #> [1] "HP_0001743" #> #> $`Abnormality of the spleen`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the spleen`$`_parent` #> [1] "HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of the spleen`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the spleen`$children #> $`Abnormality of the spleen`$children[[1]] #> [1] "HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the spleen`$value #> [1] "Abnormality of the spleen" #> #> #> $`Abnormality of the stapes` #> $`Abnormality of the stapes`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008628" #> #> $`Abnormality of the stapes`$`_id` #> [1] "HP_0008628<HP_0004452<HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the stapes`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the stapes`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the stapes`$urlId #> [1] "HP_0008628" #> #> $`Abnormality of the stapes`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the stapes`$`_parent` #> [1] "HP_0004452<HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the stapes`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the stapes`$children #> $`Abnormality of the stapes`$children[[1]] #> [1] "HP_0000381<HP_0008628<HP_0004452<HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the stapes`$value #> [1] "Abnormality of the stapes" #> #> #> $`Abnormality of the stomach` #> $`Abnormality of the stomach`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002577" #> #> $`Abnormality of the stomach`$`_id` #> [1] "HP_0002577<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the stomach`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the stomach`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the stomach`$urlId #> [1] "HP_0002577" #> #> $`Abnormality of the stomach`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the stomach`$`_parent` #> [1] "HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the stomach`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the stomach`$children #> $`Abnormality of the stomach`$children[[1]] #> [1] "HP_0002020<HP_0002577<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the stomach`$value #> [1] "Abnormality of the stomach" #> #> #> $`Abnormality of the synovia` #> $`Abnormality of the synovia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005262" #> #> $`Abnormality of the synovia`$`_id` #> [1] "HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the synovia`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the synovia`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the synovia`$urlId #> [1] "HP_0005262" #> #> $`Abnormality of the synovia`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the synovia`$`_parent` #> [1] "HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the synovia`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the synovia`$children #> $`Abnormality of the synovia`$children[[1]] #> [1] "HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the synovia`$value #> [1] "Abnormality of the synovia" #> #> #> $`Abnormality of the talus` #> $`Abnormality of the talus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008365" #> #> $`Abnormality of the talus`$`_id` #> [1] "HP_0008365<HP_0001850<HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the talus`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the talus`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the talus`$urlId #> [1] "HP_0008365" #> #> $`Abnormality of the talus`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the talus`$`_parent` #> [1] "HP_0001850<HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the talus`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the talus`$children #> $`Abnormality of the talus`$children[[1]] #> [1] "HP_0001838<HP_0008365<HP_0001850<HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the talus`$value #> [1] "Abnormality of the talus" #> #> #> $`Abnormality of the talus` #> $`Abnormality of the talus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008365" #> #> $`Abnormality of the talus`$`_id` #> [1] "HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the talus`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the talus`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the talus`$urlId #> [1] "HP_0008365" #> #> $`Abnormality of the talus`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the talus`$`_parent` #> [1] "HP_0001850<HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the talus`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the talus`$children #> $`Abnormality of the talus`$children[[1]] #> [1] "HP_0001838<HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the talus`$value #> [1] "Abnormality of the talus" #> #> #> $`Abnormality of the talus` #> $`Abnormality of the talus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008365" #> #> $`Abnormality of the talus`$`_id` #> [1] "HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the talus`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the talus`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the talus`$urlId #> [1] "HP_0008365" #> #> $`Abnormality of the talus`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the talus`$`_parent` #> [1] "HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the talus`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the talus`$children #> $`Abnormality of the talus`$children[[1]] #> [1] "HP_0001838<HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the talus`$value #> [1] "Abnormality of the talus" #> #> #> $`Abnormality of the talus` #> $`Abnormality of the talus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008365" #> #> $`Abnormality of the talus`$`_id` #> [1] "HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the talus`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the talus`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the talus`$urlId #> [1] "HP_0008365" #> #> $`Abnormality of the talus`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the talus`$`_parent` #> [1] "HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the talus`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the talus`$children #> $`Abnormality of the talus`$children[[1]] #> [1] "HP_0001838<HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the talus`$value #> [1] "Abnormality of the talus" #> #> #> $`Abnormality of the tarsal bones` #> $`Abnormality of the tarsal bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001850" #> #> $`Abnormality of the tarsal bones`$`_id` #> [1] "HP_0001850<HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the tarsal bones`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the tarsal bones`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the tarsal bones`$urlId #> [1] "HP_0001850" #> #> $`Abnormality of the tarsal bones`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the tarsal bones`$`_parent` #> [1] "HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the tarsal bones`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the tarsal bones`$children #> $`Abnormality of the tarsal bones`$children[[1]] #> [1] "HP_0008365<HP_0001850<HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the tarsal bones`$value #> [1] "Abnormality of the tarsal bones" #> #> #> $`Abnormality of the tarsal bones` #> $`Abnormality of the tarsal bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001850" #> #> $`Abnormality of the tarsal bones`$`_id` #> [1] "HP_0001850<HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the tarsal bones`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the tarsal bones`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the tarsal bones`$urlId #> [1] "HP_0001850" #> #> $`Abnormality of the tarsal bones`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the tarsal bones`$`_parent` #> [1] "HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the tarsal bones`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the tarsal bones`$children #> $`Abnormality of the tarsal bones`$children[[1]] #> [1] "HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the tarsal bones`$value #> [1] "Abnormality of the tarsal bones" #> #> #> $`Abnormality of the tarsal bones` #> $`Abnormality of the tarsal bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001850" #> #> $`Abnormality of the tarsal bones`$`_id` #> [1] "HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the tarsal bones`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the tarsal bones`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the tarsal bones`$urlId #> [1] "HP_0001850" #> #> $`Abnormality of the tarsal bones`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the tarsal bones`$`_parent` #> [1] "HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the tarsal bones`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the tarsal bones`$children #> $`Abnormality of the tarsal bones`$children[[1]] #> [1] "HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the tarsal bones`$value #> [1] "Abnormality of the tarsal bones" #> #> #> $`Abnormality of the tarsal bones` #> $`Abnormality of the tarsal bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001850" #> #> $`Abnormality of the tarsal bones`$`_id` #> [1] "HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the tarsal bones`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the tarsal bones`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the tarsal bones`$urlId #> [1] "HP_0001850" #> #> $`Abnormality of the tarsal bones`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the tarsal bones`$`_parent` #> [1] "HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the tarsal bones`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the tarsal bones`$children #> $`Abnormality of the tarsal bones`$children[[1]] #> [1] "HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the tarsal bones`$value #> [1] "Abnormality of the tarsal bones" #> #> #> $`Abnormality of the thorax` #> $`Abnormality of the thorax`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000765" #> #> $`Abnormality of the thorax`$`_id` #> [1] "HP_0000765<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the thorax`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the thorax`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the thorax`$urlId #> [1] "HP_0000765" #> #> $`Abnormality of the thorax`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the thorax`$`_parent` #> [1] "HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the thorax`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the thorax`$children #> $`Abnormality of the thorax`$children[[1]] #> [1] "HP_0100749<HP_0000765<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the thorax`$value #> [1] "Abnormality of the thorax" #> #> #> $`Abnormality of the upper limb` #> $`Abnormality of the upper limb`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002817" #> #> $`Abnormality of the upper limb`$`_id` #> [1] "HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the upper limb`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the upper limb`$publicGeneCount #> [1] 17 #> #> $`Abnormality of the upper limb`$urlId #> [1] "HP_0002817" #> #> $`Abnormality of the upper limb`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the upper limb`$`_parent` #> [1] "HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the upper limb`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the upper limb`$children #> $`Abnormality of the upper limb`$children[[1]] #> [1] "HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the upper limb`$value #> [1] "Abnormality of the upper limb" #> #> #> $`Abnormality of the upper respiratory tract` #> $`Abnormality of the upper respiratory tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002087" #> #> $`Abnormality of the upper respiratory tract`$`_id` #> [1] "HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormality of the upper respiratory tract`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the upper respiratory tract`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the upper respiratory tract`$urlId #> [1] "HP_0002087" #> #> $`Abnormality of the upper respiratory tract`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the upper respiratory tract`$`_parent` #> [1] "HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormality of the upper respiratory tract`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the upper respiratory tract`$children #> $`Abnormality of the upper respiratory tract`$children[[1]] #> [1] "HP_0005607<HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the upper respiratory tract`$value #> [1] "Abnormality of the upper respiratory tract" #> #> #> $`Abnormality of the upper urinary tract` #> $`Abnormality of the upper urinary tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010935" #> #> $`Abnormality of the upper urinary tract`$`_id` #> [1] "HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the upper urinary tract`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the upper urinary tract`$publicGeneCount #> [1] 111 #> #> $`Abnormality of the upper urinary tract`$urlId #> [1] "HP_0010935" #> #> $`Abnormality of the upper urinary tract`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the upper urinary tract`$`_parent` #> [1] "HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the upper urinary tract`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the upper urinary tract`$children #> $`Abnormality of the upper urinary tract`$children[[1]] #> [1] "HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the upper urinary tract`$value #> [1] "Abnormality of the upper urinary tract" #> #> #> $`Abnormality of the urinary system` #> $`Abnormality of the urinary system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000079" #> #> $`Abnormality of the urinary system`$`_id` #> [1] "HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the urinary system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the urinary system`$publicGeneCount #> [1] 172 #> #> $`Abnormality of the urinary system`$urlId #> [1] "HP_0000079" #> #> $`Abnormality of the urinary system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the urinary system`$`_parent` #> [1] "HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the urinary system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the urinary system`$children #> $`Abnormality of the urinary system`$children[[1]] #> [1] "HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the urinary system`$children[[2]] #> [1] "HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the urinary system`$children[[3]] #> [1] "HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the urinary system`$value #> [1] "Abnormality of the urinary system" #> #> #> $`Abnormality of the urinary system physiology` #> $`Abnormality of the urinary system physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011277" #> #> $`Abnormality of the urinary system physiology`$`_id` #> [1] "HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the urinary system physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the urinary system physiology`$publicGeneCount #> [1] 157 #> #> $`Abnormality of the urinary system physiology`$urlId #> [1] "HP_0011277" #> #> $`Abnormality of the urinary system physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the urinary system physiology`$`_parent` #> [1] "HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the urinary system physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the urinary system physiology`$children #> $`Abnormality of the urinary system physiology`$children[[1]] #> [1] "HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the urinary system physiology`$children[[2]] #> [1] "HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the urinary system physiology`$children[[3]] #> [1] "HP_0000010<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the urinary system physiology`$value #> [1] "Abnormality of the urinary system physiology" #> #> #> $`Abnormality of the vasculature` #> $`Abnormality of the vasculature`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002597" #> #> $`Abnormality of the vasculature`$`_id` #> [1] "HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the vasculature`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the vasculature`$publicGeneCount #> [1] 81 #> #> $`Abnormality of the vasculature`$urlId #> [1] "HP_0002597" #> #> $`Abnormality of the vasculature`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the vasculature`$`_parent` #> [1] "HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the vasculature`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the vasculature`$children #> $`Abnormality of the vasculature`$children[[1]] #> [1] "HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the vasculature`$children[[2]] #> [1] "HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the vasculature`$children[[3]] #> [1] "HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the vasculature`$children[[4]] #> [1] "HP_0011276<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the vasculature`$value #> [1] "Abnormality of the vasculature" #> #> #> $`Abnormality of the vertebral column` #> $`Abnormality of the vertebral column`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000925" #> #> $`Abnormality of the vertebral column`$`_id` #> [1] "HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the vertebral column`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the vertebral column`$publicGeneCount #> [1] 18 #> #> $`Abnormality of the vertebral column`$urlId #> [1] "HP_0000925" #> #> $`Abnormality of the vertebral column`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the vertebral column`$`_parent` #> [1] "HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the vertebral column`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the vertebral column`$children #> $`Abnormality of the vertebral column`$children[[1]] #> [1] "HP_0010674<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the vertebral column`$children[[2]] #> [1] "HP_0005108<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the vertebral column`$children[[3]] #> [1] "HP_0003418<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the vertebral column`$value #> [1] "Abnormality of the vertebral column" #> #> #> $`Abnormality of urine calcium concentration` #> $`Abnormality of urine calcium concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011280" #> #> $`Abnormality of urine calcium concentration`$`_id` #> [1] "HP_0011280<HP_0012591<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of urine calcium concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormality of urine calcium concentration`$publicGeneCount #> [1] 5 #> #> $`Abnormality of urine calcium concentration`$urlId #> [1] "HP_0011280" #> #> $`Abnormality of urine calcium concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of urine calcium concentration`$`_parent` #> [1] "HP_0012591<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of urine calcium concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of urine calcium concentration`$children #> $`Abnormality of urine calcium concentration`$children[[1]] #> [1] "HP_0002150<HP_0011280<HP_0012591<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of urine calcium concentration`$value #> [1] "Abnormality of urine calcium concentration" #> #> #> $`Abnormality of urine homeostasis` #> $`Abnormality of urine homeostasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003110" #> #> $`Abnormality of urine homeostasis`$`_id` #> [1] "HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of urine homeostasis`$privateGeneCount #> [1] 0 #> #> $`Abnormality of urine homeostasis`$publicGeneCount #> [1] 75 #> #> $`Abnormality of urine homeostasis`$urlId #> [1] "HP_0003110" #> #> $`Abnormality of urine homeostasis`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of urine homeostasis`$`_parent` #> [1] "HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of urine homeostasis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of urine homeostasis`$children #> $`Abnormality of urine homeostasis`$children[[1]] #> [1] "HP_0012591<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of urine homeostasis`$children[[2]] #> [1] "HP_0012614<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of urine homeostasis`$children[[3]] #> [1] "HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of urine homeostasis`$children[[4]] #> [1] "HP_0020129<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of urine homeostasis`$children[[5]] #> [1] "HP_0002913<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of urine homeostasis`$children[[6]] #> [1] "HP_0003614<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of urine homeostasis`$value #> [1] "Abnormality of urine homeostasis" #> #> #> $`Abnormality of vision` #> $`Abnormality of vision`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000504" #> #> $`Abnormality of vision`$`_id` #> [1] "HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of vision`$privateGeneCount #> [1] 0 #> #> $`Abnormality of vision`$publicGeneCount #> [1] 5 #> #> $`Abnormality of vision`$urlId #> [1] "HP_0000504" #> #> $`Abnormality of vision`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of vision`$`_parent` #> [1] "HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of vision`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of vision`$children #> $`Abnormality of vision`$children[[1]] #> [1] "HP_0100576<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of vision`$children[[2]] #> [1] "HP_0000613<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of vision`$children[[3]] #> [1] "HP_0000505<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormality of vision`$value #> [1] "Abnormality of vision" #> #> #> $`Abnormality of vitamin A metabolism` #> $`Abnormality of vitamin A metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008372" #> #> $`Abnormality of vitamin A metabolism`$`_id` #> [1] "HP_0008372<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin A metabolism`$privateGeneCount #> [1] 0 #> #> $`Abnormality of vitamin A metabolism`$publicGeneCount #> [1] 5 #> #> $`Abnormality of vitamin A metabolism`$urlId #> [1] "HP_0008372" #> #> $`Abnormality of vitamin A metabolism`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of vitamin A metabolism`$`_parent` #> [1] "HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin A metabolism`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of vitamin A metabolism`$children #> $`Abnormality of vitamin A metabolism`$children[[1]] #> [1] "HP_0004905<HP_0008372<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of vitamin A metabolism`$value #> [1] "Abnormality of vitamin A metabolism" #> #> #> $`Abnormality of vitamin B metabolism` #> $`Abnormality of vitamin B metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004340" #> #> $`Abnormality of vitamin B metabolism`$`_id` #> [1] "HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin B metabolism`$privateGeneCount #> [1] 0 #> #> $`Abnormality of vitamin B metabolism`$publicGeneCount #> [1] 3 #> #> $`Abnormality of vitamin B metabolism`$urlId #> [1] "HP_0004340" #> #> $`Abnormality of vitamin B metabolism`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of vitamin B metabolism`$`_parent` #> [1] "HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin B metabolism`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of vitamin B metabolism`$children #> $`Abnormality of vitamin B metabolism`$children[[1]] #> [1] "HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin B metabolism`$children[[2]] #> [1] "HP_0100504<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of vitamin B metabolism`$value #> [1] "Abnormality of vitamin B metabolism" #> #> #> $`Abnormality of vitamin B12 metabolism` #> $`Abnormality of vitamin B12 metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004341" #> #> $`Abnormality of vitamin B12 metabolism`$`_id` #> [1] "HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin B12 metabolism`$privateGeneCount #> [1] 0 #> #> $`Abnormality of vitamin B12 metabolism`$publicGeneCount #> [1] 2 #> #> $`Abnormality of vitamin B12 metabolism`$urlId #> [1] "HP_0004341" #> #> $`Abnormality of vitamin B12 metabolism`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of vitamin B12 metabolism`$`_parent` #> [1] "HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin B12 metabolism`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of vitamin B12 metabolism`$children #> $`Abnormality of vitamin B12 metabolism`$children[[1]] #> [1] "HP_0040126<HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin B12 metabolism`$children[[2]] #> [1] "HP_0002912<HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of vitamin B12 metabolism`$value #> [1] "Abnormality of vitamin B12 metabolism" #> #> #> $`Abnormality of vitamin D metabolism` #> $`Abnormality of vitamin D metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100511" #> #> $`Abnormality of vitamin D metabolism`$`_id` #> [1] "HP_0100511<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin D metabolism`$privateGeneCount #> [1] 0 #> #> $`Abnormality of vitamin D metabolism`$publicGeneCount #> [1] 4 #> #> $`Abnormality of vitamin D metabolism`$urlId #> [1] "HP_0100511" #> #> $`Abnormality of vitamin D metabolism`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of vitamin D metabolism`$`_parent` #> [1] "HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin D metabolism`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of vitamin D metabolism`$children #> $`Abnormality of vitamin D metabolism`$children[[1]] #> [1] "HP_0100512<HP_0100511<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of vitamin D metabolism`$value #> [1] "Abnormality of vitamin D metabolism" #> #> #> $`Abnormality of vitamin E metabolism` #> $`Abnormality of vitamin E metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100514" #> #> $`Abnormality of vitamin E metabolism`$`_id` #> [1] "HP_0100514<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin E metabolism`$privateGeneCount #> [1] 0 #> #> $`Abnormality of vitamin E metabolism`$publicGeneCount #> [1] 3 #> #> $`Abnormality of vitamin E metabolism`$urlId #> [1] "HP_0100514" #> #> $`Abnormality of vitamin E metabolism`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of vitamin E metabolism`$`_parent` #> [1] "HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin E metabolism`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of vitamin E metabolism`$children #> $`Abnormality of vitamin E metabolism`$children[[1]] #> [1] "HP_0100513<HP_0100514<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of vitamin E metabolism`$value #> [1] "Abnormality of vitamin E metabolism" #> #> #> $`Abnormality of vitamin metabolism` #> $`Abnormality of vitamin metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100508" #> #> $`Abnormality of vitamin metabolism`$`_id` #> [1] "HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin metabolism`$privateGeneCount #> [1] 0 #> #> $`Abnormality of vitamin metabolism`$publicGeneCount #> [1] 15 #> #> $`Abnormality of vitamin metabolism`$urlId #> [1] "HP_0100508" #> #> $`Abnormality of vitamin metabolism`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of vitamin metabolism`$`_parent` #> [1] "HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin metabolism`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of vitamin metabolism`$children #> $`Abnormality of vitamin metabolism`$children[[1]] #> [1] "HP_0008372<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin metabolism`$children[[2]] #> [1] "HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin metabolism`$children[[3]] #> [1] "HP_0100511<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin metabolism`$children[[4]] #> [1] "HP_0100514<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of vitamin metabolism`$value #> [1] "Abnormality of vitamin metabolism" #> #> #> $`absence epilepsy` #> $`absence epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0070309" #> #> $`absence epilepsy`$`_id` #> [1] "DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`absence epilepsy`$privateGeneCount #> [1] 0 #> #> $`absence epilepsy`$publicGeneCount #> [1] 51 #> #> $`absence epilepsy`$urlId #> [1] "DOID_0070309" #> #> $`absence epilepsy`$dbPhenotype #> [1] FALSE #> #> $`absence epilepsy`$`_parent` #> [1] "DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`absence epilepsy`$`_is_leaf` #> [1] FALSE #> #> $`absence epilepsy`$children #> $`absence epilepsy`$children[[1]] #> [1] "DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`absence epilepsy`$children[[2]] #> [1] "DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`absence epilepsy`$value #> [1] "absence epilepsy" #> #> #> $acanthoma #> $acanthoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_174" #> #> $acanthoma$`_id` #> [1] "DOID_174<DOID_3168<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $acanthoma$privateGeneCount #> [1] 0 #> #> $acanthoma$publicGeneCount #> [1] 2 #> #> $acanthoma$urlId #> [1] "DOID_174" #> #> $acanthoma$dbPhenotype #> [1] FALSE #> #> $acanthoma$`_parent` #> [1] "DOID_3168<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $acanthoma$`_is_leaf` #> [1] FALSE #> #> $acanthoma$children #> $acanthoma$children[[1]] #> [1] "DOID_6498<DOID_174<DOID_3168<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $acanthoma$value #> [1] "acanthoma" #> #> #> $`acanthosis nigricans` #> $`acanthosis nigricans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3138" #> #> $`acanthosis nigricans`$`_id` #> [1] "DOID_3138<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`acanthosis nigricans`$privateGeneCount #> [1] 0 #> #> $`acanthosis nigricans`$publicGeneCount #> [1] 4 #> #> $`acanthosis nigricans`$urlId #> [1] "DOID_3138" #> #> $`acanthosis nigricans`$dbPhenotype #> [1] TRUE #> #> $`acanthosis nigricans`$`_parent` #> [1] "DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`acanthosis nigricans`$`_is_leaf` #> [1] TRUE #> #> $`acanthosis nigricans`$children #> list() #> #> $`acanthosis nigricans`$value #> [1] "acanthosis nigricans" #> #> #> $acatalasia #> $acatalasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2582" #> #> $acatalasia$`_id` #> [1] "DOID_2582<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $acatalasia$privateGeneCount #> [1] 0 #> #> $acatalasia$publicGeneCount #> [1] 1 #> #> $acatalasia$urlId #> [1] "DOID_2582" #> #> $acatalasia$dbPhenotype #> [1] TRUE #> #> $acatalasia$`_parent` #> [1] "DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $acatalasia$`_is_leaf` #> [1] TRUE #> #> $acatalasia$children #> list() #> #> $acatalasia$value #> [1] "acatalasia" #> #> #> $aceruloplasminemia #> $aceruloplasminemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050711" #> #> $aceruloplasminemia$`_id` #> [1] "DOID_0050711<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $aceruloplasminemia$privateGeneCount #> [1] 0 #> #> $aceruloplasminemia$publicGeneCount #> [1] 1 #> #> $aceruloplasminemia$urlId #> [1] "DOID_0050711" #> #> $aceruloplasminemia$dbPhenotype #> [1] TRUE #> #> $aceruloplasminemia$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $aceruloplasminemia$`_is_leaf` #> [1] TRUE #> #> $aceruloplasminemia$children #> list() #> #> $aceruloplasminemia$value #> [1] "aceruloplasminemia" #> #> #> $aceruloplasminemia #> $aceruloplasminemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050711" #> #> $aceruloplasminemia$`_id` #> [1] "DOID_0050711<DOID_2351<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $aceruloplasminemia$privateGeneCount #> [1] 0 #> #> $aceruloplasminemia$publicGeneCount #> [1] 1 #> #> $aceruloplasminemia$urlId #> [1] "DOID_0050711" #> #> $aceruloplasminemia$dbPhenotype #> [1] TRUE #> #> $aceruloplasminemia$`_parent` #> [1] "DOID_2351<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $aceruloplasminemia$`_is_leaf` #> [1] TRUE #> #> $aceruloplasminemia$children #> list() #> #> $aceruloplasminemia$value #> [1] "aceruloplasminemia" #> #> #> $`Acetabular dysplasia` #> $`Acetabular dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008807" #> #> $`Acetabular dysplasia`$`_id` #> [1] "HP_0008807<HP_0003170<HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Acetabular dysplasia`$privateGeneCount #> [1] 0 #> #> $`Acetabular dysplasia`$publicGeneCount #> [1] 1 #> #> $`Acetabular dysplasia`$urlId #> [1] "HP_0008807" #> #> $`Acetabular dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Acetabular dysplasia`$`_parent` #> [1] "HP_0003170<HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Acetabular dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Acetabular dysplasia`$children #> list() #> #> $`Acetabular dysplasia`$value #> [1] "Acetabular dysplasia" #> #> #> $`Acetabular dysplasia` #> $`Acetabular dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008807" #> #> $`Acetabular dysplasia`$`_id` #> [1] "HP_0008807<HP_0003170<HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Acetabular dysplasia`$privateGeneCount #> [1] 0 #> #> $`Acetabular dysplasia`$publicGeneCount #> [1] 1 #> #> $`Acetabular dysplasia`$urlId #> [1] "HP_0008807" #> #> $`Acetabular dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Acetabular dysplasia`$`_parent` #> [1] "HP_0003170<HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Acetabular dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Acetabular dysplasia`$children #> list() #> #> $`Acetabular dysplasia`$value #> [1] "Acetabular dysplasia" #> #> #> $`Acetabular dysplasia` #> $`Acetabular dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008807" #> #> $`Acetabular dysplasia`$`_id` #> [1] "HP_0008807<HP_0003170<HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Acetabular dysplasia`$privateGeneCount #> [1] 0 #> #> $`Acetabular dysplasia`$publicGeneCount #> [1] 1 #> #> $`Acetabular dysplasia`$urlId #> [1] "HP_0008807" #> #> $`Acetabular dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Acetabular dysplasia`$`_parent` #> [1] "HP_0003170<HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Acetabular dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Acetabular dysplasia`$children #> list() #> #> $`Acetabular dysplasia`$value #> [1] "Acetabular dysplasia" #> #> #> $`Acetabular dysplasia` #> $`Acetabular dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008807" #> #> $`Acetabular dysplasia`$`_id` #> [1] "HP_0008807<HP_0003170<HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Acetabular dysplasia`$privateGeneCount #> [1] 0 #> #> $`Acetabular dysplasia`$publicGeneCount #> [1] 1 #> #> $`Acetabular dysplasia`$urlId #> [1] "HP_0008807" #> #> $`Acetabular dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Acetabular dysplasia`$`_parent` #> [1] "HP_0003170<HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Acetabular dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Acetabular dysplasia`$children #> list() #> #> $`Acetabular dysplasia`$value #> [1] "Acetabular dysplasia" #> #> #> $achalasia #> $achalasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9164" #> #> $achalasia$`_id` #> [1] "DOID_9164<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $achalasia$privateGeneCount #> [1] 0 #> #> $achalasia$publicGeneCount #> [1] 4 #> #> $achalasia$urlId #> [1] "DOID_9164" #> #> $achalasia$dbPhenotype #> [1] TRUE #> #> $achalasia$`_parent` #> [1] "DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $achalasia$`_is_leaf` #> [1] TRUE #> #> $achalasia$children #> list() #> #> $achalasia$value #> [1] "achalasia" #> #> #> $acheiropody #> $acheiropody$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050603" #> #> $acheiropody$`_id` #> [1] "DOID_0050603<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $acheiropody$privateGeneCount #> [1] 0 #> #> $acheiropody$publicGeneCount #> [1] 1 #> #> $acheiropody$urlId #> [1] "DOID_0050603" #> #> $acheiropody$dbPhenotype #> [1] TRUE #> #> $acheiropody$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $acheiropody$`_is_leaf` #> [1] TRUE #> #> $acheiropody$children #> list() #> #> $acheiropody$value #> [1] "acheiropody" #> #> #> $acheiropody #> $acheiropody$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050603" #> #> $acheiropody$`_id` #> [1] "DOID_0050603<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $acheiropody$privateGeneCount #> [1] 0 #> #> $acheiropody$publicGeneCount #> [1] 1 #> #> $acheiropody$urlId #> [1] "DOID_0050603" #> #> $acheiropody$dbPhenotype #> [1] TRUE #> #> $acheiropody$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $acheiropody$`_is_leaf` #> [1] TRUE #> #> $acheiropody$children #> list() #> #> $acheiropody$value #> [1] "acheiropody" #> #> #> $achondrogenesis #> $achondrogenesis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080043" #> #> $achondrogenesis$`_id` #> [1] "DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $achondrogenesis$privateGeneCount #> [1] 0 #> #> $achondrogenesis$publicGeneCount #> [1] 3 #> #> $achondrogenesis$urlId #> [1] "DOID_0080043" #> #> $achondrogenesis$dbPhenotype #> [1] FALSE #> #> $achondrogenesis$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $achondrogenesis$`_is_leaf` #> [1] FALSE #> #> $achondrogenesis$children #> $achondrogenesis$children[[1]] #> [1] "DOID_0080054<DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $achondrogenesis$children[[2]] #> [1] "DOID_0080055<DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $achondrogenesis$children[[3]] #> [1] "DOID_0080056<DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $achondrogenesis$value #> [1] "achondrogenesis" #> #> #> $`achondrogenesis type IA` #> $`achondrogenesis type IA`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080054" #> #> $`achondrogenesis type IA`$`_id` #> [1] "DOID_0080054<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`achondrogenesis type IA`$privateGeneCount #> [1] 0 #> #> $`achondrogenesis type IA`$publicGeneCount #> [1] 1 #> #> $`achondrogenesis type IA`$urlId #> [1] "DOID_0080054" #> #> $`achondrogenesis type IA`$dbPhenotype #> [1] TRUE #> #> $`achondrogenesis type IA`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`achondrogenesis type IA`$`_is_leaf` #> [1] TRUE #> #> $`achondrogenesis type IA`$children #> list() #> #> $`achondrogenesis type IA`$value #> [1] "achondrogenesis type IA" #> #> #> $`achondrogenesis type IA` #> $`achondrogenesis type IA`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080054" #> #> $`achondrogenesis type IA`$`_id` #> [1] "DOID_0080054<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`achondrogenesis type IA`$privateGeneCount #> [1] 0 #> #> $`achondrogenesis type IA`$publicGeneCount #> [1] 1 #> #> $`achondrogenesis type IA`$urlId #> [1] "DOID_0080054" #> #> $`achondrogenesis type IA`$dbPhenotype #> [1] TRUE #> #> $`achondrogenesis type IA`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`achondrogenesis type IA`$`_is_leaf` #> [1] TRUE #> #> $`achondrogenesis type IA`$children #> list() #> #> $`achondrogenesis type IA`$value #> [1] "achondrogenesis type IA" #> #> #> $`achondrogenesis type IA` #> $`achondrogenesis type IA`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080054" #> #> $`achondrogenesis type IA`$`_id` #> [1] "DOID_0080054<DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`achondrogenesis type IA`$privateGeneCount #> [1] 0 #> #> $`achondrogenesis type IA`$publicGeneCount #> [1] 1 #> #> $`achondrogenesis type IA`$urlId #> [1] "DOID_0080054" #> #> $`achondrogenesis type IA`$dbPhenotype #> [1] TRUE #> #> $`achondrogenesis type IA`$`_parent` #> [1] "DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`achondrogenesis type IA`$`_is_leaf` #> [1] TRUE #> #> $`achondrogenesis type IA`$children #> list() #> #> $`achondrogenesis type IA`$value #> [1] "achondrogenesis type IA" #> #> #> $`achondrogenesis type IB` #> $`achondrogenesis type IB`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080055" #> #> $`achondrogenesis type IB`$`_id` #> [1] "DOID_0080055<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`achondrogenesis type IB`$privateGeneCount #> [1] 0 #> #> $`achondrogenesis type IB`$publicGeneCount #> [1] 1 #> #> $`achondrogenesis type IB`$urlId #> [1] "DOID_0080055" #> #> $`achondrogenesis type IB`$dbPhenotype #> [1] TRUE #> #> $`achondrogenesis type IB`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`achondrogenesis type IB`$`_is_leaf` #> [1] TRUE #> #> $`achondrogenesis type IB`$children #> list() #> #> $`achondrogenesis type IB`$value #> [1] "achondrogenesis type IB" #> #> #> $`achondrogenesis type IB` #> $`achondrogenesis type IB`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080055" #> #> $`achondrogenesis type IB`$`_id` #> [1] "DOID_0080055<DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`achondrogenesis type IB`$privateGeneCount #> [1] 0 #> #> $`achondrogenesis type IB`$publicGeneCount #> [1] 1 #> #> $`achondrogenesis type IB`$urlId #> [1] "DOID_0080055" #> #> $`achondrogenesis type IB`$dbPhenotype #> [1] TRUE #> #> $`achondrogenesis type IB`$`_parent` #> [1] "DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`achondrogenesis type IB`$`_is_leaf` #> [1] TRUE #> #> $`achondrogenesis type IB`$children #> list() #> #> $`achondrogenesis type IB`$value #> [1] "achondrogenesis type IB" #> #> #> $`achondrogenesis type II` #> $`achondrogenesis type II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080056" #> #> $`achondrogenesis type II`$`_id` #> [1] "DOID_0080056<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`achondrogenesis type II`$privateGeneCount #> [1] 0 #> #> $`achondrogenesis type II`$publicGeneCount #> [1] 1 #> #> $`achondrogenesis type II`$urlId #> [1] "DOID_0080056" #> #> $`achondrogenesis type II`$dbPhenotype #> [1] TRUE #> #> $`achondrogenesis type II`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`achondrogenesis type II`$`_is_leaf` #> [1] TRUE #> #> $`achondrogenesis type II`$children #> list() #> #> $`achondrogenesis type II`$value #> [1] "achondrogenesis type II" #> #> #> $`achondrogenesis type II` #> $`achondrogenesis type II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080056" #> #> $`achondrogenesis type II`$`_id` #> [1] "DOID_0080056<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`achondrogenesis type II`$privateGeneCount #> [1] 0 #> #> $`achondrogenesis type II`$publicGeneCount #> [1] 1 #> #> $`achondrogenesis type II`$urlId #> [1] "DOID_0080056" #> #> $`achondrogenesis type II`$dbPhenotype #> [1] TRUE #> #> $`achondrogenesis type II`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`achondrogenesis type II`$`_is_leaf` #> [1] TRUE #> #> $`achondrogenesis type II`$children #> list() #> #> $`achondrogenesis type II`$value #> [1] "achondrogenesis type II" #> #> #> $`achondrogenesis type II` #> $`achondrogenesis type II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080056" #> #> $`achondrogenesis type II`$`_id` #> [1] "DOID_0080056<DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`achondrogenesis type II`$privateGeneCount #> [1] 0 #> #> $`achondrogenesis type II`$publicGeneCount #> [1] 1 #> #> $`achondrogenesis type II`$urlId #> [1] "DOID_0080056" #> #> $`achondrogenesis type II`$dbPhenotype #> [1] TRUE #> #> $`achondrogenesis type II`$`_parent` #> [1] "DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`achondrogenesis type II`$`_is_leaf` #> [1] TRUE #> #> $`achondrogenesis type II`$children #> list() #> #> $`achondrogenesis type II`$value #> [1] "achondrogenesis type II" #> #> #> $achondroplasia #> $achondroplasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4480" #> #> $achondroplasia$`_id` #> [1] "DOID_4480<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $achondroplasia$privateGeneCount #> [1] 0 #> #> $achondroplasia$publicGeneCount #> [1] 1 #> #> $achondroplasia$urlId #> [1] "DOID_4480" #> #> $achondroplasia$dbPhenotype #> [1] TRUE #> #> $achondroplasia$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $achondroplasia$`_is_leaf` #> [1] TRUE #> #> $achondroplasia$children #> list() #> #> $achondroplasia$value #> [1] "achondroplasia" #> #> #> $achromatopsia #> $achromatopsia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13911" #> #> $achromatopsia$`_id` #> [1] "DOID_13911<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $achromatopsia$privateGeneCount #> [1] 0 #> #> $achromatopsia$publicGeneCount #> [1] 8 #> #> $achromatopsia$urlId #> [1] "DOID_13911" #> #> $achromatopsia$dbPhenotype #> [1] TRUE #> #> $achromatopsia$`_parent` #> [1] "DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $achromatopsia$`_is_leaf` #> [1] FALSE #> #> $achromatopsia$children #> $achromatopsia$children[[1]] #> [1] "DOID_0050679<DOID_13911<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $achromatopsia$value #> [1] "achromatopsia" #> #> #> $Acidemia #> $Acidemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032368" #> #> $Acidemia$`_id` #> [1] "HP_0032368<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Acidemia$privateGeneCount #> [1] 0 #> #> $Acidemia$publicGeneCount #> [1] 1 #> #> $Acidemia$urlId #> [1] "HP_0032368" #> #> $Acidemia$dbPhenotype #> [1] FALSE #> #> $Acidemia$`_parent` #> [1] "HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Acidemia$`_is_leaf` #> [1] FALSE #> #> $Acidemia$children #> $Acidemia$children[[1]] #> [1] "HP_0002912<HP_0032368<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $Acidemia$value #> [1] "Acidemia" #> #> #> $Acidosis #> $Acidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001941" #> #> $Acidosis$`_id` #> [1] "HP_0001941<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Acidosis$privateGeneCount #> [1] 0 #> #> $Acidosis$publicGeneCount #> [1] 3 #> #> $Acidosis$urlId #> [1] "HP_0001941" #> #> $Acidosis$dbPhenotype #> [1] TRUE #> #> $Acidosis$`_parent` #> [1] "HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Acidosis$`_is_leaf` #> [1] FALSE #> #> $Acidosis$children #> $Acidosis$children[[1]] #> [1] "HP_0001993<HP_0001941<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $Acidosis$value #> [1] "Acidosis" #> #> #> $Aciduria #> $Aciduria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012072" #> #> $Aciduria$`_id` #> [1] "HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Aciduria$privateGeneCount #> [1] 0 #> #> $Aciduria$publicGeneCount #> [1] 10 #> #> $Aciduria$urlId #> [1] "HP_0012072" #> #> $Aciduria$dbPhenotype #> [1] FALSE #> #> $Aciduria$`_parent` #> [1] "HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Aciduria$`_is_leaf` #> [1] FALSE #> #> $Aciduria$children #> $Aciduria$children[[1]] #> [1] "HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Aciduria$children[[2]] #> [1] "HP_0001992<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $Aciduria$value #> [1] "Aciduria" #> #> #> $`acinar cell carcinoma` #> $`acinar cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3025" #> #> $`acinar cell carcinoma`$`_id` #> [1] "DOID_3025<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`acinar cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`acinar cell carcinoma`$publicGeneCount #> [1] 1 #> #> $`acinar cell carcinoma`$urlId #> [1] "DOID_3025" #> #> $`acinar cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`acinar cell carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`acinar cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`acinar cell carcinoma`$children #> list() #> #> $`acinar cell carcinoma`$value #> [1] "acinar cell carcinoma" #> #> #> $acne #> $acne$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6543" #> #> $acne$`_id` #> [1] "DOID_6543<DOID_9098<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $acne$privateGeneCount #> [1] 0 #> #> $acne$publicGeneCount #> [1] 9 #> #> $acne$urlId #> [1] "DOID_6543" #> #> $acne$dbPhenotype #> [1] TRUE #> #> $acne$`_parent` #> [1] "DOID_9098<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $acne$`_is_leaf` #> [1] TRUE #> #> $acne$children #> list() #> #> $acne$value #> [1] "acne" #> #> #> $`acoustic neuroma` #> $`acoustic neuroma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12689" #> #> $`acoustic neuroma`$`_id` #> [1] "DOID_12689<DOID_3192<DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`acoustic neuroma`$privateGeneCount #> [1] 0 #> #> $`acoustic neuroma`$publicGeneCount #> [1] 11 #> #> $`acoustic neuroma`$urlId #> [1] "DOID_12689" #> #> $`acoustic neuroma`$dbPhenotype #> [1] TRUE #> #> $`acoustic neuroma`$`_parent` #> [1] "DOID_3192<DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`acoustic neuroma`$`_is_leaf` #> [1] TRUE #> #> $`acoustic neuroma`$children #> list() #> #> $`acoustic neuroma`$value #> [1] "acoustic neuroma" #> #> #> $`acoustic neuroma` #> $`acoustic neuroma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12689" #> #> $`acoustic neuroma`$`_id` #> [1] "DOID_12689<DOID_3192<DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`acoustic neuroma`$privateGeneCount #> [1] 0 #> #> $`acoustic neuroma`$publicGeneCount #> [1] 11 #> #> $`acoustic neuroma`$urlId #> [1] "DOID_12689" #> #> $`acoustic neuroma`$dbPhenotype #> [1] TRUE #> #> $`acoustic neuroma`$`_parent` #> [1] "DOID_3192<DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`acoustic neuroma`$`_is_leaf` #> [1] TRUE #> #> $`acoustic neuroma`$children #> list() #> #> $`acoustic neuroma`$value #> [1] "acoustic neuroma" #> #> #> $`Acquired abnormal hair pattern` #> $`Acquired abnormal hair pattern`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011360" #> #> $`Acquired abnormal hair pattern`$`_id` #> [1] "HP_0011360<HP_0010720<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Acquired abnormal hair pattern`$privateGeneCount #> [1] 0 #> #> $`Acquired abnormal hair pattern`$publicGeneCount #> [1] 1 #> #> $`Acquired abnormal hair pattern`$urlId #> [1] "HP_0011360" #> #> $`Acquired abnormal hair pattern`$dbPhenotype #> [1] FALSE #> #> $`Acquired abnormal hair pattern`$`_parent` #> [1] "HP_0010720<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Acquired abnormal hair pattern`$`_is_leaf` #> [1] FALSE #> #> $`Acquired abnormal hair pattern`$children #> $`Acquired abnormal hair pattern`$children[[1]] #> [1] "HP_0002292<HP_0011360<HP_0010720<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Acquired abnormal hair pattern`$value #> [1] "Acquired abnormal hair pattern" #> #> #> $`acquired color blindness` #> $`acquired color blindness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13912" #> #> $`acquired color blindness`$`_id` #> [1] "DOID_13912<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`acquired color blindness`$privateGeneCount #> [1] 0 #> #> $`acquired color blindness`$publicGeneCount #> [1] 6 #> #> $`acquired color blindness`$urlId #> [1] "DOID_13912" #> #> $`acquired color blindness`$dbPhenotype #> [1] TRUE #> #> $`acquired color blindness`$`_parent` #> [1] "DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`acquired color blindness`$`_is_leaf` #> [1] TRUE #> #> $`acquired color blindness`$children #> list() #> #> $`acquired color blindness`$value #> [1] "acquired color blindness" #> #> #> $`acquired immunodeficiency syndrome` #> $`acquired immunodeficiency syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_635" #> #> $`acquired immunodeficiency syndrome`$`_id` #> [1] "DOID_635<DOID_526<DOID_934<DOID_0050117<DOID_4" #> #> $`acquired immunodeficiency syndrome`$privateGeneCount #> [1] 0 #> #> $`acquired immunodeficiency syndrome`$publicGeneCount #> [1] 22 #> #> $`acquired immunodeficiency syndrome`$urlId #> [1] "DOID_635" #> #> $`acquired immunodeficiency syndrome`$dbPhenotype #> [1] TRUE #> #> $`acquired immunodeficiency syndrome`$`_parent` #> [1] "DOID_526<DOID_934<DOID_0050117<DOID_4" #> #> $`acquired immunodeficiency syndrome`$`_is_leaf` #> [1] TRUE #> #> $`acquired immunodeficiency syndrome`$children #> list() #> #> $`acquired immunodeficiency syndrome`$value #> [1] "acquired immunodeficiency syndrome" #> #> #> $`acquired metabolic disease` #> $`acquired metabolic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060158" #> #> $`acquired metabolic disease`$`_id` #> [1] "DOID_0060158<DOID_0014667<DOID_4" #> #> $`acquired metabolic disease`$privateGeneCount #> [1] 0 #> #> $`acquired metabolic disease`$publicGeneCount #> [1] 1117 #> #> $`acquired metabolic disease`$urlId #> [1] "DOID_0060158" #> #> $`acquired metabolic disease`$dbPhenotype #> [1] FALSE #> #> $`acquired metabolic disease`$`_parent` #> [1] "DOID_0014667<DOID_4" #> #> $`acquired metabolic disease`$`_is_leaf` #> [1] FALSE #> #> $`acquired metabolic disease`$children #> $`acquired metabolic disease`$children[[1]] #> [1] "DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`acquired metabolic disease`$children[[2]] #> [1] "DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`acquired metabolic disease`$children[[3]] #> [1] "DOID_9969<DOID_0060158<DOID_0014667<DOID_4" #> #> $`acquired metabolic disease`$children[[4]] #> [1] "DOID_12700<DOID_0060158<DOID_0014667<DOID_4" #> #> $`acquired metabolic disease`$children[[5]] #> [1] "DOID_1920<DOID_0060158<DOID_0014667<DOID_4" #> #> $`acquired metabolic disease`$children[[6]] #> [1] "DOID_0050758<DOID_0060158<DOID_0014667<DOID_4" #> #> $`acquired metabolic disease`$children[[7]] #> [1] "DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`acquired metabolic disease`$children[[8]] #> [1] "DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`acquired metabolic disease`$value #> [1] "acquired metabolic disease" #> #> #> $`acrocallosal syndrome` #> $`acrocallosal syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9250" #> #> $`acrocallosal syndrome`$`_id` #> [1] "DOID_9250<DOID_225<DOID_4" #> #> $`acrocallosal syndrome`$privateGeneCount #> [1] 0 #> #> $`acrocallosal syndrome`$publicGeneCount #> [1] 2 #> #> $`acrocallosal syndrome`$urlId #> [1] "DOID_9250" #> #> $`acrocallosal syndrome`$dbPhenotype #> [1] TRUE #> #> $`acrocallosal syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`acrocallosal syndrome`$`_is_leaf` #> [1] TRUE #> #> $`acrocallosal syndrome`$children #> list() #> #> $`acrocallosal syndrome`$value #> [1] "acrocallosal syndrome" #> #> #> $`acrocapitofemoral dysplasia` #> $`acrocapitofemoral dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050604" #> #> $`acrocapitofemoral dysplasia`$`_id` #> [1] "DOID_0050604<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acrocapitofemoral dysplasia`$privateGeneCount #> [1] 0 #> #> $`acrocapitofemoral dysplasia`$publicGeneCount #> [1] 1 #> #> $`acrocapitofemoral dysplasia`$urlId #> [1] "DOID_0050604" #> #> $`acrocapitofemoral dysplasia`$dbPhenotype #> [1] TRUE #> #> $`acrocapitofemoral dysplasia`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acrocapitofemoral dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`acrocapitofemoral dysplasia`$children #> list() #> #> $`acrocapitofemoral dysplasia`$value #> [1] "acrocapitofemoral dysplasia" #> #> #> $`acrocapitofemoral dysplasia` #> $`acrocapitofemoral dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050604" #> #> $`acrocapitofemoral dysplasia`$`_id` #> [1] "DOID_0050604<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acrocapitofemoral dysplasia`$privateGeneCount #> [1] 0 #> #> $`acrocapitofemoral dysplasia`$publicGeneCount #> [1] 1 #> #> $`acrocapitofemoral dysplasia`$urlId #> [1] "DOID_0050604" #> #> $`acrocapitofemoral dysplasia`$dbPhenotype #> [1] TRUE #> #> $`acrocapitofemoral dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acrocapitofemoral dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`acrocapitofemoral dysplasia`$children #> list() #> #> $`acrocapitofemoral dysplasia`$value #> [1] "acrocapitofemoral dysplasia" #> #> #> $acrocephalosyndactylia #> $acrocephalosyndactylia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12960" #> #> $acrocephalosyndactylia$`_id` #> [1] "DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $acrocephalosyndactylia$privateGeneCount #> [1] 0 #> #> $acrocephalosyndactylia$publicGeneCount #> [1] 6 #> #> $acrocephalosyndactylia$urlId #> [1] "DOID_12960" #> #> $acrocephalosyndactylia$dbPhenotype #> [1] TRUE #> #> $acrocephalosyndactylia$`_parent` #> [1] "DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $acrocephalosyndactylia$`_is_leaf` #> [1] FALSE #> #> $acrocephalosyndactylia$children #> $acrocephalosyndactylia$children[[1]] #> [1] "DOID_0060234<DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $acrocephalosyndactylia$children[[2]] #> [1] "DOID_14761<DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $acrocephalosyndactylia$children[[3]] #> [1] "DOID_14705<DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $acrocephalosyndactylia$children[[4]] #> [1] "DOID_14768<DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $acrocephalosyndactylia$value #> [1] "acrocephalosyndactylia" #> #> #> $acrodermatitis #> $acrodermatitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2722" #> #> $acrodermatitis$`_id` #> [1] "DOID_2722<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $acrodermatitis$privateGeneCount #> [1] 0 #> #> $acrodermatitis$publicGeneCount #> [1] 2 #> #> $acrodermatitis$urlId #> [1] "DOID_2722" #> #> $acrodermatitis$dbPhenotype #> [1] TRUE #> #> $acrodermatitis$`_parent` #> [1] "DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $acrodermatitis$`_is_leaf` #> [1] TRUE #> #> $acrodermatitis$children #> list() #> #> $acrodermatitis$value #> [1] "acrodermatitis" #> #> #> $`acrodermatitis enteropathica` #> $`acrodermatitis enteropathica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050605" #> #> $`acrodermatitis enteropathica`$`_id` #> [1] "DOID_0050605<DOID_630<DOID_4" #> #> $`acrodermatitis enteropathica`$privateGeneCount #> [1] 0 #> #> $`acrodermatitis enteropathica`$publicGeneCount #> [1] 1 #> #> $`acrodermatitis enteropathica`$urlId #> [1] "DOID_0050605" #> #> $`acrodermatitis enteropathica`$dbPhenotype #> [1] TRUE #> #> $`acrodermatitis enteropathica`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`acrodermatitis enteropathica`$`_is_leaf` #> [1] TRUE #> #> $`acrodermatitis enteropathica`$children #> list() #> #> $`acrodermatitis enteropathica`$value #> [1] "acrodermatitis enteropathica" #> #> #> $`acrodermatitis enteropathica` #> $`acrodermatitis enteropathica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050605" #> #> $`acrodermatitis enteropathica`$`_id` #> [1] "DOID_0050605<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`acrodermatitis enteropathica`$privateGeneCount #> [1] 0 #> #> $`acrodermatitis enteropathica`$publicGeneCount #> [1] 1 #> #> $`acrodermatitis enteropathica`$urlId #> [1] "DOID_0050605" #> #> $`acrodermatitis enteropathica`$dbPhenotype #> [1] TRUE #> #> $`acrodermatitis enteropathica`$`_parent` #> [1] "DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`acrodermatitis enteropathica`$`_is_leaf` #> [1] TRUE #> #> $`acrodermatitis enteropathica`$children #> list() #> #> $`acrodermatitis enteropathica`$value #> [1] "acrodermatitis enteropathica" #> #> #> $acrodysostosis #> $acrodysostosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14669" #> #> $acrodysostosis$`_id` #> [1] "DOID_14669<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $acrodysostosis$privateGeneCount #> [1] 0 #> #> $acrodysostosis$publicGeneCount #> [1] 2 #> #> $acrodysostosis$urlId #> [1] "DOID_14669" #> #> $acrodysostosis$dbPhenotype #> [1] TRUE #> #> $acrodysostosis$`_parent` #> [1] "DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $acrodysostosis$`_is_leaf` #> [1] TRUE #> #> $acrodysostosis$children #> list() #> #> $acrodysostosis$value #> [1] "acrodysostosis" #> #> #> $`acrofacial dysostosis` #> $`acrofacial dysostosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060379" #> #> $`acrofacial dysostosis`$`_id` #> [1] "DOID_0060379<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acrofacial dysostosis`$privateGeneCount #> [1] 0 #> #> $`acrofacial dysostosis`$publicGeneCount #> [1] 2 #> #> $`acrofacial dysostosis`$urlId #> [1] "DOID_0060379" #> #> $`acrofacial dysostosis`$dbPhenotype #> [1] FALSE #> #> $`acrofacial dysostosis`$`_parent` #> [1] "DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acrofacial dysostosis`$`_is_leaf` #> [1] FALSE #> #> $`acrofacial dysostosis`$children #> $`acrofacial dysostosis`$children[[1]] #> [1] "DOID_0060353<DOID_0060379<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acrofacial dysostosis`$children[[2]] #> [1] "DOID_5768<DOID_0060379<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`acrofacial dysostosis`$value #> [1] "acrofacial dysostosis" #> #> #> $`acrofacial dysostosis Cincinnati type` #> $`acrofacial dysostosis Cincinnati type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060353" #> #> $`acrofacial dysostosis Cincinnati type`$`_id` #> [1] "DOID_0060353<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acrofacial dysostosis Cincinnati type`$privateGeneCount #> [1] 0 #> #> $`acrofacial dysostosis Cincinnati type`$publicGeneCount #> [1] 1 #> #> $`acrofacial dysostosis Cincinnati type`$urlId #> [1] "DOID_0060353" #> #> $`acrofacial dysostosis Cincinnati type`$dbPhenotype #> [1] TRUE #> #> $`acrofacial dysostosis Cincinnati type`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acrofacial dysostosis Cincinnati type`$`_is_leaf` #> [1] TRUE #> #> $`acrofacial dysostosis Cincinnati type`$children #> list() #> #> $`acrofacial dysostosis Cincinnati type`$value #> [1] "acrofacial dysostosis Cincinnati type" #> #> #> $`acrofacial dysostosis Cincinnati type` #> $`acrofacial dysostosis Cincinnati type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060353" #> #> $`acrofacial dysostosis Cincinnati type`$`_id` #> [1] "DOID_0060353<DOID_0060379<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acrofacial dysostosis Cincinnati type`$privateGeneCount #> [1] 0 #> #> $`acrofacial dysostosis Cincinnati type`$publicGeneCount #> [1] 1 #> #> $`acrofacial dysostosis Cincinnati type`$urlId #> [1] "DOID_0060353" #> #> $`acrofacial dysostosis Cincinnati type`$dbPhenotype #> [1] TRUE #> #> $`acrofacial dysostosis Cincinnati type`$`_parent` #> [1] "DOID_0060379<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acrofacial dysostosis Cincinnati type`$`_is_leaf` #> [1] TRUE #> #> $`acrofacial dysostosis Cincinnati type`$children #> list() #> #> $`acrofacial dysostosis Cincinnati type`$value #> [1] "acrofacial dysostosis Cincinnati type" #> #> #> $`acrokeratosis verruciformis` #> $`acrokeratosis verruciformis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050606" #> #> $`acrokeratosis verruciformis`$`_id` #> [1] "DOID_0050606<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acrokeratosis verruciformis`$privateGeneCount #> [1] 0 #> #> $`acrokeratosis verruciformis`$publicGeneCount #> [1] 1 #> #> $`acrokeratosis verruciformis`$urlId #> [1] "DOID_0050606" #> #> $`acrokeratosis verruciformis`$dbPhenotype #> [1] TRUE #> #> $`acrokeratosis verruciformis`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acrokeratosis verruciformis`$`_is_leaf` #> [1] TRUE #> #> $`acrokeratosis verruciformis`$children #> list() #> #> $`acrokeratosis verruciformis`$value #> [1] "acrokeratosis verruciformis" #> #> #> $`acrokeratosis verruciformis` #> $`acrokeratosis verruciformis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050606" #> #> $`acrokeratosis verruciformis`$`_id` #> [1] "DOID_0050606<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`acrokeratosis verruciformis`$privateGeneCount #> [1] 0 #> #> $`acrokeratosis verruciformis`$publicGeneCount #> [1] 1 #> #> $`acrokeratosis verruciformis`$urlId #> [1] "DOID_0050606" #> #> $`acrokeratosis verruciformis`$dbPhenotype #> [1] TRUE #> #> $`acrokeratosis verruciformis`$`_parent` #> [1] "DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`acrokeratosis verruciformis`$`_is_leaf` #> [1] TRUE #> #> $`acrokeratosis verruciformis`$children #> list() #> #> $`acrokeratosis verruciformis`$value #> [1] "acrokeratosis verruciformis" #> #> #> $acromegaly #> $acromegaly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2449" #> #> $acromegaly$`_id` #> [1] "DOID_2449<DOID_2444<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $acromegaly$privateGeneCount #> [1] 0 #> #> $acromegaly$publicGeneCount #> [1] 3 #> #> $acromegaly$urlId #> [1] "DOID_2449" #> #> $acromegaly$dbPhenotype #> [1] TRUE #> #> $acromegaly$`_parent` #> [1] "DOID_2444<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $acromegaly$`_is_leaf` #> [1] TRUE #> #> $acromegaly$children #> list() #> #> $acromegaly$value #> [1] "acromegaly" #> #> #> $`acromelic frontonasal dysostosis` #> $`acromelic frontonasal dysostosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060342" #> #> $`acromelic frontonasal dysostosis`$`_id` #> [1] "DOID_0060342<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromelic frontonasal dysostosis`$privateGeneCount #> [1] 0 #> #> $`acromelic frontonasal dysostosis`$publicGeneCount #> [1] 1 #> #> $`acromelic frontonasal dysostosis`$urlId #> [1] "DOID_0060342" #> #> $`acromelic frontonasal dysostosis`$dbPhenotype #> [1] TRUE #> #> $`acromelic frontonasal dysostosis`$`_parent` #> [1] "DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromelic frontonasal dysostosis`$`_is_leaf` #> [1] TRUE #> #> $`acromelic frontonasal dysostosis`$children #> list() #> #> $`acromelic frontonasal dysostosis`$value #> [1] "acromelic frontonasal dysostosis" #> #> #> $`acromesomelic dysplasia` #> $`acromesomelic dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080049" #> #> $`acromesomelic dysplasia`$`_id` #> [1] "DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia`$privateGeneCount #> [1] 0 #> #> $`acromesomelic dysplasia`$publicGeneCount #> [1] 2 #> #> $`acromesomelic dysplasia`$urlId #> [1] "DOID_0080049" #> #> $`acromesomelic dysplasia`$dbPhenotype #> [1] FALSE #> #> $`acromesomelic dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia`$`_is_leaf` #> [1] FALSE #> #> $`acromesomelic dysplasia`$children #> $`acromesomelic dysplasia`$children[[1]] #> [1] "DOID_0080052<DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia`$children[[2]] #> [1] "DOID_0080051<DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia`$children[[3]] #> [1] "DOID_0080050<DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`acromesomelic dysplasia`$value #> [1] "acromesomelic dysplasia" #> #> #> $`acromesomelic dysplasia, Grebe type` #> $`acromesomelic dysplasia, Grebe type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080052" #> #> $`acromesomelic dysplasia, Grebe type`$`_id` #> [1] "DOID_0080052<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acromesomelic dysplasia, Grebe type`$privateGeneCount #> [1] 0 #> #> $`acromesomelic dysplasia, Grebe type`$publicGeneCount #> [1] 1 #> #> $`acromesomelic dysplasia, Grebe type`$urlId #> [1] "DOID_0080052" #> #> $`acromesomelic dysplasia, Grebe type`$dbPhenotype #> [1] TRUE #> #> $`acromesomelic dysplasia, Grebe type`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acromesomelic dysplasia, Grebe type`$`_is_leaf` #> [1] TRUE #> #> $`acromesomelic dysplasia, Grebe type`$children #> list() #> #> $`acromesomelic dysplasia, Grebe type`$value #> [1] "acromesomelic dysplasia, Grebe type" #> #> #> $`acromesomelic dysplasia, Grebe type` #> $`acromesomelic dysplasia, Grebe type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080052" #> #> $`acromesomelic dysplasia, Grebe type`$`_id` #> [1] "DOID_0080052<DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia, Grebe type`$privateGeneCount #> [1] 0 #> #> $`acromesomelic dysplasia, Grebe type`$publicGeneCount #> [1] 1 #> #> $`acromesomelic dysplasia, Grebe type`$urlId #> [1] "DOID_0080052" #> #> $`acromesomelic dysplasia, Grebe type`$dbPhenotype #> [1] TRUE #> #> $`acromesomelic dysplasia, Grebe type`$`_parent` #> [1] "DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia, Grebe type`$`_is_leaf` #> [1] TRUE #> #> $`acromesomelic dysplasia, Grebe type`$children #> list() #> #> $`acromesomelic dysplasia, Grebe type`$value #> [1] "acromesomelic dysplasia, Grebe type" #> #> #> $`acromesomelic dysplasia, Hunter-Thompson type` #> $`acromesomelic dysplasia, Hunter-Thompson type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080051" #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$`_id` #> [1] "DOID_0080051<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$privateGeneCount #> [1] 0 #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$publicGeneCount #> [1] 1 #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$urlId #> [1] "DOID_0080051" #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$dbPhenotype #> [1] TRUE #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$`_is_leaf` #> [1] TRUE #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$children #> list() #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$value #> [1] "acromesomelic dysplasia, Hunter-Thompson type" #> #> #> $`acromesomelic dysplasia, Hunter-Thompson type` #> $`acromesomelic dysplasia, Hunter-Thompson type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080051" #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$`_id` #> [1] "DOID_0080051<DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$privateGeneCount #> [1] 0 #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$publicGeneCount #> [1] 1 #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$urlId #> [1] "DOID_0080051" #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$dbPhenotype #> [1] TRUE #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$`_parent` #> [1] "DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$`_is_leaf` #> [1] TRUE #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$children #> list() #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$value #> [1] "acromesomelic dysplasia, Hunter-Thompson type" #> #> #> $`acromesomelic dysplasia, Maroteaux type` #> $`acromesomelic dysplasia, Maroteaux type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080050" #> #> $`acromesomelic dysplasia, Maroteaux type`$`_id` #> [1] "DOID_0080050<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acromesomelic dysplasia, Maroteaux type`$privateGeneCount #> [1] 0 #> #> $`acromesomelic dysplasia, Maroteaux type`$publicGeneCount #> [1] 1 #> #> $`acromesomelic dysplasia, Maroteaux type`$urlId #> [1] "DOID_0080050" #> #> $`acromesomelic dysplasia, Maroteaux type`$dbPhenotype #> [1] TRUE #> #> $`acromesomelic dysplasia, Maroteaux type`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acromesomelic dysplasia, Maroteaux type`$`_is_leaf` #> [1] TRUE #> #> $`acromesomelic dysplasia, Maroteaux type`$children #> list() #> #> $`acromesomelic dysplasia, Maroteaux type`$value #> [1] "acromesomelic dysplasia, Maroteaux type" #> #> #> $`acromesomelic dysplasia, Maroteaux type` #> $`acromesomelic dysplasia, Maroteaux type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080050" #> #> $`acromesomelic dysplasia, Maroteaux type`$`_id` #> [1] "DOID_0080050<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia, Maroteaux type`$privateGeneCount #> [1] 0 #> #> $`acromesomelic dysplasia, Maroteaux type`$publicGeneCount #> [1] 1 #> #> $`acromesomelic dysplasia, Maroteaux type`$urlId #> [1] "DOID_0080050" #> #> $`acromesomelic dysplasia, Maroteaux type`$dbPhenotype #> [1] TRUE #> #> $`acromesomelic dysplasia, Maroteaux type`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia, Maroteaux type`$`_is_leaf` #> [1] TRUE #> #> $`acromesomelic dysplasia, Maroteaux type`$children #> list() #> #> $`acromesomelic dysplasia, Maroteaux type`$value #> [1] "acromesomelic dysplasia, Maroteaux type" #> #> #> $`acromesomelic dysplasia, Maroteaux type` #> $`acromesomelic dysplasia, Maroteaux type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080050" #> #> $`acromesomelic dysplasia, Maroteaux type`$`_id` #> [1] "DOID_0080050<DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia, Maroteaux type`$privateGeneCount #> [1] 0 #> #> $`acromesomelic dysplasia, Maroteaux type`$publicGeneCount #> [1] 1 #> #> $`acromesomelic dysplasia, Maroteaux type`$urlId #> [1] "DOID_0080050" #> #> $`acromesomelic dysplasia, Maroteaux type`$dbPhenotype #> [1] TRUE #> #> $`acromesomelic dysplasia, Maroteaux type`$`_parent` #> [1] "DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia, Maroteaux type`$`_is_leaf` #> [1] TRUE #> #> $`acromesomelic dysplasia, Maroteaux type`$children #> list() #> #> $`acromesomelic dysplasia, Maroteaux type`$value #> [1] "acromesomelic dysplasia, Maroteaux type" #> #> #> $`ACTH-secreting pituitary adenoma` #> $`ACTH-secreting pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7004" #> #> $`ACTH-secreting pituitary adenoma`$`_id` #> [1] "DOID_7004<DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`ACTH-secreting pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`ACTH-secreting pituitary adenoma`$publicGeneCount #> [1] 3 #> #> $`ACTH-secreting pituitary adenoma`$urlId #> [1] "DOID_7004" #> #> $`ACTH-secreting pituitary adenoma`$dbPhenotype #> [1] TRUE #> #> $`ACTH-secreting pituitary adenoma`$`_parent` #> [1] "DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`ACTH-secreting pituitary adenoma`$`_is_leaf` #> [1] TRUE #> #> $`ACTH-secreting pituitary adenoma`$children #> list() #> #> $`ACTH-secreting pituitary adenoma`$value #> [1] "ACTH-secreting pituitary adenoma" #> #> #> $`ACTH-secreting pituitary adenoma` #> $`ACTH-secreting pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7004" #> #> $`ACTH-secreting pituitary adenoma`$`_id` #> [1] "DOID_7004<DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`ACTH-secreting pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`ACTH-secreting pituitary adenoma`$publicGeneCount #> [1] 3 #> #> $`ACTH-secreting pituitary adenoma`$urlId #> [1] "DOID_7004" #> #> $`ACTH-secreting pituitary adenoma`$dbPhenotype #> [1] TRUE #> #> $`ACTH-secreting pituitary adenoma`$`_parent` #> [1] "DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`ACTH-secreting pituitary adenoma`$`_is_leaf` #> [1] TRUE #> #> $`ACTH-secreting pituitary adenoma`$children #> list() #> #> $`ACTH-secreting pituitary adenoma`$value #> [1] "ACTH-secreting pituitary adenoma" #> #> #> $`ACTH-secreting pituitary adenoma` #> $`ACTH-secreting pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7004" #> #> $`ACTH-secreting pituitary adenoma`$`_id` #> [1] "DOID_7004<DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`ACTH-secreting pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`ACTH-secreting pituitary adenoma`$publicGeneCount #> [1] 3 #> #> $`ACTH-secreting pituitary adenoma`$urlId #> [1] "DOID_7004" #> #> $`ACTH-secreting pituitary adenoma`$dbPhenotype #> [1] TRUE #> #> $`ACTH-secreting pituitary adenoma`$`_parent` #> [1] "DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`ACTH-secreting pituitary adenoma`$`_is_leaf` #> [1] TRUE #> #> $`ACTH-secreting pituitary adenoma`$children #> list() #> #> $`ACTH-secreting pituitary adenoma`$value #> [1] "ACTH-secreting pituitary adenoma" #> #> #> $`actinic keratosis` #> $`actinic keratosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8866" #> #> $`actinic keratosis`$`_id` #> [1] "DOID_8866<DOID_0060071<DOID_14566<DOID_4" #> #> $`actinic keratosis`$privateGeneCount #> [1] 0 #> #> $`actinic keratosis`$publicGeneCount #> [1] 2 #> #> $`actinic keratosis`$urlId #> [1] "DOID_8866" #> #> $`actinic keratosis`$dbPhenotype #> [1] TRUE #> #> $`actinic keratosis`$`_parent` #> [1] "DOID_0060071<DOID_14566<DOID_4" #> #> $`actinic keratosis`$`_is_leaf` #> [1] TRUE #> #> $`actinic keratosis`$children #> list() #> #> $`actinic keratosis`$value #> [1] "actinic keratosis" #> #> #> $`Acute colitis` #> $`Acute colitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100282" #> #> $`Acute colitis`$`_id` #> [1] "HP_0100282<HP_0002583<HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Acute colitis`$privateGeneCount #> [1] 0 #> #> $`Acute colitis`$publicGeneCount #> [1] 3 #> #> $`Acute colitis`$urlId #> [1] "HP_0100282" #> #> $`Acute colitis`$dbPhenotype #> [1] FALSE #> #> $`Acute colitis`$`_parent` #> [1] "HP_0002583<HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Acute colitis`$`_is_leaf` #> [1] FALSE #> #> $`Acute colitis`$children #> $`Acute colitis`$children[[1]] #> [1] "HP_0004387<HP_0100282<HP_0002583<HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Acute colitis`$value #> [1] "Acute colitis" #> #> #> $`Acute colitis` #> $`Acute colitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100282" #> #> $`Acute colitis`$`_id` #> [1] "HP_0100282<HP_0002583<HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Acute colitis`$privateGeneCount #> [1] 0 #> #> $`Acute colitis`$publicGeneCount #> [1] 3 #> #> $`Acute colitis`$urlId #> [1] "HP_0100282" #> #> $`Acute colitis`$dbPhenotype #> [1] FALSE #> #> $`Acute colitis`$`_parent` #> [1] "HP_0002583<HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Acute colitis`$`_is_leaf` #> [1] FALSE #> #> $`Acute colitis`$children #> $`Acute colitis`$children[[1]] #> [1] "HP_0004387<HP_0100282<HP_0002583<HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Acute colitis`$value #> [1] "Acute colitis" #> #> #> $`acute disseminated encephalomyelitis` #> $`acute disseminated encephalomyelitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_639" #> #> $`acute disseminated encephalomyelitis`$`_id` #> [1] "DOID_639<DOID_640<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`acute disseminated encephalomyelitis`$privateGeneCount #> [1] 0 #> #> $`acute disseminated encephalomyelitis`$publicGeneCount #> [1] 3 #> #> $`acute disseminated encephalomyelitis`$urlId #> [1] "DOID_639" #> #> $`acute disseminated encephalomyelitis`$dbPhenotype #> [1] TRUE #> #> $`acute disseminated encephalomyelitis`$`_parent` #> [1] "DOID_640<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`acute disseminated encephalomyelitis`$`_is_leaf` #> [1] TRUE #> #> $`acute disseminated encephalomyelitis`$children #> list() #> #> $`acute disseminated encephalomyelitis`$value #> [1] "acute disseminated encephalomyelitis" #> #> #> $`Acute encephalopathy` #> $`Acute encephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006846" #> #> $`Acute encephalopathy`$`_id` #> [1] "HP_0006846<HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Acute encephalopathy`$privateGeneCount #> [1] 0 #> #> $`Acute encephalopathy`$publicGeneCount #> [1] 1 #> #> $`Acute encephalopathy`$urlId #> [1] "HP_0006846" #> #> $`Acute encephalopathy`$dbPhenotype #> [1] TRUE #> #> $`Acute encephalopathy`$`_parent` #> [1] "HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Acute encephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`Acute encephalopathy`$children #> list() #> #> $`Acute encephalopathy`$value #> [1] "Acute encephalopathy" #> #> #> $`Acute hepatic failure` #> $`Acute hepatic failure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006554" #> #> $`Acute hepatic failure`$`_id` #> [1] "HP_0006554<HP_0001399<HP_0001410<HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Acute hepatic failure`$privateGeneCount #> [1] 0 #> #> $`Acute hepatic failure`$publicGeneCount #> [1] 23 #> #> $`Acute hepatic failure`$urlId #> [1] "HP_0006554" #> #> $`Acute hepatic failure`$dbPhenotype #> [1] TRUE #> #> $`Acute hepatic failure`$`_parent` #> [1] "HP_0001399<HP_0001410<HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Acute hepatic failure`$`_is_leaf` #> [1] TRUE #> #> $`Acute hepatic failure`$children #> list() #> #> $`Acute hepatic failure`$value #> [1] "Acute hepatic failure" #> #> #> $`acute inflammation of lacrimal passage` #> $`acute inflammation of lacrimal passage`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6970" #> #> $`acute inflammation of lacrimal passage`$`_id` #> [1] "DOID_6970<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`acute inflammation of lacrimal passage`$privateGeneCount #> [1] 0 #> #> $`acute inflammation of lacrimal passage`$publicGeneCount #> [1] 1 #> #> $`acute inflammation of lacrimal passage`$urlId #> [1] "DOID_6970" #> #> $`acute inflammation of lacrimal passage`$dbPhenotype #> [1] FALSE #> #> $`acute inflammation of lacrimal passage`$`_parent` #> [1] "DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`acute inflammation of lacrimal passage`$`_is_leaf` #> [1] FALSE #> #> $`acute inflammation of lacrimal passage`$children #> $`acute inflammation of lacrimal passage`$children[[1]] #> [1] "DOID_9938<DOID_6970<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`acute inflammation of lacrimal passage`$value #> [1] "acute inflammation of lacrimal passage" #> #> #> $`acute intermittent porphyria` #> $`acute intermittent porphyria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3890" #> #> $`acute intermittent porphyria`$`_id` #> [1] "DOID_3890<DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`acute intermittent porphyria`$privateGeneCount #> [1] 0 #> #> $`acute intermittent porphyria`$publicGeneCount #> [1] 1 #> #> $`acute intermittent porphyria`$urlId #> [1] "DOID_3890" #> #> $`acute intermittent porphyria`$dbPhenotype #> [1] TRUE #> #> $`acute intermittent porphyria`$`_parent` #> [1] "DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`acute intermittent porphyria`$`_is_leaf` #> [1] TRUE #> #> $`acute intermittent porphyria`$children #> list() #> #> $`acute intermittent porphyria`$value #> [1] "acute intermittent porphyria" #> #> #> $`acute kidney failure` #> $`acute kidney failure`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3021" #> #> $`acute kidney failure`$`_id` #> [1] "DOID_3021<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`acute kidney failure`$privateGeneCount #> [1] 0 #> #> $`acute kidney failure`$publicGeneCount #> [1] 7 #> #> $`acute kidney failure`$urlId #> [1] "DOID_3021" #> #> $`acute kidney failure`$dbPhenotype #> [1] FALSE #> #> $`acute kidney failure`$`_parent` #> [1] "DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`acute kidney failure`$`_is_leaf` #> [1] FALSE #> #> $`acute kidney failure`$children #> $`acute kidney failure`$children[[1]] #> [1] "DOID_12556<DOID_3021<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`acute kidney failure`$children[[2]] #> [1] "DOID_11823<DOID_3021<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`acute kidney failure`$value #> [1] "acute kidney failure" #> #> #> $`Acute kidney injury` #> $`Acute kidney injury`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001919" #> #> $`Acute kidney injury`$`_id` #> [1] "HP_0001919<HP_0000083<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Acute kidney injury`$privateGeneCount #> [1] 0 #> #> $`Acute kidney injury`$publicGeneCount #> [1] 77 #> #> $`Acute kidney injury`$urlId #> [1] "HP_0001919" #> #> $`Acute kidney injury`$dbPhenotype #> [1] TRUE #> #> $`Acute kidney injury`$`_parent` #> [1] "HP_0000083<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Acute kidney injury`$`_is_leaf` #> [1] TRUE #> #> $`Acute kidney injury`$children #> list() #> #> $`Acute kidney injury`$value #> [1] "Acute kidney injury" #> #> #> $`Acute kidney injury` #> $`Acute kidney injury`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001919" #> #> $`Acute kidney injury`$`_id` #> [1] "HP_0001919<HP_0000083<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Acute kidney injury`$privateGeneCount #> [1] 0 #> #> $`Acute kidney injury`$publicGeneCount #> [1] 77 #> #> $`Acute kidney injury`$urlId #> [1] "HP_0001919" #> #> $`Acute kidney injury`$dbPhenotype #> [1] TRUE #> #> $`Acute kidney injury`$`_parent` #> [1] "HP_0000083<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Acute kidney injury`$`_is_leaf` #> [1] TRUE #> #> $`Acute kidney injury`$children #> list() #> #> $`Acute kidney injury`$value #> [1] "Acute kidney injury" #> #> #> $`acute kidney tubular necrosis` #> $`acute kidney tubular necrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12556" #> #> $`acute kidney tubular necrosis`$`_id` #> [1] "DOID_12556<DOID_3021<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`acute kidney tubular necrosis`$privateGeneCount #> [1] 0 #> #> $`acute kidney tubular necrosis`$publicGeneCount #> [1] 5 #> #> $`acute kidney tubular necrosis`$urlId #> [1] "DOID_12556" #> #> $`acute kidney tubular necrosis`$dbPhenotype #> [1] TRUE #> #> $`acute kidney tubular necrosis`$`_parent` #> [1] "DOID_3021<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`acute kidney tubular necrosis`$`_is_leaf` #> [1] TRUE #> #> $`acute kidney tubular necrosis`$children #> list() #> #> $`acute kidney tubular necrosis`$value #> [1] "acute kidney tubular necrosis" #> #> #> $`acute leukemia` #> $`acute leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12603" #> #> $`acute leukemia`$`_id` #> [1] "DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute leukemia`$privateGeneCount #> [1] 0 #> #> $`acute leukemia`$publicGeneCount #> [1] 50 #> #> $`acute leukemia`$urlId #> [1] "DOID_12603" #> #> $`acute leukemia`$dbPhenotype #> [1] FALSE #> #> $`acute leukemia`$`_parent` #> [1] "DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute leukemia`$`_is_leaf` #> [1] FALSE #> #> $`acute leukemia`$children #> $`acute leukemia`$children[[1]] #> [1] "DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute leukemia`$children[[2]] #> [1] "DOID_9953<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`acute leukemia`$value #> [1] "acute leukemia" #> #> #> $`acute leukemia` #> $`acute leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12603" #> #> $`acute leukemia`$`_id` #> [1] "DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute leukemia`$privateGeneCount #> [1] 0 #> #> $`acute leukemia`$publicGeneCount #> [1] 50 #> #> $`acute leukemia`$urlId #> [1] "DOID_12603" #> #> $`acute leukemia`$dbPhenotype #> [1] FALSE #> #> $`acute leukemia`$`_parent` #> [1] "DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute leukemia`$`_is_leaf` #> [1] FALSE #> #> $`acute leukemia`$children #> $`acute leukemia`$children[[1]] #> [1] "DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute leukemia`$children[[2]] #> [1] "DOID_9953<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`acute leukemia`$value #> [1] "acute leukemia" #> #> #> $`acute lymphoblastic leukemia` #> $`acute lymphoblastic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9952" #> #> $`acute lymphoblastic leukemia`$`_id` #> [1] "DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute lymphoblastic leukemia`$privateGeneCount #> [1] 0 #> #> $`acute lymphoblastic leukemia`$publicGeneCount #> [1] 49 #> #> $`acute lymphoblastic leukemia`$urlId #> [1] "DOID_9952" #> #> $`acute lymphoblastic leukemia`$dbPhenotype #> [1] TRUE #> #> $`acute lymphoblastic leukemia`$`_parent` #> [1] "DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute lymphoblastic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`acute lymphoblastic leukemia`$children #> $`acute lymphoblastic leukemia`$children[[1]] #> [1] "DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`acute lymphoblastic leukemia`$value #> [1] "acute lymphoblastic leukemia" #> #> #> $`acute lymphoblastic leukemia` #> $`acute lymphoblastic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9952" #> #> $`acute lymphoblastic leukemia`$`_id` #> [1] "DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute lymphoblastic leukemia`$privateGeneCount #> [1] 0 #> #> $`acute lymphoblastic leukemia`$publicGeneCount #> [1] 49 #> #> $`acute lymphoblastic leukemia`$urlId #> [1] "DOID_9952" #> #> $`acute lymphoblastic leukemia`$dbPhenotype #> [1] TRUE #> #> $`acute lymphoblastic leukemia`$`_parent` #> [1] "DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute lymphoblastic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`acute lymphoblastic leukemia`$children #> $`acute lymphoblastic leukemia`$children[[1]] #> [1] "DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`acute lymphoblastic leukemia`$value #> [1] "acute lymphoblastic leukemia" #> #> #> $`acute monocytic leukemia` #> $`acute monocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8864" #> #> $`acute monocytic leukemia`$`_id` #> [1] "DOID_8864<DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute monocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`acute monocytic leukemia`$publicGeneCount #> [1] 3 #> #> $`acute monocytic leukemia`$urlId #> [1] "DOID_8864" #> #> $`acute monocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`acute monocytic leukemia`$`_parent` #> [1] "DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute monocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`acute monocytic leukemia`$children #> list() #> #> $`acute monocytic leukemia`$value #> [1] "acute monocytic leukemia" #> #> #> $`acute monocytic leukemia` #> $`acute monocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8864" #> #> $`acute monocytic leukemia`$`_id` #> [1] "DOID_8864<DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute monocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`acute monocytic leukemia`$publicGeneCount #> [1] 3 #> #> $`acute monocytic leukemia`$urlId #> [1] "DOID_8864" #> #> $`acute monocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`acute monocytic leukemia`$`_parent` #> [1] "DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute monocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`acute monocytic leukemia`$children #> list() #> #> $`acute monocytic leukemia`$value #> [1] "acute monocytic leukemia" #> #> #> $`acute myeloid leukemia` #> $`acute myeloid leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9119" #> #> $`acute myeloid leukemia`$`_id` #> [1] "DOID_9119<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute myeloid leukemia`$privateGeneCount #> [1] 0 #> #> $`acute myeloid leukemia`$publicGeneCount #> [1] 129 #> #> $`acute myeloid leukemia`$urlId #> [1] "DOID_9119" #> #> $`acute myeloid leukemia`$dbPhenotype #> [1] TRUE #> #> $`acute myeloid leukemia`$`_parent` #> [1] "DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute myeloid leukemia`$`_is_leaf` #> [1] FALSE #> #> $`acute myeloid leukemia`$children #> $`acute myeloid leukemia`$children[[1]] #> [1] "DOID_0060318<DOID_9119<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`acute myeloid leukemia`$value #> [1] "acute myeloid leukemia" #> #> #> $`acute myeloid leukemia` #> $`acute myeloid leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9119" #> #> $`acute myeloid leukemia`$`_id` #> [1] "DOID_9119<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute myeloid leukemia`$privateGeneCount #> [1] 0 #> #> $`acute myeloid leukemia`$publicGeneCount #> [1] 129 #> #> $`acute myeloid leukemia`$urlId #> [1] "DOID_9119" #> #> $`acute myeloid leukemia`$dbPhenotype #> [1] TRUE #> #> $`acute myeloid leukemia`$`_parent` #> [1] "DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute myeloid leukemia`$`_is_leaf` #> [1] FALSE #> #> $`acute myeloid leukemia`$children #> $`acute myeloid leukemia`$children[[1]] #> [1] "DOID_0060318<DOID_9119<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`acute myeloid leukemia`$value #> [1] "acute myeloid leukemia" #> #> #> $`acute pancreatitis` #> $`acute pancreatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2913" #> #> $`acute pancreatitis`$`_id` #> [1] "DOID_2913<DOID_4989<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`acute pancreatitis`$privateGeneCount #> [1] 0 #> #> $`acute pancreatitis`$publicGeneCount #> [1] 1 #> #> $`acute pancreatitis`$urlId #> [1] "DOID_2913" #> #> $`acute pancreatitis`$dbPhenotype #> [1] TRUE #> #> $`acute pancreatitis`$`_parent` #> [1] "DOID_4989<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`acute pancreatitis`$`_is_leaf` #> [1] TRUE #> #> $`acute pancreatitis`$children #> list() #> #> $`acute pancreatitis`$value #> [1] "acute pancreatitis" #> #> #> $`acute porphyria` #> $`acute porphyria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3133" #> #> $`acute porphyria`$`_id` #> [1] "DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`acute porphyria`$privateGeneCount #> [1] 0 #> #> $`acute porphyria`$publicGeneCount #> [1] 12 #> #> $`acute porphyria`$urlId #> [1] "DOID_3133" #> #> $`acute porphyria`$dbPhenotype #> [1] TRUE #> #> $`acute porphyria`$`_parent` #> [1] "DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`acute porphyria`$`_is_leaf` #> [1] FALSE #> #> $`acute porphyria`$children #> $`acute porphyria`$children[[1]] #> [1] "DOID_3890<DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`acute porphyria`$children[[2]] #> [1] "DOID_13270<DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`acute porphyria`$children[[3]] #> [1] "DOID_13269<DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`acute porphyria`$children[[4]] #> [1] "DOID_3132<DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`acute porphyria`$children[[5]] #> [1] "DOID_4346<DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> #> $`acute porphyria`$value #> [1] "acute porphyria" #> #> #> $`acute promyelocytic leukemia` #> $`acute promyelocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060318" #> #> $`acute promyelocytic leukemia`$`_id` #> [1] "DOID_0060318<DOID_9119<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute promyelocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`acute promyelocytic leukemia`$publicGeneCount #> [1] 2 #> #> $`acute promyelocytic leukemia`$urlId #> [1] "DOID_0060318" #> #> $`acute promyelocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`acute promyelocytic leukemia`$`_parent` #> [1] "DOID_9119<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute promyelocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`acute promyelocytic leukemia`$children #> list() #> #> $`acute promyelocytic leukemia`$value #> [1] "acute promyelocytic leukemia" #> #> #> $`acute promyelocytic leukemia` #> $`acute promyelocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060318" #> #> $`acute promyelocytic leukemia`$`_id` #> [1] "DOID_0060318<DOID_9119<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute promyelocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`acute promyelocytic leukemia`$publicGeneCount #> [1] 2 #> #> $`acute promyelocytic leukemia`$urlId #> [1] "DOID_0060318" #> #> $`acute promyelocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`acute promyelocytic leukemia`$`_parent` #> [1] "DOID_9119<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute promyelocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`acute promyelocytic leukemia`$children #> list() #> #> $`acute promyelocytic leukemia`$value #> [1] "acute promyelocytic leukemia" #> #> #> $`acute retinal necrosis syndrome` #> $`acute retinal necrosis syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3611" #> #> $`acute retinal necrosis syndrome`$`_id` #> [1] "DOID_3611<DOID_3612<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`acute retinal necrosis syndrome`$privateGeneCount #> [1] 0 #> #> $`acute retinal necrosis syndrome`$publicGeneCount #> [1] 2 #> #> $`acute retinal necrosis syndrome`$urlId #> [1] "DOID_3611" #> #> $`acute retinal necrosis syndrome`$dbPhenotype #> [1] TRUE #> #> $`acute retinal necrosis syndrome`$`_parent` #> [1] "DOID_3612<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`acute retinal necrosis syndrome`$`_is_leaf` #> [1] TRUE #> #> $`acute retinal necrosis syndrome`$children #> list() #> #> $`acute retinal necrosis syndrome`$value #> [1] "acute retinal necrosis syndrome" #> #> #> $`acute transudative otitis media` #> $`acute transudative otitis media`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3697" #> #> $`acute transudative otitis media`$`_id` #> [1] "DOID_3697<DOID_11180<DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`acute transudative otitis media`$privateGeneCount #> [1] 0 #> #> $`acute transudative otitis media`$publicGeneCount #> [1] 4 #> #> $`acute transudative otitis media`$urlId #> [1] "DOID_3697" #> #> $`acute transudative otitis media`$dbPhenotype #> [1] TRUE #> #> $`acute transudative otitis media`$`_parent` #> [1] "DOID_11180<DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`acute transudative otitis media`$`_is_leaf` #> [1] TRUE #> #> $`acute transudative otitis media`$children #> list() #> #> $`acute transudative otitis media`$value #> [1] "acute transudative otitis media" #> #> #> $`Acute tubulointerstitial nephritis` #> $`Acute tubulointerstitial nephritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004729" #> #> $`Acute tubulointerstitial nephritis`$`_id` #> [1] "HP_0004729<HP_0001970<HP_0001969<HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Acute tubulointerstitial nephritis`$privateGeneCount #> [1] 0 #> #> $`Acute tubulointerstitial nephritis`$publicGeneCount #> [1] 1 #> #> $`Acute tubulointerstitial nephritis`$urlId #> [1] "HP_0004729" #> #> $`Acute tubulointerstitial nephritis`$dbPhenotype #> [1] TRUE #> #> $`Acute tubulointerstitial nephritis`$`_parent` #> [1] "HP_0001970<HP_0001969<HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Acute tubulointerstitial nephritis`$`_is_leaf` #> [1] TRUE #> #> $`Acute tubulointerstitial nephritis`$children #> list() #> #> $`Acute tubulointerstitial nephritis`$value #> [1] "Acute tubulointerstitial nephritis" #> #> #> $`Acute tubulointerstitial nephritis` #> $`Acute tubulointerstitial nephritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004729" #> #> $`Acute tubulointerstitial nephritis`$`_id` #> [1] "HP_0004729<HP_0001970<HP_0001969<HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Acute tubulointerstitial nephritis`$privateGeneCount #> [1] 0 #> #> $`Acute tubulointerstitial nephritis`$publicGeneCount #> [1] 1 #> #> $`Acute tubulointerstitial nephritis`$urlId #> [1] "HP_0004729" #> #> $`Acute tubulointerstitial nephritis`$dbPhenotype #> [1] TRUE #> #> $`Acute tubulointerstitial nephritis`$`_parent` #> [1] "HP_0001970<HP_0001969<HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Acute tubulointerstitial nephritis`$`_is_leaf` #> [1] TRUE #> #> $`Acute tubulointerstitial nephritis`$children #> list() #> #> $`Acute tubulointerstitial nephritis`$value #> [1] "Acute tubulointerstitial nephritis" #> #> #> $`adamantinous craniopharyngioma` #> $`adamantinous craniopharyngioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3846" #> #> $`adamantinous craniopharyngioma`$`_id` #> [1] "DOID_3846<DOID_3840<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`adamantinous craniopharyngioma`$privateGeneCount #> [1] 0 #> #> $`adamantinous craniopharyngioma`$publicGeneCount #> [1] 2 #> #> $`adamantinous craniopharyngioma`$urlId #> [1] "DOID_3846" #> #> $`adamantinous craniopharyngioma`$dbPhenotype #> [1] TRUE #> #> $`adamantinous craniopharyngioma`$`_parent` #> [1] "DOID_3840<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`adamantinous craniopharyngioma`$`_is_leaf` #> [1] TRUE #> #> $`adamantinous craniopharyngioma`$children #> list() #> #> $`adamantinous craniopharyngioma`$value #> [1] "adamantinous craniopharyngioma" #> #> #> $`adamantinous craniopharyngioma` #> $`adamantinous craniopharyngioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3846" #> #> $`adamantinous craniopharyngioma`$`_id` #> [1] "DOID_3846<DOID_3840<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`adamantinous craniopharyngioma`$privateGeneCount #> [1] 0 #> #> $`adamantinous craniopharyngioma`$publicGeneCount #> [1] 2 #> #> $`adamantinous craniopharyngioma`$urlId #> [1] "DOID_3846" #> #> $`adamantinous craniopharyngioma`$dbPhenotype #> [1] TRUE #> #> $`adamantinous craniopharyngioma`$`_parent` #> [1] "DOID_3840<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`adamantinous craniopharyngioma`$`_is_leaf` #> [1] TRUE #> #> $`adamantinous craniopharyngioma`$children #> list() #> #> $`adamantinous craniopharyngioma`$value #> [1] "adamantinous craniopharyngioma" #> #> #> $`adamantinous craniopharyngioma` #> $`adamantinous craniopharyngioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3846" #> #> $`adamantinous craniopharyngioma`$`_id` #> [1] "DOID_3846<DOID_3840<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adamantinous craniopharyngioma`$privateGeneCount #> [1] 0 #> #> $`adamantinous craniopharyngioma`$publicGeneCount #> [1] 2 #> #> $`adamantinous craniopharyngioma`$urlId #> [1] "DOID_3846" #> #> $`adamantinous craniopharyngioma`$dbPhenotype #> [1] TRUE #> #> $`adamantinous craniopharyngioma`$`_parent` #> [1] "DOID_3840<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adamantinous craniopharyngioma`$`_is_leaf` #> [1] TRUE #> #> $`adamantinous craniopharyngioma`$children #> list() #> #> $`adamantinous craniopharyngioma`$value #> [1] "adamantinous craniopharyngioma" #> #> #> $`Adams-Oliver syndrome` #> $`Adams-Oliver syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060227" #> #> $`Adams-Oliver syndrome`$`_id` #> [1] "DOID_0060227<DOID_225<DOID_4" #> #> $`Adams-Oliver syndrome`$privateGeneCount #> [1] 0 #> #> $`Adams-Oliver syndrome`$publicGeneCount #> [1] 6 #> #> $`Adams-Oliver syndrome`$urlId #> [1] "DOID_0060227" #> #> $`Adams-Oliver syndrome`$dbPhenotype #> [1] TRUE #> #> $`Adams-Oliver syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Adams-Oliver syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Adams-Oliver syndrome`$children #> list() #> #> $`Adams-Oliver syndrome`$value #> [1] "Adams-Oliver syndrome" #> #> #> $addiction #> $addiction$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002555" #> #> $addiction$`_id` #> [1] "MP_0002555<MP_0002553<MP_0009745<MP_0004924<MP_0005386<MP_0000001" #> #> $addiction$privateGeneCount #> [1] 0 #> #> $addiction$publicGeneCount #> [1] 21 #> #> $addiction$urlId #> [1] "MP_0002555" #> #> $addiction$dbPhenotype #> [1] TRUE #> #> $addiction$`_parent` #> [1] "MP_0002553<MP_0009745<MP_0004924<MP_0005386<MP_0000001" #> #> $addiction$`_is_leaf` #> [1] TRUE #> #> $addiction$children #> list() #> #> $addiction$value #> [1] "addiction" #> #> #> $`Addison's disease` #> $`Addison's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13774" #> #> $`Addison's disease`$`_id` #> [1] "DOID_13774<DOID_10493<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`Addison's disease`$privateGeneCount #> [1] 0 #> #> $`Addison's disease`$publicGeneCount #> [1] 5 #> #> $`Addison's disease`$urlId #> [1] "DOID_13774" #> #> $`Addison's disease`$dbPhenotype #> [1] TRUE #> #> $`Addison's disease`$`_parent` #> [1] "DOID_10493<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`Addison's disease`$`_is_leaf` #> [1] TRUE #> #> $`Addison's disease`$children #> list() #> #> $`Addison's disease`$value #> [1] "Addison's disease" #> #> #> $`adenine phosphoribosyltransferase deficiency` #> $`adenine phosphoribosyltransferase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060350" #> #> $`adenine phosphoribosyltransferase deficiency`$`_id` #> [1] "DOID_0060350<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`adenine phosphoribosyltransferase deficiency`$privateGeneCount #> [1] 0 #> #> $`adenine phosphoribosyltransferase deficiency`$publicGeneCount #> [1] 1 #> #> $`adenine phosphoribosyltransferase deficiency`$urlId #> [1] "DOID_0060350" #> #> $`adenine phosphoribosyltransferase deficiency`$dbPhenotype #> [1] TRUE #> #> $`adenine phosphoribosyltransferase deficiency`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`adenine phosphoribosyltransferase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`adenine phosphoribosyltransferase deficiency`$children #> list() #> #> $`adenine phosphoribosyltransferase deficiency`$value #> [1] "adenine phosphoribosyltransferase deficiency" #> #> #> $adenocarcinoma #> $adenocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_299" #> #> $adenocarcinoma$`_id` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$privateGeneCount #> [1] 0 #> #> $adenocarcinoma$publicGeneCount #> [1] 272 #> #> $adenocarcinoma$urlId #> [1] "DOID_299" #> #> $adenocarcinoma$dbPhenotype #> [1] TRUE #> #> $adenocarcinoma$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$`_is_leaf` #> [1] FALSE #> #> $adenocarcinoma$children #> $adenocarcinoma$children[[1]] #> [1] "DOID_4896<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$children[[2]] #> [1] "DOID_3458<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$children[[3]] #> [1] "DOID_4468<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$children[[4]] #> [1] "DOID_4914<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$children[[5]] #> [1] "DOID_3717<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$children[[6]] #> [1] "DOID_3910<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$children[[7]] #> [1] "DOID_3030<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$children[[8]] #> [1] "DOID_3713<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$children[[9]] #> [1] "DOID_3493<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$children[[10]] #> [1] "DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$children[[11]] #> [1] "DOID_4929<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $adenocarcinoma$value #> [1] "adenocarcinoma" #> #> #> $adenoma #> $adenoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_657" #> #> $adenoma$`_id` #> [1] "DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $adenoma$privateGeneCount #> [1] 0 #> #> $adenoma$publicGeneCount #> [1] 107 #> #> $adenoma$urlId #> [1] "DOID_657" #> #> $adenoma$dbPhenotype #> [1] TRUE #> #> $adenoma$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $adenoma$`_is_leaf` #> [1] FALSE #> #> $adenoma$children #> $adenoma$children[[1]] #> [1] "DOID_656<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $adenoma$children[[2]] #> [1] "DOID_1618<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $adenoma$children[[3]] #> [1] "DOID_2634<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $adenoma$children[[4]] #> [1] "DOID_3172<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $adenoma$children[[5]] #> [1] "DOID_7608<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $adenoma$children[[6]] #> [1] "DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $adenoma$children[[7]] #> [1] "DOID_2883<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $adenoma$children[[8]] #> [1] "DOID_2891<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $adenoma$value #> [1] "adenoma" #> #> #> $`adenosine deaminase deficiency` #> $`adenosine deaminase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5810" #> #> $`adenosine deaminase deficiency`$`_id` #> [1] "DOID_5810<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`adenosine deaminase deficiency`$privateGeneCount #> [1] 0 #> #> $`adenosine deaminase deficiency`$publicGeneCount #> [1] 1 #> #> $`adenosine deaminase deficiency`$urlId #> [1] "DOID_5810" #> #> $`adenosine deaminase deficiency`$dbPhenotype #> [1] TRUE #> #> $`adenosine deaminase deficiency`$`_parent` #> [1] "DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`adenosine deaminase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`adenosine deaminase deficiency`$children #> list() #> #> $`adenosine deaminase deficiency`$value #> [1] "adenosine deaminase deficiency" #> #> #> $Adermatoglyphia #> $Adermatoglyphia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007455" #> #> $Adermatoglyphia$`_id` #> [1] "HP_0007455<HP_0007477<HP_0011356<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Adermatoglyphia$privateGeneCount #> [1] 0 #> #> $Adermatoglyphia$publicGeneCount #> [1] 1 #> #> $Adermatoglyphia$urlId #> [1] "HP_0007455" #> #> $Adermatoglyphia$dbPhenotype #> [1] TRUE #> #> $Adermatoglyphia$`_parent` #> [1] "HP_0007477<HP_0011356<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Adermatoglyphia$`_is_leaf` #> [1] TRUE #> #> $Adermatoglyphia$children #> list() #> #> $Adermatoglyphia$value #> [1] "Adermatoglyphia" #> #> #> $`adolescence-adult electroclinical syndrome` #> $`adolescence-adult electroclinical syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050705" #> #> $`adolescence-adult electroclinical syndrome`$`_id` #> [1] "DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adolescence-adult electroclinical syndrome`$privateGeneCount #> [1] 0 #> #> $`adolescence-adult electroclinical syndrome`$publicGeneCount #> [1] 40 #> #> $`adolescence-adult electroclinical syndrome`$urlId #> [1] "DOID_0050705" #> #> $`adolescence-adult electroclinical syndrome`$dbPhenotype #> [1] FALSE #> #> $`adolescence-adult electroclinical syndrome`$`_parent` #> [1] "DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adolescence-adult electroclinical syndrome`$`_is_leaf` #> [1] FALSE #> #> $`adolescence-adult electroclinical syndrome`$children #> $`adolescence-adult electroclinical syndrome`$children[[1]] #> [1] "DOID_7725<DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adolescence-adult electroclinical syndrome`$children[[2]] #> [1] "DOID_0060172<DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adolescence-adult electroclinical syndrome`$children[[3]] #> [1] "DOID_4890<DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`adolescence-adult electroclinical syndrome`$value #> [1] "adolescence-adult electroclinical syndrome" #> #> #> $`adrenal adenoma` #> $`adrenal adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_656" #> #> $`adrenal adenoma`$`_id` #> [1] "DOID_656<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`adrenal adenoma`$privateGeneCount #> [1] 0 #> #> $`adrenal adenoma`$publicGeneCount #> [1] 5 #> #> $`adrenal adenoma`$urlId #> [1] "DOID_656" #> #> $`adrenal adenoma`$dbPhenotype #> [1] TRUE #> #> $`adrenal adenoma`$`_parent` #> [1] "DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`adrenal adenoma`$`_is_leaf` #> [1] FALSE #> #> $`adrenal adenoma`$children #> $`adrenal adenoma`$children[[1]] #> [1] "DOID_12028<DOID_656<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`adrenal adenoma`$value #> [1] "adrenal adenoma" #> #> #> $`adrenal adenoma` #> $`adrenal adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_656" #> #> $`adrenal adenoma`$`_id` #> [1] "DOID_656<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`adrenal adenoma`$privateGeneCount #> [1] 0 #> #> $`adrenal adenoma`$publicGeneCount #> [1] 5 #> #> $`adrenal adenoma`$urlId #> [1] "DOID_656" #> #> $`adrenal adenoma`$dbPhenotype #> [1] TRUE #> #> $`adrenal adenoma`$`_parent` #> [1] "DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`adrenal adenoma`$`_is_leaf` #> [1] FALSE #> #> $`adrenal adenoma`$children #> $`adrenal adenoma`$children[[1]] #> [1] "DOID_12028<DOID_656<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`adrenal adenoma`$value #> [1] "adrenal adenoma" #> #> #> $`adrenal adenoma` #> $`adrenal adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_656" #> #> $`adrenal adenoma`$`_id` #> [1] "DOID_656<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal adenoma`$privateGeneCount #> [1] 0 #> #> $`adrenal adenoma`$publicGeneCount #> [1] 5 #> #> $`adrenal adenoma`$urlId #> [1] "DOID_656" #> #> $`adrenal adenoma`$dbPhenotype #> [1] TRUE #> #> $`adrenal adenoma`$`_parent` #> [1] "DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal adenoma`$`_is_leaf` #> [1] FALSE #> #> $`adrenal adenoma`$children #> $`adrenal adenoma`$children[[1]] #> [1] "DOID_12028<DOID_656<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> #> $`adrenal adenoma`$value #> [1] "adrenal adenoma" #> #> #> $`adrenal cortex cancer` #> $`adrenal cortex cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_660" #> #> $`adrenal cortex cancer`$`_id` #> [1] "DOID_660<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal cortex cancer`$privateGeneCount #> [1] 0 #> #> $`adrenal cortex cancer`$publicGeneCount #> [1] 17 #> #> $`adrenal cortex cancer`$urlId #> [1] "DOID_660" #> #> $`adrenal cortex cancer`$dbPhenotype #> [1] FALSE #> #> $`adrenal cortex cancer`$`_parent` #> [1] "DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal cortex cancer`$`_is_leaf` #> [1] FALSE #> #> $`adrenal cortex cancer`$children #> $`adrenal cortex cancer`$children[[1]] #> [1] "DOID_3948<DOID_660<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> #> $`adrenal cortex cancer`$value #> [1] "adrenal cortex cancer" #> #> #> $`adrenal cortex cancer` #> $`adrenal cortex cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_660" #> #> $`adrenal cortex cancer`$`_id` #> [1] "DOID_660<DOID_3953<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adrenal cortex cancer`$privateGeneCount #> [1] 0 #> #> $`adrenal cortex cancer`$publicGeneCount #> [1] 17 #> #> $`adrenal cortex cancer`$urlId #> [1] "DOID_660" #> #> $`adrenal cortex cancer`$dbPhenotype #> [1] FALSE #> #> $`adrenal cortex cancer`$`_parent` #> [1] "DOID_3953<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adrenal cortex cancer`$`_is_leaf` #> [1] FALSE #> #> $`adrenal cortex cancer`$children #> $`adrenal cortex cancer`$children[[1]] #> [1] "DOID_3948<DOID_660<DOID_3953<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`adrenal cortex cancer`$value #> [1] "adrenal cortex cancer" #> #> #> $`adrenal cortex cancer` #> $`adrenal cortex cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_660" #> #> $`adrenal cortex cancer`$`_id` #> [1] "DOID_660<DOID_3953<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal cortex cancer`$privateGeneCount #> [1] 0 #> #> $`adrenal cortex cancer`$publicGeneCount #> [1] 17 #> #> $`adrenal cortex cancer`$urlId #> [1] "DOID_660" #> #> $`adrenal cortex cancer`$dbPhenotype #> [1] FALSE #> #> $`adrenal cortex cancer`$`_parent` #> [1] "DOID_3953<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal cortex cancer`$`_is_leaf` #> [1] FALSE #> #> $`adrenal cortex cancer`$children #> $`adrenal cortex cancer`$children[[1]] #> [1] "DOID_3948<DOID_660<DOID_3953<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> #> $`adrenal cortex cancer`$value #> [1] "adrenal cortex cancer" #> #> #> $`adrenal cortex disease` #> $`adrenal cortex disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3952" #> #> $`adrenal cortex disease`$`_id` #> [1] "DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal cortex disease`$privateGeneCount #> [1] 0 #> #> $`adrenal cortex disease`$publicGeneCount #> [1] 27 #> #> $`adrenal cortex disease`$urlId #> [1] "DOID_3952" #> #> $`adrenal cortex disease`$dbPhenotype #> [1] TRUE #> #> $`adrenal cortex disease`$`_parent` #> [1] "DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal cortex disease`$`_is_leaf` #> [1] FALSE #> #> $`adrenal cortex disease`$children #> $`adrenal cortex disease`$children[[1]] #> [1] "DOID_660<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal cortex disease`$children[[2]] #> [1] "DOID_10493<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal cortex disease`$children[[3]] #> [1] "DOID_0060280<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> #> $`adrenal cortex disease`$value #> [1] "adrenal cortex disease" #> #> #> $`adrenal cortical hypofunction` #> $`adrenal cortical hypofunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10493" #> #> $`adrenal cortical hypofunction`$`_id` #> [1] "DOID_10493<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal cortical hypofunction`$privateGeneCount #> [1] 0 #> #> $`adrenal cortical hypofunction`$publicGeneCount #> [1] 5 #> #> $`adrenal cortical hypofunction`$urlId #> [1] "DOID_10493" #> #> $`adrenal cortical hypofunction`$dbPhenotype #> [1] FALSE #> #> $`adrenal cortical hypofunction`$`_parent` #> [1] "DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal cortical hypofunction`$`_is_leaf` #> [1] FALSE #> #> $`adrenal cortical hypofunction`$children #> $`adrenal cortical hypofunction`$children[[1]] #> [1] "DOID_13774<DOID_10493<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> #> $`adrenal cortical hypofunction`$value #> [1] "adrenal cortical hypofunction" #> #> #> $`adrenal gland cancer` #> $`adrenal gland cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3953" #> #> $`adrenal gland cancer`$`_id` #> [1] "DOID_3953<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adrenal gland cancer`$privateGeneCount #> [1] 0 #> #> $`adrenal gland cancer`$publicGeneCount #> [1] 25 #> #> $`adrenal gland cancer`$urlId #> [1] "DOID_3953" #> #> $`adrenal gland cancer`$dbPhenotype #> [1] TRUE #> #> $`adrenal gland cancer`$`_parent` #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adrenal gland cancer`$`_is_leaf` #> [1] FALSE #> #> $`adrenal gland cancer`$children #> $`adrenal gland cancer`$children[[1]] #> [1] "DOID_660<DOID_3953<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`adrenal gland cancer`$value #> [1] "adrenal gland cancer" #> #> #> $`adrenal gland cancer` #> $`adrenal gland cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3953" #> #> $`adrenal gland cancer`$`_id` #> [1] "DOID_3953<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal gland cancer`$privateGeneCount #> [1] 0 #> #> $`adrenal gland cancer`$publicGeneCount #> [1] 25 #> #> $`adrenal gland cancer`$urlId #> [1] "DOID_3953" #> #> $`adrenal gland cancer`$dbPhenotype #> [1] TRUE #> #> $`adrenal gland cancer`$`_parent` #> [1] "DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal gland cancer`$`_is_leaf` #> [1] FALSE #> #> $`adrenal gland cancer`$children #> $`adrenal gland cancer`$children[[1]] #> [1] "DOID_660<DOID_3953<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> #> $`adrenal gland cancer`$value #> [1] "adrenal gland cancer" #> #> #> $`adrenal gland disease` #> $`adrenal gland disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9553" #> #> $`adrenal gland disease`$`_id` #> [1] "DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal gland disease`$privateGeneCount #> [1] 0 #> #> $`adrenal gland disease`$publicGeneCount #> [1] 42 #> #> $`adrenal gland disease`$urlId #> [1] "DOID_9553" #> #> $`adrenal gland disease`$dbPhenotype #> [1] TRUE #> #> $`adrenal gland disease`$`_parent` #> [1] "DOID_28<DOID_7<DOID_4" #> #> $`adrenal gland disease`$`_is_leaf` #> [1] FALSE #> #> $`adrenal gland disease`$children #> $`adrenal gland disease`$children[[1]] #> [1] "DOID_656<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal gland disease`$children[[2]] #> [1] "DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal gland disease`$children[[3]] #> [1] "DOID_3953<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal gland disease`$children[[4]] #> [1] "DOID_3947<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal gland disease`$children[[5]] #> [1] "DOID_0050546<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> #> $`adrenal gland disease`$value #> [1] "adrenal gland disease" #> #> #> $`adrenal gland hyperfunction` #> $`adrenal gland hyperfunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3947" #> #> $`adrenal gland hyperfunction`$`_id` #> [1] "DOID_3947<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal gland hyperfunction`$privateGeneCount #> [1] 0 #> #> $`adrenal gland hyperfunction`$publicGeneCount #> [1] 6 #> #> $`adrenal gland hyperfunction`$urlId #> [1] "DOID_3947" #> #> $`adrenal gland hyperfunction`$dbPhenotype #> [1] FALSE #> #> $`adrenal gland hyperfunction`$`_parent` #> [1] "DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal gland hyperfunction`$`_is_leaf` #> [1] FALSE #> #> $`adrenal gland hyperfunction`$children #> $`adrenal gland hyperfunction`$children[[1]] #> [1] "DOID_446<DOID_3947<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> #> $`adrenal gland hyperfunction`$value #> [1] "adrenal gland hyperfunction" #> #> #> $`Adrenal hyperplasia` #> $`Adrenal hyperplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008221" #> #> $`Adrenal hyperplasia`$`_id` #> [1] "HP_0008221<HP_0011732<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal hyperplasia`$privateGeneCount #> [1] 0 #> #> $`Adrenal hyperplasia`$publicGeneCount #> [1] 13 #> #> $`Adrenal hyperplasia`$urlId #> [1] "HP_0008221" #> #> $`Adrenal hyperplasia`$dbPhenotype #> [1] TRUE #> #> $`Adrenal hyperplasia`$`_parent` #> [1] "HP_0011732<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal hyperplasia`$`_is_leaf` #> [1] TRUE #> #> $`Adrenal hyperplasia`$children #> list() #> #> $`Adrenal hyperplasia`$value #> [1] "Adrenal hyperplasia" #> #> #> $`Adrenal hyperplasia` #> $`Adrenal hyperplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008221" #> #> $`Adrenal hyperplasia`$`_id` #> [1] "HP_0008221<HP_0011732<HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal hyperplasia`$privateGeneCount #> [1] 0 #> #> $`Adrenal hyperplasia`$publicGeneCount #> [1] 13 #> #> $`Adrenal hyperplasia`$urlId #> [1] "HP_0008221" #> #> $`Adrenal hyperplasia`$dbPhenotype #> [1] TRUE #> #> $`Adrenal hyperplasia`$`_parent` #> [1] "HP_0011732<HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal hyperplasia`$`_is_leaf` #> [1] TRUE #> #> $`Adrenal hyperplasia`$children #> list() #> #> $`Adrenal hyperplasia`$value #> [1] "Adrenal hyperplasia" #> #> #> $`Adrenal hypoplasia` #> $`Adrenal hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000835" #> #> $`Adrenal hypoplasia`$`_id` #> [1] "HP_0000835<HP_0011732<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal hypoplasia`$privateGeneCount #> [1] 0 #> #> $`Adrenal hypoplasia`$publicGeneCount #> [1] 1 #> #> $`Adrenal hypoplasia`$urlId #> [1] "HP_0000835" #> #> $`Adrenal hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`Adrenal hypoplasia`$`_parent` #> [1] "HP_0011732<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal hypoplasia`$`_is_leaf` #> [1] TRUE #> #> $`Adrenal hypoplasia`$children #> list() #> #> $`Adrenal hypoplasia`$value #> [1] "Adrenal hypoplasia" #> #> #> $`Adrenal hypoplasia` #> $`Adrenal hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000835" #> #> $`Adrenal hypoplasia`$`_id` #> [1] "HP_0000835<HP_0011732<HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal hypoplasia`$privateGeneCount #> [1] 0 #> #> $`Adrenal hypoplasia`$publicGeneCount #> [1] 1 #> #> $`Adrenal hypoplasia`$urlId #> [1] "HP_0000835" #> #> $`Adrenal hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`Adrenal hypoplasia`$`_parent` #> [1] "HP_0011732<HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal hypoplasia`$`_is_leaf` #> [1] TRUE #> #> $`Adrenal hypoplasia`$children #> list() #> #> $`Adrenal hypoplasia`$value #> [1] "Adrenal hypoplasia" #> #> #> $`Adrenal insufficiency` #> $`Adrenal insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000846" #> #> $`Adrenal insufficiency`$`_id` #> [1] "HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal insufficiency`$privateGeneCount #> [1] 0 #> #> $`Adrenal insufficiency`$publicGeneCount #> [1] 7 #> #> $`Adrenal insufficiency`$urlId #> [1] "HP_0000846" #> #> $`Adrenal insufficiency`$dbPhenotype #> [1] TRUE #> #> $`Adrenal insufficiency`$`_parent` #> [1] "HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal insufficiency`$`_is_leaf` #> [1] FALSE #> #> $`Adrenal insufficiency`$children #> $`Adrenal insufficiency`$children[[1]] #> [1] "HP_0011734<HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal insufficiency`$children[[2]] #> [1] "HP_0008207<HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Adrenal insufficiency`$value #> [1] "Adrenal insufficiency" #> #> #> $`adrenocortical carcinoma` #> $`adrenocortical carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3948" #> #> $`adrenocortical carcinoma`$`_id` #> [1] "DOID_3948<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`adrenocortical carcinoma`$privateGeneCount #> [1] 0 #> #> $`adrenocortical carcinoma`$publicGeneCount #> [1] 17 #> #> $`adrenocortical carcinoma`$urlId #> [1] "DOID_3948" #> #> $`adrenocortical carcinoma`$dbPhenotype #> [1] TRUE #> #> $`adrenocortical carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`adrenocortical carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`adrenocortical carcinoma`$children #> list() #> #> $`adrenocortical carcinoma`$value #> [1] "adrenocortical carcinoma" #> #> #> $`adrenocortical carcinoma` #> $`adrenocortical carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3948" #> #> $`adrenocortical carcinoma`$`_id` #> [1] "DOID_3948<DOID_660<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenocortical carcinoma`$privateGeneCount #> [1] 0 #> #> $`adrenocortical carcinoma`$publicGeneCount #> [1] 17 #> #> $`adrenocortical carcinoma`$urlId #> [1] "DOID_3948" #> #> $`adrenocortical carcinoma`$dbPhenotype #> [1] TRUE #> #> $`adrenocortical carcinoma`$`_parent` #> [1] "DOID_660<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenocortical carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`adrenocortical carcinoma`$children #> list() #> #> $`adrenocortical carcinoma`$value #> [1] "adrenocortical carcinoma" #> #> #> $`adrenocortical carcinoma` #> $`adrenocortical carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3948" #> #> $`adrenocortical carcinoma`$`_id` #> [1] "DOID_3948<DOID_660<DOID_3953<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adrenocortical carcinoma`$privateGeneCount #> [1] 0 #> #> $`adrenocortical carcinoma`$publicGeneCount #> [1] 17 #> #> $`adrenocortical carcinoma`$urlId #> [1] "DOID_3948" #> #> $`adrenocortical carcinoma`$dbPhenotype #> [1] TRUE #> #> $`adrenocortical carcinoma`$`_parent` #> [1] "DOID_660<DOID_3953<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adrenocortical carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`adrenocortical carcinoma`$children #> list() #> #> $`adrenocortical carcinoma`$value #> [1] "adrenocortical carcinoma" #> #> #> $`adrenocortical carcinoma` #> $`adrenocortical carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3948" #> #> $`adrenocortical carcinoma`$`_id` #> [1] "DOID_3948<DOID_660<DOID_3953<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenocortical carcinoma`$privateGeneCount #> [1] 0 #> #> $`adrenocortical carcinoma`$publicGeneCount #> [1] 17 #> #> $`adrenocortical carcinoma`$urlId #> [1] "DOID_3948" #> #> $`adrenocortical carcinoma`$dbPhenotype #> [1] TRUE #> #> $`adrenocortical carcinoma`$`_parent` #> [1] "DOID_660<DOID_3953<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenocortical carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`adrenocortical carcinoma`$children #> list() #> #> $`adrenocortical carcinoma`$value #> [1] "adrenocortical carcinoma" #> #> #> $`Adrenocorticotropic hormone deficiency` #> $`Adrenocorticotropic hormone deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011748" #> #> $`Adrenocorticotropic hormone deficiency`$`_id` #> [1] "HP_0011748<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenocorticotropic hormone deficiency`$privateGeneCount #> [1] 0 #> #> $`Adrenocorticotropic hormone deficiency`$publicGeneCount #> [1] 1 #> #> $`Adrenocorticotropic hormone deficiency`$urlId #> [1] "HP_0011748" #> #> $`Adrenocorticotropic hormone deficiency`$dbPhenotype #> [1] TRUE #> #> $`Adrenocorticotropic hormone deficiency`$`_parent` #> [1] "HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenocorticotropic hormone deficiency`$`_is_leaf` #> [1] TRUE #> #> $`Adrenocorticotropic hormone deficiency`$children #> list() #> #> $`Adrenocorticotropic hormone deficiency`$value #> [1] "Adrenocorticotropic hormone deficiency" #> #> #> $`Adrenocorticotropic hormone deficiency` #> $`Adrenocorticotropic hormone deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011748" #> #> $`Adrenocorticotropic hormone deficiency`$`_id` #> [1] "HP_0011748<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Adrenocorticotropic hormone deficiency`$privateGeneCount #> [1] 0 #> #> $`Adrenocorticotropic hormone deficiency`$publicGeneCount #> [1] 1 #> #> $`Adrenocorticotropic hormone deficiency`$urlId #> [1] "HP_0011748" #> #> $`Adrenocorticotropic hormone deficiency`$dbPhenotype #> [1] TRUE #> #> $`Adrenocorticotropic hormone deficiency`$`_parent` #> [1] "HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Adrenocorticotropic hormone deficiency`$`_is_leaf` #> [1] TRUE #> #> $`Adrenocorticotropic hormone deficiency`$children #> list() #> #> $`Adrenocorticotropic hormone deficiency`$value #> [1] "Adrenocorticotropic hormone deficiency" #> #> #> $`Adrenocorticotropin receptor defect` #> $`Adrenocorticotropin receptor defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008259" #> #> $`Adrenocorticotropin receptor defect`$`_id` #> [1] "HP_0008259<HP_0011734<HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenocorticotropin receptor defect`$privateGeneCount #> [1] 0 #> #> $`Adrenocorticotropin receptor defect`$publicGeneCount #> [1] 1 #> #> $`Adrenocorticotropin receptor defect`$urlId #> [1] "HP_0008259" #> #> $`Adrenocorticotropin receptor defect`$dbPhenotype #> [1] TRUE #> #> $`Adrenocorticotropin receptor defect`$`_parent` #> [1] "HP_0011734<HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenocorticotropin receptor defect`$`_is_leaf` #> [1] TRUE #> #> $`Adrenocorticotropin receptor defect`$children #> list() #> #> $`Adrenocorticotropin receptor defect`$value #> [1] "Adrenocorticotropin receptor defect" #> #> #> $adrenoleukodystrophy #> $adrenoleukodystrophy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10588" #> #> $adrenoleukodystrophy$`_id` #> [1] "DOID_10588<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $adrenoleukodystrophy$privateGeneCount #> [1] 0 #> #> $adrenoleukodystrophy$publicGeneCount #> [1] 11 #> #> $adrenoleukodystrophy$urlId #> [1] "DOID_10588" #> #> $adrenoleukodystrophy$dbPhenotype #> [1] TRUE #> #> $adrenoleukodystrophy$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $adrenoleukodystrophy$`_is_leaf` #> [1] TRUE #> #> $adrenoleukodystrophy$children #> list() #> #> $adrenoleukodystrophy$value #> [1] "adrenoleukodystrophy" #> #> #> $adrenoleukodystrophy #> $adrenoleukodystrophy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10588" #> #> $adrenoleukodystrophy$`_id` #> [1] "DOID_10588<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $adrenoleukodystrophy$privateGeneCount #> [1] 0 #> #> $adrenoleukodystrophy$publicGeneCount #> [1] 11 #> #> $adrenoleukodystrophy$urlId #> [1] "DOID_10588" #> #> $adrenoleukodystrophy$dbPhenotype #> [1] TRUE #> #> $adrenoleukodystrophy$`_parent` #> [1] "DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $adrenoleukodystrophy$`_is_leaf` #> [1] TRUE #> #> $adrenoleukodystrophy$children #> list() #> #> $adrenoleukodystrophy$value #> [1] "adrenoleukodystrophy" #> #> #> $`adult medulloblastoma` #> $`adult medulloblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3864" #> #> $`adult medulloblastoma`$`_id` #> [1] "DOID_3864<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adult medulloblastoma`$privateGeneCount #> [1] 0 #> #> $`adult medulloblastoma`$publicGeneCount #> [1] 43 #> #> $`adult medulloblastoma`$urlId #> [1] "DOID_3864" #> #> $`adult medulloblastoma`$dbPhenotype #> [1] TRUE #> #> $`adult medulloblastoma`$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adult medulloblastoma`$`_is_leaf` #> [1] TRUE #> #> $`adult medulloblastoma`$children #> list() #> #> $`adult medulloblastoma`$value #> [1] "adult medulloblastoma" #> #> #> $`adult medulloblastoma` #> $`adult medulloblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3864" #> #> $`adult medulloblastoma`$`_id` #> [1] "DOID_3864<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`adult medulloblastoma`$privateGeneCount #> [1] 0 #> #> $`adult medulloblastoma`$publicGeneCount #> [1] 43 #> #> $`adult medulloblastoma`$urlId #> [1] "DOID_3864" #> #> $`adult medulloblastoma`$dbPhenotype #> [1] TRUE #> #> $`adult medulloblastoma`$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`adult medulloblastoma`$`_is_leaf` #> [1] TRUE #> #> $`adult medulloblastoma`$children #> list() #> #> $`adult medulloblastoma`$value #> [1] "adult medulloblastoma" #> #> #> $`adult medulloblastoma` #> $`adult medulloblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3864" #> #> $`adult medulloblastoma`$`_id` #> [1] "DOID_3864<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adult medulloblastoma`$privateGeneCount #> [1] 0 #> #> $`adult medulloblastoma`$publicGeneCount #> [1] 43 #> #> $`adult medulloblastoma`$urlId #> [1] "DOID_3864" #> #> $`adult medulloblastoma`$dbPhenotype #> [1] TRUE #> #> $`adult medulloblastoma`$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adult medulloblastoma`$`_is_leaf` #> [1] TRUE #> #> $`adult medulloblastoma`$children #> list() #> #> $`adult medulloblastoma`$value #> [1] "adult medulloblastoma" #> #> #> $`adult medulloblastoma` #> $`adult medulloblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3864" #> #> $`adult medulloblastoma`$`_id` #> [1] "DOID_3864<DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adult medulloblastoma`$privateGeneCount #> [1] 0 #> #> $`adult medulloblastoma`$publicGeneCount #> [1] 43 #> #> $`adult medulloblastoma`$urlId #> [1] "DOID_3864" #> #> $`adult medulloblastoma`$dbPhenotype #> [1] TRUE #> #> $`adult medulloblastoma`$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adult medulloblastoma`$`_is_leaf` #> [1] TRUE #> #> $`adult medulloblastoma`$children #> list() #> #> $`adult medulloblastoma`$value #> [1] "adult medulloblastoma" #> #> #> $`adult oligodendroglioma` #> $`adult oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3186" #> #> $`adult oligodendroglioma`$`_id` #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`adult oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`adult oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`adult oligodendroglioma`$urlId #> [1] "DOID_3186" #> #> $`adult oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`adult oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`adult oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`adult oligodendroglioma`$children #> list() #> #> $`adult oligodendroglioma`$value #> [1] "adult oligodendroglioma" #> #> #> $`adult oligodendroglioma` #> $`adult oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3186" #> #> $`adult oligodendroglioma`$`_id` #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`adult oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`adult oligodendroglioma`$urlId #> [1] "DOID_3186" #> #> $`adult oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`adult oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`adult oligodendroglioma`$children #> list() #> #> $`adult oligodendroglioma`$value #> [1] "adult oligodendroglioma" #> #> #> $`adult oligodendroglioma` #> $`adult oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3186" #> #> $`adult oligodendroglioma`$`_id` #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adult oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`adult oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`adult oligodendroglioma`$urlId #> [1] "DOID_3186" #> #> $`adult oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`adult oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adult oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`adult oligodendroglioma`$children #> list() #> #> $`adult oligodendroglioma`$value #> [1] "adult oligodendroglioma" #> #> #> $`adult oligodendroglioma` #> $`adult oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3186" #> #> $`adult oligodendroglioma`$`_id` #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`adult oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`adult oligodendroglioma`$urlId #> [1] "DOID_3186" #> #> $`adult oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`adult oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`adult oligodendroglioma`$children #> list() #> #> $`adult oligodendroglioma`$value #> [1] "adult oligodendroglioma" #> #> #> $`adult oligodendroglioma` #> $`adult oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3186" #> #> $`adult oligodendroglioma`$`_id` #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`adult oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`adult oligodendroglioma`$urlId #> [1] "DOID_3186" #> #> $`adult oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`adult oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`adult oligodendroglioma`$children #> list() #> #> $`adult oligodendroglioma`$value #> [1] "adult oligodendroglioma" #> #> #> $`adult oligodendroglioma` #> $`adult oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3186" #> #> $`adult oligodendroglioma`$`_id` #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`adult oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`adult oligodendroglioma`$urlId #> [1] "DOID_3186" #> #> $`adult oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`adult oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`adult oligodendroglioma`$children #> list() #> #> $`adult oligodendroglioma`$value #> [1] "adult oligodendroglioma" #> #> #> $`adult oligodendroglioma` #> $`adult oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3186" #> #> $`adult oligodendroglioma`$`_id` #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`adult oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`adult oligodendroglioma`$urlId #> [1] "DOID_3186" #> #> $`adult oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`adult oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`adult oligodendroglioma`$children #> list() #> #> $`adult oligodendroglioma`$value #> [1] "adult oligodendroglioma" #> #> #> $`adult oligodendroglioma` #> $`adult oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3186" #> #> $`adult oligodendroglioma`$`_id` #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adult oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`adult oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`adult oligodendroglioma`$urlId #> [1] "DOID_3186" #> #> $`adult oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`adult oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adult oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`adult oligodendroglioma`$children #> list() #> #> $`adult oligodendroglioma`$value #> [1] "adult oligodendroglioma" #> #> #> $`adult oligodendroglioma` #> $`adult oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3186" #> #> $`adult oligodendroglioma`$`_id` #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`adult oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`adult oligodendroglioma`$urlId #> [1] "DOID_3186" #> #> $`adult oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`adult oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`adult oligodendroglioma`$children #> list() #> #> $`adult oligodendroglioma`$value #> [1] "adult oligodendroglioma" #> #> #> $`adult oligodendroglioma` #> $`adult oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3186" #> #> $`adult oligodendroglioma`$`_id` #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`adult oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`adult oligodendroglioma`$urlId #> [1] "DOID_3186" #> #> $`adult oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`adult oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`adult oligodendroglioma`$children #> list() #> #> $`adult oligodendroglioma`$value #> [1] "adult oligodendroglioma" #> #> #> $`adult respiratory distress syndrome` #> $`adult respiratory distress syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11394" #> #> $`adult respiratory distress syndrome`$`_id` #> [1] "DOID_11394<DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`adult respiratory distress syndrome`$privateGeneCount #> [1] 0 #> #> $`adult respiratory distress syndrome`$publicGeneCount #> [1] 34 #> #> $`adult respiratory distress syndrome`$urlId #> [1] "DOID_11394" #> #> $`adult respiratory distress syndrome`$dbPhenotype #> [1] TRUE #> #> $`adult respiratory distress syndrome`$`_parent` #> [1] "DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`adult respiratory distress syndrome`$`_is_leaf` #> [1] TRUE #> #> $`adult respiratory distress syndrome`$children #> list() #> #> $`adult respiratory distress syndrome`$value #> [1] "adult respiratory distress syndrome" #> #> #> $`adult spinal muscular atrophy` #> $`adult spinal muscular atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050529" #> #> $`adult spinal muscular atrophy`$`_id` #> [1] "DOID_0050529<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`adult spinal muscular atrophy`$privateGeneCount #> [1] 0 #> #> $`adult spinal muscular atrophy`$publicGeneCount #> [1] 1 #> #> $`adult spinal muscular atrophy`$urlId #> [1] "DOID_0050529" #> #> $`adult spinal muscular atrophy`$dbPhenotype #> [1] TRUE #> #> $`adult spinal muscular atrophy`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`adult spinal muscular atrophy`$`_is_leaf` #> [1] TRUE #> #> $`adult spinal muscular atrophy`$children #> list() #> #> $`adult spinal muscular atrophy`$value #> [1] "adult spinal muscular atrophy" #> #> #> $`adult spinal muscular atrophy` #> $`adult spinal muscular atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050529" #> #> $`adult spinal muscular atrophy`$`_id` #> [1] "DOID_0050529<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adult spinal muscular atrophy`$privateGeneCount #> [1] 0 #> #> $`adult spinal muscular atrophy`$publicGeneCount #> [1] 1 #> #> $`adult spinal muscular atrophy`$urlId #> [1] "DOID_0050529" #> #> $`adult spinal muscular atrophy`$dbPhenotype #> [1] TRUE #> #> $`adult spinal muscular atrophy`$`_parent` #> [1] "DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adult spinal muscular atrophy`$`_is_leaf` #> [1] TRUE #> #> $`adult spinal muscular atrophy`$children #> list() #> #> $`adult spinal muscular atrophy`$value #> [1] "adult spinal muscular atrophy" #> #> #> $`ADULT syndrome` #> $`ADULT syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050601" #> #> $`ADULT syndrome`$`_id` #> [1] "DOID_0050601<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ADULT syndrome`$privateGeneCount #> [1] 0 #> #> $`ADULT syndrome`$publicGeneCount #> [1] 1 #> #> $`ADULT syndrome`$urlId #> [1] "DOID_0050601" #> #> $`ADULT syndrome`$dbPhenotype #> [1] TRUE #> #> $`ADULT syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ADULT syndrome`$`_is_leaf` #> [1] TRUE #> #> $`ADULT syndrome`$children #> list() #> #> $`ADULT syndrome`$value #> [1] "ADULT syndrome" #> #> #> $`ADULT syndrome` #> $`ADULT syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050601" #> #> $`ADULT syndrome`$`_id` #> [1] "DOID_0050601<DOID_225<DOID_4" #> #> $`ADULT syndrome`$privateGeneCount #> [1] 0 #> #> $`ADULT syndrome`$publicGeneCount #> [1] 1 #> #> $`ADULT syndrome`$urlId #> [1] "DOID_0050601" #> #> $`ADULT syndrome`$dbPhenotype #> [1] TRUE #> #> $`ADULT syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`ADULT syndrome`$`_is_leaf` #> [1] TRUE #> #> $`ADULT syndrome`$children #> list() #> #> $`ADULT syndrome`$value #> [1] "ADULT syndrome" #> #> #> $`adult-onset Still's disease` #> $`adult-onset Still's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14256" #> #> $`adult-onset Still's disease`$`_id` #> [1] "DOID_14256<DOID_7148<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`adult-onset Still's disease`$privateGeneCount #> [1] 0 #> #> $`adult-onset Still's disease`$publicGeneCount #> [1] 2 #> #> $`adult-onset Still's disease`$urlId #> [1] "DOID_14256" #> #> $`adult-onset Still's disease`$dbPhenotype #> [1] TRUE #> #> $`adult-onset Still's disease`$`_parent` #> [1] "DOID_7148<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`adult-onset Still's disease`$`_is_leaf` #> [1] TRUE #> #> $`adult-onset Still's disease`$children #> list() #> #> $`adult-onset Still's disease`$value #> [1] "adult-onset Still's disease" #> #> #> $`advanced sleep phase syndrome` #> $`advanced sleep phase syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050628" #> #> $`advanced sleep phase syndrome`$`_id` #> [1] "DOID_0050628<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`advanced sleep phase syndrome`$privateGeneCount #> [1] 0 #> #> $`advanced sleep phase syndrome`$publicGeneCount #> [1] 2 #> #> $`advanced sleep phase syndrome`$urlId #> [1] "DOID_0050628" #> #> $`advanced sleep phase syndrome`$dbPhenotype #> [1] TRUE #> #> $`advanced sleep phase syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`advanced sleep phase syndrome`$`_is_leaf` #> [1] TRUE #> #> $`advanced sleep phase syndrome`$children #> list() #> #> $`advanced sleep phase syndrome`$value #> [1] "advanced sleep phase syndrome" #> #> #> $`advanced sleep phase syndrome` #> $`advanced sleep phase syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050628" #> #> $`advanced sleep phase syndrome`$`_id` #> [1] "DOID_0050628<DOID_535<DOID_150<DOID_4" #> #> $`advanced sleep phase syndrome`$privateGeneCount #> [1] 0 #> #> $`advanced sleep phase syndrome`$publicGeneCount #> [1] 2 #> #> $`advanced sleep phase syndrome`$urlId #> [1] "DOID_0050628" #> #> $`advanced sleep phase syndrome`$dbPhenotype #> [1] TRUE #> #> $`advanced sleep phase syndrome`$`_parent` #> [1] "DOID_535<DOID_150<DOID_4" #> #> $`advanced sleep phase syndrome`$`_is_leaf` #> [1] TRUE #> #> $`advanced sleep phase syndrome`$children #> list() #> #> $`advanced sleep phase syndrome`$value #> [1] "advanced sleep phase syndrome" #> #> #> $agammaglobulinemia #> $agammaglobulinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2583" #> #> $agammaglobulinemia$`_id` #> [1] "DOID_2583<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $agammaglobulinemia$privateGeneCount #> [1] 0 #> #> $agammaglobulinemia$publicGeneCount #> [1] 26 #> #> $agammaglobulinemia$urlId #> [1] "DOID_2583" #> #> $agammaglobulinemia$dbPhenotype #> [1] TRUE #> #> $agammaglobulinemia$`_parent` #> [1] "DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $agammaglobulinemia$`_is_leaf` #> [1] FALSE #> #> $agammaglobulinemia$children #> $agammaglobulinemia$children[[1]] #> [1] "DOID_12177<DOID_2583<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $agammaglobulinemia$children[[2]] #> [1] "DOID_14179<DOID_2583<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $agammaglobulinemia$value #> [1] "agammaglobulinemia" #> #> #> $`AGAT deficiency` #> $`AGAT deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050712" #> #> $`AGAT deficiency`$`_id` #> [1] "DOID_0050712<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`AGAT deficiency`$privateGeneCount #> [1] 0 #> #> $`AGAT deficiency`$publicGeneCount #> [1] 1 #> #> $`AGAT deficiency`$urlId #> [1] "DOID_0050712" #> #> $`AGAT deficiency`$dbPhenotype #> [1] TRUE #> #> $`AGAT deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`AGAT deficiency`$`_is_leaf` #> [1] TRUE #> #> $`AGAT deficiency`$children #> list() #> #> $`AGAT deficiency`$value #> [1] "AGAT deficiency" #> #> #> $`AGAT deficiency` #> $`AGAT deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050712" #> #> $`AGAT deficiency`$`_id` #> [1] "DOID_0050712<DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`AGAT deficiency`$privateGeneCount #> [1] 0 #> #> $`AGAT deficiency`$publicGeneCount #> [1] 1 #> #> $`AGAT deficiency`$urlId #> [1] "DOID_0050712" #> #> $`AGAT deficiency`$dbPhenotype #> [1] TRUE #> #> $`AGAT deficiency`$`_parent` #> [1] "DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`AGAT deficiency`$`_is_leaf` #> [1] TRUE #> #> $`AGAT deficiency`$children #> list() #> #> $`AGAT deficiency`$value #> [1] "AGAT deficiency" #> #> #> $`Age of death` #> $`Age of death`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011420" #> #> $`Age of death`$`_id` #> [1] "HP_0011420<HP_0040006<HP_0031797<HP_0000001" #> #> $`Age of death`$privateGeneCount #> [1] 0 #> #> $`Age of death`$publicGeneCount #> [1] 38 #> #> $`Age of death`$urlId #> [1] "HP_0011420" #> #> $`Age of death`$dbPhenotype #> [1] TRUE #> #> $`Age of death`$`_parent` #> [1] "HP_0040006<HP_0031797<HP_0000001" #> #> $`Age of death`$`_is_leaf` #> [1] FALSE #> #> $`Age of death`$children #> $`Age of death`$children[[1]] #> [1] "HP_0003826<HP_0011420<HP_0040006<HP_0031797<HP_0000001" #> #> $`Age of death`$children[[2]] #> [1] "HP_0001699<HP_0011420<HP_0040006<HP_0031797<HP_0000001" #> #> #> $`Age of death`$value #> [1] "Age of death" #> #> #> $`age related macular degeneration` #> $`age related macular degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10871" #> #> $`age related macular degeneration`$`_id` #> [1] "DOID_10871<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`age related macular degeneration`$privateGeneCount #> [1] 0 #> #> $`age related macular degeneration`$publicGeneCount #> [1] 84 #> #> $`age related macular degeneration`$urlId #> [1] "DOID_10871" #> #> $`age related macular degeneration`$dbPhenotype #> [1] TRUE #> #> $`age related macular degeneration`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`age related macular degeneration`$`_is_leaf` #> [1] FALSE #> #> $`age related macular degeneration`$children #> $`age related macular degeneration`$children[[1]] #> [1] "DOID_0050817<DOID_10871<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`age related macular degeneration`$value #> [1] "age related macular degeneration" #> #> #> $`age related macular degeneration` #> $`age related macular degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10871" #> #> $`age related macular degeneration`$`_id` #> [1] "DOID_10871<DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`age related macular degeneration`$privateGeneCount #> [1] 0 #> #> $`age related macular degeneration`$publicGeneCount #> [1] 84 #> #> $`age related macular degeneration`$urlId #> [1] "DOID_10871" #> #> $`age related macular degeneration`$dbPhenotype #> [1] TRUE #> #> $`age related macular degeneration`$`_parent` #> [1] "DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`age related macular degeneration`$`_is_leaf` #> [1] FALSE #> #> $`age related macular degeneration`$children #> $`age related macular degeneration`$children[[1]] #> [1] "DOID_0050817<DOID_10871<DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`age related macular degeneration`$value #> [1] "age related macular degeneration" #> #> #> $`age related macular degeneration` #> $`age related macular degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10871" #> #> $`age related macular degeneration`$`_id` #> [1] "DOID_10871<DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`age related macular degeneration`$privateGeneCount #> [1] 0 #> #> $`age related macular degeneration`$publicGeneCount #> [1] 84 #> #> $`age related macular degeneration`$urlId #> [1] "DOID_10871" #> #> $`age related macular degeneration`$dbPhenotype #> [1] TRUE #> #> $`age related macular degeneration`$`_parent` #> [1] "DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`age related macular degeneration`$`_is_leaf` #> [1] FALSE #> #> $`age related macular degeneration`$children #> $`age related macular degeneration`$children[[1]] #> [1] "DOID_0050817<DOID_10871<DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`age related macular degeneration`$value #> [1] "age related macular degeneration" #> #> #> $`Agenesis of corpus callosum` #> $`Agenesis of corpus callosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001274" #> #> $`Agenesis of corpus callosum`$`_id` #> [1] "HP_0001274<HP_0007370<HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Agenesis of corpus callosum`$privateGeneCount #> [1] 0 #> #> $`Agenesis of corpus callosum`$publicGeneCount #> [1] 3 #> #> $`Agenesis of corpus callosum`$urlId #> [1] "HP_0001274" #> #> $`Agenesis of corpus callosum`$dbPhenotype #> [1] TRUE #> #> $`Agenesis of corpus callosum`$`_parent` #> [1] "HP_0007370<HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Agenesis of corpus callosum`$`_is_leaf` #> [1] FALSE #> #> $`Agenesis of corpus callosum`$children #> $`Agenesis of corpus callosum`$children[[1]] #> [1] "HP_0001338<HP_0001274<HP_0007370<HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Agenesis of corpus callosum`$value #> [1] "Agenesis of corpus callosum" #> #> #> $`aggressive periodontitis` #> $`aggressive periodontitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1474" #> #> $`aggressive periodontitis`$`_id` #> [1] "DOID_1474<DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`aggressive periodontitis`$privateGeneCount #> [1] 0 #> #> $`aggressive periodontitis`$publicGeneCount #> [1] 7 #> #> $`aggressive periodontitis`$urlId #> [1] "DOID_1474" #> #> $`aggressive periodontitis`$dbPhenotype #> [1] TRUE #> #> $`aggressive periodontitis`$`_parent` #> [1] "DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`aggressive periodontitis`$`_is_leaf` #> [1] TRUE #> #> $`aggressive periodontitis`$children #> list() #> #> $`aggressive periodontitis`$value #> [1] "aggressive periodontitis" #> #> #> $`aggressive systemic mastocytosis` #> $`aggressive systemic mastocytosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4798" #> #> $`aggressive systemic mastocytosis`$`_id` #> [1] "DOID_4798<DOID_349<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`aggressive systemic mastocytosis`$privateGeneCount #> [1] 0 #> #> $`aggressive systemic mastocytosis`$publicGeneCount #> [1] 2 #> #> $`aggressive systemic mastocytosis`$urlId #> [1] "DOID_4798" #> #> $`aggressive systemic mastocytosis`$dbPhenotype #> [1] TRUE #> #> $`aggressive systemic mastocytosis`$`_parent` #> [1] "DOID_349<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`aggressive systemic mastocytosis`$`_is_leaf` #> [1] TRUE #> #> $`aggressive systemic mastocytosis`$children #> list() #> #> $`aggressive systemic mastocytosis`$value #> [1] "aggressive systemic mastocytosis" #> #> #> $`agnathia-otocephaly complex` #> $`agnathia-otocephaly complex`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060341" #> #> $`agnathia-otocephaly complex`$`_id` #> [1] "DOID_0060341<DOID_0080015<DOID_4" #> #> $`agnathia-otocephaly complex`$privateGeneCount #> [1] 0 #> #> $`agnathia-otocephaly complex`$publicGeneCount #> [1] 1 #> #> $`agnathia-otocephaly complex`$urlId #> [1] "DOID_0060341" #> #> $`agnathia-otocephaly complex`$dbPhenotype #> [1] TRUE #> #> $`agnathia-otocephaly complex`$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $`agnathia-otocephaly complex`$`_is_leaf` #> [1] TRUE #> #> $`agnathia-otocephaly complex`$children #> list() #> #> $`agnathia-otocephaly complex`$value #> [1] "agnathia-otocephaly complex" #> #> #> $agnosia #> $agnosia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4090" #> #> $agnosia$`_id` #> [1] "DOID_4090<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $agnosia$privateGeneCount #> [1] 0 #> #> $agnosia$publicGeneCount #> [1] 2 #> #> $agnosia$urlId #> [1] "DOID_4090" #> #> $agnosia$dbPhenotype #> [1] TRUE #> #> $agnosia$`_parent` #> [1] "DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $agnosia$`_is_leaf` #> [1] TRUE #> #> $agnosia$children #> list() #> #> $agnosia$value #> [1] "agnosia" #> #> #> $agranulocytosis #> $agranulocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12987" #> #> $agranulocytosis$`_id` #> [1] "DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $agranulocytosis$privateGeneCount #> [1] 0 #> #> $agranulocytosis$publicGeneCount #> [1] 25 #> #> $agranulocytosis$urlId #> [1] "DOID_12987" #> #> $agranulocytosis$dbPhenotype #> [1] TRUE #> #> $agranulocytosis$`_parent` #> [1] "DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $agranulocytosis$`_is_leaf` #> [1] FALSE #> #> $agranulocytosis$children #> $agranulocytosis$children[[1]] #> [1] "DOID_1227<DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> #> $agranulocytosis$value #> [1] "agranulocytosis" #> #> #> $`Aicardi-Goutieres syndrome` #> $`Aicardi-Goutieres syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050629" #> #> $`Aicardi-Goutieres syndrome`$`_id` #> [1] "DOID_0050629<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Aicardi-Goutieres syndrome`$privateGeneCount #> [1] 0 #> #> $`Aicardi-Goutieres syndrome`$publicGeneCount #> [1] 7 #> #> $`Aicardi-Goutieres syndrome`$urlId #> [1] "DOID_0050629" #> #> $`Aicardi-Goutieres syndrome`$dbPhenotype #> [1] TRUE #> #> $`Aicardi-Goutieres syndrome`$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Aicardi-Goutieres syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Aicardi-Goutieres syndrome`$children #> list() #> #> $`Aicardi-Goutieres syndrome`$value #> [1] "Aicardi-Goutieres syndrome" #> #> #> $`Aicardi-Goutieres syndrome` #> $`Aicardi-Goutieres syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050629" #> #> $`Aicardi-Goutieres syndrome`$`_id` #> [1] "DOID_0050629<DOID_225<DOID_4" #> #> $`Aicardi-Goutieres syndrome`$privateGeneCount #> [1] 0 #> #> $`Aicardi-Goutieres syndrome`$publicGeneCount #> [1] 7 #> #> $`Aicardi-Goutieres syndrome`$urlId #> [1] "DOID_0050629" #> #> $`Aicardi-Goutieres syndrome`$dbPhenotype #> [1] TRUE #> #> $`Aicardi-Goutieres syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Aicardi-Goutieres syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Aicardi-Goutieres syndrome`$children #> list() #> #> $`Aicardi-Goutieres syndrome`$value #> [1] "Aicardi-Goutieres syndrome" #> #> #> $`Alagille syndrome` #> $`Alagille syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9245" #> #> $`Alagille syndrome`$`_id` #> [1] "DOID_9245<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`Alagille syndrome`$privateGeneCount #> [1] 0 #> #> $`Alagille syndrome`$publicGeneCount #> [1] 2 #> #> $`Alagille syndrome`$urlId #> [1] "DOID_9245" #> #> $`Alagille syndrome`$dbPhenotype #> [1] TRUE #> #> $`Alagille syndrome`$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`Alagille syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Alagille syndrome`$children #> list() #> #> $`Alagille syndrome`$value #> [1] "Alagille syndrome" #> #> #> $`Aland Island eye disease` #> $`Aland Island eye disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050630" #> #> $`Aland Island eye disease`$`_id` #> [1] "DOID_0050630<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Aland Island eye disease`$privateGeneCount #> [1] 0 #> #> $`Aland Island eye disease`$publicGeneCount #> [1] 1 #> #> $`Aland Island eye disease`$urlId #> [1] "DOID_0050630" #> #> $`Aland Island eye disease`$dbPhenotype #> [1] TRUE #> #> $`Aland Island eye disease`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Aland Island eye disease`$`_is_leaf` #> [1] TRUE #> #> $`Aland Island eye disease`$children #> list() #> #> $`Aland Island eye disease`$value #> [1] "Aland Island eye disease" #> #> #> $`Aland Island eye disease` #> $`Aland Island eye disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050630" #> #> $`Aland Island eye disease`$`_id` #> [1] "DOID_0050630<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Aland Island eye disease`$privateGeneCount #> [1] 0 #> #> $`Aland Island eye disease`$publicGeneCount #> [1] 1 #> #> $`Aland Island eye disease`$urlId #> [1] "DOID_0050630" #> #> $`Aland Island eye disease`$dbPhenotype #> [1] TRUE #> #> $`Aland Island eye disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Aland Island eye disease`$`_is_leaf` #> [1] TRUE #> #> $`Aland Island eye disease`$children #> list() #> #> $`Aland Island eye disease`$value #> [1] "Aland Island eye disease" #> #> #> $`Albright's hereditary osteodystrophy` #> $`Albright's hereditary osteodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080053" #> #> $`Albright's hereditary osteodystrophy`$`_id` #> [1] "DOID_0080053<DOID_4184<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`Albright's hereditary osteodystrophy`$privateGeneCount #> [1] 0 #> #> $`Albright's hereditary osteodystrophy`$publicGeneCount #> [1] 1 #> #> $`Albright's hereditary osteodystrophy`$urlId #> [1] "DOID_0080053" #> #> $`Albright's hereditary osteodystrophy`$dbPhenotype #> [1] TRUE #> #> $`Albright's hereditary osteodystrophy`$`_parent` #> [1] "DOID_4184<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`Albright's hereditary osteodystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Albright's hereditary osteodystrophy`$children #> list() #> #> $`Albright's hereditary osteodystrophy`$value #> [1] "Albright's hereditary osteodystrophy" #> #> #> $Albuminuria #> $Albuminuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012592" #> #> $Albuminuria$`_id` #> [1] "HP_0012592<HP_0020129<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Albuminuria$privateGeneCount #> [1] 0 #> #> $Albuminuria$publicGeneCount #> [1] 52 #> #> $Albuminuria$urlId #> [1] "HP_0012592" #> #> $Albuminuria$dbPhenotype #> [1] TRUE #> #> $Albuminuria$`_parent` #> [1] "HP_0020129<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Albuminuria$`_is_leaf` #> [1] TRUE #> #> $Albuminuria$children #> list() #> #> $Albuminuria$value #> [1] "Albuminuria" #> #> #> $`alcohol dependence` #> $`alcohol dependence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050741" #> #> $`alcohol dependence`$`_id` #> [1] "DOID_0050741<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`alcohol dependence`$privateGeneCount #> [1] 0 #> #> $`alcohol dependence`$publicGeneCount #> [1] 20 #> #> $`alcohol dependence`$urlId #> [1] "DOID_0050741" #> #> $`alcohol dependence`$dbPhenotype #> [1] TRUE #> #> $`alcohol dependence`$`_parent` #> [1] "DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`alcohol dependence`$`_is_leaf` #> [1] TRUE #> #> $`alcohol dependence`$children #> list() #> #> $`alcohol dependence`$value #> [1] "alcohol dependence" #> #> #> $`alcohol use disorder` #> $`alcohol use disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1574" #> #> $`alcohol use disorder`$`_id` #> [1] "DOID_1574<DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`alcohol use disorder`$privateGeneCount #> [1] 0 #> #> $`alcohol use disorder`$publicGeneCount #> [1] 73 #> #> $`alcohol use disorder`$urlId #> [1] "DOID_1574" #> #> $`alcohol use disorder`$dbPhenotype #> [1] TRUE #> #> $`alcohol use disorder`$`_parent` #> [1] "DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`alcohol use disorder`$`_is_leaf` #> [1] TRUE #> #> $`alcohol use disorder`$children #> list() #> #> $`alcohol use disorder`$value #> [1] "alcohol use disorder" #> #> #> $`alcohol-related birth defect` #> $`alcohol-related birth defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050668" #> #> $`alcohol-related birth defect`$`_id` #> [1] "DOID_0050668<DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`alcohol-related birth defect`$privateGeneCount #> [1] 0 #> #> $`alcohol-related birth defect`$publicGeneCount #> [1] 2 #> #> $`alcohol-related birth defect`$urlId #> [1] "DOID_0050668" #> #> $`alcohol-related birth defect`$dbPhenotype #> [1] TRUE #> #> $`alcohol-related birth defect`$`_parent` #> [1] "DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`alcohol-related birth defect`$`_is_leaf` #> [1] TRUE #> #> $`alcohol-related birth defect`$children #> list() #> #> $`alcohol-related birth defect`$value #> [1] "alcohol-related birth defect" #> #> #> $`alcohol-related neurodevelopmental disorder` #> $`alcohol-related neurodevelopmental disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050667" #> #> $`alcohol-related neurodevelopmental disorder`$`_id` #> [1] "DOID_0050667<DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`alcohol-related neurodevelopmental disorder`$privateGeneCount #> [1] 0 #> #> $`alcohol-related neurodevelopmental disorder`$publicGeneCount #> [1] 15 #> #> $`alcohol-related neurodevelopmental disorder`$urlId #> [1] "DOID_0050667" #> #> $`alcohol-related neurodevelopmental disorder`$dbPhenotype #> [1] TRUE #> #> $`alcohol-related neurodevelopmental disorder`$`_parent` #> [1] "DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`alcohol-related neurodevelopmental disorder`$`_is_leaf` #> [1] TRUE #> #> $`alcohol-related neurodevelopmental disorder`$children #> list() #> #> $`alcohol-related neurodevelopmental disorder`$value #> [1] "alcohol-related neurodevelopmental disorder" #> #> #> $`alcoholic cardiomyopathy` #> $`alcoholic cardiomyopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12935" #> #> $`alcoholic cardiomyopathy`$`_id` #> [1] "DOID_12935<DOID_3978<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`alcoholic cardiomyopathy`$privateGeneCount #> [1] 0 #> #> $`alcoholic cardiomyopathy`$publicGeneCount #> [1] 1 #> #> $`alcoholic cardiomyopathy`$urlId #> [1] "DOID_12935" #> #> $`alcoholic cardiomyopathy`$dbPhenotype #> [1] TRUE #> #> $`alcoholic cardiomyopathy`$`_parent` #> [1] "DOID_3978<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`alcoholic cardiomyopathy`$`_is_leaf` #> [1] TRUE #> #> $`alcoholic cardiomyopathy`$children #> list() #> #> $`alcoholic cardiomyopathy`$value #> [1] "alcoholic cardiomyopathy" #> #> #> $`alcoholic hepatitis` #> $`alcoholic hepatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12351" #> #> $`alcoholic hepatitis`$`_id` #> [1] "DOID_12351<DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`alcoholic hepatitis`$privateGeneCount #> [1] 0 #> #> $`alcoholic hepatitis`$publicGeneCount #> [1] 4 #> #> $`alcoholic hepatitis`$urlId #> [1] "DOID_12351" #> #> $`alcoholic hepatitis`$dbPhenotype #> [1] TRUE #> #> $`alcoholic hepatitis`$`_parent` #> [1] "DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`alcoholic hepatitis`$`_is_leaf` #> [1] TRUE #> #> $`alcoholic hepatitis`$children #> list() #> #> $`alcoholic hepatitis`$value #> [1] "alcoholic hepatitis" #> #> #> $`alcoholic liver cirrhosis` #> $`alcoholic liver cirrhosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14018" #> #> $`alcoholic liver cirrhosis`$`_id` #> [1] "DOID_14018<DOID_5082<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`alcoholic liver cirrhosis`$privateGeneCount #> [1] 0 #> #> $`alcoholic liver cirrhosis`$publicGeneCount #> [1] 20 #> #> $`alcoholic liver cirrhosis`$urlId #> [1] "DOID_14018" #> #> $`alcoholic liver cirrhosis`$dbPhenotype #> [1] TRUE #> #> $`alcoholic liver cirrhosis`$`_parent` #> [1] "DOID_5082<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`alcoholic liver cirrhosis`$`_is_leaf` #> [1] TRUE #> #> $`alcoholic liver cirrhosis`$children #> list() #> #> $`alcoholic liver cirrhosis`$value #> [1] "alcoholic liver cirrhosis" #> #> #> $`alcoholic pancreatitis` #> $`alcoholic pancreatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4988" #> #> $`alcoholic pancreatitis`$`_id` #> [1] "DOID_4988<DOID_4989<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`alcoholic pancreatitis`$privateGeneCount #> [1] 0 #> #> $`alcoholic pancreatitis`$publicGeneCount #> [1] 2 #> #> $`alcoholic pancreatitis`$urlId #> [1] "DOID_4988" #> #> $`alcoholic pancreatitis`$dbPhenotype #> [1] TRUE #> #> $`alcoholic pancreatitis`$`_parent` #> [1] "DOID_4989<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`alcoholic pancreatitis`$`_is_leaf` #> [1] TRUE #> #> $`alcoholic pancreatitis`$children #> list() #> #> $`alcoholic pancreatitis`$value #> [1] "alcoholic pancreatitis" #> #> #> $`Alexander disease` #> $`Alexander disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4252" #> #> $`Alexander disease`$`_id` #> [1] "DOID_4252<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Alexander disease`$privateGeneCount #> [1] 0 #> #> $`Alexander disease`$publicGeneCount #> [1] 1 #> #> $`Alexander disease`$urlId #> [1] "DOID_4252" #> #> $`Alexander disease`$dbPhenotype #> [1] TRUE #> #> $`Alexander disease`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Alexander disease`$`_is_leaf` #> [1] TRUE #> #> $`Alexander disease`$children #> list() #> #> $`Alexander disease`$value #> [1] "Alexander disease" #> #> #> $`Alexander disease` #> $`Alexander disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4252" #> #> $`Alexander disease`$`_id` #> [1] "DOID_4252<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Alexander disease`$privateGeneCount #> [1] 0 #> #> $`Alexander disease`$publicGeneCount #> [1] 1 #> #> $`Alexander disease`$urlId #> [1] "DOID_4252" #> #> $`Alexander disease`$dbPhenotype #> [1] TRUE #> #> $`Alexander disease`$`_parent` #> [1] "DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Alexander disease`$`_is_leaf` #> [1] TRUE #> #> $`Alexander disease`$children #> list() #> #> $`Alexander disease`$value #> [1] "Alexander disease" #> #> #> $Alkalosis #> $Alkalosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001948" #> #> $Alkalosis$`_id` #> [1] "HP_0001948<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Alkalosis$privateGeneCount #> [1] 0 #> #> $Alkalosis$publicGeneCount #> [1] 1 #> #> $Alkalosis$urlId #> [1] "HP_0001948" #> #> $Alkalosis$dbPhenotype #> [1] TRUE #> #> $Alkalosis$`_parent` #> [1] "HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Alkalosis$`_is_leaf` #> [1] TRUE #> #> $Alkalosis$children #> list() #> #> $Alkalosis$value #> [1] "Alkalosis" #> #> #> $alkaptonuria #> $alkaptonuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9270" #> #> $alkaptonuria$`_id` #> [1] "DOID_9270<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $alkaptonuria$privateGeneCount #> [1] 0 #> #> $alkaptonuria$publicGeneCount #> [1] 1 #> #> $alkaptonuria$urlId #> [1] "DOID_9270" #> #> $alkaptonuria$dbPhenotype #> [1] TRUE #> #> $alkaptonuria$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $alkaptonuria$`_is_leaf` #> [1] TRUE #> #> $alkaptonuria$children #> list() #> #> $alkaptonuria$value #> [1] "alkaptonuria" #> #> #> $`Allan-Herndon-Dudley syndrome` #> $`Allan-Herndon-Dudley syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050631" #> #> $`Allan-Herndon-Dudley syndrome`$`_id` #> [1] "DOID_0050631<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Allan-Herndon-Dudley syndrome`$privateGeneCount #> [1] 0 #> #> $`Allan-Herndon-Dudley syndrome`$publicGeneCount #> [1] 1 #> #> $`Allan-Herndon-Dudley syndrome`$urlId #> [1] "DOID_0050631" #> #> $`Allan-Herndon-Dudley syndrome`$dbPhenotype #> [1] TRUE #> #> $`Allan-Herndon-Dudley syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Allan-Herndon-Dudley syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Allan-Herndon-Dudley syndrome`$children #> list() #> #> $`Allan-Herndon-Dudley syndrome`$value #> [1] "Allan-Herndon-Dudley syndrome" #> #> #> $`Allan-Herndon-Dudley syndrome` #> $`Allan-Herndon-Dudley syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050631" #> #> $`Allan-Herndon-Dudley syndrome`$`_id` #> [1] "DOID_0050631<DOID_225<DOID_4" #> #> $`Allan-Herndon-Dudley syndrome`$privateGeneCount #> [1] 0 #> #> $`Allan-Herndon-Dudley syndrome`$publicGeneCount #> [1] 1 #> #> $`Allan-Herndon-Dudley syndrome`$urlId #> [1] "DOID_0050631" #> #> $`Allan-Herndon-Dudley syndrome`$dbPhenotype #> [1] TRUE #> #> $`Allan-Herndon-Dudley syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Allan-Herndon-Dudley syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Allan-Herndon-Dudley syndrome`$children #> list() #> #> $`Allan-Herndon-Dudley syndrome`$value #> [1] "Allan-Herndon-Dudley syndrome" #> #> #> $`allergic bronchopulmonary aspergillosis` #> $`allergic bronchopulmonary aspergillosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13166" #> #> $`allergic bronchopulmonary aspergillosis`$`_id` #> [1] "DOID_13166<DOID_13564<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`allergic bronchopulmonary aspergillosis`$privateGeneCount #> [1] 0 #> #> $`allergic bronchopulmonary aspergillosis`$publicGeneCount #> [1] 5 #> #> $`allergic bronchopulmonary aspergillosis`$urlId #> [1] "DOID_13166" #> #> $`allergic bronchopulmonary aspergillosis`$dbPhenotype #> [1] TRUE #> #> $`allergic bronchopulmonary aspergillosis`$`_parent` #> [1] "DOID_13564<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`allergic bronchopulmonary aspergillosis`$`_is_leaf` #> [1] TRUE #> #> $`allergic bronchopulmonary aspergillosis`$children #> list() #> #> $`allergic bronchopulmonary aspergillosis`$value #> [1] "allergic bronchopulmonary aspergillosis" #> #> #> $`allergic conjunctivitis` #> $`allergic conjunctivitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11204" #> #> $`allergic conjunctivitis`$`_id` #> [1] "DOID_11204<DOID_2475<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`allergic conjunctivitis`$privateGeneCount #> [1] 0 #> #> $`allergic conjunctivitis`$publicGeneCount #> [1] 13 #> #> $`allergic conjunctivitis`$urlId #> [1] "DOID_11204" #> #> $`allergic conjunctivitis`$dbPhenotype #> [1] TRUE #> #> $`allergic conjunctivitis`$`_parent` #> [1] "DOID_2475<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`allergic conjunctivitis`$`_is_leaf` #> [1] TRUE #> #> $`allergic conjunctivitis`$children #> list() #> #> $`allergic conjunctivitis`$value #> [1] "allergic conjunctivitis" #> #> #> $`allergic contact dermatitis` #> $`allergic contact dermatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3042" #> #> $`allergic contact dermatitis`$`_id` #> [1] "DOID_3042<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`allergic contact dermatitis`$privateGeneCount #> [1] 0 #> #> $`allergic contact dermatitis`$publicGeneCount #> [1] 75 #> #> $`allergic contact dermatitis`$urlId #> [1] "DOID_3042" #> #> $`allergic contact dermatitis`$dbPhenotype #> [1] TRUE #> #> $`allergic contact dermatitis`$`_parent` #> [1] "DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`allergic contact dermatitis`$`_is_leaf` #> [1] TRUE #> #> $`allergic contact dermatitis`$children #> list() #> #> $`allergic contact dermatitis`$value #> [1] "allergic contact dermatitis" #> #> #> $`allergic hypersensitivity disease` #> $`allergic hypersensitivity disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1205" #> #> $`allergic hypersensitivity disease`$`_id` #> [1] "DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`allergic hypersensitivity disease`$privateGeneCount #> [1] 0 #> #> $`allergic hypersensitivity disease`$publicGeneCount #> [1] 169 #> #> $`allergic hypersensitivity disease`$urlId #> [1] "DOID_1205" #> #> $`allergic hypersensitivity disease`$dbPhenotype #> [1] TRUE #> #> $`allergic hypersensitivity disease`$`_parent` #> [1] "DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`allergic hypersensitivity disease`$`_is_leaf` #> [1] FALSE #> #> $`allergic hypersensitivity disease`$children #> $`allergic hypersensitivity disease`$children[[1]] #> [1] "DOID_3042<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`allergic hypersensitivity disease`$children[[2]] #> [1] "DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`allergic hypersensitivity disease`$value #> [1] "allergic hypersensitivity disease" #> #> #> $`allergic rhinitis` #> $`allergic rhinitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4481" #> #> $`allergic rhinitis`$`_id` #> [1] "DOID_4481<DOID_4483<DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`allergic rhinitis`$privateGeneCount #> [1] 0 #> #> $`allergic rhinitis`$publicGeneCount #> [1] 33 #> #> $`allergic rhinitis`$urlId #> [1] "DOID_4481" #> #> $`allergic rhinitis`$dbPhenotype #> [1] TRUE #> #> $`allergic rhinitis`$`_parent` #> [1] "DOID_4483<DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`allergic rhinitis`$`_is_leaf` #> [1] TRUE #> #> $`allergic rhinitis`$children #> list() #> #> $`allergic rhinitis`$value #> [1] "allergic rhinitis" #> #> #> $alopecia #> $alopecia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_987" #> #> $alopecia$`_id` #> [1] "DOID_987<DOID_4535<DOID_421<DOID_16<DOID_7<DOID_4" #> #> $alopecia$privateGeneCount #> [1] 0 #> #> $alopecia$publicGeneCount #> [1] 22 #> #> $alopecia$urlId #> [1] "DOID_987" #> #> $alopecia$dbPhenotype #> [1] TRUE #> #> $alopecia$`_parent` #> [1] "DOID_4535<DOID_421<DOID_16<DOID_7<DOID_4" #> #> $alopecia$`_is_leaf` #> [1] FALSE #> #> $alopecia$children #> $alopecia$children[[1]] #> [1] "DOID_0050634<DOID_987<DOID_4535<DOID_421<DOID_16<DOID_7<DOID_4" #> #> #> $alopecia$value #> [1] "alopecia" #> #> #> $`alopecia areata` #> $`alopecia areata`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_986" #> #> $`alopecia areata`$`_id` #> [1] "DOID_986<DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`alopecia areata`$privateGeneCount #> [1] 0 #> #> $`alopecia areata`$publicGeneCount #> [1] 27 #> #> $`alopecia areata`$urlId #> [1] "DOID_986" #> #> $`alopecia areata`$dbPhenotype #> [1] TRUE #> #> $`alopecia areata`$`_parent` #> [1] "DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`alopecia areata`$`_is_leaf` #> [1] TRUE #> #> $`alopecia areata`$children #> list() #> #> $`alopecia areata`$value #> [1] "alopecia areata" #> #> #> $`alopecia areata` #> $`alopecia areata`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_986" #> #> $`alopecia areata`$`_id` #> [1] "DOID_986<DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`alopecia areata`$privateGeneCount #> [1] 0 #> #> $`alopecia areata`$publicGeneCount #> [1] 27 #> #> $`alopecia areata`$urlId #> [1] "DOID_986" #> #> $`alopecia areata`$dbPhenotype #> [1] TRUE #> #> $`alopecia areata`$`_parent` #> [1] "DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`alopecia areata`$`_is_leaf` #> [1] TRUE #> #> $`alopecia areata`$children #> list() #> #> $`alopecia areata`$value #> [1] "alopecia areata" #> #> #> $`alopecia areata` #> $`alopecia areata`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_986" #> #> $`alopecia areata`$`_id` #> [1] "DOID_986<DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`alopecia areata`$privateGeneCount #> [1] 0 #> #> $`alopecia areata`$publicGeneCount #> [1] 27 #> #> $`alopecia areata`$urlId #> [1] "DOID_986" #> #> $`alopecia areata`$dbPhenotype #> [1] TRUE #> #> $`alopecia areata`$`_parent` #> [1] "DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`alopecia areata`$`_is_leaf` #> [1] TRUE #> #> $`alopecia areata`$children #> list() #> #> $`alopecia areata`$value #> [1] "alopecia areata" #> #> #> $`alopecia areata` #> $`alopecia areata`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_986" #> #> $`alopecia areata`$`_id` #> [1] "DOID_986<DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`alopecia areata`$privateGeneCount #> [1] 0 #> #> $`alopecia areata`$publicGeneCount #> [1] 27 #> #> $`alopecia areata`$urlId #> [1] "DOID_986" #> #> $`alopecia areata`$dbPhenotype #> [1] TRUE #> #> $`alopecia areata`$`_parent` #> [1] "DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`alopecia areata`$`_is_leaf` #> [1] TRUE #> #> $`alopecia areata`$children #> list() #> #> $`alopecia areata`$value #> [1] "alopecia areata" #> #> #> $`alopecia universalis` #> $`alopecia universalis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050634" #> #> $`alopecia universalis`$`_id` #> [1] "DOID_0050634<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`alopecia universalis`$privateGeneCount #> [1] 0 #> #> $`alopecia universalis`$publicGeneCount #> [1] 2 #> #> $`alopecia universalis`$urlId #> [1] "DOID_0050634" #> #> $`alopecia universalis`$dbPhenotype #> [1] TRUE #> #> $`alopecia universalis`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`alopecia universalis`$`_is_leaf` #> [1] TRUE #> #> $`alopecia universalis`$children #> list() #> #> $`alopecia universalis`$value #> [1] "alopecia universalis" #> #> #> $`alopecia universalis` #> $`alopecia universalis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050634" #> #> $`alopecia universalis`$`_id` #> [1] "DOID_0050634<DOID_987<DOID_4535<DOID_421<DOID_16<DOID_7<DOID_4" #> #> $`alopecia universalis`$privateGeneCount #> [1] 0 #> #> $`alopecia universalis`$publicGeneCount #> [1] 2 #> #> $`alopecia universalis`$urlId #> [1] "DOID_0050634" #> #> $`alopecia universalis`$dbPhenotype #> [1] TRUE #> #> $`alopecia universalis`$`_parent` #> [1] "DOID_987<DOID_4535<DOID_421<DOID_16<DOID_7<DOID_4" #> #> $`alopecia universalis`$`_is_leaf` #> [1] TRUE #> #> $`alopecia universalis`$children #> list() #> #> $`alopecia universalis`$value #> [1] "alopecia universalis" #> #> #> $`alpha 1-antitrypsin deficiency` #> $`alpha 1-antitrypsin deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13372" #> #> $`alpha 1-antitrypsin deficiency`$`_id` #> [1] "DOID_13372<DOID_2345<DOID_655<DOID_0014667<DOID_4" #> #> $`alpha 1-antitrypsin deficiency`$privateGeneCount #> [1] 0 #> #> $`alpha 1-antitrypsin deficiency`$publicGeneCount #> [1] 1 #> #> $`alpha 1-antitrypsin deficiency`$urlId #> [1] "DOID_13372" #> #> $`alpha 1-antitrypsin deficiency`$dbPhenotype #> [1] TRUE #> #> $`alpha 1-antitrypsin deficiency`$`_parent` #> [1] "DOID_2345<DOID_655<DOID_0014667<DOID_4" #> #> $`alpha 1-antitrypsin deficiency`$`_is_leaf` #> [1] TRUE #> #> $`alpha 1-antitrypsin deficiency`$children #> list() #> #> $`alpha 1-antitrypsin deficiency`$value #> [1] "alpha 1-antitrypsin deficiency" #> #> #> $`alpha thalassemia` #> $`alpha thalassemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1099" #> #> $`alpha thalassemia`$`_id` #> [1] "DOID_1099<DOID_10241<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`alpha thalassemia`$privateGeneCount #> [1] 0 #> #> $`alpha thalassemia`$publicGeneCount #> [1] 3 #> #> $`alpha thalassemia`$urlId #> [1] "DOID_1099" #> #> $`alpha thalassemia`$dbPhenotype #> [1] TRUE #> #> $`alpha thalassemia`$`_parent` #> [1] "DOID_10241<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`alpha thalassemia`$`_is_leaf` #> [1] TRUE #> #> $`alpha thalassemia`$children #> list() #> #> $`alpha thalassemia`$value #> [1] "alpha thalassemia" #> #> #> $`alpha thalassemia` #> $`alpha thalassemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1099" #> #> $`alpha thalassemia`$`_id` #> [1] "DOID_1099<DOID_10241<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`alpha thalassemia`$privateGeneCount #> [1] 0 #> #> $`alpha thalassemia`$publicGeneCount #> [1] 3 #> #> $`alpha thalassemia`$urlId #> [1] "DOID_1099" #> #> $`alpha thalassemia`$dbPhenotype #> [1] TRUE #> #> $`alpha thalassemia`$`_parent` #> [1] "DOID_10241<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`alpha thalassemia`$`_is_leaf` #> [1] TRUE #> #> $`alpha thalassemia`$children #> list() #> #> $`alpha thalassemia`$value #> [1] "alpha thalassemia" #> #> #> $`alpha-mannosidosis` #> $`alpha-mannosidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3413" #> #> $`alpha-mannosidosis`$`_id` #> [1] "DOID_3413<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`alpha-mannosidosis`$privateGeneCount #> [1] 0 #> #> $`alpha-mannosidosis`$publicGeneCount #> [1] 1 #> #> $`alpha-mannosidosis`$urlId #> [1] "DOID_3413" #> #> $`alpha-mannosidosis`$dbPhenotype #> [1] TRUE #> #> $`alpha-mannosidosis`$`_parent` #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`alpha-mannosidosis`$`_is_leaf` #> [1] TRUE #> #> $`alpha-mannosidosis`$children #> list() #> #> $`alpha-mannosidosis`$value #> [1] "alpha-mannosidosis" #> #> #> $`Alport syndrome` #> $`Alport syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10983" #> #> $`Alport syndrome`$`_id` #> [1] "DOID_10983<DOID_0050177<DOID_630<DOID_4" #> #> $`Alport syndrome`$privateGeneCount #> [1] 0 #> #> $`Alport syndrome`$publicGeneCount #> [1] 6 #> #> $`Alport syndrome`$urlId #> [1] "DOID_10983" #> #> $`Alport syndrome`$dbPhenotype #> [1] TRUE #> #> $`Alport syndrome`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`Alport syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Alport syndrome`$children #> list() #> #> $`Alport syndrome`$value #> [1] "Alport syndrome" #> #> #> $`Alport syndrome` #> $`Alport syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10983" #> #> $`Alport syndrome`$`_id` #> [1] "DOID_10983<DOID_225<DOID_4" #> #> $`Alport syndrome`$privateGeneCount #> [1] 0 #> #> $`Alport syndrome`$publicGeneCount #> [1] 6 #> #> $`Alport syndrome`$urlId #> [1] "DOID_10983" #> #> $`Alport syndrome`$dbPhenotype #> [1] TRUE #> #> $`Alport syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Alport syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Alport syndrome`$children #> list() #> #> $`Alport syndrome`$value #> [1] "Alport syndrome" #> #> #> $`Alstrom syndrome` #> $`Alstrom syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050473" #> #> $`Alstrom syndrome`$`_id` #> [1] "DOID_0050473<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Alstrom syndrome`$privateGeneCount #> [1] 0 #> #> $`Alstrom syndrome`$publicGeneCount #> [1] 1 #> #> $`Alstrom syndrome`$urlId #> [1] "DOID_0050473" #> #> $`Alstrom syndrome`$dbPhenotype #> [1] TRUE #> #> $`Alstrom syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Alstrom syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Alstrom syndrome`$children #> list() #> #> $`Alstrom syndrome`$value #> [1] "Alstrom syndrome" #> #> #> $`Alstrom syndrome` #> $`Alstrom syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050473" #> #> $`Alstrom syndrome`$`_id` #> [1] "DOID_0050473<DOID_225<DOID_4" #> #> $`Alstrom syndrome`$privateGeneCount #> [1] 0 #> #> $`Alstrom syndrome`$publicGeneCount #> [1] 1 #> #> $`Alstrom syndrome`$urlId #> [1] "DOID_0050473" #> #> $`Alstrom syndrome`$dbPhenotype #> [1] TRUE #> #> $`Alstrom syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Alstrom syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Alstrom syndrome`$children #> list() #> #> $`Alstrom syndrome`$value #> [1] "Alstrom syndrome" #> #> #> $`alternating hemiplegia of childhood` #> $`alternating hemiplegia of childhood`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050635" #> #> $`alternating hemiplegia of childhood`$`_id` #> [1] "DOID_0050635<DOID_10969<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`alternating hemiplegia of childhood`$privateGeneCount #> [1] 0 #> #> $`alternating hemiplegia of childhood`$publicGeneCount #> [1] 4 #> #> $`alternating hemiplegia of childhood`$urlId #> [1] "DOID_0050635" #> #> $`alternating hemiplegia of childhood`$dbPhenotype #> [1] TRUE #> #> $`alternating hemiplegia of childhood`$`_parent` #> [1] "DOID_10969<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`alternating hemiplegia of childhood`$`_is_leaf` #> [1] TRUE #> #> $`alternating hemiplegia of childhood`$children #> list() #> #> $`alternating hemiplegia of childhood`$value #> [1] "alternating hemiplegia of childhood" #> #> #> $`alveolar rhabdomyosarcoma` #> $`alveolar rhabdomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4051" #> #> $`alveolar rhabdomyosarcoma`$`_id` #> [1] "DOID_4051<DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`alveolar rhabdomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`alveolar rhabdomyosarcoma`$publicGeneCount #> [1] 4 #> #> $`alveolar rhabdomyosarcoma`$urlId #> [1] "DOID_4051" #> #> $`alveolar rhabdomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`alveolar rhabdomyosarcoma`$`_parent` #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`alveolar rhabdomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`alveolar rhabdomyosarcoma`$children #> list() #> #> $`alveolar rhabdomyosarcoma`$value #> [1] "alveolar rhabdomyosarcoma" #> #> #> $`alveolar rhabdomyosarcoma` #> $`alveolar rhabdomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4051" #> #> $`alveolar rhabdomyosarcoma`$`_id` #> [1] "DOID_4051<DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`alveolar rhabdomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`alveolar rhabdomyosarcoma`$publicGeneCount #> [1] 4 #> #> $`alveolar rhabdomyosarcoma`$urlId #> [1] "DOID_4051" #> #> $`alveolar rhabdomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`alveolar rhabdomyosarcoma`$`_parent` #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`alveolar rhabdomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`alveolar rhabdomyosarcoma`$children #> list() #> #> $`alveolar rhabdomyosarcoma`$value #> [1] "alveolar rhabdomyosarcoma" #> #> #> $`alveolar rhabdomyosarcoma` #> $`alveolar rhabdomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4051" #> #> $`alveolar rhabdomyosarcoma`$`_id` #> [1] "DOID_4051<DOID_3247<DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`alveolar rhabdomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`alveolar rhabdomyosarcoma`$publicGeneCount #> [1] 4 #> #> $`alveolar rhabdomyosarcoma`$urlId #> [1] "DOID_4051" #> #> $`alveolar rhabdomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`alveolar rhabdomyosarcoma`$`_parent` #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`alveolar rhabdomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`alveolar rhabdomyosarcoma`$children #> list() #> #> $`alveolar rhabdomyosarcoma`$value #> [1] "alveolar rhabdomyosarcoma" #> #> #> $`alveolar soft part sarcoma` #> $`alveolar soft part sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4239" #> #> $`alveolar soft part sarcoma`$`_id` #> [1] "DOID_4239<DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`alveolar soft part sarcoma`$privateGeneCount #> [1] 0 #> #> $`alveolar soft part sarcoma`$publicGeneCount #> [1] 1 #> #> $`alveolar soft part sarcoma`$urlId #> [1] "DOID_4239" #> #> $`alveolar soft part sarcoma`$dbPhenotype #> [1] TRUE #> #> $`alveolar soft part sarcoma`$`_parent` #> [1] "DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`alveolar soft part sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`alveolar soft part sarcoma`$children #> list() #> #> $`alveolar soft part sarcoma`$value #> [1] "alveolar soft part sarcoma" #> #> #> $`alveolar soft part sarcoma` #> $`alveolar soft part sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4239" #> #> $`alveolar soft part sarcoma`$`_id` #> [1] "DOID_4239<DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`alveolar soft part sarcoma`$privateGeneCount #> [1] 0 #> #> $`alveolar soft part sarcoma`$publicGeneCount #> [1] 1 #> #> $`alveolar soft part sarcoma`$urlId #> [1] "DOID_4239" #> #> $`alveolar soft part sarcoma`$dbPhenotype #> [1] TRUE #> #> $`alveolar soft part sarcoma`$`_parent` #> [1] "DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`alveolar soft part sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`alveolar soft part sarcoma`$children #> list() #> #> $`alveolar soft part sarcoma`$value #> [1] "alveolar soft part sarcoma" #> #> #> $`alveolar soft part sarcoma` #> $`alveolar soft part sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4239" #> #> $`alveolar soft part sarcoma`$`_id` #> [1] "DOID_4239<DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`alveolar soft part sarcoma`$privateGeneCount #> [1] 0 #> #> $`alveolar soft part sarcoma`$publicGeneCount #> [1] 1 #> #> $`alveolar soft part sarcoma`$urlId #> [1] "DOID_4239" #> #> $`alveolar soft part sarcoma`$dbPhenotype #> [1] TRUE #> #> $`alveolar soft part sarcoma`$`_parent` #> [1] "DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`alveolar soft part sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`alveolar soft part sarcoma`$children #> list() #> #> $`alveolar soft part sarcoma`$value #> [1] "alveolar soft part sarcoma" #> #> #> $`Alzheimer's disease` #> $`Alzheimer's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10652" #> #> $`Alzheimer's disease`$`_id` #> [1] "DOID_10652<DOID_680<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Alzheimer's disease`$privateGeneCount #> [1] 0 #> #> $`Alzheimer's disease`$publicGeneCount #> [1] 359 #> #> $`Alzheimer's disease`$urlId #> [1] "DOID_10652" #> #> $`Alzheimer's disease`$dbPhenotype #> [1] TRUE #> #> $`Alzheimer's disease`$`_parent` #> [1] "DOID_680<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Alzheimer's disease`$`_is_leaf` #> [1] TRUE #> #> $`Alzheimer's disease`$children #> list() #> #> $`Alzheimer's disease`$value #> [1] "Alzheimer's disease" #> #> #> $`Amaurosis fugax` #> $`Amaurosis fugax`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100576" #> #> $`Amaurosis fugax`$`_id` #> [1] "HP_0100576<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Amaurosis fugax`$privateGeneCount #> [1] 0 #> #> $`Amaurosis fugax`$publicGeneCount #> [1] 1 #> #> $`Amaurosis fugax`$urlId #> [1] "HP_0100576" #> #> $`Amaurosis fugax`$dbPhenotype #> [1] TRUE #> #> $`Amaurosis fugax`$`_parent` #> [1] "HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Amaurosis fugax`$`_is_leaf` #> [1] TRUE #> #> $`Amaurosis fugax`$children #> list() #> #> $`Amaurosis fugax`$value #> [1] "Amaurosis fugax" #> #> #> $amebiasis #> $amebiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9181" #> #> $amebiasis$`_id` #> [1] "DOID_9181<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $amebiasis$privateGeneCount #> [1] 0 #> #> $amebiasis$publicGeneCount #> [1] 6 #> #> $amebiasis$urlId #> [1] "DOID_9181" #> #> $amebiasis$dbPhenotype #> [1] TRUE #> #> $amebiasis$`_parent` #> [1] "DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $amebiasis$`_is_leaf` #> [1] TRUE #> #> $amebiasis$children #> list() #> #> $amebiasis$value #> [1] "amebiasis" #> #> #> $`Amegakaryocytic thrombocytopenia` #> $`Amegakaryocytic thrombocytopenia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004859" #> #> $`Amegakaryocytic thrombocytopenia`$`_id` #> [1] "HP_0004859<HP_0001873<HP_0011873<HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> $`Amegakaryocytic thrombocytopenia`$privateGeneCount #> [1] 0 #> #> $`Amegakaryocytic thrombocytopenia`$publicGeneCount #> [1] 1 #> #> $`Amegakaryocytic thrombocytopenia`$urlId #> [1] "HP_0004859" #> #> $`Amegakaryocytic thrombocytopenia`$dbPhenotype #> [1] TRUE #> #> $`Amegakaryocytic thrombocytopenia`$`_parent` #> [1] "HP_0001873<HP_0011873<HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> $`Amegakaryocytic thrombocytopenia`$`_is_leaf` #> [1] TRUE #> #> $`Amegakaryocytic thrombocytopenia`$children #> list() #> #> $`Amegakaryocytic thrombocytopenia`$value #> [1] "Amegakaryocytic thrombocytopenia" #> #> #> $`amelanotic melanoma` #> $`amelanotic melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4359" #> #> $`amelanotic melanoma`$`_id` #> [1] "DOID_4359<DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`amelanotic melanoma`$privateGeneCount #> [1] 0 #> #> $`amelanotic melanoma`$publicGeneCount #> [1] 1 #> #> $`amelanotic melanoma`$urlId #> [1] "DOID_4359" #> #> $`amelanotic melanoma`$dbPhenotype #> [1] TRUE #> #> $`amelanotic melanoma`$`_parent` #> [1] "DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`amelanotic melanoma`$`_is_leaf` #> [1] TRUE #> #> $`amelanotic melanoma`$children #> list() #> #> $`amelanotic melanoma`$value #> [1] "amelanotic melanoma" #> #> #> $Amelia #> $Amelia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009827" #> #> $Amelia$`_id` #> [1] "HP_0009827<HP_0009815<HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Amelia$privateGeneCount #> [1] 0 #> #> $Amelia$publicGeneCount #> [1] 1 #> #> $Amelia$urlId #> [1] "HP_0009827" #> #> $Amelia$dbPhenotype #> [1] FALSE #> #> $Amelia$`_parent` #> [1] "HP_0009815<HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Amelia$`_is_leaf` #> [1] FALSE #> #> $Amelia$children #> $Amelia$children[[1]] #> [1] "HP_0003057<HP_0009827<HP_0009815<HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $Amelia$value #> [1] "Amelia" #> #> #> $Amelia #> $Amelia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009827" #> #> $Amelia$`_id` #> [1] "HP_0009827<HP_0009815<HP_0040064<HP_0000118<HP_0000001" #> #> $Amelia$privateGeneCount #> [1] 0 #> #> $Amelia$publicGeneCount #> [1] 1 #> #> $Amelia$urlId #> [1] "HP_0009827" #> #> $Amelia$dbPhenotype #> [1] FALSE #> #> $Amelia$`_parent` #> [1] "HP_0009815<HP_0040064<HP_0000118<HP_0000001" #> #> $Amelia$`_is_leaf` #> [1] FALSE #> #> $Amelia$children #> $Amelia$children[[1]] #> [1] "HP_0003057<HP_0009827<HP_0009815<HP_0040064<HP_0000118<HP_0000001" #> #> #> $Amelia$value #> [1] "Amelia" #> #> #> $ameloblastoma #> $ameloblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050894" #> #> $ameloblastoma$`_id` #> [1] "DOID_0050894<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $ameloblastoma$privateGeneCount #> [1] 0 #> #> $ameloblastoma$publicGeneCount #> [1] 2 #> #> $ameloblastoma$urlId #> [1] "DOID_0050894" #> #> $ameloblastoma$dbPhenotype #> [1] TRUE #> #> $ameloblastoma$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $ameloblastoma$`_is_leaf` #> [1] TRUE #> #> $ameloblastoma$children #> list() #> #> $ameloblastoma$value #> [1] "ameloblastoma" #> #> #> $`amelogenesis imperfecta` #> $`amelogenesis imperfecta`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2187" #> #> $`amelogenesis imperfecta`$`_id` #> [1] "DOID_2187<DOID_693<DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`amelogenesis imperfecta`$privateGeneCount #> [1] 0 #> #> $`amelogenesis imperfecta`$publicGeneCount #> [1] 13 #> #> $`amelogenesis imperfecta`$urlId #> [1] "DOID_2187" #> #> $`amelogenesis imperfecta`$dbPhenotype #> [1] TRUE #> #> $`amelogenesis imperfecta`$`_parent` #> [1] "DOID_693<DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`amelogenesis imperfecta`$`_is_leaf` #> [1] TRUE #> #> $`amelogenesis imperfecta`$children #> list() #> #> $`amelogenesis imperfecta`$value #> [1] "amelogenesis imperfecta" #> #> #> $amenorrhea #> $amenorrhea$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13938" #> #> $amenorrhea$`_id` #> [1] "DOID_13938<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $amenorrhea$privateGeneCount #> [1] 0 #> #> $amenorrhea$publicGeneCount #> [1] 6 #> #> $amenorrhea$urlId #> [1] "DOID_13938" #> #> $amenorrhea$dbPhenotype #> [1] TRUE #> #> $amenorrhea$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $amenorrhea$`_is_leaf` #> [1] TRUE #> #> $amenorrhea$children #> list() #> #> $amenorrhea$value #> [1] "amenorrhea" #> #> #> $`amino acid metabolic disorder` #> $`amino acid metabolic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9252" #> #> $`amino acid metabolic disorder`$`_id` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$privateGeneCount #> [1] 0 #> #> $`amino acid metabolic disorder`$publicGeneCount #> [1] 106 #> #> $`amino acid metabolic disorder`$urlId #> [1] "DOID_9252" #> #> $`amino acid metabolic disorder`$dbPhenotype #> [1] TRUE #> #> $`amino acid metabolic disorder`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$`_is_leaf` #> [1] FALSE #> #> $`amino acid metabolic disorder`$children #> $`amino acid metabolic disorder`$children[[1]] #> [1] "DOID_0050573<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[2]] #> [1] "DOID_0050710<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[3]] #> [1] "DOID_0060350<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[4]] #> [1] "DOID_9270<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[5]] #> [1] "DOID_14755<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[6]] #> [1] "DOID_14723<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[7]] #> [1] "DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[8]] #> [1] "DOID_9266<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[9]] #> [1] "DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[10]] #> [1] "DOID_9268<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[11]] #> [1] "DOID_1060<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[12]] #> [1] "DOID_9265<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[13]] #> [1] "DOID_9263<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[14]] #> [1] "DOID_9279<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[15]] #> [1] "DOID_9274<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[16]] #> [1] "DOID_0050544<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[17]] #> [1] "DOID_0060439<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[18]] #> [1] "DOID_857<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[19]] #> [1] "DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[20]] #> [1] "DOID_0050720<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[21]] #> [1] "DOID_9281<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[22]] #> [1] "DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[23]] #> [1] "DOID_14365<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[24]] #> [1] "DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[25]] #> [1] "DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $`amino acid metabolic disorder`$value #> [1] "amino acid metabolic disorder" #> #> #> $Aminoaciduria #> $Aminoaciduria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003355" #> #> $Aminoaciduria$`_id` #> [1] "HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Aminoaciduria$privateGeneCount #> [1] 0 #> #> $Aminoaciduria$publicGeneCount #> [1] 5 #> #> $Aminoaciduria$urlId #> [1] "HP_0003355" #> #> $Aminoaciduria$dbPhenotype #> [1] FALSE #> #> $Aminoaciduria$`_parent` #> [1] "HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Aminoaciduria$`_is_leaf` #> [1] FALSE #> #> $Aminoaciduria$children #> $Aminoaciduria$children[[1]] #> [1] "HP_0003535<HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Aminoaciduria$children[[2]] #> [1] "HP_0003153<HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Aminoaciduria$children[[3]] #> [1] "HP_0003108<HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $Aminoaciduria$value #> [1] "Aminoaciduria" #> #> #> $`amnestic disorder` #> $`amnestic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10914" #> #> $`amnestic disorder`$`_id` #> [1] "DOID_10914<DOID_1561<DOID_150<DOID_4" #> #> $`amnestic disorder`$privateGeneCount #> [1] 0 #> #> $`amnestic disorder`$publicGeneCount #> [1] 17 #> #> $`amnestic disorder`$urlId #> [1] "DOID_10914" #> #> $`amnestic disorder`$dbPhenotype #> [1] TRUE #> #> $`amnestic disorder`$`_parent` #> [1] "DOID_1561<DOID_150<DOID_4" #> #> $`amnestic disorder`$`_is_leaf` #> [1] FALSE #> #> $`amnestic disorder`$children #> $`amnestic disorder`$children[[1]] #> [1] "DOID_4543<DOID_10914<DOID_1561<DOID_150<DOID_4" #> #> #> $`amnestic disorder`$value #> [1] "amnestic disorder" #> #> #> $amyloidosis #> $amyloidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9120" #> #> $amyloidosis$`_id` #> [1] "DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $amyloidosis$privateGeneCount #> [1] 0 #> #> $amyloidosis$publicGeneCount #> [1] 28 #> #> $amyloidosis$urlId #> [1] "DOID_9120" #> #> $amyloidosis$dbPhenotype #> [1] TRUE #> #> $amyloidosis$`_parent` #> [1] "DOID_0060158<DOID_0014667<DOID_4" #> #> $amyloidosis$`_is_leaf` #> [1] FALSE #> #> $amyloidosis$children #> $amyloidosis$children[[1]] #> [1] "DOID_9246<DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $amyloidosis$children[[2]] #> [1] "DOID_0050636<DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $amyloidosis$children[[3]] #> [1] "DOID_0050637<DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $amyloidosis$children[[4]] #> [1] "DOID_0050639<DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $amyloidosis$children[[5]] #> [1] "DOID_0050638<DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $amyloidosis$value #> [1] "amyloidosis" #> #> #> $`amyotrophic lateral sclerosis` #> $`amyotrophic lateral sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_332" #> #> $`amyotrophic lateral sclerosis`$`_id` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis`$publicGeneCount #> [1] 177 #> #> $`amyotrophic lateral sclerosis`$urlId #> [1] "DOID_332" #> #> $`amyotrophic lateral sclerosis`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$`_is_leaf` #> [1] FALSE #> #> $`amyotrophic lateral sclerosis`$children #> $`amyotrophic lateral sclerosis`$children[[1]] #> [1] "DOID_0060193<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[2]] #> [1] "DOID_0060201<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[3]] #> [1] "DOID_0060202<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[4]] #> [1] "DOID_0060203<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[5]] #> [1] "DOID_0060204<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[6]] #> [1] "DOID_0060205<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[7]] #> [1] "DOID_0060206<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[8]] #> [1] "DOID_0060207<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[9]] #> [1] "DOID_0060208<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[10]] #> [1] "DOID_0060209<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[11]] #> [1] "DOID_0060210<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[12]] #> [1] "DOID_0060194<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[13]] #> [1] "DOID_0060211<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[14]] #> [1] "DOID_0060212<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[15]] #> [1] "DOID_0060355<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[16]] #> [1] "DOID_0060196<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[17]] #> [1] "DOID_0060197<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[18]] #> [1] "DOID_0060198<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[19]] #> [1] "DOID_0050752<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[20]] #> [1] "DOID_0060200<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[21]] #> [1] "DOID_0060213<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> #> $`amyotrophic lateral sclerosis`$value #> [1] "amyotrophic lateral sclerosis" #> #> #> $`amyotrophic lateral sclerosis` #> $`amyotrophic lateral sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_332" #> #> $`amyotrophic lateral sclerosis`$`_id` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis`$publicGeneCount #> [1] 177 #> #> $`amyotrophic lateral sclerosis`$urlId #> [1] "DOID_332" #> #> $`amyotrophic lateral sclerosis`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis`$`_parent` #> [1] "DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$`_is_leaf` #> [1] FALSE #> #> $`amyotrophic lateral sclerosis`$children #> $`amyotrophic lateral sclerosis`$children[[1]] #> [1] "DOID_0060193<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[2]] #> [1] "DOID_0060201<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[3]] #> [1] "DOID_0060202<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[4]] #> [1] "DOID_0060203<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[5]] #> [1] "DOID_0060204<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[6]] #> [1] "DOID_0060205<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[7]] #> [1] "DOID_0060206<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[8]] #> [1] "DOID_0060207<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[9]] #> [1] "DOID_0060208<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[10]] #> [1] "DOID_0060209<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[11]] #> [1] "DOID_0060210<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[12]] #> [1] "DOID_0060194<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[13]] #> [1] "DOID_0060211<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[14]] #> [1] "DOID_0060212<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[15]] #> [1] "DOID_0060355<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[16]] #> [1] "DOID_0060196<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[17]] #> [1] "DOID_0060197<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[18]] #> [1] "DOID_0060198<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[19]] #> [1] "DOID_0050752<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[20]] #> [1] "DOID_0060200<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[21]] #> [1] "DOID_0060213<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`amyotrophic lateral sclerosis`$value #> [1] "amyotrophic lateral sclerosis" #> #> #> $`amyotrophic lateral sclerosis type 1` #> $`amyotrophic lateral sclerosis type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060193" #> #> $`amyotrophic lateral sclerosis type 1`$`_id` #> [1] "DOID_0060193<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 1`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 1`$publicGeneCount #> [1] 4 #> #> $`amyotrophic lateral sclerosis type 1`$urlId #> [1] "DOID_0060193" #> #> $`amyotrophic lateral sclerosis type 1`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 1`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 1`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 1`$children #> list() #> #> $`amyotrophic lateral sclerosis type 1`$value #> [1] "amyotrophic lateral sclerosis type 1" #> #> #> $`amyotrophic lateral sclerosis type 1` #> $`amyotrophic lateral sclerosis type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060193" #> #> $`amyotrophic lateral sclerosis type 1`$`_id` #> [1] "DOID_0060193<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 1`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 1`$publicGeneCount #> [1] 4 #> #> $`amyotrophic lateral sclerosis type 1`$urlId #> [1] "DOID_0060193" #> #> $`amyotrophic lateral sclerosis type 1`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 1`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 1`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 1`$children #> list() #> #> $`amyotrophic lateral sclerosis type 1`$value #> [1] "amyotrophic lateral sclerosis type 1" #> #> #> $`amyotrophic lateral sclerosis type 10` #> $`amyotrophic lateral sclerosis type 10`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060201" #> #> $`amyotrophic lateral sclerosis type 10`$`_id` #> [1] "DOID_0060201<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 10`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 10`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 10`$urlId #> [1] "DOID_0060201" #> #> $`amyotrophic lateral sclerosis type 10`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 10`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 10`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 10`$children #> list() #> #> $`amyotrophic lateral sclerosis type 10`$value #> [1] "amyotrophic lateral sclerosis type 10" #> #> #> $`amyotrophic lateral sclerosis type 10` #> $`amyotrophic lateral sclerosis type 10`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060201" #> #> $`amyotrophic lateral sclerosis type 10`$`_id` #> [1] "DOID_0060201<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 10`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 10`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 10`$urlId #> [1] "DOID_0060201" #> #> $`amyotrophic lateral sclerosis type 10`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 10`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 10`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 10`$children #> list() #> #> $`amyotrophic lateral sclerosis type 10`$value #> [1] "amyotrophic lateral sclerosis type 10" #> #> #> $`amyotrophic lateral sclerosis type 11` #> $`amyotrophic lateral sclerosis type 11`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060202" #> #> $`amyotrophic lateral sclerosis type 11`$`_id` #> [1] "DOID_0060202<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 11`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 11`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 11`$urlId #> [1] "DOID_0060202" #> #> $`amyotrophic lateral sclerosis type 11`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 11`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 11`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 11`$children #> list() #> #> $`amyotrophic lateral sclerosis type 11`$value #> [1] "amyotrophic lateral sclerosis type 11" #> #> #> $`amyotrophic lateral sclerosis type 11` #> $`amyotrophic lateral sclerosis type 11`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060202" #> #> $`amyotrophic lateral sclerosis type 11`$`_id` #> [1] "DOID_0060202<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 11`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 11`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 11`$urlId #> [1] "DOID_0060202" #> #> $`amyotrophic lateral sclerosis type 11`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 11`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 11`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 11`$children #> list() #> #> $`amyotrophic lateral sclerosis type 11`$value #> [1] "amyotrophic lateral sclerosis type 11" #> #> #> $`amyotrophic lateral sclerosis type 12` #> $`amyotrophic lateral sclerosis type 12`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060203" #> #> $`amyotrophic lateral sclerosis type 12`$`_id` #> [1] "DOID_0060203<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 12`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 12`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 12`$urlId #> [1] "DOID_0060203" #> #> $`amyotrophic lateral sclerosis type 12`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 12`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 12`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 12`$children #> list() #> #> $`amyotrophic lateral sclerosis type 12`$value #> [1] "amyotrophic lateral sclerosis type 12" #> #> #> $`amyotrophic lateral sclerosis type 12` #> $`amyotrophic lateral sclerosis type 12`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060203" #> #> $`amyotrophic lateral sclerosis type 12`$`_id` #> [1] "DOID_0060203<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 12`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 12`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 12`$urlId #> [1] "DOID_0060203" #> #> $`amyotrophic lateral sclerosis type 12`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 12`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 12`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 12`$children #> list() #> #> $`amyotrophic lateral sclerosis type 12`$value #> [1] "amyotrophic lateral sclerosis type 12" #> #> #> $`amyotrophic lateral sclerosis type 13` #> $`amyotrophic lateral sclerosis type 13`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060204" #> #> $`amyotrophic lateral sclerosis type 13`$`_id` #> [1] "DOID_0060204<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 13`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 13`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 13`$urlId #> [1] "DOID_0060204" #> #> $`amyotrophic lateral sclerosis type 13`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 13`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 13`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 13`$children #> list() #> #> $`amyotrophic lateral sclerosis type 13`$value #> [1] "amyotrophic lateral sclerosis type 13" #> #> #> $`amyotrophic lateral sclerosis type 13` #> $`amyotrophic lateral sclerosis type 13`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060204" #> #> $`amyotrophic lateral sclerosis type 13`$`_id` #> [1] "DOID_0060204<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 13`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 13`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 13`$urlId #> [1] "DOID_0060204" #> #> $`amyotrophic lateral sclerosis type 13`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 13`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 13`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 13`$children #> list() #> #> $`amyotrophic lateral sclerosis type 13`$value #> [1] "amyotrophic lateral sclerosis type 13" #> #> #> $`amyotrophic lateral sclerosis type 14` #> $`amyotrophic lateral sclerosis type 14`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060205" #> #> $`amyotrophic lateral sclerosis type 14`$`_id` #> [1] "DOID_0060205<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 14`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 14`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 14`$urlId #> [1] "DOID_0060205" #> #> $`amyotrophic lateral sclerosis type 14`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 14`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 14`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 14`$children #> list() #> #> $`amyotrophic lateral sclerosis type 14`$value #> [1] "amyotrophic lateral sclerosis type 14" #> #> #> $`amyotrophic lateral sclerosis type 14` #> $`amyotrophic lateral sclerosis type 14`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060205" #> #> $`amyotrophic lateral sclerosis type 14`$`_id` #> [1] "DOID_0060205<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 14`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 14`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 14`$urlId #> [1] "DOID_0060205" #> #> $`amyotrophic lateral sclerosis type 14`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 14`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 14`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 14`$children #> list() #> #> $`amyotrophic lateral sclerosis type 14`$value #> [1] "amyotrophic lateral sclerosis type 14" #> #> #> $`amyotrophic lateral sclerosis type 15` #> $`amyotrophic lateral sclerosis type 15`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060206" #> #> $`amyotrophic lateral sclerosis type 15`$`_id` #> [1] "DOID_0060206<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 15`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 15`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 15`$urlId #> [1] "DOID_0060206" #> #> $`amyotrophic lateral sclerosis type 15`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 15`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 15`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 15`$children #> list() #> #> $`amyotrophic lateral sclerosis type 15`$value #> [1] "amyotrophic lateral sclerosis type 15" #> #> #> $`amyotrophic lateral sclerosis type 15` #> $`amyotrophic lateral sclerosis type 15`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060206" #> #> $`amyotrophic lateral sclerosis type 15`$`_id` #> [1] "DOID_0060206<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 15`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 15`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 15`$urlId #> [1] "DOID_0060206" #> #> $`amyotrophic lateral sclerosis type 15`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 15`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 15`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 15`$children #> list() #> #> $`amyotrophic lateral sclerosis type 15`$value #> [1] "amyotrophic lateral sclerosis type 15" #> #> #> $`amyotrophic lateral sclerosis type 16` #> $`amyotrophic lateral sclerosis type 16`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060207" #> #> $`amyotrophic lateral sclerosis type 16`$`_id` #> [1] "DOID_0060207<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 16`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 16`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 16`$urlId #> [1] "DOID_0060207" #> #> $`amyotrophic lateral sclerosis type 16`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 16`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 16`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 16`$children #> list() #> #> $`amyotrophic lateral sclerosis type 16`$value #> [1] "amyotrophic lateral sclerosis type 16" #> #> #> $`amyotrophic lateral sclerosis type 16` #> $`amyotrophic lateral sclerosis type 16`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060207" #> #> $`amyotrophic lateral sclerosis type 16`$`_id` #> [1] "DOID_0060207<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 16`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 16`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 16`$urlId #> [1] "DOID_0060207" #> #> $`amyotrophic lateral sclerosis type 16`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 16`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 16`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 16`$children #> list() #> #> $`amyotrophic lateral sclerosis type 16`$value #> [1] "amyotrophic lateral sclerosis type 16" #> #> #> $`amyotrophic lateral sclerosis type 17` #> $`amyotrophic lateral sclerosis type 17`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060208" #> #> $`amyotrophic lateral sclerosis type 17`$`_id` #> [1] "DOID_0060208<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 17`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 17`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 17`$urlId #> [1] "DOID_0060208" #> #> $`amyotrophic lateral sclerosis type 17`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 17`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 17`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 17`$children #> list() #> #> $`amyotrophic lateral sclerosis type 17`$value #> [1] "amyotrophic lateral sclerosis type 17" #> #> #> $`amyotrophic lateral sclerosis type 17` #> $`amyotrophic lateral sclerosis type 17`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060208" #> #> $`amyotrophic lateral sclerosis type 17`$`_id` #> [1] "DOID_0060208<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 17`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 17`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 17`$urlId #> [1] "DOID_0060208" #> #> $`amyotrophic lateral sclerosis type 17`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 17`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 17`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 17`$children #> list() #> #> $`amyotrophic lateral sclerosis type 17`$value #> [1] "amyotrophic lateral sclerosis type 17" #> #> #> $`amyotrophic lateral sclerosis type 18` #> $`amyotrophic lateral sclerosis type 18`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060209" #> #> $`amyotrophic lateral sclerosis type 18`$`_id` #> [1] "DOID_0060209<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 18`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 18`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 18`$urlId #> [1] "DOID_0060209" #> #> $`amyotrophic lateral sclerosis type 18`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 18`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 18`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 18`$children #> list() #> #> $`amyotrophic lateral sclerosis type 18`$value #> [1] "amyotrophic lateral sclerosis type 18" #> #> #> $`amyotrophic lateral sclerosis type 18` #> $`amyotrophic lateral sclerosis type 18`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060209" #> #> $`amyotrophic lateral sclerosis type 18`$`_id` #> [1] "DOID_0060209<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 18`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 18`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 18`$urlId #> [1] "DOID_0060209" #> #> $`amyotrophic lateral sclerosis type 18`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 18`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 18`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 18`$children #> list() #> #> $`amyotrophic lateral sclerosis type 18`$value #> [1] "amyotrophic lateral sclerosis type 18" #> #> #> $`amyotrophic lateral sclerosis type 19` #> $`amyotrophic lateral sclerosis type 19`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060210" #> #> $`amyotrophic lateral sclerosis type 19`$`_id` #> [1] "DOID_0060210<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 19`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 19`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 19`$urlId #> [1] "DOID_0060210" #> #> $`amyotrophic lateral sclerosis type 19`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 19`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 19`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 19`$children #> list() #> #> $`amyotrophic lateral sclerosis type 19`$value #> [1] "amyotrophic lateral sclerosis type 19" #> #> #> $`amyotrophic lateral sclerosis type 19` #> $`amyotrophic lateral sclerosis type 19`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060210" #> #> $`amyotrophic lateral sclerosis type 19`$`_id` #> [1] "DOID_0060210<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 19`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 19`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 19`$urlId #> [1] "DOID_0060210" #> #> $`amyotrophic lateral sclerosis type 19`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 19`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 19`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 19`$children #> list() #> #> $`amyotrophic lateral sclerosis type 19`$value #> [1] "amyotrophic lateral sclerosis type 19" #> #> #> $`amyotrophic lateral sclerosis type 2` #> $`amyotrophic lateral sclerosis type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060194" #> #> $`amyotrophic lateral sclerosis type 2`$`_id` #> [1] "DOID_0060194<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 2`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 2`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 2`$urlId #> [1] "DOID_0060194" #> #> $`amyotrophic lateral sclerosis type 2`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 2`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 2`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 2`$children #> list() #> #> $`amyotrophic lateral sclerosis type 2`$value #> [1] "amyotrophic lateral sclerosis type 2" #> #> #> $`amyotrophic lateral sclerosis type 2` #> $`amyotrophic lateral sclerosis type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060194" #> #> $`amyotrophic lateral sclerosis type 2`$`_id` #> [1] "DOID_0060194<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 2`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 2`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 2`$urlId #> [1] "DOID_0060194" #> #> $`amyotrophic lateral sclerosis type 2`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 2`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 2`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 2`$children #> list() #> #> $`amyotrophic lateral sclerosis type 2`$value #> [1] "amyotrophic lateral sclerosis type 2" #> #> #> $`amyotrophic lateral sclerosis type 20` #> $`amyotrophic lateral sclerosis type 20`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060211" #> #> $`amyotrophic lateral sclerosis type 20`$`_id` #> [1] "DOID_0060211<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 20`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 20`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 20`$urlId #> [1] "DOID_0060211" #> #> $`amyotrophic lateral sclerosis type 20`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 20`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 20`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 20`$children #> list() #> #> $`amyotrophic lateral sclerosis type 20`$value #> [1] "amyotrophic lateral sclerosis type 20" #> #> #> $`amyotrophic lateral sclerosis type 20` #> $`amyotrophic lateral sclerosis type 20`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060211" #> #> $`amyotrophic lateral sclerosis type 20`$`_id` #> [1] "DOID_0060211<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 20`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 20`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 20`$urlId #> [1] "DOID_0060211" #> #> $`amyotrophic lateral sclerosis type 20`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 20`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 20`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 20`$children #> list() #> #> $`amyotrophic lateral sclerosis type 20`$value #> [1] "amyotrophic lateral sclerosis type 20" #> #> #> $`amyotrophic lateral sclerosis type 21` #> $`amyotrophic lateral sclerosis type 21`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060212" #> #> $`amyotrophic lateral sclerosis type 21`$`_id` #> [1] "DOID_0060212<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 21`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 21`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 21`$urlId #> [1] "DOID_0060212" #> #> $`amyotrophic lateral sclerosis type 21`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 21`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 21`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 21`$children #> list() #> #> $`amyotrophic lateral sclerosis type 21`$value #> [1] "amyotrophic lateral sclerosis type 21" #> #> #> $`amyotrophic lateral sclerosis type 21` #> $`amyotrophic lateral sclerosis type 21`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060212" #> #> $`amyotrophic lateral sclerosis type 21`$`_id` #> [1] "DOID_0060212<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 21`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 21`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 21`$urlId #> [1] "DOID_0060212" #> #> $`amyotrophic lateral sclerosis type 21`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 21`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 21`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 21`$children #> list() #> #> $`amyotrophic lateral sclerosis type 21`$value #> [1] "amyotrophic lateral sclerosis type 21" #> #> #> $`amyotrophic lateral sclerosis type 22` #> $`amyotrophic lateral sclerosis type 22`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060355" #> #> $`amyotrophic lateral sclerosis type 22`$`_id` #> [1] "DOID_0060355<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 22`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 22`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 22`$urlId #> [1] "DOID_0060355" #> #> $`amyotrophic lateral sclerosis type 22`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 22`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 22`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 22`$children #> list() #> #> $`amyotrophic lateral sclerosis type 22`$value #> [1] "amyotrophic lateral sclerosis type 22" #> #> #> $`amyotrophic lateral sclerosis type 22` #> $`amyotrophic lateral sclerosis type 22`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060355" #> #> $`amyotrophic lateral sclerosis type 22`$`_id` #> [1] "DOID_0060355<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 22`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 22`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 22`$urlId #> [1] "DOID_0060355" #> #> $`amyotrophic lateral sclerosis type 22`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 22`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 22`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 22`$children #> list() #> #> $`amyotrophic lateral sclerosis type 22`$value #> [1] "amyotrophic lateral sclerosis type 22" #> #> #> $`amyotrophic lateral sclerosis type 4` #> $`amyotrophic lateral sclerosis type 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060196" #> #> $`amyotrophic lateral sclerosis type 4`$`_id` #> [1] "DOID_0060196<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 4`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 4`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 4`$urlId #> [1] "DOID_0060196" #> #> $`amyotrophic lateral sclerosis type 4`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 4`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 4`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 4`$children #> list() #> #> $`amyotrophic lateral sclerosis type 4`$value #> [1] "amyotrophic lateral sclerosis type 4" #> #> #> $`amyotrophic lateral sclerosis type 4` #> $`amyotrophic lateral sclerosis type 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060196" #> #> $`amyotrophic lateral sclerosis type 4`$`_id` #> [1] "DOID_0060196<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 4`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 4`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 4`$urlId #> [1] "DOID_0060196" #> #> $`amyotrophic lateral sclerosis type 4`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 4`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 4`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 4`$children #> list() #> #> $`amyotrophic lateral sclerosis type 4`$value #> [1] "amyotrophic lateral sclerosis type 4" #> #> #> $`amyotrophic lateral sclerosis type 5` #> $`amyotrophic lateral sclerosis type 5`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060197" #> #> $`amyotrophic lateral sclerosis type 5`$`_id` #> [1] "DOID_0060197<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 5`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 5`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 5`$urlId #> [1] "DOID_0060197" #> #> $`amyotrophic lateral sclerosis type 5`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 5`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 5`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 5`$children #> list() #> #> $`amyotrophic lateral sclerosis type 5`$value #> [1] "amyotrophic lateral sclerosis type 5" #> #> #> $`amyotrophic lateral sclerosis type 5` #> $`amyotrophic lateral sclerosis type 5`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060197" #> #> $`amyotrophic lateral sclerosis type 5`$`_id` #> [1] "DOID_0060197<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 5`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 5`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 5`$urlId #> [1] "DOID_0060197" #> #> $`amyotrophic lateral sclerosis type 5`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 5`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 5`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 5`$children #> list() #> #> $`amyotrophic lateral sclerosis type 5`$value #> [1] "amyotrophic lateral sclerosis type 5" #> #> #> $`amyotrophic lateral sclerosis type 6` #> $`amyotrophic lateral sclerosis type 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060198" #> #> $`amyotrophic lateral sclerosis type 6`$`_id` #> [1] "DOID_0060198<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 6`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 6`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 6`$urlId #> [1] "DOID_0060198" #> #> $`amyotrophic lateral sclerosis type 6`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 6`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 6`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 6`$children #> list() #> #> $`amyotrophic lateral sclerosis type 6`$value #> [1] "amyotrophic lateral sclerosis type 6" #> #> #> $`amyotrophic lateral sclerosis type 6` #> $`amyotrophic lateral sclerosis type 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060198" #> #> $`amyotrophic lateral sclerosis type 6`$`_id` #> [1] "DOID_0060198<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 6`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 6`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 6`$urlId #> [1] "DOID_0060198" #> #> $`amyotrophic lateral sclerosis type 6`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 6`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 6`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 6`$children #> list() #> #> $`amyotrophic lateral sclerosis type 6`$value #> [1] "amyotrophic lateral sclerosis type 6" #> #> #> $`amyotrophic lateral sclerosis type 8` #> $`amyotrophic lateral sclerosis type 8`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050752" #> #> $`amyotrophic lateral sclerosis type 8`$`_id` #> [1] "DOID_0050752<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 8`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 8`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 8`$urlId #> [1] "DOID_0050752" #> #> $`amyotrophic lateral sclerosis type 8`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 8`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 8`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 8`$children #> list() #> #> $`amyotrophic lateral sclerosis type 8`$value #> [1] "amyotrophic lateral sclerosis type 8" #> #> #> $`amyotrophic lateral sclerosis type 8` #> $`amyotrophic lateral sclerosis type 8`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050752" #> #> $`amyotrophic lateral sclerosis type 8`$`_id` #> [1] "DOID_0050752<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 8`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 8`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 8`$urlId #> [1] "DOID_0050752" #> #> $`amyotrophic lateral sclerosis type 8`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 8`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 8`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 8`$children #> list() #> #> $`amyotrophic lateral sclerosis type 8`$value #> [1] "amyotrophic lateral sclerosis type 8" #> #> #> $`amyotrophic lateral sclerosis type 9` #> $`amyotrophic lateral sclerosis type 9`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060200" #> #> $`amyotrophic lateral sclerosis type 9`$`_id` #> [1] "DOID_0060200<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 9`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 9`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 9`$urlId #> [1] "DOID_0060200" #> #> $`amyotrophic lateral sclerosis type 9`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 9`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 9`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 9`$children #> list() #> #> $`amyotrophic lateral sclerosis type 9`$value #> [1] "amyotrophic lateral sclerosis type 9" #> #> #> $`amyotrophic lateral sclerosis type 9` #> $`amyotrophic lateral sclerosis type 9`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060200" #> #> $`amyotrophic lateral sclerosis type 9`$`_id` #> [1] "DOID_0060200<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 9`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 9`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 9`$urlId #> [1] "DOID_0060200" #> #> $`amyotrophic lateral sclerosis type 9`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 9`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 9`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 9`$children #> list() #> #> $`amyotrophic lateral sclerosis type 9`$value #> [1] "amyotrophic lateral sclerosis type 9" #> #> #> $`amyotrophic neuralgia` #> $`amyotrophic neuralgia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10383" #> #> $`amyotrophic neuralgia`$`_id` #> [1] "DOID_10383<DOID_3690<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic neuralgia`$privateGeneCount #> [1] 0 #> #> $`amyotrophic neuralgia`$publicGeneCount #> [1] 1 #> #> $`amyotrophic neuralgia`$urlId #> [1] "DOID_10383" #> #> $`amyotrophic neuralgia`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic neuralgia`$`_parent` #> [1] "DOID_3690<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic neuralgia`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic neuralgia`$children #> list() #> #> $`amyotrophic neuralgia`$value #> [1] "amyotrophic neuralgia" #> #> #> $`anal carcinoma` #> $`anal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4908" #> #> $`anal carcinoma`$`_id` #> [1] "DOID_4908<DOID_14110<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anal carcinoma`$privateGeneCount #> [1] 0 #> #> $`anal carcinoma`$publicGeneCount #> [1] 1 #> #> $`anal carcinoma`$urlId #> [1] "DOID_4908" #> #> $`anal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`anal carcinoma`$`_parent` #> [1] "DOID_14110<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`anal carcinoma`$children #> list() #> #> $`anal carcinoma`$value #> [1] "anal carcinoma" #> #> #> $`anal carcinoma` #> $`anal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4908" #> #> $`anal carcinoma`$`_id` #> [1] "DOID_4908<DOID_14110<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`anal carcinoma`$privateGeneCount #> [1] 0 #> #> $`anal carcinoma`$publicGeneCount #> [1] 1 #> #> $`anal carcinoma`$urlId #> [1] "DOID_4908" #> #> $`anal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`anal carcinoma`$`_parent` #> [1] "DOID_14110<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`anal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`anal carcinoma`$children #> list() #> #> $`anal carcinoma`$value #> [1] "anal carcinoma" #> #> #> $`anal carcinoma` #> $`anal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4908" #> #> $`anal carcinoma`$`_id` #> [1] "DOID_4908<DOID_14110<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`anal carcinoma`$privateGeneCount #> [1] 0 #> #> $`anal carcinoma`$publicGeneCount #> [1] 1 #> #> $`anal carcinoma`$urlId #> [1] "DOID_4908" #> #> $`anal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`anal carcinoma`$`_parent` #> [1] "DOID_14110<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`anal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`anal carcinoma`$children #> list() #> #> $`anal carcinoma`$value #> [1] "anal carcinoma" #> #> #> $`anal carcinoma` #> $`anal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4908" #> #> $`anal carcinoma`$`_id` #> [1] "DOID_4908<DOID_14110<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anal carcinoma`$privateGeneCount #> [1] 0 #> #> $`anal carcinoma`$publicGeneCount #> [1] 1 #> #> $`anal carcinoma`$urlId #> [1] "DOID_4908" #> #> $`anal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`anal carcinoma`$`_parent` #> [1] "DOID_14110<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`anal carcinoma`$children #> list() #> #> $`anal carcinoma`$value #> [1] "anal carcinoma" #> #> #> $`anal carcinoma` #> $`anal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4908" #> #> $`anal carcinoma`$`_id` #> [1] "DOID_4908<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`anal carcinoma`$privateGeneCount #> [1] 0 #> #> $`anal carcinoma`$publicGeneCount #> [1] 1 #> #> $`anal carcinoma`$urlId #> [1] "DOID_4908" #> #> $`anal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`anal carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`anal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`anal carcinoma`$children #> list() #> #> $`anal carcinoma`$value #> [1] "anal carcinoma" #> #> #> $`anaplastic large cell lymphoma` #> $`anaplastic large cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050744" #> #> $`anaplastic large cell lymphoma`$`_id` #> [1] "DOID_0050744<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`anaplastic large cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`anaplastic large cell lymphoma`$publicGeneCount #> [1] 6 #> #> $`anaplastic large cell lymphoma`$urlId #> [1] "DOID_0050744" #> #> $`anaplastic large cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`anaplastic large cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`anaplastic large cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`anaplastic large cell lymphoma`$children #> list() #> #> $`anaplastic large cell lymphoma`$value #> [1] "anaplastic large cell lymphoma" #> #> #> $`anaplastic large cell lymphoma` #> $`anaplastic large cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050744" #> #> $`anaplastic large cell lymphoma`$`_id` #> [1] "DOID_0050744<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`anaplastic large cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`anaplastic large cell lymphoma`$publicGeneCount #> [1] 6 #> #> $`anaplastic large cell lymphoma`$urlId #> [1] "DOID_0050744" #> #> $`anaplastic large cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`anaplastic large cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`anaplastic large cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`anaplastic large cell lymphoma`$children #> list() #> #> $`anaplastic large cell lymphoma`$value #> [1] "anaplastic large cell lymphoma" #> #> #> $`anaplastic large cell lymphoma` #> $`anaplastic large cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050744" #> #> $`anaplastic large cell lymphoma`$`_id` #> [1] "DOID_0050744<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`anaplastic large cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`anaplastic large cell lymphoma`$publicGeneCount #> [1] 6 #> #> $`anaplastic large cell lymphoma`$urlId #> [1] "DOID_0050744" #> #> $`anaplastic large cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`anaplastic large cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`anaplastic large cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`anaplastic large cell lymphoma`$children #> list() #> #> $`anaplastic large cell lymphoma`$value #> [1] "anaplastic large cell lymphoma" #> #> #> $`anaplastic large cell lymphoma` #> $`anaplastic large cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050744" #> #> $`anaplastic large cell lymphoma`$`_id` #> [1] "DOID_0050744<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`anaplastic large cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`anaplastic large cell lymphoma`$publicGeneCount #> [1] 6 #> #> $`anaplastic large cell lymphoma`$urlId #> [1] "DOID_0050744" #> #> $`anaplastic large cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`anaplastic large cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`anaplastic large cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`anaplastic large cell lymphoma`$children #> list() #> #> $`anaplastic large cell lymphoma`$value #> [1] "anaplastic large cell lymphoma" #> #> #> $`anaplastic large cell lymphoma` #> $`anaplastic large cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050744" #> #> $`anaplastic large cell lymphoma`$`_id` #> [1] "DOID_0050744<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`anaplastic large cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`anaplastic large cell lymphoma`$publicGeneCount #> [1] 6 #> #> $`anaplastic large cell lymphoma`$urlId #> [1] "DOID_0050744" #> #> $`anaplastic large cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`anaplastic large cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`anaplastic large cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`anaplastic large cell lymphoma`$children #> list() #> #> $`anaplastic large cell lymphoma`$value #> [1] "anaplastic large cell lymphoma" #> #> #> $`Anaplastic thyroid carcinoma` #> $`Anaplastic thyroid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011779" #> #> $`Anaplastic thyroid carcinoma`$`_id` #> [1] "HP_0011779<HP_0002890<HP_0100031<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Anaplastic thyroid carcinoma`$privateGeneCount #> [1] 0 #> #> $`Anaplastic thyroid carcinoma`$publicGeneCount #> [1] 2 #> #> $`Anaplastic thyroid carcinoma`$urlId #> [1] "HP_0011779" #> #> $`Anaplastic thyroid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`Anaplastic thyroid carcinoma`$`_parent` #> [1] "HP_0002890<HP_0100031<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Anaplastic thyroid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`Anaplastic thyroid carcinoma`$children #> list() #> #> $`Anaplastic thyroid carcinoma`$value #> [1] "Anaplastic thyroid carcinoma" #> #> #> $`Anaplastic thyroid carcinoma` #> $`Anaplastic thyroid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011779" #> #> $`Anaplastic thyroid carcinoma`$`_id` #> [1] "HP_0011779<HP_0002890<HP_0100031<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Anaplastic thyroid carcinoma`$privateGeneCount #> [1] 0 #> #> $`Anaplastic thyroid carcinoma`$publicGeneCount #> [1] 2 #> #> $`Anaplastic thyroid carcinoma`$urlId #> [1] "HP_0011779" #> #> $`Anaplastic thyroid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`Anaplastic thyroid carcinoma`$`_parent` #> [1] "HP_0002890<HP_0100031<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Anaplastic thyroid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`Anaplastic thyroid carcinoma`$children #> list() #> #> $`Anaplastic thyroid carcinoma`$value #> [1] "Anaplastic thyroid carcinoma" #> #> #> $`anauxetic dysplasia 1` #> $`anauxetic dysplasia 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050640" #> #> $`anauxetic dysplasia 1`$`_id` #> [1] "DOID_0050640<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`anauxetic dysplasia 1`$privateGeneCount #> [1] 0 #> #> $`anauxetic dysplasia 1`$publicGeneCount #> [1] 1 #> #> $`anauxetic dysplasia 1`$urlId #> [1] "DOID_0050640" #> #> $`anauxetic dysplasia 1`$dbPhenotype #> [1] TRUE #> #> $`anauxetic dysplasia 1`$`_parent` #> [1] "DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`anauxetic dysplasia 1`$`_is_leaf` #> [1] TRUE #> #> $`anauxetic dysplasia 1`$children #> list() #> #> $`anauxetic dysplasia 1`$value #> [1] "anauxetic dysplasia 1" #> #> #> $`anauxetic dysplasia 1` #> $`anauxetic dysplasia 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050640" #> #> $`anauxetic dysplasia 1`$`_id` #> [1] "DOID_0050640<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`anauxetic dysplasia 1`$privateGeneCount #> [1] 0 #> #> $`anauxetic dysplasia 1`$publicGeneCount #> [1] 1 #> #> $`anauxetic dysplasia 1`$urlId #> [1] "DOID_0050640" #> #> $`anauxetic dysplasia 1`$dbPhenotype #> [1] TRUE #> #> $`anauxetic dysplasia 1`$`_parent` #> [1] "DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`anauxetic dysplasia 1`$`_is_leaf` #> [1] TRUE #> #> $`anauxetic dysplasia 1`$children #> list() #> #> $`anauxetic dysplasia 1`$value #> [1] "anauxetic dysplasia 1" #> #> #> $`Andersen-Tawil syndrome` #> $`Andersen-Tawil syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050434" #> #> $`Andersen-Tawil syndrome`$`_id` #> [1] "DOID_0050434<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Andersen-Tawil syndrome`$privateGeneCount #> [1] 0 #> #> $`Andersen-Tawil syndrome`$publicGeneCount #> [1] 1 #> #> $`Andersen-Tawil syndrome`$urlId #> [1] "DOID_0050434" #> #> $`Andersen-Tawil syndrome`$dbPhenotype #> [1] TRUE #> #> $`Andersen-Tawil syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Andersen-Tawil syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Andersen-Tawil syndrome`$children #> list() #> #> $`Andersen-Tawil syndrome`$value #> [1] "Andersen-Tawil syndrome" #> #> #> $`Andersen-Tawil syndrome` #> $`Andersen-Tawil syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050434" #> #> $`Andersen-Tawil syndrome`$`_id` #> [1] "DOID_0050434<DOID_2843<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`Andersen-Tawil syndrome`$privateGeneCount #> [1] 0 #> #> $`Andersen-Tawil syndrome`$publicGeneCount #> [1] 1 #> #> $`Andersen-Tawil syndrome`$urlId #> [1] "DOID_0050434" #> #> $`Andersen-Tawil syndrome`$dbPhenotype #> [1] TRUE #> #> $`Andersen-Tawil syndrome`$`_parent` #> [1] "DOID_2843<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`Andersen-Tawil syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Andersen-Tawil syndrome`$children #> list() #> #> $`Andersen-Tawil syndrome`$value #> [1] "Andersen-Tawil syndrome" #> #> #> $`androgen insensitivity syndrome` #> $`androgen insensitivity syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4674" #> #> $`androgen insensitivity syndrome`$`_id` #> [1] "DOID_4674<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`androgen insensitivity syndrome`$privateGeneCount #> [1] 0 #> #> $`androgen insensitivity syndrome`$publicGeneCount #> [1] 2 #> #> $`androgen insensitivity syndrome`$urlId #> [1] "DOID_4674" #> #> $`androgen insensitivity syndrome`$dbPhenotype #> [1] TRUE #> #> $`androgen insensitivity syndrome`$`_parent` #> [1] "DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`androgen insensitivity syndrome`$`_is_leaf` #> [1] TRUE #> #> $`androgen insensitivity syndrome`$children #> list() #> #> $`androgen insensitivity syndrome`$value #> [1] "androgen insensitivity syndrome" #> #> #> $anemia #> $anemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2355" #> #> $anemia$`_id` #> [1] "DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $anemia$privateGeneCount #> [1] 0 #> #> $anemia$publicGeneCount #> [1] 126 #> #> $anemia$urlId #> [1] "DOID_2355" #> #> $anemia$dbPhenotype #> [1] TRUE #> #> $anemia$`_parent` #> [1] "DOID_74<DOID_7<DOID_4" #> #> $anemia$`_is_leaf` #> [1] FALSE #> #> $anemia$children #> $anemia$children[[1]] #> [1] "DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $anemia$children[[2]] #> [1] "DOID_11759<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $anemia$children[[3]] #> [1] "DOID_2361<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $anemia$children[[4]] #> [1] "DOID_11252<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $anemia$children[[5]] #> [1] "DOID_11244<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $anemia$children[[6]] #> [1] "DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $anemia$children[[7]] #> [1] "DOID_12450<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $anemia$value #> [1] "anemia" #> #> #> $Anemia #> $Anemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001903" #> #> $Anemia$`_id` #> [1] "HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Anemia$privateGeneCount #> [1] 0 #> #> $Anemia$publicGeneCount #> [1] 4 #> #> $Anemia$urlId #> [1] "HP_0001903" #> #> $Anemia$dbPhenotype #> [1] FALSE #> #> $Anemia$`_parent` #> [1] "HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Anemia$`_is_leaf` #> [1] FALSE #> #> $Anemia$children #> $Anemia$children[[1]] #> [1] "HP_0011895<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Anemia$children[[2]] #> [1] "HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> #> $Anemia$value #> [1] "Anemia" #> #> #> $`Anemia due to reduced life span of red cells` #> $`Anemia due to reduced life span of red cells`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011895" #> #> $`Anemia due to reduced life span of red cells`$`_id` #> [1] "HP_0011895<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Anemia due to reduced life span of red cells`$privateGeneCount #> [1] 0 #> #> $`Anemia due to reduced life span of red cells`$publicGeneCount #> [1] 3 #> #> $`Anemia due to reduced life span of red cells`$urlId #> [1] "HP_0011895" #> #> $`Anemia due to reduced life span of red cells`$dbPhenotype #> [1] FALSE #> #> $`Anemia due to reduced life span of red cells`$`_parent` #> [1] "HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Anemia due to reduced life span of red cells`$`_is_leaf` #> [1] FALSE #> #> $`Anemia due to reduced life span of red cells`$children #> $`Anemia due to reduced life span of red cells`$children[[1]] #> [1] "HP_0001878<HP_0011895<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Anemia due to reduced life span of red cells`$value #> [1] "Anemia due to reduced life span of red cells" #> #> #> $`Anemia of inadequate production` #> $`Anemia of inadequate production`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010972" #> #> $`Anemia of inadequate production`$`_id` #> [1] "HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Anemia of inadequate production`$privateGeneCount #> [1] 0 #> #> $`Anemia of inadequate production`$publicGeneCount #> [1] 1 #> #> $`Anemia of inadequate production`$urlId #> [1] "HP_0010972" #> #> $`Anemia of inadequate production`$dbPhenotype #> [1] FALSE #> #> $`Anemia of inadequate production`$`_parent` #> [1] "HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Anemia of inadequate production`$`_is_leaf` #> [1] FALSE #> #> $`Anemia of inadequate production`$children #> $`Anemia of inadequate production`$children[[1]] #> [1] "HP_0001972<HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Anemia of inadequate production`$value #> [1] "Anemia of inadequate production" #> #> #> $Anencephaly #> $Anencephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002323" #> #> $Anencephaly$`_id` #> [1] "HP_0002323<HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Anencephaly$privateGeneCount #> [1] 0 #> #> $Anencephaly$publicGeneCount #> [1] 1 #> #> $Anencephaly$urlId #> [1] "HP_0002323" #> #> $Anencephaly$dbPhenotype #> [1] TRUE #> #> $Anencephaly$`_parent` #> [1] "HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Anencephaly$`_is_leaf` #> [1] TRUE #> #> $Anencephaly$children #> list() #> #> $Anencephaly$value #> [1] "Anencephaly" #> #> #> $Anencephaly #> $Anencephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002323" #> #> $Anencephaly$`_id` #> [1] "HP_0002323<HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Anencephaly$privateGeneCount #> [1] 0 #> #> $Anencephaly$publicGeneCount #> [1] 1 #> #> $Anencephaly$urlId #> [1] "HP_0002323" #> #> $Anencephaly$dbPhenotype #> [1] TRUE #> #> $Anencephaly$`_parent` #> [1] "HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Anencephaly$`_is_leaf` #> [1] TRUE #> #> $Anencephaly$children #> list() #> #> $Anencephaly$value #> [1] "Anencephaly" #> #> #> $`Angelman syndrome` #> $`Angelman syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1932" #> #> $`Angelman syndrome`$`_id` #> [1] "DOID_1932<DOID_225<DOID_4" #> #> $`Angelman syndrome`$privateGeneCount #> [1] 0 #> #> $`Angelman syndrome`$publicGeneCount #> [1] 5 #> #> $`Angelman syndrome`$urlId #> [1] "DOID_1932" #> #> $`Angelman syndrome`$dbPhenotype #> [1] TRUE #> #> $`Angelman syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Angelman syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Angelman syndrome`$children #> list() #> #> $`Angelman syndrome`$value #> [1] "Angelman syndrome" #> #> #> $`Angina pectoris` #> $`Angina pectoris`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001681" #> #> $`Angina pectoris`$`_id` #> [1] "HP_0001681<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Angina pectoris`$privateGeneCount #> [1] 0 #> #> $`Angina pectoris`$publicGeneCount #> [1] 50 #> #> $`Angina pectoris`$urlId #> [1] "HP_0001681" #> #> $`Angina pectoris`$dbPhenotype #> [1] TRUE #> #> $`Angina pectoris`$`_parent` #> [1] "HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Angina pectoris`$`_is_leaf` #> [1] TRUE #> #> $`Angina pectoris`$children #> list() #> #> $`Angina pectoris`$value #> [1] "Angina pectoris" #> #> #> $angioedema #> $angioedema$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1558" #> #> $angioedema$`_id` #> [1] "DOID_1558<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $angioedema$privateGeneCount #> [1] 0 #> #> $angioedema$publicGeneCount #> [1] 10 #> #> $angioedema$urlId #> [1] "DOID_1558" #> #> $angioedema$dbPhenotype #> [1] TRUE #> #> $angioedema$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $angioedema$`_is_leaf` #> [1] FALSE #> #> $angioedema$children #> $angioedema$children[[1]] #> [1] "DOID_14735<DOID_1558<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $angioedema$value #> [1] "angioedema" #> #> #> $angiokeratoma #> $angiokeratoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_479" #> #> $angiokeratoma$`_id` #> [1] "DOID_479<DOID_471<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $angiokeratoma$privateGeneCount #> [1] 0 #> #> $angiokeratoma$publicGeneCount #> [1] 2 #> #> $angiokeratoma$urlId #> [1] "DOID_479" #> #> $angiokeratoma$dbPhenotype #> [1] TRUE #> #> $angiokeratoma$`_parent` #> [1] "DOID_471<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $angiokeratoma$`_is_leaf` #> [1] TRUE #> #> $angiokeratoma$children #> list() #> #> $angiokeratoma$value #> [1] "angiokeratoma" #> #> #> $angiokeratoma #> $angiokeratoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_479" #> #> $angiokeratoma$`_id` #> [1] "DOID_479<DOID_471<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $angiokeratoma$privateGeneCount #> [1] 0 #> #> $angiokeratoma$publicGeneCount #> [1] 2 #> #> $angiokeratoma$urlId #> [1] "DOID_479" #> #> $angiokeratoma$dbPhenotype #> [1] TRUE #> #> $angiokeratoma$`_parent` #> [1] "DOID_471<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $angiokeratoma$`_is_leaf` #> [1] TRUE #> #> $angiokeratoma$children #> list() #> #> $angiokeratoma$value #> [1] "angiokeratoma" #> #> #> $angiokeratoma #> $angiokeratoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_479" #> #> $angiokeratoma$`_id` #> [1] "DOID_479<DOID_471<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $angiokeratoma$privateGeneCount #> [1] 0 #> #> $angiokeratoma$publicGeneCount #> [1] 2 #> #> $angiokeratoma$urlId #> [1] "DOID_479" #> #> $angiokeratoma$dbPhenotype #> [1] TRUE #> #> $angiokeratoma$`_parent` #> [1] "DOID_471<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $angiokeratoma$`_is_leaf` #> [1] TRUE #> #> $angiokeratoma$children #> list() #> #> $angiokeratoma$value #> [1] "angiokeratoma" #> #> #> $angiokeratoma #> $angiokeratoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_479" #> #> $angiokeratoma$`_id` #> [1] "DOID_479<DOID_471<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $angiokeratoma$privateGeneCount #> [1] 0 #> #> $angiokeratoma$publicGeneCount #> [1] 2 #> #> $angiokeratoma$urlId #> [1] "DOID_479" #> #> $angiokeratoma$dbPhenotype #> [1] TRUE #> #> $angiokeratoma$`_parent` #> [1] "DOID_471<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $angiokeratoma$`_is_leaf` #> [1] TRUE #> #> $angiokeratoma$children #> list() #> #> $angiokeratoma$value #> [1] "angiokeratoma" #> #> #> $angiokeratoma #> $angiokeratoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_479" #> #> $angiokeratoma$`_id` #> [1] "DOID_479<DOID_471<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $angiokeratoma$privateGeneCount #> [1] 0 #> #> $angiokeratoma$publicGeneCount #> [1] 2 #> #> $angiokeratoma$urlId #> [1] "DOID_479" #> #> $angiokeratoma$dbPhenotype #> [1] TRUE #> #> $angiokeratoma$`_parent` #> [1] "DOID_471<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $angiokeratoma$`_is_leaf` #> [1] TRUE #> #> $angiokeratoma$children #> list() #> #> $angiokeratoma$value #> [1] "angiokeratoma" #> #> #> $angiokeratoma #> $angiokeratoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_479" #> #> $angiokeratoma$`_id` #> [1] "DOID_479<DOID_471<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $angiokeratoma$privateGeneCount #> [1] 0 #> #> $angiokeratoma$publicGeneCount #> [1] 2 #> #> $angiokeratoma$urlId #> [1] "DOID_479" #> #> $angiokeratoma$dbPhenotype #> [1] TRUE #> #> $angiokeratoma$`_parent` #> [1] "DOID_471<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $angiokeratoma$`_is_leaf` #> [1] TRUE #> #> $angiokeratoma$children #> list() #> #> $angiokeratoma$value #> [1] "angiokeratoma" #> #> #> $angiokeratoma #> $angiokeratoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_479" #> #> $angiokeratoma$`_id` #> [1] "DOID_479<DOID_471<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $angiokeratoma$privateGeneCount #> [1] 0 #> #> $angiokeratoma$publicGeneCount #> [1] 2 #> #> $angiokeratoma$urlId #> [1] "DOID_479" #> #> $angiokeratoma$dbPhenotype #> [1] TRUE #> #> $angiokeratoma$`_parent` #> [1] "DOID_471<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $angiokeratoma$`_is_leaf` #> [1] TRUE #> #> $angiokeratoma$children #> list() #> #> $angiokeratoma$value #> [1] "angiokeratoma" #> #> #> $`angioma serpiginosum` #> $`angioma serpiginosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4028" #> #> $`angioma serpiginosum`$`_id` #> [1] "DOID_4028<DOID_471<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`angioma serpiginosum`$privateGeneCount #> [1] 0 #> #> $`angioma serpiginosum`$publicGeneCount #> [1] 1 #> #> $`angioma serpiginosum`$urlId #> [1] "DOID_4028" #> #> $`angioma serpiginosum`$dbPhenotype #> [1] TRUE #> #> $`angioma serpiginosum`$`_parent` #> [1] "DOID_471<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`angioma serpiginosum`$`_is_leaf` #> [1] TRUE #> #> $`angioma serpiginosum`$children #> list() #> #> $`angioma serpiginosum`$value #> [1] "angioma serpiginosum" #> #> #> $`angioma serpiginosum` #> $`angioma serpiginosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4028" #> #> $`angioma serpiginosum`$`_id` #> [1] "DOID_4028<DOID_471<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`angioma serpiginosum`$privateGeneCount #> [1] 0 #> #> $`angioma serpiginosum`$publicGeneCount #> [1] 1 #> #> $`angioma serpiginosum`$urlId #> [1] "DOID_4028" #> #> $`angioma serpiginosum`$dbPhenotype #> [1] TRUE #> #> $`angioma serpiginosum`$`_parent` #> [1] "DOID_471<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`angioma serpiginosum`$`_is_leaf` #> [1] TRUE #> #> $`angioma serpiginosum`$children #> list() #> #> $`angioma serpiginosum`$value #> [1] "angioma serpiginosum" #> #> #> $`angioma serpiginosum` #> $`angioma serpiginosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4028" #> #> $`angioma serpiginosum`$`_id` #> [1] "DOID_4028<DOID_471<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`angioma serpiginosum`$privateGeneCount #> [1] 0 #> #> $`angioma serpiginosum`$publicGeneCount #> [1] 1 #> #> $`angioma serpiginosum`$urlId #> [1] "DOID_4028" #> #> $`angioma serpiginosum`$dbPhenotype #> [1] TRUE #> #> $`angioma serpiginosum`$`_parent` #> [1] "DOID_471<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`angioma serpiginosum`$`_is_leaf` #> [1] TRUE #> #> $`angioma serpiginosum`$children #> list() #> #> $`angioma serpiginosum`$value #> [1] "angioma serpiginosum" #> #> #> $`angioma serpiginosum` #> $`angioma serpiginosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4028" #> #> $`angioma serpiginosum`$`_id` #> [1] "DOID_4028<DOID_471<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`angioma serpiginosum`$privateGeneCount #> [1] 0 #> #> $`angioma serpiginosum`$publicGeneCount #> [1] 1 #> #> $`angioma serpiginosum`$urlId #> [1] "DOID_4028" #> #> $`angioma serpiginosum`$dbPhenotype #> [1] TRUE #> #> $`angioma serpiginosum`$`_parent` #> [1] "DOID_471<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`angioma serpiginosum`$`_is_leaf` #> [1] TRUE #> #> $`angioma serpiginosum`$children #> list() #> #> $`angioma serpiginosum`$value #> [1] "angioma serpiginosum" #> #> #> $`angioma serpiginosum` #> $`angioma serpiginosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4028" #> #> $`angioma serpiginosum`$`_id` #> [1] "DOID_4028<DOID_471<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`angioma serpiginosum`$privateGeneCount #> [1] 0 #> #> $`angioma serpiginosum`$publicGeneCount #> [1] 1 #> #> $`angioma serpiginosum`$urlId #> [1] "DOID_4028" #> #> $`angioma serpiginosum`$dbPhenotype #> [1] TRUE #> #> $`angioma serpiginosum`$`_parent` #> [1] "DOID_471<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`angioma serpiginosum`$`_is_leaf` #> [1] TRUE #> #> $`angioma serpiginosum`$children #> list() #> #> $`angioma serpiginosum`$value #> [1] "angioma serpiginosum" #> #> #> $`angioma serpiginosum` #> $`angioma serpiginosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4028" #> #> $`angioma serpiginosum`$`_id` #> [1] "DOID_4028<DOID_471<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`angioma serpiginosum`$privateGeneCount #> [1] 0 #> #> $`angioma serpiginosum`$publicGeneCount #> [1] 1 #> #> $`angioma serpiginosum`$urlId #> [1] "DOID_4028" #> #> $`angioma serpiginosum`$dbPhenotype #> [1] TRUE #> #> $`angioma serpiginosum`$`_parent` #> [1] "DOID_471<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`angioma serpiginosum`$`_is_leaf` #> [1] TRUE #> #> $`angioma serpiginosum`$children #> list() #> #> $`angioma serpiginosum`$value #> [1] "angioma serpiginosum" #> #> #> $`angioma serpiginosum` #> $`angioma serpiginosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4028" #> #> $`angioma serpiginosum`$`_id` #> [1] "DOID_4028<DOID_471<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`angioma serpiginosum`$privateGeneCount #> [1] 0 #> #> $`angioma serpiginosum`$publicGeneCount #> [1] 1 #> #> $`angioma serpiginosum`$urlId #> [1] "DOID_4028" #> #> $`angioma serpiginosum`$dbPhenotype #> [1] TRUE #> #> $`angioma serpiginosum`$`_parent` #> [1] "DOID_471<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`angioma serpiginosum`$`_is_leaf` #> [1] TRUE #> #> $`angioma serpiginosum`$children #> list() #> #> $`angioma serpiginosum`$value #> [1] "angioma serpiginosum" #> #> #> $`angiomatous meningioma` #> $`angiomatous meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6548" #> #> $`angiomatous meningioma`$`_id` #> [1] "DOID_6548<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`angiomatous meningioma`$privateGeneCount #> [1] 0 #> #> $`angiomatous meningioma`$publicGeneCount #> [1] 16 #> #> $`angiomatous meningioma`$urlId #> [1] "DOID_6548" #> #> $`angiomatous meningioma`$dbPhenotype #> [1] TRUE #> #> $`angiomatous meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`angiomatous meningioma`$`_is_leaf` #> [1] TRUE #> #> $`angiomatous meningioma`$children #> list() #> #> $`angiomatous meningioma`$value #> [1] "angiomatous meningioma" #> #> #> $`angiomatous meningioma` #> $`angiomatous meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6548" #> #> $`angiomatous meningioma`$`_id` #> [1] "DOID_6548<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`angiomatous meningioma`$privateGeneCount #> [1] 0 #> #> $`angiomatous meningioma`$publicGeneCount #> [1] 16 #> #> $`angiomatous meningioma`$urlId #> [1] "DOID_6548" #> #> $`angiomatous meningioma`$dbPhenotype #> [1] TRUE #> #> $`angiomatous meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`angiomatous meningioma`$`_is_leaf` #> [1] TRUE #> #> $`angiomatous meningioma`$children #> list() #> #> $`angiomatous meningioma`$value #> [1] "angiomatous meningioma" #> #> #> $`angiomatous meningioma` #> $`angiomatous meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6548" #> #> $`angiomatous meningioma`$`_id` #> [1] "DOID_6548<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`angiomatous meningioma`$privateGeneCount #> [1] 0 #> #> $`angiomatous meningioma`$publicGeneCount #> [1] 16 #> #> $`angiomatous meningioma`$urlId #> [1] "DOID_6548" #> #> $`angiomatous meningioma`$dbPhenotype #> [1] TRUE #> #> $`angiomatous meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`angiomatous meningioma`$`_is_leaf` #> [1] TRUE #> #> $`angiomatous meningioma`$children #> list() #> #> $`angiomatous meningioma`$value #> [1] "angiomatous meningioma" #> #> #> $angiomyolipoma #> $angiomyolipoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3314" #> #> $angiomyolipoma$`_id` #> [1] "DOID_3314<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $angiomyolipoma$privateGeneCount #> [1] 0 #> #> $angiomyolipoma$publicGeneCount #> [1] 44 #> #> $angiomyolipoma$urlId #> [1] "DOID_3314" #> #> $angiomyolipoma$dbPhenotype #> [1] TRUE #> #> $angiomyolipoma$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $angiomyolipoma$`_is_leaf` #> [1] FALSE #> #> $angiomyolipoma$children #> $angiomyolipoma$children[[1]] #> [1] "DOID_2645<DOID_3314<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $angiomyolipoma$value #> [1] "angiomyolipoma" #> #> #> $angiosarcoma #> $angiosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0001816" #> #> $angiosarcoma$`_id` #> [1] "DOID_0001816<DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $angiosarcoma$privateGeneCount #> [1] 0 #> #> $angiosarcoma$publicGeneCount #> [1] 19 #> #> $angiosarcoma$urlId #> [1] "DOID_0001816" #> #> $angiosarcoma$dbPhenotype #> [1] TRUE #> #> $angiosarcoma$`_parent` #> [1] "DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $angiosarcoma$`_is_leaf` #> [1] TRUE #> #> $angiosarcoma$children #> list() #> #> $angiosarcoma$value #> [1] "angiosarcoma" #> #> #> $angiosarcoma #> $angiosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0001816" #> #> $angiosarcoma$`_id` #> [1] "DOID_0001816<DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $angiosarcoma$privateGeneCount #> [1] 0 #> #> $angiosarcoma$publicGeneCount #> [1] 19 #> #> $angiosarcoma$urlId #> [1] "DOID_0001816" #> #> $angiosarcoma$dbPhenotype #> [1] TRUE #> #> $angiosarcoma$`_parent` #> [1] "DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $angiosarcoma$`_is_leaf` #> [1] TRUE #> #> $angiosarcoma$children #> list() #> #> $angiosarcoma$value #> [1] "angiosarcoma" #> #> #> $angiosarcoma #> $angiosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0001816" #> #> $angiosarcoma$`_id` #> [1] "DOID_0001816<DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $angiosarcoma$privateGeneCount #> [1] 0 #> #> $angiosarcoma$publicGeneCount #> [1] 19 #> #> $angiosarcoma$urlId #> [1] "DOID_0001816" #> #> $angiosarcoma$dbPhenotype #> [1] TRUE #> #> $angiosarcoma$`_parent` #> [1] "DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $angiosarcoma$`_is_leaf` #> [1] TRUE #> #> $angiosarcoma$children #> list() #> #> $angiosarcoma$value #> [1] "angiosarcoma" #> #> #> $`angle-closure glaucoma` #> $`angle-closure glaucoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13550" #> #> $`angle-closure glaucoma`$`_id` #> [1] "DOID_13550<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`angle-closure glaucoma`$privateGeneCount #> [1] 0 #> #> $`angle-closure glaucoma`$publicGeneCount #> [1] 13 #> #> $`angle-closure glaucoma`$urlId #> [1] "DOID_13550" #> #> $`angle-closure glaucoma`$dbPhenotype #> [1] TRUE #> #> $`angle-closure glaucoma`$`_parent` #> [1] "DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`angle-closure glaucoma`$`_is_leaf` #> [1] TRUE #> #> $`angle-closure glaucoma`$children #> list() #> #> $`angle-closure glaucoma`$value #> [1] "angle-closure glaucoma" #> #> #> $anhidrosis #> $anhidrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11156" #> #> $anhidrosis$`_id` #> [1] "DOID_11156<DOID_11155<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $anhidrosis$privateGeneCount #> [1] 0 #> #> $anhidrosis$publicGeneCount #> [1] 1 #> #> $anhidrosis$urlId #> [1] "DOID_11156" #> #> $anhidrosis$dbPhenotype #> [1] TRUE #> #> $anhidrosis$`_parent` #> [1] "DOID_11155<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $anhidrosis$`_is_leaf` #> [1] TRUE #> #> $anhidrosis$children #> list() #> #> $anhidrosis$value #> [1] "anhidrosis" #> #> #> $aniridia #> $aniridia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12271" #> #> $aniridia$`_id` #> [1] "DOID_12271<DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $aniridia$privateGeneCount #> [1] 0 #> #> $aniridia$publicGeneCount #> [1] 2 #> #> $aniridia$urlId #> [1] "DOID_12271" #> #> $aniridia$dbPhenotype #> [1] TRUE #> #> $aniridia$`_parent` #> [1] "DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $aniridia$`_is_leaf` #> [1] TRUE #> #> $aniridia$children #> list() #> #> $aniridia$value #> [1] "aniridia" #> #> #> $anisometropia #> $anisometropia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12273" #> #> $anisometropia$`_id` #> [1] "DOID_12273<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $anisometropia$privateGeneCount #> [1] 0 #> #> $anisometropia$publicGeneCount #> [1] 1 #> #> $anisometropia$urlId #> [1] "DOID_12273" #> #> $anisometropia$dbPhenotype #> [1] TRUE #> #> $anisometropia$`_parent` #> [1] "DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $anisometropia$`_is_leaf` #> [1] TRUE #> #> $anisometropia$children #> list() #> #> $anisometropia$value #> [1] "anisometropia" #> #> #> $`ankylosing spondylitis` #> $`ankylosing spondylitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7147" #> #> $`ankylosing spondylitis`$`_id` #> [1] "DOID_7147<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`ankylosing spondylitis`$privateGeneCount #> [1] 0 #> #> $`ankylosing spondylitis`$publicGeneCount #> [1] 34 #> #> $`ankylosing spondylitis`$urlId #> [1] "DOID_7147" #> #> $`ankylosing spondylitis`$dbPhenotype #> [1] TRUE #> #> $`ankylosing spondylitis`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`ankylosing spondylitis`$`_is_leaf` #> [1] TRUE #> #> $`ankylosing spondylitis`$children #> list() #> #> $`ankylosing spondylitis`$value #> [1] "ankylosing spondylitis" #> #> #> $`ankylosing spondylitis` #> $`ankylosing spondylitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7147" #> #> $`ankylosing spondylitis`$`_id` #> [1] "DOID_7147<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`ankylosing spondylitis`$privateGeneCount #> [1] 0 #> #> $`ankylosing spondylitis`$publicGeneCount #> [1] 34 #> #> $`ankylosing spondylitis`$urlId #> [1] "DOID_7147" #> #> $`ankylosing spondylitis`$dbPhenotype #> [1] TRUE #> #> $`ankylosing spondylitis`$`_parent` #> [1] "DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`ankylosing spondylitis`$`_is_leaf` #> [1] TRUE #> #> $`ankylosing spondylitis`$children #> list() #> #> $`ankylosing spondylitis`$value #> [1] "ankylosing spondylitis" #> #> #> $ankylosis #> $ankylosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_227" #> #> $ankylosis$`_id` #> [1] "DOID_227<DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $ankylosis$privateGeneCount #> [1] 0 #> #> $ankylosis$publicGeneCount #> [1] 2 #> #> $ankylosis$urlId #> [1] "DOID_227" #> #> $ankylosis$dbPhenotype #> [1] TRUE #> #> $ankylosis$`_parent` #> [1] "DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $ankylosis$`_is_leaf` #> [1] TRUE #> #> $ankylosis$children #> list() #> #> $ankylosis$value #> [1] "ankylosis" #> #> #> $anodontia #> $anodontia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13714" #> #> $anodontia$`_id` #> [1] "DOID_13714<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $anodontia$privateGeneCount #> [1] 0 #> #> $anodontia$publicGeneCount #> [1] 4 #> #> $anodontia$urlId #> [1] "DOID_13714" #> #> $anodontia$dbPhenotype #> [1] TRUE #> #> $anodontia$`_parent` #> [1] "DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $anodontia$`_is_leaf` #> [1] TRUE #> #> $anodontia$children #> list() #> #> $anodontia$value #> [1] "anodontia" #> #> #> $`anogenital venereal wart` #> $`anogenital venereal wart`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11168" #> #> $`anogenital venereal wart`$`_id` #> [1] "DOID_11168<DOID_10883<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`anogenital venereal wart`$privateGeneCount #> [1] 0 #> #> $`anogenital venereal wart`$publicGeneCount #> [1] 3 #> #> $`anogenital venereal wart`$urlId #> [1] "DOID_11168" #> #> $`anogenital venereal wart`$dbPhenotype #> [1] TRUE #> #> $`anogenital venereal wart`$`_parent` #> [1] "DOID_10883<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`anogenital venereal wart`$`_is_leaf` #> [1] TRUE #> #> $`anogenital venereal wart`$children #> list() #> #> $`anogenital venereal wart`$value #> [1] "anogenital venereal wart" #> #> #> $`anogenital venereal wart` #> $`anogenital venereal wart`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11168" #> #> $`anogenital venereal wart`$`_id` #> [1] "DOID_11168<DOID_10883<DOID_934<DOID_0050117<DOID_4" #> #> $`anogenital venereal wart`$privateGeneCount #> [1] 0 #> #> $`anogenital venereal wart`$publicGeneCount #> [1] 3 #> #> $`anogenital venereal wart`$urlId #> [1] "DOID_11168" #> #> $`anogenital venereal wart`$dbPhenotype #> [1] TRUE #> #> $`anogenital venereal wart`$`_parent` #> [1] "DOID_10883<DOID_934<DOID_0050117<DOID_4" #> #> $`anogenital venereal wart`$`_is_leaf` #> [1] TRUE #> #> $`anogenital venereal wart`$children #> list() #> #> $`anogenital venereal wart`$value #> [1] "anogenital venereal wart" #> #> #> $`anogenital venereal wart` #> $`anogenital venereal wart`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11168" #> #> $`anogenital venereal wart`$`_id` #> [1] "DOID_11168<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`anogenital venereal wart`$privateGeneCount #> [1] 0 #> #> $`anogenital venereal wart`$publicGeneCount #> [1] 3 #> #> $`anogenital venereal wart`$urlId #> [1] "DOID_11168" #> #> $`anogenital venereal wart`$dbPhenotype #> [1] TRUE #> #> $`anogenital venereal wart`$`_parent` #> [1] "DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`anogenital venereal wart`$`_is_leaf` #> [1] TRUE #> #> $`anogenital venereal wart`$children #> list() #> #> $`anogenital venereal wart`$value #> [1] "anogenital venereal wart" #> #> #> $`anogenital venereal wart` #> $`anogenital venereal wart`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11168" #> #> $`anogenital venereal wart`$`_id` #> [1] "DOID_11168<DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`anogenital venereal wart`$privateGeneCount #> [1] 0 #> #> $`anogenital venereal wart`$publicGeneCount #> [1] 3 #> #> $`anogenital venereal wart`$urlId #> [1] "DOID_11168" #> #> $`anogenital venereal wart`$dbPhenotype #> [1] TRUE #> #> $`anogenital venereal wart`$`_parent` #> [1] "DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`anogenital venereal wart`$`_is_leaf` #> [1] TRUE #> #> $`anogenital venereal wart`$children #> list() #> #> $`anogenital venereal wart`$value #> [1] "anogenital venereal wart" #> #> #> $`anogenital venereal wart` #> $`anogenital venereal wart`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11168" #> #> $`anogenital venereal wart`$`_id` #> [1] "DOID_11168<DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`anogenital venereal wart`$privateGeneCount #> [1] 0 #> #> $`anogenital venereal wart`$publicGeneCount #> [1] 3 #> #> $`anogenital venereal wart`$urlId #> [1] "DOID_11168" #> #> $`anogenital venereal wart`$dbPhenotype #> [1] TRUE #> #> $`anogenital venereal wart`$`_parent` #> [1] "DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`anogenital venereal wart`$`_is_leaf` #> [1] TRUE #> #> $`anogenital venereal wart`$children #> list() #> #> $`anogenital venereal wart`$value #> [1] "anogenital venereal wart" #> #> #> $`anogenital venereal wart` #> $`anogenital venereal wart`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11168" #> #> $`anogenital venereal wart`$`_id` #> [1] "DOID_11168<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anogenital venereal wart`$privateGeneCount #> [1] 0 #> #> $`anogenital venereal wart`$publicGeneCount #> [1] 3 #> #> $`anogenital venereal wart`$urlId #> [1] "DOID_11168" #> #> $`anogenital venereal wart`$dbPhenotype #> [1] TRUE #> #> $`anogenital venereal wart`$`_parent` #> [1] "DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anogenital venereal wart`$`_is_leaf` #> [1] TRUE #> #> $`anogenital venereal wart`$children #> list() #> #> $`anogenital venereal wart`$value #> [1] "anogenital venereal wart" #> #> #> $Anorexia #> $Anorexia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002039" #> #> $Anorexia$`_id` #> [1] "HP_0002039<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $Anorexia$privateGeneCount #> [1] 0 #> #> $Anorexia$publicGeneCount #> [1] 16 #> #> $Anorexia$urlId #> [1] "HP_0002039" #> #> $Anorexia$dbPhenotype #> [1] TRUE #> #> $Anorexia$`_parent` #> [1] "HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $Anorexia$`_is_leaf` #> [1] TRUE #> #> $Anorexia$children #> list() #> #> $Anorexia$value #> [1] "Anorexia" #> #> #> $`anorexia nervosa` #> $`anorexia nervosa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8689" #> #> $`anorexia nervosa`$`_id` #> [1] "DOID_8689<DOID_8670<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`anorexia nervosa`$privateGeneCount #> [1] 0 #> #> $`anorexia nervosa`$publicGeneCount #> [1] 14 #> #> $`anorexia nervosa`$urlId #> [1] "DOID_8689" #> #> $`anorexia nervosa`$dbPhenotype #> [1] TRUE #> #> $`anorexia nervosa`$`_parent` #> [1] "DOID_8670<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`anorexia nervosa`$`_is_leaf` #> [1] TRUE #> #> $`anorexia nervosa`$children #> list() #> #> $`anorexia nervosa`$value #> [1] "anorexia nervosa" #> #> #> $anovulation #> $anovulation$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3781" #> #> $anovulation$`_id` #> [1] "DOID_3781<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $anovulation$privateGeneCount #> [1] 0 #> #> $anovulation$publicGeneCount #> [1] 1 #> #> $anovulation$urlId #> [1] "DOID_3781" #> #> $anovulation$dbPhenotype #> [1] TRUE #> #> $anovulation$`_parent` #> [1] "DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $anovulation$`_is_leaf` #> [1] TRUE #> #> $anovulation$children #> list() #> #> $anovulation$value #> [1] "anovulation" #> #> #> $anovulation #> $anovulation$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3781" #> #> $anovulation$`_id` #> [1] "DOID_3781<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $anovulation$privateGeneCount #> [1] 0 #> #> $anovulation$publicGeneCount #> [1] 1 #> #> $anovulation$urlId #> [1] "DOID_3781" #> #> $anovulation$dbPhenotype #> [1] TRUE #> #> $anovulation$`_parent` #> [1] "DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $anovulation$`_is_leaf` #> [1] TRUE #> #> $anovulation$children #> list() #> #> $anovulation$value #> [1] "anovulation" #> #> #> $`anterior cranial fossa meningioma` #> $`anterior cranial fossa meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4436" #> #> $`anterior cranial fossa meningioma`$`_id` #> [1] "DOID_4436<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`anterior cranial fossa meningioma`$privateGeneCount #> [1] 0 #> #> $`anterior cranial fossa meningioma`$publicGeneCount #> [1] 16 #> #> $`anterior cranial fossa meningioma`$urlId #> [1] "DOID_4436" #> #> $`anterior cranial fossa meningioma`$dbPhenotype #> [1] FALSE #> #> $`anterior cranial fossa meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`anterior cranial fossa meningioma`$`_is_leaf` #> [1] FALSE #> #> $`anterior cranial fossa meningioma`$children #> $`anterior cranial fossa meningioma`$children[[1]] #> [1] "DOID_8057<DOID_4436<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`anterior cranial fossa meningioma`$value #> [1] "anterior cranial fossa meningioma" #> #> #> $`anterior cranial fossa meningioma` #> $`anterior cranial fossa meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4436" #> #> $`anterior cranial fossa meningioma`$`_id` #> [1] "DOID_4436<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`anterior cranial fossa meningioma`$privateGeneCount #> [1] 0 #> #> $`anterior cranial fossa meningioma`$publicGeneCount #> [1] 16 #> #> $`anterior cranial fossa meningioma`$urlId #> [1] "DOID_4436" #> #> $`anterior cranial fossa meningioma`$dbPhenotype #> [1] FALSE #> #> $`anterior cranial fossa meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`anterior cranial fossa meningioma`$`_is_leaf` #> [1] FALSE #> #> $`anterior cranial fossa meningioma`$children #> $`anterior cranial fossa meningioma`$children[[1]] #> [1] "DOID_8057<DOID_4436<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`anterior cranial fossa meningioma`$value #> [1] "anterior cranial fossa meningioma" #> #> #> $`anterior cranial fossa meningioma` #> $`anterior cranial fossa meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4436" #> #> $`anterior cranial fossa meningioma`$`_id` #> [1] "DOID_4436<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`anterior cranial fossa meningioma`$privateGeneCount #> [1] 0 #> #> $`anterior cranial fossa meningioma`$publicGeneCount #> [1] 16 #> #> $`anterior cranial fossa meningioma`$urlId #> [1] "DOID_4436" #> #> $`anterior cranial fossa meningioma`$dbPhenotype #> [1] FALSE #> #> $`anterior cranial fossa meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`anterior cranial fossa meningioma`$`_is_leaf` #> [1] FALSE #> #> $`anterior cranial fossa meningioma`$children #> $`anterior cranial fossa meningioma`$children[[1]] #> [1] "DOID_8057<DOID_4436<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`anterior cranial fossa meningioma`$value #> [1] "anterior cranial fossa meningioma" #> #> #> $`anterior horn cell disease` #> $`anterior horn cell disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4873" #> #> $`anterior horn cell disease`$`_id` #> [1] "DOID_4873<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`anterior horn cell disease`$privateGeneCount #> [1] 0 #> #> $`anterior horn cell disease`$publicGeneCount #> [1] 7 #> #> $`anterior horn cell disease`$urlId #> [1] "DOID_4873" #> #> $`anterior horn cell disease`$dbPhenotype #> [1] TRUE #> #> $`anterior horn cell disease`$`_parent` #> [1] "DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`anterior horn cell disease`$`_is_leaf` #> [1] TRUE #> #> $`anterior horn cell disease`$children #> list() #> #> $`anterior horn cell disease`$value #> [1] "anterior horn cell disease" #> #> #> $`Anterior hypopituitarism` #> $`Anterior hypopituitarism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000830" #> #> $`Anterior hypopituitarism`$`_id` #> [1] "HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Anterior hypopituitarism`$privateGeneCount #> [1] 0 #> #> $`Anterior hypopituitarism`$publicGeneCount #> [1] 7 #> #> $`Anterior hypopituitarism`$urlId #> [1] "HP_0000830" #> #> $`Anterior hypopituitarism`$dbPhenotype #> [1] FALSE #> #> $`Anterior hypopituitarism`$`_parent` #> [1] "HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Anterior hypopituitarism`$`_is_leaf` #> [1] FALSE #> #> $`Anterior hypopituitarism`$children #> $`Anterior hypopituitarism`$children[[1]] #> [1] "HP_0011748<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Anterior hypopituitarism`$children[[2]] #> [1] "HP_0000824<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Anterior hypopituitarism`$value #> [1] "Anterior hypopituitarism" #> #> #> $`Anterior hypopituitarism` #> $`Anterior hypopituitarism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000830" #> #> $`Anterior hypopituitarism`$`_id` #> [1] "HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Anterior hypopituitarism`$privateGeneCount #> [1] 0 #> #> $`Anterior hypopituitarism`$publicGeneCount #> [1] 7 #> #> $`Anterior hypopituitarism`$urlId #> [1] "HP_0000830" #> #> $`Anterior hypopituitarism`$dbPhenotype #> [1] FALSE #> #> $`Anterior hypopituitarism`$`_parent` #> [1] "HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Anterior hypopituitarism`$`_is_leaf` #> [1] FALSE #> #> $`Anterior hypopituitarism`$children #> $`Anterior hypopituitarism`$children[[1]] #> [1] "HP_0011748<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Anterior hypopituitarism`$children[[2]] #> [1] "HP_0000824<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Anterior hypopituitarism`$value #> [1] "Anterior hypopituitarism" #> #> #> $`anterior ischemic optic neuropathy` #> $`anterior ischemic optic neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12010" #> #> $`anterior ischemic optic neuropathy`$`_id` #> [1] "DOID_12010<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`anterior ischemic optic neuropathy`$privateGeneCount #> [1] 0 #> #> $`anterior ischemic optic neuropathy`$publicGeneCount #> [1] 5 #> #> $`anterior ischemic optic neuropathy`$urlId #> [1] "DOID_12010" #> #> $`anterior ischemic optic neuropathy`$dbPhenotype #> [1] TRUE #> #> $`anterior ischemic optic neuropathy`$`_parent` #> [1] "DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`anterior ischemic optic neuropathy`$`_is_leaf` #> [1] TRUE #> #> $`anterior ischemic optic neuropathy`$children #> list() #> #> $`anterior ischemic optic neuropathy`$value #> [1] "anterior ischemic optic neuropathy" #> #> #> $`anterior uveitis` #> $`anterior uveitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1407" #> #> $`anterior uveitis`$`_id` #> [1] "DOID_1407<DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`anterior uveitis`$privateGeneCount #> [1] 0 #> #> $`anterior uveitis`$publicGeneCount #> [1] 14 #> #> $`anterior uveitis`$urlId #> [1] "DOID_1407" #> #> $`anterior uveitis`$dbPhenotype #> [1] TRUE #> #> $`anterior uveitis`$`_parent` #> [1] "DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`anterior uveitis`$`_is_leaf` #> [1] FALSE #> #> $`anterior uveitis`$children #> $`anterior uveitis`$children[[1]] #> [1] "DOID_9383<DOID_1407<DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`anterior uveitis`$value #> [1] "anterior uveitis" #> #> #> $`anterolateral myocardial infarction` #> $`anterolateral myocardial infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5845" #> #> $`anterolateral myocardial infarction`$`_id` #> [1] "DOID_5845<DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`anterolateral myocardial infarction`$privateGeneCount #> [1] 0 #> #> $`anterolateral myocardial infarction`$publicGeneCount #> [1] 1 #> #> $`anterolateral myocardial infarction`$urlId #> [1] "DOID_5845" #> #> $`anterolateral myocardial infarction`$dbPhenotype #> [1] TRUE #> #> $`anterolateral myocardial infarction`$`_parent` #> [1] "DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`anterolateral myocardial infarction`$`_is_leaf` #> [1] TRUE #> #> $`anterolateral myocardial infarction`$children #> list() #> #> $`anterolateral myocardial infarction`$value #> [1] "anterolateral myocardial infarction" #> #> #> $`anteroseptal myocardial infarction` #> $`anteroseptal myocardial infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5855" #> #> $`anteroseptal myocardial infarction`$`_id` #> [1] "DOID_5855<DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`anteroseptal myocardial infarction`$privateGeneCount #> [1] 0 #> #> $`anteroseptal myocardial infarction`$publicGeneCount #> [1] 1 #> #> $`anteroseptal myocardial infarction`$urlId #> [1] "DOID_5855" #> #> $`anteroseptal myocardial infarction`$dbPhenotype #> [1] TRUE #> #> $`anteroseptal myocardial infarction`$`_parent` #> [1] "DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`anteroseptal myocardial infarction`$`_is_leaf` #> [1] TRUE #> #> $`anteroseptal myocardial infarction`$children #> list() #> #> $`anteroseptal myocardial infarction`$value #> [1] "anteroseptal myocardial infarction" #> #> #> $anthracosis #> $anthracosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10327" #> #> $anthracosis$`_id` #> [1] "DOID_10327<DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $anthracosis$privateGeneCount #> [1] 0 #> #> $anthracosis$publicGeneCount #> [1] 4 #> #> $anthracosis$urlId #> [1] "DOID_10327" #> #> $anthracosis$dbPhenotype #> [1] TRUE #> #> $anthracosis$`_parent` #> [1] "DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $anthracosis$`_is_leaf` #> [1] TRUE #> #> $anthracosis$children #> list() #> #> $anthracosis$value #> [1] "anthracosis" #> #> #> $anthracosis #> $anthracosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10327" #> #> $anthracosis$`_id` #> [1] "DOID_10327<DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $anthracosis$privateGeneCount #> [1] 0 #> #> $anthracosis$publicGeneCount #> [1] 4 #> #> $anthracosis$urlId #> [1] "DOID_10327" #> #> $anthracosis$dbPhenotype #> [1] TRUE #> #> $anthracosis$`_parent` #> [1] "DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $anthracosis$`_is_leaf` #> [1] TRUE #> #> $anthracosis$children #> list() #> #> $anthracosis$value #> [1] "anthracosis" #> #> #> $`anthrax disease` #> $`anthrax disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7427" #> #> $`anthrax disease`$`_id` #> [1] "DOID_7427<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`anthrax disease`$privateGeneCount #> [1] 0 #> #> $`anthrax disease`$publicGeneCount #> [1] 2 #> #> $`anthrax disease`$urlId #> [1] "DOID_7427" #> #> $`anthrax disease`$dbPhenotype #> [1] TRUE #> #> $`anthrax disease`$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`anthrax disease`$`_is_leaf` #> [1] TRUE #> #> $`anthrax disease`$children #> list() #> #> $`anthrax disease`$value #> [1] "anthrax disease" #> #> #> $`antiphospholipid syndrome` #> $`antiphospholipid syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2988" #> #> $`antiphospholipid syndrome`$`_id` #> [1] "DOID_2988<DOID_0060051<DOID_1287<DOID_7<DOID_4" #> #> $`antiphospholipid syndrome`$privateGeneCount #> [1] 0 #> #> $`antiphospholipid syndrome`$publicGeneCount #> [1] 6 #> #> $`antiphospholipid syndrome`$urlId #> [1] "DOID_2988" #> #> $`antiphospholipid syndrome`$dbPhenotype #> [1] TRUE #> #> $`antiphospholipid syndrome`$`_parent` #> [1] "DOID_0060051<DOID_1287<DOID_7<DOID_4" #> #> $`antiphospholipid syndrome`$`_is_leaf` #> [1] TRUE #> #> $`antiphospholipid syndrome`$children #> list() #> #> $`antiphospholipid syndrome`$value #> [1] "antiphospholipid syndrome" #> #> #> $`antiphospholipid syndrome` #> $`antiphospholipid syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2988" #> #> $`antiphospholipid syndrome`$`_id` #> [1] "DOID_2988<DOID_0060051<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`antiphospholipid syndrome`$privateGeneCount #> [1] 0 #> #> $`antiphospholipid syndrome`$publicGeneCount #> [1] 6 #> #> $`antiphospholipid syndrome`$urlId #> [1] "DOID_2988" #> #> $`antiphospholipid syndrome`$dbPhenotype #> [1] TRUE #> #> $`antiphospholipid syndrome`$`_parent` #> [1] "DOID_0060051<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`antiphospholipid syndrome`$`_is_leaf` #> [1] TRUE #> #> $`antiphospholipid syndrome`$children #> list() #> #> $`antiphospholipid syndrome`$value #> [1] "antiphospholipid syndrome" #> #> #> $`antisocial personality disorder` #> $`antisocial personality disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10939" #> #> $`antisocial personality disorder`$`_id` #> [1] "DOID_10939<DOID_1510<DOID_150<DOID_4" #> #> $`antisocial personality disorder`$privateGeneCount #> [1] 0 #> #> $`antisocial personality disorder`$publicGeneCount #> [1] 2 #> #> $`antisocial personality disorder`$urlId #> [1] "DOID_10939" #> #> $`antisocial personality disorder`$dbPhenotype #> [1] TRUE #> #> $`antisocial personality disorder`$`_parent` #> [1] "DOID_1510<DOID_150<DOID_4" #> #> $`antisocial personality disorder`$`_is_leaf` #> [1] TRUE #> #> $`antisocial personality disorder`$children #> list() #> #> $`antisocial personality disorder`$value #> [1] "antisocial personality disorder" #> #> #> $`antithrombin III deficiency` #> $`antithrombin III deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3755" #> #> $`antithrombin III deficiency`$`_id` #> [1] "DOID_3755<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`antithrombin III deficiency`$privateGeneCount #> [1] 0 #> #> $`antithrombin III deficiency`$publicGeneCount #> [1] 1 #> #> $`antithrombin III deficiency`$urlId #> [1] "DOID_3755" #> #> $`antithrombin III deficiency`$dbPhenotype #> [1] TRUE #> #> $`antithrombin III deficiency`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`antithrombin III deficiency`$`_is_leaf` #> [1] TRUE #> #> $`antithrombin III deficiency`$children #> list() #> #> $`antithrombin III deficiency`$value #> [1] "antithrombin III deficiency" #> #> #> $`antithrombin III deficiency` #> $`antithrombin III deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3755" #> #> $`antithrombin III deficiency`$`_id` #> [1] "DOID_3755<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`antithrombin III deficiency`$privateGeneCount #> [1] 0 #> #> $`antithrombin III deficiency`$publicGeneCount #> [1] 1 #> #> $`antithrombin III deficiency`$urlId #> [1] "DOID_3755" #> #> $`antithrombin III deficiency`$dbPhenotype #> [1] TRUE #> #> $`antithrombin III deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`antithrombin III deficiency`$`_is_leaf` #> [1] TRUE #> #> $`antithrombin III deficiency`$children #> list() #> #> $`antithrombin III deficiency`$value #> [1] "antithrombin III deficiency" #> #> #> $`antithrombin III deficiency` #> $`antithrombin III deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3755" #> #> $`antithrombin III deficiency`$`_id` #> [1] "DOID_3755<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`antithrombin III deficiency`$privateGeneCount #> [1] 0 #> #> $`antithrombin III deficiency`$publicGeneCount #> [1] 1 #> #> $`antithrombin III deficiency`$urlId #> [1] "DOID_3755" #> #> $`antithrombin III deficiency`$dbPhenotype #> [1] TRUE #> #> $`antithrombin III deficiency`$`_parent` #> [1] "DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`antithrombin III deficiency`$`_is_leaf` #> [1] TRUE #> #> $`antithrombin III deficiency`$children #> list() #> #> $`antithrombin III deficiency`$value #> [1] "antithrombin III deficiency" #> #> #> $`Antley-Bixler syndrome` #> $`Antley-Bixler syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050462" #> #> $`Antley-Bixler syndrome`$`_id` #> [1] "DOID_0050462<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Antley-Bixler syndrome`$privateGeneCount #> [1] 0 #> #> $`Antley-Bixler syndrome`$publicGeneCount #> [1] 2 #> #> $`Antley-Bixler syndrome`$urlId #> [1] "DOID_0050462" #> #> $`Antley-Bixler syndrome`$dbPhenotype #> [1] TRUE #> #> $`Antley-Bixler syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Antley-Bixler syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Antley-Bixler syndrome`$children #> list() #> #> $`Antley-Bixler syndrome`$value #> [1] "Antley-Bixler syndrome" #> #> #> $`Antley-Bixler syndrome` #> $`Antley-Bixler syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050462" #> #> $`Antley-Bixler syndrome`$`_id` #> [1] "DOID_0050462<DOID_225<DOID_4" #> #> $`Antley-Bixler syndrome`$privateGeneCount #> [1] 0 #> #> $`Antley-Bixler syndrome`$publicGeneCount #> [1] 2 #> #> $`Antley-Bixler syndrome`$urlId #> [1] "DOID_0050462" #> #> $`Antley-Bixler syndrome`$dbPhenotype #> [1] TRUE #> #> $`Antley-Bixler syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Antley-Bixler syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Antley-Bixler syndrome`$children #> list() #> #> $`Antley-Bixler syndrome`$value #> [1] "Antley-Bixler syndrome" #> #> #> $anuria #> $anuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2983" #> #> $anuria$`_id` #> [1] "DOID_2983<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $anuria$privateGeneCount #> [1] 0 #> #> $anuria$publicGeneCount #> [1] 3 #> #> $anuria$urlId #> [1] "DOID_2983" #> #> $anuria$dbPhenotype #> [1] TRUE #> #> $anuria$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $anuria$`_is_leaf` #> [1] TRUE #> #> $anuria$children #> list() #> #> $anuria$value #> [1] "anuria" #> #> #> $`anus benign neoplasm` #> $`anus benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4551" #> #> $`anus benign neoplasm`$`_id` #> [1] "DOID_4551<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`anus benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`anus benign neoplasm`$urlId #> [1] "DOID_4551" #> #> $`anus benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`anus benign neoplasm`$`_parent` #> [1] "DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`anus benign neoplasm`$children #> list() #> #> $`anus benign neoplasm`$value #> [1] "anus benign neoplasm" #> #> #> $`anus benign neoplasm` #> $`anus benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4551" #> #> $`anus benign neoplasm`$`_id` #> [1] "DOID_4551<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`anus benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`anus benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`anus benign neoplasm`$urlId #> [1] "DOID_4551" #> #> $`anus benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`anus benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`anus benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`anus benign neoplasm`$children #> list() #> #> $`anus benign neoplasm`$value #> [1] "anus benign neoplasm" #> #> #> $`anus benign neoplasm` #> $`anus benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4551" #> #> $`anus benign neoplasm`$`_id` #> [1] "DOID_4551<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`anus benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`anus benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`anus benign neoplasm`$urlId #> [1] "DOID_4551" #> #> $`anus benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`anus benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`anus benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`anus benign neoplasm`$children #> list() #> #> $`anus benign neoplasm`$value #> [1] "anus benign neoplasm" #> #> #> $`anus benign neoplasm` #> $`anus benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4551" #> #> $`anus benign neoplasm`$`_id` #> [1] "DOID_4551<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`anus benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`anus benign neoplasm`$urlId #> [1] "DOID_4551" #> #> $`anus benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`anus benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`anus benign neoplasm`$children #> list() #> #> $`anus benign neoplasm`$value #> [1] "anus benign neoplasm" #> #> #> $`anus cancer` #> $`anus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14110" #> #> $`anus cancer`$`_id` #> [1] "DOID_14110<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus cancer`$privateGeneCount #> [1] 0 #> #> $`anus cancer`$publicGeneCount #> [1] 1 #> #> $`anus cancer`$urlId #> [1] "DOID_14110" #> #> $`anus cancer`$dbPhenotype #> [1] FALSE #> #> $`anus cancer`$`_parent` #> [1] "DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus cancer`$`_is_leaf` #> [1] FALSE #> #> $`anus cancer`$children #> $`anus cancer`$children[[1]] #> [1] "DOID_4908<DOID_14110<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`anus cancer`$value #> [1] "anus cancer" #> #> #> $`anus cancer` #> $`anus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14110" #> #> $`anus cancer`$`_id` #> [1] "DOID_14110<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`anus cancer`$privateGeneCount #> [1] 0 #> #> $`anus cancer`$publicGeneCount #> [1] 1 #> #> $`anus cancer`$urlId #> [1] "DOID_14110" #> #> $`anus cancer`$dbPhenotype #> [1] FALSE #> #> $`anus cancer`$`_parent` #> [1] "DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`anus cancer`$`_is_leaf` #> [1] FALSE #> #> $`anus cancer`$children #> $`anus cancer`$children[[1]] #> [1] "DOID_4908<DOID_14110<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`anus cancer`$value #> [1] "anus cancer" #> #> #> $`anus cancer` #> $`anus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14110" #> #> $`anus cancer`$`_id` #> [1] "DOID_14110<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`anus cancer`$privateGeneCount #> [1] 0 #> #> $`anus cancer`$publicGeneCount #> [1] 1 #> #> $`anus cancer`$urlId #> [1] "DOID_14110" #> #> $`anus cancer`$dbPhenotype #> [1] FALSE #> #> $`anus cancer`$`_parent` #> [1] "DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`anus cancer`$`_is_leaf` #> [1] FALSE #> #> $`anus cancer`$children #> $`anus cancer`$children[[1]] #> [1] "DOID_4908<DOID_14110<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`anus cancer`$value #> [1] "anus cancer" #> #> #> $`anus cancer` #> $`anus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14110" #> #> $`anus cancer`$`_id` #> [1] "DOID_14110<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus cancer`$privateGeneCount #> [1] 0 #> #> $`anus cancer`$publicGeneCount #> [1] 1 #> #> $`anus cancer`$urlId #> [1] "DOID_14110" #> #> $`anus cancer`$dbPhenotype #> [1] FALSE #> #> $`anus cancer`$`_parent` #> [1] "DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus cancer`$`_is_leaf` #> [1] FALSE #> #> $`anus cancer`$children #> $`anus cancer`$children[[1]] #> [1] "DOID_4908<DOID_14110<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`anus cancer`$value #> [1] "anus cancer" #> #> #> $`anus disease` #> $`anus disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3128" #> #> $`anus disease`$`_id` #> [1] "DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus disease`$privateGeneCount #> [1] 0 #> #> $`anus disease`$publicGeneCount #> [1] 6 #> #> $`anus disease`$urlId #> [1] "DOID_3128" #> #> $`anus disease`$dbPhenotype #> [1] FALSE #> #> $`anus disease`$`_parent` #> [1] "DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus disease`$`_is_leaf` #> [1] FALSE #> #> $`anus disease`$children #> $`anus disease`$children[[1]] #> [1] "DOID_11168<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus disease`$children[[2]] #> [1] "DOID_4551<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus disease`$children[[3]] #> [1] "DOID_14110<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus disease`$children[[4]] #> [1] "DOID_9746<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus disease`$children[[5]] #> [1] "DOID_10488<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`anus disease`$value #> [1] "anus disease" #> #> #> $Anxiety #> $Anxiety$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000739" #> #> $Anxiety$`_id` #> [1] "HP_0000739<HP_0100852<HP_0031466<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Anxiety$privateGeneCount #> [1] 0 #> #> $Anxiety$publicGeneCount #> [1] 2 #> #> $Anxiety$urlId #> [1] "HP_0000739" #> #> $Anxiety$dbPhenotype #> [1] TRUE #> #> $Anxiety$`_parent` #> [1] "HP_0100852<HP_0031466<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Anxiety$`_is_leaf` #> [1] TRUE #> #> $Anxiety$children #> list() #> #> $Anxiety$value #> [1] "Anxiety" #> #> #> $`anxiety disorder` #> $`anxiety disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2030" #> #> $`anxiety disorder`$`_id` #> [1] "DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`anxiety disorder`$privateGeneCount #> [1] 0 #> #> $`anxiety disorder`$publicGeneCount #> [1] 108 #> #> $`anxiety disorder`$urlId #> [1] "DOID_2030" #> #> $`anxiety disorder`$dbPhenotype #> [1] TRUE #> #> $`anxiety disorder`$`_parent` #> [1] "DOID_1561<DOID_150<DOID_4" #> #> $`anxiety disorder`$`_is_leaf` #> [1] FALSE #> #> $`anxiety disorder`$children #> $`anxiety disorder`$children[[1]] #> [1] "DOID_4964<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`anxiety disorder`$children[[2]] #> [1] "DOID_10933<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`anxiety disorder`$children[[3]] #> [1] "DOID_594<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`anxiety disorder`$children[[4]] #> [1] "DOID_591<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`anxiety disorder`$children[[5]] #> [1] "DOID_2055<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> #> $`anxiety disorder`$value #> [1] "anxiety disorder" #> #> #> $`aortic aneurysm` #> $`aortic aneurysm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3627" #> #> $`aortic aneurysm`$`_id` #> [1] "DOID_3627<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic aneurysm`$privateGeneCount #> [1] 0 #> #> $`aortic aneurysm`$publicGeneCount #> [1] 44 #> #> $`aortic aneurysm`$urlId #> [1] "DOID_3627" #> #> $`aortic aneurysm`$dbPhenotype #> [1] TRUE #> #> $`aortic aneurysm`$`_parent` #> [1] "DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic aneurysm`$`_is_leaf` #> [1] FALSE #> #> $`aortic aneurysm`$children #> $`aortic aneurysm`$children[[1]] #> [1] "DOID_7693<DOID_3627<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic aneurysm`$children[[2]] #> [1] "DOID_14004<DOID_3627<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`aortic aneurysm`$value #> [1] "aortic aneurysm" #> #> #> $`aortic disease` #> $`aortic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_520" #> #> $`aortic disease`$`_id` #> [1] "DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic disease`$privateGeneCount #> [1] 0 #> #> $`aortic disease`$publicGeneCount #> [1] 74 #> #> $`aortic disease`$urlId #> [1] "DOID_520" #> #> $`aortic disease`$dbPhenotype #> [1] TRUE #> #> $`aortic disease`$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic disease`$`_is_leaf` #> [1] FALSE #> #> $`aortic disease`$children #> $`aortic disease`$children[[1]] #> [1] "DOID_3627<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic disease`$children[[2]] #> [1] "DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic disease`$children[[3]] #> [1] "DOID_14323<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`aortic disease`$value #> [1] "aortic disease" #> #> #> $`aortic valve disease` #> $`aortic valve disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_62" #> #> $`aortic valve disease`$`_id` #> [1] "DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve disease`$privateGeneCount #> [1] 0 #> #> $`aortic valve disease`$publicGeneCount #> [1] 29 #> #> $`aortic valve disease`$urlId #> [1] "DOID_62" #> #> $`aortic valve disease`$dbPhenotype #> [1] TRUE #> #> $`aortic valve disease`$`_parent` #> [1] "DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve disease`$`_is_leaf` #> [1] FALSE #> #> $`aortic valve disease`$children #> $`aortic valve disease`$children[[1]] #> [1] "DOID_57<DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve disease`$children[[2]] #> [1] "DOID_1712<DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`aortic valve disease`$value #> [1] "aortic valve disease" #> #> #> $`aortic valve disease` #> $`aortic valve disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_62" #> #> $`aortic valve disease`$`_id` #> [1] "DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve disease`$privateGeneCount #> [1] 0 #> #> $`aortic valve disease`$publicGeneCount #> [1] 29 #> #> $`aortic valve disease`$urlId #> [1] "DOID_62" #> #> $`aortic valve disease`$dbPhenotype #> [1] TRUE #> #> $`aortic valve disease`$`_parent` #> [1] "DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve disease`$`_is_leaf` #> [1] FALSE #> #> $`aortic valve disease`$children #> $`aortic valve disease`$children[[1]] #> [1] "DOID_57<DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve disease`$children[[2]] #> [1] "DOID_1712<DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`aortic valve disease`$value #> [1] "aortic valve disease" #> #> #> $`aortic valve insufficiency` #> $`aortic valve insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_57" #> #> $`aortic valve insufficiency`$`_id` #> [1] "DOID_57<DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve insufficiency`$privateGeneCount #> [1] 0 #> #> $`aortic valve insufficiency`$publicGeneCount #> [1] 11 #> #> $`aortic valve insufficiency`$urlId #> [1] "DOID_57" #> #> $`aortic valve insufficiency`$dbPhenotype #> [1] TRUE #> #> $`aortic valve insufficiency`$`_parent` #> [1] "DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve insufficiency`$`_is_leaf` #> [1] TRUE #> #> $`aortic valve insufficiency`$children #> list() #> #> $`aortic valve insufficiency`$value #> [1] "aortic valve insufficiency" #> #> #> $`aortic valve insufficiency` #> $`aortic valve insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_57" #> #> $`aortic valve insufficiency`$`_id` #> [1] "DOID_57<DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve insufficiency`$privateGeneCount #> [1] 0 #> #> $`aortic valve insufficiency`$publicGeneCount #> [1] 11 #> #> $`aortic valve insufficiency`$urlId #> [1] "DOID_57" #> #> $`aortic valve insufficiency`$dbPhenotype #> [1] TRUE #> #> $`aortic valve insufficiency`$`_parent` #> [1] "DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve insufficiency`$`_is_leaf` #> [1] TRUE #> #> $`aortic valve insufficiency`$children #> list() #> #> $`aortic valve insufficiency`$value #> [1] "aortic valve insufficiency" #> #> #> $`aortic valve stenosis` #> $`aortic valve stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1712" #> #> $`aortic valve stenosis`$`_id` #> [1] "DOID_1712<DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve stenosis`$privateGeneCount #> [1] 0 #> #> $`aortic valve stenosis`$publicGeneCount #> [1] 18 #> #> $`aortic valve stenosis`$urlId #> [1] "DOID_1712" #> #> $`aortic valve stenosis`$dbPhenotype #> [1] TRUE #> #> $`aortic valve stenosis`$`_parent` #> [1] "DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve stenosis`$`_is_leaf` #> [1] FALSE #> #> $`aortic valve stenosis`$children #> $`aortic valve stenosis`$children[[1]] #> [1] "DOID_5805<DOID_1712<DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve stenosis`$children[[2]] #> [1] "DOID_1929<DOID_1712<DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`aortic valve stenosis`$value #> [1] "aortic valve stenosis" #> #> #> $`aortic valve stenosis` #> $`aortic valve stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1712" #> #> $`aortic valve stenosis`$`_id` #> [1] "DOID_1712<DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve stenosis`$privateGeneCount #> [1] 0 #> #> $`aortic valve stenosis`$publicGeneCount #> [1] 18 #> #> $`aortic valve stenosis`$urlId #> [1] "DOID_1712" #> #> $`aortic valve stenosis`$dbPhenotype #> [1] TRUE #> #> $`aortic valve stenosis`$`_parent` #> [1] "DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve stenosis`$`_is_leaf` #> [1] FALSE #> #> $`aortic valve stenosis`$children #> $`aortic valve stenosis`$children[[1]] #> [1] "DOID_5805<DOID_1712<DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve stenosis`$children[[2]] #> [1] "DOID_1929<DOID_1712<DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`aortic valve stenosis`$value #> [1] "aortic valve stenosis" #> #> #> $aphasia #> $aphasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060046" #> #> $aphasia$`_id` #> [1] "DOID_0060046<DOID_93<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $aphasia$privateGeneCount #> [1] 0 #> #> $aphasia$publicGeneCount #> [1] 3 #> #> $aphasia$urlId #> [1] "DOID_0060046" #> #> $aphasia$dbPhenotype #> [1] TRUE #> #> $aphasia$`_parent` #> [1] "DOID_93<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $aphasia$`_is_leaf` #> [1] TRUE #> #> $aphasia$children #> list() #> #> $aphasia$value #> [1] "aphasia" #> #> #> $`Aplasia cutis congenita` #> $`Aplasia cutis congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001057" #> #> $`Aplasia cutis congenita`$`_id` #> [1] "HP_0001057<HP_0008065<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Aplasia cutis congenita`$privateGeneCount #> [1] 0 #> #> $`Aplasia cutis congenita`$publicGeneCount #> [1] 1 #> #> $`Aplasia cutis congenita`$urlId #> [1] "HP_0001057" #> #> $`Aplasia cutis congenita`$dbPhenotype #> [1] TRUE #> #> $`Aplasia cutis congenita`$`_parent` #> [1] "HP_0008065<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Aplasia cutis congenita`$`_is_leaf` #> [1] TRUE #> #> $`Aplasia cutis congenita`$children #> list() #> #> $`Aplasia cutis congenita`$value #> [1] "Aplasia cutis congenita" #> #> #> $`Aplasia/Hypoplasia affecting the eye` #> $`Aplasia/Hypoplasia affecting the eye`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008056" #> #> $`Aplasia/Hypoplasia affecting the eye`$`_id` #> [1] "HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia affecting the eye`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia affecting the eye`$publicGeneCount #> [1] 2 #> #> $`Aplasia/Hypoplasia affecting the eye`$urlId #> [1] "HP_0008056" #> #> $`Aplasia/Hypoplasia affecting the eye`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia affecting the eye`$`_parent` #> [1] "HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia affecting the eye`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia affecting the eye`$children #> $`Aplasia/Hypoplasia affecting the eye`$children[[1]] #> [1] "HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia affecting the eye`$value #> [1] "Aplasia/Hypoplasia affecting the eye" #> #> #> $`Aplasia/Hypoplasia affecting the fundus` #> $`Aplasia/Hypoplasia affecting the fundus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008057" #> #> $`Aplasia/Hypoplasia affecting the fundus`$`_id` #> [1] "HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia affecting the fundus`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia affecting the fundus`$publicGeneCount #> [1] 2 #> #> $`Aplasia/Hypoplasia affecting the fundus`$urlId #> [1] "HP_0008057" #> #> $`Aplasia/Hypoplasia affecting the fundus`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia affecting the fundus`$`_parent` #> [1] "HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia affecting the fundus`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia affecting the fundus`$children #> $`Aplasia/Hypoplasia affecting the fundus`$children[[1]] #> [1] "HP_0008058<HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia affecting the fundus`$value #> [1] "Aplasia/Hypoplasia affecting the fundus" #> #> #> $`Aplasia/Hypoplasia affecting the fundus` #> $`Aplasia/Hypoplasia affecting the fundus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008057" #> #> $`Aplasia/Hypoplasia affecting the fundus`$`_id` #> [1] "HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia affecting the fundus`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia affecting the fundus`$publicGeneCount #> [1] 2 #> #> $`Aplasia/Hypoplasia affecting the fundus`$urlId #> [1] "HP_0008057" #> #> $`Aplasia/Hypoplasia affecting the fundus`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia affecting the fundus`$`_parent` #> [1] "HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia affecting the fundus`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia affecting the fundus`$children #> $`Aplasia/Hypoplasia affecting the fundus`$children[[1]] #> [1] "HP_0008058<HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia affecting the fundus`$value #> [1] "Aplasia/Hypoplasia affecting the fundus" #> #> #> $`Aplasia/Hypoplasia involving the central nervous system` #> $`Aplasia/Hypoplasia involving the central nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002977" #> #> $`Aplasia/Hypoplasia involving the central nervous system`$`_id` #> [1] "HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia involving the central nervous system`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia involving the central nervous system`$publicGeneCount #> [1] 4 #> #> $`Aplasia/Hypoplasia involving the central nervous system`$urlId #> [1] "HP_0002977" #> #> $`Aplasia/Hypoplasia involving the central nervous system`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia involving the central nervous system`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia involving the central nervous system`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia involving the central nervous system`$children #> $`Aplasia/Hypoplasia involving the central nervous system`$children[[1]] #> [1] "HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia involving the central nervous system`$children[[2]] #> [1] "HP_0000609<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia involving the central nervous system`$value #> [1] "Aplasia/Hypoplasia involving the central nervous system" #> #> #> $`Aplasia/hypoplasia involving the skeleton` #> $`Aplasia/hypoplasia involving the skeleton`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009115" #> #> $`Aplasia/hypoplasia involving the skeleton`$`_id` #> [1] "HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Aplasia/hypoplasia involving the skeleton`$privateGeneCount #> [1] 0 #> #> $`Aplasia/hypoplasia involving the skeleton`$publicGeneCount #> [1] 1 #> #> $`Aplasia/hypoplasia involving the skeleton`$urlId #> [1] "HP_0009115" #> #> $`Aplasia/hypoplasia involving the skeleton`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/hypoplasia involving the skeleton`$`_parent` #> [1] "HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Aplasia/hypoplasia involving the skeleton`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/hypoplasia involving the skeleton`$children #> $`Aplasia/hypoplasia involving the skeleton`$children[[1]] #> [1] "HP_0009815<HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Aplasia/hypoplasia involving the skeleton`$value #> [1] "Aplasia/hypoplasia involving the skeleton" #> #> #> $`Aplasia/Hypoplasia of the cerebellar vermis` #> $`Aplasia/Hypoplasia of the cerebellar vermis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006817" #> #> $`Aplasia/Hypoplasia of the cerebellar vermis`$`_id` #> [1] "HP_0006817<HP_0002334<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the cerebellar vermis`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the cerebellar vermis`$publicGeneCount #> [1] 2 #> #> $`Aplasia/Hypoplasia of the cerebellar vermis`$urlId #> [1] "HP_0006817" #> #> $`Aplasia/Hypoplasia of the cerebellar vermis`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the cerebellar vermis`$`_parent` #> [1] "HP_0002334<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the cerebellar vermis`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the cerebellar vermis`$children #> $`Aplasia/Hypoplasia of the cerebellar vermis`$children[[1]] #> [1] "HP_0001320<HP_0006817<HP_0002334<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the cerebellar vermis`$value #> [1] "Aplasia/Hypoplasia of the cerebellar vermis" #> #> #> $`Aplasia/Hypoplasia of the cerebrum` #> $`Aplasia/Hypoplasia of the cerebrum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007364" #> #> $`Aplasia/Hypoplasia of the cerebrum`$`_id` #> [1] "HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the cerebrum`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the cerebrum`$publicGeneCount #> [1] 2 #> #> $`Aplasia/Hypoplasia of the cerebrum`$urlId #> [1] "HP_0007364" #> #> $`Aplasia/Hypoplasia of the cerebrum`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the cerebrum`$`_parent` #> [1] "HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the cerebrum`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the cerebrum`$children #> $`Aplasia/Hypoplasia of the cerebrum`$children[[1]] #> [1] "HP_0002323<HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the cerebrum`$children[[2]] #> [1] "HP_0000252<HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the cerebrum`$value #> [1] "Aplasia/Hypoplasia of the cerebrum" #> #> #> $`Aplasia/Hypoplasia of the cerebrum` #> $`Aplasia/Hypoplasia of the cerebrum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007364" #> #> $`Aplasia/Hypoplasia of the cerebrum`$`_id` #> [1] "HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the cerebrum`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the cerebrum`$publicGeneCount #> [1] 2 #> #> $`Aplasia/Hypoplasia of the cerebrum`$urlId #> [1] "HP_0007364" #> #> $`Aplasia/Hypoplasia of the cerebrum`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the cerebrum`$`_parent` #> [1] "HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the cerebrum`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the cerebrum`$children #> $`Aplasia/Hypoplasia of the cerebrum`$children[[1]] #> [1] "HP_0002323<HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the cerebrum`$children[[2]] #> [1] "HP_0000252<HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the cerebrum`$value #> [1] "Aplasia/Hypoplasia of the cerebrum" #> #> #> $`Aplasia/Hypoplasia of the corpus callosum` #> $`Aplasia/Hypoplasia of the corpus callosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007370" #> #> $`Aplasia/Hypoplasia of the corpus callosum`$`_id` #> [1] "HP_0007370<HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the corpus callosum`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the corpus callosum`$publicGeneCount #> [1] 3 #> #> $`Aplasia/Hypoplasia of the corpus callosum`$urlId #> [1] "HP_0007370" #> #> $`Aplasia/Hypoplasia of the corpus callosum`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the corpus callosum`$`_parent` #> [1] "HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the corpus callosum`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the corpus callosum`$children #> $`Aplasia/Hypoplasia of the corpus callosum`$children[[1]] #> [1] "HP_0001274<HP_0007370<HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the corpus callosum`$value #> [1] "Aplasia/Hypoplasia of the corpus callosum" #> #> #> $`Aplasia/hypoplasia of the extremities` #> $`Aplasia/hypoplasia of the extremities`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009815" #> #> $`Aplasia/hypoplasia of the extremities`$`_id` #> [1] "HP_0009815<HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Aplasia/hypoplasia of the extremities`$privateGeneCount #> [1] 0 #> #> $`Aplasia/hypoplasia of the extremities`$publicGeneCount #> [1] 1 #> #> $`Aplasia/hypoplasia of the extremities`$urlId #> [1] "HP_0009815" #> #> $`Aplasia/hypoplasia of the extremities`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/hypoplasia of the extremities`$`_parent` #> [1] "HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Aplasia/hypoplasia of the extremities`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/hypoplasia of the extremities`$children #> $`Aplasia/hypoplasia of the extremities`$children[[1]] #> [1] "HP_0009827<HP_0009815<HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Aplasia/hypoplasia of the extremities`$value #> [1] "Aplasia/hypoplasia of the extremities" #> #> #> $`Aplasia/hypoplasia of the extremities` #> $`Aplasia/hypoplasia of the extremities`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009815" #> #> $`Aplasia/hypoplasia of the extremities`$`_id` #> [1] "HP_0009815<HP_0040064<HP_0000118<HP_0000001" #> #> $`Aplasia/hypoplasia of the extremities`$privateGeneCount #> [1] 0 #> #> $`Aplasia/hypoplasia of the extremities`$publicGeneCount #> [1] 1 #> #> $`Aplasia/hypoplasia of the extremities`$urlId #> [1] "HP_0009815" #> #> $`Aplasia/hypoplasia of the extremities`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/hypoplasia of the extremities`$`_parent` #> [1] "HP_0040064<HP_0000118<HP_0000001" #> #> $`Aplasia/hypoplasia of the extremities`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/hypoplasia of the extremities`$children #> $`Aplasia/hypoplasia of the extremities`$children[[1]] #> [1] "HP_0009827<HP_0009815<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Aplasia/hypoplasia of the extremities`$value #> [1] "Aplasia/hypoplasia of the extremities" #> #> #> $`Aplasia/Hypoplasia of the optic nerve` #> $`Aplasia/Hypoplasia of the optic nerve`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008058" #> #> $`Aplasia/Hypoplasia of the optic nerve`$`_id` #> [1] "HP_0008058<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the optic nerve`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the optic nerve`$publicGeneCount #> [1] 2 #> #> $`Aplasia/Hypoplasia of the optic nerve`$urlId #> [1] "HP_0008058" #> #> $`Aplasia/Hypoplasia of the optic nerve`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the optic nerve`$`_parent` #> [1] "HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the optic nerve`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the optic nerve`$children #> $`Aplasia/Hypoplasia of the optic nerve`$children[[1]] #> [1] "HP_0000609<HP_0008058<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the optic nerve`$value #> [1] "Aplasia/Hypoplasia of the optic nerve" #> #> #> $`Aplasia/Hypoplasia of the optic nerve` #> $`Aplasia/Hypoplasia of the optic nerve`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008058" #> #> $`Aplasia/Hypoplasia of the optic nerve`$`_id` #> [1] "HP_0008058<HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the optic nerve`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the optic nerve`$publicGeneCount #> [1] 2 #> #> $`Aplasia/Hypoplasia of the optic nerve`$urlId #> [1] "HP_0008058" #> #> $`Aplasia/Hypoplasia of the optic nerve`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the optic nerve`$`_parent` #> [1] "HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the optic nerve`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the optic nerve`$children #> $`Aplasia/Hypoplasia of the optic nerve`$children[[1]] #> [1] "HP_0000609<HP_0008058<HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the optic nerve`$value #> [1] "Aplasia/Hypoplasia of the optic nerve" #> #> #> $`Aplasia/Hypoplasia of the optic nerve` #> $`Aplasia/Hypoplasia of the optic nerve`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008058" #> #> $`Aplasia/Hypoplasia of the optic nerve`$`_id` #> [1] "HP_0008058<HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the optic nerve`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the optic nerve`$publicGeneCount #> [1] 2 #> #> $`Aplasia/Hypoplasia of the optic nerve`$urlId #> [1] "HP_0008058" #> #> $`Aplasia/Hypoplasia of the optic nerve`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the optic nerve`$`_parent` #> [1] "HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the optic nerve`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the optic nerve`$children #> $`Aplasia/Hypoplasia of the optic nerve`$children[[1]] #> [1] "HP_0000609<HP_0008058<HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the optic nerve`$value #> [1] "Aplasia/Hypoplasia of the optic nerve" #> #> #> $`Aplasia/Hypoplasia of the skin` #> $`Aplasia/Hypoplasia of the skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008065" #> #> $`Aplasia/Hypoplasia of the skin`$`_id` #> [1] "HP_0008065<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the skin`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the skin`$publicGeneCount #> [1] 1 #> #> $`Aplasia/Hypoplasia of the skin`$urlId #> [1] "HP_0008065" #> #> $`Aplasia/Hypoplasia of the skin`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the skin`$`_parent` #> [1] "HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the skin`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the skin`$children #> $`Aplasia/Hypoplasia of the skin`$children[[1]] #> [1] "HP_0001057<HP_0008065<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the skin`$value #> [1] "Aplasia/Hypoplasia of the skin" #> #> #> $`Aplasia/Hypoplasia of the spleen` #> $`Aplasia/Hypoplasia of the spleen`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010451" #> #> $`Aplasia/Hypoplasia of the spleen`$`_id` #> [1] "HP_0010451<HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the spleen`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the spleen`$publicGeneCount #> [1] 1 #> #> $`Aplasia/Hypoplasia of the spleen`$urlId #> [1] "HP_0010451" #> #> $`Aplasia/Hypoplasia of the spleen`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the spleen`$`_parent` #> [1] "HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the spleen`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the spleen`$children #> $`Aplasia/Hypoplasia of the spleen`$children[[1]] #> [1] "HP_0001746<HP_0010451<HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the spleen`$value #> [1] "Aplasia/Hypoplasia of the spleen" #> #> #> $`Aplasia/Hypoplasia of the spleen` #> $`Aplasia/Hypoplasia of the spleen`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010451" #> #> $`Aplasia/Hypoplasia of the spleen`$`_id` #> [1] "HP_0010451<HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the spleen`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the spleen`$publicGeneCount #> [1] 1 #> #> $`Aplasia/Hypoplasia of the spleen`$urlId #> [1] "HP_0010451" #> #> $`Aplasia/Hypoplasia of the spleen`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the spleen`$`_parent` #> [1] "HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the spleen`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the spleen`$children #> $`Aplasia/Hypoplasia of the spleen`$children[[1]] #> [1] "HP_0001746<HP_0010451<HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the spleen`$value #> [1] "Aplasia/Hypoplasia of the spleen" #> #> #> $`Aplasia/Hypoplasia of the spleen` #> $`Aplasia/Hypoplasia of the spleen`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010451" #> #> $`Aplasia/Hypoplasia of the spleen`$`_id` #> [1] "HP_0010451<HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the spleen`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the spleen`$publicGeneCount #> [1] 1 #> #> $`Aplasia/Hypoplasia of the spleen`$urlId #> [1] "HP_0010451" #> #> $`Aplasia/Hypoplasia of the spleen`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the spleen`$`_parent` #> [1] "HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the spleen`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the spleen`$children #> $`Aplasia/Hypoplasia of the spleen`$children[[1]] #> [1] "HP_0001746<HP_0010451<HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the spleen`$value #> [1] "Aplasia/Hypoplasia of the spleen" #> #> #> $`aplastic anemia` #> $`aplastic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12449" #> #> $`aplastic anemia`$`_id` #> [1] "DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`aplastic anemia`$privateGeneCount #> [1] 0 #> #> $`aplastic anemia`$publicGeneCount #> [1] 46 #> #> $`aplastic anemia`$urlId #> [1] "DOID_12449" #> #> $`aplastic anemia`$dbPhenotype #> [1] TRUE #> #> $`aplastic anemia`$`_parent` #> [1] "DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`aplastic anemia`$`_is_leaf` #> [1] FALSE #> #> $`aplastic anemia`$children #> $`aplastic anemia`$children[[1]] #> [1] "DOID_1342<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`aplastic anemia`$children[[2]] #> [1] "DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $`aplastic anemia`$value #> [1] "aplastic anemia" #> #> #> $Apnea #> $Apnea$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002104" #> #> $Apnea$`_id` #> [1] "HP_0002104<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Apnea$privateGeneCount #> [1] 0 #> #> $Apnea$publicGeneCount #> [1] 42 #> #> $Apnea$urlId #> [1] "HP_0002104" #> #> $Apnea$dbPhenotype #> [1] TRUE #> #> $Apnea$`_parent` #> [1] "HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Apnea$`_is_leaf` #> [1] FALSE #> #> $Apnea$children #> $Apnea$children[[1]] #> [1] "HP_0010535<HP_0002104<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> #> $Apnea$value #> [1] "Apnea" #> #> #> $`apparent mineralocorticoid excess syndrome` #> $`apparent mineralocorticoid excess syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4367" #> #> $`apparent mineralocorticoid excess syndrome`$`_id` #> [1] "DOID_4367<DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`apparent mineralocorticoid excess syndrome`$privateGeneCount #> [1] 0 #> #> $`apparent mineralocorticoid excess syndrome`$publicGeneCount #> [1] 2 #> #> $`apparent mineralocorticoid excess syndrome`$urlId #> [1] "DOID_4367" #> #> $`apparent mineralocorticoid excess syndrome`$dbPhenotype #> [1] TRUE #> #> $`apparent mineralocorticoid excess syndrome`$`_parent` #> [1] "DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`apparent mineralocorticoid excess syndrome`$`_is_leaf` #> [1] TRUE #> #> $`apparent mineralocorticoid excess syndrome`$children #> list() #> #> $`apparent mineralocorticoid excess syndrome`$value #> [1] "apparent mineralocorticoid excess syndrome" #> #> #> $`apparent mineralocorticoid excess syndrome` #> $`apparent mineralocorticoid excess syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4367" #> #> $`apparent mineralocorticoid excess syndrome`$`_id` #> [1] "DOID_4367<DOID_630<DOID_4" #> #> $`apparent mineralocorticoid excess syndrome`$privateGeneCount #> [1] 0 #> #> $`apparent mineralocorticoid excess syndrome`$publicGeneCount #> [1] 2 #> #> $`apparent mineralocorticoid excess syndrome`$urlId #> [1] "DOID_4367" #> #> $`apparent mineralocorticoid excess syndrome`$dbPhenotype #> [1] TRUE #> #> $`apparent mineralocorticoid excess syndrome`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`apparent mineralocorticoid excess syndrome`$`_is_leaf` #> [1] TRUE #> #> $`apparent mineralocorticoid excess syndrome`$children #> list() #> #> $`apparent mineralocorticoid excess syndrome`$value #> [1] "apparent mineralocorticoid excess syndrome" #> #> #> $`appendiceal neoplasm` #> $`appendiceal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11240" #> #> $`appendiceal neoplasm`$`_id` #> [1] "DOID_11240<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`appendiceal neoplasm`$privateGeneCount #> [1] 0 #> #> $`appendiceal neoplasm`$publicGeneCount #> [1] 1 #> #> $`appendiceal neoplasm`$urlId #> [1] "DOID_11240" #> #> $`appendiceal neoplasm`$dbPhenotype #> [1] TRUE #> #> $`appendiceal neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`appendiceal neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`appendiceal neoplasm`$children #> list() #> #> $`appendiceal neoplasm`$value #> [1] "appendiceal neoplasm" #> #> #> $`appendiceal neoplasm` #> $`appendiceal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11240" #> #> $`appendiceal neoplasm`$`_id` #> [1] "DOID_11240<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`appendiceal neoplasm`$privateGeneCount #> [1] 0 #> #> $`appendiceal neoplasm`$publicGeneCount #> [1] 1 #> #> $`appendiceal neoplasm`$urlId #> [1] "DOID_11240" #> #> $`appendiceal neoplasm`$dbPhenotype #> [1] TRUE #> #> $`appendiceal neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`appendiceal neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`appendiceal neoplasm`$children #> list() #> #> $`appendiceal neoplasm`$value #> [1] "appendiceal neoplasm" #> #> #> $`appendiceal neoplasm` #> $`appendiceal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11240" #> #> $`appendiceal neoplasm`$`_id` #> [1] "DOID_11240<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`appendiceal neoplasm`$privateGeneCount #> [1] 0 #> #> $`appendiceal neoplasm`$publicGeneCount #> [1] 1 #> #> $`appendiceal neoplasm`$urlId #> [1] "DOID_11240" #> #> $`appendiceal neoplasm`$dbPhenotype #> [1] TRUE #> #> $`appendiceal neoplasm`$`_parent` #> [1] "DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`appendiceal neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`appendiceal neoplasm`$children #> list() #> #> $`appendiceal neoplasm`$value #> [1] "appendiceal neoplasm" #> #> #> $appendicitis #> $appendicitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8337" #> #> $appendicitis$`_id` #> [1] "DOID_8337<DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $appendicitis$privateGeneCount #> [1] 0 #> #> $appendicitis$publicGeneCount #> [1] 4 #> #> $appendicitis$urlId #> [1] "DOID_8337" #> #> $appendicitis$dbPhenotype #> [1] TRUE #> #> $appendicitis$`_parent` #> [1] "DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $appendicitis$`_is_leaf` #> [1] TRUE #> #> $appendicitis$children #> list() #> #> $appendicitis$value #> [1] "appendicitis" #> #> #> $`appendix cancer` #> $`appendix cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11239" #> #> $`appendix cancer`$`_id` #> [1] "DOID_11239<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`appendix cancer`$privateGeneCount #> [1] 0 #> #> $`appendix cancer`$publicGeneCount #> [1] 1 #> #> $`appendix cancer`$urlId #> [1] "DOID_11239" #> #> $`appendix cancer`$dbPhenotype #> [1] TRUE #> #> $`appendix cancer`$`_parent` #> [1] "DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`appendix cancer`$`_is_leaf` #> [1] TRUE #> #> $`appendix cancer`$children #> list() #> #> $`appendix cancer`$value #> [1] "appendix cancer" #> #> #> $`appendix cancer` #> $`appendix cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11239" #> #> $`appendix cancer`$`_id` #> [1] "DOID_11239<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`appendix cancer`$privateGeneCount #> [1] 0 #> #> $`appendix cancer`$publicGeneCount #> [1] 1 #> #> $`appendix cancer`$urlId #> [1] "DOID_11239" #> #> $`appendix cancer`$dbPhenotype #> [1] TRUE #> #> $`appendix cancer`$`_parent` #> [1] "DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`appendix cancer`$`_is_leaf` #> [1] TRUE #> #> $`appendix cancer`$children #> list() #> #> $`appendix cancer`$value #> [1] "appendix cancer" #> #> #> $`appendix cancer` #> $`appendix cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11239" #> #> $`appendix cancer`$`_id` #> [1] "DOID_11239<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`appendix cancer`$privateGeneCount #> [1] 0 #> #> $`appendix cancer`$publicGeneCount #> [1] 1 #> #> $`appendix cancer`$urlId #> [1] "DOID_11239" #> #> $`appendix cancer`$dbPhenotype #> [1] TRUE #> #> $`appendix cancer`$`_parent` #> [1] "DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`appendix cancer`$`_is_leaf` #> [1] TRUE #> #> $`appendix cancer`$children #> list() #> #> $`appendix cancer`$value #> [1] "appendix cancer" #> #> #> $`appendix cancer` #> $`appendix cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11239" #> #> $`appendix cancer`$`_id` #> [1] "DOID_11239<DOID_60000<DOID_77<DOID_7<DOID_4" #> #> $`appendix cancer`$privateGeneCount #> [1] 0 #> #> $`appendix cancer`$publicGeneCount #> [1] 1 #> #> $`appendix cancer`$urlId #> [1] "DOID_11239" #> #> $`appendix cancer`$dbPhenotype #> [1] TRUE #> #> $`appendix cancer`$`_parent` #> [1] "DOID_60000<DOID_77<DOID_7<DOID_4" #> #> $`appendix cancer`$`_is_leaf` #> [1] TRUE #> #> $`appendix cancer`$children #> list() #> #> $`appendix cancer`$value #> [1] "appendix cancer" #> #> #> $`appendix disease` #> $`appendix disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60000" #> #> $`appendix disease`$`_id` #> [1] "DOID_60000<DOID_77<DOID_7<DOID_4" #> #> $`appendix disease`$privateGeneCount #> [1] 0 #> #> $`appendix disease`$publicGeneCount #> [1] 1 #> #> $`appendix disease`$urlId #> [1] "DOID_60000" #> #> $`appendix disease`$dbPhenotype #> [1] FALSE #> #> $`appendix disease`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`appendix disease`$`_is_leaf` #> [1] FALSE #> #> $`appendix disease`$children #> $`appendix disease`$children[[1]] #> [1] "DOID_11239<DOID_60000<DOID_77<DOID_7<DOID_4" #> #> #> $`appendix disease`$value #> [1] "appendix disease" #> #> #> $Arachnodactyly #> $Arachnodactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001166" #> #> $Arachnodactyly$`_id` #> [1] "HP_0001166<HP_0001238<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $Arachnodactyly$privateGeneCount #> [1] 0 #> #> $Arachnodactyly$publicGeneCount #> [1] 3 #> #> $Arachnodactyly$urlId #> [1] "HP_0001166" #> #> $Arachnodactyly$dbPhenotype #> [1] TRUE #> #> $Arachnodactyly$`_parent` #> [1] "HP_0001238<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $Arachnodactyly$`_is_leaf` #> [1] TRUE #> #> $Arachnodactyly$children #> list() #> #> $Arachnodactyly$value #> [1] "Arachnodactyly" #> #> #> $Arachnodactyly #> $Arachnodactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001166" #> #> $Arachnodactyly$`_id` #> [1] "HP_0001166<HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Arachnodactyly$privateGeneCount #> [1] 0 #> #> $Arachnodactyly$publicGeneCount #> [1] 3 #> #> $Arachnodactyly$urlId #> [1] "HP_0001166" #> #> $Arachnodactyly$dbPhenotype #> [1] TRUE #> #> $Arachnodactyly$`_parent` #> [1] "HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Arachnodactyly$`_is_leaf` #> [1] TRUE #> #> $Arachnodactyly$children #> list() #> #> $Arachnodactyly$value #> [1] "Arachnodactyly" #> #> #> $Arachnodactyly #> $Arachnodactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001166" #> #> $Arachnodactyly$`_id` #> [1] "HP_0001166<HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $Arachnodactyly$privateGeneCount #> [1] 0 #> #> $Arachnodactyly$publicGeneCount #> [1] 3 #> #> $Arachnodactyly$urlId #> [1] "HP_0001166" #> #> $Arachnodactyly$dbPhenotype #> [1] TRUE #> #> $Arachnodactyly$`_parent` #> [1] "HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $Arachnodactyly$`_is_leaf` #> [1] TRUE #> #> $Arachnodactyly$children #> list() #> #> $Arachnodactyly$value #> [1] "Arachnodactyly" #> #> #> $Arachnodactyly #> $Arachnodactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001166" #> #> $Arachnodactyly$`_id` #> [1] "HP_0001166<HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $Arachnodactyly$privateGeneCount #> [1] 0 #> #> $Arachnodactyly$publicGeneCount #> [1] 3 #> #> $Arachnodactyly$urlId #> [1] "HP_0001166" #> #> $Arachnodactyly$dbPhenotype #> [1] TRUE #> #> $Arachnodactyly$`_parent` #> [1] "HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $Arachnodactyly$`_is_leaf` #> [1] TRUE #> #> $Arachnodactyly$children #> list() #> #> $Arachnodactyly$value #> [1] "Arachnodactyly" #> #> #> $Arachnodactyly #> $Arachnodactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001166" #> #> $Arachnodactyly$`_id` #> [1] "HP_0001166<HP_0100807<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $Arachnodactyly$privateGeneCount #> [1] 0 #> #> $Arachnodactyly$publicGeneCount #> [1] 3 #> #> $Arachnodactyly$urlId #> [1] "HP_0001166" #> #> $Arachnodactyly$dbPhenotype #> [1] TRUE #> #> $Arachnodactyly$`_parent` #> [1] "HP_0100807<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $Arachnodactyly$`_is_leaf` #> [1] TRUE #> #> $Arachnodactyly$children #> list() #> #> $Arachnodactyly$value #> [1] "Arachnodactyly" #> #> #> $Arachnodactyly #> $Arachnodactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001166" #> #> $Arachnodactyly$`_id` #> [1] "HP_0001166<HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Arachnodactyly$privateGeneCount #> [1] 0 #> #> $Arachnodactyly$publicGeneCount #> [1] 3 #> #> $Arachnodactyly$urlId #> [1] "HP_0001166" #> #> $Arachnodactyly$dbPhenotype #> [1] TRUE #> #> $Arachnodactyly$`_parent` #> [1] "HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Arachnodactyly$`_is_leaf` #> [1] TRUE #> #> $Arachnodactyly$children #> list() #> #> $Arachnodactyly$value #> [1] "Arachnodactyly" #> #> #> $Arachnodactyly #> $Arachnodactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001166" #> #> $Arachnodactyly$`_id` #> [1] "HP_0001166<HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $Arachnodactyly$privateGeneCount #> [1] 0 #> #> $Arachnodactyly$publicGeneCount #> [1] 3 #> #> $Arachnodactyly$urlId #> [1] "HP_0001166" #> #> $Arachnodactyly$dbPhenotype #> [1] TRUE #> #> $Arachnodactyly$`_parent` #> [1] "HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $Arachnodactyly$`_is_leaf` #> [1] TRUE #> #> $Arachnodactyly$children #> list() #> #> $Arachnodactyly$value #> [1] "Arachnodactyly" #> #> #> $Arachnodactyly #> $Arachnodactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001166" #> #> $Arachnodactyly$`_id` #> [1] "HP_0001166<HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $Arachnodactyly$privateGeneCount #> [1] 0 #> #> $Arachnodactyly$publicGeneCount #> [1] 3 #> #> $Arachnodactyly$urlId #> [1] "HP_0001166" #> #> $Arachnodactyly$dbPhenotype #> [1] TRUE #> #> $Arachnodactyly$`_parent` #> [1] "HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $Arachnodactyly$`_is_leaf` #> [1] TRUE #> #> $Arachnodactyly$children #> list() #> #> $Arachnodactyly$value #> [1] "Arachnodactyly" #> #> #> $`ARC syndrome` #> $`ARC syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050763" #> #> $`ARC syndrome`$`_id` #> [1] "DOID_0050763<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ARC syndrome`$privateGeneCount #> [1] 0 #> #> $`ARC syndrome`$publicGeneCount #> [1] 2 #> #> $`ARC syndrome`$urlId #> [1] "DOID_0050763" #> #> $`ARC syndrome`$dbPhenotype #> [1] TRUE #> #> $`ARC syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ARC syndrome`$`_is_leaf` #> [1] TRUE #> #> $`ARC syndrome`$children #> list() #> #> $`ARC syndrome`$value #> [1] "ARC syndrome" #> #> #> $`ARC syndrome` #> $`ARC syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050763" #> #> $`ARC syndrome`$`_id` #> [1] "DOID_0050763<DOID_225<DOID_4" #> #> $`ARC syndrome`$privateGeneCount #> [1] 0 #> #> $`ARC syndrome`$publicGeneCount #> [1] 2 #> #> $`ARC syndrome`$urlId #> [1] "DOID_0050763" #> #> $`ARC syndrome`$dbPhenotype #> [1] TRUE #> #> $`ARC syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`ARC syndrome`$`_is_leaf` #> [1] TRUE #> #> $`ARC syndrome`$children #> list() #> #> $`ARC syndrome`$value #> [1] "ARC syndrome" #> #> #> $`arcus senilis` #> $`arcus senilis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11342" #> #> $`arcus senilis`$`_id` #> [1] "DOID_11342<DOID_1237<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`arcus senilis`$privateGeneCount #> [1] 0 #> #> $`arcus senilis`$publicGeneCount #> [1] 1 #> #> $`arcus senilis`$urlId #> [1] "DOID_11342" #> #> $`arcus senilis`$dbPhenotype #> [1] TRUE #> #> $`arcus senilis`$`_parent` #> [1] "DOID_1237<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`arcus senilis`$`_is_leaf` #> [1] TRUE #> #> $`arcus senilis`$children #> list() #> #> $`arcus senilis`$value #> [1] "arcus senilis" #> #> #> $`arcus senilis` #> $`arcus senilis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11342" #> #> $`arcus senilis`$`_id` #> [1] "DOID_11342<DOID_1237<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`arcus senilis`$privateGeneCount #> [1] 0 #> #> $`arcus senilis`$publicGeneCount #> [1] 1 #> #> $`arcus senilis`$urlId #> [1] "DOID_11342" #> #> $`arcus senilis`$dbPhenotype #> [1] TRUE #> #> $`arcus senilis`$`_parent` #> [1] "DOID_1237<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`arcus senilis`$`_is_leaf` #> [1] TRUE #> #> $`arcus senilis`$children #> list() #> #> $`arcus senilis`$value #> [1] "arcus senilis" #> #> #> $`argininosuccinic aciduria` #> $`argininosuccinic aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14755" #> #> $`argininosuccinic aciduria`$`_id` #> [1] "DOID_14755<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`argininosuccinic aciduria`$privateGeneCount #> [1] 0 #> #> $`argininosuccinic aciduria`$publicGeneCount #> [1] 1 #> #> $`argininosuccinic aciduria`$urlId #> [1] "DOID_14755" #> #> $`argininosuccinic aciduria`$dbPhenotype #> [1] TRUE #> #> $`argininosuccinic aciduria`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`argininosuccinic aciduria`$`_is_leaf` #> [1] TRUE #> #> $`argininosuccinic aciduria`$children #> list() #> #> $`argininosuccinic aciduria`$value #> [1] "argininosuccinic aciduria" #> #> #> $`Arnold-Chiari malformation` #> $`Arnold-Chiari malformation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002308" #> #> $`Arnold-Chiari malformation`$`_id` #> [1] "HP_0002308<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Arnold-Chiari malformation`$privateGeneCount #> [1] 0 #> #> $`Arnold-Chiari malformation`$publicGeneCount #> [1] 1 #> #> $`Arnold-Chiari malformation`$urlId #> [1] "HP_0002308" #> #> $`Arnold-Chiari malformation`$dbPhenotype #> [1] TRUE #> #> $`Arnold-Chiari malformation`$`_parent` #> [1] "HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Arnold-Chiari malformation`$`_is_leaf` #> [1] TRUE #> #> $`Arnold-Chiari malformation`$children #> list() #> #> $`Arnold-Chiari malformation`$value #> [1] "Arnold-Chiari malformation" #> #> #> $Arrhythmia #> $Arrhythmia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011675" #> #> $Arrhythmia$`_id` #> [1] "HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Arrhythmia$privateGeneCount #> [1] 0 #> #> $Arrhythmia$publicGeneCount #> [1] 124 #> #> $Arrhythmia$urlId #> [1] "HP_0011675" #> #> $Arrhythmia$dbPhenotype #> [1] TRUE #> #> $Arrhythmia$`_parent` #> [1] "HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Arrhythmia$`_is_leaf` #> [1] FALSE #> #> $Arrhythmia$children #> $Arrhythmia$children[[1]] #> [1] "HP_0011702<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Arrhythmia$children[[2]] #> [1] "HP_0001662<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Arrhythmia$children[[3]] #> [1] "HP_0001695<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Arrhythmia$children[[4]] #> [1] "HP_0005115<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Arrhythmia$children[[5]] #> [1] "HP_0001649<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Arrhythmia$children[[6]] #> [1] "HP_0004308<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $Arrhythmia$value #> [1] "Arrhythmia" #> #> #> $`arrhythmogenic right ventricular cardiomyopathy` #> $`arrhythmogenic right ventricular cardiomyopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050431" #> #> $`arrhythmogenic right ventricular cardiomyopathy`$`_id` #> [1] "DOID_0050431<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`arrhythmogenic right ventricular cardiomyopathy`$privateGeneCount #> [1] 0 #> #> $`arrhythmogenic right ventricular cardiomyopathy`$publicGeneCount #> [1] 11 #> #> $`arrhythmogenic right ventricular cardiomyopathy`$urlId #> [1] "DOID_0050431" #> #> $`arrhythmogenic right ventricular cardiomyopathy`$dbPhenotype #> [1] TRUE #> #> $`arrhythmogenic right ventricular cardiomyopathy`$`_parent` #> [1] "DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`arrhythmogenic right ventricular cardiomyopathy`$`_is_leaf` #> [1] TRUE #> #> $`arrhythmogenic right ventricular cardiomyopathy`$children #> list() #> #> $`arrhythmogenic right ventricular cardiomyopathy`$value #> [1] "arrhythmogenic right ventricular cardiomyopathy" #> #> #> $`arterial calcification of infancy` #> $`arterial calcification of infancy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050644" #> #> $`arterial calcification of infancy`$`_id` #> [1] "DOID_0050644<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`arterial calcification of infancy`$privateGeneCount #> [1] 0 #> #> $`arterial calcification of infancy`$publicGeneCount #> [1] 2 #> #> $`arterial calcification of infancy`$urlId #> [1] "DOID_0050644" #> #> $`arterial calcification of infancy`$dbPhenotype #> [1] TRUE #> #> $`arterial calcification of infancy`$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`arterial calcification of infancy`$`_is_leaf` #> [1] TRUE #> #> $`arterial calcification of infancy`$children #> list() #> #> $`arterial calcification of infancy`$value #> [1] "arterial calcification of infancy" #> #> #> $`Arterial stenosis` #> $`Arterial stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100545" #> #> $`Arterial stenosis`$`_id` #> [1] "HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arterial stenosis`$privateGeneCount #> [1] 0 #> #> $`Arterial stenosis`$publicGeneCount #> [1] 8 #> #> $`Arterial stenosis`$urlId #> [1] "HP_0100545" #> #> $`Arterial stenosis`$dbPhenotype #> [1] FALSE #> #> $`Arterial stenosis`$`_parent` #> [1] "HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arterial stenosis`$`_is_leaf` #> [1] FALSE #> #> $`Arterial stenosis`$children #> $`Arterial stenosis`$children[[1]] #> [1] "HP_0002637<HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arterial stenosis`$children[[2]] #> [1] "HP_0004950<HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Arterial stenosis`$value #> [1] "Arterial stenosis" #> #> #> $`Arterial stenosis` #> $`Arterial stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100545" #> #> $`Arterial stenosis`$`_id` #> [1] "HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arterial stenosis`$privateGeneCount #> [1] 0 #> #> $`Arterial stenosis`$publicGeneCount #> [1] 8 #> #> $`Arterial stenosis`$urlId #> [1] "HP_0100545" #> #> $`Arterial stenosis`$dbPhenotype #> [1] FALSE #> #> $`Arterial stenosis`$`_parent` #> [1] "HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arterial stenosis`$`_is_leaf` #> [1] FALSE #> #> $`Arterial stenosis`$children #> $`Arterial stenosis`$children[[1]] #> [1] "HP_0002637<HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arterial stenosis`$children[[2]] #> [1] "HP_0004950<HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Arterial stenosis`$value #> [1] "Arterial stenosis" #> #> #> $`arterial tortuosity syndrome` #> $`arterial tortuosity syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050645" #> #> $`arterial tortuosity syndrome`$`_id` #> [1] "DOID_0050645<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`arterial tortuosity syndrome`$privateGeneCount #> [1] 0 #> #> $`arterial tortuosity syndrome`$publicGeneCount #> [1] 1 #> #> $`arterial tortuosity syndrome`$urlId #> [1] "DOID_0050645" #> #> $`arterial tortuosity syndrome`$dbPhenotype #> [1] TRUE #> #> $`arterial tortuosity syndrome`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`arterial tortuosity syndrome`$`_is_leaf` #> [1] TRUE #> #> $`arterial tortuosity syndrome`$children #> list() #> #> $`arterial tortuosity syndrome`$value #> [1] "arterial tortuosity syndrome" #> #> #> $arteriolosclerosis #> $arteriolosclerosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5162" #> #> $arteriolosclerosis$`_id` #> [1] "DOID_5162<DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $arteriolosclerosis$privateGeneCount #> [1] 0 #> #> $arteriolosclerosis$publicGeneCount #> [1] 1 #> #> $arteriolosclerosis$urlId #> [1] "DOID_5162" #> #> $arteriolosclerosis$dbPhenotype #> [1] TRUE #> #> $arteriolosclerosis$`_parent` #> [1] "DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $arteriolosclerosis$`_is_leaf` #> [1] TRUE #> #> $arteriolosclerosis$children #> list() #> #> $arteriolosclerosis$value #> [1] "arteriolosclerosis" #> #> #> $arteriosclerosis #> $arteriosclerosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2349" #> #> $arteriosclerosis$`_id` #> [1] "DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $arteriosclerosis$privateGeneCount #> [1] 0 #> #> $arteriosclerosis$publicGeneCount #> [1] 133 #> #> $arteriosclerosis$urlId #> [1] "DOID_2349" #> #> $arteriosclerosis$dbPhenotype #> [1] TRUE #> #> $arteriosclerosis$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $arteriosclerosis$`_is_leaf` #> [1] FALSE #> #> $arteriosclerosis$children #> $arteriosclerosis$children[[1]] #> [1] "DOID_5162<DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $arteriosclerosis$children[[2]] #> [1] "DOID_5160<DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $arteriosclerosis$children[[3]] #> [1] "DOID_2348<DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $arteriosclerosis$value #> [1] "arteriosclerosis" #> #> #> $`arteriosclerosis obliterans` #> $`arteriosclerosis obliterans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5160" #> #> $`arteriosclerosis obliterans`$`_id` #> [1] "DOID_5160<DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`arteriosclerosis obliterans`$privateGeneCount #> [1] 0 #> #> $`arteriosclerosis obliterans`$publicGeneCount #> [1] 1 #> #> $`arteriosclerosis obliterans`$urlId #> [1] "DOID_5160" #> #> $`arteriosclerosis obliterans`$dbPhenotype #> [1] TRUE #> #> $`arteriosclerosis obliterans`$`_parent` #> [1] "DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`arteriosclerosis obliterans`$`_is_leaf` #> [1] TRUE #> #> $`arteriosclerosis obliterans`$children #> list() #> #> $`arteriosclerosis obliterans`$value #> [1] "arteriosclerosis obliterans" #> #> #> $`arteriosclerotic cardiovascular disease` #> $`arteriosclerotic cardiovascular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2348" #> #> $`arteriosclerotic cardiovascular disease`$`_id` #> [1] "DOID_2348<DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`arteriosclerotic cardiovascular disease`$privateGeneCount #> [1] 0 #> #> $`arteriosclerotic cardiovascular disease`$publicGeneCount #> [1] 79 #> #> $`arteriosclerotic cardiovascular disease`$urlId #> [1] "DOID_2348" #> #> $`arteriosclerotic cardiovascular disease`$dbPhenotype #> [1] FALSE #> #> $`arteriosclerotic cardiovascular disease`$`_parent` #> [1] "DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`arteriosclerotic cardiovascular disease`$`_is_leaf` #> [1] FALSE #> #> $`arteriosclerotic cardiovascular disease`$children #> $`arteriosclerotic cardiovascular disease`$children[[1]] #> [1] "DOID_1936<DOID_2348<DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`arteriosclerotic cardiovascular disease`$value #> [1] "arteriosclerotic cardiovascular disease" #> #> #> $`Arteriovenous fistula` #> $`Arteriovenous fistula`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004947" #> #> $`Arteriovenous fistula`$`_id` #> [1] "HP_0004947<HP_0100026<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arteriovenous fistula`$privateGeneCount #> [1] 0 #> #> $`Arteriovenous fistula`$publicGeneCount #> [1] 5 #> #> $`Arteriovenous fistula`$urlId #> [1] "HP_0004947" #> #> $`Arteriovenous fistula`$dbPhenotype #> [1] TRUE #> #> $`Arteriovenous fistula`$`_parent` #> [1] "HP_0100026<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arteriovenous fistula`$`_is_leaf` #> [1] TRUE #> #> $`Arteriovenous fistula`$children #> list() #> #> $`Arteriovenous fistula`$value #> [1] "Arteriovenous fistula" #> #> #> $`Arteriovenous fistula` #> $`Arteriovenous fistula`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004947" #> #> $`Arteriovenous fistula`$`_id` #> [1] "HP_0004947<HP_0100026<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arteriovenous fistula`$privateGeneCount #> [1] 0 #> #> $`Arteriovenous fistula`$publicGeneCount #> [1] 5 #> #> $`Arteriovenous fistula`$urlId #> [1] "HP_0004947" #> #> $`Arteriovenous fistula`$dbPhenotype #> [1] TRUE #> #> $`Arteriovenous fistula`$`_parent` #> [1] "HP_0100026<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arteriovenous fistula`$`_is_leaf` #> [1] TRUE #> #> $`Arteriovenous fistula`$children #> list() #> #> $`Arteriovenous fistula`$value #> [1] "Arteriovenous fistula" #> #> #> $`Arteriovenous malformation` #> $`Arteriovenous malformation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100026" #> #> $`Arteriovenous malformation`$`_id` #> [1] "HP_0100026<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arteriovenous malformation`$privateGeneCount #> [1] 0 #> #> $`Arteriovenous malformation`$publicGeneCount #> [1] 5 #> #> $`Arteriovenous malformation`$urlId #> [1] "HP_0100026" #> #> $`Arteriovenous malformation`$dbPhenotype #> [1] FALSE #> #> $`Arteriovenous malformation`$`_parent` #> [1] "HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arteriovenous malformation`$`_is_leaf` #> [1] FALSE #> #> $`Arteriovenous malformation`$children #> $`Arteriovenous malformation`$children[[1]] #> [1] "HP_0004947<HP_0100026<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Arteriovenous malformation`$value #> [1] "Arteriovenous malformation" #> #> #> $`Arteriovenous malformation` #> $`Arteriovenous malformation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100026" #> #> $`Arteriovenous malformation`$`_id` #> [1] "HP_0100026<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arteriovenous malformation`$privateGeneCount #> [1] 0 #> #> $`Arteriovenous malformation`$publicGeneCount #> [1] 5 #> #> $`Arteriovenous malformation`$urlId #> [1] "HP_0100026" #> #> $`Arteriovenous malformation`$dbPhenotype #> [1] FALSE #> #> $`Arteriovenous malformation`$`_parent` #> [1] "HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arteriovenous malformation`$`_is_leaf` #> [1] FALSE #> #> $`Arteriovenous malformation`$children #> $`Arteriovenous malformation`$children[[1]] #> [1] "HP_0004947<HP_0100026<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Arteriovenous malformation`$value #> [1] "Arteriovenous malformation" #> #> #> $Arteritis #> $Arteritis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012089" #> #> $Arteritis$`_id` #> [1] "HP_0012089<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Arteritis$privateGeneCount #> [1] 0 #> #> $Arteritis$publicGeneCount #> [1] 3 #> #> $Arteritis$urlId #> [1] "HP_0012089" #> #> $Arteritis$dbPhenotype #> [1] TRUE #> #> $Arteritis$`_parent` #> [1] "HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Arteritis$`_is_leaf` #> [1] TRUE #> #> $Arteritis$children #> list() #> #> $Arteritis$value #> [1] "Arteritis" #> #> #> $Arteritis #> $Arteritis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012089" #> #> $Arteritis$`_id` #> [1] "HP_0012089<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $Arteritis$privateGeneCount #> [1] 0 #> #> $Arteritis$publicGeneCount #> [1] 3 #> #> $Arteritis$urlId #> [1] "HP_0012089" #> #> $Arteritis$dbPhenotype #> [1] TRUE #> #> $Arteritis$`_parent` #> [1] "HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $Arteritis$`_is_leaf` #> [1] TRUE #> #> $Arteritis$children #> list() #> #> $Arteritis$value #> [1] "Arteritis" #> #> #> $`artery disease` #> $`artery disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050828" #> #> $`artery disease`$`_id` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$privateGeneCount #> [1] 0 #> #> $`artery disease`$publicGeneCount #> [1] 893 #> #> $`artery disease`$urlId #> [1] "DOID_0050828" #> #> $`artery disease`$dbPhenotype #> [1] FALSE #> #> $`artery disease`$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$`_is_leaf` #> [1] FALSE #> #> $`artery disease`$children #> $`artery disease`$children[[1]] #> [1] "DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[2]] #> [1] "DOID_0050644<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[3]] #> [1] "DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[4]] #> [1] "DOID_3407<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[5]] #> [1] "DOID_3527<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[6]] #> [1] "DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[7]] #> [1] "DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[8]] #> [1] "DOID_60001<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[9]] #> [1] "DOID_2388<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[10]] #> [1] "DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[11]] #> [1] "DOID_13096<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[12]] #> [1] "DOID_2508<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`artery disease`$value #> [1] "artery disease" #> #> #> $Arthralgia #> $Arthralgia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002829" #> #> $Arthralgia$`_id` #> [1] "HP_0002829<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $Arthralgia$privateGeneCount #> [1] 0 #> #> $Arthralgia$publicGeneCount #> [1] 2 #> #> $Arthralgia$urlId #> [1] "HP_0002829" #> #> $Arthralgia$dbPhenotype #> [1] TRUE #> #> $Arthralgia$`_parent` #> [1] "HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $Arthralgia$`_is_leaf` #> [1] TRUE #> #> $Arthralgia$children #> list() #> #> $Arthralgia$value #> [1] "Arthralgia" #> #> #> $arthritis #> $arthritis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_848" #> #> $arthritis$`_id` #> [1] "DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthritis$privateGeneCount #> [1] 0 #> #> $arthritis$publicGeneCount #> [1] 551 #> #> $arthritis$urlId #> [1] "DOID_848" #> #> $arthritis$dbPhenotype #> [1] TRUE #> #> $arthritis$`_parent` #> [1] "DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthritis$`_is_leaf` #> [1] FALSE #> #> $arthritis$children #> $arthritis$children[[1]] #> [1] "DOID_1156<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthritis$children[[2]] #> [1] "DOID_13189<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthritis$children[[3]] #> [1] "DOID_8398<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthritis$children[[4]] #> [1] "DOID_6196<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthritis$children[[5]] #> [1] "DOID_7148<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthritis$children[[6]] #> [1] "DOID_813<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $arthritis$value #> [1] "arthritis" #> #> #> $`Arthrogryposis multiplex congenita` #> $`Arthrogryposis multiplex congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002804" #> #> $`Arthrogryposis multiplex congenita`$`_id` #> [1] "HP_0002804<HP_0002803<HP_0001371<HP_0003549<HP_0000118<HP_0000001" #> #> $`Arthrogryposis multiplex congenita`$privateGeneCount #> [1] 0 #> #> $`Arthrogryposis multiplex congenita`$publicGeneCount #> [1] 7 #> #> $`Arthrogryposis multiplex congenita`$urlId #> [1] "HP_0002804" #> #> $`Arthrogryposis multiplex congenita`$dbPhenotype #> [1] TRUE #> #> $`Arthrogryposis multiplex congenita`$`_parent` #> [1] "HP_0002803<HP_0001371<HP_0003549<HP_0000118<HP_0000001" #> #> $`Arthrogryposis multiplex congenita`$`_is_leaf` #> [1] TRUE #> #> $`Arthrogryposis multiplex congenita`$children #> list() #> #> $`Arthrogryposis multiplex congenita`$value #> [1] "Arthrogryposis multiplex congenita" #> #> #> $`Arthrogryposis multiplex congenita` #> $`Arthrogryposis multiplex congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002804" #> #> $`Arthrogryposis multiplex congenita`$`_id` #> [1] "HP_0002804<HP_0002803<HP_0001371<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Arthrogryposis multiplex congenita`$privateGeneCount #> [1] 0 #> #> $`Arthrogryposis multiplex congenita`$publicGeneCount #> [1] 7 #> #> $`Arthrogryposis multiplex congenita`$urlId #> [1] "HP_0002804" #> #> $`Arthrogryposis multiplex congenita`$dbPhenotype #> [1] TRUE #> #> $`Arthrogryposis multiplex congenita`$`_parent` #> [1] "HP_0002803<HP_0001371<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Arthrogryposis multiplex congenita`$`_is_leaf` #> [1] TRUE #> #> $`Arthrogryposis multiplex congenita`$children #> list() #> #> $`Arthrogryposis multiplex congenita`$value #> [1] "Arthrogryposis multiplex congenita" #> #> #> $`Arthrogryposis multiplex congenita` #> $`Arthrogryposis multiplex congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002804" #> #> $`Arthrogryposis multiplex congenita`$`_id` #> [1] "HP_0002804<HP_0002803<HP_0001371<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Arthrogryposis multiplex congenita`$privateGeneCount #> [1] 0 #> #> $`Arthrogryposis multiplex congenita`$publicGeneCount #> [1] 7 #> #> $`Arthrogryposis multiplex congenita`$urlId #> [1] "HP_0002804" #> #> $`Arthrogryposis multiplex congenita`$dbPhenotype #> [1] TRUE #> #> $`Arthrogryposis multiplex congenita`$`_parent` #> [1] "HP_0002803<HP_0001371<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Arthrogryposis multiplex congenita`$`_is_leaf` #> [1] TRUE #> #> $`Arthrogryposis multiplex congenita`$children #> list() #> #> $`Arthrogryposis multiplex congenita`$value #> [1] "Arthrogryposis multiplex congenita" #> #> #> $`Arthrogryposis multiplex congenita` #> $`Arthrogryposis multiplex congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002804" #> #> $`Arthrogryposis multiplex congenita`$`_id` #> [1] "HP_0002804<HP_0002803<HP_0001371<HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Arthrogryposis multiplex congenita`$privateGeneCount #> [1] 0 #> #> $`Arthrogryposis multiplex congenita`$publicGeneCount #> [1] 7 #> #> $`Arthrogryposis multiplex congenita`$urlId #> [1] "HP_0002804" #> #> $`Arthrogryposis multiplex congenita`$dbPhenotype #> [1] TRUE #> #> $`Arthrogryposis multiplex congenita`$`_parent` #> [1] "HP_0002803<HP_0001371<HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Arthrogryposis multiplex congenita`$`_is_leaf` #> [1] TRUE #> #> $`Arthrogryposis multiplex congenita`$children #> list() #> #> $`Arthrogryposis multiplex congenita`$value #> [1] "Arthrogryposis multiplex congenita" #> #> #> $arthropathy #> $arthropathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_381" #> #> $arthropathy$`_id` #> [1] "DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthropathy$privateGeneCount #> [1] 0 #> #> $arthropathy$publicGeneCount #> [1] 18 #> #> $arthropathy$urlId #> [1] "DOID_381" #> #> $arthropathy$dbPhenotype #> [1] TRUE #> #> $arthropathy$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthropathy$`_is_leaf` #> [1] FALSE #> #> $arthropathy$children #> $arthropathy$children[[1]] #> [1] "DOID_227<DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthropathy$children[[2]] #> [1] "DOID_14286<DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthropathy$children[[3]] #> [1] "DOID_1123<DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $arthropathy$value #> [1] "arthropathy" #> #> #> $`arthus reaction` #> $`arthus reaction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1556" #> #> $`arthus reaction`$`_id` #> [1] "DOID_1556<DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`arthus reaction`$privateGeneCount #> [1] 0 #> #> $`arthus reaction`$publicGeneCount #> [1] 1 #> #> $`arthus reaction`$urlId #> [1] "DOID_1556" #> #> $`arthus reaction`$dbPhenotype #> [1] TRUE #> #> $`arthus reaction`$`_parent` #> [1] "DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`arthus reaction`$`_is_leaf` #> [1] TRUE #> #> $`arthus reaction`$children #> list() #> #> $`arthus reaction`$value #> [1] "arthus reaction" #> #> #> $`articular cartilage disease` #> $`articular cartilage disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6227" #> #> $`articular cartilage disease`$`_id` #> [1] "DOID_6227<DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`articular cartilage disease`$privateGeneCount #> [1] 0 #> #> $`articular cartilage disease`$publicGeneCount #> [1] 7 #> #> $`articular cartilage disease`$urlId #> [1] "DOID_6227" #> #> $`articular cartilage disease`$dbPhenotype #> [1] FALSE #> #> $`articular cartilage disease`$`_parent` #> [1] "DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`articular cartilage disease`$`_is_leaf` #> [1] FALSE #> #> $`articular cartilage disease`$children #> $`articular cartilage disease`$children[[1]] #> [1] "DOID_2557<DOID_6227<DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`articular cartilage disease`$value #> [1] "articular cartilage disease" #> #> #> $`articulation disorder` #> $`articulation disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4186" #> #> $`articulation disorder`$`_id` #> [1] "DOID_4186<DOID_92<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`articulation disorder`$privateGeneCount #> [1] 0 #> #> $`articulation disorder`$publicGeneCount #> [1] 2 #> #> $`articulation disorder`$urlId #> [1] "DOID_4186" #> #> $`articulation disorder`$dbPhenotype #> [1] FALSE #> #> $`articulation disorder`$`_parent` #> [1] "DOID_92<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`articulation disorder`$`_is_leaf` #> [1] FALSE #> #> $`articulation disorder`$children #> $`articulation disorder`$children[[1]] #> [1] "DOID_0060243<DOID_4186<DOID_92<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`articulation disorder`$value #> [1] "articulation disorder" #> #> #> $`Arts syndrome` #> $`Arts syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050647" #> #> $`Arts syndrome`$`_id` #> [1] "DOID_0050647<DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Arts syndrome`$privateGeneCount #> [1] 0 #> #> $`Arts syndrome`$publicGeneCount #> [1] 1 #> #> $`Arts syndrome`$urlId #> [1] "DOID_0050647" #> #> $`Arts syndrome`$dbPhenotype #> [1] TRUE #> #> $`Arts syndrome`$`_parent` #> [1] "DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Arts syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Arts syndrome`$children #> list() #> #> $`Arts syndrome`$value #> [1] "Arts syndrome" #> #> #> $`Arts syndrome` #> $`Arts syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050647" #> #> $`Arts syndrome`$`_id` #> [1] "DOID_0050647<DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Arts syndrome`$privateGeneCount #> [1] 0 #> #> $`Arts syndrome`$publicGeneCount #> [1] 1 #> #> $`Arts syndrome`$urlId #> [1] "DOID_0050647" #> #> $`Arts syndrome`$dbPhenotype #> [1] TRUE #> #> $`Arts syndrome`$`_parent` #> [1] "DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Arts syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Arts syndrome`$children #> list() #> #> $`Arts syndrome`$value #> [1] "Arts syndrome" #> #> #> $asbestosis #> $asbestosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10320" #> #> $asbestosis$`_id` #> [1] "DOID_10320<DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $asbestosis$privateGeneCount #> [1] 0 #> #> $asbestosis$publicGeneCount #> [1] 10 #> #> $asbestosis$urlId #> [1] "DOID_10320" #> #> $asbestosis$dbPhenotype #> [1] TRUE #> #> $asbestosis$`_parent` #> [1] "DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $asbestosis$`_is_leaf` #> [1] TRUE #> #> $asbestosis$children #> list() #> #> $asbestosis$value #> [1] "asbestosis" #> #> #> $asbestosis #> $asbestosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10320" #> #> $asbestosis$`_id` #> [1] "DOID_10320<DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $asbestosis$privateGeneCount #> [1] 0 #> #> $asbestosis$publicGeneCount #> [1] 10 #> #> $asbestosis$urlId #> [1] "DOID_10320" #> #> $asbestosis$dbPhenotype #> [1] TRUE #> #> $asbestosis$`_parent` #> [1] "DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $asbestosis$`_is_leaf` #> [1] TRUE #> #> $asbestosis$children #> list() #> #> $asbestosis$value #> [1] "asbestosis" #> #> #> $Ascites #> $Ascites$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001541" #> #> $Ascites$`_id` #> [1] "HP_0001541<HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $Ascites$privateGeneCount #> [1] 0 #> #> $Ascites$publicGeneCount #> [1] 1 #> #> $Ascites$urlId #> [1] "HP_0001541" #> #> $Ascites$dbPhenotype #> [1] TRUE #> #> $Ascites$`_parent` #> [1] "HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $Ascites$`_is_leaf` #> [1] TRUE #> #> $Ascites$children #> list() #> #> $Ascites$value #> [1] "Ascites" #> #> #> $`aseptic meningitis` #> $`aseptic meningitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12157" #> #> $`aseptic meningitis`$`_id` #> [1] "DOID_12157<DOID_9471<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`aseptic meningitis`$privateGeneCount #> [1] 0 #> #> $`aseptic meningitis`$publicGeneCount #> [1] 2 #> #> $`aseptic meningitis`$urlId #> [1] "DOID_12157" #> #> $`aseptic meningitis`$dbPhenotype #> [1] TRUE #> #> $`aseptic meningitis`$`_parent` #> [1] "DOID_9471<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`aseptic meningitis`$`_is_leaf` #> [1] TRUE #> #> $`aseptic meningitis`$children #> list() #> #> $`aseptic meningitis`$value #> [1] "aseptic meningitis" #> #> #> $aspartylglucosaminuria #> $aspartylglucosaminuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050461" #> #> $aspartylglucosaminuria$`_id` #> [1] "DOID_0050461<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $aspartylglucosaminuria$privateGeneCount #> [1] 0 #> #> $aspartylglucosaminuria$publicGeneCount #> [1] 1 #> #> $aspartylglucosaminuria$urlId #> [1] "DOID_0050461" #> #> $aspartylglucosaminuria$dbPhenotype #> [1] TRUE #> #> $aspartylglucosaminuria$`_parent` #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $aspartylglucosaminuria$`_is_leaf` #> [1] TRUE #> #> $aspartylglucosaminuria$children #> list() #> #> $aspartylglucosaminuria$value #> [1] "aspartylglucosaminuria" #> #> #> $aspartylglucosaminuria #> $aspartylglucosaminuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050461" #> #> $aspartylglucosaminuria$`_id` #> [1] "DOID_0050461<DOID_630<DOID_4" #> #> $aspartylglucosaminuria$privateGeneCount #> [1] 0 #> #> $aspartylglucosaminuria$publicGeneCount #> [1] 1 #> #> $aspartylglucosaminuria$urlId #> [1] "DOID_0050461" #> #> $aspartylglucosaminuria$dbPhenotype #> [1] TRUE #> #> $aspartylglucosaminuria$`_parent` #> [1] "DOID_630<DOID_4" #> #> $aspartylglucosaminuria$`_is_leaf` #> [1] TRUE #> #> $aspartylglucosaminuria$children #> list() #> #> $aspartylglucosaminuria$value #> [1] "aspartylglucosaminuria" #> #> #> $`Asperger syndrome` #> $`Asperger syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050432" #> #> $`Asperger syndrome`$`_id` #> [1] "DOID_0050432<DOID_0060041<DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`Asperger syndrome`$privateGeneCount #> [1] 0 #> #> $`Asperger syndrome`$publicGeneCount #> [1] 7 #> #> $`Asperger syndrome`$urlId #> [1] "DOID_0050432" #> #> $`Asperger syndrome`$dbPhenotype #> [1] TRUE #> #> $`Asperger syndrome`$`_parent` #> [1] "DOID_0060041<DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`Asperger syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Asperger syndrome`$children #> list() #> #> $`Asperger syndrome`$value #> [1] "Asperger syndrome" #> #> #> $aspergillosis #> $aspergillosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13564" #> #> $aspergillosis$`_id` #> [1] "DOID_13564<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $aspergillosis$privateGeneCount #> [1] 0 #> #> $aspergillosis$publicGeneCount #> [1] 18 #> #> $aspergillosis$urlId #> [1] "DOID_13564" #> #> $aspergillosis$dbPhenotype #> [1] TRUE #> #> $aspergillosis$`_parent` #> [1] "DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $aspergillosis$`_is_leaf` #> [1] FALSE #> #> $aspergillosis$children #> $aspergillosis$children[[1]] #> [1] "DOID_13166<DOID_13564<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $aspergillosis$children[[2]] #> [1] "DOID_0050153<DOID_13564<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> #> $aspergillosis$value #> [1] "aspergillosis" #> #> #> $`asphyxia neonatorum` #> $`asphyxia neonatorum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11088" #> #> $`asphyxia neonatorum`$`_id` #> [1] "DOID_11088<DOID_1579<DOID_7<DOID_4" #> #> $`asphyxia neonatorum`$privateGeneCount #> [1] 0 #> #> $`asphyxia neonatorum`$publicGeneCount #> [1] 7 #> #> $`asphyxia neonatorum`$urlId #> [1] "DOID_11088" #> #> $`asphyxia neonatorum`$dbPhenotype #> [1] TRUE #> #> $`asphyxia neonatorum`$`_parent` #> [1] "DOID_1579<DOID_7<DOID_4" #> #> $`asphyxia neonatorum`$`_is_leaf` #> [1] TRUE #> #> $`asphyxia neonatorum`$children #> list() #> #> $`asphyxia neonatorum`$value #> [1] "asphyxia neonatorum" #> #> #> $`asphyxiating thoracic dystrophy` #> $`asphyxiating thoracic dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050592" #> #> $`asphyxiating thoracic dystrophy`$`_id` #> [1] "DOID_0050592<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`asphyxiating thoracic dystrophy`$privateGeneCount #> [1] 0 #> #> $`asphyxiating thoracic dystrophy`$publicGeneCount #> [1] 4 #> #> $`asphyxiating thoracic dystrophy`$urlId #> [1] "DOID_0050592" #> #> $`asphyxiating thoracic dystrophy`$dbPhenotype #> [1] TRUE #> #> $`asphyxiating thoracic dystrophy`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`asphyxiating thoracic dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`asphyxiating thoracic dystrophy`$children #> list() #> #> $`asphyxiating thoracic dystrophy`$value #> [1] "asphyxiating thoracic dystrophy" #> #> #> $`asphyxiating thoracic dystrophy` #> $`asphyxiating thoracic dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050592" #> #> $`asphyxiating thoracic dystrophy`$`_id` #> [1] "DOID_0050592<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`asphyxiating thoracic dystrophy`$privateGeneCount #> [1] 0 #> #> $`asphyxiating thoracic dystrophy`$publicGeneCount #> [1] 4 #> #> $`asphyxiating thoracic dystrophy`$urlId #> [1] "DOID_0050592" #> #> $`asphyxiating thoracic dystrophy`$dbPhenotype #> [1] TRUE #> #> $`asphyxiating thoracic dystrophy`$`_parent` #> [1] "DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`asphyxiating thoracic dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`asphyxiating thoracic dystrophy`$children #> list() #> #> $`asphyxiating thoracic dystrophy`$value #> [1] "asphyxiating thoracic dystrophy" #> #> #> $`aspiration pneumonia` #> $`aspiration pneumonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050152" #> #> $`aspiration pneumonia`$`_id` #> [1] "DOID_0050152<DOID_874<DOID_104<DOID_0050117<DOID_4" #> #> $`aspiration pneumonia`$privateGeneCount #> [1] 0 #> #> $`aspiration pneumonia`$publicGeneCount #> [1] 2 #> #> $`aspiration pneumonia`$urlId #> [1] "DOID_0050152" #> #> $`aspiration pneumonia`$dbPhenotype #> [1] TRUE #> #> $`aspiration pneumonia`$`_parent` #> [1] "DOID_874<DOID_104<DOID_0050117<DOID_4" #> #> $`aspiration pneumonia`$`_is_leaf` #> [1] TRUE #> #> $`aspiration pneumonia`$children #> list() #> #> $`aspiration pneumonia`$value #> [1] "aspiration pneumonia" #> #> #> $`aspiration pneumonia` #> $`aspiration pneumonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050152" #> #> $`aspiration pneumonia`$`_id` #> [1] "DOID_0050152<DOID_874<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`aspiration pneumonia`$privateGeneCount #> [1] 0 #> #> $`aspiration pneumonia`$publicGeneCount #> [1] 2 #> #> $`aspiration pneumonia`$urlId #> [1] "DOID_0050152" #> #> $`aspiration pneumonia`$dbPhenotype #> [1] TRUE #> #> $`aspiration pneumonia`$`_parent` #> [1] "DOID_874<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`aspiration pneumonia`$`_is_leaf` #> [1] TRUE #> #> $`aspiration pneumonia`$children #> list() #> #> $`aspiration pneumonia`$value #> [1] "aspiration pneumonia" #> #> #> $`aspiration pneumonitis` #> $`aspiration pneumonitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3240" #> #> $`aspiration pneumonitis`$`_id` #> [1] "DOID_3240<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`aspiration pneumonitis`$privateGeneCount #> [1] 0 #> #> $`aspiration pneumonitis`$publicGeneCount #> [1] 2 #> #> $`aspiration pneumonitis`$urlId #> [1] "DOID_3240" #> #> $`aspiration pneumonitis`$dbPhenotype #> [1] TRUE #> #> $`aspiration pneumonitis`$`_parent` #> [1] "DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`aspiration pneumonitis`$`_is_leaf` #> [1] TRUE #> #> $`aspiration pneumonitis`$children #> list() #> #> $`aspiration pneumonitis`$value #> [1] "aspiration pneumonitis" #> #> #> $`Aspirin-induced asthma` #> $`Aspirin-induced asthma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012042" #> #> $`Aspirin-induced asthma`$`_id` #> [1] "HP_0012042<HP_0002099<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Aspirin-induced asthma`$privateGeneCount #> [1] 0 #> #> $`Aspirin-induced asthma`$publicGeneCount #> [1] 2 #> #> $`Aspirin-induced asthma`$urlId #> [1] "HP_0012042" #> #> $`Aspirin-induced asthma`$dbPhenotype #> [1] TRUE #> #> $`Aspirin-induced asthma`$`_parent` #> [1] "HP_0002099<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Aspirin-induced asthma`$`_is_leaf` #> [1] TRUE #> #> $`Aspirin-induced asthma`$children #> list() #> #> $`Aspirin-induced asthma`$value #> [1] "Aspirin-induced asthma" #> #> #> $`Aspirin-induced asthma` #> $`Aspirin-induced asthma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012042" #> #> $`Aspirin-induced asthma`$`_id` #> [1] "HP_0012042<HP_0002099<HP_0100326<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Aspirin-induced asthma`$privateGeneCount #> [1] 0 #> #> $`Aspirin-induced asthma`$publicGeneCount #> [1] 2 #> #> $`Aspirin-induced asthma`$urlId #> [1] "HP_0012042" #> #> $`Aspirin-induced asthma`$dbPhenotype #> [1] TRUE #> #> $`Aspirin-induced asthma`$`_parent` #> [1] "HP_0002099<HP_0100326<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Aspirin-induced asthma`$`_is_leaf` #> [1] TRUE #> #> $`Aspirin-induced asthma`$children #> list() #> #> $`Aspirin-induced asthma`$value #> [1] "Aspirin-induced asthma" #> #> #> $Asplenia #> $Asplenia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001746" #> #> $Asplenia$`_id` #> [1] "HP_0001746<HP_0010451<HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Asplenia$privateGeneCount #> [1] 0 #> #> $Asplenia$publicGeneCount #> [1] 1 #> #> $Asplenia$urlId #> [1] "HP_0001746" #> #> $Asplenia$dbPhenotype #> [1] TRUE #> #> $Asplenia$`_parent` #> [1] "HP_0010451<HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Asplenia$`_is_leaf` #> [1] TRUE #> #> $Asplenia$children #> list() #> #> $Asplenia$value #> [1] "Asplenia" #> #> #> $Asplenia #> $Asplenia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001746" #> #> $Asplenia$`_id` #> [1] "HP_0001746<HP_0010451<HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Asplenia$privateGeneCount #> [1] 0 #> #> $Asplenia$publicGeneCount #> [1] 1 #> #> $Asplenia$urlId #> [1] "HP_0001746" #> #> $Asplenia$dbPhenotype #> [1] TRUE #> #> $Asplenia$`_parent` #> [1] "HP_0010451<HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Asplenia$`_is_leaf` #> [1] TRUE #> #> $Asplenia$children #> list() #> #> $Asplenia$value #> [1] "Asplenia" #> #> #> $Asplenia #> $Asplenia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001746" #> #> $Asplenia$`_id` #> [1] "HP_0001746<HP_0010451<HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $Asplenia$privateGeneCount #> [1] 0 #> #> $Asplenia$publicGeneCount #> [1] 1 #> #> $Asplenia$urlId #> [1] "HP_0001746" #> #> $Asplenia$dbPhenotype #> [1] TRUE #> #> $Asplenia$`_parent` #> [1] "HP_0010451<HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $Asplenia$`_is_leaf` #> [1] TRUE #> #> $Asplenia$children #> list() #> #> $Asplenia$value #> [1] "Asplenia" #> #> #> $asthma #> $asthma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2841" #> #> $asthma$`_id` #> [1] "DOID_2841<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $asthma$privateGeneCount #> [1] 0 #> #> $asthma$publicGeneCount #> [1] 286 #> #> $asthma$urlId #> [1] "DOID_2841" #> #> $asthma$dbPhenotype #> [1] TRUE #> #> $asthma$`_parent` #> [1] "DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $asthma$`_is_leaf` #> [1] FALSE #> #> $asthma$children #> $asthma$children[[1]] #> [1] "DOID_9360<DOID_2841<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $asthma$children[[2]] #> [1] "DOID_9362<DOID_2841<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $asthma$value #> [1] "asthma" #> #> #> $Asthma #> $Asthma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002099" #> #> $Asthma$`_id` #> [1] "HP_0002099<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Asthma$privateGeneCount #> [1] 0 #> #> $Asthma$publicGeneCount #> [1] 2 #> #> $Asthma$urlId #> [1] "HP_0002099" #> #> $Asthma$dbPhenotype #> [1] FALSE #> #> $Asthma$`_parent` #> [1] "HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Asthma$`_is_leaf` #> [1] FALSE #> #> $Asthma$children #> $Asthma$children[[1]] #> [1] "HP_0012042<HP_0002099<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> #> $Asthma$value #> [1] "Asthma" #> #> #> $Asthma #> $Asthma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002099" #> #> $Asthma$`_id` #> [1] "HP_0002099<HP_0100326<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $Asthma$privateGeneCount #> [1] 0 #> #> $Asthma$publicGeneCount #> [1] 2 #> #> $Asthma$urlId #> [1] "HP_0002099" #> #> $Asthma$dbPhenotype #> [1] FALSE #> #> $Asthma$`_parent` #> [1] "HP_0100326<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $Asthma$`_is_leaf` #> [1] FALSE #> #> $Asthma$children #> $Asthma$children[[1]] #> [1] "HP_0012042<HP_0002099<HP_0100326<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $Asthma$value #> [1] "Asthma" #> #> #> $astigmatism #> $astigmatism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11782" #> #> $astigmatism$`_id` #> [1] "DOID_11782<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $astigmatism$privateGeneCount #> [1] 0 #> #> $astigmatism$publicGeneCount #> [1] 6 #> #> $astigmatism$urlId #> [1] "DOID_11782" #> #> $astigmatism$dbPhenotype #> [1] TRUE #> #> $astigmatism$`_parent` #> [1] "DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $astigmatism$`_is_leaf` #> [1] TRUE #> #> $astigmatism$children #> list() #> #> $astigmatism$value #> [1] "astigmatism" #> #> #> $astrocytoma #> $astrocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3069" #> #> $astrocytoma$`_id` #> [1] "DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$privateGeneCount #> [1] 0 #> #> $astrocytoma$publicGeneCount #> [1] 109 #> #> $astrocytoma$urlId #> [1] "DOID_3069" #> #> $astrocytoma$dbPhenotype #> [1] TRUE #> #> $astrocytoma$`_parent` #> [1] "DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$`_is_leaf` #> [1] FALSE #> #> $astrocytoma$children #> $astrocytoma$children[[1]] #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[2]] #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[3]] #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[4]] #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[5]] #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $astrocytoma$value #> [1] "astrocytoma" #> #> #> $astrocytoma #> $astrocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3069" #> #> $astrocytoma$`_id` #> [1] "DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$privateGeneCount #> [1] 0 #> #> $astrocytoma$publicGeneCount #> [1] 109 #> #> $astrocytoma$urlId #> [1] "DOID_3069" #> #> $astrocytoma$dbPhenotype #> [1] TRUE #> #> $astrocytoma$`_parent` #> [1] "DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$`_is_leaf` #> [1] FALSE #> #> $astrocytoma$children #> $astrocytoma$children[[1]] #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[2]] #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[3]] #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[4]] #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[5]] #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $astrocytoma$value #> [1] "astrocytoma" #> #> #> $astrocytoma #> $astrocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3069" #> #> $astrocytoma$`_id` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$privateGeneCount #> [1] 0 #> #> $astrocytoma$publicGeneCount #> [1] 109 #> #> $astrocytoma$urlId #> [1] "DOID_3069" #> #> $astrocytoma$dbPhenotype #> [1] TRUE #> #> $astrocytoma$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$`_is_leaf` #> [1] FALSE #> #> $astrocytoma$children #> $astrocytoma$children[[1]] #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[2]] #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[3]] #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[4]] #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[5]] #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $astrocytoma$value #> [1] "astrocytoma" #> #> #> $astrocytoma #> $astrocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3069" #> #> $astrocytoma$`_id` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$privateGeneCount #> [1] 0 #> #> $astrocytoma$publicGeneCount #> [1] 109 #> #> $astrocytoma$urlId #> [1] "DOID_3069" #> #> $astrocytoma$dbPhenotype #> [1] TRUE #> #> $astrocytoma$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$`_is_leaf` #> [1] FALSE #> #> $astrocytoma$children #> $astrocytoma$children[[1]] #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[2]] #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[3]] #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[4]] #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[5]] #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $astrocytoma$value #> [1] "astrocytoma" #> #> #> $astrocytoma #> $astrocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3069" #> #> $astrocytoma$`_id` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$privateGeneCount #> [1] 0 #> #> $astrocytoma$publicGeneCount #> [1] 109 #> #> $astrocytoma$urlId #> [1] "DOID_3069" #> #> $astrocytoma$dbPhenotype #> [1] TRUE #> #> $astrocytoma$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$`_is_leaf` #> [1] FALSE #> #> $astrocytoma$children #> $astrocytoma$children[[1]] #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[2]] #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[3]] #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[4]] #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[5]] #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $astrocytoma$value #> [1] "astrocytoma" #> #> #> $astrocytoma #> $astrocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3069" #> #> $astrocytoma$`_id` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$privateGeneCount #> [1] 0 #> #> $astrocytoma$publicGeneCount #> [1] 109 #> #> $astrocytoma$urlId #> [1] "DOID_3069" #> #> $astrocytoma$dbPhenotype #> [1] TRUE #> #> $astrocytoma$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$`_is_leaf` #> [1] FALSE #> #> $astrocytoma$children #> $astrocytoma$children[[1]] #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[2]] #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[3]] #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[4]] #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[5]] #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $astrocytoma$value #> [1] "astrocytoma" #> #> #> $astrocytoma #> $astrocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3069" #> #> $astrocytoma$`_id` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$privateGeneCount #> [1] 0 #> #> $astrocytoma$publicGeneCount #> [1] 109 #> #> $astrocytoma$urlId #> [1] "DOID_3069" #> #> $astrocytoma$dbPhenotype #> [1] TRUE #> #> $astrocytoma$`_parent` #> [1] "DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$`_is_leaf` #> [1] FALSE #> #> $astrocytoma$children #> $astrocytoma$children[[1]] #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[2]] #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[3]] #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[4]] #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[5]] #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $astrocytoma$value #> [1] "astrocytoma" #> #> #> $astrocytoma #> $astrocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3069" #> #> $astrocytoma$`_id` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$privateGeneCount #> [1] 0 #> #> $astrocytoma$publicGeneCount #> [1] 109 #> #> $astrocytoma$urlId #> [1] "DOID_3069" #> #> $astrocytoma$dbPhenotype #> [1] TRUE #> #> $astrocytoma$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$`_is_leaf` #> [1] FALSE #> #> $astrocytoma$children #> $astrocytoma$children[[1]] #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[2]] #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[3]] #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[4]] #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[5]] #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $astrocytoma$value #> [1] "astrocytoma" #> #> #> $astrocytoma #> $astrocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3069" #> #> $astrocytoma$`_id` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$privateGeneCount #> [1] 0 #> #> $astrocytoma$publicGeneCount #> [1] 109 #> #> $astrocytoma$urlId #> [1] "DOID_3069" #> #> $astrocytoma$dbPhenotype #> [1] TRUE #> #> $astrocytoma$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$`_is_leaf` #> [1] FALSE #> #> $astrocytoma$children #> $astrocytoma$children[[1]] #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[2]] #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[3]] #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[4]] #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[5]] #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $astrocytoma$value #> [1] "astrocytoma" #> #> #> $astrocytoma #> $astrocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3069" #> #> $astrocytoma$`_id` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$privateGeneCount #> [1] 0 #> #> $astrocytoma$publicGeneCount #> [1] 109 #> #> $astrocytoma$urlId #> [1] "DOID_3069" #> #> $astrocytoma$dbPhenotype #> [1] TRUE #> #> $astrocytoma$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$`_is_leaf` #> [1] FALSE #> #> $astrocytoma$children #> $astrocytoma$children[[1]] #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[2]] #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[3]] #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[4]] #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[5]] #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $astrocytoma$value #> [1] "astrocytoma" #> #> #> $Ataxia #> $Ataxia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001251" #> #> $Ataxia$`_id` #> [1] "HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Ataxia$privateGeneCount #> [1] 0 #> #> $Ataxia$publicGeneCount #> [1] 26 #> #> $Ataxia$urlId #> [1] "HP_0001251" #> #> $Ataxia$dbPhenotype #> [1] TRUE #> #> $Ataxia$`_parent` #> [1] "HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Ataxia$`_is_leaf` #> [1] FALSE #> #> $Ataxia$children #> $Ataxia$children[[1]] #> [1] "HP_0002066<HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Ataxia$children[[2]] #> [1] "HP_0002470<HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Ataxia$children[[3]] #> [1] "HP_0002078<HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Ataxia$value #> [1] "Ataxia" #> #> #> $`ataxia telangiectasia` #> $`ataxia telangiectasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12704" #> #> $`ataxia telangiectasia`$`_id` #> [1] "DOID_12704<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ataxia telangiectasia`$privateGeneCount #> [1] 0 #> #> $`ataxia telangiectasia`$publicGeneCount #> [1] 6 #> #> $`ataxia telangiectasia`$urlId #> [1] "DOID_12704" #> #> $`ataxia telangiectasia`$dbPhenotype #> [1] TRUE #> #> $`ataxia telangiectasia`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ataxia telangiectasia`$`_is_leaf` #> [1] TRUE #> #> $`ataxia telangiectasia`$children #> list() #> #> $`ataxia telangiectasia`$value #> [1] "ataxia telangiectasia" #> #> #> $`ataxia telangiectasia` #> $`ataxia telangiectasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12704" #> #> $`ataxia telangiectasia`$`_id` #> [1] "DOID_12704<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`ataxia telangiectasia`$privateGeneCount #> [1] 0 #> #> $`ataxia telangiectasia`$publicGeneCount #> [1] 6 #> #> $`ataxia telangiectasia`$urlId #> [1] "DOID_12704" #> #> $`ataxia telangiectasia`$dbPhenotype #> [1] TRUE #> #> $`ataxia telangiectasia`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`ataxia telangiectasia`$`_is_leaf` #> [1] TRUE #> #> $`ataxia telangiectasia`$children #> list() #> #> $`ataxia telangiectasia`$value #> [1] "ataxia telangiectasia" #> #> #> $`ataxia telangiectasia` #> $`ataxia telangiectasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12704" #> #> $`ataxia telangiectasia`$`_id` #> [1] "DOID_12704<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`ataxia telangiectasia`$privateGeneCount #> [1] 0 #> #> $`ataxia telangiectasia`$publicGeneCount #> [1] 6 #> #> $`ataxia telangiectasia`$urlId #> [1] "DOID_12704" #> #> $`ataxia telangiectasia`$dbPhenotype #> [1] TRUE #> #> $`ataxia telangiectasia`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`ataxia telangiectasia`$`_is_leaf` #> [1] TRUE #> #> $`ataxia telangiectasia`$children #> list() #> #> $`ataxia telangiectasia`$value #> [1] "ataxia telangiectasia" #> #> #> $`ataxia with oculomotor apraxia type 1` #> $`ataxia with oculomotor apraxia type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050754" #> #> $`ataxia with oculomotor apraxia type 1`$`_id` #> [1] "DOID_0050754<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ataxia with oculomotor apraxia type 1`$privateGeneCount #> [1] 0 #> #> $`ataxia with oculomotor apraxia type 1`$publicGeneCount #> [1] 1 #> #> $`ataxia with oculomotor apraxia type 1`$urlId #> [1] "DOID_0050754" #> #> $`ataxia with oculomotor apraxia type 1`$dbPhenotype #> [1] TRUE #> #> $`ataxia with oculomotor apraxia type 1`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ataxia with oculomotor apraxia type 1`$`_is_leaf` #> [1] TRUE #> #> $`ataxia with oculomotor apraxia type 1`$children #> list() #> #> $`ataxia with oculomotor apraxia type 1`$value #> [1] "ataxia with oculomotor apraxia type 1" #> #> #> $`ataxia with oculomotor apraxia type 1` #> $`ataxia with oculomotor apraxia type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050754" #> #> $`ataxia with oculomotor apraxia type 1`$`_id` #> [1] "DOID_0050754<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`ataxia with oculomotor apraxia type 1`$privateGeneCount #> [1] 0 #> #> $`ataxia with oculomotor apraxia type 1`$publicGeneCount #> [1] 1 #> #> $`ataxia with oculomotor apraxia type 1`$urlId #> [1] "DOID_0050754" #> #> $`ataxia with oculomotor apraxia type 1`$dbPhenotype #> [1] TRUE #> #> $`ataxia with oculomotor apraxia type 1`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`ataxia with oculomotor apraxia type 1`$`_is_leaf` #> [1] TRUE #> #> $`ataxia with oculomotor apraxia type 1`$children #> list() #> #> $`ataxia with oculomotor apraxia type 1`$value #> [1] "ataxia with oculomotor apraxia type 1" #> #> #> $`ataxia with oculomotor apraxia type 1` #> $`ataxia with oculomotor apraxia type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050754" #> #> $`ataxia with oculomotor apraxia type 1`$`_id` #> [1] "DOID_0050754<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`ataxia with oculomotor apraxia type 1`$privateGeneCount #> [1] 0 #> #> $`ataxia with oculomotor apraxia type 1`$publicGeneCount #> [1] 1 #> #> $`ataxia with oculomotor apraxia type 1`$urlId #> [1] "DOID_0050754" #> #> $`ataxia with oculomotor apraxia type 1`$dbPhenotype #> [1] TRUE #> #> $`ataxia with oculomotor apraxia type 1`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`ataxia with oculomotor apraxia type 1`$`_is_leaf` #> [1] TRUE #> #> $`ataxia with oculomotor apraxia type 1`$children #> list() #> #> $`ataxia with oculomotor apraxia type 1`$value #> [1] "ataxia with oculomotor apraxia type 1" #> #> #> $`ataxic cerebral palsy` #> $`ataxic cerebral palsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050670" #> #> $`ataxic cerebral palsy`$`_id` #> [1] "DOID_0050670<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`ataxic cerebral palsy`$privateGeneCount #> [1] 0 #> #> $`ataxic cerebral palsy`$publicGeneCount #> [1] 1 #> #> $`ataxic cerebral palsy`$urlId #> [1] "DOID_0050670" #> #> $`ataxic cerebral palsy`$dbPhenotype #> [1] TRUE #> #> $`ataxic cerebral palsy`$`_parent` #> [1] "DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`ataxic cerebral palsy`$`_is_leaf` #> [1] TRUE #> #> $`ataxic cerebral palsy`$children #> list() #> #> $`ataxic cerebral palsy`$value #> [1] "ataxic cerebral palsy" #> #> #> $atelosteogenesis #> $atelosteogenesis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050648" #> #> $atelosteogenesis$`_id` #> [1] "DOID_0050648<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $atelosteogenesis$privateGeneCount #> [1] 0 #> #> $atelosteogenesis$publicGeneCount #> [1] 2 #> #> $atelosteogenesis$urlId #> [1] "DOID_0050648" #> #> $atelosteogenesis$dbPhenotype #> [1] TRUE #> #> $atelosteogenesis$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $atelosteogenesis$`_is_leaf` #> [1] TRUE #> #> $atelosteogenesis$children #> list() #> #> $atelosteogenesis$value #> [1] "atelosteogenesis" #> #> #> $atelosteogenesis #> $atelosteogenesis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050648" #> #> $atelosteogenesis$`_id` #> [1] "DOID_0050648<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $atelosteogenesis$privateGeneCount #> [1] 0 #> #> $atelosteogenesis$publicGeneCount #> [1] 2 #> #> $atelosteogenesis$urlId #> [1] "DOID_0050648" #> #> $atelosteogenesis$dbPhenotype #> [1] TRUE #> #> $atelosteogenesis$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $atelosteogenesis$`_is_leaf` #> [1] TRUE #> #> $atelosteogenesis$children #> list() #> #> $atelosteogenesis$value #> [1] "atelosteogenesis" #> #> #> $`Athabaskan brainstem dysgenesis syndrome` #> $`Athabaskan brainstem dysgenesis syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050682" #> #> $`Athabaskan brainstem dysgenesis syndrome`$`_id` #> [1] "DOID_0050682<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Athabaskan brainstem dysgenesis syndrome`$privateGeneCount #> [1] 0 #> #> $`Athabaskan brainstem dysgenesis syndrome`$publicGeneCount #> [1] 1 #> #> $`Athabaskan brainstem dysgenesis syndrome`$urlId #> [1] "DOID_0050682" #> #> $`Athabaskan brainstem dysgenesis syndrome`$dbPhenotype #> [1] TRUE #> #> $`Athabaskan brainstem dysgenesis syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Athabaskan brainstem dysgenesis syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Athabaskan brainstem dysgenesis syndrome`$children #> list() #> #> $`Athabaskan brainstem dysgenesis syndrome`$value #> [1] "Athabaskan brainstem dysgenesis syndrome" #> #> #> $`Athabaskan brainstem dysgenesis syndrome` #> $`Athabaskan brainstem dysgenesis syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050682" #> #> $`Athabaskan brainstem dysgenesis syndrome`$`_id` #> [1] "DOID_0050682<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Athabaskan brainstem dysgenesis syndrome`$privateGeneCount #> [1] 0 #> #> $`Athabaskan brainstem dysgenesis syndrome`$publicGeneCount #> [1] 1 #> #> $`Athabaskan brainstem dysgenesis syndrome`$urlId #> [1] "DOID_0050682" #> #> $`Athabaskan brainstem dysgenesis syndrome`$dbPhenotype #> [1] TRUE #> #> $`Athabaskan brainstem dysgenesis syndrome`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Athabaskan brainstem dysgenesis syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Athabaskan brainstem dysgenesis syndrome`$children #> list() #> #> $`Athabaskan brainstem dysgenesis syndrome`$value #> [1] "Athabaskan brainstem dysgenesis syndrome" #> #> #> $atherosclerosis #> $atherosclerosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1936" #> #> $atherosclerosis$`_id` #> [1] "DOID_1936<DOID_2348<DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $atherosclerosis$privateGeneCount #> [1] 0 #> #> $atherosclerosis$publicGeneCount #> [1] 79 #> #> $atherosclerosis$urlId #> [1] "DOID_1936" #> #> $atherosclerosis$dbPhenotype #> [1] TRUE #> #> $atherosclerosis$`_parent` #> [1] "DOID_2348<DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $atherosclerosis$`_is_leaf` #> [1] TRUE #> #> $atherosclerosis$children #> list() #> #> $atherosclerosis$value #> [1] "atherosclerosis" #> #> #> $`Atonic seizure` #> $`Atonic seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010819" #> #> $`Atonic seizure`$`_id` #> [1] "HP_0010819<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Atonic seizure`$privateGeneCount #> [1] 0 #> #> $`Atonic seizure`$publicGeneCount #> [1] 1 #> #> $`Atonic seizure`$urlId #> [1] "HP_0010819" #> #> $`Atonic seizure`$dbPhenotype #> [1] TRUE #> #> $`Atonic seizure`$`_parent` #> [1] "HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Atonic seizure`$`_is_leaf` #> [1] TRUE #> #> $`Atonic seizure`$children #> list() #> #> $`Atonic seizure`$value #> [1] "Atonic seizure" #> #> #> $`atopic dermatitis` #> $`atopic dermatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3310" #> #> $`atopic dermatitis`$`_id` #> [1] "DOID_3310<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`atopic dermatitis`$privateGeneCount #> [1] 0 #> #> $`atopic dermatitis`$publicGeneCount #> [1] 77 #> #> $`atopic dermatitis`$urlId #> [1] "DOID_3310" #> #> $`atopic dermatitis`$dbPhenotype #> [1] TRUE #> #> $`atopic dermatitis`$`_parent` #> [1] "DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`atopic dermatitis`$`_is_leaf` #> [1] TRUE #> #> $`atopic dermatitis`$children #> list() #> #> $`atopic dermatitis`$value #> [1] "atopic dermatitis" #> #> #> $atransferrinemia #> $atransferrinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050649" #> #> $atransferrinemia$`_id` #> [1] "DOID_0050649<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $atransferrinemia$privateGeneCount #> [1] 0 #> #> $atransferrinemia$publicGeneCount #> [1] 1 #> #> $atransferrinemia$urlId #> [1] "DOID_0050649" #> #> $atransferrinemia$dbPhenotype #> [1] TRUE #> #> $atransferrinemia$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $atransferrinemia$`_is_leaf` #> [1] TRUE #> #> $atransferrinemia$children #> list() #> #> $atransferrinemia$value #> [1] "atransferrinemia" #> #> #> $atransferrinemia #> $atransferrinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050649" #> #> $atransferrinemia$`_id` #> [1] "DOID_0050649<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $atransferrinemia$privateGeneCount #> [1] 0 #> #> $atransferrinemia$publicGeneCount #> [1] 1 #> #> $atransferrinemia$urlId #> [1] "DOID_0050649" #> #> $atransferrinemia$dbPhenotype #> [1] TRUE #> #> $atransferrinemia$`_parent` #> [1] "DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $atransferrinemia$`_is_leaf` #> [1] TRUE #> #> $atransferrinemia$children #> list() #> #> $atransferrinemia$value #> [1] "atransferrinemia" #> #> #> $`Atrial arrhythmia` #> $`Atrial arrhythmia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001692" #> #> $`Atrial arrhythmia`$`_id` #> [1] "HP_0001692<HP_0005115<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Atrial arrhythmia`$privateGeneCount #> [1] 0 #> #> $`Atrial arrhythmia`$publicGeneCount #> [1] 53 #> #> $`Atrial arrhythmia`$urlId #> [1] "HP_0001692" #> #> $`Atrial arrhythmia`$dbPhenotype #> [1] FALSE #> #> $`Atrial arrhythmia`$`_parent` #> [1] "HP_0005115<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Atrial arrhythmia`$`_is_leaf` #> [1] FALSE #> #> $`Atrial arrhythmia`$children #> $`Atrial arrhythmia`$children[[1]] #> [1] "HP_0005110<HP_0001692<HP_0005115<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Atrial arrhythmia`$value #> [1] "Atrial arrhythmia" #> #> #> $`atrial fibrillation` #> $`atrial fibrillation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060224" #> #> $`atrial fibrillation`$`_id` #> [1] "DOID_0060224<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`atrial fibrillation`$privateGeneCount #> [1] 0 #> #> $`atrial fibrillation`$publicGeneCount #> [1] 11 #> #> $`atrial fibrillation`$urlId #> [1] "DOID_0060224" #> #> $`atrial fibrillation`$dbPhenotype #> [1] FALSE #> #> $`atrial fibrillation`$`_parent` #> [1] "DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`atrial fibrillation`$`_is_leaf` #> [1] FALSE #> #> $`atrial fibrillation`$children #> $`atrial fibrillation`$children[[1]] #> [1] "DOID_0050650<DOID_0060224<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`atrial fibrillation`$value #> [1] "atrial fibrillation" #> #> #> $`Atrial fibrillation` #> $`Atrial fibrillation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005110" #> #> $`Atrial fibrillation`$`_id` #> [1] "HP_0005110<HP_0001692<HP_0005115<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Atrial fibrillation`$privateGeneCount #> [1] 0 #> #> $`Atrial fibrillation`$publicGeneCount #> [1] 53 #> #> $`Atrial fibrillation`$urlId #> [1] "HP_0005110" #> #> $`Atrial fibrillation`$dbPhenotype #> [1] TRUE #> #> $`Atrial fibrillation`$`_parent` #> [1] "HP_0001692<HP_0005115<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Atrial fibrillation`$`_is_leaf` #> [1] TRUE #> #> $`Atrial fibrillation`$children #> list() #> #> $`Atrial fibrillation`$value #> [1] "Atrial fibrillation" #> #> #> $`atrial heart septal defect` #> $`atrial heart septal defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1882" #> #> $`atrial heart septal defect`$`_id` #> [1] "DOID_1882<DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`atrial heart septal defect`$privateGeneCount #> [1] 0 #> #> $`atrial heart septal defect`$publicGeneCount #> [1] 10 #> #> $`atrial heart septal defect`$urlId #> [1] "DOID_1882" #> #> $`atrial heart septal defect`$dbPhenotype #> [1] TRUE #> #> $`atrial heart septal defect`$`_parent` #> [1] "DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`atrial heart septal defect`$`_is_leaf` #> [1] TRUE #> #> $`atrial heart septal defect`$children #> list() #> #> $`atrial heart septal defect`$value #> [1] "atrial heart septal defect" #> #> #> $`atrioventricular block` #> $`atrioventricular block`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050820" #> #> $`atrioventricular block`$`_id` #> [1] "DOID_0050820<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`atrioventricular block`$privateGeneCount #> [1] 0 #> #> $`atrioventricular block`$publicGeneCount #> [1] 1 #> #> $`atrioventricular block`$urlId #> [1] "DOID_0050820" #> #> $`atrioventricular block`$dbPhenotype #> [1] TRUE #> #> $`atrioventricular block`$`_parent` #> [1] "DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`atrioventricular block`$`_is_leaf` #> [1] TRUE #> #> $`atrioventricular block`$children #> list() #> #> $`atrioventricular block`$value #> [1] "atrioventricular block" #> #> #> $`Atrioventricular block` #> $`Atrioventricular block`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001678" #> #> $`Atrioventricular block`$`_id` #> [1] "HP_0001678<HP_0005150<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Atrioventricular block`$privateGeneCount #> [1] 0 #> #> $`Atrioventricular block`$publicGeneCount #> [1] 3 #> #> $`Atrioventricular block`$urlId #> [1] "HP_0001678" #> #> $`Atrioventricular block`$dbPhenotype #> [1] TRUE #> #> $`Atrioventricular block`$`_parent` #> [1] "HP_0005150<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Atrioventricular block`$`_is_leaf` #> [1] TRUE #> #> $`Atrioventricular block`$children #> list() #> #> $`Atrioventricular block`$value #> [1] "Atrioventricular block" #> #> #> $`Atrioventricular block` #> $`Atrioventricular block`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001678" #> #> $`Atrioventricular block`$`_id` #> [1] "HP_0001678<HP_0012722<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Atrioventricular block`$privateGeneCount #> [1] 0 #> #> $`Atrioventricular block`$publicGeneCount #> [1] 3 #> #> $`Atrioventricular block`$urlId #> [1] "HP_0001678" #> #> $`Atrioventricular block`$dbPhenotype #> [1] TRUE #> #> $`Atrioventricular block`$`_parent` #> [1] "HP_0012722<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Atrioventricular block`$`_is_leaf` #> [1] TRUE #> #> $`Atrioventricular block`$children #> list() #> #> $`Atrioventricular block`$value #> [1] "Atrioventricular block" #> #> #> $`atrioventricular septal defect` #> $`atrioventricular septal defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050651" #> #> $`atrioventricular septal defect`$`_id` #> [1] "DOID_0050651<DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`atrioventricular septal defect`$privateGeneCount #> [1] 0 #> #> $`atrioventricular septal defect`$publicGeneCount #> [1] 4 #> #> $`atrioventricular septal defect`$urlId #> [1] "DOID_0050651" #> #> $`atrioventricular septal defect`$dbPhenotype #> [1] TRUE #> #> $`atrioventricular septal defect`$`_parent` #> [1] "DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`atrioventricular septal defect`$`_is_leaf` #> [1] TRUE #> #> $`atrioventricular septal defect`$children #> list() #> #> $`atrioventricular septal defect`$value #> [1] "atrioventricular septal defect" #> #> #> $`atrophic gastritis` #> $`atrophic gastritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8929" #> #> $`atrophic gastritis`$`_id` #> [1] "DOID_8929<DOID_4029<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`atrophic gastritis`$privateGeneCount #> [1] 0 #> #> $`atrophic gastritis`$publicGeneCount #> [1] 4 #> #> $`atrophic gastritis`$urlId #> [1] "DOID_8929" #> #> $`atrophic gastritis`$dbPhenotype #> [1] TRUE #> #> $`atrophic gastritis`$`_parent` #> [1] "DOID_4029<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`atrophic gastritis`$`_is_leaf` #> [1] TRUE #> #> $`atrophic gastritis`$children #> list() #> #> $`atrophic gastritis`$value #> [1] "atrophic gastritis" #> #> #> $`atrophic muscular disease` #> $`atrophic muscular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_913" #> #> $`atrophic muscular disease`$`_id` #> [1] "DOID_913<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`atrophic muscular disease`$privateGeneCount #> [1] 0 #> #> $`atrophic muscular disease`$publicGeneCount #> [1] 1 #> #> $`atrophic muscular disease`$urlId #> [1] "DOID_913" #> #> $`atrophic muscular disease`$dbPhenotype #> [1] FALSE #> #> $`atrophic muscular disease`$`_parent` #> [1] "DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`atrophic muscular disease`$`_is_leaf` #> [1] FALSE #> #> $`atrophic muscular disease`$children #> $`atrophic muscular disease`$children[[1]] #> [1] "DOID_0050692<DOID_913<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`atrophic muscular disease`$value #> [1] "atrophic muscular disease" #> #> #> $`atrophic muscular disease` #> $`atrophic muscular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_913" #> #> $`atrophic muscular disease`$`_id` #> [1] "DOID_913<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`atrophic muscular disease`$privateGeneCount #> [1] 0 #> #> $`atrophic muscular disease`$publicGeneCount #> [1] 1 #> #> $`atrophic muscular disease`$urlId #> [1] "DOID_913" #> #> $`atrophic muscular disease`$dbPhenotype #> [1] FALSE #> #> $`atrophic muscular disease`$`_parent` #> [1] "DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`atrophic muscular disease`$`_is_leaf` #> [1] FALSE #> #> $`atrophic muscular disease`$children #> $`atrophic muscular disease`$children[[1]] #> [1] "DOID_0050692<DOID_913<DOID_440<DOID_17<DOID_7<DOID_4" #> #> #> $`atrophic muscular disease`$value #> [1] "atrophic muscular disease" #> #> #> $`atrophic muscular disease` #> $`atrophic muscular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_913" #> #> $`atrophic muscular disease`$`_id` #> [1] "DOID_913<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`atrophic muscular disease`$privateGeneCount #> [1] 0 #> #> $`atrophic muscular disease`$publicGeneCount #> [1] 1 #> #> $`atrophic muscular disease`$urlId #> [1] "DOID_913" #> #> $`atrophic muscular disease`$dbPhenotype #> [1] FALSE #> #> $`atrophic muscular disease`$`_parent` #> [1] "DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`atrophic muscular disease`$`_is_leaf` #> [1] FALSE #> #> $`atrophic muscular disease`$children #> $`atrophic muscular disease`$children[[1]] #> [1] "DOID_0050692<DOID_913<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`atrophic muscular disease`$value #> [1] "atrophic muscular disease" #> #> #> $`Atrophy/Degeneration affecting the central nervous system` #> $`Atrophy/Degeneration affecting the central nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007367" #> #> $`Atrophy/Degeneration affecting the central nervous system`$`_id` #> [1] "HP_0007367<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Atrophy/Degeneration affecting the central nervous system`$privateGeneCount #> [1] 0 #> #> $`Atrophy/Degeneration affecting the central nervous system`$publicGeneCount #> [1] 2 #> #> $`Atrophy/Degeneration affecting the central nervous system`$urlId #> [1] "HP_0007367" #> #> $`Atrophy/Degeneration affecting the central nervous system`$dbPhenotype #> [1] FALSE #> #> $`Atrophy/Degeneration affecting the central nervous system`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Atrophy/Degeneration affecting the central nervous system`$`_is_leaf` #> [1] FALSE #> #> $`Atrophy/Degeneration affecting the central nervous system`$children #> $`Atrophy/Degeneration affecting the central nervous system`$children[[1]] #> [1] "HP_0002180<HP_0007367<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Atrophy/Degeneration affecting the central nervous system`$children[[2]] #> [1] "HP_0002529<HP_0007367<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Atrophy/Degeneration affecting the central nervous system`$value #> [1] "Atrophy/Degeneration affecting the central nervous system" #> #> #> $`attention deficit hyperactivity disorder` #> $`attention deficit hyperactivity disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1094" #> #> $`attention deficit hyperactivity disorder`$`_id` #> [1] "DOID_1094<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`attention deficit hyperactivity disorder`$privateGeneCount #> [1] 0 #> #> $`attention deficit hyperactivity disorder`$publicGeneCount #> [1] 111 #> #> $`attention deficit hyperactivity disorder`$urlId #> [1] "DOID_1094" #> #> $`attention deficit hyperactivity disorder`$dbPhenotype #> [1] TRUE #> #> $`attention deficit hyperactivity disorder`$`_parent` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`attention deficit hyperactivity disorder`$`_is_leaf` #> [1] TRUE #> #> $`attention deficit hyperactivity disorder`$children #> list() #> #> $`attention deficit hyperactivity disorder`$value #> [1] "attention deficit hyperactivity disorder" #> #> #> $`Atypical scarring of skin` #> $`Atypical scarring of skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000987" #> #> $`Atypical scarring of skin`$`_id` #> [1] "HP_0000987<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Atypical scarring of skin`$privateGeneCount #> [1] 0 #> #> $`Atypical scarring of skin`$publicGeneCount #> [1] 1 #> #> $`Atypical scarring of skin`$urlId #> [1] "HP_0000987" #> #> $`Atypical scarring of skin`$dbPhenotype #> [1] FALSE #> #> $`Atypical scarring of skin`$`_parent` #> [1] "HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Atypical scarring of skin`$`_is_leaf` #> [1] FALSE #> #> $`Atypical scarring of skin`$children #> $`Atypical scarring of skin`$children[[1]] #> [1] "HP_0010562<HP_0000987<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Atypical scarring of skin`$value #> [1] "Atypical scarring of skin" #> #> #> $`Atypical scarring of skin` #> $`Atypical scarring of skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000987" #> #> $`Atypical scarring of skin`$`_id` #> [1] "HP_0000987<HP_0100699<HP_0003549<HP_0000118<HP_0000001" #> #> $`Atypical scarring of skin`$privateGeneCount #> [1] 0 #> #> $`Atypical scarring of skin`$publicGeneCount #> [1] 1 #> #> $`Atypical scarring of skin`$urlId #> [1] "HP_0000987" #> #> $`Atypical scarring of skin`$dbPhenotype #> [1] FALSE #> #> $`Atypical scarring of skin`$`_parent` #> [1] "HP_0100699<HP_0003549<HP_0000118<HP_0000001" #> #> $`Atypical scarring of skin`$`_is_leaf` #> [1] FALSE #> #> $`Atypical scarring of skin`$children #> $`Atypical scarring of skin`$children[[1]] #> [1] "HP_0010562<HP_0000987<HP_0100699<HP_0003549<HP_0000118<HP_0000001" #> #> #> $`Atypical scarring of skin`$value #> [1] "Atypical scarring of skin" #> #> #> $`atypical teratoid rhabdoid tumor` #> $`atypical teratoid rhabdoid tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2129" #> #> $`atypical teratoid rhabdoid tumor`$`_id` #> [1] "DOID_2129<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`atypical teratoid rhabdoid tumor`$privateGeneCount #> [1] 0 #> #> $`atypical teratoid rhabdoid tumor`$publicGeneCount #> [1] 2 #> #> $`atypical teratoid rhabdoid tumor`$urlId #> [1] "DOID_2129" #> #> $`atypical teratoid rhabdoid tumor`$dbPhenotype #> [1] TRUE #> #> $`atypical teratoid rhabdoid tumor`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`atypical teratoid rhabdoid tumor`$`_is_leaf` #> [1] TRUE #> #> $`atypical teratoid rhabdoid tumor`$children #> list() #> #> $`atypical teratoid rhabdoid tumor`$value #> [1] "atypical teratoid rhabdoid tumor" #> #> #> $`atypical teratoid rhabdoid tumor` #> $`atypical teratoid rhabdoid tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2129" #> #> $`atypical teratoid rhabdoid tumor`$`_id` #> [1] "DOID_2129<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`atypical teratoid rhabdoid tumor`$privateGeneCount #> [1] 0 #> #> $`atypical teratoid rhabdoid tumor`$publicGeneCount #> [1] 2 #> #> $`atypical teratoid rhabdoid tumor`$urlId #> [1] "DOID_2129" #> #> $`atypical teratoid rhabdoid tumor`$dbPhenotype #> [1] TRUE #> #> $`atypical teratoid rhabdoid tumor`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`atypical teratoid rhabdoid tumor`$`_is_leaf` #> [1] TRUE #> #> $`atypical teratoid rhabdoid tumor`$children #> list() #> #> $`atypical teratoid rhabdoid tumor`$value #> [1] "atypical teratoid rhabdoid tumor" #> #> #> $`atypical teratoid rhabdoid tumor` #> $`atypical teratoid rhabdoid tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2129" #> #> $`atypical teratoid rhabdoid tumor`$`_id` #> [1] "DOID_2129<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`atypical teratoid rhabdoid tumor`$privateGeneCount #> [1] 0 #> #> $`atypical teratoid rhabdoid tumor`$publicGeneCount #> [1] 2 #> #> $`atypical teratoid rhabdoid tumor`$urlId #> [1] "DOID_2129" #> #> $`atypical teratoid rhabdoid tumor`$dbPhenotype #> [1] TRUE #> #> $`atypical teratoid rhabdoid tumor`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`atypical teratoid rhabdoid tumor`$`_is_leaf` #> [1] TRUE #> #> $`atypical teratoid rhabdoid tumor`$children #> list() #> #> $`atypical teratoid rhabdoid tumor`$value #> [1] "atypical teratoid rhabdoid tumor" #> #> #> $`atypical teratoid rhabdoid tumor` #> $`atypical teratoid rhabdoid tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2129" #> #> $`atypical teratoid rhabdoid tumor`$`_id` #> [1] "DOID_2129<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`atypical teratoid rhabdoid tumor`$privateGeneCount #> [1] 0 #> #> $`atypical teratoid rhabdoid tumor`$publicGeneCount #> [1] 2 #> #> $`atypical teratoid rhabdoid tumor`$urlId #> [1] "DOID_2129" #> #> $`atypical teratoid rhabdoid tumor`$dbPhenotype #> [1] TRUE #> #> $`atypical teratoid rhabdoid tumor`$`_parent` #> [1] "DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`atypical teratoid rhabdoid tumor`$`_is_leaf` #> [1] TRUE #> #> $`atypical teratoid rhabdoid tumor`$children #> list() #> #> $`atypical teratoid rhabdoid tumor`$value #> [1] "atypical teratoid rhabdoid tumor" #> #> #> $`auditory system disease` #> $`auditory system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2742" #> #> $`auditory system disease`$`_id` #> [1] "DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`auditory system disease`$privateGeneCount #> [1] 0 #> #> $`auditory system disease`$publicGeneCount #> [1] 180 #> #> $`auditory system disease`$urlId #> [1] "DOID_2742" #> #> $`auditory system disease`$dbPhenotype #> [1] TRUE #> #> $`auditory system disease`$`_parent` #> [1] "DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`auditory system disease`$`_is_leaf` #> [1] FALSE #> #> $`auditory system disease`$children #> $`auditory system disease`$children[[1]] #> [1] "DOID_379<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`auditory system disease`$children[[2]] #> [1] "DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`auditory system disease`$children[[3]] #> [1] "DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`auditory system disease`$children[[4]] #> [1] "DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`auditory system disease`$children[[5]] #> [1] "DOID_2889<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`auditory system disease`$value #> [1] "auditory system disease" #> #> #> $`autism spectrum disorder` #> $`autism spectrum disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060041" #> #> $`autism spectrum disorder`$`_id` #> [1] "DOID_0060041<DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`autism spectrum disorder`$privateGeneCount #> [1] 0 #> #> $`autism spectrum disorder`$publicGeneCount #> [1] 996 #> #> $`autism spectrum disorder`$urlId #> [1] "DOID_0060041" #> #> $`autism spectrum disorder`$dbPhenotype #> [1] TRUE #> #> $`autism spectrum disorder`$`_parent` #> [1] "DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`autism spectrum disorder`$`_is_leaf` #> [1] FALSE #> #> $`autism spectrum disorder`$children #> $`autism spectrum disorder`$children[[1]] #> [1] "DOID_0050432<DOID_0060041<DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`autism spectrum disorder`$children[[2]] #> [1] "DOID_12849<DOID_0060041<DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> #> $`autism spectrum disorder`$value #> [1] "autism spectrum disorder" #> #> #> $`autistic disorder` #> $`autistic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12849" #> #> $`autistic disorder`$`_id` #> [1] "DOID_12849<DOID_0060041<DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`autistic disorder`$privateGeneCount #> [1] 0 #> #> $`autistic disorder`$publicGeneCount #> [1] 251 #> #> $`autistic disorder`$urlId #> [1] "DOID_12849" #> #> $`autistic disorder`$dbPhenotype #> [1] TRUE #> #> $`autistic disorder`$`_parent` #> [1] "DOID_0060041<DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`autistic disorder`$`_is_leaf` #> [1] TRUE #> #> $`autistic disorder`$children #> list() #> #> $`autistic disorder`$value #> [1] "autistic disorder" #> #> #> $`autoimmune disease of blood` #> $`autoimmune disease of blood`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060050" #> #> $`autoimmune disease of blood`$`_id` #> [1] "DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of blood`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of blood`$publicGeneCount #> [1] 18 #> #> $`autoimmune disease of blood`$urlId #> [1] "DOID_0060050" #> #> $`autoimmune disease of blood`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of blood`$`_parent` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of blood`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of blood`$children #> $`autoimmune disease of blood`$children[[1]] #> [1] "DOID_718<DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of blood`$children[[2]] #> [1] "DOID_12132<DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of blood`$children[[3]] #> [1] "DOID_8925<DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of blood`$value #> [1] "autoimmune disease of blood" #> #> #> $`autoimmune disease of cardiovascular system` #> $`autoimmune disease of cardiovascular system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060051" #> #> $`autoimmune disease of cardiovascular system`$`_id` #> [1] "DOID_0060051<DOID_1287<DOID_7<DOID_4" #> #> $`autoimmune disease of cardiovascular system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of cardiovascular system`$publicGeneCount #> [1] 6 #> #> $`autoimmune disease of cardiovascular system`$urlId #> [1] "DOID_0060051" #> #> $`autoimmune disease of cardiovascular system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of cardiovascular system`$`_parent` #> [1] "DOID_1287<DOID_7<DOID_4" #> #> $`autoimmune disease of cardiovascular system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of cardiovascular system`$children #> $`autoimmune disease of cardiovascular system`$children[[1]] #> [1] "DOID_2988<DOID_0060051<DOID_1287<DOID_7<DOID_4" #> #> #> $`autoimmune disease of cardiovascular system`$value #> [1] "autoimmune disease of cardiovascular system" #> #> #> $`autoimmune disease of cardiovascular system` #> $`autoimmune disease of cardiovascular system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060051" #> #> $`autoimmune disease of cardiovascular system`$`_id` #> [1] "DOID_0060051<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of cardiovascular system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of cardiovascular system`$publicGeneCount #> [1] 6 #> #> $`autoimmune disease of cardiovascular system`$urlId #> [1] "DOID_0060051" #> #> $`autoimmune disease of cardiovascular system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of cardiovascular system`$`_parent` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of cardiovascular system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of cardiovascular system`$children #> $`autoimmune disease of cardiovascular system`$children[[1]] #> [1] "DOID_2988<DOID_0060051<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of cardiovascular system`$value #> [1] "autoimmune disease of cardiovascular system" #> #> #> $`autoimmune disease of central nervous system` #> $`autoimmune disease of central nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060004" #> #> $`autoimmune disease of central nervous system`$`_id` #> [1] "DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of central nervous system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of central nervous system`$publicGeneCount #> [1] 221 #> #> $`autoimmune disease of central nervous system`$urlId #> [1] "DOID_0060004" #> #> $`autoimmune disease of central nervous system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of central nervous system`$`_parent` #> [1] "DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of central nervous system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of central nervous system`$children #> $`autoimmune disease of central nervous system`$children[[1]] #> [1] "DOID_2377<DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of central nervous system`$children[[2]] #> [1] "DOID_8869<DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of central nervous system`$value #> [1] "autoimmune disease of central nervous system" #> #> #> $`autoimmune disease of central nervous system` #> $`autoimmune disease of central nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060004" #> #> $`autoimmune disease of central nervous system`$`_id` #> [1] "DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of central nervous system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of central nervous system`$publicGeneCount #> [1] 221 #> #> $`autoimmune disease of central nervous system`$urlId #> [1] "DOID_0060004" #> #> $`autoimmune disease of central nervous system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of central nervous system`$`_parent` #> [1] "DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of central nervous system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of central nervous system`$children #> $`autoimmune disease of central nervous system`$children[[1]] #> [1] "DOID_2377<DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of central nervous system`$children[[2]] #> [1] "DOID_8869<DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> #> $`autoimmune disease of central nervous system`$value #> [1] "autoimmune disease of central nervous system" #> #> #> $`autoimmune disease of endocrine system` #> $`autoimmune disease of endocrine system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060005" #> #> $`autoimmune disease of endocrine system`$`_id` #> [1] "DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> $`autoimmune disease of endocrine system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of endocrine system`$publicGeneCount #> [1] 70 #> #> $`autoimmune disease of endocrine system`$urlId #> [1] "DOID_0060005" #> #> $`autoimmune disease of endocrine system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of endocrine system`$`_parent` #> [1] "DOID_28<DOID_7<DOID_4" #> #> $`autoimmune disease of endocrine system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of endocrine system`$children #> $`autoimmune disease of endocrine system`$children[[1]] #> [1] "DOID_14040<DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> $`autoimmune disease of endocrine system`$children[[2]] #> [1] "DOID_7188<DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> $`autoimmune disease of endocrine system`$children[[3]] #> [1] "DOID_12361<DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> #> $`autoimmune disease of endocrine system`$value #> [1] "autoimmune disease of endocrine system" #> #> #> $`autoimmune disease of endocrine system` #> $`autoimmune disease of endocrine system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060005" #> #> $`autoimmune disease of endocrine system`$`_id` #> [1] "DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of endocrine system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of endocrine system`$publicGeneCount #> [1] 70 #> #> $`autoimmune disease of endocrine system`$urlId #> [1] "DOID_0060005" #> #> $`autoimmune disease of endocrine system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of endocrine system`$`_parent` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of endocrine system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of endocrine system`$children #> $`autoimmune disease of endocrine system`$children[[1]] #> [1] "DOID_14040<DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of endocrine system`$children[[2]] #> [1] "DOID_7188<DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of endocrine system`$children[[3]] #> [1] "DOID_12361<DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of endocrine system`$value #> [1] "autoimmune disease of endocrine system" #> #> #> $`autoimmune disease of exocrine system` #> $`autoimmune disease of exocrine system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060029" #> #> $`autoimmune disease of exocrine system`$`_id` #> [1] "DOID_0060029<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of exocrine system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of exocrine system`$publicGeneCount #> [1] 43 #> #> $`autoimmune disease of exocrine system`$urlId #> [1] "DOID_0060029" #> #> $`autoimmune disease of exocrine system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of exocrine system`$`_parent` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of exocrine system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of exocrine system`$children #> $`autoimmune disease of exocrine system`$children[[1]] #> [1] "DOID_12894<DOID_0060029<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of exocrine system`$value #> [1] "autoimmune disease of exocrine system" #> #> #> $`autoimmune disease of gastrointestinal tract` #> $`autoimmune disease of gastrointestinal tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060031" #> #> $`autoimmune disease of gastrointestinal tract`$`_id` #> [1] "DOID_0060031<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of gastrointestinal tract`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of gastrointestinal tract`$publicGeneCount #> [1] 60 #> #> $`autoimmune disease of gastrointestinal tract`$urlId #> [1] "DOID_0060031" #> #> $`autoimmune disease of gastrointestinal tract`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of gastrointestinal tract`$`_parent` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of gastrointestinal tract`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of gastrointestinal tract`$children #> $`autoimmune disease of gastrointestinal tract`$children[[1]] #> [1] "DOID_2048<DOID_0060031<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of gastrointestinal tract`$children[[2]] #> [1] "DOID_10608<DOID_0060031<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of gastrointestinal tract`$value #> [1] "autoimmune disease of gastrointestinal tract" #> #> #> $`autoimmune disease of gastrointestinal tract` #> $`autoimmune disease of gastrointestinal tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060031" #> #> $`autoimmune disease of gastrointestinal tract`$`_id` #> [1] "DOID_0060031<DOID_77<DOID_7<DOID_4" #> #> $`autoimmune disease of gastrointestinal tract`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of gastrointestinal tract`$publicGeneCount #> [1] 60 #> #> $`autoimmune disease of gastrointestinal tract`$urlId #> [1] "DOID_0060031" #> #> $`autoimmune disease of gastrointestinal tract`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of gastrointestinal tract`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`autoimmune disease of gastrointestinal tract`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of gastrointestinal tract`$children #> $`autoimmune disease of gastrointestinal tract`$children[[1]] #> [1] "DOID_2048<DOID_0060031<DOID_77<DOID_7<DOID_4" #> #> $`autoimmune disease of gastrointestinal tract`$children[[2]] #> [1] "DOID_10608<DOID_0060031<DOID_77<DOID_7<DOID_4" #> #> #> $`autoimmune disease of gastrointestinal tract`$value #> [1] "autoimmune disease of gastrointestinal tract" #> #> #> $`autoimmune disease of musculoskeletal system` #> $`autoimmune disease of musculoskeletal system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060032" #> #> $`autoimmune disease of musculoskeletal system`$`_id` #> [1] "DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of musculoskeletal system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of musculoskeletal system`$publicGeneCount #> [1] 198 #> #> $`autoimmune disease of musculoskeletal system`$urlId #> [1] "DOID_0060032" #> #> $`autoimmune disease of musculoskeletal system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of musculoskeletal system`$`_parent` #> [1] "DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of musculoskeletal system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of musculoskeletal system`$children #> $`autoimmune disease of musculoskeletal system`$children[[1]] #> [1] "DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of musculoskeletal system`$children[[2]] #> [1] "DOID_9074<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> #> $`autoimmune disease of musculoskeletal system`$value #> [1] "autoimmune disease of musculoskeletal system" #> #> #> $`autoimmune disease of musculoskeletal system` #> $`autoimmune disease of musculoskeletal system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060032" #> #> $`autoimmune disease of musculoskeletal system`$`_id` #> [1] "DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of musculoskeletal system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of musculoskeletal system`$publicGeneCount #> [1] 198 #> #> $`autoimmune disease of musculoskeletal system`$urlId #> [1] "DOID_0060032" #> #> $`autoimmune disease of musculoskeletal system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of musculoskeletal system`$`_parent` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of musculoskeletal system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of musculoskeletal system`$children #> $`autoimmune disease of musculoskeletal system`$children[[1]] #> [1] "DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of musculoskeletal system`$children[[2]] #> [1] "DOID_9074<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of musculoskeletal system`$value #> [1] "autoimmune disease of musculoskeletal system" #> #> #> $`autoimmune disease of peripheral nervous system` #> $`autoimmune disease of peripheral nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060033" #> #> $`autoimmune disease of peripheral nervous system`$`_id` #> [1] "DOID_0060033<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of peripheral nervous system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of peripheral nervous system`$publicGeneCount #> [1] 15 #> #> $`autoimmune disease of peripheral nervous system`$urlId #> [1] "DOID_0060033" #> #> $`autoimmune disease of peripheral nervous system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of peripheral nervous system`$`_parent` #> [1] "DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of peripheral nervous system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of peripheral nervous system`$children #> $`autoimmune disease of peripheral nervous system`$children[[1]] #> [1] "DOID_12842<DOID_0060033<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of peripheral nervous system`$children[[2]] #> [1] "DOID_8869<DOID_0060033<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of peripheral nervous system`$value #> [1] "autoimmune disease of peripheral nervous system" #> #> #> $`autoimmune disease of peripheral nervous system` #> $`autoimmune disease of peripheral nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060033" #> #> $`autoimmune disease of peripheral nervous system`$`_id` #> [1] "DOID_0060033<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of peripheral nervous system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of peripheral nervous system`$publicGeneCount #> [1] 15 #> #> $`autoimmune disease of peripheral nervous system`$urlId #> [1] "DOID_0060033" #> #> $`autoimmune disease of peripheral nervous system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of peripheral nervous system`$`_parent` #> [1] "DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of peripheral nervous system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of peripheral nervous system`$children #> $`autoimmune disease of peripheral nervous system`$children[[1]] #> [1] "DOID_12842<DOID_0060033<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of peripheral nervous system`$children[[2]] #> [1] "DOID_8869<DOID_0060033<DOID_438<DOID_863<DOID_7<DOID_4" #> #> #> $`autoimmune disease of peripheral nervous system`$value #> [1] "autoimmune disease of peripheral nervous system" #> #> #> $`autoimmune disease of peripheral nervous system` #> $`autoimmune disease of peripheral nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060033" #> #> $`autoimmune disease of peripheral nervous system`$`_id` #> [1] "DOID_0060033<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of peripheral nervous system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of peripheral nervous system`$publicGeneCount #> [1] 15 #> #> $`autoimmune disease of peripheral nervous system`$urlId #> [1] "DOID_0060033" #> #> $`autoimmune disease of peripheral nervous system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of peripheral nervous system`$`_parent` #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of peripheral nervous system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of peripheral nervous system`$children #> $`autoimmune disease of peripheral nervous system`$children[[1]] #> [1] "DOID_12842<DOID_0060033<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of peripheral nervous system`$children[[2]] #> [1] "DOID_8869<DOID_0060033<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`autoimmune disease of peripheral nervous system`$value #> [1] "autoimmune disease of peripheral nervous system" #> #> #> $`autoimmune disease of skin and connective tissue` #> $`autoimmune disease of skin and connective tissue`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060039" #> #> $`autoimmune disease of skin and connective tissue`$`_id` #> [1] "DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of skin and connective tissue`$publicGeneCount #> [1] 78 #> #> $`autoimmune disease of skin and connective tissue`$urlId #> [1] "DOID_0060039" #> #> $`autoimmune disease of skin and connective tissue`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of skin and connective tissue`$`_parent` #> [1] "DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of skin and connective tissue`$children #> $`autoimmune disease of skin and connective tissue`$children[[1]] #> [1] "DOID_986<DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[2]] #> [1] "DOID_8506<DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[3]] #> [1] "DOID_8505<DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[4]] #> [1] "DOID_12306<DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[5]] #> [1] "DOID_12297<DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> #> $`autoimmune disease of skin and connective tissue`$value #> [1] "autoimmune disease of skin and connective tissue" #> #> #> $`autoimmune disease of skin and connective tissue` #> $`autoimmune disease of skin and connective tissue`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060039" #> #> $`autoimmune disease of skin and connective tissue`$`_id` #> [1] "DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of skin and connective tissue`$publicGeneCount #> [1] 78 #> #> $`autoimmune disease of skin and connective tissue`$urlId #> [1] "DOID_0060039" #> #> $`autoimmune disease of skin and connective tissue`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of skin and connective tissue`$`_parent` #> [1] "DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of skin and connective tissue`$children #> $`autoimmune disease of skin and connective tissue`$children[[1]] #> [1] "DOID_986<DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[2]] #> [1] "DOID_8506<DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[3]] #> [1] "DOID_8505<DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[4]] #> [1] "DOID_12306<DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[5]] #> [1] "DOID_12297<DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of skin and connective tissue`$value #> [1] "autoimmune disease of skin and connective tissue" #> #> #> $`autoimmune disease of skin and connective tissue` #> $`autoimmune disease of skin and connective tissue`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060039" #> #> $`autoimmune disease of skin and connective tissue`$`_id` #> [1] "DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of skin and connective tissue`$publicGeneCount #> [1] 78 #> #> $`autoimmune disease of skin and connective tissue`$urlId #> [1] "DOID_0060039" #> #> $`autoimmune disease of skin and connective tissue`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of skin and connective tissue`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of skin and connective tissue`$children #> $`autoimmune disease of skin and connective tissue`$children[[1]] #> [1] "DOID_986<DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[2]] #> [1] "DOID_8506<DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[3]] #> [1] "DOID_8505<DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[4]] #> [1] "DOID_12306<DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[5]] #> [1] "DOID_12297<DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`autoimmune disease of skin and connective tissue`$value #> [1] "autoimmune disease of skin and connective tissue" #> #> #> $`autoimmune disease of skin and connective tissue` #> $`autoimmune disease of skin and connective tissue`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060039" #> #> $`autoimmune disease of skin and connective tissue`$`_id` #> [1] "DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of skin and connective tissue`$publicGeneCount #> [1] 78 #> #> $`autoimmune disease of skin and connective tissue`$urlId #> [1] "DOID_0060039" #> #> $`autoimmune disease of skin and connective tissue`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of skin and connective tissue`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of skin and connective tissue`$children #> $`autoimmune disease of skin and connective tissue`$children[[1]] #> [1] "DOID_986<DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[2]] #> [1] "DOID_8506<DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[3]] #> [1] "DOID_8505<DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[4]] #> [1] "DOID_12306<DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[5]] #> [1] "DOID_12297<DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`autoimmune disease of skin and connective tissue`$value #> [1] "autoimmune disease of skin and connective tissue" #> #> #> $`autoimmune disease of the nervous system` #> $`autoimmune disease of the nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_438" #> #> $`autoimmune disease of the nervous system`$`_id` #> [1] "DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of the nervous system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of the nervous system`$publicGeneCount #> [1] 239 #> #> $`autoimmune disease of the nervous system`$urlId #> [1] "DOID_438" #> #> $`autoimmune disease of the nervous system`$dbPhenotype #> [1] TRUE #> #> $`autoimmune disease of the nervous system`$`_parent` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of the nervous system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of the nervous system`$children #> $`autoimmune disease of the nervous system`$children[[1]] #> [1] "DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of the nervous system`$children[[2]] #> [1] "DOID_0060033<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of the nervous system`$children[[3]] #> [1] "DOID_437<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of the nervous system`$value #> [1] "autoimmune disease of the nervous system" #> #> #> $`autoimmune disease of the nervous system` #> $`autoimmune disease of the nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_438" #> #> $`autoimmune disease of the nervous system`$`_id` #> [1] "DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of the nervous system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of the nervous system`$publicGeneCount #> [1] 239 #> #> $`autoimmune disease of the nervous system`$urlId #> [1] "DOID_438" #> #> $`autoimmune disease of the nervous system`$dbPhenotype #> [1] TRUE #> #> $`autoimmune disease of the nervous system`$`_parent` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of the nervous system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of the nervous system`$children #> $`autoimmune disease of the nervous system`$children[[1]] #> [1] "DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of the nervous system`$children[[2]] #> [1] "DOID_0060033<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of the nervous system`$children[[3]] #> [1] "DOID_437<DOID_438<DOID_863<DOID_7<DOID_4" #> #> #> $`autoimmune disease of the nervous system`$value #> [1] "autoimmune disease of the nervous system" #> #> #> $`autoimmune disease of urogenital tract` #> $`autoimmune disease of urogenital tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060049" #> #> $`autoimmune disease of urogenital tract`$`_id` #> [1] "DOID_0060049<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of urogenital tract`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of urogenital tract`$publicGeneCount #> [1] 4 #> #> $`autoimmune disease of urogenital tract`$urlId #> [1] "DOID_0060049" #> #> $`autoimmune disease of urogenital tract`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of urogenital tract`$`_parent` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of urogenital tract`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of urogenital tract`$children #> $`autoimmune disease of urogenital tract`$children[[1]] #> [1] "DOID_9808<DOID_0060049<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of urogenital tract`$value #> [1] "autoimmune disease of urogenital tract" #> #> #> $`autoimmune hemolytic anemia` #> $`autoimmune hemolytic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_718" #> #> $`autoimmune hemolytic anemia`$`_id` #> [1] "DOID_718<DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hemolytic anemia`$privateGeneCount #> [1] 0 #> #> $`autoimmune hemolytic anemia`$publicGeneCount #> [1] 1 #> #> $`autoimmune hemolytic anemia`$urlId #> [1] "DOID_718" #> #> $`autoimmune hemolytic anemia`$dbPhenotype #> [1] TRUE #> #> $`autoimmune hemolytic anemia`$`_parent` #> [1] "DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hemolytic anemia`$`_is_leaf` #> [1] TRUE #> #> $`autoimmune hemolytic anemia`$children #> list() #> #> $`autoimmune hemolytic anemia`$value #> [1] "autoimmune hemolytic anemia" #> #> #> $`autoimmune hepatitis` #> $`autoimmune hepatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2048" #> #> $`autoimmune hepatitis`$`_id` #> [1] "DOID_2048<DOID_0060031<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hepatitis`$privateGeneCount #> [1] 0 #> #> $`autoimmune hepatitis`$publicGeneCount #> [1] 23 #> #> $`autoimmune hepatitis`$urlId #> [1] "DOID_2048" #> #> $`autoimmune hepatitis`$dbPhenotype #> [1] TRUE #> #> $`autoimmune hepatitis`$`_parent` #> [1] "DOID_0060031<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hepatitis`$`_is_leaf` #> [1] TRUE #> #> $`autoimmune hepatitis`$children #> list() #> #> $`autoimmune hepatitis`$value #> [1] "autoimmune hepatitis" #> #> #> $`autoimmune hepatitis` #> $`autoimmune hepatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2048" #> #> $`autoimmune hepatitis`$`_id` #> [1] "DOID_2048<DOID_0060031<DOID_77<DOID_7<DOID_4" #> #> $`autoimmune hepatitis`$privateGeneCount #> [1] 0 #> #> $`autoimmune hepatitis`$publicGeneCount #> [1] 23 #> #> $`autoimmune hepatitis`$urlId #> [1] "DOID_2048" #> #> $`autoimmune hepatitis`$dbPhenotype #> [1] TRUE #> #> $`autoimmune hepatitis`$`_parent` #> [1] "DOID_0060031<DOID_77<DOID_7<DOID_4" #> #> $`autoimmune hepatitis`$`_is_leaf` #> [1] TRUE #> #> $`autoimmune hepatitis`$children #> list() #> #> $`autoimmune hepatitis`$value #> [1] "autoimmune hepatitis" #> #> #> $`autoimmune hypersensitivity disease` #> $`autoimmune hypersensitivity disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_417" #> #> $`autoimmune hypersensitivity disease`$`_id` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$privateGeneCount #> [1] 0 #> #> $`autoimmune hypersensitivity disease`$publicGeneCount #> [1] 482 #> #> $`autoimmune hypersensitivity disease`$urlId #> [1] "DOID_417" #> #> $`autoimmune hypersensitivity disease`$dbPhenotype #> [1] TRUE #> #> $`autoimmune hypersensitivity disease`$`_parent` #> [1] "DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune hypersensitivity disease`$children #> $`autoimmune hypersensitivity disease`$children[[1]] #> [1] "DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$children[[2]] #> [1] "DOID_0060051<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$children[[3]] #> [1] "DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$children[[4]] #> [1] "DOID_0060029<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$children[[5]] #> [1] "DOID_0060031<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$children[[6]] #> [1] "DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$children[[7]] #> [1] "DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$children[[8]] #> [1] "DOID_0060049<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$children[[9]] #> [1] "DOID_2987<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$children[[10]] #> [1] "DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune hypersensitivity disease`$value #> [1] "autoimmune hypersensitivity disease" #> #> #> $`autoimmune lymphoproliferative syndrome` #> $`autoimmune lymphoproliferative syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6688" #> #> $`autoimmune lymphoproliferative syndrome`$`_id` #> [1] "DOID_6688<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune lymphoproliferative syndrome`$privateGeneCount #> [1] 0 #> #> $`autoimmune lymphoproliferative syndrome`$publicGeneCount #> [1] 7 #> #> $`autoimmune lymphoproliferative syndrome`$urlId #> [1] "DOID_6688" #> #> $`autoimmune lymphoproliferative syndrome`$dbPhenotype #> [1] TRUE #> #> $`autoimmune lymphoproliferative syndrome`$`_parent` #> [1] "DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune lymphoproliferative syndrome`$`_is_leaf` #> [1] TRUE #> #> $`autoimmune lymphoproliferative syndrome`$children #> list() #> #> $`autoimmune lymphoproliferative syndrome`$value #> [1] "autoimmune lymphoproliferative syndrome" #> #> #> $`autoimmune polyendocrine syndrome` #> $`autoimmune polyendocrine syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14040" #> #> $`autoimmune polyendocrine syndrome`$`_id` #> [1] "DOID_14040<DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> $`autoimmune polyendocrine syndrome`$privateGeneCount #> [1] 0 #> #> $`autoimmune polyendocrine syndrome`$publicGeneCount #> [1] 5 #> #> $`autoimmune polyendocrine syndrome`$urlId #> [1] "DOID_14040" #> #> $`autoimmune polyendocrine syndrome`$dbPhenotype #> [1] TRUE #> #> $`autoimmune polyendocrine syndrome`$`_parent` #> [1] "DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> $`autoimmune polyendocrine syndrome`$`_is_leaf` #> [1] TRUE #> #> $`autoimmune polyendocrine syndrome`$children #> list() #> #> $`autoimmune polyendocrine syndrome`$value #> [1] "autoimmune polyendocrine syndrome" #> #> #> $`autoimmune polyendocrine syndrome` #> $`autoimmune polyendocrine syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14040" #> #> $`autoimmune polyendocrine syndrome`$`_id` #> [1] "DOID_14040<DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune polyendocrine syndrome`$privateGeneCount #> [1] 0 #> #> $`autoimmune polyendocrine syndrome`$publicGeneCount #> [1] 5 #> #> $`autoimmune polyendocrine syndrome`$urlId #> [1] "DOID_14040" #> #> $`autoimmune polyendocrine syndrome`$dbPhenotype #> [1] TRUE #> #> $`autoimmune polyendocrine syndrome`$`_parent` #> [1] "DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune polyendocrine syndrome`$`_is_leaf` #> [1] TRUE #> #> $`autoimmune polyendocrine syndrome`$children #> list() #> #> $`autoimmune polyendocrine syndrome`$value #> [1] "autoimmune polyendocrine syndrome" #> #> #> $`autoimmune thrombocytopenic purpura` #> $`autoimmune thrombocytopenic purpura`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8924" #> #> $`autoimmune thrombocytopenic purpura`$`_id` #> [1] "DOID_8924<DOID_8925<DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune thrombocytopenic purpura`$privateGeneCount #> [1] 0 #> #> $`autoimmune thrombocytopenic purpura`$publicGeneCount #> [1] 5 #> #> $`autoimmune thrombocytopenic purpura`$urlId #> [1] "DOID_8924" #> #> $`autoimmune thrombocytopenic purpura`$dbPhenotype #> [1] TRUE #> #> $`autoimmune thrombocytopenic purpura`$`_parent` #> [1] "DOID_8925<DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune thrombocytopenic purpura`$`_is_leaf` #> [1] TRUE #> #> $`autoimmune thrombocytopenic purpura`$children #> list() #> #> $`autoimmune thrombocytopenic purpura`$value #> [1] "autoimmune thrombocytopenic purpura" #> #> #> $`autoimmune thyroiditis` #> $`autoimmune thyroiditis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7188" #> #> $`autoimmune thyroiditis`$`_id` #> [1] "DOID_7188<DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> $`autoimmune thyroiditis`$privateGeneCount #> [1] 0 #> #> $`autoimmune thyroiditis`$publicGeneCount #> [1] 23 #> #> $`autoimmune thyroiditis`$urlId #> [1] "DOID_7188" #> #> $`autoimmune thyroiditis`$dbPhenotype #> [1] TRUE #> #> $`autoimmune thyroiditis`$`_parent` #> [1] "DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> $`autoimmune thyroiditis`$`_is_leaf` #> [1] TRUE #> #> $`autoimmune thyroiditis`$children #> list() #> #> $`autoimmune thyroiditis`$value #> [1] "autoimmune thyroiditis" #> #> #> $`autoimmune thyroiditis` #> $`autoimmune thyroiditis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7188" #> #> $`autoimmune thyroiditis`$`_id` #> [1] "DOID_7188<DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune thyroiditis`$privateGeneCount #> [1] 0 #> #> $`autoimmune thyroiditis`$publicGeneCount #> [1] 23 #> #> $`autoimmune thyroiditis`$urlId #> [1] "DOID_7188" #> #> $`autoimmune thyroiditis`$dbPhenotype #> [1] TRUE #> #> $`autoimmune thyroiditis`$`_parent` #> [1] "DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune thyroiditis`$`_is_leaf` #> [1] TRUE #> #> $`autoimmune thyroiditis`$children #> list() #> #> $`autoimmune thyroiditis`$value #> [1] "autoimmune thyroiditis" #> #> #> $`autonomic nervous system disease` #> $`autonomic nervous system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11465" #> #> $`autonomic nervous system disease`$`_id` #> [1] "DOID_11465<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`autonomic nervous system disease`$privateGeneCount #> [1] 0 #> #> $`autonomic nervous system disease`$publicGeneCount #> [1] 43 #> #> $`autonomic nervous system disease`$urlId #> [1] "DOID_11465" #> #> $`autonomic nervous system disease`$dbPhenotype #> [1] TRUE #> #> $`autonomic nervous system disease`$`_parent` #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`autonomic nervous system disease`$`_is_leaf` #> [1] FALSE #> #> $`autonomic nervous system disease`$children #> $`autonomic nervous system disease`$children[[1]] #> [1] "DOID_11504<DOID_11465<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`autonomic nervous system disease`$value #> [1] "autonomic nervous system disease" #> #> #> $`autonomic nervous system neoplasm` #> $`autonomic nervous system neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2621" #> #> $`autonomic nervous system neoplasm`$`_id` #> [1] "DOID_2621<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`autonomic nervous system neoplasm`$privateGeneCount #> [1] 0 #> #> $`autonomic nervous system neoplasm`$publicGeneCount #> [1] 51 #> #> $`autonomic nervous system neoplasm`$urlId #> [1] "DOID_2621" #> #> $`autonomic nervous system neoplasm`$dbPhenotype #> [1] FALSE #> #> $`autonomic nervous system neoplasm`$`_parent` #> [1] "DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`autonomic nervous system neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`autonomic nervous system neoplasm`$children #> $`autonomic nervous system neoplasm`$children[[1]] #> [1] "DOID_769<DOID_2621<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`autonomic nervous system neoplasm`$value #> [1] "autonomic nervous system neoplasm" #> #> #> $`autonomic nervous system neoplasm` #> $`autonomic nervous system neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2621" #> #> $`autonomic nervous system neoplasm`$`_id` #> [1] "DOID_2621<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`autonomic nervous system neoplasm`$privateGeneCount #> [1] 0 #> #> $`autonomic nervous system neoplasm`$publicGeneCount #> [1] 51 #> #> $`autonomic nervous system neoplasm`$urlId #> [1] "DOID_2621" #> #> $`autonomic nervous system neoplasm`$dbPhenotype #> [1] FALSE #> #> $`autonomic nervous system neoplasm`$`_parent` #> [1] "DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`autonomic nervous system neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`autonomic nervous system neoplasm`$children #> $`autonomic nervous system neoplasm`$children[[1]] #> [1] "DOID_769<DOID_2621<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`autonomic nervous system neoplasm`$value #> [1] "autonomic nervous system neoplasm" #> #> #> $`autonomic nervous system neoplasm` #> $`autonomic nervous system neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2621" #> #> $`autonomic nervous system neoplasm`$`_id` #> [1] "DOID_2621<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`autonomic nervous system neoplasm`$privateGeneCount #> [1] 0 #> #> $`autonomic nervous system neoplasm`$publicGeneCount #> [1] 51 #> #> $`autonomic nervous system neoplasm`$urlId #> [1] "DOID_2621" #> #> $`autonomic nervous system neoplasm`$dbPhenotype #> [1] FALSE #> #> $`autonomic nervous system neoplasm`$`_parent` #> [1] "DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`autonomic nervous system neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`autonomic nervous system neoplasm`$children #> $`autonomic nervous system neoplasm`$children[[1]] #> [1] "DOID_769<DOID_2621<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`autonomic nervous system neoplasm`$value #> [1] "autonomic nervous system neoplasm" #> #> #> $`autonomic neuropathy` #> $`autonomic neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11504" #> #> $`autonomic neuropathy`$`_id` #> [1] "DOID_11504<DOID_11465<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`autonomic neuropathy`$privateGeneCount #> [1] 0 #> #> $`autonomic neuropathy`$publicGeneCount #> [1] 39 #> #> $`autonomic neuropathy`$urlId #> [1] "DOID_11504" #> #> $`autonomic neuropathy`$dbPhenotype #> [1] FALSE #> #> $`autonomic neuropathy`$`_parent` #> [1] "DOID_11465<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`autonomic neuropathy`$`_is_leaf` #> [1] FALSE #> #> $`autonomic neuropathy`$children #> $`autonomic neuropathy`$children[[1]] #> [1] "DOID_11503<DOID_11504<DOID_11465<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`autonomic neuropathy`$value #> [1] "autonomic neuropathy" #> #> #> $`autosomal dominant cerebellar ataxia` #> $`autosomal dominant cerebellar ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1441" #> #> $`autosomal dominant cerebellar ataxia`$`_id` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant cerebellar ataxia`$publicGeneCount #> [1] 63 #> #> $`autosomal dominant cerebellar ataxia`$urlId #> [1] "DOID_1441" #> #> $`autosomal dominant cerebellar ataxia`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant cerebellar ataxia`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$`_is_leaf` #> [1] FALSE #> #> $`autosomal dominant cerebellar ataxia`$children #> $`autosomal dominant cerebellar ataxia`$children[[1]] #> [1] "DOID_0050968<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[2]] #> [1] "DOID_0060162<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[3]] #> [1] "DOID_0050987<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[4]] #> [1] "DOID_1440<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[5]] #> [1] "DOID_0050998<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[6]] #> [1] "DOID_0050954<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[7]] #> [1] "DOID_0050960<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[8]] #> [1] "DOID_0050961<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[9]] #> [1] "DOID_0050962<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[10]] #> [1] "DOID_0050963<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[11]] #> [1] "DOID_0050964<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[12]] #> [1] "DOID_0050965<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[13]] #> [1] "DOID_0050967<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[14]] #> [1] "DOID_0050970<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[15]] #> [1] "DOID_0050955<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[16]] #> [1] "DOID_0050972<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[17]] #> [1] "DOID_0050973<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[18]] #> [1] "DOID_0050975<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[19]] #> [1] "DOID_0050976<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[20]] #> [1] "DOID_0050977<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[21]] #> [1] "DOID_0050978<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[22]] #> [1] "DOID_0050980<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[23]] #> [1] "DOID_0050981<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[24]] #> [1] "DOID_0050982<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[25]] #> [1] "DOID_0050983<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[26]] #> [1] "DOID_0050985<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[27]] #> [1] "DOID_0050986<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[28]] #> [1] "DOID_0050882<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[29]] #> [1] "DOID_0050956<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[30]] #> [1] "DOID_0050958<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[31]] #> [1] "DOID_0050959<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`autosomal dominant cerebellar ataxia`$value #> [1] "autosomal dominant cerebellar ataxia" #> #> #> $`autosomal dominant cerebellar ataxia` #> $`autosomal dominant cerebellar ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1441" #> #> $`autosomal dominant cerebellar ataxia`$`_id` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant cerebellar ataxia`$publicGeneCount #> [1] 63 #> #> $`autosomal dominant cerebellar ataxia`$urlId #> [1] "DOID_1441" #> #> $`autosomal dominant cerebellar ataxia`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant cerebellar ataxia`$`_parent` #> [1] "DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$`_is_leaf` #> [1] FALSE #> #> $`autosomal dominant cerebellar ataxia`$children #> $`autosomal dominant cerebellar ataxia`$children[[1]] #> [1] "DOID_0050968<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[2]] #> [1] "DOID_0060162<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[3]] #> [1] "DOID_0050987<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[4]] #> [1] "DOID_1440<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[5]] #> [1] "DOID_0050998<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[6]] #> [1] "DOID_0050954<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[7]] #> [1] "DOID_0050960<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[8]] #> [1] "DOID_0050961<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[9]] #> [1] "DOID_0050962<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[10]] #> [1] "DOID_0050963<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[11]] #> [1] "DOID_0050964<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[12]] #> [1] "DOID_0050965<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[13]] #> [1] "DOID_0050967<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[14]] #> [1] "DOID_0050970<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[15]] #> [1] "DOID_0050955<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[16]] #> [1] "DOID_0050972<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[17]] #> [1] "DOID_0050973<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[18]] #> [1] "DOID_0050975<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[19]] #> [1] "DOID_0050976<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[20]] #> [1] "DOID_0050977<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[21]] #> [1] "DOID_0050978<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[22]] #> [1] "DOID_0050980<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[23]] #> [1] "DOID_0050981<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[24]] #> [1] "DOID_0050982<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[25]] #> [1] "DOID_0050983<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[26]] #> [1] "DOID_0050985<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[27]] #> [1] "DOID_0050986<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[28]] #> [1] "DOID_0050882<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[29]] #> [1] "DOID_0050956<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[30]] #> [1] "DOID_0050958<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[31]] #> [1] "DOID_0050959<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`autosomal dominant cerebellar ataxia`$value #> [1] "autosomal dominant cerebellar ataxia" #> #> #> $`autosomal dominant cerebellar ataxia` #> $`autosomal dominant cerebellar ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1441" #> #> $`autosomal dominant cerebellar ataxia`$`_id` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant cerebellar ataxia`$publicGeneCount #> [1] 63 #> #> $`autosomal dominant cerebellar ataxia`$urlId #> [1] "DOID_1441" #> #> $`autosomal dominant cerebellar ataxia`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant cerebellar ataxia`$`_parent` #> [1] "DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$`_is_leaf` #> [1] FALSE #> #> $`autosomal dominant cerebellar ataxia`$children #> $`autosomal dominant cerebellar ataxia`$children[[1]] #> [1] "DOID_0050968<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[2]] #> [1] "DOID_0060162<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[3]] #> [1] "DOID_0050987<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[4]] #> [1] "DOID_1440<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[5]] #> [1] "DOID_0050998<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[6]] #> [1] "DOID_0050954<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[7]] #> [1] "DOID_0050960<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[8]] #> [1] "DOID_0050961<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[9]] #> [1] "DOID_0050962<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[10]] #> [1] "DOID_0050963<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[11]] #> [1] "DOID_0050964<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[12]] #> [1] "DOID_0050965<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[13]] #> [1] "DOID_0050967<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[14]] #> [1] "DOID_0050970<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[15]] #> [1] "DOID_0050955<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[16]] #> [1] "DOID_0050972<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[17]] #> [1] "DOID_0050973<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[18]] #> [1] "DOID_0050975<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[19]] #> [1] "DOID_0050976<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[20]] #> [1] "DOID_0050977<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[21]] #> [1] "DOID_0050978<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[22]] #> [1] "DOID_0050980<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[23]] #> [1] "DOID_0050981<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[24]] #> [1] "DOID_0050982<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[25]] #> [1] "DOID_0050983<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[26]] #> [1] "DOID_0050985<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[27]] #> [1] "DOID_0050986<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[28]] #> [1] "DOID_0050882<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[29]] #> [1] "DOID_0050956<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[30]] #> [1] "DOID_0050958<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[31]] #> [1] "DOID_0050959<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`autosomal dominant cerebellar ataxia`$value #> [1] "autosomal dominant cerebellar ataxia" #> #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy` #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050968" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$`_id` #> [1] "DOID_0050968<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$publicGeneCount #> [1] 1 #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$urlId #> [1] "DOID_0050968" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$children #> list() #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$value #> [1] "autosomal dominant cerebellar ataxia, deafness and narcolepsy" #> #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy` #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050968" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$`_id` #> [1] "DOID_0050968<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$publicGeneCount #> [1] 1 #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$urlId #> [1] "DOID_0050968" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$children #> list() #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$value #> [1] "autosomal dominant cerebellar ataxia, deafness and narcolepsy" #> #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy` #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050968" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$`_id` #> [1] "DOID_0050968<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$publicGeneCount #> [1] 1 #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$urlId #> [1] "DOID_0050968" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$children #> list() #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$value #> [1] "autosomal dominant cerebellar ataxia, deafness and narcolepsy" #> #> #> $`autosomal dominant disease` #> $`autosomal dominant disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050736" #> #> $`autosomal dominant disease`$`_id` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant disease`$publicGeneCount #> [1] 522 #> #> $`autosomal dominant disease`$urlId #> [1] "DOID_0050736" #> #> $`autosomal dominant disease`$dbPhenotype #> [1] FALSE #> #> $`autosomal dominant disease`$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$`_is_leaf` #> [1] FALSE #> #> $`autosomal dominant disease`$children #> $`autosomal dominant disease`$children[[1]] #> [1] "DOID_0060611<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[2]] #> [1] "DOID_0080056<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[3]] #> [1] "DOID_0060353<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[4]] #> [1] "DOID_0050606<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[5]] #> [1] "DOID_0050601<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[6]] #> [1] "DOID_0050628<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[7]] #> [1] "DOID_10871<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[8]] #> [1] "DOID_4252<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[9]] #> [1] "DOID_0050434<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[10]] #> [1] "DOID_3755<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[11]] #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[12]] #> [1] "DOID_0050948<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[13]] #> [1] "DOID_0060307<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[14]] #> [1] "DOID_0050564<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[15]] #> [1] "DOID_898<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[16]] #> [1] "DOID_0060335<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[17]] #> [1] "DOID_14756<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[18]] #> [1] "DOID_14686<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[19]] #> [1] "DOID_0050657<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[20]] #> [1] "DOID_0050658<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[21]] #> [1] "DOID_0050660<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[22]] #> [1] "DOID_0050675<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[23]] #> [1] "DOID_0050676<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[24]] #> [1] "DOID_0050678<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[25]] #> [1] "DOID_11661<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[26]] #> [1] "DOID_0050689<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[27]] #> [1] "DOID_0050691<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[28]] #> [1] "DOID_14702<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[29]] #> [1] "DOID_0050693<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[30]] #> [1] "DOID_0050463<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[31]] #> [1] "DOID_0050471<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[32]] #> [1] "DOID_0050540<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[33]] #> [1] "DOID_1856<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[34]] #> [1] "DOID_13994<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[35]] #> [1] "DOID_14693<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[36]] #> [1] "DOID_0050546<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[37]] #> [1] "DOID_0050469<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[38]] #> [1] "DOID_6457<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[39]] #> [1] "DOID_0080033<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[40]] #> [1] "DOID_3764<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[41]] #> [1] "DOID_11198<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[42]] #> [1] "DOID_10041<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[43]] #> [1] "DOID_0060447<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[44]] #> [1] "DOID_0050831<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[45]] #> [1] "DOID_0060464<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[46]] #> [1] "DOID_13374<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[47]] #> [1] "DOID_0050637<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[48]] #> [1] "DOID_0050438<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[49]] #> [1] "DOID_12318<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[50]] #> [1] "DOID_14761<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[51]] #> [1] "DOID_0050429<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[52]] #> [1] "DOID_2736<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[53]] #> [1] "DOID_5683<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[54]] #> [1] "DOID_1270<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[55]] #> [1] "DOID_206<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[56]] #> [1] "DOID_0060468<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[57]] #> [1] "DOID_3261<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[58]] #> [1] "DOID_0080041<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[59]] #> [1] "DOID_0080077<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[60]] #> [1] "DOID_0080078<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[61]] #> [1] "DOID_1702<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[62]] #> [1] "DOID_0050786<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[63]] #> [1] "DOID_0080020<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[64]] #> [1] "DOID_0050787<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[65]] #> [1] "DOID_0060352<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[66]] #> [1] "DOID_0080045<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[67]] #> [1] "DOID_0050880<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[68]] #> [1] "DOID_0050331<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[69]] #> [1] "DOID_14764<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[70]] #> [1] "DOID_3012<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[71]] #> [1] "DOID_0050466<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[72]] #> [1] "DOID_3883<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[73]] #> [1] "DOID_8545<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[74]] #> [1] "DOID_0050524<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[75]] #> [1] "DOID_0060349<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[76]] #> [1] "DOID_0050472<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[77]] #> [1] "DOID_0060485<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[78]] #> [1] "DOID_0050854<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[79]] #> [1] "DOID_0050792<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[80]] #> [1] "DOID_10017<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[81]] #> [1] "DOID_0050430<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[82]] #> [1] "DOID_10016<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[83]] #> [1] "DOID_0080092<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[84]] #> [1] "DOID_0080093<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[85]] #> [1] "DOID_0080094<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[86]] #> [1] "DOID_0080095<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[87]] #> [1] "DOID_0080096<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[88]] #> [1] "DOID_0080097<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[89]] #> [1] "DOID_9467<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[90]] #> [1] "DOID_8712<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[91]] #> [1] "DOID_2512<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[92]] #> [1] "DOID_0080081<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[93]] #> [1] "DOID_0080086<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[94]] #> [1] "DOID_14291<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[95]] #> [1] "DOID_0050449<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[96]] #> [1] "DOID_9248<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[97]] #> [1] "DOID_0050773<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[98]] #> [1] "DOID_0060367<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[99]] #> [1] "DOID_0060371<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[100]] #> [1] "DOID_9631<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[101]] #> [1] "DOID_0060486<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[102]] #> [1] "DOID_14705<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[103]] #> [1] "DOID_3263<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[104]] #> [1] "DOID_0060488<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[105]] #> [1] "DOID_0050770<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[106]] #> [1] "DOID_0060055<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[107]] #> [1] "DOID_3756<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[108]] #> [1] "DOID_0050788<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[109]] #> [1] "DOID_0080047<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[110]] #> [1] "DOID_0060330<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[111]] #> [1] "DOID_0060255<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[112]] #> [1] "DOID_1933<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[113]] #> [1] "DOID_14768<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[114]] #> [1] "DOID_0080030<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[115]] #> [1] "DOID_0080028<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[116]] #> [1] "DOID_14789<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[117]] #> [1] "DOID_0060354<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[118]] #> [1] "DOID_0050789<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[119]] #> [1] "DOID_0060455<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[120]] #> [1] "DOID_0060173<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[121]] #> [1] "DOID_0050887<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[122]] #> [1] "DOID_0050638<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[123]] #> [1] "DOID_2908<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[124]] #> [1] "DOID_14743<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[125]] #> [1] "DOID_4998<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[126]] #> [1] "DOID_13515<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[127]] #> [1] "DOID_0080089<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[128]] #> [1] "DOID_0050558<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[129]] #> [1] "DOID_9258<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[130]] #> [1] "DOID_14731<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[131]] #> [1] "DOID_1928<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`autosomal dominant disease`$value #> [1] "autosomal dominant disease" #> #> #> $`autosomal dominant hypophosphatemic rickets` #> $`autosomal dominant hypophosphatemic rickets`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050948" #> #> $`autosomal dominant hypophosphatemic rickets`$`_id` #> [1] "DOID_0050948<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant hypophosphatemic rickets`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant hypophosphatemic rickets`$publicGeneCount #> [1] 1 #> #> $`autosomal dominant hypophosphatemic rickets`$urlId #> [1] "DOID_0050948" #> #> $`autosomal dominant hypophosphatemic rickets`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant hypophosphatemic rickets`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant hypophosphatemic rickets`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant hypophosphatemic rickets`$children #> list() #> #> $`autosomal dominant hypophosphatemic rickets`$value #> [1] "autosomal dominant hypophosphatemic rickets" #> #> #> $`autosomal dominant hypophosphatemic rickets` #> $`autosomal dominant hypophosphatemic rickets`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050948" #> #> $`autosomal dominant hypophosphatemic rickets`$`_id` #> [1] "DOID_0050948<DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autosomal dominant hypophosphatemic rickets`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant hypophosphatemic rickets`$publicGeneCount #> [1] 1 #> #> $`autosomal dominant hypophosphatemic rickets`$urlId #> [1] "DOID_0050948" #> #> $`autosomal dominant hypophosphatemic rickets`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant hypophosphatemic rickets`$`_parent` #> [1] "DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autosomal dominant hypophosphatemic rickets`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant hypophosphatemic rickets`$children #> list() #> #> $`autosomal dominant hypophosphatemic rickets`$value #> [1] "autosomal dominant hypophosphatemic rickets" #> #> #> $`Autosomal dominant inheritance` #> $`Autosomal dominant inheritance`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000006" #> #> $`Autosomal dominant inheritance`$`_id` #> [1] "HP_0000006<HP_0000005<HP_0000001" #> #> $`Autosomal dominant inheritance`$privateGeneCount #> [1] 0 #> #> $`Autosomal dominant inheritance`$publicGeneCount #> [1] 1 #> #> $`Autosomal dominant inheritance`$urlId #> [1] "HP_0000006" #> #> $`Autosomal dominant inheritance`$dbPhenotype #> [1] TRUE #> #> $`Autosomal dominant inheritance`$`_parent` #> [1] "HP_0000005<HP_0000001" #> #> $`Autosomal dominant inheritance`$`_is_leaf` #> [1] TRUE #> #> $`Autosomal dominant inheritance`$children #> list() #> #> $`Autosomal dominant inheritance`$value #> [1] "Autosomal dominant inheritance" #> #> #> $`autosomal dominant non-syndromic intellectual disability` #> $`autosomal dominant non-syndromic intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060307" #> #> $`autosomal dominant non-syndromic intellectual disability`$`_id` #> [1] "DOID_0060307<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant non-syndromic intellectual disability`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant non-syndromic intellectual disability`$publicGeneCount #> [1] 33 #> #> $`autosomal dominant non-syndromic intellectual disability`$urlId #> [1] "DOID_0060307" #> #> $`autosomal dominant non-syndromic intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant non-syndromic intellectual disability`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant non-syndromic intellectual disability`$`_is_leaf` #> [1] FALSE #> #> $`autosomal dominant non-syndromic intellectual disability`$children #> $`autosomal dominant non-syndromic intellectual disability`$children[[1]] #> [1] "DOID_1925<DOID_0060307<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`autosomal dominant non-syndromic intellectual disability`$value #> [1] "autosomal dominant non-syndromic intellectual disability" #> #> #> $`autosomal dominant non-syndromic intellectual disability` #> $`autosomal dominant non-syndromic intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060307" #> #> $`autosomal dominant non-syndromic intellectual disability`$`_id` #> [1] "DOID_0060307<DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`autosomal dominant non-syndromic intellectual disability`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant non-syndromic intellectual disability`$publicGeneCount #> [1] 33 #> #> $`autosomal dominant non-syndromic intellectual disability`$urlId #> [1] "DOID_0060307" #> #> $`autosomal dominant non-syndromic intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant non-syndromic intellectual disability`$`_parent` #> [1] "DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`autosomal dominant non-syndromic intellectual disability`$`_is_leaf` #> [1] FALSE #> #> $`autosomal dominant non-syndromic intellectual disability`$children #> $`autosomal dominant non-syndromic intellectual disability`$children[[1]] #> [1] "DOID_1925<DOID_0060307<DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`autosomal dominant non-syndromic intellectual disability`$value #> [1] "autosomal dominant non-syndromic intellectual disability" #> #> #> $`autosomal dominant nonsyndromic deafness` #> $`autosomal dominant nonsyndromic deafness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050564" #> #> $`autosomal dominant nonsyndromic deafness`$`_id` #> [1] "DOID_0050564<DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant nonsyndromic deafness`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant nonsyndromic deafness`$publicGeneCount #> [1] 32 #> #> $`autosomal dominant nonsyndromic deafness`$urlId #> [1] "DOID_0050564" #> #> $`autosomal dominant nonsyndromic deafness`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant nonsyndromic deafness`$`_parent` #> [1] "DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant nonsyndromic deafness`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant nonsyndromic deafness`$children #> list() #> #> $`autosomal dominant nonsyndromic deafness`$value #> [1] "autosomal dominant nonsyndromic deafness" #> #> #> $`autosomal dominant nonsyndromic deafness` #> $`autosomal dominant nonsyndromic deafness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050564" #> #> $`autosomal dominant nonsyndromic deafness`$`_id` #> [1] "DOID_0050564<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant nonsyndromic deafness`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant nonsyndromic deafness`$publicGeneCount #> [1] 32 #> #> $`autosomal dominant nonsyndromic deafness`$urlId #> [1] "DOID_0050564" #> #> $`autosomal dominant nonsyndromic deafness`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant nonsyndromic deafness`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant nonsyndromic deafness`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant nonsyndromic deafness`$children #> list() #> #> $`autosomal dominant nonsyndromic deafness`$value #> [1] "autosomal dominant nonsyndromic deafness" #> #> #> $`autosomal dominant polycystic kidney disease` #> $`autosomal dominant polycystic kidney disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_898" #> #> $`autosomal dominant polycystic kidney disease`$`_id` #> [1] "DOID_898<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant polycystic kidney disease`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant polycystic kidney disease`$publicGeneCount #> [1] 20 #> #> $`autosomal dominant polycystic kidney disease`$urlId #> [1] "DOID_898" #> #> $`autosomal dominant polycystic kidney disease`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant polycystic kidney disease`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant polycystic kidney disease`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant polycystic kidney disease`$children #> list() #> #> $`autosomal dominant polycystic kidney disease`$value #> [1] "autosomal dominant polycystic kidney disease" #> #> #> $`autosomal dominant polycystic kidney disease` #> $`autosomal dominant polycystic kidney disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_898" #> #> $`autosomal dominant polycystic kidney disease`$`_id` #> [1] "DOID_898<DOID_0080322<DOID_2975<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`autosomal dominant polycystic kidney disease`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant polycystic kidney disease`$publicGeneCount #> [1] 20 #> #> $`autosomal dominant polycystic kidney disease`$urlId #> [1] "DOID_898" #> #> $`autosomal dominant polycystic kidney disease`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant polycystic kidney disease`$`_parent` #> [1] "DOID_0080322<DOID_2975<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`autosomal dominant polycystic kidney disease`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant polycystic kidney disease`$children #> list() #> #> $`autosomal dominant polycystic kidney disease`$value #> [1] "autosomal dominant polycystic kidney disease" #> #> #> $`autosomal dominant sideroblastic anemia 4` #> $`autosomal dominant sideroblastic anemia 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060335" #> #> $`autosomal dominant sideroblastic anemia 4`$`_id` #> [1] "DOID_0060335<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant sideroblastic anemia 4`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant sideroblastic anemia 4`$publicGeneCount #> [1] 1 #> #> $`autosomal dominant sideroblastic anemia 4`$urlId #> [1] "DOID_0060335" #> #> $`autosomal dominant sideroblastic anemia 4`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant sideroblastic anemia 4`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant sideroblastic anemia 4`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant sideroblastic anemia 4`$children #> list() #> #> $`autosomal dominant sideroblastic anemia 4`$value #> [1] "autosomal dominant sideroblastic anemia 4" #> #> #> $`autosomal dominant sideroblastic anemia 4` #> $`autosomal dominant sideroblastic anemia 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060335" #> #> $`autosomal dominant sideroblastic anemia 4`$`_id` #> [1] "DOID_0060335<DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`autosomal dominant sideroblastic anemia 4`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant sideroblastic anemia 4`$publicGeneCount #> [1] 1 #> #> $`autosomal dominant sideroblastic anemia 4`$urlId #> [1] "DOID_0060335" #> #> $`autosomal dominant sideroblastic anemia 4`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant sideroblastic anemia 4`$`_parent` #> [1] "DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`autosomal dominant sideroblastic anemia 4`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant sideroblastic anemia 4`$children #> list() #> #> $`autosomal dominant sideroblastic anemia 4`$value #> [1] "autosomal dominant sideroblastic anemia 4" #> #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome` #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14756" #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$`_id` #> [1] "DOID_14756<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$publicGeneCount #> [1] 1 #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$urlId #> [1] "DOID_14756" #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$children #> list() #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$value #> [1] "autosomal dominant type IV Ehlers-Danlos syndrome" #> #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome` #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14756" #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$`_id` #> [1] "DOID_14756<DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$publicGeneCount #> [1] 1 #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$urlId #> [1] "DOID_14756" #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$`_parent` #> [1] "DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$children #> list() #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$value #> [1] "autosomal dominant type IV Ehlers-Danlos syndrome" #> #> #> $`autosomal genetic disease` #> $`autosomal genetic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050739" #> #> $`autosomal genetic disease`$`_id` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$privateGeneCount #> [1] 0 #> #> $`autosomal genetic disease`$publicGeneCount #> [1] 992 #> #> $`autosomal genetic disease`$urlId #> [1] "DOID_0050739" #> #> $`autosomal genetic disease`$dbPhenotype #> [1] FALSE #> #> $`autosomal genetic disease`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$`_is_leaf` #> [1] FALSE #> #> $`autosomal genetic disease`$children #> $`autosomal genetic disease`$children[[1]] #> [1] "DOID_0050629<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[2]] #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[3]] #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[4]] #> [1] "DOID_14778<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[5]] #> [1] "DOID_2229<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[6]] #> [1] "DOID_0050424<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[7]] #> [1] "DOID_2987<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[8]] #> [1] "DOID_14213<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[9]] #> [1] "DOID_1858<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[10]] #> [1] "DOID_3911<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[11]] #> [1] "DOID_0060254<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[12]] #> [1] "DOID_0050475<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`autosomal genetic disease`$value #> [1] "autosomal genetic disease" #> #> #> $`autosomal recessive cerebellar ataxia` #> $`autosomal recessive cerebellar ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050950" #> #> $`autosomal recessive cerebellar ataxia`$`_id` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive cerebellar ataxia`$publicGeneCount #> [1] 22 #> #> $`autosomal recessive cerebellar ataxia`$urlId #> [1] "DOID_0050950" #> #> $`autosomal recessive cerebellar ataxia`$dbPhenotype #> [1] FALSE #> #> $`autosomal recessive cerebellar ataxia`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$`_is_leaf` #> [1] FALSE #> #> $`autosomal recessive cerebellar ataxia`$children #> $`autosomal recessive cerebellar ataxia`$children[[1]] #> [1] "DOID_12704<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[2]] #> [1] "DOID_0050754<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[3]] #> [1] "DOID_0050999<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[4]] #> [1] "DOID_0080063<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[5]] #> [1] "DOID_0080060<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[6]] #> [1] "DOID_0080062<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[7]] #> [1] "DOID_0080058<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[8]] #> [1] "DOID_0080057<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[9]] #> [1] "DOID_0080029<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[10]] #> [1] "DOID_0080064<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[11]] #> [1] "DOID_0080042<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[12]] #> [1] "DOID_0080065<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[13]] #> [1] "DOID_0080061<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[14]] #> [1] "DOID_0080066<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[15]] #> [1] "DOID_0080059<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[16]] #> [1] "DOID_0050946<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[17]] #> [1] "DOID_12705<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`autosomal recessive cerebellar ataxia`$value #> [1] "autosomal recessive cerebellar ataxia" #> #> #> $`autosomal recessive cerebellar ataxia` #> $`autosomal recessive cerebellar ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050950" #> #> $`autosomal recessive cerebellar ataxia`$`_id` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive cerebellar ataxia`$publicGeneCount #> [1] 22 #> #> $`autosomal recessive cerebellar ataxia`$urlId #> [1] "DOID_0050950" #> #> $`autosomal recessive cerebellar ataxia`$dbPhenotype #> [1] FALSE #> #> $`autosomal recessive cerebellar ataxia`$`_parent` #> [1] "DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$`_is_leaf` #> [1] FALSE #> #> $`autosomal recessive cerebellar ataxia`$children #> $`autosomal recessive cerebellar ataxia`$children[[1]] #> [1] "DOID_12704<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[2]] #> [1] "DOID_0050754<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[3]] #> [1] "DOID_0050999<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[4]] #> [1] "DOID_0080063<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[5]] #> [1] "DOID_0080060<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[6]] #> [1] "DOID_0080062<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[7]] #> [1] "DOID_0080058<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[8]] #> [1] "DOID_0080057<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[9]] #> [1] "DOID_0080029<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[10]] #> [1] "DOID_0080064<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[11]] #> [1] "DOID_0080042<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[12]] #> [1] "DOID_0080065<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[13]] #> [1] "DOID_0080061<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[14]] #> [1] "DOID_0080066<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[15]] #> [1] "DOID_0080059<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[16]] #> [1] "DOID_0050946<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[17]] #> [1] "DOID_12705<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`autosomal recessive cerebellar ataxia`$value #> [1] "autosomal recessive cerebellar ataxia" #> #> #> $`autosomal recessive cerebellar ataxia` #> $`autosomal recessive cerebellar ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050950" #> #> $`autosomal recessive cerebellar ataxia`$`_id` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive cerebellar ataxia`$publicGeneCount #> [1] 22 #> #> $`autosomal recessive cerebellar ataxia`$urlId #> [1] "DOID_0050950" #> #> $`autosomal recessive cerebellar ataxia`$dbPhenotype #> [1] FALSE #> #> $`autosomal recessive cerebellar ataxia`$`_parent` #> [1] "DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$`_is_leaf` #> [1] FALSE #> #> $`autosomal recessive cerebellar ataxia`$children #> $`autosomal recessive cerebellar ataxia`$children[[1]] #> [1] "DOID_12704<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[2]] #> [1] "DOID_0050754<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[3]] #> [1] "DOID_0050999<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[4]] #> [1] "DOID_0080063<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[5]] #> [1] "DOID_0080060<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[6]] #> [1] "DOID_0080062<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[7]] #> [1] "DOID_0080058<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[8]] #> [1] "DOID_0080057<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[9]] #> [1] "DOID_0080029<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[10]] #> [1] "DOID_0080064<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[11]] #> [1] "DOID_0080042<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[12]] #> [1] "DOID_0080065<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[13]] #> [1] "DOID_0080061<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[14]] #> [1] "DOID_0080066<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[15]] #> [1] "DOID_0080059<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[16]] #> [1] "DOID_0050946<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[17]] #> [1] "DOID_12705<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`autosomal recessive cerebellar ataxia`$value #> [1] "autosomal recessive cerebellar ataxia" #> #> #> $`autosomal recessive disease` #> $`autosomal recessive disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050737" #> #> $`autosomal recessive disease`$`_id` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive disease`$publicGeneCount #> [1] 512 #> #> $`autosomal recessive disease`$urlId #> [1] "DOID_0050737" #> #> $`autosomal recessive disease`$dbPhenotype #> [1] FALSE #> #> $`autosomal recessive disease`$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$`_is_leaf` #> [1] FALSE #> #> $`autosomal recessive disease`$children #> $`autosomal recessive disease`$children[[1]] #> [1] "DOID_0060241<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[2]] #> [1] "DOID_0050710<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[3]] #> [1] "DOID_0060225<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[4]] #> [1] "DOID_0050600<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[5]] #> [1] "DOID_1386<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[6]] #> [1] "DOID_0050711<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[7]] #> [1] "DOID_0050603<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[8]] #> [1] "DOID_0080054<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[9]] #> [1] "DOID_0080055<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[10]] #> [1] "DOID_0050604<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[11]] #> [1] "DOID_0080052<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[12]] #> [1] "DOID_0080051<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[13]] #> [1] "DOID_0080050<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[14]] #> [1] "DOID_0050529<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[15]] #> [1] "DOID_0050712<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[16]] #> [1] "DOID_0050634<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[17]] #> [1] "DOID_0050473<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[18]] #> [1] "DOID_3755<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[19]] #> [1] "DOID_0050462<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[20]] #> [1] "DOID_0050763<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[21]] #> [1] "DOID_0050592<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[22]] #> [1] "DOID_0050682<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[23]] #> [1] "DOID_0050649<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[24]] #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[25]] #> [1] "DOID_0050949<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[26]] #> [1] "DOID_0060308<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[27]] #> [1] "DOID_0050565<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[28]] #> [1] "DOID_0060065<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[29]] #> [1] "DOID_1935<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[30]] #> [1] "DOID_2217<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[31]] #> [1] "DOID_14723<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[32]] #> [1] "DOID_0050677<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[33]] #> [1] "DOID_2717<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[34]] #> [1] "DOID_0050684<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[35]] #> [1] "DOID_0050694<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[36]] #> [1] "DOID_3613<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[37]] #> [1] "DOID_9280<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[38]] #> [1] "DOID_14773<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[39]] #> [1] "DOID_0060337<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[40]] #> [1] "DOID_0050997<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[41]] #> [1] "DOID_0050540<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[42]] #> [1] "DOID_2935<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[43]] #> [1] "DOID_2962<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[44]] #> [1] "DOID_0060294<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[45]] #> [1] "DOID_0080101<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[46]] #> [1] "DOID_0050546<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[47]] #> [1] "DOID_2236<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[48]] #> [1] "DOID_0050585<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[49]] #> [1] "DOID_0060296<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[50]] #> [1] "DOID_1485<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[51]] #> [1] "DOID_1064<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[52]] #> [1] "DOID_14687<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[53]] #> [1] "DOID_0060021<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[54]] #> [1] "DOID_0050470<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[55]] #> [1] "DOID_0111167<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[56]] #> [1] "DOID_0060484<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[57]] #> [1] "DOID_0050802<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[58]] #> [1] "DOID_12714<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[59]] #> [1] "DOID_13777<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[60]] #> [1] "DOID_2216<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[61]] #> [1] "DOID_2215<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[62]] #> [1] "DOID_2222<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[63]] #> [1] "DOID_2231<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[64]] #> [1] "DOID_2211<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[65]] #> [1] "DOID_0060474<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[66]] #> [1] "DOID_14118<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[67]] #> [1] "DOID_0050790<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[68]] #> [1] "DOID_0060364<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[69]] #> [1] "DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[70]] #> [1] "DOID_0060449<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[71]] #> [1] "DOID_0050450<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[72]] #> [1] "DOID_0060481<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[73]] #> [1] "DOID_3753<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[74]] #> [1] "DOID_0050779<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[75]] #> [1] "DOID_0060348<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[76]] #> [1] "DOID_0060025<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[77]] #> [1] "DOID_0050883<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[78]] #> [1] "DOID_0050530<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[79]] #> [1] "DOID_14694<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[80]] #> [1] "DOID_0050807<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[81]] #> [1] "DOID_3534<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[82]] #> [1] "DOID_9521<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[83]] #> [1] "DOID_1930<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[84]] #> [1] "DOID_6612<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[85]] #> [1] "DOID_0080105<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[86]] #> [1] "DOID_0080106<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[87]] #> [1] "DOID_0080107<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[88]] #> [1] "DOID_0080071<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[89]] #> [1] "DOID_0050441<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[90]] #> [1] "DOID_0050436<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[91]] #> [1] "DOID_14671<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[92]] #> [1] "DOID_0050588<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[93]] #> [1] "DOID_0080092<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[94]] #> [1] "DOID_0080098<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[95]] #> [1] "DOID_0060346<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[96]] #> [1] "DOID_12712<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[97]] #> [1] "DOID_0050474<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[98]] #> [1] "DOID_7400<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[99]] #> [1] "DOID_0050528<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[100]] #> [1] "DOID_0080081<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[101]] #> [1] "DOID_0080082<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[102]] #> [1] "DOID_0050632<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[103]] #> [1] "DOID_0060375<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[104]] #> [1] "DOID_0080026<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[105]] #> [1] "DOID_3981<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[106]] #> [1] "DOID_3389<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[107]] #> [1] "DOID_0060372<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[108]] #> [1] "DOID_0060368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[109]] #> [1] "DOID_0060369<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[110]] #> [1] "DOID_0060370<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[111]] #> [1] "DOID_0050857<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[112]] #> [1] "DOID_2235<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[113]] #> [1] "DOID_0050656<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[114]] #> [1] "DOID_2738<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[115]] #> [1] "DOID_5813<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[116]] #> [1] "DOID_0080038<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[117]] #> [1] "DOID_0050774<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[118]] #> [1] "DOID_0060020<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[119]] #> [1] "DOID_2580<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[120]] #> [1] "DOID_5325<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[121]] #> [1] "DOID_0060490<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[122]] #> [1] "DOID_0050569<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[123]] #> [1] "DOID_0050576<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[124]] #> [1] "DOID_0050577<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[125]] #> [1] "DOID_10923<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[126]] #> [1] "DOID_14501<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[127]] #> [1] "DOID_0080036<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[128]] #> [1] "DOID_14748<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[129]] #> [1] "DOID_0060491<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[130]] #> [1] "DOID_0050812<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[131]] #> [1] "DOID_0050814<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[132]] #> [1] "DOID_10241<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[133]] #> [1] "DOID_14699<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[134]] #> [1] "DOID_0050602<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[135]] #> [1] "DOID_0050886<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[136]] #> [1] "DOID_0050558<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[137]] #> [1] "DOID_0050816<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[138]] #> [1] "DOID_0050439<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[139]] #> [1] "DOID_0060240<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[140]] #> [1] "DOID_0060238<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[141]] #> [1] "DOID_0060356<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[142]] #> [1] "DOID_0050560<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[143]] #> [1] "DOID_0060237<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[144]] #> [1] "DOID_0060535<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[145]] #> [1] "DOID_5688<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[146]] #> [1] "DOID_0050427<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`autosomal recessive disease`$value #> [1] "autosomal recessive disease" #> #> #> $`autosomal recessive hypophosphatemic rickets` #> $`autosomal recessive hypophosphatemic rickets`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050949" #> #> $`autosomal recessive hypophosphatemic rickets`$`_id` #> [1] "DOID_0050949<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive hypophosphatemic rickets`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive hypophosphatemic rickets`$publicGeneCount #> [1] 2 #> #> $`autosomal recessive hypophosphatemic rickets`$urlId #> [1] "DOID_0050949" #> #> $`autosomal recessive hypophosphatemic rickets`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive hypophosphatemic rickets`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive hypophosphatemic rickets`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive hypophosphatemic rickets`$children #> list() #> #> $`autosomal recessive hypophosphatemic rickets`$value #> [1] "autosomal recessive hypophosphatemic rickets" #> #> #> $`autosomal recessive hypophosphatemic rickets` #> $`autosomal recessive hypophosphatemic rickets`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050949" #> #> $`autosomal recessive hypophosphatemic rickets`$`_id` #> [1] "DOID_0050949<DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autosomal recessive hypophosphatemic rickets`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive hypophosphatemic rickets`$publicGeneCount #> [1] 2 #> #> $`autosomal recessive hypophosphatemic rickets`$urlId #> [1] "DOID_0050949" #> #> $`autosomal recessive hypophosphatemic rickets`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive hypophosphatemic rickets`$`_parent` #> [1] "DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autosomal recessive hypophosphatemic rickets`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive hypophosphatemic rickets`$children #> list() #> #> $`autosomal recessive hypophosphatemic rickets`$value #> [1] "autosomal recessive hypophosphatemic rickets" #> #> #> $`autosomal recessive non-syndromic intellectual disability` #> $`autosomal recessive non-syndromic intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060308" #> #> $`autosomal recessive non-syndromic intellectual disability`$`_id` #> [1] "DOID_0060308<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive non-syndromic intellectual disability`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive non-syndromic intellectual disability`$publicGeneCount #> [1] 28 #> #> $`autosomal recessive non-syndromic intellectual disability`$urlId #> [1] "DOID_0060308" #> #> $`autosomal recessive non-syndromic intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive non-syndromic intellectual disability`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive non-syndromic intellectual disability`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive non-syndromic intellectual disability`$children #> list() #> #> $`autosomal recessive non-syndromic intellectual disability`$value #> [1] "autosomal recessive non-syndromic intellectual disability" #> #> #> $`autosomal recessive non-syndromic intellectual disability` #> $`autosomal recessive non-syndromic intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060308" #> #> $`autosomal recessive non-syndromic intellectual disability`$`_id` #> [1] "DOID_0060308<DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`autosomal recessive non-syndromic intellectual disability`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive non-syndromic intellectual disability`$publicGeneCount #> [1] 28 #> #> $`autosomal recessive non-syndromic intellectual disability`$urlId #> [1] "DOID_0060308" #> #> $`autosomal recessive non-syndromic intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive non-syndromic intellectual disability`$`_parent` #> [1] "DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`autosomal recessive non-syndromic intellectual disability`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive non-syndromic intellectual disability`$children #> list() #> #> $`autosomal recessive non-syndromic intellectual disability`$value #> [1] "autosomal recessive non-syndromic intellectual disability" #> #> #> $`autosomal recessive nonsyndromic deafness` #> $`autosomal recessive nonsyndromic deafness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050565" #> #> $`autosomal recessive nonsyndromic deafness`$`_id` #> [1] "DOID_0050565<DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive nonsyndromic deafness`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive nonsyndromic deafness`$publicGeneCount #> [1] 57 #> #> $`autosomal recessive nonsyndromic deafness`$urlId #> [1] "DOID_0050565" #> #> $`autosomal recessive nonsyndromic deafness`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive nonsyndromic deafness`$`_parent` #> [1] "DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive nonsyndromic deafness`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive nonsyndromic deafness`$children #> list() #> #> $`autosomal recessive nonsyndromic deafness`$value #> [1] "autosomal recessive nonsyndromic deafness" #> #> #> $`autosomal recessive nonsyndromic deafness` #> $`autosomal recessive nonsyndromic deafness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050565" #> #> $`autosomal recessive nonsyndromic deafness`$`_id` #> [1] "DOID_0050565<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive nonsyndromic deafness`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive nonsyndromic deafness`$publicGeneCount #> [1] 57 #> #> $`autosomal recessive nonsyndromic deafness`$urlId #> [1] "DOID_0050565" #> #> $`autosomal recessive nonsyndromic deafness`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive nonsyndromic deafness`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive nonsyndromic deafness`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive nonsyndromic deafness`$children #> list() #> #> $`autosomal recessive nonsyndromic deafness`$value #> [1] "autosomal recessive nonsyndromic deafness" #> #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2` #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060065" #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$`_id` #> [1] "DOID_0060065<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$urlId #> [1] "DOID_0060065" #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$children #> list() #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$value #> [1] "autosomal recessive pyridoxine-refractory sideroblastic anemia 2" #> #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2` #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060065" #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$`_id` #> [1] "DOID_0060065<DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$urlId #> [1] "DOID_0060065" #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$`_parent` #> [1] "DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$children #> list() #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$value #> [1] "autosomal recessive pyridoxine-refractory sideroblastic anemia 2" #> #> #> $`autosomal recessive spinocerebellar ataxia 10` #> $`autosomal recessive spinocerebellar ataxia 10`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050999" #> #> $`autosomal recessive spinocerebellar ataxia 10`$`_id` #> [1] "DOID_0050999<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 10`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 10`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 10`$urlId #> [1] "DOID_0050999" #> #> $`autosomal recessive spinocerebellar ataxia 10`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 10`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 10`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 10`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 10`$value #> [1] "autosomal recessive spinocerebellar ataxia 10" #> #> #> $`autosomal recessive spinocerebellar ataxia 10` #> $`autosomal recessive spinocerebellar ataxia 10`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050999" #> #> $`autosomal recessive spinocerebellar ataxia 10`$`_id` #> [1] "DOID_0050999<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 10`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 10`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 10`$urlId #> [1] "DOID_0050999" #> #> $`autosomal recessive spinocerebellar ataxia 10`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 10`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 10`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 10`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 10`$value #> [1] "autosomal recessive spinocerebellar ataxia 10" #> #> #> $`autosomal recessive spinocerebellar ataxia 10` #> $`autosomal recessive spinocerebellar ataxia 10`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050999" #> #> $`autosomal recessive spinocerebellar ataxia 10`$`_id` #> [1] "DOID_0050999<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 10`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 10`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 10`$urlId #> [1] "DOID_0050999" #> #> $`autosomal recessive spinocerebellar ataxia 10`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 10`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 10`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 10`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 10`$value #> [1] "autosomal recessive spinocerebellar ataxia 10" #> #> #> $`autosomal recessive spinocerebellar ataxia 11` #> $`autosomal recessive spinocerebellar ataxia 11`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080063" #> #> $`autosomal recessive spinocerebellar ataxia 11`$`_id` #> [1] "DOID_0080063<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 11`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 11`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 11`$urlId #> [1] "DOID_0080063" #> #> $`autosomal recessive spinocerebellar ataxia 11`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 11`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 11`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 11`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 11`$value #> [1] "autosomal recessive spinocerebellar ataxia 11" #> #> #> $`autosomal recessive spinocerebellar ataxia 11` #> $`autosomal recessive spinocerebellar ataxia 11`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080063" #> #> $`autosomal recessive spinocerebellar ataxia 11`$`_id` #> [1] "DOID_0080063<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 11`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 11`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 11`$urlId #> [1] "DOID_0080063" #> #> $`autosomal recessive spinocerebellar ataxia 11`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 11`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 11`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 11`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 11`$value #> [1] "autosomal recessive spinocerebellar ataxia 11" #> #> #> $`autosomal recessive spinocerebellar ataxia 11` #> $`autosomal recessive spinocerebellar ataxia 11`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080063" #> #> $`autosomal recessive spinocerebellar ataxia 11`$`_id` #> [1] "DOID_0080063<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 11`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 11`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 11`$urlId #> [1] "DOID_0080063" #> #> $`autosomal recessive spinocerebellar ataxia 11`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 11`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 11`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 11`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 11`$value #> [1] "autosomal recessive spinocerebellar ataxia 11" #> #> #> $`autosomal recessive spinocerebellar ataxia 12` #> $`autosomal recessive spinocerebellar ataxia 12`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080060" #> #> $`autosomal recessive spinocerebellar ataxia 12`$`_id` #> [1] "DOID_0080060<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 12`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 12`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 12`$urlId #> [1] "DOID_0080060" #> #> $`autosomal recessive spinocerebellar ataxia 12`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 12`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 12`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 12`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 12`$value #> [1] "autosomal recessive spinocerebellar ataxia 12" #> #> #> $`autosomal recessive spinocerebellar ataxia 12` #> $`autosomal recessive spinocerebellar ataxia 12`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080060" #> #> $`autosomal recessive spinocerebellar ataxia 12`$`_id` #> [1] "DOID_0080060<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 12`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 12`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 12`$urlId #> [1] "DOID_0080060" #> #> $`autosomal recessive spinocerebellar ataxia 12`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 12`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 12`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 12`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 12`$value #> [1] "autosomal recessive spinocerebellar ataxia 12" #> #> #> $`autosomal recessive spinocerebellar ataxia 12` #> $`autosomal recessive spinocerebellar ataxia 12`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080060" #> #> $`autosomal recessive spinocerebellar ataxia 12`$`_id` #> [1] "DOID_0080060<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 12`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 12`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 12`$urlId #> [1] "DOID_0080060" #> #> $`autosomal recessive spinocerebellar ataxia 12`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 12`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 12`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 12`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 12`$value #> [1] "autosomal recessive spinocerebellar ataxia 12" #> #> #> $`autosomal recessive spinocerebellar ataxia 13` #> $`autosomal recessive spinocerebellar ataxia 13`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080062" #> #> $`autosomal recessive spinocerebellar ataxia 13`$`_id` #> [1] "DOID_0080062<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 13`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 13`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 13`$urlId #> [1] "DOID_0080062" #> #> $`autosomal recessive spinocerebellar ataxia 13`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 13`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 13`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 13`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 13`$value #> [1] "autosomal recessive spinocerebellar ataxia 13" #> #> #> $`autosomal recessive spinocerebellar ataxia 13` #> $`autosomal recessive spinocerebellar ataxia 13`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080062" #> #> $`autosomal recessive spinocerebellar ataxia 13`$`_id` #> [1] "DOID_0080062<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 13`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 13`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 13`$urlId #> [1] "DOID_0080062" #> #> $`autosomal recessive spinocerebellar ataxia 13`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 13`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 13`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 13`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 13`$value #> [1] "autosomal recessive spinocerebellar ataxia 13" #> #> #> $`autosomal recessive spinocerebellar ataxia 13` #> $`autosomal recessive spinocerebellar ataxia 13`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080062" #> #> $`autosomal recessive spinocerebellar ataxia 13`$`_id` #> [1] "DOID_0080062<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 13`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 13`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 13`$urlId #> [1] "DOID_0080062" #> #> $`autosomal recessive spinocerebellar ataxia 13`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 13`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 13`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 13`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 13`$value #> [1] "autosomal recessive spinocerebellar ataxia 13" #> #> #> $`autosomal recessive spinocerebellar ataxia 14` #> $`autosomal recessive spinocerebellar ataxia 14`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080058" #> #> $`autosomal recessive spinocerebellar ataxia 14`$`_id` #> [1] "DOID_0080058<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 14`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 14`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 14`$urlId #> [1] "DOID_0080058" #> #> $`autosomal recessive spinocerebellar ataxia 14`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 14`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 14`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 14`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 14`$value #> [1] "autosomal recessive spinocerebellar ataxia 14" #> #> #> $`autosomal recessive spinocerebellar ataxia 14` #> $`autosomal recessive spinocerebellar ataxia 14`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080058" #> #> $`autosomal recessive spinocerebellar ataxia 14`$`_id` #> [1] "DOID_0080058<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 14`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 14`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 14`$urlId #> [1] "DOID_0080058" #> #> $`autosomal recessive spinocerebellar ataxia 14`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 14`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 14`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 14`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 14`$value #> [1] "autosomal recessive spinocerebellar ataxia 14" #> #> #> $`autosomal recessive spinocerebellar ataxia 14` #> $`autosomal recessive spinocerebellar ataxia 14`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080058" #> #> $`autosomal recessive spinocerebellar ataxia 14`$`_id` #> [1] "DOID_0080058<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 14`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 14`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 14`$urlId #> [1] "DOID_0080058" #> #> $`autosomal recessive spinocerebellar ataxia 14`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 14`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 14`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 14`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 14`$value #> [1] "autosomal recessive spinocerebellar ataxia 14" #> #> #> $`autosomal recessive spinocerebellar ataxia 15` #> $`autosomal recessive spinocerebellar ataxia 15`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080057" #> #> $`autosomal recessive spinocerebellar ataxia 15`$`_id` #> [1] "DOID_0080057<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 15`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 15`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 15`$urlId #> [1] "DOID_0080057" #> #> $`autosomal recessive spinocerebellar ataxia 15`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 15`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 15`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 15`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 15`$value #> [1] "autosomal recessive spinocerebellar ataxia 15" #> #> #> $`autosomal recessive spinocerebellar ataxia 15` #> $`autosomal recessive spinocerebellar ataxia 15`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080057" #> #> $`autosomal recessive spinocerebellar ataxia 15`$`_id` #> [1] "DOID_0080057<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 15`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 15`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 15`$urlId #> [1] "DOID_0080057" #> #> $`autosomal recessive spinocerebellar ataxia 15`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 15`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 15`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 15`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 15`$value #> [1] "autosomal recessive spinocerebellar ataxia 15" #> #> #> $`autosomal recessive spinocerebellar ataxia 15` #> $`autosomal recessive spinocerebellar ataxia 15`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080057" #> #> $`autosomal recessive spinocerebellar ataxia 15`$`_id` #> [1] "DOID_0080057<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 15`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 15`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 15`$urlId #> [1] "DOID_0080057" #> #> $`autosomal recessive spinocerebellar ataxia 15`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 15`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 15`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 15`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 15`$value #> [1] "autosomal recessive spinocerebellar ataxia 15" #> #> #> $`autosomal recessive spinocerebellar ataxia 16` #> $`autosomal recessive spinocerebellar ataxia 16`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080029" #> #> $`autosomal recessive spinocerebellar ataxia 16`$`_id` #> [1] "DOID_0080029<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 16`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 16`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 16`$urlId #> [1] "DOID_0080029" #> #> $`autosomal recessive spinocerebellar ataxia 16`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 16`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 16`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 16`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 16`$value #> [1] "autosomal recessive spinocerebellar ataxia 16" #> #> #> $`autosomal recessive spinocerebellar ataxia 16` #> $`autosomal recessive spinocerebellar ataxia 16`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080029" #> #> $`autosomal recessive spinocerebellar ataxia 16`$`_id` #> [1] "DOID_0080029<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 16`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 16`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 16`$urlId #> [1] "DOID_0080029" #> #> $`autosomal recessive spinocerebellar ataxia 16`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 16`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 16`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 16`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 16`$value #> [1] "autosomal recessive spinocerebellar ataxia 16" #> #> #> $`autosomal recessive spinocerebellar ataxia 16` #> $`autosomal recessive spinocerebellar ataxia 16`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080029" #> #> $`autosomal recessive spinocerebellar ataxia 16`$`_id` #> [1] "DOID_0080029<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 16`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 16`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 16`$urlId #> [1] "DOID_0080029" #> #> $`autosomal recessive spinocerebellar ataxia 16`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 16`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 16`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 16`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 16`$value #> [1] "autosomal recessive spinocerebellar ataxia 16" #> #> #> $`autosomal recessive spinocerebellar ataxia 17` #> $`autosomal recessive spinocerebellar ataxia 17`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080064" #> #> $`autosomal recessive spinocerebellar ataxia 17`$`_id` #> [1] "DOID_0080064<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 17`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 17`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 17`$urlId #> [1] "DOID_0080064" #> #> $`autosomal recessive spinocerebellar ataxia 17`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 17`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 17`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 17`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 17`$value #> [1] "autosomal recessive spinocerebellar ataxia 17" #> #> #> $`autosomal recessive spinocerebellar ataxia 17` #> $`autosomal recessive spinocerebellar ataxia 17`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080064" #> #> $`autosomal recessive spinocerebellar ataxia 17`$`_id` #> [1] "DOID_0080064<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 17`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 17`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 17`$urlId #> [1] "DOID_0080064" #> #> $`autosomal recessive spinocerebellar ataxia 17`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 17`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 17`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 17`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 17`$value #> [1] "autosomal recessive spinocerebellar ataxia 17" #> #> #> $`autosomal recessive spinocerebellar ataxia 17` #> $`autosomal recessive spinocerebellar ataxia 17`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080064" #> #> $`autosomal recessive spinocerebellar ataxia 17`$`_id` #> [1] "DOID_0080064<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 17`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 17`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 17`$urlId #> [1] "DOID_0080064" #> #> $`autosomal recessive spinocerebellar ataxia 17`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 17`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 17`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 17`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 17`$value #> [1] "autosomal recessive spinocerebellar ataxia 17" #> #> #> $`autosomal recessive spinocerebellar ataxia 18` #> $`autosomal recessive spinocerebellar ataxia 18`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080042" #> #> $`autosomal recessive spinocerebellar ataxia 18`$`_id` #> [1] "DOID_0080042<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 18`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 18`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 18`$urlId #> [1] "DOID_0080042" #> #> $`autosomal recessive spinocerebellar ataxia 18`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 18`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 18`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 18`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 18`$value #> [1] "autosomal recessive spinocerebellar ataxia 18" #> #> #> $`autosomal recessive spinocerebellar ataxia 18` #> $`autosomal recessive spinocerebellar ataxia 18`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080042" #> #> $`autosomal recessive spinocerebellar ataxia 18`$`_id` #> [1] "DOID_0080042<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 18`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 18`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 18`$urlId #> [1] "DOID_0080042" #> #> $`autosomal recessive spinocerebellar ataxia 18`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 18`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 18`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 18`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 18`$value #> [1] "autosomal recessive spinocerebellar ataxia 18" #> #> #> $`autosomal recessive spinocerebellar ataxia 18` #> $`autosomal recessive spinocerebellar ataxia 18`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080042" #> #> $`autosomal recessive spinocerebellar ataxia 18`$`_id` #> [1] "DOID_0080042<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 18`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 18`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 18`$urlId #> [1] "DOID_0080042" #> #> $`autosomal recessive spinocerebellar ataxia 18`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 18`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 18`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 18`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 18`$value #> [1] "autosomal recessive spinocerebellar ataxia 18" #> #> #> $`autosomal recessive spinocerebellar ataxia 19` #> $`autosomal recessive spinocerebellar ataxia 19`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080065" #> #> $`autosomal recessive spinocerebellar ataxia 19`$`_id` #> [1] "DOID_0080065<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 19`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 19`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 19`$urlId #> [1] "DOID_0080065" #> #> $`autosomal recessive spinocerebellar ataxia 19`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 19`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 19`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 19`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 19`$value #> [1] "autosomal recessive spinocerebellar ataxia 19" #> #> #> $`autosomal recessive spinocerebellar ataxia 19` #> $`autosomal recessive spinocerebellar ataxia 19`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080065" #> #> $`autosomal recessive spinocerebellar ataxia 19`$`_id` #> [1] "DOID_0080065<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 19`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 19`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 19`$urlId #> [1] "DOID_0080065" #> #> $`autosomal recessive spinocerebellar ataxia 19`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 19`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 19`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 19`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 19`$value #> [1] "autosomal recessive spinocerebellar ataxia 19" #> #> #> $`autosomal recessive spinocerebellar ataxia 19` #> $`autosomal recessive spinocerebellar ataxia 19`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080065" #> #> $`autosomal recessive spinocerebellar ataxia 19`$`_id` #> [1] "DOID_0080065<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 19`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 19`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 19`$urlId #> [1] "DOID_0080065" #> #> $`autosomal recessive spinocerebellar ataxia 19`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 19`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 19`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 19`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 19`$value #> [1] "autosomal recessive spinocerebellar ataxia 19" #> #> #> $`autosomal recessive spinocerebellar ataxia 2` #> $`autosomal recessive spinocerebellar ataxia 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080061" #> #> $`autosomal recessive spinocerebellar ataxia 2`$`_id` #> [1] "DOID_0080061<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 2`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 2`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 2`$urlId #> [1] "DOID_0080061" #> #> $`autosomal recessive spinocerebellar ataxia 2`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 2`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 2`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 2`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 2`$value #> [1] "autosomal recessive spinocerebellar ataxia 2" #> #> #> $`autosomal recessive spinocerebellar ataxia 2` #> $`autosomal recessive spinocerebellar ataxia 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080061" #> #> $`autosomal recessive spinocerebellar ataxia 2`$`_id` #> [1] "DOID_0080061<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 2`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 2`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 2`$urlId #> [1] "DOID_0080061" #> #> $`autosomal recessive spinocerebellar ataxia 2`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 2`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 2`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 2`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 2`$value #> [1] "autosomal recessive spinocerebellar ataxia 2" #> #> #> $`autosomal recessive spinocerebellar ataxia 2` #> $`autosomal recessive spinocerebellar ataxia 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080061" #> #> $`autosomal recessive spinocerebellar ataxia 2`$`_id` #> [1] "DOID_0080061<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 2`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 2`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 2`$urlId #> [1] "DOID_0080061" #> #> $`autosomal recessive spinocerebellar ataxia 2`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 2`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 2`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 2`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 2`$value #> [1] "autosomal recessive spinocerebellar ataxia 2" #> #> #> $`autosomal recessive spinocerebellar ataxia 20` #> $`autosomal recessive spinocerebellar ataxia 20`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080066" #> #> $`autosomal recessive spinocerebellar ataxia 20`$`_id` #> [1] "DOID_0080066<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 20`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 20`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 20`$urlId #> [1] "DOID_0080066" #> #> $`autosomal recessive spinocerebellar ataxia 20`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 20`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 20`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 20`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 20`$value #> [1] "autosomal recessive spinocerebellar ataxia 20" #> #> #> $`autosomal recessive spinocerebellar ataxia 20` #> $`autosomal recessive spinocerebellar ataxia 20`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080066" #> #> $`autosomal recessive spinocerebellar ataxia 20`$`_id` #> [1] "DOID_0080066<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 20`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 20`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 20`$urlId #> [1] "DOID_0080066" #> #> $`autosomal recessive spinocerebellar ataxia 20`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 20`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 20`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 20`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 20`$value #> [1] "autosomal recessive spinocerebellar ataxia 20" #> #> #> $`autosomal recessive spinocerebellar ataxia 20` #> $`autosomal recessive spinocerebellar ataxia 20`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080066" #> #> $`autosomal recessive spinocerebellar ataxia 20`$`_id` #> [1] "DOID_0080066<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 20`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 20`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 20`$urlId #> [1] "DOID_0080066" #> #> $`autosomal recessive spinocerebellar ataxia 20`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 20`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 20`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 20`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 20`$value #> [1] "autosomal recessive spinocerebellar ataxia 20" #> #> #> $`autosomal recessive spinocerebellar ataxia 7` #> $`autosomal recessive spinocerebellar ataxia 7`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080059" #> #> $`autosomal recessive spinocerebellar ataxia 7`$`_id` #> [1] "DOID_0080059<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 7`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 7`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 7`$urlId #> [1] "DOID_0080059" #> #> $`autosomal recessive spinocerebellar ataxia 7`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 7`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 7`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 7`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 7`$value #> [1] "autosomal recessive spinocerebellar ataxia 7" #> #> #> $`autosomal recessive spinocerebellar ataxia 7` #> $`autosomal recessive spinocerebellar ataxia 7`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080059" #> #> $`autosomal recessive spinocerebellar ataxia 7`$`_id` #> [1] "DOID_0080059<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 7`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 7`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 7`$urlId #> [1] "DOID_0080059" #> #> $`autosomal recessive spinocerebellar ataxia 7`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 7`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 7`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 7`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 7`$value #> [1] "autosomal recessive spinocerebellar ataxia 7" #> #> #> $`autosomal recessive spinocerebellar ataxia 7` #> $`autosomal recessive spinocerebellar ataxia 7`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080059" #> #> $`autosomal recessive spinocerebellar ataxia 7`$`_id` #> [1] "DOID_0080059<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 7`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 7`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 7`$urlId #> [1] "DOID_0080059" #> #> $`autosomal recessive spinocerebellar ataxia 7`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 7`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 7`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 7`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 7`$value #> [1] "autosomal recessive spinocerebellar ataxia 7" #> #> #> $`avian influenza` #> $`avian influenza`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4492" #> #> $`avian influenza`$`_id` #> [1] "DOID_4492<DOID_8469<DOID_1579<DOID_7<DOID_4" #> #> $`avian influenza`$privateGeneCount #> [1] 0 #> #> $`avian influenza`$publicGeneCount #> [1] 2 #> #> $`avian influenza`$urlId #> [1] "DOID_4492" #> #> $`avian influenza`$dbPhenotype #> [1] TRUE #> #> $`avian influenza`$`_parent` #> [1] "DOID_8469<DOID_1579<DOID_7<DOID_4" #> #> $`avian influenza`$`_is_leaf` #> [1] TRUE #> #> $`avian influenza`$children #> list() #> #> $`avian influenza`$value #> [1] "avian influenza" #> #> #> $`avian influenza` #> $`avian influenza`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4492" #> #> $`avian influenza`$`_id` #> [1] "DOID_4492<DOID_8469<DOID_934<DOID_0050117<DOID_4" #> #> $`avian influenza`$privateGeneCount #> [1] 0 #> #> $`avian influenza`$publicGeneCount #> [1] 2 #> #> $`avian influenza`$urlId #> [1] "DOID_4492" #> #> $`avian influenza`$dbPhenotype #> [1] TRUE #> #> $`avian influenza`$`_parent` #> [1] "DOID_8469<DOID_934<DOID_0050117<DOID_4" #> #> $`avian influenza`$`_is_leaf` #> [1] TRUE #> #> $`avian influenza`$children #> list() #> #> $`avian influenza`$value #> [1] "avian influenza" #> #> #> $`avoidant personality disorder` #> $`avoidant personality disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1509" #> #> $`avoidant personality disorder`$`_id` #> [1] "DOID_1509<DOID_1510<DOID_150<DOID_4" #> #> $`avoidant personality disorder`$privateGeneCount #> [1] 0 #> #> $`avoidant personality disorder`$publicGeneCount #> [1] 2 #> #> $`avoidant personality disorder`$urlId #> [1] "DOID_1509" #> #> $`avoidant personality disorder`$dbPhenotype #> [1] TRUE #> #> $`avoidant personality disorder`$`_parent` #> [1] "DOID_1510<DOID_150<DOID_4" #> #> $`avoidant personality disorder`$`_is_leaf` #> [1] TRUE #> #> $`avoidant personality disorder`$children #> list() #> #> $`avoidant personality disorder`$value #> [1] "avoidant personality disorder" #> #> #> $`Axenfeld-Rieger syndrome` #> $`Axenfeld-Rieger syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14686" #> #> $`Axenfeld-Rieger syndrome`$`_id` #> [1] "DOID_14686<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Axenfeld-Rieger syndrome`$privateGeneCount #> [1] 0 #> #> $`Axenfeld-Rieger syndrome`$publicGeneCount #> [1] 3 #> #> $`Axenfeld-Rieger syndrome`$urlId #> [1] "DOID_14686" #> #> $`Axenfeld-Rieger syndrome`$dbPhenotype #> [1] TRUE #> #> $`Axenfeld-Rieger syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Axenfeld-Rieger syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Axenfeld-Rieger syndrome`$children #> list() #> #> $`Axenfeld-Rieger syndrome`$value #> [1] "Axenfeld-Rieger syndrome" #> #> #> $`Axenfeld-Rieger syndrome` #> $`Axenfeld-Rieger syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14686" #> #> $`Axenfeld-Rieger syndrome`$`_id` #> [1] "DOID_14686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Axenfeld-Rieger syndrome`$privateGeneCount #> [1] 0 #> #> $`Axenfeld-Rieger syndrome`$publicGeneCount #> [1] 3 #> #> $`Axenfeld-Rieger syndrome`$urlId #> [1] "DOID_14686" #> #> $`Axenfeld-Rieger syndrome`$dbPhenotype #> [1] TRUE #> #> $`Axenfeld-Rieger syndrome`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Axenfeld-Rieger syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Axenfeld-Rieger syndrome`$children #> list() #> #> $`Axenfeld-Rieger syndrome`$value #> [1] "Axenfeld-Rieger syndrome" #> #> #> $`axon degeneration` #> $`axon degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0005405" #> #> $`axon degeneration`$`_id` #> [1] "MP_0005405<MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> $`axon degeneration`$privateGeneCount #> [1] 0 #> #> $`axon degeneration`$publicGeneCount #> [1] 1 #> #> $`axon degeneration`$urlId #> [1] "MP_0005405" #> #> $`axon degeneration`$dbPhenotype #> [1] FALSE #> #> $`axon degeneration`$`_parent` #> [1] "MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> $`axon degeneration`$`_is_leaf` #> [1] FALSE #> #> $`axon degeneration`$children #> $`axon degeneration`$children[[1]] #> [1] "MP_0010047<MP_0005405<MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> #> $`axon degeneration`$value #> [1] "axon degeneration" #> #> #> $`axonal spheroids` #> $`axonal spheroids`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0010047" #> #> $`axonal spheroids`$`_id` #> [1] "MP_0010047<MP_0005405<MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> $`axonal spheroids`$privateGeneCount #> [1] 0 #> #> $`axonal spheroids`$publicGeneCount #> [1] 1 #> #> $`axonal spheroids`$urlId #> [1] "MP_0010047" #> #> $`axonal spheroids`$dbPhenotype #> [1] TRUE #> #> $`axonal spheroids`$`_parent` #> [1] "MP_0005405<MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> $`axonal spheroids`$`_is_leaf` #> [1] TRUE #> #> $`axonal spheroids`$children #> list() #> #> $`axonal spheroids`$value #> [1] "axonal spheroids" #> #> #> $azoospermia #> $azoospermia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14227" #> #> $azoospermia$`_id` #> [1] "DOID_14227<DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $azoospermia$privateGeneCount #> [1] 0 #> #> $azoospermia$publicGeneCount #> [1] 20 #> #> $azoospermia$urlId #> [1] "DOID_14227" #> #> $azoospermia$dbPhenotype #> [1] TRUE #> #> $azoospermia$`_parent` #> [1] "DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $azoospermia$`_is_leaf` #> [1] TRUE #> #> $azoospermia$children #> list() #> #> $azoospermia$value #> [1] "azoospermia" #> #> #> $Azotemia #> $Azotemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002157" #> #> $Azotemia$`_id` #> [1] "HP_0002157<HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Azotemia$privateGeneCount #> [1] 0 #> #> $Azotemia$publicGeneCount #> [1] 10 #> #> $Azotemia$urlId #> [1] "HP_0002157" #> #> $Azotemia$dbPhenotype #> [1] TRUE #> #> $Azotemia$`_parent` #> [1] "HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Azotemia$`_is_leaf` #> [1] FALSE #> #> $Azotemia$children #> $Azotemia$children[[1]] #> [1] "HP_0001987<HP_0002157<HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Azotemia$children[[2]] #> [1] "HP_0003537<HP_0002157<HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $Azotemia$value #> [1] "Azotemia" #> #> #> $`B cell deficiency` #> $`B cell deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2115" #> #> $`B cell deficiency`$`_id` #> [1] "DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`B cell deficiency`$privateGeneCount #> [1] 0 #> #> $`B cell deficiency`$publicGeneCount #> [1] 35 #> #> $`B cell deficiency`$urlId #> [1] "DOID_2115" #> #> $`B cell deficiency`$dbPhenotype #> [1] FALSE #> #> $`B cell deficiency`$`_parent` #> [1] "DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`B cell deficiency`$`_is_leaf` #> [1] FALSE #> #> $`B cell deficiency`$children #> $`B cell deficiency`$children[[1]] #> [1] "DOID_2583<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`B cell deficiency`$children[[2]] #> [1] "DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`B cell deficiency`$children[[3]] #> [1] "DOID_0060025<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`B cell deficiency`$children[[4]] #> [1] "DOID_6025<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`B cell deficiency`$value #> [1] "B cell deficiency" #> #> #> $`B-cell lymphoma` #> $`B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_707" #> #> $`B-cell lymphoma`$`_id` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`B-cell lymphoma`$publicGeneCount #> [1] 78 #> #> $`B-cell lymphoma`$urlId #> [1] "DOID_707" #> #> $`B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`B-cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`B-cell lymphoma`$children #> $`B-cell lymphoma`$children[[1]] #> [1] "DOID_0050745<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$children[[2]] #> [1] "DOID_0050747<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$children[[3]] #> [1] "DOID_0050746<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$children[[4]] #> [1] "DOID_0050748<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$children[[5]] #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`B-cell lymphoma`$value #> [1] "B-cell lymphoma" #> #> #> $`B-cell lymphoma` #> $`B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_707" #> #> $`B-cell lymphoma`$`_id` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`B-cell lymphoma`$publicGeneCount #> [1] 78 #> #> $`B-cell lymphoma`$urlId #> [1] "DOID_707" #> #> $`B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`B-cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`B-cell lymphoma`$children #> $`B-cell lymphoma`$children[[1]] #> [1] "DOID_0050745<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[2]] #> [1] "DOID_0050747<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[3]] #> [1] "DOID_0050746<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[4]] #> [1] "DOID_0050748<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[5]] #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`B-cell lymphoma`$value #> [1] "B-cell lymphoma" #> #> #> $`B-cell lymphoma` #> $`B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_707" #> #> $`B-cell lymphoma`$`_id` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`B-cell lymphoma`$publicGeneCount #> [1] 78 #> #> $`B-cell lymphoma`$urlId #> [1] "DOID_707" #> #> $`B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`B-cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`B-cell lymphoma`$children #> $`B-cell lymphoma`$children[[1]] #> [1] "DOID_0050745<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[2]] #> [1] "DOID_0050747<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[3]] #> [1] "DOID_0050746<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[4]] #> [1] "DOID_0050748<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[5]] #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`B-cell lymphoma`$value #> [1] "B-cell lymphoma" #> #> #> $`B-cell lymphoma` #> $`B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_707" #> #> $`B-cell lymphoma`$`_id` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`B-cell lymphoma`$publicGeneCount #> [1] 78 #> #> $`B-cell lymphoma`$urlId #> [1] "DOID_707" #> #> $`B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`B-cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`B-cell lymphoma`$children #> $`B-cell lymphoma`$children[[1]] #> [1] "DOID_0050745<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$children[[2]] #> [1] "DOID_0050747<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$children[[3]] #> [1] "DOID_0050746<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$children[[4]] #> [1] "DOID_0050748<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$children[[5]] #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`B-cell lymphoma`$value #> [1] "B-cell lymphoma" #> #> #> $`B-cell lymphoma` #> $`B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_707" #> #> $`B-cell lymphoma`$`_id` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`B-cell lymphoma`$publicGeneCount #> [1] 78 #> #> $`B-cell lymphoma`$urlId #> [1] "DOID_707" #> #> $`B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`B-cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`B-cell lymphoma`$children #> $`B-cell lymphoma`$children[[1]] #> [1] "DOID_0050745<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[2]] #> [1] "DOID_0050747<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[3]] #> [1] "DOID_0050746<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[4]] #> [1] "DOID_0050748<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[5]] #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`B-cell lymphoma`$value #> [1] "B-cell lymphoma" #> #> #> $`Back pain` #> $`Back pain`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003418" #> #> $`Back pain`$`_id` #> [1] "HP_0003418<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Back pain`$privateGeneCount #> [1] 0 #> #> $`Back pain`$publicGeneCount #> [1] 2 #> #> $`Back pain`$urlId #> [1] "HP_0003418" #> #> $`Back pain`$dbPhenotype #> [1] TRUE #> #> $`Back pain`$`_parent` #> [1] "HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Back pain`$`_is_leaf` #> [1] FALSE #> #> $`Back pain`$children #> $`Back pain`$children[[1]] #> [1] "HP_0003419<HP_0003418<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Back pain`$value #> [1] "Back pain" #> #> #> $`Back pain` #> $`Back pain`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003418" #> #> $`Back pain`$`_id` #> [1] "HP_0003418<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $`Back pain`$privateGeneCount #> [1] 0 #> #> $`Back pain`$publicGeneCount #> [1] 2 #> #> $`Back pain`$urlId #> [1] "HP_0003418" #> #> $`Back pain`$dbPhenotype #> [1] TRUE #> #> $`Back pain`$`_parent` #> [1] "HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $`Back pain`$`_is_leaf` #> [1] FALSE #> #> $`Back pain`$children #> $`Back pain`$children[[1]] #> [1] "HP_0003419<HP_0003418<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> #> $`Back pain`$value #> [1] "Back pain" #> #> #> $`bacterial infectious disease` #> $`bacterial infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_104" #> #> $`bacterial infectious disease`$`_id` #> [1] "DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial infectious disease`$privateGeneCount #> [1] 0 #> #> $`bacterial infectious disease`$publicGeneCount #> [1] 133 #> #> $`bacterial infectious disease`$urlId #> [1] "DOID_104" #> #> $`bacterial infectious disease`$dbPhenotype #> [1] TRUE #> #> $`bacterial infectious disease`$`_parent` #> [1] "DOID_0050117<DOID_4" #> #> $`bacterial infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`bacterial infectious disease`$children #> $`bacterial infectious disease`$children[[1]] #> [1] "DOID_9470<DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial infectious disease`$children[[2]] #> [1] "DOID_874<DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial infectious disease`$children[[3]] #> [1] "DOID_3385<DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial infectious disease`$children[[4]] #> [1] "DOID_0050339<DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial infectious disease`$children[[5]] #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial infectious disease`$children[[6]] #> [1] "DOID_1586<DOID_104<DOID_0050117<DOID_4" #> #> #> $`bacterial infectious disease`$value #> [1] "bacterial infectious disease" #> #> #> $`bacterial meningitis` #> $`bacterial meningitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9470" #> #> $`bacterial meningitis`$`_id` #> [1] "DOID_9470<DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial meningitis`$privateGeneCount #> [1] 0 #> #> $`bacterial meningitis`$publicGeneCount #> [1] 16 #> #> $`bacterial meningitis`$urlId #> [1] "DOID_9470" #> #> $`bacterial meningitis`$dbPhenotype #> [1] TRUE #> #> $`bacterial meningitis`$`_parent` #> [1] "DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial meningitis`$`_is_leaf` #> [1] TRUE #> #> $`bacterial meningitis`$children #> list() #> #> $`bacterial meningitis`$value #> [1] "bacterial meningitis" #> #> #> $`bacterial meningitis` #> $`bacterial meningitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9470" #> #> $`bacterial meningitis`$`_id` #> [1] "DOID_9470<DOID_9471<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`bacterial meningitis`$privateGeneCount #> [1] 0 #> #> $`bacterial meningitis`$publicGeneCount #> [1] 16 #> #> $`bacterial meningitis`$urlId #> [1] "DOID_9470" #> #> $`bacterial meningitis`$dbPhenotype #> [1] TRUE #> #> $`bacterial meningitis`$`_parent` #> [1] "DOID_9471<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`bacterial meningitis`$`_is_leaf` #> [1] TRUE #> #> $`bacterial meningitis`$children #> list() #> #> $`bacterial meningitis`$value #> [1] "bacterial meningitis" #> #> #> $`bacterial pneumonia` #> $`bacterial pneumonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_874" #> #> $`bacterial pneumonia`$`_id` #> [1] "DOID_874<DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial pneumonia`$privateGeneCount #> [1] 0 #> #> $`bacterial pneumonia`$publicGeneCount #> [1] 21 #> #> $`bacterial pneumonia`$urlId #> [1] "DOID_874" #> #> $`bacterial pneumonia`$dbPhenotype #> [1] TRUE #> #> $`bacterial pneumonia`$`_parent` #> [1] "DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial pneumonia`$`_is_leaf` #> [1] FALSE #> #> $`bacterial pneumonia`$children #> $`bacterial pneumonia`$children[[1]] #> [1] "DOID_0050152<DOID_874<DOID_104<DOID_0050117<DOID_4" #> #> #> $`bacterial pneumonia`$value #> [1] "bacterial pneumonia" #> #> #> $`bacterial pneumonia` #> $`bacterial pneumonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_874" #> #> $`bacterial pneumonia`$`_id` #> [1] "DOID_874<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bacterial pneumonia`$privateGeneCount #> [1] 0 #> #> $`bacterial pneumonia`$publicGeneCount #> [1] 21 #> #> $`bacterial pneumonia`$urlId #> [1] "DOID_874" #> #> $`bacterial pneumonia`$dbPhenotype #> [1] TRUE #> #> $`bacterial pneumonia`$`_parent` #> [1] "DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bacterial pneumonia`$`_is_leaf` #> [1] FALSE #> #> $`bacterial pneumonia`$children #> $`bacterial pneumonia`$children[[1]] #> [1] "DOID_0050152<DOID_874<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`bacterial pneumonia`$value #> [1] "bacterial pneumonia" #> #> #> $`bacterial vaginosis` #> $`bacterial vaginosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3385" #> #> $`bacterial vaginosis`$`_id` #> [1] "DOID_3385<DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial vaginosis`$privateGeneCount #> [1] 0 #> #> $`bacterial vaginosis`$publicGeneCount #> [1] 1 #> #> $`bacterial vaginosis`$urlId #> [1] "DOID_3385" #> #> $`bacterial vaginosis`$dbPhenotype #> [1] TRUE #> #> $`bacterial vaginosis`$`_parent` #> [1] "DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial vaginosis`$`_is_leaf` #> [1] TRUE #> #> $`bacterial vaginosis`$children #> list() #> #> $`bacterial vaginosis`$value #> [1] "bacterial vaginosis" #> #> #> $`bacterial vaginosis` #> $`bacterial vaginosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3385" #> #> $`bacterial vaginosis`$`_id` #> [1] "DOID_3385<DOID_2170<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`bacterial vaginosis`$privateGeneCount #> [1] 0 #> #> $`bacterial vaginosis`$publicGeneCount #> [1] 1 #> #> $`bacterial vaginosis`$urlId #> [1] "DOID_3385" #> #> $`bacterial vaginosis`$dbPhenotype #> [1] TRUE #> #> $`bacterial vaginosis`$`_parent` #> [1] "DOID_2170<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`bacterial vaginosis`$`_is_leaf` #> [1] TRUE #> #> $`bacterial vaginosis`$children #> list() #> #> $`bacterial vaginosis`$value #> [1] "bacterial vaginosis" #> #> #> $bagassosis #> $bagassosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12522" #> #> $bagassosis$`_id` #> [1] "DOID_12522<DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $bagassosis$privateGeneCount #> [1] 0 #> #> $bagassosis$publicGeneCount #> [1] 16 #> #> $bagassosis$urlId #> [1] "DOID_12522" #> #> $bagassosis$dbPhenotype #> [1] TRUE #> #> $bagassosis$`_parent` #> [1] "DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $bagassosis$`_is_leaf` #> [1] TRUE #> #> $bagassosis$children #> list() #> #> $bagassosis$value #> [1] "bagassosis" #> #> #> $bagassosis #> $bagassosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12522" #> #> $bagassosis$`_id` #> [1] "DOID_12522<DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bagassosis$privateGeneCount #> [1] 0 #> #> $bagassosis$publicGeneCount #> [1] 16 #> #> $bagassosis$urlId #> [1] "DOID_12522" #> #> $bagassosis$dbPhenotype #> [1] TRUE #> #> $bagassosis$`_parent` #> [1] "DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bagassosis$`_is_leaf` #> [1] TRUE #> #> $bagassosis$children #> list() #> #> $bagassosis$value #> [1] "bagassosis" #> #> #> $`Balkan nephropathy` #> $`Balkan nephropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3052" #> #> $`Balkan nephropathy`$`_id` #> [1] "DOID_3052<DOID_1063<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Balkan nephropathy`$privateGeneCount #> [1] 0 #> #> $`Balkan nephropathy`$publicGeneCount #> [1] 1 #> #> $`Balkan nephropathy`$urlId #> [1] "DOID_3052" #> #> $`Balkan nephropathy`$dbPhenotype #> [1] TRUE #> #> $`Balkan nephropathy`$`_parent` #> [1] "DOID_1063<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Balkan nephropathy`$`_is_leaf` #> [1] TRUE #> #> $`Balkan nephropathy`$children #> list() #> #> $`Balkan nephropathy`$value #> [1] "Balkan nephropathy" #> #> #> $`Baller-Gerold syndrome` #> $`Baller-Gerold syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050654" #> #> $`Baller-Gerold syndrome`$`_id` #> [1] "DOID_0050654<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Baller-Gerold syndrome`$privateGeneCount #> [1] 0 #> #> $`Baller-Gerold syndrome`$publicGeneCount #> [1] 1 #> #> $`Baller-Gerold syndrome`$urlId #> [1] "DOID_0050654" #> #> $`Baller-Gerold syndrome`$dbPhenotype #> [1] TRUE #> #> $`Baller-Gerold syndrome`$`_parent` #> [1] "DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Baller-Gerold syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Baller-Gerold syndrome`$children #> list() #> #> $`Baller-Gerold syndrome`$value #> [1] "Baller-Gerold syndrome" #> #> #> $`Bamforth-Lazarus syndrome` #> $`Bamforth-Lazarus syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050655" #> #> $`Bamforth-Lazarus syndrome`$`_id` #> [1] "DOID_0050655<DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`Bamforth-Lazarus syndrome`$privateGeneCount #> [1] 0 #> #> $`Bamforth-Lazarus syndrome`$publicGeneCount #> [1] 2 #> #> $`Bamforth-Lazarus syndrome`$urlId #> [1] "DOID_0050655" #> #> $`Bamforth-Lazarus syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bamforth-Lazarus syndrome`$`_parent` #> [1] "DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`Bamforth-Lazarus syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bamforth-Lazarus syndrome`$children #> list() #> #> $`Bamforth-Lazarus syndrome`$value #> [1] "Bamforth-Lazarus syndrome" #> #> #> $`Bannayan-Riley-Ruvalcaba syndrome` #> $`Bannayan-Riley-Ruvalcaba syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050657" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$`_id` #> [1] "DOID_0050657<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$privateGeneCount #> [1] 0 #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$publicGeneCount #> [1] 1 #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$urlId #> [1] "DOID_0050657" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$children #> list() #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$value #> [1] "Bannayan-Riley-Ruvalcaba syndrome" #> #> #> $`Bannayan-Riley-Ruvalcaba syndrome` #> $`Bannayan-Riley-Ruvalcaba syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050657" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$`_id` #> [1] "DOID_0050657<DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$privateGeneCount #> [1] 0 #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$publicGeneCount #> [1] 1 #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$urlId #> [1] "DOID_0050657" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$`_parent` #> [1] "DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$children #> list() #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$value #> [1] "Bannayan-Riley-Ruvalcaba syndrome" #> #> #> $`Bannayan-Riley-Ruvalcaba syndrome` #> $`Bannayan-Riley-Ruvalcaba syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050657" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$`_id` #> [1] "DOID_0050657<DOID_225<DOID_4" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$privateGeneCount #> [1] 0 #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$publicGeneCount #> [1] 1 #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$urlId #> [1] "DOID_0050657" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$children #> list() #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$value #> [1] "Bannayan-Riley-Ruvalcaba syndrome" #> #> #> $`Baraitser-Winter syndrome` #> $`Baraitser-Winter syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060229" #> #> $`Baraitser-Winter syndrome`$`_id` #> [1] "DOID_0060229<DOID_225<DOID_4" #> #> $`Baraitser-Winter syndrome`$privateGeneCount #> [1] 0 #> #> $`Baraitser-Winter syndrome`$publicGeneCount #> [1] 2 #> #> $`Baraitser-Winter syndrome`$urlId #> [1] "DOID_0060229" #> #> $`Baraitser-Winter syndrome`$dbPhenotype #> [1] TRUE #> #> $`Baraitser-Winter syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Baraitser-Winter syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Baraitser-Winter syndrome`$children #> list() #> #> $`Baraitser-Winter syndrome`$value #> [1] "Baraitser-Winter syndrome" #> #> #> $`Bardet-Biedl syndrome` #> $`Bardet-Biedl syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1935" #> #> $`Bardet-Biedl syndrome`$`_id` #> [1] "DOID_1935<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bardet-Biedl syndrome`$privateGeneCount #> [1] 0 #> #> $`Bardet-Biedl syndrome`$publicGeneCount #> [1] 21 #> #> $`Bardet-Biedl syndrome`$urlId #> [1] "DOID_1935" #> #> $`Bardet-Biedl syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bardet-Biedl syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bardet-Biedl syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bardet-Biedl syndrome`$children #> list() #> #> $`Bardet-Biedl syndrome`$value #> [1] "Bardet-Biedl syndrome" #> #> #> $`Bardet-Biedl syndrome` #> $`Bardet-Biedl syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1935" #> #> $`Bardet-Biedl syndrome`$`_id` #> [1] "DOID_1935<DOID_225<DOID_4" #> #> $`Bardet-Biedl syndrome`$privateGeneCount #> [1] 0 #> #> $`Bardet-Biedl syndrome`$publicGeneCount #> [1] 21 #> #> $`Bardet-Biedl syndrome`$urlId #> [1] "DOID_1935" #> #> $`Bardet-Biedl syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bardet-Biedl syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Bardet-Biedl syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bardet-Biedl syndrome`$children #> list() #> #> $`Bardet-Biedl syndrome`$value #> [1] "Bardet-Biedl syndrome" #> #> #> $`Barrett's esophagus` #> $`Barrett's esophagus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9206" #> #> $`Barrett's esophagus`$`_id` #> [1] "DOID_9206<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`Barrett's esophagus`$privateGeneCount #> [1] 0 #> #> $`Barrett's esophagus`$publicGeneCount #> [1] 25 #> #> $`Barrett's esophagus`$urlId #> [1] "DOID_9206" #> #> $`Barrett's esophagus`$dbPhenotype #> [1] TRUE #> #> $`Barrett's esophagus`$`_parent` #> [1] "DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`Barrett's esophagus`$`_is_leaf` #> [1] TRUE #> #> $`Barrett's esophagus`$children #> list() #> #> $`Barrett's esophagus`$value #> [1] "Barrett's esophagus" #> #> #> $`Bart-Pumphrey syndrome` #> $`Bart-Pumphrey syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050658" #> #> $`Bart-Pumphrey syndrome`$`_id` #> [1] "DOID_0050658<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bart-Pumphrey syndrome`$privateGeneCount #> [1] 0 #> #> $`Bart-Pumphrey syndrome`$publicGeneCount #> [1] 1 #> #> $`Bart-Pumphrey syndrome`$urlId #> [1] "DOID_0050658" #> #> $`Bart-Pumphrey syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bart-Pumphrey syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bart-Pumphrey syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bart-Pumphrey syndrome`$children #> list() #> #> $`Bart-Pumphrey syndrome`$value #> [1] "Bart-Pumphrey syndrome" #> #> #> $`Bart-Pumphrey syndrome` #> $`Bart-Pumphrey syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050658" #> #> $`Bart-Pumphrey syndrome`$`_id` #> [1] "DOID_0050658<DOID_225<DOID_4" #> #> $`Bart-Pumphrey syndrome`$privateGeneCount #> [1] 0 #> #> $`Bart-Pumphrey syndrome`$publicGeneCount #> [1] 1 #> #> $`Bart-Pumphrey syndrome`$urlId #> [1] "DOID_0050658" #> #> $`Bart-Pumphrey syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bart-Pumphrey syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Bart-Pumphrey syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bart-Pumphrey syndrome`$children #> list() #> #> $`Bart-Pumphrey syndrome`$value #> [1] "Bart-Pumphrey syndrome" #> #> #> $`Barth syndrome` #> $`Barth syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050476" #> #> $`Barth syndrome`$`_id` #> [1] "DOID_0050476<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Barth syndrome`$privateGeneCount #> [1] 0 #> #> $`Barth syndrome`$publicGeneCount #> [1] 1 #> #> $`Barth syndrome`$urlId #> [1] "DOID_0050476" #> #> $`Barth syndrome`$dbPhenotype #> [1] TRUE #> #> $`Barth syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Barth syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Barth syndrome`$children #> list() #> #> $`Barth syndrome`$value #> [1] "Barth syndrome" #> #> #> $`Barth syndrome` #> $`Barth syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050476" #> #> $`Barth syndrome`$`_id` #> [1] "DOID_0050476<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`Barth syndrome`$privateGeneCount #> [1] 0 #> #> $`Barth syndrome`$publicGeneCount #> [1] 1 #> #> $`Barth syndrome`$urlId #> [1] "DOID_0050476" #> #> $`Barth syndrome`$dbPhenotype #> [1] TRUE #> #> $`Barth syndrome`$`_parent` #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`Barth syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Barth syndrome`$children #> list() #> #> $`Barth syndrome`$value #> [1] "Barth syndrome" #> #> #> $`Bartter disease` #> $`Bartter disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_445" #> #> $`Bartter disease`$`_id` #> [1] "DOID_445<DOID_0050177<DOID_630<DOID_4" #> #> $`Bartter disease`$privateGeneCount #> [1] 0 #> #> $`Bartter disease`$publicGeneCount #> [1] 6 #> #> $`Bartter disease`$urlId #> [1] "DOID_445" #> #> $`Bartter disease`$dbPhenotype #> [1] TRUE #> #> $`Bartter disease`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`Bartter disease`$`_is_leaf` #> [1] TRUE #> #> $`Bartter disease`$children #> list() #> #> $`Bartter disease`$value #> [1] "Bartter disease" #> #> #> $`Bartter disease` #> $`Bartter disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_445" #> #> $`Bartter disease`$`_id` #> [1] "DOID_445<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Bartter disease`$privateGeneCount #> [1] 0 #> #> $`Bartter disease`$publicGeneCount #> [1] 6 #> #> $`Bartter disease`$urlId #> [1] "DOID_445" #> #> $`Bartter disease`$dbPhenotype #> [1] TRUE #> #> $`Bartter disease`$`_parent` #> [1] "DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Bartter disease`$`_is_leaf` #> [1] TRUE #> #> $`Bartter disease`$children #> list() #> #> $`Bartter disease`$value #> [1] "Bartter disease" #> #> #> $`basal cell carcinoma` #> $`basal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2513" #> #> $`basal cell carcinoma`$`_id` #> [1] "DOID_2513<DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`basal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`basal cell carcinoma`$publicGeneCount #> [1] 28 #> #> $`basal cell carcinoma`$urlId #> [1] "DOID_2513" #> #> $`basal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`basal cell carcinoma`$`_parent` #> [1] "DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`basal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`basal cell carcinoma`$children #> list() #> #> $`basal cell carcinoma`$value #> [1] "basal cell carcinoma" #> #> #> $`basal cell carcinoma` #> $`basal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2513" #> #> $`basal cell carcinoma`$`_id` #> [1] "DOID_2513<DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`basal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`basal cell carcinoma`$publicGeneCount #> [1] 28 #> #> $`basal cell carcinoma`$urlId #> [1] "DOID_2513" #> #> $`basal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`basal cell carcinoma`$`_parent` #> [1] "DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`basal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`basal cell carcinoma`$children #> list() #> #> $`basal cell carcinoma`$value #> [1] "basal cell carcinoma" #> #> #> $`basal cell carcinoma` #> $`basal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2513" #> #> $`basal cell carcinoma`$`_id` #> [1] "DOID_2513<DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`basal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`basal cell carcinoma`$publicGeneCount #> [1] 28 #> #> $`basal cell carcinoma`$urlId #> [1] "DOID_2513" #> #> $`basal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`basal cell carcinoma`$`_parent` #> [1] "DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`basal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`basal cell carcinoma`$children #> list() #> #> $`basal cell carcinoma`$value #> [1] "basal cell carcinoma" #> #> #> $`basal cell carcinoma` #> $`basal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2513" #> #> $`basal cell carcinoma`$`_id` #> [1] "DOID_2513<DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`basal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`basal cell carcinoma`$publicGeneCount #> [1] 28 #> #> $`basal cell carcinoma`$urlId #> [1] "DOID_2513" #> #> $`basal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`basal cell carcinoma`$`_parent` #> [1] "DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`basal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`basal cell carcinoma`$children #> list() #> #> $`basal cell carcinoma`$value #> [1] "basal cell carcinoma" #> #> #> $`basal ganglia calcification` #> $`basal ganglia calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060230" #> #> $`basal ganglia calcification`$`_id` #> [1] "DOID_0060230<DOID_679<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`basal ganglia calcification`$privateGeneCount #> [1] 0 #> #> $`basal ganglia calcification`$publicGeneCount #> [1] 4 #> #> $`basal ganglia calcification`$urlId #> [1] "DOID_0060230" #> #> $`basal ganglia calcification`$dbPhenotype #> [1] TRUE #> #> $`basal ganglia calcification`$`_parent` #> [1] "DOID_679<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`basal ganglia calcification`$`_is_leaf` #> [1] TRUE #> #> $`basal ganglia calcification`$children #> list() #> #> $`basal ganglia calcification`$value #> [1] "basal ganglia calcification" #> #> #> $`Basal ganglia calcification` #> $`Basal ganglia calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002135" #> #> $`Basal ganglia calcification`$`_id` #> [1] "HP_0002135<HP_0002134<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Basal ganglia calcification`$privateGeneCount #> [1] 0 #> #> $`Basal ganglia calcification`$publicGeneCount #> [1] 2 #> #> $`Basal ganglia calcification`$urlId #> [1] "HP_0002135" #> #> $`Basal ganglia calcification`$dbPhenotype #> [1] TRUE #> #> $`Basal ganglia calcification`$`_parent` #> [1] "HP_0002134<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Basal ganglia calcification`$`_is_leaf` #> [1] TRUE #> #> $`Basal ganglia calcification`$children #> list() #> #> $`Basal ganglia calcification`$value #> [1] "Basal ganglia calcification" #> #> #> $`Basal ganglia calcification` #> $`Basal ganglia calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002135" #> #> $`Basal ganglia calcification`$`_id` #> [1] "HP_0002135<HP_0002514<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Basal ganglia calcification`$privateGeneCount #> [1] 0 #> #> $`Basal ganglia calcification`$publicGeneCount #> [1] 2 #> #> $`Basal ganglia calcification`$urlId #> [1] "HP_0002135" #> #> $`Basal ganglia calcification`$dbPhenotype #> [1] TRUE #> #> $`Basal ganglia calcification`$`_parent` #> [1] "HP_0002514<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Basal ganglia calcification`$`_is_leaf` #> [1] TRUE #> #> $`Basal ganglia calcification`$children #> list() #> #> $`Basal ganglia calcification`$value #> [1] "Basal ganglia calcification" #> #> #> $`Basal ganglia calcification` #> $`Basal ganglia calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002135" #> #> $`Basal ganglia calcification`$`_id` #> [1] "HP_0002135<HP_0002514<HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> $`Basal ganglia calcification`$privateGeneCount #> [1] 0 #> #> $`Basal ganglia calcification`$publicGeneCount #> [1] 2 #> #> $`Basal ganglia calcification`$urlId #> [1] "HP_0002135" #> #> $`Basal ganglia calcification`$dbPhenotype #> [1] TRUE #> #> $`Basal ganglia calcification`$`_parent` #> [1] "HP_0002514<HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> $`Basal ganglia calcification`$`_is_leaf` #> [1] TRUE #> #> $`Basal ganglia calcification`$children #> list() #> #> $`Basal ganglia calcification`$value #> [1] "Basal ganglia calcification" #> #> #> $`basal ganglia disease` #> $`basal ganglia disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_679" #> #> $`basal ganglia disease`$`_id` #> [1] "DOID_679<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`basal ganglia disease`$privateGeneCount #> [1] 0 #> #> $`basal ganglia disease`$publicGeneCount #> [1] 39 #> #> $`basal ganglia disease`$urlId #> [1] "DOID_679" #> #> $`basal ganglia disease`$dbPhenotype #> [1] TRUE #> #> $`basal ganglia disease`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`basal ganglia disease`$`_is_leaf` #> [1] FALSE #> #> $`basal ganglia disease`$children #> $`basal ganglia disease`$children[[1]] #> [1] "DOID_0060230<DOID_679<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`basal ganglia disease`$children[[2]] #> [1] "DOID_0050659<DOID_679<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`basal ganglia disease`$value #> [1] "basal ganglia disease" #> #> #> $`Beare-Stevenson cutis gyrata syndrome` #> $`Beare-Stevenson cutis gyrata syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050660" #> #> $`Beare-Stevenson cutis gyrata syndrome`$`_id` #> [1] "DOID_0050660<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Beare-Stevenson cutis gyrata syndrome`$privateGeneCount #> [1] 0 #> #> $`Beare-Stevenson cutis gyrata syndrome`$publicGeneCount #> [1] 1 #> #> $`Beare-Stevenson cutis gyrata syndrome`$urlId #> [1] "DOID_0050660" #> #> $`Beare-Stevenson cutis gyrata syndrome`$dbPhenotype #> [1] TRUE #> #> $`Beare-Stevenson cutis gyrata syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Beare-Stevenson cutis gyrata syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Beare-Stevenson cutis gyrata syndrome`$children #> list() #> #> $`Beare-Stevenson cutis gyrata syndrome`$value #> [1] "Beare-Stevenson cutis gyrata syndrome" #> #> #> $`Beare-Stevenson cutis gyrata syndrome` #> $`Beare-Stevenson cutis gyrata syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050660" #> #> $`Beare-Stevenson cutis gyrata syndrome`$`_id` #> [1] "DOID_0050660<DOID_225<DOID_4" #> #> $`Beare-Stevenson cutis gyrata syndrome`$privateGeneCount #> [1] 0 #> #> $`Beare-Stevenson cutis gyrata syndrome`$publicGeneCount #> [1] 1 #> #> $`Beare-Stevenson cutis gyrata syndrome`$urlId #> [1] "DOID_0050660" #> #> $`Beare-Stevenson cutis gyrata syndrome`$dbPhenotype #> [1] TRUE #> #> $`Beare-Stevenson cutis gyrata syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Beare-Stevenson cutis gyrata syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Beare-Stevenson cutis gyrata syndrome`$children #> list() #> #> $`Beare-Stevenson cutis gyrata syndrome`$value #> [1] "Beare-Stevenson cutis gyrata syndrome" #> #> #> $`Becker muscular dystrophy` #> $`Becker muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9883" #> #> $`Becker muscular dystrophy`$`_id` #> [1] "DOID_9883<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Becker muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Becker muscular dystrophy`$publicGeneCount #> [1] 1 #> #> $`Becker muscular dystrophy`$urlId #> [1] "DOID_9883" #> #> $`Becker muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Becker muscular dystrophy`$`_parent` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Becker muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Becker muscular dystrophy`$children #> list() #> #> $`Becker muscular dystrophy`$value #> [1] "Becker muscular dystrophy" #> #> #> $`Beckwith-Wiedemann syndrome` #> $`Beckwith-Wiedemann syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5572" #> #> $`Beckwith-Wiedemann syndrome`$`_id` #> [1] "DOID_5572<DOID_225<DOID_4" #> #> $`Beckwith-Wiedemann syndrome`$privateGeneCount #> [1] 0 #> #> $`Beckwith-Wiedemann syndrome`$publicGeneCount #> [1] 5 #> #> $`Beckwith-Wiedemann syndrome`$urlId #> [1] "DOID_5572" #> #> $`Beckwith-Wiedemann syndrome`$dbPhenotype #> [1] TRUE #> #> $`Beckwith-Wiedemann syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Beckwith-Wiedemann syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Beckwith-Wiedemann syndrome`$children #> list() #> #> $`Beckwith-Wiedemann syndrome`$value #> [1] "Beckwith-Wiedemann syndrome" #> #> #> $`behavior/neurological phenotype` #> $`behavior/neurological phenotype`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0005386" #> #> $`behavior/neurological phenotype`$`_id` #> [1] "MP_0005386<MP_0000001" #> #> $`behavior/neurological phenotype`$privateGeneCount #> [1] 0 #> #> $`behavior/neurological phenotype`$publicGeneCount #> [1] 22 #> #> $`behavior/neurological phenotype`$urlId #> [1] "MP_0005386" #> #> $`behavior/neurological phenotype`$dbPhenotype #> [1] FALSE #> #> $`behavior/neurological phenotype`$`_parent` #> [1] "MP_0000001" #> #> $`behavior/neurological phenotype`$`_is_leaf` #> [1] FALSE #> #> $`behavior/neurological phenotype`$children #> $`behavior/neurological phenotype`$children[[1]] #> [1] "MP_0004924<MP_0005386<MP_0000001" #> #> #> $`behavior/neurological phenotype`$value #> [1] "behavior/neurological phenotype" #> #> #> $`Behavioral abnormality` #> $`Behavioral abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000708" #> #> $`Behavioral abnormality`$`_id` #> [1] "HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Behavioral abnormality`$privateGeneCount #> [1] 0 #> #> $`Behavioral abnormality`$publicGeneCount #> [1] 24 #> #> $`Behavioral abnormality`$urlId #> [1] "HP_0000708" #> #> $`Behavioral abnormality`$dbPhenotype #> [1] FALSE #> #> $`Behavioral abnormality`$`_parent` #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Behavioral abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Behavioral abnormality`$children #> $`Behavioral abnormality`$children[[1]] #> [1] "HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Behavioral abnormality`$children[[2]] #> [1] "HP_0100851<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Behavioral abnormality`$children[[3]] #> [1] "HP_0002307<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Behavioral abnormality`$children[[4]] #> [1] "HP_0000738<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Behavioral abnormality`$children[[5]] #> [1] "HP_0031466<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Behavioral abnormality`$children[[6]] #> [1] "HP_0000613<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Behavioral abnormality`$children[[7]] #> [1] "HP_0000709<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Behavioral abnormality`$children[[8]] #> [1] "HP_0002360<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Behavioral abnormality`$value #> [1] "Behavioral abnormality" #> #> #> $`Behcet's disease` #> $`Behcet's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13241" #> #> $`Behcet's disease`$`_id` #> [1] "DOID_13241<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Behcet's disease`$privateGeneCount #> [1] 0 #> #> $`Behcet's disease`$publicGeneCount #> [1] 69 #> #> $`Behcet's disease`$urlId #> [1] "DOID_13241" #> #> $`Behcet's disease`$dbPhenotype #> [1] TRUE #> #> $`Behcet's disease`$`_parent` #> [1] "DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Behcet's disease`$`_is_leaf` #> [1] TRUE #> #> $`Behcet's disease`$children #> list() #> #> $`Behcet's disease`$value #> [1] "Behcet's disease" #> #> #> $`benign breast phyllodes tumor` #> $`benign breast phyllodes tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1631" #> #> $`benign breast phyllodes tumor`$`_id` #> [1] "DOID_1631<DOID_0060082<DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign breast phyllodes tumor`$privateGeneCount #> [1] 0 #> #> $`benign breast phyllodes tumor`$publicGeneCount #> [1] 17 #> #> $`benign breast phyllodes tumor`$urlId #> [1] "DOID_1631" #> #> $`benign breast phyllodes tumor`$dbPhenotype #> [1] TRUE #> #> $`benign breast phyllodes tumor`$`_parent` #> [1] "DOID_0060082<DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign breast phyllodes tumor`$`_is_leaf` #> [1] TRUE #> #> $`benign breast phyllodes tumor`$children #> list() #> #> $`benign breast phyllodes tumor`$value #> [1] "benign breast phyllodes tumor" #> #> #> $`benign breast phyllodes tumor` #> $`benign breast phyllodes tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1631" #> #> $`benign breast phyllodes tumor`$`_id` #> [1] "DOID_1631<DOID_0060082<DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> $`benign breast phyllodes tumor`$privateGeneCount #> [1] 0 #> #> $`benign breast phyllodes tumor`$publicGeneCount #> [1] 17 #> #> $`benign breast phyllodes tumor`$urlId #> [1] "DOID_1631" #> #> $`benign breast phyllodes tumor`$dbPhenotype #> [1] TRUE #> #> $`benign breast phyllodes tumor`$`_parent` #> [1] "DOID_0060082<DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> $`benign breast phyllodes tumor`$`_is_leaf` #> [1] TRUE #> #> $`benign breast phyllodes tumor`$children #> list() #> #> $`benign breast phyllodes tumor`$value #> [1] "benign breast phyllodes tumor" #> #> #> $`benign breast phyllodes tumor` #> $`benign breast phyllodes tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1631" #> #> $`benign breast phyllodes tumor`$`_id` #> [1] "DOID_1631<DOID_0060082<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`benign breast phyllodes tumor`$privateGeneCount #> [1] 0 #> #> $`benign breast phyllodes tumor`$publicGeneCount #> [1] 17 #> #> $`benign breast phyllodes tumor`$urlId #> [1] "DOID_1631" #> #> $`benign breast phyllodes tumor`$dbPhenotype #> [1] TRUE #> #> $`benign breast phyllodes tumor`$`_parent` #> [1] "DOID_0060082<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`benign breast phyllodes tumor`$`_is_leaf` #> [1] TRUE #> #> $`benign breast phyllodes tumor`$children #> list() #> #> $`benign breast phyllodes tumor`$value #> [1] "benign breast phyllodes tumor" #> #> #> $`benign ependymoma` #> $`benign ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4844" #> #> $`benign ependymoma`$`_id` #> [1] "DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign ependymoma`$privateGeneCount #> [1] 0 #> #> $`benign ependymoma`$publicGeneCount #> [1] 41 #> #> $`benign ependymoma`$urlId #> [1] "DOID_4844" #> #> $`benign ependymoma`$dbPhenotype #> [1] TRUE #> #> $`benign ependymoma`$`_parent` #> [1] "DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign ependymoma`$`_is_leaf` #> [1] FALSE #> #> $`benign ependymoma`$children #> $`benign ependymoma`$children[[1]] #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign ependymoma`$children[[2]] #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign ependymoma`$children[[3]] #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign ependymoma`$children[[4]] #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`benign ependymoma`$value #> [1] "benign ependymoma" #> #> #> $`benign ependymoma` #> $`benign ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4844" #> #> $`benign ependymoma`$`_id` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign ependymoma`$privateGeneCount #> [1] 0 #> #> $`benign ependymoma`$publicGeneCount #> [1] 41 #> #> $`benign ependymoma`$urlId #> [1] "DOID_4844" #> #> $`benign ependymoma`$dbPhenotype #> [1] TRUE #> #> $`benign ependymoma`$`_parent` #> [1] "DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign ependymoma`$`_is_leaf` #> [1] FALSE #> #> $`benign ependymoma`$children #> $`benign ependymoma`$children[[1]] #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign ependymoma`$children[[2]] #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign ependymoma`$children[[3]] #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign ependymoma`$children[[4]] #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`benign ependymoma`$value #> [1] "benign ependymoma" #> #> #> $`benign ependymoma` #> $`benign ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4844" #> #> $`benign ependymoma`$`_id` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$privateGeneCount #> [1] 0 #> #> $`benign ependymoma`$publicGeneCount #> [1] 41 #> #> $`benign ependymoma`$urlId #> [1] "DOID_4844" #> #> $`benign ependymoma`$dbPhenotype #> [1] TRUE #> #> $`benign ependymoma`$`_parent` #> [1] "DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$`_is_leaf` #> [1] FALSE #> #> $`benign ependymoma`$children #> $`benign ependymoma`$children[[1]] #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[2]] #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[3]] #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[4]] #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> #> $`benign ependymoma`$value #> [1] "benign ependymoma" #> #> #> $`benign ependymoma` #> $`benign ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4844" #> #> $`benign ependymoma`$`_id` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$privateGeneCount #> [1] 0 #> #> $`benign ependymoma`$publicGeneCount #> [1] 41 #> #> $`benign ependymoma`$urlId #> [1] "DOID_4844" #> #> $`benign ependymoma`$dbPhenotype #> [1] TRUE #> #> $`benign ependymoma`$`_parent` #> [1] "DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$`_is_leaf` #> [1] FALSE #> #> $`benign ependymoma`$children #> $`benign ependymoma`$children[[1]] #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[2]] #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[3]] #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[4]] #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`benign ependymoma`$value #> [1] "benign ependymoma" #> #> #> $`benign ependymoma` #> $`benign ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4844" #> #> $`benign ependymoma`$`_id` #> [1] "DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$privateGeneCount #> [1] 0 #> #> $`benign ependymoma`$publicGeneCount #> [1] 41 #> #> $`benign ependymoma`$urlId #> [1] "DOID_4844" #> #> $`benign ependymoma`$dbPhenotype #> [1] TRUE #> #> $`benign ependymoma`$`_parent` #> [1] "DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$`_is_leaf` #> [1] FALSE #> #> $`benign ependymoma`$children #> $`benign ependymoma`$children[[1]] #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[2]] #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[3]] #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[4]] #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`benign ependymoma`$value #> [1] "benign ependymoma" #> #> #> $`benign ependymoma` #> $`benign ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4844" #> #> $`benign ependymoma`$`_id` #> [1] "DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$privateGeneCount #> [1] 0 #> #> $`benign ependymoma`$publicGeneCount #> [1] 41 #> #> $`benign ependymoma`$urlId #> [1] "DOID_4844" #> #> $`benign ependymoma`$dbPhenotype #> [1] TRUE #> #> $`benign ependymoma`$`_parent` #> [1] "DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$`_is_leaf` #> [1] FALSE #> #> $`benign ependymoma`$children #> $`benign ependymoma`$children[[1]] #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[2]] #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[3]] #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[4]] #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`benign ependymoma`$value #> [1] "benign ependymoma" #> #> #> $`benign epilepsy with centrotemporal spikes` #> $`benign epilepsy with centrotemporal spikes`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3329" #> #> $`benign epilepsy with centrotemporal spikes`$`_id` #> [1] "DOID_3329<DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign epilepsy with centrotemporal spikes`$privateGeneCount #> [1] 0 #> #> $`benign epilepsy with centrotemporal spikes`$publicGeneCount #> [1] 3 #> #> $`benign epilepsy with centrotemporal spikes`$urlId #> [1] "DOID_3329" #> #> $`benign epilepsy with centrotemporal spikes`$dbPhenotype #> [1] TRUE #> #> $`benign epilepsy with centrotemporal spikes`$`_parent` #> [1] "DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign epilepsy with centrotemporal spikes`$`_is_leaf` #> [1] TRUE #> #> $`benign epilepsy with centrotemporal spikes`$children #> list() #> #> $`benign epilepsy with centrotemporal spikes`$value #> [1] "benign epilepsy with centrotemporal spikes" #> #> #> $`benign familial infantile epilepsy` #> $`benign familial infantile epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060169" #> #> $`benign familial infantile epilepsy`$`_id` #> [1] "DOID_0060169<DOID_0050703<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign familial infantile epilepsy`$privateGeneCount #> [1] 0 #> #> $`benign familial infantile epilepsy`$publicGeneCount #> [1] 6 #> #> $`benign familial infantile epilepsy`$urlId #> [1] "DOID_0060169" #> #> $`benign familial infantile epilepsy`$dbPhenotype #> [1] TRUE #> #> $`benign familial infantile epilepsy`$`_parent` #> [1] "DOID_0050703<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign familial infantile epilepsy`$`_is_leaf` #> [1] TRUE #> #> $`benign familial infantile epilepsy`$children #> list() #> #> $`benign familial infantile epilepsy`$value #> [1] "benign familial infantile epilepsy" #> #> #> $`benign familial neonatal epilepsy` #> $`benign familial neonatal epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14777" #> #> $`benign familial neonatal epilepsy`$`_id` #> [1] "DOID_14777<DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign familial neonatal epilepsy`$privateGeneCount #> [1] 0 #> #> $`benign familial neonatal epilepsy`$publicGeneCount #> [1] 5 #> #> $`benign familial neonatal epilepsy`$urlId #> [1] "DOID_14777" #> #> $`benign familial neonatal epilepsy`$dbPhenotype #> [1] TRUE #> #> $`benign familial neonatal epilepsy`$`_parent` #> [1] "DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign familial neonatal epilepsy`$`_is_leaf` #> [1] TRUE #> #> $`benign familial neonatal epilepsy`$children #> list() #> #> $`benign familial neonatal epilepsy`$value #> [1] "benign familial neonatal epilepsy" #> #> #> $`benign giant cell tumor` #> $`benign giant cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_200" #> #> $`benign giant cell tumor`$`_id` #> [1] "DOID_200<DOID_0060094<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign giant cell tumor`$privateGeneCount #> [1] 0 #> #> $`benign giant cell tumor`$publicGeneCount #> [1] 1 #> #> $`benign giant cell tumor`$urlId #> [1] "DOID_200" #> #> $`benign giant cell tumor`$dbPhenotype #> [1] FALSE #> #> $`benign giant cell tumor`$`_parent` #> [1] "DOID_0060094<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign giant cell tumor`$`_is_leaf` #> [1] FALSE #> #> $`benign giant cell tumor`$children #> $`benign giant cell tumor`$children[[1]] #> [1] "DOID_4305<DOID_200<DOID_0060094<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`benign giant cell tumor`$value #> [1] "benign giant cell tumor" #> #> #> $`benign giant cell tumor` #> $`benign giant cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_200" #> #> $`benign giant cell tumor`$`_id` #> [1] "DOID_200<DOID_0060094<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`benign giant cell tumor`$privateGeneCount #> [1] 0 #> #> $`benign giant cell tumor`$publicGeneCount #> [1] 1 #> #> $`benign giant cell tumor`$urlId #> [1] "DOID_200" #> #> $`benign giant cell tumor`$dbPhenotype #> [1] FALSE #> #> $`benign giant cell tumor`$`_parent` #> [1] "DOID_0060094<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`benign giant cell tumor`$`_is_leaf` #> [1] FALSE #> #> $`benign giant cell tumor`$children #> $`benign giant cell tumor`$children[[1]] #> [1] "DOID_4305<DOID_200<DOID_0060094<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> #> $`benign giant cell tumor`$value #> [1] "benign giant cell tumor" #> #> #> $`benign giant cell tumor` #> $`benign giant cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_200" #> #> $`benign giant cell tumor`$`_id` #> [1] "DOID_200<DOID_0060094<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`benign giant cell tumor`$privateGeneCount #> [1] 0 #> #> $`benign giant cell tumor`$publicGeneCount #> [1] 1 #> #> $`benign giant cell tumor`$urlId #> [1] "DOID_200" #> #> $`benign giant cell tumor`$dbPhenotype #> [1] FALSE #> #> $`benign giant cell tumor`$`_parent` #> [1] "DOID_0060094<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`benign giant cell tumor`$`_is_leaf` #> [1] FALSE #> #> $`benign giant cell tumor`$children #> $`benign giant cell tumor`$children[[1]] #> [1] "DOID_4305<DOID_200<DOID_0060094<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`benign giant cell tumor`$value #> [1] "benign giant cell tumor" #> #> #> $`benign giant cell tumor` #> $`benign giant cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_200" #> #> $`benign giant cell tumor`$`_id` #> [1] "DOID_200<DOID_0060094<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`benign giant cell tumor`$privateGeneCount #> [1] 0 #> #> $`benign giant cell tumor`$publicGeneCount #> [1] 1 #> #> $`benign giant cell tumor`$urlId #> [1] "DOID_200" #> #> $`benign giant cell tumor`$dbPhenotype #> [1] FALSE #> #> $`benign giant cell tumor`$`_parent` #> [1] "DOID_0060094<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`benign giant cell tumor`$`_is_leaf` #> [1] FALSE #> #> $`benign giant cell tumor`$children #> $`benign giant cell tumor`$children[[1]] #> [1] "DOID_4305<DOID_200<DOID_0060094<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`benign giant cell tumor`$value #> [1] "benign giant cell tumor" #> #> #> $`benign glioma` #> $`benign glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060101" #> #> $`benign glioma`$`_id` #> [1] "DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign glioma`$privateGeneCount #> [1] 0 #> #> $`benign glioma`$publicGeneCount #> [1] 41 #> #> $`benign glioma`$urlId #> [1] "DOID_0060101" #> #> $`benign glioma`$dbPhenotype #> [1] FALSE #> #> $`benign glioma`$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign glioma`$`_is_leaf` #> [1] FALSE #> #> $`benign glioma`$children #> $`benign glioma`$children[[1]] #> [1] "DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`benign glioma`$value #> [1] "benign glioma" #> #> #> $`benign glioma` #> $`benign glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060101" #> #> $`benign glioma`$`_id` #> [1] "DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign glioma`$privateGeneCount #> [1] 0 #> #> $`benign glioma`$publicGeneCount #> [1] 41 #> #> $`benign glioma`$urlId #> [1] "DOID_0060101" #> #> $`benign glioma`$dbPhenotype #> [1] FALSE #> #> $`benign glioma`$`_parent` #> [1] "DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign glioma`$`_is_leaf` #> [1] FALSE #> #> $`benign glioma`$children #> $`benign glioma`$children[[1]] #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`benign glioma`$value #> [1] "benign glioma" #> #> #> $`benign glioma` #> $`benign glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060101" #> #> $`benign glioma`$`_id` #> [1] "DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`benign glioma`$privateGeneCount #> [1] 0 #> #> $`benign glioma`$publicGeneCount #> [1] 41 #> #> $`benign glioma`$urlId #> [1] "DOID_0060101" #> #> $`benign glioma`$dbPhenotype #> [1] FALSE #> #> $`benign glioma`$`_parent` #> [1] "DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`benign glioma`$`_is_leaf` #> [1] FALSE #> #> $`benign glioma`$children #> $`benign glioma`$children[[1]] #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> #> $`benign glioma`$value #> [1] "benign glioma" #> #> #> $`benign glioma` #> $`benign glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060101" #> #> $`benign glioma`$`_id` #> [1] "DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign glioma`$privateGeneCount #> [1] 0 #> #> $`benign glioma`$publicGeneCount #> [1] 41 #> #> $`benign glioma`$urlId #> [1] "DOID_0060101" #> #> $`benign glioma`$dbPhenotype #> [1] FALSE #> #> $`benign glioma`$`_parent` #> [1] "DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign glioma`$`_is_leaf` #> [1] FALSE #> #> $`benign glioma`$children #> $`benign glioma`$children[[1]] #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`benign glioma`$value #> [1] "benign glioma" #> #> #> $`benign glioma` #> $`benign glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060101" #> #> $`benign glioma`$`_id` #> [1] "DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign glioma`$privateGeneCount #> [1] 0 #> #> $`benign glioma`$publicGeneCount #> [1] 41 #> #> $`benign glioma`$urlId #> [1] "DOID_0060101" #> #> $`benign glioma`$dbPhenotype #> [1] FALSE #> #> $`benign glioma`$`_parent` #> [1] "DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign glioma`$`_is_leaf` #> [1] FALSE #> #> $`benign glioma`$children #> $`benign glioma`$children[[1]] #> [1] "DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`benign glioma`$value #> [1] "benign glioma" #> #> #> $`benign glioma` #> $`benign glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060101" #> #> $`benign glioma`$`_id` #> [1] "DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign glioma`$privateGeneCount #> [1] 0 #> #> $`benign glioma`$publicGeneCount #> [1] 41 #> #> $`benign glioma`$urlId #> [1] "DOID_0060101" #> #> $`benign glioma`$dbPhenotype #> [1] FALSE #> #> $`benign glioma`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign glioma`$`_is_leaf` #> [1] FALSE #> #> $`benign glioma`$children #> $`benign glioma`$children[[1]] #> [1] "DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`benign glioma`$value #> [1] "benign glioma" #> #> #> $`benign meningioma` #> $`benign meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4587" #> #> $`benign meningioma`$`_id` #> [1] "DOID_4587<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign meningioma`$privateGeneCount #> [1] 0 #> #> $`benign meningioma`$publicGeneCount #> [1] 16 #> #> $`benign meningioma`$urlId #> [1] "DOID_4587" #> #> $`benign meningioma`$dbPhenotype #> [1] TRUE #> #> $`benign meningioma`$`_parent` #> [1] "DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign meningioma`$`_is_leaf` #> [1] TRUE #> #> $`benign meningioma`$children #> list() #> #> $`benign meningioma`$value #> [1] "benign meningioma" #> #> #> $`benign meningioma` #> $`benign meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4587" #> #> $`benign meningioma`$`_id` #> [1] "DOID_4587<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`benign meningioma`$privateGeneCount #> [1] 0 #> #> $`benign meningioma`$publicGeneCount #> [1] 16 #> #> $`benign meningioma`$urlId #> [1] "DOID_4587" #> #> $`benign meningioma`$dbPhenotype #> [1] TRUE #> #> $`benign meningioma`$`_parent` #> [1] "DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`benign meningioma`$`_is_leaf` #> [1] TRUE #> #> $`benign meningioma`$children #> list() #> #> $`benign meningioma`$value #> [1] "benign meningioma" #> #> #> $`benign meningioma` #> $`benign meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4587" #> #> $`benign meningioma`$`_id` #> [1] "DOID_4587<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign meningioma`$privateGeneCount #> [1] 0 #> #> $`benign meningioma`$publicGeneCount #> [1] 16 #> #> $`benign meningioma`$urlId #> [1] "DOID_4587" #> #> $`benign meningioma`$dbPhenotype #> [1] TRUE #> #> $`benign meningioma`$`_parent` #> [1] "DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign meningioma`$`_is_leaf` #> [1] TRUE #> #> $`benign meningioma`$children #> list() #> #> $`benign meningioma`$value #> [1] "benign meningioma" #> #> #> $`benign mesothelioma` #> $`benign mesothelioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2645" #> #> $`benign mesothelioma`$`_id` #> [1] "DOID_2645<DOID_3314<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign mesothelioma`$privateGeneCount #> [1] 0 #> #> $`benign mesothelioma`$publicGeneCount #> [1] 41 #> #> $`benign mesothelioma`$urlId #> [1] "DOID_2645" #> #> $`benign mesothelioma`$dbPhenotype #> [1] TRUE #> #> $`benign mesothelioma`$`_parent` #> [1] "DOID_3314<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign mesothelioma`$`_is_leaf` #> [1] TRUE #> #> $`benign mesothelioma`$children #> list() #> #> $`benign mesothelioma`$value #> [1] "benign mesothelioma" #> #> #> $`benign neonatal seizures` #> $`benign neonatal seizures`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14264" #> #> $`benign neonatal seizures`$`_id` #> [1] "DOID_14264<DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign neonatal seizures`$privateGeneCount #> [1] 0 #> #> $`benign neonatal seizures`$publicGeneCount #> [1] 4 #> #> $`benign neonatal seizures`$urlId #> [1] "DOID_14264" #> #> $`benign neonatal seizures`$dbPhenotype #> [1] TRUE #> #> $`benign neonatal seizures`$`_parent` #> [1] "DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign neonatal seizures`$`_is_leaf` #> [1] TRUE #> #> $`benign neonatal seizures`$children #> list() #> #> $`benign neonatal seizures`$value #> [1] "benign neonatal seizures" #> #> #> $`benign neoplasm` #> $`benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060072" #> #> $`benign neoplasm`$`_id` #> [1] "DOID_0060072<DOID_14566<DOID_4" #> #> $`benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`benign neoplasm`$publicGeneCount #> [1] 599 #> #> $`benign neoplasm`$urlId #> [1] "DOID_0060072" #> #> $`benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`benign neoplasm`$`_parent` #> [1] "DOID_14566<DOID_4" #> #> $`benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`benign neoplasm`$children #> $`benign neoplasm`$children[[1]] #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign neoplasm`$children[[2]] #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`benign neoplasm`$value #> [1] "benign neoplasm" #> #> #> $`benign perivascular tumor` #> $`benign perivascular tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5238" #> #> $`benign perivascular tumor`$`_id` #> [1] "DOID_5238<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign perivascular tumor`$privateGeneCount #> [1] 0 #> #> $`benign perivascular tumor`$publicGeneCount #> [1] 1 #> #> $`benign perivascular tumor`$urlId #> [1] "DOID_5238" #> #> $`benign perivascular tumor`$dbPhenotype #> [1] FALSE #> #> $`benign perivascular tumor`$`_parent` #> [1] "DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign perivascular tumor`$`_is_leaf` #> [1] FALSE #> #> $`benign perivascular tumor`$children #> $`benign perivascular tumor`$children[[1]] #> [1] "DOID_2436<DOID_5238<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`benign perivascular tumor`$value #> [1] "benign perivascular tumor" #> #> #> $`benign perivascular tumor` #> $`benign perivascular tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5238" #> #> $`benign perivascular tumor`$`_id` #> [1] "DOID_5238<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`benign perivascular tumor`$privateGeneCount #> [1] 0 #> #> $`benign perivascular tumor`$publicGeneCount #> [1] 1 #> #> $`benign perivascular tumor`$urlId #> [1] "DOID_5238" #> #> $`benign perivascular tumor`$dbPhenotype #> [1] FALSE #> #> $`benign perivascular tumor`$`_parent` #> [1] "DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`benign perivascular tumor`$`_is_leaf` #> [1] FALSE #> #> $`benign perivascular tumor`$children #> $`benign perivascular tumor`$children[[1]] #> [1] "DOID_2436<DOID_5238<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> #> $`benign perivascular tumor`$value #> [1] "benign perivascular tumor" #> #> #> $`benign vascular tumor` #> $`benign vascular tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60006" #> #> $`benign vascular tumor`$`_id` #> [1] "DOID_60006<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign vascular tumor`$privateGeneCount #> [1] 0 #> #> $`benign vascular tumor`$publicGeneCount #> [1] 163 #> #> $`benign vascular tumor`$urlId #> [1] "DOID_60006" #> #> $`benign vascular tumor`$dbPhenotype #> [1] FALSE #> #> $`benign vascular tumor`$`_parent` #> [1] "DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign vascular tumor`$`_is_leaf` #> [1] FALSE #> #> $`benign vascular tumor`$children #> $`benign vascular tumor`$children[[1]] #> [1] "DOID_1475<DOID_60006<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`benign vascular tumor`$value #> [1] "benign vascular tumor" #> #> #> $`benign vascular tumor` #> $`benign vascular tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60006" #> #> $`benign vascular tumor`$`_id` #> [1] "DOID_60006<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`benign vascular tumor`$privateGeneCount #> [1] 0 #> #> $`benign vascular tumor`$publicGeneCount #> [1] 163 #> #> $`benign vascular tumor`$urlId #> [1] "DOID_60006" #> #> $`benign vascular tumor`$dbPhenotype #> [1] FALSE #> #> $`benign vascular tumor`$`_parent` #> [1] "DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`benign vascular tumor`$`_is_leaf` #> [1] FALSE #> #> $`benign vascular tumor`$children #> $`benign vascular tumor`$children[[1]] #> [1] "DOID_1475<DOID_60006<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> #> $`benign vascular tumor`$value #> [1] "benign vascular tumor" #> #> #> $`Bernard-Soulier syndrome` #> $`Bernard-Soulier syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2217" #> #> $`Bernard-Soulier syndrome`$`_id` #> [1] "DOID_2217<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bernard-Soulier syndrome`$privateGeneCount #> [1] 0 #> #> $`Bernard-Soulier syndrome`$publicGeneCount #> [1] 4 #> #> $`Bernard-Soulier syndrome`$urlId #> [1] "DOID_2217" #> #> $`Bernard-Soulier syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bernard-Soulier syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bernard-Soulier syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bernard-Soulier syndrome`$children #> list() #> #> $`Bernard-Soulier syndrome`$value #> [1] "Bernard-Soulier syndrome" #> #> #> $`Bernard-Soulier syndrome` #> $`Bernard-Soulier syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2217" #> #> $`Bernard-Soulier syndrome`$`_id` #> [1] "DOID_2217<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`Bernard-Soulier syndrome`$privateGeneCount #> [1] 0 #> #> $`Bernard-Soulier syndrome`$publicGeneCount #> [1] 4 #> #> $`Bernard-Soulier syndrome`$urlId #> [1] "DOID_2217" #> #> $`Bernard-Soulier syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bernard-Soulier syndrome`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`Bernard-Soulier syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bernard-Soulier syndrome`$children #> list() #> #> $`Bernard-Soulier syndrome`$value #> [1] "Bernard-Soulier syndrome" #> #> #> $berylliosis #> $berylliosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10322" #> #> $berylliosis$`_id` #> [1] "DOID_10322<DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $berylliosis$privateGeneCount #> [1] 0 #> #> $berylliosis$publicGeneCount #> [1] 13 #> #> $berylliosis$urlId #> [1] "DOID_10322" #> #> $berylliosis$dbPhenotype #> [1] TRUE #> #> $berylliosis$`_parent` #> [1] "DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $berylliosis$`_is_leaf` #> [1] TRUE #> #> $berylliosis$children #> list() #> #> $berylliosis$value #> [1] "berylliosis" #> #> #> $berylliosis #> $berylliosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10322" #> #> $berylliosis$`_id` #> [1] "DOID_10322<DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $berylliosis$privateGeneCount #> [1] 0 #> #> $berylliosis$publicGeneCount #> [1] 13 #> #> $berylliosis$urlId #> [1] "DOID_10322" #> #> $berylliosis$dbPhenotype #> [1] TRUE #> #> $berylliosis$`_parent` #> [1] "DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $berylliosis$`_is_leaf` #> [1] TRUE #> #> $berylliosis$children #> list() #> #> $berylliosis$value #> [1] "berylliosis" #> #> #> $bestrophinopathy #> $bestrophinopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050662" #> #> $bestrophinopathy$`_id` #> [1] "DOID_0050662<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $bestrophinopathy$privateGeneCount #> [1] 0 #> #> $bestrophinopathy$publicGeneCount #> [1] 1 #> #> $bestrophinopathy$urlId #> [1] "DOID_0050662" #> #> $bestrophinopathy$dbPhenotype #> [1] TRUE #> #> $bestrophinopathy$`_parent` #> [1] "DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $bestrophinopathy$`_is_leaf` #> [1] TRUE #> #> $bestrophinopathy$children #> list() #> #> $bestrophinopathy$value #> [1] "bestrophinopathy" #> #> #> $bestrophinopathy #> $bestrophinopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050662" #> #> $bestrophinopathy$`_id` #> [1] "DOID_0050662<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $bestrophinopathy$privateGeneCount #> [1] 0 #> #> $bestrophinopathy$publicGeneCount #> [1] 1 #> #> $bestrophinopathy$urlId #> [1] "DOID_0050662" #> #> $bestrophinopathy$dbPhenotype #> [1] TRUE #> #> $bestrophinopathy$`_parent` #> [1] "DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $bestrophinopathy$`_is_leaf` #> [1] TRUE #> #> $bestrophinopathy$children #> list() #> #> $bestrophinopathy$value #> [1] "bestrophinopathy" #> #> #> $`beta thalassemia` #> $`beta thalassemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12241" #> #> $`beta thalassemia`$`_id` #> [1] "DOID_12241<DOID_10241<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`beta thalassemia`$privateGeneCount #> [1] 0 #> #> $`beta thalassemia`$publicGeneCount #> [1] 12 #> #> $`beta thalassemia`$urlId #> [1] "DOID_12241" #> #> $`beta thalassemia`$dbPhenotype #> [1] TRUE #> #> $`beta thalassemia`$`_parent` #> [1] "DOID_10241<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`beta thalassemia`$`_is_leaf` #> [1] TRUE #> #> $`beta thalassemia`$children #> list() #> #> $`beta thalassemia`$value #> [1] "beta thalassemia" #> #> #> $`beta thalassemia` #> $`beta thalassemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12241" #> #> $`beta thalassemia`$`_id` #> [1] "DOID_12241<DOID_10241<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`beta thalassemia`$privateGeneCount #> [1] 0 #> #> $`beta thalassemia`$publicGeneCount #> [1] 12 #> #> $`beta thalassemia`$urlId #> [1] "DOID_12241" #> #> $`beta thalassemia`$dbPhenotype #> [1] TRUE #> #> $`beta thalassemia`$`_parent` #> [1] "DOID_10241<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`beta thalassemia`$`_is_leaf` #> [1] TRUE #> #> $`beta thalassemia`$children #> list() #> #> $`beta thalassemia`$value #> [1] "beta thalassemia" #> #> #> $`beta-ketothiolase deficiency` #> $`beta-ketothiolase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14723" #> #> $`beta-ketothiolase deficiency`$`_id` #> [1] "DOID_14723<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`beta-ketothiolase deficiency`$privateGeneCount #> [1] 0 #> #> $`beta-ketothiolase deficiency`$publicGeneCount #> [1] 1 #> #> $`beta-ketothiolase deficiency`$urlId #> [1] "DOID_14723" #> #> $`beta-ketothiolase deficiency`$dbPhenotype #> [1] TRUE #> #> $`beta-ketothiolase deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`beta-ketothiolase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`beta-ketothiolase deficiency`$children #> list() #> #> $`beta-ketothiolase deficiency`$value #> [1] "beta-ketothiolase deficiency" #> #> #> $`beta-ketothiolase deficiency` #> $`beta-ketothiolase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14723" #> #> $`beta-ketothiolase deficiency`$`_id` #> [1] "DOID_14723<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`beta-ketothiolase deficiency`$privateGeneCount #> [1] 0 #> #> $`beta-ketothiolase deficiency`$publicGeneCount #> [1] 1 #> #> $`beta-ketothiolase deficiency`$urlId #> [1] "DOID_14723" #> #> $`beta-ketothiolase deficiency`$dbPhenotype #> [1] TRUE #> #> $`beta-ketothiolase deficiency`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`beta-ketothiolase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`beta-ketothiolase deficiency`$children #> list() #> #> $`beta-ketothiolase deficiency`$value #> [1] "beta-ketothiolase deficiency" #> #> #> $`beta-mannosidosis` #> $`beta-mannosidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3633" #> #> $`beta-mannosidosis`$`_id` #> [1] "DOID_3633<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`beta-mannosidosis`$privateGeneCount #> [1] 0 #> #> $`beta-mannosidosis`$publicGeneCount #> [1] 1 #> #> $`beta-mannosidosis`$urlId #> [1] "DOID_3633" #> #> $`beta-mannosidosis`$dbPhenotype #> [1] TRUE #> #> $`beta-mannosidosis`$`_parent` #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`beta-mannosidosis`$`_is_leaf` #> [1] TRUE #> #> $`beta-mannosidosis`$children #> list() #> #> $`beta-mannosidosis`$value #> [1] "beta-mannosidosis" #> #> #> $`Bethlem myopathy` #> $`Bethlem myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050663" #> #> $`Bethlem myopathy`$`_id` #> [1] "DOID_0050663<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Bethlem myopathy`$privateGeneCount #> [1] 0 #> #> $`Bethlem myopathy`$publicGeneCount #> [1] 4 #> #> $`Bethlem myopathy`$urlId #> [1] "DOID_0050663" #> #> $`Bethlem myopathy`$dbPhenotype #> [1] TRUE #> #> $`Bethlem myopathy`$`_parent` #> [1] "DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Bethlem myopathy`$`_is_leaf` #> [1] TRUE #> #> $`Bethlem myopathy`$children #> list() #> #> $`Bethlem myopathy`$value #> [1] "Bethlem myopathy" #> #> #> $`Bietti crystalline corneoretinal dystrophy` #> $`Bietti crystalline corneoretinal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050664" #> #> $`Bietti crystalline corneoretinal dystrophy`$`_id` #> [1] "DOID_0050664<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Bietti crystalline corneoretinal dystrophy`$privateGeneCount #> [1] 0 #> #> $`Bietti crystalline corneoretinal dystrophy`$publicGeneCount #> [1] 1 #> #> $`Bietti crystalline corneoretinal dystrophy`$urlId #> [1] "DOID_0050664" #> #> $`Bietti crystalline corneoretinal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Bietti crystalline corneoretinal dystrophy`$`_parent` #> [1] "DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Bietti crystalline corneoretinal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Bietti crystalline corneoretinal dystrophy`$children #> list() #> #> $`Bietti crystalline corneoretinal dystrophy`$value #> [1] "Bietti crystalline corneoretinal dystrophy" #> #> #> $`Bietti crystalline corneoretinal dystrophy` #> $`Bietti crystalline corneoretinal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050664" #> #> $`Bietti crystalline corneoretinal dystrophy`$`_id` #> [1] "DOID_0050664<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Bietti crystalline corneoretinal dystrophy`$privateGeneCount #> [1] 0 #> #> $`Bietti crystalline corneoretinal dystrophy`$publicGeneCount #> [1] 1 #> #> $`Bietti crystalline corneoretinal dystrophy`$urlId #> [1] "DOID_0050664" #> #> $`Bietti crystalline corneoretinal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Bietti crystalline corneoretinal dystrophy`$`_parent` #> [1] "DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Bietti crystalline corneoretinal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Bietti crystalline corneoretinal dystrophy`$children #> list() #> #> $`Bietti crystalline corneoretinal dystrophy`$value #> [1] "Bietti crystalline corneoretinal dystrophy" #> #> #> $`Bifid nose` #> $`Bifid nose`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011803" #> #> $`Bifid nose`$`_id` #> [1] "HP_0011803<HP_0004122<HP_0005105<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Bifid nose`$privateGeneCount #> [1] 0 #> #> $`Bifid nose`$publicGeneCount #> [1] 1 #> #> $`Bifid nose`$urlId #> [1] "HP_0011803" #> #> $`Bifid nose`$dbPhenotype #> [1] TRUE #> #> $`Bifid nose`$`_parent` #> [1] "HP_0004122<HP_0005105<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Bifid nose`$`_is_leaf` #> [1] TRUE #> #> $`Bifid nose`$children #> list() #> #> $`Bifid nose`$value #> [1] "Bifid nose" #> #> #> $`Bilateral tonic-clonic seizure` #> $`Bilateral tonic-clonic seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002069" #> #> $`Bilateral tonic-clonic seizure`$`_id` #> [1] "HP_0002069<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Bilateral tonic-clonic seizure`$privateGeneCount #> [1] 0 #> #> $`Bilateral tonic-clonic seizure`$publicGeneCount #> [1] 25 #> #> $`Bilateral tonic-clonic seizure`$urlId #> [1] "HP_0002069" #> #> $`Bilateral tonic-clonic seizure`$dbPhenotype #> [1] TRUE #> #> $`Bilateral tonic-clonic seizure`$`_parent` #> [1] "HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Bilateral tonic-clonic seizure`$`_is_leaf` #> [1] FALSE #> #> $`Bilateral tonic-clonic seizure`$children #> $`Bilateral tonic-clonic seizure`$children[[1]] #> [1] "HP_0007193<HP_0002069<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Bilateral tonic-clonic seizure`$value #> [1] "Bilateral tonic-clonic seizure" #> #> #> $`bile duct adenocarcinoma` #> $`bile duct adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4896" #> #> $`bile duct adenocarcinoma`$`_id` #> [1] "DOID_4896<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`bile duct adenocarcinoma`$publicGeneCount #> [1] 67 #> #> $`bile duct adenocarcinoma`$urlId #> [1] "DOID_4896" #> #> $`bile duct adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`bile duct adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`bile duct adenocarcinoma`$children #> $`bile duct adenocarcinoma`$children[[1]] #> [1] "DOID_4947<DOID_4896<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`bile duct adenocarcinoma`$value #> [1] "bile duct adenocarcinoma" #> #> #> $`bile duct adenocarcinoma` #> $`bile duct adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4896" #> #> $`bile duct adenocarcinoma`$`_id` #> [1] "DOID_4896<DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`bile duct adenocarcinoma`$publicGeneCount #> [1] 67 #> #> $`bile duct adenocarcinoma`$urlId #> [1] "DOID_4896" #> #> $`bile duct adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`bile duct adenocarcinoma`$`_parent` #> [1] "DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`bile duct adenocarcinoma`$children #> $`bile duct adenocarcinoma`$children[[1]] #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`bile duct adenocarcinoma`$value #> [1] "bile duct adenocarcinoma" #> #> #> $`bile duct adenocarcinoma` #> $`bile duct adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4896" #> #> $`bile duct adenocarcinoma`$`_id` #> [1] "DOID_4896<DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`bile duct adenocarcinoma`$publicGeneCount #> [1] 67 #> #> $`bile duct adenocarcinoma`$urlId #> [1] "DOID_4896" #> #> $`bile duct adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`bile duct adenocarcinoma`$`_parent` #> [1] "DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`bile duct adenocarcinoma`$children #> $`bile duct adenocarcinoma`$children[[1]] #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`bile duct adenocarcinoma`$value #> [1] "bile duct adenocarcinoma" #> #> #> $`bile duct adenocarcinoma` #> $`bile duct adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4896" #> #> $`bile duct adenocarcinoma`$`_id` #> [1] "DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`bile duct adenocarcinoma`$publicGeneCount #> [1] 67 #> #> $`bile duct adenocarcinoma`$urlId #> [1] "DOID_4896" #> #> $`bile duct adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`bile duct adenocarcinoma`$`_parent` #> [1] "DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`bile duct adenocarcinoma`$children #> $`bile duct adenocarcinoma`$children[[1]] #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`bile duct adenocarcinoma`$value #> [1] "bile duct adenocarcinoma" #> #> #> $`bile duct adenocarcinoma` #> $`bile duct adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4896" #> #> $`bile duct adenocarcinoma`$`_id` #> [1] "DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`bile duct adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`bile duct adenocarcinoma`$publicGeneCount #> [1] 67 #> #> $`bile duct adenocarcinoma`$urlId #> [1] "DOID_4896" #> #> $`bile duct adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`bile duct adenocarcinoma`$`_parent` #> [1] "DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`bile duct adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`bile duct adenocarcinoma`$children #> $`bile duct adenocarcinoma`$children[[1]] #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`bile duct adenocarcinoma`$value #> [1] "bile duct adenocarcinoma" #> #> #> $`bile duct cancer` #> $`bile duct cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4606" #> #> $`bile duct cancer`$`_id` #> [1] "DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct cancer`$privateGeneCount #> [1] 0 #> #> $`bile duct cancer`$publicGeneCount #> [1] 70 #> #> $`bile duct cancer`$urlId #> [1] "DOID_4606" #> #> $`bile duct cancer`$dbPhenotype #> [1] TRUE #> #> $`bile duct cancer`$`_parent` #> [1] "DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct cancer`$`_is_leaf` #> [1] FALSE #> #> $`bile duct cancer`$children #> $`bile duct cancer`$children[[1]] #> [1] "DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`bile duct cancer`$value #> [1] "bile duct cancer" #> #> #> $`bile duct cancer` #> $`bile duct cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4606" #> #> $`bile duct cancer`$`_id` #> [1] "DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct cancer`$privateGeneCount #> [1] 0 #> #> $`bile duct cancer`$publicGeneCount #> [1] 70 #> #> $`bile duct cancer`$urlId #> [1] "DOID_4606" #> #> $`bile duct cancer`$dbPhenotype #> [1] TRUE #> #> $`bile duct cancer`$`_parent` #> [1] "DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct cancer`$`_is_leaf` #> [1] FALSE #> #> $`bile duct cancer`$children #> $`bile duct cancer`$children[[1]] #> [1] "DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`bile duct cancer`$value #> [1] "bile duct cancer" #> #> #> $`bile duct cancer` #> $`bile duct cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4606" #> #> $`bile duct cancer`$`_id` #> [1] "DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`bile duct cancer`$privateGeneCount #> [1] 0 #> #> $`bile duct cancer`$publicGeneCount #> [1] 70 #> #> $`bile duct cancer`$urlId #> [1] "DOID_4606" #> #> $`bile duct cancer`$dbPhenotype #> [1] TRUE #> #> $`bile duct cancer`$`_parent` #> [1] "DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`bile duct cancer`$`_is_leaf` #> [1] FALSE #> #> $`bile duct cancer`$children #> $`bile duct cancer`$children[[1]] #> [1] "DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`bile duct cancer`$value #> [1] "bile duct cancer" #> #> #> $`bile duct carcinoma` #> $`bile duct carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4897" #> #> $`bile duct carcinoma`$`_id` #> [1] "DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct carcinoma`$privateGeneCount #> [1] 0 #> #> $`bile duct carcinoma`$publicGeneCount #> [1] 70 #> #> $`bile duct carcinoma`$urlId #> [1] "DOID_4897" #> #> $`bile duct carcinoma`$dbPhenotype #> [1] TRUE #> #> $`bile duct carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`bile duct carcinoma`$children #> $`bile duct carcinoma`$children[[1]] #> [1] "DOID_4896<DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`bile duct carcinoma`$value #> [1] "bile duct carcinoma" #> #> #> $`bile duct carcinoma` #> $`bile duct carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4897" #> #> $`bile duct carcinoma`$`_id` #> [1] "DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct carcinoma`$privateGeneCount #> [1] 0 #> #> $`bile duct carcinoma`$publicGeneCount #> [1] 70 #> #> $`bile duct carcinoma`$urlId #> [1] "DOID_4897" #> #> $`bile duct carcinoma`$dbPhenotype #> [1] TRUE #> #> $`bile duct carcinoma`$`_parent` #> [1] "DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`bile duct carcinoma`$children #> $`bile duct carcinoma`$children[[1]] #> [1] "DOID_4896<DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`bile duct carcinoma`$value #> [1] "bile duct carcinoma" #> #> #> $`bile duct carcinoma` #> $`bile duct carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4897" #> #> $`bile duct carcinoma`$`_id` #> [1] "DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct carcinoma`$privateGeneCount #> [1] 0 #> #> $`bile duct carcinoma`$publicGeneCount #> [1] 70 #> #> $`bile duct carcinoma`$urlId #> [1] "DOID_4897" #> #> $`bile duct carcinoma`$dbPhenotype #> [1] TRUE #> #> $`bile duct carcinoma`$`_parent` #> [1] "DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`bile duct carcinoma`$children #> $`bile duct carcinoma`$children[[1]] #> [1] "DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`bile duct carcinoma`$value #> [1] "bile duct carcinoma" #> #> #> $`bile duct carcinoma` #> $`bile duct carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4897" #> #> $`bile duct carcinoma`$`_id` #> [1] "DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`bile duct carcinoma`$privateGeneCount #> [1] 0 #> #> $`bile duct carcinoma`$publicGeneCount #> [1] 70 #> #> $`bile duct carcinoma`$urlId #> [1] "DOID_4897" #> #> $`bile duct carcinoma`$dbPhenotype #> [1] TRUE #> #> $`bile duct carcinoma`$`_parent` #> [1] "DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`bile duct carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`bile duct carcinoma`$children #> $`bile duct carcinoma`$children[[1]] #> [1] "DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`bile duct carcinoma`$value #> [1] "bile duct carcinoma" #> #> #> $`bile duct disease` #> $`bile duct disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4138" #> #> $`bile duct disease`$`_id` #> [1] "DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct disease`$privateGeneCount #> [1] 0 #> #> $`bile duct disease`$publicGeneCount #> [1] 144 #> #> $`bile duct disease`$urlId #> [1] "DOID_4138" #> #> $`bile duct disease`$dbPhenotype #> [1] TRUE #> #> $`bile duct disease`$`_parent` #> [1] "DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct disease`$`_is_leaf` #> [1] FALSE #> #> $`bile duct disease`$children #> $`bile duct disease`$children[[1]] #> [1] "DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct disease`$children[[2]] #> [1] "DOID_9446<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct disease`$children[[3]] #> [1] "DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct disease`$children[[4]] #> [1] "DOID_4137<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`bile duct disease`$value #> [1] "bile duct disease" #> #> #> $`biliary atresia` #> $`biliary atresia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13608" #> #> $`biliary atresia`$`_id` #> [1] "DOID_13608<DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`biliary atresia`$privateGeneCount #> [1] 0 #> #> $`biliary atresia`$publicGeneCount #> [1] 7 #> #> $`biliary atresia`$urlId #> [1] "DOID_13608" #> #> $`biliary atresia`$dbPhenotype #> [1] TRUE #> #> $`biliary atresia`$`_parent` #> [1] "DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`biliary atresia`$`_is_leaf` #> [1] TRUE #> #> $`biliary atresia`$children #> list() #> #> $`biliary atresia`$value #> [1] "biliary atresia" #> #> #> $`biliary tract benign neoplasm` #> $`biliary tract benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050625" #> #> $`biliary tract benign neoplasm`$`_id` #> [1] "DOID_0050625<DOID_3117<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`biliary tract benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`biliary tract benign neoplasm`$publicGeneCount #> [1] 8 #> #> $`biliary tract benign neoplasm`$urlId #> [1] "DOID_0050625" #> #> $`biliary tract benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`biliary tract benign neoplasm`$`_parent` #> [1] "DOID_3117<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`biliary tract benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`biliary tract benign neoplasm`$children #> $`biliary tract benign neoplasm`$children[[1]] #> [1] "DOID_4608<DOID_0050625<DOID_3117<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`biliary tract benign neoplasm`$value #> [1] "biliary tract benign neoplasm" #> #> #> $`biliary tract benign neoplasm` #> $`biliary tract benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050625" #> #> $`biliary tract benign neoplasm`$`_id` #> [1] "DOID_0050625<DOID_3117<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`biliary tract benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`biliary tract benign neoplasm`$publicGeneCount #> [1] 8 #> #> $`biliary tract benign neoplasm`$urlId #> [1] "DOID_0050625" #> #> $`biliary tract benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`biliary tract benign neoplasm`$`_parent` #> [1] "DOID_3117<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`biliary tract benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`biliary tract benign neoplasm`$children #> $`biliary tract benign neoplasm`$children[[1]] #> [1] "DOID_4608<DOID_0050625<DOID_3117<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> #> $`biliary tract benign neoplasm`$value #> [1] "biliary tract benign neoplasm" #> #> #> $`biliary tract benign neoplasm` #> $`biliary tract benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050625" #> #> $`biliary tract benign neoplasm`$`_id` #> [1] "DOID_0050625<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`biliary tract benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`biliary tract benign neoplasm`$publicGeneCount #> [1] 8 #> #> $`biliary tract benign neoplasm`$urlId #> [1] "DOID_0050625" #> #> $`biliary tract benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`biliary tract benign neoplasm`$`_parent` #> [1] "DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`biliary tract benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`biliary tract benign neoplasm`$children #> $`biliary tract benign neoplasm`$children[[1]] #> [1] "DOID_4608<DOID_0050625<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`biliary tract benign neoplasm`$value #> [1] "biliary tract benign neoplasm" #> #> #> $`biliary tract cancer` #> $`biliary tract cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4607" #> #> $`biliary tract cancer`$`_id` #> [1] "DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`biliary tract cancer`$privateGeneCount #> [1] 0 #> #> $`biliary tract cancer`$publicGeneCount #> [1] 97 #> #> $`biliary tract cancer`$urlId #> [1] "DOID_4607" #> #> $`biliary tract cancer`$dbPhenotype #> [1] TRUE #> #> $`biliary tract cancer`$`_parent` #> [1] "DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`biliary tract cancer`$`_is_leaf` #> [1] FALSE #> #> $`biliary tract cancer`$children #> $`biliary tract cancer`$children[[1]] #> [1] "DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`biliary tract cancer`$children[[2]] #> [1] "DOID_3121<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`biliary tract cancer`$value #> [1] "biliary tract cancer" #> #> #> $`biliary tract cancer` #> $`biliary tract cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4607" #> #> $`biliary tract cancer`$`_id` #> [1] "DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`biliary tract cancer`$privateGeneCount #> [1] 0 #> #> $`biliary tract cancer`$publicGeneCount #> [1] 97 #> #> $`biliary tract cancer`$urlId #> [1] "DOID_4607" #> #> $`biliary tract cancer`$dbPhenotype #> [1] TRUE #> #> $`biliary tract cancer`$`_parent` #> [1] "DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`biliary tract cancer`$`_is_leaf` #> [1] FALSE #> #> $`biliary tract cancer`$children #> $`biliary tract cancer`$children[[1]] #> [1] "DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`biliary tract cancer`$children[[2]] #> [1] "DOID_3121<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`biliary tract cancer`$value #> [1] "biliary tract cancer" #> #> #> $`biliary tract disease` #> $`biliary tract disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9741" #> #> $`biliary tract disease`$`_id` #> [1] "DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`biliary tract disease`$privateGeneCount #> [1] 0 #> #> $`biliary tract disease`$publicGeneCount #> [1] 146 #> #> $`biliary tract disease`$urlId #> [1] "DOID_9741" #> #> $`biliary tract disease`$dbPhenotype #> [1] TRUE #> #> $`biliary tract disease`$`_parent` #> [1] "DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`biliary tract disease`$`_is_leaf` #> [1] FALSE #> #> $`biliary tract disease`$children #> $`biliary tract disease`$children[[1]] #> [1] "DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`biliary tract disease`$children[[2]] #> [1] "DOID_0050625<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`biliary tract disease`$value #> [1] "biliary tract disease" #> #> #> $`bilirubin metabolic disorder` #> $`bilirubin metabolic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2741" #> #> $`bilirubin metabolic disorder`$`_id` #> [1] "DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> $`bilirubin metabolic disorder`$privateGeneCount #> [1] 0 #> #> $`bilirubin metabolic disorder`$publicGeneCount #> [1] 8 #> #> $`bilirubin metabolic disorder`$urlId #> [1] "DOID_2741" #> #> $`bilirubin metabolic disorder`$dbPhenotype #> [1] TRUE #> #> $`bilirubin metabolic disorder`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`bilirubin metabolic disorder`$`_is_leaf` #> [1] FALSE #> #> $`bilirubin metabolic disorder`$children #> $`bilirubin metabolic disorder`$children[[1]] #> [1] "DOID_3803<DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> $`bilirubin metabolic disorder`$children[[2]] #> [1] "DOID_12308<DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> $`bilirubin metabolic disorder`$children[[3]] #> [1] "DOID_2739<DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> #> $`bilirubin metabolic disorder`$value #> [1] "bilirubin metabolic disorder" #> #> #> $`Bimanual synkinesia` #> $`Bimanual synkinesia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001335" #> #> $`Bimanual synkinesia`$`_id` #> [1] "HP_0001335<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Bimanual synkinesia`$privateGeneCount #> [1] 0 #> #> $`Bimanual synkinesia`$publicGeneCount #> [1] 3 #> #> $`Bimanual synkinesia`$urlId #> [1] "HP_0001335" #> #> $`Bimanual synkinesia`$dbPhenotype #> [1] TRUE #> #> $`Bimanual synkinesia`$`_parent` #> [1] "HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Bimanual synkinesia`$`_is_leaf` #> [1] TRUE #> #> $`Bimanual synkinesia`$children #> list() #> #> $`Bimanual synkinesia`$value #> [1] "Bimanual synkinesia" #> #> #> $`biotin-responsive basal ganglia disease` #> $`biotin-responsive basal ganglia disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050659" #> #> $`biotin-responsive basal ganglia disease`$`_id` #> [1] "DOID_0050659<DOID_679<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`biotin-responsive basal ganglia disease`$privateGeneCount #> [1] 0 #> #> $`biotin-responsive basal ganglia disease`$publicGeneCount #> [1] 1 #> #> $`biotin-responsive basal ganglia disease`$urlId #> [1] "DOID_0050659" #> #> $`biotin-responsive basal ganglia disease`$dbPhenotype #> [1] TRUE #> #> $`biotin-responsive basal ganglia disease`$`_parent` #> [1] "DOID_679<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`biotin-responsive basal ganglia disease`$`_is_leaf` #> [1] TRUE #> #> $`biotin-responsive basal ganglia disease`$children #> list() #> #> $`biotin-responsive basal ganglia disease`$value #> [1] "biotin-responsive basal ganglia disease" #> #> #> $`biotinidase deficiency` #> $`biotinidase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_856" #> #> $`biotinidase deficiency`$`_id` #> [1] "DOID_856<DOID_857<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`biotinidase deficiency`$privateGeneCount #> [1] 0 #> #> $`biotinidase deficiency`$publicGeneCount #> [1] 1 #> #> $`biotinidase deficiency`$urlId #> [1] "DOID_856" #> #> $`biotinidase deficiency`$dbPhenotype #> [1] TRUE #> #> $`biotinidase deficiency`$`_parent` #> [1] "DOID_857<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`biotinidase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`biotinidase deficiency`$children #> list() #> #> $`biotinidase deficiency`$value #> [1] "biotinidase deficiency" #> #> #> $`biotinidase deficiency` #> $`biotinidase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_856" #> #> $`biotinidase deficiency`$`_id` #> [1] "DOID_856<DOID_857<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`biotinidase deficiency`$privateGeneCount #> [1] 0 #> #> $`biotinidase deficiency`$publicGeneCount #> [1] 1 #> #> $`biotinidase deficiency`$urlId #> [1] "DOID_856" #> #> $`biotinidase deficiency`$dbPhenotype #> [1] TRUE #> #> $`biotinidase deficiency`$`_parent` #> [1] "DOID_857<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`biotinidase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`biotinidase deficiency`$children #> list() #> #> $`biotinidase deficiency`$value #> [1] "biotinidase deficiency" #> #> #> $`bipolar disorder` #> $`bipolar disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3312" #> #> $`bipolar disorder`$`_id` #> [1] "DOID_3312<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`bipolar disorder`$privateGeneCount #> [1] 0 #> #> $`bipolar disorder`$publicGeneCount #> [1] 146 #> #> $`bipolar disorder`$urlId #> [1] "DOID_3312" #> #> $`bipolar disorder`$dbPhenotype #> [1] TRUE #> #> $`bipolar disorder`$`_parent` #> [1] "DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`bipolar disorder`$`_is_leaf` #> [1] TRUE #> #> $`bipolar disorder`$children #> list() #> #> $`bipolar disorder`$value #> [1] "bipolar disorder" #> #> #> $`bird fancier's lung` #> $`bird fancier's lung`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13891" #> #> $`bird fancier's lung`$`_id` #> [1] "DOID_13891<DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bird fancier's lung`$privateGeneCount #> [1] 0 #> #> $`bird fancier's lung`$publicGeneCount #> [1] 1 #> #> $`bird fancier's lung`$urlId #> [1] "DOID_13891" #> #> $`bird fancier's lung`$dbPhenotype #> [1] TRUE #> #> $`bird fancier's lung`$`_parent` #> [1] "DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bird fancier's lung`$`_is_leaf` #> [1] TRUE #> #> $`bird fancier's lung`$children #> list() #> #> $`bird fancier's lung`$value #> [1] "bird fancier's lung" #> #> #> $`bird fancier's lung` #> $`bird fancier's lung`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13891" #> #> $`bird fancier's lung`$`_id` #> [1] "DOID_13891<DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bird fancier's lung`$privateGeneCount #> [1] 0 #> #> $`bird fancier's lung`$publicGeneCount #> [1] 1 #> #> $`bird fancier's lung`$urlId #> [1] "DOID_13891" #> #> $`bird fancier's lung`$dbPhenotype #> [1] TRUE #> #> $`bird fancier's lung`$`_parent` #> [1] "DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bird fancier's lung`$`_is_leaf` #> [1] TRUE #> #> $`bird fancier's lung`$children #> list() #> #> $`bird fancier's lung`$value #> [1] "bird fancier's lung" #> #> #> $`Birk-Barel syndrome` #> $`Birk-Barel syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050675" #> #> $`Birk-Barel syndrome`$`_id` #> [1] "DOID_0050675<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Birk-Barel syndrome`$privateGeneCount #> [1] 0 #> #> $`Birk-Barel syndrome`$publicGeneCount #> [1] 1 #> #> $`Birk-Barel syndrome`$urlId #> [1] "DOID_0050675" #> #> $`Birk-Barel syndrome`$dbPhenotype #> [1] TRUE #> #> $`Birk-Barel syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Birk-Barel syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Birk-Barel syndrome`$children #> list() #> #> $`Birk-Barel syndrome`$value #> [1] "Birk-Barel syndrome" #> #> #> $`Birk-Barel syndrome` #> $`Birk-Barel syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050675" #> #> $`Birk-Barel syndrome`$`_id` #> [1] "DOID_0050675<DOID_225<DOID_4" #> #> $`Birk-Barel syndrome`$privateGeneCount #> [1] 0 #> #> $`Birk-Barel syndrome`$publicGeneCount #> [1] 1 #> #> $`Birk-Barel syndrome`$urlId #> [1] "DOID_0050675" #> #> $`Birk-Barel syndrome`$dbPhenotype #> [1] TRUE #> #> $`Birk-Barel syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Birk-Barel syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Birk-Barel syndrome`$children #> list() #> #> $`Birk-Barel syndrome`$value #> [1] "Birk-Barel syndrome" #> #> #> $`Birt-Hogg-Dube syndrome` #> $`Birt-Hogg-Dube syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050676" #> #> $`Birt-Hogg-Dube syndrome`$`_id` #> [1] "DOID_0050676<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Birt-Hogg-Dube syndrome`$privateGeneCount #> [1] 0 #> #> $`Birt-Hogg-Dube syndrome`$publicGeneCount #> [1] 1 #> #> $`Birt-Hogg-Dube syndrome`$urlId #> [1] "DOID_0050676" #> #> $`Birt-Hogg-Dube syndrome`$dbPhenotype #> [1] TRUE #> #> $`Birt-Hogg-Dube syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Birt-Hogg-Dube syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Birt-Hogg-Dube syndrome`$children #> list() #> #> $`Birt-Hogg-Dube syndrome`$value #> [1] "Birt-Hogg-Dube syndrome" #> #> #> $`Birt-Hogg-Dube syndrome` #> $`Birt-Hogg-Dube syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050676" #> #> $`Birt-Hogg-Dube syndrome`$`_id` #> [1] "DOID_0050676<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Birt-Hogg-Dube syndrome`$privateGeneCount #> [1] 0 #> #> $`Birt-Hogg-Dube syndrome`$publicGeneCount #> [1] 1 #> #> $`Birt-Hogg-Dube syndrome`$urlId #> [1] "DOID_0050676" #> #> $`Birt-Hogg-Dube syndrome`$dbPhenotype #> [1] TRUE #> #> $`Birt-Hogg-Dube syndrome`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Birt-Hogg-Dube syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Birt-Hogg-Dube syndrome`$children #> list() #> #> $`Birt-Hogg-Dube syndrome`$value #> [1] "Birt-Hogg-Dube syndrome" #> #> #> $`Bjornstad syndrome` #> $`Bjornstad syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050677" #> #> $`Bjornstad syndrome`$`_id` #> [1] "DOID_0050677<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bjornstad syndrome`$privateGeneCount #> [1] 0 #> #> $`Bjornstad syndrome`$publicGeneCount #> [1] 1 #> #> $`Bjornstad syndrome`$urlId #> [1] "DOID_0050677" #> #> $`Bjornstad syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bjornstad syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bjornstad syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bjornstad syndrome`$children #> list() #> #> $`Bjornstad syndrome`$value #> [1] "Bjornstad syndrome" #> #> #> $`Bjornstad syndrome` #> $`Bjornstad syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050677" #> #> $`Bjornstad syndrome`$`_id` #> [1] "DOID_0050677<DOID_225<DOID_4" #> #> $`Bjornstad syndrome`$privateGeneCount #> [1] 0 #> #> $`Bjornstad syndrome`$publicGeneCount #> [1] 1 #> #> $`Bjornstad syndrome`$urlId #> [1] "DOID_0050677" #> #> $`Bjornstad syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bjornstad syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Bjornstad syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bjornstad syndrome`$children #> list() #> #> $`Bjornstad syndrome`$value #> [1] "Bjornstad syndrome" #> #> #> $`bladder calculus` #> $`bladder calculus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11355" #> #> $`bladder calculus`$`_id` #> [1] "DOID_11355<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder calculus`$privateGeneCount #> [1] 0 #> #> $`bladder calculus`$publicGeneCount #> [1] 1 #> #> $`bladder calculus`$urlId #> [1] "DOID_11355" #> #> $`bladder calculus`$dbPhenotype #> [1] TRUE #> #> $`bladder calculus`$`_parent` #> [1] "DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder calculus`$`_is_leaf` #> [1] TRUE #> #> $`bladder calculus`$children #> list() #> #> $`bladder calculus`$value #> [1] "bladder calculus" #> #> #> $`bladder calculus` #> $`bladder calculus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11355" #> #> $`bladder calculus`$`_id` #> [1] "DOID_11355<DOID_9590<DOID_18<DOID_7<DOID_4" #> #> $`bladder calculus`$privateGeneCount #> [1] 0 #> #> $`bladder calculus`$publicGeneCount #> [1] 1 #> #> $`bladder calculus`$urlId #> [1] "DOID_11355" #> #> $`bladder calculus`$dbPhenotype #> [1] TRUE #> #> $`bladder calculus`$`_parent` #> [1] "DOID_9590<DOID_18<DOID_7<DOID_4" #> #> $`bladder calculus`$`_is_leaf` #> [1] TRUE #> #> $`bladder calculus`$children #> list() #> #> $`bladder calculus`$value #> [1] "bladder calculus" #> #> #> $`bladder disease` #> $`bladder disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_365" #> #> $`bladder disease`$`_id` #> [1] "DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder disease`$privateGeneCount #> [1] 0 #> #> $`bladder disease`$publicGeneCount #> [1] 268 #> #> $`bladder disease`$urlId #> [1] "DOID_365" #> #> $`bladder disease`$dbPhenotype #> [1] TRUE #> #> $`bladder disease`$`_parent` #> [1] "DOID_18<DOID_7<DOID_4" #> #> $`bladder disease`$`_is_leaf` #> [1] FALSE #> #> $`bladder disease`$children #> $`bladder disease`$children[[1]] #> [1] "DOID_11355<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder disease`$children[[2]] #> [1] "DOID_13948<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder disease`$children[[3]] #> [1] "DOID_9266<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder disease`$children[[4]] #> [1] "DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder disease`$children[[5]] #> [1] "DOID_12143<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder disease`$children[[6]] #> [1] "DOID_11054<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder disease`$children[[7]] #> [1] "DOID_1394<DOID_365<DOID_18<DOID_7<DOID_4" #> #> #> $`bladder disease`$value #> [1] "bladder disease" #> #> #> $`bladder neck obstruction` #> $`bladder neck obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13948" #> #> $`bladder neck obstruction`$`_id` #> [1] "DOID_13948<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder neck obstruction`$privateGeneCount #> [1] 0 #> #> $`bladder neck obstruction`$publicGeneCount #> [1] 2 #> #> $`bladder neck obstruction`$urlId #> [1] "DOID_13948" #> #> $`bladder neck obstruction`$dbPhenotype #> [1] TRUE #> #> $`bladder neck obstruction`$`_parent` #> [1] "DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder neck obstruction`$`_is_leaf` #> [1] TRUE #> #> $`bladder neck obstruction`$children #> list() #> #> $`bladder neck obstruction`$value #> [1] "bladder neck obstruction" #> #> #> $blastoma #> $blastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0070003" #> #> $blastoma$`_id` #> [1] "DOID_0070003<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $blastoma$privateGeneCount #> [1] 0 #> #> $blastoma$publicGeneCount #> [1] 1 #> #> $blastoma$urlId #> [1] "DOID_0070003" #> #> $blastoma$dbPhenotype #> [1] FALSE #> #> $blastoma$`_parent` #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $blastoma$`_is_leaf` #> [1] FALSE #> #> $blastoma$children #> $blastoma$children[[1]] #> [1] "DOID_4765<DOID_0070003<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $blastoma$value #> [1] "blastoma" #> #> #> $`Blau syndrome` #> $`Blau syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050678" #> #> $`Blau syndrome`$`_id` #> [1] "DOID_0050678<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Blau syndrome`$privateGeneCount #> [1] 0 #> #> $`Blau syndrome`$publicGeneCount #> [1] 1 #> #> $`Blau syndrome`$urlId #> [1] "DOID_0050678" #> #> $`Blau syndrome`$dbPhenotype #> [1] TRUE #> #> $`Blau syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Blau syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Blau syndrome`$children #> list() #> #> $`Blau syndrome`$value #> [1] "Blau syndrome" #> #> #> $`Blau syndrome` #> $`Blau syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050678" #> #> $`Blau syndrome`$`_id` #> [1] "DOID_0050678<DOID_225<DOID_4" #> #> $`Blau syndrome`$privateGeneCount #> [1] 0 #> #> $`Blau syndrome`$publicGeneCount #> [1] 1 #> #> $`Blau syndrome`$urlId #> [1] "DOID_0050678" #> #> $`Blau syndrome`$dbPhenotype #> [1] TRUE #> #> $`Blau syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Blau syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Blau syndrome`$children #> list() #> #> $`Blau syndrome`$value #> [1] "Blau syndrome" #> #> #> $blepharophimosis #> $blepharophimosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10348" #> #> $blepharophimosis$`_id` #> [1] "DOID_10348<DOID_530<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $blepharophimosis$privateGeneCount #> [1] 0 #> #> $blepharophimosis$publicGeneCount #> [1] 2 #> #> $blepharophimosis$urlId #> [1] "DOID_10348" #> #> $blepharophimosis$dbPhenotype #> [1] TRUE #> #> $blepharophimosis$`_parent` #> [1] "DOID_530<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $blepharophimosis$`_is_leaf` #> [1] TRUE #> #> $blepharophimosis$children #> list() #> #> $blepharophimosis$value #> [1] "blepharophimosis" #> #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome` #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14778" #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$`_id` #> [1] "DOID_14778<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$privateGeneCount #> [1] 0 #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$publicGeneCount #> [1] 1 #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$urlId #> [1] "DOID_14778" #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$dbPhenotype #> [1] TRUE #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$`_is_leaf` #> [1] TRUE #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$children #> list() #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$value #> [1] "blepharophimosis, ptosis, and epicanthus inversus syndrome" #> #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome` #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14778" #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$`_id` #> [1] "DOID_14778<DOID_225<DOID_4" #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$privateGeneCount #> [1] 0 #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$publicGeneCount #> [1] 1 #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$urlId #> [1] "DOID_14778" #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$dbPhenotype #> [1] TRUE #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$`_is_leaf` #> [1] TRUE #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$children #> list() #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$value #> [1] "blepharophimosis, ptosis, and epicanthus inversus syndrome" #> #> #> $`blepharophimosis-intellectual disability syndrome, SBBYS type` #> $`blepharophimosis-intellectual disability syndrome, SBBYS type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060290" #> #> $`blepharophimosis-intellectual disability syndrome, SBBYS type`$`_id` #> [1] "DOID_0060290<DOID_0060289<DOID_225<DOID_4" #> #> $`blepharophimosis-intellectual disability syndrome, SBBYS type`$privateGeneCount #> [1] 0 #> #> $`blepharophimosis-intellectual disability syndrome, SBBYS type`$publicGeneCount #> [1] 1 #> #> $`blepharophimosis-intellectual disability syndrome, SBBYS type`$urlId #> [1] "DOID_0060290" #> #> $`blepharophimosis-intellectual disability syndrome, SBBYS type`$dbPhenotype #> [1] TRUE #> #> $`blepharophimosis-intellectual disability syndrome, SBBYS type`$`_parent` #> [1] "DOID_0060289<DOID_225<DOID_4" #> #> $`blepharophimosis-intellectual disability syndrome, SBBYS type`$`_is_leaf` #> [1] TRUE #> #> $`blepharophimosis-intellectual disability syndrome, SBBYS type`$children #> list() #> #> $`blepharophimosis-intellectual disability syndrome, SBBYS type`$value #> [1] "blepharophimosis-intellectual disability syndrome, SBBYS type" #> #> #> $blepharospasm #> $blepharospasm$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_529" #> #> $blepharospasm$`_id` #> [1] "DOID_529<DOID_0050836<DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $blepharospasm$privateGeneCount #> [1] 0 #> #> $blepharospasm$publicGeneCount #> [1] 1 #> #> $blepharospasm$urlId #> [1] "DOID_529" #> #> $blepharospasm$dbPhenotype #> [1] TRUE #> #> $blepharospasm$`_parent` #> [1] "DOID_0050836<DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $blepharospasm$`_is_leaf` #> [1] TRUE #> #> $blepharospasm$children #> list() #> #> $blepharospasm$value #> [1] "blepharospasm" #> #> #> $blindness #> $blindness$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1432" #> #> $blindness$`_id` #> [1] "DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $blindness$privateGeneCount #> [1] 0 #> #> $blindness$publicGeneCount #> [1] 13 #> #> $blindness$urlId #> [1] "DOID_1432" #> #> $blindness$dbPhenotype #> [1] TRUE #> #> $blindness$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $blindness$`_is_leaf` #> [1] FALSE #> #> $blindness$children #> $blindness$children[[1]] #> [1] "DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $blindness$value #> [1] "blindness" #> #> #> $`Bloch-Sulzberger syndrome` #> $`Bloch-Sulzberger syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12305" #> #> $`Bloch-Sulzberger syndrome`$`_id` #> [1] "DOID_12305<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Bloch-Sulzberger syndrome`$privateGeneCount #> [1] 0 #> #> $`Bloch-Sulzberger syndrome`$publicGeneCount #> [1] 1 #> #> $`Bloch-Sulzberger syndrome`$urlId #> [1] "DOID_12305" #> #> $`Bloch-Sulzberger syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bloch-Sulzberger syndrome`$`_parent` #> [1] "DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Bloch-Sulzberger syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bloch-Sulzberger syndrome`$children #> list() #> #> $`Bloch-Sulzberger syndrome`$value #> [1] "Bloch-Sulzberger syndrome" #> #> #> $`blood coagulation disease` #> $`blood coagulation disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1247" #> #> $`blood coagulation disease`$`_id` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$privateGeneCount #> [1] 0 #> #> $`blood coagulation disease`$publicGeneCount #> [1] 84 #> #> $`blood coagulation disease`$urlId #> [1] "DOID_1247" #> #> $`blood coagulation disease`$dbPhenotype #> [1] TRUE #> #> $`blood coagulation disease`$`_parent` #> [1] "DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$`_is_leaf` #> [1] FALSE #> #> $`blood coagulation disease`$children #> $`blood coagulation disease`$children[[1]] #> [1] "DOID_2217<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[2]] #> [1] "DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[3]] #> [1] "DOID_2236<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[4]] #> [1] "DOID_2216<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[5]] #> [1] "DOID_2215<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[6]] #> [1] "DOID_12134<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[7]] #> [1] "DOID_2222<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[8]] #> [1] "DOID_2229<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[9]] #> [1] "DOID_2231<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[10]] #> [1] "DOID_2211<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[11]] #> [1] "DOID_12259<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[12]] #> [1] "DOID_2213<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[13]] #> [1] "DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[14]] #> [1] "DOID_12531<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> #> $`blood coagulation disease`$value #> [1] "blood coagulation disease" #> #> #> $`blood platelet disease` #> $`blood platelet disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2218" #> #> $`blood platelet disease`$`_id` #> [1] "DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood platelet disease`$privateGeneCount #> [1] 0 #> #> $`blood platelet disease`$publicGeneCount #> [1] 46 #> #> $`blood platelet disease`$urlId #> [1] "DOID_2218" #> #> $`blood platelet disease`$dbPhenotype #> [1] TRUE #> #> $`blood platelet disease`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood platelet disease`$`_is_leaf` #> [1] FALSE #> #> $`blood platelet disease`$children #> $`blood platelet disease`$children[[1]] #> [1] "DOID_2219<DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood platelet disease`$children[[2]] #> [1] "DOID_0060354<DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood platelet disease`$children[[3]] #> [1] "DOID_1588<DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood platelet disease`$children[[4]] #> [1] "DOID_2228<DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> #> $`blood platelet disease`$value #> [1] "blood platelet disease" #> #> #> $`blood protein disease` #> $`blood protein disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_620" #> #> $`blood protein disease`$`_id` #> [1] "DOID_620<DOID_74<DOID_7<DOID_4" #> #> $`blood protein disease`$privateGeneCount #> [1] 0 #> #> $`blood protein disease`$publicGeneCount #> [1] 14 #> #> $`blood protein disease`$urlId #> [1] "DOID_620" #> #> $`blood protein disease`$dbPhenotype #> [1] FALSE #> #> $`blood protein disease`$`_parent` #> [1] "DOID_74<DOID_7<DOID_4" #> #> $`blood protein disease`$`_is_leaf` #> [1] FALSE #> #> $`blood protein disease`$children #> $`blood protein disease`$children[[1]] #> [1] "DOID_2451<DOID_620<DOID_74<DOID_7<DOID_4" #> #> $`blood protein disease`$children[[2]] #> [1] "DOID_10923<DOID_620<DOID_74<DOID_7<DOID_4" #> #> #> $`blood protein disease`$value #> [1] "blood protein disease" #> #> #> $`Bloom syndrome` #> $`Bloom syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2717" #> #> $`Bloom syndrome`$`_id` #> [1] "DOID_2717<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bloom syndrome`$privateGeneCount #> [1] 0 #> #> $`Bloom syndrome`$publicGeneCount #> [1] 2 #> #> $`Bloom syndrome`$urlId #> [1] "DOID_2717" #> #> $`Bloom syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bloom syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bloom syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bloom syndrome`$children #> list() #> #> $`Bloom syndrome`$value #> [1] "Bloom syndrome" #> #> #> $`Bloom syndrome` #> $`Bloom syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2717" #> #> $`Bloom syndrome`$`_id` #> [1] "DOID_2717<DOID_225<DOID_4" #> #> $`Bloom syndrome`$privateGeneCount #> [1] 0 #> #> $`Bloom syndrome`$publicGeneCount #> [1] 2 #> #> $`Bloom syndrome`$urlId #> [1] "DOID_2717" #> #> $`Bloom syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bloom syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Bloom syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bloom syndrome`$children #> list() #> #> $`Bloom syndrome`$value #> [1] "Bloom syndrome" #> #> #> $`blue color blindness` #> $`blue color blindness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11661" #> #> $`blue color blindness`$`_id` #> [1] "DOID_11661<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`blue color blindness`$privateGeneCount #> [1] 0 #> #> $`blue color blindness`$publicGeneCount #> [1] 7 #> #> $`blue color blindness`$urlId #> [1] "DOID_11661" #> #> $`blue color blindness`$dbPhenotype #> [1] TRUE #> #> $`blue color blindness`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`blue color blindness`$`_is_leaf` #> [1] TRUE #> #> $`blue color blindness`$children #> list() #> #> $`blue color blindness`$value #> [1] "blue color blindness" #> #> #> $`blue color blindness` #> $`blue color blindness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11661" #> #> $`blue color blindness`$`_id` #> [1] "DOID_11661<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`blue color blindness`$privateGeneCount #> [1] 0 #> #> $`blue color blindness`$publicGeneCount #> [1] 7 #> #> $`blue color blindness`$urlId #> [1] "DOID_11661" #> #> $`blue color blindness`$dbPhenotype #> [1] TRUE #> #> $`blue color blindness`$`_parent` #> [1] "DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`blue color blindness`$`_is_leaf` #> [1] TRUE #> #> $`blue color blindness`$children #> list() #> #> $`blue color blindness`$value #> [1] "blue color blindness" #> #> #> $`blue cone monochromacy` #> $`blue cone monochromacy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050679" #> #> $`blue cone monochromacy`$`_id` #> [1] "DOID_0050679<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`blue cone monochromacy`$privateGeneCount #> [1] 0 #> #> $`blue cone monochromacy`$publicGeneCount #> [1] 2 #> #> $`blue cone monochromacy`$urlId #> [1] "DOID_0050679" #> #> $`blue cone monochromacy`$dbPhenotype #> [1] TRUE #> #> $`blue cone monochromacy`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`blue cone monochromacy`$`_is_leaf` #> [1] TRUE #> #> $`blue cone monochromacy`$children #> list() #> #> $`blue cone monochromacy`$value #> [1] "blue cone monochromacy" #> #> #> $`blue cone monochromacy` #> $`blue cone monochromacy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050679" #> #> $`blue cone monochromacy`$`_id` #> [1] "DOID_0050679<DOID_13911<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`blue cone monochromacy`$privateGeneCount #> [1] 0 #> #> $`blue cone monochromacy`$publicGeneCount #> [1] 2 #> #> $`blue cone monochromacy`$urlId #> [1] "DOID_0050679" #> #> $`blue cone monochromacy`$dbPhenotype #> [1] TRUE #> #> $`blue cone monochromacy`$`_parent` #> [1] "DOID_13911<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`blue cone monochromacy`$`_is_leaf` #> [1] TRUE #> #> $`blue cone monochromacy`$children #> list() #> #> $`blue cone monochromacy`$value #> [1] "blue cone monochromacy" #> #> #> $`bone benign neoplasm` #> $`bone benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060094" #> #> $`bone benign neoplasm`$`_id` #> [1] "DOID_0060094<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`bone benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`bone benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`bone benign neoplasm`$urlId #> [1] "DOID_0060094" #> #> $`bone benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`bone benign neoplasm`$`_parent` #> [1] "DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`bone benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`bone benign neoplasm`$children #> $`bone benign neoplasm`$children[[1]] #> [1] "DOID_200<DOID_0060094<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`bone benign neoplasm`$value #> [1] "bone benign neoplasm" #> #> #> $`bone benign neoplasm` #> $`bone benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060094" #> #> $`bone benign neoplasm`$`_id` #> [1] "DOID_0060094<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`bone benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`bone benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`bone benign neoplasm`$urlId #> [1] "DOID_0060094" #> #> $`bone benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`bone benign neoplasm`$`_parent` #> [1] "DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`bone benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`bone benign neoplasm`$children #> $`bone benign neoplasm`$children[[1]] #> [1] "DOID_200<DOID_0060094<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> #> $`bone benign neoplasm`$value #> [1] "bone benign neoplasm" #> #> #> $`bone benign neoplasm` #> $`bone benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060094" #> #> $`bone benign neoplasm`$`_id` #> [1] "DOID_0060094<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`bone benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`bone benign neoplasm`$urlId #> [1] "DOID_0060094" #> #> $`bone benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`bone benign neoplasm`$`_parent` #> [1] "DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`bone benign neoplasm`$children #> $`bone benign neoplasm`$children[[1]] #> [1] "DOID_200<DOID_0060094<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone benign neoplasm`$value #> [1] "bone benign neoplasm" #> #> #> $`bone benign neoplasm` #> $`bone benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060094" #> #> $`bone benign neoplasm`$`_id` #> [1] "DOID_0060094<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`bone benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`bone benign neoplasm`$urlId #> [1] "DOID_0060094" #> #> $`bone benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`bone benign neoplasm`$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`bone benign neoplasm`$children #> $`bone benign neoplasm`$children[[1]] #> [1] "DOID_200<DOID_0060094<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone benign neoplasm`$value #> [1] "bone benign neoplasm" #> #> #> $`bone cancer` #> $`bone cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_184" #> #> $`bone cancer`$`_id` #> [1] "DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$privateGeneCount #> [1] 0 #> #> $`bone cancer`$publicGeneCount #> [1] 244 #> #> $`bone cancer`$urlId #> [1] "DOID_184" #> #> $`bone cancer`$dbPhenotype #> [1] TRUE #> #> $`bone cancer`$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$`_is_leaf` #> [1] FALSE #> #> $`bone cancer`$children #> $`bone cancer`$children[[1]] #> [1] "DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[2]] #> [1] "DOID_1862<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[3]] #> [1] "DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[4]] #> [1] "DOID_3303<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[5]] #> [1] "DOID_4143<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[6]] #> [1] "DOID_1863<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone cancer`$value #> [1] "bone cancer" #> #> #> $`bone cancer` #> $`bone cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_184" #> #> $`bone cancer`$`_id` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone cancer`$privateGeneCount #> [1] 0 #> #> $`bone cancer`$publicGeneCount #> [1] 244 #> #> $`bone cancer`$urlId #> [1] "DOID_184" #> #> $`bone cancer`$dbPhenotype #> [1] TRUE #> #> $`bone cancer`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone cancer`$`_is_leaf` #> [1] FALSE #> #> $`bone cancer`$children #> $`bone cancer`$children[[1]] #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone cancer`$children[[2]] #> [1] "DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone cancer`$children[[3]] #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone cancer`$children[[4]] #> [1] "DOID_3303<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone cancer`$children[[5]] #> [1] "DOID_4143<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone cancer`$children[[6]] #> [1] "DOID_1863<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`bone cancer`$value #> [1] "bone cancer" #> #> #> $`bone cancer` #> $`bone cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_184" #> #> $`bone cancer`$`_id` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$privateGeneCount #> [1] 0 #> #> $`bone cancer`$publicGeneCount #> [1] 244 #> #> $`bone cancer`$urlId #> [1] "DOID_184" #> #> $`bone cancer`$dbPhenotype #> [1] TRUE #> #> $`bone cancer`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$`_is_leaf` #> [1] FALSE #> #> $`bone cancer`$children #> $`bone cancer`$children[[1]] #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[2]] #> [1] "DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[3]] #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[4]] #> [1] "DOID_3303<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[5]] #> [1] "DOID_4143<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[6]] #> [1] "DOID_1863<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`bone cancer`$value #> [1] "bone cancer" #> #> #> $`bone cancer` #> $`bone cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_184" #> #> $`bone cancer`$`_id` #> [1] "DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$privateGeneCount #> [1] 0 #> #> $`bone cancer`$publicGeneCount #> [1] 244 #> #> $`bone cancer`$urlId #> [1] "DOID_184" #> #> $`bone cancer`$dbPhenotype #> [1] TRUE #> #> $`bone cancer`$`_parent` #> [1] "DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$`_is_leaf` #> [1] FALSE #> #> $`bone cancer`$children #> $`bone cancer`$children[[1]] #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[2]] #> [1] "DOID_1862<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[3]] #> [1] "DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[4]] #> [1] "DOID_3303<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[5]] #> [1] "DOID_4143<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[6]] #> [1] "DOID_1863<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone cancer`$value #> [1] "bone cancer" #> #> #> $`bone deterioration disease` #> $`bone deterioration disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080007" #> #> $`bone deterioration disease`$`_id` #> [1] "DOID_0080007<DOID_0080010<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone deterioration disease`$privateGeneCount #> [1] 0 #> #> $`bone deterioration disease`$publicGeneCount #> [1] 6 #> #> $`bone deterioration disease`$urlId #> [1] "DOID_0080007" #> #> $`bone deterioration disease`$dbPhenotype #> [1] FALSE #> #> $`bone deterioration disease`$`_parent` #> [1] "DOID_0080010<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone deterioration disease`$`_is_leaf` #> [1] FALSE #> #> $`bone deterioration disease`$children #> $`bone deterioration disease`$children[[1]] #> [1] "DOID_90<DOID_0080007<DOID_0080010<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone deterioration disease`$value #> [1] "bone deterioration disease" #> #> #> $`bone development disease` #> $`bone development disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080006" #> #> $`bone development disease`$`_id` #> [1] "DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone development disease`$privateGeneCount #> [1] 0 #> #> $`bone development disease`$publicGeneCount #> [1] 140 #> #> $`bone development disease`$urlId #> [1] "DOID_0080006" #> #> $`bone development disease`$dbPhenotype #> [1] FALSE #> #> $`bone development disease`$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone development disease`$`_is_leaf` #> [1] FALSE #> #> $`bone development disease`$children #> $`bone development disease`$children[[1]] #> [1] "DOID_0050592<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone development disease`$children[[2]] #> [1] "DOID_11836<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone development disease`$children[[3]] #> [1] "DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone development disease`$children[[4]] #> [1] "DOID_0050790<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone development disease`$children[[5]] #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone development disease`$value #> [1] "bone development disease" #> #> #> $`bone disease` #> $`bone disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080001" #> #> $`bone disease`$`_id` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$privateGeneCount #> [1] 0 #> #> $`bone disease`$publicGeneCount #> [1] 995 #> #> $`bone disease`$urlId #> [1] "DOID_0080001" #> #> $`bone disease`$dbPhenotype #> [1] TRUE #> #> $`bone disease`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$`_is_leaf` #> [1] FALSE #> #> $`bone disease`$children #> $`bone disease`$children[[1]] #> [1] "DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[2]] #> [1] "DOID_0060094<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[3]] #> [1] "DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[4]] #> [1] "DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[5]] #> [1] "DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[6]] #> [1] "DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[7]] #> [1] "DOID_3265<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[8]] #> [1] "DOID_2736<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[9]] #> [1] "DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[10]] #> [1] "DOID_12662<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[11]] #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[12]] #> [1] "DOID_9146<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone disease`$value #> [1] "bone disease" #> #> #> $`bone giant cell tumor` #> $`bone giant cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4305" #> #> $`bone giant cell tumor`$`_id` #> [1] "DOID_4305<DOID_200<DOID_0060094<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`bone giant cell tumor`$privateGeneCount #> [1] 0 #> #> $`bone giant cell tumor`$publicGeneCount #> [1] 1 #> #> $`bone giant cell tumor`$urlId #> [1] "DOID_4305" #> #> $`bone giant cell tumor`$dbPhenotype #> [1] TRUE #> #> $`bone giant cell tumor`$`_parent` #> [1] "DOID_200<DOID_0060094<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`bone giant cell tumor`$`_is_leaf` #> [1] TRUE #> #> $`bone giant cell tumor`$children #> list() #> #> $`bone giant cell tumor`$value #> [1] "bone giant cell tumor" #> #> #> $`bone giant cell tumor` #> $`bone giant cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4305" #> #> $`bone giant cell tumor`$`_id` #> [1] "DOID_4305<DOID_200<DOID_0060094<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`bone giant cell tumor`$privateGeneCount #> [1] 0 #> #> $`bone giant cell tumor`$publicGeneCount #> [1] 1 #> #> $`bone giant cell tumor`$urlId #> [1] "DOID_4305" #> #> $`bone giant cell tumor`$dbPhenotype #> [1] TRUE #> #> $`bone giant cell tumor`$`_parent` #> [1] "DOID_200<DOID_0060094<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`bone giant cell tumor`$`_is_leaf` #> [1] TRUE #> #> $`bone giant cell tumor`$children #> list() #> #> $`bone giant cell tumor`$value #> [1] "bone giant cell tumor" #> #> #> $`bone giant cell tumor` #> $`bone giant cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4305" #> #> $`bone giant cell tumor`$`_id` #> [1] "DOID_4305<DOID_200<DOID_0060094<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone giant cell tumor`$privateGeneCount #> [1] 0 #> #> $`bone giant cell tumor`$publicGeneCount #> [1] 1 #> #> $`bone giant cell tumor`$urlId #> [1] "DOID_4305" #> #> $`bone giant cell tumor`$dbPhenotype #> [1] TRUE #> #> $`bone giant cell tumor`$`_parent` #> [1] "DOID_200<DOID_0060094<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone giant cell tumor`$`_is_leaf` #> [1] TRUE #> #> $`bone giant cell tumor`$children #> list() #> #> $`bone giant cell tumor`$value #> [1] "bone giant cell tumor" #> #> #> $`bone giant cell tumor` #> $`bone giant cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4305" #> #> $`bone giant cell tumor`$`_id` #> [1] "DOID_4305<DOID_200<DOID_0060094<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone giant cell tumor`$privateGeneCount #> [1] 0 #> #> $`bone giant cell tumor`$publicGeneCount #> [1] 1 #> #> $`bone giant cell tumor`$urlId #> [1] "DOID_4305" #> #> $`bone giant cell tumor`$dbPhenotype #> [1] TRUE #> #> $`bone giant cell tumor`$`_parent` #> [1] "DOID_200<DOID_0060094<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone giant cell tumor`$`_is_leaf` #> [1] TRUE #> #> $`bone giant cell tumor`$children #> list() #> #> $`bone giant cell tumor`$value #> [1] "bone giant cell tumor" #> #> #> $`bone inflammation disease` #> $`bone inflammation disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3342" #> #> $`bone inflammation disease`$`_id` #> [1] "DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone inflammation disease`$privateGeneCount #> [1] 0 #> #> $`bone inflammation disease`$publicGeneCount #> [1] 567 #> #> $`bone inflammation disease`$urlId #> [1] "DOID_3342" #> #> $`bone inflammation disease`$dbPhenotype #> [1] FALSE #> #> $`bone inflammation disease`$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone inflammation disease`$`_is_leaf` #> [1] FALSE #> #> $`bone inflammation disease`$children #> $`bone inflammation disease`$children[[1]] #> [1] "DOID_7147<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone inflammation disease`$children[[2]] #> [1] "DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone inflammation disease`$children[[3]] #> [1] "DOID_4257<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone inflammation disease`$children[[4]] #> [1] "DOID_0060322<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone inflammation disease`$value #> [1] "bone inflammation disease" #> #> #> $`bone marrow cancer` #> $`bone marrow cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4960" #> #> $`bone marrow cancer`$`_id` #> [1] "DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone marrow cancer`$privateGeneCount #> [1] 0 #> #> $`bone marrow cancer`$publicGeneCount #> [1] 87 #> #> $`bone marrow cancer`$urlId #> [1] "DOID_4960" #> #> $`bone marrow cancer`$dbPhenotype #> [1] TRUE #> #> $`bone marrow cancer`$`_parent` #> [1] "DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone marrow cancer`$`_is_leaf` #> [1] FALSE #> #> $`bone marrow cancer`$children #> $`bone marrow cancer`$children[[1]] #> [1] "DOID_0050908<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone marrow cancer`$children[[2]] #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`bone marrow cancer`$value #> [1] "bone marrow cancer" #> #> #> $`bone marrow cancer` #> $`bone marrow cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4960" #> #> $`bone marrow cancer`$`_id` #> [1] "DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`bone marrow cancer`$privateGeneCount #> [1] 0 #> #> $`bone marrow cancer`$publicGeneCount #> [1] 87 #> #> $`bone marrow cancer`$urlId #> [1] "DOID_4960" #> #> $`bone marrow cancer`$dbPhenotype #> [1] TRUE #> #> $`bone marrow cancer`$`_parent` #> [1] "DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`bone marrow cancer`$`_is_leaf` #> [1] FALSE #> #> $`bone marrow cancer`$children #> $`bone marrow cancer`$children[[1]] #> [1] "DOID_0050908<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`bone marrow cancer`$children[[2]] #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`bone marrow cancer`$value #> [1] "bone marrow cancer" #> #> #> $`bone marrow cancer` #> $`bone marrow cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4960" #> #> $`bone marrow cancer`$`_id` #> [1] "DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`bone marrow cancer`$privateGeneCount #> [1] 0 #> #> $`bone marrow cancer`$publicGeneCount #> [1] 87 #> #> $`bone marrow cancer`$urlId #> [1] "DOID_4960" #> #> $`bone marrow cancer`$dbPhenotype #> [1] TRUE #> #> $`bone marrow cancer`$`_parent` #> [1] "DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`bone marrow cancer`$`_is_leaf` #> [1] FALSE #> #> $`bone marrow cancer`$children #> $`bone marrow cancer`$children[[1]] #> [1] "DOID_0050908<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`bone marrow cancer`$children[[2]] #> [1] "DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> #> $`bone marrow cancer`$value #> [1] "bone marrow cancer" #> #> #> $`bone marrow disease` #> $`bone marrow disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4961" #> #> $`bone marrow disease`$`_id` #> [1] "DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`bone marrow disease`$privateGeneCount #> [1] 0 #> #> $`bone marrow disease`$publicGeneCount #> [1] 113 #> #> $`bone marrow disease`$urlId #> [1] "DOID_4961" #> #> $`bone marrow disease`$dbPhenotype #> [1] TRUE #> #> $`bone marrow disease`$`_parent` #> [1] "DOID_74<DOID_7<DOID_4" #> #> $`bone marrow disease`$`_is_leaf` #> [1] FALSE #> #> $`bone marrow disease`$children #> $`bone marrow disease`$children[[1]] #> [1] "DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`bone marrow disease`$children[[2]] #> [1] "DOID_8432<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> #> $`bone marrow disease`$value #> [1] "bone marrow disease" #> #> #> $`Bone marrow hypocellularity` #> $`Bone marrow hypocellularity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005528" #> #> $`Bone marrow hypocellularity`$`_id` #> [1] "HP_0005528<HP_0012145<HP_0005561<HP_0001871<HP_0000118<HP_0000001" #> #> $`Bone marrow hypocellularity`$privateGeneCount #> [1] 0 #> #> $`Bone marrow hypocellularity`$publicGeneCount #> [1] 1 #> #> $`Bone marrow hypocellularity`$urlId #> [1] "HP_0005528" #> #> $`Bone marrow hypocellularity`$dbPhenotype #> [1] TRUE #> #> $`Bone marrow hypocellularity`$`_parent` #> [1] "HP_0012145<HP_0005561<HP_0001871<HP_0000118<HP_0000001" #> #> $`Bone marrow hypocellularity`$`_is_leaf` #> [1] TRUE #> #> $`Bone marrow hypocellularity`$children #> list() #> #> $`Bone marrow hypocellularity`$value #> [1] "Bone marrow hypocellularity" #> #> #> $`bone remodeling disease` #> $`bone remodeling disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080005" #> #> $`bone remodeling disease`$`_id` #> [1] "DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone remodeling disease`$privateGeneCount #> [1] 0 #> #> $`bone remodeling disease`$publicGeneCount #> [1] 127 #> #> $`bone remodeling disease`$urlId #> [1] "DOID_0080005" #> #> $`bone remodeling disease`$dbPhenotype #> [1] FALSE #> #> $`bone remodeling disease`$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone remodeling disease`$`_is_leaf` #> [1] FALSE #> #> $`bone remodeling disease`$children #> $`bone remodeling disease`$children[[1]] #> [1] "DOID_0080011<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone remodeling disease`$children[[2]] #> [1] "DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone remodeling disease`$children[[3]] #> [1] "DOID_10573<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone remodeling disease`$children[[4]] #> [1] "DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone remodeling disease`$children[[5]] #> [1] "DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone remodeling disease`$value #> [1] "bone remodeling disease" #> #> #> $`bone resorption disease` #> $`bone resorption disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080011" #> #> $`bone resorption disease`$`_id` #> [1] "DOID_0080011<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone resorption disease`$privateGeneCount #> [1] 0 #> #> $`bone resorption disease`$publicGeneCount #> [1] 85 #> #> $`bone resorption disease`$urlId #> [1] "DOID_0080011" #> #> $`bone resorption disease`$dbPhenotype #> [1] FALSE #> #> $`bone resorption disease`$`_parent` #> [1] "DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone resorption disease`$`_is_leaf` #> [1] FALSE #> #> $`bone resorption disease`$children #> $`bone resorption disease`$children[[1]] #> [1] "DOID_11476<DOID_0080011<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone resorption disease`$value #> [1] "bone resorption disease" #> #> #> $`bone sarcoma` #> $`bone sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080639" #> #> $`bone sarcoma`$`_id` #> [1] "DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bone sarcoma`$privateGeneCount #> [1] 0 #> #> $`bone sarcoma`$publicGeneCount #> [1] 58 #> #> $`bone sarcoma`$urlId #> [1] "DOID_0080639" #> #> $`bone sarcoma`$dbPhenotype #> [1] FALSE #> #> $`bone sarcoma`$`_parent` #> [1] "DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bone sarcoma`$`_is_leaf` #> [1] FALSE #> #> $`bone sarcoma`$children #> $`bone sarcoma`$children[[1]] #> [1] "DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bone sarcoma`$children[[2]] #> [1] "DOID_3369<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bone sarcoma`$children[[3]] #> [1] "DOID_3347<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`bone sarcoma`$value #> [1] "bone sarcoma" #> #> #> $`bone sarcoma` #> $`bone sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080639" #> #> $`bone sarcoma`$`_id` #> [1] "DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$privateGeneCount #> [1] 0 #> #> $`bone sarcoma`$publicGeneCount #> [1] 58 #> #> $`bone sarcoma`$urlId #> [1] "DOID_0080639" #> #> $`bone sarcoma`$dbPhenotype #> [1] FALSE #> #> $`bone sarcoma`$`_parent` #> [1] "DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$`_is_leaf` #> [1] FALSE #> #> $`bone sarcoma`$children #> $`bone sarcoma`$children[[1]] #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$children[[2]] #> [1] "DOID_3369<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$children[[3]] #> [1] "DOID_3347<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone sarcoma`$value #> [1] "bone sarcoma" #> #> #> $`bone sarcoma` #> $`bone sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080639" #> #> $`bone sarcoma`$`_id` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone sarcoma`$privateGeneCount #> [1] 0 #> #> $`bone sarcoma`$publicGeneCount #> [1] 58 #> #> $`bone sarcoma`$urlId #> [1] "DOID_0080639" #> #> $`bone sarcoma`$dbPhenotype #> [1] FALSE #> #> $`bone sarcoma`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone sarcoma`$`_is_leaf` #> [1] FALSE #> #> $`bone sarcoma`$children #> $`bone sarcoma`$children[[1]] #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone sarcoma`$children[[2]] #> [1] "DOID_3369<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone sarcoma`$children[[3]] #> [1] "DOID_3347<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`bone sarcoma`$value #> [1] "bone sarcoma" #> #> #> $`bone sarcoma` #> $`bone sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080639" #> #> $`bone sarcoma`$`_id` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$privateGeneCount #> [1] 0 #> #> $`bone sarcoma`$publicGeneCount #> [1] 58 #> #> $`bone sarcoma`$urlId #> [1] "DOID_0080639" #> #> $`bone sarcoma`$dbPhenotype #> [1] FALSE #> #> $`bone sarcoma`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$`_is_leaf` #> [1] FALSE #> #> $`bone sarcoma`$children #> $`bone sarcoma`$children[[1]] #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$children[[2]] #> [1] "DOID_3369<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$children[[3]] #> [1] "DOID_3347<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`bone sarcoma`$value #> [1] "bone sarcoma" #> #> #> $`bone sarcoma` #> $`bone sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080639" #> #> $`bone sarcoma`$`_id` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$privateGeneCount #> [1] 0 #> #> $`bone sarcoma`$publicGeneCount #> [1] 58 #> #> $`bone sarcoma`$urlId #> [1] "DOID_0080639" #> #> $`bone sarcoma`$dbPhenotype #> [1] FALSE #> #> $`bone sarcoma`$`_parent` #> [1] "DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$`_is_leaf` #> [1] FALSE #> #> $`bone sarcoma`$children #> $`bone sarcoma`$children[[1]] #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$children[[2]] #> [1] "DOID_3369<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$children[[3]] #> [1] "DOID_3347<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone sarcoma`$value #> [1] "bone sarcoma" #> #> #> $`bone structure disease` #> $`bone structure disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080010" #> #> $`bone structure disease`$`_id` #> [1] "DOID_0080010<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone structure disease`$privateGeneCount #> [1] 0 #> #> $`bone structure disease`$publicGeneCount #> [1] 6 #> #> $`bone structure disease`$urlId #> [1] "DOID_0080010" #> #> $`bone structure disease`$dbPhenotype #> [1] FALSE #> #> $`bone structure disease`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone structure disease`$`_is_leaf` #> [1] FALSE #> #> $`bone structure disease`$children #> $`bone structure disease`$children[[1]] #> [1] "DOID_0080007<DOID_0080010<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone structure disease`$value #> [1] "bone structure disease" #> #> #> $`Boomerang dysplasia` #> $`Boomerang dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050680" #> #> $`Boomerang dysplasia`$`_id` #> [1] "DOID_0050680<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Boomerang dysplasia`$privateGeneCount #> [1] 0 #> #> $`Boomerang dysplasia`$publicGeneCount #> [1] 1 #> #> $`Boomerang dysplasia`$urlId #> [1] "DOID_0050680" #> #> $`Boomerang dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Boomerang dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Boomerang dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Boomerang dysplasia`$children #> list() #> #> $`Boomerang dysplasia`$value #> [1] "Boomerang dysplasia" #> #> #> $`borderline personality disorder` #> $`borderline personality disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10930" #> #> $`borderline personality disorder`$`_id` #> [1] "DOID_10930<DOID_1510<DOID_150<DOID_4" #> #> $`borderline personality disorder`$privateGeneCount #> [1] 0 #> #> $`borderline personality disorder`$publicGeneCount #> [1] 1 #> #> $`borderline personality disorder`$urlId #> [1] "DOID_10930" #> #> $`borderline personality disorder`$dbPhenotype #> [1] TRUE #> #> $`borderline personality disorder`$`_parent` #> [1] "DOID_1510<DOID_150<DOID_4" #> #> $`borderline personality disorder`$`_is_leaf` #> [1] TRUE #> #> $`borderline personality disorder`$children #> list() #> #> $`borderline personality disorder`$value #> [1] "borderline personality disorder" #> #> #> $`Borjeson-Forssman-Lehmann syndrome` #> $`Borjeson-Forssman-Lehmann syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050681" #> #> $`Borjeson-Forssman-Lehmann syndrome`$`_id` #> [1] "DOID_0050681<DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Borjeson-Forssman-Lehmann syndrome`$privateGeneCount #> [1] 0 #> #> $`Borjeson-Forssman-Lehmann syndrome`$publicGeneCount #> [1] 1 #> #> $`Borjeson-Forssman-Lehmann syndrome`$urlId #> [1] "DOID_0050681" #> #> $`Borjeson-Forssman-Lehmann syndrome`$dbPhenotype #> [1] TRUE #> #> $`Borjeson-Forssman-Lehmann syndrome`$`_parent` #> [1] "DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Borjeson-Forssman-Lehmann syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Borjeson-Forssman-Lehmann syndrome`$children #> list() #> #> $`Borjeson-Forssman-Lehmann syndrome`$value #> [1] "Borjeson-Forssman-Lehmann syndrome" #> #> #> $`Borjeson-Forssman-Lehmann syndrome` #> $`Borjeson-Forssman-Lehmann syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050681" #> #> $`Borjeson-Forssman-Lehmann syndrome`$`_id` #> [1] "DOID_0050681<DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Borjeson-Forssman-Lehmann syndrome`$privateGeneCount #> [1] 0 #> #> $`Borjeson-Forssman-Lehmann syndrome`$publicGeneCount #> [1] 1 #> #> $`Borjeson-Forssman-Lehmann syndrome`$urlId #> [1] "DOID_0050681" #> #> $`Borjeson-Forssman-Lehmann syndrome`$dbPhenotype #> [1] TRUE #> #> $`Borjeson-Forssman-Lehmann syndrome`$`_parent` #> [1] "DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Borjeson-Forssman-Lehmann syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Borjeson-Forssman-Lehmann syndrome`$children #> list() #> #> $`Borjeson-Forssman-Lehmann syndrome`$value #> [1] "Borjeson-Forssman-Lehmann syndrome" #> #> #> $`Borjeson-Forssman-Lehmann syndrome` #> $`Borjeson-Forssman-Lehmann syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050681" #> #> $`Borjeson-Forssman-Lehmann syndrome`$`_id` #> [1] "DOID_0050681<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Borjeson-Forssman-Lehmann syndrome`$privateGeneCount #> [1] 0 #> #> $`Borjeson-Forssman-Lehmann syndrome`$publicGeneCount #> [1] 1 #> #> $`Borjeson-Forssman-Lehmann syndrome`$urlId #> [1] "DOID_0050681" #> #> $`Borjeson-Forssman-Lehmann syndrome`$dbPhenotype #> [1] TRUE #> #> $`Borjeson-Forssman-Lehmann syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Borjeson-Forssman-Lehmann syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Borjeson-Forssman-Lehmann syndrome`$children #> list() #> #> $`Borjeson-Forssman-Lehmann syndrome`$value #> [1] "Borjeson-Forssman-Lehmann syndrome" #> #> #> $`Bothnia retinal dystrophy` #> $`Bothnia retinal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050683" #> #> $`Bothnia retinal dystrophy`$`_id` #> [1] "DOID_0050683<DOID_8501<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Bothnia retinal dystrophy`$privateGeneCount #> [1] 0 #> #> $`Bothnia retinal dystrophy`$publicGeneCount #> [1] 1 #> #> $`Bothnia retinal dystrophy`$urlId #> [1] "DOID_0050683" #> #> $`Bothnia retinal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Bothnia retinal dystrophy`$`_parent` #> [1] "DOID_8501<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Bothnia retinal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Bothnia retinal dystrophy`$children #> list() #> #> $`Bothnia retinal dystrophy`$value #> [1] "Bothnia retinal dystrophy" #> #> #> $`bowel dysfunction` #> $`bowel dysfunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9779" #> #> $`bowel dysfunction`$`_id` #> [1] "DOID_9779<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`bowel dysfunction`$privateGeneCount #> [1] 0 #> #> $`bowel dysfunction`$publicGeneCount #> [1] 6 #> #> $`bowel dysfunction`$urlId #> [1] "DOID_9779" #> #> $`bowel dysfunction`$dbPhenotype #> [1] FALSE #> #> $`bowel dysfunction`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`bowel dysfunction`$`_is_leaf` #> [1] FALSE #> #> $`bowel dysfunction`$children #> $`bowel dysfunction`$children[[1]] #> [1] "DOID_2089<DOID_9779<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`bowel dysfunction`$value #> [1] "bowel dysfunction" #> #> #> $`Bowen-Conradi syndrome` #> $`Bowen-Conradi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050684" #> #> $`Bowen-Conradi syndrome`$`_id` #> [1] "DOID_0050684<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bowen-Conradi syndrome`$privateGeneCount #> [1] 0 #> #> $`Bowen-Conradi syndrome`$publicGeneCount #> [1] 1 #> #> $`Bowen-Conradi syndrome`$urlId #> [1] "DOID_0050684" #> #> $`Bowen-Conradi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bowen-Conradi syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bowen-Conradi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bowen-Conradi syndrome`$children #> list() #> #> $`Bowen-Conradi syndrome`$value #> [1] "Bowen-Conradi syndrome" #> #> #> $`Bowen-Conradi syndrome` #> $`Bowen-Conradi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050684" #> #> $`Bowen-Conradi syndrome`$`_id` #> [1] "DOID_0050684<DOID_225<DOID_4" #> #> $`Bowen-Conradi syndrome`$privateGeneCount #> [1] 0 #> #> $`Bowen-Conradi syndrome`$publicGeneCount #> [1] 1 #> #> $`Bowen-Conradi syndrome`$urlId #> [1] "DOID_0050684" #> #> $`Bowen-Conradi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bowen-Conradi syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Bowen-Conradi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bowen-Conradi syndrome`$children #> list() #> #> $`Bowen-Conradi syndrome`$value #> [1] "Bowen-Conradi syndrome" #> #> #> $`Bowing of the legs` #> $`Bowing of the legs`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002979" #> #> $`Bowing of the legs`$`_id` #> [1] "HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Bowing of the legs`$privateGeneCount #> [1] 0 #> #> $`Bowing of the legs`$publicGeneCount #> [1] 1 #> #> $`Bowing of the legs`$urlId #> [1] "HP_0002979" #> #> $`Bowing of the legs`$dbPhenotype #> [1] FALSE #> #> $`Bowing of the legs`$`_parent` #> [1] "HP_0006487<HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Bowing of the legs`$`_is_leaf` #> [1] FALSE #> #> $`Bowing of the legs`$children #> $`Bowing of the legs`$children[[1]] #> [1] "HP_0002857<HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Bowing of the legs`$value #> [1] "Bowing of the legs" #> #> #> $`Bowing of the legs` #> $`Bowing of the legs`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002979" #> #> $`Bowing of the legs`$`_id` #> [1] "HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Bowing of the legs`$privateGeneCount #> [1] 0 #> #> $`Bowing of the legs`$publicGeneCount #> [1] 1 #> #> $`Bowing of the legs`$urlId #> [1] "HP_0002979" #> #> $`Bowing of the legs`$dbPhenotype #> [1] FALSE #> #> $`Bowing of the legs`$`_parent` #> [1] "HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Bowing of the legs`$`_is_leaf` #> [1] FALSE #> #> $`Bowing of the legs`$children #> $`Bowing of the legs`$children[[1]] #> [1] "HP_0002857<HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Bowing of the legs`$value #> [1] "Bowing of the legs" #> #> #> $`Bowing of the legs` #> $`Bowing of the legs`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002979" #> #> $`Bowing of the legs`$`_id` #> [1] "HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Bowing of the legs`$privateGeneCount #> [1] 0 #> #> $`Bowing of the legs`$publicGeneCount #> [1] 1 #> #> $`Bowing of the legs`$urlId #> [1] "HP_0002979" #> #> $`Bowing of the legs`$dbPhenotype #> [1] FALSE #> #> $`Bowing of the legs`$`_parent` #> [1] "HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Bowing of the legs`$`_is_leaf` #> [1] FALSE #> #> $`Bowing of the legs`$children #> $`Bowing of the legs`$children[[1]] #> [1] "HP_0002857<HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Bowing of the legs`$value #> [1] "Bowing of the legs" #> #> #> $`Bowing of the long bones` #> $`Bowing of the long bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006487" #> #> $`Bowing of the long bones`$`_id` #> [1] "HP_0006487<HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Bowing of the long bones`$privateGeneCount #> [1] 0 #> #> $`Bowing of the long bones`$publicGeneCount #> [1] 1 #> #> $`Bowing of the long bones`$urlId #> [1] "HP_0006487" #> #> $`Bowing of the long bones`$dbPhenotype #> [1] FALSE #> #> $`Bowing of the long bones`$`_parent` #> [1] "HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Bowing of the long bones`$`_is_leaf` #> [1] FALSE #> #> $`Bowing of the long bones`$children #> $`Bowing of the long bones`$children[[1]] #> [1] "HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Bowing of the long bones`$value #> [1] "Bowing of the long bones" #> #> #> $`Bowing of the long bones` #> $`Bowing of the long bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006487" #> #> $`Bowing of the long bones`$`_id` #> [1] "HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Bowing of the long bones`$privateGeneCount #> [1] 0 #> #> $`Bowing of the long bones`$publicGeneCount #> [1] 1 #> #> $`Bowing of the long bones`$urlId #> [1] "HP_0006487" #> #> $`Bowing of the long bones`$dbPhenotype #> [1] FALSE #> #> $`Bowing of the long bones`$`_parent` #> [1] "HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Bowing of the long bones`$`_is_leaf` #> [1] FALSE #> #> $`Bowing of the long bones`$children #> $`Bowing of the long bones`$children[[1]] #> [1] "HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Bowing of the long bones`$value #> [1] "Bowing of the long bones" #> #> #> $`Bowing of the long bones` #> $`Bowing of the long bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006487" #> #> $`Bowing of the long bones`$`_id` #> [1] "HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Bowing of the long bones`$privateGeneCount #> [1] 0 #> #> $`Bowing of the long bones`$publicGeneCount #> [1] 1 #> #> $`Bowing of the long bones`$urlId #> [1] "HP_0006487" #> #> $`Bowing of the long bones`$dbPhenotype #> [1] FALSE #> #> $`Bowing of the long bones`$`_parent` #> [1] "HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Bowing of the long bones`$`_is_leaf` #> [1] FALSE #> #> $`Bowing of the long bones`$children #> $`Bowing of the long bones`$children[[1]] #> [1] "HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Bowing of the long bones`$value #> [1] "Bowing of the long bones" #> #> #> $`brachial plexus neuritis` #> $`brachial plexus neuritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3689" #> #> $`brachial plexus neuritis`$`_id` #> [1] "DOID_3689<DOID_1803<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`brachial plexus neuritis`$privateGeneCount #> [1] 0 #> #> $`brachial plexus neuritis`$publicGeneCount #> [1] 1 #> #> $`brachial plexus neuritis`$urlId #> [1] "DOID_3689" #> #> $`brachial plexus neuritis`$dbPhenotype #> [1] TRUE #> #> $`brachial plexus neuritis`$`_parent` #> [1] "DOID_1803<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`brachial plexus neuritis`$`_is_leaf` #> [1] TRUE #> #> $`brachial plexus neuritis`$children #> list() #> #> $`brachial plexus neuritis`$value #> [1] "brachial plexus neuritis" #> #> #> $`brachial plexus neuritis` #> $`brachial plexus neuritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3689" #> #> $`brachial plexus neuritis`$`_id` #> [1] "DOID_3689<DOID_3690<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`brachial plexus neuritis`$privateGeneCount #> [1] 0 #> #> $`brachial plexus neuritis`$publicGeneCount #> [1] 1 #> #> $`brachial plexus neuritis`$urlId #> [1] "DOID_3689" #> #> $`brachial plexus neuritis`$dbPhenotype #> [1] TRUE #> #> $`brachial plexus neuritis`$`_parent` #> [1] "DOID_3690<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`brachial plexus neuritis`$`_is_leaf` #> [1] TRUE #> #> $`brachial plexus neuritis`$children #> list() #> #> $`brachial plexus neuritis`$value #> [1] "brachial plexus neuritis" #> #> #> $`brachial plexus neuropathy` #> $`brachial plexus neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3690" #> #> $`brachial plexus neuropathy`$`_id` #> [1] "DOID_3690<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`brachial plexus neuropathy`$privateGeneCount #> [1] 0 #> #> $`brachial plexus neuropathy`$publicGeneCount #> [1] 1 #> #> $`brachial plexus neuropathy`$urlId #> [1] "DOID_3690" #> #> $`brachial plexus neuropathy`$dbPhenotype #> [1] FALSE #> #> $`brachial plexus neuropathy`$`_parent` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`brachial plexus neuropathy`$`_is_leaf` #> [1] FALSE #> #> $`brachial plexus neuropathy`$children #> $`brachial plexus neuropathy`$children[[1]] #> [1] "DOID_10383<DOID_3690<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`brachial plexus neuropathy`$children[[2]] #> [1] "DOID_3689<DOID_3690<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`brachial plexus neuropathy`$value #> [1] "brachial plexus neuropathy" #> #> #> $brachydactyly #> $brachydactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050581" #> #> $brachydactyly$`_id` #> [1] "DOID_0050581<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $brachydactyly$privateGeneCount #> [1] 0 #> #> $brachydactyly$publicGeneCount #> [1] 11 #> #> $brachydactyly$urlId #> [1] "DOID_0050581" #> #> $brachydactyly$dbPhenotype #> [1] TRUE #> #> $brachydactyly$`_parent` #> [1] "DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $brachydactyly$`_is_leaf` #> [1] TRUE #> #> $brachydactyly$children #> list() #> #> $brachydactyly$value #> [1] "brachydactyly" #> #> #> $Brachydactyly #> $Brachydactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001156" #> #> $Brachydactyly$`_id` #> [1] "HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Brachydactyly$privateGeneCount #> [1] 0 #> #> $Brachydactyly$publicGeneCount #> [1] 1 #> #> $Brachydactyly$urlId #> [1] "HP_0001156" #> #> $Brachydactyly$dbPhenotype #> [1] FALSE #> #> $Brachydactyly$`_parent` #> [1] "HP_0011927<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Brachydactyly$`_is_leaf` #> [1] FALSE #> #> $Brachydactyly$children #> $Brachydactyly$children[[1]] #> [1] "HP_0005627<HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $Brachydactyly$value #> [1] "Brachydactyly" #> #> #> $Brachydactyly #> $Brachydactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001156" #> #> $Brachydactyly$`_id` #> [1] "HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $Brachydactyly$privateGeneCount #> [1] 0 #> #> $Brachydactyly$publicGeneCount #> [1] 1 #> #> $Brachydactyly$urlId #> [1] "HP_0001156" #> #> $Brachydactyly$dbPhenotype #> [1] FALSE #> #> $Brachydactyly$`_parent` #> [1] "HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $Brachydactyly$`_is_leaf` #> [1] FALSE #> #> $Brachydactyly$children #> $Brachydactyly$children[[1]] #> [1] "HP_0005627<HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $Brachydactyly$value #> [1] "Brachydactyly" #> #> #> $Brachydactyly #> $Brachydactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001156" #> #> $Brachydactyly$`_id` #> [1] "HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $Brachydactyly$privateGeneCount #> [1] 0 #> #> $Brachydactyly$publicGeneCount #> [1] 1 #> #> $Brachydactyly$urlId #> [1] "HP_0001156" #> #> $Brachydactyly$dbPhenotype #> [1] FALSE #> #> $Brachydactyly$`_parent` #> [1] "HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $Brachydactyly$`_is_leaf` #> [1] FALSE #> #> $Brachydactyly$children #> $Brachydactyly$children[[1]] #> [1] "HP_0005627<HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $Brachydactyly$value #> [1] "Brachydactyly" #> #> #> $`brachydactyly-syndactyly syndrome` #> $`brachydactyly-syndactyly syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050689" #> #> $`brachydactyly-syndactyly syndrome`$`_id` #> [1] "DOID_0050689<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`brachydactyly-syndactyly syndrome`$privateGeneCount #> [1] 0 #> #> $`brachydactyly-syndactyly syndrome`$publicGeneCount #> [1] 1 #> #> $`brachydactyly-syndactyly syndrome`$urlId #> [1] "DOID_0050689" #> #> $`brachydactyly-syndactyly syndrome`$dbPhenotype #> [1] TRUE #> #> $`brachydactyly-syndactyly syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`brachydactyly-syndactyly syndrome`$`_is_leaf` #> [1] TRUE #> #> $`brachydactyly-syndactyly syndrome`$children #> list() #> #> $`brachydactyly-syndactyly syndrome`$value #> [1] "brachydactyly-syndactyly syndrome" #> #> #> $`brachydactyly-syndactyly syndrome` #> $`brachydactyly-syndactyly syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050689" #> #> $`brachydactyly-syndactyly syndrome`$`_id` #> [1] "DOID_0050689<DOID_225<DOID_4" #> #> $`brachydactyly-syndactyly syndrome`$privateGeneCount #> [1] 0 #> #> $`brachydactyly-syndactyly syndrome`$publicGeneCount #> [1] 1 #> #> $`brachydactyly-syndactyly syndrome`$urlId #> [1] "DOID_0050689" #> #> $`brachydactyly-syndactyly syndrome`$dbPhenotype #> [1] TRUE #> #> $`brachydactyly-syndactyly syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`brachydactyly-syndactyly syndrome`$`_is_leaf` #> [1] TRUE #> #> $`brachydactyly-syndactyly syndrome`$children #> list() #> #> $`brachydactyly-syndactyly syndrome`$value #> [1] "brachydactyly-syndactyly syndrome" #> #> #> $brachyolmia #> $brachyolmia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050690" #> #> $brachyolmia$`_id` #> [1] "DOID_0050690<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $brachyolmia$privateGeneCount #> [1] 0 #> #> $brachyolmia$publicGeneCount #> [1] 1 #> #> $brachyolmia$urlId #> [1] "DOID_0050690" #> #> $brachyolmia$dbPhenotype #> [1] TRUE #> #> $brachyolmia$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $brachyolmia$`_is_leaf` #> [1] TRUE #> #> $brachyolmia$children #> list() #> #> $brachyolmia$value #> [1] "brachyolmia" #> #> #> $Bradycardia #> $Bradycardia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001662" #> #> $Bradycardia$`_id` #> [1] "HP_0001662<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Bradycardia$privateGeneCount #> [1] 0 #> #> $Bradycardia$publicGeneCount #> [1] 24 #> #> $Bradycardia$urlId #> [1] "HP_0001662" #> #> $Bradycardia$dbPhenotype #> [1] TRUE #> #> $Bradycardia$`_parent` #> [1] "HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Bradycardia$`_is_leaf` #> [1] TRUE #> #> $Bradycardia$children #> list() #> #> $Bradycardia$value #> [1] "Bradycardia" #> #> #> $bradyopsia #> $bradyopsia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050335" #> #> $bradyopsia$`_id` #> [1] "DOID_0050335<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $bradyopsia$privateGeneCount #> [1] 0 #> #> $bradyopsia$publicGeneCount #> [1] 2 #> #> $bradyopsia$urlId #> [1] "DOID_0050335" #> #> $bradyopsia$dbPhenotype #> [1] TRUE #> #> $bradyopsia$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $bradyopsia$`_is_leaf` #> [1] TRUE #> #> $bradyopsia$children #> list() #> #> $bradyopsia$value #> [1] "bradyopsia" #> #> #> $`brain cancer` #> $`brain cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1319" #> #> $`brain cancer`$`_id` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`brain cancer`$privateGeneCount #> [1] 0 #> #> $`brain cancer`$publicGeneCount #> [1] 250 #> #> $`brain cancer`$urlId #> [1] "DOID_1319" #> #> $`brain cancer`$dbPhenotype #> [1] TRUE #> #> $`brain cancer`$`_parent` #> [1] "DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`brain cancer`$`_is_leaf` #> [1] FALSE #> #> $`brain cancer`$children #> $`brain cancer`$children[[1]] #> [1] "DOID_2129<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`brain cancer`$children[[2]] #> [1] "DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`brain cancer`$children[[3]] #> [1] "DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`brain cancer`$children[[4]] #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`brain cancer`$children[[5]] #> [1] "DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`brain cancer`$value #> [1] "brain cancer" #> #> #> $`brain cancer` #> $`brain cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1319" #> #> $`brain cancer`$`_id` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$privateGeneCount #> [1] 0 #> #> $`brain cancer`$publicGeneCount #> [1] 250 #> #> $`brain cancer`$urlId #> [1] "DOID_1319" #> #> $`brain cancer`$dbPhenotype #> [1] TRUE #> #> $`brain cancer`$`_parent` #> [1] "DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$`_is_leaf` #> [1] FALSE #> #> $`brain cancer`$children #> $`brain cancer`$children[[1]] #> [1] "DOID_2129<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[2]] #> [1] "DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[3]] #> [1] "DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[4]] #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[5]] #> [1] "DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`brain cancer`$value #> [1] "brain cancer" #> #> #> $`brain cancer` #> $`brain cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1319" #> #> $`brain cancer`$`_id` #> [1] "DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$privateGeneCount #> [1] 0 #> #> $`brain cancer`$publicGeneCount #> [1] 250 #> #> $`brain cancer`$urlId #> [1] "DOID_1319" #> #> $`brain cancer`$dbPhenotype #> [1] TRUE #> #> $`brain cancer`$`_parent` #> [1] "DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$`_is_leaf` #> [1] FALSE #> #> $`brain cancer`$children #> $`brain cancer`$children[[1]] #> [1] "DOID_2129<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[2]] #> [1] "DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[3]] #> [1] "DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[4]] #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[5]] #> [1] "DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`brain cancer`$value #> [1] "brain cancer" #> #> #> $`brain cancer` #> $`brain cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1319" #> #> $`brain cancer`$`_id` #> [1] "DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$privateGeneCount #> [1] 0 #> #> $`brain cancer`$publicGeneCount #> [1] 250 #> #> $`brain cancer`$urlId #> [1] "DOID_1319" #> #> $`brain cancer`$dbPhenotype #> [1] TRUE #> #> $`brain cancer`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$`_is_leaf` #> [1] FALSE #> #> $`brain cancer`$children #> $`brain cancer`$children[[1]] #> [1] "DOID_2129<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[2]] #> [1] "DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[3]] #> [1] "DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[4]] #> [1] "DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[5]] #> [1] "DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`brain cancer`$value #> [1] "brain cancer" #> #> #> $`brain disease` #> $`brain disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_936" #> #> $`brain disease`$`_id` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$privateGeneCount #> [1] 0 #> #> $`brain disease`$publicGeneCount #> [1] 1105 #> #> $`brain disease`$urlId #> [1] "DOID_936" #> #> $`brain disease`$dbPhenotype #> [1] TRUE #> #> $`brain disease`$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$`_is_leaf` #> [1] FALSE #> #> $`brain disease`$children #> $`brain disease`$children[[1]] #> [1] "DOID_0050682<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[2]] #> [1] "DOID_679<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[3]] #> [1] "DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[4]] #> [1] "DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[5]] #> [1] "DOID_4724<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[6]] #> [1] "DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[7]] #> [1] "DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[8]] #> [1] "DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[9]] #> [1] "DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[10]] #> [1] "DOID_9588<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[11]] #> [1] "DOID_2034<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[12]] #> [1] "DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[13]] #> [1] "DOID_9255<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[14]] #> [1] "DOID_13413<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[15]] #> [1] "DOID_0060177<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[16]] #> [1] "DOID_9428<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[17]] #> [1] "DOID_0050777<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[18]] #> [1] "DOID_2382<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[19]] #> [1] "DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[20]] #> [1] "DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[21]] #> [1] "DOID_0060263<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[22]] #> [1] "DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[23]] #> [1] "DOID_2384<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[24]] #> [1] "DOID_2365<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`brain disease`$value #> [1] "brain disease" #> #> #> $`brain edema` #> $`brain edema`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4724" #> #> $`brain edema`$`_id` #> [1] "DOID_4724<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain edema`$privateGeneCount #> [1] 0 #> #> $`brain edema`$publicGeneCount #> [1] 9 #> #> $`brain edema`$urlId #> [1] "DOID_4724" #> #> $`brain edema`$dbPhenotype #> [1] TRUE #> #> $`brain edema`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain edema`$`_is_leaf` #> [1] TRUE #> #> $`brain edema`$children #> list() #> #> $`brain edema`$value #> [1] "brain edema" #> #> #> $`brain infarction` #> $`brain infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3454" #> #> $`brain infarction`$`_id` #> [1] "DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`brain infarction`$privateGeneCount #> [1] 0 #> #> $`brain infarction`$publicGeneCount #> [1] 60 #> #> $`brain infarction`$urlId #> [1] "DOID_3454" #> #> $`brain infarction`$dbPhenotype #> [1] TRUE #> #> $`brain infarction`$`_parent` #> [1] "DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`brain infarction`$`_is_leaf` #> [1] FALSE #> #> $`brain infarction`$children #> $`brain infarction`$children[[1]] #> [1] "DOID_3523<DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`brain infarction`$children[[2]] #> [1] "DOID_3526<DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`brain infarction`$value #> [1] "brain infarction" #> #> #> $`brain infarction` #> $`brain infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3454" #> #> $`brain infarction`$`_id` #> [1] "DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain infarction`$privateGeneCount #> [1] 0 #> #> $`brain infarction`$publicGeneCount #> [1] 60 #> #> $`brain infarction`$urlId #> [1] "DOID_3454" #> #> $`brain infarction`$dbPhenotype #> [1] TRUE #> #> $`brain infarction`$`_parent` #> [1] "DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain infarction`$`_is_leaf` #> [1] FALSE #> #> $`brain infarction`$children #> $`brain infarction`$children[[1]] #> [1] "DOID_3523<DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain infarction`$children[[2]] #> [1] "DOID_3526<DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`brain infarction`$value #> [1] "brain infarction" #> #> #> $`brain ischemia` #> $`brain ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2316" #> #> $`brain ischemia`$`_id` #> [1] "DOID_2316<DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`brain ischemia`$privateGeneCount #> [1] 0 #> #> $`brain ischemia`$publicGeneCount #> [1] 92 #> #> $`brain ischemia`$urlId #> [1] "DOID_2316" #> #> $`brain ischemia`$dbPhenotype #> [1] TRUE #> #> $`brain ischemia`$`_parent` #> [1] "DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`brain ischemia`$`_is_leaf` #> [1] FALSE #> #> $`brain ischemia`$children #> $`brain ischemia`$children[[1]] #> [1] "DOID_224<DOID_2316<DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`brain ischemia`$value #> [1] "brain ischemia" #> #> #> $`brain ischemia` #> $`brain ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2316" #> #> $`brain ischemia`$`_id` #> [1] "DOID_2316<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`brain ischemia`$privateGeneCount #> [1] 0 #> #> $`brain ischemia`$publicGeneCount #> [1] 92 #> #> $`brain ischemia`$urlId #> [1] "DOID_2316" #> #> $`brain ischemia`$dbPhenotype #> [1] TRUE #> #> $`brain ischemia`$`_parent` #> [1] "DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`brain ischemia`$`_is_leaf` #> [1] FALSE #> #> $`brain ischemia`$children #> $`brain ischemia`$children[[1]] #> [1] "DOID_224<DOID_2316<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`brain ischemia`$value #> [1] "brain ischemia" #> #> #> $`brain ischemia` #> $`brain ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2316" #> #> $`brain ischemia`$`_id` #> [1] "DOID_2316<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain ischemia`$privateGeneCount #> [1] 0 #> #> $`brain ischemia`$publicGeneCount #> [1] 92 #> #> $`brain ischemia`$urlId #> [1] "DOID_2316" #> #> $`brain ischemia`$dbPhenotype #> [1] TRUE #> #> $`brain ischemia`$`_parent` #> [1] "DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain ischemia`$`_is_leaf` #> [1] FALSE #> #> $`brain ischemia`$children #> $`brain ischemia`$children[[1]] #> [1] "DOID_224<DOID_2316<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`brain ischemia`$value #> [1] "brain ischemia" #> #> #> $`brain meningioma` #> $`brain meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060106" #> #> $`brain meningioma`$`_id` #> [1] "DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`brain meningioma`$privateGeneCount #> [1] 0 #> #> $`brain meningioma`$publicGeneCount #> [1] 16 #> #> $`brain meningioma`$urlId #> [1] "DOID_0060106" #> #> $`brain meningioma`$dbPhenotype #> [1] FALSE #> #> $`brain meningioma`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`brain meningioma`$`_is_leaf` #> [1] FALSE #> #> $`brain meningioma`$children #> $`brain meningioma`$children[[1]] #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`brain meningioma`$value #> [1] "brain meningioma" #> #> #> $`brain meningioma` #> $`brain meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060106" #> #> $`brain meningioma`$`_id` #> [1] "DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`brain meningioma`$privateGeneCount #> [1] 0 #> #> $`brain meningioma`$publicGeneCount #> [1] 16 #> #> $`brain meningioma`$urlId #> [1] "DOID_0060106" #> #> $`brain meningioma`$dbPhenotype #> [1] FALSE #> #> $`brain meningioma`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`brain meningioma`$`_is_leaf` #> [1] FALSE #> #> $`brain meningioma`$children #> $`brain meningioma`$children[[1]] #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`brain meningioma`$value #> [1] "brain meningioma" #> #> #> $`brain meningioma` #> $`brain meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060106" #> #> $`brain meningioma`$`_id` #> [1] "DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain meningioma`$privateGeneCount #> [1] 0 #> #> $`brain meningioma`$publicGeneCount #> [1] 16 #> #> $`brain meningioma`$urlId #> [1] "DOID_0060106" #> #> $`brain meningioma`$dbPhenotype #> [1] FALSE #> #> $`brain meningioma`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain meningioma`$`_is_leaf` #> [1] FALSE #> #> $`brain meningioma`$children #> $`brain meningioma`$children[[1]] #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`brain meningioma`$value #> [1] "brain meningioma" #> #> #> $`brain meningioma` #> $`brain meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060106" #> #> $`brain meningioma`$`_id` #> [1] "DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain meningioma`$privateGeneCount #> [1] 0 #> #> $`brain meningioma`$publicGeneCount #> [1] 16 #> #> $`brain meningioma`$urlId #> [1] "DOID_0060106" #> #> $`brain meningioma`$dbPhenotype #> [1] FALSE #> #> $`brain meningioma`$`_parent` #> [1] "DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain meningioma`$`_is_leaf` #> [1] FALSE #> #> $`brain meningioma`$children #> $`brain meningioma`$children[[1]] #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`brain meningioma`$value #> [1] "brain meningioma" #> #> #> $`brain meningioma` #> $`brain meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060106" #> #> $`brain meningioma`$`_id` #> [1] "DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`brain meningioma`$privateGeneCount #> [1] 0 #> #> $`brain meningioma`$publicGeneCount #> [1] 16 #> #> $`brain meningioma`$urlId #> [1] "DOID_0060106" #> #> $`brain meningioma`$dbPhenotype #> [1] FALSE #> #> $`brain meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`brain meningioma`$`_is_leaf` #> [1] FALSE #> #> $`brain meningioma`$children #> $`brain meningioma`$children[[1]] #> [1] "DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`brain meningioma`$value #> [1] "brain meningioma" #> #> #> $`brain meningioma` #> $`brain meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060106" #> #> $`brain meningioma`$`_id` #> [1] "DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`brain meningioma`$privateGeneCount #> [1] 0 #> #> $`brain meningioma`$publicGeneCount #> [1] 16 #> #> $`brain meningioma`$urlId #> [1] "DOID_0060106" #> #> $`brain meningioma`$dbPhenotype #> [1] FALSE #> #> $`brain meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`brain meningioma`$`_is_leaf` #> [1] FALSE #> #> $`brain meningioma`$children #> $`brain meningioma`$children[[1]] #> [1] "DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`brain meningioma`$value #> [1] "brain meningioma" #> #> #> $`brain meningioma` #> $`brain meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060106" #> #> $`brain meningioma`$`_id` #> [1] "DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain meningioma`$privateGeneCount #> [1] 0 #> #> $`brain meningioma`$publicGeneCount #> [1] 16 #> #> $`brain meningioma`$urlId #> [1] "DOID_0060106" #> #> $`brain meningioma`$dbPhenotype #> [1] FALSE #> #> $`brain meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain meningioma`$`_is_leaf` #> [1] FALSE #> #> $`brain meningioma`$children #> $`brain meningioma`$children[[1]] #> [1] "DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`brain meningioma`$value #> [1] "brain meningioma" #> #> #> $`brain stem infarction` #> $`brain stem infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3523" #> #> $`brain stem infarction`$`_id` #> [1] "DOID_3523<DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`brain stem infarction`$privateGeneCount #> [1] 0 #> #> $`brain stem infarction`$publicGeneCount #> [1] 1 #> #> $`brain stem infarction`$urlId #> [1] "DOID_3523" #> #> $`brain stem infarction`$dbPhenotype #> [1] FALSE #> #> $`brain stem infarction`$`_parent` #> [1] "DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`brain stem infarction`$`_is_leaf` #> [1] FALSE #> #> $`brain stem infarction`$children #> $`brain stem infarction`$children[[1]] #> [1] "DOID_3522<DOID_3523<DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`brain stem infarction`$value #> [1] "brain stem infarction" #> #> #> $`brain stem infarction` #> $`brain stem infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3523" #> #> $`brain stem infarction`$`_id` #> [1] "DOID_3523<DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain stem infarction`$privateGeneCount #> [1] 0 #> #> $`brain stem infarction`$publicGeneCount #> [1] 1 #> #> $`brain stem infarction`$urlId #> [1] "DOID_3523" #> #> $`brain stem infarction`$dbPhenotype #> [1] FALSE #> #> $`brain stem infarction`$`_parent` #> [1] "DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain stem infarction`$`_is_leaf` #> [1] FALSE #> #> $`brain stem infarction`$children #> $`brain stem infarction`$children[[1]] #> [1] "DOID_3522<DOID_3523<DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`brain stem infarction`$value #> [1] "brain stem infarction" #> #> #> $`branch retinal artery occlusion` #> $`branch retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13094" #> #> $`branch retinal artery occlusion`$`_id` #> [1] "DOID_13094<DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`branch retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`branch retinal artery occlusion`$publicGeneCount #> [1] 4 #> #> $`branch retinal artery occlusion`$urlId #> [1] "DOID_13094" #> #> $`branch retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`branch retinal artery occlusion`$`_parent` #> [1] "DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`branch retinal artery occlusion`$`_is_leaf` #> [1] TRUE #> #> $`branch retinal artery occlusion`$children #> list() #> #> $`branch retinal artery occlusion`$value #> [1] "branch retinal artery occlusion" #> #> #> $`branch retinal artery occlusion` #> $`branch retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13094" #> #> $`branch retinal artery occlusion`$`_id` #> [1] "DOID_13094<DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`branch retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`branch retinal artery occlusion`$publicGeneCount #> [1] 4 #> #> $`branch retinal artery occlusion`$urlId #> [1] "DOID_13094" #> #> $`branch retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`branch retinal artery occlusion`$`_parent` #> [1] "DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`branch retinal artery occlusion`$`_is_leaf` #> [1] TRUE #> #> $`branch retinal artery occlusion`$children #> list() #> #> $`branch retinal artery occlusion`$value #> [1] "branch retinal artery occlusion" #> #> #> $`branch retinal artery occlusion` #> $`branch retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13094" #> #> $`branch retinal artery occlusion`$`_id` #> [1] "DOID_13094<DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`branch retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`branch retinal artery occlusion`$publicGeneCount #> [1] 4 #> #> $`branch retinal artery occlusion`$urlId #> [1] "DOID_13094" #> #> $`branch retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`branch retinal artery occlusion`$`_parent` #> [1] "DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`branch retinal artery occlusion`$`_is_leaf` #> [1] TRUE #> #> $`branch retinal artery occlusion`$children #> list() #> #> $`branch retinal artery occlusion`$value #> [1] "branch retinal artery occlusion" #> #> #> $`branch retinal artery occlusion` #> $`branch retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13094" #> #> $`branch retinal artery occlusion`$`_id` #> [1] "DOID_13094<DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`branch retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`branch retinal artery occlusion`$publicGeneCount #> [1] 4 #> #> $`branch retinal artery occlusion`$urlId #> [1] "DOID_13094" #> #> $`branch retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`branch retinal artery occlusion`$`_parent` #> [1] "DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`branch retinal artery occlusion`$`_is_leaf` #> [1] TRUE #> #> $`branch retinal artery occlusion`$children #> list() #> #> $`branch retinal artery occlusion`$value #> [1] "branch retinal artery occlusion" #> #> #> $`branchiooculofacial syndrome` #> $`branchiooculofacial syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050691" #> #> $`branchiooculofacial syndrome`$`_id` #> [1] "DOID_0050691<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`branchiooculofacial syndrome`$privateGeneCount #> [1] 0 #> #> $`branchiooculofacial syndrome`$publicGeneCount #> [1] 1 #> #> $`branchiooculofacial syndrome`$urlId #> [1] "DOID_0050691" #> #> $`branchiooculofacial syndrome`$dbPhenotype #> [1] TRUE #> #> $`branchiooculofacial syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`branchiooculofacial syndrome`$`_is_leaf` #> [1] TRUE #> #> $`branchiooculofacial syndrome`$children #> list() #> #> $`branchiooculofacial syndrome`$value #> [1] "branchiooculofacial syndrome" #> #> #> $`branchiooculofacial syndrome` #> $`branchiooculofacial syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050691" #> #> $`branchiooculofacial syndrome`$`_id` #> [1] "DOID_0050691<DOID_225<DOID_4" #> #> $`branchiooculofacial syndrome`$privateGeneCount #> [1] 0 #> #> $`branchiooculofacial syndrome`$publicGeneCount #> [1] 1 #> #> $`branchiooculofacial syndrome`$urlId #> [1] "DOID_0050691" #> #> $`branchiooculofacial syndrome`$dbPhenotype #> [1] TRUE #> #> $`branchiooculofacial syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`branchiooculofacial syndrome`$`_is_leaf` #> [1] TRUE #> #> $`branchiooculofacial syndrome`$children #> list() #> #> $`branchiooculofacial syndrome`$value #> [1] "branchiooculofacial syndrome" #> #> #> $`branchiootic syndrome` #> $`branchiootic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060232" #> #> $`branchiootic syndrome`$`_id` #> [1] "DOID_0060232<DOID_225<DOID_4" #> #> $`branchiootic syndrome`$privateGeneCount #> [1] 0 #> #> $`branchiootic syndrome`$publicGeneCount #> [1] 2 #> #> $`branchiootic syndrome`$urlId #> [1] "DOID_0060232" #> #> $`branchiootic syndrome`$dbPhenotype #> [1] TRUE #> #> $`branchiootic syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`branchiootic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`branchiootic syndrome`$children #> list() #> #> $`branchiootic syndrome`$value #> [1] "branchiootic syndrome" #> #> #> $`branchiootorenal syndrome` #> $`branchiootorenal syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14702" #> #> $`branchiootorenal syndrome`$`_id` #> [1] "DOID_14702<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`branchiootorenal syndrome`$privateGeneCount #> [1] 0 #> #> $`branchiootorenal syndrome`$publicGeneCount #> [1] 4 #> #> $`branchiootorenal syndrome`$urlId #> [1] "DOID_14702" #> #> $`branchiootorenal syndrome`$dbPhenotype #> [1] TRUE #> #> $`branchiootorenal syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`branchiootorenal syndrome`$`_is_leaf` #> [1] TRUE #> #> $`branchiootorenal syndrome`$children #> list() #> #> $`branchiootorenal syndrome`$value #> [1] "branchiootorenal syndrome" #> #> #> $`branchiootorenal syndrome` #> $`branchiootorenal syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14702" #> #> $`branchiootorenal syndrome`$`_id` #> [1] "DOID_14702<DOID_225<DOID_4" #> #> $`branchiootorenal syndrome`$privateGeneCount #> [1] 0 #> #> $`branchiootorenal syndrome`$publicGeneCount #> [1] 4 #> #> $`branchiootorenal syndrome`$urlId #> [1] "DOID_14702" #> #> $`branchiootorenal syndrome`$dbPhenotype #> [1] TRUE #> #> $`branchiootorenal syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`branchiootorenal syndrome`$`_is_leaf` #> [1] TRUE #> #> $`branchiootorenal syndrome`$children #> list() #> #> $`branchiootorenal syndrome`$value #> [1] "branchiootorenal syndrome" #> #> #> $`breast adenocarcinoma` #> $`breast adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3458" #> #> $`breast adenocarcinoma`$`_id` #> [1] "DOID_3458<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`breast adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`breast adenocarcinoma`$publicGeneCount #> [1] 8 #> #> $`breast adenocarcinoma`$urlId #> [1] "DOID_3458" #> #> $`breast adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`breast adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`breast adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast adenocarcinoma`$children #> $`breast adenocarcinoma`$children[[1]] #> [1] "DOID_6263<DOID_3458<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`breast adenocarcinoma`$children[[2]] #> [1] "DOID_3443<DOID_3458<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`breast adenocarcinoma`$value #> [1] "breast adenocarcinoma" #> #> #> $`breast adenocarcinoma` #> $`breast adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3458" #> #> $`breast adenocarcinoma`$`_id` #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`breast adenocarcinoma`$publicGeneCount #> [1] 8 #> #> $`breast adenocarcinoma`$urlId #> [1] "DOID_3458" #> #> $`breast adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`breast adenocarcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast adenocarcinoma`$children #> $`breast adenocarcinoma`$children[[1]] #> [1] "DOID_6263<DOID_3458<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast adenocarcinoma`$children[[2]] #> [1] "DOID_3443<DOID_3458<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast adenocarcinoma`$value #> [1] "breast adenocarcinoma" #> #> #> $`breast adenocarcinoma` #> $`breast adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3458" #> #> $`breast adenocarcinoma`$`_id` #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`breast adenocarcinoma`$publicGeneCount #> [1] 8 #> #> $`breast adenocarcinoma`$urlId #> [1] "DOID_3458" #> #> $`breast adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`breast adenocarcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast adenocarcinoma`$children #> $`breast adenocarcinoma`$children[[1]] #> [1] "DOID_6263<DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast adenocarcinoma`$children[[2]] #> [1] "DOID_3443<DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`breast adenocarcinoma`$value #> [1] "breast adenocarcinoma" #> #> #> $`breast adenocarcinoma` #> $`breast adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3458" #> #> $`breast adenocarcinoma`$`_id` #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`breast adenocarcinoma`$publicGeneCount #> [1] 8 #> #> $`breast adenocarcinoma`$urlId #> [1] "DOID_3458" #> #> $`breast adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`breast adenocarcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast adenocarcinoma`$children #> $`breast adenocarcinoma`$children[[1]] #> [1] "DOID_6263<DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast adenocarcinoma`$children[[2]] #> [1] "DOID_3443<DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast adenocarcinoma`$value #> [1] "breast adenocarcinoma" #> #> #> $`breast benign neoplasm` #> $`breast benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060082" #> #> $`breast benign neoplasm`$`_id` #> [1] "DOID_0060082<DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`breast benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`breast benign neoplasm`$publicGeneCount #> [1] 20 #> #> $`breast benign neoplasm`$urlId #> [1] "DOID_0060082" #> #> $`breast benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`breast benign neoplasm`$`_parent` #> [1] "DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`breast benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`breast benign neoplasm`$children #> $`breast benign neoplasm`$children[[1]] #> [1] "DOID_1631<DOID_0060082<DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`breast benign neoplasm`$children[[2]] #> [1] "DOID_1618<DOID_0060082<DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`breast benign neoplasm`$value #> [1] "breast benign neoplasm" #> #> #> $`breast benign neoplasm` #> $`breast benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060082" #> #> $`breast benign neoplasm`$`_id` #> [1] "DOID_0060082<DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> $`breast benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`breast benign neoplasm`$publicGeneCount #> [1] 20 #> #> $`breast benign neoplasm`$urlId #> [1] "DOID_0060082" #> #> $`breast benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`breast benign neoplasm`$`_parent` #> [1] "DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> $`breast benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`breast benign neoplasm`$children #> $`breast benign neoplasm`$children[[1]] #> [1] "DOID_1631<DOID_0060082<DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> $`breast benign neoplasm`$children[[2]] #> [1] "DOID_1618<DOID_0060082<DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast benign neoplasm`$value #> [1] "breast benign neoplasm" #> #> #> $`breast benign neoplasm` #> $`breast benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060082" #> #> $`breast benign neoplasm`$`_id` #> [1] "DOID_0060082<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`breast benign neoplasm`$publicGeneCount #> [1] 20 #> #> $`breast benign neoplasm`$urlId #> [1] "DOID_0060082" #> #> $`breast benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`breast benign neoplasm`$`_parent` #> [1] "DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`breast benign neoplasm`$children #> $`breast benign neoplasm`$children[[1]] #> [1] "DOID_1631<DOID_0060082<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast benign neoplasm`$children[[2]] #> [1] "DOID_1618<DOID_0060082<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast benign neoplasm`$value #> [1] "breast benign neoplasm" #> #> #> $`breast cancer` #> $`breast cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1612" #> #> $`breast cancer`$`_id` #> [1] "DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast cancer`$privateGeneCount #> [1] 0 #> #> $`breast cancer`$publicGeneCount #> [1] 786 #> #> $`breast cancer`$urlId #> [1] "DOID_1612" #> #> $`breast cancer`$dbPhenotype #> [1] TRUE #> #> $`breast cancer`$`_parent` #> [1] "DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast cancer`$`_is_leaf` #> [1] FALSE #> #> $`breast cancer`$children #> $`breast cancer`$children[[1]] #> [1] "DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast cancer`$children[[2]] #> [1] "DOID_1614<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast cancer`$value #> [1] "breast cancer" #> #> #> $`breast cancer` #> $`breast cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1612" #> #> $`breast cancer`$`_id` #> [1] "DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast cancer`$privateGeneCount #> [1] 0 #> #> $`breast cancer`$publicGeneCount #> [1] 786 #> #> $`breast cancer`$urlId #> [1] "DOID_1612" #> #> $`breast cancer`$dbPhenotype #> [1] TRUE #> #> $`breast cancer`$`_parent` #> [1] "DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast cancer`$`_is_leaf` #> [1] FALSE #> #> $`breast cancer`$children #> $`breast cancer`$children[[1]] #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast cancer`$children[[2]] #> [1] "DOID_1614<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`breast cancer`$value #> [1] "breast cancer" #> #> #> $`breast cancer` #> $`breast cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1612" #> #> $`breast cancer`$`_id` #> [1] "DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast cancer`$privateGeneCount #> [1] 0 #> #> $`breast cancer`$publicGeneCount #> [1] 786 #> #> $`breast cancer`$urlId #> [1] "DOID_1612" #> #> $`breast cancer`$dbPhenotype #> [1] TRUE #> #> $`breast cancer`$`_parent` #> [1] "DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast cancer`$`_is_leaf` #> [1] FALSE #> #> $`breast cancer`$children #> $`breast cancer`$children[[1]] #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast cancer`$children[[2]] #> [1] "DOID_1614<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast cancer`$value #> [1] "breast cancer" #> #> #> $`breast carcinoma` #> $`breast carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3459" #> #> $`breast carcinoma`$`_id` #> [1] "DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast carcinoma`$privateGeneCount #> [1] 0 #> #> $`breast carcinoma`$publicGeneCount #> [1] 193 #> #> $`breast carcinoma`$urlId #> [1] "DOID_3459" #> #> $`breast carcinoma`$dbPhenotype #> [1] FALSE #> #> $`breast carcinoma`$`_parent` #> [1] "DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast carcinoma`$children #> $`breast carcinoma`$children[[1]] #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast carcinoma`$children[[2]] #> [1] "DOID_3007<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast carcinoma`$children[[3]] #> [1] "DOID_0050938<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast carcinoma`$children[[4]] #> [1] "DOID_5675<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast carcinoma`$value #> [1] "breast carcinoma" #> #> #> $`breast carcinoma` #> $`breast carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3459" #> #> $`breast carcinoma`$`_id` #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast carcinoma`$privateGeneCount #> [1] 0 #> #> $`breast carcinoma`$publicGeneCount #> [1] 193 #> #> $`breast carcinoma`$urlId #> [1] "DOID_3459" #> #> $`breast carcinoma`$dbPhenotype #> [1] FALSE #> #> $`breast carcinoma`$`_parent` #> [1] "DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast carcinoma`$children #> $`breast carcinoma`$children[[1]] #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast carcinoma`$children[[2]] #> [1] "DOID_3007<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast carcinoma`$children[[3]] #> [1] "DOID_0050938<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast carcinoma`$children[[4]] #> [1] "DOID_5675<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`breast carcinoma`$value #> [1] "breast carcinoma" #> #> #> $`breast carcinoma` #> $`breast carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3459" #> #> $`breast carcinoma`$`_id` #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast carcinoma`$privateGeneCount #> [1] 0 #> #> $`breast carcinoma`$publicGeneCount #> [1] 193 #> #> $`breast carcinoma`$urlId #> [1] "DOID_3459" #> #> $`breast carcinoma`$dbPhenotype #> [1] FALSE #> #> $`breast carcinoma`$`_parent` #> [1] "DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast carcinoma`$children #> $`breast carcinoma`$children[[1]] #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast carcinoma`$children[[2]] #> [1] "DOID_3007<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast carcinoma`$children[[3]] #> [1] "DOID_0050938<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast carcinoma`$children[[4]] #> [1] "DOID_5675<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast carcinoma`$value #> [1] "breast carcinoma" #> #> #> $`breast disease` #> $`breast disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3463" #> #> $`breast disease`$`_id` #> [1] "DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast disease`$privateGeneCount #> [1] 0 #> #> $`breast disease`$publicGeneCount #> [1] 790 #> #> $`breast disease`$urlId #> [1] "DOID_3463" #> #> $`breast disease`$dbPhenotype #> [1] TRUE #> #> $`breast disease`$`_parent` #> [1] "DOID_0060118<DOID_7<DOID_4" #> #> $`breast disease`$`_is_leaf` #> [1] FALSE #> #> $`breast disease`$children #> $`breast disease`$children[[1]] #> [1] "DOID_0060082<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast disease`$children[[2]] #> [1] "DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast disease`$children[[3]] #> [1] "DOID_11603<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast disease`$children[[4]] #> [1] "DOID_10690<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast disease`$value #> [1] "breast disease" #> #> #> $`breast ductal carcinoma` #> $`breast ductal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3007" #> #> $`breast ductal carcinoma`$`_id` #> [1] "DOID_3007<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast ductal carcinoma`$privateGeneCount #> [1] 0 #> #> $`breast ductal carcinoma`$publicGeneCount #> [1] 45 #> #> $`breast ductal carcinoma`$urlId #> [1] "DOID_3007" #> #> $`breast ductal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`breast ductal carcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast ductal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast ductal carcinoma`$children #> $`breast ductal carcinoma`$children[[1]] #> [1] "DOID_3008<DOID_3007<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast ductal carcinoma`$value #> [1] "breast ductal carcinoma" #> #> #> $`breast ductal carcinoma` #> $`breast ductal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3007" #> #> $`breast ductal carcinoma`$`_id` #> [1] "DOID_3007<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast ductal carcinoma`$privateGeneCount #> [1] 0 #> #> $`breast ductal carcinoma`$publicGeneCount #> [1] 45 #> #> $`breast ductal carcinoma`$urlId #> [1] "DOID_3007" #> #> $`breast ductal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`breast ductal carcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast ductal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast ductal carcinoma`$children #> $`breast ductal carcinoma`$children[[1]] #> [1] "DOID_3008<DOID_3007<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`breast ductal carcinoma`$value #> [1] "breast ductal carcinoma" #> #> #> $`breast ductal carcinoma` #> $`breast ductal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3007" #> #> $`breast ductal carcinoma`$`_id` #> [1] "DOID_3007<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast ductal carcinoma`$privateGeneCount #> [1] 0 #> #> $`breast ductal carcinoma`$publicGeneCount #> [1] 45 #> #> $`breast ductal carcinoma`$urlId #> [1] "DOID_3007" #> #> $`breast ductal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`breast ductal carcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast ductal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast ductal carcinoma`$children #> $`breast ductal carcinoma`$children[[1]] #> [1] "DOID_3008<DOID_3007<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast ductal carcinoma`$value #> [1] "breast ductal carcinoma" #> #> #> $`breast fibroadenoma` #> $`breast fibroadenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1618" #> #> $`breast fibroadenoma`$`_id` #> [1] "DOID_1618<DOID_0060082<DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`breast fibroadenoma`$privateGeneCount #> [1] 0 #> #> $`breast fibroadenoma`$publicGeneCount #> [1] 5 #> #> $`breast fibroadenoma`$urlId #> [1] "DOID_1618" #> #> $`breast fibroadenoma`$dbPhenotype #> [1] TRUE #> #> $`breast fibroadenoma`$`_parent` #> [1] "DOID_0060082<DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`breast fibroadenoma`$`_is_leaf` #> [1] TRUE #> #> $`breast fibroadenoma`$children #> list() #> #> $`breast fibroadenoma`$value #> [1] "breast fibroadenoma" #> #> #> $`breast fibroadenoma` #> $`breast fibroadenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1618" #> #> $`breast fibroadenoma`$`_id` #> [1] "DOID_1618<DOID_0060082<DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> $`breast fibroadenoma`$privateGeneCount #> [1] 0 #> #> $`breast fibroadenoma`$publicGeneCount #> [1] 5 #> #> $`breast fibroadenoma`$urlId #> [1] "DOID_1618" #> #> $`breast fibroadenoma`$dbPhenotype #> [1] TRUE #> #> $`breast fibroadenoma`$`_parent` #> [1] "DOID_0060082<DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> $`breast fibroadenoma`$`_is_leaf` #> [1] TRUE #> #> $`breast fibroadenoma`$children #> list() #> #> $`breast fibroadenoma`$value #> [1] "breast fibroadenoma" #> #> #> $`breast fibroadenoma` #> $`breast fibroadenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1618" #> #> $`breast fibroadenoma`$`_id` #> [1] "DOID_1618<DOID_0060082<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast fibroadenoma`$privateGeneCount #> [1] 0 #> #> $`breast fibroadenoma`$publicGeneCount #> [1] 5 #> #> $`breast fibroadenoma`$urlId #> [1] "DOID_1618" #> #> $`breast fibroadenoma`$dbPhenotype #> [1] TRUE #> #> $`breast fibroadenoma`$`_parent` #> [1] "DOID_0060082<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast fibroadenoma`$`_is_leaf` #> [1] TRUE #> #> $`breast fibroadenoma`$children #> list() #> #> $`breast fibroadenoma`$value #> [1] "breast fibroadenoma" #> #> #> $`breast fibroadenoma` #> $`breast fibroadenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1618" #> #> $`breast fibroadenoma`$`_id` #> [1] "DOID_1618<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`breast fibroadenoma`$privateGeneCount #> [1] 0 #> #> $`breast fibroadenoma`$publicGeneCount #> [1] 5 #> #> $`breast fibroadenoma`$urlId #> [1] "DOID_1618" #> #> $`breast fibroadenoma`$dbPhenotype #> [1] TRUE #> #> $`breast fibroadenoma`$`_parent` #> [1] "DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`breast fibroadenoma`$`_is_leaf` #> [1] TRUE #> #> $`breast fibroadenoma`$children #> list() #> #> $`breast fibroadenoma`$value #> [1] "breast fibroadenoma" #> #> #> $`breast lobular carcinoma` #> $`breast lobular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050938" #> #> $`breast lobular carcinoma`$`_id` #> [1] "DOID_0050938<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast lobular carcinoma`$privateGeneCount #> [1] 0 #> #> $`breast lobular carcinoma`$publicGeneCount #> [1] 10 #> #> $`breast lobular carcinoma`$urlId #> [1] "DOID_0050938" #> #> $`breast lobular carcinoma`$dbPhenotype #> [1] FALSE #> #> $`breast lobular carcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast lobular carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast lobular carcinoma`$children #> $`breast lobular carcinoma`$children[[1]] #> [1] "DOID_3457<DOID_0050938<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast lobular carcinoma`$value #> [1] "breast lobular carcinoma" #> #> #> $`breast lobular carcinoma` #> $`breast lobular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050938" #> #> $`breast lobular carcinoma`$`_id` #> [1] "DOID_0050938<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast lobular carcinoma`$privateGeneCount #> [1] 0 #> #> $`breast lobular carcinoma`$publicGeneCount #> [1] 10 #> #> $`breast lobular carcinoma`$urlId #> [1] "DOID_0050938" #> #> $`breast lobular carcinoma`$dbPhenotype #> [1] FALSE #> #> $`breast lobular carcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast lobular carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast lobular carcinoma`$children #> $`breast lobular carcinoma`$children[[1]] #> [1] "DOID_3457<DOID_0050938<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`breast lobular carcinoma`$value #> [1] "breast lobular carcinoma" #> #> #> $`breast lobular carcinoma` #> $`breast lobular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050938" #> #> $`breast lobular carcinoma`$`_id` #> [1] "DOID_0050938<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast lobular carcinoma`$privateGeneCount #> [1] 0 #> #> $`breast lobular carcinoma`$publicGeneCount #> [1] 10 #> #> $`breast lobular carcinoma`$urlId #> [1] "DOID_0050938" #> #> $`breast lobular carcinoma`$dbPhenotype #> [1] FALSE #> #> $`breast lobular carcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast lobular carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast lobular carcinoma`$children #> $`breast lobular carcinoma`$children[[1]] #> [1] "DOID_3457<DOID_0050938<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast lobular carcinoma`$value #> [1] "breast lobular carcinoma" #> #> #> $`brittle cornea syndrome` #> $`brittle cornea syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14775" #> #> $`brittle cornea syndrome`$`_id` #> [1] "DOID_14775<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`brittle cornea syndrome`$privateGeneCount #> [1] 0 #> #> $`brittle cornea syndrome`$publicGeneCount #> [1] 3 #> #> $`brittle cornea syndrome`$urlId #> [1] "DOID_14775" #> #> $`brittle cornea syndrome`$dbPhenotype #> [1] TRUE #> #> $`brittle cornea syndrome`$`_parent` #> [1] "DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`brittle cornea syndrome`$`_is_leaf` #> [1] TRUE #> #> $`brittle cornea syndrome`$children #> list() #> #> $`brittle cornea syndrome`$value #> [1] "brittle cornea syndrome" #> #> #> $`brittle cornea syndrome` #> $`brittle cornea syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14775" #> #> $`brittle cornea syndrome`$`_id` #> [1] "DOID_14775<DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`brittle cornea syndrome`$privateGeneCount #> [1] 0 #> #> $`brittle cornea syndrome`$publicGeneCount #> [1] 3 #> #> $`brittle cornea syndrome`$urlId #> [1] "DOID_14775" #> #> $`brittle cornea syndrome`$dbPhenotype #> [1] TRUE #> #> $`brittle cornea syndrome`$`_parent` #> [1] "DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`brittle cornea syndrome`$`_is_leaf` #> [1] TRUE #> #> $`brittle cornea syndrome`$children #> list() #> #> $`brittle cornea syndrome`$value #> [1] "brittle cornea syndrome" #> #> #> $`Brody myopathy` #> $`Brody myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050692" #> #> $`Brody myopathy`$`_id` #> [1] "DOID_0050692<DOID_913<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Brody myopathy`$privateGeneCount #> [1] 0 #> #> $`Brody myopathy`$publicGeneCount #> [1] 1 #> #> $`Brody myopathy`$urlId #> [1] "DOID_0050692" #> #> $`Brody myopathy`$dbPhenotype #> [1] TRUE #> #> $`Brody myopathy`$`_parent` #> [1] "DOID_913<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Brody myopathy`$`_is_leaf` #> [1] TRUE #> #> $`Brody myopathy`$children #> list() #> #> $`Brody myopathy`$value #> [1] "Brody myopathy" #> #> #> $`Brody myopathy` #> $`Brody myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050692" #> #> $`Brody myopathy`$`_id` #> [1] "DOID_0050692<DOID_913<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Brody myopathy`$privateGeneCount #> [1] 0 #> #> $`Brody myopathy`$publicGeneCount #> [1] 1 #> #> $`Brody myopathy`$urlId #> [1] "DOID_0050692" #> #> $`Brody myopathy`$dbPhenotype #> [1] TRUE #> #> $`Brody myopathy`$`_parent` #> [1] "DOID_913<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Brody myopathy`$`_is_leaf` #> [1] TRUE #> #> $`Brody myopathy`$children #> list() #> #> $`Brody myopathy`$value #> [1] "Brody myopathy" #> #> #> $`Brody myopathy` #> $`Brody myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050692" #> #> $`Brody myopathy`$`_id` #> [1] "DOID_0050692<DOID_913<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Brody myopathy`$privateGeneCount #> [1] 0 #> #> $`Brody myopathy`$publicGeneCount #> [1] 1 #> #> $`Brody myopathy`$urlId #> [1] "DOID_0050692" #> #> $`Brody myopathy`$dbPhenotype #> [1] TRUE #> #> $`Brody myopathy`$`_parent` #> [1] "DOID_913<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Brody myopathy`$`_is_leaf` #> [1] TRUE #> #> $`Brody myopathy`$children #> list() #> #> $`Brody myopathy`$value #> [1] "Brody myopathy" #> #> #> $`bronchial benign neoplasm` #> $`bronchial benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3906" #> #> $`bronchial benign neoplasm`$`_id` #> [1] "DOID_3906<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`bronchial benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`bronchial benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`bronchial benign neoplasm`$urlId #> [1] "DOID_3906" #> #> $`bronchial benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`bronchial benign neoplasm`$`_parent` #> [1] "DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`bronchial benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`bronchial benign neoplasm`$children #> list() #> #> $`bronchial benign neoplasm`$value #> [1] "bronchial benign neoplasm" #> #> #> $`bronchial benign neoplasm` #> $`bronchial benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3906" #> #> $`bronchial benign neoplasm`$`_id` #> [1] "DOID_3906<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`bronchial benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`bronchial benign neoplasm`$urlId #> [1] "DOID_3906" #> #> $`bronchial benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`bronchial benign neoplasm`$`_parent` #> [1] "DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`bronchial benign neoplasm`$children #> list() #> #> $`bronchial benign neoplasm`$value #> [1] "bronchial benign neoplasm" #> #> #> $`bronchial benign neoplasm` #> $`bronchial benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3906" #> #> $`bronchial benign neoplasm`$`_id` #> [1] "DOID_3906<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`bronchial benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`bronchial benign neoplasm`$urlId #> [1] "DOID_3906" #> #> $`bronchial benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`bronchial benign neoplasm`$`_parent` #> [1] "DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`bronchial benign neoplasm`$children #> list() #> #> $`bronchial benign neoplasm`$value #> [1] "bronchial benign neoplasm" #> #> #> $`bronchial disease` #> $`bronchial disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1176" #> #> $`bronchial disease`$`_id` #> [1] "DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial disease`$privateGeneCount #> [1] 0 #> #> $`bronchial disease`$publicGeneCount #> [1] 297 #> #> $`bronchial disease`$urlId #> [1] "DOID_1176" #> #> $`bronchial disease`$dbPhenotype #> [1] TRUE #> #> $`bronchial disease`$`_parent` #> [1] "DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial disease`$`_is_leaf` #> [1] FALSE #> #> $`bronchial disease`$children #> $`bronchial disease`$children[[1]] #> [1] "DOID_2841<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial disease`$children[[2]] #> [1] "DOID_3906<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial disease`$children[[3]] #> [1] "DOID_9563<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial disease`$children[[4]] #> [1] "DOID_2942<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial disease`$children[[5]] #> [1] "DOID_2799<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial disease`$children[[6]] #> [1] "DOID_6132<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial disease`$children[[7]] #> [1] "DOID_1325<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`bronchial disease`$value #> [1] "bronchial disease" #> #> #> $bronchiectasis #> $bronchiectasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9563" #> #> $bronchiectasis$`_id` #> [1] "DOID_9563<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bronchiectasis$privateGeneCount #> [1] 0 #> #> $bronchiectasis$publicGeneCount #> [1] 11 #> #> $bronchiectasis$urlId #> [1] "DOID_9563" #> #> $bronchiectasis$dbPhenotype #> [1] TRUE #> #> $bronchiectasis$`_parent` #> [1] "DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bronchiectasis$`_is_leaf` #> [1] TRUE #> #> $bronchiectasis$children #> list() #> #> $bronchiectasis$value #> [1] "bronchiectasis" #> #> #> $bronchiolitis #> $bronchiolitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2942" #> #> $bronchiolitis$`_id` #> [1] "DOID_2942<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bronchiolitis$privateGeneCount #> [1] 0 #> #> $bronchiolitis$publicGeneCount #> [1] 32 #> #> $bronchiolitis$urlId #> [1] "DOID_2942" #> #> $bronchiolitis$dbPhenotype #> [1] TRUE #> #> $bronchiolitis$`_parent` #> [1] "DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bronchiolitis$`_is_leaf` #> [1] TRUE #> #> $bronchiolitis$children #> list() #> #> $bronchiolitis$value #> [1] "bronchiolitis" #> #> #> $bronchiolitis #> $bronchiolitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2942" #> #> $bronchiolitis$`_id` #> [1] "DOID_2942<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bronchiolitis$privateGeneCount #> [1] 0 #> #> $bronchiolitis$publicGeneCount #> [1] 32 #> #> $bronchiolitis$urlId #> [1] "DOID_2942" #> #> $bronchiolitis$dbPhenotype #> [1] TRUE #> #> $bronchiolitis$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bronchiolitis$`_is_leaf` #> [1] TRUE #> #> $bronchiolitis$children #> list() #> #> $bronchiolitis$value #> [1] "bronchiolitis" #> #> #> $`bronchiolitis obliterans` #> $`bronchiolitis obliterans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2799" #> #> $`bronchiolitis obliterans`$`_id` #> [1] "DOID_2799<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchiolitis obliterans`$privateGeneCount #> [1] 0 #> #> $`bronchiolitis obliterans`$publicGeneCount #> [1] 18 #> #> $`bronchiolitis obliterans`$urlId #> [1] "DOID_2799" #> #> $`bronchiolitis obliterans`$dbPhenotype #> [1] TRUE #> #> $`bronchiolitis obliterans`$`_parent` #> [1] "DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchiolitis obliterans`$`_is_leaf` #> [1] TRUE #> #> $`bronchiolitis obliterans`$children #> list() #> #> $`bronchiolitis obliterans`$value #> [1] "bronchiolitis obliterans" #> #> #> $`bronchiolitis obliterans` #> $`bronchiolitis obliterans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2799" #> #> $`bronchiolitis obliterans`$`_id` #> [1] "DOID_2799<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bronchiolitis obliterans`$privateGeneCount #> [1] 0 #> #> $`bronchiolitis obliterans`$publicGeneCount #> [1] 18 #> #> $`bronchiolitis obliterans`$urlId #> [1] "DOID_2799" #> #> $`bronchiolitis obliterans`$dbPhenotype #> [1] TRUE #> #> $`bronchiolitis obliterans`$`_parent` #> [1] "DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bronchiolitis obliterans`$`_is_leaf` #> [1] TRUE #> #> $`bronchiolitis obliterans`$children #> list() #> #> $`bronchiolitis obliterans`$value #> [1] "bronchiolitis obliterans" #> #> #> $`bronchiolitis obliterans` #> $`bronchiolitis obliterans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2799" #> #> $`bronchiolitis obliterans`$`_id` #> [1] "DOID_2799<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchiolitis obliterans`$privateGeneCount #> [1] 0 #> #> $`bronchiolitis obliterans`$publicGeneCount #> [1] 18 #> #> $`bronchiolitis obliterans`$urlId #> [1] "DOID_2799" #> #> $`bronchiolitis obliterans`$dbPhenotype #> [1] TRUE #> #> $`bronchiolitis obliterans`$`_parent` #> [1] "DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchiolitis obliterans`$`_is_leaf` #> [1] TRUE #> #> $`bronchiolitis obliterans`$children #> list() #> #> $`bronchiolitis obliterans`$value #> [1] "bronchiolitis obliterans" #> #> #> $`bronchiolo-alveolar adenocarcinoma` #> $`bronchiolo-alveolar adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4926" #> #> $`bronchiolo-alveolar adenocarcinoma`$`_id` #> [1] "DOID_4926<DOID_3910<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bronchiolo-alveolar adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`bronchiolo-alveolar adenocarcinoma`$publicGeneCount #> [1] 4 #> #> $`bronchiolo-alveolar adenocarcinoma`$urlId #> [1] "DOID_4926" #> #> $`bronchiolo-alveolar adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`bronchiolo-alveolar adenocarcinoma`$`_parent` #> [1] "DOID_3910<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bronchiolo-alveolar adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`bronchiolo-alveolar adenocarcinoma`$children #> list() #> #> $`bronchiolo-alveolar adenocarcinoma`$value #> [1] "bronchiolo-alveolar adenocarcinoma" #> #> #> $`bronchiolo-alveolar adenocarcinoma` #> $`bronchiolo-alveolar adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4926" #> #> $`bronchiolo-alveolar adenocarcinoma`$`_id` #> [1] "DOID_4926<DOID_3910<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`bronchiolo-alveolar adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`bronchiolo-alveolar adenocarcinoma`$publicGeneCount #> [1] 4 #> #> $`bronchiolo-alveolar adenocarcinoma`$urlId #> [1] "DOID_4926" #> #> $`bronchiolo-alveolar adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`bronchiolo-alveolar adenocarcinoma`$`_parent` #> [1] "DOID_3910<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`bronchiolo-alveolar adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`bronchiolo-alveolar adenocarcinoma`$children #> list() #> #> $`bronchiolo-alveolar adenocarcinoma`$value #> [1] "bronchiolo-alveolar adenocarcinoma" #> #> #> $`bronchiolo-alveolar adenocarcinoma` #> $`bronchiolo-alveolar adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4926" #> #> $`bronchiolo-alveolar adenocarcinoma`$`_id` #> [1] "DOID_4926<DOID_3910<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchiolo-alveolar adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`bronchiolo-alveolar adenocarcinoma`$publicGeneCount #> [1] 4 #> #> $`bronchiolo-alveolar adenocarcinoma`$urlId #> [1] "DOID_4926" #> #> $`bronchiolo-alveolar adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`bronchiolo-alveolar adenocarcinoma`$`_parent` #> [1] "DOID_3910<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchiolo-alveolar adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`bronchiolo-alveolar adenocarcinoma`$children #> list() #> #> $`bronchiolo-alveolar adenocarcinoma`$value #> [1] "bronchiolo-alveolar adenocarcinoma" #> #> #> $`bronchiolo-alveolar adenocarcinoma` #> $`bronchiolo-alveolar adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4926" #> #> $`bronchiolo-alveolar adenocarcinoma`$`_id` #> [1] "DOID_4926<DOID_3910<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bronchiolo-alveolar adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`bronchiolo-alveolar adenocarcinoma`$publicGeneCount #> [1] 4 #> #> $`bronchiolo-alveolar adenocarcinoma`$urlId #> [1] "DOID_4926" #> #> $`bronchiolo-alveolar adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`bronchiolo-alveolar adenocarcinoma`$`_parent` #> [1] "DOID_3910<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bronchiolo-alveolar adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`bronchiolo-alveolar adenocarcinoma`$children #> list() #> #> $`bronchiolo-alveolar adenocarcinoma`$value #> [1] "bronchiolo-alveolar adenocarcinoma" #> #> #> $bronchitis #> $bronchitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6132" #> #> $bronchitis$`_id` #> [1] "DOID_6132<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bronchitis$privateGeneCount #> [1] 0 #> #> $bronchitis$publicGeneCount #> [1] 12 #> #> $bronchitis$urlId #> [1] "DOID_6132" #> #> $bronchitis$dbPhenotype #> [1] TRUE #> #> $bronchitis$`_parent` #> [1] "DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bronchitis$`_is_leaf` #> [1] TRUE #> #> $bronchitis$children #> list() #> #> $bronchitis$value #> [1] "bronchitis" #> #> #> $bronchopneumonia #> $bronchopneumonia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12375" #> #> $bronchopneumonia$`_id` #> [1] "DOID_12375<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bronchopneumonia$privateGeneCount #> [1] 0 #> #> $bronchopneumonia$publicGeneCount #> [1] 2 #> #> $bronchopneumonia$urlId #> [1] "DOID_12375" #> #> $bronchopneumonia$dbPhenotype #> [1] TRUE #> #> $bronchopneumonia$`_parent` #> [1] "DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bronchopneumonia$`_is_leaf` #> [1] TRUE #> #> $bronchopneumonia$children #> list() #> #> $bronchopneumonia$value #> [1] "bronchopneumonia" #> #> #> $`bronchus cancer` #> $`bronchus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1325" #> #> $`bronchus cancer`$`_id` #> [1] "DOID_1325<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bronchus cancer`$privateGeneCount #> [1] 0 #> #> $`bronchus cancer`$publicGeneCount #> [1] 3 #> #> $`bronchus cancer`$urlId #> [1] "DOID_1325" #> #> $`bronchus cancer`$dbPhenotype #> [1] FALSE #> #> $`bronchus cancer`$`_parent` #> [1] "DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bronchus cancer`$`_is_leaf` #> [1] FALSE #> #> $`bronchus cancer`$children #> $`bronchus cancer`$children[[1]] #> [1] "DOID_3904<DOID_1325<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`bronchus cancer`$value #> [1] "bronchus cancer" #> #> #> $`bronchus cancer` #> $`bronchus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1325" #> #> $`bronchus cancer`$`_id` #> [1] "DOID_1325<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`bronchus cancer`$privateGeneCount #> [1] 0 #> #> $`bronchus cancer`$publicGeneCount #> [1] 3 #> #> $`bronchus cancer`$urlId #> [1] "DOID_1325" #> #> $`bronchus cancer`$dbPhenotype #> [1] FALSE #> #> $`bronchus cancer`$`_parent` #> [1] "DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`bronchus cancer`$`_is_leaf` #> [1] FALSE #> #> $`bronchus cancer`$children #> $`bronchus cancer`$children[[1]] #> [1] "DOID_3904<DOID_1325<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> #> $`bronchus cancer`$value #> [1] "bronchus cancer" #> #> #> $`bronchus cancer` #> $`bronchus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1325" #> #> $`bronchus cancer`$`_id` #> [1] "DOID_1325<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchus cancer`$privateGeneCount #> [1] 0 #> #> $`bronchus cancer`$publicGeneCount #> [1] 3 #> #> $`bronchus cancer`$urlId #> [1] "DOID_1325" #> #> $`bronchus cancer`$dbPhenotype #> [1] FALSE #> #> $`bronchus cancer`$`_parent` #> [1] "DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchus cancer`$`_is_leaf` #> [1] FALSE #> #> $`bronchus cancer`$children #> $`bronchus cancer`$children[[1]] #> [1] "DOID_3904<DOID_1325<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`bronchus cancer`$value #> [1] "bronchus cancer" #> #> #> $`bronchus carcinoma` #> $`bronchus carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3904" #> #> $`bronchus carcinoma`$`_id` #> [1] "DOID_3904<DOID_1325<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bronchus carcinoma`$privateGeneCount #> [1] 0 #> #> $`bronchus carcinoma`$publicGeneCount #> [1] 3 #> #> $`bronchus carcinoma`$urlId #> [1] "DOID_3904" #> #> $`bronchus carcinoma`$dbPhenotype #> [1] TRUE #> #> $`bronchus carcinoma`$`_parent` #> [1] "DOID_1325<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bronchus carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`bronchus carcinoma`$children #> list() #> #> $`bronchus carcinoma`$value #> [1] "bronchus carcinoma" #> #> #> $`bronchus carcinoma` #> $`bronchus carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3904" #> #> $`bronchus carcinoma`$`_id` #> [1] "DOID_3904<DOID_1325<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`bronchus carcinoma`$privateGeneCount #> [1] 0 #> #> $`bronchus carcinoma`$publicGeneCount #> [1] 3 #> #> $`bronchus carcinoma`$urlId #> [1] "DOID_3904" #> #> $`bronchus carcinoma`$dbPhenotype #> [1] TRUE #> #> $`bronchus carcinoma`$`_parent` #> [1] "DOID_1325<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`bronchus carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`bronchus carcinoma`$children #> list() #> #> $`bronchus carcinoma`$value #> [1] "bronchus carcinoma" #> #> #> $`bronchus carcinoma` #> $`bronchus carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3904" #> #> $`bronchus carcinoma`$`_id` #> [1] "DOID_3904<DOID_1325<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchus carcinoma`$privateGeneCount #> [1] 0 #> #> $`bronchus carcinoma`$publicGeneCount #> [1] 3 #> #> $`bronchus carcinoma`$urlId #> [1] "DOID_3904" #> #> $`bronchus carcinoma`$dbPhenotype #> [1] TRUE #> #> $`bronchus carcinoma`$`_parent` #> [1] "DOID_1325<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchus carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`bronchus carcinoma`$children #> list() #> #> $`bronchus carcinoma`$value #> [1] "bronchus carcinoma" #> #> #> $`bronchus carcinoma` #> $`bronchus carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3904" #> #> $`bronchus carcinoma`$`_id` #> [1] "DOID_3904<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bronchus carcinoma`$privateGeneCount #> [1] 0 #> #> $`bronchus carcinoma`$publicGeneCount #> [1] 3 #> #> $`bronchus carcinoma`$urlId #> [1] "DOID_3904" #> #> $`bronchus carcinoma`$dbPhenotype #> [1] TRUE #> #> $`bronchus carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bronchus carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`bronchus carcinoma`$children #> list() #> #> $`bronchus carcinoma`$value #> [1] "bronchus carcinoma" #> #> #> $`Brooke-Spiegler syndrome` #> $`Brooke-Spiegler syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050693" #> #> $`Brooke-Spiegler syndrome`$`_id` #> [1] "DOID_0050693<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Brooke-Spiegler syndrome`$privateGeneCount #> [1] 0 #> #> $`Brooke-Spiegler syndrome`$publicGeneCount #> [1] 1 #> #> $`Brooke-Spiegler syndrome`$urlId #> [1] "DOID_0050693" #> #> $`Brooke-Spiegler syndrome`$dbPhenotype #> [1] TRUE #> #> $`Brooke-Spiegler syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Brooke-Spiegler syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Brooke-Spiegler syndrome`$children #> list() #> #> $`Brooke-Spiegler syndrome`$value #> [1] "Brooke-Spiegler syndrome" #> #> #> $`Brooke-Spiegler syndrome` #> $`Brooke-Spiegler syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050693" #> #> $`Brooke-Spiegler syndrome`$`_id` #> [1] "DOID_0050693<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Brooke-Spiegler syndrome`$privateGeneCount #> [1] 0 #> #> $`Brooke-Spiegler syndrome`$publicGeneCount #> [1] 1 #> #> $`Brooke-Spiegler syndrome`$urlId #> [1] "DOID_0050693" #> #> $`Brooke-Spiegler syndrome`$dbPhenotype #> [1] TRUE #> #> $`Brooke-Spiegler syndrome`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Brooke-Spiegler syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Brooke-Spiegler syndrome`$children #> list() #> #> $`Brooke-Spiegler syndrome`$value #> [1] "Brooke-Spiegler syndrome" #> #> #> $`Brown's tendon sheath syndrome` #> $`Brown's tendon sheath syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10235" #> #> $`Brown's tendon sheath syndrome`$`_id` #> [1] "DOID_10235<DOID_9306<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Brown's tendon sheath syndrome`$privateGeneCount #> [1] 0 #> #> $`Brown's tendon sheath syndrome`$publicGeneCount #> [1] 2 #> #> $`Brown's tendon sheath syndrome`$urlId #> [1] "DOID_10235" #> #> $`Brown's tendon sheath syndrome`$dbPhenotype #> [1] TRUE #> #> $`Brown's tendon sheath syndrome`$`_parent` #> [1] "DOID_9306<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Brown's tendon sheath syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Brown's tendon sheath syndrome`$children #> list() #> #> $`Brown's tendon sheath syndrome`$value #> [1] "Brown's tendon sheath syndrome" #> #> #> $`Brown's tendon sheath syndrome` #> $`Brown's tendon sheath syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10235" #> #> $`Brown's tendon sheath syndrome`$`_id` #> [1] "DOID_10235<DOID_9306<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Brown's tendon sheath syndrome`$privateGeneCount #> [1] 0 #> #> $`Brown's tendon sheath syndrome`$publicGeneCount #> [1] 2 #> #> $`Brown's tendon sheath syndrome`$urlId #> [1] "DOID_10235" #> #> $`Brown's tendon sheath syndrome`$dbPhenotype #> [1] TRUE #> #> $`Brown's tendon sheath syndrome`$`_parent` #> [1] "DOID_9306<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Brown's tendon sheath syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Brown's tendon sheath syndrome`$children #> list() #> #> $`Brown's tendon sheath syndrome`$value #> [1] "Brown's tendon sheath syndrome" #> #> #> $`Brown's tendon sheath syndrome` #> $`Brown's tendon sheath syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10235" #> #> $`Brown's tendon sheath syndrome`$`_id` #> [1] "DOID_10235<DOID_9306<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Brown's tendon sheath syndrome`$privateGeneCount #> [1] 0 #> #> $`Brown's tendon sheath syndrome`$publicGeneCount #> [1] 2 #> #> $`Brown's tendon sheath syndrome`$urlId #> [1] "DOID_10235" #> #> $`Brown's tendon sheath syndrome`$dbPhenotype #> [1] TRUE #> #> $`Brown's tendon sheath syndrome`$`_parent` #> [1] "DOID_9306<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Brown's tendon sheath syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Brown's tendon sheath syndrome`$children #> list() #> #> $`Brown's tendon sheath syndrome`$value #> [1] "Brown's tendon sheath syndrome" #> #> #> $`Brown-Vialetto-Van Laere syndrome` #> $`Brown-Vialetto-Van Laere syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050694" #> #> $`Brown-Vialetto-Van Laere syndrome`$`_id` #> [1] "DOID_0050694<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Brown-Vialetto-Van Laere syndrome`$privateGeneCount #> [1] 0 #> #> $`Brown-Vialetto-Van Laere syndrome`$publicGeneCount #> [1] 2 #> #> $`Brown-Vialetto-Van Laere syndrome`$urlId #> [1] "DOID_0050694" #> #> $`Brown-Vialetto-Van Laere syndrome`$dbPhenotype #> [1] TRUE #> #> $`Brown-Vialetto-Van Laere syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Brown-Vialetto-Van Laere syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Brown-Vialetto-Van Laere syndrome`$children #> list() #> #> $`Brown-Vialetto-Van Laere syndrome`$value #> [1] "Brown-Vialetto-Van Laere syndrome" #> #> #> $`Brown-Vialetto-Van Laere syndrome` #> $`Brown-Vialetto-Van Laere syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050694" #> #> $`Brown-Vialetto-Van Laere syndrome`$`_id` #> [1] "DOID_0050694<DOID_225<DOID_4" #> #> $`Brown-Vialetto-Van Laere syndrome`$privateGeneCount #> [1] 0 #> #> $`Brown-Vialetto-Van Laere syndrome`$publicGeneCount #> [1] 2 #> #> $`Brown-Vialetto-Van Laere syndrome`$urlId #> [1] "DOID_0050694" #> #> $`Brown-Vialetto-Van Laere syndrome`$dbPhenotype #> [1] TRUE #> #> $`Brown-Vialetto-Van Laere syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Brown-Vialetto-Van Laere syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Brown-Vialetto-Van Laere syndrome`$children #> list() #> #> $`Brown-Vialetto-Van Laere syndrome`$value #> [1] "Brown-Vialetto-Van Laere syndrome" #> #> #> $`Bruck syndrome` #> $`Bruck syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060231" #> #> $`Bruck syndrome`$`_id` #> [1] "DOID_0060231<DOID_225<DOID_4" #> #> $`Bruck syndrome`$privateGeneCount #> [1] 0 #> #> $`Bruck syndrome`$publicGeneCount #> [1] 2 #> #> $`Bruck syndrome`$urlId #> [1] "DOID_0060231" #> #> $`Bruck syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bruck syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Bruck syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bruck syndrome`$children #> list() #> #> $`Bruck syndrome`$value #> [1] "Bruck syndrome" #> #> #> $`Brugada syndrome` #> $`Brugada syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050451" #> #> $`Brugada syndrome`$`_id` #> [1] "DOID_0050451<DOID_0050177<DOID_630<DOID_4" #> #> $`Brugada syndrome`$privateGeneCount #> [1] 0 #> #> $`Brugada syndrome`$publicGeneCount #> [1] 11 #> #> $`Brugada syndrome`$urlId #> [1] "DOID_0050451" #> #> $`Brugada syndrome`$dbPhenotype #> [1] TRUE #> #> $`Brugada syndrome`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`Brugada syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Brugada syndrome`$children #> list() #> #> $`Brugada syndrome`$value #> [1] "Brugada syndrome" #> #> #> $`Brugada syndrome` #> $`Brugada syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050451" #> #> $`Brugada syndrome`$`_id` #> [1] "DOID_0050451<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`Brugada syndrome`$privateGeneCount #> [1] 0 #> #> $`Brugada syndrome`$publicGeneCount #> [1] 11 #> #> $`Brugada syndrome`$urlId #> [1] "DOID_0050451" #> #> $`Brugada syndrome`$dbPhenotype #> [1] TRUE #> #> $`Brugada syndrome`$`_parent` #> [1] "DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`Brugada syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Brugada syndrome`$children #> list() #> #> $`Brugada syndrome`$value #> [1] "Brugada syndrome" #> #> #> $`Budd-Chiari syndrome` #> $`Budd-Chiari syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11512" #> #> $`Budd-Chiari syndrome`$`_id` #> [1] "DOID_11512<DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Budd-Chiari syndrome`$privateGeneCount #> [1] 0 #> #> $`Budd-Chiari syndrome`$publicGeneCount #> [1] 2 #> #> $`Budd-Chiari syndrome`$urlId #> [1] "DOID_11512" #> #> $`Budd-Chiari syndrome`$dbPhenotype #> [1] TRUE #> #> $`Budd-Chiari syndrome`$`_parent` #> [1] "DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Budd-Chiari syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Budd-Chiari syndrome`$children #> list() #> #> $`Budd-Chiari syndrome`$value #> [1] "Budd-Chiari syndrome" #> #> #> $`Budd-Chiari syndrome` #> $`Budd-Chiari syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11512" #> #> $`Budd-Chiari syndrome`$`_id` #> [1] "DOID_11512<DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`Budd-Chiari syndrome`$privateGeneCount #> [1] 0 #> #> $`Budd-Chiari syndrome`$publicGeneCount #> [1] 2 #> #> $`Budd-Chiari syndrome`$urlId #> [1] "DOID_11512" #> #> $`Budd-Chiari syndrome`$dbPhenotype #> [1] TRUE #> #> $`Budd-Chiari syndrome`$`_parent` #> [1] "DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`Budd-Chiari syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Budd-Chiari syndrome`$children #> list() #> #> $`Budd-Chiari syndrome`$value #> [1] "Budd-Chiari syndrome" #> #> #> $`bulimia nervosa` #> $`bulimia nervosa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12129" #> #> $`bulimia nervosa`$`_id` #> [1] "DOID_12129<DOID_8670<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`bulimia nervosa`$privateGeneCount #> [1] 0 #> #> $`bulimia nervosa`$publicGeneCount #> [1] 8 #> #> $`bulimia nervosa`$urlId #> [1] "DOID_12129" #> #> $`bulimia nervosa`$dbPhenotype #> [1] TRUE #> #> $`bulimia nervosa`$`_parent` #> [1] "DOID_8670<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`bulimia nervosa`$`_is_leaf` #> [1] TRUE #> #> $`bulimia nervosa`$children #> list() #> #> $`bulimia nervosa`$value #> [1] "bulimia nervosa" #> #> #> $`bullous pemphigoid` #> $`bullous pemphigoid`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8506" #> #> $`bullous pemphigoid`$`_id` #> [1] "DOID_8506<DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`bullous pemphigoid`$privateGeneCount #> [1] 0 #> #> $`bullous pemphigoid`$publicGeneCount #> [1] 5 #> #> $`bullous pemphigoid`$urlId #> [1] "DOID_8506" #> #> $`bullous pemphigoid`$dbPhenotype #> [1] TRUE #> #> $`bullous pemphigoid`$`_parent` #> [1] "DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`bullous pemphigoid`$`_is_leaf` #> [1] TRUE #> #> $`bullous pemphigoid`$children #> list() #> #> $`bullous pemphigoid`$value #> [1] "bullous pemphigoid" #> #> #> $`bullous pemphigoid` #> $`bullous pemphigoid`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8506" #> #> $`bullous pemphigoid`$`_id` #> [1] "DOID_8506<DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`bullous pemphigoid`$privateGeneCount #> [1] 0 #> #> $`bullous pemphigoid`$publicGeneCount #> [1] 5 #> #> $`bullous pemphigoid`$urlId #> [1] "DOID_8506" #> #> $`bullous pemphigoid`$dbPhenotype #> [1] TRUE #> #> $`bullous pemphigoid`$`_parent` #> [1] "DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`bullous pemphigoid`$`_is_leaf` #> [1] TRUE #> #> $`bullous pemphigoid`$children #> list() #> #> $`bullous pemphigoid`$value #> [1] "bullous pemphigoid" #> #> #> $`bullous pemphigoid` #> $`bullous pemphigoid`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8506" #> #> $`bullous pemphigoid`$`_id` #> [1] "DOID_8506<DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`bullous pemphigoid`$privateGeneCount #> [1] 0 #> #> $`bullous pemphigoid`$publicGeneCount #> [1] 5 #> #> $`bullous pemphigoid`$urlId #> [1] "DOID_8506" #> #> $`bullous pemphigoid`$dbPhenotype #> [1] TRUE #> #> $`bullous pemphigoid`$`_parent` #> [1] "DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`bullous pemphigoid`$`_is_leaf` #> [1] TRUE #> #> $`bullous pemphigoid`$children #> list() #> #> $`bullous pemphigoid`$value #> [1] "bullous pemphigoid" #> #> #> $`bullous pemphigoid` #> $`bullous pemphigoid`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8506" #> #> $`bullous pemphigoid`$`_id` #> [1] "DOID_8506<DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bullous pemphigoid`$privateGeneCount #> [1] 0 #> #> $`bullous pemphigoid`$publicGeneCount #> [1] 5 #> #> $`bullous pemphigoid`$urlId #> [1] "DOID_8506" #> #> $`bullous pemphigoid`$dbPhenotype #> [1] TRUE #> #> $`bullous pemphigoid`$`_parent` #> [1] "DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bullous pemphigoid`$`_is_leaf` #> [1] TRUE #> #> $`bullous pemphigoid`$children #> list() #> #> $`bullous pemphigoid`$value #> [1] "bullous pemphigoid" #> #> #> $`bullous skin disease` #> $`bullous skin disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8502" #> #> $`bullous skin disease`$`_id` #> [1] "DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`bullous skin disease`$privateGeneCount #> [1] 0 #> #> $`bullous skin disease`$publicGeneCount #> [1] 22 #> #> $`bullous skin disease`$urlId #> [1] "DOID_8502" #> #> $`bullous skin disease`$dbPhenotype #> [1] FALSE #> #> $`bullous skin disease`$`_parent` #> [1] "DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`bullous skin disease`$`_is_leaf` #> [1] FALSE #> #> $`bullous skin disease`$children #> $`bullous skin disease`$children[[1]] #> [1] "DOID_11656<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`bullous skin disease`$children[[2]] #> [1] "DOID_8505<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`bullous skin disease`$children[[3]] #> [1] "DOID_9182<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`bullous skin disease`$children[[4]] #> [1] "DOID_8508<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`bullous skin disease`$value #> [1] "bullous skin disease" #> #> #> $`bullous skin disease` #> $`bullous skin disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8502" #> #> $`bullous skin disease`$`_id` #> [1] "DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bullous skin disease`$privateGeneCount #> [1] 0 #> #> $`bullous skin disease`$publicGeneCount #> [1] 22 #> #> $`bullous skin disease`$urlId #> [1] "DOID_8502" #> #> $`bullous skin disease`$dbPhenotype #> [1] FALSE #> #> $`bullous skin disease`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bullous skin disease`$`_is_leaf` #> [1] FALSE #> #> $`bullous skin disease`$children #> $`bullous skin disease`$children[[1]] #> [1] "DOID_11656<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bullous skin disease`$children[[2]] #> [1] "DOID_8505<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bullous skin disease`$children[[3]] #> [1] "DOID_9182<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bullous skin disease`$children[[4]] #> [1] "DOID_8508<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bullous skin disease`$value #> [1] "bullous skin disease" #> #> #> $buphthalmos #> $buphthalmos$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11211" #> #> $buphthalmos$`_id` #> [1] "DOID_11211<DOID_11212<DOID_0050593<DOID_0050177<DOID_630<DOID_4" #> #> $buphthalmos$privateGeneCount #> [1] 0 #> #> $buphthalmos$publicGeneCount #> [1] 1 #> #> $buphthalmos$urlId #> [1] "DOID_11211" #> #> $buphthalmos$dbPhenotype #> [1] TRUE #> #> $buphthalmos$`_parent` #> [1] "DOID_11212<DOID_0050593<DOID_0050177<DOID_630<DOID_4" #> #> $buphthalmos$`_is_leaf` #> [1] TRUE #> #> $buphthalmos$children #> list() #> #> $buphthalmos$value #> [1] "buphthalmos" #> #> #> $buphthalmos #> $buphthalmos$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11211" #> #> $buphthalmos$`_id` #> [1] "DOID_11211<DOID_11212<DOID_0050593<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $buphthalmos$privateGeneCount #> [1] 0 #> #> $buphthalmos$publicGeneCount #> [1] 1 #> #> $buphthalmos$urlId #> [1] "DOID_11211" #> #> $buphthalmos$dbPhenotype #> [1] TRUE #> #> $buphthalmos$`_parent` #> [1] "DOID_11212<DOID_0050593<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $buphthalmos$`_is_leaf` #> [1] TRUE #> #> $buphthalmos$children #> list() #> #> $buphthalmos$value #> [1] "buphthalmos" #> #> #> $`Burkitt lymphoma` #> $`Burkitt lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8584" #> #> $`Burkitt lymphoma`$`_id` #> [1] "DOID_8584<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Burkitt lymphoma`$privateGeneCount #> [1] 0 #> #> $`Burkitt lymphoma`$publicGeneCount #> [1] 15 #> #> $`Burkitt lymphoma`$urlId #> [1] "DOID_8584" #> #> $`Burkitt lymphoma`$dbPhenotype #> [1] TRUE #> #> $`Burkitt lymphoma`$`_parent` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Burkitt lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`Burkitt lymphoma`$children #> list() #> #> $`Burkitt lymphoma`$value #> [1] "Burkitt lymphoma" #> #> #> $`Burkitt lymphoma` #> $`Burkitt lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8584" #> #> $`Burkitt lymphoma`$`_id` #> [1] "DOID_8584<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Burkitt lymphoma`$privateGeneCount #> [1] 0 #> #> $`Burkitt lymphoma`$publicGeneCount #> [1] 15 #> #> $`Burkitt lymphoma`$urlId #> [1] "DOID_8584" #> #> $`Burkitt lymphoma`$dbPhenotype #> [1] TRUE #> #> $`Burkitt lymphoma`$`_parent` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Burkitt lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`Burkitt lymphoma`$children #> list() #> #> $`Burkitt lymphoma`$value #> [1] "Burkitt lymphoma" #> #> #> $`Burkitt lymphoma` #> $`Burkitt lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8584" #> #> $`Burkitt lymphoma`$`_id` #> [1] "DOID_8584<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Burkitt lymphoma`$privateGeneCount #> [1] 0 #> #> $`Burkitt lymphoma`$publicGeneCount #> [1] 15 #> #> $`Burkitt lymphoma`$urlId #> [1] "DOID_8584" #> #> $`Burkitt lymphoma`$dbPhenotype #> [1] TRUE #> #> $`Burkitt lymphoma`$`_parent` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Burkitt lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`Burkitt lymphoma`$children #> list() #> #> $`Burkitt lymphoma`$value #> [1] "Burkitt lymphoma" #> #> #> $`Burkitt lymphoma` #> $`Burkitt lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8584" #> #> $`Burkitt lymphoma`$`_id` #> [1] "DOID_8584<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Burkitt lymphoma`$privateGeneCount #> [1] 0 #> #> $`Burkitt lymphoma`$publicGeneCount #> [1] 15 #> #> $`Burkitt lymphoma`$urlId #> [1] "DOID_8584" #> #> $`Burkitt lymphoma`$dbPhenotype #> [1] TRUE #> #> $`Burkitt lymphoma`$`_parent` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Burkitt lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`Burkitt lymphoma`$children #> list() #> #> $`Burkitt lymphoma`$value #> [1] "Burkitt lymphoma" #> #> #> $`Burkitt lymphoma` #> $`Burkitt lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8584" #> #> $`Burkitt lymphoma`$`_id` #> [1] "DOID_8584<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Burkitt lymphoma`$privateGeneCount #> [1] 0 #> #> $`Burkitt lymphoma`$publicGeneCount #> [1] 15 #> #> $`Burkitt lymphoma`$urlId #> [1] "DOID_8584" #> #> $`Burkitt lymphoma`$dbPhenotype #> [1] TRUE #> #> $`Burkitt lymphoma`$`_parent` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Burkitt lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`Burkitt lymphoma`$children #> list() #> #> $`Burkitt lymphoma`$value #> [1] "Burkitt lymphoma" #> #> #> $Cachexia #> $Cachexia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004326" #> #> $Cachexia$`_id` #> [1] "HP_0004326<HP_0001824<HP_0004325<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $Cachexia$privateGeneCount #> [1] 0 #> #> $Cachexia$publicGeneCount #> [1] 14 #> #> $Cachexia$urlId #> [1] "HP_0004326" #> #> $Cachexia$dbPhenotype #> [1] TRUE #> #> $Cachexia$`_parent` #> [1] "HP_0001824<HP_0004325<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $Cachexia$`_is_leaf` #> [1] TRUE #> #> $Cachexia$children #> list() #> #> $Cachexia$value #> [1] "Cachexia" #> #> #> $`Cafe-au-lait spot` #> $`Cafe-au-lait spot`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000957" #> #> $`Cafe-au-lait spot`$`_id` #> [1] "HP_0000957<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Cafe-au-lait spot`$privateGeneCount #> [1] 0 #> #> $`Cafe-au-lait spot`$publicGeneCount #> [1] 3 #> #> $`Cafe-au-lait spot`$urlId #> [1] "HP_0000957" #> #> $`Cafe-au-lait spot`$dbPhenotype #> [1] TRUE #> #> $`Cafe-au-lait spot`$`_parent` #> [1] "HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Cafe-au-lait spot`$`_is_leaf` #> [1] TRUE #> #> $`Cafe-au-lait spot`$children #> list() #> #> $`Cafe-au-lait spot`$value #> [1] "Cafe-au-lait spot" #> #> #> $`Caffey disease` #> $`Caffey disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4257" #> #> $`Caffey disease`$`_id` #> [1] "DOID_4257<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Caffey disease`$privateGeneCount #> [1] 0 #> #> $`Caffey disease`$publicGeneCount #> [1] 2 #> #> $`Caffey disease`$urlId #> [1] "DOID_4257" #> #> $`Caffey disease`$dbPhenotype #> [1] TRUE #> #> $`Caffey disease`$`_parent` #> [1] "DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Caffey disease`$`_is_leaf` #> [1] TRUE #> #> $`Caffey disease`$children #> list() #> #> $`Caffey disease`$value #> [1] "Caffey disease" #> #> #> $calcinosis #> $calcinosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_182" #> #> $calcinosis$`_id` #> [1] "DOID_182<DOID_10575<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $calcinosis$privateGeneCount #> [1] 0 #> #> $calcinosis$publicGeneCount #> [1] 50 #> #> $calcinosis$urlId #> [1] "DOID_182" #> #> $calcinosis$dbPhenotype #> [1] TRUE #> #> $calcinosis$`_parent` #> [1] "DOID_10575<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $calcinosis$`_is_leaf` #> [1] TRUE #> #> $calcinosis$children #> list() #> #> $calcinosis$value #> [1] "calcinosis" #> #> #> $`calcium metabolism disease` #> $`calcium metabolism disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10575" #> #> $`calcium metabolism disease`$`_id` #> [1] "DOID_10575<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`calcium metabolism disease`$privateGeneCount #> [1] 0 #> #> $`calcium metabolism disease`$publicGeneCount #> [1] 63 #> #> $`calcium metabolism disease`$urlId #> [1] "DOID_10575" #> #> $`calcium metabolism disease`$dbPhenotype #> [1] FALSE #> #> $`calcium metabolism disease`$`_parent` #> [1] "DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`calcium metabolism disease`$`_is_leaf` #> [1] FALSE #> #> $`calcium metabolism disease`$children #> $`calcium metabolism disease`$children[[1]] #> [1] "DOID_182<DOID_10575<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`calcium metabolism disease`$children[[2]] #> [1] "DOID_12678<DOID_10575<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`calcium metabolism disease`$value #> [1] "calcium metabolism disease" #> #> #> $`campomelic dysplasia` #> $`campomelic dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050463" #> #> $`campomelic dysplasia`$`_id` #> [1] "DOID_0050463<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`campomelic dysplasia`$privateGeneCount #> [1] 0 #> #> $`campomelic dysplasia`$publicGeneCount #> [1] 1 #> #> $`campomelic dysplasia`$urlId #> [1] "DOID_0050463" #> #> $`campomelic dysplasia`$dbPhenotype #> [1] TRUE #> #> $`campomelic dysplasia`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`campomelic dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`campomelic dysplasia`$children #> list() #> #> $`campomelic dysplasia`$value #> [1] "campomelic dysplasia" #> #> #> $`campomelic dysplasia` #> $`campomelic dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050463" #> #> $`campomelic dysplasia`$`_id` #> [1] "DOID_0050463<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`campomelic dysplasia`$privateGeneCount #> [1] 0 #> #> $`campomelic dysplasia`$publicGeneCount #> [1] 1 #> #> $`campomelic dysplasia`$urlId #> [1] "DOID_0050463" #> #> $`campomelic dysplasia`$dbPhenotype #> [1] TRUE #> #> $`campomelic dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`campomelic dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`campomelic dysplasia`$children #> list() #> #> $`campomelic dysplasia`$value #> [1] "campomelic dysplasia" #> #> #> $`Camurati-Engelmann disease` #> $`Camurati-Engelmann disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4997" #> #> $`Camurati-Engelmann disease`$`_id` #> [1] "DOID_4997<DOID_0050177<DOID_630<DOID_4" #> #> $`Camurati-Engelmann disease`$privateGeneCount #> [1] 0 #> #> $`Camurati-Engelmann disease`$publicGeneCount #> [1] 1 #> #> $`Camurati-Engelmann disease`$urlId #> [1] "DOID_4997" #> #> $`Camurati-Engelmann disease`$dbPhenotype #> [1] TRUE #> #> $`Camurati-Engelmann disease`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`Camurati-Engelmann disease`$`_is_leaf` #> [1] TRUE #> #> $`Camurati-Engelmann disease`$children #> list() #> #> $`Camurati-Engelmann disease`$value #> [1] "Camurati-Engelmann disease" #> #> #> $`Camurati-Engelmann disease` #> $`Camurati-Engelmann disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4997" #> #> $`Camurati-Engelmann disease`$`_id` #> [1] "DOID_4997<DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Camurati-Engelmann disease`$privateGeneCount #> [1] 0 #> #> $`Camurati-Engelmann disease`$publicGeneCount #> [1] 1 #> #> $`Camurati-Engelmann disease`$urlId #> [1] "DOID_4997" #> #> $`Camurati-Engelmann disease`$dbPhenotype #> [1] TRUE #> #> $`Camurati-Engelmann disease`$`_parent` #> [1] "DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Camurati-Engelmann disease`$`_is_leaf` #> [1] TRUE #> #> $`Camurati-Engelmann disease`$children #> list() #> #> $`Camurati-Engelmann disease`$value #> [1] "Camurati-Engelmann disease" #> #> #> $`Canavan disease` #> $`Canavan disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3613" #> #> $`Canavan disease`$`_id` #> [1] "DOID_3613<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Canavan disease`$privateGeneCount #> [1] 0 #> #> $`Canavan disease`$publicGeneCount #> [1] 1 #> #> $`Canavan disease`$urlId #> [1] "DOID_3613" #> #> $`Canavan disease`$dbPhenotype #> [1] TRUE #> #> $`Canavan disease`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Canavan disease`$`_is_leaf` #> [1] TRUE #> #> $`Canavan disease`$children #> list() #> #> $`Canavan disease`$value #> [1] "Canavan disease" #> #> #> $`Canavan disease` #> $`Canavan disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3613" #> #> $`Canavan disease`$`_id` #> [1] "DOID_3613<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Canavan disease`$privateGeneCount #> [1] 0 #> #> $`Canavan disease`$publicGeneCount #> [1] 1 #> #> $`Canavan disease`$urlId #> [1] "DOID_3613" #> #> $`Canavan disease`$dbPhenotype #> [1] TRUE #> #> $`Canavan disease`$`_parent` #> [1] "DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Canavan disease`$`_is_leaf` #> [1] TRUE #> #> $`Canavan disease`$children #> list() #> #> $`Canavan disease`$value #> [1] "Canavan disease" #> #> #> $cancer #> $cancer$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_162" #> #> $cancer$`_id` #> [1] "DOID_162<DOID_14566<DOID_4" #> #> $cancer$privateGeneCount #> [1] 0 #> #> $cancer$publicGeneCount #> [1] 2999 #> #> $cancer$urlId #> [1] "DOID_162" #> #> $cancer$dbPhenotype #> [1] FALSE #> #> $cancer$`_parent` #> [1] "DOID_14566<DOID_4" #> #> $cancer$`_is_leaf` #> [1] FALSE #> #> $cancer$children #> $cancer$children[[1]] #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $cancer$children[[2]] #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $cancer$value #> [1] "cancer" #> #> #> $candidiasis #> $candidiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1508" #> #> $candidiasis$`_id` #> [1] "DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $candidiasis$privateGeneCount #> [1] 0 #> #> $candidiasis$publicGeneCount #> [1] 10 #> #> $candidiasis$urlId #> [1] "DOID_1508" #> #> $candidiasis$dbPhenotype #> [1] TRUE #> #> $candidiasis$`_parent` #> [1] "DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $candidiasis$`_is_leaf` #> [1] FALSE #> #> $candidiasis$children #> $candidiasis$children[[1]] #> [1] "DOID_2058<DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $candidiasis$children[[2]] #> [1] "DOID_14262<DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $candidiasis$children[[3]] #> [1] "DOID_2272<DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> #> $candidiasis$value #> [1] "candidiasis" #> #> #> $`cannabis abuse` #> $`cannabis abuse`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9505" #> #> $`cannabis abuse`$`_id` #> [1] "DOID_9505<DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`cannabis abuse`$privateGeneCount #> [1] 0 #> #> $`cannabis abuse`$publicGeneCount #> [1] 10 #> #> $`cannabis abuse`$urlId #> [1] "DOID_9505" #> #> $`cannabis abuse`$dbPhenotype #> [1] TRUE #> #> $`cannabis abuse`$`_parent` #> [1] "DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`cannabis abuse`$`_is_leaf` #> [1] TRUE #> #> $`cannabis abuse`$children #> list() #> #> $`cannabis abuse`$value #> [1] "cannabis abuse" #> #> #> $`cannabis dependence` #> $`cannabis dependence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1849" #> #> $`cannabis dependence`$`_id` #> [1] "DOID_1849<DOID_9977<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`cannabis dependence`$privateGeneCount #> [1] 0 #> #> $`cannabis dependence`$publicGeneCount #> [1] 13 #> #> $`cannabis dependence`$urlId #> [1] "DOID_1849" #> #> $`cannabis dependence`$dbPhenotype #> [1] TRUE #> #> $`cannabis dependence`$`_parent` #> [1] "DOID_9977<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`cannabis dependence`$`_is_leaf` #> [1] TRUE #> #> $`cannabis dependence`$children #> list() #> #> $`cannabis dependence`$value #> [1] "cannabis dependence" #> #> #> $`capillary disease` #> $`capillary disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1271" #> #> $`capillary disease`$`_id` #> [1] "DOID_1271<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`capillary disease`$privateGeneCount #> [1] 0 #> #> $`capillary disease`$publicGeneCount #> [1] 4 #> #> $`capillary disease`$urlId #> [1] "DOID_1271" #> #> $`capillary disease`$dbPhenotype #> [1] FALSE #> #> $`capillary disease`$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`capillary disease`$`_is_leaf` #> [1] FALSE #> #> $`capillary disease`$children #> $`capillary disease`$children[[1]] #> [1] "DOID_2725<DOID_1271<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`capillary disease`$children[[2]] #> [1] "DOID_2493<DOID_1271<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`capillary disease`$value #> [1] "capillary disease" #> #> #> $`capillary hemangioma` #> $`capillary hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2725" #> #> $`capillary hemangioma`$`_id` #> [1] "DOID_2725<DOID_1271<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`capillary hemangioma`$privateGeneCount #> [1] 0 #> #> $`capillary hemangioma`$publicGeneCount #> [1] 3 #> #> $`capillary hemangioma`$urlId #> [1] "DOID_2725" #> #> $`capillary hemangioma`$dbPhenotype #> [1] TRUE #> #> $`capillary hemangioma`$`_parent` #> [1] "DOID_1271<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`capillary hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`capillary hemangioma`$children #> list() #> #> $`capillary hemangioma`$value #> [1] "capillary hemangioma" #> #> #> $`Capillary malformation` #> $`Capillary malformation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025104" #> #> $`Capillary malformation`$`_id` #> [1] "HP_0025104<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Capillary malformation`$privateGeneCount #> [1] 0 #> #> $`Capillary malformation`$publicGeneCount #> [1] 3 #> #> $`Capillary malformation`$urlId #> [1] "HP_0025104" #> #> $`Capillary malformation`$dbPhenotype #> [1] FALSE #> #> $`Capillary malformation`$`_parent` #> [1] "HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Capillary malformation`$`_is_leaf` #> [1] FALSE #> #> $`Capillary malformation`$children #> $`Capillary malformation`$children[[1]] #> [1] "HP_0001052<HP_0025104<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Capillary malformation`$value #> [1] "Capillary malformation" #> #> #> $`carbamoyl phosphate synthetase I deficiency disease` #> $`carbamoyl phosphate synthetase I deficiency disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9280" #> #> $`carbamoyl phosphate synthetase I deficiency disease`$`_id` #> [1] "DOID_9280<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`carbamoyl phosphate synthetase I deficiency disease`$privateGeneCount #> [1] 0 #> #> $`carbamoyl phosphate synthetase I deficiency disease`$publicGeneCount #> [1] 1 #> #> $`carbamoyl phosphate synthetase I deficiency disease`$urlId #> [1] "DOID_9280" #> #> $`carbamoyl phosphate synthetase I deficiency disease`$dbPhenotype #> [1] TRUE #> #> $`carbamoyl phosphate synthetase I deficiency disease`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`carbamoyl phosphate synthetase I deficiency disease`$`_is_leaf` #> [1] TRUE #> #> $`carbamoyl phosphate synthetase I deficiency disease`$children #> list() #> #> $`carbamoyl phosphate synthetase I deficiency disease`$value #> [1] "carbamoyl phosphate synthetase I deficiency disease" #> #> #> $`carbamoyl phosphate synthetase I deficiency disease` #> $`carbamoyl phosphate synthetase I deficiency disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9280" #> #> $`carbamoyl phosphate synthetase I deficiency disease`$`_id` #> [1] "DOID_9280<DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`carbamoyl phosphate synthetase I deficiency disease`$privateGeneCount #> [1] 0 #> #> $`carbamoyl phosphate synthetase I deficiency disease`$publicGeneCount #> [1] 1 #> #> $`carbamoyl phosphate synthetase I deficiency disease`$urlId #> [1] "DOID_9280" #> #> $`carbamoyl phosphate synthetase I deficiency disease`$dbPhenotype #> [1] TRUE #> #> $`carbamoyl phosphate synthetase I deficiency disease`$`_parent` #> [1] "DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`carbamoyl phosphate synthetase I deficiency disease`$`_is_leaf` #> [1] TRUE #> #> $`carbamoyl phosphate synthetase I deficiency disease`$children #> list() #> #> $`carbamoyl phosphate synthetase I deficiency disease`$value #> [1] "carbamoyl phosphate synthetase I deficiency disease" #> #> #> $`carbohydrate metabolic disorder` #> $`carbohydrate metabolic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2978" #> #> $`carbohydrate metabolic disorder`$`_id` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$privateGeneCount #> [1] 0 #> #> $`carbohydrate metabolic disorder`$publicGeneCount #> [1] 105 #> #> $`carbohydrate metabolic disorder`$urlId #> [1] "DOID_2978" #> #> $`carbohydrate metabolic disorder`$dbPhenotype #> [1] TRUE #> #> $`carbohydrate metabolic disorder`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$`_is_leaf` #> [1] FALSE #> #> $`carbohydrate metabolic disorder`$children #> $`carbohydrate metabolic disorder`$children[[1]] #> [1] "DOID_5212<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[2]] #> [1] "DOID_5204<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[3]] #> [1] "DOID_9870<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[4]] #> [1] "DOID_2862<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[5]] #> [1] "DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[6]] #> [1] "DOID_9869<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[7]] #> [1] "DOID_13317<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[8]] #> [1] "DOID_10604<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[9]] #> [1] "DOID_857<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[10]] #> [1] "DOID_2977<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[11]] #> [1] "DOID_3651<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[12]] #> [1] "DOID_3649<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> #> $`carbohydrate metabolic disorder`$value #> [1] "carbohydrate metabolic disorder" #> #> #> $`carbohydrate metabolism disease` #> $`carbohydrate metabolism disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050013" #> #> $`carbohydrate metabolism disease`$`_id` #> [1] "DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolism disease`$privateGeneCount #> [1] 0 #> #> $`carbohydrate metabolism disease`$publicGeneCount #> [1] 540 #> #> $`carbohydrate metabolism disease`$urlId #> [1] "DOID_0050013" #> #> $`carbohydrate metabolism disease`$dbPhenotype #> [1] FALSE #> #> $`carbohydrate metabolism disease`$`_parent` #> [1] "DOID_0060158<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolism disease`$`_is_leaf` #> [1] FALSE #> #> $`carbohydrate metabolism disease`$children #> $`carbohydrate metabolism disease`$children[[1]] #> [1] "DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`carbohydrate metabolism disease`$value #> [1] "carbohydrate metabolism disease" #> #> #> $`Carcinoid tumor` #> $`Carcinoid tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100570" #> #> $`Carcinoid tumor`$`_id` #> [1] "HP_0100570<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Carcinoid tumor`$privateGeneCount #> [1] 0 #> #> $`Carcinoid tumor`$publicGeneCount #> [1] 4 #> #> $`Carcinoid tumor`$urlId #> [1] "HP_0100570" #> #> $`Carcinoid tumor`$dbPhenotype #> [1] TRUE #> #> $`Carcinoid tumor`$`_parent` #> [1] "HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Carcinoid tumor`$`_is_leaf` #> [1] TRUE #> #> $`Carcinoid tumor`$children #> list() #> #> $`Carcinoid tumor`$value #> [1] "Carcinoid tumor" #> #> #> $`Carcinoid tumor` #> $`Carcinoid tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100570" #> #> $`Carcinoid tumor`$`_id` #> [1] "HP_0100570<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Carcinoid tumor`$privateGeneCount #> [1] 0 #> #> $`Carcinoid tumor`$publicGeneCount #> [1] 4 #> #> $`Carcinoid tumor`$urlId #> [1] "HP_0100570" #> #> $`Carcinoid tumor`$dbPhenotype #> [1] TRUE #> #> $`Carcinoid tumor`$`_parent` #> [1] "HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Carcinoid tumor`$`_is_leaf` #> [1] TRUE #> #> $`Carcinoid tumor`$children #> list() #> #> $`Carcinoid tumor`$value #> [1] "Carcinoid tumor" #> #> #> $carcinoma #> $carcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_305" #> #> $carcinoma$`_id` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$privateGeneCount #> [1] 0 #> #> $carcinoma$publicGeneCount #> [1] 1230 #> #> $carcinoma$urlId #> [1] "DOID_305" #> #> $carcinoma$dbPhenotype #> [1] TRUE #> #> $carcinoma$`_parent` #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$`_is_leaf` #> [1] FALSE #> #> $carcinoma$children #> $carcinoma$children[[1]] #> [1] "DOID_3025<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[2]] #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[3]] #> [1] "DOID_3948<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[4]] #> [1] "DOID_4908<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[5]] #> [1] "DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[6]] #> [1] "DOID_3904<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[7]] #> [1] "DOID_2893<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[8]] #> [1] "DOID_1520<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[9]] #> [1] "DOID_3308<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[10]] #> [1] "DOID_2871<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[11]] #> [1] "DOID_1107<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[12]] #> [1] "DOID_1963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[13]] #> [1] "DOID_4903<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[14]] #> [1] "DOID_1542<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[15]] #> [1] "DOID_4552<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[16]] #> [1] "DOID_686<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[17]] #> [1] "DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[18]] #> [1] "DOID_9261<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[19]] #> [1] "DOID_1800<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[20]] #> [1] "DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[21]] #> [1] "DOID_4905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[22]] #> [1] "DOID_3113<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[23]] #> [1] "DOID_1540<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[24]] #> [1] "DOID_4916<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[25]] #> [1] "DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[26]] #> [1] "DOID_0050904<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[27]] #> [1] "DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[28]] #> [1] "DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[29]] #> [1] "DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[30]] #> [1] "DOID_3284<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[31]] #> [1] "DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[32]] #> [1] "DOID_2671<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $carcinoma$value #> [1] "carcinoma" #> #> #> $carcinosarcoma #> $carcinosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4236" #> #> $carcinosarcoma$`_id` #> [1] "DOID_4236<DOID_154<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinosarcoma$privateGeneCount #> [1] 0 #> #> $carcinosarcoma$publicGeneCount #> [1] 5 #> #> $carcinosarcoma$urlId #> [1] "DOID_4236" #> #> $carcinosarcoma$dbPhenotype #> [1] TRUE #> #> $carcinosarcoma$`_parent` #> [1] "DOID_154<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinosarcoma$`_is_leaf` #> [1] TRUE #> #> $carcinosarcoma$children #> list() #> #> $carcinosarcoma$value #> [1] "carcinosarcoma" #> #> #> $`Cardiac arrest` #> $`Cardiac arrest`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001695" #> #> $`Cardiac arrest`$`_id` #> [1] "HP_0001695<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cardiac arrest`$privateGeneCount #> [1] 0 #> #> $`Cardiac arrest`$publicGeneCount #> [1] 17 #> #> $`Cardiac arrest`$urlId #> [1] "HP_0001695" #> #> $`Cardiac arrest`$dbPhenotype #> [1] FALSE #> #> $`Cardiac arrest`$`_parent` #> [1] "HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cardiac arrest`$`_is_leaf` #> [1] FALSE #> #> $`Cardiac arrest`$children #> $`Cardiac arrest`$children[[1]] #> [1] "HP_0001645<HP_0001695<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Cardiac arrest`$value #> [1] "Cardiac arrest" #> #> #> $`Cardiac conduction abnormality` #> $`Cardiac conduction abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031546" #> #> $`Cardiac conduction abnormality`$`_id` #> [1] "HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cardiac conduction abnormality`$privateGeneCount #> [1] 0 #> #> $`Cardiac conduction abnormality`$publicGeneCount #> [1] 3 #> #> $`Cardiac conduction abnormality`$urlId #> [1] "HP_0031546" #> #> $`Cardiac conduction abnormality`$dbPhenotype #> [1] FALSE #> #> $`Cardiac conduction abnormality`$`_parent` #> [1] "HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cardiac conduction abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Cardiac conduction abnormality`$children #> $`Cardiac conduction abnormality`$children[[1]] #> [1] "HP_0005150<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cardiac conduction abnormality`$children[[2]] #> [1] "HP_0012722<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Cardiac conduction abnormality`$value #> [1] "Cardiac conduction abnormality" #> #> #> $`Cardiac rhabdomyoma` #> $`Cardiac rhabdomyoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009729" #> #> $`Cardiac rhabdomyoma`$`_id` #> [1] "HP_0009729<HP_0009730<HP_0009728<HP_0003011<HP_0000118<HP_0000001" #> #> $`Cardiac rhabdomyoma`$privateGeneCount #> [1] 0 #> #> $`Cardiac rhabdomyoma`$publicGeneCount #> [1] 2 #> #> $`Cardiac rhabdomyoma`$urlId #> [1] "HP_0009729" #> #> $`Cardiac rhabdomyoma`$dbPhenotype #> [1] TRUE #> #> $`Cardiac rhabdomyoma`$`_parent` #> [1] "HP_0009730<HP_0009728<HP_0003011<HP_0000118<HP_0000001" #> #> $`Cardiac rhabdomyoma`$`_is_leaf` #> [1] TRUE #> #> $`Cardiac rhabdomyoma`$children #> list() #> #> $`Cardiac rhabdomyoma`$value #> [1] "Cardiac rhabdomyoma" #> #> #> $`Cardiac rhabdomyoma` #> $`Cardiac rhabdomyoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009729" #> #> $`Cardiac rhabdomyoma`$`_id` #> [1] "HP_0009729<HP_0009730<HP_0009728<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Cardiac rhabdomyoma`$privateGeneCount #> [1] 0 #> #> $`Cardiac rhabdomyoma`$publicGeneCount #> [1] 2 #> #> $`Cardiac rhabdomyoma`$urlId #> [1] "HP_0009729" #> #> $`Cardiac rhabdomyoma`$dbPhenotype #> [1] TRUE #> #> $`Cardiac rhabdomyoma`$`_parent` #> [1] "HP_0009730<HP_0009728<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Cardiac rhabdomyoma`$`_is_leaf` #> [1] TRUE #> #> $`Cardiac rhabdomyoma`$children #> list() #> #> $`Cardiac rhabdomyoma`$value #> [1] "Cardiac rhabdomyoma" #> #> #> $`Cardiac rhabdomyoma` #> $`Cardiac rhabdomyoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009729" #> #> $`Cardiac rhabdomyoma`$`_id` #> [1] "HP_0009729<HP_0100544<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cardiac rhabdomyoma`$privateGeneCount #> [1] 0 #> #> $`Cardiac rhabdomyoma`$publicGeneCount #> [1] 2 #> #> $`Cardiac rhabdomyoma`$urlId #> [1] "HP_0009729" #> #> $`Cardiac rhabdomyoma`$dbPhenotype #> [1] TRUE #> #> $`Cardiac rhabdomyoma`$`_parent` #> [1] "HP_0100544<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cardiac rhabdomyoma`$`_is_leaf` #> [1] TRUE #> #> $`Cardiac rhabdomyoma`$children #> list() #> #> $`Cardiac rhabdomyoma`$value #> [1] "Cardiac rhabdomyoma" #> #> #> $`Cardiac rhabdomyoma` #> $`Cardiac rhabdomyoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009729" #> #> $`Cardiac rhabdomyoma`$`_id` #> [1] "HP_0009729<HP_0100544<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Cardiac rhabdomyoma`$privateGeneCount #> [1] 0 #> #> $`Cardiac rhabdomyoma`$publicGeneCount #> [1] 2 #> #> $`Cardiac rhabdomyoma`$urlId #> [1] "HP_0009729" #> #> $`Cardiac rhabdomyoma`$dbPhenotype #> [1] TRUE #> #> $`Cardiac rhabdomyoma`$`_parent` #> [1] "HP_0100544<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Cardiac rhabdomyoma`$`_is_leaf` #> [1] TRUE #> #> $`Cardiac rhabdomyoma`$children #> list() #> #> $`Cardiac rhabdomyoma`$value #> [1] "Cardiac rhabdomyoma" #> #> #> $`cardiac tamponade` #> $`cardiac tamponade`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_115" #> #> $`cardiac tamponade`$`_id` #> [1] "DOID_115<DOID_118<DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $`cardiac tamponade`$privateGeneCount #> [1] 0 #> #> $`cardiac tamponade`$publicGeneCount #> [1] 1 #> #> $`cardiac tamponade`$urlId #> [1] "DOID_115" #> #> $`cardiac tamponade`$dbPhenotype #> [1] TRUE #> #> $`cardiac tamponade`$`_parent` #> [1] "DOID_118<DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $`cardiac tamponade`$`_is_leaf` #> [1] TRUE #> #> $`cardiac tamponade`$children #> list() #> #> $`cardiac tamponade`$value #> [1] "cardiac tamponade" #> #> #> $`cardiofaciocutaneous syndrome` #> $`cardiofaciocutaneous syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060233" #> #> $`cardiofaciocutaneous syndrome`$`_id` #> [1] "DOID_0060233<DOID_0050177<DOID_630<DOID_4" #> #> $`cardiofaciocutaneous syndrome`$privateGeneCount #> [1] 0 #> #> $`cardiofaciocutaneous syndrome`$publicGeneCount #> [1] 6 #> #> $`cardiofaciocutaneous syndrome`$urlId #> [1] "DOID_0060233" #> #> $`cardiofaciocutaneous syndrome`$dbPhenotype #> [1] TRUE #> #> $`cardiofaciocutaneous syndrome`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`cardiofaciocutaneous syndrome`$`_is_leaf` #> [1] TRUE #> #> $`cardiofaciocutaneous syndrome`$children #> list() #> #> $`cardiofaciocutaneous syndrome`$value #> [1] "cardiofaciocutaneous syndrome" #> #> #> $`cardiofaciocutaneous syndrome` #> $`cardiofaciocutaneous syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060233" #> #> $`cardiofaciocutaneous syndrome`$`_id` #> [1] "DOID_0060233<DOID_0080690<DOID_225<DOID_4" #> #> $`cardiofaciocutaneous syndrome`$privateGeneCount #> [1] 0 #> #> $`cardiofaciocutaneous syndrome`$publicGeneCount #> [1] 6 #> #> $`cardiofaciocutaneous syndrome`$urlId #> [1] "DOID_0060233" #> #> $`cardiofaciocutaneous syndrome`$dbPhenotype #> [1] TRUE #> #> $`cardiofaciocutaneous syndrome`$`_parent` #> [1] "DOID_0080690<DOID_225<DOID_4" #> #> $`cardiofaciocutaneous syndrome`$`_is_leaf` #> [1] TRUE #> #> $`cardiofaciocutaneous syndrome`$children #> list() #> #> $`cardiofaciocutaneous syndrome`$value #> [1] "cardiofaciocutaneous syndrome" #> #> #> $Cardiomegaly #> $Cardiomegaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001640" #> #> $Cardiomegaly$`_id` #> [1] "HP_0001640<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $Cardiomegaly$privateGeneCount #> [1] 0 #> #> $Cardiomegaly$publicGeneCount #> [1] 73 #> #> $Cardiomegaly$urlId #> [1] "HP_0001640" #> #> $Cardiomegaly$dbPhenotype #> [1] TRUE #> #> $Cardiomegaly$`_parent` #> [1] "HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $Cardiomegaly$`_is_leaf` #> [1] TRUE #> #> $Cardiomegaly$children #> list() #> #> $Cardiomegaly$value #> [1] "Cardiomegaly" #> #> #> $cardiomyopathy #> $cardiomyopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050700" #> #> $cardiomyopathy$`_id` #> [1] "DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $cardiomyopathy$privateGeneCount #> [1] 0 #> #> $cardiomyopathy$publicGeneCount #> [1] 331 #> #> $cardiomyopathy$urlId #> [1] "DOID_0050700" #> #> $cardiomyopathy$dbPhenotype #> [1] TRUE #> #> $cardiomyopathy$`_parent` #> [1] "DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $cardiomyopathy$`_is_leaf` #> [1] FALSE #> #> $cardiomyopathy$children #> $cardiomyopathy$children[[1]] #> [1] "DOID_3978<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $cardiomyopathy$children[[2]] #> [1] "DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $cardiomyopathy$value #> [1] "cardiomyopathy" #> #> #> $`Cardiovascular calcification` #> $`Cardiovascular calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011915" #> #> $`Cardiovascular calcification`$`_id` #> [1] "HP_0011915<HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> $`Cardiovascular calcification`$privateGeneCount #> [1] 0 #> #> $`Cardiovascular calcification`$publicGeneCount #> [1] 6 #> #> $`Cardiovascular calcification`$urlId #> [1] "HP_0011915" #> #> $`Cardiovascular calcification`$dbPhenotype #> [1] FALSE #> #> $`Cardiovascular calcification`$`_parent` #> [1] "HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> $`Cardiovascular calcification`$`_is_leaf` #> [1] FALSE #> #> $`Cardiovascular calcification`$children #> $`Cardiovascular calcification`$children[[1]] #> [1] "HP_0004934<HP_0011915<HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Cardiovascular calcification`$value #> [1] "Cardiovascular calcification" #> #> #> $`Cardiovascular calcification` #> $`Cardiovascular calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011915" #> #> $`Cardiovascular calcification`$`_id` #> [1] "HP_0011915<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cardiovascular calcification`$privateGeneCount #> [1] 0 #> #> $`Cardiovascular calcification`$publicGeneCount #> [1] 6 #> #> $`Cardiovascular calcification`$urlId #> [1] "HP_0011915" #> #> $`Cardiovascular calcification`$dbPhenotype #> [1] FALSE #> #> $`Cardiovascular calcification`$`_parent` #> [1] "HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cardiovascular calcification`$`_is_leaf` #> [1] FALSE #> #> $`Cardiovascular calcification`$children #> $`Cardiovascular calcification`$children[[1]] #> [1] "HP_0004934<HP_0011915<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Cardiovascular calcification`$value #> [1] "Cardiovascular calcification" #> #> #> $`cardiovascular cancer` #> $`cardiovascular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_176" #> #> $`cardiovascular cancer`$`_id` #> [1] "DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cardiovascular cancer`$privateGeneCount #> [1] 0 #> #> $`cardiovascular cancer`$publicGeneCount #> [1] 20 #> #> $`cardiovascular cancer`$urlId #> [1] "DOID_176" #> #> $`cardiovascular cancer`$dbPhenotype #> [1] FALSE #> #> $`cardiovascular cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cardiovascular cancer`$`_is_leaf` #> [1] FALSE #> #> $`cardiovascular cancer`$children #> $`cardiovascular cancer`$children[[1]] #> [1] "DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cardiovascular cancer`$value #> [1] "cardiovascular cancer" #> #> #> $`cardiovascular cancer` #> $`cardiovascular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_176" #> #> $`cardiovascular cancer`$`_id` #> [1] "DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular cancer`$privateGeneCount #> [1] 0 #> #> $`cardiovascular cancer`$publicGeneCount #> [1] 20 #> #> $`cardiovascular cancer`$urlId #> [1] "DOID_176" #> #> $`cardiovascular cancer`$dbPhenotype #> [1] FALSE #> #> $`cardiovascular cancer`$`_parent` #> [1] "DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular cancer`$`_is_leaf` #> [1] FALSE #> #> $`cardiovascular cancer`$children #> $`cardiovascular cancer`$children[[1]] #> [1] "DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> #> $`cardiovascular cancer`$value #> [1] "cardiovascular cancer" #> #> #> $`cardiovascular organ benign neoplasm` #> $`cardiovascular organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060091" #> #> $`cardiovascular organ benign neoplasm`$`_id` #> [1] "DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cardiovascular organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`cardiovascular organ benign neoplasm`$publicGeneCount #> [1] 180 #> #> $`cardiovascular organ benign neoplasm`$urlId #> [1] "DOID_0060091" #> #> $`cardiovascular organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cardiovascular organ benign neoplasm`$`_parent` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cardiovascular organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cardiovascular organ benign neoplasm`$children #> $`cardiovascular organ benign neoplasm`$children[[1]] #> [1] "DOID_5238<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cardiovascular organ benign neoplasm`$children[[2]] #> [1] "DOID_60006<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cardiovascular organ benign neoplasm`$children[[3]] #> [1] "DOID_60007<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cardiovascular organ benign neoplasm`$children[[4]] #> [1] "DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`cardiovascular organ benign neoplasm`$value #> [1] "cardiovascular organ benign neoplasm" #> #> #> $`cardiovascular organ benign neoplasm` #> $`cardiovascular organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060091" #> #> $`cardiovascular organ benign neoplasm`$`_id` #> [1] "DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`cardiovascular organ benign neoplasm`$publicGeneCount #> [1] 180 #> #> $`cardiovascular organ benign neoplasm`$urlId #> [1] "DOID_0060091" #> #> $`cardiovascular organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cardiovascular organ benign neoplasm`$`_parent` #> [1] "DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cardiovascular organ benign neoplasm`$children #> $`cardiovascular organ benign neoplasm`$children[[1]] #> [1] "DOID_5238<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular organ benign neoplasm`$children[[2]] #> [1] "DOID_60006<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular organ benign neoplasm`$children[[3]] #> [1] "DOID_60007<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular organ benign neoplasm`$children[[4]] #> [1] "DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> #> $`cardiovascular organ benign neoplasm`$value #> [1] "cardiovascular organ benign neoplasm" #> #> #> $`cardiovascular system disease` #> $`cardiovascular system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1287" #> #> $`cardiovascular system disease`$`_id` #> [1] "DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular system disease`$privateGeneCount #> [1] 0 #> #> $`cardiovascular system disease`$publicGeneCount #> [1] 1448 #> #> $`cardiovascular system disease`$urlId #> [1] "DOID_1287" #> #> $`cardiovascular system disease`$dbPhenotype #> [1] TRUE #> #> $`cardiovascular system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`cardiovascular system disease`$`_is_leaf` #> [1] FALSE #> #> $`cardiovascular system disease`$children #> $`cardiovascular system disease`$children[[1]] #> [1] "DOID_0060051<DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular system disease`$children[[2]] #> [1] "DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular system disease`$children[[3]] #> [1] "DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular system disease`$children[[4]] #> [1] "DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular system disease`$children[[5]] #> [1] "DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular system disease`$children[[6]] #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`cardiovascular system disease`$value #> [1] "cardiovascular system disease" #> #> #> $`cardiovascular system phenotype` #> $`cardiovascular system phenotype`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0005385" #> #> $`cardiovascular system phenotype`$`_id` #> [1] "MP_0005385<MP_0000001" #> #> $`cardiovascular system phenotype`$privateGeneCount #> [1] 0 #> #> $`cardiovascular system phenotype`$publicGeneCount #> [1] 1 #> #> $`cardiovascular system phenotype`$urlId #> [1] "MP_0005385" #> #> $`cardiovascular system phenotype`$dbPhenotype #> [1] FALSE #> #> $`cardiovascular system phenotype`$`_parent` #> [1] "MP_0000001" #> #> $`cardiovascular system phenotype`$`_is_leaf` #> [1] FALSE #> #> $`cardiovascular system phenotype`$children #> $`cardiovascular system phenotype`$children[[1]] #> [1] "MP_0002127<MP_0005385<MP_0000001" #> #> #> $`cardiovascular system phenotype`$value #> [1] "cardiovascular system phenotype" #> #> #> $`Carney complex` #> $`Carney complex`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050471" #> #> $`Carney complex`$`_id` #> [1] "DOID_0050471<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Carney complex`$privateGeneCount #> [1] 0 #> #> $`Carney complex`$publicGeneCount #> [1] 2 #> #> $`Carney complex`$urlId #> [1] "DOID_0050471" #> #> $`Carney complex`$dbPhenotype #> [1] TRUE #> #> $`Carney complex`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Carney complex`$`_is_leaf` #> [1] TRUE #> #> $`Carney complex`$children #> list() #> #> $`Carney complex`$value #> [1] "Carney complex" #> #> #> $`Carney complex` #> $`Carney complex`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050471" #> #> $`Carney complex`$`_id` #> [1] "DOID_0050471<DOID_225<DOID_4" #> #> $`Carney complex`$privateGeneCount #> [1] 0 #> #> $`Carney complex`$publicGeneCount #> [1] 2 #> #> $`Carney complex`$urlId #> [1] "DOID_0050471" #> #> $`Carney complex`$dbPhenotype #> [1] TRUE #> #> $`Carney complex`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Carney complex`$`_is_leaf` #> [1] TRUE #> #> $`Carney complex`$children #> list() #> #> $`Carney complex`$value #> [1] "Carney complex" #> #> #> $`carnitine palmitoyltransferase II deficiency` #> $`carnitine palmitoyltransferase II deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060235" #> #> $`carnitine palmitoyltransferase II deficiency`$`_id` #> [1] "DOID_0060235<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`carnitine palmitoyltransferase II deficiency`$privateGeneCount #> [1] 0 #> #> $`carnitine palmitoyltransferase II deficiency`$publicGeneCount #> [1] 1 #> #> $`carnitine palmitoyltransferase II deficiency`$urlId #> [1] "DOID_0060235" #> #> $`carnitine palmitoyltransferase II deficiency`$dbPhenotype #> [1] TRUE #> #> $`carnitine palmitoyltransferase II deficiency`$`_parent` #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`carnitine palmitoyltransferase II deficiency`$`_is_leaf` #> [1] TRUE #> #> $`carnitine palmitoyltransferase II deficiency`$children #> list() #> #> $`carnitine palmitoyltransferase II deficiency`$value #> [1] "carnitine palmitoyltransferase II deficiency" #> #> #> $carotenemia #> $carotenemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9969" #> #> $carotenemia$`_id` #> [1] "DOID_9969<DOID_0060158<DOID_0014667<DOID_4" #> #> $carotenemia$privateGeneCount #> [1] 0 #> #> $carotenemia$publicGeneCount #> [1] 1 #> #> $carotenemia$urlId #> [1] "DOID_9969" #> #> $carotenemia$dbPhenotype #> [1] TRUE #> #> $carotenemia$`_parent` #> [1] "DOID_0060158<DOID_0014667<DOID_4" #> #> $carotenemia$`_is_leaf` #> [1] TRUE #> #> $carotenemia$children #> list() #> #> $carotenemia$value #> [1] "carotenemia" #> #> #> $`carotid artery disease` #> $`carotid artery disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3407" #> #> $`carotid artery disease`$`_id` #> [1] "DOID_3407<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery disease`$privateGeneCount #> [1] 0 #> #> $`carotid artery disease`$publicGeneCount #> [1] 65 #> #> $`carotid artery disease`$urlId #> [1] "DOID_3407" #> #> $`carotid artery disease`$dbPhenotype #> [1] TRUE #> #> $`carotid artery disease`$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery disease`$`_is_leaf` #> [1] FALSE #> #> $`carotid artery disease`$children #> $`carotid artery disease`$children[[1]] #> [1] "DOID_3410<DOID_3407<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery disease`$children[[2]] #> [1] "DOID_13001<DOID_3407<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`carotid artery disease`$value #> [1] "carotid artery disease" #> #> #> $`carotid artery disease` #> $`carotid artery disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3407" #> #> $`carotid artery disease`$`_id` #> [1] "DOID_3407<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery disease`$privateGeneCount #> [1] 0 #> #> $`carotid artery disease`$publicGeneCount #> [1] 65 #> #> $`carotid artery disease`$urlId #> [1] "DOID_3407" #> #> $`carotid artery disease`$dbPhenotype #> [1] TRUE #> #> $`carotid artery disease`$`_parent` #> [1] "DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery disease`$`_is_leaf` #> [1] FALSE #> #> $`carotid artery disease`$children #> $`carotid artery disease`$children[[1]] #> [1] "DOID_3410<DOID_3407<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery disease`$children[[2]] #> [1] "DOID_13001<DOID_3407<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`carotid artery disease`$value #> [1] "carotid artery disease" #> #> #> $`carotid artery disease` #> $`carotid artery disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3407" #> #> $`carotid artery disease`$`_id` #> [1] "DOID_3407<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`carotid artery disease`$privateGeneCount #> [1] 0 #> #> $`carotid artery disease`$publicGeneCount #> [1] 65 #> #> $`carotid artery disease`$urlId #> [1] "DOID_3407" #> #> $`carotid artery disease`$dbPhenotype #> [1] TRUE #> #> $`carotid artery disease`$`_parent` #> [1] "DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`carotid artery disease`$`_is_leaf` #> [1] FALSE #> #> $`carotid artery disease`$children #> $`carotid artery disease`$children[[1]] #> [1] "DOID_3410<DOID_3407<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`carotid artery disease`$children[[2]] #> [1] "DOID_13001<DOID_3407<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`carotid artery disease`$value #> [1] "carotid artery disease" #> #> #> $`carotid artery thrombosis` #> $`carotid artery thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3410" #> #> $`carotid artery thrombosis`$`_id` #> [1] "DOID_3410<DOID_3407<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$privateGeneCount #> [1] 0 #> #> $`carotid artery thrombosis`$publicGeneCount #> [1] 5 #> #> $`carotid artery thrombosis`$urlId #> [1] "DOID_3410" #> #> $`carotid artery thrombosis`$dbPhenotype #> [1] TRUE #> #> $`carotid artery thrombosis`$`_parent` #> [1] "DOID_3407<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`carotid artery thrombosis`$children #> list() #> #> $`carotid artery thrombosis`$value #> [1] "carotid artery thrombosis" #> #> #> $`carotid artery thrombosis` #> $`carotid artery thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3410" #> #> $`carotid artery thrombosis`$`_id` #> [1] "DOID_3410<DOID_3407<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$privateGeneCount #> [1] 0 #> #> $`carotid artery thrombosis`$publicGeneCount #> [1] 5 #> #> $`carotid artery thrombosis`$urlId #> [1] "DOID_3410" #> #> $`carotid artery thrombosis`$dbPhenotype #> [1] TRUE #> #> $`carotid artery thrombosis`$`_parent` #> [1] "DOID_3407<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`carotid artery thrombosis`$children #> list() #> #> $`carotid artery thrombosis`$value #> [1] "carotid artery thrombosis" #> #> #> $`carotid artery thrombosis` #> $`carotid artery thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3410" #> #> $`carotid artery thrombosis`$`_id` #> [1] "DOID_3410<DOID_3407<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$privateGeneCount #> [1] 0 #> #> $`carotid artery thrombosis`$publicGeneCount #> [1] 5 #> #> $`carotid artery thrombosis`$urlId #> [1] "DOID_3410" #> #> $`carotid artery thrombosis`$dbPhenotype #> [1] TRUE #> #> $`carotid artery thrombosis`$`_parent` #> [1] "DOID_3407<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`carotid artery thrombosis`$children #> list() #> #> $`carotid artery thrombosis`$value #> [1] "carotid artery thrombosis" #> #> #> $`carotid artery thrombosis` #> $`carotid artery thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3410" #> #> $`carotid artery thrombosis`$`_id` #> [1] "DOID_3410<DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$privateGeneCount #> [1] 0 #> #> $`carotid artery thrombosis`$publicGeneCount #> [1] 5 #> #> $`carotid artery thrombosis`$urlId #> [1] "DOID_3410" #> #> $`carotid artery thrombosis`$dbPhenotype #> [1] TRUE #> #> $`carotid artery thrombosis`$`_parent` #> [1] "DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`carotid artery thrombosis`$children #> list() #> #> $`carotid artery thrombosis`$value #> [1] "carotid artery thrombosis" #> #> #> $`carotid artery thrombosis` #> $`carotid artery thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3410" #> #> $`carotid artery thrombosis`$`_id` #> [1] "DOID_3410<DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$privateGeneCount #> [1] 0 #> #> $`carotid artery thrombosis`$publicGeneCount #> [1] 5 #> #> $`carotid artery thrombosis`$urlId #> [1] "DOID_3410" #> #> $`carotid artery thrombosis`$dbPhenotype #> [1] TRUE #> #> $`carotid artery thrombosis`$`_parent` #> [1] "DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`carotid artery thrombosis`$children #> list() #> #> $`carotid artery thrombosis`$value #> [1] "carotid artery thrombosis" #> #> #> $`carotid artery thrombosis` #> $`carotid artery thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3410" #> #> $`carotid artery thrombosis`$`_id` #> [1] "DOID_3410<DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$privateGeneCount #> [1] 0 #> #> $`carotid artery thrombosis`$publicGeneCount #> [1] 5 #> #> $`carotid artery thrombosis`$urlId #> [1] "DOID_3410" #> #> $`carotid artery thrombosis`$dbPhenotype #> [1] TRUE #> #> $`carotid artery thrombosis`$`_parent` #> [1] "DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`carotid artery thrombosis`$children #> list() #> #> $`carotid artery thrombosis`$value #> [1] "carotid artery thrombosis" #> #> #> $`carotid stenosis` #> $`carotid stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13001" #> #> $`carotid stenosis`$`_id` #> [1] "DOID_13001<DOID_3407<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid stenosis`$privateGeneCount #> [1] 0 #> #> $`carotid stenosis`$publicGeneCount #> [1] 10 #> #> $`carotid stenosis`$urlId #> [1] "DOID_13001" #> #> $`carotid stenosis`$dbPhenotype #> [1] TRUE #> #> $`carotid stenosis`$`_parent` #> [1] "DOID_3407<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid stenosis`$`_is_leaf` #> [1] TRUE #> #> $`carotid stenosis`$children #> list() #> #> $`carotid stenosis`$value #> [1] "carotid stenosis" #> #> #> $`carotid stenosis` #> $`carotid stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13001" #> #> $`carotid stenosis`$`_id` #> [1] "DOID_13001<DOID_3407<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid stenosis`$privateGeneCount #> [1] 0 #> #> $`carotid stenosis`$publicGeneCount #> [1] 10 #> #> $`carotid stenosis`$urlId #> [1] "DOID_13001" #> #> $`carotid stenosis`$dbPhenotype #> [1] TRUE #> #> $`carotid stenosis`$`_parent` #> [1] "DOID_3407<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid stenosis`$`_is_leaf` #> [1] TRUE #> #> $`carotid stenosis`$children #> list() #> #> $`carotid stenosis`$value #> [1] "carotid stenosis" #> #> #> $`carotid stenosis` #> $`carotid stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13001" #> #> $`carotid stenosis`$`_id` #> [1] "DOID_13001<DOID_3407<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`carotid stenosis`$privateGeneCount #> [1] 0 #> #> $`carotid stenosis`$publicGeneCount #> [1] 10 #> #> $`carotid stenosis`$urlId #> [1] "DOID_13001" #> #> $`carotid stenosis`$dbPhenotype #> [1] TRUE #> #> $`carotid stenosis`$`_parent` #> [1] "DOID_3407<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`carotid stenosis`$`_is_leaf` #> [1] TRUE #> #> $`carotid stenosis`$children #> list() #> #> $`carotid stenosis`$value #> [1] "carotid stenosis" #> #> #> $`carpal tunnel syndrome` #> $`carpal tunnel syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12169" #> #> $`carpal tunnel syndrome`$`_id` #> [1] "DOID_12169<DOID_573<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`carpal tunnel syndrome`$privateGeneCount #> [1] 0 #> #> $`carpal tunnel syndrome`$publicGeneCount #> [1] 1 #> #> $`carpal tunnel syndrome`$urlId #> [1] "DOID_12169" #> #> $`carpal tunnel syndrome`$dbPhenotype #> [1] TRUE #> #> $`carpal tunnel syndrome`$`_parent` #> [1] "DOID_573<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`carpal tunnel syndrome`$`_is_leaf` #> [1] TRUE #> #> $`carpal tunnel syndrome`$children #> list() #> #> $`carpal tunnel syndrome`$value #> [1] "carpal tunnel syndrome" #> #> #> $`Carpenter syndrome` #> $`Carpenter syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060234" #> #> $`Carpenter syndrome`$`_id` #> [1] "DOID_0060234<DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Carpenter syndrome`$privateGeneCount #> [1] 0 #> #> $`Carpenter syndrome`$publicGeneCount #> [1] 2 #> #> $`Carpenter syndrome`$urlId #> [1] "DOID_0060234" #> #> $`Carpenter syndrome`$dbPhenotype #> [1] TRUE #> #> $`Carpenter syndrome`$`_parent` #> [1] "DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Carpenter syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Carpenter syndrome`$children #> list() #> #> $`Carpenter syndrome`$value #> [1] "Carpenter syndrome" #> #> #> $`cartilage disease` #> $`cartilage disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1222" #> #> $`cartilage disease`$`_id` #> [1] "DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`cartilage disease`$privateGeneCount #> [1] 0 #> #> $`cartilage disease`$publicGeneCount #> [1] 8 #> #> $`cartilage disease`$urlId #> [1] "DOID_1222" #> #> $`cartilage disease`$dbPhenotype #> [1] TRUE #> #> $`cartilage disease`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`cartilage disease`$`_is_leaf` #> [1] FALSE #> #> $`cartilage disease`$children #> $`cartilage disease`$children[[1]] #> [1] "DOID_6227<DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`cartilage disease`$children[[2]] #> [1] "DOID_14021<DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`cartilage disease`$value #> [1] "cartilage disease" #> #> #> $`cartilage-hair hypoplasia` #> $`cartilage-hair hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14773" #> #> $`cartilage-hair hypoplasia`$`_id` #> [1] "DOID_14773<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`cartilage-hair hypoplasia`$privateGeneCount #> [1] 0 #> #> $`cartilage-hair hypoplasia`$publicGeneCount #> [1] 1 #> #> $`cartilage-hair hypoplasia`$urlId #> [1] "DOID_14773" #> #> $`cartilage-hair hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`cartilage-hair hypoplasia`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`cartilage-hair hypoplasia`$`_is_leaf` #> [1] TRUE #> #> $`cartilage-hair hypoplasia`$children #> list() #> #> $`cartilage-hair hypoplasia`$value #> [1] "cartilage-hair hypoplasia" #> #> #> $`cartilage-hair hypoplasia` #> $`cartilage-hair hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14773" #> #> $`cartilage-hair hypoplasia`$`_id` #> [1] "DOID_14773<DOID_2121<DOID_225<DOID_4" #> #> $`cartilage-hair hypoplasia`$privateGeneCount #> [1] 0 #> #> $`cartilage-hair hypoplasia`$publicGeneCount #> [1] 1 #> #> $`cartilage-hair hypoplasia`$urlId #> [1] "DOID_14773" #> #> $`cartilage-hair hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`cartilage-hair hypoplasia`$`_parent` #> [1] "DOID_2121<DOID_225<DOID_4" #> #> $`cartilage-hair hypoplasia`$`_is_leaf` #> [1] TRUE #> #> $`cartilage-hair hypoplasia`$children #> list() #> #> $`cartilage-hair hypoplasia`$value #> [1] "cartilage-hair hypoplasia" #> #> #> $Cataplexy #> $Cataplexy$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002524" #> #> $Cataplexy$`_id` #> [1] "HP_0002524<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Cataplexy$privateGeneCount #> [1] 0 #> #> $Cataplexy$publicGeneCount #> [1] 2 #> #> $Cataplexy$urlId #> [1] "HP_0002524" #> #> $Cataplexy$dbPhenotype #> [1] TRUE #> #> $Cataplexy$`_parent` #> [1] "HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Cataplexy$`_is_leaf` #> [1] TRUE #> #> $Cataplexy$children #> list() #> #> $Cataplexy$value #> [1] "Cataplexy" #> #> #> $cataract #> $cataract$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_83" #> #> $cataract$`_id` #> [1] "DOID_83<DOID_0050177<DOID_630<DOID_4" #> #> $cataract$privateGeneCount #> [1] 0 #> #> $cataract$publicGeneCount #> [1] 65 #> #> $cataract$urlId #> [1] "DOID_83" #> #> $cataract$dbPhenotype #> [1] TRUE #> #> $cataract$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $cataract$`_is_leaf` #> [1] FALSE #> #> $cataract$children #> $cataract$children[[1]] #> [1] "DOID_13328<DOID_83<DOID_0050177<DOID_630<DOID_4" #> #> $cataract$children[[2]] #> [1] "DOID_0050537<DOID_83<DOID_0050177<DOID_630<DOID_4" #> #> #> $cataract$value #> [1] "cataract" #> #> #> $cataract #> $cataract$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_83" #> #> $cataract$`_id` #> [1] "DOID_83<DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $cataract$privateGeneCount #> [1] 0 #> #> $cataract$publicGeneCount #> [1] 65 #> #> $cataract$urlId #> [1] "DOID_83" #> #> $cataract$dbPhenotype #> [1] TRUE #> #> $cataract$`_parent` #> [1] "DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $cataract$`_is_leaf` #> [1] FALSE #> #> $cataract$children #> $cataract$children[[1]] #> [1] "DOID_13328<DOID_83<DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $cataract$children[[2]] #> [1] "DOID_0050537<DOID_83<DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $cataract$value #> [1] "cataract" #> #> #> $Cataract #> $Cataract$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000518" #> #> $Cataract$`_id` #> [1] "HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $Cataract$privateGeneCount #> [1] 0 #> #> $Cataract$publicGeneCount #> [1] 1 #> #> $Cataract$urlId #> [1] "HP_0000518" #> #> $Cataract$dbPhenotype #> [1] FALSE #> #> $Cataract$`_parent` #> [1] "HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $Cataract$`_is_leaf` #> [1] FALSE #> #> $Cataract$children #> $Cataract$children[[1]] #> [1] "HP_0010920<HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $Cataract$value #> [1] "Cataract" #> #> #> $`cecal benign neoplasm` #> $`cecal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1517" #> #> $`cecal benign neoplasm`$`_id` #> [1] "DOID_1517<DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`cecal benign neoplasm`$publicGeneCount #> [1] 4 #> #> $`cecal benign neoplasm`$urlId #> [1] "DOID_1517" #> #> $`cecal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`cecal benign neoplasm`$`_parent` #> [1] "DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`cecal benign neoplasm`$children #> list() #> #> $`cecal benign neoplasm`$value #> [1] "cecal benign neoplasm" #> #> #> $`cecal benign neoplasm` #> $`cecal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1517" #> #> $`cecal benign neoplasm`$`_id` #> [1] "DOID_1517<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cecal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`cecal benign neoplasm`$publicGeneCount #> [1] 4 #> #> $`cecal benign neoplasm`$urlId #> [1] "DOID_1517" #> #> $`cecal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`cecal benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cecal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`cecal benign neoplasm`$children #> list() #> #> $`cecal benign neoplasm`$value #> [1] "cecal benign neoplasm" #> #> #> $`cecal benign neoplasm` #> $`cecal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1517" #> #> $`cecal benign neoplasm`$`_id` #> [1] "DOID_1517<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`cecal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`cecal benign neoplasm`$publicGeneCount #> [1] 4 #> #> $`cecal benign neoplasm`$urlId #> [1] "DOID_1517" #> #> $`cecal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`cecal benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`cecal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`cecal benign neoplasm`$children #> list() #> #> $`cecal benign neoplasm`$value #> [1] "cecal benign neoplasm" #> #> #> $`cecal benign neoplasm` #> $`cecal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1517" #> #> $`cecal benign neoplasm`$`_id` #> [1] "DOID_1517<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`cecal benign neoplasm`$publicGeneCount #> [1] 4 #> #> $`cecal benign neoplasm`$urlId #> [1] "DOID_1517" #> #> $`cecal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`cecal benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`cecal benign neoplasm`$children #> list() #> #> $`cecal benign neoplasm`$value #> [1] "cecal benign neoplasm" #> #> #> $`cecal disease` #> $`cecal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1518" #> #> $`cecal disease`$`_id` #> [1] "DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecal disease`$privateGeneCount #> [1] 0 #> #> $`cecal disease`$publicGeneCount #> [1] 8 #> #> $`cecal disease`$urlId #> [1] "DOID_1518" #> #> $`cecal disease`$dbPhenotype #> [1] FALSE #> #> $`cecal disease`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecal disease`$`_is_leaf` #> [1] FALSE #> #> $`cecal disease`$children #> $`cecal disease`$children[[1]] #> [1] "DOID_8337<DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecal disease`$children[[2]] #> [1] "DOID_1517<DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecal disease`$children[[3]] #> [1] "DOID_1521<DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`cecal disease`$value #> [1] "cecal disease" #> #> #> $`cecum cancer` #> $`cecum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1521" #> #> $`cecum cancer`$`_id` #> [1] "DOID_1521<DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecum cancer`$privateGeneCount #> [1] 0 #> #> $`cecum cancer`$publicGeneCount #> [1] 4 #> #> $`cecum cancer`$urlId #> [1] "DOID_1521" #> #> $`cecum cancer`$dbPhenotype #> [1] TRUE #> #> $`cecum cancer`$`_parent` #> [1] "DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecum cancer`$`_is_leaf` #> [1] TRUE #> #> $`cecum cancer`$children #> list() #> #> $`cecum cancer`$value #> [1] "cecum cancer" #> #> #> $`cecum cancer` #> $`cecum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1521" #> #> $`cecum cancer`$`_id` #> [1] "DOID_1521<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cecum cancer`$privateGeneCount #> [1] 0 #> #> $`cecum cancer`$publicGeneCount #> [1] 4 #> #> $`cecum cancer`$urlId #> [1] "DOID_1521" #> #> $`cecum cancer`$dbPhenotype #> [1] TRUE #> #> $`cecum cancer`$`_parent` #> [1] "DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cecum cancer`$`_is_leaf` #> [1] TRUE #> #> $`cecum cancer`$children #> list() #> #> $`cecum cancer`$value #> [1] "cecum cancer" #> #> #> $`cecum cancer` #> $`cecum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1521" #> #> $`cecum cancer`$`_id` #> [1] "DOID_1521<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`cecum cancer`$privateGeneCount #> [1] 0 #> #> $`cecum cancer`$publicGeneCount #> [1] 4 #> #> $`cecum cancer`$urlId #> [1] "DOID_1521" #> #> $`cecum cancer`$dbPhenotype #> [1] TRUE #> #> $`cecum cancer`$`_parent` #> [1] "DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`cecum cancer`$`_is_leaf` #> [1] TRUE #> #> $`cecum cancer`$children #> list() #> #> $`cecum cancer`$value #> [1] "cecum cancer" #> #> #> $`cecum cancer` #> $`cecum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1521" #> #> $`cecum cancer`$`_id` #> [1] "DOID_1521<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecum cancer`$privateGeneCount #> [1] 0 #> #> $`cecum cancer`$publicGeneCount #> [1] 4 #> #> $`cecum cancer`$urlId #> [1] "DOID_1521" #> #> $`cecum cancer`$dbPhenotype #> [1] TRUE #> #> $`cecum cancer`$`_parent` #> [1] "DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecum cancer`$`_is_leaf` #> [1] TRUE #> #> $`cecum cancer`$children #> list() #> #> $`cecum cancer`$value #> [1] "cecum cancer" #> #> #> $`CEDNIK syndrome` #> $`CEDNIK syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060337" #> #> $`CEDNIK syndrome`$`_id` #> [1] "DOID_0060337<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`CEDNIK syndrome`$privateGeneCount #> [1] 0 #> #> $`CEDNIK syndrome`$publicGeneCount #> [1] 1 #> #> $`CEDNIK syndrome`$urlId #> [1] "DOID_0060337" #> #> $`CEDNIK syndrome`$dbPhenotype #> [1] TRUE #> #> $`CEDNIK syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`CEDNIK syndrome`$`_is_leaf` #> [1] TRUE #> #> $`CEDNIK syndrome`$children #> list() #> #> $`CEDNIK syndrome`$value #> [1] "CEDNIK syndrome" #> #> #> $`CEDNIK syndrome` #> $`CEDNIK syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060337" #> #> $`CEDNIK syndrome`$`_id` #> [1] "DOID_0060337<DOID_225<DOID_4" #> #> $`CEDNIK syndrome`$privateGeneCount #> [1] 0 #> #> $`CEDNIK syndrome`$publicGeneCount #> [1] 1 #> #> $`CEDNIK syndrome`$urlId #> [1] "DOID_0060337" #> #> $`CEDNIK syndrome`$dbPhenotype #> [1] TRUE #> #> $`CEDNIK syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`CEDNIK syndrome`$`_is_leaf` #> [1] TRUE #> #> $`CEDNIK syndrome`$children #> list() #> #> $`CEDNIK syndrome`$value #> [1] "CEDNIK syndrome" #> #> #> $`celiac disease` #> $`celiac disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10608" #> #> $`celiac disease`$`_id` #> [1] "DOID_10608<DOID_0060031<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`celiac disease`$privateGeneCount #> [1] 0 #> #> $`celiac disease`$publicGeneCount #> [1] 41 #> #> $`celiac disease`$urlId #> [1] "DOID_10608" #> #> $`celiac disease`$dbPhenotype #> [1] TRUE #> #> $`celiac disease`$`_parent` #> [1] "DOID_0060031<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`celiac disease`$`_is_leaf` #> [1] TRUE #> #> $`celiac disease`$children #> list() #> #> $`celiac disease`$value #> [1] "celiac disease" #> #> #> $`celiac disease` #> $`celiac disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10608" #> #> $`celiac disease`$`_id` #> [1] "DOID_10608<DOID_0060031<DOID_77<DOID_7<DOID_4" #> #> $`celiac disease`$privateGeneCount #> [1] 0 #> #> $`celiac disease`$publicGeneCount #> [1] 41 #> #> $`celiac disease`$urlId #> [1] "DOID_10608" #> #> $`celiac disease`$dbPhenotype #> [1] TRUE #> #> $`celiac disease`$`_parent` #> [1] "DOID_0060031<DOID_77<DOID_7<DOID_4" #> #> $`celiac disease`$`_is_leaf` #> [1] TRUE #> #> $`celiac disease`$children #> list() #> #> $`celiac disease`$value #> [1] "celiac disease" #> #> #> $`cell type benign neoplasm` #> $`cell type benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060084" #> #> $`cell type benign neoplasm`$`_id` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`cell type benign neoplasm`$publicGeneCount #> [1] 241 #> #> $`cell type benign neoplasm`$urlId #> [1] "DOID_0060084" #> #> $`cell type benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cell type benign neoplasm`$`_parent` #> [1] "DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cell type benign neoplasm`$children #> $`cell type benign neoplasm`$children[[1]] #> [1] "DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[2]] #> [1] "DOID_0050894<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[3]] #> [1] "DOID_3314<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[4]] #> [1] "DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[5]] #> [1] "DOID_2649<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[6]] #> [1] "DOID_2602<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[7]] #> [1] "DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[8]] #> [1] "DOID_3892<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[9]] #> [1] "DOID_127<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[10]] #> [1] "DOID_3315<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[11]] #> [1] "DOID_5403<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[12]] #> [1] "DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[13]] #> [1] "DOID_3168<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`cell type benign neoplasm`$value #> [1] "cell type benign neoplasm" #> #> #> $`cell type cancer` #> $`cell type cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050687" #> #> $`cell type cancer`$`_id` #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cell type cancer`$privateGeneCount #> [1] 0 #> #> $`cell type cancer`$publicGeneCount #> [1] 1503 #> #> $`cell type cancer`$urlId #> [1] "DOID_0050687" #> #> $`cell type cancer`$dbPhenotype #> [1] FALSE #> #> $`cell type cancer`$`_parent` #> [1] "DOID_162<DOID_14566<DOID_4" #> #> $`cell type cancer`$`_is_leaf` #> [1] FALSE #> #> $`cell type cancer`$children #> $`cell type cancer`$children[[1]] #> [1] "DOID_0070003<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cell type cancer`$children[[2]] #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cell type cancer`$children[[3]] #> [1] "DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cell type cancer`$children[[4]] #> [1] "DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cell type cancer`$children[[5]] #> [1] "DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cell type cancer`$children[[6]] #> [1] "DOID_1790<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cell type cancer`$children[[7]] #> [1] "DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cell type cancer`$children[[8]] #> [1] "DOID_154<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cell type cancer`$children[[9]] #> [1] "DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`cell type cancer`$value #> [1] "cell type cancer" #> #> #> $`cellular ependymoma` #> $`cellular ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5500" #> #> $`cellular ependymoma`$`_id` #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cellular ependymoma`$privateGeneCount #> [1] 0 #> #> $`cellular ependymoma`$publicGeneCount #> [1] 7 #> #> $`cellular ependymoma`$urlId #> [1] "DOID_5500" #> #> $`cellular ependymoma`$dbPhenotype #> [1] TRUE #> #> $`cellular ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cellular ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`cellular ependymoma`$children #> list() #> #> $`cellular ependymoma`$value #> [1] "cellular ependymoma" #> #> #> $`cellular ependymoma` #> $`cellular ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5500" #> #> $`cellular ependymoma`$`_id` #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cellular ependymoma`$privateGeneCount #> [1] 0 #> #> $`cellular ependymoma`$publicGeneCount #> [1] 7 #> #> $`cellular ependymoma`$urlId #> [1] "DOID_5500" #> #> $`cellular ependymoma`$dbPhenotype #> [1] TRUE #> #> $`cellular ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cellular ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`cellular ependymoma`$children #> list() #> #> $`cellular ependymoma`$value #> [1] "cellular ependymoma" #> #> #> $`cellular ependymoma` #> $`cellular ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5500" #> #> $`cellular ependymoma`$`_id` #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`cellular ependymoma`$privateGeneCount #> [1] 0 #> #> $`cellular ependymoma`$publicGeneCount #> [1] 7 #> #> $`cellular ependymoma`$urlId #> [1] "DOID_5500" #> #> $`cellular ependymoma`$dbPhenotype #> [1] TRUE #> #> $`cellular ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`cellular ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`cellular ependymoma`$children #> list() #> #> $`cellular ependymoma`$value #> [1] "cellular ependymoma" #> #> #> $`cellular ependymoma` #> $`cellular ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5500" #> #> $`cellular ependymoma`$`_id` #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cellular ependymoma`$privateGeneCount #> [1] 0 #> #> $`cellular ependymoma`$publicGeneCount #> [1] 7 #> #> $`cellular ependymoma`$urlId #> [1] "DOID_5500" #> #> $`cellular ependymoma`$dbPhenotype #> [1] TRUE #> #> $`cellular ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cellular ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`cellular ependymoma`$children #> list() #> #> $`cellular ependymoma`$value #> [1] "cellular ependymoma" #> #> #> $`cellular ependymoma` #> $`cellular ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5500" #> #> $`cellular ependymoma`$`_id` #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cellular ependymoma`$privateGeneCount #> [1] 0 #> #> $`cellular ependymoma`$publicGeneCount #> [1] 7 #> #> $`cellular ependymoma`$urlId #> [1] "DOID_5500" #> #> $`cellular ependymoma`$dbPhenotype #> [1] TRUE #> #> $`cellular ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cellular ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`cellular ependymoma`$children #> list() #> #> $`cellular ependymoma`$value #> [1] "cellular ependymoma" #> #> #> $`cellular ependymoma` #> $`cellular ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5500" #> #> $`cellular ependymoma`$`_id` #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cellular ependymoma`$privateGeneCount #> [1] 0 #> #> $`cellular ependymoma`$publicGeneCount #> [1] 7 #> #> $`cellular ependymoma`$urlId #> [1] "DOID_5500" #> #> $`cellular ependymoma`$dbPhenotype #> [1] TRUE #> #> $`cellular ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cellular ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`cellular ependymoma`$children #> list() #> #> $`cellular ependymoma`$value #> [1] "cellular ependymoma" #> #> #> $cellulitis #> $cellulitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3488" #> #> $cellulitis$`_id` #> [1] "DOID_3488<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $cellulitis$privateGeneCount #> [1] 0 #> #> $cellulitis$publicGeneCount #> [1] 1 #> #> $cellulitis$urlId #> [1] "DOID_3488" #> #> $cellulitis$dbPhenotype #> [1] TRUE #> #> $cellulitis$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $cellulitis$`_is_leaf` #> [1] TRUE #> #> $cellulitis$children #> list() #> #> $cellulitis$value #> [1] "cellulitis" #> #> #> $cellulitis #> $cellulitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3488" #> #> $cellulitis$`_id` #> [1] "DOID_3488<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $cellulitis$privateGeneCount #> [1] 0 #> #> $cellulitis$publicGeneCount #> [1] 1 #> #> $cellulitis$urlId #> [1] "DOID_3488" #> #> $cellulitis$dbPhenotype #> [1] TRUE #> #> $cellulitis$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $cellulitis$`_is_leaf` #> [1] TRUE #> #> $cellulitis$children #> list() #> #> $cellulitis$value #> [1] "cellulitis" #> #> #> $`Central adrenal insufficiency` #> $`Central adrenal insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011734" #> #> $`Central adrenal insufficiency`$`_id` #> [1] "HP_0011734<HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Central adrenal insufficiency`$privateGeneCount #> [1] 0 #> #> $`Central adrenal insufficiency`$publicGeneCount #> [1] 1 #> #> $`Central adrenal insufficiency`$urlId #> [1] "HP_0011734" #> #> $`Central adrenal insufficiency`$dbPhenotype #> [1] FALSE #> #> $`Central adrenal insufficiency`$`_parent` #> [1] "HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Central adrenal insufficiency`$`_is_leaf` #> [1] FALSE #> #> $`Central adrenal insufficiency`$children #> $`Central adrenal insufficiency`$children[[1]] #> [1] "HP_0008259<HP_0011734<HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Central adrenal insufficiency`$value #> [1] "Central adrenal insufficiency" #> #> #> $`central core myopathy` #> $`central core myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3529" #> #> $`central core myopathy`$`_id` #> [1] "DOID_3529<DOID_422<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`central core myopathy`$privateGeneCount #> [1] 0 #> #> $`central core myopathy`$publicGeneCount #> [1] 1 #> #> $`central core myopathy`$urlId #> [1] "DOID_3529" #> #> $`central core myopathy`$dbPhenotype #> [1] TRUE #> #> $`central core myopathy`$`_parent` #> [1] "DOID_422<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`central core myopathy`$`_is_leaf` #> [1] TRUE #> #> $`central core myopathy`$children #> list() #> #> $`central core myopathy`$value #> [1] "central core myopathy" #> #> #> $`central nervous system benign neoplasm` #> $`central nervous system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060090" #> #> $`central nervous system benign neoplasm`$`_id` #> [1] "DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`central nervous system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`central nervous system benign neoplasm`$publicGeneCount #> [1] 57 #> #> $`central nervous system benign neoplasm`$urlId #> [1] "DOID_0060090" #> #> $`central nervous system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`central nervous system benign neoplasm`$`_parent` #> [1] "DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`central nervous system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system benign neoplasm`$children #> $`central nervous system benign neoplasm`$children[[1]] #> [1] "DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`central nervous system benign neoplasm`$children[[2]] #> [1] "DOID_4587<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`central nervous system benign neoplasm`$children[[3]] #> [1] "DOID_3840<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`central nervous system benign neoplasm`$value #> [1] "central nervous system benign neoplasm" #> #> #> $`central nervous system benign neoplasm` #> $`central nervous system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060090" #> #> $`central nervous system benign neoplasm`$`_id` #> [1] "DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`central nervous system benign neoplasm`$publicGeneCount #> [1] 57 #> #> $`central nervous system benign neoplasm`$urlId #> [1] "DOID_0060090" #> #> $`central nervous system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`central nervous system benign neoplasm`$`_parent` #> [1] "DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system benign neoplasm`$children #> $`central nervous system benign neoplasm`$children[[1]] #> [1] "DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system benign neoplasm`$children[[2]] #> [1] "DOID_4587<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system benign neoplasm`$children[[3]] #> [1] "DOID_3840<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> #> $`central nervous system benign neoplasm`$value #> [1] "central nervous system benign neoplasm" #> #> #> $`central nervous system benign neoplasm` #> $`central nervous system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060090" #> #> $`central nervous system benign neoplasm`$`_id` #> [1] "DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`central nervous system benign neoplasm`$publicGeneCount #> [1] 57 #> #> $`central nervous system benign neoplasm`$urlId #> [1] "DOID_0060090" #> #> $`central nervous system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`central nervous system benign neoplasm`$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system benign neoplasm`$children #> $`central nervous system benign neoplasm`$children[[1]] #> [1] "DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system benign neoplasm`$children[[2]] #> [1] "DOID_4587<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system benign neoplasm`$children[[3]] #> [1] "DOID_3840<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`central nervous system benign neoplasm`$value #> [1] "central nervous system benign neoplasm" #> #> #> $`central nervous system cancer` #> $`central nervous system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3620" #> #> $`central nervous system cancer`$`_id` #> [1] "DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system cancer`$privateGeneCount #> [1] 0 #> #> $`central nervous system cancer`$publicGeneCount #> [1] 252 #> #> $`central nervous system cancer`$urlId #> [1] "DOID_3620" #> #> $`central nervous system cancer`$dbPhenotype #> [1] TRUE #> #> $`central nervous system cancer`$`_parent` #> [1] "DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system cancer`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system cancer`$children #> $`central nervous system cancer`$children[[1]] #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system cancer`$children[[2]] #> [1] "DOID_0060103<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system cancer`$children[[3]] #> [1] "DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system cancer`$children[[4]] #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system cancer`$children[[5]] #> [1] "DOID_5612<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`central nervous system cancer`$value #> [1] "central nervous system cancer" #> #> #> $`central nervous system cancer` #> $`central nervous system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3620" #> #> $`central nervous system cancer`$`_id` #> [1] "DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$privateGeneCount #> [1] 0 #> #> $`central nervous system cancer`$publicGeneCount #> [1] 252 #> #> $`central nervous system cancer`$urlId #> [1] "DOID_3620" #> #> $`central nervous system cancer`$dbPhenotype #> [1] TRUE #> #> $`central nervous system cancer`$`_parent` #> [1] "DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system cancer`$children #> $`central nervous system cancer`$children[[1]] #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$children[[2]] #> [1] "DOID_0060103<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$children[[3]] #> [1] "DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$children[[4]] #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$children[[5]] #> [1] "DOID_5612<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`central nervous system cancer`$value #> [1] "central nervous system cancer" #> #> #> $`central nervous system cancer` #> $`central nervous system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3620" #> #> $`central nervous system cancer`$`_id` #> [1] "DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$privateGeneCount #> [1] 0 #> #> $`central nervous system cancer`$publicGeneCount #> [1] 252 #> #> $`central nervous system cancer`$urlId #> [1] "DOID_3620" #> #> $`central nervous system cancer`$dbPhenotype #> [1] TRUE #> #> $`central nervous system cancer`$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system cancer`$children #> $`central nervous system cancer`$children[[1]] #> [1] "DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$children[[2]] #> [1] "DOID_0060103<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$children[[3]] #> [1] "DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$children[[4]] #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$children[[5]] #> [1] "DOID_5612<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`central nervous system cancer`$value #> [1] "central nervous system cancer" #> #> #> $`Central nervous system cyst` #> $`Central nervous system cyst`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030724" #> #> $`Central nervous system cyst`$`_id` #> [1] "HP_0030724<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Central nervous system cyst`$privateGeneCount #> [1] 0 #> #> $`Central nervous system cyst`$publicGeneCount #> [1] 2 #> #> $`Central nervous system cyst`$urlId #> [1] "HP_0030724" #> #> $`Central nervous system cyst`$dbPhenotype #> [1] FALSE #> #> $`Central nervous system cyst`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Central nervous system cyst`$`_is_leaf` #> [1] FALSE #> #> $`Central nervous system cyst`$children #> $`Central nervous system cyst`$children[[1]] #> [1] "HP_0010576<HP_0030724<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Central nervous system cyst`$value #> [1] "Central nervous system cyst" #> #> #> $`central nervous system disease` #> $`central nervous system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_331" #> #> $`central nervous system disease`$`_id` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$privateGeneCount #> [1] 0 #> #> $`central nervous system disease`$publicGeneCount #> [1] 1759 #> #> $`central nervous system disease`$urlId #> [1] "DOID_331" #> #> $`central nervous system disease`$dbPhenotype #> [1] TRUE #> #> $`central nervous system disease`$`_parent` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system disease`$children #> $`central nervous system disease`$children[[1]] #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[2]] #> [1] "DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[3]] #> [1] "DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[4]] #> [1] "DOID_525<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[5]] #> [1] "DOID_640<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[6]] #> [1] "DOID_10969<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[7]] #> [1] "DOID_9471<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[8]] #> [1] "DOID_10554<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[9]] #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[10]] #> [1] "DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[11]] #> [1] "DOID_12835<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[12]] #> [1] "DOID_0050425<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[13]] #> [1] "DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`central nervous system disease`$value #> [1] "central nervous system disease" #> #> #> $`central nervous system primitive neuroectodermal neoplasm` #> $`central nervous system primitive neuroectodermal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060103" #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_id` #> [1] "DOID_0060103<DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$privateGeneCount #> [1] 0 #> #> $`central nervous system primitive neuroectodermal neoplasm`$publicGeneCount #> [1] 9 #> #> $`central nervous system primitive neuroectodermal neoplasm`$urlId #> [1] "DOID_0060103" #> #> $`central nervous system primitive neuroectodermal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_parent` #> [1] "DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system primitive neuroectodermal neoplasm`$children #> $`central nervous system primitive neuroectodermal neoplasm`$children[[1]] #> [1] "DOID_4794<DOID_0060103<DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$children[[2]] #> [1] "DOID_4790<DOID_0060103<DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`central nervous system primitive neuroectodermal neoplasm`$value #> [1] "central nervous system primitive neuroectodermal neoplasm" #> #> #> $`central nervous system primitive neuroectodermal neoplasm` #> $`central nervous system primitive neuroectodermal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060103" #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_id` #> [1] "DOID_0060103<DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$privateGeneCount #> [1] 0 #> #> $`central nervous system primitive neuroectodermal neoplasm`$publicGeneCount #> [1] 9 #> #> $`central nervous system primitive neuroectodermal neoplasm`$urlId #> [1] "DOID_0060103" #> #> $`central nervous system primitive neuroectodermal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_parent` #> [1] "DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system primitive neuroectodermal neoplasm`$children #> $`central nervous system primitive neuroectodermal neoplasm`$children[[1]] #> [1] "DOID_4794<DOID_0060103<DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$children[[2]] #> [1] "DOID_4790<DOID_0060103<DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`central nervous system primitive neuroectodermal neoplasm`$value #> [1] "central nervous system primitive neuroectodermal neoplasm" #> #> #> $`central nervous system primitive neuroectodermal neoplasm` #> $`central nervous system primitive neuroectodermal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060103" #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_id` #> [1] "DOID_0060103<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$privateGeneCount #> [1] 0 #> #> $`central nervous system primitive neuroectodermal neoplasm`$publicGeneCount #> [1] 9 #> #> $`central nervous system primitive neuroectodermal neoplasm`$urlId #> [1] "DOID_0060103" #> #> $`central nervous system primitive neuroectodermal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_parent` #> [1] "DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system primitive neuroectodermal neoplasm`$children #> $`central nervous system primitive neuroectodermal neoplasm`$children[[1]] #> [1] "DOID_4794<DOID_0060103<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$children[[2]] #> [1] "DOID_4790<DOID_0060103<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`central nervous system primitive neuroectodermal neoplasm`$value #> [1] "central nervous system primitive neuroectodermal neoplasm" #> #> #> $`central nervous system primitive neuroectodermal neoplasm` #> $`central nervous system primitive neuroectodermal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060103" #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_id` #> [1] "DOID_0060103<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$privateGeneCount #> [1] 0 #> #> $`central nervous system primitive neuroectodermal neoplasm`$publicGeneCount #> [1] 9 #> #> $`central nervous system primitive neuroectodermal neoplasm`$urlId #> [1] "DOID_0060103" #> #> $`central nervous system primitive neuroectodermal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_parent` #> [1] "DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system primitive neuroectodermal neoplasm`$children #> $`central nervous system primitive neuroectodermal neoplasm`$children[[1]] #> [1] "DOID_4794<DOID_0060103<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$children[[2]] #> [1] "DOID_4790<DOID_0060103<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`central nervous system primitive neuroectodermal neoplasm`$value #> [1] "central nervous system primitive neuroectodermal neoplasm" #> #> #> $`central nervous system primitive neuroectodermal neoplasm` #> $`central nervous system primitive neuroectodermal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060103" #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_id` #> [1] "DOID_0060103<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$privateGeneCount #> [1] 0 #> #> $`central nervous system primitive neuroectodermal neoplasm`$publicGeneCount #> [1] 9 #> #> $`central nervous system primitive neuroectodermal neoplasm`$urlId #> [1] "DOID_0060103" #> #> $`central nervous system primitive neuroectodermal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_parent` #> [1] "DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system primitive neuroectodermal neoplasm`$children #> $`central nervous system primitive neuroectodermal neoplasm`$children[[1]] #> [1] "DOID_4794<DOID_0060103<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$children[[2]] #> [1] "DOID_4790<DOID_0060103<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`central nervous system primitive neuroectodermal neoplasm`$value #> [1] "central nervous system primitive neuroectodermal neoplasm" #> #> #> $`central nervous system vasculitis` #> $`central nervous system vasculitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_525" #> #> $`central nervous system vasculitis`$`_id` #> [1] "DOID_525<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system vasculitis`$privateGeneCount #> [1] 0 #> #> $`central nervous system vasculitis`$publicGeneCount #> [1] 22 #> #> $`central nervous system vasculitis`$urlId #> [1] "DOID_525" #> #> $`central nervous system vasculitis`$dbPhenotype #> [1] TRUE #> #> $`central nervous system vasculitis`$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system vasculitis`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system vasculitis`$children #> $`central nervous system vasculitis`$children[[1]] #> [1] "DOID_13375<DOID_525<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`central nervous system vasculitis`$value #> [1] "central nervous system vasculitis" #> #> #> $`central nervous system vasculitis` #> $`central nervous system vasculitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_525" #> #> $`central nervous system vasculitis`$`_id` #> [1] "DOID_525<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`central nervous system vasculitis`$privateGeneCount #> [1] 0 #> #> $`central nervous system vasculitis`$publicGeneCount #> [1] 22 #> #> $`central nervous system vasculitis`$urlId #> [1] "DOID_525" #> #> $`central nervous system vasculitis`$dbPhenotype #> [1] TRUE #> #> $`central nervous system vasculitis`$`_parent` #> [1] "DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`central nervous system vasculitis`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system vasculitis`$children #> $`central nervous system vasculitis`$children[[1]] #> [1] "DOID_13375<DOID_525<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`central nervous system vasculitis`$value #> [1] "central nervous system vasculitis" #> #> #> $`central pontine myelinolysis` #> $`central pontine myelinolysis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_636" #> #> $`central pontine myelinolysis`$`_id` #> [1] "DOID_636<DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central pontine myelinolysis`$privateGeneCount #> [1] 0 #> #> $`central pontine myelinolysis`$publicGeneCount #> [1] 2 #> #> $`central pontine myelinolysis`$urlId #> [1] "DOID_636" #> #> $`central pontine myelinolysis`$dbPhenotype #> [1] TRUE #> #> $`central pontine myelinolysis`$`_parent` #> [1] "DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central pontine myelinolysis`$`_is_leaf` #> [1] TRUE #> #> $`central pontine myelinolysis`$children #> list() #> #> $`central pontine myelinolysis`$value #> [1] "central pontine myelinolysis" #> #> #> $`central retinal artery occlusion` #> $`central retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13098" #> #> $`central retinal artery occlusion`$`_id` #> [1] "DOID_13098<DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`central retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`central retinal artery occlusion`$publicGeneCount #> [1] 4 #> #> $`central retinal artery occlusion`$urlId #> [1] "DOID_13098" #> #> $`central retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`central retinal artery occlusion`$`_parent` #> [1] "DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`central retinal artery occlusion`$`_is_leaf` #> [1] TRUE #> #> $`central retinal artery occlusion`$children #> list() #> #> $`central retinal artery occlusion`$value #> [1] "central retinal artery occlusion" #> #> #> $`central retinal artery occlusion` #> $`central retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13098" #> #> $`central retinal artery occlusion`$`_id` #> [1] "DOID_13098<DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`central retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`central retinal artery occlusion`$publicGeneCount #> [1] 4 #> #> $`central retinal artery occlusion`$urlId #> [1] "DOID_13098" #> #> $`central retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`central retinal artery occlusion`$`_parent` #> [1] "DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`central retinal artery occlusion`$`_is_leaf` #> [1] TRUE #> #> $`central retinal artery occlusion`$children #> list() #> #> $`central retinal artery occlusion`$value #> [1] "central retinal artery occlusion" #> #> #> $`central retinal artery occlusion` #> $`central retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13098" #> #> $`central retinal artery occlusion`$`_id` #> [1] "DOID_13098<DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`central retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`central retinal artery occlusion`$publicGeneCount #> [1] 4 #> #> $`central retinal artery occlusion`$urlId #> [1] "DOID_13098" #> #> $`central retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`central retinal artery occlusion`$`_parent` #> [1] "DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`central retinal artery occlusion`$`_is_leaf` #> [1] TRUE #> #> $`central retinal artery occlusion`$children #> list() #> #> $`central retinal artery occlusion`$value #> [1] "central retinal artery occlusion" #> #> #> $`central retinal artery occlusion` #> $`central retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13098" #> #> $`central retinal artery occlusion`$`_id` #> [1] "DOID_13098<DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`central retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`central retinal artery occlusion`$publicGeneCount #> [1] 4 #> #> $`central retinal artery occlusion`$urlId #> [1] "DOID_13098" #> #> $`central retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`central retinal artery occlusion`$`_parent` #> [1] "DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`central retinal artery occlusion`$`_is_leaf` #> [1] TRUE #> #> $`central retinal artery occlusion`$children #> list() #> #> $`central retinal artery occlusion`$value #> [1] "central retinal artery occlusion" #> #> #> $`central sleep apnea` #> $`central sleep apnea`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9220" #> #> $`central sleep apnea`$`_id` #> [1] "DOID_9220<DOID_0050847<DOID_535<DOID_150<DOID_4" #> #> $`central sleep apnea`$privateGeneCount #> [1] 0 #> #> $`central sleep apnea`$publicGeneCount #> [1] 6 #> #> $`central sleep apnea`$urlId #> [1] "DOID_9220" #> #> $`central sleep apnea`$dbPhenotype #> [1] TRUE #> #> $`central sleep apnea`$`_parent` #> [1] "DOID_0050847<DOID_535<DOID_150<DOID_4" #> #> $`central sleep apnea`$`_is_leaf` #> [1] TRUE #> #> $`central sleep apnea`$children #> list() #> #> $`central sleep apnea`$value #> [1] "central sleep apnea" #> #> #> $`centronuclear myopathy` #> $`centronuclear myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14717" #> #> $`centronuclear myopathy`$`_id` #> [1] "DOID_14717<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`centronuclear myopathy`$privateGeneCount #> [1] 0 #> #> $`centronuclear myopathy`$publicGeneCount #> [1] 10 #> #> $`centronuclear myopathy`$urlId #> [1] "DOID_14717" #> #> $`centronuclear myopathy`$dbPhenotype #> [1] TRUE #> #> $`centronuclear myopathy`$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`centronuclear myopathy`$`_is_leaf` #> [1] TRUE #> #> $`centronuclear myopathy`$children #> list() #> #> $`centronuclear myopathy`$value #> [1] "centronuclear myopathy" #> #> #> $`cerebellar ataxia` #> $`cerebellar ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050753" #> #> $`cerebellar ataxia`$`_id` #> [1] "DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebellar ataxia`$privateGeneCount #> [1] 0 #> #> $`cerebellar ataxia`$publicGeneCount #> [1] 87 #> #> $`cerebellar ataxia`$urlId #> [1] "DOID_0050753" #> #> $`cerebellar ataxia`$dbPhenotype #> [1] TRUE #> #> $`cerebellar ataxia`$`_parent` #> [1] "DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebellar ataxia`$`_is_leaf` #> [1] FALSE #> #> $`cerebellar ataxia`$children #> $`cerebellar ataxia`$children[[1]] #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebellar ataxia`$children[[2]] #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebellar ataxia`$value #> [1] "cerebellar ataxia" #> #> #> $`cerebellar ataxia` #> $`cerebellar ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050753" #> #> $`cerebellar ataxia`$`_id` #> [1] "DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebellar ataxia`$privateGeneCount #> [1] 0 #> #> $`cerebellar ataxia`$publicGeneCount #> [1] 87 #> #> $`cerebellar ataxia`$urlId #> [1] "DOID_0050753" #> #> $`cerebellar ataxia`$dbPhenotype #> [1] TRUE #> #> $`cerebellar ataxia`$`_parent` #> [1] "DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebellar ataxia`$`_is_leaf` #> [1] FALSE #> #> $`cerebellar ataxia`$children #> $`cerebellar ataxia`$children[[1]] #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebellar ataxia`$children[[2]] #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebellar ataxia`$value #> [1] "cerebellar ataxia" #> #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome` #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050997" #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$`_id` #> [1] "DOID_0050997<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$privateGeneCount #> [1] 0 #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$publicGeneCount #> [1] 4 #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$urlId #> [1] "DOID_0050997" #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$dbPhenotype #> [1] TRUE #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$`_is_leaf` #> [1] TRUE #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$children #> list() #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$value #> [1] "cerebellar ataxia, mental retardation and dysequlibrium syndrome" #> #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome` #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050997" #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$`_id` #> [1] "DOID_0050997<DOID_225<DOID_4" #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$privateGeneCount #> [1] 0 #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$publicGeneCount #> [1] 4 #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$urlId #> [1] "DOID_0050997" #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$dbPhenotype #> [1] TRUE #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$`_is_leaf` #> [1] TRUE #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$children #> list() #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$value #> [1] "cerebellar ataxia, mental retardation and dysequlibrium syndrome" #> #> #> $`Cerebellar atrophy` #> $`Cerebellar atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001272" #> #> $`Cerebellar atrophy`$`_id` #> [1] "HP_0001272<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar atrophy`$privateGeneCount #> [1] 0 #> #> $`Cerebellar atrophy`$publicGeneCount #> [1] 2 #> #> $`Cerebellar atrophy`$urlId #> [1] "HP_0001272" #> #> $`Cerebellar atrophy`$dbPhenotype #> [1] TRUE #> #> $`Cerebellar atrophy`$`_parent` #> [1] "HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar atrophy`$`_is_leaf` #> [1] FALSE #> #> $`Cerebellar atrophy`$children #> $`Cerebellar atrophy`$children[[1]] #> [1] "HP_0006879<HP_0001272<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Cerebellar atrophy`$value #> [1] "Cerebellar atrophy" #> #> #> $`Cerebellar cyst` #> $`Cerebellar cyst`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002350" #> #> $`Cerebellar cyst`$`_id` #> [1] "HP_0002350<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar cyst`$privateGeneCount #> [1] 0 #> #> $`Cerebellar cyst`$publicGeneCount #> [1] 2 #> #> $`Cerebellar cyst`$urlId #> [1] "HP_0002350" #> #> $`Cerebellar cyst`$dbPhenotype #> [1] TRUE #> #> $`Cerebellar cyst`$`_parent` #> [1] "HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar cyst`$`_is_leaf` #> [1] TRUE #> #> $`Cerebellar cyst`$children #> list() #> #> $`Cerebellar cyst`$value #> [1] "Cerebellar cyst" #> #> #> $`Cerebellar cyst` #> $`Cerebellar cyst`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002350" #> #> $`Cerebellar cyst`$`_id` #> [1] "HP_0002350<HP_0010576<HP_0030724<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar cyst`$privateGeneCount #> [1] 0 #> #> $`Cerebellar cyst`$publicGeneCount #> [1] 2 #> #> $`Cerebellar cyst`$urlId #> [1] "HP_0002350" #> #> $`Cerebellar cyst`$dbPhenotype #> [1] TRUE #> #> $`Cerebellar cyst`$`_parent` #> [1] "HP_0010576<HP_0030724<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar cyst`$`_is_leaf` #> [1] TRUE #> #> $`Cerebellar cyst`$children #> list() #> #> $`Cerebellar cyst`$value #> [1] "Cerebellar cyst" #> #> #> $`cerebellar disease` #> $`cerebellar disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2786" #> #> $`cerebellar disease`$`_id` #> [1] "DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebellar disease`$privateGeneCount #> [1] 0 #> #> $`cerebellar disease`$publicGeneCount #> [1] 95 #> #> $`cerebellar disease`$urlId #> [1] "DOID_2786" #> #> $`cerebellar disease`$dbPhenotype #> [1] TRUE #> #> $`cerebellar disease`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebellar disease`$`_is_leaf` #> [1] FALSE #> #> $`cerebellar disease`$children #> $`cerebellar disease`$children[[1]] #> [1] "DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebellar disease`$children[[2]] #> [1] "DOID_2785<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebellar disease`$children[[3]] #> [1] "DOID_0050574<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebellar disease`$value #> [1] "cerebellar disease" #> #> #> $`Cerebellar malformation` #> $`Cerebellar malformation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002438" #> #> $`Cerebellar malformation`$`_id` #> [1] "HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar malformation`$privateGeneCount #> [1] 0 #> #> $`Cerebellar malformation`$publicGeneCount #> [1] 5 #> #> $`Cerebellar malformation`$urlId #> [1] "HP_0002438" #> #> $`Cerebellar malformation`$dbPhenotype #> [1] FALSE #> #> $`Cerebellar malformation`$`_parent` #> [1] "HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar malformation`$`_is_leaf` #> [1] FALSE #> #> $`Cerebellar malformation`$children #> $`Cerebellar malformation`$children[[1]] #> [1] "HP_0002334<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar malformation`$children[[2]] #> [1] "HP_0002308<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar malformation`$children[[3]] #> [1] "HP_0002350<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Cerebellar malformation`$value #> [1] "Cerebellar malformation" #> #> #> $`Cerebellar vermis hypoplasia` #> $`Cerebellar vermis hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001320" #> #> $`Cerebellar vermis hypoplasia`$`_id` #> [1] "HP_0001320<HP_0006817<HP_0002334<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar vermis hypoplasia`$privateGeneCount #> [1] 0 #> #> $`Cerebellar vermis hypoplasia`$publicGeneCount #> [1] 2 #> #> $`Cerebellar vermis hypoplasia`$urlId #> [1] "HP_0001320" #> #> $`Cerebellar vermis hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`Cerebellar vermis hypoplasia`$`_parent` #> [1] "HP_0006817<HP_0002334<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar vermis hypoplasia`$`_is_leaf` #> [1] TRUE #> #> $`Cerebellar vermis hypoplasia`$children #> list() #> #> $`Cerebellar vermis hypoplasia`$value #> [1] "Cerebellar vermis hypoplasia" #> #> #> $`cerebral amyloid angiopathy` #> $`cerebral amyloid angiopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9246" #> #> $`cerebral amyloid angiopathy`$`_id` #> [1] "DOID_9246<DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`cerebral amyloid angiopathy`$privateGeneCount #> [1] 0 #> #> $`cerebral amyloid angiopathy`$publicGeneCount #> [1] 9 #> #> $`cerebral amyloid angiopathy`$urlId #> [1] "DOID_9246" #> #> $`cerebral amyloid angiopathy`$dbPhenotype #> [1] TRUE #> #> $`cerebral amyloid angiopathy`$`_parent` #> [1] "DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`cerebral amyloid angiopathy`$`_is_leaf` #> [1] TRUE #> #> $`cerebral amyloid angiopathy`$children #> list() #> #> $`cerebral amyloid angiopathy`$value #> [1] "cerebral amyloid angiopathy" #> #> #> $`cerebral arterial disease` #> $`cerebral arterial disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3527" #> #> $`cerebral arterial disease`$`_id` #> [1] "DOID_3527<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebral arterial disease`$privateGeneCount #> [1] 0 #> #> $`cerebral arterial disease`$publicGeneCount #> [1] 26 #> #> $`cerebral arterial disease`$urlId #> [1] "DOID_3527" #> #> $`cerebral arterial disease`$dbPhenotype #> [1] FALSE #> #> $`cerebral arterial disease`$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebral arterial disease`$`_is_leaf` #> [1] FALSE #> #> $`cerebral arterial disease`$children #> $`cerebral arterial disease`$children[[1]] #> [1] "DOID_10941<DOID_3527<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebral arterial disease`$children[[2]] #> [1] "DOID_13099<DOID_3527<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`cerebral arterial disease`$value #> [1] "cerebral arterial disease" #> #> #> $`cerebral arterial disease` #> $`cerebral arterial disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3527" #> #> $`cerebral arterial disease`$`_id` #> [1] "DOID_3527<DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebral arterial disease`$privateGeneCount #> [1] 0 #> #> $`cerebral arterial disease`$publicGeneCount #> [1] 26 #> #> $`cerebral arterial disease`$urlId #> [1] "DOID_3527" #> #> $`cerebral arterial disease`$dbPhenotype #> [1] FALSE #> #> $`cerebral arterial disease`$`_parent` #> [1] "DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebral arterial disease`$`_is_leaf` #> [1] FALSE #> #> $`cerebral arterial disease`$children #> $`cerebral arterial disease`$children[[1]] #> [1] "DOID_10941<DOID_3527<DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebral arterial disease`$children[[2]] #> [1] "DOID_13099<DOID_3527<DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`cerebral arterial disease`$value #> [1] "cerebral arterial disease" #> #> #> $`cerebral arterial disease` #> $`cerebral arterial disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3527" #> #> $`cerebral arterial disease`$`_id` #> [1] "DOID_3527<DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral arterial disease`$privateGeneCount #> [1] 0 #> #> $`cerebral arterial disease`$publicGeneCount #> [1] 26 #> #> $`cerebral arterial disease`$urlId #> [1] "DOID_3527" #> #> $`cerebral arterial disease`$dbPhenotype #> [1] FALSE #> #> $`cerebral arterial disease`$`_parent` #> [1] "DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral arterial disease`$`_is_leaf` #> [1] FALSE #> #> $`cerebral arterial disease`$children #> $`cerebral arterial disease`$children[[1]] #> [1] "DOID_10941<DOID_3527<DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral arterial disease`$children[[2]] #> [1] "DOID_13099<DOID_3527<DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral arterial disease`$value #> [1] "cerebral arterial disease" #> #> #> $`Cerebral calcification` #> $`Cerebral calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002514" #> #> $`Cerebral calcification`$`_id` #> [1] "HP_0002514<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebral calcification`$privateGeneCount #> [1] 0 #> #> $`Cerebral calcification`$publicGeneCount #> [1] 2 #> #> $`Cerebral calcification`$urlId #> [1] "HP_0002514" #> #> $`Cerebral calcification`$dbPhenotype #> [1] FALSE #> #> $`Cerebral calcification`$`_parent` #> [1] "HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebral calcification`$`_is_leaf` #> [1] FALSE #> #> $`Cerebral calcification`$children #> $`Cerebral calcification`$children[[1]] #> [1] "HP_0002135<HP_0002514<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Cerebral calcification`$value #> [1] "Cerebral calcification" #> #> #> $`Cerebral calcification` #> $`Cerebral calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002514" #> #> $`Cerebral calcification`$`_id` #> [1] "HP_0002514<HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> $`Cerebral calcification`$privateGeneCount #> [1] 0 #> #> $`Cerebral calcification`$publicGeneCount #> [1] 2 #> #> $`Cerebral calcification`$urlId #> [1] "HP_0002514" #> #> $`Cerebral calcification`$dbPhenotype #> [1] FALSE #> #> $`Cerebral calcification`$`_parent` #> [1] "HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> $`Cerebral calcification`$`_is_leaf` #> [1] FALSE #> #> $`Cerebral calcification`$children #> $`Cerebral calcification`$children[[1]] #> [1] "HP_0002135<HP_0002514<HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Cerebral calcification`$value #> [1] "Cerebral calcification" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral creatine deficiency syndrome` #> $`cerebral creatine deficiency syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050798" #> #> $`cerebral creatine deficiency syndrome`$`_id` #> [1] "DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`cerebral creatine deficiency syndrome`$privateGeneCount #> [1] 0 #> #> $`cerebral creatine deficiency syndrome`$publicGeneCount #> [1] 3 #> #> $`cerebral creatine deficiency syndrome`$urlId #> [1] "DOID_0050798" #> #> $`cerebral creatine deficiency syndrome`$dbPhenotype #> [1] FALSE #> #> $`cerebral creatine deficiency syndrome`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`cerebral creatine deficiency syndrome`$`_is_leaf` #> [1] FALSE #> #> $`cerebral creatine deficiency syndrome`$children #> $`cerebral creatine deficiency syndrome`$children[[1]] #> [1] "DOID_0050712<DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`cerebral creatine deficiency syndrome`$children[[2]] #> [1] "DOID_0050800<DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`cerebral creatine deficiency syndrome`$children[[3]] #> [1] "DOID_0050799<DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $`cerebral creatine deficiency syndrome`$value #> [1] "cerebral creatine deficiency syndrome" #> #> #> $`cerebral degeneration` #> $`cerebral degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1443" #> #> $`cerebral degeneration`$`_id` #> [1] "DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral degeneration`$privateGeneCount #> [1] 0 #> #> $`cerebral degeneration`$publicGeneCount #> [1] 41 #> #> $`cerebral degeneration`$urlId #> [1] "DOID_1443" #> #> $`cerebral degeneration`$dbPhenotype #> [1] FALSE #> #> $`cerebral degeneration`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral degeneration`$`_is_leaf` #> [1] FALSE #> #> $`cerebral degeneration`$children #> $`cerebral degeneration`$children[[1]] #> [1] "DOID_10908<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral degeneration`$children[[2]] #> [1] "DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral degeneration`$children[[3]] #> [1] "DOID_2367<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral degeneration`$value #> [1] "cerebral degeneration" #> #> #> $`cerebral folate receptor alpha deficiency` #> $`cerebral folate receptor alpha deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050719" #> #> $`cerebral folate receptor alpha deficiency`$`_id` #> [1] "DOID_0050719<DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`cerebral folate receptor alpha deficiency`$privateGeneCount #> [1] 0 #> #> $`cerebral folate receptor alpha deficiency`$publicGeneCount #> [1] 1 #> #> $`cerebral folate receptor alpha deficiency`$urlId #> [1] "DOID_0050719" #> #> $`cerebral folate receptor alpha deficiency`$dbPhenotype #> [1] TRUE #> #> $`cerebral folate receptor alpha deficiency`$`_parent` #> [1] "DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`cerebral folate receptor alpha deficiency`$`_is_leaf` #> [1] TRUE #> #> $`cerebral folate receptor alpha deficiency`$children #> list() #> #> $`cerebral folate receptor alpha deficiency`$value #> [1] "cerebral folate receptor alpha deficiency" #> #> #> $`cerebral folate receptor alpha deficiency` #> $`cerebral folate receptor alpha deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050719" #> #> $`cerebral folate receptor alpha deficiency`$`_id` #> [1] "DOID_0050719<DOID_630<DOID_4" #> #> $`cerebral folate receptor alpha deficiency`$privateGeneCount #> [1] 0 #> #> $`cerebral folate receptor alpha deficiency`$publicGeneCount #> [1] 1 #> #> $`cerebral folate receptor alpha deficiency`$urlId #> [1] "DOID_0050719" #> #> $`cerebral folate receptor alpha deficiency`$dbPhenotype #> [1] TRUE #> #> $`cerebral folate receptor alpha deficiency`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`cerebral folate receptor alpha deficiency`$`_is_leaf` #> [1] TRUE #> #> $`cerebral folate receptor alpha deficiency`$children #> list() #> #> $`cerebral folate receptor alpha deficiency`$value #> [1] "cerebral folate receptor alpha deficiency" #> #> #> $`Cerebral hemorrhage` #> $`Cerebral hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001342" #> #> $`Cerebral hemorrhage`$`_id` #> [1] "HP_0001342<HP_0002170<HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Cerebral hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Cerebral hemorrhage`$publicGeneCount #> [1] 35 #> #> $`Cerebral hemorrhage`$urlId #> [1] "HP_0001342" #> #> $`Cerebral hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Cerebral hemorrhage`$`_parent` #> [1] "HP_0002170<HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Cerebral hemorrhage`$`_is_leaf` #> [1] TRUE #> #> $`Cerebral hemorrhage`$children #> list() #> #> $`Cerebral hemorrhage`$value #> [1] "Cerebral hemorrhage" #> #> #> $`Cerebral hemorrhage` #> $`Cerebral hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001342" #> #> $`Cerebral hemorrhage`$`_id` #> [1] "HP_0001342<HP_0002170<HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Cerebral hemorrhage`$publicGeneCount #> [1] 35 #> #> $`Cerebral hemorrhage`$urlId #> [1] "HP_0001342" #> #> $`Cerebral hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Cerebral hemorrhage`$`_parent` #> [1] "HP_0002170<HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral hemorrhage`$`_is_leaf` #> [1] TRUE #> #> $`Cerebral hemorrhage`$children #> list() #> #> $`Cerebral hemorrhage`$value #> [1] "Cerebral hemorrhage" #> #> #> $`Cerebral hemorrhage` #> $`Cerebral hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001342" #> #> $`Cerebral hemorrhage`$`_id` #> [1] "HP_0001342<HP_0002170<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Cerebral hemorrhage`$publicGeneCount #> [1] 35 #> #> $`Cerebral hemorrhage`$urlId #> [1] "HP_0001342" #> #> $`Cerebral hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Cerebral hemorrhage`$`_parent` #> [1] "HP_0002170<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral hemorrhage`$`_is_leaf` #> [1] TRUE #> #> $`Cerebral hemorrhage`$children #> list() #> #> $`Cerebral hemorrhage`$value #> [1] "Cerebral hemorrhage" #> #> #> $`Cerebral hemorrhage` #> $`Cerebral hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001342" #> #> $`Cerebral hemorrhage`$`_id` #> [1] "HP_0001342<HP_0002170<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebral hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Cerebral hemorrhage`$publicGeneCount #> [1] 35 #> #> $`Cerebral hemorrhage`$urlId #> [1] "HP_0001342" #> #> $`Cerebral hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Cerebral hemorrhage`$`_parent` #> [1] "HP_0002170<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebral hemorrhage`$`_is_leaf` #> [1] TRUE #> #> $`Cerebral hemorrhage`$children #> list() #> #> $`Cerebral hemorrhage`$value #> [1] "Cerebral hemorrhage" #> #> #> $`cerebral infarction` #> $`cerebral infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3526" #> #> $`cerebral infarction`$`_id` #> [1] "DOID_3526<DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebral infarction`$privateGeneCount #> [1] 0 #> #> $`cerebral infarction`$publicGeneCount #> [1] 48 #> #> $`cerebral infarction`$urlId #> [1] "DOID_3526" #> #> $`cerebral infarction`$dbPhenotype #> [1] TRUE #> #> $`cerebral infarction`$`_parent` #> [1] "DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebral infarction`$`_is_leaf` #> [1] FALSE #> #> $`cerebral infarction`$children #> $`cerebral infarction`$children[[1]] #> [1] "DOID_3525<DOID_3526<DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`cerebral infarction`$value #> [1] "cerebral infarction" #> #> #> $`cerebral infarction` #> $`cerebral infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3526" #> #> $`cerebral infarction`$`_id` #> [1] "DOID_3526<DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral infarction`$privateGeneCount #> [1] 0 #> #> $`cerebral infarction`$publicGeneCount #> [1] 48 #> #> $`cerebral infarction`$urlId #> [1] "DOID_3526" #> #> $`cerebral infarction`$dbPhenotype #> [1] TRUE #> #> $`cerebral infarction`$`_parent` #> [1] "DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral infarction`$`_is_leaf` #> [1] FALSE #> #> $`cerebral infarction`$children #> $`cerebral infarction`$children[[1]] #> [1] "DOID_3525<DOID_3526<DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral infarction`$value #> [1] "cerebral infarction" #> #> #> $`Cerebral ischemia` #> $`Cerebral ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002637" #> #> $`Cerebral ischemia`$`_id` #> [1] "HP_0002637<HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$privateGeneCount #> [1] 0 #> #> $`Cerebral ischemia`$publicGeneCount #> [1] 3 #> #> $`Cerebral ischemia`$urlId #> [1] "HP_0002637" #> #> $`Cerebral ischemia`$dbPhenotype #> [1] FALSE #> #> $`Cerebral ischemia`$`_parent` #> [1] "HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$`_is_leaf` #> [1] FALSE #> #> $`Cerebral ischemia`$children #> $`Cerebral ischemia`$children[[1]] #> [1] "HP_0002140<HP_0002637<HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Cerebral ischemia`$value #> [1] "Cerebral ischemia" #> #> #> $`Cerebral ischemia` #> $`Cerebral ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002637" #> #> $`Cerebral ischemia`$`_id` #> [1] "HP_0002637<HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$privateGeneCount #> [1] 0 #> #> $`Cerebral ischemia`$publicGeneCount #> [1] 3 #> #> $`Cerebral ischemia`$urlId #> [1] "HP_0002637" #> #> $`Cerebral ischemia`$dbPhenotype #> [1] FALSE #> #> $`Cerebral ischemia`$`_parent` #> [1] "HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$`_is_leaf` #> [1] FALSE #> #> $`Cerebral ischemia`$children #> $`Cerebral ischemia`$children[[1]] #> [1] "HP_0002140<HP_0002637<HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Cerebral ischemia`$value #> [1] "Cerebral ischemia" #> #> #> $`Cerebral ischemia` #> $`Cerebral ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002637" #> #> $`Cerebral ischemia`$`_id` #> [1] "HP_0002637<HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$privateGeneCount #> [1] 0 #> #> $`Cerebral ischemia`$publicGeneCount #> [1] 3 #> #> $`Cerebral ischemia`$urlId #> [1] "HP_0002637" #> #> $`Cerebral ischemia`$dbPhenotype #> [1] FALSE #> #> $`Cerebral ischemia`$`_parent` #> [1] "HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$`_is_leaf` #> [1] FALSE #> #> $`Cerebral ischemia`$children #> $`Cerebral ischemia`$children[[1]] #> [1] "HP_0002140<HP_0002637<HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Cerebral ischemia`$value #> [1] "Cerebral ischemia" #> #> #> $`Cerebral ischemia` #> $`Cerebral ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002637" #> #> $`Cerebral ischemia`$`_id` #> [1] "HP_0002637<HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$privateGeneCount #> [1] 0 #> #> $`Cerebral ischemia`$publicGeneCount #> [1] 3 #> #> $`Cerebral ischemia`$urlId #> [1] "HP_0002637" #> #> $`Cerebral ischemia`$dbPhenotype #> [1] FALSE #> #> $`Cerebral ischemia`$`_parent` #> [1] "HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$`_is_leaf` #> [1] FALSE #> #> $`Cerebral ischemia`$children #> $`Cerebral ischemia`$children[[1]] #> [1] "HP_0002140<HP_0002637<HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Cerebral ischemia`$value #> [1] "Cerebral ischemia" #> #> #> $`Cerebral ischemia` #> $`Cerebral ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002637" #> #> $`Cerebral ischemia`$`_id` #> [1] "HP_0002637<HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$privateGeneCount #> [1] 0 #> #> $`Cerebral ischemia`$publicGeneCount #> [1] 3 #> #> $`Cerebral ischemia`$urlId #> [1] "HP_0002637" #> #> $`Cerebral ischemia`$dbPhenotype #> [1] FALSE #> #> $`Cerebral ischemia`$`_parent` #> [1] "HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$`_is_leaf` #> [1] FALSE #> #> $`Cerebral ischemia`$children #> $`Cerebral ischemia`$children[[1]] #> [1] "HP_0002140<HP_0002637<HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Cerebral ischemia`$value #> [1] "Cerebral ischemia" #> #> #> $`Cerebral ischemia` #> $`Cerebral ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002637" #> #> $`Cerebral ischemia`$`_id` #> [1] "HP_0002637<HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$privateGeneCount #> [1] 0 #> #> $`Cerebral ischemia`$publicGeneCount #> [1] 3 #> #> $`Cerebral ischemia`$urlId #> [1] "HP_0002637" #> #> $`Cerebral ischemia`$dbPhenotype #> [1] FALSE #> #> $`Cerebral ischemia`$`_parent` #> [1] "HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$`_is_leaf` #> [1] FALSE #> #> $`Cerebral ischemia`$children #> $`Cerebral ischemia`$children[[1]] #> [1] "HP_0002140<HP_0002637<HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Cerebral ischemia`$value #> [1] "Cerebral ischemia" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral palsy` #> $`cerebral palsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1969" #> #> $`cerebral palsy`$`_id` #> [1] "DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral palsy`$privateGeneCount #> [1] 0 #> #> $`cerebral palsy`$publicGeneCount #> [1] 93 #> #> $`cerebral palsy`$urlId #> [1] "DOID_1969" #> #> $`cerebral palsy`$dbPhenotype #> [1] TRUE #> #> $`cerebral palsy`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral palsy`$`_is_leaf` #> [1] FALSE #> #> $`cerebral palsy`$children #> $`cerebral palsy`$children[[1]] #> [1] "DOID_0050670<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral palsy`$children[[2]] #> [1] "DOID_0050672<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral palsy`$children[[3]] #> [1] "DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral palsy`$value #> [1] "cerebral palsy" #> #> #> $`cerebral primitive neuroectodermal tumor` #> $`cerebral primitive neuroectodermal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7398" #> #> $`cerebral primitive neuroectodermal tumor`$`_id` #> [1] "DOID_7398<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral primitive neuroectodermal tumor`$privateGeneCount #> [1] 0 #> #> $`cerebral primitive neuroectodermal tumor`$publicGeneCount #> [1] 9 #> #> $`cerebral primitive neuroectodermal tumor`$urlId #> [1] "DOID_7398" #> #> $`cerebral primitive neuroectodermal tumor`$dbPhenotype #> [1] TRUE #> #> $`cerebral primitive neuroectodermal tumor`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral primitive neuroectodermal tumor`$`_is_leaf` #> [1] TRUE #> #> $`cerebral primitive neuroectodermal tumor`$children #> list() #> #> $`cerebral primitive neuroectodermal tumor`$value #> [1] "cerebral primitive neuroectodermal tumor" #> #> #> $`cerebral primitive neuroectodermal tumor` #> $`cerebral primitive neuroectodermal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7398" #> #> $`cerebral primitive neuroectodermal tumor`$`_id` #> [1] "DOID_7398<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral primitive neuroectodermal tumor`$privateGeneCount #> [1] 0 #> #> $`cerebral primitive neuroectodermal tumor`$publicGeneCount #> [1] 9 #> #> $`cerebral primitive neuroectodermal tumor`$urlId #> [1] "DOID_7398" #> #> $`cerebral primitive neuroectodermal tumor`$dbPhenotype #> [1] TRUE #> #> $`cerebral primitive neuroectodermal tumor`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral primitive neuroectodermal tumor`$`_is_leaf` #> [1] TRUE #> #> $`cerebral primitive neuroectodermal tumor`$children #> list() #> #> $`cerebral primitive neuroectodermal tumor`$value #> [1] "cerebral primitive neuroectodermal tumor" #> #> #> $`cerebral primitive neuroectodermal tumor` #> $`cerebral primitive neuroectodermal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7398" #> #> $`cerebral primitive neuroectodermal tumor`$`_id` #> [1] "DOID_7398<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral primitive neuroectodermal tumor`$privateGeneCount #> [1] 0 #> #> $`cerebral primitive neuroectodermal tumor`$publicGeneCount #> [1] 9 #> #> $`cerebral primitive neuroectodermal tumor`$urlId #> [1] "DOID_7398" #> #> $`cerebral primitive neuroectodermal tumor`$dbPhenotype #> [1] TRUE #> #> $`cerebral primitive neuroectodermal tumor`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral primitive neuroectodermal tumor`$`_is_leaf` #> [1] TRUE #> #> $`cerebral primitive neuroectodermal tumor`$children #> list() #> #> $`cerebral primitive neuroectodermal tumor`$value #> [1] "cerebral primitive neuroectodermal tumor" #> #> #> $`cerebral primitive neuroectodermal tumor` #> $`cerebral primitive neuroectodermal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7398" #> #> $`cerebral primitive neuroectodermal tumor`$`_id` #> [1] "DOID_7398<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral primitive neuroectodermal tumor`$privateGeneCount #> [1] 0 #> #> $`cerebral primitive neuroectodermal tumor`$publicGeneCount #> [1] 9 #> #> $`cerebral primitive neuroectodermal tumor`$urlId #> [1] "DOID_7398" #> #> $`cerebral primitive neuroectodermal tumor`$dbPhenotype #> [1] TRUE #> #> $`cerebral primitive neuroectodermal tumor`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral primitive neuroectodermal tumor`$`_is_leaf` #> [1] TRUE #> #> $`cerebral primitive neuroectodermal tumor`$children #> list() #> #> $`cerebral primitive neuroectodermal tumor`$value #> [1] "cerebral primitive neuroectodermal tumor" #> #> #> $`Cerebral visual impairment` #> $`Cerebral visual impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100704" #> #> $`Cerebral visual impairment`$`_id` #> [1] "HP_0100704<HP_0000505<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Cerebral visual impairment`$privateGeneCount #> [1] 0 #> #> $`Cerebral visual impairment`$publicGeneCount #> [1] 1 #> #> $`Cerebral visual impairment`$urlId #> [1] "HP_0100704" #> #> $`Cerebral visual impairment`$dbPhenotype #> [1] TRUE #> #> $`Cerebral visual impairment`$`_parent` #> [1] "HP_0000505<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Cerebral visual impairment`$`_is_leaf` #> [1] TRUE #> #> $`Cerebral visual impairment`$children #> list() #> #> $`Cerebral visual impairment`$value #> [1] "Cerebral visual impairment" #> #> #> $`cerebrotendinous xanthomatosis` #> $`cerebrotendinous xanthomatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4810" #> #> $`cerebrotendinous xanthomatosis`$`_id` #> [1] "DOID_4810<DOID_3345<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`cerebrotendinous xanthomatosis`$privateGeneCount #> [1] 0 #> #> $`cerebrotendinous xanthomatosis`$publicGeneCount #> [1] 1 #> #> $`cerebrotendinous xanthomatosis`$urlId #> [1] "DOID_4810" #> #> $`cerebrotendinous xanthomatosis`$dbPhenotype #> [1] TRUE #> #> $`cerebrotendinous xanthomatosis`$`_parent` #> [1] "DOID_3345<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`cerebrotendinous xanthomatosis`$`_is_leaf` #> [1] TRUE #> #> $`cerebrotendinous xanthomatosis`$children #> list() #> #> $`cerebrotendinous xanthomatosis`$value #> [1] "cerebrotendinous xanthomatosis" #> #> #> $`cerebrovascular benign neoplasm` #> $`cerebrovascular benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60007" #> #> $`cerebrovascular benign neoplasm`$`_id` #> [1] "DOID_60007<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cerebrovascular benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`cerebrovascular benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`cerebrovascular benign neoplasm`$urlId #> [1] "DOID_60007" #> #> $`cerebrovascular benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cerebrovascular benign neoplasm`$`_parent` #> [1] "DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cerebrovascular benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cerebrovascular benign neoplasm`$children #> $`cerebrovascular benign neoplasm`$children[[1]] #> [1] "DOID_2626<DOID_60007<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`cerebrovascular benign neoplasm`$value #> [1] "cerebrovascular benign neoplasm" #> #> #> $`cerebrovascular benign neoplasm` #> $`cerebrovascular benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60007" #> #> $`cerebrovascular benign neoplasm`$`_id` #> [1] "DOID_60007<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`cerebrovascular benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`cerebrovascular benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`cerebrovascular benign neoplasm`$urlId #> [1] "DOID_60007" #> #> $`cerebrovascular benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cerebrovascular benign neoplasm`$`_parent` #> [1] "DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`cerebrovascular benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cerebrovascular benign neoplasm`$children #> $`cerebrovascular benign neoplasm`$children[[1]] #> [1] "DOID_2626<DOID_60007<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> #> $`cerebrovascular benign neoplasm`$value #> [1] "cerebrovascular benign neoplasm" #> #> #> $`cerebrovascular disease` #> $`cerebrovascular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6713" #> #> $`cerebrovascular disease`$`_id` #> [1] "DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$privateGeneCount #> [1] 0 #> #> $`cerebrovascular disease`$publicGeneCount #> [1] 273 #> #> $`cerebrovascular disease`$urlId #> [1] "DOID_6713" #> #> $`cerebrovascular disease`$dbPhenotype #> [1] TRUE #> #> $`cerebrovascular disease`$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$`_is_leaf` #> [1] FALSE #> #> $`cerebrovascular disease`$children #> $`cerebrovascular disease`$children[[1]] #> [1] "DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[2]] #> [1] "DOID_2316<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[3]] #> [1] "DOID_3407<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[4]] #> [1] "DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[5]] #> [1] "DOID_4372<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[6]] #> [1] "DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[7]] #> [1] "DOID_13100<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`cerebrovascular disease`$value #> [1] "cerebrovascular disease" #> #> #> $`cerebrovascular disease` #> $`cerebrovascular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6713" #> #> $`cerebrovascular disease`$`_id` #> [1] "DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$privateGeneCount #> [1] 0 #> #> $`cerebrovascular disease`$publicGeneCount #> [1] 273 #> #> $`cerebrovascular disease`$urlId #> [1] "DOID_6713" #> #> $`cerebrovascular disease`$dbPhenotype #> [1] TRUE #> #> $`cerebrovascular disease`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$`_is_leaf` #> [1] FALSE #> #> $`cerebrovascular disease`$children #> $`cerebrovascular disease`$children[[1]] #> [1] "DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[2]] #> [1] "DOID_2316<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[3]] #> [1] "DOID_3407<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[4]] #> [1] "DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[5]] #> [1] "DOID_4372<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[6]] #> [1] "DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[7]] #> [1] "DOID_13100<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebrovascular disease`$value #> [1] "cerebrovascular disease" #> #> #> $`cerebrum cancer` #> $`cerebrum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_368" #> #> $`cerebrum cancer`$`_id` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebrum cancer`$privateGeneCount #> [1] 0 #> #> $`cerebrum cancer`$publicGeneCount #> [1] 54 #> #> $`cerebrum cancer`$urlId #> [1] "DOID_368" #> #> $`cerebrum cancer`$dbPhenotype #> [1] FALSE #> #> $`cerebrum cancer`$`_parent` #> [1] "DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebrum cancer`$`_is_leaf` #> [1] FALSE #> #> $`cerebrum cancer`$children #> $`cerebrum cancer`$children[[1]] #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebrum cancer`$children[[2]] #> [1] "DOID_7398<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebrum cancer`$children[[3]] #> [1] "DOID_7007<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cerebrum cancer`$value #> [1] "cerebrum cancer" #> #> #> $`cerebrum cancer` #> $`cerebrum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_368" #> #> $`cerebrum cancer`$`_id` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$privateGeneCount #> [1] 0 #> #> $`cerebrum cancer`$publicGeneCount #> [1] 54 #> #> $`cerebrum cancer`$urlId #> [1] "DOID_368" #> #> $`cerebrum cancer`$dbPhenotype #> [1] FALSE #> #> $`cerebrum cancer`$`_parent` #> [1] "DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$`_is_leaf` #> [1] FALSE #> #> $`cerebrum cancer`$children #> $`cerebrum cancer`$children[[1]] #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$children[[2]] #> [1] "DOID_7398<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$children[[3]] #> [1] "DOID_7007<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebrum cancer`$value #> [1] "cerebrum cancer" #> #> #> $`cerebrum cancer` #> $`cerebrum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_368" #> #> $`cerebrum cancer`$`_id` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$privateGeneCount #> [1] 0 #> #> $`cerebrum cancer`$publicGeneCount #> [1] 54 #> #> $`cerebrum cancer`$urlId #> [1] "DOID_368" #> #> $`cerebrum cancer`$dbPhenotype #> [1] FALSE #> #> $`cerebrum cancer`$`_parent` #> [1] "DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$`_is_leaf` #> [1] FALSE #> #> $`cerebrum cancer`$children #> $`cerebrum cancer`$children[[1]] #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$children[[2]] #> [1] "DOID_7398<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$children[[3]] #> [1] "DOID_7007<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebrum cancer`$value #> [1] "cerebrum cancer" #> #> #> $`cerebrum cancer` #> $`cerebrum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_368" #> #> $`cerebrum cancer`$`_id` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$privateGeneCount #> [1] 0 #> #> $`cerebrum cancer`$publicGeneCount #> [1] 54 #> #> $`cerebrum cancer`$urlId #> [1] "DOID_368" #> #> $`cerebrum cancer`$dbPhenotype #> [1] FALSE #> #> $`cerebrum cancer`$`_parent` #> [1] "DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$`_is_leaf` #> [1] FALSE #> #> $`cerebrum cancer`$children #> $`cerebrum cancer`$children[[1]] #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$children[[2]] #> [1] "DOID_7398<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$children[[3]] #> [1] "DOID_7007<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebrum cancer`$value #> [1] "cerebrum cancer" #> #> #> $`Cerulean cataract` #> $`Cerulean cataract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007976" #> #> $`Cerulean cataract`$`_id` #> [1] "HP_0007976<HP_0007648<HP_0010920<HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Cerulean cataract`$privateGeneCount #> [1] 0 #> #> $`Cerulean cataract`$publicGeneCount #> [1] 1 #> #> $`Cerulean cataract`$urlId #> [1] "HP_0007976" #> #> $`Cerulean cataract`$dbPhenotype #> [1] TRUE #> #> $`Cerulean cataract`$`_parent` #> [1] "HP_0007648<HP_0010920<HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Cerulean cataract`$`_is_leaf` #> [1] TRUE #> #> $`Cerulean cataract`$children #> list() #> #> $`Cerulean cataract`$value #> [1] "Cerulean cataract" #> #> #> $`cervical cancer` #> $`cervical cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4362" #> #> $`cervical cancer`$`_id` #> [1] "DOID_4362<DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervical cancer`$privateGeneCount #> [1] 0 #> #> $`cervical cancer`$publicGeneCount #> [1] 147 #> #> $`cervical cancer`$urlId #> [1] "DOID_4362" #> #> $`cervical cancer`$dbPhenotype #> [1] TRUE #> #> $`cervical cancer`$`_parent` #> [1] "DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervical cancer`$`_is_leaf` #> [1] FALSE #> #> $`cervical cancer`$children #> $`cervical cancer`$children[[1]] #> [1] "DOID_2893<DOID_4362<DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`cervical cancer`$value #> [1] "cervical cancer" #> #> #> $`cervical cancer` #> $`cervical cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4362" #> #> $`cervical cancer`$`_id` #> [1] "DOID_4362<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cervical cancer`$privateGeneCount #> [1] 0 #> #> $`cervical cancer`$publicGeneCount #> [1] 147 #> #> $`cervical cancer`$urlId #> [1] "DOID_4362" #> #> $`cervical cancer`$dbPhenotype #> [1] TRUE #> #> $`cervical cancer`$`_parent` #> [1] "DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cervical cancer`$`_is_leaf` #> [1] FALSE #> #> $`cervical cancer`$children #> $`cervical cancer`$children[[1]] #> [1] "DOID_2893<DOID_4362<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cervical cancer`$value #> [1] "cervical cancer" #> #> #> $`cervical cancer` #> $`cervical cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4362" #> #> $`cervical cancer`$`_id` #> [1] "DOID_4362<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervical cancer`$privateGeneCount #> [1] 0 #> #> $`cervical cancer`$publicGeneCount #> [1] 147 #> #> $`cervical cancer`$urlId #> [1] "DOID_4362" #> #> $`cervical cancer`$dbPhenotype #> [1] TRUE #> #> $`cervical cancer`$`_parent` #> [1] "DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervical cancer`$`_is_leaf` #> [1] FALSE #> #> $`cervical cancer`$children #> $`cervical cancer`$children[[1]] #> [1] "DOID_2893<DOID_4362<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`cervical cancer`$value #> [1] "cervical cancer" #> #> #> $`cervical cancer` #> $`cervical cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4362" #> #> $`cervical cancer`$`_id` #> [1] "DOID_4362<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervical cancer`$privateGeneCount #> [1] 0 #> #> $`cervical cancer`$publicGeneCount #> [1] 147 #> #> $`cervical cancer`$urlId #> [1] "DOID_4362" #> #> $`cervical cancer`$dbPhenotype #> [1] TRUE #> #> $`cervical cancer`$`_parent` #> [1] "DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervical cancer`$`_is_leaf` #> [1] FALSE #> #> $`cervical cancer`$children #> $`cervical cancer`$children[[1]] #> [1] "DOID_2893<DOID_4362<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`cervical cancer`$value #> [1] "cervical cancer" #> #> #> $`cervix carcinoma` #> $`cervix carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2893" #> #> $`cervix carcinoma`$`_id` #> [1] "DOID_2893<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cervix carcinoma`$privateGeneCount #> [1] 0 #> #> $`cervix carcinoma`$publicGeneCount #> [1] 145 #> #> $`cervix carcinoma`$urlId #> [1] "DOID_2893" #> #> $`cervix carcinoma`$dbPhenotype #> [1] TRUE #> #> $`cervix carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cervix carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`cervix carcinoma`$children #> list() #> #> $`cervix carcinoma`$value #> [1] "cervix carcinoma" #> #> #> $`cervix carcinoma` #> $`cervix carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2893" #> #> $`cervix carcinoma`$`_id` #> [1] "DOID_2893<DOID_4362<DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix carcinoma`$privateGeneCount #> [1] 0 #> #> $`cervix carcinoma`$publicGeneCount #> [1] 145 #> #> $`cervix carcinoma`$urlId #> [1] "DOID_2893" #> #> $`cervix carcinoma`$dbPhenotype #> [1] TRUE #> #> $`cervix carcinoma`$`_parent` #> [1] "DOID_4362<DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`cervix carcinoma`$children #> list() #> #> $`cervix carcinoma`$value #> [1] "cervix carcinoma" #> #> #> $`cervix carcinoma` #> $`cervix carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2893" #> #> $`cervix carcinoma`$`_id` #> [1] "DOID_2893<DOID_4362<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cervix carcinoma`$privateGeneCount #> [1] 0 #> #> $`cervix carcinoma`$publicGeneCount #> [1] 145 #> #> $`cervix carcinoma`$urlId #> [1] "DOID_2893" #> #> $`cervix carcinoma`$dbPhenotype #> [1] TRUE #> #> $`cervix carcinoma`$`_parent` #> [1] "DOID_4362<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cervix carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`cervix carcinoma`$children #> list() #> #> $`cervix carcinoma`$value #> [1] "cervix carcinoma" #> #> #> $`cervix carcinoma` #> $`cervix carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2893" #> #> $`cervix carcinoma`$`_id` #> [1] "DOID_2893<DOID_4362<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix carcinoma`$privateGeneCount #> [1] 0 #> #> $`cervix carcinoma`$publicGeneCount #> [1] 145 #> #> $`cervix carcinoma`$urlId #> [1] "DOID_2893" #> #> $`cervix carcinoma`$dbPhenotype #> [1] TRUE #> #> $`cervix carcinoma`$`_parent` #> [1] "DOID_4362<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`cervix carcinoma`$children #> list() #> #> $`cervix carcinoma`$value #> [1] "cervix carcinoma" #> #> #> $`cervix carcinoma` #> $`cervix carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2893" #> #> $`cervix carcinoma`$`_id` #> [1] "DOID_2893<DOID_4362<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix carcinoma`$privateGeneCount #> [1] 0 #> #> $`cervix carcinoma`$publicGeneCount #> [1] 145 #> #> $`cervix carcinoma`$urlId #> [1] "DOID_2893" #> #> $`cervix carcinoma`$dbPhenotype #> [1] TRUE #> #> $`cervix carcinoma`$`_parent` #> [1] "DOID_4362<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`cervix carcinoma`$children #> list() #> #> $`cervix carcinoma`$value #> [1] "cervix carcinoma" #> #> #> $`cervix disease` #> $`cervix disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2253" #> #> $`cervix disease`$`_id` #> [1] "DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix disease`$privateGeneCount #> [1] 0 #> #> $`cervix disease`$publicGeneCount #> [1] 156 #> #> $`cervix disease`$urlId #> [1] "DOID_2253" #> #> $`cervix disease`$dbPhenotype #> [1] FALSE #> #> $`cervix disease`$`_parent` #> [1] "DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix disease`$`_is_leaf` #> [1] FALSE #> #> $`cervix disease`$children #> $`cervix disease`$children[[1]] #> [1] "DOID_11168<DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix disease`$children[[2]] #> [1] "DOID_4362<DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix disease`$children[[3]] #> [1] "DOID_8991<DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`cervix disease`$value #> [1] "cervix disease" #> #> #> $`cervix uteri carcinoma in situ` #> $`cervix uteri carcinoma in situ`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8991" #> #> $`cervix uteri carcinoma in situ`$`_id` #> [1] "DOID_8991<DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix uteri carcinoma in situ`$privateGeneCount #> [1] 0 #> #> $`cervix uteri carcinoma in situ`$publicGeneCount #> [1] 45 #> #> $`cervix uteri carcinoma in situ`$urlId #> [1] "DOID_8991" #> #> $`cervix uteri carcinoma in situ`$dbPhenotype #> [1] TRUE #> #> $`cervix uteri carcinoma in situ`$`_parent` #> [1] "DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix uteri carcinoma in situ`$`_is_leaf` #> [1] TRUE #> #> $`cervix uteri carcinoma in situ`$children #> list() #> #> $`cervix uteri carcinoma in situ`$value #> [1] "cervix uteri carcinoma in situ" #> #> #> $`cervix uteri carcinoma in situ` #> $`cervix uteri carcinoma in situ`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8991" #> #> $`cervix uteri carcinoma in situ`$`_id` #> [1] "DOID_8991<DOID_9108<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix uteri carcinoma in situ`$privateGeneCount #> [1] 0 #> #> $`cervix uteri carcinoma in situ`$publicGeneCount #> [1] 45 #> #> $`cervix uteri carcinoma in situ`$urlId #> [1] "DOID_8991" #> #> $`cervix uteri carcinoma in situ`$dbPhenotype #> [1] TRUE #> #> $`cervix uteri carcinoma in situ`$`_parent` #> [1] "DOID_9108<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix uteri carcinoma in situ`$`_is_leaf` #> [1] TRUE #> #> $`cervix uteri carcinoma in situ`$children #> list() #> #> $`cervix uteri carcinoma in situ`$value #> [1] "cervix uteri carcinoma in situ" #> #> #> $`cervix uteri carcinoma in situ` #> $`cervix uteri carcinoma in situ`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8991" #> #> $`cervix uteri carcinoma in situ`$`_id` #> [1] "DOID_8991<DOID_9108<DOID_8719<DOID_0060071<DOID_14566<DOID_4" #> #> $`cervix uteri carcinoma in situ`$privateGeneCount #> [1] 0 #> #> $`cervix uteri carcinoma in situ`$publicGeneCount #> [1] 45 #> #> $`cervix uteri carcinoma in situ`$urlId #> [1] "DOID_8991" #> #> $`cervix uteri carcinoma in situ`$dbPhenotype #> [1] TRUE #> #> $`cervix uteri carcinoma in situ`$`_parent` #> [1] "DOID_9108<DOID_8719<DOID_0060071<DOID_14566<DOID_4" #> #> $`cervix uteri carcinoma in situ`$`_is_leaf` #> [1] TRUE #> #> $`cervix uteri carcinoma in situ`$children #> list() #> #> $`cervix uteri carcinoma in situ`$value #> [1] "cervix uteri carcinoma in situ" #> #> #> $`Chagas disease` #> $`Chagas disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12140" #> #> $`Chagas disease`$`_id` #> [1] "DOID_12140<DOID_10113<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`Chagas disease`$privateGeneCount #> [1] 0 #> #> $`Chagas disease`$publicGeneCount #> [1] 5 #> #> $`Chagas disease`$urlId #> [1] "DOID_12140" #> #> $`Chagas disease`$dbPhenotype #> [1] TRUE #> #> $`Chagas disease`$`_parent` #> [1] "DOID_10113<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`Chagas disease`$`_is_leaf` #> [1] TRUE #> #> $`Chagas disease`$children #> list() #> #> $`Chagas disease`$value #> [1] "Chagas disease" #> #> #> $`Charcot-Marie-Tooth disease` #> $`Charcot-Marie-Tooth disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10595" #> #> $`Charcot-Marie-Tooth disease`$`_id` #> [1] "DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease`$publicGeneCount #> [1] 58 #> #> $`Charcot-Marie-Tooth disease`$urlId #> [1] "DOID_10595" #> #> $`Charcot-Marie-Tooth disease`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease`$`_parent` #> [1] "DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$`_is_leaf` #> [1] FALSE #> #> $`Charcot-Marie-Tooth disease`$children #> $`Charcot-Marie-Tooth disease`$children[[1]] #> [1] "DOID_0050543<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[2]] #> [1] "DOID_0050538<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[3]] #> [1] "DOID_0050539<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[4]] #> [1] "DOID_0050540<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[5]] #> [1] "DOID_0050541<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[6]] #> [1] "DOID_0080068<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[7]] #> [1] "DOID_0050542<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> #> $`Charcot-Marie-Tooth disease`$value #> [1] "Charcot-Marie-Tooth disease" #> #> #> $`Charcot-Marie-Tooth disease` #> $`Charcot-Marie-Tooth disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10595" #> #> $`Charcot-Marie-Tooth disease`$`_id` #> [1] "DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease`$publicGeneCount #> [1] 58 #> #> $`Charcot-Marie-Tooth disease`$urlId #> [1] "DOID_10595" #> #> $`Charcot-Marie-Tooth disease`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease`$`_parent` #> [1] "DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$`_is_leaf` #> [1] FALSE #> #> $`Charcot-Marie-Tooth disease`$children #> $`Charcot-Marie-Tooth disease`$children[[1]] #> [1] "DOID_0050543<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[2]] #> [1] "DOID_0050538<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[3]] #> [1] "DOID_0050539<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[4]] #> [1] "DOID_0050540<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[5]] #> [1] "DOID_0050541<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[6]] #> [1] "DOID_0080068<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[7]] #> [1] "DOID_0050542<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`Charcot-Marie-Tooth disease`$value #> [1] "Charcot-Marie-Tooth disease" #> #> #> $`Charcot-Marie-Tooth disease intermediate type` #> $`Charcot-Marie-Tooth disease intermediate type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050543" #> #> $`Charcot-Marie-Tooth disease intermediate type`$`_id` #> [1] "DOID_0050543<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease intermediate type`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease intermediate type`$publicGeneCount #> [1] 9 #> #> $`Charcot-Marie-Tooth disease intermediate type`$urlId #> [1] "DOID_0050543" #> #> $`Charcot-Marie-Tooth disease intermediate type`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease intermediate type`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease intermediate type`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease intermediate type`$children #> list() #> #> $`Charcot-Marie-Tooth disease intermediate type`$value #> [1] "Charcot-Marie-Tooth disease intermediate type" #> #> #> $`Charcot-Marie-Tooth disease intermediate type` #> $`Charcot-Marie-Tooth disease intermediate type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050543" #> #> $`Charcot-Marie-Tooth disease intermediate type`$`_id` #> [1] "DOID_0050543<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease intermediate type`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease intermediate type`$publicGeneCount #> [1] 9 #> #> $`Charcot-Marie-Tooth disease intermediate type`$urlId #> [1] "DOID_0050543" #> #> $`Charcot-Marie-Tooth disease intermediate type`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease intermediate type`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease intermediate type`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease intermediate type`$children #> list() #> #> $`Charcot-Marie-Tooth disease intermediate type`$value #> [1] "Charcot-Marie-Tooth disease intermediate type" #> #> #> $`Charcot-Marie-Tooth disease type 1` #> $`Charcot-Marie-Tooth disease type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050538" #> #> $`Charcot-Marie-Tooth disease type 1`$`_id` #> [1] "DOID_0050538<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 1`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 1`$publicGeneCount #> [1] 5 #> #> $`Charcot-Marie-Tooth disease type 1`$urlId #> [1] "DOID_0050538" #> #> $`Charcot-Marie-Tooth disease type 1`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 1`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 1`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 1`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 1`$value #> [1] "Charcot-Marie-Tooth disease type 1" #> #> #> $`Charcot-Marie-Tooth disease type 1` #> $`Charcot-Marie-Tooth disease type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050538" #> #> $`Charcot-Marie-Tooth disease type 1`$`_id` #> [1] "DOID_0050538<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 1`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 1`$publicGeneCount #> [1] 5 #> #> $`Charcot-Marie-Tooth disease type 1`$urlId #> [1] "DOID_0050538" #> #> $`Charcot-Marie-Tooth disease type 1`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 1`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 1`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 1`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 1`$value #> [1] "Charcot-Marie-Tooth disease type 1" #> #> #> $`Charcot-Marie-Tooth disease type 2` #> $`Charcot-Marie-Tooth disease type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050539" #> #> $`Charcot-Marie-Tooth disease type 2`$`_id` #> [1] "DOID_0050539<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 2`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 2`$publicGeneCount #> [1] 23 #> #> $`Charcot-Marie-Tooth disease type 2`$urlId #> [1] "DOID_0050539" #> #> $`Charcot-Marie-Tooth disease type 2`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 2`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 2`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 2`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 2`$value #> [1] "Charcot-Marie-Tooth disease type 2" #> #> #> $`Charcot-Marie-Tooth disease type 2` #> $`Charcot-Marie-Tooth disease type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050539" #> #> $`Charcot-Marie-Tooth disease type 2`$`_id` #> [1] "DOID_0050539<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 2`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 2`$publicGeneCount #> [1] 23 #> #> $`Charcot-Marie-Tooth disease type 2`$urlId #> [1] "DOID_0050539" #> #> $`Charcot-Marie-Tooth disease type 2`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 2`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 2`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 2`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 2`$value #> [1] "Charcot-Marie-Tooth disease type 2" #> #> #> $`Charcot-Marie-Tooth disease type 3` #> $`Charcot-Marie-Tooth disease type 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050540" #> #> $`Charcot-Marie-Tooth disease type 3`$`_id` #> [1] "DOID_0050540<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 3`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 3`$publicGeneCount #> [1] 4 #> #> $`Charcot-Marie-Tooth disease type 3`$urlId #> [1] "DOID_0050540" #> #> $`Charcot-Marie-Tooth disease type 3`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 3`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 3`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 3`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 3`$value #> [1] "Charcot-Marie-Tooth disease type 3" #> #> #> $`Charcot-Marie-Tooth disease type 3` #> $`Charcot-Marie-Tooth disease type 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050540" #> #> $`Charcot-Marie-Tooth disease type 3`$`_id` #> [1] "DOID_0050540<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 3`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 3`$publicGeneCount #> [1] 4 #> #> $`Charcot-Marie-Tooth disease type 3`$urlId #> [1] "DOID_0050540" #> #> $`Charcot-Marie-Tooth disease type 3`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 3`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 3`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 3`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 3`$value #> [1] "Charcot-Marie-Tooth disease type 3" #> #> #> $`Charcot-Marie-Tooth disease type 3` #> $`Charcot-Marie-Tooth disease type 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050540" #> #> $`Charcot-Marie-Tooth disease type 3`$`_id` #> [1] "DOID_0050540<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 3`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 3`$publicGeneCount #> [1] 4 #> #> $`Charcot-Marie-Tooth disease type 3`$urlId #> [1] "DOID_0050540" #> #> $`Charcot-Marie-Tooth disease type 3`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 3`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 3`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 3`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 3`$value #> [1] "Charcot-Marie-Tooth disease type 3" #> #> #> $`Charcot-Marie-Tooth disease type 3` #> $`Charcot-Marie-Tooth disease type 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050540" #> #> $`Charcot-Marie-Tooth disease type 3`$`_id` #> [1] "DOID_0050540<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 3`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 3`$publicGeneCount #> [1] 4 #> #> $`Charcot-Marie-Tooth disease type 3`$urlId #> [1] "DOID_0050540" #> #> $`Charcot-Marie-Tooth disease type 3`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 3`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 3`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 3`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 3`$value #> [1] "Charcot-Marie-Tooth disease type 3" #> #> #> $`Charcot-Marie-Tooth disease type 4` #> $`Charcot-Marie-Tooth disease type 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050541" #> #> $`Charcot-Marie-Tooth disease type 4`$`_id` #> [1] "DOID_0050541<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 4`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 4`$publicGeneCount #> [1] 22 #> #> $`Charcot-Marie-Tooth disease type 4`$urlId #> [1] "DOID_0050541" #> #> $`Charcot-Marie-Tooth disease type 4`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 4`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 4`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 4`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 4`$value #> [1] "Charcot-Marie-Tooth disease type 4" #> #> #> $`Charcot-Marie-Tooth disease type 4` #> $`Charcot-Marie-Tooth disease type 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050541" #> #> $`Charcot-Marie-Tooth disease type 4`$`_id` #> [1] "DOID_0050541<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 4`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 4`$publicGeneCount #> [1] 22 #> #> $`Charcot-Marie-Tooth disease type 4`$urlId #> [1] "DOID_0050541" #> #> $`Charcot-Marie-Tooth disease type 4`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 4`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 4`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 4`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 4`$value #> [1] "Charcot-Marie-Tooth disease type 4" #> #> #> $`Charcot-Marie-Tooth disease type 6` #> $`Charcot-Marie-Tooth disease type 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080068" #> #> $`Charcot-Marie-Tooth disease type 6`$`_id` #> [1] "DOID_0080068<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 6`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 6`$publicGeneCount #> [1] 2 #> #> $`Charcot-Marie-Tooth disease type 6`$urlId #> [1] "DOID_0080068" #> #> $`Charcot-Marie-Tooth disease type 6`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 6`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 6`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 6`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 6`$value #> [1] "Charcot-Marie-Tooth disease type 6" #> #> #> $`Charcot-Marie-Tooth disease type 6` #> $`Charcot-Marie-Tooth disease type 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080068" #> #> $`Charcot-Marie-Tooth disease type 6`$`_id` #> [1] "DOID_0080068<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 6`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 6`$publicGeneCount #> [1] 2 #> #> $`Charcot-Marie-Tooth disease type 6`$urlId #> [1] "DOID_0080068" #> #> $`Charcot-Marie-Tooth disease type 6`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 6`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 6`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 6`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 6`$value #> [1] "Charcot-Marie-Tooth disease type 6" #> #> #> $`Charcot-Marie-Tooth disease type X` #> $`Charcot-Marie-Tooth disease type X`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050542" #> #> $`Charcot-Marie-Tooth disease type X`$`_id` #> [1] "DOID_0050542<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type X`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type X`$publicGeneCount #> [1] 4 #> #> $`Charcot-Marie-Tooth disease type X`$urlId #> [1] "DOID_0050542" #> #> $`Charcot-Marie-Tooth disease type X`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type X`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type X`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type X`$children #> list() #> #> $`Charcot-Marie-Tooth disease type X`$value #> [1] "Charcot-Marie-Tooth disease type X" #> #> #> $`Charcot-Marie-Tooth disease type X` #> $`Charcot-Marie-Tooth disease type X`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050542" #> #> $`Charcot-Marie-Tooth disease type X`$`_id` #> [1] "DOID_0050542<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type X`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type X`$publicGeneCount #> [1] 4 #> #> $`Charcot-Marie-Tooth disease type X`$urlId #> [1] "DOID_0050542" #> #> $`Charcot-Marie-Tooth disease type X`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type X`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type X`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type X`$children #> list() #> #> $`Charcot-Marie-Tooth disease type X`$value #> [1] "Charcot-Marie-Tooth disease type X" #> #> #> $`CHARGE syndrome` #> $`CHARGE syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050834" #> #> $`CHARGE syndrome`$`_id` #> [1] "DOID_0050834<DOID_225<DOID_4" #> #> $`CHARGE syndrome`$privateGeneCount #> [1] 0 #> #> $`CHARGE syndrome`$publicGeneCount #> [1] 2 #> #> $`CHARGE syndrome`$urlId #> [1] "DOID_0050834" #> #> $`CHARGE syndrome`$dbPhenotype #> [1] TRUE #> #> $`CHARGE syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`CHARGE syndrome`$`_is_leaf` #> [1] TRUE #> #> $`CHARGE syndrome`$children #> list() #> #> $`CHARGE syndrome`$value #> [1] "CHARGE syndrome" #> #> #> $`Charlevoix-Saguenay spastic ataxia` #> $`Charlevoix-Saguenay spastic ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050946" #> #> $`Charlevoix-Saguenay spastic ataxia`$`_id` #> [1] "DOID_0050946<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Charlevoix-Saguenay spastic ataxia`$privateGeneCount #> [1] 0 #> #> $`Charlevoix-Saguenay spastic ataxia`$publicGeneCount #> [1] 1 #> #> $`Charlevoix-Saguenay spastic ataxia`$urlId #> [1] "DOID_0050946" #> #> $`Charlevoix-Saguenay spastic ataxia`$dbPhenotype #> [1] TRUE #> #> $`Charlevoix-Saguenay spastic ataxia`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Charlevoix-Saguenay spastic ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Charlevoix-Saguenay spastic ataxia`$children #> list() #> #> $`Charlevoix-Saguenay spastic ataxia`$value #> [1] "Charlevoix-Saguenay spastic ataxia" #> #> #> $`Charlevoix-Saguenay spastic ataxia` #> $`Charlevoix-Saguenay spastic ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050946" #> #> $`Charlevoix-Saguenay spastic ataxia`$`_id` #> [1] "DOID_0050946<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Charlevoix-Saguenay spastic ataxia`$privateGeneCount #> [1] 0 #> #> $`Charlevoix-Saguenay spastic ataxia`$publicGeneCount #> [1] 1 #> #> $`Charlevoix-Saguenay spastic ataxia`$urlId #> [1] "DOID_0050946" #> #> $`Charlevoix-Saguenay spastic ataxia`$dbPhenotype #> [1] TRUE #> #> $`Charlevoix-Saguenay spastic ataxia`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Charlevoix-Saguenay spastic ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Charlevoix-Saguenay spastic ataxia`$children #> list() #> #> $`Charlevoix-Saguenay spastic ataxia`$value #> [1] "Charlevoix-Saguenay spastic ataxia" #> #> #> $`Charlevoix-Saguenay spastic ataxia` #> $`Charlevoix-Saguenay spastic ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050946" #> #> $`Charlevoix-Saguenay spastic ataxia`$`_id` #> [1] "DOID_0050946<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Charlevoix-Saguenay spastic ataxia`$privateGeneCount #> [1] 0 #> #> $`Charlevoix-Saguenay spastic ataxia`$publicGeneCount #> [1] 1 #> #> $`Charlevoix-Saguenay spastic ataxia`$urlId #> [1] "DOID_0050946" #> #> $`Charlevoix-Saguenay spastic ataxia`$dbPhenotype #> [1] TRUE #> #> $`Charlevoix-Saguenay spastic ataxia`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Charlevoix-Saguenay spastic ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Charlevoix-Saguenay spastic ataxia`$children #> list() #> #> $`Charlevoix-Saguenay spastic ataxia`$value #> [1] "Charlevoix-Saguenay spastic ataxia" #> #> #> $`Chediak-Higashi syndrome` #> $`Chediak-Higashi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2935" #> #> $`Chediak-Higashi syndrome`$`_id` #> [1] "DOID_2935<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Chediak-Higashi syndrome`$privateGeneCount #> [1] 0 #> #> $`Chediak-Higashi syndrome`$publicGeneCount #> [1] 1 #> #> $`Chediak-Higashi syndrome`$urlId #> [1] "DOID_2935" #> #> $`Chediak-Higashi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Chediak-Higashi syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Chediak-Higashi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Chediak-Higashi syndrome`$children #> list() #> #> $`Chediak-Higashi syndrome`$value #> [1] "Chediak-Higashi syndrome" #> #> #> $`Chediak-Higashi syndrome` #> $`Chediak-Higashi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2935" #> #> $`Chediak-Higashi syndrome`$`_id` #> [1] "DOID_2935<DOID_225<DOID_4" #> #> $`Chediak-Higashi syndrome`$privateGeneCount #> [1] 0 #> #> $`Chediak-Higashi syndrome`$publicGeneCount #> [1] 1 #> #> $`Chediak-Higashi syndrome`$urlId #> [1] "DOID_2935" #> #> $`Chediak-Higashi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Chediak-Higashi syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Chediak-Higashi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Chediak-Higashi syndrome`$children #> list() #> #> $`Chediak-Higashi syndrome`$value #> [1] "Chediak-Higashi syndrome" #> #> #> $cherubism #> $cherubism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1856" #> #> $cherubism$`_id` #> [1] "DOID_1856<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $cherubism$privateGeneCount #> [1] 0 #> #> $cherubism$publicGeneCount #> [1] 1 #> #> $cherubism$urlId #> [1] "DOID_1856" #> #> $cherubism$dbPhenotype #> [1] TRUE #> #> $cherubism$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $cherubism$`_is_leaf` #> [1] TRUE #> #> $cherubism$children #> list() #> #> $cherubism$value #> [1] "cherubism" #> #> #> $cherubism #> $cherubism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1856" #> #> $cherubism$`_id` #> [1] "DOID_1856<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $cherubism$privateGeneCount #> [1] 0 #> #> $cherubism$publicGeneCount #> [1] 1 #> #> $cherubism$urlId #> [1] "DOID_1856" #> #> $cherubism$dbPhenotype #> [1] TRUE #> #> $cherubism$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $cherubism$`_is_leaf` #> [1] TRUE #> #> $cherubism$children #> list() #> #> $cherubism$value #> [1] "cherubism" #> #> #> $`Chest pain` #> $`Chest pain`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100749" #> #> $`Chest pain`$`_id` #> [1] "HP_0100749<HP_0000765<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Chest pain`$privateGeneCount #> [1] 0 #> #> $`Chest pain`$publicGeneCount #> [1] 1 #> #> $`Chest pain`$urlId #> [1] "HP_0100749" #> #> $`Chest pain`$dbPhenotype #> [1] TRUE #> #> $`Chest pain`$`_parent` #> [1] "HP_0000765<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Chest pain`$`_is_leaf` #> [1] TRUE #> #> $`Chest pain`$children #> list() #> #> $`Chest pain`$value #> [1] "Chest pain" #> #> #> $`Chest pain` #> $`Chest pain`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100749" #> #> $`Chest pain`$`_id` #> [1] "HP_0100749<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $`Chest pain`$privateGeneCount #> [1] 0 #> #> $`Chest pain`$publicGeneCount #> [1] 1 #> #> $`Chest pain`$urlId #> [1] "HP_0100749" #> #> $`Chest pain`$dbPhenotype #> [1] TRUE #> #> $`Chest pain`$`_parent` #> [1] "HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $`Chest pain`$`_is_leaf` #> [1] TRUE #> #> $`Chest pain`$children #> list() #> #> $`Chest pain`$value #> [1] "Chest pain" #> #> #> $`Chilblain lupus` #> $`Chilblain lupus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060386" #> #> $`Chilblain lupus`$`_id` #> [1] "DOID_0060386<DOID_0050169<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Chilblain lupus`$privateGeneCount #> [1] 0 #> #> $`Chilblain lupus`$publicGeneCount #> [1] 2 #> #> $`Chilblain lupus`$urlId #> [1] "DOID_0060386" #> #> $`Chilblain lupus`$dbPhenotype #> [1] TRUE #> #> $`Chilblain lupus`$`_parent` #> [1] "DOID_0050169<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Chilblain lupus`$`_is_leaf` #> [1] TRUE #> #> $`Chilblain lupus`$children #> list() #> #> $`Chilblain lupus`$value #> [1] "Chilblain lupus" #> #> #> $`Chilblain lupus` #> $`Chilblain lupus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060386" #> #> $`Chilblain lupus`$`_id` #> [1] "DOID_0060386<DOID_0050169<DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Chilblain lupus`$privateGeneCount #> [1] 0 #> #> $`Chilblain lupus`$publicGeneCount #> [1] 2 #> #> $`Chilblain lupus`$urlId #> [1] "DOID_0060386" #> #> $`Chilblain lupus`$dbPhenotype #> [1] TRUE #> #> $`Chilblain lupus`$`_parent` #> [1] "DOID_0050169<DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Chilblain lupus`$`_is_leaf` #> [1] TRUE #> #> $`Chilblain lupus`$children #> list() #> #> $`Chilblain lupus`$value #> [1] "Chilblain lupus" #> #> #> $`childhood absence epilepsy` #> $`childhood absence epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1825" #> #> $`childhood absence epilepsy`$`_id` #> [1] "DOID_1825<DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood absence epilepsy`$privateGeneCount #> [1] 0 #> #> $`childhood absence epilepsy`$publicGeneCount #> [1] 32 #> #> $`childhood absence epilepsy`$urlId #> [1] "DOID_1825" #> #> $`childhood absence epilepsy`$dbPhenotype #> [1] TRUE #> #> $`childhood absence epilepsy`$`_parent` #> [1] "DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood absence epilepsy`$`_is_leaf` #> [1] TRUE #> #> $`childhood absence epilepsy`$children #> list() #> #> $`childhood absence epilepsy`$value #> [1] "childhood absence epilepsy" #> #> #> $`childhood cerebral astrocytoma` #> $`childhood cerebral astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7007" #> #> $`childhood cerebral astrocytoma`$`_id` #> [1] "DOID_7007<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood cerebral astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood cerebral astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood cerebral astrocytoma`$urlId #> [1] "DOID_7007" #> #> $`childhood cerebral astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`childhood cerebral astrocytoma`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood cerebral astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`childhood cerebral astrocytoma`$children #> list() #> #> $`childhood cerebral astrocytoma`$value #> [1] "childhood cerebral astrocytoma" #> #> #> $`childhood cerebral astrocytoma` #> $`childhood cerebral astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7007" #> #> $`childhood cerebral astrocytoma`$`_id` #> [1] "DOID_7007<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`childhood cerebral astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood cerebral astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood cerebral astrocytoma`$urlId #> [1] "DOID_7007" #> #> $`childhood cerebral astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`childhood cerebral astrocytoma`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`childhood cerebral astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`childhood cerebral astrocytoma`$children #> list() #> #> $`childhood cerebral astrocytoma`$value #> [1] "childhood cerebral astrocytoma" #> #> #> $`childhood cerebral astrocytoma` #> $`childhood cerebral astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7007" #> #> $`childhood cerebral astrocytoma`$`_id` #> [1] "DOID_7007<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood cerebral astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood cerebral astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood cerebral astrocytoma`$urlId #> [1] "DOID_7007" #> #> $`childhood cerebral astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`childhood cerebral astrocytoma`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood cerebral astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`childhood cerebral astrocytoma`$children #> list() #> #> $`childhood cerebral astrocytoma`$value #> [1] "childhood cerebral astrocytoma" #> #> #> $`childhood cerebral astrocytoma` #> $`childhood cerebral astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7007" #> #> $`childhood cerebral astrocytoma`$`_id` #> [1] "DOID_7007<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood cerebral astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood cerebral astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood cerebral astrocytoma`$urlId #> [1] "DOID_7007" #> #> $`childhood cerebral astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`childhood cerebral astrocytoma`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood cerebral astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`childhood cerebral astrocytoma`$children #> list() #> #> $`childhood cerebral astrocytoma`$value #> [1] "childhood cerebral astrocytoma" #> #> #> $`childhood electroclinical syndrome` #> $`childhood electroclinical syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050704" #> #> $`childhood electroclinical syndrome`$`_id` #> [1] "DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood electroclinical syndrome`$privateGeneCount #> [1] 0 #> #> $`childhood electroclinical syndrome`$publicGeneCount #> [1] 35 #> #> $`childhood electroclinical syndrome`$urlId #> [1] "DOID_0050704" #> #> $`childhood electroclinical syndrome`$dbPhenotype #> [1] TRUE #> #> $`childhood electroclinical syndrome`$`_parent` #> [1] "DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood electroclinical syndrome`$`_is_leaf` #> [1] FALSE #> #> $`childhood electroclinical syndrome`$children #> $`childhood electroclinical syndrome`$children[[1]] #> [1] "DOID_3329<DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood electroclinical syndrome`$children[[2]] #> [1] "DOID_1825<DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood electroclinical syndrome`$children[[3]] #> [1] "DOID_2538<DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`childhood electroclinical syndrome`$value #> [1] "childhood electroclinical syndrome" #> #> #> $`childhood kidney cancer` #> $`childhood kidney cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3675" #> #> $`childhood kidney cancer`$`_id` #> [1] "DOID_3675<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood kidney cancer`$privateGeneCount #> [1] 0 #> #> $`childhood kidney cancer`$publicGeneCount #> [1] 2 #> #> $`childhood kidney cancer`$urlId #> [1] "DOID_3675" #> #> $`childhood kidney cancer`$dbPhenotype #> [1] FALSE #> #> $`childhood kidney cancer`$`_parent` #> [1] "DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood kidney cancer`$`_is_leaf` #> [1] FALSE #> #> $`childhood kidney cancer`$children #> $`childhood kidney cancer`$children[[1]] #> [1] "DOID_3672<DOID_3675<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`childhood kidney cancer`$value #> [1] "childhood kidney cancer" #> #> #> $`childhood kidney cancer` #> $`childhood kidney cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3675" #> #> $`childhood kidney cancer`$`_id` #> [1] "DOID_3675<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`childhood kidney cancer`$privateGeneCount #> [1] 0 #> #> $`childhood kidney cancer`$publicGeneCount #> [1] 2 #> #> $`childhood kidney cancer`$urlId #> [1] "DOID_3675" #> #> $`childhood kidney cancer`$dbPhenotype #> [1] FALSE #> #> $`childhood kidney cancer`$`_parent` #> [1] "DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`childhood kidney cancer`$`_is_leaf` #> [1] FALSE #> #> $`childhood kidney cancer`$children #> $`childhood kidney cancer`$children[[1]] #> [1] "DOID_3672<DOID_3675<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> #> $`childhood kidney cancer`$value #> [1] "childhood kidney cancer" #> #> #> $`childhood kidney cancer` #> $`childhood kidney cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3675" #> #> $`childhood kidney cancer`$`_id` #> [1] "DOID_3675<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`childhood kidney cancer`$privateGeneCount #> [1] 0 #> #> $`childhood kidney cancer`$publicGeneCount #> [1] 2 #> #> $`childhood kidney cancer`$urlId #> [1] "DOID_3675" #> #> $`childhood kidney cancer`$dbPhenotype #> [1] FALSE #> #> $`childhood kidney cancer`$`_parent` #> [1] "DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`childhood kidney cancer`$`_is_leaf` #> [1] FALSE #> #> $`childhood kidney cancer`$children #> $`childhood kidney cancer`$children[[1]] #> [1] "DOID_3672<DOID_3675<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`childhood kidney cancer`$value #> [1] "childhood kidney cancer" #> #> #> $`childhood medulloblastoma` #> $`childhood medulloblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3869" #> #> $`childhood medulloblastoma`$`_id` #> [1] "DOID_3869<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood medulloblastoma`$privateGeneCount #> [1] 0 #> #> $`childhood medulloblastoma`$publicGeneCount #> [1] 43 #> #> $`childhood medulloblastoma`$urlId #> [1] "DOID_3869" #> #> $`childhood medulloblastoma`$dbPhenotype #> [1] TRUE #> #> $`childhood medulloblastoma`$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood medulloblastoma`$`_is_leaf` #> [1] TRUE #> #> $`childhood medulloblastoma`$children #> list() #> #> $`childhood medulloblastoma`$value #> [1] "childhood medulloblastoma" #> #> #> $`childhood medulloblastoma` #> $`childhood medulloblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3869" #> #> $`childhood medulloblastoma`$`_id` #> [1] "DOID_3869<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`childhood medulloblastoma`$privateGeneCount #> [1] 0 #> #> $`childhood medulloblastoma`$publicGeneCount #> [1] 43 #> #> $`childhood medulloblastoma`$urlId #> [1] "DOID_3869" #> #> $`childhood medulloblastoma`$dbPhenotype #> [1] TRUE #> #> $`childhood medulloblastoma`$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`childhood medulloblastoma`$`_is_leaf` #> [1] TRUE #> #> $`childhood medulloblastoma`$children #> list() #> #> $`childhood medulloblastoma`$value #> [1] "childhood medulloblastoma" #> #> #> $`childhood medulloblastoma` #> $`childhood medulloblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3869" #> #> $`childhood medulloblastoma`$`_id` #> [1] "DOID_3869<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood medulloblastoma`$privateGeneCount #> [1] 0 #> #> $`childhood medulloblastoma`$publicGeneCount #> [1] 43 #> #> $`childhood medulloblastoma`$urlId #> [1] "DOID_3869" #> #> $`childhood medulloblastoma`$dbPhenotype #> [1] TRUE #> #> $`childhood medulloblastoma`$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood medulloblastoma`$`_is_leaf` #> [1] TRUE #> #> $`childhood medulloblastoma`$children #> list() #> #> $`childhood medulloblastoma`$value #> [1] "childhood medulloblastoma" #> #> #> $`childhood medulloblastoma` #> $`childhood medulloblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3869" #> #> $`childhood medulloblastoma`$`_id` #> [1] "DOID_3869<DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood medulloblastoma`$privateGeneCount #> [1] 0 #> #> $`childhood medulloblastoma`$publicGeneCount #> [1] 43 #> #> $`childhood medulloblastoma`$urlId #> [1] "DOID_3869" #> #> $`childhood medulloblastoma`$dbPhenotype #> [1] TRUE #> #> $`childhood medulloblastoma`$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood medulloblastoma`$`_is_leaf` #> [1] TRUE #> #> $`childhood medulloblastoma`$children #> list() #> #> $`childhood medulloblastoma`$value #> [1] "childhood medulloblastoma" #> #> #> $`childhood oligodendroglioma` #> $`childhood oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3183" #> #> $`childhood oligodendroglioma`$`_id` #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`childhood oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`childhood oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`childhood oligodendroglioma`$urlId #> [1] "DOID_3183" #> #> $`childhood oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`childhood oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`childhood oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`childhood oligodendroglioma`$children #> list() #> #> $`childhood oligodendroglioma`$value #> [1] "childhood oligodendroglioma" #> #> #> $`childhood oligodendroglioma` #> $`childhood oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3183" #> #> $`childhood oligodendroglioma`$`_id` #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`childhood oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`childhood oligodendroglioma`$urlId #> [1] "DOID_3183" #> #> $`childhood oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`childhood oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`childhood oligodendroglioma`$children #> list() #> #> $`childhood oligodendroglioma`$value #> [1] "childhood oligodendroglioma" #> #> #> $`childhood oligodendroglioma` #> $`childhood oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3183" #> #> $`childhood oligodendroglioma`$`_id` #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`childhood oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`childhood oligodendroglioma`$urlId #> [1] "DOID_3183" #> #> $`childhood oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`childhood oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`childhood oligodendroglioma`$children #> list() #> #> $`childhood oligodendroglioma`$value #> [1] "childhood oligodendroglioma" #> #> #> $`childhood oligodendroglioma` #> $`childhood oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3183" #> #> $`childhood oligodendroglioma`$`_id` #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`childhood oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`childhood oligodendroglioma`$urlId #> [1] "DOID_3183" #> #> $`childhood oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`childhood oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`childhood oligodendroglioma`$children #> list() #> #> $`childhood oligodendroglioma`$value #> [1] "childhood oligodendroglioma" #> #> #> $`childhood oligodendroglioma` #> $`childhood oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3183" #> #> $`childhood oligodendroglioma`$`_id` #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`childhood oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`childhood oligodendroglioma`$urlId #> [1] "DOID_3183" #> #> $`childhood oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`childhood oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`childhood oligodendroglioma`$children #> list() #> #> $`childhood oligodendroglioma`$value #> [1] "childhood oligodendroglioma" #> #> #> $`childhood oligodendroglioma` #> $`childhood oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3183" #> #> $`childhood oligodendroglioma`$`_id` #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`childhood oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`childhood oligodendroglioma`$urlId #> [1] "DOID_3183" #> #> $`childhood oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`childhood oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`childhood oligodendroglioma`$children #> list() #> #> $`childhood oligodendroglioma`$value #> [1] "childhood oligodendroglioma" #> #> #> $`childhood oligodendroglioma` #> $`childhood oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3183" #> #> $`childhood oligodendroglioma`$`_id` #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`childhood oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`childhood oligodendroglioma`$urlId #> [1] "DOID_3183" #> #> $`childhood oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`childhood oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`childhood oligodendroglioma`$children #> list() #> #> $`childhood oligodendroglioma`$value #> [1] "childhood oligodendroglioma" #> #> #> $`childhood oligodendroglioma` #> $`childhood oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3183" #> #> $`childhood oligodendroglioma`$`_id` #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`childhood oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`childhood oligodendroglioma`$urlId #> [1] "DOID_3183" #> #> $`childhood oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`childhood oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`childhood oligodendroglioma`$children #> list() #> #> $`childhood oligodendroglioma`$value #> [1] "childhood oligodendroglioma" #> #> #> $`childhood oligodendroglioma` #> $`childhood oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3183" #> #> $`childhood oligodendroglioma`$`_id` #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`childhood oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`childhood oligodendroglioma`$urlId #> [1] "DOID_3183" #> #> $`childhood oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`childhood oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`childhood oligodendroglioma`$children #> list() #> #> $`childhood oligodendroglioma`$value #> [1] "childhood oligodendroglioma" #> #> #> $`childhood oligodendroglioma` #> $`childhood oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3183" #> #> $`childhood oligodendroglioma`$`_id` #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`childhood oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`childhood oligodendroglioma`$urlId #> [1] "DOID_3183" #> #> $`childhood oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`childhood oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`childhood oligodendroglioma`$children #> list() #> #> $`childhood oligodendroglioma`$value #> [1] "childhood oligodendroglioma" #> #> #> $`childhood onset epileptic encephalopathy` #> $`childhood onset epileptic encephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060475" #> #> $`childhood onset epileptic encephalopathy`$`_id` #> [1] "DOID_0060475<DOID_1827<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood onset epileptic encephalopathy`$privateGeneCount #> [1] 0 #> #> $`childhood onset epileptic encephalopathy`$publicGeneCount #> [1] 1 #> #> $`childhood onset epileptic encephalopathy`$urlId #> [1] "DOID_0060475" #> #> $`childhood onset epileptic encephalopathy`$dbPhenotype #> [1] TRUE #> #> $`childhood onset epileptic encephalopathy`$`_parent` #> [1] "DOID_1827<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood onset epileptic encephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`childhood onset epileptic encephalopathy`$children #> list() #> #> $`childhood onset epileptic encephalopathy`$value #> [1] "childhood onset epileptic encephalopathy" #> #> #> $`childhood pilocytic astrocytoma` #> $`childhood pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6812" #> #> $`childhood pilocytic astrocytoma`$`_id` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`childhood pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood pilocytic astrocytoma`$urlId #> [1] "DOID_6812" #> #> $`childhood pilocytic astrocytoma`$dbPhenotype #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$`_parent` #> [1] "DOID_4851<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`childhood pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$children #> $`childhood pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`childhood pilocytic astrocytoma`$value #> [1] "childhood pilocytic astrocytoma" #> #> #> $`childhood pilocytic astrocytoma` #> $`childhood pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6812" #> #> $`childhood pilocytic astrocytoma`$`_id` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood pilocytic astrocytoma`$urlId #> [1] "DOID_6812" #> #> $`childhood pilocytic astrocytoma`$dbPhenotype #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$`_parent` #> [1] "DOID_4851<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$children #> $`childhood pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`childhood pilocytic astrocytoma`$value #> [1] "childhood pilocytic astrocytoma" #> #> #> $`childhood pilocytic astrocytoma` #> $`childhood pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6812" #> #> $`childhood pilocytic astrocytoma`$`_id` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood pilocytic astrocytoma`$urlId #> [1] "DOID_6812" #> #> $`childhood pilocytic astrocytoma`$dbPhenotype #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$`_parent` #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$children #> $`childhood pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`childhood pilocytic astrocytoma`$value #> [1] "childhood pilocytic astrocytoma" #> #> #> $`childhood pilocytic astrocytoma` #> $`childhood pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6812" #> #> $`childhood pilocytic astrocytoma`$`_id` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood pilocytic astrocytoma`$urlId #> [1] "DOID_6812" #> #> $`childhood pilocytic astrocytoma`$dbPhenotype #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$`_parent` #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$children #> $`childhood pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`childhood pilocytic astrocytoma`$value #> [1] "childhood pilocytic astrocytoma" #> #> #> $`childhood pilocytic astrocytoma` #> $`childhood pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6812" #> #> $`childhood pilocytic astrocytoma`$`_id` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood pilocytic astrocytoma`$urlId #> [1] "DOID_6812" #> #> $`childhood pilocytic astrocytoma`$dbPhenotype #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$`_parent` #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$children #> $`childhood pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`childhood pilocytic astrocytoma`$value #> [1] "childhood pilocytic astrocytoma" #> #> #> $`childhood pilocytic astrocytoma` #> $`childhood pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6812" #> #> $`childhood pilocytic astrocytoma`$`_id` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood pilocytic astrocytoma`$urlId #> [1] "DOID_6812" #> #> $`childhood pilocytic astrocytoma`$dbPhenotype #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$`_parent` #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$children #> $`childhood pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`childhood pilocytic astrocytoma`$value #> [1] "childhood pilocytic astrocytoma" #> #> #> $`childhood pilocytic astrocytoma` #> $`childhood pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6812" #> #> $`childhood pilocytic astrocytoma`$`_id` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood pilocytic astrocytoma`$urlId #> [1] "DOID_6812" #> #> $`childhood pilocytic astrocytoma`$dbPhenotype #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$`_parent` #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$children #> $`childhood pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`childhood pilocytic astrocytoma`$value #> [1] "childhood pilocytic astrocytoma" #> #> #> $`childhood pilocytic astrocytoma` #> $`childhood pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6812" #> #> $`childhood pilocytic astrocytoma`$`_id` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood pilocytic astrocytoma`$urlId #> [1] "DOID_6812" #> #> $`childhood pilocytic astrocytoma`$dbPhenotype #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$`_parent` #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$children #> $`childhood pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`childhood pilocytic astrocytoma`$value #> [1] "childhood pilocytic astrocytoma" #> #> #> $`childhood pilocytic astrocytoma` #> $`childhood pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6812" #> #> $`childhood pilocytic astrocytoma`$`_id` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood pilocytic astrocytoma`$urlId #> [1] "DOID_6812" #> #> $`childhood pilocytic astrocytoma`$dbPhenotype #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$`_parent` #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$children #> $`childhood pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`childhood pilocytic astrocytoma`$value #> [1] "childhood pilocytic astrocytoma" #> #> #> $`childhood pilocytic astrocytoma` #> $`childhood pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6812" #> #> $`childhood pilocytic astrocytoma`$`_id` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood pilocytic astrocytoma`$urlId #> [1] "DOID_6812" #> #> $`childhood pilocytic astrocytoma`$dbPhenotype #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$`_parent` #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$children #> $`childhood pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`childhood pilocytic astrocytoma`$value #> [1] "childhood pilocytic astrocytoma" #> #> #> $`childhood spinal muscular atrophy` #> $`childhood spinal muscular atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060160" #> #> $`childhood spinal muscular atrophy`$`_id` #> [1] "DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood spinal muscular atrophy`$privateGeneCount #> [1] 0 #> #> $`childhood spinal muscular atrophy`$publicGeneCount #> [1] 2 #> #> $`childhood spinal muscular atrophy`$urlId #> [1] "DOID_0060160" #> #> $`childhood spinal muscular atrophy`$dbPhenotype #> [1] TRUE #> #> $`childhood spinal muscular atrophy`$`_parent` #> [1] "DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood spinal muscular atrophy`$`_is_leaf` #> [1] FALSE #> #> $`childhood spinal muscular atrophy`$children #> $`childhood spinal muscular atrophy`$children[[1]] #> [1] "DOID_0050530<DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood spinal muscular atrophy`$children[[2]] #> [1] "DOID_12376<DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood spinal muscular atrophy`$children[[3]] #> [1] "DOID_13137<DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`childhood spinal muscular atrophy`$value #> [1] "childhood spinal muscular atrophy" #> #> #> $`childhood type dermatomyositis` #> $`childhood type dermatomyositis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14203" #> #> $`childhood type dermatomyositis`$`_id` #> [1] "DOID_14203<DOID_10223<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`childhood type dermatomyositis`$privateGeneCount #> [1] 0 #> #> $`childhood type dermatomyositis`$publicGeneCount #> [1] 24 #> #> $`childhood type dermatomyositis`$urlId #> [1] "DOID_14203" #> #> $`childhood type dermatomyositis`$dbPhenotype #> [1] TRUE #> #> $`childhood type dermatomyositis`$`_parent` #> [1] "DOID_10223<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`childhood type dermatomyositis`$`_is_leaf` #> [1] TRUE #> #> $`childhood type dermatomyositis`$children #> list() #> #> $`childhood type dermatomyositis`$value #> [1] "childhood type dermatomyositis" #> #> #> $`childhood type dermatomyositis` #> $`childhood type dermatomyositis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14203" #> #> $`childhood type dermatomyositis`$`_id` #> [1] "DOID_14203<DOID_10223<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`childhood type dermatomyositis`$privateGeneCount #> [1] 0 #> #> $`childhood type dermatomyositis`$publicGeneCount #> [1] 24 #> #> $`childhood type dermatomyositis`$urlId #> [1] "DOID_14203" #> #> $`childhood type dermatomyositis`$dbPhenotype #> [1] TRUE #> #> $`childhood type dermatomyositis`$`_parent` #> [1] "DOID_10223<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`childhood type dermatomyositis`$`_is_leaf` #> [1] TRUE #> #> $`childhood type dermatomyositis`$children #> list() #> #> $`childhood type dermatomyositis`$value #> [1] "childhood type dermatomyositis" #> #> #> $`choanal atresia` #> $`choanal atresia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9574" #> #> $`choanal atresia`$`_id` #> [1] "DOID_9574<DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`choanal atresia`$privateGeneCount #> [1] 0 #> #> $`choanal atresia`$publicGeneCount #> [1] 1 #> #> $`choanal atresia`$urlId #> [1] "DOID_9574" #> #> $`choanal atresia`$dbPhenotype #> [1] TRUE #> #> $`choanal atresia`$`_parent` #> [1] "DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`choanal atresia`$`_is_leaf` #> [1] TRUE #> #> $`choanal atresia`$children #> list() #> #> $`choanal atresia`$value #> [1] "choanal atresia" #> #> #> $cholangiocarcinoma #> $cholangiocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4947" #> #> $cholangiocarcinoma$`_id` #> [1] "DOID_4947<DOID_4896<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $cholangiocarcinoma$privateGeneCount #> [1] 0 #> #> $cholangiocarcinoma$publicGeneCount #> [1] 67 #> #> $cholangiocarcinoma$urlId #> [1] "DOID_4947" #> #> $cholangiocarcinoma$dbPhenotype #> [1] TRUE #> #> $cholangiocarcinoma$`_parent` #> [1] "DOID_4896<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $cholangiocarcinoma$`_is_leaf` #> [1] FALSE #> #> $cholangiocarcinoma$children #> $cholangiocarcinoma$children[[1]] #> [1] "DOID_4928<DOID_4947<DOID_4896<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $cholangiocarcinoma$value #> [1] "cholangiocarcinoma" #> #> #> $cholangiocarcinoma #> $cholangiocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4947" #> #> $cholangiocarcinoma$`_id` #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $cholangiocarcinoma$privateGeneCount #> [1] 0 #> #> $cholangiocarcinoma$publicGeneCount #> [1] 67 #> #> $cholangiocarcinoma$urlId #> [1] "DOID_4947" #> #> $cholangiocarcinoma$dbPhenotype #> [1] TRUE #> #> $cholangiocarcinoma$`_parent` #> [1] "DOID_4896<DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $cholangiocarcinoma$`_is_leaf` #> [1] FALSE #> #> $cholangiocarcinoma$children #> $cholangiocarcinoma$children[[1]] #> [1] "DOID_4928<DOID_4947<DOID_4896<DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $cholangiocarcinoma$value #> [1] "cholangiocarcinoma" #> #> #> $cholangiocarcinoma #> $cholangiocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4947" #> #> $cholangiocarcinoma$`_id` #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholangiocarcinoma$privateGeneCount #> [1] 0 #> #> $cholangiocarcinoma$publicGeneCount #> [1] 67 #> #> $cholangiocarcinoma$urlId #> [1] "DOID_4947" #> #> $cholangiocarcinoma$dbPhenotype #> [1] TRUE #> #> $cholangiocarcinoma$`_parent` #> [1] "DOID_4896<DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholangiocarcinoma$`_is_leaf` #> [1] FALSE #> #> $cholangiocarcinoma$children #> $cholangiocarcinoma$children[[1]] #> [1] "DOID_4928<DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $cholangiocarcinoma$value #> [1] "cholangiocarcinoma" #> #> #> $cholangiocarcinoma #> $cholangiocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4947" #> #> $cholangiocarcinoma$`_id` #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $cholangiocarcinoma$privateGeneCount #> [1] 0 #> #> $cholangiocarcinoma$publicGeneCount #> [1] 67 #> #> $cholangiocarcinoma$urlId #> [1] "DOID_4947" #> #> $cholangiocarcinoma$dbPhenotype #> [1] TRUE #> #> $cholangiocarcinoma$`_parent` #> [1] "DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $cholangiocarcinoma$`_is_leaf` #> [1] FALSE #> #> $cholangiocarcinoma$children #> $cholangiocarcinoma$children[[1]] #> [1] "DOID_4928<DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $cholangiocarcinoma$value #> [1] "cholangiocarcinoma" #> #> #> $cholangiocarcinoma #> $cholangiocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4947" #> #> $cholangiocarcinoma$`_id` #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $cholangiocarcinoma$privateGeneCount #> [1] 0 #> #> $cholangiocarcinoma$publicGeneCount #> [1] 67 #> #> $cholangiocarcinoma$urlId #> [1] "DOID_4947" #> #> $cholangiocarcinoma$dbPhenotype #> [1] TRUE #> #> $cholangiocarcinoma$`_parent` #> [1] "DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $cholangiocarcinoma$`_is_leaf` #> [1] FALSE #> #> $cholangiocarcinoma$children #> $cholangiocarcinoma$children[[1]] #> [1] "DOID_4928<DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $cholangiocarcinoma$value #> [1] "cholangiocarcinoma" #> #> #> $cholangitis #> $cholangitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9446" #> #> $cholangitis$`_id` #> [1] "DOID_9446<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholangitis$privateGeneCount #> [1] 0 #> #> $cholangitis$publicGeneCount #> [1] 7 #> #> $cholangitis$urlId #> [1] "DOID_9446" #> #> $cholangitis$dbPhenotype #> [1] TRUE #> #> $cholangitis$`_parent` #> [1] "DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholangitis$`_is_leaf` #> [1] FALSE #> #> $cholangitis$children #> $cholangitis$children[[1]] #> [1] "DOID_1949<DOID_9446<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholangitis$children[[2]] #> [1] "DOID_14268<DOID_9446<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $cholangitis$value #> [1] "cholangitis" #> #> #> $cholecystitis #> $cholecystitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1949" #> #> $cholecystitis$`_id` #> [1] "DOID_1949<DOID_9446<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholecystitis$privateGeneCount #> [1] 0 #> #> $cholecystitis$publicGeneCount #> [1] 1 #> #> $cholecystitis$urlId #> [1] "DOID_1949" #> #> $cholecystitis$dbPhenotype #> [1] TRUE #> #> $cholecystitis$`_parent` #> [1] "DOID_9446<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholecystitis$`_is_leaf` #> [1] TRUE #> #> $cholecystitis$children #> list() #> #> $cholecystitis$value #> [1] "cholecystitis" #> #> #> $cholecystolithiasis #> $cholecystolithiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11151" #> #> $cholecystolithiasis$`_id` #> [1] "DOID_11151<DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $cholecystolithiasis$privateGeneCount #> [1] 0 #> #> $cholecystolithiasis$publicGeneCount #> [1] 1 #> #> $cholecystolithiasis$urlId #> [1] "DOID_11151" #> #> $cholecystolithiasis$dbPhenotype #> [1] TRUE #> #> $cholecystolithiasis$`_parent` #> [1] "DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $cholecystolithiasis$`_is_leaf` #> [1] TRUE #> #> $cholecystolithiasis$children #> list() #> #> $cholecystolithiasis$value #> [1] "cholecystolithiasis" #> #> #> $choledocholithiasis #> $choledocholithiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11755" #> #> $choledocholithiasis$`_id` #> [1] "DOID_11755<DOID_4137<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $choledocholithiasis$privateGeneCount #> [1] 0 #> #> $choledocholithiasis$publicGeneCount #> [1] 1 #> #> $choledocholithiasis$urlId #> [1] "DOID_11755" #> #> $choledocholithiasis$dbPhenotype #> [1] TRUE #> #> $choledocholithiasis$`_parent` #> [1] "DOID_4137<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $choledocholithiasis$`_is_leaf` #> [1] TRUE #> #> $choledocholithiasis$children #> list() #> #> $choledocholithiasis$value #> [1] "choledocholithiasis" #> #> #> $cholelithiasis #> $cholelithiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10211" #> #> $cholelithiasis$`_id` #> [1] "DOID_10211<DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $cholelithiasis$privateGeneCount #> [1] 0 #> #> $cholelithiasis$publicGeneCount #> [1] 5 #> #> $cholelithiasis$urlId #> [1] "DOID_10211" #> #> $cholelithiasis$dbPhenotype #> [1] TRUE #> #> $cholelithiasis$`_parent` #> [1] "DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $cholelithiasis$`_is_leaf` #> [1] TRUE #> #> $cholelithiasis$children #> list() #> #> $cholelithiasis$value #> [1] "cholelithiasis" #> #> #> $Cholelithiasis #> $Cholelithiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001081" #> #> $Cholelithiasis$`_id` #> [1] "HP_0001081<HP_0012437<HP_0005264<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Cholelithiasis$privateGeneCount #> [1] 0 #> #> $Cholelithiasis$publicGeneCount #> [1] 4 #> #> $Cholelithiasis$urlId #> [1] "HP_0001081" #> #> $Cholelithiasis$dbPhenotype #> [1] TRUE #> #> $Cholelithiasis$`_parent` #> [1] "HP_0012437<HP_0005264<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Cholelithiasis$`_is_leaf` #> [1] TRUE #> #> $Cholelithiasis$children #> list() #> #> $Cholelithiasis$value #> [1] "Cholelithiasis" #> #> #> $cholestasis #> $cholestasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13580" #> #> $cholestasis$`_id` #> [1] "DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholestasis$privateGeneCount #> [1] 0 #> #> $cholestasis$publicGeneCount #> [1] 71 #> #> $cholestasis$urlId #> [1] "DOID_13580" #> #> $cholestasis$dbPhenotype #> [1] TRUE #> #> $cholestasis$`_parent` #> [1] "DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholestasis$`_is_leaf` #> [1] FALSE #> #> $cholestasis$children #> $cholestasis$children[[1]] #> [1] "DOID_13608<DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholestasis$children[[2]] #> [1] "DOID_1852<DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholestasis$children[[3]] #> [1] "DOID_13603<DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $cholestasis$value #> [1] "cholestasis" #> #> #> $Cholestasis #> $Cholestasis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001396" #> #> $Cholestasis$`_id` #> [1] "HP_0001396<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Cholestasis$privateGeneCount #> [1] 0 #> #> $Cholestasis$publicGeneCount #> [1] 2 #> #> $Cholestasis$urlId #> [1] "HP_0001396" #> #> $Cholestasis$dbPhenotype #> [1] FALSE #> #> $Cholestasis$`_parent` #> [1] "HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Cholestasis$`_is_leaf` #> [1] FALSE #> #> $Cholestasis$children #> $Cholestasis$children[[1]] #> [1] "HP_0000952<HP_0001396<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $Cholestasis$value #> [1] "Cholestasis" #> #> #> $cholesteatoma #> $cholesteatoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_869" #> #> $cholesteatoma$`_id` #> [1] "DOID_869<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $cholesteatoma$privateGeneCount #> [1] 0 #> #> $cholesteatoma$publicGeneCount #> [1] 10 #> #> $cholesteatoma$urlId #> [1] "DOID_869" #> #> $cholesteatoma$dbPhenotype #> [1] TRUE #> #> $cholesteatoma$`_parent` #> [1] "DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $cholesteatoma$`_is_leaf` #> [1] TRUE #> #> $cholesteatoma$children #> list() #> #> $cholesteatoma$value #> [1] "cholesteatoma" #> #> #> $`cholesterol embolism` #> $`cholesterol embolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1461" #> #> $`cholesterol embolism`$`_id` #> [1] "DOID_1461<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cholesterol embolism`$privateGeneCount #> [1] 0 #> #> $`cholesterol embolism`$publicGeneCount #> [1] 2 #> #> $`cholesterol embolism`$urlId #> [1] "DOID_1461" #> #> $`cholesterol embolism`$dbPhenotype #> [1] TRUE #> #> $`cholesterol embolism`$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cholesterol embolism`$`_is_leaf` #> [1] TRUE #> #> $`cholesterol embolism`$children #> list() #> #> $`cholesterol embolism`$value #> [1] "cholesterol embolism" #> #> #> $`cholesterol ester storage disease` #> $`cholesterol ester storage disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14502" #> #> $`cholesterol ester storage disease`$`_id` #> [1] "DOID_14502<DOID_0080217<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`cholesterol ester storage disease`$privateGeneCount #> [1] 0 #> #> $`cholesterol ester storage disease`$publicGeneCount #> [1] 1 #> #> $`cholesterol ester storage disease`$urlId #> [1] "DOID_14502" #> #> $`cholesterol ester storage disease`$dbPhenotype #> [1] TRUE #> #> $`cholesterol ester storage disease`$`_parent` #> [1] "DOID_0080217<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`cholesterol ester storage disease`$`_is_leaf` #> [1] TRUE #> #> $`cholesterol ester storage disease`$children #> list() #> #> $`cholesterol ester storage disease`$value #> [1] "cholesterol ester storage disease" #> #> #> $chondroblastoma #> $chondroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2649" #> #> $chondroblastoma$`_id` #> [1] "DOID_2649<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $chondroblastoma$privateGeneCount #> [1] 0 #> #> $chondroblastoma$publicGeneCount #> [1] 1 #> #> $chondroblastoma$urlId #> [1] "DOID_2649" #> #> $chondroblastoma$dbPhenotype #> [1] TRUE #> #> $chondroblastoma$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $chondroblastoma$`_is_leaf` #> [1] TRUE #> #> $chondroblastoma$children #> list() #> #> $chondroblastoma$value #> [1] "chondroblastoma" #> #> #> $chondroblastoma #> $chondroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2649" #> #> $chondroblastoma$`_id` #> [1] "DOID_2649<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $chondroblastoma$privateGeneCount #> [1] 0 #> #> $chondroblastoma$publicGeneCount #> [1] 1 #> #> $chondroblastoma$urlId #> [1] "DOID_2649" #> #> $chondroblastoma$dbPhenotype #> [1] TRUE #> #> $chondroblastoma$`_parent` #> [1] "DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $chondroblastoma$`_is_leaf` #> [1] TRUE #> #> $chondroblastoma$children #> list() #> #> $chondroblastoma$value #> [1] "chondroblastoma" #> #> #> $chondroblastoma #> $chondroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2649" #> #> $chondroblastoma$`_id` #> [1] "DOID_2649<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $chondroblastoma$privateGeneCount #> [1] 0 #> #> $chondroblastoma$publicGeneCount #> [1] 1 #> #> $chondroblastoma$urlId #> [1] "DOID_2649" #> #> $chondroblastoma$dbPhenotype #> [1] TRUE #> #> $chondroblastoma$`_parent` #> [1] "DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $chondroblastoma$`_is_leaf` #> [1] TRUE #> #> $chondroblastoma$children #> list() #> #> $chondroblastoma$value #> [1] "chondroblastoma" #> #> #> $chondroblastoma #> $chondroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2649" #> #> $chondroblastoma$`_id` #> [1] "DOID_2649<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondroblastoma$privateGeneCount #> [1] 0 #> #> $chondroblastoma$publicGeneCount #> [1] 1 #> #> $chondroblastoma$urlId #> [1] "DOID_2649" #> #> $chondroblastoma$dbPhenotype #> [1] TRUE #> #> $chondroblastoma$`_parent` #> [1] "DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondroblastoma$`_is_leaf` #> [1] TRUE #> #> $chondroblastoma$children #> list() #> #> $chondroblastoma$value #> [1] "chondroblastoma" #> #> #> $chondrocalcinosis #> $chondrocalcinosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1156" #> #> $chondrocalcinosis$`_id` #> [1] "DOID_1156<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondrocalcinosis$privateGeneCount #> [1] 0 #> #> $chondrocalcinosis$publicGeneCount #> [1] 2 #> #> $chondrocalcinosis$urlId #> [1] "DOID_1156" #> #> $chondrocalcinosis$dbPhenotype #> [1] TRUE #> #> $chondrocalcinosis$`_parent` #> [1] "DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondrocalcinosis$`_is_leaf` #> [1] TRUE #> #> $chondrocalcinosis$children #> list() #> #> $chondrocalcinosis$value #> [1] "chondrocalcinosis" #> #> #> $`chondrodysplasia punctata` #> $`chondrodysplasia punctata`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2581" #> #> $`chondrodysplasia punctata`$`_id` #> [1] "DOID_2581<DOID_0050177<DOID_630<DOID_4" #> #> $`chondrodysplasia punctata`$privateGeneCount #> [1] 0 #> #> $`chondrodysplasia punctata`$publicGeneCount #> [1] 6 #> #> $`chondrodysplasia punctata`$urlId #> [1] "DOID_2581" #> #> $`chondrodysplasia punctata`$dbPhenotype #> [1] TRUE #> #> $`chondrodysplasia punctata`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`chondrodysplasia punctata`$`_is_leaf` #> [1] FALSE #> #> $`chondrodysplasia punctata`$children #> $`chondrodysplasia punctata`$children[[1]] #> [1] "DOID_2580<DOID_2581<DOID_0050177<DOID_630<DOID_4" #> #> $`chondrodysplasia punctata`$children[[2]] #> [1] "DOID_0060292<DOID_2581<DOID_0050177<DOID_630<DOID_4" #> #> #> $`chondrodysplasia punctata`$value #> [1] "chondrodysplasia punctata" #> #> #> $`chondrodysplasia punctata` #> $`chondrodysplasia punctata`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2581" #> #> $`chondrodysplasia punctata`$`_id` #> [1] "DOID_2581<DOID_225<DOID_4" #> #> $`chondrodysplasia punctata`$privateGeneCount #> [1] 0 #> #> $`chondrodysplasia punctata`$publicGeneCount #> [1] 6 #> #> $`chondrodysplasia punctata`$urlId #> [1] "DOID_2581" #> #> $`chondrodysplasia punctata`$dbPhenotype #> [1] TRUE #> #> $`chondrodysplasia punctata`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`chondrodysplasia punctata`$`_is_leaf` #> [1] FALSE #> #> $`chondrodysplasia punctata`$children #> $`chondrodysplasia punctata`$children[[1]] #> [1] "DOID_2580<DOID_2581<DOID_225<DOID_4" #> #> $`chondrodysplasia punctata`$children[[2]] #> [1] "DOID_0060292<DOID_2581<DOID_225<DOID_4" #> #> #> $`chondrodysplasia punctata`$value #> [1] "chondrodysplasia punctata" #> #> #> $chondroma #> $chondroma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2602" #> #> $chondroma$`_id` #> [1] "DOID_2602<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $chondroma$privateGeneCount #> [1] 0 #> #> $chondroma$publicGeneCount #> [1] 2 #> #> $chondroma$urlId #> [1] "DOID_2602" #> #> $chondroma$dbPhenotype #> [1] TRUE #> #> $chondroma$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $chondroma$`_is_leaf` #> [1] TRUE #> #> $chondroma$children #> list() #> #> $chondroma$value #> [1] "chondroma" #> #> #> $chondromalacia #> $chondromalacia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2557" #> #> $chondromalacia$`_id` #> [1] "DOID_2557<DOID_6227<DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondromalacia$privateGeneCount #> [1] 0 #> #> $chondromalacia$publicGeneCount #> [1] 7 #> #> $chondromalacia$urlId #> [1] "DOID_2557" #> #> $chondromalacia$dbPhenotype #> [1] TRUE #> #> $chondromalacia$`_parent` #> [1] "DOID_6227<DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondromalacia$`_is_leaf` #> [1] TRUE #> #> $chondromalacia$children #> list() #> #> $chondromalacia$value #> [1] "chondromalacia" #> #> #> $chondrosarcoma #> $chondrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3371" #> #> $chondrosarcoma$`_id` #> [1] "DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $chondrosarcoma$privateGeneCount #> [1] 0 #> #> $chondrosarcoma$publicGeneCount #> [1] 10 #> #> $chondrosarcoma$urlId #> [1] "DOID_3371" #> #> $chondrosarcoma$dbPhenotype #> [1] TRUE #> #> $chondrosarcoma$`_parent` #> [1] "DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $chondrosarcoma$`_is_leaf` #> [1] FALSE #> #> $chondrosarcoma$children #> $chondrosarcoma$children[[1]] #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $chondrosarcoma$children[[2]] #> [1] "DOID_4545<DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $chondrosarcoma$value #> [1] "chondrosarcoma" #> #> #> $chondrosarcoma #> $chondrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3371" #> #> $chondrosarcoma$`_id` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondrosarcoma$privateGeneCount #> [1] 0 #> #> $chondrosarcoma$publicGeneCount #> [1] 10 #> #> $chondrosarcoma$urlId #> [1] "DOID_3371" #> #> $chondrosarcoma$dbPhenotype #> [1] TRUE #> #> $chondrosarcoma$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondrosarcoma$`_is_leaf` #> [1] FALSE #> #> $chondrosarcoma$children #> $chondrosarcoma$children[[1]] #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondrosarcoma$children[[2]] #> [1] "DOID_4545<DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $chondrosarcoma$value #> [1] "chondrosarcoma" #> #> #> $chondrosarcoma #> $chondrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3371" #> #> $chondrosarcoma$`_id` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $chondrosarcoma$privateGeneCount #> [1] 0 #> #> $chondrosarcoma$publicGeneCount #> [1] 10 #> #> $chondrosarcoma$urlId #> [1] "DOID_3371" #> #> $chondrosarcoma$dbPhenotype #> [1] TRUE #> #> $chondrosarcoma$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $chondrosarcoma$`_is_leaf` #> [1] FALSE #> #> $chondrosarcoma$children #> $chondrosarcoma$children[[1]] #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $chondrosarcoma$children[[2]] #> [1] "DOID_4545<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $chondrosarcoma$value #> [1] "chondrosarcoma" #> #> #> $chondrosarcoma #> $chondrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3371" #> #> $chondrosarcoma$`_id` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $chondrosarcoma$privateGeneCount #> [1] 0 #> #> $chondrosarcoma$publicGeneCount #> [1] 10 #> #> $chondrosarcoma$urlId #> [1] "DOID_3371" #> #> $chondrosarcoma$dbPhenotype #> [1] TRUE #> #> $chondrosarcoma$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $chondrosarcoma$`_is_leaf` #> [1] FALSE #> #> $chondrosarcoma$children #> $chondrosarcoma$children[[1]] #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $chondrosarcoma$children[[2]] #> [1] "DOID_4545<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $chondrosarcoma$value #> [1] "chondrosarcoma" #> #> #> $chondrosarcoma #> $chondrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3371" #> #> $chondrosarcoma$`_id` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondrosarcoma$privateGeneCount #> [1] 0 #> #> $chondrosarcoma$publicGeneCount #> [1] 10 #> #> $chondrosarcoma$urlId #> [1] "DOID_3371" #> #> $chondrosarcoma$dbPhenotype #> [1] TRUE #> #> $chondrosarcoma$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondrosarcoma$`_is_leaf` #> [1] FALSE #> #> $chondrosarcoma$children #> $chondrosarcoma$children[[1]] #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondrosarcoma$children[[2]] #> [1] "DOID_4545<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $chondrosarcoma$value #> [1] "chondrosarcoma" #> #> #> $chordoma #> $chordoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3302" #> #> $chordoma$`_id` #> [1] "DOID_3302<DOID_3303<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chordoma$privateGeneCount #> [1] 0 #> #> $chordoma$publicGeneCount #> [1] 1 #> #> $chordoma$urlId #> [1] "DOID_3302" #> #> $chordoma$dbPhenotype #> [1] TRUE #> #> $chordoma$`_parent` #> [1] "DOID_3303<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chordoma$`_is_leaf` #> [1] TRUE #> #> $chordoma$children #> list() #> #> $chordoma$value #> [1] "chordoma" #> #> #> $chordoma #> $chordoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3302" #> #> $chordoma$`_id` #> [1] "DOID_3302<DOID_3303<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $chordoma$privateGeneCount #> [1] 0 #> #> $chordoma$publicGeneCount #> [1] 1 #> #> $chordoma$urlId #> [1] "DOID_3302" #> #> $chordoma$dbPhenotype #> [1] TRUE #> #> $chordoma$`_parent` #> [1] "DOID_3303<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $chordoma$`_is_leaf` #> [1] TRUE #> #> $chordoma$children #> list() #> #> $chordoma$value #> [1] "chordoma" #> #> #> $chordoma #> $chordoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3302" #> #> $chordoma$`_id` #> [1] "DOID_3302<DOID_3303<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $chordoma$privateGeneCount #> [1] 0 #> #> $chordoma$publicGeneCount #> [1] 1 #> #> $chordoma$urlId #> [1] "DOID_3302" #> #> $chordoma$dbPhenotype #> [1] TRUE #> #> $chordoma$`_parent` #> [1] "DOID_3303<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $chordoma$`_is_leaf` #> [1] TRUE #> #> $chordoma$children #> list() #> #> $chordoma$value #> [1] "chordoma" #> #> #> $chordoma #> $chordoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3302" #> #> $chordoma$`_id` #> [1] "DOID_3302<DOID_3303<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chordoma$privateGeneCount #> [1] 0 #> #> $chordoma$publicGeneCount #> [1] 1 #> #> $chordoma$urlId #> [1] "DOID_3302" #> #> $chordoma$dbPhenotype #> [1] TRUE #> #> $chordoma$`_parent` #> [1] "DOID_3303<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chordoma$`_is_leaf` #> [1] TRUE #> #> $chordoma$children #> list() #> #> $chordoma$value #> [1] "chordoma" #> #> #> $Chorea #> $Chorea$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002072" #> #> $Chorea$`_id` #> [1] "HP_0002072<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Chorea$privateGeneCount #> [1] 0 #> #> $Chorea$publicGeneCount #> [1] 8 #> #> $Chorea$urlId #> [1] "HP_0002072" #> #> $Chorea$dbPhenotype #> [1] TRUE #> #> $Chorea$`_parent` #> [1] "HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Chorea$`_is_leaf` #> [1] FALSE #> #> $Chorea$children #> $Chorea$children[[1]] #> [1] "HP_0001266<HP_0002072<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Chorea$value #> [1] "Chorea" #> #> #> $`choreatic disease` #> $`choreatic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12859" #> #> $`choreatic disease`$`_id` #> [1] "DOID_12859<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`choreatic disease`$privateGeneCount #> [1] 0 #> #> $`choreatic disease`$publicGeneCount #> [1] 1 #> #> $`choreatic disease`$urlId #> [1] "DOID_12859" #> #> $`choreatic disease`$dbPhenotype #> [1] TRUE #> #> $`choreatic disease`$`_parent` #> [1] "DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`choreatic disease`$`_is_leaf` #> [1] TRUE #> #> $`choreatic disease`$children #> list() #> #> $`choreatic disease`$value #> [1] "choreatic disease" #> #> #> $Choreoathetosis #> $Choreoathetosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001266" #> #> $Choreoathetosis$`_id` #> [1] "HP_0001266<HP_0002072<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Choreoathetosis$privateGeneCount #> [1] 0 #> #> $Choreoathetosis$publicGeneCount #> [1] 1 #> #> $Choreoathetosis$urlId #> [1] "HP_0001266" #> #> $Choreoathetosis$dbPhenotype #> [1] TRUE #> #> $Choreoathetosis$`_parent` #> [1] "HP_0002072<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Choreoathetosis$`_is_leaf` #> [1] TRUE #> #> $Choreoathetosis$children #> list() #> #> $Choreoathetosis$value #> [1] "Choreoathetosis" #> #> #> $chorioamnionitis #> $chorioamnionitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050697" #> #> $chorioamnionitis$`_id` #> [1] "DOID_0050697<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $chorioamnionitis$privateGeneCount #> [1] 0 #> #> $chorioamnionitis$publicGeneCount #> [1] 4 #> #> $chorioamnionitis$urlId #> [1] "DOID_0050697" #> #> $chorioamnionitis$dbPhenotype #> [1] TRUE #> #> $chorioamnionitis$`_parent` #> [1] "DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $chorioamnionitis$`_is_leaf` #> [1] TRUE #> #> $chorioamnionitis$children #> list() #> #> $chorioamnionitis$value #> [1] "chorioamnionitis" #> #> #> $chorioangioma #> $chorioangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_277" #> #> $chorioangioma$`_id` #> [1] "DOID_277<DOID_0060095<DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $chorioangioma$privateGeneCount #> [1] 0 #> #> $chorioangioma$publicGeneCount #> [1] 6 #> #> $chorioangioma$urlId #> [1] "DOID_277" #> #> $chorioangioma$dbPhenotype #> [1] TRUE #> #> $chorioangioma$`_parent` #> [1] "DOID_0060095<DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $chorioangioma$`_is_leaf` #> [1] TRUE #> #> $chorioangioma$children #> list() #> #> $chorioangioma$value #> [1] "chorioangioma" #> #> #> $chorioangioma #> $chorioangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_277" #> #> $chorioangioma$`_id` #> [1] "DOID_277<DOID_0060095<DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $chorioangioma$privateGeneCount #> [1] 0 #> #> $chorioangioma$publicGeneCount #> [1] 6 #> #> $chorioangioma$urlId #> [1] "DOID_277" #> #> $chorioangioma$dbPhenotype #> [1] TRUE #> #> $chorioangioma$`_parent` #> [1] "DOID_0060095<DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $chorioangioma$`_is_leaf` #> [1] TRUE #> #> $chorioangioma$children #> list() #> #> $chorioangioma$value #> [1] "chorioangioma" #> #> #> $chorioangioma #> $chorioangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_277" #> #> $chorioangioma$`_id` #> [1] "DOID_277<DOID_0060095<DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $chorioangioma$privateGeneCount #> [1] 0 #> #> $chorioangioma$publicGeneCount #> [1] 6 #> #> $chorioangioma$urlId #> [1] "DOID_277" #> #> $chorioangioma$dbPhenotype #> [1] TRUE #> #> $chorioangioma$`_parent` #> [1] "DOID_0060095<DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $chorioangioma$`_is_leaf` #> [1] TRUE #> #> $chorioangioma$children #> list() #> #> $chorioangioma$value #> [1] "chorioangioma" #> #> #> $chorioangioma #> $chorioangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_277" #> #> $chorioangioma$`_id` #> [1] "DOID_277<DOID_0060095<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $chorioangioma$privateGeneCount #> [1] 0 #> #> $chorioangioma$publicGeneCount #> [1] 6 #> #> $chorioangioma$urlId #> [1] "DOID_277" #> #> $chorioangioma$dbPhenotype #> [1] TRUE #> #> $chorioangioma$`_parent` #> [1] "DOID_0060095<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $chorioangioma$`_is_leaf` #> [1] TRUE #> #> $chorioangioma$children #> list() #> #> $chorioangioma$value #> [1] "chorioangioma" #> #> #> $chorioangioma #> $chorioangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_277" #> #> $chorioangioma$`_id` #> [1] "DOID_277<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $chorioangioma$privateGeneCount #> [1] 0 #> #> $chorioangioma$publicGeneCount #> [1] 6 #> #> $chorioangioma$urlId #> [1] "DOID_277" #> #> $chorioangioma$dbPhenotype #> [1] TRUE #> #> $chorioangioma$`_parent` #> [1] "DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $chorioangioma$`_is_leaf` #> [1] TRUE #> #> $chorioangioma$children #> list() #> #> $chorioangioma$value #> [1] "chorioangioma" #> #> #> $chorioangioma #> $chorioangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_277" #> #> $chorioangioma$`_id` #> [1] "DOID_277<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $chorioangioma$privateGeneCount #> [1] 0 #> #> $chorioangioma$publicGeneCount #> [1] 6 #> #> $chorioangioma$urlId #> [1] "DOID_277" #> #> $chorioangioma$dbPhenotype #> [1] TRUE #> #> $chorioangioma$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $chorioangioma$`_is_leaf` #> [1] TRUE #> #> $chorioangioma$children #> list() #> #> $chorioangioma$value #> [1] "chorioangioma" #> #> #> $chorioangioma #> $chorioangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_277" #> #> $chorioangioma$`_id` #> [1] "DOID_277<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $chorioangioma$privateGeneCount #> [1] 0 #> #> $chorioangioma$publicGeneCount #> [1] 6 #> #> $chorioangioma$urlId #> [1] "DOID_277" #> #> $chorioangioma$dbPhenotype #> [1] TRUE #> #> $chorioangioma$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $chorioangioma$`_is_leaf` #> [1] TRUE #> #> $chorioangioma$children #> list() #> #> $chorioangioma$value #> [1] "chorioangioma" #> #> #> $chorioangioma #> $chorioangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_277" #> #> $chorioangioma$`_id` #> [1] "DOID_277<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $chorioangioma$privateGeneCount #> [1] 0 #> #> $chorioangioma$publicGeneCount #> [1] 6 #> #> $chorioangioma$urlId #> [1] "DOID_277" #> #> $chorioangioma$dbPhenotype #> [1] TRUE #> #> $chorioangioma$`_parent` #> [1] "DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $chorioangioma$`_is_leaf` #> [1] TRUE #> #> $chorioangioma$children #> list() #> #> $chorioangioma$value #> [1] "chorioangioma" #> #> #> $chorioangioma #> $chorioangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_277" #> #> $chorioangioma$`_id` #> [1] "DOID_277<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $chorioangioma$privateGeneCount #> [1] 0 #> #> $chorioangioma$publicGeneCount #> [1] 6 #> #> $chorioangioma$urlId #> [1] "DOID_277" #> #> $chorioangioma$dbPhenotype #> [1] TRUE #> #> $chorioangioma$`_parent` #> [1] "DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $chorioangioma$`_is_leaf` #> [1] TRUE #> #> $chorioangioma$children #> list() #> #> $chorioangioma$value #> [1] "chorioangioma" #> #> #> $choriocarcinoma #> $choriocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3594" #> #> $choriocarcinoma$`_id` #> [1] "DOID_3594<DOID_2021<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $choriocarcinoma$privateGeneCount #> [1] 0 #> #> $choriocarcinoma$publicGeneCount #> [1] 6 #> #> $choriocarcinoma$urlId #> [1] "DOID_3594" #> #> $choriocarcinoma$dbPhenotype #> [1] TRUE #> #> $choriocarcinoma$`_parent` #> [1] "DOID_2021<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $choriocarcinoma$`_is_leaf` #> [1] TRUE #> #> $choriocarcinoma$children #> list() #> #> $choriocarcinoma$value #> [1] "choriocarcinoma" #> #> #> $choriocarcinoma #> $choriocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3594" #> #> $choriocarcinoma$`_id` #> [1] "DOID_3594<DOID_2021<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $choriocarcinoma$privateGeneCount #> [1] 0 #> #> $choriocarcinoma$publicGeneCount #> [1] 6 #> #> $choriocarcinoma$urlId #> [1] "DOID_3594" #> #> $choriocarcinoma$dbPhenotype #> [1] TRUE #> #> $choriocarcinoma$`_parent` #> [1] "DOID_2021<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $choriocarcinoma$`_is_leaf` #> [1] TRUE #> #> $choriocarcinoma$children #> list() #> #> $choriocarcinoma$value #> [1] "choriocarcinoma" #> #> #> $choriocarcinoma #> $choriocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3594" #> #> $choriocarcinoma$`_id` #> [1] "DOID_3594<DOID_2021<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $choriocarcinoma$privateGeneCount #> [1] 0 #> #> $choriocarcinoma$publicGeneCount #> [1] 6 #> #> $choriocarcinoma$urlId #> [1] "DOID_3594" #> #> $choriocarcinoma$dbPhenotype #> [1] TRUE #> #> $choriocarcinoma$`_parent` #> [1] "DOID_2021<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $choriocarcinoma$`_is_leaf` #> [1] TRUE #> #> $choriocarcinoma$children #> list() #> #> $choriocarcinoma$value #> [1] "choriocarcinoma" #> #> #> $choriocarcinoma #> $choriocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3594" #> #> $choriocarcinoma$`_id` #> [1] "DOID_3594<DOID_2021<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $choriocarcinoma$privateGeneCount #> [1] 0 #> #> $choriocarcinoma$publicGeneCount #> [1] 6 #> #> $choriocarcinoma$urlId #> [1] "DOID_3594" #> #> $choriocarcinoma$dbPhenotype #> [1] TRUE #> #> $choriocarcinoma$`_parent` #> [1] "DOID_2021<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $choriocarcinoma$`_is_leaf` #> [1] TRUE #> #> $choriocarcinoma$children #> list() #> #> $choriocarcinoma$value #> [1] "choriocarcinoma" #> #> #> $`Chorioretinal atrophy` #> $`Chorioretinal atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000533" #> #> $`Chorioretinal atrophy`$`_id` #> [1] "HP_0000533<HP_0200065<HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal atrophy`$privateGeneCount #> [1] 0 #> #> $`Chorioretinal atrophy`$publicGeneCount #> [1] 1 #> #> $`Chorioretinal atrophy`$urlId #> [1] "HP_0000533" #> #> $`Chorioretinal atrophy`$dbPhenotype #> [1] FALSE #> #> $`Chorioretinal atrophy`$`_parent` #> [1] "HP_0200065<HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal atrophy`$`_is_leaf` #> [1] FALSE #> #> $`Chorioretinal atrophy`$children #> $`Chorioretinal atrophy`$children[[1]] #> [1] "HP_0007903<HP_0000533<HP_0200065<HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Chorioretinal atrophy`$value #> [1] "Chorioretinal atrophy" #> #> #> $`Chorioretinal atrophy` #> $`Chorioretinal atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000533" #> #> $`Chorioretinal atrophy`$`_id` #> [1] "HP_0000533<HP_0200065<HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal atrophy`$privateGeneCount #> [1] 0 #> #> $`Chorioretinal atrophy`$publicGeneCount #> [1] 1 #> #> $`Chorioretinal atrophy`$urlId #> [1] "HP_0000533" #> #> $`Chorioretinal atrophy`$dbPhenotype #> [1] FALSE #> #> $`Chorioretinal atrophy`$`_parent` #> [1] "HP_0200065<HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal atrophy`$`_is_leaf` #> [1] FALSE #> #> $`Chorioretinal atrophy`$children #> $`Chorioretinal atrophy`$children[[1]] #> [1] "HP_0007903<HP_0000533<HP_0200065<HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Chorioretinal atrophy`$value #> [1] "Chorioretinal atrophy" #> #> #> $`Chorioretinal atrophy` #> $`Chorioretinal atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000533" #> #> $`Chorioretinal atrophy`$`_id` #> [1] "HP_0000533<HP_0200065<HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal atrophy`$privateGeneCount #> [1] 0 #> #> $`Chorioretinal atrophy`$publicGeneCount #> [1] 1 #> #> $`Chorioretinal atrophy`$urlId #> [1] "HP_0000533" #> #> $`Chorioretinal atrophy`$dbPhenotype #> [1] FALSE #> #> $`Chorioretinal atrophy`$`_parent` #> [1] "HP_0200065<HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal atrophy`$`_is_leaf` #> [1] FALSE #> #> $`Chorioretinal atrophy`$children #> $`Chorioretinal atrophy`$children[[1]] #> [1] "HP_0007903<HP_0000533<HP_0200065<HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Chorioretinal atrophy`$value #> [1] "Chorioretinal atrophy" #> #> #> $`Chorioretinal degeneration` #> $`Chorioretinal degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0200065" #> #> $`Chorioretinal degeneration`$`_id` #> [1] "HP_0200065<HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal degeneration`$privateGeneCount #> [1] 0 #> #> $`Chorioretinal degeneration`$publicGeneCount #> [1] 1 #> #> $`Chorioretinal degeneration`$urlId #> [1] "HP_0200065" #> #> $`Chorioretinal degeneration`$dbPhenotype #> [1] FALSE #> #> $`Chorioretinal degeneration`$`_parent` #> [1] "HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal degeneration`$`_is_leaf` #> [1] FALSE #> #> $`Chorioretinal degeneration`$children #> $`Chorioretinal degeneration`$children[[1]] #> [1] "HP_0000533<HP_0200065<HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Chorioretinal degeneration`$value #> [1] "Chorioretinal degeneration" #> #> #> $`Chorioretinal degeneration` #> $`Chorioretinal degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0200065" #> #> $`Chorioretinal degeneration`$`_id` #> [1] "HP_0200065<HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal degeneration`$privateGeneCount #> [1] 0 #> #> $`Chorioretinal degeneration`$publicGeneCount #> [1] 1 #> #> $`Chorioretinal degeneration`$urlId #> [1] "HP_0200065" #> #> $`Chorioretinal degeneration`$dbPhenotype #> [1] FALSE #> #> $`Chorioretinal degeneration`$`_parent` #> [1] "HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal degeneration`$`_is_leaf` #> [1] FALSE #> #> $`Chorioretinal degeneration`$children #> $`Chorioretinal degeneration`$children[[1]] #> [1] "HP_0000533<HP_0200065<HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Chorioretinal degeneration`$value #> [1] "Chorioretinal degeneration" #> #> #> $`Chorioretinal degeneration` #> $`Chorioretinal degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0200065" #> #> $`Chorioretinal degeneration`$`_id` #> [1] "HP_0200065<HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal degeneration`$privateGeneCount #> [1] 0 #> #> $`Chorioretinal degeneration`$publicGeneCount #> [1] 1 #> #> $`Chorioretinal degeneration`$urlId #> [1] "HP_0200065" #> #> $`Chorioretinal degeneration`$dbPhenotype #> [1] FALSE #> #> $`Chorioretinal degeneration`$`_parent` #> [1] "HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal degeneration`$`_is_leaf` #> [1] FALSE #> #> $`Chorioretinal degeneration`$children #> $`Chorioretinal degeneration`$children[[1]] #> [1] "HP_0000533<HP_0200065<HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Chorioretinal degeneration`$value #> [1] "Chorioretinal degeneration" #> #> #> $chorioretinitis #> $chorioretinitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8886" #> #> $chorioretinitis$`_id` #> [1] "DOID_8886<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $chorioretinitis$privateGeneCount #> [1] 0 #> #> $chorioretinitis$publicGeneCount #> [1] 3 #> #> $chorioretinitis$urlId #> [1] "DOID_8886" #> #> $chorioretinitis$dbPhenotype #> [1] TRUE #> #> $chorioretinitis$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $chorioretinitis$`_is_leaf` #> [1] TRUE #> #> $chorioretinitis$children #> list() #> #> $chorioretinitis$value #> [1] "chorioretinitis" #> #> #> $`choroid disease` #> $`choroid disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1417" #> #> $`choroid disease`$`_id` #> [1] "DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`choroid disease`$privateGeneCount #> [1] 0 #> #> $`choroid disease`$publicGeneCount #> [1] 16 #> #> $`choroid disease`$urlId #> [1] "DOID_1417" #> #> $`choroid disease`$dbPhenotype #> [1] TRUE #> #> $`choroid disease`$`_parent` #> [1] "DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`choroid disease`$`_is_leaf` #> [1] FALSE #> #> $`choroid disease`$children #> $`choroid disease`$children[[1]] #> [1] "DOID_980<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`choroid disease`$children[[2]] #> [1] "DOID_9821<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`choroid disease`$children[[3]] #> [1] "DOID_11406<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`choroid disease`$children[[4]] #> [1] "DOID_1415<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`choroid disease`$value #> [1] "choroid disease" #> #> #> $`choroid plexus papilloma` #> $`choroid plexus papilloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2626" #> #> $`choroid plexus papilloma`$`_id` #> [1] "DOID_2626<DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`choroid plexus papilloma`$privateGeneCount #> [1] 0 #> #> $`choroid plexus papilloma`$publicGeneCount #> [1] 1 #> #> $`choroid plexus papilloma`$urlId #> [1] "DOID_2626" #> #> $`choroid plexus papilloma`$dbPhenotype #> [1] TRUE #> #> $`choroid plexus papilloma`$`_parent` #> [1] "DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`choroid plexus papilloma`$`_is_leaf` #> [1] TRUE #> #> $`choroid plexus papilloma`$children #> list() #> #> $`choroid plexus papilloma`$value #> [1] "choroid plexus papilloma" #> #> #> $`choroid plexus papilloma` #> $`choroid plexus papilloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2626" #> #> $`choroid plexus papilloma`$`_id` #> [1] "DOID_2626<DOID_60007<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`choroid plexus papilloma`$privateGeneCount #> [1] 0 #> #> $`choroid plexus papilloma`$publicGeneCount #> [1] 1 #> #> $`choroid plexus papilloma`$urlId #> [1] "DOID_2626" #> #> $`choroid plexus papilloma`$dbPhenotype #> [1] TRUE #> #> $`choroid plexus papilloma`$`_parent` #> [1] "DOID_60007<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`choroid plexus papilloma`$`_is_leaf` #> [1] TRUE #> #> $`choroid plexus papilloma`$children #> list() #> #> $`choroid plexus papilloma`$value #> [1] "choroid plexus papilloma" #> #> #> $`choroid plexus papilloma` #> $`choroid plexus papilloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2626" #> #> $`choroid plexus papilloma`$`_id` #> [1] "DOID_2626<DOID_60007<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`choroid plexus papilloma`$privateGeneCount #> [1] 0 #> #> $`choroid plexus papilloma`$publicGeneCount #> [1] 1 #> #> $`choroid plexus papilloma`$urlId #> [1] "DOID_2626" #> #> $`choroid plexus papilloma`$dbPhenotype #> [1] TRUE #> #> $`choroid plexus papilloma`$`_parent` #> [1] "DOID_60007<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`choroid plexus papilloma`$`_is_leaf` #> [1] TRUE #> #> $`choroid plexus papilloma`$children #> list() #> #> $`choroid plexus papilloma`$value #> [1] "choroid plexus papilloma" #> #> #> $`choroidal sclerosis` #> $`choroidal sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_980" #> #> $`choroidal sclerosis`$`_id` #> [1] "DOID_980<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`choroidal sclerosis`$privateGeneCount #> [1] 0 #> #> $`choroidal sclerosis`$publicGeneCount #> [1] 1 #> #> $`choroidal sclerosis`$urlId #> [1] "DOID_980" #> #> $`choroidal sclerosis`$dbPhenotype #> [1] FALSE #> #> $`choroidal sclerosis`$`_parent` #> [1] "DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`choroidal sclerosis`$`_is_leaf` #> [1] FALSE #> #> $`choroidal sclerosis`$children #> $`choroidal sclerosis`$children[[1]] #> [1] "DOID_9794<DOID_980<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`choroidal sclerosis`$value #> [1] "choroidal sclerosis" #> #> #> $`choroidal sclerosis` #> $`choroidal sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_980" #> #> $`choroidal sclerosis`$`_id` #> [1] "DOID_980<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`choroidal sclerosis`$privateGeneCount #> [1] 0 #> #> $`choroidal sclerosis`$publicGeneCount #> [1] 1 #> #> $`choroidal sclerosis`$urlId #> [1] "DOID_980" #> #> $`choroidal sclerosis`$dbPhenotype #> [1] FALSE #> #> $`choroidal sclerosis`$`_parent` #> [1] "DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`choroidal sclerosis`$`_is_leaf` #> [1] FALSE #> #> $`choroidal sclerosis`$children #> $`choroidal sclerosis`$children[[1]] #> [1] "DOID_9794<DOID_980<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`choroidal sclerosis`$value #> [1] "choroidal sclerosis" #> #> #> $choroideremia #> $choroideremia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9821" #> #> $choroideremia$`_id` #> [1] "DOID_9821<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $choroideremia$privateGeneCount #> [1] 0 #> #> $choroideremia$publicGeneCount #> [1] 1 #> #> $choroideremia$urlId #> [1] "DOID_9821" #> #> $choroideremia$dbPhenotype #> [1] TRUE #> #> $choroideremia$`_parent` #> [1] "DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $choroideremia$`_is_leaf` #> [1] TRUE #> #> $choroideremia$children #> list() #> #> $choroideremia$value #> [1] "choroideremia" #> #> #> $choroiditis #> $choroiditis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11406" #> #> $choroiditis$`_id` #> [1] "DOID_11406<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $choroiditis$privateGeneCount #> [1] 0 #> #> $choroiditis$publicGeneCount #> [1] 2 #> #> $choroiditis$urlId #> [1] "DOID_11406" #> #> $choroiditis$dbPhenotype #> [1] TRUE #> #> $choroiditis$`_parent` #> [1] "DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $choroiditis$`_is_leaf` #> [1] TRUE #> #> $choroiditis$children #> list() #> #> $choroiditis$value #> [1] "choroiditis" #> #> #> $`chromophobe renal cell carcinoma` #> $`chromophobe renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4471" #> #> $`chromophobe renal cell carcinoma`$`_id` #> [1] "DOID_4471<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chromophobe renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`chromophobe renal cell carcinoma`$publicGeneCount #> [1] 259 #> #> $`chromophobe renal cell carcinoma`$urlId #> [1] "DOID_4471" #> #> $`chromophobe renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`chromophobe renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chromophobe renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`chromophobe renal cell carcinoma`$children #> list() #> #> $`chromophobe renal cell carcinoma`$value #> [1] "chromophobe renal cell carcinoma" #> #> #> $`chromophobe renal cell carcinoma` #> $`chromophobe renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4471" #> #> $`chromophobe renal cell carcinoma`$`_id` #> [1] "DOID_4471<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`chromophobe renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`chromophobe renal cell carcinoma`$publicGeneCount #> [1] 259 #> #> $`chromophobe renal cell carcinoma`$urlId #> [1] "DOID_4471" #> #> $`chromophobe renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`chromophobe renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`chromophobe renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`chromophobe renal cell carcinoma`$children #> list() #> #> $`chromophobe renal cell carcinoma`$value #> [1] "chromophobe renal cell carcinoma" #> #> #> $`chromophobe renal cell carcinoma` #> $`chromophobe renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4471" #> #> $`chromophobe renal cell carcinoma`$`_id` #> [1] "DOID_4471<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`chromophobe renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`chromophobe renal cell carcinoma`$publicGeneCount #> [1] 259 #> #> $`chromophobe renal cell carcinoma`$urlId #> [1] "DOID_4471" #> #> $`chromophobe renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`chromophobe renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`chromophobe renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`chromophobe renal cell carcinoma`$children #> list() #> #> $`chromophobe renal cell carcinoma`$value #> [1] "chromophobe renal cell carcinoma" #> #> #> $`chromophobe renal cell carcinoma` #> $`chromophobe renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4471" #> #> $`chromophobe renal cell carcinoma`$`_id` #> [1] "DOID_4471<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`chromophobe renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`chromophobe renal cell carcinoma`$publicGeneCount #> [1] 259 #> #> $`chromophobe renal cell carcinoma`$urlId #> [1] "DOID_4471" #> #> $`chromophobe renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`chromophobe renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`chromophobe renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`chromophobe renal cell carcinoma`$children #> list() #> #> $`chromophobe renal cell carcinoma`$value #> [1] "chromophobe renal cell carcinoma" #> #> #> $`chromosomal deletion syndrome` #> $`chromosomal deletion syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060388" #> #> $`chromosomal deletion syndrome`$`_id` #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal deletion syndrome`$privateGeneCount #> [1] 0 #> #> $`chromosomal deletion syndrome`$publicGeneCount #> [1] 32 #> #> $`chromosomal deletion syndrome`$urlId #> [1] "DOID_0060388" #> #> $`chromosomal deletion syndrome`$dbPhenotype #> [1] FALSE #> #> $`chromosomal deletion syndrome`$`_parent` #> [1] "DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal deletion syndrome`$`_is_leaf` #> [1] FALSE #> #> $`chromosomal deletion syndrome`$children #> $`chromosomal deletion syndrome`$children[[1]] #> [1] "DOID_12580<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal deletion syndrome`$children[[2]] #> [1] "DOID_11198<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal deletion syndrome`$children[[3]] #> [1] "DOID_0060352<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal deletion syndrome`$children[[4]] #> [1] "DOID_1933<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal deletion syndrome`$children[[5]] #> [1] "DOID_0060428<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal deletion syndrome`$children[[6]] #> [1] "DOID_14699<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal deletion syndrome`$children[[7]] #> [1] "DOID_12583<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal deletion syndrome`$children[[8]] #> [1] "DOID_1928<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal deletion syndrome`$children[[9]] #> [1] "DOID_0050460<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> #> $`chromosomal deletion syndrome`$value #> [1] "chromosomal deletion syndrome" #> #> #> $`chromosomal disease` #> $`chromosomal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080014" #> #> $`chromosomal disease`$`_id` #> [1] "DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal disease`$privateGeneCount #> [1] 0 #> #> $`chromosomal disease`$publicGeneCount #> [1] 166 #> #> $`chromosomal disease`$urlId #> [1] "DOID_0080014" #> #> $`chromosomal disease`$dbPhenotype #> [1] FALSE #> #> $`chromosomal disease`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`chromosomal disease`$`_is_leaf` #> [1] FALSE #> #> $`chromosomal disease`$children #> $`chromosomal disease`$children[[1]] #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal disease`$children[[2]] #> [1] "DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal disease`$children[[3]] #> [1] "DOID_11983<DOID_0080014<DOID_630<DOID_4" #> #> #> $`chromosomal disease`$value #> [1] "chromosomal disease" #> #> #> $`chromosomal duplication syndrome` #> $`chromosomal duplication syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060429" #> #> $`chromosomal duplication syndrome`$`_id` #> [1] "DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal duplication syndrome`$privateGeneCount #> [1] 0 #> #> $`chromosomal duplication syndrome`$publicGeneCount #> [1] 129 #> #> $`chromosomal duplication syndrome`$urlId #> [1] "DOID_0060429" #> #> $`chromosomal duplication syndrome`$dbPhenotype #> [1] FALSE #> #> $`chromosomal duplication syndrome`$`_parent` #> [1] "DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal duplication syndrome`$`_is_leaf` #> [1] FALSE #> #> $`chromosomal duplication syndrome`$children #> $`chromosomal duplication syndrome`$children[[1]] #> [1] "DOID_14250<DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal duplication syndrome`$children[[2]] #> [1] "DOID_1921<DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal duplication syndrome`$children[[3]] #> [1] "DOID_11193<DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> #> $`chromosomal duplication syndrome`$value #> [1] "chromosomal duplication syndrome" #> #> #> $`chronic atrial and intestinal dysrhythmia` #> $`chronic atrial and intestinal dysrhythmia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060339" #> #> $`chronic atrial and intestinal dysrhythmia`$`_id` #> [1] "DOID_0060339<DOID_225<DOID_4" #> #> $`chronic atrial and intestinal dysrhythmia`$privateGeneCount #> [1] 0 #> #> $`chronic atrial and intestinal dysrhythmia`$publicGeneCount #> [1] 1 #> #> $`chronic atrial and intestinal dysrhythmia`$urlId #> [1] "DOID_0060339" #> #> $`chronic atrial and intestinal dysrhythmia`$dbPhenotype #> [1] TRUE #> #> $`chronic atrial and intestinal dysrhythmia`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`chronic atrial and intestinal dysrhythmia`$`_is_leaf` #> [1] TRUE #> #> $`chronic atrial and intestinal dysrhythmia`$children #> list() #> #> $`chronic atrial and intestinal dysrhythmia`$value #> [1] "chronic atrial and intestinal dysrhythmia" #> #> #> $`chronic conjunctivitis` #> $`chronic conjunctivitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2475" #> #> $`chronic conjunctivitis`$`_id` #> [1] "DOID_2475<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`chronic conjunctivitis`$privateGeneCount #> [1] 0 #> #> $`chronic conjunctivitis`$publicGeneCount #> [1] 13 #> #> $`chronic conjunctivitis`$urlId #> [1] "DOID_2475" #> #> $`chronic conjunctivitis`$dbPhenotype #> [1] FALSE #> #> $`chronic conjunctivitis`$`_parent` #> [1] "DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`chronic conjunctivitis`$`_is_leaf` #> [1] FALSE #> #> $`chronic conjunctivitis`$children #> $`chronic conjunctivitis`$children[[1]] #> [1] "DOID_11204<DOID_2475<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`chronic conjunctivitis`$children[[2]] #> [1] "DOID_2474<DOID_2475<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`chronic conjunctivitis`$value #> [1] "chronic conjunctivitis" #> #> #> $`chronic cystitis` #> $`chronic cystitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1680" #> #> $`chronic cystitis`$`_id` #> [1] "DOID_1680<DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`chronic cystitis`$privateGeneCount #> [1] 0 #> #> $`chronic cystitis`$publicGeneCount #> [1] 10 #> #> $`chronic cystitis`$urlId #> [1] "DOID_1680" #> #> $`chronic cystitis`$dbPhenotype #> [1] FALSE #> #> $`chronic cystitis`$`_parent` #> [1] "DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`chronic cystitis`$`_is_leaf` #> [1] FALSE #> #> $`chronic cystitis`$children #> $`chronic cystitis`$children[[1]] #> [1] "DOID_1678<DOID_1680<DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> #> $`chronic cystitis`$value #> [1] "chronic cystitis" #> #> #> $`chronic fatigue syndrome` #> $`chronic fatigue syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8544" #> #> $`chronic fatigue syndrome`$`_id` #> [1] "DOID_8544<DOID_225<DOID_4" #> #> $`chronic fatigue syndrome`$privateGeneCount #> [1] 0 #> #> $`chronic fatigue syndrome`$publicGeneCount #> [1] 5 #> #> $`chronic fatigue syndrome`$urlId #> [1] "DOID_8544" #> #> $`chronic fatigue syndrome`$dbPhenotype #> [1] TRUE #> #> $`chronic fatigue syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`chronic fatigue syndrome`$`_is_leaf` #> [1] TRUE #> #> $`chronic fatigue syndrome`$children #> list() #> #> $`chronic fatigue syndrome`$value #> [1] "chronic fatigue syndrome" #> #> #> $`chronic granulomatous disease` #> $`chronic granulomatous disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3265" #> #> $`chronic granulomatous disease`$`_id` #> [1] "DOID_3265<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`chronic granulomatous disease`$privateGeneCount #> [1] 0 #> #> $`chronic granulomatous disease`$publicGeneCount #> [1] 9 #> #> $`chronic granulomatous disease`$urlId #> [1] "DOID_3265" #> #> $`chronic granulomatous disease`$dbPhenotype #> [1] TRUE #> #> $`chronic granulomatous disease`$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`chronic granulomatous disease`$`_is_leaf` #> [1] TRUE #> #> $`chronic granulomatous disease`$children #> list() #> #> $`chronic granulomatous disease`$value #> [1] "chronic granulomatous disease" #> #> #> $`chronic granulomatous disease` #> $`chronic granulomatous disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3265" #> #> $`chronic granulomatous disease`$`_id` #> [1] "DOID_3265<DOID_3262<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`chronic granulomatous disease`$privateGeneCount #> [1] 0 #> #> $`chronic granulomatous disease`$publicGeneCount #> [1] 9 #> #> $`chronic granulomatous disease`$urlId #> [1] "DOID_3265" #> #> $`chronic granulomatous disease`$dbPhenotype #> [1] TRUE #> #> $`chronic granulomatous disease`$`_parent` #> [1] "DOID_3262<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`chronic granulomatous disease`$`_is_leaf` #> [1] TRUE #> #> $`chronic granulomatous disease`$children #> list() #> #> $`chronic granulomatous disease`$value #> [1] "chronic granulomatous disease" #> #> #> $`chronic granulomatous disease` #> $`chronic granulomatous disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3265" #> #> $`chronic granulomatous disease`$`_id` #> [1] "DOID_3265<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`chronic granulomatous disease`$privateGeneCount #> [1] 0 #> #> $`chronic granulomatous disease`$publicGeneCount #> [1] 9 #> #> $`chronic granulomatous disease`$urlId #> [1] "DOID_3265" #> #> $`chronic granulomatous disease`$dbPhenotype #> [1] TRUE #> #> $`chronic granulomatous disease`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`chronic granulomatous disease`$`_is_leaf` #> [1] TRUE #> #> $`chronic granulomatous disease`$children #> list() #> #> $`chronic granulomatous disease`$value #> [1] "chronic granulomatous disease" #> #> #> $`chronic granulomatous disease` #> $`chronic granulomatous disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3265" #> #> $`chronic granulomatous disease`$`_id` #> [1] "DOID_3265<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`chronic granulomatous disease`$privateGeneCount #> [1] 0 #> #> $`chronic granulomatous disease`$publicGeneCount #> [1] 9 #> #> $`chronic granulomatous disease`$urlId #> [1] "DOID_3265" #> #> $`chronic granulomatous disease`$dbPhenotype #> [1] TRUE #> #> $`chronic granulomatous disease`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`chronic granulomatous disease`$`_is_leaf` #> [1] TRUE #> #> $`chronic granulomatous disease`$children #> list() #> #> $`chronic granulomatous disease`$value #> [1] "chronic granulomatous disease" #> #> #> $`chronic interstitial cystitis` #> $`chronic interstitial cystitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1678" #> #> $`chronic interstitial cystitis`$`_id` #> [1] "DOID_1678<DOID_1680<DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`chronic interstitial cystitis`$privateGeneCount #> [1] 0 #> #> $`chronic interstitial cystitis`$publicGeneCount #> [1] 10 #> #> $`chronic interstitial cystitis`$urlId #> [1] "DOID_1678" #> #> $`chronic interstitial cystitis`$dbPhenotype #> [1] TRUE #> #> $`chronic interstitial cystitis`$`_parent` #> [1] "DOID_1680<DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`chronic interstitial cystitis`$`_is_leaf` #> [1] TRUE #> #> $`chronic interstitial cystitis`$children #> list() #> #> $`chronic interstitial cystitis`$value #> [1] "chronic interstitial cystitis" #> #> #> $`chronic kidney disease` #> $`chronic kidney disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_784" #> #> $`chronic kidney disease`$`_id` #> [1] "DOID_784<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`chronic kidney disease`$privateGeneCount #> [1] 0 #> #> $`chronic kidney disease`$publicGeneCount #> [1] 116 #> #> $`chronic kidney disease`$urlId #> [1] "DOID_784" #> #> $`chronic kidney disease`$dbPhenotype #> [1] TRUE #> #> $`chronic kidney disease`$`_parent` #> [1] "DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`chronic kidney disease`$`_is_leaf` #> [1] TRUE #> #> $`chronic kidney disease`$children #> list() #> #> $`chronic kidney disease`$value #> [1] "chronic kidney disease" #> #> #> $`chronic lymphocytic leukemia` #> $`chronic lymphocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1040" #> #> $`chronic lymphocytic leukemia`$`_id` #> [1] "DOID_1040<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chronic lymphocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic lymphocytic leukemia`$publicGeneCount #> [1] 52 #> #> $`chronic lymphocytic leukemia`$urlId #> [1] "DOID_1040" #> #> $`chronic lymphocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic lymphocytic leukemia`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chronic lymphocytic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`chronic lymphocytic leukemia`$children #> $`chronic lymphocytic leukemia`$children[[1]] #> [1] "DOID_285<DOID_1040<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`chronic lymphocytic leukemia`$value #> [1] "chronic lymphocytic leukemia" #> #> #> $`chronic lymphocytic leukemia` #> $`chronic lymphocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1040" #> #> $`chronic lymphocytic leukemia`$`_id` #> [1] "DOID_1040<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`chronic lymphocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic lymphocytic leukemia`$publicGeneCount #> [1] 52 #> #> $`chronic lymphocytic leukemia`$urlId #> [1] "DOID_1040" #> #> $`chronic lymphocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic lymphocytic leukemia`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`chronic lymphocytic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`chronic lymphocytic leukemia`$children #> $`chronic lymphocytic leukemia`$children[[1]] #> [1] "DOID_285<DOID_1040<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`chronic lymphocytic leukemia`$value #> [1] "chronic lymphocytic leukemia" #> #> #> $`chronic lymphocytic leukemia` #> $`chronic lymphocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1040" #> #> $`chronic lymphocytic leukemia`$`_id` #> [1] "DOID_1040<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`chronic lymphocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic lymphocytic leukemia`$publicGeneCount #> [1] 52 #> #> $`chronic lymphocytic leukemia`$urlId #> [1] "DOID_1040" #> #> $`chronic lymphocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic lymphocytic leukemia`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`chronic lymphocytic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`chronic lymphocytic leukemia`$children #> $`chronic lymphocytic leukemia`$children[[1]] #> [1] "DOID_285<DOID_1040<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`chronic lymphocytic leukemia`$value #> [1] "chronic lymphocytic leukemia" #> #> #> $`chronic lymphocytic leukemia` #> $`chronic lymphocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1040" #> #> $`chronic lymphocytic leukemia`$`_id` #> [1] "DOID_1040<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chronic lymphocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic lymphocytic leukemia`$publicGeneCount #> [1] 52 #> #> $`chronic lymphocytic leukemia`$urlId #> [1] "DOID_1040" #> #> $`chronic lymphocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic lymphocytic leukemia`$`_parent` #> [1] "DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chronic lymphocytic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`chronic lymphocytic leukemia`$children #> $`chronic lymphocytic leukemia`$children[[1]] #> [1] "DOID_285<DOID_1040<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`chronic lymphocytic leukemia`$value #> [1] "chronic lymphocytic leukemia" #> #> #> $`chronic lymphocytic leukemia` #> $`chronic lymphocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1040" #> #> $`chronic lymphocytic leukemia`$`_id` #> [1] "DOID_1040<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`chronic lymphocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic lymphocytic leukemia`$publicGeneCount #> [1] 52 #> #> $`chronic lymphocytic leukemia`$urlId #> [1] "DOID_1040" #> #> $`chronic lymphocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic lymphocytic leukemia`$`_parent` #> [1] "DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`chronic lymphocytic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`chronic lymphocytic leukemia`$children #> $`chronic lymphocytic leukemia`$children[[1]] #> [1] "DOID_285<DOID_1040<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`chronic lymphocytic leukemia`$value #> [1] "chronic lymphocytic leukemia" #> #> #> $`chronic lymphocytic leukemia` #> $`chronic lymphocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1040" #> #> $`chronic lymphocytic leukemia`$`_id` #> [1] "DOID_1040<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chronic lymphocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic lymphocytic leukemia`$publicGeneCount #> [1] 52 #> #> $`chronic lymphocytic leukemia`$urlId #> [1] "DOID_1040" #> #> $`chronic lymphocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic lymphocytic leukemia`$`_parent` #> [1] "DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chronic lymphocytic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`chronic lymphocytic leukemia`$children #> $`chronic lymphocytic leukemia`$children[[1]] #> [1] "DOID_285<DOID_1040<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`chronic lymphocytic leukemia`$value #> [1] "chronic lymphocytic leukemia" #> #> #> $`chronic lymphocytic leukemia` #> $`chronic lymphocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1040" #> #> $`chronic lymphocytic leukemia`$`_id` #> [1] "DOID_1040<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`chronic lymphocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic lymphocytic leukemia`$publicGeneCount #> [1] 52 #> #> $`chronic lymphocytic leukemia`$urlId #> [1] "DOID_1040" #> #> $`chronic lymphocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic lymphocytic leukemia`$`_parent` #> [1] "DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`chronic lymphocytic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`chronic lymphocytic leukemia`$children #> $`chronic lymphocytic leukemia`$children[[1]] #> [1] "DOID_285<DOID_1040<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`chronic lymphocytic leukemia`$value #> [1] "chronic lymphocytic leukemia" #> #> #> $`chronic monocytic leukemia` #> $`chronic monocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8593" #> #> $`chronic monocytic leukemia`$`_id` #> [1] "DOID_8593<DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chronic monocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic monocytic leukemia`$publicGeneCount #> [1] 21 #> #> $`chronic monocytic leukemia`$urlId #> [1] "DOID_8593" #> #> $`chronic monocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic monocytic leukemia`$`_parent` #> [1] "DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chronic monocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`chronic monocytic leukemia`$children #> list() #> #> $`chronic monocytic leukemia`$value #> [1] "chronic monocytic leukemia" #> #> #> $`chronic monocytic leukemia` #> $`chronic monocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8593" #> #> $`chronic monocytic leukemia`$`_id` #> [1] "DOID_8593<DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`chronic monocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic monocytic leukemia`$publicGeneCount #> [1] 21 #> #> $`chronic monocytic leukemia`$urlId #> [1] "DOID_8593" #> #> $`chronic monocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic monocytic leukemia`$`_parent` #> [1] "DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`chronic monocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`chronic monocytic leukemia`$children #> list() #> #> $`chronic monocytic leukemia`$value #> [1] "chronic monocytic leukemia" #> #> #> $`chronic mucocutaneous candidiasis` #> $`chronic mucocutaneous candidiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2058" #> #> $`chronic mucocutaneous candidiasis`$`_id` #> [1] "DOID_2058<DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`chronic mucocutaneous candidiasis`$privateGeneCount #> [1] 0 #> #> $`chronic mucocutaneous candidiasis`$publicGeneCount #> [1] 7 #> #> $`chronic mucocutaneous candidiasis`$urlId #> [1] "DOID_2058" #> #> $`chronic mucocutaneous candidiasis`$dbPhenotype #> [1] TRUE #> #> $`chronic mucocutaneous candidiasis`$`_parent` #> [1] "DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`chronic mucocutaneous candidiasis`$`_is_leaf` #> [1] TRUE #> #> $`chronic mucocutaneous candidiasis`$children #> list() #> #> $`chronic mucocutaneous candidiasis`$value #> [1] "chronic mucocutaneous candidiasis" #> #> #> $`chronic mucocutaneous candidiasis` #> $`chronic mucocutaneous candidiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2058" #> #> $`chronic mucocutaneous candidiasis`$`_id` #> [1] "DOID_2058<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`chronic mucocutaneous candidiasis`$privateGeneCount #> [1] 0 #> #> $`chronic mucocutaneous candidiasis`$publicGeneCount #> [1] 7 #> #> $`chronic mucocutaneous candidiasis`$urlId #> [1] "DOID_2058" #> #> $`chronic mucocutaneous candidiasis`$dbPhenotype #> [1] TRUE #> #> $`chronic mucocutaneous candidiasis`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`chronic mucocutaneous candidiasis`$`_is_leaf` #> [1] TRUE #> #> $`chronic mucocutaneous candidiasis`$children #> list() #> #> $`chronic mucocutaneous candidiasis`$value #> [1] "chronic mucocutaneous candidiasis" #> #> #> $`chronic mucocutaneous candidiasis` #> $`chronic mucocutaneous candidiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2058" #> #> $`chronic mucocutaneous candidiasis`$`_id` #> [1] "DOID_2058<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`chronic mucocutaneous candidiasis`$privateGeneCount #> [1] 0 #> #> $`chronic mucocutaneous candidiasis`$publicGeneCount #> [1] 7 #> #> $`chronic mucocutaneous candidiasis`$urlId #> [1] "DOID_2058" #> #> $`chronic mucocutaneous candidiasis`$dbPhenotype #> [1] TRUE #> #> $`chronic mucocutaneous candidiasis`$`_parent` #> [1] "DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`chronic mucocutaneous candidiasis`$`_is_leaf` #> [1] TRUE #> #> $`chronic mucocutaneous candidiasis`$children #> list() #> #> $`chronic mucocutaneous candidiasis`$value #> [1] "chronic mucocutaneous candidiasis" #> #> #> $`chronic myeloid leukemia` #> $`chronic myeloid leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8552" #> #> $`chronic myeloid leukemia`$`_id` #> [1] "DOID_8552<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chronic myeloid leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic myeloid leukemia`$publicGeneCount #> [1] 26 #> #> $`chronic myeloid leukemia`$urlId #> [1] "DOID_8552" #> #> $`chronic myeloid leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic myeloid leukemia`$`_parent` #> [1] "DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chronic myeloid leukemia`$`_is_leaf` #> [1] TRUE #> #> $`chronic myeloid leukemia`$children #> list() #> #> $`chronic myeloid leukemia`$value #> [1] "chronic myeloid leukemia" #> #> #> $`chronic myeloid leukemia` #> $`chronic myeloid leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8552" #> #> $`chronic myeloid leukemia`$`_id` #> [1] "DOID_8552<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`chronic myeloid leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic myeloid leukemia`$publicGeneCount #> [1] 26 #> #> $`chronic myeloid leukemia`$urlId #> [1] "DOID_8552" #> #> $`chronic myeloid leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic myeloid leukemia`$`_parent` #> [1] "DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`chronic myeloid leukemia`$`_is_leaf` #> [1] TRUE #> #> $`chronic myeloid leukemia`$children #> list() #> #> $`chronic myeloid leukemia`$value #> [1] "chronic myeloid leukemia" #> #> #> $`chronic obstructive pulmonary disease` #> $`chronic obstructive pulmonary disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3083" #> #> $`chronic obstructive pulmonary disease`$`_id` #> [1] "DOID_3083<DOID_2320<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`chronic obstructive pulmonary disease`$privateGeneCount #> [1] 0 #> #> $`chronic obstructive pulmonary disease`$publicGeneCount #> [1] 166 #> #> $`chronic obstructive pulmonary disease`$urlId #> [1] "DOID_3083" #> #> $`chronic obstructive pulmonary disease`$dbPhenotype #> [1] TRUE #> #> $`chronic obstructive pulmonary disease`$`_parent` #> [1] "DOID_2320<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`chronic obstructive pulmonary disease`$`_is_leaf` #> [1] FALSE #> #> $`chronic obstructive pulmonary disease`$children #> $`chronic obstructive pulmonary disease`$children[[1]] #> [1] "DOID_9675<DOID_3083<DOID_2320<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`chronic obstructive pulmonary disease`$value #> [1] "chronic obstructive pulmonary disease" #> #> #> $`Chronic pain` #> $`Chronic pain`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012532" #> #> $`Chronic pain`$`_id` #> [1] "HP_0012532<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $`Chronic pain`$privateGeneCount #> [1] 0 #> #> $`Chronic pain`$publicGeneCount #> [1] 3 #> #> $`Chronic pain`$urlId #> [1] "HP_0012532" #> #> $`Chronic pain`$dbPhenotype #> [1] TRUE #> #> $`Chronic pain`$`_parent` #> [1] "HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $`Chronic pain`$`_is_leaf` #> [1] TRUE #> #> $`Chronic pain`$children #> list() #> #> $`Chronic pain`$value #> [1] "Chronic pain" #> #> #> $`Chronic pancreatitis` #> $`Chronic pancreatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006280" #> #> $`Chronic pancreatitis`$`_id` #> [1] "HP_0006280<HP_0001733<HP_0012091<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Chronic pancreatitis`$privateGeneCount #> [1] 0 #> #> $`Chronic pancreatitis`$publicGeneCount #> [1] 5 #> #> $`Chronic pancreatitis`$urlId #> [1] "HP_0006280" #> #> $`Chronic pancreatitis`$dbPhenotype #> [1] TRUE #> #> $`Chronic pancreatitis`$`_parent` #> [1] "HP_0001733<HP_0012091<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Chronic pancreatitis`$`_is_leaf` #> [1] TRUE #> #> $`Chronic pancreatitis`$children #> list() #> #> $`Chronic pancreatitis`$value #> [1] "Chronic pancreatitis" #> #> #> $`Chronic pancreatitis` #> $`Chronic pancreatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006280" #> #> $`Chronic pancreatitis`$`_id` #> [1] "HP_0006280<HP_0001733<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Chronic pancreatitis`$privateGeneCount #> [1] 0 #> #> $`Chronic pancreatitis`$publicGeneCount #> [1] 5 #> #> $`Chronic pancreatitis`$urlId #> [1] "HP_0006280" #> #> $`Chronic pancreatitis`$dbPhenotype #> [1] TRUE #> #> $`Chronic pancreatitis`$`_parent` #> [1] "HP_0001733<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Chronic pancreatitis`$`_is_leaf` #> [1] TRUE #> #> $`Chronic pancreatitis`$children #> list() #> #> $`Chronic pancreatitis`$value #> [1] "Chronic pancreatitis" #> #> #> $`chronic progressive external ophthalmoplegia` #> $`chronic progressive external ophthalmoplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12558" #> #> $`chronic progressive external ophthalmoplegia`$`_id` #> [1] "DOID_12558<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`chronic progressive external ophthalmoplegia`$privateGeneCount #> [1] 0 #> #> $`chronic progressive external ophthalmoplegia`$publicGeneCount #> [1] 9 #> #> $`chronic progressive external ophthalmoplegia`$urlId #> [1] "DOID_12558" #> #> $`chronic progressive external ophthalmoplegia`$dbPhenotype #> [1] TRUE #> #> $`chronic progressive external ophthalmoplegia`$`_parent` #> [1] "DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`chronic progressive external ophthalmoplegia`$`_is_leaf` #> [1] FALSE #> #> $`chronic progressive external ophthalmoplegia`$children #> $`chronic progressive external ophthalmoplegia`$children[[1]] #> [1] "DOID_12934<DOID_12558<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`chronic progressive external ophthalmoplegia`$value #> [1] "chronic progressive external ophthalmoplegia" #> #> #> $`chronic pulmonary heart disease` #> $`chronic pulmonary heart disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12326" #> #> $`chronic pulmonary heart disease`$`_id` #> [1] "DOID_12326<DOID_8515<DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`chronic pulmonary heart disease`$privateGeneCount #> [1] 0 #> #> $`chronic pulmonary heart disease`$publicGeneCount #> [1] 4 #> #> $`chronic pulmonary heart disease`$urlId #> [1] "DOID_12326" #> #> $`chronic pulmonary heart disease`$dbPhenotype #> [1] FALSE #> #> $`chronic pulmonary heart disease`$`_parent` #> [1] "DOID_8515<DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`chronic pulmonary heart disease`$`_is_leaf` #> [1] FALSE #> #> $`chronic pulmonary heart disease`$children #> $`chronic pulmonary heart disease`$children[[1]] #> [1] "DOID_14557<DOID_12326<DOID_8515<DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`chronic pulmonary heart disease`$value #> [1] "chronic pulmonary heart disease" #> #> #> $`chronic tic disorder` #> $`chronic tic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10600" #> #> $`chronic tic disorder`$`_id` #> [1] "DOID_10600<DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`chronic tic disorder`$privateGeneCount #> [1] 0 #> #> $`chronic tic disorder`$publicGeneCount #> [1] 2 #> #> $`chronic tic disorder`$urlId #> [1] "DOID_10600" #> #> $`chronic tic disorder`$dbPhenotype #> [1] TRUE #> #> $`chronic tic disorder`$`_parent` #> [1] "DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`chronic tic disorder`$`_is_leaf` #> [1] TRUE #> #> $`chronic tic disorder`$children #> list() #> #> $`chronic tic disorder`$value #> [1] "chronic tic disorder" #> #> #> $`chronic ulcer of skin` #> $`chronic ulcer of skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8549" #> #> $`chronic ulcer of skin`$`_id` #> [1] "DOID_8549<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`chronic ulcer of skin`$privateGeneCount #> [1] 0 #> #> $`chronic ulcer of skin`$publicGeneCount #> [1] 2 #> #> $`chronic ulcer of skin`$urlId #> [1] "DOID_8549" #> #> $`chronic ulcer of skin`$dbPhenotype #> [1] FALSE #> #> $`chronic ulcer of skin`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`chronic ulcer of skin`$`_is_leaf` #> [1] FALSE #> #> $`chronic ulcer of skin`$children #> $`chronic ulcer of skin`$children[[1]] #> [1] "DOID_8717<DOID_8549<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`chronic ulcer of skin`$value #> [1] "chronic ulcer of skin" #> #> #> $`Churg-Strauss syndrome` #> $`Churg-Strauss syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3049" #> #> $`Churg-Strauss syndrome`$`_id` #> [1] "DOID_3049<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Churg-Strauss syndrome`$privateGeneCount #> [1] 0 #> #> $`Churg-Strauss syndrome`$publicGeneCount #> [1] 4 #> #> $`Churg-Strauss syndrome`$urlId #> [1] "DOID_3049" #> #> $`Churg-Strauss syndrome`$dbPhenotype #> [1] TRUE #> #> $`Churg-Strauss syndrome`$`_parent` #> [1] "DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Churg-Strauss syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Churg-Strauss syndrome`$children #> list() #> #> $`Churg-Strauss syndrome`$value #> [1] "Churg-Strauss syndrome" #> #> #> $`chylomicron retention disease` #> $`chylomicron retention disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060357" #> #> $`chylomicron retention disease`$`_id` #> [1] "DOID_0060357<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`chylomicron retention disease`$privateGeneCount #> [1] 0 #> #> $`chylomicron retention disease`$publicGeneCount #> [1] 1 #> #> $`chylomicron retention disease`$urlId #> [1] "DOID_0060357" #> #> $`chylomicron retention disease`$dbPhenotype #> [1] TRUE #> #> $`chylomicron retention disease`$`_parent` #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`chylomicron retention disease`$`_is_leaf` #> [1] TRUE #> #> $`chylomicron retention disease`$children #> list() #> #> $`chylomicron retention disease`$value #> [1] "chylomicron retention disease" #> #> #> $`chylomicron retention disease` #> $`chylomicron retention disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060357" #> #> $`chylomicron retention disease`$`_id` #> [1] "DOID_0060357<DOID_630<DOID_4" #> #> $`chylomicron retention disease`$privateGeneCount #> [1] 0 #> #> $`chylomicron retention disease`$publicGeneCount #> [1] 1 #> #> $`chylomicron retention disease`$urlId #> [1] "DOID_0060357" #> #> $`chylomicron retention disease`$dbPhenotype #> [1] TRUE #> #> $`chylomicron retention disease`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`chylomicron retention disease`$`_is_leaf` #> [1] TRUE #> #> $`chylomicron retention disease`$children #> list() #> #> $`chylomicron retention disease`$value #> [1] "chylomicron retention disease" #> #> #> $Chylothorax #> $Chylothorax$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010310" #> #> $Chylothorax$`_id` #> [1] "HP_0010310<HP_0002202<HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Chylothorax$privateGeneCount #> [1] 0 #> #> $Chylothorax$publicGeneCount #> [1] 1 #> #> $Chylothorax$urlId #> [1] "HP_0010310" #> #> $Chylothorax$dbPhenotype #> [1] TRUE #> #> $Chylothorax$`_parent` #> [1] "HP_0002202<HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Chylothorax$`_is_leaf` #> [1] TRUE #> #> $Chylothorax$children #> list() #> #> $Chylothorax$value #> [1] "Chylothorax" #> #> #> $`cicatricial pemphigoid` #> $`cicatricial pemphigoid`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11656" #> #> $`cicatricial pemphigoid`$`_id` #> [1] "DOID_11656<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cicatricial pemphigoid`$privateGeneCount #> [1] 0 #> #> $`cicatricial pemphigoid`$publicGeneCount #> [1] 6 #> #> $`cicatricial pemphigoid`$urlId #> [1] "DOID_11656" #> #> $`cicatricial pemphigoid`$dbPhenotype #> [1] TRUE #> #> $`cicatricial pemphigoid`$`_parent` #> [1] "DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cicatricial pemphigoid`$`_is_leaf` #> [1] TRUE #> #> $`cicatricial pemphigoid`$children #> list() #> #> $`cicatricial pemphigoid`$value #> [1] "cicatricial pemphigoid" #> #> #> $`cicatricial pemphigoid` #> $`cicatricial pemphigoid`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11656" #> #> $`cicatricial pemphigoid`$`_id` #> [1] "DOID_11656<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`cicatricial pemphigoid`$privateGeneCount #> [1] 0 #> #> $`cicatricial pemphigoid`$publicGeneCount #> [1] 6 #> #> $`cicatricial pemphigoid`$urlId #> [1] "DOID_11656" #> #> $`cicatricial pemphigoid`$dbPhenotype #> [1] TRUE #> #> $`cicatricial pemphigoid`$`_parent` #> [1] "DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`cicatricial pemphigoid`$`_is_leaf` #> [1] TRUE #> #> $`cicatricial pemphigoid`$children #> list() #> #> $`cicatricial pemphigoid`$value #> [1] "cicatricial pemphigoid" #> #> #> $ciliopathy #> $ciliopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060340" #> #> $ciliopathy$`_id` #> [1] "DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $ciliopathy$privateGeneCount #> [1] 0 #> #> $ciliopathy$publicGeneCount #> [1] 60 #> #> $ciliopathy$urlId #> [1] "DOID_0060340" #> #> $ciliopathy$dbPhenotype #> [1] FALSE #> #> $ciliopathy$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $ciliopathy$`_is_leaf` #> [1] FALSE #> #> $ciliopathy$children #> $ciliopathy$children[[1]] #> [1] "DOID_0050777<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $ciliopathy$children[[2]] #> [1] "DOID_0050778<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $ciliopathy$children[[3]] #> [1] "DOID_9562<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> #> $ciliopathy$value #> [1] "ciliopathy" #> #> #> $ciliopathy #> $ciliopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060340" #> #> $ciliopathy$`_id` #> [1] "DOID_0060340<DOID_225<DOID_4" #> #> $ciliopathy$privateGeneCount #> [1] 0 #> #> $ciliopathy$publicGeneCount #> [1] 60 #> #> $ciliopathy$urlId #> [1] "DOID_0060340" #> #> $ciliopathy$dbPhenotype #> [1] FALSE #> #> $ciliopathy$`_parent` #> [1] "DOID_225<DOID_4" #> #> $ciliopathy$`_is_leaf` #> [1] FALSE #> #> $ciliopathy$children #> $ciliopathy$children[[1]] #> [1] "DOID_0050777<DOID_0060340<DOID_225<DOID_4" #> #> $ciliopathy$children[[2]] #> [1] "DOID_0050778<DOID_0060340<DOID_225<DOID_4" #> #> $ciliopathy$children[[3]] #> [1] "DOID_9562<DOID_0060340<DOID_225<DOID_4" #> #> #> $ciliopathy$value #> [1] "ciliopathy" #> #> #> $citrullinemia #> $citrullinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9273" #> #> $citrullinemia$`_id` #> [1] "DOID_9273<DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $citrullinemia$privateGeneCount #> [1] 0 #> #> $citrullinemia$publicGeneCount #> [1] 3 #> #> $citrullinemia$urlId #> [1] "DOID_9273" #> #> $citrullinemia$dbPhenotype #> [1] TRUE #> #> $citrullinemia$`_parent` #> [1] "DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $citrullinemia$`_is_leaf` #> [1] TRUE #> #> $citrullinemia$children #> list() #> #> $citrullinemia$value #> [1] "citrullinemia" #> #> #> $`clear cell adenocarcinoma` #> $`clear cell adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4468" #> #> $`clear cell adenocarcinoma`$`_id` #> [1] "DOID_4468<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`clear cell adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`clear cell adenocarcinoma`$publicGeneCount #> [1] 4 #> #> $`clear cell adenocarcinoma`$urlId #> [1] "DOID_4468" #> #> $`clear cell adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`clear cell adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`clear cell adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`clear cell adenocarcinoma`$children #> list() #> #> $`clear cell adenocarcinoma`$value #> [1] "clear cell adenocarcinoma" #> #> #> $`clear cell meningioma` #> $`clear cell meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4210" #> #> $`clear cell meningioma`$`_id` #> [1] "DOID_4210<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`clear cell meningioma`$privateGeneCount #> [1] 0 #> #> $`clear cell meningioma`$publicGeneCount #> [1] 16 #> #> $`clear cell meningioma`$urlId #> [1] "DOID_4210" #> #> $`clear cell meningioma`$dbPhenotype #> [1] TRUE #> #> $`clear cell meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`clear cell meningioma`$`_is_leaf` #> [1] TRUE #> #> $`clear cell meningioma`$children #> list() #> #> $`clear cell meningioma`$value #> [1] "clear cell meningioma" #> #> #> $`clear cell meningioma` #> $`clear cell meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4210" #> #> $`clear cell meningioma`$`_id` #> [1] "DOID_4210<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`clear cell meningioma`$privateGeneCount #> [1] 0 #> #> $`clear cell meningioma`$publicGeneCount #> [1] 16 #> #> $`clear cell meningioma`$urlId #> [1] "DOID_4210" #> #> $`clear cell meningioma`$dbPhenotype #> [1] TRUE #> #> $`clear cell meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`clear cell meningioma`$`_is_leaf` #> [1] TRUE #> #> $`clear cell meningioma`$children #> list() #> #> $`clear cell meningioma`$value #> [1] "clear cell meningioma" #> #> #> $`clear cell meningioma` #> $`clear cell meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4210" #> #> $`clear cell meningioma`$`_id` #> [1] "DOID_4210<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`clear cell meningioma`$privateGeneCount #> [1] 0 #> #> $`clear cell meningioma`$publicGeneCount #> [1] 16 #> #> $`clear cell meningioma`$urlId #> [1] "DOID_4210" #> #> $`clear cell meningioma`$dbPhenotype #> [1] TRUE #> #> $`clear cell meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`clear cell meningioma`$`_is_leaf` #> [1] TRUE #> #> $`clear cell meningioma`$children #> list() #> #> $`clear cell meningioma`$value #> [1] "clear cell meningioma" #> #> #> $`clear cell renal cell carcinoma` #> $`clear cell renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4467" #> #> $`clear cell renal cell carcinoma`$`_id` #> [1] "DOID_4467<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`clear cell renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`clear cell renal cell carcinoma`$publicGeneCount #> [1] 266 #> #> $`clear cell renal cell carcinoma`$urlId #> [1] "DOID_4467" #> #> $`clear cell renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`clear cell renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`clear cell renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`clear cell renal cell carcinoma`$children #> list() #> #> $`clear cell renal cell carcinoma`$value #> [1] "clear cell renal cell carcinoma" #> #> #> $`clear cell renal cell carcinoma` #> $`clear cell renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4467" #> #> $`clear cell renal cell carcinoma`$`_id` #> [1] "DOID_4467<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`clear cell renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`clear cell renal cell carcinoma`$publicGeneCount #> [1] 266 #> #> $`clear cell renal cell carcinoma`$urlId #> [1] "DOID_4467" #> #> $`clear cell renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`clear cell renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`clear cell renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`clear cell renal cell carcinoma`$children #> list() #> #> $`clear cell renal cell carcinoma`$value #> [1] "clear cell renal cell carcinoma" #> #> #> $`clear cell renal cell carcinoma` #> $`clear cell renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4467" #> #> $`clear cell renal cell carcinoma`$`_id` #> [1] "DOID_4467<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`clear cell renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`clear cell renal cell carcinoma`$publicGeneCount #> [1] 266 #> #> $`clear cell renal cell carcinoma`$urlId #> [1] "DOID_4467" #> #> $`clear cell renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`clear cell renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`clear cell renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`clear cell renal cell carcinoma`$children #> list() #> #> $`clear cell renal cell carcinoma`$value #> [1] "clear cell renal cell carcinoma" #> #> #> $`clear cell renal cell carcinoma` #> $`clear cell renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4467" #> #> $`clear cell renal cell carcinoma`$`_id` #> [1] "DOID_4467<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`clear cell renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`clear cell renal cell carcinoma`$publicGeneCount #> [1] 266 #> #> $`clear cell renal cell carcinoma`$urlId #> [1] "DOID_4467" #> #> $`clear cell renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`clear cell renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`clear cell renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`clear cell renal cell carcinoma`$children #> list() #> #> $`clear cell renal cell carcinoma`$value #> [1] "clear cell renal cell carcinoma" #> #> #> $`clear cell sarcoma` #> $`clear cell sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4233" #> #> $`clear cell sarcoma`$`_id` #> [1] "DOID_4233<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`clear cell sarcoma`$privateGeneCount #> [1] 0 #> #> $`clear cell sarcoma`$publicGeneCount #> [1] 1 #> #> $`clear cell sarcoma`$urlId #> [1] "DOID_4233" #> #> $`clear cell sarcoma`$dbPhenotype #> [1] TRUE #> #> $`clear cell sarcoma`$`_parent` #> [1] "DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`clear cell sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`clear cell sarcoma`$children #> list() #> #> $`clear cell sarcoma`$value #> [1] "clear cell sarcoma" #> #> #> $`cleft lip` #> $`cleft lip`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9296" #> #> $`cleft lip`$`_id` #> [1] "DOID_9296<DOID_0050567<DOID_0080015<DOID_4" #> #> $`cleft lip`$privateGeneCount #> [1] 0 #> #> $`cleft lip`$publicGeneCount #> [1] 29 #> #> $`cleft lip`$urlId #> [1] "DOID_9296" #> #> $`cleft lip`$dbPhenotype #> [1] TRUE #> #> $`cleft lip`$`_parent` #> [1] "DOID_0050567<DOID_0080015<DOID_4" #> #> $`cleft lip`$`_is_leaf` #> [1] TRUE #> #> $`cleft lip`$children #> list() #> #> $`cleft lip`$value #> [1] "cleft lip" #> #> #> $`cleft lip` #> $`cleft lip`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9296" #> #> $`cleft lip`$`_id` #> [1] "DOID_9296<DOID_0050567<DOID_225<DOID_4" #> #> $`cleft lip`$privateGeneCount #> [1] 0 #> #> $`cleft lip`$publicGeneCount #> [1] 29 #> #> $`cleft lip`$urlId #> [1] "DOID_9296" #> #> $`cleft lip`$dbPhenotype #> [1] TRUE #> #> $`cleft lip`$`_parent` #> [1] "DOID_0050567<DOID_225<DOID_4" #> #> $`cleft lip`$`_is_leaf` #> [1] TRUE #> #> $`cleft lip`$children #> list() #> #> $`cleft lip`$value #> [1] "cleft lip" #> #> #> $`cleft lip` #> $`cleft lip`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9296" #> #> $`cleft lip`$`_id` #> [1] "DOID_9296<DOID_9297<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`cleft lip`$privateGeneCount #> [1] 0 #> #> $`cleft lip`$publicGeneCount #> [1] 29 #> #> $`cleft lip`$urlId #> [1] "DOID_9296" #> #> $`cleft lip`$dbPhenotype #> [1] TRUE #> #> $`cleft lip`$`_parent` #> [1] "DOID_9297<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`cleft lip`$`_is_leaf` #> [1] TRUE #> #> $`cleft lip`$children #> list() #> #> $`cleft lip`$value #> [1] "cleft lip" #> #> #> $`cleft palate` #> $`cleft palate`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_674" #> #> $`cleft palate`$`_id` #> [1] "DOID_674<DOID_0050567<DOID_0080015<DOID_4" #> #> $`cleft palate`$privateGeneCount #> [1] 0 #> #> $`cleft palate`$publicGeneCount #> [1] 45 #> #> $`cleft palate`$urlId #> [1] "DOID_674" #> #> $`cleft palate`$dbPhenotype #> [1] TRUE #> #> $`cleft palate`$`_parent` #> [1] "DOID_0050567<DOID_0080015<DOID_4" #> #> $`cleft palate`$`_is_leaf` #> [1] TRUE #> #> $`cleft palate`$children #> list() #> #> $`cleft palate`$value #> [1] "cleft palate" #> #> #> $`cleft palate` #> $`cleft palate`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_674" #> #> $`cleft palate`$`_id` #> [1] "DOID_674<DOID_0050567<DOID_225<DOID_4" #> #> $`cleft palate`$privateGeneCount #> [1] 0 #> #> $`cleft palate`$publicGeneCount #> [1] 45 #> #> $`cleft palate`$urlId #> [1] "DOID_674" #> #> $`cleft palate`$dbPhenotype #> [1] TRUE #> #> $`cleft palate`$`_parent` #> [1] "DOID_0050567<DOID_225<DOID_4" #> #> $`cleft palate`$`_is_leaf` #> [1] TRUE #> #> $`cleft palate`$children #> list() #> #> $`cleft palate`$value #> [1] "cleft palate" #> #> #> $`cleidocranial dysplasia` #> $`cleidocranial dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13994" #> #> $`cleidocranial dysplasia`$`_id` #> [1] "DOID_13994<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`cleidocranial dysplasia`$privateGeneCount #> [1] 0 #> #> $`cleidocranial dysplasia`$publicGeneCount #> [1] 1 #> #> $`cleidocranial dysplasia`$urlId #> [1] "DOID_13994" #> #> $`cleidocranial dysplasia`$dbPhenotype #> [1] TRUE #> #> $`cleidocranial dysplasia`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`cleidocranial dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`cleidocranial dysplasia`$children #> list() #> #> $`cleidocranial dysplasia`$value #> [1] "cleidocranial dysplasia" #> #> #> $`cleidocranial dysplasia` #> $`cleidocranial dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13994" #> #> $`cleidocranial dysplasia`$`_id` #> [1] "DOID_13994<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`cleidocranial dysplasia`$privateGeneCount #> [1] 0 #> #> $`cleidocranial dysplasia`$publicGeneCount #> [1] 1 #> #> $`cleidocranial dysplasia`$urlId #> [1] "DOID_13994" #> #> $`cleidocranial dysplasia`$dbPhenotype #> [1] TRUE #> #> $`cleidocranial dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`cleidocranial dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`cleidocranial dysplasia`$children #> list() #> #> $`cleidocranial dysplasia`$value #> [1] "cleidocranial dysplasia" #> #> #> $`Clinical course` #> $`Clinical course`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031797" #> #> $`Clinical course`$`_id` #> [1] "HP_0031797<HP_0000001" #> #> $`Clinical course`$privateGeneCount #> [1] 0 #> #> $`Clinical course`$publicGeneCount #> [1] 40 #> #> $`Clinical course`$urlId #> [1] "HP_0031797" #> #> $`Clinical course`$dbPhenotype #> [1] FALSE #> #> $`Clinical course`$`_parent` #> [1] "HP_0000001" #> #> $`Clinical course`$`_is_leaf` #> [1] FALSE #> #> $`Clinical course`$children #> $`Clinical course`$children[[1]] #> [1] "HP_0040006<HP_0031797<HP_0000001" #> #> $`Clinical course`$children[[2]] #> [1] "HP_0003674<HP_0031797<HP_0000001" #> #> #> $`Clinical course`$value #> [1] "Clinical course" #> #> #> $clonorchiasis #> $clonorchiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13767" #> #> $clonorchiasis$`_id` #> [1] "DOID_13767<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $clonorchiasis$privateGeneCount #> [1] 0 #> #> $clonorchiasis$publicGeneCount #> [1] 2 #> #> $clonorchiasis$urlId #> [1] "DOID_13767" #> #> $clonorchiasis$dbPhenotype #> [1] TRUE #> #> $clonorchiasis$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $clonorchiasis$`_is_leaf` #> [1] TRUE #> #> $clonorchiasis$children #> list() #> #> $clonorchiasis$value #> [1] "clonorchiasis" #> #> #> $clonorchiasis #> $clonorchiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13767" #> #> $clonorchiasis$`_id` #> [1] "DOID_13767<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $clonorchiasis$privateGeneCount #> [1] 0 #> #> $clonorchiasis$publicGeneCount #> [1] 2 #> #> $clonorchiasis$urlId #> [1] "DOID_13767" #> #> $clonorchiasis$dbPhenotype #> [1] TRUE #> #> $clonorchiasis$`_parent` #> [1] "DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $clonorchiasis$`_is_leaf` #> [1] TRUE #> #> $clonorchiasis$children #> list() #> #> $clonorchiasis$value #> [1] "clonorchiasis" #> #> #> $`Clouston syndrome` #> $`Clouston syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14693" #> #> $`Clouston syndrome`$`_id` #> [1] "DOID_14693<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Clouston syndrome`$privateGeneCount #> [1] 0 #> #> $`Clouston syndrome`$publicGeneCount #> [1] 10 #> #> $`Clouston syndrome`$urlId #> [1] "DOID_14693" #> #> $`Clouston syndrome`$dbPhenotype #> [1] TRUE #> #> $`Clouston syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Clouston syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Clouston syndrome`$children #> list() #> #> $`Clouston syndrome`$value #> [1] "Clouston syndrome" #> #> #> $`Clouston syndrome` #> $`Clouston syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14693" #> #> $`Clouston syndrome`$`_id` #> [1] "DOID_14693<DOID_2121<DOID_225<DOID_4" #> #> $`Clouston syndrome`$privateGeneCount #> [1] 0 #> #> $`Clouston syndrome`$publicGeneCount #> [1] 10 #> #> $`Clouston syndrome`$urlId #> [1] "DOID_14693" #> #> $`Clouston syndrome`$dbPhenotype #> [1] TRUE #> #> $`Clouston syndrome`$`_parent` #> [1] "DOID_2121<DOID_225<DOID_4" #> #> $`Clouston syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Clouston syndrome`$children #> list() #> #> $`Clouston syndrome`$value #> [1] "Clouston syndrome" #> #> #> $Clubbing #> $Clubbing$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001217" #> #> $Clubbing$`_id` #> [1] "HP_0001217<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Clubbing$privateGeneCount #> [1] 0 #> #> $Clubbing$publicGeneCount #> [1] 1 #> #> $Clubbing$urlId #> [1] "HP_0001217" #> #> $Clubbing$dbPhenotype #> [1] TRUE #> #> $Clubbing$`_parent` #> [1] "HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Clubbing$`_is_leaf` #> [1] TRUE #> #> $Clubbing$children #> list() #> #> $Clubbing$value #> [1] "Clubbing" #> #> #> $Clubbing #> $Clubbing$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001217" #> #> $Clubbing$`_id` #> [1] "HP_0001217<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $Clubbing$privateGeneCount #> [1] 0 #> #> $Clubbing$publicGeneCount #> [1] 1 #> #> $Clubbing$urlId #> [1] "HP_0001217" #> #> $Clubbing$dbPhenotype #> [1] TRUE #> #> $Clubbing$`_parent` #> [1] "HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $Clubbing$`_is_leaf` #> [1] TRUE #> #> $Clubbing$children #> list() #> #> $Clubbing$value #> [1] "Clubbing" #> #> #> $Clubbing #> $Clubbing$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001217" #> #> $Clubbing$`_id` #> [1] "HP_0001217<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $Clubbing$privateGeneCount #> [1] 0 #> #> $Clubbing$publicGeneCount #> [1] 1 #> #> $Clubbing$urlId #> [1] "HP_0001217" #> #> $Clubbing$dbPhenotype #> [1] TRUE #> #> $Clubbing$`_parent` #> [1] "HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $Clubbing$`_is_leaf` #> [1] TRUE #> #> $Clubbing$children #> list() #> #> $Clubbing$value #> [1] "Clubbing" #> #> #> $clubfoot #> $clubfoot$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11836" #> #> $clubfoot$`_id` #> [1] "DOID_11836<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $clubfoot$privateGeneCount #> [1] 0 #> #> $clubfoot$publicGeneCount #> [1] 4 #> #> $clubfoot$urlId #> [1] "DOID_11836" #> #> $clubfoot$dbPhenotype #> [1] TRUE #> #> $clubfoot$`_parent` #> [1] "DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $clubfoot$`_is_leaf` #> [1] TRUE #> #> $clubfoot$children #> list() #> #> $clubfoot$value #> [1] "clubfoot" #> #> #> $`CNS hypomyelination` #> $`CNS hypomyelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003429" #> #> $`CNS hypomyelination`$`_id` #> [1] "HP_0003429<HP_0011400<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`CNS hypomyelination`$privateGeneCount #> [1] 0 #> #> $`CNS hypomyelination`$publicGeneCount #> [1] 1 #> #> $`CNS hypomyelination`$urlId #> [1] "HP_0003429" #> #> $`CNS hypomyelination`$dbPhenotype #> [1] TRUE #> #> $`CNS hypomyelination`$`_parent` #> [1] "HP_0011400<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`CNS hypomyelination`$`_is_leaf` #> [1] TRUE #> #> $`CNS hypomyelination`$children #> list() #> #> $`CNS hypomyelination`$value #> [1] "CNS hypomyelination" #> #> #> $`CNS hypomyelination` #> $`CNS hypomyelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003429" #> #> $`CNS hypomyelination`$`_id` #> [1] "HP_0003429<HP_0011400<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`CNS hypomyelination`$privateGeneCount #> [1] 0 #> #> $`CNS hypomyelination`$publicGeneCount #> [1] 1 #> #> $`CNS hypomyelination`$urlId #> [1] "HP_0003429" #> #> $`CNS hypomyelination`$dbPhenotype #> [1] TRUE #> #> $`CNS hypomyelination`$`_parent` #> [1] "HP_0011400<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`CNS hypomyelination`$`_is_leaf` #> [1] TRUE #> #> $`CNS hypomyelination`$children #> list() #> #> $`CNS hypomyelination`$value #> [1] "CNS hypomyelination" #> #> #> $`Coarctation of aorta` #> $`Coarctation of aorta`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001680" #> #> $`Coarctation of aorta`$`_id` #> [1] "HP_0001680<HP_0001679<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Coarctation of aorta`$privateGeneCount #> [1] 0 #> #> $`Coarctation of aorta`$publicGeneCount #> [1] 1 #> #> $`Coarctation of aorta`$urlId #> [1] "HP_0001680" #> #> $`Coarctation of aorta`$dbPhenotype #> [1] TRUE #> #> $`Coarctation of aorta`$`_parent` #> [1] "HP_0001679<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Coarctation of aorta`$`_is_leaf` #> [1] TRUE #> #> $`Coarctation of aorta`$children #> list() #> #> $`Coarctation of aorta`$value #> [1] "Coarctation of aorta" #> #> #> $`Coarctation of aorta` #> $`Coarctation of aorta`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001680" #> #> $`Coarctation of aorta`$`_id` #> [1] "HP_0001680<HP_0001679<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Coarctation of aorta`$privateGeneCount #> [1] 0 #> #> $`Coarctation of aorta`$publicGeneCount #> [1] 1 #> #> $`Coarctation of aorta`$urlId #> [1] "HP_0001680" #> #> $`Coarctation of aorta`$dbPhenotype #> [1] TRUE #> #> $`Coarctation of aorta`$`_parent` #> [1] "HP_0001679<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Coarctation of aorta`$`_is_leaf` #> [1] TRUE #> #> $`Coarctation of aorta`$children #> list() #> #> $`Coarctation of aorta`$value #> [1] "Coarctation of aorta" #> #> #> $`Coarctation of aorta` #> $`Coarctation of aorta`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001680" #> #> $`Coarctation of aorta`$`_id` #> [1] "HP_0001680<HP_0001679<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Coarctation of aorta`$privateGeneCount #> [1] 0 #> #> $`Coarctation of aorta`$publicGeneCount #> [1] 1 #> #> $`Coarctation of aorta`$urlId #> [1] "HP_0001680" #> #> $`Coarctation of aorta`$dbPhenotype #> [1] TRUE #> #> $`Coarctation of aorta`$`_parent` #> [1] "HP_0001679<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Coarctation of aorta`$`_is_leaf` #> [1] TRUE #> #> $`Coarctation of aorta`$children #> list() #> #> $`Coarctation of aorta`$value #> [1] "Coarctation of aorta" #> #> #> $`Coarctation of aorta` #> $`Coarctation of aorta`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001680" #> #> $`Coarctation of aorta`$`_id` #> [1] "HP_0001680<HP_0001679<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Coarctation of aorta`$privateGeneCount #> [1] 0 #> #> $`Coarctation of aorta`$publicGeneCount #> [1] 1 #> #> $`Coarctation of aorta`$urlId #> [1] "HP_0001680" #> #> $`Coarctation of aorta`$dbPhenotype #> [1] TRUE #> #> $`Coarctation of aorta`$`_parent` #> [1] "HP_0001679<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Coarctation of aorta`$`_is_leaf` #> [1] TRUE #> #> $`Coarctation of aorta`$children #> list() #> #> $`Coarctation of aorta`$value #> [1] "Coarctation of aorta" #> #> #> $`Coats disease` #> $`Coats disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7765" #> #> $`Coats disease`$`_id` #> [1] "DOID_7765<DOID_7736<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Coats disease`$privateGeneCount #> [1] 0 #> #> $`Coats disease`$publicGeneCount #> [1] 4 #> #> $`Coats disease`$urlId #> [1] "DOID_7765" #> #> $`Coats disease`$dbPhenotype #> [1] TRUE #> #> $`Coats disease`$`_parent` #> [1] "DOID_7736<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Coats disease`$`_is_leaf` #> [1] TRUE #> #> $`Coats disease`$children #> list() #> #> $`Coats disease`$value #> [1] "Coats disease" #> #> #> $`Coats disease` #> $`Coats disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7765" #> #> $`Coats disease`$`_id` #> [1] "DOID_7765<DOID_7736<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Coats disease`$privateGeneCount #> [1] 0 #> #> $`Coats disease`$publicGeneCount #> [1] 4 #> #> $`Coats disease`$urlId #> [1] "DOID_7765" #> #> $`Coats disease`$dbPhenotype #> [1] TRUE #> #> $`Coats disease`$`_parent` #> [1] "DOID_7736<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Coats disease`$`_is_leaf` #> [1] TRUE #> #> $`Coats disease`$children #> list() #> #> $`Coats disease`$value #> [1] "Coats disease" #> #> #> $`cocaine abuse` #> $`cocaine abuse`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_809" #> #> $`cocaine abuse`$`_id` #> [1] "DOID_809<DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`cocaine abuse`$privateGeneCount #> [1] 0 #> #> $`cocaine abuse`$publicGeneCount #> [1] 100 #> #> $`cocaine abuse`$urlId #> [1] "DOID_809" #> #> $`cocaine abuse`$dbPhenotype #> [1] TRUE #> #> $`cocaine abuse`$`_parent` #> [1] "DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`cocaine abuse`$`_is_leaf` #> [1] TRUE #> #> $`cocaine abuse`$children #> list() #> #> $`cocaine abuse`$value #> [1] "cocaine abuse" #> #> #> $`cocaine dependence` #> $`cocaine dependence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9975" #> #> $`cocaine dependence`$`_id` #> [1] "DOID_9975<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`cocaine dependence`$privateGeneCount #> [1] 0 #> #> $`cocaine dependence`$publicGeneCount #> [1] 100 #> #> $`cocaine dependence`$urlId #> [1] "DOID_9975" #> #> $`cocaine dependence`$dbPhenotype #> [1] TRUE #> #> $`cocaine dependence`$`_parent` #> [1] "DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`cocaine dependence`$`_is_leaf` #> [1] TRUE #> #> $`cocaine dependence`$children #> list() #> #> $`cocaine dependence`$value #> [1] "cocaine dependence" #> #> #> $coccidioidomycosis #> $coccidioidomycosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13450" #> #> $coccidioidomycosis$`_id` #> [1] "DOID_13450<DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $coccidioidomycosis$privateGeneCount #> [1] 0 #> #> $coccidioidomycosis$publicGeneCount #> [1] 1 #> #> $coccidioidomycosis$urlId #> [1] "DOID_13450" #> #> $coccidioidomycosis$dbPhenotype #> [1] TRUE #> #> $coccidioidomycosis$`_parent` #> [1] "DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $coccidioidomycosis$`_is_leaf` #> [1] TRUE #> #> $coccidioidomycosis$children #> list() #> #> $coccidioidomycosis$value #> [1] "coccidioidomycosis" #> #> #> $coccidiosis #> $coccidiosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2113" #> #> $coccidiosis$`_id` #> [1] "DOID_2113<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $coccidiosis$privateGeneCount #> [1] 0 #> #> $coccidiosis$publicGeneCount #> [1] 2 #> #> $coccidiosis$urlId #> [1] "DOID_2113" #> #> $coccidiosis$dbPhenotype #> [1] FALSE #> #> $coccidiosis$`_parent` #> [1] "DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $coccidiosis$`_is_leaf` #> [1] FALSE #> #> $coccidiosis$children #> $coccidiosis$children[[1]] #> [1] "DOID_9965<DOID_2113<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> #> $coccidiosis$value #> [1] "coccidiosis" #> #> #> $`cochlear disease` #> $`cochlear disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5463" #> #> $`cochlear disease`$`_id` #> [1] "DOID_5463<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cochlear disease`$privateGeneCount #> [1] 0 #> #> $`cochlear disease`$publicGeneCount #> [1] 2 #> #> $`cochlear disease`$urlId #> [1] "DOID_5463" #> #> $`cochlear disease`$dbPhenotype #> [1] TRUE #> #> $`cochlear disease`$`_parent` #> [1] "DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cochlear disease`$`_is_leaf` #> [1] TRUE #> #> $`cochlear disease`$children #> list() #> #> $`cochlear disease`$value #> [1] "cochlear disease" #> #> #> $`Cockayne syndrome` #> $`Cockayne syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2962" #> #> $`Cockayne syndrome`$`_id` #> [1] "DOID_2962<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Cockayne syndrome`$privateGeneCount #> [1] 0 #> #> $`Cockayne syndrome`$publicGeneCount #> [1] 2 #> #> $`Cockayne syndrome`$urlId #> [1] "DOID_2962" #> #> $`Cockayne syndrome`$dbPhenotype #> [1] TRUE #> #> $`Cockayne syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Cockayne syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Cockayne syndrome`$children #> list() #> #> $`Cockayne syndrome`$value #> [1] "Cockayne syndrome" #> #> #> $`Cockayne syndrome` #> $`Cockayne syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2962" #> #> $`Cockayne syndrome`$`_id` #> [1] "DOID_2962<DOID_225<DOID_4" #> #> $`Cockayne syndrome`$privateGeneCount #> [1] 0 #> #> $`Cockayne syndrome`$publicGeneCount #> [1] 2 #> #> $`Cockayne syndrome`$urlId #> [1] "DOID_2962" #> #> $`Cockayne syndrome`$dbPhenotype #> [1] TRUE #> #> $`Cockayne syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Cockayne syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Cockayne syndrome`$children #> list() #> #> $`Cockayne syndrome`$value #> [1] "Cockayne syndrome" #> #> #> $`coenzyme Q10 deficiency disease` #> $`coenzyme Q10 deficiency disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050730" #> #> $`coenzyme Q10 deficiency disease`$`_id` #> [1] "DOID_0050730<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`coenzyme Q10 deficiency disease`$privateGeneCount #> [1] 0 #> #> $`coenzyme Q10 deficiency disease`$publicGeneCount #> [1] 8 #> #> $`coenzyme Q10 deficiency disease`$urlId #> [1] "DOID_0050730" #> #> $`coenzyme Q10 deficiency disease`$dbPhenotype #> [1] TRUE #> #> $`coenzyme Q10 deficiency disease`$`_parent` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`coenzyme Q10 deficiency disease`$`_is_leaf` #> [1] TRUE #> #> $`coenzyme Q10 deficiency disease`$children #> list() #> #> $`coenzyme Q10 deficiency disease`$value #> [1] "coenzyme Q10 deficiency disease" #> #> #> $`Coffin-Lowry syndrome` #> $`Coffin-Lowry syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3783" #> #> $`Coffin-Lowry syndrome`$`_id` #> [1] "DOID_3783<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Coffin-Lowry syndrome`$privateGeneCount #> [1] 0 #> #> $`Coffin-Lowry syndrome`$publicGeneCount #> [1] 1 #> #> $`Coffin-Lowry syndrome`$urlId #> [1] "DOID_3783" #> #> $`Coffin-Lowry syndrome`$dbPhenotype #> [1] TRUE #> #> $`Coffin-Lowry syndrome`$`_parent` #> [1] "DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Coffin-Lowry syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Coffin-Lowry syndrome`$children #> list() #> #> $`Coffin-Lowry syndrome`$value #> [1] "Coffin-Lowry syndrome" #> #> #> $`Coffin-Lowry syndrome` #> $`Coffin-Lowry syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3783" #> #> $`Coffin-Lowry syndrome`$`_id` #> [1] "DOID_3783<DOID_225<DOID_4" #> #> $`Coffin-Lowry syndrome`$privateGeneCount #> [1] 0 #> #> $`Coffin-Lowry syndrome`$publicGeneCount #> [1] 1 #> #> $`Coffin-Lowry syndrome`$urlId #> [1] "DOID_3783" #> #> $`Coffin-Lowry syndrome`$dbPhenotype #> [1] TRUE #> #> $`Coffin-Lowry syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Coffin-Lowry syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Coffin-Lowry syndrome`$children #> list() #> #> $`Coffin-Lowry syndrome`$value #> [1] "Coffin-Lowry syndrome" #> #> #> $`Coffin-Siris syndrome` #> $`Coffin-Siris syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1925" #> #> $`Coffin-Siris syndrome`$`_id` #> [1] "DOID_1925<DOID_0060307<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Coffin-Siris syndrome`$privateGeneCount #> [1] 0 #> #> $`Coffin-Siris syndrome`$publicGeneCount #> [1] 6 #> #> $`Coffin-Siris syndrome`$urlId #> [1] "DOID_1925" #> #> $`Coffin-Siris syndrome`$dbPhenotype #> [1] TRUE #> #> $`Coffin-Siris syndrome`$`_parent` #> [1] "DOID_0060307<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Coffin-Siris syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Coffin-Siris syndrome`$children #> list() #> #> $`Coffin-Siris syndrome`$value #> [1] "Coffin-Siris syndrome" #> #> #> $`Coffin-Siris syndrome` #> $`Coffin-Siris syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1925" #> #> $`Coffin-Siris syndrome`$`_id` #> [1] "DOID_1925<DOID_0060307<DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Coffin-Siris syndrome`$privateGeneCount #> [1] 0 #> #> $`Coffin-Siris syndrome`$publicGeneCount #> [1] 6 #> #> $`Coffin-Siris syndrome`$urlId #> [1] "DOID_1925" #> #> $`Coffin-Siris syndrome`$dbPhenotype #> [1] TRUE #> #> $`Coffin-Siris syndrome`$`_parent` #> [1] "DOID_0060307<DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Coffin-Siris syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Coffin-Siris syndrome`$children #> list() #> #> $`Coffin-Siris syndrome`$value #> [1] "Coffin-Siris syndrome" #> #> #> $`Coffin-Siris syndrome` #> $`Coffin-Siris syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1925" #> #> $`Coffin-Siris syndrome`$`_id` #> [1] "DOID_1925<DOID_225<DOID_4" #> #> $`Coffin-Siris syndrome`$privateGeneCount #> [1] 0 #> #> $`Coffin-Siris syndrome`$publicGeneCount #> [1] 6 #> #> $`Coffin-Siris syndrome`$urlId #> [1] "DOID_1925" #> #> $`Coffin-Siris syndrome`$dbPhenotype #> [1] TRUE #> #> $`Coffin-Siris syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Coffin-Siris syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Coffin-Siris syndrome`$children #> list() #> #> $`Coffin-Siris syndrome`$value #> [1] "Coffin-Siris syndrome" #> #> #> $`cognitive disorder` #> $`cognitive disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1561" #> #> $`cognitive disorder`$`_id` #> [1] "DOID_1561<DOID_150<DOID_4" #> #> $`cognitive disorder`$privateGeneCount #> [1] 0 #> #> $`cognitive disorder`$publicGeneCount #> [1] 556 #> #> $`cognitive disorder`$urlId #> [1] "DOID_1561" #> #> $`cognitive disorder`$dbPhenotype #> [1] TRUE #> #> $`cognitive disorder`$`_parent` #> [1] "DOID_150<DOID_4" #> #> $`cognitive disorder`$`_is_leaf` #> [1] FALSE #> #> $`cognitive disorder`$children #> $`cognitive disorder`$children[[1]] #> [1] "DOID_10914<DOID_1561<DOID_150<DOID_4" #> #> $`cognitive disorder`$children[[2]] #> [1] "DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`cognitive disorder`$children[[3]] #> [1] "DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> $`cognitive disorder`$children[[4]] #> [1] "DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`cognitive disorder`$children[[5]] #> [1] "DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> #> $`cognitive disorder`$value #> [1] "cognitive disorder" #> #> #> $`Cognitive impairment` #> $`Cognitive impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100543" #> #> $`Cognitive impairment`$`_id` #> [1] "HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cognitive impairment`$privateGeneCount #> [1] 0 #> #> $`Cognitive impairment`$publicGeneCount #> [1] 13 #> #> $`Cognitive impairment`$urlId #> [1] "HP_0100543" #> #> $`Cognitive impairment`$dbPhenotype #> [1] TRUE #> #> $`Cognitive impairment`$`_parent` #> [1] "HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cognitive impairment`$`_is_leaf` #> [1] FALSE #> #> $`Cognitive impairment`$children #> $`Cognitive impairment`$children[[1]] #> [1] "HP_0002354<HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cognitive impairment`$children[[2]] #> [1] "HP_0001268<HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Cognitive impairment`$value #> [1] "Cognitive impairment" #> #> #> $`cold-induced sweating syndrome` #> $`cold-induced sweating syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060294" #> #> $`cold-induced sweating syndrome`$`_id` #> [1] "DOID_0060294<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`cold-induced sweating syndrome`$privateGeneCount #> [1] 0 #> #> $`cold-induced sweating syndrome`$publicGeneCount #> [1] 2 #> #> $`cold-induced sweating syndrome`$urlId #> [1] "DOID_0060294" #> #> $`cold-induced sweating syndrome`$dbPhenotype #> [1] TRUE #> #> $`cold-induced sweating syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`cold-induced sweating syndrome`$`_is_leaf` #> [1] TRUE #> #> $`cold-induced sweating syndrome`$children #> list() #> #> $`cold-induced sweating syndrome`$value #> [1] "cold-induced sweating syndrome" #> #> #> $`cold-induced sweating syndrome` #> $`cold-induced sweating syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060294" #> #> $`cold-induced sweating syndrome`$`_id` #> [1] "DOID_0060294<DOID_225<DOID_4" #> #> $`cold-induced sweating syndrome`$privateGeneCount #> [1] 0 #> #> $`cold-induced sweating syndrome`$publicGeneCount #> [1] 2 #> #> $`cold-induced sweating syndrome`$urlId #> [1] "DOID_0060294" #> #> $`cold-induced sweating syndrome`$dbPhenotype #> [1] TRUE #> #> $`cold-induced sweating syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`cold-induced sweating syndrome`$`_is_leaf` #> [1] TRUE #> #> $`cold-induced sweating syndrome`$children #> list() #> #> $`cold-induced sweating syndrome`$value #> [1] "cold-induced sweating syndrome" #> #> #> $`Cole-Carpenter syndrome` #> $`Cole-Carpenter syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060438" #> #> $`Cole-Carpenter syndrome`$`_id` #> [1] "DOID_0060438<DOID_12347<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Cole-Carpenter syndrome`$privateGeneCount #> [1] 0 #> #> $`Cole-Carpenter syndrome`$publicGeneCount #> [1] 2 #> #> $`Cole-Carpenter syndrome`$urlId #> [1] "DOID_0060438" #> #> $`Cole-Carpenter syndrome`$dbPhenotype #> [1] TRUE #> #> $`Cole-Carpenter syndrome`$`_parent` #> [1] "DOID_12347<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Cole-Carpenter syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Cole-Carpenter syndrome`$children #> list() #> #> $`Cole-Carpenter syndrome`$value #> [1] "Cole-Carpenter syndrome" #> #> #> $colitis #> $colitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060180" #> #> $colitis$`_id` #> [1] "DOID_0060180<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $colitis$privateGeneCount #> [1] 0 #> #> $colitis$publicGeneCount #> [1] 110 #> #> $colitis$urlId #> [1] "DOID_0060180" #> #> $colitis$dbPhenotype #> [1] FALSE #> #> $colitis$`_parent` #> [1] "DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $colitis$`_is_leaf` #> [1] FALSE #> #> $colitis$children #> $colitis$children[[1]] #> [1] "DOID_0060181<DOID_0060180<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $colitis$children[[2]] #> [1] "DOID_8577<DOID_0060180<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $colitis$value #> [1] "colitis" #> #> #> $Colitis #> $Colitis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002583" #> #> $Colitis$`_id` #> [1] "HP_0002583<HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Colitis$privateGeneCount #> [1] 0 #> #> $Colitis$publicGeneCount #> [1] 29 #> #> $Colitis$urlId #> [1] "HP_0002583" #> #> $Colitis$dbPhenotype #> [1] TRUE #> #> $Colitis$`_parent` #> [1] "HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Colitis$`_is_leaf` #> [1] FALSE #> #> $Colitis$children #> $Colitis$children[[1]] #> [1] "HP_0100282<HP_0002583<HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $Colitis$value #> [1] "Colitis" #> #> #> $Colitis #> $Colitis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002583" #> #> $Colitis$`_id` #> [1] "HP_0002583<HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Colitis$privateGeneCount #> [1] 0 #> #> $Colitis$publicGeneCount #> [1] 29 #> #> $Colitis$urlId #> [1] "HP_0002583" #> #> $Colitis$dbPhenotype #> [1] TRUE #> #> $Colitis$`_parent` #> [1] "HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Colitis$`_is_leaf` #> [1] FALSE #> #> $Colitis$children #> $Colitis$children[[1]] #> [1] "HP_0100282<HP_0002583<HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $Colitis$value #> [1] "Colitis" #> #> #> $`collagen disease` #> $`collagen disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_854" #> #> $`collagen disease`$`_id` #> [1] "DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`collagen disease`$privateGeneCount #> [1] 0 #> #> $`collagen disease`$publicGeneCount #> [1] 56 #> #> $`collagen disease`$urlId #> [1] "DOID_854" #> #> $`collagen disease`$dbPhenotype #> [1] TRUE #> #> $`collagen disease`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`collagen disease`$`_is_leaf` #> [1] FALSE #> #> $`collagen disease`$children #> $`collagen disease`$children[[1]] #> [1] "DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`collagen disease`$children[[2]] #> [1] "DOID_3492<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`collagen disease`$children[[3]] #> [1] "DOID_853<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`collagen disease`$value #> [1] "collagen disease" #> #> #> $`collecting duct carcinoma` #> $`collecting duct carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4464" #> #> $`collecting duct carcinoma`$`_id` #> [1] "DOID_4464<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`collecting duct carcinoma`$privateGeneCount #> [1] 0 #> #> $`collecting duct carcinoma`$publicGeneCount #> [1] 259 #> #> $`collecting duct carcinoma`$urlId #> [1] "DOID_4464" #> #> $`collecting duct carcinoma`$dbPhenotype #> [1] TRUE #> #> $`collecting duct carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`collecting duct carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`collecting duct carcinoma`$children #> list() #> #> $`collecting duct carcinoma`$value #> [1] "collecting duct carcinoma" #> #> #> $`collecting duct carcinoma` #> $`collecting duct carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4464" #> #> $`collecting duct carcinoma`$`_id` #> [1] "DOID_4464<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`collecting duct carcinoma`$privateGeneCount #> [1] 0 #> #> $`collecting duct carcinoma`$publicGeneCount #> [1] 259 #> #> $`collecting duct carcinoma`$urlId #> [1] "DOID_4464" #> #> $`collecting duct carcinoma`$dbPhenotype #> [1] TRUE #> #> $`collecting duct carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`collecting duct carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`collecting duct carcinoma`$children #> list() #> #> $`collecting duct carcinoma`$value #> [1] "collecting duct carcinoma" #> #> #> $`collecting duct carcinoma` #> $`collecting duct carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4464" #> #> $`collecting duct carcinoma`$`_id` #> [1] "DOID_4464<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`collecting duct carcinoma`$privateGeneCount #> [1] 0 #> #> $`collecting duct carcinoma`$publicGeneCount #> [1] 259 #> #> $`collecting duct carcinoma`$urlId #> [1] "DOID_4464" #> #> $`collecting duct carcinoma`$dbPhenotype #> [1] TRUE #> #> $`collecting duct carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`collecting duct carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`collecting duct carcinoma`$children #> list() #> #> $`collecting duct carcinoma`$value #> [1] "collecting duct carcinoma" #> #> #> $`collecting duct carcinoma` #> $`collecting duct carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4464" #> #> $`collecting duct carcinoma`$`_id` #> [1] "DOID_4464<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`collecting duct carcinoma`$privateGeneCount #> [1] 0 #> #> $`collecting duct carcinoma`$publicGeneCount #> [1] 259 #> #> $`collecting duct carcinoma`$urlId #> [1] "DOID_4464" #> #> $`collecting duct carcinoma`$dbPhenotype #> [1] TRUE #> #> $`collecting duct carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`collecting duct carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`collecting duct carcinoma`$children #> list() #> #> $`collecting duct carcinoma`$value #> [1] "collecting duct carcinoma" #> #> #> $coloboma #> $coloboma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12270" #> #> $coloboma$`_id` #> [1] "DOID_12270<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $coloboma$privateGeneCount #> [1] 0 #> #> $coloboma$publicGeneCount #> [1] 12 #> #> $coloboma$urlId #> [1] "DOID_12270" #> #> $coloboma$dbPhenotype #> [1] TRUE #> #> $coloboma$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $coloboma$`_is_leaf` #> [1] TRUE #> #> $coloboma$children #> list() #> #> $coloboma$value #> [1] "coloboma" #> #> #> $Coloboma #> $Coloboma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000589" #> #> $Coloboma$`_id` #> [1] "HP_0000589<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $Coloboma$privateGeneCount #> [1] 0 #> #> $Coloboma$publicGeneCount #> [1] 1 #> #> $Coloboma$urlId #> [1] "HP_0000589" #> #> $Coloboma$dbPhenotype #> [1] TRUE #> #> $Coloboma$`_parent` #> [1] "HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $Coloboma$`_is_leaf` #> [1] TRUE #> #> $Coloboma$children #> list() #> #> $Coloboma$value #> [1] "Coloboma" #> #> #> $`coloboma of optic nerve` #> $`coloboma of optic nerve`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11975" #> #> $`coloboma of optic nerve`$`_id` #> [1] "DOID_11975<DOID_1393<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`coloboma of optic nerve`$privateGeneCount #> [1] 0 #> #> $`coloboma of optic nerve`$publicGeneCount #> [1] 1 #> #> $`coloboma of optic nerve`$urlId #> [1] "DOID_11975" #> #> $`coloboma of optic nerve`$dbPhenotype #> [1] TRUE #> #> $`coloboma of optic nerve`$`_parent` #> [1] "DOID_1393<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`coloboma of optic nerve`$`_is_leaf` #> [1] TRUE #> #> $`coloboma of optic nerve`$children #> list() #> #> $`coloboma of optic nerve`$value #> [1] "coloboma of optic nerve" #> #> #> $`colon cancer` #> $`colon cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_219" #> #> $`colon cancer`$`_id` #> [1] "DOID_219<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colon cancer`$privateGeneCount #> [1] 0 #> #> $`colon cancer`$publicGeneCount #> [1] 179 #> #> $`colon cancer`$urlId #> [1] "DOID_219" #> #> $`colon cancer`$dbPhenotype #> [1] TRUE #> #> $`colon cancer`$`_parent` #> [1] "DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colon cancer`$`_is_leaf` #> [1] FALSE #> #> $`colon cancer`$children #> $`colon cancer`$children[[1]] #> [1] "DOID_1520<DOID_219<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`colon cancer`$value #> [1] "colon cancer" #> #> #> $`colon cancer` #> $`colon cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_219" #> #> $`colon cancer`$`_id` #> [1] "DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`colon cancer`$privateGeneCount #> [1] 0 #> #> $`colon cancer`$publicGeneCount #> [1] 179 #> #> $`colon cancer`$urlId #> [1] "DOID_219" #> #> $`colon cancer`$dbPhenotype #> [1] TRUE #> #> $`colon cancer`$`_parent` #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`colon cancer`$`_is_leaf` #> [1] FALSE #> #> $`colon cancer`$children #> $`colon cancer`$children[[1]] #> [1] "DOID_1520<DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`colon cancer`$value #> [1] "colon cancer" #> #> #> $`colon cancer` #> $`colon cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_219" #> #> $`colon cancer`$`_id` #> [1] "DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`colon cancer`$privateGeneCount #> [1] 0 #> #> $`colon cancer`$publicGeneCount #> [1] 179 #> #> $`colon cancer`$urlId #> [1] "DOID_219" #> #> $`colon cancer`$dbPhenotype #> [1] TRUE #> #> $`colon cancer`$`_parent` #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`colon cancer`$`_is_leaf` #> [1] FALSE #> #> $`colon cancer`$children #> $`colon cancer`$children[[1]] #> [1] "DOID_1520<DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`colon cancer`$value #> [1] "colon cancer" #> #> #> $`colon cancer` #> $`colon cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_219" #> #> $`colon cancer`$`_id` #> [1] "DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colon cancer`$privateGeneCount #> [1] 0 #> #> $`colon cancer`$publicGeneCount #> [1] 179 #> #> $`colon cancer`$urlId #> [1] "DOID_219" #> #> $`colon cancer`$dbPhenotype #> [1] TRUE #> #> $`colon cancer`$`_parent` #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colon cancer`$`_is_leaf` #> [1] FALSE #> #> $`colon cancer`$children #> $`colon cancer`$children[[1]] #> [1] "DOID_1520<DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`colon cancer`$value #> [1] "colon cancer" #> #> #> $`colon carcinoma` #> $`colon carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1520" #> #> $`colon carcinoma`$`_id` #> [1] "DOID_1520<DOID_219<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colon carcinoma`$privateGeneCount #> [1] 0 #> #> $`colon carcinoma`$publicGeneCount #> [1] 26 #> #> $`colon carcinoma`$urlId #> [1] "DOID_1520" #> #> $`colon carcinoma`$dbPhenotype #> [1] TRUE #> #> $`colon carcinoma`$`_parent` #> [1] "DOID_219<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colon carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`colon carcinoma`$children #> list() #> #> $`colon carcinoma`$value #> [1] "colon carcinoma" #> #> #> $`colon carcinoma` #> $`colon carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1520" #> #> $`colon carcinoma`$`_id` #> [1] "DOID_1520<DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`colon carcinoma`$privateGeneCount #> [1] 0 #> #> $`colon carcinoma`$publicGeneCount #> [1] 26 #> #> $`colon carcinoma`$urlId #> [1] "DOID_1520" #> #> $`colon carcinoma`$dbPhenotype #> [1] TRUE #> #> $`colon carcinoma`$`_parent` #> [1] "DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`colon carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`colon carcinoma`$children #> list() #> #> $`colon carcinoma`$value #> [1] "colon carcinoma" #> #> #> $`colon carcinoma` #> $`colon carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1520" #> #> $`colon carcinoma`$`_id` #> [1] "DOID_1520<DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`colon carcinoma`$privateGeneCount #> [1] 0 #> #> $`colon carcinoma`$publicGeneCount #> [1] 26 #> #> $`colon carcinoma`$urlId #> [1] "DOID_1520" #> #> $`colon carcinoma`$dbPhenotype #> [1] TRUE #> #> $`colon carcinoma`$`_parent` #> [1] "DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`colon carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`colon carcinoma`$children #> list() #> #> $`colon carcinoma`$value #> [1] "colon carcinoma" #> #> #> $`colon carcinoma` #> $`colon carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1520" #> #> $`colon carcinoma`$`_id` #> [1] "DOID_1520<DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colon carcinoma`$privateGeneCount #> [1] 0 #> #> $`colon carcinoma`$publicGeneCount #> [1] 26 #> #> $`colon carcinoma`$urlId #> [1] "DOID_1520" #> #> $`colon carcinoma`$dbPhenotype #> [1] TRUE #> #> $`colon carcinoma`$`_parent` #> [1] "DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colon carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`colon carcinoma`$children #> list() #> #> $`colon carcinoma`$value #> [1] "colon carcinoma" #> #> #> $`colon carcinoma` #> $`colon carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1520" #> #> $`colon carcinoma`$`_id` #> [1] "DOID_1520<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`colon carcinoma`$privateGeneCount #> [1] 0 #> #> $`colon carcinoma`$publicGeneCount #> [1] 26 #> #> $`colon carcinoma`$urlId #> [1] "DOID_1520" #> #> $`colon carcinoma`$dbPhenotype #> [1] TRUE #> #> $`colon carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`colon carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`colon carcinoma`$children #> list() #> #> $`colon carcinoma`$value #> [1] "colon carcinoma" #> #> #> $`colonic benign neoplasm` #> $`colonic benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_235" #> #> $`colonic benign neoplasm`$`_id` #> [1] "DOID_235<DOID_1475<DOID_60006<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`colonic benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`colonic benign neoplasm`$publicGeneCount #> [1] 161 #> #> $`colonic benign neoplasm`$urlId #> [1] "DOID_235" #> #> $`colonic benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`colonic benign neoplasm`$`_parent` #> [1] "DOID_1475<DOID_60006<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`colonic benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`colonic benign neoplasm`$children #> list() #> #> $`colonic benign neoplasm`$value #> [1] "colonic benign neoplasm" #> #> #> $`colonic benign neoplasm` #> $`colonic benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_235" #> #> $`colonic benign neoplasm`$`_id` #> [1] "DOID_235<DOID_1475<DOID_60006<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`colonic benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`colonic benign neoplasm`$publicGeneCount #> [1] 161 #> #> $`colonic benign neoplasm`$urlId #> [1] "DOID_235" #> #> $`colonic benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`colonic benign neoplasm`$`_parent` #> [1] "DOID_1475<DOID_60006<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`colonic benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`colonic benign neoplasm`$children #> list() #> #> $`colonic benign neoplasm`$value #> [1] "colonic benign neoplasm" #> #> #> $`colonic benign neoplasm` #> $`colonic benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_235" #> #> $`colonic benign neoplasm`$`_id` #> [1] "DOID_235<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`colonic benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`colonic benign neoplasm`$publicGeneCount #> [1] 161 #> #> $`colonic benign neoplasm`$urlId #> [1] "DOID_235" #> #> $`colonic benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`colonic benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`colonic benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`colonic benign neoplasm`$children #> list() #> #> $`colonic benign neoplasm`$value #> [1] "colonic benign neoplasm" #> #> #> $`colonic benign neoplasm` #> $`colonic benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_235" #> #> $`colonic benign neoplasm`$`_id` #> [1] "DOID_235<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`colonic benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`colonic benign neoplasm`$publicGeneCount #> [1] 161 #> #> $`colonic benign neoplasm`$urlId #> [1] "DOID_235" #> #> $`colonic benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`colonic benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`colonic benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`colonic benign neoplasm`$children #> list() #> #> $`colonic benign neoplasm`$value #> [1] "colonic benign neoplasm" #> #> #> $`colonic benign neoplasm` #> $`colonic benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_235" #> #> $`colonic benign neoplasm`$`_id` #> [1] "DOID_235<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colonic benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`colonic benign neoplasm`$publicGeneCount #> [1] 161 #> #> $`colonic benign neoplasm`$urlId #> [1] "DOID_235" #> #> $`colonic benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`colonic benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colonic benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`colonic benign neoplasm`$children #> list() #> #> $`colonic benign neoplasm`$value #> [1] "colonic benign neoplasm" #> #> #> $`colonic benign neoplasm` #> $`colonic benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_235" #> #> $`colonic benign neoplasm`$`_id` #> [1] "DOID_235<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colonic benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`colonic benign neoplasm`$publicGeneCount #> [1] 161 #> #> $`colonic benign neoplasm`$urlId #> [1] "DOID_235" #> #> $`colonic benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`colonic benign neoplasm`$`_parent` #> [1] "DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colonic benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`colonic benign neoplasm`$children #> list() #> #> $`colonic benign neoplasm`$value #> [1] "colonic benign neoplasm" #> #> #> $`colonic disease` #> $`colonic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5353" #> #> $`colonic disease`$`_id` #> [1] "DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colonic disease`$privateGeneCount #> [1] 0 #> #> $`colonic disease`$publicGeneCount #> [1] 193 #> #> $`colonic disease`$urlId #> [1] "DOID_5353" #> #> $`colonic disease`$dbPhenotype #> [1] TRUE #> #> $`colonic disease`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colonic disease`$`_is_leaf` #> [1] FALSE #> #> $`colonic disease`$children #> $`colonic disease`$children[[1]] #> [1] "DOID_219<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colonic disease`$children[[2]] #> [1] "DOID_235<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colonic disease`$children[[3]] #> [1] "DOID_11372<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colonic disease`$children[[4]] #> [1] "DOID_1897<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`colonic disease`$value #> [1] "colonic disease" #> #> #> $`color blindness` #> $`color blindness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13399" #> #> $`color blindness`$`_id` #> [1] "DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`color blindness`$privateGeneCount #> [1] 0 #> #> $`color blindness`$publicGeneCount #> [1] 9 #> #> $`color blindness`$urlId #> [1] "DOID_13399" #> #> $`color blindness`$dbPhenotype #> [1] TRUE #> #> $`color blindness`$`_parent` #> [1] "DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`color blindness`$`_is_leaf` #> [1] FALSE #> #> $`color blindness`$children #> $`color blindness`$children[[1]] #> [1] "DOID_13911<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`color blindness`$children[[2]] #> [1] "DOID_13912<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`color blindness`$children[[3]] #> [1] "DOID_11661<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`color blindness`$children[[4]] #> [1] "DOID_13910<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`color blindness`$children[[5]] #> [1] "DOID_13909<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`color blindness`$value #> [1] "color blindness" #> #> #> $`colorectal cancer` #> $`colorectal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9256" #> #> $`colorectal cancer`$`_id` #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`colorectal cancer`$privateGeneCount #> [1] 0 #> #> $`colorectal cancer`$publicGeneCount #> [1] 417 #> #> $`colorectal cancer`$urlId #> [1] "DOID_9256" #> #> $`colorectal cancer`$dbPhenotype #> [1] TRUE #> #> $`colorectal cancer`$`_parent` #> [1] "DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`colorectal cancer`$`_is_leaf` #> [1] FALSE #> #> $`colorectal cancer`$children #> $`colorectal cancer`$children[[1]] #> [1] "DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`colorectal cancer`$children[[2]] #> [1] "DOID_1993<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`colorectal cancer`$value #> [1] "colorectal cancer" #> #> #> $`colorectal cancer` #> $`colorectal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9256" #> #> $`colorectal cancer`$`_id` #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`colorectal cancer`$privateGeneCount #> [1] 0 #> #> $`colorectal cancer`$publicGeneCount #> [1] 417 #> #> $`colorectal cancer`$urlId #> [1] "DOID_9256" #> #> $`colorectal cancer`$dbPhenotype #> [1] TRUE #> #> $`colorectal cancer`$`_parent` #> [1] "DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`colorectal cancer`$`_is_leaf` #> [1] FALSE #> #> $`colorectal cancer`$children #> $`colorectal cancer`$children[[1]] #> [1] "DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`colorectal cancer`$children[[2]] #> [1] "DOID_1993<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`colorectal cancer`$value #> [1] "colorectal cancer" #> #> #> $`colorectal cancer` #> $`colorectal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9256" #> #> $`colorectal cancer`$`_id` #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colorectal cancer`$privateGeneCount #> [1] 0 #> #> $`colorectal cancer`$publicGeneCount #> [1] 417 #> #> $`colorectal cancer`$urlId #> [1] "DOID_9256" #> #> $`colorectal cancer`$dbPhenotype #> [1] TRUE #> #> $`colorectal cancer`$`_parent` #> [1] "DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colorectal cancer`$`_is_leaf` #> [1] FALSE #> #> $`colorectal cancer`$children #> $`colorectal cancer`$children[[1]] #> [1] "DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colorectal cancer`$children[[2]] #> [1] "DOID_1993<DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`colorectal cancer`$value #> [1] "colorectal cancer" #> #> #> $Coma #> $Coma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001259" #> #> $Coma$`_id` #> [1] "HP_0001259<HP_0004372<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Coma$privateGeneCount #> [1] 0 #> #> $Coma$publicGeneCount #> [1] 5 #> #> $Coma$urlId #> [1] "HP_0001259" #> #> $Coma$dbPhenotype #> [1] TRUE #> #> $Coma$`_parent` #> [1] "HP_0004372<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Coma$`_is_leaf` #> [1] TRUE #> #> $Coma$children #> list() #> #> $Coma$value #> [1] "Coma" #> #> #> $`combined oxidative phosphorylation deficiency` #> $`combined oxidative phosphorylation deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060286" #> #> $`combined oxidative phosphorylation deficiency`$`_id` #> [1] "DOID_0060286<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`combined oxidative phosphorylation deficiency`$privateGeneCount #> [1] 0 #> #> $`combined oxidative phosphorylation deficiency`$publicGeneCount #> [1] 28 #> #> $`combined oxidative phosphorylation deficiency`$urlId #> [1] "DOID_0060286" #> #> $`combined oxidative phosphorylation deficiency`$dbPhenotype #> [1] TRUE #> #> $`combined oxidative phosphorylation deficiency`$`_parent` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`combined oxidative phosphorylation deficiency`$`_is_leaf` #> [1] TRUE #> #> $`combined oxidative phosphorylation deficiency`$children #> list() #> #> $`combined oxidative phosphorylation deficiency`$value #> [1] "combined oxidative phosphorylation deficiency" #> #> #> $`combined T cell and B cell immunodeficiency` #> $`combined T cell and B cell immunodeficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_628" #> #> $`combined T cell and B cell immunodeficiency`$`_id` #> [1] "DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`combined T cell and B cell immunodeficiency`$privateGeneCount #> [1] 0 #> #> $`combined T cell and B cell immunodeficiency`$publicGeneCount #> [1] 28 #> #> $`combined T cell and B cell immunodeficiency`$urlId #> [1] "DOID_628" #> #> $`combined T cell and B cell immunodeficiency`$dbPhenotype #> [1] TRUE #> #> $`combined T cell and B cell immunodeficiency`$`_parent` #> [1] "DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`combined T cell and B cell immunodeficiency`$`_is_leaf` #> [1] FALSE #> #> $`combined T cell and B cell immunodeficiency`$children #> $`combined T cell and B cell immunodeficiency`$children[[1]] #> [1] "DOID_0060021<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`combined T cell and B cell immunodeficiency`$children[[2]] #> [1] "DOID_6612<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`combined T cell and B cell immunodeficiency`$children[[3]] #> [1] "DOID_5813<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`combined T cell and B cell immunodeficiency`$children[[4]] #> [1] "DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`combined T cell and B cell immunodeficiency`$value #> [1] "combined T cell and B cell immunodeficiency" #> #> #> $`commensal bacterial infectious disease` #> $`commensal bacterial infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050339" #> #> $`commensal bacterial infectious disease`$`_id` #> [1] "DOID_0050339<DOID_104<DOID_0050117<DOID_4" #> #> $`commensal bacterial infectious disease`$privateGeneCount #> [1] 0 #> #> $`commensal bacterial infectious disease`$publicGeneCount #> [1] 20 #> #> $`commensal bacterial infectious disease`$urlId #> [1] "DOID_0050339" #> #> $`commensal bacterial infectious disease`$dbPhenotype #> [1] FALSE #> #> $`commensal bacterial infectious disease`$`_parent` #> [1] "DOID_104<DOID_0050117<DOID_4" #> #> $`commensal bacterial infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`commensal bacterial infectious disease`$children #> $`commensal bacterial infectious disease`$children[[1]] #> [1] "DOID_14115<DOID_0050339<DOID_104<DOID_0050117<DOID_4" #> #> $`commensal bacterial infectious disease`$children[[2]] #> [1] "DOID_11265<DOID_0050339<DOID_104<DOID_0050117<DOID_4" #> #> #> $`commensal bacterial infectious disease`$value #> [1] "commensal bacterial infectious disease" #> #> #> $`common bile duct disease` #> $`common bile duct disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4137" #> #> $`common bile duct disease`$`_id` #> [1] "DOID_4137<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`common bile duct disease`$privateGeneCount #> [1] 0 #> #> $`common bile duct disease`$publicGeneCount #> [1] 1 #> #> $`common bile duct disease`$urlId #> [1] "DOID_4137" #> #> $`common bile duct disease`$dbPhenotype #> [1] FALSE #> #> $`common bile duct disease`$`_parent` #> [1] "DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`common bile duct disease`$`_is_leaf` #> [1] FALSE #> #> $`common bile duct disease`$children #> $`common bile duct disease`$children[[1]] #> [1] "DOID_11755<DOID_4137<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`common bile duct disease`$value #> [1] "common bile duct disease" #> #> #> $`common bile duct neoplasm` #> $`common bile duct neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4608" #> #> $`common bile duct neoplasm`$`_id` #> [1] "DOID_4608<DOID_0050625<DOID_3117<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`common bile duct neoplasm`$privateGeneCount #> [1] 0 #> #> $`common bile duct neoplasm`$publicGeneCount #> [1] 8 #> #> $`common bile duct neoplasm`$urlId #> [1] "DOID_4608" #> #> $`common bile duct neoplasm`$dbPhenotype #> [1] TRUE #> #> $`common bile duct neoplasm`$`_parent` #> [1] "DOID_0050625<DOID_3117<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`common bile duct neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`common bile duct neoplasm`$children #> list() #> #> $`common bile duct neoplasm`$value #> [1] "common bile duct neoplasm" #> #> #> $`common bile duct neoplasm` #> $`common bile duct neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4608" #> #> $`common bile duct neoplasm`$`_id` #> [1] "DOID_4608<DOID_0050625<DOID_3117<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`common bile duct neoplasm`$privateGeneCount #> [1] 0 #> #> $`common bile duct neoplasm`$publicGeneCount #> [1] 8 #> #> $`common bile duct neoplasm`$urlId #> [1] "DOID_4608" #> #> $`common bile duct neoplasm`$dbPhenotype #> [1] TRUE #> #> $`common bile duct neoplasm`$`_parent` #> [1] "DOID_0050625<DOID_3117<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`common bile duct neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`common bile duct neoplasm`$children #> list() #> #> $`common bile duct neoplasm`$value #> [1] "common bile duct neoplasm" #> #> #> $`common bile duct neoplasm` #> $`common bile duct neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4608" #> #> $`common bile duct neoplasm`$`_id` #> [1] "DOID_4608<DOID_0050625<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`common bile duct neoplasm`$privateGeneCount #> [1] 0 #> #> $`common bile duct neoplasm`$publicGeneCount #> [1] 8 #> #> $`common bile duct neoplasm`$urlId #> [1] "DOID_4608" #> #> $`common bile duct neoplasm`$dbPhenotype #> [1] TRUE #> #> $`common bile duct neoplasm`$`_parent` #> [1] "DOID_0050625<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`common bile duct neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`common bile duct neoplasm`$children #> list() #> #> $`common bile duct neoplasm`$value #> [1] "common bile duct neoplasm" #> #> #> $`common cold` #> $`common cold`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10459" #> #> $`common cold`$`_id` #> [1] "DOID_10459<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`common cold`$privateGeneCount #> [1] 0 #> #> $`common cold`$publicGeneCount #> [1] 11 #> #> $`common cold`$urlId #> [1] "DOID_10459" #> #> $`common cold`$dbPhenotype #> [1] TRUE #> #> $`common cold`$`_parent` #> [1] "DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`common cold`$`_is_leaf` #> [1] TRUE #> #> $`common cold`$children #> list() #> #> $`common cold`$value #> [1] "common cold" #> #> #> $`common variable immunodeficiency` #> $`common variable immunodeficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12177" #> #> $`common variable immunodeficiency`$`_id` #> [1] "DOID_12177<DOID_2583<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`common variable immunodeficiency`$privateGeneCount #> [1] 0 #> #> $`common variable immunodeficiency`$publicGeneCount #> [1] 17 #> #> $`common variable immunodeficiency`$urlId #> [1] "DOID_12177" #> #> $`common variable immunodeficiency`$dbPhenotype #> [1] TRUE #> #> $`common variable immunodeficiency`$`_parent` #> [1] "DOID_2583<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`common variable immunodeficiency`$`_is_leaf` #> [1] TRUE #> #> $`common variable immunodeficiency`$children #> list() #> #> $`common variable immunodeficiency`$value #> [1] "common variable immunodeficiency" #> #> #> $`common wart` #> $`common wart`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11165" #> #> $`common wart`$`_id` #> [1] "DOID_11165<DOID_934<DOID_0050117<DOID_4" #> #> $`common wart`$privateGeneCount #> [1] 0 #> #> $`common wart`$publicGeneCount #> [1] 3 #> #> $`common wart`$urlId #> [1] "DOID_11165" #> #> $`common wart`$dbPhenotype #> [1] TRUE #> #> $`common wart`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`common wart`$`_is_leaf` #> [1] TRUE #> #> $`common wart`$children #> list() #> #> $`common wart`$value #> [1] "common wart" #> #> #> $`communicating hydrocephalus` #> $`communicating hydrocephalus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1573" #> #> $`communicating hydrocephalus`$`_id` #> [1] "DOID_1573<DOID_10908<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`communicating hydrocephalus`$privateGeneCount #> [1] 0 #> #> $`communicating hydrocephalus`$publicGeneCount #> [1] 10 #> #> $`communicating hydrocephalus`$urlId #> [1] "DOID_1573" #> #> $`communicating hydrocephalus`$dbPhenotype #> [1] TRUE #> #> $`communicating hydrocephalus`$`_parent` #> [1] "DOID_10908<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`communicating hydrocephalus`$`_is_leaf` #> [1] TRUE #> #> $`communicating hydrocephalus`$children #> list() #> #> $`communicating hydrocephalus`$value #> [1] "communicating hydrocephalus" #> #> #> $`communication disorder` #> $`communication disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2033" #> #> $`communication disorder`$`_id` #> [1] "DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`communication disorder`$privateGeneCount #> [1] 0 #> #> $`communication disorder`$publicGeneCount #> [1] 29 #> #> $`communication disorder`$urlId #> [1] "DOID_2033" #> #> $`communication disorder`$dbPhenotype #> [1] FALSE #> #> $`communication disorder`$`_parent` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`communication disorder`$`_is_leaf` #> [1] FALSE #> #> $`communication disorder`$children #> $`communication disorder`$children[[1]] #> [1] "DOID_4090<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`communication disorder`$children[[2]] #> [1] "DOID_93<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`communication disorder`$children[[3]] #> [1] "DOID_92<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`communication disorder`$value #> [1] "communication disorder" #> #> #> $`compartment syndrome` #> $`compartment syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_682" #> #> $`compartment syndrome`$`_id` #> [1] "DOID_682<DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`compartment syndrome`$privateGeneCount #> [1] 0 #> #> $`compartment syndrome`$publicGeneCount #> [1] 1 #> #> $`compartment syndrome`$urlId #> [1] "DOID_682" #> #> $`compartment syndrome`$dbPhenotype #> [1] TRUE #> #> $`compartment syndrome`$`_parent` #> [1] "DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`compartment syndrome`$`_is_leaf` #> [1] TRUE #> #> $`compartment syndrome`$children #> list() #> #> $`compartment syndrome`$value #> [1] "compartment syndrome" #> #> #> $`complement component 2 deficiency` #> $`complement component 2 deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060295" #> #> $`complement component 2 deficiency`$`_id` #> [1] "DOID_0060295<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 2 deficiency`$privateGeneCount #> [1] 0 #> #> $`complement component 2 deficiency`$publicGeneCount #> [1] 1 #> #> $`complement component 2 deficiency`$urlId #> [1] "DOID_0060295" #> #> $`complement component 2 deficiency`$dbPhenotype #> [1] TRUE #> #> $`complement component 2 deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 2 deficiency`$`_is_leaf` #> [1] TRUE #> #> $`complement component 2 deficiency`$children #> list() #> #> $`complement component 2 deficiency`$value #> [1] "complement component 2 deficiency" #> #> #> $`complement component 3 deficiency` #> $`complement component 3 deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8354" #> #> $`complement component 3 deficiency`$`_id` #> [1] "DOID_8354<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 3 deficiency`$privateGeneCount #> [1] 0 #> #> $`complement component 3 deficiency`$publicGeneCount #> [1] 1 #> #> $`complement component 3 deficiency`$urlId #> [1] "DOID_8354" #> #> $`complement component 3 deficiency`$dbPhenotype #> [1] TRUE #> #> $`complement component 3 deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 3 deficiency`$`_is_leaf` #> [1] TRUE #> #> $`complement component 3 deficiency`$children #> list() #> #> $`complement component 3 deficiency`$value #> [1] "complement component 3 deficiency" #> #> #> $`complement component 4a deficiency` #> $`complement component 4a deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060297" #> #> $`complement component 4a deficiency`$`_id` #> [1] "DOID_0060297<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 4a deficiency`$privateGeneCount #> [1] 0 #> #> $`complement component 4a deficiency`$publicGeneCount #> [1] 1 #> #> $`complement component 4a deficiency`$urlId #> [1] "DOID_0060297" #> #> $`complement component 4a deficiency`$dbPhenotype #> [1] TRUE #> #> $`complement component 4a deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 4a deficiency`$`_is_leaf` #> [1] TRUE #> #> $`complement component 4a deficiency`$children #> list() #> #> $`complement component 4a deficiency`$value #> [1] "complement component 4a deficiency" #> #> #> $`complement component 4b deficiency` #> $`complement component 4b deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060298" #> #> $`complement component 4b deficiency`$`_id` #> [1] "DOID_0060298<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 4b deficiency`$privateGeneCount #> [1] 0 #> #> $`complement component 4b deficiency`$publicGeneCount #> [1] 1 #> #> $`complement component 4b deficiency`$urlId #> [1] "DOID_0060298" #> #> $`complement component 4b deficiency`$dbPhenotype #> [1] TRUE #> #> $`complement component 4b deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 4b deficiency`$`_is_leaf` #> [1] TRUE #> #> $`complement component 4b deficiency`$children #> list() #> #> $`complement component 4b deficiency`$value #> [1] "complement component 4b deficiency" #> #> #> $`complement component 5 deficiency` #> $`complement component 5 deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8158" #> #> $`complement component 5 deficiency`$`_id` #> [1] "DOID_8158<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 5 deficiency`$privateGeneCount #> [1] 0 #> #> $`complement component 5 deficiency`$publicGeneCount #> [1] 1 #> #> $`complement component 5 deficiency`$urlId #> [1] "DOID_8158" #> #> $`complement component 5 deficiency`$dbPhenotype #> [1] TRUE #> #> $`complement component 5 deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 5 deficiency`$`_is_leaf` #> [1] TRUE #> #> $`complement component 5 deficiency`$children #> list() #> #> $`complement component 5 deficiency`$value #> [1] "complement component 5 deficiency" #> #> #> $`complement component 6 deficiency` #> $`complement component 6 deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060299" #> #> $`complement component 6 deficiency`$`_id` #> [1] "DOID_0060299<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 6 deficiency`$privateGeneCount #> [1] 0 #> #> $`complement component 6 deficiency`$publicGeneCount #> [1] 1 #> #> $`complement component 6 deficiency`$urlId #> [1] "DOID_0060299" #> #> $`complement component 6 deficiency`$dbPhenotype #> [1] TRUE #> #> $`complement component 6 deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 6 deficiency`$`_is_leaf` #> [1] TRUE #> #> $`complement component 6 deficiency`$children #> list() #> #> $`complement component 6 deficiency`$value #> [1] "complement component 6 deficiency" #> #> #> $`complement component 7 deficiency` #> $`complement component 7 deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060300" #> #> $`complement component 7 deficiency`$`_id` #> [1] "DOID_0060300<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 7 deficiency`$privateGeneCount #> [1] 0 #> #> $`complement component 7 deficiency`$publicGeneCount #> [1] 1 #> #> $`complement component 7 deficiency`$urlId #> [1] "DOID_0060300" #> #> $`complement component 7 deficiency`$dbPhenotype #> [1] TRUE #> #> $`complement component 7 deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 7 deficiency`$`_is_leaf` #> [1] TRUE #> #> $`complement component 7 deficiency`$children #> list() #> #> $`complement component 7 deficiency`$value #> [1] "complement component 7 deficiency" #> #> #> $`complement component 9 deficiency` #> $`complement component 9 deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060303" #> #> $`complement component 9 deficiency`$`_id` #> [1] "DOID_0060303<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 9 deficiency`$privateGeneCount #> [1] 0 #> #> $`complement component 9 deficiency`$publicGeneCount #> [1] 1 #> #> $`complement component 9 deficiency`$urlId #> [1] "DOID_0060303" #> #> $`complement component 9 deficiency`$dbPhenotype #> [1] TRUE #> #> $`complement component 9 deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 9 deficiency`$`_is_leaf` #> [1] TRUE #> #> $`complement component 9 deficiency`$children #> list() #> #> $`complement component 9 deficiency`$value #> [1] "complement component 9 deficiency" #> #> #> $`complement deficiency` #> $`complement deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_626" #> #> $`complement deficiency`$`_id` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$privateGeneCount #> [1] 0 #> #> $`complement deficiency`$publicGeneCount #> [1] 11 #> #> $`complement deficiency`$urlId #> [1] "DOID_626" #> #> $`complement deficiency`$dbPhenotype #> [1] FALSE #> #> $`complement deficiency`$`_parent` #> [1] "DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$`_is_leaf` #> [1] FALSE #> #> $`complement deficiency`$children #> $`complement deficiency`$children[[1]] #> [1] "DOID_0060295<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$children[[2]] #> [1] "DOID_8354<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$children[[3]] #> [1] "DOID_0060297<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$children[[4]] #> [1] "DOID_0060298<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$children[[5]] #> [1] "DOID_8158<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$children[[6]] #> [1] "DOID_0060299<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$children[[7]] #> [1] "DOID_0060300<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$children[[8]] #> [1] "DOID_0060303<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$children[[9]] #> [1] "DOID_0050419<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$children[[10]] #> [1] "DOID_0060301<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$children[[11]] #> [1] "DOID_0060302<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`complement deficiency`$value #> [1] "complement deficiency" #> #> #> $`complement factor I deficiency` #> $`complement factor I deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050419" #> #> $`complement factor I deficiency`$`_id` #> [1] "DOID_0050419<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement factor I deficiency`$privateGeneCount #> [1] 0 #> #> $`complement factor I deficiency`$publicGeneCount #> [1] 1 #> #> $`complement factor I deficiency`$urlId #> [1] "DOID_0050419" #> #> $`complement factor I deficiency`$dbPhenotype #> [1] TRUE #> #> $`complement factor I deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement factor I deficiency`$`_is_leaf` #> [1] TRUE #> #> $`complement factor I deficiency`$children #> list() #> #> $`complement factor I deficiency`$value #> [1] "complement factor I deficiency" #> #> #> $`complete generalized lipodystrophy` #> $`complete generalized lipodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080298" #> #> $`complete generalized lipodystrophy`$`_id` #> [1] "DOID_0080298<DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`complete generalized lipodystrophy`$privateGeneCount #> [1] 0 #> #> $`complete generalized lipodystrophy`$publicGeneCount #> [1] 4 #> #> $`complete generalized lipodystrophy`$urlId #> [1] "DOID_0080298" #> #> $`complete generalized lipodystrophy`$dbPhenotype #> [1] FALSE #> #> $`complete generalized lipodystrophy`$`_parent` #> [1] "DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`complete generalized lipodystrophy`$`_is_leaf` #> [1] FALSE #> #> $`complete generalized lipodystrophy`$children #> $`complete generalized lipodystrophy`$children[[1]] #> [1] "DOID_0050585<DOID_0080298<DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`complete generalized lipodystrophy`$value #> [1] "complete generalized lipodystrophy" #> #> #> $`complex partial epilepsy` #> $`complex partial epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12382" #> #> $`complex partial epilepsy`$`_id` #> [1] "DOID_12382<DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`complex partial epilepsy`$privateGeneCount #> [1] 0 #> #> $`complex partial epilepsy`$publicGeneCount #> [1] 1 #> #> $`complex partial epilepsy`$urlId #> [1] "DOID_12382" #> #> $`complex partial epilepsy`$dbPhenotype #> [1] TRUE #> #> $`complex partial epilepsy`$`_parent` #> [1] "DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`complex partial epilepsy`$`_is_leaf` #> [1] TRUE #> #> $`complex partial epilepsy`$children #> list() #> #> $`complex partial epilepsy`$value #> [1] "complex partial epilepsy" #> #> #> $`Compton-North congenital myopathy` #> $`Compton-North congenital myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080101" #> #> $`Compton-North congenital myopathy`$`_id` #> [1] "DOID_0080101<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Compton-North congenital myopathy`$privateGeneCount #> [1] 0 #> #> $`Compton-North congenital myopathy`$publicGeneCount #> [1] 1 #> #> $`Compton-North congenital myopathy`$urlId #> [1] "DOID_0080101" #> #> $`Compton-North congenital myopathy`$dbPhenotype #> [1] TRUE #> #> $`Compton-North congenital myopathy`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Compton-North congenital myopathy`$`_is_leaf` #> [1] TRUE #> #> $`Compton-North congenital myopathy`$children #> list() #> #> $`Compton-North congenital myopathy`$value #> [1] "Compton-North congenital myopathy" #> #> #> $`Compton-North congenital myopathy` #> $`Compton-North congenital myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080101" #> #> $`Compton-North congenital myopathy`$`_id` #> [1] "DOID_0080101<DOID_0080100<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Compton-North congenital myopathy`$privateGeneCount #> [1] 0 #> #> $`Compton-North congenital myopathy`$publicGeneCount #> [1] 1 #> #> $`Compton-North congenital myopathy`$urlId #> [1] "DOID_0080101" #> #> $`Compton-North congenital myopathy`$dbPhenotype #> [1] TRUE #> #> $`Compton-North congenital myopathy`$`_parent` #> [1] "DOID_0080100<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Compton-North congenital myopathy`$`_is_leaf` #> [1] TRUE #> #> $`Compton-North congenital myopathy`$children #> list() #> #> $`Compton-North congenital myopathy`$value #> [1] "Compton-North congenital myopathy" #> #> #> $`conduct disorder` #> $`conduct disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12995" #> #> $`conduct disorder`$`_id` #> [1] "DOID_12995<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`conduct disorder`$privateGeneCount #> [1] 0 #> #> $`conduct disorder`$publicGeneCount #> [1] 17 #> #> $`conduct disorder`$urlId #> [1] "DOID_12995" #> #> $`conduct disorder`$dbPhenotype #> [1] TRUE #> #> $`conduct disorder`$`_parent` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`conduct disorder`$`_is_leaf` #> [1] TRUE #> #> $`conduct disorder`$children #> list() #> #> $`conduct disorder`$value #> [1] "conduct disorder" #> #> #> $`Conductive hearing impairment` #> $`Conductive hearing impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000405" #> #> $`Conductive hearing impairment`$`_id` #> [1] "HP_0000405<HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Conductive hearing impairment`$privateGeneCount #> [1] 0 #> #> $`Conductive hearing impairment`$publicGeneCount #> [1] 1 #> #> $`Conductive hearing impairment`$urlId #> [1] "HP_0000405" #> #> $`Conductive hearing impairment`$dbPhenotype #> [1] TRUE #> #> $`Conductive hearing impairment`$`_parent` #> [1] "HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Conductive hearing impairment`$`_is_leaf` #> [1] TRUE #> #> $`Conductive hearing impairment`$children #> list() #> #> $`Conductive hearing impairment`$value #> [1] "Conductive hearing impairment" #> #> #> $`Conductive hearing impairment` #> $`Conductive hearing impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000405" #> #> $`Conductive hearing impairment`$`_id` #> [1] "HP_0000405<HP_0011452<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Conductive hearing impairment`$privateGeneCount #> [1] 0 #> #> $`Conductive hearing impairment`$publicGeneCount #> [1] 1 #> #> $`Conductive hearing impairment`$urlId #> [1] "HP_0000405" #> #> $`Conductive hearing impairment`$dbPhenotype #> [1] TRUE #> #> $`Conductive hearing impairment`$`_parent` #> [1] "HP_0011452<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Conductive hearing impairment`$`_is_leaf` #> [1] TRUE #> #> $`Conductive hearing impairment`$children #> list() #> #> $`Conductive hearing impairment`$value #> [1] "Conductive hearing impairment" #> #> #> $`cone dystrophy` #> $`cone dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050795" #> #> $`cone dystrophy`$`_id` #> [1] "DOID_0050795<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cone dystrophy`$privateGeneCount #> [1] 0 #> #> $`cone dystrophy`$publicGeneCount #> [1] 4 #> #> $`cone dystrophy`$urlId #> [1] "DOID_0050795" #> #> $`cone dystrophy`$dbPhenotype #> [1] TRUE #> #> $`cone dystrophy`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cone dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`cone dystrophy`$children #> list() #> #> $`cone dystrophy`$value #> [1] "cone dystrophy" #> #> #> $`cone-rod dystrophy` #> $`cone-rod dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050572" #> #> $`cone-rod dystrophy`$`_id` #> [1] "DOID_0050572<DOID_0050177<DOID_630<DOID_4" #> #> $`cone-rod dystrophy`$privateGeneCount #> [1] 0 #> #> $`cone-rod dystrophy`$publicGeneCount #> [1] 20 #> #> $`cone-rod dystrophy`$urlId #> [1] "DOID_0050572" #> #> $`cone-rod dystrophy`$dbPhenotype #> [1] TRUE #> #> $`cone-rod dystrophy`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`cone-rod dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`cone-rod dystrophy`$children #> list() #> #> $`cone-rod dystrophy`$value #> [1] "cone-rod dystrophy" #> #> #> $`cone-rod dystrophy` #> $`cone-rod dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050572" #> #> $`cone-rod dystrophy`$`_id` #> [1] "DOID_0050572<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cone-rod dystrophy`$privateGeneCount #> [1] 0 #> #> $`cone-rod dystrophy`$publicGeneCount #> [1] 20 #> #> $`cone-rod dystrophy`$urlId #> [1] "DOID_0050572" #> #> $`cone-rod dystrophy`$dbPhenotype #> [1] TRUE #> #> $`cone-rod dystrophy`$`_parent` #> [1] "DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cone-rod dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`cone-rod dystrophy`$children #> list() #> #> $`cone-rod dystrophy`$value #> [1] "cone-rod dystrophy" #> #> #> $`cone-rod dystrophy` #> $`cone-rod dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050572" #> #> $`cone-rod dystrophy`$`_id` #> [1] "DOID_0050572<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cone-rod dystrophy`$privateGeneCount #> [1] 0 #> #> $`cone-rod dystrophy`$publicGeneCount #> [1] 20 #> #> $`cone-rod dystrophy`$urlId #> [1] "DOID_0050572" #> #> $`cone-rod dystrophy`$dbPhenotype #> [1] TRUE #> #> $`cone-rod dystrophy`$`_parent` #> [1] "DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cone-rod dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`cone-rod dystrophy`$children #> list() #> #> $`cone-rod dystrophy`$value #> [1] "cone-rod dystrophy" #> #> #> $`congenital adrenal hyperplasia` #> $`congenital adrenal hyperplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050811" #> #> $`congenital adrenal hyperplasia`$`_id` #> [1] "DOID_0050811<DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital adrenal hyperplasia`$privateGeneCount #> [1] 0 #> #> $`congenital adrenal hyperplasia`$publicGeneCount #> [1] 5 #> #> $`congenital adrenal hyperplasia`$urlId #> [1] "DOID_0050811" #> #> $`congenital adrenal hyperplasia`$dbPhenotype #> [1] TRUE #> #> $`congenital adrenal hyperplasia`$`_parent` #> [1] "DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital adrenal hyperplasia`$`_is_leaf` #> [1] TRUE #> #> $`congenital adrenal hyperplasia`$children #> list() #> #> $`congenital adrenal hyperplasia`$value #> [1] "congenital adrenal hyperplasia" #> #> #> $`congenital adrenal insufficiency` #> $`congenital adrenal insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050546" #> #> $`congenital adrenal insufficiency`$`_id` #> [1] "DOID_0050546<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital adrenal insufficiency`$privateGeneCount #> [1] 0 #> #> $`congenital adrenal insufficiency`$publicGeneCount #> [1] 1 #> #> $`congenital adrenal insufficiency`$urlId #> [1] "DOID_0050546" #> #> $`congenital adrenal insufficiency`$dbPhenotype #> [1] TRUE #> #> $`congenital adrenal insufficiency`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital adrenal insufficiency`$`_is_leaf` #> [1] TRUE #> #> $`congenital adrenal insufficiency`$children #> list() #> #> $`congenital adrenal insufficiency`$value #> [1] "congenital adrenal insufficiency" #> #> #> $`congenital adrenal insufficiency` #> $`congenital adrenal insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050546" #> #> $`congenital adrenal insufficiency`$`_id` #> [1] "DOID_0050546<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital adrenal insufficiency`$privateGeneCount #> [1] 0 #> #> $`congenital adrenal insufficiency`$publicGeneCount #> [1] 1 #> #> $`congenital adrenal insufficiency`$urlId #> [1] "DOID_0050546" #> #> $`congenital adrenal insufficiency`$dbPhenotype #> [1] TRUE #> #> $`congenital adrenal insufficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital adrenal insufficiency`$`_is_leaf` #> [1] TRUE #> #> $`congenital adrenal insufficiency`$children #> list() #> #> $`congenital adrenal insufficiency`$value #> [1] "congenital adrenal insufficiency" #> #> #> $`congenital adrenal insufficiency` #> $`congenital adrenal insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050546" #> #> $`congenital adrenal insufficiency`$`_id` #> [1] "DOID_0050546<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`congenital adrenal insufficiency`$privateGeneCount #> [1] 0 #> #> $`congenital adrenal insufficiency`$publicGeneCount #> [1] 1 #> #> $`congenital adrenal insufficiency`$urlId #> [1] "DOID_0050546" #> #> $`congenital adrenal insufficiency`$dbPhenotype #> [1] TRUE #> #> $`congenital adrenal insufficiency`$`_parent` #> [1] "DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`congenital adrenal insufficiency`$`_is_leaf` #> [1] TRUE #> #> $`congenital adrenal insufficiency`$children #> list() #> #> $`congenital adrenal insufficiency`$value #> [1] "congenital adrenal insufficiency" #> #> #> $`congenital afibrinogenemia` #> $`congenital afibrinogenemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2236" #> #> $`congenital afibrinogenemia`$`_id` #> [1] "DOID_2236<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital afibrinogenemia`$privateGeneCount #> [1] 0 #> #> $`congenital afibrinogenemia`$publicGeneCount #> [1] 4 #> #> $`congenital afibrinogenemia`$urlId #> [1] "DOID_2236" #> #> $`congenital afibrinogenemia`$dbPhenotype #> [1] TRUE #> #> $`congenital afibrinogenemia`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital afibrinogenemia`$`_is_leaf` #> [1] TRUE #> #> $`congenital afibrinogenemia`$children #> list() #> #> $`congenital afibrinogenemia`$value #> [1] "congenital afibrinogenemia" #> #> #> $`congenital afibrinogenemia` #> $`congenital afibrinogenemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2236" #> #> $`congenital afibrinogenemia`$`_id` #> [1] "DOID_2236<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`congenital afibrinogenemia`$privateGeneCount #> [1] 0 #> #> $`congenital afibrinogenemia`$publicGeneCount #> [1] 4 #> #> $`congenital afibrinogenemia`$urlId #> [1] "DOID_2236" #> #> $`congenital afibrinogenemia`$dbPhenotype #> [1] TRUE #> #> $`congenital afibrinogenemia`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`congenital afibrinogenemia`$`_is_leaf` #> [1] TRUE #> #> $`congenital afibrinogenemia`$children #> list() #> #> $`congenital afibrinogenemia`$value #> [1] "congenital afibrinogenemia" #> #> #> $`congenital aphakia` #> $`congenital aphakia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11367" #> #> $`congenital aphakia`$`_id` #> [1] "DOID_11367<DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`congenital aphakia`$privateGeneCount #> [1] 0 #> #> $`congenital aphakia`$publicGeneCount #> [1] 1 #> #> $`congenital aphakia`$urlId #> [1] "DOID_11367" #> #> $`congenital aphakia`$dbPhenotype #> [1] TRUE #> #> $`congenital aphakia`$`_parent` #> [1] "DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`congenital aphakia`$`_is_leaf` #> [1] TRUE #> #> $`congenital aphakia`$children #> list() #> #> $`congenital aphakia`$value #> [1] "congenital aphakia" #> #> #> $`congenital bile acid synthesis defect` #> $`congenital bile acid synthesis defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050674" #> #> $`congenital bile acid synthesis defect`$`_id` #> [1] "DOID_0050674<DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital bile acid synthesis defect`$privateGeneCount #> [1] 0 #> #> $`congenital bile acid synthesis defect`$publicGeneCount #> [1] 5 #> #> $`congenital bile acid synthesis defect`$urlId #> [1] "DOID_0050674" #> #> $`congenital bile acid synthesis defect`$dbPhenotype #> [1] TRUE #> #> $`congenital bile acid synthesis defect`$`_parent` #> [1] "DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital bile acid synthesis defect`$`_is_leaf` #> [1] TRUE #> #> $`congenital bile acid synthesis defect`$children #> list() #> #> $`congenital bile acid synthesis defect`$value #> [1] "congenital bile acid synthesis defect" #> #> #> $`Congenital contracture` #> $`Congenital contracture`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002803" #> #> $`Congenital contracture`$`_id` #> [1] "HP_0002803<HP_0001371<HP_0003549<HP_0000118<HP_0000001" #> #> $`Congenital contracture`$privateGeneCount #> [1] 0 #> #> $`Congenital contracture`$publicGeneCount #> [1] 7 #> #> $`Congenital contracture`$urlId #> [1] "HP_0002803" #> #> $`Congenital contracture`$dbPhenotype #> [1] FALSE #> #> $`Congenital contracture`$`_parent` #> [1] "HP_0001371<HP_0003549<HP_0000118<HP_0000001" #> #> $`Congenital contracture`$`_is_leaf` #> [1] FALSE #> #> $`Congenital contracture`$children #> $`Congenital contracture`$children[[1]] #> [1] "HP_0002804<HP_0002803<HP_0001371<HP_0003549<HP_0000118<HP_0000001" #> #> #> $`Congenital contracture`$value #> [1] "Congenital contracture" #> #> #> $`Congenital contracture` #> $`Congenital contracture`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002803" #> #> $`Congenital contracture`$`_id` #> [1] "HP_0002803<HP_0001371<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Congenital contracture`$privateGeneCount #> [1] 0 #> #> $`Congenital contracture`$publicGeneCount #> [1] 7 #> #> $`Congenital contracture`$urlId #> [1] "HP_0002803" #> #> $`Congenital contracture`$dbPhenotype #> [1] FALSE #> #> $`Congenital contracture`$`_parent` #> [1] "HP_0001371<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Congenital contracture`$`_is_leaf` #> [1] FALSE #> #> $`Congenital contracture`$children #> $`Congenital contracture`$children[[1]] #> [1] "HP_0002804<HP_0002803<HP_0001371<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Congenital contracture`$value #> [1] "Congenital contracture" #> #> #> $`Congenital contracture` #> $`Congenital contracture`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002803" #> #> $`Congenital contracture`$`_id` #> [1] "HP_0002803<HP_0001371<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Congenital contracture`$privateGeneCount #> [1] 0 #> #> $`Congenital contracture`$publicGeneCount #> [1] 7 #> #> $`Congenital contracture`$urlId #> [1] "HP_0002803" #> #> $`Congenital contracture`$dbPhenotype #> [1] FALSE #> #> $`Congenital contracture`$`_parent` #> [1] "HP_0001371<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Congenital contracture`$`_is_leaf` #> [1] FALSE #> #> $`Congenital contracture`$children #> $`Congenital contracture`$children[[1]] #> [1] "HP_0002804<HP_0002803<HP_0001371<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Congenital contracture`$value #> [1] "Congenital contracture" #> #> #> $`Congenital contracture` #> $`Congenital contracture`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002803" #> #> $`Congenital contracture`$`_id` #> [1] "HP_0002803<HP_0001371<HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Congenital contracture`$privateGeneCount #> [1] 0 #> #> $`Congenital contracture`$publicGeneCount #> [1] 7 #> #> $`Congenital contracture`$urlId #> [1] "HP_0002803" #> #> $`Congenital contracture`$dbPhenotype #> [1] FALSE #> #> $`Congenital contracture`$`_parent` #> [1] "HP_0001371<HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Congenital contracture`$`_is_leaf` #> [1] FALSE #> #> $`Congenital contracture`$children #> $`Congenital contracture`$children[[1]] #> [1] "HP_0002804<HP_0002803<HP_0001371<HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Congenital contracture`$value #> [1] "Congenital contracture" #> #> #> $`congenital diaphragmatic hernia` #> $`congenital diaphragmatic hernia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3827" #> #> $`congenital diaphragmatic hernia`$`_id` #> [1] "DOID_3827<DOID_10481<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital diaphragmatic hernia`$privateGeneCount #> [1] 0 #> #> $`congenital diaphragmatic hernia`$publicGeneCount #> [1] 42 #> #> $`congenital diaphragmatic hernia`$urlId #> [1] "DOID_3827" #> #> $`congenital diaphragmatic hernia`$dbPhenotype #> [1] TRUE #> #> $`congenital diaphragmatic hernia`$`_parent` #> [1] "DOID_10481<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital diaphragmatic hernia`$`_is_leaf` #> [1] TRUE #> #> $`congenital diaphragmatic hernia`$children #> list() #> #> $`congenital diaphragmatic hernia`$value #> [1] "congenital diaphragmatic hernia" #> #> #> $`congenital disorder of glycosylation` #> $`congenital disorder of glycosylation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5212" #> #> $`congenital disorder of glycosylation`$`_id` #> [1] "DOID_5212<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital disorder of glycosylation`$privateGeneCount #> [1] 0 #> #> $`congenital disorder of glycosylation`$publicGeneCount #> [1] 41 #> #> $`congenital disorder of glycosylation`$urlId #> [1] "DOID_5212" #> #> $`congenital disorder of glycosylation`$dbPhenotype #> [1] TRUE #> #> $`congenital disorder of glycosylation`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital disorder of glycosylation`$`_is_leaf` #> [1] FALSE #> #> $`congenital disorder of glycosylation`$children #> $`congenital disorder of glycosylation`$children[[1]] #> [1] "DOID_0050570<DOID_5212<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital disorder of glycosylation`$children[[2]] #> [1] "DOID_0050571<DOID_5212<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> #> $`congenital disorder of glycosylation`$value #> [1] "congenital disorder of glycosylation" #> #> #> $`congenital disorder of glycosylation type I` #> $`congenital disorder of glycosylation type I`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050570" #> #> $`congenital disorder of glycosylation type I`$`_id` #> [1] "DOID_0050570<DOID_5212<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital disorder of glycosylation type I`$privateGeneCount #> [1] 0 #> #> $`congenital disorder of glycosylation type I`$publicGeneCount #> [1] 17 #> #> $`congenital disorder of glycosylation type I`$urlId #> [1] "DOID_0050570" #> #> $`congenital disorder of glycosylation type I`$dbPhenotype #> [1] TRUE #> #> $`congenital disorder of glycosylation type I`$`_parent` #> [1] "DOID_5212<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital disorder of glycosylation type I`$`_is_leaf` #> [1] TRUE #> #> $`congenital disorder of glycosylation type I`$children #> list() #> #> $`congenital disorder of glycosylation type I`$value #> [1] "congenital disorder of glycosylation type I" #> #> #> $`congenital disorder of glycosylation type II` #> $`congenital disorder of glycosylation type II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050571" #> #> $`congenital disorder of glycosylation type II`$`_id` #> [1] "DOID_0050571<DOID_5212<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital disorder of glycosylation type II`$privateGeneCount #> [1] 0 #> #> $`congenital disorder of glycosylation type II`$publicGeneCount #> [1] 10 #> #> $`congenital disorder of glycosylation type II`$urlId #> [1] "DOID_0050571" #> #> $`congenital disorder of glycosylation type II`$dbPhenotype #> [1] TRUE #> #> $`congenital disorder of glycosylation type II`$`_parent` #> [1] "DOID_5212<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital disorder of glycosylation type II`$`_is_leaf` #> [1] TRUE #> #> $`congenital disorder of glycosylation type II`$children #> list() #> #> $`congenital disorder of glycosylation type II`$value #> [1] "congenital disorder of glycosylation type II" #> #> #> $`congenital dyserythropoietic anemia` #> $`congenital dyserythropoietic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1338" #> #> $`congenital dyserythropoietic anemia`$`_id` #> [1] "DOID_1338<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital dyserythropoietic anemia`$privateGeneCount #> [1] 0 #> #> $`congenital dyserythropoietic anemia`$publicGeneCount #> [1] 4 #> #> $`congenital dyserythropoietic anemia`$urlId #> [1] "DOID_1338" #> #> $`congenital dyserythropoietic anemia`$dbPhenotype #> [1] TRUE #> #> $`congenital dyserythropoietic anemia`$`_parent` #> [1] "DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital dyserythropoietic anemia`$`_is_leaf` #> [1] TRUE #> #> $`congenital dyserythropoietic anemia`$children #> list() #> #> $`congenital dyserythropoietic anemia`$value #> [1] "congenital dyserythropoietic anemia" #> #> #> $`Congenital encephalopathy` #> $`Congenital encephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007239" #> #> $`Congenital encephalopathy`$`_id` #> [1] "HP_0007239<HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Congenital encephalopathy`$privateGeneCount #> [1] 0 #> #> $`Congenital encephalopathy`$publicGeneCount #> [1] 1 #> #> $`Congenital encephalopathy`$urlId #> [1] "HP_0007239" #> #> $`Congenital encephalopathy`$dbPhenotype #> [1] TRUE #> #> $`Congenital encephalopathy`$`_parent` #> [1] "HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Congenital encephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`Congenital encephalopathy`$children #> list() #> #> $`Congenital encephalopathy`$value #> [1] "Congenital encephalopathy" #> #> #> $`congenital fiber-type disproportion` #> $`congenital fiber-type disproportion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080102" #> #> $`congenital fiber-type disproportion`$`_id` #> [1] "DOID_0080102<DOID_0080100<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital fiber-type disproportion`$privateGeneCount #> [1] 0 #> #> $`congenital fiber-type disproportion`$publicGeneCount #> [1] 3 #> #> $`congenital fiber-type disproportion`$urlId #> [1] "DOID_0080102" #> #> $`congenital fiber-type disproportion`$dbPhenotype #> [1] TRUE #> #> $`congenital fiber-type disproportion`$`_parent` #> [1] "DOID_0080100<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital fiber-type disproportion`$`_is_leaf` #> [1] TRUE #> #> $`congenital fiber-type disproportion`$children #> list() #> #> $`congenital fiber-type disproportion`$value #> [1] "congenital fiber-type disproportion" #> #> #> $`Congenital fibrosis of extraocular muscles` #> $`Congenital fibrosis of extraocular muscles`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001491" #> #> $`Congenital fibrosis of extraocular muscles`$`_id` #> [1] "HP_0001491<HP_0008049<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Congenital fibrosis of extraocular muscles`$privateGeneCount #> [1] 0 #> #> $`Congenital fibrosis of extraocular muscles`$publicGeneCount #> [1] 4 #> #> $`Congenital fibrosis of extraocular muscles`$urlId #> [1] "HP_0001491" #> #> $`Congenital fibrosis of extraocular muscles`$dbPhenotype #> [1] TRUE #> #> $`Congenital fibrosis of extraocular muscles`$`_parent` #> [1] "HP_0008049<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Congenital fibrosis of extraocular muscles`$`_is_leaf` #> [1] TRUE #> #> $`Congenital fibrosis of extraocular muscles`$children #> list() #> #> $`Congenital fibrosis of extraocular muscles`$value #> [1] "Congenital fibrosis of extraocular muscles" #> #> #> $`Congenital fibrosis of extraocular muscles` #> $`Congenital fibrosis of extraocular muscles`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001491" #> #> $`Congenital fibrosis of extraocular muscles`$`_id` #> [1] "HP_0001491<HP_0008049<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Congenital fibrosis of extraocular muscles`$privateGeneCount #> [1] 0 #> #> $`Congenital fibrosis of extraocular muscles`$publicGeneCount #> [1] 4 #> #> $`Congenital fibrosis of extraocular muscles`$urlId #> [1] "HP_0001491" #> #> $`Congenital fibrosis of extraocular muscles`$dbPhenotype #> [1] TRUE #> #> $`Congenital fibrosis of extraocular muscles`$`_parent` #> [1] "HP_0008049<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Congenital fibrosis of extraocular muscles`$`_is_leaf` #> [1] TRUE #> #> $`Congenital fibrosis of extraocular muscles`$children #> list() #> #> $`Congenital fibrosis of extraocular muscles`$value #> [1] "Congenital fibrosis of extraocular muscles" #> #> #> $`congenital generalized lipodystrophy` #> $`congenital generalized lipodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050585" #> #> $`congenital generalized lipodystrophy`$`_id` #> [1] "DOID_0050585<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital generalized lipodystrophy`$privateGeneCount #> [1] 0 #> #> $`congenital generalized lipodystrophy`$publicGeneCount #> [1] 4 #> #> $`congenital generalized lipodystrophy`$urlId #> [1] "DOID_0050585" #> #> $`congenital generalized lipodystrophy`$dbPhenotype #> [1] TRUE #> #> $`congenital generalized lipodystrophy`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital generalized lipodystrophy`$`_is_leaf` #> [1] TRUE #> #> $`congenital generalized lipodystrophy`$children #> list() #> #> $`congenital generalized lipodystrophy`$value #> [1] "congenital generalized lipodystrophy" #> #> #> $`congenital generalized lipodystrophy` #> $`congenital generalized lipodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050585" #> #> $`congenital generalized lipodystrophy`$`_id` #> [1] "DOID_0050585<DOID_0080298<DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`congenital generalized lipodystrophy`$privateGeneCount #> [1] 0 #> #> $`congenital generalized lipodystrophy`$publicGeneCount #> [1] 4 #> #> $`congenital generalized lipodystrophy`$urlId #> [1] "DOID_0050585" #> #> $`congenital generalized lipodystrophy`$dbPhenotype #> [1] TRUE #> #> $`congenital generalized lipodystrophy`$`_parent` #> [1] "DOID_0080298<DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`congenital generalized lipodystrophy`$`_is_leaf` #> [1] TRUE #> #> $`congenital generalized lipodystrophy`$children #> list() #> #> $`congenital generalized lipodystrophy`$value #> [1] "congenital generalized lipodystrophy" #> #> #> $`congenital heart disease` #> $`congenital heart disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1682" #> #> $`congenital heart disease`$`_id` #> [1] "DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`congenital heart disease`$privateGeneCount #> [1] 0 #> #> $`congenital heart disease`$publicGeneCount #> [1] 84 #> #> $`congenital heart disease`$urlId #> [1] "DOID_1682" #> #> $`congenital heart disease`$dbPhenotype #> [1] TRUE #> #> $`congenital heart disease`$`_parent` #> [1] "DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`congenital heart disease`$`_is_leaf` #> [1] FALSE #> #> $`congenital heart disease`$children #> $`congenital heart disease`$children[[1]] #> [1] "DOID_9565<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`congenital heart disease`$children[[2]] #> [1] "DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`congenital heart disease`$children[[3]] #> [1] "DOID_9955<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`congenital heart disease`$children[[4]] #> [1] "DOID_13832<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`congenital heart disease`$children[[5]] #> [1] "DOID_6419<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`congenital heart disease`$value #> [1] "congenital heart disease" #> #> #> $`congenital hemolytic anemia` #> $`congenital hemolytic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_589" #> #> $`congenital hemolytic anemia`$`_id` #> [1] "DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital hemolytic anemia`$privateGeneCount #> [1] 0 #> #> $`congenital hemolytic anemia`$publicGeneCount #> [1] 26 #> #> $`congenital hemolytic anemia`$urlId #> [1] "DOID_589" #> #> $`congenital hemolytic anemia`$dbPhenotype #> [1] TRUE #> #> $`congenital hemolytic anemia`$`_parent` #> [1] "DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital hemolytic anemia`$`_is_leaf` #> [1] FALSE #> #> $`congenital hemolytic anemia`$children #> $`congenital hemolytic anemia`$children[[1]] #> [1] "DOID_1338<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital hemolytic anemia`$children[[2]] #> [1] "DOID_2861<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital hemolytic anemia`$children[[3]] #> [1] "DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital hemolytic anemia`$children[[4]] #> [1] "DOID_12971<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $`congenital hemolytic anemia`$value #> [1] "congenital hemolytic anemia" #> #> #> $`congenital hypoplastic anemia` #> $`congenital hypoplastic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1342" #> #> $`congenital hypoplastic anemia`$`_id` #> [1] "DOID_1342<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital hypoplastic anemia`$privateGeneCount #> [1] 0 #> #> $`congenital hypoplastic anemia`$publicGeneCount #> [1] 33 #> #> $`congenital hypoplastic anemia`$urlId #> [1] "DOID_1342" #> #> $`congenital hypoplastic anemia`$dbPhenotype #> [1] TRUE #> #> $`congenital hypoplastic anemia`$`_parent` #> [1] "DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital hypoplastic anemia`$`_is_leaf` #> [1] FALSE #> #> $`congenital hypoplastic anemia`$children #> $`congenital hypoplastic anemia`$children[[1]] #> [1] "DOID_1339<DOID_1342<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital hypoplastic anemia`$children[[2]] #> [1] "DOID_13636<DOID_1342<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $`congenital hypoplastic anemia`$value #> [1] "congenital hypoplastic anemia" #> #> #> $`congenital hypothyroidism` #> $`congenital hypothyroidism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050328" #> #> $`congenital hypothyroidism`$`_id` #> [1] "DOID_0050328<DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`congenital hypothyroidism`$privateGeneCount #> [1] 0 #> #> $`congenital hypothyroidism`$publicGeneCount #> [1] 12 #> #> $`congenital hypothyroidism`$urlId #> [1] "DOID_0050328" #> #> $`congenital hypothyroidism`$dbPhenotype #> [1] TRUE #> #> $`congenital hypothyroidism`$`_parent` #> [1] "DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`congenital hypothyroidism`$`_is_leaf` #> [1] TRUE #> #> $`congenital hypothyroidism`$children #> list() #> #> $`congenital hypothyroidism`$value #> [1] "congenital hypothyroidism" #> #> #> $`congenital intrinsic factor deficiency` #> $`congenital intrinsic factor deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050734" #> #> $`congenital intrinsic factor deficiency`$`_id` #> [1] "DOID_0050734<DOID_0050731<DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital intrinsic factor deficiency`$privateGeneCount #> [1] 0 #> #> $`congenital intrinsic factor deficiency`$publicGeneCount #> [1] 1 #> #> $`congenital intrinsic factor deficiency`$urlId #> [1] "DOID_0050734" #> #> $`congenital intrinsic factor deficiency`$dbPhenotype #> [1] TRUE #> #> $`congenital intrinsic factor deficiency`$`_parent` #> [1] "DOID_0050731<DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital intrinsic factor deficiency`$`_is_leaf` #> [1] TRUE #> #> $`congenital intrinsic factor deficiency`$children #> list() #> #> $`congenital intrinsic factor deficiency`$value #> [1] "congenital intrinsic factor deficiency" #> #> #> $`Congenital malformation of the great arteries` #> $`Congenital malformation of the great arteries`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011603" #> #> $`Congenital malformation of the great arteries`$`_id` #> [1] "HP_0011603<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Congenital malformation of the great arteries`$privateGeneCount #> [1] 0 #> #> $`Congenital malformation of the great arteries`$publicGeneCount #> [1] 5 #> #> $`Congenital malformation of the great arteries`$urlId #> [1] "HP_0011603" #> #> $`Congenital malformation of the great arteries`$dbPhenotype #> [1] FALSE #> #> $`Congenital malformation of the great arteries`$`_parent` #> [1] "HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Congenital malformation of the great arteries`$`_is_leaf` #> [1] FALSE #> #> $`Congenital malformation of the great arteries`$children #> $`Congenital malformation of the great arteries`$children[[1]] #> [1] "HP_0001710<HP_0011603<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Congenital malformation of the great arteries`$children[[2]] #> [1] "HP_0001669<HP_0011603<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Congenital malformation of the great arteries`$value #> [1] "Congenital malformation of the great arteries" #> #> #> $`Congenital malformation of the great arteries` #> $`Congenital malformation of the great arteries`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011603" #> #> $`Congenital malformation of the great arteries`$`_id` #> [1] "HP_0011603<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Congenital malformation of the great arteries`$privateGeneCount #> [1] 0 #> #> $`Congenital malformation of the great arteries`$publicGeneCount #> [1] 5 #> #> $`Congenital malformation of the great arteries`$urlId #> [1] "HP_0011603" #> #> $`Congenital malformation of the great arteries`$dbPhenotype #> [1] FALSE #> #> $`Congenital malformation of the great arteries`$`_parent` #> [1] "HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Congenital malformation of the great arteries`$`_is_leaf` #> [1] FALSE #> #> $`Congenital malformation of the great arteries`$children #> $`Congenital malformation of the great arteries`$children[[1]] #> [1] "HP_0001710<HP_0011603<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Congenital malformation of the great arteries`$children[[2]] #> [1] "HP_0001669<HP_0011603<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Congenital malformation of the great arteries`$value #> [1] "Congenital malformation of the great arteries" #> #> #> $`congenital muscular dystrophy` #> $`congenital muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050557" #> #> $`congenital muscular dystrophy`$`_id` #> [1] "DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`congenital muscular dystrophy`$publicGeneCount #> [1] 23 #> #> $`congenital muscular dystrophy`$urlId #> [1] "DOID_0050557" #> #> $`congenital muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`congenital muscular dystrophy`$`_parent` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital muscular dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`congenital muscular dystrophy`$children #> $`congenital muscular dystrophy`$children[[1]] #> [1] "DOID_0050663<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital muscular dystrophy`$children[[2]] #> [1] "DOID_0050588<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital muscular dystrophy`$children[[3]] #> [1] "DOID_0050558<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital muscular dystrophy`$children[[4]] #> [1] "DOID_0050560<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`congenital muscular dystrophy`$value #> [1] "congenital muscular dystrophy" #> #> #> $`congenital muscular dystrophy-dystroglycanopathy type A` #> $`congenital muscular dystrophy-dystroglycanopathy type A`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111229" #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$`_id` #> [1] "DOID_0111229<DOID_0050588<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$privateGeneCount #> [1] 0 #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$publicGeneCount #> [1] 1 #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$urlId #> [1] "DOID_0111229" #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$dbPhenotype #> [1] FALSE #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$`_parent` #> [1] "DOID_0050588<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$`_is_leaf` #> [1] FALSE #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$children #> $`congenital muscular dystrophy-dystroglycanopathy type A`$children[[1]] #> [1] "DOID_0050559<DOID_0111229<DOID_0050588<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$value #> [1] "congenital muscular dystrophy-dystroglycanopathy type A" #> #> #> $`congenital muscular dystrophy-dystroglycanopathy type A` #> $`congenital muscular dystrophy-dystroglycanopathy type A`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111229" #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$`_id` #> [1] "DOID_0111229<DOID_0050588<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$privateGeneCount #> [1] 0 #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$publicGeneCount #> [1] 1 #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$urlId #> [1] "DOID_0111229" #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$dbPhenotype #> [1] FALSE #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$`_parent` #> [1] "DOID_0050588<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$`_is_leaf` #> [1] FALSE #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$children #> $`congenital muscular dystrophy-dystroglycanopathy type A`$children[[1]] #> [1] "DOID_0050559<DOID_0111229<DOID_0050588<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$value #> [1] "congenital muscular dystrophy-dystroglycanopathy type A" #> #> #> $`congenital myasthenic syndrome` #> $`congenital myasthenic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3635" #> #> $`congenital myasthenic syndrome`$`_id` #> [1] "DOID_3635<DOID_439<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`congenital myasthenic syndrome`$privateGeneCount #> [1] 0 #> #> $`congenital myasthenic syndrome`$publicGeneCount #> [1] 21 #> #> $`congenital myasthenic syndrome`$urlId #> [1] "DOID_3635" #> #> $`congenital myasthenic syndrome`$dbPhenotype #> [1] TRUE #> #> $`congenital myasthenic syndrome`$`_parent` #> [1] "DOID_439<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`congenital myasthenic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`congenital myasthenic syndrome`$children #> list() #> #> $`congenital myasthenic syndrome`$value #> [1] "congenital myasthenic syndrome" #> #> #> $`congenital myasthenic syndrome` #> $`congenital myasthenic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3635" #> #> $`congenital myasthenic syndrome`$`_id` #> [1] "DOID_3635<DOID_439<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`congenital myasthenic syndrome`$privateGeneCount #> [1] 0 #> #> $`congenital myasthenic syndrome`$publicGeneCount #> [1] 21 #> #> $`congenital myasthenic syndrome`$urlId #> [1] "DOID_3635" #> #> $`congenital myasthenic syndrome`$dbPhenotype #> [1] TRUE #> #> $`congenital myasthenic syndrome`$`_parent` #> [1] "DOID_439<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`congenital myasthenic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`congenital myasthenic syndrome`$children #> list() #> #> $`congenital myasthenic syndrome`$value #> [1] "congenital myasthenic syndrome" #> #> #> $`congenital myopathy` #> $`congenital myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080100" #> #> $`congenital myopathy`$`_id` #> [1] "DOID_0080100<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital myopathy`$privateGeneCount #> [1] 0 #> #> $`congenital myopathy`$publicGeneCount #> [1] 4 #> #> $`congenital myopathy`$urlId #> [1] "DOID_0080100" #> #> $`congenital myopathy`$dbPhenotype #> [1] FALSE #> #> $`congenital myopathy`$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital myopathy`$`_is_leaf` #> [1] FALSE #> #> $`congenital myopathy`$children #> $`congenital myopathy`$children[[1]] #> [1] "DOID_0080101<DOID_0080100<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital myopathy`$children[[2]] #> [1] "DOID_0080102<DOID_0080100<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`congenital myopathy`$value #> [1] "congenital myopathy" #> #> #> $`congenital nervous system abnormality` #> $`congenital nervous system abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2490" #> #> $`congenital nervous system abnormality`$`_id` #> [1] "DOID_2490<DOID_0080015<DOID_4" #> #> $`congenital nervous system abnormality`$privateGeneCount #> [1] 0 #> #> $`congenital nervous system abnormality`$publicGeneCount #> [1] 85 #> #> $`congenital nervous system abnormality`$urlId #> [1] "DOID_2490" #> #> $`congenital nervous system abnormality`$dbPhenotype #> [1] FALSE #> #> $`congenital nervous system abnormality`$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $`congenital nervous system abnormality`$`_is_leaf` #> [1] FALSE #> #> $`congenital nervous system abnormality`$children #> $`congenital nervous system abnormality`$children[[1]] #> [1] "DOID_4621<DOID_2490<DOID_0080015<DOID_4" #> #> $`congenital nervous system abnormality`$children[[2]] #> [1] "DOID_0050453<DOID_2490<DOID_0080015<DOID_4" #> #> $`congenital nervous system abnormality`$children[[3]] #> [1] "DOID_10907<DOID_2490<DOID_0080015<DOID_4" #> #> $`congenital nervous system abnormality`$children[[4]] #> [1] "DOID_0050454<DOID_2490<DOID_0080015<DOID_4" #> #> #> $`congenital nervous system abnormality`$value #> [1] "congenital nervous system abnormality" #> #> #> $`congenital nervous system abnormality` #> $`congenital nervous system abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2490" #> #> $`congenital nervous system abnormality`$`_id` #> [1] "DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $`congenital nervous system abnormality`$privateGeneCount #> [1] 0 #> #> $`congenital nervous system abnormality`$publicGeneCount #> [1] 85 #> #> $`congenital nervous system abnormality`$urlId #> [1] "DOID_2490" #> #> $`congenital nervous system abnormality`$dbPhenotype #> [1] FALSE #> #> $`congenital nervous system abnormality`$`_parent` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`congenital nervous system abnormality`$`_is_leaf` #> [1] FALSE #> #> $`congenital nervous system abnormality`$children #> $`congenital nervous system abnormality`$children[[1]] #> [1] "DOID_4621<DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $`congenital nervous system abnormality`$children[[2]] #> [1] "DOID_0050453<DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $`congenital nervous system abnormality`$children[[3]] #> [1] "DOID_10907<DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $`congenital nervous system abnormality`$children[[4]] #> [1] "DOID_0050454<DOID_2490<DOID_863<DOID_7<DOID_4" #> #> #> $`congenital nervous system abnormality`$value #> [1] "congenital nervous system abnormality" #> #> #> $`congenital nonspherocytic hemolytic anemia` #> $`congenital nonspherocytic hemolytic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2861" #> #> $`congenital nonspherocytic hemolytic anemia`$`_id` #> [1] "DOID_2861<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital nonspherocytic hemolytic anemia`$privateGeneCount #> [1] 0 #> #> $`congenital nonspherocytic hemolytic anemia`$publicGeneCount #> [1] 5 #> #> $`congenital nonspherocytic hemolytic anemia`$urlId #> [1] "DOID_2861" #> #> $`congenital nonspherocytic hemolytic anemia`$dbPhenotype #> [1] TRUE #> #> $`congenital nonspherocytic hemolytic anemia`$`_parent` #> [1] "DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital nonspherocytic hemolytic anemia`$`_is_leaf` #> [1] TRUE #> #> $`congenital nonspherocytic hemolytic anemia`$children #> list() #> #> $`congenital nonspherocytic hemolytic anemia`$value #> [1] "congenital nonspherocytic hemolytic anemia" #> #> #> $`congenital nystagmus` #> $`congenital nystagmus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9649" #> #> $`congenital nystagmus`$`_id` #> [1] "DOID_9649<DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`congenital nystagmus`$privateGeneCount #> [1] 0 #> #> $`congenital nystagmus`$publicGeneCount #> [1] 6 #> #> $`congenital nystagmus`$urlId #> [1] "DOID_9649" #> #> $`congenital nystagmus`$dbPhenotype #> [1] TRUE #> #> $`congenital nystagmus`$`_parent` #> [1] "DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`congenital nystagmus`$`_is_leaf` #> [1] TRUE #> #> $`congenital nystagmus`$children #> list() #> #> $`congenital nystagmus`$value #> [1] "congenital nystagmus" #> #> #> $`congenital nystagmus` #> $`congenital nystagmus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9649" #> #> $`congenital nystagmus`$`_id` #> [1] "DOID_9649<DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`congenital nystagmus`$privateGeneCount #> [1] 0 #> #> $`congenital nystagmus`$publicGeneCount #> [1] 6 #> #> $`congenital nystagmus`$urlId #> [1] "DOID_9649" #> #> $`congenital nystagmus`$dbPhenotype #> [1] TRUE #> #> $`congenital nystagmus`$`_parent` #> [1] "DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`congenital nystagmus`$`_is_leaf` #> [1] TRUE #> #> $`congenital nystagmus`$children #> list() #> #> $`congenital nystagmus`$value #> [1] "congenital nystagmus" #> #> #> $`congenital ptosis` #> $`congenital ptosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060261" #> #> $`congenital ptosis`$`_id` #> [1] "DOID_0060261<DOID_0060260<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`congenital ptosis`$privateGeneCount #> [1] 0 #> #> $`congenital ptosis`$publicGeneCount #> [1] 1 #> #> $`congenital ptosis`$urlId #> [1] "DOID_0060261" #> #> $`congenital ptosis`$dbPhenotype #> [1] TRUE #> #> $`congenital ptosis`$`_parent` #> [1] "DOID_0060260<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`congenital ptosis`$`_is_leaf` #> [1] TRUE #> #> $`congenital ptosis`$children #> list() #> #> $`congenital ptosis`$value #> [1] "congenital ptosis" #> #> #> $`congenital secretory chloride diarrhea 1` #> $`congenital secretory chloride diarrhea 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060296" #> #> $`congenital secretory chloride diarrhea 1`$`_id` #> [1] "DOID_0060296<DOID_0050129<DOID_13250<DOID_77<DOID_7<DOID_4" #> #> $`congenital secretory chloride diarrhea 1`$privateGeneCount #> [1] 0 #> #> $`congenital secretory chloride diarrhea 1`$publicGeneCount #> [1] 1 #> #> $`congenital secretory chloride diarrhea 1`$urlId #> [1] "DOID_0060296" #> #> $`congenital secretory chloride diarrhea 1`$dbPhenotype #> [1] TRUE #> #> $`congenital secretory chloride diarrhea 1`$`_parent` #> [1] "DOID_0050129<DOID_13250<DOID_77<DOID_7<DOID_4" #> #> $`congenital secretory chloride diarrhea 1`$`_is_leaf` #> [1] TRUE #> #> $`congenital secretory chloride diarrhea 1`$children #> list() #> #> $`congenital secretory chloride diarrhea 1`$value #> [1] "congenital secretory chloride diarrhea 1" #> #> #> $`congenital secretory chloride diarrhea 1` #> $`congenital secretory chloride diarrhea 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060296" #> #> $`congenital secretory chloride diarrhea 1`$`_id` #> [1] "DOID_0060296<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital secretory chloride diarrhea 1`$privateGeneCount #> [1] 0 #> #> $`congenital secretory chloride diarrhea 1`$publicGeneCount #> [1] 1 #> #> $`congenital secretory chloride diarrhea 1`$urlId #> [1] "DOID_0060296" #> #> $`congenital secretory chloride diarrhea 1`$dbPhenotype #> [1] TRUE #> #> $`congenital secretory chloride diarrhea 1`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital secretory chloride diarrhea 1`$`_is_leaf` #> [1] TRUE #> #> $`congenital secretory chloride diarrhea 1`$children #> list() #> #> $`congenital secretory chloride diarrhea 1`$value #> [1] "congenital secretory chloride diarrhea 1" #> #> #> $`congenital stationary night blindness` #> $`congenital stationary night blindness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050534" #> #> $`congenital stationary night blindness`$`_id` #> [1] "DOID_0050534<DOID_8498<DOID_8499<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`congenital stationary night blindness`$privateGeneCount #> [1] 0 #> #> $`congenital stationary night blindness`$publicGeneCount #> [1] 13 #> #> $`congenital stationary night blindness`$urlId #> [1] "DOID_0050534" #> #> $`congenital stationary night blindness`$dbPhenotype #> [1] TRUE #> #> $`congenital stationary night blindness`$`_parent` #> [1] "DOID_8498<DOID_8499<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`congenital stationary night blindness`$`_is_leaf` #> [1] TRUE #> #> $`congenital stationary night blindness`$children #> list() #> #> $`congenital stationary night blindness`$value #> [1] "congenital stationary night blindness" #> #> #> $`congenital stromal corneal dystrophy` #> $`congenital stromal corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060445" #> #> $`congenital stromal corneal dystrophy`$`_id` #> [1] "DOID_0060445<DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`congenital stromal corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`congenital stromal corneal dystrophy`$publicGeneCount #> [1] 1 #> #> $`congenital stromal corneal dystrophy`$urlId #> [1] "DOID_0060445" #> #> $`congenital stromal corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`congenital stromal corneal dystrophy`$`_parent` #> [1] "DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`congenital stromal corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`congenital stromal corneal dystrophy`$children #> list() #> #> $`congenital stromal corneal dystrophy`$value #> [1] "congenital stromal corneal dystrophy" #> #> #> $`congenital structural myopathy` #> $`congenital structural myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_422" #> #> $`congenital structural myopathy`$`_id` #> [1] "DOID_422<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital structural myopathy`$privateGeneCount #> [1] 0 #> #> $`congenital structural myopathy`$publicGeneCount #> [1] 16 #> #> $`congenital structural myopathy`$urlId #> [1] "DOID_422" #> #> $`congenital structural myopathy`$dbPhenotype #> [1] TRUE #> #> $`congenital structural myopathy`$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital structural myopathy`$`_is_leaf` #> [1] FALSE #> #> $`congenital structural myopathy`$children #> $`congenital structural myopathy`$children[[1]] #> [1] "DOID_3529<DOID_422<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital structural myopathy`$children[[2]] #> [1] "DOID_3191<DOID_422<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`congenital structural myopathy`$value #> [1] "congenital structural myopathy" #> #> #> $`congestive heart failure` #> $`congestive heart failure`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6000" #> #> $`congestive heart failure`$`_id` #> [1] "DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`congestive heart failure`$privateGeneCount #> [1] 0 #> #> $`congestive heart failure`$publicGeneCount #> [1] 133 #> #> $`congestive heart failure`$urlId #> [1] "DOID_6000" #> #> $`congestive heart failure`$dbPhenotype #> [1] TRUE #> #> $`congestive heart failure`$`_parent` #> [1] "DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`congestive heart failure`$`_is_leaf` #> [1] FALSE #> #> $`congestive heart failure`$children #> $`congestive heart failure`$children[[1]] #> [1] "DOID_8515<DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`congestive heart failure`$children[[2]] #> [1] "DOID_9651<DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`congestive heart failure`$value #> [1] "congestive heart failure" #> #> #> $`conjunctival disease` #> $`conjunctival disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4251" #> #> $`conjunctival disease`$`_id` #> [1] "DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`conjunctival disease`$privateGeneCount #> [1] 0 #> #> $`conjunctival disease`$publicGeneCount #> [1] 22 #> #> $`conjunctival disease`$urlId #> [1] "DOID_4251" #> #> $`conjunctival disease`$dbPhenotype #> [1] TRUE #> #> $`conjunctival disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`conjunctival disease`$`_is_leaf` #> [1] FALSE #> #> $`conjunctival disease`$children #> $`conjunctival disease`$children[[1]] #> [1] "DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`conjunctival disease`$children[[2]] #> [1] "DOID_13801<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`conjunctival disease`$value #> [1] "conjunctival disease" #> #> #> $conjunctivitis #> $conjunctivitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6195" #> #> $conjunctivitis$`_id` #> [1] "DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $conjunctivitis$privateGeneCount #> [1] 0 #> #> $conjunctivitis$publicGeneCount #> [1] 16 #> #> $conjunctivitis$urlId #> [1] "DOID_6195" #> #> $conjunctivitis$dbPhenotype #> [1] TRUE #> #> $conjunctivitis$`_parent` #> [1] "DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $conjunctivitis$`_is_leaf` #> [1] FALSE #> #> $conjunctivitis$children #> $conjunctivitis$children[[1]] #> [1] "DOID_2475<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $conjunctivitis$children[[2]] #> [1] "DOID_2458<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $conjunctivitis$value #> [1] "conjunctivitis" #> #> #> $`Conn's syndrome` #> $`Conn's syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12028" #> #> $`Conn's syndrome`$`_id` #> [1] "DOID_12028<DOID_656<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`Conn's syndrome`$privateGeneCount #> [1] 0 #> #> $`Conn's syndrome`$publicGeneCount #> [1] 5 #> #> $`Conn's syndrome`$urlId #> [1] "DOID_12028" #> #> $`Conn's syndrome`$dbPhenotype #> [1] TRUE #> #> $`Conn's syndrome`$`_parent` #> [1] "DOID_656<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`Conn's syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Conn's syndrome`$children #> list() #> #> $`Conn's syndrome`$value #> [1] "Conn's syndrome" #> #> #> $`Conn's syndrome` #> $`Conn's syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12028" #> #> $`Conn's syndrome`$`_id` #> [1] "DOID_12028<DOID_656<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`Conn's syndrome`$privateGeneCount #> [1] 0 #> #> $`Conn's syndrome`$publicGeneCount #> [1] 5 #> #> $`Conn's syndrome`$urlId #> [1] "DOID_12028" #> #> $`Conn's syndrome`$dbPhenotype #> [1] TRUE #> #> $`Conn's syndrome`$`_parent` #> [1] "DOID_656<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`Conn's syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Conn's syndrome`$children #> list() #> #> $`Conn's syndrome`$value #> [1] "Conn's syndrome" #> #> #> $`Conn's syndrome` #> $`Conn's syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12028" #> #> $`Conn's syndrome`$`_id` #> [1] "DOID_12028<DOID_656<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`Conn's syndrome`$privateGeneCount #> [1] 0 #> #> $`Conn's syndrome`$publicGeneCount #> [1] 5 #> #> $`Conn's syndrome`$urlId #> [1] "DOID_12028" #> #> $`Conn's syndrome`$dbPhenotype #> [1] TRUE #> #> $`Conn's syndrome`$`_parent` #> [1] "DOID_656<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`Conn's syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Conn's syndrome`$children #> list() #> #> $`Conn's syndrome`$value #> [1] "Conn's syndrome" #> #> #> $`connective tissue benign neoplasm` #> $`connective tissue benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060123" #> #> $`connective tissue benign neoplasm`$`_id` #> [1] "DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`connective tissue benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`connective tissue benign neoplasm`$publicGeneCount #> [1] 10 #> #> $`connective tissue benign neoplasm`$urlId #> [1] "DOID_0060123" #> #> $`connective tissue benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`connective tissue benign neoplasm`$`_parent` #> [1] "DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`connective tissue benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`connective tissue benign neoplasm`$children #> $`connective tissue benign neoplasm`$children[[1]] #> [1] "DOID_0060094<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`connective tissue benign neoplasm`$children[[2]] #> [1] "DOID_2649<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`connective tissue benign neoplasm`$children[[3]] #> [1] "DOID_4231<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`connective tissue benign neoplasm`$children[[4]] #> [1] "DOID_0080109<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`connective tissue benign neoplasm`$value #> [1] "connective tissue benign neoplasm" #> #> #> $`connective tissue benign neoplasm` #> $`connective tissue benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060123" #> #> $`connective tissue benign neoplasm`$`_id` #> [1] "DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`connective tissue benign neoplasm`$publicGeneCount #> [1] 10 #> #> $`connective tissue benign neoplasm`$urlId #> [1] "DOID_0060123" #> #> $`connective tissue benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`connective tissue benign neoplasm`$`_parent` #> [1] "DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`connective tissue benign neoplasm`$children #> $`connective tissue benign neoplasm`$children[[1]] #> [1] "DOID_0060094<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue benign neoplasm`$children[[2]] #> [1] "DOID_2649<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue benign neoplasm`$children[[3]] #> [1] "DOID_4231<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue benign neoplasm`$children[[4]] #> [1] "DOID_0080109<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> #> $`connective tissue benign neoplasm`$value #> [1] "connective tissue benign neoplasm" #> #> #> $`connective tissue benign neoplasm` #> $`connective tissue benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060123" #> #> $`connective tissue benign neoplasm`$`_id` #> [1] "DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`connective tissue benign neoplasm`$publicGeneCount #> [1] 10 #> #> $`connective tissue benign neoplasm`$urlId #> [1] "DOID_0060123" #> #> $`connective tissue benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`connective tissue benign neoplasm`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`connective tissue benign neoplasm`$children #> $`connective tissue benign neoplasm`$children[[1]] #> [1] "DOID_0060094<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue benign neoplasm`$children[[2]] #> [1] "DOID_2649<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue benign neoplasm`$children[[3]] #> [1] "DOID_4231<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue benign neoplasm`$children[[4]] #> [1] "DOID_0080109<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`connective tissue benign neoplasm`$value #> [1] "connective tissue benign neoplasm" #> #> #> $`connective tissue cancer` #> $`connective tissue cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_201" #> #> $`connective tissue cancer`$`_id` #> [1] "DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`connective tissue cancer`$privateGeneCount #> [1] 0 #> #> $`connective tissue cancer`$publicGeneCount #> [1] 268 #> #> $`connective tissue cancer`$urlId #> [1] "DOID_201" #> #> $`connective tissue cancer`$dbPhenotype #> [1] TRUE #> #> $`connective tissue cancer`$`_parent` #> [1] "DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`connective tissue cancer`$`_is_leaf` #> [1] FALSE #> #> $`connective tissue cancer`$children #> $`connective tissue cancer`$children[[1]] #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`connective tissue cancer`$children[[2]] #> [1] "DOID_6193<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`connective tissue cancer`$children[[3]] #> [1] "DOID_3355<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`connective tissue cancer`$children[[4]] #> [1] "DOID_8632<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`connective tissue cancer`$children[[5]] #> [1] "DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`connective tissue cancer`$children[[6]] #> [1] "DOID_5158<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`connective tissue cancer`$children[[7]] #> [1] "DOID_2706<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`connective tissue cancer`$value #> [1] "connective tissue cancer" #> #> #> $`connective tissue cancer` #> $`connective tissue cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_201" #> #> $`connective tissue cancer`$`_id` #> [1] "DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$privateGeneCount #> [1] 0 #> #> $`connective tissue cancer`$publicGeneCount #> [1] 268 #> #> $`connective tissue cancer`$urlId #> [1] "DOID_201" #> #> $`connective tissue cancer`$dbPhenotype #> [1] TRUE #> #> $`connective tissue cancer`$`_parent` #> [1] "DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$`_is_leaf` #> [1] FALSE #> #> $`connective tissue cancer`$children #> $`connective tissue cancer`$children[[1]] #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[2]] #> [1] "DOID_6193<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[3]] #> [1] "DOID_3355<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[4]] #> [1] "DOID_8632<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[5]] #> [1] "DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[6]] #> [1] "DOID_5158<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[7]] #> [1] "DOID_2706<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`connective tissue cancer`$value #> [1] "connective tissue cancer" #> #> #> $`connective tissue cancer` #> $`connective tissue cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_201" #> #> $`connective tissue cancer`$`_id` #> [1] "DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$privateGeneCount #> [1] 0 #> #> $`connective tissue cancer`$publicGeneCount #> [1] 268 #> #> $`connective tissue cancer`$urlId #> [1] "DOID_201" #> #> $`connective tissue cancer`$dbPhenotype #> [1] TRUE #> #> $`connective tissue cancer`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$`_is_leaf` #> [1] FALSE #> #> $`connective tissue cancer`$children #> $`connective tissue cancer`$children[[1]] #> [1] "DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[2]] #> [1] "DOID_6193<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[3]] #> [1] "DOID_3355<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[4]] #> [1] "DOID_8632<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[5]] #> [1] "DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[6]] #> [1] "DOID_5158<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[7]] #> [1] "DOID_2706<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`connective tissue cancer`$value #> [1] "connective tissue cancer" #> #> #> $`connective tissue disease` #> $`connective tissue disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_65" #> #> $`connective tissue disease`$`_id` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$privateGeneCount #> [1] 0 #> #> $`connective tissue disease`$publicGeneCount #> [1] 1275 #> #> $`connective tissue disease`$urlId #> [1] "DOID_65" #> #> $`connective tissue disease`$dbPhenotype #> [1] TRUE #> #> $`connective tissue disease`$`_parent` #> [1] "DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$`_is_leaf` #> [1] FALSE #> #> $`connective tissue disease`$children #> $`connective tissue disease`$children[[1]] #> [1] "DOID_0050645<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[2]] #> [1] "DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[3]] #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[4]] #> [1] "DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[5]] #> [1] "DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[6]] #> [1] "DOID_3488<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[7]] #> [1] "DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[8]] #> [1] "DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[9]] #> [1] "DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[10]] #> [1] "DOID_13374<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[11]] #> [1] "DOID_0050698<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[12]] #> [1] "DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[13]] #> [1] "DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[14]] #> [1] "DOID_14323<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[15]] #> [1] "DOID_9957<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[16]] #> [1] "DOID_8936<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[17]] #> [1] "DOID_2738<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[18]] #> [1] "DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[19]] #> [1] "DOID_2703<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[20]] #> [1] "DOID_9074<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`connective tissue disease`$value #> [1] "connective tissue disease" #> #> #> $`Conotruncal defect` #> $`Conotruncal defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001710" #> #> $`Conotruncal defect`$`_id` #> [1] "HP_0001710<HP_0011563<HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Conotruncal defect`$privateGeneCount #> [1] 0 #> #> $`Conotruncal defect`$publicGeneCount #> [1] 2 #> #> $`Conotruncal defect`$urlId #> [1] "HP_0001710" #> #> $`Conotruncal defect`$dbPhenotype #> [1] TRUE #> #> $`Conotruncal defect`$`_parent` #> [1] "HP_0011563<HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Conotruncal defect`$`_is_leaf` #> [1] TRUE #> #> $`Conotruncal defect`$children #> list() #> #> $`Conotruncal defect`$value #> [1] "Conotruncal defect" #> #> #> $`Conotruncal defect` #> $`Conotruncal defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001710" #> #> $`Conotruncal defect`$`_id` #> [1] "HP_0001710<HP_0011603<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Conotruncal defect`$privateGeneCount #> [1] 0 #> #> $`Conotruncal defect`$publicGeneCount #> [1] 2 #> #> $`Conotruncal defect`$urlId #> [1] "HP_0001710" #> #> $`Conotruncal defect`$dbPhenotype #> [1] TRUE #> #> $`Conotruncal defect`$`_parent` #> [1] "HP_0011603<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Conotruncal defect`$`_is_leaf` #> [1] TRUE #> #> $`Conotruncal defect`$children #> list() #> #> $`Conotruncal defect`$value #> [1] "Conotruncal defect" #> #> #> $`Conotruncal defect` #> $`Conotruncal defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001710" #> #> $`Conotruncal defect`$`_id` #> [1] "HP_0001710<HP_0011603<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Conotruncal defect`$privateGeneCount #> [1] 0 #> #> $`Conotruncal defect`$publicGeneCount #> [1] 2 #> #> $`Conotruncal defect`$urlId #> [1] "HP_0001710" #> #> $`Conotruncal defect`$dbPhenotype #> [1] TRUE #> #> $`Conotruncal defect`$`_parent` #> [1] "HP_0011603<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Conotruncal defect`$`_is_leaf` #> [1] TRUE #> #> $`Conotruncal defect`$children #> list() #> #> $`Conotruncal defect`$value #> [1] "Conotruncal defect" #> #> #> $`Conspicuously happy disposition` #> $`Conspicuously happy disposition`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100024" #> #> $`Conspicuously happy disposition`$`_id` #> [1] "HP_0100024<HP_0100851<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Conspicuously happy disposition`$privateGeneCount #> [1] 0 #> #> $`Conspicuously happy disposition`$publicGeneCount #> [1] 1 #> #> $`Conspicuously happy disposition`$urlId #> [1] "HP_0100024" #> #> $`Conspicuously happy disposition`$dbPhenotype #> [1] TRUE #> #> $`Conspicuously happy disposition`$`_parent` #> [1] "HP_0100851<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Conspicuously happy disposition`$`_is_leaf` #> [1] TRUE #> #> $`Conspicuously happy disposition`$children #> list() #> #> $`Conspicuously happy disposition`$value #> [1] "Conspicuously happy disposition" #> #> #> $constipation #> $constipation$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2089" #> #> $constipation$`_id` #> [1] "DOID_2089<DOID_9779<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $constipation$privateGeneCount #> [1] 0 #> #> $constipation$publicGeneCount #> [1] 6 #> #> $constipation$urlId #> [1] "DOID_2089" #> #> $constipation$dbPhenotype #> [1] TRUE #> #> $constipation$`_parent` #> [1] "DOID_9779<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $constipation$`_is_leaf` #> [1] TRUE #> #> $constipation$children #> list() #> #> $constipation$value #> [1] "constipation" #> #> #> $`Constitutional symptom` #> $`Constitutional symptom`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025142" #> #> $`Constitutional symptom`$`_id` #> [1] "HP_0025142<HP_0000118<HP_0000001" #> #> $`Constitutional symptom`$privateGeneCount #> [1] 0 #> #> $`Constitutional symptom`$publicGeneCount #> [1] 62 #> #> $`Constitutional symptom`$urlId #> [1] "HP_0025142" #> #> $`Constitutional symptom`$dbPhenotype #> [1] FALSE #> #> $`Constitutional symptom`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Constitutional symptom`$`_is_leaf` #> [1] FALSE #> #> $`Constitutional symptom`$children #> $`Constitutional symptom`$children[[1]] #> [1] "HP_0012378<HP_0025142<HP_0000118<HP_0000001" #> #> $`Constitutional symptom`$children[[2]] #> [1] "HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> #> $`Constitutional symptom`$value #> [1] "Constitutional symptom" #> #> #> $`contact dermatitis` #> $`contact dermatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2773" #> #> $`contact dermatitis`$`_id` #> [1] "DOID_2773<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`contact dermatitis`$privateGeneCount #> [1] 0 #> #> $`contact dermatitis`$publicGeneCount #> [1] 76 #> #> $`contact dermatitis`$urlId #> [1] "DOID_2773" #> #> $`contact dermatitis`$dbPhenotype #> [1] TRUE #> #> $`contact dermatitis`$`_parent` #> [1] "DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`contact dermatitis`$`_is_leaf` #> [1] FALSE #> #> $`contact dermatitis`$children #> $`contact dermatitis`$children[[1]] #> [1] "DOID_2772<DOID_2773<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`contact dermatitis`$children[[2]] #> [1] "DOID_4404<DOID_2773<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`contact dermatitis`$value #> [1] "contact dermatitis" #> #> #> $`Cor pulmonale` #> $`Cor pulmonale`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8515" #> #> $`Cor pulmonale`$`_id` #> [1] "DOID_8515<DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`Cor pulmonale`$privateGeneCount #> [1] 0 #> #> $`Cor pulmonale`$publicGeneCount #> [1] 7 #> #> $`Cor pulmonale`$urlId #> [1] "DOID_8515" #> #> $`Cor pulmonale`$dbPhenotype #> [1] TRUE #> #> $`Cor pulmonale`$`_parent` #> [1] "DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`Cor pulmonale`$`_is_leaf` #> [1] FALSE #> #> $`Cor pulmonale`$children #> $`Cor pulmonale`$children[[1]] #> [1] "DOID_12326<DOID_8515<DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`Cor pulmonale`$value #> [1] "Cor pulmonale" #> #> #> $`cornea plana` #> $`cornea plana`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060287" #> #> $`cornea plana`$`_id` #> [1] "DOID_0060287<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cornea plana`$privateGeneCount #> [1] 0 #> #> $`cornea plana`$publicGeneCount #> [1] 1 #> #> $`cornea plana`$urlId #> [1] "DOID_0060287" #> #> $`cornea plana`$dbPhenotype #> [1] TRUE #> #> $`cornea plana`$`_parent` #> [1] "DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cornea plana`$`_is_leaf` #> [1] TRUE #> #> $`cornea plana`$children #> list() #> #> $`cornea plana`$value #> [1] "cornea plana" #> #> #> $`corneal degeneration` #> $`corneal degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1237" #> #> $`corneal degeneration`$`_id` #> [1] "DOID_1237<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal degeneration`$privateGeneCount #> [1] 0 #> #> $`corneal degeneration`$publicGeneCount #> [1] 2 #> #> $`corneal degeneration`$urlId #> [1] "DOID_1237" #> #> $`corneal degeneration`$dbPhenotype #> [1] FALSE #> #> $`corneal degeneration`$`_parent` #> [1] "DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal degeneration`$`_is_leaf` #> [1] FALSE #> #> $`corneal degeneration`$children #> $`corneal degeneration`$children[[1]] #> [1] "DOID_11342<DOID_1237<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal degeneration`$children[[2]] #> [1] "DOID_11267<DOID_1237<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`corneal degeneration`$value #> [1] "corneal degeneration" #> #> #> $`corneal degeneration` #> $`corneal degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1237" #> #> $`corneal degeneration`$`_id` #> [1] "DOID_1237<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal degeneration`$privateGeneCount #> [1] 0 #> #> $`corneal degeneration`$publicGeneCount #> [1] 2 #> #> $`corneal degeneration`$urlId #> [1] "DOID_1237" #> #> $`corneal degeneration`$dbPhenotype #> [1] FALSE #> #> $`corneal degeneration`$`_parent` #> [1] "DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal degeneration`$`_is_leaf` #> [1] FALSE #> #> $`corneal degeneration`$children #> $`corneal degeneration`$children[[1]] #> [1] "DOID_11342<DOID_1237<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal degeneration`$children[[2]] #> [1] "DOID_11267<DOID_1237<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`corneal degeneration`$value #> [1] "corneal degeneration" #> #> #> $`corneal disease` #> $`corneal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10124" #> #> $`corneal disease`$`_id` #> [1] "DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal disease`$privateGeneCount #> [1] 0 #> #> $`corneal disease`$publicGeneCount #> [1] 64 #> #> $`corneal disease`$urlId #> [1] "DOID_10124" #> #> $`corneal disease`$dbPhenotype #> [1] TRUE #> #> $`corneal disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal disease`$`_is_leaf` #> [1] FALSE #> #> $`corneal disease`$children #> $`corneal disease`$children[[1]] #> [1] "DOID_14775<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal disease`$children[[2]] #> [1] "DOID_0060287<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal disease`$children[[3]] #> [1] "DOID_1237<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal disease`$children[[4]] #> [1] "DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal disease`$children[[5]] #> [1] "DOID_11030<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal disease`$children[[6]] #> [1] "DOID_4677<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal disease`$children[[7]] #> [1] "DOID_10126<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal disease`$children[[8]] #> [1] "DOID_0002116<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`corneal disease`$value #> [1] "corneal disease" #> #> #> $`corneal dystrophy` #> $`corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2566" #> #> $`corneal dystrophy`$`_id` #> [1] "DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`corneal dystrophy`$publicGeneCount #> [1] 21 #> #> $`corneal dystrophy`$urlId #> [1] "DOID_2566" #> #> $`corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`corneal dystrophy`$`_parent` #> [1] "DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`corneal dystrophy`$children #> $`corneal dystrophy`$children[[1]] #> [1] "DOID_0060443<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal dystrophy`$children[[2]] #> [1] "DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal dystrophy`$children[[3]] #> [1] "DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal dystrophy`$children[[4]] #> [1] "DOID_0060457<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal dystrophy`$children[[5]] #> [1] "DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`corneal dystrophy`$value #> [1] "corneal dystrophy" #> #> #> $`corneal edema` #> $`corneal edema`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11030" #> #> $`corneal edema`$`_id` #> [1] "DOID_11030<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal edema`$privateGeneCount #> [1] 0 #> #> $`corneal edema`$publicGeneCount #> [1] 1 #> #> $`corneal edema`$urlId #> [1] "DOID_11030" #> #> $`corneal edema`$dbPhenotype #> [1] TRUE #> #> $`corneal edema`$`_parent` #> [1] "DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal edema`$`_is_leaf` #> [1] TRUE #> #> $`corneal edema`$children #> list() #> #> $`corneal edema`$value #> [1] "corneal edema" #> #> #> $`corneal endothelial dystrophy` #> $`corneal endothelial dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060443" #> #> $`corneal endothelial dystrophy`$`_id` #> [1] "DOID_0060443<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal endothelial dystrophy`$privateGeneCount #> [1] 0 #> #> $`corneal endothelial dystrophy`$publicGeneCount #> [1] 9 #> #> $`corneal endothelial dystrophy`$urlId #> [1] "DOID_0060443" #> #> $`corneal endothelial dystrophy`$dbPhenotype #> [1] FALSE #> #> $`corneal endothelial dystrophy`$`_parent` #> [1] "DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal endothelial dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`corneal endothelial dystrophy`$children #> $`corneal endothelial dystrophy`$children[[1]] #> [1] "DOID_11555<DOID_0060443<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`corneal endothelial dystrophy`$value #> [1] "corneal endothelial dystrophy" #> #> #> $`corneal neovascularization` #> $`corneal neovascularization`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11382" #> #> $`corneal neovascularization`$`_id` #> [1] "DOID_11382<DOID_4677<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal neovascularization`$privateGeneCount #> [1] 0 #> #> $`corneal neovascularization`$publicGeneCount #> [1] 5 #> #> $`corneal neovascularization`$urlId #> [1] "DOID_11382" #> #> $`corneal neovascularization`$dbPhenotype #> [1] TRUE #> #> $`corneal neovascularization`$`_parent` #> [1] "DOID_4677<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal neovascularization`$`_is_leaf` #> [1] TRUE #> #> $`corneal neovascularization`$children #> list() #> #> $`corneal neovascularization`$value #> [1] "corneal neovascularization" #> #> #> $`Corneal opacity` #> $`Corneal opacity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007957" #> #> $`Corneal opacity`$`_id` #> [1] "HP_0007957<HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Corneal opacity`$privateGeneCount #> [1] 0 #> #> $`Corneal opacity`$publicGeneCount #> [1] 4 #> #> $`Corneal opacity`$urlId #> [1] "HP_0007957" #> #> $`Corneal opacity`$dbPhenotype #> [1] FALSE #> #> $`Corneal opacity`$`_parent` #> [1] "HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Corneal opacity`$`_is_leaf` #> [1] FALSE #> #> $`Corneal opacity`$children #> $`Corneal opacity`$children[[1]] #> [1] "HP_0007759<HP_0007957<HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Corneal opacity`$value #> [1] "Corneal opacity" #> #> #> $`corneal ulcer` #> $`corneal ulcer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8463" #> #> $`corneal ulcer`$`_id` #> [1] "DOID_8463<DOID_4677<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal ulcer`$privateGeneCount #> [1] 0 #> #> $`corneal ulcer`$publicGeneCount #> [1] 5 #> #> $`corneal ulcer`$urlId #> [1] "DOID_8463" #> #> $`corneal ulcer`$dbPhenotype #> [1] TRUE #> #> $`corneal ulcer`$`_parent` #> [1] "DOID_4677<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal ulcer`$`_is_leaf` #> [1] TRUE #> #> $`corneal ulcer`$children #> list() #> #> $`corneal ulcer`$value #> [1] "corneal ulcer" #> #> #> $`Cornelia de Lange syndrome` #> $`Cornelia de Lange syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11725" #> #> $`Cornelia de Lange syndrome`$`_id` #> [1] "DOID_11725<DOID_0050177<DOID_630<DOID_4" #> #> $`Cornelia de Lange syndrome`$privateGeneCount #> [1] 0 #> #> $`Cornelia de Lange syndrome`$publicGeneCount #> [1] 5 #> #> $`Cornelia de Lange syndrome`$urlId #> [1] "DOID_11725" #> #> $`Cornelia de Lange syndrome`$dbPhenotype #> [1] TRUE #> #> $`Cornelia de Lange syndrome`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`Cornelia de Lange syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Cornelia de Lange syndrome`$children #> list() #> #> $`Cornelia de Lange syndrome`$value #> [1] "Cornelia de Lange syndrome" #> #> #> $`Cornelia de Lange syndrome` #> $`Cornelia de Lange syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11725" #> #> $`Cornelia de Lange syndrome`$`_id` #> [1] "DOID_11725<DOID_225<DOID_4" #> #> $`Cornelia de Lange syndrome`$privateGeneCount #> [1] 0 #> #> $`Cornelia de Lange syndrome`$publicGeneCount #> [1] 5 #> #> $`Cornelia de Lange syndrome`$urlId #> [1] "DOID_11725" #> #> $`Cornelia de Lange syndrome`$dbPhenotype #> [1] TRUE #> #> $`Cornelia de Lange syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Cornelia de Lange syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Cornelia de Lange syndrome`$children #> list() #> #> $`Cornelia de Lange syndrome`$value #> [1] "Cornelia de Lange syndrome" #> #> #> $`coronary aneurysm` #> $`coronary aneurysm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3362" #> #> $`coronary aneurysm`$`_id` #> [1] "DOID_3362<DOID_9768<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`coronary aneurysm`$privateGeneCount #> [1] 0 #> #> $`coronary aneurysm`$publicGeneCount #> [1] 5 #> #> $`coronary aneurysm`$urlId #> [1] "DOID_3362" #> #> $`coronary aneurysm`$dbPhenotype #> [1] TRUE #> #> $`coronary aneurysm`$`_parent` #> [1] "DOID_9768<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`coronary aneurysm`$`_is_leaf` #> [1] TRUE #> #> $`coronary aneurysm`$children #> list() #> #> $`coronary aneurysm`$value #> [1] "coronary aneurysm" #> #> #> $`coronary artery disease` #> $`coronary artery disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3393" #> #> $`coronary artery disease`$`_id` #> [1] "DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary artery disease`$privateGeneCount #> [1] 0 #> #> $`coronary artery disease`$publicGeneCount #> [1] 552 #> #> $`coronary artery disease`$urlId #> [1] "DOID_3393" #> #> $`coronary artery disease`$dbPhenotype #> [1] TRUE #> #> $`coronary artery disease`$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary artery disease`$`_is_leaf` #> [1] FALSE #> #> $`coronary artery disease`$children #> $`coronary artery disease`$children[[1]] #> [1] "DOID_11840<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary artery disease`$children[[2]] #> [1] "DOID_4248<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary artery disease`$children[[3]] #> [1] "DOID_11847<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary artery disease`$children[[4]] #> [1] "DOID_8805<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary artery disease`$children[[5]] #> [1] "DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`coronary artery disease`$value #> [1] "coronary artery disease" #> #> #> $`coronary artery vasospasm` #> $`coronary artery vasospasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11840" #> #> $`coronary artery vasospasm`$`_id` #> [1] "DOID_11840<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary artery vasospasm`$privateGeneCount #> [1] 0 #> #> $`coronary artery vasospasm`$publicGeneCount #> [1] 4 #> #> $`coronary artery vasospasm`$urlId #> [1] "DOID_11840" #> #> $`coronary artery vasospasm`$dbPhenotype #> [1] TRUE #> #> $`coronary artery vasospasm`$`_parent` #> [1] "DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary artery vasospasm`$`_is_leaf` #> [1] TRUE #> #> $`coronary artery vasospasm`$children #> list() #> #> $`coronary artery vasospasm`$value #> [1] "coronary artery vasospasm" #> #> #> $`coronary restenosis` #> $`coronary restenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4247" #> #> $`coronary restenosis`$`_id` #> [1] "DOID_4247<DOID_4248<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary restenosis`$privateGeneCount #> [1] 0 #> #> $`coronary restenosis`$publicGeneCount #> [1] 15 #> #> $`coronary restenosis`$urlId #> [1] "DOID_4247" #> #> $`coronary restenosis`$dbPhenotype #> [1] TRUE #> #> $`coronary restenosis`$`_parent` #> [1] "DOID_4248<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary restenosis`$`_is_leaf` #> [1] TRUE #> #> $`coronary restenosis`$children #> list() #> #> $`coronary restenosis`$value #> [1] "coronary restenosis" #> #> #> $`coronary stenosis` #> $`coronary stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4248" #> #> $`coronary stenosis`$`_id` #> [1] "DOID_4248<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary stenosis`$privateGeneCount #> [1] 0 #> #> $`coronary stenosis`$publicGeneCount #> [1] 23 #> #> $`coronary stenosis`$urlId #> [1] "DOID_4248" #> #> $`coronary stenosis`$dbPhenotype #> [1] TRUE #> #> $`coronary stenosis`$`_parent` #> [1] "DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary stenosis`$`_is_leaf` #> [1] FALSE #> #> $`coronary stenosis`$children #> $`coronary stenosis`$children[[1]] #> [1] "DOID_4247<DOID_4248<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`coronary stenosis`$value #> [1] "coronary stenosis" #> #> #> $`coronary thrombosis` #> $`coronary thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11847" #> #> $`coronary thrombosis`$`_id` #> [1] "DOID_11847<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary thrombosis`$privateGeneCount #> [1] 0 #> #> $`coronary thrombosis`$publicGeneCount #> [1] 2 #> #> $`coronary thrombosis`$urlId #> [1] "DOID_11847" #> #> $`coronary thrombosis`$dbPhenotype #> [1] TRUE #> #> $`coronary thrombosis`$`_parent` #> [1] "DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`coronary thrombosis`$children #> list() #> #> $`coronary thrombosis`$value #> [1] "coronary thrombosis" #> #> #> $`coronary thrombosis` #> $`coronary thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11847" #> #> $`coronary thrombosis`$`_id` #> [1] "DOID_11847<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary thrombosis`$privateGeneCount #> [1] 0 #> #> $`coronary thrombosis`$publicGeneCount #> [1] 2 #> #> $`coronary thrombosis`$urlId #> [1] "DOID_11847" #> #> $`coronary thrombosis`$dbPhenotype #> [1] TRUE #> #> $`coronary thrombosis`$`_parent` #> [1] "DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`coronary thrombosis`$children #> list() #> #> $`coronary thrombosis`$value #> [1] "coronary thrombosis" #> #> #> $`Coronavirus infectious disease` #> $`Coronavirus infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080599" #> #> $`Coronavirus infectious disease`$`_id` #> [1] "DOID_0080599<DOID_934<DOID_0050117<DOID_4" #> #> $`Coronavirus infectious disease`$privateGeneCount #> [1] 0 #> #> $`Coronavirus infectious disease`$publicGeneCount #> [1] 4 #> #> $`Coronavirus infectious disease`$urlId #> [1] "DOID_0080599" #> #> $`Coronavirus infectious disease`$dbPhenotype #> [1] FALSE #> #> $`Coronavirus infectious disease`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`Coronavirus infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`Coronavirus infectious disease`$children #> $`Coronavirus infectious disease`$children[[1]] #> [1] "DOID_2945<DOID_0080599<DOID_934<DOID_0050117<DOID_4" #> #> #> $`Coronavirus infectious disease`$value #> [1] "Coronavirus infectious disease" #> #> #> $`Cortical dysplasia` #> $`Cortical dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002539" #> #> $`Cortical dysplasia`$`_id` #> [1] "HP_0002539<HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cortical dysplasia`$privateGeneCount #> [1] 0 #> #> $`Cortical dysplasia`$publicGeneCount #> [1] 2 #> #> $`Cortical dysplasia`$urlId #> [1] "HP_0002539" #> #> $`Cortical dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Cortical dysplasia`$`_parent` #> [1] "HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cortical dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Cortical dysplasia`$children #> list() #> #> $`Cortical dysplasia`$value #> [1] "Cortical dysplasia" #> #> #> $`Costello syndrome` #> $`Costello syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050469" #> #> $`Costello syndrome`$`_id` #> [1] "DOID_0050469<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Costello syndrome`$privateGeneCount #> [1] 0 #> #> $`Costello syndrome`$publicGeneCount #> [1] 6 #> #> $`Costello syndrome`$urlId #> [1] "DOID_0050469" #> #> $`Costello syndrome`$dbPhenotype #> [1] TRUE #> #> $`Costello syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Costello syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Costello syndrome`$children #> list() #> #> $`Costello syndrome`$value #> [1] "Costello syndrome" #> #> #> $`Costello syndrome` #> $`Costello syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050469" #> #> $`Costello syndrome`$`_id` #> [1] "DOID_0050469<DOID_0080690<DOID_225<DOID_4" #> #> $`Costello syndrome`$privateGeneCount #> [1] 0 #> #> $`Costello syndrome`$publicGeneCount #> [1] 6 #> #> $`Costello syndrome`$urlId #> [1] "DOID_0050469" #> #> $`Costello syndrome`$dbPhenotype #> [1] TRUE #> #> $`Costello syndrome`$`_parent` #> [1] "DOID_0080690<DOID_225<DOID_4" #> #> $`Costello syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Costello syndrome`$children #> list() #> #> $`Costello syndrome`$value #> [1] "Costello syndrome" #> #> #> $Cough #> $Cough$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012735" #> #> $Cough$`_id` #> [1] "HP_0012735<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Cough$privateGeneCount #> [1] 0 #> #> $Cough$publicGeneCount #> [1] 9 #> #> $Cough$urlId #> [1] "HP_0012735" #> #> $Cough$dbPhenotype #> [1] TRUE #> #> $Cough$`_parent` #> [1] "HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Cough$`_is_leaf` #> [1] TRUE #> #> $Cough$children #> list() #> #> $Cough$value #> [1] "Cough" #> #> #> $`Cowden syndrome` #> $`Cowden syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6457" #> #> $`Cowden syndrome`$`_id` #> [1] "DOID_6457<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Cowden syndrome`$privateGeneCount #> [1] 0 #> #> $`Cowden syndrome`$publicGeneCount #> [1] 7 #> #> $`Cowden syndrome`$urlId #> [1] "DOID_6457" #> #> $`Cowden syndrome`$dbPhenotype #> [1] TRUE #> #> $`Cowden syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Cowden syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Cowden syndrome`$children #> list() #> #> $`Cowden syndrome`$value #> [1] "Cowden syndrome" #> #> #> $`Cowden syndrome` #> $`Cowden syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6457" #> #> $`Cowden syndrome`$`_id` #> [1] "DOID_6457<DOID_225<DOID_4" #> #> $`Cowden syndrome`$privateGeneCount #> [1] 0 #> #> $`Cowden syndrome`$publicGeneCount #> [1] 7 #> #> $`Cowden syndrome`$urlId #> [1] "DOID_6457" #> #> $`Cowden syndrome`$dbPhenotype #> [1] TRUE #> #> $`Cowden syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Cowden syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Cowden syndrome`$children #> list() #> #> $`Cowden syndrome`$value #> [1] "Cowden syndrome" #> #> #> $`cranial nerve disease` #> $`cranial nerve disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5656" #> #> $`cranial nerve disease`$`_id` #> [1] "DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve disease`$privateGeneCount #> [1] 0 #> #> $`cranial nerve disease`$publicGeneCount #> [1] 77 #> #> $`cranial nerve disease`$urlId #> [1] "DOID_5656" #> #> $`cranial nerve disease`$dbPhenotype #> [1] TRUE #> #> $`cranial nerve disease`$`_parent` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve disease`$`_is_leaf` #> [1] FALSE #> #> $`cranial nerve disease`$children #> $`cranial nerve disease`$children[[1]] #> [1] "DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve disease`$children[[2]] #> [1] "DOID_3817<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve disease`$children[[3]] #> [1] "DOID_1756<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve disease`$children[[4]] #> [1] "DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve disease`$children[[5]] #> [1] "DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve disease`$children[[6]] #> [1] "DOID_12657<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`cranial nerve disease`$value #> [1] "cranial nerve disease" #> #> #> $`cranial nerve malignant neoplasm` #> $`cranial nerve malignant neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2815" #> #> $`cranial nerve malignant neoplasm`$`_id` #> [1] "DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cranial nerve malignant neoplasm`$privateGeneCount #> [1] 0 #> #> $`cranial nerve malignant neoplasm`$publicGeneCount #> [1] 1 #> #> $`cranial nerve malignant neoplasm`$urlId #> [1] "DOID_2815" #> #> $`cranial nerve malignant neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cranial nerve malignant neoplasm`$`_parent` #> [1] "DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cranial nerve malignant neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cranial nerve malignant neoplasm`$children #> $`cranial nerve malignant neoplasm`$children[[1]] #> [1] "DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cranial nerve malignant neoplasm`$value #> [1] "cranial nerve malignant neoplasm" #> #> #> $`cranial nerve malignant neoplasm` #> $`cranial nerve malignant neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2815" #> #> $`cranial nerve malignant neoplasm`$`_id` #> [1] "DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve malignant neoplasm`$privateGeneCount #> [1] 0 #> #> $`cranial nerve malignant neoplasm`$publicGeneCount #> [1] 1 #> #> $`cranial nerve malignant neoplasm`$urlId #> [1] "DOID_2815" #> #> $`cranial nerve malignant neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cranial nerve malignant neoplasm`$`_parent` #> [1] "DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve malignant neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cranial nerve malignant neoplasm`$children #> $`cranial nerve malignant neoplasm`$children[[1]] #> [1] "DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`cranial nerve malignant neoplasm`$value #> [1] "cranial nerve malignant neoplasm" #> #> #> $`cranial nerve malignant neoplasm` #> $`cranial nerve malignant neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2815" #> #> $`cranial nerve malignant neoplasm`$`_id` #> [1] "DOID_2815<DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve malignant neoplasm`$privateGeneCount #> [1] 0 #> #> $`cranial nerve malignant neoplasm`$publicGeneCount #> [1] 1 #> #> $`cranial nerve malignant neoplasm`$urlId #> [1] "DOID_2815" #> #> $`cranial nerve malignant neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cranial nerve malignant neoplasm`$`_parent` #> [1] "DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve malignant neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cranial nerve malignant neoplasm`$children #> $`cranial nerve malignant neoplasm`$children[[1]] #> [1] "DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cranial nerve malignant neoplasm`$value #> [1] "cranial nerve malignant neoplasm" #> #> #> $`cranial nerve malignant neoplasm` #> $`cranial nerve malignant neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2815" #> #> $`cranial nerve malignant neoplasm`$`_id` #> [1] "DOID_2815<DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve malignant neoplasm`$privateGeneCount #> [1] 0 #> #> $`cranial nerve malignant neoplasm`$publicGeneCount #> [1] 1 #> #> $`cranial nerve malignant neoplasm`$urlId #> [1] "DOID_2815" #> #> $`cranial nerve malignant neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cranial nerve malignant neoplasm`$`_parent` #> [1] "DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve malignant neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cranial nerve malignant neoplasm`$children #> $`cranial nerve malignant neoplasm`$children[[1]] #> [1] "DOID_366<DOID_2815<DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`cranial nerve malignant neoplasm`$value #> [1] "cranial nerve malignant neoplasm" #> #> #> $`cranial nerve neoplasm` #> $`cranial nerve neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_338" #> #> $`cranial nerve neoplasm`$`_id` #> [1] "DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cranial nerve neoplasm`$privateGeneCount #> [1] 0 #> #> $`cranial nerve neoplasm`$publicGeneCount #> [1] 1 #> #> $`cranial nerve neoplasm`$urlId #> [1] "DOID_338" #> #> $`cranial nerve neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cranial nerve neoplasm`$`_parent` #> [1] "DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cranial nerve neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cranial nerve neoplasm`$children #> $`cranial nerve neoplasm`$children[[1]] #> [1] "DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cranial nerve neoplasm`$value #> [1] "cranial nerve neoplasm" #> #> #> $`cranial nerve neoplasm` #> $`cranial nerve neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_338" #> #> $`cranial nerve neoplasm`$`_id` #> [1] "DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve neoplasm`$privateGeneCount #> [1] 0 #> #> $`cranial nerve neoplasm`$publicGeneCount #> [1] 1 #> #> $`cranial nerve neoplasm`$urlId #> [1] "DOID_338" #> #> $`cranial nerve neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cranial nerve neoplasm`$`_parent` #> [1] "DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cranial nerve neoplasm`$children #> $`cranial nerve neoplasm`$children[[1]] #> [1] "DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`cranial nerve neoplasm`$value #> [1] "cranial nerve neoplasm" #> #> #> $`cranial nerve neoplasm` #> $`cranial nerve neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_338" #> #> $`cranial nerve neoplasm`$`_id` #> [1] "DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve neoplasm`$privateGeneCount #> [1] 0 #> #> $`cranial nerve neoplasm`$publicGeneCount #> [1] 1 #> #> $`cranial nerve neoplasm`$urlId #> [1] "DOID_338" #> #> $`cranial nerve neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cranial nerve neoplasm`$`_parent` #> [1] "DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cranial nerve neoplasm`$children #> $`cranial nerve neoplasm`$children[[1]] #> [1] "DOID_2815<DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cranial nerve neoplasm`$value #> [1] "cranial nerve neoplasm" #> #> #> $`cranial nerve neoplasm` #> $`cranial nerve neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_338" #> #> $`cranial nerve neoplasm`$`_id` #> [1] "DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve neoplasm`$privateGeneCount #> [1] 0 #> #> $`cranial nerve neoplasm`$publicGeneCount #> [1] 1 #> #> $`cranial nerve neoplasm`$urlId #> [1] "DOID_338" #> #> $`cranial nerve neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cranial nerve neoplasm`$`_parent` #> [1] "DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cranial nerve neoplasm`$children #> $`cranial nerve neoplasm`$children[[1]] #> [1] "DOID_2815<DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`cranial nerve neoplasm`$value #> [1] "cranial nerve neoplasm" #> #> #> $`cranial nerve palsy` #> $`cranial nerve palsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3817" #> #> $`cranial nerve palsy`$`_id` #> [1] "DOID_3817<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve palsy`$privateGeneCount #> [1] 0 #> #> $`cranial nerve palsy`$publicGeneCount #> [1] 1 #> #> $`cranial nerve palsy`$urlId #> [1] "DOID_3817" #> #> $`cranial nerve palsy`$dbPhenotype #> [1] TRUE #> #> $`cranial nerve palsy`$`_parent` #> [1] "DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve palsy`$`_is_leaf` #> [1] TRUE #> #> $`cranial nerve palsy`$children #> list() #> #> $`cranial nerve palsy`$value #> [1] "cranial nerve palsy" #> #> #> $`Craniofacial dystonia` #> $`Craniofacial dystonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012179" #> #> $`Craniofacial dystonia`$`_id` #> [1] "HP_0012179<HP_0004373<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Craniofacial dystonia`$privateGeneCount #> [1] 0 #> #> $`Craniofacial dystonia`$publicGeneCount #> [1] 3 #> #> $`Craniofacial dystonia`$urlId #> [1] "HP_0012179" #> #> $`Craniofacial dystonia`$dbPhenotype #> [1] FALSE #> #> $`Craniofacial dystonia`$`_parent` #> [1] "HP_0004373<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Craniofacial dystonia`$`_is_leaf` #> [1] FALSE #> #> $`Craniofacial dystonia`$children #> $`Craniofacial dystonia`$children[[1]] #> [1] "HP_0000473<HP_0012179<HP_0004373<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Craniofacial dystonia`$value #> [1] "Craniofacial dystonia" #> #> #> $`craniofrontonasal syndrome` #> $`craniofrontonasal syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14737" #> #> $`craniofrontonasal syndrome`$`_id` #> [1] "DOID_14737<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`craniofrontonasal syndrome`$privateGeneCount #> [1] 0 #> #> $`craniofrontonasal syndrome`$publicGeneCount #> [1] 1 #> #> $`craniofrontonasal syndrome`$urlId #> [1] "DOID_14737" #> #> $`craniofrontonasal syndrome`$dbPhenotype #> [1] TRUE #> #> $`craniofrontonasal syndrome`$`_parent` #> [1] "DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`craniofrontonasal syndrome`$`_is_leaf` #> [1] TRUE #> #> $`craniofrontonasal syndrome`$children #> list() #> #> $`craniofrontonasal syndrome`$value #> [1] "craniofrontonasal syndrome" #> #> #> $`craniofrontonasal syndrome` #> $`craniofrontonasal syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14737" #> #> $`craniofrontonasal syndrome`$`_id` #> [1] "DOID_14737<DOID_225<DOID_4" #> #> $`craniofrontonasal syndrome`$privateGeneCount #> [1] 0 #> #> $`craniofrontonasal syndrome`$publicGeneCount #> [1] 1 #> #> $`craniofrontonasal syndrome`$urlId #> [1] "DOID_14737" #> #> $`craniofrontonasal syndrome`$dbPhenotype #> [1] TRUE #> #> $`craniofrontonasal syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`craniofrontonasal syndrome`$`_is_leaf` #> [1] TRUE #> #> $`craniofrontonasal syndrome`$children #> list() #> #> $`craniofrontonasal syndrome`$value #> [1] "craniofrontonasal syndrome" #> #> #> $`craniometaphyseal dysplasia` #> $`craniometaphyseal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080033" #> #> $`craniometaphyseal dysplasia`$`_id` #> [1] "DOID_0080033<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`craniometaphyseal dysplasia`$privateGeneCount #> [1] 0 #> #> $`craniometaphyseal dysplasia`$publicGeneCount #> [1] 5 #> #> $`craniometaphyseal dysplasia`$urlId #> [1] "DOID_0080033" #> #> $`craniometaphyseal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`craniometaphyseal dysplasia`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`craniometaphyseal dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`craniometaphyseal dysplasia`$children #> list() #> #> $`craniometaphyseal dysplasia`$value #> [1] "craniometaphyseal dysplasia" #> #> #> $`craniometaphyseal dysplasia` #> $`craniometaphyseal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080033" #> #> $`craniometaphyseal dysplasia`$`_id` #> [1] "DOID_0080033<DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`craniometaphyseal dysplasia`$privateGeneCount #> [1] 0 #> #> $`craniometaphyseal dysplasia`$publicGeneCount #> [1] 5 #> #> $`craniometaphyseal dysplasia`$urlId #> [1] "DOID_0080033" #> #> $`craniometaphyseal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`craniometaphyseal dysplasia`$`_parent` #> [1] "DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`craniometaphyseal dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`craniometaphyseal dysplasia`$children #> list() #> #> $`craniometaphyseal dysplasia`$value #> [1] "craniometaphyseal dysplasia" #> #> #> $craniopharyngioma #> $craniopharyngioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3840" #> #> $craniopharyngioma$`_id` #> [1] "DOID_3840<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $craniopharyngioma$privateGeneCount #> [1] 0 #> #> $craniopharyngioma$publicGeneCount #> [1] 2 #> #> $craniopharyngioma$urlId #> [1] "DOID_3840" #> #> $craniopharyngioma$dbPhenotype #> [1] TRUE #> #> $craniopharyngioma$`_parent` #> [1] "DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $craniopharyngioma$`_is_leaf` #> [1] FALSE #> #> $craniopharyngioma$children #> $craniopharyngioma$children[[1]] #> [1] "DOID_3846<DOID_3840<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $craniopharyngioma$children[[2]] #> [1] "DOID_3847<DOID_3840<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $craniopharyngioma$value #> [1] "craniopharyngioma" #> #> #> $craniopharyngioma #> $craniopharyngioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3840" #> #> $craniopharyngioma$`_id` #> [1] "DOID_3840<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $craniopharyngioma$privateGeneCount #> [1] 0 #> #> $craniopharyngioma$publicGeneCount #> [1] 2 #> #> $craniopharyngioma$urlId #> [1] "DOID_3840" #> #> $craniopharyngioma$dbPhenotype #> [1] TRUE #> #> $craniopharyngioma$`_parent` #> [1] "DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $craniopharyngioma$`_is_leaf` #> [1] FALSE #> #> $craniopharyngioma$children #> $craniopharyngioma$children[[1]] #> [1] "DOID_3846<DOID_3840<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $craniopharyngioma$children[[2]] #> [1] "DOID_3847<DOID_3840<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> #> $craniopharyngioma$value #> [1] "craniopharyngioma" #> #> #> $craniopharyngioma #> $craniopharyngioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3840" #> #> $craniopharyngioma$`_id` #> [1] "DOID_3840<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $craniopharyngioma$privateGeneCount #> [1] 0 #> #> $craniopharyngioma$publicGeneCount #> [1] 2 #> #> $craniopharyngioma$urlId #> [1] "DOID_3840" #> #> $craniopharyngioma$dbPhenotype #> [1] TRUE #> #> $craniopharyngioma$`_parent` #> [1] "DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $craniopharyngioma$`_is_leaf` #> [1] FALSE #> #> $craniopharyngioma$children #> $craniopharyngioma$children[[1]] #> [1] "DOID_3846<DOID_3840<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $craniopharyngioma$children[[2]] #> [1] "DOID_3847<DOID_3840<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $craniopharyngioma$value #> [1] "craniopharyngioma" #> #> #> $craniosynostosis #> $craniosynostosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2340" #> #> $craniosynostosis$`_id` #> [1] "DOID_2340<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $craniosynostosis$privateGeneCount #> [1] 0 #> #> $craniosynostosis$publicGeneCount #> [1] 23 #> #> $craniosynostosis$urlId #> [1] "DOID_2340" #> #> $craniosynostosis$dbPhenotype #> [1] TRUE #> #> $craniosynostosis$`_parent` #> [1] "DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $craniosynostosis$`_is_leaf` #> [1] FALSE #> #> $craniosynostosis$children #> $craniosynostosis$children[[1]] #> [1] "DOID_2339<DOID_2340<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $craniosynostosis$value #> [1] "craniosynostosis" #> #> #> $`creatine transporter deficiency` #> $`creatine transporter deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050800" #> #> $`creatine transporter deficiency`$`_id` #> [1] "DOID_0050800<DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`creatine transporter deficiency`$privateGeneCount #> [1] 0 #> #> $`creatine transporter deficiency`$publicGeneCount #> [1] 1 #> #> $`creatine transporter deficiency`$urlId #> [1] "DOID_0050800" #> #> $`creatine transporter deficiency`$dbPhenotype #> [1] TRUE #> #> $`creatine transporter deficiency`$`_parent` #> [1] "DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`creatine transporter deficiency`$`_is_leaf` #> [1] TRUE #> #> $`creatine transporter deficiency`$children #> list() #> #> $`creatine transporter deficiency`$value #> [1] "creatine transporter deficiency" #> #> #> $`Creutzfeldt-Jakob disease` #> $`Creutzfeldt-Jakob disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11949" #> #> $`Creutzfeldt-Jakob disease`$`_id` #> [1] "DOID_11949<DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Creutzfeldt-Jakob disease`$privateGeneCount #> [1] 0 #> #> $`Creutzfeldt-Jakob disease`$publicGeneCount #> [1] 19 #> #> $`Creutzfeldt-Jakob disease`$urlId #> [1] "DOID_11949" #> #> $`Creutzfeldt-Jakob disease`$dbPhenotype #> [1] TRUE #> #> $`Creutzfeldt-Jakob disease`$`_parent` #> [1] "DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Creutzfeldt-Jakob disease`$`_is_leaf` #> [1] TRUE #> #> $`Creutzfeldt-Jakob disease`$children #> list() #> #> $`Creutzfeldt-Jakob disease`$value #> [1] "Creutzfeldt-Jakob disease" #> #> #> $`Cri-Du-Chat syndrome` #> $`Cri-Du-Chat syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12580" #> #> $`Cri-Du-Chat syndrome`$`_id` #> [1] "DOID_12580<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`Cri-Du-Chat syndrome`$privateGeneCount #> [1] 0 #> #> $`Cri-Du-Chat syndrome`$publicGeneCount #> [1] 1 #> #> $`Cri-Du-Chat syndrome`$urlId #> [1] "DOID_12580" #> #> $`Cri-Du-Chat syndrome`$dbPhenotype #> [1] TRUE #> #> $`Cri-Du-Chat syndrome`$`_parent` #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`Cri-Du-Chat syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Cri-Du-Chat syndrome`$children #> list() #> #> $`Cri-Du-Chat syndrome`$value #> [1] "Cri-Du-Chat syndrome" #> #> #> $`Cri-Du-Chat syndrome` #> $`Cri-Du-Chat syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12580" #> #> $`Cri-Du-Chat syndrome`$`_id` #> [1] "DOID_12580<DOID_225<DOID_4" #> #> $`Cri-Du-Chat syndrome`$privateGeneCount #> [1] 0 #> #> $`Cri-Du-Chat syndrome`$publicGeneCount #> [1] 1 #> #> $`Cri-Du-Chat syndrome`$urlId #> [1] "DOID_12580" #> #> $`Cri-Du-Chat syndrome`$dbPhenotype #> [1] TRUE #> #> $`Cri-Du-Chat syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Cri-Du-Chat syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Cri-Du-Chat syndrome`$children #> list() #> #> $`Cri-Du-Chat syndrome`$value #> [1] "Cri-Du-Chat syndrome" #> #> #> $`cribriform carcinoma` #> $`cribriform carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5675" #> #> $`cribriform carcinoma`$`_id` #> [1] "DOID_5675<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`cribriform carcinoma`$privateGeneCount #> [1] 0 #> #> $`cribriform carcinoma`$publicGeneCount #> [1] 153 #> #> $`cribriform carcinoma`$urlId #> [1] "DOID_5675" #> #> $`cribriform carcinoma`$dbPhenotype #> [1] TRUE #> #> $`cribriform carcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`cribriform carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`cribriform carcinoma`$children #> list() #> #> $`cribriform carcinoma`$value #> [1] "cribriform carcinoma" #> #> #> $`cribriform carcinoma` #> $`cribriform carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5675" #> #> $`cribriform carcinoma`$`_id` #> [1] "DOID_5675<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cribriform carcinoma`$privateGeneCount #> [1] 0 #> #> $`cribriform carcinoma`$publicGeneCount #> [1] 153 #> #> $`cribriform carcinoma`$urlId #> [1] "DOID_5675" #> #> $`cribriform carcinoma`$dbPhenotype #> [1] TRUE #> #> $`cribriform carcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cribriform carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`cribriform carcinoma`$children #> list() #> #> $`cribriform carcinoma`$value #> [1] "cribriform carcinoma" #> #> #> $`cribriform carcinoma` #> $`cribriform carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5675" #> #> $`cribriform carcinoma`$`_id` #> [1] "DOID_5675<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`cribriform carcinoma`$privateGeneCount #> [1] 0 #> #> $`cribriform carcinoma`$publicGeneCount #> [1] 153 #> #> $`cribriform carcinoma`$urlId #> [1] "DOID_5675" #> #> $`cribriform carcinoma`$dbPhenotype #> [1] TRUE #> #> $`cribriform carcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`cribriform carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`cribriform carcinoma`$children #> list() #> #> $`cribriform carcinoma`$value #> [1] "cribriform carcinoma" #> #> #> $`Crigler-Najjar syndrome` #> $`Crigler-Najjar syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3803" #> #> $`Crigler-Najjar syndrome`$`_id` #> [1] "DOID_3803<DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> $`Crigler-Najjar syndrome`$privateGeneCount #> [1] 0 #> #> $`Crigler-Najjar syndrome`$publicGeneCount #> [1] 1 #> #> $`Crigler-Najjar syndrome`$urlId #> [1] "DOID_3803" #> #> $`Crigler-Najjar syndrome`$dbPhenotype #> [1] TRUE #> #> $`Crigler-Najjar syndrome`$`_parent` #> [1] "DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> $`Crigler-Najjar syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Crigler-Najjar syndrome`$children #> list() #> #> $`Crigler-Najjar syndrome`$value #> [1] "Crigler-Najjar syndrome" #> #> #> $`critical illness polyneuropathy` #> $`critical illness polyneuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14402" #> #> $`critical illness polyneuropathy`$`_id` #> [1] "DOID_14402<DOID_2537<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`critical illness polyneuropathy`$privateGeneCount #> [1] 0 #> #> $`critical illness polyneuropathy`$publicGeneCount #> [1] 9 #> #> $`critical illness polyneuropathy`$urlId #> [1] "DOID_14402" #> #> $`critical illness polyneuropathy`$dbPhenotype #> [1] TRUE #> #> $`critical illness polyneuropathy`$`_parent` #> [1] "DOID_2537<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`critical illness polyneuropathy`$`_is_leaf` #> [1] TRUE #> #> $`critical illness polyneuropathy`$children #> list() #> #> $`critical illness polyneuropathy`$value #> [1] "critical illness polyneuropathy" #> #> #> $`Crohn's disease` #> $`Crohn's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8778" #> #> $`Crohn's disease`$`_id` #> [1] "DOID_8778<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`Crohn's disease`$privateGeneCount #> [1] 0 #> #> $`Crohn's disease`$publicGeneCount #> [1] 97 #> #> $`Crohn's disease`$urlId #> [1] "DOID_8778" #> #> $`Crohn's disease`$dbPhenotype #> [1] TRUE #> #> $`Crohn's disease`$`_parent` #> [1] "DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`Crohn's disease`$`_is_leaf` #> [1] FALSE #> #> $`Crohn's disease`$children #> $`Crohn's disease`$children[[1]] #> [1] "DOID_0060189<DOID_8778<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`Crohn's disease`$value #> [1] "Crohn's disease" #> #> #> $`Crouzon syndrome` #> $`Crouzon syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2339" #> #> $`Crouzon syndrome`$`_id` #> [1] "DOID_2339<DOID_2340<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Crouzon syndrome`$privateGeneCount #> [1] 0 #> #> $`Crouzon syndrome`$publicGeneCount #> [1] 2 #> #> $`Crouzon syndrome`$urlId #> [1] "DOID_2339" #> #> $`Crouzon syndrome`$dbPhenotype #> [1] TRUE #> #> $`Crouzon syndrome`$`_parent` #> [1] "DOID_2340<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Crouzon syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Crouzon syndrome`$children #> list() #> #> $`Crouzon syndrome`$value #> [1] "Crouzon syndrome" #> #> #> $cryptorchidism #> $cryptorchidism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11383" #> #> $cryptorchidism$`_id` #> [1] "DOID_11383<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $cryptorchidism$privateGeneCount #> [1] 0 #> #> $cryptorchidism$publicGeneCount #> [1] 15 #> #> $cryptorchidism$urlId #> [1] "DOID_11383" #> #> $cryptorchidism$dbPhenotype #> [1] TRUE #> #> $cryptorchidism$`_parent` #> [1] "DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $cryptorchidism$`_is_leaf` #> [1] TRUE #> #> $cryptorchidism$children #> list() #> #> $cryptorchidism$value #> [1] "cryptorchidism" #> #> #> $`cutaneous fibrous histiocytoma` #> $`cutaneous fibrous histiocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$`_id` #> [1] "DOID_4418<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous fibrous histiocytoma`$publicGeneCount #> [1] 2 #> #> $`cutaneous fibrous histiocytoma`$urlId #> [1] "DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$dbPhenotype #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$`_is_leaf` #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$children #> list() #> #> $`cutaneous fibrous histiocytoma`$value #> [1] "cutaneous fibrous histiocytoma" #> #> #> $`cutaneous fibrous histiocytoma` #> $`cutaneous fibrous histiocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$`_id` #> [1] "DOID_4418<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous fibrous histiocytoma`$publicGeneCount #> [1] 2 #> #> $`cutaneous fibrous histiocytoma`$urlId #> [1] "DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$dbPhenotype #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$`_is_leaf` #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$children #> list() #> #> $`cutaneous fibrous histiocytoma`$value #> [1] "cutaneous fibrous histiocytoma" #> #> #> $`cutaneous fibrous histiocytoma` #> $`cutaneous fibrous histiocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$`_id` #> [1] "DOID_4418<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous fibrous histiocytoma`$publicGeneCount #> [1] 2 #> #> $`cutaneous fibrous histiocytoma`$urlId #> [1] "DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$dbPhenotype #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$`_parent` #> [1] "DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$`_is_leaf` #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$children #> list() #> #> $`cutaneous fibrous histiocytoma`$value #> [1] "cutaneous fibrous histiocytoma" #> #> #> $`cutaneous fibrous histiocytoma` #> $`cutaneous fibrous histiocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$`_id` #> [1] "DOID_4418<DOID_4415<DOID_4231<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous fibrous histiocytoma`$publicGeneCount #> [1] 2 #> #> $`cutaneous fibrous histiocytoma`$urlId #> [1] "DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$dbPhenotype #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$`_parent` #> [1] "DOID_4415<DOID_4231<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$`_is_leaf` #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$children #> list() #> #> $`cutaneous fibrous histiocytoma`$value #> [1] "cutaneous fibrous histiocytoma" #> #> #> $`cutaneous fibrous histiocytoma` #> $`cutaneous fibrous histiocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$`_id` #> [1] "DOID_4418<DOID_4415<DOID_4231<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous fibrous histiocytoma`$publicGeneCount #> [1] 2 #> #> $`cutaneous fibrous histiocytoma`$urlId #> [1] "DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$dbPhenotype #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$`_parent` #> [1] "DOID_4415<DOID_4231<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$`_is_leaf` #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$children #> list() #> #> $`cutaneous fibrous histiocytoma`$value #> [1] "cutaneous fibrous histiocytoma" #> #> #> $`cutaneous fibrous histiocytoma` #> $`cutaneous fibrous histiocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$`_id` #> [1] "DOID_4418<DOID_4415<DOID_4231<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous fibrous histiocytoma`$publicGeneCount #> [1] 2 #> #> $`cutaneous fibrous histiocytoma`$urlId #> [1] "DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$dbPhenotype #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$`_parent` #> [1] "DOID_4415<DOID_4231<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$`_is_leaf` #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$children #> list() #> #> $`cutaneous fibrous histiocytoma`$value #> [1] "cutaneous fibrous histiocytoma" #> #> #> $`cutaneous leishmaniasis` #> $`cutaneous leishmaniasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9111" #> #> $`cutaneous leishmaniasis`$`_id` #> [1] "DOID_9111<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous leishmaniasis`$privateGeneCount #> [1] 0 #> #> $`cutaneous leishmaniasis`$publicGeneCount #> [1] 15 #> #> $`cutaneous leishmaniasis`$urlId #> [1] "DOID_9111" #> #> $`cutaneous leishmaniasis`$dbPhenotype #> [1] TRUE #> #> $`cutaneous leishmaniasis`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous leishmaniasis`$`_is_leaf` #> [1] TRUE #> #> $`cutaneous leishmaniasis`$children #> list() #> #> $`cutaneous leishmaniasis`$value #> [1] "cutaneous leishmaniasis" #> #> #> $`cutaneous leishmaniasis` #> $`cutaneous leishmaniasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9111" #> #> $`cutaneous leishmaniasis`$`_id` #> [1] "DOID_9111<DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`cutaneous leishmaniasis`$privateGeneCount #> [1] 0 #> #> $`cutaneous leishmaniasis`$publicGeneCount #> [1] 15 #> #> $`cutaneous leishmaniasis`$urlId #> [1] "DOID_9111" #> #> $`cutaneous leishmaniasis`$dbPhenotype #> [1] TRUE #> #> $`cutaneous leishmaniasis`$`_parent` #> [1] "DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`cutaneous leishmaniasis`$`_is_leaf` #> [1] TRUE #> #> $`cutaneous leishmaniasis`$children #> list() #> #> $`cutaneous leishmaniasis`$value #> [1] "cutaneous leishmaniasis" #> #> #> $`cutaneous lupus erythematosus` #> $`cutaneous lupus erythematosus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050169" #> #> $`cutaneous lupus erythematosus`$`_id` #> [1] "DOID_0050169<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous lupus erythematosus`$privateGeneCount #> [1] 0 #> #> $`cutaneous lupus erythematosus`$publicGeneCount #> [1] 6 #> #> $`cutaneous lupus erythematosus`$urlId #> [1] "DOID_0050169" #> #> $`cutaneous lupus erythematosus`$dbPhenotype #> [1] TRUE #> #> $`cutaneous lupus erythematosus`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous lupus erythematosus`$`_is_leaf` #> [1] FALSE #> #> $`cutaneous lupus erythematosus`$children #> $`cutaneous lupus erythematosus`$children[[1]] #> [1] "DOID_0060386<DOID_0050169<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`cutaneous lupus erythematosus`$value #> [1] "cutaneous lupus erythematosus" #> #> #> $`cutaneous lupus erythematosus` #> $`cutaneous lupus erythematosus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050169" #> #> $`cutaneous lupus erythematosus`$`_id` #> [1] "DOID_0050169<DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`cutaneous lupus erythematosus`$privateGeneCount #> [1] 0 #> #> $`cutaneous lupus erythematosus`$publicGeneCount #> [1] 6 #> #> $`cutaneous lupus erythematosus`$urlId #> [1] "DOID_0050169" #> #> $`cutaneous lupus erythematosus`$dbPhenotype #> [1] TRUE #> #> $`cutaneous lupus erythematosus`$`_parent` #> [1] "DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`cutaneous lupus erythematosus`$`_is_leaf` #> [1] FALSE #> #> $`cutaneous lupus erythematosus`$children #> $`cutaneous lupus erythematosus`$children[[1]] #> [1] "DOID_0060386<DOID_0050169<DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`cutaneous lupus erythematosus`$value #> [1] "cutaneous lupus erythematosus" #> #> #> $`cutaneous mastocytosis` #> $`cutaneous mastocytosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3663" #> #> $`cutaneous mastocytosis`$`_id` #> [1] "DOID_3663<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`cutaneous mastocytosis`$privateGeneCount #> [1] 0 #> #> $`cutaneous mastocytosis`$publicGeneCount #> [1] 1 #> #> $`cutaneous mastocytosis`$urlId #> [1] "DOID_3663" #> #> $`cutaneous mastocytosis`$dbPhenotype #> [1] FALSE #> #> $`cutaneous mastocytosis`$`_parent` #> [1] "DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`cutaneous mastocytosis`$`_is_leaf` #> [1] FALSE #> #> $`cutaneous mastocytosis`$children #> $`cutaneous mastocytosis`$children[[1]] #> [1] "DOID_12309<DOID_3663<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> #> $`cutaneous mastocytosis`$value #> [1] "cutaneous mastocytosis" #> #> #> $`cutaneous mastocytosis` #> $`cutaneous mastocytosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3663" #> #> $`cutaneous mastocytosis`$`_id` #> [1] "DOID_3663<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous mastocytosis`$privateGeneCount #> [1] 0 #> #> $`cutaneous mastocytosis`$publicGeneCount #> [1] 1 #> #> $`cutaneous mastocytosis`$urlId #> [1] "DOID_3663" #> #> $`cutaneous mastocytosis`$dbPhenotype #> [1] FALSE #> #> $`cutaneous mastocytosis`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous mastocytosis`$`_is_leaf` #> [1] FALSE #> #> $`cutaneous mastocytosis`$children #> $`cutaneous mastocytosis`$children[[1]] #> [1] "DOID_12309<DOID_3663<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`cutaneous mastocytosis`$value #> [1] "cutaneous mastocytosis" #> #> #> $`cutaneous mycosis` #> $`cutaneous mycosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050134" #> #> $`cutaneous mycosis`$`_id` #> [1] "DOID_0050134<DOID_1564<DOID_0050117<DOID_4" #> #> $`cutaneous mycosis`$privateGeneCount #> [1] 0 #> #> $`cutaneous mycosis`$publicGeneCount #> [1] 1 #> #> $`cutaneous mycosis`$urlId #> [1] "DOID_0050134" #> #> $`cutaneous mycosis`$dbPhenotype #> [1] FALSE #> #> $`cutaneous mycosis`$`_parent` #> [1] "DOID_1564<DOID_0050117<DOID_4" #> #> $`cutaneous mycosis`$`_is_leaf` #> [1] FALSE #> #> $`cutaneous mycosis`$children #> $`cutaneous mycosis`$children[[1]] #> [1] "DOID_1563<DOID_0050134<DOID_1564<DOID_0050117<DOID_4" #> #> #> $`cutaneous mycosis`$value #> [1] "cutaneous mycosis" #> #> #> $`cutaneous porphyria` #> $`cutaneous porphyria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13271" #> #> $`cutaneous porphyria`$`_id` #> [1] "DOID_13271<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`cutaneous porphyria`$privateGeneCount #> [1] 0 #> #> $`cutaneous porphyria`$publicGeneCount #> [1] 2 #> #> $`cutaneous porphyria`$urlId #> [1] "DOID_13271" #> #> $`cutaneous porphyria`$dbPhenotype #> [1] TRUE #> #> $`cutaneous porphyria`$`_parent` #> [1] "DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`cutaneous porphyria`$`_is_leaf` #> [1] TRUE #> #> $`cutaneous porphyria`$children #> list() #> #> $`cutaneous porphyria`$value #> [1] "cutaneous porphyria" #> #> #> $`cutaneous porphyria` #> $`cutaneous porphyria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13271" #> #> $`cutaneous porphyria`$`_id` #> [1] "DOID_13271<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous porphyria`$privateGeneCount #> [1] 0 #> #> $`cutaneous porphyria`$publicGeneCount #> [1] 2 #> #> $`cutaneous porphyria`$urlId #> [1] "DOID_13271" #> #> $`cutaneous porphyria`$dbPhenotype #> [1] TRUE #> #> $`cutaneous porphyria`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous porphyria`$`_is_leaf` #> [1] TRUE #> #> $`cutaneous porphyria`$children #> list() #> #> $`cutaneous porphyria`$value #> [1] "cutaneous porphyria" #> #> #> $`cutaneous T cell lymphoma` #> $`cutaneous T cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060061" #> #> $`cutaneous T cell lymphoma`$`_id` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cutaneous T cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous T cell lymphoma`$publicGeneCount #> [1] 30 #> #> $`cutaneous T cell lymphoma`$urlId #> [1] "DOID_0060061" #> #> $`cutaneous T cell lymphoma`$dbPhenotype #> [1] FALSE #> #> $`cutaneous T cell lymphoma`$`_parent` #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cutaneous T cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`cutaneous T cell lymphoma`$children #> $`cutaneous T cell lymphoma`$children[[1]] #> [1] "DOID_8691<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cutaneous T cell lymphoma`$children[[2]] #> [1] "DOID_8541<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cutaneous T cell lymphoma`$value #> [1] "cutaneous T cell lymphoma" #> #> #> $`cutaneous T cell lymphoma` #> $`cutaneous T cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060061" #> #> $`cutaneous T cell lymphoma`$`_id` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`cutaneous T cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous T cell lymphoma`$publicGeneCount #> [1] 30 #> #> $`cutaneous T cell lymphoma`$urlId #> [1] "DOID_0060061" #> #> $`cutaneous T cell lymphoma`$dbPhenotype #> [1] FALSE #> #> $`cutaneous T cell lymphoma`$`_parent` #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`cutaneous T cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`cutaneous T cell lymphoma`$children #> $`cutaneous T cell lymphoma`$children[[1]] #> [1] "DOID_8691<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`cutaneous T cell lymphoma`$children[[2]] #> [1] "DOID_8541<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`cutaneous T cell lymphoma`$value #> [1] "cutaneous T cell lymphoma" #> #> #> $`cutaneous T cell lymphoma` #> $`cutaneous T cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060061" #> #> $`cutaneous T cell lymphoma`$`_id` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`cutaneous T cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous T cell lymphoma`$publicGeneCount #> [1] 30 #> #> $`cutaneous T cell lymphoma`$urlId #> [1] "DOID_0060061" #> #> $`cutaneous T cell lymphoma`$dbPhenotype #> [1] FALSE #> #> $`cutaneous T cell lymphoma`$`_parent` #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`cutaneous T cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`cutaneous T cell lymphoma`$children #> $`cutaneous T cell lymphoma`$children[[1]] #> [1] "DOID_8691<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`cutaneous T cell lymphoma`$children[[2]] #> [1] "DOID_8541<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`cutaneous T cell lymphoma`$value #> [1] "cutaneous T cell lymphoma" #> #> #> $`cutaneous T cell lymphoma` #> $`cutaneous T cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060061" #> #> $`cutaneous T cell lymphoma`$`_id` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cutaneous T cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous T cell lymphoma`$publicGeneCount #> [1] 30 #> #> $`cutaneous T cell lymphoma`$urlId #> [1] "DOID_0060061" #> #> $`cutaneous T cell lymphoma`$dbPhenotype #> [1] FALSE #> #> $`cutaneous T cell lymphoma`$`_parent` #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cutaneous T cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`cutaneous T cell lymphoma`$children #> $`cutaneous T cell lymphoma`$children[[1]] #> [1] "DOID_8691<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cutaneous T cell lymphoma`$children[[2]] #> [1] "DOID_8541<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cutaneous T cell lymphoma`$value #> [1] "cutaneous T cell lymphoma" #> #> #> $`cutaneous T cell lymphoma` #> $`cutaneous T cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060061" #> #> $`cutaneous T cell lymphoma`$`_id` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`cutaneous T cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous T cell lymphoma`$publicGeneCount #> [1] 30 #> #> $`cutaneous T cell lymphoma`$urlId #> [1] "DOID_0060061" #> #> $`cutaneous T cell lymphoma`$dbPhenotype #> [1] FALSE #> #> $`cutaneous T cell lymphoma`$`_parent` #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`cutaneous T cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`cutaneous T cell lymphoma`$children #> $`cutaneous T cell lymphoma`$children[[1]] #> [1] "DOID_8691<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`cutaneous T cell lymphoma`$children[[2]] #> [1] "DOID_8541<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`cutaneous T cell lymphoma`$value #> [1] "cutaneous T cell lymphoma" #> #> #> $`cutis laxa` #> $`cutis laxa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3144" #> #> $`cutis laxa`$`_id` #> [1] "DOID_3144<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutis laxa`$privateGeneCount #> [1] 0 #> #> $`cutis laxa`$publicGeneCount #> [1] 8 #> #> $`cutis laxa`$urlId #> [1] "DOID_3144" #> #> $`cutis laxa`$dbPhenotype #> [1] TRUE #> #> $`cutis laxa`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutis laxa`$`_is_leaf` #> [1] TRUE #> #> $`cutis laxa`$children #> list() #> #> $`cutis laxa`$value #> [1] "cutis laxa" #> #> #> $Cyanosis #> $Cyanosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000961" #> #> $Cyanosis$`_id` #> [1] "HP_0000961<HP_0001005<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Cyanosis$privateGeneCount #> [1] 0 #> #> $Cyanosis$publicGeneCount #> [1] 6 #> #> $Cyanosis$urlId #> [1] "HP_0000961" #> #> $Cyanosis$dbPhenotype #> [1] TRUE #> #> $Cyanosis$`_parent` #> [1] "HP_0001005<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Cyanosis$`_is_leaf` #> [1] TRUE #> #> $Cyanosis$children #> list() #> #> $Cyanosis$value #> [1] "Cyanosis" #> #> #> $Cyanosis #> $Cyanosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000961" #> #> $Cyanosis$`_id` #> [1] "HP_0000961<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Cyanosis$privateGeneCount #> [1] 0 #> #> $Cyanosis$publicGeneCount #> [1] 6 #> #> $Cyanosis$urlId #> [1] "HP_0000961" #> #> $Cyanosis$dbPhenotype #> [1] TRUE #> #> $Cyanosis$`_parent` #> [1] "HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Cyanosis$`_is_leaf` #> [1] TRUE #> #> $Cyanosis$children #> list() #> #> $Cyanosis$value #> [1] "Cyanosis" #> #> #> $`cyclic hematopoiesis` #> $`cyclic hematopoiesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5339" #> #> $`cyclic hematopoiesis`$`_id` #> [1] "DOID_5339<DOID_1227<DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`cyclic hematopoiesis`$privateGeneCount #> [1] 0 #> #> $`cyclic hematopoiesis`$publicGeneCount #> [1] 1 #> #> $`cyclic hematopoiesis`$urlId #> [1] "DOID_5339" #> #> $`cyclic hematopoiesis`$dbPhenotype #> [1] TRUE #> #> $`cyclic hematopoiesis`$`_parent` #> [1] "DOID_1227<DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`cyclic hematopoiesis`$`_is_leaf` #> [1] TRUE #> #> $`cyclic hematopoiesis`$children #> list() #> #> $`cyclic hematopoiesis`$value #> [1] "cyclic hematopoiesis" #> #> #> $cystadenocarcinoma #> $cystadenocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3111" #> #> $cystadenocarcinoma$`_id` #> [1] "DOID_3111<DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $cystadenocarcinoma$privateGeneCount #> [1] 0 #> #> $cystadenocarcinoma$publicGeneCount #> [1] 5 #> #> $cystadenocarcinoma$urlId #> [1] "DOID_3111" #> #> $cystadenocarcinoma$dbPhenotype #> [1] FALSE #> #> $cystadenocarcinoma$`_parent` #> [1] "DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $cystadenocarcinoma$`_is_leaf` #> [1] FALSE #> #> $cystadenocarcinoma$children #> $cystadenocarcinoma$children[[1]] #> [1] "DOID_3603<DOID_3111<DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $cystadenocarcinoma$children[[2]] #> [1] "DOID_3114<DOID_3111<DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $cystadenocarcinoma$value #> [1] "cystadenocarcinoma" #> #> #> $cystadenoma #> $cystadenoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2634" #> #> $cystadenoma$`_id` #> [1] "DOID_2634<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $cystadenoma$privateGeneCount #> [1] 0 #> #> $cystadenoma$publicGeneCount #> [1] 2 #> #> $cystadenoma$urlId #> [1] "DOID_2634" #> #> $cystadenoma$dbPhenotype #> [1] TRUE #> #> $cystadenoma$`_parent` #> [1] "DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $cystadenoma$`_is_leaf` #> [1] TRUE #> #> $cystadenoma$children #> list() #> #> $cystadenoma$value #> [1] "cystadenoma" #> #> #> $Cystathioninuria #> $Cystathioninuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003153" #> #> $Cystathioninuria$`_id` #> [1] "HP_0003153<HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Cystathioninuria$privateGeneCount #> [1] 0 #> #> $Cystathioninuria$publicGeneCount #> [1] 1 #> #> $Cystathioninuria$urlId #> [1] "HP_0003153" #> #> $Cystathioninuria$dbPhenotype #> [1] TRUE #> #> $Cystathioninuria$`_parent` #> [1] "HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Cystathioninuria$`_is_leaf` #> [1] TRUE #> #> $Cystathioninuria$children #> list() #> #> $Cystathioninuria$value #> [1] "Cystathioninuria" #> #> #> $`cystic fibrosis` #> $`cystic fibrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1485" #> #> $`cystic fibrosis`$`_id` #> [1] "DOID_1485<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`cystic fibrosis`$privateGeneCount #> [1] 0 #> #> $`cystic fibrosis`$publicGeneCount #> [1] 78 #> #> $`cystic fibrosis`$urlId #> [1] "DOID_1485" #> #> $`cystic fibrosis`$dbPhenotype #> [1] TRUE #> #> $`cystic fibrosis`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`cystic fibrosis`$`_is_leaf` #> [1] TRUE #> #> $`cystic fibrosis`$children #> list() #> #> $`cystic fibrosis`$value #> [1] "cystic fibrosis" #> #> #> $`cystic fibrosis` #> $`cystic fibrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1485" #> #> $`cystic fibrosis`$`_id` #> [1] "DOID_1485<DOID_225<DOID_4" #> #> $`cystic fibrosis`$privateGeneCount #> [1] 0 #> #> $`cystic fibrosis`$publicGeneCount #> [1] 78 #> #> $`cystic fibrosis`$urlId #> [1] "DOID_1485" #> #> $`cystic fibrosis`$dbPhenotype #> [1] TRUE #> #> $`cystic fibrosis`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`cystic fibrosis`$`_is_leaf` #> [1] TRUE #> #> $`cystic fibrosis`$children #> list() #> #> $`cystic fibrosis`$value #> [1] "cystic fibrosis" #> #> #> $`cystic kidney disease` #> $`cystic kidney disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2975" #> #> $`cystic kidney disease`$`_id` #> [1] "DOID_2975<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`cystic kidney disease`$privateGeneCount #> [1] 0 #> #> $`cystic kidney disease`$publicGeneCount #> [1] 26 #> #> $`cystic kidney disease`$urlId #> [1] "DOID_2975" #> #> $`cystic kidney disease`$dbPhenotype #> [1] TRUE #> #> $`cystic kidney disease`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`cystic kidney disease`$`_is_leaf` #> [1] FALSE #> #> $`cystic kidney disease`$children #> $`cystic kidney disease`$children[[1]] #> [1] "DOID_0080322<DOID_2975<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`cystic kidney disease`$value #> [1] "cystic kidney disease" #> #> #> $`Cystic renal dysplasia` #> $`Cystic renal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000800" #> #> $`Cystic renal dysplasia`$`_id` #> [1] "HP_0000800<HP_0000107<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Cystic renal dysplasia`$privateGeneCount #> [1] 0 #> #> $`Cystic renal dysplasia`$publicGeneCount #> [1] 1 #> #> $`Cystic renal dysplasia`$urlId #> [1] "HP_0000800" #> #> $`Cystic renal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Cystic renal dysplasia`$`_parent` #> [1] "HP_0000107<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Cystic renal dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Cystic renal dysplasia`$children #> list() #> #> $`Cystic renal dysplasia`$value #> [1] "Cystic renal dysplasia" #> #> #> $cystinosis #> $cystinosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1064" #> #> $cystinosis$`_id` #> [1] "DOID_1064<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $cystinosis$privateGeneCount #> [1] 0 #> #> $cystinosis$publicGeneCount #> [1] 1 #> #> $cystinosis$urlId #> [1] "DOID_1064" #> #> $cystinosis$dbPhenotype #> [1] TRUE #> #> $cystinosis$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $cystinosis$`_is_leaf` #> [1] TRUE #> #> $cystinosis$children #> list() #> #> $cystinosis$value #> [1] "cystinosis" #> #> #> $cystinosis #> $cystinosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1064" #> #> $cystinosis$`_id` #> [1] "DOID_1064<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $cystinosis$privateGeneCount #> [1] 0 #> #> $cystinosis$publicGeneCount #> [1] 1 #> #> $cystinosis$urlId #> [1] "DOID_1064" #> #> $cystinosis$dbPhenotype #> [1] TRUE #> #> $cystinosis$`_parent` #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $cystinosis$`_is_leaf` #> [1] TRUE #> #> $cystinosis$children #> list() #> #> $cystinosis$value #> [1] "cystinosis" #> #> #> $cystinuria #> $cystinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9266" #> #> $cystinuria$`_id` #> [1] "DOID_9266<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $cystinuria$privateGeneCount #> [1] 0 #> #> $cystinuria$publicGeneCount #> [1] 2 #> #> $cystinuria$urlId #> [1] "DOID_9266" #> #> $cystinuria$dbPhenotype #> [1] TRUE #> #> $cystinuria$`_parent` #> [1] "DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $cystinuria$`_is_leaf` #> [1] TRUE #> #> $cystinuria$children #> list() #> #> $cystinuria$value #> [1] "cystinuria" #> #> #> $cystinuria #> $cystinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9266" #> #> $cystinuria$`_id` #> [1] "DOID_9266<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $cystinuria$privateGeneCount #> [1] 0 #> #> $cystinuria$publicGeneCount #> [1] 2 #> #> $cystinuria$urlId #> [1] "DOID_9266" #> #> $cystinuria$dbPhenotype #> [1] TRUE #> #> $cystinuria$`_parent` #> [1] "DOID_365<DOID_18<DOID_7<DOID_4" #> #> $cystinuria$`_is_leaf` #> [1] TRUE #> #> $cystinuria$children #> list() #> #> $cystinuria$value #> [1] "cystinuria" #> #> #> $cystinuria #> $cystinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9266" #> #> $cystinuria$`_id` #> [1] "DOID_9266<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $cystinuria$privateGeneCount #> [1] 0 #> #> $cystinuria$publicGeneCount #> [1] 2 #> #> $cystinuria$urlId #> [1] "DOID_9266" #> #> $cystinuria$dbPhenotype #> [1] TRUE #> #> $cystinuria$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $cystinuria$`_is_leaf` #> [1] TRUE #> #> $cystinuria$children #> list() #> #> $cystinuria$value #> [1] "cystinuria" #> #> #> $cystinuria #> $cystinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9266" #> #> $cystinuria$`_id` #> [1] "DOID_9266<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $cystinuria$privateGeneCount #> [1] 0 #> #> $cystinuria$publicGeneCount #> [1] 2 #> #> $cystinuria$urlId #> [1] "DOID_9266" #> #> $cystinuria$dbPhenotype #> [1] TRUE #> #> $cystinuria$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $cystinuria$`_is_leaf` #> [1] TRUE #> #> $cystinuria$children #> list() #> #> $cystinuria$value #> [1] "cystinuria" #> #> #> $cystitis #> $cystitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1679" #> #> $cystitis$`_id` #> [1] "DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $cystitis$privateGeneCount #> [1] 0 #> #> $cystitis$publicGeneCount #> [1] 15 #> #> $cystitis$urlId #> [1] "DOID_1679" #> #> $cystitis$dbPhenotype #> [1] TRUE #> #> $cystitis$`_parent` #> [1] "DOID_365<DOID_18<DOID_7<DOID_4" #> #> $cystitis$`_is_leaf` #> [1] FALSE #> #> $cystitis$children #> $cystitis$children[[1]] #> [1] "DOID_1680<DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $cystitis$children[[2]] #> [1] "DOID_13949<DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> #> $cystitis$value #> [1] "cystitis" #> #> #> $`cystoid macular edema` #> $`cystoid macular edema`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4447" #> #> $`cystoid macular edema`$`_id` #> [1] "DOID_4447<DOID_4449<DOID_6929<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cystoid macular edema`$privateGeneCount #> [1] 0 #> #> $`cystoid macular edema`$publicGeneCount #> [1] 10 #> #> $`cystoid macular edema`$urlId #> [1] "DOID_4447" #> #> $`cystoid macular edema`$dbPhenotype #> [1] TRUE #> #> $`cystoid macular edema`$`_parent` #> [1] "DOID_4449<DOID_6929<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cystoid macular edema`$`_is_leaf` #> [1] TRUE #> #> $`cystoid macular edema`$children #> list() #> #> $`cystoid macular edema`$value #> [1] "cystoid macular edema" #> #> #> $`cytochrome-c oxidase deficiency disease` #> $`cytochrome-c oxidase deficiency disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3762" #> #> $`cytochrome-c oxidase deficiency disease`$`_id` #> [1] "DOID_3762<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`cytochrome-c oxidase deficiency disease`$privateGeneCount #> [1] 0 #> #> $`cytochrome-c oxidase deficiency disease`$publicGeneCount #> [1] 12 #> #> $`cytochrome-c oxidase deficiency disease`$urlId #> [1] "DOID_3762" #> #> $`cytochrome-c oxidase deficiency disease`$dbPhenotype #> [1] TRUE #> #> $`cytochrome-c oxidase deficiency disease`$`_parent` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`cytochrome-c oxidase deficiency disease`$`_is_leaf` #> [1] TRUE #> #> $`cytochrome-c oxidase deficiency disease`$children #> list() #> #> $`cytochrome-c oxidase deficiency disease`$value #> [1] "cytochrome-c oxidase deficiency disease" #> #> #> $`D-2-hydroxyglutaric aciduria` #> $`D-2-hydroxyglutaric aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050575" #> #> $`D-2-hydroxyglutaric aciduria`$`_id` #> [1] "DOID_0050575<DOID_0050573<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`D-2-hydroxyglutaric aciduria`$privateGeneCount #> [1] 0 #> #> $`D-2-hydroxyglutaric aciduria`$publicGeneCount #> [1] 2 #> #> $`D-2-hydroxyglutaric aciduria`$urlId #> [1] "DOID_0050575" #> #> $`D-2-hydroxyglutaric aciduria`$dbPhenotype #> [1] TRUE #> #> $`D-2-hydroxyglutaric aciduria`$`_parent` #> [1] "DOID_0050573<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`D-2-hydroxyglutaric aciduria`$`_is_leaf` #> [1] TRUE #> #> $`D-2-hydroxyglutaric aciduria`$children #> list() #> #> $`D-2-hydroxyglutaric aciduria`$value #> [1] "D-2-hydroxyglutaric aciduria" #> #> #> $dacryoadenitis #> $dacryoadenitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_950" #> #> $dacryoadenitis$`_id` #> [1] "DOID_950<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $dacryoadenitis$privateGeneCount #> [1] 0 #> #> $dacryoadenitis$publicGeneCount #> [1] 1 #> #> $dacryoadenitis$urlId #> [1] "DOID_950" #> #> $dacryoadenitis$dbPhenotype #> [1] TRUE #> #> $dacryoadenitis$`_parent` #> [1] "DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $dacryoadenitis$`_is_leaf` #> [1] TRUE #> #> $dacryoadenitis$children #> list() #> #> $dacryoadenitis$value #> [1] "dacryoadenitis" #> #> #> $dacryocystitis #> $dacryocystitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9938" #> #> $dacryocystitis$`_id` #> [1] "DOID_9938<DOID_6970<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $dacryocystitis$privateGeneCount #> [1] 0 #> #> $dacryocystitis$publicGeneCount #> [1] 1 #> #> $dacryocystitis$urlId #> [1] "DOID_9938" #> #> $dacryocystitis$dbPhenotype #> [1] TRUE #> #> $dacryocystitis$`_parent` #> [1] "DOID_6970<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $dacryocystitis$`_is_leaf` #> [1] TRUE #> #> $dacryocystitis$children #> list() #> #> $dacryocystitis$value #> [1] "dacryocystitis" #> #> #> $`Dandy-Walker syndrome` #> $`Dandy-Walker syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2785" #> #> $`Dandy-Walker syndrome`$`_id` #> [1] "DOID_2785<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Dandy-Walker syndrome`$privateGeneCount #> [1] 0 #> #> $`Dandy-Walker syndrome`$publicGeneCount #> [1] 2 #> #> $`Dandy-Walker syndrome`$urlId #> [1] "DOID_2785" #> #> $`Dandy-Walker syndrome`$dbPhenotype #> [1] TRUE #> #> $`Dandy-Walker syndrome`$`_parent` #> [1] "DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Dandy-Walker syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Dandy-Walker syndrome`$children #> list() #> #> $`Dandy-Walker syndrome`$value #> [1] "Dandy-Walker syndrome" #> #> #> $`Danon disease` #> $`Danon disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050437" #> #> $`Danon disease`$`_id` #> [1] "DOID_0050437<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Danon disease`$privateGeneCount #> [1] 0 #> #> $`Danon disease`$publicGeneCount #> [1] 1 #> #> $`Danon disease`$urlId #> [1] "DOID_0050437" #> #> $`Danon disease`$dbPhenotype #> [1] TRUE #> #> $`Danon disease`$`_parent` #> [1] "DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Danon disease`$`_is_leaf` #> [1] TRUE #> #> $`Danon disease`$children #> list() #> #> $`Danon disease`$value #> [1] "Danon disease" #> #> #> $`Danon disease` #> $`Danon disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050437" #> #> $`Danon disease`$`_id` #> [1] "DOID_0050437<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Danon disease`$privateGeneCount #> [1] 0 #> #> $`Danon disease`$publicGeneCount #> [1] 1 #> #> $`Danon disease`$urlId #> [1] "DOID_0050437" #> #> $`Danon disease`$dbPhenotype #> [1] TRUE #> #> $`Danon disease`$`_parent` #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Danon disease`$`_is_leaf` #> [1] TRUE #> #> $`Danon disease`$children #> list() #> #> $`Danon disease`$value #> [1] "Danon disease" #> #> #> $`deafness-dystonia-optic neuronopathy syndrome` #> $`deafness-dystonia-optic neuronopathy syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050757" #> #> $`deafness-dystonia-optic neuronopathy syndrome`$`_id` #> [1] "DOID_0050757<DOID_630<DOID_4" #> #> $`deafness-dystonia-optic neuronopathy syndrome`$privateGeneCount #> [1] 0 #> #> $`deafness-dystonia-optic neuronopathy syndrome`$publicGeneCount #> [1] 1 #> #> $`deafness-dystonia-optic neuronopathy syndrome`$urlId #> [1] "DOID_0050757" #> #> $`deafness-dystonia-optic neuronopathy syndrome`$dbPhenotype #> [1] TRUE #> #> $`deafness-dystonia-optic neuronopathy syndrome`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`deafness-dystonia-optic neuronopathy syndrome`$`_is_leaf` #> [1] TRUE #> #> $`deafness-dystonia-optic neuronopathy syndrome`$children #> list() #> #> $`deafness-dystonia-optic neuronopathy syndrome`$value #> [1] "deafness-dystonia-optic neuronopathy syndrome" #> #> #> $`deafness-dystonia-optic neuronopathy syndrome` #> $`deafness-dystonia-optic neuronopathy syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050757" #> #> $`deafness-dystonia-optic neuronopathy syndrome`$`_id` #> [1] "DOID_0050757<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`deafness-dystonia-optic neuronopathy syndrome`$privateGeneCount #> [1] 0 #> #> $`deafness-dystonia-optic neuronopathy syndrome`$publicGeneCount #> [1] 1 #> #> $`deafness-dystonia-optic neuronopathy syndrome`$urlId #> [1] "DOID_0050757" #> #> $`deafness-dystonia-optic neuronopathy syndrome`$dbPhenotype #> [1] TRUE #> #> $`deafness-dystonia-optic neuronopathy syndrome`$`_parent` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`deafness-dystonia-optic neuronopathy syndrome`$`_is_leaf` #> [1] TRUE #> #> $`deafness-dystonia-optic neuronopathy syndrome`$children #> list() #> #> $`deafness-dystonia-optic neuronopathy syndrome`$value #> [1] "deafness-dystonia-optic neuronopathy syndrome" #> #> #> $`Decreased body weight` #> $`Decreased body weight`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004325" #> #> $`Decreased body weight`$`_id` #> [1] "HP_0004325<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Decreased body weight`$privateGeneCount #> [1] 0 #> #> $`Decreased body weight`$publicGeneCount #> [1] 35 #> #> $`Decreased body weight`$urlId #> [1] "HP_0004325" #> #> $`Decreased body weight`$dbPhenotype #> [1] FALSE #> #> $`Decreased body weight`$`_parent` #> [1] "HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Decreased body weight`$`_is_leaf` #> [1] FALSE #> #> $`Decreased body weight`$children #> $`Decreased body weight`$children[[1]] #> [1] "HP_0001824<HP_0004325<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Decreased body weight`$value #> [1] "Decreased body weight" #> #> #> $`decreased brain size` #> $`decreased brain size`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0000774" #> #> $`decreased brain size`$`_id` #> [1] "MP_0000774<MP_0000771<MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> $`decreased brain size`$privateGeneCount #> [1] 0 #> #> $`decreased brain size`$publicGeneCount #> [1] 1 #> #> $`decreased brain size`$urlId #> [1] "MP_0000774" #> #> $`decreased brain size`$dbPhenotype #> [1] TRUE #> #> $`decreased brain size`$`_parent` #> [1] "MP_0000771<MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> $`decreased brain size`$`_is_leaf` #> [1] TRUE #> #> $`decreased brain size`$children #> list() #> #> $`decreased brain size`$value #> [1] "decreased brain size" #> #> #> $`Decreased circulating aldosterone level` #> $`Decreased circulating aldosterone level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004319" #> #> $`Decreased circulating aldosterone level`$`_id` #> [1] "HP_0004319<HP_0008207<HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Decreased circulating aldosterone level`$privateGeneCount #> [1] 0 #> #> $`Decreased circulating aldosterone level`$publicGeneCount #> [1] 2 #> #> $`Decreased circulating aldosterone level`$urlId #> [1] "HP_0004319" #> #> $`Decreased circulating aldosterone level`$dbPhenotype #> [1] TRUE #> #> $`Decreased circulating aldosterone level`$`_parent` #> [1] "HP_0008207<HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Decreased circulating aldosterone level`$`_is_leaf` #> [1] TRUE #> #> $`Decreased circulating aldosterone level`$children #> list() #> #> $`Decreased circulating aldosterone level`$value #> [1] "Decreased circulating aldosterone level" #> #> #> $`Decreased HDL cholesterol concentration` #> $`Decreased HDL cholesterol concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003233" #> #> $`Decreased HDL cholesterol concentration`$`_id` #> [1] "HP_0003233<HP_0010981<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Decreased HDL cholesterol concentration`$privateGeneCount #> [1] 0 #> #> $`Decreased HDL cholesterol concentration`$publicGeneCount #> [1] 2 #> #> $`Decreased HDL cholesterol concentration`$urlId #> [1] "HP_0003233" #> #> $`Decreased HDL cholesterol concentration`$dbPhenotype #> [1] TRUE #> #> $`Decreased HDL cholesterol concentration`$`_parent` #> [1] "HP_0010981<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Decreased HDL cholesterol concentration`$`_is_leaf` #> [1] TRUE #> #> $`Decreased HDL cholesterol concentration`$children #> list() #> #> $`Decreased HDL cholesterol concentration`$value #> [1] "Decreased HDL cholesterol concentration" #> #> #> $`Decreased HDL cholesterol concentration` #> $`Decreased HDL cholesterol concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003233" #> #> $`Decreased HDL cholesterol concentration`$`_id` #> [1] "HP_0003233<HP_0031888<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Decreased HDL cholesterol concentration`$privateGeneCount #> [1] 0 #> #> $`Decreased HDL cholesterol concentration`$publicGeneCount #> [1] 2 #> #> $`Decreased HDL cholesterol concentration`$urlId #> [1] "HP_0003233" #> #> $`Decreased HDL cholesterol concentration`$dbPhenotype #> [1] TRUE #> #> $`Decreased HDL cholesterol concentration`$`_parent` #> [1] "HP_0031888<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Decreased HDL cholesterol concentration`$`_is_leaf` #> [1] TRUE #> #> $`Decreased HDL cholesterol concentration`$children #> list() #> #> $`Decreased HDL cholesterol concentration`$value #> [1] "Decreased HDL cholesterol concentration" #> #> #> $`Decreased head circumference` #> $`Decreased head circumference`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040195" #> #> $`Decreased head circumference`$`_id` #> [1] "HP_0040195<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Decreased head circumference`$privateGeneCount #> [1] 0 #> #> $`Decreased head circumference`$publicGeneCount #> [1] 1 #> #> $`Decreased head circumference`$urlId #> [1] "HP_0040195" #> #> $`Decreased head circumference`$dbPhenotype #> [1] FALSE #> #> $`Decreased head circumference`$`_parent` #> [1] "HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Decreased head circumference`$`_is_leaf` #> [1] FALSE #> #> $`Decreased head circumference`$children #> $`Decreased head circumference`$children[[1]] #> [1] "HP_0000252<HP_0040195<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Decreased head circumference`$value #> [1] "Decreased head circumference" #> #> #> $`Decreased head circumference` #> $`Decreased head circumference`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040195" #> #> $`Decreased head circumference`$`_id` #> [1] "HP_0040195<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Decreased head circumference`$privateGeneCount #> [1] 0 #> #> $`Decreased head circumference`$publicGeneCount #> [1] 1 #> #> $`Decreased head circumference`$urlId #> [1] "HP_0040195" #> #> $`Decreased head circumference`$dbPhenotype #> [1] FALSE #> #> $`Decreased head circumference`$`_parent` #> [1] "HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Decreased head circumference`$`_is_leaf` #> [1] FALSE #> #> $`Decreased head circumference`$children #> $`Decreased head circumference`$children[[1]] #> [1] "HP_0000252<HP_0040195<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Decreased head circumference`$value #> [1] "Decreased head circumference" #> #> #> $`Decreased liver function` #> $`Decreased liver function`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001410" #> #> $`Decreased liver function`$`_id` #> [1] "HP_0001410<HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Decreased liver function`$privateGeneCount #> [1] 0 #> #> $`Decreased liver function`$publicGeneCount #> [1] 28 #> #> $`Decreased liver function`$urlId #> [1] "HP_0001410" #> #> $`Decreased liver function`$dbPhenotype #> [1] FALSE #> #> $`Decreased liver function`$`_parent` #> [1] "HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Decreased liver function`$`_is_leaf` #> [1] FALSE #> #> $`Decreased liver function`$children #> $`Decreased liver function`$children[[1]] #> [1] "HP_0001399<HP_0001410<HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Decreased liver function`$value #> [1] "Decreased liver function" #> #> #> $`Decreased methylcobalamin` #> $`Decreased methylcobalamin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003223" #> #> $`Decreased methylcobalamin`$`_id` #> [1] "HP_0003223<HP_0040126<HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Decreased methylcobalamin`$privateGeneCount #> [1] 0 #> #> $`Decreased methylcobalamin`$publicGeneCount #> [1] 1 #> #> $`Decreased methylcobalamin`$urlId #> [1] "HP_0003223" #> #> $`Decreased methylcobalamin`$dbPhenotype #> [1] TRUE #> #> $`Decreased methylcobalamin`$`_parent` #> [1] "HP_0040126<HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Decreased methylcobalamin`$`_is_leaf` #> [1] TRUE #> #> $`Decreased methylcobalamin`$children #> list() #> #> $`Decreased methylcobalamin`$value #> [1] "Decreased methylcobalamin" #> #> #> $`Decreased urine output` #> $`Decreased urine output`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011037" #> #> $`Decreased urine output`$`_id` #> [1] "HP_0011037<HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Decreased urine output`$privateGeneCount #> [1] 0 #> #> $`Decreased urine output`$publicGeneCount #> [1] 4 #> #> $`Decreased urine output`$urlId #> [1] "HP_0011037" #> #> $`Decreased urine output`$dbPhenotype #> [1] FALSE #> #> $`Decreased urine output`$`_parent` #> [1] "HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Decreased urine output`$`_is_leaf` #> [1] FALSE #> #> $`Decreased urine output`$children #> $`Decreased urine output`$children[[1]] #> [1] "HP_0100520<HP_0011037<HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Decreased urine output`$value #> [1] "Decreased urine output" #> #> #> $`Decreased urine output` #> $`Decreased urine output`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011037" #> #> $`Decreased urine output`$`_id` #> [1] "HP_0011037<HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Decreased urine output`$privateGeneCount #> [1] 0 #> #> $`Decreased urine output`$publicGeneCount #> [1] 4 #> #> $`Decreased urine output`$urlId #> [1] "HP_0011037" #> #> $`Decreased urine output`$dbPhenotype #> [1] FALSE #> #> $`Decreased urine output`$`_parent` #> [1] "HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Decreased urine output`$`_is_leaf` #> [1] FALSE #> #> $`Decreased urine output`$children #> $`Decreased urine output`$children[[1]] #> [1] "HP_0100520<HP_0011037<HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Decreased urine output`$value #> [1] "Decreased urine output" #> #> #> $`decubitus ulcer` #> $`decubitus ulcer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8717" #> #> $`decubitus ulcer`$`_id` #> [1] "DOID_8717<DOID_8549<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`decubitus ulcer`$privateGeneCount #> [1] 0 #> #> $`decubitus ulcer`$publicGeneCount #> [1] 2 #> #> $`decubitus ulcer`$urlId #> [1] "DOID_8717" #> #> $`decubitus ulcer`$dbPhenotype #> [1] TRUE #> #> $`decubitus ulcer`$`_parent` #> [1] "DOID_8549<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`decubitus ulcer`$`_is_leaf` #> [1] TRUE #> #> $`decubitus ulcer`$children #> list() #> #> $`decubitus ulcer`$value #> [1] "decubitus ulcer" #> #> #> $`Deep venous thrombosis` #> $`Deep venous thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002625" #> #> $`Deep venous thrombosis`$`_id` #> [1] "HP_0002625<HP_0004936<HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> $`Deep venous thrombosis`$privateGeneCount #> [1] 0 #> #> $`Deep venous thrombosis`$publicGeneCount #> [1] 1 #> #> $`Deep venous thrombosis`$urlId #> [1] "HP_0002625" #> #> $`Deep venous thrombosis`$dbPhenotype #> [1] TRUE #> #> $`Deep venous thrombosis`$`_parent` #> [1] "HP_0004936<HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> $`Deep venous thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`Deep venous thrombosis`$children #> list() #> #> $`Deep venous thrombosis`$value #> [1] "Deep venous thrombosis" #> #> #> $`degeneration of macula and posterior pole` #> $`degeneration of macula and posterior pole`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2007" #> #> $`degeneration of macula and posterior pole`$`_id` #> [1] "DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`degeneration of macula and posterior pole`$privateGeneCount #> [1] 0 #> #> $`degeneration of macula and posterior pole`$publicGeneCount #> [1] 84 #> #> $`degeneration of macula and posterior pole`$urlId #> [1] "DOID_2007" #> #> $`degeneration of macula and posterior pole`$dbPhenotype #> [1] FALSE #> #> $`degeneration of macula and posterior pole`$`_parent` #> [1] "DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`degeneration of macula and posterior pole`$`_is_leaf` #> [1] FALSE #> #> $`degeneration of macula and posterior pole`$children #> $`degeneration of macula and posterior pole`$children[[1]] #> [1] "DOID_10871<DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`degeneration of macula and posterior pole`$children[[2]] #> [1] "DOID_2569<DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`degeneration of macula and posterior pole`$value #> [1] "degeneration of macula and posterior pole" #> #> #> $`degeneration of macula and posterior pole` #> $`degeneration of macula and posterior pole`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2007" #> #> $`degeneration of macula and posterior pole`$`_id` #> [1] "DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`degeneration of macula and posterior pole`$privateGeneCount #> [1] 0 #> #> $`degeneration of macula and posterior pole`$publicGeneCount #> [1] 84 #> #> $`degeneration of macula and posterior pole`$urlId #> [1] "DOID_2007" #> #> $`degeneration of macula and posterior pole`$dbPhenotype #> [1] FALSE #> #> $`degeneration of macula and posterior pole`$`_parent` #> [1] "DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`degeneration of macula and posterior pole`$`_is_leaf` #> [1] FALSE #> #> $`degeneration of macula and posterior pole`$children #> $`degeneration of macula and posterior pole`$children[[1]] #> [1] "DOID_10871<DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`degeneration of macula and posterior pole`$children[[2]] #> [1] "DOID_2569<DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`degeneration of macula and posterior pole`$value #> [1] "degeneration of macula and posterior pole" #> #> #> $`degenerative disc disease` #> $`degenerative disc disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_90" #> #> $`degenerative disc disease`$`_id` #> [1] "DOID_90<DOID_0080007<DOID_0080010<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`degenerative disc disease`$privateGeneCount #> [1] 0 #> #> $`degenerative disc disease`$publicGeneCount #> [1] 6 #> #> $`degenerative disc disease`$urlId #> [1] "DOID_90" #> #> $`degenerative disc disease`$dbPhenotype #> [1] TRUE #> #> $`degenerative disc disease`$`_parent` #> [1] "DOID_0080007<DOID_0080010<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`degenerative disc disease`$`_is_leaf` #> [1] TRUE #> #> $`degenerative disc disease`$children #> list() #> #> $`degenerative disc disease`$value #> [1] "degenerative disc disease" #> #> #> $`degenerative myopia` #> $`degenerative myopia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11829" #> #> $`degenerative myopia`$`_id` #> [1] "DOID_11829<DOID_11830<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`degenerative myopia`$privateGeneCount #> [1] 0 #> #> $`degenerative myopia`$publicGeneCount #> [1] 1 #> #> $`degenerative myopia`$urlId #> [1] "DOID_11829" #> #> $`degenerative myopia`$dbPhenotype #> [1] TRUE #> #> $`degenerative myopia`$`_parent` #> [1] "DOID_11830<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`degenerative myopia`$`_is_leaf` #> [1] TRUE #> #> $`degenerative myopia`$children #> list() #> #> $`degenerative myopia`$value #> [1] "degenerative myopia" #> #> #> $Dehydration #> $Dehydration$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001944" #> #> $Dehydration$`_id` #> [1] "HP_0001944<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Dehydration$privateGeneCount #> [1] 0 #> #> $Dehydration$publicGeneCount #> [1] 1 #> #> $Dehydration$urlId #> [1] "HP_0001944" #> #> $Dehydration$dbPhenotype #> [1] TRUE #> #> $Dehydration$`_parent` #> [1] "HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Dehydration$`_is_leaf` #> [1] TRUE #> #> $Dehydration$children #> list() #> #> $Dehydration$value #> [1] "Dehydration" #> #> #> $`Delayed CNS myelination` #> $`Delayed CNS myelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002188" #> #> $`Delayed CNS myelination`$`_id` #> [1] "HP_0002188<HP_0011400<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Delayed CNS myelination`$privateGeneCount #> [1] 0 #> #> $`Delayed CNS myelination`$publicGeneCount #> [1] 1 #> #> $`Delayed CNS myelination`$urlId #> [1] "HP_0002188" #> #> $`Delayed CNS myelination`$dbPhenotype #> [1] TRUE #> #> $`Delayed CNS myelination`$`_parent` #> [1] "HP_0011400<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Delayed CNS myelination`$`_is_leaf` #> [1] TRUE #> #> $`Delayed CNS myelination`$children #> list() #> #> $`Delayed CNS myelination`$value #> [1] "Delayed CNS myelination" #> #> #> $`Delayed CNS myelination` #> $`Delayed CNS myelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002188" #> #> $`Delayed CNS myelination`$`_id` #> [1] "HP_0002188<HP_0011400<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Delayed CNS myelination`$privateGeneCount #> [1] 0 #> #> $`Delayed CNS myelination`$publicGeneCount #> [1] 1 #> #> $`Delayed CNS myelination`$urlId #> [1] "HP_0002188" #> #> $`Delayed CNS myelination`$dbPhenotype #> [1] TRUE #> #> $`Delayed CNS myelination`$`_parent` #> [1] "HP_0011400<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Delayed CNS myelination`$`_is_leaf` #> [1] TRUE #> #> $`Delayed CNS myelination`$children #> list() #> #> $`Delayed CNS myelination`$value #> [1] "Delayed CNS myelination" #> #> #> $`Delayed puberty` #> $`Delayed puberty`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000823" #> #> $`Delayed puberty`$`_id` #> [1] "HP_0000823<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Delayed puberty`$privateGeneCount #> [1] 0 #> #> $`Delayed puberty`$publicGeneCount #> [1] 7 #> #> $`Delayed puberty`$urlId #> [1] "HP_0000823" #> #> $`Delayed puberty`$dbPhenotype #> [1] TRUE #> #> $`Delayed puberty`$`_parent` #> [1] "HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Delayed puberty`$`_is_leaf` #> [1] TRUE #> #> $`Delayed puberty`$children #> list() #> #> $`Delayed puberty`$value #> [1] "Delayed puberty" #> #> #> $`Delayed puberty` #> $`Delayed puberty`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000823" #> #> $`Delayed puberty`$`_id` #> [1] "HP_0000823<HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> $`Delayed puberty`$privateGeneCount #> [1] 0 #> #> $`Delayed puberty`$publicGeneCount #> [1] 7 #> #> $`Delayed puberty`$urlId #> [1] "HP_0000823" #> #> $`Delayed puberty`$dbPhenotype #> [1] TRUE #> #> $`Delayed puberty`$`_parent` #> [1] "HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> $`Delayed puberty`$`_is_leaf` #> [1] TRUE #> #> $`Delayed puberty`$children #> list() #> #> $`Delayed puberty`$value #> [1] "Delayed puberty" #> #> #> $`Delayed speech and language development` #> $`Delayed speech and language development`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000750" #> #> $`Delayed speech and language development`$`_id` #> [1] "HP_0000750<HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Delayed speech and language development`$privateGeneCount #> [1] 0 #> #> $`Delayed speech and language development`$publicGeneCount #> [1] 5 #> #> $`Delayed speech and language development`$urlId #> [1] "HP_0000750" #> #> $`Delayed speech and language development`$dbPhenotype #> [1] TRUE #> #> $`Delayed speech and language development`$`_parent` #> [1] "HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Delayed speech and language development`$`_is_leaf` #> [1] TRUE #> #> $`Delayed speech and language development`$children #> list() #> #> $`Delayed speech and language development`$value #> [1] "Delayed speech and language development" #> #> #> $`delusional disorder` #> $`delusional disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_778" #> #> $`delusional disorder`$`_id` #> [1] "DOID_778<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`delusional disorder`$privateGeneCount #> [1] 0 #> #> $`delusional disorder`$publicGeneCount #> [1] 4 #> #> $`delusional disorder`$urlId #> [1] "DOID_778" #> #> $`delusional disorder`$dbPhenotype #> [1] TRUE #> #> $`delusional disorder`$`_parent` #> [1] "DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`delusional disorder`$`_is_leaf` #> [1] TRUE #> #> $`delusional disorder`$children #> list() #> #> $`delusional disorder`$value #> [1] "delusional disorder" #> #> #> $dementia #> $dementia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1307" #> #> $dementia$`_id` #> [1] "DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> $dementia$privateGeneCount #> [1] 0 #> #> $dementia$publicGeneCount #> [1] 69 #> #> $dementia$urlId #> [1] "DOID_1307" #> #> $dementia$dbPhenotype #> [1] TRUE #> #> $dementia$`_parent` #> [1] "DOID_1561<DOID_150<DOID_4" #> #> $dementia$`_is_leaf` #> [1] FALSE #> #> $dementia$children #> $dementia$children[[1]] #> [1] "DOID_9255<DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> $dementia$children[[2]] #> [1] "DOID_12217<DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> $dementia$children[[3]] #> [1] "DOID_8725<DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> #> $dementia$value #> [1] "dementia" #> #> #> $`demyelinating disease` #> $`demyelinating disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3213" #> #> $`demyelinating disease`$`_id` #> [1] "DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`demyelinating disease`$privateGeneCount #> [1] 0 #> #> $`demyelinating disease`$publicGeneCount #> [1] 226 #> #> $`demyelinating disease`$urlId #> [1] "DOID_3213" #> #> $`demyelinating disease`$dbPhenotype #> [1] TRUE #> #> $`demyelinating disease`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`demyelinating disease`$`_is_leaf` #> [1] FALSE #> #> $`demyelinating disease`$children #> $`demyelinating disease`$children[[1]] #> [1] "DOID_636<DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`demyelinating disease`$children[[2]] #> [1] "DOID_2377<DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`demyelinating disease`$value #> [1] "demyelinating disease" #> #> #> $`dengue disease` #> $`dengue disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12205" #> #> $`dengue disease`$`_id` #> [1] "DOID_12205<DOID_934<DOID_0050117<DOID_4" #> #> $`dengue disease`$privateGeneCount #> [1] 0 #> #> $`dengue disease`$publicGeneCount #> [1] 6 #> #> $`dengue disease`$urlId #> [1] "DOID_12205" #> #> $`dengue disease`$dbPhenotype #> [1] TRUE #> #> $`dengue disease`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`dengue disease`$`_is_leaf` #> [1] FALSE #> #> $`dengue disease`$children #> $`dengue disease`$children[[1]] #> [1] "DOID_12206<DOID_12205<DOID_934<DOID_0050117<DOID_4" #> #> $`dengue disease`$children[[2]] #> [1] "DOID_0050125<DOID_12205<DOID_934<DOID_0050117<DOID_4" #> #> #> $`dengue disease`$value #> [1] "dengue disease" #> #> #> $`dengue hemorrhagic fever` #> $`dengue hemorrhagic fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12206" #> #> $`dengue hemorrhagic fever`$`_id` #> [1] "DOID_12206<DOID_12205<DOID_934<DOID_0050117<DOID_4" #> #> $`dengue hemorrhagic fever`$privateGeneCount #> [1] 0 #> #> $`dengue hemorrhagic fever`$publicGeneCount #> [1] 4 #> #> $`dengue hemorrhagic fever`$urlId #> [1] "DOID_12206" #> #> $`dengue hemorrhagic fever`$dbPhenotype #> [1] TRUE #> #> $`dengue hemorrhagic fever`$`_parent` #> [1] "DOID_12205<DOID_934<DOID_0050117<DOID_4" #> #> $`dengue hemorrhagic fever`$`_is_leaf` #> [1] TRUE #> #> $`dengue hemorrhagic fever`$children #> list() #> #> $`dengue hemorrhagic fever`$value #> [1] "dengue hemorrhagic fever" #> #> #> $`dengue shock syndrome` #> $`dengue shock syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050125" #> #> $`dengue shock syndrome`$`_id` #> [1] "DOID_0050125<DOID_12205<DOID_934<DOID_0050117<DOID_4" #> #> $`dengue shock syndrome`$privateGeneCount #> [1] 0 #> #> $`dengue shock syndrome`$publicGeneCount #> [1] 3 #> #> $`dengue shock syndrome`$urlId #> [1] "DOID_0050125" #> #> $`dengue shock syndrome`$dbPhenotype #> [1] TRUE #> #> $`dengue shock syndrome`$`_parent` #> [1] "DOID_12205<DOID_934<DOID_0050117<DOID_4" #> #> $`dengue shock syndrome`$`_is_leaf` #> [1] TRUE #> #> $`dengue shock syndrome`$children #> list() #> #> $`dengue shock syndrome`$value #> [1] "dengue shock syndrome" #> #> #> $`Dent disease` #> $`Dent disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050699" #> #> $`Dent disease`$`_id` #> [1] "DOID_0050699<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Dent disease`$privateGeneCount #> [1] 0 #> #> $`Dent disease`$publicGeneCount #> [1] 2 #> #> $`Dent disease`$urlId #> [1] "DOID_0050699" #> #> $`Dent disease`$dbPhenotype #> [1] TRUE #> #> $`Dent disease`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Dent disease`$`_is_leaf` #> [1] TRUE #> #> $`Dent disease`$children #> list() #> #> $`Dent disease`$value #> [1] "Dent disease" #> #> #> $`Dent disease` #> $`Dent disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050699" #> #> $`Dent disease`$`_id` #> [1] "DOID_0050699<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Dent disease`$privateGeneCount #> [1] 0 #> #> $`Dent disease`$publicGeneCount #> [1] 2 #> #> $`Dent disease`$urlId #> [1] "DOID_0050699" #> #> $`Dent disease`$dbPhenotype #> [1] TRUE #> #> $`Dent disease`$`_parent` #> [1] "DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Dent disease`$`_is_leaf` #> [1] TRUE #> #> $`Dent disease`$children #> list() #> #> $`Dent disease`$value #> [1] "Dent disease" #> #> #> $`dental caries` #> $`dental caries`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_216" #> #> $`dental caries`$`_id` #> [1] "DOID_216<DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`dental caries`$privateGeneCount #> [1] 0 #> #> $`dental caries`$publicGeneCount #> [1] 18 #> #> $`dental caries`$urlId #> [1] "DOID_216" #> #> $`dental caries`$dbPhenotype #> [1] TRUE #> #> $`dental caries`$`_parent` #> [1] "DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`dental caries`$`_is_leaf` #> [1] TRUE #> #> $`dental caries`$children #> list() #> #> $`dental caries`$value #> [1] "dental caries" #> #> #> $`dental enamel hypoplasia` #> $`dental enamel hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_693" #> #> $`dental enamel hypoplasia`$`_id` #> [1] "DOID_693<DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`dental enamel hypoplasia`$privateGeneCount #> [1] 0 #> #> $`dental enamel hypoplasia`$publicGeneCount #> [1] 13 #> #> $`dental enamel hypoplasia`$urlId #> [1] "DOID_693" #> #> $`dental enamel hypoplasia`$dbPhenotype #> [1] FALSE #> #> $`dental enamel hypoplasia`$`_parent` #> [1] "DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`dental enamel hypoplasia`$`_is_leaf` #> [1] FALSE #> #> $`dental enamel hypoplasia`$children #> $`dental enamel hypoplasia`$children[[1]] #> [1] "DOID_2187<DOID_693<DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`dental enamel hypoplasia`$value #> [1] "dental enamel hypoplasia" #> #> #> $`dentatorubral-pallidoluysian atrophy` #> $`dentatorubral-pallidoluysian atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060162" #> #> $`dentatorubral-pallidoluysian atrophy`$`_id` #> [1] "DOID_0060162<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`dentatorubral-pallidoluysian atrophy`$privateGeneCount #> [1] 0 #> #> $`dentatorubral-pallidoluysian atrophy`$publicGeneCount #> [1] 13 #> #> $`dentatorubral-pallidoluysian atrophy`$urlId #> [1] "DOID_0060162" #> #> $`dentatorubral-pallidoluysian atrophy`$dbPhenotype #> [1] TRUE #> #> $`dentatorubral-pallidoluysian atrophy`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`dentatorubral-pallidoluysian atrophy`$`_is_leaf` #> [1] TRUE #> #> $`dentatorubral-pallidoluysian atrophy`$children #> list() #> #> $`dentatorubral-pallidoluysian atrophy`$value #> [1] "dentatorubral-pallidoluysian atrophy" #> #> #> $`dentatorubral-pallidoluysian atrophy` #> $`dentatorubral-pallidoluysian atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060162" #> #> $`dentatorubral-pallidoluysian atrophy`$`_id` #> [1] "DOID_0060162<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`dentatorubral-pallidoluysian atrophy`$privateGeneCount #> [1] 0 #> #> $`dentatorubral-pallidoluysian atrophy`$publicGeneCount #> [1] 13 #> #> $`dentatorubral-pallidoluysian atrophy`$urlId #> [1] "DOID_0060162" #> #> $`dentatorubral-pallidoluysian atrophy`$dbPhenotype #> [1] TRUE #> #> $`dentatorubral-pallidoluysian atrophy`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`dentatorubral-pallidoluysian atrophy`$`_is_leaf` #> [1] TRUE #> #> $`dentatorubral-pallidoluysian atrophy`$children #> list() #> #> $`dentatorubral-pallidoluysian atrophy`$value #> [1] "dentatorubral-pallidoluysian atrophy" #> #> #> $`dentatorubral-pallidoluysian atrophy` #> $`dentatorubral-pallidoluysian atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060162" #> #> $`dentatorubral-pallidoluysian atrophy`$`_id` #> [1] "DOID_0060162<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`dentatorubral-pallidoluysian atrophy`$privateGeneCount #> [1] 0 #> #> $`dentatorubral-pallidoluysian atrophy`$publicGeneCount #> [1] 13 #> #> $`dentatorubral-pallidoluysian atrophy`$urlId #> [1] "DOID_0060162" #> #> $`dentatorubral-pallidoluysian atrophy`$dbPhenotype #> [1] TRUE #> #> $`dentatorubral-pallidoluysian atrophy`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`dentatorubral-pallidoluysian atrophy`$`_is_leaf` #> [1] TRUE #> #> $`dentatorubral-pallidoluysian atrophy`$children #> list() #> #> $`dentatorubral-pallidoluysian atrophy`$value #> [1] "dentatorubral-pallidoluysian atrophy" #> #> #> $`dentin dysplasia` #> $`dentin dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_701" #> #> $`dentin dysplasia`$`_id` #> [1] "DOID_701<DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`dentin dysplasia`$privateGeneCount #> [1] 0 #> #> $`dentin dysplasia`$publicGeneCount #> [1] 2 #> #> $`dentin dysplasia`$urlId #> [1] "DOID_701" #> #> $`dentin dysplasia`$dbPhenotype #> [1] TRUE #> #> $`dentin dysplasia`$`_parent` #> [1] "DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`dentin dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`dentin dysplasia`$children #> list() #> #> $`dentin dysplasia`$value #> [1] "dentin dysplasia" #> #> #> $`dentinogenesis imperfecta` #> $`dentinogenesis imperfecta`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4154" #> #> $`dentinogenesis imperfecta`$`_id` #> [1] "DOID_4154<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`dentinogenesis imperfecta`$privateGeneCount #> [1] 0 #> #> $`dentinogenesis imperfecta`$publicGeneCount #> [1] 1 #> #> $`dentinogenesis imperfecta`$urlId #> [1] "DOID_4154" #> #> $`dentinogenesis imperfecta`$dbPhenotype #> [1] TRUE #> #> $`dentinogenesis imperfecta`$`_parent` #> [1] "DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`dentinogenesis imperfecta`$`_is_leaf` #> [1] TRUE #> #> $`dentinogenesis imperfecta`$children #> list() #> #> $`dentinogenesis imperfecta`$value #> [1] "dentinogenesis imperfecta" #> #> #> $`Denys-Drash syndrome` #> $`Denys-Drash syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3764" #> #> $`Denys-Drash syndrome`$`_id` #> [1] "DOID_3764<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Denys-Drash syndrome`$privateGeneCount #> [1] 0 #> #> $`Denys-Drash syndrome`$publicGeneCount #> [1] 1 #> #> $`Denys-Drash syndrome`$urlId #> [1] "DOID_3764" #> #> $`Denys-Drash syndrome`$dbPhenotype #> [1] TRUE #> #> $`Denys-Drash syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Denys-Drash syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Denys-Drash syndrome`$children #> list() #> #> $`Denys-Drash syndrome`$value #> [1] "Denys-Drash syndrome" #> #> #> $`Denys-Drash syndrome` #> $`Denys-Drash syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3764" #> #> $`Denys-Drash syndrome`$`_id` #> [1] "DOID_3764<DOID_225<DOID_4" #> #> $`Denys-Drash syndrome`$privateGeneCount #> [1] 0 #> #> $`Denys-Drash syndrome`$publicGeneCount #> [1] 1 #> #> $`Denys-Drash syndrome`$urlId #> [1] "DOID_3764" #> #> $`Denys-Drash syndrome`$dbPhenotype #> [1] TRUE #> #> $`Denys-Drash syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Denys-Drash syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Denys-Drash syndrome`$children #> list() #> #> $`Denys-Drash syndrome`$value #> [1] "Denys-Drash syndrome" #> #> #> $dermatitis #> $dermatitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2723" #> #> $dermatitis$`_id` #> [1] "DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatitis$privateGeneCount #> [1] 0 #> #> $dermatitis$publicGeneCount #> [1] 264 #> #> $dermatitis$urlId #> [1] "DOID_2723" #> #> $dermatitis$dbPhenotype #> [1] TRUE #> #> $dermatitis$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatitis$`_is_leaf` #> [1] FALSE #> #> $dermatitis$children #> $dermatitis$children[[1]] #> [1] "DOID_2722<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatitis$children[[2]] #> [1] "DOID_3310<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatitis$children[[3]] #> [1] "DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatitis$children[[4]] #> [1] "DOID_2773<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatitis$children[[5]] #> [1] "DOID_3159<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatitis$children[[6]] #> [1] "DOID_4398<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatitis$children[[7]] #> [1] "DOID_4223<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatitis$children[[8]] #> [1] "DOID_8741<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $dermatitis$value #> [1] "dermatitis" #> #> #> $`dermatitis herpetiformis` #> $`dermatitis herpetiformis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8505" #> #> $`dermatitis herpetiformis`$`_id` #> [1] "DOID_8505<DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$privateGeneCount #> [1] 0 #> #> $`dermatitis herpetiformis`$publicGeneCount #> [1] 4 #> #> $`dermatitis herpetiformis`$urlId #> [1] "DOID_8505" #> #> $`dermatitis herpetiformis`$dbPhenotype #> [1] TRUE #> #> $`dermatitis herpetiformis`$`_parent` #> [1] "DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$`_is_leaf` #> [1] TRUE #> #> $`dermatitis herpetiformis`$children #> list() #> #> $`dermatitis herpetiformis`$value #> [1] "dermatitis herpetiformis" #> #> #> $`dermatitis herpetiformis` #> $`dermatitis herpetiformis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8505" #> #> $`dermatitis herpetiformis`$`_id` #> [1] "DOID_8505<DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$privateGeneCount #> [1] 0 #> #> $`dermatitis herpetiformis`$publicGeneCount #> [1] 4 #> #> $`dermatitis herpetiformis`$urlId #> [1] "DOID_8505" #> #> $`dermatitis herpetiformis`$dbPhenotype #> [1] TRUE #> #> $`dermatitis herpetiformis`$`_parent` #> [1] "DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$`_is_leaf` #> [1] TRUE #> #> $`dermatitis herpetiformis`$children #> list() #> #> $`dermatitis herpetiformis`$value #> [1] "dermatitis herpetiformis" #> #> #> $`dermatitis herpetiformis` #> $`dermatitis herpetiformis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8505" #> #> $`dermatitis herpetiformis`$`_id` #> [1] "DOID_8505<DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$privateGeneCount #> [1] 0 #> #> $`dermatitis herpetiformis`$publicGeneCount #> [1] 4 #> #> $`dermatitis herpetiformis`$urlId #> [1] "DOID_8505" #> #> $`dermatitis herpetiformis`$dbPhenotype #> [1] TRUE #> #> $`dermatitis herpetiformis`$`_parent` #> [1] "DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$`_is_leaf` #> [1] TRUE #> #> $`dermatitis herpetiformis`$children #> list() #> #> $`dermatitis herpetiformis`$value #> [1] "dermatitis herpetiformis" #> #> #> $`dermatitis herpetiformis` #> $`dermatitis herpetiformis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8505" #> #> $`dermatitis herpetiformis`$`_id` #> [1] "DOID_8505<DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$privateGeneCount #> [1] 0 #> #> $`dermatitis herpetiformis`$publicGeneCount #> [1] 4 #> #> $`dermatitis herpetiformis`$urlId #> [1] "DOID_8505" #> #> $`dermatitis herpetiformis`$dbPhenotype #> [1] TRUE #> #> $`dermatitis herpetiformis`$`_parent` #> [1] "DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$`_is_leaf` #> [1] TRUE #> #> $`dermatitis herpetiformis`$children #> list() #> #> $`dermatitis herpetiformis`$value #> [1] "dermatitis herpetiformis" #> #> #> $`dermatitis herpetiformis` #> $`dermatitis herpetiformis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8505" #> #> $`dermatitis herpetiformis`$`_id` #> [1] "DOID_8505<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$privateGeneCount #> [1] 0 #> #> $`dermatitis herpetiformis`$publicGeneCount #> [1] 4 #> #> $`dermatitis herpetiformis`$urlId #> [1] "DOID_8505" #> #> $`dermatitis herpetiformis`$dbPhenotype #> [1] TRUE #> #> $`dermatitis herpetiformis`$`_parent` #> [1] "DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$`_is_leaf` #> [1] TRUE #> #> $`dermatitis herpetiformis`$children #> list() #> #> $`dermatitis herpetiformis`$value #> [1] "dermatitis herpetiformis" #> #> #> $`dermatitis herpetiformis` #> $`dermatitis herpetiformis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8505" #> #> $`dermatitis herpetiformis`$`_id` #> [1] "DOID_8505<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$privateGeneCount #> [1] 0 #> #> $`dermatitis herpetiformis`$publicGeneCount #> [1] 4 #> #> $`dermatitis herpetiformis`$urlId #> [1] "DOID_8505" #> #> $`dermatitis herpetiformis`$dbPhenotype #> [1] TRUE #> #> $`dermatitis herpetiformis`$`_parent` #> [1] "DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$`_is_leaf` #> [1] TRUE #> #> $`dermatitis herpetiformis`$children #> list() #> #> $`dermatitis herpetiformis`$value #> [1] "dermatitis herpetiformis" #> #> #> $`dermatofibrosarcoma protuberans` #> $`dermatofibrosarcoma protuberans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3507" #> #> $`dermatofibrosarcoma protuberans`$`_id` #> [1] "DOID_3507<DOID_3355<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`dermatofibrosarcoma protuberans`$privateGeneCount #> [1] 0 #> #> $`dermatofibrosarcoma protuberans`$publicGeneCount #> [1] 2 #> #> $`dermatofibrosarcoma protuberans`$urlId #> [1] "DOID_3507" #> #> $`dermatofibrosarcoma protuberans`$dbPhenotype #> [1] TRUE #> #> $`dermatofibrosarcoma protuberans`$`_parent` #> [1] "DOID_3355<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`dermatofibrosarcoma protuberans`$`_is_leaf` #> [1] TRUE #> #> $`dermatofibrosarcoma protuberans`$children #> list() #> #> $`dermatofibrosarcoma protuberans`$value #> [1] "dermatofibrosarcoma protuberans" #> #> #> $`dermatofibrosarcoma protuberans` #> $`dermatofibrosarcoma protuberans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3507" #> #> $`dermatofibrosarcoma protuberans`$`_id` #> [1] "DOID_3507<DOID_3355<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`dermatofibrosarcoma protuberans`$privateGeneCount #> [1] 0 #> #> $`dermatofibrosarcoma protuberans`$publicGeneCount #> [1] 2 #> #> $`dermatofibrosarcoma protuberans`$urlId #> [1] "DOID_3507" #> #> $`dermatofibrosarcoma protuberans`$dbPhenotype #> [1] TRUE #> #> $`dermatofibrosarcoma protuberans`$`_parent` #> [1] "DOID_3355<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`dermatofibrosarcoma protuberans`$`_is_leaf` #> [1] TRUE #> #> $`dermatofibrosarcoma protuberans`$children #> list() #> #> $`dermatofibrosarcoma protuberans`$value #> [1] "dermatofibrosarcoma protuberans" #> #> #> $`dermatofibrosarcoma protuberans` #> $`dermatofibrosarcoma protuberans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3507" #> #> $`dermatofibrosarcoma protuberans`$`_id` #> [1] "DOID_3507<DOID_3355<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`dermatofibrosarcoma protuberans`$privateGeneCount #> [1] 0 #> #> $`dermatofibrosarcoma protuberans`$publicGeneCount #> [1] 2 #> #> $`dermatofibrosarcoma protuberans`$urlId #> [1] "DOID_3507" #> #> $`dermatofibrosarcoma protuberans`$dbPhenotype #> [1] TRUE #> #> $`dermatofibrosarcoma protuberans`$`_parent` #> [1] "DOID_3355<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`dermatofibrosarcoma protuberans`$`_is_leaf` #> [1] TRUE #> #> $`dermatofibrosarcoma protuberans`$children #> list() #> #> $`dermatofibrosarcoma protuberans`$value #> [1] "dermatofibrosarcoma protuberans" #> #> #> $`Dermatological manifestations of systemic disorders` #> $`Dermatological manifestations of systemic disorders`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001005" #> #> $`Dermatological manifestations of systemic disorders`$`_id` #> [1] "HP_0001005<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Dermatological manifestations of systemic disorders`$privateGeneCount #> [1] 0 #> #> $`Dermatological manifestations of systemic disorders`$publicGeneCount #> [1] 7 #> #> $`Dermatological manifestations of systemic disorders`$urlId #> [1] "HP_0001005" #> #> $`Dermatological manifestations of systemic disorders`$dbPhenotype #> [1] FALSE #> #> $`Dermatological manifestations of systemic disorders`$`_parent` #> [1] "HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Dermatological manifestations of systemic disorders`$`_is_leaf` #> [1] FALSE #> #> $`Dermatological manifestations of systemic disorders`$children #> $`Dermatological manifestations of systemic disorders`$children[[1]] #> [1] "HP_0000961<HP_0001005<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Dermatological manifestations of systemic disorders`$children[[2]] #> [1] "HP_0000952<HP_0001005<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Dermatological manifestations of systemic disorders`$value #> [1] "Dermatological manifestations of systemic disorders" #> #> #> $dermatomycosis #> $dermatomycosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1563" #> #> $dermatomycosis$`_id` #> [1] "DOID_1563<DOID_0050134<DOID_1564<DOID_0050117<DOID_4" #> #> $dermatomycosis$privateGeneCount #> [1] 0 #> #> $dermatomycosis$publicGeneCount #> [1] 1 #> #> $dermatomycosis$urlId #> [1] "DOID_1563" #> #> $dermatomycosis$dbPhenotype #> [1] FALSE #> #> $dermatomycosis$`_parent` #> [1] "DOID_0050134<DOID_1564<DOID_0050117<DOID_4" #> #> $dermatomycosis$`_is_leaf` #> [1] FALSE #> #> $dermatomycosis$children #> $dermatomycosis$children[[1]] #> [1] "DOID_13078<DOID_1563<DOID_0050134<DOID_1564<DOID_0050117<DOID_4" #> #> #> $dermatomycosis$value #> [1] "dermatomycosis" #> #> #> $dermatomycosis #> $dermatomycosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1563" #> #> $dermatomycosis$`_id` #> [1] "DOID_1563<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatomycosis$privateGeneCount #> [1] 0 #> #> $dermatomycosis$publicGeneCount #> [1] 1 #> #> $dermatomycosis$urlId #> [1] "DOID_1563" #> #> $dermatomycosis$dbPhenotype #> [1] FALSE #> #> $dermatomycosis$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatomycosis$`_is_leaf` #> [1] FALSE #> #> $dermatomycosis$children #> $dermatomycosis$children[[1]] #> [1] "DOID_13078<DOID_1563<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $dermatomycosis$value #> [1] "dermatomycosis" #> #> #> $dermatomyositis #> $dermatomyositis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10223" #> #> $dermatomyositis$`_id` #> [1] "DOID_10223<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatomyositis$privateGeneCount #> [1] 0 #> #> $dermatomyositis$publicGeneCount #> [1] 25 #> #> $dermatomyositis$urlId #> [1] "DOID_10223" #> #> $dermatomyositis$dbPhenotype #> [1] TRUE #> #> $dermatomyositis$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatomyositis$`_is_leaf` #> [1] FALSE #> #> $dermatomyositis$children #> $dermatomyositis$children[[1]] #> [1] "DOID_14203<DOID_10223<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $dermatomyositis$value #> [1] "dermatomyositis" #> #> #> $dermatomyositis #> $dermatomyositis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10223" #> #> $dermatomyositis$`_id` #> [1] "DOID_10223<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $dermatomyositis$privateGeneCount #> [1] 0 #> #> $dermatomyositis$publicGeneCount #> [1] 25 #> #> $dermatomyositis$urlId #> [1] "DOID_10223" #> #> $dermatomyositis$dbPhenotype #> [1] TRUE #> #> $dermatomyositis$`_parent` #> [1] "DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $dermatomyositis$`_is_leaf` #> [1] FALSE #> #> $dermatomyositis$children #> $dermatomyositis$children[[1]] #> [1] "DOID_14203<DOID_10223<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $dermatomyositis$value #> [1] "dermatomyositis" #> #> #> $`Desbuquois dysplasia` #> $`Desbuquois dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060462" #> #> $`Desbuquois dysplasia`$`_id` #> [1] "DOID_0060462<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Desbuquois dysplasia`$privateGeneCount #> [1] 0 #> #> $`Desbuquois dysplasia`$publicGeneCount #> [1] 2 #> #> $`Desbuquois dysplasia`$urlId #> [1] "DOID_0060462" #> #> $`Desbuquois dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Desbuquois dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Desbuquois dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Desbuquois dysplasia`$children #> list() #> #> $`Desbuquois dysplasia`$value #> [1] "Desbuquois dysplasia" #> #> #> $`developmental coordination disorder` #> $`developmental coordination disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9923" #> #> $`developmental coordination disorder`$`_id` #> [1] "DOID_9923<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`developmental coordination disorder`$privateGeneCount #> [1] 0 #> #> $`developmental coordination disorder`$publicGeneCount #> [1] 6 #> #> $`developmental coordination disorder`$urlId #> [1] "DOID_9923" #> #> $`developmental coordination disorder`$dbPhenotype #> [1] TRUE #> #> $`developmental coordination disorder`$`_parent` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`developmental coordination disorder`$`_is_leaf` #> [1] TRUE #> #> $`developmental coordination disorder`$children #> list() #> #> $`developmental coordination disorder`$value #> [1] "developmental coordination disorder" #> #> #> $`developmental disorder of mental health` #> $`developmental disorder of mental health`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060037" #> #> $`developmental disorder of mental health`$`_id` #> [1] "DOID_0060037<DOID_150<DOID_4" #> #> $`developmental disorder of mental health`$privateGeneCount #> [1] 0 #> #> $`developmental disorder of mental health`$publicGeneCount #> [1] 1472 #> #> $`developmental disorder of mental health`$urlId #> [1] "DOID_0060037" #> #> $`developmental disorder of mental health`$dbPhenotype #> [1] FALSE #> #> $`developmental disorder of mental health`$`_parent` #> [1] "DOID_150<DOID_4" #> #> $`developmental disorder of mental health`$`_is_leaf` #> [1] FALSE #> #> $`developmental disorder of mental health`$children #> $`developmental disorder of mental health`$children[[1]] #> [1] "DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`developmental disorder of mental health`$children[[2]] #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`developmental disorder of mental health`$value #> [1] "developmental disorder of mental health" #> #> #> $dextrocardia #> $dextrocardia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9565" #> #> $dextrocardia$`_id` #> [1] "DOID_9565<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $dextrocardia$privateGeneCount #> [1] 0 #> #> $dextrocardia$publicGeneCount #> [1] 1 #> #> $dextrocardia$urlId #> [1] "DOID_9565" #> #> $dextrocardia$dbPhenotype #> [1] TRUE #> #> $dextrocardia$`_parent` #> [1] "DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $dextrocardia$`_is_leaf` #> [1] TRUE #> #> $dextrocardia$children #> list() #> #> $dextrocardia$value #> [1] "dextrocardia" #> #> #> $`diabetes insipidus` #> $`diabetes insipidus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9409" #> #> $`diabetes insipidus`$`_id` #> [1] "DOID_9409<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`diabetes insipidus`$privateGeneCount #> [1] 0 #> #> $`diabetes insipidus`$publicGeneCount #> [1] 4 #> #> $`diabetes insipidus`$urlId #> [1] "DOID_9409" #> #> $`diabetes insipidus`$dbPhenotype #> [1] TRUE #> #> $`diabetes insipidus`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`diabetes insipidus`$`_is_leaf` #> [1] TRUE #> #> $`diabetes insipidus`$children #> list() #> #> $`diabetes insipidus`$value #> [1] "diabetes insipidus" #> #> #> $`diabetes mellitus` #> $`diabetes mellitus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9351" #> #> $`diabetes mellitus`$`_id` #> [1] "DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`diabetes mellitus`$privateGeneCount #> [1] 0 #> #> $`diabetes mellitus`$publicGeneCount #> [1] 507 #> #> $`diabetes mellitus`$urlId #> [1] "DOID_9351" #> #> $`diabetes mellitus`$dbPhenotype #> [1] TRUE #> #> $`diabetes mellitus`$`_parent` #> [1] "DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`diabetes mellitus`$`_is_leaf` #> [1] FALSE #> #> $`diabetes mellitus`$children #> $`diabetes mellitus`$children[[1]] #> [1] "DOID_11714<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`diabetes mellitus`$children[[2]] #> [1] "DOID_0050524<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`diabetes mellitus`$children[[3]] #> [1] "DOID_11717<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`diabetes mellitus`$children[[4]] #> [1] "DOID_11716<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`diabetes mellitus`$children[[5]] #> [1] "DOID_9744<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`diabetes mellitus`$children[[6]] #> [1] "DOID_9352<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`diabetes mellitus`$value #> [1] "diabetes mellitus" #> #> #> $`Diabetes mellitus` #> $`Diabetes mellitus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000819" #> #> $`Diabetes mellitus`$`_id` #> [1] "HP_0000819<HP_0000818<HP_0000118<HP_0000001" #> #> $`Diabetes mellitus`$privateGeneCount #> [1] 0 #> #> $`Diabetes mellitus`$publicGeneCount #> [1] 1 #> #> $`Diabetes mellitus`$urlId #> [1] "HP_0000819" #> #> $`Diabetes mellitus`$dbPhenotype #> [1] FALSE #> #> $`Diabetes mellitus`$`_parent` #> [1] "HP_0000818<HP_0000118<HP_0000001" #> #> $`Diabetes mellitus`$`_is_leaf` #> [1] FALSE #> #> $`Diabetes mellitus`$children #> $`Diabetes mellitus`$children[[1]] #> [1] "HP_0005978<HP_0000819<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Diabetes mellitus`$value #> [1] "Diabetes mellitus" #> #> #> $`Diabetes mellitus` #> $`Diabetes mellitus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000819" #> #> $`Diabetes mellitus`$`_id` #> [1] "HP_0000819<HP_0001952<HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Diabetes mellitus`$privateGeneCount #> [1] 0 #> #> $`Diabetes mellitus`$publicGeneCount #> [1] 1 #> #> $`Diabetes mellitus`$urlId #> [1] "HP_0000819" #> #> $`Diabetes mellitus`$dbPhenotype #> [1] FALSE #> #> $`Diabetes mellitus`$`_parent` #> [1] "HP_0001952<HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Diabetes mellitus`$`_is_leaf` #> [1] FALSE #> #> $`Diabetes mellitus`$children #> $`Diabetes mellitus`$children[[1]] #> [1] "HP_0005978<HP_0000819<HP_0001952<HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Diabetes mellitus`$value #> [1] "Diabetes mellitus" #> #> #> $`diabetic angiopathy` #> $`diabetic angiopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11713" #> #> $`diabetic angiopathy`$`_id` #> [1] "DOID_11713<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`diabetic angiopathy`$privateGeneCount #> [1] 0 #> #> $`diabetic angiopathy`$publicGeneCount #> [1] 38 #> #> $`diabetic angiopathy`$urlId #> [1] "DOID_11713" #> #> $`diabetic angiopathy`$dbPhenotype #> [1] TRUE #> #> $`diabetic angiopathy`$`_parent` #> [1] "DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`diabetic angiopathy`$`_is_leaf` #> [1] TRUE #> #> $`diabetic angiopathy`$children #> list() #> #> $`diabetic angiopathy`$value #> [1] "diabetic angiopathy" #> #> #> $`diabetic autonomic neuropathy` #> $`diabetic autonomic neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11503" #> #> $`diabetic autonomic neuropathy`$`_id` #> [1] "DOID_11503<DOID_11504<DOID_11465<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`diabetic autonomic neuropathy`$privateGeneCount #> [1] 0 #> #> $`diabetic autonomic neuropathy`$publicGeneCount #> [1] 39 #> #> $`diabetic autonomic neuropathy`$urlId #> [1] "DOID_11503" #> #> $`diabetic autonomic neuropathy`$dbPhenotype #> [1] TRUE #> #> $`diabetic autonomic neuropathy`$`_parent` #> [1] "DOID_11504<DOID_11465<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`diabetic autonomic neuropathy`$`_is_leaf` #> [1] TRUE #> #> $`diabetic autonomic neuropathy`$children #> list() #> #> $`diabetic autonomic neuropathy`$value #> [1] "diabetic autonomic neuropathy" #> #> #> $`diabetic cataract` #> $`diabetic cataract`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13328" #> #> $`diabetic cataract`$`_id` #> [1] "DOID_13328<DOID_83<DOID_0050177<DOID_630<DOID_4" #> #> $`diabetic cataract`$privateGeneCount #> [1] 0 #> #> $`diabetic cataract`$publicGeneCount #> [1] 2 #> #> $`diabetic cataract`$urlId #> [1] "DOID_13328" #> #> $`diabetic cataract`$dbPhenotype #> [1] TRUE #> #> $`diabetic cataract`$`_parent` #> [1] "DOID_83<DOID_0050177<DOID_630<DOID_4" #> #> $`diabetic cataract`$`_is_leaf` #> [1] TRUE #> #> $`diabetic cataract`$children #> list() #> #> $`diabetic cataract`$value #> [1] "diabetic cataract" #> #> #> $`diabetic cataract` #> $`diabetic cataract`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13328" #> #> $`diabetic cataract`$`_id` #> [1] "DOID_13328<DOID_83<DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`diabetic cataract`$privateGeneCount #> [1] 0 #> #> $`diabetic cataract`$publicGeneCount #> [1] 2 #> #> $`diabetic cataract`$urlId #> [1] "DOID_13328" #> #> $`diabetic cataract`$dbPhenotype #> [1] TRUE #> #> $`diabetic cataract`$`_parent` #> [1] "DOID_83<DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`diabetic cataract`$`_is_leaf` #> [1] TRUE #> #> $`diabetic cataract`$children #> list() #> #> $`diabetic cataract`$value #> [1] "diabetic cataract" #> #> #> $`diabetic ketoacidosis` #> $`diabetic ketoacidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1837" #> #> $`diabetic ketoacidosis`$`_id` #> [1] "DOID_1837<DOID_9352<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`diabetic ketoacidosis`$privateGeneCount #> [1] 0 #> #> $`diabetic ketoacidosis`$publicGeneCount #> [1] 4 #> #> $`diabetic ketoacidosis`$urlId #> [1] "DOID_1837" #> #> $`diabetic ketoacidosis`$dbPhenotype #> [1] TRUE #> #> $`diabetic ketoacidosis`$`_parent` #> [1] "DOID_9352<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`diabetic ketoacidosis`$`_is_leaf` #> [1] TRUE #> #> $`diabetic ketoacidosis`$children #> list() #> #> $`diabetic ketoacidosis`$value #> [1] "diabetic ketoacidosis" #> #> #> $`diabetic neuropathy` #> $`diabetic neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9743" #> #> $`diabetic neuropathy`$`_id` #> [1] "DOID_9743<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`diabetic neuropathy`$privateGeneCount #> [1] 0 #> #> $`diabetic neuropathy`$publicGeneCount #> [1] 39 #> #> $`diabetic neuropathy`$urlId #> [1] "DOID_9743" #> #> $`diabetic neuropathy`$dbPhenotype #> [1] TRUE #> #> $`diabetic neuropathy`$`_parent` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`diabetic neuropathy`$`_is_leaf` #> [1] FALSE #> #> $`diabetic neuropathy`$children #> $`diabetic neuropathy`$children[[1]] #> [1] "DOID_12785<DOID_9743<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`diabetic neuropathy`$value #> [1] "diabetic neuropathy" #> #> #> $`diabetic polyneuropathy` #> $`diabetic polyneuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12785" #> #> $`diabetic polyneuropathy`$`_id` #> [1] "DOID_12785<DOID_9743<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`diabetic polyneuropathy`$privateGeneCount #> [1] 0 #> #> $`diabetic polyneuropathy`$publicGeneCount #> [1] 39 #> #> $`diabetic polyneuropathy`$urlId #> [1] "DOID_12785" #> #> $`diabetic polyneuropathy`$dbPhenotype #> [1] TRUE #> #> $`diabetic polyneuropathy`$`_parent` #> [1] "DOID_9743<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`diabetic polyneuropathy`$`_is_leaf` #> [1] TRUE #> #> $`diabetic polyneuropathy`$children #> list() #> #> $`diabetic polyneuropathy`$value #> [1] "diabetic polyneuropathy" #> #> #> $`diabetic retinopathy` #> $`diabetic retinopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8947" #> #> $`diabetic retinopathy`$`_id` #> [1] "DOID_8947<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`diabetic retinopathy`$privateGeneCount #> [1] 0 #> #> $`diabetic retinopathy`$publicGeneCount #> [1] 92 #> #> $`diabetic retinopathy`$urlId #> [1] "DOID_8947" #> #> $`diabetic retinopathy`$dbPhenotype #> [1] TRUE #> #> $`diabetic retinopathy`$`_parent` #> [1] "DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`diabetic retinopathy`$`_is_leaf` #> [1] TRUE #> #> $`diabetic retinopathy`$children #> list() #> #> $`diabetic retinopathy`$value #> [1] "diabetic retinopathy" #> #> #> $`diabetic retinopathy` #> $`diabetic retinopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8947" #> #> $`diabetic retinopathy`$`_id` #> [1] "DOID_8947<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`diabetic retinopathy`$privateGeneCount #> [1] 0 #> #> $`diabetic retinopathy`$publicGeneCount #> [1] 92 #> #> $`diabetic retinopathy`$urlId #> [1] "DOID_8947" #> #> $`diabetic retinopathy`$dbPhenotype #> [1] TRUE #> #> $`diabetic retinopathy`$`_parent` #> [1] "DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`diabetic retinopathy`$`_is_leaf` #> [1] TRUE #> #> $`diabetic retinopathy`$children #> list() #> #> $`diabetic retinopathy`$value #> [1] "diabetic retinopathy" #> #> #> $`Dialeptic seizure` #> $`Dialeptic seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011146" #> #> $`Dialeptic seizure`$`_id` #> [1] "HP_0011146<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Dialeptic seizure`$privateGeneCount #> [1] 0 #> #> $`Dialeptic seizure`$publicGeneCount #> [1] 2 #> #> $`Dialeptic seizure`$urlId #> [1] "HP_0011146" #> #> $`Dialeptic seizure`$dbPhenotype #> [1] FALSE #> #> $`Dialeptic seizure`$`_parent` #> [1] "HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Dialeptic seizure`$`_is_leaf` #> [1] FALSE #> #> $`Dialeptic seizure`$children #> $`Dialeptic seizure`$children[[1]] #> [1] "HP_0002121<HP_0011146<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Dialeptic seizure`$value #> [1] "Dialeptic seizure" #> #> #> $`Diamond-Blackfan anemia` #> $`Diamond-Blackfan anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1339" #> #> $`Diamond-Blackfan anemia`$`_id` #> [1] "DOID_1339<DOID_1342<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`Diamond-Blackfan anemia`$privateGeneCount #> [1] 0 #> #> $`Diamond-Blackfan anemia`$publicGeneCount #> [1] 12 #> #> $`Diamond-Blackfan anemia`$urlId #> [1] "DOID_1339" #> #> $`Diamond-Blackfan anemia`$dbPhenotype #> [1] TRUE #> #> $`Diamond-Blackfan anemia`$`_parent` #> [1] "DOID_1342<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`Diamond-Blackfan anemia`$`_is_leaf` #> [1] TRUE #> #> $`Diamond-Blackfan anemia`$children #> list() #> #> $`Diamond-Blackfan anemia`$value #> [1] "Diamond-Blackfan anemia" #> #> #> $`diaphragm disease` #> $`diaphragm disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10481" #> #> $`diaphragm disease`$`_id` #> [1] "DOID_10481<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`diaphragm disease`$privateGeneCount #> [1] 0 #> #> $`diaphragm disease`$publicGeneCount #> [1] 42 #> #> $`diaphragm disease`$urlId #> [1] "DOID_10481" #> #> $`diaphragm disease`$dbPhenotype #> [1] FALSE #> #> $`diaphragm disease`$`_parent` #> [1] "DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`diaphragm disease`$`_is_leaf` #> [1] FALSE #> #> $`diaphragm disease`$children #> $`diaphragm disease`$children[[1]] #> [1] "DOID_3827<DOID_10481<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`diaphragm disease`$value #> [1] "diaphragm disease" #> #> #> $diarrhea #> $diarrhea$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13250" #> #> $diarrhea$`_id` #> [1] "DOID_13250<DOID_77<DOID_7<DOID_4" #> #> $diarrhea$privateGeneCount #> [1] 0 #> #> $diarrhea$publicGeneCount #> [1] 15 #> #> $diarrhea$urlId #> [1] "DOID_13250" #> #> $diarrhea$dbPhenotype #> [1] TRUE #> #> $diarrhea$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $diarrhea$`_is_leaf` #> [1] FALSE #> #> $diarrhea$children #> $diarrhea$children[[1]] #> [1] "DOID_0050129<DOID_13250<DOID_77<DOID_7<DOID_4" #> #> #> $diarrhea$value #> [1] "diarrhea" #> #> #> $`diastrophic dysplasia` #> $`diastrophic dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14687" #> #> $`diastrophic dysplasia`$`_id` #> [1] "DOID_14687<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`diastrophic dysplasia`$privateGeneCount #> [1] 0 #> #> $`diastrophic dysplasia`$publicGeneCount #> [1] 1 #> #> $`diastrophic dysplasia`$urlId #> [1] "DOID_14687" #> #> $`diastrophic dysplasia`$dbPhenotype #> [1] TRUE #> #> $`diastrophic dysplasia`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`diastrophic dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`diastrophic dysplasia`$children #> list() #> #> $`diastrophic dysplasia`$value #> [1] "diastrophic dysplasia" #> #> #> $`diastrophic dysplasia` #> $`diastrophic dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14687" #> #> $`diastrophic dysplasia`$`_id` #> [1] "DOID_14687<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`diastrophic dysplasia`$privateGeneCount #> [1] 0 #> #> $`diastrophic dysplasia`$publicGeneCount #> [1] 1 #> #> $`diastrophic dysplasia`$urlId #> [1] "DOID_14687" #> #> $`diastrophic dysplasia`$dbPhenotype #> [1] TRUE #> #> $`diastrophic dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`diastrophic dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`diastrophic dysplasia`$children #> list() #> #> $`diastrophic dysplasia`$value #> [1] "diastrophic dysplasia" #> #> #> $`Dicarboxylic aciduria` #> $`Dicarboxylic aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003215" #> #> $`Dicarboxylic aciduria`$`_id` #> [1] "HP_0003215<HP_0001992<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Dicarboxylic aciduria`$privateGeneCount #> [1] 0 #> #> $`Dicarboxylic aciduria`$publicGeneCount #> [1] 5 #> #> $`Dicarboxylic aciduria`$urlId #> [1] "HP_0003215" #> #> $`Dicarboxylic aciduria`$dbPhenotype #> [1] FALSE #> #> $`Dicarboxylic aciduria`$`_parent` #> [1] "HP_0001992<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Dicarboxylic aciduria`$`_is_leaf` #> [1] FALSE #> #> $`Dicarboxylic aciduria`$children #> $`Dicarboxylic aciduria`$children[[1]] #> [1] "HP_0003150<HP_0003215<HP_0001992<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Dicarboxylic aciduria`$value #> [1] "Dicarboxylic aciduria" #> #> #> $`differentiated thyroid gland carcinoma` #> $`differentiated thyroid gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080525" #> #> $`differentiated thyroid gland carcinoma`$`_id` #> [1] "DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`differentiated thyroid gland carcinoma`$publicGeneCount #> [1] 14 #> #> $`differentiated thyroid gland carcinoma`$urlId #> [1] "DOID_0080525" #> #> $`differentiated thyroid gland carcinoma`$dbPhenotype #> [1] FALSE #> #> $`differentiated thyroid gland carcinoma`$`_parent` #> [1] "DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`differentiated thyroid gland carcinoma`$children #> $`differentiated thyroid gland carcinoma`$children[[1]] #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$children[[2]] #> [1] "DOID_3969<DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`differentiated thyroid gland carcinoma`$value #> [1] "differentiated thyroid gland carcinoma" #> #> #> $`differentiated thyroid gland carcinoma` #> $`differentiated thyroid gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080525" #> #> $`differentiated thyroid gland carcinoma`$`_id` #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`differentiated thyroid gland carcinoma`$publicGeneCount #> [1] 14 #> #> $`differentiated thyroid gland carcinoma`$urlId #> [1] "DOID_0080525" #> #> $`differentiated thyroid gland carcinoma`$dbPhenotype #> [1] FALSE #> #> $`differentiated thyroid gland carcinoma`$`_parent` #> [1] "DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`differentiated thyroid gland carcinoma`$children #> $`differentiated thyroid gland carcinoma`$children[[1]] #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$children[[2]] #> [1] "DOID_3969<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`differentiated thyroid gland carcinoma`$value #> [1] "differentiated thyroid gland carcinoma" #> #> #> $`differentiated thyroid gland carcinoma` #> $`differentiated thyroid gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080525" #> #> $`differentiated thyroid gland carcinoma`$`_id` #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`differentiated thyroid gland carcinoma`$publicGeneCount #> [1] 14 #> #> $`differentiated thyroid gland carcinoma`$urlId #> [1] "DOID_0080525" #> #> $`differentiated thyroid gland carcinoma`$dbPhenotype #> [1] FALSE #> #> $`differentiated thyroid gland carcinoma`$`_parent` #> [1] "DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`differentiated thyroid gland carcinoma`$children #> $`differentiated thyroid gland carcinoma`$children[[1]] #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$children[[2]] #> [1] "DOID_3969<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $`differentiated thyroid gland carcinoma`$value #> [1] "differentiated thyroid gland carcinoma" #> #> #> $`differentiated thyroid gland carcinoma` #> $`differentiated thyroid gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080525" #> #> $`differentiated thyroid gland carcinoma`$`_id` #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`differentiated thyroid gland carcinoma`$publicGeneCount #> [1] 14 #> #> $`differentiated thyroid gland carcinoma`$urlId #> [1] "DOID_0080525" #> #> $`differentiated thyroid gland carcinoma`$dbPhenotype #> [1] FALSE #> #> $`differentiated thyroid gland carcinoma`$`_parent` #> [1] "DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`differentiated thyroid gland carcinoma`$children #> $`differentiated thyroid gland carcinoma`$children[[1]] #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$children[[2]] #> [1] "DOID_3969<DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`differentiated thyroid gland carcinoma`$value #> [1] "differentiated thyroid gland carcinoma" #> #> #> $`diffuse large B-cell lymphoma` #> $`diffuse large B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050745" #> #> $`diffuse large B-cell lymphoma`$`_id` #> [1] "DOID_0050745<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`diffuse large B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`diffuse large B-cell lymphoma`$publicGeneCount #> [1] 41 #> #> $`diffuse large B-cell lymphoma`$urlId #> [1] "DOID_0050745" #> #> $`diffuse large B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`diffuse large B-cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`diffuse large B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`diffuse large B-cell lymphoma`$children #> list() #> #> $`diffuse large B-cell lymphoma`$value #> [1] "diffuse large B-cell lymphoma" #> #> #> $`diffuse large B-cell lymphoma` #> $`diffuse large B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050745" #> #> $`diffuse large B-cell lymphoma`$`_id` #> [1] "DOID_0050745<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`diffuse large B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`diffuse large B-cell lymphoma`$publicGeneCount #> [1] 41 #> #> $`diffuse large B-cell lymphoma`$urlId #> [1] "DOID_0050745" #> #> $`diffuse large B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`diffuse large B-cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`diffuse large B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`diffuse large B-cell lymphoma`$children #> list() #> #> $`diffuse large B-cell lymphoma`$value #> [1] "diffuse large B-cell lymphoma" #> #> #> $`diffuse large B-cell lymphoma` #> $`diffuse large B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050745" #> #> $`diffuse large B-cell lymphoma`$`_id` #> [1] "DOID_0050745<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`diffuse large B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`diffuse large B-cell lymphoma`$publicGeneCount #> [1] 41 #> #> $`diffuse large B-cell lymphoma`$urlId #> [1] "DOID_0050745" #> #> $`diffuse large B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`diffuse large B-cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`diffuse large B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`diffuse large B-cell lymphoma`$children #> list() #> #> $`diffuse large B-cell lymphoma`$value #> [1] "diffuse large B-cell lymphoma" #> #> #> $`diffuse large B-cell lymphoma` #> $`diffuse large B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050745" #> #> $`diffuse large B-cell lymphoma`$`_id` #> [1] "DOID_0050745<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`diffuse large B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`diffuse large B-cell lymphoma`$publicGeneCount #> [1] 41 #> #> $`diffuse large B-cell lymphoma`$urlId #> [1] "DOID_0050745" #> #> $`diffuse large B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`diffuse large B-cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`diffuse large B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`diffuse large B-cell lymphoma`$children #> list() #> #> $`diffuse large B-cell lymphoma`$value #> [1] "diffuse large B-cell lymphoma" #> #> #> $`diffuse large B-cell lymphoma` #> $`diffuse large B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050745" #> #> $`diffuse large B-cell lymphoma`$`_id` #> [1] "DOID_0050745<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`diffuse large B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`diffuse large B-cell lymphoma`$publicGeneCount #> [1] 41 #> #> $`diffuse large B-cell lymphoma`$urlId #> [1] "DOID_0050745" #> #> $`diffuse large B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`diffuse large B-cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`diffuse large B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`diffuse large B-cell lymphoma`$children #> list() #> #> $`diffuse large B-cell lymphoma`$value #> [1] "diffuse large B-cell lymphoma" #> #> #> $`Diffuse mesangial sclerosis` #> $`Diffuse mesangial sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001967" #> #> $`Diffuse mesangial sclerosis`$`_id` #> [1] "HP_0001967<HP_0001966<HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Diffuse mesangial sclerosis`$privateGeneCount #> [1] 0 #> #> $`Diffuse mesangial sclerosis`$publicGeneCount #> [1] 2 #> #> $`Diffuse mesangial sclerosis`$urlId #> [1] "HP_0001967" #> #> $`Diffuse mesangial sclerosis`$dbPhenotype #> [1] TRUE #> #> $`Diffuse mesangial sclerosis`$`_parent` #> [1] "HP_0001966<HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Diffuse mesangial sclerosis`$`_is_leaf` #> [1] TRUE #> #> $`Diffuse mesangial sclerosis`$children #> list() #> #> $`Diffuse mesangial sclerosis`$value #> [1] "Diffuse mesangial sclerosis" #> #> #> $`Diffuse mesangial sclerosis` #> $`Diffuse mesangial sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001967" #> #> $`Diffuse mesangial sclerosis`$`_id` #> [1] "HP_0001967<HP_0001966<HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Diffuse mesangial sclerosis`$privateGeneCount #> [1] 0 #> #> $`Diffuse mesangial sclerosis`$publicGeneCount #> [1] 2 #> #> $`Diffuse mesangial sclerosis`$urlId #> [1] "HP_0001967" #> #> $`Diffuse mesangial sclerosis`$dbPhenotype #> [1] TRUE #> #> $`Diffuse mesangial sclerosis`$`_parent` #> [1] "HP_0001966<HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Diffuse mesangial sclerosis`$`_is_leaf` #> [1] TRUE #> #> $`Diffuse mesangial sclerosis`$children #> list() #> #> $`Diffuse mesangial sclerosis`$value #> [1] "Diffuse mesangial sclerosis" #> #> #> $`diffuse scleroderma` #> $`diffuse scleroderma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1580" #> #> $`diffuse scleroderma`$`_id` #> [1] "DOID_1580<DOID_418<DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`diffuse scleroderma`$privateGeneCount #> [1] 0 #> #> $`diffuse scleroderma`$publicGeneCount #> [1] 13 #> #> $`diffuse scleroderma`$urlId #> [1] "DOID_1580" #> #> $`diffuse scleroderma`$dbPhenotype #> [1] TRUE #> #> $`diffuse scleroderma`$`_parent` #> [1] "DOID_418<DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`diffuse scleroderma`$`_is_leaf` #> [1] TRUE #> #> $`diffuse scleroderma`$children #> list() #> #> $`diffuse scleroderma`$value #> [1] "diffuse scleroderma" #> #> #> $`DiGeorge syndrome` #> $`DiGeorge syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11198" #> #> $`DiGeorge syndrome`$`_id` #> [1] "DOID_11198<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`DiGeorge syndrome`$privateGeneCount #> [1] 0 #> #> $`DiGeorge syndrome`$publicGeneCount #> [1] 8 #> #> $`DiGeorge syndrome`$urlId #> [1] "DOID_11198" #> #> $`DiGeorge syndrome`$dbPhenotype #> [1] TRUE #> #> $`DiGeorge syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`DiGeorge syndrome`$`_is_leaf` #> [1] TRUE #> #> $`DiGeorge syndrome`$children #> list() #> #> $`DiGeorge syndrome`$value #> [1] "DiGeorge syndrome" #> #> #> $`DiGeorge syndrome` #> $`DiGeorge syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11198" #> #> $`DiGeorge syndrome`$`_id` #> [1] "DOID_11198<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`DiGeorge syndrome`$privateGeneCount #> [1] 0 #> #> $`DiGeorge syndrome`$publicGeneCount #> [1] 8 #> #> $`DiGeorge syndrome`$urlId #> [1] "DOID_11198" #> #> $`DiGeorge syndrome`$dbPhenotype #> [1] TRUE #> #> $`DiGeorge syndrome`$`_parent` #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`DiGeorge syndrome`$`_is_leaf` #> [1] TRUE #> #> $`DiGeorge syndrome`$children #> list() #> #> $`DiGeorge syndrome`$value #> [1] "DiGeorge syndrome" #> #> #> $`DiGeorge syndrome` #> $`DiGeorge syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11198" #> #> $`DiGeorge syndrome`$`_id` #> [1] "DOID_11198<DOID_225<DOID_4" #> #> $`DiGeorge syndrome`$privateGeneCount #> [1] 0 #> #> $`DiGeorge syndrome`$publicGeneCount #> [1] 8 #> #> $`DiGeorge syndrome`$urlId #> [1] "DOID_11198" #> #> $`DiGeorge syndrome`$dbPhenotype #> [1] TRUE #> #> $`DiGeorge syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`DiGeorge syndrome`$`_is_leaf` #> [1] TRUE #> #> $`DiGeorge syndrome`$children #> list() #> #> $`DiGeorge syndrome`$value #> [1] "DiGeorge syndrome" #> #> #> $`dihydropyrimidine dehydrogenase deficiency` #> $`dihydropyrimidine dehydrogenase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14218" #> #> $`dihydropyrimidine dehydrogenase deficiency`$`_id` #> [1] "DOID_14218<DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> $`dihydropyrimidine dehydrogenase deficiency`$privateGeneCount #> [1] 0 #> #> $`dihydropyrimidine dehydrogenase deficiency`$publicGeneCount #> [1] 1 #> #> $`dihydropyrimidine dehydrogenase deficiency`$urlId #> [1] "DOID_14218" #> #> $`dihydropyrimidine dehydrogenase deficiency`$dbPhenotype #> [1] TRUE #> #> $`dihydropyrimidine dehydrogenase deficiency`$`_parent` #> [1] "DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> $`dihydropyrimidine dehydrogenase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`dihydropyrimidine dehydrogenase deficiency`$children #> list() #> #> $`dihydropyrimidine dehydrogenase deficiency`$value #> [1] "dihydropyrimidine dehydrogenase deficiency" #> #> #> $Dilatation #> $Dilatation$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002617" #> #> $Dilatation$`_id` #> [1] "HP_0002617<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Dilatation$privateGeneCount #> [1] 0 #> #> $Dilatation$publicGeneCount #> [1] 1 #> #> $Dilatation$urlId #> [1] "HP_0002617" #> #> $Dilatation$dbPhenotype #> [1] FALSE #> #> $Dilatation$`_parent` #> [1] "HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Dilatation$`_is_leaf` #> [1] FALSE #> #> $Dilatation$children #> $Dilatation$children[[1]] #> [1] "HP_0004944<HP_0002617<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $Dilatation$value #> [1] "Dilatation" #> #> #> $Dilatation #> $Dilatation$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002617" #> #> $Dilatation$`_id` #> [1] "HP_0002617<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $Dilatation$privateGeneCount #> [1] 0 #> #> $Dilatation$publicGeneCount #> [1] 1 #> #> $Dilatation$urlId #> [1] "HP_0002617" #> #> $Dilatation$dbPhenotype #> [1] FALSE #> #> $Dilatation$`_parent` #> [1] "HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $Dilatation$`_is_leaf` #> [1] FALSE #> #> $Dilatation$children #> $Dilatation$children[[1]] #> [1] "HP_0004944<HP_0002617<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $Dilatation$value #> [1] "Dilatation" #> #> #> $`Dilatation of the cerebral artery` #> $`Dilatation of the cerebral artery`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004944" #> #> $`Dilatation of the cerebral artery`$`_id` #> [1] "HP_0004944<HP_0002617<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$privateGeneCount #> [1] 0 #> #> $`Dilatation of the cerebral artery`$publicGeneCount #> [1] 1 #> #> $`Dilatation of the cerebral artery`$urlId #> [1] "HP_0004944" #> #> $`Dilatation of the cerebral artery`$dbPhenotype #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$`_parent` #> [1] "HP_0002617<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$`_is_leaf` #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$children #> list() #> #> $`Dilatation of the cerebral artery`$value #> [1] "Dilatation of the cerebral artery" #> #> #> $`Dilatation of the cerebral artery` #> $`Dilatation of the cerebral artery`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004944" #> #> $`Dilatation of the cerebral artery`$`_id` #> [1] "HP_0004944<HP_0002617<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$privateGeneCount #> [1] 0 #> #> $`Dilatation of the cerebral artery`$publicGeneCount #> [1] 1 #> #> $`Dilatation of the cerebral artery`$urlId #> [1] "HP_0004944" #> #> $`Dilatation of the cerebral artery`$dbPhenotype #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$`_parent` #> [1] "HP_0002617<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$`_is_leaf` #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$children #> list() #> #> $`Dilatation of the cerebral artery`$value #> [1] "Dilatation of the cerebral artery" #> #> #> $`Dilatation of the cerebral artery` #> $`Dilatation of the cerebral artery`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004944" #> #> $`Dilatation of the cerebral artery`$`_id` #> [1] "HP_0004944<HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$privateGeneCount #> [1] 0 #> #> $`Dilatation of the cerebral artery`$publicGeneCount #> [1] 1 #> #> $`Dilatation of the cerebral artery`$urlId #> [1] "HP_0004944" #> #> $`Dilatation of the cerebral artery`$dbPhenotype #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$`_parent` #> [1] "HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$`_is_leaf` #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$children #> list() #> #> $`Dilatation of the cerebral artery`$value #> [1] "Dilatation of the cerebral artery" #> #> #> $`Dilatation of the cerebral artery` #> $`Dilatation of the cerebral artery`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004944" #> #> $`Dilatation of the cerebral artery`$`_id` #> [1] "HP_0004944<HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$privateGeneCount #> [1] 0 #> #> $`Dilatation of the cerebral artery`$publicGeneCount #> [1] 1 #> #> $`Dilatation of the cerebral artery`$urlId #> [1] "HP_0004944" #> #> $`Dilatation of the cerebral artery`$dbPhenotype #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$`_parent` #> [1] "HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$`_is_leaf` #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$children #> list() #> #> $`Dilatation of the cerebral artery`$value #> [1] "Dilatation of the cerebral artery" #> #> #> $`Dilatation of the cerebral artery` #> $`Dilatation of the cerebral artery`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004944" #> #> $`Dilatation of the cerebral artery`$`_id` #> [1] "HP_0004944<HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$privateGeneCount #> [1] 0 #> #> $`Dilatation of the cerebral artery`$publicGeneCount #> [1] 1 #> #> $`Dilatation of the cerebral artery`$urlId #> [1] "HP_0004944" #> #> $`Dilatation of the cerebral artery`$dbPhenotype #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$`_parent` #> [1] "HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$`_is_leaf` #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$children #> list() #> #> $`Dilatation of the cerebral artery`$value #> [1] "Dilatation of the cerebral artery" #> #> #> $`Dilatation of the cerebral artery` #> $`Dilatation of the cerebral artery`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004944" #> #> $`Dilatation of the cerebral artery`$`_id` #> [1] "HP_0004944<HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$privateGeneCount #> [1] 0 #> #> $`Dilatation of the cerebral artery`$publicGeneCount #> [1] 1 #> #> $`Dilatation of the cerebral artery`$urlId #> [1] "HP_0004944" #> #> $`Dilatation of the cerebral artery`$dbPhenotype #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$`_parent` #> [1] "HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$`_is_leaf` #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$children #> list() #> #> $`Dilatation of the cerebral artery`$value #> [1] "Dilatation of the cerebral artery" #> #> #> $`dilated cardiomyopathy` #> $`dilated cardiomyopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12930" #> #> $`dilated cardiomyopathy`$`_id` #> [1] "DOID_12930<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`dilated cardiomyopathy`$privateGeneCount #> [1] 0 #> #> $`dilated cardiomyopathy`$publicGeneCount #> [1] 104 #> #> $`dilated cardiomyopathy`$urlId #> [1] "DOID_12930" #> #> $`dilated cardiomyopathy`$dbPhenotype #> [1] TRUE #> #> $`dilated cardiomyopathy`$`_parent` #> [1] "DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`dilated cardiomyopathy`$`_is_leaf` #> [1] TRUE #> #> $`dilated cardiomyopathy`$children #> list() #> #> $`dilated cardiomyopathy`$value #> [1] "dilated cardiomyopathy" #> #> #> $`Diminished movement` #> $`Diminished movement`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002374" #> #> $`Diminished movement`$`_id` #> [1] "HP_0002374<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Diminished movement`$privateGeneCount #> [1] 0 #> #> $`Diminished movement`$publicGeneCount #> [1] 3 #> #> $`Diminished movement`$urlId #> [1] "HP_0002374" #> #> $`Diminished movement`$dbPhenotype #> [1] FALSE #> #> $`Diminished movement`$`_parent` #> [1] "HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Diminished movement`$`_is_leaf` #> [1] FALSE #> #> $`Diminished movement`$children #> $`Diminished movement`$children[[1]] #> [1] "HP_0002375<HP_0002374<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Diminished movement`$value #> [1] "Diminished movement" #> #> #> $`Discoid lupus rash` #> $`Discoid lupus rash`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007417" #> #> $`Discoid lupus rash`$`_id` #> [1] "HP_0007417<HP_0000988<HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Discoid lupus rash`$privateGeneCount #> [1] 0 #> #> $`Discoid lupus rash`$publicGeneCount #> [1] 6 #> #> $`Discoid lupus rash`$urlId #> [1] "HP_0007417" #> #> $`Discoid lupus rash`$dbPhenotype #> [1] TRUE #> #> $`Discoid lupus rash`$`_parent` #> [1] "HP_0000988<HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Discoid lupus rash`$`_is_leaf` #> [1] TRUE #> #> $`Discoid lupus rash`$children #> list() #> #> $`Discoid lupus rash`$value #> [1] "Discoid lupus rash" #> #> #> $`Discoid lupus rash` #> $`Discoid lupus rash`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007417" #> #> $`Discoid lupus rash`$`_id` #> [1] "HP_0007417<HP_0000988<HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Discoid lupus rash`$privateGeneCount #> [1] 0 #> #> $`Discoid lupus rash`$publicGeneCount #> [1] 6 #> #> $`Discoid lupus rash`$urlId #> [1] "HP_0007417" #> #> $`Discoid lupus rash`$dbPhenotype #> [1] TRUE #> #> $`Discoid lupus rash`$`_parent` #> [1] "HP_0000988<HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Discoid lupus rash`$`_is_leaf` #> [1] TRUE #> #> $`Discoid lupus rash`$children #> list() #> #> $`Discoid lupus rash`$value #> [1] "Discoid lupus rash" #> #> #> $`disease by infectious agent` #> $`disease by infectious agent`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050117" #> #> $`disease by infectious agent`$`_id` #> [1] "DOID_0050117<DOID_4" #> #> $`disease by infectious agent`$privateGeneCount #> [1] 0 #> #> $`disease by infectious agent`$publicGeneCount #> [1] 506 #> #> $`disease by infectious agent`$urlId #> [1] "DOID_0050117" #> #> $`disease by infectious agent`$dbPhenotype #> [1] TRUE #> #> $`disease by infectious agent`$`_parent` #> [1] "DOID_4" #> #> $`disease by infectious agent`$`_is_leaf` #> [1] FALSE #> #> $`disease by infectious agent`$children #> $`disease by infectious agent`$children[[1]] #> [1] "DOID_104<DOID_0050117<DOID_4" #> #> $`disease by infectious agent`$children[[2]] #> [1] "DOID_1564<DOID_0050117<DOID_4" #> #> $`disease by infectious agent`$children[[3]] #> [1] "DOID_0050720<DOID_0050117<DOID_4" #> #> $`disease by infectious agent`$children[[4]] #> [1] "DOID_1398<DOID_0050117<DOID_4" #> #> $`disease by infectious agent`$children[[5]] #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> #> $`disease by infectious agent`$value #> [1] "disease by infectious agent" #> #> #> $`disease of anatomical entity` #> $`disease of anatomical entity`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7" #> #> $`disease of anatomical entity`$`_id` #> [1] "DOID_7<DOID_4" #> #> $`disease of anatomical entity`$privateGeneCount #> [1] 0 #> #> $`disease of anatomical entity`$publicGeneCount #> [1] 6494 #> #> $`disease of anatomical entity`$urlId #> [1] "DOID_7" #> #> $`disease of anatomical entity`$dbPhenotype #> [1] FALSE #> #> $`disease of anatomical entity`$`_parent` #> [1] "DOID_4" #> #> $`disease of anatomical entity`$`_is_leaf` #> [1] FALSE #> #> $`disease of anatomical entity`$children #> $`disease of anatomical entity`$children[[1]] #> [1] "DOID_1287<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[2]] #> [1] "DOID_28<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[3]] #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[4]] #> [1] "DOID_74<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[5]] #> [1] "DOID_2914<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[6]] #> [1] "DOID_16<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[7]] #> [1] "DOID_17<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[8]] #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[9]] #> [1] "DOID_15<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[10]] #> [1] "DOID_1579<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[11]] #> [1] "DOID_0060118<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[12]] #> [1] "DOID_18<DOID_7<DOID_4" #> #> #> $`disease of anatomical entity`$value #> [1] "disease of anatomical entity" #> #> #> $`disease of cellular proliferation` #> $`disease of cellular proliferation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14566" #> #> $`disease of cellular proliferation`$`_id` #> [1] "DOID_14566<DOID_4" #> #> $`disease of cellular proliferation`$privateGeneCount #> [1] 0 #> #> $`disease of cellular proliferation`$publicGeneCount #> [1] 3074 #> #> $`disease of cellular proliferation`$urlId #> [1] "DOID_14566" #> #> $`disease of cellular proliferation`$dbPhenotype #> [1] FALSE #> #> $`disease of cellular proliferation`$`_parent` #> [1] "DOID_4" #> #> $`disease of cellular proliferation`$`_is_leaf` #> [1] FALSE #> #> $`disease of cellular proliferation`$children #> $`disease of cellular proliferation`$children[[1]] #> [1] "DOID_0060072<DOID_14566<DOID_4" #> #> $`disease of cellular proliferation`$children[[2]] #> [1] "DOID_162<DOID_14566<DOID_4" #> #> $`disease of cellular proliferation`$children[[3]] #> [1] "DOID_0060071<DOID_14566<DOID_4" #> #> #> $`disease of cellular proliferation`$value #> [1] "disease of cellular proliferation" #> #> #> $`disease of mental health` #> $`disease of mental health`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_150" #> #> $`disease of mental health`$`_id` #> [1] "DOID_150<DOID_4" #> #> $`disease of mental health`$privateGeneCount #> [1] 0 #> #> $`disease of mental health`$publicGeneCount #> [1] 2100 #> #> $`disease of mental health`$urlId #> [1] "DOID_150" #> #> $`disease of mental health`$dbPhenotype #> [1] TRUE #> #> $`disease of mental health`$`_parent` #> [1] "DOID_4" #> #> $`disease of mental health`$`_is_leaf` #> [1] FALSE #> #> $`disease of mental health`$children #> $`disease of mental health`$children[[1]] #> [1] "DOID_1561<DOID_150<DOID_4" #> #> $`disease of mental health`$children[[2]] #> [1] "DOID_0060037<DOID_150<DOID_4" #> #> $`disease of mental health`$children[[3]] #> [1] "DOID_10935<DOID_150<DOID_4" #> #> $`disease of mental health`$children[[4]] #> [1] "DOID_10937<DOID_150<DOID_4" #> #> $`disease of mental health`$children[[5]] #> [1] "DOID_1510<DOID_150<DOID_4" #> #> $`disease of mental health`$children[[6]] #> [1] "DOID_0060043<DOID_150<DOID_4" #> #> $`disease of mental health`$children[[7]] #> [1] "DOID_535<DOID_150<DOID_4" #> #> $`disease of mental health`$children[[8]] #> [1] "DOID_4737<DOID_150<DOID_4" #> #> $`disease of mental health`$children[[9]] #> [1] "DOID_303<DOID_150<DOID_4" #> #> #> $`disease of mental health`$value #> [1] "disease of mental health" #> #> #> $`disease of metabolism` #> $`disease of metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0014667" #> #> $`disease of metabolism`$`_id` #> [1] "DOID_0014667<DOID_4" #> #> $`disease of metabolism`$privateGeneCount #> [1] 0 #> #> $`disease of metabolism`$publicGeneCount #> [1] 1668 #> #> $`disease of metabolism`$urlId #> [1] "DOID_0014667" #> #> $`disease of metabolism`$dbPhenotype #> [1] TRUE #> #> $`disease of metabolism`$`_parent` #> [1] "DOID_4" #> #> $`disease of metabolism`$`_is_leaf` #> [1] FALSE #> #> $`disease of metabolism`$children #> $`disease of metabolism`$children[[1]] #> [1] "DOID_0060158<DOID_0014667<DOID_4" #> #> $`disease of metabolism`$children[[2]] #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> #> $`disease of metabolism`$value #> [1] "disease of metabolism" #> #> #> $`Disease Ontology` #> $`Disease Ontology`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4" #> #> $`Disease Ontology`$`_id` #> [1] "DOID_4" #> #> $`Disease Ontology`$privateGeneCount #> [1] 0 #> #> $`Disease Ontology`$publicGeneCount #> [1] 8064 #> #> $`Disease Ontology`$urlId #> [1] "DOID_4" #> #> $`Disease Ontology`$dbPhenotype #> [1] TRUE #> #> $`Disease Ontology`$`_parent` #> NULL #> #> $`Disease Ontology`$`_is_leaf` #> [1] FALSE #> #> $`Disease Ontology`$children #> $`Disease Ontology`$children[[1]] #> [1] "DOID_0050117<DOID_4" #> #> $`Disease Ontology`$children[[2]] #> [1] "DOID_7<DOID_4" #> #> $`Disease Ontology`$children[[3]] #> [1] "DOID_14566<DOID_4" #> #> $`Disease Ontology`$children[[4]] #> [1] "DOID_150<DOID_4" #> #> $`Disease Ontology`$children[[5]] #> [1] "DOID_0014667<DOID_4" #> #> $`Disease Ontology`$children[[6]] #> [1] "DOID_630<DOID_4" #> #> $`Disease Ontology`$children[[7]] #> [1] "DOID_0080015<DOID_4" #> #> $`Disease Ontology`$children[[8]] #> [1] "DOID_225<DOID_4" #> #> #> $`Disease Ontology`$value #> [1] "Disease Ontology" #> #> #> $`disorders of sexual development` #> $`disorders of sexual development`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1923" #> #> $`disorders of sexual development`$`_id` #> [1] "DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`disorders of sexual development`$privateGeneCount #> [1] 0 #> #> $`disorders of sexual development`$publicGeneCount #> [1] 48 #> #> $`disorders of sexual development`$urlId #> [1] "DOID_1923" #> #> $`disorders of sexual development`$dbPhenotype #> [1] TRUE #> #> $`disorders of sexual development`$`_parent` #> [1] "DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`disorders of sexual development`$`_is_leaf` #> [1] FALSE #> #> $`disorders of sexual development`$children #> $`disorders of sexual development`$children[[1]] #> [1] "DOID_4674<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`disorders of sexual development`$children[[2]] #> [1] "DOID_11383<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`disorders of sexual development`$children[[3]] #> [1] "DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`disorders of sexual development`$children[[4]] #> [1] "DOID_12698<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`disorders of sexual development`$children[[5]] #> [1] "DOID_3763<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`disorders of sexual development`$children[[6]] #> [1] "DOID_11613<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`disorders of sexual development`$children[[7]] #> [1] "DOID_3765<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`disorders of sexual development`$value #> [1] "disorders of sexual development" #> #> #> $`disseminated intravascular coagulation` #> $`disseminated intravascular coagulation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11247" #> #> $`disseminated intravascular coagulation`$`_id` #> [1] "DOID_11247<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`disseminated intravascular coagulation`$privateGeneCount #> [1] 0 #> #> $`disseminated intravascular coagulation`$publicGeneCount #> [1] 7 #> #> $`disseminated intravascular coagulation`$urlId #> [1] "DOID_11247" #> #> $`disseminated intravascular coagulation`$dbPhenotype #> [1] TRUE #> #> $`disseminated intravascular coagulation`$`_parent` #> [1] "DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`disseminated intravascular coagulation`$`_is_leaf` #> [1] TRUE #> #> $`disseminated intravascular coagulation`$children #> list() #> #> $`disseminated intravascular coagulation`$value #> [1] "disseminated intravascular coagulation" #> #> #> $`dissociated nystagmus` #> $`dissociated nystagmus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13174" #> #> $`dissociated nystagmus`$`_id` #> [1] "DOID_13174<DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`dissociated nystagmus`$privateGeneCount #> [1] 0 #> #> $`dissociated nystagmus`$publicGeneCount #> [1] 1 #> #> $`dissociated nystagmus`$urlId #> [1] "DOID_13174" #> #> $`dissociated nystagmus`$dbPhenotype #> [1] TRUE #> #> $`dissociated nystagmus`$`_parent` #> [1] "DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`dissociated nystagmus`$`_is_leaf` #> [1] TRUE #> #> $`dissociated nystagmus`$children #> list() #> #> $`dissociated nystagmus`$value #> [1] "dissociated nystagmus" #> #> #> $`dissociated nystagmus` #> $`dissociated nystagmus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13174" #> #> $`dissociated nystagmus`$`_id` #> [1] "DOID_13174<DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`dissociated nystagmus`$privateGeneCount #> [1] 0 #> #> $`dissociated nystagmus`$publicGeneCount #> [1] 1 #> #> $`dissociated nystagmus`$urlId #> [1] "DOID_13174" #> #> $`dissociated nystagmus`$dbPhenotype #> [1] TRUE #> #> $`dissociated nystagmus`$`_parent` #> [1] "DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`dissociated nystagmus`$`_is_leaf` #> [1] TRUE #> #> $`dissociated nystagmus`$children #> list() #> #> $`dissociated nystagmus`$value #> [1] "dissociated nystagmus" #> #> #> $`dissociative amnesia` #> $`dissociative amnesia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11037" #> #> $`dissociative amnesia`$`_id` #> [1] "DOID_11037<DOID_10935<DOID_150<DOID_4" #> #> $`dissociative amnesia`$privateGeneCount #> [1] 0 #> #> $`dissociative amnesia`$publicGeneCount #> [1] 17 #> #> $`dissociative amnesia`$urlId #> [1] "DOID_11037" #> #> $`dissociative amnesia`$dbPhenotype #> [1] TRUE #> #> $`dissociative amnesia`$`_parent` #> [1] "DOID_10935<DOID_150<DOID_4" #> #> $`dissociative amnesia`$`_is_leaf` #> [1] TRUE #> #> $`dissociative amnesia`$children #> list() #> #> $`dissociative amnesia`$value #> [1] "dissociative amnesia" #> #> #> $`dissociative disorder` #> $`dissociative disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10935" #> #> $`dissociative disorder`$`_id` #> [1] "DOID_10935<DOID_150<DOID_4" #> #> $`dissociative disorder`$privateGeneCount #> [1] 0 #> #> $`dissociative disorder`$publicGeneCount #> [1] 17 #> #> $`dissociative disorder`$urlId #> [1] "DOID_10935" #> #> $`dissociative disorder`$dbPhenotype #> [1] FALSE #> #> $`dissociative disorder`$`_parent` #> [1] "DOID_150<DOID_4" #> #> $`dissociative disorder`$`_is_leaf` #> [1] FALSE #> #> $`dissociative disorder`$children #> $`dissociative disorder`$children[[1]] #> [1] "DOID_11037<DOID_10935<DOID_150<DOID_4" #> #> #> $`dissociative disorder`$value #> [1] "dissociative disorder" #> #> #> $`distal arthrogryposis` #> $`distal arthrogryposis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050646" #> #> $`distal arthrogryposis`$`_id` #> [1] "DOID_0050646<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`distal arthrogryposis`$privateGeneCount #> [1] 0 #> #> $`distal arthrogryposis`$publicGeneCount #> [1] 9 #> #> $`distal arthrogryposis`$urlId #> [1] "DOID_0050646" #> #> $`distal arthrogryposis`$dbPhenotype #> [1] TRUE #> #> $`distal arthrogryposis`$`_parent` #> [1] "DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`distal arthrogryposis`$`_is_leaf` #> [1] TRUE #> #> $`distal arthrogryposis`$children #> list() #> #> $`distal arthrogryposis`$value #> [1] "distal arthrogryposis" #> #> #> $`distal myopathy` #> $`distal myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11720" #> #> $`distal myopathy`$`_id` #> [1] "DOID_11720<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`distal myopathy`$privateGeneCount #> [1] 0 #> #> $`distal myopathy`$publicGeneCount #> [1] 6 #> #> $`distal myopathy`$urlId #> [1] "DOID_11720" #> #> $`distal myopathy`$dbPhenotype #> [1] TRUE #> #> $`distal myopathy`$`_parent` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`distal myopathy`$`_is_leaf` #> [1] TRUE #> #> $`distal myopathy`$children #> list() #> #> $`distal myopathy`$value #> [1] "distal myopathy" #> #> #> $`DNA ligase IV deficiency` #> $`DNA ligase IV deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060021" #> #> $`DNA ligase IV deficiency`$`_id` #> [1] "DOID_0060021<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`DNA ligase IV deficiency`$privateGeneCount #> [1] 0 #> #> $`DNA ligase IV deficiency`$publicGeneCount #> [1] 1 #> #> $`DNA ligase IV deficiency`$urlId #> [1] "DOID_0060021" #> #> $`DNA ligase IV deficiency`$dbPhenotype #> [1] TRUE #> #> $`DNA ligase IV deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`DNA ligase IV deficiency`$`_is_leaf` #> [1] TRUE #> #> $`DNA ligase IV deficiency`$children #> list() #> #> $`DNA ligase IV deficiency`$value #> [1] "DNA ligase IV deficiency" #> #> #> $`DNA ligase IV deficiency` #> $`DNA ligase IV deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060021" #> #> $`DNA ligase IV deficiency`$`_id` #> [1] "DOID_0060021<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`DNA ligase IV deficiency`$privateGeneCount #> [1] 0 #> #> $`DNA ligase IV deficiency`$publicGeneCount #> [1] 1 #> #> $`DNA ligase IV deficiency`$urlId #> [1] "DOID_0060021" #> #> $`DNA ligase IV deficiency`$dbPhenotype #> [1] TRUE #> #> $`DNA ligase IV deficiency`$`_parent` #> [1] "DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`DNA ligase IV deficiency`$`_is_leaf` #> [1] TRUE #> #> $`DNA ligase IV deficiency`$children #> list() #> #> $`DNA ligase IV deficiency`$value #> [1] "DNA ligase IV deficiency" #> #> #> $`Donohue syndrome` #> $`Donohue syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050470" #> #> $`Donohue syndrome`$`_id` #> [1] "DOID_0050470<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Donohue syndrome`$privateGeneCount #> [1] 0 #> #> $`Donohue syndrome`$publicGeneCount #> [1] 1 #> #> $`Donohue syndrome`$urlId #> [1] "DOID_0050470" #> #> $`Donohue syndrome`$dbPhenotype #> [1] TRUE #> #> $`Donohue syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Donohue syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Donohue syndrome`$children #> list() #> #> $`Donohue syndrome`$value #> [1] "Donohue syndrome" #> #> #> $`Donohue syndrome` #> $`Donohue syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050470" #> #> $`Donohue syndrome`$`_id` #> [1] "DOID_0050470<DOID_225<DOID_4" #> #> $`Donohue syndrome`$privateGeneCount #> [1] 0 #> #> $`Donohue syndrome`$publicGeneCount #> [1] 1 #> #> $`Donohue syndrome`$urlId #> [1] "DOID_0050470" #> #> $`Donohue syndrome`$dbPhenotype #> [1] TRUE #> #> $`Donohue syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Donohue syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Donohue syndrome`$children #> list() #> #> $`Donohue syndrome`$value #> [1] "Donohue syndrome" #> #> #> $`double outlet right ventricle` #> $`double outlet right ventricle`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6406" #> #> $`double outlet right ventricle`$`_id` #> [1] "DOID_6406<DOID_1657<DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`double outlet right ventricle`$privateGeneCount #> [1] 0 #> #> $`double outlet right ventricle`$publicGeneCount #> [1] 6 #> #> $`double outlet right ventricle`$urlId #> [1] "DOID_6406" #> #> $`double outlet right ventricle`$dbPhenotype #> [1] TRUE #> #> $`double outlet right ventricle`$`_parent` #> [1] "DOID_1657<DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`double outlet right ventricle`$`_is_leaf` #> [1] TRUE #> #> $`double outlet right ventricle`$children #> list() #> #> $`double outlet right ventricle`$value #> [1] "double outlet right ventricle" #> #> #> $`Dowling-Degos disease` #> $`Dowling-Degos disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060256" #> #> $`Dowling-Degos disease`$`_id` #> [1] "DOID_0060256<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Dowling-Degos disease`$privateGeneCount #> [1] 0 #> #> $`Dowling-Degos disease`$publicGeneCount #> [1] 3 #> #> $`Dowling-Degos disease`$urlId #> [1] "DOID_0060256" #> #> $`Dowling-Degos disease`$dbPhenotype #> [1] TRUE #> #> $`Dowling-Degos disease`$`_parent` #> [1] "DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Dowling-Degos disease`$`_is_leaf` #> [1] TRUE #> #> $`Dowling-Degos disease`$children #> list() #> #> $`Dowling-Degos disease`$value #> [1] "Dowling-Degos disease" #> #> #> $`Down syndrome` #> $`Down syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14250" #> #> $`Down syndrome`$`_id` #> [1] "DOID_14250<DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $`Down syndrome`$privateGeneCount #> [1] 0 #> #> $`Down syndrome`$publicGeneCount #> [1] 112 #> #> $`Down syndrome`$urlId #> [1] "DOID_14250" #> #> $`Down syndrome`$dbPhenotype #> [1] TRUE #> #> $`Down syndrome`$`_parent` #> [1] "DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $`Down syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Down syndrome`$children #> list() #> #> $`Down syndrome`$value #> [1] "Down syndrome" #> #> #> $Drooling #> $Drooling$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002307" #> #> $Drooling$`_id` #> [1] "HP_0002307<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Drooling$privateGeneCount #> [1] 0 #> #> $Drooling$publicGeneCount #> [1] 1 #> #> $Drooling$urlId #> [1] "HP_0002307" #> #> $Drooling$dbPhenotype #> [1] TRUE #> #> $Drooling$`_parent` #> [1] "HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Drooling$`_is_leaf` #> [1] TRUE #> #> $Drooling$children #> list() #> #> $Drooling$value #> [1] "Drooling" #> #> #> $Drooling #> $Drooling$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002307" #> #> $Drooling$`_id` #> [1] "HP_0002307<HP_0003781<HP_0100755<HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Drooling$privateGeneCount #> [1] 0 #> #> $Drooling$publicGeneCount #> [1] 1 #> #> $Drooling$urlId #> [1] "HP_0002307" #> #> $Drooling$dbPhenotype #> [1] TRUE #> #> $Drooling$`_parent` #> [1] "HP_0003781<HP_0100755<HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Drooling$`_is_leaf` #> [1] TRUE #> #> $Drooling$children #> list() #> #> $Drooling$value #> [1] "Drooling" #> #> #> $`drug dependence` #> $`drug dependence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9974" #> #> $`drug dependence`$`_id` #> [1] "DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`drug dependence`$privateGeneCount #> [1] 0 #> #> $`drug dependence`$publicGeneCount #> [1] 122 #> #> $`drug dependence`$urlId #> [1] "DOID_9974" #> #> $`drug dependence`$dbPhenotype #> [1] FALSE #> #> $`drug dependence`$`_parent` #> [1] "DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`drug dependence`$`_is_leaf` #> [1] FALSE #> #> $`drug dependence`$children #> $`drug dependence`$children[[1]] #> [1] "DOID_9975<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`drug dependence`$children[[2]] #> [1] "DOID_9977<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`drug dependence`$children[[3]] #> [1] "DOID_2559<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> #> $`drug dependence`$value #> [1] "drug dependence" #> #> #> $`drug psychosis` #> $`drug psychosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1742" #> #> $`drug psychosis`$`_id` #> [1] "DOID_1742<DOID_1203<DOID_8646<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`drug psychosis`$privateGeneCount #> [1] 0 #> #> $`drug psychosis`$publicGeneCount #> [1] 17 #> #> $`drug psychosis`$urlId #> [1] "DOID_1742" #> #> $`drug psychosis`$dbPhenotype #> [1] TRUE #> #> $`drug psychosis`$`_parent` #> [1] "DOID_1203<DOID_8646<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`drug psychosis`$`_is_leaf` #> [1] TRUE #> #> $`drug psychosis`$children #> list() #> #> $`drug psychosis`$value #> [1] "drug psychosis" #> #> #> $`drug-induced hepatitis` #> $`drug-induced hepatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2044" #> #> $`drug-induced hepatitis`$`_id` #> [1] "DOID_2044<DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`drug-induced hepatitis`$privateGeneCount #> [1] 0 #> #> $`drug-induced hepatitis`$publicGeneCount #> [1] 1 #> #> $`drug-induced hepatitis`$urlId #> [1] "DOID_2044" #> #> $`drug-induced hepatitis`$dbPhenotype #> [1] TRUE #> #> $`drug-induced hepatitis`$`_parent` #> [1] "DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`drug-induced hepatitis`$`_is_leaf` #> [1] TRUE #> #> $`drug-induced hepatitis`$children #> list() #> #> $`drug-induced hepatitis`$value #> [1] "drug-induced hepatitis" #> #> #> $`drug-induced mental disorder` #> $`drug-induced mental disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1203" #> #> $`drug-induced mental disorder`$`_id` #> [1] "DOID_1203<DOID_8646<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`drug-induced mental disorder`$privateGeneCount #> [1] 0 #> #> $`drug-induced mental disorder`$publicGeneCount #> [1] 17 #> #> $`drug-induced mental disorder`$urlId #> [1] "DOID_1203" #> #> $`drug-induced mental disorder`$dbPhenotype #> [1] FALSE #> #> $`drug-induced mental disorder`$`_parent` #> [1] "DOID_8646<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`drug-induced mental disorder`$`_is_leaf` #> [1] FALSE #> #> $`drug-induced mental disorder`$children #> $`drug-induced mental disorder`$children[[1]] #> [1] "DOID_1742<DOID_1203<DOID_8646<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> #> $`drug-induced mental disorder`$value #> [1] "drug-induced mental disorder" #> #> #> $`dry eye syndrome` #> $`dry eye syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10140" #> #> $`dry eye syndrome`$`_id` #> [1] "DOID_10140<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`dry eye syndrome`$privateGeneCount #> [1] 0 #> #> $`dry eye syndrome`$publicGeneCount #> [1] 15 #> #> $`dry eye syndrome`$urlId #> [1] "DOID_10140" #> #> $`dry eye syndrome`$dbPhenotype #> [1] TRUE #> #> $`dry eye syndrome`$`_parent` #> [1] "DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`dry eye syndrome`$`_is_leaf` #> [1] FALSE #> #> $`dry eye syndrome`$children #> $`dry eye syndrome`$children[[1]] #> [1] "DOID_12895<DOID_10140<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`dry eye syndrome`$value #> [1] "dry eye syndrome" #> #> #> $`Duane retraction syndrome` #> $`Duane retraction syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12557" #> #> $`Duane retraction syndrome`$`_id` #> [1] "DOID_12557<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Duane retraction syndrome`$privateGeneCount #> [1] 0 #> #> $`Duane retraction syndrome`$publicGeneCount #> [1] 3 #> #> $`Duane retraction syndrome`$urlId #> [1] "DOID_12557" #> #> $`Duane retraction syndrome`$dbPhenotype #> [1] TRUE #> #> $`Duane retraction syndrome`$`_parent` #> [1] "DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Duane retraction syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Duane retraction syndrome`$children #> list() #> #> $`Duane retraction syndrome`$value #> [1] "Duane retraction syndrome" #> #> #> $`Duane retraction syndrome` #> $`Duane retraction syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12557" #> #> $`Duane retraction syndrome`$`_id` #> [1] "DOID_12557<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Duane retraction syndrome`$privateGeneCount #> [1] 0 #> #> $`Duane retraction syndrome`$publicGeneCount #> [1] 3 #> #> $`Duane retraction syndrome`$urlId #> [1] "DOID_12557" #> #> $`Duane retraction syndrome`$dbPhenotype #> [1] TRUE #> #> $`Duane retraction syndrome`$`_parent` #> [1] "DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Duane retraction syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Duane retraction syndrome`$children #> list() #> #> $`Duane retraction syndrome`$value #> [1] "Duane retraction syndrome" #> #> #> $`Duane retraction syndrome` #> $`Duane retraction syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12557" #> #> $`Duane retraction syndrome`$`_id` #> [1] "DOID_12557<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Duane retraction syndrome`$privateGeneCount #> [1] 0 #> #> $`Duane retraction syndrome`$publicGeneCount #> [1] 3 #> #> $`Duane retraction syndrome`$urlId #> [1] "DOID_12557" #> #> $`Duane retraction syndrome`$dbPhenotype #> [1] TRUE #> #> $`Duane retraction syndrome`$`_parent` #> [1] "DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Duane retraction syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Duane retraction syndrome`$children #> list() #> #> $`Duane retraction syndrome`$value #> [1] "Duane retraction syndrome" #> #> #> $`Dubin-Johnson syndrome` #> $`Dubin-Johnson syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12308" #> #> $`Dubin-Johnson syndrome`$`_id` #> [1] "DOID_12308<DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> $`Dubin-Johnson syndrome`$privateGeneCount #> [1] 0 #> #> $`Dubin-Johnson syndrome`$publicGeneCount #> [1] 1 #> #> $`Dubin-Johnson syndrome`$urlId #> [1] "DOID_12308" #> #> $`Dubin-Johnson syndrome`$dbPhenotype #> [1] TRUE #> #> $`Dubin-Johnson syndrome`$`_parent` #> [1] "DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> $`Dubin-Johnson syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Dubin-Johnson syndrome`$children #> list() #> #> $`Dubin-Johnson syndrome`$value #> [1] "Dubin-Johnson syndrome" #> #> #> $`Duchenne muscular dystrophy` #> $`Duchenne muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11723" #> #> $`Duchenne muscular dystrophy`$`_id` #> [1] "DOID_11723<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Duchenne muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Duchenne muscular dystrophy`$publicGeneCount #> [1] 6 #> #> $`Duchenne muscular dystrophy`$urlId #> [1] "DOID_11723" #> #> $`Duchenne muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Duchenne muscular dystrophy`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Duchenne muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Duchenne muscular dystrophy`$children #> list() #> #> $`Duchenne muscular dystrophy`$value #> [1] "Duchenne muscular dystrophy" #> #> #> $`Duchenne muscular dystrophy` #> $`Duchenne muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11723" #> #> $`Duchenne muscular dystrophy`$`_id` #> [1] "DOID_11723<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Duchenne muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Duchenne muscular dystrophy`$publicGeneCount #> [1] 6 #> #> $`Duchenne muscular dystrophy`$urlId #> [1] "DOID_11723" #> #> $`Duchenne muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Duchenne muscular dystrophy`$`_parent` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Duchenne muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Duchenne muscular dystrophy`$children #> list() #> #> $`Duchenne muscular dystrophy`$value #> [1] "Duchenne muscular dystrophy" #> #> #> $`duodenal benign neoplasm` #> $`duodenal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1737" #> #> $`duodenal benign neoplasm`$`_id` #> [1] "DOID_1737<DOID_4072<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`duodenal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`duodenal benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`duodenal benign neoplasm`$urlId #> [1] "DOID_1737" #> #> $`duodenal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`duodenal benign neoplasm`$`_parent` #> [1] "DOID_4072<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`duodenal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`duodenal benign neoplasm`$children #> list() #> #> $`duodenal benign neoplasm`$value #> [1] "duodenal benign neoplasm" #> #> #> $`duodenal benign neoplasm` #> $`duodenal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1737" #> #> $`duodenal benign neoplasm`$`_id` #> [1] "DOID_1737<DOID_7505<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`duodenal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`duodenal benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`duodenal benign neoplasm`$urlId #> [1] "DOID_1737" #> #> $`duodenal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`duodenal benign neoplasm`$`_parent` #> [1] "DOID_7505<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`duodenal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`duodenal benign neoplasm`$children #> list() #> #> $`duodenal benign neoplasm`$value #> [1] "duodenal benign neoplasm" #> #> #> $`duodenal benign neoplasm` #> $`duodenal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1737" #> #> $`duodenal benign neoplasm`$`_id` #> [1] "DOID_1737<DOID_7505<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`duodenal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`duodenal benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`duodenal benign neoplasm`$urlId #> [1] "DOID_1737" #> #> $`duodenal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`duodenal benign neoplasm`$`_parent` #> [1] "DOID_7505<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`duodenal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`duodenal benign neoplasm`$children #> list() #> #> $`duodenal benign neoplasm`$value #> [1] "duodenal benign neoplasm" #> #> #> $`duodenal benign neoplasm` #> $`duodenal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1737" #> #> $`duodenal benign neoplasm`$`_id` #> [1] "DOID_1737<DOID_7505<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`duodenal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`duodenal benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`duodenal benign neoplasm`$urlId #> [1] "DOID_1737" #> #> $`duodenal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`duodenal benign neoplasm`$`_parent` #> [1] "DOID_7505<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`duodenal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`duodenal benign neoplasm`$children #> list() #> #> $`duodenal benign neoplasm`$value #> [1] "duodenal benign neoplasm" #> #> #> $`duodenal ulcer` #> $`duodenal ulcer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1724" #> #> $`duodenal ulcer`$`_id` #> [1] "DOID_1724<DOID_750<DOID_77<DOID_7<DOID_4" #> #> $`duodenal ulcer`$privateGeneCount #> [1] 0 #> #> $`duodenal ulcer`$publicGeneCount #> [1] 6 #> #> $`duodenal ulcer`$urlId #> [1] "DOID_1724" #> #> $`duodenal ulcer`$dbPhenotype #> [1] TRUE #> #> $`duodenal ulcer`$`_parent` #> [1] "DOID_750<DOID_77<DOID_7<DOID_4" #> #> $`duodenal ulcer`$`_is_leaf` #> [1] TRUE #> #> $`duodenal ulcer`$children #> list() #> #> $`duodenal ulcer`$value #> [1] "duodenal ulcer" #> #> #> $`duodenum disease` #> $`duodenum disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4072" #> #> $`duodenum disease`$`_id` #> [1] "DOID_4072<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`duodenum disease`$privateGeneCount #> [1] 0 #> #> $`duodenum disease`$publicGeneCount #> [1] 1 #> #> $`duodenum disease`$urlId #> [1] "DOID_4072" #> #> $`duodenum disease`$dbPhenotype #> [1] FALSE #> #> $`duodenum disease`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`duodenum disease`$`_is_leaf` #> [1] FALSE #> #> $`duodenum disease`$children #> $`duodenum disease`$children[[1]] #> [1] "DOID_1737<DOID_4072<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`duodenum disease`$value #> [1] "duodenum disease" #> #> #> $`Dyggve-Melchior-Clausen disease` #> $`Dyggve-Melchior-Clausen disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111167" #> #> $`Dyggve-Melchior-Clausen disease`$`_id` #> [1] "DOID_0111167<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Dyggve-Melchior-Clausen disease`$privateGeneCount #> [1] 0 #> #> $`Dyggve-Melchior-Clausen disease`$publicGeneCount #> [1] 2 #> #> $`Dyggve-Melchior-Clausen disease`$urlId #> [1] "DOID_0111167" #> #> $`Dyggve-Melchior-Clausen disease`$dbPhenotype #> [1] FALSE #> #> $`Dyggve-Melchior-Clausen disease`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Dyggve-Melchior-Clausen disease`$`_is_leaf` #> [1] FALSE #> #> $`Dyggve-Melchior-Clausen disease`$children #> $`Dyggve-Melchior-Clausen disease`$children[[1]] #> [1] "DOID_0060247<DOID_0111167<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`Dyggve-Melchior-Clausen disease`$value #> [1] "Dyggve-Melchior-Clausen disease" #> #> #> $`Dyggve-Melchior-Clausen disease` #> $`Dyggve-Melchior-Clausen disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111167" #> #> $`Dyggve-Melchior-Clausen disease`$`_id` #> [1] "DOID_0111167<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Dyggve-Melchior-Clausen disease`$privateGeneCount #> [1] 0 #> #> $`Dyggve-Melchior-Clausen disease`$publicGeneCount #> [1] 2 #> #> $`Dyggve-Melchior-Clausen disease`$urlId #> [1] "DOID_0111167" #> #> $`Dyggve-Melchior-Clausen disease`$dbPhenotype #> [1] FALSE #> #> $`Dyggve-Melchior-Clausen disease`$`_parent` #> [1] "DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Dyggve-Melchior-Clausen disease`$`_is_leaf` #> [1] FALSE #> #> $`Dyggve-Melchior-Clausen disease`$children #> $`Dyggve-Melchior-Clausen disease`$children[[1]] #> [1] "DOID_0060247<DOID_0111167<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`Dyggve-Melchior-Clausen disease`$value #> [1] "Dyggve-Melchior-Clausen disease" #> #> #> $`Dyggve-Melchior-Clausen disease` #> $`Dyggve-Melchior-Clausen disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111167" #> #> $`Dyggve-Melchior-Clausen disease`$`_id` #> [1] "DOID_0111167<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Dyggve-Melchior-Clausen disease`$privateGeneCount #> [1] 0 #> #> $`Dyggve-Melchior-Clausen disease`$publicGeneCount #> [1] 2 #> #> $`Dyggve-Melchior-Clausen disease`$urlId #> [1] "DOID_0111167" #> #> $`Dyggve-Melchior-Clausen disease`$dbPhenotype #> [1] FALSE #> #> $`Dyggve-Melchior-Clausen disease`$`_parent` #> [1] "DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Dyggve-Melchior-Clausen disease`$`_is_leaf` #> [1] FALSE #> #> $`Dyggve-Melchior-Clausen disease`$children #> $`Dyggve-Melchior-Clausen disease`$children[[1]] #> [1] "DOID_0060247<DOID_0111167<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`Dyggve-Melchior-Clausen disease`$value #> [1] "Dyggve-Melchior-Clausen disease" #> #> #> $Dysarthria #> $Dysarthria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001260" #> #> $Dysarthria$`_id` #> [1] "HP_0001260<HP_0002167<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Dysarthria$privateGeneCount #> [1] 0 #> #> $Dysarthria$publicGeneCount #> [1] 3 #> #> $Dysarthria$urlId #> [1] "HP_0001260" #> #> $Dysarthria$dbPhenotype #> [1] TRUE #> #> $Dysarthria$`_parent` #> [1] "HP_0002167<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Dysarthria$`_is_leaf` #> [1] TRUE #> #> $Dysarthria$children #> list() #> #> $Dysarthria$value #> [1] "Dysarthria" #> #> #> $`dyschromatosis symmetrica hereditaria` #> $`dyschromatosis symmetrica hereditaria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060257" #> #> $`dyschromatosis symmetrica hereditaria`$`_id` #> [1] "DOID_0060257<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`dyschromatosis symmetrica hereditaria`$privateGeneCount #> [1] 0 #> #> $`dyschromatosis symmetrica hereditaria`$publicGeneCount #> [1] 1 #> #> $`dyschromatosis symmetrica hereditaria`$urlId #> [1] "DOID_0060257" #> #> $`dyschromatosis symmetrica hereditaria`$dbPhenotype #> [1] TRUE #> #> $`dyschromatosis symmetrica hereditaria`$`_parent` #> [1] "DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`dyschromatosis symmetrica hereditaria`$`_is_leaf` #> [1] TRUE #> #> $`dyschromatosis symmetrica hereditaria`$children #> list() #> #> $`dyschromatosis symmetrica hereditaria`$value #> [1] "dyschromatosis symmetrica hereditaria" #> #> #> $`dyschromatosis universalis hereditaria` #> $`dyschromatosis universalis hereditaria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060304" #> #> $`dyschromatosis universalis hereditaria`$`_id` #> [1] "DOID_0060304<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`dyschromatosis universalis hereditaria`$privateGeneCount #> [1] 0 #> #> $`dyschromatosis universalis hereditaria`$publicGeneCount #> [1] 1 #> #> $`dyschromatosis universalis hereditaria`$urlId #> [1] "DOID_0060304" #> #> $`dyschromatosis universalis hereditaria`$dbPhenotype #> [1] TRUE #> #> $`dyschromatosis universalis hereditaria`$`_parent` #> [1] "DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`dyschromatosis universalis hereditaria`$`_is_leaf` #> [1] TRUE #> #> $`dyschromatosis universalis hereditaria`$children #> list() #> #> $`dyschromatosis universalis hereditaria`$value #> [1] "dyschromatosis universalis hereditaria" #> #> #> $dysgammaglobulinemia #> $dysgammaglobulinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11702" #> #> $dysgammaglobulinemia$`_id` #> [1] "DOID_11702<DOID_6025<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $dysgammaglobulinemia$privateGeneCount #> [1] 0 #> #> $dysgammaglobulinemia$publicGeneCount #> [1] 6 #> #> $dysgammaglobulinemia$urlId #> [1] "DOID_11702" #> #> $dysgammaglobulinemia$dbPhenotype #> [1] TRUE #> #> $dysgammaglobulinemia$`_parent` #> [1] "DOID_6025<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $dysgammaglobulinemia$`_is_leaf` #> [1] FALSE #> #> $dysgammaglobulinemia$children #> $dysgammaglobulinemia$children[[1]] #> [1] "DOID_11701<DOID_11702<DOID_6025<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $dysgammaglobulinemia$value #> [1] "dysgammaglobulinemia" #> #> #> $dysgerminoma #> $dysgerminoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4441" #> #> $dysgerminoma$`_id` #> [1] "DOID_4441<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $dysgerminoma$privateGeneCount #> [1] 0 #> #> $dysgerminoma$publicGeneCount #> [1] 6 #> #> $dysgerminoma$urlId #> [1] "DOID_4441" #> #> $dysgerminoma$dbPhenotype #> [1] TRUE #> #> $dysgerminoma$`_parent` #> [1] "DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $dysgerminoma$`_is_leaf` #> [1] TRUE #> #> $dysgerminoma$children #> list() #> #> $dysgerminoma$value #> [1] "dysgerminoma" #> #> #> $dysgerminoma #> $dysgerminoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4441" #> #> $dysgerminoma$`_id` #> [1] "DOID_4441<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $dysgerminoma$privateGeneCount #> [1] 0 #> #> $dysgerminoma$publicGeneCount #> [1] 6 #> #> $dysgerminoma$urlId #> [1] "DOID_4441" #> #> $dysgerminoma$dbPhenotype #> [1] TRUE #> #> $dysgerminoma$`_parent` #> [1] "DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $dysgerminoma$`_is_leaf` #> [1] TRUE #> #> $dysgerminoma$children #> list() #> #> $dysgerminoma$value #> [1] "dysgerminoma" #> #> #> $dysgerminoma #> $dysgerminoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4441" #> #> $dysgerminoma$`_id` #> [1] "DOID_4441<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $dysgerminoma$privateGeneCount #> [1] 0 #> #> $dysgerminoma$publicGeneCount #> [1] 6 #> #> $dysgerminoma$urlId #> [1] "DOID_4441" #> #> $dysgerminoma$dbPhenotype #> [1] TRUE #> #> $dysgerminoma$`_parent` #> [1] "DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $dysgerminoma$`_is_leaf` #> [1] TRUE #> #> $dysgerminoma$children #> list() #> #> $dysgerminoma$value #> [1] "dysgerminoma" #> #> #> $dysgerminoma #> $dysgerminoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4441" #> #> $dysgerminoma$`_id` #> [1] "DOID_4441<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $dysgerminoma$privateGeneCount #> [1] 0 #> #> $dysgerminoma$publicGeneCount #> [1] 6 #> #> $dysgerminoma$urlId #> [1] "DOID_4441" #> #> $dysgerminoma$dbPhenotype #> [1] TRUE #> #> $dysgerminoma$`_parent` #> [1] "DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $dysgerminoma$`_is_leaf` #> [1] TRUE #> #> $dysgerminoma$children #> list() #> #> $dysgerminoma$value #> [1] "dysgerminoma" #> #> #> $dysgerminoma #> $dysgerminoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4441" #> #> $dysgerminoma$`_id` #> [1] "DOID_4441<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $dysgerminoma$privateGeneCount #> [1] 0 #> #> $dysgerminoma$publicGeneCount #> [1] 6 #> #> $dysgerminoma$urlId #> [1] "DOID_4441" #> #> $dysgerminoma$dbPhenotype #> [1] TRUE #> #> $dysgerminoma$`_parent` #> [1] "DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $dysgerminoma$`_is_leaf` #> [1] TRUE #> #> $dysgerminoma$children #> list() #> #> $dysgerminoma$value #> [1] "dysgerminoma" #> #> #> $`dyskeratosis congenita` #> $`dyskeratosis congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2729" #> #> $`dyskeratosis congenita`$`_id` #> [1] "DOID_2729<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`dyskeratosis congenita`$privateGeneCount #> [1] 0 #> #> $`dyskeratosis congenita`$publicGeneCount #> [1] 9 #> #> $`dyskeratosis congenita`$urlId #> [1] "DOID_2729" #> #> $`dyskeratosis congenita`$dbPhenotype #> [1] TRUE #> #> $`dyskeratosis congenita`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`dyskeratosis congenita`$`_is_leaf` #> [1] TRUE #> #> $`dyskeratosis congenita`$children #> list() #> #> $`dyskeratosis congenita`$value #> [1] "dyskeratosis congenita" #> #> #> $Dyskinesia #> $Dyskinesia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100660" #> #> $Dyskinesia$`_id` #> [1] "HP_0100660<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Dyskinesia$privateGeneCount #> [1] 0 #> #> $Dyskinesia$publicGeneCount #> [1] 21 #> #> $Dyskinesia$urlId #> [1] "HP_0100660" #> #> $Dyskinesia$dbPhenotype #> [1] TRUE #> #> $Dyskinesia$`_parent` #> [1] "HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Dyskinesia$`_is_leaf` #> [1] TRUE #> #> $Dyskinesia$children #> list() #> #> $Dyskinesia$value #> [1] "Dyskinesia" #> #> #> $`dyskinetic cerebral palsy` #> $`dyskinetic cerebral palsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050672" #> #> $`dyskinetic cerebral palsy`$`_id` #> [1] "DOID_0050672<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`dyskinetic cerebral palsy`$privateGeneCount #> [1] 0 #> #> $`dyskinetic cerebral palsy`$publicGeneCount #> [1] 1 #> #> $`dyskinetic cerebral palsy`$urlId #> [1] "DOID_0050672" #> #> $`dyskinetic cerebral palsy`$dbPhenotype #> [1] TRUE #> #> $`dyskinetic cerebral palsy`$`_parent` #> [1] "DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`dyskinetic cerebral palsy`$`_is_leaf` #> [1] TRUE #> #> $`dyskinetic cerebral palsy`$children #> list() #> #> $`dyskinetic cerebral palsy`$value #> [1] "dyskinetic cerebral palsy" #> #> #> $dyslexia #> $dyslexia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4428" #> #> $dyslexia$`_id` #> [1] "DOID_4428<DOID_13365<DOID_8927<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $dyslexia$privateGeneCount #> [1] 0 #> #> $dyslexia$publicGeneCount #> [1] 26 #> #> $dyslexia$urlId #> [1] "DOID_4428" #> #> $dyslexia$dbPhenotype #> [1] TRUE #> #> $dyslexia$`_parent` #> [1] "DOID_13365<DOID_8927<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $dyslexia$`_is_leaf` #> [1] TRUE #> #> $dyslexia$children #> list() #> #> $dyslexia$value #> [1] "dyslexia" #> #> #> $Dysmenorrhea #> $Dysmenorrhea$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100607" #> #> $Dysmenorrhea$`_id` #> [1] "HP_0100607<HP_0000858<HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Dysmenorrhea$privateGeneCount #> [1] 0 #> #> $Dysmenorrhea$publicGeneCount #> [1] 3 #> #> $Dysmenorrhea$urlId #> [1] "HP_0100607" #> #> $Dysmenorrhea$dbPhenotype #> [1] TRUE #> #> $Dysmenorrhea$`_parent` #> [1] "HP_0000858<HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Dysmenorrhea$`_is_leaf` #> [1] TRUE #> #> $Dysmenorrhea$children #> list() #> #> $Dysmenorrhea$value #> [1] "Dysmenorrhea" #> #> #> $dysostosis #> $dysostosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1934" #> #> $dysostosis$`_id` #> [1] "DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $dysostosis$privateGeneCount #> [1] 0 #> #> $dysostosis$publicGeneCount #> [1] 65 #> #> $dysostosis$urlId #> [1] "DOID_1934" #> #> $dysostosis$dbPhenotype #> [1] TRUE #> #> $dysostosis$`_parent` #> [1] "DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $dysostosis$`_is_leaf` #> [1] FALSE #> #> $dysostosis$children #> $dysostosis$children[[1]] #> [1] "DOID_14669<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $dysostosis$children[[2]] #> [1] "DOID_0060379<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $dysostosis$children[[3]] #> [1] "DOID_0060342<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $dysostosis$children[[4]] #> [1] "DOID_0050581<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $dysostosis$children[[5]] #> [1] "DOID_0050794<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $dysostosis$children[[6]] #> [1] "DOID_0050568<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $dysostosis$children[[7]] #> [1] "DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $dysostosis$children[[8]] #> [1] "DOID_0050789<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $dysostosis$value #> [1] "dysostosis" #> #> #> $`dysplastic nevus syndrome` #> $`dysplastic nevus syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10041" #> #> $`dysplastic nevus syndrome`$`_id` #> [1] "DOID_10041<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`dysplastic nevus syndrome`$privateGeneCount #> [1] 0 #> #> $`dysplastic nevus syndrome`$publicGeneCount #> [1] 2 #> #> $`dysplastic nevus syndrome`$urlId #> [1] "DOID_10041" #> #> $`dysplastic nevus syndrome`$dbPhenotype #> [1] TRUE #> #> $`dysplastic nevus syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`dysplastic nevus syndrome`$`_is_leaf` #> [1] TRUE #> #> $`dysplastic nevus syndrome`$children #> list() #> #> $`dysplastic nevus syndrome`$value #> [1] "dysplastic nevus syndrome" #> #> #> $`dysplastic nevus syndrome` #> $`dysplastic nevus syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10041" #> #> $`dysplastic nevus syndrome`$`_id` #> [1] "DOID_10041<DOID_225<DOID_4" #> #> $`dysplastic nevus syndrome`$privateGeneCount #> [1] 0 #> #> $`dysplastic nevus syndrome`$publicGeneCount #> [1] 2 #> #> $`dysplastic nevus syndrome`$urlId #> [1] "DOID_10041" #> #> $`dysplastic nevus syndrome`$dbPhenotype #> [1] TRUE #> #> $`dysplastic nevus syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`dysplastic nevus syndrome`$`_is_leaf` #> [1] TRUE #> #> $`dysplastic nevus syndrome`$children #> list() #> #> $`dysplastic nevus syndrome`$value #> [1] "dysplastic nevus syndrome" #> #> #> $Dyspnea #> $Dyspnea$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002094" #> #> $Dyspnea$`_id` #> [1] "HP_0002094<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Dyspnea$privateGeneCount #> [1] 0 #> #> $Dyspnea$publicGeneCount #> [1] 5 #> #> $Dyspnea$urlId #> [1] "HP_0002094" #> #> $Dyspnea$dbPhenotype #> [1] TRUE #> #> $Dyspnea$`_parent` #> [1] "HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Dyspnea$`_is_leaf` #> [1] FALSE #> #> $Dyspnea$children #> $Dyspnea$children[[1]] #> [1] "HP_0012763<HP_0002094<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> #> $Dyspnea$value #> [1] "Dyspnea" #> #> #> $dystonia #> $dystonia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_543" #> #> $dystonia$`_id` #> [1] "DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $dystonia$privateGeneCount #> [1] 0 #> #> $dystonia$publicGeneCount #> [1] 32 #> #> $dystonia$urlId #> [1] "DOID_543" #> #> $dystonia$dbPhenotype #> [1] TRUE #> #> $dystonia$`_parent` #> [1] "DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $dystonia$`_is_leaf` #> [1] FALSE #> #> $dystonia$children #> $dystonia$children[[1]] #> [1] "DOID_0050836<DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $dystonia$children[[2]] #> [1] "DOID_0050835<DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $dystonia$value #> [1] "dystonia" #> #> #> $Dystonia #> $Dystonia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001332" #> #> $Dystonia$`_id` #> [1] "HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Dystonia$privateGeneCount #> [1] 0 #> #> $Dystonia$publicGeneCount #> [1] 7 #> #> $Dystonia$urlId #> [1] "HP_0001332" #> #> $Dystonia$dbPhenotype #> [1] FALSE #> #> $Dystonia$`_parent` #> [1] "HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Dystonia$`_is_leaf` #> [1] FALSE #> #> $Dystonia$children #> $Dystonia$children[[1]] #> [1] "HP_0004373<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Dystonia$children[[2]] #> [1] "HP_0002268<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Dystonia$children[[3]] #> [1] "HP_0001304<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Dystonia$value #> [1] "Dystonia" #> #> #> $`early infantile epileptic encephalopathy` #> $`early infantile epileptic encephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050709" #> #> $`early infantile epileptic encephalopathy`$`_id` #> [1] "DOID_0050709<DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`early infantile epileptic encephalopathy`$privateGeneCount #> [1] 0 #> #> $`early infantile epileptic encephalopathy`$publicGeneCount #> [1] 17 #> #> $`early infantile epileptic encephalopathy`$urlId #> [1] "DOID_0050709" #> #> $`early infantile epileptic encephalopathy`$dbPhenotype #> [1] TRUE #> #> $`early infantile epileptic encephalopathy`$`_parent` #> [1] "DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`early infantile epileptic encephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`early infantile epileptic encephalopathy`$children #> list() #> #> $`early infantile epileptic encephalopathy`$value #> [1] "early infantile epileptic encephalopathy" #> #> #> $`early myoclonic encephalopathy` #> $`early myoclonic encephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_308" #> #> $`early myoclonic encephalopathy`$`_id` #> [1] "DOID_308<DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`early myoclonic encephalopathy`$privateGeneCount #> [1] 0 #> #> $`early myoclonic encephalopathy`$publicGeneCount #> [1] 7 #> #> $`early myoclonic encephalopathy`$urlId #> [1] "DOID_308" #> #> $`early myoclonic encephalopathy`$dbPhenotype #> [1] TRUE #> #> $`early myoclonic encephalopathy`$`_parent` #> [1] "DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`early myoclonic encephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`early myoclonic encephalopathy`$children #> list() #> #> $`early myoclonic encephalopathy`$value #> [1] "early myoclonic encephalopathy" #> #> #> $`Early onset of sexual maturation` #> $`Early onset of sexual maturation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100000" #> #> $`Early onset of sexual maturation`$`_id` #> [1] "HP_0100000<HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> $`Early onset of sexual maturation`$privateGeneCount #> [1] 0 #> #> $`Early onset of sexual maturation`$publicGeneCount #> [1] 6 #> #> $`Early onset of sexual maturation`$urlId #> [1] "HP_0100000" #> #> $`Early onset of sexual maturation`$dbPhenotype #> [1] TRUE #> #> $`Early onset of sexual maturation`$`_parent` #> [1] "HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> $`Early onset of sexual maturation`$`_is_leaf` #> [1] FALSE #> #> $`Early onset of sexual maturation`$children #> $`Early onset of sexual maturation`$children[[1]] #> [1] "HP_0000826<HP_0100000<HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Early onset of sexual maturation`$value #> [1] "Early onset of sexual maturation" #> #> #> $`early-onset Parkinson's disease` #> $`early-onset Parkinson's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060894" #> #> $`early-onset Parkinson's disease`$`_id` #> [1] "DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`early-onset Parkinson's disease`$privateGeneCount #> [1] 0 #> #> $`early-onset Parkinson's disease`$publicGeneCount #> [1] 4 #> #> $`early-onset Parkinson's disease`$urlId #> [1] "DOID_0060894" #> #> $`early-onset Parkinson's disease`$dbPhenotype #> [1] FALSE #> #> $`early-onset Parkinson's disease`$`_parent` #> [1] "DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`early-onset Parkinson's disease`$`_is_leaf` #> [1] FALSE #> #> $`early-onset Parkinson's disease`$children #> $`early-onset Parkinson's disease`$children[[1]] #> [1] "DOID_0060372<DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`early-onset Parkinson's disease`$children[[2]] #> [1] "DOID_0060368<DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`early-onset Parkinson's disease`$children[[3]] #> [1] "DOID_0060369<DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`early-onset Parkinson's disease`$children[[4]] #> [1] "DOID_0060370<DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`early-onset Parkinson's disease`$value #> [1] "early-onset Parkinson's disease" #> #> #> $`EAST syndrome` #> $`EAST syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060484" #> #> $`EAST syndrome`$`_id` #> [1] "DOID_0060484<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`EAST syndrome`$privateGeneCount #> [1] 0 #> #> $`EAST syndrome`$publicGeneCount #> [1] 1 #> #> $`EAST syndrome`$urlId #> [1] "DOID_0060484" #> #> $`EAST syndrome`$dbPhenotype #> [1] TRUE #> #> $`EAST syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`EAST syndrome`$`_is_leaf` #> [1] TRUE #> #> $`EAST syndrome`$children #> list() #> #> $`EAST syndrome`$value #> [1] "EAST syndrome" #> #> #> $`EAST syndrome` #> $`EAST syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060484" #> #> $`EAST syndrome`$`_id` #> [1] "DOID_0060484<DOID_225<DOID_4" #> #> $`EAST syndrome`$privateGeneCount #> [1] 0 #> #> $`EAST syndrome`$publicGeneCount #> [1] 1 #> #> $`EAST syndrome`$urlId #> [1] "DOID_0060484" #> #> $`EAST syndrome`$dbPhenotype #> [1] TRUE #> #> $`EAST syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`EAST syndrome`$`_is_leaf` #> [1] TRUE #> #> $`EAST syndrome`$children #> list() #> #> $`EAST syndrome`$value #> [1] "EAST syndrome" #> #> #> $`eating disorder` #> $`eating disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8670" #> #> $`eating disorder`$`_id` #> [1] "DOID_8670<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`eating disorder`$privateGeneCount #> [1] 0 #> #> $`eating disorder`$publicGeneCount #> [1] 29 #> #> $`eating disorder`$urlId #> [1] "DOID_8670" #> #> $`eating disorder`$dbPhenotype #> [1] TRUE #> #> $`eating disorder`$`_parent` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`eating disorder`$`_is_leaf` #> [1] FALSE #> #> $`eating disorder`$children #> $`eating disorder`$children[[1]] #> [1] "DOID_8689<DOID_8670<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`eating disorder`$children[[2]] #> [1] "DOID_12129<DOID_8670<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`eating disorder`$value #> [1] "eating disorder" #> #> #> $`Ebola hemorrhagic fever` #> $`Ebola hemorrhagic fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4325" #> #> $`Ebola hemorrhagic fever`$`_id` #> [1] "DOID_4325<DOID_934<DOID_0050117<DOID_4" #> #> $`Ebola hemorrhagic fever`$privateGeneCount #> [1] 0 #> #> $`Ebola hemorrhagic fever`$publicGeneCount #> [1] 1 #> #> $`Ebola hemorrhagic fever`$urlId #> [1] "DOID_4325" #> #> $`Ebola hemorrhagic fever`$dbPhenotype #> [1] TRUE #> #> $`Ebola hemorrhagic fever`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`Ebola hemorrhagic fever`$`_is_leaf` #> [1] TRUE #> #> $`Ebola hemorrhagic fever`$children #> list() #> #> $`Ebola hemorrhagic fever`$value #> [1] "Ebola hemorrhagic fever" #> #> #> $echinococcosis #> $echinococcosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1496" #> #> $echinococcosis$`_id` #> [1] "DOID_1496<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $echinococcosis$privateGeneCount #> [1] 0 #> #> $echinococcosis$publicGeneCount #> [1] 5 #> #> $echinococcosis$urlId #> [1] "DOID_1496" #> #> $echinococcosis$dbPhenotype #> [1] TRUE #> #> $echinococcosis$`_parent` #> [1] "DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $echinococcosis$`_is_leaf` #> [1] TRUE #> #> $echinococcosis$children #> list() #> #> $echinococcosis$value #> [1] "echinococcosis" #> #> #> $`ectodermal dysplasia` #> $`ectodermal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2121" #> #> $`ectodermal dysplasia`$`_id` #> [1] "DOID_2121<DOID_225<DOID_4" #> #> $`ectodermal dysplasia`$privateGeneCount #> [1] 0 #> #> $`ectodermal dysplasia`$publicGeneCount #> [1] 16 #> #> $`ectodermal dysplasia`$urlId #> [1] "DOID_2121" #> #> $`ectodermal dysplasia`$dbPhenotype #> [1] FALSE #> #> $`ectodermal dysplasia`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`ectodermal dysplasia`$`_is_leaf` #> [1] FALSE #> #> $`ectodermal dysplasia`$children #> $`ectodermal dysplasia`$children[[1]] #> [1] "DOID_14773<DOID_2121<DOID_225<DOID_4" #> #> $`ectodermal dysplasia`$children[[2]] #> [1] "DOID_14693<DOID_2121<DOID_225<DOID_4" #> #> $`ectodermal dysplasia`$children[[3]] #> [1] "DOID_14793<DOID_2121<DOID_225<DOID_4" #> #> $`ectodermal dysplasia`$children[[4]] #> [1] "DOID_3389<DOID_2121<DOID_225<DOID_4" #> #> $`ectodermal dysplasia`$children[[5]] #> [1] "DOID_0060330<DOID_2121<DOID_225<DOID_4" #> #> #> $`ectodermal dysplasia`$value #> [1] "ectodermal dysplasia" #> #> #> $`Ectodermal dysplasia` #> $`Ectodermal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000968" #> #> $`Ectodermal dysplasia`$`_id` #> [1] "HP_0000968<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Ectodermal dysplasia`$privateGeneCount #> [1] 0 #> #> $`Ectodermal dysplasia`$publicGeneCount #> [1] 5 #> #> $`Ectodermal dysplasia`$urlId #> [1] "HP_0000968" #> #> $`Ectodermal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Ectodermal dysplasia`$`_parent` #> [1] "HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Ectodermal dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Ectodermal dysplasia`$children #> list() #> #> $`Ectodermal dysplasia`$value #> [1] "Ectodermal dysplasia" #> #> #> $`Ectopia lentis` #> $`Ectopia lentis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001083" #> #> $`Ectopia lentis`$`_id` #> [1] "HP_0001083<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Ectopia lentis`$privateGeneCount #> [1] 0 #> #> $`Ectopia lentis`$publicGeneCount #> [1] 2 #> #> $`Ectopia lentis`$urlId #> [1] "HP_0001083" #> #> $`Ectopia lentis`$dbPhenotype #> [1] TRUE #> #> $`Ectopia lentis`$`_parent` #> [1] "HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Ectopia lentis`$`_is_leaf` #> [1] TRUE #> #> $`Ectopia lentis`$children #> list() #> #> $`Ectopia lentis`$value #> [1] "Ectopia lentis" #> #> #> $`Ectopic calcification` #> $`Ectopic calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010766" #> #> $`Ectopic calcification`$`_id` #> [1] "HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> $`Ectopic calcification`$privateGeneCount #> [1] 0 #> #> $`Ectopic calcification`$publicGeneCount #> [1] 8 #> #> $`Ectopic calcification`$urlId #> [1] "HP_0010766" #> #> $`Ectopic calcification`$dbPhenotype #> [1] FALSE #> #> $`Ectopic calcification`$`_parent` #> [1] "HP_0000924<HP_0000118<HP_0000001" #> #> $`Ectopic calcification`$`_is_leaf` #> [1] FALSE #> #> $`Ectopic calcification`$children #> $`Ectopic calcification`$children[[1]] #> [1] "HP_0011915<HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> $`Ectopic calcification`$children[[2]] #> [1] "HP_0002514<HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Ectopic calcification`$value #> [1] "Ectopic calcification" #> #> #> $`Ectopic ossification` #> $`Ectopic ossification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011986" #> #> $`Ectopic ossification`$`_id` #> [1] "HP_0011986<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Ectopic ossification`$privateGeneCount #> [1] 0 #> #> $`Ectopic ossification`$publicGeneCount #> [1] 3 #> #> $`Ectopic ossification`$urlId #> [1] "HP_0011986" #> #> $`Ectopic ossification`$dbPhenotype #> [1] TRUE #> #> $`Ectopic ossification`$`_parent` #> [1] "HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Ectopic ossification`$`_is_leaf` #> [1] TRUE #> #> $`Ectopic ossification`$children #> list() #> #> $`Ectopic ossification`$value #> [1] "Ectopic ossification" #> #> #> $`ectopic pregnancy` #> $`ectopic pregnancy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060329" #> #> $`ectopic pregnancy`$`_id` #> [1] "DOID_0060329<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ectopic pregnancy`$privateGeneCount #> [1] 0 #> #> $`ectopic pregnancy`$publicGeneCount #> [1] 1 #> #> $`ectopic pregnancy`$urlId #> [1] "DOID_0060329" #> #> $`ectopic pregnancy`$dbPhenotype #> [1] TRUE #> #> $`ectopic pregnancy`$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ectopic pregnancy`$`_is_leaf` #> [1] TRUE #> #> $`ectopic pregnancy`$children #> list() #> #> $`ectopic pregnancy`$value #> [1] "ectopic pregnancy" #> #> #> $Eczema #> $Eczema$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000964" #> #> $Eczema$`_id` #> [1] "HP_0000964<HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Eczema$privateGeneCount #> [1] 0 #> #> $Eczema$publicGeneCount #> [1] 10 #> #> $Eczema$urlId #> [1] "HP_0000964" #> #> $Eczema$dbPhenotype #> [1] TRUE #> #> $Eczema$`_parent` #> [1] "HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Eczema$`_is_leaf` #> [1] TRUE #> #> $Eczema$children #> list() #> #> $Eczema$value #> [1] "Eczema" #> #> #> $Eczema #> $Eczema$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000964" #> #> $Eczema$`_id` #> [1] "HP_0000964<HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $Eczema$privateGeneCount #> [1] 0 #> #> $Eczema$publicGeneCount #> [1] 10 #> #> $Eczema$urlId #> [1] "HP_0000964" #> #> $Eczema$dbPhenotype #> [1] TRUE #> #> $Eczema$`_parent` #> [1] "HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $Eczema$`_is_leaf` #> [1] TRUE #> #> $Eczema$children #> list() #> #> $Eczema$value #> [1] "Eczema" #> #> #> $Edema #> $Edema$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000969" #> #> $Edema$`_id` #> [1] "HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Edema$privateGeneCount #> [1] 0 #> #> $Edema$publicGeneCount #> [1] 30 #> #> $Edema$urlId #> [1] "HP_0000969" #> #> $Edema$dbPhenotype #> [1] TRUE #> #> $Edema$`_parent` #> [1] "HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Edema$`_is_leaf` #> [1] FALSE #> #> $Edema$children #> $Edema$children[[1]] #> [1] "HP_0001789<HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Edema$children[[2]] #> [1] "HP_0002202<HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $Edema$value #> [1] "Edema" #> #> #> $`EEG abnormality` #> $`EEG abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002353" #> #> $`EEG abnormality`$`_id` #> [1] "HP_0002353<HP_0030178<HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`EEG abnormality`$privateGeneCount #> [1] 0 #> #> $`EEG abnormality`$publicGeneCount #> [1] 4 #> #> $`EEG abnormality`$urlId #> [1] "HP_0002353" #> #> $`EEG abnormality`$dbPhenotype #> [1] TRUE #> #> $`EEG abnormality`$`_parent` #> [1] "HP_0030178<HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`EEG abnormality`$`_is_leaf` #> [1] FALSE #> #> $`EEG abnormality`$children #> $`EEG abnormality`$children[[1]] #> [1] "HP_0010852<HP_0002353<HP_0030178<HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`EEG abnormality`$value #> [1] "EEG abnormality" #> #> #> $`EEG with photoparoxysmal response` #> $`EEG with photoparoxysmal response`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010852" #> #> $`EEG with photoparoxysmal response`$`_id` #> [1] "HP_0010852<HP_0002353<HP_0030178<HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`EEG with photoparoxysmal response`$privateGeneCount #> [1] 0 #> #> $`EEG with photoparoxysmal response`$publicGeneCount #> [1] 3 #> #> $`EEG with photoparoxysmal response`$urlId #> [1] "HP_0010852" #> #> $`EEG with photoparoxysmal response`$dbPhenotype #> [1] TRUE #> #> $`EEG with photoparoxysmal response`$`_parent` #> [1] "HP_0002353<HP_0030178<HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`EEG with photoparoxysmal response`$`_is_leaf` #> [1] TRUE #> #> $`EEG with photoparoxysmal response`$children #> list() #> #> $`EEG with photoparoxysmal response`$value #> [1] "EEG with photoparoxysmal response" #> #> #> $`egg allergy` #> $`egg allergy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4377" #> #> $`egg allergy`$`_id` #> [1] "DOID_4377<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`egg allergy`$privateGeneCount #> [1] 0 #> #> $`egg allergy`$publicGeneCount #> [1] 1 #> #> $`egg allergy`$urlId #> [1] "DOID_4377" #> #> $`egg allergy`$dbPhenotype #> [1] TRUE #> #> $`egg allergy`$`_parent` #> [1] "DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`egg allergy`$`_is_leaf` #> [1] TRUE #> #> $`egg allergy`$children #> list() #> #> $`egg allergy`$value #> [1] "egg allergy" #> #> #> $`Ehlers-Danlos syndrome` #> $`Ehlers-Danlos syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13359" #> #> $`Ehlers-Danlos syndrome`$`_id` #> [1] "DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ehlers-Danlos syndrome`$privateGeneCount #> [1] 0 #> #> $`Ehlers-Danlos syndrome`$publicGeneCount #> [1] 15 #> #> $`Ehlers-Danlos syndrome`$urlId #> [1] "DOID_13359" #> #> $`Ehlers-Danlos syndrome`$dbPhenotype #> [1] TRUE #> #> $`Ehlers-Danlos syndrome`$`_parent` #> [1] "DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ehlers-Danlos syndrome`$`_is_leaf` #> [1] FALSE #> #> $`Ehlers-Danlos syndrome`$children #> $`Ehlers-Danlos syndrome`$children[[1]] #> [1] "DOID_14756<DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ehlers-Danlos syndrome`$children[[2]] #> [1] "DOID_14775<DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ehlers-Danlos syndrome`$children[[3]] #> [1] "DOID_0050802<DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ehlers-Danlos syndrome`$children[[4]] #> [1] "DOID_14720<DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`Ehlers-Danlos syndrome`$value #> [1] "Ehlers-Danlos syndrome" #> #> #> $`Ehlers-Danlos syndrome progeroid type` #> $`Ehlers-Danlos syndrome progeroid type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050802" #> #> $`Ehlers-Danlos syndrome progeroid type`$`_id` #> [1] "DOID_0050802<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Ehlers-Danlos syndrome progeroid type`$privateGeneCount #> [1] 0 #> #> $`Ehlers-Danlos syndrome progeroid type`$publicGeneCount #> [1] 2 #> #> $`Ehlers-Danlos syndrome progeroid type`$urlId #> [1] "DOID_0050802" #> #> $`Ehlers-Danlos syndrome progeroid type`$dbPhenotype #> [1] TRUE #> #> $`Ehlers-Danlos syndrome progeroid type`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Ehlers-Danlos syndrome progeroid type`$`_is_leaf` #> [1] TRUE #> #> $`Ehlers-Danlos syndrome progeroid type`$children #> list() #> #> $`Ehlers-Danlos syndrome progeroid type`$value #> [1] "Ehlers-Danlos syndrome progeroid type" #> #> #> $`Ehlers-Danlos syndrome progeroid type` #> $`Ehlers-Danlos syndrome progeroid type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050802" #> #> $`Ehlers-Danlos syndrome progeroid type`$`_id` #> [1] "DOID_0050802<DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ehlers-Danlos syndrome progeroid type`$privateGeneCount #> [1] 0 #> #> $`Ehlers-Danlos syndrome progeroid type`$publicGeneCount #> [1] 2 #> #> $`Ehlers-Danlos syndrome progeroid type`$urlId #> [1] "DOID_0050802" #> #> $`Ehlers-Danlos syndrome progeroid type`$dbPhenotype #> [1] TRUE #> #> $`Ehlers-Danlos syndrome progeroid type`$`_parent` #> [1] "DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ehlers-Danlos syndrome progeroid type`$`_is_leaf` #> [1] TRUE #> #> $`Ehlers-Danlos syndrome progeroid type`$children #> list() #> #> $`Ehlers-Danlos syndrome progeroid type`$value #> [1] "Ehlers-Danlos syndrome progeroid type" #> #> #> $`electroclinical syndrome` #> $`electroclinical syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050701" #> #> $`electroclinical syndrome`$`_id` #> [1] "DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`electroclinical syndrome`$privateGeneCount #> [1] 0 #> #> $`electroclinical syndrome`$publicGeneCount #> [1] 98 #> #> $`electroclinical syndrome`$urlId #> [1] "DOID_0050701" #> #> $`electroclinical syndrome`$dbPhenotype #> [1] FALSE #> #> $`electroclinical syndrome`$`_parent` #> [1] "DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`electroclinical syndrome`$`_is_leaf` #> [1] FALSE #> #> $`electroclinical syndrome`$children #> $`electroclinical syndrome`$children[[1]] #> [1] "DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`electroclinical syndrome`$children[[2]] #> [1] "DOID_0050703<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`electroclinical syndrome`$children[[3]] #> [1] "DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`electroclinical syndrome`$children[[4]] #> [1] "DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`electroclinical syndrome`$value #> [1] "electroclinical syndrome" #> #> #> $`Elevated serum creatine kinase` #> $`Elevated serum creatine kinase`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003236" #> #> $`Elevated serum creatine kinase`$`_id` #> [1] "HP_0003236<HP_0040081<HP_0011021<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Elevated serum creatine kinase`$privateGeneCount #> [1] 0 #> #> $`Elevated serum creatine kinase`$publicGeneCount #> [1] 1 #> #> $`Elevated serum creatine kinase`$urlId #> [1] "HP_0003236" #> #> $`Elevated serum creatine kinase`$dbPhenotype #> [1] TRUE #> #> $`Elevated serum creatine kinase`$`_parent` #> [1] "HP_0040081<HP_0011021<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Elevated serum creatine kinase`$`_is_leaf` #> [1] TRUE #> #> $`Elevated serum creatine kinase`$children #> list() #> #> $`Elevated serum creatine kinase`$value #> [1] "Elevated serum creatine kinase" #> #> #> $`Ellis-Van Creveld syndrome` #> $`Ellis-Van Creveld syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12714" #> #> $`Ellis-Van Creveld syndrome`$`_id` #> [1] "DOID_12714<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Ellis-Van Creveld syndrome`$privateGeneCount #> [1] 0 #> #> $`Ellis-Van Creveld syndrome`$publicGeneCount #> [1] 2 #> #> $`Ellis-Van Creveld syndrome`$urlId #> [1] "DOID_12714" #> #> $`Ellis-Van Creveld syndrome`$dbPhenotype #> [1] TRUE #> #> $`Ellis-Van Creveld syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Ellis-Van Creveld syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Ellis-Van Creveld syndrome`$children #> list() #> #> $`Ellis-Van Creveld syndrome`$value #> [1] "Ellis-Van Creveld syndrome" #> #> #> $`Ellis-Van Creveld syndrome` #> $`Ellis-Van Creveld syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12714" #> #> $`Ellis-Van Creveld syndrome`$`_id` #> [1] "DOID_12714<DOID_225<DOID_4" #> #> $`Ellis-Van Creveld syndrome`$privateGeneCount #> [1] 0 #> #> $`Ellis-Van Creveld syndrome`$publicGeneCount #> [1] 2 #> #> $`Ellis-Van Creveld syndrome`$urlId #> [1] "DOID_12714" #> #> $`Ellis-Van Creveld syndrome`$dbPhenotype #> [1] TRUE #> #> $`Ellis-Van Creveld syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Ellis-Van Creveld syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Ellis-Van Creveld syndrome`$children #> list() #> #> $`Ellis-Van Creveld syndrome`$value #> [1] "Ellis-Van Creveld syndrome" #> #> #> $`embryonal cancer` #> $`embryonal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_688" #> #> $`embryonal cancer`$`_id` #> [1] "DOID_688<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`embryonal cancer`$privateGeneCount #> [1] 0 #> #> $`embryonal cancer`$publicGeneCount #> [1] 48 #> #> $`embryonal cancer`$urlId #> [1] "DOID_688" #> #> $`embryonal cancer`$dbPhenotype #> [1] TRUE #> #> $`embryonal cancer`$`_parent` #> [1] "DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`embryonal cancer`$`_is_leaf` #> [1] FALSE #> #> $`embryonal cancer`$children #> $`embryonal cancer`$children[[1]] #> [1] "DOID_3308<DOID_688<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`embryonal cancer`$value #> [1] "embryonal cancer" #> #> #> $`embryonal carcinoma` #> $`embryonal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3308" #> #> $`embryonal carcinoma`$`_id` #> [1] "DOID_3308<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`embryonal carcinoma`$privateGeneCount #> [1] 0 #> #> $`embryonal carcinoma`$publicGeneCount #> [1] 7 #> #> $`embryonal carcinoma`$urlId #> [1] "DOID_3308" #> #> $`embryonal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`embryonal carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`embryonal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`embryonal carcinoma`$children #> list() #> #> $`embryonal carcinoma`$value #> [1] "embryonal carcinoma" #> #> #> $`embryonal carcinoma` #> $`embryonal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3308" #> #> $`embryonal carcinoma`$`_id` #> [1] "DOID_3308<DOID_688<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`embryonal carcinoma`$privateGeneCount #> [1] 0 #> #> $`embryonal carcinoma`$publicGeneCount #> [1] 7 #> #> $`embryonal carcinoma`$urlId #> [1] "DOID_3308" #> #> $`embryonal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`embryonal carcinoma`$`_parent` #> [1] "DOID_688<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`embryonal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`embryonal carcinoma`$children #> list() #> #> $`embryonal carcinoma`$value #> [1] "embryonal carcinoma" #> #> #> $`Embryonal renal neoplasm` #> $`Embryonal renal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011794" #> #> $`Embryonal renal neoplasm`$`_id` #> [1] "HP_0011794<HP_0009726<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Embryonal renal neoplasm`$privateGeneCount #> [1] 0 #> #> $`Embryonal renal neoplasm`$publicGeneCount #> [1] 2 #> #> $`Embryonal renal neoplasm`$urlId #> [1] "HP_0011794" #> #> $`Embryonal renal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`Embryonal renal neoplasm`$`_parent` #> [1] "HP_0009726<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Embryonal renal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`Embryonal renal neoplasm`$children #> $`Embryonal renal neoplasm`$children[[1]] #> [1] "HP_0002667<HP_0011794<HP_0009726<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Embryonal renal neoplasm`$value #> [1] "Embryonal renal neoplasm" #> #> #> $`Embryonal renal neoplasm` #> $`Embryonal renal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011794" #> #> $`Embryonal renal neoplasm`$`_id` #> [1] "HP_0011794<HP_0009726<HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> $`Embryonal renal neoplasm`$privateGeneCount #> [1] 0 #> #> $`Embryonal renal neoplasm`$publicGeneCount #> [1] 2 #> #> $`Embryonal renal neoplasm`$urlId #> [1] "HP_0011794" #> #> $`Embryonal renal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`Embryonal renal neoplasm`$`_parent` #> [1] "HP_0009726<HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> $`Embryonal renal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`Embryonal renal neoplasm`$children #> $`Embryonal renal neoplasm`$children[[1]] #> [1] "HP_0002667<HP_0011794<HP_0009726<HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Embryonal renal neoplasm`$value #> [1] "Embryonal renal neoplasm" #> #> #> $`embryonal rhabdomyosarcoma` #> $`embryonal rhabdomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3246" #> #> $`embryonal rhabdomyosarcoma`$`_id` #> [1] "DOID_3246<DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`embryonal rhabdomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`embryonal rhabdomyosarcoma`$publicGeneCount #> [1] 5 #> #> $`embryonal rhabdomyosarcoma`$urlId #> [1] "DOID_3246" #> #> $`embryonal rhabdomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`embryonal rhabdomyosarcoma`$`_parent` #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`embryonal rhabdomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`embryonal rhabdomyosarcoma`$children #> list() #> #> $`embryonal rhabdomyosarcoma`$value #> [1] "embryonal rhabdomyosarcoma" #> #> #> $`embryonal rhabdomyosarcoma` #> $`embryonal rhabdomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3246" #> #> $`embryonal rhabdomyosarcoma`$`_id` #> [1] "DOID_3246<DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`embryonal rhabdomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`embryonal rhabdomyosarcoma`$publicGeneCount #> [1] 5 #> #> $`embryonal rhabdomyosarcoma`$urlId #> [1] "DOID_3246" #> #> $`embryonal rhabdomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`embryonal rhabdomyosarcoma`$`_parent` #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`embryonal rhabdomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`embryonal rhabdomyosarcoma`$children #> list() #> #> $`embryonal rhabdomyosarcoma`$value #> [1] "embryonal rhabdomyosarcoma" #> #> #> $`embryonal rhabdomyosarcoma` #> $`embryonal rhabdomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3246" #> #> $`embryonal rhabdomyosarcoma`$`_id` #> [1] "DOID_3246<DOID_3247<DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`embryonal rhabdomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`embryonal rhabdomyosarcoma`$publicGeneCount #> [1] 5 #> #> $`embryonal rhabdomyosarcoma`$urlId #> [1] "DOID_3246" #> #> $`embryonal rhabdomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`embryonal rhabdomyosarcoma`$`_parent` #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`embryonal rhabdomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`embryonal rhabdomyosarcoma`$children #> list() #> #> $`embryonal rhabdomyosarcoma`$value #> [1] "embryonal rhabdomyosarcoma" #> #> #> $`Emery-Dreifuss muscular dystrophy` #> $`Emery-Dreifuss muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11726" #> #> $`Emery-Dreifuss muscular dystrophy`$`_id` #> [1] "DOID_11726<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Emery-Dreifuss muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Emery-Dreifuss muscular dystrophy`$publicGeneCount #> [1] 6 #> #> $`Emery-Dreifuss muscular dystrophy`$urlId #> [1] "DOID_11726" #> #> $`Emery-Dreifuss muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Emery-Dreifuss muscular dystrophy`$`_parent` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Emery-Dreifuss muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Emery-Dreifuss muscular dystrophy`$children #> list() #> #> $`Emery-Dreifuss muscular dystrophy`$value #> [1] "Emery-Dreifuss muscular dystrophy" #> #> #> $Emphysema #> $Emphysema$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002097" #> #> $Emphysema$`_id` #> [1] "HP_0002097<HP_0002088<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $Emphysema$privateGeneCount #> [1] 0 #> #> $Emphysema$publicGeneCount #> [1] 12 #> #> $Emphysema$urlId #> [1] "HP_0002097" #> #> $Emphysema$dbPhenotype #> [1] TRUE #> #> $Emphysema$`_parent` #> [1] "HP_0002088<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $Emphysema$`_is_leaf` #> [1] TRUE #> #> $Emphysema$children #> list() #> #> $Emphysema$value #> [1] "Emphysema" #> #> #> $`empty sella syndrome` #> $`empty sella syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3642" #> #> $`empty sella syndrome`$`_id` #> [1] "DOID_3642<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`empty sella syndrome`$privateGeneCount #> [1] 0 #> #> $`empty sella syndrome`$publicGeneCount #> [1] 1 #> #> $`empty sella syndrome`$urlId #> [1] "DOID_3642" #> #> $`empty sella syndrome`$dbPhenotype #> [1] TRUE #> #> $`empty sella syndrome`$`_parent` #> [1] "DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`empty sella syndrome`$`_is_leaf` #> [1] TRUE #> #> $`empty sella syndrome`$children #> list() #> #> $`empty sella syndrome`$value #> [1] "empty sella syndrome" #> #> #> $encephalitis #> $encephalitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9588" #> #> $encephalitis$`_id` #> [1] "DOID_9588<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $encephalitis$privateGeneCount #> [1] 0 #> #> $encephalitis$publicGeneCount #> [1] 7 #> #> $encephalitis$urlId #> [1] "DOID_9588" #> #> $encephalitis$dbPhenotype #> [1] TRUE #> #> $encephalitis$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $encephalitis$`_is_leaf` #> [1] FALSE #> #> $encephalitis$children #> $encephalitis$children[[1]] #> [1] "DOID_13664<DOID_9588<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $encephalitis$children[[2]] #> [1] "DOID_646<DOID_9588<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $encephalitis$value #> [1] "encephalitis" #> #> #> $encephalomalacia #> $encephalomalacia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2034" #> #> $encephalomalacia$`_id` #> [1] "DOID_2034<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $encephalomalacia$privateGeneCount #> [1] 0 #> #> $encephalomalacia$publicGeneCount #> [1] 2 #> #> $encephalomalacia$urlId #> [1] "DOID_2034" #> #> $encephalomalacia$dbPhenotype #> [1] TRUE #> #> $encephalomalacia$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $encephalomalacia$`_is_leaf` #> [1] FALSE #> #> $encephalomalacia$children #> $encephalomalacia$children[[1]] #> [1] "DOID_13088<DOID_2034<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $encephalomalacia$value #> [1] "encephalomalacia" #> #> #> $encephalomyelitis #> $encephalomyelitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_640" #> #> $encephalomyelitis$`_id` #> [1] "DOID_640<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $encephalomyelitis$privateGeneCount #> [1] 0 #> #> $encephalomyelitis$publicGeneCount #> [1] 16 #> #> $encephalomyelitis$urlId #> [1] "DOID_640" #> #> $encephalomyelitis$dbPhenotype #> [1] TRUE #> #> $encephalomyelitis$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $encephalomyelitis$`_is_leaf` #> [1] FALSE #> #> $encephalomyelitis$children #> $encephalomyelitis$children[[1]] #> [1] "DOID_639<DOID_640<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $encephalomyelitis$value #> [1] "encephalomyelitis" #> #> #> $Encephalopathy #> $Encephalopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001298" #> #> $Encephalopathy$`_id` #> [1] "HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Encephalopathy$privateGeneCount #> [1] 0 #> #> $Encephalopathy$publicGeneCount #> [1] 6 #> #> $Encephalopathy$urlId #> [1] "HP_0001298" #> #> $Encephalopathy$dbPhenotype #> [1] TRUE #> #> $Encephalopathy$`_parent` #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Encephalopathy$`_is_leaf` #> [1] FALSE #> #> $Encephalopathy$children #> $Encephalopathy$children[[1]] #> [1] "HP_0006846<HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Encephalopathy$children[[2]] #> [1] "HP_0007239<HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Encephalopathy$children[[3]] #> [1] "HP_0006789<HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Encephalopathy$value #> [1] "Encephalopathy" #> #> #> $`endocrine gland cancer` #> $`endocrine gland cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_170" #> #> $`endocrine gland cancer`$`_id` #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endocrine gland cancer`$privateGeneCount #> [1] 0 #> #> $`endocrine gland cancer`$publicGeneCount #> [1] 690 #> #> $`endocrine gland cancer`$urlId #> [1] "DOID_170" #> #> $`endocrine gland cancer`$dbPhenotype #> [1] TRUE #> #> $`endocrine gland cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endocrine gland cancer`$`_is_leaf` #> [1] FALSE #> #> $`endocrine gland cancer`$children #> $`endocrine gland cancer`$children[[1]] #> [1] "DOID_3953<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endocrine gland cancer`$children[[2]] #> [1] "DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endocrine gland cancer`$children[[3]] #> [1] "DOID_169<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endocrine gland cancer`$children[[4]] #> [1] "DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endocrine gland cancer`$children[[5]] #> [1] "DOID_1540<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endocrine gland cancer`$children[[6]] #> [1] "DOID_5032<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endocrine gland cancer`$children[[7]] #> [1] "DOID_1785<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endocrine gland cancer`$children[[8]] #> [1] "DOID_3277<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endocrine gland cancer`$children[[9]] #> [1] "DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`endocrine gland cancer`$value #> [1] "endocrine gland cancer" #> #> #> $`endocrine organ benign neoplasm` #> $`endocrine organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060089" #> #> $`endocrine organ benign neoplasm`$`_id` #> [1] "DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`endocrine organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`endocrine organ benign neoplasm`$publicGeneCount #> [1] 98 #> #> $`endocrine organ benign neoplasm`$urlId #> [1] "DOID_0060089" #> #> $`endocrine organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`endocrine organ benign neoplasm`$`_parent` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`endocrine organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`endocrine organ benign neoplasm`$children #> $`endocrine organ benign neoplasm`$children[[1]] #> [1] "DOID_656<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`endocrine organ benign neoplasm`$children[[2]] #> [1] "DOID_5389<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`endocrine organ benign neoplasm`$children[[3]] #> [1] "DOID_60008<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`endocrine organ benign neoplasm`$children[[4]] #> [1] "DOID_0050771<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`endocrine organ benign neoplasm`$children[[5]] #> [1] "DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`endocrine organ benign neoplasm`$children[[6]] #> [1] "DOID_2891<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`endocrine organ benign neoplasm`$value #> [1] "endocrine organ benign neoplasm" #> #> #> $`endocrine pancreas disease` #> $`endocrine pancreas disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1428" #> #> $`endocrine pancreas disease`$`_id` #> [1] "DOID_1428<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`endocrine pancreas disease`$privateGeneCount #> [1] 0 #> #> $`endocrine pancreas disease`$publicGeneCount #> [1] 3 #> #> $`endocrine pancreas disease`$urlId #> [1] "DOID_1428" #> #> $`endocrine pancreas disease`$dbPhenotype #> [1] FALSE #> #> $`endocrine pancreas disease`$`_parent` #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`endocrine pancreas disease`$`_is_leaf` #> [1] FALSE #> #> $`endocrine pancreas disease`$children #> $`endocrine pancreas disease`$children[[1]] #> [1] "DOID_6977<DOID_1428<DOID_26<DOID_28<DOID_7<DOID_4" #> #> #> $`endocrine pancreas disease`$value #> [1] "endocrine pancreas disease" #> #> #> $`endocrine system disease` #> $`endocrine system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_28" #> #> $`endocrine system disease`$`_id` #> [1] "DOID_28<DOID_7<DOID_4" #> #> $`endocrine system disease`$privateGeneCount #> [1] 0 #> #> $`endocrine system disease`$publicGeneCount #> [1] 953 #> #> $`endocrine system disease`$urlId #> [1] "DOID_28" #> #> $`endocrine system disease`$dbPhenotype #> [1] TRUE #> #> $`endocrine system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`endocrine system disease`$`_is_leaf` #> [1] FALSE #> #> $`endocrine system disease`$children #> $`endocrine system disease`$children[[1]] #> [1] "DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`endocrine system disease`$children[[2]] #> [1] "DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> $`endocrine system disease`$children[[3]] #> [1] "DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`endocrine system disease`$children[[4]] #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`endocrine system disease`$children[[5]] #> [1] "DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`endocrine system disease`$children[[6]] #> [1] "DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`endocrine system disease`$children[[7]] #> [1] "DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $`endocrine system disease`$value #> [1] "endocrine system disease" #> #> #> $`endodermal sinus tumor` #> $`endodermal sinus tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1911" #> #> $`endodermal sinus tumor`$`_id` #> [1] "DOID_1911<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`endodermal sinus tumor`$privateGeneCount #> [1] 0 #> #> $`endodermal sinus tumor`$publicGeneCount #> [1] 4 #> #> $`endodermal sinus tumor`$urlId #> [1] "DOID_1911" #> #> $`endodermal sinus tumor`$dbPhenotype #> [1] TRUE #> #> $`endodermal sinus tumor`$`_parent` #> [1] "DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`endodermal sinus tumor`$`_is_leaf` #> [1] TRUE #> #> $`endodermal sinus tumor`$children #> list() #> #> $`endodermal sinus tumor`$value #> [1] "endodermal sinus tumor" #> #> #> $`endogenous depression` #> $`endogenous depression`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1595" #> #> $`endogenous depression`$`_id` #> [1] "DOID_1595<DOID_1470<DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`endogenous depression`$privateGeneCount #> [1] 0 #> #> $`endogenous depression`$publicGeneCount #> [1] 54 #> #> $`endogenous depression`$urlId #> [1] "DOID_1595" #> #> $`endogenous depression`$dbPhenotype #> [1] TRUE #> #> $`endogenous depression`$`_parent` #> [1] "DOID_1470<DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`endogenous depression`$`_is_leaf` #> [1] FALSE #> #> $`endogenous depression`$children #> $`endogenous depression`$children[[1]] #> [1] "DOID_9478<DOID_1595<DOID_1470<DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> #> $`endogenous depression`$value #> [1] "endogenous depression" #> #> #> $`endolymphatic hydrops` #> $`endolymphatic hydrops`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9848" #> #> $`endolymphatic hydrops`$`_id` #> [1] "DOID_9848<DOID_9847<DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`endolymphatic hydrops`$privateGeneCount #> [1] 0 #> #> $`endolymphatic hydrops`$publicGeneCount #> [1] 6 #> #> $`endolymphatic hydrops`$urlId #> [1] "DOID_9848" #> #> $`endolymphatic hydrops`$dbPhenotype #> [1] FALSE #> #> $`endolymphatic hydrops`$`_parent` #> [1] "DOID_9847<DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`endolymphatic hydrops`$`_is_leaf` #> [1] FALSE #> #> $`endolymphatic hydrops`$children #> $`endolymphatic hydrops`$children[[1]] #> [1] "DOID_9849<DOID_9848<DOID_9847<DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`endolymphatic hydrops`$value #> [1] "endolymphatic hydrops" #> #> #> $`endometrial cancer` #> $`endometrial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1380" #> #> $`endometrial cancer`$`_id` #> [1] "DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$privateGeneCount #> [1] 0 #> #> $`endometrial cancer`$publicGeneCount #> [1] 49 #> #> $`endometrial cancer`$urlId #> [1] "DOID_1380" #> #> $`endometrial cancer`$dbPhenotype #> [1] TRUE #> #> $`endometrial cancer`$`_parent` #> [1] "DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$`_is_leaf` #> [1] FALSE #> #> $`endometrial cancer`$children #> $`endometrial cancer`$children[[1]] #> [1] "DOID_2871<DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$children[[2]] #> [1] "DOID_5166<DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$children[[3]] #> [1] "DOID_3590<DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`endometrial cancer`$value #> [1] "endometrial cancer" #> #> #> $`endometrial cancer` #> $`endometrial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1380" #> #> $`endometrial cancer`$`_id` #> [1] "DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial cancer`$privateGeneCount #> [1] 0 #> #> $`endometrial cancer`$publicGeneCount #> [1] 49 #> #> $`endometrial cancer`$urlId #> [1] "DOID_1380" #> #> $`endometrial cancer`$dbPhenotype #> [1] TRUE #> #> $`endometrial cancer`$`_parent` #> [1] "DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial cancer`$`_is_leaf` #> [1] FALSE #> #> $`endometrial cancer`$children #> $`endometrial cancer`$children[[1]] #> [1] "DOID_2871<DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial cancer`$children[[2]] #> [1] "DOID_5166<DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial cancer`$children[[3]] #> [1] "DOID_3590<DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`endometrial cancer`$value #> [1] "endometrial cancer" #> #> #> $`endometrial cancer` #> $`endometrial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1380" #> #> $`endometrial cancer`$`_id` #> [1] "DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$privateGeneCount #> [1] 0 #> #> $`endometrial cancer`$publicGeneCount #> [1] 49 #> #> $`endometrial cancer`$urlId #> [1] "DOID_1380" #> #> $`endometrial cancer`$dbPhenotype #> [1] TRUE #> #> $`endometrial cancer`$`_parent` #> [1] "DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$`_is_leaf` #> [1] FALSE #> #> $`endometrial cancer`$children #> $`endometrial cancer`$children[[1]] #> [1] "DOID_2871<DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$children[[2]] #> [1] "DOID_5166<DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$children[[3]] #> [1] "DOID_3590<DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`endometrial cancer`$value #> [1] "endometrial cancer" #> #> #> $`endometrial cancer` #> $`endometrial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1380" #> #> $`endometrial cancer`$`_id` #> [1] "DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$privateGeneCount #> [1] 0 #> #> $`endometrial cancer`$publicGeneCount #> [1] 49 #> #> $`endometrial cancer`$urlId #> [1] "DOID_1380" #> #> $`endometrial cancer`$dbPhenotype #> [1] TRUE #> #> $`endometrial cancer`$`_parent` #> [1] "DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$`_is_leaf` #> [1] FALSE #> #> $`endometrial cancer`$children #> $`endometrial cancer`$children[[1]] #> [1] "DOID_2871<DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$children[[2]] #> [1] "DOID_5166<DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$children[[3]] #> [1] "DOID_3590<DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`endometrial cancer`$value #> [1] "endometrial cancer" #> #> #> $`endometrial carcinoma` #> $`endometrial carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2871" #> #> $`endometrial carcinoma`$`_id` #> [1] "DOID_2871<DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial carcinoma`$privateGeneCount #> [1] 0 #> #> $`endometrial carcinoma`$publicGeneCount #> [1] 38 #> #> $`endometrial carcinoma`$urlId #> [1] "DOID_2871" #> #> $`endometrial carcinoma`$dbPhenotype #> [1] TRUE #> #> $`endometrial carcinoma`$`_parent` #> [1] "DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`endometrial carcinoma`$children #> list() #> #> $`endometrial carcinoma`$value #> [1] "endometrial carcinoma" #> #> #> $`endometrial carcinoma` #> $`endometrial carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2871" #> #> $`endometrial carcinoma`$`_id` #> [1] "DOID_2871<DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial carcinoma`$privateGeneCount #> [1] 0 #> #> $`endometrial carcinoma`$publicGeneCount #> [1] 38 #> #> $`endometrial carcinoma`$urlId #> [1] "DOID_2871" #> #> $`endometrial carcinoma`$dbPhenotype #> [1] TRUE #> #> $`endometrial carcinoma`$`_parent` #> [1] "DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`endometrial carcinoma`$children #> list() #> #> $`endometrial carcinoma`$value #> [1] "endometrial carcinoma" #> #> #> $`endometrial carcinoma` #> $`endometrial carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2871" #> #> $`endometrial carcinoma`$`_id` #> [1] "DOID_2871<DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial carcinoma`$privateGeneCount #> [1] 0 #> #> $`endometrial carcinoma`$publicGeneCount #> [1] 38 #> #> $`endometrial carcinoma`$urlId #> [1] "DOID_2871" #> #> $`endometrial carcinoma`$dbPhenotype #> [1] TRUE #> #> $`endometrial carcinoma`$`_parent` #> [1] "DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`endometrial carcinoma`$children #> list() #> #> $`endometrial carcinoma`$value #> [1] "endometrial carcinoma" #> #> #> $`endometrial carcinoma` #> $`endometrial carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2871" #> #> $`endometrial carcinoma`$`_id` #> [1] "DOID_2871<DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial carcinoma`$privateGeneCount #> [1] 0 #> #> $`endometrial carcinoma`$publicGeneCount #> [1] 38 #> #> $`endometrial carcinoma`$urlId #> [1] "DOID_2871" #> #> $`endometrial carcinoma`$dbPhenotype #> [1] TRUE #> #> $`endometrial carcinoma`$`_parent` #> [1] "DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`endometrial carcinoma`$children #> list() #> #> $`endometrial carcinoma`$value #> [1] "endometrial carcinoma" #> #> #> $`endometrial carcinoma` #> $`endometrial carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2871" #> #> $`endometrial carcinoma`$`_id` #> [1] "DOID_2871<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial carcinoma`$privateGeneCount #> [1] 0 #> #> $`endometrial carcinoma`$publicGeneCount #> [1] 38 #> #> $`endometrial carcinoma`$urlId #> [1] "DOID_2871" #> #> $`endometrial carcinoma`$dbPhenotype #> [1] TRUE #> #> $`endometrial carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`endometrial carcinoma`$children #> list() #> #> $`endometrial carcinoma`$value #> [1] "endometrial carcinoma" #> #> #> $`endometrial stromal sarcoma` #> $`endometrial stromal sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4226" #> #> $`endometrial stromal sarcoma`$`_id` #> [1] "DOID_4226<DOID_5166<DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal sarcoma`$privateGeneCount #> [1] 0 #> #> $`endometrial stromal sarcoma`$publicGeneCount #> [1] 1 #> #> $`endometrial stromal sarcoma`$urlId #> [1] "DOID_4226" #> #> $`endometrial stromal sarcoma`$dbPhenotype #> [1] TRUE #> #> $`endometrial stromal sarcoma`$`_parent` #> [1] "DOID_5166<DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`endometrial stromal sarcoma`$children #> list() #> #> $`endometrial stromal sarcoma`$value #> [1] "endometrial stromal sarcoma" #> #> #> $`endometrial stromal sarcoma` #> $`endometrial stromal sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4226" #> #> $`endometrial stromal sarcoma`$`_id` #> [1] "DOID_4226<DOID_5166<DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial stromal sarcoma`$privateGeneCount #> [1] 0 #> #> $`endometrial stromal sarcoma`$publicGeneCount #> [1] 1 #> #> $`endometrial stromal sarcoma`$urlId #> [1] "DOID_4226" #> #> $`endometrial stromal sarcoma`$dbPhenotype #> [1] TRUE #> #> $`endometrial stromal sarcoma`$`_parent` #> [1] "DOID_5166<DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial stromal sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`endometrial stromal sarcoma`$children #> list() #> #> $`endometrial stromal sarcoma`$value #> [1] "endometrial stromal sarcoma" #> #> #> $`endometrial stromal sarcoma` #> $`endometrial stromal sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4226" #> #> $`endometrial stromal sarcoma`$`_id` #> [1] "DOID_4226<DOID_5166<DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal sarcoma`$privateGeneCount #> [1] 0 #> #> $`endometrial stromal sarcoma`$publicGeneCount #> [1] 1 #> #> $`endometrial stromal sarcoma`$urlId #> [1] "DOID_4226" #> #> $`endometrial stromal sarcoma`$dbPhenotype #> [1] TRUE #> #> $`endometrial stromal sarcoma`$`_parent` #> [1] "DOID_5166<DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`endometrial stromal sarcoma`$children #> list() #> #> $`endometrial stromal sarcoma`$value #> [1] "endometrial stromal sarcoma" #> #> #> $`endometrial stromal sarcoma` #> $`endometrial stromal sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4226" #> #> $`endometrial stromal sarcoma`$`_id` #> [1] "DOID_4226<DOID_5166<DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal sarcoma`$privateGeneCount #> [1] 0 #> #> $`endometrial stromal sarcoma`$publicGeneCount #> [1] 1 #> #> $`endometrial stromal sarcoma`$urlId #> [1] "DOID_4226" #> #> $`endometrial stromal sarcoma`$dbPhenotype #> [1] TRUE #> #> $`endometrial stromal sarcoma`$`_parent` #> [1] "DOID_5166<DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`endometrial stromal sarcoma`$children #> list() #> #> $`endometrial stromal sarcoma`$value #> [1] "endometrial stromal sarcoma" #> #> #> $`endometrial stromal tumor` #> $`endometrial stromal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5166" #> #> $`endometrial stromal tumor`$`_id` #> [1] "DOID_5166<DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal tumor`$privateGeneCount #> [1] 0 #> #> $`endometrial stromal tumor`$publicGeneCount #> [1] 1 #> #> $`endometrial stromal tumor`$urlId #> [1] "DOID_5166" #> #> $`endometrial stromal tumor`$dbPhenotype #> [1] FALSE #> #> $`endometrial stromal tumor`$`_parent` #> [1] "DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal tumor`$`_is_leaf` #> [1] FALSE #> #> $`endometrial stromal tumor`$children #> $`endometrial stromal tumor`$children[[1]] #> [1] "DOID_4226<DOID_5166<DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`endometrial stromal tumor`$value #> [1] "endometrial stromal tumor" #> #> #> $`endometrial stromal tumor` #> $`endometrial stromal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5166" #> #> $`endometrial stromal tumor`$`_id` #> [1] "DOID_5166<DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial stromal tumor`$privateGeneCount #> [1] 0 #> #> $`endometrial stromal tumor`$publicGeneCount #> [1] 1 #> #> $`endometrial stromal tumor`$urlId #> [1] "DOID_5166" #> #> $`endometrial stromal tumor`$dbPhenotype #> [1] FALSE #> #> $`endometrial stromal tumor`$`_parent` #> [1] "DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial stromal tumor`$`_is_leaf` #> [1] FALSE #> #> $`endometrial stromal tumor`$children #> $`endometrial stromal tumor`$children[[1]] #> [1] "DOID_4226<DOID_5166<DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`endometrial stromal tumor`$value #> [1] "endometrial stromal tumor" #> #> #> $`endometrial stromal tumor` #> $`endometrial stromal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5166" #> #> $`endometrial stromal tumor`$`_id` #> [1] "DOID_5166<DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal tumor`$privateGeneCount #> [1] 0 #> #> $`endometrial stromal tumor`$publicGeneCount #> [1] 1 #> #> $`endometrial stromal tumor`$urlId #> [1] "DOID_5166" #> #> $`endometrial stromal tumor`$dbPhenotype #> [1] FALSE #> #> $`endometrial stromal tumor`$`_parent` #> [1] "DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal tumor`$`_is_leaf` #> [1] FALSE #> #> $`endometrial stromal tumor`$children #> $`endometrial stromal tumor`$children[[1]] #> [1] "DOID_4226<DOID_5166<DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`endometrial stromal tumor`$value #> [1] "endometrial stromal tumor" #> #> #> $`endometrial stromal tumor` #> $`endometrial stromal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5166" #> #> $`endometrial stromal tumor`$`_id` #> [1] "DOID_5166<DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal tumor`$privateGeneCount #> [1] 0 #> #> $`endometrial stromal tumor`$publicGeneCount #> [1] 1 #> #> $`endometrial stromal tumor`$urlId #> [1] "DOID_5166" #> #> $`endometrial stromal tumor`$dbPhenotype #> [1] FALSE #> #> $`endometrial stromal tumor`$`_parent` #> [1] "DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal tumor`$`_is_leaf` #> [1] FALSE #> #> $`endometrial stromal tumor`$children #> $`endometrial stromal tumor`$children[[1]] #> [1] "DOID_4226<DOID_5166<DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`endometrial stromal tumor`$value #> [1] "endometrial stromal tumor" #> #> #> $endometriosis #> $endometriosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_289" #> #> $endometriosis$`_id` #> [1] "DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $endometriosis$privateGeneCount #> [1] 0 #> #> $endometriosis$publicGeneCount #> [1] 224 #> #> $endometriosis$urlId #> [1] "DOID_289" #> #> $endometriosis$dbPhenotype #> [1] TRUE #> #> $endometriosis$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $endometriosis$`_is_leaf` #> [1] FALSE #> #> $endometriosis$children #> $endometriosis$children[[1]] #> [1] "DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $endometriosis$children[[2]] #> [1] "DOID_288<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $endometriosis$value #> [1] "endometriosis" #> #> #> $`endometriosis of uterus` #> $`endometriosis of uterus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_288" #> #> $`endometriosis of uterus`$`_id` #> [1] "DOID_288<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometriosis of uterus`$privateGeneCount #> [1] 0 #> #> $`endometriosis of uterus`$publicGeneCount #> [1] 178 #> #> $`endometriosis of uterus`$urlId #> [1] "DOID_288" #> #> $`endometriosis of uterus`$dbPhenotype #> [1] TRUE #> #> $`endometriosis of uterus`$`_parent` #> [1] "DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometriosis of uterus`$`_is_leaf` #> [1] TRUE #> #> $`endometriosis of uterus`$children #> list() #> #> $`endometriosis of uterus`$value #> [1] "endometriosis of uterus" #> #> #> $`endometriosis of uterus` #> $`endometriosis of uterus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_288" #> #> $`endometriosis of uterus`$`_id` #> [1] "DOID_288<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometriosis of uterus`$privateGeneCount #> [1] 0 #> #> $`endometriosis of uterus`$publicGeneCount #> [1] 178 #> #> $`endometriosis of uterus`$urlId #> [1] "DOID_288" #> #> $`endometriosis of uterus`$dbPhenotype #> [1] TRUE #> #> $`endometriosis of uterus`$`_parent` #> [1] "DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometriosis of uterus`$`_is_leaf` #> [1] TRUE #> #> $`endometriosis of uterus`$children #> list() #> #> $`endometriosis of uterus`$value #> [1] "endometriosis of uterus" #> #> #> $`endomyocardial fibrosis` #> $`endomyocardial fibrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12932" #> #> $`endomyocardial fibrosis`$`_id` #> [1] "DOID_12932<DOID_397<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`endomyocardial fibrosis`$privateGeneCount #> [1] 0 #> #> $`endomyocardial fibrosis`$publicGeneCount #> [1] 5 #> #> $`endomyocardial fibrosis`$urlId #> [1] "DOID_12932" #> #> $`endomyocardial fibrosis`$dbPhenotype #> [1] TRUE #> #> $`endomyocardial fibrosis`$`_parent` #> [1] "DOID_397<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`endomyocardial fibrosis`$`_is_leaf` #> [1] TRUE #> #> $`endomyocardial fibrosis`$children #> list() #> #> $`endomyocardial fibrosis`$value #> [1] "endomyocardial fibrosis" #> #> #> $`enlarged vestibular aqueduct` #> $`enlarged vestibular aqueduct`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050332" #> #> $`enlarged vestibular aqueduct`$`_id` #> [1] "DOID_0050332<DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`enlarged vestibular aqueduct`$privateGeneCount #> [1] 0 #> #> $`enlarged vestibular aqueduct`$publicGeneCount #> [1] 3 #> #> $`enlarged vestibular aqueduct`$urlId #> [1] "DOID_0050332" #> #> $`enlarged vestibular aqueduct`$dbPhenotype #> [1] TRUE #> #> $`enlarged vestibular aqueduct`$`_parent` #> [1] "DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`enlarged vestibular aqueduct`$`_is_leaf` #> [1] TRUE #> #> $`enlarged vestibular aqueduct`$children #> list() #> #> $`enlarged vestibular aqueduct`$value #> [1] "enlarged vestibular aqueduct" #> #> #> $enterocele #> $enterocele$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1283" #> #> $enterocele$`_id` #> [1] "DOID_1283<DOID_1284<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $enterocele$privateGeneCount #> [1] 0 #> #> $enterocele$publicGeneCount #> [1] 5 #> #> $enterocele$urlId #> [1] "DOID_1283" #> #> $enterocele$dbPhenotype #> [1] TRUE #> #> $enterocele$`_parent` #> [1] "DOID_1284<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $enterocele$`_is_leaf` #> [1] TRUE #> #> $enterocele$children #> list() #> #> $enterocele$value #> [1] "enterocele" #> #> #> $Enterocolitis #> $Enterocolitis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004387" #> #> $Enterocolitis$`_id` #> [1] "HP_0004387<HP_0100282<HP_0002583<HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Enterocolitis$privateGeneCount #> [1] 0 #> #> $Enterocolitis$publicGeneCount #> [1] 3 #> #> $Enterocolitis$urlId #> [1] "HP_0004387" #> #> $Enterocolitis$dbPhenotype #> [1] TRUE #> #> $Enterocolitis$`_parent` #> [1] "HP_0100282<HP_0002583<HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Enterocolitis$`_is_leaf` #> [1] TRUE #> #> $Enterocolitis$children #> list() #> #> $Enterocolitis$value #> [1] "Enterocolitis" #> #> #> $Enterocolitis #> $Enterocolitis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004387" #> #> $Enterocolitis$`_id` #> [1] "HP_0004387<HP_0100282<HP_0002583<HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Enterocolitis$privateGeneCount #> [1] 0 #> #> $Enterocolitis$publicGeneCount #> [1] 3 #> #> $Enterocolitis$urlId #> [1] "HP_0004387" #> #> $Enterocolitis$dbPhenotype #> [1] TRUE #> #> $Enterocolitis$`_parent` #> [1] "HP_0100282<HP_0002583<HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Enterocolitis$`_is_leaf` #> [1] TRUE #> #> $Enterocolitis$children #> list() #> #> $Enterocolitis$value #> [1] "Enterocolitis" #> #> #> $Enuresis #> $Enuresis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000805" #> #> $Enuresis$`_id` #> [1] "HP_0000805<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Enuresis$privateGeneCount #> [1] 0 #> #> $Enuresis$publicGeneCount #> [1] 1 #> #> $Enuresis$urlId #> [1] "HP_0000805" #> #> $Enuresis$dbPhenotype #> [1] FALSE #> #> $Enuresis$`_parent` #> [1] "HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Enuresis$`_is_leaf` #> [1] FALSE #> #> $Enuresis$children #> $Enuresis$children[[1]] #> [1] "HP_0010677<HP_0000805<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $Enuresis$value #> [1] "Enuresis" #> #> #> $`Enuresis nocturna` #> $`Enuresis nocturna`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010677" #> #> $`Enuresis nocturna`$`_id` #> [1] "HP_0010677<HP_0000805<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Enuresis nocturna`$privateGeneCount #> [1] 0 #> #> $`Enuresis nocturna`$publicGeneCount #> [1] 1 #> #> $`Enuresis nocturna`$urlId #> [1] "HP_0010677" #> #> $`Enuresis nocturna`$dbPhenotype #> [1] TRUE #> #> $`Enuresis nocturna`$`_parent` #> [1] "HP_0000805<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Enuresis nocturna`$`_is_leaf` #> [1] TRUE #> #> $`Enuresis nocturna`$children #> list() #> #> $`Enuresis nocturna`$value #> [1] "Enuresis nocturna" #> #> #> $`eosinophilia-myalgia syndrome` #> $`eosinophilia-myalgia syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_998" #> #> $`eosinophilia-myalgia syndrome`$`_id` #> [1] "DOID_998<DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`eosinophilia-myalgia syndrome`$privateGeneCount #> [1] 0 #> #> $`eosinophilia-myalgia syndrome`$publicGeneCount #> [1] 2 #> #> $`eosinophilia-myalgia syndrome`$urlId #> [1] "DOID_998" #> #> $`eosinophilia-myalgia syndrome`$dbPhenotype #> [1] TRUE #> #> $`eosinophilia-myalgia syndrome`$`_parent` #> [1] "DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`eosinophilia-myalgia syndrome`$`_is_leaf` #> [1] TRUE #> #> $`eosinophilia-myalgia syndrome`$children #> list() #> #> $`eosinophilia-myalgia syndrome`$value #> [1] "eosinophilia-myalgia syndrome" #> #> #> $`eosinophilic esophagitis` #> $`eosinophilic esophagitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13922" #> #> $`eosinophilic esophagitis`$`_id` #> [1] "DOID_13922<DOID_11963<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`eosinophilic esophagitis`$privateGeneCount #> [1] 0 #> #> $`eosinophilic esophagitis`$publicGeneCount #> [1] 7 #> #> $`eosinophilic esophagitis`$urlId #> [1] "DOID_13922" #> #> $`eosinophilic esophagitis`$dbPhenotype #> [1] TRUE #> #> $`eosinophilic esophagitis`$`_parent` #> [1] "DOID_11963<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`eosinophilic esophagitis`$`_is_leaf` #> [1] TRUE #> #> $`eosinophilic esophagitis`$children #> list() #> #> $`eosinophilic esophagitis`$value #> [1] "eosinophilic esophagitis" #> #> #> $`eosinophilic pneumonia` #> $`eosinophilic pneumonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5870" #> #> $`eosinophilic pneumonia`$`_id` #> [1] "DOID_5870<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`eosinophilic pneumonia`$privateGeneCount #> [1] 0 #> #> $`eosinophilic pneumonia`$publicGeneCount #> [1] 7 #> #> $`eosinophilic pneumonia`$urlId #> [1] "DOID_5870" #> #> $`eosinophilic pneumonia`$dbPhenotype #> [1] TRUE #> #> $`eosinophilic pneumonia`$`_parent` #> [1] "DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`eosinophilic pneumonia`$`_is_leaf` #> [1] FALSE #> #> $`eosinophilic pneumonia`$children #> $`eosinophilic pneumonia`$children[[1]] #> [1] "DOID_9503<DOID_5870<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`eosinophilic pneumonia`$value #> [1] "eosinophilic pneumonia" #> #> #> $ependymoblastoma #> $ependymoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4794" #> #> $ependymoblastoma$`_id` #> [1] "DOID_4794<DOID_0060103<DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $ependymoblastoma$privateGeneCount #> [1] 0 #> #> $ependymoblastoma$publicGeneCount #> [1] 9 #> #> $ependymoblastoma$urlId #> [1] "DOID_4794" #> #> $ependymoblastoma$dbPhenotype #> [1] TRUE #> #> $ependymoblastoma$`_parent` #> [1] "DOID_0060103<DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $ependymoblastoma$`_is_leaf` #> [1] TRUE #> #> $ependymoblastoma$children #> list() #> #> $ependymoblastoma$value #> [1] "ependymoblastoma" #> #> #> $ependymoblastoma #> $ependymoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4794" #> #> $ependymoblastoma$`_id` #> [1] "DOID_4794<DOID_0060103<DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $ependymoblastoma$privateGeneCount #> [1] 0 #> #> $ependymoblastoma$publicGeneCount #> [1] 9 #> #> $ependymoblastoma$urlId #> [1] "DOID_4794" #> #> $ependymoblastoma$dbPhenotype #> [1] TRUE #> #> $ependymoblastoma$`_parent` #> [1] "DOID_0060103<DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $ependymoblastoma$`_is_leaf` #> [1] TRUE #> #> $ependymoblastoma$children #> list() #> #> $ependymoblastoma$value #> [1] "ependymoblastoma" #> #> #> $ependymoblastoma #> $ependymoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4794" #> #> $ependymoblastoma$`_id` #> [1] "DOID_4794<DOID_0060103<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $ependymoblastoma$privateGeneCount #> [1] 0 #> #> $ependymoblastoma$publicGeneCount #> [1] 9 #> #> $ependymoblastoma$urlId #> [1] "DOID_4794" #> #> $ependymoblastoma$dbPhenotype #> [1] TRUE #> #> $ependymoblastoma$`_parent` #> [1] "DOID_0060103<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $ependymoblastoma$`_is_leaf` #> [1] TRUE #> #> $ependymoblastoma$children #> list() #> #> $ependymoblastoma$value #> [1] "ependymoblastoma" #> #> #> $ependymoblastoma #> $ependymoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4794" #> #> $ependymoblastoma$`_id` #> [1] "DOID_4794<DOID_0060103<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $ependymoblastoma$privateGeneCount #> [1] 0 #> #> $ependymoblastoma$publicGeneCount #> [1] 9 #> #> $ependymoblastoma$urlId #> [1] "DOID_4794" #> #> $ependymoblastoma$dbPhenotype #> [1] TRUE #> #> $ependymoblastoma$`_parent` #> [1] "DOID_0060103<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $ependymoblastoma$`_is_leaf` #> [1] TRUE #> #> $ependymoblastoma$children #> list() #> #> $ependymoblastoma$value #> [1] "ependymoblastoma" #> #> #> $ependymoblastoma #> $ependymoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4794" #> #> $ependymoblastoma$`_id` #> [1] "DOID_4794<DOID_0060103<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $ependymoblastoma$privateGeneCount #> [1] 0 #> #> $ependymoblastoma$publicGeneCount #> [1] 9 #> #> $ependymoblastoma$urlId #> [1] "DOID_4794" #> #> $ependymoblastoma$dbPhenotype #> [1] TRUE #> #> $ependymoblastoma$`_parent` #> [1] "DOID_0060103<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $ependymoblastoma$`_is_leaf` #> [1] TRUE #> #> $ependymoblastoma$children #> list() #> #> $ependymoblastoma$value #> [1] "ependymoblastoma" #> #> #> $`Epidermal nevus` #> $`Epidermal nevus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010816" #> #> $`Epidermal nevus`$`_id` #> [1] "HP_0010816<HP_0003764<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Epidermal nevus`$privateGeneCount #> [1] 0 #> #> $`Epidermal nevus`$publicGeneCount #> [1] 4 #> #> $`Epidermal nevus`$urlId #> [1] "HP_0010816" #> #> $`Epidermal nevus`$dbPhenotype #> [1] TRUE #> #> $`Epidermal nevus`$`_parent` #> [1] "HP_0003764<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Epidermal nevus`$`_is_leaf` #> [1] TRUE #> #> $`Epidermal nevus`$children #> list() #> #> $`Epidermal nevus`$value #> [1] "Epidermal nevus" #> #> #> $`Epidermal thickening` #> $`Epidermal thickening`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011368" #> #> $`Epidermal thickening`$`_id` #> [1] "HP_0011368<HP_0001072<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Epidermal thickening`$privateGeneCount #> [1] 0 #> #> $`Epidermal thickening`$publicGeneCount #> [1] 5 #> #> $`Epidermal thickening`$urlId #> [1] "HP_0011368" #> #> $`Epidermal thickening`$dbPhenotype #> [1] FALSE #> #> $`Epidermal thickening`$`_parent` #> [1] "HP_0001072<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Epidermal thickening`$`_is_leaf` #> [1] FALSE #> #> $`Epidermal thickening`$children #> $`Epidermal thickening`$children[[1]] #> [1] "HP_0008064<HP_0011368<HP_0001072<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Epidermal thickening`$value #> [1] "Epidermal thickening" #> #> #> $`epidermodysplasia verruciformis` #> $`epidermodysplasia verruciformis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13777" #> #> $`epidermodysplasia verruciformis`$`_id` #> [1] "DOID_13777<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`epidermodysplasia verruciformis`$privateGeneCount #> [1] 0 #> #> $`epidermodysplasia verruciformis`$publicGeneCount #> [1] 2 #> #> $`epidermodysplasia verruciformis`$urlId #> [1] "DOID_13777" #> #> $`epidermodysplasia verruciformis`$dbPhenotype #> [1] TRUE #> #> $`epidermodysplasia verruciformis`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`epidermodysplasia verruciformis`$`_is_leaf` #> [1] TRUE #> #> $`epidermodysplasia verruciformis`$children #> list() #> #> $`epidermodysplasia verruciformis`$value #> [1] "epidermodysplasia verruciformis" #> #> #> $`epidermodysplasia verruciformis` #> $`epidermodysplasia verruciformis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13777" #> #> $`epidermodysplasia verruciformis`$`_id` #> [1] "DOID_13777<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`epidermodysplasia verruciformis`$privateGeneCount #> [1] 0 #> #> $`epidermodysplasia verruciformis`$publicGeneCount #> [1] 2 #> #> $`epidermodysplasia verruciformis`$urlId #> [1] "DOID_13777" #> #> $`epidermodysplasia verruciformis`$dbPhenotype #> [1] TRUE #> #> $`epidermodysplasia verruciformis`$`_parent` #> [1] "DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`epidermodysplasia verruciformis`$`_is_leaf` #> [1] TRUE #> #> $`epidermodysplasia verruciformis`$children #> list() #> #> $`epidermodysplasia verruciformis`$value #> [1] "epidermodysplasia verruciformis" #> #> #> $`epidermolysis bullosa` #> $`epidermolysis bullosa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2730" #> #> $`epidermolysis bullosa`$`_id` #> [1] "DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`epidermolysis bullosa`$privateGeneCount #> [1] 0 #> #> $`epidermolysis bullosa`$publicGeneCount #> [1] 13 #> #> $`epidermolysis bullosa`$urlId #> [1] "DOID_2730" #> #> $`epidermolysis bullosa`$dbPhenotype #> [1] TRUE #> #> $`epidermolysis bullosa`$`_parent` #> [1] "DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`epidermolysis bullosa`$`_is_leaf` #> [1] FALSE #> #> $`epidermolysis bullosa`$children #> $`epidermolysis bullosa`$children[[1]] #> [1] "DOID_4959<DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`epidermolysis bullosa`$children[[2]] #> [1] "DOID_4644<DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`epidermolysis bullosa`$children[[3]] #> [1] "DOID_3209<DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`epidermolysis bullosa`$value #> [1] "epidermolysis bullosa" #> #> #> $`epidermolysis bullosa dystrophica` #> $`epidermolysis bullosa dystrophica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4959" #> #> $`epidermolysis bullosa dystrophica`$`_id` #> [1] "DOID_4959<DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`epidermolysis bullosa dystrophica`$privateGeneCount #> [1] 0 #> #> $`epidermolysis bullosa dystrophica`$publicGeneCount #> [1] 2 #> #> $`epidermolysis bullosa dystrophica`$urlId #> [1] "DOID_4959" #> #> $`epidermolysis bullosa dystrophica`$dbPhenotype #> [1] TRUE #> #> $`epidermolysis bullosa dystrophica`$`_parent` #> [1] "DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`epidermolysis bullosa dystrophica`$`_is_leaf` #> [1] TRUE #> #> $`epidermolysis bullosa dystrophica`$children #> list() #> #> $`epidermolysis bullosa dystrophica`$value #> [1] "epidermolysis bullosa dystrophica" #> #> #> $`epidermolysis bullosa simplex` #> $`epidermolysis bullosa simplex`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4644" #> #> $`epidermolysis bullosa simplex`$`_id` #> [1] "DOID_4644<DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`epidermolysis bullosa simplex`$privateGeneCount #> [1] 0 #> #> $`epidermolysis bullosa simplex`$publicGeneCount #> [1] 5 #> #> $`epidermolysis bullosa simplex`$urlId #> [1] "DOID_4644" #> #> $`epidermolysis bullosa simplex`$dbPhenotype #> [1] TRUE #> #> $`epidermolysis bullosa simplex`$`_parent` #> [1] "DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`epidermolysis bullosa simplex`$`_is_leaf` #> [1] TRUE #> #> $`epidermolysis bullosa simplex`$children #> list() #> #> $`epidermolysis bullosa simplex`$value #> [1] "epidermolysis bullosa simplex" #> #> #> $`epidermolytic hyperkeratosis` #> $`epidermolytic hyperkeratosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4603" #> #> $`epidermolytic hyperkeratosis`$`_id` #> [1] "DOID_4603<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`epidermolytic hyperkeratosis`$privateGeneCount #> [1] 0 #> #> $`epidermolytic hyperkeratosis`$publicGeneCount #> [1] 5 #> #> $`epidermolytic hyperkeratosis`$urlId #> [1] "DOID_4603" #> #> $`epidermolytic hyperkeratosis`$dbPhenotype #> [1] TRUE #> #> $`epidermolytic hyperkeratosis`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`epidermolytic hyperkeratosis`$`_is_leaf` #> [1] TRUE #> #> $`epidermolytic hyperkeratosis`$children #> list() #> #> $`epidermolytic hyperkeratosis`$value #> [1] "epidermolytic hyperkeratosis" #> #> #> $epilepsy #> $epilepsy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1826" #> #> $epilepsy$`_id` #> [1] "DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $epilepsy$privateGeneCount #> [1] 0 #> #> $epilepsy$publicGeneCount #> [1] 335 #> #> $epilepsy$urlId #> [1] "DOID_1826" #> #> $epilepsy$dbPhenotype #> [1] TRUE #> #> $epilepsy$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $epilepsy$`_is_leaf` #> [1] FALSE #> #> $epilepsy$children #> $epilepsy$children[[1]] #> [1] "DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $epilepsy$children[[2]] #> [1] "DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $epilepsy$children[[3]] #> [1] "DOID_1827<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $epilepsy$children[[4]] #> [1] "DOID_1824<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $epilepsy$children[[5]] #> [1] "DOID_11832<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $epilepsy$value #> [1] "epilepsy" #> #> #> $`epilepsy with generalized tonic-clonic seizures` #> $`epilepsy with generalized tonic-clonic seizures`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7725" #> #> $`epilepsy with generalized tonic-clonic seizures`$`_id` #> [1] "DOID_7725<DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`epilepsy with generalized tonic-clonic seizures`$privateGeneCount #> [1] 0 #> #> $`epilepsy with generalized tonic-clonic seizures`$publicGeneCount #> [1] 13 #> #> $`epilepsy with generalized tonic-clonic seizures`$urlId #> [1] "DOID_7725" #> #> $`epilepsy with generalized tonic-clonic seizures`$dbPhenotype #> [1] TRUE #> #> $`epilepsy with generalized tonic-clonic seizures`$`_parent` #> [1] "DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`epilepsy with generalized tonic-clonic seizures`$`_is_leaf` #> [1] TRUE #> #> $`epilepsy with generalized tonic-clonic seizures`$children #> list() #> #> $`epilepsy with generalized tonic-clonic seizures`$value #> [1] "epilepsy with generalized tonic-clonic seizures" #> #> #> $`Epiretinal membrane` #> $`Epiretinal membrane`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100014" #> #> $`Epiretinal membrane`$`_id` #> [1] "HP_0100014<HP_0030498<HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Epiretinal membrane`$privateGeneCount #> [1] 0 #> #> $`Epiretinal membrane`$publicGeneCount #> [1] 3 #> #> $`Epiretinal membrane`$urlId #> [1] "HP_0100014" #> #> $`Epiretinal membrane`$dbPhenotype #> [1] TRUE #> #> $`Epiretinal membrane`$`_parent` #> [1] "HP_0030498<HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Epiretinal membrane`$`_is_leaf` #> [1] TRUE #> #> $`Epiretinal membrane`$children #> list() #> #> $`Epiretinal membrane`$value #> [1] "Epiretinal membrane" #> #> #> $`episodic ataxia` #> $`episodic ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_963" #> #> $`episodic ataxia`$`_id` #> [1] "DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia`$privateGeneCount #> [1] 0 #> #> $`episodic ataxia`$publicGeneCount #> [1] 4 #> #> $`episodic ataxia`$urlId #> [1] "DOID_963" #> #> $`episodic ataxia`$dbPhenotype #> [1] TRUE #> #> $`episodic ataxia`$`_parent` #> [1] "DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia`$`_is_leaf` #> [1] FALSE #> #> $`episodic ataxia`$children #> $`episodic ataxia`$children[[1]] #> [1] "DOID_0050989<DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia`$children[[2]] #> [1] "DOID_0050990<DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia`$children[[3]] #> [1] "DOID_0050993<DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia`$children[[4]] #> [1] "DOID_0050994<DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`episodic ataxia`$value #> [1] "episodic ataxia" #> #> #> $`episodic ataxia type 1` #> $`episodic ataxia type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050989" #> #> $`episodic ataxia type 1`$`_id` #> [1] "DOID_0050989<DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia type 1`$privateGeneCount #> [1] 0 #> #> $`episodic ataxia type 1`$publicGeneCount #> [1] 1 #> #> $`episodic ataxia type 1`$urlId #> [1] "DOID_0050989" #> #> $`episodic ataxia type 1`$dbPhenotype #> [1] TRUE #> #> $`episodic ataxia type 1`$`_parent` #> [1] "DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia type 1`$`_is_leaf` #> [1] TRUE #> #> $`episodic ataxia type 1`$children #> list() #> #> $`episodic ataxia type 1`$value #> [1] "episodic ataxia type 1" #> #> #> $`episodic ataxia type 2` #> $`episodic ataxia type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050990" #> #> $`episodic ataxia type 2`$`_id` #> [1] "DOID_0050990<DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia type 2`$privateGeneCount #> [1] 0 #> #> $`episodic ataxia type 2`$publicGeneCount #> [1] 1 #> #> $`episodic ataxia type 2`$urlId #> [1] "DOID_0050990" #> #> $`episodic ataxia type 2`$dbPhenotype #> [1] TRUE #> #> $`episodic ataxia type 2`$`_parent` #> [1] "DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia type 2`$`_is_leaf` #> [1] TRUE #> #> $`episodic ataxia type 2`$children #> list() #> #> $`episodic ataxia type 2`$value #> [1] "episodic ataxia type 2" #> #> #> $`episodic ataxia type 5` #> $`episodic ataxia type 5`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050993" #> #> $`episodic ataxia type 5`$`_id` #> [1] "DOID_0050993<DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia type 5`$privateGeneCount #> [1] 0 #> #> $`episodic ataxia type 5`$publicGeneCount #> [1] 1 #> #> $`episodic ataxia type 5`$urlId #> [1] "DOID_0050993" #> #> $`episodic ataxia type 5`$dbPhenotype #> [1] TRUE #> #> $`episodic ataxia type 5`$`_parent` #> [1] "DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia type 5`$`_is_leaf` #> [1] TRUE #> #> $`episodic ataxia type 5`$children #> list() #> #> $`episodic ataxia type 5`$value #> [1] "episodic ataxia type 5" #> #> #> $`episodic ataxia type 6` #> $`episodic ataxia type 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050994" #> #> $`episodic ataxia type 6`$`_id` #> [1] "DOID_0050994<DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia type 6`$privateGeneCount #> [1] 0 #> #> $`episodic ataxia type 6`$publicGeneCount #> [1] 1 #> #> $`episodic ataxia type 6`$urlId #> [1] "DOID_0050994" #> #> $`episodic ataxia type 6`$dbPhenotype #> [1] TRUE #> #> $`episodic ataxia type 6`$`_parent` #> [1] "DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia type 6`$`_is_leaf` #> [1] TRUE #> #> $`episodic ataxia type 6`$children #> list() #> #> $`episodic ataxia type 6`$value #> [1] "episodic ataxia type 6" #> #> #> $Epistaxis #> $Epistaxis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000421" #> #> $Epistaxis$`_id` #> [1] "HP_0000421<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Epistaxis$privateGeneCount #> [1] 0 #> #> $Epistaxis$publicGeneCount #> [1] 1 #> #> $Epistaxis$urlId #> [1] "HP_0000421" #> #> $Epistaxis$dbPhenotype #> [1] TRUE #> #> $Epistaxis$`_parent` #> [1] "HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Epistaxis$`_is_leaf` #> [1] TRUE #> #> $Epistaxis$children #> list() #> #> $Epistaxis$value #> [1] "Epistaxis" #> #> #> $Epistaxis #> $Epistaxis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000421" #> #> $Epistaxis$`_id` #> [1] "HP_0000421<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $Epistaxis$privateGeneCount #> [1] 0 #> #> $Epistaxis$publicGeneCount #> [1] 1 #> #> $Epistaxis$urlId #> [1] "HP_0000421" #> #> $Epistaxis$dbPhenotype #> [1] TRUE #> #> $Epistaxis$`_parent` #> [1] "HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $Epistaxis$`_is_leaf` #> [1] TRUE #> #> $Epistaxis$children #> list() #> #> $Epistaxis$value #> [1] "Epistaxis" #> #> #> $`epithelial and subepithelial dystrophy` #> $`epithelial and subepithelial dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060440" #> #> $`epithelial and subepithelial dystrophy`$`_id` #> [1] "DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`epithelial and subepithelial dystrophy`$privateGeneCount #> [1] 0 #> #> $`epithelial and subepithelial dystrophy`$publicGeneCount #> [1] 4 #> #> $`epithelial and subepithelial dystrophy`$urlId #> [1] "DOID_0060440" #> #> $`epithelial and subepithelial dystrophy`$dbPhenotype #> [1] FALSE #> #> $`epithelial and subepithelial dystrophy`$`_parent` #> [1] "DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`epithelial and subepithelial dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`epithelial and subepithelial dystrophy`$children #> $`epithelial and subepithelial dystrophy`$children[[1]] #> [1] "DOID_0060447<DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`epithelial and subepithelial dystrophy`$children[[2]] #> [1] "DOID_0060449<DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`epithelial and subepithelial dystrophy`$children[[3]] #> [1] "DOID_0060451<DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`epithelial and subepithelial dystrophy`$value #> [1] "epithelial and subepithelial dystrophy" #> #> #> $`epithelial basement membrane dystrophy` #> $`epithelial basement membrane dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060447" #> #> $`epithelial basement membrane dystrophy`$`_id` #> [1] "DOID_0060447<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`epithelial basement membrane dystrophy`$privateGeneCount #> [1] 0 #> #> $`epithelial basement membrane dystrophy`$publicGeneCount #> [1] 1 #> #> $`epithelial basement membrane dystrophy`$urlId #> [1] "DOID_0060447" #> #> $`epithelial basement membrane dystrophy`$dbPhenotype #> [1] TRUE #> #> $`epithelial basement membrane dystrophy`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`epithelial basement membrane dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`epithelial basement membrane dystrophy`$children #> list() #> #> $`epithelial basement membrane dystrophy`$value #> [1] "epithelial basement membrane dystrophy" #> #> #> $`epithelial basement membrane dystrophy` #> $`epithelial basement membrane dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060447" #> #> $`epithelial basement membrane dystrophy`$`_id` #> [1] "DOID_0060447<DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`epithelial basement membrane dystrophy`$privateGeneCount #> [1] 0 #> #> $`epithelial basement membrane dystrophy`$publicGeneCount #> [1] 1 #> #> $`epithelial basement membrane dystrophy`$urlId #> [1] "DOID_0060447" #> #> $`epithelial basement membrane dystrophy`$dbPhenotype #> [1] TRUE #> #> $`epithelial basement membrane dystrophy`$`_parent` #> [1] "DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`epithelial basement membrane dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`epithelial basement membrane dystrophy`$children #> list() #> #> $`epithelial basement membrane dystrophy`$value #> [1] "epithelial basement membrane dystrophy" #> #> #> $`epithelial-stromal TGFBI dystrophy` #> $`epithelial-stromal TGFBI dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060441" #> #> $`epithelial-stromal TGFBI dystrophy`$`_id` #> [1] "DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`epithelial-stromal TGFBI dystrophy`$privateGeneCount #> [1] 0 #> #> $`epithelial-stromal TGFBI dystrophy`$publicGeneCount #> [1] 8 #> #> $`epithelial-stromal TGFBI dystrophy`$urlId #> [1] "DOID_0060441" #> #> $`epithelial-stromal TGFBI dystrophy`$dbPhenotype #> [1] FALSE #> #> $`epithelial-stromal TGFBI dystrophy`$`_parent` #> [1] "DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`epithelial-stromal TGFBI dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`epithelial-stromal TGFBI dystrophy`$children #> $`epithelial-stromal TGFBI dystrophy`$children[[1]] #> [1] "DOID_12318<DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`epithelial-stromal TGFBI dystrophy`$children[[2]] #> [1] "DOID_0060453<DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`epithelial-stromal TGFBI dystrophy`$children[[3]] #> [1] "DOID_0060455<DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`epithelial-stromal TGFBI dystrophy`$value #> [1] "epithelial-stromal TGFBI dystrophy" #> #> #> $`epithelioid leiomyosarcoma` #> $`epithelioid leiomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5264" #> #> $`epithelioid leiomyosarcoma`$`_id` #> [1] "DOID_5264<DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`epithelioid leiomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`epithelioid leiomyosarcoma`$publicGeneCount #> [1] 10 #> #> $`epithelioid leiomyosarcoma`$urlId #> [1] "DOID_5264" #> #> $`epithelioid leiomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`epithelioid leiomyosarcoma`$`_parent` #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`epithelioid leiomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`epithelioid leiomyosarcoma`$children #> list() #> #> $`epithelioid leiomyosarcoma`$value #> [1] "epithelioid leiomyosarcoma" #> #> #> $`epithelioid leiomyosarcoma` #> $`epithelioid leiomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5264" #> #> $`epithelioid leiomyosarcoma`$`_id` #> [1] "DOID_5264<DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`epithelioid leiomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`epithelioid leiomyosarcoma`$publicGeneCount #> [1] 10 #> #> $`epithelioid leiomyosarcoma`$urlId #> [1] "DOID_5264" #> #> $`epithelioid leiomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`epithelioid leiomyosarcoma`$`_parent` #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`epithelioid leiomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`epithelioid leiomyosarcoma`$children #> list() #> #> $`epithelioid leiomyosarcoma`$value #> [1] "epithelioid leiomyosarcoma" #> #> #> $`epithelioid leiomyosarcoma` #> $`epithelioid leiomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5264" #> #> $`epithelioid leiomyosarcoma`$`_id` #> [1] "DOID_5264<DOID_1967<DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`epithelioid leiomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`epithelioid leiomyosarcoma`$publicGeneCount #> [1] 10 #> #> $`epithelioid leiomyosarcoma`$urlId #> [1] "DOID_5264" #> #> $`epithelioid leiomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`epithelioid leiomyosarcoma`$`_parent` #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`epithelioid leiomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`epithelioid leiomyosarcoma`$children #> list() #> #> $`epithelioid leiomyosarcoma`$value #> [1] "epithelioid leiomyosarcoma" #> #> #> $`epithelioid sarcoma` #> $`epithelioid sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6193" #> #> $`epithelioid sarcoma`$`_id` #> [1] "DOID_6193<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`epithelioid sarcoma`$privateGeneCount #> [1] 0 #> #> $`epithelioid sarcoma`$publicGeneCount #> [1] 17 #> #> $`epithelioid sarcoma`$urlId #> [1] "DOID_6193" #> #> $`epithelioid sarcoma`$dbPhenotype #> [1] TRUE #> #> $`epithelioid sarcoma`$`_parent` #> [1] "DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`epithelioid sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`epithelioid sarcoma`$children #> list() #> #> $`epithelioid sarcoma`$value #> [1] "epithelioid sarcoma" #> #> #> $`epithelioid sarcoma` #> $`epithelioid sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6193" #> #> $`epithelioid sarcoma`$`_id` #> [1] "DOID_6193<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`epithelioid sarcoma`$privateGeneCount #> [1] 0 #> #> $`epithelioid sarcoma`$publicGeneCount #> [1] 17 #> #> $`epithelioid sarcoma`$urlId #> [1] "DOID_6193" #> #> $`epithelioid sarcoma`$dbPhenotype #> [1] TRUE #> #> $`epithelioid sarcoma`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`epithelioid sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`epithelioid sarcoma`$children #> list() #> #> $`epithelioid sarcoma`$value #> [1] "epithelioid sarcoma" #> #> #> $`epithelioid sarcoma` #> $`epithelioid sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6193" #> #> $`epithelioid sarcoma`$`_id` #> [1] "DOID_6193<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`epithelioid sarcoma`$privateGeneCount #> [1] 0 #> #> $`epithelioid sarcoma`$publicGeneCount #> [1] 17 #> #> $`epithelioid sarcoma`$urlId #> [1] "DOID_6193" #> #> $`epithelioid sarcoma`$dbPhenotype #> [1] TRUE #> #> $`epithelioid sarcoma`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`epithelioid sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`epithelioid sarcoma`$children #> list() #> #> $`epithelioid sarcoma`$value #> [1] "epithelioid sarcoma" #> #> #> $`epithelioid sarcoma` #> $`epithelioid sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6193" #> #> $`epithelioid sarcoma`$`_id` #> [1] "DOID_6193<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`epithelioid sarcoma`$privateGeneCount #> [1] 0 #> #> $`epithelioid sarcoma`$publicGeneCount #> [1] 17 #> #> $`epithelioid sarcoma`$urlId #> [1] "DOID_6193" #> #> $`epithelioid sarcoma`$dbPhenotype #> [1] TRUE #> #> $`epithelioid sarcoma`$`_parent` #> [1] "DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`epithelioid sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`epithelioid sarcoma`$children #> list() #> #> $`epithelioid sarcoma`$value #> [1] "epithelioid sarcoma" #> #> #> $`Erectile dysfunction` #> $`Erectile dysfunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100639" #> #> $`Erectile dysfunction`$`_id` #> [1] "HP_0100639<HP_0040307<HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Erectile dysfunction`$privateGeneCount #> [1] 0 #> #> $`Erectile dysfunction`$publicGeneCount #> [1] 13 #> #> $`Erectile dysfunction`$urlId #> [1] "HP_0100639" #> #> $`Erectile dysfunction`$dbPhenotype #> [1] FALSE #> #> $`Erectile dysfunction`$`_parent` #> [1] "HP_0040307<HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Erectile dysfunction`$`_is_leaf` #> [1] FALSE #> #> $`Erectile dysfunction`$children #> $`Erectile dysfunction`$children[[1]] #> [1] "HP_0000802<HP_0100639<HP_0040307<HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Erectile dysfunction`$value #> [1] "Erectile dysfunction" #> #> #> $Erythema #> $Erythema$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010783" #> #> $Erythema$`_id` #> [1] "HP_0010783<HP_0011276<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Erythema$privateGeneCount #> [1] 0 #> #> $Erythema$publicGeneCount #> [1] 8 #> #> $Erythema$urlId #> [1] "HP_0010783" #> #> $Erythema$dbPhenotype #> [1] TRUE #> #> $Erythema$`_parent` #> [1] "HP_0011276<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Erythema$`_is_leaf` #> [1] TRUE #> #> $Erythema$children #> list() #> #> $Erythema$value #> [1] "Erythema" #> #> #> $Erythema #> $Erythema$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010783" #> #> $Erythema$`_id` #> [1] "HP_0010783<HP_0011276<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Erythema$privateGeneCount #> [1] 0 #> #> $Erythema$publicGeneCount #> [1] 8 #> #> $Erythema$urlId #> [1] "HP_0010783" #> #> $Erythema$dbPhenotype #> [1] TRUE #> #> $Erythema$`_parent` #> [1] "HP_0011276<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Erythema$`_is_leaf` #> [1] TRUE #> #> $Erythema$children #> list() #> #> $Erythema$value #> [1] "Erythema" #> #> #> $`erythema multiforme` #> $`erythema multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050185" #> #> $`erythema multiforme`$`_id` #> [1] "DOID_0050185<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`erythema multiforme`$privateGeneCount #> [1] 0 #> #> $`erythema multiforme`$publicGeneCount #> [1] 5 #> #> $`erythema multiforme`$urlId #> [1] "DOID_0050185" #> #> $`erythema multiforme`$dbPhenotype #> [1] TRUE #> #> $`erythema multiforme`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`erythema multiforme`$`_is_leaf` #> [1] TRUE #> #> $`erythema multiforme`$children #> list() #> #> $`erythema multiforme`$value #> [1] "erythema multiforme" #> #> #> $`Erythema nodosum` #> $`Erythema nodosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012219" #> #> $`Erythema nodosum`$`_id` #> [1] "HP_0012219<HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Erythema nodosum`$privateGeneCount #> [1] 0 #> #> $`Erythema nodosum`$publicGeneCount #> [1] 5 #> #> $`Erythema nodosum`$urlId #> [1] "HP_0012219" #> #> $`Erythema nodosum`$dbPhenotype #> [1] TRUE #> #> $`Erythema nodosum`$`_parent` #> [1] "HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Erythema nodosum`$`_is_leaf` #> [1] TRUE #> #> $`Erythema nodosum`$children #> list() #> #> $`Erythema nodosum`$value #> [1] "Erythema nodosum" #> #> #> $`Erythema nodosum` #> $`Erythema nodosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012219" #> #> $`Erythema nodosum`$`_id` #> [1] "HP_0012219<HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Erythema nodosum`$privateGeneCount #> [1] 0 #> #> $`Erythema nodosum`$publicGeneCount #> [1] 5 #> #> $`Erythema nodosum`$urlId #> [1] "HP_0012219" #> #> $`Erythema nodosum`$dbPhenotype #> [1] TRUE #> #> $`Erythema nodosum`$`_parent` #> [1] "HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Erythema nodosum`$`_is_leaf` #> [1] TRUE #> #> $`Erythema nodosum`$children #> list() #> #> $`Erythema nodosum`$value #> [1] "Erythema nodosum" #> #> #> $`erythrokeratodermia variabilis` #> $`erythrokeratodermia variabilis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050467" #> #> $`erythrokeratodermia variabilis`$`_id` #> [1] "DOID_0050467<DOID_0050177<DOID_630<DOID_4" #> #> $`erythrokeratodermia variabilis`$privateGeneCount #> [1] 0 #> #> $`erythrokeratodermia variabilis`$publicGeneCount #> [1] 4 #> #> $`erythrokeratodermia variabilis`$urlId #> [1] "DOID_0050467" #> #> $`erythrokeratodermia variabilis`$dbPhenotype #> [1] TRUE #> #> $`erythrokeratodermia variabilis`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`erythrokeratodermia variabilis`$`_is_leaf` #> [1] TRUE #> #> $`erythrokeratodermia variabilis`$children #> list() #> #> $`erythrokeratodermia variabilis`$value #> [1] "erythrokeratodermia variabilis" #> #> #> $`erythrokeratodermia variabilis` #> $`erythrokeratodermia variabilis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050467" #> #> $`erythrokeratodermia variabilis`$`_id` #> [1] "DOID_0050467<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`erythrokeratodermia variabilis`$privateGeneCount #> [1] 0 #> #> $`erythrokeratodermia variabilis`$publicGeneCount #> [1] 4 #> #> $`erythrokeratodermia variabilis`$urlId #> [1] "DOID_0050467" #> #> $`erythrokeratodermia variabilis`$dbPhenotype #> [1] TRUE #> #> $`erythrokeratodermia variabilis`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`erythrokeratodermia variabilis`$`_is_leaf` #> [1] TRUE #> #> $`erythrokeratodermia variabilis`$children #> list() #> #> $`erythrokeratodermia variabilis`$value #> [1] "erythrokeratodermia variabilis" #> #> #> $erythromelalgia #> $erythromelalgia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9240" #> #> $erythromelalgia$`_id` #> [1] "DOID_9240<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $erythromelalgia$privateGeneCount #> [1] 0 #> #> $erythromelalgia$publicGeneCount #> [1] 1 #> #> $erythromelalgia$urlId #> [1] "DOID_9240" #> #> $erythromelalgia$dbPhenotype #> [1] TRUE #> #> $erythromelalgia$`_parent` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $erythromelalgia$`_is_leaf` #> [1] TRUE #> #> $erythromelalgia$children #> list() #> #> $erythromelalgia$value #> [1] "erythromelalgia" #> #> #> $`erythropoietic protoporphyria` #> $`erythropoietic protoporphyria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13270" #> #> $`erythropoietic protoporphyria`$`_id` #> [1] "DOID_13270<DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`erythropoietic protoporphyria`$privateGeneCount #> [1] 0 #> #> $`erythropoietic protoporphyria`$publicGeneCount #> [1] 5 #> #> $`erythropoietic protoporphyria`$urlId #> [1] "DOID_13270" #> #> $`erythropoietic protoporphyria`$dbPhenotype #> [1] TRUE #> #> $`erythropoietic protoporphyria`$`_parent` #> [1] "DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`erythropoietic protoporphyria`$`_is_leaf` #> [1] TRUE #> #> $`erythropoietic protoporphyria`$children #> list() #> #> $`erythropoietic protoporphyria`$value #> [1] "erythropoietic protoporphyria" #> #> #> $`esophageal atresia` #> $`esophageal atresia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10485" #> #> $`esophageal atresia`$`_id` #> [1] "DOID_10485<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal atresia`$privateGeneCount #> [1] 0 #> #> $`esophageal atresia`$publicGeneCount #> [1] 1 #> #> $`esophageal atresia`$urlId #> [1] "DOID_10485" #> #> $`esophageal atresia`$dbPhenotype #> [1] TRUE #> #> $`esophageal atresia`$`_parent` #> [1] "DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal atresia`$`_is_leaf` #> [1] TRUE #> #> $`esophageal atresia`$children #> list() #> #> $`esophageal atresia`$value #> [1] "esophageal atresia" #> #> #> $`esophageal cancer` #> $`esophageal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5041" #> #> $`esophageal cancer`$`_id` #> [1] "DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`esophageal cancer`$privateGeneCount #> [1] 0 #> #> $`esophageal cancer`$publicGeneCount #> [1] 180 #> #> $`esophageal cancer`$urlId #> [1] "DOID_5041" #> #> $`esophageal cancer`$dbPhenotype #> [1] TRUE #> #> $`esophageal cancer`$`_parent` #> [1] "DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`esophageal cancer`$`_is_leaf` #> [1] FALSE #> #> $`esophageal cancer`$children #> $`esophageal cancer`$children[[1]] #> [1] "DOID_1107<DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`esophageal cancer`$value #> [1] "esophageal cancer" #> #> #> $`esophageal cancer` #> $`esophageal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5041" #> #> $`esophageal cancer`$`_id` #> [1] "DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`esophageal cancer`$privateGeneCount #> [1] 0 #> #> $`esophageal cancer`$publicGeneCount #> [1] 180 #> #> $`esophageal cancer`$urlId #> [1] "DOID_5041" #> #> $`esophageal cancer`$dbPhenotype #> [1] TRUE #> #> $`esophageal cancer`$`_parent` #> [1] "DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`esophageal cancer`$`_is_leaf` #> [1] FALSE #> #> $`esophageal cancer`$children #> $`esophageal cancer`$children[[1]] #> [1] "DOID_1107<DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`esophageal cancer`$value #> [1] "esophageal cancer" #> #> #> $`esophageal cancer` #> $`esophageal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5041" #> #> $`esophageal cancer`$`_id` #> [1] "DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal cancer`$privateGeneCount #> [1] 0 #> #> $`esophageal cancer`$publicGeneCount #> [1] 180 #> #> $`esophageal cancer`$urlId #> [1] "DOID_5041" #> #> $`esophageal cancer`$dbPhenotype #> [1] TRUE #> #> $`esophageal cancer`$`_parent` #> [1] "DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal cancer`$`_is_leaf` #> [1] FALSE #> #> $`esophageal cancer`$children #> $`esophageal cancer`$children[[1]] #> [1] "DOID_1107<DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> #> $`esophageal cancer`$value #> [1] "esophageal cancer" #> #> #> $`esophageal carcinoma` #> $`esophageal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1107" #> #> $`esophageal carcinoma`$`_id` #> [1] "DOID_1107<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophageal carcinoma`$privateGeneCount #> [1] 0 #> #> $`esophageal carcinoma`$publicGeneCount #> [1] 31 #> #> $`esophageal carcinoma`$urlId #> [1] "DOID_1107" #> #> $`esophageal carcinoma`$dbPhenotype #> [1] FALSE #> #> $`esophageal carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophageal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`esophageal carcinoma`$children #> $`esophageal carcinoma`$children[[1]] #> [1] "DOID_4914<DOID_1107<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophageal carcinoma`$children[[2]] #> [1] "DOID_3748<DOID_1107<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`esophageal carcinoma`$value #> [1] "esophageal carcinoma" #> #> #> $`esophageal carcinoma` #> $`esophageal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1107" #> #> $`esophageal carcinoma`$`_id` #> [1] "DOID_1107<DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`esophageal carcinoma`$privateGeneCount #> [1] 0 #> #> $`esophageal carcinoma`$publicGeneCount #> [1] 31 #> #> $`esophageal carcinoma`$urlId #> [1] "DOID_1107" #> #> $`esophageal carcinoma`$dbPhenotype #> [1] FALSE #> #> $`esophageal carcinoma`$`_parent` #> [1] "DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`esophageal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`esophageal carcinoma`$children #> $`esophageal carcinoma`$children[[1]] #> [1] "DOID_4914<DOID_1107<DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`esophageal carcinoma`$children[[2]] #> [1] "DOID_3748<DOID_1107<DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`esophageal carcinoma`$value #> [1] "esophageal carcinoma" #> #> #> $`esophageal carcinoma` #> $`esophageal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1107" #> #> $`esophageal carcinoma`$`_id` #> [1] "DOID_1107<DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`esophageal carcinoma`$privateGeneCount #> [1] 0 #> #> $`esophageal carcinoma`$publicGeneCount #> [1] 31 #> #> $`esophageal carcinoma`$urlId #> [1] "DOID_1107" #> #> $`esophageal carcinoma`$dbPhenotype #> [1] FALSE #> #> $`esophageal carcinoma`$`_parent` #> [1] "DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`esophageal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`esophageal carcinoma`$children #> $`esophageal carcinoma`$children[[1]] #> [1] "DOID_4914<DOID_1107<DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`esophageal carcinoma`$children[[2]] #> [1] "DOID_3748<DOID_1107<DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`esophageal carcinoma`$value #> [1] "esophageal carcinoma" #> #> #> $`esophageal carcinoma` #> $`esophageal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1107" #> #> $`esophageal carcinoma`$`_id` #> [1] "DOID_1107<DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal carcinoma`$privateGeneCount #> [1] 0 #> #> $`esophageal carcinoma`$publicGeneCount #> [1] 31 #> #> $`esophageal carcinoma`$urlId #> [1] "DOID_1107" #> #> $`esophageal carcinoma`$dbPhenotype #> [1] FALSE #> #> $`esophageal carcinoma`$`_parent` #> [1] "DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`esophageal carcinoma`$children #> $`esophageal carcinoma`$children[[1]] #> [1] "DOID_4914<DOID_1107<DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal carcinoma`$children[[2]] #> [1] "DOID_3748<DOID_1107<DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> #> $`esophageal carcinoma`$value #> [1] "esophageal carcinoma" #> #> #> $`esophageal disease` #> $`esophageal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6050" #> #> $`esophageal disease`$`_id` #> [1] "DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal disease`$privateGeneCount #> [1] 0 #> #> $`esophageal disease`$publicGeneCount #> [1] 214 #> #> $`esophageal disease`$urlId #> [1] "DOID_6050" #> #> $`esophageal disease`$dbPhenotype #> [1] TRUE #> #> $`esophageal disease`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`esophageal disease`$`_is_leaf` #> [1] FALSE #> #> $`esophageal disease`$children #> $`esophageal disease`$children[[1]] #> [1] "DOID_9164<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal disease`$children[[2]] #> [1] "DOID_9206<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal disease`$children[[3]] #> [1] "DOID_10485<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal disease`$children[[4]] #> [1] "DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal disease`$children[[5]] #> [1] "DOID_11963<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal disease`$children[[6]] #> [1] "DOID_13186<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> #> $`esophageal disease`$value #> [1] "esophageal disease" #> #> #> $`Esophageal stenosis` #> $`Esophageal stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010450" #> #> $`Esophageal stenosis`$`_id` #> [1] "HP_0010450<HP_0002031<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Esophageal stenosis`$privateGeneCount #> [1] 0 #> #> $`Esophageal stenosis`$publicGeneCount #> [1] 1 #> #> $`Esophageal stenosis`$urlId #> [1] "HP_0010450" #> #> $`Esophageal stenosis`$dbPhenotype #> [1] TRUE #> #> $`Esophageal stenosis`$`_parent` #> [1] "HP_0002031<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Esophageal stenosis`$`_is_leaf` #> [1] TRUE #> #> $`Esophageal stenosis`$children #> list() #> #> $`Esophageal stenosis`$value #> [1] "Esophageal stenosis" #> #> #> $esophagitis #> $esophagitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11963" #> #> $esophagitis$`_id` #> [1] "DOID_11963<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $esophagitis$privateGeneCount #> [1] 0 #> #> $esophagitis$publicGeneCount #> [1] 15 #> #> $esophagitis$urlId #> [1] "DOID_11963" #> #> $esophagitis$dbPhenotype #> [1] TRUE #> #> $esophagitis$`_parent` #> [1] "DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $esophagitis$`_is_leaf` #> [1] FALSE #> #> $esophagitis$children #> $esophagitis$children[[1]] #> [1] "DOID_13922<DOID_11963<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $esophagitis$children[[2]] #> [1] "DOID_13976<DOID_11963<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> #> $esophagitis$value #> [1] "esophagitis" #> #> #> $`esophagus adenocarcinoma` #> $`esophagus adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4914" #> #> $`esophagus adenocarcinoma`$`_id` #> [1] "DOID_4914<DOID_1107<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`esophagus adenocarcinoma`$publicGeneCount #> [1] 19 #> #> $`esophagus adenocarcinoma`$urlId #> [1] "DOID_4914" #> #> $`esophagus adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`esophagus adenocarcinoma`$`_parent` #> [1] "DOID_1107<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`esophagus adenocarcinoma`$children #> list() #> #> $`esophagus adenocarcinoma`$value #> [1] "esophagus adenocarcinoma" #> #> #> $`esophagus adenocarcinoma` #> $`esophagus adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4914" #> #> $`esophagus adenocarcinoma`$`_id` #> [1] "DOID_4914<DOID_1107<DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`esophagus adenocarcinoma`$publicGeneCount #> [1] 19 #> #> $`esophagus adenocarcinoma`$urlId #> [1] "DOID_4914" #> #> $`esophagus adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`esophagus adenocarcinoma`$`_parent` #> [1] "DOID_1107<DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`esophagus adenocarcinoma`$children #> list() #> #> $`esophagus adenocarcinoma`$value #> [1] "esophagus adenocarcinoma" #> #> #> $`esophagus adenocarcinoma` #> $`esophagus adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4914" #> #> $`esophagus adenocarcinoma`$`_id` #> [1] "DOID_4914<DOID_1107<DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`esophagus adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`esophagus adenocarcinoma`$publicGeneCount #> [1] 19 #> #> $`esophagus adenocarcinoma`$urlId #> [1] "DOID_4914" #> #> $`esophagus adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`esophagus adenocarcinoma`$`_parent` #> [1] "DOID_1107<DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`esophagus adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`esophagus adenocarcinoma`$children #> list() #> #> $`esophagus adenocarcinoma`$value #> [1] "esophagus adenocarcinoma" #> #> #> $`esophagus adenocarcinoma` #> $`esophagus adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4914" #> #> $`esophagus adenocarcinoma`$`_id` #> [1] "DOID_4914<DOID_1107<DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophagus adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`esophagus adenocarcinoma`$publicGeneCount #> [1] 19 #> #> $`esophagus adenocarcinoma`$urlId #> [1] "DOID_4914" #> #> $`esophagus adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`esophagus adenocarcinoma`$`_parent` #> [1] "DOID_1107<DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophagus adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`esophagus adenocarcinoma`$children #> list() #> #> $`esophagus adenocarcinoma`$value #> [1] "esophagus adenocarcinoma" #> #> #> $`esophagus adenocarcinoma` #> $`esophagus adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4914" #> #> $`esophagus adenocarcinoma`$`_id` #> [1] "DOID_4914<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`esophagus adenocarcinoma`$publicGeneCount #> [1] 19 #> #> $`esophagus adenocarcinoma`$urlId #> [1] "DOID_4914" #> #> $`esophagus adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`esophagus adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`esophagus adenocarcinoma`$children #> list() #> #> $`esophagus adenocarcinoma`$value #> [1] "esophagus adenocarcinoma" #> #> #> $`esophagus squamous cell carcinoma` #> $`esophagus squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3748" #> #> $`esophagus squamous cell carcinoma`$`_id` #> [1] "DOID_3748<DOID_1107<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`esophagus squamous cell carcinoma`$publicGeneCount #> [1] 12 #> #> $`esophagus squamous cell carcinoma`$urlId #> [1] "DOID_3748" #> #> $`esophagus squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`esophagus squamous cell carcinoma`$`_parent` #> [1] "DOID_1107<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`esophagus squamous cell carcinoma`$children #> list() #> #> $`esophagus squamous cell carcinoma`$value #> [1] "esophagus squamous cell carcinoma" #> #> #> $`esophagus squamous cell carcinoma` #> $`esophagus squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3748" #> #> $`esophagus squamous cell carcinoma`$`_id` #> [1] "DOID_3748<DOID_1107<DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`esophagus squamous cell carcinoma`$publicGeneCount #> [1] 12 #> #> $`esophagus squamous cell carcinoma`$urlId #> [1] "DOID_3748" #> #> $`esophagus squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`esophagus squamous cell carcinoma`$`_parent` #> [1] "DOID_1107<DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`esophagus squamous cell carcinoma`$children #> list() #> #> $`esophagus squamous cell carcinoma`$value #> [1] "esophagus squamous cell carcinoma" #> #> #> $`esophagus squamous cell carcinoma` #> $`esophagus squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3748" #> #> $`esophagus squamous cell carcinoma`$`_id` #> [1] "DOID_3748<DOID_1107<DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`esophagus squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`esophagus squamous cell carcinoma`$publicGeneCount #> [1] 12 #> #> $`esophagus squamous cell carcinoma`$urlId #> [1] "DOID_3748" #> #> $`esophagus squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`esophagus squamous cell carcinoma`$`_parent` #> [1] "DOID_1107<DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`esophagus squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`esophagus squamous cell carcinoma`$children #> list() #> #> $`esophagus squamous cell carcinoma`$value #> [1] "esophagus squamous cell carcinoma" #> #> #> $`esophagus squamous cell carcinoma` #> $`esophagus squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3748" #> #> $`esophagus squamous cell carcinoma`$`_id` #> [1] "DOID_3748<DOID_1107<DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophagus squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`esophagus squamous cell carcinoma`$publicGeneCount #> [1] 12 #> #> $`esophagus squamous cell carcinoma`$urlId #> [1] "DOID_3748" #> #> $`esophagus squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`esophagus squamous cell carcinoma`$`_parent` #> [1] "DOID_1107<DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophagus squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`esophagus squamous cell carcinoma`$children #> list() #> #> $`esophagus squamous cell carcinoma`$value #> [1] "esophagus squamous cell carcinoma" #> #> #> $`esophagus squamous cell carcinoma` #> $`esophagus squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3748" #> #> $`esophagus squamous cell carcinoma`$`_id` #> [1] "DOID_3748<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`esophagus squamous cell carcinoma`$publicGeneCount #> [1] 12 #> #> $`esophagus squamous cell carcinoma`$urlId #> [1] "DOID_3748" #> #> $`esophagus squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`esophagus squamous cell carcinoma`$`_parent` #> [1] "DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`esophagus squamous cell carcinoma`$children #> list() #> #> $`esophagus squamous cell carcinoma`$value #> [1] "esophagus squamous cell carcinoma" #> #> #> $`essential hypertension` #> $`essential hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10825" #> #> $`essential hypertension`$`_id` #> [1] "DOID_10825<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`essential hypertension`$privateGeneCount #> [1] 0 #> #> $`essential hypertension`$publicGeneCount #> [1] 27 #> #> $`essential hypertension`$urlId #> [1] "DOID_10825" #> #> $`essential hypertension`$dbPhenotype #> [1] TRUE #> #> $`essential hypertension`$`_parent` #> [1] "DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`essential hypertension`$`_is_leaf` #> [1] TRUE #> #> $`essential hypertension`$children #> list() #> #> $`essential hypertension`$value #> [1] "essential hypertension" #> #> #> $`essential thrombocythemia` #> $`essential thrombocythemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2224" #> #> $`essential thrombocythemia`$`_id` #> [1] "DOID_2224<DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`essential thrombocythemia`$privateGeneCount #> [1] 0 #> #> $`essential thrombocythemia`$publicGeneCount #> [1] 10 #> #> $`essential thrombocythemia`$urlId #> [1] "DOID_2224" #> #> $`essential thrombocythemia`$dbPhenotype #> [1] TRUE #> #> $`essential thrombocythemia`$`_parent` #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`essential thrombocythemia`$`_is_leaf` #> [1] TRUE #> #> $`essential thrombocythemia`$children #> list() #> #> $`essential thrombocythemia`$value #> [1] "essential thrombocythemia" #> #> #> $`essential thrombocythemia` #> $`essential thrombocythemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2224" #> #> $`essential thrombocythemia`$`_id` #> [1] "DOID_2224<DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`essential thrombocythemia`$privateGeneCount #> [1] 0 #> #> $`essential thrombocythemia`$publicGeneCount #> [1] 10 #> #> $`essential thrombocythemia`$urlId #> [1] "DOID_2224" #> #> $`essential thrombocythemia`$dbPhenotype #> [1] TRUE #> #> $`essential thrombocythemia`$`_parent` #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`essential thrombocythemia`$`_is_leaf` #> [1] TRUE #> #> $`essential thrombocythemia`$children #> list() #> #> $`essential thrombocythemia`$value #> [1] "essential thrombocythemia" #> #> #> $`essential thrombocythemia` #> $`essential thrombocythemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2224" #> #> $`essential thrombocythemia`$`_id` #> [1] "DOID_2224<DOID_2226<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`essential thrombocythemia`$privateGeneCount #> [1] 0 #> #> $`essential thrombocythemia`$publicGeneCount #> [1] 10 #> #> $`essential thrombocythemia`$urlId #> [1] "DOID_2224" #> #> $`essential thrombocythemia`$dbPhenotype #> [1] TRUE #> #> $`essential thrombocythemia`$`_parent` #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`essential thrombocythemia`$`_is_leaf` #> [1] TRUE #> #> $`essential thrombocythemia`$children #> list() #> #> $`essential thrombocythemia`$value #> [1] "essential thrombocythemia" #> #> #> $`essential tremor` #> $`essential tremor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4990" #> #> $`essential tremor`$`_id` #> [1] "DOID_4990<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`essential tremor`$privateGeneCount #> [1] 0 #> #> $`essential tremor`$publicGeneCount #> [1] 7 #> #> $`essential tremor`$urlId #> [1] "DOID_4990" #> #> $`essential tremor`$dbPhenotype #> [1] TRUE #> #> $`essential tremor`$`_parent` #> [1] "DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`essential tremor`$`_is_leaf` #> [1] TRUE #> #> $`essential tremor`$children #> list() #> #> $`essential tremor`$value #> [1] "essential tremor" #> #> #> $`ethmoid sinusitis` #> $`ethmoid sinusitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9507" #> #> $`ethmoid sinusitis`$`_id` #> [1] "DOID_9507<DOID_0050127<DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`ethmoid sinusitis`$privateGeneCount #> [1] 0 #> #> $`ethmoid sinusitis`$publicGeneCount #> [1] 1 #> #> $`ethmoid sinusitis`$urlId #> [1] "DOID_9507" #> #> $`ethmoid sinusitis`$dbPhenotype #> [1] TRUE #> #> $`ethmoid sinusitis`$`_parent` #> [1] "DOID_0050127<DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`ethmoid sinusitis`$`_is_leaf` #> [1] TRUE #> #> $`ethmoid sinusitis`$children #> list() #> #> $`ethmoid sinusitis`$value #> [1] "ethmoid sinusitis" #> #> #> $`eumycotic mycetoma` #> $`eumycotic mycetoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13078" #> #> $`eumycotic mycetoma`$`_id` #> [1] "DOID_13078<DOID_1563<DOID_0050134<DOID_1564<DOID_0050117<DOID_4" #> #> $`eumycotic mycetoma`$privateGeneCount #> [1] 0 #> #> $`eumycotic mycetoma`$publicGeneCount #> [1] 1 #> #> $`eumycotic mycetoma`$urlId #> [1] "DOID_13078" #> #> $`eumycotic mycetoma`$dbPhenotype #> [1] TRUE #> #> $`eumycotic mycetoma`$`_parent` #> [1] "DOID_1563<DOID_0050134<DOID_1564<DOID_0050117<DOID_4" #> #> $`eumycotic mycetoma`$`_is_leaf` #> [1] TRUE #> #> $`eumycotic mycetoma`$children #> list() #> #> $`eumycotic mycetoma`$value #> [1] "eumycotic mycetoma" #> #> #> $`eumycotic mycetoma` #> $`eumycotic mycetoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13078" #> #> $`eumycotic mycetoma`$`_id` #> [1] "DOID_13078<DOID_1563<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`eumycotic mycetoma`$privateGeneCount #> [1] 0 #> #> $`eumycotic mycetoma`$publicGeneCount #> [1] 1 #> #> $`eumycotic mycetoma`$urlId #> [1] "DOID_13078" #> #> $`eumycotic mycetoma`$dbPhenotype #> [1] TRUE #> #> $`eumycotic mycetoma`$`_parent` #> [1] "DOID_1563<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`eumycotic mycetoma`$`_is_leaf` #> [1] TRUE #> #> $`eumycotic mycetoma`$children #> list() #> #> $`eumycotic mycetoma`$value #> [1] "eumycotic mycetoma" #> #> #> $eunuchism #> $eunuchism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5003" #> #> $eunuchism$`_id` #> [1] "DOID_5003<DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $eunuchism$privateGeneCount #> [1] 0 #> #> $eunuchism$publicGeneCount #> [1] 1 #> #> $eunuchism$urlId #> [1] "DOID_5003" #> #> $eunuchism$dbPhenotype #> [1] TRUE #> #> $eunuchism$`_parent` #> [1] "DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $eunuchism$`_is_leaf` #> [1] TRUE #> #> $eunuchism$children #> list() #> #> $eunuchism$value #> [1] "eunuchism" #> #> #> $`Ewing sarcoma` #> $`Ewing sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3369" #> #> $`Ewing sarcoma`$`_id` #> [1] "DOID_3369<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`Ewing sarcoma`$privateGeneCount #> [1] 0 #> #> $`Ewing sarcoma`$publicGeneCount #> [1] 5 #> #> $`Ewing sarcoma`$urlId #> [1] "DOID_3369" #> #> $`Ewing sarcoma`$dbPhenotype #> [1] TRUE #> #> $`Ewing sarcoma`$`_parent` #> [1] "DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`Ewing sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`Ewing sarcoma`$children #> list() #> #> $`Ewing sarcoma`$value #> [1] "Ewing sarcoma" #> #> #> $`Ewing sarcoma` #> $`Ewing sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3369" #> #> $`Ewing sarcoma`$`_id` #> [1] "DOID_3369<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ewing sarcoma`$privateGeneCount #> [1] 0 #> #> $`Ewing sarcoma`$publicGeneCount #> [1] 5 #> #> $`Ewing sarcoma`$urlId #> [1] "DOID_3369" #> #> $`Ewing sarcoma`$dbPhenotype #> [1] TRUE #> #> $`Ewing sarcoma`$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ewing sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`Ewing sarcoma`$children #> list() #> #> $`Ewing sarcoma`$value #> [1] "Ewing sarcoma" #> #> #> $`Ewing sarcoma` #> $`Ewing sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3369" #> #> $`Ewing sarcoma`$`_id` #> [1] "DOID_3369<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Ewing sarcoma`$privateGeneCount #> [1] 0 #> #> $`Ewing sarcoma`$publicGeneCount #> [1] 5 #> #> $`Ewing sarcoma`$urlId #> [1] "DOID_3369" #> #> $`Ewing sarcoma`$dbPhenotype #> [1] TRUE #> #> $`Ewing sarcoma`$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Ewing sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`Ewing sarcoma`$children #> list() #> #> $`Ewing sarcoma`$value #> [1] "Ewing sarcoma" #> #> #> $`Ewing sarcoma` #> $`Ewing sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3369" #> #> $`Ewing sarcoma`$`_id` #> [1] "DOID_3369<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`Ewing sarcoma`$privateGeneCount #> [1] 0 #> #> $`Ewing sarcoma`$publicGeneCount #> [1] 5 #> #> $`Ewing sarcoma`$urlId #> [1] "DOID_3369" #> #> $`Ewing sarcoma`$dbPhenotype #> [1] TRUE #> #> $`Ewing sarcoma`$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`Ewing sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`Ewing sarcoma`$children #> list() #> #> $`Ewing sarcoma`$value #> [1] "Ewing sarcoma" #> #> #> $`Ewing sarcoma` #> $`Ewing sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3369" #> #> $`Ewing sarcoma`$`_id` #> [1] "DOID_3369<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ewing sarcoma`$privateGeneCount #> [1] 0 #> #> $`Ewing sarcoma`$publicGeneCount #> [1] 5 #> #> $`Ewing sarcoma`$urlId #> [1] "DOID_3369" #> #> $`Ewing sarcoma`$dbPhenotype #> [1] TRUE #> #> $`Ewing sarcoma`$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ewing sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`Ewing sarcoma`$children #> list() #> #> $`Ewing sarcoma`$value #> [1] "Ewing sarcoma" #> #> #> $`Exaggerated startle response` #> $`Exaggerated startle response`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002267" #> #> $`Exaggerated startle response`$`_id` #> [1] "HP_0002267<HP_0002071<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Exaggerated startle response`$privateGeneCount #> [1] 0 #> #> $`Exaggerated startle response`$publicGeneCount #> [1] 1 #> #> $`Exaggerated startle response`$urlId #> [1] "HP_0002267" #> #> $`Exaggerated startle response`$dbPhenotype #> [1] TRUE #> #> $`Exaggerated startle response`$`_parent` #> [1] "HP_0002071<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Exaggerated startle response`$`_is_leaf` #> [1] TRUE #> #> $`Exaggerated startle response`$children #> list() #> #> $`Exaggerated startle response`$value #> [1] "Exaggerated startle response" #> #> #> $exanthem #> $exanthem$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050486" #> #> $exanthem$`_id` #> [1] "DOID_0050486<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $exanthem$privateGeneCount #> [1] 0 #> #> $exanthem$publicGeneCount #> [1] 7 #> #> $exanthem$urlId #> [1] "DOID_0050486" #> #> $exanthem$dbPhenotype #> [1] TRUE #> #> $exanthem$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $exanthem$`_is_leaf` #> [1] TRUE #> #> $exanthem$children #> list() #> #> $exanthem$value #> [1] "exanthem" #> #> #> $`Excessive salivation` #> $`Excessive salivation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003781" #> #> $`Excessive salivation`$`_id` #> [1] "HP_0003781<HP_0100755<HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Excessive salivation`$privateGeneCount #> [1] 0 #> #> $`Excessive salivation`$publicGeneCount #> [1] 1 #> #> $`Excessive salivation`$urlId #> [1] "HP_0003781" #> #> $`Excessive salivation`$dbPhenotype #> [1] FALSE #> #> $`Excessive salivation`$`_parent` #> [1] "HP_0100755<HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Excessive salivation`$`_is_leaf` #> [1] FALSE #> #> $`Excessive salivation`$children #> $`Excessive salivation`$children[[1]] #> [1] "HP_0002307<HP_0003781<HP_0100755<HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Excessive salivation`$value #> [1] "Excessive salivation" #> #> #> $`excessive tearing` #> $`excessive tearing`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13757" #> #> $`excessive tearing`$`_id` #> [1] "DOID_13757<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`excessive tearing`$privateGeneCount #> [1] 0 #> #> $`excessive tearing`$publicGeneCount #> [1] 1 #> #> $`excessive tearing`$urlId #> [1] "DOID_13757" #> #> $`excessive tearing`$dbPhenotype #> [1] TRUE #> #> $`excessive tearing`$`_parent` #> [1] "DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`excessive tearing`$`_is_leaf` #> [1] TRUE #> #> $`excessive tearing`$children #> list() #> #> $`excessive tearing`$value #> [1] "excessive tearing" #> #> #> $`exfoliation syndrome` #> $`exfoliation syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13641" #> #> $`exfoliation syndrome`$`_id` #> [1] "DOID_13641<DOID_12571<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`exfoliation syndrome`$privateGeneCount #> [1] 0 #> #> $`exfoliation syndrome`$publicGeneCount #> [1] 15 #> #> $`exfoliation syndrome`$urlId #> [1] "DOID_13641" #> #> $`exfoliation syndrome`$dbPhenotype #> [1] TRUE #> #> $`exfoliation syndrome`$`_parent` #> [1] "DOID_12571<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`exfoliation syndrome`$`_is_leaf` #> [1] TRUE #> #> $`exfoliation syndrome`$children #> list() #> #> $`exfoliation syndrome`$value #> [1] "exfoliation syndrome" #> #> #> $`exfoliation syndrome` #> $`exfoliation syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13641" #> #> $`exfoliation syndrome`$`_id` #> [1] "DOID_13641<DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`exfoliation syndrome`$privateGeneCount #> [1] 0 #> #> $`exfoliation syndrome`$publicGeneCount #> [1] 15 #> #> $`exfoliation syndrome`$urlId #> [1] "DOID_13641" #> #> $`exfoliation syndrome`$dbPhenotype #> [1] TRUE #> #> $`exfoliation syndrome`$`_parent` #> [1] "DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`exfoliation syndrome`$`_is_leaf` #> [1] TRUE #> #> $`exfoliation syndrome`$children #> list() #> #> $`exfoliation syndrome`$value #> [1] "exfoliation syndrome" #> #> #> $`exocrine pancreatic insufficiency` #> $`exocrine pancreatic insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13316" #> #> $`exocrine pancreatic insufficiency`$`_id` #> [1] "DOID_13316<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`exocrine pancreatic insufficiency`$privateGeneCount #> [1] 0 #> #> $`exocrine pancreatic insufficiency`$publicGeneCount #> [1] 4 #> #> $`exocrine pancreatic insufficiency`$urlId #> [1] "DOID_13316" #> #> $`exocrine pancreatic insufficiency`$dbPhenotype #> [1] TRUE #> #> $`exocrine pancreatic insufficiency`$`_parent` #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`exocrine pancreatic insufficiency`$`_is_leaf` #> [1] TRUE #> #> $`exocrine pancreatic insufficiency`$children #> list() #> #> $`exocrine pancreatic insufficiency`$value #> [1] "exocrine pancreatic insufficiency" #> #> #> $exostosis #> $exostosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_203" #> #> $exostosis$`_id` #> [1] "DOID_203<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $exostosis$privateGeneCount #> [1] 0 #> #> $exostosis$publicGeneCount #> [1] 4 #> #> $exostosis$urlId #> [1] "DOID_203" #> #> $exostosis$dbPhenotype #> [1] FALSE #> #> $exostosis$`_parent` #> [1] "DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $exostosis$`_is_leaf` #> [1] FALSE #> #> $exostosis$children #> $exostosis$children[[1]] #> [1] "DOID_206<DOID_203<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $exostosis$value #> [1] "exostosis" #> #> #> $`external ear disease` #> $`external ear disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_379" #> #> $`external ear disease`$`_id` #> [1] "DOID_379<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`external ear disease`$privateGeneCount #> [1] 0 #> #> $`external ear disease`$publicGeneCount #> [1] 1 #> #> $`external ear disease`$urlId #> [1] "DOID_379" #> #> $`external ear disease`$dbPhenotype #> [1] FALSE #> #> $`external ear disease`$`_parent` #> [1] "DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`external ear disease`$`_is_leaf` #> [1] FALSE #> #> $`external ear disease`$children #> $`external ear disease`$children[[1]] #> [1] "DOID_9463<DOID_379<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`external ear disease`$value #> [1] "external ear disease" #> #> #> $`External genital hypoplasia` #> $`External genital hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003241" #> #> $`External genital hypoplasia`$`_id` #> [1] "HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`External genital hypoplasia`$privateGeneCount #> [1] 0 #> #> $`External genital hypoplasia`$publicGeneCount #> [1] 1 #> #> $`External genital hypoplasia`$urlId #> [1] "HP_0003241" #> #> $`External genital hypoplasia`$dbPhenotype #> [1] FALSE #> #> $`External genital hypoplasia`$`_parent` #> [1] "HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`External genital hypoplasia`$`_is_leaf` #> [1] FALSE #> #> $`External genital hypoplasia`$children #> $`External genital hypoplasia`$children[[1]] #> [1] "HP_0000050<HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`External genital hypoplasia`$value #> [1] "External genital hypoplasia" #> #> #> $`extraosseous chondrosarcoma` #> $`extraosseous chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4549" #> #> $`extraosseous chondrosarcoma`$`_id` #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`extraosseous chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`extraosseous chondrosarcoma`$publicGeneCount #> [1] 2 #> #> $`extraosseous chondrosarcoma`$urlId #> [1] "DOID_4549" #> #> $`extraosseous chondrosarcoma`$dbPhenotype #> [1] FALSE #> #> $`extraosseous chondrosarcoma`$`_parent` #> [1] "DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`extraosseous chondrosarcoma`$`_is_leaf` #> [1] FALSE #> #> $`extraosseous chondrosarcoma`$children #> $`extraosseous chondrosarcoma`$children[[1]] #> [1] "DOID_6496<DOID_4549<DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`extraosseous chondrosarcoma`$value #> [1] "extraosseous chondrosarcoma" #> #> #> $`extraosseous chondrosarcoma` #> $`extraosseous chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4549" #> #> $`extraosseous chondrosarcoma`$`_id` #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extraosseous chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`extraosseous chondrosarcoma`$publicGeneCount #> [1] 2 #> #> $`extraosseous chondrosarcoma`$urlId #> [1] "DOID_4549" #> #> $`extraosseous chondrosarcoma`$dbPhenotype #> [1] FALSE #> #> $`extraosseous chondrosarcoma`$`_parent` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extraosseous chondrosarcoma`$`_is_leaf` #> [1] FALSE #> #> $`extraosseous chondrosarcoma`$children #> $`extraosseous chondrosarcoma`$children[[1]] #> [1] "DOID_6496<DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`extraosseous chondrosarcoma`$value #> [1] "extraosseous chondrosarcoma" #> #> #> $`extraosseous chondrosarcoma` #> $`extraosseous chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4549" #> #> $`extraosseous chondrosarcoma`$`_id` #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`extraosseous chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`extraosseous chondrosarcoma`$publicGeneCount #> [1] 2 #> #> $`extraosseous chondrosarcoma`$urlId #> [1] "DOID_4549" #> #> $`extraosseous chondrosarcoma`$dbPhenotype #> [1] FALSE #> #> $`extraosseous chondrosarcoma`$`_parent` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`extraosseous chondrosarcoma`$`_is_leaf` #> [1] FALSE #> #> $`extraosseous chondrosarcoma`$children #> $`extraosseous chondrosarcoma`$children[[1]] #> [1] "DOID_6496<DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`extraosseous chondrosarcoma`$value #> [1] "extraosseous chondrosarcoma" #> #> #> $`extraosseous chondrosarcoma` #> $`extraosseous chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4549" #> #> $`extraosseous chondrosarcoma`$`_id` #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`extraosseous chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`extraosseous chondrosarcoma`$publicGeneCount #> [1] 2 #> #> $`extraosseous chondrosarcoma`$urlId #> [1] "DOID_4549" #> #> $`extraosseous chondrosarcoma`$dbPhenotype #> [1] FALSE #> #> $`extraosseous chondrosarcoma`$`_parent` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`extraosseous chondrosarcoma`$`_is_leaf` #> [1] FALSE #> #> $`extraosseous chondrosarcoma`$children #> $`extraosseous chondrosarcoma`$children[[1]] #> [1] "DOID_6496<DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`extraosseous chondrosarcoma`$value #> [1] "extraosseous chondrosarcoma" #> #> #> $`extraosseous chondrosarcoma` #> $`extraosseous chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4549" #> #> $`extraosseous chondrosarcoma`$`_id` #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extraosseous chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`extraosseous chondrosarcoma`$publicGeneCount #> [1] 2 #> #> $`extraosseous chondrosarcoma`$urlId #> [1] "DOID_4549" #> #> $`extraosseous chondrosarcoma`$dbPhenotype #> [1] FALSE #> #> $`extraosseous chondrosarcoma`$`_parent` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extraosseous chondrosarcoma`$`_is_leaf` #> [1] FALSE #> #> $`extraosseous chondrosarcoma`$children #> $`extraosseous chondrosarcoma`$children[[1]] #> [1] "DOID_6496<DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`extraosseous chondrosarcoma`$value #> [1] "extraosseous chondrosarcoma" #> #> #> $`extrapulmonary tuberculosis` #> $`extrapulmonary tuberculosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050598" #> #> $`extrapulmonary tuberculosis`$`_id` #> [1] "DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`extrapulmonary tuberculosis`$privateGeneCount #> [1] 0 #> #> $`extrapulmonary tuberculosis`$publicGeneCount #> [1] 9 #> #> $`extrapulmonary tuberculosis`$urlId #> [1] "DOID_0050598" #> #> $`extrapulmonary tuberculosis`$dbPhenotype #> [1] FALSE #> #> $`extrapulmonary tuberculosis`$`_parent` #> [1] "DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`extrapulmonary tuberculosis`$`_is_leaf` #> [1] FALSE #> #> $`extrapulmonary tuberculosis`$children #> $`extrapulmonary tuberculosis`$children[[1]] #> [1] "DOID_106<DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`extrapulmonary tuberculosis`$children[[2]] #> [1] "DOID_2149<DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> #> $`extrapulmonary tuberculosis`$value #> [1] "extrapulmonary tuberculosis" #> #> #> $`extrapyramidal and movement disease` #> $`extrapyramidal and movement disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13839" #> #> $`extrapyramidal and movement disease`$`_id` #> [1] "DOID_13839<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`extrapyramidal and movement disease`$privateGeneCount #> [1] 0 #> #> $`extrapyramidal and movement disease`$publicGeneCount #> [1] 1 #> #> $`extrapyramidal and movement disease`$urlId #> [1] "DOID_13839" #> #> $`extrapyramidal and movement disease`$dbPhenotype #> [1] TRUE #> #> $`extrapyramidal and movement disease`$`_parent` #> [1] "DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`extrapyramidal and movement disease`$`_is_leaf` #> [1] TRUE #> #> $`extrapyramidal and movement disease`$children #> list() #> #> $`extrapyramidal and movement disease`$value #> [1] "extrapyramidal and movement disease" #> #> #> $`extraskeletal myxoid chondrosarcoma` #> $`extraskeletal myxoid chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6496" #> #> $`extraskeletal myxoid chondrosarcoma`$`_id` #> [1] "DOID_6496<DOID_4549<DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`extraskeletal myxoid chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`extraskeletal myxoid chondrosarcoma`$publicGeneCount #> [1] 2 #> #> $`extraskeletal myxoid chondrosarcoma`$urlId #> [1] "DOID_6496" #> #> $`extraskeletal myxoid chondrosarcoma`$dbPhenotype #> [1] TRUE #> #> $`extraskeletal myxoid chondrosarcoma`$`_parent` #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`extraskeletal myxoid chondrosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`extraskeletal myxoid chondrosarcoma`$children #> list() #> #> $`extraskeletal myxoid chondrosarcoma`$value #> [1] "extraskeletal myxoid chondrosarcoma" #> #> #> $`extraskeletal myxoid chondrosarcoma` #> $`extraskeletal myxoid chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6496" #> #> $`extraskeletal myxoid chondrosarcoma`$`_id` #> [1] "DOID_6496<DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extraskeletal myxoid chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`extraskeletal myxoid chondrosarcoma`$publicGeneCount #> [1] 2 #> #> $`extraskeletal myxoid chondrosarcoma`$urlId #> [1] "DOID_6496" #> #> $`extraskeletal myxoid chondrosarcoma`$dbPhenotype #> [1] TRUE #> #> $`extraskeletal myxoid chondrosarcoma`$`_parent` #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extraskeletal myxoid chondrosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`extraskeletal myxoid chondrosarcoma`$children #> list() #> #> $`extraskeletal myxoid chondrosarcoma`$value #> [1] "extraskeletal myxoid chondrosarcoma" #> #> #> $`extraskeletal myxoid chondrosarcoma` #> $`extraskeletal myxoid chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6496" #> #> $`extraskeletal myxoid chondrosarcoma`$`_id` #> [1] "DOID_6496<DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`extraskeletal myxoid chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`extraskeletal myxoid chondrosarcoma`$publicGeneCount #> [1] 2 #> #> $`extraskeletal myxoid chondrosarcoma`$urlId #> [1] "DOID_6496" #> #> $`extraskeletal myxoid chondrosarcoma`$dbPhenotype #> [1] TRUE #> #> $`extraskeletal myxoid chondrosarcoma`$`_parent` #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`extraskeletal myxoid chondrosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`extraskeletal myxoid chondrosarcoma`$children #> list() #> #> $`extraskeletal myxoid chondrosarcoma`$value #> [1] "extraskeletal myxoid chondrosarcoma" #> #> #> $`extraskeletal myxoid chondrosarcoma` #> $`extraskeletal myxoid chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6496" #> #> $`extraskeletal myxoid chondrosarcoma`$`_id` #> [1] "DOID_6496<DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`extraskeletal myxoid chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`extraskeletal myxoid chondrosarcoma`$publicGeneCount #> [1] 2 #> #> $`extraskeletal myxoid chondrosarcoma`$urlId #> [1] "DOID_6496" #> #> $`extraskeletal myxoid chondrosarcoma`$dbPhenotype #> [1] TRUE #> #> $`extraskeletal myxoid chondrosarcoma`$`_parent` #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`extraskeletal myxoid chondrosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`extraskeletal myxoid chondrosarcoma`$children #> list() #> #> $`extraskeletal myxoid chondrosarcoma`$value #> [1] "extraskeletal myxoid chondrosarcoma" #> #> #> $`extraskeletal myxoid chondrosarcoma` #> $`extraskeletal myxoid chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6496" #> #> $`extraskeletal myxoid chondrosarcoma`$`_id` #> [1] "DOID_6496<DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extraskeletal myxoid chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`extraskeletal myxoid chondrosarcoma`$publicGeneCount #> [1] 2 #> #> $`extraskeletal myxoid chondrosarcoma`$urlId #> [1] "DOID_6496" #> #> $`extraskeletal myxoid chondrosarcoma`$dbPhenotype #> [1] TRUE #> #> $`extraskeletal myxoid chondrosarcoma`$`_parent` #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extraskeletal myxoid chondrosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`extraskeletal myxoid chondrosarcoma`$children #> list() #> #> $`extraskeletal myxoid chondrosarcoma`$value #> [1] "extraskeletal myxoid chondrosarcoma" #> #> #> $`extrinsic allergic alveolitis` #> $`extrinsic allergic alveolitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_841" #> #> $`extrinsic allergic alveolitis`$`_id` #> [1] "DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$privateGeneCount #> [1] 0 #> #> $`extrinsic allergic alveolitis`$publicGeneCount #> [1] 35 #> #> $`extrinsic allergic alveolitis`$urlId #> [1] "DOID_841" #> #> $`extrinsic allergic alveolitis`$dbPhenotype #> [1] TRUE #> #> $`extrinsic allergic alveolitis`$`_parent` #> [1] "DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$`_is_leaf` #> [1] FALSE #> #> $`extrinsic allergic alveolitis`$children #> $`extrinsic allergic alveolitis`$children[[1]] #> [1] "DOID_12522<DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$children[[2]] #> [1] "DOID_13891<DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$children[[3]] #> [1] "DOID_14453<DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$children[[4]] #> [1] "DOID_2708<DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$children[[5]] #> [1] "DOID_2710<DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`extrinsic allergic alveolitis`$value #> [1] "extrinsic allergic alveolitis" #> #> #> $`extrinsic allergic alveolitis` #> $`extrinsic allergic alveolitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_841" #> #> $`extrinsic allergic alveolitis`$`_id` #> [1] "DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$privateGeneCount #> [1] 0 #> #> $`extrinsic allergic alveolitis`$publicGeneCount #> [1] 35 #> #> $`extrinsic allergic alveolitis`$urlId #> [1] "DOID_841" #> #> $`extrinsic allergic alveolitis`$dbPhenotype #> [1] TRUE #> #> $`extrinsic allergic alveolitis`$`_parent` #> [1] "DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$`_is_leaf` #> [1] FALSE #> #> $`extrinsic allergic alveolitis`$children #> $`extrinsic allergic alveolitis`$children[[1]] #> [1] "DOID_12522<DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$children[[2]] #> [1] "DOID_13891<DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$children[[3]] #> [1] "DOID_14453<DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$children[[4]] #> [1] "DOID_2708<DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$children[[5]] #> [1] "DOID_2710<DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`extrinsic allergic alveolitis`$value #> [1] "extrinsic allergic alveolitis" #> #> #> $`extrinsic cardiomyopathy` #> $`extrinsic cardiomyopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3978" #> #> $`extrinsic cardiomyopathy`$`_id` #> [1] "DOID_3978<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`extrinsic cardiomyopathy`$privateGeneCount #> [1] 0 #> #> $`extrinsic cardiomyopathy`$publicGeneCount #> [1] 12 #> #> $`extrinsic cardiomyopathy`$urlId #> [1] "DOID_3978" #> #> $`extrinsic cardiomyopathy`$dbPhenotype #> [1] FALSE #> #> $`extrinsic cardiomyopathy`$`_parent` #> [1] "DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`extrinsic cardiomyopathy`$`_is_leaf` #> [1] FALSE #> #> $`extrinsic cardiomyopathy`$children #> $`extrinsic cardiomyopathy`$children[[1]] #> [1] "DOID_12935<DOID_3978<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`extrinsic cardiomyopathy`$children[[2]] #> [1] "DOID_820<DOID_3978<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`extrinsic cardiomyopathy`$value #> [1] "extrinsic cardiomyopathy" #> #> #> $`exudative vitreoretinopathy` #> $`exudative vitreoretinopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050535" #> #> $`exudative vitreoretinopathy`$`_id` #> [1] "DOID_0050535<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`exudative vitreoretinopathy`$privateGeneCount #> [1] 0 #> #> $`exudative vitreoretinopathy`$publicGeneCount #> [1] 5 #> #> $`exudative vitreoretinopathy`$urlId #> [1] "DOID_0050535" #> #> $`exudative vitreoretinopathy`$dbPhenotype #> [1] TRUE #> #> $`exudative vitreoretinopathy`$`_parent` #> [1] "DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`exudative vitreoretinopathy`$`_is_leaf` #> [1] TRUE #> #> $`exudative vitreoretinopathy`$children #> list() #> #> $`exudative vitreoretinopathy`$value #> [1] "exudative vitreoretinopathy" #> #> #> $`exudative vitreoretinopathy` #> $`exudative vitreoretinopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050535" #> #> $`exudative vitreoretinopathy`$`_id` #> [1] "DOID_0050535<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`exudative vitreoretinopathy`$privateGeneCount #> [1] 0 #> #> $`exudative vitreoretinopathy`$publicGeneCount #> [1] 5 #> #> $`exudative vitreoretinopathy`$urlId #> [1] "DOID_0050535" #> #> $`exudative vitreoretinopathy`$dbPhenotype #> [1] TRUE #> #> $`exudative vitreoretinopathy`$`_parent` #> [1] "DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`exudative vitreoretinopathy`$`_is_leaf` #> [1] TRUE #> #> $`exudative vitreoretinopathy`$children #> list() #> #> $`exudative vitreoretinopathy`$value #> [1] "exudative vitreoretinopathy" #> #> #> $`eye degenerative disease` #> $`eye degenerative disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9799" #> #> $`eye degenerative disease`$`_id` #> [1] "DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye degenerative disease`$privateGeneCount #> [1] 0 #> #> $`eye degenerative disease`$publicGeneCount #> [1] 184 #> #> $`eye degenerative disease`$urlId #> [1] "DOID_9799" #> #> $`eye degenerative disease`$dbPhenotype #> [1] FALSE #> #> $`eye degenerative disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye degenerative disease`$`_is_leaf` #> [1] FALSE #> #> $`eye degenerative disease`$children #> $`eye degenerative disease`$children[[1]] #> [1] "DOID_980<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye degenerative disease`$children[[2]] #> [1] "DOID_1237<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye degenerative disease`$children[[3]] #> [1] "DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`eye degenerative disease`$value #> [1] "eye degenerative disease" #> #> #> $`eye disease` #> $`eye disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5614" #> #> $`eye disease`$`_id` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$privateGeneCount #> [1] 0 #> #> $`eye disease`$publicGeneCount #> [1] 613 #> #> $`eye disease`$urlId #> [1] "DOID_5614" #> #> $`eye disease`$dbPhenotype #> [1] TRUE #> #> $`eye disease`$`_parent` #> [1] "DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$`_is_leaf` #> [1] FALSE #> #> $`eye disease`$children #> $`eye disease`$children[[1]] #> [1] "DOID_0050630<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[2]] #> [1] "DOID_14686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[3]] #> [1] "DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[4]] #> [1] "DOID_8886<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[5]] #> [1] "DOID_12270<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[6]] #> [1] "DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[7]] #> [1] "DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[8]] #> [1] "DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[9]] #> [1] "DOID_8501<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[10]] #> [1] "DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[11]] #> [1] "DOID_9368<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[12]] #> [1] "DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[13]] #> [1] "DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[14]] #> [1] "DOID_1024<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[15]] #> [1] "DOID_14323<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[16]] #> [1] "DOID_10629<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[17]] #> [1] "DOID_10176<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[18]] #> [1] "DOID_0050633<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[19]] #> [1] "DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[20]] #> [1] "DOID_9282<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[21]] #> [1] "DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[22]] #> [1] "DOID_0060260<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[23]] #> [1] "DOID_238<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[24]] #> [1] "DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[25]] #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[26]] #> [1] "DOID_11343<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[27]] #> [1] "DOID_11265<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[28]] #> [1] "DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[29]] #> [1] "DOID_1393<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[30]] #> [1] "DOID_9720<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`eye disease`$value #> [1] "eye disease" #> #> #> $`eyelid disease` #> $`eyelid disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_530" #> #> $`eyelid disease`$`_id` #> [1] "DOID_530<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`eyelid disease`$privateGeneCount #> [1] 0 #> #> $`eyelid disease`$publicGeneCount #> [1] 5 #> #> $`eyelid disease`$urlId #> [1] "DOID_530" #> #> $`eyelid disease`$dbPhenotype #> [1] TRUE #> #> $`eyelid disease`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`eyelid disease`$`_is_leaf` #> [1] FALSE #> #> $`eyelid disease`$children #> $`eyelid disease`$children[[1]] #> [1] "DOID_10348<DOID_530<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`eyelid disease`$value #> [1] "eyelid disease" #> #> #> $`Fabry disease` #> $`Fabry disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14499" #> #> $`Fabry disease`$`_id` #> [1] "DOID_14499<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Fabry disease`$privateGeneCount #> [1] 0 #> #> $`Fabry disease`$publicGeneCount #> [1] 2 #> #> $`Fabry disease`$urlId #> [1] "DOID_14499" #> #> $`Fabry disease`$dbPhenotype #> [1] TRUE #> #> $`Fabry disease`$`_parent` #> [1] "DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Fabry disease`$`_is_leaf` #> [1] TRUE #> #> $`Fabry disease`$children #> list() #> #> $`Fabry disease`$value #> [1] "Fabry disease" #> #> #> $`Facial asymmetry` #> $`Facial asymmetry`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000324" #> #> $`Facial asymmetry`$`_id` #> [1] "HP_0000324<HP_0001999<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Facial asymmetry`$privateGeneCount #> [1] 0 #> #> $`Facial asymmetry`$publicGeneCount #> [1] 1 #> #> $`Facial asymmetry`$urlId #> [1] "HP_0000324" #> #> $`Facial asymmetry`$dbPhenotype #> [1] TRUE #> #> $`Facial asymmetry`$`_parent` #> [1] "HP_0001999<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Facial asymmetry`$`_is_leaf` #> [1] TRUE #> #> $`Facial asymmetry`$children #> list() #> #> $`Facial asymmetry`$value #> [1] "Facial asymmetry" #> #> #> $`facial dermatosis` #> $`facial dermatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3134" #> #> $`facial dermatosis`$`_id` #> [1] "DOID_3134<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`facial dermatosis`$privateGeneCount #> [1] 0 #> #> $`facial dermatosis`$publicGeneCount #> [1] 1 #> #> $`facial dermatosis`$urlId #> [1] "DOID_3134" #> #> $`facial dermatosis`$dbPhenotype #> [1] TRUE #> #> $`facial dermatosis`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`facial dermatosis`$`_is_leaf` #> [1] TRUE #> #> $`facial dermatosis`$children #> list() #> #> $`facial dermatosis`$value #> [1] "facial dermatosis" #> #> #> $`facial nerve disease` #> $`facial nerve disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1756" #> #> $`facial nerve disease`$`_id` #> [1] "DOID_1756<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`facial nerve disease`$privateGeneCount #> [1] 0 #> #> $`facial nerve disease`$publicGeneCount #> [1] 3 #> #> $`facial nerve disease`$urlId #> [1] "DOID_1756" #> #> $`facial nerve disease`$dbPhenotype #> [1] FALSE #> #> $`facial nerve disease`$`_parent` #> [1] "DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`facial nerve disease`$`_is_leaf` #> [1] FALSE #> #> $`facial nerve disease`$children #> $`facial nerve disease`$children[[1]] #> [1] "DOID_13934<DOID_1756<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`facial nerve disease`$value #> [1] "facial nerve disease" #> #> #> $`facial paralysis` #> $`facial paralysis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13934" #> #> $`facial paralysis`$`_id` #> [1] "DOID_13934<DOID_1756<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`facial paralysis`$privateGeneCount #> [1] 0 #> #> $`facial paralysis`$publicGeneCount #> [1] 3 #> #> $`facial paralysis`$urlId #> [1] "DOID_13934" #> #> $`facial paralysis`$dbPhenotype #> [1] TRUE #> #> $`facial paralysis`$`_parent` #> [1] "DOID_1756<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`facial paralysis`$`_is_leaf` #> [1] TRUE #> #> $`facial paralysis`$children #> list() #> #> $`facial paralysis`$value #> [1] "facial paralysis" #> #> #> $`facioscapulohumeral muscular dystrophy` #> $`facioscapulohumeral muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11727" #> #> $`facioscapulohumeral muscular dystrophy`$`_id` #> [1] "DOID_11727<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`facioscapulohumeral muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`facioscapulohumeral muscular dystrophy`$publicGeneCount #> [1] 12 #> #> $`facioscapulohumeral muscular dystrophy`$urlId #> [1] "DOID_11727" #> #> $`facioscapulohumeral muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`facioscapulohumeral muscular dystrophy`$`_parent` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`facioscapulohumeral muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`facioscapulohumeral muscular dystrophy`$children #> list() #> #> $`facioscapulohumeral muscular dystrophy`$value #> [1] "facioscapulohumeral muscular dystrophy" #> #> #> $`factor V deficiency` #> $`factor V deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2216" #> #> $`factor V deficiency`$`_id` #> [1] "DOID_2216<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor V deficiency`$privateGeneCount #> [1] 0 #> #> $`factor V deficiency`$publicGeneCount #> [1] 3 #> #> $`factor V deficiency`$urlId #> [1] "DOID_2216" #> #> $`factor V deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor V deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor V deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor V deficiency`$children #> list() #> #> $`factor V deficiency`$value #> [1] "factor V deficiency" #> #> #> $`factor V deficiency` #> $`factor V deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2216" #> #> $`factor V deficiency`$`_id` #> [1] "DOID_2216<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor V deficiency`$privateGeneCount #> [1] 0 #> #> $`factor V deficiency`$publicGeneCount #> [1] 3 #> #> $`factor V deficiency`$urlId #> [1] "DOID_2216" #> #> $`factor V deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor V deficiency`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor V deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor V deficiency`$children #> list() #> #> $`factor V deficiency`$value #> [1] "factor V deficiency" #> #> #> $`factor VII deficiency` #> $`factor VII deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2215" #> #> $`factor VII deficiency`$`_id` #> [1] "DOID_2215<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor VII deficiency`$privateGeneCount #> [1] 0 #> #> $`factor VII deficiency`$publicGeneCount #> [1] 1 #> #> $`factor VII deficiency`$urlId #> [1] "DOID_2215" #> #> $`factor VII deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor VII deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor VII deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor VII deficiency`$children #> list() #> #> $`factor VII deficiency`$value #> [1] "factor VII deficiency" #> #> #> $`factor VII deficiency` #> $`factor VII deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2215" #> #> $`factor VII deficiency`$`_id` #> [1] "DOID_2215<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor VII deficiency`$privateGeneCount #> [1] 0 #> #> $`factor VII deficiency`$publicGeneCount #> [1] 1 #> #> $`factor VII deficiency`$urlId #> [1] "DOID_2215" #> #> $`factor VII deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor VII deficiency`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor VII deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor VII deficiency`$children #> list() #> #> $`factor VII deficiency`$value #> [1] "factor VII deficiency" #> #> #> $`factor VIII deficiency` #> $`factor VIII deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12134" #> #> $`factor VIII deficiency`$`_id` #> [1] "DOID_12134<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`factor VIII deficiency`$privateGeneCount #> [1] 0 #> #> $`factor VIII deficiency`$publicGeneCount #> [1] 4 #> #> $`factor VIII deficiency`$urlId #> [1] "DOID_12134" #> #> $`factor VIII deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor VIII deficiency`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`factor VIII deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor VIII deficiency`$children #> list() #> #> $`factor VIII deficiency`$value #> [1] "factor VIII deficiency" #> #> #> $`factor VIII deficiency` #> $`factor VIII deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12134" #> #> $`factor VIII deficiency`$`_id` #> [1] "DOID_12134<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor VIII deficiency`$privateGeneCount #> [1] 0 #> #> $`factor VIII deficiency`$publicGeneCount #> [1] 4 #> #> $`factor VIII deficiency`$urlId #> [1] "DOID_12134" #> #> $`factor VIII deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor VIII deficiency`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor VIII deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor VIII deficiency`$children #> list() #> #> $`factor VIII deficiency`$value #> [1] "factor VIII deficiency" #> #> #> $`factor X deficiency` #> $`factor X deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2222" #> #> $`factor X deficiency`$`_id` #> [1] "DOID_2222<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor X deficiency`$privateGeneCount #> [1] 0 #> #> $`factor X deficiency`$publicGeneCount #> [1] 1 #> #> $`factor X deficiency`$urlId #> [1] "DOID_2222" #> #> $`factor X deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor X deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor X deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor X deficiency`$children #> list() #> #> $`factor X deficiency`$value #> [1] "factor X deficiency" #> #> #> $`factor X deficiency` #> $`factor X deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2222" #> #> $`factor X deficiency`$`_id` #> [1] "DOID_2222<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor X deficiency`$privateGeneCount #> [1] 0 #> #> $`factor X deficiency`$publicGeneCount #> [1] 1 #> #> $`factor X deficiency`$urlId #> [1] "DOID_2222" #> #> $`factor X deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor X deficiency`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor X deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor X deficiency`$children #> list() #> #> $`factor X deficiency`$value #> [1] "factor X deficiency" #> #> #> $`factor XI deficiency` #> $`factor XI deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2229" #> #> $`factor XI deficiency`$`_id` #> [1] "DOID_2229<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor XI deficiency`$privateGeneCount #> [1] 0 #> #> $`factor XI deficiency`$publicGeneCount #> [1] 1 #> #> $`factor XI deficiency`$urlId #> [1] "DOID_2229" #> #> $`factor XI deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor XI deficiency`$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor XI deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor XI deficiency`$children #> list() #> #> $`factor XI deficiency`$value #> [1] "factor XI deficiency" #> #> #> $`factor XI deficiency` #> $`factor XI deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2229" #> #> $`factor XI deficiency`$`_id` #> [1] "DOID_2229<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor XI deficiency`$privateGeneCount #> [1] 0 #> #> $`factor XI deficiency`$publicGeneCount #> [1] 1 #> #> $`factor XI deficiency`$urlId #> [1] "DOID_2229" #> #> $`factor XI deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor XI deficiency`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor XI deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor XI deficiency`$children #> list() #> #> $`factor XI deficiency`$value #> [1] "factor XI deficiency" #> #> #> $`factor XII deficiency` #> $`factor XII deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2231" #> #> $`factor XII deficiency`$`_id` #> [1] "DOID_2231<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor XII deficiency`$privateGeneCount #> [1] 0 #> #> $`factor XII deficiency`$publicGeneCount #> [1] 1 #> #> $`factor XII deficiency`$urlId #> [1] "DOID_2231" #> #> $`factor XII deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor XII deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor XII deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor XII deficiency`$children #> list() #> #> $`factor XII deficiency`$value #> [1] "factor XII deficiency" #> #> #> $`factor XII deficiency` #> $`factor XII deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2231" #> #> $`factor XII deficiency`$`_id` #> [1] "DOID_2231<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor XII deficiency`$privateGeneCount #> [1] 0 #> #> $`factor XII deficiency`$publicGeneCount #> [1] 1 #> #> $`factor XII deficiency`$urlId #> [1] "DOID_2231" #> #> $`factor XII deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor XII deficiency`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor XII deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor XII deficiency`$children #> list() #> #> $`factor XII deficiency`$value #> [1] "factor XII deficiency" #> #> #> $`factor XIII deficiency` #> $`factor XIII deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2211" #> #> $`factor XIII deficiency`$`_id` #> [1] "DOID_2211<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor XIII deficiency`$privateGeneCount #> [1] 0 #> #> $`factor XIII deficiency`$publicGeneCount #> [1] 3 #> #> $`factor XIII deficiency`$urlId #> [1] "DOID_2211" #> #> $`factor XIII deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor XIII deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor XIII deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor XIII deficiency`$children #> list() #> #> $`factor XIII deficiency`$value #> [1] "factor XIII deficiency" #> #> #> $`factor XIII deficiency` #> $`factor XIII deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2211" #> #> $`factor XIII deficiency`$`_id` #> [1] "DOID_2211<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor XIII deficiency`$privateGeneCount #> [1] 0 #> #> $`factor XIII deficiency`$publicGeneCount #> [1] 3 #> #> $`factor XIII deficiency`$urlId #> [1] "DOID_2211" #> #> $`factor XIII deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor XIII deficiency`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor XIII deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor XIII deficiency`$children #> list() #> #> $`factor XIII deficiency`$value #> [1] "factor XIII deficiency" #> #> #> $`Fair hair` #> $`Fair hair`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002286" #> #> $`Fair hair`$`_id` #> [1] "HP_0002286<HP_0011358<HP_0005599<HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Fair hair`$privateGeneCount #> [1] 0 #> #> $`Fair hair`$publicGeneCount #> [1] 4 #> #> $`Fair hair`$urlId #> [1] "HP_0002286" #> #> $`Fair hair`$dbPhenotype #> [1] TRUE #> #> $`Fair hair`$`_parent` #> [1] "HP_0011358<HP_0005599<HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Fair hair`$`_is_leaf` #> [1] TRUE #> #> $`Fair hair`$children #> list() #> #> $`Fair hair`$value #> [1] "Fair hair" #> #> #> $`fallopian tube cancer` #> $`fallopian tube cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1964" #> #> $`fallopian tube cancer`$`_id` #> [1] "DOID_1964<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`fallopian tube cancer`$privateGeneCount #> [1] 0 #> #> $`fallopian tube cancer`$publicGeneCount #> [1] 1 #> #> $`fallopian tube cancer`$urlId #> [1] "DOID_1964" #> #> $`fallopian tube cancer`$dbPhenotype #> [1] TRUE #> #> $`fallopian tube cancer`$`_parent` #> [1] "DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`fallopian tube cancer`$`_is_leaf` #> [1] FALSE #> #> $`fallopian tube cancer`$children #> $`fallopian tube cancer`$children[[1]] #> [1] "DOID_1963<DOID_1964<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`fallopian tube cancer`$value #> [1] "fallopian tube cancer" #> #> #> $`fallopian tube cancer` #> $`fallopian tube cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1964" #> #> $`fallopian tube cancer`$`_id` #> [1] "DOID_1964<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`fallopian tube cancer`$privateGeneCount #> [1] 0 #> #> $`fallopian tube cancer`$publicGeneCount #> [1] 1 #> #> $`fallopian tube cancer`$urlId #> [1] "DOID_1964" #> #> $`fallopian tube cancer`$dbPhenotype #> [1] TRUE #> #> $`fallopian tube cancer`$`_parent` #> [1] "DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`fallopian tube cancer`$`_is_leaf` #> [1] FALSE #> #> $`fallopian tube cancer`$children #> $`fallopian tube cancer`$children[[1]] #> [1] "DOID_1963<DOID_1964<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`fallopian tube cancer`$value #> [1] "fallopian tube cancer" #> #> #> $`fallopian tube cancer` #> $`fallopian tube cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1964" #> #> $`fallopian tube cancer`$`_id` #> [1] "DOID_1964<DOID_1962<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`fallopian tube cancer`$privateGeneCount #> [1] 0 #> #> $`fallopian tube cancer`$publicGeneCount #> [1] 1 #> #> $`fallopian tube cancer`$urlId #> [1] "DOID_1964" #> #> $`fallopian tube cancer`$dbPhenotype #> [1] TRUE #> #> $`fallopian tube cancer`$`_parent` #> [1] "DOID_1962<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`fallopian tube cancer`$`_is_leaf` #> [1] FALSE #> #> $`fallopian tube cancer`$children #> $`fallopian tube cancer`$children[[1]] #> [1] "DOID_1963<DOID_1964<DOID_1962<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`fallopian tube cancer`$value #> [1] "fallopian tube cancer" #> #> #> $`fallopian tube carcinoma` #> $`fallopian tube carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1963" #> #> $`fallopian tube carcinoma`$`_id` #> [1] "DOID_1963<DOID_1964<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`fallopian tube carcinoma`$privateGeneCount #> [1] 0 #> #> $`fallopian tube carcinoma`$publicGeneCount #> [1] 1 #> #> $`fallopian tube carcinoma`$urlId #> [1] "DOID_1963" #> #> $`fallopian tube carcinoma`$dbPhenotype #> [1] TRUE #> #> $`fallopian tube carcinoma`$`_parent` #> [1] "DOID_1964<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`fallopian tube carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`fallopian tube carcinoma`$children #> list() #> #> $`fallopian tube carcinoma`$value #> [1] "fallopian tube carcinoma" #> #> #> $`fallopian tube carcinoma` #> $`fallopian tube carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1963" #> #> $`fallopian tube carcinoma`$`_id` #> [1] "DOID_1963<DOID_1964<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`fallopian tube carcinoma`$privateGeneCount #> [1] 0 #> #> $`fallopian tube carcinoma`$publicGeneCount #> [1] 1 #> #> $`fallopian tube carcinoma`$urlId #> [1] "DOID_1963" #> #> $`fallopian tube carcinoma`$dbPhenotype #> [1] TRUE #> #> $`fallopian tube carcinoma`$`_parent` #> [1] "DOID_1964<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`fallopian tube carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`fallopian tube carcinoma`$children #> list() #> #> $`fallopian tube carcinoma`$value #> [1] "fallopian tube carcinoma" #> #> #> $`fallopian tube carcinoma` #> $`fallopian tube carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1963" #> #> $`fallopian tube carcinoma`$`_id` #> [1] "DOID_1963<DOID_1964<DOID_1962<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`fallopian tube carcinoma`$privateGeneCount #> [1] 0 #> #> $`fallopian tube carcinoma`$publicGeneCount #> [1] 1 #> #> $`fallopian tube carcinoma`$urlId #> [1] "DOID_1963" #> #> $`fallopian tube carcinoma`$dbPhenotype #> [1] TRUE #> #> $`fallopian tube carcinoma`$`_parent` #> [1] "DOID_1964<DOID_1962<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`fallopian tube carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`fallopian tube carcinoma`$children #> list() #> #> $`fallopian tube carcinoma`$value #> [1] "fallopian tube carcinoma" #> #> #> $`fallopian tube carcinoma` #> $`fallopian tube carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1963" #> #> $`fallopian tube carcinoma`$`_id` #> [1] "DOID_1963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`fallopian tube carcinoma`$privateGeneCount #> [1] 0 #> #> $`fallopian tube carcinoma`$publicGeneCount #> [1] 1 #> #> $`fallopian tube carcinoma`$urlId #> [1] "DOID_1963" #> #> $`fallopian tube carcinoma`$dbPhenotype #> [1] TRUE #> #> $`fallopian tube carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`fallopian tube carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`fallopian tube carcinoma`$children #> list() #> #> $`fallopian tube carcinoma`$value #> [1] "fallopian tube carcinoma" #> #> #> $`fallopian tube disease` #> $`fallopian tube disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1962" #> #> $`fallopian tube disease`$`_id` #> [1] "DOID_1962<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`fallopian tube disease`$privateGeneCount #> [1] 0 #> #> $`fallopian tube disease`$publicGeneCount #> [1] 2 #> #> $`fallopian tube disease`$urlId #> [1] "DOID_1962" #> #> $`fallopian tube disease`$dbPhenotype #> [1] TRUE #> #> $`fallopian tube disease`$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`fallopian tube disease`$`_is_leaf` #> [1] FALSE #> #> $`fallopian tube disease`$children #> $`fallopian tube disease`$children[[1]] #> [1] "DOID_1964<DOID_1962<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`fallopian tube disease`$value #> [1] "fallopian tube disease" #> #> #> $`familial adenomatous polyposis` #> $`familial adenomatous polyposis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050424" #> #> $`familial adenomatous polyposis`$`_id` #> [1] "DOID_0050424<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`familial adenomatous polyposis`$privateGeneCount #> [1] 0 #> #> $`familial adenomatous polyposis`$publicGeneCount #> [1] 12 #> #> $`familial adenomatous polyposis`$urlId #> [1] "DOID_0050424" #> #> $`familial adenomatous polyposis`$dbPhenotype #> [1] TRUE #> #> $`familial adenomatous polyposis`$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`familial adenomatous polyposis`$`_is_leaf` #> [1] TRUE #> #> $`familial adenomatous polyposis`$children #> list() #> #> $`familial adenomatous polyposis`$value #> [1] "familial adenomatous polyposis" #> #> #> $`familial adenomatous polyposis` #> $`familial adenomatous polyposis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050424" #> #> $`familial adenomatous polyposis`$`_id` #> [1] "DOID_0050424<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`familial adenomatous polyposis`$privateGeneCount #> [1] 0 #> #> $`familial adenomatous polyposis`$publicGeneCount #> [1] 12 #> #> $`familial adenomatous polyposis`$urlId #> [1] "DOID_0050424" #> #> $`familial adenomatous polyposis`$dbPhenotype #> [1] TRUE #> #> $`familial adenomatous polyposis`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`familial adenomatous polyposis`$`_is_leaf` #> [1] TRUE #> #> $`familial adenomatous polyposis`$children #> list() #> #> $`familial adenomatous polyposis`$value #> [1] "familial adenomatous polyposis" #> #> #> $`familial atrial fibrillation` #> $`familial atrial fibrillation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050650" #> #> $`familial atrial fibrillation`$`_id` #> [1] "DOID_0050650<DOID_0060224<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`familial atrial fibrillation`$privateGeneCount #> [1] 0 #> #> $`familial atrial fibrillation`$publicGeneCount #> [1] 11 #> #> $`familial atrial fibrillation`$urlId #> [1] "DOID_0050650" #> #> $`familial atrial fibrillation`$dbPhenotype #> [1] TRUE #> #> $`familial atrial fibrillation`$`_parent` #> [1] "DOID_0060224<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`familial atrial fibrillation`$`_is_leaf` #> [1] TRUE #> #> $`familial atrial fibrillation`$children #> list() #> #> $`familial atrial fibrillation`$value #> [1] "familial atrial fibrillation" #> #> #> $`familial chylomicronemia syndrome` #> $`familial chylomicronemia syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111417" #> #> $`familial chylomicronemia syndrome`$`_id` #> [1] "DOID_0111417<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial chylomicronemia syndrome`$privateGeneCount #> [1] 0 #> #> $`familial chylomicronemia syndrome`$publicGeneCount #> [1] 1 #> #> $`familial chylomicronemia syndrome`$urlId #> [1] "DOID_0111417" #> #> $`familial chylomicronemia syndrome`$dbPhenotype #> [1] FALSE #> #> $`familial chylomicronemia syndrome`$`_parent` #> [1] "DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial chylomicronemia syndrome`$`_is_leaf` #> [1] FALSE #> #> $`familial chylomicronemia syndrome`$children #> $`familial chylomicronemia syndrome`$children[[1]] #> [1] "DOID_14118<DOID_0111417<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> #> $`familial chylomicronemia syndrome`$value #> [1] "familial chylomicronemia syndrome" #> #> #> $`familial combined hyperlipidemia` #> $`familial combined hyperlipidemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13809" #> #> $`familial combined hyperlipidemia`$`_id` #> [1] "DOID_13809<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial combined hyperlipidemia`$privateGeneCount #> [1] 0 #> #> $`familial combined hyperlipidemia`$publicGeneCount #> [1] 11 #> #> $`familial combined hyperlipidemia`$urlId #> [1] "DOID_13809" #> #> $`familial combined hyperlipidemia`$dbPhenotype #> [1] TRUE #> #> $`familial combined hyperlipidemia`$`_parent` #> [1] "DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial combined hyperlipidemia`$`_is_leaf` #> [1] TRUE #> #> $`familial combined hyperlipidemia`$children #> list() #> #> $`familial combined hyperlipidemia`$value #> [1] "familial combined hyperlipidemia" #> #> #> $`familial encephalopathy with neuroserpin inclusion bodies` #> $`familial encephalopathy with neuroserpin inclusion bodies`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050831" #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$`_id` #> [1] "DOID_0050831<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$privateGeneCount #> [1] 0 #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$publicGeneCount #> [1] 2 #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$urlId #> [1] "DOID_0050831" #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$dbPhenotype #> [1] TRUE #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$`_is_leaf` #> [1] TRUE #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$children #> list() #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$value #> [1] "familial encephalopathy with neuroserpin inclusion bodies" #> #> #> $`familial encephalopathy with neuroserpin inclusion bodies` #> $`familial encephalopathy with neuroserpin inclusion bodies`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050831" #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$`_id` #> [1] "DOID_0050831<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$privateGeneCount #> [1] 0 #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$publicGeneCount #> [1] 2 #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$urlId #> [1] "DOID_0050831" #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$dbPhenotype #> [1] TRUE #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$`_is_leaf` #> [1] TRUE #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$children #> list() #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$value #> [1] "familial encephalopathy with neuroserpin inclusion bodies" #> #> #> $`familial erythrocytosis 2` #> $`familial erythrocytosis 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060474" #> #> $`familial erythrocytosis 2`$`_id` #> [1] "DOID_0060474<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`familial erythrocytosis 2`$privateGeneCount #> [1] 0 #> #> $`familial erythrocytosis 2`$publicGeneCount #> [1] 1 #> #> $`familial erythrocytosis 2`$urlId #> [1] "DOID_0060474" #> #> $`familial erythrocytosis 2`$dbPhenotype #> [1] TRUE #> #> $`familial erythrocytosis 2`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`familial erythrocytosis 2`$`_is_leaf` #> [1] TRUE #> #> $`familial erythrocytosis 2`$children #> list() #> #> $`familial erythrocytosis 2`$value #> [1] "familial erythrocytosis 2" #> #> #> $`familial erythrocytosis 2` #> $`familial erythrocytosis 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060474" #> #> $`familial erythrocytosis 2`$`_id` #> [1] "DOID_0060474<DOID_10780<DOID_8432<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`familial erythrocytosis 2`$privateGeneCount #> [1] 0 #> #> $`familial erythrocytosis 2`$publicGeneCount #> [1] 1 #> #> $`familial erythrocytosis 2`$urlId #> [1] "DOID_0060474" #> #> $`familial erythrocytosis 2`$dbPhenotype #> [1] TRUE #> #> $`familial erythrocytosis 2`$`_parent` #> [1] "DOID_10780<DOID_8432<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`familial erythrocytosis 2`$`_is_leaf` #> [1] TRUE #> #> $`familial erythrocytosis 2`$children #> list() #> #> $`familial erythrocytosis 2`$value #> [1] "familial erythrocytosis 2" #> #> #> $`familial hemiplegic migraine` #> $`familial hemiplegic migraine`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060178" #> #> $`familial hemiplegic migraine`$`_id` #> [1] "DOID_0060178<DOID_10024<DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`familial hemiplegic migraine`$privateGeneCount #> [1] 0 #> #> $`familial hemiplegic migraine`$publicGeneCount #> [1] 3 #> #> $`familial hemiplegic migraine`$urlId #> [1] "DOID_0060178" #> #> $`familial hemiplegic migraine`$dbPhenotype #> [1] TRUE #> #> $`familial hemiplegic migraine`$`_parent` #> [1] "DOID_10024<DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`familial hemiplegic migraine`$`_is_leaf` #> [1] TRUE #> #> $`familial hemiplegic migraine`$children #> list() #> #> $`familial hemiplegic migraine`$value #> [1] "familial hemiplegic migraine" #> #> #> $`familial hypercholesterolemia` #> $`familial hypercholesterolemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13810" #> #> $`familial hypercholesterolemia`$`_id` #> [1] "DOID_13810<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial hypercholesterolemia`$privateGeneCount #> [1] 0 #> #> $`familial hypercholesterolemia`$publicGeneCount #> [1] 22 #> #> $`familial hypercholesterolemia`$urlId #> [1] "DOID_13810" #> #> $`familial hypercholesterolemia`$dbPhenotype #> [1] TRUE #> #> $`familial hypercholesterolemia`$`_parent` #> [1] "DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial hypercholesterolemia`$`_is_leaf` #> [1] TRUE #> #> $`familial hypercholesterolemia`$children #> list() #> #> $`familial hypercholesterolemia`$value #> [1] "familial hypercholesterolemia" #> #> #> $`familial hyperlipidemia` #> $`familial hyperlipidemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1168" #> #> $`familial hyperlipidemia`$`_id` #> [1] "DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial hyperlipidemia`$privateGeneCount #> [1] 0 #> #> $`familial hyperlipidemia`$publicGeneCount #> [1] 46 #> #> $`familial hyperlipidemia`$urlId #> [1] "DOID_1168" #> #> $`familial hyperlipidemia`$dbPhenotype #> [1] TRUE #> #> $`familial hyperlipidemia`$`_parent` #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial hyperlipidemia`$`_is_leaf` #> [1] FALSE #> #> $`familial hyperlipidemia`$children #> $`familial hyperlipidemia`$children[[1]] #> [1] "DOID_0111417<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial hyperlipidemia`$children[[2]] #> [1] "DOID_13809<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial hyperlipidemia`$children[[3]] #> [1] "DOID_13810<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial hyperlipidemia`$children[[4]] #> [1] "DOID_3145<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial hyperlipidemia`$children[[5]] #> [1] "DOID_1171<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> #> $`familial hyperlipidemia`$value #> [1] "familial hyperlipidemia" #> #> #> $`familial juvenile hyperuricemic nephropathy` #> $`familial juvenile hyperuricemic nephropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060062" #> #> $`familial juvenile hyperuricemic nephropathy`$`_id` #> [1] "DOID_0060062<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`familial juvenile hyperuricemic nephropathy`$privateGeneCount #> [1] 0 #> #> $`familial juvenile hyperuricemic nephropathy`$publicGeneCount #> [1] 2 #> #> $`familial juvenile hyperuricemic nephropathy`$urlId #> [1] "DOID_0060062" #> #> $`familial juvenile hyperuricemic nephropathy`$dbPhenotype #> [1] TRUE #> #> $`familial juvenile hyperuricemic nephropathy`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`familial juvenile hyperuricemic nephropathy`$`_is_leaf` #> [1] TRUE #> #> $`familial juvenile hyperuricemic nephropathy`$children #> list() #> #> $`familial juvenile hyperuricemic nephropathy`$value #> [1] "familial juvenile hyperuricemic nephropathy" #> #> #> $`familial lipoprotein lipase deficiency` #> $`familial lipoprotein lipase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14118" #> #> $`familial lipoprotein lipase deficiency`$`_id` #> [1] "DOID_14118<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`familial lipoprotein lipase deficiency`$privateGeneCount #> [1] 0 #> #> $`familial lipoprotein lipase deficiency`$publicGeneCount #> [1] 1 #> #> $`familial lipoprotein lipase deficiency`$urlId #> [1] "DOID_14118" #> #> $`familial lipoprotein lipase deficiency`$dbPhenotype #> [1] TRUE #> #> $`familial lipoprotein lipase deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`familial lipoprotein lipase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`familial lipoprotein lipase deficiency`$children #> list() #> #> $`familial lipoprotein lipase deficiency`$value #> [1] "familial lipoprotein lipase deficiency" #> #> #> $`familial lipoprotein lipase deficiency` #> $`familial lipoprotein lipase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14118" #> #> $`familial lipoprotein lipase deficiency`$`_id` #> [1] "DOID_14118<DOID_0111417<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial lipoprotein lipase deficiency`$privateGeneCount #> [1] 0 #> #> $`familial lipoprotein lipase deficiency`$publicGeneCount #> [1] 1 #> #> $`familial lipoprotein lipase deficiency`$urlId #> [1] "DOID_14118" #> #> $`familial lipoprotein lipase deficiency`$dbPhenotype #> [1] TRUE #> #> $`familial lipoprotein lipase deficiency`$`_parent` #> [1] "DOID_0111417<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial lipoprotein lipase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`familial lipoprotein lipase deficiency`$children #> list() #> #> $`familial lipoprotein lipase deficiency`$value #> [1] "familial lipoprotein lipase deficiency" #> #> #> $`familial Mediterranean fever` #> $`familial Mediterranean fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2987" #> #> $`familial Mediterranean fever`$`_id` #> [1] "DOID_2987<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`familial Mediterranean fever`$privateGeneCount #> [1] 0 #> #> $`familial Mediterranean fever`$publicGeneCount #> [1] 11 #> #> $`familial Mediterranean fever`$urlId #> [1] "DOID_2987" #> #> $`familial Mediterranean fever`$dbPhenotype #> [1] TRUE #> #> $`familial Mediterranean fever`$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`familial Mediterranean fever`$`_is_leaf` #> [1] TRUE #> #> $`familial Mediterranean fever`$children #> list() #> #> $`familial Mediterranean fever`$value #> [1] "familial Mediterranean fever" #> #> #> $`familial Mediterranean fever` #> $`familial Mediterranean fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2987" #> #> $`familial Mediterranean fever`$`_id` #> [1] "DOID_2987<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`familial Mediterranean fever`$privateGeneCount #> [1] 0 #> #> $`familial Mediterranean fever`$publicGeneCount #> [1] 11 #> #> $`familial Mediterranean fever`$urlId #> [1] "DOID_2987" #> #> $`familial Mediterranean fever`$dbPhenotype #> [1] TRUE #> #> $`familial Mediterranean fever`$`_parent` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`familial Mediterranean fever`$`_is_leaf` #> [1] TRUE #> #> $`familial Mediterranean fever`$children #> list() #> #> $`familial Mediterranean fever`$value #> [1] "familial Mediterranean fever" #> #> #> $`familial medullary thyroid carcinoma` #> $`familial medullary thyroid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050547" #> #> $`familial medullary thyroid carcinoma`$`_id` #> [1] "DOID_0050547<DOID_3973<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`familial medullary thyroid carcinoma`$privateGeneCount #> [1] 0 #> #> $`familial medullary thyroid carcinoma`$publicGeneCount #> [1] 2 #> #> $`familial medullary thyroid carcinoma`$urlId #> [1] "DOID_0050547" #> #> $`familial medullary thyroid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`familial medullary thyroid carcinoma`$`_parent` #> [1] "DOID_3973<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`familial medullary thyroid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`familial medullary thyroid carcinoma`$children #> list() #> #> $`familial medullary thyroid carcinoma`$value #> [1] "familial medullary thyroid carcinoma" #> #> #> $`familial medullary thyroid carcinoma` #> $`familial medullary thyroid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050547" #> #> $`familial medullary thyroid carcinoma`$`_id` #> [1] "DOID_0050547<DOID_3973<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`familial medullary thyroid carcinoma`$privateGeneCount #> [1] 0 #> #> $`familial medullary thyroid carcinoma`$publicGeneCount #> [1] 2 #> #> $`familial medullary thyroid carcinoma`$urlId #> [1] "DOID_0050547" #> #> $`familial medullary thyroid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`familial medullary thyroid carcinoma`$`_parent` #> [1] "DOID_3973<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`familial medullary thyroid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`familial medullary thyroid carcinoma`$children #> list() #> #> $`familial medullary thyroid carcinoma`$value #> [1] "familial medullary thyroid carcinoma" #> #> #> $`familial medullary thyroid carcinoma` #> $`familial medullary thyroid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050547" #> #> $`familial medullary thyroid carcinoma`$`_id` #> [1] "DOID_0050547<DOID_3973<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`familial medullary thyroid carcinoma`$privateGeneCount #> [1] 0 #> #> $`familial medullary thyroid carcinoma`$publicGeneCount #> [1] 2 #> #> $`familial medullary thyroid carcinoma`$urlId #> [1] "DOID_0050547" #> #> $`familial medullary thyroid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`familial medullary thyroid carcinoma`$`_parent` #> [1] "DOID_3973<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`familial medullary thyroid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`familial medullary thyroid carcinoma`$children #> list() #> #> $`familial medullary thyroid carcinoma`$value #> [1] "familial medullary thyroid carcinoma" #> #> #> $`familial meningioma` #> $`familial meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4586" #> #> $`familial meningioma`$`_id` #> [1] "DOID_4586<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`familial meningioma`$privateGeneCount #> [1] 0 #> #> $`familial meningioma`$publicGeneCount #> [1] 6 #> #> $`familial meningioma`$urlId #> [1] "DOID_4586" #> #> $`familial meningioma`$dbPhenotype #> [1] TRUE #> #> $`familial meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`familial meningioma`$`_is_leaf` #> [1] TRUE #> #> $`familial meningioma`$children #> list() #> #> $`familial meningioma`$value #> [1] "familial meningioma" #> #> #> $`familial meningioma` #> $`familial meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4586" #> #> $`familial meningioma`$`_id` #> [1] "DOID_4586<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`familial meningioma`$privateGeneCount #> [1] 0 #> #> $`familial meningioma`$publicGeneCount #> [1] 6 #> #> $`familial meningioma`$urlId #> [1] "DOID_4586" #> #> $`familial meningioma`$dbPhenotype #> [1] TRUE #> #> $`familial meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`familial meningioma`$`_is_leaf` #> [1] TRUE #> #> $`familial meningioma`$children #> list() #> #> $`familial meningioma`$value #> [1] "familial meningioma" #> #> #> $`familial meningioma` #> $`familial meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4586" #> #> $`familial meningioma`$`_id` #> [1] "DOID_4586<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`familial meningioma`$privateGeneCount #> [1] 0 #> #> $`familial meningioma`$publicGeneCount #> [1] 6 #> #> $`familial meningioma`$urlId #> [1] "DOID_4586" #> #> $`familial meningioma`$dbPhenotype #> [1] TRUE #> #> $`familial meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`familial meningioma`$`_is_leaf` #> [1] TRUE #> #> $`familial meningioma`$children #> list() #> #> $`familial meningioma`$value #> [1] "familial meningioma" #> #> #> $`familial nephrotic syndrome` #> $`familial nephrotic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2590" #> #> $`familial nephrotic syndrome`$`_id` #> [1] "DOID_2590<DOID_0050177<DOID_630<DOID_4" #> #> $`familial nephrotic syndrome`$privateGeneCount #> [1] 0 #> #> $`familial nephrotic syndrome`$publicGeneCount #> [1] 2 #> #> $`familial nephrotic syndrome`$urlId #> [1] "DOID_2590" #> #> $`familial nephrotic syndrome`$dbPhenotype #> [1] TRUE #> #> $`familial nephrotic syndrome`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`familial nephrotic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`familial nephrotic syndrome`$children #> list() #> #> $`familial nephrotic syndrome`$value #> [1] "familial nephrotic syndrome" #> #> #> $`familial nephrotic syndrome` #> $`familial nephrotic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2590" #> #> $`familial nephrotic syndrome`$`_id` #> [1] "DOID_2590<DOID_1184<DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`familial nephrotic syndrome`$privateGeneCount #> [1] 0 #> #> $`familial nephrotic syndrome`$publicGeneCount #> [1] 2 #> #> $`familial nephrotic syndrome`$urlId #> [1] "DOID_2590" #> #> $`familial nephrotic syndrome`$dbPhenotype #> [1] TRUE #> #> $`familial nephrotic syndrome`$`_parent` #> [1] "DOID_1184<DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`familial nephrotic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`familial nephrotic syndrome`$children #> list() #> #> $`familial nephrotic syndrome`$value #> [1] "familial nephrotic syndrome" #> #> #> $`familial partial lipodystrophy` #> $`familial partial lipodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050440" #> #> $`familial partial lipodystrophy`$`_id` #> [1] "DOID_0050440<DOID_0080299<DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`familial partial lipodystrophy`$privateGeneCount #> [1] 0 #> #> $`familial partial lipodystrophy`$publicGeneCount #> [1] 8 #> #> $`familial partial lipodystrophy`$urlId #> [1] "DOID_0050440" #> #> $`familial partial lipodystrophy`$dbPhenotype #> [1] TRUE #> #> $`familial partial lipodystrophy`$`_parent` #> [1] "DOID_0080299<DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`familial partial lipodystrophy`$`_is_leaf` #> [1] TRUE #> #> $`familial partial lipodystrophy`$children #> list() #> #> $`familial partial lipodystrophy`$value #> [1] "familial partial lipodystrophy" #> #> #> $`familial periodic paralysis` #> $`familial periodic paralysis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1029" #> #> $`familial periodic paralysis`$`_id` #> [1] "DOID_1029<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`familial periodic paralysis`$privateGeneCount #> [1] 0 #> #> $`familial periodic paralysis`$publicGeneCount #> [1] 5 #> #> $`familial periodic paralysis`$urlId #> [1] "DOID_1029" #> #> $`familial periodic paralysis`$dbPhenotype #> [1] TRUE #> #> $`familial periodic paralysis`$`_parent` #> [1] "DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`familial periodic paralysis`$`_is_leaf` #> [1] FALSE #> #> $`familial periodic paralysis`$children #> $`familial periodic paralysis`$children[[1]] #> [1] "DOID_14451<DOID_1029<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`familial periodic paralysis`$children[[2]] #> [1] "DOID_14452<DOID_1029<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> #> $`familial periodic paralysis`$value #> [1] "familial periodic paralysis" #> #> #> $`familial retinoblastoma` #> $`familial retinoblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4648" #> #> $`familial retinoblastoma`$`_id` #> [1] "DOID_4648<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`familial retinoblastoma`$privateGeneCount #> [1] 0 #> #> $`familial retinoblastoma`$publicGeneCount #> [1] 7 #> #> $`familial retinoblastoma`$urlId #> [1] "DOID_4648" #> #> $`familial retinoblastoma`$dbPhenotype #> [1] TRUE #> #> $`familial retinoblastoma`$`_parent` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`familial retinoblastoma`$`_is_leaf` #> [1] TRUE #> #> $`familial retinoblastoma`$children #> list() #> #> $`familial retinoblastoma`$value #> [1] "familial retinoblastoma" #> #> #> $`familial retinoblastoma` #> $`familial retinoblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4648" #> #> $`familial retinoblastoma`$`_id` #> [1] "DOID_4648<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`familial retinoblastoma`$privateGeneCount #> [1] 0 #> #> $`familial retinoblastoma`$publicGeneCount #> [1] 7 #> #> $`familial retinoblastoma`$urlId #> [1] "DOID_4648" #> #> $`familial retinoblastoma`$dbPhenotype #> [1] TRUE #> #> $`familial retinoblastoma`$`_parent` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`familial retinoblastoma`$`_is_leaf` #> [1] TRUE #> #> $`familial retinoblastoma`$children #> list() #> #> $`familial retinoblastoma`$value #> [1] "familial retinoblastoma" #> #> #> $`familial retinoblastoma` #> $`familial retinoblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4648" #> #> $`familial retinoblastoma`$`_id` #> [1] "DOID_4648<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`familial retinoblastoma`$privateGeneCount #> [1] 0 #> #> $`familial retinoblastoma`$publicGeneCount #> [1] 7 #> #> $`familial retinoblastoma`$urlId #> [1] "DOID_4648" #> #> $`familial retinoblastoma`$dbPhenotype #> [1] TRUE #> #> $`familial retinoblastoma`$`_parent` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`familial retinoblastoma`$`_is_leaf` #> [1] TRUE #> #> $`familial retinoblastoma`$children #> list() #> #> $`familial retinoblastoma`$value #> [1] "familial retinoblastoma" #> #> #> $`familial retinoblastoma` #> $`familial retinoblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4648" #> #> $`familial retinoblastoma`$`_id` #> [1] "DOID_4648<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`familial retinoblastoma`$privateGeneCount #> [1] 0 #> #> $`familial retinoblastoma`$publicGeneCount #> [1] 7 #> #> $`familial retinoblastoma`$urlId #> [1] "DOID_4648" #> #> $`familial retinoblastoma`$dbPhenotype #> [1] TRUE #> #> $`familial retinoblastoma`$`_parent` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`familial retinoblastoma`$`_is_leaf` #> [1] TRUE #> #> $`familial retinoblastoma`$children #> list() #> #> $`familial retinoblastoma`$value #> [1] "familial retinoblastoma" #> #> #> $`familial retinoblastoma` #> $`familial retinoblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4648" #> #> $`familial retinoblastoma`$`_id` #> [1] "DOID_4648<DOID_768<DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`familial retinoblastoma`$privateGeneCount #> [1] 0 #> #> $`familial retinoblastoma`$publicGeneCount #> [1] 7 #> #> $`familial retinoblastoma`$urlId #> [1] "DOID_4648" #> #> $`familial retinoblastoma`$dbPhenotype #> [1] TRUE #> #> $`familial retinoblastoma`$`_parent` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`familial retinoblastoma`$`_is_leaf` #> [1] TRUE #> #> $`familial retinoblastoma`$children #> list() #> #> $`familial retinoblastoma`$value #> [1] "familial retinoblastoma" #> #> #> $`familial visceral amyloidosis` #> $`familial visceral amyloidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050636" #> #> $`familial visceral amyloidosis`$`_id` #> [1] "DOID_0050636<DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`familial visceral amyloidosis`$privateGeneCount #> [1] 0 #> #> $`familial visceral amyloidosis`$publicGeneCount #> [1] 4 #> #> $`familial visceral amyloidosis`$urlId #> [1] "DOID_0050636" #> #> $`familial visceral amyloidosis`$dbPhenotype #> [1] TRUE #> #> $`familial visceral amyloidosis`$`_parent` #> [1] "DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`familial visceral amyloidosis`$`_is_leaf` #> [1] TRUE #> #> $`familial visceral amyloidosis`$children #> list() #> #> $`familial visceral amyloidosis`$value #> [1] "familial visceral amyloidosis" #> #> #> $`Fanconi anemia` #> $`Fanconi anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13636" #> #> $`Fanconi anemia`$`_id` #> [1] "DOID_13636<DOID_1342<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`Fanconi anemia`$privateGeneCount #> [1] 0 #> #> $`Fanconi anemia`$publicGeneCount #> [1] 19 #> #> $`Fanconi anemia`$urlId #> [1] "DOID_13636" #> #> $`Fanconi anemia`$dbPhenotype #> [1] TRUE #> #> $`Fanconi anemia`$`_parent` #> [1] "DOID_1342<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`Fanconi anemia`$`_is_leaf` #> [1] TRUE #> #> $`Fanconi anemia`$children #> list() #> #> $`Fanconi anemia`$value #> [1] "Fanconi anemia" #> #> #> $`Fanconi syndrome` #> $`Fanconi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1062" #> #> $`Fanconi syndrome`$`_id` #> [1] "DOID_1062<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Fanconi syndrome`$privateGeneCount #> [1] 0 #> #> $`Fanconi syndrome`$publicGeneCount #> [1] 5 #> #> $`Fanconi syndrome`$urlId #> [1] "DOID_1062" #> #> $`Fanconi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Fanconi syndrome`$`_parent` #> [1] "DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Fanconi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Fanconi syndrome`$children #> list() #> #> $`Fanconi syndrome`$value #> [1] "Fanconi syndrome" #> #> #> $`Farber lipogranulomatosis` #> $`Farber lipogranulomatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050464" #> #> $`Farber lipogranulomatosis`$`_id` #> [1] "DOID_0050464<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Farber lipogranulomatosis`$privateGeneCount #> [1] 0 #> #> $`Farber lipogranulomatosis`$publicGeneCount #> [1] 2 #> #> $`Farber lipogranulomatosis`$urlId #> [1] "DOID_0050464" #> #> $`Farber lipogranulomatosis`$dbPhenotype #> [1] TRUE #> #> $`Farber lipogranulomatosis`$`_parent` #> [1] "DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Farber lipogranulomatosis`$`_is_leaf` #> [1] TRUE #> #> $`Farber lipogranulomatosis`$children #> list() #> #> $`Farber lipogranulomatosis`$value #> [1] "Farber lipogranulomatosis" #> #> #> $`farmer's lung` #> $`farmer's lung`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14453" #> #> $`farmer's lung`$`_id` #> [1] "DOID_14453<DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`farmer's lung`$privateGeneCount #> [1] 0 #> #> $`farmer's lung`$publicGeneCount #> [1] 1 #> #> $`farmer's lung`$urlId #> [1] "DOID_14453" #> #> $`farmer's lung`$dbPhenotype #> [1] TRUE #> #> $`farmer's lung`$`_parent` #> [1] "DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`farmer's lung`$`_is_leaf` #> [1] TRUE #> #> $`farmer's lung`$children #> list() #> #> $`farmer's lung`$value #> [1] "farmer's lung" #> #> #> $`farmer's lung` #> $`farmer's lung`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14453" #> #> $`farmer's lung`$`_id` #> [1] "DOID_14453<DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`farmer's lung`$privateGeneCount #> [1] 0 #> #> $`farmer's lung`$publicGeneCount #> [1] 1 #> #> $`farmer's lung`$urlId #> [1] "DOID_14453" #> #> $`farmer's lung`$dbPhenotype #> [1] TRUE #> #> $`farmer's lung`$`_parent` #> [1] "DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`farmer's lung`$`_is_leaf` #> [1] TRUE #> #> $`farmer's lung`$children #> list() #> #> $`farmer's lung`$value #> [1] "farmer's lung" #> #> #> $Fasciculations #> $Fasciculations$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002380" #> #> $Fasciculations$`_id` #> [1] "HP_0002380<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Fasciculations$privateGeneCount #> [1] 0 #> #> $Fasciculations$publicGeneCount #> [1] 1 #> #> $Fasciculations$urlId #> [1] "HP_0002380" #> #> $Fasciculations$dbPhenotype #> [1] TRUE #> #> $Fasciculations$`_parent` #> [1] "HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Fasciculations$`_is_leaf` #> [1] TRUE #> #> $Fasciculations$children #> list() #> #> $Fasciculations$value #> [1] "Fasciculations" #> #> #> $`fatal familial insomnia` #> $`fatal familial insomnia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050433" #> #> $`fatal familial insomnia`$`_id` #> [1] "DOID_0050433<DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`fatal familial insomnia`$privateGeneCount #> [1] 0 #> #> $`fatal familial insomnia`$publicGeneCount #> [1] 1 #> #> $`fatal familial insomnia`$urlId #> [1] "DOID_0050433" #> #> $`fatal familial insomnia`$dbPhenotype #> [1] TRUE #> #> $`fatal familial insomnia`$`_parent` #> [1] "DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`fatal familial insomnia`$`_is_leaf` #> [1] TRUE #> #> $`fatal familial insomnia`$children #> list() #> #> $`fatal familial insomnia`$value #> [1] "fatal familial insomnia" #> #> #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency` #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050713" #> #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency`$`_id` #> [1] "DOID_0050713<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency`$privateGeneCount #> [1] 0 #> #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency`$publicGeneCount #> [1] 2 #> #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency`$urlId #> [1] "DOID_0050713" #> #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency`$dbPhenotype #> [1] TRUE #> #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency`$`_parent` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency`$children #> list() #> #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency`$value #> [1] "fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency" #> #> #> $Fatigue #> $Fatigue$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012378" #> #> $Fatigue$`_id` #> [1] "HP_0012378<HP_0025142<HP_0000118<HP_0000001" #> #> $Fatigue$privateGeneCount #> [1] 0 #> #> $Fatigue$publicGeneCount #> [1] 6 #> #> $Fatigue$urlId #> [1] "HP_0012378" #> #> $Fatigue$dbPhenotype #> [1] TRUE #> #> $Fatigue$`_parent` #> [1] "HP_0025142<HP_0000118<HP_0000001" #> #> $Fatigue$`_is_leaf` #> [1] TRUE #> #> $Fatigue$children #> list() #> #> $Fatigue$value #> [1] "Fatigue" #> #> #> $`fatty liver disease` #> $`fatty liver disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9452" #> #> $`fatty liver disease`$`_id` #> [1] "DOID_9452<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`fatty liver disease`$privateGeneCount #> [1] 0 #> #> $`fatty liver disease`$publicGeneCount #> [1] 83 #> #> $`fatty liver disease`$urlId #> [1] "DOID_9452" #> #> $`fatty liver disease`$dbPhenotype #> [1] TRUE #> #> $`fatty liver disease`$`_parent` #> [1] "DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`fatty liver disease`$`_is_leaf` #> [1] TRUE #> #> $`fatty liver disease`$children #> list() #> #> $`fatty liver disease`$value #> [1] "fatty liver disease" #> #> #> $favism #> $favism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13628" #> #> $favism$`_id` #> [1] "DOID_13628<DOID_2862<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $favism$privateGeneCount #> [1] 0 #> #> $favism$publicGeneCount #> [1] 1 #> #> $favism$urlId #> [1] "DOID_13628" #> #> $favism$dbPhenotype #> [1] TRUE #> #> $favism$`_parent` #> [1] "DOID_2862<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $favism$`_is_leaf` #> [1] TRUE #> #> $favism$children #> list() #> #> $favism$value #> [1] "favism" #> #> #> $`Febrile seizure (within the age range of 3 months to 6 years)` #> $`Febrile seizure (within the age range of 3 months to 6 years)`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002373" #> #> $`Febrile seizure (within the age range of 3 months to 6 years)`$`_id` #> [1] "HP_0002373<HP_0032894<HP_0032892<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Febrile seizure (within the age range of 3 months to 6 years)`$privateGeneCount #> [1] 0 #> #> $`Febrile seizure (within the age range of 3 months to 6 years)`$publicGeneCount #> [1] 35 #> #> $`Febrile seizure (within the age range of 3 months to 6 years)`$urlId #> [1] "HP_0002373" #> #> $`Febrile seizure (within the age range of 3 months to 6 years)`$dbPhenotype #> [1] TRUE #> #> $`Febrile seizure (within the age range of 3 months to 6 years)`$`_parent` #> [1] "HP_0032894<HP_0032892<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Febrile seizure (within the age range of 3 months to 6 years)`$`_is_leaf` #> [1] TRUE #> #> $`Febrile seizure (within the age range of 3 months to 6 years)`$children #> list() #> #> $`Febrile seizure (within the age range of 3 months to 6 years)`$value #> [1] "Febrile seizure (within the age range of 3 months to 6 years)" #> #> #> $`Feingold syndrome` #> $`Feingold syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060464" #> #> $`Feingold syndrome`$`_id` #> [1] "DOID_0060464<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Feingold syndrome`$privateGeneCount #> [1] 0 #> #> $`Feingold syndrome`$publicGeneCount #> [1] 2 #> #> $`Feingold syndrome`$urlId #> [1] "DOID_0060464" #> #> $`Feingold syndrome`$dbPhenotype #> [1] TRUE #> #> $`Feingold syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Feingold syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Feingold syndrome`$children #> list() #> #> $`Feingold syndrome`$value #> [1] "Feingold syndrome" #> #> #> $`Feingold syndrome` #> $`Feingold syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060464" #> #> $`Feingold syndrome`$`_id` #> [1] "DOID_0060464<DOID_225<DOID_4" #> #> $`Feingold syndrome`$privateGeneCount #> [1] 0 #> #> $`Feingold syndrome`$publicGeneCount #> [1] 2 #> #> $`Feingold syndrome`$urlId #> [1] "DOID_0060464" #> #> $`Feingold syndrome`$dbPhenotype #> [1] TRUE #> #> $`Feingold syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Feingold syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Feingold syndrome`$children #> list() #> #> $`Feingold syndrome`$value #> [1] "Feingold syndrome" #> #> #> $`female reproductive organ benign neoplasm` #> $`female reproductive organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060086" #> #> $`female reproductive organ benign neoplasm`$`_id` #> [1] "DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`female reproductive organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`female reproductive organ benign neoplasm`$publicGeneCount #> [1] 40 #> #> $`female reproductive organ benign neoplasm`$urlId #> [1] "DOID_0060086" #> #> $`female reproductive organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`female reproductive organ benign neoplasm`$`_parent` #> [1] "DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`female reproductive organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`female reproductive organ benign neoplasm`$children #> $`female reproductive organ benign neoplasm`$children[[1]] #> [1] "DOID_0060095<DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`female reproductive organ benign neoplasm`$value #> [1] "female reproductive organ benign neoplasm" #> #> #> $`female reproductive organ benign neoplasm` #> $`female reproductive organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060086" #> #> $`female reproductive organ benign neoplasm`$`_id` #> [1] "DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`female reproductive organ benign neoplasm`$publicGeneCount #> [1] 40 #> #> $`female reproductive organ benign neoplasm`$urlId #> [1] "DOID_0060086" #> #> $`female reproductive organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`female reproductive organ benign neoplasm`$`_parent` #> [1] "DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`female reproductive organ benign neoplasm`$children #> $`female reproductive organ benign neoplasm`$children[[1]] #> [1] "DOID_0060095<DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> #> $`female reproductive organ benign neoplasm`$value #> [1] "female reproductive organ benign neoplasm" #> #> #> $`female reproductive organ benign neoplasm` #> $`female reproductive organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060086" #> #> $`female reproductive organ benign neoplasm`$`_id` #> [1] "DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`female reproductive organ benign neoplasm`$publicGeneCount #> [1] 40 #> #> $`female reproductive organ benign neoplasm`$urlId #> [1] "DOID_0060086" #> #> $`female reproductive organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`female reproductive organ benign neoplasm`$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`female reproductive organ benign neoplasm`$children #> $`female reproductive organ benign neoplasm`$children[[1]] #> [1] "DOID_0060095<DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`female reproductive organ benign neoplasm`$value #> [1] "female reproductive organ benign neoplasm" #> #> #> $`female reproductive organ cancer` #> $`female reproductive organ cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_120" #> #> $`female reproductive organ cancer`$`_id` #> [1] "DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`female reproductive organ cancer`$privateGeneCount #> [1] 0 #> #> $`female reproductive organ cancer`$publicGeneCount #> [1] 430 #> #> $`female reproductive organ cancer`$urlId #> [1] "DOID_120" #> #> $`female reproductive organ cancer`$dbPhenotype #> [1] TRUE #> #> $`female reproductive organ cancer`$`_parent` #> [1] "DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`female reproductive organ cancer`$`_is_leaf` #> [1] FALSE #> #> $`female reproductive organ cancer`$children #> $`female reproductive organ cancer`$children[[1]] #> [1] "DOID_1964<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`female reproductive organ cancer`$children[[2]] #> [1] "DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`female reproductive organ cancer`$children[[3]] #> [1] "DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`female reproductive organ cancer`$children[[4]] #> [1] "DOID_119<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`female reproductive organ cancer`$children[[5]] #> [1] "DOID_1245<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`female reproductive organ cancer`$value #> [1] "female reproductive organ cancer" #> #> #> $`female reproductive organ cancer` #> $`female reproductive organ cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_120" #> #> $`female reproductive organ cancer`$`_id` #> [1] "DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive organ cancer`$privateGeneCount #> [1] 0 #> #> $`female reproductive organ cancer`$publicGeneCount #> [1] 430 #> #> $`female reproductive organ cancer`$urlId #> [1] "DOID_120" #> #> $`female reproductive organ cancer`$dbPhenotype #> [1] TRUE #> #> $`female reproductive organ cancer`$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive organ cancer`$`_is_leaf` #> [1] FALSE #> #> $`female reproductive organ cancer`$children #> $`female reproductive organ cancer`$children[[1]] #> [1] "DOID_1964<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive organ cancer`$children[[2]] #> [1] "DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive organ cancer`$children[[3]] #> [1] "DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive organ cancer`$children[[4]] #> [1] "DOID_119<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive organ cancer`$children[[5]] #> [1] "DOID_1245<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`female reproductive organ cancer`$value #> [1] "female reproductive organ cancer" #> #> #> $`female reproductive system disease` #> $`female reproductive system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_229" #> #> $`female reproductive system disease`$`_id` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$privateGeneCount #> [1] 0 #> #> $`female reproductive system disease`$publicGeneCount #> [1] 780 #> #> $`female reproductive system disease`$urlId #> [1] "DOID_229" #> #> $`female reproductive system disease`$dbPhenotype #> [1] FALSE #> #> $`female reproductive system disease`$`_parent` #> [1] "DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$`_is_leaf` #> [1] FALSE #> #> $`female reproductive system disease`$children #> $`female reproductive system disease`$children[[1]] #> [1] "DOID_13938<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$children[[2]] #> [1] "DOID_0060329<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$children[[3]] #> [1] "DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$children[[4]] #> [1] "DOID_1962<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$children[[5]] #> [1] "DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$children[[6]] #> [1] "DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$children[[7]] #> [1] "DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$children[[8]] #> [1] "DOID_1284<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$children[[9]] #> [1] "DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$children[[10]] #> [1] "DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$children[[11]] #> [1] "DOID_2059<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`female reproductive system disease`$value #> [1] "female reproductive system disease" #> #> #> $`fetal alcohol spectrum disorder` #> $`fetal alcohol spectrum disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050696" #> #> $`fetal alcohol spectrum disorder`$`_id` #> [1] "DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`fetal alcohol spectrum disorder`$privateGeneCount #> [1] 0 #> #> $`fetal alcohol spectrum disorder`$publicGeneCount #> [1] 21 #> #> $`fetal alcohol spectrum disorder`$urlId #> [1] "DOID_0050696" #> #> $`fetal alcohol spectrum disorder`$dbPhenotype #> [1] TRUE #> #> $`fetal alcohol spectrum disorder`$`_parent` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`fetal alcohol spectrum disorder`$`_is_leaf` #> [1] FALSE #> #> $`fetal alcohol spectrum disorder`$children #> $`fetal alcohol spectrum disorder`$children[[1]] #> [1] "DOID_0050668<DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`fetal alcohol spectrum disorder`$children[[2]] #> [1] "DOID_0050667<DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`fetal alcohol spectrum disorder`$children[[3]] #> [1] "DOID_0050665<DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`fetal alcohol spectrum disorder`$value #> [1] "fetal alcohol spectrum disorder" #> #> #> $`fetal alcohol syndrome` #> $`fetal alcohol syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050665" #> #> $`fetal alcohol syndrome`$`_id` #> [1] "DOID_0050665<DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`fetal alcohol syndrome`$privateGeneCount #> [1] 0 #> #> $`fetal alcohol syndrome`$publicGeneCount #> [1] 3 #> #> $`fetal alcohol syndrome`$urlId #> [1] "DOID_0050665" #> #> $`fetal alcohol syndrome`$dbPhenotype #> [1] TRUE #> #> $`fetal alcohol syndrome`$`_parent` #> [1] "DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`fetal alcohol syndrome`$`_is_leaf` #> [1] TRUE #> #> $`fetal alcohol syndrome`$children #> list() #> #> $`fetal alcohol syndrome`$value #> [1] "fetal alcohol syndrome" #> #> #> $Fever #> $Fever$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001945" #> #> $Fever$`_id` #> [1] "HP_0001945<HP_0004370<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Fever$privateGeneCount #> [1] 0 #> #> $Fever$publicGeneCount #> [1] 21 #> #> $Fever$urlId #> [1] "HP_0001945" #> #> $Fever$dbPhenotype #> [1] TRUE #> #> $Fever$`_parent` #> [1] "HP_0004370<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Fever$`_is_leaf` #> [1] TRUE #> #> $Fever$children #> list() #> #> $Fever$value #> [1] "Fever" #> #> #> $`FG syndrome` #> $`FG syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14711" #> #> $`FG syndrome`$`_id` #> [1] "DOID_14711<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`FG syndrome`$privateGeneCount #> [1] 0 #> #> $`FG syndrome`$publicGeneCount #> [1] 3 #> #> $`FG syndrome`$urlId #> [1] "DOID_14711" #> #> $`FG syndrome`$dbPhenotype #> [1] TRUE #> #> $`FG syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`FG syndrome`$`_is_leaf` #> [1] TRUE #> #> $`FG syndrome`$children #> list() #> #> $`FG syndrome`$value #> [1] "FG syndrome" #> #> #> $`FG syndrome` #> $`FG syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14711" #> #> $`FG syndrome`$`_id` #> [1] "DOID_14711<DOID_225<DOID_4" #> #> $`FG syndrome`$privateGeneCount #> [1] 0 #> #> $`FG syndrome`$publicGeneCount #> [1] 3 #> #> $`FG syndrome`$urlId #> [1] "DOID_14711" #> #> $`FG syndrome`$dbPhenotype #> [1] TRUE #> #> $`FG syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`FG syndrome`$`_is_leaf` #> [1] TRUE #> #> $`FG syndrome`$children #> list() #> #> $`FG syndrome`$value #> [1] "FG syndrome" #> #> #> $`fibrillary astrocytoma` #> $`fibrillary astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6726" #> #> $`fibrillary astrocytoma`$`_id` #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`fibrillary astrocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrillary astrocytoma`$publicGeneCount #> [1] 34 #> #> $`fibrillary astrocytoma`$urlId #> [1] "DOID_6726" #> #> $`fibrillary astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrillary astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`fibrillary astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`fibrillary astrocytoma`$children #> list() #> #> $`fibrillary astrocytoma`$value #> [1] "fibrillary astrocytoma" #> #> #> $`fibrillary astrocytoma` #> $`fibrillary astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6726" #> #> $`fibrillary astrocytoma`$`_id` #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrillary astrocytoma`$publicGeneCount #> [1] 34 #> #> $`fibrillary astrocytoma`$urlId #> [1] "DOID_6726" #> #> $`fibrillary astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrillary astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`fibrillary astrocytoma`$children #> list() #> #> $`fibrillary astrocytoma`$value #> [1] "fibrillary astrocytoma" #> #> #> $`fibrillary astrocytoma` #> $`fibrillary astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6726" #> #> $`fibrillary astrocytoma`$`_id` #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`fibrillary astrocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrillary astrocytoma`$publicGeneCount #> [1] 34 #> #> $`fibrillary astrocytoma`$urlId #> [1] "DOID_6726" #> #> $`fibrillary astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrillary astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`fibrillary astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`fibrillary astrocytoma`$children #> list() #> #> $`fibrillary astrocytoma`$value #> [1] "fibrillary astrocytoma" #> #> #> $`fibrillary astrocytoma` #> $`fibrillary astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6726" #> #> $`fibrillary astrocytoma`$`_id` #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrillary astrocytoma`$publicGeneCount #> [1] 34 #> #> $`fibrillary astrocytoma`$urlId #> [1] "DOID_6726" #> #> $`fibrillary astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrillary astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`fibrillary astrocytoma`$children #> list() #> #> $`fibrillary astrocytoma`$value #> [1] "fibrillary astrocytoma" #> #> #> $`fibrillary astrocytoma` #> $`fibrillary astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6726" #> #> $`fibrillary astrocytoma`$`_id` #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrillary astrocytoma`$publicGeneCount #> [1] 34 #> #> $`fibrillary astrocytoma`$urlId #> [1] "DOID_6726" #> #> $`fibrillary astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrillary astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`fibrillary astrocytoma`$children #> list() #> #> $`fibrillary astrocytoma`$value #> [1] "fibrillary astrocytoma" #> #> #> $`fibrillary astrocytoma` #> $`fibrillary astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6726" #> #> $`fibrillary astrocytoma`$`_id` #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrillary astrocytoma`$publicGeneCount #> [1] 34 #> #> $`fibrillary astrocytoma`$urlId #> [1] "DOID_6726" #> #> $`fibrillary astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrillary astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`fibrillary astrocytoma`$children #> list() #> #> $`fibrillary astrocytoma`$value #> [1] "fibrillary astrocytoma" #> #> #> $`fibrillary astrocytoma` #> $`fibrillary astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6726" #> #> $`fibrillary astrocytoma`$`_id` #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrillary astrocytoma`$publicGeneCount #> [1] 34 #> #> $`fibrillary astrocytoma`$urlId #> [1] "DOID_6726" #> #> $`fibrillary astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrillary astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`fibrillary astrocytoma`$children #> list() #> #> $`fibrillary astrocytoma`$value #> [1] "fibrillary astrocytoma" #> #> #> $`fibrillary astrocytoma` #> $`fibrillary astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6726" #> #> $`fibrillary astrocytoma`$`_id` #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`fibrillary astrocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrillary astrocytoma`$publicGeneCount #> [1] 34 #> #> $`fibrillary astrocytoma`$urlId #> [1] "DOID_6726" #> #> $`fibrillary astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrillary astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`fibrillary astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`fibrillary astrocytoma`$children #> list() #> #> $`fibrillary astrocytoma`$value #> [1] "fibrillary astrocytoma" #> #> #> $`fibrillary astrocytoma` #> $`fibrillary astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6726" #> #> $`fibrillary astrocytoma`$`_id` #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrillary astrocytoma`$publicGeneCount #> [1] 34 #> #> $`fibrillary astrocytoma`$urlId #> [1] "DOID_6726" #> #> $`fibrillary astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrillary astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`fibrillary astrocytoma`$children #> list() #> #> $`fibrillary astrocytoma`$value #> [1] "fibrillary astrocytoma" #> #> #> $`fibrillary astrocytoma` #> $`fibrillary astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6726" #> #> $`fibrillary astrocytoma`$`_id` #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrillary astrocytoma`$publicGeneCount #> [1] 34 #> #> $`fibrillary astrocytoma`$urlId #> [1] "DOID_6726" #> #> $`fibrillary astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrillary astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`fibrillary astrocytoma`$children #> list() #> #> $`fibrillary astrocytoma`$value #> [1] "fibrillary astrocytoma" #> #> #> $fibrochondrogenesis #> $fibrochondrogenesis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060465" #> #> $fibrochondrogenesis$`_id` #> [1] "DOID_0060465<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $fibrochondrogenesis$privateGeneCount #> [1] 0 #> #> $fibrochondrogenesis$publicGeneCount #> [1] 2 #> #> $fibrochondrogenesis$urlId #> [1] "DOID_0060465" #> #> $fibrochondrogenesis$dbPhenotype #> [1] TRUE #> #> $fibrochondrogenesis$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $fibrochondrogenesis$`_is_leaf` #> [1] TRUE #> #> $fibrochondrogenesis$children #> list() #> #> $fibrochondrogenesis$value #> [1] "fibrochondrogenesis" #> #> #> $`fibrodysplasia ossificans progressiva` #> $`fibrodysplasia ossificans progressiva`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13374" #> #> $`fibrodysplasia ossificans progressiva`$`_id` #> [1] "DOID_13374<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`fibrodysplasia ossificans progressiva`$privateGeneCount #> [1] 0 #> #> $`fibrodysplasia ossificans progressiva`$publicGeneCount #> [1] 2 #> #> $`fibrodysplasia ossificans progressiva`$urlId #> [1] "DOID_13374" #> #> $`fibrodysplasia ossificans progressiva`$dbPhenotype #> [1] TRUE #> #> $`fibrodysplasia ossificans progressiva`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`fibrodysplasia ossificans progressiva`$`_is_leaf` #> [1] TRUE #> #> $`fibrodysplasia ossificans progressiva`$children #> list() #> #> $`fibrodysplasia ossificans progressiva`$value #> [1] "fibrodysplasia ossificans progressiva" #> #> #> $`fibrodysplasia ossificans progressiva` #> $`fibrodysplasia ossificans progressiva`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13374" #> #> $`fibrodysplasia ossificans progressiva`$`_id` #> [1] "DOID_13374<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibrodysplasia ossificans progressiva`$privateGeneCount #> [1] 0 #> #> $`fibrodysplasia ossificans progressiva`$publicGeneCount #> [1] 2 #> #> $`fibrodysplasia ossificans progressiva`$urlId #> [1] "DOID_13374" #> #> $`fibrodysplasia ossificans progressiva`$dbPhenotype #> [1] TRUE #> #> $`fibrodysplasia ossificans progressiva`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibrodysplasia ossificans progressiva`$`_is_leaf` #> [1] TRUE #> #> $`fibrodysplasia ossificans progressiva`$children #> list() #> #> $`fibrodysplasia ossificans progressiva`$value #> [1] "fibrodysplasia ossificans progressiva" #> #> #> $Fibroma #> $Fibroma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010614" #> #> $Fibroma$`_id` #> [1] "HP_0010614<HP_0012316<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $Fibroma$privateGeneCount #> [1] 0 #> #> $Fibroma$publicGeneCount #> [1] 8 #> #> $Fibroma$urlId #> [1] "HP_0010614" #> #> $Fibroma$dbPhenotype #> [1] TRUE #> #> $Fibroma$`_parent` #> [1] "HP_0012316<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $Fibroma$`_is_leaf` #> [1] FALSE #> #> $Fibroma$children #> $Fibroma$children[[1]] #> [1] "HP_0000169<HP_0010614<HP_0012316<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> #> $Fibroma$value #> [1] "Fibroma" #> #> #> $Fibroma #> $Fibroma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010614" #> #> $Fibroma$`_id` #> [1] "HP_0010614<HP_0030448<HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $Fibroma$privateGeneCount #> [1] 0 #> #> $Fibroma$publicGeneCount #> [1] 8 #> #> $Fibroma$urlId #> [1] "HP_0010614" #> #> $Fibroma$dbPhenotype #> [1] TRUE #> #> $Fibroma$`_parent` #> [1] "HP_0030448<HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $Fibroma$`_is_leaf` #> [1] FALSE #> #> $Fibroma$children #> $Fibroma$children[[1]] #> [1] "HP_0000169<HP_0010614<HP_0030448<HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> #> $Fibroma$value #> [1] "Fibroma" #> #> #> $fibromyalgia #> $fibromyalgia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_631" #> #> $fibromyalgia$`_id` #> [1] "DOID_631<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $fibromyalgia$privateGeneCount #> [1] 0 #> #> $fibromyalgia$publicGeneCount #> [1] 2 #> #> $fibromyalgia$urlId #> [1] "DOID_631" #> #> $fibromyalgia$dbPhenotype #> [1] TRUE #> #> $fibromyalgia$`_parent` #> [1] "DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $fibromyalgia$`_is_leaf` #> [1] TRUE #> #> $fibromyalgia$children #> list() #> #> $fibromyalgia$value #> [1] "fibromyalgia" #> #> #> $fibrosarcoma #> $fibrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3355" #> #> $fibrosarcoma$`_id` #> [1] "DOID_3355<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $fibrosarcoma$privateGeneCount #> [1] 0 #> #> $fibrosarcoma$publicGeneCount #> [1] 5 #> #> $fibrosarcoma$urlId #> [1] "DOID_3355" #> #> $fibrosarcoma$dbPhenotype #> [1] TRUE #> #> $fibrosarcoma$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $fibrosarcoma$`_is_leaf` #> [1] FALSE #> #> $fibrosarcoma$children #> $fibrosarcoma$children[[1]] #> [1] "DOID_3507<DOID_3355<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $fibrosarcoma$value #> [1] "fibrosarcoma" #> #> #> $fibrosarcoma #> $fibrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3355" #> #> $fibrosarcoma$`_id` #> [1] "DOID_3355<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $fibrosarcoma$privateGeneCount #> [1] 0 #> #> $fibrosarcoma$publicGeneCount #> [1] 5 #> #> $fibrosarcoma$urlId #> [1] "DOID_3355" #> #> $fibrosarcoma$dbPhenotype #> [1] TRUE #> #> $fibrosarcoma$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $fibrosarcoma$`_is_leaf` #> [1] FALSE #> #> $fibrosarcoma$children #> $fibrosarcoma$children[[1]] #> [1] "DOID_3507<DOID_3355<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $fibrosarcoma$value #> [1] "fibrosarcoma" #> #> #> $fibrosarcoma #> $fibrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3355" #> #> $fibrosarcoma$`_id` #> [1] "DOID_3355<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $fibrosarcoma$privateGeneCount #> [1] 0 #> #> $fibrosarcoma$publicGeneCount #> [1] 5 #> #> $fibrosarcoma$urlId #> [1] "DOID_3355" #> #> $fibrosarcoma$dbPhenotype #> [1] TRUE #> #> $fibrosarcoma$`_parent` #> [1] "DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $fibrosarcoma$`_is_leaf` #> [1] FALSE #> #> $fibrosarcoma$children #> $fibrosarcoma$children[[1]] #> [1] "DOID_3507<DOID_3355<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $fibrosarcoma$value #> [1] "fibrosarcoma" #> #> #> $`fibrous histiocytoma` #> $`fibrous histiocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4415" #> #> $`fibrous histiocytoma`$`_id` #> [1] "DOID_4415<DOID_4231<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`fibrous histiocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrous histiocytoma`$publicGeneCount #> [1] 2 #> #> $`fibrous histiocytoma`$urlId #> [1] "DOID_4415" #> #> $`fibrous histiocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrous histiocytoma`$`_parent` #> [1] "DOID_4231<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`fibrous histiocytoma`$`_is_leaf` #> [1] FALSE #> #> $`fibrous histiocytoma`$children #> $`fibrous histiocytoma`$children[[1]] #> [1] "DOID_4418<DOID_4415<DOID_4231<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`fibrous histiocytoma`$value #> [1] "fibrous histiocytoma" #> #> #> $`fibrous histiocytoma` #> $`fibrous histiocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4415" #> #> $`fibrous histiocytoma`$`_id` #> [1] "DOID_4415<DOID_4231<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`fibrous histiocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrous histiocytoma`$publicGeneCount #> [1] 2 #> #> $`fibrous histiocytoma`$urlId #> [1] "DOID_4415" #> #> $`fibrous histiocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrous histiocytoma`$`_parent` #> [1] "DOID_4231<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`fibrous histiocytoma`$`_is_leaf` #> [1] FALSE #> #> $`fibrous histiocytoma`$children #> $`fibrous histiocytoma`$children[[1]] #> [1] "DOID_4418<DOID_4415<DOID_4231<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> #> $`fibrous histiocytoma`$value #> [1] "fibrous histiocytoma" #> #> #> $`fibrous histiocytoma` #> $`fibrous histiocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4415" #> #> $`fibrous histiocytoma`$`_id` #> [1] "DOID_4415<DOID_4231<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibrous histiocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrous histiocytoma`$publicGeneCount #> [1] 2 #> #> $`fibrous histiocytoma`$urlId #> [1] "DOID_4415" #> #> $`fibrous histiocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrous histiocytoma`$`_parent` #> [1] "DOID_4231<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibrous histiocytoma`$`_is_leaf` #> [1] FALSE #> #> $`fibrous histiocytoma`$children #> $`fibrous histiocytoma`$children[[1]] #> [1] "DOID_4418<DOID_4415<DOID_4231<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`fibrous histiocytoma`$value #> [1] "fibrous histiocytoma" #> #> #> $`fibrous meningioma` #> $`fibrous meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7211" #> #> $`fibrous meningioma`$`_id` #> [1] "DOID_7211<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`fibrous meningioma`$privateGeneCount #> [1] 0 #> #> $`fibrous meningioma`$publicGeneCount #> [1] 16 #> #> $`fibrous meningioma`$urlId #> [1] "DOID_7211" #> #> $`fibrous meningioma`$dbPhenotype #> [1] TRUE #> #> $`fibrous meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`fibrous meningioma`$`_is_leaf` #> [1] TRUE #> #> $`fibrous meningioma`$children #> list() #> #> $`fibrous meningioma`$value #> [1] "fibrous meningioma" #> #> #> $`fibrous meningioma` #> $`fibrous meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7211" #> #> $`fibrous meningioma`$`_id` #> [1] "DOID_7211<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`fibrous meningioma`$privateGeneCount #> [1] 0 #> #> $`fibrous meningioma`$publicGeneCount #> [1] 16 #> #> $`fibrous meningioma`$urlId #> [1] "DOID_7211" #> #> $`fibrous meningioma`$dbPhenotype #> [1] TRUE #> #> $`fibrous meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`fibrous meningioma`$`_is_leaf` #> [1] TRUE #> #> $`fibrous meningioma`$children #> list() #> #> $`fibrous meningioma`$value #> [1] "fibrous meningioma" #> #> #> $`fibrous meningioma` #> $`fibrous meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7211" #> #> $`fibrous meningioma`$`_id` #> [1] "DOID_7211<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`fibrous meningioma`$privateGeneCount #> [1] 0 #> #> $`fibrous meningioma`$publicGeneCount #> [1] 16 #> #> $`fibrous meningioma`$urlId #> [1] "DOID_7211" #> #> $`fibrous meningioma`$dbPhenotype #> [1] TRUE #> #> $`fibrous meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`fibrous meningioma`$`_is_leaf` #> [1] TRUE #> #> $`fibrous meningioma`$children #> list() #> #> $`fibrous meningioma`$value #> [1] "fibrous meningioma" #> #> #> $`Fibrous tissue neoplasm` #> $`Fibrous tissue neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012316" #> #> $`Fibrous tissue neoplasm`$`_id` #> [1] "HP_0012316<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Fibrous tissue neoplasm`$privateGeneCount #> [1] 0 #> #> $`Fibrous tissue neoplasm`$publicGeneCount #> [1] 8 #> #> $`Fibrous tissue neoplasm`$urlId #> [1] "HP_0012316" #> #> $`Fibrous tissue neoplasm`$dbPhenotype #> [1] FALSE #> #> $`Fibrous tissue neoplasm`$`_parent` #> [1] "HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Fibrous tissue neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`Fibrous tissue neoplasm`$children #> $`Fibrous tissue neoplasm`$children[[1]] #> [1] "HP_0010614<HP_0012316<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Fibrous tissue neoplasm`$value #> [1] "Fibrous tissue neoplasm" #> #> #> $`fibular hypoplasia and complex brachydactyly` #> $`fibular hypoplasia and complex brachydactyly`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050790" #> #> $`fibular hypoplasia and complex brachydactyly`$`_id` #> [1] "DOID_0050790<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`fibular hypoplasia and complex brachydactyly`$privateGeneCount #> [1] 0 #> #> $`fibular hypoplasia and complex brachydactyly`$publicGeneCount #> [1] 1 #> #> $`fibular hypoplasia and complex brachydactyly`$urlId #> [1] "DOID_0050790" #> #> $`fibular hypoplasia and complex brachydactyly`$dbPhenotype #> [1] TRUE #> #> $`fibular hypoplasia and complex brachydactyly`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`fibular hypoplasia and complex brachydactyly`$`_is_leaf` #> [1] TRUE #> #> $`fibular hypoplasia and complex brachydactyly`$children #> list() #> #> $`fibular hypoplasia and complex brachydactyly`$value #> [1] "fibular hypoplasia and complex brachydactyly" #> #> #> $`fibular hypoplasia and complex brachydactyly` #> $`fibular hypoplasia and complex brachydactyly`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050790" #> #> $`fibular hypoplasia and complex brachydactyly`$`_id` #> [1] "DOID_0050790<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibular hypoplasia and complex brachydactyly`$privateGeneCount #> [1] 0 #> #> $`fibular hypoplasia and complex brachydactyly`$publicGeneCount #> [1] 1 #> #> $`fibular hypoplasia and complex brachydactyly`$urlId #> [1] "DOID_0050790" #> #> $`fibular hypoplasia and complex brachydactyly`$dbPhenotype #> [1] TRUE #> #> $`fibular hypoplasia and complex brachydactyly`$`_parent` #> [1] "DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibular hypoplasia and complex brachydactyly`$`_is_leaf` #> [1] TRUE #> #> $`fibular hypoplasia and complex brachydactyly`$children #> list() #> #> $`fibular hypoplasia and complex brachydactyly`$value #> [1] "fibular hypoplasia and complex brachydactyly" #> #> #> $filariasis #> $filariasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1080" #> #> $filariasis$`_id` #> [1] "DOID_1080<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $filariasis$privateGeneCount #> [1] 0 #> #> $filariasis$publicGeneCount #> [1] 3 #> #> $filariasis$urlId #> [1] "DOID_1080" #> #> $filariasis$dbPhenotype #> [1] FALSE #> #> $filariasis$`_parent` #> [1] "DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $filariasis$`_is_leaf` #> [1] FALSE #> #> $filariasis$children #> $filariasis$children[[1]] #> [1] "DOID_11678<DOID_1080<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> #> $filariasis$value #> [1] "filariasis" #> #> #> $`Finnish type amyloidosis` #> $`Finnish type amyloidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050637" #> #> $`Finnish type amyloidosis`$`_id` #> [1] "DOID_0050637<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Finnish type amyloidosis`$privateGeneCount #> [1] 0 #> #> $`Finnish type amyloidosis`$publicGeneCount #> [1] 1 #> #> $`Finnish type amyloidosis`$urlId #> [1] "DOID_0050637" #> #> $`Finnish type amyloidosis`$dbPhenotype #> [1] TRUE #> #> $`Finnish type amyloidosis`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Finnish type amyloidosis`$`_is_leaf` #> [1] TRUE #> #> $`Finnish type amyloidosis`$children #> list() #> #> $`Finnish type amyloidosis`$value #> [1] "Finnish type amyloidosis" #> #> #> $`Finnish type amyloidosis` #> $`Finnish type amyloidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050637" #> #> $`Finnish type amyloidosis`$`_id` #> [1] "DOID_0050637<DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`Finnish type amyloidosis`$privateGeneCount #> [1] 0 #> #> $`Finnish type amyloidosis`$publicGeneCount #> [1] 1 #> #> $`Finnish type amyloidosis`$urlId #> [1] "DOID_0050637" #> #> $`Finnish type amyloidosis`$dbPhenotype #> [1] TRUE #> #> $`Finnish type amyloidosis`$`_parent` #> [1] "DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`Finnish type amyloidosis`$`_is_leaf` #> [1] TRUE #> #> $`Finnish type amyloidosis`$children #> list() #> #> $`Finnish type amyloidosis`$value #> [1] "Finnish type amyloidosis" #> #> #> $`Fleck corneal dystrophy` #> $`Fleck corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060448" #> #> $`Fleck corneal dystrophy`$`_id` #> [1] "DOID_0060448<DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Fleck corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`Fleck corneal dystrophy`$publicGeneCount #> [1] 1 #> #> $`Fleck corneal dystrophy`$urlId #> [1] "DOID_0060448" #> #> $`Fleck corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Fleck corneal dystrophy`$`_parent` #> [1] "DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Fleck corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Fleck corneal dystrophy`$children #> list() #> #> $`Fleck corneal dystrophy`$value #> [1] "Fleck corneal dystrophy" #> #> #> $`Flexion contracture` #> $`Flexion contracture`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001371" #> #> $`Flexion contracture`$`_id` #> [1] "HP_0001371<HP_0003549<HP_0000118<HP_0000001" #> #> $`Flexion contracture`$privateGeneCount #> [1] 0 #> #> $`Flexion contracture`$publicGeneCount #> [1] 12 #> #> $`Flexion contracture`$urlId #> [1] "HP_0001371" #> #> $`Flexion contracture`$dbPhenotype #> [1] TRUE #> #> $`Flexion contracture`$`_parent` #> [1] "HP_0003549<HP_0000118<HP_0000001" #> #> $`Flexion contracture`$`_is_leaf` #> [1] FALSE #> #> $`Flexion contracture`$children #> $`Flexion contracture`$children[[1]] #> [1] "HP_0002803<HP_0001371<HP_0003549<HP_0000118<HP_0000001" #> #> #> $`Flexion contracture`$value #> [1] "Flexion contracture" #> #> #> $`Flexion contracture` #> $`Flexion contracture`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001371" #> #> $`Flexion contracture`$`_id` #> [1] "HP_0001371<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Flexion contracture`$privateGeneCount #> [1] 0 #> #> $`Flexion contracture`$publicGeneCount #> [1] 12 #> #> $`Flexion contracture`$urlId #> [1] "HP_0001371" #> #> $`Flexion contracture`$dbPhenotype #> [1] TRUE #> #> $`Flexion contracture`$`_parent` #> [1] "HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Flexion contracture`$`_is_leaf` #> [1] FALSE #> #> $`Flexion contracture`$children #> $`Flexion contracture`$children[[1]] #> [1] "HP_0002803<HP_0001371<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Flexion contracture`$value #> [1] "Flexion contracture" #> #> #> $`Flexion contracture` #> $`Flexion contracture`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001371" #> #> $`Flexion contracture`$`_id` #> [1] "HP_0001371<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Flexion contracture`$privateGeneCount #> [1] 0 #> #> $`Flexion contracture`$publicGeneCount #> [1] 12 #> #> $`Flexion contracture`$urlId #> [1] "HP_0001371" #> #> $`Flexion contracture`$dbPhenotype #> [1] TRUE #> #> $`Flexion contracture`$`_parent` #> [1] "HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Flexion contracture`$`_is_leaf` #> [1] FALSE #> #> $`Flexion contracture`$children #> $`Flexion contracture`$children[[1]] #> [1] "HP_0002803<HP_0001371<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Flexion contracture`$value #> [1] "Flexion contracture" #> #> #> $`Flexion contracture` #> $`Flexion contracture`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001371" #> #> $`Flexion contracture`$`_id` #> [1] "HP_0001371<HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Flexion contracture`$privateGeneCount #> [1] 0 #> #> $`Flexion contracture`$publicGeneCount #> [1] 12 #> #> $`Flexion contracture`$urlId #> [1] "HP_0001371" #> #> $`Flexion contracture`$dbPhenotype #> [1] TRUE #> #> $`Flexion contracture`$`_parent` #> [1] "HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Flexion contracture`$`_is_leaf` #> [1] FALSE #> #> $`Flexion contracture`$children #> $`Flexion contracture`$children[[1]] #> [1] "HP_0002803<HP_0001371<HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Flexion contracture`$value #> [1] "Flexion contracture" #> #> #> $`focal dermal hypoplasia` #> $`focal dermal hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2120" #> #> $`focal dermal hypoplasia`$`_id` #> [1] "DOID_2120<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`focal dermal hypoplasia`$privateGeneCount #> [1] 0 #> #> $`focal dermal hypoplasia`$publicGeneCount #> [1] 1 #> #> $`focal dermal hypoplasia`$urlId #> [1] "DOID_2120" #> #> $`focal dermal hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`focal dermal hypoplasia`$`_parent` #> [1] "DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`focal dermal hypoplasia`$`_is_leaf` #> [1] TRUE #> #> $`focal dermal hypoplasia`$children #> list() #> #> $`focal dermal hypoplasia`$value #> [1] "focal dermal hypoplasia" #> #> #> $`focal dermal hypoplasia` #> $`focal dermal hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2120" #> #> $`focal dermal hypoplasia`$`_id` #> [1] "DOID_2120<DOID_225<DOID_4" #> #> $`focal dermal hypoplasia`$privateGeneCount #> [1] 0 #> #> $`focal dermal hypoplasia`$publicGeneCount #> [1] 1 #> #> $`focal dermal hypoplasia`$urlId #> [1] "DOID_2120" #> #> $`focal dermal hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`focal dermal hypoplasia`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`focal dermal hypoplasia`$`_is_leaf` #> [1] TRUE #> #> $`focal dermal hypoplasia`$children #> list() #> #> $`focal dermal hypoplasia`$value #> [1] "focal dermal hypoplasia" #> #> #> $`focal dystonia` #> $`focal dystonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050836" #> #> $`focal dystonia`$`_id` #> [1] "DOID_0050836<DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`focal dystonia`$privateGeneCount #> [1] 0 #> #> $`focal dystonia`$publicGeneCount #> [1] 10 #> #> $`focal dystonia`$urlId #> [1] "DOID_0050836" #> #> $`focal dystonia`$dbPhenotype #> [1] FALSE #> #> $`focal dystonia`$`_parent` #> [1] "DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`focal dystonia`$`_is_leaf` #> [1] FALSE #> #> $`focal dystonia`$children #> $`focal dystonia`$children[[1]] #> [1] "DOID_529<DOID_0050836<DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`focal dystonia`$children[[2]] #> [1] "DOID_0050841<DOID_0050836<DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`focal dystonia`$value #> [1] "focal dystonia" #> #> #> $`Focal dystonia` #> $`Focal dystonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004373" #> #> $`Focal dystonia`$`_id` #> [1] "HP_0004373<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal dystonia`$privateGeneCount #> [1] 0 #> #> $`Focal dystonia`$publicGeneCount #> [1] 3 #> #> $`Focal dystonia`$urlId #> [1] "HP_0004373" #> #> $`Focal dystonia`$dbPhenotype #> [1] FALSE #> #> $`Focal dystonia`$`_parent` #> [1] "HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal dystonia`$`_is_leaf` #> [1] FALSE #> #> $`Focal dystonia`$children #> $`Focal dystonia`$children[[1]] #> [1] "HP_0012179<HP_0004373<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Focal dystonia`$value #> [1] "Focal dystonia" #> #> #> $`focal epilepsy` #> $`focal epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2234" #> #> $`focal epilepsy`$`_id` #> [1] "DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`focal epilepsy`$privateGeneCount #> [1] 0 #> #> $`focal epilepsy`$publicGeneCount #> [1] 75 #> #> $`focal epilepsy`$urlId #> [1] "DOID_2234" #> #> $`focal epilepsy`$dbPhenotype #> [1] TRUE #> #> $`focal epilepsy`$`_parent` #> [1] "DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`focal epilepsy`$`_is_leaf` #> [1] FALSE #> #> $`focal epilepsy`$children #> $`focal epilepsy`$children[[1]] #> [1] "DOID_12382<DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`focal epilepsy`$children[[2]] #> [1] "DOID_3331<DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`focal epilepsy`$children[[3]] #> [1] "DOID_3328<DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`focal epilepsy`$value #> [1] "focal epilepsy" #> #> #> $`focal hand dystonia` #> $`focal hand dystonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050841" #> #> $`focal hand dystonia`$`_id` #> [1] "DOID_0050841<DOID_0050836<DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`focal hand dystonia`$privateGeneCount #> [1] 0 #> #> $`focal hand dystonia`$publicGeneCount #> [1] 9 #> #> $`focal hand dystonia`$urlId #> [1] "DOID_0050841" #> #> $`focal hand dystonia`$dbPhenotype #> [1] TRUE #> #> $`focal hand dystonia`$`_parent` #> [1] "DOID_0050836<DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`focal hand dystonia`$`_is_leaf` #> [1] TRUE #> #> $`focal hand dystonia`$children #> list() #> #> $`focal hand dystonia`$value #> [1] "focal hand dystonia" #> #> #> $`Focal non-motor seizure` #> $`Focal non-motor seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032679" #> #> $`Focal non-motor seizure`$`_id` #> [1] "HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal non-motor seizure`$privateGeneCount #> [1] 0 #> #> $`Focal non-motor seizure`$publicGeneCount #> [1] 1 #> #> $`Focal non-motor seizure`$urlId #> [1] "HP_0032679" #> #> $`Focal non-motor seizure`$dbPhenotype #> [1] FALSE #> #> $`Focal non-motor seizure`$`_parent` #> [1] "HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal non-motor seizure`$`_is_leaf` #> [1] FALSE #> #> $`Focal non-motor seizure`$children #> $`Focal non-motor seizure`$children[[1]] #> [1] "HP_0011157<HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Focal non-motor seizure`$value #> [1] "Focal non-motor seizure" #> #> #> $`focal segmental glomerulosclerosis` #> $`focal segmental glomerulosclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1312" #> #> $`focal segmental glomerulosclerosis`$`_id` #> [1] "DOID_1312<DOID_0050851<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`focal segmental glomerulosclerosis`$privateGeneCount #> [1] 0 #> #> $`focal segmental glomerulosclerosis`$publicGeneCount #> [1] 31 #> #> $`focal segmental glomerulosclerosis`$urlId #> [1] "DOID_1312" #> #> $`focal segmental glomerulosclerosis`$dbPhenotype #> [1] TRUE #> #> $`focal segmental glomerulosclerosis`$`_parent` #> [1] "DOID_0050851<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`focal segmental glomerulosclerosis`$`_is_leaf` #> [1] TRUE #> #> $`focal segmental glomerulosclerosis`$children #> list() #> #> $`focal segmental glomerulosclerosis`$value #> [1] "focal segmental glomerulosclerosis" #> #> #> $`Focal sensory seizure` #> $`Focal sensory seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011157" #> #> $`Focal sensory seizure`$`_id` #> [1] "HP_0011157<HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal sensory seizure`$privateGeneCount #> [1] 0 #> #> $`Focal sensory seizure`$publicGeneCount #> [1] 1 #> #> $`Focal sensory seizure`$urlId #> [1] "HP_0011157" #> #> $`Focal sensory seizure`$dbPhenotype #> [1] FALSE #> #> $`Focal sensory seizure`$`_parent` #> [1] "HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal sensory seizure`$`_is_leaf` #> [1] FALSE #> #> $`Focal sensory seizure`$children #> $`Focal sensory seizure`$children[[1]] #> [1] "HP_0011158<HP_0011157<HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal sensory seizure`$children[[2]] #> [1] "HP_0011165<HP_0011157<HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Focal sensory seizure`$value #> [1] "Focal sensory seizure" #> #> #> $`Focal sensory seizure with auditory features` #> $`Focal sensory seizure with auditory features`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011158" #> #> $`Focal sensory seizure with auditory features`$`_id` #> [1] "HP_0011158<HP_0011157<HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal sensory seizure with auditory features`$privateGeneCount #> [1] 0 #> #> $`Focal sensory seizure with auditory features`$publicGeneCount #> [1] 1 #> #> $`Focal sensory seizure with auditory features`$urlId #> [1] "HP_0011158" #> #> $`Focal sensory seizure with auditory features`$dbPhenotype #> [1] TRUE #> #> $`Focal sensory seizure with auditory features`$`_parent` #> [1] "HP_0011157<HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal sensory seizure with auditory features`$`_is_leaf` #> [1] TRUE #> #> $`Focal sensory seizure with auditory features`$children #> list() #> #> $`Focal sensory seizure with auditory features`$value #> [1] "Focal sensory seizure with auditory features" #> #> #> $`Focal sensory seizure with visual features` #> $`Focal sensory seizure with visual features`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011165" #> #> $`Focal sensory seizure with visual features`$`_id` #> [1] "HP_0011165<HP_0011157<HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal sensory seizure with visual features`$privateGeneCount #> [1] 0 #> #> $`Focal sensory seizure with visual features`$publicGeneCount #> [1] 1 #> #> $`Focal sensory seizure with visual features`$urlId #> [1] "HP_0011165" #> #> $`Focal sensory seizure with visual features`$dbPhenotype #> [1] TRUE #> #> $`Focal sensory seizure with visual features`$`_parent` #> [1] "HP_0011157<HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal sensory seizure with visual features`$`_is_leaf` #> [1] TRUE #> #> $`Focal sensory seizure with visual features`$children #> list() #> #> $`Focal sensory seizure with visual features`$value #> [1] "Focal sensory seizure with visual features" #> #> #> $`Focal white matter lesions` #> $`Focal white matter lesions`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007042" #> #> $`Focal white matter lesions`$`_id` #> [1] "HP_0007042<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal white matter lesions`$privateGeneCount #> [1] 0 #> #> $`Focal white matter lesions`$publicGeneCount #> [1] 7 #> #> $`Focal white matter lesions`$urlId #> [1] "HP_0007042" #> #> $`Focal white matter lesions`$dbPhenotype #> [1] TRUE #> #> $`Focal white matter lesions`$`_parent` #> [1] "HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal white matter lesions`$`_is_leaf` #> [1] TRUE #> #> $`Focal white matter lesions`$children #> list() #> #> $`Focal white matter lesions`$value #> [1] "Focal white matter lesions" #> #> #> $`Focal-onset seizure` #> $`Focal-onset seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007359" #> #> $`Focal-onset seizure`$`_id` #> [1] "HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal-onset seizure`$privateGeneCount #> [1] 0 #> #> $`Focal-onset seizure`$publicGeneCount #> [1] 1 #> #> $`Focal-onset seizure`$urlId #> [1] "HP_0007359" #> #> $`Focal-onset seizure`$dbPhenotype #> [1] FALSE #> #> $`Focal-onset seizure`$`_parent` #> [1] "HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal-onset seizure`$`_is_leaf` #> [1] FALSE #> #> $`Focal-onset seizure`$children #> $`Focal-onset seizure`$children[[1]] #> [1] "HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Focal-onset seizure`$value #> [1] "Focal-onset seizure" #> #> #> $`follicular adenoma` #> $`follicular adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6204" #> #> $`follicular adenoma`$`_id` #> [1] "DOID_6204<DOID_2891<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`follicular adenoma`$privateGeneCount #> [1] 0 #> #> $`follicular adenoma`$publicGeneCount #> [1] 35 #> #> $`follicular adenoma`$urlId #> [1] "DOID_6204" #> #> $`follicular adenoma`$dbPhenotype #> [1] TRUE #> #> $`follicular adenoma`$`_parent` #> [1] "DOID_2891<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`follicular adenoma`$`_is_leaf` #> [1] TRUE #> #> $`follicular adenoma`$children #> list() #> #> $`follicular adenoma`$value #> [1] "follicular adenoma" #> #> #> $`follicular adenoma` #> $`follicular adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6204" #> #> $`follicular adenoma`$`_id` #> [1] "DOID_6204<DOID_2891<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`follicular adenoma`$privateGeneCount #> [1] 0 #> #> $`follicular adenoma`$publicGeneCount #> [1] 35 #> #> $`follicular adenoma`$urlId #> [1] "DOID_6204" #> #> $`follicular adenoma`$dbPhenotype #> [1] TRUE #> #> $`follicular adenoma`$`_parent` #> [1] "DOID_2891<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`follicular adenoma`$`_is_leaf` #> [1] TRUE #> #> $`follicular adenoma`$children #> list() #> #> $`follicular adenoma`$value #> [1] "follicular adenoma" #> #> #> $`follicular adenoma` #> $`follicular adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6204" #> #> $`follicular adenoma`$`_id` #> [1] "DOID_6204<DOID_2891<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`follicular adenoma`$privateGeneCount #> [1] 0 #> #> $`follicular adenoma`$publicGeneCount #> [1] 35 #> #> $`follicular adenoma`$urlId #> [1] "DOID_6204" #> #> $`follicular adenoma`$dbPhenotype #> [1] TRUE #> #> $`follicular adenoma`$`_parent` #> [1] "DOID_2891<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`follicular adenoma`$`_is_leaf` #> [1] TRUE #> #> $`follicular adenoma`$children #> list() #> #> $`follicular adenoma`$value #> [1] "follicular adenoma" #> #> #> $`food allergy` #> $`food allergy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3044" #> #> $`food allergy`$`_id` #> [1] "DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`food allergy`$privateGeneCount #> [1] 0 #> #> $`food allergy`$publicGeneCount #> [1] 6 #> #> $`food allergy`$urlId #> [1] "DOID_3044" #> #> $`food allergy`$dbPhenotype #> [1] TRUE #> #> $`food allergy`$`_parent` #> [1] "DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`food allergy`$`_is_leaf` #> [1] FALSE #> #> $`food allergy`$children #> $`food allergy`$children[[1]] #> [1] "DOID_4377<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`food allergy`$children[[2]] #> [1] "DOID_0060503<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`food allergy`$children[[3]] #> [1] "DOID_4376<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`food allergy`$value #> [1] "food allergy" #> #> #> $`Foster-Kennedy syndrome` #> $`Foster-Kennedy syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14555" #> #> $`Foster-Kennedy syndrome`$`_id` #> [1] "DOID_14555<DOID_146<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Foster-Kennedy syndrome`$privateGeneCount #> [1] 0 #> #> $`Foster-Kennedy syndrome`$publicGeneCount #> [1] 7 #> #> $`Foster-Kennedy syndrome`$urlId #> [1] "DOID_14555" #> #> $`Foster-Kennedy syndrome`$dbPhenotype #> [1] TRUE #> #> $`Foster-Kennedy syndrome`$`_parent` #> [1] "DOID_146<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Foster-Kennedy syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Foster-Kennedy syndrome`$children #> list() #> #> $`Foster-Kennedy syndrome`$value #> [1] "Foster-Kennedy syndrome" #> #> #> $`fragile X syndrome` #> $`fragile X syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14261" #> #> $`fragile X syndrome`$`_id` #> [1] "DOID_14261<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`fragile X syndrome`$privateGeneCount #> [1] 0 #> #> $`fragile X syndrome`$publicGeneCount #> [1] 5 #> #> $`fragile X syndrome`$urlId #> [1] "DOID_14261" #> #> $`fragile X syndrome`$dbPhenotype #> [1] TRUE #> #> $`fragile X syndrome`$`_parent` #> [1] "DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`fragile X syndrome`$`_is_leaf` #> [1] TRUE #> #> $`fragile X syndrome`$children #> list() #> #> $`fragile X syndrome`$value #> [1] "fragile X syndrome" #> #> #> $`fragile X syndrome` #> $`fragile X syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14261" #> #> $`fragile X syndrome`$`_id` #> [1] "DOID_14261<DOID_225<DOID_4" #> #> $`fragile X syndrome`$privateGeneCount #> [1] 0 #> #> $`fragile X syndrome`$publicGeneCount #> [1] 5 #> #> $`fragile X syndrome`$urlId #> [1] "DOID_14261" #> #> $`fragile X syndrome`$dbPhenotype #> [1] TRUE #> #> $`fragile X syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`fragile X syndrome`$`_is_leaf` #> [1] TRUE #> #> $`fragile X syndrome`$children #> list() #> #> $`fragile X syndrome`$value #> [1] "fragile X syndrome" #> #> #> $`fragile X-associated tremor/ataxia syndrome` #> $`fragile X-associated tremor/ataxia syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050879" #> #> $`fragile X-associated tremor/ataxia syndrome`$`_id` #> [1] "DOID_0050879<DOID_0050953<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`fragile X-associated tremor/ataxia syndrome`$privateGeneCount #> [1] 0 #> #> $`fragile X-associated tremor/ataxia syndrome`$publicGeneCount #> [1] 1 #> #> $`fragile X-associated tremor/ataxia syndrome`$urlId #> [1] "DOID_0050879" #> #> $`fragile X-associated tremor/ataxia syndrome`$dbPhenotype #> [1] TRUE #> #> $`fragile X-associated tremor/ataxia syndrome`$`_parent` #> [1] "DOID_0050953<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`fragile X-associated tremor/ataxia syndrome`$`_is_leaf` #> [1] TRUE #> #> $`fragile X-associated tremor/ataxia syndrome`$children #> list() #> #> $`fragile X-associated tremor/ataxia syndrome`$value #> [1] "fragile X-associated tremor/ataxia syndrome" #> #> #> $`fragile X-associated tremor/ataxia syndrome` #> $`fragile X-associated tremor/ataxia syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050879" #> #> $`fragile X-associated tremor/ataxia syndrome`$`_id` #> [1] "DOID_0050879<DOID_0050953<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`fragile X-associated tremor/ataxia syndrome`$privateGeneCount #> [1] 0 #> #> $`fragile X-associated tremor/ataxia syndrome`$publicGeneCount #> [1] 1 #> #> $`fragile X-associated tremor/ataxia syndrome`$urlId #> [1] "DOID_0050879" #> #> $`fragile X-associated tremor/ataxia syndrome`$dbPhenotype #> [1] TRUE #> #> $`fragile X-associated tremor/ataxia syndrome`$`_parent` #> [1] "DOID_0050953<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`fragile X-associated tremor/ataxia syndrome`$`_is_leaf` #> [1] TRUE #> #> $`fragile X-associated tremor/ataxia syndrome`$children #> list() #> #> $`fragile X-associated tremor/ataxia syndrome`$value #> [1] "fragile X-associated tremor/ataxia syndrome" #> #> #> $`Frasier syndrome` #> $`Frasier syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050438" #> #> $`Frasier syndrome`$`_id` #> [1] "DOID_0050438<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Frasier syndrome`$privateGeneCount #> [1] 0 #> #> $`Frasier syndrome`$publicGeneCount #> [1] 1 #> #> $`Frasier syndrome`$urlId #> [1] "DOID_0050438" #> #> $`Frasier syndrome`$dbPhenotype #> [1] TRUE #> #> $`Frasier syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Frasier syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Frasier syndrome`$children #> list() #> #> $`Frasier syndrome`$value #> [1] "Frasier syndrome" #> #> #> $`Frasier syndrome` #> $`Frasier syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050438" #> #> $`Frasier syndrome`$`_id` #> [1] "DOID_0050438<DOID_225<DOID_4" #> #> $`Frasier syndrome`$privateGeneCount #> [1] 0 #> #> $`Frasier syndrome`$publicGeneCount #> [1] 1 #> #> $`Frasier syndrome`$urlId #> [1] "DOID_0050438" #> #> $`Frasier syndrome`$dbPhenotype #> [1] TRUE #> #> $`Frasier syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Frasier syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Frasier syndrome`$children #> list() #> #> $`Frasier syndrome`$value #> [1] "Frasier syndrome" #> #> #> $Freckling #> $Freckling$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001480" #> #> $Freckling$`_id` #> [1] "HP_0001480<HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Freckling$privateGeneCount #> [1] 0 #> #> $Freckling$publicGeneCount #> [1] 2 #> #> $Freckling$urlId #> [1] "HP_0001480" #> #> $Freckling$dbPhenotype #> [1] TRUE #> #> $Freckling$`_parent` #> [1] "HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Freckling$`_is_leaf` #> [1] TRUE #> #> $Freckling$children #> list() #> #> $Freckling$value #> [1] "Freckling" #> #> #> $`Friedreich ataxia` #> $`Friedreich ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12705" #> #> $`Friedreich ataxia`$`_id` #> [1] "DOID_12705<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Friedreich ataxia`$privateGeneCount #> [1] 0 #> #> $`Friedreich ataxia`$publicGeneCount #> [1] 2 #> #> $`Friedreich ataxia`$urlId #> [1] "DOID_12705" #> #> $`Friedreich ataxia`$dbPhenotype #> [1] TRUE #> #> $`Friedreich ataxia`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Friedreich ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Friedreich ataxia`$children #> list() #> #> $`Friedreich ataxia`$value #> [1] "Friedreich ataxia" #> #> #> $`Friedreich ataxia` #> $`Friedreich ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12705" #> #> $`Friedreich ataxia`$`_id` #> [1] "DOID_12705<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Friedreich ataxia`$privateGeneCount #> [1] 0 #> #> $`Friedreich ataxia`$publicGeneCount #> [1] 2 #> #> $`Friedreich ataxia`$urlId #> [1] "DOID_12705" #> #> $`Friedreich ataxia`$dbPhenotype #> [1] TRUE #> #> $`Friedreich ataxia`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Friedreich ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Friedreich ataxia`$children #> list() #> #> $`Friedreich ataxia`$value #> [1] "Friedreich ataxia" #> #> #> $`Friedreich ataxia` #> $`Friedreich ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12705" #> #> $`Friedreich ataxia`$`_id` #> [1] "DOID_12705<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Friedreich ataxia`$privateGeneCount #> [1] 0 #> #> $`Friedreich ataxia`$publicGeneCount #> [1] 2 #> #> $`Friedreich ataxia`$urlId #> [1] "DOID_12705" #> #> $`Friedreich ataxia`$dbPhenotype #> [1] TRUE #> #> $`Friedreich ataxia`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Friedreich ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Friedreich ataxia`$children #> list() #> #> $`Friedreich ataxia`$value #> [1] "Friedreich ataxia" #> #> #> $`Frontal balding` #> $`Frontal balding`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002292" #> #> $`Frontal balding`$`_id` #> [1] "HP_0002292<HP_0011360<HP_0010720<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Frontal balding`$privateGeneCount #> [1] 0 #> #> $`Frontal balding`$publicGeneCount #> [1] 1 #> #> $`Frontal balding`$urlId #> [1] "HP_0002292" #> #> $`Frontal balding`$dbPhenotype #> [1] TRUE #> #> $`Frontal balding`$`_parent` #> [1] "HP_0011360<HP_0010720<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Frontal balding`$`_is_leaf` #> [1] TRUE #> #> $`Frontal balding`$children #> list() #> #> $`Frontal balding`$value #> [1] "Frontal balding" #> #> #> $`frontal lobe epilepsy` #> $`frontal lobe epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3331" #> #> $`frontal lobe epilepsy`$`_id` #> [1] "DOID_3331<DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`frontal lobe epilepsy`$privateGeneCount #> [1] 0 #> #> $`frontal lobe epilepsy`$publicGeneCount #> [1] 5 #> #> $`frontal lobe epilepsy`$urlId #> [1] "DOID_3331" #> #> $`frontal lobe epilepsy`$dbPhenotype #> [1] TRUE #> #> $`frontal lobe epilepsy`$`_parent` #> [1] "DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`frontal lobe epilepsy`$`_is_leaf` #> [1] TRUE #> #> $`frontal lobe epilepsy`$children #> list() #> #> $`frontal lobe epilepsy`$value #> [1] "frontal lobe epilepsy" #> #> #> $`frontotemporal dementia` #> $`frontotemporal dementia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9255" #> #> $`frontotemporal dementia`$`_id` #> [1] "DOID_9255<DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> $`frontotemporal dementia`$privateGeneCount #> [1] 0 #> #> $`frontotemporal dementia`$publicGeneCount #> [1] 11 #> #> $`frontotemporal dementia`$urlId #> [1] "DOID_9255" #> #> $`frontotemporal dementia`$dbPhenotype #> [1] TRUE #> #> $`frontotemporal dementia`$`_parent` #> [1] "DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> $`frontotemporal dementia`$`_is_leaf` #> [1] TRUE #> #> $`frontotemporal dementia`$children #> list() #> #> $`frontotemporal dementia`$value #> [1] "frontotemporal dementia" #> #> #> $`frontotemporal dementia` #> $`frontotemporal dementia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9255" #> #> $`frontotemporal dementia`$`_id` #> [1] "DOID_9255<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`frontotemporal dementia`$privateGeneCount #> [1] 0 #> #> $`frontotemporal dementia`$publicGeneCount #> [1] 11 #> #> $`frontotemporal dementia`$urlId #> [1] "DOID_9255" #> #> $`frontotemporal dementia`$dbPhenotype #> [1] TRUE #> #> $`frontotemporal dementia`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`frontotemporal dementia`$`_is_leaf` #> [1] TRUE #> #> $`frontotemporal dementia`$children #> list() #> #> $`frontotemporal dementia`$value #> [1] "frontotemporal dementia" #> #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1` #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060213" #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$`_id` #> [1] "DOID_0060213<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$privateGeneCount #> [1] 0 #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$publicGeneCount #> [1] 1 #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$urlId #> [1] "DOID_0060213" #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$dbPhenotype #> [1] TRUE #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$`_is_leaf` #> [1] TRUE #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$children #> list() #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$value #> [1] "frontotemporal dementia and/or amyotrophic lateral sclerosis-1" #> #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1` #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060213" #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$`_id` #> [1] "DOID_0060213<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$privateGeneCount #> [1] 0 #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$publicGeneCount #> [1] 1 #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$urlId #> [1] "DOID_0060213" #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$dbPhenotype #> [1] TRUE #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$`_is_leaf` #> [1] TRUE #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$children #> list() #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$value #> [1] "frontotemporal dementia and/or amyotrophic lateral sclerosis-1" #> #> #> $`Fructose intolerance` #> $`Fructose intolerance`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005973" #> #> $`Fructose intolerance`$`_id` #> [1] "HP_0005973<HP_0011033<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Fructose intolerance`$privateGeneCount #> [1] 0 #> #> $`Fructose intolerance`$publicGeneCount #> [1] 1 #> #> $`Fructose intolerance`$urlId #> [1] "HP_0005973" #> #> $`Fructose intolerance`$dbPhenotype #> [1] TRUE #> #> $`Fructose intolerance`$`_parent` #> [1] "HP_0011033<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Fructose intolerance`$`_is_leaf` #> [1] TRUE #> #> $`Fructose intolerance`$children #> list() #> #> $`Fructose intolerance`$value #> [1] "Fructose intolerance" #> #> #> $`fructose-1,6-bisphosphatase deficiency` #> $`fructose-1,6-bisphosphatase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5204" #> #> $`fructose-1,6-bisphosphatase deficiency`$`_id` #> [1] "DOID_5204<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`fructose-1,6-bisphosphatase deficiency`$privateGeneCount #> [1] 0 #> #> $`fructose-1,6-bisphosphatase deficiency`$publicGeneCount #> [1] 1 #> #> $`fructose-1,6-bisphosphatase deficiency`$urlId #> [1] "DOID_5204" #> #> $`fructose-1,6-bisphosphatase deficiency`$dbPhenotype #> [1] TRUE #> #> $`fructose-1,6-bisphosphatase deficiency`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`fructose-1,6-bisphosphatase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`fructose-1,6-bisphosphatase deficiency`$children #> list() #> #> $`fructose-1,6-bisphosphatase deficiency`$value #> [1] "fructose-1,6-bisphosphatase deficiency" #> #> #> $`fruit allergy` #> $`fruit allergy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060503" #> #> $`fruit allergy`$`_id` #> [1] "DOID_0060503<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`fruit allergy`$privateGeneCount #> [1] 0 #> #> $`fruit allergy`$publicGeneCount #> [1] 2 #> #> $`fruit allergy`$urlId #> [1] "DOID_0060503" #> #> $`fruit allergy`$dbPhenotype #> [1] FALSE #> #> $`fruit allergy`$`_parent` #> [1] "DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`fruit allergy`$`_is_leaf` #> [1] FALSE #> #> $`fruit allergy`$children #> $`fruit allergy`$children[[1]] #> [1] "DOID_0060904<DOID_0060503<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`fruit allergy`$value #> [1] "fruit allergy" #> #> #> $`Fuchs' endothelial dystrophy` #> $`Fuchs' endothelial dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11555" #> #> $`Fuchs' endothelial dystrophy`$`_id` #> [1] "DOID_11555<DOID_0060443<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Fuchs' endothelial dystrophy`$privateGeneCount #> [1] 0 #> #> $`Fuchs' endothelial dystrophy`$publicGeneCount #> [1] 9 #> #> $`Fuchs' endothelial dystrophy`$urlId #> [1] "DOID_11555" #> #> $`Fuchs' endothelial dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Fuchs' endothelial dystrophy`$`_parent` #> [1] "DOID_0060443<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Fuchs' endothelial dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Fuchs' endothelial dystrophy`$children #> list() #> #> $`Fuchs' endothelial dystrophy`$value #> [1] "Fuchs' endothelial dystrophy" #> #> #> $fucosidosis #> $fucosidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14500" #> #> $fucosidosis$`_id` #> [1] "DOID_14500<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $fucosidosis$privateGeneCount #> [1] 0 #> #> $fucosidosis$publicGeneCount #> [1] 1 #> #> $fucosidosis$urlId #> [1] "DOID_14500" #> #> $fucosidosis$dbPhenotype #> [1] TRUE #> #> $fucosidosis$`_parent` #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $fucosidosis$`_is_leaf` #> [1] TRUE #> #> $fucosidosis$children #> list() #> #> $fucosidosis$value #> [1] "fucosidosis" #> #> #> $`Fukuyama congenital muscular dystrophy` #> $`Fukuyama congenital muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050559" #> #> $`Fukuyama congenital muscular dystrophy`$`_id` #> [1] "DOID_0050559<DOID_0111229<DOID_0050588<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Fukuyama congenital muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Fukuyama congenital muscular dystrophy`$publicGeneCount #> [1] 1 #> #> $`Fukuyama congenital muscular dystrophy`$urlId #> [1] "DOID_0050559" #> #> $`Fukuyama congenital muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Fukuyama congenital muscular dystrophy`$`_parent` #> [1] "DOID_0111229<DOID_0050588<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Fukuyama congenital muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Fukuyama congenital muscular dystrophy`$children #> list() #> #> $`Fukuyama congenital muscular dystrophy`$value #> [1] "Fukuyama congenital muscular dystrophy" #> #> #> $`Fukuyama congenital muscular dystrophy` #> $`Fukuyama congenital muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050559" #> #> $`Fukuyama congenital muscular dystrophy`$`_id` #> [1] "DOID_0050559<DOID_0111229<DOID_0050588<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Fukuyama congenital muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Fukuyama congenital muscular dystrophy`$publicGeneCount #> [1] 1 #> #> $`Fukuyama congenital muscular dystrophy`$urlId #> [1] "DOID_0050559" #> #> $`Fukuyama congenital muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Fukuyama congenital muscular dystrophy`$`_parent` #> [1] "DOID_0111229<DOID_0050588<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Fukuyama congenital muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Fukuyama congenital muscular dystrophy`$children #> list() #> #> $`Fukuyama congenital muscular dystrophy`$value #> [1] "Fukuyama congenital muscular dystrophy" #> #> #> $`Functional abnormality of the bladder` #> $`Functional abnormality of the bladder`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000009" #> #> $`Functional abnormality of the bladder`$`_id` #> [1] "HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the bladder`$privateGeneCount #> [1] 0 #> #> $`Functional abnormality of the bladder`$publicGeneCount #> [1] 4 #> #> $`Functional abnormality of the bladder`$urlId #> [1] "HP_0000009" #> #> $`Functional abnormality of the bladder`$dbPhenotype #> [1] FALSE #> #> $`Functional abnormality of the bladder`$`_parent` #> [1] "HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the bladder`$`_is_leaf` #> [1] FALSE #> #> $`Functional abnormality of the bladder`$children #> $`Functional abnormality of the bladder`$children[[1]] #> [1] "HP_0000805<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the bladder`$children[[2]] #> [1] "HP_0000020<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the bladder`$children[[3]] #> [1] "HP_0000016<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Functional abnormality of the bladder`$value #> [1] "Functional abnormality of the bladder" #> #> #> $`Functional abnormality of the gastrointestinal tract` #> $`Functional abnormality of the gastrointestinal tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012719" #> #> $`Functional abnormality of the gastrointestinal tract`$`_id` #> [1] "HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the gastrointestinal tract`$privateGeneCount #> [1] 0 #> #> $`Functional abnormality of the gastrointestinal tract`$publicGeneCount #> [1] 36 #> #> $`Functional abnormality of the gastrointestinal tract`$urlId #> [1] "HP_0012719" #> #> $`Functional abnormality of the gastrointestinal tract`$dbPhenotype #> [1] FALSE #> #> $`Functional abnormality of the gastrointestinal tract`$`_parent` #> [1] "HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the gastrointestinal tract`$`_is_leaf` #> [1] FALSE #> #> $`Functional abnormality of the gastrointestinal tract`$children #> $`Functional abnormality of the gastrointestinal tract`$children[[1]] #> [1] "HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the gastrointestinal tract`$children[[2]] #> [1] "HP_0025270<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the gastrointestinal tract`$children[[3]] #> [1] "HP_0002239<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the gastrointestinal tract`$children[[4]] #> [1] "HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the gastrointestinal tract`$children[[5]] #> [1] "HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the gastrointestinal tract`$children[[6]] #> [1] "HP_0004798<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Functional abnormality of the gastrointestinal tract`$value #> [1] "Functional abnormality of the gastrointestinal tract" #> #> #> $`Functional abnormality of the inner ear` #> $`Functional abnormality of the inner ear`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011389" #> #> $`Functional abnormality of the inner ear`$`_id` #> [1] "HP_0011389<HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the inner ear`$privateGeneCount #> [1] 0 #> #> $`Functional abnormality of the inner ear`$publicGeneCount #> [1] 6 #> #> $`Functional abnormality of the inner ear`$urlId #> [1] "HP_0011389" #> #> $`Functional abnormality of the inner ear`$dbPhenotype #> [1] FALSE #> #> $`Functional abnormality of the inner ear`$`_parent` #> [1] "HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the inner ear`$`_is_leaf` #> [1] FALSE #> #> $`Functional abnormality of the inner ear`$children #> $`Functional abnormality of the inner ear`$children[[1]] #> [1] "HP_0000407<HP_0011389<HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Functional abnormality of the inner ear`$value #> [1] "Functional abnormality of the inner ear" #> #> #> $`Functional abnormality of the middle ear` #> $`Functional abnormality of the middle ear`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011452" #> #> $`Functional abnormality of the middle ear`$`_id` #> [1] "HP_0011452<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the middle ear`$privateGeneCount #> [1] 0 #> #> $`Functional abnormality of the middle ear`$publicGeneCount #> [1] 1 #> #> $`Functional abnormality of the middle ear`$urlId #> [1] "HP_0011452" #> #> $`Functional abnormality of the middle ear`$dbPhenotype #> [1] FALSE #> #> $`Functional abnormality of the middle ear`$`_parent` #> [1] "HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the middle ear`$`_is_leaf` #> [1] FALSE #> #> $`Functional abnormality of the middle ear`$children #> $`Functional abnormality of the middle ear`$children[[1]] #> [1] "HP_0000405<HP_0011452<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Functional abnormality of the middle ear`$value #> [1] "Functional abnormality of the middle ear" #> #> #> $`functional gastric disease` #> $`functional gastric disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1159" #> #> $`functional gastric disease`$`_id` #> [1] "DOID_1159<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`functional gastric disease`$privateGeneCount #> [1] 0 #> #> $`functional gastric disease`$publicGeneCount #> [1] 1 #> #> $`functional gastric disease`$urlId #> [1] "DOID_1159" #> #> $`functional gastric disease`$dbPhenotype #> [1] FALSE #> #> $`functional gastric disease`$`_parent` #> [1] "DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`functional gastric disease`$`_is_leaf` #> [1] FALSE #> #> $`functional gastric disease`$children #> $`functional gastric disease`$children[[1]] #> [1] "DOID_11914<DOID_1159<DOID_76<DOID_77<DOID_7<DOID_4" #> #> #> $`functional gastric disease`$value #> [1] "functional gastric disease" #> #> #> $`Functional respiratory abnormality` #> $`Functional respiratory abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002795" #> #> $`Functional respiratory abnormality`$`_id` #> [1] "HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Functional respiratory abnormality`$privateGeneCount #> [1] 0 #> #> $`Functional respiratory abnormality`$publicGeneCount #> [1] 84 #> #> $`Functional respiratory abnormality`$urlId #> [1] "HP_0002795" #> #> $`Functional respiratory abnormality`$dbPhenotype #> [1] FALSE #> #> $`Functional respiratory abnormality`$`_parent` #> [1] "HP_0002086<HP_0000118<HP_0000001" #> #> $`Functional respiratory abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Functional respiratory abnormality`$children #> $`Functional respiratory abnormality`$children[[1]] #> [1] "HP_0012415<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Functional respiratory abnormality`$children[[2]] #> [1] "HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Functional respiratory abnormality`$children[[3]] #> [1] "HP_0002099<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Functional respiratory abnormality`$children[[4]] #> [1] "HP_0012735<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Functional respiratory abnormality`$children[[5]] #> [1] "HP_0000961<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Functional respiratory abnormality`$children[[6]] #> [1] "HP_0002094<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Functional respiratory abnormality`$children[[7]] #> [1] "HP_0002093<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Functional respiratory abnormality`$value #> [1] "Functional respiratory abnormality" #> #> #> $`functioning pituitary adenoma` #> $`functioning pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5395" #> #> $`functioning pituitary adenoma`$`_id` #> [1] "DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`functioning pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`functioning pituitary adenoma`$publicGeneCount #> [1] 7 #> #> $`functioning pituitary adenoma`$urlId #> [1] "DOID_5395" #> #> $`functioning pituitary adenoma`$dbPhenotype #> [1] FALSE #> #> $`functioning pituitary adenoma`$`_parent` #> [1] "DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`functioning pituitary adenoma`$`_is_leaf` #> [1] FALSE #> #> $`functioning pituitary adenoma`$children #> $`functioning pituitary adenoma`$children[[1]] #> [1] "DOID_7004<DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`functioning pituitary adenoma`$children[[2]] #> [1] "DOID_6255<DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`functioning pituitary adenoma`$children[[3]] #> [1] "DOID_5394<DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`functioning pituitary adenoma`$value #> [1] "functioning pituitary adenoma" #> #> #> $`functioning pituitary adenoma` #> $`functioning pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5395" #> #> $`functioning pituitary adenoma`$`_id` #> [1] "DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`functioning pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`functioning pituitary adenoma`$publicGeneCount #> [1] 7 #> #> $`functioning pituitary adenoma`$urlId #> [1] "DOID_5395" #> #> $`functioning pituitary adenoma`$dbPhenotype #> [1] FALSE #> #> $`functioning pituitary adenoma`$`_parent` #> [1] "DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`functioning pituitary adenoma`$`_is_leaf` #> [1] FALSE #> #> $`functioning pituitary adenoma`$children #> $`functioning pituitary adenoma`$children[[1]] #> [1] "DOID_7004<DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`functioning pituitary adenoma`$children[[2]] #> [1] "DOID_6255<DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`functioning pituitary adenoma`$children[[3]] #> [1] "DOID_5394<DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> #> $`functioning pituitary adenoma`$value #> [1] "functioning pituitary adenoma" #> #> #> $`functioning pituitary adenoma` #> $`functioning pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5395" #> #> $`functioning pituitary adenoma`$`_id` #> [1] "DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`functioning pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`functioning pituitary adenoma`$publicGeneCount #> [1] 7 #> #> $`functioning pituitary adenoma`$urlId #> [1] "DOID_5395" #> #> $`functioning pituitary adenoma`$dbPhenotype #> [1] FALSE #> #> $`functioning pituitary adenoma`$`_parent` #> [1] "DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`functioning pituitary adenoma`$`_is_leaf` #> [1] FALSE #> #> $`functioning pituitary adenoma`$children #> $`functioning pituitary adenoma`$children[[1]] #> [1] "DOID_7004<DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`functioning pituitary adenoma`$children[[2]] #> [1] "DOID_6255<DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`functioning pituitary adenoma`$children[[3]] #> [1] "DOID_5394<DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`functioning pituitary adenoma`$value #> [1] "functioning pituitary adenoma" #> #> #> $`fundus albipunctatus` #> $`fundus albipunctatus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11105" #> #> $`fundus albipunctatus`$`_id` #> [1] "DOID_11105<DOID_8501<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`fundus albipunctatus`$privateGeneCount #> [1] 0 #> #> $`fundus albipunctatus`$publicGeneCount #> [1] 4 #> #> $`fundus albipunctatus`$urlId #> [1] "DOID_11105" #> #> $`fundus albipunctatus`$dbPhenotype #> [1] TRUE #> #> $`fundus albipunctatus`$`_parent` #> [1] "DOID_8501<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`fundus albipunctatus`$`_is_leaf` #> [1] TRUE #> #> $`fundus albipunctatus`$children #> list() #> #> $`fundus albipunctatus`$value #> [1] "fundus albipunctatus" #> #> #> $`fundus dystrophy` #> $`fundus dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8501" #> #> $`fundus dystrophy`$`_id` #> [1] "DOID_8501<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`fundus dystrophy`$privateGeneCount #> [1] 0 #> #> $`fundus dystrophy`$publicGeneCount #> [1] 11 #> #> $`fundus dystrophy`$urlId #> [1] "DOID_8501" #> #> $`fundus dystrophy`$dbPhenotype #> [1] TRUE #> #> $`fundus dystrophy`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`fundus dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`fundus dystrophy`$children #> $`fundus dystrophy`$children[[1]] #> [1] "DOID_0050683<DOID_8501<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`fundus dystrophy`$children[[2]] #> [1] "DOID_11105<DOID_8501<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`fundus dystrophy`$value #> [1] "fundus dystrophy" #> #> #> $`fungal infectious disease` #> $`fungal infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1564" #> #> $`fungal infectious disease`$`_id` #> [1] "DOID_1564<DOID_0050117<DOID_4" #> #> $`fungal infectious disease`$privateGeneCount #> [1] 0 #> #> $`fungal infectious disease`$publicGeneCount #> [1] 37 #> #> $`fungal infectious disease`$urlId #> [1] "DOID_1564" #> #> $`fungal infectious disease`$dbPhenotype #> [1] TRUE #> #> $`fungal infectious disease`$`_parent` #> [1] "DOID_0050117<DOID_4" #> #> $`fungal infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`fungal infectious disease`$children #> $`fungal infectious disease`$children[[1]] #> [1] "DOID_0050134<DOID_1564<DOID_0050117<DOID_4" #> #> $`fungal infectious disease`$children[[2]] #> [1] "DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> #> $`fungal infectious disease`$value #> [1] "fungal infectious disease" #> #> #> $funisitis #> $funisitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050698" #> #> $funisitis$`_id` #> [1] "DOID_0050698<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $funisitis$privateGeneCount #> [1] 0 #> #> $funisitis$publicGeneCount #> [1] 21 #> #> $funisitis$urlId #> [1] "DOID_0050698" #> #> $funisitis$dbPhenotype #> [1] TRUE #> #> $funisitis$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $funisitis$`_is_leaf` #> [1] TRUE #> #> $funisitis$children #> list() #> #> $funisitis$value #> [1] "funisitis" #> #> #> $`GABA aminotransferase deficiency` #> $`GABA aminotransferase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060174" #> #> $`GABA aminotransferase deficiency`$`_id` #> [1] "DOID_0060174<DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`GABA aminotransferase deficiency`$privateGeneCount #> [1] 0 #> #> $`GABA aminotransferase deficiency`$publicGeneCount #> [1] 1 #> #> $`GABA aminotransferase deficiency`$urlId #> [1] "DOID_0060174" #> #> $`GABA aminotransferase deficiency`$dbPhenotype #> [1] TRUE #> #> $`GABA aminotransferase deficiency`$`_parent` #> [1] "DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`GABA aminotransferase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`GABA aminotransferase deficiency`$children #> list() #> #> $`GABA aminotransferase deficiency`$value #> [1] "GABA aminotransferase deficiency" #> #> #> $`Gait ataxia` #> $`Gait ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002066" #> #> $`Gait ataxia`$`_id` #> [1] "HP_0002066<HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Gait ataxia`$privateGeneCount #> [1] 0 #> #> $`Gait ataxia`$publicGeneCount #> [1] 1 #> #> $`Gait ataxia`$urlId #> [1] "HP_0002066" #> #> $`Gait ataxia`$dbPhenotype #> [1] TRUE #> #> $`Gait ataxia`$`_parent` #> [1] "HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Gait ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Gait ataxia`$children #> list() #> #> $`Gait ataxia`$value #> [1] "Gait ataxia" #> #> #> $`Gait ataxia` #> $`Gait ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002066" #> #> $`Gait ataxia`$`_id` #> [1] "HP_0002066<HP_0001288<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Gait ataxia`$privateGeneCount #> [1] 0 #> #> $`Gait ataxia`$publicGeneCount #> [1] 1 #> #> $`Gait ataxia`$urlId #> [1] "HP_0002066" #> #> $`Gait ataxia`$dbPhenotype #> [1] TRUE #> #> $`Gait ataxia`$`_parent` #> [1] "HP_0001288<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Gait ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Gait ataxia`$children #> list() #> #> $`Gait ataxia`$value #> [1] "Gait ataxia" #> #> #> $`Gait disturbance` #> $`Gait disturbance`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001288" #> #> $`Gait disturbance`$`_id` #> [1] "HP_0001288<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Gait disturbance`$privateGeneCount #> [1] 0 #> #> $`Gait disturbance`$publicGeneCount #> [1] 1 #> #> $`Gait disturbance`$urlId #> [1] "HP_0001288" #> #> $`Gait disturbance`$dbPhenotype #> [1] FALSE #> #> $`Gait disturbance`$`_parent` #> [1] "HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Gait disturbance`$`_is_leaf` #> [1] FALSE #> #> $`Gait disturbance`$children #> $`Gait disturbance`$children[[1]] #> [1] "HP_0002066<HP_0001288<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Gait disturbance`$value #> [1] "Gait disturbance" #> #> #> $`galactokinase deficiency` #> $`galactokinase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14695" #> #> $`galactokinase deficiency`$`_id` #> [1] "DOID_14695<DOID_9870<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`galactokinase deficiency`$privateGeneCount #> [1] 0 #> #> $`galactokinase deficiency`$publicGeneCount #> [1] 1 #> #> $`galactokinase deficiency`$urlId #> [1] "DOID_14695" #> #> $`galactokinase deficiency`$dbPhenotype #> [1] TRUE #> #> $`galactokinase deficiency`$`_parent` #> [1] "DOID_9870<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`galactokinase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`galactokinase deficiency`$children #> list() #> #> $`galactokinase deficiency`$value #> [1] "galactokinase deficiency" #> #> #> $Galactorrhea #> $Galactorrhea$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100829" #> #> $Galactorrhea$`_id` #> [1] "HP_0100829<HP_0031094<HP_0000769<HP_0000118<HP_0000001" #> #> $Galactorrhea$privateGeneCount #> [1] 0 #> #> $Galactorrhea$publicGeneCount #> [1] 1 #> #> $Galactorrhea$urlId #> [1] "HP_0100829" #> #> $Galactorrhea$dbPhenotype #> [1] TRUE #> #> $Galactorrhea$`_parent` #> [1] "HP_0031094<HP_0000769<HP_0000118<HP_0000001" #> #> $Galactorrhea$`_is_leaf` #> [1] TRUE #> #> $Galactorrhea$children #> list() #> #> $Galactorrhea$value #> [1] "Galactorrhea" #> #> #> $galactosemia #> $galactosemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9870" #> #> $galactosemia$`_id` #> [1] "DOID_9870<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $galactosemia$privateGeneCount #> [1] 0 #> #> $galactosemia$publicGeneCount #> [1] 3 #> #> $galactosemia$urlId #> [1] "DOID_9870" #> #> $galactosemia$dbPhenotype #> [1] TRUE #> #> $galactosemia$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $galactosemia$`_is_leaf` #> [1] FALSE #> #> $galactosemia$children #> $galactosemia$children[[1]] #> [1] "DOID_14695<DOID_9870<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> #> $galactosemia$value #> [1] "galactosemia" #> #> #> $`gallbladder cancer` #> $`gallbladder cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3121" #> #> $`gallbladder cancer`$`_id` #> [1] "DOID_3121<DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $`gallbladder cancer`$privateGeneCount #> [1] 0 #> #> $`gallbladder cancer`$publicGeneCount #> [1] 53 #> #> $`gallbladder cancer`$urlId #> [1] "DOID_3121" #> #> $`gallbladder cancer`$dbPhenotype #> [1] TRUE #> #> $`gallbladder cancer`$`_parent` #> [1] "DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $`gallbladder cancer`$`_is_leaf` #> [1] TRUE #> #> $`gallbladder cancer`$children #> list() #> #> $`gallbladder cancer`$value #> [1] "gallbladder cancer" #> #> #> $`gallbladder cancer` #> $`gallbladder cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3121" #> #> $`gallbladder cancer`$`_id` #> [1] "DOID_3121<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gallbladder cancer`$privateGeneCount #> [1] 0 #> #> $`gallbladder cancer`$publicGeneCount #> [1] 53 #> #> $`gallbladder cancer`$urlId #> [1] "DOID_3121" #> #> $`gallbladder cancer`$dbPhenotype #> [1] TRUE #> #> $`gallbladder cancer`$`_parent` #> [1] "DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gallbladder cancer`$`_is_leaf` #> [1] TRUE #> #> $`gallbladder cancer`$children #> list() #> #> $`gallbladder cancer`$value #> [1] "gallbladder cancer" #> #> #> $`gallbladder cancer` #> $`gallbladder cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3121" #> #> $`gallbladder cancer`$`_id` #> [1] "DOID_3121<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gallbladder cancer`$privateGeneCount #> [1] 0 #> #> $`gallbladder cancer`$publicGeneCount #> [1] 53 #> #> $`gallbladder cancer`$urlId #> [1] "DOID_3121" #> #> $`gallbladder cancer`$dbPhenotype #> [1] TRUE #> #> $`gallbladder cancer`$`_parent` #> [1] "DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gallbladder cancer`$`_is_leaf` #> [1] TRUE #> #> $`gallbladder cancer`$children #> list() #> #> $`gallbladder cancer`$value #> [1] "gallbladder cancer" #> #> #> $`gallbladder disease` #> $`gallbladder disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060262" #> #> $`gallbladder disease`$`_id` #> [1] "DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $`gallbladder disease`$privateGeneCount #> [1] 0 #> #> $`gallbladder disease`$publicGeneCount #> [1] 59 #> #> $`gallbladder disease`$urlId #> [1] "DOID_0060262" #> #> $`gallbladder disease`$dbPhenotype #> [1] TRUE #> #> $`gallbladder disease`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`gallbladder disease`$`_is_leaf` #> [1] FALSE #> #> $`gallbladder disease`$children #> $`gallbladder disease`$children[[1]] #> [1] "DOID_11151<DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $`gallbladder disease`$children[[2]] #> [1] "DOID_10211<DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $`gallbladder disease`$children[[3]] #> [1] "DOID_3121<DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $`gallbladder disease`$children[[4]] #> [1] "DOID_13768<DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> #> $`gallbladder disease`$value #> [1] "gallbladder disease" #> #> #> $`Galloway-Mowat syndrome` #> $`Galloway-Mowat syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080694" #> #> $`Galloway-Mowat syndrome`$`_id` #> [1] "DOID_0080694<DOID_225<DOID_4" #> #> $`Galloway-Mowat syndrome`$privateGeneCount #> [1] 0 #> #> $`Galloway-Mowat syndrome`$publicGeneCount #> [1] 1 #> #> $`Galloway-Mowat syndrome`$urlId #> [1] "DOID_0080694" #> #> $`Galloway-Mowat syndrome`$dbPhenotype #> [1] FALSE #> #> $`Galloway-Mowat syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Galloway-Mowat syndrome`$`_is_leaf` #> [1] FALSE #> #> $`Galloway-Mowat syndrome`$children #> $`Galloway-Mowat syndrome`$children[[1]] #> [1] "DOID_0060364<DOID_0080694<DOID_225<DOID_4" #> #> #> $`Galloway-Mowat syndrome`$value #> [1] "Galloway-Mowat syndrome" #> #> #> $`Galloway-Mowat syndrome 1` #> $`Galloway-Mowat syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060364" #> #> $`Galloway-Mowat syndrome 1`$`_id` #> [1] "DOID_0060364<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Galloway-Mowat syndrome 1`$privateGeneCount #> [1] 0 #> #> $`Galloway-Mowat syndrome 1`$publicGeneCount #> [1] 1 #> #> $`Galloway-Mowat syndrome 1`$urlId #> [1] "DOID_0060364" #> #> $`Galloway-Mowat syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`Galloway-Mowat syndrome 1`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Galloway-Mowat syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`Galloway-Mowat syndrome 1`$children #> list() #> #> $`Galloway-Mowat syndrome 1`$value #> [1] "Galloway-Mowat syndrome 1" #> #> #> $`Galloway-Mowat syndrome 1` #> $`Galloway-Mowat syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060364" #> #> $`Galloway-Mowat syndrome 1`$`_id` #> [1] "DOID_0060364<DOID_0080694<DOID_225<DOID_4" #> #> $`Galloway-Mowat syndrome 1`$privateGeneCount #> [1] 0 #> #> $`Galloway-Mowat syndrome 1`$publicGeneCount #> [1] 1 #> #> $`Galloway-Mowat syndrome 1`$urlId #> [1] "DOID_0060364" #> #> $`Galloway-Mowat syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`Galloway-Mowat syndrome 1`$`_parent` #> [1] "DOID_0080694<DOID_225<DOID_4" #> #> $`Galloway-Mowat syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`Galloway-Mowat syndrome 1`$children #> list() #> #> $`Galloway-Mowat syndrome 1`$value #> [1] "Galloway-Mowat syndrome 1" #> #> #> $`gamma-amino butyric acid metabolism disorder` #> $`gamma-amino butyric acid metabolism disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060176" #> #> $`gamma-amino butyric acid metabolism disorder`$`_id` #> [1] "DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`gamma-amino butyric acid metabolism disorder`$privateGeneCount #> [1] 0 #> #> $`gamma-amino butyric acid metabolism disorder`$publicGeneCount #> [1] 3 #> #> $`gamma-amino butyric acid metabolism disorder`$urlId #> [1] "DOID_0060176" #> #> $`gamma-amino butyric acid metabolism disorder`$dbPhenotype #> [1] FALSE #> #> $`gamma-amino butyric acid metabolism disorder`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`gamma-amino butyric acid metabolism disorder`$`_is_leaf` #> [1] FALSE #> #> $`gamma-amino butyric acid metabolism disorder`$children #> $`gamma-amino butyric acid metabolism disorder`$children[[1]] #> [1] "DOID_0060174<DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`gamma-amino butyric acid metabolism disorder`$children[[2]] #> [1] "DOID_0060177<DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`gamma-amino butyric acid metabolism disorder`$children[[3]] #> [1] "DOID_0060175<DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $`gamma-amino butyric acid metabolism disorder`$value #> [1] "gamma-amino butyric acid metabolism disorder" #> #> #> $`Gamstorp-Wohlfart syndrome` #> $`Gamstorp-Wohlfart syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050526" #> #> $`Gamstorp-Wohlfart syndrome`$`_id` #> [1] "DOID_0050526<DOID_225<DOID_4" #> #> $`Gamstorp-Wohlfart syndrome`$privateGeneCount #> [1] 0 #> #> $`Gamstorp-Wohlfart syndrome`$publicGeneCount #> [1] 1 #> #> $`Gamstorp-Wohlfart syndrome`$urlId #> [1] "DOID_0050526" #> #> $`Gamstorp-Wohlfart syndrome`$dbPhenotype #> [1] TRUE #> #> $`Gamstorp-Wohlfart syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Gamstorp-Wohlfart syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Gamstorp-Wohlfart syndrome`$children #> list() #> #> $`Gamstorp-Wohlfart syndrome`$value #> [1] "Gamstorp-Wohlfart syndrome" #> #> #> $gangliosidosis #> $gangliosidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2368" #> #> $gangliosidosis$`_id` #> [1] "DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $gangliosidosis$privateGeneCount #> [1] 0 #> #> $gangliosidosis$publicGeneCount #> [1] 4 #> #> $gangliosidosis$urlId #> [1] "DOID_2368" #> #> $gangliosidosis$dbPhenotype #> [1] FALSE #> #> $gangliosidosis$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $gangliosidosis$`_is_leaf` #> [1] FALSE #> #> $gangliosidosis$children #> $gangliosidosis$children[[1]] #> [1] "DOID_3322<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $gangliosidosis$children[[2]] #> [1] "DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $gangliosidosis$value #> [1] "gangliosidosis" #> #> #> $gangliosidosis #> $gangliosidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2368" #> #> $gangliosidosis$`_id` #> [1] "DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $gangliosidosis$privateGeneCount #> [1] 0 #> #> $gangliosidosis$publicGeneCount #> [1] 4 #> #> $gangliosidosis$urlId #> [1] "DOID_2368" #> #> $gangliosidosis$dbPhenotype #> [1] FALSE #> #> $gangliosidosis$`_parent` #> [1] "DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $gangliosidosis$`_is_leaf` #> [1] FALSE #> #> $gangliosidosis$children #> $gangliosidosis$children[[1]] #> [1] "DOID_3322<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $gangliosidosis$children[[2]] #> [1] "DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> #> $gangliosidosis$value #> [1] "gangliosidosis" #> #> #> $`gastric adenocarcinoma` #> $`gastric adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3717" #> #> $`gastric adenocarcinoma`$`_id` #> [1] "DOID_3717<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gastric adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`gastric adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`gastric adenocarcinoma`$urlId #> [1] "DOID_3717" #> #> $`gastric adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`gastric adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gastric adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`gastric adenocarcinoma`$children #> $`gastric adenocarcinoma`$children[[1]] #> [1] "DOID_6217<DOID_3717<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`gastric adenocarcinoma`$value #> [1] "gastric adenocarcinoma" #> #> #> $`gastric adenocarcinoma` #> $`gastric adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3717" #> #> $`gastric adenocarcinoma`$`_id` #> [1] "DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastric adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`gastric adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`gastric adenocarcinoma`$urlId #> [1] "DOID_3717" #> #> $`gastric adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`gastric adenocarcinoma`$`_parent` #> [1] "DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastric adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`gastric adenocarcinoma`$children #> $`gastric adenocarcinoma`$children[[1]] #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`gastric adenocarcinoma`$value #> [1] "gastric adenocarcinoma" #> #> #> $`gastric adenocarcinoma` #> $`gastric adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3717" #> #> $`gastric adenocarcinoma`$`_id` #> [1] "DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastric adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`gastric adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`gastric adenocarcinoma`$urlId #> [1] "DOID_3717" #> #> $`gastric adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`gastric adenocarcinoma`$`_parent` #> [1] "DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastric adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`gastric adenocarcinoma`$children #> $`gastric adenocarcinoma`$children[[1]] #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`gastric adenocarcinoma`$value #> [1] "gastric adenocarcinoma" #> #> #> $`gastric adenocarcinoma` #> $`gastric adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3717" #> #> $`gastric adenocarcinoma`$`_id` #> [1] "DOID_3717<DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`gastric adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`gastric adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`gastric adenocarcinoma`$urlId #> [1] "DOID_3717" #> #> $`gastric adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`gastric adenocarcinoma`$`_parent` #> [1] "DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`gastric adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`gastric adenocarcinoma`$children #> $`gastric adenocarcinoma`$children[[1]] #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> #> $`gastric adenocarcinoma`$value #> [1] "gastric adenocarcinoma" #> #> #> $`gastric adenocarcinoma` #> $`gastric adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3717" #> #> $`gastric adenocarcinoma`$`_id` #> [1] "DOID_3717<DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gastric adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`gastric adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`gastric adenocarcinoma`$urlId #> [1] "DOID_3717" #> #> $`gastric adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`gastric adenocarcinoma`$`_parent` #> [1] "DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gastric adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`gastric adenocarcinoma`$children #> $`gastric adenocarcinoma`$children[[1]] #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`gastric adenocarcinoma`$value #> [1] "gastric adenocarcinoma" #> #> #> $`gastric antral vascular ectasia` #> $`gastric antral vascular ectasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2493" #> #> $`gastric antral vascular ectasia`$`_id` #> [1] "DOID_2493<DOID_1271<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`gastric antral vascular ectasia`$privateGeneCount #> [1] 0 #> #> $`gastric antral vascular ectasia`$publicGeneCount #> [1] 1 #> #> $`gastric antral vascular ectasia`$urlId #> [1] "DOID_2493" #> #> $`gastric antral vascular ectasia`$dbPhenotype #> [1] TRUE #> #> $`gastric antral vascular ectasia`$`_parent` #> [1] "DOID_1271<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`gastric antral vascular ectasia`$`_is_leaf` #> [1] TRUE #> #> $`gastric antral vascular ectasia`$children #> list() #> #> $`gastric antral vascular ectasia`$value #> [1] "gastric antral vascular ectasia" #> #> #> $`gastric diffuse adenocarcinoma` #> $`gastric diffuse adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6217" #> #> $`gastric diffuse adenocarcinoma`$`_id` #> [1] "DOID_6217<DOID_3717<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gastric diffuse adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`gastric diffuse adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`gastric diffuse adenocarcinoma`$urlId #> [1] "DOID_6217" #> #> $`gastric diffuse adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`gastric diffuse adenocarcinoma`$`_parent` #> [1] "DOID_3717<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gastric diffuse adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`gastric diffuse adenocarcinoma`$children #> $`gastric diffuse adenocarcinoma`$children[[1]] #> [1] "DOID_4023<DOID_6217<DOID_3717<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`gastric diffuse adenocarcinoma`$value #> [1] "gastric diffuse adenocarcinoma" #> #> #> $`gastric diffuse adenocarcinoma` #> $`gastric diffuse adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6217" #> #> $`gastric diffuse adenocarcinoma`$`_id` #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastric diffuse adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`gastric diffuse adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`gastric diffuse adenocarcinoma`$urlId #> [1] "DOID_6217" #> #> $`gastric diffuse adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`gastric diffuse adenocarcinoma`$`_parent` #> [1] "DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastric diffuse adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`gastric diffuse adenocarcinoma`$children #> $`gastric diffuse adenocarcinoma`$children[[1]] #> [1] "DOID_4023<DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`gastric diffuse adenocarcinoma`$value #> [1] "gastric diffuse adenocarcinoma" #> #> #> $`gastric diffuse adenocarcinoma` #> $`gastric diffuse adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6217" #> #> $`gastric diffuse adenocarcinoma`$`_id` #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastric diffuse adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`gastric diffuse adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`gastric diffuse adenocarcinoma`$urlId #> [1] "DOID_6217" #> #> $`gastric diffuse adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`gastric diffuse adenocarcinoma`$`_parent` #> [1] "DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastric diffuse adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`gastric diffuse adenocarcinoma`$children #> $`gastric diffuse adenocarcinoma`$children[[1]] #> [1] "DOID_4023<DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`gastric diffuse adenocarcinoma`$value #> [1] "gastric diffuse adenocarcinoma" #> #> #> $`gastric diffuse adenocarcinoma` #> $`gastric diffuse adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6217" #> #> $`gastric diffuse adenocarcinoma`$`_id` #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`gastric diffuse adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`gastric diffuse adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`gastric diffuse adenocarcinoma`$urlId #> [1] "DOID_6217" #> #> $`gastric diffuse adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`gastric diffuse adenocarcinoma`$`_parent` #> [1] "DOID_3717<DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`gastric diffuse adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`gastric diffuse adenocarcinoma`$children #> $`gastric diffuse adenocarcinoma`$children[[1]] #> [1] "DOID_4023<DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> #> $`gastric diffuse adenocarcinoma`$value #> [1] "gastric diffuse adenocarcinoma" #> #> #> $`gastric diffuse adenocarcinoma` #> $`gastric diffuse adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6217" #> #> $`gastric diffuse adenocarcinoma`$`_id` #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gastric diffuse adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`gastric diffuse adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`gastric diffuse adenocarcinoma`$urlId #> [1] "DOID_6217" #> #> $`gastric diffuse adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`gastric diffuse adenocarcinoma`$`_parent` #> [1] "DOID_3717<DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gastric diffuse adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`gastric diffuse adenocarcinoma`$children #> $`gastric diffuse adenocarcinoma`$children[[1]] #> [1] "DOID_4023<DOID_6217<DOID_3717<DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`gastric diffuse adenocarcinoma`$value #> [1] "gastric diffuse adenocarcinoma" #> #> #> $`gastric outlet obstruction` #> $`gastric outlet obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3122" #> #> $`gastric outlet obstruction`$`_id` #> [1] "DOID_3122<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`gastric outlet obstruction`$privateGeneCount #> [1] 0 #> #> $`gastric outlet obstruction`$publicGeneCount #> [1] 2 #> #> $`gastric outlet obstruction`$urlId #> [1] "DOID_3122" #> #> $`gastric outlet obstruction`$dbPhenotype #> [1] TRUE #> #> $`gastric outlet obstruction`$`_parent` #> [1] "DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`gastric outlet obstruction`$`_is_leaf` #> [1] FALSE #> #> $`gastric outlet obstruction`$children #> $`gastric outlet obstruction`$children[[1]] #> [1] "DOID_12639<DOID_3122<DOID_76<DOID_77<DOID_7<DOID_4" #> #> #> $`gastric outlet obstruction`$value #> [1] "gastric outlet obstruction" #> #> #> $`gastric ulcer` #> $`gastric ulcer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10808" #> #> $`gastric ulcer`$`_id` #> [1] "DOID_10808<DOID_750<DOID_77<DOID_7<DOID_4" #> #> $`gastric ulcer`$privateGeneCount #> [1] 0 #> #> $`gastric ulcer`$publicGeneCount #> [1] 18 #> #> $`gastric ulcer`$urlId #> [1] "DOID_10808" #> #> $`gastric ulcer`$dbPhenotype #> [1] TRUE #> #> $`gastric ulcer`$`_parent` #> [1] "DOID_750<DOID_77<DOID_7<DOID_4" #> #> $`gastric ulcer`$`_is_leaf` #> [1] TRUE #> #> $`gastric ulcer`$children #> list() #> #> $`gastric ulcer`$value #> [1] "gastric ulcer" #> #> #> $gastrinoma #> $gastrinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5577" #> #> $gastrinoma$`_id` #> [1] "DOID_5577<DOID_169<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $gastrinoma$privateGeneCount #> [1] 0 #> #> $gastrinoma$publicGeneCount #> [1] 5 #> #> $gastrinoma$urlId #> [1] "DOID_5577" #> #> $gastrinoma$dbPhenotype #> [1] TRUE #> #> $gastrinoma$`_parent` #> [1] "DOID_169<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $gastrinoma$`_is_leaf` #> [1] TRUE #> #> $gastrinoma$children #> list() #> #> $gastrinoma$value #> [1] "gastrinoma" #> #> #> $gastritis #> $gastritis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4029" #> #> $gastritis$`_id` #> [1] "DOID_4029<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $gastritis$privateGeneCount #> [1] 0 #> #> $gastritis$publicGeneCount #> [1] 5 #> #> $gastritis$urlId #> [1] "DOID_4029" #> #> $gastritis$dbPhenotype #> [1] TRUE #> #> $gastritis$`_parent` #> [1] "DOID_76<DOID_77<DOID_7<DOID_4" #> #> $gastritis$`_is_leaf` #> [1] FALSE #> #> $gastritis$children #> $gastritis$children[[1]] #> [1] "DOID_8929<DOID_4029<DOID_76<DOID_77<DOID_7<DOID_4" #> #> #> $gastritis$value #> [1] "gastritis" #> #> #> $gastroenteritis #> $gastroenteritis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2326" #> #> $gastroenteritis$`_id` #> [1] "DOID_2326<DOID_77<DOID_7<DOID_4" #> #> $gastroenteritis$privateGeneCount #> [1] 0 #> #> $gastroenteritis$publicGeneCount #> [1] 49 #> #> $gastroenteritis$urlId #> [1] "DOID_2326" #> #> $gastroenteritis$dbPhenotype #> [1] TRUE #> #> $gastroenteritis$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $gastroenteritis$`_is_leaf` #> [1] TRUE #> #> $gastroenteritis$children #> list() #> #> $gastroenteritis$value #> [1] "gastroenteritis" #> #> #> $`Gastroesophageal reflux` #> $`Gastroesophageal reflux`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002020" #> #> $`Gastroesophageal reflux`$`_id` #> [1] "HP_0002020<HP_0002577<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastroesophageal reflux`$privateGeneCount #> [1] 0 #> #> $`Gastroesophageal reflux`$publicGeneCount #> [1] 1 #> #> $`Gastroesophageal reflux`$urlId #> [1] "HP_0002020" #> #> $`Gastroesophageal reflux`$dbPhenotype #> [1] TRUE #> #> $`Gastroesophageal reflux`$`_parent` #> [1] "HP_0002577<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastroesophageal reflux`$`_is_leaf` #> [1] TRUE #> #> $`Gastroesophageal reflux`$children #> list() #> #> $`Gastroesophageal reflux`$value #> [1] "Gastroesophageal reflux" #> #> #> $`Gastroesophageal reflux` #> $`Gastroesophageal reflux`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002020" #> #> $`Gastroesophageal reflux`$`_id` #> [1] "HP_0002020<HP_0025270<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastroesophageal reflux`$privateGeneCount #> [1] 0 #> #> $`Gastroesophageal reflux`$publicGeneCount #> [1] 1 #> #> $`Gastroesophageal reflux`$urlId #> [1] "HP_0002020" #> #> $`Gastroesophageal reflux`$dbPhenotype #> [1] TRUE #> #> $`Gastroesophageal reflux`$`_parent` #> [1] "HP_0025270<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastroesophageal reflux`$`_is_leaf` #> [1] TRUE #> #> $`Gastroesophageal reflux`$children #> list() #> #> $`Gastroesophageal reflux`$value #> [1] "Gastroesophageal reflux" #> #> #> $`gastroesophageal reflux disease` #> $`gastroesophageal reflux disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8534" #> #> $`gastroesophageal reflux disease`$`_id` #> [1] "DOID_8534<DOID_77<DOID_7<DOID_4" #> #> $`gastroesophageal reflux disease`$privateGeneCount #> [1] 0 #> #> $`gastroesophageal reflux disease`$publicGeneCount #> [1] 6 #> #> $`gastroesophageal reflux disease`$urlId #> [1] "DOID_8534" #> #> $`gastroesophageal reflux disease`$dbPhenotype #> [1] TRUE #> #> $`gastroesophageal reflux disease`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`gastroesophageal reflux disease`$`_is_leaf` #> [1] TRUE #> #> $`gastroesophageal reflux disease`$children #> list() #> #> $`gastroesophageal reflux disease`$value #> [1] "gastroesophageal reflux disease" #> #> #> $`gastrointestinal allergy` #> $`gastrointestinal allergy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060502" #> #> $`gastrointestinal allergy`$`_id` #> [1] "DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`gastrointestinal allergy`$privateGeneCount #> [1] 0 #> #> $`gastrointestinal allergy`$publicGeneCount #> [1] 6 #> #> $`gastrointestinal allergy`$urlId #> [1] "DOID_0060502" #> #> $`gastrointestinal allergy`$dbPhenotype #> [1] FALSE #> #> $`gastrointestinal allergy`$`_parent` #> [1] "DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`gastrointestinal allergy`$`_is_leaf` #> [1] FALSE #> #> $`gastrointestinal allergy`$children #> $`gastrointestinal allergy`$children[[1]] #> [1] "DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`gastrointestinal allergy`$value #> [1] "gastrointestinal allergy" #> #> #> $`Gastrointestinal dysmotility` #> $`Gastrointestinal dysmotility`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002579" #> #> $`Gastrointestinal dysmotility`$`_id` #> [1] "HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastrointestinal dysmotility`$privateGeneCount #> [1] 0 #> #> $`Gastrointestinal dysmotility`$publicGeneCount #> [1] 1 #> #> $`Gastrointestinal dysmotility`$urlId #> [1] "HP_0002579" #> #> $`Gastrointestinal dysmotility`$dbPhenotype #> [1] FALSE #> #> $`Gastrointestinal dysmotility`$`_parent` #> [1] "HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastrointestinal dysmotility`$`_is_leaf` #> [1] FALSE #> #> $`Gastrointestinal dysmotility`$children #> $`Gastrointestinal dysmotility`$children[[1]] #> [1] "HP_0002595<HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Gastrointestinal dysmotility`$value #> [1] "Gastrointestinal dysmotility" #> #> #> $`Gastrointestinal hemorrhage` #> $`Gastrointestinal hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002239" #> #> $`Gastrointestinal hemorrhage`$`_id` #> [1] "HP_0002239<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastrointestinal hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Gastrointestinal hemorrhage`$publicGeneCount #> [1] 3 #> #> $`Gastrointestinal hemorrhage`$urlId #> [1] "HP_0002239" #> #> $`Gastrointestinal hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Gastrointestinal hemorrhage`$`_parent` #> [1] "HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastrointestinal hemorrhage`$`_is_leaf` #> [1] TRUE #> #> $`Gastrointestinal hemorrhage`$children #> list() #> #> $`Gastrointestinal hemorrhage`$value #> [1] "Gastrointestinal hemorrhage" #> #> #> $`Gastrointestinal inflammation` #> $`Gastrointestinal inflammation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004386" #> #> $`Gastrointestinal inflammation`$`_id` #> [1] "HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastrointestinal inflammation`$privateGeneCount #> [1] 0 #> #> $`Gastrointestinal inflammation`$publicGeneCount #> [1] 29 #> #> $`Gastrointestinal inflammation`$urlId #> [1] "HP_0004386" #> #> $`Gastrointestinal inflammation`$dbPhenotype #> [1] FALSE #> #> $`Gastrointestinal inflammation`$`_parent` #> [1] "HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastrointestinal inflammation`$`_is_leaf` #> [1] FALSE #> #> $`Gastrointestinal inflammation`$children #> $`Gastrointestinal inflammation`$children[[1]] #> [1] "HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Gastrointestinal inflammation`$value #> [1] "Gastrointestinal inflammation" #> #> #> $`Gastrointestinal obstruction` #> $`Gastrointestinal obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004796" #> #> $`Gastrointestinal obstruction`$`_id` #> [1] "HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastrointestinal obstruction`$privateGeneCount #> [1] 0 #> #> $`Gastrointestinal obstruction`$publicGeneCount #> [1] 1 #> #> $`Gastrointestinal obstruction`$urlId #> [1] "HP_0004796" #> #> $`Gastrointestinal obstruction`$dbPhenotype #> [1] FALSE #> #> $`Gastrointestinal obstruction`$`_parent` #> [1] "HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastrointestinal obstruction`$`_is_leaf` #> [1] FALSE #> #> $`Gastrointestinal obstruction`$children #> $`Gastrointestinal obstruction`$children[[1]] #> [1] "HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Gastrointestinal obstruction`$value #> [1] "Gastrointestinal obstruction" #> #> #> $`gastrointestinal stromal tumor` #> $`gastrointestinal stromal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9253" #> #> $`gastrointestinal stromal tumor`$`_id` #> [1] "DOID_9253<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastrointestinal stromal tumor`$privateGeneCount #> [1] 0 #> #> $`gastrointestinal stromal tumor`$publicGeneCount #> [1] 5 #> #> $`gastrointestinal stromal tumor`$urlId #> [1] "DOID_9253" #> #> $`gastrointestinal stromal tumor`$dbPhenotype #> [1] TRUE #> #> $`gastrointestinal stromal tumor`$`_parent` #> [1] "DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastrointestinal stromal tumor`$`_is_leaf` #> [1] TRUE #> #> $`gastrointestinal stromal tumor`$children #> list() #> #> $`gastrointestinal stromal tumor`$value #> [1] "gastrointestinal stromal tumor" #> #> #> $`gastrointestinal stromal tumor` #> $`gastrointestinal stromal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9253" #> #> $`gastrointestinal stromal tumor`$`_id` #> [1] "DOID_9253<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal stromal tumor`$privateGeneCount #> [1] 0 #> #> $`gastrointestinal stromal tumor`$publicGeneCount #> [1] 5 #> #> $`gastrointestinal stromal tumor`$urlId #> [1] "DOID_9253" #> #> $`gastrointestinal stromal tumor`$dbPhenotype #> [1] TRUE #> #> $`gastrointestinal stromal tumor`$`_parent` #> [1] "DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal stromal tumor`$`_is_leaf` #> [1] TRUE #> #> $`gastrointestinal stromal tumor`$children #> list() #> #> $`gastrointestinal stromal tumor`$value #> [1] "gastrointestinal stromal tumor" #> #> #> $`gastrointestinal system benign neoplasm` #> $`gastrointestinal system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050624" #> #> $`gastrointestinal system benign neoplasm`$`_id` #> [1] "DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`gastrointestinal system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`gastrointestinal system benign neoplasm`$publicGeneCount #> [1] 219 #> #> $`gastrointestinal system benign neoplasm`$urlId #> [1] "DOID_0050624" #> #> $`gastrointestinal system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`gastrointestinal system benign neoplasm`$`_parent` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`gastrointestinal system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`gastrointestinal system benign neoplasm`$children #> $`gastrointestinal system benign neoplasm`$children[[1]] #> [1] "DOID_3117<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`gastrointestinal system benign neoplasm`$children[[2]] #> [1] "DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`gastrointestinal system benign neoplasm`$children[[3]] #> [1] "DOID_3918<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`gastrointestinal system benign neoplasm`$children[[4]] #> [1] "DOID_452<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`gastrointestinal system benign neoplasm`$value #> [1] "gastrointestinal system benign neoplasm" #> #> #> $`gastrointestinal system benign neoplasm` #> $`gastrointestinal system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050624" #> #> $`gastrointestinal system benign neoplasm`$`_id` #> [1] "DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`gastrointestinal system benign neoplasm`$publicGeneCount #> [1] 219 #> #> $`gastrointestinal system benign neoplasm`$urlId #> [1] "DOID_0050624" #> #> $`gastrointestinal system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`gastrointestinal system benign neoplasm`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`gastrointestinal system benign neoplasm`$children #> $`gastrointestinal system benign neoplasm`$children[[1]] #> [1] "DOID_3117<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system benign neoplasm`$children[[2]] #> [1] "DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system benign neoplasm`$children[[3]] #> [1] "DOID_3918<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system benign neoplasm`$children[[4]] #> [1] "DOID_452<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> #> $`gastrointestinal system benign neoplasm`$value #> [1] "gastrointestinal system benign neoplasm" #> #> #> $`gastrointestinal system cancer` #> $`gastrointestinal system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3119" #> #> $`gastrointestinal system cancer`$`_id` #> [1] "DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastrointestinal system cancer`$privateGeneCount #> [1] 0 #> #> $`gastrointestinal system cancer`$publicGeneCount #> [1] 1261 #> #> $`gastrointestinal system cancer`$urlId #> [1] "DOID_3119" #> #> $`gastrointestinal system cancer`$dbPhenotype #> [1] TRUE #> #> $`gastrointestinal system cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastrointestinal system cancer`$`_is_leaf` #> [1] FALSE #> #> $`gastrointestinal system cancer`$children #> $`gastrointestinal system cancer`$children[[1]] #> [1] "DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastrointestinal system cancer`$children[[2]] #> [1] "DOID_9253<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastrointestinal system cancer`$children[[3]] #> [1] "DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastrointestinal system cancer`$children[[4]] #> [1] "DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastrointestinal system cancer`$children[[5]] #> [1] "DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastrointestinal system cancer`$children[[6]] #> [1] "DOID_0060119<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastrointestinal system cancer`$children[[7]] #> [1] "DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`gastrointestinal system cancer`$value #> [1] "gastrointestinal system cancer" #> #> #> $`gastrointestinal system cancer` #> $`gastrointestinal system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3119" #> #> $`gastrointestinal system cancer`$`_id` #> [1] "DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system cancer`$privateGeneCount #> [1] 0 #> #> $`gastrointestinal system cancer`$publicGeneCount #> [1] 1261 #> #> $`gastrointestinal system cancer`$urlId #> [1] "DOID_3119" #> #> $`gastrointestinal system cancer`$dbPhenotype #> [1] TRUE #> #> $`gastrointestinal system cancer`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system cancer`$`_is_leaf` #> [1] FALSE #> #> $`gastrointestinal system cancer`$children #> $`gastrointestinal system cancer`$children[[1]] #> [1] "DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system cancer`$children[[2]] #> [1] "DOID_9253<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system cancer`$children[[3]] #> [1] "DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system cancer`$children[[4]] #> [1] "DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system cancer`$children[[5]] #> [1] "DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system cancer`$children[[6]] #> [1] "DOID_0060119<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system cancer`$children[[7]] #> [1] "DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`gastrointestinal system cancer`$value #> [1] "gastrointestinal system cancer" #> #> #> $`gastrointestinal system disease` #> $`gastrointestinal system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_77" #> #> $`gastrointestinal system disease`$`_id` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$privateGeneCount #> [1] 0 #> #> $`gastrointestinal system disease`$publicGeneCount #> [1] 1902 #> #> $`gastrointestinal system disease`$urlId #> [1] "DOID_77" #> #> $`gastrointestinal system disease`$dbPhenotype #> [1] TRUE #> #> $`gastrointestinal system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$`_is_leaf` #> [1] FALSE #> #> $`gastrointestinal system disease`$children #> $`gastrointestinal system disease`$children[[1]] #> [1] "DOID_60000<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[2]] #> [1] "DOID_0060031<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[3]] #> [1] "DOID_13250<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[4]] #> [1] "DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[5]] #> [1] "DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[6]] #> [1] "DOID_2326<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[7]] #> [1] "DOID_8534<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[8]] #> [1] "DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[9]] #> [1] "DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[10]] #> [1] "DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[11]] #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[12]] #> [1] "DOID_0050787<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[13]] #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[14]] #> [1] "DOID_750<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[15]] #> [1] "DOID_8677<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[16]] #> [1] "DOID_8283<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[17]] #> [1] "DOID_76<DOID_77<DOID_7<DOID_4" #> #> #> $`gastrointestinal system disease`$value #> [1] "gastrointestinal system disease" #> #> #> $gastroparesis #> $gastroparesis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11914" #> #> $gastroparesis$`_id` #> [1] "DOID_11914<DOID_1159<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $gastroparesis$privateGeneCount #> [1] 0 #> #> $gastroparesis$publicGeneCount #> [1] 1 #> #> $gastroparesis$urlId #> [1] "DOID_11914" #> #> $gastroparesis$dbPhenotype #> [1] TRUE #> #> $gastroparesis$`_parent` #> [1] "DOID_1159<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $gastroparesis$`_is_leaf` #> [1] TRUE #> #> $gastroparesis$children #> list() #> #> $gastroparesis$value #> [1] "gastroparesis" #> #> #> $gastroschisis #> $gastroschisis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11044" #> #> $gastroschisis$`_id` #> [1] "DOID_11044<DOID_0080015<DOID_4" #> #> $gastroschisis$privateGeneCount #> [1] 0 #> #> $gastroschisis$publicGeneCount #> [1] 1 #> #> $gastroschisis$urlId #> [1] "DOID_11044" #> #> $gastroschisis$dbPhenotype #> [1] TRUE #> #> $gastroschisis$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $gastroschisis$`_is_leaf` #> [1] TRUE #> #> $gastroschisis$children #> list() #> #> $gastroschisis$value #> [1] "gastroschisis" #> #> #> $`Gaucher's disease` #> $`Gaucher's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1926" #> #> $`Gaucher's disease`$`_id` #> [1] "DOID_1926<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Gaucher's disease`$privateGeneCount #> [1] 0 #> #> $`Gaucher's disease`$publicGeneCount #> [1] 6 #> #> $`Gaucher's disease`$urlId #> [1] "DOID_1926" #> #> $`Gaucher's disease`$dbPhenotype #> [1] TRUE #> #> $`Gaucher's disease`$`_parent` #> [1] "DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Gaucher's disease`$`_is_leaf` #> [1] TRUE #> #> $`Gaucher's disease`$children #> list() #> #> $`Gaucher's disease`$value #> [1] "Gaucher's disease" #> #> #> $`gelatinous drop-like corneal dystrophy` #> $`gelatinous drop-like corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060449" #> #> $`gelatinous drop-like corneal dystrophy`$`_id` #> [1] "DOID_0060449<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`gelatinous drop-like corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`gelatinous drop-like corneal dystrophy`$publicGeneCount #> [1] 1 #> #> $`gelatinous drop-like corneal dystrophy`$urlId #> [1] "DOID_0060449" #> #> $`gelatinous drop-like corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`gelatinous drop-like corneal dystrophy`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`gelatinous drop-like corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`gelatinous drop-like corneal dystrophy`$children #> list() #> #> $`gelatinous drop-like corneal dystrophy`$value #> [1] "gelatinous drop-like corneal dystrophy" #> #> #> $`gelatinous drop-like corneal dystrophy` #> $`gelatinous drop-like corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060449" #> #> $`gelatinous drop-like corneal dystrophy`$`_id` #> [1] "DOID_0060449<DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`gelatinous drop-like corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`gelatinous drop-like corneal dystrophy`$publicGeneCount #> [1] 1 #> #> $`gelatinous drop-like corneal dystrophy`$urlId #> [1] "DOID_0060449" #> #> $`gelatinous drop-like corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`gelatinous drop-like corneal dystrophy`$`_parent` #> [1] "DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`gelatinous drop-like corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`gelatinous drop-like corneal dystrophy`$children #> list() #> #> $`gelatinous drop-like corneal dystrophy`$value #> [1] "gelatinous drop-like corneal dystrophy" #> #> #> $`gemistocytic astrocytoma` #> $`gemistocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7005" #> #> $`gemistocytic astrocytoma`$`_id` #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gemistocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`gemistocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`gemistocytic astrocytoma`$urlId #> [1] "DOID_7005" #> #> $`gemistocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`gemistocytic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gemistocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`gemistocytic astrocytoma`$children #> list() #> #> $`gemistocytic astrocytoma`$value #> [1] "gemistocytic astrocytoma" #> #> #> $`gemistocytic astrocytoma` #> $`gemistocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7005" #> #> $`gemistocytic astrocytoma`$`_id` #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`gemistocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`gemistocytic astrocytoma`$urlId #> [1] "DOID_7005" #> #> $`gemistocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`gemistocytic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`gemistocytic astrocytoma`$children #> list() #> #> $`gemistocytic astrocytoma`$value #> [1] "gemistocytic astrocytoma" #> #> #> $`gemistocytic astrocytoma` #> $`gemistocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7005" #> #> $`gemistocytic astrocytoma`$`_id` #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gemistocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`gemistocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`gemistocytic astrocytoma`$urlId #> [1] "DOID_7005" #> #> $`gemistocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`gemistocytic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gemistocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`gemistocytic astrocytoma`$children #> list() #> #> $`gemistocytic astrocytoma`$value #> [1] "gemistocytic astrocytoma" #> #> #> $`gemistocytic astrocytoma` #> $`gemistocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7005" #> #> $`gemistocytic astrocytoma`$`_id` #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`gemistocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`gemistocytic astrocytoma`$urlId #> [1] "DOID_7005" #> #> $`gemistocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`gemistocytic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`gemistocytic astrocytoma`$children #> list() #> #> $`gemistocytic astrocytoma`$value #> [1] "gemistocytic astrocytoma" #> #> #> $`gemistocytic astrocytoma` #> $`gemistocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7005" #> #> $`gemistocytic astrocytoma`$`_id` #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`gemistocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`gemistocytic astrocytoma`$urlId #> [1] "DOID_7005" #> #> $`gemistocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`gemistocytic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`gemistocytic astrocytoma`$children #> list() #> #> $`gemistocytic astrocytoma`$value #> [1] "gemistocytic astrocytoma" #> #> #> $`gemistocytic astrocytoma` #> $`gemistocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7005" #> #> $`gemistocytic astrocytoma`$`_id` #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`gemistocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`gemistocytic astrocytoma`$urlId #> [1] "DOID_7005" #> #> $`gemistocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`gemistocytic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`gemistocytic astrocytoma`$children #> list() #> #> $`gemistocytic astrocytoma`$value #> [1] "gemistocytic astrocytoma" #> #> #> $`gemistocytic astrocytoma` #> $`gemistocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7005" #> #> $`gemistocytic astrocytoma`$`_id` #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`gemistocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`gemistocytic astrocytoma`$urlId #> [1] "DOID_7005" #> #> $`gemistocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`gemistocytic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`gemistocytic astrocytoma`$children #> list() #> #> $`gemistocytic astrocytoma`$value #> [1] "gemistocytic astrocytoma" #> #> #> $`gemistocytic astrocytoma` #> $`gemistocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7005" #> #> $`gemistocytic astrocytoma`$`_id` #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gemistocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`gemistocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`gemistocytic astrocytoma`$urlId #> [1] "DOID_7005" #> #> $`gemistocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`gemistocytic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gemistocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`gemistocytic astrocytoma`$children #> list() #> #> $`gemistocytic astrocytoma`$value #> [1] "gemistocytic astrocytoma" #> #> #> $`gemistocytic astrocytoma` #> $`gemistocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7005" #> #> $`gemistocytic astrocytoma`$`_id` #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`gemistocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`gemistocytic astrocytoma`$urlId #> [1] "DOID_7005" #> #> $`gemistocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`gemistocytic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`gemistocytic astrocytoma`$children #> list() #> #> $`gemistocytic astrocytoma`$value #> [1] "gemistocytic astrocytoma" #> #> #> $`gemistocytic astrocytoma` #> $`gemistocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7005" #> #> $`gemistocytic astrocytoma`$`_id` #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`gemistocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`gemistocytic astrocytoma`$urlId #> [1] "DOID_7005" #> #> $`gemistocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`gemistocytic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`gemistocytic astrocytoma`$children #> list() #> #> $`gemistocytic astrocytoma`$value #> [1] "gemistocytic astrocytoma" #> #> #> $`Generalized abnormality of skin` #> $`Generalized abnormality of skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011354" #> #> $`Generalized abnormality of skin`$`_id` #> [1] "HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Generalized abnormality of skin`$privateGeneCount #> [1] 0 #> #> $`Generalized abnormality of skin`$publicGeneCount #> [1] 20 #> #> $`Generalized abnormality of skin`$urlId #> [1] "HP_0011354" #> #> $`Generalized abnormality of skin`$dbPhenotype #> [1] FALSE #> #> $`Generalized abnormality of skin`$`_parent` #> [1] "HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Generalized abnormality of skin`$`_is_leaf` #> [1] FALSE #> #> $`Generalized abnormality of skin`$children #> $`Generalized abnormality of skin`$children[[1]] #> [1] "HP_0001005<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Generalized abnormality of skin`$children[[2]] #> [1] "HP_0000968<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Generalized abnormality of skin`$children[[3]] #> [1] "HP_0011276<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Generalized abnormality of skin`$value #> [1] "Generalized abnormality of skin" #> #> #> $`generalized dystonia` #> $`generalized dystonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050835" #> #> $`generalized dystonia`$`_id` #> [1] "DOID_0050835<DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`generalized dystonia`$privateGeneCount #> [1] 0 #> #> $`generalized dystonia`$publicGeneCount #> [1] 11 #> #> $`generalized dystonia`$urlId #> [1] "DOID_0050835" #> #> $`generalized dystonia`$dbPhenotype #> [1] TRUE #> #> $`generalized dystonia`$`_parent` #> [1] "DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`generalized dystonia`$`_is_leaf` #> [1] TRUE #> #> $`generalized dystonia`$children #> list() #> #> $`generalized dystonia`$value #> [1] "generalized dystonia" #> #> #> $`generalized epilepsy with febrile seizures plus` #> $`generalized epilepsy with febrile seizures plus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060170" #> #> $`generalized epilepsy with febrile seizures plus`$`_id` #> [1] "DOID_0060170<DOID_1827<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`generalized epilepsy with febrile seizures plus`$privateGeneCount #> [1] 0 #> #> $`generalized epilepsy with febrile seizures plus`$publicGeneCount #> [1] 8 #> #> $`generalized epilepsy with febrile seizures plus`$urlId #> [1] "DOID_0060170" #> #> $`generalized epilepsy with febrile seizures plus`$dbPhenotype #> [1] TRUE #> #> $`generalized epilepsy with febrile seizures plus`$`_parent` #> [1] "DOID_1827<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`generalized epilepsy with febrile seizures plus`$`_is_leaf` #> [1] TRUE #> #> $`generalized epilepsy with febrile seizures plus`$children #> list() #> #> $`generalized epilepsy with febrile seizures plus`$value #> [1] "generalized epilepsy with febrile seizures plus" #> #> #> $`Generalized hypopigmentation of hair` #> $`Generalized hypopigmentation of hair`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011358" #> #> $`Generalized hypopigmentation of hair`$`_id` #> [1] "HP_0011358<HP_0005599<HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Generalized hypopigmentation of hair`$privateGeneCount #> [1] 0 #> #> $`Generalized hypopigmentation of hair`$publicGeneCount #> [1] 4 #> #> $`Generalized hypopigmentation of hair`$urlId #> [1] "HP_0011358" #> #> $`Generalized hypopigmentation of hair`$dbPhenotype #> [1] FALSE #> #> $`Generalized hypopigmentation of hair`$`_parent` #> [1] "HP_0005599<HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Generalized hypopigmentation of hair`$`_is_leaf` #> [1] FALSE #> #> $`Generalized hypopigmentation of hair`$children #> $`Generalized hypopigmentation of hair`$children[[1]] #> [1] "HP_0002286<HP_0011358<HP_0005599<HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Generalized hypopigmentation of hair`$value #> [1] "Generalized hypopigmentation of hair" #> #> #> $`Generalized myoclonic seizure` #> $`Generalized myoclonic seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002123" #> #> $`Generalized myoclonic seizure`$`_id` #> [1] "HP_0002123<HP_0032677<HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized myoclonic seizure`$privateGeneCount #> [1] 0 #> #> $`Generalized myoclonic seizure`$publicGeneCount #> [1] 5 #> #> $`Generalized myoclonic seizure`$urlId #> [1] "HP_0002123" #> #> $`Generalized myoclonic seizure`$dbPhenotype #> [1] TRUE #> #> $`Generalized myoclonic seizure`$`_parent` #> [1] "HP_0032677<HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized myoclonic seizure`$`_is_leaf` #> [1] TRUE #> #> $`Generalized myoclonic seizure`$children #> list() #> #> $`Generalized myoclonic seizure`$value #> [1] "Generalized myoclonic seizure" #> #> #> $`Generalized myoclonic seizure` #> $`Generalized myoclonic seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002123" #> #> $`Generalized myoclonic seizure`$`_id` #> [1] "HP_0002123<HP_0032677<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized myoclonic seizure`$privateGeneCount #> [1] 0 #> #> $`Generalized myoclonic seizure`$publicGeneCount #> [1] 5 #> #> $`Generalized myoclonic seizure`$urlId #> [1] "HP_0002123" #> #> $`Generalized myoclonic seizure`$dbPhenotype #> [1] TRUE #> #> $`Generalized myoclonic seizure`$`_parent` #> [1] "HP_0032677<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized myoclonic seizure`$`_is_leaf` #> [1] TRUE #> #> $`Generalized myoclonic seizure`$children #> list() #> #> $`Generalized myoclonic seizure`$value #> [1] "Generalized myoclonic seizure" #> #> #> $`Generalized myoclonic seizure` #> $`Generalized myoclonic seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002123" #> #> $`Generalized myoclonic seizure`$`_id` #> [1] "HP_0002123<HP_0032794<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized myoclonic seizure`$privateGeneCount #> [1] 0 #> #> $`Generalized myoclonic seizure`$publicGeneCount #> [1] 5 #> #> $`Generalized myoclonic seizure`$urlId #> [1] "HP_0002123" #> #> $`Generalized myoclonic seizure`$dbPhenotype #> [1] TRUE #> #> $`Generalized myoclonic seizure`$`_parent` #> [1] "HP_0032794<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized myoclonic seizure`$`_is_leaf` #> [1] TRUE #> #> $`Generalized myoclonic seizure`$children #> list() #> #> $`Generalized myoclonic seizure`$value #> [1] "Generalized myoclonic seizure" #> #> #> $`Generalized non-motor (absence) seizure` #> $`Generalized non-motor (absence) seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002121" #> #> $`Generalized non-motor (absence) seizure`$`_id` #> [1] "HP_0002121<HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized non-motor (absence) seizure`$privateGeneCount #> [1] 0 #> #> $`Generalized non-motor (absence) seizure`$publicGeneCount #> [1] 2 #> #> $`Generalized non-motor (absence) seizure`$urlId #> [1] "HP_0002121" #> #> $`Generalized non-motor (absence) seizure`$dbPhenotype #> [1] TRUE #> #> $`Generalized non-motor (absence) seizure`$`_parent` #> [1] "HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized non-motor (absence) seizure`$`_is_leaf` #> [1] TRUE #> #> $`Generalized non-motor (absence) seizure`$children #> list() #> #> $`Generalized non-motor (absence) seizure`$value #> [1] "Generalized non-motor (absence) seizure" #> #> #> $`Generalized non-motor (absence) seizure` #> $`Generalized non-motor (absence) seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002121" #> #> $`Generalized non-motor (absence) seizure`$`_id` #> [1] "HP_0002121<HP_0011146<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized non-motor (absence) seizure`$privateGeneCount #> [1] 0 #> #> $`Generalized non-motor (absence) seizure`$publicGeneCount #> [1] 2 #> #> $`Generalized non-motor (absence) seizure`$urlId #> [1] "HP_0002121" #> #> $`Generalized non-motor (absence) seizure`$dbPhenotype #> [1] TRUE #> #> $`Generalized non-motor (absence) seizure`$`_parent` #> [1] "HP_0011146<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized non-motor (absence) seizure`$`_is_leaf` #> [1] TRUE #> #> $`Generalized non-motor (absence) seizure`$children #> list() #> #> $`Generalized non-motor (absence) seizure`$value #> [1] "Generalized non-motor (absence) seizure" #> #> #> $`Generalized tonic-clonic seizures on awakening` #> $`Generalized tonic-clonic seizures on awakening`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007193" #> #> $`Generalized tonic-clonic seizures on awakening`$`_id` #> [1] "HP_0007193<HP_0002069<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized tonic-clonic seizures on awakening`$privateGeneCount #> [1] 0 #> #> $`Generalized tonic-clonic seizures on awakening`$publicGeneCount #> [1] 1 #> #> $`Generalized tonic-clonic seizures on awakening`$urlId #> [1] "HP_0007193" #> #> $`Generalized tonic-clonic seizures on awakening`$dbPhenotype #> [1] TRUE #> #> $`Generalized tonic-clonic seizures on awakening`$`_parent` #> [1] "HP_0002069<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized tonic-clonic seizures on awakening`$`_is_leaf` #> [1] TRUE #> #> $`Generalized tonic-clonic seizures on awakening`$children #> list() #> #> $`Generalized tonic-clonic seizures on awakening`$value #> [1] "Generalized tonic-clonic seizures on awakening" #> #> #> $`Generalized-onset motor seizure` #> $`Generalized-onset motor seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032677" #> #> $`Generalized-onset motor seizure`$`_id` #> [1] "HP_0032677<HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized-onset motor seizure`$privateGeneCount #> [1] 0 #> #> $`Generalized-onset motor seizure`$publicGeneCount #> [1] 5 #> #> $`Generalized-onset motor seizure`$urlId #> [1] "HP_0032677" #> #> $`Generalized-onset motor seizure`$dbPhenotype #> [1] FALSE #> #> $`Generalized-onset motor seizure`$`_parent` #> [1] "HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized-onset motor seizure`$`_is_leaf` #> [1] FALSE #> #> $`Generalized-onset motor seizure`$children #> $`Generalized-onset motor seizure`$children[[1]] #> [1] "HP_0002123<HP_0032677<HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Generalized-onset motor seizure`$value #> [1] "Generalized-onset motor seizure" #> #> #> $`Generalized-onset motor seizure` #> $`Generalized-onset motor seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032677" #> #> $`Generalized-onset motor seizure`$`_id` #> [1] "HP_0032677<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized-onset motor seizure`$privateGeneCount #> [1] 0 #> #> $`Generalized-onset motor seizure`$publicGeneCount #> [1] 5 #> #> $`Generalized-onset motor seizure`$urlId #> [1] "HP_0032677" #> #> $`Generalized-onset motor seizure`$dbPhenotype #> [1] FALSE #> #> $`Generalized-onset motor seizure`$`_parent` #> [1] "HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized-onset motor seizure`$`_is_leaf` #> [1] FALSE #> #> $`Generalized-onset motor seizure`$children #> $`Generalized-onset motor seizure`$children[[1]] #> [1] "HP_0002123<HP_0032677<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Generalized-onset motor seizure`$value #> [1] "Generalized-onset motor seizure" #> #> #> $`Generalized-onset seizure` #> $`Generalized-onset seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002197" #> #> $`Generalized-onset seizure`$`_id` #> [1] "HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized-onset seizure`$privateGeneCount #> [1] 0 #> #> $`Generalized-onset seizure`$publicGeneCount #> [1] 7 #> #> $`Generalized-onset seizure`$urlId #> [1] "HP_0002197" #> #> $`Generalized-onset seizure`$dbPhenotype #> [1] TRUE #> #> $`Generalized-onset seizure`$`_parent` #> [1] "HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized-onset seizure`$`_is_leaf` #> [1] FALSE #> #> $`Generalized-onset seizure`$children #> $`Generalized-onset seizure`$children[[1]] #> [1] "HP_0002121<HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized-onset seizure`$children[[2]] #> [1] "HP_0032677<HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Generalized-onset seizure`$value #> [1] "Generalized-onset seizure" #> #> #> $`genetic disease` #> $`genetic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_630" #> #> $`genetic disease`$`_id` #> [1] "DOID_630<DOID_4" #> #> $`genetic disease`$privateGeneCount #> [1] 0 #> #> $`genetic disease`$publicGeneCount #> [1] 1519 #> #> $`genetic disease`$urlId #> [1] "DOID_630" #> #> $`genetic disease`$dbPhenotype #> [1] TRUE #> #> $`genetic disease`$`_parent` #> [1] "DOID_4" #> #> $`genetic disease`$`_is_leaf` #> [1] FALSE #> #> $`genetic disease`$children #> $`genetic disease`$children[[1]] #> [1] "DOID_0050605<DOID_630<DOID_4" #> #> $`genetic disease`$children[[2]] #> [1] "DOID_4367<DOID_630<DOID_4" #> #> $`genetic disease`$children[[3]] #> [1] "DOID_0050461<DOID_630<DOID_4" #> #> $`genetic disease`$children[[4]] #> [1] "DOID_0050719<DOID_630<DOID_4" #> #> $`genetic disease`$children[[5]] #> [1] "DOID_0080014<DOID_630<DOID_4" #> #> $`genetic disease`$children[[6]] #> [1] "DOID_0060357<DOID_630<DOID_4" #> #> $`genetic disease`$children[[7]] #> [1] "DOID_0050757<DOID_630<DOID_4" #> #> $`genetic disease`$children[[8]] #> [1] "DOID_0060363<DOID_630<DOID_4" #> #> $`genetic disease`$children[[9]] #> [1] "DOID_0050579<DOID_630<DOID_4" #> #> $`genetic disease`$children[[10]] #> [1] "DOID_0060439<DOID_630<DOID_4" #> #> $`genetic disease`$children[[11]] #> [1] "DOID_0050452<DOID_630<DOID_4" #> #> $`genetic disease`$children[[12]] #> [1] "DOID_0060537<DOID_630<DOID_4" #> #> $`genetic disease`$children[[13]] #> [1] "DOID_0060351<DOID_630<DOID_4" #> #> $`genetic disease`$children[[14]] #> [1] "DOID_0060331<DOID_630<DOID_4" #> #> $`genetic disease`$children[[15]] #> [1] "DOID_0060332<DOID_630<DOID_4" #> #> $`genetic disease`$children[[16]] #> [1] "DOID_0060333<DOID_630<DOID_4" #> #> $`genetic disease`$children[[17]] #> [1] "DOID_0050768<DOID_630<DOID_4" #> #> $`genetic disease`$children[[18]] #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`genetic disease`$children[[19]] #> [1] "DOID_0060358<DOID_630<DOID_4" #> #> #> $`genetic disease`$value #> [1] "genetic disease" #> #> #> $`genital herpes` #> $`genital herpes`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8704" #> #> $`genital herpes`$`_id` #> [1] "DOID_8704<DOID_8566<DOID_934<DOID_0050117<DOID_4" #> #> $`genital herpes`$privateGeneCount #> [1] 0 #> #> $`genital herpes`$publicGeneCount #> [1] 2 #> #> $`genital herpes`$urlId #> [1] "DOID_8704" #> #> $`genital herpes`$dbPhenotype #> [1] TRUE #> #> $`genital herpes`$`_parent` #> [1] "DOID_8566<DOID_934<DOID_0050117<DOID_4" #> #> $`genital herpes`$`_is_leaf` #> [1] TRUE #> #> $`genital herpes`$children #> list() #> #> $`genital herpes`$value #> [1] "genital herpes" #> #> #> $`Genu valgum` #> $`Genu valgum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002857" #> #> $`Genu valgum`$`_id` #> [1] "HP_0002857<HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Genu valgum`$privateGeneCount #> [1] 0 #> #> $`Genu valgum`$publicGeneCount #> [1] 1 #> #> $`Genu valgum`$urlId #> [1] "HP_0002857" #> #> $`Genu valgum`$dbPhenotype #> [1] TRUE #> #> $`Genu valgum`$`_parent` #> [1] "HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Genu valgum`$`_is_leaf` #> [1] TRUE #> #> $`Genu valgum`$children #> list() #> #> $`Genu valgum`$value #> [1] "Genu valgum" #> #> #> $`Genu valgum` #> $`Genu valgum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002857" #> #> $`Genu valgum`$`_id` #> [1] "HP_0002857<HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Genu valgum`$privateGeneCount #> [1] 0 #> #> $`Genu valgum`$publicGeneCount #> [1] 1 #> #> $`Genu valgum`$urlId #> [1] "HP_0002857" #> #> $`Genu valgum`$dbPhenotype #> [1] TRUE #> #> $`Genu valgum`$`_parent` #> [1] "HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Genu valgum`$`_is_leaf` #> [1] TRUE #> #> $`Genu valgum`$children #> list() #> #> $`Genu valgum`$value #> [1] "Genu valgum" #> #> #> $`Genu valgum` #> $`Genu valgum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002857" #> #> $`Genu valgum`$`_id` #> [1] "HP_0002857<HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Genu valgum`$privateGeneCount #> [1] 0 #> #> $`Genu valgum`$publicGeneCount #> [1] 1 #> #> $`Genu valgum`$urlId #> [1] "HP_0002857" #> #> $`Genu valgum`$dbPhenotype #> [1] TRUE #> #> $`Genu valgum`$`_parent` #> [1] "HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Genu valgum`$`_is_leaf` #> [1] TRUE #> #> $`Genu valgum`$children #> list() #> #> $`Genu valgum`$value #> [1] "Genu valgum" #> #> #> $`germ cell and embryonal cancer` #> $`germ cell and embryonal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3095" #> #> $`germ cell and embryonal cancer`$`_id` #> [1] "DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell and embryonal cancer`$privateGeneCount #> [1] 0 #> #> $`germ cell and embryonal cancer`$publicGeneCount #> [1] 57 #> #> $`germ cell and embryonal cancer`$urlId #> [1] "DOID_3095" #> #> $`germ cell and embryonal cancer`$dbPhenotype #> [1] TRUE #> #> $`germ cell and embryonal cancer`$`_parent` #> [1] "DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell and embryonal cancer`$`_is_leaf` #> [1] FALSE #> #> $`germ cell and embryonal cancer`$children #> $`germ cell and embryonal cancer`$children[[1]] #> [1] "DOID_3305<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell and embryonal cancer`$children[[2]] #> [1] "DOID_3307<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell and embryonal cancer`$children[[3]] #> [1] "DOID_4085<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`germ cell and embryonal cancer`$value #> [1] "germ cell and embryonal cancer" #> #> #> $`germ cell and embryonal cancer` #> $`germ cell and embryonal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3095" #> #> $`germ cell and embryonal cancer`$`_id` #> [1] "DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell and embryonal cancer`$privateGeneCount #> [1] 0 #> #> $`germ cell and embryonal cancer`$publicGeneCount #> [1] 57 #> #> $`germ cell and embryonal cancer`$urlId #> [1] "DOID_3095" #> #> $`germ cell and embryonal cancer`$dbPhenotype #> [1] TRUE #> #> $`germ cell and embryonal cancer`$`_parent` #> [1] "DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell and embryonal cancer`$`_is_leaf` #> [1] FALSE #> #> $`germ cell and embryonal cancer`$children #> $`germ cell and embryonal cancer`$children[[1]] #> [1] "DOID_3305<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell and embryonal cancer`$children[[2]] #> [1] "DOID_3307<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell and embryonal cancer`$children[[3]] #> [1] "DOID_4085<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`germ cell and embryonal cancer`$value #> [1] "germ cell and embryonal cancer" #> #> #> $`germ cell cancer` #> $`germ cell cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2994" #> #> $`germ cell cancer`$`_id` #> [1] "DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell cancer`$privateGeneCount #> [1] 0 #> #> $`germ cell cancer`$publicGeneCount #> [1] 84 #> #> $`germ cell cancer`$urlId #> [1] "DOID_2994" #> #> $`germ cell cancer`$dbPhenotype #> [1] TRUE #> #> $`germ cell cancer`$`_parent` #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell cancer`$`_is_leaf` #> [1] FALSE #> #> $`germ cell cancer`$children #> $`germ cell cancer`$children[[1]] #> [1] "DOID_4441<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell cancer`$children[[2]] #> [1] "DOID_688<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell cancer`$children[[3]] #> [1] "DOID_1911<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell cancer`$children[[4]] #> [1] "DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell cancer`$children[[5]] #> [1] "DOID_3304<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell cancer`$children[[6]] #> [1] "DOID_4440<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`germ cell cancer`$value #> [1] "germ cell cancer" #> #> #> $germinoma #> $germinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3304" #> #> $germinoma$`_id` #> [1] "DOID_3304<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $germinoma$privateGeneCount #> [1] 0 #> #> $germinoma$publicGeneCount #> [1] 5 #> #> $germinoma$urlId #> [1] "DOID_3304" #> #> $germinoma$dbPhenotype #> [1] TRUE #> #> $germinoma$`_parent` #> [1] "DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $germinoma$`_is_leaf` #> [1] TRUE #> #> $germinoma$children #> list() #> #> $germinoma$value #> [1] "germinoma" #> #> #> $`Gerstmann-Straussler-Scheinker syndrome` #> $`Gerstmann-Straussler-Scheinker syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4249" #> #> $`Gerstmann-Straussler-Scheinker syndrome`$`_id` #> [1] "DOID_4249<DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Gerstmann-Straussler-Scheinker syndrome`$privateGeneCount #> [1] 0 #> #> $`Gerstmann-Straussler-Scheinker syndrome`$publicGeneCount #> [1] 1 #> #> $`Gerstmann-Straussler-Scheinker syndrome`$urlId #> [1] "DOID_4249" #> #> $`Gerstmann-Straussler-Scheinker syndrome`$dbPhenotype #> [1] TRUE #> #> $`Gerstmann-Straussler-Scheinker syndrome`$`_parent` #> [1] "DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Gerstmann-Straussler-Scheinker syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Gerstmann-Straussler-Scheinker syndrome`$children #> list() #> #> $`Gerstmann-Straussler-Scheinker syndrome`$value #> [1] "Gerstmann-Straussler-Scheinker syndrome" #> #> #> $`gestational diabetes` #> $`gestational diabetes`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11714" #> #> $`gestational diabetes`$`_id` #> [1] "DOID_11714<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`gestational diabetes`$privateGeneCount #> [1] 0 #> #> $`gestational diabetes`$publicGeneCount #> [1] 30 #> #> $`gestational diabetes`$urlId #> [1] "DOID_11714" #> #> $`gestational diabetes`$dbPhenotype #> [1] TRUE #> #> $`gestational diabetes`$`_parent` #> [1] "DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`gestational diabetes`$`_is_leaf` #> [1] TRUE #> #> $`gestational diabetes`$children #> list() #> #> $`gestational diabetes`$value #> [1] "gestational diabetes" #> #> #> $`gestational trophoblastic neoplasm` #> $`gestational trophoblastic neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3590" #> #> $`gestational trophoblastic neoplasm`$`_id` #> [1] "DOID_3590<DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`gestational trophoblastic neoplasm`$privateGeneCount #> [1] 0 #> #> $`gestational trophoblastic neoplasm`$publicGeneCount #> [1] 6 #> #> $`gestational trophoblastic neoplasm`$urlId #> [1] "DOID_3590" #> #> $`gestational trophoblastic neoplasm`$dbPhenotype #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$`_parent` #> [1] "DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`gestational trophoblastic neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$children #> list() #> #> $`gestational trophoblastic neoplasm`$value #> [1] "gestational trophoblastic neoplasm" #> #> #> $`gestational trophoblastic neoplasm` #> $`gestational trophoblastic neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3590" #> #> $`gestational trophoblastic neoplasm`$`_id` #> [1] "DOID_3590<DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gestational trophoblastic neoplasm`$privateGeneCount #> [1] 0 #> #> $`gestational trophoblastic neoplasm`$publicGeneCount #> [1] 6 #> #> $`gestational trophoblastic neoplasm`$urlId #> [1] "DOID_3590" #> #> $`gestational trophoblastic neoplasm`$dbPhenotype #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$`_parent` #> [1] "DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gestational trophoblastic neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$children #> list() #> #> $`gestational trophoblastic neoplasm`$value #> [1] "gestational trophoblastic neoplasm" #> #> #> $`gestational trophoblastic neoplasm` #> $`gestational trophoblastic neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3590" #> #> $`gestational trophoblastic neoplasm`$`_id` #> [1] "DOID_3590<DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`gestational trophoblastic neoplasm`$privateGeneCount #> [1] 0 #> #> $`gestational trophoblastic neoplasm`$publicGeneCount #> [1] 6 #> #> $`gestational trophoblastic neoplasm`$urlId #> [1] "DOID_3590" #> #> $`gestational trophoblastic neoplasm`$dbPhenotype #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$`_parent` #> [1] "DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`gestational trophoblastic neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$children #> list() #> #> $`gestational trophoblastic neoplasm`$value #> [1] "gestational trophoblastic neoplasm" #> #> #> $`gestational trophoblastic neoplasm` #> $`gestational trophoblastic neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3590" #> #> $`gestational trophoblastic neoplasm`$`_id` #> [1] "DOID_3590<DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`gestational trophoblastic neoplasm`$privateGeneCount #> [1] 0 #> #> $`gestational trophoblastic neoplasm`$publicGeneCount #> [1] 6 #> #> $`gestational trophoblastic neoplasm`$urlId #> [1] "DOID_3590" #> #> $`gestational trophoblastic neoplasm`$dbPhenotype #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$`_parent` #> [1] "DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`gestational trophoblastic neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$children #> list() #> #> $`gestational trophoblastic neoplasm`$value #> [1] "gestational trophoblastic neoplasm" #> #> #> $`gestational trophoblastic neoplasm` #> $`gestational trophoblastic neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3590" #> #> $`gestational trophoblastic neoplasm`$`_id` #> [1] "DOID_3590<DOID_4085<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gestational trophoblastic neoplasm`$privateGeneCount #> [1] 0 #> #> $`gestational trophoblastic neoplasm`$publicGeneCount #> [1] 6 #> #> $`gestational trophoblastic neoplasm`$urlId #> [1] "DOID_3590" #> #> $`gestational trophoblastic neoplasm`$dbPhenotype #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$`_parent` #> [1] "DOID_4085<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gestational trophoblastic neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$children #> list() #> #> $`gestational trophoblastic neoplasm`$value #> [1] "gestational trophoblastic neoplasm" #> #> #> $`gestational trophoblastic neoplasm` #> $`gestational trophoblastic neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3590" #> #> $`gestational trophoblastic neoplasm`$`_id` #> [1] "DOID_3590<DOID_4085<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gestational trophoblastic neoplasm`$privateGeneCount #> [1] 0 #> #> $`gestational trophoblastic neoplasm`$publicGeneCount #> [1] 6 #> #> $`gestational trophoblastic neoplasm`$urlId #> [1] "DOID_3590" #> #> $`gestational trophoblastic neoplasm`$dbPhenotype #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$`_parent` #> [1] "DOID_4085<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gestational trophoblastic neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$children #> list() #> #> $`gestational trophoblastic neoplasm`$value #> [1] "gestational trophoblastic neoplasm" #> #> #> $`giant cell glioblastoma` #> $`giant cell glioblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3074" #> #> $`giant cell glioblastoma`$`_id` #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`giant cell glioblastoma`$privateGeneCount #> [1] 0 #> #> $`giant cell glioblastoma`$publicGeneCount #> [1] 80 #> #> $`giant cell glioblastoma`$urlId #> [1] "DOID_3074" #> #> $`giant cell glioblastoma`$dbPhenotype #> [1] TRUE #> #> $`giant cell glioblastoma`$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`giant cell glioblastoma`$`_is_leaf` #> [1] TRUE #> #> $`giant cell glioblastoma`$children #> list() #> #> $`giant cell glioblastoma`$value #> [1] "giant cell glioblastoma" #> #> #> $`giant cell glioblastoma` #> $`giant cell glioblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3074" #> #> $`giant cell glioblastoma`$`_id` #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$privateGeneCount #> [1] 0 #> #> $`giant cell glioblastoma`$publicGeneCount #> [1] 80 #> #> $`giant cell glioblastoma`$urlId #> [1] "DOID_3074" #> #> $`giant cell glioblastoma`$dbPhenotype #> [1] TRUE #> #> $`giant cell glioblastoma`$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$`_is_leaf` #> [1] TRUE #> #> $`giant cell glioblastoma`$children #> list() #> #> $`giant cell glioblastoma`$value #> [1] "giant cell glioblastoma" #> #> #> $`giant cell glioblastoma` #> $`giant cell glioblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3074" #> #> $`giant cell glioblastoma`$`_id` #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`giant cell glioblastoma`$privateGeneCount #> [1] 0 #> #> $`giant cell glioblastoma`$publicGeneCount #> [1] 80 #> #> $`giant cell glioblastoma`$urlId #> [1] "DOID_3074" #> #> $`giant cell glioblastoma`$dbPhenotype #> [1] TRUE #> #> $`giant cell glioblastoma`$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`giant cell glioblastoma`$`_is_leaf` #> [1] TRUE #> #> $`giant cell glioblastoma`$children #> list() #> #> $`giant cell glioblastoma`$value #> [1] "giant cell glioblastoma" #> #> #> $`giant cell glioblastoma` #> $`giant cell glioblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3074" #> #> $`giant cell glioblastoma`$`_id` #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$privateGeneCount #> [1] 0 #> #> $`giant cell glioblastoma`$publicGeneCount #> [1] 80 #> #> $`giant cell glioblastoma`$urlId #> [1] "DOID_3074" #> #> $`giant cell glioblastoma`$dbPhenotype #> [1] TRUE #> #> $`giant cell glioblastoma`$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$`_is_leaf` #> [1] TRUE #> #> $`giant cell glioblastoma`$children #> list() #> #> $`giant cell glioblastoma`$value #> [1] "giant cell glioblastoma" #> #> #> $`giant cell glioblastoma` #> $`giant cell glioblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3074" #> #> $`giant cell glioblastoma`$`_id` #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$privateGeneCount #> [1] 0 #> #> $`giant cell glioblastoma`$publicGeneCount #> [1] 80 #> #> $`giant cell glioblastoma`$urlId #> [1] "DOID_3074" #> #> $`giant cell glioblastoma`$dbPhenotype #> [1] TRUE #> #> $`giant cell glioblastoma`$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$`_is_leaf` #> [1] TRUE #> #> $`giant cell glioblastoma`$children #> list() #> #> $`giant cell glioblastoma`$value #> [1] "giant cell glioblastoma" #> #> #> $`giant cell glioblastoma` #> $`giant cell glioblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3074" #> #> $`giant cell glioblastoma`$`_id` #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$privateGeneCount #> [1] 0 #> #> $`giant cell glioblastoma`$publicGeneCount #> [1] 80 #> #> $`giant cell glioblastoma`$urlId #> [1] "DOID_3074" #> #> $`giant cell glioblastoma`$dbPhenotype #> [1] TRUE #> #> $`giant cell glioblastoma`$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$`_is_leaf` #> [1] TRUE #> #> $`giant cell glioblastoma`$children #> list() #> #> $`giant cell glioblastoma`$value #> [1] "giant cell glioblastoma" #> #> #> $`giant cell glioblastoma` #> $`giant cell glioblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3074" #> #> $`giant cell glioblastoma`$`_id` #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$privateGeneCount #> [1] 0 #> #> $`giant cell glioblastoma`$publicGeneCount #> [1] 80 #> #> $`giant cell glioblastoma`$urlId #> [1] "DOID_3074" #> #> $`giant cell glioblastoma`$dbPhenotype #> [1] TRUE #> #> $`giant cell glioblastoma`$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$`_is_leaf` #> [1] TRUE #> #> $`giant cell glioblastoma`$children #> list() #> #> $`giant cell glioblastoma`$value #> [1] "giant cell glioblastoma" #> #> #> $`giant cell glioblastoma` #> $`giant cell glioblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3074" #> #> $`giant cell glioblastoma`$`_id` #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`giant cell glioblastoma`$privateGeneCount #> [1] 0 #> #> $`giant cell glioblastoma`$publicGeneCount #> [1] 80 #> #> $`giant cell glioblastoma`$urlId #> [1] "DOID_3074" #> #> $`giant cell glioblastoma`$dbPhenotype #> [1] TRUE #> #> $`giant cell glioblastoma`$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`giant cell glioblastoma`$`_is_leaf` #> [1] TRUE #> #> $`giant cell glioblastoma`$children #> list() #> #> $`giant cell glioblastoma`$value #> [1] "giant cell glioblastoma" #> #> #> $`giant cell glioblastoma` #> $`giant cell glioblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3074" #> #> $`giant cell glioblastoma`$`_id` #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$privateGeneCount #> [1] 0 #> #> $`giant cell glioblastoma`$publicGeneCount #> [1] 80 #> #> $`giant cell glioblastoma`$urlId #> [1] "DOID_3074" #> #> $`giant cell glioblastoma`$dbPhenotype #> [1] TRUE #> #> $`giant cell glioblastoma`$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$`_is_leaf` #> [1] TRUE #> #> $`giant cell glioblastoma`$children #> list() #> #> $`giant cell glioblastoma`$value #> [1] "giant cell glioblastoma" #> #> #> $`giant cell glioblastoma` #> $`giant cell glioblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3074" #> #> $`giant cell glioblastoma`$`_id` #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$privateGeneCount #> [1] 0 #> #> $`giant cell glioblastoma`$publicGeneCount #> [1] 80 #> #> $`giant cell glioblastoma`$urlId #> [1] "DOID_3074" #> #> $`giant cell glioblastoma`$dbPhenotype #> [1] TRUE #> #> $`giant cell glioblastoma`$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$`_is_leaf` #> [1] TRUE #> #> $`giant cell glioblastoma`$children #> list() #> #> $`giant cell glioblastoma`$value #> [1] "giant cell glioblastoma" #> #> #> $`giant papillary conjunctivitis` #> $`giant papillary conjunctivitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2457" #> #> $`giant papillary conjunctivitis`$`_id` #> [1] "DOID_2457<DOID_2458<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`giant papillary conjunctivitis`$privateGeneCount #> [1] 0 #> #> $`giant papillary conjunctivitis`$publicGeneCount #> [1] 13 #> #> $`giant papillary conjunctivitis`$urlId #> [1] "DOID_2457" #> #> $`giant papillary conjunctivitis`$dbPhenotype #> [1] TRUE #> #> $`giant papillary conjunctivitis`$`_parent` #> [1] "DOID_2458<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`giant papillary conjunctivitis`$`_is_leaf` #> [1] TRUE #> #> $`giant papillary conjunctivitis`$children #> list() #> #> $`giant papillary conjunctivitis`$value #> [1] "giant papillary conjunctivitis" #> #> #> $`Gilbert syndrome` #> $`Gilbert syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2739" #> #> $`Gilbert syndrome`$`_id` #> [1] "DOID_2739<DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> $`Gilbert syndrome`$privateGeneCount #> [1] 0 #> #> $`Gilbert syndrome`$publicGeneCount #> [1] 2 #> #> $`Gilbert syndrome`$urlId #> [1] "DOID_2739" #> #> $`Gilbert syndrome`$dbPhenotype #> [1] TRUE #> #> $`Gilbert syndrome`$`_parent` #> [1] "DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> $`Gilbert syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Gilbert syndrome`$children #> list() #> #> $`Gilbert syndrome`$value #> [1] "Gilbert syndrome" #> #> #> $`Gilles de la Tourette syndrome` #> $`Gilles de la Tourette syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11119" #> #> $`Gilles de la Tourette syndrome`$`_id` #> [1] "DOID_11119<DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Gilles de la Tourette syndrome`$privateGeneCount #> [1] 0 #> #> $`Gilles de la Tourette syndrome`$publicGeneCount #> [1] 10 #> #> $`Gilles de la Tourette syndrome`$urlId #> [1] "DOID_11119" #> #> $`Gilles de la Tourette syndrome`$dbPhenotype #> [1] TRUE #> #> $`Gilles de la Tourette syndrome`$`_parent` #> [1] "DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Gilles de la Tourette syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Gilles de la Tourette syndrome`$children #> list() #> #> $`Gilles de la Tourette syndrome`$value #> [1] "Gilles de la Tourette syndrome" #> #> #> $`gingival disease` #> $`gingival disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1483" #> #> $`gingival disease`$`_id` #> [1] "DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gingival disease`$privateGeneCount #> [1] 0 #> #> $`gingival disease`$publicGeneCount #> [1] 5 #> #> $`gingival disease`$urlId #> [1] "DOID_1483" #> #> $`gingival disease`$dbPhenotype #> [1] FALSE #> #> $`gingival disease`$`_parent` #> [1] "DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gingival disease`$`_is_leaf` #> [1] FALSE #> #> $`gingival disease`$children #> $`gingival disease`$children[[1]] #> [1] "DOID_3086<DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gingival disease`$children[[2]] #> [1] "DOID_3087<DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`gingival disease`$value #> [1] "gingival disease" #> #> #> $`gingival fibromatosis` #> $`gingival fibromatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060466" #> #> $`gingival fibromatosis`$`_id` #> [1] "DOID_0060466<DOID_3086<DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gingival fibromatosis`$privateGeneCount #> [1] 0 #> #> $`gingival fibromatosis`$publicGeneCount #> [1] 1 #> #> $`gingival fibromatosis`$urlId #> [1] "DOID_0060466" #> #> $`gingival fibromatosis`$dbPhenotype #> [1] TRUE #> #> $`gingival fibromatosis`$`_parent` #> [1] "DOID_3086<DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gingival fibromatosis`$`_is_leaf` #> [1] TRUE #> #> $`gingival fibromatosis`$children #> list() #> #> $`gingival fibromatosis`$value #> [1] "gingival fibromatosis" #> #> #> $`Gingival fibromatosis` #> $`Gingival fibromatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000169" #> #> $`Gingival fibromatosis`$`_id` #> [1] "HP_0000169<HP_0000168<HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Gingival fibromatosis`$privateGeneCount #> [1] 0 #> #> $`Gingival fibromatosis`$publicGeneCount #> [1] 3 #> #> $`Gingival fibromatosis`$urlId #> [1] "HP_0000169" #> #> $`Gingival fibromatosis`$dbPhenotype #> [1] TRUE #> #> $`Gingival fibromatosis`$`_parent` #> [1] "HP_0000168<HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Gingival fibromatosis`$`_is_leaf` #> [1] TRUE #> #> $`Gingival fibromatosis`$children #> list() #> #> $`Gingival fibromatosis`$value #> [1] "Gingival fibromatosis" #> #> #> $`Gingival fibromatosis` #> $`Gingival fibromatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000169" #> #> $`Gingival fibromatosis`$`_id` #> [1] "HP_0000169<HP_0010614<HP_0012316<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Gingival fibromatosis`$privateGeneCount #> [1] 0 #> #> $`Gingival fibromatosis`$publicGeneCount #> [1] 3 #> #> $`Gingival fibromatosis`$urlId #> [1] "HP_0000169" #> #> $`Gingival fibromatosis`$dbPhenotype #> [1] TRUE #> #> $`Gingival fibromatosis`$`_parent` #> [1] "HP_0010614<HP_0012316<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Gingival fibromatosis`$`_is_leaf` #> [1] TRUE #> #> $`Gingival fibromatosis`$children #> list() #> #> $`Gingival fibromatosis`$value #> [1] "Gingival fibromatosis" #> #> #> $`Gingival fibromatosis` #> $`Gingival fibromatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000169" #> #> $`Gingival fibromatosis`$`_id` #> [1] "HP_0000169<HP_0010614<HP_0030448<HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Gingival fibromatosis`$privateGeneCount #> [1] 0 #> #> $`Gingival fibromatosis`$publicGeneCount #> [1] 3 #> #> $`Gingival fibromatosis`$urlId #> [1] "HP_0000169" #> #> $`Gingival fibromatosis`$dbPhenotype #> [1] TRUE #> #> $`Gingival fibromatosis`$`_parent` #> [1] "HP_0010614<HP_0030448<HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Gingival fibromatosis`$`_is_leaf` #> [1] TRUE #> #> $`Gingival fibromatosis`$children #> list() #> #> $`Gingival fibromatosis`$value #> [1] "Gingival fibromatosis" #> #> #> $`gingival hypertrophy` #> $`gingival hypertrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5338" #> #> $`gingival hypertrophy`$`_id` #> [1] "DOID_5338<DOID_3086<DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gingival hypertrophy`$privateGeneCount #> [1] 0 #> #> $`gingival hypertrophy`$publicGeneCount #> [1] 1 #> #> $`gingival hypertrophy`$urlId #> [1] "DOID_5338" #> #> $`gingival hypertrophy`$dbPhenotype #> [1] TRUE #> #> $`gingival hypertrophy`$`_parent` #> [1] "DOID_3086<DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gingival hypertrophy`$`_is_leaf` #> [1] TRUE #> #> $`gingival hypertrophy`$children #> list() #> #> $`gingival hypertrophy`$value #> [1] "gingival hypertrophy" #> #> #> $`gingival overgrowth` #> $`gingival overgrowth`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3086" #> #> $`gingival overgrowth`$`_id` #> [1] "DOID_3086<DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gingival overgrowth`$privateGeneCount #> [1] 0 #> #> $`gingival overgrowth`$publicGeneCount #> [1] 2 #> #> $`gingival overgrowth`$urlId #> [1] "DOID_3086" #> #> $`gingival overgrowth`$dbPhenotype #> [1] FALSE #> #> $`gingival overgrowth`$`_parent` #> [1] "DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gingival overgrowth`$`_is_leaf` #> [1] FALSE #> #> $`gingival overgrowth`$children #> $`gingival overgrowth`$children[[1]] #> [1] "DOID_0060466<DOID_3086<DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gingival overgrowth`$children[[2]] #> [1] "DOID_5338<DOID_3086<DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`gingival overgrowth`$value #> [1] "gingival overgrowth" #> #> #> $`Gingival overgrowth` #> $`Gingival overgrowth`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000212" #> #> $`Gingival overgrowth`$`_id` #> [1] "HP_0000212<HP_0000168<HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Gingival overgrowth`$privateGeneCount #> [1] 0 #> #> $`Gingival overgrowth`$publicGeneCount #> [1] 2 #> #> $`Gingival overgrowth`$urlId #> [1] "HP_0000212" #> #> $`Gingival overgrowth`$dbPhenotype #> [1] TRUE #> #> $`Gingival overgrowth`$`_parent` #> [1] "HP_0000168<HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Gingival overgrowth`$`_is_leaf` #> [1] TRUE #> #> $`Gingival overgrowth`$children #> list() #> #> $`Gingival overgrowth`$value #> [1] "Gingival overgrowth" #> #> #> $gingivitis #> $gingivitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3087" #> #> $gingivitis$`_id` #> [1] "DOID_3087<DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $gingivitis$privateGeneCount #> [1] 0 #> #> $gingivitis$publicGeneCount #> [1] 3 #> #> $gingivitis$urlId #> [1] "DOID_3087" #> #> $gingivitis$dbPhenotype #> [1] TRUE #> #> $gingivitis$`_parent` #> [1] "DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $gingivitis$`_is_leaf` #> [1] TRUE #> #> $gingivitis$children #> list() #> #> $gingivitis$value #> [1] "gingivitis" #> #> #> $`Gitelman syndrome` #> $`Gitelman syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050450" #> #> $`Gitelman syndrome`$`_id` #> [1] "DOID_0050450<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Gitelman syndrome`$privateGeneCount #> [1] 0 #> #> $`Gitelman syndrome`$publicGeneCount #> [1] 2 #> #> $`Gitelman syndrome`$urlId #> [1] "DOID_0050450" #> #> $`Gitelman syndrome`$dbPhenotype #> [1] TRUE #> #> $`Gitelman syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Gitelman syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Gitelman syndrome`$children #> list() #> #> $`Gitelman syndrome`$value #> [1] "Gitelman syndrome" #> #> #> $`Gitelman syndrome` #> $`Gitelman syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050450" #> #> $`Gitelman syndrome`$`_id` #> [1] "DOID_0050450<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Gitelman syndrome`$privateGeneCount #> [1] 0 #> #> $`Gitelman syndrome`$publicGeneCount #> [1] 2 #> #> $`Gitelman syndrome`$urlId #> [1] "DOID_0050450" #> #> $`Gitelman syndrome`$dbPhenotype #> [1] TRUE #> #> $`Gitelman syndrome`$`_parent` #> [1] "DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Gitelman syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Gitelman syndrome`$children #> list() #> #> $`Gitelman syndrome`$value #> [1] "Gitelman syndrome" #> #> #> $`Glanzmann's thrombasthenia` #> $`Glanzmann's thrombasthenia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2219" #> #> $`Glanzmann's thrombasthenia`$`_id` #> [1] "DOID_2219<DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`Glanzmann's thrombasthenia`$privateGeneCount #> [1] 0 #> #> $`Glanzmann's thrombasthenia`$publicGeneCount #> [1] 3 #> #> $`Glanzmann's thrombasthenia`$urlId #> [1] "DOID_2219" #> #> $`Glanzmann's thrombasthenia`$dbPhenotype #> [1] TRUE #> #> $`Glanzmann's thrombasthenia`$`_parent` #> [1] "DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`Glanzmann's thrombasthenia`$`_is_leaf` #> [1] TRUE #> #> $`Glanzmann's thrombasthenia`$children #> list() #> #> $`Glanzmann's thrombasthenia`$value #> [1] "Glanzmann's thrombasthenia" #> #> #> $glaucoma #> $glaucoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1686" #> #> $glaucoma$`_id` #> [1] "DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $glaucoma$privateGeneCount #> [1] 0 #> #> $glaucoma$publicGeneCount #> [1] 75 #> #> $glaucoma$urlId #> [1] "DOID_1686" #> #> $glaucoma$dbPhenotype #> [1] TRUE #> #> $glaucoma$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $glaucoma$`_is_leaf` #> [1] FALSE #> #> $glaucoma$children #> $glaucoma$children[[1]] #> [1] "DOID_13550<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $glaucoma$children[[2]] #> [1] "DOID_1687<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $glaucoma$children[[3]] #> [1] "DOID_1067<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $glaucoma$children[[4]] #> [1] "DOID_12571<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $glaucoma$children[[5]] #> [1] "DOID_0050593<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $glaucoma$value #> [1] "glaucoma" #> #> #> $`glioblastoma multiforme` #> $`glioblastoma multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3068" #> #> $`glioblastoma multiforme`$`_id` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`glioblastoma multiforme`$privateGeneCount #> [1] 0 #> #> $`glioblastoma multiforme`$publicGeneCount #> [1] 84 #> #> $`glioblastoma multiforme`$urlId #> [1] "DOID_3068" #> #> $`glioblastoma multiforme`$dbPhenotype #> [1] TRUE #> #> $`glioblastoma multiforme`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`glioblastoma multiforme`$`_is_leaf` #> [1] FALSE #> #> $`glioblastoma multiforme`$children #> $`glioblastoma multiforme`$children[[1]] #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`glioblastoma multiforme`$children[[2]] #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`glioblastoma multiforme`$value #> [1] "glioblastoma multiforme" #> #> #> $`glioblastoma multiforme` #> $`glioblastoma multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3068" #> #> $`glioblastoma multiforme`$`_id` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$privateGeneCount #> [1] 0 #> #> $`glioblastoma multiforme`$publicGeneCount #> [1] 84 #> #> $`glioblastoma multiforme`$urlId #> [1] "DOID_3068" #> #> $`glioblastoma multiforme`$dbPhenotype #> [1] TRUE #> #> $`glioblastoma multiforme`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$`_is_leaf` #> [1] FALSE #> #> $`glioblastoma multiforme`$children #> $`glioblastoma multiforme`$children[[1]] #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$children[[2]] #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`glioblastoma multiforme`$value #> [1] "glioblastoma multiforme" #> #> #> $`glioblastoma multiforme` #> $`glioblastoma multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3068" #> #> $`glioblastoma multiforme`$`_id` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`glioblastoma multiforme`$privateGeneCount #> [1] 0 #> #> $`glioblastoma multiforme`$publicGeneCount #> [1] 84 #> #> $`glioblastoma multiforme`$urlId #> [1] "DOID_3068" #> #> $`glioblastoma multiforme`$dbPhenotype #> [1] TRUE #> #> $`glioblastoma multiforme`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`glioblastoma multiforme`$`_is_leaf` #> [1] FALSE #> #> $`glioblastoma multiforme`$children #> $`glioblastoma multiforme`$children[[1]] #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`glioblastoma multiforme`$children[[2]] #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`glioblastoma multiforme`$value #> [1] "glioblastoma multiforme" #> #> #> $`glioblastoma multiforme` #> $`glioblastoma multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3068" #> #> $`glioblastoma multiforme`$`_id` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$privateGeneCount #> [1] 0 #> #> $`glioblastoma multiforme`$publicGeneCount #> [1] 84 #> #> $`glioblastoma multiforme`$urlId #> [1] "DOID_3068" #> #> $`glioblastoma multiforme`$dbPhenotype #> [1] TRUE #> #> $`glioblastoma multiforme`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$`_is_leaf` #> [1] FALSE #> #> $`glioblastoma multiforme`$children #> $`glioblastoma multiforme`$children[[1]] #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$children[[2]] #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`glioblastoma multiforme`$value #> [1] "glioblastoma multiforme" #> #> #> $`glioblastoma multiforme` #> $`glioblastoma multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3068" #> #> $`glioblastoma multiforme`$`_id` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$privateGeneCount #> [1] 0 #> #> $`glioblastoma multiforme`$publicGeneCount #> [1] 84 #> #> $`glioblastoma multiforme`$urlId #> [1] "DOID_3068" #> #> $`glioblastoma multiforme`$dbPhenotype #> [1] TRUE #> #> $`glioblastoma multiforme`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$`_is_leaf` #> [1] FALSE #> #> $`glioblastoma multiforme`$children #> $`glioblastoma multiforme`$children[[1]] #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$children[[2]] #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`glioblastoma multiforme`$value #> [1] "glioblastoma multiforme" #> #> #> $`glioblastoma multiforme` #> $`glioblastoma multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3068" #> #> $`glioblastoma multiforme`$`_id` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$privateGeneCount #> [1] 0 #> #> $`glioblastoma multiforme`$publicGeneCount #> [1] 84 #> #> $`glioblastoma multiforme`$urlId #> [1] "DOID_3068" #> #> $`glioblastoma multiforme`$dbPhenotype #> [1] TRUE #> #> $`glioblastoma multiforme`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$`_is_leaf` #> [1] FALSE #> #> $`glioblastoma multiforme`$children #> $`glioblastoma multiforme`$children[[1]] #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$children[[2]] #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`glioblastoma multiforme`$value #> [1] "glioblastoma multiforme" #> #> #> $`glioblastoma multiforme` #> $`glioblastoma multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3068" #> #> $`glioblastoma multiforme`$`_id` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$privateGeneCount #> [1] 0 #> #> $`glioblastoma multiforme`$publicGeneCount #> [1] 84 #> #> $`glioblastoma multiforme`$urlId #> [1] "DOID_3068" #> #> $`glioblastoma multiforme`$dbPhenotype #> [1] TRUE #> #> $`glioblastoma multiforme`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$`_is_leaf` #> [1] FALSE #> #> $`glioblastoma multiforme`$children #> $`glioblastoma multiforme`$children[[1]] #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$children[[2]] #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`glioblastoma multiforme`$value #> [1] "glioblastoma multiforme" #> #> #> $`glioblastoma multiforme` #> $`glioblastoma multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3068" #> #> $`glioblastoma multiforme`$`_id` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`glioblastoma multiforme`$privateGeneCount #> [1] 0 #> #> $`glioblastoma multiforme`$publicGeneCount #> [1] 84 #> #> $`glioblastoma multiforme`$urlId #> [1] "DOID_3068" #> #> $`glioblastoma multiforme`$dbPhenotype #> [1] TRUE #> #> $`glioblastoma multiforme`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`glioblastoma multiforme`$`_is_leaf` #> [1] FALSE #> #> $`glioblastoma multiforme`$children #> $`glioblastoma multiforme`$children[[1]] #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`glioblastoma multiforme`$children[[2]] #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`glioblastoma multiforme`$value #> [1] "glioblastoma multiforme" #> #> #> $`glioblastoma multiforme` #> $`glioblastoma multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3068" #> #> $`glioblastoma multiforme`$`_id` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$privateGeneCount #> [1] 0 #> #> $`glioblastoma multiforme`$publicGeneCount #> [1] 84 #> #> $`glioblastoma multiforme`$urlId #> [1] "DOID_3068" #> #> $`glioblastoma multiforme`$dbPhenotype #> [1] TRUE #> #> $`glioblastoma multiforme`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$`_is_leaf` #> [1] FALSE #> #> $`glioblastoma multiforme`$children #> $`glioblastoma multiforme`$children[[1]] #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$children[[2]] #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`glioblastoma multiforme`$value #> [1] "glioblastoma multiforme" #> #> #> $`glioblastoma multiforme` #> $`glioblastoma multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3068" #> #> $`glioblastoma multiforme`$`_id` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$privateGeneCount #> [1] 0 #> #> $`glioblastoma multiforme`$publicGeneCount #> [1] 84 #> #> $`glioblastoma multiforme`$urlId #> [1] "DOID_3068" #> #> $`glioblastoma multiforme`$dbPhenotype #> [1] TRUE #> #> $`glioblastoma multiforme`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$`_is_leaf` #> [1] FALSE #> #> $`glioblastoma multiforme`$children #> $`glioblastoma multiforme`$children[[1]] #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$children[[2]] #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`glioblastoma multiforme`$value #> [1] "glioblastoma multiforme" #> #> #> $gliosarcoma #> $gliosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3071" #> #> $gliosarcoma$`_id` #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $gliosarcoma$privateGeneCount #> [1] 0 #> #> $gliosarcoma$publicGeneCount #> [1] 4 #> #> $gliosarcoma$urlId #> [1] "DOID_3071" #> #> $gliosarcoma$dbPhenotype #> [1] TRUE #> #> $gliosarcoma$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $gliosarcoma$`_is_leaf` #> [1] TRUE #> #> $gliosarcoma$children #> list() #> #> $gliosarcoma$value #> [1] "gliosarcoma" #> #> #> $gliosarcoma #> $gliosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3071" #> #> $gliosarcoma$`_id` #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $gliosarcoma$privateGeneCount #> [1] 0 #> #> $gliosarcoma$publicGeneCount #> [1] 4 #> #> $gliosarcoma$urlId #> [1] "DOID_3071" #> #> $gliosarcoma$dbPhenotype #> [1] TRUE #> #> $gliosarcoma$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $gliosarcoma$`_is_leaf` #> [1] TRUE #> #> $gliosarcoma$children #> list() #> #> $gliosarcoma$value #> [1] "gliosarcoma" #> #> #> $gliosarcoma #> $gliosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3071" #> #> $gliosarcoma$`_id` #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $gliosarcoma$privateGeneCount #> [1] 0 #> #> $gliosarcoma$publicGeneCount #> [1] 4 #> #> $gliosarcoma$urlId #> [1] "DOID_3071" #> #> $gliosarcoma$dbPhenotype #> [1] TRUE #> #> $gliosarcoma$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $gliosarcoma$`_is_leaf` #> [1] TRUE #> #> $gliosarcoma$children #> list() #> #> $gliosarcoma$value #> [1] "gliosarcoma" #> #> #> $gliosarcoma #> $gliosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3071" #> #> $gliosarcoma$`_id` #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $gliosarcoma$privateGeneCount #> [1] 0 #> #> $gliosarcoma$publicGeneCount #> [1] 4 #> #> $gliosarcoma$urlId #> [1] "DOID_3071" #> #> $gliosarcoma$dbPhenotype #> [1] TRUE #> #> $gliosarcoma$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $gliosarcoma$`_is_leaf` #> [1] TRUE #> #> $gliosarcoma$children #> list() #> #> $gliosarcoma$value #> [1] "gliosarcoma" #> #> #> $gliosarcoma #> $gliosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3071" #> #> $gliosarcoma$`_id` #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $gliosarcoma$privateGeneCount #> [1] 0 #> #> $gliosarcoma$publicGeneCount #> [1] 4 #> #> $gliosarcoma$urlId #> [1] "DOID_3071" #> #> $gliosarcoma$dbPhenotype #> [1] TRUE #> #> $gliosarcoma$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $gliosarcoma$`_is_leaf` #> [1] TRUE #> #> $gliosarcoma$children #> list() #> #> $gliosarcoma$value #> [1] "gliosarcoma" #> #> #> $gliosarcoma #> $gliosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3071" #> #> $gliosarcoma$`_id` #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $gliosarcoma$privateGeneCount #> [1] 0 #> #> $gliosarcoma$publicGeneCount #> [1] 4 #> #> $gliosarcoma$urlId #> [1] "DOID_3071" #> #> $gliosarcoma$dbPhenotype #> [1] TRUE #> #> $gliosarcoma$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $gliosarcoma$`_is_leaf` #> [1] TRUE #> #> $gliosarcoma$children #> list() #> #> $gliosarcoma$value #> [1] "gliosarcoma" #> #> #> $gliosarcoma #> $gliosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3071" #> #> $gliosarcoma$`_id` #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $gliosarcoma$privateGeneCount #> [1] 0 #> #> $gliosarcoma$publicGeneCount #> [1] 4 #> #> $gliosarcoma$urlId #> [1] "DOID_3071" #> #> $gliosarcoma$dbPhenotype #> [1] TRUE #> #> $gliosarcoma$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $gliosarcoma$`_is_leaf` #> [1] TRUE #> #> $gliosarcoma$children #> list() #> #> $gliosarcoma$value #> [1] "gliosarcoma" #> #> #> $gliosarcoma #> $gliosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3071" #> #> $gliosarcoma$`_id` #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $gliosarcoma$privateGeneCount #> [1] 0 #> #> $gliosarcoma$publicGeneCount #> [1] 4 #> #> $gliosarcoma$urlId #> [1] "DOID_3071" #> #> $gliosarcoma$dbPhenotype #> [1] TRUE #> #> $gliosarcoma$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $gliosarcoma$`_is_leaf` #> [1] TRUE #> #> $gliosarcoma$children #> list() #> #> $gliosarcoma$value #> [1] "gliosarcoma" #> #> #> $gliosarcoma #> $gliosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3071" #> #> $gliosarcoma$`_id` #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $gliosarcoma$privateGeneCount #> [1] 0 #> #> $gliosarcoma$publicGeneCount #> [1] 4 #> #> $gliosarcoma$urlId #> [1] "DOID_3071" #> #> $gliosarcoma$dbPhenotype #> [1] TRUE #> #> $gliosarcoma$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $gliosarcoma$`_is_leaf` #> [1] TRUE #> #> $gliosarcoma$children #> list() #> #> $gliosarcoma$value #> [1] "gliosarcoma" #> #> #> $gliosarcoma #> $gliosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3071" #> #> $gliosarcoma$`_id` #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $gliosarcoma$privateGeneCount #> [1] 0 #> #> $gliosarcoma$publicGeneCount #> [1] 4 #> #> $gliosarcoma$urlId #> [1] "DOID_3071" #> #> $gliosarcoma$dbPhenotype #> [1] TRUE #> #> $gliosarcoma$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $gliosarcoma$`_is_leaf` #> [1] TRUE #> #> $gliosarcoma$children #> list() #> #> $gliosarcoma$value #> [1] "gliosarcoma" #> #> #> $Gliosis #> $Gliosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002171" #> #> $Gliosis$`_id` #> [1] "HP_0002171<HP_0100705<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Gliosis$privateGeneCount #> [1] 0 #> #> $Gliosis$publicGeneCount #> [1] 17 #> #> $Gliosis$urlId #> [1] "HP_0002171" #> #> $Gliosis$dbPhenotype #> [1] TRUE #> #> $Gliosis$`_parent` #> [1] "HP_0100705<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Gliosis$`_is_leaf` #> [1] TRUE #> #> $Gliosis$children #> list() #> #> $Gliosis$value #> [1] "Gliosis" #> #> #> $gliosis #> $gliosis$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002183" #> #> $gliosis$`_id` #> [1] "MP_0002183<MP_0003634<MP_0003632<MP_0003631<MP_0000001" #> #> $gliosis$privateGeneCount #> [1] 0 #> #> $gliosis$publicGeneCount #> [1] 1 #> #> $gliosis$urlId #> [1] "MP_0002183" #> #> $gliosis$dbPhenotype #> [1] TRUE #> #> $gliosis$`_parent` #> [1] "MP_0003634<MP_0003632<MP_0003631<MP_0000001" #> #> $gliosis$`_is_leaf` #> [1] TRUE #> #> $gliosis$children #> list() #> #> $gliosis$value #> [1] "gliosis" #> #> #> $`Global developmental delay` #> $`Global developmental delay`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001263" #> #> $`Global developmental delay`$`_id` #> [1] "HP_0001263<HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Global developmental delay`$privateGeneCount #> [1] 0 #> #> $`Global developmental delay`$publicGeneCount #> [1] 13 #> #> $`Global developmental delay`$urlId #> [1] "HP_0001263" #> #> $`Global developmental delay`$dbPhenotype #> [1] TRUE #> #> $`Global developmental delay`$`_parent` #> [1] "HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Global developmental delay`$`_is_leaf` #> [1] TRUE #> #> $`Global developmental delay`$children #> list() #> #> $`Global developmental delay`$value #> [1] "Global developmental delay" #> #> #> $glomangioma #> $glomangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2436" #> #> $glomangioma$`_id` #> [1] "DOID_2436<DOID_5238<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $glomangioma$privateGeneCount #> [1] 0 #> #> $glomangioma$publicGeneCount #> [1] 1 #> #> $glomangioma$urlId #> [1] "DOID_2436" #> #> $glomangioma$dbPhenotype #> [1] TRUE #> #> $glomangioma$`_parent` #> [1] "DOID_5238<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $glomangioma$`_is_leaf` #> [1] TRUE #> #> $glomangioma$children #> list() #> #> $glomangioma$value #> [1] "glomangioma" #> #> #> $glomangioma #> $glomangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2436" #> #> $glomangioma$`_id` #> [1] "DOID_2436<DOID_5238<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $glomangioma$privateGeneCount #> [1] 0 #> #> $glomangioma$publicGeneCount #> [1] 1 #> #> $glomangioma$urlId #> [1] "DOID_2436" #> #> $glomangioma$dbPhenotype #> [1] TRUE #> #> $glomangioma$`_parent` #> [1] "DOID_5238<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $glomangioma$`_is_leaf` #> [1] TRUE #> #> $glomangioma$children #> list() #> #> $glomangioma$value #> [1] "glomangioma" #> #> #> $glomerulonephritis #> $glomerulonephritis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2921" #> #> $glomerulonephritis$`_id` #> [1] "DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $glomerulonephritis$privateGeneCount #> [1] 0 #> #> $glomerulonephritis$publicGeneCount #> [1] 558 #> #> $glomerulonephritis$urlId #> [1] "DOID_2921" #> #> $glomerulonephritis$dbPhenotype #> [1] TRUE #> #> $glomerulonephritis$`_parent` #> [1] "DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $glomerulonephritis$`_is_leaf` #> [1] FALSE #> #> $glomerulonephritis$children #> $glomerulonephritis$children[[1]] #> [1] "DOID_0050851<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $glomerulonephritis$children[[2]] #> [1] "DOID_2986<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $glomerulonephritis$children[[3]] #> [1] "DOID_2920<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $glomerulonephritis$children[[4]] #> [1] "DOID_10976<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $glomerulonephritis$value #> [1] "glomerulonephritis" #> #> #> $Glomerulopathy #> $Glomerulopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100820" #> #> $Glomerulopathy$`_id` #> [1] "HP_0100820<HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Glomerulopathy$privateGeneCount #> [1] 0 #> #> $Glomerulopathy$publicGeneCount #> [1] 1 #> #> $Glomerulopathy$urlId #> [1] "HP_0100820" #> #> $Glomerulopathy$dbPhenotype #> [1] TRUE #> #> $Glomerulopathy$`_parent` #> [1] "HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Glomerulopathy$`_is_leaf` #> [1] TRUE #> #> $Glomerulopathy$children #> list() #> #> $Glomerulopathy$value #> [1] "Glomerulopathy" #> #> #> $Glomerulopathy #> $Glomerulopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100820" #> #> $Glomerulopathy$`_id` #> [1] "HP_0100820<HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Glomerulopathy$privateGeneCount #> [1] 0 #> #> $Glomerulopathy$publicGeneCount #> [1] 1 #> #> $Glomerulopathy$urlId #> [1] "HP_0100820" #> #> $Glomerulopathy$dbPhenotype #> [1] TRUE #> #> $Glomerulopathy$`_parent` #> [1] "HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Glomerulopathy$`_is_leaf` #> [1] TRUE #> #> $Glomerulopathy$children #> list() #> #> $Glomerulopathy$value #> [1] "Glomerulopathy" #> #> #> $glomerulosclerosis #> $glomerulosclerosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050851" #> #> $glomerulosclerosis$`_id` #> [1] "DOID_0050851<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $glomerulosclerosis$privateGeneCount #> [1] 0 #> #> $glomerulosclerosis$publicGeneCount #> [1] 31 #> #> $glomerulosclerosis$urlId #> [1] "DOID_0050851" #> #> $glomerulosclerosis$dbPhenotype #> [1] FALSE #> #> $glomerulosclerosis$`_parent` #> [1] "DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $glomerulosclerosis$`_is_leaf` #> [1] FALSE #> #> $glomerulosclerosis$children #> $glomerulosclerosis$children[[1]] #> [1] "DOID_1312<DOID_0050851<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $glomerulosclerosis$value #> [1] "glomerulosclerosis" #> #> #> $`glomus tumor` #> $`glomus tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2431" #> #> $`glomus tumor`$`_id` #> [1] "DOID_2431<DOID_3850<DOID_3316<DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`glomus tumor`$privateGeneCount #> [1] 0 #> #> $`glomus tumor`$publicGeneCount #> [1] 1 #> #> $`glomus tumor`$urlId #> [1] "DOID_2431" #> #> $`glomus tumor`$dbPhenotype #> [1] TRUE #> #> $`glomus tumor`$`_parent` #> [1] "DOID_3850<DOID_3316<DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`glomus tumor`$`_is_leaf` #> [1] TRUE #> #> $`glomus tumor`$children #> list() #> #> $`glomus tumor`$value #> [1] "glomus tumor" #> #> #> $`glomus tumor` #> $`glomus tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2431" #> #> $`glomus tumor`$`_id` #> [1] "DOID_2431<DOID_3850<DOID_3316<DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`glomus tumor`$privateGeneCount #> [1] 0 #> #> $`glomus tumor`$publicGeneCount #> [1] 1 #> #> $`glomus tumor`$urlId #> [1] "DOID_2431" #> #> $`glomus tumor`$dbPhenotype #> [1] TRUE #> #> $`glomus tumor`$`_parent` #> [1] "DOID_3850<DOID_3316<DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`glomus tumor`$`_is_leaf` #> [1] TRUE #> #> $`glomus tumor`$children #> list() #> #> $`glomus tumor`$value #> [1] "glomus tumor" #> #> #> $`glomus tumor` #> $`glomus tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2431" #> #> $`glomus tumor`$`_id` #> [1] "DOID_2431<DOID_3850<DOID_3316<DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`glomus tumor`$privateGeneCount #> [1] 0 #> #> $`glomus tumor`$publicGeneCount #> [1] 1 #> #> $`glomus tumor`$urlId #> [1] "DOID_2431" #> #> $`glomus tumor`$dbPhenotype #> [1] TRUE #> #> $`glomus tumor`$`_parent` #> [1] "DOID_3850<DOID_3316<DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`glomus tumor`$`_is_leaf` #> [1] TRUE #> #> $`glomus tumor`$children #> list() #> #> $`glomus tumor`$value #> [1] "glomus tumor" #> #> #> $Glucagonoma #> $Glucagonoma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030404" #> #> $Glucagonoma$`_id` #> [1] "HP_0030404<HP_0030405<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $Glucagonoma$privateGeneCount #> [1] 0 #> #> $Glucagonoma$publicGeneCount #> [1] 4 #> #> $Glucagonoma$urlId #> [1] "HP_0030404" #> #> $Glucagonoma$dbPhenotype #> [1] TRUE #> #> $Glucagonoma$`_parent` #> [1] "HP_0030405<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $Glucagonoma$`_is_leaf` #> [1] TRUE #> #> $Glucagonoma$children #> list() #> #> $Glucagonoma$value #> [1] "Glucagonoma" #> #> #> $Glucagonoma #> $Glucagonoma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030404" #> #> $Glucagonoma$`_id` #> [1] "HP_0030404<HP_0030405<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $Glucagonoma$privateGeneCount #> [1] 0 #> #> $Glucagonoma$publicGeneCount #> [1] 4 #> #> $Glucagonoma$urlId #> [1] "HP_0030404" #> #> $Glucagonoma$dbPhenotype #> [1] TRUE #> #> $Glucagonoma$`_parent` #> [1] "HP_0030405<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $Glucagonoma$`_is_leaf` #> [1] TRUE #> #> $Glucagonoma$children #> list() #> #> $Glucagonoma$value #> [1] "Glucagonoma" #> #> #> $`glucocorticoid-remediable aldosteronism` #> $`glucocorticoid-remediable aldosteronism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14080" #> #> $`glucocorticoid-remediable aldosteronism`$`_id` #> [1] "DOID_14080<DOID_446<DOID_3947<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`glucocorticoid-remediable aldosteronism`$privateGeneCount #> [1] 0 #> #> $`glucocorticoid-remediable aldosteronism`$publicGeneCount #> [1] 1 #> #> $`glucocorticoid-remediable aldosteronism`$urlId #> [1] "DOID_14080" #> #> $`glucocorticoid-remediable aldosteronism`$dbPhenotype #> [1] TRUE #> #> $`glucocorticoid-remediable aldosteronism`$`_parent` #> [1] "DOID_446<DOID_3947<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`glucocorticoid-remediable aldosteronism`$`_is_leaf` #> [1] TRUE #> #> $`glucocorticoid-remediable aldosteronism`$children #> list() #> #> $`glucocorticoid-remediable aldosteronism`$value #> [1] "glucocorticoid-remediable aldosteronism" #> #> #> $`glucose intolerance` #> $`glucose intolerance`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10603" #> #> $`glucose intolerance`$`_id` #> [1] "DOID_10603<DOID_4195<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`glucose intolerance`$privateGeneCount #> [1] 0 #> #> $`glucose intolerance`$publicGeneCount #> [1] 21 #> #> $`glucose intolerance`$urlId #> [1] "DOID_10603" #> #> $`glucose intolerance`$dbPhenotype #> [1] TRUE #> #> $`glucose intolerance`$`_parent` #> [1] "DOID_4195<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`glucose intolerance`$`_is_leaf` #> [1] TRUE #> #> $`glucose intolerance`$children #> list() #> #> $`glucose intolerance`$value #> [1] "glucose intolerance" #> #> #> $`Glucose intolerance` #> $`Glucose intolerance`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001952" #> #> $`Glucose intolerance`$`_id` #> [1] "HP_0001952<HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Glucose intolerance`$privateGeneCount #> [1] 0 #> #> $`Glucose intolerance`$publicGeneCount #> [1] 1 #> #> $`Glucose intolerance`$urlId #> [1] "HP_0001952" #> #> $`Glucose intolerance`$dbPhenotype #> [1] FALSE #> #> $`Glucose intolerance`$`_parent` #> [1] "HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Glucose intolerance`$`_is_leaf` #> [1] FALSE #> #> $`Glucose intolerance`$children #> $`Glucose intolerance`$children[[1]] #> [1] "HP_0000819<HP_0001952<HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Glucose intolerance`$value #> [1] "Glucose intolerance" #> #> #> $`glucose metabolism disease` #> $`glucose metabolism disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4194" #> #> $`glucose metabolism disease`$`_id` #> [1] "DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`glucose metabolism disease`$privateGeneCount #> [1] 0 #> #> $`glucose metabolism disease`$publicGeneCount #> [1] 540 #> #> $`glucose metabolism disease`$urlId #> [1] "DOID_4194" #> #> $`glucose metabolism disease`$dbPhenotype #> [1] TRUE #> #> $`glucose metabolism disease`$`_parent` #> [1] "DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`glucose metabolism disease`$`_is_leaf` #> [1] FALSE #> #> $`glucose metabolism disease`$children #> $`glucose metabolism disease`$children[[1]] #> [1] "DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`glucose metabolism disease`$children[[2]] #> [1] "DOID_4195<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`glucose metabolism disease`$children[[3]] #> [1] "DOID_2018<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`glucose metabolism disease`$children[[4]] #> [1] "DOID_9993<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`glucose metabolism disease`$children[[5]] #> [1] "DOID_0050884<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`glucose metabolism disease`$value #> [1] "glucose metabolism disease" #> #> #> $`glucosephosphate dehydrogenase deficiency` #> $`glucosephosphate dehydrogenase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2862" #> #> $`glucosephosphate dehydrogenase deficiency`$`_id` #> [1] "DOID_2862<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glucosephosphate dehydrogenase deficiency`$privateGeneCount #> [1] 0 #> #> $`glucosephosphate dehydrogenase deficiency`$publicGeneCount #> [1] 1 #> #> $`glucosephosphate dehydrogenase deficiency`$urlId #> [1] "DOID_2862" #> #> $`glucosephosphate dehydrogenase deficiency`$dbPhenotype #> [1] TRUE #> #> $`glucosephosphate dehydrogenase deficiency`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glucosephosphate dehydrogenase deficiency`$`_is_leaf` #> [1] FALSE #> #> $`glucosephosphate dehydrogenase deficiency`$children #> $`glucosephosphate dehydrogenase deficiency`$children[[1]] #> [1] "DOID_13628<DOID_2862<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> #> $`glucosephosphate dehydrogenase deficiency`$value #> [1] "glucosephosphate dehydrogenase deficiency" #> #> #> $`Glutaric aciduria` #> $`Glutaric aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003150" #> #> $`Glutaric aciduria`$`_id` #> [1] "HP_0003150<HP_0003215<HP_0001992<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Glutaric aciduria`$privateGeneCount #> [1] 0 #> #> $`Glutaric aciduria`$publicGeneCount #> [1] 5 #> #> $`Glutaric aciduria`$urlId #> [1] "HP_0003150" #> #> $`Glutaric aciduria`$dbPhenotype #> [1] TRUE #> #> $`Glutaric aciduria`$`_parent` #> [1] "HP_0003215<HP_0001992<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Glutaric aciduria`$`_is_leaf` #> [1] TRUE #> #> $`Glutaric aciduria`$children #> list() #> #> $`Glutaric aciduria`$value #> [1] "Glutaric aciduria" #> #> #> $`glycerol kinase deficiency` #> $`glycerol kinase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060363" #> #> $`glycerol kinase deficiency`$`_id` #> [1] "DOID_0060363<DOID_630<DOID_4" #> #> $`glycerol kinase deficiency`$privateGeneCount #> [1] 0 #> #> $`glycerol kinase deficiency`$publicGeneCount #> [1] 1 #> #> $`glycerol kinase deficiency`$urlId #> [1] "DOID_0060363" #> #> $`glycerol kinase deficiency`$dbPhenotype #> [1] TRUE #> #> $`glycerol kinase deficiency`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`glycerol kinase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`glycerol kinase deficiency`$children #> list() #> #> $`glycerol kinase deficiency`$value #> [1] "glycerol kinase deficiency" #> #> #> $`glycerol kinase deficiency` #> $`glycerol kinase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060363" #> #> $`glycerol kinase deficiency`$`_id` #> [1] "DOID_0060363<DOID_655<DOID_0014667<DOID_4" #> #> $`glycerol kinase deficiency`$privateGeneCount #> [1] 0 #> #> $`glycerol kinase deficiency`$publicGeneCount #> [1] 1 #> #> $`glycerol kinase deficiency`$urlId #> [1] "DOID_0060363" #> #> $`glycerol kinase deficiency`$dbPhenotype #> [1] TRUE #> #> $`glycerol kinase deficiency`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`glycerol kinase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`glycerol kinase deficiency`$children #> list() #> #> $`glycerol kinase deficiency`$value #> [1] "glycerol kinase deficiency" #> #> #> $`glycine encephalopathy` #> $`glycine encephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9268" #> #> $`glycine encephalopathy`$`_id` #> [1] "DOID_9268<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`glycine encephalopathy`$privateGeneCount #> [1] 0 #> #> $`glycine encephalopathy`$publicGeneCount #> [1] 3 #> #> $`glycine encephalopathy`$urlId #> [1] "DOID_9268" #> #> $`glycine encephalopathy`$dbPhenotype #> [1] TRUE #> #> $`glycine encephalopathy`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`glycine encephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`glycine encephalopathy`$children #> list() #> #> $`glycine encephalopathy`$value #> [1] "glycine encephalopathy" #> #> #> $`glycogen metabolism disorder` #> $`glycogen metabolism disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050728" #> #> $`glycogen metabolism disorder`$`_id` #> [1] "DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen metabolism disorder`$privateGeneCount #> [1] 0 #> #> $`glycogen metabolism disorder`$publicGeneCount #> [1] 22 #> #> $`glycogen metabolism disorder`$urlId #> [1] "DOID_0050728" #> #> $`glycogen metabolism disorder`$dbPhenotype #> [1] FALSE #> #> $`glycogen metabolism disorder`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen metabolism disorder`$`_is_leaf` #> [1] FALSE #> #> $`glycogen metabolism disorder`$children #> $`glycogen metabolism disorder`$children[[1]] #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> #> $`glycogen metabolism disorder`$value #> [1] "glycogen metabolism disorder" #> #> #> $`glycogen storage disease` #> $`glycogen storage disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2747" #> #> $`glycogen storage disease`$`_id` #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease`$publicGeneCount #> [1] 22 #> #> $`glycogen storage disease`$urlId #> [1] "DOID_2747" #> #> $`glycogen storage disease`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease`$`_parent` #> [1] "DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease`$`_is_leaf` #> [1] FALSE #> #> $`glycogen storage disease`$children #> $`glycogen storage disease`$children[[1]] #> [1] "DOID_2749<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease`$children[[2]] #> [1] "DOID_2752<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease`$children[[3]] #> [1] "DOID_2748<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease`$children[[4]] #> [1] "DOID_2750<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease`$children[[5]] #> [1] "DOID_0050594<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease`$children[[6]] #> [1] "DOID_2746<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease`$children[[7]] #> [1] "DOID_2754<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease`$children[[8]] #> [1] "DOID_11721<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease`$children[[9]] #> [1] "DOID_0050579<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> #> $`glycogen storage disease`$value #> [1] "glycogen storage disease" #> #> #> $`glycogen storage disease I` #> $`glycogen storage disease I`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2749" #> #> $`glycogen storage disease I`$`_id` #> [1] "DOID_2749<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease I`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease I`$publicGeneCount #> [1] 2 #> #> $`glycogen storage disease I`$urlId #> [1] "DOID_2749" #> #> $`glycogen storage disease I`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease I`$`_parent` #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease I`$`_is_leaf` #> [1] TRUE #> #> $`glycogen storage disease I`$children #> list() #> #> $`glycogen storage disease I`$value #> [1] "glycogen storage disease I" #> #> #> $`glycogen storage disease II` #> $`glycogen storage disease II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2752" #> #> $`glycogen storage disease II`$`_id` #> [1] "DOID_2752<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease II`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease II`$publicGeneCount #> [1] 1 #> #> $`glycogen storage disease II`$urlId #> [1] "DOID_2752" #> #> $`glycogen storage disease II`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease II`$`_parent` #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease II`$`_is_leaf` #> [1] TRUE #> #> $`glycogen storage disease II`$children #> list() #> #> $`glycogen storage disease II`$value #> [1] "glycogen storage disease II" #> #> #> $`glycogen storage disease III` #> $`glycogen storage disease III`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2748" #> #> $`glycogen storage disease III`$`_id` #> [1] "DOID_2748<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease III`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease III`$publicGeneCount #> [1] 1 #> #> $`glycogen storage disease III`$urlId #> [1] "DOID_2748" #> #> $`glycogen storage disease III`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease III`$`_parent` #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease III`$`_is_leaf` #> [1] TRUE #> #> $`glycogen storage disease III`$children #> list() #> #> $`glycogen storage disease III`$value #> [1] "glycogen storage disease III" #> #> #> $`glycogen storage disease IV` #> $`glycogen storage disease IV`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2750" #> #> $`glycogen storage disease IV`$`_id` #> [1] "DOID_2750<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease IV`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease IV`$publicGeneCount #> [1] 1 #> #> $`glycogen storage disease IV`$urlId #> [1] "DOID_2750" #> #> $`glycogen storage disease IV`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease IV`$`_parent` #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease IV`$`_is_leaf` #> [1] TRUE #> #> $`glycogen storage disease IV`$children #> list() #> #> $`glycogen storage disease IV`$value #> [1] "glycogen storage disease IV" #> #> #> $`glycogen storage disease IX` #> $`glycogen storage disease IX`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050594" #> #> $`glycogen storage disease IX`$`_id` #> [1] "DOID_0050594<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease IX`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease IX`$publicGeneCount #> [1] 3 #> #> $`glycogen storage disease IX`$urlId #> [1] "DOID_0050594" #> #> $`glycogen storage disease IX`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease IX`$`_parent` #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease IX`$`_is_leaf` #> [1] TRUE #> #> $`glycogen storage disease IX`$children #> list() #> #> $`glycogen storage disease IX`$value #> [1] "glycogen storage disease IX" #> #> #> $`glycogen storage disease V` #> $`glycogen storage disease V`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2746" #> #> $`glycogen storage disease V`$`_id` #> [1] "DOID_2746<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease V`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease V`$publicGeneCount #> [1] 2 #> #> $`glycogen storage disease V`$urlId #> [1] "DOID_2746" #> #> $`glycogen storage disease V`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease V`$`_parent` #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease V`$`_is_leaf` #> [1] TRUE #> #> $`glycogen storage disease V`$children #> list() #> #> $`glycogen storage disease V`$value #> [1] "glycogen storage disease V" #> #> #> $`glycogen storage disease VI` #> $`glycogen storage disease VI`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2754" #> #> $`glycogen storage disease VI`$`_id` #> [1] "DOID_2754<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease VI`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease VI`$publicGeneCount #> [1] 1 #> #> $`glycogen storage disease VI`$urlId #> [1] "DOID_2754" #> #> $`glycogen storage disease VI`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease VI`$`_parent` #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease VI`$`_is_leaf` #> [1] TRUE #> #> $`glycogen storage disease VI`$children #> list() #> #> $`glycogen storage disease VI`$value #> [1] "glycogen storage disease VI" #> #> #> $`glycogen storage disease VII` #> $`glycogen storage disease VII`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11721" #> #> $`glycogen storage disease VII`$`_id` #> [1] "DOID_11721<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease VII`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease VII`$publicGeneCount #> [1] 1 #> #> $`glycogen storage disease VII`$urlId #> [1] "DOID_11721" #> #> $`glycogen storage disease VII`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease VII`$`_parent` #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease VII`$`_is_leaf` #> [1] TRUE #> #> $`glycogen storage disease VII`$children #> list() #> #> $`glycogen storage disease VII`$value #> [1] "glycogen storage disease VII" #> #> #> $`glycogen storage disease XV` #> $`glycogen storage disease XV`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050579" #> #> $`glycogen storage disease XV`$`_id` #> [1] "DOID_0050579<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease XV`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease XV`$publicGeneCount #> [1] 1 #> #> $`glycogen storage disease XV`$urlId #> [1] "DOID_0050579" #> #> $`glycogen storage disease XV`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease XV`$`_parent` #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease XV`$`_is_leaf` #> [1] TRUE #> #> $`glycogen storage disease XV`$children #> list() #> #> $`glycogen storage disease XV`$value #> [1] "glycogen storage disease XV" #> #> #> $`glycogen storage disease XV` #> $`glycogen storage disease XV`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050579" #> #> $`glycogen storage disease XV`$`_id` #> [1] "DOID_0050579<DOID_630<DOID_4" #> #> $`glycogen storage disease XV`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease XV`$publicGeneCount #> [1] 1 #> #> $`glycogen storage disease XV`$urlId #> [1] "DOID_0050579" #> #> $`glycogen storage disease XV`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease XV`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`glycogen storage disease XV`$`_is_leaf` #> [1] TRUE #> #> $`glycogen storage disease XV`$children #> list() #> #> $`glycogen storage disease XV`$value #> [1] "glycogen storage disease XV" #> #> #> $glycoproteinosis #> $glycoproteinosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3343" #> #> $glycoproteinosis$`_id` #> [1] "DOID_3343<DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $glycoproteinosis$privateGeneCount #> [1] 0 #> #> $glycoproteinosis$publicGeneCount #> [1] 3 #> #> $glycoproteinosis$urlId #> [1] "DOID_3343" #> #> $glycoproteinosis$dbPhenotype #> [1] TRUE #> #> $glycoproteinosis$`_parent` #> [1] "DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $glycoproteinosis$`_is_leaf` #> [1] TRUE #> #> $glycoproteinosis$children #> list() #> #> $glycoproteinosis$value #> [1] "glycoproteinosis" #> #> #> $`GM1 gangliosidosis` #> $`GM1 gangliosidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3322" #> #> $`GM1 gangliosidosis`$`_id` #> [1] "DOID_3322<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`GM1 gangliosidosis`$privateGeneCount #> [1] 0 #> #> $`GM1 gangliosidosis`$publicGeneCount #> [1] 1 #> #> $`GM1 gangliosidosis`$urlId #> [1] "DOID_3322" #> #> $`GM1 gangliosidosis`$dbPhenotype #> [1] TRUE #> #> $`GM1 gangliosidosis`$`_parent` #> [1] "DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`GM1 gangliosidosis`$`_is_leaf` #> [1] TRUE #> #> $`GM1 gangliosidosis`$children #> list() #> #> $`GM1 gangliosidosis`$value #> [1] "GM1 gangliosidosis" #> #> #> $`GM1 gangliosidosis` #> $`GM1 gangliosidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3322" #> #> $`GM1 gangliosidosis`$`_id` #> [1] "DOID_3322<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`GM1 gangliosidosis`$privateGeneCount #> [1] 0 #> #> $`GM1 gangliosidosis`$publicGeneCount #> [1] 1 #> #> $`GM1 gangliosidosis`$urlId #> [1] "DOID_3322" #> #> $`GM1 gangliosidosis`$dbPhenotype #> [1] TRUE #> #> $`GM1 gangliosidosis`$`_parent` #> [1] "DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`GM1 gangliosidosis`$`_is_leaf` #> [1] TRUE #> #> $`GM1 gangliosidosis`$children #> list() #> #> $`GM1 gangliosidosis`$value #> [1] "GM1 gangliosidosis" #> #> #> $`GM2 gangliosidosis` #> $`GM2 gangliosidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3321" #> #> $`GM2 gangliosidosis`$`_id` #> [1] "DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`GM2 gangliosidosis`$privateGeneCount #> [1] 0 #> #> $`GM2 gangliosidosis`$publicGeneCount #> [1] 3 #> #> $`GM2 gangliosidosis`$urlId #> [1] "DOID_3321" #> #> $`GM2 gangliosidosis`$dbPhenotype #> [1] TRUE #> #> $`GM2 gangliosidosis`$`_parent` #> [1] "DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`GM2 gangliosidosis`$`_is_leaf` #> [1] FALSE #> #> $`GM2 gangliosidosis`$children #> $`GM2 gangliosidosis`$children[[1]] #> [1] "DOID_4795<DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`GM2 gangliosidosis`$children[[2]] #> [1] "DOID_3323<DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`GM2 gangliosidosis`$children[[3]] #> [1] "DOID_3320<DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`GM2 gangliosidosis`$value #> [1] "GM2 gangliosidosis" #> #> #> $`GM2 gangliosidosis` #> $`GM2 gangliosidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3321" #> #> $`GM2 gangliosidosis`$`_id` #> [1] "DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`GM2 gangliosidosis`$privateGeneCount #> [1] 0 #> #> $`GM2 gangliosidosis`$publicGeneCount #> [1] 3 #> #> $`GM2 gangliosidosis`$urlId #> [1] "DOID_3321" #> #> $`GM2 gangliosidosis`$dbPhenotype #> [1] TRUE #> #> $`GM2 gangliosidosis`$`_parent` #> [1] "DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`GM2 gangliosidosis`$`_is_leaf` #> [1] FALSE #> #> $`GM2 gangliosidosis`$children #> $`GM2 gangliosidosis`$children[[1]] #> [1] "DOID_4795<DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`GM2 gangliosidosis`$children[[2]] #> [1] "DOID_3323<DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`GM2 gangliosidosis`$children[[3]] #> [1] "DOID_3320<DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> #> $`GM2 gangliosidosis`$value #> [1] "GM2 gangliosidosis" #> #> #> $`GM2 gangliosidosis, AB variant` #> $`GM2 gangliosidosis, AB variant`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4795" #> #> $`GM2 gangliosidosis, AB variant`$`_id` #> [1] "DOID_4795<DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`GM2 gangliosidosis, AB variant`$privateGeneCount #> [1] 0 #> #> $`GM2 gangliosidosis, AB variant`$publicGeneCount #> [1] 1 #> #> $`GM2 gangliosidosis, AB variant`$urlId #> [1] "DOID_4795" #> #> $`GM2 gangliosidosis, AB variant`$dbPhenotype #> [1] TRUE #> #> $`GM2 gangliosidosis, AB variant`$`_parent` #> [1] "DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`GM2 gangliosidosis, AB variant`$`_is_leaf` #> [1] TRUE #> #> $`GM2 gangliosidosis, AB variant`$children #> list() #> #> $`GM2 gangliosidosis, AB variant`$value #> [1] "GM2 gangliosidosis, AB variant" #> #> #> $`GM2 gangliosidosis, AB variant` #> $`GM2 gangliosidosis, AB variant`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4795" #> #> $`GM2 gangliosidosis, AB variant`$`_id` #> [1] "DOID_4795<DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`GM2 gangliosidosis, AB variant`$privateGeneCount #> [1] 0 #> #> $`GM2 gangliosidosis, AB variant`$publicGeneCount #> [1] 1 #> #> $`GM2 gangliosidosis, AB variant`$urlId #> [1] "DOID_4795" #> #> $`GM2 gangliosidosis, AB variant`$dbPhenotype #> [1] TRUE #> #> $`GM2 gangliosidosis, AB variant`$`_parent` #> [1] "DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`GM2 gangliosidosis, AB variant`$`_is_leaf` #> [1] TRUE #> #> $`GM2 gangliosidosis, AB variant`$children #> list() #> #> $`GM2 gangliosidosis, AB variant`$value #> [1] "GM2 gangliosidosis, AB variant" #> #> #> $goiter #> $goiter$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12176" #> #> $goiter$`_id` #> [1] "DOID_12176<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $goiter$privateGeneCount #> [1] 0 #> #> $goiter$publicGeneCount #> [1] 5 #> #> $goiter$urlId #> [1] "DOID_12176" #> #> $goiter$dbPhenotype #> [1] TRUE #> #> $goiter$`_parent` #> [1] "DOID_50<DOID_28<DOID_7<DOID_4" #> #> $goiter$`_is_leaf` #> [1] FALSE #> #> $goiter$children #> $goiter$children[[1]] #> [1] "DOID_0050489<DOID_12176<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $goiter$children[[2]] #> [1] "DOID_13197<DOID_12176<DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $goiter$value #> [1] "goiter" #> #> #> $`Goldberg-Shprintzen syndrome` #> $`Goldberg-Shprintzen syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060481" #> #> $`Goldberg-Shprintzen syndrome`$`_id` #> [1] "DOID_0060481<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Goldberg-Shprintzen syndrome`$privateGeneCount #> [1] 0 #> #> $`Goldberg-Shprintzen syndrome`$publicGeneCount #> [1] 1 #> #> $`Goldberg-Shprintzen syndrome`$urlId #> [1] "DOID_0060481" #> #> $`Goldberg-Shprintzen syndrome`$dbPhenotype #> [1] TRUE #> #> $`Goldberg-Shprintzen syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Goldberg-Shprintzen syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Goldberg-Shprintzen syndrome`$children #> list() #> #> $`Goldberg-Shprintzen syndrome`$value #> [1] "Goldberg-Shprintzen syndrome" #> #> #> $`Goldberg-Shprintzen syndrome` #> $`Goldberg-Shprintzen syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060481" #> #> $`Goldberg-Shprintzen syndrome`$`_id` #> [1] "DOID_0060481<DOID_225<DOID_4" #> #> $`Goldberg-Shprintzen syndrome`$privateGeneCount #> [1] 0 #> #> $`Goldberg-Shprintzen syndrome`$publicGeneCount #> [1] 1 #> #> $`Goldberg-Shprintzen syndrome`$urlId #> [1] "DOID_0060481" #> #> $`Goldberg-Shprintzen syndrome`$dbPhenotype #> [1] TRUE #> #> $`Goldberg-Shprintzen syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Goldberg-Shprintzen syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Goldberg-Shprintzen syndrome`$children #> list() #> #> $`Goldberg-Shprintzen syndrome`$value #> [1] "Goldberg-Shprintzen syndrome" #> #> #> $`gonadal disease` #> $`gonadal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2277" #> #> $`gonadal disease`$`_id` #> [1] "DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`gonadal disease`$privateGeneCount #> [1] 0 #> #> $`gonadal disease`$publicGeneCount #> [1] 536 #> #> $`gonadal disease`$urlId #> [1] "DOID_2277" #> #> $`gonadal disease`$dbPhenotype #> [1] TRUE #> #> $`gonadal disease`$`_parent` #> [1] "DOID_28<DOID_7<DOID_4" #> #> $`gonadal disease`$`_is_leaf` #> [1] FALSE #> #> $`gonadal disease`$children #> $`gonadal disease`$children[[1]] #> [1] "DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`gonadal disease`$children[[2]] #> [1] "DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`gonadal disease`$children[[3]] #> [1] "DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`gonadal disease`$children[[4]] #> [1] "DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`gonadal disease`$value #> [1] "gonadal disease" #> #> #> $`gonadal dysgenesis` #> $`gonadal dysgenesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14447" #> #> $`gonadal dysgenesis`$`_id` #> [1] "DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`gonadal dysgenesis`$privateGeneCount #> [1] 0 #> #> $`gonadal dysgenesis`$publicGeneCount #> [1] 21 #> #> $`gonadal dysgenesis`$urlId #> [1] "DOID_14447" #> #> $`gonadal dysgenesis`$dbPhenotype #> [1] TRUE #> #> $`gonadal dysgenesis`$`_parent` #> [1] "DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`gonadal dysgenesis`$`_is_leaf` #> [1] FALSE #> #> $`gonadal dysgenesis`$children #> $`gonadal dysgenesis`$children[[1]] #> [1] "DOID_14450<DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`gonadal dysgenesis`$children[[2]] #> [1] "DOID_14448<DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`gonadal dysgenesis`$children[[3]] #> [1] "DOID_3491<DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`gonadal dysgenesis`$value #> [1] "gonadal dysgenesis" #> #> #> $`Goodpasture syndrome` #> $`Goodpasture syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9808" #> #> $`Goodpasture syndrome`$`_id` #> [1] "DOID_9808<DOID_0060049<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Goodpasture syndrome`$privateGeneCount #> [1] 0 #> #> $`Goodpasture syndrome`$publicGeneCount #> [1] 4 #> #> $`Goodpasture syndrome`$urlId #> [1] "DOID_9808" #> #> $`Goodpasture syndrome`$dbPhenotype #> [1] TRUE #> #> $`Goodpasture syndrome`$`_parent` #> [1] "DOID_0060049<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Goodpasture syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Goodpasture syndrome`$children #> list() #> #> $`Goodpasture syndrome`$value #> [1] "Goodpasture syndrome" #> #> #> $`Goodpasture syndrome` #> $`Goodpasture syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9808" #> #> $`Goodpasture syndrome`$`_id` #> [1] "DOID_9808<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Goodpasture syndrome`$privateGeneCount #> [1] 0 #> #> $`Goodpasture syndrome`$publicGeneCount #> [1] 4 #> #> $`Goodpasture syndrome`$urlId #> [1] "DOID_9808" #> #> $`Goodpasture syndrome`$dbPhenotype #> [1] TRUE #> #> $`Goodpasture syndrome`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Goodpasture syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Goodpasture syndrome`$children #> list() #> #> $`Goodpasture syndrome`$value #> [1] "Goodpasture syndrome" #> #> #> $`Goodpasture syndrome` #> $`Goodpasture syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9808" #> #> $`Goodpasture syndrome`$`_id` #> [1] "DOID_9808<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`Goodpasture syndrome`$privateGeneCount #> [1] 0 #> #> $`Goodpasture syndrome`$publicGeneCount #> [1] 4 #> #> $`Goodpasture syndrome`$urlId #> [1] "DOID_9808" #> #> $`Goodpasture syndrome`$dbPhenotype #> [1] TRUE #> #> $`Goodpasture syndrome`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`Goodpasture syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Goodpasture syndrome`$children #> list() #> #> $`Goodpasture syndrome`$value #> [1] "Goodpasture syndrome" #> #> #> $gout #> $gout$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13189" #> #> $gout$`_id` #> [1] "DOID_13189<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $gout$privateGeneCount #> [1] 0 #> #> $gout$publicGeneCount #> [1] 16 #> #> $gout$urlId #> [1] "DOID_13189" #> #> $gout$dbPhenotype #> [1] TRUE #> #> $gout$`_parent` #> [1] "DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $gout$`_is_leaf` #> [1] TRUE #> #> $gout$children #> list() #> #> $gout$value #> [1] "gout" #> #> #> $`grade III astrocytoma` #> $`grade III astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3078" #> #> $`grade III astrocytoma`$`_id` #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`grade III astrocytoma`$privateGeneCount #> [1] 0 #> #> $`grade III astrocytoma`$publicGeneCount #> [1] 34 #> #> $`grade III astrocytoma`$urlId #> [1] "DOID_3078" #> #> $`grade III astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`grade III astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`grade III astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`grade III astrocytoma`$children #> list() #> #> $`grade III astrocytoma`$value #> [1] "grade III astrocytoma" #> #> #> $`grade III astrocytoma` #> $`grade III astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3078" #> #> $`grade III astrocytoma`$`_id` #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$privateGeneCount #> [1] 0 #> #> $`grade III astrocytoma`$publicGeneCount #> [1] 34 #> #> $`grade III astrocytoma`$urlId #> [1] "DOID_3078" #> #> $`grade III astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`grade III astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`grade III astrocytoma`$children #> list() #> #> $`grade III astrocytoma`$value #> [1] "grade III astrocytoma" #> #> #> $`grade III astrocytoma` #> $`grade III astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3078" #> #> $`grade III astrocytoma`$`_id` #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`grade III astrocytoma`$privateGeneCount #> [1] 0 #> #> $`grade III astrocytoma`$publicGeneCount #> [1] 34 #> #> $`grade III astrocytoma`$urlId #> [1] "DOID_3078" #> #> $`grade III astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`grade III astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`grade III astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`grade III astrocytoma`$children #> list() #> #> $`grade III astrocytoma`$value #> [1] "grade III astrocytoma" #> #> #> $`grade III astrocytoma` #> $`grade III astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3078" #> #> $`grade III astrocytoma`$`_id` #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$privateGeneCount #> [1] 0 #> #> $`grade III astrocytoma`$publicGeneCount #> [1] 34 #> #> $`grade III astrocytoma`$urlId #> [1] "DOID_3078" #> #> $`grade III astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`grade III astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`grade III astrocytoma`$children #> list() #> #> $`grade III astrocytoma`$value #> [1] "grade III astrocytoma" #> #> #> $`grade III astrocytoma` #> $`grade III astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3078" #> #> $`grade III astrocytoma`$`_id` #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$privateGeneCount #> [1] 0 #> #> $`grade III astrocytoma`$publicGeneCount #> [1] 34 #> #> $`grade III astrocytoma`$urlId #> [1] "DOID_3078" #> #> $`grade III astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`grade III astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`grade III astrocytoma`$children #> list() #> #> $`grade III astrocytoma`$value #> [1] "grade III astrocytoma" #> #> #> $`grade III astrocytoma` #> $`grade III astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3078" #> #> $`grade III astrocytoma`$`_id` #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$privateGeneCount #> [1] 0 #> #> $`grade III astrocytoma`$publicGeneCount #> [1] 34 #> #> $`grade III astrocytoma`$urlId #> [1] "DOID_3078" #> #> $`grade III astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`grade III astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`grade III astrocytoma`$children #> list() #> #> $`grade III astrocytoma`$value #> [1] "grade III astrocytoma" #> #> #> $`grade III astrocytoma` #> $`grade III astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3078" #> #> $`grade III astrocytoma`$`_id` #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$privateGeneCount #> [1] 0 #> #> $`grade III astrocytoma`$publicGeneCount #> [1] 34 #> #> $`grade III astrocytoma`$urlId #> [1] "DOID_3078" #> #> $`grade III astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`grade III astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`grade III astrocytoma`$children #> list() #> #> $`grade III astrocytoma`$value #> [1] "grade III astrocytoma" #> #> #> $`grade III astrocytoma` #> $`grade III astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3078" #> #> $`grade III astrocytoma`$`_id` #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`grade III astrocytoma`$privateGeneCount #> [1] 0 #> #> $`grade III astrocytoma`$publicGeneCount #> [1] 34 #> #> $`grade III astrocytoma`$urlId #> [1] "DOID_3078" #> #> $`grade III astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`grade III astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`grade III astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`grade III astrocytoma`$children #> list() #> #> $`grade III astrocytoma`$value #> [1] "grade III astrocytoma" #> #> #> $`grade III astrocytoma` #> $`grade III astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3078" #> #> $`grade III astrocytoma`$`_id` #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$privateGeneCount #> [1] 0 #> #> $`grade III astrocytoma`$publicGeneCount #> [1] 34 #> #> $`grade III astrocytoma`$urlId #> [1] "DOID_3078" #> #> $`grade III astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`grade III astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`grade III astrocytoma`$children #> list() #> #> $`grade III astrocytoma`$value #> [1] "grade III astrocytoma" #> #> #> $`grade III astrocytoma` #> $`grade III astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3078" #> #> $`grade III astrocytoma`$`_id` #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$privateGeneCount #> [1] 0 #> #> $`grade III astrocytoma`$publicGeneCount #> [1] 34 #> #> $`grade III astrocytoma`$urlId #> [1] "DOID_3078" #> #> $`grade III astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`grade III astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`grade III astrocytoma`$children #> list() #> #> $`grade III astrocytoma`$value #> [1] "grade III astrocytoma" #> #> #> $`granular cell carcinoma` #> $`granular cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4903" #> #> $`granular cell carcinoma`$`_id` #> [1] "DOID_4903<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`granular cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`granular cell carcinoma`$publicGeneCount #> [1] 153 #> #> $`granular cell carcinoma`$urlId #> [1] "DOID_4903" #> #> $`granular cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`granular cell carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`granular cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`granular cell carcinoma`$children #> list() #> #> $`granular cell carcinoma`$value #> [1] "granular cell carcinoma" #> #> #> $`granular corneal dystrophy` #> $`granular corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12318" #> #> $`granular corneal dystrophy`$`_id` #> [1] "DOID_12318<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`granular corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`granular corneal dystrophy`$publicGeneCount #> [1] 8 #> #> $`granular corneal dystrophy`$urlId #> [1] "DOID_12318" #> #> $`granular corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`granular corneal dystrophy`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`granular corneal dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`granular corneal dystrophy`$children #> $`granular corneal dystrophy`$children[[1]] #> [1] "DOID_0060444<DOID_12318<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`granular corneal dystrophy`$value #> [1] "granular corneal dystrophy" #> #> #> $`granular corneal dystrophy` #> $`granular corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12318" #> #> $`granular corneal dystrophy`$`_id` #> [1] "DOID_12318<DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`granular corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`granular corneal dystrophy`$publicGeneCount #> [1] 8 #> #> $`granular corneal dystrophy`$urlId #> [1] "DOID_12318" #> #> $`granular corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`granular corneal dystrophy`$`_parent` #> [1] "DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`granular corneal dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`granular corneal dystrophy`$children #> $`granular corneal dystrophy`$children[[1]] #> [1] "DOID_0060444<DOID_12318<DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`granular corneal dystrophy`$value #> [1] "granular corneal dystrophy" #> #> #> $`granular corneal dystrophy 2` #> $`granular corneal dystrophy 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060444" #> #> $`granular corneal dystrophy 2`$`_id` #> [1] "DOID_0060444<DOID_12318<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`granular corneal dystrophy 2`$privateGeneCount #> [1] 0 #> #> $`granular corneal dystrophy 2`$publicGeneCount #> [1] 1 #> #> $`granular corneal dystrophy 2`$urlId #> [1] "DOID_0060444" #> #> $`granular corneal dystrophy 2`$dbPhenotype #> [1] TRUE #> #> $`granular corneal dystrophy 2`$`_parent` #> [1] "DOID_12318<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`granular corneal dystrophy 2`$`_is_leaf` #> [1] TRUE #> #> $`granular corneal dystrophy 2`$children #> list() #> #> $`granular corneal dystrophy 2`$value #> [1] "granular corneal dystrophy 2" #> #> #> $`granular corneal dystrophy 2` #> $`granular corneal dystrophy 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060444" #> #> $`granular corneal dystrophy 2`$`_id` #> [1] "DOID_0060444<DOID_12318<DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`granular corneal dystrophy 2`$privateGeneCount #> [1] 0 #> #> $`granular corneal dystrophy 2`$publicGeneCount #> [1] 1 #> #> $`granular corneal dystrophy 2`$urlId #> [1] "DOID_0060444" #> #> $`granular corneal dystrophy 2`$dbPhenotype #> [1] TRUE #> #> $`granular corneal dystrophy 2`$`_parent` #> [1] "DOID_12318<DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`granular corneal dystrophy 2`$`_is_leaf` #> [1] TRUE #> #> $`granular corneal dystrophy 2`$children #> list() #> #> $`granular corneal dystrophy 2`$value #> [1] "granular corneal dystrophy 2" #> #> #> $`Granular osmiophilic deposits (GROD) in cells` #> $`Granular osmiophilic deposits (GROD) in cells`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003657" #> #> $`Granular osmiophilic deposits (GROD) in cells`$`_id` #> [1] "HP_0003657<HP_0004356<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Granular osmiophilic deposits (GROD) in cells`$privateGeneCount #> [1] 0 #> #> $`Granular osmiophilic deposits (GROD) in cells`$publicGeneCount #> [1] 1 #> #> $`Granular osmiophilic deposits (GROD) in cells`$urlId #> [1] "HP_0003657" #> #> $`Granular osmiophilic deposits (GROD) in cells`$dbPhenotype #> [1] TRUE #> #> $`Granular osmiophilic deposits (GROD) in cells`$`_parent` #> [1] "HP_0004356<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Granular osmiophilic deposits (GROD) in cells`$`_is_leaf` #> [1] TRUE #> #> $`Granular osmiophilic deposits (GROD) in cells`$children #> list() #> #> $`Granular osmiophilic deposits (GROD) in cells`$value #> [1] "Granular osmiophilic deposits (GROD) in cells" #> #> #> $`Granular osmiophilic deposits (GROD) in cells` #> $`Granular osmiophilic deposits (GROD) in cells`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003657" #> #> $`Granular osmiophilic deposits (GROD) in cells`$`_id` #> [1] "HP_0003657<HP_0004356<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Granular osmiophilic deposits (GROD) in cells`$privateGeneCount #> [1] 0 #> #> $`Granular osmiophilic deposits (GROD) in cells`$publicGeneCount #> [1] 1 #> #> $`Granular osmiophilic deposits (GROD) in cells`$urlId #> [1] "HP_0003657" #> #> $`Granular osmiophilic deposits (GROD) in cells`$dbPhenotype #> [1] TRUE #> #> $`Granular osmiophilic deposits (GROD) in cells`$`_parent` #> [1] "HP_0004356<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Granular osmiophilic deposits (GROD) in cells`$`_is_leaf` #> [1] TRUE #> #> $`Granular osmiophilic deposits (GROD) in cells`$children #> list() #> #> $`Granular osmiophilic deposits (GROD) in cells`$value #> [1] "Granular osmiophilic deposits (GROD) in cells" #> #> #> $`granulomatosis with polyangiitis` #> $`granulomatosis with polyangiitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12132" #> #> $`granulomatosis with polyangiitis`$`_id` #> [1] "DOID_12132<DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`granulomatosis with polyangiitis`$privateGeneCount #> [1] 0 #> #> $`granulomatosis with polyangiitis`$publicGeneCount #> [1] 12 #> #> $`granulomatosis with polyangiitis`$urlId #> [1] "DOID_12132" #> #> $`granulomatosis with polyangiitis`$dbPhenotype #> [1] TRUE #> #> $`granulomatosis with polyangiitis`$`_parent` #> [1] "DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`granulomatosis with polyangiitis`$`_is_leaf` #> [1] TRUE #> #> $`granulomatosis with polyangiitis`$children #> list() #> #> $`granulomatosis with polyangiitis`$value #> [1] "granulomatosis with polyangiitis" #> #> #> $`granulomatosis with polyangiitis` #> $`granulomatosis with polyangiitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12132" #> #> $`granulomatosis with polyangiitis`$`_id` #> [1] "DOID_12132<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`granulomatosis with polyangiitis`$privateGeneCount #> [1] 0 #> #> $`granulomatosis with polyangiitis`$publicGeneCount #> [1] 12 #> #> $`granulomatosis with polyangiitis`$urlId #> [1] "DOID_12132" #> #> $`granulomatosis with polyangiitis`$dbPhenotype #> [1] TRUE #> #> $`granulomatosis with polyangiitis`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`granulomatosis with polyangiitis`$`_is_leaf` #> [1] TRUE #> #> $`granulomatosis with polyangiitis`$children #> list() #> #> $`granulomatosis with polyangiitis`$value #> [1] "granulomatosis with polyangiitis" #> #> #> $`granulomatosis with polyangiitis` #> $`granulomatosis with polyangiitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12132" #> #> $`granulomatosis with polyangiitis`$`_id` #> [1] "DOID_12132<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`granulomatosis with polyangiitis`$privateGeneCount #> [1] 0 #> #> $`granulomatosis with polyangiitis`$publicGeneCount #> [1] 12 #> #> $`granulomatosis with polyangiitis`$urlId #> [1] "DOID_12132" #> #> $`granulomatosis with polyangiitis`$dbPhenotype #> [1] TRUE #> #> $`granulomatosis with polyangiitis`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`granulomatosis with polyangiitis`$`_is_leaf` #> [1] TRUE #> #> $`granulomatosis with polyangiitis`$children #> list() #> #> $`granulomatosis with polyangiitis`$value #> [1] "granulomatosis with polyangiitis" #> #> #> $`granulomatosis with polyangiitis` #> $`granulomatosis with polyangiitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12132" #> #> $`granulomatosis with polyangiitis`$`_id` #> [1] "DOID_12132<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`granulomatosis with polyangiitis`$privateGeneCount #> [1] 0 #> #> $`granulomatosis with polyangiitis`$publicGeneCount #> [1] 12 #> #> $`granulomatosis with polyangiitis`$urlId #> [1] "DOID_12132" #> #> $`granulomatosis with polyangiitis`$dbPhenotype #> [1] TRUE #> #> $`granulomatosis with polyangiitis`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`granulomatosis with polyangiitis`$`_is_leaf` #> [1] TRUE #> #> $`granulomatosis with polyangiitis`$children #> list() #> #> $`granulomatosis with polyangiitis`$value #> [1] "granulomatosis with polyangiitis" #> #> #> $`granulomatous angiitis` #> $`granulomatous angiitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2555" #> #> $`granulomatous angiitis`$`_id` #> [1] "DOID_2555<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`granulomatous angiitis`$privateGeneCount #> [1] 0 #> #> $`granulomatous angiitis`$publicGeneCount #> [1] 1 #> #> $`granulomatous angiitis`$urlId #> [1] "DOID_2555" #> #> $`granulomatous angiitis`$dbPhenotype #> [1] TRUE #> #> $`granulomatous angiitis`$`_parent` #> [1] "DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`granulomatous angiitis`$`_is_leaf` #> [1] TRUE #> #> $`granulomatous angiitis`$children #> list() #> #> $`granulomatous angiitis`$value #> [1] "granulomatous angiitis" #> #> #> $`granulosa cell tumor` #> $`granulosa cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2999" #> #> $`granulosa cell tumor`$`_id` #> [1] "DOID_2999<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`granulosa cell tumor`$privateGeneCount #> [1] 0 #> #> $`granulosa cell tumor`$publicGeneCount #> [1] 14 #> #> $`granulosa cell tumor`$urlId #> [1] "DOID_2999" #> #> $`granulosa cell tumor`$dbPhenotype #> [1] TRUE #> #> $`granulosa cell tumor`$`_parent` #> [1] "DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`granulosa cell tumor`$`_is_leaf` #> [1] TRUE #> #> $`granulosa cell tumor`$children #> list() #> #> $`granulosa cell tumor`$value #> [1] "granulosa cell tumor" #> #> #> $`granulosa cell tumor` #> $`granulosa cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2999" #> #> $`granulosa cell tumor`$`_id` #> [1] "DOID_2999<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`granulosa cell tumor`$privateGeneCount #> [1] 0 #> #> $`granulosa cell tumor`$publicGeneCount #> [1] 14 #> #> $`granulosa cell tumor`$urlId #> [1] "DOID_2999" #> #> $`granulosa cell tumor`$dbPhenotype #> [1] TRUE #> #> $`granulosa cell tumor`$`_parent` #> [1] "DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`granulosa cell tumor`$`_is_leaf` #> [1] TRUE #> #> $`granulosa cell tumor`$children #> list() #> #> $`granulosa cell tumor`$value #> [1] "granulosa cell tumor" #> #> #> $`granulosa cell tumor` #> $`granulosa cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2999" #> #> $`granulosa cell tumor`$`_id` #> [1] "DOID_2999<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`granulosa cell tumor`$privateGeneCount #> [1] 0 #> #> $`granulosa cell tumor`$publicGeneCount #> [1] 14 #> #> $`granulosa cell tumor`$urlId #> [1] "DOID_2999" #> #> $`granulosa cell tumor`$dbPhenotype #> [1] TRUE #> #> $`granulosa cell tumor`$`_parent` #> [1] "DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`granulosa cell tumor`$`_is_leaf` #> [1] TRUE #> #> $`granulosa cell tumor`$children #> list() #> #> $`granulosa cell tumor`$value #> [1] "granulosa cell tumor" #> #> #> $`granulosa cell tumor` #> $`granulosa cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2999" #> #> $`granulosa cell tumor`$`_id` #> [1] "DOID_2999<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`granulosa cell tumor`$privateGeneCount #> [1] 0 #> #> $`granulosa cell tumor`$publicGeneCount #> [1] 14 #> #> $`granulosa cell tumor`$urlId #> [1] "DOID_2999" #> #> $`granulosa cell tumor`$dbPhenotype #> [1] TRUE #> #> $`granulosa cell tumor`$`_parent` #> [1] "DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`granulosa cell tumor`$`_is_leaf` #> [1] TRUE #> #> $`granulosa cell tumor`$children #> list() #> #> $`granulosa cell tumor`$value #> [1] "granulosa cell tumor" #> #> #> $`Graves' disease` #> $`Graves' disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12361" #> #> $`Graves' disease`$`_id` #> [1] "DOID_12361<DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> $`Graves' disease`$privateGeneCount #> [1] 0 #> #> $`Graves' disease`$publicGeneCount #> [1] 61 #> #> $`Graves' disease`$urlId #> [1] "DOID_12361" #> #> $`Graves' disease`$dbPhenotype #> [1] TRUE #> #> $`Graves' disease`$`_parent` #> [1] "DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> $`Graves' disease`$`_is_leaf` #> [1] TRUE #> #> $`Graves' disease`$children #> list() #> #> $`Graves' disease`$value #> [1] "Graves' disease" #> #> #> $`Graves' disease` #> $`Graves' disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12361" #> #> $`Graves' disease`$`_id` #> [1] "DOID_12361<DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Graves' disease`$privateGeneCount #> [1] 0 #> #> $`Graves' disease`$publicGeneCount #> [1] 61 #> #> $`Graves' disease`$urlId #> [1] "DOID_12361" #> #> $`Graves' disease`$dbPhenotype #> [1] TRUE #> #> $`Graves' disease`$`_parent` #> [1] "DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Graves' disease`$`_is_leaf` #> [1] TRUE #> #> $`Graves' disease`$children #> list() #> #> $`Graves' disease`$value #> [1] "Graves' disease" #> #> #> $`Greig cephalopolysyndactyly syndrome` #> $`Greig cephalopolysyndactyly syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14761" #> #> $`Greig cephalopolysyndactyly syndrome`$`_id` #> [1] "DOID_14761<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Greig cephalopolysyndactyly syndrome`$privateGeneCount #> [1] 0 #> #> $`Greig cephalopolysyndactyly syndrome`$publicGeneCount #> [1] 1 #> #> $`Greig cephalopolysyndactyly syndrome`$urlId #> [1] "DOID_14761" #> #> $`Greig cephalopolysyndactyly syndrome`$dbPhenotype #> [1] TRUE #> #> $`Greig cephalopolysyndactyly syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Greig cephalopolysyndactyly syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Greig cephalopolysyndactyly syndrome`$children #> list() #> #> $`Greig cephalopolysyndactyly syndrome`$value #> [1] "Greig cephalopolysyndactyly syndrome" #> #> #> $`Greig cephalopolysyndactyly syndrome` #> $`Greig cephalopolysyndactyly syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14761" #> #> $`Greig cephalopolysyndactyly syndrome`$`_id` #> [1] "DOID_14761<DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Greig cephalopolysyndactyly syndrome`$privateGeneCount #> [1] 0 #> #> $`Greig cephalopolysyndactyly syndrome`$publicGeneCount #> [1] 1 #> #> $`Greig cephalopolysyndactyly syndrome`$urlId #> [1] "DOID_14761" #> #> $`Greig cephalopolysyndactyly syndrome`$dbPhenotype #> [1] TRUE #> #> $`Greig cephalopolysyndactyly syndrome`$`_parent` #> [1] "DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Greig cephalopolysyndactyly syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Greig cephalopolysyndactyly syndrome`$children #> list() #> #> $`Greig cephalopolysyndactyly syndrome`$value #> [1] "Greig cephalopolysyndactyly syndrome" #> #> #> $`Growth abnormality` #> $`Growth abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001507" #> #> $`Growth abnormality`$`_id` #> [1] "HP_0001507<HP_0000118<HP_0000001" #> #> $`Growth abnormality`$privateGeneCount #> [1] 0 #> #> $`Growth abnormality`$publicGeneCount #> [1] 148 #> #> $`Growth abnormality`$urlId #> [1] "HP_0001507" #> #> $`Growth abnormality`$dbPhenotype #> [1] FALSE #> #> $`Growth abnormality`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Growth abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Growth abnormality`$children #> $`Growth abnormality`$children[[1]] #> [1] "HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Growth abnormality`$children[[2]] #> [1] "HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Growth abnormality`$children[[3]] #> [1] "HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Growth abnormality`$children[[4]] #> [1] "HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Growth abnormality`$value #> [1] "Growth abnormality" #> #> #> $`Growth delay` #> $`Growth delay`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001510" #> #> $`Growth delay`$`_id` #> [1] "HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Growth delay`$privateGeneCount #> [1] 0 #> #> $`Growth delay`$publicGeneCount #> [1] 30 #> #> $`Growth delay`$urlId #> [1] "HP_0001510" #> #> $`Growth delay`$dbPhenotype #> [1] FALSE #> #> $`Growth delay`$`_parent` #> [1] "HP_0001507<HP_0000118<HP_0000001" #> #> $`Growth delay`$`_is_leaf` #> [1] FALSE #> #> $`Growth delay`$children #> $`Growth delay`$children[[1]] #> [1] "HP_0000823<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Growth delay`$children[[2]] #> [1] "HP_0008897<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Growth delay`$children[[3]] #> [1] "HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Growth delay`$value #> [1] "Growth delay" #> #> #> $`Growth hormone deficiency` #> $`Growth hormone deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000824" #> #> $`Growth hormone deficiency`$`_id` #> [1] "HP_0000824<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Growth hormone deficiency`$privateGeneCount #> [1] 0 #> #> $`Growth hormone deficiency`$publicGeneCount #> [1] 6 #> #> $`Growth hormone deficiency`$urlId #> [1] "HP_0000824" #> #> $`Growth hormone deficiency`$dbPhenotype #> [1] TRUE #> #> $`Growth hormone deficiency`$`_parent` #> [1] "HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Growth hormone deficiency`$`_is_leaf` #> [1] FALSE #> #> $`Growth hormone deficiency`$children #> $`Growth hormone deficiency`$children[[1]] #> [1] "HP_0000839<HP_0000824<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Growth hormone deficiency`$value #> [1] "Growth hormone deficiency" #> #> #> $`Growth hormone deficiency` #> $`Growth hormone deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000824" #> #> $`Growth hormone deficiency`$`_id` #> [1] "HP_0000824<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Growth hormone deficiency`$privateGeneCount #> [1] 0 #> #> $`Growth hormone deficiency`$publicGeneCount #> [1] 6 #> #> $`Growth hormone deficiency`$urlId #> [1] "HP_0000824" #> #> $`Growth hormone deficiency`$dbPhenotype #> [1] TRUE #> #> $`Growth hormone deficiency`$`_parent` #> [1] "HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Growth hormone deficiency`$`_is_leaf` #> [1] FALSE #> #> $`Growth hormone deficiency`$children #> $`Growth hormone deficiency`$children[[1]] #> [1] "HP_0000839<HP_0000824<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Growth hormone deficiency`$value #> [1] "Growth hormone deficiency" #> #> #> $`Growth hormone deficiency` #> $`Growth hormone deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000824" #> #> $`Growth hormone deficiency`$`_id` #> [1] "HP_0000824<HP_0032367<HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> $`Growth hormone deficiency`$privateGeneCount #> [1] 0 #> #> $`Growth hormone deficiency`$publicGeneCount #> [1] 6 #> #> $`Growth hormone deficiency`$urlId #> [1] "HP_0000824" #> #> $`Growth hormone deficiency`$dbPhenotype #> [1] TRUE #> #> $`Growth hormone deficiency`$`_parent` #> [1] "HP_0032367<HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> $`Growth hormone deficiency`$`_is_leaf` #> [1] FALSE #> #> $`Growth hormone deficiency`$children #> $`Growth hormone deficiency`$children[[1]] #> [1] "HP_0000839<HP_0000824<HP_0032367<HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Growth hormone deficiency`$value #> [1] "Growth hormone deficiency" #> #> #> $`growth hormone secreting pituitary adenoma` #> $`growth hormone secreting pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6255" #> #> $`growth hormone secreting pituitary adenoma`$`_id` #> [1] "DOID_6255<DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`growth hormone secreting pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`growth hormone secreting pituitary adenoma`$publicGeneCount #> [1] 5 #> #> $`growth hormone secreting pituitary adenoma`$urlId #> [1] "DOID_6255" #> #> $`growth hormone secreting pituitary adenoma`$dbPhenotype #> [1] TRUE #> #> $`growth hormone secreting pituitary adenoma`$`_parent` #> [1] "DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`growth hormone secreting pituitary adenoma`$`_is_leaf` #> [1] TRUE #> #> $`growth hormone secreting pituitary adenoma`$children #> list() #> #> $`growth hormone secreting pituitary adenoma`$value #> [1] "growth hormone secreting pituitary adenoma" #> #> #> $`growth hormone secreting pituitary adenoma` #> $`growth hormone secreting pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6255" #> #> $`growth hormone secreting pituitary adenoma`$`_id` #> [1] "DOID_6255<DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`growth hormone secreting pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`growth hormone secreting pituitary adenoma`$publicGeneCount #> [1] 5 #> #> $`growth hormone secreting pituitary adenoma`$urlId #> [1] "DOID_6255" #> #> $`growth hormone secreting pituitary adenoma`$dbPhenotype #> [1] TRUE #> #> $`growth hormone secreting pituitary adenoma`$`_parent` #> [1] "DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`growth hormone secreting pituitary adenoma`$`_is_leaf` #> [1] TRUE #> #> $`growth hormone secreting pituitary adenoma`$children #> list() #> #> $`growth hormone secreting pituitary adenoma`$value #> [1] "growth hormone secreting pituitary adenoma" #> #> #> $`growth hormone secreting pituitary adenoma` #> $`growth hormone secreting pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6255" #> #> $`growth hormone secreting pituitary adenoma`$`_id` #> [1] "DOID_6255<DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`growth hormone secreting pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`growth hormone secreting pituitary adenoma`$publicGeneCount #> [1] 5 #> #> $`growth hormone secreting pituitary adenoma`$urlId #> [1] "DOID_6255" #> #> $`growth hormone secreting pituitary adenoma`$dbPhenotype #> [1] TRUE #> #> $`growth hormone secreting pituitary adenoma`$`_parent` #> [1] "DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`growth hormone secreting pituitary adenoma`$`_is_leaf` #> [1] TRUE #> #> $`growth hormone secreting pituitary adenoma`$children #> list() #> #> $`growth hormone secreting pituitary adenoma`$value #> [1] "growth hormone secreting pituitary adenoma" #> #> #> $`guanidinoacetate methyltransferase deficiency` #> $`guanidinoacetate methyltransferase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050799" #> #> $`guanidinoacetate methyltransferase deficiency`$`_id` #> [1] "DOID_0050799<DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`guanidinoacetate methyltransferase deficiency`$privateGeneCount #> [1] 0 #> #> $`guanidinoacetate methyltransferase deficiency`$publicGeneCount #> [1] 1 #> #> $`guanidinoacetate methyltransferase deficiency`$urlId #> [1] "DOID_0050799" #> #> $`guanidinoacetate methyltransferase deficiency`$dbPhenotype #> [1] TRUE #> #> $`guanidinoacetate methyltransferase deficiency`$`_parent` #> [1] "DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`guanidinoacetate methyltransferase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`guanidinoacetate methyltransferase deficiency`$children #> list() #> #> $`guanidinoacetate methyltransferase deficiency`$value #> [1] "guanidinoacetate methyltransferase deficiency" #> #> #> $`Guillain-Barre syndrome` #> $`Guillain-Barre syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12842" #> #> $`Guillain-Barre syndrome`$`_id` #> [1] "DOID_12842<DOID_0060033<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Guillain-Barre syndrome`$privateGeneCount #> [1] 0 #> #> $`Guillain-Barre syndrome`$publicGeneCount #> [1] 7 #> #> $`Guillain-Barre syndrome`$urlId #> [1] "DOID_12842" #> #> $`Guillain-Barre syndrome`$dbPhenotype #> [1] TRUE #> #> $`Guillain-Barre syndrome`$`_parent` #> [1] "DOID_0060033<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Guillain-Barre syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Guillain-Barre syndrome`$children #> list() #> #> $`Guillain-Barre syndrome`$value #> [1] "Guillain-Barre syndrome" #> #> #> $`Guillain-Barre syndrome` #> $`Guillain-Barre syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12842" #> #> $`Guillain-Barre syndrome`$`_id` #> [1] "DOID_12842<DOID_0060033<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`Guillain-Barre syndrome`$privateGeneCount #> [1] 0 #> #> $`Guillain-Barre syndrome`$publicGeneCount #> [1] 7 #> #> $`Guillain-Barre syndrome`$urlId #> [1] "DOID_12842" #> #> $`Guillain-Barre syndrome`$dbPhenotype #> [1] TRUE #> #> $`Guillain-Barre syndrome`$`_parent` #> [1] "DOID_0060033<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`Guillain-Barre syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Guillain-Barre syndrome`$children #> list() #> #> $`Guillain-Barre syndrome`$value #> [1] "Guillain-Barre syndrome" #> #> #> $`Guillain-Barre syndrome` #> $`Guillain-Barre syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12842" #> #> $`Guillain-Barre syndrome`$`_id` #> [1] "DOID_12842<DOID_0060033<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Guillain-Barre syndrome`$privateGeneCount #> [1] 0 #> #> $`Guillain-Barre syndrome`$publicGeneCount #> [1] 7 #> #> $`Guillain-Barre syndrome`$urlId #> [1] "DOID_12842" #> #> $`Guillain-Barre syndrome`$dbPhenotype #> [1] TRUE #> #> $`Guillain-Barre syndrome`$`_parent` #> [1] "DOID_0060033<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Guillain-Barre syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Guillain-Barre syndrome`$children #> list() #> #> $`Guillain-Barre syndrome`$value #> [1] "Guillain-Barre syndrome" #> #> #> $gynecomastia #> $gynecomastia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12698" #> #> $gynecomastia$`_id` #> [1] "DOID_12698<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $gynecomastia$privateGeneCount #> [1] 0 #> #> $gynecomastia$publicGeneCount #> [1] 3 #> #> $gynecomastia$urlId #> [1] "DOID_12698" #> #> $gynecomastia$dbPhenotype #> [1] TRUE #> #> $gynecomastia$`_parent` #> [1] "DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $gynecomastia$`_is_leaf` #> [1] TRUE #> #> $gynecomastia$children #> list() #> #> $gynecomastia$value #> [1] "gynecomastia" #> #> #> $`gyrate atrophy` #> $`gyrate atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1415" #> #> $`gyrate atrophy`$`_id` #> [1] "DOID_1415<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`gyrate atrophy`$privateGeneCount #> [1] 0 #> #> $`gyrate atrophy`$publicGeneCount #> [1] 1 #> #> $`gyrate atrophy`$urlId #> [1] "DOID_1415" #> #> $`gyrate atrophy`$dbPhenotype #> [1] TRUE #> #> $`gyrate atrophy`$`_parent` #> [1] "DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`gyrate atrophy`$`_is_leaf` #> [1] TRUE #> #> $`gyrate atrophy`$children #> list() #> #> $`gyrate atrophy`$value #> [1] "gyrate atrophy" #> #> #> $`Hailey-Hailey disease` #> $`Hailey-Hailey disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050429" #> #> $`Hailey-Hailey disease`$`_id` #> [1] "DOID_0050429<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Hailey-Hailey disease`$privateGeneCount #> [1] 0 #> #> $`Hailey-Hailey disease`$publicGeneCount #> [1] 1 #> #> $`Hailey-Hailey disease`$urlId #> [1] "DOID_0050429" #> #> $`Hailey-Hailey disease`$dbPhenotype #> [1] TRUE #> #> $`Hailey-Hailey disease`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Hailey-Hailey disease`$`_is_leaf` #> [1] TRUE #> #> $`Hailey-Hailey disease`$children #> list() #> #> $`Hailey-Hailey disease`$value #> [1] "Hailey-Hailey disease" #> #> #> $`Hailey-Hailey disease` #> $`Hailey-Hailey disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050429" #> #> $`Hailey-Hailey disease`$`_id` #> [1] "DOID_0050429<DOID_9182<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Hailey-Hailey disease`$privateGeneCount #> [1] 0 #> #> $`Hailey-Hailey disease`$publicGeneCount #> [1] 1 #> #> $`Hailey-Hailey disease`$urlId #> [1] "DOID_0050429" #> #> $`Hailey-Hailey disease`$dbPhenotype #> [1] TRUE #> #> $`Hailey-Hailey disease`$`_parent` #> [1] "DOID_9182<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Hailey-Hailey disease`$`_is_leaf` #> [1] TRUE #> #> $`Hailey-Hailey disease`$children #> list() #> #> $`Hailey-Hailey disease`$value #> [1] "Hailey-Hailey disease" #> #> #> $`Hailey-Hailey disease` #> $`Hailey-Hailey disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050429" #> #> $`Hailey-Hailey disease`$`_id` #> [1] "DOID_0050429<DOID_9182<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Hailey-Hailey disease`$privateGeneCount #> [1] 0 #> #> $`Hailey-Hailey disease`$publicGeneCount #> [1] 1 #> #> $`Hailey-Hailey disease`$urlId #> [1] "DOID_0050429" #> #> $`Hailey-Hailey disease`$dbPhenotype #> [1] TRUE #> #> $`Hailey-Hailey disease`$`_parent` #> [1] "DOID_9182<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Hailey-Hailey disease`$`_is_leaf` #> [1] TRUE #> #> $`Hailey-Hailey disease`$children #> list() #> #> $`Hailey-Hailey disease`$value #> [1] "Hailey-Hailey disease" #> #> #> $`hair disease` #> $`hair disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_421" #> #> $`hair disease`$`_id` #> [1] "DOID_421<DOID_16<DOID_7<DOID_4" #> #> $`hair disease`$privateGeneCount #> [1] 0 #> #> $`hair disease`$publicGeneCount #> [1] 44 #> #> $`hair disease`$urlId #> [1] "DOID_421" #> #> $`hair disease`$dbPhenotype #> [1] TRUE #> #> $`hair disease`$`_parent` #> [1] "DOID_16<DOID_7<DOID_4" #> #> $`hair disease`$`_is_leaf` #> [1] FALSE #> #> $`hair disease`$children #> $`hair disease`$children[[1]] #> [1] "DOID_420<DOID_421<DOID_16<DOID_7<DOID_4" #> #> $`hair disease`$children[[2]] #> [1] "DOID_4535<DOID_421<DOID_16<DOID_7<DOID_4" #> #> $`hair disease`$children[[3]] #> [1] "DOID_0050472<DOID_421<DOID_16<DOID_7<DOID_4" #> #> #> $`hair disease`$value #> [1] "hair disease" #> #> #> $`hair follicle neoplasm` #> $`hair follicle neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5375" #> #> $`hair follicle neoplasm`$`_id` #> [1] "DOID_5375<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`hair follicle neoplasm`$privateGeneCount #> [1] 0 #> #> $`hair follicle neoplasm`$publicGeneCount #> [1] 2 #> #> $`hair follicle neoplasm`$urlId #> [1] "DOID_5375" #> #> $`hair follicle neoplasm`$dbPhenotype #> [1] FALSE #> #> $`hair follicle neoplasm`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`hair follicle neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`hair follicle neoplasm`$children #> $`hair follicle neoplasm`$children[[1]] #> [1] "DOID_5374<DOID_5375<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`hair follicle neoplasm`$value #> [1] "hair follicle neoplasm" #> #> #> $`hair follicle neoplasm` #> $`hair follicle neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5375" #> #> $`hair follicle neoplasm`$`_id` #> [1] "DOID_5375<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`hair follicle neoplasm`$privateGeneCount #> [1] 0 #> #> $`hair follicle neoplasm`$publicGeneCount #> [1] 2 #> #> $`hair follicle neoplasm`$urlId #> [1] "DOID_5375" #> #> $`hair follicle neoplasm`$dbPhenotype #> [1] FALSE #> #> $`hair follicle neoplasm`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`hair follicle neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`hair follicle neoplasm`$children #> $`hair follicle neoplasm`$children[[1]] #> [1] "DOID_5374<DOID_5375<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> #> $`hair follicle neoplasm`$value #> [1] "hair follicle neoplasm" #> #> #> $`hair follicle neoplasm` #> $`hair follicle neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5375" #> #> $`hair follicle neoplasm`$`_id` #> [1] "DOID_5375<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`hair follicle neoplasm`$privateGeneCount #> [1] 0 #> #> $`hair follicle neoplasm`$publicGeneCount #> [1] 2 #> #> $`hair follicle neoplasm`$urlId #> [1] "DOID_5375" #> #> $`hair follicle neoplasm`$dbPhenotype #> [1] FALSE #> #> $`hair follicle neoplasm`$`_parent` #> [1] "DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`hair follicle neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`hair follicle neoplasm`$children #> $`hair follicle neoplasm`$children[[1]] #> [1] "DOID_5374<DOID_5375<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`hair follicle neoplasm`$value #> [1] "hair follicle neoplasm" #> #> #> $`hairy cell leukemia` #> $`hairy cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_285" #> #> $`hairy cell leukemia`$`_id` #> [1] "DOID_285<DOID_1040<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hairy cell leukemia`$privateGeneCount #> [1] 0 #> #> $`hairy cell leukemia`$publicGeneCount #> [1] 1 #> #> $`hairy cell leukemia`$urlId #> [1] "DOID_285" #> #> $`hairy cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`hairy cell leukemia`$`_parent` #> [1] "DOID_1040<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hairy cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`hairy cell leukemia`$children #> list() #> #> $`hairy cell leukemia`$value #> [1] "hairy cell leukemia" #> #> #> $`hairy cell leukemia` #> $`hairy cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_285" #> #> $`hairy cell leukemia`$`_id` #> [1] "DOID_285<DOID_1040<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`hairy cell leukemia`$privateGeneCount #> [1] 0 #> #> $`hairy cell leukemia`$publicGeneCount #> [1] 1 #> #> $`hairy cell leukemia`$urlId #> [1] "DOID_285" #> #> $`hairy cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`hairy cell leukemia`$`_parent` #> [1] "DOID_1040<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`hairy cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`hairy cell leukemia`$children #> list() #> #> $`hairy cell leukemia`$value #> [1] "hairy cell leukemia" #> #> #> $`hairy cell leukemia` #> $`hairy cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_285" #> #> $`hairy cell leukemia`$`_id` #> [1] "DOID_285<DOID_1040<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`hairy cell leukemia`$privateGeneCount #> [1] 0 #> #> $`hairy cell leukemia`$publicGeneCount #> [1] 1 #> #> $`hairy cell leukemia`$urlId #> [1] "DOID_285" #> #> $`hairy cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`hairy cell leukemia`$`_parent` #> [1] "DOID_1040<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`hairy cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`hairy cell leukemia`$children #> list() #> #> $`hairy cell leukemia`$value #> [1] "hairy cell leukemia" #> #> #> $`hairy cell leukemia` #> $`hairy cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_285" #> #> $`hairy cell leukemia`$`_id` #> [1] "DOID_285<DOID_1040<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hairy cell leukemia`$privateGeneCount #> [1] 0 #> #> $`hairy cell leukemia`$publicGeneCount #> [1] 1 #> #> $`hairy cell leukemia`$urlId #> [1] "DOID_285" #> #> $`hairy cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`hairy cell leukemia`$`_parent` #> [1] "DOID_1040<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hairy cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`hairy cell leukemia`$children #> list() #> #> $`hairy cell leukemia`$value #> [1] "hairy cell leukemia" #> #> #> $`hairy cell leukemia` #> $`hairy cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_285" #> #> $`hairy cell leukemia`$`_id` #> [1] "DOID_285<DOID_1040<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`hairy cell leukemia`$privateGeneCount #> [1] 0 #> #> $`hairy cell leukemia`$publicGeneCount #> [1] 1 #> #> $`hairy cell leukemia`$urlId #> [1] "DOID_285" #> #> $`hairy cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`hairy cell leukemia`$`_parent` #> [1] "DOID_1040<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`hairy cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`hairy cell leukemia`$children #> list() #> #> $`hairy cell leukemia`$value #> [1] "hairy cell leukemia" #> #> #> $`hairy cell leukemia` #> $`hairy cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_285" #> #> $`hairy cell leukemia`$`_id` #> [1] "DOID_285<DOID_1040<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hairy cell leukemia`$privateGeneCount #> [1] 0 #> #> $`hairy cell leukemia`$publicGeneCount #> [1] 1 #> #> $`hairy cell leukemia`$urlId #> [1] "DOID_285" #> #> $`hairy cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`hairy cell leukemia`$`_parent` #> [1] "DOID_1040<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hairy cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`hairy cell leukemia`$children #> list() #> #> $`hairy cell leukemia`$value #> [1] "hairy cell leukemia" #> #> #> $`hairy cell leukemia` #> $`hairy cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_285" #> #> $`hairy cell leukemia`$`_id` #> [1] "DOID_285<DOID_1040<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`hairy cell leukemia`$privateGeneCount #> [1] 0 #> #> $`hairy cell leukemia`$publicGeneCount #> [1] 1 #> #> $`hairy cell leukemia`$urlId #> [1] "DOID_285" #> #> $`hairy cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`hairy cell leukemia`$`_parent` #> [1] "DOID_1040<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`hairy cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`hairy cell leukemia`$children #> list() #> #> $`hairy cell leukemia`$value #> [1] "hairy cell leukemia" #> #> #> $`Hajdu-Cheney syndrome` #> $`Hajdu-Cheney syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2736" #> #> $`Hajdu-Cheney syndrome`$`_id` #> [1] "DOID_2736<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Hajdu-Cheney syndrome`$privateGeneCount #> [1] 0 #> #> $`Hajdu-Cheney syndrome`$publicGeneCount #> [1] 1 #> #> $`Hajdu-Cheney syndrome`$urlId #> [1] "DOID_2736" #> #> $`Hajdu-Cheney syndrome`$dbPhenotype #> [1] TRUE #> #> $`Hajdu-Cheney syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Hajdu-Cheney syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Hajdu-Cheney syndrome`$children #> list() #> #> $`Hajdu-Cheney syndrome`$value #> [1] "Hajdu-Cheney syndrome" #> #> #> $`Hajdu-Cheney syndrome` #> $`Hajdu-Cheney syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2736" #> #> $`Hajdu-Cheney syndrome`$`_id` #> [1] "DOID_2736<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Hajdu-Cheney syndrome`$privateGeneCount #> [1] 0 #> #> $`Hajdu-Cheney syndrome`$publicGeneCount #> [1] 1 #> #> $`Hajdu-Cheney syndrome`$urlId #> [1] "DOID_2736" #> #> $`Hajdu-Cheney syndrome`$dbPhenotype #> [1] TRUE #> #> $`Hajdu-Cheney syndrome`$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Hajdu-Cheney syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Hajdu-Cheney syndrome`$children #> list() #> #> $`Hajdu-Cheney syndrome`$value #> [1] "Hajdu-Cheney syndrome" #> #> #> $Hallucinations #> $Hallucinations$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000738" #> #> $Hallucinations$`_id` #> [1] "HP_0000738<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Hallucinations$privateGeneCount #> [1] 0 #> #> $Hallucinations$publicGeneCount #> [1] 5 #> #> $Hallucinations$urlId #> [1] "HP_0000738" #> #> $Hallucinations$dbPhenotype #> [1] TRUE #> #> $Hallucinations$`_parent` #> [1] "HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Hallucinations$`_is_leaf` #> [1] FALSE #> #> $Hallucinations$children #> $Hallucinations$children[[1]] #> [1] "HP_0002367<HP_0000738<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Hallucinations$value #> [1] "Hallucinations" #> #> #> $`hallucinogen dependence` #> $`hallucinogen dependence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9977" #> #> $`hallucinogen dependence`$`_id` #> [1] "DOID_9977<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`hallucinogen dependence`$privateGeneCount #> [1] 0 #> #> $`hallucinogen dependence`$publicGeneCount #> [1] 13 #> #> $`hallucinogen dependence`$urlId #> [1] "DOID_9977" #> #> $`hallucinogen dependence`$dbPhenotype #> [1] FALSE #> #> $`hallucinogen dependence`$`_parent` #> [1] "DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`hallucinogen dependence`$`_is_leaf` #> [1] FALSE #> #> $`hallucinogen dependence`$children #> $`hallucinogen dependence`$children[[1]] #> [1] "DOID_1849<DOID_9977<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> #> $`hallucinogen dependence`$value #> [1] "hallucinogen dependence" #> #> #> $Hamartoma #> $Hamartoma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010566" #> #> $Hamartoma$`_id` #> [1] "HP_0010566<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $Hamartoma$privateGeneCount #> [1] 0 #> #> $Hamartoma$publicGeneCount #> [1] 5 #> #> $Hamartoma$urlId #> [1] "HP_0010566" #> #> $Hamartoma$dbPhenotype #> [1] TRUE #> #> $Hamartoma$`_parent` #> [1] "HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $Hamartoma$`_is_leaf` #> [1] TRUE #> #> $Hamartoma$children #> list() #> #> $Hamartoma$value #> [1] "Hamartoma" #> #> #> $`Hantavirus hemorrhagic fever with renal syndrome` #> $`Hantavirus hemorrhagic fever with renal syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11266" #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$`_id` #> [1] "DOID_11266<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$privateGeneCount #> [1] 0 #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$publicGeneCount #> [1] 4 #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$urlId #> [1] "DOID_11266" #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$dbPhenotype #> [1] TRUE #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$children #> list() #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$value #> [1] "Hantavirus hemorrhagic fever with renal syndrome" #> #> #> $`Hantavirus hemorrhagic fever with renal syndrome` #> $`Hantavirus hemorrhagic fever with renal syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11266" #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$`_id` #> [1] "DOID_11266<DOID_934<DOID_0050117<DOID_4" #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$privateGeneCount #> [1] 0 #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$publicGeneCount #> [1] 4 #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$urlId #> [1] "DOID_11266" #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$dbPhenotype #> [1] TRUE #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$children #> list() #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$value #> [1] "Hantavirus hemorrhagic fever with renal syndrome" #> #> #> $`Hartnup disease` #> $`Hartnup disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1060" #> #> $`Hartnup disease`$`_id` #> [1] "DOID_1060<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`Hartnup disease`$privateGeneCount #> [1] 0 #> #> $`Hartnup disease`$publicGeneCount #> [1] 1 #> #> $`Hartnup disease`$urlId #> [1] "DOID_1060" #> #> $`Hartnup disease`$dbPhenotype #> [1] TRUE #> #> $`Hartnup disease`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`Hartnup disease`$`_is_leaf` #> [1] TRUE #> #> $`Hartnup disease`$children #> list() #> #> $`Hartnup disease`$value #> [1] "Hartnup disease" #> #> #> $`head and neck cancer` #> $`head and neck cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11934" #> #> $`head and neck cancer`$`_id` #> [1] "DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck cancer`$privateGeneCount #> [1] 0 #> #> $`head and neck cancer`$publicGeneCount #> [1] 235 #> #> $`head and neck cancer`$urlId #> [1] "DOID_11934" #> #> $`head and neck cancer`$dbPhenotype #> [1] TRUE #> #> $`head and neck cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck cancer`$`_is_leaf` #> [1] FALSE #> #> $`head and neck cancer`$children #> $`head and neck cancer`$children[[1]] #> [1] "DOID_1542<DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`head and neck cancer`$value #> [1] "head and neck cancer" #> #> #> $`head and neck carcinoma` #> $`head and neck carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1542" #> #> $`head and neck carcinoma`$`_id` #> [1] "DOID_1542<DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck carcinoma`$privateGeneCount #> [1] 0 #> #> $`head and neck carcinoma`$publicGeneCount #> [1] 214 #> #> $`head and neck carcinoma`$urlId #> [1] "DOID_1542" #> #> $`head and neck carcinoma`$dbPhenotype #> [1] FALSE #> #> $`head and neck carcinoma`$`_parent` #> [1] "DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`head and neck carcinoma`$children #> $`head and neck carcinoma`$children[[1]] #> [1] "DOID_5520<DOID_1542<DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`head and neck carcinoma`$value #> [1] "head and neck carcinoma" #> #> #> $`head and neck carcinoma` #> $`head and neck carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1542" #> #> $`head and neck carcinoma`$`_id` #> [1] "DOID_1542<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck carcinoma`$privateGeneCount #> [1] 0 #> #> $`head and neck carcinoma`$publicGeneCount #> [1] 214 #> #> $`head and neck carcinoma`$urlId #> [1] "DOID_1542" #> #> $`head and neck carcinoma`$dbPhenotype #> [1] FALSE #> #> $`head and neck carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`head and neck carcinoma`$children #> $`head and neck carcinoma`$children[[1]] #> [1] "DOID_5520<DOID_1542<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`head and neck carcinoma`$value #> [1] "head and neck carcinoma" #> #> #> $`head and neck squamous cell carcinoma` #> $`head and neck squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5520" #> #> $`head and neck squamous cell carcinoma`$`_id` #> [1] "DOID_5520<DOID_1542<DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`head and neck squamous cell carcinoma`$publicGeneCount #> [1] 214 #> #> $`head and neck squamous cell carcinoma`$urlId #> [1] "DOID_5520" #> #> $`head and neck squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`head and neck squamous cell carcinoma`$`_parent` #> [1] "DOID_1542<DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck squamous cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`head and neck squamous cell carcinoma`$children #> $`head and neck squamous cell carcinoma`$children[[1]] #> [1] "DOID_0050865<DOID_5520<DOID_1542<DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`head and neck squamous cell carcinoma`$value #> [1] "head and neck squamous cell carcinoma" #> #> #> $`head and neck squamous cell carcinoma` #> $`head and neck squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5520" #> #> $`head and neck squamous cell carcinoma`$`_id` #> [1] "DOID_5520<DOID_1542<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`head and neck squamous cell carcinoma`$publicGeneCount #> [1] 214 #> #> $`head and neck squamous cell carcinoma`$urlId #> [1] "DOID_5520" #> #> $`head and neck squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`head and neck squamous cell carcinoma`$`_parent` #> [1] "DOID_1542<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck squamous cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`head and neck squamous cell carcinoma`$children #> $`head and neck squamous cell carcinoma`$children[[1]] #> [1] "DOID_0050865<DOID_5520<DOID_1542<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`head and neck squamous cell carcinoma`$value #> [1] "head and neck squamous cell carcinoma" #> #> #> $`head and neck squamous cell carcinoma` #> $`head and neck squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5520" #> #> $`head and neck squamous cell carcinoma`$`_id` #> [1] "DOID_5520<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`head and neck squamous cell carcinoma`$publicGeneCount #> [1] 214 #> #> $`head and neck squamous cell carcinoma`$urlId #> [1] "DOID_5520" #> #> $`head and neck squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`head and neck squamous cell carcinoma`$`_parent` #> [1] "DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck squamous cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`head and neck squamous cell carcinoma`$children #> $`head and neck squamous cell carcinoma`$children[[1]] #> [1] "DOID_0050865<DOID_5520<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`head and neck squamous cell carcinoma`$value #> [1] "head and neck squamous cell carcinoma" #> #> #> $Headache #> $Headache$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002315" #> #> $Headache$`_id` #> [1] "HP_0002315<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Headache$privateGeneCount #> [1] 0 #> #> $Headache$publicGeneCount #> [1] 7 #> #> $Headache$urlId #> [1] "HP_0002315" #> #> $Headache$dbPhenotype #> [1] TRUE #> #> $Headache$`_parent` #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Headache$`_is_leaf` #> [1] TRUE #> #> $Headache$children #> list() #> #> $Headache$value #> [1] "Headache" #> #> #> $`Hearing abnormality` #> $`Hearing abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000364" #> #> $`Hearing abnormality`$`_id` #> [1] "HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Hearing abnormality`$privateGeneCount #> [1] 0 #> #> $`Hearing abnormality`$publicGeneCount #> [1] 77 #> #> $`Hearing abnormality`$urlId #> [1] "HP_0000364" #> #> $`Hearing abnormality`$dbPhenotype #> [1] FALSE #> #> $`Hearing abnormality`$`_parent` #> [1] "HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Hearing abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Hearing abnormality`$children #> $`Hearing abnormality`$children[[1]] #> [1] "HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Hearing abnormality`$children[[2]] #> [1] "HP_0000360<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Hearing abnormality`$value #> [1] "Hearing abnormality" #> #> #> $`Hearing impairment` #> $`Hearing impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000365" #> #> $`Hearing impairment`$`_id` #> [1] "HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Hearing impairment`$privateGeneCount #> [1] 0 #> #> $`Hearing impairment`$publicGeneCount #> [1] 76 #> #> $`Hearing impairment`$urlId #> [1] "HP_0000365" #> #> $`Hearing impairment`$dbPhenotype #> [1] TRUE #> #> $`Hearing impairment`$`_parent` #> [1] "HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Hearing impairment`$`_is_leaf` #> [1] FALSE #> #> $`Hearing impairment`$children #> $`Hearing impairment`$children[[1]] #> [1] "HP_0000405<HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Hearing impairment`$children[[2]] #> [1] "HP_0000407<HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Hearing impairment`$value #> [1] "Hearing impairment" #> #> #> $`heart aneurysm` #> $`heart aneurysm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9768" #> #> $`heart aneurysm`$`_id` #> [1] "DOID_9768<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart aneurysm`$privateGeneCount #> [1] 0 #> #> $`heart aneurysm`$publicGeneCount #> [1] 5 #> #> $`heart aneurysm`$urlId #> [1] "DOID_9768" #> #> $`heart aneurysm`$dbPhenotype #> [1] FALSE #> #> $`heart aneurysm`$`_parent` #> [1] "DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart aneurysm`$`_is_leaf` #> [1] FALSE #> #> $`heart aneurysm`$children #> $`heart aneurysm`$children[[1]] #> [1] "DOID_3362<DOID_9768<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`heart aneurysm`$value #> [1] "heart aneurysm" #> #> #> $`Heart block` #> $`Heart block`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012722" #> #> $`Heart block`$`_id` #> [1] "HP_0012722<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Heart block`$privateGeneCount #> [1] 0 #> #> $`Heart block`$publicGeneCount #> [1] 3 #> #> $`Heart block`$urlId #> [1] "HP_0012722" #> #> $`Heart block`$dbPhenotype #> [1] FALSE #> #> $`Heart block`$`_parent` #> [1] "HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Heart block`$`_is_leaf` #> [1] FALSE #> #> $`Heart block`$children #> $`Heart block`$children[[1]] #> [1] "HP_0001678<HP_0012722<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Heart block`$children[[2]] #> [1] "HP_0012723<HP_0012722<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Heart block`$value #> [1] "Heart block" #> #> #> $`heart conduction disease` #> $`heart conduction disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10273" #> #> $`heart conduction disease`$`_id` #> [1] "DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart conduction disease`$privateGeneCount #> [1] 0 #> #> $`heart conduction disease`$publicGeneCount #> [1] 27 #> #> $`heart conduction disease`$urlId #> [1] "DOID_10273" #> #> $`heart conduction disease`$dbPhenotype #> [1] FALSE #> #> $`heart conduction disease`$`_parent` #> [1] "DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart conduction disease`$`_is_leaf` #> [1] FALSE #> #> $`heart conduction disease`$children #> $`heart conduction disease`$children[[1]] #> [1] "DOID_0060224<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart conduction disease`$children[[2]] #> [1] "DOID_0050820<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart conduction disease`$children[[3]] #> [1] "DOID_0050451<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart conduction disease`$children[[4]] #> [1] "DOID_0050793<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart conduction disease`$children[[5]] #> [1] "DOID_0050824<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart conduction disease`$children[[6]] #> [1] "DOID_384<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`heart conduction disease`$value #> [1] "heart conduction disease" #> #> #> $`heart disease` #> $`heart disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_114" #> #> $`heart disease`$`_id` #> [1] "DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart disease`$privateGeneCount #> [1] 0 #> #> $`heart disease`$publicGeneCount #> [1] 569 #> #> $`heart disease`$urlId #> [1] "DOID_114" #> #> $`heart disease`$dbPhenotype #> [1] TRUE #> #> $`heart disease`$`_parent` #> [1] "DOID_1287<DOID_7<DOID_4" #> #> $`heart disease`$`_is_leaf` #> [1] FALSE #> #> $`heart disease`$children #> $`heart disease`$children[[1]] #> [1] "DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart disease`$children[[2]] #> [1] "DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart disease`$children[[3]] #> [1] "DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart disease`$children[[4]] #> [1] "DOID_9768<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart disease`$children[[5]] #> [1] "DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart disease`$children[[6]] #> [1] "DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`heart disease`$value #> [1] "heart disease" #> #> #> $`heart septal defect` #> $`heart septal defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1681" #> #> $`heart septal defect`$`_id` #> [1] "DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart septal defect`$privateGeneCount #> [1] 0 #> #> $`heart septal defect`$publicGeneCount #> [1] 20 #> #> $`heart septal defect`$urlId #> [1] "DOID_1681" #> #> $`heart septal defect`$dbPhenotype #> [1] TRUE #> #> $`heart septal defect`$`_parent` #> [1] "DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart septal defect`$`_is_leaf` #> [1] FALSE #> #> $`heart septal defect`$children #> $`heart septal defect`$children[[1]] #> [1] "DOID_1882<DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart septal defect`$children[[2]] #> [1] "DOID_0050651<DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart septal defect`$children[[3]] #> [1] "DOID_1657<DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`heart septal defect`$value #> [1] "heart septal defect" #> #> #> $`heart valve disease` #> $`heart valve disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4079" #> #> $`heart valve disease`$`_id` #> [1] "DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart valve disease`$privateGeneCount #> [1] 0 #> #> $`heart valve disease`$publicGeneCount #> [1] 65 #> #> $`heart valve disease`$urlId #> [1] "DOID_4079" #> #> $`heart valve disease`$dbPhenotype #> [1] TRUE #> #> $`heart valve disease`$`_parent` #> [1] "DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart valve disease`$`_is_leaf` #> [1] FALSE #> #> $`heart valve disease`$children #> $`heart valve disease`$children[[1]] #> [1] "DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart valve disease`$children[[2]] #> [1] "DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart valve disease`$children[[3]] #> [1] "DOID_5749<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart valve disease`$children[[4]] #> [1] "DOID_0050827<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`heart valve disease`$value #> [1] "heart valve disease" #> #> #> $`Heinz body anemia` #> $`Heinz body anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005511" #> #> $`Heinz body anemia`$`_id` #> [1] "HP_0005511<HP_0001878<HP_0011895<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Heinz body anemia`$privateGeneCount #> [1] 0 #> #> $`Heinz body anemia`$publicGeneCount #> [1] 3 #> #> $`Heinz body anemia`$urlId #> [1] "HP_0005511" #> #> $`Heinz body anemia`$dbPhenotype #> [1] TRUE #> #> $`Heinz body anemia`$`_parent` #> [1] "HP_0001878<HP_0011895<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Heinz body anemia`$`_is_leaf` #> [1] TRUE #> #> $`Heinz body anemia`$children #> list() #> #> $`Heinz body anemia`$value #> [1] "Heinz body anemia" #> #> #> $`Helicobacter pylori infection` #> $`Helicobacter pylori infection`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005202" #> #> $`Helicobacter pylori infection`$`_id` #> [1] "HP_0005202<HP_0004798<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Helicobacter pylori infection`$privateGeneCount #> [1] 0 #> #> $`Helicobacter pylori infection`$publicGeneCount #> [1] 2 #> #> $`Helicobacter pylori infection`$urlId #> [1] "HP_0005202" #> #> $`Helicobacter pylori infection`$dbPhenotype #> [1] TRUE #> #> $`Helicobacter pylori infection`$`_parent` #> [1] "HP_0004798<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Helicobacter pylori infection`$`_is_leaf` #> [1] TRUE #> #> $`Helicobacter pylori infection`$children #> list() #> #> $`Helicobacter pylori infection`$value #> [1] "Helicobacter pylori infection" #> #> #> $`HELLP syndrome` #> $`HELLP syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13133" #> #> $`HELLP syndrome`$`_id` #> [1] "DOID_13133<DOID_13129<DOID_10591<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`HELLP syndrome`$privateGeneCount #> [1] 0 #> #> $`HELLP syndrome`$publicGeneCount #> [1] 2 #> #> $`HELLP syndrome`$urlId #> [1] "DOID_13133" #> #> $`HELLP syndrome`$dbPhenotype #> [1] TRUE #> #> $`HELLP syndrome`$`_parent` #> [1] "DOID_13129<DOID_10591<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`HELLP syndrome`$`_is_leaf` #> [1] TRUE #> #> $`HELLP syndrome`$children #> list() #> #> $`HELLP syndrome`$value #> [1] "HELLP syndrome" #> #> #> $hemangioblastoma #> $hemangioblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5241" #> #> $hemangioblastoma$`_id` #> [1] "DOID_5241<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioblastoma$privateGeneCount #> [1] 0 #> #> $hemangioblastoma$publicGeneCount #> [1] 6 #> #> $hemangioblastoma$urlId #> [1] "DOID_5241" #> #> $hemangioblastoma$dbPhenotype #> [1] TRUE #> #> $hemangioblastoma$`_parent` #> [1] "DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioblastoma$`_is_leaf` #> [1] FALSE #> #> $hemangioblastoma$children #> $hemangioblastoma$children[[1]] #> [1] "DOID_14175<DOID_5241<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $hemangioblastoma$value #> [1] "hemangioblastoma" #> #> #> $hemangioblastoma #> $hemangioblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5241" #> #> $hemangioblastoma$`_id` #> [1] "DOID_5241<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioblastoma$privateGeneCount #> [1] 0 #> #> $hemangioblastoma$publicGeneCount #> [1] 6 #> #> $hemangioblastoma$urlId #> [1] "DOID_5241" #> #> $hemangioblastoma$dbPhenotype #> [1] TRUE #> #> $hemangioblastoma$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioblastoma$`_is_leaf` #> [1] FALSE #> #> $hemangioblastoma$children #> $hemangioblastoma$children[[1]] #> [1] "DOID_14175<DOID_5241<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $hemangioblastoma$value #> [1] "hemangioblastoma" #> #> #> $hemangioblastoma #> $hemangioblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5241" #> #> $hemangioblastoma$`_id` #> [1] "DOID_5241<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $hemangioblastoma$privateGeneCount #> [1] 0 #> #> $hemangioblastoma$publicGeneCount #> [1] 6 #> #> $hemangioblastoma$urlId #> [1] "DOID_5241" #> #> $hemangioblastoma$dbPhenotype #> [1] TRUE #> #> $hemangioblastoma$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $hemangioblastoma$`_is_leaf` #> [1] FALSE #> #> $hemangioblastoma$children #> $hemangioblastoma$children[[1]] #> [1] "DOID_14175<DOID_5241<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> #> $hemangioblastoma$value #> [1] "hemangioblastoma" #> #> #> $hemangioblastoma #> $hemangioblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5241" #> #> $hemangioblastoma$`_id` #> [1] "DOID_5241<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemangioblastoma$privateGeneCount #> [1] 0 #> #> $hemangioblastoma$publicGeneCount #> [1] 6 #> #> $hemangioblastoma$urlId #> [1] "DOID_5241" #> #> $hemangioblastoma$dbPhenotype #> [1] TRUE #> #> $hemangioblastoma$`_parent` #> [1] "DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemangioblastoma$`_is_leaf` #> [1] FALSE #> #> $hemangioblastoma$children #> $hemangioblastoma$children[[1]] #> [1] "DOID_14175<DOID_5241<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $hemangioblastoma$value #> [1] "hemangioblastoma" #> #> #> $hemangioma #> $hemangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_255" #> #> $hemangioma$`_id` #> [1] "DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$privateGeneCount #> [1] 0 #> #> $hemangioma$publicGeneCount #> [1] 19 #> #> $hemangioma$urlId #> [1] "DOID_255" #> #> $hemangioma$dbPhenotype #> [1] TRUE #> #> $hemangioma$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$`_is_leaf` #> [1] FALSE #> #> $hemangioma$children #> $hemangioma$children[[1]] #> [1] "DOID_277<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$children[[2]] #> [1] "DOID_5241<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$children[[3]] #> [1] "DOID_474<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$children[[4]] #> [1] "DOID_2517<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$children[[5]] #> [1] "DOID_468<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$children[[6]] #> [1] "DOID_471<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $hemangioma$value #> [1] "hemangioma" #> #> #> $hemangioma #> $hemangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_255" #> #> $hemangioma$`_id` #> [1] "DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$privateGeneCount #> [1] 0 #> #> $hemangioma$publicGeneCount #> [1] 19 #> #> $hemangioma$urlId #> [1] "DOID_255" #> #> $hemangioma$dbPhenotype #> [1] TRUE #> #> $hemangioma$`_parent` #> [1] "DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$`_is_leaf` #> [1] FALSE #> #> $hemangioma$children #> $hemangioma$children[[1]] #> [1] "DOID_277<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$children[[2]] #> [1] "DOID_5241<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$children[[3]] #> [1] "DOID_474<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$children[[4]] #> [1] "DOID_2517<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$children[[5]] #> [1] "DOID_468<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$children[[6]] #> [1] "DOID_471<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $hemangioma$value #> [1] "hemangioma" #> #> #> $hemangioma #> $hemangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_255" #> #> $hemangioma$`_id` #> [1] "DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$privateGeneCount #> [1] 0 #> #> $hemangioma$publicGeneCount #> [1] 19 #> #> $hemangioma$urlId #> [1] "DOID_255" #> #> $hemangioma$dbPhenotype #> [1] TRUE #> #> $hemangioma$`_parent` #> [1] "DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$`_is_leaf` #> [1] FALSE #> #> $hemangioma$children #> $hemangioma$children[[1]] #> [1] "DOID_277<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$children[[2]] #> [1] "DOID_5241<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$children[[3]] #> [1] "DOID_474<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$children[[4]] #> [1] "DOID_2517<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$children[[5]] #> [1] "DOID_468<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$children[[6]] #> [1] "DOID_471<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> #> $hemangioma$value #> [1] "hemangioma" #> #> #> $hemangioma #> $hemangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_255" #> #> $hemangioma$`_id` #> [1] "DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$privateGeneCount #> [1] 0 #> #> $hemangioma$publicGeneCount #> [1] 19 #> #> $hemangioma$urlId #> [1] "DOID_255" #> #> $hemangioma$dbPhenotype #> [1] TRUE #> #> $hemangioma$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$`_is_leaf` #> [1] FALSE #> #> $hemangioma$children #> $hemangioma$children[[1]] #> [1] "DOID_277<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$children[[2]] #> [1] "DOID_5241<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$children[[3]] #> [1] "DOID_474<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$children[[4]] #> [1] "DOID_2517<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$children[[5]] #> [1] "DOID_468<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$children[[6]] #> [1] "DOID_471<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $hemangioma$value #> [1] "hemangioma" #> #> #> $`hemangiopericytic tumor` #> $`hemangiopericytic tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3850" #> #> $`hemangiopericytic tumor`$`_id` #> [1] "DOID_3850<DOID_3316<DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hemangiopericytic tumor`$privateGeneCount #> [1] 0 #> #> $`hemangiopericytic tumor`$publicGeneCount #> [1] 1 #> #> $`hemangiopericytic tumor`$urlId #> [1] "DOID_3850" #> #> $`hemangiopericytic tumor`$dbPhenotype #> [1] FALSE #> #> $`hemangiopericytic tumor`$`_parent` #> [1] "DOID_3316<DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hemangiopericytic tumor`$`_is_leaf` #> [1] FALSE #> #> $`hemangiopericytic tumor`$children #> $`hemangiopericytic tumor`$children[[1]] #> [1] "DOID_2431<DOID_3850<DOID_3316<DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`hemangiopericytic tumor`$value #> [1] "hemangiopericytic tumor" #> #> #> $`hemangiopericytic tumor` #> $`hemangiopericytic tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3850" #> #> $`hemangiopericytic tumor`$`_id` #> [1] "DOID_3850<DOID_3316<DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`hemangiopericytic tumor`$privateGeneCount #> [1] 0 #> #> $`hemangiopericytic tumor`$publicGeneCount #> [1] 1 #> #> $`hemangiopericytic tumor`$urlId #> [1] "DOID_3850" #> #> $`hemangiopericytic tumor`$dbPhenotype #> [1] FALSE #> #> $`hemangiopericytic tumor`$`_parent` #> [1] "DOID_3316<DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`hemangiopericytic tumor`$`_is_leaf` #> [1] FALSE #> #> $`hemangiopericytic tumor`$children #> $`hemangiopericytic tumor`$children[[1]] #> [1] "DOID_2431<DOID_3850<DOID_3316<DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> #> $`hemangiopericytic tumor`$value #> [1] "hemangiopericytic tumor" #> #> #> $`hemangiopericytic tumor` #> $`hemangiopericytic tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3850" #> #> $`hemangiopericytic tumor`$`_id` #> [1] "DOID_3850<DOID_3316<DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`hemangiopericytic tumor`$privateGeneCount #> [1] 0 #> #> $`hemangiopericytic tumor`$publicGeneCount #> [1] 1 #> #> $`hemangiopericytic tumor`$urlId #> [1] "DOID_3850" #> #> $`hemangiopericytic tumor`$dbPhenotype #> [1] FALSE #> #> $`hemangiopericytic tumor`$`_parent` #> [1] "DOID_3316<DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`hemangiopericytic tumor`$`_is_leaf` #> [1] FALSE #> #> $`hemangiopericytic tumor`$children #> $`hemangiopericytic tumor`$children[[1]] #> [1] "DOID_2431<DOID_3850<DOID_3316<DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`hemangiopericytic tumor`$value #> [1] "hemangiopericytic tumor" #> #> #> $`hematologic cancer` #> $`hematologic cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2531" #> #> $`hematologic cancer`$`_id` #> [1] "DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hematologic cancer`$privateGeneCount #> [1] 0 #> #> $`hematologic cancer`$publicGeneCount #> [1] 509 #> #> $`hematologic cancer`$urlId #> [1] "DOID_2531" #> #> $`hematologic cancer`$dbPhenotype #> [1] TRUE #> #> $`hematologic cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hematologic cancer`$`_is_leaf` #> [1] FALSE #> #> $`hematologic cancer`$children #> $`hematologic cancer`$children[[1]] #> [1] "DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hematologic cancer`$children[[2]] #> [1] "DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hematologic cancer`$children[[3]] #> [1] "DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hematologic cancer`$children[[4]] #> [1] "DOID_8683<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`hematologic cancer`$value #> [1] "hematologic cancer" #> #> #> $`hematologic cancer` #> $`hematologic cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2531" #> #> $`hematologic cancer`$`_id` #> [1] "DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`hematologic cancer`$privateGeneCount #> [1] 0 #> #> $`hematologic cancer`$publicGeneCount #> [1] 509 #> #> $`hematologic cancer`$urlId #> [1] "DOID_2531" #> #> $`hematologic cancer`$dbPhenotype #> [1] TRUE #> #> $`hematologic cancer`$`_parent` #> [1] "DOID_74<DOID_7<DOID_4" #> #> $`hematologic cancer`$`_is_leaf` #> [1] FALSE #> #> $`hematologic cancer`$children #> $`hematologic cancer`$children[[1]] #> [1] "DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`hematologic cancer`$children[[2]] #> [1] "DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`hematologic cancer`$children[[3]] #> [1] "DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`hematologic cancer`$children[[4]] #> [1] "DOID_8683<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`hematologic cancer`$value #> [1] "hematologic cancer" #> #> #> $`Hematological neoplasm` #> $`Hematological neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004377" #> #> $`Hematological neoplasm`$`_id` #> [1] "HP_0004377<HP_0001871<HP_0000118<HP_0000001" #> #> $`Hematological neoplasm`$privateGeneCount #> [1] 0 #> #> $`Hematological neoplasm`$publicGeneCount #> [1] 18 #> #> $`Hematological neoplasm`$urlId #> [1] "HP_0004377" #> #> $`Hematological neoplasm`$dbPhenotype #> [1] FALSE #> #> $`Hematological neoplasm`$`_parent` #> [1] "HP_0001871<HP_0000118<HP_0000001" #> #> $`Hematological neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`Hematological neoplasm`$children #> $`Hematological neoplasm`$children[[1]] #> [1] "HP_0005523<HP_0004377<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Hematological neoplasm`$value #> [1] "Hematological neoplasm" #> #> #> $`Hematological neoplasm` #> $`Hematological neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004377" #> #> $`Hematological neoplasm`$`_id` #> [1] "HP_0004377<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Hematological neoplasm`$privateGeneCount #> [1] 0 #> #> $`Hematological neoplasm`$publicGeneCount #> [1] 18 #> #> $`Hematological neoplasm`$urlId #> [1] "HP_0004377" #> #> $`Hematological neoplasm`$dbPhenotype #> [1] FALSE #> #> $`Hematological neoplasm`$`_parent` #> [1] "HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Hematological neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`Hematological neoplasm`$children #> $`Hematological neoplasm`$children[[1]] #> [1] "HP_0005523<HP_0004377<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Hematological neoplasm`$value #> [1] "Hematological neoplasm" #> #> #> $`hematopoietic system disease` #> $`hematopoietic system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_74" #> #> $`hematopoietic system disease`$`_id` #> [1] "DOID_74<DOID_7<DOID_4" #> #> $`hematopoietic system disease`$privateGeneCount #> [1] 0 #> #> $`hematopoietic system disease`$publicGeneCount #> [1] 733 #> #> $`hematopoietic system disease`$urlId #> [1] "DOID_74" #> #> $`hematopoietic system disease`$dbPhenotype #> [1] TRUE #> #> $`hematopoietic system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`hematopoietic system disease`$`_is_leaf` #> [1] FALSE #> #> $`hematopoietic system disease`$children #> $`hematopoietic system disease`$children[[1]] #> [1] "DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hematopoietic system disease`$children[[2]] #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`hematopoietic system disease`$children[[3]] #> [1] "DOID_620<DOID_74<DOID_7<DOID_4" #> #> $`hematopoietic system disease`$children[[4]] #> [1] "DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`hematopoietic system disease`$children[[5]] #> [1] "DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`hematopoietic system disease`$children[[6]] #> [1] "DOID_2373<DOID_74<DOID_7<DOID_4" #> #> $`hematopoietic system disease`$children[[7]] #> [1] "DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`hematopoietic system disease`$children[[8]] #> [1] "DOID_9631<DOID_74<DOID_7<DOID_4" #> #> #> $`hematopoietic system disease`$value #> [1] "hematopoietic system disease" #> #> #> $Hematuria #> $Hematuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000790" #> #> $Hematuria$`_id` #> [1] "HP_0000790<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Hematuria$privateGeneCount #> [1] 0 #> #> $Hematuria$publicGeneCount #> [1] 8 #> #> $Hematuria$urlId #> [1] "HP_0000790" #> #> $Hematuria$dbPhenotype #> [1] TRUE #> #> $Hematuria$`_parent` #> [1] "HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Hematuria$`_is_leaf` #> [1] TRUE #> #> $Hematuria$children #> list() #> #> $Hematuria$value #> [1] "Hematuria" #> #> #> $Hematuria #> $Hematuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000790" #> #> $Hematuria$`_id` #> [1] "HP_0000790<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Hematuria$privateGeneCount #> [1] 0 #> #> $Hematuria$publicGeneCount #> [1] 8 #> #> $Hematuria$urlId #> [1] "HP_0000790" #> #> $Hematuria$dbPhenotype #> [1] TRUE #> #> $Hematuria$`_parent` #> [1] "HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Hematuria$`_is_leaf` #> [1] TRUE #> #> $Hematuria$children #> list() #> #> $Hematuria$value #> [1] "Hematuria" #> #> #> $Hematuria #> $Hematuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000790" #> #> $Hematuria$`_id` #> [1] "HP_0000790<HP_0012614<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Hematuria$privateGeneCount #> [1] 0 #> #> $Hematuria$publicGeneCount #> [1] 8 #> #> $Hematuria$urlId #> [1] "HP_0000790" #> #> $Hematuria$dbPhenotype #> [1] TRUE #> #> $Hematuria$`_parent` #> [1] "HP_0012614<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Hematuria$`_is_leaf` #> [1] TRUE #> #> $Hematuria$children #> list() #> #> $Hematuria$value #> [1] "Hematuria" #> #> #> $hemiplegia #> $hemiplegia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10969" #> #> $hemiplegia$`_id` #> [1] "DOID_10969<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $hemiplegia$privateGeneCount #> [1] 0 #> #> $hemiplegia$publicGeneCount #> [1] 5 #> #> $hemiplegia$urlId #> [1] "DOID_10969" #> #> $hemiplegia$dbPhenotype #> [1] TRUE #> #> $hemiplegia$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $hemiplegia$`_is_leaf` #> [1] FALSE #> #> $hemiplegia$children #> $hemiplegia$children[[1]] #> [1] "DOID_0050635<DOID_10969<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $hemiplegia$value #> [1] "hemiplegia" #> #> #> $`Hemiplegia/hemiparesis` #> $`Hemiplegia/hemiparesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004374" #> #> $`Hemiplegia/hemiparesis`$`_id` #> [1] "HP_0004374<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Hemiplegia/hemiparesis`$privateGeneCount #> [1] 0 #> #> $`Hemiplegia/hemiparesis`$publicGeneCount #> [1] 2 #> #> $`Hemiplegia/hemiparesis`$urlId #> [1] "HP_0004374" #> #> $`Hemiplegia/hemiparesis`$dbPhenotype #> [1] TRUE #> #> $`Hemiplegia/hemiparesis`$`_parent` #> [1] "HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Hemiplegia/hemiparesis`$`_is_leaf` #> [1] TRUE #> #> $`Hemiplegia/hemiparesis`$children #> list() #> #> $`Hemiplegia/hemiparesis`$value #> [1] "Hemiplegia/hemiparesis" #> #> #> $hemochromatosis #> $hemochromatosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2352" #> #> $hemochromatosis$`_id` #> [1] "DOID_2352<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $hemochromatosis$privateGeneCount #> [1] 0 #> #> $hemochromatosis$publicGeneCount #> [1] 13 #> #> $hemochromatosis$urlId #> [1] "DOID_2352" #> #> $hemochromatosis$dbPhenotype #> [1] TRUE #> #> $hemochromatosis$`_parent` #> [1] "DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $hemochromatosis$`_is_leaf` #> [1] TRUE #> #> $hemochromatosis$children #> list() #> #> $hemochromatosis$value #> [1] "hemochromatosis" #> #> #> $`hemoglobin C disease` #> $`hemoglobin C disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2859" #> #> $`hemoglobin C disease`$`_id` #> [1] "DOID_2859<DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hemoglobin C disease`$privateGeneCount #> [1] 0 #> #> $`hemoglobin C disease`$publicGeneCount #> [1] 1 #> #> $`hemoglobin C disease`$urlId #> [1] "DOID_2859" #> #> $`hemoglobin C disease`$dbPhenotype #> [1] TRUE #> #> $`hemoglobin C disease`$`_parent` #> [1] "DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hemoglobin C disease`$`_is_leaf` #> [1] TRUE #> #> $`hemoglobin C disease`$children #> list() #> #> $`hemoglobin C disease`$value #> [1] "hemoglobin C disease" #> #> #> $`hemoglobin E disease` #> $`hemoglobin E disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5379" #> #> $`hemoglobin E disease`$`_id` #> [1] "DOID_5379<DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hemoglobin E disease`$privateGeneCount #> [1] 0 #> #> $`hemoglobin E disease`$publicGeneCount #> [1] 1 #> #> $`hemoglobin E disease`$urlId #> [1] "DOID_5379" #> #> $`hemoglobin E disease`$dbPhenotype #> [1] TRUE #> #> $`hemoglobin E disease`$`_parent` #> [1] "DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hemoglobin E disease`$`_is_leaf` #> [1] TRUE #> #> $`hemoglobin E disease`$children #> list() #> #> $`hemoglobin E disease`$value #> [1] "hemoglobin E disease" #> #> #> $hemoglobinopathy #> $hemoglobinopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2860" #> #> $hemoglobinopathy$`_id` #> [1] "DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $hemoglobinopathy$privateGeneCount #> [1] 0 #> #> $hemoglobinopathy$publicGeneCount #> [1] 6 #> #> $hemoglobinopathy$urlId #> [1] "DOID_2860" #> #> $hemoglobinopathy$dbPhenotype #> [1] TRUE #> #> $hemoglobinopathy$`_parent` #> [1] "DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $hemoglobinopathy$`_is_leaf` #> [1] FALSE #> #> $hemoglobinopathy$children #> $hemoglobinopathy$children[[1]] #> [1] "DOID_2859<DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $hemoglobinopathy$children[[2]] #> [1] "DOID_5379<DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $hemoglobinopathy$children[[3]] #> [1] "DOID_10783<DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $hemoglobinopathy$value #> [1] "hemoglobinopathy" #> #> #> $hemoglobinuria #> $hemoglobinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_582" #> #> $hemoglobinuria$`_id` #> [1] "DOID_582<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $hemoglobinuria$privateGeneCount #> [1] 0 #> #> $hemoglobinuria$publicGeneCount #> [1] 3 #> #> $hemoglobinuria$urlId #> [1] "DOID_582" #> #> $hemoglobinuria$dbPhenotype #> [1] TRUE #> #> $hemoglobinuria$`_parent` #> [1] "DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $hemoglobinuria$`_is_leaf` #> [1] FALSE #> #> $hemoglobinuria$children #> $hemoglobinuria$children[[1]] #> [1] "DOID_0060284<DOID_582<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $hemoglobinuria$value #> [1] "hemoglobinuria" #> #> #> $`hemolytic anemia` #> $`hemolytic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_583" #> #> $`hemolytic anemia`$`_id` #> [1] "DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hemolytic anemia`$privateGeneCount #> [1] 0 #> #> $`hemolytic anemia`$publicGeneCount #> [1] 45 #> #> $`hemolytic anemia`$urlId #> [1] "DOID_583" #> #> $`hemolytic anemia`$dbPhenotype #> [1] TRUE #> #> $`hemolytic anemia`$`_parent` #> [1] "DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hemolytic anemia`$`_is_leaf` #> [1] FALSE #> #> $`hemolytic anemia`$children #> $`hemolytic anemia`$children[[1]] #> [1] "DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hemolytic anemia`$children[[2]] #> [1] "DOID_0050641<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hemolytic anemia`$children[[3]] #> [1] "DOID_10241<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $`hemolytic anemia`$value #> [1] "hemolytic anemia" #> #> #> $`Hemolytic anemia` #> $`Hemolytic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001878" #> #> $`Hemolytic anemia`$`_id` #> [1] "HP_0001878<HP_0011895<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Hemolytic anemia`$privateGeneCount #> [1] 0 #> #> $`Hemolytic anemia`$publicGeneCount #> [1] 3 #> #> $`Hemolytic anemia`$urlId #> [1] "HP_0001878" #> #> $`Hemolytic anemia`$dbPhenotype #> [1] FALSE #> #> $`Hemolytic anemia`$`_parent` #> [1] "HP_0011895<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Hemolytic anemia`$`_is_leaf` #> [1] FALSE #> #> $`Hemolytic anemia`$children #> $`Hemolytic anemia`$children[[1]] #> [1] "HP_0005511<HP_0001878<HP_0011895<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Hemolytic anemia`$value #> [1] "Hemolytic anemia" #> #> #> $`hemolytic-uremic syndrome` #> $`hemolytic-uremic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12554" #> #> $`hemolytic-uremic syndrome`$`_id` #> [1] "DOID_12554<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hemolytic-uremic syndrome`$privateGeneCount #> [1] 0 #> #> $`hemolytic-uremic syndrome`$publicGeneCount #> [1] 19 #> #> $`hemolytic-uremic syndrome`$urlId #> [1] "DOID_12554" #> #> $`hemolytic-uremic syndrome`$dbPhenotype #> [1] TRUE #> #> $`hemolytic-uremic syndrome`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hemolytic-uremic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`hemolytic-uremic syndrome`$children #> list() #> #> $`hemolytic-uremic syndrome`$value #> [1] "hemolytic-uremic syndrome" #> #> #> $hemopericardium #> $hemopericardium$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11482" #> #> $hemopericardium$`_id` #> [1] "DOID_11482<DOID_118<DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $hemopericardium$privateGeneCount #> [1] 0 #> #> $hemopericardium$publicGeneCount #> [1] 4 #> #> $hemopericardium$urlId #> [1] "DOID_11482" #> #> $hemopericardium$dbPhenotype #> [1] TRUE #> #> $hemopericardium$`_parent` #> [1] "DOID_118<DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $hemopericardium$`_is_leaf` #> [1] TRUE #> #> $hemopericardium$children #> list() #> #> $hemopericardium$value #> [1] "hemopericardium" #> #> #> $`hemophagocytic lymphohistiocytosis` #> $`hemophagocytic lymphohistiocytosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050120" #> #> $`hemophagocytic lymphohistiocytosis`$`_id` #> [1] "DOID_0050120<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`hemophagocytic lymphohistiocytosis`$privateGeneCount #> [1] 0 #> #> $`hemophagocytic lymphohistiocytosis`$publicGeneCount #> [1] 5 #> #> $`hemophagocytic lymphohistiocytosis`$urlId #> [1] "DOID_0050120" #> #> $`hemophagocytic lymphohistiocytosis`$dbPhenotype #> [1] TRUE #> #> $`hemophagocytic lymphohistiocytosis`$`_parent` #> [1] "DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`hemophagocytic lymphohistiocytosis`$`_is_leaf` #> [1] TRUE #> #> $`hemophagocytic lymphohistiocytosis`$children #> list() #> #> $`hemophagocytic lymphohistiocytosis`$value #> [1] "hemophagocytic lymphohistiocytosis" #> #> #> $`hemophilia B` #> $`hemophilia B`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12259" #> #> $`hemophilia B`$`_id` #> [1] "DOID_12259<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`hemophilia B`$privateGeneCount #> [1] 0 #> #> $`hemophilia B`$publicGeneCount #> [1] 1 #> #> $`hemophilia B`$urlId #> [1] "DOID_12259" #> #> $`hemophilia B`$dbPhenotype #> [1] TRUE #> #> $`hemophilia B`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`hemophilia B`$`_is_leaf` #> [1] TRUE #> #> $`hemophilia B`$children #> list() #> #> $`hemophilia B`$value #> [1] "hemophilia B" #> #> #> $`hemophilia B` #> $`hemophilia B`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12259" #> #> $`hemophilia B`$`_id` #> [1] "DOID_12259<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`hemophilia B`$privateGeneCount #> [1] 0 #> #> $`hemophilia B`$publicGeneCount #> [1] 1 #> #> $`hemophilia B`$urlId #> [1] "DOID_12259" #> #> $`hemophilia B`$dbPhenotype #> [1] TRUE #> #> $`hemophilia B`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`hemophilia B`$`_is_leaf` #> [1] TRUE #> #> $`hemophilia B`$children #> list() #> #> $`hemophilia B`$value #> [1] "hemophilia B" #> #> #> $`hemorrhagic disease` #> $`hemorrhagic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2213" #> #> $`hemorrhagic disease`$`_id` #> [1] "DOID_2213<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`hemorrhagic disease`$privateGeneCount #> [1] 0 #> #> $`hemorrhagic disease`$publicGeneCount #> [1] 7 #> #> $`hemorrhagic disease`$urlId #> [1] "DOID_2213" #> #> $`hemorrhagic disease`$dbPhenotype #> [1] TRUE #> #> $`hemorrhagic disease`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`hemorrhagic disease`$`_is_leaf` #> [1] FALSE #> #> $`hemorrhagic disease`$children #> $`hemorrhagic disease`$children[[1]] #> [1] "DOID_3326<DOID_2213<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> #> $`hemorrhagic disease`$value #> [1] "hemorrhagic disease" #> #> #> $hemorrhoid #> $hemorrhoid$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9746" #> #> $hemorrhoid$`_id` #> [1] "DOID_9746<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $hemorrhoid$privateGeneCount #> [1] 0 #> #> $hemorrhoid$publicGeneCount #> [1] 1 #> #> $hemorrhoid$urlId #> [1] "DOID_9746" #> #> $hemorrhoid$dbPhenotype #> [1] TRUE #> #> $hemorrhoid$`_parent` #> [1] "DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $hemorrhoid$`_is_leaf` #> [1] TRUE #> #> $hemorrhoid$children #> list() #> #> $hemorrhoid$value #> [1] "hemorrhoid" #> #> #> $hemorrhoid #> $hemorrhoid$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9746" #> #> $hemorrhoid$`_id` #> [1] "DOID_9746<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $hemorrhoid$privateGeneCount #> [1] 0 #> #> $hemorrhoid$publicGeneCount #> [1] 1 #> #> $hemorrhoid$urlId #> [1] "DOID_9746" #> #> $hemorrhoid$dbPhenotype #> [1] TRUE #> #> $hemorrhoid$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $hemorrhoid$`_is_leaf` #> [1] TRUE #> #> $hemorrhoid$children #> list() #> #> $hemorrhoid$value #> [1] "hemorrhoid" #> #> #> $hemorrhoid #> $hemorrhoid$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9746" #> #> $hemorrhoid$`_id` #> [1] "DOID_9746<DOID_9742<DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemorrhoid$privateGeneCount #> [1] 0 #> #> $hemorrhoid$publicGeneCount #> [1] 1 #> #> $hemorrhoid$urlId #> [1] "DOID_9746" #> #> $hemorrhoid$dbPhenotype #> [1] TRUE #> #> $hemorrhoid$`_parent` #> [1] "DOID_9742<DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemorrhoid$`_is_leaf` #> [1] TRUE #> #> $hemorrhoid$children #> list() #> #> $hemorrhoid$value #> [1] "hemorrhoid" #> #> #> $hemosiderosis #> $hemosiderosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12119" #> #> $hemosiderosis$`_id` #> [1] "DOID_12119<DOID_2351<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $hemosiderosis$privateGeneCount #> [1] 0 #> #> $hemosiderosis$publicGeneCount #> [1] 1 #> #> $hemosiderosis$urlId #> [1] "DOID_12119" #> #> $hemosiderosis$dbPhenotype #> [1] TRUE #> #> $hemosiderosis$`_parent` #> [1] "DOID_2351<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $hemosiderosis$`_is_leaf` #> [1] TRUE #> #> $hemosiderosis$children #> list() #> #> $hemosiderosis$value #> [1] "hemosiderosis" #> #> #> $`Hennekam syndrome` #> $`Hennekam syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060366" #> #> $`Hennekam syndrome`$`_id` #> [1] "DOID_0060366<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hennekam syndrome`$privateGeneCount #> [1] 0 #> #> $`Hennekam syndrome`$publicGeneCount #> [1] 2 #> #> $`Hennekam syndrome`$urlId #> [1] "DOID_0060366" #> #> $`Hennekam syndrome`$dbPhenotype #> [1] TRUE #> #> $`Hennekam syndrome`$`_parent` #> [1] "DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hennekam syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Hennekam syndrome`$children #> list() #> #> $`Hennekam syndrome`$value #> [1] "Hennekam syndrome" #> #> #> $`Henoch-Schoenlein purpura` #> $`Henoch-Schoenlein purpura`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11123" #> #> $`Henoch-Schoenlein purpura`$`_id` #> [1] "DOID_11123<DOID_9809<DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Henoch-Schoenlein purpura`$privateGeneCount #> [1] 0 #> #> $`Henoch-Schoenlein purpura`$publicGeneCount #> [1] 3 #> #> $`Henoch-Schoenlein purpura`$urlId #> [1] "DOID_11123" #> #> $`Henoch-Schoenlein purpura`$dbPhenotype #> [1] TRUE #> #> $`Henoch-Schoenlein purpura`$`_parent` #> [1] "DOID_9809<DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Henoch-Schoenlein purpura`$`_is_leaf` #> [1] TRUE #> #> $`Henoch-Schoenlein purpura`$children #> list() #> #> $`Henoch-Schoenlein purpura`$value #> [1] "Henoch-Schoenlein purpura" #> #> #> $`hepatic coma` #> $`hepatic coma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12550" #> #> $`hepatic coma`$`_id` #> [1] "DOID_12550<DOID_13413<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hepatic coma`$privateGeneCount #> [1] 0 #> #> $`hepatic coma`$publicGeneCount #> [1] 14 #> #> $`hepatic coma`$urlId #> [1] "DOID_12550" #> #> $`hepatic coma`$dbPhenotype #> [1] TRUE #> #> $`hepatic coma`$`_parent` #> [1] "DOID_13413<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hepatic coma`$`_is_leaf` #> [1] TRUE #> #> $`hepatic coma`$children #> list() #> #> $`hepatic coma`$value #> [1] "hepatic coma" #> #> #> $`hepatic encephalopathy` #> $`hepatic encephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13413" #> #> $`hepatic encephalopathy`$`_id` #> [1] "DOID_13413<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hepatic encephalopathy`$privateGeneCount #> [1] 0 #> #> $`hepatic encephalopathy`$publicGeneCount #> [1] 14 #> #> $`hepatic encephalopathy`$urlId #> [1] "DOID_13413" #> #> $`hepatic encephalopathy`$dbPhenotype #> [1] TRUE #> #> $`hepatic encephalopathy`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hepatic encephalopathy`$`_is_leaf` #> [1] FALSE #> #> $`hepatic encephalopathy`$children #> $`hepatic encephalopathy`$children[[1]] #> [1] "DOID_12550<DOID_13413<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`hepatic encephalopathy`$value #> [1] "hepatic encephalopathy" #> #> #> $`Hepatic failure` #> $`Hepatic failure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001399" #> #> $`Hepatic failure`$`_id` #> [1] "HP_0001399<HP_0001410<HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Hepatic failure`$privateGeneCount #> [1] 0 #> #> $`Hepatic failure`$publicGeneCount #> [1] 28 #> #> $`Hepatic failure`$urlId #> [1] "HP_0001399" #> #> $`Hepatic failure`$dbPhenotype #> [1] TRUE #> #> $`Hepatic failure`$`_parent` #> [1] "HP_0001410<HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Hepatic failure`$`_is_leaf` #> [1] FALSE #> #> $`Hepatic failure`$children #> $`Hepatic failure`$children[[1]] #> [1] "HP_0006554<HP_0001399<HP_0001410<HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Hepatic failure`$value #> [1] "Hepatic failure" #> #> #> $`hepatic vascular disease` #> $`hepatic vascular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_272" #> #> $`hepatic vascular disease`$`_id` #> [1] "DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`hepatic vascular disease`$privateGeneCount #> [1] 0 #> #> $`hepatic vascular disease`$publicGeneCount #> [1] 9 #> #> $`hepatic vascular disease`$urlId #> [1] "DOID_272" #> #> $`hepatic vascular disease`$dbPhenotype #> [1] FALSE #> #> $`hepatic vascular disease`$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`hepatic vascular disease`$`_is_leaf` #> [1] FALSE #> #> $`hepatic vascular disease`$children #> $`hepatic vascular disease`$children[[1]] #> [1] "DOID_11512<DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`hepatic vascular disease`$children[[2]] #> [1] "DOID_914<DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`hepatic vascular disease`$children[[3]] #> [1] "DOID_10762<DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`hepatic vascular disease`$value #> [1] "hepatic vascular disease" #> #> #> $`hepatic vascular disease` #> $`hepatic vascular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_272" #> #> $`hepatic vascular disease`$`_id` #> [1] "DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`hepatic vascular disease`$privateGeneCount #> [1] 0 #> #> $`hepatic vascular disease`$publicGeneCount #> [1] 9 #> #> $`hepatic vascular disease`$urlId #> [1] "DOID_272" #> #> $`hepatic vascular disease`$dbPhenotype #> [1] FALSE #> #> $`hepatic vascular disease`$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`hepatic vascular disease`$`_is_leaf` #> [1] FALSE #> #> $`hepatic vascular disease`$children #> $`hepatic vascular disease`$children[[1]] #> [1] "DOID_11512<DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`hepatic vascular disease`$children[[2]] #> [1] "DOID_914<DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`hepatic vascular disease`$children[[3]] #> [1] "DOID_10762<DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`hepatic vascular disease`$value #> [1] "hepatic vascular disease" #> #> #> $hepatitis #> $hepatitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2237" #> #> $hepatitis$`_id` #> [1] "DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $hepatitis$privateGeneCount #> [1] 0 #> #> $hepatitis$publicGeneCount #> [1] 49 #> #> $hepatitis$urlId #> [1] "DOID_2237" #> #> $hepatitis$dbPhenotype #> [1] TRUE #> #> $hepatitis$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $hepatitis$`_is_leaf` #> [1] FALSE #> #> $hepatitis$children #> $hepatitis$children[[1]] #> [1] "DOID_12351<DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $hepatitis$children[[2]] #> [1] "DOID_2044<DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $hepatitis$children[[3]] #> [1] "DOID_1884<DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $hepatitis$value #> [1] "hepatitis" #> #> #> $`hepatitis B` #> $`hepatitis B`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2043" #> #> $`hepatitis B`$`_id` #> [1] "DOID_2043<DOID_934<DOID_0050117<DOID_4" #> #> $`hepatitis B`$privateGeneCount #> [1] 0 #> #> $`hepatitis B`$publicGeneCount #> [1] 27 #> #> $`hepatitis B`$urlId #> [1] "DOID_2043" #> #> $`hepatitis B`$dbPhenotype #> [1] TRUE #> #> $`hepatitis B`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`hepatitis B`$`_is_leaf` #> [1] TRUE #> #> $`hepatitis B`$children #> list() #> #> $`hepatitis B`$value #> [1] "hepatitis B" #> #> #> $`hepatitis C` #> $`hepatitis C`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1883" #> #> $`hepatitis C`$`_id` #> [1] "DOID_1883<DOID_934<DOID_0050117<DOID_4" #> #> $`hepatitis C`$privateGeneCount #> [1] 0 #> #> $`hepatitis C`$publicGeneCount #> [1] 43 #> #> $`hepatitis C`$urlId #> [1] "DOID_1883" #> #> $`hepatitis C`$dbPhenotype #> [1] TRUE #> #> $`hepatitis C`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`hepatitis C`$`_is_leaf` #> [1] TRUE #> #> $`hepatitis C`$children #> list() #> #> $`hepatitis C`$value #> [1] "hepatitis C" #> #> #> $`hepatobiliary benign neoplasm` #> $`hepatobiliary benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3117" #> #> $`hepatobiliary benign neoplasm`$`_id` #> [1] "DOID_3117<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`hepatobiliary benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`hepatobiliary benign neoplasm`$publicGeneCount #> [1] 8 #> #> $`hepatobiliary benign neoplasm`$urlId #> [1] "DOID_3117" #> #> $`hepatobiliary benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`hepatobiliary benign neoplasm`$`_parent` #> [1] "DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`hepatobiliary benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`hepatobiliary benign neoplasm`$children #> $`hepatobiliary benign neoplasm`$children[[1]] #> [1] "DOID_0050625<DOID_3117<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`hepatobiliary benign neoplasm`$value #> [1] "hepatobiliary benign neoplasm" #> #> #> $`hepatobiliary benign neoplasm` #> $`hepatobiliary benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3117" #> #> $`hepatobiliary benign neoplasm`$`_id` #> [1] "DOID_3117<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`hepatobiliary benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`hepatobiliary benign neoplasm`$publicGeneCount #> [1] 8 #> #> $`hepatobiliary benign neoplasm`$urlId #> [1] "DOID_3117" #> #> $`hepatobiliary benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`hepatobiliary benign neoplasm`$`_parent` #> [1] "DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`hepatobiliary benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`hepatobiliary benign neoplasm`$children #> $`hepatobiliary benign neoplasm`$children[[1]] #> [1] "DOID_0050625<DOID_3117<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> #> $`hepatobiliary benign neoplasm`$value #> [1] "hepatobiliary benign neoplasm" #> #> #> $`hepatobiliary disease` #> $`hepatobiliary disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3118" #> #> $`hepatobiliary disease`$`_id` #> [1] "DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`hepatobiliary disease`$privateGeneCount #> [1] 0 #> #> $`hepatobiliary disease`$publicGeneCount #> [1] 855 #> #> $`hepatobiliary disease`$urlId #> [1] "DOID_3118" #> #> $`hepatobiliary disease`$dbPhenotype #> [1] FALSE #> #> $`hepatobiliary disease`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`hepatobiliary disease`$`_is_leaf` #> [1] FALSE #> #> $`hepatobiliary disease`$children #> $`hepatobiliary disease`$children[[1]] #> [1] "DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`hepatobiliary disease`$children[[2]] #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`hepatobiliary disease`$value #> [1] "hepatobiliary disease" #> #> #> $`hepatobiliary system cancer` #> $`hepatobiliary system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080355" #> #> $`hepatobiliary system cancer`$`_id` #> [1] "DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hepatobiliary system cancer`$privateGeneCount #> [1] 0 #> #> $`hepatobiliary system cancer`$publicGeneCount #> [1] 480 #> #> $`hepatobiliary system cancer`$urlId #> [1] "DOID_0080355" #> #> $`hepatobiliary system cancer`$dbPhenotype #> [1] FALSE #> #> $`hepatobiliary system cancer`$`_parent` #> [1] "DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hepatobiliary system cancer`$`_is_leaf` #> [1] FALSE #> #> $`hepatobiliary system cancer`$children #> $`hepatobiliary system cancer`$children[[1]] #> [1] "DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hepatobiliary system cancer`$children[[2]] #> [1] "DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`hepatobiliary system cancer`$value #> [1] "hepatobiliary system cancer" #> #> #> $`hepatobiliary system cancer` #> $`hepatobiliary system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080355" #> #> $`hepatobiliary system cancer`$`_id` #> [1] "DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`hepatobiliary system cancer`$privateGeneCount #> [1] 0 #> #> $`hepatobiliary system cancer`$publicGeneCount #> [1] 480 #> #> $`hepatobiliary system cancer`$urlId #> [1] "DOID_0080355" #> #> $`hepatobiliary system cancer`$dbPhenotype #> [1] FALSE #> #> $`hepatobiliary system cancer`$`_parent` #> [1] "DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`hepatobiliary system cancer`$`_is_leaf` #> [1] FALSE #> #> $`hepatobiliary system cancer`$children #> $`hepatobiliary system cancer`$children[[1]] #> [1] "DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`hepatobiliary system cancer`$children[[2]] #> [1] "DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`hepatobiliary system cancer`$value #> [1] "hepatobiliary system cancer" #> #> #> $hepatoblastoma #> $hepatoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_687" #> #> $hepatoblastoma$`_id` #> [1] "DOID_687<DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $hepatoblastoma$privateGeneCount #> [1] 0 #> #> $hepatoblastoma$publicGeneCount #> [1] 5 #> #> $hepatoblastoma$urlId #> [1] "DOID_687" #> #> $hepatoblastoma$dbPhenotype #> [1] TRUE #> #> $hepatoblastoma$`_parent` #> [1] "DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $hepatoblastoma$`_is_leaf` #> [1] TRUE #> #> $hepatoblastoma$children #> list() #> #> $hepatoblastoma$value #> [1] "hepatoblastoma" #> #> #> $hepatoblastoma #> $hepatoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_687" #> #> $hepatoblastoma$`_id` #> [1] "DOID_687<DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $hepatoblastoma$privateGeneCount #> [1] 0 #> #> $hepatoblastoma$publicGeneCount #> [1] 5 #> #> $hepatoblastoma$urlId #> [1] "DOID_687" #> #> $hepatoblastoma$dbPhenotype #> [1] TRUE #> #> $hepatoblastoma$`_parent` #> [1] "DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $hepatoblastoma$`_is_leaf` #> [1] TRUE #> #> $hepatoblastoma$children #> list() #> #> $hepatoblastoma$value #> [1] "hepatoblastoma" #> #> #> $hepatoblastoma #> $hepatoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_687" #> #> $hepatoblastoma$`_id` #> [1] "DOID_687<DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $hepatoblastoma$privateGeneCount #> [1] 0 #> #> $hepatoblastoma$publicGeneCount #> [1] 5 #> #> $hepatoblastoma$urlId #> [1] "DOID_687" #> #> $hepatoblastoma$dbPhenotype #> [1] TRUE #> #> $hepatoblastoma$`_parent` #> [1] "DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $hepatoblastoma$`_is_leaf` #> [1] TRUE #> #> $hepatoblastoma$children #> list() #> #> $hepatoblastoma$value #> [1] "hepatoblastoma" #> #> #> $hepatoblastoma #> $hepatoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_687" #> #> $hepatoblastoma$`_id` #> [1] "DOID_687<DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $hepatoblastoma$privateGeneCount #> [1] 0 #> #> $hepatoblastoma$publicGeneCount #> [1] 5 #> #> $hepatoblastoma$urlId #> [1] "DOID_687" #> #> $hepatoblastoma$dbPhenotype #> [1] TRUE #> #> $hepatoblastoma$`_parent` #> [1] "DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $hepatoblastoma$`_is_leaf` #> [1] TRUE #> #> $hepatoblastoma$children #> list() #> #> $hepatoblastoma$value #> [1] "hepatoblastoma" #> #> #> $`Hepatocellular adenoma` #> $`Hepatocellular adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012028" #> #> $`Hepatocellular adenoma`$`_id` #> [1] "HP_0012028<HP_0002896<HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Hepatocellular adenoma`$privateGeneCount #> [1] 0 #> #> $`Hepatocellular adenoma`$publicGeneCount #> [1] 1 #> #> $`Hepatocellular adenoma`$urlId #> [1] "HP_0012028" #> #> $`Hepatocellular adenoma`$dbPhenotype #> [1] TRUE #> #> $`Hepatocellular adenoma`$`_parent` #> [1] "HP_0002896<HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Hepatocellular adenoma`$`_is_leaf` #> [1] TRUE #> #> $`Hepatocellular adenoma`$children #> list() #> #> $`Hepatocellular adenoma`$value #> [1] "Hepatocellular adenoma" #> #> #> $`hepatocellular carcinoma` #> $`hepatocellular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_684" #> #> $`hepatocellular carcinoma`$`_id` #> [1] "DOID_684<DOID_686<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`hepatocellular carcinoma`$privateGeneCount #> [1] 0 #> #> $`hepatocellular carcinoma`$publicGeneCount #> [1] 248 #> #> $`hepatocellular carcinoma`$urlId #> [1] "DOID_684" #> #> $`hepatocellular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`hepatocellular carcinoma`$`_parent` #> [1] "DOID_686<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`hepatocellular carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`hepatocellular carcinoma`$children #> list() #> #> $`hepatocellular carcinoma`$value #> [1] "hepatocellular carcinoma" #> #> #> $`hepatocellular carcinoma` #> $`hepatocellular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_684" #> #> $`hepatocellular carcinoma`$`_id` #> [1] "DOID_684<DOID_686<DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hepatocellular carcinoma`$privateGeneCount #> [1] 0 #> #> $`hepatocellular carcinoma`$publicGeneCount #> [1] 248 #> #> $`hepatocellular carcinoma`$urlId #> [1] "DOID_684" #> #> $`hepatocellular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`hepatocellular carcinoma`$`_parent` #> [1] "DOID_686<DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hepatocellular carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`hepatocellular carcinoma`$children #> list() #> #> $`hepatocellular carcinoma`$value #> [1] "hepatocellular carcinoma" #> #> #> $`hepatocellular carcinoma` #> $`hepatocellular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_684" #> #> $`hepatocellular carcinoma`$`_id` #> [1] "DOID_684<DOID_686<DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`hepatocellular carcinoma`$privateGeneCount #> [1] 0 #> #> $`hepatocellular carcinoma`$publicGeneCount #> [1] 248 #> #> $`hepatocellular carcinoma`$urlId #> [1] "DOID_684" #> #> $`hepatocellular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`hepatocellular carcinoma`$`_parent` #> [1] "DOID_686<DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`hepatocellular carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`hepatocellular carcinoma`$children #> list() #> #> $`hepatocellular carcinoma`$value #> [1] "hepatocellular carcinoma" #> #> #> $`hepatocellular carcinoma` #> $`hepatocellular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_684" #> #> $`hepatocellular carcinoma`$`_id` #> [1] "DOID_684<DOID_686<DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hepatocellular carcinoma`$privateGeneCount #> [1] 0 #> #> $`hepatocellular carcinoma`$publicGeneCount #> [1] 248 #> #> $`hepatocellular carcinoma`$urlId #> [1] "DOID_684" #> #> $`hepatocellular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`hepatocellular carcinoma`$`_parent` #> [1] "DOID_686<DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hepatocellular carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`hepatocellular carcinoma`$children #> list() #> #> $`hepatocellular carcinoma`$value #> [1] "hepatocellular carcinoma" #> #> #> $`hepatocellular carcinoma` #> $`hepatocellular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_684" #> #> $`hepatocellular carcinoma`$`_id` #> [1] "DOID_684<DOID_686<DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`hepatocellular carcinoma`$privateGeneCount #> [1] 0 #> #> $`hepatocellular carcinoma`$publicGeneCount #> [1] 248 #> #> $`hepatocellular carcinoma`$urlId #> [1] "DOID_684" #> #> $`hepatocellular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`hepatocellular carcinoma`$`_parent` #> [1] "DOID_686<DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`hepatocellular carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`hepatocellular carcinoma`$children #> list() #> #> $`hepatocellular carcinoma`$value #> [1] "hepatocellular carcinoma" #> #> #> $Hepatomegaly #> $Hepatomegaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002240" #> #> $Hepatomegaly$`_id` #> [1] "HP_0002240<HP_0003271<HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $Hepatomegaly$privateGeneCount #> [1] 0 #> #> $Hepatomegaly$publicGeneCount #> [1] 10 #> #> $Hepatomegaly$urlId #> [1] "HP_0002240" #> #> $Hepatomegaly$dbPhenotype #> [1] TRUE #> #> $Hepatomegaly$`_parent` #> [1] "HP_0003271<HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $Hepatomegaly$`_is_leaf` #> [1] TRUE #> #> $Hepatomegaly$children #> list() #> #> $Hepatomegaly$value #> [1] "Hepatomegaly" #> #> #> $Hepatomegaly #> $Hepatomegaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002240" #> #> $Hepatomegaly$`_id` #> [1] "HP_0002240<HP_0410042<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Hepatomegaly$privateGeneCount #> [1] 0 #> #> $Hepatomegaly$publicGeneCount #> [1] 10 #> #> $Hepatomegaly$urlId #> [1] "HP_0002240" #> #> $Hepatomegaly$dbPhenotype #> [1] TRUE #> #> $Hepatomegaly$`_parent` #> [1] "HP_0410042<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Hepatomegaly$`_is_leaf` #> [1] TRUE #> #> $Hepatomegaly$children #> list() #> #> $Hepatomegaly$value #> [1] "Hepatomegaly" #> #> #> $`hepatorenal syndrome` #> $`hepatorenal syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11823" #> #> $`hepatorenal syndrome`$`_id` #> [1] "DOID_11823<DOID_3021<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hepatorenal syndrome`$privateGeneCount #> [1] 0 #> #> $`hepatorenal syndrome`$publicGeneCount #> [1] 2 #> #> $`hepatorenal syndrome`$urlId #> [1] "DOID_11823" #> #> $`hepatorenal syndrome`$dbPhenotype #> [1] TRUE #> #> $`hepatorenal syndrome`$`_parent` #> [1] "DOID_3021<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hepatorenal syndrome`$`_is_leaf` #> [1] TRUE #> #> $`hepatorenal syndrome`$children #> list() #> #> $`hepatorenal syndrome`$value #> [1] "hepatorenal syndrome" #> #> #> $`hereditary angioedema` #> $`hereditary angioedema`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14735" #> #> $`hereditary angioedema`$`_id` #> [1] "DOID_14735<DOID_1558<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`hereditary angioedema`$privateGeneCount #> [1] 0 #> #> $`hereditary angioedema`$publicGeneCount #> [1] 4 #> #> $`hereditary angioedema`$urlId #> [1] "DOID_14735" #> #> $`hereditary angioedema`$dbPhenotype #> [1] TRUE #> #> $`hereditary angioedema`$`_parent` #> [1] "DOID_1558<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`hereditary angioedema`$`_is_leaf` #> [1] TRUE #> #> $`hereditary angioedema`$children #> list() #> #> $`hereditary angioedema`$value #> [1] "hereditary angioedema" #> #> #> $`hereditary ataxia` #> $`hereditary ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050951" #> #> $`hereditary ataxia`$`_id` #> [1] "DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hereditary ataxia`$privateGeneCount #> [1] 0 #> #> $`hereditary ataxia`$publicGeneCount #> [1] 95 #> #> $`hereditary ataxia`$urlId #> [1] "DOID_0050951" #> #> $`hereditary ataxia`$dbPhenotype #> [1] FALSE #> #> $`hereditary ataxia`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hereditary ataxia`$`_is_leaf` #> [1] FALSE #> #> $`hereditary ataxia`$children #> $`hereditary ataxia`$children[[1]] #> [1] "DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hereditary ataxia`$children[[2]] #> [1] "DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hereditary ataxia`$children[[3]] #> [1] "DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hereditary ataxia`$children[[4]] #> [1] "DOID_0050953<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`hereditary ataxia`$value #> [1] "hereditary ataxia" #> #> #> $`hereditary breast ovarian cancer syndrome` #> $`hereditary breast ovarian cancer syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5683" #> #> $`hereditary breast ovarian cancer syndrome`$`_id` #> [1] "DOID_5683<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hereditary breast ovarian cancer syndrome`$privateGeneCount #> [1] 0 #> #> $`hereditary breast ovarian cancer syndrome`$publicGeneCount #> [1] 4 #> #> $`hereditary breast ovarian cancer syndrome`$urlId #> [1] "DOID_5683" #> #> $`hereditary breast ovarian cancer syndrome`$dbPhenotype #> [1] TRUE #> #> $`hereditary breast ovarian cancer syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hereditary breast ovarian cancer syndrome`$`_is_leaf` #> [1] TRUE #> #> $`hereditary breast ovarian cancer syndrome`$children #> list() #> #> $`hereditary breast ovarian cancer syndrome`$value #> [1] "hereditary breast ovarian cancer syndrome" #> #> #> $`hereditary breast ovarian cancer syndrome` #> $`hereditary breast ovarian cancer syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5683" #> #> $`hereditary breast ovarian cancer syndrome`$`_id` #> [1] "DOID_5683<DOID_225<DOID_4" #> #> $`hereditary breast ovarian cancer syndrome`$privateGeneCount #> [1] 0 #> #> $`hereditary breast ovarian cancer syndrome`$publicGeneCount #> [1] 4 #> #> $`hereditary breast ovarian cancer syndrome`$urlId #> [1] "DOID_5683" #> #> $`hereditary breast ovarian cancer syndrome`$dbPhenotype #> [1] TRUE #> #> $`hereditary breast ovarian cancer syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`hereditary breast ovarian cancer syndrome`$`_is_leaf` #> [1] TRUE #> #> $`hereditary breast ovarian cancer syndrome`$children #> list() #> #> $`hereditary breast ovarian cancer syndrome`$value #> [1] "hereditary breast ovarian cancer syndrome" #> #> #> $`hereditary choroidal atrophy` #> $`hereditary choroidal atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9794" #> #> $`hereditary choroidal atrophy`$`_id` #> [1] "DOID_9794<DOID_980<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`hereditary choroidal atrophy`$privateGeneCount #> [1] 0 #> #> $`hereditary choroidal atrophy`$publicGeneCount #> [1] 1 #> #> $`hereditary choroidal atrophy`$urlId #> [1] "DOID_9794" #> #> $`hereditary choroidal atrophy`$dbPhenotype #> [1] FALSE #> #> $`hereditary choroidal atrophy`$`_parent` #> [1] "DOID_980<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`hereditary choroidal atrophy`$`_is_leaf` #> [1] FALSE #> #> $`hereditary choroidal atrophy`$children #> $`hereditary choroidal atrophy`$children[[1]] #> [1] "DOID_9822<DOID_9794<DOID_980<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`hereditary choroidal atrophy`$value #> [1] "hereditary choroidal atrophy" #> #> #> $`hereditary choroidal atrophy` #> $`hereditary choroidal atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9794" #> #> $`hereditary choroidal atrophy`$`_id` #> [1] "DOID_9794<DOID_980<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`hereditary choroidal atrophy`$privateGeneCount #> [1] 0 #> #> $`hereditary choroidal atrophy`$publicGeneCount #> [1] 1 #> #> $`hereditary choroidal atrophy`$urlId #> [1] "DOID_9794" #> #> $`hereditary choroidal atrophy`$dbPhenotype #> [1] FALSE #> #> $`hereditary choroidal atrophy`$`_parent` #> [1] "DOID_980<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`hereditary choroidal atrophy`$`_is_leaf` #> [1] FALSE #> #> $`hereditary choroidal atrophy`$children #> $`hereditary choroidal atrophy`$children[[1]] #> [1] "DOID_9822<DOID_9794<DOID_980<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`hereditary choroidal atrophy`$value #> [1] "hereditary choroidal atrophy" #> #> #> $`hereditary coproporphyria` #> $`hereditary coproporphyria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13269" #> #> $`hereditary coproporphyria`$`_id` #> [1] "DOID_13269<DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`hereditary coproporphyria`$privateGeneCount #> [1] 0 #> #> $`hereditary coproporphyria`$publicGeneCount #> [1] 1 #> #> $`hereditary coproporphyria`$urlId #> [1] "DOID_13269" #> #> $`hereditary coproporphyria`$dbPhenotype #> [1] TRUE #> #> $`hereditary coproporphyria`$`_parent` #> [1] "DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`hereditary coproporphyria`$`_is_leaf` #> [1] TRUE #> #> $`hereditary coproporphyria`$children #> list() #> #> $`hereditary coproporphyria`$value #> [1] "hereditary coproporphyria" #> #> #> $`hereditary elliptocytosis` #> $`hereditary elliptocytosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2373" #> #> $`hereditary elliptocytosis`$`_id` #> [1] "DOID_2373<DOID_74<DOID_7<DOID_4" #> #> $`hereditary elliptocytosis`$privateGeneCount #> [1] 0 #> #> $`hereditary elliptocytosis`$publicGeneCount #> [1] 4 #> #> $`hereditary elliptocytosis`$urlId #> [1] "DOID_2373" #> #> $`hereditary elliptocytosis`$dbPhenotype #> [1] TRUE #> #> $`hereditary elliptocytosis`$`_parent` #> [1] "DOID_74<DOID_7<DOID_4" #> #> $`hereditary elliptocytosis`$`_is_leaf` #> [1] TRUE #> #> $`hereditary elliptocytosis`$children #> list() #> #> $`hereditary elliptocytosis`$value #> [1] "hereditary elliptocytosis" #> #> #> $`hereditary fructose intolerance syndrome` #> $`hereditary fructose intolerance syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9869" #> #> $`hereditary fructose intolerance syndrome`$`_id` #> [1] "DOID_9869<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`hereditary fructose intolerance syndrome`$privateGeneCount #> [1] 0 #> #> $`hereditary fructose intolerance syndrome`$publicGeneCount #> [1] 1 #> #> $`hereditary fructose intolerance syndrome`$urlId #> [1] "DOID_9869" #> #> $`hereditary fructose intolerance syndrome`$dbPhenotype #> [1] TRUE #> #> $`hereditary fructose intolerance syndrome`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`hereditary fructose intolerance syndrome`$`_is_leaf` #> [1] TRUE #> #> $`hereditary fructose intolerance syndrome`$children #> list() #> #> $`hereditary fructose intolerance syndrome`$value #> [1] "hereditary fructose intolerance syndrome" #> #> #> $`hereditary hemorrhagic telangiectasia` #> $`hereditary hemorrhagic telangiectasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1270" #> #> $`hereditary hemorrhagic telangiectasia`$`_id` #> [1] "DOID_1270<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hereditary hemorrhagic telangiectasia`$privateGeneCount #> [1] 0 #> #> $`hereditary hemorrhagic telangiectasia`$publicGeneCount #> [1] 3 #> #> $`hereditary hemorrhagic telangiectasia`$urlId #> [1] "DOID_1270" #> #> $`hereditary hemorrhagic telangiectasia`$dbPhenotype #> [1] TRUE #> #> $`hereditary hemorrhagic telangiectasia`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hereditary hemorrhagic telangiectasia`$`_is_leaf` #> [1] TRUE #> #> $`hereditary hemorrhagic telangiectasia`$children #> list() #> #> $`hereditary hemorrhagic telangiectasia`$value #> [1] "hereditary hemorrhagic telangiectasia" #> #> #> $`hereditary hemorrhagic telangiectasia` #> $`hereditary hemorrhagic telangiectasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1270" #> #> $`hereditary hemorrhagic telangiectasia`$`_id` #> [1] "DOID_1270<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`hereditary hemorrhagic telangiectasia`$privateGeneCount #> [1] 0 #> #> $`hereditary hemorrhagic telangiectasia`$publicGeneCount #> [1] 3 #> #> $`hereditary hemorrhagic telangiectasia`$urlId #> [1] "DOID_1270" #> #> $`hereditary hemorrhagic telangiectasia`$dbPhenotype #> [1] TRUE #> #> $`hereditary hemorrhagic telangiectasia`$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`hereditary hemorrhagic telangiectasia`$`_is_leaf` #> [1] TRUE #> #> $`hereditary hemorrhagic telangiectasia`$children #> list() #> #> $`hereditary hemorrhagic telangiectasia`$value #> [1] "hereditary hemorrhagic telangiectasia" #> #> #> $`hereditary hypophosphatemic rickets with hypercalciuria` #> $`hereditary hypophosphatemic rickets with hypercalciuria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050947" #> #> $`hereditary hypophosphatemic rickets with hypercalciuria`$`_id` #> [1] "DOID_0050947<DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`hereditary hypophosphatemic rickets with hypercalciuria`$privateGeneCount #> [1] 0 #> #> $`hereditary hypophosphatemic rickets with hypercalciuria`$publicGeneCount #> [1] 2 #> #> $`hereditary hypophosphatemic rickets with hypercalciuria`$urlId #> [1] "DOID_0050947" #> #> $`hereditary hypophosphatemic rickets with hypercalciuria`$dbPhenotype #> [1] TRUE #> #> $`hereditary hypophosphatemic rickets with hypercalciuria`$`_parent` #> [1] "DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`hereditary hypophosphatemic rickets with hypercalciuria`$`_is_leaf` #> [1] TRUE #> #> $`hereditary hypophosphatemic rickets with hypercalciuria`$children #> list() #> #> $`hereditary hypophosphatemic rickets with hypercalciuria`$value #> [1] "hereditary hypophosphatemic rickets with hypercalciuria" #> #> #> $`hereditary lymphedema` #> $`hereditary lymphedema`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050580" #> #> $`hereditary lymphedema`$`_id` #> [1] "DOID_0050580<DOID_4977<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`hereditary lymphedema`$privateGeneCount #> [1] 0 #> #> $`hereditary lymphedema`$publicGeneCount #> [1] 4 #> #> $`hereditary lymphedema`$urlId #> [1] "DOID_0050580" #> #> $`hereditary lymphedema`$dbPhenotype #> [1] TRUE #> #> $`hereditary lymphedema`$`_parent` #> [1] "DOID_4977<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`hereditary lymphedema`$`_is_leaf` #> [1] TRUE #> #> $`hereditary lymphedema`$children #> list() #> #> $`hereditary lymphedema`$value #> [1] "hereditary lymphedema" #> #> #> $`hereditary mucosal leukokeratosis` #> $`hereditary mucosal leukokeratosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050448" #> #> $`hereditary mucosal leukokeratosis`$`_id` #> [1] "DOID_0050448<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`hereditary mucosal leukokeratosis`$privateGeneCount #> [1] 0 #> #> $`hereditary mucosal leukokeratosis`$publicGeneCount #> [1] 2 #> #> $`hereditary mucosal leukokeratosis`$urlId #> [1] "DOID_0050448" #> #> $`hereditary mucosal leukokeratosis`$dbPhenotype #> [1] TRUE #> #> $`hereditary mucosal leukokeratosis`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`hereditary mucosal leukokeratosis`$`_is_leaf` #> [1] TRUE #> #> $`hereditary mucosal leukokeratosis`$children #> list() #> #> $`hereditary mucosal leukokeratosis`$value #> [1] "hereditary mucosal leukokeratosis" #> #> #> $`hereditary multiple exostoses` #> $`hereditary multiple exostoses`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_206" #> #> $`hereditary multiple exostoses`$`_id` #> [1] "DOID_206<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hereditary multiple exostoses`$privateGeneCount #> [1] 0 #> #> $`hereditary multiple exostoses`$publicGeneCount #> [1] 4 #> #> $`hereditary multiple exostoses`$urlId #> [1] "DOID_206" #> #> $`hereditary multiple exostoses`$dbPhenotype #> [1] TRUE #> #> $`hereditary multiple exostoses`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hereditary multiple exostoses`$`_is_leaf` #> [1] TRUE #> #> $`hereditary multiple exostoses`$children #> list() #> #> $`hereditary multiple exostoses`$value #> [1] "hereditary multiple exostoses" #> #> #> $`hereditary multiple exostoses` #> $`hereditary multiple exostoses`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_206" #> #> $`hereditary multiple exostoses`$`_id` #> [1] "DOID_206<DOID_203<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`hereditary multiple exostoses`$privateGeneCount #> [1] 0 #> #> $`hereditary multiple exostoses`$publicGeneCount #> [1] 4 #> #> $`hereditary multiple exostoses`$urlId #> [1] "DOID_206" #> #> $`hereditary multiple exostoses`$dbPhenotype #> [1] TRUE #> #> $`hereditary multiple exostoses`$`_parent` #> [1] "DOID_203<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`hereditary multiple exostoses`$`_is_leaf` #> [1] TRUE #> #> $`hereditary multiple exostoses`$children #> list() #> #> $`hereditary multiple exostoses`$value #> [1] "hereditary multiple exostoses" #> #> #> $`hereditary night blindness` #> $`hereditary night blindness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8498" #> #> $`hereditary night blindness`$`_id` #> [1] "DOID_8498<DOID_8499<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`hereditary night blindness`$privateGeneCount #> [1] 0 #> #> $`hereditary night blindness`$publicGeneCount #> [1] 14 #> #> $`hereditary night blindness`$urlId #> [1] "DOID_8498" #> #> $`hereditary night blindness`$dbPhenotype #> [1] TRUE #> #> $`hereditary night blindness`$`_parent` #> [1] "DOID_8499<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`hereditary night blindness`$`_is_leaf` #> [1] FALSE #> #> $`hereditary night blindness`$children #> $`hereditary night blindness`$children[[1]] #> [1] "DOID_0050534<DOID_8498<DOID_8499<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`hereditary night blindness`$value #> [1] "hereditary night blindness" #> #> #> $`hereditary renal cell carcinoma` #> $`hereditary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4455" #> #> $`hereditary renal cell carcinoma`$`_id` #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hereditary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`hereditary renal cell carcinoma`$publicGeneCount #> [1] 7 #> #> $`hereditary renal cell carcinoma`$urlId #> [1] "DOID_4455" #> #> $`hereditary renal cell carcinoma`$dbPhenotype #> [1] FALSE #> #> $`hereditary renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hereditary renal cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`hereditary renal cell carcinoma`$children #> $`hereditary renal cell carcinoma`$children[[1]] #> [1] "DOID_0050387<DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`hereditary renal cell carcinoma`$value #> [1] "hereditary renal cell carcinoma" #> #> #> $`hereditary renal cell carcinoma` #> $`hereditary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4455" #> #> $`hereditary renal cell carcinoma`$`_id` #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`hereditary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`hereditary renal cell carcinoma`$publicGeneCount #> [1] 7 #> #> $`hereditary renal cell carcinoma`$urlId #> [1] "DOID_4455" #> #> $`hereditary renal cell carcinoma`$dbPhenotype #> [1] FALSE #> #> $`hereditary renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`hereditary renal cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`hereditary renal cell carcinoma`$children #> $`hereditary renal cell carcinoma`$children[[1]] #> [1] "DOID_0050387<DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> #> $`hereditary renal cell carcinoma`$value #> [1] "hereditary renal cell carcinoma" #> #> #> $`hereditary renal cell carcinoma` #> $`hereditary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4455" #> #> $`hereditary renal cell carcinoma`$`_id` #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hereditary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`hereditary renal cell carcinoma`$publicGeneCount #> [1] 7 #> #> $`hereditary renal cell carcinoma`$urlId #> [1] "DOID_4455" #> #> $`hereditary renal cell carcinoma`$dbPhenotype #> [1] FALSE #> #> $`hereditary renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hereditary renal cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`hereditary renal cell carcinoma`$children #> $`hereditary renal cell carcinoma`$children[[1]] #> [1] "DOID_0050387<DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`hereditary renal cell carcinoma`$value #> [1] "hereditary renal cell carcinoma" #> #> #> $`hereditary renal cell carcinoma` #> $`hereditary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4455" #> #> $`hereditary renal cell carcinoma`$`_id` #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`hereditary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`hereditary renal cell carcinoma`$publicGeneCount #> [1] 7 #> #> $`hereditary renal cell carcinoma`$urlId #> [1] "DOID_4455" #> #> $`hereditary renal cell carcinoma`$dbPhenotype #> [1] FALSE #> #> $`hereditary renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`hereditary renal cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`hereditary renal cell carcinoma`$children #> $`hereditary renal cell carcinoma`$children[[1]] #> [1] "DOID_0050387<DOID_4455<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`hereditary renal cell carcinoma`$value #> [1] "hereditary renal cell carcinoma" #> #> #> $`hereditary sensory neuropathy` #> $`hereditary sensory neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050548" #> #> $`hereditary sensory neuropathy`$`_id` #> [1] "DOID_0050548<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`hereditary sensory neuropathy`$privateGeneCount #> [1] 0 #> #> $`hereditary sensory neuropathy`$publicGeneCount #> [1] 14 #> #> $`hereditary sensory neuropathy`$urlId #> [1] "DOID_0050548" #> #> $`hereditary sensory neuropathy`$dbPhenotype #> [1] TRUE #> #> $`hereditary sensory neuropathy`$`_parent` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`hereditary sensory neuropathy`$`_is_leaf` #> [1] FALSE #> #> $`hereditary sensory neuropathy`$children #> $`hereditary sensory neuropathy`$children[[1]] #> [1] "DOID_11589<DOID_0050548<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`hereditary sensory neuropathy`$value #> [1] "hereditary sensory neuropathy" #> #> #> $`hereditary spastic paraplegia` #> $`hereditary spastic paraplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2476" #> #> $`hereditary spastic paraplegia`$`_id` #> [1] "DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hereditary spastic paraplegia`$privateGeneCount #> [1] 0 #> #> $`hereditary spastic paraplegia`$publicGeneCount #> [1] 46 #> #> $`hereditary spastic paraplegia`$urlId #> [1] "DOID_2476" #> #> $`hereditary spastic paraplegia`$dbPhenotype #> [1] TRUE #> #> $`hereditary spastic paraplegia`$`_parent` #> [1] "DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hereditary spastic paraplegia`$`_is_leaf` #> [1] FALSE #> #> $`hereditary spastic paraplegia`$children #> $`hereditary spastic paraplegia`$children[[1]] #> [1] "DOID_0060246<DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hereditary spastic paraplegia`$children[[2]] #> [1] "DOID_0060245<DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hereditary spastic paraplegia`$children[[3]] #> [1] "DOID_0050886<DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`hereditary spastic paraplegia`$value #> [1] "hereditary spastic paraplegia" #> #> #> $`hereditary spherocytosis` #> $`hereditary spherocytosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12971" #> #> $`hereditary spherocytosis`$`_id` #> [1] "DOID_12971<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hereditary spherocytosis`$privateGeneCount #> [1] 0 #> #> $`hereditary spherocytosis`$publicGeneCount #> [1] 8 #> #> $`hereditary spherocytosis`$urlId #> [1] "DOID_12971" #> #> $`hereditary spherocytosis`$dbPhenotype #> [1] TRUE #> #> $`hereditary spherocytosis`$`_parent` #> [1] "DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hereditary spherocytosis`$`_is_leaf` #> [1] TRUE #> #> $`hereditary spherocytosis`$children #> list() #> #> $`hereditary spherocytosis`$value #> [1] "hereditary spherocytosis" #> #> #> $`Hermansky-Pudlak syndrome` #> $`Hermansky-Pudlak syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3753" #> #> $`Hermansky-Pudlak syndrome`$`_id` #> [1] "DOID_3753<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Hermansky-Pudlak syndrome`$privateGeneCount #> [1] 0 #> #> $`Hermansky-Pudlak syndrome`$publicGeneCount #> [1] 10 #> #> $`Hermansky-Pudlak syndrome`$urlId #> [1] "DOID_3753" #> #> $`Hermansky-Pudlak syndrome`$dbPhenotype #> [1] TRUE #> #> $`Hermansky-Pudlak syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Hermansky-Pudlak syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Hermansky-Pudlak syndrome`$children #> list() #> #> $`Hermansky-Pudlak syndrome`$value #> [1] "Hermansky-Pudlak syndrome" #> #> #> $`Hermansky-Pudlak syndrome` #> $`Hermansky-Pudlak syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3753" #> #> $`Hermansky-Pudlak syndrome`$`_id` #> [1] "DOID_3753<DOID_225<DOID_4" #> #> $`Hermansky-Pudlak syndrome`$privateGeneCount #> [1] 0 #> #> $`Hermansky-Pudlak syndrome`$publicGeneCount #> [1] 10 #> #> $`Hermansky-Pudlak syndrome`$urlId #> [1] "DOID_3753" #> #> $`Hermansky-Pudlak syndrome`$dbPhenotype #> [1] TRUE #> #> $`Hermansky-Pudlak syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Hermansky-Pudlak syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Hermansky-Pudlak syndrome`$children #> list() #> #> $`Hermansky-Pudlak syndrome`$value #> [1] "Hermansky-Pudlak syndrome" #> #> #> $hermaphroditism #> $hermaphroditism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3763" #> #> $hermaphroditism$`_id` #> [1] "DOID_3763<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $hermaphroditism$privateGeneCount #> [1] 0 #> #> $hermaphroditism$publicGeneCount #> [1] 8 #> #> $hermaphroditism$urlId #> [1] "DOID_3763" #> #> $hermaphroditism$dbPhenotype #> [1] TRUE #> #> $hermaphroditism$`_parent` #> [1] "DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $hermaphroditism$`_is_leaf` #> [1] TRUE #> #> $hermaphroditism$children #> list() #> #> $hermaphroditism$value #> [1] "hermaphroditism" #> #> #> $Hernia #> $Hernia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100790" #> #> $Hernia$`_id` #> [1] "HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $Hernia$privateGeneCount #> [1] 0 #> #> $Hernia$publicGeneCount #> [1] 4 #> #> $Hernia$urlId #> [1] "HP_0100790" #> #> $Hernia$dbPhenotype #> [1] FALSE #> #> $Hernia$`_parent` #> [1] "HP_0003549<HP_0000118<HP_0000001" #> #> $Hernia$`_is_leaf` #> [1] FALSE #> #> $Hernia$children #> $Hernia$children[[1]] #> [1] "HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> #> $Hernia$value #> [1] "Hernia" #> #> #> $`Hernia of the abdominal wall` #> $`Hernia of the abdominal wall`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004299" #> #> $`Hernia of the abdominal wall`$`_id` #> [1] "HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Hernia of the abdominal wall`$privateGeneCount #> [1] 0 #> #> $`Hernia of the abdominal wall`$publicGeneCount #> [1] 4 #> #> $`Hernia of the abdominal wall`$urlId #> [1] "HP_0004299" #> #> $`Hernia of the abdominal wall`$dbPhenotype #> [1] FALSE #> #> $`Hernia of the abdominal wall`$`_parent` #> [1] "HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Hernia of the abdominal wall`$`_is_leaf` #> [1] FALSE #> #> $`Hernia of the abdominal wall`$children #> $`Hernia of the abdominal wall`$children[[1]] #> [1] "HP_0000023<HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Hernia of the abdominal wall`$children[[2]] #> [1] "HP_0001537<HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Hernia of the abdominal wall`$children[[3]] #> [1] "HP_0002933<HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Hernia of the abdominal wall`$value #> [1] "Hernia of the abdominal wall" #> #> #> $`Hernia of the abdominal wall` #> $`Hernia of the abdominal wall`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004299" #> #> $`Hernia of the abdominal wall`$`_id` #> [1] "HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Hernia of the abdominal wall`$privateGeneCount #> [1] 0 #> #> $`Hernia of the abdominal wall`$publicGeneCount #> [1] 4 #> #> $`Hernia of the abdominal wall`$urlId #> [1] "HP_0004299" #> #> $`Hernia of the abdominal wall`$dbPhenotype #> [1] FALSE #> #> $`Hernia of the abdominal wall`$`_parent` #> [1] "HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Hernia of the abdominal wall`$`_is_leaf` #> [1] FALSE #> #> $`Hernia of the abdominal wall`$children #> $`Hernia of the abdominal wall`$children[[1]] #> [1] "HP_0000023<HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Hernia of the abdominal wall`$children[[2]] #> [1] "HP_0001537<HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Hernia of the abdominal wall`$children[[3]] #> [1] "HP_0002933<HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> #> $`Hernia of the abdominal wall`$value #> [1] "Hernia of the abdominal wall" #> #> #> $`heroin dependence` #> $`heroin dependence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9976" #> #> $`heroin dependence`$`_id` #> [1] "DOID_9976<DOID_2559<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`heroin dependence`$privateGeneCount #> [1] 0 #> #> $`heroin dependence`$publicGeneCount #> [1] 11 #> #> $`heroin dependence`$urlId #> [1] "DOID_9976" #> #> $`heroin dependence`$dbPhenotype #> [1] TRUE #> #> $`heroin dependence`$`_parent` #> [1] "DOID_2559<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`heroin dependence`$`_is_leaf` #> [1] TRUE #> #> $`heroin dependence`$children #> list() #> #> $`heroin dependence`$value #> [1] "heroin dependence" #> #> #> $herpangina #> $herpangina$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10883" #> #> $herpangina$`_id` #> [1] "DOID_10883<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $herpangina$privateGeneCount #> [1] 0 #> #> $herpangina$publicGeneCount #> [1] 3 #> #> $herpangina$urlId #> [1] "DOID_10883" #> #> $herpangina$dbPhenotype #> [1] FALSE #> #> $herpangina$`_parent` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $herpangina$`_is_leaf` #> [1] FALSE #> #> $herpangina$children #> $herpangina$children[[1]] #> [1] "DOID_11168<DOID_10883<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $herpangina$value #> [1] "herpangina" #> #> #> $herpangina #> $herpangina$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10883" #> #> $herpangina$`_id` #> [1] "DOID_10883<DOID_934<DOID_0050117<DOID_4" #> #> $herpangina$privateGeneCount #> [1] 0 #> #> $herpangina$publicGeneCount #> [1] 3 #> #> $herpangina$urlId #> [1] "DOID_10883" #> #> $herpangina$dbPhenotype #> [1] FALSE #> #> $herpangina$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $herpangina$`_is_leaf` #> [1] FALSE #> #> $herpangina$children #> $herpangina$children[[1]] #> [1] "DOID_11168<DOID_10883<DOID_934<DOID_0050117<DOID_4" #> #> #> $herpangina$value #> [1] "herpangina" #> #> #> $`herpes simplex` #> $`herpes simplex`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8566" #> #> $`herpes simplex`$`_id` #> [1] "DOID_8566<DOID_934<DOID_0050117<DOID_4" #> #> $`herpes simplex`$privateGeneCount #> [1] 0 #> #> $`herpes simplex`$publicGeneCount #> [1] 7 #> #> $`herpes simplex`$urlId #> [1] "DOID_8566" #> #> $`herpes simplex`$dbPhenotype #> [1] TRUE #> #> $`herpes simplex`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`herpes simplex`$`_is_leaf` #> [1] FALSE #> #> $`herpes simplex`$children #> $`herpes simplex`$children[[1]] #> [1] "DOID_8704<DOID_8566<DOID_934<DOID_0050117<DOID_4" #> #> #> $`herpes simplex`$value #> [1] "herpes simplex" #> #> #> $`Herpes simplex encephalitis` #> $`Herpes simplex encephalitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012302" #> #> $`Herpes simplex encephalitis`$`_id` #> [1] "HP_0012302<HP_0032101<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Herpes simplex encephalitis`$privateGeneCount #> [1] 0 #> #> $`Herpes simplex encephalitis`$publicGeneCount #> [1] 3 #> #> $`Herpes simplex encephalitis`$urlId #> [1] "HP_0012302" #> #> $`Herpes simplex encephalitis`$dbPhenotype #> [1] TRUE #> #> $`Herpes simplex encephalitis`$`_parent` #> [1] "HP_0032101<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Herpes simplex encephalitis`$`_is_leaf` #> [1] TRUE #> #> $`Herpes simplex encephalitis`$children #> list() #> #> $`Herpes simplex encephalitis`$value #> [1] "Herpes simplex encephalitis" #> #> #> $`herpes zoster` #> $`herpes zoster`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8536" #> #> $`herpes zoster`$`_id` #> [1] "DOID_8536<DOID_863<DOID_7<DOID_4" #> #> $`herpes zoster`$privateGeneCount #> [1] 0 #> #> $`herpes zoster`$publicGeneCount #> [1] 4 #> #> $`herpes zoster`$urlId #> [1] "DOID_8536" #> #> $`herpes zoster`$dbPhenotype #> [1] TRUE #> #> $`herpes zoster`$`_parent` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`herpes zoster`$`_is_leaf` #> [1] TRUE #> #> $`herpes zoster`$children #> list() #> #> $`herpes zoster`$value #> [1] "herpes zoster" #> #> #> $`herpes zoster` #> $`herpes zoster`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8536" #> #> $`herpes zoster`$`_id` #> [1] "DOID_8536<DOID_934<DOID_0050117<DOID_4" #> #> $`herpes zoster`$privateGeneCount #> [1] 0 #> #> $`herpes zoster`$publicGeneCount #> [1] 4 #> #> $`herpes zoster`$urlId #> [1] "DOID_8536" #> #> $`herpes zoster`$dbPhenotype #> [1] TRUE #> #> $`herpes zoster`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`herpes zoster`$`_is_leaf` #> [1] TRUE #> #> $`herpes zoster`$children #> list() #> #> $`herpes zoster`$value #> [1] "herpes zoster" #> #> #> $Heterotaxy #> $Heterotaxy$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030853" #> #> $Heterotaxy$`_id` #> [1] "HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> $Heterotaxy$privateGeneCount #> [1] 0 #> #> $Heterotaxy$publicGeneCount #> [1] 1 #> #> $Heterotaxy$urlId #> [1] "HP_0030853" #> #> $Heterotaxy$dbPhenotype #> [1] FALSE #> #> $Heterotaxy$`_parent` #> [1] "HP_0001507<HP_0000118<HP_0000001" #> #> $Heterotaxy$`_is_leaf` #> [1] FALSE #> #> $Heterotaxy$children #> $Heterotaxy$children[[1]] #> [1] "HP_0031853<HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> #> $Heterotaxy$value #> [1] "Heterotaxy" #> #> #> $`hiatus hernia` #> $`hiatus hernia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12642" #> #> $`hiatus hernia`$`_id` #> [1] "DOID_12642<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`hiatus hernia`$privateGeneCount #> [1] 0 #> #> $`hiatus hernia`$publicGeneCount #> [1] 1 #> #> $`hiatus hernia`$urlId #> [1] "DOID_12642" #> #> $`hiatus hernia`$dbPhenotype #> [1] TRUE #> #> $`hiatus hernia`$`_parent` #> [1] "DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`hiatus hernia`$`_is_leaf` #> [1] TRUE #> #> $`hiatus hernia`$children #> list() #> #> $`hiatus hernia`$value #> [1] "hiatus hernia" #> #> #> $hidradenitis #> $hidradenitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2282" #> #> $hidradenitis$`_id` #> [1] "DOID_2282<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $hidradenitis$privateGeneCount #> [1] 0 #> #> $hidradenitis$publicGeneCount #> [1] 5 #> #> $hidradenitis$urlId #> [1] "DOID_2282" #> #> $hidradenitis$dbPhenotype #> [1] FALSE #> #> $hidradenitis$`_parent` #> [1] "DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $hidradenitis$`_is_leaf` #> [1] FALSE #> #> $hidradenitis$children #> $hidradenitis$children[[1]] #> [1] "DOID_2280<DOID_2282<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $hidradenitis$value #> [1] "hidradenitis" #> #> #> $`hidradenitis suppurativa` #> $`hidradenitis suppurativa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2280" #> #> $`hidradenitis suppurativa`$`_id` #> [1] "DOID_2280<DOID_2282<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`hidradenitis suppurativa`$privateGeneCount #> [1] 0 #> #> $`hidradenitis suppurativa`$publicGeneCount #> [1] 5 #> #> $`hidradenitis suppurativa`$urlId #> [1] "DOID_2280" #> #> $`hidradenitis suppurativa`$dbPhenotype #> [1] TRUE #> #> $`hidradenitis suppurativa`$`_parent` #> [1] "DOID_2282<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`hidradenitis suppurativa`$`_is_leaf` #> [1] TRUE #> #> $`hidradenitis suppurativa`$children #> list() #> #> $`hidradenitis suppurativa`$value #> [1] "hidradenitis suppurativa" #> #> #> $`Hip dislocation` #> $`Hip dislocation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002827" #> #> $`Hip dislocation`$`_id` #> [1] "HP_0002827<HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Hip dislocation`$privateGeneCount #> [1] 0 #> #> $`Hip dislocation`$publicGeneCount #> [1] 1 #> #> $`Hip dislocation`$urlId #> [1] "HP_0002827" #> #> $`Hip dislocation`$dbPhenotype #> [1] TRUE #> #> $`Hip dislocation`$`_parent` #> [1] "HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Hip dislocation`$`_is_leaf` #> [1] TRUE #> #> $`Hip dislocation`$children #> list() #> #> $`Hip dislocation`$value #> [1] "Hip dislocation" #> #> #> $`Hip dislocation` #> $`Hip dislocation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002827" #> #> $`Hip dislocation`$`_id` #> [1] "HP_0002827<HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Hip dislocation`$privateGeneCount #> [1] 0 #> #> $`Hip dislocation`$publicGeneCount #> [1] 1 #> #> $`Hip dislocation`$urlId #> [1] "HP_0002827" #> #> $`Hip dislocation`$dbPhenotype #> [1] TRUE #> #> $`Hip dislocation`$`_parent` #> [1] "HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Hip dislocation`$`_is_leaf` #> [1] TRUE #> #> $`Hip dislocation`$children #> list() #> #> $`Hip dislocation`$value #> [1] "Hip dislocation" #> #> #> $`Hip dislocation` #> $`Hip dislocation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002827" #> #> $`Hip dislocation`$`_id` #> [1] "HP_0002827<HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Hip dislocation`$privateGeneCount #> [1] 0 #> #> $`Hip dislocation`$publicGeneCount #> [1] 1 #> #> $`Hip dislocation`$urlId #> [1] "HP_0002827" #> #> $`Hip dislocation`$dbPhenotype #> [1] TRUE #> #> $`Hip dislocation`$`_parent` #> [1] "HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Hip dislocation`$`_is_leaf` #> [1] TRUE #> #> $`Hip dislocation`$children #> list() #> #> $`Hip dislocation`$value #> [1] "Hip dislocation" #> #> #> $`Hip dislocation` #> $`Hip dislocation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002827" #> #> $`Hip dislocation`$`_id` #> [1] "HP_0002827<HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Hip dislocation`$privateGeneCount #> [1] 0 #> #> $`Hip dislocation`$publicGeneCount #> [1] 1 #> #> $`Hip dislocation`$urlId #> [1] "HP_0002827" #> #> $`Hip dislocation`$dbPhenotype #> [1] TRUE #> #> $`Hip dislocation`$`_parent` #> [1] "HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Hip dislocation`$`_is_leaf` #> [1] TRUE #> #> $`Hip dislocation`$children #> list() #> #> $`Hip dislocation`$value #> [1] "Hip dislocation" #> #> #> $`Hip dislocation` #> $`Hip dislocation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002827" #> #> $`Hip dislocation`$`_id` #> [1] "HP_0002827<HP_0030311<HP_0001373<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Hip dislocation`$privateGeneCount #> [1] 0 #> #> $`Hip dislocation`$publicGeneCount #> [1] 1 #> #> $`Hip dislocation`$urlId #> [1] "HP_0002827" #> #> $`Hip dislocation`$dbPhenotype #> [1] TRUE #> #> $`Hip dislocation`$`_parent` #> [1] "HP_0030311<HP_0001373<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Hip dislocation`$`_is_leaf` #> [1] TRUE #> #> $`Hip dislocation`$children #> list() #> #> $`Hip dislocation`$value #> [1] "Hip dislocation" #> #> #> $`Hirschsprung's disease` #> $`Hirschsprung's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10487" #> #> $`Hirschsprung's disease`$`_id` #> [1] "DOID_10487<DOID_11372<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`Hirschsprung's disease`$privateGeneCount #> [1] 0 #> #> $`Hirschsprung's disease`$publicGeneCount #> [1] 12 #> #> $`Hirschsprung's disease`$urlId #> [1] "DOID_10487" #> #> $`Hirschsprung's disease`$dbPhenotype #> [1] TRUE #> #> $`Hirschsprung's disease`$`_parent` #> [1] "DOID_11372<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`Hirschsprung's disease`$`_is_leaf` #> [1] TRUE #> #> $`Hirschsprung's disease`$children #> list() #> #> $`Hirschsprung's disease`$value #> [1] "Hirschsprung's disease" #> #> #> $Hirsutism #> $Hirsutism$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001007" #> #> $Hirsutism$`_id` #> [1] "HP_0001007<HP_0011362<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $Hirsutism$privateGeneCount #> [1] 0 #> #> $Hirsutism$publicGeneCount #> [1] 1 #> #> $Hirsutism$urlId #> [1] "HP_0001007" #> #> $Hirsutism$dbPhenotype #> [1] TRUE #> #> $Hirsutism$`_parent` #> [1] "HP_0011362<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $Hirsutism$`_is_leaf` #> [1] TRUE #> #> $Hirsutism$children #> list() #> #> $Hirsutism$value #> [1] "Hirsutism" #> #> #> $`histidine metabolism disease` #> $`histidine metabolism disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9265" #> #> $`histidine metabolism disease`$`_id` #> [1] "DOID_9265<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`histidine metabolism disease`$privateGeneCount #> [1] 0 #> #> $`histidine metabolism disease`$publicGeneCount #> [1] 1 #> #> $`histidine metabolism disease`$urlId #> [1] "DOID_9265" #> #> $`histidine metabolism disease`$dbPhenotype #> [1] FALSE #> #> $`histidine metabolism disease`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`histidine metabolism disease`$`_is_leaf` #> [1] FALSE #> #> $`histidine metabolism disease`$children #> $`histidine metabolism disease`$children[[1]] #> [1] "DOID_0060168<DOID_9265<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $`histidine metabolism disease`$value #> [1] "histidine metabolism disease" #> #> #> $histidinemia #> $histidinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060168" #> #> $histidinemia$`_id` #> [1] "DOID_0060168<DOID_9265<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $histidinemia$privateGeneCount #> [1] 0 #> #> $histidinemia$publicGeneCount #> [1] 1 #> #> $histidinemia$urlId #> [1] "DOID_0060168" #> #> $histidinemia$dbPhenotype #> [1] TRUE #> #> $histidinemia$`_parent` #> [1] "DOID_9265<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $histidinemia$`_is_leaf` #> [1] TRUE #> #> $histidinemia$children #> list() #> #> $histidinemia$value #> [1] "histidinemia" #> #> #> $`histiocytoid hemangioma` #> $`histiocytoid hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_474" #> #> $`histiocytoid hemangioma`$`_id` #> [1] "DOID_474<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`histiocytoid hemangioma`$privateGeneCount #> [1] 0 #> #> $`histiocytoid hemangioma`$publicGeneCount #> [1] 6 #> #> $`histiocytoid hemangioma`$urlId #> [1] "DOID_474" #> #> $`histiocytoid hemangioma`$dbPhenotype #> [1] TRUE #> #> $`histiocytoid hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`histiocytoid hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`histiocytoid hemangioma`$children #> list() #> #> $`histiocytoid hemangioma`$value #> [1] "histiocytoid hemangioma" #> #> #> $`histiocytoid hemangioma` #> $`histiocytoid hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_474" #> #> $`histiocytoid hemangioma`$`_id` #> [1] "DOID_474<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`histiocytoid hemangioma`$privateGeneCount #> [1] 0 #> #> $`histiocytoid hemangioma`$publicGeneCount #> [1] 6 #> #> $`histiocytoid hemangioma`$urlId #> [1] "DOID_474" #> #> $`histiocytoid hemangioma`$dbPhenotype #> [1] TRUE #> #> $`histiocytoid hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`histiocytoid hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`histiocytoid hemangioma`$children #> list() #> #> $`histiocytoid hemangioma`$value #> [1] "histiocytoid hemangioma" #> #> #> $`histiocytoid hemangioma` #> $`histiocytoid hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_474" #> #> $`histiocytoid hemangioma`$`_id` #> [1] "DOID_474<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`histiocytoid hemangioma`$privateGeneCount #> [1] 0 #> #> $`histiocytoid hemangioma`$publicGeneCount #> [1] 6 #> #> $`histiocytoid hemangioma`$urlId #> [1] "DOID_474" #> #> $`histiocytoid hemangioma`$dbPhenotype #> [1] TRUE #> #> $`histiocytoid hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`histiocytoid hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`histiocytoid hemangioma`$children #> list() #> #> $`histiocytoid hemangioma`$value #> [1] "histiocytoid hemangioma" #> #> #> $`histiocytoid hemangioma` #> $`histiocytoid hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_474" #> #> $`histiocytoid hemangioma`$`_id` #> [1] "DOID_474<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`histiocytoid hemangioma`$privateGeneCount #> [1] 0 #> #> $`histiocytoid hemangioma`$publicGeneCount #> [1] 6 #> #> $`histiocytoid hemangioma`$urlId #> [1] "DOID_474" #> #> $`histiocytoid hemangioma`$dbPhenotype #> [1] TRUE #> #> $`histiocytoid hemangioma`$`_parent` #> [1] "DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`histiocytoid hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`histiocytoid hemangioma`$children #> list() #> #> $`histiocytoid hemangioma`$value #> [1] "histiocytoid hemangioma" #> #> #> $histiocytoma #> $histiocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4231" #> #> $histiocytoma$`_id` #> [1] "DOID_4231<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $histiocytoma$privateGeneCount #> [1] 0 #> #> $histiocytoma$publicGeneCount #> [1] 3 #> #> $histiocytoma$urlId #> [1] "DOID_4231" #> #> $histiocytoma$dbPhenotype #> [1] TRUE #> #> $histiocytoma$`_parent` #> [1] "DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $histiocytoma$`_is_leaf` #> [1] FALSE #> #> $histiocytoma$children #> $histiocytoma$children[[1]] #> [1] "DOID_4415<DOID_4231<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $histiocytoma$value #> [1] "histiocytoma" #> #> #> $histiocytoma #> $histiocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4231" #> #> $histiocytoma$`_id` #> [1] "DOID_4231<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $histiocytoma$privateGeneCount #> [1] 0 #> #> $histiocytoma$publicGeneCount #> [1] 3 #> #> $histiocytoma$urlId #> [1] "DOID_4231" #> #> $histiocytoma$dbPhenotype #> [1] TRUE #> #> $histiocytoma$`_parent` #> [1] "DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $histiocytoma$`_is_leaf` #> [1] FALSE #> #> $histiocytoma$children #> $histiocytoma$children[[1]] #> [1] "DOID_4415<DOID_4231<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> #> $histiocytoma$value #> [1] "histiocytoma" #> #> #> $histiocytoma #> $histiocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4231" #> #> $histiocytoma$`_id` #> [1] "DOID_4231<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $histiocytoma$privateGeneCount #> [1] 0 #> #> $histiocytoma$publicGeneCount #> [1] 3 #> #> $histiocytoma$urlId #> [1] "DOID_4231" #> #> $histiocytoma$dbPhenotype #> [1] TRUE #> #> $histiocytoma$`_parent` #> [1] "DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $histiocytoma$`_is_leaf` #> [1] FALSE #> #> $histiocytoma$children #> $histiocytoma$children[[1]] #> [1] "DOID_4415<DOID_4231<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $histiocytoma$value #> [1] "histiocytoma" #> #> #> $histiocytosis #> $histiocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3405" #> #> $histiocytosis$`_id` #> [1] "DOID_3405<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $histiocytosis$privateGeneCount #> [1] 0 #> #> $histiocytosis$publicGeneCount #> [1] 3 #> #> $histiocytosis$urlId #> [1] "DOID_3405" #> #> $histiocytosis$dbPhenotype #> [1] TRUE #> #> $histiocytosis$`_parent` #> [1] "DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $histiocytosis$`_is_leaf` #> [1] FALSE #> #> $histiocytosis$children #> $histiocytosis$children[[1]] #> [1] "DOID_4330<DOID_3405<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $histiocytosis$children[[2]] #> [1] "DOID_4394<DOID_3405<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $histiocytosis$value #> [1] "histiocytosis" #> #> #> $histoplasmosis #> $histoplasmosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1731" #> #> $histoplasmosis$`_id` #> [1] "DOID_1731<DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $histoplasmosis$privateGeneCount #> [1] 0 #> #> $histoplasmosis$publicGeneCount #> [1] 1 #> #> $histoplasmosis$urlId #> [1] "DOID_1731" #> #> $histoplasmosis$dbPhenotype #> [1] TRUE #> #> $histoplasmosis$`_parent` #> [1] "DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $histoplasmosis$`_is_leaf` #> [1] TRUE #> #> $histoplasmosis$children #> list() #> #> $histoplasmosis$value #> [1] "histoplasmosis" #> #> #> $`Hodgkin's granuloma` #> $`Hodgkin's granuloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8651" #> #> $`Hodgkin's granuloma`$`_id` #> [1] "DOID_8651<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's granuloma`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's granuloma`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's granuloma`$urlId #> [1] "DOID_8651" #> #> $`Hodgkin's granuloma`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's granuloma`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's granuloma`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's granuloma`$children #> list() #> #> $`Hodgkin's granuloma`$value #> [1] "Hodgkin's granuloma" #> #> #> $`Hodgkin's granuloma` #> $`Hodgkin's granuloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8651" #> #> $`Hodgkin's granuloma`$`_id` #> [1] "DOID_8651<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's granuloma`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's granuloma`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's granuloma`$urlId #> [1] "DOID_8651" #> #> $`Hodgkin's granuloma`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's granuloma`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's granuloma`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's granuloma`$children #> list() #> #> $`Hodgkin's granuloma`$value #> [1] "Hodgkin's granuloma" #> #> #> $`Hodgkin's granuloma` #> $`Hodgkin's granuloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8651" #> #> $`Hodgkin's granuloma`$`_id` #> [1] "DOID_8651<DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's granuloma`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's granuloma`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's granuloma`$urlId #> [1] "DOID_8651" #> #> $`Hodgkin's granuloma`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's granuloma`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's granuloma`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's granuloma`$children #> list() #> #> $`Hodgkin's granuloma`$value #> [1] "Hodgkin's granuloma" #> #> #> $`Hodgkin's granuloma` #> $`Hodgkin's granuloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8651" #> #> $`Hodgkin's granuloma`$`_id` #> [1] "DOID_8651<DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's granuloma`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's granuloma`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's granuloma`$urlId #> [1] "DOID_8651" #> #> $`Hodgkin's granuloma`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's granuloma`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's granuloma`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's granuloma`$children #> list() #> #> $`Hodgkin's granuloma`$value #> [1] "Hodgkin's granuloma" #> #> #> $`Hodgkin's granuloma` #> $`Hodgkin's granuloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8651" #> #> $`Hodgkin's granuloma`$`_id` #> [1] "DOID_8651<DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's granuloma`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's granuloma`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's granuloma`$urlId #> [1] "DOID_8651" #> #> $`Hodgkin's granuloma`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's granuloma`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's granuloma`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's granuloma`$children #> list() #> #> $`Hodgkin's granuloma`$value #> [1] "Hodgkin's granuloma" #> #> #> $`Hodgkin's lymphoma` #> $`Hodgkin's lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8567" #> #> $`Hodgkin's lymphoma`$`_id` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma`$publicGeneCount #> [1] 20 #> #> $`Hodgkin's lymphoma`$urlId #> [1] "DOID_8567" #> #> $`Hodgkin's lymphoma`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`Hodgkin's lymphoma`$children #> $`Hodgkin's lymphoma`$children[[1]] #> [1] "DOID_8651<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[2]] #> [1] "DOID_8628<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[3]] #> [1] "DOID_8543<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[4]] #> [1] "DOID_8654<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`Hodgkin's lymphoma`$value #> [1] "Hodgkin's lymphoma" #> #> #> $`Hodgkin's lymphoma` #> $`Hodgkin's lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8567" #> #> $`Hodgkin's lymphoma`$`_id` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma`$publicGeneCount #> [1] 20 #> #> $`Hodgkin's lymphoma`$urlId #> [1] "DOID_8567" #> #> $`Hodgkin's lymphoma`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`Hodgkin's lymphoma`$children #> $`Hodgkin's lymphoma`$children[[1]] #> [1] "DOID_8651<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[2]] #> [1] "DOID_8628<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[3]] #> [1] "DOID_8543<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[4]] #> [1] "DOID_8654<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`Hodgkin's lymphoma`$value #> [1] "Hodgkin's lymphoma" #> #> #> $`Hodgkin's lymphoma` #> $`Hodgkin's lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8567" #> #> $`Hodgkin's lymphoma`$`_id` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma`$publicGeneCount #> [1] 20 #> #> $`Hodgkin's lymphoma`$urlId #> [1] "DOID_8567" #> #> $`Hodgkin's lymphoma`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`Hodgkin's lymphoma`$children #> $`Hodgkin's lymphoma`$children[[1]] #> [1] "DOID_8651<DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[2]] #> [1] "DOID_8628<DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[3]] #> [1] "DOID_8543<DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[4]] #> [1] "DOID_8654<DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`Hodgkin's lymphoma`$value #> [1] "Hodgkin's lymphoma" #> #> #> $`Hodgkin's lymphoma` #> $`Hodgkin's lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8567" #> #> $`Hodgkin's lymphoma`$`_id` #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma`$publicGeneCount #> [1] 20 #> #> $`Hodgkin's lymphoma`$urlId #> [1] "DOID_8567" #> #> $`Hodgkin's lymphoma`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma`$`_parent` #> [1] "DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`Hodgkin's lymphoma`$children #> $`Hodgkin's lymphoma`$children[[1]] #> [1] "DOID_8651<DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[2]] #> [1] "DOID_8628<DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[3]] #> [1] "DOID_8543<DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[4]] #> [1] "DOID_8654<DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`Hodgkin's lymphoma`$value #> [1] "Hodgkin's lymphoma" #> #> #> $`Hodgkin's lymphoma` #> $`Hodgkin's lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8567" #> #> $`Hodgkin's lymphoma`$`_id` #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma`$publicGeneCount #> [1] 20 #> #> $`Hodgkin's lymphoma`$urlId #> [1] "DOID_8567" #> #> $`Hodgkin's lymphoma`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma`$`_parent` #> [1] "DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`Hodgkin's lymphoma`$children #> $`Hodgkin's lymphoma`$children[[1]] #> [1] "DOID_8651<DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[2]] #> [1] "DOID_8628<DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[3]] #> [1] "DOID_8543<DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[4]] #> [1] "DOID_8654<DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`Hodgkin's lymphoma`$value #> [1] "Hodgkin's lymphoma" #> #> #> $`Hodgkin's lymphoma, lymphocytic depletion` #> $`Hodgkin's lymphoma, lymphocytic depletion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8628" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_id` #> [1] "DOID_8628<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$urlId #> [1] "DOID_8628" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$children #> list() #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$value #> [1] "Hodgkin's lymphoma, lymphocytic depletion" #> #> #> $`Hodgkin's lymphoma, lymphocytic depletion` #> $`Hodgkin's lymphoma, lymphocytic depletion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8628" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_id` #> [1] "DOID_8628<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$urlId #> [1] "DOID_8628" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$children #> list() #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$value #> [1] "Hodgkin's lymphoma, lymphocytic depletion" #> #> #> $`Hodgkin's lymphoma, lymphocytic depletion` #> $`Hodgkin's lymphoma, lymphocytic depletion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8628" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_id` #> [1] "DOID_8628<DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$urlId #> [1] "DOID_8628" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$children #> list() #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$value #> [1] "Hodgkin's lymphoma, lymphocytic depletion" #> #> #> $`Hodgkin's lymphoma, lymphocytic depletion` #> $`Hodgkin's lymphoma, lymphocytic depletion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8628" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_id` #> [1] "DOID_8628<DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$urlId #> [1] "DOID_8628" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$children #> list() #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$value #> [1] "Hodgkin's lymphoma, lymphocytic depletion" #> #> #> $`Hodgkin's lymphoma, lymphocytic depletion` #> $`Hodgkin's lymphoma, lymphocytic depletion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8628" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_id` #> [1] "DOID_8628<DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$urlId #> [1] "DOID_8628" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$children #> list() #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$value #> [1] "Hodgkin's lymphoma, lymphocytic depletion" #> #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance` #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8543" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_id` #> [1] "DOID_8543<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$urlId #> [1] "DOID_8543" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$children #> list() #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$value #> [1] "Hodgkin's lymphoma, lymphocytic-histiocytic predominance" #> #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance` #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8543" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_id` #> [1] "DOID_8543<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$urlId #> [1] "DOID_8543" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$children #> list() #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$value #> [1] "Hodgkin's lymphoma, lymphocytic-histiocytic predominance" #> #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance` #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8543" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_id` #> [1] "DOID_8543<DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$urlId #> [1] "DOID_8543" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$children #> list() #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$value #> [1] "Hodgkin's lymphoma, lymphocytic-histiocytic predominance" #> #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance` #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8543" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_id` #> [1] "DOID_8543<DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$urlId #> [1] "DOID_8543" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$children #> list() #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$value #> [1] "Hodgkin's lymphoma, lymphocytic-histiocytic predominance" #> #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance` #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8543" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_id` #> [1] "DOID_8543<DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$urlId #> [1] "DOID_8543" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$children #> list() #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$value #> [1] "Hodgkin's lymphoma, lymphocytic-histiocytic predominance" #> #> #> $`Hodgkin's lymphoma, mixed cellularity` #> $`Hodgkin's lymphoma, mixed cellularity`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8654" #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_id` #> [1] "DOID_8654<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, mixed cellularity`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, mixed cellularity`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, mixed cellularity`$urlId #> [1] "DOID_8654" #> #> $`Hodgkin's lymphoma, mixed cellularity`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, mixed cellularity`$children #> list() #> #> $`Hodgkin's lymphoma, mixed cellularity`$value #> [1] "Hodgkin's lymphoma, mixed cellularity" #> #> #> $`Hodgkin's lymphoma, mixed cellularity` #> $`Hodgkin's lymphoma, mixed cellularity`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8654" #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_id` #> [1] "DOID_8654<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, mixed cellularity`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, mixed cellularity`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, mixed cellularity`$urlId #> [1] "DOID_8654" #> #> $`Hodgkin's lymphoma, mixed cellularity`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, mixed cellularity`$children #> list() #> #> $`Hodgkin's lymphoma, mixed cellularity`$value #> [1] "Hodgkin's lymphoma, mixed cellularity" #> #> #> $`Hodgkin's lymphoma, mixed cellularity` #> $`Hodgkin's lymphoma, mixed cellularity`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8654" #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_id` #> [1] "DOID_8654<DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, mixed cellularity`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, mixed cellularity`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, mixed cellularity`$urlId #> [1] "DOID_8654" #> #> $`Hodgkin's lymphoma, mixed cellularity`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, mixed cellularity`$children #> list() #> #> $`Hodgkin's lymphoma, mixed cellularity`$value #> [1] "Hodgkin's lymphoma, mixed cellularity" #> #> #> $`Hodgkin's lymphoma, mixed cellularity` #> $`Hodgkin's lymphoma, mixed cellularity`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8654" #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_id` #> [1] "DOID_8654<DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, mixed cellularity`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, mixed cellularity`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, mixed cellularity`$urlId #> [1] "DOID_8654" #> #> $`Hodgkin's lymphoma, mixed cellularity`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, mixed cellularity`$children #> list() #> #> $`Hodgkin's lymphoma, mixed cellularity`$value #> [1] "Hodgkin's lymphoma, mixed cellularity" #> #> #> $`Hodgkin's lymphoma, mixed cellularity` #> $`Hodgkin's lymphoma, mixed cellularity`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8654" #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_id` #> [1] "DOID_8654<DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, mixed cellularity`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, mixed cellularity`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, mixed cellularity`$urlId #> [1] "DOID_8654" #> #> $`Hodgkin's lymphoma, mixed cellularity`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, mixed cellularity`$children #> list() #> #> $`Hodgkin's lymphoma, mixed cellularity`$value #> [1] "Hodgkin's lymphoma, mixed cellularity" #> #> #> $`holocarboxylase synthetase deficiency` #> $`holocarboxylase synthetase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_859" #> #> $`holocarboxylase synthetase deficiency`$`_id` #> [1] "DOID_859<DOID_857<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`holocarboxylase synthetase deficiency`$privateGeneCount #> [1] 0 #> #> $`holocarboxylase synthetase deficiency`$publicGeneCount #> [1] 1 #> #> $`holocarboxylase synthetase deficiency`$urlId #> [1] "DOID_859" #> #> $`holocarboxylase synthetase deficiency`$dbPhenotype #> [1] TRUE #> #> $`holocarboxylase synthetase deficiency`$`_parent` #> [1] "DOID_857<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`holocarboxylase synthetase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`holocarboxylase synthetase deficiency`$children #> list() #> #> $`holocarboxylase synthetase deficiency`$value #> [1] "holocarboxylase synthetase deficiency" #> #> #> $`holocarboxylase synthetase deficiency` #> $`holocarboxylase synthetase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_859" #> #> $`holocarboxylase synthetase deficiency`$`_id` #> [1] "DOID_859<DOID_857<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`holocarboxylase synthetase deficiency`$privateGeneCount #> [1] 0 #> #> $`holocarboxylase synthetase deficiency`$publicGeneCount #> [1] 1 #> #> $`holocarboxylase synthetase deficiency`$urlId #> [1] "DOID_859" #> #> $`holocarboxylase synthetase deficiency`$dbPhenotype #> [1] TRUE #> #> $`holocarboxylase synthetase deficiency`$`_parent` #> [1] "DOID_857<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`holocarboxylase synthetase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`holocarboxylase synthetase deficiency`$children #> list() #> #> $`holocarboxylase synthetase deficiency`$value #> [1] "holocarboxylase synthetase deficiency" #> #> #> $holoprosencephaly #> $holoprosencephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4621" #> #> $holoprosencephaly$`_id` #> [1] "DOID_4621<DOID_225<DOID_4" #> #> $holoprosencephaly$privateGeneCount #> [1] 0 #> #> $holoprosencephaly$publicGeneCount #> [1] 12 #> #> $holoprosencephaly$urlId #> [1] "DOID_4621" #> #> $holoprosencephaly$dbPhenotype #> [1] TRUE #> #> $holoprosencephaly$`_parent` #> [1] "DOID_225<DOID_4" #> #> $holoprosencephaly$`_is_leaf` #> [1] TRUE #> #> $holoprosencephaly$children #> list() #> #> $holoprosencephaly$value #> [1] "holoprosencephaly" #> #> #> $holoprosencephaly #> $holoprosencephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4621" #> #> $holoprosencephaly$`_id` #> [1] "DOID_4621<DOID_2490<DOID_0080015<DOID_4" #> #> $holoprosencephaly$privateGeneCount #> [1] 0 #> #> $holoprosencephaly$publicGeneCount #> [1] 12 #> #> $holoprosencephaly$urlId #> [1] "DOID_4621" #> #> $holoprosencephaly$dbPhenotype #> [1] TRUE #> #> $holoprosencephaly$`_parent` #> [1] "DOID_2490<DOID_0080015<DOID_4" #> #> $holoprosencephaly$`_is_leaf` #> [1] TRUE #> #> $holoprosencephaly$children #> list() #> #> $holoprosencephaly$value #> [1] "holoprosencephaly" #> #> #> $holoprosencephaly #> $holoprosencephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4621" #> #> $holoprosencephaly$`_id` #> [1] "DOID_4621<DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $holoprosencephaly$privateGeneCount #> [1] 0 #> #> $holoprosencephaly$publicGeneCount #> [1] 12 #> #> $holoprosencephaly$urlId #> [1] "DOID_4621" #> #> $holoprosencephaly$dbPhenotype #> [1] TRUE #> #> $holoprosencephaly$`_parent` #> [1] "DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $holoprosencephaly$`_is_leaf` #> [1] TRUE #> #> $holoprosencephaly$children #> list() #> #> $holoprosencephaly$value #> [1] "holoprosencephaly" #> #> #> $`Holt-Oram syndrome` #> $`Holt-Oram syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060468" #> #> $`Holt-Oram syndrome`$`_id` #> [1] "DOID_0060468<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Holt-Oram syndrome`$privateGeneCount #> [1] 0 #> #> $`Holt-Oram syndrome`$publicGeneCount #> [1] 1 #> #> $`Holt-Oram syndrome`$urlId #> [1] "DOID_0060468" #> #> $`Holt-Oram syndrome`$dbPhenotype #> [1] TRUE #> #> $`Holt-Oram syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Holt-Oram syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Holt-Oram syndrome`$children #> list() #> #> $`Holt-Oram syndrome`$value #> [1] "Holt-Oram syndrome" #> #> #> $`Holt-Oram syndrome` #> $`Holt-Oram syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060468" #> #> $`Holt-Oram syndrome`$`_id` #> [1] "DOID_0060468<DOID_225<DOID_4" #> #> $`Holt-Oram syndrome`$privateGeneCount #> [1] 0 #> #> $`Holt-Oram syndrome`$publicGeneCount #> [1] 1 #> #> $`Holt-Oram syndrome`$urlId #> [1] "DOID_0060468" #> #> $`Holt-Oram syndrome`$dbPhenotype #> [1] TRUE #> #> $`Holt-Oram syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Holt-Oram syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Holt-Oram syndrome`$children #> list() #> #> $`Holt-Oram syndrome`$value #> [1] "Holt-Oram syndrome" #> #> #> $homocarnosinosis #> $homocarnosinosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060177" #> #> $homocarnosinosis$`_id` #> [1] "DOID_0060177<DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $homocarnosinosis$privateGeneCount #> [1] 0 #> #> $homocarnosinosis$publicGeneCount #> [1] 1 #> #> $homocarnosinosis$urlId #> [1] "DOID_0060177" #> #> $homocarnosinosis$dbPhenotype #> [1] TRUE #> #> $homocarnosinosis$`_parent` #> [1] "DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $homocarnosinosis$`_is_leaf` #> [1] TRUE #> #> $homocarnosinosis$children #> list() #> #> $homocarnosinosis$value #> [1] "homocarnosinosis" #> #> #> $homocarnosinosis #> $homocarnosinosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060177" #> #> $homocarnosinosis$`_id` #> [1] "DOID_0060177<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $homocarnosinosis$privateGeneCount #> [1] 0 #> #> $homocarnosinosis$publicGeneCount #> [1] 1 #> #> $homocarnosinosis$urlId #> [1] "DOID_0060177" #> #> $homocarnosinosis$dbPhenotype #> [1] TRUE #> #> $homocarnosinosis$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $homocarnosinosis$`_is_leaf` #> [1] TRUE #> #> $homocarnosinosis$children #> list() #> #> $homocarnosinosis$value #> [1] "homocarnosinosis" #> #> #> $homocystinuria #> $homocystinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9263" #> #> $homocystinuria$`_id` #> [1] "DOID_9263<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $homocystinuria$privateGeneCount #> [1] 0 #> #> $homocystinuria$publicGeneCount #> [1] 3 #> #> $homocystinuria$urlId #> [1] "DOID_9263" #> #> $homocystinuria$dbPhenotype #> [1] TRUE #> #> $homocystinuria$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $homocystinuria$`_is_leaf` #> [1] TRUE #> #> $homocystinuria$children #> list() #> #> $homocystinuria$value #> [1] "homocystinuria" #> #> #> $`human immunodeficiency virus infectious disease` #> $`human immunodeficiency virus infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_526" #> #> $`human immunodeficiency virus infectious disease`$`_id` #> [1] "DOID_526<DOID_934<DOID_0050117<DOID_4" #> #> $`human immunodeficiency virus infectious disease`$privateGeneCount #> [1] 0 #> #> $`human immunodeficiency virus infectious disease`$publicGeneCount #> [1] 170 #> #> $`human immunodeficiency virus infectious disease`$urlId #> [1] "DOID_526" #> #> $`human immunodeficiency virus infectious disease`$dbPhenotype #> [1] TRUE #> #> $`human immunodeficiency virus infectious disease`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`human immunodeficiency virus infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`human immunodeficiency virus infectious disease`$children #> $`human immunodeficiency virus infectious disease`$children[[1]] #> [1] "DOID_635<DOID_526<DOID_934<DOID_0050117<DOID_4" #> #> #> $`human immunodeficiency virus infectious disease`$value #> [1] "human immunodeficiency virus infectious disease" #> #> #> $`Human Phenotype Ontology` #> $`Human Phenotype Ontology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000001" #> #> $`Human Phenotype Ontology`$`_id` #> [1] "HP_0000001" #> #> $`Human Phenotype Ontology`$privateGeneCount #> [1] 0 #> #> $`Human Phenotype Ontology`$publicGeneCount #> [1] 1675 #> #> $`Human Phenotype Ontology`$urlId #> [1] "HP_0000001" #> #> $`Human Phenotype Ontology`$dbPhenotype #> [1] FALSE #> #> $`Human Phenotype Ontology`$`_parent` #> NULL #> #> $`Human Phenotype Ontology`$`_is_leaf` #> [1] FALSE #> #> $`Human Phenotype Ontology`$children #> $`Human Phenotype Ontology`$children[[1]] #> [1] "HP_0031797<HP_0000001" #> #> $`Human Phenotype Ontology`$children[[2]] #> [1] "HP_0000005<HP_0000001" #> #> $`Human Phenotype Ontology`$children[[3]] #> [1] "HP_0000118<HP_0000001" #> #> #> $`Human Phenotype Ontology`$value #> [1] "Human Phenotype Ontology" #> #> #> $`Huntington's disease` #> $`Huntington's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12858" #> #> $`Huntington's disease`$`_id` #> [1] "DOID_12858<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Huntington's disease`$privateGeneCount #> [1] 0 #> #> $`Huntington's disease`$publicGeneCount #> [1] 47 #> #> $`Huntington's disease`$urlId #> [1] "DOID_12858" #> #> $`Huntington's disease`$dbPhenotype #> [1] TRUE #> #> $`Huntington's disease`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Huntington's disease`$`_is_leaf` #> [1] TRUE #> #> $`Huntington's disease`$children #> list() #> #> $`Huntington's disease`$value #> [1] "Huntington's disease" #> #> #> $hydrocephalus #> $hydrocephalus$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10908" #> #> $hydrocephalus$`_id` #> [1] "DOID_10908<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $hydrocephalus$privateGeneCount #> [1] 0 #> #> $hydrocephalus$publicGeneCount #> [1] 13 #> #> $hydrocephalus$urlId #> [1] "DOID_10908" #> #> $hydrocephalus$dbPhenotype #> [1] TRUE #> #> $hydrocephalus$`_parent` #> [1] "DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $hydrocephalus$`_is_leaf` #> [1] FALSE #> #> $hydrocephalus$children #> $hydrocephalus$children[[1]] #> [1] "DOID_1573<DOID_10908<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $hydrocephalus$children[[2]] #> [1] "DOID_14159<DOID_10908<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $hydrocephalus$value #> [1] "hydrocephalus" #> #> #> $`hydrolethalus syndrome` #> $`hydrolethalus syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050779" #> #> $`hydrolethalus syndrome`$`_id` #> [1] "DOID_0050779<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hydrolethalus syndrome`$privateGeneCount #> [1] 0 #> #> $`hydrolethalus syndrome`$publicGeneCount #> [1] 2 #> #> $`hydrolethalus syndrome`$urlId #> [1] "DOID_0050779" #> #> $`hydrolethalus syndrome`$dbPhenotype #> [1] TRUE #> #> $`hydrolethalus syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hydrolethalus syndrome`$`_is_leaf` #> [1] TRUE #> #> $`hydrolethalus syndrome`$children #> list() #> #> $`hydrolethalus syndrome`$value #> [1] "hydrolethalus syndrome" #> #> #> $`hydrolethalus syndrome` #> $`hydrolethalus syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050779" #> #> $`hydrolethalus syndrome`$`_id` #> [1] "DOID_0050779<DOID_225<DOID_4" #> #> $`hydrolethalus syndrome`$privateGeneCount #> [1] 0 #> #> $`hydrolethalus syndrome`$publicGeneCount #> [1] 2 #> #> $`hydrolethalus syndrome`$urlId #> [1] "DOID_0050779" #> #> $`hydrolethalus syndrome`$dbPhenotype #> [1] TRUE #> #> $`hydrolethalus syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`hydrolethalus syndrome`$`_is_leaf` #> [1] TRUE #> #> $`hydrolethalus syndrome`$children #> list() #> #> $`hydrolethalus syndrome`$value #> [1] "hydrolethalus syndrome" #> #> #> $hydronephrosis #> $hydronephrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11111" #> #> $hydronephrosis$`_id` #> [1] "DOID_11111<DOID_5200<DOID_18<DOID_7<DOID_4" #> #> $hydronephrosis$privateGeneCount #> [1] 0 #> #> $hydronephrosis$publicGeneCount #> [1] 6 #> #> $hydronephrosis$urlId #> [1] "DOID_11111" #> #> $hydronephrosis$dbPhenotype #> [1] TRUE #> #> $hydronephrosis$`_parent` #> [1] "DOID_5200<DOID_18<DOID_7<DOID_4" #> #> $hydronephrosis$`_is_leaf` #> [1] TRUE #> #> $hydronephrosis$children #> list() #> #> $hydronephrosis$value #> [1] "hydronephrosis" #> #> #> $hydrophthalmos #> $hydrophthalmos$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11212" #> #> $hydrophthalmos$`_id` #> [1] "DOID_11212<DOID_0050593<DOID_0050177<DOID_630<DOID_4" #> #> $hydrophthalmos$privateGeneCount #> [1] 0 #> #> $hydrophthalmos$publicGeneCount #> [1] 1 #> #> $hydrophthalmos$urlId #> [1] "DOID_11212" #> #> $hydrophthalmos$dbPhenotype #> [1] TRUE #> #> $hydrophthalmos$`_parent` #> [1] "DOID_0050593<DOID_0050177<DOID_630<DOID_4" #> #> $hydrophthalmos$`_is_leaf` #> [1] FALSE #> #> $hydrophthalmos$children #> $hydrophthalmos$children[[1]] #> [1] "DOID_11211<DOID_11212<DOID_0050593<DOID_0050177<DOID_630<DOID_4" #> #> #> $hydrophthalmos$value #> [1] "hydrophthalmos" #> #> #> $hydrophthalmos #> $hydrophthalmos$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11212" #> #> $hydrophthalmos$`_id` #> [1] "DOID_11212<DOID_0050593<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $hydrophthalmos$privateGeneCount #> [1] 0 #> #> $hydrophthalmos$publicGeneCount #> [1] 1 #> #> $hydrophthalmos$urlId #> [1] "DOID_11212" #> #> $hydrophthalmos$dbPhenotype #> [1] TRUE #> #> $hydrophthalmos$`_parent` #> [1] "DOID_0050593<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $hydrophthalmos$`_is_leaf` #> [1] FALSE #> #> $hydrophthalmos$children #> $hydrophthalmos$children[[1]] #> [1] "DOID_11211<DOID_11212<DOID_0050593<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $hydrophthalmos$value #> [1] "hydrophthalmos" #> #> #> $`Hydrops fetalis` #> $`Hydrops fetalis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001789" #> #> $`Hydrops fetalis`$`_id` #> [1] "HP_0001789<HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Hydrops fetalis`$privateGeneCount #> [1] 0 #> #> $`Hydrops fetalis`$publicGeneCount #> [1] 2 #> #> $`Hydrops fetalis`$urlId #> [1] "HP_0001789" #> #> $`Hydrops fetalis`$dbPhenotype #> [1] TRUE #> #> $`Hydrops fetalis`$`_parent` #> [1] "HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Hydrops fetalis`$`_is_leaf` #> [1] TRUE #> #> $`Hydrops fetalis`$children #> list() #> #> $`Hydrops fetalis`$value #> [1] "Hydrops fetalis" #> #> #> $`hyper IgE recurrent infection syndrome 1` #> $`hyper IgE recurrent infection syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3261" #> #> $`hyper IgE recurrent infection syndrome 1`$`_id` #> [1] "DOID_3261<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hyper IgE recurrent infection syndrome 1`$privateGeneCount #> [1] 0 #> #> $`hyper IgE recurrent infection syndrome 1`$publicGeneCount #> [1] 2 #> #> $`hyper IgE recurrent infection syndrome 1`$urlId #> [1] "DOID_3261" #> #> $`hyper IgE recurrent infection syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`hyper IgE recurrent infection syndrome 1`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hyper IgE recurrent infection syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`hyper IgE recurrent infection syndrome 1`$children #> list() #> #> $`hyper IgE recurrent infection syndrome 1`$value #> [1] "hyper IgE recurrent infection syndrome 1" #> #> #> $`hyper IgE recurrent infection syndrome 1` #> $`hyper IgE recurrent infection syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3261" #> #> $`hyper IgE recurrent infection syndrome 1`$`_id` #> [1] "DOID_3261<DOID_0080545<DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`hyper IgE recurrent infection syndrome 1`$privateGeneCount #> [1] 0 #> #> $`hyper IgE recurrent infection syndrome 1`$publicGeneCount #> [1] 2 #> #> $`hyper IgE recurrent infection syndrome 1`$urlId #> [1] "DOID_3261" #> #> $`hyper IgE recurrent infection syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`hyper IgE recurrent infection syndrome 1`$`_parent` #> [1] "DOID_0080545<DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`hyper IgE recurrent infection syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`hyper IgE recurrent infection syndrome 1`$children #> list() #> #> $`hyper IgE recurrent infection syndrome 1`$value #> [1] "hyper IgE recurrent infection syndrome 1" #> #> #> $`hyper IgE syndrome` #> $`hyper IgE syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080545" #> #> $`hyper IgE syndrome`$`_id` #> [1] "DOID_0080545<DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`hyper IgE syndrome`$privateGeneCount #> [1] 0 #> #> $`hyper IgE syndrome`$publicGeneCount #> [1] 2 #> #> $`hyper IgE syndrome`$urlId #> [1] "DOID_0080545" #> #> $`hyper IgE syndrome`$dbPhenotype #> [1] FALSE #> #> $`hyper IgE syndrome`$`_parent` #> [1] "DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`hyper IgE syndrome`$`_is_leaf` #> [1] FALSE #> #> $`hyper IgE syndrome`$children #> $`hyper IgE syndrome`$children[[1]] #> [1] "DOID_3261<DOID_0080545<DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`hyper IgE syndrome`$value #> [1] "hyper IgE syndrome" #> #> #> $`hyper IgM syndrome` #> $`hyper IgM syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080544" #> #> $`hyper IgM syndrome`$`_id` #> [1] "DOID_0080544<DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`hyper IgM syndrome`$privateGeneCount #> [1] 0 #> #> $`hyper IgM syndrome`$publicGeneCount #> [1] 2 #> #> $`hyper IgM syndrome`$urlId #> [1] "DOID_0080544" #> #> $`hyper IgM syndrome`$dbPhenotype #> [1] FALSE #> #> $`hyper IgM syndrome`$`_parent` #> [1] "DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`hyper IgM syndrome`$`_is_leaf` #> [1] FALSE #> #> $`hyper IgM syndrome`$children #> $`hyper IgM syndrome`$children[[1]] #> [1] "DOID_6620<DOID_0080544<DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`hyper IgM syndrome`$value #> [1] "hyper IgM syndrome" #> #> #> $Hyperammonemia #> $Hyperammonemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001987" #> #> $Hyperammonemia$`_id` #> [1] "HP_0001987<HP_0002157<HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperammonemia$privateGeneCount #> [1] 0 #> #> $Hyperammonemia$publicGeneCount #> [1] 6 #> #> $Hyperammonemia$urlId #> [1] "HP_0001987" #> #> $Hyperammonemia$dbPhenotype #> [1] TRUE #> #> $Hyperammonemia$`_parent` #> [1] "HP_0002157<HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperammonemia$`_is_leaf` #> [1] TRUE #> #> $Hyperammonemia$children #> list() #> #> $Hyperammonemia$value #> [1] "Hyperammonemia" #> #> #> $hyperandrogenism #> $hyperandrogenism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11613" #> #> $hyperandrogenism$`_id` #> [1] "DOID_11613<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $hyperandrogenism$privateGeneCount #> [1] 0 #> #> $hyperandrogenism$publicGeneCount #> [1] 2 #> #> $hyperandrogenism$urlId #> [1] "DOID_11613" #> #> $hyperandrogenism$dbPhenotype #> [1] TRUE #> #> $hyperandrogenism$`_parent` #> [1] "DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $hyperandrogenism$`_is_leaf` #> [1] TRUE #> #> $hyperandrogenism$children #> list() #> #> $hyperandrogenism$value #> [1] "hyperandrogenism" #> #> #> $hyperargininemia #> $hyperargininemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9278" #> #> $hyperargininemia$`_id` #> [1] "DOID_9278<DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $hyperargininemia$privateGeneCount #> [1] 0 #> #> $hyperargininemia$publicGeneCount #> [1] 1 #> #> $hyperargininemia$urlId #> [1] "DOID_9278" #> #> $hyperargininemia$dbPhenotype #> [1] TRUE #> #> $hyperargininemia$`_parent` #> [1] "DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $hyperargininemia$`_is_leaf` #> [1] TRUE #> #> $hyperargininemia$children #> list() #> #> $hyperargininemia$value #> [1] "hyperargininemia" #> #> #> $hypercalcemia #> $hypercalcemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12678" #> #> $hypercalcemia$`_id` #> [1] "DOID_12678<DOID_10575<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $hypercalcemia$privateGeneCount #> [1] 0 #> #> $hypercalcemia$publicGeneCount #> [1] 15 #> #> $hypercalcemia$urlId #> [1] "DOID_12678" #> #> $hypercalcemia$dbPhenotype #> [1] TRUE #> #> $hypercalcemia$`_parent` #> [1] "DOID_10575<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $hypercalcemia$`_is_leaf` #> [1] TRUE #> #> $hypercalcemia$children #> list() #> #> $hypercalcemia$value #> [1] "hypercalcemia" #> #> #> $Hypercalcemia #> $Hypercalcemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003072" #> #> $Hypercalcemia$`_id` #> [1] "HP_0003072<HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypercalcemia$privateGeneCount #> [1] 0 #> #> $Hypercalcemia$publicGeneCount #> [1] 1 #> #> $Hypercalcemia$urlId #> [1] "HP_0003072" #> #> $Hypercalcemia$dbPhenotype #> [1] FALSE #> #> $Hypercalcemia$`_parent` #> [1] "HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypercalcemia$`_is_leaf` #> [1] FALSE #> #> $Hypercalcemia$children #> $Hypercalcemia$children[[1]] #> [1] "HP_0008250<HP_0003072<HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $Hypercalcemia$value #> [1] "Hypercalcemia" #> #> #> $Hypercalciuria #> $Hypercalciuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002150" #> #> $Hypercalciuria$`_id` #> [1] "HP_0002150<HP_0011280<HP_0012591<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Hypercalciuria$privateGeneCount #> [1] 0 #> #> $Hypercalciuria$publicGeneCount #> [1] 5 #> #> $Hypercalciuria$urlId #> [1] "HP_0002150" #> #> $Hypercalciuria$dbPhenotype #> [1] TRUE #> #> $Hypercalciuria$`_parent` #> [1] "HP_0011280<HP_0012591<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Hypercalciuria$`_is_leaf` #> [1] TRUE #> #> $Hypercalciuria$children #> list() #> #> $Hypercalciuria$value #> [1] "Hypercalciuria" #> #> #> $Hypercapnia #> $Hypercapnia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012416" #> #> $Hypercapnia$`_id` #> [1] "HP_0012416<HP_0500164<HP_0012415<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Hypercapnia$privateGeneCount #> [1] 0 #> #> $Hypercapnia$publicGeneCount #> [1] 3 #> #> $Hypercapnia$urlId #> [1] "HP_0012416" #> #> $Hypercapnia$dbPhenotype #> [1] TRUE #> #> $Hypercapnia$`_parent` #> [1] "HP_0500164<HP_0012415<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Hypercapnia$`_is_leaf` #> [1] TRUE #> #> $Hypercapnia$children #> list() #> #> $Hypercapnia$value #> [1] "Hypercapnia" #> #> #> $Hypercholesterolemia #> $Hypercholesterolemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003124" #> #> $Hypercholesterolemia$`_id` #> [1] "HP_0003124<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypercholesterolemia$privateGeneCount #> [1] 0 #> #> $Hypercholesterolemia$publicGeneCount #> [1] 44 #> #> $Hypercholesterolemia$urlId #> [1] "HP_0003124" #> #> $Hypercholesterolemia$dbPhenotype #> [1] TRUE #> #> $Hypercholesterolemia$`_parent` #> [1] "HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypercholesterolemia$`_is_leaf` #> [1] TRUE #> #> $Hypercholesterolemia$children #> list() #> #> $Hypercholesterolemia$value #> [1] "Hypercholesterolemia" #> #> #> $`hypereosinophilic syndrome` #> $`hypereosinophilic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_999" #> #> $`hypereosinophilic syndrome`$`_id` #> [1] "DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`hypereosinophilic syndrome`$privateGeneCount #> [1] 0 #> #> $`hypereosinophilic syndrome`$publicGeneCount #> [1] 19 #> #> $`hypereosinophilic syndrome`$urlId #> [1] "DOID_999" #> #> $`hypereosinophilic syndrome`$dbPhenotype #> [1] TRUE #> #> $`hypereosinophilic syndrome`$`_parent` #> [1] "DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`hypereosinophilic syndrome`$`_is_leaf` #> [1] FALSE #> #> $`hypereosinophilic syndrome`$children #> $`hypereosinophilic syndrome`$children[[1]] #> [1] "DOID_998<DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`hypereosinophilic syndrome`$children[[2]] #> [1] "DOID_9498<DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> #> $`hypereosinophilic syndrome`$value #> [1] "hypereosinophilic syndrome" #> #> #> $hyperglycemia #> $hyperglycemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4195" #> #> $hyperglycemia$`_id` #> [1] "DOID_4195<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $hyperglycemia$privateGeneCount #> [1] 0 #> #> $hyperglycemia$publicGeneCount #> [1] 54 #> #> $hyperglycemia$urlId #> [1] "DOID_4195" #> #> $hyperglycemia$dbPhenotype #> [1] TRUE #> #> $hyperglycemia$`_parent` #> [1] "DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $hyperglycemia$`_is_leaf` #> [1] FALSE #> #> $hyperglycemia$children #> $hyperglycemia$children[[1]] #> [1] "DOID_10603<DOID_4195<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $hyperglycemia$value #> [1] "hyperglycemia" #> #> #> $Hyperglycinuria #> $Hyperglycinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003108" #> #> $Hyperglycinuria$`_id` #> [1] "HP_0003108<HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Hyperglycinuria$privateGeneCount #> [1] 0 #> #> $Hyperglycinuria$publicGeneCount #> [1] 3 #> #> $Hyperglycinuria$urlId #> [1] "HP_0003108" #> #> $Hyperglycinuria$dbPhenotype #> [1] TRUE #> #> $Hyperglycinuria$`_parent` #> [1] "HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Hyperglycinuria$`_is_leaf` #> [1] TRUE #> #> $Hyperglycinuria$children #> list() #> #> $Hyperglycinuria$value #> [1] "Hyperglycinuria" #> #> #> $Hyperhidrosis #> $Hyperhidrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000975" #> #> $Hyperhidrosis$`_id` #> [1] "HP_0000975<HP_0007550<HP_0025276<HP_0001574<HP_0000118<HP_0000001" #> #> $Hyperhidrosis$privateGeneCount #> [1] 0 #> #> $Hyperhidrosis$publicGeneCount #> [1] 1 #> #> $Hyperhidrosis$urlId #> [1] "HP_0000975" #> #> $Hyperhidrosis$dbPhenotype #> [1] TRUE #> #> $Hyperhidrosis$`_parent` #> [1] "HP_0007550<HP_0025276<HP_0001574<HP_0000118<HP_0000001" #> #> $Hyperhidrosis$`_is_leaf` #> [1] TRUE #> #> $Hyperhidrosis$children #> list() #> #> $Hyperhidrosis$value #> [1] "Hyperhidrosis" #> #> #> $hyperhomocysteinemia #> $hyperhomocysteinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9279" #> #> $hyperhomocysteinemia$`_id` #> [1] "DOID_9279<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $hyperhomocysteinemia$privateGeneCount #> [1] 0 #> #> $hyperhomocysteinemia$publicGeneCount #> [1] 14 #> #> $hyperhomocysteinemia$urlId #> [1] "DOID_9279" #> #> $hyperhomocysteinemia$dbPhenotype #> [1] TRUE #> #> $hyperhomocysteinemia$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $hyperhomocysteinemia$`_is_leaf` #> [1] TRUE #> #> $hyperhomocysteinemia$children #> list() #> #> $hyperhomocysteinemia$value #> [1] "hyperhomocysteinemia" #> #> #> $`hyperimmunoglobulin syndrome` #> $`hyperimmunoglobulin syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2959" #> #> $`hyperimmunoglobulin syndrome`$`_id` #> [1] "DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`hyperimmunoglobulin syndrome`$privateGeneCount #> [1] 0 #> #> $`hyperimmunoglobulin syndrome`$publicGeneCount #> [1] 4 #> #> $`hyperimmunoglobulin syndrome`$urlId #> [1] "DOID_2959" #> #> $`hyperimmunoglobulin syndrome`$dbPhenotype #> [1] FALSE #> #> $`hyperimmunoglobulin syndrome`$`_parent` #> [1] "DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`hyperimmunoglobulin syndrome`$`_is_leaf` #> [1] FALSE #> #> $`hyperimmunoglobulin syndrome`$children #> $`hyperimmunoglobulin syndrome`$children[[1]] #> [1] "DOID_0080545<DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`hyperimmunoglobulin syndrome`$children[[2]] #> [1] "DOID_0080544<DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`hyperimmunoglobulin syndrome`$value #> [1] "hyperimmunoglobulin syndrome" #> #> #> $`hyperinsulinemic hypoglycemia` #> $`hyperinsulinemic hypoglycemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13317" #> #> $`hyperinsulinemic hypoglycemia`$`_id` #> [1] "DOID_13317<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`hyperinsulinemic hypoglycemia`$privateGeneCount #> [1] 0 #> #> $`hyperinsulinemic hypoglycemia`$publicGeneCount #> [1] 8 #> #> $`hyperinsulinemic hypoglycemia`$urlId #> [1] "DOID_13317" #> #> $`hyperinsulinemic hypoglycemia`$dbPhenotype #> [1] TRUE #> #> $`hyperinsulinemic hypoglycemia`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`hyperinsulinemic hypoglycemia`$`_is_leaf` #> [1] TRUE #> #> $`hyperinsulinemic hypoglycemia`$children #> list() #> #> $`hyperinsulinemic hypoglycemia`$value #> [1] "hyperinsulinemic hypoglycemia" #> #> #> $hyperinsulinism #> $hyperinsulinism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2018" #> #> $hyperinsulinism$`_id` #> [1] "DOID_2018<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $hyperinsulinism$privateGeneCount #> [1] 0 #> #> $hyperinsulinism$publicGeneCount #> [1] 29 #> #> $hyperinsulinism$urlId #> [1] "DOID_2018" #> #> $hyperinsulinism$dbPhenotype #> [1] TRUE #> #> $hyperinsulinism$`_parent` #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $hyperinsulinism$`_is_leaf` #> [1] TRUE #> #> $hyperinsulinism$children #> list() #> #> $hyperinsulinism$value #> [1] "hyperinsulinism" #> #> #> $hyperinsulinism #> $hyperinsulinism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2018" #> #> $hyperinsulinism$`_id` #> [1] "DOID_2018<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $hyperinsulinism$privateGeneCount #> [1] 0 #> #> $hyperinsulinism$publicGeneCount #> [1] 29 #> #> $hyperinsulinism$urlId #> [1] "DOID_2018" #> #> $hyperinsulinism$dbPhenotype #> [1] TRUE #> #> $hyperinsulinism$`_parent` #> [1] "DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $hyperinsulinism$`_is_leaf` #> [1] TRUE #> #> $hyperinsulinism$children #> list() #> #> $hyperinsulinism$value #> [1] "hyperinsulinism" #> #> #> $Hyperkalemia #> $Hyperkalemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002153" #> #> $Hyperkalemia$`_id` #> [1] "HP_0002153<HP_0011042<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperkalemia$privateGeneCount #> [1] 0 #> #> $Hyperkalemia$publicGeneCount #> [1] 1 #> #> $Hyperkalemia$urlId #> [1] "HP_0002153" #> #> $Hyperkalemia$dbPhenotype #> [1] TRUE #> #> $Hyperkalemia$`_parent` #> [1] "HP_0011042<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperkalemia$`_is_leaf` #> [1] TRUE #> #> $Hyperkalemia$children #> list() #> #> $Hyperkalemia$value #> [1] "Hyperkalemia" #> #> #> $`hyperkalemic periodic paralysis` #> $`hyperkalemic periodic paralysis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14451" #> #> $`hyperkalemic periodic paralysis`$`_id` #> [1] "DOID_14451<DOID_1029<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`hyperkalemic periodic paralysis`$privateGeneCount #> [1] 0 #> #> $`hyperkalemic periodic paralysis`$publicGeneCount #> [1] 1 #> #> $`hyperkalemic periodic paralysis`$urlId #> [1] "DOID_14451" #> #> $`hyperkalemic periodic paralysis`$dbPhenotype #> [1] TRUE #> #> $`hyperkalemic periodic paralysis`$`_parent` #> [1] "DOID_1029<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`hyperkalemic periodic paralysis`$`_is_leaf` #> [1] TRUE #> #> $`hyperkalemic periodic paralysis`$children #> list() #> #> $`hyperkalemic periodic paralysis`$value #> [1] "hyperkalemic periodic paralysis" #> #> #> $Hyperlipidemia #> $Hyperlipidemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003077" #> #> $Hyperlipidemia$`_id` #> [1] "HP_0003077<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperlipidemia$privateGeneCount #> [1] 0 #> #> $Hyperlipidemia$publicGeneCount #> [1] 34 #> #> $Hyperlipidemia$urlId #> [1] "HP_0003077" #> #> $Hyperlipidemia$dbPhenotype #> [1] FALSE #> #> $Hyperlipidemia$`_parent` #> [1] "HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperlipidemia$`_is_leaf` #> [1] FALSE #> #> $Hyperlipidemia$children #> $Hyperlipidemia$children[[1]] #> [1] "HP_0002155<HP_0003077<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $Hyperlipidemia$value #> [1] "Hyperlipidemia" #> #> #> $Hyperlipoproteinemia #> $Hyperlipoproteinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010980" #> #> $Hyperlipoproteinemia$`_id` #> [1] "HP_0010980<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperlipoproteinemia$privateGeneCount #> [1] 0 #> #> $Hyperlipoproteinemia$publicGeneCount #> [1] 4 #> #> $Hyperlipoproteinemia$urlId #> [1] "HP_0010980" #> #> $Hyperlipoproteinemia$dbPhenotype #> [1] TRUE #> #> $Hyperlipoproteinemia$`_parent` #> [1] "HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperlipoproteinemia$`_is_leaf` #> [1] FALSE #> #> $Hyperlipoproteinemia$children #> $Hyperlipoproteinemia$children[[1]] #> [1] "HP_0012184<HP_0010980<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $Hyperlipoproteinemia$value #> [1] "Hyperlipoproteinemia" #> #> #> $`hyperlipoproteinemia type III` #> $`hyperlipoproteinemia type III`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3145" #> #> $`hyperlipoproteinemia type III`$`_id` #> [1] "DOID_3145<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`hyperlipoproteinemia type III`$privateGeneCount #> [1] 0 #> #> $`hyperlipoproteinemia type III`$publicGeneCount #> [1] 3 #> #> $`hyperlipoproteinemia type III`$urlId #> [1] "DOID_3145" #> #> $`hyperlipoproteinemia type III`$dbPhenotype #> [1] TRUE #> #> $`hyperlipoproteinemia type III`$`_parent` #> [1] "DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`hyperlipoproteinemia type III`$`_is_leaf` #> [1] TRUE #> #> $`hyperlipoproteinemia type III`$children #> list() #> #> $`hyperlipoproteinemia type III`$value #> [1] "hyperlipoproteinemia type III" #> #> #> $`hyperlipoproteinemia type V` #> $`hyperlipoproteinemia type V`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1171" #> #> $`hyperlipoproteinemia type V`$`_id` #> [1] "DOID_1171<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`hyperlipoproteinemia type V`$privateGeneCount #> [1] 0 #> #> $`hyperlipoproteinemia type V`$publicGeneCount #> [1] 1 #> #> $`hyperlipoproteinemia type V`$urlId #> [1] "DOID_1171" #> #> $`hyperlipoproteinemia type V`$dbPhenotype #> [1] TRUE #> #> $`hyperlipoproteinemia type V`$`_parent` #> [1] "DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`hyperlipoproteinemia type V`$`_is_leaf` #> [1] TRUE #> #> $`hyperlipoproteinemia type V`$children #> list() #> #> $`hyperlipoproteinemia type V`$value #> [1] "hyperlipoproteinemia type V" #> #> #> $hyperlysinemia #> $hyperlysinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9274" #> #> $hyperlysinemia$`_id` #> [1] "DOID_9274<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $hyperlysinemia$privateGeneCount #> [1] 0 #> #> $hyperlysinemia$publicGeneCount #> [1] 1 #> #> $hyperlysinemia$urlId #> [1] "DOID_9274" #> #> $hyperlysinemia$dbPhenotype #> [1] TRUE #> #> $hyperlysinemia$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $hyperlysinemia$`_is_leaf` #> [1] TRUE #> #> $hyperlysinemia$children #> list() #> #> $hyperlysinemia$value #> [1] "hyperlysinemia" #> #> #> $hypermethioninemia #> $hypermethioninemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050544" #> #> $hypermethioninemia$`_id` #> [1] "DOID_0050544<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $hypermethioninemia$privateGeneCount #> [1] 0 #> #> $hypermethioninemia$publicGeneCount #> [1] 3 #> #> $hypermethioninemia$urlId #> [1] "DOID_0050544" #> #> $hypermethioninemia$dbPhenotype #> [1] TRUE #> #> $hypermethioninemia$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $hypermethioninemia$`_is_leaf` #> [1] TRUE #> #> $hypermethioninemia$children #> list() #> #> $hypermethioninemia$value #> [1] "hypermethioninemia" #> #> #> $Hypernatremia #> $Hypernatremia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003228" #> #> $Hypernatremia$`_id` #> [1] "HP_0003228<HP_0010931<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypernatremia$privateGeneCount #> [1] 0 #> #> $Hypernatremia$publicGeneCount #> [1] 1 #> #> $Hypernatremia$urlId #> [1] "HP_0003228" #> #> $Hypernatremia$dbPhenotype #> [1] TRUE #> #> $Hypernatremia$`_parent` #> [1] "HP_0010931<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypernatremia$`_is_leaf` #> [1] TRUE #> #> $Hypernatremia$children #> list() #> #> $Hypernatremia$value #> [1] "Hypernatremia" #> #> #> $hyperopia #> $hyperopia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9834" #> #> $hyperopia$`_id` #> [1] "DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $hyperopia$privateGeneCount #> [1] 0 #> #> $hyperopia$publicGeneCount #> [1] 10 #> #> $hyperopia$urlId #> [1] "DOID_9834" #> #> $hyperopia$dbPhenotype #> [1] FALSE #> #> $hyperopia$`_parent` #> [1] "DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $hyperopia$`_is_leaf` #> [1] FALSE #> #> $hyperopia$children #> $hyperopia$children[[1]] #> [1] "DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $hyperopia$value #> [1] "hyperopia" #> #> #> $hyperostosis #> $hyperostosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_205" #> #> $hyperostosis$`_id` #> [1] "DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $hyperostosis$privateGeneCount #> [1] 0 #> #> $hyperostosis$publicGeneCount #> [1] 23 #> #> $hyperostosis$urlId #> [1] "DOID_205" #> #> $hyperostosis$dbPhenotype #> [1] TRUE #> #> $hyperostosis$`_parent` #> [1] "DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $hyperostosis$`_is_leaf` #> [1] FALSE #> #> $hyperostosis$children #> $hyperostosis$children[[1]] #> [1] "DOID_203<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $hyperostosis$children[[2]] #> [1] "DOID_5408<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $hyperostosis$children[[3]] #> [1] "DOID_0060251<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $hyperostosis$children[[4]] #> [1] "DOID_0080036<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $hyperostosis$value #> [1] "hyperostosis" #> #> #> $hyperparathyroidism #> $hyperparathyroidism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13543" #> #> $hyperparathyroidism$`_id` #> [1] "DOID_13543<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $hyperparathyroidism$privateGeneCount #> [1] 0 #> #> $hyperparathyroidism$publicGeneCount #> [1] 14 #> #> $hyperparathyroidism$urlId #> [1] "DOID_13543" #> #> $hyperparathyroidism$dbPhenotype #> [1] TRUE #> #> $hyperparathyroidism$`_parent` #> [1] "DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $hyperparathyroidism$`_is_leaf` #> [1] FALSE #> #> $hyperparathyroidism$children #> $hyperparathyroidism$children[[1]] #> [1] "DOID_11202<DOID_13543<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $hyperparathyroidism$children[[2]] #> [1] "DOID_12466<DOID_13543<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> #> $hyperparathyroidism$value #> [1] "hyperparathyroidism" #> #> #> $Hyperphenylalaninemia #> $Hyperphenylalaninemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004923" #> #> $Hyperphenylalaninemia$`_id` #> [1] "HP_0004923<HP_0010893<HP_0004338<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperphenylalaninemia$privateGeneCount #> [1] 0 #> #> $Hyperphenylalaninemia$publicGeneCount #> [1] 4 #> #> $Hyperphenylalaninemia$urlId #> [1] "HP_0004923" #> #> $Hyperphenylalaninemia$dbPhenotype #> [1] TRUE #> #> $Hyperphenylalaninemia$`_parent` #> [1] "HP_0010893<HP_0004338<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperphenylalaninemia$`_is_leaf` #> [1] TRUE #> #> $Hyperphenylalaninemia$children #> list() #> #> $Hyperphenylalaninemia$value #> [1] "Hyperphenylalaninemia" #> #> #> $hyperphosphatemia #> $hyperphosphatemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050459" #> #> $hyperphosphatemia$`_id` #> [1] "DOID_0050459<DOID_2485<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $hyperphosphatemia$privateGeneCount #> [1] 0 #> #> $hyperphosphatemia$publicGeneCount #> [1] 4 #> #> $hyperphosphatemia$urlId #> [1] "DOID_0050459" #> #> $hyperphosphatemia$dbPhenotype #> [1] TRUE #> #> $hyperphosphatemia$`_parent` #> [1] "DOID_2485<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $hyperphosphatemia$`_is_leaf` #> [1] TRUE #> #> $hyperphosphatemia$children #> list() #> #> $hyperphosphatemia$value #> [1] "hyperphosphatemia" #> #> #> $`Hyperpigmentation of the skin` #> $`Hyperpigmentation of the skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000953" #> #> $`Hyperpigmentation of the skin`$`_id` #> [1] "HP_0000953<HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Hyperpigmentation of the skin`$privateGeneCount #> [1] 0 #> #> $`Hyperpigmentation of the skin`$publicGeneCount #> [1] 1 #> #> $`Hyperpigmentation of the skin`$urlId #> [1] "HP_0000953" #> #> $`Hyperpigmentation of the skin`$dbPhenotype #> [1] FALSE #> #> $`Hyperpigmentation of the skin`$`_parent` #> [1] "HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Hyperpigmentation of the skin`$`_is_leaf` #> [1] FALSE #> #> $`Hyperpigmentation of the skin`$children #> $`Hyperpigmentation of the skin`$children[[1]] #> [1] "HP_0007505<HP_0000953<HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Hyperpigmentation of the skin`$value #> [1] "Hyperpigmentation of the skin" #> #> #> $hyperpituitarism #> $hyperpituitarism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2444" #> #> $hyperpituitarism$`_id` #> [1] "DOID_2444<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $hyperpituitarism$privateGeneCount #> [1] 0 #> #> $hyperpituitarism$publicGeneCount #> [1] 6 #> #> $hyperpituitarism$urlId #> [1] "DOID_2444" #> #> $hyperpituitarism$dbPhenotype #> [1] FALSE #> #> $hyperpituitarism$`_parent` #> [1] "DOID_53<DOID_28<DOID_7<DOID_4" #> #> $hyperpituitarism$`_is_leaf` #> [1] FALSE #> #> $hyperpituitarism$children #> $hyperpituitarism$children[[1]] #> [1] "DOID_2449<DOID_2444<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $hyperpituitarism$children[[2]] #> [1] "DOID_3946<DOID_2444<DOID_53<DOID_28<DOID_7<DOID_4" #> #> #> $hyperpituitarism$value #> [1] "hyperpituitarism" #> #> #> $hyperprolactinemia #> $hyperprolactinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12700" #> #> $hyperprolactinemia$`_id` #> [1] "DOID_12700<DOID_0060158<DOID_0014667<DOID_4" #> #> $hyperprolactinemia$privateGeneCount #> [1] 0 #> #> $hyperprolactinemia$publicGeneCount #> [1] 7 #> #> $hyperprolactinemia$urlId #> [1] "DOID_12700" #> #> $hyperprolactinemia$dbPhenotype #> [1] TRUE #> #> $hyperprolactinemia$`_parent` #> [1] "DOID_0060158<DOID_0014667<DOID_4" #> #> $hyperprolactinemia$`_is_leaf` #> [1] TRUE #> #> $hyperprolactinemia$children #> list() #> #> $hyperprolactinemia$value #> [1] "hyperprolactinemia" #> #> #> $Hyperprolinemia #> $Hyperprolinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008358" #> #> $Hyperprolinemia$`_id` #> [1] "HP_0008358<HP_0010907<HP_0010902<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperprolinemia$privateGeneCount #> [1] 0 #> #> $Hyperprolinemia$publicGeneCount #> [1] 2 #> #> $Hyperprolinemia$urlId #> [1] "HP_0008358" #> #> $Hyperprolinemia$dbPhenotype #> [1] TRUE #> #> $Hyperprolinemia$`_parent` #> [1] "HP_0010907<HP_0010902<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperprolinemia$`_is_leaf` #> [1] TRUE #> #> $Hyperprolinemia$children #> list() #> #> $Hyperprolinemia$value #> [1] "Hyperprolinemia" #> #> #> $Hyperreflexia #> $Hyperreflexia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001347" #> #> $Hyperreflexia$`_id` #> [1] "HP_0001347<HP_0031826<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Hyperreflexia$privateGeneCount #> [1] 0 #> #> $Hyperreflexia$publicGeneCount #> [1] 1 #> #> $Hyperreflexia$urlId #> [1] "HP_0001347" #> #> $Hyperreflexia$dbPhenotype #> [1] TRUE #> #> $Hyperreflexia$`_parent` #> [1] "HP_0031826<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Hyperreflexia$`_is_leaf` #> [1] TRUE #> #> $Hyperreflexia$children #> list() #> #> $Hyperreflexia$value #> [1] "Hyperreflexia" #> #> #> $`hypersensitivity reaction disease` #> $`hypersensitivity reaction disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060056" #> #> $`hypersensitivity reaction disease`$`_id` #> [1] "DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction disease`$privateGeneCount #> [1] 0 #> #> $`hypersensitivity reaction disease`$publicGeneCount #> [1] 638 #> #> $`hypersensitivity reaction disease`$urlId #> [1] "DOID_0060056" #> #> $`hypersensitivity reaction disease`$dbPhenotype #> [1] TRUE #> #> $`hypersensitivity reaction disease`$`_parent` #> [1] "DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction disease`$`_is_leaf` #> [1] FALSE #> #> $`hypersensitivity reaction disease`$children #> $`hypersensitivity reaction disease`$children[[1]] #> [1] "DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction disease`$children[[2]] #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction disease`$children[[3]] #> [1] "DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction disease`$children[[4]] #> [1] "DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`hypersensitivity reaction disease`$value #> [1] "hypersensitivity reaction disease" #> #> #> $`hypersensitivity reaction type III disease` #> $`hypersensitivity reaction type III disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1557" #> #> $`hypersensitivity reaction type III disease`$`_id` #> [1] "DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction type III disease`$privateGeneCount #> [1] 0 #> #> $`hypersensitivity reaction type III disease`$publicGeneCount #> [1] 8 #> #> $`hypersensitivity reaction type III disease`$urlId #> [1] "DOID_1557" #> #> $`hypersensitivity reaction type III disease`$dbPhenotype #> [1] TRUE #> #> $`hypersensitivity reaction type III disease`$`_parent` #> [1] "DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction type III disease`$`_is_leaf` #> [1] FALSE #> #> $`hypersensitivity reaction type III disease`$children #> $`hypersensitivity reaction type III disease`$children[[1]] #> [1] "DOID_1556<DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction type III disease`$children[[2]] #> [1] "DOID_9809<DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`hypersensitivity reaction type III disease`$value #> [1] "hypersensitivity reaction type III disease" #> #> #> $`hypersensitivity reaction type IV disease` #> $`hypersensitivity reaction type IV disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2916" #> #> $`hypersensitivity reaction type IV disease`$`_id` #> [1] "DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction type IV disease`$privateGeneCount #> [1] 0 #> #> $`hypersensitivity reaction type IV disease`$publicGeneCount #> [1] 67 #> #> $`hypersensitivity reaction type IV disease`$urlId #> [1] "DOID_2916" #> #> $`hypersensitivity reaction type IV disease`$dbPhenotype #> [1] FALSE #> #> $`hypersensitivity reaction type IV disease`$`_parent` #> [1] "DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction type IV disease`$`_is_leaf` #> [1] FALSE #> #> $`hypersensitivity reaction type IV disease`$children #> $`hypersensitivity reaction type IV disease`$children[[1]] #> [1] "DOID_6688<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction type IV disease`$children[[2]] #> [1] "DOID_11335<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction type IV disease`$children[[3]] #> [1] "DOID_4371<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`hypersensitivity reaction type IV disease`$value #> [1] "hypersensitivity reaction type IV disease" #> #> #> $`hypersensitivity vasculitis` #> $`hypersensitivity vasculitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9809" #> #> $`hypersensitivity vasculitis`$`_id` #> [1] "DOID_9809<DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity vasculitis`$privateGeneCount #> [1] 0 #> #> $`hypersensitivity vasculitis`$publicGeneCount #> [1] 3 #> #> $`hypersensitivity vasculitis`$urlId #> [1] "DOID_9809" #> #> $`hypersensitivity vasculitis`$dbPhenotype #> [1] FALSE #> #> $`hypersensitivity vasculitis`$`_parent` #> [1] "DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity vasculitis`$`_is_leaf` #> [1] FALSE #> #> $`hypersensitivity vasculitis`$children #> $`hypersensitivity vasculitis`$children[[1]] #> [1] "DOID_11123<DOID_9809<DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`hypersensitivity vasculitis`$value #> [1] "hypersensitivity vasculitis" #> #> #> $Hypersomnia #> $Hypersomnia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100786" #> #> $Hypersomnia$`_id` #> [1] "HP_0100786<HP_0002360<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Hypersomnia$privateGeneCount #> [1] 0 #> #> $Hypersomnia$publicGeneCount #> [1] 1 #> #> $Hypersomnia$urlId #> [1] "HP_0100786" #> #> $Hypersomnia$dbPhenotype #> [1] TRUE #> #> $Hypersomnia$`_parent` #> [1] "HP_0002360<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Hypersomnia$`_is_leaf` #> [1] TRUE #> #> $Hypersomnia$children #> list() #> #> $Hypersomnia$value #> [1] "Hypersomnia" #> #> #> $hypersplenism #> $hypersplenism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6376" #> #> $hypersplenism$`_id` #> [1] "DOID_6376<DOID_2529<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $hypersplenism$privateGeneCount #> [1] 0 #> #> $hypersplenism$publicGeneCount #> [1] 1 #> #> $hypersplenism$urlId #> [1] "DOID_6376" #> #> $hypersplenism$dbPhenotype #> [1] TRUE #> #> $hypersplenism$`_parent` #> [1] "DOID_2529<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $hypersplenism$`_is_leaf` #> [1] TRUE #> #> $hypersplenism$children #> list() #> #> $hypersplenism$value #> [1] "hypersplenism" #> #> #> $Hypertelorism #> $Hypertelorism$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000316" #> #> $Hypertelorism$`_id` #> [1] "HP_0000316<HP_0100886<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $Hypertelorism$privateGeneCount #> [1] 0 #> #> $Hypertelorism$publicGeneCount #> [1] 2 #> #> $Hypertelorism$urlId #> [1] "HP_0000316" #> #> $Hypertelorism$dbPhenotype #> [1] TRUE #> #> $Hypertelorism$`_parent` #> [1] "HP_0100886<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $Hypertelorism$`_is_leaf` #> [1] TRUE #> #> $Hypertelorism$children #> list() #> #> $Hypertelorism$value #> [1] "Hypertelorism" #> #> #> $hypertension #> $hypertension$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10763" #> #> $hypertension$`_id` #> [1] "DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hypertension$privateGeneCount #> [1] 0 #> #> $hypertension$publicGeneCount #> [1] 396 #> #> $hypertension$urlId #> [1] "DOID_10763" #> #> $hypertension$dbPhenotype #> [1] TRUE #> #> $hypertension$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hypertension$`_is_leaf` #> [1] FALSE #> #> $hypertension$children #> $hypertension$children[[1]] #> [1] "DOID_10825<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hypertension$children[[2]] #> [1] "DOID_10824<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hypertension$children[[3]] #> [1] "DOID_10591<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hypertension$children[[4]] #> [1] "DOID_6432<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hypertension$children[[5]] #> [1] "DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $hypertension$value #> [1] "hypertension" #> #> #> $`hypertensive retinopathy` #> $`hypertensive retinopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11561" #> #> $`hypertensive retinopathy`$`_id` #> [1] "DOID_11561<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`hypertensive retinopathy`$privateGeneCount #> [1] 0 #> #> $`hypertensive retinopathy`$publicGeneCount #> [1] 1 #> #> $`hypertensive retinopathy`$urlId #> [1] "DOID_11561" #> #> $`hypertensive retinopathy`$dbPhenotype #> [1] TRUE #> #> $`hypertensive retinopathy`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`hypertensive retinopathy`$`_is_leaf` #> [1] TRUE #> #> $`hypertensive retinopathy`$children #> list() #> #> $`hypertensive retinopathy`$value #> [1] "hypertensive retinopathy" #> #> #> $hyperthyroidism #> $hyperthyroidism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7998" #> #> $hyperthyroidism$`_id` #> [1] "DOID_7998<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $hyperthyroidism$privateGeneCount #> [1] 0 #> #> $hyperthyroidism$publicGeneCount #> [1] 12 #> #> $hyperthyroidism$urlId #> [1] "DOID_7998" #> #> $hyperthyroidism$dbPhenotype #> [1] TRUE #> #> $hyperthyroidism$`_parent` #> [1] "DOID_50<DOID_28<DOID_7<DOID_4" #> #> $hyperthyroidism$`_is_leaf` #> [1] TRUE #> #> $hyperthyroidism$children #> list() #> #> $hyperthyroidism$value #> [1] "hyperthyroidism" #> #> #> $hyperthyroxinemia #> $hyperthyroxinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2855" #> #> $hyperthyroxinemia$`_id` #> [1] "DOID_2855<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $hyperthyroxinemia$privateGeneCount #> [1] 0 #> #> $hyperthyroxinemia$publicGeneCount #> [1] 3 #> #> $hyperthyroxinemia$urlId #> [1] "DOID_2855" #> #> $hyperthyroxinemia$dbPhenotype #> [1] TRUE #> #> $hyperthyroxinemia$`_parent` #> [1] "DOID_50<DOID_28<DOID_7<DOID_4" #> #> $hyperthyroxinemia$`_is_leaf` #> [1] TRUE #> #> $hyperthyroxinemia$children #> list() #> #> $hyperthyroxinemia$value #> [1] "hyperthyroxinemia" #> #> #> $Hypertonia #> $Hypertonia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001276" #> #> $Hypertonia$`_id` #> [1] "HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Hypertonia$privateGeneCount #> [1] 0 #> #> $Hypertonia$publicGeneCount #> [1] 12 #> #> $Hypertonia$urlId #> [1] "HP_0001276" #> #> $Hypertonia$dbPhenotype #> [1] TRUE #> #> $Hypertonia$`_parent` #> [1] "HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Hypertonia$`_is_leaf` #> [1] FALSE #> #> $Hypertonia$children #> $Hypertonia$children[[1]] #> [1] "HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Hypertonia$value #> [1] "Hypertonia" #> #> #> $Hypertonia #> $Hypertonia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001276" #> #> $Hypertonia$`_id` #> [1] "HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $Hypertonia$privateGeneCount #> [1] 0 #> #> $Hypertonia$publicGeneCount #> [1] 12 #> #> $Hypertonia$urlId #> [1] "HP_0001276" #> #> $Hypertonia$dbPhenotype #> [1] TRUE #> #> $Hypertonia$`_parent` #> [1] "HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $Hypertonia$`_is_leaf` #> [1] FALSE #> #> $Hypertonia$children #> $Hypertonia$children[[1]] #> [1] "HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> #> $Hypertonia$value #> [1] "Hypertonia" #> #> #> $hypertrichosis #> $hypertrichosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_420" #> #> $hypertrichosis$`_id` #> [1] "DOID_420<DOID_421<DOID_16<DOID_7<DOID_4" #> #> $hypertrichosis$privateGeneCount #> [1] 0 #> #> $hypertrichosis$publicGeneCount #> [1] 2 #> #> $hypertrichosis$urlId #> [1] "DOID_420" #> #> $hypertrichosis$dbPhenotype #> [1] TRUE #> #> $hypertrichosis$`_parent` #> [1] "DOID_421<DOID_16<DOID_7<DOID_4" #> #> $hypertrichosis$`_is_leaf` #> [1] TRUE #> #> $hypertrichosis$children #> list() #> #> $hypertrichosis$value #> [1] "hypertrichosis" #> #> #> $Hypertriglyceridemia #> $Hypertriglyceridemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002155" #> #> $Hypertriglyceridemia$`_id` #> [1] "HP_0002155<HP_0003077<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypertriglyceridemia$privateGeneCount #> [1] 0 #> #> $Hypertriglyceridemia$publicGeneCount #> [1] 34 #> #> $Hypertriglyceridemia$urlId #> [1] "HP_0002155" #> #> $Hypertriglyceridemia$dbPhenotype #> [1] TRUE #> #> $Hypertriglyceridemia$`_parent` #> [1] "HP_0003077<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypertriglyceridemia$`_is_leaf` #> [1] TRUE #> #> $Hypertriglyceridemia$children #> list() #> #> $Hypertriglyceridemia$value #> [1] "Hypertriglyceridemia" #> #> #> $`hypertrophic cardiomyopathy` #> $`hypertrophic cardiomyopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11984" #> #> $`hypertrophic cardiomyopathy`$`_id` #> [1] "DOID_11984<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`hypertrophic cardiomyopathy`$privateGeneCount #> [1] 0 #> #> $`hypertrophic cardiomyopathy`$publicGeneCount #> [1] 65 #> #> $`hypertrophic cardiomyopathy`$urlId #> [1] "DOID_11984" #> #> $`hypertrophic cardiomyopathy`$dbPhenotype #> [1] TRUE #> #> $`hypertrophic cardiomyopathy`$`_parent` #> [1] "DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`hypertrophic cardiomyopathy`$`_is_leaf` #> [1] TRUE #> #> $`hypertrophic cardiomyopathy`$children #> list() #> #> $`hypertrophic cardiomyopathy`$value #> [1] "hypertrophic cardiomyopathy" #> #> #> $`hypertrophic pyloric stenosis` #> $`hypertrophic pyloric stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12638" #> #> $`hypertrophic pyloric stenosis`$`_id` #> [1] "DOID_12638<DOID_12639<DOID_3122<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`hypertrophic pyloric stenosis`$privateGeneCount #> [1] 0 #> #> $`hypertrophic pyloric stenosis`$publicGeneCount #> [1] 1 #> #> $`hypertrophic pyloric stenosis`$urlId #> [1] "DOID_12638" #> #> $`hypertrophic pyloric stenosis`$dbPhenotype #> [1] TRUE #> #> $`hypertrophic pyloric stenosis`$`_parent` #> [1] "DOID_12639<DOID_3122<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`hypertrophic pyloric stenosis`$`_is_leaf` #> [1] TRUE #> #> $`hypertrophic pyloric stenosis`$children #> list() #> #> $`hypertrophic pyloric stenosis`$value #> [1] "hypertrophic pyloric stenosis" #> #> #> $hypertropia #> $hypertropia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9837" #> #> $hypertropia$`_id` #> [1] "DOID_9837<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $hypertropia$privateGeneCount #> [1] 0 #> #> $hypertropia$publicGeneCount #> [1] 4 #> #> $hypertropia$urlId #> [1] "DOID_9837" #> #> $hypertropia$dbPhenotype #> [1] TRUE #> #> $hypertropia$`_parent` #> [1] "DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $hypertropia$`_is_leaf` #> [1] TRUE #> #> $hypertropia$children #> list() #> #> $hypertropia$value #> [1] "hypertropia" #> #> #> $hypertropia #> $hypertropia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9837" #> #> $hypertropia$`_id` #> [1] "DOID_9837<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $hypertropia$privateGeneCount #> [1] 0 #> #> $hypertropia$publicGeneCount #> [1] 4 #> #> $hypertropia$urlId #> [1] "DOID_9837" #> #> $hypertropia$dbPhenotype #> [1] TRUE #> #> $hypertropia$`_parent` #> [1] "DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $hypertropia$`_is_leaf` #> [1] TRUE #> #> $hypertropia$children #> list() #> #> $hypertropia$value #> [1] "hypertropia" #> #> #> $hypertropia #> $hypertropia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9837" #> #> $hypertropia$`_id` #> [1] "DOID_9837<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $hypertropia$privateGeneCount #> [1] 0 #> #> $hypertropia$publicGeneCount #> [1] 4 #> #> $hypertropia$urlId #> [1] "DOID_9837" #> #> $hypertropia$dbPhenotype #> [1] TRUE #> #> $hypertropia$`_parent` #> [1] "DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $hypertropia$`_is_leaf` #> [1] TRUE #> #> $hypertropia$children #> list() #> #> $hypertropia$value #> [1] "hypertropia" #> #> #> $hyperuricemia #> $hyperuricemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1920" #> #> $hyperuricemia$`_id` #> [1] "DOID_1920<DOID_0060158<DOID_0014667<DOID_4" #> #> $hyperuricemia$privateGeneCount #> [1] 0 #> #> $hyperuricemia$publicGeneCount #> [1] 10 #> #> $hyperuricemia$urlId #> [1] "DOID_1920" #> #> $hyperuricemia$dbPhenotype #> [1] TRUE #> #> $hyperuricemia$`_parent` #> [1] "DOID_0060158<DOID_0014667<DOID_4" #> #> $hyperuricemia$`_is_leaf` #> [1] TRUE #> #> $hyperuricemia$children #> list() #> #> $hyperuricemia$value #> [1] "hyperuricemia" #> #> #> $Hyperventilation #> $Hyperventilation$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002883" #> #> $Hyperventilation$`_id` #> [1] "HP_0002883<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Hyperventilation$privateGeneCount #> [1] 0 #> #> $Hyperventilation$publicGeneCount #> [1] 2 #> #> $Hyperventilation$urlId #> [1] "HP_0002883" #> #> $Hyperventilation$dbPhenotype #> [1] TRUE #> #> $Hyperventilation$`_parent` #> [1] "HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Hyperventilation$`_is_leaf` #> [1] TRUE #> #> $Hyperventilation$children #> list() #> #> $Hyperventilation$value #> [1] "Hyperventilation" #> #> #> $`hypoactive sexual desire disorder` #> $`hypoactive sexual desire disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13868" #> #> $`hypoactive sexual desire disorder`$`_id` #> [1] "DOID_13868<DOID_10132<DOID_0060043<DOID_150<DOID_4" #> #> $`hypoactive sexual desire disorder`$privateGeneCount #> [1] 0 #> #> $`hypoactive sexual desire disorder`$publicGeneCount #> [1] 6 #> #> $`hypoactive sexual desire disorder`$urlId #> [1] "DOID_13868" #> #> $`hypoactive sexual desire disorder`$dbPhenotype #> [1] TRUE #> #> $`hypoactive sexual desire disorder`$`_parent` #> [1] "DOID_10132<DOID_0060043<DOID_150<DOID_4" #> #> $`hypoactive sexual desire disorder`$`_is_leaf` #> [1] TRUE #> #> $`hypoactive sexual desire disorder`$children #> list() #> #> $`hypoactive sexual desire disorder`$value #> [1] "hypoactive sexual desire disorder" #> #> #> $Hypoalbuminemia #> $Hypoalbuminemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003073" #> #> $Hypoalbuminemia$`_id` #> [1] "HP_0003073<HP_0012116<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypoalbuminemia$privateGeneCount #> [1] 0 #> #> $Hypoalbuminemia$publicGeneCount #> [1] 3 #> #> $Hypoalbuminemia$urlId #> [1] "HP_0003073" #> #> $Hypoalbuminemia$dbPhenotype #> [1] TRUE #> #> $Hypoalbuminemia$`_parent` #> [1] "HP_0012116<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypoalbuminemia$`_is_leaf` #> [1] TRUE #> #> $Hypoalbuminemia$children #> list() #> #> $Hypoalbuminemia$value #> [1] "Hypoalbuminemia" #> #> #> $hypobetalipoproteinemia #> $hypobetalipoproteinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1390" #> #> $hypobetalipoproteinemia$`_id` #> [1] "DOID_1390<DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $hypobetalipoproteinemia$privateGeneCount #> [1] 0 #> #> $hypobetalipoproteinemia$publicGeneCount #> [1] 4 #> #> $hypobetalipoproteinemia$urlId #> [1] "DOID_1390" #> #> $hypobetalipoproteinemia$dbPhenotype #> [1] TRUE #> #> $hypobetalipoproteinemia$`_parent` #> [1] "DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $hypobetalipoproteinemia$`_is_leaf` #> [1] TRUE #> #> $hypobetalipoproteinemia$children #> list() #> #> $hypobetalipoproteinemia$value #> [1] "hypobetalipoproteinemia" #> #> #> $Hypocalcemia #> $Hypocalcemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002901" #> #> $Hypocalcemia$`_id` #> [1] "HP_0002901<HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypocalcemia$privateGeneCount #> [1] 0 #> #> $Hypocalcemia$publicGeneCount #> [1] 4 #> #> $Hypocalcemia$urlId #> [1] "HP_0002901" #> #> $Hypocalcemia$dbPhenotype #> [1] TRUE #> #> $Hypocalcemia$`_parent` #> [1] "HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypocalcemia$`_is_leaf` #> [1] TRUE #> #> $Hypocalcemia$children #> list() #> #> $Hypocalcemia$value #> [1] "Hypocalcemia" #> #> #> $hypochondroplasia #> $hypochondroplasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080041" #> #> $hypochondroplasia$`_id` #> [1] "DOID_0080041<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $hypochondroplasia$privateGeneCount #> [1] 0 #> #> $hypochondroplasia$publicGeneCount #> [1] 1 #> #> $hypochondroplasia$urlId #> [1] "DOID_0080041" #> #> $hypochondroplasia$dbPhenotype #> [1] TRUE #> #> $hypochondroplasia$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $hypochondroplasia$`_is_leaf` #> [1] TRUE #> #> $hypochondroplasia$children #> list() #> #> $hypochondroplasia$value #> [1] "hypochondroplasia" #> #> #> $hypochondroplasia #> $hypochondroplasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080041" #> #> $hypochondroplasia$`_id` #> [1] "DOID_0080041<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $hypochondroplasia$privateGeneCount #> [1] 0 #> #> $hypochondroplasia$publicGeneCount #> [1] 1 #> #> $hypochondroplasia$urlId #> [1] "DOID_0080041" #> #> $hypochondroplasia$dbPhenotype #> [1] TRUE #> #> $hypochondroplasia$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $hypochondroplasia$`_is_leaf` #> [1] TRUE #> #> $hypochondroplasia$children #> list() #> #> $hypochondroplasia$value #> [1] "hypochondroplasia" #> #> #> $`hypochromic anemia` #> $`hypochromic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11759" #> #> $`hypochromic anemia`$`_id` #> [1] "DOID_11759<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hypochromic anemia`$privateGeneCount #> [1] 0 #> #> $`hypochromic anemia`$publicGeneCount #> [1] 1 #> #> $`hypochromic anemia`$urlId #> [1] "DOID_11759" #> #> $`hypochromic anemia`$dbPhenotype #> [1] TRUE #> #> $`hypochromic anemia`$`_parent` #> [1] "DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hypochromic anemia`$`_is_leaf` #> [1] TRUE #> #> $`hypochromic anemia`$children #> list() #> #> $`hypochromic anemia`$value #> [1] "hypochromic anemia" #> #> #> $`hypochromic microcytic anemia` #> $`hypochromic microcytic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050642" #> #> $`hypochromic microcytic anemia`$`_id` #> [1] "DOID_0050642<DOID_11252<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hypochromic microcytic anemia`$privateGeneCount #> [1] 0 #> #> $`hypochromic microcytic anemia`$publicGeneCount #> [1] 4 #> #> $`hypochromic microcytic anemia`$urlId #> [1] "DOID_0050642" #> #> $`hypochromic microcytic anemia`$dbPhenotype #> [1] TRUE #> #> $`hypochromic microcytic anemia`$`_parent` #> [1] "DOID_11252<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hypochromic microcytic anemia`$`_is_leaf` #> [1] TRUE #> #> $`hypochromic microcytic anemia`$children #> list() #> #> $`hypochromic microcytic anemia`$value #> [1] "hypochromic microcytic anemia" #> #> #> $hypoglycemia #> $hypoglycemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9993" #> #> $hypoglycemia$`_id` #> [1] "DOID_9993<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $hypoglycemia$privateGeneCount #> [1] 0 #> #> $hypoglycemia$publicGeneCount #> [1] 20 #> #> $hypoglycemia$urlId #> [1] "DOID_9993" #> #> $hypoglycemia$dbPhenotype #> [1] TRUE #> #> $hypoglycemia$`_parent` #> [1] "DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $hypoglycemia$`_is_leaf` #> [1] TRUE #> #> $hypoglycemia$children #> list() #> #> $hypoglycemia$value #> [1] "hypoglycemia" #> #> #> $hypogonadism #> $hypogonadism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1924" #> #> $hypogonadism$`_id` #> [1] "DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $hypogonadism$privateGeneCount #> [1] 0 #> #> $hypogonadism$publicGeneCount #> [1] 25 #> #> $hypogonadism$urlId #> [1] "DOID_1924" #> #> $hypogonadism$dbPhenotype #> [1] TRUE #> #> $hypogonadism$`_parent` #> [1] "DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $hypogonadism$`_is_leaf` #> [1] FALSE #> #> $hypogonadism$children #> $hypogonadism$children[[1]] #> [1] "DOID_5003<DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $hypogonadism$children[[2]] #> [1] "DOID_0090070<DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $hypogonadism$value #> [1] "hypogonadism" #> #> #> $`hypogonadotropic hypogonadism` #> $`hypogonadotropic hypogonadism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0090070" #> #> $`hypogonadotropic hypogonadism`$`_id` #> [1] "DOID_0090070<DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`hypogonadotropic hypogonadism`$privateGeneCount #> [1] 0 #> #> $`hypogonadotropic hypogonadism`$publicGeneCount #> [1] 5 #> #> $`hypogonadotropic hypogonadism`$urlId #> [1] "DOID_0090070" #> #> $`hypogonadotropic hypogonadism`$dbPhenotype #> [1] FALSE #> #> $`hypogonadotropic hypogonadism`$`_parent` #> [1] "DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`hypogonadotropic hypogonadism`$`_is_leaf` #> [1] FALSE #> #> $`hypogonadotropic hypogonadism`$children #> $`hypogonadotropic hypogonadism`$children[[1]] #> [1] "DOID_3614<DOID_0090070<DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`hypogonadotropic hypogonadism`$value #> [1] "hypogonadotropic hypogonadism" #> #> #> $hypohidrosis #> $hypohidrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11155" #> #> $hypohidrosis$`_id` #> [1] "DOID_11155<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $hypohidrosis$privateGeneCount #> [1] 0 #> #> $hypohidrosis$publicGeneCount #> [1] 1 #> #> $hypohidrosis$urlId #> [1] "DOID_11155" #> #> $hypohidrosis$dbPhenotype #> [1] TRUE #> #> $hypohidrosis$`_parent` #> [1] "DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $hypohidrosis$`_is_leaf` #> [1] FALSE #> #> $hypohidrosis$children #> $hypohidrosis$children[[1]] #> [1] "DOID_11156<DOID_11155<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $hypohidrosis$value #> [1] "hypohidrosis" #> #> #> $`Hypohidrosis or hyperhidrosis` #> $`Hypohidrosis or hyperhidrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007550" #> #> $`Hypohidrosis or hyperhidrosis`$`_id` #> [1] "HP_0007550<HP_0025276<HP_0001574<HP_0000118<HP_0000001" #> #> $`Hypohidrosis or hyperhidrosis`$privateGeneCount #> [1] 0 #> #> $`Hypohidrosis or hyperhidrosis`$publicGeneCount #> [1] 1 #> #> $`Hypohidrosis or hyperhidrosis`$urlId #> [1] "HP_0007550" #> #> $`Hypohidrosis or hyperhidrosis`$dbPhenotype #> [1] FALSE #> #> $`Hypohidrosis or hyperhidrosis`$`_parent` #> [1] "HP_0025276<HP_0001574<HP_0000118<HP_0000001" #> #> $`Hypohidrosis or hyperhidrosis`$`_is_leaf` #> [1] FALSE #> #> $`Hypohidrosis or hyperhidrosis`$children #> $`Hypohidrosis or hyperhidrosis`$children[[1]] #> [1] "HP_0000975<HP_0007550<HP_0025276<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Hypohidrosis or hyperhidrosis`$value #> [1] "Hypohidrosis or hyperhidrosis" #> #> #> $`hypohidrotic ectodermal dysplasia` #> $`hypohidrotic ectodermal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14793" #> #> $`hypohidrotic ectodermal dysplasia`$`_id` #> [1] "DOID_14793<DOID_2121<DOID_225<DOID_4" #> #> $`hypohidrotic ectodermal dysplasia`$privateGeneCount #> [1] 0 #> #> $`hypohidrotic ectodermal dysplasia`$publicGeneCount #> [1] 4 #> #> $`hypohidrotic ectodermal dysplasia`$urlId #> [1] "DOID_14793" #> #> $`hypohidrotic ectodermal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`hypohidrotic ectodermal dysplasia`$`_parent` #> [1] "DOID_2121<DOID_225<DOID_4" #> #> $`hypohidrotic ectodermal dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`hypohidrotic ectodermal dysplasia`$children #> list() #> #> $`hypohidrotic ectodermal dysplasia`$value #> [1] "hypohidrotic ectodermal dysplasia" #> #> #> $hypokalemia #> $hypokalemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4500" #> #> $hypokalemia$`_id` #> [1] "DOID_4500<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $hypokalemia$privateGeneCount #> [1] 0 #> #> $hypokalemia$publicGeneCount #> [1] 7 #> #> $hypokalemia$urlId #> [1] "DOID_4500" #> #> $hypokalemia$dbPhenotype #> [1] TRUE #> #> $hypokalemia$`_parent` #> [1] "DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $hypokalemia$`_is_leaf` #> [1] TRUE #> #> $hypokalemia$children #> list() #> #> $hypokalemia$value #> [1] "hypokalemia" #> #> #> $`hypokalemic periodic paralysis` #> $`hypokalemic periodic paralysis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14452" #> #> $`hypokalemic periodic paralysis`$`_id` #> [1] "DOID_14452<DOID_1029<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`hypokalemic periodic paralysis`$privateGeneCount #> [1] 0 #> #> $`hypokalemic periodic paralysis`$publicGeneCount #> [1] 4 #> #> $`hypokalemic periodic paralysis`$urlId #> [1] "DOID_14452" #> #> $`hypokalemic periodic paralysis`$dbPhenotype #> [1] TRUE #> #> $`hypokalemic periodic paralysis`$`_parent` #> [1] "DOID_1029<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`hypokalemic periodic paralysis`$`_is_leaf` #> [1] TRUE #> #> $`hypokalemic periodic paralysis`$children #> list() #> #> $`hypokalemic periodic paralysis`$value #> [1] "hypokalemic periodic paralysis" #> #> #> $Hypokinesia #> $Hypokinesia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002375" #> #> $Hypokinesia$`_id` #> [1] "HP_0002375<HP_0002374<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Hypokinesia$privateGeneCount #> [1] 0 #> #> $Hypokinesia$publicGeneCount #> [1] 3 #> #> $Hypokinesia$urlId #> [1] "HP_0002375" #> #> $Hypokinesia$dbPhenotype #> [1] TRUE #> #> $Hypokinesia$`_parent` #> [1] "HP_0002374<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Hypokinesia$`_is_leaf` #> [1] TRUE #> #> $Hypokinesia$children #> list() #> #> $Hypokinesia$value #> [1] "Hypokinesia" #> #> #> $hypolipoproteinemia #> $hypolipoproteinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1387" #> #> $hypolipoproteinemia$`_id` #> [1] "DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $hypolipoproteinemia$privateGeneCount #> [1] 0 #> #> $hypolipoproteinemia$publicGeneCount #> [1] 10 #> #> $hypolipoproteinemia$urlId #> [1] "DOID_1387" #> #> $hypolipoproteinemia$dbPhenotype #> [1] TRUE #> #> $hypolipoproteinemia$`_parent` #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $hypolipoproteinemia$`_is_leaf` #> [1] FALSE #> #> $hypolipoproteinemia$children #> $hypolipoproteinemia$children[[1]] #> [1] "DOID_1386<DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $hypolipoproteinemia$children[[2]] #> [1] "DOID_1390<DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $hypolipoproteinemia$children[[3]] #> [1] "DOID_1391<DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $hypolipoproteinemia$children[[4]] #> [1] "DOID_1388<DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> #> $hypolipoproteinemia$value #> [1] "hypolipoproteinemia" #> #> #> $Hypolipoproteinemia #> $Hypolipoproteinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010981" #> #> $Hypolipoproteinemia$`_id` #> [1] "HP_0010981<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypolipoproteinemia$privateGeneCount #> [1] 0 #> #> $Hypolipoproteinemia$publicGeneCount #> [1] 2 #> #> $Hypolipoproteinemia$urlId #> [1] "HP_0010981" #> #> $Hypolipoproteinemia$dbPhenotype #> [1] FALSE #> #> $Hypolipoproteinemia$`_parent` #> [1] "HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypolipoproteinemia$`_is_leaf` #> [1] FALSE #> #> $Hypolipoproteinemia$children #> $Hypolipoproteinemia$children[[1]] #> [1] "HP_0003233<HP_0010981<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $Hypolipoproteinemia$value #> [1] "Hypolipoproteinemia" #> #> #> $Hypomagnesemia #> $Hypomagnesemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002917" #> #> $Hypomagnesemia$`_id` #> [1] "HP_0002917<HP_0004921<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypomagnesemia$privateGeneCount #> [1] 0 #> #> $Hypomagnesemia$publicGeneCount #> [1] 5 #> #> $Hypomagnesemia$urlId #> [1] "HP_0002917" #> #> $Hypomagnesemia$dbPhenotype #> [1] TRUE #> #> $Hypomagnesemia$`_parent` #> [1] "HP_0004921<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypomagnesemia$`_is_leaf` #> [1] TRUE #> #> $Hypomagnesemia$children #> list() #> #> $Hypomagnesemia$value #> [1] "Hypomagnesemia" #> #> #> $`hypomelanosis of Ito` #> $`hypomelanosis of Ito`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3156" #> #> $`hypomelanosis of Ito`$`_id` #> [1] "DOID_3156<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`hypomelanosis of Ito`$privateGeneCount #> [1] 0 #> #> $`hypomelanosis of Ito`$publicGeneCount #> [1] 9 #> #> $`hypomelanosis of Ito`$urlId #> [1] "DOID_3156" #> #> $`hypomelanosis of Ito`$dbPhenotype #> [1] TRUE #> #> $`hypomelanosis of Ito`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`hypomelanosis of Ito`$`_is_leaf` #> [1] TRUE #> #> $`hypomelanosis of Ito`$children #> list() #> #> $`hypomelanosis of Ito`$value #> [1] "hypomelanosis of Ito" #> #> #> $`hypomyelinating leukodystrophy` #> $`hypomyelinating leukodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060786" #> #> $`hypomyelinating leukodystrophy`$`_id` #> [1] "DOID_0060786<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hypomyelinating leukodystrophy`$privateGeneCount #> [1] 0 #> #> $`hypomyelinating leukodystrophy`$publicGeneCount #> [1] 2 #> #> $`hypomyelinating leukodystrophy`$urlId #> [1] "DOID_0060786" #> #> $`hypomyelinating leukodystrophy`$dbPhenotype #> [1] FALSE #> #> $`hypomyelinating leukodystrophy`$`_parent` #> [1] "DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hypomyelinating leukodystrophy`$`_is_leaf` #> [1] FALSE #> #> $`hypomyelinating leukodystrophy`$children #> $`hypomyelinating leukodystrophy`$children[[1]] #> [1] "DOID_3210<DOID_0060786<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`hypomyelinating leukodystrophy`$value #> [1] "hypomyelinating leukodystrophy" #> #> #> $`hypomyelinating leukoencephalopathy` #> $`hypomyelinating leukoencephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050987" #> #> $`hypomyelinating leukoencephalopathy`$`_id` #> [1] "DOID_0050987<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hypomyelinating leukoencephalopathy`$privateGeneCount #> [1] 0 #> #> $`hypomyelinating leukoencephalopathy`$publicGeneCount #> [1] 1 #> #> $`hypomyelinating leukoencephalopathy`$urlId #> [1] "DOID_0050987" #> #> $`hypomyelinating leukoencephalopathy`$dbPhenotype #> [1] TRUE #> #> $`hypomyelinating leukoencephalopathy`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hypomyelinating leukoencephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`hypomyelinating leukoencephalopathy`$children #> list() #> #> $`hypomyelinating leukoencephalopathy`$value #> [1] "hypomyelinating leukoencephalopathy" #> #> #> $`hypomyelinating leukoencephalopathy` #> $`hypomyelinating leukoencephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050987" #> #> $`hypomyelinating leukoencephalopathy`$`_id` #> [1] "DOID_0050987<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hypomyelinating leukoencephalopathy`$privateGeneCount #> [1] 0 #> #> $`hypomyelinating leukoencephalopathy`$publicGeneCount #> [1] 1 #> #> $`hypomyelinating leukoencephalopathy`$urlId #> [1] "DOID_0050987" #> #> $`hypomyelinating leukoencephalopathy`$dbPhenotype #> [1] TRUE #> #> $`hypomyelinating leukoencephalopathy`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hypomyelinating leukoencephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`hypomyelinating leukoencephalopathy`$children #> list() #> #> $`hypomyelinating leukoencephalopathy`$value #> [1] "hypomyelinating leukoencephalopathy" #> #> #> $`hypomyelinating leukoencephalopathy` #> $`hypomyelinating leukoencephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050987" #> #> $`hypomyelinating leukoencephalopathy`$`_id` #> [1] "DOID_0050987<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hypomyelinating leukoencephalopathy`$privateGeneCount #> [1] 0 #> #> $`hypomyelinating leukoencephalopathy`$publicGeneCount #> [1] 1 #> #> $`hypomyelinating leukoencephalopathy`$urlId #> [1] "DOID_0050987" #> #> $`hypomyelinating leukoencephalopathy`$dbPhenotype #> [1] TRUE #> #> $`hypomyelinating leukoencephalopathy`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hypomyelinating leukoencephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`hypomyelinating leukoencephalopathy`$children #> list() #> #> $`hypomyelinating leukoencephalopathy`$value #> [1] "hypomyelinating leukoencephalopathy" #> #> #> $Hyponatremia #> $Hyponatremia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002902" #> #> $Hyponatremia$`_id` #> [1] "HP_0002902<HP_0010931<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyponatremia$privateGeneCount #> [1] 0 #> #> $Hyponatremia$publicGeneCount #> [1] 5 #> #> $Hyponatremia$urlId #> [1] "HP_0002902" #> #> $Hyponatremia$dbPhenotype #> [1] TRUE #> #> $Hyponatremia$`_parent` #> [1] "HP_0010931<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyponatremia$`_is_leaf` #> [1] TRUE #> #> $Hyponatremia$children #> list() #> #> $Hyponatremia$value #> [1] "Hyponatremia" #> #> #> $hypoparathyroidism #> $hypoparathyroidism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11199" #> #> $hypoparathyroidism$`_id` #> [1] "DOID_11199<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $hypoparathyroidism$privateGeneCount #> [1] 0 #> #> $hypoparathyroidism$publicGeneCount #> [1] 5 #> #> $hypoparathyroidism$urlId #> [1] "DOID_11199" #> #> $hypoparathyroidism$dbPhenotype #> [1] TRUE #> #> $hypoparathyroidism$`_parent` #> [1] "DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $hypoparathyroidism$`_is_leaf` #> [1] TRUE #> #> $hypoparathyroidism$children #> list() #> #> $hypoparathyroidism$value #> [1] "hypoparathyroidism" #> #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome` #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060348" #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$`_id` #> [1] "DOID_0060348<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$privateGeneCount #> [1] 0 #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$publicGeneCount #> [1] 1 #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$urlId #> [1] "DOID_0060348" #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$dbPhenotype #> [1] TRUE #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$`_is_leaf` #> [1] TRUE #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$children #> list() #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$value #> [1] "hypoparathyroidism-retardation-dysmorphism syndrome" #> #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome` #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060348" #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$`_id` #> [1] "DOID_0060348<DOID_225<DOID_4" #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$privateGeneCount #> [1] 0 #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$publicGeneCount #> [1] 1 #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$urlId #> [1] "DOID_0060348" #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$dbPhenotype #> [1] TRUE #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$`_is_leaf` #> [1] TRUE #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$children #> list() #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$value #> [1] "hypoparathyroidism-retardation-dysmorphism syndrome" #> #> #> $`hypopharynx cancer` #> $`hypopharynx cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8533" #> #> $`hypopharynx cancer`$`_id` #> [1] "DOID_8533<DOID_0060119<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hypopharynx cancer`$privateGeneCount #> [1] 0 #> #> $`hypopharynx cancer`$publicGeneCount #> [1] 1 #> #> $`hypopharynx cancer`$urlId #> [1] "DOID_8533" #> #> $`hypopharynx cancer`$dbPhenotype #> [1] TRUE #> #> $`hypopharynx cancer`$`_parent` #> [1] "DOID_0060119<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hypopharynx cancer`$`_is_leaf` #> [1] TRUE #> #> $`hypopharynx cancer`$children #> list() #> #> $`hypopharynx cancer`$value #> [1] "hypopharynx cancer" #> #> #> $`hypopharynx cancer` #> $`hypopharynx cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8533" #> #> $`hypopharynx cancer`$`_id` #> [1] "DOID_8533<DOID_0060119<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`hypopharynx cancer`$privateGeneCount #> [1] 0 #> #> $`hypopharynx cancer`$publicGeneCount #> [1] 1 #> #> $`hypopharynx cancer`$urlId #> [1] "DOID_8533" #> #> $`hypopharynx cancer`$dbPhenotype #> [1] TRUE #> #> $`hypopharynx cancer`$`_parent` #> [1] "DOID_0060119<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`hypopharynx cancer`$`_is_leaf` #> [1] TRUE #> #> $`hypopharynx cancer`$children #> list() #> #> $`hypopharynx cancer`$value #> [1] "hypopharynx cancer" #> #> #> $hypophosphatasia #> $hypophosphatasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14213" #> #> $hypophosphatasia$`_id` #> [1] "DOID_14213<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $hypophosphatasia$privateGeneCount #> [1] 0 #> #> $hypophosphatasia$publicGeneCount #> [1] 1 #> #> $hypophosphatasia$urlId #> [1] "DOID_14213" #> #> $hypophosphatasia$dbPhenotype #> [1] TRUE #> #> $hypophosphatasia$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $hypophosphatasia$`_is_leaf` #> [1] TRUE #> #> $hypophosphatasia$children #> list() #> #> $hypophosphatasia$value #> [1] "hypophosphatasia" #> #> #> $hypophosphatasia #> $hypophosphatasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14213" #> #> $hypophosphatasia$`_id` #> [1] "DOID_14213<DOID_225<DOID_4" #> #> $hypophosphatasia$privateGeneCount #> [1] 0 #> #> $hypophosphatasia$publicGeneCount #> [1] 1 #> #> $hypophosphatasia$urlId #> [1] "DOID_14213" #> #> $hypophosphatasia$dbPhenotype #> [1] TRUE #> #> $hypophosphatasia$`_parent` #> [1] "DOID_225<DOID_4" #> #> $hypophosphatasia$`_is_leaf` #> [1] TRUE #> #> $hypophosphatasia$children #> list() #> #> $hypophosphatasia$value #> [1] "hypophosphatasia" #> #> #> $hypophosphatemia #> $hypophosphatemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050336" #> #> $hypophosphatemia$`_id` #> [1] "DOID_0050336<DOID_2485<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $hypophosphatemia$privateGeneCount #> [1] 0 #> #> $hypophosphatemia$publicGeneCount #> [1] 2 #> #> $hypophosphatemia$urlId #> [1] "DOID_0050336" #> #> $hypophosphatemia$dbPhenotype #> [1] TRUE #> #> $hypophosphatemia$`_parent` #> [1] "DOID_2485<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $hypophosphatemia$`_is_leaf` #> [1] TRUE #> #> $hypophosphatemia$children #> list() #> #> $hypophosphatemia$value #> [1] "hypophosphatemia" #> #> #> $Hypophosphatemia #> $Hypophosphatemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002148" #> #> $Hypophosphatemia$`_id` #> [1] "HP_0002148<HP_0100529<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypophosphatemia$privateGeneCount #> [1] 0 #> #> $Hypophosphatemia$publicGeneCount #> [1] 2 #> #> $Hypophosphatemia$urlId #> [1] "HP_0002148" #> #> $Hypophosphatemia$dbPhenotype #> [1] FALSE #> #> $Hypophosphatemia$`_parent` #> [1] "HP_0100529<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypophosphatemia$`_is_leaf` #> [1] FALSE #> #> $Hypophosphatemia$children #> $Hypophosphatemia$children[[1]] #> [1] "HP_0004912<HP_0002148<HP_0100529<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $Hypophosphatemia$value #> [1] "Hypophosphatemia" #> #> #> $`hypophosphatemic nephrolithiasis/osteoporosis` #> $`hypophosphatemic nephrolithiasis/osteoporosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080655" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis`$`_id` #> [1] "DOID_0080655<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis`$privateGeneCount #> [1] 0 #> #> $`hypophosphatemic nephrolithiasis/osteoporosis`$publicGeneCount #> [1] 2 #> #> $`hypophosphatemic nephrolithiasis/osteoporosis`$urlId #> [1] "DOID_0080655" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis`$dbPhenotype #> [1] FALSE #> #> $`hypophosphatemic nephrolithiasis/osteoporosis`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis`$`_is_leaf` #> [1] FALSE #> #> $`hypophosphatemic nephrolithiasis/osteoporosis`$children #> $`hypophosphatemic nephrolithiasis/osteoporosis`$children[[1]] #> [1] "DOID_0080077<DOID_0080655<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis`$children[[2]] #> [1] "DOID_0080078<DOID_0080655<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`hypophosphatemic nephrolithiasis/osteoporosis`$value #> [1] "hypophosphatemic nephrolithiasis/osteoporosis" #> #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1` #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080077" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$`_id` #> [1] "DOID_0080077<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$privateGeneCount #> [1] 0 #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$publicGeneCount #> [1] 1 #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$urlId #> [1] "DOID_0080077" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$dbPhenotype #> [1] TRUE #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$`_is_leaf` #> [1] TRUE #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$children #> list() #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$value #> [1] "hypophosphatemic nephrolithiasis/osteoporosis 1" #> #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1` #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080077" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$`_id` #> [1] "DOID_0080077<DOID_0080655<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$privateGeneCount #> [1] 0 #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$publicGeneCount #> [1] 1 #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$urlId #> [1] "DOID_0080077" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$dbPhenotype #> [1] TRUE #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$`_parent` #> [1] "DOID_0080655<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$`_is_leaf` #> [1] TRUE #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$children #> list() #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$value #> [1] "hypophosphatemic nephrolithiasis/osteoporosis 1" #> #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2` #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080078" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$`_id` #> [1] "DOID_0080078<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$privateGeneCount #> [1] 0 #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$publicGeneCount #> [1] 1 #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$urlId #> [1] "DOID_0080078" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$dbPhenotype #> [1] TRUE #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$`_is_leaf` #> [1] TRUE #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$children #> list() #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$value #> [1] "hypophosphatemic nephrolithiasis/osteoporosis 2" #> #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2` #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080078" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$`_id` #> [1] "DOID_0080078<DOID_0080655<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$privateGeneCount #> [1] 0 #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$publicGeneCount #> [1] 1 #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$urlId #> [1] "DOID_0080078" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$dbPhenotype #> [1] TRUE #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$`_parent` #> [1] "DOID_0080655<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$`_is_leaf` #> [1] TRUE #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$children #> list() #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$value #> [1] "hypophosphatemic nephrolithiasis/osteoporosis 2" #> #> #> $`Hypophosphatemic rickets` #> $`Hypophosphatemic rickets`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004912" #> #> $`Hypophosphatemic rickets`$`_id` #> [1] "HP_0004912<HP_0002148<HP_0100529<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Hypophosphatemic rickets`$privateGeneCount #> [1] 0 #> #> $`Hypophosphatemic rickets`$publicGeneCount #> [1] 2 #> #> $`Hypophosphatemic rickets`$urlId #> [1] "HP_0004912" #> #> $`Hypophosphatemic rickets`$dbPhenotype #> [1] TRUE #> #> $`Hypophosphatemic rickets`$`_parent` #> [1] "HP_0002148<HP_0100529<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Hypophosphatemic rickets`$`_is_leaf` #> [1] TRUE #> #> $`Hypophosphatemic rickets`$children #> list() #> #> $`Hypophosphatemic rickets`$value #> [1] "Hypophosphatemic rickets" #> #> #> $`Hypophosphatemic rickets` #> $`Hypophosphatemic rickets`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004912" #> #> $`Hypophosphatemic rickets`$`_id` #> [1] "HP_0004912<HP_0002748<HP_0004349<HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Hypophosphatemic rickets`$privateGeneCount #> [1] 0 #> #> $`Hypophosphatemic rickets`$publicGeneCount #> [1] 2 #> #> $`Hypophosphatemic rickets`$urlId #> [1] "HP_0004912" #> #> $`Hypophosphatemic rickets`$dbPhenotype #> [1] TRUE #> #> $`Hypophosphatemic rickets`$`_parent` #> [1] "HP_0002748<HP_0004349<HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Hypophosphatemic rickets`$`_is_leaf` #> [1] TRUE #> #> $`Hypophosphatemic rickets`$children #> list() #> #> $`Hypophosphatemic rickets`$value #> [1] "Hypophosphatemic rickets" #> #> #> $`Hypopigmentation of hair` #> $`Hypopigmentation of hair`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005599" #> #> $`Hypopigmentation of hair`$`_id` #> [1] "HP_0005599<HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Hypopigmentation of hair`$privateGeneCount #> [1] 0 #> #> $`Hypopigmentation of hair`$publicGeneCount #> [1] 4 #> #> $`Hypopigmentation of hair`$urlId #> [1] "HP_0005599" #> #> $`Hypopigmentation of hair`$dbPhenotype #> [1] FALSE #> #> $`Hypopigmentation of hair`$`_parent` #> [1] "HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Hypopigmentation of hair`$`_is_leaf` #> [1] FALSE #> #> $`Hypopigmentation of hair`$children #> $`Hypopigmentation of hair`$children[[1]] #> [1] "HP_0011358<HP_0005599<HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Hypopigmentation of hair`$value #> [1] "Hypopigmentation of hair" #> #> #> $`Hypopigmentation of the skin` #> $`Hypopigmentation of the skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001010" #> #> $`Hypopigmentation of the skin`$`_id` #> [1] "HP_0001010<HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Hypopigmentation of the skin`$privateGeneCount #> [1] 0 #> #> $`Hypopigmentation of the skin`$publicGeneCount #> [1] 4 #> #> $`Hypopigmentation of the skin`$urlId #> [1] "HP_0001010" #> #> $`Hypopigmentation of the skin`$dbPhenotype #> [1] TRUE #> #> $`Hypopigmentation of the skin`$`_parent` #> [1] "HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Hypopigmentation of the skin`$`_is_leaf` #> [1] TRUE #> #> $`Hypopigmentation of the skin`$children #> list() #> #> $`Hypopigmentation of the skin`$value #> [1] "Hypopigmentation of the skin" #> #> #> $hypopituitarism #> $hypopituitarism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9406" #> #> $hypopituitarism$`_id` #> [1] "DOID_9406<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $hypopituitarism$privateGeneCount #> [1] 0 #> #> $hypopituitarism$publicGeneCount #> [1] 9 #> #> $hypopituitarism$urlId #> [1] "DOID_9406" #> #> $hypopituitarism$dbPhenotype #> [1] TRUE #> #> $hypopituitarism$`_parent` #> [1] "DOID_53<DOID_28<DOID_7<DOID_4" #> #> $hypopituitarism$`_is_leaf` #> [1] FALSE #> #> $hypopituitarism$children #> $hypopituitarism$children[[1]] #> [1] "DOID_9410<DOID_9406<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $hypopituitarism$children[[2]] #> [1] "DOID_9476<DOID_9406<DOID_53<DOID_28<DOID_7<DOID_4" #> #> #> $hypopituitarism$value #> [1] "hypopituitarism" #> #> #> $Hypopituitarism #> $Hypopituitarism$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040075" #> #> $Hypopituitarism$`_id` #> [1] "HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $Hypopituitarism$privateGeneCount #> [1] 0 #> #> $Hypopituitarism$publicGeneCount #> [1] 7 #> #> $Hypopituitarism$urlId #> [1] "HP_0040075" #> #> $Hypopituitarism$dbPhenotype #> [1] FALSE #> #> $Hypopituitarism$`_parent` #> [1] "HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $Hypopituitarism$`_is_leaf` #> [1] FALSE #> #> $Hypopituitarism$children #> $Hypopituitarism$children[[1]] #> [1] "HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> #> $Hypopituitarism$value #> [1] "Hypopituitarism" #> #> #> $Hypopituitarism #> $Hypopituitarism$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040075" #> #> $Hypopituitarism$`_id` #> [1] "HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Hypopituitarism$privateGeneCount #> [1] 0 #> #> $Hypopituitarism$publicGeneCount #> [1] 7 #> #> $Hypopituitarism$urlId #> [1] "HP_0040075" #> #> $Hypopituitarism$dbPhenotype #> [1] FALSE #> #> $Hypopituitarism$`_parent` #> [1] "HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Hypopituitarism$`_is_leaf` #> [1] FALSE #> #> $Hypopituitarism$children #> $Hypopituitarism$children[[1]] #> [1] "HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Hypopituitarism$value #> [1] "Hypopituitarism" #> #> #> $`Hypoplasia of penis` #> $`Hypoplasia of penis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008736" #> #> $`Hypoplasia of penis`$`_id` #> [1] "HP_0008736<HP_0000036<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplasia of penis`$privateGeneCount #> [1] 0 #> #> $`Hypoplasia of penis`$publicGeneCount #> [1] 1 #> #> $`Hypoplasia of penis`$urlId #> [1] "HP_0008736" #> #> $`Hypoplasia of penis`$dbPhenotype #> [1] FALSE #> #> $`Hypoplasia of penis`$`_parent` #> [1] "HP_0000036<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplasia of penis`$`_is_leaf` #> [1] FALSE #> #> $`Hypoplasia of penis`$children #> $`Hypoplasia of penis`$children[[1]] #> [1] "HP_0000054<HP_0008736<HP_0000036<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Hypoplasia of penis`$value #> [1] "Hypoplasia of penis" #> #> #> $`Hypoplasia of penis` #> $`Hypoplasia of penis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008736" #> #> $`Hypoplasia of penis`$`_id` #> [1] "HP_0008736<HP_0000036<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplasia of penis`$privateGeneCount #> [1] 0 #> #> $`Hypoplasia of penis`$publicGeneCount #> [1] 1 #> #> $`Hypoplasia of penis`$urlId #> [1] "HP_0008736" #> #> $`Hypoplasia of penis`$dbPhenotype #> [1] FALSE #> #> $`Hypoplasia of penis`$`_parent` #> [1] "HP_0000036<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplasia of penis`$`_is_leaf` #> [1] FALSE #> #> $`Hypoplasia of penis`$children #> $`Hypoplasia of penis`$children[[1]] #> [1] "HP_0000054<HP_0008736<HP_0000036<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Hypoplasia of penis`$value #> [1] "Hypoplasia of penis" #> #> #> $`Hypoplasia of penis` #> $`Hypoplasia of penis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008736" #> #> $`Hypoplasia of penis`$`_id` #> [1] "HP_0008736<HP_0000050<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplasia of penis`$privateGeneCount #> [1] 0 #> #> $`Hypoplasia of penis`$publicGeneCount #> [1] 1 #> #> $`Hypoplasia of penis`$urlId #> [1] "HP_0008736" #> #> $`Hypoplasia of penis`$dbPhenotype #> [1] FALSE #> #> $`Hypoplasia of penis`$`_parent` #> [1] "HP_0000050<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplasia of penis`$`_is_leaf` #> [1] FALSE #> #> $`Hypoplasia of penis`$children #> $`Hypoplasia of penis`$children[[1]] #> [1] "HP_0000054<HP_0008736<HP_0000050<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Hypoplasia of penis`$value #> [1] "Hypoplasia of penis" #> #> #> $`Hypoplasia of penis` #> $`Hypoplasia of penis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008736" #> #> $`Hypoplasia of penis`$`_id` #> [1] "HP_0008736<HP_0000050<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplasia of penis`$privateGeneCount #> [1] 0 #> #> $`Hypoplasia of penis`$publicGeneCount #> [1] 1 #> #> $`Hypoplasia of penis`$urlId #> [1] "HP_0008736" #> #> $`Hypoplasia of penis`$dbPhenotype #> [1] FALSE #> #> $`Hypoplasia of penis`$`_parent` #> [1] "HP_0000050<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplasia of penis`$`_is_leaf` #> [1] FALSE #> #> $`Hypoplasia of penis`$children #> $`Hypoplasia of penis`$children[[1]] #> [1] "HP_0000054<HP_0008736<HP_0000050<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Hypoplasia of penis`$value #> [1] "Hypoplasia of penis" #> #> #> $`Hypoplasia of penis` #> $`Hypoplasia of penis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008736" #> #> $`Hypoplasia of penis`$`_id` #> [1] "HP_0008736<HP_0000050<HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplasia of penis`$privateGeneCount #> [1] 0 #> #> $`Hypoplasia of penis`$publicGeneCount #> [1] 1 #> #> $`Hypoplasia of penis`$urlId #> [1] "HP_0008736" #> #> $`Hypoplasia of penis`$dbPhenotype #> [1] FALSE #> #> $`Hypoplasia of penis`$`_parent` #> [1] "HP_0000050<HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplasia of penis`$`_is_leaf` #> [1] FALSE #> #> $`Hypoplasia of penis`$children #> $`Hypoplasia of penis`$children[[1]] #> [1] "HP_0000054<HP_0008736<HP_0000050<HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Hypoplasia of penis`$value #> [1] "Hypoplasia of penis" #> #> #> $`hypoplastic left heart syndrome` #> $`hypoplastic left heart syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9955" #> #> $`hypoplastic left heart syndrome`$`_id` #> [1] "DOID_9955<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`hypoplastic left heart syndrome`$privateGeneCount #> [1] 0 #> #> $`hypoplastic left heart syndrome`$publicGeneCount #> [1] 2 #> #> $`hypoplastic left heart syndrome`$urlId #> [1] "DOID_9955" #> #> $`hypoplastic left heart syndrome`$dbPhenotype #> [1] TRUE #> #> $`hypoplastic left heart syndrome`$`_parent` #> [1] "DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`hypoplastic left heart syndrome`$`_is_leaf` #> [1] TRUE #> #> $`hypoplastic left heart syndrome`$children #> list() #> #> $`hypoplastic left heart syndrome`$value #> [1] "hypoplastic left heart syndrome" #> #> #> $`Hypoplastic male external genitalia` #> $`Hypoplastic male external genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000050" #> #> $`Hypoplastic male external genitalia`$`_id` #> [1] "HP_0000050<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplastic male external genitalia`$privateGeneCount #> [1] 0 #> #> $`Hypoplastic male external genitalia`$publicGeneCount #> [1] 1 #> #> $`Hypoplastic male external genitalia`$urlId #> [1] "HP_0000050" #> #> $`Hypoplastic male external genitalia`$dbPhenotype #> [1] FALSE #> #> $`Hypoplastic male external genitalia`$`_parent` #> [1] "HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplastic male external genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Hypoplastic male external genitalia`$children #> $`Hypoplastic male external genitalia`$children[[1]] #> [1] "HP_0008736<HP_0000050<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Hypoplastic male external genitalia`$value #> [1] "Hypoplastic male external genitalia" #> #> #> $`Hypoplastic male external genitalia` #> $`Hypoplastic male external genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000050" #> #> $`Hypoplastic male external genitalia`$`_id` #> [1] "HP_0000050<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplastic male external genitalia`$privateGeneCount #> [1] 0 #> #> $`Hypoplastic male external genitalia`$publicGeneCount #> [1] 1 #> #> $`Hypoplastic male external genitalia`$urlId #> [1] "HP_0000050" #> #> $`Hypoplastic male external genitalia`$dbPhenotype #> [1] FALSE #> #> $`Hypoplastic male external genitalia`$`_parent` #> [1] "HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplastic male external genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Hypoplastic male external genitalia`$children #> $`Hypoplastic male external genitalia`$children[[1]] #> [1] "HP_0008736<HP_0000050<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Hypoplastic male external genitalia`$value #> [1] "Hypoplastic male external genitalia" #> #> #> $`Hypoplastic male external genitalia` #> $`Hypoplastic male external genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000050" #> #> $`Hypoplastic male external genitalia`$`_id` #> [1] "HP_0000050<HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplastic male external genitalia`$privateGeneCount #> [1] 0 #> #> $`Hypoplastic male external genitalia`$publicGeneCount #> [1] 1 #> #> $`Hypoplastic male external genitalia`$urlId #> [1] "HP_0000050" #> #> $`Hypoplastic male external genitalia`$dbPhenotype #> [1] FALSE #> #> $`Hypoplastic male external genitalia`$`_parent` #> [1] "HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplastic male external genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Hypoplastic male external genitalia`$children #> $`Hypoplastic male external genitalia`$children[[1]] #> [1] "HP_0008736<HP_0000050<HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Hypoplastic male external genitalia`$value #> [1] "Hypoplastic male external genitalia" #> #> #> $Hypoproteinemia #> $Hypoproteinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003075" #> #> $Hypoproteinemia$`_id` #> [1] "HP_0003075<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypoproteinemia$privateGeneCount #> [1] 0 #> #> $Hypoproteinemia$publicGeneCount #> [1] 2 #> #> $Hypoproteinemia$urlId #> [1] "HP_0003075" #> #> $Hypoproteinemia$dbPhenotype #> [1] TRUE #> #> $Hypoproteinemia$`_parent` #> [1] "HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypoproteinemia$`_is_leaf` #> [1] TRUE #> #> $Hypoproteinemia$children #> list() #> #> $Hypoproteinemia$value #> [1] "Hypoproteinemia" #> #> #> $hypospadias #> $hypospadias$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10892" #> #> $hypospadias$`_id` #> [1] "DOID_10892<DOID_0080015<DOID_4" #> #> $hypospadias$privateGeneCount #> [1] 0 #> #> $hypospadias$publicGeneCount #> [1] 8 #> #> $hypospadias$urlId #> [1] "DOID_10892" #> #> $hypospadias$dbPhenotype #> [1] TRUE #> #> $hypospadias$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $hypospadias$`_is_leaf` #> [1] TRUE #> #> $hypospadias$children #> list() #> #> $hypospadias$value #> [1] "hypospadias" #> #> #> $Hypotension #> $Hypotension$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002615" #> #> $Hypotension$`_id` #> [1] "HP_0002615<HP_0030972<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Hypotension$privateGeneCount #> [1] 0 #> #> $Hypotension$publicGeneCount #> [1] 55 #> #> $Hypotension$urlId #> [1] "HP_0002615" #> #> $Hypotension$dbPhenotype #> [1] TRUE #> #> $Hypotension$`_parent` #> [1] "HP_0030972<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Hypotension$`_is_leaf` #> [1] FALSE #> #> $Hypotension$children #> $Hypotension$children[[1]] #> [1] "HP_0001278<HP_0002615<HP_0030972<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $Hypotension$value #> [1] "Hypotension" #> #> #> $Hypothermia #> $Hypothermia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002045" #> #> $Hypothermia$`_id` #> [1] "HP_0002045<HP_0004370<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypothermia$privateGeneCount #> [1] 0 #> #> $Hypothermia$publicGeneCount #> [1] 12 #> #> $Hypothermia$urlId #> [1] "HP_0002045" #> #> $Hypothermia$dbPhenotype #> [1] TRUE #> #> $Hypothermia$`_parent` #> [1] "HP_0004370<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypothermia$`_is_leaf` #> [1] TRUE #> #> $Hypothermia$children #> list() #> #> $Hypothermia$value #> [1] "Hypothermia" #> #> #> $hypothyroidism #> $hypothyroidism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1459" #> #> $hypothyroidism$`_id` #> [1] "DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $hypothyroidism$privateGeneCount #> [1] 0 #> #> $hypothyroidism$publicGeneCount #> [1] 25 #> #> $hypothyroidism$urlId #> [1] "DOID_1459" #> #> $hypothyroidism$dbPhenotype #> [1] TRUE #> #> $hypothyroidism$`_parent` #> [1] "DOID_50<DOID_28<DOID_7<DOID_4" #> #> $hypothyroidism$`_is_leaf` #> [1] FALSE #> #> $hypothyroidism$children #> $hypothyroidism$children[[1]] #> [1] "DOID_0050655<DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $hypothyroidism$children[[2]] #> [1] "DOID_0050328<DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $hypothyroidism$children[[3]] #> [1] "DOID_11633<DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $hypothyroidism$value #> [1] "hypothyroidism" #> #> #> $hypotonia #> $hypotonia$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0004144" #> #> $hypotonia$`_id` #> [1] "MP_0004144<MP_0004142<MP_0002106<MP_0005369<MP_0000001" #> #> $hypotonia$privateGeneCount #> [1] 0 #> #> $hypotonia$publicGeneCount #> [1] 5 #> #> $hypotonia$urlId #> [1] "MP_0004144" #> #> $hypotonia$dbPhenotype #> [1] TRUE #> #> $hypotonia$`_parent` #> [1] "MP_0004142<MP_0002106<MP_0005369<MP_0000001" #> #> $hypotonia$`_is_leaf` #> [1] TRUE #> #> $hypotonia$children #> list() #> #> $hypotonia$value #> [1] "hypotonia" #> #> #> $hypotrichosis #> $hypotrichosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4535" #> #> $hypotrichosis$`_id` #> [1] "DOID_4535<DOID_421<DOID_16<DOID_7<DOID_4" #> #> $hypotrichosis$privateGeneCount #> [1] 0 #> #> $hypotrichosis$publicGeneCount #> [1] 34 #> #> $hypotrichosis$urlId #> [1] "DOID_4535" #> #> $hypotrichosis$dbPhenotype #> [1] TRUE #> #> $hypotrichosis$`_parent` #> [1] "DOID_421<DOID_16<DOID_7<DOID_4" #> #> $hypotrichosis$`_is_leaf` #> [1] FALSE #> #> $hypotrichosis$children #> $hypotrichosis$children[[1]] #> [1] "DOID_987<DOID_4535<DOID_421<DOID_16<DOID_7<DOID_4" #> #> #> $hypotrichosis$value #> [1] "hypotrichosis" #> #> #> $Hypouricemia #> $Hypouricemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003537" #> #> $Hypouricemia$`_id` #> [1] "HP_0003537<HP_0002157<HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypouricemia$privateGeneCount #> [1] 0 #> #> $Hypouricemia$publicGeneCount #> [1] 2 #> #> $Hypouricemia$urlId #> [1] "HP_0003537" #> #> $Hypouricemia$dbPhenotype #> [1] TRUE #> #> $Hypouricemia$`_parent` #> [1] "HP_0002157<HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypouricemia$`_is_leaf` #> [1] TRUE #> #> $Hypouricemia$children #> list() #> #> $Hypouricemia$value #> [1] "Hypouricemia" #> #> #> $Hypoventilation #> $Hypoventilation$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002791" #> #> $Hypoventilation$`_id` #> [1] "HP_0002791<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Hypoventilation$privateGeneCount #> [1] 0 #> #> $Hypoventilation$publicGeneCount #> [1] 4 #> #> $Hypoventilation$urlId #> [1] "HP_0002791" #> #> $Hypoventilation$dbPhenotype #> [1] TRUE #> #> $Hypoventilation$`_parent` #> [1] "HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Hypoventilation$`_is_leaf` #> [1] TRUE #> #> $Hypoventilation$children #> list() #> #> $Hypoventilation$value #> [1] "Hypoventilation" #> #> #> $ichthyosis #> $ichthyosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1697" #> #> $ichthyosis$`_id` #> [1] "DOID_1697<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $ichthyosis$privateGeneCount #> [1] 0 #> #> $ichthyosis$publicGeneCount #> [1] 2 #> #> $ichthyosis$urlId #> [1] "DOID_1697" #> #> $ichthyosis$dbPhenotype #> [1] FALSE #> #> $ichthyosis$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $ichthyosis$`_is_leaf` #> [1] FALSE #> #> $ichthyosis$children #> $ichthyosis$children[[1]] #> [1] "DOID_1702<DOID_1697<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $ichthyosis$children[[2]] #> [1] "DOID_1700<DOID_1697<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $ichthyosis$value #> [1] "ichthyosis" #> #> #> $Ichthyosis #> $Ichthyosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008064" #> #> $Ichthyosis$`_id` #> [1] "HP_0008064<HP_0011368<HP_0001072<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Ichthyosis$privateGeneCount #> [1] 0 #> #> $Ichthyosis$publicGeneCount #> [1] 5 #> #> $Ichthyosis$urlId #> [1] "HP_0008064" #> #> $Ichthyosis$dbPhenotype #> [1] TRUE #> #> $Ichthyosis$`_parent` #> [1] "HP_0011368<HP_0001072<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Ichthyosis$`_is_leaf` #> [1] TRUE #> #> $Ichthyosis$children #> list() #> #> $Ichthyosis$value #> [1] "Ichthyosis" #> #> #> $`ichthyosis vulgaris` #> $`ichthyosis vulgaris`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1702" #> #> $`ichthyosis vulgaris`$`_id` #> [1] "DOID_1702<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ichthyosis vulgaris`$privateGeneCount #> [1] 0 #> #> $`ichthyosis vulgaris`$publicGeneCount #> [1] 1 #> #> $`ichthyosis vulgaris`$urlId #> [1] "DOID_1702" #> #> $`ichthyosis vulgaris`$dbPhenotype #> [1] TRUE #> #> $`ichthyosis vulgaris`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ichthyosis vulgaris`$`_is_leaf` #> [1] TRUE #> #> $`ichthyosis vulgaris`$children #> list() #> #> $`ichthyosis vulgaris`$value #> [1] "ichthyosis vulgaris" #> #> #> $`ichthyosis vulgaris` #> $`ichthyosis vulgaris`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1702" #> #> $`ichthyosis vulgaris`$`_id` #> [1] "DOID_1702<DOID_1697<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`ichthyosis vulgaris`$privateGeneCount #> [1] 0 #> #> $`ichthyosis vulgaris`$publicGeneCount #> [1] 1 #> #> $`ichthyosis vulgaris`$urlId #> [1] "DOID_1702" #> #> $`ichthyosis vulgaris`$dbPhenotype #> [1] TRUE #> #> $`ichthyosis vulgaris`$`_parent` #> [1] "DOID_1697<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`ichthyosis vulgaris`$`_is_leaf` #> [1] TRUE #> #> $`ichthyosis vulgaris`$children #> list() #> #> $`ichthyosis vulgaris`$value #> [1] "ichthyosis vulgaris" #> #> #> $`idiopathic generalized epilepsy` #> $`idiopathic generalized epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1827" #> #> $`idiopathic generalized epilepsy`$`_id` #> [1] "DOID_1827<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`idiopathic generalized epilepsy`$privateGeneCount #> [1] 0 #> #> $`idiopathic generalized epilepsy`$publicGeneCount #> [1] 31 #> #> $`idiopathic generalized epilepsy`$urlId #> [1] "DOID_1827" #> #> $`idiopathic generalized epilepsy`$dbPhenotype #> [1] TRUE #> #> $`idiopathic generalized epilepsy`$`_parent` #> [1] "DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`idiopathic generalized epilepsy`$`_is_leaf` #> [1] FALSE #> #> $`idiopathic generalized epilepsy`$children #> $`idiopathic generalized epilepsy`$children[[1]] #> [1] "DOID_0060475<DOID_1827<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`idiopathic generalized epilepsy`$children[[2]] #> [1] "DOID_0060170<DOID_1827<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`idiopathic generalized epilepsy`$value #> [1] "idiopathic generalized epilepsy" #> #> #> $`idiopathic interstitial pneumonia` #> $`idiopathic interstitial pneumonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2797" #> #> $`idiopathic interstitial pneumonia`$`_id` #> [1] "DOID_2797<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`idiopathic interstitial pneumonia`$privateGeneCount #> [1] 0 #> #> $`idiopathic interstitial pneumonia`$publicGeneCount #> [1] 85 #> #> $`idiopathic interstitial pneumonia`$urlId #> [1] "DOID_2797" #> #> $`idiopathic interstitial pneumonia`$dbPhenotype #> [1] TRUE #> #> $`idiopathic interstitial pneumonia`$`_parent` #> [1] "DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`idiopathic interstitial pneumonia`$`_is_leaf` #> [1] TRUE #> #> $`idiopathic interstitial pneumonia`$children #> list() #> #> $`idiopathic interstitial pneumonia`$value #> [1] "idiopathic interstitial pneumonia" #> #> #> $`idiopathic pulmonary fibrosis` #> $`idiopathic pulmonary fibrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050156" #> #> $`idiopathic pulmonary fibrosis`$`_id` #> [1] "DOID_0050156<DOID_3770<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`idiopathic pulmonary fibrosis`$privateGeneCount #> [1] 0 #> #> $`idiopathic pulmonary fibrosis`$publicGeneCount #> [1] 28 #> #> $`idiopathic pulmonary fibrosis`$urlId #> [1] "DOID_0050156" #> #> $`idiopathic pulmonary fibrosis`$dbPhenotype #> [1] TRUE #> #> $`idiopathic pulmonary fibrosis`$`_parent` #> [1] "DOID_3770<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`idiopathic pulmonary fibrosis`$`_is_leaf` #> [1] TRUE #> #> $`idiopathic pulmonary fibrosis`$children #> list() #> #> $`idiopathic pulmonary fibrosis`$value #> [1] "idiopathic pulmonary fibrosis" #> #> #> $`idiopathic pulmonary fibrosis` #> $`idiopathic pulmonary fibrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050156" #> #> $`idiopathic pulmonary fibrosis`$`_id` #> [1] "DOID_0050156<DOID_3770<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`idiopathic pulmonary fibrosis`$privateGeneCount #> [1] 0 #> #> $`idiopathic pulmonary fibrosis`$publicGeneCount #> [1] 28 #> #> $`idiopathic pulmonary fibrosis`$urlId #> [1] "DOID_0050156" #> #> $`idiopathic pulmonary fibrosis`$dbPhenotype #> [1] TRUE #> #> $`idiopathic pulmonary fibrosis`$`_parent` #> [1] "DOID_3770<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`idiopathic pulmonary fibrosis`$`_is_leaf` #> [1] TRUE #> #> $`idiopathic pulmonary fibrosis`$children #> list() #> #> $`idiopathic pulmonary fibrosis`$value #> [1] "idiopathic pulmonary fibrosis" #> #> #> $`IgA glomerulonephritis` #> $`IgA glomerulonephritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2986" #> #> $`IgA glomerulonephritis`$`_id` #> [1] "DOID_2986<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`IgA glomerulonephritis`$privateGeneCount #> [1] 0 #> #> $`IgA glomerulonephritis`$publicGeneCount #> [1] 470 #> #> $`IgA glomerulonephritis`$urlId #> [1] "DOID_2986" #> #> $`IgA glomerulonephritis`$dbPhenotype #> [1] TRUE #> #> $`IgA glomerulonephritis`$`_parent` #> [1] "DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`IgA glomerulonephritis`$`_is_leaf` #> [1] TRUE #> #> $`IgA glomerulonephritis`$children #> list() #> #> $`IgA glomerulonephritis`$value #> [1] "IgA glomerulonephritis" #> #> #> $`ileal neoplasm` #> $`ileal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10156" #> #> $`ileal neoplasm`$`_id` #> [1] "DOID_10156<DOID_7505<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`ileal neoplasm`$privateGeneCount #> [1] 0 #> #> $`ileal neoplasm`$publicGeneCount #> [1] 4 #> #> $`ileal neoplasm`$urlId #> [1] "DOID_10156" #> #> $`ileal neoplasm`$dbPhenotype #> [1] TRUE #> #> $`ileal neoplasm`$`_parent` #> [1] "DOID_7505<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`ileal neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`ileal neoplasm`$children #> list() #> #> $`ileal neoplasm`$value #> [1] "ileal neoplasm" #> #> #> $`ileal neoplasm` #> $`ileal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10156" #> #> $`ileal neoplasm`$`_id` #> [1] "DOID_10156<DOID_7505<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`ileal neoplasm`$privateGeneCount #> [1] 0 #> #> $`ileal neoplasm`$publicGeneCount #> [1] 4 #> #> $`ileal neoplasm`$urlId #> [1] "DOID_10156" #> #> $`ileal neoplasm`$dbPhenotype #> [1] TRUE #> #> $`ileal neoplasm`$`_parent` #> [1] "DOID_7505<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`ileal neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`ileal neoplasm`$children #> list() #> #> $`ileal neoplasm`$value #> [1] "ileal neoplasm" #> #> #> $`ileal neoplasm` #> $`ileal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10156" #> #> $`ileal neoplasm`$`_id` #> [1] "DOID_10156<DOID_7505<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`ileal neoplasm`$privateGeneCount #> [1] 0 #> #> $`ileal neoplasm`$publicGeneCount #> [1] 4 #> #> $`ileal neoplasm`$urlId #> [1] "DOID_10156" #> #> $`ileal neoplasm`$dbPhenotype #> [1] TRUE #> #> $`ileal neoplasm`$`_parent` #> [1] "DOID_7505<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`ileal neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`ileal neoplasm`$children #> list() #> #> $`ileal neoplasm`$value #> [1] "ileal neoplasm" #> #> #> $ileitis #> $ileitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060189" #> #> $ileitis$`_id` #> [1] "DOID_0060189<DOID_8778<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $ileitis$privateGeneCount #> [1] 0 #> #> $ileitis$publicGeneCount #> [1] 1 #> #> $ileitis$urlId #> [1] "DOID_0060189" #> #> $ileitis$dbPhenotype #> [1] TRUE #> #> $ileitis$`_parent` #> [1] "DOID_8778<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $ileitis$`_is_leaf` #> [1] TRUE #> #> $ileitis$children #> list() #> #> $ileitis$value #> [1] "ileitis" #> #> #> $Ileus #> $Ileus$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002595" #> #> $Ileus$`_id` #> [1] "HP_0002595<HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Ileus$privateGeneCount #> [1] 0 #> #> $Ileus$publicGeneCount #> [1] 1 #> #> $Ileus$urlId #> [1] "HP_0002595" #> #> $Ileus$dbPhenotype #> [1] FALSE #> #> $Ileus$`_parent` #> [1] "HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Ileus$`_is_leaf` #> [1] FALSE #> #> $Ileus$children #> $Ileus$children[[1]] #> [1] "HP_0010676<HP_0002595<HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $Ileus$value #> [1] "Ileus" #> #> #> $Ileus #> $Ileus$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002595" #> #> $Ileus$`_id` #> [1] "HP_0002595<HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Ileus$privateGeneCount #> [1] 0 #> #> $Ileus$publicGeneCount #> [1] 1 #> #> $Ileus$urlId #> [1] "HP_0002595" #> #> $Ileus$dbPhenotype #> [1] FALSE #> #> $Ileus$`_parent` #> [1] "HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Ileus$`_is_leaf` #> [1] FALSE #> #> $Ileus$children #> $Ileus$children[[1]] #> [1] "HP_0010676<HP_0002595<HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $Ileus$value #> [1] "Ileus" #> #> #> $Ileus #> $Ileus$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002595" #> #> $Ileus$`_id` #> [1] "HP_0002595<HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Ileus$privateGeneCount #> [1] 0 #> #> $Ileus$publicGeneCount #> [1] 1 #> #> $Ileus$urlId #> [1] "HP_0002595" #> #> $Ileus$dbPhenotype #> [1] FALSE #> #> $Ileus$`_parent` #> [1] "HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Ileus$`_is_leaf` #> [1] FALSE #> #> $Ileus$children #> $Ileus$children[[1]] #> [1] "HP_0010676<HP_0002595<HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $Ileus$value #> [1] "Ileus" #> #> #> $`IMAGe syndrome` #> $`IMAGe syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050885" #> #> $`IMAGe syndrome`$`_id` #> [1] "DOID_0050885<DOID_225<DOID_4" #> #> $`IMAGe syndrome`$privateGeneCount #> [1] 0 #> #> $`IMAGe syndrome`$publicGeneCount #> [1] 1 #> #> $`IMAGe syndrome`$urlId #> [1] "DOID_0050885" #> #> $`IMAGe syndrome`$dbPhenotype #> [1] TRUE #> #> $`IMAGe syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`IMAGe syndrome`$`_is_leaf` #> [1] TRUE #> #> $`IMAGe syndrome`$children #> list() #> #> $`IMAGe syndrome`$value #> [1] "IMAGe syndrome" #> #> #> $`immune system cancer` #> $`immune system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060083" #> #> $`immune system cancer`$`_id` #> [1] "DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`immune system cancer`$privateGeneCount #> [1] 0 #> #> $`immune system cancer`$publicGeneCount #> [1] 254 #> #> $`immune system cancer`$urlId #> [1] "DOID_0060083" #> #> $`immune system cancer`$dbPhenotype #> [1] FALSE #> #> $`immune system cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`immune system cancer`$`_is_leaf` #> [1] FALSE #> #> $`immune system cancer`$children #> $`immune system cancer`$children[[1]] #> [1] "DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`immune system cancer`$value #> [1] "immune system cancer" #> #> #> $`immune system cancer` #> $`immune system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060083" #> #> $`immune system cancer`$`_id` #> [1] "DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`immune system cancer`$privateGeneCount #> [1] 0 #> #> $`immune system cancer`$publicGeneCount #> [1] 254 #> #> $`immune system cancer`$urlId #> [1] "DOID_0060083" #> #> $`immune system cancer`$dbPhenotype #> [1] FALSE #> #> $`immune system cancer`$`_parent` #> [1] "DOID_2914<DOID_7<DOID_4" #> #> $`immune system cancer`$`_is_leaf` #> [1] FALSE #> #> $`immune system cancer`$children #> $`immune system cancer`$children[[1]] #> [1] "DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`immune system cancer`$value #> [1] "immune system cancer" #> #> #> $`immune system disease` #> $`immune system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2914" #> #> $`immune system disease`$`_id` #> [1] "DOID_2914<DOID_7<DOID_4" #> #> $`immune system disease`$privateGeneCount #> [1] 0 #> #> $`immune system disease`$publicGeneCount #> [1] 908 #> #> $`immune system disease`$urlId #> [1] "DOID_2914" #> #> $`immune system disease`$dbPhenotype #> [1] FALSE #> #> $`immune system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`immune system disease`$`_is_leaf` #> [1] FALSE #> #> $`immune system disease`$children #> $`immune system disease`$children[[1]] #> [1] "DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`immune system disease`$children[[2]] #> [1] "DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`immune system disease`$children[[3]] #> [1] "DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`immune system disease`$children[[4]] #> [1] "DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`immune system disease`$value #> [1] "immune system disease" #> #> #> $Immunodeficiency #> $Immunodeficiency$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002721" #> #> $Immunodeficiency$`_id` #> [1] "HP_0002721<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $Immunodeficiency$privateGeneCount #> [1] 0 #> #> $Immunodeficiency$publicGeneCount #> [1] 32 #> #> $Immunodeficiency$urlId #> [1] "HP_0002721" #> #> $Immunodeficiency$dbPhenotype #> [1] TRUE #> #> $Immunodeficiency$`_parent` #> [1] "HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $Immunodeficiency$`_is_leaf` #> [1] TRUE #> #> $Immunodeficiency$children #> list() #> #> $Immunodeficiency$value #> [1] "Immunodeficiency" #> #> #> $`immunoglobulin alpha deficiency` #> $`immunoglobulin alpha deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060025" #> #> $`immunoglobulin alpha deficiency`$`_id` #> [1] "DOID_0060025<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`immunoglobulin alpha deficiency`$privateGeneCount #> [1] 0 #> #> $`immunoglobulin alpha deficiency`$publicGeneCount #> [1] 1 #> #> $`immunoglobulin alpha deficiency`$urlId #> [1] "DOID_0060025" #> #> $`immunoglobulin alpha deficiency`$dbPhenotype #> [1] TRUE #> #> $`immunoglobulin alpha deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`immunoglobulin alpha deficiency`$`_is_leaf` #> [1] TRUE #> #> $`immunoglobulin alpha deficiency`$children #> list() #> #> $`immunoglobulin alpha deficiency`$value #> [1] "immunoglobulin alpha deficiency" #> #> #> $`immunoglobulin alpha deficiency` #> $`immunoglobulin alpha deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060025" #> #> $`immunoglobulin alpha deficiency`$`_id` #> [1] "DOID_0060025<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`immunoglobulin alpha deficiency`$privateGeneCount #> [1] 0 #> #> $`immunoglobulin alpha deficiency`$publicGeneCount #> [1] 1 #> #> $`immunoglobulin alpha deficiency`$urlId #> [1] "DOID_0060025" #> #> $`immunoglobulin alpha deficiency`$dbPhenotype #> [1] TRUE #> #> $`immunoglobulin alpha deficiency`$`_parent` #> [1] "DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`immunoglobulin alpha deficiency`$`_is_leaf` #> [1] TRUE #> #> $`immunoglobulin alpha deficiency`$children #> list() #> #> $`immunoglobulin alpha deficiency`$value #> [1] "immunoglobulin alpha deficiency" #> #> #> $`Immunologic hypersensitivity` #> $`Immunologic hypersensitivity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100326" #> #> $`Immunologic hypersensitivity`$`_id` #> [1] "HP_0100326<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Immunologic hypersensitivity`$privateGeneCount #> [1] 0 #> #> $`Immunologic hypersensitivity`$publicGeneCount #> [1] 2 #> #> $`Immunologic hypersensitivity`$urlId #> [1] "HP_0100326" #> #> $`Immunologic hypersensitivity`$dbPhenotype #> [1] FALSE #> #> $`Immunologic hypersensitivity`$`_parent` #> [1] "HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Immunologic hypersensitivity`$`_is_leaf` #> [1] FALSE #> #> $`Immunologic hypersensitivity`$children #> $`Immunologic hypersensitivity`$children[[1]] #> [1] "HP_0002099<HP_0100326<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Immunologic hypersensitivity`$value #> [1] "Immunologic hypersensitivity" #> #> #> $`Impaired pain sensation` #> $`Impaired pain sensation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007328" #> #> $`Impaired pain sensation`$`_id` #> [1] "HP_0007328<HP_0010832<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Impaired pain sensation`$privateGeneCount #> [1] 0 #> #> $`Impaired pain sensation`$publicGeneCount #> [1] 2 #> #> $`Impaired pain sensation`$urlId #> [1] "HP_0007328" #> #> $`Impaired pain sensation`$dbPhenotype #> [1] FALSE #> #> $`Impaired pain sensation`$`_parent` #> [1] "HP_0010832<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Impaired pain sensation`$`_is_leaf` #> [1] FALSE #> #> $`Impaired pain sensation`$children #> $`Impaired pain sensation`$children[[1]] #> [1] "HP_0007021<HP_0007328<HP_0010832<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Impaired pain sensation`$value #> [1] "Impaired pain sensation" #> #> #> $`Impaired proprioception` #> $`Impaired proprioception`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010831" #> #> $`Impaired proprioception`$`_id` #> [1] "HP_0010831<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Impaired proprioception`$privateGeneCount #> [1] 0 #> #> $`Impaired proprioception`$publicGeneCount #> [1] 1 #> #> $`Impaired proprioception`$urlId #> [1] "HP_0010831" #> #> $`Impaired proprioception`$dbPhenotype #> [1] FALSE #> #> $`Impaired proprioception`$`_parent` #> [1] "HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Impaired proprioception`$`_is_leaf` #> [1] FALSE #> #> $`Impaired proprioception`$children #> $`Impaired proprioception`$children[[1]] #> [1] "HP_0010871<HP_0010831<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Impaired proprioception`$value #> [1] "Impaired proprioception" #> #> #> $`Impairment in personality functioning` #> $`Impairment in personality functioning`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031466" #> #> $`Impairment in personality functioning`$`_id` #> [1] "HP_0031466<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Impairment in personality functioning`$privateGeneCount #> [1] 0 #> #> $`Impairment in personality functioning`$publicGeneCount #> [1] 2 #> #> $`Impairment in personality functioning`$urlId #> [1] "HP_0031466" #> #> $`Impairment in personality functioning`$dbPhenotype #> [1] FALSE #> #> $`Impairment in personality functioning`$`_parent` #> [1] "HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Impairment in personality functioning`$`_is_leaf` #> [1] FALSE #> #> $`Impairment in personality functioning`$children #> $`Impairment in personality functioning`$children[[1]] #> [1] "HP_0100852<HP_0031466<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Impairment in personality functioning`$value #> [1] "Impairment in personality functioning" #> #> #> $`Impairment of fructose metabolism` #> $`Impairment of fructose metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011033" #> #> $`Impairment of fructose metabolism`$`_id` #> [1] "HP_0011033<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Impairment of fructose metabolism`$privateGeneCount #> [1] 0 #> #> $`Impairment of fructose metabolism`$publicGeneCount #> [1] 1 #> #> $`Impairment of fructose metabolism`$urlId #> [1] "HP_0011033" #> #> $`Impairment of fructose metabolism`$dbPhenotype #> [1] FALSE #> #> $`Impairment of fructose metabolism`$`_parent` #> [1] "HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Impairment of fructose metabolism`$`_is_leaf` #> [1] FALSE #> #> $`Impairment of fructose metabolism`$children #> $`Impairment of fructose metabolism`$children[[1]] #> [1] "HP_0005973<HP_0011033<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Impairment of fructose metabolism`$value #> [1] "Impairment of fructose metabolism" #> #> #> $`imperforate anus` #> $`imperforate anus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10488" #> #> $`imperforate anus`$`_id` #> [1] "DOID_10488<DOID_0080015<DOID_4" #> #> $`imperforate anus`$privateGeneCount #> [1] 0 #> #> $`imperforate anus`$publicGeneCount #> [1] 1 #> #> $`imperforate anus`$urlId #> [1] "DOID_10488" #> #> $`imperforate anus`$dbPhenotype #> [1] TRUE #> #> $`imperforate anus`$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $`imperforate anus`$`_is_leaf` #> [1] TRUE #> #> $`imperforate anus`$children #> list() #> #> $`imperforate anus`$value #> [1] "imperforate anus" #> #> #> $`imperforate anus` #> $`imperforate anus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10488" #> #> $`imperforate anus`$`_id` #> [1] "DOID_10488<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`imperforate anus`$privateGeneCount #> [1] 0 #> #> $`imperforate anus`$publicGeneCount #> [1] 1 #> #> $`imperforate anus`$urlId #> [1] "DOID_10488" #> #> $`imperforate anus`$dbPhenotype #> [1] TRUE #> #> $`imperforate anus`$`_parent` #> [1] "DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`imperforate anus`$`_is_leaf` #> [1] TRUE #> #> $`imperforate anus`$children #> list() #> #> $`imperforate anus`$value #> [1] "imperforate anus" #> #> #> $impotence #> $impotence$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1875" #> #> $impotence$`_id` #> [1] "DOID_1875<DOID_1876<DOID_0060043<DOID_150<DOID_4" #> #> $impotence$privateGeneCount #> [1] 0 #> #> $impotence$publicGeneCount #> [1] 10 #> #> $impotence$urlId #> [1] "DOID_1875" #> #> $impotence$dbPhenotype #> [1] TRUE #> #> $impotence$`_parent` #> [1] "DOID_1876<DOID_0060043<DOID_150<DOID_4" #> #> $impotence$`_is_leaf` #> [1] FALSE #> #> $impotence$children #> $impotence$children[[1]] #> [1] "DOID_4762<DOID_1875<DOID_1876<DOID_0060043<DOID_150<DOID_4" #> #> #> $impotence$value #> [1] "impotence" #> #> #> $Impotence #> $Impotence$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000802" #> #> $Impotence$`_id` #> [1] "HP_0000802<HP_0100639<HP_0040307<HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Impotence$privateGeneCount #> [1] 0 #> #> $Impotence$publicGeneCount #> [1] 13 #> #> $Impotence$urlId #> [1] "HP_0000802" #> #> $Impotence$dbPhenotype #> [1] TRUE #> #> $Impotence$`_parent` #> [1] "HP_0100639<HP_0040307<HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Impotence$`_is_leaf` #> [1] TRUE #> #> $Impotence$children #> list() #> #> $Impotence$value #> [1] "Impotence" #> #> #> $`impulse control disorder` #> $`impulse control disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10937" #> #> $`impulse control disorder`$`_id` #> [1] "DOID_10937<DOID_150<DOID_4" #> #> $`impulse control disorder`$privateGeneCount #> [1] 0 #> #> $`impulse control disorder`$publicGeneCount #> [1] 5 #> #> $`impulse control disorder`$urlId #> [1] "DOID_10937" #> #> $`impulse control disorder`$dbPhenotype #> [1] TRUE #> #> $`impulse control disorder`$`_parent` #> [1] "DOID_150<DOID_4" #> #> $`impulse control disorder`$`_is_leaf` #> [1] FALSE #> #> $`impulse control disorder`$children #> $`impulse control disorder`$children[[1]] #> [1] "DOID_12401<DOID_10937<DOID_150<DOID_4" #> #> $`impulse control disorder`$children[[2]] #> [1] "DOID_12400<DOID_10937<DOID_150<DOID_4" #> #> $`impulse control disorder`$children[[3]] #> [1] "DOID_12399<DOID_10937<DOID_150<DOID_4" #> #> $`impulse control disorder`$children[[4]] #> [1] "DOID_0050587<DOID_10937<DOID_150<DOID_4" #> #> #> $`impulse control disorder`$value #> [1] "impulse control disorder" #> #> #> $`in situ carcinoma` #> $`in situ carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8719" #> #> $`in situ carcinoma`$`_id` #> [1] "DOID_8719<DOID_0060071<DOID_14566<DOID_4" #> #> $`in situ carcinoma`$privateGeneCount #> [1] 0 #> #> $`in situ carcinoma`$publicGeneCount #> [1] 92 #> #> $`in situ carcinoma`$urlId #> [1] "DOID_8719" #> #> $`in situ carcinoma`$dbPhenotype #> [1] TRUE #> #> $`in situ carcinoma`$`_parent` #> [1] "DOID_0060071<DOID_14566<DOID_4" #> #> $`in situ carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`in situ carcinoma`$children #> $`in situ carcinoma`$children[[1]] #> [1] "DOID_9108<DOID_8719<DOID_0060071<DOID_14566<DOID_4" #> #> #> $`in situ carcinoma`$value #> [1] "in situ carcinoma" #> #> #> $`inappropriate ADH syndrome` #> $`inappropriate ADH syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3401" #> #> $`inappropriate ADH syndrome`$`_id` #> [1] "DOID_3401<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`inappropriate ADH syndrome`$privateGeneCount #> [1] 0 #> #> $`inappropriate ADH syndrome`$publicGeneCount #> [1] 1 #> #> $`inappropriate ADH syndrome`$urlId #> [1] "DOID_3401" #> #> $`inappropriate ADH syndrome`$dbPhenotype #> [1] TRUE #> #> $`inappropriate ADH syndrome`$`_parent` #> [1] "DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`inappropriate ADH syndrome`$`_is_leaf` #> [1] TRUE #> #> $`inappropriate ADH syndrome`$children #> list() #> #> $`inappropriate ADH syndrome`$value #> [1] "inappropriate ADH syndrome" #> #> #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia` #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050881" #> #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia`$`_id` #> [1] "DOID_0050881<DOID_225<DOID_4" #> #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia`$privateGeneCount #> [1] 0 #> #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia`$publicGeneCount #> [1] 3 #> #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia`$urlId #> [1] "DOID_0050881" #> #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia`$dbPhenotype #> [1] TRUE #> #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia`$`_is_leaf` #> [1] TRUE #> #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia`$children #> list() #> #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia`$value #> [1] "inclusion body myopathy with Paget disease of bone and frontotemporal dementia" #> #> #> $`inclusion body myositis` #> $`inclusion body myositis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3429" #> #> $`inclusion body myositis`$`_id` #> [1] "DOID_3429<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`inclusion body myositis`$privateGeneCount #> [1] 0 #> #> $`inclusion body myositis`$publicGeneCount #> [1] 12 #> #> $`inclusion body myositis`$urlId #> [1] "DOID_3429" #> #> $`inclusion body myositis`$dbPhenotype #> [1] TRUE #> #> $`inclusion body myositis`$`_parent` #> [1] "DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`inclusion body myositis`$`_is_leaf` #> [1] TRUE #> #> $`inclusion body myositis`$children #> list() #> #> $`inclusion body myositis`$value #> [1] "inclusion body myositis" #> #> #> $`Increased body weight` #> $`Increased body weight`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004324" #> #> $`Increased body weight`$`_id` #> [1] "HP_0004324<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Increased body weight`$privateGeneCount #> [1] 0 #> #> $`Increased body weight`$publicGeneCount #> [1] 89 #> #> $`Increased body weight`$urlId #> [1] "HP_0004324" #> #> $`Increased body weight`$dbPhenotype #> [1] TRUE #> #> $`Increased body weight`$`_parent` #> [1] "HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Increased body weight`$`_is_leaf` #> [1] FALSE #> #> $`Increased body weight`$children #> $`Increased body weight`$children[[1]] #> [1] "HP_0001513<HP_0004324<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Increased body weight`$value #> [1] "Increased body weight" #> #> #> $`Increased circulating antibody level` #> $`Increased circulating antibody level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010702" #> #> $`Increased circulating antibody level`$`_id` #> [1] "HP_0010702<HP_0010701<HP_0005368<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Increased circulating antibody level`$privateGeneCount #> [1] 0 #> #> $`Increased circulating antibody level`$publicGeneCount #> [1] 1 #> #> $`Increased circulating antibody level`$urlId #> [1] "HP_0010702" #> #> $`Increased circulating antibody level`$dbPhenotype #> [1] TRUE #> #> $`Increased circulating antibody level`$`_parent` #> [1] "HP_0010701<HP_0005368<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Increased circulating antibody level`$`_is_leaf` #> [1] TRUE #> #> $`Increased circulating antibody level`$children #> list() #> #> $`Increased circulating antibody level`$value #> [1] "Increased circulating antibody level" #> #> #> $`Increased circulating antibody level` #> $`Increased circulating antibody level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010702" #> #> $`Increased circulating antibody level`$`_id` #> [1] "HP_0010702<HP_0010701<HP_0005372<HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Increased circulating antibody level`$privateGeneCount #> [1] 0 #> #> $`Increased circulating antibody level`$publicGeneCount #> [1] 1 #> #> $`Increased circulating antibody level`$urlId #> [1] "HP_0010702" #> #> $`Increased circulating antibody level`$dbPhenotype #> [1] TRUE #> #> $`Increased circulating antibody level`$`_parent` #> [1] "HP_0010701<HP_0005372<HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Increased circulating antibody level`$`_is_leaf` #> [1] TRUE #> #> $`Increased circulating antibody level`$children #> list() #> #> $`Increased circulating antibody level`$value #> [1] "Increased circulating antibody level" #> #> #> $`Increased circulating antibody level` #> $`Increased circulating antibody level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010702" #> #> $`Increased circulating antibody level`$`_id` #> [1] "HP_0010702<HP_0010701<HP_0005372<HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Increased circulating antibody level`$privateGeneCount #> [1] 0 #> #> $`Increased circulating antibody level`$publicGeneCount #> [1] 1 #> #> $`Increased circulating antibody level`$urlId #> [1] "HP_0010702" #> #> $`Increased circulating antibody level`$dbPhenotype #> [1] TRUE #> #> $`Increased circulating antibody level`$`_parent` #> [1] "HP_0010701<HP_0005372<HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Increased circulating antibody level`$`_is_leaf` #> [1] TRUE #> #> $`Increased circulating antibody level`$children #> list() #> #> $`Increased circulating antibody level`$value #> [1] "Increased circulating antibody level" #> #> #> $`Increased circulating antibody level` #> $`Increased circulating antibody level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010702" #> #> $`Increased circulating antibody level`$`_id` #> [1] "HP_0010702<HP_0010701<HP_0005372<HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Increased circulating antibody level`$privateGeneCount #> [1] 0 #> #> $`Increased circulating antibody level`$publicGeneCount #> [1] 1 #> #> $`Increased circulating antibody level`$urlId #> [1] "HP_0010702" #> #> $`Increased circulating antibody level`$dbPhenotype #> [1] TRUE #> #> $`Increased circulating antibody level`$`_parent` #> [1] "HP_0010701<HP_0005372<HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Increased circulating antibody level`$`_is_leaf` #> [1] TRUE #> #> $`Increased circulating antibody level`$children #> list() #> #> $`Increased circulating antibody level`$value #> [1] "Increased circulating antibody level" #> #> #> $`Increased HDL cholesterol concentration` #> $`Increased HDL cholesterol concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012184" #> #> $`Increased HDL cholesterol concentration`$`_id` #> [1] "HP_0012184<HP_0010980<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Increased HDL cholesterol concentration`$privateGeneCount #> [1] 0 #> #> $`Increased HDL cholesterol concentration`$publicGeneCount #> [1] 2 #> #> $`Increased HDL cholesterol concentration`$urlId #> [1] "HP_0012184" #> #> $`Increased HDL cholesterol concentration`$dbPhenotype #> [1] TRUE #> #> $`Increased HDL cholesterol concentration`$`_parent` #> [1] "HP_0010980<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Increased HDL cholesterol concentration`$`_is_leaf` #> [1] TRUE #> #> $`Increased HDL cholesterol concentration`$children #> list() #> #> $`Increased HDL cholesterol concentration`$value #> [1] "Increased HDL cholesterol concentration" #> #> #> $`Increased HDL cholesterol concentration` #> $`Increased HDL cholesterol concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012184" #> #> $`Increased HDL cholesterol concentration`$`_id` #> [1] "HP_0012184<HP_0031888<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Increased HDL cholesterol concentration`$privateGeneCount #> [1] 0 #> #> $`Increased HDL cholesterol concentration`$publicGeneCount #> [1] 2 #> #> $`Increased HDL cholesterol concentration`$urlId #> [1] "HP_0012184" #> #> $`Increased HDL cholesterol concentration`$dbPhenotype #> [1] TRUE #> #> $`Increased HDL cholesterol concentration`$`_parent` #> [1] "HP_0031888<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Increased HDL cholesterol concentration`$`_is_leaf` #> [1] TRUE #> #> $`Increased HDL cholesterol concentration`$children #> list() #> #> $`Increased HDL cholesterol concentration`$value #> [1] "Increased HDL cholesterol concentration" #> #> #> $`Increased head circumference` #> $`Increased head circumference`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040194" #> #> $`Increased head circumference`$`_id` #> [1] "HP_0040194<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Increased head circumference`$privateGeneCount #> [1] 0 #> #> $`Increased head circumference`$publicGeneCount #> [1] 4 #> #> $`Increased head circumference`$urlId #> [1] "HP_0040194" #> #> $`Increased head circumference`$dbPhenotype #> [1] FALSE #> #> $`Increased head circumference`$`_parent` #> [1] "HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Increased head circumference`$`_is_leaf` #> [1] FALSE #> #> $`Increased head circumference`$children #> $`Increased head circumference`$children[[1]] #> [1] "HP_0000256<HP_0040194<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Increased head circumference`$value #> [1] "Increased head circumference" #> #> #> $`Increased head circumference` #> $`Increased head circumference`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040194" #> #> $`Increased head circumference`$`_id` #> [1] "HP_0040194<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Increased head circumference`$privateGeneCount #> [1] 0 #> #> $`Increased head circumference`$publicGeneCount #> [1] 4 #> #> $`Increased head circumference`$urlId #> [1] "HP_0040194" #> #> $`Increased head circumference`$dbPhenotype #> [1] FALSE #> #> $`Increased head circumference`$`_parent` #> [1] "HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Increased head circumference`$`_is_leaf` #> [1] FALSE #> #> $`Increased head circumference`$children #> $`Increased head circumference`$children[[1]] #> [1] "HP_0000256<HP_0040194<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Increased head circumference`$value #> [1] "Increased head circumference" #> #> #> $`Increased inflammatory response` #> $`Increased inflammatory response`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012649" #> #> $`Increased inflammatory response`$`_id` #> [1] "HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Increased inflammatory response`$privateGeneCount #> [1] 0 #> #> $`Increased inflammatory response`$publicGeneCount #> [1] 26 #> #> $`Increased inflammatory response`$urlId #> [1] "HP_0012649" #> #> $`Increased inflammatory response`$dbPhenotype #> [1] FALSE #> #> $`Increased inflammatory response`$`_parent` #> [1] "HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Increased inflammatory response`$`_is_leaf` #> [1] FALSE #> #> $`Increased inflammatory response`$children #> $`Increased inflammatory response`$children[[1]] #> [1] "HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Increased inflammatory response`$children[[2]] #> [1] "HP_0001733<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Increased inflammatory response`$value #> [1] "Increased inflammatory response" #> #> #> $`indolent systemic mastocytosis` #> $`indolent systemic mastocytosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4660" #> #> $`indolent systemic mastocytosis`$`_id` #> [1] "DOID_4660<DOID_349<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`indolent systemic mastocytosis`$privateGeneCount #> [1] 0 #> #> $`indolent systemic mastocytosis`$publicGeneCount #> [1] 2 #> #> $`indolent systemic mastocytosis`$urlId #> [1] "DOID_4660" #> #> $`indolent systemic mastocytosis`$dbPhenotype #> [1] TRUE #> #> $`indolent systemic mastocytosis`$`_parent` #> [1] "DOID_349<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`indolent systemic mastocytosis`$`_is_leaf` #> [1] TRUE #> #> $`indolent systemic mastocytosis`$children #> list() #> #> $`indolent systemic mastocytosis`$value #> [1] "indolent systemic mastocytosis" #> #> #> $`infancy electroclinical syndrome` #> $`infancy electroclinical syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050703" #> #> $`infancy electroclinical syndrome`$`_id` #> [1] "DOID_0050703<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`infancy electroclinical syndrome`$privateGeneCount #> [1] 0 #> #> $`infancy electroclinical syndrome`$publicGeneCount #> [1] 11 #> #> $`infancy electroclinical syndrome`$urlId #> [1] "DOID_0050703" #> #> $`infancy electroclinical syndrome`$dbPhenotype #> [1] TRUE #> #> $`infancy electroclinical syndrome`$`_parent` #> [1] "DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`infancy electroclinical syndrome`$`_is_leaf` #> [1] FALSE #> #> $`infancy electroclinical syndrome`$children #> $`infancy electroclinical syndrome`$children[[1]] #> [1] "DOID_0060169<DOID_0050703<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`infancy electroclinical syndrome`$children[[2]] #> [1] "DOID_0050562<DOID_0050703<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`infancy electroclinical syndrome`$value #> [1] "infancy electroclinical syndrome" #> #> #> $`infant gynecomastia` #> $`infant gynecomastia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11603" #> #> $`infant gynecomastia`$`_id` #> [1] "DOID_11603<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`infant gynecomastia`$privateGeneCount #> [1] 0 #> #> $`infant gynecomastia`$publicGeneCount #> [1] 3 #> #> $`infant gynecomastia`$urlId #> [1] "DOID_11603" #> #> $`infant gynecomastia`$dbPhenotype #> [1] TRUE #> #> $`infant gynecomastia`$`_parent` #> [1] "DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`infant gynecomastia`$`_is_leaf` #> [1] TRUE #> #> $`infant gynecomastia`$children #> list() #> #> $`infant gynecomastia`$value #> [1] "infant gynecomastia" #> #> #> $`infantile cerebellar-retinal degeneration` #> $`infantile cerebellar-retinal degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050883" #> #> $`infantile cerebellar-retinal degeneration`$`_id` #> [1] "DOID_0050883<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`infantile cerebellar-retinal degeneration`$privateGeneCount #> [1] 0 #> #> $`infantile cerebellar-retinal degeneration`$publicGeneCount #> [1] 1 #> #> $`infantile cerebellar-retinal degeneration`$urlId #> [1] "DOID_0050883" #> #> $`infantile cerebellar-retinal degeneration`$dbPhenotype #> [1] TRUE #> #> $`infantile cerebellar-retinal degeneration`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`infantile cerebellar-retinal degeneration`$`_is_leaf` #> [1] TRUE #> #> $`infantile cerebellar-retinal degeneration`$children #> list() #> #> $`infantile cerebellar-retinal degeneration`$value #> [1] "infantile cerebellar-retinal degeneration" #> #> #> $`infantile cerebellar-retinal degeneration` #> $`infantile cerebellar-retinal degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050883" #> #> $`infantile cerebellar-retinal degeneration`$`_id` #> [1] "DOID_0050883<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`infantile cerebellar-retinal degeneration`$privateGeneCount #> [1] 0 #> #> $`infantile cerebellar-retinal degeneration`$publicGeneCount #> [1] 1 #> #> $`infantile cerebellar-retinal degeneration`$urlId #> [1] "DOID_0050883" #> #> $`infantile cerebellar-retinal degeneration`$dbPhenotype #> [1] TRUE #> #> $`infantile cerebellar-retinal degeneration`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`infantile cerebellar-retinal degeneration`$`_is_leaf` #> [1] TRUE #> #> $`infantile cerebellar-retinal degeneration`$children #> list() #> #> $`infantile cerebellar-retinal degeneration`$value #> [1] "infantile cerebellar-retinal degeneration" #> #> #> $`Infantile hypercalcemia` #> $`Infantile hypercalcemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008250" #> #> $`Infantile hypercalcemia`$`_id` #> [1] "HP_0008250<HP_0003072<HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Infantile hypercalcemia`$privateGeneCount #> [1] 0 #> #> $`Infantile hypercalcemia`$publicGeneCount #> [1] 1 #> #> $`Infantile hypercalcemia`$urlId #> [1] "HP_0008250" #> #> $`Infantile hypercalcemia`$dbPhenotype #> [1] TRUE #> #> $`Infantile hypercalcemia`$`_parent` #> [1] "HP_0003072<HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Infantile hypercalcemia`$`_is_leaf` #> [1] TRUE #> #> $`Infantile hypercalcemia`$children #> list() #> #> $`Infantile hypercalcemia`$value #> [1] "Infantile hypercalcemia" #> #> #> $`infantile myofibromatosis` #> $`infantile myofibromatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080109" #> #> $`infantile myofibromatosis`$`_id` #> [1] "DOID_0080109<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`infantile myofibromatosis`$privateGeneCount #> [1] 0 #> #> $`infantile myofibromatosis`$publicGeneCount #> [1] 2 #> #> $`infantile myofibromatosis`$urlId #> [1] "DOID_0080109" #> #> $`infantile myofibromatosis`$dbPhenotype #> [1] TRUE #> #> $`infantile myofibromatosis`$`_parent` #> [1] "DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`infantile myofibromatosis`$`_is_leaf` #> [1] TRUE #> #> $`infantile myofibromatosis`$children #> list() #> #> $`infantile myofibromatosis`$value #> [1] "infantile myofibromatosis" #> #> #> $`infantile myofibromatosis` #> $`infantile myofibromatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080109" #> #> $`infantile myofibromatosis`$`_id` #> [1] "DOID_0080109<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`infantile myofibromatosis`$privateGeneCount #> [1] 0 #> #> $`infantile myofibromatosis`$publicGeneCount #> [1] 2 #> #> $`infantile myofibromatosis`$urlId #> [1] "DOID_0080109" #> #> $`infantile myofibromatosis`$dbPhenotype #> [1] TRUE #> #> $`infantile myofibromatosis`$`_parent` #> [1] "DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`infantile myofibromatosis`$`_is_leaf` #> [1] TRUE #> #> $`infantile myofibromatosis`$children #> list() #> #> $`infantile myofibromatosis`$value #> [1] "infantile myofibromatosis" #> #> #> $`infantile myofibromatosis` #> $`infantile myofibromatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080109" #> #> $`infantile myofibromatosis`$`_id` #> [1] "DOID_0080109<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`infantile myofibromatosis`$privateGeneCount #> [1] 0 #> #> $`infantile myofibromatosis`$publicGeneCount #> [1] 2 #> #> $`infantile myofibromatosis`$urlId #> [1] "DOID_0080109" #> #> $`infantile myofibromatosis`$dbPhenotype #> [1] TRUE #> #> $`infantile myofibromatosis`$`_parent` #> [1] "DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`infantile myofibromatosis`$`_is_leaf` #> [1] TRUE #> #> $`infantile myofibromatosis`$children #> list() #> #> $`infantile myofibromatosis`$value #> [1] "infantile myofibromatosis" #> #> #> $`Infantile onset` #> $`Infantile onset`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003593" #> #> $`Infantile onset`$`_id` #> [1] "HP_0003593<HP_0410280<HP_0003674<HP_0031797<HP_0000001" #> #> $`Infantile onset`$privateGeneCount #> [1] 0 #> #> $`Infantile onset`$publicGeneCount #> [1] 2 #> #> $`Infantile onset`$urlId #> [1] "HP_0003593" #> #> $`Infantile onset`$dbPhenotype #> [1] TRUE #> #> $`Infantile onset`$`_parent` #> [1] "HP_0410280<HP_0003674<HP_0031797<HP_0000001" #> #> $`Infantile onset`$`_is_leaf` #> [1] TRUE #> #> $`Infantile onset`$children #> list() #> #> $`Infantile onset`$value #> [1] "Infantile onset" #> #> #> $`infantile Refsum disease` #> $`infantile Refsum disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050444" #> #> $`infantile Refsum disease`$`_id` #> [1] "DOID_0050444<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`infantile Refsum disease`$privateGeneCount #> [1] 0 #> #> $`infantile Refsum disease`$publicGeneCount #> [1] 4 #> #> $`infantile Refsum disease`$urlId #> [1] "DOID_0050444" #> #> $`infantile Refsum disease`$dbPhenotype #> [1] TRUE #> #> $`infantile Refsum disease`$`_parent` #> [1] "DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`infantile Refsum disease`$`_is_leaf` #> [1] TRUE #> #> $`infantile Refsum disease`$children #> list() #> #> $`infantile Refsum disease`$value #> [1] "infantile Refsum disease" #> #> #> $`Infection-related seizure` #> $`Infection-related seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032892" #> #> $`Infection-related seizure`$`_id` #> [1] "HP_0032892<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Infection-related seizure`$privateGeneCount #> [1] 0 #> #> $`Infection-related seizure`$publicGeneCount #> [1] 35 #> #> $`Infection-related seizure`$urlId #> [1] "HP_0032892" #> #> $`Infection-related seizure`$dbPhenotype #> [1] FALSE #> #> $`Infection-related seizure`$`_parent` #> [1] "HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Infection-related seizure`$`_is_leaf` #> [1] FALSE #> #> $`Infection-related seizure`$children #> $`Infection-related seizure`$children[[1]] #> [1] "HP_0032894<HP_0032892<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Infection-related seizure`$value #> [1] "Infection-related seizure" #> #> #> $infertility #> $infertility$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5223" #> #> $infertility$`_id` #> [1] "DOID_5223<DOID_15<DOID_7<DOID_4" #> #> $infertility$privateGeneCount #> [1] 0 #> #> $infertility$publicGeneCount #> [1] 33 #> #> $infertility$urlId #> [1] "DOID_5223" #> #> $infertility$dbPhenotype #> [1] TRUE #> #> $infertility$`_parent` #> [1] "DOID_15<DOID_7<DOID_4" #> #> $infertility$`_is_leaf` #> [1] TRUE #> #> $infertility$children #> list() #> #> $infertility$value #> [1] "infertility" #> #> #> $`Inflammation of the large intestine` #> $`Inflammation of the large intestine`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002037" #> #> $`Inflammation of the large intestine`$`_id` #> [1] "HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Inflammation of the large intestine`$privateGeneCount #> [1] 0 #> #> $`Inflammation of the large intestine`$publicGeneCount #> [1] 29 #> #> $`Inflammation of the large intestine`$urlId #> [1] "HP_0002037" #> #> $`Inflammation of the large intestine`$dbPhenotype #> [1] FALSE #> #> $`Inflammation of the large intestine`$`_parent` #> [1] "HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Inflammation of the large intestine`$`_is_leaf` #> [1] FALSE #> #> $`Inflammation of the large intestine`$children #> $`Inflammation of the large intestine`$children[[1]] #> [1] "HP_0002583<HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Inflammation of the large intestine`$value #> [1] "Inflammation of the large intestine" #> #> #> $`Inflammation of the large intestine` #> $`Inflammation of the large intestine`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002037" #> #> $`Inflammation of the large intestine`$`_id` #> [1] "HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Inflammation of the large intestine`$privateGeneCount #> [1] 0 #> #> $`Inflammation of the large intestine`$publicGeneCount #> [1] 29 #> #> $`Inflammation of the large intestine`$urlId #> [1] "HP_0002037" #> #> $`Inflammation of the large intestine`$dbPhenotype #> [1] FALSE #> #> $`Inflammation of the large intestine`$`_parent` #> [1] "HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Inflammation of the large intestine`$`_is_leaf` #> [1] FALSE #> #> $`Inflammation of the large intestine`$children #> $`Inflammation of the large intestine`$children[[1]] #> [1] "HP_0002583<HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Inflammation of the large intestine`$value #> [1] "Inflammation of the large intestine" #> #> #> $`Inflammatory abnormality of the skin` #> $`Inflammatory abnormality of the skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011123" #> #> $`Inflammatory abnormality of the skin`$`_id` #> [1] "HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Inflammatory abnormality of the skin`$privateGeneCount #> [1] 0 #> #> $`Inflammatory abnormality of the skin`$publicGeneCount #> [1] 21 #> #> $`Inflammatory abnormality of the skin`$urlId #> [1] "HP_0011123" #> #> $`Inflammatory abnormality of the skin`$dbPhenotype #> [1] FALSE #> #> $`Inflammatory abnormality of the skin`$`_parent` #> [1] "HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Inflammatory abnormality of the skin`$`_is_leaf` #> [1] FALSE #> #> $`Inflammatory abnormality of the skin`$children #> $`Inflammatory abnormality of the skin`$children[[1]] #> [1] "HP_0000964<HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Inflammatory abnormality of the skin`$children[[2]] #> [1] "HP_0012219<HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Inflammatory abnormality of the skin`$children[[3]] #> [1] "HP_0000988<HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Inflammatory abnormality of the skin`$value #> [1] "Inflammatory abnormality of the skin" #> #> #> $`Inflammatory abnormality of the skin` #> $`Inflammatory abnormality of the skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011123" #> #> $`Inflammatory abnormality of the skin`$`_id` #> [1] "HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Inflammatory abnormality of the skin`$privateGeneCount #> [1] 0 #> #> $`Inflammatory abnormality of the skin`$publicGeneCount #> [1] 21 #> #> $`Inflammatory abnormality of the skin`$urlId #> [1] "HP_0011123" #> #> $`Inflammatory abnormality of the skin`$dbPhenotype #> [1] FALSE #> #> $`Inflammatory abnormality of the skin`$`_parent` #> [1] "HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Inflammatory abnormality of the skin`$`_is_leaf` #> [1] FALSE #> #> $`Inflammatory abnormality of the skin`$children #> $`Inflammatory abnormality of the skin`$children[[1]] #> [1] "HP_0000964<HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Inflammatory abnormality of the skin`$children[[2]] #> [1] "HP_0012219<HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Inflammatory abnormality of the skin`$children[[3]] #> [1] "HP_0000988<HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Inflammatory abnormality of the skin`$value #> [1] "Inflammatory abnormality of the skin" #> #> #> $`inflammatory and toxic neuropathy` #> $`inflammatory and toxic neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2537" #> #> $`inflammatory and toxic neuropathy`$`_id` #> [1] "DOID_2537<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`inflammatory and toxic neuropathy`$privateGeneCount #> [1] 0 #> #> $`inflammatory and toxic neuropathy`$publicGeneCount #> [1] 9 #> #> $`inflammatory and toxic neuropathy`$urlId #> [1] "DOID_2537" #> #> $`inflammatory and toxic neuropathy`$dbPhenotype #> [1] FALSE #> #> $`inflammatory and toxic neuropathy`$`_parent` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`inflammatory and toxic neuropathy`$`_is_leaf` #> [1] FALSE #> #> $`inflammatory and toxic neuropathy`$children #> $`inflammatory and toxic neuropathy`$children[[1]] #> [1] "DOID_14402<DOID_2537<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`inflammatory and toxic neuropathy`$value #> [1] "inflammatory and toxic neuropathy" #> #> #> $`inflammatory bowel disease` #> $`inflammatory bowel disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050589" #> #> $`inflammatory bowel disease`$`_id` #> [1] "DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`inflammatory bowel disease`$privateGeneCount #> [1] 0 #> #> $`inflammatory bowel disease`$publicGeneCount #> [1] 180 #> #> $`inflammatory bowel disease`$urlId #> [1] "DOID_0050589" #> #> $`inflammatory bowel disease`$dbPhenotype #> [1] TRUE #> #> $`inflammatory bowel disease`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`inflammatory bowel disease`$`_is_leaf` #> [1] FALSE #> #> $`inflammatory bowel disease`$children #> $`inflammatory bowel disease`$children[[1]] #> [1] "DOID_0060180<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`inflammatory bowel disease`$children[[2]] #> [1] "DOID_8778<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`inflammatory bowel disease`$value #> [1] "inflammatory bowel disease" #> #> #> $`inflammatory breast carcinoma` #> $`inflammatory breast carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6263" #> #> $`inflammatory breast carcinoma`$`_id` #> [1] "DOID_6263<DOID_3458<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`inflammatory breast carcinoma`$privateGeneCount #> [1] 0 #> #> $`inflammatory breast carcinoma`$publicGeneCount #> [1] 1 #> #> $`inflammatory breast carcinoma`$urlId #> [1] "DOID_6263" #> #> $`inflammatory breast carcinoma`$dbPhenotype #> [1] TRUE #> #> $`inflammatory breast carcinoma`$`_parent` #> [1] "DOID_3458<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`inflammatory breast carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`inflammatory breast carcinoma`$children #> list() #> #> $`inflammatory breast carcinoma`$value #> [1] "inflammatory breast carcinoma" #> #> #> $`inflammatory breast carcinoma` #> $`inflammatory breast carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6263" #> #> $`inflammatory breast carcinoma`$`_id` #> [1] "DOID_6263<DOID_3458<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`inflammatory breast carcinoma`$privateGeneCount #> [1] 0 #> #> $`inflammatory breast carcinoma`$publicGeneCount #> [1] 1 #> #> $`inflammatory breast carcinoma`$urlId #> [1] "DOID_6263" #> #> $`inflammatory breast carcinoma`$dbPhenotype #> [1] TRUE #> #> $`inflammatory breast carcinoma`$`_parent` #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`inflammatory breast carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`inflammatory breast carcinoma`$children #> list() #> #> $`inflammatory breast carcinoma`$value #> [1] "inflammatory breast carcinoma" #> #> #> $`inflammatory breast carcinoma` #> $`inflammatory breast carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6263" #> #> $`inflammatory breast carcinoma`$`_id` #> [1] "DOID_6263<DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`inflammatory breast carcinoma`$privateGeneCount #> [1] 0 #> #> $`inflammatory breast carcinoma`$publicGeneCount #> [1] 1 #> #> $`inflammatory breast carcinoma`$urlId #> [1] "DOID_6263" #> #> $`inflammatory breast carcinoma`$dbPhenotype #> [1] TRUE #> #> $`inflammatory breast carcinoma`$`_parent` #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`inflammatory breast carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`inflammatory breast carcinoma`$children #> list() #> #> $`inflammatory breast carcinoma`$value #> [1] "inflammatory breast carcinoma" #> #> #> $`inflammatory breast carcinoma` #> $`inflammatory breast carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6263" #> #> $`inflammatory breast carcinoma`$`_id` #> [1] "DOID_6263<DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`inflammatory breast carcinoma`$privateGeneCount #> [1] 0 #> #> $`inflammatory breast carcinoma`$publicGeneCount #> [1] 1 #> #> $`inflammatory breast carcinoma`$urlId #> [1] "DOID_6263" #> #> $`inflammatory breast carcinoma`$dbPhenotype #> [1] TRUE #> #> $`inflammatory breast carcinoma`$`_parent` #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`inflammatory breast carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`inflammatory breast carcinoma`$children #> list() #> #> $`inflammatory breast carcinoma`$value #> [1] "inflammatory breast carcinoma" #> #> #> $influenza #> $influenza$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8469" #> #> $influenza$`_id` #> [1] "DOID_8469<DOID_1579<DOID_7<DOID_4" #> #> $influenza$privateGeneCount #> [1] 0 #> #> $influenza$publicGeneCount #> [1] 68 #> #> $influenza$urlId #> [1] "DOID_8469" #> #> $influenza$dbPhenotype #> [1] TRUE #> #> $influenza$`_parent` #> [1] "DOID_1579<DOID_7<DOID_4" #> #> $influenza$`_is_leaf` #> [1] FALSE #> #> $influenza$children #> $influenza$children[[1]] #> [1] "DOID_4492<DOID_8469<DOID_1579<DOID_7<DOID_4" #> #> #> $influenza$value #> [1] "influenza" #> #> #> $influenza #> $influenza$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8469" #> #> $influenza$`_id` #> [1] "DOID_8469<DOID_934<DOID_0050117<DOID_4" #> #> $influenza$privateGeneCount #> [1] 0 #> #> $influenza$publicGeneCount #> [1] 68 #> #> $influenza$urlId #> [1] "DOID_8469" #> #> $influenza$dbPhenotype #> [1] TRUE #> #> $influenza$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $influenza$`_is_leaf` #> [1] FALSE #> #> $influenza$children #> $influenza$children[[1]] #> [1] "DOID_4492<DOID_8469<DOID_934<DOID_0050117<DOID_4" #> #> #> $influenza$value #> [1] "influenza" #> #> #> $`infratentorial cancer` #> $`infratentorial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4706" #> #> $`infratentorial cancer`$`_id` #> [1] "DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`infratentorial cancer`$privateGeneCount #> [1] 0 #> #> $`infratentorial cancer`$publicGeneCount #> [1] 48 #> #> $`infratentorial cancer`$urlId #> [1] "DOID_4706" #> #> $`infratentorial cancer`$dbPhenotype #> [1] TRUE #> #> $`infratentorial cancer`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`infratentorial cancer`$`_is_leaf` #> [1] FALSE #> #> $`infratentorial cancer`$children #> $`infratentorial cancer`$children[[1]] #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`infratentorial cancer`$value #> [1] "infratentorial cancer" #> #> #> $`infratentorial cancer` #> $`infratentorial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4706" #> #> $`infratentorial cancer`$`_id` #> [1] "DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`infratentorial cancer`$privateGeneCount #> [1] 0 #> #> $`infratentorial cancer`$publicGeneCount #> [1] 48 #> #> $`infratentorial cancer`$urlId #> [1] "DOID_4706" #> #> $`infratentorial cancer`$dbPhenotype #> [1] TRUE #> #> $`infratentorial cancer`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`infratentorial cancer`$`_is_leaf` #> [1] FALSE #> #> $`infratentorial cancer`$children #> $`infratentorial cancer`$children[[1]] #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`infratentorial cancer`$value #> [1] "infratentorial cancer" #> #> #> $`infratentorial cancer` #> $`infratentorial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4706" #> #> $`infratentorial cancer`$`_id` #> [1] "DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`infratentorial cancer`$privateGeneCount #> [1] 0 #> #> $`infratentorial cancer`$publicGeneCount #> [1] 48 #> #> $`infratentorial cancer`$urlId #> [1] "DOID_4706" #> #> $`infratentorial cancer`$dbPhenotype #> [1] TRUE #> #> $`infratentorial cancer`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`infratentorial cancer`$`_is_leaf` #> [1] FALSE #> #> $`infratentorial cancer`$children #> $`infratentorial cancer`$children[[1]] #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`infratentorial cancer`$value #> [1] "infratentorial cancer" #> #> #> $`infratentorial cancer` #> $`infratentorial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4706" #> #> $`infratentorial cancer`$`_id` #> [1] "DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`infratentorial cancer`$privateGeneCount #> [1] 0 #> #> $`infratentorial cancer`$publicGeneCount #> [1] 48 #> #> $`infratentorial cancer`$urlId #> [1] "DOID_4706" #> #> $`infratentorial cancer`$dbPhenotype #> [1] TRUE #> #> $`infratentorial cancer`$`_parent` #> [1] "DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`infratentorial cancer`$`_is_leaf` #> [1] FALSE #> #> $`infratentorial cancer`$children #> $`infratentorial cancer`$children[[1]] #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`infratentorial cancer`$value #> [1] "infratentorial cancer" #> #> #> $`Inguinal hernia` #> $`Inguinal hernia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000023" #> #> $`Inguinal hernia`$`_id` #> [1] "HP_0000023<HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Inguinal hernia`$privateGeneCount #> [1] 0 #> #> $`Inguinal hernia`$publicGeneCount #> [1] 1 #> #> $`Inguinal hernia`$urlId #> [1] "HP_0000023" #> #> $`Inguinal hernia`$dbPhenotype #> [1] TRUE #> #> $`Inguinal hernia`$`_parent` #> [1] "HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Inguinal hernia`$`_is_leaf` #> [1] TRUE #> #> $`Inguinal hernia`$children #> list() #> #> $`Inguinal hernia`$value #> [1] "Inguinal hernia" #> #> #> $`Inguinal hernia` #> $`Inguinal hernia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000023" #> #> $`Inguinal hernia`$`_id` #> [1] "HP_0000023<HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Inguinal hernia`$privateGeneCount #> [1] 0 #> #> $`Inguinal hernia`$publicGeneCount #> [1] 1 #> #> $`Inguinal hernia`$urlId #> [1] "HP_0000023" #> #> $`Inguinal hernia`$dbPhenotype #> [1] TRUE #> #> $`Inguinal hernia`$`_parent` #> [1] "HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Inguinal hernia`$`_is_leaf` #> [1] TRUE #> #> $`Inguinal hernia`$children #> list() #> #> $`Inguinal hernia`$value #> [1] "Inguinal hernia" #> #> #> $`inherited metabolic disorder` #> $`inherited metabolic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_655" #> #> $`inherited metabolic disorder`$`_id` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$privateGeneCount #> [1] 0 #> #> $`inherited metabolic disorder`$publicGeneCount #> [1] 692 #> #> $`inherited metabolic disorder`$urlId #> [1] "DOID_655" #> #> $`inherited metabolic disorder`$dbPhenotype #> [1] TRUE #> #> $`inherited metabolic disorder`$`_parent` #> [1] "DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$`_is_leaf` #> [1] FALSE #> #> $`inherited metabolic disorder`$children #> $`inherited metabolic disorder`$children[[1]] #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[2]] #> [1] "DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[3]] #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[4]] #> [1] "DOID_0060363<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[5]] #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[6]] #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[7]] #> [1] "DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[8]] #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[9]] #> [1] "DOID_0060358<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[10]] #> [1] "DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[11]] #> [1] "DOID_2345<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[12]] #> [1] "DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[13]] #> [1] "DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[14]] #> [1] "DOID_0050832<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[15]] #> [1] "DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> #> $`inherited metabolic disorder`$value #> [1] "inherited metabolic disorder" #> #> #> $`inner ear disease` #> $`inner ear disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2952" #> #> $`inner ear disease`$`_id` #> [1] "DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`inner ear disease`$privateGeneCount #> [1] 0 #> #> $`inner ear disease`$publicGeneCount #> [1] 100 #> #> $`inner ear disease`$urlId #> [1] "DOID_2952" #> #> $`inner ear disease`$dbPhenotype #> [1] FALSE #> #> $`inner ear disease`$`_parent` #> [1] "DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`inner ear disease`$`_is_leaf` #> [1] FALSE #> #> $`inner ear disease`$children #> $`inner ear disease`$children[[1]] #> [1] "DOID_5463<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`inner ear disease`$children[[2]] #> [1] "DOID_12185<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`inner ear disease`$children[[3]] #> [1] "DOID_10003<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`inner ear disease`$children[[4]] #> [1] "DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`inner ear disease`$value #> [1] "inner ear disease" #> #> #> $Insomnia #> $Insomnia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100785" #> #> $Insomnia$`_id` #> [1] "HP_0100785<HP_0002360<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Insomnia$privateGeneCount #> [1] 0 #> #> $Insomnia$publicGeneCount #> [1] 4 #> #> $Insomnia$urlId #> [1] "HP_0100785" #> #> $Insomnia$dbPhenotype #> [1] TRUE #> #> $Insomnia$`_parent` #> [1] "HP_0002360<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Insomnia$`_is_leaf` #> [1] TRUE #> #> $Insomnia$children #> list() #> #> $Insomnia$value #> [1] "Insomnia" #> #> #> $`Insulin resistance` #> $`Insulin resistance`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000855" #> #> $`Insulin resistance`$`_id` #> [1] "HP_0000855<HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Insulin resistance`$privateGeneCount #> [1] 0 #> #> $`Insulin resistance`$publicGeneCount #> [1] 120 #> #> $`Insulin resistance`$urlId #> [1] "HP_0000855" #> #> $`Insulin resistance`$dbPhenotype #> [1] TRUE #> #> $`Insulin resistance`$`_parent` #> [1] "HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Insulin resistance`$`_is_leaf` #> [1] TRUE #> #> $`Insulin resistance`$children #> list() #> #> $`Insulin resistance`$value #> [1] "Insulin resistance" #> #> #> $insulinoma #> $insulinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3892" #> #> $insulinoma$`_id` #> [1] "DOID_3892<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $insulinoma$privateGeneCount #> [1] 0 #> #> $insulinoma$publicGeneCount #> [1] 9 #> #> $insulinoma$urlId #> [1] "DOID_3892" #> #> $insulinoma$dbPhenotype #> [1] TRUE #> #> $insulinoma$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $insulinoma$`_is_leaf` #> [1] TRUE #> #> $insulinoma$children #> list() #> #> $insulinoma$value #> [1] "insulinoma" #> #> #> $insulinoma #> $insulinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3892" #> #> $insulinoma$`_id` #> [1] "DOID_3892<DOID_3918<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $insulinoma$privateGeneCount #> [1] 0 #> #> $insulinoma$publicGeneCount #> [1] 9 #> #> $insulinoma$urlId #> [1] "DOID_3892" #> #> $insulinoma$dbPhenotype #> [1] TRUE #> #> $insulinoma$`_parent` #> [1] "DOID_3918<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $insulinoma$`_is_leaf` #> [1] TRUE #> #> $insulinoma$children #> list() #> #> $insulinoma$value #> [1] "insulinoma" #> #> #> $insulinoma #> $insulinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3892" #> #> $insulinoma$`_id` #> [1] "DOID_3892<DOID_3918<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $insulinoma$privateGeneCount #> [1] 0 #> #> $insulinoma$publicGeneCount #> [1] 9 #> #> $insulinoma$urlId #> [1] "DOID_3892" #> #> $insulinoma$dbPhenotype #> [1] TRUE #> #> $insulinoma$`_parent` #> [1] "DOID_3918<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $insulinoma$`_is_leaf` #> [1] TRUE #> #> $insulinoma$children #> list() #> #> $insulinoma$value #> [1] "insulinoma" #> #> #> $insulinoma #> $insulinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3892" #> #> $insulinoma$`_id` #> [1] "DOID_3892<DOID_3918<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $insulinoma$privateGeneCount #> [1] 0 #> #> $insulinoma$publicGeneCount #> [1] 9 #> #> $insulinoma$urlId #> [1] "DOID_3892" #> #> $insulinoma$dbPhenotype #> [1] TRUE #> #> $insulinoma$`_parent` #> [1] "DOID_3918<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $insulinoma$`_is_leaf` #> [1] TRUE #> #> $insulinoma$children #> list() #> #> $insulinoma$value #> [1] "insulinoma" #> #> #> $`integumentary system benign neoplasm` #> $`integumentary system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060121" #> #> $`integumentary system benign neoplasm`$`_id` #> [1] "DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`integumentary system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`integumentary system benign neoplasm`$publicGeneCount #> [1] 66 #> #> $`integumentary system benign neoplasm`$urlId #> [1] "DOID_0060121" #> #> $`integumentary system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`integumentary system benign neoplasm`$`_parent` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`integumentary system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`integumentary system benign neoplasm`$children #> $`integumentary system benign neoplasm`$children[[1]] #> [1] "DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`integumentary system benign neoplasm`$value #> [1] "integumentary system benign neoplasm" #> #> #> $`integumentary system benign neoplasm` #> $`integumentary system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060121" #> #> $`integumentary system benign neoplasm`$`_id` #> [1] "DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`integumentary system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`integumentary system benign neoplasm`$publicGeneCount #> [1] 66 #> #> $`integumentary system benign neoplasm`$urlId #> [1] "DOID_0060121" #> #> $`integumentary system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`integumentary system benign neoplasm`$`_parent` #> [1] "DOID_16<DOID_7<DOID_4" #> #> $`integumentary system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`integumentary system benign neoplasm`$children #> $`integumentary system benign neoplasm`$children[[1]] #> [1] "DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> #> $`integumentary system benign neoplasm`$value #> [1] "integumentary system benign neoplasm" #> #> #> $`integumentary system cancer` #> $`integumentary system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060122" #> #> $`integumentary system cancer`$`_id` #> [1] "DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`integumentary system cancer`$privateGeneCount #> [1] 0 #> #> $`integumentary system cancer`$publicGeneCount #> [1] 76 #> #> $`integumentary system cancer`$urlId #> [1] "DOID_0060122" #> #> $`integumentary system cancer`$dbPhenotype #> [1] FALSE #> #> $`integumentary system cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`integumentary system cancer`$`_is_leaf` #> [1] FALSE #> #> $`integumentary system cancer`$children #> $`integumentary system cancer`$children[[1]] #> [1] "DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`integumentary system cancer`$value #> [1] "integumentary system cancer" #> #> #> $`integumentary system cancer` #> $`integumentary system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060122" #> #> $`integumentary system cancer`$`_id` #> [1] "DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`integumentary system cancer`$privateGeneCount #> [1] 0 #> #> $`integumentary system cancer`$publicGeneCount #> [1] 76 #> #> $`integumentary system cancer`$urlId #> [1] "DOID_0060122" #> #> $`integumentary system cancer`$dbPhenotype #> [1] FALSE #> #> $`integumentary system cancer`$`_parent` #> [1] "DOID_16<DOID_7<DOID_4" #> #> $`integumentary system cancer`$`_is_leaf` #> [1] FALSE #> #> $`integumentary system cancer`$children #> $`integumentary system cancer`$children[[1]] #> [1] "DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> #> $`integumentary system cancer`$value #> [1] "integumentary system cancer" #> #> #> $`integumentary system disease` #> $`integumentary system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_16" #> #> $`integumentary system disease`$`_id` #> [1] "DOID_16<DOID_7<DOID_4" #> #> $`integumentary system disease`$privateGeneCount #> [1] 0 #> #> $`integumentary system disease`$publicGeneCount #> [1] 684 #> #> $`integumentary system disease`$urlId #> [1] "DOID_16" #> #> $`integumentary system disease`$dbPhenotype #> [1] FALSE #> #> $`integumentary system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`integumentary system disease`$`_is_leaf` #> [1] FALSE #> #> $`integumentary system disease`$children #> $`integumentary system disease`$children[[1]] #> [1] "DOID_421<DOID_16<DOID_7<DOID_4" #> #> $`integumentary system disease`$children[[2]] #> [1] "DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`integumentary system disease`$children[[3]] #> [1] "DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`integumentary system disease`$children[[4]] #> [1] "DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`integumentary system disease`$children[[5]] #> [1] "DOID_3263<DOID_16<DOID_7<DOID_4" #> #> $`integumentary system disease`$children[[6]] #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`integumentary system disease`$value #> [1] "integumentary system disease" #> #> #> $`intellectual disability` #> $`intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1059" #> #> $`intellectual disability`$`_id` #> [1] "DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`intellectual disability`$privateGeneCount #> [1] 0 #> #> $`intellectual disability`$publicGeneCount #> [1] 470 #> #> $`intellectual disability`$urlId #> [1] "DOID_1059" #> #> $`intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`intellectual disability`$`_parent` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`intellectual disability`$`_is_leaf` #> [1] FALSE #> #> $`intellectual disability`$children #> $`intellectual disability`$children[[1]] #> [1] "DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`intellectual disability`$children[[2]] #> [1] "DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`intellectual disability`$value #> [1] "intellectual disability" #> #> #> $`Intellectual disability` #> $`Intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001249" #> #> $`Intellectual disability`$`_id` #> [1] "HP_0001249<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intellectual disability`$privateGeneCount #> [1] 0 #> #> $`Intellectual disability`$publicGeneCount #> [1] 7 #> #> $`Intellectual disability`$urlId #> [1] "HP_0001249" #> #> $`Intellectual disability`$dbPhenotype #> [1] FALSE #> #> $`Intellectual disability`$`_parent` #> [1] "HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intellectual disability`$`_is_leaf` #> [1] FALSE #> #> $`Intellectual disability`$children #> $`Intellectual disability`$children[[1]] #> [1] "HP_0010864<HP_0001249<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Intellectual disability`$value #> [1] "Intellectual disability" #> #> #> $`Intellectual disability` #> $`Intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001249" #> #> $`Intellectual disability`$`_id` #> [1] "HP_0001249<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intellectual disability`$privateGeneCount #> [1] 0 #> #> $`Intellectual disability`$publicGeneCount #> [1] 7 #> #> $`Intellectual disability`$urlId #> [1] "HP_0001249" #> #> $`Intellectual disability`$dbPhenotype #> [1] FALSE #> #> $`Intellectual disability`$`_parent` #> [1] "HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intellectual disability`$`_is_leaf` #> [1] FALSE #> #> $`Intellectual disability`$children #> $`Intellectual disability`$children[[1]] #> [1] "HP_0010864<HP_0001249<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Intellectual disability`$value #> [1] "Intellectual disability" #> #> #> $`Intellectual disability, severe` #> $`Intellectual disability, severe`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010864" #> #> $`Intellectual disability, severe`$`_id` #> [1] "HP_0010864<HP_0001249<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intellectual disability, severe`$privateGeneCount #> [1] 0 #> #> $`Intellectual disability, severe`$publicGeneCount #> [1] 7 #> #> $`Intellectual disability, severe`$urlId #> [1] "HP_0010864" #> #> $`Intellectual disability, severe`$dbPhenotype #> [1] TRUE #> #> $`Intellectual disability, severe`$`_parent` #> [1] "HP_0001249<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intellectual disability, severe`$`_is_leaf` #> [1] TRUE #> #> $`Intellectual disability, severe`$children #> list() #> #> $`Intellectual disability, severe`$value #> [1] "Intellectual disability, severe" #> #> #> $`Intellectual disability, severe` #> $`Intellectual disability, severe`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010864" #> #> $`Intellectual disability, severe`$`_id` #> [1] "HP_0010864<HP_0001249<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intellectual disability, severe`$privateGeneCount #> [1] 0 #> #> $`Intellectual disability, severe`$publicGeneCount #> [1] 7 #> #> $`Intellectual disability, severe`$urlId #> [1] "HP_0010864" #> #> $`Intellectual disability, severe`$dbPhenotype #> [1] TRUE #> #> $`Intellectual disability, severe`$`_parent` #> [1] "HP_0001249<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intellectual disability, severe`$`_is_leaf` #> [1] TRUE #> #> $`Intellectual disability, severe`$children #> list() #> #> $`Intellectual disability, severe`$value #> [1] "Intellectual disability, severe" #> #> #> $`intermediate coronary syndrome` #> $`intermediate coronary syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8805" #> #> $`intermediate coronary syndrome`$`_id` #> [1] "DOID_8805<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intermediate coronary syndrome`$privateGeneCount #> [1] 0 #> #> $`intermediate coronary syndrome`$publicGeneCount #> [1] 22 #> #> $`intermediate coronary syndrome`$urlId #> [1] "DOID_8805" #> #> $`intermediate coronary syndrome`$dbPhenotype #> [1] TRUE #> #> $`intermediate coronary syndrome`$`_parent` #> [1] "DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intermediate coronary syndrome`$`_is_leaf` #> [1] TRUE #> #> $`intermediate coronary syndrome`$children #> list() #> #> $`intermediate coronary syndrome`$value #> [1] "intermediate coronary syndrome" #> #> #> $`intermediate spinal muscular atrophy` #> $`intermediate spinal muscular atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050530" #> #> $`intermediate spinal muscular atrophy`$`_id` #> [1] "DOID_0050530<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`intermediate spinal muscular atrophy`$privateGeneCount #> [1] 0 #> #> $`intermediate spinal muscular atrophy`$publicGeneCount #> [1] 1 #> #> $`intermediate spinal muscular atrophy`$urlId #> [1] "DOID_0050530" #> #> $`intermediate spinal muscular atrophy`$dbPhenotype #> [1] TRUE #> #> $`intermediate spinal muscular atrophy`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`intermediate spinal muscular atrophy`$`_is_leaf` #> [1] TRUE #> #> $`intermediate spinal muscular atrophy`$children #> list() #> #> $`intermediate spinal muscular atrophy`$value #> [1] "intermediate spinal muscular atrophy" #> #> #> $`intermediate spinal muscular atrophy` #> $`intermediate spinal muscular atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050530" #> #> $`intermediate spinal muscular atrophy`$`_id` #> [1] "DOID_0050530<DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intermediate spinal muscular atrophy`$privateGeneCount #> [1] 0 #> #> $`intermediate spinal muscular atrophy`$publicGeneCount #> [1] 1 #> #> $`intermediate spinal muscular atrophy`$urlId #> [1] "DOID_0050530" #> #> $`intermediate spinal muscular atrophy`$dbPhenotype #> [1] TRUE #> #> $`intermediate spinal muscular atrophy`$`_parent` #> [1] "DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intermediate spinal muscular atrophy`$`_is_leaf` #> [1] TRUE #> #> $`intermediate spinal muscular atrophy`$children #> list() #> #> $`intermediate spinal muscular atrophy`$value #> [1] "intermediate spinal muscular atrophy" #> #> #> $`intermediate uveitis` #> $`intermediate uveitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12732" #> #> $`intermediate uveitis`$`_id` #> [1] "DOID_12732<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`intermediate uveitis`$privateGeneCount #> [1] 0 #> #> $`intermediate uveitis`$publicGeneCount #> [1] 3 #> #> $`intermediate uveitis`$urlId #> [1] "DOID_12732" #> #> $`intermediate uveitis`$dbPhenotype #> [1] TRUE #> #> $`intermediate uveitis`$`_parent` #> [1] "DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`intermediate uveitis`$`_is_leaf` #> [1] TRUE #> #> $`intermediate uveitis`$children #> list() #> #> $`intermediate uveitis`$value #> [1] "intermediate uveitis" #> #> #> $`intermittent explosive disorder` #> $`intermittent explosive disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12401" #> #> $`intermittent explosive disorder`$`_id` #> [1] "DOID_12401<DOID_10937<DOID_150<DOID_4" #> #> $`intermittent explosive disorder`$privateGeneCount #> [1] 0 #> #> $`intermittent explosive disorder`$publicGeneCount #> [1] 3 #> #> $`intermittent explosive disorder`$urlId #> [1] "DOID_12401" #> #> $`intermittent explosive disorder`$dbPhenotype #> [1] TRUE #> #> $`intermittent explosive disorder`$`_parent` #> [1] "DOID_10937<DOID_150<DOID_4" #> #> $`intermittent explosive disorder`$`_is_leaf` #> [1] TRUE #> #> $`intermittent explosive disorder`$children #> list() #> #> $`intermittent explosive disorder`$value #> [1] "intermittent explosive disorder" #> #> #> $`Internal hemorrhage` #> $`Internal hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011029" #> #> $`Internal hemorrhage`$`_id` #> [1] "HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Internal hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Internal hemorrhage`$publicGeneCount #> [1] 44 #> #> $`Internal hemorrhage`$urlId #> [1] "HP_0011029" #> #> $`Internal hemorrhage`$dbPhenotype #> [1] FALSE #> #> $`Internal hemorrhage`$`_parent` #> [1] "HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Internal hemorrhage`$`_is_leaf` #> [1] FALSE #> #> $`Internal hemorrhage`$children #> $`Internal hemorrhage`$children[[1]] #> [1] "HP_0002170<HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Internal hemorrhage`$value #> [1] "Internal hemorrhage" #> #> #> $`Internal hemorrhage` #> $`Internal hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011029" #> #> $`Internal hemorrhage`$`_id` #> [1] "HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Internal hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Internal hemorrhage`$publicGeneCount #> [1] 44 #> #> $`Internal hemorrhage`$urlId #> [1] "HP_0011029" #> #> $`Internal hemorrhage`$dbPhenotype #> [1] FALSE #> #> $`Internal hemorrhage`$`_parent` #> [1] "HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Internal hemorrhage`$`_is_leaf` #> [1] FALSE #> #> $`Internal hemorrhage`$children #> $`Internal hemorrhage`$children[[1]] #> [1] "HP_0002170<HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Internal hemorrhage`$value #> [1] "Internal hemorrhage" #> #> #> $`internuclear ophthalmoplegia` #> $`internuclear ophthalmoplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_538" #> #> $`internuclear ophthalmoplegia`$`_id` #> [1] "DOID_538<DOID_539<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`internuclear ophthalmoplegia`$privateGeneCount #> [1] 0 #> #> $`internuclear ophthalmoplegia`$publicGeneCount #> [1] 2 #> #> $`internuclear ophthalmoplegia`$urlId #> [1] "DOID_538" #> #> $`internuclear ophthalmoplegia`$dbPhenotype #> [1] TRUE #> #> $`internuclear ophthalmoplegia`$`_parent` #> [1] "DOID_539<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`internuclear ophthalmoplegia`$`_is_leaf` #> [1] TRUE #> #> $`internuclear ophthalmoplegia`$children #> list() #> #> $`internuclear ophthalmoplegia`$value #> [1] "internuclear ophthalmoplegia" #> #> #> $`internuclear ophthalmoplegia` #> $`internuclear ophthalmoplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_538" #> #> $`internuclear ophthalmoplegia`$`_id` #> [1] "DOID_538<DOID_539<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`internuclear ophthalmoplegia`$privateGeneCount #> [1] 0 #> #> $`internuclear ophthalmoplegia`$publicGeneCount #> [1] 2 #> #> $`internuclear ophthalmoplegia`$urlId #> [1] "DOID_538" #> #> $`internuclear ophthalmoplegia`$dbPhenotype #> [1] TRUE #> #> $`internuclear ophthalmoplegia`$`_parent` #> [1] "DOID_539<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`internuclear ophthalmoplegia`$`_is_leaf` #> [1] TRUE #> #> $`internuclear ophthalmoplegia`$children #> list() #> #> $`internuclear ophthalmoplegia`$value #> [1] "internuclear ophthalmoplegia" #> #> #> $`internuclear ophthalmoplegia` #> $`internuclear ophthalmoplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_538" #> #> $`internuclear ophthalmoplegia`$`_id` #> [1] "DOID_538<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`internuclear ophthalmoplegia`$privateGeneCount #> [1] 0 #> #> $`internuclear ophthalmoplegia`$publicGeneCount #> [1] 2 #> #> $`internuclear ophthalmoplegia`$urlId #> [1] "DOID_538" #> #> $`internuclear ophthalmoplegia`$dbPhenotype #> [1] TRUE #> #> $`internuclear ophthalmoplegia`$`_parent` #> [1] "DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`internuclear ophthalmoplegia`$`_is_leaf` #> [1] TRUE #> #> $`internuclear ophthalmoplegia`$children #> list() #> #> $`internuclear ophthalmoplegia`$value #> [1] "internuclear ophthalmoplegia" #> #> #> $`internuclear ophthalmoplegia` #> $`internuclear ophthalmoplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_538" #> #> $`internuclear ophthalmoplegia`$`_id` #> [1] "DOID_538<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`internuclear ophthalmoplegia`$privateGeneCount #> [1] 0 #> #> $`internuclear ophthalmoplegia`$publicGeneCount #> [1] 2 #> #> $`internuclear ophthalmoplegia`$urlId #> [1] "DOID_538" #> #> $`internuclear ophthalmoplegia`$dbPhenotype #> [1] TRUE #> #> $`internuclear ophthalmoplegia`$`_parent` #> [1] "DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`internuclear ophthalmoplegia`$`_is_leaf` #> [1] TRUE #> #> $`internuclear ophthalmoplegia`$children #> list() #> #> $`internuclear ophthalmoplegia`$value #> [1] "internuclear ophthalmoplegia" #> #> #> $`internuclear ophthalmoplegia` #> $`internuclear ophthalmoplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_538" #> #> $`internuclear ophthalmoplegia`$`_id` #> [1] "DOID_538<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`internuclear ophthalmoplegia`$privateGeneCount #> [1] 0 #> #> $`internuclear ophthalmoplegia`$publicGeneCount #> [1] 2 #> #> $`internuclear ophthalmoplegia`$urlId #> [1] "DOID_538" #> #> $`internuclear ophthalmoplegia`$dbPhenotype #> [1] TRUE #> #> $`internuclear ophthalmoplegia`$`_parent` #> [1] "DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`internuclear ophthalmoplegia`$`_is_leaf` #> [1] TRUE #> #> $`internuclear ophthalmoplegia`$children #> list() #> #> $`internuclear ophthalmoplegia`$value #> [1] "internuclear ophthalmoplegia" #> #> #> $`interstitial cystitis` #> $`interstitial cystitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13949" #> #> $`interstitial cystitis`$`_id` #> [1] "DOID_13949<DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`interstitial cystitis`$privateGeneCount #> [1] 0 #> #> $`interstitial cystitis`$publicGeneCount #> [1] 10 #> #> $`interstitial cystitis`$urlId #> [1] "DOID_13949" #> #> $`interstitial cystitis`$dbPhenotype #> [1] TRUE #> #> $`interstitial cystitis`$`_parent` #> [1] "DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`interstitial cystitis`$`_is_leaf` #> [1] TRUE #> #> $`interstitial cystitis`$children #> list() #> #> $`interstitial cystitis`$value #> [1] "interstitial cystitis" #> #> #> $`interstitial lung disease` #> $`interstitial lung disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3082" #> #> $`interstitial lung disease`$`_id` #> [1] "DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`interstitial lung disease`$privateGeneCount #> [1] 0 #> #> $`interstitial lung disease`$publicGeneCount #> [1] 172 #> #> $`interstitial lung disease`$urlId #> [1] "DOID_3082" #> #> $`interstitial lung disease`$dbPhenotype #> [1] TRUE #> #> $`interstitial lung disease`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`interstitial lung disease`$`_is_leaf` #> [1] FALSE #> #> $`interstitial lung disease`$children #> $`interstitial lung disease`$children[[1]] #> [1] "DOID_2799<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`interstitial lung disease`$children[[2]] #> [1] "DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`interstitial lung disease`$children[[3]] #> [1] "DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`interstitial lung disease`$children[[4]] #> [1] "DOID_3770<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`interstitial lung disease`$value #> [1] "interstitial lung disease" #> #> #> $`interstitial lung disease` #> $`interstitial lung disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3082" #> #> $`interstitial lung disease`$`_id` #> [1] "DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`interstitial lung disease`$privateGeneCount #> [1] 0 #> #> $`interstitial lung disease`$publicGeneCount #> [1] 172 #> #> $`interstitial lung disease`$urlId #> [1] "DOID_3082" #> #> $`interstitial lung disease`$dbPhenotype #> [1] TRUE #> #> $`interstitial lung disease`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`interstitial lung disease`$`_is_leaf` #> [1] FALSE #> #> $`interstitial lung disease`$children #> $`interstitial lung disease`$children[[1]] #> [1] "DOID_2799<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`interstitial lung disease`$children[[2]] #> [1] "DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`interstitial lung disease`$children[[3]] #> [1] "DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`interstitial lung disease`$children[[4]] #> [1] "DOID_3770<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`interstitial lung disease`$value #> [1] "interstitial lung disease" #> #> #> $`interstitial nephritis` #> $`interstitial nephritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1063" #> #> $`interstitial nephritis`$`_id` #> [1] "DOID_1063<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`interstitial nephritis`$privateGeneCount #> [1] 0 #> #> $`interstitial nephritis`$publicGeneCount #> [1] 17 #> #> $`interstitial nephritis`$urlId #> [1] "DOID_1063" #> #> $`interstitial nephritis`$dbPhenotype #> [1] TRUE #> #> $`interstitial nephritis`$`_parent` #> [1] "DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`interstitial nephritis`$`_is_leaf` #> [1] FALSE #> #> $`interstitial nephritis`$children #> $`interstitial nephritis`$children[[1]] #> [1] "DOID_3052<DOID_1063<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`interstitial nephritis`$value #> [1] "interstitial nephritis" #> #> #> $`Intervertebral disc degeneration` #> $`Intervertebral disc degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008419" #> #> $`Intervertebral disc degeneration`$`_id` #> [1] "HP_0008419<HP_0005108<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Intervertebral disc degeneration`$privateGeneCount #> [1] 0 #> #> $`Intervertebral disc degeneration`$publicGeneCount #> [1] 5 #> #> $`Intervertebral disc degeneration`$urlId #> [1] "HP_0008419" #> #> $`Intervertebral disc degeneration`$dbPhenotype #> [1] TRUE #> #> $`Intervertebral disc degeneration`$`_parent` #> [1] "HP_0005108<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Intervertebral disc degeneration`$`_is_leaf` #> [1] TRUE #> #> $`Intervertebral disc degeneration`$children #> list() #> #> $`Intervertebral disc degeneration`$value #> [1] "Intervertebral disc degeneration" #> #> #> $`intestinal benign neoplasm` #> $`intestinal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4610" #> #> $`intestinal benign neoplasm`$`_id` #> [1] "DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intestinal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`intestinal benign neoplasm`$publicGeneCount #> [1] 178 #> #> $`intestinal benign neoplasm`$urlId #> [1] "DOID_4610" #> #> $`intestinal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`intestinal benign neoplasm`$`_parent` #> [1] "DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intestinal benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`intestinal benign neoplasm`$children #> $`intestinal benign neoplasm`$children[[1]] #> [1] "DOID_4551<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intestinal benign neoplasm`$children[[2]] #> [1] "DOID_11240<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intestinal benign neoplasm`$children[[3]] #> [1] "DOID_1517<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intestinal benign neoplasm`$children[[4]] #> [1] "DOID_235<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intestinal benign neoplasm`$children[[5]] #> [1] "DOID_1984<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intestinal benign neoplasm`$children[[6]] #> [1] "DOID_7505<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`intestinal benign neoplasm`$value #> [1] "intestinal benign neoplasm" #> #> #> $`intestinal benign neoplasm` #> $`intestinal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4610" #> #> $`intestinal benign neoplasm`$`_id` #> [1] "DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`intestinal benign neoplasm`$publicGeneCount #> [1] 178 #> #> $`intestinal benign neoplasm`$urlId #> [1] "DOID_4610" #> #> $`intestinal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`intestinal benign neoplasm`$`_parent` #> [1] "DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`intestinal benign neoplasm`$children #> $`intestinal benign neoplasm`$children[[1]] #> [1] "DOID_4551<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$children[[2]] #> [1] "DOID_11240<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$children[[3]] #> [1] "DOID_1517<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$children[[4]] #> [1] "DOID_235<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$children[[5]] #> [1] "DOID_1984<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$children[[6]] #> [1] "DOID_7505<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> #> $`intestinal benign neoplasm`$value #> [1] "intestinal benign neoplasm" #> #> #> $`intestinal benign neoplasm` #> $`intestinal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4610" #> #> $`intestinal benign neoplasm`$`_id` #> [1] "DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`intestinal benign neoplasm`$publicGeneCount #> [1] 178 #> #> $`intestinal benign neoplasm`$urlId #> [1] "DOID_4610" #> #> $`intestinal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`intestinal benign neoplasm`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`intestinal benign neoplasm`$children #> $`intestinal benign neoplasm`$children[[1]] #> [1] "DOID_4551<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$children[[2]] #> [1] "DOID_11240<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$children[[3]] #> [1] "DOID_1517<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$children[[4]] #> [1] "DOID_235<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$children[[5]] #> [1] "DOID_1984<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$children[[6]] #> [1] "DOID_7505<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`intestinal benign neoplasm`$value #> [1] "intestinal benign neoplasm" #> #> #> $`intestinal cancer` #> $`intestinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10155" #> #> $`intestinal cancer`$`_id` #> [1] "DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`intestinal cancer`$privateGeneCount #> [1] 0 #> #> $`intestinal cancer`$publicGeneCount #> [1] 423 #> #> $`intestinal cancer`$urlId #> [1] "DOID_10155" #> #> $`intestinal cancer`$dbPhenotype #> [1] TRUE #> #> $`intestinal cancer`$`_parent` #> [1] "DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`intestinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`intestinal cancer`$children #> $`intestinal cancer`$children[[1]] #> [1] "DOID_11239<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`intestinal cancer`$children[[2]] #> [1] "DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`intestinal cancer`$value #> [1] "intestinal cancer" #> #> #> $`intestinal cancer` #> $`intestinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10155" #> #> $`intestinal cancer`$`_id` #> [1] "DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`intestinal cancer`$privateGeneCount #> [1] 0 #> #> $`intestinal cancer`$publicGeneCount #> [1] 423 #> #> $`intestinal cancer`$urlId #> [1] "DOID_10155" #> #> $`intestinal cancer`$dbPhenotype #> [1] TRUE #> #> $`intestinal cancer`$`_parent` #> [1] "DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`intestinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`intestinal cancer`$children #> $`intestinal cancer`$children[[1]] #> [1] "DOID_11239<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`intestinal cancer`$children[[2]] #> [1] "DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`intestinal cancer`$value #> [1] "intestinal cancer" #> #> #> $`intestinal cancer` #> $`intestinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10155" #> #> $`intestinal cancer`$`_id` #> [1] "DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal cancer`$privateGeneCount #> [1] 0 #> #> $`intestinal cancer`$publicGeneCount #> [1] 423 #> #> $`intestinal cancer`$urlId #> [1] "DOID_10155" #> #> $`intestinal cancer`$dbPhenotype #> [1] TRUE #> #> $`intestinal cancer`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`intestinal cancer`$children #> $`intestinal cancer`$children[[1]] #> [1] "DOID_11239<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal cancer`$children[[2]] #> [1] "DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`intestinal cancer`$value #> [1] "intestinal cancer" #> #> #> $`intestinal disease` #> $`intestinal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5295" #> #> $`intestinal disease`$`_id` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$privateGeneCount #> [1] 0 #> #> $`intestinal disease`$publicGeneCount #> [1] 628 #> #> $`intestinal disease`$urlId #> [1] "DOID_5295" #> #> $`intestinal disease`$dbPhenotype #> [1] TRUE #> #> $`intestinal disease`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$`_is_leaf` #> [1] FALSE #> #> $`intestinal disease`$children #> $`intestinal disease`$children[[1]] #> [1] "DOID_9779<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[2]] #> [1] "DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[3]] #> [1] "DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[4]] #> [1] "DOID_4072<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[5]] #> [1] "DOID_0050424<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[6]] #> [1] "DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[7]] #> [1] "DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[8]] #> [1] "DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[9]] #> [1] "DOID_8437<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[10]] #> [1] "DOID_2074<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[11]] #> [1] "DOID_9778<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[12]] #> [1] "DOID_14671<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[13]] #> [1] "DOID_3852<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[14]] #> [1] "DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[15]] #> [1] "DOID_10605<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[16]] #> [1] "DOID_1252<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`intestinal disease`$value #> [1] "intestinal disease" #> #> #> $`intestinal obstruction` #> $`intestinal obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8437" #> #> $`intestinal obstruction`$`_id` #> [1] "DOID_8437<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal obstruction`$privateGeneCount #> [1] 0 #> #> $`intestinal obstruction`$publicGeneCount #> [1] 6 #> #> $`intestinal obstruction`$urlId #> [1] "DOID_8437" #> #> $`intestinal obstruction`$dbPhenotype #> [1] TRUE #> #> $`intestinal obstruction`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal obstruction`$`_is_leaf` #> [1] FALSE #> #> $`intestinal obstruction`$children #> $`intestinal obstruction`$children[[1]] #> [1] "DOID_8442<DOID_8437<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`intestinal obstruction`$value #> [1] "intestinal obstruction" #> #> #> $`Intestinal obstruction` #> $`Intestinal obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005214" #> #> $`Intestinal obstruction`$`_id` #> [1] "HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal obstruction`$privateGeneCount #> [1] 0 #> #> $`Intestinal obstruction`$publicGeneCount #> [1] 1 #> #> $`Intestinal obstruction`$urlId #> [1] "HP_0005214" #> #> $`Intestinal obstruction`$dbPhenotype #> [1] FALSE #> #> $`Intestinal obstruction`$`_parent` #> [1] "HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal obstruction`$`_is_leaf` #> [1] FALSE #> #> $`Intestinal obstruction`$children #> $`Intestinal obstruction`$children[[1]] #> [1] "HP_0002595<HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Intestinal obstruction`$value #> [1] "Intestinal obstruction" #> #> #> $`Intestinal obstruction` #> $`Intestinal obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005214" #> #> $`Intestinal obstruction`$`_id` #> [1] "HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal obstruction`$privateGeneCount #> [1] 0 #> #> $`Intestinal obstruction`$publicGeneCount #> [1] 1 #> #> $`Intestinal obstruction`$urlId #> [1] "HP_0005214" #> #> $`Intestinal obstruction`$dbPhenotype #> [1] FALSE #> #> $`Intestinal obstruction`$`_parent` #> [1] "HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal obstruction`$`_is_leaf` #> [1] FALSE #> #> $`Intestinal obstruction`$children #> $`Intestinal obstruction`$children[[1]] #> [1] "HP_0002595<HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Intestinal obstruction`$value #> [1] "Intestinal obstruction" #> #> #> $`intestinal perforation` #> $`intestinal perforation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2074" #> #> $`intestinal perforation`$`_id` #> [1] "DOID_2074<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal perforation`$privateGeneCount #> [1] 0 #> #> $`intestinal perforation`$publicGeneCount #> [1] 3 #> #> $`intestinal perforation`$urlId #> [1] "DOID_2074" #> #> $`intestinal perforation`$dbPhenotype #> [1] TRUE #> #> $`intestinal perforation`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal perforation`$`_is_leaf` #> [1] TRUE #> #> $`intestinal perforation`$children #> list() #> #> $`intestinal perforation`$value #> [1] "intestinal perforation" #> #> #> $`Intestinal polyp` #> $`Intestinal polyp`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005266" #> #> $`Intestinal polyp`$`_id` #> [1] "HP_0005266<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal polyp`$privateGeneCount #> [1] 0 #> #> $`Intestinal polyp`$publicGeneCount #> [1] 10 #> #> $`Intestinal polyp`$urlId #> [1] "HP_0005266" #> #> $`Intestinal polyp`$dbPhenotype #> [1] TRUE #> #> $`Intestinal polyp`$`_parent` #> [1] "HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal polyp`$`_is_leaf` #> [1] FALSE #> #> $`Intestinal polyp`$children #> $`Intestinal polyp`$children[[1]] #> [1] "HP_0200008<HP_0005266<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Intestinal polyp`$value #> [1] "Intestinal polyp" #> #> #> $`Intestinal polyp` #> $`Intestinal polyp`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005266" #> #> $`Intestinal polyp`$`_id` #> [1] "HP_0005266<HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal polyp`$privateGeneCount #> [1] 0 #> #> $`Intestinal polyp`$publicGeneCount #> [1] 10 #> #> $`Intestinal polyp`$urlId #> [1] "HP_0005266" #> #> $`Intestinal polyp`$dbPhenotype #> [1] TRUE #> #> $`Intestinal polyp`$`_parent` #> [1] "HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal polyp`$`_is_leaf` #> [1] FALSE #> #> $`Intestinal polyp`$children #> $`Intestinal polyp`$children[[1]] #> [1] "HP_0200008<HP_0005266<HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Intestinal polyp`$value #> [1] "Intestinal polyp" #> #> #> $`Intestinal polyposis` #> $`Intestinal polyposis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0200008" #> #> $`Intestinal polyposis`$`_id` #> [1] "HP_0200008<HP_0005266<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal polyposis`$privateGeneCount #> [1] 0 #> #> $`Intestinal polyposis`$publicGeneCount #> [1] 1 #> #> $`Intestinal polyposis`$urlId #> [1] "HP_0200008" #> #> $`Intestinal polyposis`$dbPhenotype #> [1] TRUE #> #> $`Intestinal polyposis`$`_parent` #> [1] "HP_0005266<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal polyposis`$`_is_leaf` #> [1] TRUE #> #> $`Intestinal polyposis`$children #> list() #> #> $`Intestinal polyposis`$value #> [1] "Intestinal polyposis" #> #> #> $`Intestinal polyposis` #> $`Intestinal polyposis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0200008" #> #> $`Intestinal polyposis`$`_id` #> [1] "HP_0200008<HP_0005266<HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal polyposis`$privateGeneCount #> [1] 0 #> #> $`Intestinal polyposis`$publicGeneCount #> [1] 1 #> #> $`Intestinal polyposis`$urlId #> [1] "HP_0200008" #> #> $`Intestinal polyposis`$dbPhenotype #> [1] TRUE #> #> $`Intestinal polyposis`$`_parent` #> [1] "HP_0005266<HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal polyposis`$`_is_leaf` #> [1] TRUE #> #> $`Intestinal polyposis`$children #> list() #> #> $`Intestinal polyposis`$value #> [1] "Intestinal polyposis" #> #> #> $`intracranial aneurysm` #> $`intracranial aneurysm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10941" #> #> $`intracranial aneurysm`$`_id` #> [1] "DOID_10941<DOID_3527<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial aneurysm`$privateGeneCount #> [1] 0 #> #> $`intracranial aneurysm`$publicGeneCount #> [1] 22 #> #> $`intracranial aneurysm`$urlId #> [1] "DOID_10941" #> #> $`intracranial aneurysm`$dbPhenotype #> [1] TRUE #> #> $`intracranial aneurysm`$`_parent` #> [1] "DOID_3527<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial aneurysm`$`_is_leaf` #> [1] TRUE #> #> $`intracranial aneurysm`$children #> list() #> #> $`intracranial aneurysm`$value #> [1] "intracranial aneurysm" #> #> #> $`intracranial aneurysm` #> $`intracranial aneurysm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10941" #> #> $`intracranial aneurysm`$`_id` #> [1] "DOID_10941<DOID_3527<DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial aneurysm`$privateGeneCount #> [1] 0 #> #> $`intracranial aneurysm`$publicGeneCount #> [1] 22 #> #> $`intracranial aneurysm`$urlId #> [1] "DOID_10941" #> #> $`intracranial aneurysm`$dbPhenotype #> [1] TRUE #> #> $`intracranial aneurysm`$`_parent` #> [1] "DOID_3527<DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial aneurysm`$`_is_leaf` #> [1] TRUE #> #> $`intracranial aneurysm`$children #> list() #> #> $`intracranial aneurysm`$value #> [1] "intracranial aneurysm" #> #> #> $`intracranial aneurysm` #> $`intracranial aneurysm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10941" #> #> $`intracranial aneurysm`$`_id` #> [1] "DOID_10941<DOID_3527<DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial aneurysm`$privateGeneCount #> [1] 0 #> #> $`intracranial aneurysm`$publicGeneCount #> [1] 22 #> #> $`intracranial aneurysm`$urlId #> [1] "DOID_10941" #> #> $`intracranial aneurysm`$dbPhenotype #> [1] TRUE #> #> $`intracranial aneurysm`$`_parent` #> [1] "DOID_3527<DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial aneurysm`$`_is_leaf` #> [1] TRUE #> #> $`intracranial aneurysm`$children #> list() #> #> $`intracranial aneurysm`$value #> [1] "intracranial aneurysm" #> #> #> $`intracranial arterial disease` #> $`intracranial arterial disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13089" #> #> $`intracranial arterial disease`$`_id` #> [1] "DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial arterial disease`$privateGeneCount #> [1] 0 #> #> $`intracranial arterial disease`$publicGeneCount #> [1] 29 #> #> $`intracranial arterial disease`$urlId #> [1] "DOID_13089" #> #> $`intracranial arterial disease`$dbPhenotype #> [1] TRUE #> #> $`intracranial arterial disease`$`_parent` #> [1] "DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial arterial disease`$`_is_leaf` #> [1] FALSE #> #> $`intracranial arterial disease`$children #> $`intracranial arterial disease`$children[[1]] #> [1] "DOID_3527<DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`intracranial arterial disease`$value #> [1] "intracranial arterial disease" #> #> #> $`intracranial arterial disease` #> $`intracranial arterial disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13089" #> #> $`intracranial arterial disease`$`_id` #> [1] "DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial arterial disease`$privateGeneCount #> [1] 0 #> #> $`intracranial arterial disease`$publicGeneCount #> [1] 29 #> #> $`intracranial arterial disease`$urlId #> [1] "DOID_13089" #> #> $`intracranial arterial disease`$dbPhenotype #> [1] TRUE #> #> $`intracranial arterial disease`$`_parent` #> [1] "DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial arterial disease`$`_is_leaf` #> [1] FALSE #> #> $`intracranial arterial disease`$children #> $`intracranial arterial disease`$children[[1]] #> [1] "DOID_3527<DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`intracranial arterial disease`$value #> [1] "intracranial arterial disease" #> #> #> $`intracranial cavernous angioma` #> $`intracranial cavernous angioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2516" #> #> $`intracranial cavernous angioma`$`_id` #> [1] "DOID_2516<DOID_2517<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`intracranial cavernous angioma`$privateGeneCount #> [1] 0 #> #> $`intracranial cavernous angioma`$publicGeneCount #> [1] 4 #> #> $`intracranial cavernous angioma`$urlId #> [1] "DOID_2516" #> #> $`intracranial cavernous angioma`$dbPhenotype #> [1] TRUE #> #> $`intracranial cavernous angioma`$`_parent` #> [1] "DOID_2517<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`intracranial cavernous angioma`$`_is_leaf` #> [1] TRUE #> #> $`intracranial cavernous angioma`$children #> list() #> #> $`intracranial cavernous angioma`$value #> [1] "intracranial cavernous angioma" #> #> #> $`intracranial cavernous angioma` #> $`intracranial cavernous angioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2516" #> #> $`intracranial cavernous angioma`$`_id` #> [1] "DOID_2516<DOID_2517<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intracranial cavernous angioma`$privateGeneCount #> [1] 0 #> #> $`intracranial cavernous angioma`$publicGeneCount #> [1] 4 #> #> $`intracranial cavernous angioma`$urlId #> [1] "DOID_2516" #> #> $`intracranial cavernous angioma`$dbPhenotype #> [1] TRUE #> #> $`intracranial cavernous angioma`$`_parent` #> [1] "DOID_2517<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intracranial cavernous angioma`$`_is_leaf` #> [1] TRUE #> #> $`intracranial cavernous angioma`$children #> list() #> #> $`intracranial cavernous angioma`$value #> [1] "intracranial cavernous angioma" #> #> #> $`intracranial cavernous angioma` #> $`intracranial cavernous angioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2516" #> #> $`intracranial cavernous angioma`$`_id` #> [1] "DOID_2516<DOID_2517<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial cavernous angioma`$privateGeneCount #> [1] 0 #> #> $`intracranial cavernous angioma`$publicGeneCount #> [1] 4 #> #> $`intracranial cavernous angioma`$urlId #> [1] "DOID_2516" #> #> $`intracranial cavernous angioma`$dbPhenotype #> [1] TRUE #> #> $`intracranial cavernous angioma`$`_parent` #> [1] "DOID_2517<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial cavernous angioma`$`_is_leaf` #> [1] TRUE #> #> $`intracranial cavernous angioma`$children #> list() #> #> $`intracranial cavernous angioma`$value #> [1] "intracranial cavernous angioma" #> #> #> $`intracranial cavernous angioma` #> $`intracranial cavernous angioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2516" #> #> $`intracranial cavernous angioma`$`_id` #> [1] "DOID_2516<DOID_2517<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial cavernous angioma`$privateGeneCount #> [1] 0 #> #> $`intracranial cavernous angioma`$publicGeneCount #> [1] 4 #> #> $`intracranial cavernous angioma`$urlId #> [1] "DOID_2516" #> #> $`intracranial cavernous angioma`$dbPhenotype #> [1] TRUE #> #> $`intracranial cavernous angioma`$`_parent` #> [1] "DOID_2517<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial cavernous angioma`$`_is_leaf` #> [1] TRUE #> #> $`intracranial cavernous angioma`$children #> list() #> #> $`intracranial cavernous angioma`$value #> [1] "intracranial cavernous angioma" #> #> #> $`Intracranial cystic lesion` #> $`Intracranial cystic lesion`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010576" #> #> $`Intracranial cystic lesion`$`_id` #> [1] "HP_0010576<HP_0030724<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intracranial cystic lesion`$privateGeneCount #> [1] 0 #> #> $`Intracranial cystic lesion`$publicGeneCount #> [1] 2 #> #> $`Intracranial cystic lesion`$urlId #> [1] "HP_0010576" #> #> $`Intracranial cystic lesion`$dbPhenotype #> [1] FALSE #> #> $`Intracranial cystic lesion`$`_parent` #> [1] "HP_0030724<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intracranial cystic lesion`$`_is_leaf` #> [1] FALSE #> #> $`Intracranial cystic lesion`$children #> $`Intracranial cystic lesion`$children[[1]] #> [1] "HP_0002350<HP_0010576<HP_0030724<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Intracranial cystic lesion`$value #> [1] "Intracranial cystic lesion" #> #> #> $`intracranial embolism` #> $`intracranial embolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4372" #> #> $`intracranial embolism`$`_id` #> [1] "DOID_4372<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial embolism`$privateGeneCount #> [1] 0 #> #> $`intracranial embolism`$publicGeneCount #> [1] 2 #> #> $`intracranial embolism`$urlId #> [1] "DOID_4372" #> #> $`intracranial embolism`$dbPhenotype #> [1] TRUE #> #> $`intracranial embolism`$`_parent` #> [1] "DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial embolism`$`_is_leaf` #> [1] TRUE #> #> $`intracranial embolism`$children #> list() #> #> $`intracranial embolism`$value #> [1] "intracranial embolism" #> #> #> $`intracranial embolism` #> $`intracranial embolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4372" #> #> $`intracranial embolism`$`_id` #> [1] "DOID_4372<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial embolism`$privateGeneCount #> [1] 0 #> #> $`intracranial embolism`$publicGeneCount #> [1] 2 #> #> $`intracranial embolism`$urlId #> [1] "DOID_4372" #> #> $`intracranial embolism`$dbPhenotype #> [1] TRUE #> #> $`intracranial embolism`$`_parent` #> [1] "DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial embolism`$`_is_leaf` #> [1] TRUE #> #> $`intracranial embolism`$children #> list() #> #> $`intracranial embolism`$value #> [1] "intracranial embolism" #> #> #> $`Intracranial hemorrhage` #> $`Intracranial hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002170" #> #> $`Intracranial hemorrhage`$`_id` #> [1] "HP_0002170<HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Intracranial hemorrhage`$publicGeneCount #> [1] 44 #> #> $`Intracranial hemorrhage`$urlId #> [1] "HP_0002170" #> #> $`Intracranial hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Intracranial hemorrhage`$`_parent` #> [1] "HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$`_is_leaf` #> [1] FALSE #> #> $`Intracranial hemorrhage`$children #> $`Intracranial hemorrhage`$children[[1]] #> [1] "HP_0001342<HP_0002170<HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$children[[2]] #> [1] "HP_0002138<HP_0002170<HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Intracranial hemorrhage`$value #> [1] "Intracranial hemorrhage" #> #> #> $`Intracranial hemorrhage` #> $`Intracranial hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002170" #> #> $`Intracranial hemorrhage`$`_id` #> [1] "HP_0002170<HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Intracranial hemorrhage`$publicGeneCount #> [1] 44 #> #> $`Intracranial hemorrhage`$urlId #> [1] "HP_0002170" #> #> $`Intracranial hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Intracranial hemorrhage`$`_parent` #> [1] "HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$`_is_leaf` #> [1] FALSE #> #> $`Intracranial hemorrhage`$children #> $`Intracranial hemorrhage`$children[[1]] #> [1] "HP_0001342<HP_0002170<HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$children[[2]] #> [1] "HP_0002138<HP_0002170<HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Intracranial hemorrhage`$value #> [1] "Intracranial hemorrhage" #> #> #> $`Intracranial hemorrhage` #> $`Intracranial hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002170" #> #> $`Intracranial hemorrhage`$`_id` #> [1] "HP_0002170<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Intracranial hemorrhage`$publicGeneCount #> [1] 44 #> #> $`Intracranial hemorrhage`$urlId #> [1] "HP_0002170" #> #> $`Intracranial hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Intracranial hemorrhage`$`_parent` #> [1] "HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$`_is_leaf` #> [1] FALSE #> #> $`Intracranial hemorrhage`$children #> $`Intracranial hemorrhage`$children[[1]] #> [1] "HP_0001342<HP_0002170<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$children[[2]] #> [1] "HP_0002138<HP_0002170<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Intracranial hemorrhage`$value #> [1] "Intracranial hemorrhage" #> #> #> $`Intracranial hemorrhage` #> $`Intracranial hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002170" #> #> $`Intracranial hemorrhage`$`_id` #> [1] "HP_0002170<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Intracranial hemorrhage`$publicGeneCount #> [1] 44 #> #> $`Intracranial hemorrhage`$urlId #> [1] "HP_0002170" #> #> $`Intracranial hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Intracranial hemorrhage`$`_parent` #> [1] "HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$`_is_leaf` #> [1] FALSE #> #> $`Intracranial hemorrhage`$children #> $`Intracranial hemorrhage`$children[[1]] #> [1] "HP_0001342<HP_0002170<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$children[[2]] #> [1] "HP_0002138<HP_0002170<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Intracranial hemorrhage`$value #> [1] "Intracranial hemorrhage" #> #> #> $`intracranial hypertension` #> $`intracranial hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9428" #> #> $`intracranial hypertension`$`_id` #> [1] "DOID_9428<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial hypertension`$privateGeneCount #> [1] 0 #> #> $`intracranial hypertension`$publicGeneCount #> [1] 1 #> #> $`intracranial hypertension`$urlId #> [1] "DOID_9428" #> #> $`intracranial hypertension`$dbPhenotype #> [1] TRUE #> #> $`intracranial hypertension`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial hypertension`$`_is_leaf` #> [1] TRUE #> #> $`intracranial hypertension`$children #> list() #> #> $`intracranial hypertension`$value #> [1] "intracranial hypertension" #> #> #> $`intracranial sinus thrombosis` #> $`intracranial sinus thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3572" #> #> $`intracranial sinus thrombosis`$`_id` #> [1] "DOID_3572<DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial sinus thrombosis`$privateGeneCount #> [1] 0 #> #> $`intracranial sinus thrombosis`$publicGeneCount #> [1] 5 #> #> $`intracranial sinus thrombosis`$urlId #> [1] "DOID_3572" #> #> $`intracranial sinus thrombosis`$dbPhenotype #> [1] TRUE #> #> $`intracranial sinus thrombosis`$`_parent` #> [1] "DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial sinus thrombosis`$`_is_leaf` #> [1] FALSE #> #> $`intracranial sinus thrombosis`$children #> $`intracranial sinus thrombosis`$children[[1]] #> [1] "DOID_3576<DOID_3572<DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`intracranial sinus thrombosis`$value #> [1] "intracranial sinus thrombosis" #> #> #> $`intracranial sinus thrombosis` #> $`intracranial sinus thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3572" #> #> $`intracranial sinus thrombosis`$`_id` #> [1] "DOID_3572<DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial sinus thrombosis`$privateGeneCount #> [1] 0 #> #> $`intracranial sinus thrombosis`$publicGeneCount #> [1] 5 #> #> $`intracranial sinus thrombosis`$urlId #> [1] "DOID_3572" #> #> $`intracranial sinus thrombosis`$dbPhenotype #> [1] TRUE #> #> $`intracranial sinus thrombosis`$`_parent` #> [1] "DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial sinus thrombosis`$`_is_leaf` #> [1] FALSE #> #> $`intracranial sinus thrombosis`$children #> $`intracranial sinus thrombosis`$children[[1]] #> [1] "DOID_3576<DOID_3572<DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`intracranial sinus thrombosis`$value #> [1] "intracranial sinus thrombosis" #> #> #> $`intracranial sinus thrombosis` #> $`intracranial sinus thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3572" #> #> $`intracranial sinus thrombosis`$`_id` #> [1] "DOID_3572<DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial sinus thrombosis`$privateGeneCount #> [1] 0 #> #> $`intracranial sinus thrombosis`$publicGeneCount #> [1] 5 #> #> $`intracranial sinus thrombosis`$urlId #> [1] "DOID_3572" #> #> $`intracranial sinus thrombosis`$dbPhenotype #> [1] TRUE #> #> $`intracranial sinus thrombosis`$`_parent` #> [1] "DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial sinus thrombosis`$`_is_leaf` #> [1] FALSE #> #> $`intracranial sinus thrombosis`$children #> $`intracranial sinus thrombosis`$children[[1]] #> [1] "DOID_3576<DOID_3572<DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`intracranial sinus thrombosis`$value #> [1] "intracranial sinus thrombosis" #> #> #> $`intracranial structure hemangioma` #> $`intracranial structure hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2517" #> #> $`intracranial structure hemangioma`$`_id` #> [1] "DOID_2517<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`intracranial structure hemangioma`$privateGeneCount #> [1] 0 #> #> $`intracranial structure hemangioma`$publicGeneCount #> [1] 4 #> #> $`intracranial structure hemangioma`$urlId #> [1] "DOID_2517" #> #> $`intracranial structure hemangioma`$dbPhenotype #> [1] FALSE #> #> $`intracranial structure hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`intracranial structure hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`intracranial structure hemangioma`$children #> $`intracranial structure hemangioma`$children[[1]] #> [1] "DOID_2516<DOID_2517<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`intracranial structure hemangioma`$value #> [1] "intracranial structure hemangioma" #> #> #> $`intracranial structure hemangioma` #> $`intracranial structure hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2517" #> #> $`intracranial structure hemangioma`$`_id` #> [1] "DOID_2517<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intracranial structure hemangioma`$privateGeneCount #> [1] 0 #> #> $`intracranial structure hemangioma`$publicGeneCount #> [1] 4 #> #> $`intracranial structure hemangioma`$urlId #> [1] "DOID_2517" #> #> $`intracranial structure hemangioma`$dbPhenotype #> [1] FALSE #> #> $`intracranial structure hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intracranial structure hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`intracranial structure hemangioma`$children #> $`intracranial structure hemangioma`$children[[1]] #> [1] "DOID_2516<DOID_2517<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`intracranial structure hemangioma`$value #> [1] "intracranial structure hemangioma" #> #> #> $`intracranial structure hemangioma` #> $`intracranial structure hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2517" #> #> $`intracranial structure hemangioma`$`_id` #> [1] "DOID_2517<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial structure hemangioma`$privateGeneCount #> [1] 0 #> #> $`intracranial structure hemangioma`$publicGeneCount #> [1] 4 #> #> $`intracranial structure hemangioma`$urlId #> [1] "DOID_2517" #> #> $`intracranial structure hemangioma`$dbPhenotype #> [1] FALSE #> #> $`intracranial structure hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial structure hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`intracranial structure hemangioma`$children #> $`intracranial structure hemangioma`$children[[1]] #> [1] "DOID_2516<DOID_2517<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> #> $`intracranial structure hemangioma`$value #> [1] "intracranial structure hemangioma" #> #> #> $`intracranial structure hemangioma` #> $`intracranial structure hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2517" #> #> $`intracranial structure hemangioma`$`_id` #> [1] "DOID_2517<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial structure hemangioma`$privateGeneCount #> [1] 0 #> #> $`intracranial structure hemangioma`$publicGeneCount #> [1] 4 #> #> $`intracranial structure hemangioma`$urlId #> [1] "DOID_2517" #> #> $`intracranial structure hemangioma`$dbPhenotype #> [1] FALSE #> #> $`intracranial structure hemangioma`$`_parent` #> [1] "DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial structure hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`intracranial structure hemangioma`$children #> $`intracranial structure hemangioma`$children[[1]] #> [1] "DOID_2516<DOID_2517<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`intracranial structure hemangioma`$value #> [1] "intracranial structure hemangioma" #> #> #> $`intracranial thrombosis` #> $`intracranial thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4193" #> #> $`intracranial thrombosis`$`_id` #> [1] "DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial thrombosis`$privateGeneCount #> [1] 0 #> #> $`intracranial thrombosis`$publicGeneCount #> [1] 13 #> #> $`intracranial thrombosis`$urlId #> [1] "DOID_4193" #> #> $`intracranial thrombosis`$dbPhenotype #> [1] TRUE #> #> $`intracranial thrombosis`$`_parent` #> [1] "DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial thrombosis`$`_is_leaf` #> [1] FALSE #> #> $`intracranial thrombosis`$children #> $`intracranial thrombosis`$children[[1]] #> [1] "DOID_3410<DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial thrombosis`$children[[2]] #> [1] "DOID_3572<DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`intracranial thrombosis`$value #> [1] "intracranial thrombosis" #> #> #> $`intracranial thrombosis` #> $`intracranial thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4193" #> #> $`intracranial thrombosis`$`_id` #> [1] "DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial thrombosis`$privateGeneCount #> [1] 0 #> #> $`intracranial thrombosis`$publicGeneCount #> [1] 13 #> #> $`intracranial thrombosis`$urlId #> [1] "DOID_4193" #> #> $`intracranial thrombosis`$dbPhenotype #> [1] TRUE #> #> $`intracranial thrombosis`$`_parent` #> [1] "DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial thrombosis`$`_is_leaf` #> [1] FALSE #> #> $`intracranial thrombosis`$children #> $`intracranial thrombosis`$children[[1]] #> [1] "DOID_3410<DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial thrombosis`$children[[2]] #> [1] "DOID_3572<DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`intracranial thrombosis`$value #> [1] "intracranial thrombosis" #> #> #> $`intracranial thrombosis` #> $`intracranial thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4193" #> #> $`intracranial thrombosis`$`_id` #> [1] "DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial thrombosis`$privateGeneCount #> [1] 0 #> #> $`intracranial thrombosis`$publicGeneCount #> [1] 13 #> #> $`intracranial thrombosis`$urlId #> [1] "DOID_4193" #> #> $`intracranial thrombosis`$dbPhenotype #> [1] TRUE #> #> $`intracranial thrombosis`$`_parent` #> [1] "DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial thrombosis`$`_is_leaf` #> [1] FALSE #> #> $`intracranial thrombosis`$children #> $`intracranial thrombosis`$children[[1]] #> [1] "DOID_3410<DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial thrombosis`$children[[2]] #> [1] "DOID_3572<DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`intracranial thrombosis`$value #> [1] "intracranial thrombosis" #> #> #> $`intracranial vasospasm` #> $`intracranial vasospasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13100" #> #> $`intracranial vasospasm`$`_id` #> [1] "DOID_13100<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial vasospasm`$privateGeneCount #> [1] 0 #> #> $`intracranial vasospasm`$publicGeneCount #> [1] 7 #> #> $`intracranial vasospasm`$urlId #> [1] "DOID_13100" #> #> $`intracranial vasospasm`$dbPhenotype #> [1] TRUE #> #> $`intracranial vasospasm`$`_parent` #> [1] "DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial vasospasm`$`_is_leaf` #> [1] TRUE #> #> $`intracranial vasospasm`$children #> list() #> #> $`intracranial vasospasm`$value #> [1] "intracranial vasospasm" #> #> #> $`intracranial vasospasm` #> $`intracranial vasospasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13100" #> #> $`intracranial vasospasm`$`_id` #> [1] "DOID_13100<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial vasospasm`$privateGeneCount #> [1] 0 #> #> $`intracranial vasospasm`$publicGeneCount #> [1] 7 #> #> $`intracranial vasospasm`$urlId #> [1] "DOID_13100" #> #> $`intracranial vasospasm`$dbPhenotype #> [1] TRUE #> #> $`intracranial vasospasm`$`_parent` #> [1] "DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial vasospasm`$`_is_leaf` #> [1] TRUE #> #> $`intracranial vasospasm`$children #> list() #> #> $`intracranial vasospasm`$value #> [1] "intracranial vasospasm" #> #> #> $`intrahepatic cholangiocarcinoma` #> $`intrahepatic cholangiocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4928" #> #> $`intrahepatic cholangiocarcinoma`$`_id` #> [1] "DOID_4928<DOID_4947<DOID_4896<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`intrahepatic cholangiocarcinoma`$privateGeneCount #> [1] 0 #> #> $`intrahepatic cholangiocarcinoma`$publicGeneCount #> [1] 2 #> #> $`intrahepatic cholangiocarcinoma`$urlId #> [1] "DOID_4928" #> #> $`intrahepatic cholangiocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`intrahepatic cholangiocarcinoma`$`_parent` #> [1] "DOID_4947<DOID_4896<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`intrahepatic cholangiocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`intrahepatic cholangiocarcinoma`$children #> list() #> #> $`intrahepatic cholangiocarcinoma`$value #> [1] "intrahepatic cholangiocarcinoma" #> #> #> $`intrahepatic cholangiocarcinoma` #> $`intrahepatic cholangiocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4928" #> #> $`intrahepatic cholangiocarcinoma`$`_id` #> [1] "DOID_4928<DOID_4947<DOID_4896<DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`intrahepatic cholangiocarcinoma`$privateGeneCount #> [1] 0 #> #> $`intrahepatic cholangiocarcinoma`$publicGeneCount #> [1] 2 #> #> $`intrahepatic cholangiocarcinoma`$urlId #> [1] "DOID_4928" #> #> $`intrahepatic cholangiocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`intrahepatic cholangiocarcinoma`$`_parent` #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`intrahepatic cholangiocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`intrahepatic cholangiocarcinoma`$children #> list() #> #> $`intrahepatic cholangiocarcinoma`$value #> [1] "intrahepatic cholangiocarcinoma" #> #> #> $`intrahepatic cholangiocarcinoma` #> $`intrahepatic cholangiocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4928" #> #> $`intrahepatic cholangiocarcinoma`$`_id` #> [1] "DOID_4928<DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`intrahepatic cholangiocarcinoma`$privateGeneCount #> [1] 0 #> #> $`intrahepatic cholangiocarcinoma`$publicGeneCount #> [1] 2 #> #> $`intrahepatic cholangiocarcinoma`$urlId #> [1] "DOID_4928" #> #> $`intrahepatic cholangiocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`intrahepatic cholangiocarcinoma`$`_parent` #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`intrahepatic cholangiocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`intrahepatic cholangiocarcinoma`$children #> list() #> #> $`intrahepatic cholangiocarcinoma`$value #> [1] "intrahepatic cholangiocarcinoma" #> #> #> $`intrahepatic cholangiocarcinoma` #> $`intrahepatic cholangiocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4928" #> #> $`intrahepatic cholangiocarcinoma`$`_id` #> [1] "DOID_4928<DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`intrahepatic cholangiocarcinoma`$privateGeneCount #> [1] 0 #> #> $`intrahepatic cholangiocarcinoma`$publicGeneCount #> [1] 2 #> #> $`intrahepatic cholangiocarcinoma`$urlId #> [1] "DOID_4928" #> #> $`intrahepatic cholangiocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`intrahepatic cholangiocarcinoma`$`_parent` #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`intrahepatic cholangiocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`intrahepatic cholangiocarcinoma`$children #> list() #> #> $`intrahepatic cholangiocarcinoma`$value #> [1] "intrahepatic cholangiocarcinoma" #> #> #> $`intrahepatic cholangiocarcinoma` #> $`intrahepatic cholangiocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4928" #> #> $`intrahepatic cholangiocarcinoma`$`_id` #> [1] "DOID_4928<DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`intrahepatic cholangiocarcinoma`$privateGeneCount #> [1] 0 #> #> $`intrahepatic cholangiocarcinoma`$publicGeneCount #> [1] 2 #> #> $`intrahepatic cholangiocarcinoma`$urlId #> [1] "DOID_4928" #> #> $`intrahepatic cholangiocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`intrahepatic cholangiocarcinoma`$`_parent` #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`intrahepatic cholangiocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`intrahepatic cholangiocarcinoma`$children #> list() #> #> $`intrahepatic cholangiocarcinoma`$value #> [1] "intrahepatic cholangiocarcinoma" #> #> #> $`intrahepatic cholestasis` #> $`intrahepatic cholestasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1852" #> #> $`intrahepatic cholestasis`$`_id` #> [1] "DOID_1852<DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`intrahepatic cholestasis`$privateGeneCount #> [1] 0 #> #> $`intrahepatic cholestasis`$publicGeneCount #> [1] 10 #> #> $`intrahepatic cholestasis`$urlId #> [1] "DOID_1852" #> #> $`intrahepatic cholestasis`$dbPhenotype #> [1] TRUE #> #> $`intrahepatic cholestasis`$`_parent` #> [1] "DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`intrahepatic cholestasis`$`_is_leaf` #> [1] TRUE #> #> $`intrahepatic cholestasis`$children #> list() #> #> $`intrahepatic cholestasis`$value #> [1] "intrahepatic cholestasis" #> #> #> $`intramuscular hemangioma` #> $`intramuscular hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_468" #> #> $`intramuscular hemangioma`$`_id` #> [1] "DOID_468<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`intramuscular hemangioma`$privateGeneCount #> [1] 0 #> #> $`intramuscular hemangioma`$publicGeneCount #> [1] 6 #> #> $`intramuscular hemangioma`$urlId #> [1] "DOID_468" #> #> $`intramuscular hemangioma`$dbPhenotype #> [1] TRUE #> #> $`intramuscular hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`intramuscular hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`intramuscular hemangioma`$children #> list() #> #> $`intramuscular hemangioma`$value #> [1] "intramuscular hemangioma" #> #> #> $`intramuscular hemangioma` #> $`intramuscular hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_468" #> #> $`intramuscular hemangioma`$`_id` #> [1] "DOID_468<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intramuscular hemangioma`$privateGeneCount #> [1] 0 #> #> $`intramuscular hemangioma`$publicGeneCount #> [1] 6 #> #> $`intramuscular hemangioma`$urlId #> [1] "DOID_468" #> #> $`intramuscular hemangioma`$dbPhenotype #> [1] TRUE #> #> $`intramuscular hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intramuscular hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`intramuscular hemangioma`$children #> list() #> #> $`intramuscular hemangioma`$value #> [1] "intramuscular hemangioma" #> #> #> $`intramuscular hemangioma` #> $`intramuscular hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_468" #> #> $`intramuscular hemangioma`$`_id` #> [1] "DOID_468<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`intramuscular hemangioma`$privateGeneCount #> [1] 0 #> #> $`intramuscular hemangioma`$publicGeneCount #> [1] 6 #> #> $`intramuscular hemangioma`$urlId #> [1] "DOID_468" #> #> $`intramuscular hemangioma`$dbPhenotype #> [1] TRUE #> #> $`intramuscular hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`intramuscular hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`intramuscular hemangioma`$children #> list() #> #> $`intramuscular hemangioma`$value #> [1] "intramuscular hemangioma" #> #> #> $`intramuscular hemangioma` #> $`intramuscular hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_468" #> #> $`intramuscular hemangioma`$`_id` #> [1] "DOID_468<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intramuscular hemangioma`$privateGeneCount #> [1] 0 #> #> $`intramuscular hemangioma`$publicGeneCount #> [1] 6 #> #> $`intramuscular hemangioma`$urlId #> [1] "DOID_468" #> #> $`intramuscular hemangioma`$dbPhenotype #> [1] TRUE #> #> $`intramuscular hemangioma`$`_parent` #> [1] "DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intramuscular hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`intramuscular hemangioma`$children #> list() #> #> $`intramuscular hemangioma`$value #> [1] "intramuscular hemangioma" #> #> #> $`intramuscular hemangioma` #> $`intramuscular hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_468" #> #> $`intramuscular hemangioma`$`_id` #> [1] "DOID_468<DOID_461<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intramuscular hemangioma`$privateGeneCount #> [1] 0 #> #> $`intramuscular hemangioma`$publicGeneCount #> [1] 6 #> #> $`intramuscular hemangioma`$urlId #> [1] "DOID_468" #> #> $`intramuscular hemangioma`$dbPhenotype #> [1] TRUE #> #> $`intramuscular hemangioma`$`_parent` #> [1] "DOID_461<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intramuscular hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`intramuscular hemangioma`$children #> list() #> #> $`intramuscular hemangioma`$value #> [1] "intramuscular hemangioma" #> #> #> $`intramuscular hemangioma` #> $`intramuscular hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_468" #> #> $`intramuscular hemangioma`$`_id` #> [1] "DOID_468<DOID_461<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`intramuscular hemangioma`$privateGeneCount #> [1] 0 #> #> $`intramuscular hemangioma`$publicGeneCount #> [1] 6 #> #> $`intramuscular hemangioma`$urlId #> [1] "DOID_468" #> #> $`intramuscular hemangioma`$dbPhenotype #> [1] TRUE #> #> $`intramuscular hemangioma`$`_parent` #> [1] "DOID_461<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`intramuscular hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`intramuscular hemangioma`$children #> list() #> #> $`intramuscular hemangioma`$value #> [1] "intramuscular hemangioma" #> #> #> $`intramuscular hemangioma` #> $`intramuscular hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_468" #> #> $`intramuscular hemangioma`$`_id` #> [1] "DOID_468<DOID_461<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`intramuscular hemangioma`$privateGeneCount #> [1] 0 #> #> $`intramuscular hemangioma`$publicGeneCount #> [1] 6 #> #> $`intramuscular hemangioma`$urlId #> [1] "DOID_468" #> #> $`intramuscular hemangioma`$dbPhenotype #> [1] TRUE #> #> $`intramuscular hemangioma`$`_parent` #> [1] "DOID_461<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`intramuscular hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`intramuscular hemangioma`$children #> list() #> #> $`intramuscular hemangioma`$value #> [1] "intramuscular hemangioma" #> #> #> $`intraorbital meningioma` #> $`intraorbital meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4141" #> #> $`intraorbital meningioma`$`_id` #> [1] "DOID_4141<DOID_4143<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`intraorbital meningioma`$privateGeneCount #> [1] 0 #> #> $`intraorbital meningioma`$publicGeneCount #> [1] 16 #> #> $`intraorbital meningioma`$urlId #> [1] "DOID_4141" #> #> $`intraorbital meningioma`$dbPhenotype #> [1] TRUE #> #> $`intraorbital meningioma`$`_parent` #> [1] "DOID_4143<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`intraorbital meningioma`$`_is_leaf` #> [1] TRUE #> #> $`intraorbital meningioma`$children #> list() #> #> $`intraorbital meningioma`$value #> [1] "intraorbital meningioma" #> #> #> $`intraorbital meningioma` #> $`intraorbital meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4141" #> #> $`intraorbital meningioma`$`_id` #> [1] "DOID_4141<DOID_4143<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`intraorbital meningioma`$privateGeneCount #> [1] 0 #> #> $`intraorbital meningioma`$publicGeneCount #> [1] 16 #> #> $`intraorbital meningioma`$urlId #> [1] "DOID_4141" #> #> $`intraorbital meningioma`$dbPhenotype #> [1] TRUE #> #> $`intraorbital meningioma`$`_parent` #> [1] "DOID_4143<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`intraorbital meningioma`$`_is_leaf` #> [1] TRUE #> #> $`intraorbital meningioma`$children #> list() #> #> $`intraorbital meningioma`$value #> [1] "intraorbital meningioma" #> #> #> $`intraorbital meningioma` #> $`intraorbital meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4141" #> #> $`intraorbital meningioma`$`_id` #> [1] "DOID_4141<DOID_4143<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`intraorbital meningioma`$privateGeneCount #> [1] 0 #> #> $`intraorbital meningioma`$publicGeneCount #> [1] 16 #> #> $`intraorbital meningioma`$urlId #> [1] "DOID_4141" #> #> $`intraorbital meningioma`$dbPhenotype #> [1] TRUE #> #> $`intraorbital meningioma`$`_parent` #> [1] "DOID_4143<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`intraorbital meningioma`$`_is_leaf` #> [1] TRUE #> #> $`intraorbital meningioma`$children #> list() #> #> $`intraorbital meningioma`$value #> [1] "intraorbital meningioma" #> #> #> $`intraorbital meningioma` #> $`intraorbital meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4141" #> #> $`intraorbital meningioma`$`_id` #> [1] "DOID_4141<DOID_4143<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`intraorbital meningioma`$privateGeneCount #> [1] 0 #> #> $`intraorbital meningioma`$publicGeneCount #> [1] 16 #> #> $`intraorbital meningioma`$urlId #> [1] "DOID_4141" #> #> $`intraorbital meningioma`$dbPhenotype #> [1] TRUE #> #> $`intraorbital meningioma`$`_parent` #> [1] "DOID_4143<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`intraorbital meningioma`$`_is_leaf` #> [1] TRUE #> #> $`intraorbital meningioma`$children #> list() #> #> $`intraorbital meningioma`$value #> [1] "intraorbital meningioma" #> #> #> $`intraventricular meningioma` #> $`intraventricular meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3772" #> #> $`intraventricular meningioma`$`_id` #> [1] "DOID_3772<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`intraventricular meningioma`$privateGeneCount #> [1] 0 #> #> $`intraventricular meningioma`$publicGeneCount #> [1] 16 #> #> $`intraventricular meningioma`$urlId #> [1] "DOID_3772" #> #> $`intraventricular meningioma`$dbPhenotype #> [1] TRUE #> #> $`intraventricular meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`intraventricular meningioma`$`_is_leaf` #> [1] TRUE #> #> $`intraventricular meningioma`$children #> list() #> #> $`intraventricular meningioma`$value #> [1] "intraventricular meningioma" #> #> #> $`intraventricular meningioma` #> $`intraventricular meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3772" #> #> $`intraventricular meningioma`$`_id` #> [1] "DOID_3772<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`intraventricular meningioma`$privateGeneCount #> [1] 0 #> #> $`intraventricular meningioma`$publicGeneCount #> [1] 16 #> #> $`intraventricular meningioma`$urlId #> [1] "DOID_3772" #> #> $`intraventricular meningioma`$dbPhenotype #> [1] TRUE #> #> $`intraventricular meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`intraventricular meningioma`$`_is_leaf` #> [1] TRUE #> #> $`intraventricular meningioma`$children #> list() #> #> $`intraventricular meningioma`$value #> [1] "intraventricular meningioma" #> #> #> $`intraventricular meningioma` #> $`intraventricular meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3772" #> #> $`intraventricular meningioma`$`_id` #> [1] "DOID_3772<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intraventricular meningioma`$privateGeneCount #> [1] 0 #> #> $`intraventricular meningioma`$publicGeneCount #> [1] 16 #> #> $`intraventricular meningioma`$urlId #> [1] "DOID_3772" #> #> $`intraventricular meningioma`$dbPhenotype #> [1] TRUE #> #> $`intraventricular meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intraventricular meningioma`$`_is_leaf` #> [1] TRUE #> #> $`intraventricular meningioma`$children #> list() #> #> $`intraventricular meningioma`$value #> [1] "intraventricular meningioma" #> #> #> $`intrinsic asthma` #> $`intrinsic asthma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9360" #> #> $`intrinsic asthma`$`_id` #> [1] "DOID_9360<DOID_2841<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`intrinsic asthma`$privateGeneCount #> [1] 0 #> #> $`intrinsic asthma`$publicGeneCount #> [1] 3 #> #> $`intrinsic asthma`$urlId #> [1] "DOID_9360" #> #> $`intrinsic asthma`$dbPhenotype #> [1] TRUE #> #> $`intrinsic asthma`$`_parent` #> [1] "DOID_2841<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`intrinsic asthma`$`_is_leaf` #> [1] TRUE #> #> $`intrinsic asthma`$children #> list() #> #> $`intrinsic asthma`$value #> [1] "intrinsic asthma" #> #> #> $`intrinsic cardiomyopathy` #> $`intrinsic cardiomyopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060036" #> #> $`intrinsic cardiomyopathy`$`_id` #> [1] "DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`intrinsic cardiomyopathy`$privateGeneCount #> [1] 0 #> #> $`intrinsic cardiomyopathy`$publicGeneCount #> [1] 178 #> #> $`intrinsic cardiomyopathy`$urlId #> [1] "DOID_0060036" #> #> $`intrinsic cardiomyopathy`$dbPhenotype #> [1] FALSE #> #> $`intrinsic cardiomyopathy`$`_parent` #> [1] "DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`intrinsic cardiomyopathy`$`_is_leaf` #> [1] FALSE #> #> $`intrinsic cardiomyopathy`$children #> $`intrinsic cardiomyopathy`$children[[1]] #> [1] "DOID_0050431<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`intrinsic cardiomyopathy`$children[[2]] #> [1] "DOID_12930<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`intrinsic cardiomyopathy`$children[[3]] #> [1] "DOID_11984<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`intrinsic cardiomyopathy`$children[[4]] #> [1] "DOID_0060480<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`intrinsic cardiomyopathy`$children[[5]] #> [1] "DOID_2843<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`intrinsic cardiomyopathy`$children[[6]] #> [1] "DOID_397<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`intrinsic cardiomyopathy`$value #> [1] "intrinsic cardiomyopathy" #> #> #> $`invasive ductal carcinoma` #> $`invasive ductal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3008" #> #> $`invasive ductal carcinoma`$`_id` #> [1] "DOID_3008<DOID_3007<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`invasive ductal carcinoma`$privateGeneCount #> [1] 0 #> #> $`invasive ductal carcinoma`$publicGeneCount #> [1] 42 #> #> $`invasive ductal carcinoma`$urlId #> [1] "DOID_3008" #> #> $`invasive ductal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`invasive ductal carcinoma`$`_parent` #> [1] "DOID_3007<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`invasive ductal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`invasive ductal carcinoma`$children #> list() #> #> $`invasive ductal carcinoma`$value #> [1] "invasive ductal carcinoma" #> #> #> $`invasive ductal carcinoma` #> $`invasive ductal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3008" #> #> $`invasive ductal carcinoma`$`_id` #> [1] "DOID_3008<DOID_3007<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`invasive ductal carcinoma`$privateGeneCount #> [1] 0 #> #> $`invasive ductal carcinoma`$publicGeneCount #> [1] 42 #> #> $`invasive ductal carcinoma`$urlId #> [1] "DOID_3008" #> #> $`invasive ductal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`invasive ductal carcinoma`$`_parent` #> [1] "DOID_3007<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`invasive ductal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`invasive ductal carcinoma`$children #> list() #> #> $`invasive ductal carcinoma`$value #> [1] "invasive ductal carcinoma" #> #> #> $`invasive ductal carcinoma` #> $`invasive ductal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3008" #> #> $`invasive ductal carcinoma`$`_id` #> [1] "DOID_3008<DOID_3007<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`invasive ductal carcinoma`$privateGeneCount #> [1] 0 #> #> $`invasive ductal carcinoma`$publicGeneCount #> [1] 42 #> #> $`invasive ductal carcinoma`$urlId #> [1] "DOID_3008" #> #> $`invasive ductal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`invasive ductal carcinoma`$`_parent` #> [1] "DOID_3007<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`invasive ductal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`invasive ductal carcinoma`$children #> list() #> #> $`invasive ductal carcinoma`$value #> [1] "invasive ductal carcinoma" #> #> #> $`invasive lobular carcinoma` #> $`invasive lobular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3457" #> #> $`invasive lobular carcinoma`$`_id` #> [1] "DOID_3457<DOID_0050938<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`invasive lobular carcinoma`$privateGeneCount #> [1] 0 #> #> $`invasive lobular carcinoma`$publicGeneCount #> [1] 10 #> #> $`invasive lobular carcinoma`$urlId #> [1] "DOID_3457" #> #> $`invasive lobular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`invasive lobular carcinoma`$`_parent` #> [1] "DOID_0050938<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`invasive lobular carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`invasive lobular carcinoma`$children #> list() #> #> $`invasive lobular carcinoma`$value #> [1] "invasive lobular carcinoma" #> #> #> $`invasive lobular carcinoma` #> $`invasive lobular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3457" #> #> $`invasive lobular carcinoma`$`_id` #> [1] "DOID_3457<DOID_0050938<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`invasive lobular carcinoma`$privateGeneCount #> [1] 0 #> #> $`invasive lobular carcinoma`$publicGeneCount #> [1] 10 #> #> $`invasive lobular carcinoma`$urlId #> [1] "DOID_3457" #> #> $`invasive lobular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`invasive lobular carcinoma`$`_parent` #> [1] "DOID_0050938<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`invasive lobular carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`invasive lobular carcinoma`$children #> list() #> #> $`invasive lobular carcinoma`$value #> [1] "invasive lobular carcinoma" #> #> #> $`invasive lobular carcinoma` #> $`invasive lobular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3457" #> #> $`invasive lobular carcinoma`$`_id` #> [1] "DOID_3457<DOID_0050938<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`invasive lobular carcinoma`$privateGeneCount #> [1] 0 #> #> $`invasive lobular carcinoma`$publicGeneCount #> [1] 10 #> #> $`invasive lobular carcinoma`$urlId #> [1] "DOID_3457" #> #> $`invasive lobular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`invasive lobular carcinoma`$`_parent` #> [1] "DOID_0050938<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`invasive lobular carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`invasive lobular carcinoma`$children #> list() #> #> $`invasive lobular carcinoma`$value #> [1] "invasive lobular carcinoma" #> #> #> $`inverted papilloma` #> $`inverted papilloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3179" #> #> $`inverted papilloma`$`_id` #> [1] "DOID_3179<DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`inverted papilloma`$privateGeneCount #> [1] 0 #> #> $`inverted papilloma`$publicGeneCount #> [1] 3 #> #> $`inverted papilloma`$urlId #> [1] "DOID_3179" #> #> $`inverted papilloma`$dbPhenotype #> [1] TRUE #> #> $`inverted papilloma`$`_parent` #> [1] "DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`inverted papilloma`$`_is_leaf` #> [1] TRUE #> #> $`inverted papilloma`$children #> list() #> #> $`inverted papilloma`$value #> [1] "inverted papilloma" #> #> #> $`Involuntary movements` #> $`Involuntary movements`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004305" #> #> $`Involuntary movements`$`_id` #> [1] "HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Involuntary movements`$privateGeneCount #> [1] 0 #> #> $`Involuntary movements`$publicGeneCount #> [1] 20 #> #> $`Involuntary movements`$urlId #> [1] "HP_0004305" #> #> $`Involuntary movements`$dbPhenotype #> [1] FALSE #> #> $`Involuntary movements`$`_parent` #> [1] "HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Involuntary movements`$`_is_leaf` #> [1] FALSE #> #> $`Involuntary movements`$children #> $`Involuntary movements`$children[[1]] #> [1] "HP_0002072<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Involuntary movements`$children[[2]] #> [1] "HP_0002380<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Involuntary movements`$children[[3]] #> [1] "HP_0001336<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Involuntary movements`$children[[4]] #> [1] "HP_0100033<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Involuntary movements`$children[[5]] #> [1] "HP_0001337<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Involuntary movements`$value #> [1] "Involuntary movements" #> #> #> $iridocyclitis #> $iridocyclitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9383" #> #> $iridocyclitis$`_id` #> [1] "DOID_9383<DOID_1407<DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $iridocyclitis$privateGeneCount #> [1] 0 #> #> $iridocyclitis$publicGeneCount #> [1] 4 #> #> $iridocyclitis$urlId #> [1] "DOID_9383" #> #> $iridocyclitis$dbPhenotype #> [1] TRUE #> #> $iridocyclitis$`_parent` #> [1] "DOID_1407<DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $iridocyclitis$`_is_leaf` #> [1] TRUE #> #> $iridocyclitis$children #> list() #> #> $iridocyclitis$value #> [1] "iridocyclitis" #> #> #> $`iridogoniodysgenesis syndrome` #> $`iridogoniodysgenesis syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050786" #> #> $`iridogoniodysgenesis syndrome`$`_id` #> [1] "DOID_0050786<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`iridogoniodysgenesis syndrome`$privateGeneCount #> [1] 0 #> #> $`iridogoniodysgenesis syndrome`$publicGeneCount #> [1] 2 #> #> $`iridogoniodysgenesis syndrome`$urlId #> [1] "DOID_0050786" #> #> $`iridogoniodysgenesis syndrome`$dbPhenotype #> [1] TRUE #> #> $`iridogoniodysgenesis syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`iridogoniodysgenesis syndrome`$`_is_leaf` #> [1] TRUE #> #> $`iridogoniodysgenesis syndrome`$children #> list() #> #> $`iridogoniodysgenesis syndrome`$value #> [1] "iridogoniodysgenesis syndrome" #> #> #> $`iridogoniodysgenesis syndrome` #> $`iridogoniodysgenesis syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050786" #> #> $`iridogoniodysgenesis syndrome`$`_id` #> [1] "DOID_0050786<DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`iridogoniodysgenesis syndrome`$privateGeneCount #> [1] 0 #> #> $`iridogoniodysgenesis syndrome`$publicGeneCount #> [1] 2 #> #> $`iridogoniodysgenesis syndrome`$urlId #> [1] "DOID_0050786" #> #> $`iridogoniodysgenesis syndrome`$dbPhenotype #> [1] TRUE #> #> $`iridogoniodysgenesis syndrome`$`_parent` #> [1] "DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`iridogoniodysgenesis syndrome`$`_is_leaf` #> [1] TRUE #> #> $`iridogoniodysgenesis syndrome`$children #> list() #> #> $`iridogoniodysgenesis syndrome`$value #> [1] "iridogoniodysgenesis syndrome" #> #> #> $`iris disease` #> $`iris disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_240" #> #> $`iris disease`$`_id` #> [1] "DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`iris disease`$privateGeneCount #> [1] 0 #> #> $`iris disease`$publicGeneCount #> [1] 19 #> #> $`iris disease`$urlId #> [1] "DOID_240" #> #> $`iris disease`$dbPhenotype #> [1] FALSE #> #> $`iris disease`$`_parent` #> [1] "DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`iris disease`$`_is_leaf` #> [1] FALSE #> #> $`iris disease`$children #> $`iris disease`$children[[1]] #> [1] "DOID_12271<DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`iris disease`$children[[2]] #> [1] "DOID_13641<DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`iris disease`$children[[3]] #> [1] "DOID_0050786<DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`iris disease`$value #> [1] "iris disease" #> #> #> $`Iris hypopigmentation` #> $`Iris hypopigmentation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007730" #> #> $`Iris hypopigmentation`$`_id` #> [1] "HP_0007730<HP_0008034<HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Iris hypopigmentation`$privateGeneCount #> [1] 0 #> #> $`Iris hypopigmentation`$publicGeneCount #> [1] 1 #> #> $`Iris hypopigmentation`$urlId #> [1] "HP_0007730" #> #> $`Iris hypopigmentation`$dbPhenotype #> [1] FALSE #> #> $`Iris hypopigmentation`$`_parent` #> [1] "HP_0008034<HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Iris hypopigmentation`$`_is_leaf` #> [1] FALSE #> #> $`Iris hypopigmentation`$children #> $`Iris hypopigmentation`$children[[1]] #> [1] "HP_0001107<HP_0007730<HP_0008034<HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Iris hypopigmentation`$value #> [1] "Iris hypopigmentation" #> #> #> $`Iris hypopigmentation` #> $`Iris hypopigmentation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007730" #> #> $`Iris hypopigmentation`$`_id` #> [1] "HP_0007730<HP_0008034<HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Iris hypopigmentation`$privateGeneCount #> [1] 0 #> #> $`Iris hypopigmentation`$publicGeneCount #> [1] 1 #> #> $`Iris hypopigmentation`$urlId #> [1] "HP_0007730" #> #> $`Iris hypopigmentation`$dbPhenotype #> [1] FALSE #> #> $`Iris hypopigmentation`$`_parent` #> [1] "HP_0008034<HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Iris hypopigmentation`$`_is_leaf` #> [1] FALSE #> #> $`Iris hypopigmentation`$children #> $`Iris hypopigmentation`$children[[1]] #> [1] "HP_0001107<HP_0007730<HP_0008034<HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Iris hypopigmentation`$value #> [1] "Iris hypopigmentation" #> #> #> $`iron deficiency anemia` #> $`iron deficiency anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11758" #> #> $`iron deficiency anemia`$`_id` #> [1] "DOID_11758<DOID_5113<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`iron deficiency anemia`$privateGeneCount #> [1] 0 #> #> $`iron deficiency anemia`$publicGeneCount #> [1] 5 #> #> $`iron deficiency anemia`$urlId #> [1] "DOID_11758" #> #> $`iron deficiency anemia`$dbPhenotype #> [1] TRUE #> #> $`iron deficiency anemia`$`_parent` #> [1] "DOID_5113<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`iron deficiency anemia`$`_is_leaf` #> [1] TRUE #> #> $`iron deficiency anemia`$children #> list() #> #> $`iron deficiency anemia`$value #> [1] "iron deficiency anemia" #> #> #> $`iron metabolism disease` #> $`iron metabolism disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2351" #> #> $`iron metabolism disease`$`_id` #> [1] "DOID_2351<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`iron metabolism disease`$privateGeneCount #> [1] 0 #> #> $`iron metabolism disease`$publicGeneCount #> [1] 12 #> #> $`iron metabolism disease`$urlId #> [1] "DOID_2351" #> #> $`iron metabolism disease`$dbPhenotype #> [1] TRUE #> #> $`iron metabolism disease`$`_parent` #> [1] "DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`iron metabolism disease`$`_is_leaf` #> [1] FALSE #> #> $`iron metabolism disease`$children #> $`iron metabolism disease`$children[[1]] #> [1] "DOID_0050711<DOID_2351<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`iron metabolism disease`$children[[2]] #> [1] "DOID_12119<DOID_2351<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`iron metabolism disease`$value #> [1] "iron metabolism disease" #> #> #> $`Irregular menstruation` #> $`Irregular menstruation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000858" #> #> $`Irregular menstruation`$`_id` #> [1] "HP_0000858<HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Irregular menstruation`$privateGeneCount #> [1] 0 #> #> $`Irregular menstruation`$publicGeneCount #> [1] 3 #> #> $`Irregular menstruation`$urlId #> [1] "HP_0000858" #> #> $`Irregular menstruation`$dbPhenotype #> [1] FALSE #> #> $`Irregular menstruation`$`_parent` #> [1] "HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Irregular menstruation`$`_is_leaf` #> [1] FALSE #> #> $`Irregular menstruation`$children #> $`Irregular menstruation`$children[[1]] #> [1] "HP_0100607<HP_0000858<HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Irregular menstruation`$value #> [1] "Irregular menstruation" #> #> #> $`irritable bowel syndrome` #> $`irritable bowel syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9778" #> #> $`irritable bowel syndrome`$`_id` #> [1] "DOID_9778<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`irritable bowel syndrome`$privateGeneCount #> [1] 0 #> #> $`irritable bowel syndrome`$publicGeneCount #> [1] 3 #> #> $`irritable bowel syndrome`$urlId #> [1] "DOID_9778" #> #> $`irritable bowel syndrome`$dbPhenotype #> [1] TRUE #> #> $`irritable bowel syndrome`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`irritable bowel syndrome`$`_is_leaf` #> [1] TRUE #> #> $`irritable bowel syndrome`$children #> list() #> #> $`irritable bowel syndrome`$value #> [1] "irritable bowel syndrome" #> #> #> $`irritant dermatitis` #> $`irritant dermatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2772" #> #> $`irritant dermatitis`$`_id` #> [1] "DOID_2772<DOID_2773<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`irritant dermatitis`$privateGeneCount #> [1] 0 #> #> $`irritant dermatitis`$publicGeneCount #> [1] 1 #> #> $`irritant dermatitis`$urlId #> [1] "DOID_2772" #> #> $`irritant dermatitis`$dbPhenotype #> [1] TRUE #> #> $`irritant dermatitis`$`_parent` #> [1] "DOID_2773<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`irritant dermatitis`$`_is_leaf` #> [1] TRUE #> #> $`irritant dermatitis`$children #> list() #> #> $`irritant dermatitis`$value #> [1] "irritant dermatitis" #> #> #> $ischemia #> $ischemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_326" #> #> $ischemia$`_id` #> [1] "DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $ischemia$privateGeneCount #> [1] 0 #> #> $ischemia$publicGeneCount #> [1] 117 #> #> $ischemia$urlId #> [1] "DOID_326" #> #> $ischemia$dbPhenotype #> [1] TRUE #> #> $ischemia$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $ischemia$`_is_leaf` #> [1] FALSE #> #> $ischemia$children #> $ischemia$children[[1]] #> [1] "DOID_2316<DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $ischemia$children[[2]] #> [1] "DOID_682<DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $ischemia$value #> [1] "ischemia" #> #> #> $`ischemic bone disease` #> $`ischemic bone disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080008" #> #> $`ischemic bone disease`$`_id` #> [1] "DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`ischemic bone disease`$privateGeneCount #> [1] 0 #> #> $`ischemic bone disease`$publicGeneCount #> [1] 9 #> #> $`ischemic bone disease`$urlId #> [1] "DOID_0080008" #> #> $`ischemic bone disease`$dbPhenotype #> [1] FALSE #> #> $`ischemic bone disease`$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`ischemic bone disease`$`_is_leaf` #> [1] FALSE #> #> $`ischemic bone disease`$children #> $`ischemic bone disease`$children[[1]] #> [1] "DOID_84<DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`ischemic bone disease`$children[[2]] #> [1] "DOID_8125<DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`ischemic bone disease`$children[[3]] #> [1] "DOID_10159<DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`ischemic bone disease`$value #> [1] "ischemic bone disease" #> #> #> $`ischemic colitis` #> $`ischemic colitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060181" #> #> $`ischemic colitis`$`_id` #> [1] "DOID_0060181<DOID_0060180<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`ischemic colitis`$privateGeneCount #> [1] 0 #> #> $`ischemic colitis`$publicGeneCount #> [1] 1 #> #> $`ischemic colitis`$urlId #> [1] "DOID_0060181" #> #> $`ischemic colitis`$dbPhenotype #> [1] TRUE #> #> $`ischemic colitis`$`_parent` #> [1] "DOID_0060180<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`ischemic colitis`$`_is_leaf` #> [1] TRUE #> #> $`ischemic colitis`$children #> list() #> #> $`ischemic colitis`$value #> [1] "ischemic colitis" #> #> #> $`Ischemic stroke` #> $`Ischemic stroke`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002140" #> #> $`Ischemic stroke`$`_id` #> [1] "HP_0002140<HP_0001297<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$privateGeneCount #> [1] 0 #> #> $`Ischemic stroke`$publicGeneCount #> [1] 3 #> #> $`Ischemic stroke`$urlId #> [1] "HP_0002140" #> #> $`Ischemic stroke`$dbPhenotype #> [1] TRUE #> #> $`Ischemic stroke`$`_parent` #> [1] "HP_0001297<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$`_is_leaf` #> [1] TRUE #> #> $`Ischemic stroke`$children #> list() #> #> $`Ischemic stroke`$value #> [1] "Ischemic stroke" #> #> #> $`Ischemic stroke` #> $`Ischemic stroke`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002140" #> #> $`Ischemic stroke`$`_id` #> [1] "HP_0002140<HP_0001297<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$privateGeneCount #> [1] 0 #> #> $`Ischemic stroke`$publicGeneCount #> [1] 3 #> #> $`Ischemic stroke`$urlId #> [1] "HP_0002140" #> #> $`Ischemic stroke`$dbPhenotype #> [1] TRUE #> #> $`Ischemic stroke`$`_parent` #> [1] "HP_0001297<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$`_is_leaf` #> [1] TRUE #> #> $`Ischemic stroke`$children #> list() #> #> $`Ischemic stroke`$value #> [1] "Ischemic stroke" #> #> #> $`Ischemic stroke` #> $`Ischemic stroke`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002140" #> #> $`Ischemic stroke`$`_id` #> [1] "HP_0002140<HP_0002637<HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$privateGeneCount #> [1] 0 #> #> $`Ischemic stroke`$publicGeneCount #> [1] 3 #> #> $`Ischemic stroke`$urlId #> [1] "HP_0002140" #> #> $`Ischemic stroke`$dbPhenotype #> [1] TRUE #> #> $`Ischemic stroke`$`_parent` #> [1] "HP_0002637<HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$`_is_leaf` #> [1] TRUE #> #> $`Ischemic stroke`$children #> list() #> #> $`Ischemic stroke`$value #> [1] "Ischemic stroke" #> #> #> $`Ischemic stroke` #> $`Ischemic stroke`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002140" #> #> $`Ischemic stroke`$`_id` #> [1] "HP_0002140<HP_0002637<HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$privateGeneCount #> [1] 0 #> #> $`Ischemic stroke`$publicGeneCount #> [1] 3 #> #> $`Ischemic stroke`$urlId #> [1] "HP_0002140" #> #> $`Ischemic stroke`$dbPhenotype #> [1] TRUE #> #> $`Ischemic stroke`$`_parent` #> [1] "HP_0002637<HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$`_is_leaf` #> [1] TRUE #> #> $`Ischemic stroke`$children #> list() #> #> $`Ischemic stroke`$value #> [1] "Ischemic stroke" #> #> #> $`Ischemic stroke` #> $`Ischemic stroke`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002140" #> #> $`Ischemic stroke`$`_id` #> [1] "HP_0002140<HP_0002637<HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$privateGeneCount #> [1] 0 #> #> $`Ischemic stroke`$publicGeneCount #> [1] 3 #> #> $`Ischemic stroke`$urlId #> [1] "HP_0002140" #> #> $`Ischemic stroke`$dbPhenotype #> [1] TRUE #> #> $`Ischemic stroke`$`_parent` #> [1] "HP_0002637<HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$`_is_leaf` #> [1] TRUE #> #> $`Ischemic stroke`$children #> list() #> #> $`Ischemic stroke`$value #> [1] "Ischemic stroke" #> #> #> $`Ischemic stroke` #> $`Ischemic stroke`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002140" #> #> $`Ischemic stroke`$`_id` #> [1] "HP_0002140<HP_0002637<HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$privateGeneCount #> [1] 0 #> #> $`Ischemic stroke`$publicGeneCount #> [1] 3 #> #> $`Ischemic stroke`$urlId #> [1] "HP_0002140" #> #> $`Ischemic stroke`$dbPhenotype #> [1] TRUE #> #> $`Ischemic stroke`$`_parent` #> [1] "HP_0002637<HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$`_is_leaf` #> [1] TRUE #> #> $`Ischemic stroke`$children #> list() #> #> $`Ischemic stroke`$value #> [1] "Ischemic stroke" #> #> #> $`Ischemic stroke` #> $`Ischemic stroke`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002140" #> #> $`Ischemic stroke`$`_id` #> [1] "HP_0002140<HP_0002637<HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$privateGeneCount #> [1] 0 #> #> $`Ischemic stroke`$publicGeneCount #> [1] 3 #> #> $`Ischemic stroke`$urlId #> [1] "HP_0002140" #> #> $`Ischemic stroke`$dbPhenotype #> [1] TRUE #> #> $`Ischemic stroke`$`_parent` #> [1] "HP_0002637<HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$`_is_leaf` #> [1] TRUE #> #> $`Ischemic stroke`$children #> list() #> #> $`Ischemic stroke`$value #> [1] "Ischemic stroke" #> #> #> $`Ischemic stroke` #> $`Ischemic stroke`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002140" #> #> $`Ischemic stroke`$`_id` #> [1] "HP_0002140<HP_0002637<HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$privateGeneCount #> [1] 0 #> #> $`Ischemic stroke`$publicGeneCount #> [1] 3 #> #> $`Ischemic stroke`$urlId #> [1] "HP_0002140" #> #> $`Ischemic stroke`$dbPhenotype #> [1] TRUE #> #> $`Ischemic stroke`$`_parent` #> [1] "HP_0002637<HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$`_is_leaf` #> [1] TRUE #> #> $`Ischemic stroke`$children #> list() #> #> $`Ischemic stroke`$value #> [1] "Ischemic stroke" #> #> #> $`islet cell tumor` #> $`islet cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1799" #> #> $`islet cell tumor`$`_id` #> [1] "DOID_1799<DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`islet cell tumor`$privateGeneCount #> [1] 0 #> #> $`islet cell tumor`$publicGeneCount #> [1] 2 #> #> $`islet cell tumor`$urlId #> [1] "DOID_1799" #> #> $`islet cell tumor`$dbPhenotype #> [1] FALSE #> #> $`islet cell tumor`$`_parent` #> [1] "DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`islet cell tumor`$`_is_leaf` #> [1] FALSE #> #> $`islet cell tumor`$children #> $`islet cell tumor`$children[[1]] #> [1] "DOID_1798<DOID_1799<DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`islet cell tumor`$value #> [1] "islet cell tumor" #> #> #> $`islet cell tumor` #> $`islet cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1799" #> #> $`islet cell tumor`$`_id` #> [1] "DOID_1799<DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`islet cell tumor`$privateGeneCount #> [1] 0 #> #> $`islet cell tumor`$publicGeneCount #> [1] 2 #> #> $`islet cell tumor`$urlId #> [1] "DOID_1799" #> #> $`islet cell tumor`$dbPhenotype #> [1] FALSE #> #> $`islet cell tumor`$`_parent` #> [1] "DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`islet cell tumor`$`_is_leaf` #> [1] FALSE #> #> $`islet cell tumor`$children #> $`islet cell tumor`$children[[1]] #> [1] "DOID_1798<DOID_1799<DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> #> $`islet cell tumor`$value #> [1] "islet cell tumor" #> #> #> $Isomerism #> $Isomerism$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031853" #> #> $Isomerism$`_id` #> [1] "HP_0031853<HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> $Isomerism$privateGeneCount #> [1] 0 #> #> $Isomerism$publicGeneCount #> [1] 1 #> #> $Isomerism$urlId #> [1] "HP_0031853" #> #> $Isomerism$dbPhenotype #> [1] FALSE #> #> $Isomerism$`_parent` #> [1] "HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> $Isomerism$`_is_leaf` #> [1] FALSE #> #> $Isomerism$children #> $Isomerism$children[[1]] #> [1] "HP_0031855<HP_0031853<HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> #> $Isomerism$value #> [1] "Isomerism" #> #> #> $`isovaleric acidemia` #> $`isovaleric acidemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14753" #> #> $`isovaleric acidemia`$`_id` #> [1] "DOID_14753<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`isovaleric acidemia`$privateGeneCount #> [1] 0 #> #> $`isovaleric acidemia`$publicGeneCount #> [1] 1 #> #> $`isovaleric acidemia`$urlId #> [1] "DOID_14753" #> #> $`isovaleric acidemia`$dbPhenotype #> [1] TRUE #> #> $`isovaleric acidemia`$`_parent` #> [1] "DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`isovaleric acidemia`$`_is_leaf` #> [1] TRUE #> #> $`isovaleric acidemia`$children #> list() #> #> $`isovaleric acidemia`$value #> [1] "isovaleric acidemia" #> #> #> $`Jansen's metaphyseal chondrodysplasia` #> $`Jansen's metaphyseal chondrodysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080020" #> #> $`Jansen's metaphyseal chondrodysplasia`$`_id` #> [1] "DOID_0080020<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Jansen's metaphyseal chondrodysplasia`$privateGeneCount #> [1] 0 #> #> $`Jansen's metaphyseal chondrodysplasia`$publicGeneCount #> [1] 1 #> #> $`Jansen's metaphyseal chondrodysplasia`$urlId #> [1] "DOID_0080020" #> #> $`Jansen's metaphyseal chondrodysplasia`$dbPhenotype #> [1] TRUE #> #> $`Jansen's metaphyseal chondrodysplasia`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Jansen's metaphyseal chondrodysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Jansen's metaphyseal chondrodysplasia`$children #> list() #> #> $`Jansen's metaphyseal chondrodysplasia`$value #> [1] "Jansen's metaphyseal chondrodysplasia" #> #> #> $`Jansen's metaphyseal chondrodysplasia` #> $`Jansen's metaphyseal chondrodysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080020" #> #> $`Jansen's metaphyseal chondrodysplasia`$`_id` #> [1] "DOID_0080020<DOID_0080019<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Jansen's metaphyseal chondrodysplasia`$privateGeneCount #> [1] 0 #> #> $`Jansen's metaphyseal chondrodysplasia`$publicGeneCount #> [1] 1 #> #> $`Jansen's metaphyseal chondrodysplasia`$urlId #> [1] "DOID_0080020" #> #> $`Jansen's metaphyseal chondrodysplasia`$dbPhenotype #> [1] TRUE #> #> $`Jansen's metaphyseal chondrodysplasia`$`_parent` #> [1] "DOID_0080019<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Jansen's metaphyseal chondrodysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Jansen's metaphyseal chondrodysplasia`$children #> list() #> #> $`Jansen's metaphyseal chondrodysplasia`$value #> [1] "Jansen's metaphyseal chondrodysplasia" #> #> #> $Jaundice #> $Jaundice$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000952" #> #> $Jaundice$`_id` #> [1] "HP_0000952<HP_0001005<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Jaundice$privateGeneCount #> [1] 0 #> #> $Jaundice$publicGeneCount #> [1] 2 #> #> $Jaundice$urlId #> [1] "HP_0000952" #> #> $Jaundice$dbPhenotype #> [1] TRUE #> #> $Jaundice$`_parent` #> [1] "HP_0001005<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Jaundice$`_is_leaf` #> [1] TRUE #> #> $Jaundice$children #> list() #> #> $Jaundice$value #> [1] "Jaundice" #> #> #> $Jaundice #> $Jaundice$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000952" #> #> $Jaundice$`_id` #> [1] "HP_0000952<HP_0001396<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Jaundice$privateGeneCount #> [1] 0 #> #> $Jaundice$publicGeneCount #> [1] 2 #> #> $Jaundice$urlId #> [1] "HP_0000952" #> #> $Jaundice$dbPhenotype #> [1] TRUE #> #> $Jaundice$`_parent` #> [1] "HP_0001396<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Jaundice$`_is_leaf` #> [1] TRUE #> #> $Jaundice$children #> list() #> #> $Jaundice$value #> [1] "Jaundice" #> #> #> $`jaw cancer` #> $`jaw cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1862" #> #> $`jaw cancer`$`_id` #> [1] "DOID_1862<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`jaw cancer`$privateGeneCount #> [1] 0 #> #> $`jaw cancer`$publicGeneCount #> [1] 2 #> #> $`jaw cancer`$urlId #> [1] "DOID_1862" #> #> $`jaw cancer`$dbPhenotype #> [1] FALSE #> #> $`jaw cancer`$`_parent` #> [1] "DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`jaw cancer`$`_is_leaf` #> [1] FALSE #> #> $`jaw cancer`$children #> $`jaw cancer`$children[[1]] #> [1] "DOID_2338<DOID_1862<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`jaw cancer`$children[[2]] #> [1] "DOID_4618<DOID_1862<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`jaw cancer`$value #> [1] "jaw cancer" #> #> #> $`jaw cancer` #> $`jaw cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1862" #> #> $`jaw cancer`$`_id` #> [1] "DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`jaw cancer`$privateGeneCount #> [1] 0 #> #> $`jaw cancer`$publicGeneCount #> [1] 2 #> #> $`jaw cancer`$urlId #> [1] "DOID_1862" #> #> $`jaw cancer`$dbPhenotype #> [1] FALSE #> #> $`jaw cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`jaw cancer`$`_is_leaf` #> [1] FALSE #> #> $`jaw cancer`$children #> $`jaw cancer`$children[[1]] #> [1] "DOID_2338<DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`jaw cancer`$children[[2]] #> [1] "DOID_4618<DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`jaw cancer`$value #> [1] "jaw cancer" #> #> #> $`jaw cancer` #> $`jaw cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1862" #> #> $`jaw cancer`$`_id` #> [1] "DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`jaw cancer`$privateGeneCount #> [1] 0 #> #> $`jaw cancer`$publicGeneCount #> [1] 2 #> #> $`jaw cancer`$urlId #> [1] "DOID_1862" #> #> $`jaw cancer`$dbPhenotype #> [1] FALSE #> #> $`jaw cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`jaw cancer`$`_is_leaf` #> [1] FALSE #> #> $`jaw cancer`$children #> $`jaw cancer`$children[[1]] #> [1] "DOID_2338<DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`jaw cancer`$children[[2]] #> [1] "DOID_4618<DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`jaw cancer`$value #> [1] "jaw cancer" #> #> #> $`jaw cancer` #> $`jaw cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1862" #> #> $`jaw cancer`$`_id` #> [1] "DOID_1862<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`jaw cancer`$privateGeneCount #> [1] 0 #> #> $`jaw cancer`$publicGeneCount #> [1] 2 #> #> $`jaw cancer`$urlId #> [1] "DOID_1862" #> #> $`jaw cancer`$dbPhenotype #> [1] FALSE #> #> $`jaw cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`jaw cancer`$`_is_leaf` #> [1] FALSE #> #> $`jaw cancer`$children #> $`jaw cancer`$children[[1]] #> [1] "DOID_2338<DOID_1862<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`jaw cancer`$children[[2]] #> [1] "DOID_4618<DOID_1862<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`jaw cancer`$value #> [1] "jaw cancer" #> #> #> $`Jervell-Lange Nielsen syndrome` #> $`Jervell-Lange Nielsen syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2842" #> #> $`Jervell-Lange Nielsen syndrome`$`_id` #> [1] "DOID_2842<DOID_2843<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`Jervell-Lange Nielsen syndrome`$privateGeneCount #> [1] 0 #> #> $`Jervell-Lange Nielsen syndrome`$publicGeneCount #> [1] 2 #> #> $`Jervell-Lange Nielsen syndrome`$urlId #> [1] "DOID_2842" #> #> $`Jervell-Lange Nielsen syndrome`$dbPhenotype #> [1] TRUE #> #> $`Jervell-Lange Nielsen syndrome`$`_parent` #> [1] "DOID_2843<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`Jervell-Lange Nielsen syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Jervell-Lange Nielsen syndrome`$children #> list() #> #> $`Jervell-Lange Nielsen syndrome`$value #> [1] "Jervell-Lange Nielsen syndrome" #> #> #> $`Johanson-Blizzard syndrome` #> $`Johanson-Blizzard syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14694" #> #> $`Johanson-Blizzard syndrome`$`_id` #> [1] "DOID_14694<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Johanson-Blizzard syndrome`$privateGeneCount #> [1] 0 #> #> $`Johanson-Blizzard syndrome`$publicGeneCount #> [1] 1 #> #> $`Johanson-Blizzard syndrome`$urlId #> [1] "DOID_14694" #> #> $`Johanson-Blizzard syndrome`$dbPhenotype #> [1] TRUE #> #> $`Johanson-Blizzard syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Johanson-Blizzard syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Johanson-Blizzard syndrome`$children #> list() #> #> $`Johanson-Blizzard syndrome`$value #> [1] "Johanson-Blizzard syndrome" #> #> #> $`Johanson-Blizzard syndrome` #> $`Johanson-Blizzard syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14694" #> #> $`Johanson-Blizzard syndrome`$`_id` #> [1] "DOID_14694<DOID_225<DOID_4" #> #> $`Johanson-Blizzard syndrome`$privateGeneCount #> [1] 0 #> #> $`Johanson-Blizzard syndrome`$publicGeneCount #> [1] 1 #> #> $`Johanson-Blizzard syndrome`$urlId #> [1] "DOID_14694" #> #> $`Johanson-Blizzard syndrome`$dbPhenotype #> [1] TRUE #> #> $`Johanson-Blizzard syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Johanson-Blizzard syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Johanson-Blizzard syndrome`$children #> list() #> #> $`Johanson-Blizzard syndrome`$value #> [1] "Johanson-Blizzard syndrome" #> #> #> $`Joint dislocation` #> $`Joint dislocation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001373" #> #> $`Joint dislocation`$`_id` #> [1] "HP_0001373<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Joint dislocation`$privateGeneCount #> [1] 0 #> #> $`Joint dislocation`$publicGeneCount #> [1] 2 #> #> $`Joint dislocation`$urlId #> [1] "HP_0001373" #> #> $`Joint dislocation`$dbPhenotype #> [1] TRUE #> #> $`Joint dislocation`$`_parent` #> [1] "HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Joint dislocation`$`_is_leaf` #> [1] FALSE #> #> $`Joint dislocation`$children #> $`Joint dislocation`$children[[1]] #> [1] "HP_0030311<HP_0001373<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Joint dislocation`$value #> [1] "Joint dislocation" #> #> #> $`Joubert syndrome` #> $`Joubert syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050777" #> #> $`Joubert syndrome`$`_id` #> [1] "DOID_0050777<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`Joubert syndrome`$privateGeneCount #> [1] 0 #> #> $`Joubert syndrome`$publicGeneCount #> [1] 23 #> #> $`Joubert syndrome`$urlId #> [1] "DOID_0050777" #> #> $`Joubert syndrome`$dbPhenotype #> [1] TRUE #> #> $`Joubert syndrome`$`_parent` #> [1] "DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`Joubert syndrome`$`_is_leaf` #> [1] FALSE #> #> $`Joubert syndrome`$children #> $`Joubert syndrome`$children[[1]] #> [1] "DOID_0060376<DOID_0050777<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> #> $`Joubert syndrome`$value #> [1] "Joubert syndrome" #> #> #> $`Joubert syndrome` #> $`Joubert syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050777" #> #> $`Joubert syndrome`$`_id` #> [1] "DOID_0050777<DOID_0060340<DOID_225<DOID_4" #> #> $`Joubert syndrome`$privateGeneCount #> [1] 0 #> #> $`Joubert syndrome`$publicGeneCount #> [1] 23 #> #> $`Joubert syndrome`$urlId #> [1] "DOID_0050777" #> #> $`Joubert syndrome`$dbPhenotype #> [1] TRUE #> #> $`Joubert syndrome`$`_parent` #> [1] "DOID_0060340<DOID_225<DOID_4" #> #> $`Joubert syndrome`$`_is_leaf` #> [1] FALSE #> #> $`Joubert syndrome`$children #> $`Joubert syndrome`$children[[1]] #> [1] "DOID_0060376<DOID_0050777<DOID_0060340<DOID_225<DOID_4" #> #> #> $`Joubert syndrome`$value #> [1] "Joubert syndrome" #> #> #> $`Joubert syndrome` #> $`Joubert syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050777" #> #> $`Joubert syndrome`$`_id` #> [1] "DOID_0050777<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Joubert syndrome`$privateGeneCount #> [1] 0 #> #> $`Joubert syndrome`$publicGeneCount #> [1] 23 #> #> $`Joubert syndrome`$urlId #> [1] "DOID_0050777" #> #> $`Joubert syndrome`$dbPhenotype #> [1] TRUE #> #> $`Joubert syndrome`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Joubert syndrome`$`_is_leaf` #> [1] FALSE #> #> $`Joubert syndrome`$children #> $`Joubert syndrome`$children[[1]] #> [1] "DOID_0060376<DOID_0050777<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`Joubert syndrome`$value #> [1] "Joubert syndrome" #> #> #> $`Joubert syndrome with orofaciodigital defect` #> $`Joubert syndrome with orofaciodigital defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060376" #> #> $`Joubert syndrome with orofaciodigital defect`$`_id` #> [1] "DOID_0060376<DOID_0050777<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`Joubert syndrome with orofaciodigital defect`$privateGeneCount #> [1] 0 #> #> $`Joubert syndrome with orofaciodigital defect`$publicGeneCount #> [1] 1 #> #> $`Joubert syndrome with orofaciodigital defect`$urlId #> [1] "DOID_0060376" #> #> $`Joubert syndrome with orofaciodigital defect`$dbPhenotype #> [1] TRUE #> #> $`Joubert syndrome with orofaciodigital defect`$`_parent` #> [1] "DOID_0050777<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`Joubert syndrome with orofaciodigital defect`$`_is_leaf` #> [1] TRUE #> #> $`Joubert syndrome with orofaciodigital defect`$children #> list() #> #> $`Joubert syndrome with orofaciodigital defect`$value #> [1] "Joubert syndrome with orofaciodigital defect" #> #> #> $`Joubert syndrome with orofaciodigital defect` #> $`Joubert syndrome with orofaciodigital defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060376" #> #> $`Joubert syndrome with orofaciodigital defect`$`_id` #> [1] "DOID_0060376<DOID_0050777<DOID_0060340<DOID_225<DOID_4" #> #> $`Joubert syndrome with orofaciodigital defect`$privateGeneCount #> [1] 0 #> #> $`Joubert syndrome with orofaciodigital defect`$publicGeneCount #> [1] 1 #> #> $`Joubert syndrome with orofaciodigital defect`$urlId #> [1] "DOID_0060376" #> #> $`Joubert syndrome with orofaciodigital defect`$dbPhenotype #> [1] TRUE #> #> $`Joubert syndrome with orofaciodigital defect`$`_parent` #> [1] "DOID_0050777<DOID_0060340<DOID_225<DOID_4" #> #> $`Joubert syndrome with orofaciodigital defect`$`_is_leaf` #> [1] TRUE #> #> $`Joubert syndrome with orofaciodigital defect`$children #> list() #> #> $`Joubert syndrome with orofaciodigital defect`$value #> [1] "Joubert syndrome with orofaciodigital defect" #> #> #> $`Joubert syndrome with orofaciodigital defect` #> $`Joubert syndrome with orofaciodigital defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060376" #> #> $`Joubert syndrome with orofaciodigital defect`$`_id` #> [1] "DOID_0060376<DOID_0050777<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Joubert syndrome with orofaciodigital defect`$privateGeneCount #> [1] 0 #> #> $`Joubert syndrome with orofaciodigital defect`$publicGeneCount #> [1] 1 #> #> $`Joubert syndrome with orofaciodigital defect`$urlId #> [1] "DOID_0060376" #> #> $`Joubert syndrome with orofaciodigital defect`$dbPhenotype #> [1] TRUE #> #> $`Joubert syndrome with orofaciodigital defect`$`_parent` #> [1] "DOID_0050777<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Joubert syndrome with orofaciodigital defect`$`_is_leaf` #> [1] TRUE #> #> $`Joubert syndrome with orofaciodigital defect`$children #> list() #> #> $`Joubert syndrome with orofaciodigital defect`$value #> [1] "Joubert syndrome with orofaciodigital defect" #> #> #> $`junctional epidermolysis bullosa` #> $`junctional epidermolysis bullosa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3209" #> #> $`junctional epidermolysis bullosa`$`_id` #> [1] "DOID_3209<DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`junctional epidermolysis bullosa`$privateGeneCount #> [1] 0 #> #> $`junctional epidermolysis bullosa`$publicGeneCount #> [1] 6 #> #> $`junctional epidermolysis bullosa`$urlId #> [1] "DOID_3209" #> #> $`junctional epidermolysis bullosa`$dbPhenotype #> [1] TRUE #> #> $`junctional epidermolysis bullosa`$`_parent` #> [1] "DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`junctional epidermolysis bullosa`$`_is_leaf` #> [1] TRUE #> #> $`junctional epidermolysis bullosa`$children #> list() #> #> $`junctional epidermolysis bullosa`$value #> [1] "junctional epidermolysis bullosa" #> #> #> $`juvenile absence epilepsy` #> $`juvenile absence epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060172" #> #> $`juvenile absence epilepsy`$`_id` #> [1] "DOID_0060172<DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`juvenile absence epilepsy`$privateGeneCount #> [1] 0 #> #> $`juvenile absence epilepsy`$publicGeneCount #> [1] 21 #> #> $`juvenile absence epilepsy`$urlId #> [1] "DOID_0060172" #> #> $`juvenile absence epilepsy`$dbPhenotype #> [1] TRUE #> #> $`juvenile absence epilepsy`$`_parent` #> [1] "DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`juvenile absence epilepsy`$`_is_leaf` #> [1] TRUE #> #> $`juvenile absence epilepsy`$children #> list() #> #> $`juvenile absence epilepsy`$value #> [1] "juvenile absence epilepsy" #> #> #> $`juvenile myelomonocytic leukemia` #> $`juvenile myelomonocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050458" #> #> $`juvenile myelomonocytic leukemia`$`_id` #> [1] "DOID_0050458<DOID_4972<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`juvenile myelomonocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`juvenile myelomonocytic leukemia`$publicGeneCount #> [1] 20 #> #> $`juvenile myelomonocytic leukemia`$urlId #> [1] "DOID_0050458" #> #> $`juvenile myelomonocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`juvenile myelomonocytic leukemia`$`_parent` #> [1] "DOID_4972<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`juvenile myelomonocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`juvenile myelomonocytic leukemia`$children #> list() #> #> $`juvenile myelomonocytic leukemia`$value #> [1] "juvenile myelomonocytic leukemia" #> #> #> $`juvenile myelomonocytic leukemia` #> $`juvenile myelomonocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050458" #> #> $`juvenile myelomonocytic leukemia`$`_id` #> [1] "DOID_0050458<DOID_4972<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`juvenile myelomonocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`juvenile myelomonocytic leukemia`$publicGeneCount #> [1] 20 #> #> $`juvenile myelomonocytic leukemia`$urlId #> [1] "DOID_0050458" #> #> $`juvenile myelomonocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`juvenile myelomonocytic leukemia`$`_parent` #> [1] "DOID_4972<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`juvenile myelomonocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`juvenile myelomonocytic leukemia`$children #> list() #> #> $`juvenile myelomonocytic leukemia`$value #> [1] "juvenile myelomonocytic leukemia" #> #> #> $`juvenile myelomonocytic leukemia` #> $`juvenile myelomonocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050458" #> #> $`juvenile myelomonocytic leukemia`$`_id` #> [1] "DOID_0050458<DOID_4972<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`juvenile myelomonocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`juvenile myelomonocytic leukemia`$publicGeneCount #> [1] 20 #> #> $`juvenile myelomonocytic leukemia`$urlId #> [1] "DOID_0050458" #> #> $`juvenile myelomonocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`juvenile myelomonocytic leukemia`$`_parent` #> [1] "DOID_4972<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`juvenile myelomonocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`juvenile myelomonocytic leukemia`$children #> list() #> #> $`juvenile myelomonocytic leukemia`$value #> [1] "juvenile myelomonocytic leukemia" #> #> #> $`juvenile myoclonic epilepsy` #> $`juvenile myoclonic epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4890" #> #> $`juvenile myoclonic epilepsy`$`_id` #> [1] "DOID_4890<DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`juvenile myoclonic epilepsy`$privateGeneCount #> [1] 0 #> #> $`juvenile myoclonic epilepsy`$publicGeneCount #> [1] 28 #> #> $`juvenile myoclonic epilepsy`$urlId #> [1] "DOID_4890" #> #> $`juvenile myoclonic epilepsy`$dbPhenotype #> [1] TRUE #> #> $`juvenile myoclonic epilepsy`$`_parent` #> [1] "DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`juvenile myoclonic epilepsy`$`_is_leaf` #> [1] TRUE #> #> $`juvenile myoclonic epilepsy`$children #> list() #> #> $`juvenile myoclonic epilepsy`$value #> [1] "juvenile myoclonic epilepsy" #> #> #> $`juvenile pilocytic astrocytoma` #> $`juvenile pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$`_id` #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`juvenile pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`juvenile pilocytic astrocytoma`$urlId #> [1] "DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$`_parent` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$children #> list() #> #> $`juvenile pilocytic astrocytoma`$value #> [1] "juvenile pilocytic astrocytoma" #> #> #> $`juvenile pilocytic astrocytoma` #> $`juvenile pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$`_id` #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`juvenile pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`juvenile pilocytic astrocytoma`$urlId #> [1] "DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$`_parent` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$children #> list() #> #> $`juvenile pilocytic astrocytoma`$value #> [1] "juvenile pilocytic astrocytoma" #> #> #> $`juvenile pilocytic astrocytoma` #> $`juvenile pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$`_id` #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`juvenile pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`juvenile pilocytic astrocytoma`$urlId #> [1] "DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$`_parent` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$children #> list() #> #> $`juvenile pilocytic astrocytoma`$value #> [1] "juvenile pilocytic astrocytoma" #> #> #> $`juvenile pilocytic astrocytoma` #> $`juvenile pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$`_id` #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`juvenile pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`juvenile pilocytic astrocytoma`$urlId #> [1] "DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$`_parent` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$children #> list() #> #> $`juvenile pilocytic astrocytoma`$value #> [1] "juvenile pilocytic astrocytoma" #> #> #> $`juvenile pilocytic astrocytoma` #> $`juvenile pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$`_id` #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`juvenile pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`juvenile pilocytic astrocytoma`$urlId #> [1] "DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$`_parent` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$children #> list() #> #> $`juvenile pilocytic astrocytoma`$value #> [1] "juvenile pilocytic astrocytoma" #> #> #> $`juvenile pilocytic astrocytoma` #> $`juvenile pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$`_id` #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`juvenile pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`juvenile pilocytic astrocytoma`$urlId #> [1] "DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$`_parent` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$children #> list() #> #> $`juvenile pilocytic astrocytoma`$value #> [1] "juvenile pilocytic astrocytoma" #> #> #> $`juvenile pilocytic astrocytoma` #> $`juvenile pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$`_id` #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`juvenile pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`juvenile pilocytic astrocytoma`$urlId #> [1] "DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$`_parent` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$children #> list() #> #> $`juvenile pilocytic astrocytoma`$value #> [1] "juvenile pilocytic astrocytoma" #> #> #> $`juvenile pilocytic astrocytoma` #> $`juvenile pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$`_id` #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`juvenile pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`juvenile pilocytic astrocytoma`$urlId #> [1] "DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$`_parent` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$children #> list() #> #> $`juvenile pilocytic astrocytoma`$value #> [1] "juvenile pilocytic astrocytoma" #> #> #> $`juvenile pilocytic astrocytoma` #> $`juvenile pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$`_id` #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`juvenile pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`juvenile pilocytic astrocytoma`$urlId #> [1] "DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$`_parent` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$children #> list() #> #> $`juvenile pilocytic astrocytoma`$value #> [1] "juvenile pilocytic astrocytoma" #> #> #> $`juvenile pilocytic astrocytoma` #> $`juvenile pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$`_id` #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`juvenile pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`juvenile pilocytic astrocytoma`$urlId #> [1] "DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$`_parent` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$children #> list() #> #> $`juvenile pilocytic astrocytoma`$value #> [1] "juvenile pilocytic astrocytoma" #> #> #> $`juvenile polyposis syndrome` #> $`juvenile polyposis syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050787" #> #> $`juvenile polyposis syndrome`$`_id` #> [1] "DOID_0050787<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`juvenile polyposis syndrome`$privateGeneCount #> [1] 0 #> #> $`juvenile polyposis syndrome`$publicGeneCount #> [1] 2 #> #> $`juvenile polyposis syndrome`$urlId #> [1] "DOID_0050787" #> #> $`juvenile polyposis syndrome`$dbPhenotype #> [1] TRUE #> #> $`juvenile polyposis syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`juvenile polyposis syndrome`$`_is_leaf` #> [1] TRUE #> #> $`juvenile polyposis syndrome`$children #> list() #> #> $`juvenile polyposis syndrome`$value #> [1] "juvenile polyposis syndrome" #> #> #> $`juvenile polyposis syndrome` #> $`juvenile polyposis syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050787" #> #> $`juvenile polyposis syndrome`$`_id` #> [1] "DOID_0050787<DOID_77<DOID_7<DOID_4" #> #> $`juvenile polyposis syndrome`$privateGeneCount #> [1] 0 #> #> $`juvenile polyposis syndrome`$publicGeneCount #> [1] 2 #> #> $`juvenile polyposis syndrome`$urlId #> [1] "DOID_0050787" #> #> $`juvenile polyposis syndrome`$dbPhenotype #> [1] TRUE #> #> $`juvenile polyposis syndrome`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`juvenile polyposis syndrome`$`_is_leaf` #> [1] TRUE #> #> $`juvenile polyposis syndrome`$children #> list() #> #> $`juvenile polyposis syndrome`$value #> [1] "juvenile polyposis syndrome" #> #> #> $`juvenile rheumatoid arthritis` #> $`juvenile rheumatoid arthritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_676" #> #> $`juvenile rheumatoid arthritis`$`_id` #> [1] "DOID_676<DOID_7148<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`juvenile rheumatoid arthritis`$privateGeneCount #> [1] 0 #> #> $`juvenile rheumatoid arthritis`$publicGeneCount #> [1] 146 #> #> $`juvenile rheumatoid arthritis`$urlId #> [1] "DOID_676" #> #> $`juvenile rheumatoid arthritis`$dbPhenotype #> [1] TRUE #> #> $`juvenile rheumatoid arthritis`$`_parent` #> [1] "DOID_7148<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`juvenile rheumatoid arthritis`$`_is_leaf` #> [1] TRUE #> #> $`juvenile rheumatoid arthritis`$children #> list() #> #> $`juvenile rheumatoid arthritis`$value #> [1] "juvenile rheumatoid arthritis" #> #> #> $`juvenile spinal muscular atrophy` #> $`juvenile spinal muscular atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12376" #> #> $`juvenile spinal muscular atrophy`$`_id` #> [1] "DOID_12376<DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`juvenile spinal muscular atrophy`$privateGeneCount #> [1] 0 #> #> $`juvenile spinal muscular atrophy`$publicGeneCount #> [1] 2 #> #> $`juvenile spinal muscular atrophy`$urlId #> [1] "DOID_12376" #> #> $`juvenile spinal muscular atrophy`$dbPhenotype #> [1] TRUE #> #> $`juvenile spinal muscular atrophy`$`_parent` #> [1] "DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`juvenile spinal muscular atrophy`$`_is_leaf` #> [1] TRUE #> #> $`juvenile spinal muscular atrophy`$children #> list() #> #> $`juvenile spinal muscular atrophy`$value #> [1] "juvenile spinal muscular atrophy" #> #> #> $`Kabuki syndrome` #> $`Kabuki syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060473" #> #> $`Kabuki syndrome`$`_id` #> [1] "DOID_0060473<DOID_225<DOID_4" #> #> $`Kabuki syndrome`$privateGeneCount #> [1] 0 #> #> $`Kabuki syndrome`$publicGeneCount #> [1] 2 #> #> $`Kabuki syndrome`$urlId #> [1] "DOID_0060473" #> #> $`Kabuki syndrome`$dbPhenotype #> [1] TRUE #> #> $`Kabuki syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Kabuki syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Kabuki syndrome`$children #> list() #> #> $`Kabuki syndrome`$value #> [1] "Kabuki syndrome" #> #> #> $`Kahrizi syndrome` #> $`Kahrizi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050807" #> #> $`Kahrizi syndrome`$`_id` #> [1] "DOID_0050807<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Kahrizi syndrome`$privateGeneCount #> [1] 0 #> #> $`Kahrizi syndrome`$publicGeneCount #> [1] 1 #> #> $`Kahrizi syndrome`$urlId #> [1] "DOID_0050807" #> #> $`Kahrizi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Kahrizi syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Kahrizi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Kahrizi syndrome`$children #> list() #> #> $`Kahrizi syndrome`$value #> [1] "Kahrizi syndrome" #> #> #> $`Kahrizi syndrome` #> $`Kahrizi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050807" #> #> $`Kahrizi syndrome`$`_id` #> [1] "DOID_0050807<DOID_225<DOID_4" #> #> $`Kahrizi syndrome`$privateGeneCount #> [1] 0 #> #> $`Kahrizi syndrome`$publicGeneCount #> [1] 1 #> #> $`Kahrizi syndrome`$urlId #> [1] "DOID_0050807" #> #> $`Kahrizi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Kahrizi syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Kahrizi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Kahrizi syndrome`$children #> list() #> #> $`Kahrizi syndrome`$value #> [1] "Kahrizi syndrome" #> #> #> $`Kallmann syndrome` #> $`Kallmann syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3614" #> #> $`Kallmann syndrome`$`_id` #> [1] "DOID_3614<DOID_0090070<DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`Kallmann syndrome`$privateGeneCount #> [1] 0 #> #> $`Kallmann syndrome`$publicGeneCount #> [1] 5 #> #> $`Kallmann syndrome`$urlId #> [1] "DOID_3614" #> #> $`Kallmann syndrome`$dbPhenotype #> [1] TRUE #> #> $`Kallmann syndrome`$`_parent` #> [1] "DOID_0090070<DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`Kallmann syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Kallmann syndrome`$children #> list() #> #> $`Kallmann syndrome`$value #> [1] "Kallmann syndrome" #> #> #> $`Kaposi's sarcoma` #> $`Kaposi's sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8632" #> #> $`Kaposi's sarcoma`$`_id` #> [1] "DOID_8632<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Kaposi's sarcoma`$privateGeneCount #> [1] 0 #> #> $`Kaposi's sarcoma`$publicGeneCount #> [1] 3 #> #> $`Kaposi's sarcoma`$urlId #> [1] "DOID_8632" #> #> $`Kaposi's sarcoma`$dbPhenotype #> [1] TRUE #> #> $`Kaposi's sarcoma`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Kaposi's sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`Kaposi's sarcoma`$children #> list() #> #> $`Kaposi's sarcoma`$value #> [1] "Kaposi's sarcoma" #> #> #> $`Kaposi's sarcoma` #> $`Kaposi's sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8632" #> #> $`Kaposi's sarcoma`$`_id` #> [1] "DOID_8632<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`Kaposi's sarcoma`$privateGeneCount #> [1] 0 #> #> $`Kaposi's sarcoma`$publicGeneCount #> [1] 3 #> #> $`Kaposi's sarcoma`$urlId #> [1] "DOID_8632" #> #> $`Kaposi's sarcoma`$dbPhenotype #> [1] TRUE #> #> $`Kaposi's sarcoma`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`Kaposi's sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`Kaposi's sarcoma`$children #> list() #> #> $`Kaposi's sarcoma`$value #> [1] "Kaposi's sarcoma" #> #> #> $`Kaposi's sarcoma` #> $`Kaposi's sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8632" #> #> $`Kaposi's sarcoma`$`_id` #> [1] "DOID_8632<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Kaposi's sarcoma`$privateGeneCount #> [1] 0 #> #> $`Kaposi's sarcoma`$publicGeneCount #> [1] 3 #> #> $`Kaposi's sarcoma`$urlId #> [1] "DOID_8632" #> #> $`Kaposi's sarcoma`$dbPhenotype #> [1] TRUE #> #> $`Kaposi's sarcoma`$`_parent` #> [1] "DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Kaposi's sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`Kaposi's sarcoma`$children #> list() #> #> $`Kaposi's sarcoma`$value #> [1] "Kaposi's sarcoma" #> #> #> $`Kaposi's sarcoma` #> $`Kaposi's sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8632" #> #> $`Kaposi's sarcoma`$`_id` #> [1] "DOID_8632<DOID_934<DOID_0050117<DOID_4" #> #> $`Kaposi's sarcoma`$privateGeneCount #> [1] 0 #> #> $`Kaposi's sarcoma`$publicGeneCount #> [1] 3 #> #> $`Kaposi's sarcoma`$urlId #> [1] "DOID_8632" #> #> $`Kaposi's sarcoma`$dbPhenotype #> [1] TRUE #> #> $`Kaposi's sarcoma`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`Kaposi's sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`Kaposi's sarcoma`$children #> list() #> #> $`Kaposi's sarcoma`$value #> [1] "Kaposi's sarcoma" #> #> #> $`Kartagener syndrome` #> $`Kartagener syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050144" #> #> $`Kartagener syndrome`$`_id` #> [1] "DOID_0050144<DOID_9562<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`Kartagener syndrome`$privateGeneCount #> [1] 0 #> #> $`Kartagener syndrome`$publicGeneCount #> [1] 7 #> #> $`Kartagener syndrome`$urlId #> [1] "DOID_0050144" #> #> $`Kartagener syndrome`$dbPhenotype #> [1] TRUE #> #> $`Kartagener syndrome`$`_parent` #> [1] "DOID_9562<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`Kartagener syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Kartagener syndrome`$children #> list() #> #> $`Kartagener syndrome`$value #> [1] "Kartagener syndrome" #> #> #> $`Kartagener syndrome` #> $`Kartagener syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050144" #> #> $`Kartagener syndrome`$`_id` #> [1] "DOID_0050144<DOID_9562<DOID_0060340<DOID_225<DOID_4" #> #> $`Kartagener syndrome`$privateGeneCount #> [1] 0 #> #> $`Kartagener syndrome`$publicGeneCount #> [1] 7 #> #> $`Kartagener syndrome`$urlId #> [1] "DOID_0050144" #> #> $`Kartagener syndrome`$dbPhenotype #> [1] TRUE #> #> $`Kartagener syndrome`$`_parent` #> [1] "DOID_9562<DOID_0060340<DOID_225<DOID_4" #> #> $`Kartagener syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Kartagener syndrome`$children #> list() #> #> $`Kartagener syndrome`$value #> [1] "Kartagener syndrome" #> #> #> $`Kawasaki disease` #> $`Kawasaki disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13378" #> #> $`Kawasaki disease`$`_id` #> [1] "DOID_13378<DOID_1602<DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Kawasaki disease`$privateGeneCount #> [1] 0 #> #> $`Kawasaki disease`$publicGeneCount #> [1] 33 #> #> $`Kawasaki disease`$urlId #> [1] "DOID_13378" #> #> $`Kawasaki disease`$dbPhenotype #> [1] TRUE #> #> $`Kawasaki disease`$`_parent` #> [1] "DOID_1602<DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Kawasaki disease`$`_is_leaf` #> [1] TRUE #> #> $`Kawasaki disease`$children #> list() #> #> $`Kawasaki disease`$value #> [1] "Kawasaki disease" #> #> #> $`KBG syndrome` #> $`KBG syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14780" #> #> $`KBG syndrome`$`_id` #> [1] "DOID_14780<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`KBG syndrome`$privateGeneCount #> [1] 0 #> #> $`KBG syndrome`$publicGeneCount #> [1] 1 #> #> $`KBG syndrome`$urlId #> [1] "DOID_14780" #> #> $`KBG syndrome`$dbPhenotype #> [1] TRUE #> #> $`KBG syndrome`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`KBG syndrome`$`_is_leaf` #> [1] TRUE #> #> $`KBG syndrome`$children #> list() #> #> $`KBG syndrome`$value #> [1] "KBG syndrome" #> #> #> $`KBG syndrome` #> $`KBG syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14780" #> #> $`KBG syndrome`$`_id` #> [1] "DOID_14780<DOID_225<DOID_4" #> #> $`KBG syndrome`$privateGeneCount #> [1] 0 #> #> $`KBG syndrome`$publicGeneCount #> [1] 1 #> #> $`KBG syndrome`$urlId #> [1] "DOID_14780" #> #> $`KBG syndrome`$dbPhenotype #> [1] TRUE #> #> $`KBG syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`KBG syndrome`$`_is_leaf` #> [1] TRUE #> #> $`KBG syndrome`$children #> list() #> #> $`KBG syndrome`$value #> [1] "KBG syndrome" #> #> #> $`Kearns-Sayre syndrome` #> $`Kearns-Sayre syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12934" #> #> $`Kearns-Sayre syndrome`$`_id` #> [1] "DOID_12934<DOID_12558<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Kearns-Sayre syndrome`$privateGeneCount #> [1] 0 #> #> $`Kearns-Sayre syndrome`$publicGeneCount #> [1] 2 #> #> $`Kearns-Sayre syndrome`$urlId #> [1] "DOID_12934" #> #> $`Kearns-Sayre syndrome`$dbPhenotype #> [1] TRUE #> #> $`Kearns-Sayre syndrome`$`_parent` #> [1] "DOID_12558<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Kearns-Sayre syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Kearns-Sayre syndrome`$children #> list() #> #> $`Kearns-Sayre syndrome`$value #> [1] "Kearns-Sayre syndrome" #> #> #> $Keloids #> $Keloids$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010562" #> #> $Keloids$`_id` #> [1] "HP_0010562<HP_0000987<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Keloids$privateGeneCount #> [1] 0 #> #> $Keloids$publicGeneCount #> [1] 1 #> #> $Keloids$urlId #> [1] "HP_0010562" #> #> $Keloids$dbPhenotype #> [1] TRUE #> #> $Keloids$`_parent` #> [1] "HP_0000987<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Keloids$`_is_leaf` #> [1] TRUE #> #> $Keloids$children #> list() #> #> $Keloids$value #> [1] "Keloids" #> #> #> $Keloids #> $Keloids$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010562" #> #> $Keloids$`_id` #> [1] "HP_0010562<HP_0000987<HP_0100699<HP_0003549<HP_0000118<HP_0000001" #> #> $Keloids$privateGeneCount #> [1] 0 #> #> $Keloids$publicGeneCount #> [1] 1 #> #> $Keloids$urlId #> [1] "HP_0010562" #> #> $Keloids$dbPhenotype #> [1] TRUE #> #> $Keloids$`_parent` #> [1] "HP_0000987<HP_0100699<HP_0003549<HP_0000118<HP_0000001" #> #> $Keloids$`_is_leaf` #> [1] TRUE #> #> $Keloids$children #> list() #> #> $Keloids$value #> [1] "Keloids" #> #> #> $`Kennedy's disease` #> $`Kennedy's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060161" #> #> $`Kennedy's disease`$`_id` #> [1] "DOID_0060161<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Kennedy's disease`$privateGeneCount #> [1] 0 #> #> $`Kennedy's disease`$publicGeneCount #> [1] 2 #> #> $`Kennedy's disease`$urlId #> [1] "DOID_0060161" #> #> $`Kennedy's disease`$dbPhenotype #> [1] TRUE #> #> $`Kennedy's disease`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Kennedy's disease`$`_is_leaf` #> [1] TRUE #> #> $`Kennedy's disease`$children #> list() #> #> $`Kennedy's disease`$value #> [1] "Kennedy's disease" #> #> #> $`Kennedy's disease` #> $`Kennedy's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060161" #> #> $`Kennedy's disease`$`_id` #> [1] "DOID_0060161<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Kennedy's disease`$privateGeneCount #> [1] 0 #> #> $`Kennedy's disease`$publicGeneCount #> [1] 2 #> #> $`Kennedy's disease`$urlId #> [1] "DOID_0060161" #> #> $`Kennedy's disease`$dbPhenotype #> [1] TRUE #> #> $`Kennedy's disease`$`_parent` #> [1] "DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Kennedy's disease`$`_is_leaf` #> [1] TRUE #> #> $`Kennedy's disease`$children #> list() #> #> $`Kennedy's disease`$value #> [1] "Kennedy's disease" #> #> #> $keratitis #> $keratitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4677" #> #> $keratitis$`_id` #> [1] "DOID_4677<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratitis$privateGeneCount #> [1] 0 #> #> $keratitis$publicGeneCount #> [1] 15 #> #> $keratitis$urlId #> [1] "DOID_4677" #> #> $keratitis$dbPhenotype #> [1] TRUE #> #> $keratitis$`_parent` #> [1] "DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratitis$`_is_leaf` #> [1] FALSE #> #> $keratitis$children #> $keratitis$children[[1]] #> [1] "DOID_11382<DOID_4677<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratitis$children[[2]] #> [1] "DOID_8463<DOID_4677<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $keratitis$value #> [1] "keratitis" #> #> #> $keratoacanthoma #> $keratoacanthoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3149" #> #> $keratoacanthoma$`_id` #> [1] "DOID_3149<DOID_3151<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $keratoacanthoma$privateGeneCount #> [1] 0 #> #> $keratoacanthoma$publicGeneCount #> [1] 1 #> #> $keratoacanthoma$urlId #> [1] "DOID_3149" #> #> $keratoacanthoma$dbPhenotype #> [1] TRUE #> #> $keratoacanthoma$`_parent` #> [1] "DOID_3151<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $keratoacanthoma$`_is_leaf` #> [1] TRUE #> #> $keratoacanthoma$children #> list() #> #> $keratoacanthoma$value #> [1] "keratoacanthoma" #> #> #> $keratoacanthoma #> $keratoacanthoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3149" #> #> $keratoacanthoma$`_id` #> [1] "DOID_3149<DOID_3151<DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $keratoacanthoma$privateGeneCount #> [1] 0 #> #> $keratoacanthoma$publicGeneCount #> [1] 1 #> #> $keratoacanthoma$urlId #> [1] "DOID_3149" #> #> $keratoacanthoma$dbPhenotype #> [1] TRUE #> #> $keratoacanthoma$`_parent` #> [1] "DOID_3151<DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $keratoacanthoma$`_is_leaf` #> [1] TRUE #> #> $keratoacanthoma$children #> list() #> #> $keratoacanthoma$value #> [1] "keratoacanthoma" #> #> #> $keratoacanthoma #> $keratoacanthoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3149" #> #> $keratoacanthoma$`_id` #> [1] "DOID_3149<DOID_3151<DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $keratoacanthoma$privateGeneCount #> [1] 0 #> #> $keratoacanthoma$publicGeneCount #> [1] 1 #> #> $keratoacanthoma$urlId #> [1] "DOID_3149" #> #> $keratoacanthoma$dbPhenotype #> [1] TRUE #> #> $keratoacanthoma$`_parent` #> [1] "DOID_3151<DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $keratoacanthoma$`_is_leaf` #> [1] TRUE #> #> $keratoacanthoma$children #> list() #> #> $keratoacanthoma$value #> [1] "keratoacanthoma" #> #> #> $keratoacanthoma #> $keratoacanthoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3149" #> #> $keratoacanthoma$`_id` #> [1] "DOID_3149<DOID_3151<DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $keratoacanthoma$privateGeneCount #> [1] 0 #> #> $keratoacanthoma$publicGeneCount #> [1] 1 #> #> $keratoacanthoma$urlId #> [1] "DOID_3149" #> #> $keratoacanthoma$dbPhenotype #> [1] TRUE #> #> $keratoacanthoma$`_parent` #> [1] "DOID_3151<DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $keratoacanthoma$`_is_leaf` #> [1] TRUE #> #> $keratoacanthoma$children #> list() #> #> $keratoacanthoma$value #> [1] "keratoacanthoma" #> #> #> $keratoacanthoma #> $keratoacanthoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3149" #> #> $keratoacanthoma$`_id` #> [1] "DOID_3149<DOID_3151<DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $keratoacanthoma$privateGeneCount #> [1] 0 #> #> $keratoacanthoma$publicGeneCount #> [1] 1 #> #> $keratoacanthoma$urlId #> [1] "DOID_3149" #> #> $keratoacanthoma$dbPhenotype #> [1] TRUE #> #> $keratoacanthoma$`_parent` #> [1] "DOID_3151<DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $keratoacanthoma$`_is_leaf` #> [1] TRUE #> #> $keratoacanthoma$children #> list() #> #> $keratoacanthoma$value #> [1] "keratoacanthoma" #> #> #> $keratoconjunctivitis #> $keratoconjunctivitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9368" #> #> $keratoconjunctivitis$`_id` #> [1] "DOID_9368<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratoconjunctivitis$privateGeneCount #> [1] 0 #> #> $keratoconjunctivitis$publicGeneCount #> [1] 3 #> #> $keratoconjunctivitis$urlId #> [1] "DOID_9368" #> #> $keratoconjunctivitis$dbPhenotype #> [1] TRUE #> #> $keratoconjunctivitis$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratoconjunctivitis$`_is_leaf` #> [1] TRUE #> #> $keratoconjunctivitis$children #> list() #> #> $keratoconjunctivitis$value #> [1] "keratoconjunctivitis" #> #> #> $`keratoconjunctivitis sicca` #> $`keratoconjunctivitis sicca`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12895" #> #> $`keratoconjunctivitis sicca`$`_id` #> [1] "DOID_12895<DOID_10140<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`keratoconjunctivitis sicca`$privateGeneCount #> [1] 0 #> #> $`keratoconjunctivitis sicca`$publicGeneCount #> [1] 3 #> #> $`keratoconjunctivitis sicca`$urlId #> [1] "DOID_12895" #> #> $`keratoconjunctivitis sicca`$dbPhenotype #> [1] TRUE #> #> $`keratoconjunctivitis sicca`$`_parent` #> [1] "DOID_10140<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`keratoconjunctivitis sicca`$`_is_leaf` #> [1] TRUE #> #> $`keratoconjunctivitis sicca`$children #> list() #> #> $`keratoconjunctivitis sicca`$value #> [1] "keratoconjunctivitis sicca" #> #> #> $keratoconus #> $keratoconus$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10126" #> #> $keratoconus$`_id` #> [1] "DOID_10126<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratoconus$privateGeneCount #> [1] 0 #> #> $keratoconus$publicGeneCount #> [1] 14 #> #> $keratoconus$urlId #> [1] "DOID_10126" #> #> $keratoconus$dbPhenotype #> [1] TRUE #> #> $keratoconus$`_parent` #> [1] "DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratoconus$`_is_leaf` #> [1] TRUE #> #> $keratoconus$children #> list() #> #> $keratoconus$value #> [1] "keratoconus" #> #> #> $keratomalacia #> $keratomalacia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11267" #> #> $keratomalacia$`_id` #> [1] "DOID_11267<DOID_1237<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratomalacia$privateGeneCount #> [1] 0 #> #> $keratomalacia$publicGeneCount #> [1] 1 #> #> $keratomalacia$urlId #> [1] "DOID_11267" #> #> $keratomalacia$dbPhenotype #> [1] TRUE #> #> $keratomalacia$`_parent` #> [1] "DOID_1237<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratomalacia$`_is_leaf` #> [1] TRUE #> #> $keratomalacia$children #> list() #> #> $keratomalacia$value #> [1] "keratomalacia" #> #> #> $keratomalacia #> $keratomalacia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11267" #> #> $keratomalacia$`_id` #> [1] "DOID_11267<DOID_1237<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratomalacia$privateGeneCount #> [1] 0 #> #> $keratomalacia$publicGeneCount #> [1] 1 #> #> $keratomalacia$urlId #> [1] "DOID_11267" #> #> $keratomalacia$dbPhenotype #> [1] TRUE #> #> $keratomalacia$`_parent` #> [1] "DOID_1237<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratomalacia$`_is_leaf` #> [1] TRUE #> #> $keratomalacia$children #> list() #> #> $keratomalacia$value #> [1] "keratomalacia" #> #> #> $keratosis #> $keratosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_161" #> #> $keratosis$`_id` #> [1] "DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $keratosis$privateGeneCount #> [1] 0 #> #> $keratosis$publicGeneCount #> [1] 34 #> #> $keratosis$urlId #> [1] "DOID_161" #> #> $keratosis$dbPhenotype #> [1] TRUE #> #> $keratosis$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $keratosis$`_is_leaf` #> [1] FALSE #> #> $keratosis$children #> $keratosis$children[[1]] #> [1] "DOID_0050606<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $keratosis$children[[2]] #> [1] "DOID_869<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $keratosis$children[[3]] #> [1] "DOID_2734<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $keratosis$children[[4]] #> [1] "DOID_3390<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $keratosis$children[[5]] #> [1] "DOID_3805<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $keratosis$children[[6]] #> [1] "DOID_6498<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $keratosis$value #> [1] "keratosis" #> #> #> $`keratosis follicularis` #> $`keratosis follicularis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2734" #> #> $`keratosis follicularis`$`_id` #> [1] "DOID_2734<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`keratosis follicularis`$privateGeneCount #> [1] 0 #> #> $`keratosis follicularis`$publicGeneCount #> [1] 2 #> #> $`keratosis follicularis`$urlId #> [1] "DOID_2734" #> #> $`keratosis follicularis`$dbPhenotype #> [1] TRUE #> #> $`keratosis follicularis`$`_parent` #> [1] "DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`keratosis follicularis`$`_is_leaf` #> [1] TRUE #> #> $`keratosis follicularis`$children #> list() #> #> $`keratosis follicularis`$value #> [1] "keratosis follicularis" #> #> #> $kernicterus #> $kernicterus$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2382" #> #> $kernicterus$`_id` #> [1] "DOID_2382<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $kernicterus$privateGeneCount #> [1] 0 #> #> $kernicterus$publicGeneCount #> [1] 1 #> #> $kernicterus$urlId #> [1] "DOID_2382" #> #> $kernicterus$dbPhenotype #> [1] TRUE #> #> $kernicterus$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $kernicterus$`_is_leaf` #> [1] TRUE #> #> $kernicterus$children #> list() #> #> $kernicterus$value #> [1] "kernicterus" #> #> #> $Ketoacidosis #> $Ketoacidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001993" #> #> $Ketoacidosis$`_id` #> [1] "HP_0001993<HP_0001941<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Ketoacidosis$privateGeneCount #> [1] 0 #> #> $Ketoacidosis$publicGeneCount #> [1] 1 #> #> $Ketoacidosis$urlId #> [1] "HP_0001993" #> #> $Ketoacidosis$dbPhenotype #> [1] TRUE #> #> $Ketoacidosis$`_parent` #> [1] "HP_0001941<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Ketoacidosis$`_is_leaf` #> [1] TRUE #> #> $Ketoacidosis$children #> list() #> #> $Ketoacidosis$value #> [1] "Ketoacidosis" #> #> #> $`kidney benign neoplasm` #> $`kidney benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3116" #> #> $`kidney benign neoplasm`$`_id` #> [1] "DOID_3116<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`kidney benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`kidney benign neoplasm`$urlId #> [1] "DOID_3116" #> #> $`kidney benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`kidney benign neoplasm`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`kidney benign neoplasm`$children #> $`kidney benign neoplasm`$children[[1]] #> [1] "DOID_6245<DOID_3116<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`kidney benign neoplasm`$value #> [1] "kidney benign neoplasm" #> #> #> $`kidney benign neoplasm` #> $`kidney benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3116" #> #> $`kidney benign neoplasm`$`_id` #> [1] "DOID_3116<DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`kidney benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`kidney benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`kidney benign neoplasm`$urlId #> [1] "DOID_3116" #> #> $`kidney benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`kidney benign neoplasm`$`_parent` #> [1] "DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`kidney benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`kidney benign neoplasm`$children #> $`kidney benign neoplasm`$children[[1]] #> [1] "DOID_6245<DOID_3116<DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`kidney benign neoplasm`$value #> [1] "kidney benign neoplasm" #> #> #> $`kidney benign neoplasm` #> $`kidney benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3116" #> #> $`kidney benign neoplasm`$`_id` #> [1] "DOID_3116<DOID_731<DOID_18<DOID_7<DOID_4" #> #> $`kidney benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`kidney benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`kidney benign neoplasm`$urlId #> [1] "DOID_3116" #> #> $`kidney benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`kidney benign neoplasm`$`_parent` #> [1] "DOID_731<DOID_18<DOID_7<DOID_4" #> #> $`kidney benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`kidney benign neoplasm`$children #> $`kidney benign neoplasm`$children[[1]] #> [1] "DOID_6245<DOID_3116<DOID_731<DOID_18<DOID_7<DOID_4" #> #> #> $`kidney benign neoplasm`$value #> [1] "kidney benign neoplasm" #> #> #> $`kidney cancer` #> $`kidney cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_263" #> #> $`kidney cancer`$`_id` #> [1] "DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`kidney cancer`$privateGeneCount #> [1] 0 #> #> $`kidney cancer`$publicGeneCount #> [1] 310 #> #> $`kidney cancer`$urlId #> [1] "DOID_263" #> #> $`kidney cancer`$dbPhenotype #> [1] TRUE #> #> $`kidney cancer`$`_parent` #> [1] "DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`kidney cancer`$`_is_leaf` #> [1] FALSE #> #> $`kidney cancer`$children #> $`kidney cancer`$children[[1]] #> [1] "DOID_3675<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`kidney cancer`$children[[2]] #> [1] "DOID_2154<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`kidney cancer`$children[[3]] #> [1] "DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`kidney cancer`$value #> [1] "kidney cancer" #> #> #> $`kidney cancer` #> $`kidney cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_263" #> #> $`kidney cancer`$`_id` #> [1] "DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`kidney cancer`$privateGeneCount #> [1] 0 #> #> $`kidney cancer`$publicGeneCount #> [1] 310 #> #> $`kidney cancer`$urlId #> [1] "DOID_263" #> #> $`kidney cancer`$dbPhenotype #> [1] TRUE #> #> $`kidney cancer`$`_parent` #> [1] "DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`kidney cancer`$`_is_leaf` #> [1] FALSE #> #> $`kidney cancer`$children #> $`kidney cancer`$children[[1]] #> [1] "DOID_3675<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`kidney cancer`$children[[2]] #> [1] "DOID_2154<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`kidney cancer`$children[[3]] #> [1] "DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> #> $`kidney cancer`$value #> [1] "kidney cancer" #> #> #> $`kidney cancer` #> $`kidney cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_263" #> #> $`kidney cancer`$`_id` #> [1] "DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney cancer`$privateGeneCount #> [1] 0 #> #> $`kidney cancer`$publicGeneCount #> [1] 310 #> #> $`kidney cancer`$urlId #> [1] "DOID_263" #> #> $`kidney cancer`$dbPhenotype #> [1] TRUE #> #> $`kidney cancer`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney cancer`$`_is_leaf` #> [1] FALSE #> #> $`kidney cancer`$children #> $`kidney cancer`$children[[1]] #> [1] "DOID_3675<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney cancer`$children[[2]] #> [1] "DOID_2154<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney cancer`$children[[3]] #> [1] "DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`kidney cancer`$value #> [1] "kidney cancer" #> #> #> $`kidney disease` #> $`kidney disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_557" #> #> $`kidney disease`$`_id` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$privateGeneCount #> [1] 0 #> #> $`kidney disease`$publicGeneCount #> [1] 1150 #> #> $`kidney disease`$urlId #> [1] "DOID_557" #> #> $`kidney disease`$dbPhenotype #> [1] TRUE #> #> $`kidney disease`$`_parent` #> [1] "DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$`_is_leaf` #> [1] FALSE #> #> $`kidney disease`$children #> $`kidney disease`$children[[1]] #> [1] "DOID_2983<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[2]] #> [1] "DOID_2975<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[3]] #> [1] "DOID_9266<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[4]] #> [1] "DOID_9409<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[5]] #> [1] "DOID_0060062<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[6]] #> [1] "DOID_9808<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[7]] #> [1] "DOID_12132<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[8]] #> [1] "DOID_11266<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[9]] #> [1] "DOID_12554<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[10]] #> [1] "DOID_0080655<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[11]] #> [1] "DOID_3116<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[12]] #> [1] "DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[13]] #> [1] "DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[14]] #> [1] "DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[15]] #> [1] "DOID_12679<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[16]] #> [1] "DOID_12387<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[17]] #> [1] "DOID_585<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[18]] #> [1] "DOID_12712<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[19]] #> [1] "DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[20]] #> [1] "DOID_2744<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[21]] #> [1] "DOID_14766<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[22]] #> [1] "DOID_1073<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[23]] #> [1] "DOID_13068<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[24]] #> [1] "DOID_9733<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[25]] #> [1] "DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`kidney disease`$value #> [1] "kidney disease" #> #> #> $`kidney failure` #> $`kidney failure`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1074" #> #> $`kidney failure`$`_id` #> [1] "DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney failure`$privateGeneCount #> [1] 0 #> #> $`kidney failure`$publicGeneCount #> [1] 154 #> #> $`kidney failure`$urlId #> [1] "DOID_1074" #> #> $`kidney failure`$dbPhenotype #> [1] TRUE #> #> $`kidney failure`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney failure`$`_is_leaf` #> [1] FALSE #> #> $`kidney failure`$children #> $`kidney failure`$children[[1]] #> [1] "DOID_3021<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney failure`$children[[2]] #> [1] "DOID_784<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney failure`$children[[3]] #> [1] "DOID_4676<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`kidney failure`$value #> [1] "kidney failure" #> #> #> $`Kindler syndrome` #> $`Kindler syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060472" #> #> $`Kindler syndrome`$`_id` #> [1] "DOID_0060472<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Kindler syndrome`$privateGeneCount #> [1] 0 #> #> $`Kindler syndrome`$publicGeneCount #> [1] 1 #> #> $`Kindler syndrome`$urlId #> [1] "DOID_0060472" #> #> $`Kindler syndrome`$dbPhenotype #> [1] TRUE #> #> $`Kindler syndrome`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Kindler syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Kindler syndrome`$children #> list() #> #> $`Kindler syndrome`$value #> [1] "Kindler syndrome" #> #> #> $`Kleefstra syndrome` #> $`Kleefstra syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080597" #> #> $`Kleefstra syndrome`$`_id` #> [1] "DOID_0080597<DOID_225<DOID_4" #> #> $`Kleefstra syndrome`$privateGeneCount #> [1] 0 #> #> $`Kleefstra syndrome`$publicGeneCount #> [1] 1 #> #> $`Kleefstra syndrome`$urlId #> [1] "DOID_0080597" #> #> $`Kleefstra syndrome`$dbPhenotype #> [1] FALSE #> #> $`Kleefstra syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Kleefstra syndrome`$`_is_leaf` #> [1] FALSE #> #> $`Kleefstra syndrome`$children #> $`Kleefstra syndrome`$children[[1]] #> [1] "DOID_0060352<DOID_0080597<DOID_225<DOID_4" #> #> #> $`Kleefstra syndrome`$value #> [1] "Kleefstra syndrome" #> #> #> $`Kleefstra syndrome 1` #> $`Kleefstra syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060352" #> #> $`Kleefstra syndrome 1`$`_id` #> [1] "DOID_0060352<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Kleefstra syndrome 1`$privateGeneCount #> [1] 0 #> #> $`Kleefstra syndrome 1`$publicGeneCount #> [1] 1 #> #> $`Kleefstra syndrome 1`$urlId #> [1] "DOID_0060352" #> #> $`Kleefstra syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`Kleefstra syndrome 1`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Kleefstra syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`Kleefstra syndrome 1`$children #> list() #> #> $`Kleefstra syndrome 1`$value #> [1] "Kleefstra syndrome 1" #> #> #> $`Kleefstra syndrome 1` #> $`Kleefstra syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060352" #> #> $`Kleefstra syndrome 1`$`_id` #> [1] "DOID_0060352<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`Kleefstra syndrome 1`$privateGeneCount #> [1] 0 #> #> $`Kleefstra syndrome 1`$publicGeneCount #> [1] 1 #> #> $`Kleefstra syndrome 1`$urlId #> [1] "DOID_0060352" #> #> $`Kleefstra syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`Kleefstra syndrome 1`$`_parent` #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`Kleefstra syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`Kleefstra syndrome 1`$children #> list() #> #> $`Kleefstra syndrome 1`$value #> [1] "Kleefstra syndrome 1" #> #> #> $`Kleefstra syndrome 1` #> $`Kleefstra syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060352" #> #> $`Kleefstra syndrome 1`$`_id` #> [1] "DOID_0060352<DOID_0080597<DOID_225<DOID_4" #> #> $`Kleefstra syndrome 1`$privateGeneCount #> [1] 0 #> #> $`Kleefstra syndrome 1`$publicGeneCount #> [1] 1 #> #> $`Kleefstra syndrome 1`$urlId #> [1] "DOID_0060352" #> #> $`Kleefstra syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`Kleefstra syndrome 1`$`_parent` #> [1] "DOID_0080597<DOID_225<DOID_4" #> #> $`Kleefstra syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`Kleefstra syndrome 1`$children #> list() #> #> $`Kleefstra syndrome 1`$value #> [1] "Kleefstra syndrome 1" #> #> #> $kleptomania #> $kleptomania$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12400" #> #> $kleptomania$`_id` #> [1] "DOID_12400<DOID_10937<DOID_150<DOID_4" #> #> $kleptomania$privateGeneCount #> [1] 0 #> #> $kleptomania$publicGeneCount #> [1] 3 #> #> $kleptomania$urlId #> [1] "DOID_12400" #> #> $kleptomania$dbPhenotype #> [1] TRUE #> #> $kleptomania$`_parent` #> [1] "DOID_10937<DOID_150<DOID_4" #> #> $kleptomania$`_is_leaf` #> [1] TRUE #> #> $kleptomania$children #> list() #> #> $kleptomania$value #> [1] "kleptomania" #> #> #> $`Klinefelter syndrome` #> $`Klinefelter syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1921" #> #> $`Klinefelter syndrome`$`_id` #> [1] "DOID_1921<DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $`Klinefelter syndrome`$privateGeneCount #> [1] 0 #> #> $`Klinefelter syndrome`$publicGeneCount #> [1] 7 #> #> $`Klinefelter syndrome`$urlId #> [1] "DOID_1921" #> #> $`Klinefelter syndrome`$dbPhenotype #> [1] TRUE #> #> $`Klinefelter syndrome`$`_parent` #> [1] "DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $`Klinefelter syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Klinefelter syndrome`$children #> list() #> #> $`Klinefelter syndrome`$value #> [1] "Klinefelter syndrome" #> #> #> $`Klippel-Feil syndrome` #> $`Klippel-Feil syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10426" #> #> $`Klippel-Feil syndrome`$`_id` #> [1] "DOID_10426<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Klippel-Feil syndrome`$privateGeneCount #> [1] 0 #> #> $`Klippel-Feil syndrome`$publicGeneCount #> [1] 3 #> #> $`Klippel-Feil syndrome`$urlId #> [1] "DOID_10426" #> #> $`Klippel-Feil syndrome`$dbPhenotype #> [1] TRUE #> #> $`Klippel-Feil syndrome`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Klippel-Feil syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Klippel-Feil syndrome`$children #> list() #> #> $`Klippel-Feil syndrome`$value #> [1] "Klippel-Feil syndrome" #> #> #> $`Klippel-Feil syndrome` #> $`Klippel-Feil syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10426" #> #> $`Klippel-Feil syndrome`$`_id` #> [1] "DOID_10426<DOID_0080015<DOID_4" #> #> $`Klippel-Feil syndrome`$privateGeneCount #> [1] 0 #> #> $`Klippel-Feil syndrome`$publicGeneCount #> [1] 3 #> #> $`Klippel-Feil syndrome`$urlId #> [1] "DOID_10426" #> #> $`Klippel-Feil syndrome`$dbPhenotype #> [1] TRUE #> #> $`Klippel-Feil syndrome`$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $`Klippel-Feil syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Klippel-Feil syndrome`$children #> list() #> #> $`Klippel-Feil syndrome`$value #> [1] "Klippel-Feil syndrome" #> #> #> $`Klippel-Feil syndrome` #> $`Klippel-Feil syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10426" #> #> $`Klippel-Feil syndrome`$`_id` #> [1] "DOID_10426<DOID_225<DOID_4" #> #> $`Klippel-Feil syndrome`$privateGeneCount #> [1] 0 #> #> $`Klippel-Feil syndrome`$publicGeneCount #> [1] 3 #> #> $`Klippel-Feil syndrome`$urlId #> [1] "DOID_10426" #> #> $`Klippel-Feil syndrome`$dbPhenotype #> [1] TRUE #> #> $`Klippel-Feil syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Klippel-Feil syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Klippel-Feil syndrome`$children #> list() #> #> $`Klippel-Feil syndrome`$value #> [1] "Klippel-Feil syndrome" #> #> #> $`Kniest dysplasia` #> $`Kniest dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080045" #> #> $`Kniest dysplasia`$`_id` #> [1] "DOID_0080045<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Kniest dysplasia`$privateGeneCount #> [1] 0 #> #> $`Kniest dysplasia`$publicGeneCount #> [1] 1 #> #> $`Kniest dysplasia`$urlId #> [1] "DOID_0080045" #> #> $`Kniest dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Kniest dysplasia`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Kniest dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Kniest dysplasia`$children #> list() #> #> $`Kniest dysplasia`$value #> [1] "Kniest dysplasia" #> #> #> $`Kniest dysplasia` #> $`Kniest dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080045" #> #> $`Kniest dysplasia`$`_id` #> [1] "DOID_0080045<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Kniest dysplasia`$privateGeneCount #> [1] 0 #> #> $`Kniest dysplasia`$publicGeneCount #> [1] 1 #> #> $`Kniest dysplasia`$urlId #> [1] "DOID_0080045" #> #> $`Kniest dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Kniest dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Kniest dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Kniest dysplasia`$children #> list() #> #> $`Kniest dysplasia`$value #> [1] "Kniest dysplasia" #> #> #> $`Koolen de Vries syndrome` #> $`Koolen de Vries syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050880" #> #> $`Koolen de Vries syndrome`$`_id` #> [1] "DOID_0050880<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Koolen de Vries syndrome`$privateGeneCount #> [1] 0 #> #> $`Koolen de Vries syndrome`$publicGeneCount #> [1] 1 #> #> $`Koolen de Vries syndrome`$urlId #> [1] "DOID_0050880" #> #> $`Koolen de Vries syndrome`$dbPhenotype #> [1] TRUE #> #> $`Koolen de Vries syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Koolen de Vries syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Koolen de Vries syndrome`$children #> list() #> #> $`Koolen de Vries syndrome`$value #> [1] "Koolen de Vries syndrome" #> #> #> $`Koolen de Vries syndrome` #> $`Koolen de Vries syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050880" #> #> $`Koolen de Vries syndrome`$`_id` #> [1] "DOID_0050880<DOID_225<DOID_4" #> #> $`Koolen de Vries syndrome`$privateGeneCount #> [1] 0 #> #> $`Koolen de Vries syndrome`$publicGeneCount #> [1] 1 #> #> $`Koolen de Vries syndrome`$urlId #> [1] "DOID_0050880" #> #> $`Koolen de Vries syndrome`$dbPhenotype #> [1] TRUE #> #> $`Koolen de Vries syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Koolen de Vries syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Koolen de Vries syndrome`$children #> list() #> #> $`Koolen de Vries syndrome`$value #> [1] "Koolen de Vries syndrome" #> #> #> $`Krabbe disease` #> $`Krabbe disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10587" #> #> $`Krabbe disease`$`_id` #> [1] "DOID_10587<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Krabbe disease`$privateGeneCount #> [1] 0 #> #> $`Krabbe disease`$publicGeneCount #> [1] 2 #> #> $`Krabbe disease`$urlId #> [1] "DOID_10587" #> #> $`Krabbe disease`$dbPhenotype #> [1] TRUE #> #> $`Krabbe disease`$`_parent` #> [1] "DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Krabbe disease`$`_is_leaf` #> [1] TRUE #> #> $`Krabbe disease`$children #> list() #> #> $`Krabbe disease`$value #> [1] "Krabbe disease" #> #> #> $`Krukenberg carcinoma` #> $`Krukenberg carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9597" #> #> $`Krukenberg carcinoma`$`_id` #> [1] "DOID_9597<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`Krukenberg carcinoma`$privateGeneCount #> [1] 0 #> #> $`Krukenberg carcinoma`$publicGeneCount #> [1] 1 #> #> $`Krukenberg carcinoma`$urlId #> [1] "DOID_9597" #> #> $`Krukenberg carcinoma`$dbPhenotype #> [1] TRUE #> #> $`Krukenberg carcinoma`$`_parent` #> [1] "DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`Krukenberg carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`Krukenberg carcinoma`$children #> list() #> #> $`Krukenberg carcinoma`$value #> [1] "Krukenberg carcinoma" #> #> #> $`Krukenberg carcinoma` #> $`Krukenberg carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9597" #> #> $`Krukenberg carcinoma`$`_id` #> [1] "DOID_9597<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`Krukenberg carcinoma`$privateGeneCount #> [1] 0 #> #> $`Krukenberg carcinoma`$publicGeneCount #> [1] 1 #> #> $`Krukenberg carcinoma`$urlId #> [1] "DOID_9597" #> #> $`Krukenberg carcinoma`$dbPhenotype #> [1] TRUE #> #> $`Krukenberg carcinoma`$`_parent` #> [1] "DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`Krukenberg carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`Krukenberg carcinoma`$children #> list() #> #> $`Krukenberg carcinoma`$value #> [1] "Krukenberg carcinoma" #> #> #> $`Krukenberg carcinoma` #> $`Krukenberg carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9597" #> #> $`Krukenberg carcinoma`$`_id` #> [1] "DOID_9597<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Krukenberg carcinoma`$privateGeneCount #> [1] 0 #> #> $`Krukenberg carcinoma`$publicGeneCount #> [1] 1 #> #> $`Krukenberg carcinoma`$urlId #> [1] "DOID_9597" #> #> $`Krukenberg carcinoma`$dbPhenotype #> [1] TRUE #> #> $`Krukenberg carcinoma`$`_parent` #> [1] "DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Krukenberg carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`Krukenberg carcinoma`$children #> list() #> #> $`Krukenberg carcinoma`$value #> [1] "Krukenberg carcinoma" #> #> #> $`Krukenberg carcinoma` #> $`Krukenberg carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9597" #> #> $`Krukenberg carcinoma`$`_id` #> [1] "DOID_9597<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`Krukenberg carcinoma`$privateGeneCount #> [1] 0 #> #> $`Krukenberg carcinoma`$publicGeneCount #> [1] 1 #> #> $`Krukenberg carcinoma`$urlId #> [1] "DOID_9597" #> #> $`Krukenberg carcinoma`$dbPhenotype #> [1] TRUE #> #> $`Krukenberg carcinoma`$`_parent` #> [1] "DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`Krukenberg carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`Krukenberg carcinoma`$children #> list() #> #> $`Krukenberg carcinoma`$value #> [1] "Krukenberg carcinoma" #> #> #> $`Krukenberg carcinoma` #> $`Krukenberg carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9597" #> #> $`Krukenberg carcinoma`$`_id` #> [1] "DOID_9597<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`Krukenberg carcinoma`$privateGeneCount #> [1] 0 #> #> $`Krukenberg carcinoma`$publicGeneCount #> [1] 1 #> #> $`Krukenberg carcinoma`$urlId #> [1] "DOID_9597" #> #> $`Krukenberg carcinoma`$dbPhenotype #> [1] TRUE #> #> $`Krukenberg carcinoma`$`_parent` #> [1] "DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`Krukenberg carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`Krukenberg carcinoma`$children #> list() #> #> $`Krukenberg carcinoma`$value #> [1] "Krukenberg carcinoma" #> #> #> $kuru #> $kuru$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_648" #> #> $kuru$`_id` #> [1] "DOID_648<DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $kuru$privateGeneCount #> [1] 0 #> #> $kuru$publicGeneCount #> [1] 1 #> #> $kuru$urlId #> [1] "DOID_648" #> #> $kuru$dbPhenotype #> [1] TRUE #> #> $kuru$`_parent` #> [1] "DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $kuru$`_is_leaf` #> [1] TRUE #> #> $kuru$children #> list() #> #> $kuru$value #> [1] "kuru" #> #> #> $Kyphosis #> $Kyphosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002808" #> #> $Kyphosis$`_id` #> [1] "HP_0002808<HP_0010674<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Kyphosis$privateGeneCount #> [1] 0 #> #> $Kyphosis$publicGeneCount #> [1] 6 #> #> $Kyphosis$urlId #> [1] "HP_0002808" #> #> $Kyphosis$dbPhenotype #> [1] TRUE #> #> $Kyphosis$`_parent` #> [1] "HP_0010674<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Kyphosis$`_is_leaf` #> [1] TRUE #> #> $Kyphosis$children #> list() #> #> $Kyphosis$value #> [1] "Kyphosis" #> #> #> $`L-2-hydroxyglutaric aciduria` #> $`L-2-hydroxyglutaric aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050574" #> #> $`L-2-hydroxyglutaric aciduria`$`_id` #> [1] "DOID_0050574<DOID_0050573<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`L-2-hydroxyglutaric aciduria`$privateGeneCount #> [1] 0 #> #> $`L-2-hydroxyglutaric aciduria`$publicGeneCount #> [1] 1 #> #> $`L-2-hydroxyglutaric aciduria`$urlId #> [1] "DOID_0050574" #> #> $`L-2-hydroxyglutaric aciduria`$dbPhenotype #> [1] TRUE #> #> $`L-2-hydroxyglutaric aciduria`$`_parent` #> [1] "DOID_0050573<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`L-2-hydroxyglutaric aciduria`$`_is_leaf` #> [1] TRUE #> #> $`L-2-hydroxyglutaric aciduria`$children #> list() #> #> $`L-2-hydroxyglutaric aciduria`$value #> [1] "L-2-hydroxyglutaric aciduria" #> #> #> $`L-2-hydroxyglutaric aciduria` #> $`L-2-hydroxyglutaric aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050574" #> #> $`L-2-hydroxyglutaric aciduria`$`_id` #> [1] "DOID_0050574<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`L-2-hydroxyglutaric aciduria`$privateGeneCount #> [1] 0 #> #> $`L-2-hydroxyglutaric aciduria`$publicGeneCount #> [1] 1 #> #> $`L-2-hydroxyglutaric aciduria`$urlId #> [1] "DOID_0050574" #> #> $`L-2-hydroxyglutaric aciduria`$dbPhenotype #> [1] TRUE #> #> $`L-2-hydroxyglutaric aciduria`$`_parent` #> [1] "DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`L-2-hydroxyglutaric aciduria`$`_is_leaf` #> [1] TRUE #> #> $`L-2-hydroxyglutaric aciduria`$children #> list() #> #> $`L-2-hydroxyglutaric aciduria`$value #> [1] "L-2-hydroxyglutaric aciduria" #> #> #> $`lacrimal apparatus disease` #> $`lacrimal apparatus disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1400" #> #> $`lacrimal apparatus disease`$`_id` #> [1] "DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`lacrimal apparatus disease`$privateGeneCount #> [1] 0 #> #> $`lacrimal apparatus disease`$publicGeneCount #> [1] 16 #> #> $`lacrimal apparatus disease`$urlId #> [1] "DOID_1400" #> #> $`lacrimal apparatus disease`$dbPhenotype #> [1] TRUE #> #> $`lacrimal apparatus disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`lacrimal apparatus disease`$`_is_leaf` #> [1] FALSE #> #> $`lacrimal apparatus disease`$children #> $`lacrimal apparatus disease`$children[[1]] #> [1] "DOID_6970<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`lacrimal apparatus disease`$children[[2]] #> [1] "DOID_950<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`lacrimal apparatus disease`$children[[3]] #> [1] "DOID_10140<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`lacrimal apparatus disease`$children[[4]] #> [1] "DOID_13757<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`lacrimal apparatus disease`$value #> [1] "lacrimal apparatus disease" #> #> #> $`lactic acidosis` #> $`lactic acidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3650" #> #> $`lactic acidosis`$`_id` #> [1] "DOID_3650<DOID_0050758<DOID_0060158<DOID_0014667<DOID_4" #> #> $`lactic acidosis`$privateGeneCount #> [1] 0 #> #> $`lactic acidosis`$publicGeneCount #> [1] 6 #> #> $`lactic acidosis`$urlId #> [1] "DOID_3650" #> #> $`lactic acidosis`$dbPhenotype #> [1] TRUE #> #> $`lactic acidosis`$`_parent` #> [1] "DOID_0050758<DOID_0060158<DOID_0014667<DOID_4" #> #> $`lactic acidosis`$`_is_leaf` #> [1] TRUE #> #> $`lactic acidosis`$children #> list() #> #> $`lactic acidosis`$value #> [1] "lactic acidosis" #> #> #> $`lactose intolerance` #> $`lactose intolerance`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10604" #> #> $`lactose intolerance`$`_id` #> [1] "DOID_10604<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`lactose intolerance`$privateGeneCount #> [1] 0 #> #> $`lactose intolerance`$publicGeneCount #> [1] 1 #> #> $`lactose intolerance`$urlId #> [1] "DOID_10604" #> #> $`lactose intolerance`$dbPhenotype #> [1] TRUE #> #> $`lactose intolerance`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`lactose intolerance`$`_is_leaf` #> [1] TRUE #> #> $`lactose intolerance`$children #> list() #> #> $`lactose intolerance`$value #> [1] "lactose intolerance" #> #> #> $`LADD syndrome` #> $`LADD syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050331" #> #> $`LADD syndrome`$`_id` #> [1] "DOID_0050331<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`LADD syndrome`$privateGeneCount #> [1] 0 #> #> $`LADD syndrome`$publicGeneCount #> [1] 3 #> #> $`LADD syndrome`$urlId #> [1] "DOID_0050331" #> #> $`LADD syndrome`$dbPhenotype #> [1] TRUE #> #> $`LADD syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`LADD syndrome`$`_is_leaf` #> [1] TRUE #> #> $`LADD syndrome`$children #> list() #> #> $`LADD syndrome`$value #> [1] "LADD syndrome" #> #> #> $`LADD syndrome` #> $`LADD syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050331" #> #> $`LADD syndrome`$`_id` #> [1] "DOID_0050331<DOID_225<DOID_4" #> #> $`LADD syndrome`$privateGeneCount #> [1] 0 #> #> $`LADD syndrome`$publicGeneCount #> [1] 3 #> #> $`LADD syndrome`$urlId #> [1] "DOID_0050331" #> #> $`LADD syndrome`$dbPhenotype #> [1] TRUE #> #> $`LADD syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`LADD syndrome`$`_is_leaf` #> [1] TRUE #> #> $`LADD syndrome`$children #> list() #> #> $`LADD syndrome`$value #> [1] "LADD syndrome" #> #> #> $`Lafora disease` #> $`Lafora disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3534" #> #> $`Lafora disease`$`_id` #> [1] "DOID_3534<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Lafora disease`$privateGeneCount #> [1] 0 #> #> $`Lafora disease`$publicGeneCount #> [1] 2 #> #> $`Lafora disease`$urlId #> [1] "DOID_3534" #> #> $`Lafora disease`$dbPhenotype #> [1] TRUE #> #> $`Lafora disease`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Lafora disease`$`_is_leaf` #> [1] TRUE #> #> $`Lafora disease`$children #> list() #> #> $`Lafora disease`$value #> [1] "Lafora disease" #> #> #> $`Lafora disease` #> $`Lafora disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3534" #> #> $`Lafora disease`$`_id` #> [1] "DOID_3534<DOID_891<DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Lafora disease`$privateGeneCount #> [1] 0 #> #> $`Lafora disease`$publicGeneCount #> [1] 2 #> #> $`Lafora disease`$urlId #> [1] "DOID_3534" #> #> $`Lafora disease`$dbPhenotype #> [1] TRUE #> #> $`Lafora disease`$`_parent` #> [1] "DOID_891<DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Lafora disease`$`_is_leaf` #> [1] TRUE #> #> $`Lafora disease`$children #> list() #> #> $`Lafora disease`$value #> [1] "Lafora disease" #> #> #> $`Lambert-Eaton myasthenic syndrome` #> $`Lambert-Eaton myasthenic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050214" #> #> $`Lambert-Eaton myasthenic syndrome`$`_id` #> [1] "DOID_0050214<DOID_439<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Lambert-Eaton myasthenic syndrome`$privateGeneCount #> [1] 0 #> #> $`Lambert-Eaton myasthenic syndrome`$publicGeneCount #> [1] 2 #> #> $`Lambert-Eaton myasthenic syndrome`$urlId #> [1] "DOID_0050214" #> #> $`Lambert-Eaton myasthenic syndrome`$dbPhenotype #> [1] TRUE #> #> $`Lambert-Eaton myasthenic syndrome`$`_parent` #> [1] "DOID_439<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Lambert-Eaton myasthenic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Lambert-Eaton myasthenic syndrome`$children #> list() #> #> $`Lambert-Eaton myasthenic syndrome`$value #> [1] "Lambert-Eaton myasthenic syndrome" #> #> #> $`Lambert-Eaton myasthenic syndrome` #> $`Lambert-Eaton myasthenic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050214" #> #> $`Lambert-Eaton myasthenic syndrome`$`_id` #> [1] "DOID_0050214<DOID_439<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Lambert-Eaton myasthenic syndrome`$privateGeneCount #> [1] 0 #> #> $`Lambert-Eaton myasthenic syndrome`$publicGeneCount #> [1] 2 #> #> $`Lambert-Eaton myasthenic syndrome`$urlId #> [1] "DOID_0050214" #> #> $`Lambert-Eaton myasthenic syndrome`$dbPhenotype #> [1] TRUE #> #> $`Lambert-Eaton myasthenic syndrome`$`_parent` #> [1] "DOID_439<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Lambert-Eaton myasthenic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Lambert-Eaton myasthenic syndrome`$children #> list() #> #> $`Lambert-Eaton myasthenic syndrome`$value #> [1] "Lambert-Eaton myasthenic syndrome" #> #> #> $`Landau-Kleffner syndrome` #> $`Landau-Kleffner syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2538" #> #> $`Landau-Kleffner syndrome`$`_id` #> [1] "DOID_2538<DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Landau-Kleffner syndrome`$privateGeneCount #> [1] 0 #> #> $`Landau-Kleffner syndrome`$publicGeneCount #> [1] 1 #> #> $`Landau-Kleffner syndrome`$urlId #> [1] "DOID_2538" #> #> $`Landau-Kleffner syndrome`$dbPhenotype #> [1] TRUE #> #> $`Landau-Kleffner syndrome`$`_parent` #> [1] "DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Landau-Kleffner syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Landau-Kleffner syndrome`$children #> list() #> #> $`Landau-Kleffner syndrome`$value #> [1] "Landau-Kleffner syndrome" #> #> #> $`language disorder` #> $`language disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_93" #> #> $`language disorder`$`_id` #> [1] "DOID_93<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`language disorder`$privateGeneCount #> [1] 0 #> #> $`language disorder`$publicGeneCount #> [1] 18 #> #> $`language disorder`$urlId #> [1] "DOID_93" #> #> $`language disorder`$dbPhenotype #> [1] TRUE #> #> $`language disorder`$`_parent` #> [1] "DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`language disorder`$`_is_leaf` #> [1] FALSE #> #> $`language disorder`$children #> $`language disorder`$children[[1]] #> [1] "DOID_0060046<DOID_93<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`language disorder`$children[[2]] #> [1] "DOID_0060244<DOID_93<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`language disorder`$value #> [1] "language disorder" #> #> #> $`Language impairment` #> $`Language impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002463" #> #> $`Language impairment`$`_id` #> [1] "HP_0002463<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Language impairment`$privateGeneCount #> [1] 0 #> #> $`Language impairment`$publicGeneCount #> [1] 5 #> #> $`Language impairment`$urlId #> [1] "HP_0002463" #> #> $`Language impairment`$dbPhenotype #> [1] TRUE #> #> $`Language impairment`$`_parent` #> [1] "HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Language impairment`$`_is_leaf` #> [1] TRUE #> #> $`Language impairment`$children #> list() #> #> $`Language impairment`$value #> [1] "Language impairment" #> #> #> $`large cell carcinoma` #> $`large cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4552" #> #> $`large cell carcinoma`$`_id` #> [1] "DOID_4552<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`large cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`large cell carcinoma`$publicGeneCount #> [1] 5 #> #> $`large cell carcinoma`$urlId #> [1] "DOID_4552" #> #> $`large cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`large cell carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`large cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`large cell carcinoma`$children #> list() #> #> $`large cell carcinoma`$value #> [1] "large cell carcinoma" #> #> #> $`large intestine cancer` #> $`large intestine cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5672" #> #> $`large intestine cancer`$`_id` #> [1] "DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`large intestine cancer`$privateGeneCount #> [1] 0 #> #> $`large intestine cancer`$publicGeneCount #> [1] 419 #> #> $`large intestine cancer`$urlId #> [1] "DOID_5672" #> #> $`large intestine cancer`$dbPhenotype #> [1] TRUE #> #> $`large intestine cancer`$`_parent` #> [1] "DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`large intestine cancer`$`_is_leaf` #> [1] FALSE #> #> $`large intestine cancer`$children #> $`large intestine cancer`$children[[1]] #> [1] "DOID_14110<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`large intestine cancer`$children[[2]] #> [1] "DOID_1521<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`large intestine cancer`$children[[3]] #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`large intestine cancer`$value #> [1] "large intestine cancer" #> #> #> $`large intestine cancer` #> $`large intestine cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5672" #> #> $`large intestine cancer`$`_id` #> [1] "DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`large intestine cancer`$privateGeneCount #> [1] 0 #> #> $`large intestine cancer`$publicGeneCount #> [1] 419 #> #> $`large intestine cancer`$urlId #> [1] "DOID_5672" #> #> $`large intestine cancer`$dbPhenotype #> [1] TRUE #> #> $`large intestine cancer`$`_parent` #> [1] "DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`large intestine cancer`$`_is_leaf` #> [1] FALSE #> #> $`large intestine cancer`$children #> $`large intestine cancer`$children[[1]] #> [1] "DOID_14110<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`large intestine cancer`$children[[2]] #> [1] "DOID_1521<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`large intestine cancer`$children[[3]] #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`large intestine cancer`$value #> [1] "large intestine cancer" #> #> #> $`large intestine cancer` #> $`large intestine cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5672" #> #> $`large intestine cancer`$`_id` #> [1] "DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`large intestine cancer`$privateGeneCount #> [1] 0 #> #> $`large intestine cancer`$publicGeneCount #> [1] 419 #> #> $`large intestine cancer`$urlId #> [1] "DOID_5672" #> #> $`large intestine cancer`$dbPhenotype #> [1] TRUE #> #> $`large intestine cancer`$`_parent` #> [1] "DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`large intestine cancer`$`_is_leaf` #> [1] FALSE #> #> $`large intestine cancer`$children #> $`large intestine cancer`$children[[1]] #> [1] "DOID_14110<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`large intestine cancer`$children[[2]] #> [1] "DOID_1521<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`large intestine cancer`$children[[3]] #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`large intestine cancer`$value #> [1] "large intestine cancer" #> #> #> $`Laron syndrome` #> $`Laron syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9521" #> #> $`Laron syndrome`$`_id` #> [1] "DOID_9521<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Laron syndrome`$privateGeneCount #> [1] 0 #> #> $`Laron syndrome`$publicGeneCount #> [1] 3 #> #> $`Laron syndrome`$urlId #> [1] "DOID_9521" #> #> $`Laron syndrome`$dbPhenotype #> [1] TRUE #> #> $`Laron syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Laron syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Laron syndrome`$children #> list() #> #> $`Laron syndrome`$value #> [1] "Laron syndrome" #> #> #> $`Laron syndrome` #> $`Laron syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9521" #> #> $`Laron syndrome`$`_id` #> [1] "DOID_9521<DOID_225<DOID_4" #> #> $`Laron syndrome`$privateGeneCount #> [1] 0 #> #> $`Laron syndrome`$publicGeneCount #> [1] 3 #> #> $`Laron syndrome`$urlId #> [1] "DOID_9521" #> #> $`Laron syndrome`$dbPhenotype #> [1] TRUE #> #> $`Laron syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Laron syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Laron syndrome`$children #> list() #> #> $`Laron syndrome`$value #> [1] "Laron syndrome" #> #> #> $`Larsen syndrome` #> $`Larsen syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14764" #> #> $`Larsen syndrome`$`_id` #> [1] "DOID_14764<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Larsen syndrome`$privateGeneCount #> [1] 0 #> #> $`Larsen syndrome`$publicGeneCount #> [1] 1 #> #> $`Larsen syndrome`$urlId #> [1] "DOID_14764" #> #> $`Larsen syndrome`$dbPhenotype #> [1] TRUE #> #> $`Larsen syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Larsen syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Larsen syndrome`$children #> list() #> #> $`Larsen syndrome`$value #> [1] "Larsen syndrome" #> #> #> $`Larsen syndrome` #> $`Larsen syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14764" #> #> $`Larsen syndrome`$`_id` #> [1] "DOID_14764<DOID_225<DOID_4" #> #> $`Larsen syndrome`$privateGeneCount #> [1] 0 #> #> $`Larsen syndrome`$publicGeneCount #> [1] 1 #> #> $`Larsen syndrome`$urlId #> [1] "DOID_14764" #> #> $`Larsen syndrome`$dbPhenotype #> [1] TRUE #> #> $`Larsen syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Larsen syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Larsen syndrome`$children #> list() #> #> $`Larsen syndrome`$value #> [1] "Larsen syndrome" #> #> #> $`laryngeal benign neoplasm` #> $`laryngeal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2598" #> #> $`laryngeal benign neoplasm`$`_id` #> [1] "DOID_2598<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`laryngeal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`laryngeal benign neoplasm`$publicGeneCount #> [1] 16 #> #> $`laryngeal benign neoplasm`$urlId #> [1] "DOID_2598" #> #> $`laryngeal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`laryngeal benign neoplasm`$`_parent` #> [1] "DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`laryngeal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`laryngeal benign neoplasm`$children #> list() #> #> $`laryngeal benign neoplasm`$value #> [1] "laryngeal benign neoplasm" #> #> #> $`laryngeal benign neoplasm` #> $`laryngeal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2598" #> #> $`laryngeal benign neoplasm`$`_id` #> [1] "DOID_2598<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`laryngeal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`laryngeal benign neoplasm`$publicGeneCount #> [1] 16 #> #> $`laryngeal benign neoplasm`$urlId #> [1] "DOID_2598" #> #> $`laryngeal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`laryngeal benign neoplasm`$`_parent` #> [1] "DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`laryngeal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`laryngeal benign neoplasm`$children #> list() #> #> $`laryngeal benign neoplasm`$value #> [1] "laryngeal benign neoplasm" #> #> #> $`laryngeal benign neoplasm` #> $`laryngeal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2598" #> #> $`laryngeal benign neoplasm`$`_id` #> [1] "DOID_2598<DOID_786<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`laryngeal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`laryngeal benign neoplasm`$publicGeneCount #> [1] 16 #> #> $`laryngeal benign neoplasm`$urlId #> [1] "DOID_2598" #> #> $`laryngeal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`laryngeal benign neoplasm`$`_parent` #> [1] "DOID_786<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`laryngeal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`laryngeal benign neoplasm`$children #> list() #> #> $`laryngeal benign neoplasm`$value #> [1] "laryngeal benign neoplasm" #> #> #> $`laryngeal disease` #> $`laryngeal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_786" #> #> $`laryngeal disease`$`_id` #> [1] "DOID_786<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`laryngeal disease`$privateGeneCount #> [1] 0 #> #> $`laryngeal disease`$publicGeneCount #> [1] 17 #> #> $`laryngeal disease`$urlId #> [1] "DOID_786" #> #> $`laryngeal disease`$dbPhenotype #> [1] TRUE #> #> $`laryngeal disease`$`_parent` #> [1] "DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`laryngeal disease`$`_is_leaf` #> [1] FALSE #> #> $`laryngeal disease`$children #> $`laryngeal disease`$children[[1]] #> [1] "DOID_2598<DOID_786<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`laryngeal disease`$children[[2]] #> [1] "DOID_2596<DOID_786<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $`laryngeal disease`$value #> [1] "laryngeal disease" #> #> #> $`larynx cancer` #> $`larynx cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2596" #> #> $`larynx cancer`$`_id` #> [1] "DOID_2596<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`larynx cancer`$privateGeneCount #> [1] 0 #> #> $`larynx cancer`$publicGeneCount #> [1] 16 #> #> $`larynx cancer`$urlId #> [1] "DOID_2596" #> #> $`larynx cancer`$dbPhenotype #> [1] TRUE #> #> $`larynx cancer`$`_parent` #> [1] "DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`larynx cancer`$`_is_leaf` #> [1] TRUE #> #> $`larynx cancer`$children #> list() #> #> $`larynx cancer`$value #> [1] "larynx cancer" #> #> #> $`larynx cancer` #> $`larynx cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2596" #> #> $`larynx cancer`$`_id` #> [1] "DOID_2596<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`larynx cancer`$privateGeneCount #> [1] 0 #> #> $`larynx cancer`$publicGeneCount #> [1] 16 #> #> $`larynx cancer`$urlId #> [1] "DOID_2596" #> #> $`larynx cancer`$dbPhenotype #> [1] TRUE #> #> $`larynx cancer`$`_parent` #> [1] "DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`larynx cancer`$`_is_leaf` #> [1] TRUE #> #> $`larynx cancer`$children #> list() #> #> $`larynx cancer`$value #> [1] "larynx cancer" #> #> #> $`larynx cancer` #> $`larynx cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2596" #> #> $`larynx cancer`$`_id` #> [1] "DOID_2596<DOID_786<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`larynx cancer`$privateGeneCount #> [1] 0 #> #> $`larynx cancer`$publicGeneCount #> [1] 16 #> #> $`larynx cancer`$urlId #> [1] "DOID_2596" #> #> $`larynx cancer`$dbPhenotype #> [1] TRUE #> #> $`larynx cancer`$`_parent` #> [1] "DOID_786<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`larynx cancer`$`_is_leaf` #> [1] TRUE #> #> $`larynx cancer`$children #> list() #> #> $`larynx cancer`$value #> [1] "larynx cancer" #> #> #> $`Lassa fever` #> $`Lassa fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9537" #> #> $`Lassa fever`$`_id` #> [1] "DOID_9537<DOID_934<DOID_0050117<DOID_4" #> #> $`Lassa fever`$privateGeneCount #> [1] 0 #> #> $`Lassa fever`$publicGeneCount #> [1] 1 #> #> $`Lassa fever`$urlId #> [1] "DOID_9537" #> #> $`Lassa fever`$dbPhenotype #> [1] TRUE #> #> $`Lassa fever`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`Lassa fever`$`_is_leaf` #> [1] TRUE #> #> $`Lassa fever`$children #> list() #> #> $`Lassa fever`$value #> [1] "Lassa fever" #> #> #> $`late onset Parkinson's disease` #> $`late onset Parkinson's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060892" #> #> $`late onset Parkinson's disease`$`_id` #> [1] "DOID_0060892<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`late onset Parkinson's disease`$privateGeneCount #> [1] 0 #> #> $`late onset Parkinson's disease`$publicGeneCount #> [1] 2 #> #> $`late onset Parkinson's disease`$urlId #> [1] "DOID_0060892" #> #> $`late onset Parkinson's disease`$dbPhenotype #> [1] FALSE #> #> $`late onset Parkinson's disease`$`_parent` #> [1] "DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`late onset Parkinson's disease`$`_is_leaf` #> [1] FALSE #> #> $`late onset Parkinson's disease`$children #> $`late onset Parkinson's disease`$children[[1]] #> [1] "DOID_0060367<DOID_0060892<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`late onset Parkinson's disease`$children[[2]] #> [1] "DOID_0060371<DOID_0060892<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`late onset Parkinson's disease`$value #> [1] "late onset Parkinson's disease" #> #> #> $`lateral medullary syndrome` #> $`lateral medullary syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3522" #> #> $`lateral medullary syndrome`$`_id` #> [1] "DOID_3522<DOID_3523<DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`lateral medullary syndrome`$privateGeneCount #> [1] 0 #> #> $`lateral medullary syndrome`$publicGeneCount #> [1] 1 #> #> $`lateral medullary syndrome`$urlId #> [1] "DOID_3522" #> #> $`lateral medullary syndrome`$dbPhenotype #> [1] TRUE #> #> $`lateral medullary syndrome`$`_parent` #> [1] "DOID_3523<DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`lateral medullary syndrome`$`_is_leaf` #> [1] TRUE #> #> $`lateral medullary syndrome`$children #> list() #> #> $`lateral medullary syndrome`$value #> [1] "lateral medullary syndrome" #> #> #> $`lateral medullary syndrome` #> $`lateral medullary syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3522" #> #> $`lateral medullary syndrome`$`_id` #> [1] "DOID_3522<DOID_3523<DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`lateral medullary syndrome`$privateGeneCount #> [1] 0 #> #> $`lateral medullary syndrome`$publicGeneCount #> [1] 1 #> #> $`lateral medullary syndrome`$urlId #> [1] "DOID_3522" #> #> $`lateral medullary syndrome`$dbPhenotype #> [1] TRUE #> #> $`lateral medullary syndrome`$`_parent` #> [1] "DOID_3523<DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`lateral medullary syndrome`$`_is_leaf` #> [1] TRUE #> #> $`lateral medullary syndrome`$children #> list() #> #> $`lateral medullary syndrome`$value #> [1] "lateral medullary syndrome" #> #> #> $`lateral sclerosis` #> $`lateral sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_230" #> #> $`lateral sclerosis`$`_id` #> [1] "DOID_230<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`lateral sclerosis`$privateGeneCount #> [1] 0 #> #> $`lateral sclerosis`$publicGeneCount #> [1] 8 #> #> $`lateral sclerosis`$urlId #> [1] "DOID_230" #> #> $`lateral sclerosis`$dbPhenotype #> [1] TRUE #> #> $`lateral sclerosis`$`_parent` #> [1] "DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`lateral sclerosis`$`_is_leaf` #> [1] TRUE #> #> $`lateral sclerosis`$children #> list() #> #> $`lateral sclerosis`$value #> [1] "lateral sclerosis" #> #> #> $`Laurence-Moon syndrome` #> $`Laurence-Moon syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1930" #> #> $`Laurence-Moon syndrome`$`_id` #> [1] "DOID_1930<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Laurence-Moon syndrome`$privateGeneCount #> [1] 0 #> #> $`Laurence-Moon syndrome`$publicGeneCount #> [1] 1 #> #> $`Laurence-Moon syndrome`$urlId #> [1] "DOID_1930" #> #> $`Laurence-Moon syndrome`$dbPhenotype #> [1] TRUE #> #> $`Laurence-Moon syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Laurence-Moon syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Laurence-Moon syndrome`$children #> list() #> #> $`Laurence-Moon syndrome`$value #> [1] "Laurence-Moon syndrome" #> #> #> $`Laurence-Moon syndrome` #> $`Laurence-Moon syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1930" #> #> $`Laurence-Moon syndrome`$`_id` #> [1] "DOID_1930<DOID_225<DOID_4" #> #> $`Laurence-Moon syndrome`$privateGeneCount #> [1] 0 #> #> $`Laurence-Moon syndrome`$publicGeneCount #> [1] 1 #> #> $`Laurence-Moon syndrome`$urlId #> [1] "DOID_1930" #> #> $`Laurence-Moon syndrome`$dbPhenotype #> [1] TRUE #> #> $`Laurence-Moon syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Laurence-Moon syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Laurence-Moon syndrome`$children #> list() #> #> $`Laurence-Moon syndrome`$value #> [1] "Laurence-Moon syndrome" #> #> #> $`learning disability` #> $`learning disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8927" #> #> $`learning disability`$`_id` #> [1] "DOID_8927<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`learning disability`$privateGeneCount #> [1] 0 #> #> $`learning disability`$publicGeneCount #> [1] 54 #> #> $`learning disability`$urlId #> [1] "DOID_8927" #> #> $`learning disability`$dbPhenotype #> [1] TRUE #> #> $`learning disability`$`_parent` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`learning disability`$`_is_leaf` #> [1] FALSE #> #> $`learning disability`$children #> $`learning disability`$children[[1]] #> [1] "DOID_13365<DOID_8927<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`learning disability`$value #> [1] "learning disability" #> #> #> $`Leber congenital amaurosis` #> $`Leber congenital amaurosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14791" #> #> $`Leber congenital amaurosis`$`_id` #> [1] "DOID_14791<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Leber congenital amaurosis`$privateGeneCount #> [1] 0 #> #> $`Leber congenital amaurosis`$publicGeneCount #> [1] 18 #> #> $`Leber congenital amaurosis`$urlId #> [1] "DOID_14791" #> #> $`Leber congenital amaurosis`$dbPhenotype #> [1] TRUE #> #> $`Leber congenital amaurosis`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Leber congenital amaurosis`$`_is_leaf` #> [1] TRUE #> #> $`Leber congenital amaurosis`$children #> list() #> #> $`Leber congenital amaurosis`$value #> [1] "Leber congenital amaurosis" #> #> #> $`Leber hereditary optic neuropathy` #> $`Leber hereditary optic neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_705" #> #> $`Leber hereditary optic neuropathy`$`_id` #> [1] "DOID_705<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Leber hereditary optic neuropathy`$privateGeneCount #> [1] 0 #> #> $`Leber hereditary optic neuropathy`$publicGeneCount #> [1] 18 #> #> $`Leber hereditary optic neuropathy`$urlId #> [1] "DOID_705" #> #> $`Leber hereditary optic neuropathy`$dbPhenotype #> [1] TRUE #> #> $`Leber hereditary optic neuropathy`$`_parent` #> [1] "DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Leber hereditary optic neuropathy`$`_is_leaf` #> [1] TRUE #> #> $`Leber hereditary optic neuropathy`$children #> list() #> #> $`Leber hereditary optic neuropathy`$value #> [1] "Leber hereditary optic neuropathy" #> #> #> $`Left ventricular hypertrophy` #> $`Left ventricular hypertrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001712" #> #> $`Left ventricular hypertrophy`$`_id` #> [1] "HP_0001712<HP_0001711<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Left ventricular hypertrophy`$privateGeneCount #> [1] 0 #> #> $`Left ventricular hypertrophy`$publicGeneCount #> [1] 43 #> #> $`Left ventricular hypertrophy`$urlId #> [1] "HP_0001712" #> #> $`Left ventricular hypertrophy`$dbPhenotype #> [1] TRUE #> #> $`Left ventricular hypertrophy`$`_parent` #> [1] "HP_0001711<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Left ventricular hypertrophy`$`_is_leaf` #> [1] TRUE #> #> $`Left ventricular hypertrophy`$children #> list() #> #> $`Left ventricular hypertrophy`$value #> [1] "Left ventricular hypertrophy" #> #> #> $`Left ventricular hypertrophy` #> $`Left ventricular hypertrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001712" #> #> $`Left ventricular hypertrophy`$`_id` #> [1] "HP_0001712<HP_0001714<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Left ventricular hypertrophy`$privateGeneCount #> [1] 0 #> #> $`Left ventricular hypertrophy`$publicGeneCount #> [1] 43 #> #> $`Left ventricular hypertrophy`$urlId #> [1] "HP_0001712" #> #> $`Left ventricular hypertrophy`$dbPhenotype #> [1] TRUE #> #> $`Left ventricular hypertrophy`$`_parent` #> [1] "HP_0001714<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Left ventricular hypertrophy`$`_is_leaf` #> [1] TRUE #> #> $`Left ventricular hypertrophy`$children #> list() #> #> $`Left ventricular hypertrophy`$value #> [1] "Left ventricular hypertrophy" #> #> #> $`left ventricular noncompaction` #> $`left ventricular noncompaction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060480" #> #> $`left ventricular noncompaction`$`_id` #> [1] "DOID_0060480<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`left ventricular noncompaction`$privateGeneCount #> [1] 0 #> #> $`left ventricular noncompaction`$publicGeneCount #> [1] 2 #> #> $`left ventricular noncompaction`$urlId #> [1] "DOID_0060480" #> #> $`left ventricular noncompaction`$dbPhenotype #> [1] TRUE #> #> $`left ventricular noncompaction`$`_parent` #> [1] "DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`left ventricular noncompaction`$`_is_leaf` #> [1] TRUE #> #> $`left ventricular noncompaction`$children #> list() #> #> $`left ventricular noncompaction`$value #> [1] "left ventricular noncompaction" #> #> #> $`Legg-Calve-Perthes disease` #> $`Legg-Calve-Perthes disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14415" #> #> $`Legg-Calve-Perthes disease`$`_id` #> [1] "DOID_14415<DOID_8125<DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Legg-Calve-Perthes disease`$privateGeneCount #> [1] 0 #> #> $`Legg-Calve-Perthes disease`$publicGeneCount #> [1] 1 #> #> $`Legg-Calve-Perthes disease`$urlId #> [1] "DOID_14415" #> #> $`Legg-Calve-Perthes disease`$dbPhenotype #> [1] TRUE #> #> $`Legg-Calve-Perthes disease`$`_parent` #> [1] "DOID_8125<DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Legg-Calve-Perthes disease`$`_is_leaf` #> [1] TRUE #> #> $`Legg-Calve-Perthes disease`$children #> list() #> #> $`Legg-Calve-Perthes disease`$value #> [1] "Legg-Calve-Perthes disease" #> #> #> $legionellosis #> $legionellosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10458" #> #> $legionellosis$`_id` #> [1] "DOID_10458<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $legionellosis$privateGeneCount #> [1] 0 #> #> $legionellosis$publicGeneCount #> [1] 5 #> #> $legionellosis$urlId #> [1] "DOID_10458" #> #> $legionellosis$dbPhenotype #> [1] FALSE #> #> $legionellosis$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $legionellosis$`_is_leaf` #> [1] FALSE #> #> $legionellosis$children #> $legionellosis$children[[1]] #> [1] "DOID_10457<DOID_10458<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> #> $legionellosis$value #> [1] "legionellosis" #> #> #> $`Legionnaires' disease` #> $`Legionnaires' disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10457" #> #> $`Legionnaires' disease`$`_id` #> [1] "DOID_10457<DOID_10458<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`Legionnaires' disease`$privateGeneCount #> [1] 0 #> #> $`Legionnaires' disease`$publicGeneCount #> [1] 5 #> #> $`Legionnaires' disease`$urlId #> [1] "DOID_10457" #> #> $`Legionnaires' disease`$dbPhenotype #> [1] TRUE #> #> $`Legionnaires' disease`$`_parent` #> [1] "DOID_10458<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`Legionnaires' disease`$`_is_leaf` #> [1] TRUE #> #> $`Legionnaires' disease`$children #> list() #> #> $`Legionnaires' disease`$value #> [1] "Legionnaires' disease" #> #> #> $`legume allergy` #> $`legume allergy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060904" #> #> $`legume allergy`$`_id` #> [1] "DOID_0060904<DOID_0060503<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`legume allergy`$privateGeneCount #> [1] 0 #> #> $`legume allergy`$publicGeneCount #> [1] 2 #> #> $`legume allergy`$urlId #> [1] "DOID_0060904" #> #> $`legume allergy`$dbPhenotype #> [1] FALSE #> #> $`legume allergy`$`_parent` #> [1] "DOID_0060503<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`legume allergy`$`_is_leaf` #> [1] FALSE #> #> $`legume allergy`$children #> $`legume allergy`$children[[1]] #> [1] "DOID_4378<DOID_0060904<DOID_0060503<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`legume allergy`$value #> [1] "legume allergy" #> #> #> $`Leigh disease` #> $`Leigh disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3652" #> #> $`Leigh disease`$`_id` #> [1] "DOID_3652<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`Leigh disease`$privateGeneCount #> [1] 0 #> #> $`Leigh disease`$publicGeneCount #> [1] 25 #> #> $`Leigh disease`$urlId #> [1] "DOID_3652" #> #> $`Leigh disease`$dbPhenotype #> [1] TRUE #> #> $`Leigh disease`$`_parent` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`Leigh disease`$`_is_leaf` #> [1] TRUE #> #> $`Leigh disease`$children #> list() #> #> $`Leigh disease`$value #> [1] "Leigh disease" #> #> #> $leiomyoma #> $leiomyoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_127" #> #> $leiomyoma$`_id` #> [1] "DOID_127<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $leiomyoma$privateGeneCount #> [1] 0 #> #> $leiomyoma$publicGeneCount #> [1] 39 #> #> $leiomyoma$urlId #> [1] "DOID_127" #> #> $leiomyoma$dbPhenotype #> [1] TRUE #> #> $leiomyoma$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $leiomyoma$`_is_leaf` #> [1] FALSE #> #> $leiomyoma$children #> $leiomyoma$children[[1]] #> [1] "DOID_5138<DOID_127<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $leiomyoma$value #> [1] "leiomyoma" #> #> #> $leiomyomatosis #> $leiomyomatosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5138" #> #> $leiomyomatosis$`_id` #> [1] "DOID_5138<DOID_127<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $leiomyomatosis$privateGeneCount #> [1] 0 #> #> $leiomyomatosis$publicGeneCount #> [1] 2 #> #> $leiomyomatosis$urlId #> [1] "DOID_5138" #> #> $leiomyomatosis$dbPhenotype #> [1] TRUE #> #> $leiomyomatosis$`_parent` #> [1] "DOID_127<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $leiomyomatosis$`_is_leaf` #> [1] TRUE #> #> $leiomyomatosis$children #> list() #> #> $leiomyomatosis$value #> [1] "leiomyomatosis" #> #> #> $leiomyosarcoma #> $leiomyosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1967" #> #> $leiomyosarcoma$`_id` #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $leiomyosarcoma$privateGeneCount #> [1] 0 #> #> $leiomyosarcoma$publicGeneCount #> [1] 10 #> #> $leiomyosarcoma$urlId #> [1] "DOID_1967" #> #> $leiomyosarcoma$dbPhenotype #> [1] TRUE #> #> $leiomyosarcoma$`_parent` #> [1] "DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $leiomyosarcoma$`_is_leaf` #> [1] FALSE #> #> $leiomyosarcoma$children #> $leiomyosarcoma$children[[1]] #> [1] "DOID_5264<DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $leiomyosarcoma$children[[2]] #> [1] "DOID_5268<DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $leiomyosarcoma$value #> [1] "leiomyosarcoma" #> #> #> $leiomyosarcoma #> $leiomyosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1967" #> #> $leiomyosarcoma$`_id` #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $leiomyosarcoma$privateGeneCount #> [1] 0 #> #> $leiomyosarcoma$publicGeneCount #> [1] 10 #> #> $leiomyosarcoma$urlId #> [1] "DOID_1967" #> #> $leiomyosarcoma$dbPhenotype #> [1] TRUE #> #> $leiomyosarcoma$`_parent` #> [1] "DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $leiomyosarcoma$`_is_leaf` #> [1] FALSE #> #> $leiomyosarcoma$children #> $leiomyosarcoma$children[[1]] #> [1] "DOID_5264<DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $leiomyosarcoma$children[[2]] #> [1] "DOID_5268<DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $leiomyosarcoma$value #> [1] "leiomyosarcoma" #> #> #> $leiomyosarcoma #> $leiomyosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1967" #> #> $leiomyosarcoma$`_id` #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $leiomyosarcoma$privateGeneCount #> [1] 0 #> #> $leiomyosarcoma$publicGeneCount #> [1] 10 #> #> $leiomyosarcoma$urlId #> [1] "DOID_1967" #> #> $leiomyosarcoma$dbPhenotype #> [1] TRUE #> #> $leiomyosarcoma$`_parent` #> [1] "DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $leiomyosarcoma$`_is_leaf` #> [1] FALSE #> #> $leiomyosarcoma$children #> $leiomyosarcoma$children[[1]] #> [1] "DOID_5264<DOID_1967<DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $leiomyosarcoma$children[[2]] #> [1] "DOID_5268<DOID_1967<DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $leiomyosarcoma$value #> [1] "leiomyosarcoma" #> #> #> $leishmaniasis #> $leishmaniasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9065" #> #> $leishmaniasis$`_id` #> [1] "DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $leishmaniasis$privateGeneCount #> [1] 0 #> #> $leishmaniasis$publicGeneCount #> [1] 29 #> #> $leishmaniasis$urlId #> [1] "DOID_9065" #> #> $leishmaniasis$dbPhenotype #> [1] TRUE #> #> $leishmaniasis$`_parent` #> [1] "DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $leishmaniasis$`_is_leaf` #> [1] FALSE #> #> $leishmaniasis$children #> $leishmaniasis$children[[1]] #> [1] "DOID_9111<DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $leishmaniasis$children[[2]] #> [1] "DOID_9155<DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $leishmaniasis$children[[3]] #> [1] "DOID_9146<DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> #> $leishmaniasis$value #> [1] "leishmaniasis" #> #> #> $`lens disease` #> $`lens disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_110" #> #> $`lens disease`$`_id` #> [1] "DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`lens disease`$privateGeneCount #> [1] 0 #> #> $`lens disease`$publicGeneCount #> [1] 68 #> #> $`lens disease`$urlId #> [1] "DOID_110" #> #> $`lens disease`$dbPhenotype #> [1] TRUE #> #> $`lens disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`lens disease`$`_is_leaf` #> [1] FALSE #> #> $`lens disease`$children #> $`lens disease`$children[[1]] #> [1] "DOID_83<DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`lens disease`$children[[2]] #> [1] "DOID_11367<DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`lens disease`$value #> [1] "lens disease" #> #> #> $`lepromatous leprosy` #> $`lepromatous leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10887" #> #> $`lepromatous leprosy`$`_id` #> [1] "DOID_10887<DOID_1024<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`lepromatous leprosy`$privateGeneCount #> [1] 0 #> #> $`lepromatous leprosy`$publicGeneCount #> [1] 3 #> #> $`lepromatous leprosy`$urlId #> [1] "DOID_10887" #> #> $`lepromatous leprosy`$dbPhenotype #> [1] TRUE #> #> $`lepromatous leprosy`$`_parent` #> [1] "DOID_1024<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`lepromatous leprosy`$`_is_leaf` #> [1] TRUE #> #> $`lepromatous leprosy`$children #> list() #> #> $`lepromatous leprosy`$value #> [1] "lepromatous leprosy" #> #> #> $`lepromatous leprosy` #> $`lepromatous leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10887" #> #> $`lepromatous leprosy`$`_id` #> [1] "DOID_10887<DOID_1024<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`lepromatous leprosy`$privateGeneCount #> [1] 0 #> #> $`lepromatous leprosy`$publicGeneCount #> [1] 3 #> #> $`lepromatous leprosy`$urlId #> [1] "DOID_10887" #> #> $`lepromatous leprosy`$dbPhenotype #> [1] TRUE #> #> $`lepromatous leprosy`$`_parent` #> [1] "DOID_1024<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`lepromatous leprosy`$`_is_leaf` #> [1] TRUE #> #> $`lepromatous leprosy`$children #> list() #> #> $`lepromatous leprosy`$value #> [1] "lepromatous leprosy" #> #> #> $`lepromatous leprosy` #> $`lepromatous leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10887" #> #> $`lepromatous leprosy`$`_id` #> [1] "DOID_10887<DOID_1024<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`lepromatous leprosy`$privateGeneCount #> [1] 0 #> #> $`lepromatous leprosy`$publicGeneCount #> [1] 3 #> #> $`lepromatous leprosy`$urlId #> [1] "DOID_10887" #> #> $`lepromatous leprosy`$dbPhenotype #> [1] TRUE #> #> $`lepromatous leprosy`$`_parent` #> [1] "DOID_1024<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`lepromatous leprosy`$`_is_leaf` #> [1] TRUE #> #> $`lepromatous leprosy`$children #> list() #> #> $`lepromatous leprosy`$value #> [1] "lepromatous leprosy" #> #> #> $`lepromatous leprosy` #> $`lepromatous leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10887" #> #> $`lepromatous leprosy`$`_id` #> [1] "DOID_10887<DOID_1024<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`lepromatous leprosy`$privateGeneCount #> [1] 0 #> #> $`lepromatous leprosy`$publicGeneCount #> [1] 3 #> #> $`lepromatous leprosy`$urlId #> [1] "DOID_10887" #> #> $`lepromatous leprosy`$dbPhenotype #> [1] TRUE #> #> $`lepromatous leprosy`$`_parent` #> [1] "DOID_1024<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`lepromatous leprosy`$`_is_leaf` #> [1] TRUE #> #> $`lepromatous leprosy`$children #> list() #> #> $`lepromatous leprosy`$value #> [1] "lepromatous leprosy" #> #> #> $`lepromatous leprosy` #> $`lepromatous leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10887" #> #> $`lepromatous leprosy`$`_id` #> [1] "DOID_10887<DOID_1024<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`lepromatous leprosy`$privateGeneCount #> [1] 0 #> #> $`lepromatous leprosy`$publicGeneCount #> [1] 3 #> #> $`lepromatous leprosy`$urlId #> [1] "DOID_10887" #> #> $`lepromatous leprosy`$dbPhenotype #> [1] TRUE #> #> $`lepromatous leprosy`$`_parent` #> [1] "DOID_1024<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`lepromatous leprosy`$`_is_leaf` #> [1] TRUE #> #> $`lepromatous leprosy`$children #> list() #> #> $`lepromatous leprosy`$value #> [1] "lepromatous leprosy" #> #> #> $`lepromatous leprosy` #> $`lepromatous leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10887" #> #> $`lepromatous leprosy`$`_id` #> [1] "DOID_10887<DOID_1024<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`lepromatous leprosy`$privateGeneCount #> [1] 0 #> #> $`lepromatous leprosy`$publicGeneCount #> [1] 3 #> #> $`lepromatous leprosy`$urlId #> [1] "DOID_10887" #> #> $`lepromatous leprosy`$dbPhenotype #> [1] TRUE #> #> $`lepromatous leprosy`$`_parent` #> [1] "DOID_1024<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`lepromatous leprosy`$`_is_leaf` #> [1] TRUE #> #> $`lepromatous leprosy`$children #> list() #> #> $`lepromatous leprosy`$value #> [1] "lepromatous leprosy" #> #> #> $leprosy #> $leprosy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1024" #> #> $leprosy$`_id` #> [1] "DOID_1024<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $leprosy$privateGeneCount #> [1] 0 #> #> $leprosy$publicGeneCount #> [1] 20 #> #> $leprosy$urlId #> [1] "DOID_1024" #> #> $leprosy$dbPhenotype #> [1] TRUE #> #> $leprosy$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $leprosy$`_is_leaf` #> [1] FALSE #> #> $leprosy$children #> $leprosy$children[[1]] #> [1] "DOID_10887<DOID_1024<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $leprosy$children[[2]] #> [1] "DOID_1025<DOID_1024<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> #> $leprosy$value #> [1] "leprosy" #> #> #> $leprosy #> $leprosy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1024" #> #> $leprosy$`_id` #> [1] "DOID_1024<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $leprosy$privateGeneCount #> [1] 0 #> #> $leprosy$publicGeneCount #> [1] 20 #> #> $leprosy$urlId #> [1] "DOID_1024" #> #> $leprosy$dbPhenotype #> [1] TRUE #> #> $leprosy$`_parent` #> [1] "DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $leprosy$`_is_leaf` #> [1] FALSE #> #> $leprosy$children #> $leprosy$children[[1]] #> [1] "DOID_10887<DOID_1024<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $leprosy$children[[2]] #> [1] "DOID_1025<DOID_1024<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $leprosy$value #> [1] "leprosy" #> #> #> $leprosy #> $leprosy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1024" #> #> $leprosy$`_id` #> [1] "DOID_1024<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $leprosy$privateGeneCount #> [1] 0 #> #> $leprosy$publicGeneCount #> [1] 20 #> #> $leprosy$urlId #> [1] "DOID_1024" #> #> $leprosy$dbPhenotype #> [1] TRUE #> #> $leprosy$`_parent` #> [1] "DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $leprosy$`_is_leaf` #> [1] FALSE #> #> $leprosy$children #> $leprosy$children[[1]] #> [1] "DOID_10887<DOID_1024<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $leprosy$children[[2]] #> [1] "DOID_1025<DOID_1024<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $leprosy$value #> [1] "leprosy" #> #> #> $leprosy #> $leprosy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1024" #> #> $leprosy$`_id` #> [1] "DOID_1024<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $leprosy$privateGeneCount #> [1] 0 #> #> $leprosy$publicGeneCount #> [1] 20 #> #> $leprosy$urlId #> [1] "DOID_1024" #> #> $leprosy$dbPhenotype #> [1] TRUE #> #> $leprosy$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $leprosy$`_is_leaf` #> [1] FALSE #> #> $leprosy$children #> $leprosy$children[[1]] #> [1] "DOID_10887<DOID_1024<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $leprosy$children[[2]] #> [1] "DOID_1025<DOID_1024<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $leprosy$value #> [1] "leprosy" #> #> #> $leprosy #> $leprosy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1024" #> #> $leprosy$`_id` #> [1] "DOID_1024<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $leprosy$privateGeneCount #> [1] 0 #> #> $leprosy$publicGeneCount #> [1] 20 #> #> $leprosy$urlId #> [1] "DOID_1024" #> #> $leprosy$dbPhenotype #> [1] TRUE #> #> $leprosy$`_parent` #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $leprosy$`_is_leaf` #> [1] FALSE #> #> $leprosy$children #> $leprosy$children[[1]] #> [1] "DOID_10887<DOID_1024<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $leprosy$children[[2]] #> [1] "DOID_1025<DOID_1024<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $leprosy$value #> [1] "leprosy" #> #> #> $leprosy #> $leprosy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1024" #> #> $leprosy$`_id` #> [1] "DOID_1024<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $leprosy$privateGeneCount #> [1] 0 #> #> $leprosy$publicGeneCount #> [1] 20 #> #> $leprosy$urlId #> [1] "DOID_1024" #> #> $leprosy$dbPhenotype #> [1] TRUE #> #> $leprosy$`_parent` #> [1] "DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $leprosy$`_is_leaf` #> [1] FALSE #> #> $leprosy$children #> $leprosy$children[[1]] #> [1] "DOID_10887<DOID_1024<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $leprosy$children[[2]] #> [1] "DOID_1025<DOID_1024<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $leprosy$value #> [1] "leprosy" #> #> #> $leptospirosis #> $leptospirosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2297" #> #> $leptospirosis$`_id` #> [1] "DOID_2297<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $leptospirosis$privateGeneCount #> [1] 0 #> #> $leptospirosis$publicGeneCount #> [1] 1 #> #> $leptospirosis$urlId #> [1] "DOID_2297" #> #> $leptospirosis$dbPhenotype #> [1] TRUE #> #> $leptospirosis$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $leptospirosis$`_is_leaf` #> [1] TRUE #> #> $leptospirosis$children #> list() #> #> $leptospirosis$value #> [1] "leptospirosis" #> #> #> $`Lesch-Nyhan syndrome` #> $`Lesch-Nyhan syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1919" #> #> $`Lesch-Nyhan syndrome`$`_id` #> [1] "DOID_1919<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Lesch-Nyhan syndrome`$privateGeneCount #> [1] 0 #> #> $`Lesch-Nyhan syndrome`$publicGeneCount #> [1] 2 #> #> $`Lesch-Nyhan syndrome`$urlId #> [1] "DOID_1919" #> #> $`Lesch-Nyhan syndrome`$dbPhenotype #> [1] TRUE #> #> $`Lesch-Nyhan syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Lesch-Nyhan syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Lesch-Nyhan syndrome`$children #> list() #> #> $`Lesch-Nyhan syndrome`$value #> [1] "Lesch-Nyhan syndrome" #> #> #> $`Lesch-Nyhan syndrome` #> $`Lesch-Nyhan syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1919" #> #> $`Lesch-Nyhan syndrome`$`_id` #> [1] "DOID_1919<DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> $`Lesch-Nyhan syndrome`$privateGeneCount #> [1] 0 #> #> $`Lesch-Nyhan syndrome`$publicGeneCount #> [1] 2 #> #> $`Lesch-Nyhan syndrome`$urlId #> [1] "DOID_1919" #> #> $`Lesch-Nyhan syndrome`$dbPhenotype #> [1] TRUE #> #> $`Lesch-Nyhan syndrome`$`_parent` #> [1] "DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> $`Lesch-Nyhan syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Lesch-Nyhan syndrome`$children #> list() #> #> $`Lesch-Nyhan syndrome`$value #> [1] "Lesch-Nyhan syndrome" #> #> #> $`lesion of sciatic nerve` #> $`lesion of sciatic nerve`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12528" #> #> $`lesion of sciatic nerve`$`_id` #> [1] "DOID_12528<DOID_9473<DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`lesion of sciatic nerve`$privateGeneCount #> [1] 0 #> #> $`lesion of sciatic nerve`$publicGeneCount #> [1] 9 #> #> $`lesion of sciatic nerve`$urlId #> [1] "DOID_12528" #> #> $`lesion of sciatic nerve`$dbPhenotype #> [1] TRUE #> #> $`lesion of sciatic nerve`$`_parent` #> [1] "DOID_9473<DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`lesion of sciatic nerve`$`_is_leaf` #> [1] FALSE #> #> $`lesion of sciatic nerve`$children #> $`lesion of sciatic nerve`$children[[1]] #> [1] "DOID_11446<DOID_12528<DOID_9473<DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`lesion of sciatic nerve`$value #> [1] "lesion of sciatic nerve" #> #> #> $Lethargy #> $Lethargy$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001254" #> #> $Lethargy$`_id` #> [1] "HP_0001254<HP_0004372<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Lethargy$privateGeneCount #> [1] 0 #> #> $Lethargy$publicGeneCount #> [1] 4 #> #> $Lethargy$urlId #> [1] "HP_0001254" #> #> $Lethargy$dbPhenotype #> [1] TRUE #> #> $Lethargy$`_parent` #> [1] "HP_0004372<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Lethargy$`_is_leaf` #> [1] TRUE #> #> $Lethargy$children #> list() #> #> $Lethargy$value #> [1] "Lethargy" #> #> #> $leukemia #> $leukemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1240" #> #> $leukemia$`_id` #> [1] "DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $leukemia$privateGeneCount #> [1] 0 #> #> $leukemia$publicGeneCount #> [1] 329 #> #> $leukemia$urlId #> [1] "DOID_1240" #> #> $leukemia$dbPhenotype #> [1] TRUE #> #> $leukemia$`_parent` #> [1] "DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $leukemia$`_is_leaf` #> [1] FALSE #> #> $leukemia$children #> $leukemia$children[[1]] #> [1] "DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $leukemia$children[[2]] #> [1] "DOID_8761<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $leukemia$children[[3]] #> [1] "DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $leukemia$value #> [1] "leukemia" #> #> #> $leukemia #> $leukemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1240" #> #> $leukemia$`_id` #> [1] "DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $leukemia$privateGeneCount #> [1] 0 #> #> $leukemia$publicGeneCount #> [1] 329 #> #> $leukemia$urlId #> [1] "DOID_1240" #> #> $leukemia$dbPhenotype #> [1] TRUE #> #> $leukemia$`_parent` #> [1] "DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $leukemia$`_is_leaf` #> [1] FALSE #> #> $leukemia$children #> $leukemia$children[[1]] #> [1] "DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $leukemia$children[[2]] #> [1] "DOID_8761<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $leukemia$children[[3]] #> [1] "DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $leukemia$value #> [1] "leukemia" #> #> #> $`leukocyte adhesion deficiency` #> $`leukocyte adhesion deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6612" #> #> $`leukocyte adhesion deficiency`$`_id` #> [1] "DOID_6612<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`leukocyte adhesion deficiency`$privateGeneCount #> [1] 0 #> #> $`leukocyte adhesion deficiency`$publicGeneCount #> [1] 3 #> #> $`leukocyte adhesion deficiency`$urlId #> [1] "DOID_6612" #> #> $`leukocyte adhesion deficiency`$dbPhenotype #> [1] TRUE #> #> $`leukocyte adhesion deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`leukocyte adhesion deficiency`$`_is_leaf` #> [1] TRUE #> #> $`leukocyte adhesion deficiency`$children #> list() #> #> $`leukocyte adhesion deficiency`$value #> [1] "leukocyte adhesion deficiency" #> #> #> $`leukocyte adhesion deficiency` #> $`leukocyte adhesion deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6612" #> #> $`leukocyte adhesion deficiency`$`_id` #> [1] "DOID_6612<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`leukocyte adhesion deficiency`$privateGeneCount #> [1] 0 #> #> $`leukocyte adhesion deficiency`$publicGeneCount #> [1] 3 #> #> $`leukocyte adhesion deficiency`$urlId #> [1] "DOID_6612" #> #> $`leukocyte adhesion deficiency`$dbPhenotype #> [1] TRUE #> #> $`leukocyte adhesion deficiency`$`_parent` #> [1] "DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`leukocyte adhesion deficiency`$`_is_leaf` #> [1] TRUE #> #> $`leukocyte adhesion deficiency`$children #> list() #> #> $`leukocyte adhesion deficiency`$value #> [1] "leukocyte adhesion deficiency" #> #> #> $`leukocyte adhesion deficiency` #> $`leukocyte adhesion deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6612" #> #> $`leukocyte adhesion deficiency`$`_id` #> [1] "DOID_6612<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`leukocyte adhesion deficiency`$privateGeneCount #> [1] 0 #> #> $`leukocyte adhesion deficiency`$publicGeneCount #> [1] 3 #> #> $`leukocyte adhesion deficiency`$urlId #> [1] "DOID_6612" #> #> $`leukocyte adhesion deficiency`$dbPhenotype #> [1] TRUE #> #> $`leukocyte adhesion deficiency`$`_parent` #> [1] "DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`leukocyte adhesion deficiency`$`_is_leaf` #> [1] TRUE #> #> $`leukocyte adhesion deficiency`$children #> list() #> #> $`leukocyte adhesion deficiency`$value #> [1] "leukocyte adhesion deficiency" #> #> #> $`leukocyte disease` #> $`leukocyte disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9500" #> #> $`leukocyte disease`$`_id` #> [1] "DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`leukocyte disease`$privateGeneCount #> [1] 0 #> #> $`leukocyte disease`$publicGeneCount #> [1] 109 #> #> $`leukocyte disease`$urlId #> [1] "DOID_9500" #> #> $`leukocyte disease`$dbPhenotype #> [1] TRUE #> #> $`leukocyte disease`$`_parent` #> [1] "DOID_74<DOID_7<DOID_4" #> #> $`leukocyte disease`$`_is_leaf` #> [1] FALSE #> #> $`leukocyte disease`$children #> $`leukocyte disease`$children[[1]] #> [1] "DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`leukocyte disease`$children[[2]] #> [1] "DOID_6612<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`leukocyte disease`$children[[3]] #> [1] "DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`leukocyte disease`$children[[4]] #> [1] "DOID_12986<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`leukocyte disease`$children[[5]] #> [1] "DOID_0050748<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`leukocyte disease`$children[[6]] #> [1] "DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`leukocyte disease`$children[[7]] #> [1] "DOID_9538<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> #> $`leukocyte disease`$value #> [1] "leukocyte disease" #> #> #> $Leukocytosis #> $Leukocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001974" #> #> $Leukocytosis$`_id` #> [1] "HP_0001974<HP_0011893<HP_0001881<HP_0001871<HP_0000118<HP_0000001" #> #> $Leukocytosis$privateGeneCount #> [1] 0 #> #> $Leukocytosis$publicGeneCount #> [1] 2 #> #> $Leukocytosis$urlId #> [1] "HP_0001974" #> #> $Leukocytosis$dbPhenotype #> [1] TRUE #> #> $Leukocytosis$`_parent` #> [1] "HP_0011893<HP_0001881<HP_0001871<HP_0000118<HP_0000001" #> #> $Leukocytosis$`_is_leaf` #> [1] TRUE #> #> $Leukocytosis$children #> list() #> #> $Leukocytosis$value #> [1] "Leukocytosis" #> #> #> $Leukocytosis #> $Leukocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001974" #> #> $Leukocytosis$`_id` #> [1] "HP_0001974<HP_0011893<HP_0001881<HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> $Leukocytosis$privateGeneCount #> [1] 0 #> #> $Leukocytosis$publicGeneCount #> [1] 2 #> #> $Leukocytosis$urlId #> [1] "HP_0001974" #> #> $Leukocytosis$dbPhenotype #> [1] TRUE #> #> $Leukocytosis$`_parent` #> [1] "HP_0011893<HP_0001881<HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> $Leukocytosis$`_is_leaf` #> [1] TRUE #> #> $Leukocytosis$children #> list() #> #> $Leukocytosis$value #> [1] "Leukocytosis" #> #> #> $leukodystrophy #> $leukodystrophy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10579" #> #> $leukodystrophy$`_id` #> [1] "DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $leukodystrophy$privateGeneCount #> [1] 0 #> #> $leukodystrophy$publicGeneCount #> [1] 22 #> #> $leukodystrophy$urlId #> [1] "DOID_10579" #> #> $leukodystrophy$dbPhenotype #> [1] TRUE #> #> $leukodystrophy$`_parent` #> [1] "DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $leukodystrophy$`_is_leaf` #> [1] FALSE #> #> $leukodystrophy$children #> $leukodystrophy$children[[1]] #> [1] "DOID_10588<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $leukodystrophy$children[[2]] #> [1] "DOID_4252<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $leukodystrophy$children[[3]] #> [1] "DOID_3613<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $leukodystrophy$children[[4]] #> [1] "DOID_0060786<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $leukodystrophy$value #> [1] "leukodystrophy" #> #> #> $Leukoencephalopathy #> $Leukoencephalopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002352" #> #> $Leukoencephalopathy$`_id` #> [1] "HP_0002352<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Leukoencephalopathy$privateGeneCount #> [1] 0 #> #> $Leukoencephalopathy$publicGeneCount #> [1] 4 #> #> $Leukoencephalopathy$urlId #> [1] "HP_0002352" #> #> $Leukoencephalopathy$dbPhenotype #> [1] TRUE #> #> $Leukoencephalopathy$`_parent` #> [1] "HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Leukoencephalopathy$`_is_leaf` #> [1] FALSE #> #> $Leukoencephalopathy$children #> $Leukoencephalopathy$children[[1]] #> [1] "HP_0002518<HP_0002352<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Leukoencephalopathy$value #> [1] "Leukoencephalopathy" #> #> #> $leukopenia #> $leukopenia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_615" #> #> $leukopenia$`_id` #> [1] "DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $leukopenia$privateGeneCount #> [1] 0 #> #> $leukopenia$publicGeneCount #> [1] 36 #> #> $leukopenia$urlId #> [1] "DOID_615" #> #> $leukopenia$dbPhenotype #> [1] TRUE #> #> $leukopenia$`_parent` #> [1] "DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $leukopenia$`_is_leaf` #> [1] FALSE #> #> $leukopenia$children #> $leukopenia$children[[1]] #> [1] "DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $leukopenia$children[[2]] #> [1] "DOID_614<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> #> $leukopenia$value #> [1] "leukopenia" #> #> #> $leukostasis #> $leukostasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12986" #> #> $leukostasis$`_id` #> [1] "DOID_12986<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $leukostasis$privateGeneCount #> [1] 0 #> #> $leukostasis$publicGeneCount #> [1] 3 #> #> $leukostasis$urlId #> [1] "DOID_12986" #> #> $leukostasis$dbPhenotype #> [1] TRUE #> #> $leukostasis$`_parent` #> [1] "DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $leukostasis$`_is_leaf` #> [1] TRUE #> #> $leukostasis$children #> list() #> #> $leukostasis$value #> [1] "leukostasis" #> #> #> $`Lewy body dementia` #> $`Lewy body dementia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12217" #> #> $`Lewy body dementia`$`_id` #> [1] "DOID_12217<DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> $`Lewy body dementia`$privateGeneCount #> [1] 0 #> #> $`Lewy body dementia`$publicGeneCount #> [1] 29 #> #> $`Lewy body dementia`$urlId #> [1] "DOID_12217" #> #> $`Lewy body dementia`$dbPhenotype #> [1] TRUE #> #> $`Lewy body dementia`$`_parent` #> [1] "DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> $`Lewy body dementia`$`_is_leaf` #> [1] TRUE #> #> $`Lewy body dementia`$children #> list() #> #> $`Lewy body dementia`$value #> [1] "Lewy body dementia" #> #> #> $`Leydig cell tumor` #> $`Leydig cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2696" #> #> $`Leydig cell tumor`$`_id` #> [1] "DOID_2696<DOID_192<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Leydig cell tumor`$privateGeneCount #> [1] 0 #> #> $`Leydig cell tumor`$publicGeneCount #> [1] 11 #> #> $`Leydig cell tumor`$urlId #> [1] "DOID_2696" #> #> $`Leydig cell tumor`$dbPhenotype #> [1] TRUE #> #> $`Leydig cell tumor`$`_parent` #> [1] "DOID_192<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Leydig cell tumor`$`_is_leaf` #> [1] TRUE #> #> $`Leydig cell tumor`$children #> list() #> #> $`Leydig cell tumor`$value #> [1] "Leydig cell tumor" #> #> #> $`Li-Fraumeni syndrome` #> $`Li-Fraumeni syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3012" #> #> $`Li-Fraumeni syndrome`$`_id` #> [1] "DOID_3012<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Li-Fraumeni syndrome`$privateGeneCount #> [1] 0 #> #> $`Li-Fraumeni syndrome`$publicGeneCount #> [1] 2 #> #> $`Li-Fraumeni syndrome`$urlId #> [1] "DOID_3012" #> #> $`Li-Fraumeni syndrome`$dbPhenotype #> [1] TRUE #> #> $`Li-Fraumeni syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Li-Fraumeni syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Li-Fraumeni syndrome`$children #> list() #> #> $`Li-Fraumeni syndrome`$value #> [1] "Li-Fraumeni syndrome" #> #> #> $`Li-Fraumeni syndrome` #> $`Li-Fraumeni syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3012" #> #> $`Li-Fraumeni syndrome`$`_id` #> [1] "DOID_3012<DOID_225<DOID_4" #> #> $`Li-Fraumeni syndrome`$privateGeneCount #> [1] 0 #> #> $`Li-Fraumeni syndrome`$publicGeneCount #> [1] 2 #> #> $`Li-Fraumeni syndrome`$urlId #> [1] "DOID_3012" #> #> $`Li-Fraumeni syndrome`$dbPhenotype #> [1] TRUE #> #> $`Li-Fraumeni syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Li-Fraumeni syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Li-Fraumeni syndrome`$children #> list() #> #> $`Li-Fraumeni syndrome`$value #> [1] "Li-Fraumeni syndrome" #> #> #> $`lichen disease` #> $`lichen disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8574" #> #> $`lichen disease`$`_id` #> [1] "DOID_8574<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`lichen disease`$privateGeneCount #> [1] 0 #> #> $`lichen disease`$publicGeneCount #> [1] 19 #> #> $`lichen disease`$urlId #> [1] "DOID_8574" #> #> $`lichen disease`$dbPhenotype #> [1] FALSE #> #> $`lichen disease`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`lichen disease`$`_is_leaf` #> [1] FALSE #> #> $`lichen disease`$children #> $`lichen disease`$children[[1]] #> [1] "DOID_9201<DOID_8574<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`lichen disease`$value #> [1] "lichen disease" #> #> #> $`lichen planus` #> $`lichen planus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9201" #> #> $`lichen planus`$`_id` #> [1] "DOID_9201<DOID_8574<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`lichen planus`$privateGeneCount #> [1] 0 #> #> $`lichen planus`$publicGeneCount #> [1] 19 #> #> $`lichen planus`$urlId #> [1] "DOID_9201" #> #> $`lichen planus`$dbPhenotype #> [1] TRUE #> #> $`lichen planus`$`_parent` #> [1] "DOID_8574<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`lichen planus`$`_is_leaf` #> [1] TRUE #> #> $`lichen planus`$children #> list() #> #> $`lichen planus`$value #> [1] "lichen planus" #> #> #> $`Liddle syndrome` #> $`Liddle syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050477" #> #> $`Liddle syndrome`$`_id` #> [1] "DOID_0050477<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Liddle syndrome`$privateGeneCount #> [1] 0 #> #> $`Liddle syndrome`$publicGeneCount #> [1] 4 #> #> $`Liddle syndrome`$urlId #> [1] "DOID_0050477" #> #> $`Liddle syndrome`$dbPhenotype #> [1] TRUE #> #> $`Liddle syndrome`$`_parent` #> [1] "DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Liddle syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Liddle syndrome`$children #> list() #> #> $`Liddle syndrome`$value #> [1] "Liddle syndrome" #> #> #> $`limb-girdle muscular dystrophy` #> $`limb-girdle muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11724" #> #> $`limb-girdle muscular dystrophy`$`_id` #> [1] "DOID_11724<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`limb-girdle muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`limb-girdle muscular dystrophy`$publicGeneCount #> [1] 31 #> #> $`limb-girdle muscular dystrophy`$urlId #> [1] "DOID_11724" #> #> $`limb-girdle muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`limb-girdle muscular dystrophy`$`_parent` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`limb-girdle muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`limb-girdle muscular dystrophy`$children #> list() #> #> $`limb-girdle muscular dystrophy`$value #> [1] "limb-girdle muscular dystrophy" #> #> #> $`limited scleroderma` #> $`limited scleroderma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1577" #> #> $`limited scleroderma`$`_id` #> [1] "DOID_1577<DOID_418<DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`limited scleroderma`$privateGeneCount #> [1] 0 #> #> $`limited scleroderma`$publicGeneCount #> [1] 7 #> #> $`limited scleroderma`$urlId #> [1] "DOID_1577" #> #> $`limited scleroderma`$dbPhenotype #> [1] TRUE #> #> $`limited scleroderma`$`_parent` #> [1] "DOID_418<DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`limited scleroderma`$`_is_leaf` #> [1] TRUE #> #> $`limited scleroderma`$children #> list() #> #> $`limited scleroderma`$value #> [1] "limited scleroderma" #> #> #> $`lingual-facial-buccal dyskinesia` #> $`lingual-facial-buccal dyskinesia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9854" #> #> $`lingual-facial-buccal dyskinesia`$`_id` #> [1] "DOID_9854<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`lingual-facial-buccal dyskinesia`$privateGeneCount #> [1] 0 #> #> $`lingual-facial-buccal dyskinesia`$publicGeneCount #> [1] 49 #> #> $`lingual-facial-buccal dyskinesia`$urlId #> [1] "DOID_9854" #> #> $`lingual-facial-buccal dyskinesia`$dbPhenotype #> [1] TRUE #> #> $`lingual-facial-buccal dyskinesia`$`_parent` #> [1] "DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`lingual-facial-buccal dyskinesia`$`_is_leaf` #> [1] TRUE #> #> $`lingual-facial-buccal dyskinesia`$children #> list() #> #> $`lingual-facial-buccal dyskinesia`$value #> [1] "lingual-facial-buccal dyskinesia" #> #> #> $`linitis plastica` #> $`linitis plastica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4023" #> #> $`linitis plastica`$`_id` #> [1] "DOID_4023<DOID_6217<DOID_3717<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`linitis plastica`$privateGeneCount #> [1] 0 #> #> $`linitis plastica`$publicGeneCount #> [1] 1 #> #> $`linitis plastica`$urlId #> [1] "DOID_4023" #> #> $`linitis plastica`$dbPhenotype #> [1] TRUE #> #> $`linitis plastica`$`_parent` #> [1] "DOID_6217<DOID_3717<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`linitis plastica`$`_is_leaf` #> [1] TRUE #> #> $`linitis plastica`$children #> list() #> #> $`linitis plastica`$value #> [1] "linitis plastica" #> #> #> $`linitis plastica` #> $`linitis plastica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4023" #> #> $`linitis plastica`$`_id` #> [1] "DOID_4023<DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`linitis plastica`$privateGeneCount #> [1] 0 #> #> $`linitis plastica`$publicGeneCount #> [1] 1 #> #> $`linitis plastica`$urlId #> [1] "DOID_4023" #> #> $`linitis plastica`$dbPhenotype #> [1] TRUE #> #> $`linitis plastica`$`_parent` #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`linitis plastica`$`_is_leaf` #> [1] TRUE #> #> $`linitis plastica`$children #> list() #> #> $`linitis plastica`$value #> [1] "linitis plastica" #> #> #> $`linitis plastica` #> $`linitis plastica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4023" #> #> $`linitis plastica`$`_id` #> [1] "DOID_4023<DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`linitis plastica`$privateGeneCount #> [1] 0 #> #> $`linitis plastica`$publicGeneCount #> [1] 1 #> #> $`linitis plastica`$urlId #> [1] "DOID_4023" #> #> $`linitis plastica`$dbPhenotype #> [1] TRUE #> #> $`linitis plastica`$`_parent` #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`linitis plastica`$`_is_leaf` #> [1] TRUE #> #> $`linitis plastica`$children #> list() #> #> $`linitis plastica`$value #> [1] "linitis plastica" #> #> #> $`linitis plastica` #> $`linitis plastica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4023" #> #> $`linitis plastica`$`_id` #> [1] "DOID_4023<DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`linitis plastica`$privateGeneCount #> [1] 0 #> #> $`linitis plastica`$publicGeneCount #> [1] 1 #> #> $`linitis plastica`$urlId #> [1] "DOID_4023" #> #> $`linitis plastica`$dbPhenotype #> [1] TRUE #> #> $`linitis plastica`$`_parent` #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`linitis plastica`$`_is_leaf` #> [1] TRUE #> #> $`linitis plastica`$children #> list() #> #> $`linitis plastica`$value #> [1] "linitis plastica" #> #> #> $`linitis plastica` #> $`linitis plastica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4023" #> #> $`linitis plastica`$`_id` #> [1] "DOID_4023<DOID_6217<DOID_3717<DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`linitis plastica`$privateGeneCount #> [1] 0 #> #> $`linitis plastica`$publicGeneCount #> [1] 1 #> #> $`linitis plastica`$urlId #> [1] "DOID_4023" #> #> $`linitis plastica`$dbPhenotype #> [1] TRUE #> #> $`linitis plastica`$`_parent` #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`linitis plastica`$`_is_leaf` #> [1] TRUE #> #> $`linitis plastica`$children #> list() #> #> $`linitis plastica`$value #> [1] "linitis plastica" #> #> #> $`lip cancer` #> $`lip cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8564" #> #> $`lip cancer`$`_id` #> [1] "DOID_8564<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lip cancer`$privateGeneCount #> [1] 0 #> #> $`lip cancer`$publicGeneCount #> [1] 2 #> #> $`lip cancer`$urlId #> [1] "DOID_8564" #> #> $`lip cancer`$dbPhenotype #> [1] TRUE #> #> $`lip cancer`$`_parent` #> [1] "DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lip cancer`$`_is_leaf` #> [1] TRUE #> #> $`lip cancer`$children #> list() #> #> $`lip cancer`$value #> [1] "lip cancer" #> #> #> $`lip cancer` #> $`lip cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8564" #> #> $`lip cancer`$`_id` #> [1] "DOID_8564<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`lip cancer`$privateGeneCount #> [1] 0 #> #> $`lip cancer`$publicGeneCount #> [1] 2 #> #> $`lip cancer`$urlId #> [1] "DOID_8564" #> #> $`lip cancer`$dbPhenotype #> [1] TRUE #> #> $`lip cancer`$`_parent` #> [1] "DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`lip cancer`$`_is_leaf` #> [1] TRUE #> #> $`lip cancer`$children #> list() #> #> $`lip cancer`$value #> [1] "lip cancer" #> #> #> $`lip cancer` #> $`lip cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8564" #> #> $`lip cancer`$`_id` #> [1] "DOID_8564<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`lip cancer`$privateGeneCount #> [1] 0 #> #> $`lip cancer`$publicGeneCount #> [1] 2 #> #> $`lip cancer`$urlId #> [1] "DOID_8564" #> #> $`lip cancer`$dbPhenotype #> [1] TRUE #> #> $`lip cancer`$`_parent` #> [1] "DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`lip cancer`$`_is_leaf` #> [1] TRUE #> #> $`lip cancer`$children #> list() #> #> $`lip cancer`$value #> [1] "lip cancer" #> #> #> $`lip cancer` #> $`lip cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8564" #> #> $`lip cancer`$`_id` #> [1] "DOID_8564<DOID_9297<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`lip cancer`$privateGeneCount #> [1] 0 #> #> $`lip cancer`$publicGeneCount #> [1] 2 #> #> $`lip cancer`$urlId #> [1] "DOID_8564" #> #> $`lip cancer`$dbPhenotype #> [1] TRUE #> #> $`lip cancer`$`_parent` #> [1] "DOID_9297<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`lip cancer`$`_is_leaf` #> [1] TRUE #> #> $`lip cancer`$children #> list() #> #> $`lip cancer`$value #> [1] "lip cancer" #> #> #> $`lip disease` #> $`lip disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9297" #> #> $`lip disease`$`_id` #> [1] "DOID_9297<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`lip disease`$privateGeneCount #> [1] 0 #> #> $`lip disease`$publicGeneCount #> [1] 31 #> #> $`lip disease`$urlId #> [1] "DOID_9297" #> #> $`lip disease`$dbPhenotype #> [1] FALSE #> #> $`lip disease`$`_parent` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`lip disease`$`_is_leaf` #> [1] FALSE #> #> $`lip disease`$children #> $`lip disease`$children[[1]] #> [1] "DOID_9296<DOID_9297<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`lip disease`$children[[2]] #> [1] "DOID_8564<DOID_9297<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`lip disease`$value #> [1] "lip disease" #> #> #> $`lipid metabolism disorder` #> $`lipid metabolism disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3146" #> #> $`lipid metabolism disorder`$`_id` #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid metabolism disorder`$privateGeneCount #> [1] 0 #> #> $`lipid metabolism disorder`$publicGeneCount #> [1] 87 #> #> $`lipid metabolism disorder`$urlId #> [1] "DOID_3146" #> #> $`lipid metabolism disorder`$dbPhenotype #> [1] TRUE #> #> $`lipid metabolism disorder`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`lipid metabolism disorder`$`_is_leaf` #> [1] FALSE #> #> $`lipid metabolism disorder`$children #> $`lipid metabolism disorder`$children[[1]] #> [1] "DOID_0050476<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid metabolism disorder`$children[[2]] #> [1] "DOID_0060235<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid metabolism disorder`$children[[3]] #> [1] "DOID_0060357<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid metabolism disorder`$children[[4]] #> [1] "DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid metabolism disorder`$children[[5]] #> [1] "DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid metabolism disorder`$children[[6]] #> [1] "DOID_14498<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid metabolism disorder`$children[[7]] #> [1] "DOID_10582<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid metabolism disorder`$children[[8]] #> [1] "DOID_14692<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid metabolism disorder`$children[[9]] #> [1] "DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> #> $`lipid metabolism disorder`$value #> [1] "lipid metabolism disorder" #> #> #> $`lipid storage disease` #> $`lipid storage disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9455" #> #> $`lipid storage disease`$`_id` #> [1] "DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid storage disease`$privateGeneCount #> [1] 0 #> #> $`lipid storage disease`$publicGeneCount #> [1] 155 #> #> $`lipid storage disease`$urlId #> [1] "DOID_9455" #> #> $`lipid storage disease`$dbPhenotype #> [1] TRUE #> #> $`lipid storage disease`$`_parent` #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid storage disease`$`_is_leaf` #> [1] FALSE #> #> $`lipid storage disease`$children #> $`lipid storage disease`$children[[1]] #> [1] "DOID_0050464<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid storage disease`$children[[2]] #> [1] "DOID_9452<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid storage disease`$children[[3]] #> [1] "DOID_0080217<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid storage disease`$children[[4]] #> [1] "DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid storage disease`$children[[5]] #> [1] "DOID_14503<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid storage disease`$children[[6]] #> [1] "DOID_0050729<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid storage disease`$children[[7]] #> [1] "DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid storage disease`$children[[8]] #> [1] "DOID_3345<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> #> $`lipid storage disease`$value #> [1] "lipid storage disease" #> #> #> $`lipoatrophic diabetes mellitus` #> $`lipoatrophic diabetes mellitus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11712" #> #> $`lipoatrophic diabetes mellitus`$`_id` #> [1] "DOID_11712<DOID_9352<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`lipoatrophic diabetes mellitus`$privateGeneCount #> [1] 0 #> #> $`lipoatrophic diabetes mellitus`$publicGeneCount #> [1] 1 #> #> $`lipoatrophic diabetes mellitus`$urlId #> [1] "DOID_11712" #> #> $`lipoatrophic diabetes mellitus`$dbPhenotype #> [1] TRUE #> #> $`lipoatrophic diabetes mellitus`$`_parent` #> [1] "DOID_9352<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`lipoatrophic diabetes mellitus`$`_is_leaf` #> [1] TRUE #> #> $`lipoatrophic diabetes mellitus`$children #> list() #> #> $`lipoatrophic diabetes mellitus`$value #> [1] "lipoatrophic diabetes mellitus" #> #> #> $lipodystrophy #> $lipodystrophy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_811" #> #> $lipodystrophy$`_id` #> [1] "DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $lipodystrophy$privateGeneCount #> [1] 0 #> #> $lipodystrophy$publicGeneCount #> [1] 21 #> #> $lipodystrophy$urlId #> [1] "DOID_811" #> #> $lipodystrophy$dbPhenotype #> [1] TRUE #> #> $lipodystrophy$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $lipodystrophy$`_is_leaf` #> [1] FALSE #> #> $lipodystrophy$children #> $lipodystrophy$children[[1]] #> [1] "DOID_0080298<DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $lipodystrophy$children[[2]] #> [1] "DOID_0080299<DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $lipodystrophy$value #> [1] "lipodystrophy" #> #> #> $`lipoid nephrosis` #> $`lipoid nephrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10966" #> #> $`lipoid nephrosis`$`_id` #> [1] "DOID_10966<DOID_1184<DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`lipoid nephrosis`$privateGeneCount #> [1] 0 #> #> $`lipoid nephrosis`$publicGeneCount #> [1] 3 #> #> $`lipoid nephrosis`$urlId #> [1] "DOID_10966" #> #> $`lipoid nephrosis`$dbPhenotype #> [1] TRUE #> #> $`lipoid nephrosis`$`_parent` #> [1] "DOID_1184<DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`lipoid nephrosis`$`_is_leaf` #> [1] TRUE #> #> $`lipoid nephrosis`$children #> list() #> #> $`lipoid nephrosis`$value #> [1] "lipoid nephrosis" #> #> #> $`lipoid proteinosis` #> $`lipoid proteinosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14498" #> #> $`lipoid proteinosis`$`_id` #> [1] "DOID_14498<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipoid proteinosis`$privateGeneCount #> [1] 0 #> #> $`lipoid proteinosis`$publicGeneCount #> [1] 1 #> #> $`lipoid proteinosis`$urlId #> [1] "DOID_14498" #> #> $`lipoid proteinosis`$dbPhenotype #> [1] TRUE #> #> $`lipoid proteinosis`$`_parent` #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipoid proteinosis`$`_is_leaf` #> [1] TRUE #> #> $`lipoid proteinosis`$children #> list() #> #> $`lipoid proteinosis`$value #> [1] "lipoid proteinosis" #> #> #> $lipoma #> $lipoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3315" #> #> $lipoma$`_id` #> [1] "DOID_3315<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $lipoma$privateGeneCount #> [1] 0 #> #> $lipoma$publicGeneCount #> [1] 3 #> #> $lipoma$urlId #> [1] "DOID_3315" #> #> $lipoma$dbPhenotype #> [1] TRUE #> #> $lipoma$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $lipoma$`_is_leaf` #> [1] FALSE #> #> $lipoma$children #> $lipoma$children[[1]] #> [1] "DOID_10192<DOID_3315<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $lipoma$value #> [1] "lipoma" #> #> #> $lipomatosis #> $lipomatosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3153" #> #> $lipomatosis$`_id` #> [1] "DOID_3153<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $lipomatosis$privateGeneCount #> [1] 0 #> #> $lipomatosis$publicGeneCount #> [1] 2 #> #> $lipomatosis$urlId #> [1] "DOID_3153" #> #> $lipomatosis$dbPhenotype #> [1] TRUE #> #> $lipomatosis$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $lipomatosis$`_is_leaf` #> [1] TRUE #> #> $lipomatosis$children #> list() #> #> $lipomatosis$value #> [1] "lipomatosis" #> #> #> $`lipomatous cancer` #> $`lipomatous cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3939" #> #> $`lipomatous cancer`$`_id` #> [1] "DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lipomatous cancer`$privateGeneCount #> [1] 0 #> #> $`lipomatous cancer`$publicGeneCount #> [1] 5 #> #> $`lipomatous cancer`$urlId #> [1] "DOID_3939" #> #> $`lipomatous cancer`$dbPhenotype #> [1] FALSE #> #> $`lipomatous cancer`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lipomatous cancer`$`_is_leaf` #> [1] FALSE #> #> $`lipomatous cancer`$children #> $`lipomatous cancer`$children[[1]] #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`lipomatous cancer`$value #> [1] "lipomatous cancer" #> #> #> $`lipomatous cancer` #> $`lipomatous cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3939" #> #> $`lipomatous cancer`$`_id` #> [1] "DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`lipomatous cancer`$privateGeneCount #> [1] 0 #> #> $`lipomatous cancer`$publicGeneCount #> [1] 5 #> #> $`lipomatous cancer`$urlId #> [1] "DOID_3939" #> #> $`lipomatous cancer`$dbPhenotype #> [1] FALSE #> #> $`lipomatous cancer`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`lipomatous cancer`$`_is_leaf` #> [1] FALSE #> #> $`lipomatous cancer`$children #> $`lipomatous cancer`$children[[1]] #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`lipomatous cancer`$value #> [1] "lipomatous cancer" #> #> #> $`lipomatous cancer` #> $`lipomatous cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3939" #> #> $`lipomatous cancer`$`_id` #> [1] "DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`lipomatous cancer`$privateGeneCount #> [1] 0 #> #> $`lipomatous cancer`$publicGeneCount #> [1] 5 #> #> $`lipomatous cancer`$urlId #> [1] "DOID_3939" #> #> $`lipomatous cancer`$dbPhenotype #> [1] FALSE #> #> $`lipomatous cancer`$`_parent` #> [1] "DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`lipomatous cancer`$`_is_leaf` #> [1] FALSE #> #> $`lipomatous cancer`$children #> $`lipomatous cancer`$children[[1]] #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`lipomatous cancer`$value #> [1] "lipomatous cancer" #> #> #> $liposarcoma #> $liposarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3382" #> #> $liposarcoma$`_id` #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $liposarcoma$privateGeneCount #> [1] 0 #> #> $liposarcoma$publicGeneCount #> [1] 5 #> #> $liposarcoma$urlId #> [1] "DOID_3382" #> #> $liposarcoma$dbPhenotype #> [1] TRUE #> #> $liposarcoma$`_parent` #> [1] "DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $liposarcoma$`_is_leaf` #> [1] FALSE #> #> $liposarcoma$children #> $liposarcoma$children[[1]] #> [1] "DOID_5363<DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $liposarcoma$children[[2]] #> [1] "DOID_5702<DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $liposarcoma$value #> [1] "liposarcoma" #> #> #> $liposarcoma #> $liposarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3382" #> #> $liposarcoma$`_id` #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $liposarcoma$privateGeneCount #> [1] 0 #> #> $liposarcoma$publicGeneCount #> [1] 5 #> #> $liposarcoma$urlId #> [1] "DOID_3382" #> #> $liposarcoma$dbPhenotype #> [1] TRUE #> #> $liposarcoma$`_parent` #> [1] "DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $liposarcoma$`_is_leaf` #> [1] FALSE #> #> $liposarcoma$children #> $liposarcoma$children[[1]] #> [1] "DOID_5363<DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $liposarcoma$children[[2]] #> [1] "DOID_5702<DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $liposarcoma$value #> [1] "liposarcoma" #> #> #> $liposarcoma #> $liposarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3382" #> #> $liposarcoma$`_id` #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $liposarcoma$privateGeneCount #> [1] 0 #> #> $liposarcoma$publicGeneCount #> [1] 5 #> #> $liposarcoma$urlId #> [1] "DOID_3382" #> #> $liposarcoma$dbPhenotype #> [1] TRUE #> #> $liposarcoma$`_parent` #> [1] "DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $liposarcoma$`_is_leaf` #> [1] FALSE #> #> $liposarcoma$children #> $liposarcoma$children[[1]] #> [1] "DOID_5363<DOID_3382<DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $liposarcoma$children[[2]] #> [1] "DOID_5702<DOID_3382<DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $liposarcoma$value #> [1] "liposarcoma" #> #> #> $lissencephaly #> $lissencephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050453" #> #> $lissencephaly$`_id` #> [1] "DOID_0050453<DOID_2490<DOID_0080015<DOID_4" #> #> $lissencephaly$privateGeneCount #> [1] 0 #> #> $lissencephaly$publicGeneCount #> [1] 9 #> #> $lissencephaly$urlId #> [1] "DOID_0050453" #> #> $lissencephaly$dbPhenotype #> [1] TRUE #> #> $lissencephaly$`_parent` #> [1] "DOID_2490<DOID_0080015<DOID_4" #> #> $lissencephaly$`_is_leaf` #> [1] TRUE #> #> $lissencephaly$children #> list() #> #> $lissencephaly$value #> [1] "lissencephaly" #> #> #> $lissencephaly #> $lissencephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050453" #> #> $lissencephaly$`_id` #> [1] "DOID_0050453<DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $lissencephaly$privateGeneCount #> [1] 0 #> #> $lissencephaly$publicGeneCount #> [1] 9 #> #> $lissencephaly$urlId #> [1] "DOID_0050453" #> #> $lissencephaly$dbPhenotype #> [1] TRUE #> #> $lissencephaly$`_parent` #> [1] "DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $lissencephaly$`_is_leaf` #> [1] TRUE #> #> $lissencephaly$children #> list() #> #> $lissencephaly$value #> [1] "lissencephaly" #> #> #> $listeriosis #> $listeriosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11573" #> #> $listeriosis$`_id` #> [1] "DOID_11573<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $listeriosis$privateGeneCount #> [1] 0 #> #> $listeriosis$publicGeneCount #> [1] 2 #> #> $listeriosis$urlId #> [1] "DOID_11573" #> #> $listeriosis$dbPhenotype #> [1] TRUE #> #> $listeriosis$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $listeriosis$`_is_leaf` #> [1] TRUE #> #> $listeriosis$children #> list() #> #> $listeriosis$value #> [1] "listeriosis" #> #> #> $`liver cancer` #> $`liver cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3571" #> #> $`liver cancer`$`_id` #> [1] "DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`liver cancer`$privateGeneCount #> [1] 0 #> #> $`liver cancer`$publicGeneCount #> [1] 412 #> #> $`liver cancer`$urlId #> [1] "DOID_3571" #> #> $`liver cancer`$dbPhenotype #> [1] TRUE #> #> $`liver cancer`$`_parent` #> [1] "DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`liver cancer`$`_is_leaf` #> [1] FALSE #> #> $`liver cancer`$children #> $`liver cancer`$children[[1]] #> [1] "DOID_687<DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`liver cancer`$children[[2]] #> [1] "DOID_686<DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`liver cancer`$value #> [1] "liver cancer" #> #> #> $`liver cancer` #> $`liver cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3571" #> #> $`liver cancer`$`_id` #> [1] "DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`liver cancer`$privateGeneCount #> [1] 0 #> #> $`liver cancer`$publicGeneCount #> [1] 412 #> #> $`liver cancer`$urlId #> [1] "DOID_3571" #> #> $`liver cancer`$dbPhenotype #> [1] TRUE #> #> $`liver cancer`$`_parent` #> [1] "DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`liver cancer`$`_is_leaf` #> [1] FALSE #> #> $`liver cancer`$children #> $`liver cancer`$children[[1]] #> [1] "DOID_687<DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`liver cancer`$children[[2]] #> [1] "DOID_686<DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`liver cancer`$value #> [1] "liver cancer" #> #> #> $`liver cancer` #> $`liver cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3571" #> #> $`liver cancer`$`_id` #> [1] "DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`liver cancer`$privateGeneCount #> [1] 0 #> #> $`liver cancer`$publicGeneCount #> [1] 412 #> #> $`liver cancer`$urlId #> [1] "DOID_3571" #> #> $`liver cancer`$dbPhenotype #> [1] TRUE #> #> $`liver cancer`$`_parent` #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`liver cancer`$`_is_leaf` #> [1] FALSE #> #> $`liver cancer`$children #> $`liver cancer`$children[[1]] #> [1] "DOID_687<DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`liver cancer`$children[[2]] #> [1] "DOID_686<DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`liver cancer`$value #> [1] "liver cancer" #> #> #> $`liver cancer` #> $`liver cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3571" #> #> $`liver cancer`$`_id` #> [1] "DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver cancer`$privateGeneCount #> [1] 0 #> #> $`liver cancer`$publicGeneCount #> [1] 412 #> #> $`liver cancer`$urlId #> [1] "DOID_3571" #> #> $`liver cancer`$dbPhenotype #> [1] TRUE #> #> $`liver cancer`$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver cancer`$`_is_leaf` #> [1] FALSE #> #> $`liver cancer`$children #> $`liver cancer`$children[[1]] #> [1] "DOID_687<DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver cancer`$children[[2]] #> [1] "DOID_686<DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`liver cancer`$value #> [1] "liver cancer" #> #> #> $`liver carcinoma` #> $`liver carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_686" #> #> $`liver carcinoma`$`_id` #> [1] "DOID_686<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`liver carcinoma`$privateGeneCount #> [1] 0 #> #> $`liver carcinoma`$publicGeneCount #> [1] 248 #> #> $`liver carcinoma`$urlId #> [1] "DOID_686" #> #> $`liver carcinoma`$dbPhenotype #> [1] FALSE #> #> $`liver carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`liver carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`liver carcinoma`$children #> $`liver carcinoma`$children[[1]] #> [1] "DOID_684<DOID_686<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`liver carcinoma`$value #> [1] "liver carcinoma" #> #> #> $`liver carcinoma` #> $`liver carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_686" #> #> $`liver carcinoma`$`_id` #> [1] "DOID_686<DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`liver carcinoma`$privateGeneCount #> [1] 0 #> #> $`liver carcinoma`$publicGeneCount #> [1] 248 #> #> $`liver carcinoma`$urlId #> [1] "DOID_686" #> #> $`liver carcinoma`$dbPhenotype #> [1] FALSE #> #> $`liver carcinoma`$`_parent` #> [1] "DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`liver carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`liver carcinoma`$children #> $`liver carcinoma`$children[[1]] #> [1] "DOID_684<DOID_686<DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`liver carcinoma`$value #> [1] "liver carcinoma" #> #> #> $`liver carcinoma` #> $`liver carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_686" #> #> $`liver carcinoma`$`_id` #> [1] "DOID_686<DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`liver carcinoma`$privateGeneCount #> [1] 0 #> #> $`liver carcinoma`$publicGeneCount #> [1] 248 #> #> $`liver carcinoma`$urlId #> [1] "DOID_686" #> #> $`liver carcinoma`$dbPhenotype #> [1] FALSE #> #> $`liver carcinoma`$`_parent` #> [1] "DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`liver carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`liver carcinoma`$children #> $`liver carcinoma`$children[[1]] #> [1] "DOID_684<DOID_686<DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`liver carcinoma`$value #> [1] "liver carcinoma" #> #> #> $`liver carcinoma` #> $`liver carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_686" #> #> $`liver carcinoma`$`_id` #> [1] "DOID_686<DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`liver carcinoma`$privateGeneCount #> [1] 0 #> #> $`liver carcinoma`$publicGeneCount #> [1] 248 #> #> $`liver carcinoma`$urlId #> [1] "DOID_686" #> #> $`liver carcinoma`$dbPhenotype #> [1] FALSE #> #> $`liver carcinoma`$`_parent` #> [1] "DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`liver carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`liver carcinoma`$children #> $`liver carcinoma`$children[[1]] #> [1] "DOID_684<DOID_686<DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`liver carcinoma`$value #> [1] "liver carcinoma" #> #> #> $`liver carcinoma` #> $`liver carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_686" #> #> $`liver carcinoma`$`_id` #> [1] "DOID_686<DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver carcinoma`$privateGeneCount #> [1] 0 #> #> $`liver carcinoma`$publicGeneCount #> [1] 248 #> #> $`liver carcinoma`$urlId #> [1] "DOID_686" #> #> $`liver carcinoma`$dbPhenotype #> [1] FALSE #> #> $`liver carcinoma`$`_parent` #> [1] "DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`liver carcinoma`$children #> $`liver carcinoma`$children[[1]] #> [1] "DOID_684<DOID_686<DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`liver carcinoma`$value #> [1] "liver carcinoma" #> #> #> $`liver cirrhosis` #> $`liver cirrhosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5082" #> #> $`liver cirrhosis`$`_id` #> [1] "DOID_5082<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver cirrhosis`$privateGeneCount #> [1] 0 #> #> $`liver cirrhosis`$publicGeneCount #> [1] 229 #> #> $`liver cirrhosis`$urlId #> [1] "DOID_5082" #> #> $`liver cirrhosis`$dbPhenotype #> [1] TRUE #> #> $`liver cirrhosis`$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver cirrhosis`$`_is_leaf` #> [1] FALSE #> #> $`liver cirrhosis`$children #> $`liver cirrhosis`$children[[1]] #> [1] "DOID_14018<DOID_5082<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver cirrhosis`$children[[2]] #> [1] "DOID_12236<DOID_5082<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`liver cirrhosis`$value #> [1] "liver cirrhosis" #> #> #> $`liver disease` #> $`liver disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_409" #> #> $`liver disease`$`_id` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$privateGeneCount #> [1] 0 #> #> $`liver disease`$publicGeneCount #> [1] 782 #> #> $`liver disease`$urlId #> [1] "DOID_409" #> #> $`liver disease`$dbPhenotype #> [1] TRUE #> #> $`liver disease`$`_parent` #> [1] "DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$`_is_leaf` #> [1] FALSE #> #> $`liver disease`$children #> $`liver disease`$children[[1]] #> [1] "DOID_9245<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$children[[2]] #> [1] "DOID_13767<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$children[[3]] #> [1] "DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$children[[4]] #> [1] "DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$children[[5]] #> [1] "DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$children[[6]] #> [1] "DOID_5082<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$children[[7]] #> [1] "DOID_13768<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$children[[8]] #> [1] "DOID_0050770<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$children[[9]] #> [1] "DOID_0050725<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$children[[10]] #> [1] "DOID_9146<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$children[[11]] #> [1] "DOID_893<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`liver disease`$value #> [1] "liver disease" #> #> #> $`localized scleroderma` #> $`localized scleroderma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8472" #> #> $`localized scleroderma`$`_id` #> [1] "DOID_8472<DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`localized scleroderma`$privateGeneCount #> [1] 0 #> #> $`localized scleroderma`$publicGeneCount #> [1] 9 #> #> $`localized scleroderma`$urlId #> [1] "DOID_8472" #> #> $`localized scleroderma`$dbPhenotype #> [1] TRUE #> #> $`localized scleroderma`$`_parent` #> [1] "DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`localized scleroderma`$`_is_leaf` #> [1] TRUE #> #> $`localized scleroderma`$children #> list() #> #> $`localized scleroderma`$value #> [1] "localized scleroderma" #> #> #> $`Localized skin lesion` #> $`Localized skin lesion`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011355" #> #> $`Localized skin lesion`$`_id` #> [1] "HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Localized skin lesion`$privateGeneCount #> [1] 0 #> #> $`Localized skin lesion`$publicGeneCount #> [1] 24 #> #> $`Localized skin lesion`$urlId #> [1] "HP_0011355" #> #> $`Localized skin lesion`$dbPhenotype #> [1] FALSE #> #> $`Localized skin lesion`$`_parent` #> [1] "HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Localized skin lesion`$`_is_leaf` #> [1] FALSE #> #> $`Localized skin lesion`$children #> $`Localized skin lesion`$children[[1]] #> [1] "HP_0008065<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Localized skin lesion`$children[[2]] #> [1] "HP_0000987<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Localized skin lesion`$children[[3]] #> [1] "HP_0000957<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Localized skin lesion`$children[[4]] #> [1] "HP_0025104<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Localized skin lesion`$children[[5]] #> [1] "HP_0003764<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Localized skin lesion`$children[[6]] #> [1] "HP_0200042<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Localized skin lesion`$value #> [1] "Localized skin lesion" #> #> #> $`locked-in syndrome` #> $`locked-in syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12697" #> #> $`locked-in syndrome`$`_id` #> [1] "DOID_12697<DOID_863<DOID_7<DOID_4" #> #> $`locked-in syndrome`$privateGeneCount #> [1] 0 #> #> $`locked-in syndrome`$publicGeneCount #> [1] 1 #> #> $`locked-in syndrome`$urlId #> [1] "DOID_12697" #> #> $`locked-in syndrome`$dbPhenotype #> [1] TRUE #> #> $`locked-in syndrome`$`_parent` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`locked-in syndrome`$`_is_leaf` #> [1] TRUE #> #> $`locked-in syndrome`$children #> list() #> #> $`locked-in syndrome`$value #> [1] "locked-in syndrome" #> #> #> $`Loeffler syndrome` #> $`Loeffler syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9503" #> #> $`Loeffler syndrome`$`_id` #> [1] "DOID_9503<DOID_5870<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`Loeffler syndrome`$privateGeneCount #> [1] 0 #> #> $`Loeffler syndrome`$publicGeneCount #> [1] 7 #> #> $`Loeffler syndrome`$urlId #> [1] "DOID_9503" #> #> $`Loeffler syndrome`$dbPhenotype #> [1] TRUE #> #> $`Loeffler syndrome`$`_parent` #> [1] "DOID_5870<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`Loeffler syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Loeffler syndrome`$children #> list() #> #> $`Loeffler syndrome`$value #> [1] "Loeffler syndrome" #> #> #> $`Loeffler syndrome` #> $`Loeffler syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9503" #> #> $`Loeffler syndrome`$`_id` #> [1] "DOID_9503<DOID_9498<DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`Loeffler syndrome`$privateGeneCount #> [1] 0 #> #> $`Loeffler syndrome`$publicGeneCount #> [1] 7 #> #> $`Loeffler syndrome`$urlId #> [1] "DOID_9503" #> #> $`Loeffler syndrome`$dbPhenotype #> [1] TRUE #> #> $`Loeffler syndrome`$`_parent` #> [1] "DOID_9498<DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`Loeffler syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Loeffler syndrome`$children #> list() #> #> $`Loeffler syndrome`$value #> [1] "Loeffler syndrome" #> #> #> $`Loeys-Dietz syndrome` #> $`Loeys-Dietz syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050466" #> #> $`Loeys-Dietz syndrome`$`_id` #> [1] "DOID_0050466<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Loeys-Dietz syndrome`$privateGeneCount #> [1] 0 #> #> $`Loeys-Dietz syndrome`$publicGeneCount #> [1] 5 #> #> $`Loeys-Dietz syndrome`$urlId #> [1] "DOID_0050466" #> #> $`Loeys-Dietz syndrome`$dbPhenotype #> [1] TRUE #> #> $`Loeys-Dietz syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Loeys-Dietz syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Loeys-Dietz syndrome`$children #> list() #> #> $`Loeys-Dietz syndrome`$value #> [1] "Loeys-Dietz syndrome" #> #> #> $`Loeys-Dietz syndrome` #> $`Loeys-Dietz syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050466" #> #> $`Loeys-Dietz syndrome`$`_id` #> [1] "DOID_0050466<DOID_225<DOID_4" #> #> $`Loeys-Dietz syndrome`$privateGeneCount #> [1] 0 #> #> $`Loeys-Dietz syndrome`$publicGeneCount #> [1] 5 #> #> $`Loeys-Dietz syndrome`$urlId #> [1] "DOID_0050466" #> #> $`Loeys-Dietz syndrome`$dbPhenotype #> [1] TRUE #> #> $`Loeys-Dietz syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Loeys-Dietz syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Loeys-Dietz syndrome`$children #> list() #> #> $`Loeys-Dietz syndrome`$value #> [1] "Loeys-Dietz syndrome" #> #> #> $`Long fingers` #> $`Long fingers`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100807" #> #> $`Long fingers`$`_id` #> [1] "HP_0100807<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Long fingers`$privateGeneCount #> [1] 0 #> #> $`Long fingers`$publicGeneCount #> [1] 3 #> #> $`Long fingers`$urlId #> [1] "HP_0100807" #> #> $`Long fingers`$dbPhenotype #> [1] FALSE #> #> $`Long fingers`$`_parent` #> [1] "HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Long fingers`$`_is_leaf` #> [1] FALSE #> #> $`Long fingers`$children #> $`Long fingers`$children[[1]] #> [1] "HP_0001166<HP_0100807<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Long fingers`$value #> [1] "Long fingers" #> #> #> $`Long fingers` #> $`Long fingers`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100807" #> #> $`Long fingers`$`_id` #> [1] "HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Long fingers`$privateGeneCount #> [1] 0 #> #> $`Long fingers`$publicGeneCount #> [1] 3 #> #> $`Long fingers`$urlId #> [1] "HP_0100807" #> #> $`Long fingers`$dbPhenotype #> [1] FALSE #> #> $`Long fingers`$`_parent` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Long fingers`$`_is_leaf` #> [1] FALSE #> #> $`Long fingers`$children #> $`Long fingers`$children[[1]] #> [1] "HP_0001166<HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Long fingers`$value #> [1] "Long fingers" #> #> #> $`Long fingers` #> $`Long fingers`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100807" #> #> $`Long fingers`$`_id` #> [1] "HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Long fingers`$privateGeneCount #> [1] 0 #> #> $`Long fingers`$publicGeneCount #> [1] 3 #> #> $`Long fingers`$urlId #> [1] "HP_0100807" #> #> $`Long fingers`$dbPhenotype #> [1] FALSE #> #> $`Long fingers`$`_parent` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Long fingers`$`_is_leaf` #> [1] FALSE #> #> $`Long fingers`$children #> $`Long fingers`$children[[1]] #> [1] "HP_0001166<HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Long fingers`$value #> [1] "Long fingers" #> #> #> $`Long fingers` #> $`Long fingers`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100807" #> #> $`Long fingers`$`_id` #> [1] "HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Long fingers`$privateGeneCount #> [1] 0 #> #> $`Long fingers`$publicGeneCount #> [1] 3 #> #> $`Long fingers`$urlId #> [1] "HP_0100807" #> #> $`Long fingers`$dbPhenotype #> [1] FALSE #> #> $`Long fingers`$`_parent` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Long fingers`$`_is_leaf` #> [1] FALSE #> #> $`Long fingers`$children #> $`Long fingers`$children[[1]] #> [1] "HP_0001166<HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Long fingers`$value #> [1] "Long fingers" #> #> #> $`long QT syndrome` #> $`long QT syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2843" #> #> $`long QT syndrome`$`_id` #> [1] "DOID_2843<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`long QT syndrome`$privateGeneCount #> [1] 0 #> #> $`long QT syndrome`$publicGeneCount #> [1] 18 #> #> $`long QT syndrome`$urlId #> [1] "DOID_2843" #> #> $`long QT syndrome`$dbPhenotype #> [1] TRUE #> #> $`long QT syndrome`$`_parent` #> [1] "DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`long QT syndrome`$`_is_leaf` #> [1] FALSE #> #> $`long QT syndrome`$children #> $`long QT syndrome`$children[[1]] #> [1] "DOID_0050434<DOID_2843<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`long QT syndrome`$children[[2]] #> [1] "DOID_2842<DOID_2843<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`long QT syndrome`$value #> [1] "long QT syndrome" #> #> #> $`Low back pain` #> $`Low back pain`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003419" #> #> $`Low back pain`$`_id` #> [1] "HP_0003419<HP_0003418<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Low back pain`$privateGeneCount #> [1] 0 #> #> $`Low back pain`$publicGeneCount #> [1] 2 #> #> $`Low back pain`$urlId #> [1] "HP_0003419" #> #> $`Low back pain`$dbPhenotype #> [1] TRUE #> #> $`Low back pain`$`_parent` #> [1] "HP_0003418<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Low back pain`$`_is_leaf` #> [1] TRUE #> #> $`Low back pain`$children #> list() #> #> $`Low back pain`$value #> [1] "Low back pain" #> #> #> $`Low back pain` #> $`Low back pain`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003419" #> #> $`Low back pain`$`_id` #> [1] "HP_0003419<HP_0003418<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $`Low back pain`$privateGeneCount #> [1] 0 #> #> $`Low back pain`$publicGeneCount #> [1] 2 #> #> $`Low back pain`$urlId #> [1] "HP_0003419" #> #> $`Low back pain`$dbPhenotype #> [1] TRUE #> #> $`Low back pain`$`_parent` #> [1] "HP_0003418<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $`Low back pain`$`_is_leaf` #> [1] TRUE #> #> $`Low back pain`$children #> list() #> #> $`Low back pain`$value #> [1] "Low back pain" #> #> #> $`Low levels of vitamin A` #> $`Low levels of vitamin A`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004905" #> #> $`Low levels of vitamin A`$`_id` #> [1] "HP_0004905<HP_0008372<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Low levels of vitamin A`$privateGeneCount #> [1] 0 #> #> $`Low levels of vitamin A`$publicGeneCount #> [1] 5 #> #> $`Low levels of vitamin A`$urlId #> [1] "HP_0004905" #> #> $`Low levels of vitamin A`$dbPhenotype #> [1] TRUE #> #> $`Low levels of vitamin A`$`_parent` #> [1] "HP_0008372<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Low levels of vitamin A`$`_is_leaf` #> [1] TRUE #> #> $`Low levels of vitamin A`$children #> list() #> #> $`Low levels of vitamin A`$value #> [1] "Low levels of vitamin A" #> #> #> $`Low levels of vitamin B2` #> $`Low levels of vitamin B2`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100504" #> #> $`Low levels of vitamin B2`$`_id` #> [1] "HP_0100504<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Low levels of vitamin B2`$privateGeneCount #> [1] 0 #> #> $`Low levels of vitamin B2`$publicGeneCount #> [1] 1 #> #> $`Low levels of vitamin B2`$urlId #> [1] "HP_0100504" #> #> $`Low levels of vitamin B2`$dbPhenotype #> [1] TRUE #> #> $`Low levels of vitamin B2`$`_parent` #> [1] "HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Low levels of vitamin B2`$`_is_leaf` #> [1] TRUE #> #> $`Low levels of vitamin B2`$children #> list() #> #> $`Low levels of vitamin B2`$value #> [1] "Low levels of vitamin B2" #> #> #> $`Low levels of vitamin D` #> $`Low levels of vitamin D`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100512" #> #> $`Low levels of vitamin D`$`_id` #> [1] "HP_0100512<HP_0100511<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Low levels of vitamin D`$privateGeneCount #> [1] 0 #> #> $`Low levels of vitamin D`$publicGeneCount #> [1] 4 #> #> $`Low levels of vitamin D`$urlId #> [1] "HP_0100512" #> #> $`Low levels of vitamin D`$dbPhenotype #> [1] TRUE #> #> $`Low levels of vitamin D`$`_parent` #> [1] "HP_0100511<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Low levels of vitamin D`$`_is_leaf` #> [1] TRUE #> #> $`Low levels of vitamin D`$children #> list() #> #> $`Low levels of vitamin D`$value #> [1] "Low levels of vitamin D" #> #> #> $`Low levels of vitamin E` #> $`Low levels of vitamin E`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100513" #> #> $`Low levels of vitamin E`$`_id` #> [1] "HP_0100513<HP_0100514<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Low levels of vitamin E`$privateGeneCount #> [1] 0 #> #> $`Low levels of vitamin E`$publicGeneCount #> [1] 3 #> #> $`Low levels of vitamin E`$urlId #> [1] "HP_0100513" #> #> $`Low levels of vitamin E`$dbPhenotype #> [1] TRUE #> #> $`Low levels of vitamin E`$`_parent` #> [1] "HP_0100514<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Low levels of vitamin E`$`_is_leaf` #> [1] TRUE #> #> $`Low levels of vitamin E`$children #> list() #> #> $`Low levels of vitamin E`$value #> [1] "Low levels of vitamin E" #> #> #> $`low tension glaucoma` #> $`low tension glaucoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13544" #> #> $`low tension glaucoma`$`_id` #> [1] "DOID_13544<DOID_1067<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`low tension glaucoma`$privateGeneCount #> [1] 0 #> #> $`low tension glaucoma`$publicGeneCount #> [1] 14 #> #> $`low tension glaucoma`$urlId #> [1] "DOID_13544" #> #> $`low tension glaucoma`$dbPhenotype #> [1] TRUE #> #> $`low tension glaucoma`$`_parent` #> [1] "DOID_1067<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`low tension glaucoma`$`_is_leaf` #> [1] TRUE #> #> $`low tension glaucoma`$children #> list() #> #> $`low tension glaucoma`$value #> [1] "low tension glaucoma" #> #> #> $`Lower extremity joint dislocation` #> $`Lower extremity joint dislocation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030311" #> #> $`Lower extremity joint dislocation`$`_id` #> [1] "HP_0030311<HP_0001373<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Lower extremity joint dislocation`$privateGeneCount #> [1] 0 #> #> $`Lower extremity joint dislocation`$publicGeneCount #> [1] 1 #> #> $`Lower extremity joint dislocation`$urlId #> [1] "HP_0030311" #> #> $`Lower extremity joint dislocation`$dbPhenotype #> [1] FALSE #> #> $`Lower extremity joint dislocation`$`_parent` #> [1] "HP_0001373<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Lower extremity joint dislocation`$`_is_leaf` #> [1] FALSE #> #> $`Lower extremity joint dislocation`$children #> $`Lower extremity joint dislocation`$children[[1]] #> [1] "HP_0002827<HP_0030311<HP_0001373<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Lower extremity joint dislocation`$value #> [1] "Lower extremity joint dislocation" #> #> #> $`Lower limb spasticity` #> $`Lower limb spasticity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002061" #> #> $`Lower limb spasticity`$`_id` #> [1] "HP_0002061<HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Lower limb spasticity`$privateGeneCount #> [1] 0 #> #> $`Lower limb spasticity`$publicGeneCount #> [1] 2 #> #> $`Lower limb spasticity`$urlId #> [1] "HP_0002061" #> #> $`Lower limb spasticity`$dbPhenotype #> [1] FALSE #> #> $`Lower limb spasticity`$`_parent` #> [1] "HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Lower limb spasticity`$`_is_leaf` #> [1] FALSE #> #> $`Lower limb spasticity`$children #> $`Lower limb spasticity`$children[[1]] #> [1] "HP_0002313<HP_0002061<HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Lower limb spasticity`$children[[2]] #> [1] "HP_0001258<HP_0002061<HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Lower limb spasticity`$value #> [1] "Lower limb spasticity" #> #> #> $`Lower limb spasticity` #> $`Lower limb spasticity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002061" #> #> $`Lower limb spasticity`$`_id` #> [1] "HP_0002061<HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Lower limb spasticity`$privateGeneCount #> [1] 0 #> #> $`Lower limb spasticity`$publicGeneCount #> [1] 2 #> #> $`Lower limb spasticity`$urlId #> [1] "HP_0002061" #> #> $`Lower limb spasticity`$dbPhenotype #> [1] FALSE #> #> $`Lower limb spasticity`$`_parent` #> [1] "HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Lower limb spasticity`$`_is_leaf` #> [1] FALSE #> #> $`Lower limb spasticity`$children #> $`Lower limb spasticity`$children[[1]] #> [1] "HP_0002313<HP_0002061<HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Lower limb spasticity`$children[[2]] #> [1] "HP_0001258<HP_0002061<HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Lower limb spasticity`$value #> [1] "Lower limb spasticity" #> #> #> $`lower respiratory tract disease` #> $`lower respiratory tract disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050161" #> #> $`lower respiratory tract disease`$`_id` #> [1] "DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lower respiratory tract disease`$privateGeneCount #> [1] 0 #> #> $`lower respiratory tract disease`$publicGeneCount #> [1] 838 #> #> $`lower respiratory tract disease`$urlId #> [1] "DOID_0050161" #> #> $`lower respiratory tract disease`$dbPhenotype #> [1] FALSE #> #> $`lower respiratory tract disease`$`_parent` #> [1] "DOID_1579<DOID_7<DOID_4" #> #> $`lower respiratory tract disease`$`_is_leaf` #> [1] FALSE #> #> $`lower respiratory tract disease`$children #> $`lower respiratory tract disease`$children[[1]] #> [1] "DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lower respiratory tract disease`$children[[2]] #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lower respiratory tract disease`$children[[3]] #> [1] "DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`lower respiratory tract disease`$value #> [1] "lower respiratory tract disease" #> #> #> $`lower urinary tract calculus` #> $`lower urinary tract calculus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9590" #> #> $`lower urinary tract calculus`$`_id` #> [1] "DOID_9590<DOID_18<DOID_7<DOID_4" #> #> $`lower urinary tract calculus`$privateGeneCount #> [1] 0 #> #> $`lower urinary tract calculus`$publicGeneCount #> [1] 1 #> #> $`lower urinary tract calculus`$urlId #> [1] "DOID_9590" #> #> $`lower urinary tract calculus`$dbPhenotype #> [1] FALSE #> #> $`lower urinary tract calculus`$`_parent` #> [1] "DOID_18<DOID_7<DOID_4" #> #> $`lower urinary tract calculus`$`_is_leaf` #> [1] FALSE #> #> $`lower urinary tract calculus`$children #> $`lower urinary tract calculus`$children[[1]] #> [1] "DOID_11355<DOID_9590<DOID_18<DOID_7<DOID_4" #> #> #> $`lower urinary tract calculus`$value #> [1] "lower urinary tract calculus" #> #> #> $`lung adenocarcinoma` #> $`lung adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3910" #> #> $`lung adenocarcinoma`$`_id` #> [1] "DOID_3910<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`lung adenocarcinoma`$publicGeneCount #> [1] 53 #> #> $`lung adenocarcinoma`$urlId #> [1] "DOID_3910" #> #> $`lung adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung adenocarcinoma`$`_parent` #> [1] "DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung adenocarcinoma`$children #> $`lung adenocarcinoma`$children[[1]] #> [1] "DOID_4926<DOID_3910<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`lung adenocarcinoma`$value #> [1] "lung adenocarcinoma" #> #> #> $`lung adenocarcinoma` #> $`lung adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3910" #> #> $`lung adenocarcinoma`$`_id` #> [1] "DOID_3910<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`lung adenocarcinoma`$publicGeneCount #> [1] 53 #> #> $`lung adenocarcinoma`$urlId #> [1] "DOID_3910" #> #> $`lung adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung adenocarcinoma`$`_parent` #> [1] "DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung adenocarcinoma`$children #> $`lung adenocarcinoma`$children[[1]] #> [1] "DOID_4926<DOID_3910<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> #> $`lung adenocarcinoma`$value #> [1] "lung adenocarcinoma" #> #> #> $`lung adenocarcinoma` #> $`lung adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3910" #> #> $`lung adenocarcinoma`$`_id` #> [1] "DOID_3910<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`lung adenocarcinoma`$publicGeneCount #> [1] 53 #> #> $`lung adenocarcinoma`$urlId #> [1] "DOID_3910" #> #> $`lung adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung adenocarcinoma`$`_parent` #> [1] "DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung adenocarcinoma`$children #> $`lung adenocarcinoma`$children[[1]] #> [1] "DOID_4926<DOID_3910<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`lung adenocarcinoma`$value #> [1] "lung adenocarcinoma" #> #> #> $`lung adenocarcinoma` #> $`lung adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3910" #> #> $`lung adenocarcinoma`$`_id` #> [1] "DOID_3910<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`lung adenocarcinoma`$publicGeneCount #> [1] 53 #> #> $`lung adenocarcinoma`$urlId #> [1] "DOID_3910" #> #> $`lung adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung adenocarcinoma`$children #> $`lung adenocarcinoma`$children[[1]] #> [1] "DOID_4926<DOID_3910<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`lung adenocarcinoma`$value #> [1] "lung adenocarcinoma" #> #> #> $`lung benign neoplasm` #> $`lung benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3683" #> #> $`lung benign neoplasm`$`_id` #> [1] "DOID_3683<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`lung benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`lung benign neoplasm`$publicGeneCount #> [1] 205 #> #> $`lung benign neoplasm`$urlId #> [1] "DOID_3683" #> #> $`lung benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`lung benign neoplasm`$`_parent` #> [1] "DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`lung benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`lung benign neoplasm`$children #> list() #> #> $`lung benign neoplasm`$value #> [1] "lung benign neoplasm" #> #> #> $`lung benign neoplasm` #> $`lung benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3683" #> #> $`lung benign neoplasm`$`_id` #> [1] "DOID_3683<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`lung benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`lung benign neoplasm`$publicGeneCount #> [1] 205 #> #> $`lung benign neoplasm`$urlId #> [1] "DOID_3683" #> #> $`lung benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`lung benign neoplasm`$`_parent` #> [1] "DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`lung benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`lung benign neoplasm`$children #> list() #> #> $`lung benign neoplasm`$value #> [1] "lung benign neoplasm" #> #> #> $`lung benign neoplasm` #> $`lung benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3683" #> #> $`lung benign neoplasm`$`_id` #> [1] "DOID_3683<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`lung benign neoplasm`$publicGeneCount #> [1] 205 #> #> $`lung benign neoplasm`$urlId #> [1] "DOID_3683" #> #> $`lung benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`lung benign neoplasm`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`lung benign neoplasm`$children #> list() #> #> $`lung benign neoplasm`$value #> [1] "lung benign neoplasm" #> #> #> $`lung cancer` #> $`lung cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1324" #> #> $`lung cancer`$`_id` #> [1] "DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung cancer`$privateGeneCount #> [1] 0 #> #> $`lung cancer`$publicGeneCount #> [1] 265 #> #> $`lung cancer`$urlId #> [1] "DOID_1324" #> #> $`lung cancer`$dbPhenotype #> [1] TRUE #> #> $`lung cancer`$`_parent` #> [1] "DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung cancer`$`_is_leaf` #> [1] FALSE #> #> $`lung cancer`$children #> $`lung cancer`$children[[1]] #> [1] "DOID_3910<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung cancer`$children[[2]] #> [1] "DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung cancer`$children[[3]] #> [1] "DOID_4765<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`lung cancer`$value #> [1] "lung cancer" #> #> #> $`lung cancer` #> $`lung cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1324" #> #> $`lung cancer`$`_id` #> [1] "DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung cancer`$privateGeneCount #> [1] 0 #> #> $`lung cancer`$publicGeneCount #> [1] 265 #> #> $`lung cancer`$urlId #> [1] "DOID_1324" #> #> $`lung cancer`$dbPhenotype #> [1] TRUE #> #> $`lung cancer`$`_parent` #> [1] "DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung cancer`$`_is_leaf` #> [1] FALSE #> #> $`lung cancer`$children #> $`lung cancer`$children[[1]] #> [1] "DOID_3910<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung cancer`$children[[2]] #> [1] "DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung cancer`$children[[3]] #> [1] "DOID_4765<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> #> $`lung cancer`$value #> [1] "lung cancer" #> #> #> $`lung cancer` #> $`lung cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1324" #> #> $`lung cancer`$`_id` #> [1] "DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung cancer`$privateGeneCount #> [1] 0 #> #> $`lung cancer`$publicGeneCount #> [1] 265 #> #> $`lung cancer`$urlId #> [1] "DOID_1324" #> #> $`lung cancer`$dbPhenotype #> [1] TRUE #> #> $`lung cancer`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung cancer`$`_is_leaf` #> [1] FALSE #> #> $`lung cancer`$children #> $`lung cancer`$children[[1]] #> [1] "DOID_3910<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung cancer`$children[[2]] #> [1] "DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung cancer`$children[[3]] #> [1] "DOID_4765<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`lung cancer`$value #> [1] "lung cancer" #> #> #> $`lung carcinoma` #> $`lung carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3905" #> #> $`lung carcinoma`$`_id` #> [1] "DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung carcinoma`$publicGeneCount #> [1] 212 #> #> $`lung carcinoma`$urlId #> [1] "DOID_3905" #> #> $`lung carcinoma`$dbPhenotype #> [1] FALSE #> #> $`lung carcinoma`$`_parent` #> [1] "DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung carcinoma`$children #> $`lung carcinoma`$children[[1]] #> [1] "DOID_3908<DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung carcinoma`$children[[2]] #> [1] "DOID_5409<DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`lung carcinoma`$value #> [1] "lung carcinoma" #> #> #> $`lung carcinoma` #> $`lung carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3905" #> #> $`lung carcinoma`$`_id` #> [1] "DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung carcinoma`$publicGeneCount #> [1] 212 #> #> $`lung carcinoma`$urlId #> [1] "DOID_3905" #> #> $`lung carcinoma`$dbPhenotype #> [1] FALSE #> #> $`lung carcinoma`$`_parent` #> [1] "DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung carcinoma`$children #> $`lung carcinoma`$children[[1]] #> [1] "DOID_3908<DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung carcinoma`$children[[2]] #> [1] "DOID_5409<DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> #> $`lung carcinoma`$value #> [1] "lung carcinoma" #> #> #> $`lung carcinoma` #> $`lung carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3905" #> #> $`lung carcinoma`$`_id` #> [1] "DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung carcinoma`$publicGeneCount #> [1] 212 #> #> $`lung carcinoma`$urlId #> [1] "DOID_3905" #> #> $`lung carcinoma`$dbPhenotype #> [1] FALSE #> #> $`lung carcinoma`$`_parent` #> [1] "DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung carcinoma`$children #> $`lung carcinoma`$children[[1]] #> [1] "DOID_3908<DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung carcinoma`$children[[2]] #> [1] "DOID_5409<DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`lung carcinoma`$value #> [1] "lung carcinoma" #> #> #> $`lung carcinoma` #> $`lung carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3905" #> #> $`lung carcinoma`$`_id` #> [1] "DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung carcinoma`$publicGeneCount #> [1] 212 #> #> $`lung carcinoma`$urlId #> [1] "DOID_3905" #> #> $`lung carcinoma`$dbPhenotype #> [1] FALSE #> #> $`lung carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung carcinoma`$children #> $`lung carcinoma`$children[[1]] #> [1] "DOID_3908<DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung carcinoma`$children[[2]] #> [1] "DOID_5409<DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`lung carcinoma`$value #> [1] "lung carcinoma" #> #> #> $`lung disease` #> $`lung disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_850" #> #> $`lung disease`$`_id` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$privateGeneCount #> [1] 0 #> #> $`lung disease`$publicGeneCount #> [1] 718 #> #> $`lung disease`$urlId #> [1] "DOID_850" #> #> $`lung disease`$dbPhenotype #> [1] TRUE #> #> $`lung disease`$`_parent` #> [1] "DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$`_is_leaf` #> [1] FALSE #> #> $`lung disease`$children #> $`lung disease`$children[[1]] #> [1] "DOID_2942<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[2]] #> [1] "DOID_3265<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[3]] #> [1] "DOID_9808<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[4]] #> [1] "DOID_12132<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[5]] #> [1] "DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[6]] #> [1] "DOID_3683<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[7]] #> [1] "DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[8]] #> [1] "DOID_3319<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[9]] #> [1] "DOID_11049<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[10]] #> [1] "DOID_2810<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[11]] #> [1] "DOID_2320<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[12]] #> [1] "DOID_12662<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[13]] #> [1] "DOID_11339<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[14]] #> [1] "DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[15]] #> [1] "DOID_12117<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[16]] #> [1] "DOID_12120<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[17]] #> [1] "DOID_60001<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[18]] #> [1] "DOID_0050153<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[19]] #> [1] "DOID_3677<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[20]] #> [1] "DOID_13406<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[21]] #> [1] "DOID_2957<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[22]] #> [1] "DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`lung disease`$value #> [1] "lung disease" #> #> #> $`lung non-small cell carcinoma` #> $`lung non-small cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3908" #> #> $`lung non-small cell carcinoma`$`_id` #> [1] "DOID_3908<DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung non-small cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung non-small cell carcinoma`$publicGeneCount #> [1] 169 #> #> $`lung non-small cell carcinoma`$urlId #> [1] "DOID_3908" #> #> $`lung non-small cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung non-small cell carcinoma`$`_parent` #> [1] "DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung non-small cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`lung non-small cell carcinoma`$children #> list() #> #> $`lung non-small cell carcinoma`$value #> [1] "lung non-small cell carcinoma" #> #> #> $`lung non-small cell carcinoma` #> $`lung non-small cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3908" #> #> $`lung non-small cell carcinoma`$`_id` #> [1] "DOID_3908<DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung non-small cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung non-small cell carcinoma`$publicGeneCount #> [1] 169 #> #> $`lung non-small cell carcinoma`$urlId #> [1] "DOID_3908" #> #> $`lung non-small cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung non-small cell carcinoma`$`_parent` #> [1] "DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung non-small cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`lung non-small cell carcinoma`$children #> list() #> #> $`lung non-small cell carcinoma`$value #> [1] "lung non-small cell carcinoma" #> #> #> $`lung non-small cell carcinoma` #> $`lung non-small cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3908" #> #> $`lung non-small cell carcinoma`$`_id` #> [1] "DOID_3908<DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung non-small cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung non-small cell carcinoma`$publicGeneCount #> [1] 169 #> #> $`lung non-small cell carcinoma`$urlId #> [1] "DOID_3908" #> #> $`lung non-small cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung non-small cell carcinoma`$`_parent` #> [1] "DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung non-small cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`lung non-small cell carcinoma`$children #> list() #> #> $`lung non-small cell carcinoma`$value #> [1] "lung non-small cell carcinoma" #> #> #> $`lung non-small cell carcinoma` #> $`lung non-small cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3908" #> #> $`lung non-small cell carcinoma`$`_id` #> [1] "DOID_3908<DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung non-small cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung non-small cell carcinoma`$publicGeneCount #> [1] 169 #> #> $`lung non-small cell carcinoma`$urlId #> [1] "DOID_3908" #> #> $`lung non-small cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung non-small cell carcinoma`$`_parent` #> [1] "DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung non-small cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`lung non-small cell carcinoma`$children #> list() #> #> $`lung non-small cell carcinoma`$value #> [1] "lung non-small cell carcinoma" #> #> #> $`lung oat cell carcinoma` #> $`lung oat cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5411" #> #> $`lung oat cell carcinoma`$`_id` #> [1] "DOID_5411<DOID_5409<DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung oat cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung oat cell carcinoma`$publicGeneCount #> [1] 16 #> #> $`lung oat cell carcinoma`$urlId #> [1] "DOID_5411" #> #> $`lung oat cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung oat cell carcinoma`$`_parent` #> [1] "DOID_5409<DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung oat cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`lung oat cell carcinoma`$children #> list() #> #> $`lung oat cell carcinoma`$value #> [1] "lung oat cell carcinoma" #> #> #> $`lung oat cell carcinoma` #> $`lung oat cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5411" #> #> $`lung oat cell carcinoma`$`_id` #> [1] "DOID_5411<DOID_5409<DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung oat cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung oat cell carcinoma`$publicGeneCount #> [1] 16 #> #> $`lung oat cell carcinoma`$urlId #> [1] "DOID_5411" #> #> $`lung oat cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung oat cell carcinoma`$`_parent` #> [1] "DOID_5409<DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung oat cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`lung oat cell carcinoma`$children #> list() #> #> $`lung oat cell carcinoma`$value #> [1] "lung oat cell carcinoma" #> #> #> $`lung oat cell carcinoma` #> $`lung oat cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5411" #> #> $`lung oat cell carcinoma`$`_id` #> [1] "DOID_5411<DOID_5409<DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung oat cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung oat cell carcinoma`$publicGeneCount #> [1] 16 #> #> $`lung oat cell carcinoma`$urlId #> [1] "DOID_5411" #> #> $`lung oat cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung oat cell carcinoma`$`_parent` #> [1] "DOID_5409<DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung oat cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`lung oat cell carcinoma`$children #> list() #> #> $`lung oat cell carcinoma`$value #> [1] "lung oat cell carcinoma" #> #> #> $`lung oat cell carcinoma` #> $`lung oat cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5411" #> #> $`lung oat cell carcinoma`$`_id` #> [1] "DOID_5411<DOID_5409<DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung oat cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung oat cell carcinoma`$publicGeneCount #> [1] 16 #> #> $`lung oat cell carcinoma`$urlId #> [1] "DOID_5411" #> #> $`lung oat cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung oat cell carcinoma`$`_parent` #> [1] "DOID_5409<DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung oat cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`lung oat cell carcinoma`$children #> list() #> #> $`lung oat cell carcinoma`$value #> [1] "lung oat cell carcinoma" #> #> #> $`lung small cell carcinoma` #> $`lung small cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5409" #> #> $`lung small cell carcinoma`$`_id` #> [1] "DOID_5409<DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung small cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung small cell carcinoma`$publicGeneCount #> [1] 57 #> #> $`lung small cell carcinoma`$urlId #> [1] "DOID_5409" #> #> $`lung small cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung small cell carcinoma`$`_parent` #> [1] "DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung small cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung small cell carcinoma`$children #> $`lung small cell carcinoma`$children[[1]] #> [1] "DOID_5411<DOID_5409<DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`lung small cell carcinoma`$value #> [1] "lung small cell carcinoma" #> #> #> $`lung small cell carcinoma` #> $`lung small cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5409" #> #> $`lung small cell carcinoma`$`_id` #> [1] "DOID_5409<DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung small cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung small cell carcinoma`$publicGeneCount #> [1] 57 #> #> $`lung small cell carcinoma`$urlId #> [1] "DOID_5409" #> #> $`lung small cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung small cell carcinoma`$`_parent` #> [1] "DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung small cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung small cell carcinoma`$children #> $`lung small cell carcinoma`$children[[1]] #> [1] "DOID_5411<DOID_5409<DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> #> $`lung small cell carcinoma`$value #> [1] "lung small cell carcinoma" #> #> #> $`lung small cell carcinoma` #> $`lung small cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5409" #> #> $`lung small cell carcinoma`$`_id` #> [1] "DOID_5409<DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung small cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung small cell carcinoma`$publicGeneCount #> [1] 57 #> #> $`lung small cell carcinoma`$urlId #> [1] "DOID_5409" #> #> $`lung small cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung small cell carcinoma`$`_parent` #> [1] "DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung small cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung small cell carcinoma`$children #> $`lung small cell carcinoma`$children[[1]] #> [1] "DOID_5411<DOID_5409<DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`lung small cell carcinoma`$value #> [1] "lung small cell carcinoma" #> #> #> $`lung small cell carcinoma` #> $`lung small cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5409" #> #> $`lung small cell carcinoma`$`_id` #> [1] "DOID_5409<DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung small cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung small cell carcinoma`$publicGeneCount #> [1] 57 #> #> $`lung small cell carcinoma`$urlId #> [1] "DOID_5409" #> #> $`lung small cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung small cell carcinoma`$`_parent` #> [1] "DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung small cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung small cell carcinoma`$children #> $`lung small cell carcinoma`$children[[1]] #> [1] "DOID_5411<DOID_5409<DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`lung small cell carcinoma`$value #> [1] "lung small cell carcinoma" #> #> #> $`lupus erythematosus` #> $`lupus erythematosus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8857" #> #> $`lupus erythematosus`$`_id` #> [1] "DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`lupus erythematosus`$privateGeneCount #> [1] 0 #> #> $`lupus erythematosus`$publicGeneCount #> [1] 144 #> #> $`lupus erythematosus`$urlId #> [1] "DOID_8857" #> #> $`lupus erythematosus`$dbPhenotype #> [1] FALSE #> #> $`lupus erythematosus`$`_parent` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`lupus erythematosus`$`_is_leaf` #> [1] FALSE #> #> $`lupus erythematosus`$children #> $`lupus erythematosus`$children[[1]] #> [1] "DOID_0050169<DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`lupus erythematosus`$children[[2]] #> [1] "DOID_9074<DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`lupus erythematosus`$value #> [1] "lupus erythematosus" #> #> #> $`Lyme disease` #> $`Lyme disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11729" #> #> $`Lyme disease`$`_id` #> [1] "DOID_11729<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`Lyme disease`$privateGeneCount #> [1] 0 #> #> $`Lyme disease`$publicGeneCount #> [1] 2 #> #> $`Lyme disease`$urlId #> [1] "DOID_11729" #> #> $`Lyme disease`$dbPhenotype #> [1] TRUE #> #> $`Lyme disease`$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`Lyme disease`$`_is_leaf` #> [1] TRUE #> #> $`Lyme disease`$children #> list() #> #> $`Lyme disease`$value #> [1] "Lyme disease" #> #> #> $`lymph node disease` #> $`lymph node disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9942" #> #> $`lymph node disease`$`_id` #> [1] "DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymph node disease`$privateGeneCount #> [1] 0 #> #> $`lymph node disease`$publicGeneCount #> [1] 35 #> #> $`lymph node disease`$urlId #> [1] "DOID_9942" #> #> $`lymph node disease`$dbPhenotype #> [1] FALSE #> #> $`lymph node disease`$`_parent` #> [1] "DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymph node disease`$`_is_leaf` #> [1] FALSE #> #> $`lymph node disease`$children #> $`lymph node disease`$children[[1]] #> [1] "DOID_1602<DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymph node disease`$children[[2]] #> [1] "DOID_12662<DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`lymph node disease`$value #> [1] "lymph node disease" #> #> #> $lymphadenitis #> $lymphadenitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1602" #> #> $lymphadenitis$`_id` #> [1] "DOID_1602<DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $lymphadenitis$privateGeneCount #> [1] 0 #> #> $lymphadenitis$publicGeneCount #> [1] 33 #> #> $lymphadenitis$urlId #> [1] "DOID_1602" #> #> $lymphadenitis$dbPhenotype #> [1] FALSE #> #> $lymphadenitis$`_parent` #> [1] "DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $lymphadenitis$`_is_leaf` #> [1] FALSE #> #> $lymphadenitis$children #> $lymphadenitis$children[[1]] #> [1] "DOID_13378<DOID_1602<DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $lymphadenitis$value #> [1] "lymphadenitis" #> #> #> $lymphangioleiomyomatosis #> $lymphangioleiomyomatosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3319" #> #> $lymphangioleiomyomatosis$`_id` #> [1] "DOID_3319<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $lymphangioleiomyomatosis$privateGeneCount #> [1] 0 #> #> $lymphangioleiomyomatosis$publicGeneCount #> [1] 11 #> #> $lymphangioleiomyomatosis$urlId #> [1] "DOID_3319" #> #> $lymphangioleiomyomatosis$dbPhenotype #> [1] TRUE #> #> $lymphangioleiomyomatosis$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $lymphangioleiomyomatosis$`_is_leaf` #> [1] TRUE #> #> $lymphangioleiomyomatosis$children #> list() #> #> $lymphangioleiomyomatosis$value #> [1] "lymphangioleiomyomatosis" #> #> #> $lymphangioma #> $lymphangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1475" #> #> $lymphangioma$`_id` #> [1] "DOID_1475<DOID_60006<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $lymphangioma$privateGeneCount #> [1] 0 #> #> $lymphangioma$publicGeneCount #> [1] 163 #> #> $lymphangioma$urlId #> [1] "DOID_1475" #> #> $lymphangioma$dbPhenotype #> [1] TRUE #> #> $lymphangioma$`_parent` #> [1] "DOID_60006<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $lymphangioma$`_is_leaf` #> [1] FALSE #> #> $lymphangioma$children #> $lymphangioma$children[[1]] #> [1] "DOID_235<DOID_1475<DOID_60006<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $lymphangioma$value #> [1] "lymphangioma" #> #> #> $lymphangioma #> $lymphangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1475" #> #> $lymphangioma$`_id` #> [1] "DOID_1475<DOID_60006<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $lymphangioma$privateGeneCount #> [1] 0 #> #> $lymphangioma$publicGeneCount #> [1] 163 #> #> $lymphangioma$urlId #> [1] "DOID_1475" #> #> $lymphangioma$dbPhenotype #> [1] TRUE #> #> $lymphangioma$`_parent` #> [1] "DOID_60006<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $lymphangioma$`_is_leaf` #> [1] FALSE #> #> $lymphangioma$children #> $lymphangioma$children[[1]] #> [1] "DOID_235<DOID_1475<DOID_60006<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> #> $lymphangioma$value #> [1] "lymphangioma" #> #> #> $`lymphatic system cancer` #> $`lymphatic system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060073" #> #> $`lymphatic system cancer`$`_id` #> [1] "DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphatic system cancer`$privateGeneCount #> [1] 0 #> #> $`lymphatic system cancer`$publicGeneCount #> [1] 254 #> #> $`lymphatic system cancer`$urlId #> [1] "DOID_0060073" #> #> $`lymphatic system cancer`$dbPhenotype #> [1] FALSE #> #> $`lymphatic system cancer`$`_parent` #> [1] "DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphatic system cancer`$`_is_leaf` #> [1] FALSE #> #> $`lymphatic system cancer`$children #> $`lymphatic system cancer`$children[[1]] #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphatic system cancer`$children[[2]] #> [1] "DOID_8538<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphatic system cancer`$children[[3]] #> [1] "DOID_3277<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`lymphatic system cancer`$value #> [1] "lymphatic system cancer" #> #> #> $`lymphatic system cancer` #> $`lymphatic system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060073" #> #> $`lymphatic system cancer`$`_id` #> [1] "DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system cancer`$privateGeneCount #> [1] 0 #> #> $`lymphatic system cancer`$publicGeneCount #> [1] 254 #> #> $`lymphatic system cancer`$urlId #> [1] "DOID_0060073" #> #> $`lymphatic system cancer`$dbPhenotype #> [1] FALSE #> #> $`lymphatic system cancer`$`_parent` #> [1] "DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system cancer`$`_is_leaf` #> [1] FALSE #> #> $`lymphatic system cancer`$children #> $`lymphatic system cancer`$children[[1]] #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system cancer`$children[[2]] #> [1] "DOID_8538<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system cancer`$children[[3]] #> [1] "DOID_3277<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`lymphatic system cancer`$value #> [1] "lymphatic system cancer" #> #> #> $`lymphatic system cancer` #> $`lymphatic system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060073" #> #> $`lymphatic system cancer`$`_id` #> [1] "DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system cancer`$privateGeneCount #> [1] 0 #> #> $`lymphatic system cancer`$publicGeneCount #> [1] 254 #> #> $`lymphatic system cancer`$urlId #> [1] "DOID_0060073" #> #> $`lymphatic system cancer`$dbPhenotype #> [1] FALSE #> #> $`lymphatic system cancer`$`_parent` #> [1] "DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system cancer`$`_is_leaf` #> [1] FALSE #> #> $`lymphatic system cancer`$children #> $`lymphatic system cancer`$children[[1]] #> [1] "DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system cancer`$children[[2]] #> [1] "DOID_8538<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system cancer`$children[[3]] #> [1] "DOID_3277<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`lymphatic system cancer`$value #> [1] "lymphatic system cancer" #> #> #> $`lymphatic system disease` #> $`lymphatic system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_75" #> #> $`lymphatic system disease`$`_id` #> [1] "DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system disease`$privateGeneCount #> [1] 0 #> #> $`lymphatic system disease`$publicGeneCount #> [1] 313 #> #> $`lymphatic system disease`$urlId #> [1] "DOID_75" #> #> $`lymphatic system disease`$dbPhenotype #> [1] TRUE #> #> $`lymphatic system disease`$`_parent` #> [1] "DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system disease`$`_is_leaf` #> [1] FALSE #> #> $`lymphatic system disease`$children #> $`lymphatic system disease`$children[[1]] #> [1] "DOID_0050120<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system disease`$children[[2]] #> [1] "DOID_0060366<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system disease`$children[[3]] #> [1] "DOID_3405<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system disease`$children[[4]] #> [1] "DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system disease`$children[[5]] #> [1] "DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system disease`$children[[6]] #> [1] "DOID_4977<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system disease`$children[[7]] #> [1] "DOID_2529<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system disease`$children[[8]] #> [1] "DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`lymphatic system disease`$value #> [1] "lymphatic system disease" #> #> #> $lymphedema #> $lymphedema$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4977" #> #> $lymphedema$`_id` #> [1] "DOID_4977<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $lymphedema$privateGeneCount #> [1] 0 #> #> $lymphedema$publicGeneCount #> [1] 9 #> #> $lymphedema$urlId #> [1] "DOID_4977" #> #> $lymphedema$dbPhenotype #> [1] TRUE #> #> $lymphedema$`_parent` #> [1] "DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $lymphedema$`_is_leaf` #> [1] FALSE #> #> $lymphedema$children #> $lymphedema$children[[1]] #> [1] "DOID_0050580<DOID_4977<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $lymphedema$value #> [1] "lymphedema" #> #> #> $`lymphoid leukemia` #> $`lymphoid leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1037" #> #> $`lymphoid leukemia`$`_id` #> [1] "DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphoid leukemia`$privateGeneCount #> [1] 0 #> #> $`lymphoid leukemia`$publicGeneCount #> [1] 128 #> #> $`lymphoid leukemia`$urlId #> [1] "DOID_1037" #> #> $`lymphoid leukemia`$dbPhenotype #> [1] TRUE #> #> $`lymphoid leukemia`$`_parent` #> [1] "DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphoid leukemia`$`_is_leaf` #> [1] FALSE #> #> $`lymphoid leukemia`$children #> $`lymphoid leukemia`$children[[1]] #> [1] "DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphoid leukemia`$children[[2]] #> [1] "DOID_1040<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`lymphoid leukemia`$value #> [1] "lymphoid leukemia" #> #> #> $`lymphoid leukemia` #> $`lymphoid leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1037" #> #> $`lymphoid leukemia`$`_id` #> [1] "DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`lymphoid leukemia`$privateGeneCount #> [1] 0 #> #> $`lymphoid leukemia`$publicGeneCount #> [1] 128 #> #> $`lymphoid leukemia`$urlId #> [1] "DOID_1037" #> #> $`lymphoid leukemia`$dbPhenotype #> [1] TRUE #> #> $`lymphoid leukemia`$`_parent` #> [1] "DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`lymphoid leukemia`$`_is_leaf` #> [1] FALSE #> #> $`lymphoid leukemia`$children #> $`lymphoid leukemia`$children[[1]] #> [1] "DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`lymphoid leukemia`$children[[2]] #> [1] "DOID_1040<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`lymphoid leukemia`$value #> [1] "lymphoid leukemia" #> #> #> $lymphoma #> $lymphoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060058" #> #> $lymphoma$`_id` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$privateGeneCount #> [1] 0 #> #> $lymphoma$publicGeneCount #> [1] 240 #> #> $lymphoma$urlId #> [1] "DOID_0060058" #> #> $lymphoma$dbPhenotype #> [1] TRUE #> #> $lymphoma$`_parent` #> [1] "DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$`_is_leaf` #> [1] FALSE #> #> $lymphoma$children #> $lymphoma$children[[1]] #> [1] "DOID_1040<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$children[[2]] #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$children[[3]] #> [1] "DOID_9953<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$children[[4]] #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$children[[5]] #> [1] "DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $lymphoma$value #> [1] "lymphoma" #> #> #> $lymphoma #> $lymphoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060058" #> #> $lymphoma$`_id` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$privateGeneCount #> [1] 0 #> #> $lymphoma$publicGeneCount #> [1] 240 #> #> $lymphoma$urlId #> [1] "DOID_0060058" #> #> $lymphoma$dbPhenotype #> [1] TRUE #> #> $lymphoma$`_parent` #> [1] "DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$`_is_leaf` #> [1] FALSE #> #> $lymphoma$children #> $lymphoma$children[[1]] #> [1] "DOID_1040<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$children[[2]] #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$children[[3]] #> [1] "DOID_9953<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$children[[4]] #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$children[[5]] #> [1] "DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $lymphoma$value #> [1] "lymphoma" #> #> #> $lymphoma #> $lymphoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060058" #> #> $lymphoma$`_id` #> [1] "DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$privateGeneCount #> [1] 0 #> #> $lymphoma$publicGeneCount #> [1] 240 #> #> $lymphoma$urlId #> [1] "DOID_0060058" #> #> $lymphoma$dbPhenotype #> [1] TRUE #> #> $lymphoma$`_parent` #> [1] "DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$`_is_leaf` #> [1] FALSE #> #> $lymphoma$children #> $lymphoma$children[[1]] #> [1] "DOID_1040<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$children[[2]] #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$children[[3]] #> [1] "DOID_9953<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$children[[4]] #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$children[[5]] #> [1] "DOID_5603<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $lymphoma$value #> [1] "lymphoma" #> #> #> $lymphoma #> $lymphoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060058" #> #> $lymphoma$`_id` #> [1] "DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$privateGeneCount #> [1] 0 #> #> $lymphoma$publicGeneCount #> [1] 240 #> #> $lymphoma$urlId #> [1] "DOID_0060058" #> #> $lymphoma$dbPhenotype #> [1] TRUE #> #> $lymphoma$`_parent` #> [1] "DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$`_is_leaf` #> [1] FALSE #> #> $lymphoma$children #> $lymphoma$children[[1]] #> [1] "DOID_1040<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$children[[2]] #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$children[[3]] #> [1] "DOID_9953<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$children[[4]] #> [1] "DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$children[[5]] #> [1] "DOID_5603<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $lymphoma$value #> [1] "lymphoma" #> #> #> $lymphoma #> $lymphoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060058" #> #> $lymphoma$`_id` #> [1] "DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $lymphoma$privateGeneCount #> [1] 0 #> #> $lymphoma$publicGeneCount #> [1] 240 #> #> $lymphoma$urlId #> [1] "DOID_0060058" #> #> $lymphoma$dbPhenotype #> [1] TRUE #> #> $lymphoma$`_parent` #> [1] "DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $lymphoma$`_is_leaf` #> [1] FALSE #> #> $lymphoma$children #> $lymphoma$children[[1]] #> [1] "DOID_1040<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $lymphoma$children[[2]] #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $lymphoma$children[[3]] #> [1] "DOID_9953<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $lymphoma$children[[4]] #> [1] "DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $lymphoma$children[[5]] #> [1] "DOID_5603<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $lymphoma$value #> [1] "lymphoma" #> #> #> $lymphopenia #> $lymphopenia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_614" #> #> $lymphopenia$`_id` #> [1] "DOID_614<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $lymphopenia$privateGeneCount #> [1] 0 #> #> $lymphopenia$publicGeneCount #> [1] 6 #> #> $lymphopenia$urlId #> [1] "DOID_614" #> #> $lymphopenia$dbPhenotype #> [1] TRUE #> #> $lymphopenia$`_parent` #> [1] "DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $lymphopenia$`_is_leaf` #> [1] TRUE #> #> $lymphopenia$children #> list() #> #> $lymphopenia$value #> [1] "lymphopenia" #> #> #> $`lymphoplasmacytic lymphoma` #> $`lymphoplasmacytic lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050747" #> #> $`lymphoplasmacytic lymphoma`$`_id` #> [1] "DOID_0050747<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphoplasmacytic lymphoma`$privateGeneCount #> [1] 0 #> #> $`lymphoplasmacytic lymphoma`$publicGeneCount #> [1] 1 #> #> $`lymphoplasmacytic lymphoma`$urlId #> [1] "DOID_0050747" #> #> $`lymphoplasmacytic lymphoma`$dbPhenotype #> [1] TRUE #> #> $`lymphoplasmacytic lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphoplasmacytic lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`lymphoplasmacytic lymphoma`$children #> list() #> #> $`lymphoplasmacytic lymphoma`$value #> [1] "lymphoplasmacytic lymphoma" #> #> #> $`lymphoplasmacytic lymphoma` #> $`lymphoplasmacytic lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050747" #> #> $`lymphoplasmacytic lymphoma`$`_id` #> [1] "DOID_0050747<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`lymphoplasmacytic lymphoma`$privateGeneCount #> [1] 0 #> #> $`lymphoplasmacytic lymphoma`$publicGeneCount #> [1] 1 #> #> $`lymphoplasmacytic lymphoma`$urlId #> [1] "DOID_0050747" #> #> $`lymphoplasmacytic lymphoma`$dbPhenotype #> [1] TRUE #> #> $`lymphoplasmacytic lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`lymphoplasmacytic lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`lymphoplasmacytic lymphoma`$children #> list() #> #> $`lymphoplasmacytic lymphoma`$value #> [1] "lymphoplasmacytic lymphoma" #> #> #> $`lymphoplasmacytic lymphoma` #> $`lymphoplasmacytic lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050747" #> #> $`lymphoplasmacytic lymphoma`$`_id` #> [1] "DOID_0050747<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphoplasmacytic lymphoma`$privateGeneCount #> [1] 0 #> #> $`lymphoplasmacytic lymphoma`$publicGeneCount #> [1] 1 #> #> $`lymphoplasmacytic lymphoma`$urlId #> [1] "DOID_0050747" #> #> $`lymphoplasmacytic lymphoma`$dbPhenotype #> [1] TRUE #> #> $`lymphoplasmacytic lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphoplasmacytic lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`lymphoplasmacytic lymphoma`$children #> list() #> #> $`lymphoplasmacytic lymphoma`$value #> [1] "lymphoplasmacytic lymphoma" #> #> #> $`lymphoplasmacytic lymphoma` #> $`lymphoplasmacytic lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050747" #> #> $`lymphoplasmacytic lymphoma`$`_id` #> [1] "DOID_0050747<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphoplasmacytic lymphoma`$privateGeneCount #> [1] 0 #> #> $`lymphoplasmacytic lymphoma`$publicGeneCount #> [1] 1 #> #> $`lymphoplasmacytic lymphoma`$urlId #> [1] "DOID_0050747" #> #> $`lymphoplasmacytic lymphoma`$dbPhenotype #> [1] TRUE #> #> $`lymphoplasmacytic lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphoplasmacytic lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`lymphoplasmacytic lymphoma`$children #> list() #> #> $`lymphoplasmacytic lymphoma`$value #> [1] "lymphoplasmacytic lymphoma" #> #> #> $`lymphoplasmacytic lymphoma` #> $`lymphoplasmacytic lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050747" #> #> $`lymphoplasmacytic lymphoma`$`_id` #> [1] "DOID_0050747<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`lymphoplasmacytic lymphoma`$privateGeneCount #> [1] 0 #> #> $`lymphoplasmacytic lymphoma`$publicGeneCount #> [1] 1 #> #> $`lymphoplasmacytic lymphoma`$urlId #> [1] "DOID_0050747" #> #> $`lymphoplasmacytic lymphoma`$dbPhenotype #> [1] TRUE #> #> $`lymphoplasmacytic lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`lymphoplasmacytic lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`lymphoplasmacytic lymphoma`$children #> list() #> #> $`lymphoplasmacytic lymphoma`$value #> [1] "lymphoplasmacytic lymphoma" #> #> #> $`Lymphoproliferative disorder` #> $`Lymphoproliferative disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005523" #> #> $`Lymphoproliferative disorder`$`_id` #> [1] "HP_0005523<HP_0004377<HP_0001871<HP_0000118<HP_0000001" #> #> $`Lymphoproliferative disorder`$privateGeneCount #> [1] 0 #> #> $`Lymphoproliferative disorder`$publicGeneCount #> [1] 18 #> #> $`Lymphoproliferative disorder`$urlId #> [1] "HP_0005523" #> #> $`Lymphoproliferative disorder`$dbPhenotype #> [1] TRUE #> #> $`Lymphoproliferative disorder`$`_parent` #> [1] "HP_0004377<HP_0001871<HP_0000118<HP_0000001" #> #> $`Lymphoproliferative disorder`$`_is_leaf` #> [1] TRUE #> #> $`Lymphoproliferative disorder`$children #> list() #> #> $`Lymphoproliferative disorder`$value #> [1] "Lymphoproliferative disorder" #> #> #> $`Lymphoproliferative disorder` #> $`Lymphoproliferative disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005523" #> #> $`Lymphoproliferative disorder`$`_id` #> [1] "HP_0005523<HP_0004377<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Lymphoproliferative disorder`$privateGeneCount #> [1] 0 #> #> $`Lymphoproliferative disorder`$publicGeneCount #> [1] 18 #> #> $`Lymphoproliferative disorder`$urlId #> [1] "HP_0005523" #> #> $`Lymphoproliferative disorder`$dbPhenotype #> [1] TRUE #> #> $`Lymphoproliferative disorder`$`_parent` #> [1] "HP_0004377<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Lymphoproliferative disorder`$`_is_leaf` #> [1] TRUE #> #> $`Lymphoproliferative disorder`$children #> list() #> #> $`Lymphoproliferative disorder`$value #> [1] "Lymphoproliferative disorder" #> #> #> $`Lynch syndrome` #> $`Lynch syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3883" #> #> $`Lynch syndrome`$`_id` #> [1] "DOID_3883<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Lynch syndrome`$privateGeneCount #> [1] 0 #> #> $`Lynch syndrome`$publicGeneCount #> [1] 14 #> #> $`Lynch syndrome`$urlId #> [1] "DOID_3883" #> #> $`Lynch syndrome`$dbPhenotype #> [1] TRUE #> #> $`Lynch syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Lynch syndrome`$`_is_leaf` #> [1] FALSE #> #> $`Lynch syndrome`$children #> $`Lynch syndrome`$children[[1]] #> [1] "DOID_0050465<DOID_3883<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`Lynch syndrome`$value #> [1] "Lynch syndrome" #> #> #> $`Lynch syndrome` #> $`Lynch syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3883" #> #> $`Lynch syndrome`$`_id` #> [1] "DOID_3883<DOID_225<DOID_4" #> #> $`Lynch syndrome`$privateGeneCount #> [1] 0 #> #> $`Lynch syndrome`$publicGeneCount #> [1] 14 #> #> $`Lynch syndrome`$urlId #> [1] "DOID_3883" #> #> $`Lynch syndrome`$dbPhenotype #> [1] TRUE #> #> $`Lynch syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Lynch syndrome`$`_is_leaf` #> [1] FALSE #> #> $`Lynch syndrome`$children #> $`Lynch syndrome`$children[[1]] #> [1] "DOID_0050465<DOID_3883<DOID_225<DOID_4" #> #> #> $`Lynch syndrome`$value #> [1] "Lynch syndrome" #> #> #> $`lysinuric protein intolerance` #> $`lysinuric protein intolerance`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060439" #> #> $`lysinuric protein intolerance`$`_id` #> [1] "DOID_0060439<DOID_630<DOID_4" #> #> $`lysinuric protein intolerance`$privateGeneCount #> [1] 0 #> #> $`lysinuric protein intolerance`$publicGeneCount #> [1] 1 #> #> $`lysinuric protein intolerance`$urlId #> [1] "DOID_0060439" #> #> $`lysinuric protein intolerance`$dbPhenotype #> [1] TRUE #> #> $`lysinuric protein intolerance`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`lysinuric protein intolerance`$`_is_leaf` #> [1] TRUE #> #> $`lysinuric protein intolerance`$children #> list() #> #> $`lysinuric protein intolerance`$value #> [1] "lysinuric protein intolerance" #> #> #> $`lysinuric protein intolerance` #> $`lysinuric protein intolerance`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060439" #> #> $`lysinuric protein intolerance`$`_id` #> [1] "DOID_0060439<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`lysinuric protein intolerance`$privateGeneCount #> [1] 0 #> #> $`lysinuric protein intolerance`$publicGeneCount #> [1] 1 #> #> $`lysinuric protein intolerance`$urlId #> [1] "DOID_0060439" #> #> $`lysinuric protein intolerance`$dbPhenotype #> [1] TRUE #> #> $`lysinuric protein intolerance`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`lysinuric protein intolerance`$`_is_leaf` #> [1] TRUE #> #> $`lysinuric protein intolerance`$children #> list() #> #> $`lysinuric protein intolerance`$value #> [1] "lysinuric protein intolerance" #> #> #> $`lysosomal and lipase deficiency` #> $`lysosomal and lipase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080217" #> #> $`lysosomal and lipase deficiency`$`_id` #> [1] "DOID_0080217<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal and lipase deficiency`$privateGeneCount #> [1] 0 #> #> $`lysosomal and lipase deficiency`$publicGeneCount #> [1] 1 #> #> $`lysosomal and lipase deficiency`$urlId #> [1] "DOID_0080217" #> #> $`lysosomal and lipase deficiency`$dbPhenotype #> [1] FALSE #> #> $`lysosomal and lipase deficiency`$`_parent` #> [1] "DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal and lipase deficiency`$`_is_leaf` #> [1] FALSE #> #> $`lysosomal and lipase deficiency`$children #> $`lysosomal and lipase deficiency`$children[[1]] #> [1] "DOID_14502<DOID_0080217<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal and lipase deficiency`$children[[2]] #> [1] "DOID_14497<DOID_0080217<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> #> $`lysosomal and lipase deficiency`$value #> [1] "lysosomal and lipase deficiency" #> #> #> $`lysosomal storage disease` #> $`lysosomal storage disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3211" #> #> $`lysosomal storage disease`$`_id` #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal storage disease`$privateGeneCount #> [1] 0 #> #> $`lysosomal storage disease`$publicGeneCount #> [1] 177 #> #> $`lysosomal storage disease`$urlId #> [1] "DOID_3211" #> #> $`lysosomal storage disease`$dbPhenotype #> [1] TRUE #> #> $`lysosomal storage disease`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal storage disease`$`_is_leaf` #> [1] FALSE #> #> $`lysosomal storage disease`$children #> $`lysosomal storage disease`$children[[1]] #> [1] "DOID_3413<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal storage disease`$children[[2]] #> [1] "DOID_0050461<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal storage disease`$children[[3]] #> [1] "DOID_3633<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal storage disease`$children[[4]] #> [1] "DOID_1064<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal storage disease`$children[[5]] #> [1] "DOID_0050437<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal storage disease`$children[[6]] #> [1] "DOID_14500<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal storage disease`$children[[7]] #> [1] "DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal storage disease`$children[[8]] #> [1] "DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal storage disease`$children[[9]] #> [1] "DOID_3659<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> #> $`lysosomal storage disease`$value #> [1] "lysosomal storage disease" #> #> #> $`Machado-Joseph disease` #> $`Machado-Joseph disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1440" #> #> $`Machado-Joseph disease`$`_id` #> [1] "DOID_1440<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Machado-Joseph disease`$privateGeneCount #> [1] 0 #> #> $`Machado-Joseph disease`$publicGeneCount #> [1] 3 #> #> $`Machado-Joseph disease`$urlId #> [1] "DOID_1440" #> #> $`Machado-Joseph disease`$dbPhenotype #> [1] TRUE #> #> $`Machado-Joseph disease`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Machado-Joseph disease`$`_is_leaf` #> [1] TRUE #> #> $`Machado-Joseph disease`$children #> list() #> #> $`Machado-Joseph disease`$value #> [1] "Machado-Joseph disease" #> #> #> $`Machado-Joseph disease` #> $`Machado-Joseph disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1440" #> #> $`Machado-Joseph disease`$`_id` #> [1] "DOID_1440<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Machado-Joseph disease`$privateGeneCount #> [1] 0 #> #> $`Machado-Joseph disease`$publicGeneCount #> [1] 3 #> #> $`Machado-Joseph disease`$urlId #> [1] "DOID_1440" #> #> $`Machado-Joseph disease`$dbPhenotype #> [1] TRUE #> #> $`Machado-Joseph disease`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Machado-Joseph disease`$`_is_leaf` #> [1] TRUE #> #> $`Machado-Joseph disease`$children #> list() #> #> $`Machado-Joseph disease`$value #> [1] "Machado-Joseph disease" #> #> #> $`Machado-Joseph disease` #> $`Machado-Joseph disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1440" #> #> $`Machado-Joseph disease`$`_id` #> [1] "DOID_1440<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Machado-Joseph disease`$privateGeneCount #> [1] 0 #> #> $`Machado-Joseph disease`$publicGeneCount #> [1] 3 #> #> $`Machado-Joseph disease`$urlId #> [1] "DOID_1440" #> #> $`Machado-Joseph disease`$dbPhenotype #> [1] TRUE #> #> $`Machado-Joseph disease`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Machado-Joseph disease`$`_is_leaf` #> [1] TRUE #> #> $`Machado-Joseph disease`$children #> list() #> #> $`Machado-Joseph disease`$value #> [1] "Machado-Joseph disease" #> #> #> $Macrocephaly #> $Macrocephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000256" #> #> $Macrocephaly$`_id` #> [1] "HP_0000256<HP_0040194<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Macrocephaly$privateGeneCount #> [1] 0 #> #> $Macrocephaly$publicGeneCount #> [1] 4 #> #> $Macrocephaly$urlId #> [1] "HP_0000256" #> #> $Macrocephaly$dbPhenotype #> [1] TRUE #> #> $Macrocephaly$`_parent` #> [1] "HP_0040194<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Macrocephaly$`_is_leaf` #> [1] TRUE #> #> $Macrocephaly$children #> list() #> #> $Macrocephaly$value #> [1] "Macrocephaly" #> #> #> $Macrocephaly #> $Macrocephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000256" #> #> $Macrocephaly$`_id` #> [1] "HP_0000256<HP_0040194<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Macrocephaly$privateGeneCount #> [1] 0 #> #> $Macrocephaly$publicGeneCount #> [1] 4 #> #> $Macrocephaly$urlId #> [1] "HP_0000256" #> #> $Macrocephaly$dbPhenotype #> [1] TRUE #> #> $Macrocephaly$`_parent` #> [1] "HP_0040194<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Macrocephaly$`_is_leaf` #> [1] TRUE #> #> $Macrocephaly$children #> list() #> #> $Macrocephaly$value #> [1] "Macrocephaly" #> #> #> $`macrocytic anemia` #> $`macrocytic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2361" #> #> $`macrocytic anemia`$`_id` #> [1] "DOID_2361<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`macrocytic anemia`$privateGeneCount #> [1] 0 #> #> $`macrocytic anemia`$publicGeneCount #> [1] 8 #> #> $`macrocytic anemia`$urlId #> [1] "DOID_2361" #> #> $`macrocytic anemia`$dbPhenotype #> [1] TRUE #> #> $`macrocytic anemia`$`_parent` #> [1] "DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`macrocytic anemia`$`_is_leaf` #> [1] FALSE #> #> $`macrocytic anemia`$children #> $`macrocytic anemia`$children[[1]] #> [1] "DOID_13382<DOID_2361<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $`macrocytic anemia`$value #> [1] "macrocytic anemia" #> #> #> $`Macrocytic anemia` #> $`Macrocytic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001972" #> #> $`Macrocytic anemia`$`_id` #> [1] "HP_0001972<HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Macrocytic anemia`$privateGeneCount #> [1] 0 #> #> $`Macrocytic anemia`$publicGeneCount #> [1] 1 #> #> $`Macrocytic anemia`$urlId #> [1] "HP_0001972" #> #> $`Macrocytic anemia`$dbPhenotype #> [1] FALSE #> #> $`Macrocytic anemia`$`_parent` #> [1] "HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Macrocytic anemia`$`_is_leaf` #> [1] FALSE #> #> $`Macrocytic anemia`$children #> $`Macrocytic anemia`$children[[1]] #> [1] "HP_0001889<HP_0001972<HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Macrocytic anemia`$value #> [1] "Macrocytic anemia" #> #> #> $`macular corneal dystrophy` #> $`macular corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2565" #> #> $`macular corneal dystrophy`$`_id` #> [1] "DOID_2565<DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`macular corneal dystrophy`$publicGeneCount #> [1] 9 #> #> $`macular corneal dystrophy`$urlId #> [1] "DOID_2565" #> #> $`macular corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`macular corneal dystrophy`$`_parent` #> [1] "DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`macular corneal dystrophy`$children #> list() #> #> $`macular corneal dystrophy`$value #> [1] "macular corneal dystrophy" #> #> #> $`macular degeneration` #> $`macular degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4448" #> #> $`macular degeneration`$`_id` #> [1] "DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular degeneration`$privateGeneCount #> [1] 0 #> #> $`macular degeneration`$publicGeneCount #> [1] 87 #> #> $`macular degeneration`$urlId #> [1] "DOID_4448" #> #> $`macular degeneration`$dbPhenotype #> [1] TRUE #> #> $`macular degeneration`$`_parent` #> [1] "DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular degeneration`$`_is_leaf` #> [1] FALSE #> #> $`macular degeneration`$children #> $`macular degeneration`$children[[1]] #> [1] "DOID_0050662<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular degeneration`$children[[2]] #> [1] "DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular degeneration`$children[[3]] #> [1] "DOID_0050578<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular degeneration`$children[[4]] #> [1] "DOID_0050661<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`macular degeneration`$value #> [1] "macular degeneration" #> #> #> $`macular degeneration` #> $`macular degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4448" #> #> $`macular degeneration`$`_id` #> [1] "DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular degeneration`$privateGeneCount #> [1] 0 #> #> $`macular degeneration`$publicGeneCount #> [1] 87 #> #> $`macular degeneration`$urlId #> [1] "DOID_4448" #> #> $`macular degeneration`$dbPhenotype #> [1] TRUE #> #> $`macular degeneration`$`_parent` #> [1] "DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular degeneration`$`_is_leaf` #> [1] FALSE #> #> $`macular degeneration`$children #> $`macular degeneration`$children[[1]] #> [1] "DOID_0050662<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular degeneration`$children[[2]] #> [1] "DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular degeneration`$children[[3]] #> [1] "DOID_0050578<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular degeneration`$children[[4]] #> [1] "DOID_0050661<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`macular degeneration`$value #> [1] "macular degeneration" #> #> #> $`Macular dystrophy` #> $`Macular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007754" #> #> $`Macular dystrophy`$`_id` #> [1] "HP_0007754<HP_0000556<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Macular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Macular dystrophy`$publicGeneCount #> [1] 2 #> #> $`Macular dystrophy`$urlId #> [1] "HP_0007754" #> #> $`Macular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Macular dystrophy`$`_parent` #> [1] "HP_0000556<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Macular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Macular dystrophy`$children #> list() #> #> $`Macular dystrophy`$value #> [1] "Macular dystrophy" #> #> #> $`Macular dystrophy` #> $`Macular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007754" #> #> $`Macular dystrophy`$`_id` #> [1] "HP_0007754<HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Macular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Macular dystrophy`$publicGeneCount #> [1] 2 #> #> $`Macular dystrophy`$urlId #> [1] "HP_0007754" #> #> $`Macular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Macular dystrophy`$`_parent` #> [1] "HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Macular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Macular dystrophy`$children #> list() #> #> $`Macular dystrophy`$value #> [1] "Macular dystrophy" #> #> #> $`macular retinal edema` #> $`macular retinal edema`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4449" #> #> $`macular retinal edema`$`_id` #> [1] "DOID_4449<DOID_6929<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular retinal edema`$privateGeneCount #> [1] 0 #> #> $`macular retinal edema`$publicGeneCount #> [1] 10 #> #> $`macular retinal edema`$urlId #> [1] "DOID_4449" #> #> $`macular retinal edema`$dbPhenotype #> [1] TRUE #> #> $`macular retinal edema`$`_parent` #> [1] "DOID_6929<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular retinal edema`$`_is_leaf` #> [1] FALSE #> #> $`macular retinal edema`$children #> $`macular retinal edema`$children[[1]] #> [1] "DOID_4447<DOID_4449<DOID_6929<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`macular retinal edema`$value #> [1] "macular retinal edema" #> #> #> $`Macular thickening` #> $`Macular thickening`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030498" #> #> $`Macular thickening`$`_id` #> [1] "HP_0030498<HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Macular thickening`$privateGeneCount #> [1] 0 #> #> $`Macular thickening`$publicGeneCount #> [1] 3 #> #> $`Macular thickening`$urlId #> [1] "HP_0030498" #> #> $`Macular thickening`$dbPhenotype #> [1] FALSE #> #> $`Macular thickening`$`_parent` #> [1] "HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Macular thickening`$`_is_leaf` #> [1] FALSE #> #> $`Macular thickening`$children #> $`Macular thickening`$children[[1]] #> [1] "HP_0100014<HP_0030498<HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Macular thickening`$value #> [1] "Macular thickening" #> #> #> $`major depressive disorder` #> $`major depressive disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1470" #> #> $`major depressive disorder`$`_id` #> [1] "DOID_1470<DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`major depressive disorder`$privateGeneCount #> [1] 0 #> #> $`major depressive disorder`$publicGeneCount #> [1] 99 #> #> $`major depressive disorder`$urlId #> [1] "DOID_1470" #> #> $`major depressive disorder`$dbPhenotype #> [1] TRUE #> #> $`major depressive disorder`$`_parent` #> [1] "DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`major depressive disorder`$`_is_leaf` #> [1] FALSE #> #> $`major depressive disorder`$children #> $`major depressive disorder`$children[[1]] #> [1] "DOID_1595<DOID_1470<DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> #> $`major depressive disorder`$value #> [1] "major depressive disorder" #> #> #> $malaria #> $malaria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12365" #> #> $malaria$`_id` #> [1] "DOID_12365<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $malaria$privateGeneCount #> [1] 0 #> #> $malaria$publicGeneCount #> [1] 27 #> #> $malaria$urlId #> [1] "DOID_12365" #> #> $malaria$dbPhenotype #> [1] TRUE #> #> $malaria$`_parent` #> [1] "DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $malaria$`_is_leaf` #> [1] FALSE #> #> $malaria$children #> $malaria$children[[1]] #> [1] "DOID_14067<DOID_12365<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> #> $malaria$value #> [1] "malaria" #> #> #> $`male breast cancer` #> $`male breast cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1614" #> #> $`male breast cancer`$`_id` #> [1] "DOID_1614<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`male breast cancer`$privateGeneCount #> [1] 0 #> #> $`male breast cancer`$publicGeneCount #> [1] 1 #> #> $`male breast cancer`$urlId #> [1] "DOID_1614" #> #> $`male breast cancer`$dbPhenotype #> [1] TRUE #> #> $`male breast cancer`$`_parent` #> [1] "DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`male breast cancer`$`_is_leaf` #> [1] TRUE #> #> $`male breast cancer`$children #> list() #> #> $`male breast cancer`$value #> [1] "male breast cancer" #> #> #> $`male breast cancer` #> $`male breast cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1614" #> #> $`male breast cancer`$`_id` #> [1] "DOID_1614<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`male breast cancer`$privateGeneCount #> [1] 0 #> #> $`male breast cancer`$publicGeneCount #> [1] 1 #> #> $`male breast cancer`$urlId #> [1] "DOID_1614" #> #> $`male breast cancer`$dbPhenotype #> [1] TRUE #> #> $`male breast cancer`$`_parent` #> [1] "DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`male breast cancer`$`_is_leaf` #> [1] TRUE #> #> $`male breast cancer`$children #> list() #> #> $`male breast cancer`$value #> [1] "male breast cancer" #> #> #> $`male breast cancer` #> $`male breast cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1614" #> #> $`male breast cancer`$`_id` #> [1] "DOID_1614<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`male breast cancer`$privateGeneCount #> [1] 0 #> #> $`male breast cancer`$publicGeneCount #> [1] 1 #> #> $`male breast cancer`$urlId #> [1] "DOID_1614" #> #> $`male breast cancer`$dbPhenotype #> [1] TRUE #> #> $`male breast cancer`$`_parent` #> [1] "DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`male breast cancer`$`_is_leaf` #> [1] TRUE #> #> $`male breast cancer`$children #> list() #> #> $`male breast cancer`$value #> [1] "male breast cancer" #> #> #> $`male infertility` #> $`male infertility`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12336" #> #> $`male infertility`$`_id` #> [1] "DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male infertility`$privateGeneCount #> [1] 0 #> #> $`male infertility`$publicGeneCount #> [1] 73 #> #> $`male infertility`$urlId #> [1] "DOID_12336" #> #> $`male infertility`$dbPhenotype #> [1] TRUE #> #> $`male infertility`$`_parent` #> [1] "DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male infertility`$`_is_leaf` #> [1] FALSE #> #> $`male infertility`$children #> $`male infertility`$children[[1]] #> [1] "DOID_14227<DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male infertility`$children[[2]] #> [1] "DOID_14228<DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male infertility`$children[[3]] #> [1] "DOID_0050457<DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`male infertility`$value #> [1] "male infertility" #> #> #> $`male reproductive organ benign neoplasm` #> $`male reproductive organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060087" #> #> $`male reproductive organ benign neoplasm`$`_id` #> [1] "DOID_0060087<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`male reproductive organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`male reproductive organ benign neoplasm`$publicGeneCount #> [1] 19 #> #> $`male reproductive organ benign neoplasm`$urlId #> [1] "DOID_0060087" #> #> $`male reproductive organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`male reproductive organ benign neoplasm`$`_parent` #> [1] "DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`male reproductive organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`male reproductive organ benign neoplasm`$children #> $`male reproductive organ benign neoplasm`$children[[1]] #> [1] "DOID_11624<DOID_0060087<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`male reproductive organ benign neoplasm`$children[[2]] #> [1] "DOID_2883<DOID_0060087<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`male reproductive organ benign neoplasm`$value #> [1] "male reproductive organ benign neoplasm" #> #> #> $`male reproductive organ benign neoplasm` #> $`male reproductive organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060087" #> #> $`male reproductive organ benign neoplasm`$`_id` #> [1] "DOID_0060087<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`male reproductive organ benign neoplasm`$publicGeneCount #> [1] 19 #> #> $`male reproductive organ benign neoplasm`$urlId #> [1] "DOID_0060087" #> #> $`male reproductive organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`male reproductive organ benign neoplasm`$`_parent` #> [1] "DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`male reproductive organ benign neoplasm`$children #> $`male reproductive organ benign neoplasm`$children[[1]] #> [1] "DOID_11624<DOID_0060087<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive organ benign neoplasm`$children[[2]] #> [1] "DOID_2883<DOID_0060087<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> #> $`male reproductive organ benign neoplasm`$value #> [1] "male reproductive organ benign neoplasm" #> #> #> $`male reproductive organ benign neoplasm` #> $`male reproductive organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060087" #> #> $`male reproductive organ benign neoplasm`$`_id` #> [1] "DOID_0060087<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`male reproductive organ benign neoplasm`$publicGeneCount #> [1] 19 #> #> $`male reproductive organ benign neoplasm`$urlId #> [1] "DOID_0060087" #> #> $`male reproductive organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`male reproductive organ benign neoplasm`$`_parent` #> [1] "DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`male reproductive organ benign neoplasm`$children #> $`male reproductive organ benign neoplasm`$children[[1]] #> [1] "DOID_11624<DOID_0060087<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive organ benign neoplasm`$children[[2]] #> [1] "DOID_2883<DOID_0060087<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`male reproductive organ benign neoplasm`$value #> [1] "male reproductive organ benign neoplasm" #> #> #> $`male reproductive organ cancer` #> $`male reproductive organ cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3856" #> #> $`male reproductive organ cancer`$`_id` #> [1] "DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`male reproductive organ cancer`$privateGeneCount #> [1] 0 #> #> $`male reproductive organ cancer`$publicGeneCount #> [1] 710 #> #> $`male reproductive organ cancer`$urlId #> [1] "DOID_3856" #> #> $`male reproductive organ cancer`$dbPhenotype #> [1] TRUE #> #> $`male reproductive organ cancer`$`_parent` #> [1] "DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`male reproductive organ cancer`$`_is_leaf` #> [1] FALSE #> #> $`male reproductive organ cancer`$children #> $`male reproductive organ cancer`$children[[1]] #> [1] "DOID_10283<DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`male reproductive organ cancer`$children[[2]] #> [1] "DOID_2998<DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`male reproductive organ cancer`$value #> [1] "male reproductive organ cancer" #> #> #> $`male reproductive organ cancer` #> $`male reproductive organ cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3856" #> #> $`male reproductive organ cancer`$`_id` #> [1] "DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive organ cancer`$privateGeneCount #> [1] 0 #> #> $`male reproductive organ cancer`$publicGeneCount #> [1] 710 #> #> $`male reproductive organ cancer`$urlId #> [1] "DOID_3856" #> #> $`male reproductive organ cancer`$dbPhenotype #> [1] TRUE #> #> $`male reproductive organ cancer`$`_parent` #> [1] "DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive organ cancer`$`_is_leaf` #> [1] FALSE #> #> $`male reproductive organ cancer`$children #> $`male reproductive organ cancer`$children[[1]] #> [1] "DOID_10283<DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive organ cancer`$children[[2]] #> [1] "DOID_2998<DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`male reproductive organ cancer`$value #> [1] "male reproductive organ cancer" #> #> #> $`male reproductive system disease` #> $`male reproductive system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_48" #> #> $`male reproductive system disease`$`_id` #> [1] "DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive system disease`$privateGeneCount #> [1] 0 #> #> $`male reproductive system disease`$publicGeneCount #> [1] 792 #> #> $`male reproductive system disease`$urlId #> [1] "DOID_48" #> #> $`male reproductive system disease`$dbPhenotype #> [1] TRUE #> #> $`male reproductive system disease`$`_parent` #> [1] "DOID_15<DOID_7<DOID_4" #> #> $`male reproductive system disease`$`_is_leaf` #> [1] FALSE #> #> $`male reproductive system disease`$children #> $`male reproductive system disease`$children[[1]] #> [1] "DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive system disease`$children[[2]] #> [1] "DOID_0060087<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive system disease`$children[[3]] #> [1] "DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive system disease`$children[[4]] #> [1] "DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive system disease`$children[[5]] #> [1] "DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive system disease`$children[[6]] #> [1] "DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`male reproductive system disease`$value #> [1] "male reproductive system disease" #> #> #> $`Male sexual dysfunction` #> $`Male sexual dysfunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040307" #> #> $`Male sexual dysfunction`$`_id` #> [1] "HP_0040307<HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Male sexual dysfunction`$privateGeneCount #> [1] 0 #> #> $`Male sexual dysfunction`$publicGeneCount #> [1] 13 #> #> $`Male sexual dysfunction`$urlId #> [1] "HP_0040307" #> #> $`Male sexual dysfunction`$dbPhenotype #> [1] FALSE #> #> $`Male sexual dysfunction`$`_parent` #> [1] "HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Male sexual dysfunction`$`_is_leaf` #> [1] FALSE #> #> $`Male sexual dysfunction`$children #> $`Male sexual dysfunction`$children[[1]] #> [1] "HP_0100639<HP_0040307<HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Male sexual dysfunction`$value #> [1] "Male sexual dysfunction" #> #> #> $`malignant adenoma` #> $`malignant adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080364" #> #> $`malignant adenoma`$`_id` #> [1] "DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant adenoma`$privateGeneCount #> [1] 0 #> #> $`malignant adenoma`$publicGeneCount #> [1] 5 #> #> $`malignant adenoma`$urlId #> [1] "DOID_0080364" #> #> $`malignant adenoma`$dbPhenotype #> [1] FALSE #> #> $`malignant adenoma`$`_parent` #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant adenoma`$`_is_leaf` #> [1] FALSE #> #> $`malignant adenoma`$children #> $`malignant adenoma`$children[[1]] #> [1] "DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`malignant adenoma`$value #> [1] "malignant adenoma" #> #> #> $`malignant cystadenoma` #> $`malignant cystadenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60004" #> #> $`malignant cystadenoma`$`_id` #> [1] "DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant cystadenoma`$privateGeneCount #> [1] 0 #> #> $`malignant cystadenoma`$publicGeneCount #> [1] 5 #> #> $`malignant cystadenoma`$urlId #> [1] "DOID_60004" #> #> $`malignant cystadenoma`$dbPhenotype #> [1] FALSE #> #> $`malignant cystadenoma`$`_parent` #> [1] "DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant cystadenoma`$`_is_leaf` #> [1] FALSE #> #> $`malignant cystadenoma`$children #> $`malignant cystadenoma`$children[[1]] #> [1] "DOID_3111<DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`malignant cystadenoma`$value #> [1] "malignant cystadenoma" #> #> #> $`malignant fibrous histiocytoma` #> $`malignant fibrous histiocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1907" #> #> $`malignant fibrous histiocytoma`$`_id` #> [1] "DOID_1907<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant fibrous histiocytoma`$privateGeneCount #> [1] 0 #> #> $`malignant fibrous histiocytoma`$publicGeneCount #> [1] 1 #> #> $`malignant fibrous histiocytoma`$urlId #> [1] "DOID_1907" #> #> $`malignant fibrous histiocytoma`$dbPhenotype #> [1] TRUE #> #> $`malignant fibrous histiocytoma`$`_parent` #> [1] "DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant fibrous histiocytoma`$`_is_leaf` #> [1] TRUE #> #> $`malignant fibrous histiocytoma`$children #> list() #> #> $`malignant fibrous histiocytoma`$value #> [1] "malignant fibrous histiocytoma" #> #> #> $`malignant glioma` #> $`malignant glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3070" #> #> $`malignant glioma`$`_id` #> [1] "DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$privateGeneCount #> [1] 0 #> #> $`malignant glioma`$publicGeneCount #> [1] 183 #> #> $`malignant glioma`$urlId #> [1] "DOID_3070" #> #> $`malignant glioma`$dbPhenotype #> [1] TRUE #> #> $`malignant glioma`$`_parent` #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$`_is_leaf` #> [1] FALSE #> #> $`malignant glioma`$children #> $`malignant glioma`$children[[1]] #> [1] "DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$children[[2]] #> [1] "DOID_5076<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$children[[3]] #> [1] "DOID_3181<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$children[[4]] #> [1] "DOID_4851<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`malignant glioma`$value #> [1] "malignant glioma" #> #> #> $`malignant glioma` #> $`malignant glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3070" #> #> $`malignant glioma`$`_id` #> [1] "DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$privateGeneCount #> [1] 0 #> #> $`malignant glioma`$publicGeneCount #> [1] 183 #> #> $`malignant glioma`$urlId #> [1] "DOID_3070" #> #> $`malignant glioma`$dbPhenotype #> [1] TRUE #> #> $`malignant glioma`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$`_is_leaf` #> [1] FALSE #> #> $`malignant glioma`$children #> $`malignant glioma`$children[[1]] #> [1] "DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[2]] #> [1] "DOID_5076<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[3]] #> [1] "DOID_3181<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[4]] #> [1] "DOID_4851<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`malignant glioma`$value #> [1] "malignant glioma" #> #> #> $`malignant glioma` #> $`malignant glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3070" #> #> $`malignant glioma`$`_id` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$privateGeneCount #> [1] 0 #> #> $`malignant glioma`$publicGeneCount #> [1] 183 #> #> $`malignant glioma`$urlId #> [1] "DOID_3070" #> #> $`malignant glioma`$dbPhenotype #> [1] TRUE #> #> $`malignant glioma`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$`_is_leaf` #> [1] FALSE #> #> $`malignant glioma`$children #> $`malignant glioma`$children[[1]] #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$children[[2]] #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$children[[3]] #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$children[[4]] #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`malignant glioma`$value #> [1] "malignant glioma" #> #> #> $`malignant glioma` #> $`malignant glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3070" #> #> $`malignant glioma`$`_id` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$privateGeneCount #> [1] 0 #> #> $`malignant glioma`$publicGeneCount #> [1] 183 #> #> $`malignant glioma`$urlId #> [1] "DOID_3070" #> #> $`malignant glioma`$dbPhenotype #> [1] TRUE #> #> $`malignant glioma`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$`_is_leaf` #> [1] FALSE #> #> $`malignant glioma`$children #> $`malignant glioma`$children[[1]] #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[2]] #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[3]] #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[4]] #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`malignant glioma`$value #> [1] "malignant glioma" #> #> #> $`malignant glioma` #> $`malignant glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3070" #> #> $`malignant glioma`$`_id` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$privateGeneCount #> [1] 0 #> #> $`malignant glioma`$publicGeneCount #> [1] 183 #> #> $`malignant glioma`$urlId #> [1] "DOID_3070" #> #> $`malignant glioma`$dbPhenotype #> [1] TRUE #> #> $`malignant glioma`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$`_is_leaf` #> [1] FALSE #> #> $`malignant glioma`$children #> $`malignant glioma`$children[[1]] #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[2]] #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[3]] #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[4]] #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`malignant glioma`$value #> [1] "malignant glioma" #> #> #> $`malignant glioma` #> $`malignant glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3070" #> #> $`malignant glioma`$`_id` #> [1] "DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$privateGeneCount #> [1] 0 #> #> $`malignant glioma`$publicGeneCount #> [1] 183 #> #> $`malignant glioma`$urlId #> [1] "DOID_3070" #> #> $`malignant glioma`$dbPhenotype #> [1] TRUE #> #> $`malignant glioma`$`_parent` #> [1] "DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$`_is_leaf` #> [1] FALSE #> #> $`malignant glioma`$children #> $`malignant glioma`$children[[1]] #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[2]] #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[3]] #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[4]] #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`malignant glioma`$value #> [1] "malignant glioma" #> #> #> $`malignant glioma` #> $`malignant glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3070" #> #> $`malignant glioma`$`_id` #> [1] "DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$privateGeneCount #> [1] 0 #> #> $`malignant glioma`$publicGeneCount #> [1] 183 #> #> $`malignant glioma`$urlId #> [1] "DOID_3070" #> #> $`malignant glioma`$dbPhenotype #> [1] TRUE #> #> $`malignant glioma`$`_parent` #> [1] "DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$`_is_leaf` #> [1] FALSE #> #> $`malignant glioma`$children #> $`malignant glioma`$children[[1]] #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[2]] #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[3]] #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[4]] #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`malignant glioma`$value #> [1] "malignant glioma" #> #> #> $`malignant glioma` #> $`malignant glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3070" #> #> $`malignant glioma`$`_id` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$privateGeneCount #> [1] 0 #> #> $`malignant glioma`$publicGeneCount #> [1] 183 #> #> $`malignant glioma`$urlId #> [1] "DOID_3070" #> #> $`malignant glioma`$dbPhenotype #> [1] TRUE #> #> $`malignant glioma`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$`_is_leaf` #> [1] FALSE #> #> $`malignant glioma`$children #> $`malignant glioma`$children[[1]] #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$children[[2]] #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$children[[3]] #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$children[[4]] #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`malignant glioma`$value #> [1] "malignant glioma" #> #> #> $`malignant glioma` #> $`malignant glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3070" #> #> $`malignant glioma`$`_id` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$privateGeneCount #> [1] 0 #> #> $`malignant glioma`$publicGeneCount #> [1] 183 #> #> $`malignant glioma`$urlId #> [1] "DOID_3070" #> #> $`malignant glioma`$dbPhenotype #> [1] TRUE #> #> $`malignant glioma`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$`_is_leaf` #> [1] FALSE #> #> $`malignant glioma`$children #> $`malignant glioma`$children[[1]] #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[2]] #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[3]] #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[4]] #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`malignant glioma`$value #> [1] "malignant glioma" #> #> #> $`malignant glioma` #> $`malignant glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3070" #> #> $`malignant glioma`$`_id` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$privateGeneCount #> [1] 0 #> #> $`malignant glioma`$publicGeneCount #> [1] 183 #> #> $`malignant glioma`$urlId #> [1] "DOID_3070" #> #> $`malignant glioma`$dbPhenotype #> [1] TRUE #> #> $`malignant glioma`$`_parent` #> [1] "DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$`_is_leaf` #> [1] FALSE #> #> $`malignant glioma`$children #> $`malignant glioma`$children[[1]] #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[2]] #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[3]] #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[4]] #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`malignant glioma`$value #> [1] "malignant glioma" #> #> #> $`malignant hypertension` #> $`malignant hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10824" #> #> $`malignant hypertension`$`_id` #> [1] "DOID_10824<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`malignant hypertension`$privateGeneCount #> [1] 0 #> #> $`malignant hypertension`$publicGeneCount #> [1] 4 #> #> $`malignant hypertension`$urlId #> [1] "DOID_10824" #> #> $`malignant hypertension`$dbPhenotype #> [1] TRUE #> #> $`malignant hypertension`$`_parent` #> [1] "DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`malignant hypertension`$`_is_leaf` #> [1] TRUE #> #> $`malignant hypertension`$children #> list() #> #> $`malignant hypertension`$value #> [1] "malignant hypertension" #> #> #> $`malignant hyperthermia` #> $`malignant hyperthermia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8545" #> #> $`malignant hyperthermia`$`_id` #> [1] "DOID_8545<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`malignant hyperthermia`$privateGeneCount #> [1] 0 #> #> $`malignant hyperthermia`$publicGeneCount #> [1] 4 #> #> $`malignant hyperthermia`$urlId #> [1] "DOID_8545" #> #> $`malignant hyperthermia`$dbPhenotype #> [1] TRUE #> #> $`malignant hyperthermia`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`malignant hyperthermia`$`_is_leaf` #> [1] TRUE #> #> $`malignant hyperthermia`$children #> list() #> #> $`malignant hyperthermia`$value #> [1] "malignant hyperthermia" #> #> #> $`malignant hyperthermia` #> $`malignant hyperthermia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8545" #> #> $`malignant hyperthermia`$`_id` #> [1] "DOID_8545<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`malignant hyperthermia`$privateGeneCount #> [1] 0 #> #> $`malignant hyperthermia`$publicGeneCount #> [1] 4 #> #> $`malignant hyperthermia`$urlId #> [1] "DOID_8545" #> #> $`malignant hyperthermia`$dbPhenotype #> [1] TRUE #> #> $`malignant hyperthermia`$`_parent` #> [1] "DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`malignant hyperthermia`$`_is_leaf` #> [1] TRUE #> #> $`malignant hyperthermia`$children #> list() #> #> $`malignant hyperthermia`$value #> [1] "malignant hyperthermia" #> #> #> $`malignant mesothelioma` #> $`malignant mesothelioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1790" #> #> $`malignant mesothelioma`$`_id` #> [1] "DOID_1790<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant mesothelioma`$privateGeneCount #> [1] 0 #> #> $`malignant mesothelioma`$publicGeneCount #> [1] 6 #> #> $`malignant mesothelioma`$urlId #> [1] "DOID_1790" #> #> $`malignant mesothelioma`$dbPhenotype #> [1] TRUE #> #> $`malignant mesothelioma`$`_parent` #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant mesothelioma`$`_is_leaf` #> [1] TRUE #> #> $`malignant mesothelioma`$children #> list() #> #> $`malignant mesothelioma`$value #> [1] "malignant mesothelioma" #> #> #> $`malignant ovarian surface epithelial-stromal neoplasm` #> $`malignant ovarian surface epithelial-stromal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2151" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_id` #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$privateGeneCount #> [1] 0 #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$publicGeneCount #> [1] 10 #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$urlId #> [1] "DOID_2151" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_parent` #> [1] "DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$children #> $`malignant ovarian surface epithelial-stromal neoplasm`$children[[1]] #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$value #> [1] "malignant ovarian surface epithelial-stromal neoplasm" #> #> #> $`malignant ovarian surface epithelial-stromal neoplasm` #> $`malignant ovarian surface epithelial-stromal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2151" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_id` #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$privateGeneCount #> [1] 0 #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$publicGeneCount #> [1] 10 #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$urlId #> [1] "DOID_2151" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_parent` #> [1] "DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$children #> $`malignant ovarian surface epithelial-stromal neoplasm`$children[[1]] #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$value #> [1] "malignant ovarian surface epithelial-stromal neoplasm" #> #> #> $`malignant ovarian surface epithelial-stromal neoplasm` #> $`malignant ovarian surface epithelial-stromal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2151" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_id` #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$privateGeneCount #> [1] 0 #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$publicGeneCount #> [1] 10 #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$urlId #> [1] "DOID_2151" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_parent` #> [1] "DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$children #> $`malignant ovarian surface epithelial-stromal neoplasm`$children[[1]] #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$value #> [1] "malignant ovarian surface epithelial-stromal neoplasm" #> #> #> $`malignant ovarian surface epithelial-stromal neoplasm` #> $`malignant ovarian surface epithelial-stromal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2151" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_id` #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$privateGeneCount #> [1] 0 #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$publicGeneCount #> [1] 10 #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$urlId #> [1] "DOID_2151" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_parent` #> [1] "DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$children #> $`malignant ovarian surface epithelial-stromal neoplasm`$children[[1]] #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$value #> [1] "malignant ovarian surface epithelial-stromal neoplasm" #> #> #> $`malignant ovarian surface epithelial-stromal neoplasm` #> $`malignant ovarian surface epithelial-stromal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2151" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_id` #> [1] "DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$privateGeneCount #> [1] 0 #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$publicGeneCount #> [1] 10 #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$urlId #> [1] "DOID_2151" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_parent` #> [1] "DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$children #> $`malignant ovarian surface epithelial-stromal neoplasm`$children[[1]] #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$value #> [1] "malignant ovarian surface epithelial-stromal neoplasm" #> #> #> $`malignant peripheral nerve sheath tumor` #> $`malignant peripheral nerve sheath tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5940" #> #> $`malignant peripheral nerve sheath tumor`$`_id` #> [1] "DOID_5940<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant peripheral nerve sheath tumor`$privateGeneCount #> [1] 0 #> #> $`malignant peripheral nerve sheath tumor`$publicGeneCount #> [1] 8 #> #> $`malignant peripheral nerve sheath tumor`$urlId #> [1] "DOID_5940" #> #> $`malignant peripheral nerve sheath tumor`$dbPhenotype #> [1] TRUE #> #> $`malignant peripheral nerve sheath tumor`$`_parent` #> [1] "DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant peripheral nerve sheath tumor`$`_is_leaf` #> [1] TRUE #> #> $`malignant peripheral nerve sheath tumor`$children #> list() #> #> $`malignant peripheral nerve sheath tumor`$value #> [1] "malignant peripheral nerve sheath tumor" #> #> #> $`malignant peripheral nerve sheath tumor` #> $`malignant peripheral nerve sheath tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5940" #> #> $`malignant peripheral nerve sheath tumor`$`_id` #> [1] "DOID_5940<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`malignant peripheral nerve sheath tumor`$privateGeneCount #> [1] 0 #> #> $`malignant peripheral nerve sheath tumor`$publicGeneCount #> [1] 8 #> #> $`malignant peripheral nerve sheath tumor`$urlId #> [1] "DOID_5940" #> #> $`malignant peripheral nerve sheath tumor`$dbPhenotype #> [1] TRUE #> #> $`malignant peripheral nerve sheath tumor`$`_parent` #> [1] "DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`malignant peripheral nerve sheath tumor`$`_is_leaf` #> [1] TRUE #> #> $`malignant peripheral nerve sheath tumor`$children #> list() #> #> $`malignant peripheral nerve sheath tumor`$value #> [1] "malignant peripheral nerve sheath tumor" #> #> #> $`malignant peripheral nerve sheath tumor` #> $`malignant peripheral nerve sheath tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5940" #> #> $`malignant peripheral nerve sheath tumor`$`_id` #> [1] "DOID_5940<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`malignant peripheral nerve sheath tumor`$privateGeneCount #> [1] 0 #> #> $`malignant peripheral nerve sheath tumor`$publicGeneCount #> [1] 8 #> #> $`malignant peripheral nerve sheath tumor`$urlId #> [1] "DOID_5940" #> #> $`malignant peripheral nerve sheath tumor`$dbPhenotype #> [1] TRUE #> #> $`malignant peripheral nerve sheath tumor`$`_parent` #> [1] "DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`malignant peripheral nerve sheath tumor`$`_is_leaf` #> [1] TRUE #> #> $`malignant peripheral nerve sheath tumor`$children #> list() #> #> $`malignant peripheral nerve sheath tumor`$value #> [1] "malignant peripheral nerve sheath tumor" #> #> #> $`malignant teratoma` #> $`malignant teratoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5563" #> #> $`malignant teratoma`$`_id` #> [1] "DOID_5563<DOID_3307<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant teratoma`$privateGeneCount #> [1] 0 #> #> $`malignant teratoma`$publicGeneCount #> [1] 10 #> #> $`malignant teratoma`$urlId #> [1] "DOID_5563" #> #> $`malignant teratoma`$dbPhenotype #> [1] TRUE #> #> $`malignant teratoma`$`_parent` #> [1] "DOID_3307<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant teratoma`$`_is_leaf` #> [1] TRUE #> #> $`malignant teratoma`$children #> list() #> #> $`malignant teratoma`$value #> [1] "malignant teratoma" #> #> #> $`malignant teratoma` #> $`malignant teratoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5563" #> #> $`malignant teratoma`$`_id` #> [1] "DOID_5563<DOID_3307<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant teratoma`$privateGeneCount #> [1] 0 #> #> $`malignant teratoma`$publicGeneCount #> [1] 10 #> #> $`malignant teratoma`$urlId #> [1] "DOID_5563" #> #> $`malignant teratoma`$dbPhenotype #> [1] TRUE #> #> $`malignant teratoma`$`_parent` #> [1] "DOID_3307<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant teratoma`$`_is_leaf` #> [1] TRUE #> #> $`malignant teratoma`$children #> list() #> #> $`malignant teratoma`$value #> [1] "malignant teratoma" #> #> #> $Malnutrition #> $Malnutrition$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004395" #> #> $Malnutrition$`_id` #> [1] "HP_0004395<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $Malnutrition$privateGeneCount #> [1] 0 #> #> $Malnutrition$publicGeneCount #> [1] 5 #> #> $Malnutrition$urlId #> [1] "HP_0004395" #> #> $Malnutrition$dbPhenotype #> [1] TRUE #> #> $Malnutrition$`_parent` #> [1] "HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $Malnutrition$`_is_leaf` #> [1] TRUE #> #> $Malnutrition$children #> list() #> #> $Malnutrition$value #> [1] "Malnutrition" #> #> #> $`Mammalian Phenotype Ontology` #> $`Mammalian Phenotype Ontology`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0000001" #> #> $`Mammalian Phenotype Ontology`$`_id` #> [1] "MP_0000001" #> #> $`Mammalian Phenotype Ontology`$privateGeneCount #> [1] 0 #> #> $`Mammalian Phenotype Ontology`$publicGeneCount #> [1] 31 #> #> $`Mammalian Phenotype Ontology`$urlId #> [1] "MP_0000001" #> #> $`Mammalian Phenotype Ontology`$dbPhenotype #> [1] FALSE #> #> $`Mammalian Phenotype Ontology`$`_parent` #> NULL #> #> $`Mammalian Phenotype Ontology`$`_is_leaf` #> [1] FALSE #> #> $`Mammalian Phenotype Ontology`$children #> $`Mammalian Phenotype Ontology`$children[[1]] #> [1] "MP_0005386<MP_0000001" #> #> $`Mammalian Phenotype Ontology`$children[[2]] #> [1] "MP_0005385<MP_0000001" #> #> $`Mammalian Phenotype Ontology`$children[[3]] #> [1] "MP_0005369<MP_0000001" #> #> $`Mammalian Phenotype Ontology`$children[[4]] #> [1] "MP_0003631<MP_0000001" #> #> $`Mammalian Phenotype Ontology`$children[[5]] #> [1] "MP_0005391<MP_0000001" #> #> #> $`Mammalian Phenotype Ontology`$value #> [1] "Mammalian Phenotype Ontology" #> #> #> $`mammary Paget's disease` #> $`mammary Paget's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3443" #> #> $`mammary Paget's disease`$`_id` #> [1] "DOID_3443<DOID_3458<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mammary Paget's disease`$privateGeneCount #> [1] 0 #> #> $`mammary Paget's disease`$publicGeneCount #> [1] 7 #> #> $`mammary Paget's disease`$urlId #> [1] "DOID_3443" #> #> $`mammary Paget's disease`$dbPhenotype #> [1] TRUE #> #> $`mammary Paget's disease`$`_parent` #> [1] "DOID_3458<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mammary Paget's disease`$`_is_leaf` #> [1] TRUE #> #> $`mammary Paget's disease`$children #> list() #> #> $`mammary Paget's disease`$value #> [1] "mammary Paget's disease" #> #> #> $`mammary Paget's disease` #> $`mammary Paget's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3443" #> #> $`mammary Paget's disease`$`_id` #> [1] "DOID_3443<DOID_3458<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`mammary Paget's disease`$privateGeneCount #> [1] 0 #> #> $`mammary Paget's disease`$publicGeneCount #> [1] 7 #> #> $`mammary Paget's disease`$urlId #> [1] "DOID_3443" #> #> $`mammary Paget's disease`$dbPhenotype #> [1] TRUE #> #> $`mammary Paget's disease`$`_parent` #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`mammary Paget's disease`$`_is_leaf` #> [1] TRUE #> #> $`mammary Paget's disease`$children #> list() #> #> $`mammary Paget's disease`$value #> [1] "mammary Paget's disease" #> #> #> $`mammary Paget's disease` #> $`mammary Paget's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3443" #> #> $`mammary Paget's disease`$`_id` #> [1] "DOID_3443<DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mammary Paget's disease`$privateGeneCount #> [1] 0 #> #> $`mammary Paget's disease`$publicGeneCount #> [1] 7 #> #> $`mammary Paget's disease`$urlId #> [1] "DOID_3443" #> #> $`mammary Paget's disease`$dbPhenotype #> [1] TRUE #> #> $`mammary Paget's disease`$`_parent` #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mammary Paget's disease`$`_is_leaf` #> [1] TRUE #> #> $`mammary Paget's disease`$children #> list() #> #> $`mammary Paget's disease`$value #> [1] "mammary Paget's disease" #> #> #> $`mammary Paget's disease` #> $`mammary Paget's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3443" #> #> $`mammary Paget's disease`$`_id` #> [1] "DOID_3443<DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`mammary Paget's disease`$privateGeneCount #> [1] 0 #> #> $`mammary Paget's disease`$publicGeneCount #> [1] 7 #> #> $`mammary Paget's disease`$urlId #> [1] "DOID_3443" #> #> $`mammary Paget's disease`$dbPhenotype #> [1] TRUE #> #> $`mammary Paget's disease`$`_parent` #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`mammary Paget's disease`$`_is_leaf` #> [1] TRUE #> #> $`mammary Paget's disease`$children #> list() #> #> $`mammary Paget's disease`$value #> [1] "mammary Paget's disease" #> #> #> $`mandibular cancer` #> $`mandibular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2338" #> #> $`mandibular cancer`$`_id` #> [1] "DOID_2338<DOID_1862<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mandibular cancer`$privateGeneCount #> [1] 0 #> #> $`mandibular cancer`$publicGeneCount #> [1] 1 #> #> $`mandibular cancer`$urlId #> [1] "DOID_2338" #> #> $`mandibular cancer`$dbPhenotype #> [1] TRUE #> #> $`mandibular cancer`$`_parent` #> [1] "DOID_1862<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mandibular cancer`$`_is_leaf` #> [1] TRUE #> #> $`mandibular cancer`$children #> list() #> #> $`mandibular cancer`$value #> [1] "mandibular cancer" #> #> #> $`mandibular cancer` #> $`mandibular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2338" #> #> $`mandibular cancer`$`_id` #> [1] "DOID_2338<DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mandibular cancer`$privateGeneCount #> [1] 0 #> #> $`mandibular cancer`$publicGeneCount #> [1] 1 #> #> $`mandibular cancer`$urlId #> [1] "DOID_2338" #> #> $`mandibular cancer`$dbPhenotype #> [1] TRUE #> #> $`mandibular cancer`$`_parent` #> [1] "DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mandibular cancer`$`_is_leaf` #> [1] TRUE #> #> $`mandibular cancer`$children #> list() #> #> $`mandibular cancer`$value #> [1] "mandibular cancer" #> #> #> $`mandibular cancer` #> $`mandibular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2338" #> #> $`mandibular cancer`$`_id` #> [1] "DOID_2338<DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`mandibular cancer`$privateGeneCount #> [1] 0 #> #> $`mandibular cancer`$publicGeneCount #> [1] 1 #> #> $`mandibular cancer`$urlId #> [1] "DOID_2338" #> #> $`mandibular cancer`$dbPhenotype #> [1] TRUE #> #> $`mandibular cancer`$`_parent` #> [1] "DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`mandibular cancer`$`_is_leaf` #> [1] TRUE #> #> $`mandibular cancer`$children #> list() #> #> $`mandibular cancer`$value #> [1] "mandibular cancer" #> #> #> $`mandibular cancer` #> $`mandibular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2338" #> #> $`mandibular cancer`$`_id` #> [1] "DOID_2338<DOID_1862<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mandibular cancer`$privateGeneCount #> [1] 0 #> #> $`mandibular cancer`$publicGeneCount #> [1] 1 #> #> $`mandibular cancer`$urlId #> [1] "DOID_2338" #> #> $`mandibular cancer`$dbPhenotype #> [1] TRUE #> #> $`mandibular cancer`$`_parent` #> [1] "DOID_1862<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mandibular cancer`$`_is_leaf` #> [1] TRUE #> #> $`mandibular cancer`$children #> list() #> #> $`mandibular cancer`$value #> [1] "mandibular cancer" #> #> #> $`mandibulofacial dysostosis with alopecia` #> $`mandibulofacial dysostosis with alopecia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060365" #> #> $`mandibulofacial dysostosis with alopecia`$`_id` #> [1] "DOID_0060365<DOID_225<DOID_4" #> #> $`mandibulofacial dysostosis with alopecia`$privateGeneCount #> [1] 0 #> #> $`mandibulofacial dysostosis with alopecia`$publicGeneCount #> [1] 1 #> #> $`mandibulofacial dysostosis with alopecia`$urlId #> [1] "DOID_0060365" #> #> $`mandibulofacial dysostosis with alopecia`$dbPhenotype #> [1] TRUE #> #> $`mandibulofacial dysostosis with alopecia`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`mandibulofacial dysostosis with alopecia`$`_is_leaf` #> [1] TRUE #> #> $`mandibulofacial dysostosis with alopecia`$children #> list() #> #> $`mandibulofacial dysostosis with alopecia`$value #> [1] "mandibulofacial dysostosis with alopecia" #> #> #> $`mantle cell lymphoma` #> $`mantle cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050746" #> #> $`mantle cell lymphoma`$`_id` #> [1] "DOID_0050746<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mantle cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`mantle cell lymphoma`$publicGeneCount #> [1] 12 #> #> $`mantle cell lymphoma`$urlId #> [1] "DOID_0050746" #> #> $`mantle cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`mantle cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mantle cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`mantle cell lymphoma`$children #> list() #> #> $`mantle cell lymphoma`$value #> [1] "mantle cell lymphoma" #> #> #> $`mantle cell lymphoma` #> $`mantle cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050746" #> #> $`mantle cell lymphoma`$`_id` #> [1] "DOID_0050746<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mantle cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`mantle cell lymphoma`$publicGeneCount #> [1] 12 #> #> $`mantle cell lymphoma`$urlId #> [1] "DOID_0050746" #> #> $`mantle cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`mantle cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mantle cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`mantle cell lymphoma`$children #> list() #> #> $`mantle cell lymphoma`$value #> [1] "mantle cell lymphoma" #> #> #> $`mantle cell lymphoma` #> $`mantle cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050746" #> #> $`mantle cell lymphoma`$`_id` #> [1] "DOID_0050746<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mantle cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`mantle cell lymphoma`$publicGeneCount #> [1] 12 #> #> $`mantle cell lymphoma`$urlId #> [1] "DOID_0050746" #> #> $`mantle cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`mantle cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mantle cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`mantle cell lymphoma`$children #> list() #> #> $`mantle cell lymphoma`$value #> [1] "mantle cell lymphoma" #> #> #> $`mantle cell lymphoma` #> $`mantle cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050746" #> #> $`mantle cell lymphoma`$`_id` #> [1] "DOID_0050746<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mantle cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`mantle cell lymphoma`$publicGeneCount #> [1] 12 #> #> $`mantle cell lymphoma`$urlId #> [1] "DOID_0050746" #> #> $`mantle cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`mantle cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mantle cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`mantle cell lymphoma`$children #> list() #> #> $`mantle cell lymphoma`$value #> [1] "mantle cell lymphoma" #> #> #> $`mantle cell lymphoma` #> $`mantle cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050746" #> #> $`mantle cell lymphoma`$`_id` #> [1] "DOID_0050746<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mantle cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`mantle cell lymphoma`$publicGeneCount #> [1] 12 #> #> $`mantle cell lymphoma`$urlId #> [1] "DOID_0050746" #> #> $`mantle cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`mantle cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mantle cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`mantle cell lymphoma`$children #> list() #> #> $`mantle cell lymphoma`$value #> [1] "mantle cell lymphoma" #> #> #> $`maple syrup urine disease` #> $`maple syrup urine disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9269" #> #> $`maple syrup urine disease`$`_id` #> [1] "DOID_9269<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`maple syrup urine disease`$privateGeneCount #> [1] 0 #> #> $`maple syrup urine disease`$publicGeneCount #> [1] 6 #> #> $`maple syrup urine disease`$urlId #> [1] "DOID_9269" #> #> $`maple syrup urine disease`$dbPhenotype #> [1] TRUE #> #> $`maple syrup urine disease`$`_parent` #> [1] "DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`maple syrup urine disease`$`_is_leaf` #> [1] TRUE #> #> $`maple syrup urine disease`$children #> list() #> #> $`maple syrup urine disease`$value #> [1] "maple syrup urine disease" #> #> #> $`Marfan syndrome` #> $`Marfan syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14323" #> #> $`Marfan syndrome`$`_id` #> [1] "DOID_14323<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Marfan syndrome`$privateGeneCount #> [1] 0 #> #> $`Marfan syndrome`$publicGeneCount #> [1] 11 #> #> $`Marfan syndrome`$urlId #> [1] "DOID_14323" #> #> $`Marfan syndrome`$dbPhenotype #> [1] TRUE #> #> $`Marfan syndrome`$`_parent` #> [1] "DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Marfan syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Marfan syndrome`$children #> list() #> #> $`Marfan syndrome`$value #> [1] "Marfan syndrome" #> #> #> $`Marfan syndrome` #> $`Marfan syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14323" #> #> $`Marfan syndrome`$`_id` #> [1] "DOID_14323<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Marfan syndrome`$privateGeneCount #> [1] 0 #> #> $`Marfan syndrome`$publicGeneCount #> [1] 11 #> #> $`Marfan syndrome`$urlId #> [1] "DOID_14323" #> #> $`Marfan syndrome`$dbPhenotype #> [1] TRUE #> #> $`Marfan syndrome`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Marfan syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Marfan syndrome`$children #> list() #> #> $`Marfan syndrome`$value #> [1] "Marfan syndrome" #> #> #> $`Marfan syndrome` #> $`Marfan syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14323" #> #> $`Marfan syndrome`$`_id` #> [1] "DOID_14323<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Marfan syndrome`$privateGeneCount #> [1] 0 #> #> $`Marfan syndrome`$publicGeneCount #> [1] 11 #> #> $`Marfan syndrome`$urlId #> [1] "DOID_14323" #> #> $`Marfan syndrome`$dbPhenotype #> [1] TRUE #> #> $`Marfan syndrome`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Marfan syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Marfan syndrome`$children #> list() #> #> $`Marfan syndrome`$value #> [1] "Marfan syndrome" #> #> #> $`marginal zone B-cell lymphoma` #> $`marginal zone B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$`_id` #> [1] "DOID_0050748<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`marginal zone B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`marginal zone B-cell lymphoma`$publicGeneCount #> [1] 2 #> #> $`marginal zone B-cell lymphoma`$urlId #> [1] "DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`marginal zone B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$children #> list() #> #> $`marginal zone B-cell lymphoma`$value #> [1] "marginal zone B-cell lymphoma" #> #> #> $`marginal zone B-cell lymphoma` #> $`marginal zone B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$`_id` #> [1] "DOID_0050748<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`marginal zone B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`marginal zone B-cell lymphoma`$publicGeneCount #> [1] 2 #> #> $`marginal zone B-cell lymphoma`$urlId #> [1] "DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`marginal zone B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$children #> list() #> #> $`marginal zone B-cell lymphoma`$value #> [1] "marginal zone B-cell lymphoma" #> #> #> $`marginal zone B-cell lymphoma` #> $`marginal zone B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$`_id` #> [1] "DOID_0050748<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`marginal zone B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`marginal zone B-cell lymphoma`$publicGeneCount #> [1] 2 #> #> $`marginal zone B-cell lymphoma`$urlId #> [1] "DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`marginal zone B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$children #> list() #> #> $`marginal zone B-cell lymphoma`$value #> [1] "marginal zone B-cell lymphoma" #> #> #> $`marginal zone B-cell lymphoma` #> $`marginal zone B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$`_id` #> [1] "DOID_0050748<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`marginal zone B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`marginal zone B-cell lymphoma`$publicGeneCount #> [1] 2 #> #> $`marginal zone B-cell lymphoma`$urlId #> [1] "DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`marginal zone B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$children #> list() #> #> $`marginal zone B-cell lymphoma`$value #> [1] "marginal zone B-cell lymphoma" #> #> #> $`marginal zone B-cell lymphoma` #> $`marginal zone B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$`_id` #> [1] "DOID_0050748<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`marginal zone B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`marginal zone B-cell lymphoma`$publicGeneCount #> [1] 2 #> #> $`marginal zone B-cell lymphoma`$urlId #> [1] "DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`marginal zone B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$children #> list() #> #> $`marginal zone B-cell lymphoma`$value #> [1] "marginal zone B-cell lymphoma" #> #> #> $`marginal zone B-cell lymphoma` #> $`marginal zone B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$`_id` #> [1] "DOID_0050748<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`marginal zone B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`marginal zone B-cell lymphoma`$publicGeneCount #> [1] 2 #> #> $`marginal zone B-cell lymphoma`$urlId #> [1] "DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$`_parent` #> [1] "DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`marginal zone B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$children #> list() #> #> $`marginal zone B-cell lymphoma`$value #> [1] "marginal zone B-cell lymphoma" #> #> #> $`Marshall-Smith syndrome` #> $`Marshall-Smith syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050858" #> #> $`Marshall-Smith syndrome`$`_id` #> [1] "DOID_0050858<DOID_225<DOID_4" #> #> $`Marshall-Smith syndrome`$privateGeneCount #> [1] 0 #> #> $`Marshall-Smith syndrome`$publicGeneCount #> [1] 1 #> #> $`Marshall-Smith syndrome`$urlId #> [1] "DOID_0050858" #> #> $`Marshall-Smith syndrome`$dbPhenotype #> [1] TRUE #> #> $`Marshall-Smith syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Marshall-Smith syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Marshall-Smith syndrome`$children #> list() #> #> $`Marshall-Smith syndrome`$value #> [1] "Marshall-Smith syndrome" #> #> #> $`MASA syndrome` #> $`MASA syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060246" #> #> $`MASA syndrome`$`_id` #> [1] "DOID_0060246<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`MASA syndrome`$privateGeneCount #> [1] 0 #> #> $`MASA syndrome`$publicGeneCount #> [1] 1 #> #> $`MASA syndrome`$urlId #> [1] "DOID_0060246" #> #> $`MASA syndrome`$dbPhenotype #> [1] TRUE #> #> $`MASA syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`MASA syndrome`$`_is_leaf` #> [1] TRUE #> #> $`MASA syndrome`$children #> list() #> #> $`MASA syndrome`$value #> [1] "MASA syndrome" #> #> #> $`MASA syndrome` #> $`MASA syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060246" #> #> $`MASA syndrome`$`_id` #> [1] "DOID_0060246<DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`MASA syndrome`$privateGeneCount #> [1] 0 #> #> $`MASA syndrome`$publicGeneCount #> [1] 1 #> #> $`MASA syndrome`$urlId #> [1] "DOID_0060246" #> #> $`MASA syndrome`$dbPhenotype #> [1] TRUE #> #> $`MASA syndrome`$`_parent` #> [1] "DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`MASA syndrome`$`_is_leaf` #> [1] TRUE #> #> $`MASA syndrome`$children #> list() #> #> $`MASA syndrome`$value #> [1] "MASA syndrome" #> #> #> $`Mast syndrome` #> $`Mast syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060245" #> #> $`Mast syndrome`$`_id` #> [1] "DOID_0060245<DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Mast syndrome`$privateGeneCount #> [1] 0 #> #> $`Mast syndrome`$publicGeneCount #> [1] 1 #> #> $`Mast syndrome`$urlId #> [1] "DOID_0060245" #> #> $`Mast syndrome`$dbPhenotype #> [1] TRUE #> #> $`Mast syndrome`$`_parent` #> [1] "DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Mast syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Mast syndrome`$children #> list() #> #> $`Mast syndrome`$value #> [1] "Mast syndrome" #> #> #> $mastitis #> $mastitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10690" #> #> $mastitis$`_id` #> [1] "DOID_10690<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $mastitis$privateGeneCount #> [1] 0 #> #> $mastitis$publicGeneCount #> [1] 2 #> #> $mastitis$urlId #> [1] "DOID_10690" #> #> $mastitis$dbPhenotype #> [1] TRUE #> #> $mastitis$`_parent` #> [1] "DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $mastitis$`_is_leaf` #> [1] TRUE #> #> $mastitis$children #> list() #> #> $mastitis$value #> [1] "mastitis" #> #> #> $mastocytosis #> $mastocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_350" #> #> $mastocytosis$`_id` #> [1] "DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $mastocytosis$privateGeneCount #> [1] 0 #> #> $mastocytosis$publicGeneCount #> [1] 4 #> #> $mastocytosis$urlId #> [1] "DOID_350" #> #> $mastocytosis$dbPhenotype #> [1] TRUE #> #> $mastocytosis$`_parent` #> [1] "DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $mastocytosis$`_is_leaf` #> [1] FALSE #> #> $mastocytosis$children #> $mastocytosis$children[[1]] #> [1] "DOID_3663<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $mastocytosis$children[[2]] #> [1] "DOID_349<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> #> $mastocytosis$value #> [1] "mastocytosis" #> #> #> $mastoiditis #> $mastoiditis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060322" #> #> $mastoiditis$`_id` #> [1] "DOID_0060322<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $mastoiditis$privateGeneCount #> [1] 0 #> #> $mastoiditis$publicGeneCount #> [1] 4 #> #> $mastoiditis$urlId #> [1] "DOID_0060322" #> #> $mastoiditis$dbPhenotype #> [1] TRUE #> #> $mastoiditis$`_parent` #> [1] "DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $mastoiditis$`_is_leaf` #> [1] TRUE #> #> $mastoiditis$children #> list() #> #> $mastoiditis$value #> [1] "mastoiditis" #> #> #> $mastoiditis #> $mastoiditis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060322" #> #> $mastoiditis$`_id` #> [1] "DOID_0060322<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $mastoiditis$privateGeneCount #> [1] 0 #> #> $mastoiditis$publicGeneCount #> [1] 4 #> #> $mastoiditis$urlId #> [1] "DOID_0060322" #> #> $mastoiditis$dbPhenotype #> [1] TRUE #> #> $mastoiditis$`_parent` #> [1] "DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $mastoiditis$`_is_leaf` #> [1] TRUE #> #> $mastoiditis$children #> list() #> #> $mastoiditis$value #> [1] "mastoiditis" #> #> #> $`mature B-cell neoplasm` #> $`mature B-cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_706" #> #> $`mature B-cell neoplasm`$`_id` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mature B-cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`mature B-cell neoplasm`$publicGeneCount #> [1] 17 #> #> $`mature B-cell neoplasm`$urlId #> [1] "DOID_706" #> #> $`mature B-cell neoplasm`$dbPhenotype #> [1] FALSE #> #> $`mature B-cell neoplasm`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mature B-cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`mature B-cell neoplasm`$children #> $`mature B-cell neoplasm`$children[[1]] #> [1] "DOID_8584<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mature B-cell neoplasm`$children[[2]] #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`mature B-cell neoplasm`$value #> [1] "mature B-cell neoplasm" #> #> #> $`mature B-cell neoplasm` #> $`mature B-cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_706" #> #> $`mature B-cell neoplasm`$`_id` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mature B-cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`mature B-cell neoplasm`$publicGeneCount #> [1] 17 #> #> $`mature B-cell neoplasm`$urlId #> [1] "DOID_706" #> #> $`mature B-cell neoplasm`$dbPhenotype #> [1] FALSE #> #> $`mature B-cell neoplasm`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mature B-cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`mature B-cell neoplasm`$children #> $`mature B-cell neoplasm`$children[[1]] #> [1] "DOID_8584<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mature B-cell neoplasm`$children[[2]] #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`mature B-cell neoplasm`$value #> [1] "mature B-cell neoplasm" #> #> #> $`mature B-cell neoplasm` #> $`mature B-cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_706" #> #> $`mature B-cell neoplasm`$`_id` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mature B-cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`mature B-cell neoplasm`$publicGeneCount #> [1] 17 #> #> $`mature B-cell neoplasm`$urlId #> [1] "DOID_706" #> #> $`mature B-cell neoplasm`$dbPhenotype #> [1] FALSE #> #> $`mature B-cell neoplasm`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mature B-cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`mature B-cell neoplasm`$children #> $`mature B-cell neoplasm`$children[[1]] #> [1] "DOID_8584<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mature B-cell neoplasm`$children[[2]] #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`mature B-cell neoplasm`$value #> [1] "mature B-cell neoplasm" #> #> #> $`mature B-cell neoplasm` #> $`mature B-cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_706" #> #> $`mature B-cell neoplasm`$`_id` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mature B-cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`mature B-cell neoplasm`$publicGeneCount #> [1] 17 #> #> $`mature B-cell neoplasm`$urlId #> [1] "DOID_706" #> #> $`mature B-cell neoplasm`$dbPhenotype #> [1] FALSE #> #> $`mature B-cell neoplasm`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mature B-cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`mature B-cell neoplasm`$children #> $`mature B-cell neoplasm`$children[[1]] #> [1] "DOID_8584<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mature B-cell neoplasm`$children[[2]] #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`mature B-cell neoplasm`$value #> [1] "mature B-cell neoplasm" #> #> #> $`mature B-cell neoplasm` #> $`mature B-cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_706" #> #> $`mature B-cell neoplasm`$`_id` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mature B-cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`mature B-cell neoplasm`$publicGeneCount #> [1] 17 #> #> $`mature B-cell neoplasm`$urlId #> [1] "DOID_706" #> #> $`mature B-cell neoplasm`$dbPhenotype #> [1] FALSE #> #> $`mature B-cell neoplasm`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mature B-cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`mature B-cell neoplasm`$children #> $`mature B-cell neoplasm`$children[[1]] #> [1] "DOID_8584<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mature B-cell neoplasm`$children[[2]] #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`mature B-cell neoplasm`$value #> [1] "mature B-cell neoplasm" #> #> #> $`mature T-cell and NK-cell lymphoma` #> $`mature T-cell and NK-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050743" #> #> $`mature T-cell and NK-cell lymphoma`$`_id` #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mature T-cell and NK-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`mature T-cell and NK-cell lymphoma`$publicGeneCount #> [1] 63 #> #> $`mature T-cell and NK-cell lymphoma`$urlId #> [1] "DOID_0050743" #> #> $`mature T-cell and NK-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`mature T-cell and NK-cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mature T-cell and NK-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`mature T-cell and NK-cell lymphoma`$children #> $`mature T-cell and NK-cell lymphoma`$children[[1]] #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`mature T-cell and NK-cell lymphoma`$value #> [1] "mature T-cell and NK-cell lymphoma" #> #> #> $`mature T-cell and NK-cell lymphoma` #> $`mature T-cell and NK-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050743" #> #> $`mature T-cell and NK-cell lymphoma`$`_id` #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mature T-cell and NK-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`mature T-cell and NK-cell lymphoma`$publicGeneCount #> [1] 63 #> #> $`mature T-cell and NK-cell lymphoma`$urlId #> [1] "DOID_0050743" #> #> $`mature T-cell and NK-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`mature T-cell and NK-cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mature T-cell and NK-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`mature T-cell and NK-cell lymphoma`$children #> $`mature T-cell and NK-cell lymphoma`$children[[1]] #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`mature T-cell and NK-cell lymphoma`$value #> [1] "mature T-cell and NK-cell lymphoma" #> #> #> $`mature T-cell and NK-cell lymphoma` #> $`mature T-cell and NK-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050743" #> #> $`mature T-cell and NK-cell lymphoma`$`_id` #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mature T-cell and NK-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`mature T-cell and NK-cell lymphoma`$publicGeneCount #> [1] 63 #> #> $`mature T-cell and NK-cell lymphoma`$urlId #> [1] "DOID_0050743" #> #> $`mature T-cell and NK-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`mature T-cell and NK-cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mature T-cell and NK-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`mature T-cell and NK-cell lymphoma`$children #> $`mature T-cell and NK-cell lymphoma`$children[[1]] #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`mature T-cell and NK-cell lymphoma`$value #> [1] "mature T-cell and NK-cell lymphoma" #> #> #> $`mature T-cell and NK-cell lymphoma` #> $`mature T-cell and NK-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050743" #> #> $`mature T-cell and NK-cell lymphoma`$`_id` #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mature T-cell and NK-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`mature T-cell and NK-cell lymphoma`$publicGeneCount #> [1] 63 #> #> $`mature T-cell and NK-cell lymphoma`$urlId #> [1] "DOID_0050743" #> #> $`mature T-cell and NK-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`mature T-cell and NK-cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mature T-cell and NK-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`mature T-cell and NK-cell lymphoma`$children #> $`mature T-cell and NK-cell lymphoma`$children[[1]] #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`mature T-cell and NK-cell lymphoma`$value #> [1] "mature T-cell and NK-cell lymphoma" #> #> #> $`mature T-cell and NK-cell lymphoma` #> $`mature T-cell and NK-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050743" #> #> $`mature T-cell and NK-cell lymphoma`$`_id` #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mature T-cell and NK-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`mature T-cell and NK-cell lymphoma`$publicGeneCount #> [1] 63 #> #> $`mature T-cell and NK-cell lymphoma`$urlId #> [1] "DOID_0050743" #> #> $`mature T-cell and NK-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`mature T-cell and NK-cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mature T-cell and NK-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`mature T-cell and NK-cell lymphoma`$children #> $`mature T-cell and NK-cell lymphoma`$children[[1]] #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`mature T-cell and NK-cell lymphoma`$value #> [1] "mature T-cell and NK-cell lymphoma" #> #> #> $`mature teratoma` #> $`mature teratoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5566" #> #> $`mature teratoma`$`_id` #> [1] "DOID_5566<DOID_3307<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mature teratoma`$privateGeneCount #> [1] 0 #> #> $`mature teratoma`$publicGeneCount #> [1] 10 #> #> $`mature teratoma`$urlId #> [1] "DOID_5566" #> #> $`mature teratoma`$dbPhenotype #> [1] TRUE #> #> $`mature teratoma`$`_parent` #> [1] "DOID_3307<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mature teratoma`$`_is_leaf` #> [1] TRUE #> #> $`mature teratoma`$children #> list() #> #> $`mature teratoma`$value #> [1] "mature teratoma" #> #> #> $`mature teratoma` #> $`mature teratoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5566" #> #> $`mature teratoma`$`_id` #> [1] "DOID_5566<DOID_3307<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mature teratoma`$privateGeneCount #> [1] 0 #> #> $`mature teratoma`$publicGeneCount #> [1] 10 #> #> $`mature teratoma`$urlId #> [1] "DOID_5566" #> #> $`mature teratoma`$dbPhenotype #> [1] TRUE #> #> $`mature teratoma`$`_parent` #> [1] "DOID_3307<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mature teratoma`$`_is_leaf` #> [1] TRUE #> #> $`mature teratoma`$children #> list() #> #> $`mature teratoma`$value #> [1] "mature teratoma" #> #> #> $`maturity-onset diabetes of the young` #> $`maturity-onset diabetes of the young`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050524" #> #> $`maturity-onset diabetes of the young`$`_id` #> [1] "DOID_0050524<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`maturity-onset diabetes of the young`$privateGeneCount #> [1] 0 #> #> $`maturity-onset diabetes of the young`$publicGeneCount #> [1] 13 #> #> $`maturity-onset diabetes of the young`$urlId #> [1] "DOID_0050524" #> #> $`maturity-onset diabetes of the young`$dbPhenotype #> [1] TRUE #> #> $`maturity-onset diabetes of the young`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`maturity-onset diabetes of the young`$`_is_leaf` #> [1] TRUE #> #> $`maturity-onset diabetes of the young`$children #> list() #> #> $`maturity-onset diabetes of the young`$value #> [1] "maturity-onset diabetes of the young" #> #> #> $`maturity-onset diabetes of the young` #> $`maturity-onset diabetes of the young`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050524" #> #> $`maturity-onset diabetes of the young`$`_id` #> [1] "DOID_0050524<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`maturity-onset diabetes of the young`$privateGeneCount #> [1] 0 #> #> $`maturity-onset diabetes of the young`$publicGeneCount #> [1] 13 #> #> $`maturity-onset diabetes of the young`$urlId #> [1] "DOID_0050524" #> #> $`maturity-onset diabetes of the young`$dbPhenotype #> [1] TRUE #> #> $`maturity-onset diabetes of the young`$`_parent` #> [1] "DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`maturity-onset diabetes of the young`$`_is_leaf` #> [1] TRUE #> #> $`maturity-onset diabetes of the young`$children #> list() #> #> $`maturity-onset diabetes of the young`$value #> [1] "maturity-onset diabetes of the young" #> #> #> $`maxillary cancer` #> $`maxillary cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4618" #> #> $`maxillary cancer`$`_id` #> [1] "DOID_4618<DOID_1862<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`maxillary cancer`$privateGeneCount #> [1] 0 #> #> $`maxillary cancer`$publicGeneCount #> [1] 1 #> #> $`maxillary cancer`$urlId #> [1] "DOID_4618" #> #> $`maxillary cancer`$dbPhenotype #> [1] TRUE #> #> $`maxillary cancer`$`_parent` #> [1] "DOID_1862<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`maxillary cancer`$`_is_leaf` #> [1] TRUE #> #> $`maxillary cancer`$children #> list() #> #> $`maxillary cancer`$value #> [1] "maxillary cancer" #> #> #> $`maxillary cancer` #> $`maxillary cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4618" #> #> $`maxillary cancer`$`_id` #> [1] "DOID_4618<DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`maxillary cancer`$privateGeneCount #> [1] 0 #> #> $`maxillary cancer`$publicGeneCount #> [1] 1 #> #> $`maxillary cancer`$urlId #> [1] "DOID_4618" #> #> $`maxillary cancer`$dbPhenotype #> [1] TRUE #> #> $`maxillary cancer`$`_parent` #> [1] "DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`maxillary cancer`$`_is_leaf` #> [1] TRUE #> #> $`maxillary cancer`$children #> list() #> #> $`maxillary cancer`$value #> [1] "maxillary cancer" #> #> #> $`maxillary cancer` #> $`maxillary cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4618" #> #> $`maxillary cancer`$`_id` #> [1] "DOID_4618<DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`maxillary cancer`$privateGeneCount #> [1] 0 #> #> $`maxillary cancer`$publicGeneCount #> [1] 1 #> #> $`maxillary cancer`$urlId #> [1] "DOID_4618" #> #> $`maxillary cancer`$dbPhenotype #> [1] TRUE #> #> $`maxillary cancer`$`_parent` #> [1] "DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`maxillary cancer`$`_is_leaf` #> [1] TRUE #> #> $`maxillary cancer`$children #> list() #> #> $`maxillary cancer`$value #> [1] "maxillary cancer" #> #> #> $`maxillary cancer` #> $`maxillary cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4618" #> #> $`maxillary cancer`$`_id` #> [1] "DOID_4618<DOID_1862<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`maxillary cancer`$privateGeneCount #> [1] 0 #> #> $`maxillary cancer`$publicGeneCount #> [1] 1 #> #> $`maxillary cancer`$urlId #> [1] "DOID_4618" #> #> $`maxillary cancer`$dbPhenotype #> [1] TRUE #> #> $`maxillary cancer`$`_parent` #> [1] "DOID_1862<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`maxillary cancer`$`_is_leaf` #> [1] TRUE #> #> $`maxillary cancer`$children #> list() #> #> $`maxillary cancer`$value #> [1] "maxillary cancer" #> #> #> $`maxillary sinus benign neoplasm` #> $`maxillary sinus benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1358" #> #> $`maxillary sinus benign neoplasm`$`_id` #> [1] "DOID_1358<DOID_1350<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`maxillary sinus benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`maxillary sinus benign neoplasm`$publicGeneCount #> [1] 3 #> #> $`maxillary sinus benign neoplasm`$urlId #> [1] "DOID_1358" #> #> $`maxillary sinus benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`maxillary sinus benign neoplasm`$`_parent` #> [1] "DOID_1350<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`maxillary sinus benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`maxillary sinus benign neoplasm`$children #> list() #> #> $`maxillary sinus benign neoplasm`$value #> [1] "maxillary sinus benign neoplasm" #> #> #> $`maxillary sinus benign neoplasm` #> $`maxillary sinus benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1358" #> #> $`maxillary sinus benign neoplasm`$`_id` #> [1] "DOID_1358<DOID_1350<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`maxillary sinus benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`maxillary sinus benign neoplasm`$publicGeneCount #> [1] 3 #> #> $`maxillary sinus benign neoplasm`$urlId #> [1] "DOID_1358" #> #> $`maxillary sinus benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`maxillary sinus benign neoplasm`$`_parent` #> [1] "DOID_1350<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`maxillary sinus benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`maxillary sinus benign neoplasm`$children #> list() #> #> $`maxillary sinus benign neoplasm`$value #> [1] "maxillary sinus benign neoplasm" #> #> #> $`maxillary sinus benign neoplasm` #> $`maxillary sinus benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1358" #> #> $`maxillary sinus benign neoplasm`$`_id` #> [1] "DOID_1358<DOID_1350<DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`maxillary sinus benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`maxillary sinus benign neoplasm`$publicGeneCount #> [1] 3 #> #> $`maxillary sinus benign neoplasm`$urlId #> [1] "DOID_1358" #> #> $`maxillary sinus benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`maxillary sinus benign neoplasm`$`_parent` #> [1] "DOID_1350<DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`maxillary sinus benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`maxillary sinus benign neoplasm`$children #> list() #> #> $`maxillary sinus benign neoplasm`$value #> [1] "maxillary sinus benign neoplasm" #> #> #> $`McCune Albright syndrome` #> $`McCune Albright syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1858" #> #> $`McCune Albright syndrome`$`_id` #> [1] "DOID_1858<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`McCune Albright syndrome`$privateGeneCount #> [1] 0 #> #> $`McCune Albright syndrome`$publicGeneCount #> [1] 3 #> #> $`McCune Albright syndrome`$urlId #> [1] "DOID_1858" #> #> $`McCune Albright syndrome`$dbPhenotype #> [1] TRUE #> #> $`McCune Albright syndrome`$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`McCune Albright syndrome`$`_is_leaf` #> [1] TRUE #> #> $`McCune Albright syndrome`$children #> list() #> #> $`McCune Albright syndrome`$value #> [1] "McCune Albright syndrome" #> #> #> $`McCune Albright syndrome` #> $`McCune Albright syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1858" #> #> $`McCune Albright syndrome`$`_id` #> [1] "DOID_1858<DOID_225<DOID_4" #> #> $`McCune Albright syndrome`$privateGeneCount #> [1] 0 #> #> $`McCune Albright syndrome`$publicGeneCount #> [1] 3 #> #> $`McCune Albright syndrome`$urlId #> [1] "DOID_1858" #> #> $`McCune Albright syndrome`$dbPhenotype #> [1] TRUE #> #> $`McCune Albright syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`McCune Albright syndrome`$`_is_leaf` #> [1] TRUE #> #> $`McCune Albright syndrome`$children #> list() #> #> $`McCune Albright syndrome`$value #> [1] "McCune Albright syndrome" #> #> #> $measles #> $measles$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8622" #> #> $measles$`_id` #> [1] "DOID_8622<DOID_934<DOID_0050117<DOID_4" #> #> $measles$privateGeneCount #> [1] 0 #> #> $measles$publicGeneCount #> [1] 3 #> #> $measles$urlId #> [1] "DOID_8622" #> #> $measles$dbPhenotype #> [1] TRUE #> #> $measles$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $measles$`_is_leaf` #> [1] TRUE #> #> $measles$children #> list() #> #> $measles$value #> [1] "measles" #> #> #> $`Mechanical ileus` #> $`Mechanical ileus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010676" #> #> $`Mechanical ileus`$`_id` #> [1] "HP_0010676<HP_0002595<HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Mechanical ileus`$privateGeneCount #> [1] 0 #> #> $`Mechanical ileus`$publicGeneCount #> [1] 1 #> #> $`Mechanical ileus`$urlId #> [1] "HP_0010676" #> #> $`Mechanical ileus`$dbPhenotype #> [1] FALSE #> #> $`Mechanical ileus`$`_parent` #> [1] "HP_0002595<HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Mechanical ileus`$`_is_leaf` #> [1] FALSE #> #> $`Mechanical ileus`$children #> $`Mechanical ileus`$children[[1]] #> [1] "HP_0004401<HP_0010676<HP_0002595<HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Mechanical ileus`$value #> [1] "Mechanical ileus" #> #> #> $`Mechanical ileus` #> $`Mechanical ileus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010676" #> #> $`Mechanical ileus`$`_id` #> [1] "HP_0010676<HP_0002595<HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Mechanical ileus`$privateGeneCount #> [1] 0 #> #> $`Mechanical ileus`$publicGeneCount #> [1] 1 #> #> $`Mechanical ileus`$urlId #> [1] "HP_0010676" #> #> $`Mechanical ileus`$dbPhenotype #> [1] FALSE #> #> $`Mechanical ileus`$`_parent` #> [1] "HP_0002595<HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Mechanical ileus`$`_is_leaf` #> [1] FALSE #> #> $`Mechanical ileus`$children #> $`Mechanical ileus`$children[[1]] #> [1] "HP_0004401<HP_0010676<HP_0002595<HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Mechanical ileus`$value #> [1] "Mechanical ileus" #> #> #> $`Mechanical ileus` #> $`Mechanical ileus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010676" #> #> $`Mechanical ileus`$`_id` #> [1] "HP_0010676<HP_0002595<HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Mechanical ileus`$privateGeneCount #> [1] 0 #> #> $`Mechanical ileus`$publicGeneCount #> [1] 1 #> #> $`Mechanical ileus`$urlId #> [1] "HP_0010676" #> #> $`Mechanical ileus`$dbPhenotype #> [1] FALSE #> #> $`Mechanical ileus`$`_parent` #> [1] "HP_0002595<HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Mechanical ileus`$`_is_leaf` #> [1] FALSE #> #> $`Mechanical ileus`$children #> $`Mechanical ileus`$children[[1]] #> [1] "HP_0004401<HP_0010676<HP_0002595<HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Mechanical ileus`$value #> [1] "Mechanical ileus" #> #> #> $`mechanical strabismus` #> $`mechanical strabismus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9306" #> #> $`mechanical strabismus`$`_id` #> [1] "DOID_9306<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`mechanical strabismus`$privateGeneCount #> [1] 0 #> #> $`mechanical strabismus`$publicGeneCount #> [1] 6 #> #> $`mechanical strabismus`$urlId #> [1] "DOID_9306" #> #> $`mechanical strabismus`$dbPhenotype #> [1] TRUE #> #> $`mechanical strabismus`$`_parent` #> [1] "DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`mechanical strabismus`$`_is_leaf` #> [1] FALSE #> #> $`mechanical strabismus`$children #> $`mechanical strabismus`$children[[1]] #> [1] "DOID_10235<DOID_9306<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`mechanical strabismus`$value #> [1] "mechanical strabismus" #> #> #> $`mechanical strabismus` #> $`mechanical strabismus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9306" #> #> $`mechanical strabismus`$`_id` #> [1] "DOID_9306<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`mechanical strabismus`$privateGeneCount #> [1] 0 #> #> $`mechanical strabismus`$publicGeneCount #> [1] 6 #> #> $`mechanical strabismus`$urlId #> [1] "DOID_9306" #> #> $`mechanical strabismus`$dbPhenotype #> [1] TRUE #> #> $`mechanical strabismus`$`_parent` #> [1] "DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`mechanical strabismus`$`_is_leaf` #> [1] FALSE #> #> $`mechanical strabismus`$children #> $`mechanical strabismus`$children[[1]] #> [1] "DOID_10235<DOID_9306<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`mechanical strabismus`$value #> [1] "mechanical strabismus" #> #> #> $`mechanical strabismus` #> $`mechanical strabismus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9306" #> #> $`mechanical strabismus`$`_id` #> [1] "DOID_9306<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`mechanical strabismus`$privateGeneCount #> [1] 0 #> #> $`mechanical strabismus`$publicGeneCount #> [1] 6 #> #> $`mechanical strabismus`$urlId #> [1] "DOID_9306" #> #> $`mechanical strabismus`$dbPhenotype #> [1] TRUE #> #> $`mechanical strabismus`$`_parent` #> [1] "DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`mechanical strabismus`$`_is_leaf` #> [1] FALSE #> #> $`mechanical strabismus`$children #> $`mechanical strabismus`$children[[1]] #> [1] "DOID_10235<DOID_9306<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`mechanical strabismus`$value #> [1] "mechanical strabismus" #> #> #> $`Meckel syndrome` #> $`Meckel syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050778" #> #> $`Meckel syndrome`$`_id` #> [1] "DOID_0050778<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`Meckel syndrome`$privateGeneCount #> [1] 0 #> #> $`Meckel syndrome`$publicGeneCount #> [1] 12 #> #> $`Meckel syndrome`$urlId #> [1] "DOID_0050778" #> #> $`Meckel syndrome`$dbPhenotype #> [1] TRUE #> #> $`Meckel syndrome`$`_parent` #> [1] "DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`Meckel syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Meckel syndrome`$children #> list() #> #> $`Meckel syndrome`$value #> [1] "Meckel syndrome" #> #> #> $`Meckel syndrome` #> $`Meckel syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050778" #> #> $`Meckel syndrome`$`_id` #> [1] "DOID_0050778<DOID_0060340<DOID_225<DOID_4" #> #> $`Meckel syndrome`$privateGeneCount #> [1] 0 #> #> $`Meckel syndrome`$publicGeneCount #> [1] 12 #> #> $`Meckel syndrome`$urlId #> [1] "DOID_0050778" #> #> $`Meckel syndrome`$dbPhenotype #> [1] TRUE #> #> $`Meckel syndrome`$`_parent` #> [1] "DOID_0060340<DOID_225<DOID_4" #> #> $`Meckel syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Meckel syndrome`$children #> list() #> #> $`Meckel syndrome`$value #> [1] "Meckel syndrome" #> #> #> $`meconium aspiration syndrome` #> $`meconium aspiration syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11049" #> #> $`meconium aspiration syndrome`$`_id` #> [1] "DOID_11049<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`meconium aspiration syndrome`$privateGeneCount #> [1] 0 #> #> $`meconium aspiration syndrome`$publicGeneCount #> [1] 1 #> #> $`meconium aspiration syndrome`$urlId #> [1] "DOID_11049" #> #> $`meconium aspiration syndrome`$dbPhenotype #> [1] TRUE #> #> $`meconium aspiration syndrome`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`meconium aspiration syndrome`$`_is_leaf` #> [1] TRUE #> #> $`meconium aspiration syndrome`$children #> list() #> #> $`meconium aspiration syndrome`$value #> [1] "meconium aspiration syndrome" #> #> #> $`Meconium ileus` #> $`Meconium ileus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004401" #> #> $`Meconium ileus`$`_id` #> [1] "HP_0004401<HP_0010676<HP_0002595<HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Meconium ileus`$privateGeneCount #> [1] 0 #> #> $`Meconium ileus`$publicGeneCount #> [1] 1 #> #> $`Meconium ileus`$urlId #> [1] "HP_0004401" #> #> $`Meconium ileus`$dbPhenotype #> [1] TRUE #> #> $`Meconium ileus`$`_parent` #> [1] "HP_0010676<HP_0002595<HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Meconium ileus`$`_is_leaf` #> [1] TRUE #> #> $`Meconium ileus`$children #> list() #> #> $`Meconium ileus`$value #> [1] "Meconium ileus" #> #> #> $`Meconium ileus` #> $`Meconium ileus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004401" #> #> $`Meconium ileus`$`_id` #> [1] "HP_0004401<HP_0010676<HP_0002595<HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Meconium ileus`$privateGeneCount #> [1] 0 #> #> $`Meconium ileus`$publicGeneCount #> [1] 1 #> #> $`Meconium ileus`$urlId #> [1] "HP_0004401" #> #> $`Meconium ileus`$dbPhenotype #> [1] TRUE #> #> $`Meconium ileus`$`_parent` #> [1] "HP_0010676<HP_0002595<HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Meconium ileus`$`_is_leaf` #> [1] TRUE #> #> $`Meconium ileus`$children #> list() #> #> $`Meconium ileus`$value #> [1] "Meconium ileus" #> #> #> $`Meconium ileus` #> $`Meconium ileus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004401" #> #> $`Meconium ileus`$`_id` #> [1] "HP_0004401<HP_0010676<HP_0002595<HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Meconium ileus`$privateGeneCount #> [1] 0 #> #> $`Meconium ileus`$publicGeneCount #> [1] 1 #> #> $`Meconium ileus`$urlId #> [1] "HP_0004401" #> #> $`Meconium ileus`$dbPhenotype #> [1] TRUE #> #> $`Meconium ileus`$`_parent` #> [1] "HP_0010676<HP_0002595<HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Meconium ileus`$`_is_leaf` #> [1] TRUE #> #> $`Meconium ileus`$children #> list() #> #> $`Meconium ileus`$value #> [1] "Meconium ileus" #> #> #> $`mediastinal cancer` #> $`mediastinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5559" #> #> $`mediastinal cancer`$`_id` #> [1] "DOID_5559<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mediastinal cancer`$privateGeneCount #> [1] 0 #> #> $`mediastinal cancer`$publicGeneCount #> [1] 1 #> #> $`mediastinal cancer`$urlId #> [1] "DOID_5559" #> #> $`mediastinal cancer`$dbPhenotype #> [1] TRUE #> #> $`mediastinal cancer`$`_parent` #> [1] "DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mediastinal cancer`$`_is_leaf` #> [1] TRUE #> #> $`mediastinal cancer`$children #> list() #> #> $`mediastinal cancer`$value #> [1] "mediastinal cancer" #> #> #> $`mediastinal cancer` #> $`mediastinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5559" #> #> $`mediastinal cancer`$`_id` #> [1] "DOID_5559<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`mediastinal cancer`$privateGeneCount #> [1] 0 #> #> $`mediastinal cancer`$publicGeneCount #> [1] 1 #> #> $`mediastinal cancer`$urlId #> [1] "DOID_5559" #> #> $`mediastinal cancer`$dbPhenotype #> [1] TRUE #> #> $`mediastinal cancer`$`_parent` #> [1] "DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`mediastinal cancer`$`_is_leaf` #> [1] TRUE #> #> $`mediastinal cancer`$children #> list() #> #> $`mediastinal cancer`$value #> [1] "mediastinal cancer" #> #> #> $`MEDNIK syndrome` #> $`MEDNIK syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060483" #> #> $`MEDNIK syndrome`$`_id` #> [1] "DOID_0060483<DOID_225<DOID_4" #> #> $`MEDNIK syndrome`$privateGeneCount #> [1] 0 #> #> $`MEDNIK syndrome`$publicGeneCount #> [1] 1 #> #> $`MEDNIK syndrome`$urlId #> [1] "DOID_0060483" #> #> $`MEDNIK syndrome`$dbPhenotype #> [1] TRUE #> #> $`MEDNIK syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`MEDNIK syndrome`$`_is_leaf` #> [1] TRUE #> #> $`MEDNIK syndrome`$children #> list() #> #> $`MEDNIK syndrome`$value #> [1] "MEDNIK syndrome" #> #> #> $medulloblastoma #> $medulloblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050902" #> #> $medulloblastoma$`_id` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $medulloblastoma$privateGeneCount #> [1] 0 #> #> $medulloblastoma$publicGeneCount #> [1] 45 #> #> $medulloblastoma$urlId #> [1] "DOID_0050902" #> #> $medulloblastoma$dbPhenotype #> [1] TRUE #> #> $medulloblastoma$`_parent` #> [1] "DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $medulloblastoma$`_is_leaf` #> [1] FALSE #> #> $medulloblastoma$children #> $medulloblastoma$children[[1]] #> [1] "DOID_3864<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $medulloblastoma$children[[2]] #> [1] "DOID_3869<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $medulloblastoma$children[[3]] #> [1] "DOID_3861<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $medulloblastoma$value #> [1] "medulloblastoma" #> #> #> $medulloblastoma #> $medulloblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050902" #> #> $medulloblastoma$`_id` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$privateGeneCount #> [1] 0 #> #> $medulloblastoma$publicGeneCount #> [1] 45 #> #> $medulloblastoma$urlId #> [1] "DOID_0050902" #> #> $medulloblastoma$dbPhenotype #> [1] TRUE #> #> $medulloblastoma$`_parent` #> [1] "DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$`_is_leaf` #> [1] FALSE #> #> $medulloblastoma$children #> $medulloblastoma$children[[1]] #> [1] "DOID_3864<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$children[[2]] #> [1] "DOID_3869<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$children[[3]] #> [1] "DOID_3861<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $medulloblastoma$value #> [1] "medulloblastoma" #> #> #> $medulloblastoma #> $medulloblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050902" #> #> $medulloblastoma$`_id` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$privateGeneCount #> [1] 0 #> #> $medulloblastoma$publicGeneCount #> [1] 45 #> #> $medulloblastoma$urlId #> [1] "DOID_0050902" #> #> $medulloblastoma$dbPhenotype #> [1] TRUE #> #> $medulloblastoma$`_parent` #> [1] "DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$`_is_leaf` #> [1] FALSE #> #> $medulloblastoma$children #> $medulloblastoma$children[[1]] #> [1] "DOID_3864<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$children[[2]] #> [1] "DOID_3869<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$children[[3]] #> [1] "DOID_3861<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $medulloblastoma$value #> [1] "medulloblastoma" #> #> #> $medulloblastoma #> $medulloblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050902" #> #> $medulloblastoma$`_id` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$privateGeneCount #> [1] 0 #> #> $medulloblastoma$publicGeneCount #> [1] 45 #> #> $medulloblastoma$urlId #> [1] "DOID_0050902" #> #> $medulloblastoma$dbPhenotype #> [1] TRUE #> #> $medulloblastoma$`_parent` #> [1] "DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$`_is_leaf` #> [1] FALSE #> #> $medulloblastoma$children #> $medulloblastoma$children[[1]] #> [1] "DOID_3864<DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$children[[2]] #> [1] "DOID_3869<DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$children[[3]] #> [1] "DOID_3861<DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $medulloblastoma$value #> [1] "medulloblastoma" #> #> #> $medulloepithelioma #> $medulloepithelioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4790" #> #> $medulloepithelioma$`_id` #> [1] "DOID_4790<DOID_0060103<DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $medulloepithelioma$privateGeneCount #> [1] 0 #> #> $medulloepithelioma$publicGeneCount #> [1] 9 #> #> $medulloepithelioma$urlId #> [1] "DOID_4790" #> #> $medulloepithelioma$dbPhenotype #> [1] TRUE #> #> $medulloepithelioma$`_parent` #> [1] "DOID_0060103<DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $medulloepithelioma$`_is_leaf` #> [1] TRUE #> #> $medulloepithelioma$children #> list() #> #> $medulloepithelioma$value #> [1] "medulloepithelioma" #> #> #> $medulloepithelioma #> $medulloepithelioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4790" #> #> $medulloepithelioma$`_id` #> [1] "DOID_4790<DOID_0060103<DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $medulloepithelioma$privateGeneCount #> [1] 0 #> #> $medulloepithelioma$publicGeneCount #> [1] 9 #> #> $medulloepithelioma$urlId #> [1] "DOID_4790" #> #> $medulloepithelioma$dbPhenotype #> [1] TRUE #> #> $medulloepithelioma$`_parent` #> [1] "DOID_0060103<DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $medulloepithelioma$`_is_leaf` #> [1] TRUE #> #> $medulloepithelioma$children #> list() #> #> $medulloepithelioma$value #> [1] "medulloepithelioma" #> #> #> $medulloepithelioma #> $medulloepithelioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4790" #> #> $medulloepithelioma$`_id` #> [1] "DOID_4790<DOID_0060103<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $medulloepithelioma$privateGeneCount #> [1] 0 #> #> $medulloepithelioma$publicGeneCount #> [1] 9 #> #> $medulloepithelioma$urlId #> [1] "DOID_4790" #> #> $medulloepithelioma$dbPhenotype #> [1] TRUE #> #> $medulloepithelioma$`_parent` #> [1] "DOID_0060103<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $medulloepithelioma$`_is_leaf` #> [1] TRUE #> #> $medulloepithelioma$children #> list() #> #> $medulloepithelioma$value #> [1] "medulloepithelioma" #> #> #> $medulloepithelioma #> $medulloepithelioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4790" #> #> $medulloepithelioma$`_id` #> [1] "DOID_4790<DOID_0060103<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $medulloepithelioma$privateGeneCount #> [1] 0 #> #> $medulloepithelioma$publicGeneCount #> [1] 9 #> #> $medulloepithelioma$urlId #> [1] "DOID_4790" #> #> $medulloepithelioma$dbPhenotype #> [1] TRUE #> #> $medulloepithelioma$`_parent` #> [1] "DOID_0060103<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $medulloepithelioma$`_is_leaf` #> [1] TRUE #> #> $medulloepithelioma$children #> list() #> #> $medulloepithelioma$value #> [1] "medulloepithelioma" #> #> #> $medulloepithelioma #> $medulloepithelioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4790" #> #> $medulloepithelioma$`_id` #> [1] "DOID_4790<DOID_0060103<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medulloepithelioma$privateGeneCount #> [1] 0 #> #> $medulloepithelioma$publicGeneCount #> [1] 9 #> #> $medulloepithelioma$urlId #> [1] "DOID_4790" #> #> $medulloepithelioma$dbPhenotype #> [1] TRUE #> #> $medulloepithelioma$`_parent` #> [1] "DOID_0060103<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medulloepithelioma$`_is_leaf` #> [1] TRUE #> #> $medulloepithelioma$children #> list() #> #> $medulloepithelioma$value #> [1] "medulloepithelioma" #> #> #> $medullomyoblastoma #> $medullomyoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3861" #> #> $medullomyoblastoma$`_id` #> [1] "DOID_3861<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $medullomyoblastoma$privateGeneCount #> [1] 0 #> #> $medullomyoblastoma$publicGeneCount #> [1] 43 #> #> $medullomyoblastoma$urlId #> [1] "DOID_3861" #> #> $medullomyoblastoma$dbPhenotype #> [1] TRUE #> #> $medullomyoblastoma$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $medullomyoblastoma$`_is_leaf` #> [1] TRUE #> #> $medullomyoblastoma$children #> list() #> #> $medullomyoblastoma$value #> [1] "medullomyoblastoma" #> #> #> $medullomyoblastoma #> $medullomyoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3861" #> #> $medullomyoblastoma$`_id` #> [1] "DOID_3861<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $medullomyoblastoma$privateGeneCount #> [1] 0 #> #> $medullomyoblastoma$publicGeneCount #> [1] 43 #> #> $medullomyoblastoma$urlId #> [1] "DOID_3861" #> #> $medullomyoblastoma$dbPhenotype #> [1] TRUE #> #> $medullomyoblastoma$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $medullomyoblastoma$`_is_leaf` #> [1] TRUE #> #> $medullomyoblastoma$children #> list() #> #> $medullomyoblastoma$value #> [1] "medullomyoblastoma" #> #> #> $medullomyoblastoma #> $medullomyoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3861" #> #> $medullomyoblastoma$`_id` #> [1] "DOID_3861<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medullomyoblastoma$privateGeneCount #> [1] 0 #> #> $medullomyoblastoma$publicGeneCount #> [1] 43 #> #> $medullomyoblastoma$urlId #> [1] "DOID_3861" #> #> $medullomyoblastoma$dbPhenotype #> [1] TRUE #> #> $medullomyoblastoma$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medullomyoblastoma$`_is_leaf` #> [1] TRUE #> #> $medullomyoblastoma$children #> list() #> #> $medullomyoblastoma$value #> [1] "medullomyoblastoma" #> #> #> $medullomyoblastoma #> $medullomyoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3861" #> #> $medullomyoblastoma$`_id` #> [1] "DOID_3861<DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medullomyoblastoma$privateGeneCount #> [1] 0 #> #> $medullomyoblastoma$publicGeneCount #> [1] 43 #> #> $medullomyoblastoma$urlId #> [1] "DOID_3861" #> #> $medullomyoblastoma$dbPhenotype #> [1] TRUE #> #> $medullomyoblastoma$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medullomyoblastoma$`_is_leaf` #> [1] TRUE #> #> $medullomyoblastoma$children #> list() #> #> $medullomyoblastoma$value #> [1] "medullomyoblastoma" #> #> #> $`Meesmann corneal dystrophy` #> $`Meesmann corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060451" #> #> $`Meesmann corneal dystrophy`$`_id` #> [1] "DOID_0060451<DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Meesmann corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`Meesmann corneal dystrophy`$publicGeneCount #> [1] 2 #> #> $`Meesmann corneal dystrophy`$urlId #> [1] "DOID_0060451" #> #> $`Meesmann corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Meesmann corneal dystrophy`$`_parent` #> [1] "DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Meesmann corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Meesmann corneal dystrophy`$children #> list() #> #> $`Meesmann corneal dystrophy`$value #> [1] "Meesmann corneal dystrophy" #> #> #> $megacolon #> $megacolon$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11372" #> #> $megacolon$`_id` #> [1] "DOID_11372<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $megacolon$privateGeneCount #> [1] 0 #> #> $megacolon$publicGeneCount #> [1] 13 #> #> $megacolon$urlId #> [1] "DOID_11372" #> #> $megacolon$dbPhenotype #> [1] TRUE #> #> $megacolon$`_parent` #> [1] "DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $megacolon$`_is_leaf` #> [1] FALSE #> #> $megacolon$children #> $megacolon$children[[1]] #> [1] "DOID_10487<DOID_11372<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $megacolon$value #> [1] "megacolon" #> #> #> $megaesophagus #> $megaesophagus$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13186" #> #> $megaesophagus$`_id` #> [1] "DOID_13186<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $megaesophagus$privateGeneCount #> [1] 0 #> #> $megaesophagus$publicGeneCount #> [1] 4 #> #> $megaesophagus$urlId #> [1] "DOID_13186" #> #> $megaesophagus$dbPhenotype #> [1] TRUE #> #> $megaesophagus$`_parent` #> [1] "DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $megaesophagus$`_is_leaf` #> [1] TRUE #> #> $megaesophagus$children #> list() #> #> $megaesophagus$value #> [1] "megaesophagus" #> #> #> $`megakaryocytic leukemia` #> $`megakaryocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8761" #> #> $`megakaryocytic leukemia`$`_id` #> [1] "DOID_8761<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`megakaryocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`megakaryocytic leukemia`$publicGeneCount #> [1] 11 #> #> $`megakaryocytic leukemia`$urlId #> [1] "DOID_8761" #> #> $`megakaryocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`megakaryocytic leukemia`$`_parent` #> [1] "DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`megakaryocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`megakaryocytic leukemia`$children #> list() #> #> $`megakaryocytic leukemia`$value #> [1] "megakaryocytic leukemia" #> #> #> $`megakaryocytic leukemia` #> $`megakaryocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8761" #> #> $`megakaryocytic leukemia`$`_id` #> [1] "DOID_8761<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`megakaryocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`megakaryocytic leukemia`$publicGeneCount #> [1] 11 #> #> $`megakaryocytic leukemia`$urlId #> [1] "DOID_8761" #> #> $`megakaryocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`megakaryocytic leukemia`$`_parent` #> [1] "DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`megakaryocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`megakaryocytic leukemia`$children #> list() #> #> $`megakaryocytic leukemia`$value #> [1] "megakaryocytic leukemia" #> #> #> $`megaloblastic anemia` #> $`megaloblastic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13382" #> #> $`megaloblastic anemia`$`_id` #> [1] "DOID_13382<DOID_2361<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`megaloblastic anemia`$privateGeneCount #> [1] 0 #> #> $`megaloblastic anemia`$publicGeneCount #> [1] 7 #> #> $`megaloblastic anemia`$urlId #> [1] "DOID_13382" #> #> $`megaloblastic anemia`$dbPhenotype #> [1] TRUE #> #> $`megaloblastic anemia`$`_parent` #> [1] "DOID_2361<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`megaloblastic anemia`$`_is_leaf` #> [1] TRUE #> #> $`megaloblastic anemia`$children #> list() #> #> $`megaloblastic anemia`$value #> [1] "megaloblastic anemia" #> #> #> $`Megaloblastic anemia` #> $`Megaloblastic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001889" #> #> $`Megaloblastic anemia`$`_id` #> [1] "HP_0001889<HP_0001972<HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Megaloblastic anemia`$privateGeneCount #> [1] 0 #> #> $`Megaloblastic anemia`$publicGeneCount #> [1] 1 #> #> $`Megaloblastic anemia`$urlId #> [1] "HP_0001889" #> #> $`Megaloblastic anemia`$dbPhenotype #> [1] FALSE #> #> $`Megaloblastic anemia`$`_parent` #> [1] "HP_0001972<HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Megaloblastic anemia`$`_is_leaf` #> [1] FALSE #> #> $`Megaloblastic anemia`$children #> $`Megaloblastic anemia`$children[[1]] #> [1] "HP_0004860<HP_0001889<HP_0001972<HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Megaloblastic anemia`$value #> [1] "Megaloblastic anemia" #> #> #> $`Meier-Gorlin syndrome` #> $`Meier-Gorlin syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060306" #> #> $`Meier-Gorlin syndrome`$`_id` #> [1] "DOID_0060306<DOID_225<DOID_4" #> #> $`Meier-Gorlin syndrome`$privateGeneCount #> [1] 0 #> #> $`Meier-Gorlin syndrome`$publicGeneCount #> [1] 6 #> #> $`Meier-Gorlin syndrome`$urlId #> [1] "DOID_0060306" #> #> $`Meier-Gorlin syndrome`$dbPhenotype #> [1] TRUE #> #> $`Meier-Gorlin syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Meier-Gorlin syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Meier-Gorlin syndrome`$children #> list() #> #> $`Meier-Gorlin syndrome`$value #> [1] "Meier-Gorlin syndrome" #> #> #> $melancholia #> $melancholia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2848" #> #> $melancholia$`_id` #> [1] "DOID_2848<DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $melancholia$privateGeneCount #> [1] 0 #> #> $melancholia$publicGeneCount #> [1] 50 #> #> $melancholia$urlId #> [1] "DOID_2848" #> #> $melancholia$dbPhenotype #> [1] TRUE #> #> $melancholia$`_parent` #> [1] "DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $melancholia$`_is_leaf` #> [1] TRUE #> #> $melancholia$children #> list() #> #> $melancholia$value #> [1] "melancholia" #> #> #> $melanoma #> $melanoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1909" #> #> $melanoma$`_id` #> [1] "DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $melanoma$privateGeneCount #> [1] 0 #> #> $melanoma$publicGeneCount #> [1] 258 #> #> $melanoma$urlId #> [1] "DOID_1909" #> #> $melanoma$dbPhenotype #> [1] TRUE #> #> $melanoma$`_parent` #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $melanoma$`_is_leaf` #> [1] FALSE #> #> $melanoma$children #> $melanoma$children[[1]] #> [1] "DOID_4359<DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $melanoma$children[[2]] #> [1] "DOID_8923<DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $melanoma$children[[3]] #> [1] "DOID_6039<DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $melanoma$value #> [1] "melanoma" #> #> #> $`MELAS syndrome` #> $`MELAS syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3687" #> #> $`MELAS syndrome`$`_id` #> [1] "DOID_3687<DOID_890<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`MELAS syndrome`$privateGeneCount #> [1] 0 #> #> $`MELAS syndrome`$publicGeneCount #> [1] 15 #> #> $`MELAS syndrome`$urlId #> [1] "DOID_3687" #> #> $`MELAS syndrome`$dbPhenotype #> [1] TRUE #> #> $`MELAS syndrome`$`_parent` #> [1] "DOID_890<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`MELAS syndrome`$`_is_leaf` #> [1] TRUE #> #> $`MELAS syndrome`$children #> list() #> #> $`MELAS syndrome`$value #> [1] "MELAS syndrome" #> #> #> $melioidosis #> $melioidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5052" #> #> $melioidosis$`_id` #> [1] "DOID_5052<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $melioidosis$privateGeneCount #> [1] 0 #> #> $melioidosis$publicGeneCount #> [1] 2 #> #> $melioidosis$urlId #> [1] "DOID_5052" #> #> $melioidosis$dbPhenotype #> [1] TRUE #> #> $melioidosis$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $melioidosis$`_is_leaf` #> [1] TRUE #> #> $melioidosis$children #> list() #> #> $melioidosis$value #> [1] "melioidosis" #> #> #> $melorheostosis #> $melorheostosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4253" #> #> $melorheostosis$`_id` #> [1] "DOID_4253<DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $melorheostosis$privateGeneCount #> [1] 0 #> #> $melorheostosis$publicGeneCount #> [1] 1 #> #> $melorheostosis$urlId #> [1] "DOID_4253" #> #> $melorheostosis$dbPhenotype #> [1] TRUE #> #> $melorheostosis$`_parent` #> [1] "DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $melorheostosis$`_is_leaf` #> [1] TRUE #> #> $melorheostosis$children #> list() #> #> $melorheostosis$value #> [1] "melorheostosis" #> #> #> $`membranoproliferative glomerulonephritis` #> $`membranoproliferative glomerulonephritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2920" #> #> $`membranoproliferative glomerulonephritis`$`_id` #> [1] "DOID_2920<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`membranoproliferative glomerulonephritis`$privateGeneCount #> [1] 0 #> #> $`membranoproliferative glomerulonephritis`$publicGeneCount #> [1] 6 #> #> $`membranoproliferative glomerulonephritis`$urlId #> [1] "DOID_2920" #> #> $`membranoproliferative glomerulonephritis`$dbPhenotype #> [1] TRUE #> #> $`membranoproliferative glomerulonephritis`$`_parent` #> [1] "DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`membranoproliferative glomerulonephritis`$`_is_leaf` #> [1] TRUE #> #> $`membranoproliferative glomerulonephritis`$children #> list() #> #> $`membranoproliferative glomerulonephritis`$value #> [1] "membranoproliferative glomerulonephritis" #> #> #> $`membranous glomerulonephritis` #> $`membranous glomerulonephritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10976" #> #> $`membranous glomerulonephritis`$`_id` #> [1] "DOID_10976<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`membranous glomerulonephritis`$privateGeneCount #> [1] 0 #> #> $`membranous glomerulonephritis`$publicGeneCount #> [1] 8 #> #> $`membranous glomerulonephritis`$urlId #> [1] "DOID_10976" #> #> $`membranous glomerulonephritis`$dbPhenotype #> [1] TRUE #> #> $`membranous glomerulonephritis`$`_parent` #> [1] "DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`membranous glomerulonephritis`$`_is_leaf` #> [1] TRUE #> #> $`membranous glomerulonephritis`$children #> list() #> #> $`membranous glomerulonephritis`$value #> [1] "membranous glomerulonephritis" #> #> #> $`Memory impairment` #> $`Memory impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002354" #> #> $`Memory impairment`$`_id` #> [1] "HP_0002354<HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Memory impairment`$privateGeneCount #> [1] 0 #> #> $`Memory impairment`$publicGeneCount #> [1] 1 #> #> $`Memory impairment`$urlId #> [1] "HP_0002354" #> #> $`Memory impairment`$dbPhenotype #> [1] TRUE #> #> $`Memory impairment`$`_parent` #> [1] "HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Memory impairment`$`_is_leaf` #> [1] TRUE #> #> $`Memory impairment`$children #> list() #> #> $`Memory impairment`$value #> [1] "Memory impairment" #> #> #> $`Meniere's disease` #> $`Meniere's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9849" #> #> $`Meniere's disease`$`_id` #> [1] "DOID_9849<DOID_9848<DOID_9847<DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Meniere's disease`$privateGeneCount #> [1] 0 #> #> $`Meniere's disease`$publicGeneCount #> [1] 6 #> #> $`Meniere's disease`$urlId #> [1] "DOID_9849" #> #> $`Meniere's disease`$dbPhenotype #> [1] TRUE #> #> $`Meniere's disease`$`_parent` #> [1] "DOID_9848<DOID_9847<DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Meniere's disease`$`_is_leaf` #> [1] TRUE #> #> $`Meniere's disease`$children #> list() #> #> $`Meniere's disease`$value #> [1] "Meniere's disease" #> #> #> $meningioma #> $meningioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3565" #> #> $meningioma$`_id` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$privateGeneCount #> [1] 0 #> #> $meningioma$publicGeneCount #> [1] 19 #> #> $meningioma$urlId #> [1] "DOID_3565" #> #> $meningioma$dbPhenotype #> [1] TRUE #> #> $meningioma$`_parent` #> [1] "DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$`_is_leaf` #> [1] FALSE #> #> $meningioma$children #> $meningioma$children[[1]] #> [1] "DOID_6548<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[2]] #> [1] "DOID_4436<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[3]] #> [1] "DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[4]] #> [1] "DOID_4210<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[5]] #> [1] "DOID_4586<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[6]] #> [1] "DOID_7211<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[7]] #> [1] "DOID_3772<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[8]] #> [1] "DOID_7212<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[9]] #> [1] "DOID_4594<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[10]] #> [1] "DOID_7210<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[11]] #> [1] "DOID_5058<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[12]] #> [1] "DOID_4588<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[13]] #> [1] "DOID_1138<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[14]] #> [1] "DOID_7213<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $meningioma$value #> [1] "meningioma" #> #> #> $meningioma #> $meningioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3565" #> #> $meningioma$`_id` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$privateGeneCount #> [1] 0 #> #> $meningioma$publicGeneCount #> [1] 19 #> #> $meningioma$urlId #> [1] "DOID_3565" #> #> $meningioma$dbPhenotype #> [1] TRUE #> #> $meningioma$`_parent` #> [1] "DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$`_is_leaf` #> [1] FALSE #> #> $meningioma$children #> $meningioma$children[[1]] #> [1] "DOID_6548<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[2]] #> [1] "DOID_4436<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[3]] #> [1] "DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[4]] #> [1] "DOID_4210<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[5]] #> [1] "DOID_4586<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[6]] #> [1] "DOID_7211<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[7]] #> [1] "DOID_3772<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[8]] #> [1] "DOID_7212<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[9]] #> [1] "DOID_4594<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[10]] #> [1] "DOID_7210<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[11]] #> [1] "DOID_5058<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[12]] #> [1] "DOID_4588<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[13]] #> [1] "DOID_1138<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[14]] #> [1] "DOID_7213<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $meningioma$value #> [1] "meningioma" #> #> #> $meningioma #> $meningioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3565" #> #> $meningioma$`_id` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$privateGeneCount #> [1] 0 #> #> $meningioma$publicGeneCount #> [1] 19 #> #> $meningioma$urlId #> [1] "DOID_3565" #> #> $meningioma$dbPhenotype #> [1] TRUE #> #> $meningioma$`_parent` #> [1] "DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$`_is_leaf` #> [1] FALSE #> #> $meningioma$children #> $meningioma$children[[1]] #> [1] "DOID_6548<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[2]] #> [1] "DOID_4436<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[3]] #> [1] "DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[4]] #> [1] "DOID_4210<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[5]] #> [1] "DOID_4586<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[6]] #> [1] "DOID_7211<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[7]] #> [1] "DOID_3772<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[8]] #> [1] "DOID_7212<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[9]] #> [1] "DOID_4594<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[10]] #> [1] "DOID_7210<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[11]] #> [1] "DOID_5058<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[12]] #> [1] "DOID_4588<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[13]] #> [1] "DOID_1138<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[14]] #> [1] "DOID_7213<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $meningioma$value #> [1] "meningioma" #> #> #> $meningitis #> $meningitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9471" #> #> $meningitis$`_id` #> [1] "DOID_9471<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningitis$privateGeneCount #> [1] 0 #> #> $meningitis$publicGeneCount #> [1] 24 #> #> $meningitis$urlId #> [1] "DOID_9471" #> #> $meningitis$dbPhenotype #> [1] TRUE #> #> $meningitis$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningitis$`_is_leaf` #> [1] FALSE #> #> $meningitis$children #> $meningitis$children[[1]] #> [1] "DOID_12157<DOID_9471<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningitis$children[[2]] #> [1] "DOID_9470<DOID_9471<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $meningitis$value #> [1] "meningitis" #> #> #> $meningocele #> $meningocele$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1088" #> #> $meningocele$`_id` #> [1] "DOID_1088<DOID_0080016<DOID_0080074<DOID_0080015<DOID_4" #> #> $meningocele$privateGeneCount #> [1] 0 #> #> $meningocele$publicGeneCount #> [1] 1 #> #> $meningocele$urlId #> [1] "DOID_1088" #> #> $meningocele$dbPhenotype #> [1] TRUE #> #> $meningocele$`_parent` #> [1] "DOID_0080016<DOID_0080074<DOID_0080015<DOID_4" #> #> $meningocele$`_is_leaf` #> [1] TRUE #> #> $meningocele$children #> list() #> #> $meningocele$value #> [1] "meningocele" #> #> #> $Meningocele #> $Meningocele$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002435" #> #> $Meningocele$`_id` #> [1] "HP_0002435<HP_0002414<HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Meningocele$privateGeneCount #> [1] 0 #> #> $Meningocele$publicGeneCount #> [1] 4 #> #> $Meningocele$urlId #> [1] "HP_0002435" #> #> $Meningocele$dbPhenotype #> [1] FALSE #> #> $Meningocele$`_parent` #> [1] "HP_0002414<HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Meningocele$`_is_leaf` #> [1] FALSE #> #> $Meningocele$children #> $Meningocele$children[[1]] #> [1] "HP_0002475<HP_0002435<HP_0002414<HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Meningocele$value #> [1] "Meningocele" #> #> #> $Meningocele #> $Meningocele$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002435" #> #> $Meningocele$`_id` #> [1] "HP_0002435<HP_0002414<HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Meningocele$privateGeneCount #> [1] 0 #> #> $Meningocele$publicGeneCount #> [1] 4 #> #> $Meningocele$urlId #> [1] "HP_0002435" #> #> $Meningocele$dbPhenotype #> [1] FALSE #> #> $Meningocele$`_parent` #> [1] "HP_0002414<HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Meningocele$`_is_leaf` #> [1] FALSE #> #> $Meningocele$children #> $Meningocele$children[[1]] #> [1] "HP_0002475<HP_0002435<HP_0002414<HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Meningocele$value #> [1] "Meningocele" #> #> #> $Meningocele #> $Meningocele$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002435" #> #> $Meningocele$`_id` #> [1] "HP_0002435<HP_0010651<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Meningocele$privateGeneCount #> [1] 0 #> #> $Meningocele$publicGeneCount #> [1] 4 #> #> $Meningocele$urlId #> [1] "HP_0002435" #> #> $Meningocele$dbPhenotype #> [1] FALSE #> #> $Meningocele$`_parent` #> [1] "HP_0010651<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Meningocele$`_is_leaf` #> [1] FALSE #> #> $Meningocele$children #> $Meningocele$children[[1]] #> [1] "HP_0002475<HP_0002435<HP_0010651<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Meningocele$value #> [1] "Meningocele" #> #> #> $meningoencephalitis #> $meningoencephalitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10554" #> #> $meningoencephalitis$`_id` #> [1] "DOID_10554<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningoencephalitis$privateGeneCount #> [1] 0 #> #> $meningoencephalitis$publicGeneCount #> [1] 2 #> #> $meningoencephalitis$urlId #> [1] "DOID_10554" #> #> $meningoencephalitis$dbPhenotype #> [1] TRUE #> #> $meningoencephalitis$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningoencephalitis$`_is_leaf` #> [1] TRUE #> #> $meningoencephalitis$children #> list() #> #> $meningoencephalitis$value #> [1] "meningoencephalitis" #> #> #> $`meningothelial meningioma` #> $`meningothelial meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7212" #> #> $`meningothelial meningioma`$`_id` #> [1] "DOID_7212<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`meningothelial meningioma`$privateGeneCount #> [1] 0 #> #> $`meningothelial meningioma`$publicGeneCount #> [1] 16 #> #> $`meningothelial meningioma`$urlId #> [1] "DOID_7212" #> #> $`meningothelial meningioma`$dbPhenotype #> [1] TRUE #> #> $`meningothelial meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`meningothelial meningioma`$`_is_leaf` #> [1] TRUE #> #> $`meningothelial meningioma`$children #> list() #> #> $`meningothelial meningioma`$value #> [1] "meningothelial meningioma" #> #> #> $`meningothelial meningioma` #> $`meningothelial meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7212" #> #> $`meningothelial meningioma`$`_id` #> [1] "DOID_7212<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`meningothelial meningioma`$privateGeneCount #> [1] 0 #> #> $`meningothelial meningioma`$publicGeneCount #> [1] 16 #> #> $`meningothelial meningioma`$urlId #> [1] "DOID_7212" #> #> $`meningothelial meningioma`$dbPhenotype #> [1] TRUE #> #> $`meningothelial meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`meningothelial meningioma`$`_is_leaf` #> [1] TRUE #> #> $`meningothelial meningioma`$children #> list() #> #> $`meningothelial meningioma`$value #> [1] "meningothelial meningioma" #> #> #> $`meningothelial meningioma` #> $`meningothelial meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7212" #> #> $`meningothelial meningioma`$`_id` #> [1] "DOID_7212<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`meningothelial meningioma`$privateGeneCount #> [1] 0 #> #> $`meningothelial meningioma`$publicGeneCount #> [1] 16 #> #> $`meningothelial meningioma`$urlId #> [1] "DOID_7212" #> #> $`meningothelial meningioma`$dbPhenotype #> [1] TRUE #> #> $`meningothelial meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`meningothelial meningioma`$`_is_leaf` #> [1] TRUE #> #> $`meningothelial meningioma`$children #> list() #> #> $`meningothelial meningioma`$value #> [1] "meningothelial meningioma" #> #> #> $`Menkes disease` #> $`Menkes disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1838" #> #> $`Menkes disease`$`_id` #> [1] "DOID_1838<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`Menkes disease`$privateGeneCount #> [1] 0 #> #> $`Menkes disease`$publicGeneCount #> [1] 3 #> #> $`Menkes disease`$urlId #> [1] "DOID_1838" #> #> $`Menkes disease`$dbPhenotype #> [1] TRUE #> #> $`Menkes disease`$`_parent` #> [1] "DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`Menkes disease`$`_is_leaf` #> [1] TRUE #> #> $`Menkes disease`$children #> list() #> #> $`Menkes disease`$value #> [1] "Menkes disease" #> #> #> $`mental depression` #> $`mental depression`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1596" #> #> $`mental depression`$`_id` #> [1] "DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`mental depression`$privateGeneCount #> [1] 0 #> #> $`mental depression`$publicGeneCount #> [1] 107 #> #> $`mental depression`$urlId #> [1] "DOID_1596" #> #> $`mental depression`$dbPhenotype #> [1] TRUE #> #> $`mental depression`$`_parent` #> [1] "DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`mental depression`$`_is_leaf` #> [1] FALSE #> #> $`mental depression`$children #> $`mental depression`$children[[1]] #> [1] "DOID_1470<DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`mental depression`$children[[2]] #> [1] "DOID_2848<DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> #> $`mental depression`$value #> [1] "mental depression" #> #> #> $`Mental deterioration` #> $`Mental deterioration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001268" #> #> $`Mental deterioration`$`_id` #> [1] "HP_0001268<HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Mental deterioration`$privateGeneCount #> [1] 0 #> #> $`Mental deterioration`$publicGeneCount #> [1] 7 #> #> $`Mental deterioration`$urlId #> [1] "HP_0001268" #> #> $`Mental deterioration`$dbPhenotype #> [1] TRUE #> #> $`Mental deterioration`$`_parent` #> [1] "HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Mental deterioration`$`_is_leaf` #> [1] FALSE #> #> $`Mental deterioration`$children #> $`Mental deterioration`$children[[1]] #> [1] "HP_0002333<HP_0001268<HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Mental deterioration`$children[[2]] #> [1] "HP_0002361<HP_0001268<HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Mental deterioration`$value #> [1] "Mental deterioration" #> #> #> $`MERRF syndrome` #> $`MERRF syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_310" #> #> $`MERRF syndrome`$`_id` #> [1] "DOID_310<DOID_890<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`MERRF syndrome`$privateGeneCount #> [1] 0 #> #> $`MERRF syndrome`$publicGeneCount #> [1] 2 #> #> $`MERRF syndrome`$urlId #> [1] "DOID_310" #> #> $`MERRF syndrome`$dbPhenotype #> [1] TRUE #> #> $`MERRF syndrome`$`_parent` #> [1] "DOID_890<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`MERRF syndrome`$`_is_leaf` #> [1] TRUE #> #> $`MERRF syndrome`$children #> list() #> #> $`MERRF syndrome`$value #> [1] "MERRF syndrome" #> #> #> $`Mesangial abnormality` #> $`Mesangial abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001966" #> #> $`Mesangial abnormality`$`_id` #> [1] "HP_0001966<HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Mesangial abnormality`$privateGeneCount #> [1] 0 #> #> $`Mesangial abnormality`$publicGeneCount #> [1] 2 #> #> $`Mesangial abnormality`$urlId #> [1] "HP_0001966" #> #> $`Mesangial abnormality`$dbPhenotype #> [1] FALSE #> #> $`Mesangial abnormality`$`_parent` #> [1] "HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Mesangial abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Mesangial abnormality`$children #> $`Mesangial abnormality`$children[[1]] #> [1] "HP_0001967<HP_0001966<HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Mesangial abnormality`$value #> [1] "Mesangial abnormality" #> #> #> $`Mesangial abnormality` #> $`Mesangial abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001966" #> #> $`Mesangial abnormality`$`_id` #> [1] "HP_0001966<HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Mesangial abnormality`$privateGeneCount #> [1] 0 #> #> $`Mesangial abnormality`$publicGeneCount #> [1] 2 #> #> $`Mesangial abnormality`$urlId #> [1] "HP_0001966" #> #> $`Mesangial abnormality`$dbPhenotype #> [1] FALSE #> #> $`Mesangial abnormality`$`_parent` #> [1] "HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Mesangial abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Mesangial abnormality`$children #> $`Mesangial abnormality`$children[[1]] #> [1] "HP_0001967<HP_0001966<HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Mesangial abnormality`$value #> [1] "Mesangial abnormality" #> #> #> $`mesenchymal chondrosarcoma` #> $`mesenchymal chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4545" #> #> $`mesenchymal chondrosarcoma`$`_id` #> [1] "DOID_4545<DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mesenchymal chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`mesenchymal chondrosarcoma`$publicGeneCount #> [1] 5 #> #> $`mesenchymal chondrosarcoma`$urlId #> [1] "DOID_4545" #> #> $`mesenchymal chondrosarcoma`$dbPhenotype #> [1] TRUE #> #> $`mesenchymal chondrosarcoma`$`_parent` #> [1] "DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mesenchymal chondrosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`mesenchymal chondrosarcoma`$children #> list() #> #> $`mesenchymal chondrosarcoma`$value #> [1] "mesenchymal chondrosarcoma" #> #> #> $`mesenchymal chondrosarcoma` #> $`mesenchymal chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4545" #> #> $`mesenchymal chondrosarcoma`$`_id` #> [1] "DOID_4545<DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mesenchymal chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`mesenchymal chondrosarcoma`$publicGeneCount #> [1] 5 #> #> $`mesenchymal chondrosarcoma`$urlId #> [1] "DOID_4545" #> #> $`mesenchymal chondrosarcoma`$dbPhenotype #> [1] TRUE #> #> $`mesenchymal chondrosarcoma`$`_parent` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mesenchymal chondrosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`mesenchymal chondrosarcoma`$children #> list() #> #> $`mesenchymal chondrosarcoma`$value #> [1] "mesenchymal chondrosarcoma" #> #> #> $`mesenchymal chondrosarcoma` #> $`mesenchymal chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4545" #> #> $`mesenchymal chondrosarcoma`$`_id` #> [1] "DOID_4545<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mesenchymal chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`mesenchymal chondrosarcoma`$publicGeneCount #> [1] 5 #> #> $`mesenchymal chondrosarcoma`$urlId #> [1] "DOID_4545" #> #> $`mesenchymal chondrosarcoma`$dbPhenotype #> [1] TRUE #> #> $`mesenchymal chondrosarcoma`$`_parent` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mesenchymal chondrosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`mesenchymal chondrosarcoma`$children #> list() #> #> $`mesenchymal chondrosarcoma`$value #> [1] "mesenchymal chondrosarcoma" #> #> #> $`mesenchymal chondrosarcoma` #> $`mesenchymal chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4545" #> #> $`mesenchymal chondrosarcoma`$`_id` #> [1] "DOID_4545<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`mesenchymal chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`mesenchymal chondrosarcoma`$publicGeneCount #> [1] 5 #> #> $`mesenchymal chondrosarcoma`$urlId #> [1] "DOID_4545" #> #> $`mesenchymal chondrosarcoma`$dbPhenotype #> [1] TRUE #> #> $`mesenchymal chondrosarcoma`$`_parent` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`mesenchymal chondrosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`mesenchymal chondrosarcoma`$children #> list() #> #> $`mesenchymal chondrosarcoma`$value #> [1] "mesenchymal chondrosarcoma" #> #> #> $`mesenchymal chondrosarcoma` #> $`mesenchymal chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4545" #> #> $`mesenchymal chondrosarcoma`$`_id` #> [1] "DOID_4545<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mesenchymal chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`mesenchymal chondrosarcoma`$publicGeneCount #> [1] 5 #> #> $`mesenchymal chondrosarcoma`$urlId #> [1] "DOID_4545" #> #> $`mesenchymal chondrosarcoma`$dbPhenotype #> [1] TRUE #> #> $`mesenchymal chondrosarcoma`$`_parent` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mesenchymal chondrosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`mesenchymal chondrosarcoma`$children #> list() #> #> $`mesenchymal chondrosarcoma`$value #> [1] "mesenchymal chondrosarcoma" #> #> #> $`mesenteric vascular occlusion` #> $`mesenteric vascular occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13252" #> #> $`mesenteric vascular occlusion`$`_id` #> [1] "DOID_13252<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`mesenteric vascular occlusion`$privateGeneCount #> [1] 0 #> #> $`mesenteric vascular occlusion`$publicGeneCount #> [1] 2 #> #> $`mesenteric vascular occlusion`$urlId #> [1] "DOID_13252" #> #> $`mesenteric vascular occlusion`$dbPhenotype #> [1] TRUE #> #> $`mesenteric vascular occlusion`$`_parent` #> [1] "DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`mesenteric vascular occlusion`$`_is_leaf` #> [1] TRUE #> #> $`mesenteric vascular occlusion`$children #> list() #> #> $`mesenteric vascular occlusion`$value #> [1] "mesenteric vascular occlusion" #> #> #> $`metabolic acidosis` #> $`metabolic acidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050758" #> #> $`metabolic acidosis`$`_id` #> [1] "DOID_0050758<DOID_0060158<DOID_0014667<DOID_4" #> #> $`metabolic acidosis`$privateGeneCount #> [1] 0 #> #> $`metabolic acidosis`$publicGeneCount #> [1] 6 #> #> $`metabolic acidosis`$urlId #> [1] "DOID_0050758" #> #> $`metabolic acidosis`$dbPhenotype #> [1] FALSE #> #> $`metabolic acidosis`$`_parent` #> [1] "DOID_0060158<DOID_0014667<DOID_4" #> #> $`metabolic acidosis`$`_is_leaf` #> [1] FALSE #> #> $`metabolic acidosis`$children #> $`metabolic acidosis`$children[[1]] #> [1] "DOID_3650<DOID_0050758<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`metabolic acidosis`$value #> [1] "metabolic acidosis" #> #> #> $`metachromatic leukodystrophy` #> $`metachromatic leukodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10581" #> #> $`metachromatic leukodystrophy`$`_id` #> [1] "DOID_10581<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`metachromatic leukodystrophy`$privateGeneCount #> [1] 0 #> #> $`metachromatic leukodystrophy`$publicGeneCount #> [1] 3 #> #> $`metachromatic leukodystrophy`$urlId #> [1] "DOID_10581" #> #> $`metachromatic leukodystrophy`$dbPhenotype #> [1] TRUE #> #> $`metachromatic leukodystrophy`$`_parent` #> [1] "DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`metachromatic leukodystrophy`$`_is_leaf` #> [1] TRUE #> #> $`metachromatic leukodystrophy`$children #> list() #> #> $`metachromatic leukodystrophy`$value #> [1] "metachromatic leukodystrophy" #> #> #> $`metal metabolism disorder` #> $`metal metabolism disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_896" #> #> $`metal metabolism disorder`$`_id` #> [1] "DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`metal metabolism disorder`$privateGeneCount #> [1] 0 #> #> $`metal metabolism disorder`$publicGeneCount #> [1] 58 #> #> $`metal metabolism disorder`$urlId #> [1] "DOID_896" #> #> $`metal metabolism disorder`$dbPhenotype #> [1] TRUE #> #> $`metal metabolism disorder`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`metal metabolism disorder`$`_is_leaf` #> [1] FALSE #> #> $`metal metabolism disorder`$children #> $`metal metabolism disorder`$children[[1]] #> [1] "DOID_0050605<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`metal metabolism disorder`$children[[2]] #> [1] "DOID_0050649<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`metal metabolism disorder`$children[[3]] #> [1] "DOID_1029<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`metal metabolism disorder`$children[[4]] #> [1] "DOID_2352<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`metal metabolism disorder`$children[[5]] #> [1] "DOID_1838<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`metal metabolism disorder`$children[[6]] #> [1] "DOID_4184<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`metal metabolism disorder`$children[[7]] #> [1] "DOID_893<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> #> $`metal metabolism disorder`$value #> [1] "metal metabolism disorder" #> #> #> $`metaphyseal dysplasia` #> $`metaphyseal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080019" #> #> $`metaphyseal dysplasia`$`_id` #> [1] "DOID_0080019<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`metaphyseal dysplasia`$privateGeneCount #> [1] 0 #> #> $`metaphyseal dysplasia`$publicGeneCount #> [1] 4 #> #> $`metaphyseal dysplasia`$urlId #> [1] "DOID_0080019" #> #> $`metaphyseal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`metaphyseal dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`metaphyseal dysplasia`$`_is_leaf` #> [1] FALSE #> #> $`metaphyseal dysplasia`$children #> $`metaphyseal dysplasia`$children[[1]] #> [1] "DOID_0080020<DOID_0080019<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`metaphyseal dysplasia`$children[[2]] #> [1] "DOID_0080021<DOID_0080019<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`metaphyseal dysplasia`$value #> [1] "metaphyseal dysplasia" #> #> #> $`Metaphyseal striations` #> $`Metaphyseal striations`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031367" #> #> $`Metaphyseal striations`$`_id` #> [1] "HP_0031367<HP_0000944<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Metaphyseal striations`$privateGeneCount #> [1] 0 #> #> $`Metaphyseal striations`$publicGeneCount #> [1] 1 #> #> $`Metaphyseal striations`$urlId #> [1] "HP_0031367" #> #> $`Metaphyseal striations`$dbPhenotype #> [1] FALSE #> #> $`Metaphyseal striations`$`_parent` #> [1] "HP_0000944<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Metaphyseal striations`$`_is_leaf` #> [1] FALSE #> #> $`Metaphyseal striations`$children #> $`Metaphyseal striations`$children[[1]] #> [1] "HP_0010740<HP_0031367<HP_0000944<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Metaphyseal striations`$value #> [1] "Metaphyseal striations" #> #> #> $`Metaphyseal striations` #> $`Metaphyseal striations`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031367" #> #> $`Metaphyseal striations`$`_id` #> [1] "HP_0031367<HP_0000944<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Metaphyseal striations`$privateGeneCount #> [1] 0 #> #> $`Metaphyseal striations`$publicGeneCount #> [1] 1 #> #> $`Metaphyseal striations`$urlId #> [1] "HP_0031367" #> #> $`Metaphyseal striations`$dbPhenotype #> [1] FALSE #> #> $`Metaphyseal striations`$`_parent` #> [1] "HP_0000944<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Metaphyseal striations`$`_is_leaf` #> [1] FALSE #> #> $`Metaphyseal striations`$children #> $`Metaphyseal striations`$children[[1]] #> [1] "HP_0010740<HP_0031367<HP_0000944<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Metaphyseal striations`$value #> [1] "Metaphyseal striations" #> #> #> $`Metaphyseal striations` #> $`Metaphyseal striations`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031367" #> #> $`Metaphyseal striations`$`_id` #> [1] "HP_0031367<HP_0000944<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Metaphyseal striations`$privateGeneCount #> [1] 0 #> #> $`Metaphyseal striations`$publicGeneCount #> [1] 1 #> #> $`Metaphyseal striations`$urlId #> [1] "HP_0031367" #> #> $`Metaphyseal striations`$dbPhenotype #> [1] FALSE #> #> $`Metaphyseal striations`$`_parent` #> [1] "HP_0000944<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Metaphyseal striations`$`_is_leaf` #> [1] FALSE #> #> $`Metaphyseal striations`$children #> $`Metaphyseal striations`$children[[1]] #> [1] "HP_0010740<HP_0031367<HP_0000944<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Metaphyseal striations`$value #> [1] "Metaphyseal striations" #> #> #> $methemoglobinemia #> $methemoglobinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10783" #> #> $methemoglobinemia$`_id` #> [1] "DOID_10783<DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $methemoglobinemia$privateGeneCount #> [1] 0 #> #> $methemoglobinemia$publicGeneCount #> [1] 5 #> #> $methemoglobinemia$urlId #> [1] "DOID_10783" #> #> $methemoglobinemia$dbPhenotype #> [1] TRUE #> #> $methemoglobinemia$`_parent` #> [1] "DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $methemoglobinemia$`_is_leaf` #> [1] TRUE #> #> $methemoglobinemia$children #> list() #> #> $methemoglobinemia$value #> [1] "methemoglobinemia" #> #> #> $`methylmalonic acidemia` #> $`methylmalonic acidemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14749" #> #> $`methylmalonic acidemia`$`_id` #> [1] "DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic acidemia`$privateGeneCount #> [1] 0 #> #> $`methylmalonic acidemia`$publicGeneCount #> [1] 18 #> #> $`methylmalonic acidemia`$urlId #> [1] "DOID_14749" #> #> $`methylmalonic acidemia`$dbPhenotype #> [1] TRUE #> #> $`methylmalonic acidemia`$`_parent` #> [1] "DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic acidemia`$`_is_leaf` #> [1] FALSE #> #> $`methylmalonic acidemia`$children #> $`methylmalonic acidemia`$children[[1]] #> [1] "DOID_0050715<DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic acidemia`$children[[2]] #> [1] "DOID_0050716<DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic acidemia`$children[[3]] #> [1] "DOID_0050732<DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic acidemia`$children[[4]] #> [1] "DOID_0050717<DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic acidemia`$children[[5]] #> [1] "DOID_0050733<DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $`methylmalonic acidemia`$value #> [1] "methylmalonic acidemia" #> #> #> $`Methylmalonic acidemia` #> $`Methylmalonic acidemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002912" #> #> $`Methylmalonic acidemia`$`_id` #> [1] "HP_0002912<HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Methylmalonic acidemia`$privateGeneCount #> [1] 0 #> #> $`Methylmalonic acidemia`$publicGeneCount #> [1] 1 #> #> $`Methylmalonic acidemia`$urlId #> [1] "HP_0002912" #> #> $`Methylmalonic acidemia`$dbPhenotype #> [1] TRUE #> #> $`Methylmalonic acidemia`$`_parent` #> [1] "HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Methylmalonic acidemia`$`_is_leaf` #> [1] TRUE #> #> $`Methylmalonic acidemia`$children #> list() #> #> $`Methylmalonic acidemia`$value #> [1] "Methylmalonic acidemia" #> #> #> $`Methylmalonic acidemia` #> $`Methylmalonic acidemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002912" #> #> $`Methylmalonic acidemia`$`_id` #> [1] "HP_0002912<HP_0010995<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Methylmalonic acidemia`$privateGeneCount #> [1] 0 #> #> $`Methylmalonic acidemia`$publicGeneCount #> [1] 1 #> #> $`Methylmalonic acidemia`$urlId #> [1] "HP_0002912" #> #> $`Methylmalonic acidemia`$dbPhenotype #> [1] TRUE #> #> $`Methylmalonic acidemia`$`_parent` #> [1] "HP_0010995<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Methylmalonic acidemia`$`_is_leaf` #> [1] TRUE #> #> $`Methylmalonic acidemia`$children #> list() #> #> $`Methylmalonic acidemia`$value #> [1] "Methylmalonic acidemia" #> #> #> $`Methylmalonic acidemia` #> $`Methylmalonic acidemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002912" #> #> $`Methylmalonic acidemia`$`_id` #> [1] "HP_0002912<HP_0032368<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Methylmalonic acidemia`$privateGeneCount #> [1] 0 #> #> $`Methylmalonic acidemia`$publicGeneCount #> [1] 1 #> #> $`Methylmalonic acidemia`$urlId #> [1] "HP_0002912" #> #> $`Methylmalonic acidemia`$dbPhenotype #> [1] TRUE #> #> $`Methylmalonic acidemia`$`_parent` #> [1] "HP_0032368<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Methylmalonic acidemia`$`_is_leaf` #> [1] TRUE #> #> $`Methylmalonic acidemia`$children #> list() #> #> $`Methylmalonic acidemia`$value #> [1] "Methylmalonic acidemia" #> #> #> $`methylmalonic aciduria and homocystinuria type cblC` #> $`methylmalonic aciduria and homocystinuria type cblC`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050715" #> #> $`methylmalonic aciduria and homocystinuria type cblC`$`_id` #> [1] "DOID_0050715<DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic aciduria and homocystinuria type cblC`$privateGeneCount #> [1] 0 #> #> $`methylmalonic aciduria and homocystinuria type cblC`$publicGeneCount #> [1] 1 #> #> $`methylmalonic aciduria and homocystinuria type cblC`$urlId #> [1] "DOID_0050715" #> #> $`methylmalonic aciduria and homocystinuria type cblC`$dbPhenotype #> [1] TRUE #> #> $`methylmalonic aciduria and homocystinuria type cblC`$`_parent` #> [1] "DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic aciduria and homocystinuria type cblC`$`_is_leaf` #> [1] TRUE #> #> $`methylmalonic aciduria and homocystinuria type cblC`$children #> list() #> #> $`methylmalonic aciduria and homocystinuria type cblC`$value #> [1] "methylmalonic aciduria and homocystinuria type cblC" #> #> #> $`methylmalonic aciduria and homocystinuria type cblD` #> $`methylmalonic aciduria and homocystinuria type cblD`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050716" #> #> $`methylmalonic aciduria and homocystinuria type cblD`$`_id` #> [1] "DOID_0050716<DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic aciduria and homocystinuria type cblD`$privateGeneCount #> [1] 0 #> #> $`methylmalonic aciduria and homocystinuria type cblD`$publicGeneCount #> [1] 1 #> #> $`methylmalonic aciduria and homocystinuria type cblD`$urlId #> [1] "DOID_0050716" #> #> $`methylmalonic aciduria and homocystinuria type cblD`$dbPhenotype #> [1] TRUE #> #> $`methylmalonic aciduria and homocystinuria type cblD`$`_parent` #> [1] "DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic aciduria and homocystinuria type cblD`$`_is_leaf` #> [1] TRUE #> #> $`methylmalonic aciduria and homocystinuria type cblD`$children #> list() #> #> $`methylmalonic aciduria and homocystinuria type cblD`$value #> [1] "methylmalonic aciduria and homocystinuria type cblD" #> #> #> $`methylmalonic aciduria and homocystinuria type cblE` #> $`methylmalonic aciduria and homocystinuria type cblE`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050732" #> #> $`methylmalonic aciduria and homocystinuria type cblE`$`_id` #> [1] "DOID_0050732<DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic aciduria and homocystinuria type cblE`$privateGeneCount #> [1] 0 #> #> $`methylmalonic aciduria and homocystinuria type cblE`$publicGeneCount #> [1] 1 #> #> $`methylmalonic aciduria and homocystinuria type cblE`$urlId #> [1] "DOID_0050732" #> #> $`methylmalonic aciduria and homocystinuria type cblE`$dbPhenotype #> [1] TRUE #> #> $`methylmalonic aciduria and homocystinuria type cblE`$`_parent` #> [1] "DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic aciduria and homocystinuria type cblE`$`_is_leaf` #> [1] TRUE #> #> $`methylmalonic aciduria and homocystinuria type cblE`$children #> list() #> #> $`methylmalonic aciduria and homocystinuria type cblE`$value #> [1] "methylmalonic aciduria and homocystinuria type cblE" #> #> #> $`methylmalonic aciduria and homocystinuria type cblF` #> $`methylmalonic aciduria and homocystinuria type cblF`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050717" #> #> $`methylmalonic aciduria and homocystinuria type cblF`$`_id` #> [1] "DOID_0050717<DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic aciduria and homocystinuria type cblF`$privateGeneCount #> [1] 0 #> #> $`methylmalonic aciduria and homocystinuria type cblF`$publicGeneCount #> [1] 1 #> #> $`methylmalonic aciduria and homocystinuria type cblF`$urlId #> [1] "DOID_0050717" #> #> $`methylmalonic aciduria and homocystinuria type cblF`$dbPhenotype #> [1] TRUE #> #> $`methylmalonic aciduria and homocystinuria type cblF`$`_parent` #> [1] "DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic aciduria and homocystinuria type cblF`$`_is_leaf` #> [1] TRUE #> #> $`methylmalonic aciduria and homocystinuria type cblF`$children #> list() #> #> $`methylmalonic aciduria and homocystinuria type cblF`$value #> [1] "methylmalonic aciduria and homocystinuria type cblF" #> #> #> $`methylmalonic aciduria and homocystinuria type cblG` #> $`methylmalonic aciduria and homocystinuria type cblG`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050733" #> #> $`methylmalonic aciduria and homocystinuria type cblG`$`_id` #> [1] "DOID_0050733<DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic aciduria and homocystinuria type cblG`$privateGeneCount #> [1] 0 #> #> $`methylmalonic aciduria and homocystinuria type cblG`$publicGeneCount #> [1] 1 #> #> $`methylmalonic aciduria and homocystinuria type cblG`$urlId #> [1] "DOID_0050733" #> #> $`methylmalonic aciduria and homocystinuria type cblG`$dbPhenotype #> [1] TRUE #> #> $`methylmalonic aciduria and homocystinuria type cblG`$`_parent` #> [1] "DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic aciduria and homocystinuria type cblG`$`_is_leaf` #> [1] TRUE #> #> $`methylmalonic aciduria and homocystinuria type cblG`$children #> list() #> #> $`methylmalonic aciduria and homocystinuria type cblG`$value #> [1] "methylmalonic aciduria and homocystinuria type cblG" #> #> #> $`mevalonic aciduria` #> $`mevalonic aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050452" #> #> $`mevalonic aciduria`$`_id` #> [1] "DOID_0050452<DOID_630<DOID_4" #> #> $`mevalonic aciduria`$privateGeneCount #> [1] 0 #> #> $`mevalonic aciduria`$publicGeneCount #> [1] 2 #> #> $`mevalonic aciduria`$urlId #> [1] "DOID_0050452" #> #> $`mevalonic aciduria`$dbPhenotype #> [1] TRUE #> #> $`mevalonic aciduria`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`mevalonic aciduria`$`_is_leaf` #> [1] TRUE #> #> $`mevalonic aciduria`$children #> list() #> #> $`mevalonic aciduria`$value #> [1] "mevalonic aciduria" #> #> #> $`mevalonic aciduria` #> $`mevalonic aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050452" #> #> $`mevalonic aciduria`$`_id` #> [1] "DOID_0050452<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`mevalonic aciduria`$privateGeneCount #> [1] 0 #> #> $`mevalonic aciduria`$publicGeneCount #> [1] 2 #> #> $`mevalonic aciduria`$urlId #> [1] "DOID_0050452" #> #> $`mevalonic aciduria`$dbPhenotype #> [1] TRUE #> #> $`mevalonic aciduria`$`_parent` #> [1] "DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`mevalonic aciduria`$`_is_leaf` #> [1] TRUE #> #> $`mevalonic aciduria`$children #> list() #> #> $`mevalonic aciduria`$value #> [1] "mevalonic aciduria" #> #> #> $`MHC class I deficiency` #> $`MHC class I deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060009" #> #> $`MHC class I deficiency`$`_id` #> [1] "DOID_0060009<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`MHC class I deficiency`$privateGeneCount #> [1] 0 #> #> $`MHC class I deficiency`$publicGeneCount #> [1] 3 #> #> $`MHC class I deficiency`$urlId #> [1] "DOID_0060009" #> #> $`MHC class I deficiency`$dbPhenotype #> [1] TRUE #> #> $`MHC class I deficiency`$`_parent` #> [1] "DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`MHC class I deficiency`$`_is_leaf` #> [1] TRUE #> #> $`MHC class I deficiency`$children #> list() #> #> $`MHC class I deficiency`$value #> [1] "MHC class I deficiency" #> #> #> $`MHC class II deficiency` #> $`MHC class II deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5812" #> #> $`MHC class II deficiency`$`_id` #> [1] "DOID_5812<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`MHC class II deficiency`$privateGeneCount #> [1] 0 #> #> $`MHC class II deficiency`$publicGeneCount #> [1] 19 #> #> $`MHC class II deficiency`$urlId #> [1] "DOID_5812" #> #> $`MHC class II deficiency`$dbPhenotype #> [1] TRUE #> #> $`MHC class II deficiency`$`_parent` #> [1] "DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`MHC class II deficiency`$`_is_leaf` #> [1] TRUE #> #> $`MHC class II deficiency`$children #> list() #> #> $`MHC class II deficiency`$value #> [1] "MHC class II deficiency" #> #> #> $microcephaly #> $microcephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10907" #> #> $microcephaly$`_id` #> [1] "DOID_10907<DOID_2490<DOID_0080015<DOID_4" #> #> $microcephaly$privateGeneCount #> [1] 0 #> #> $microcephaly$publicGeneCount #> [1] 59 #> #> $microcephaly$urlId #> [1] "DOID_10907" #> #> $microcephaly$dbPhenotype #> [1] TRUE #> #> $microcephaly$`_parent` #> [1] "DOID_2490<DOID_0080015<DOID_4" #> #> $microcephaly$`_is_leaf` #> [1] TRUE #> #> $microcephaly$children #> list() #> #> $microcephaly$value #> [1] "microcephaly" #> #> #> $microcephaly #> $microcephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10907" #> #> $microcephaly$`_id` #> [1] "DOID_10907<DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $microcephaly$privateGeneCount #> [1] 0 #> #> $microcephaly$publicGeneCount #> [1] 59 #> #> $microcephaly$urlId #> [1] "DOID_10907" #> #> $microcephaly$dbPhenotype #> [1] TRUE #> #> $microcephaly$`_parent` #> [1] "DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $microcephaly$`_is_leaf` #> [1] TRUE #> #> $microcephaly$children #> list() #> #> $microcephaly$value #> [1] "microcephaly" #> #> #> $Microcephaly #> $Microcephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000252" #> #> $Microcephaly$`_id` #> [1] "HP_0000252<HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Microcephaly$privateGeneCount #> [1] 0 #> #> $Microcephaly$publicGeneCount #> [1] 1 #> #> $Microcephaly$urlId #> [1] "HP_0000252" #> #> $Microcephaly$dbPhenotype #> [1] FALSE #> #> $Microcephaly$`_parent` #> [1] "HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Microcephaly$`_is_leaf` #> [1] FALSE #> #> $Microcephaly$children #> $Microcephaly$children[[1]] #> [1] "HP_0005484<HP_0000252<HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Microcephaly$value #> [1] "Microcephaly" #> #> #> $Microcephaly #> $Microcephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000252" #> #> $Microcephaly$`_id` #> [1] "HP_0000252<HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Microcephaly$privateGeneCount #> [1] 0 #> #> $Microcephaly$publicGeneCount #> [1] 1 #> #> $Microcephaly$urlId #> [1] "HP_0000252" #> #> $Microcephaly$dbPhenotype #> [1] FALSE #> #> $Microcephaly$`_parent` #> [1] "HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Microcephaly$`_is_leaf` #> [1] FALSE #> #> $Microcephaly$children #> $Microcephaly$children[[1]] #> [1] "HP_0005484<HP_0000252<HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Microcephaly$value #> [1] "Microcephaly" #> #> #> $Microcephaly #> $Microcephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000252" #> #> $Microcephaly$`_id` #> [1] "HP_0000252<HP_0040195<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Microcephaly$privateGeneCount #> [1] 0 #> #> $Microcephaly$publicGeneCount #> [1] 1 #> #> $Microcephaly$urlId #> [1] "HP_0000252" #> #> $Microcephaly$dbPhenotype #> [1] FALSE #> #> $Microcephaly$`_parent` #> [1] "HP_0040195<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Microcephaly$`_is_leaf` #> [1] FALSE #> #> $Microcephaly$children #> $Microcephaly$children[[1]] #> [1] "HP_0005484<HP_0000252<HP_0040195<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $Microcephaly$value #> [1] "Microcephaly" #> #> #> $Microcephaly #> $Microcephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000252" #> #> $Microcephaly$`_id` #> [1] "HP_0000252<HP_0040195<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Microcephaly$privateGeneCount #> [1] 0 #> #> $Microcephaly$publicGeneCount #> [1] 1 #> #> $Microcephaly$urlId #> [1] "HP_0000252" #> #> $Microcephaly$dbPhenotype #> [1] FALSE #> #> $Microcephaly$`_parent` #> [1] "HP_0040195<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Microcephaly$`_is_leaf` #> [1] FALSE #> #> $Microcephaly$children #> $Microcephaly$children[[1]] #> [1] "HP_0005484<HP_0000252<HP_0040195<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $Microcephaly$value #> [1] "Microcephaly" #> #> #> $`microcephaly and chorioretinopathy 1` #> $`microcephaly and chorioretinopathy 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080105" #> #> $`microcephaly and chorioretinopathy 1`$`_id` #> [1] "DOID_0080105<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`microcephaly and chorioretinopathy 1`$privateGeneCount #> [1] 0 #> #> $`microcephaly and chorioretinopathy 1`$publicGeneCount #> [1] 1 #> #> $`microcephaly and chorioretinopathy 1`$urlId #> [1] "DOID_0080105" #> #> $`microcephaly and chorioretinopathy 1`$dbPhenotype #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 1`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`microcephaly and chorioretinopathy 1`$`_is_leaf` #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 1`$children #> list() #> #> $`microcephaly and chorioretinopathy 1`$value #> [1] "microcephaly and chorioretinopathy 1" #> #> #> $`microcephaly and chorioretinopathy 1` #> $`microcephaly and chorioretinopathy 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080105" #> #> $`microcephaly and chorioretinopathy 1`$`_id` #> [1] "DOID_0080105<DOID_225<DOID_4" #> #> $`microcephaly and chorioretinopathy 1`$privateGeneCount #> [1] 0 #> #> $`microcephaly and chorioretinopathy 1`$publicGeneCount #> [1] 1 #> #> $`microcephaly and chorioretinopathy 1`$urlId #> [1] "DOID_0080105" #> #> $`microcephaly and chorioretinopathy 1`$dbPhenotype #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 1`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`microcephaly and chorioretinopathy 1`$`_is_leaf` #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 1`$children #> list() #> #> $`microcephaly and chorioretinopathy 1`$value #> [1] "microcephaly and chorioretinopathy 1" #> #> #> $`microcephaly and chorioretinopathy 2` #> $`microcephaly and chorioretinopathy 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080106" #> #> $`microcephaly and chorioretinopathy 2`$`_id` #> [1] "DOID_0080106<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`microcephaly and chorioretinopathy 2`$privateGeneCount #> [1] 0 #> #> $`microcephaly and chorioretinopathy 2`$publicGeneCount #> [1] 1 #> #> $`microcephaly and chorioretinopathy 2`$urlId #> [1] "DOID_0080106" #> #> $`microcephaly and chorioretinopathy 2`$dbPhenotype #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 2`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`microcephaly and chorioretinopathy 2`$`_is_leaf` #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 2`$children #> list() #> #> $`microcephaly and chorioretinopathy 2`$value #> [1] "microcephaly and chorioretinopathy 2" #> #> #> $`microcephaly and chorioretinopathy 2` #> $`microcephaly and chorioretinopathy 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080106" #> #> $`microcephaly and chorioretinopathy 2`$`_id` #> [1] "DOID_0080106<DOID_225<DOID_4" #> #> $`microcephaly and chorioretinopathy 2`$privateGeneCount #> [1] 0 #> #> $`microcephaly and chorioretinopathy 2`$publicGeneCount #> [1] 1 #> #> $`microcephaly and chorioretinopathy 2`$urlId #> [1] "DOID_0080106" #> #> $`microcephaly and chorioretinopathy 2`$dbPhenotype #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 2`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`microcephaly and chorioretinopathy 2`$`_is_leaf` #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 2`$children #> list() #> #> $`microcephaly and chorioretinopathy 2`$value #> [1] "microcephaly and chorioretinopathy 2" #> #> #> $`microcephaly and chorioretinopathy 3` #> $`microcephaly and chorioretinopathy 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080107" #> #> $`microcephaly and chorioretinopathy 3`$`_id` #> [1] "DOID_0080107<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`microcephaly and chorioretinopathy 3`$privateGeneCount #> [1] 0 #> #> $`microcephaly and chorioretinopathy 3`$publicGeneCount #> [1] 1 #> #> $`microcephaly and chorioretinopathy 3`$urlId #> [1] "DOID_0080107" #> #> $`microcephaly and chorioretinopathy 3`$dbPhenotype #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 3`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`microcephaly and chorioretinopathy 3`$`_is_leaf` #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 3`$children #> list() #> #> $`microcephaly and chorioretinopathy 3`$value #> [1] "microcephaly and chorioretinopathy 3" #> #> #> $`microcephaly and chorioretinopathy 3` #> $`microcephaly and chorioretinopathy 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080107" #> #> $`microcephaly and chorioretinopathy 3`$`_id` #> [1] "DOID_0080107<DOID_225<DOID_4" #> #> $`microcephaly and chorioretinopathy 3`$privateGeneCount #> [1] 0 #> #> $`microcephaly and chorioretinopathy 3`$publicGeneCount #> [1] 1 #> #> $`microcephaly and chorioretinopathy 3`$urlId #> [1] "DOID_0080107" #> #> $`microcephaly and chorioretinopathy 3`$dbPhenotype #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 3`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`microcephaly and chorioretinopathy 3`$`_is_leaf` #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 3`$children #> list() #> #> $`microcephaly and chorioretinopathy 3`$value #> [1] "microcephaly and chorioretinopathy 3" #> #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation` #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060349" #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$`_id` #> [1] "DOID_0060349<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$privateGeneCount #> [1] 0 #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$publicGeneCount #> [1] 1 #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$urlId #> [1] "DOID_0060349" #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$dbPhenotype #> [1] TRUE #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$`_is_leaf` #> [1] TRUE #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$children #> list() #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$value #> [1] "microcephaly with or without chorioretinopathy, lymphedema, or mental retardation" #> #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation` #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060349" #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$`_id` #> [1] "DOID_0060349<DOID_225<DOID_4" #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$privateGeneCount #> [1] 0 #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$publicGeneCount #> [1] 1 #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$urlId #> [1] "DOID_0060349" #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$dbPhenotype #> [1] TRUE #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$`_is_leaf` #> [1] TRUE #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$children #> list() #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$value #> [1] "microcephaly with or without chorioretinopathy, lymphedema, or mental retardation" #> #> #> $`microcystic adenoma` #> $`microcystic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5403" #> #> $`microcystic adenoma`$`_id` #> [1] "DOID_5403<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`microcystic adenoma`$privateGeneCount #> [1] 0 #> #> $`microcystic adenoma`$publicGeneCount #> [1] 35 #> #> $`microcystic adenoma`$urlId #> [1] "DOID_5403" #> #> $`microcystic adenoma`$dbPhenotype #> [1] TRUE #> #> $`microcystic adenoma`$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`microcystic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`microcystic adenoma`$children #> list() #> #> $`microcystic adenoma`$value #> [1] "microcystic adenoma" #> #> #> $`microcystic adenoma` #> $`microcystic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5403" #> #> $`microcystic adenoma`$`_id` #> [1] "DOID_5403<DOID_3918<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`microcystic adenoma`$privateGeneCount #> [1] 0 #> #> $`microcystic adenoma`$publicGeneCount #> [1] 35 #> #> $`microcystic adenoma`$urlId #> [1] "DOID_5403" #> #> $`microcystic adenoma`$dbPhenotype #> [1] TRUE #> #> $`microcystic adenoma`$`_parent` #> [1] "DOID_3918<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`microcystic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`microcystic adenoma`$children #> list() #> #> $`microcystic adenoma`$value #> [1] "microcystic adenoma" #> #> #> $`microcystic adenoma` #> $`microcystic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5403" #> #> $`microcystic adenoma`$`_id` #> [1] "DOID_5403<DOID_3918<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`microcystic adenoma`$privateGeneCount #> [1] 0 #> #> $`microcystic adenoma`$publicGeneCount #> [1] 35 #> #> $`microcystic adenoma`$urlId #> [1] "DOID_5403" #> #> $`microcystic adenoma`$dbPhenotype #> [1] TRUE #> #> $`microcystic adenoma`$`_parent` #> [1] "DOID_3918<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`microcystic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`microcystic adenoma`$children #> list() #> #> $`microcystic adenoma`$value #> [1] "microcystic adenoma" #> #> #> $`microcystic adenoma` #> $`microcystic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5403" #> #> $`microcystic adenoma`$`_id` #> [1] "DOID_5403<DOID_3918<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`microcystic adenoma`$privateGeneCount #> [1] 0 #> #> $`microcystic adenoma`$publicGeneCount #> [1] 35 #> #> $`microcystic adenoma`$urlId #> [1] "DOID_5403" #> #> $`microcystic adenoma`$dbPhenotype #> [1] TRUE #> #> $`microcystic adenoma`$`_parent` #> [1] "DOID_3918<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`microcystic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`microcystic adenoma`$children #> list() #> #> $`microcystic adenoma`$value #> [1] "microcystic adenoma" #> #> #> $`microcystic meningioma` #> $`microcystic meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4594" #> #> $`microcystic meningioma`$`_id` #> [1] "DOID_4594<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`microcystic meningioma`$privateGeneCount #> [1] 0 #> #> $`microcystic meningioma`$publicGeneCount #> [1] 16 #> #> $`microcystic meningioma`$urlId #> [1] "DOID_4594" #> #> $`microcystic meningioma`$dbPhenotype #> [1] TRUE #> #> $`microcystic meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`microcystic meningioma`$`_is_leaf` #> [1] TRUE #> #> $`microcystic meningioma`$children #> list() #> #> $`microcystic meningioma`$value #> [1] "microcystic meningioma" #> #> #> $`microcystic meningioma` #> $`microcystic meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4594" #> #> $`microcystic meningioma`$`_id` #> [1] "DOID_4594<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`microcystic meningioma`$privateGeneCount #> [1] 0 #> #> $`microcystic meningioma`$publicGeneCount #> [1] 16 #> #> $`microcystic meningioma`$urlId #> [1] "DOID_4594" #> #> $`microcystic meningioma`$dbPhenotype #> [1] TRUE #> #> $`microcystic meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`microcystic meningioma`$`_is_leaf` #> [1] TRUE #> #> $`microcystic meningioma`$children #> list() #> #> $`microcystic meningioma`$value #> [1] "microcystic meningioma" #> #> #> $`microcystic meningioma` #> $`microcystic meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4594" #> #> $`microcystic meningioma`$`_id` #> [1] "DOID_4594<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`microcystic meningioma`$privateGeneCount #> [1] 0 #> #> $`microcystic meningioma`$publicGeneCount #> [1] 16 #> #> $`microcystic meningioma`$urlId #> [1] "DOID_4594" #> #> $`microcystic meningioma`$dbPhenotype #> [1] TRUE #> #> $`microcystic meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`microcystic meningioma`$`_is_leaf` #> [1] TRUE #> #> $`microcystic meningioma`$children #> list() #> #> $`microcystic meningioma`$value #> [1] "microcystic meningioma" #> #> #> $`microcytic anemia` #> $`microcytic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11252" #> #> $`microcytic anemia`$`_id` #> [1] "DOID_11252<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`microcytic anemia`$privateGeneCount #> [1] 0 #> #> $`microcytic anemia`$publicGeneCount #> [1] 5 #> #> $`microcytic anemia`$urlId #> [1] "DOID_11252" #> #> $`microcytic anemia`$dbPhenotype #> [1] TRUE #> #> $`microcytic anemia`$`_parent` #> [1] "DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`microcytic anemia`$`_is_leaf` #> [1] FALSE #> #> $`microcytic anemia`$children #> $`microcytic anemia`$children[[1]] #> [1] "DOID_0050642<DOID_11252<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $`microcytic anemia`$value #> [1] "microcytic anemia" #> #> #> $Micropenis #> $Micropenis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000054" #> #> $Micropenis$`_id` #> [1] "HP_0000054<HP_0008736<HP_0000036<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Micropenis$privateGeneCount #> [1] 0 #> #> $Micropenis$publicGeneCount #> [1] 1 #> #> $Micropenis$urlId #> [1] "HP_0000054" #> #> $Micropenis$dbPhenotype #> [1] TRUE #> #> $Micropenis$`_parent` #> [1] "HP_0008736<HP_0000036<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Micropenis$`_is_leaf` #> [1] TRUE #> #> $Micropenis$children #> list() #> #> $Micropenis$value #> [1] "Micropenis" #> #> #> $Micropenis #> $Micropenis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000054" #> #> $Micropenis$`_id` #> [1] "HP_0000054<HP_0008736<HP_0000036<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Micropenis$privateGeneCount #> [1] 0 #> #> $Micropenis$publicGeneCount #> [1] 1 #> #> $Micropenis$urlId #> [1] "HP_0000054" #> #> $Micropenis$dbPhenotype #> [1] TRUE #> #> $Micropenis$`_parent` #> [1] "HP_0008736<HP_0000036<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Micropenis$`_is_leaf` #> [1] TRUE #> #> $Micropenis$children #> list() #> #> $Micropenis$value #> [1] "Micropenis" #> #> #> $Micropenis #> $Micropenis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000054" #> #> $Micropenis$`_id` #> [1] "HP_0000054<HP_0008736<HP_0000050<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Micropenis$privateGeneCount #> [1] 0 #> #> $Micropenis$publicGeneCount #> [1] 1 #> #> $Micropenis$urlId #> [1] "HP_0000054" #> #> $Micropenis$dbPhenotype #> [1] TRUE #> #> $Micropenis$`_parent` #> [1] "HP_0008736<HP_0000050<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Micropenis$`_is_leaf` #> [1] TRUE #> #> $Micropenis$children #> list() #> #> $Micropenis$value #> [1] "Micropenis" #> #> #> $Micropenis #> $Micropenis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000054" #> #> $Micropenis$`_id` #> [1] "HP_0000054<HP_0008736<HP_0000050<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Micropenis$privateGeneCount #> [1] 0 #> #> $Micropenis$publicGeneCount #> [1] 1 #> #> $Micropenis$urlId #> [1] "HP_0000054" #> #> $Micropenis$dbPhenotype #> [1] TRUE #> #> $Micropenis$`_parent` #> [1] "HP_0008736<HP_0000050<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Micropenis$`_is_leaf` #> [1] TRUE #> #> $Micropenis$children #> list() #> #> $Micropenis$value #> [1] "Micropenis" #> #> #> $Micropenis #> $Micropenis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000054" #> #> $Micropenis$`_id` #> [1] "HP_0000054<HP_0008736<HP_0000050<HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Micropenis$privateGeneCount #> [1] 0 #> #> $Micropenis$publicGeneCount #> [1] 1 #> #> $Micropenis$urlId #> [1] "HP_0000054" #> #> $Micropenis$dbPhenotype #> [1] TRUE #> #> $Micropenis$`_parent` #> [1] "HP_0008736<HP_0000050<HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Micropenis$`_is_leaf` #> [1] TRUE #> #> $Micropenis$children #> list() #> #> $Micropenis$value #> [1] "Micropenis" #> #> #> $microphthalmia #> $microphthalmia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10629" #> #> $microphthalmia$`_id` #> [1] "DOID_10629<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $microphthalmia$privateGeneCount #> [1] 0 #> #> $microphthalmia$publicGeneCount #> [1] 25 #> #> $microphthalmia$urlId #> [1] "DOID_10629" #> #> $microphthalmia$dbPhenotype #> [1] TRUE #> #> $microphthalmia$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $microphthalmia$`_is_leaf` #> [1] TRUE #> #> $microphthalmia$children #> list() #> #> $microphthalmia$value #> [1] "microphthalmia" #> #> #> $`middle cerebral artery infarction` #> $`middle cerebral artery infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3525" #> #> $`middle cerebral artery infarction`$`_id` #> [1] "DOID_3525<DOID_3526<DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`middle cerebral artery infarction`$privateGeneCount #> [1] 0 #> #> $`middle cerebral artery infarction`$publicGeneCount #> [1] 28 #> #> $`middle cerebral artery infarction`$urlId #> [1] "DOID_3525" #> #> $`middle cerebral artery infarction`$dbPhenotype #> [1] TRUE #> #> $`middle cerebral artery infarction`$`_parent` #> [1] "DOID_3526<DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`middle cerebral artery infarction`$`_is_leaf` #> [1] TRUE #> #> $`middle cerebral artery infarction`$children #> list() #> #> $`middle cerebral artery infarction`$value #> [1] "middle cerebral artery infarction" #> #> #> $`middle cerebral artery infarction` #> $`middle cerebral artery infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3525" #> #> $`middle cerebral artery infarction`$`_id` #> [1] "DOID_3525<DOID_3526<DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`middle cerebral artery infarction`$privateGeneCount #> [1] 0 #> #> $`middle cerebral artery infarction`$publicGeneCount #> [1] 28 #> #> $`middle cerebral artery infarction`$urlId #> [1] "DOID_3525" #> #> $`middle cerebral artery infarction`$dbPhenotype #> [1] TRUE #> #> $`middle cerebral artery infarction`$`_parent` #> [1] "DOID_3526<DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`middle cerebral artery infarction`$`_is_leaf` #> [1] TRUE #> #> $`middle cerebral artery infarction`$children #> list() #> #> $`middle cerebral artery infarction`$value #> [1] "middle cerebral artery infarction" #> #> #> $`middle ear disease` #> $`middle ear disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5100" #> #> $`middle ear disease`$`_id` #> [1] "DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`middle ear disease`$privateGeneCount #> [1] 0 #> #> $`middle ear disease`$publicGeneCount #> [1] 16 #> #> $`middle ear disease`$urlId #> [1] "DOID_5100" #> #> $`middle ear disease`$dbPhenotype #> [1] FALSE #> #> $`middle ear disease`$`_parent` #> [1] "DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`middle ear disease`$`_is_leaf` #> [1] FALSE #> #> $`middle ear disease`$children #> $`middle ear disease`$children[[1]] #> [1] "DOID_0060322<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`middle ear disease`$children[[2]] #> [1] "DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`middle ear disease`$value #> [1] "middle ear disease" #> #> #> $`middle lobe syndrome` #> $`middle lobe syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2810" #> #> $`middle lobe syndrome`$`_id` #> [1] "DOID_2810<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`middle lobe syndrome`$privateGeneCount #> [1] 0 #> #> $`middle lobe syndrome`$publicGeneCount #> [1] 1 #> #> $`middle lobe syndrome`$urlId #> [1] "DOID_2810" #> #> $`middle lobe syndrome`$dbPhenotype #> [1] TRUE #> #> $`middle lobe syndrome`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`middle lobe syndrome`$`_is_leaf` #> [1] TRUE #> #> $`middle lobe syndrome`$children #> list() #> #> $`middle lobe syndrome`$value #> [1] "middle lobe syndrome" #> #> #> $`Midline defect of the nose` #> $`Midline defect of the nose`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004122" #> #> $`Midline defect of the nose`$`_id` #> [1] "HP_0004122<HP_0005105<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Midline defect of the nose`$privateGeneCount #> [1] 0 #> #> $`Midline defect of the nose`$publicGeneCount #> [1] 1 #> #> $`Midline defect of the nose`$urlId #> [1] "HP_0004122" #> #> $`Midline defect of the nose`$dbPhenotype #> [1] FALSE #> #> $`Midline defect of the nose`$`_parent` #> [1] "HP_0005105<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Midline defect of the nose`$`_is_leaf` #> [1] FALSE #> #> $`Midline defect of the nose`$children #> $`Midline defect of the nose`$children[[1]] #> [1] "HP_0011803<HP_0004122<HP_0005105<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Midline defect of the nose`$value #> [1] "Midline defect of the nose" #> #> #> $migraine #> $migraine$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6364" #> #> $migraine$`_id` #> [1] "DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $migraine$privateGeneCount #> [1] 0 #> #> $migraine$publicGeneCount #> [1] 33 #> #> $migraine$urlId #> [1] "DOID_6364" #> #> $migraine$dbPhenotype #> [1] TRUE #> #> $migraine$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $migraine$`_is_leaf` #> [1] FALSE #> #> $migraine$children #> $migraine$children[[1]] #> [1] "DOID_10024<DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $migraine$children[[2]] #> [1] "DOID_12783<DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $migraine$value #> [1] "migraine" #> #> #> $`migraine with aura` #> $`migraine with aura`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10024" #> #> $`migraine with aura`$`_id` #> [1] "DOID_10024<DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`migraine with aura`$privateGeneCount #> [1] 0 #> #> $`migraine with aura`$publicGeneCount #> [1] 8 #> #> $`migraine with aura`$urlId #> [1] "DOID_10024" #> #> $`migraine with aura`$dbPhenotype #> [1] TRUE #> #> $`migraine with aura`$`_parent` #> [1] "DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`migraine with aura`$`_is_leaf` #> [1] FALSE #> #> $`migraine with aura`$children #> $`migraine with aura`$children[[1]] #> [1] "DOID_0060178<DOID_10024<DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`migraine with aura`$value #> [1] "migraine with aura" #> #> #> $`migraine without aura` #> $`migraine without aura`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12783" #> #> $`migraine without aura`$`_id` #> [1] "DOID_12783<DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`migraine without aura`$privateGeneCount #> [1] 0 #> #> $`migraine without aura`$publicGeneCount #> [1] 12 #> #> $`migraine without aura`$urlId #> [1] "DOID_12783" #> #> $`migraine without aura`$dbPhenotype #> [1] TRUE #> #> $`migraine without aura`$`_parent` #> [1] "DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`migraine without aura`$`_is_leaf` #> [1] TRUE #> #> $`migraine without aura`$children #> list() #> #> $`migraine without aura`$value #> [1] "migraine without aura" #> #> #> $`Mild postnatal growth retardation` #> $`Mild postnatal growth retardation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001530" #> #> $`Mild postnatal growth retardation`$`_id` #> [1] "HP_0001530<HP_0008897<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Mild postnatal growth retardation`$privateGeneCount #> [1] 0 #> #> $`Mild postnatal growth retardation`$publicGeneCount #> [1] 1 #> #> $`Mild postnatal growth retardation`$urlId #> [1] "HP_0001530" #> #> $`Mild postnatal growth retardation`$dbPhenotype #> [1] TRUE #> #> $`Mild postnatal growth retardation`$`_parent` #> [1] "HP_0008897<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Mild postnatal growth retardation`$`_is_leaf` #> [1] TRUE #> #> $`Mild postnatal growth retardation`$children #> list() #> #> $`Mild postnatal growth retardation`$value #> [1] "Mild postnatal growth retardation" #> #> #> $`milk allergy` #> $`milk allergy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4376" #> #> $`milk allergy`$`_id` #> [1] "DOID_4376<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`milk allergy`$privateGeneCount #> [1] 0 #> #> $`milk allergy`$publicGeneCount #> [1] 1 #> #> $`milk allergy`$urlId #> [1] "DOID_4376" #> #> $`milk allergy`$dbPhenotype #> [1] TRUE #> #> $`milk allergy`$`_parent` #> [1] "DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`milk allergy`$`_is_leaf` #> [1] TRUE #> #> $`milk allergy`$children #> list() #> #> $`milk allergy`$value #> [1] "milk allergy" #> #> #> $`mineral metabolism disease` #> $`mineral metabolism disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050032" #> #> $`mineral metabolism disease`$`_id` #> [1] "DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`mineral metabolism disease`$privateGeneCount #> [1] 0 #> #> $`mineral metabolism disease`$publicGeneCount #> [1] 82 #> #> $`mineral metabolism disease`$urlId #> [1] "DOID_0050032" #> #> $`mineral metabolism disease`$dbPhenotype #> [1] FALSE #> #> $`mineral metabolism disease`$`_parent` #> [1] "DOID_0060158<DOID_0014667<DOID_4" #> #> $`mineral metabolism disease`$`_is_leaf` #> [1] FALSE #> #> $`mineral metabolism disease`$children #> $`mineral metabolism disease`$children[[1]] #> [1] "DOID_10575<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`mineral metabolism disease`$children[[2]] #> [1] "DOID_4500<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`mineral metabolism disease`$children[[3]] #> [1] "DOID_2351<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`mineral metabolism disease`$children[[4]] #> [1] "DOID_2485<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`mineral metabolism disease`$value #> [1] "mineral metabolism disease" #> #> #> $Miosis #> $Miosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000616" #> #> $Miosis$`_id` #> [1] "HP_0000616<HP_0007686<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $Miosis$privateGeneCount #> [1] 0 #> #> $Miosis$publicGeneCount #> [1] 1 #> #> $Miosis$urlId #> [1] "HP_0000616" #> #> $Miosis$dbPhenotype #> [1] TRUE #> #> $Miosis$`_parent` #> [1] "HP_0007686<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $Miosis$`_is_leaf` #> [1] TRUE #> #> $Miosis$children #> list() #> #> $Miosis$value #> [1] "Miosis" #> #> #> $`mite infestation` #> $`mite infestation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7894" #> #> $`mite infestation`$`_id` #> [1] "DOID_7894<DOID_4110<DOID_1398<DOID_0050117<DOID_4" #> #> $`mite infestation`$privateGeneCount #> [1] 0 #> #> $`mite infestation`$publicGeneCount #> [1] 1 #> #> $`mite infestation`$urlId #> [1] "DOID_7894" #> #> $`mite infestation`$dbPhenotype #> [1] FALSE #> #> $`mite infestation`$`_parent` #> [1] "DOID_4110<DOID_1398<DOID_0050117<DOID_4" #> #> $`mite infestation`$`_is_leaf` #> [1] FALSE #> #> $`mite infestation`$children #> $`mite infestation`$children[[1]] #> [1] "DOID_8295<DOID_7894<DOID_4110<DOID_1398<DOID_0050117<DOID_4" #> #> #> $`mite infestation`$value #> [1] "mite infestation" #> #> #> $`mitochondrial complex I deficiency` #> $`mitochondrial complex I deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060536" #> #> $`mitochondrial complex I deficiency`$`_id` #> [1] "DOID_0060536<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex I deficiency`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex I deficiency`$publicGeneCount #> [1] 18 #> #> $`mitochondrial complex I deficiency`$urlId #> [1] "DOID_0060536" #> #> $`mitochondrial complex I deficiency`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex I deficiency`$`_parent` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex I deficiency`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex I deficiency`$children #> list() #> #> $`mitochondrial complex I deficiency`$value #> [1] "mitochondrial complex I deficiency" #> #> #> $`mitochondrial complex II deficiency` #> $`mitochondrial complex II deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060537" #> #> $`mitochondrial complex II deficiency`$`_id` #> [1] "DOID_0060537<DOID_630<DOID_4" #> #> $`mitochondrial complex II deficiency`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex II deficiency`$publicGeneCount #> [1] 3 #> #> $`mitochondrial complex II deficiency`$urlId #> [1] "DOID_0060537" #> #> $`mitochondrial complex II deficiency`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex II deficiency`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`mitochondrial complex II deficiency`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex II deficiency`$children #> list() #> #> $`mitochondrial complex II deficiency`$value #> [1] "mitochondrial complex II deficiency" #> #> #> $`mitochondrial complex II deficiency` #> $`mitochondrial complex II deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060537" #> #> $`mitochondrial complex II deficiency`$`_id` #> [1] "DOID_0060537<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex II deficiency`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex II deficiency`$publicGeneCount #> [1] 3 #> #> $`mitochondrial complex II deficiency`$urlId #> [1] "DOID_0060537" #> #> $`mitochondrial complex II deficiency`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex II deficiency`$`_parent` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex II deficiency`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex II deficiency`$children #> list() #> #> $`mitochondrial complex II deficiency`$value #> [1] "mitochondrial complex II deficiency" #> #> #> $`mitochondrial complex III deficiency` #> $`mitochondrial complex III deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111139" #> #> $`mitochondrial complex III deficiency`$`_id` #> [1] "DOID_0111139<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex III deficiency`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex III deficiency`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex III deficiency`$urlId #> [1] "DOID_0111139" #> #> $`mitochondrial complex III deficiency`$dbPhenotype #> [1] FALSE #> #> $`mitochondrial complex III deficiency`$`_parent` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex III deficiency`$`_is_leaf` #> [1] FALSE #> #> $`mitochondrial complex III deficiency`$children #> $`mitochondrial complex III deficiency`$children[[1]] #> [1] "DOID_0060351<DOID_0111139<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> #> $`mitochondrial complex III deficiency`$value #> [1] "mitochondrial complex III deficiency" #> #> #> $`mitochondrial complex III deficiency nuclear type 2` #> $`mitochondrial complex III deficiency nuclear type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060351" #> #> $`mitochondrial complex III deficiency nuclear type 2`$`_id` #> [1] "DOID_0060351<DOID_0111139<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex III deficiency nuclear type 2`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex III deficiency nuclear type 2`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex III deficiency nuclear type 2`$urlId #> [1] "DOID_0060351" #> #> $`mitochondrial complex III deficiency nuclear type 2`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex III deficiency nuclear type 2`$`_parent` #> [1] "DOID_0111139<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex III deficiency nuclear type 2`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex III deficiency nuclear type 2`$children #> list() #> #> $`mitochondrial complex III deficiency nuclear type 2`$value #> [1] "mitochondrial complex III deficiency nuclear type 2" #> #> #> $`mitochondrial complex III deficiency nuclear type 2` #> $`mitochondrial complex III deficiency nuclear type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060351" #> #> $`mitochondrial complex III deficiency nuclear type 2`$`_id` #> [1] "DOID_0060351<DOID_630<DOID_4" #> #> $`mitochondrial complex III deficiency nuclear type 2`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex III deficiency nuclear type 2`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex III deficiency nuclear type 2`$urlId #> [1] "DOID_0060351" #> #> $`mitochondrial complex III deficiency nuclear type 2`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex III deficiency nuclear type 2`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`mitochondrial complex III deficiency nuclear type 2`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex III deficiency nuclear type 2`$children #> list() #> #> $`mitochondrial complex III deficiency nuclear type 2`$value #> [1] "mitochondrial complex III deficiency nuclear type 2" #> #> #> $`mitochondrial complex V (ATP synthase) deficiency` #> $`mitochondrial complex V (ATP synthase) deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111143" #> #> $`mitochondrial complex V (ATP synthase) deficiency`$`_id` #> [1] "DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex V (ATP synthase) deficiency`$publicGeneCount #> [1] 4 #> #> $`mitochondrial complex V (ATP synthase) deficiency`$urlId #> [1] "DOID_0111143" #> #> $`mitochondrial complex V (ATP synthase) deficiency`$dbPhenotype #> [1] FALSE #> #> $`mitochondrial complex V (ATP synthase) deficiency`$`_parent` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency`$`_is_leaf` #> [1] FALSE #> #> $`mitochondrial complex V (ATP synthase) deficiency`$children #> $`mitochondrial complex V (ATP synthase) deficiency`$children[[1]] #> [1] "DOID_0060331<DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency`$children[[2]] #> [1] "DOID_0060332<DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency`$children[[3]] #> [1] "DOID_0060333<DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency`$children[[4]] #> [1] "DOID_0050768<DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> #> $`mitochondrial complex V (ATP synthase) deficiency`$value #> [1] "mitochondrial complex V (ATP synthase) deficiency" #> #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2` #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060331" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$`_id` #> [1] "DOID_0060331<DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$urlId #> [1] "DOID_0060331" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$`_parent` #> [1] "DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$children #> list() #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$value #> [1] "mitochondrial complex V (ATP synthase) deficiency nuclear type 2" #> #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2` #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060331" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$`_id` #> [1] "DOID_0060331<DOID_630<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$urlId #> [1] "DOID_0060331" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$children #> list() #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$value #> [1] "mitochondrial complex V (ATP synthase) deficiency nuclear type 2" #> #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3` #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060332" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$`_id` #> [1] "DOID_0060332<DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$urlId #> [1] "DOID_0060332" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$`_parent` #> [1] "DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$children #> list() #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$value #> [1] "mitochondrial complex V (ATP synthase) deficiency nuclear type 3" #> #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3` #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060332" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$`_id` #> [1] "DOID_0060332<DOID_630<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$urlId #> [1] "DOID_0060332" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$children #> list() #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$value #> [1] "mitochondrial complex V (ATP synthase) deficiency nuclear type 3" #> #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4` #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060333" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$`_id` #> [1] "DOID_0060333<DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$urlId #> [1] "DOID_0060333" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$`_parent` #> [1] "DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$children #> list() #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$value #> [1] "mitochondrial complex V (ATP synthase) deficiency nuclear type 4" #> #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4` #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060333" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$`_id` #> [1] "DOID_0060333<DOID_630<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$urlId #> [1] "DOID_0060333" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$children #> list() #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$value #> [1] "mitochondrial complex V (ATP synthase) deficiency nuclear type 4" #> #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1` #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050768" #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$`_id` #> [1] "DOID_0050768<DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$urlId #> [1] "DOID_0050768" #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$`_parent` #> [1] "DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$children #> list() #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$value #> [1] "mitochondrial complex V (ATP synthase) deficiency, nuclear type 1" #> #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1` #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050768" #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$`_id` #> [1] "DOID_0050768<DOID_630<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$urlId #> [1] "DOID_0050768" #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$children #> list() #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$value #> [1] "mitochondrial complex V (ATP synthase) deficiency, nuclear type 1" #> #> #> $`mitochondrial encephalomyopathy` #> $`mitochondrial encephalomyopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_890" #> #> $`mitochondrial encephalomyopathy`$`_id` #> [1] "DOID_890<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`mitochondrial encephalomyopathy`$privateGeneCount #> [1] 0 #> #> $`mitochondrial encephalomyopathy`$publicGeneCount #> [1] 26 #> #> $`mitochondrial encephalomyopathy`$urlId #> [1] "DOID_890" #> #> $`mitochondrial encephalomyopathy`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial encephalomyopathy`$`_parent` #> [1] "DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`mitochondrial encephalomyopathy`$`_is_leaf` #> [1] FALSE #> #> $`mitochondrial encephalomyopathy`$children #> $`mitochondrial encephalomyopathy`$children[[1]] #> [1] "DOID_3687<DOID_890<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`mitochondrial encephalomyopathy`$children[[2]] #> [1] "DOID_310<DOID_890<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`mitochondrial encephalomyopathy`$value #> [1] "mitochondrial encephalomyopathy" #> #> #> $`Mitochondrial encephalopathy` #> $`Mitochondrial encephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006789" #> #> $`Mitochondrial encephalopathy`$`_id` #> [1] "HP_0006789<HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Mitochondrial encephalopathy`$privateGeneCount #> [1] 0 #> #> $`Mitochondrial encephalopathy`$publicGeneCount #> [1] 1 #> #> $`Mitochondrial encephalopathy`$urlId #> [1] "HP_0006789" #> #> $`Mitochondrial encephalopathy`$dbPhenotype #> [1] TRUE #> #> $`Mitochondrial encephalopathy`$`_parent` #> [1] "HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Mitochondrial encephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`Mitochondrial encephalopathy`$children #> list() #> #> $`Mitochondrial encephalopathy`$value #> [1] "Mitochondrial encephalopathy" #> #> #> $`mitochondrial metabolism disease` #> $`mitochondrial metabolism disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_700" #> #> $`mitochondrial metabolism disease`$`_id` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$privateGeneCount #> [1] 0 #> #> $`mitochondrial metabolism disease`$publicGeneCount #> [1] 101 #> #> $`mitochondrial metabolism disease`$urlId #> [1] "DOID_700" #> #> $`mitochondrial metabolism disease`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial metabolism disease`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$`_is_leaf` #> [1] FALSE #> #> $`mitochondrial metabolism disease`$children #> $`mitochondrial metabolism disease`$children[[1]] #> [1] "DOID_0050730<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$children[[2]] #> [1] "DOID_0060286<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$children[[3]] #> [1] "DOID_3762<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$children[[4]] #> [1] "DOID_0050757<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$children[[5]] #> [1] "DOID_0050713<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$children[[6]] #> [1] "DOID_3652<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$children[[7]] #> [1] "DOID_0060536<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$children[[8]] #> [1] "DOID_0060537<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$children[[9]] #> [1] "DOID_0111139<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$children[[10]] #> [1] "DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> #> $`mitochondrial metabolism disease`$value #> [1] "mitochondrial metabolism disease" #> #> #> $`mitochondrial myopathy` #> $`mitochondrial myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_699" #> #> $`mitochondrial myopathy`$`_id` #> [1] "DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`mitochondrial myopathy`$privateGeneCount #> [1] 0 #> #> $`mitochondrial myopathy`$publicGeneCount #> [1] 38 #> #> $`mitochondrial myopathy`$urlId #> [1] "DOID_699" #> #> $`mitochondrial myopathy`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial myopathy`$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`mitochondrial myopathy`$`_is_leaf` #> [1] FALSE #> #> $`mitochondrial myopathy`$children #> $`mitochondrial myopathy`$children[[1]] #> [1] "DOID_12558<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`mitochondrial myopathy`$children[[2]] #> [1] "DOID_890<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`mitochondrial myopathy`$children[[3]] #> [1] "DOID_0080099<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`mitochondrial myopathy`$value #> [1] "mitochondrial myopathy" #> #> #> $`mitral valve disease` #> $`mitral valve disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_61" #> #> $`mitral valve disease`$`_id` #> [1] "DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`mitral valve disease`$privateGeneCount #> [1] 0 #> #> $`mitral valve disease`$publicGeneCount #> [1] 8 #> #> $`mitral valve disease`$urlId #> [1] "DOID_61" #> #> $`mitral valve disease`$dbPhenotype #> [1] FALSE #> #> $`mitral valve disease`$`_parent` #> [1] "DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`mitral valve disease`$`_is_leaf` #> [1] FALSE #> #> $`mitral valve disease`$children #> $`mitral valve disease`$children[[1]] #> [1] "DOID_11502<DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`mitral valve disease`$children[[2]] #> [1] "DOID_988<DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`mitral valve disease`$children[[3]] #> [1] "DOID_1754<DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`mitral valve disease`$value #> [1] "mitral valve disease" #> #> #> $`mitral valve insufficiency` #> $`mitral valve insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11502" #> #> $`mitral valve insufficiency`$`_id` #> [1] "DOID_11502<DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`mitral valve insufficiency`$privateGeneCount #> [1] 0 #> #> $`mitral valve insufficiency`$publicGeneCount #> [1] 1 #> #> $`mitral valve insufficiency`$urlId #> [1] "DOID_11502" #> #> $`mitral valve insufficiency`$dbPhenotype #> [1] TRUE #> #> $`mitral valve insufficiency`$`_parent` #> [1] "DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`mitral valve insufficiency`$`_is_leaf` #> [1] TRUE #> #> $`mitral valve insufficiency`$children #> list() #> #> $`mitral valve insufficiency`$value #> [1] "mitral valve insufficiency" #> #> #> $`mitral valve prolapse` #> $`mitral valve prolapse`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_988" #> #> $`mitral valve prolapse`$`_id` #> [1] "DOID_988<DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`mitral valve prolapse`$privateGeneCount #> [1] 0 #> #> $`mitral valve prolapse`$publicGeneCount #> [1] 7 #> #> $`mitral valve prolapse`$urlId #> [1] "DOID_988" #> #> $`mitral valve prolapse`$dbPhenotype #> [1] TRUE #> #> $`mitral valve prolapse`$`_parent` #> [1] "DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`mitral valve prolapse`$`_is_leaf` #> [1] TRUE #> #> $`mitral valve prolapse`$children #> list() #> #> $`mitral valve prolapse`$value #> [1] "mitral valve prolapse" #> #> #> $`mitral valve stenosis` #> $`mitral valve stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1754" #> #> $`mitral valve stenosis`$`_id` #> [1] "DOID_1754<DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`mitral valve stenosis`$privateGeneCount #> [1] 0 #> #> $`mitral valve stenosis`$publicGeneCount #> [1] 1 #> #> $`mitral valve stenosis`$urlId #> [1] "DOID_1754" #> #> $`mitral valve stenosis`$dbPhenotype #> [1] TRUE #> #> $`mitral valve stenosis`$`_parent` #> [1] "DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`mitral valve stenosis`$`_is_leaf` #> [1] TRUE #> #> $`mitral valve stenosis`$children #> list() #> #> $`mitral valve stenosis`$value #> [1] "mitral valve stenosis" #> #> #> $`mixed cell type cancer` #> $`mixed cell type cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_154" #> #> $`mixed cell type cancer`$`_id` #> [1] "DOID_154<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mixed cell type cancer`$privateGeneCount #> [1] 0 #> #> $`mixed cell type cancer`$publicGeneCount #> [1] 5 #> #> $`mixed cell type cancer`$urlId #> [1] "DOID_154" #> #> $`mixed cell type cancer`$dbPhenotype #> [1] FALSE #> #> $`mixed cell type cancer`$`_parent` #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mixed cell type cancer`$`_is_leaf` #> [1] FALSE #> #> $`mixed cell type cancer`$children #> $`mixed cell type cancer`$children[[1]] #> [1] "DOID_4236<DOID_154<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`mixed cell type cancer`$value #> [1] "mixed cell type cancer" #> #> #> $`mixed connective tissue disease` #> $`mixed connective tissue disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3492" #> #> $`mixed connective tissue disease`$`_id` #> [1] "DOID_3492<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed connective tissue disease`$privateGeneCount #> [1] 0 #> #> $`mixed connective tissue disease`$publicGeneCount #> [1] 4 #> #> $`mixed connective tissue disease`$urlId #> [1] "DOID_3492" #> #> $`mixed connective tissue disease`$dbPhenotype #> [1] TRUE #> #> $`mixed connective tissue disease`$`_parent` #> [1] "DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed connective tissue disease`$`_is_leaf` #> [1] TRUE #> #> $`mixed connective tissue disease`$children #> list() #> #> $`mixed connective tissue disease`$value #> [1] "mixed connective tissue disease" #> #> #> $`mixed glioma` #> $`mixed glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5076" #> #> $`mixed glioma`$`_id` #> [1] "DOID_5076<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mixed glioma`$privateGeneCount #> [1] 0 #> #> $`mixed glioma`$publicGeneCount #> [1] 98 #> #> $`mixed glioma`$urlId #> [1] "DOID_5076" #> #> $`mixed glioma`$dbPhenotype #> [1] TRUE #> #> $`mixed glioma`$`_parent` #> [1] "DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mixed glioma`$`_is_leaf` #> [1] FALSE #> #> $`mixed glioma`$children #> $`mixed glioma`$children[[1]] #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`mixed glioma`$value #> [1] "mixed glioma" #> #> #> $`mixed glioma` #> $`mixed glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5076" #> #> $`mixed glioma`$`_id` #> [1] "DOID_5076<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed glioma`$privateGeneCount #> [1] 0 #> #> $`mixed glioma`$publicGeneCount #> [1] 98 #> #> $`mixed glioma`$urlId #> [1] "DOID_5076" #> #> $`mixed glioma`$dbPhenotype #> [1] TRUE #> #> $`mixed glioma`$`_parent` #> [1] "DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed glioma`$`_is_leaf` #> [1] FALSE #> #> $`mixed glioma`$children #> $`mixed glioma`$children[[1]] #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`mixed glioma`$value #> [1] "mixed glioma" #> #> #> $`mixed glioma` #> $`mixed glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5076" #> #> $`mixed glioma`$`_id` #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed glioma`$privateGeneCount #> [1] 0 #> #> $`mixed glioma`$publicGeneCount #> [1] 98 #> #> $`mixed glioma`$urlId #> [1] "DOID_5076" #> #> $`mixed glioma`$dbPhenotype #> [1] TRUE #> #> $`mixed glioma`$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed glioma`$`_is_leaf` #> [1] FALSE #> #> $`mixed glioma`$children #> $`mixed glioma`$children[[1]] #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`mixed glioma`$value #> [1] "mixed glioma" #> #> #> $`mixed glioma` #> $`mixed glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5076" #> #> $`mixed glioma`$`_id` #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`mixed glioma`$privateGeneCount #> [1] 0 #> #> $`mixed glioma`$publicGeneCount #> [1] 98 #> #> $`mixed glioma`$urlId #> [1] "DOID_5076" #> #> $`mixed glioma`$dbPhenotype #> [1] TRUE #> #> $`mixed glioma`$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`mixed glioma`$`_is_leaf` #> [1] FALSE #> #> $`mixed glioma`$children #> $`mixed glioma`$children[[1]] #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`mixed glioma`$value #> [1] "mixed glioma" #> #> #> $`mixed glioma` #> $`mixed glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5076" #> #> $`mixed glioma`$`_id` #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`mixed glioma`$privateGeneCount #> [1] 0 #> #> $`mixed glioma`$publicGeneCount #> [1] 98 #> #> $`mixed glioma`$urlId #> [1] "DOID_5076" #> #> $`mixed glioma`$dbPhenotype #> [1] TRUE #> #> $`mixed glioma`$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`mixed glioma`$`_is_leaf` #> [1] FALSE #> #> $`mixed glioma`$children #> $`mixed glioma`$children[[1]] #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`mixed glioma`$value #> [1] "mixed glioma" #> #> #> $`mixed glioma` #> $`mixed glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5076" #> #> $`mixed glioma`$`_id` #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`mixed glioma`$privateGeneCount #> [1] 0 #> #> $`mixed glioma`$publicGeneCount #> [1] 98 #> #> $`mixed glioma`$urlId #> [1] "DOID_5076" #> #> $`mixed glioma`$dbPhenotype #> [1] TRUE #> #> $`mixed glioma`$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`mixed glioma`$`_is_leaf` #> [1] FALSE #> #> $`mixed glioma`$children #> $`mixed glioma`$children[[1]] #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`mixed glioma`$value #> [1] "mixed glioma" #> #> #> $`mixed glioma` #> $`mixed glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5076" #> #> $`mixed glioma`$`_id` #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed glioma`$privateGeneCount #> [1] 0 #> #> $`mixed glioma`$publicGeneCount #> [1] 98 #> #> $`mixed glioma`$urlId #> [1] "DOID_5076" #> #> $`mixed glioma`$dbPhenotype #> [1] TRUE #> #> $`mixed glioma`$`_parent` #> [1] "DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed glioma`$`_is_leaf` #> [1] FALSE #> #> $`mixed glioma`$children #> $`mixed glioma`$children[[1]] #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`mixed glioma`$value #> [1] "mixed glioma" #> #> #> $`mixed glioma` #> $`mixed glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5076" #> #> $`mixed glioma`$`_id` #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed glioma`$privateGeneCount #> [1] 0 #> #> $`mixed glioma`$publicGeneCount #> [1] 98 #> #> $`mixed glioma`$urlId #> [1] "DOID_5076" #> #> $`mixed glioma`$dbPhenotype #> [1] TRUE #> #> $`mixed glioma`$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed glioma`$`_is_leaf` #> [1] FALSE #> #> $`mixed glioma`$children #> $`mixed glioma`$children[[1]] #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`mixed glioma`$value #> [1] "mixed glioma" #> #> #> $`mixed glioma` #> $`mixed glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5076" #> #> $`mixed glioma`$`_id` #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`mixed glioma`$privateGeneCount #> [1] 0 #> #> $`mixed glioma`$publicGeneCount #> [1] 98 #> #> $`mixed glioma`$urlId #> [1] "DOID_5076" #> #> $`mixed glioma`$dbPhenotype #> [1] TRUE #> #> $`mixed glioma`$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`mixed glioma`$`_is_leaf` #> [1] FALSE #> #> $`mixed glioma`$children #> $`mixed glioma`$children[[1]] #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`mixed glioma`$value #> [1] "mixed glioma" #> #> #> $`mixed glioma` #> $`mixed glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5076" #> #> $`mixed glioma`$`_id` #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed glioma`$privateGeneCount #> [1] 0 #> #> $`mixed glioma`$publicGeneCount #> [1] 98 #> #> $`mixed glioma`$urlId #> [1] "DOID_5076" #> #> $`mixed glioma`$dbPhenotype #> [1] TRUE #> #> $`mixed glioma`$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed glioma`$`_is_leaf` #> [1] FALSE #> #> $`mixed glioma`$children #> $`mixed glioma`$children[[1]] #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`mixed glioma`$value #> [1] "mixed glioma" #> #> #> $`mixed oligodendroglioma-astrocytoma` #> $`mixed oligodendroglioma-astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$`_id` #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$privateGeneCount #> [1] 0 #> #> $`mixed oligodendroglioma-astrocytoma`$publicGeneCount #> [1] 9 #> #> $`mixed oligodendroglioma-astrocytoma`$urlId #> [1] "DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$`_parent` #> [1] "DOID_5076<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$children #> list() #> #> $`mixed oligodendroglioma-astrocytoma`$value #> [1] "mixed oligodendroglioma-astrocytoma" #> #> #> $`mixed oligodendroglioma-astrocytoma` #> $`mixed oligodendroglioma-astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$`_id` #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$privateGeneCount #> [1] 0 #> #> $`mixed oligodendroglioma-astrocytoma`$publicGeneCount #> [1] 9 #> #> $`mixed oligodendroglioma-astrocytoma`$urlId #> [1] "DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$`_parent` #> [1] "DOID_5076<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$children #> list() #> #> $`mixed oligodendroglioma-astrocytoma`$value #> [1] "mixed oligodendroglioma-astrocytoma" #> #> #> $`mixed oligodendroglioma-astrocytoma` #> $`mixed oligodendroglioma-astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$`_id` #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$privateGeneCount #> [1] 0 #> #> $`mixed oligodendroglioma-astrocytoma`$publicGeneCount #> [1] 9 #> #> $`mixed oligodendroglioma-astrocytoma`$urlId #> [1] "DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$`_parent` #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$children #> list() #> #> $`mixed oligodendroglioma-astrocytoma`$value #> [1] "mixed oligodendroglioma-astrocytoma" #> #> #> $`mixed oligodendroglioma-astrocytoma` #> $`mixed oligodendroglioma-astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$`_id` #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$privateGeneCount #> [1] 0 #> #> $`mixed oligodendroglioma-astrocytoma`$publicGeneCount #> [1] 9 #> #> $`mixed oligodendroglioma-astrocytoma`$urlId #> [1] "DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$`_parent` #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$children #> list() #> #> $`mixed oligodendroglioma-astrocytoma`$value #> [1] "mixed oligodendroglioma-astrocytoma" #> #> #> $`mixed oligodendroglioma-astrocytoma` #> $`mixed oligodendroglioma-astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$`_id` #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$privateGeneCount #> [1] 0 #> #> $`mixed oligodendroglioma-astrocytoma`$publicGeneCount #> [1] 9 #> #> $`mixed oligodendroglioma-astrocytoma`$urlId #> [1] "DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$`_parent` #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$children #> list() #> #> $`mixed oligodendroglioma-astrocytoma`$value #> [1] "mixed oligodendroglioma-astrocytoma" #> #> #> $`mixed oligodendroglioma-astrocytoma` #> $`mixed oligodendroglioma-astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$`_id` #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$privateGeneCount #> [1] 0 #> #> $`mixed oligodendroglioma-astrocytoma`$publicGeneCount #> [1] 9 #> #> $`mixed oligodendroglioma-astrocytoma`$urlId #> [1] "DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$`_parent` #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$children #> list() #> #> $`mixed oligodendroglioma-astrocytoma`$value #> [1] "mixed oligodendroglioma-astrocytoma" #> #> #> $`mixed oligodendroglioma-astrocytoma` #> $`mixed oligodendroglioma-astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$`_id` #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$privateGeneCount #> [1] 0 #> #> $`mixed oligodendroglioma-astrocytoma`$publicGeneCount #> [1] 9 #> #> $`mixed oligodendroglioma-astrocytoma`$urlId #> [1] "DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$`_parent` #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$children #> list() #> #> $`mixed oligodendroglioma-astrocytoma`$value #> [1] "mixed oligodendroglioma-astrocytoma" #> #> #> $`mixed oligodendroglioma-astrocytoma` #> $`mixed oligodendroglioma-astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$`_id` #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$privateGeneCount #> [1] 0 #> #> $`mixed oligodendroglioma-astrocytoma`$publicGeneCount #> [1] 9 #> #> $`mixed oligodendroglioma-astrocytoma`$urlId #> [1] "DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$`_parent` #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$children #> list() #> #> $`mixed oligodendroglioma-astrocytoma`$value #> [1] "mixed oligodendroglioma-astrocytoma" #> #> #> $`mixed oligodendroglioma-astrocytoma` #> $`mixed oligodendroglioma-astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$`_id` #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$privateGeneCount #> [1] 0 #> #> $`mixed oligodendroglioma-astrocytoma`$publicGeneCount #> [1] 9 #> #> $`mixed oligodendroglioma-astrocytoma`$urlId #> [1] "DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$`_parent` #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$children #> list() #> #> $`mixed oligodendroglioma-astrocytoma`$value #> [1] "mixed oligodendroglioma-astrocytoma" #> #> #> $`mixed oligodendroglioma-astrocytoma` #> $`mixed oligodendroglioma-astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$`_id` #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$privateGeneCount #> [1] 0 #> #> $`mixed oligodendroglioma-astrocytoma`$publicGeneCount #> [1] 9 #> #> $`mixed oligodendroglioma-astrocytoma`$urlId #> [1] "DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$`_parent` #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$children #> list() #> #> $`mixed oligodendroglioma-astrocytoma`$value #> [1] "mixed oligodendroglioma-astrocytoma" #> #> #> $`mixed phenotype acute leukemia` #> $`mixed phenotype acute leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9953" #> #> $`mixed phenotype acute leukemia`$`_id` #> [1] "DOID_9953<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed phenotype acute leukemia`$privateGeneCount #> [1] 0 #> #> $`mixed phenotype acute leukemia`$publicGeneCount #> [1] 1 #> #> $`mixed phenotype acute leukemia`$urlId #> [1] "DOID_9953" #> #> $`mixed phenotype acute leukemia`$dbPhenotype #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed phenotype acute leukemia`$`_is_leaf` #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$children #> list() #> #> $`mixed phenotype acute leukemia`$value #> [1] "mixed phenotype acute leukemia" #> #> #> $`mixed phenotype acute leukemia` #> $`mixed phenotype acute leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9953" #> #> $`mixed phenotype acute leukemia`$`_id` #> [1] "DOID_9953<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mixed phenotype acute leukemia`$privateGeneCount #> [1] 0 #> #> $`mixed phenotype acute leukemia`$publicGeneCount #> [1] 1 #> #> $`mixed phenotype acute leukemia`$urlId #> [1] "DOID_9953" #> #> $`mixed phenotype acute leukemia`$dbPhenotype #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mixed phenotype acute leukemia`$`_is_leaf` #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$children #> list() #> #> $`mixed phenotype acute leukemia`$value #> [1] "mixed phenotype acute leukemia" #> #> #> $`mixed phenotype acute leukemia` #> $`mixed phenotype acute leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9953" #> #> $`mixed phenotype acute leukemia`$`_id` #> [1] "DOID_9953<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mixed phenotype acute leukemia`$privateGeneCount #> [1] 0 #> #> $`mixed phenotype acute leukemia`$publicGeneCount #> [1] 1 #> #> $`mixed phenotype acute leukemia`$urlId #> [1] "DOID_9953" #> #> $`mixed phenotype acute leukemia`$dbPhenotype #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mixed phenotype acute leukemia`$`_is_leaf` #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$children #> list() #> #> $`mixed phenotype acute leukemia`$value #> [1] "mixed phenotype acute leukemia" #> #> #> $`mixed phenotype acute leukemia` #> $`mixed phenotype acute leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9953" #> #> $`mixed phenotype acute leukemia`$`_id` #> [1] "DOID_9953<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed phenotype acute leukemia`$privateGeneCount #> [1] 0 #> #> $`mixed phenotype acute leukemia`$publicGeneCount #> [1] 1 #> #> $`mixed phenotype acute leukemia`$urlId #> [1] "DOID_9953" #> #> $`mixed phenotype acute leukemia`$dbPhenotype #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$`_parent` #> [1] "DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed phenotype acute leukemia`$`_is_leaf` #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$children #> list() #> #> $`mixed phenotype acute leukemia`$value #> [1] "mixed phenotype acute leukemia" #> #> #> $`mixed phenotype acute leukemia` #> $`mixed phenotype acute leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9953" #> #> $`mixed phenotype acute leukemia`$`_id` #> [1] "DOID_9953<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mixed phenotype acute leukemia`$privateGeneCount #> [1] 0 #> #> $`mixed phenotype acute leukemia`$publicGeneCount #> [1] 1 #> #> $`mixed phenotype acute leukemia`$urlId #> [1] "DOID_9953" #> #> $`mixed phenotype acute leukemia`$dbPhenotype #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$`_parent` #> [1] "DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mixed phenotype acute leukemia`$`_is_leaf` #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$children #> list() #> #> $`mixed phenotype acute leukemia`$value #> [1] "mixed phenotype acute leukemia" #> #> #> $`mixed phenotype acute leukemia` #> $`mixed phenotype acute leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9953" #> #> $`mixed phenotype acute leukemia`$`_id` #> [1] "DOID_9953<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed phenotype acute leukemia`$privateGeneCount #> [1] 0 #> #> $`mixed phenotype acute leukemia`$publicGeneCount #> [1] 1 #> #> $`mixed phenotype acute leukemia`$urlId #> [1] "DOID_9953" #> #> $`mixed phenotype acute leukemia`$dbPhenotype #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$`_parent` #> [1] "DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed phenotype acute leukemia`$`_is_leaf` #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$children #> list() #> #> $`mixed phenotype acute leukemia`$value #> [1] "mixed phenotype acute leukemia" #> #> #> $`mixed phenotype acute leukemia` #> $`mixed phenotype acute leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9953" #> #> $`mixed phenotype acute leukemia`$`_id` #> [1] "DOID_9953<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mixed phenotype acute leukemia`$privateGeneCount #> [1] 0 #> #> $`mixed phenotype acute leukemia`$publicGeneCount #> [1] 1 #> #> $`mixed phenotype acute leukemia`$urlId #> [1] "DOID_9953" #> #> $`mixed phenotype acute leukemia`$dbPhenotype #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$`_parent` #> [1] "DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mixed phenotype acute leukemia`$`_is_leaf` #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$children #> list() #> #> $`mixed phenotype acute leukemia`$value #> [1] "mixed phenotype acute leukemia" #> #> #> $`Mode of inheritance` #> $`Mode of inheritance`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000005" #> #> $`Mode of inheritance`$`_id` #> [1] "HP_0000005<HP_0000001" #> #> $`Mode of inheritance`$privateGeneCount #> [1] 0 #> #> $`Mode of inheritance`$publicGeneCount #> [1] 1 #> #> $`Mode of inheritance`$urlId #> [1] "HP_0000005" #> #> $`Mode of inheritance`$dbPhenotype #> [1] FALSE #> #> $`Mode of inheritance`$`_parent` #> [1] "HP_0000001" #> #> $`Mode of inheritance`$`_is_leaf` #> [1] FALSE #> #> $`Mode of inheritance`$children #> $`Mode of inheritance`$children[[1]] #> [1] "HP_0000006<HP_0000005<HP_0000001" #> #> #> $`Mode of inheritance`$value #> [1] "Mode of inheritance" #> #> #> $`Molar tooth sign on MRI` #> $`Molar tooth sign on MRI`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002419" #> #> $`Molar tooth sign on MRI`$`_id` #> [1] "HP_0002419<HP_0002418<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Molar tooth sign on MRI`$privateGeneCount #> [1] 0 #> #> $`Molar tooth sign on MRI`$publicGeneCount #> [1] 1 #> #> $`Molar tooth sign on MRI`$urlId #> [1] "HP_0002419" #> #> $`Molar tooth sign on MRI`$dbPhenotype #> [1] TRUE #> #> $`Molar tooth sign on MRI`$`_parent` #> [1] "HP_0002418<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Molar tooth sign on MRI`$`_is_leaf` #> [1] TRUE #> #> $`Molar tooth sign on MRI`$children #> list() #> #> $`Molar tooth sign on MRI`$value #> [1] "Molar tooth sign on MRI" #> #> #> $`molluscum contagiosum` #> $`molluscum contagiosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8867" #> #> $`molluscum contagiosum`$`_id` #> [1] "DOID_8867<DOID_934<DOID_0050117<DOID_4" #> #> $`molluscum contagiosum`$privateGeneCount #> [1] 0 #> #> $`molluscum contagiosum`$publicGeneCount #> [1] 1 #> #> $`molluscum contagiosum`$urlId #> [1] "DOID_8867" #> #> $`molluscum contagiosum`$dbPhenotype #> [1] TRUE #> #> $`molluscum contagiosum`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`molluscum contagiosum`$`_is_leaf` #> [1] TRUE #> #> $`molluscum contagiosum`$children #> list() #> #> $`molluscum contagiosum`$value #> [1] "molluscum contagiosum" #> #> #> $`Molybdenum cofactor deficiency` #> $`Molybdenum cofactor deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003570" #> #> $`Molybdenum cofactor deficiency`$`_id` #> [1] "HP_0003570<HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Molybdenum cofactor deficiency`$privateGeneCount #> [1] 0 #> #> $`Molybdenum cofactor deficiency`$publicGeneCount #> [1] 3 #> #> $`Molybdenum cofactor deficiency`$urlId #> [1] "HP_0003570" #> #> $`Molybdenum cofactor deficiency`$dbPhenotype #> [1] TRUE #> #> $`Molybdenum cofactor deficiency`$`_parent` #> [1] "HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Molybdenum cofactor deficiency`$`_is_leaf` #> [1] TRUE #> #> $`Molybdenum cofactor deficiency`$children #> list() #> #> $`Molybdenum cofactor deficiency`$value #> [1] "Molybdenum cofactor deficiency" #> #> #> $monilethrix #> $monilethrix$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050472" #> #> $monilethrix$`_id` #> [1] "DOID_0050472<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $monilethrix$privateGeneCount #> [1] 0 #> #> $monilethrix$publicGeneCount #> [1] 3 #> #> $monilethrix$urlId #> [1] "DOID_0050472" #> #> $monilethrix$dbPhenotype #> [1] TRUE #> #> $monilethrix$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $monilethrix$`_is_leaf` #> [1] TRUE #> #> $monilethrix$children #> list() #> #> $monilethrix$value #> [1] "monilethrix" #> #> #> $monilethrix #> $monilethrix$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050472" #> #> $monilethrix$`_id` #> [1] "DOID_0050472<DOID_421<DOID_16<DOID_7<DOID_4" #> #> $monilethrix$privateGeneCount #> [1] 0 #> #> $monilethrix$publicGeneCount #> [1] 3 #> #> $monilethrix$urlId #> [1] "DOID_0050472" #> #> $monilethrix$dbPhenotype #> [1] TRUE #> #> $monilethrix$`_parent` #> [1] "DOID_421<DOID_16<DOID_7<DOID_4" #> #> $monilethrix$`_is_leaf` #> [1] TRUE #> #> $monilethrix$children #> list() #> #> $monilethrix$value #> [1] "monilethrix" #> #> #> $`monocytic leukemia` #> $`monocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8527" #> #> $`monocytic leukemia`$`_id` #> [1] "DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`monocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`monocytic leukemia`$publicGeneCount #> [1] 23 #> #> $`monocytic leukemia`$urlId #> [1] "DOID_8527" #> #> $`monocytic leukemia`$dbPhenotype #> [1] FALSE #> #> $`monocytic leukemia`$`_parent` #> [1] "DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`monocytic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`monocytic leukemia`$children #> $`monocytic leukemia`$children[[1]] #> [1] "DOID_8864<DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`monocytic leukemia`$children[[2]] #> [1] "DOID_8593<DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`monocytic leukemia`$value #> [1] "monocytic leukemia" #> #> #> $`monocytic leukemia` #> $`monocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8527" #> #> $`monocytic leukemia`$`_id` #> [1] "DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`monocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`monocytic leukemia`$publicGeneCount #> [1] 23 #> #> $`monocytic leukemia`$urlId #> [1] "DOID_8527" #> #> $`monocytic leukemia`$dbPhenotype #> [1] FALSE #> #> $`monocytic leukemia`$`_parent` #> [1] "DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`monocytic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`monocytic leukemia`$children #> $`monocytic leukemia`$children[[1]] #> [1] "DOID_8864<DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`monocytic leukemia`$children[[2]] #> [1] "DOID_8593<DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`monocytic leukemia`$value #> [1] "monocytic leukemia" #> #> #> $`monogenic disease` #> $`monogenic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050177" #> #> $`monogenic disease`$`_id` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$privateGeneCount #> [1] 0 #> #> $`monogenic disease`$publicGeneCount #> [1] 1360 #> #> $`monogenic disease`$urlId #> [1] "DOID_0050177" #> #> $`monogenic disease`$dbPhenotype #> [1] FALSE #> #> $`monogenic disease`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`monogenic disease`$`_is_leaf` #> [1] FALSE #> #> $`monogenic disease`$children #> $`monogenic disease`$children[[1]] #> [1] "DOID_10983<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[2]] #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[3]] #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[4]] #> [1] "DOID_445<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[5]] #> [1] "DOID_0050451<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[6]] #> [1] "DOID_4997<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[7]] #> [1] "DOID_0060233<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[8]] #> [1] "DOID_83<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[9]] #> [1] "DOID_2581<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[10]] #> [1] "DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[11]] #> [1] "DOID_0050572<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[12]] #> [1] "DOID_11725<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[13]] #> [1] "DOID_0050467<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[14]] #> [1] "DOID_2590<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[15]] #> [1] "DOID_0080110<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[16]] #> [1] "DOID_3490<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[17]] #> [1] "DOID_0050780<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[18]] #> [1] "DOID_0050593<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[19]] #> [1] "DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> #> $`monogenic disease`$value #> [1] "monogenic disease" #> #> #> $mononeuritis #> $mononeuritis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1802" #> #> $mononeuritis$`_id` #> [1] "DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $mononeuritis$privateGeneCount #> [1] 0 #> #> $mononeuritis$publicGeneCount #> [1] 9 #> #> $mononeuritis$urlId #> [1] "DOID_1802" #> #> $mononeuritis$dbPhenotype #> [1] FALSE #> #> $mononeuritis$`_parent` #> [1] "DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $mononeuritis$`_is_leaf` #> [1] FALSE #> #> $mononeuritis$children #> $mononeuritis$children[[1]] #> [1] "DOID_9473<DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $mononeuritis$value #> [1] "mononeuritis" #> #> #> $`mononeuritis of lower limb` #> $`mononeuritis of lower limb`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9473" #> #> $`mononeuritis of lower limb`$`_id` #> [1] "DOID_9473<DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`mononeuritis of lower limb`$privateGeneCount #> [1] 0 #> #> $`mononeuritis of lower limb`$publicGeneCount #> [1] 9 #> #> $`mononeuritis of lower limb`$urlId #> [1] "DOID_9473" #> #> $`mononeuritis of lower limb`$dbPhenotype #> [1] FALSE #> #> $`mononeuritis of lower limb`$`_parent` #> [1] "DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`mononeuritis of lower limb`$`_is_leaf` #> [1] FALSE #> #> $`mononeuritis of lower limb`$children #> $`mononeuritis of lower limb`$children[[1]] #> [1] "DOID_12528<DOID_9473<DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`mononeuritis of lower limb`$value #> [1] "mononeuritis of lower limb" #> #> #> $mononeuropathy #> $mononeuropathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1188" #> #> $mononeuropathy$`_id` #> [1] "DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $mononeuropathy$privateGeneCount #> [1] 0 #> #> $mononeuropathy$publicGeneCount #> [1] 10 #> #> $mononeuropathy$urlId #> [1] "DOID_1188" #> #> $mononeuropathy$dbPhenotype #> [1] TRUE #> #> $mononeuropathy$`_parent` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $mononeuropathy$`_is_leaf` #> [1] FALSE #> #> $mononeuropathy$children #> $mononeuropathy$children[[1]] #> [1] "DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $mononeuropathy$value #> [1] "mononeuropathy" #> #> #> $`mood disorder` #> $`mood disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3324" #> #> $`mood disorder`$`_id` #> [1] "DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`mood disorder`$privateGeneCount #> [1] 0 #> #> $`mood disorder`$publicGeneCount #> [1] 217 #> #> $`mood disorder`$urlId #> [1] "DOID_3324" #> #> $`mood disorder`$dbPhenotype #> [1] TRUE #> #> $`mood disorder`$`_parent` #> [1] "DOID_1561<DOID_150<DOID_4" #> #> $`mood disorder`$`_is_leaf` #> [1] FALSE #> #> $`mood disorder`$children #> $`mood disorder`$children[[1]] #> [1] "DOID_3312<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`mood disorder`$children[[2]] #> [1] "DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> #> $`mood disorder`$value #> [1] "mood disorder" #> #> #> $`morbid obesity` #> $`morbid obesity`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11981" #> #> $`morbid obesity`$`_id` #> [1] "DOID_11981<DOID_9970<DOID_654<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`morbid obesity`$privateGeneCount #> [1] 0 #> #> $`morbid obesity`$publicGeneCount #> [1] 37 #> #> $`morbid obesity`$urlId #> [1] "DOID_11981" #> #> $`morbid obesity`$dbPhenotype #> [1] TRUE #> #> $`morbid obesity`$`_parent` #> [1] "DOID_9970<DOID_654<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`morbid obesity`$`_is_leaf` #> [1] TRUE #> #> $`morbid obesity`$children #> list() #> #> $`morbid obesity`$value #> [1] "morbid obesity" #> #> #> $`morphine dependence` #> $`morphine dependence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2560" #> #> $`morphine dependence`$`_id` #> [1] "DOID_2560<DOID_2559<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`morphine dependence`$privateGeneCount #> [1] 0 #> #> $`morphine dependence`$publicGeneCount #> [1] 7 #> #> $`morphine dependence`$urlId #> [1] "DOID_2560" #> #> $`morphine dependence`$dbPhenotype #> [1] TRUE #> #> $`morphine dependence`$`_parent` #> [1] "DOID_2559<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`morphine dependence`$`_is_leaf` #> [1] TRUE #> #> $`morphine dependence`$children #> list() #> #> $`morphine dependence`$value #> [1] "morphine dependence" #> #> #> $`Morphological abnormality of the gastrointestinal tract` #> $`Morphological abnormality of the gastrointestinal tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012718" #> #> $`Morphological abnormality of the gastrointestinal tract`$`_id` #> [1] "HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Morphological abnormality of the gastrointestinal tract`$privateGeneCount #> [1] 0 #> #> $`Morphological abnormality of the gastrointestinal tract`$publicGeneCount #> [1] 41 #> #> $`Morphological abnormality of the gastrointestinal tract`$urlId #> [1] "HP_0012718" #> #> $`Morphological abnormality of the gastrointestinal tract`$dbPhenotype #> [1] FALSE #> #> $`Morphological abnormality of the gastrointestinal tract`$`_parent` #> [1] "HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Morphological abnormality of the gastrointestinal tract`$`_is_leaf` #> [1] FALSE #> #> $`Morphological abnormality of the gastrointestinal tract`$children #> $`Morphological abnormality of the gastrointestinal tract`$children[[1]] #> [1] "HP_0002031<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Morphological abnormality of the gastrointestinal tract`$children[[2]] #> [1] "HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Morphological abnormality of the gastrointestinal tract`$children[[3]] #> [1] "HP_0002577<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Morphological abnormality of the gastrointestinal tract`$value #> [1] "Morphological abnormality of the gastrointestinal tract" #> #> #> $`Morphological abnormality of the middle ear` #> $`Morphological abnormality of the middle ear`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008609" #> #> $`Morphological abnormality of the middle ear`$`_id` #> [1] "HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Morphological abnormality of the middle ear`$privateGeneCount #> [1] 0 #> #> $`Morphological abnormality of the middle ear`$publicGeneCount #> [1] 1 #> #> $`Morphological abnormality of the middle ear`$urlId #> [1] "HP_0008609" #> #> $`Morphological abnormality of the middle ear`$dbPhenotype #> [1] FALSE #> #> $`Morphological abnormality of the middle ear`$`_parent` #> [1] "HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Morphological abnormality of the middle ear`$`_is_leaf` #> [1] FALSE #> #> $`Morphological abnormality of the middle ear`$children #> $`Morphological abnormality of the middle ear`$children[[1]] #> [1] "HP_0004452<HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Morphological abnormality of the middle ear`$value #> [1] "Morphological abnormality of the middle ear" #> #> #> $`Morphological central nervous system abnormality` #> $`Morphological central nervous system abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002011" #> #> $`Morphological central nervous system abnormality`$`_id` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$privateGeneCount #> [1] 0 #> #> $`Morphological central nervous system abnormality`$publicGeneCount #> [1] 116 #> #> $`Morphological central nervous system abnormality`$urlId #> [1] "HP_0002011" #> #> $`Morphological central nervous system abnormality`$dbPhenotype #> [1] FALSE #> #> $`Morphological central nervous system abnormality`$`_parent` #> [1] "HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Morphological central nervous system abnormality`$children #> $`Morphological central nervous system abnormality`$children[[1]] #> [1] "HP_0011400<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$children[[2]] #> [1] "HP_0010651<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$children[[3]] #> [1] "HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$children[[4]] #> [1] "HP_0012703<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$children[[5]] #> [1] "HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$children[[6]] #> [1] "HP_0002269<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$children[[7]] #> [1] "HP_0100705<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$children[[8]] #> [1] "HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$children[[9]] #> [1] "HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$children[[10]] #> [1] "HP_0007367<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$children[[11]] #> [1] "HP_0030724<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Morphological central nervous system abnormality`$value #> [1] "Morphological central nervous system abnormality" #> #> #> $`Mortality/Aging` #> $`Mortality/Aging`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040006" #> #> $`Mortality/Aging`$`_id` #> [1] "HP_0040006<HP_0031797<HP_0000001" #> #> $`Mortality/Aging`$privateGeneCount #> [1] 0 #> #> $`Mortality/Aging`$publicGeneCount #> [1] 38 #> #> $`Mortality/Aging`$urlId #> [1] "HP_0040006" #> #> $`Mortality/Aging`$dbPhenotype #> [1] FALSE #> #> $`Mortality/Aging`$`_parent` #> [1] "HP_0031797<HP_0000001" #> #> $`Mortality/Aging`$`_is_leaf` #> [1] FALSE #> #> $`Mortality/Aging`$children #> $`Mortality/Aging`$children[[1]] #> [1] "HP_0011420<HP_0040006<HP_0031797<HP_0000001" #> #> #> $`Mortality/Aging`$value #> [1] "Mortality/Aging" #> #> #> $`Motor delay` #> $`Motor delay`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001270" #> #> $`Motor delay`$`_id` #> [1] "HP_0001270<HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Motor delay`$privateGeneCount #> [1] 0 #> #> $`Motor delay`$publicGeneCount #> [1] 5 #> #> $`Motor delay`$urlId #> [1] "HP_0001270" #> #> $`Motor delay`$dbPhenotype #> [1] TRUE #> #> $`Motor delay`$`_parent` #> [1] "HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Motor delay`$`_is_leaf` #> [1] TRUE #> #> $`Motor delay`$children #> list() #> #> $`Motor delay`$value #> [1] "Motor delay" #> #> #> $`Motor deterioration` #> $`Motor deterioration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002333" #> #> $`Motor deterioration`$`_id` #> [1] "HP_0002333<HP_0001268<HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Motor deterioration`$privateGeneCount #> [1] 0 #> #> $`Motor deterioration`$publicGeneCount #> [1] 1 #> #> $`Motor deterioration`$urlId #> [1] "HP_0002333" #> #> $`Motor deterioration`$dbPhenotype #> [1] TRUE #> #> $`Motor deterioration`$`_parent` #> [1] "HP_0001268<HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Motor deterioration`$`_is_leaf` #> [1] TRUE #> #> $`Motor deterioration`$children #> list() #> #> $`Motor deterioration`$value #> [1] "Motor deterioration" #> #> #> $`motor neuron disease` #> $`motor neuron disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_231" #> #> $`motor neuron disease`$`_id` #> [1] "DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`motor neuron disease`$privateGeneCount #> [1] 0 #> #> $`motor neuron disease`$publicGeneCount #> [1] 194 #> #> $`motor neuron disease`$urlId #> [1] "DOID_231" #> #> $`motor neuron disease`$dbPhenotype #> [1] TRUE #> #> $`motor neuron disease`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`motor neuron disease`$`_is_leaf` #> [1] FALSE #> #> $`motor neuron disease`$children #> $`motor neuron disease`$children[[1]] #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`motor neuron disease`$children[[2]] #> [1] "DOID_230<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`motor neuron disease`$children[[3]] #> [1] "DOID_318<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`motor neuron disease`$children[[4]] #> [1] "DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`motor neuron disease`$value #> [1] "motor neuron disease" #> #> #> $`motor peripheral neuropathy` #> $`motor peripheral neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2477" #> #> $`motor peripheral neuropathy`$`_id` #> [1] "DOID_2477<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`motor peripheral neuropathy`$privateGeneCount #> [1] 0 #> #> $`motor peripheral neuropathy`$publicGeneCount #> [1] 5 #> #> $`motor peripheral neuropathy`$urlId #> [1] "DOID_2477" #> #> $`motor peripheral neuropathy`$dbPhenotype #> [1] TRUE #> #> $`motor peripheral neuropathy`$`_parent` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`motor peripheral neuropathy`$`_is_leaf` #> [1] TRUE #> #> $`motor peripheral neuropathy`$children #> list() #> #> $`motor peripheral neuropathy`$value #> [1] "motor peripheral neuropathy" #> #> #> $`Motor seizure` #> $`Motor seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0020219" #> #> $`Motor seizure`$`_id` #> [1] "HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Motor seizure`$privateGeneCount #> [1] 0 #> #> $`Motor seizure`$publicGeneCount #> [1] 28 #> #> $`Motor seizure`$urlId #> [1] "HP_0020219" #> #> $`Motor seizure`$dbPhenotype #> [1] FALSE #> #> $`Motor seizure`$`_parent` #> [1] "HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Motor seizure`$`_is_leaf` #> [1] FALSE #> #> $`Motor seizure`$children #> $`Motor seizure`$children[[1]] #> [1] "HP_0010819<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Motor seizure`$children[[2]] #> [1] "HP_0002069<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Motor seizure`$children[[3]] #> [1] "HP_0032677<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Motor seizure`$children[[4]] #> [1] "HP_0032794<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Motor seizure`$value #> [1] "Motor seizure" #> #> #> $`mouth disease` #> $`mouth disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_403" #> #> $`mouth disease`$`_id` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$privateGeneCount #> [1] 0 #> #> $`mouth disease`$publicGeneCount #> [1] 461 #> #> $`mouth disease`$urlId #> [1] "DOID_403" #> #> $`mouth disease`$dbPhenotype #> [1] TRUE #> #> $`mouth disease`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$`_is_leaf` #> [1] FALSE #> #> $`mouth disease`$children #> $`mouth disease`$children[[1]] #> [1] "DOID_10883<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$children[[2]] #> [1] "DOID_9297<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$children[[3]] #> [1] "DOID_14262<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$children[[4]] #> [1] "DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$children[[5]] #> [1] "DOID_9655<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$children[[6]] #> [1] "DOID_5773<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$children[[7]] #> [1] "DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$children[[8]] #> [1] "DOID_9637<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$children[[9]] #> [1] "DOID_10944<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$children[[10]] #> [1] "DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`mouth disease`$value #> [1] "mouth disease" #> #> #> $`movement disease` #> $`movement disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_480" #> #> $`movement disease`$`_id` #> [1] "DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`movement disease`$privateGeneCount #> [1] 0 #> #> $`movement disease`$publicGeneCount #> [1] 94 #> #> $`movement disease`$urlId #> [1] "DOID_480" #> #> $`movement disease`$dbPhenotype #> [1] TRUE #> #> $`movement disease`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`movement disease`$`_is_leaf` #> [1] FALSE #> #> $`movement disease`$children #> $`movement disease`$children[[1]] #> [1] "DOID_12859<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`movement disease`$children[[2]] #> [1] "DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`movement disease`$children[[3]] #> [1] "DOID_4990<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`movement disease`$children[[4]] #> [1] "DOID_13839<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`movement disease`$children[[5]] #> [1] "DOID_9854<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`movement disease`$children[[6]] #> [1] "DOID_678<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`movement disease`$value #> [1] "movement disease" #> #> #> $`Mowat-Wilson syndrome` #> $`Mowat-Wilson syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060485" #> #> $`Mowat-Wilson syndrome`$`_id` #> [1] "DOID_0060485<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Mowat-Wilson syndrome`$privateGeneCount #> [1] 0 #> #> $`Mowat-Wilson syndrome`$publicGeneCount #> [1] 1 #> #> $`Mowat-Wilson syndrome`$urlId #> [1] "DOID_0060485" #> #> $`Mowat-Wilson syndrome`$dbPhenotype #> [1] TRUE #> #> $`Mowat-Wilson syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Mowat-Wilson syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Mowat-Wilson syndrome`$children #> list() #> #> $`Mowat-Wilson syndrome`$value #> [1] "Mowat-Wilson syndrome" #> #> #> $`Mowat-Wilson syndrome` #> $`Mowat-Wilson syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060485" #> #> $`Mowat-Wilson syndrome`$`_id` #> [1] "DOID_0060485<DOID_225<DOID_4" #> #> $`Mowat-Wilson syndrome`$privateGeneCount #> [1] 0 #> #> $`Mowat-Wilson syndrome`$publicGeneCount #> [1] 1 #> #> $`Mowat-Wilson syndrome`$urlId #> [1] "DOID_0060485" #> #> $`Mowat-Wilson syndrome`$dbPhenotype #> [1] TRUE #> #> $`Mowat-Wilson syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Mowat-Wilson syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Mowat-Wilson syndrome`$children #> list() #> #> $`Mowat-Wilson syndrome`$value #> [1] "Mowat-Wilson syndrome" #> #> #> $`Moyamoya disease` #> $`Moyamoya disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13099" #> #> $`Moyamoya disease`$`_id` #> [1] "DOID_13099<DOID_3527<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Moyamoya disease`$privateGeneCount #> [1] 0 #> #> $`Moyamoya disease`$publicGeneCount #> [1] 4 #> #> $`Moyamoya disease`$urlId #> [1] "DOID_13099" #> #> $`Moyamoya disease`$dbPhenotype #> [1] TRUE #> #> $`Moyamoya disease`$`_parent` #> [1] "DOID_3527<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Moyamoya disease`$`_is_leaf` #> [1] TRUE #> #> $`Moyamoya disease`$children #> list() #> #> $`Moyamoya disease`$value #> [1] "Moyamoya disease" #> #> #> $`Moyamoya disease` #> $`Moyamoya disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13099" #> #> $`Moyamoya disease`$`_id` #> [1] "DOID_13099<DOID_3527<DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Moyamoya disease`$privateGeneCount #> [1] 0 #> #> $`Moyamoya disease`$publicGeneCount #> [1] 4 #> #> $`Moyamoya disease`$urlId #> [1] "DOID_13099" #> #> $`Moyamoya disease`$dbPhenotype #> [1] TRUE #> #> $`Moyamoya disease`$`_parent` #> [1] "DOID_3527<DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Moyamoya disease`$`_is_leaf` #> [1] TRUE #> #> $`Moyamoya disease`$children #> list() #> #> $`Moyamoya disease`$value #> [1] "Moyamoya disease" #> #> #> $`Moyamoya disease` #> $`Moyamoya disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13099" #> #> $`Moyamoya disease`$`_id` #> [1] "DOID_13099<DOID_3527<DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Moyamoya disease`$privateGeneCount #> [1] 0 #> #> $`Moyamoya disease`$publicGeneCount #> [1] 4 #> #> $`Moyamoya disease`$urlId #> [1] "DOID_13099" #> #> $`Moyamoya disease`$dbPhenotype #> [1] TRUE #> #> $`Moyamoya disease`$`_parent` #> [1] "DOID_3527<DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Moyamoya disease`$`_is_leaf` #> [1] TRUE #> #> $`Moyamoya disease`$children #> list() #> #> $`Moyamoya disease`$value #> [1] "Moyamoya disease" #> #> #> $`mucinous adenocarcinoma` #> $`mucinous adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3030" #> #> $`mucinous adenocarcinoma`$`_id` #> [1] "DOID_3030<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mucinous adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`mucinous adenocarcinoma`$publicGeneCount #> [1] 6 #> #> $`mucinous adenocarcinoma`$urlId #> [1] "DOID_3030" #> #> $`mucinous adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`mucinous adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mucinous adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`mucinous adenocarcinoma`$children #> list() #> #> $`mucinous adenocarcinoma`$value #> [1] "mucinous adenocarcinoma" #> #> #> $`mucinous cystadenocarcinoma` #> $`mucinous cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3603" #> #> $`mucinous cystadenocarcinoma`$`_id` #> [1] "DOID_3603<DOID_3111<DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mucinous cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`mucinous cystadenocarcinoma`$publicGeneCount #> [1] 2 #> #> $`mucinous cystadenocarcinoma`$urlId #> [1] "DOID_3603" #> #> $`mucinous cystadenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`mucinous cystadenocarcinoma`$`_parent` #> [1] "DOID_3111<DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mucinous cystadenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`mucinous cystadenocarcinoma`$children #> list() #> #> $`mucinous cystadenocarcinoma`$value #> [1] "mucinous cystadenocarcinoma" #> #> #> $`Muckle-Wells syndrome` #> $`Muckle-Wells syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050854" #> #> $`Muckle-Wells syndrome`$`_id` #> [1] "DOID_0050854<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Muckle-Wells syndrome`$privateGeneCount #> [1] 0 #> #> $`Muckle-Wells syndrome`$publicGeneCount #> [1] 2 #> #> $`Muckle-Wells syndrome`$urlId #> [1] "DOID_0050854" #> #> $`Muckle-Wells syndrome`$dbPhenotype #> [1] TRUE #> #> $`Muckle-Wells syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Muckle-Wells syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Muckle-Wells syndrome`$children #> list() #> #> $`Muckle-Wells syndrome`$value #> [1] "Muckle-Wells syndrome" #> #> #> $`Muckle-Wells syndrome` #> $`Muckle-Wells syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050854" #> #> $`Muckle-Wells syndrome`$`_id` #> [1] "DOID_0050854<DOID_225<DOID_4" #> #> $`Muckle-Wells syndrome`$privateGeneCount #> [1] 0 #> #> $`Muckle-Wells syndrome`$publicGeneCount #> [1] 2 #> #> $`Muckle-Wells syndrome`$urlId #> [1] "DOID_0050854" #> #> $`Muckle-Wells syndrome`$dbPhenotype #> [1] TRUE #> #> $`Muckle-Wells syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Muckle-Wells syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Muckle-Wells syndrome`$children #> list() #> #> $`Muckle-Wells syndrome`$value #> [1] "Muckle-Wells syndrome" #> #> #> $`mucocutaneous leishmaniasis` #> $`mucocutaneous leishmaniasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9155" #> #> $`mucocutaneous leishmaniasis`$`_id` #> [1] "DOID_9155<DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`mucocutaneous leishmaniasis`$privateGeneCount #> [1] 0 #> #> $`mucocutaneous leishmaniasis`$publicGeneCount #> [1] 3 #> #> $`mucocutaneous leishmaniasis`$urlId #> [1] "DOID_9155" #> #> $`mucocutaneous leishmaniasis`$dbPhenotype #> [1] TRUE #> #> $`mucocutaneous leishmaniasis`$`_parent` #> [1] "DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`mucocutaneous leishmaniasis`$`_is_leaf` #> [1] TRUE #> #> $`mucocutaneous leishmaniasis`$children #> list() #> #> $`mucocutaneous leishmaniasis`$value #> [1] "mucocutaneous leishmaniasis" #> #> #> $`mucocutaneous leishmaniasis` #> $`mucocutaneous leishmaniasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9155" #> #> $`mucocutaneous leishmaniasis`$`_id` #> [1] "DOID_9155<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`mucocutaneous leishmaniasis`$privateGeneCount #> [1] 0 #> #> $`mucocutaneous leishmaniasis`$publicGeneCount #> [1] 3 #> #> $`mucocutaneous leishmaniasis`$urlId #> [1] "DOID_9155" #> #> $`mucocutaneous leishmaniasis`$dbPhenotype #> [1] TRUE #> #> $`mucocutaneous leishmaniasis`$`_parent` #> [1] "DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`mucocutaneous leishmaniasis`$`_is_leaf` #> [1] TRUE #> #> $`mucocutaneous leishmaniasis`$children #> list() #> #> $`mucocutaneous leishmaniasis`$value #> [1] "mucocutaneous leishmaniasis" #> #> #> $`mucoepidermoid carcinoma` #> $`mucoepidermoid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4531" #> #> $`mucoepidermoid carcinoma`$`_id` #> [1] "DOID_4531<DOID_0050904<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mucoepidermoid carcinoma`$privateGeneCount #> [1] 0 #> #> $`mucoepidermoid carcinoma`$publicGeneCount #> [1] 2 #> #> $`mucoepidermoid carcinoma`$urlId #> [1] "DOID_4531" #> #> $`mucoepidermoid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`mucoepidermoid carcinoma`$`_parent` #> [1] "DOID_0050904<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mucoepidermoid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`mucoepidermoid carcinoma`$children #> list() #> #> $`mucoepidermoid carcinoma`$value #> [1] "mucoepidermoid carcinoma" #> #> #> $`mucoepidermoid carcinoma` #> $`mucoepidermoid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4531" #> #> $`mucoepidermoid carcinoma`$`_id` #> [1] "DOID_4531<DOID_0050904<DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mucoepidermoid carcinoma`$privateGeneCount #> [1] 0 #> #> $`mucoepidermoid carcinoma`$publicGeneCount #> [1] 2 #> #> $`mucoepidermoid carcinoma`$urlId #> [1] "DOID_4531" #> #> $`mucoepidermoid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`mucoepidermoid carcinoma`$`_parent` #> [1] "DOID_0050904<DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mucoepidermoid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`mucoepidermoid carcinoma`$children #> list() #> #> $`mucoepidermoid carcinoma`$value #> [1] "mucoepidermoid carcinoma" #> #> #> $`mucoepidermoid carcinoma` #> $`mucoepidermoid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4531" #> #> $`mucoepidermoid carcinoma`$`_id` #> [1] "DOID_4531<DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mucoepidermoid carcinoma`$privateGeneCount #> [1] 0 #> #> $`mucoepidermoid carcinoma`$publicGeneCount #> [1] 2 #> #> $`mucoepidermoid carcinoma`$urlId #> [1] "DOID_4531" #> #> $`mucoepidermoid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`mucoepidermoid carcinoma`$`_parent` #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mucoepidermoid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`mucoepidermoid carcinoma`$children #> list() #> #> $`mucoepidermoid carcinoma`$value #> [1] "mucoepidermoid carcinoma" #> #> #> $`mucoepidermoid carcinoma` #> $`mucoepidermoid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4531" #> #> $`mucoepidermoid carcinoma`$`_id` #> [1] "DOID_4531<DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`mucoepidermoid carcinoma`$privateGeneCount #> [1] 0 #> #> $`mucoepidermoid carcinoma`$publicGeneCount #> [1] 2 #> #> $`mucoepidermoid carcinoma`$urlId #> [1] "DOID_4531" #> #> $`mucoepidermoid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`mucoepidermoid carcinoma`$`_parent` #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`mucoepidermoid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`mucoepidermoid carcinoma`$children #> list() #> #> $`mucoepidermoid carcinoma`$value #> [1] "mucoepidermoid carcinoma" #> #> #> $`mucoepidermoid carcinoma` #> $`mucoepidermoid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4531" #> #> $`mucoepidermoid carcinoma`$`_id` #> [1] "DOID_4531<DOID_0050904<DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mucoepidermoid carcinoma`$privateGeneCount #> [1] 0 #> #> $`mucoepidermoid carcinoma`$publicGeneCount #> [1] 2 #> #> $`mucoepidermoid carcinoma`$urlId #> [1] "DOID_4531" #> #> $`mucoepidermoid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`mucoepidermoid carcinoma`$`_parent` #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mucoepidermoid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`mucoepidermoid carcinoma`$children #> list() #> #> $`mucoepidermoid carcinoma`$value #> [1] "mucoepidermoid carcinoma" #> #> #> $mucolipidosis #> $mucolipidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080488" #> #> $mucolipidosis$`_id` #> [1] "DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucolipidosis$privateGeneCount #> [1] 0 #> #> $mucolipidosis$publicGeneCount #> [1] 4 #> #> $mucolipidosis$urlId #> [1] "DOID_0080488" #> #> $mucolipidosis$dbPhenotype #> [1] FALSE #> #> $mucolipidosis$`_parent` #> [1] "DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucolipidosis$`_is_leaf` #> [1] FALSE #> #> $mucolipidosis$children #> $mucolipidosis$children[[1]] #> [1] "DOID_3343<DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucolipidosis$children[[2]] #> [1] "DOID_0080070<DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucolipidosis$children[[3]] #> [1] "DOID_0080071<DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> #> $mucolipidosis$value #> [1] "mucolipidosis" #> #> #> $`mucolipidosis II alpha/beta` #> $`mucolipidosis II alpha/beta`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080070" #> #> $`mucolipidosis II alpha/beta`$`_id` #> [1] "DOID_0080070<DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucolipidosis II alpha/beta`$privateGeneCount #> [1] 0 #> #> $`mucolipidosis II alpha/beta`$publicGeneCount #> [1] 1 #> #> $`mucolipidosis II alpha/beta`$urlId #> [1] "DOID_0080070" #> #> $`mucolipidosis II alpha/beta`$dbPhenotype #> [1] TRUE #> #> $`mucolipidosis II alpha/beta`$`_parent` #> [1] "DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucolipidosis II alpha/beta`$`_is_leaf` #> [1] TRUE #> #> $`mucolipidosis II alpha/beta`$children #> list() #> #> $`mucolipidosis II alpha/beta`$value #> [1] "mucolipidosis II alpha/beta" #> #> #> $`mucolipidosis III alpha/beta` #> $`mucolipidosis III alpha/beta`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080071" #> #> $`mucolipidosis III alpha/beta`$`_id` #> [1] "DOID_0080071<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`mucolipidosis III alpha/beta`$privateGeneCount #> [1] 0 #> #> $`mucolipidosis III alpha/beta`$publicGeneCount #> [1] 2 #> #> $`mucolipidosis III alpha/beta`$urlId #> [1] "DOID_0080071" #> #> $`mucolipidosis III alpha/beta`$dbPhenotype #> [1] TRUE #> #> $`mucolipidosis III alpha/beta`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`mucolipidosis III alpha/beta`$`_is_leaf` #> [1] TRUE #> #> $`mucolipidosis III alpha/beta`$children #> list() #> #> $`mucolipidosis III alpha/beta`$value #> [1] "mucolipidosis III alpha/beta" #> #> #> $`mucolipidosis III alpha/beta` #> $`mucolipidosis III alpha/beta`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080071" #> #> $`mucolipidosis III alpha/beta`$`_id` #> [1] "DOID_0080071<DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucolipidosis III alpha/beta`$privateGeneCount #> [1] 0 #> #> $`mucolipidosis III alpha/beta`$publicGeneCount #> [1] 2 #> #> $`mucolipidosis III alpha/beta`$urlId #> [1] "DOID_0080071" #> #> $`mucolipidosis III alpha/beta`$dbPhenotype #> [1] TRUE #> #> $`mucolipidosis III alpha/beta`$`_parent` #> [1] "DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucolipidosis III alpha/beta`$`_is_leaf` #> [1] TRUE #> #> $`mucolipidosis III alpha/beta`$children #> list() #> #> $`mucolipidosis III alpha/beta`$value #> [1] "mucolipidosis III alpha/beta" #> #> #> $mucopolysaccharidosis #> $mucopolysaccharidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12798" #> #> $mucopolysaccharidosis$`_id` #> [1] "DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucopolysaccharidosis$privateGeneCount #> [1] 0 #> #> $mucopolysaccharidosis$publicGeneCount #> [1] 13 #> #> $mucopolysaccharidosis$urlId #> [1] "DOID_12798" #> #> $mucopolysaccharidosis$dbPhenotype #> [1] TRUE #> #> $mucopolysaccharidosis$`_parent` #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucopolysaccharidosis$`_is_leaf` #> [1] FALSE #> #> $mucopolysaccharidosis$children #> $mucopolysaccharidosis$children[[1]] #> [1] "DOID_12802<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucopolysaccharidosis$children[[2]] #> [1] "DOID_12799<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucopolysaccharidosis$children[[3]] #> [1] "DOID_12801<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucopolysaccharidosis$children[[4]] #> [1] "DOID_12804<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucopolysaccharidosis$children[[5]] #> [1] "DOID_0050809<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucopolysaccharidosis$children[[6]] #> [1] "DOID_12800<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucopolysaccharidosis$children[[7]] #> [1] "DOID_12803<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> #> $mucopolysaccharidosis$value #> [1] "mucopolysaccharidosis" #> #> #> $`mucopolysaccharidosis I` #> $`mucopolysaccharidosis I`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12802" #> #> $`mucopolysaccharidosis I`$`_id` #> [1] "DOID_12802<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis I`$privateGeneCount #> [1] 0 #> #> $`mucopolysaccharidosis I`$publicGeneCount #> [1] 1 #> #> $`mucopolysaccharidosis I`$urlId #> [1] "DOID_12802" #> #> $`mucopolysaccharidosis I`$dbPhenotype #> [1] TRUE #> #> $`mucopolysaccharidosis I`$`_parent` #> [1] "DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis I`$`_is_leaf` #> [1] FALSE #> #> $`mucopolysaccharidosis I`$children #> $`mucopolysaccharidosis I`$children[[1]] #> [1] "DOID_0060222<DOID_12802<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> #> $`mucopolysaccharidosis I`$value #> [1] "mucopolysaccharidosis I" #> #> #> $`mucopolysaccharidosis II` #> $`mucopolysaccharidosis II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12799" #> #> $`mucopolysaccharidosis II`$`_id` #> [1] "DOID_12799<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis II`$privateGeneCount #> [1] 0 #> #> $`mucopolysaccharidosis II`$publicGeneCount #> [1] 1 #> #> $`mucopolysaccharidosis II`$urlId #> [1] "DOID_12799" #> #> $`mucopolysaccharidosis II`$dbPhenotype #> [1] TRUE #> #> $`mucopolysaccharidosis II`$`_parent` #> [1] "DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis II`$`_is_leaf` #> [1] TRUE #> #> $`mucopolysaccharidosis II`$children #> list() #> #> $`mucopolysaccharidosis II`$value #> [1] "mucopolysaccharidosis II" #> #> #> $`mucopolysaccharidosis III` #> $`mucopolysaccharidosis III`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12801" #> #> $`mucopolysaccharidosis III`$`_id` #> [1] "DOID_12801<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis III`$privateGeneCount #> [1] 0 #> #> $`mucopolysaccharidosis III`$publicGeneCount #> [1] 5 #> #> $`mucopolysaccharidosis III`$urlId #> [1] "DOID_12801" #> #> $`mucopolysaccharidosis III`$dbPhenotype #> [1] TRUE #> #> $`mucopolysaccharidosis III`$`_parent` #> [1] "DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis III`$`_is_leaf` #> [1] TRUE #> #> $`mucopolysaccharidosis III`$children #> list() #> #> $`mucopolysaccharidosis III`$value #> [1] "mucopolysaccharidosis III" #> #> #> $`mucopolysaccharidosis IV` #> $`mucopolysaccharidosis IV`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12804" #> #> $`mucopolysaccharidosis IV`$`_id` #> [1] "DOID_12804<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis IV`$privateGeneCount #> [1] 0 #> #> $`mucopolysaccharidosis IV`$publicGeneCount #> [1] 3 #> #> $`mucopolysaccharidosis IV`$urlId #> [1] "DOID_12804" #> #> $`mucopolysaccharidosis IV`$dbPhenotype #> [1] TRUE #> #> $`mucopolysaccharidosis IV`$`_parent` #> [1] "DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis IV`$`_is_leaf` #> [1] TRUE #> #> $`mucopolysaccharidosis IV`$children #> list() #> #> $`mucopolysaccharidosis IV`$value #> [1] "mucopolysaccharidosis IV" #> #> #> $`mucopolysaccharidosis IX` #> $`mucopolysaccharidosis IX`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050809" #> #> $`mucopolysaccharidosis IX`$`_id` #> [1] "DOID_0050809<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis IX`$privateGeneCount #> [1] 0 #> #> $`mucopolysaccharidosis IX`$publicGeneCount #> [1] 1 #> #> $`mucopolysaccharidosis IX`$urlId #> [1] "DOID_0050809" #> #> $`mucopolysaccharidosis IX`$dbPhenotype #> [1] TRUE #> #> $`mucopolysaccharidosis IX`$`_parent` #> [1] "DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis IX`$`_is_leaf` #> [1] TRUE #> #> $`mucopolysaccharidosis IX`$children #> list() #> #> $`mucopolysaccharidosis IX`$value #> [1] "mucopolysaccharidosis IX" #> #> #> $`mucopolysaccharidosis VI` #> $`mucopolysaccharidosis VI`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12800" #> #> $`mucopolysaccharidosis VI`$`_id` #> [1] "DOID_12800<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis VI`$privateGeneCount #> [1] 0 #> #> $`mucopolysaccharidosis VI`$publicGeneCount #> [1] 1 #> #> $`mucopolysaccharidosis VI`$urlId #> [1] "DOID_12800" #> #> $`mucopolysaccharidosis VI`$dbPhenotype #> [1] TRUE #> #> $`mucopolysaccharidosis VI`$`_parent` #> [1] "DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis VI`$`_is_leaf` #> [1] TRUE #> #> $`mucopolysaccharidosis VI`$children #> list() #> #> $`mucopolysaccharidosis VI`$value #> [1] "mucopolysaccharidosis VI" #> #> #> $mucosulfatidosis #> $mucosulfatidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050441" #> #> $mucosulfatidosis$`_id` #> [1] "DOID_0050441<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $mucosulfatidosis$privateGeneCount #> [1] 0 #> #> $mucosulfatidosis$publicGeneCount #> [1] 1 #> #> $mucosulfatidosis$urlId #> [1] "DOID_0050441" #> #> $mucosulfatidosis$dbPhenotype #> [1] TRUE #> #> $mucosulfatidosis$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $mucosulfatidosis$`_is_leaf` #> [1] TRUE #> #> $mucosulfatidosis$children #> list() #> #> $mucosulfatidosis$value #> [1] "mucosulfatidosis" #> #> #> $mucosulfatidosis #> $mucosulfatidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050441" #> #> $mucosulfatidosis$`_id` #> [1] "DOID_0050441<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucosulfatidosis$privateGeneCount #> [1] 0 #> #> $mucosulfatidosis$publicGeneCount #> [1] 1 #> #> $mucosulfatidosis$urlId #> [1] "DOID_0050441" #> #> $mucosulfatidosis$dbPhenotype #> [1] TRUE #> #> $mucosulfatidosis$`_parent` #> [1] "DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucosulfatidosis$`_is_leaf` #> [1] TRUE #> #> $mucosulfatidosis$children #> list() #> #> $mucosulfatidosis$value #> [1] "mucosulfatidosis" #> #> #> $`Muir-Torre syndrome` #> $`Muir-Torre syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050465" #> #> $`Muir-Torre syndrome`$`_id` #> [1] "DOID_0050465<DOID_3883<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Muir-Torre syndrome`$privateGeneCount #> [1] 0 #> #> $`Muir-Torre syndrome`$publicGeneCount #> [1] 2 #> #> $`Muir-Torre syndrome`$urlId #> [1] "DOID_0050465" #> #> $`Muir-Torre syndrome`$dbPhenotype #> [1] TRUE #> #> $`Muir-Torre syndrome`$`_parent` #> [1] "DOID_3883<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Muir-Torre syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Muir-Torre syndrome`$children #> list() #> #> $`Muir-Torre syndrome`$value #> [1] "Muir-Torre syndrome" #> #> #> $`Muir-Torre syndrome` #> $`Muir-Torre syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050465" #> #> $`Muir-Torre syndrome`$`_id` #> [1] "DOID_0050465<DOID_3883<DOID_225<DOID_4" #> #> $`Muir-Torre syndrome`$privateGeneCount #> [1] 0 #> #> $`Muir-Torre syndrome`$publicGeneCount #> [1] 2 #> #> $`Muir-Torre syndrome`$urlId #> [1] "DOID_0050465" #> #> $`Muir-Torre syndrome`$dbPhenotype #> [1] TRUE #> #> $`Muir-Torre syndrome`$`_parent` #> [1] "DOID_3883<DOID_225<DOID_4" #> #> $`Muir-Torre syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Muir-Torre syndrome`$children #> list() #> #> $`Muir-Torre syndrome`$value #> [1] "Muir-Torre syndrome" #> #> #> $`mulibrey nanism` #> $`mulibrey nanism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050436" #> #> $`mulibrey nanism`$`_id` #> [1] "DOID_0050436<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`mulibrey nanism`$privateGeneCount #> [1] 0 #> #> $`mulibrey nanism`$publicGeneCount #> [1] 1 #> #> $`mulibrey nanism`$urlId #> [1] "DOID_0050436" #> #> $`mulibrey nanism`$dbPhenotype #> [1] TRUE #> #> $`mulibrey nanism`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`mulibrey nanism`$`_is_leaf` #> [1] TRUE #> #> $`mulibrey nanism`$children #> list() #> #> $`mulibrey nanism`$value #> [1] "mulibrey nanism" #> #> #> $`mulibrey nanism` #> $`mulibrey nanism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050436" #> #> $`mulibrey nanism`$`_id` #> [1] "DOID_0050436<DOID_225<DOID_4" #> #> $`mulibrey nanism`$privateGeneCount #> [1] 0 #> #> $`mulibrey nanism`$publicGeneCount #> [1] 1 #> #> $`mulibrey nanism`$urlId #> [1] "DOID_0050436" #> #> $`mulibrey nanism`$dbPhenotype #> [1] TRUE #> #> $`mulibrey nanism`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`mulibrey nanism`$`_is_leaf` #> [1] TRUE #> #> $`mulibrey nanism`$children #> list() #> #> $`mulibrey nanism`$value #> [1] "mulibrey nanism" #> #> #> $`Multicystic kidney dysplasia` #> $`Multicystic kidney dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000003" #> #> $`Multicystic kidney dysplasia`$`_id` #> [1] "HP_0000003<HP_0000107<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Multicystic kidney dysplasia`$privateGeneCount #> [1] 0 #> #> $`Multicystic kidney dysplasia`$publicGeneCount #> [1] 1 #> #> $`Multicystic kidney dysplasia`$urlId #> [1] "HP_0000003" #> #> $`Multicystic kidney dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Multicystic kidney dysplasia`$`_parent` #> [1] "HP_0000107<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Multicystic kidney dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Multicystic kidney dysplasia`$children #> list() #> #> $`Multicystic kidney dysplasia`$value #> [1] "Multicystic kidney dysplasia" #> #> #> $`multidrug-resistant tuberculosis` #> $`multidrug-resistant tuberculosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_401" #> #> $`multidrug-resistant tuberculosis`$`_id` #> [1] "DOID_401<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`multidrug-resistant tuberculosis`$privateGeneCount #> [1] 0 #> #> $`multidrug-resistant tuberculosis`$publicGeneCount #> [1] 2 #> #> $`multidrug-resistant tuberculosis`$urlId #> [1] "DOID_401" #> #> $`multidrug-resistant tuberculosis`$dbPhenotype #> [1] TRUE #> #> $`multidrug-resistant tuberculosis`$`_parent` #> [1] "DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`multidrug-resistant tuberculosis`$`_is_leaf` #> [1] TRUE #> #> $`multidrug-resistant tuberculosis`$children #> list() #> #> $`multidrug-resistant tuberculosis`$value #> [1] "multidrug-resistant tuberculosis" #> #> #> $`multinodular goiter` #> $`multinodular goiter`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050489" #> #> $`multinodular goiter`$`_id` #> [1] "DOID_0050489<DOID_12176<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`multinodular goiter`$privateGeneCount #> [1] 0 #> #> $`multinodular goiter`$publicGeneCount #> [1] 1 #> #> $`multinodular goiter`$urlId #> [1] "DOID_0050489" #> #> $`multinodular goiter`$dbPhenotype #> [1] TRUE #> #> $`multinodular goiter`$`_parent` #> [1] "DOID_12176<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`multinodular goiter`$`_is_leaf` #> [1] TRUE #> #> $`multinodular goiter`$children #> list() #> #> $`multinodular goiter`$value #> [1] "multinodular goiter" #> #> #> $`multiple acyl-CoA dehydrogenase deficiency` #> $`multiple acyl-CoA dehydrogenase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060358" #> #> $`multiple acyl-CoA dehydrogenase deficiency`$`_id` #> [1] "DOID_0060358<DOID_630<DOID_4" #> #> $`multiple acyl-CoA dehydrogenase deficiency`$privateGeneCount #> [1] 0 #> #> $`multiple acyl-CoA dehydrogenase deficiency`$publicGeneCount #> [1] 3 #> #> $`multiple acyl-CoA dehydrogenase deficiency`$urlId #> [1] "DOID_0060358" #> #> $`multiple acyl-CoA dehydrogenase deficiency`$dbPhenotype #> [1] TRUE #> #> $`multiple acyl-CoA dehydrogenase deficiency`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`multiple acyl-CoA dehydrogenase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`multiple acyl-CoA dehydrogenase deficiency`$children #> list() #> #> $`multiple acyl-CoA dehydrogenase deficiency`$value #> [1] "multiple acyl-CoA dehydrogenase deficiency" #> #> #> $`multiple acyl-CoA dehydrogenase deficiency` #> $`multiple acyl-CoA dehydrogenase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060358" #> #> $`multiple acyl-CoA dehydrogenase deficiency`$`_id` #> [1] "DOID_0060358<DOID_655<DOID_0014667<DOID_4" #> #> $`multiple acyl-CoA dehydrogenase deficiency`$privateGeneCount #> [1] 0 #> #> $`multiple acyl-CoA dehydrogenase deficiency`$publicGeneCount #> [1] 3 #> #> $`multiple acyl-CoA dehydrogenase deficiency`$urlId #> [1] "DOID_0060358" #> #> $`multiple acyl-CoA dehydrogenase deficiency`$dbPhenotype #> [1] TRUE #> #> $`multiple acyl-CoA dehydrogenase deficiency`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`multiple acyl-CoA dehydrogenase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`multiple acyl-CoA dehydrogenase deficiency`$children #> list() #> #> $`multiple acyl-CoA dehydrogenase deficiency`$value #> [1] "multiple acyl-CoA dehydrogenase deficiency" #> #> #> $`multiple carboxylase deficiency` #> $`multiple carboxylase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_857" #> #> $`multiple carboxylase deficiency`$`_id` #> [1] "DOID_857<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`multiple carboxylase deficiency`$privateGeneCount #> [1] 0 #> #> $`multiple carboxylase deficiency`$publicGeneCount #> [1] 2 #> #> $`multiple carboxylase deficiency`$urlId #> [1] "DOID_857" #> #> $`multiple carboxylase deficiency`$dbPhenotype #> [1] FALSE #> #> $`multiple carboxylase deficiency`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`multiple carboxylase deficiency`$`_is_leaf` #> [1] FALSE #> #> $`multiple carboxylase deficiency`$children #> $`multiple carboxylase deficiency`$children[[1]] #> [1] "DOID_856<DOID_857<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`multiple carboxylase deficiency`$children[[2]] #> [1] "DOID_859<DOID_857<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> #> $`multiple carboxylase deficiency`$value #> [1] "multiple carboxylase deficiency" #> #> #> $`multiple carboxylase deficiency` #> $`multiple carboxylase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_857" #> #> $`multiple carboxylase deficiency`$`_id` #> [1] "DOID_857<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`multiple carboxylase deficiency`$privateGeneCount #> [1] 0 #> #> $`multiple carboxylase deficiency`$publicGeneCount #> [1] 2 #> #> $`multiple carboxylase deficiency`$urlId #> [1] "DOID_857" #> #> $`multiple carboxylase deficiency`$dbPhenotype #> [1] FALSE #> #> $`multiple carboxylase deficiency`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`multiple carboxylase deficiency`$`_is_leaf` #> [1] FALSE #> #> $`multiple carboxylase deficiency`$children #> $`multiple carboxylase deficiency`$children[[1]] #> [1] "DOID_856<DOID_857<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`multiple carboxylase deficiency`$children[[2]] #> [1] "DOID_859<DOID_857<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $`multiple carboxylase deficiency`$value #> [1] "multiple carboxylase deficiency" #> #> #> $`multiple chemical sensitivity` #> $`multiple chemical sensitivity`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4661" #> #> $`multiple chemical sensitivity`$`_id` #> [1] "DOID_4661<DOID_225<DOID_4" #> #> $`multiple chemical sensitivity`$privateGeneCount #> [1] 0 #> #> $`multiple chemical sensitivity`$publicGeneCount #> [1] 1 #> #> $`multiple chemical sensitivity`$urlId #> [1] "DOID_4661" #> #> $`multiple chemical sensitivity`$dbPhenotype #> [1] TRUE #> #> $`multiple chemical sensitivity`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`multiple chemical sensitivity`$`_is_leaf` #> [1] TRUE #> #> $`multiple chemical sensitivity`$children #> list() #> #> $`multiple chemical sensitivity`$value #> [1] "multiple chemical sensitivity" #> #> #> $`multiple cutaneous and mucosal venous malformations` #> $`multiple cutaneous and mucosal venous malformations`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050792" #> #> $`multiple cutaneous and mucosal venous malformations`$`_id` #> [1] "DOID_0050792<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple cutaneous and mucosal venous malformations`$privateGeneCount #> [1] 0 #> #> $`multiple cutaneous and mucosal venous malformations`$publicGeneCount #> [1] 1 #> #> $`multiple cutaneous and mucosal venous malformations`$urlId #> [1] "DOID_0050792" #> #> $`multiple cutaneous and mucosal venous malformations`$dbPhenotype #> [1] TRUE #> #> $`multiple cutaneous and mucosal venous malformations`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple cutaneous and mucosal venous malformations`$`_is_leaf` #> [1] TRUE #> #> $`multiple cutaneous and mucosal venous malformations`$children #> list() #> #> $`multiple cutaneous and mucosal venous malformations`$value #> [1] "multiple cutaneous and mucosal venous malformations" #> #> #> $`multiple cutaneous and mucosal venous malformations` #> $`multiple cutaneous and mucosal venous malformations`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050792" #> #> $`multiple cutaneous and mucosal venous malformations`$`_id` #> [1] "DOID_0050792<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`multiple cutaneous and mucosal venous malformations`$privateGeneCount #> [1] 0 #> #> $`multiple cutaneous and mucosal venous malformations`$publicGeneCount #> [1] 1 #> #> $`multiple cutaneous and mucosal venous malformations`$urlId #> [1] "DOID_0050792" #> #> $`multiple cutaneous and mucosal venous malformations`$dbPhenotype #> [1] TRUE #> #> $`multiple cutaneous and mucosal venous malformations`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`multiple cutaneous and mucosal venous malformations`$`_is_leaf` #> [1] TRUE #> #> $`multiple cutaneous and mucosal venous malformations`$children #> list() #> #> $`multiple cutaneous and mucosal venous malformations`$value #> [1] "multiple cutaneous and mucosal venous malformations" #> #> #> $`multiple cutaneous and mucosal venous malformations` #> $`multiple cutaneous and mucosal venous malformations`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050792" #> #> $`multiple cutaneous and mucosal venous malformations`$`_id` #> [1] "DOID_0050792<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`multiple cutaneous and mucosal venous malformations`$privateGeneCount #> [1] 0 #> #> $`multiple cutaneous and mucosal venous malformations`$publicGeneCount #> [1] 1 #> #> $`multiple cutaneous and mucosal venous malformations`$urlId #> [1] "DOID_0050792" #> #> $`multiple cutaneous and mucosal venous malformations`$dbPhenotype #> [1] TRUE #> #> $`multiple cutaneous and mucosal venous malformations`$`_parent` #> [1] "DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`multiple cutaneous and mucosal venous malformations`$`_is_leaf` #> [1] TRUE #> #> $`multiple cutaneous and mucosal venous malformations`$children #> list() #> #> $`multiple cutaneous and mucosal venous malformations`$value #> [1] "multiple cutaneous and mucosal venous malformations" #> #> #> $`multiple endocrine neoplasia` #> $`multiple endocrine neoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3125" #> #> $`multiple endocrine neoplasia`$`_id` #> [1] "DOID_3125<DOID_225<DOID_4" #> #> $`multiple endocrine neoplasia`$privateGeneCount #> [1] 0 #> #> $`multiple endocrine neoplasia`$publicGeneCount #> [1] 3 #> #> $`multiple endocrine neoplasia`$urlId #> [1] "DOID_3125" #> #> $`multiple endocrine neoplasia`$dbPhenotype #> [1] FALSE #> #> $`multiple endocrine neoplasia`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`multiple endocrine neoplasia`$`_is_leaf` #> [1] FALSE #> #> $`multiple endocrine neoplasia`$children #> $`multiple endocrine neoplasia`$children[[1]] #> [1] "DOID_10017<DOID_3125<DOID_225<DOID_4" #> #> $`multiple endocrine neoplasia`$children[[2]] #> [1] "DOID_0050430<DOID_3125<DOID_225<DOID_4" #> #> $`multiple endocrine neoplasia`$children[[3]] #> [1] "DOID_10016<DOID_3125<DOID_225<DOID_4" #> #> #> $`multiple endocrine neoplasia`$value #> [1] "multiple endocrine neoplasia" #> #> #> $`multiple endocrine neoplasia type 1` #> $`multiple endocrine neoplasia type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10017" #> #> $`multiple endocrine neoplasia type 1`$`_id` #> [1] "DOID_10017<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple endocrine neoplasia type 1`$privateGeneCount #> [1] 0 #> #> $`multiple endocrine neoplasia type 1`$publicGeneCount #> [1] 2 #> #> $`multiple endocrine neoplasia type 1`$urlId #> [1] "DOID_10017" #> #> $`multiple endocrine neoplasia type 1`$dbPhenotype #> [1] TRUE #> #> $`multiple endocrine neoplasia type 1`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple endocrine neoplasia type 1`$`_is_leaf` #> [1] TRUE #> #> $`multiple endocrine neoplasia type 1`$children #> list() #> #> $`multiple endocrine neoplasia type 1`$value #> [1] "multiple endocrine neoplasia type 1" #> #> #> $`multiple endocrine neoplasia type 1` #> $`multiple endocrine neoplasia type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10017" #> #> $`multiple endocrine neoplasia type 1`$`_id` #> [1] "DOID_10017<DOID_3125<DOID_225<DOID_4" #> #> $`multiple endocrine neoplasia type 1`$privateGeneCount #> [1] 0 #> #> $`multiple endocrine neoplasia type 1`$publicGeneCount #> [1] 2 #> #> $`multiple endocrine neoplasia type 1`$urlId #> [1] "DOID_10017" #> #> $`multiple endocrine neoplasia type 1`$dbPhenotype #> [1] TRUE #> #> $`multiple endocrine neoplasia type 1`$`_parent` #> [1] "DOID_3125<DOID_225<DOID_4" #> #> $`multiple endocrine neoplasia type 1`$`_is_leaf` #> [1] TRUE #> #> $`multiple endocrine neoplasia type 1`$children #> list() #> #> $`multiple endocrine neoplasia type 1`$value #> [1] "multiple endocrine neoplasia type 1" #> #> #> $`multiple endocrine neoplasia type 2A` #> $`multiple endocrine neoplasia type 2A`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050430" #> #> $`multiple endocrine neoplasia type 2A`$`_id` #> [1] "DOID_0050430<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple endocrine neoplasia type 2A`$privateGeneCount #> [1] 0 #> #> $`multiple endocrine neoplasia type 2A`$publicGeneCount #> [1] 1 #> #> $`multiple endocrine neoplasia type 2A`$urlId #> [1] "DOID_0050430" #> #> $`multiple endocrine neoplasia type 2A`$dbPhenotype #> [1] TRUE #> #> $`multiple endocrine neoplasia type 2A`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple endocrine neoplasia type 2A`$`_is_leaf` #> [1] TRUE #> #> $`multiple endocrine neoplasia type 2A`$children #> list() #> #> $`multiple endocrine neoplasia type 2A`$value #> [1] "multiple endocrine neoplasia type 2A" #> #> #> $`multiple endocrine neoplasia type 2A` #> $`multiple endocrine neoplasia type 2A`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050430" #> #> $`multiple endocrine neoplasia type 2A`$`_id` #> [1] "DOID_0050430<DOID_3125<DOID_225<DOID_4" #> #> $`multiple endocrine neoplasia type 2A`$privateGeneCount #> [1] 0 #> #> $`multiple endocrine neoplasia type 2A`$publicGeneCount #> [1] 1 #> #> $`multiple endocrine neoplasia type 2A`$urlId #> [1] "DOID_0050430" #> #> $`multiple endocrine neoplasia type 2A`$dbPhenotype #> [1] TRUE #> #> $`multiple endocrine neoplasia type 2A`$`_parent` #> [1] "DOID_3125<DOID_225<DOID_4" #> #> $`multiple endocrine neoplasia type 2A`$`_is_leaf` #> [1] TRUE #> #> $`multiple endocrine neoplasia type 2A`$children #> list() #> #> $`multiple endocrine neoplasia type 2A`$value #> [1] "multiple endocrine neoplasia type 2A" #> #> #> $`multiple endocrine neoplasia type 2B` #> $`multiple endocrine neoplasia type 2B`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10016" #> #> $`multiple endocrine neoplasia type 2B`$`_id` #> [1] "DOID_10016<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple endocrine neoplasia type 2B`$privateGeneCount #> [1] 0 #> #> $`multiple endocrine neoplasia type 2B`$publicGeneCount #> [1] 1 #> #> $`multiple endocrine neoplasia type 2B`$urlId #> [1] "DOID_10016" #> #> $`multiple endocrine neoplasia type 2B`$dbPhenotype #> [1] TRUE #> #> $`multiple endocrine neoplasia type 2B`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple endocrine neoplasia type 2B`$`_is_leaf` #> [1] TRUE #> #> $`multiple endocrine neoplasia type 2B`$children #> list() #> #> $`multiple endocrine neoplasia type 2B`$value #> [1] "multiple endocrine neoplasia type 2B" #> #> #> $`multiple endocrine neoplasia type 2B` #> $`multiple endocrine neoplasia type 2B`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10016" #> #> $`multiple endocrine neoplasia type 2B`$`_id` #> [1] "DOID_10016<DOID_3125<DOID_225<DOID_4" #> #> $`multiple endocrine neoplasia type 2B`$privateGeneCount #> [1] 0 #> #> $`multiple endocrine neoplasia type 2B`$publicGeneCount #> [1] 1 #> #> $`multiple endocrine neoplasia type 2B`$urlId #> [1] "DOID_10016" #> #> $`multiple endocrine neoplasia type 2B`$dbPhenotype #> [1] TRUE #> #> $`multiple endocrine neoplasia type 2B`$`_parent` #> [1] "DOID_3125<DOID_225<DOID_4" #> #> $`multiple endocrine neoplasia type 2B`$`_is_leaf` #> [1] TRUE #> #> $`multiple endocrine neoplasia type 2B`$children #> list() #> #> $`multiple endocrine neoplasia type 2B`$value #> [1] "multiple endocrine neoplasia type 2B" #> #> #> $`multiple epiphyseal dysplasia` #> $`multiple epiphyseal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12721" #> #> $`multiple epiphyseal dysplasia`$`_id` #> [1] "DOID_12721<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`multiple epiphyseal dysplasia`$privateGeneCount #> [1] 0 #> #> $`multiple epiphyseal dysplasia`$publicGeneCount #> [1] 37 #> #> $`multiple epiphyseal dysplasia`$urlId #> [1] "DOID_12721" #> #> $`multiple epiphyseal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`multiple epiphyseal dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`multiple epiphyseal dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`multiple epiphyseal dysplasia`$children #> list() #> #> $`multiple epiphyseal dysplasia`$value #> [1] "multiple epiphyseal dysplasia" #> #> #> $`multiple intestinal atresia` #> $`multiple intestinal atresia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14671" #> #> $`multiple intestinal atresia`$`_id` #> [1] "DOID_14671<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple intestinal atresia`$privateGeneCount #> [1] 0 #> #> $`multiple intestinal atresia`$publicGeneCount #> [1] 1 #> #> $`multiple intestinal atresia`$urlId #> [1] "DOID_14671" #> #> $`multiple intestinal atresia`$dbPhenotype #> [1] TRUE #> #> $`multiple intestinal atresia`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple intestinal atresia`$`_is_leaf` #> [1] TRUE #> #> $`multiple intestinal atresia`$children #> list() #> #> $`multiple intestinal atresia`$value #> [1] "multiple intestinal atresia" #> #> #> $`multiple intestinal atresia` #> $`multiple intestinal atresia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14671" #> #> $`multiple intestinal atresia`$`_id` #> [1] "DOID_14671<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`multiple intestinal atresia`$privateGeneCount #> [1] 0 #> #> $`multiple intestinal atresia`$publicGeneCount #> [1] 1 #> #> $`multiple intestinal atresia`$urlId #> [1] "DOID_14671" #> #> $`multiple intestinal atresia`$dbPhenotype #> [1] TRUE #> #> $`multiple intestinal atresia`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`multiple intestinal atresia`$`_is_leaf` #> [1] TRUE #> #> $`multiple intestinal atresia`$children #> list() #> #> $`multiple intestinal atresia`$value #> [1] "multiple intestinal atresia" #> #> #> $`multiple myeloma` #> $`multiple myeloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9538" #> #> $`multiple myeloma`$`_id` #> [1] "DOID_9538<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`multiple myeloma`$privateGeneCount #> [1] 0 #> #> $`multiple myeloma`$publicGeneCount #> [1] 47 #> #> $`multiple myeloma`$urlId #> [1] "DOID_9538" #> #> $`multiple myeloma`$dbPhenotype #> [1] TRUE #> #> $`multiple myeloma`$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`multiple myeloma`$`_is_leaf` #> [1] TRUE #> #> $`multiple myeloma`$children #> list() #> #> $`multiple myeloma`$value #> [1] "multiple myeloma" #> #> #> $`multiple myeloma` #> $`multiple myeloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9538" #> #> $`multiple myeloma`$`_id` #> [1] "DOID_9538<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`multiple myeloma`$privateGeneCount #> [1] 0 #> #> $`multiple myeloma`$publicGeneCount #> [1] 47 #> #> $`multiple myeloma`$urlId #> [1] "DOID_9538" #> #> $`multiple myeloma`$dbPhenotype #> [1] TRUE #> #> $`multiple myeloma`$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`multiple myeloma`$`_is_leaf` #> [1] TRUE #> #> $`multiple myeloma`$children #> list() #> #> $`multiple myeloma`$value #> [1] "multiple myeloma" #> #> #> $`multiple myeloma` #> $`multiple myeloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9538" #> #> $`multiple myeloma`$`_id` #> [1] "DOID_9538<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`multiple myeloma`$privateGeneCount #> [1] 0 #> #> $`multiple myeloma`$publicGeneCount #> [1] 47 #> #> $`multiple myeloma`$urlId #> [1] "DOID_9538" #> #> $`multiple myeloma`$dbPhenotype #> [1] TRUE #> #> $`multiple myeloma`$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`multiple myeloma`$`_is_leaf` #> [1] TRUE #> #> $`multiple myeloma`$children #> list() #> #> $`multiple myeloma`$value #> [1] "multiple myeloma" #> #> #> $`multiple myeloma` #> $`multiple myeloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9538" #> #> $`multiple myeloma`$`_id` #> [1] "DOID_9538<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`multiple myeloma`$privateGeneCount #> [1] 0 #> #> $`multiple myeloma`$publicGeneCount #> [1] 47 #> #> $`multiple myeloma`$urlId #> [1] "DOID_9538" #> #> $`multiple myeloma`$dbPhenotype #> [1] TRUE #> #> $`multiple myeloma`$`_parent` #> [1] "DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`multiple myeloma`$`_is_leaf` #> [1] TRUE #> #> $`multiple myeloma`$children #> list() #> #> $`multiple myeloma`$value #> [1] "multiple myeloma" #> #> #> $`multiple pterygium syndrome` #> $`multiple pterygium syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080110" #> #> $`multiple pterygium syndrome`$`_id` #> [1] "DOID_0080110<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple pterygium syndrome`$privateGeneCount #> [1] 0 #> #> $`multiple pterygium syndrome`$publicGeneCount #> [1] 4 #> #> $`multiple pterygium syndrome`$urlId #> [1] "DOID_0080110" #> #> $`multiple pterygium syndrome`$dbPhenotype #> [1] TRUE #> #> $`multiple pterygium syndrome`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`multiple pterygium syndrome`$`_is_leaf` #> [1] TRUE #> #> $`multiple pterygium syndrome`$children #> list() #> #> $`multiple pterygium syndrome`$value #> [1] "multiple pterygium syndrome" #> #> #> $`multiple pterygium syndrome` #> $`multiple pterygium syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080110" #> #> $`multiple pterygium syndrome`$`_id` #> [1] "DOID_0080110<DOID_225<DOID_4" #> #> $`multiple pterygium syndrome`$privateGeneCount #> [1] 0 #> #> $`multiple pterygium syndrome`$publicGeneCount #> [1] 4 #> #> $`multiple pterygium syndrome`$urlId #> [1] "DOID_0080110" #> #> $`multiple pterygium syndrome`$dbPhenotype #> [1] TRUE #> #> $`multiple pterygium syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`multiple pterygium syndrome`$`_is_leaf` #> [1] TRUE #> #> $`multiple pterygium syndrome`$children #> list() #> #> $`multiple pterygium syndrome`$value #> [1] "multiple pterygium syndrome" #> #> #> $`multiple sclerosis` #> $`multiple sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2377" #> #> $`multiple sclerosis`$`_id` #> [1] "DOID_2377<DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`multiple sclerosis`$privateGeneCount #> [1] 0 #> #> $`multiple sclerosis`$publicGeneCount #> [1] 217 #> #> $`multiple sclerosis`$urlId #> [1] "DOID_2377" #> #> $`multiple sclerosis`$dbPhenotype #> [1] TRUE #> #> $`multiple sclerosis`$`_parent` #> [1] "DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`multiple sclerosis`$`_is_leaf` #> [1] FALSE #> #> $`multiple sclerosis`$children #> $`multiple sclerosis`$children[[1]] #> [1] "DOID_2378<DOID_2377<DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`multiple sclerosis`$value #> [1] "multiple sclerosis" #> #> #> $`multiple sclerosis` #> $`multiple sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2377" #> #> $`multiple sclerosis`$`_id` #> [1] "DOID_2377<DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`multiple sclerosis`$privateGeneCount #> [1] 0 #> #> $`multiple sclerosis`$publicGeneCount #> [1] 217 #> #> $`multiple sclerosis`$urlId #> [1] "DOID_2377" #> #> $`multiple sclerosis`$dbPhenotype #> [1] TRUE #> #> $`multiple sclerosis`$`_parent` #> [1] "DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`multiple sclerosis`$`_is_leaf` #> [1] FALSE #> #> $`multiple sclerosis`$children #> $`multiple sclerosis`$children[[1]] #> [1] "DOID_2378<DOID_2377<DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> #> $`multiple sclerosis`$value #> [1] "multiple sclerosis" #> #> #> $`multiple sclerosis` #> $`multiple sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2377" #> #> $`multiple sclerosis`$`_id` #> [1] "DOID_2377<DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`multiple sclerosis`$privateGeneCount #> [1] 0 #> #> $`multiple sclerosis`$publicGeneCount #> [1] 217 #> #> $`multiple sclerosis`$urlId #> [1] "DOID_2377" #> #> $`multiple sclerosis`$dbPhenotype #> [1] TRUE #> #> $`multiple sclerosis`$`_parent` #> [1] "DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`multiple sclerosis`$`_is_leaf` #> [1] FALSE #> #> $`multiple sclerosis`$children #> $`multiple sclerosis`$children[[1]] #> [1] "DOID_2378<DOID_2377<DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`multiple sclerosis`$value #> [1] "multiple sclerosis" #> #> #> $`multiple synostoses syndrome` #> $`multiple synostoses syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050794" #> #> $`multiple synostoses syndrome`$`_id` #> [1] "DOID_0050794<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`multiple synostoses syndrome`$privateGeneCount #> [1] 0 #> #> $`multiple synostoses syndrome`$publicGeneCount #> [1] 3 #> #> $`multiple synostoses syndrome`$urlId #> [1] "DOID_0050794" #> #> $`multiple synostoses syndrome`$dbPhenotype #> [1] TRUE #> #> $`multiple synostoses syndrome`$`_parent` #> [1] "DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`multiple synostoses syndrome`$`_is_leaf` #> [1] TRUE #> #> $`multiple synostoses syndrome`$children #> list() #> #> $`multiple synostoses syndrome`$value #> [1] "multiple synostoses syndrome" #> #> #> $`multiple system atrophy` #> $`multiple system atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4752" #> #> $`multiple system atrophy`$`_id` #> [1] "DOID_4752<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`multiple system atrophy`$privateGeneCount #> [1] 0 #> #> $`multiple system atrophy`$publicGeneCount #> [1] 9 #> #> $`multiple system atrophy`$urlId #> [1] "DOID_4752" #> #> $`multiple system atrophy`$dbPhenotype #> [1] TRUE #> #> $`multiple system atrophy`$`_parent` #> [1] "DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`multiple system atrophy`$`_is_leaf` #> [1] FALSE #> #> $`multiple system atrophy`$children #> $`multiple system atrophy`$children[[1]] #> [1] "DOID_4751<DOID_4752<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`multiple system atrophy`$value #> [1] "multiple system atrophy" #> #> #> $`muscle benign neoplasm` #> $`muscle benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_461" #> #> $`muscle benign neoplasm`$`_id` #> [1] "DOID_461<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`muscle benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`muscle benign neoplasm`$publicGeneCount #> [1] 7 #> #> $`muscle benign neoplasm`$urlId #> [1] "DOID_461" #> #> $`muscle benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`muscle benign neoplasm`$`_parent` #> [1] "DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`muscle benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`muscle benign neoplasm`$children #> $`muscle benign neoplasm`$children[[1]] #> [1] "DOID_468<DOID_461<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`muscle benign neoplasm`$children[[2]] #> [1] "DOID_4310<DOID_461<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`muscle benign neoplasm`$value #> [1] "muscle benign neoplasm" #> #> #> $`muscle benign neoplasm` #> $`muscle benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_461" #> #> $`muscle benign neoplasm`$`_id` #> [1] "DOID_461<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`muscle benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`muscle benign neoplasm`$publicGeneCount #> [1] 7 #> #> $`muscle benign neoplasm`$urlId #> [1] "DOID_461" #> #> $`muscle benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`muscle benign neoplasm`$`_parent` #> [1] "DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`muscle benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`muscle benign neoplasm`$children #> $`muscle benign neoplasm`$children[[1]] #> [1] "DOID_468<DOID_461<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`muscle benign neoplasm`$children[[2]] #> [1] "DOID_4310<DOID_461<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> #> $`muscle benign neoplasm`$value #> [1] "muscle benign neoplasm" #> #> #> $`muscle benign neoplasm` #> $`muscle benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_461" #> #> $`muscle benign neoplasm`$`_id` #> [1] "DOID_461<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`muscle benign neoplasm`$publicGeneCount #> [1] 7 #> #> $`muscle benign neoplasm`$urlId #> [1] "DOID_461" #> #> $`muscle benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`muscle benign neoplasm`$`_parent` #> [1] "DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`muscle benign neoplasm`$children #> $`muscle benign neoplasm`$children[[1]] #> [1] "DOID_468<DOID_461<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle benign neoplasm`$children[[2]] #> [1] "DOID_4310<DOID_461<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`muscle benign neoplasm`$value #> [1] "muscle benign neoplasm" #> #> #> $`muscle cancer` #> $`muscle cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4045" #> #> $`muscle cancer`$`_id` #> [1] "DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`muscle cancer`$privateGeneCount #> [1] 0 #> #> $`muscle cancer`$publicGeneCount #> [1] 26 #> #> $`muscle cancer`$urlId #> [1] "DOID_4045" #> #> $`muscle cancer`$dbPhenotype #> [1] FALSE #> #> $`muscle cancer`$`_parent` #> [1] "DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`muscle cancer`$`_is_leaf` #> [1] FALSE #> #> $`muscle cancer`$children #> $`muscle cancer`$children[[1]] #> [1] "DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`muscle cancer`$children[[2]] #> [1] "DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`muscle cancer`$value #> [1] "muscle cancer" #> #> #> $`muscle cancer` #> $`muscle cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4045" #> #> $`muscle cancer`$`_id` #> [1] "DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`muscle cancer`$privateGeneCount #> [1] 0 #> #> $`muscle cancer`$publicGeneCount #> [1] 26 #> #> $`muscle cancer`$urlId #> [1] "DOID_4045" #> #> $`muscle cancer`$dbPhenotype #> [1] FALSE #> #> $`muscle cancer`$`_parent` #> [1] "DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`muscle cancer`$`_is_leaf` #> [1] FALSE #> #> $`muscle cancer`$children #> $`muscle cancer`$children[[1]] #> [1] "DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`muscle cancer`$children[[2]] #> [1] "DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`muscle cancer`$value #> [1] "muscle cancer" #> #> #> $`muscle cancer` #> $`muscle cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4045" #> #> $`muscle cancer`$`_id` #> [1] "DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle cancer`$privateGeneCount #> [1] 0 #> #> $`muscle cancer`$publicGeneCount #> [1] 26 #> #> $`muscle cancer`$urlId #> [1] "DOID_4045" #> #> $`muscle cancer`$dbPhenotype #> [1] FALSE #> #> $`muscle cancer`$`_parent` #> [1] "DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle cancer`$`_is_leaf` #> [1] FALSE #> #> $`muscle cancer`$children #> $`muscle cancer`$children[[1]] #> [1] "DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle cancer`$children[[2]] #> [1] "DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`muscle cancer`$value #> [1] "muscle cancer" #> #> #> $`muscle phenotype` #> $`muscle phenotype`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0005369" #> #> $`muscle phenotype`$`_id` #> [1] "MP_0005369<MP_0000001" #> #> $`muscle phenotype`$privateGeneCount #> [1] 0 #> #> $`muscle phenotype`$publicGeneCount #> [1] 5 #> #> $`muscle phenotype`$urlId #> [1] "MP_0005369" #> #> $`muscle phenotype`$dbPhenotype #> [1] FALSE #> #> $`muscle phenotype`$`_parent` #> [1] "MP_0000001" #> #> $`muscle phenotype`$`_is_leaf` #> [1] FALSE #> #> $`muscle phenotype`$children #> $`muscle phenotype`$children[[1]] #> [1] "MP_0002106<MP_0005369<MP_0000001" #> #> #> $`muscle phenotype`$value #> [1] "muscle phenotype" #> #> #> $`muscle tissue disease` #> $`muscle tissue disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_66" #> #> $`muscle tissue disease`$`_id` #> [1] "DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle tissue disease`$privateGeneCount #> [1] 0 #> #> $`muscle tissue disease`$publicGeneCount #> [1] 238 #> #> $`muscle tissue disease`$urlId #> [1] "DOID_66" #> #> $`muscle tissue disease`$dbPhenotype #> [1] FALSE #> #> $`muscle tissue disease`$`_parent` #> [1] "DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle tissue disease`$`_is_leaf` #> [1] FALSE #> #> $`muscle tissue disease`$children #> $`muscle tissue disease`$children[[1]] #> [1] "DOID_0050646<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle tissue disease`$children[[2]] #> [1] "DOID_8545<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle tissue disease`$children[[3]] #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle tissue disease`$children[[4]] #> [1] "DOID_2106<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle tissue disease`$children[[5]] #> [1] "DOID_0060255<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`muscle tissue disease`$value #> [1] "muscle tissue disease" #> #> #> $`Muscle weakness` #> $`Muscle weakness`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001324" #> #> $`Muscle weakness`$`_id` #> [1] "HP_0001324<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Muscle weakness`$privateGeneCount #> [1] 0 #> #> $`Muscle weakness`$publicGeneCount #> [1] 93 #> #> $`Muscle weakness`$urlId #> [1] "HP_0001324" #> #> $`Muscle weakness`$dbPhenotype #> [1] TRUE #> #> $`Muscle weakness`$`_parent` #> [1] "HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Muscle weakness`$`_is_leaf` #> [1] TRUE #> #> $`Muscle weakness`$children #> list() #> #> $`Muscle weakness`$value #> [1] "Muscle weakness" #> #> #> $`muscular atrophy` #> $`muscular atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_767" #> #> $`muscular atrophy`$`_id` #> [1] "DOID_767<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular atrophy`$privateGeneCount #> [1] 0 #> #> $`muscular atrophy`$publicGeneCount #> [1] 18 #> #> $`muscular atrophy`$urlId #> [1] "DOID_767" #> #> $`muscular atrophy`$dbPhenotype #> [1] TRUE #> #> $`muscular atrophy`$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular atrophy`$`_is_leaf` #> [1] TRUE #> #> $`muscular atrophy`$children #> list() #> #> $`muscular atrophy`$value #> [1] "muscular atrophy" #> #> #> $`muscular disease` #> $`muscular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080000" #> #> $`muscular disease`$`_id` #> [1] "DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular disease`$privateGeneCount #> [1] 0 #> #> $`muscular disease`$publicGeneCount #> [1] 314 #> #> $`muscular disease`$urlId #> [1] "DOID_0080000" #> #> $`muscular disease`$dbPhenotype #> [1] FALSE #> #> $`muscular disease`$`_parent` #> [1] "DOID_17<DOID_7<DOID_4" #> #> $`muscular disease`$`_is_leaf` #> [1] FALSE #> #> $`muscular disease`$children #> $`muscular disease`$children[[1]] #> [1] "DOID_0050710<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular disease`$children[[2]] #> [1] "DOID_913<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular disease`$children[[3]] #> [1] "DOID_10481<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular disease`$children[[4]] #> [1] "DOID_461<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular disease`$children[[5]] #> [1] "DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular disease`$children[[6]] #> [1] "DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular disease`$children[[7]] #> [1] "DOID_0050824<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`muscular disease`$value #> [1] "muscular disease" #> #> #> $`muscular dystrophy` #> $`muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9884" #> #> $`muscular dystrophy`$`_id` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`muscular dystrophy`$publicGeneCount #> [1] 78 #> #> $`muscular dystrophy`$urlId #> [1] "DOID_9884" #> #> $`muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`muscular dystrophy`$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`muscular dystrophy`$children #> $`muscular dystrophy`$children[[1]] #> [1] "DOID_9883<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$children[[2]] #> [1] "DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$children[[3]] #> [1] "DOID_11720<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$children[[4]] #> [1] "DOID_11723<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$children[[5]] #> [1] "DOID_11726<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$children[[6]] #> [1] "DOID_11727<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$children[[7]] #> [1] "DOID_11724<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$children[[8]] #> [1] "DOID_450<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$children[[9]] #> [1] "DOID_11719<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$children[[10]] #> [1] "DOID_0060253<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`muscular dystrophy`$value #> [1] "muscular dystrophy" #> #> #> $`muscular dystrophy-dystroglycanopathy` #> $`muscular dystrophy-dystroglycanopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050588" #> #> $`muscular dystrophy-dystroglycanopathy`$`_id` #> [1] "DOID_0050588<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy-dystroglycanopathy`$privateGeneCount #> [1] 0 #> #> $`muscular dystrophy-dystroglycanopathy`$publicGeneCount #> [1] 14 #> #> $`muscular dystrophy-dystroglycanopathy`$urlId #> [1] "DOID_0050588" #> #> $`muscular dystrophy-dystroglycanopathy`$dbPhenotype #> [1] TRUE #> #> $`muscular dystrophy-dystroglycanopathy`$`_parent` #> [1] "DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy-dystroglycanopathy`$`_is_leaf` #> [1] FALSE #> #> $`muscular dystrophy-dystroglycanopathy`$children #> $`muscular dystrophy-dystroglycanopathy`$children[[1]] #> [1] "DOID_0111229<DOID_0050588<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`muscular dystrophy-dystroglycanopathy`$value #> [1] "muscular dystrophy-dystroglycanopathy" #> #> #> $`muscular dystrophy-dystroglycanopathy` #> $`muscular dystrophy-dystroglycanopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050588" #> #> $`muscular dystrophy-dystroglycanopathy`$`_id` #> [1] "DOID_0050588<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`muscular dystrophy-dystroglycanopathy`$privateGeneCount #> [1] 0 #> #> $`muscular dystrophy-dystroglycanopathy`$publicGeneCount #> [1] 14 #> #> $`muscular dystrophy-dystroglycanopathy`$urlId #> [1] "DOID_0050588" #> #> $`muscular dystrophy-dystroglycanopathy`$dbPhenotype #> [1] TRUE #> #> $`muscular dystrophy-dystroglycanopathy`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`muscular dystrophy-dystroglycanopathy`$`_is_leaf` #> [1] FALSE #> #> $`muscular dystrophy-dystroglycanopathy`$children #> $`muscular dystrophy-dystroglycanopathy`$children[[1]] #> [1] "DOID_0111229<DOID_0050588<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`muscular dystrophy-dystroglycanopathy`$value #> [1] "muscular dystrophy-dystroglycanopathy" #> #> #> $`Muscular hypotonia` #> $`Muscular hypotonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001252" #> #> $`Muscular hypotonia`$`_id` #> [1] "HP_0001252<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Muscular hypotonia`$privateGeneCount #> [1] 0 #> #> $`Muscular hypotonia`$publicGeneCount #> [1] 9 #> #> $`Muscular hypotonia`$urlId #> [1] "HP_0001252" #> #> $`Muscular hypotonia`$dbPhenotype #> [1] TRUE #> #> $`Muscular hypotonia`$`_parent` #> [1] "HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Muscular hypotonia`$`_is_leaf` #> [1] FALSE #> #> $`Muscular hypotonia`$children #> $`Muscular hypotonia`$children[[1]] #> [1] "HP_0008936<HP_0001252<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Muscular hypotonia`$value #> [1] "Muscular hypotonia" #> #> #> $`Muscular hypotonia of the trunk` #> $`Muscular hypotonia of the trunk`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008936" #> #> $`Muscular hypotonia of the trunk`$`_id` #> [1] "HP_0008936<HP_0001252<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Muscular hypotonia of the trunk`$privateGeneCount #> [1] 0 #> #> $`Muscular hypotonia of the trunk`$publicGeneCount #> [1] 1 #> #> $`Muscular hypotonia of the trunk`$urlId #> [1] "HP_0008936" #> #> $`Muscular hypotonia of the trunk`$dbPhenotype #> [1] TRUE #> #> $`Muscular hypotonia of the trunk`$`_parent` #> [1] "HP_0001252<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Muscular hypotonia of the trunk`$`_is_leaf` #> [1] TRUE #> #> $`Muscular hypotonia of the trunk`$children #> list() #> #> $`Muscular hypotonia of the trunk`$value #> [1] "Muscular hypotonia of the trunk" #> #> #> $`musculoskeletal system benign neoplasm` #> $`musculoskeletal system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060099" #> #> $`musculoskeletal system benign neoplasm`$`_id` #> [1] "DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`musculoskeletal system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`musculoskeletal system benign neoplasm`$publicGeneCount #> [1] 17 #> #> $`musculoskeletal system benign neoplasm`$urlId #> [1] "DOID_0060099" #> #> $`musculoskeletal system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`musculoskeletal system benign neoplasm`$`_parent` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`musculoskeletal system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`musculoskeletal system benign neoplasm`$children #> $`musculoskeletal system benign neoplasm`$children[[1]] #> [1] "DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`musculoskeletal system benign neoplasm`$children[[2]] #> [1] "DOID_461<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`musculoskeletal system benign neoplasm`$value #> [1] "musculoskeletal system benign neoplasm" #> #> #> $`musculoskeletal system benign neoplasm` #> $`musculoskeletal system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060099" #> #> $`musculoskeletal system benign neoplasm`$`_id` #> [1] "DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`musculoskeletal system benign neoplasm`$publicGeneCount #> [1] 17 #> #> $`musculoskeletal system benign neoplasm`$urlId #> [1] "DOID_0060099" #> #> $`musculoskeletal system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`musculoskeletal system benign neoplasm`$`_parent` #> [1] "DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`musculoskeletal system benign neoplasm`$children #> $`musculoskeletal system benign neoplasm`$children[[1]] #> [1] "DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system benign neoplasm`$children[[2]] #> [1] "DOID_461<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> #> $`musculoskeletal system benign neoplasm`$value #> [1] "musculoskeletal system benign neoplasm" #> #> #> $`musculoskeletal system cancer` #> $`musculoskeletal system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060100" #> #> $`musculoskeletal system cancer`$`_id` #> [1] "DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`musculoskeletal system cancer`$privateGeneCount #> [1] 0 #> #> $`musculoskeletal system cancer`$publicGeneCount #> [1] 289 #> #> $`musculoskeletal system cancer`$urlId #> [1] "DOID_0060100" #> #> $`musculoskeletal system cancer`$dbPhenotype #> [1] FALSE #> #> $`musculoskeletal system cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`musculoskeletal system cancer`$`_is_leaf` #> [1] FALSE #> #> $`musculoskeletal system cancer`$children #> $`musculoskeletal system cancer`$children[[1]] #> [1] "DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`musculoskeletal system cancer`$children[[2]] #> [1] "DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`musculoskeletal system cancer`$value #> [1] "musculoskeletal system cancer" #> #> #> $`musculoskeletal system cancer` #> $`musculoskeletal system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060100" #> #> $`musculoskeletal system cancer`$`_id` #> [1] "DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system cancer`$privateGeneCount #> [1] 0 #> #> $`musculoskeletal system cancer`$publicGeneCount #> [1] 289 #> #> $`musculoskeletal system cancer`$urlId #> [1] "DOID_0060100" #> #> $`musculoskeletal system cancer`$dbPhenotype #> [1] FALSE #> #> $`musculoskeletal system cancer`$`_parent` #> [1] "DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system cancer`$`_is_leaf` #> [1] FALSE #> #> $`musculoskeletal system cancer`$children #> $`musculoskeletal system cancer`$children[[1]] #> [1] "DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system cancer`$children[[2]] #> [1] "DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`musculoskeletal system cancer`$value #> [1] "musculoskeletal system cancer" #> #> #> $`musculoskeletal system disease` #> $`musculoskeletal system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_17" #> #> $`musculoskeletal system disease`$`_id` #> [1] "DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system disease`$privateGeneCount #> [1] 0 #> #> $`musculoskeletal system disease`$publicGeneCount #> [1] 1560 #> #> $`musculoskeletal system disease`$urlId #> [1] "DOID_17" #> #> $`musculoskeletal system disease`$dbPhenotype #> [1] TRUE #> #> $`musculoskeletal system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`musculoskeletal system disease`$`_is_leaf` #> [1] FALSE #> #> $`musculoskeletal system disease`$children #> $`musculoskeletal system disease`$children[[1]] #> [1] "DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system disease`$children[[2]] #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system disease`$children[[3]] #> [1] "DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system disease`$children[[4]] #> [1] "DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system disease`$children[[5]] #> [1] "DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system disease`$children[[6]] #> [1] "DOID_440<DOID_17<DOID_7<DOID_4" #> #> #> $`musculoskeletal system disease`$value #> [1] "musculoskeletal system disease" #> #> #> $`mushroom workers' lung` #> $`mushroom workers' lung`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2708" #> #> $`mushroom workers' lung`$`_id` #> [1] "DOID_2708<DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mushroom workers' lung`$privateGeneCount #> [1] 0 #> #> $`mushroom workers' lung`$publicGeneCount #> [1] 1 #> #> $`mushroom workers' lung`$urlId #> [1] "DOID_2708" #> #> $`mushroom workers' lung`$dbPhenotype #> [1] TRUE #> #> $`mushroom workers' lung`$`_parent` #> [1] "DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mushroom workers' lung`$`_is_leaf` #> [1] TRUE #> #> $`mushroom workers' lung`$children #> list() #> #> $`mushroom workers' lung`$value #> [1] "mushroom workers' lung" #> #> #> $`mushroom workers' lung` #> $`mushroom workers' lung`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2708" #> #> $`mushroom workers' lung`$`_id` #> [1] "DOID_2708<DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`mushroom workers' lung`$privateGeneCount #> [1] 0 #> #> $`mushroom workers' lung`$publicGeneCount #> [1] 1 #> #> $`mushroom workers' lung`$urlId #> [1] "DOID_2708" #> #> $`mushroom workers' lung`$dbPhenotype #> [1] TRUE #> #> $`mushroom workers' lung`$`_parent` #> [1] "DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`mushroom workers' lung`$`_is_leaf` #> [1] TRUE #> #> $`mushroom workers' lung`$children #> list() #> #> $`mushroom workers' lung`$value #> [1] "mushroom workers' lung" #> #> #> $`myasthenia gravis` #> $`myasthenia gravis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_437" #> #> $`myasthenia gravis`$`_id` #> [1] "DOID_437<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`myasthenia gravis`$privateGeneCount #> [1] 0 #> #> $`myasthenia gravis`$publicGeneCount #> [1] 19 #> #> $`myasthenia gravis`$urlId #> [1] "DOID_437" #> #> $`myasthenia gravis`$dbPhenotype #> [1] TRUE #> #> $`myasthenia gravis`$`_parent` #> [1] "DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`myasthenia gravis`$`_is_leaf` #> [1] TRUE #> #> $`myasthenia gravis`$children #> list() #> #> $`myasthenia gravis`$value #> [1] "myasthenia gravis" #> #> #> $`myasthenia gravis` #> $`myasthenia gravis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_437" #> #> $`myasthenia gravis`$`_id` #> [1] "DOID_437<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`myasthenia gravis`$privateGeneCount #> [1] 0 #> #> $`myasthenia gravis`$publicGeneCount #> [1] 19 #> #> $`myasthenia gravis`$urlId #> [1] "DOID_437" #> #> $`myasthenia gravis`$dbPhenotype #> [1] TRUE #> #> $`myasthenia gravis`$`_parent` #> [1] "DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`myasthenia gravis`$`_is_leaf` #> [1] TRUE #> #> $`myasthenia gravis`$children #> list() #> #> $`myasthenia gravis`$value #> [1] "myasthenia gravis" #> #> #> $`Mycobacterium avium complex disease` #> $`Mycobacterium avium complex disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2755" #> #> $`Mycobacterium avium complex disease`$`_id` #> [1] "DOID_2755<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`Mycobacterium avium complex disease`$privateGeneCount #> [1] 0 #> #> $`Mycobacterium avium complex disease`$publicGeneCount #> [1] 2 #> #> $`Mycobacterium avium complex disease`$urlId #> [1] "DOID_2755" #> #> $`Mycobacterium avium complex disease`$dbPhenotype #> [1] TRUE #> #> $`Mycobacterium avium complex disease`$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`Mycobacterium avium complex disease`$`_is_leaf` #> [1] TRUE #> #> $`Mycobacterium avium complex disease`$children #> list() #> #> $`Mycobacterium avium complex disease`$value #> [1] "Mycobacterium avium complex disease" #> #> #> $`mycosis fungoides` #> $`mycosis fungoides`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8691" #> #> $`mycosis fungoides`$`_id` #> [1] "DOID_8691<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mycosis fungoides`$privateGeneCount #> [1] 0 #> #> $`mycosis fungoides`$publicGeneCount #> [1] 5 #> #> $`mycosis fungoides`$urlId #> [1] "DOID_8691" #> #> $`mycosis fungoides`$dbPhenotype #> [1] TRUE #> #> $`mycosis fungoides`$`_parent` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mycosis fungoides`$`_is_leaf` #> [1] TRUE #> #> $`mycosis fungoides`$children #> list() #> #> $`mycosis fungoides`$value #> [1] "mycosis fungoides" #> #> #> $`mycosis fungoides` #> $`mycosis fungoides`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8691" #> #> $`mycosis fungoides`$`_id` #> [1] "DOID_8691<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mycosis fungoides`$privateGeneCount #> [1] 0 #> #> $`mycosis fungoides`$publicGeneCount #> [1] 5 #> #> $`mycosis fungoides`$urlId #> [1] "DOID_8691" #> #> $`mycosis fungoides`$dbPhenotype #> [1] TRUE #> #> $`mycosis fungoides`$`_parent` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mycosis fungoides`$`_is_leaf` #> [1] TRUE #> #> $`mycosis fungoides`$children #> list() #> #> $`mycosis fungoides`$value #> [1] "mycosis fungoides" #> #> #> $`mycosis fungoides` #> $`mycosis fungoides`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8691" #> #> $`mycosis fungoides`$`_id` #> [1] "DOID_8691<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mycosis fungoides`$privateGeneCount #> [1] 0 #> #> $`mycosis fungoides`$publicGeneCount #> [1] 5 #> #> $`mycosis fungoides`$urlId #> [1] "DOID_8691" #> #> $`mycosis fungoides`$dbPhenotype #> [1] TRUE #> #> $`mycosis fungoides`$`_parent` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mycosis fungoides`$`_is_leaf` #> [1] TRUE #> #> $`mycosis fungoides`$children #> list() #> #> $`mycosis fungoides`$value #> [1] "mycosis fungoides" #> #> #> $`mycosis fungoides` #> $`mycosis fungoides`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8691" #> #> $`mycosis fungoides`$`_id` #> [1] "DOID_8691<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mycosis fungoides`$privateGeneCount #> [1] 0 #> #> $`mycosis fungoides`$publicGeneCount #> [1] 5 #> #> $`mycosis fungoides`$urlId #> [1] "DOID_8691" #> #> $`mycosis fungoides`$dbPhenotype #> [1] TRUE #> #> $`mycosis fungoides`$`_parent` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mycosis fungoides`$`_is_leaf` #> [1] TRUE #> #> $`mycosis fungoides`$children #> list() #> #> $`mycosis fungoides`$value #> [1] "mycosis fungoides" #> #> #> $`mycosis fungoides` #> $`mycosis fungoides`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8691" #> #> $`mycosis fungoides`$`_id` #> [1] "DOID_8691<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mycosis fungoides`$privateGeneCount #> [1] 0 #> #> $`mycosis fungoides`$publicGeneCount #> [1] 5 #> #> $`mycosis fungoides`$urlId #> [1] "DOID_8691" #> #> $`mycosis fungoides`$dbPhenotype #> [1] TRUE #> #> $`mycosis fungoides`$`_parent` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mycosis fungoides`$`_is_leaf` #> [1] TRUE #> #> $`mycosis fungoides`$children #> list() #> #> $`mycosis fungoides`$value #> [1] "mycosis fungoides" #> #> #> $myelitis #> $myelitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_322" #> #> $myelitis$`_id` #> [1] "DOID_322<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $myelitis$privateGeneCount #> [1] 0 #> #> $myelitis$publicGeneCount #> [1] 2 #> #> $myelitis$urlId #> [1] "DOID_322" #> #> $myelitis$dbPhenotype #> [1] TRUE #> #> $myelitis$`_parent` #> [1] "DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $myelitis$`_is_leaf` #> [1] TRUE #> #> $myelitis$children #> list() #> #> $myelitis$value #> [1] "myelitis" #> #> #> $`myelodysplastic syndrome` #> $`myelodysplastic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050908" #> #> $`myelodysplastic syndrome`$`_id` #> [1] "DOID_0050908<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myelodysplastic syndrome`$privateGeneCount #> [1] 0 #> #> $`myelodysplastic syndrome`$publicGeneCount #> [1] 4 #> #> $`myelodysplastic syndrome`$urlId #> [1] "DOID_0050908" #> #> $`myelodysplastic syndrome`$dbPhenotype #> [1] TRUE #> #> $`myelodysplastic syndrome`$`_parent` #> [1] "DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myelodysplastic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`myelodysplastic syndrome`$children #> list() #> #> $`myelodysplastic syndrome`$value #> [1] "myelodysplastic syndrome" #> #> #> $`myelodysplastic syndrome` #> $`myelodysplastic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050908" #> #> $`myelodysplastic syndrome`$`_id` #> [1] "DOID_0050908<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myelodysplastic syndrome`$privateGeneCount #> [1] 0 #> #> $`myelodysplastic syndrome`$publicGeneCount #> [1] 4 #> #> $`myelodysplastic syndrome`$urlId #> [1] "DOID_0050908" #> #> $`myelodysplastic syndrome`$dbPhenotype #> [1] TRUE #> #> $`myelodysplastic syndrome`$`_parent` #> [1] "DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myelodysplastic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`myelodysplastic syndrome`$children #> list() #> #> $`myelodysplastic syndrome`$value #> [1] "myelodysplastic syndrome" #> #> #> $`myelodysplastic syndrome` #> $`myelodysplastic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050908" #> #> $`myelodysplastic syndrome`$`_id` #> [1] "DOID_0050908<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myelodysplastic syndrome`$privateGeneCount #> [1] 0 #> #> $`myelodysplastic syndrome`$publicGeneCount #> [1] 4 #> #> $`myelodysplastic syndrome`$urlId #> [1] "DOID_0050908" #> #> $`myelodysplastic syndrome`$dbPhenotype #> [1] TRUE #> #> $`myelodysplastic syndrome`$`_parent` #> [1] "DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myelodysplastic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`myelodysplastic syndrome`$children #> list() #> #> $`myelodysplastic syndrome`$value #> [1] "myelodysplastic syndrome" #> #> #> $`myelodysplastic/myeloproliferative neoplasm` #> $`myelodysplastic/myeloproliferative neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4972" #> #> $`myelodysplastic/myeloproliferative neoplasm`$`_id` #> [1] "DOID_4972<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myelodysplastic/myeloproliferative neoplasm`$privateGeneCount #> [1] 0 #> #> $`myelodysplastic/myeloproliferative neoplasm`$publicGeneCount #> [1] 21 #> #> $`myelodysplastic/myeloproliferative neoplasm`$urlId #> [1] "DOID_4972" #> #> $`myelodysplastic/myeloproliferative neoplasm`$dbPhenotype #> [1] TRUE #> #> $`myelodysplastic/myeloproliferative neoplasm`$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myelodysplastic/myeloproliferative neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`myelodysplastic/myeloproliferative neoplasm`$children #> $`myelodysplastic/myeloproliferative neoplasm`$children[[1]] #> [1] "DOID_0050458<DOID_4972<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`myelodysplastic/myeloproliferative neoplasm`$value #> [1] "myelodysplastic/myeloproliferative neoplasm" #> #> #> $`myelodysplastic/myeloproliferative neoplasm` #> $`myelodysplastic/myeloproliferative neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4972" #> #> $`myelodysplastic/myeloproliferative neoplasm`$`_id` #> [1] "DOID_4972<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myelodysplastic/myeloproliferative neoplasm`$privateGeneCount #> [1] 0 #> #> $`myelodysplastic/myeloproliferative neoplasm`$publicGeneCount #> [1] 21 #> #> $`myelodysplastic/myeloproliferative neoplasm`$urlId #> [1] "DOID_4972" #> #> $`myelodysplastic/myeloproliferative neoplasm`$dbPhenotype #> [1] TRUE #> #> $`myelodysplastic/myeloproliferative neoplasm`$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myelodysplastic/myeloproliferative neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`myelodysplastic/myeloproliferative neoplasm`$children #> $`myelodysplastic/myeloproliferative neoplasm`$children[[1]] #> [1] "DOID_0050458<DOID_4972<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`myelodysplastic/myeloproliferative neoplasm`$value #> [1] "myelodysplastic/myeloproliferative neoplasm" #> #> #> $`myelodysplastic/myeloproliferative neoplasm` #> $`myelodysplastic/myeloproliferative neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4972" #> #> $`myelodysplastic/myeloproliferative neoplasm`$`_id` #> [1] "DOID_4972<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myelodysplastic/myeloproliferative neoplasm`$privateGeneCount #> [1] 0 #> #> $`myelodysplastic/myeloproliferative neoplasm`$publicGeneCount #> [1] 21 #> #> $`myelodysplastic/myeloproliferative neoplasm`$urlId #> [1] "DOID_4972" #> #> $`myelodysplastic/myeloproliferative neoplasm`$dbPhenotype #> [1] TRUE #> #> $`myelodysplastic/myeloproliferative neoplasm`$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myelodysplastic/myeloproliferative neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`myelodysplastic/myeloproliferative neoplasm`$children #> $`myelodysplastic/myeloproliferative neoplasm`$children[[1]] #> [1] "DOID_0050458<DOID_4972<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> #> $`myelodysplastic/myeloproliferative neoplasm`$value #> [1] "myelodysplastic/myeloproliferative neoplasm" #> #> #> $myelofibrosis #> $myelofibrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4971" #> #> $myelofibrosis$`_id` #> [1] "DOID_4971<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $myelofibrosis$privateGeneCount #> [1] 0 #> #> $myelofibrosis$publicGeneCount #> [1] 6 #> #> $myelofibrosis$urlId #> [1] "DOID_4971" #> #> $myelofibrosis$dbPhenotype #> [1] TRUE #> #> $myelofibrosis$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $myelofibrosis$`_is_leaf` #> [1] TRUE #> #> $myelofibrosis$children #> list() #> #> $myelofibrosis$value #> [1] "myelofibrosis" #> #> #> $myelofibrosis #> $myelofibrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4971" #> #> $myelofibrosis$`_id` #> [1] "DOID_4971<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $myelofibrosis$privateGeneCount #> [1] 0 #> #> $myelofibrosis$publicGeneCount #> [1] 6 #> #> $myelofibrosis$urlId #> [1] "DOID_4971" #> #> $myelofibrosis$dbPhenotype #> [1] TRUE #> #> $myelofibrosis$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $myelofibrosis$`_is_leaf` #> [1] TRUE #> #> $myelofibrosis$children #> list() #> #> $myelofibrosis$value #> [1] "myelofibrosis" #> #> #> $myelofibrosis #> $myelofibrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4971" #> #> $myelofibrosis$`_id` #> [1] "DOID_4971<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $myelofibrosis$privateGeneCount #> [1] 0 #> #> $myelofibrosis$publicGeneCount #> [1] 6 #> #> $myelofibrosis$urlId #> [1] "DOID_4971" #> #> $myelofibrosis$dbPhenotype #> [1] TRUE #> #> $myelofibrosis$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $myelofibrosis$`_is_leaf` #> [1] TRUE #> #> $myelofibrosis$children #> list() #> #> $myelofibrosis$value #> [1] "myelofibrosis" #> #> #> $`myeloid leukemia` #> $`myeloid leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8692" #> #> $`myeloid leukemia`$`_id` #> [1] "DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid leukemia`$privateGeneCount #> [1] 0 #> #> $`myeloid leukemia`$publicGeneCount #> [1] 186 #> #> $`myeloid leukemia`$urlId #> [1] "DOID_8692" #> #> $`myeloid leukemia`$dbPhenotype #> [1] TRUE #> #> $`myeloid leukemia`$`_parent` #> [1] "DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid leukemia`$`_is_leaf` #> [1] FALSE #> #> $`myeloid leukemia`$children #> $`myeloid leukemia`$children[[1]] #> [1] "DOID_9119<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid leukemia`$children[[2]] #> [1] "DOID_8552<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid leukemia`$children[[3]] #> [1] "DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`myeloid leukemia`$value #> [1] "myeloid leukemia" #> #> #> $`myeloid leukemia` #> $`myeloid leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8692" #> #> $`myeloid leukemia`$`_id` #> [1] "DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid leukemia`$privateGeneCount #> [1] 0 #> #> $`myeloid leukemia`$publicGeneCount #> [1] 186 #> #> $`myeloid leukemia`$urlId #> [1] "DOID_8692" #> #> $`myeloid leukemia`$dbPhenotype #> [1] TRUE #> #> $`myeloid leukemia`$`_parent` #> [1] "DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid leukemia`$`_is_leaf` #> [1] FALSE #> #> $`myeloid leukemia`$children #> $`myeloid leukemia`$children[[1]] #> [1] "DOID_9119<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid leukemia`$children[[2]] #> [1] "DOID_8552<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid leukemia`$children[[3]] #> [1] "DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`myeloid leukemia`$value #> [1] "myeloid leukemia" #> #> #> $`myeloid neoplasm` #> $`myeloid neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0070004" #> #> $`myeloid neoplasm`$`_id` #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid neoplasm`$privateGeneCount #> [1] 0 #> #> $`myeloid neoplasm`$publicGeneCount #> [1] 75 #> #> $`myeloid neoplasm`$urlId #> [1] "DOID_0070004" #> #> $`myeloid neoplasm`$dbPhenotype #> [1] FALSE #> #> $`myeloid neoplasm`$`_parent` #> [1] "DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`myeloid neoplasm`$children #> $`myeloid neoplasm`$children[[1]] #> [1] "DOID_9538<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid neoplasm`$children[[2]] #> [1] "DOID_4972<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid neoplasm`$children[[3]] #> [1] "DOID_4971<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid neoplasm`$children[[4]] #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`myeloid neoplasm`$value #> [1] "myeloid neoplasm" #> #> #> $`myeloid neoplasm` #> $`myeloid neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0070004" #> #> $`myeloid neoplasm`$`_id` #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid neoplasm`$privateGeneCount #> [1] 0 #> #> $`myeloid neoplasm`$publicGeneCount #> [1] 75 #> #> $`myeloid neoplasm`$urlId #> [1] "DOID_0070004" #> #> $`myeloid neoplasm`$dbPhenotype #> [1] FALSE #> #> $`myeloid neoplasm`$`_parent` #> [1] "DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`myeloid neoplasm`$children #> $`myeloid neoplasm`$children[[1]] #> [1] "DOID_9538<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid neoplasm`$children[[2]] #> [1] "DOID_4972<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid neoplasm`$children[[3]] #> [1] "DOID_4971<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid neoplasm`$children[[4]] #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`myeloid neoplasm`$value #> [1] "myeloid neoplasm" #> #> #> $`myeloid neoplasm` #> $`myeloid neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0070004" #> #> $`myeloid neoplasm`$`_id` #> [1] "DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myeloid neoplasm`$privateGeneCount #> [1] 0 #> #> $`myeloid neoplasm`$publicGeneCount #> [1] 75 #> #> $`myeloid neoplasm`$urlId #> [1] "DOID_0070004" #> #> $`myeloid neoplasm`$dbPhenotype #> [1] FALSE #> #> $`myeloid neoplasm`$`_parent` #> [1] "DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myeloid neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`myeloid neoplasm`$children #> $`myeloid neoplasm`$children[[1]] #> [1] "DOID_9538<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myeloid neoplasm`$children[[2]] #> [1] "DOID_4972<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myeloid neoplasm`$children[[3]] #> [1] "DOID_4971<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myeloid neoplasm`$children[[4]] #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> #> $`myeloid neoplasm`$value #> [1] "myeloid neoplasm" #> #> #> $`myeloid sarcoma` #> $`myeloid sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8683" #> #> $`myeloid sarcoma`$`_id` #> [1] "DOID_8683<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid sarcoma`$privateGeneCount #> [1] 0 #> #> $`myeloid sarcoma`$publicGeneCount #> [1] 1 #> #> $`myeloid sarcoma`$urlId #> [1] "DOID_8683" #> #> $`myeloid sarcoma`$dbPhenotype #> [1] TRUE #> #> $`myeloid sarcoma`$`_parent` #> [1] "DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`myeloid sarcoma`$children #> list() #> #> $`myeloid sarcoma`$value #> [1] "myeloid sarcoma" #> #> #> $`myeloid sarcoma` #> $`myeloid sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8683" #> #> $`myeloid sarcoma`$`_id` #> [1] "DOID_8683<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid sarcoma`$privateGeneCount #> [1] 0 #> #> $`myeloid sarcoma`$publicGeneCount #> [1] 1 #> #> $`myeloid sarcoma`$urlId #> [1] "DOID_8683" #> #> $`myeloid sarcoma`$dbPhenotype #> [1] TRUE #> #> $`myeloid sarcoma`$`_parent` #> [1] "DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`myeloid sarcoma`$children #> list() #> #> $`myeloid sarcoma`$value #> [1] "myeloid sarcoma" #> #> #> $Myelomeningocele #> $Myelomeningocele$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002475" #> #> $Myelomeningocele$`_id` #> [1] "HP_0002475<HP_0002435<HP_0002414<HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Myelomeningocele$privateGeneCount #> [1] 0 #> #> $Myelomeningocele$publicGeneCount #> [1] 4 #> #> $Myelomeningocele$urlId #> [1] "HP_0002475" #> #> $Myelomeningocele$dbPhenotype #> [1] TRUE #> #> $Myelomeningocele$`_parent` #> [1] "HP_0002435<HP_0002414<HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Myelomeningocele$`_is_leaf` #> [1] TRUE #> #> $Myelomeningocele$children #> list() #> #> $Myelomeningocele$value #> [1] "Myelomeningocele" #> #> #> $Myelomeningocele #> $Myelomeningocele$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002475" #> #> $Myelomeningocele$`_id` #> [1] "HP_0002475<HP_0002435<HP_0002414<HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Myelomeningocele$privateGeneCount #> [1] 0 #> #> $Myelomeningocele$publicGeneCount #> [1] 4 #> #> $Myelomeningocele$urlId #> [1] "HP_0002475" #> #> $Myelomeningocele$dbPhenotype #> [1] TRUE #> #> $Myelomeningocele$`_parent` #> [1] "HP_0002435<HP_0002414<HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Myelomeningocele$`_is_leaf` #> [1] TRUE #> #> $Myelomeningocele$children #> list() #> #> $Myelomeningocele$value #> [1] "Myelomeningocele" #> #> #> $Myelomeningocele #> $Myelomeningocele$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002475" #> #> $Myelomeningocele$`_id` #> [1] "HP_0002475<HP_0002435<HP_0010651<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Myelomeningocele$privateGeneCount #> [1] 0 #> #> $Myelomeningocele$publicGeneCount #> [1] 4 #> #> $Myelomeningocele$urlId #> [1] "HP_0002475" #> #> $Myelomeningocele$dbPhenotype #> [1] TRUE #> #> $Myelomeningocele$`_parent` #> [1] "HP_0002435<HP_0010651<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Myelomeningocele$`_is_leaf` #> [1] TRUE #> #> $Myelomeningocele$children #> list() #> #> $Myelomeningocele$value #> [1] "Myelomeningocele" #> #> #> $`myeloproliferative neoplasm` #> $`myeloproliferative neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2226" #> #> $`myeloproliferative neoplasm`$`_id` #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloproliferative neoplasm`$privateGeneCount #> [1] 0 #> #> $`myeloproliferative neoplasm`$publicGeneCount #> [1] 12 #> #> $`myeloproliferative neoplasm`$urlId #> [1] "DOID_2226" #> #> $`myeloproliferative neoplasm`$dbPhenotype #> [1] FALSE #> #> $`myeloproliferative neoplasm`$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloproliferative neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`myeloproliferative neoplasm`$children #> $`myeloproliferative neoplasm`$children[[1]] #> [1] "DOID_2224<DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloproliferative neoplasm`$children[[2]] #> [1] "DOID_8997<DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`myeloproliferative neoplasm`$value #> [1] "myeloproliferative neoplasm" #> #> #> $`myeloproliferative neoplasm` #> $`myeloproliferative neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2226" #> #> $`myeloproliferative neoplasm`$`_id` #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloproliferative neoplasm`$privateGeneCount #> [1] 0 #> #> $`myeloproliferative neoplasm`$publicGeneCount #> [1] 12 #> #> $`myeloproliferative neoplasm`$urlId #> [1] "DOID_2226" #> #> $`myeloproliferative neoplasm`$dbPhenotype #> [1] FALSE #> #> $`myeloproliferative neoplasm`$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloproliferative neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`myeloproliferative neoplasm`$children #> $`myeloproliferative neoplasm`$children[[1]] #> [1] "DOID_2224<DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloproliferative neoplasm`$children[[2]] #> [1] "DOID_8997<DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`myeloproliferative neoplasm`$value #> [1] "myeloproliferative neoplasm" #> #> #> $`myeloproliferative neoplasm` #> $`myeloproliferative neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2226" #> #> $`myeloproliferative neoplasm`$`_id` #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myeloproliferative neoplasm`$privateGeneCount #> [1] 0 #> #> $`myeloproliferative neoplasm`$publicGeneCount #> [1] 12 #> #> $`myeloproliferative neoplasm`$urlId #> [1] "DOID_2226" #> #> $`myeloproliferative neoplasm`$dbPhenotype #> [1] FALSE #> #> $`myeloproliferative neoplasm`$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myeloproliferative neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`myeloproliferative neoplasm`$children #> $`myeloproliferative neoplasm`$children[[1]] #> [1] "DOID_2224<DOID_2226<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myeloproliferative neoplasm`$children[[2]] #> [1] "DOID_8997<DOID_2226<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> #> $`myeloproliferative neoplasm`$value #> [1] "myeloproliferative neoplasm" #> #> #> $`myocardial infarction` #> $`myocardial infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5844" #> #> $`myocardial infarction`$`_id` #> [1] "DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`myocardial infarction`$privateGeneCount #> [1] 0 #> #> $`myocardial infarction`$publicGeneCount #> [1] 168 #> #> $`myocardial infarction`$urlId #> [1] "DOID_5844" #> #> $`myocardial infarction`$dbPhenotype #> [1] TRUE #> #> $`myocardial infarction`$`_parent` #> [1] "DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`myocardial infarction`$`_is_leaf` #> [1] FALSE #> #> $`myocardial infarction`$children #> $`myocardial infarction`$children[[1]] #> [1] "DOID_5845<DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`myocardial infarction`$children[[2]] #> [1] "DOID_5855<DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`myocardial infarction`$children[[3]] #> [1] "DOID_9767<DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`myocardial infarction`$value #> [1] "myocardial infarction" #> #> #> $`myocardial stunning` #> $`myocardial stunning`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9767" #> #> $`myocardial stunning`$`_id` #> [1] "DOID_9767<DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`myocardial stunning`$privateGeneCount #> [1] 0 #> #> $`myocardial stunning`$publicGeneCount #> [1] 4 #> #> $`myocardial stunning`$urlId #> [1] "DOID_9767" #> #> $`myocardial stunning`$dbPhenotype #> [1] TRUE #> #> $`myocardial stunning`$`_parent` #> [1] "DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`myocardial stunning`$`_is_leaf` #> [1] TRUE #> #> $`myocardial stunning`$children #> list() #> #> $`myocardial stunning`$value #> [1] "myocardial stunning" #> #> #> $myocarditis #> $myocarditis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_820" #> #> $myocarditis$`_id` #> [1] "DOID_820<DOID_3978<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $myocarditis$privateGeneCount #> [1] 0 #> #> $myocarditis$publicGeneCount #> [1] 11 #> #> $myocarditis$urlId #> [1] "DOID_820" #> #> $myocarditis$dbPhenotype #> [1] TRUE #> #> $myocarditis$`_parent` #> [1] "DOID_3978<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $myocarditis$`_is_leaf` #> [1] TRUE #> #> $myocarditis$children #> list() #> #> $myocarditis$value #> [1] "myocarditis" #> #> #> $`Myoclonic seizure` #> $`Myoclonic seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032794" #> #> $`Myoclonic seizure`$`_id` #> [1] "HP_0032794<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Myoclonic seizure`$privateGeneCount #> [1] 0 #> #> $`Myoclonic seizure`$publicGeneCount #> [1] 5 #> #> $`Myoclonic seizure`$urlId #> [1] "HP_0032794" #> #> $`Myoclonic seizure`$dbPhenotype #> [1] FALSE #> #> $`Myoclonic seizure`$`_parent` #> [1] "HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Myoclonic seizure`$`_is_leaf` #> [1] FALSE #> #> $`Myoclonic seizure`$children #> $`Myoclonic seizure`$children[[1]] #> [1] "HP_0002123<HP_0032794<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Myoclonic seizure`$value #> [1] "Myoclonic seizure" #> #> #> $Myoclonus #> $Myoclonus$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001336" #> #> $Myoclonus$`_id` #> [1] "HP_0001336<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Myoclonus$privateGeneCount #> [1] 0 #> #> $Myoclonus$publicGeneCount #> [1] 4 #> #> $Myoclonus$urlId #> [1] "HP_0001336" #> #> $Myoclonus$dbPhenotype #> [1] TRUE #> #> $Myoclonus$`_parent` #> [1] "HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Myoclonus$`_is_leaf` #> [1] TRUE #> #> $Myoclonus$children #> list() #> #> $Myoclonus$value #> [1] "Myoclonus" #> #> #> $`myofibrillar myopathy` #> $`myofibrillar myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080307" #> #> $`myofibrillar myopathy`$`_id` #> [1] "DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy`$publicGeneCount #> [1] 6 #> #> $`myofibrillar myopathy`$urlId #> [1] "DOID_0080307" #> #> $`myofibrillar myopathy`$dbPhenotype #> [1] FALSE #> #> $`myofibrillar myopathy`$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy`$`_is_leaf` #> [1] FALSE #> #> $`myofibrillar myopathy`$children #> $`myofibrillar myopathy`$children[[1]] #> [1] "DOID_0080092<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy`$children[[2]] #> [1] "DOID_0080093<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy`$children[[3]] #> [1] "DOID_0080094<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy`$children[[4]] #> [1] "DOID_0080095<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy`$children[[5]] #> [1] "DOID_0080096<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy`$children[[6]] #> [1] "DOID_0080097<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy`$children[[7]] #> [1] "DOID_0080098<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy`$children[[8]] #> [1] "DOID_0080091<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`myofibrillar myopathy`$value #> [1] "myofibrillar myopathy" #> #> #> $`myofibrillar myopathy 1` #> $`myofibrillar myopathy 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080092" #> #> $`myofibrillar myopathy 1`$`_id` #> [1] "DOID_0080092<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 1`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 1`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 1`$urlId #> [1] "DOID_0080092" #> #> $`myofibrillar myopathy 1`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 1`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 1`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 1`$children #> list() #> #> $`myofibrillar myopathy 1`$value #> [1] "myofibrillar myopathy 1" #> #> #> $`myofibrillar myopathy 1` #> $`myofibrillar myopathy 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080092" #> #> $`myofibrillar myopathy 1`$`_id` #> [1] "DOID_0080092<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 1`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 1`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 1`$urlId #> [1] "DOID_0080092" #> #> $`myofibrillar myopathy 1`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 1`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 1`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 1`$children #> list() #> #> $`myofibrillar myopathy 1`$value #> [1] "myofibrillar myopathy 1" #> #> #> $`myofibrillar myopathy 1` #> $`myofibrillar myopathy 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080092" #> #> $`myofibrillar myopathy 1`$`_id` #> [1] "DOID_0080092<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 1`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 1`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 1`$urlId #> [1] "DOID_0080092" #> #> $`myofibrillar myopathy 1`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 1`$`_parent` #> [1] "DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 1`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 1`$children #> list() #> #> $`myofibrillar myopathy 1`$value #> [1] "myofibrillar myopathy 1" #> #> #> $`myofibrillar myopathy 2` #> $`myofibrillar myopathy 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080093" #> #> $`myofibrillar myopathy 2`$`_id` #> [1] "DOID_0080093<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 2`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 2`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 2`$urlId #> [1] "DOID_0080093" #> #> $`myofibrillar myopathy 2`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 2`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 2`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 2`$children #> list() #> #> $`myofibrillar myopathy 2`$value #> [1] "myofibrillar myopathy 2" #> #> #> $`myofibrillar myopathy 2` #> $`myofibrillar myopathy 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080093" #> #> $`myofibrillar myopathy 2`$`_id` #> [1] "DOID_0080093<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 2`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 2`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 2`$urlId #> [1] "DOID_0080093" #> #> $`myofibrillar myopathy 2`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 2`$`_parent` #> [1] "DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 2`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 2`$children #> list() #> #> $`myofibrillar myopathy 2`$value #> [1] "myofibrillar myopathy 2" #> #> #> $`myofibrillar myopathy 3` #> $`myofibrillar myopathy 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080094" #> #> $`myofibrillar myopathy 3`$`_id` #> [1] "DOID_0080094<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 3`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 3`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 3`$urlId #> [1] "DOID_0080094" #> #> $`myofibrillar myopathy 3`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 3`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 3`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 3`$children #> list() #> #> $`myofibrillar myopathy 3`$value #> [1] "myofibrillar myopathy 3" #> #> #> $`myofibrillar myopathy 3` #> $`myofibrillar myopathy 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080094" #> #> $`myofibrillar myopathy 3`$`_id` #> [1] "DOID_0080094<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 3`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 3`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 3`$urlId #> [1] "DOID_0080094" #> #> $`myofibrillar myopathy 3`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 3`$`_parent` #> [1] "DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 3`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 3`$children #> list() #> #> $`myofibrillar myopathy 3`$value #> [1] "myofibrillar myopathy 3" #> #> #> $`myofibrillar myopathy 4` #> $`myofibrillar myopathy 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080095" #> #> $`myofibrillar myopathy 4`$`_id` #> [1] "DOID_0080095<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 4`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 4`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 4`$urlId #> [1] "DOID_0080095" #> #> $`myofibrillar myopathy 4`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 4`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 4`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 4`$children #> list() #> #> $`myofibrillar myopathy 4`$value #> [1] "myofibrillar myopathy 4" #> #> #> $`myofibrillar myopathy 4` #> $`myofibrillar myopathy 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080095" #> #> $`myofibrillar myopathy 4`$`_id` #> [1] "DOID_0080095<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 4`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 4`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 4`$urlId #> [1] "DOID_0080095" #> #> $`myofibrillar myopathy 4`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 4`$`_parent` #> [1] "DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 4`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 4`$children #> list() #> #> $`myofibrillar myopathy 4`$value #> [1] "myofibrillar myopathy 4" #> #> #> $`myofibrillar myopathy 5` #> $`myofibrillar myopathy 5`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080096" #> #> $`myofibrillar myopathy 5`$`_id` #> [1] "DOID_0080096<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 5`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 5`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 5`$urlId #> [1] "DOID_0080096" #> #> $`myofibrillar myopathy 5`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 5`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 5`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 5`$children #> list() #> #> $`myofibrillar myopathy 5`$value #> [1] "myofibrillar myopathy 5" #> #> #> $`myofibrillar myopathy 5` #> $`myofibrillar myopathy 5`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080096" #> #> $`myofibrillar myopathy 5`$`_id` #> [1] "DOID_0080096<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 5`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 5`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 5`$urlId #> [1] "DOID_0080096" #> #> $`myofibrillar myopathy 5`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 5`$`_parent` #> [1] "DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 5`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 5`$children #> list() #> #> $`myofibrillar myopathy 5`$value #> [1] "myofibrillar myopathy 5" #> #> #> $`myofibrillar myopathy 6` #> $`myofibrillar myopathy 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080097" #> #> $`myofibrillar myopathy 6`$`_id` #> [1] "DOID_0080097<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 6`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 6`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 6`$urlId #> [1] "DOID_0080097" #> #> $`myofibrillar myopathy 6`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 6`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 6`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 6`$children #> list() #> #> $`myofibrillar myopathy 6`$value #> [1] "myofibrillar myopathy 6" #> #> #> $`myofibrillar myopathy 6` #> $`myofibrillar myopathy 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080097" #> #> $`myofibrillar myopathy 6`$`_id` #> [1] "DOID_0080097<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 6`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 6`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 6`$urlId #> [1] "DOID_0080097" #> #> $`myofibrillar myopathy 6`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 6`$`_parent` #> [1] "DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 6`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 6`$children #> list() #> #> $`myofibrillar myopathy 6`$value #> [1] "myofibrillar myopathy 6" #> #> #> $`myofibrillar myopathy 7` #> $`myofibrillar myopathy 7`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080098" #> #> $`myofibrillar myopathy 7`$`_id` #> [1] "DOID_0080098<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 7`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 7`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 7`$urlId #> [1] "DOID_0080098" #> #> $`myofibrillar myopathy 7`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 7`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 7`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 7`$children #> list() #> #> $`myofibrillar myopathy 7`$value #> [1] "myofibrillar myopathy 7" #> #> #> $`myofibrillar myopathy 7` #> $`myofibrillar myopathy 7`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080098" #> #> $`myofibrillar myopathy 7`$`_id` #> [1] "DOID_0080098<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 7`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 7`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 7`$urlId #> [1] "DOID_0080098" #> #> $`myofibrillar myopathy 7`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 7`$`_parent` #> [1] "DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 7`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 7`$children #> list() #> #> $`myofibrillar myopathy 7`$value #> [1] "myofibrillar myopathy 7" #> #> #> $myoglobinuria #> $myoglobinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080108" #> #> $myoglobinuria$`_id` #> [1] "DOID_0080108<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myoglobinuria$privateGeneCount #> [1] 0 #> #> $myoglobinuria$publicGeneCount #> [1] 1 #> #> $myoglobinuria$urlId #> [1] "DOID_0080108" #> #> $myoglobinuria$dbPhenotype #> [1] TRUE #> #> $myoglobinuria$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myoglobinuria$`_is_leaf` #> [1] TRUE #> #> $myoglobinuria$children #> list() #> #> $myoglobinuria$value #> [1] "myoglobinuria" #> #> #> $Myoglobinuria #> $Myoglobinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002913" #> #> $Myoglobinuria$`_id` #> [1] "HP_0002913<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Myoglobinuria$privateGeneCount #> [1] 0 #> #> $Myoglobinuria$publicGeneCount #> [1] 2 #> #> $Myoglobinuria$urlId #> [1] "HP_0002913" #> #> $Myoglobinuria$dbPhenotype #> [1] TRUE #> #> $Myoglobinuria$`_parent` #> [1] "HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Myoglobinuria$`_is_leaf` #> [1] TRUE #> #> $Myoglobinuria$children #> list() #> #> $Myoglobinuria$value #> [1] "Myoglobinuria" #> #> #> $Myokymia #> $Myokymia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002411" #> #> $Myokymia$`_id` #> [1] "HP_0002411<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Myokymia$privateGeneCount #> [1] 0 #> #> $Myokymia$publicGeneCount #> [1] 1 #> #> $Myokymia$urlId #> [1] "HP_0002411" #> #> $Myokymia$dbPhenotype #> [1] TRUE #> #> $Myokymia$`_parent` #> [1] "HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Myokymia$`_is_leaf` #> [1] TRUE #> #> $Myokymia$children #> list() #> #> $Myokymia$value #> [1] "Myokymia" #> #> #> $myopathy #> $myopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_423" #> #> $myopathy$`_id` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$privateGeneCount #> [1] 0 #> #> $myopathy$publicGeneCount #> [1] 226 #> #> $myopathy$urlId #> [1] "DOID_423" #> #> $myopathy$dbPhenotype #> [1] TRUE #> #> $myopathy$`_parent` #> [1] "DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$`_is_leaf` #> [1] FALSE #> #> $myopathy$children #> $myopathy$children[[1]] #> [1] "DOID_14717<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[2]] #> [1] "DOID_0080100<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[3]] #> [1] "DOID_422<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[4]] #> [1] "DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[5]] #> [1] "DOID_767<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[6]] #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[7]] #> [1] "DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[8]] #> [1] "DOID_0080108<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[9]] #> [1] "DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[10]] #> [1] "DOID_853<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[11]] #> [1] "DOID_0080090<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[12]] #> [1] "DOID_0080089<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $myopathy$value #> [1] "myopathy" #> #> #> $`myopathy, lactic acidosis, and sideroblastic anemia` #> $`myopathy, lactic acidosis, and sideroblastic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080099" #> #> $`myopathy, lactic acidosis, and sideroblastic anemia`$`_id` #> [1] "DOID_0080099<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myopathy, lactic acidosis, and sideroblastic anemia`$privateGeneCount #> [1] 0 #> #> $`myopathy, lactic acidosis, and sideroblastic anemia`$publicGeneCount #> [1] 2 #> #> $`myopathy, lactic acidosis, and sideroblastic anemia`$urlId #> [1] "DOID_0080099" #> #> $`myopathy, lactic acidosis, and sideroblastic anemia`$dbPhenotype #> [1] TRUE #> #> $`myopathy, lactic acidosis, and sideroblastic anemia`$`_parent` #> [1] "DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myopathy, lactic acidosis, and sideroblastic anemia`$`_is_leaf` #> [1] TRUE #> #> $`myopathy, lactic acidosis, and sideroblastic anemia`$children #> list() #> #> $`myopathy, lactic acidosis, and sideroblastic anemia`$value #> [1] "myopathy, lactic acidosis, and sideroblastic anemia" #> #> #> $myopia #> $myopia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11830" #> #> $myopia$`_id` #> [1] "DOID_11830<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $myopia$privateGeneCount #> [1] 0 #> #> $myopia$publicGeneCount #> [1] 49 #> #> $myopia$urlId #> [1] "DOID_11830" #> #> $myopia$dbPhenotype #> [1] TRUE #> #> $myopia$`_parent` #> [1] "DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $myopia$`_is_leaf` #> [1] FALSE #> #> $myopia$children #> $myopia$children[[1]] #> [1] "DOID_11829<DOID_11830<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $myopia$value #> [1] "myopia" #> #> #> $myositis #> $myositis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_633" #> #> $myositis$`_id` #> [1] "DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myositis$privateGeneCount #> [1] 0 #> #> $myositis$publicGeneCount #> [1] 49 #> #> $myositis$urlId #> [1] "DOID_633" #> #> $myositis$dbPhenotype #> [1] TRUE #> #> $myositis$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myositis$`_is_leaf` #> [1] FALSE #> #> $myositis$children #> $myositis$children[[1]] #> [1] "DOID_10223<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myositis$children[[2]] #> [1] "DOID_631<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myositis$children[[3]] #> [1] "DOID_3429<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myositis$children[[4]] #> [1] "DOID_668<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $myositis$value #> [1] "myositis" #> #> #> $`myositis ossificans` #> $`myositis ossificans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_668" #> #> $`myositis ossificans`$`_id` #> [1] "DOID_668<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myositis ossificans`$privateGeneCount #> [1] 0 #> #> $`myositis ossificans`$publicGeneCount #> [1] 1 #> #> $`myositis ossificans`$urlId #> [1] "DOID_668" #> #> $`myositis ossificans`$dbPhenotype #> [1] TRUE #> #> $`myositis ossificans`$`_parent` #> [1] "DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myositis ossificans`$`_is_leaf` #> [1] TRUE #> #> $`myositis ossificans`$children #> list() #> #> $`myositis ossificans`$value #> [1] "myositis ossificans" #> #> #> $Myotonia #> $Myotonia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002486" #> #> $Myotonia$`_id` #> [1] "HP_0002486<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $Myotonia$privateGeneCount #> [1] 0 #> #> $Myotonia$publicGeneCount #> [1] 3 #> #> $Myotonia$urlId #> [1] "HP_0002486" #> #> $Myotonia$dbPhenotype #> [1] TRUE #> #> $Myotonia$`_parent` #> [1] "HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $Myotonia$`_is_leaf` #> [1] TRUE #> #> $Myotonia$children #> list() #> #> $Myotonia$value #> [1] "Myotonia" #> #> #> $`myotonia congenita` #> $`myotonia congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2106" #> #> $`myotonia congenita`$`_id` #> [1] "DOID_2106<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myotonia congenita`$privateGeneCount #> [1] 0 #> #> $`myotonia congenita`$publicGeneCount #> [1] 2 #> #> $`myotonia congenita`$urlId #> [1] "DOID_2106" #> #> $`myotonia congenita`$dbPhenotype #> [1] TRUE #> #> $`myotonia congenita`$`_parent` #> [1] "DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myotonia congenita`$`_is_leaf` #> [1] TRUE #> #> $`myotonia congenita`$children #> list() #> #> $`myotonia congenita`$value #> [1] "myotonia congenita" #> #> #> $`myotonic disease` #> $`myotonic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_450" #> #> $`myotonic disease`$`_id` #> [1] "DOID_450<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myotonic disease`$privateGeneCount #> [1] 0 #> #> $`myotonic disease`$publicGeneCount #> [1] 3 #> #> $`myotonic disease`$urlId #> [1] "DOID_450" #> #> $`myotonic disease`$dbPhenotype #> [1] FALSE #> #> $`myotonic disease`$`_parent` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myotonic disease`$`_is_leaf` #> [1] FALSE #> #> $`myotonic disease`$children #> $`myotonic disease`$children[[1]] #> [1] "DOID_11722<DOID_450<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myotonic disease`$children[[2]] #> [1] "DOID_0050759<DOID_450<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`myotonic disease`$value #> [1] "myotonic disease" #> #> #> $`myotonic dystrophy type 1` #> $`myotonic dystrophy type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11722" #> #> $`myotonic dystrophy type 1`$`_id` #> [1] "DOID_11722<DOID_450<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myotonic dystrophy type 1`$privateGeneCount #> [1] 0 #> #> $`myotonic dystrophy type 1`$publicGeneCount #> [1] 2 #> #> $`myotonic dystrophy type 1`$urlId #> [1] "DOID_11722" #> #> $`myotonic dystrophy type 1`$dbPhenotype #> [1] TRUE #> #> $`myotonic dystrophy type 1`$`_parent` #> [1] "DOID_450<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myotonic dystrophy type 1`$`_is_leaf` #> [1] TRUE #> #> $`myotonic dystrophy type 1`$children #> list() #> #> $`myotonic dystrophy type 1`$value #> [1] "myotonic dystrophy type 1" #> #> #> $`myotonic dystrophy type 2` #> $`myotonic dystrophy type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050759" #> #> $`myotonic dystrophy type 2`$`_id` #> [1] "DOID_0050759<DOID_450<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myotonic dystrophy type 2`$privateGeneCount #> [1] 0 #> #> $`myotonic dystrophy type 2`$publicGeneCount #> [1] 1 #> #> $`myotonic dystrophy type 2`$urlId #> [1] "DOID_0050759" #> #> $`myotonic dystrophy type 2`$dbPhenotype #> [1] TRUE #> #> $`myotonic dystrophy type 2`$`_parent` #> [1] "DOID_450<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myotonic dystrophy type 2`$`_is_leaf` #> [1] TRUE #> #> $`myotonic dystrophy type 2`$children #> list() #> #> $`myotonic dystrophy type 2`$value #> [1] "myotonic dystrophy type 2" #> #> #> $`myxoid leiomyosarcoma` #> $`myxoid leiomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5268" #> #> $`myxoid leiomyosarcoma`$`_id` #> [1] "DOID_5268<DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myxoid leiomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`myxoid leiomyosarcoma`$publicGeneCount #> [1] 10 #> #> $`myxoid leiomyosarcoma`$urlId #> [1] "DOID_5268" #> #> $`myxoid leiomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`myxoid leiomyosarcoma`$`_parent` #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myxoid leiomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`myxoid leiomyosarcoma`$children #> list() #> #> $`myxoid leiomyosarcoma`$value #> [1] "myxoid leiomyosarcoma" #> #> #> $`myxoid leiomyosarcoma` #> $`myxoid leiomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5268" #> #> $`myxoid leiomyosarcoma`$`_id` #> [1] "DOID_5268<DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`myxoid leiomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`myxoid leiomyosarcoma`$publicGeneCount #> [1] 10 #> #> $`myxoid leiomyosarcoma`$urlId #> [1] "DOID_5268" #> #> $`myxoid leiomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`myxoid leiomyosarcoma`$`_parent` #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`myxoid leiomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`myxoid leiomyosarcoma`$children #> list() #> #> $`myxoid leiomyosarcoma`$value #> [1] "myxoid leiomyosarcoma" #> #> #> $`myxoid leiomyosarcoma` #> $`myxoid leiomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5268" #> #> $`myxoid leiomyosarcoma`$`_id` #> [1] "DOID_5268<DOID_1967<DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myxoid leiomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`myxoid leiomyosarcoma`$publicGeneCount #> [1] 10 #> #> $`myxoid leiomyosarcoma`$urlId #> [1] "DOID_5268" #> #> $`myxoid leiomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`myxoid leiomyosarcoma`$`_parent` #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myxoid leiomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`myxoid leiomyosarcoma`$children #> list() #> #> $`myxoid leiomyosarcoma`$value #> [1] "myxoid leiomyosarcoma" #> #> #> $`myxoid liposarcoma` #> $`myxoid liposarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5363" #> #> $`myxoid liposarcoma`$`_id` #> [1] "DOID_5363<DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myxoid liposarcoma`$privateGeneCount #> [1] 0 #> #> $`myxoid liposarcoma`$publicGeneCount #> [1] 2 #> #> $`myxoid liposarcoma`$urlId #> [1] "DOID_5363" #> #> $`myxoid liposarcoma`$dbPhenotype #> [1] TRUE #> #> $`myxoid liposarcoma`$`_parent` #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myxoid liposarcoma`$`_is_leaf` #> [1] TRUE #> #> $`myxoid liposarcoma`$children #> list() #> #> $`myxoid liposarcoma`$value #> [1] "myxoid liposarcoma" #> #> #> $`myxoid liposarcoma` #> $`myxoid liposarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5363" #> #> $`myxoid liposarcoma`$`_id` #> [1] "DOID_5363<DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`myxoid liposarcoma`$privateGeneCount #> [1] 0 #> #> $`myxoid liposarcoma`$publicGeneCount #> [1] 2 #> #> $`myxoid liposarcoma`$urlId #> [1] "DOID_5363" #> #> $`myxoid liposarcoma`$dbPhenotype #> [1] TRUE #> #> $`myxoid liposarcoma`$`_parent` #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`myxoid liposarcoma`$`_is_leaf` #> [1] TRUE #> #> $`myxoid liposarcoma`$children #> list() #> #> $`myxoid liposarcoma`$value #> [1] "myxoid liposarcoma" #> #> #> $`myxoid liposarcoma` #> $`myxoid liposarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5363" #> #> $`myxoid liposarcoma`$`_id` #> [1] "DOID_5363<DOID_3382<DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`myxoid liposarcoma`$privateGeneCount #> [1] 0 #> #> $`myxoid liposarcoma`$publicGeneCount #> [1] 2 #> #> $`myxoid liposarcoma`$urlId #> [1] "DOID_5363" #> #> $`myxoid liposarcoma`$dbPhenotype #> [1] TRUE #> #> $`myxoid liposarcoma`$`_parent` #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`myxoid liposarcoma`$`_is_leaf` #> [1] TRUE #> #> $`myxoid liposarcoma`$children #> list() #> #> $`myxoid liposarcoma`$value #> [1] "myxoid liposarcoma" #> #> #> $`myxopapillary ependymoma` #> $`myxopapillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5075" #> #> $`myxopapillary ependymoma`$`_id` #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`myxopapillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`myxopapillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`myxopapillary ependymoma`$urlId #> [1] "DOID_5075" #> #> $`myxopapillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`myxopapillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`myxopapillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`myxopapillary ependymoma`$children #> list() #> #> $`myxopapillary ependymoma`$value #> [1] "myxopapillary ependymoma" #> #> #> $`myxopapillary ependymoma` #> $`myxopapillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5075" #> #> $`myxopapillary ependymoma`$`_id` #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`myxopapillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`myxopapillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`myxopapillary ependymoma`$urlId #> [1] "DOID_5075" #> #> $`myxopapillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`myxopapillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`myxopapillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`myxopapillary ependymoma`$children #> list() #> #> $`myxopapillary ependymoma`$value #> [1] "myxopapillary ependymoma" #> #> #> $`myxopapillary ependymoma` #> $`myxopapillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5075" #> #> $`myxopapillary ependymoma`$`_id` #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`myxopapillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`myxopapillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`myxopapillary ependymoma`$urlId #> [1] "DOID_5075" #> #> $`myxopapillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`myxopapillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`myxopapillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`myxopapillary ependymoma`$children #> list() #> #> $`myxopapillary ependymoma`$value #> [1] "myxopapillary ependymoma" #> #> #> $`myxopapillary ependymoma` #> $`myxopapillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5075" #> #> $`myxopapillary ependymoma`$`_id` #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`myxopapillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`myxopapillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`myxopapillary ependymoma`$urlId #> [1] "DOID_5075" #> #> $`myxopapillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`myxopapillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`myxopapillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`myxopapillary ependymoma`$children #> list() #> #> $`myxopapillary ependymoma`$value #> [1] "myxopapillary ependymoma" #> #> #> $`myxopapillary ependymoma` #> $`myxopapillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5075" #> #> $`myxopapillary ependymoma`$`_id` #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`myxopapillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`myxopapillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`myxopapillary ependymoma`$urlId #> [1] "DOID_5075" #> #> $`myxopapillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`myxopapillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`myxopapillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`myxopapillary ependymoma`$children #> list() #> #> $`myxopapillary ependymoma`$value #> [1] "myxopapillary ependymoma" #> #> #> $`myxopapillary ependymoma` #> $`myxopapillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5075" #> #> $`myxopapillary ependymoma`$`_id` #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`myxopapillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`myxopapillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`myxopapillary ependymoma`$urlId #> [1] "DOID_5075" #> #> $`myxopapillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`myxopapillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`myxopapillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`myxopapillary ependymoma`$children #> list() #> #> $`myxopapillary ependymoma`$value #> [1] "myxopapillary ependymoma" #> #> #> $`N syndrome` #> $`N syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050769" #> #> $`N syndrome`$`_id` #> [1] "DOID_0050769<DOID_225<DOID_4" #> #> $`N syndrome`$privateGeneCount #> [1] 0 #> #> $`N syndrome`$publicGeneCount #> [1] 1 #> #> $`N syndrome`$urlId #> [1] "DOID_0050769" #> #> $`N syndrome`$dbPhenotype #> [1] TRUE #> #> $`N syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`N syndrome`$`_is_leaf` #> [1] TRUE #> #> $`N syndrome`$children #> list() #> #> $`N syndrome`$value #> [1] "N syndrome" #> #> #> $`Nager acrofacial dysostosis` #> $`Nager acrofacial dysostosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5768" #> #> $`Nager acrofacial dysostosis`$`_id` #> [1] "DOID_5768<DOID_0060379<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Nager acrofacial dysostosis`$privateGeneCount #> [1] 0 #> #> $`Nager acrofacial dysostosis`$publicGeneCount #> [1] 1 #> #> $`Nager acrofacial dysostosis`$urlId #> [1] "DOID_5768" #> #> $`Nager acrofacial dysostosis`$dbPhenotype #> [1] TRUE #> #> $`Nager acrofacial dysostosis`$`_parent` #> [1] "DOID_0060379<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Nager acrofacial dysostosis`$`_is_leaf` #> [1] TRUE #> #> $`Nager acrofacial dysostosis`$children #> list() #> #> $`Nager acrofacial dysostosis`$value #> [1] "Nager acrofacial dysostosis" #> #> #> $`nail disease` #> $`nail disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4123" #> #> $`nail disease`$`_id` #> [1] "DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nail disease`$privateGeneCount #> [1] 0 #> #> $`nail disease`$publicGeneCount #> [1] 13 #> #> $`nail disease`$urlId #> [1] "DOID_4123" #> #> $`nail disease`$dbPhenotype #> [1] TRUE #> #> $`nail disease`$`_parent` #> [1] "DOID_16<DOID_7<DOID_4" #> #> $`nail disease`$`_is_leaf` #> [1] FALSE #> #> $`nail disease`$children #> $`nail disease`$children[[1]] #> [1] "DOID_2058<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nail disease`$children[[2]] #> [1] "DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> #> $`nail disease`$value #> [1] "nail disease" #> #> #> $`nail-patella syndrome` #> $`nail-patella syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9467" #> #> $`nail-patella syndrome`$`_id` #> [1] "DOID_9467<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nail-patella syndrome`$privateGeneCount #> [1] 0 #> #> $`nail-patella syndrome`$publicGeneCount #> [1] 1 #> #> $`nail-patella syndrome`$urlId #> [1] "DOID_9467" #> #> $`nail-patella syndrome`$dbPhenotype #> [1] TRUE #> #> $`nail-patella syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nail-patella syndrome`$`_is_leaf` #> [1] TRUE #> #> $`nail-patella syndrome`$children #> list() #> #> $`nail-patella syndrome`$value #> [1] "nail-patella syndrome" #> #> #> $`nail-patella syndrome` #> $`nail-patella syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9467" #> #> $`nail-patella syndrome`$`_id` #> [1] "DOID_9467<DOID_225<DOID_4" #> #> $`nail-patella syndrome`$privateGeneCount #> [1] 0 #> #> $`nail-patella syndrome`$publicGeneCount #> [1] 1 #> #> $`nail-patella syndrome`$urlId #> [1] "DOID_9467" #> #> $`nail-patella syndrome`$dbPhenotype #> [1] TRUE #> #> $`nail-patella syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`nail-patella syndrome`$`_is_leaf` #> [1] TRUE #> #> $`nail-patella syndrome`$children #> list() #> #> $`nail-patella syndrome`$value #> [1] "nail-patella syndrome" #> #> #> $`narcissistic personality disorder` #> $`narcissistic personality disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2745" #> #> $`narcissistic personality disorder`$`_id` #> [1] "DOID_2745<DOID_1510<DOID_150<DOID_4" #> #> $`narcissistic personality disorder`$privateGeneCount #> [1] 0 #> #> $`narcissistic personality disorder`$publicGeneCount #> [1] 2 #> #> $`narcissistic personality disorder`$urlId #> [1] "DOID_2745" #> #> $`narcissistic personality disorder`$dbPhenotype #> [1] TRUE #> #> $`narcissistic personality disorder`$`_parent` #> [1] "DOID_1510<DOID_150<DOID_4" #> #> $`narcissistic personality disorder`$`_is_leaf` #> [1] TRUE #> #> $`narcissistic personality disorder`$children #> list() #> #> $`narcissistic personality disorder`$value #> [1] "narcissistic personality disorder" #> #> #> $narcolepsy #> $narcolepsy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8986" #> #> $narcolepsy$`_id` #> [1] "DOID_8986<DOID_535<DOID_150<DOID_4" #> #> $narcolepsy$privateGeneCount #> [1] 0 #> #> $narcolepsy$publicGeneCount #> [1] 16 #> #> $narcolepsy$urlId #> [1] "DOID_8986" #> #> $narcolepsy$dbPhenotype #> [1] TRUE #> #> $narcolepsy$`_parent` #> [1] "DOID_535<DOID_150<DOID_4" #> #> $narcolepsy$`_is_leaf` #> [1] TRUE #> #> $narcolepsy$children #> list() #> #> $narcolepsy$value #> [1] "narcolepsy" #> #> #> $`nasal cavity disease` #> $`nasal cavity disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2163" #> #> $`nasal cavity disease`$`_id` #> [1] "DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`nasal cavity disease`$privateGeneCount #> [1] 0 #> #> $`nasal cavity disease`$publicGeneCount #> [1] 117 #> #> $`nasal cavity disease`$urlId #> [1] "DOID_2163" #> #> $`nasal cavity disease`$dbPhenotype #> [1] FALSE #> #> $`nasal cavity disease`$`_parent` #> [1] "DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`nasal cavity disease`$`_is_leaf` #> [1] FALSE #> #> $`nasal cavity disease`$children #> $`nasal cavity disease`$children[[1]] #> [1] "DOID_9574<DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`nasal cavity disease`$children[[2]] #> [1] "DOID_4483<DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $`nasal cavity disease`$value #> [1] "nasal cavity disease" #> #> #> $`Nasal obstruction` #> $`Nasal obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001742" #> #> $`Nasal obstruction`$`_id` #> [1] "HP_0001742<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Nasal obstruction`$privateGeneCount #> [1] 0 #> #> $`Nasal obstruction`$publicGeneCount #> [1] 1 #> #> $`Nasal obstruction`$urlId #> [1] "HP_0001742" #> #> $`Nasal obstruction`$dbPhenotype #> [1] TRUE #> #> $`Nasal obstruction`$`_parent` #> [1] "HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Nasal obstruction`$`_is_leaf` #> [1] TRUE #> #> $`Nasal obstruction`$children #> list() #> #> $`Nasal obstruction`$value #> [1] "Nasal obstruction" #> #> #> $`Nasal polyposis` #> $`Nasal polyposis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100582" #> #> $`Nasal polyposis`$`_id` #> [1] "HP_0100582<HP_0000433<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Nasal polyposis`$privateGeneCount #> [1] 0 #> #> $`Nasal polyposis`$publicGeneCount #> [1] 71 #> #> $`Nasal polyposis`$urlId #> [1] "HP_0100582" #> #> $`Nasal polyposis`$dbPhenotype #> [1] TRUE #> #> $`Nasal polyposis`$`_parent` #> [1] "HP_0000433<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Nasal polyposis`$`_is_leaf` #> [1] TRUE #> #> $`Nasal polyposis`$children #> list() #> #> $`Nasal polyposis`$value #> [1] "Nasal polyposis" #> #> #> $`nasopharyngeal disease` #> $`nasopharyngeal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9561" #> #> $`nasopharyngeal disease`$`_id` #> [1] "DOID_9561<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`nasopharyngeal disease`$privateGeneCount #> [1] 0 #> #> $`nasopharyngeal disease`$publicGeneCount #> [1] 27 #> #> $`nasopharyngeal disease`$urlId #> [1] "DOID_9561" #> #> $`nasopharyngeal disease`$dbPhenotype #> [1] TRUE #> #> $`nasopharyngeal disease`$`_parent` #> [1] "DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`nasopharyngeal disease`$`_is_leaf` #> [1] FALSE #> #> $`nasopharyngeal disease`$children #> $`nasopharyngeal disease`$children[[1]] #> [1] "DOID_9261<DOID_9561<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $`nasopharyngeal disease`$value #> [1] "nasopharyngeal disease" #> #> #> $`nasopharynx carcinoma` #> $`nasopharynx carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9261" #> #> $`nasopharynx carcinoma`$`_id` #> [1] "DOID_9261<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nasopharynx carcinoma`$privateGeneCount #> [1] 0 #> #> $`nasopharynx carcinoma`$publicGeneCount #> [1] 20 #> #> $`nasopharynx carcinoma`$urlId #> [1] "DOID_9261" #> #> $`nasopharynx carcinoma`$dbPhenotype #> [1] TRUE #> #> $`nasopharynx carcinoma`$`_parent` #> [1] "DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nasopharynx carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`nasopharynx carcinoma`$children #> list() #> #> $`nasopharynx carcinoma`$value #> [1] "nasopharynx carcinoma" #> #> #> $`nasopharynx carcinoma` #> $`nasopharynx carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9261" #> #> $`nasopharynx carcinoma`$`_id` #> [1] "DOID_9261<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`nasopharynx carcinoma`$privateGeneCount #> [1] 0 #> #> $`nasopharynx carcinoma`$publicGeneCount #> [1] 20 #> #> $`nasopharynx carcinoma`$urlId #> [1] "DOID_9261" #> #> $`nasopharynx carcinoma`$dbPhenotype #> [1] TRUE #> #> $`nasopharynx carcinoma`$`_parent` #> [1] "DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`nasopharynx carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`nasopharynx carcinoma`$children #> list() #> #> $`nasopharynx carcinoma`$value #> [1] "nasopharynx carcinoma" #> #> #> $`nasopharynx carcinoma` #> $`nasopharynx carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9261" #> #> $`nasopharynx carcinoma`$`_id` #> [1] "DOID_9261<DOID_0060119<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nasopharynx carcinoma`$privateGeneCount #> [1] 0 #> #> $`nasopharynx carcinoma`$publicGeneCount #> [1] 20 #> #> $`nasopharynx carcinoma`$urlId #> [1] "DOID_9261" #> #> $`nasopharynx carcinoma`$dbPhenotype #> [1] TRUE #> #> $`nasopharynx carcinoma`$`_parent` #> [1] "DOID_0060119<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nasopharynx carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`nasopharynx carcinoma`$children #> list() #> #> $`nasopharynx carcinoma`$value #> [1] "nasopharynx carcinoma" #> #> #> $`nasopharynx carcinoma` #> $`nasopharynx carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9261" #> #> $`nasopharynx carcinoma`$`_id` #> [1] "DOID_9261<DOID_0060119<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`nasopharynx carcinoma`$privateGeneCount #> [1] 0 #> #> $`nasopharynx carcinoma`$publicGeneCount #> [1] 20 #> #> $`nasopharynx carcinoma`$urlId #> [1] "DOID_9261" #> #> $`nasopharynx carcinoma`$dbPhenotype #> [1] TRUE #> #> $`nasopharynx carcinoma`$`_parent` #> [1] "DOID_0060119<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`nasopharynx carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`nasopharynx carcinoma`$children #> list() #> #> $`nasopharynx carcinoma`$value #> [1] "nasopharynx carcinoma" #> #> #> $`nasopharynx carcinoma` #> $`nasopharynx carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9261" #> #> $`nasopharynx carcinoma`$`_id` #> [1] "DOID_9261<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`nasopharynx carcinoma`$privateGeneCount #> [1] 0 #> #> $`nasopharynx carcinoma`$publicGeneCount #> [1] 20 #> #> $`nasopharynx carcinoma`$urlId #> [1] "DOID_9261" #> #> $`nasopharynx carcinoma`$dbPhenotype #> [1] TRUE #> #> $`nasopharynx carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`nasopharynx carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`nasopharynx carcinoma`$children #> list() #> #> $`nasopharynx carcinoma`$value #> [1] "nasopharynx carcinoma" #> #> #> $`nasopharynx carcinoma` #> $`nasopharynx carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9261" #> #> $`nasopharynx carcinoma`$`_id` #> [1] "DOID_9261<DOID_9561<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`nasopharynx carcinoma`$privateGeneCount #> [1] 0 #> #> $`nasopharynx carcinoma`$publicGeneCount #> [1] 20 #> #> $`nasopharynx carcinoma`$urlId #> [1] "DOID_9261" #> #> $`nasopharynx carcinoma`$dbPhenotype #> [1] TRUE #> #> $`nasopharynx carcinoma`$`_parent` #> [1] "DOID_9561<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`nasopharynx carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`nasopharynx carcinoma`$children #> list() #> #> $`nasopharynx carcinoma`$value #> [1] "nasopharynx carcinoma" #> #> #> $`Native American myopathy` #> $`Native American myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060346" #> #> $`Native American myopathy`$`_id` #> [1] "DOID_0060346<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Native American myopathy`$privateGeneCount #> [1] 0 #> #> $`Native American myopathy`$publicGeneCount #> [1] 1 #> #> $`Native American myopathy`$urlId #> [1] "DOID_0060346" #> #> $`Native American myopathy`$dbPhenotype #> [1] TRUE #> #> $`Native American myopathy`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Native American myopathy`$`_is_leaf` #> [1] TRUE #> #> $`Native American myopathy`$children #> list() #> #> $`Native American myopathy`$value #> [1] "Native American myopathy" #> #> #> $`Native American myopathy` #> $`Native American myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060346" #> #> $`Native American myopathy`$`_id` #> [1] "DOID_0060346<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Native American myopathy`$privateGeneCount #> [1] 0 #> #> $`Native American myopathy`$publicGeneCount #> [1] 1 #> #> $`Native American myopathy`$urlId #> [1] "DOID_0060346" #> #> $`Native American myopathy`$dbPhenotype #> [1] TRUE #> #> $`Native American myopathy`$`_parent` #> [1] "DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Native American myopathy`$`_is_leaf` #> [1] TRUE #> #> $`Native American myopathy`$children #> list() #> #> $`Native American myopathy`$value #> [1] "Native American myopathy" #> #> #> $`Native American myopathy` #> $`Native American myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060346" #> #> $`Native American myopathy`$`_id` #> [1] "DOID_0060346<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Native American myopathy`$privateGeneCount #> [1] 0 #> #> $`Native American myopathy`$publicGeneCount #> [1] 1 #> #> $`Native American myopathy`$urlId #> [1] "DOID_0060346" #> #> $`Native American myopathy`$dbPhenotype #> [1] TRUE #> #> $`Native American myopathy`$`_parent` #> [1] "DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Native American myopathy`$`_is_leaf` #> [1] TRUE #> #> $`Native American myopathy`$children #> list() #> #> $`Native American myopathy`$value #> [1] "Native American myopathy" #> #> #> $Nausea #> $Nausea$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002018" #> #> $Nausea$`_id` #> [1] "HP_0002018<HP_0002017<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $Nausea$privateGeneCount #> [1] 0 #> #> $Nausea$publicGeneCount #> [1] 6 #> #> $Nausea$urlId #> [1] "HP_0002018" #> #> $Nausea$dbPhenotype #> [1] TRUE #> #> $Nausea$`_parent` #> [1] "HP_0002017<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $Nausea$`_is_leaf` #> [1] TRUE #> #> $Nausea$children #> list() #> #> $Nausea$value #> [1] "Nausea" #> #> #> $`Nausea and vomiting` #> $`Nausea and vomiting`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002017" #> #> $`Nausea and vomiting`$`_id` #> [1] "HP_0002017<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Nausea and vomiting`$privateGeneCount #> [1] 0 #> #> $`Nausea and vomiting`$publicGeneCount #> [1] 9 #> #> $`Nausea and vomiting`$urlId #> [1] "HP_0002017" #> #> $`Nausea and vomiting`$dbPhenotype #> [1] FALSE #> #> $`Nausea and vomiting`$`_parent` #> [1] "HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Nausea and vomiting`$`_is_leaf` #> [1] FALSE #> #> $`Nausea and vomiting`$children #> $`Nausea and vomiting`$children[[1]] #> [1] "HP_0002018<HP_0002017<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Nausea and vomiting`$children[[2]] #> [1] "HP_0002013<HP_0002017<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Nausea and vomiting`$value #> [1] "Nausea and vomiting" #> #> #> $`necrosis of pituitary` #> $`necrosis of pituitary`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3646" #> #> $`necrosis of pituitary`$`_id` #> [1] "DOID_3646<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`necrosis of pituitary`$privateGeneCount #> [1] 0 #> #> $`necrosis of pituitary`$publicGeneCount #> [1] 1 #> #> $`necrosis of pituitary`$urlId #> [1] "DOID_3646" #> #> $`necrosis of pituitary`$dbPhenotype #> [1] FALSE #> #> $`necrosis of pituitary`$`_parent` #> [1] "DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`necrosis of pituitary`$`_is_leaf` #> [1] FALSE #> #> $`necrosis of pituitary`$children #> $`necrosis of pituitary`$children[[1]] #> [1] "DOID_1130<DOID_3646<DOID_53<DOID_28<DOID_7<DOID_4" #> #> #> $`necrosis of pituitary`$value #> [1] "necrosis of pituitary" #> #> #> $`nemaline myopathy` #> $`nemaline myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3191" #> #> $`nemaline myopathy`$`_id` #> [1] "DOID_3191<DOID_422<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`nemaline myopathy`$privateGeneCount #> [1] 0 #> #> $`nemaline myopathy`$publicGeneCount #> [1] 11 #> #> $`nemaline myopathy`$urlId #> [1] "DOID_3191" #> #> $`nemaline myopathy`$dbPhenotype #> [1] TRUE #> #> $`nemaline myopathy`$`_parent` #> [1] "DOID_422<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`nemaline myopathy`$`_is_leaf` #> [1] TRUE #> #> $`nemaline myopathy`$children #> list() #> #> $`nemaline myopathy`$value #> [1] "nemaline myopathy" #> #> #> $`neonatal anemia` #> $`neonatal anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11244" #> #> $`neonatal anemia`$`_id` #> [1] "DOID_11244<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`neonatal anemia`$privateGeneCount #> [1] 0 #> #> $`neonatal anemia`$publicGeneCount #> [1] 1 #> #> $`neonatal anemia`$urlId #> [1] "DOID_11244" #> #> $`neonatal anemia`$dbPhenotype #> [1] TRUE #> #> $`neonatal anemia`$`_parent` #> [1] "DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`neonatal anemia`$`_is_leaf` #> [1] TRUE #> #> $`neonatal anemia`$children #> list() #> #> $`neonatal anemia`$value #> [1] "neonatal anemia" #> #> #> $`neonatal diabetes mellitus` #> $`neonatal diabetes mellitus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11717" #> #> $`neonatal diabetes mellitus`$`_id` #> [1] "DOID_11717<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`neonatal diabetes mellitus`$privateGeneCount #> [1] 0 #> #> $`neonatal diabetes mellitus`$publicGeneCount #> [1] 7 #> #> $`neonatal diabetes mellitus`$urlId #> [1] "DOID_11717" #> #> $`neonatal diabetes mellitus`$dbPhenotype #> [1] TRUE #> #> $`neonatal diabetes mellitus`$`_parent` #> [1] "DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`neonatal diabetes mellitus`$`_is_leaf` #> [1] FALSE #> #> $`neonatal diabetes mellitus`$children #> $`neonatal diabetes mellitus`$children[[1]] #> [1] "DOID_0060334<DOID_11717<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`neonatal diabetes mellitus`$value #> [1] "neonatal diabetes mellitus" #> #> #> $`neonatal jaundice` #> $`neonatal jaundice`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2383" #> #> $`neonatal jaundice`$`_id` #> [1] "DOID_2383<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`neonatal jaundice`$privateGeneCount #> [1] 0 #> #> $`neonatal jaundice`$publicGeneCount #> [1] 1 #> #> $`neonatal jaundice`$urlId #> [1] "DOID_2383" #> #> $`neonatal jaundice`$dbPhenotype #> [1] TRUE #> #> $`neonatal jaundice`$`_parent` #> [1] "DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`neonatal jaundice`$`_is_leaf` #> [1] TRUE #> #> $`neonatal jaundice`$children #> list() #> #> $`neonatal jaundice`$value #> [1] "neonatal jaundice" #> #> #> $`neonatal period electroclinical syndrome` #> $`neonatal period electroclinical syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050702" #> #> $`neonatal period electroclinical syndrome`$`_id` #> [1] "DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neonatal period electroclinical syndrome`$privateGeneCount #> [1] 0 #> #> $`neonatal period electroclinical syndrome`$publicGeneCount #> [1] 27 #> #> $`neonatal period electroclinical syndrome`$urlId #> [1] "DOID_0050702" #> #> $`neonatal period electroclinical syndrome`$dbPhenotype #> [1] TRUE #> #> $`neonatal period electroclinical syndrome`$`_parent` #> [1] "DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neonatal period electroclinical syndrome`$`_is_leaf` #> [1] FALSE #> #> $`neonatal period electroclinical syndrome`$children #> $`neonatal period electroclinical syndrome`$children[[1]] #> [1] "DOID_14777<DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neonatal period electroclinical syndrome`$children[[2]] #> [1] "DOID_14264<DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neonatal period electroclinical syndrome`$children[[3]] #> [1] "DOID_0050709<DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neonatal period electroclinical syndrome`$children[[4]] #> [1] "DOID_308<DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`neonatal period electroclinical syndrome`$value #> [1] "neonatal period electroclinical syndrome" #> #> #> $Neoplasm #> $Neoplasm$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002664" #> #> $Neoplasm$`_id` #> [1] "HP_0002664<HP_0000118<HP_0000001" #> #> $Neoplasm$privateGeneCount #> [1] 0 #> #> $Neoplasm$publicGeneCount #> [1] 59 #> #> $Neoplasm$urlId #> [1] "HP_0002664" #> #> $Neoplasm$dbPhenotype #> [1] FALSE #> #> $Neoplasm$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $Neoplasm$`_is_leaf` #> [1] FALSE #> #> $Neoplasm$children #> $Neoplasm$children[[1]] #> [1] "HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $Neoplasm$children[[2]] #> [1] "HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> #> $Neoplasm$value #> [1] "Neoplasm" #> #> #> $`Neoplasm by anatomical site` #> $`Neoplasm by anatomical site`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011793" #> #> $`Neoplasm by anatomical site`$`_id` #> [1] "HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm by anatomical site`$privateGeneCount #> [1] 0 #> #> $`Neoplasm by anatomical site`$publicGeneCount #> [1] 46 #> #> $`Neoplasm by anatomical site`$urlId #> [1] "HP_0011793" #> #> $`Neoplasm by anatomical site`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm by anatomical site`$`_parent` #> [1] "HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm by anatomical site`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm by anatomical site`$children #> $`Neoplasm by anatomical site`$children[[1]] #> [1] "HP_0004377<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm by anatomical site`$children[[2]] #> [1] "HP_0009728<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm by anatomical site`$children[[3]] #> [1] "HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm by anatomical site`$children[[4]] #> [1] "HP_0100544<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm by anatomical site`$children[[5]] #> [1] "HP_0008069<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Neoplasm by anatomical site`$value #> [1] "Neoplasm by anatomical site" #> #> #> $`Neoplasm by histology` #> $`Neoplasm by histology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011792" #> #> $`Neoplasm by histology`$`_id` #> [1] "HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm by histology`$privateGeneCount #> [1] 0 #> #> $`Neoplasm by histology`$publicGeneCount #> [1] 13 #> #> $`Neoplasm by histology`$urlId #> [1] "HP_0011792" #> #> $`Neoplasm by histology`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm by histology`$`_parent` #> [1] "HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm by histology`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm by histology`$children #> $`Neoplasm by histology`$children[[1]] #> [1] "HP_0012316<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm by histology`$children[[2]] #> [1] "HP_0010566<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm by histology`$children[[3]] #> [1] "HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Neoplasm by histology`$value #> [1] "Neoplasm by histology" #> #> #> $`Neoplasm of striated muscle` #> $`Neoplasm of striated muscle`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009728" #> #> $`Neoplasm of striated muscle`$`_id` #> [1] "HP_0009728<HP_0003011<HP_0000118<HP_0000001" #> #> $`Neoplasm of striated muscle`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of striated muscle`$publicGeneCount #> [1] 3 #> #> $`Neoplasm of striated muscle`$urlId #> [1] "HP_0009728" #> #> $`Neoplasm of striated muscle`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of striated muscle`$`_parent` #> [1] "HP_0003011<HP_0000118<HP_0000001" #> #> $`Neoplasm of striated muscle`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of striated muscle`$children #> $`Neoplasm of striated muscle`$children[[1]] #> [1] "HP_0009730<HP_0009728<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of striated muscle`$value #> [1] "Neoplasm of striated muscle" #> #> #> $`Neoplasm of striated muscle` #> $`Neoplasm of striated muscle`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009728" #> #> $`Neoplasm of striated muscle`$`_id` #> [1] "HP_0009728<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of striated muscle`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of striated muscle`$publicGeneCount #> [1] 3 #> #> $`Neoplasm of striated muscle`$urlId #> [1] "HP_0009728" #> #> $`Neoplasm of striated muscle`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of striated muscle`$`_parent` #> [1] "HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of striated muscle`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of striated muscle`$children #> $`Neoplasm of striated muscle`$children[[1]] #> [1] "HP_0009730<HP_0009728<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of striated muscle`$value #> [1] "Neoplasm of striated muscle" #> #> #> $`Neoplasm of the endocrine system` #> $`Neoplasm of the endocrine system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100568" #> #> $`Neoplasm of the endocrine system`$`_id` #> [1] "HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Neoplasm of the endocrine system`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the endocrine system`$publicGeneCount #> [1] 24 #> #> $`Neoplasm of the endocrine system`$urlId #> [1] "HP_0100568" #> #> $`Neoplasm of the endocrine system`$dbPhenotype #> [1] TRUE #> #> $`Neoplasm of the endocrine system`$`_parent` #> [1] "HP_0000818<HP_0000118<HP_0000001" #> #> $`Neoplasm of the endocrine system`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the endocrine system`$children #> $`Neoplasm of the endocrine system`$children[[1]] #> [1] "HP_0100031<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Neoplasm of the endocrine system`$children[[2]] #> [1] "HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the endocrine system`$value #> [1] "Neoplasm of the endocrine system" #> #> #> $`Neoplasm of the endocrine system` #> $`Neoplasm of the endocrine system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100568" #> #> $`Neoplasm of the endocrine system`$`_id` #> [1] "HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of the endocrine system`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the endocrine system`$publicGeneCount #> [1] 24 #> #> $`Neoplasm of the endocrine system`$urlId #> [1] "HP_0100568" #> #> $`Neoplasm of the endocrine system`$dbPhenotype #> [1] TRUE #> #> $`Neoplasm of the endocrine system`$`_parent` #> [1] "HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of the endocrine system`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the endocrine system`$children #> $`Neoplasm of the endocrine system`$children[[1]] #> [1] "HP_0100031<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of the endocrine system`$children[[2]] #> [1] "HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the endocrine system`$value #> [1] "Neoplasm of the endocrine system" #> #> #> $`Neoplasm of the gastrointestinal tract` #> $`Neoplasm of the gastrointestinal tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007378" #> #> $`Neoplasm of the gastrointestinal tract`$`_id` #> [1] "HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Neoplasm of the gastrointestinal tract`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the gastrointestinal tract`$publicGeneCount #> [1] 11 #> #> $`Neoplasm of the gastrointestinal tract`$urlId #> [1] "HP_0007378" #> #> $`Neoplasm of the gastrointestinal tract`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of the gastrointestinal tract`$`_parent` #> [1] "HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Neoplasm of the gastrointestinal tract`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the gastrointestinal tract`$children #> $`Neoplasm of the gastrointestinal tract`$children[[1]] #> [1] "HP_0005266<HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Neoplasm of the gastrointestinal tract`$children[[2]] #> [1] "HP_0002896<HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the gastrointestinal tract`$value #> [1] "Neoplasm of the gastrointestinal tract" #> #> #> $`Neoplasm of the genitourinary tract` #> $`Neoplasm of the genitourinary tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007379" #> #> $`Neoplasm of the genitourinary tract`$`_id` #> [1] "HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> $`Neoplasm of the genitourinary tract`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the genitourinary tract`$publicGeneCount #> [1] 2 #> #> $`Neoplasm of the genitourinary tract`$urlId #> [1] "HP_0007379" #> #> $`Neoplasm of the genitourinary tract`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of the genitourinary tract`$`_parent` #> [1] "HP_0000119<HP_0000118<HP_0000001" #> #> $`Neoplasm of the genitourinary tract`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the genitourinary tract`$children #> $`Neoplasm of the genitourinary tract`$children[[1]] #> [1] "HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the genitourinary tract`$value #> [1] "Neoplasm of the genitourinary tract" #> #> #> $`Neoplasm of the heart` #> $`Neoplasm of the heart`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100544" #> #> $`Neoplasm of the heart`$`_id` #> [1] "HP_0100544<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Neoplasm of the heart`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the heart`$publicGeneCount #> [1] 2 #> #> $`Neoplasm of the heart`$urlId #> [1] "HP_0100544" #> #> $`Neoplasm of the heart`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of the heart`$`_parent` #> [1] "HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Neoplasm of the heart`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the heart`$children #> $`Neoplasm of the heart`$children[[1]] #> [1] "HP_0009729<HP_0100544<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the heart`$value #> [1] "Neoplasm of the heart" #> #> #> $`Neoplasm of the heart` #> $`Neoplasm of the heart`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100544" #> #> $`Neoplasm of the heart`$`_id` #> [1] "HP_0100544<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of the heart`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the heart`$publicGeneCount #> [1] 2 #> #> $`Neoplasm of the heart`$urlId #> [1] "HP_0100544" #> #> $`Neoplasm of the heart`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of the heart`$`_parent` #> [1] "HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of the heart`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the heart`$children #> $`Neoplasm of the heart`$children[[1]] #> [1] "HP_0009729<HP_0100544<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the heart`$value #> [1] "Neoplasm of the heart" #> #> #> $`Neoplasm of the liver` #> $`Neoplasm of the liver`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002896" #> #> $`Neoplasm of the liver`$`_id` #> [1] "HP_0002896<HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Neoplasm of the liver`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the liver`$publicGeneCount #> [1] 1 #> #> $`Neoplasm of the liver`$urlId #> [1] "HP_0002896" #> #> $`Neoplasm of the liver`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of the liver`$`_parent` #> [1] "HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Neoplasm of the liver`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the liver`$children #> $`Neoplasm of the liver`$children[[1]] #> [1] "HP_0012028<HP_0002896<HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the liver`$value #> [1] "Neoplasm of the liver" #> #> #> $`Neoplasm of the skin` #> $`Neoplasm of the skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008069" #> #> $`Neoplasm of the skin`$`_id` #> [1] "HP_0008069<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Neoplasm of the skin`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the skin`$publicGeneCount #> [1] 1 #> #> $`Neoplasm of the skin`$urlId #> [1] "HP_0008069" #> #> $`Neoplasm of the skin`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of the skin`$`_parent` #> [1] "HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Neoplasm of the skin`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the skin`$children #> $`Neoplasm of the skin`$children[[1]] #> [1] "HP_0012035<HP_0008069<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the skin`$value #> [1] "Neoplasm of the skin" #> #> #> $`Neoplasm of the skin` #> $`Neoplasm of the skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008069" #> #> $`Neoplasm of the skin`$`_id` #> [1] "HP_0008069<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of the skin`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the skin`$publicGeneCount #> [1] 1 #> #> $`Neoplasm of the skin`$urlId #> [1] "HP_0008069" #> #> $`Neoplasm of the skin`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of the skin`$`_parent` #> [1] "HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of the skin`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the skin`$children #> $`Neoplasm of the skin`$children[[1]] #> [1] "HP_0012035<HP_0008069<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the skin`$value #> [1] "Neoplasm of the skin" #> #> #> $`Neoplasm of the thyroid gland` #> $`Neoplasm of the thyroid gland`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100031" #> #> $`Neoplasm of the thyroid gland`$`_id` #> [1] "HP_0100031<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Neoplasm of the thyroid gland`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the thyroid gland`$publicGeneCount #> [1] 2 #> #> $`Neoplasm of the thyroid gland`$urlId #> [1] "HP_0100031" #> #> $`Neoplasm of the thyroid gland`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of the thyroid gland`$`_parent` #> [1] "HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Neoplasm of the thyroid gland`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the thyroid gland`$children #> $`Neoplasm of the thyroid gland`$children[[1]] #> [1] "HP_0002890<HP_0100031<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the thyroid gland`$value #> [1] "Neoplasm of the thyroid gland" #> #> #> $`Neoplasm of the thyroid gland` #> $`Neoplasm of the thyroid gland`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100031" #> #> $`Neoplasm of the thyroid gland`$`_id` #> [1] "HP_0100031<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of the thyroid gland`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the thyroid gland`$publicGeneCount #> [1] 2 #> #> $`Neoplasm of the thyroid gland`$urlId #> [1] "HP_0100031" #> #> $`Neoplasm of the thyroid gland`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of the thyroid gland`$`_parent` #> [1] "HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of the thyroid gland`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the thyroid gland`$children #> $`Neoplasm of the thyroid gland`$children[[1]] #> [1] "HP_0002890<HP_0100031<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the thyroid gland`$value #> [1] "Neoplasm of the thyroid gland" #> #> #> $`neovascular glaucoma` #> $`neovascular glaucoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1687" #> #> $`neovascular glaucoma`$`_id` #> [1] "DOID_1687<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`neovascular glaucoma`$privateGeneCount #> [1] 0 #> #> $`neovascular glaucoma`$publicGeneCount #> [1] 3 #> #> $`neovascular glaucoma`$urlId #> [1] "DOID_1687" #> #> $`neovascular glaucoma`$dbPhenotype #> [1] TRUE #> #> $`neovascular glaucoma`$`_parent` #> [1] "DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`neovascular glaucoma`$`_is_leaf` #> [1] TRUE #> #> $`neovascular glaucoma`$children #> list() #> #> $`neovascular glaucoma`$value #> [1] "neovascular glaucoma" #> #> #> $`neovascular inflammatory vitreoretinopathy` #> $`neovascular inflammatory vitreoretinopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9719" #> #> $`neovascular inflammatory vitreoretinopathy`$`_id` #> [1] "DOID_9719<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`neovascular inflammatory vitreoretinopathy`$privateGeneCount #> [1] 0 #> #> $`neovascular inflammatory vitreoretinopathy`$publicGeneCount #> [1] 13 #> #> $`neovascular inflammatory vitreoretinopathy`$urlId #> [1] "DOID_9719" #> #> $`neovascular inflammatory vitreoretinopathy`$dbPhenotype #> [1] TRUE #> #> $`neovascular inflammatory vitreoretinopathy`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`neovascular inflammatory vitreoretinopathy`$`_is_leaf` #> [1] TRUE #> #> $`neovascular inflammatory vitreoretinopathy`$children #> list() #> #> $`neovascular inflammatory vitreoretinopathy`$value #> [1] "neovascular inflammatory vitreoretinopathy" #> #> #> $`neovascular inflammatory vitreoretinopathy` #> $`neovascular inflammatory vitreoretinopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9719" #> #> $`neovascular inflammatory vitreoretinopathy`$`_id` #> [1] "DOID_9719<DOID_9720<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`neovascular inflammatory vitreoretinopathy`$privateGeneCount #> [1] 0 #> #> $`neovascular inflammatory vitreoretinopathy`$publicGeneCount #> [1] 13 #> #> $`neovascular inflammatory vitreoretinopathy`$urlId #> [1] "DOID_9719" #> #> $`neovascular inflammatory vitreoretinopathy`$dbPhenotype #> [1] TRUE #> #> $`neovascular inflammatory vitreoretinopathy`$`_parent` #> [1] "DOID_9720<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`neovascular inflammatory vitreoretinopathy`$`_is_leaf` #> [1] TRUE #> #> $`neovascular inflammatory vitreoretinopathy`$children #> list() #> #> $`neovascular inflammatory vitreoretinopathy`$value #> [1] "neovascular inflammatory vitreoretinopathy" #> #> #> $nephritis #> $nephritis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10952" #> #> $nephritis$`_id` #> [1] "DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephritis$privateGeneCount #> [1] 0 #> #> $nephritis$publicGeneCount #> [1] 572 #> #> $nephritis$urlId #> [1] "DOID_10952" #> #> $nephritis$dbPhenotype #> [1] TRUE #> #> $nephritis$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephritis$`_is_leaf` #> [1] FALSE #> #> $nephritis$children #> $nephritis$children[[1]] #> [1] "DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephritis$children[[2]] #> [1] "DOID_1063<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $nephritis$value #> [1] "nephritis" #> #> #> $nephroblastoma #> $nephroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2154" #> #> $nephroblastoma$`_id` #> [1] "DOID_2154<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $nephroblastoma$privateGeneCount #> [1] 0 #> #> $nephroblastoma$publicGeneCount #> [1] 43 #> #> $nephroblastoma$urlId #> [1] "DOID_2154" #> #> $nephroblastoma$dbPhenotype #> [1] TRUE #> #> $nephroblastoma$`_parent` #> [1] "DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $nephroblastoma$`_is_leaf` #> [1] TRUE #> #> $nephroblastoma$children #> list() #> #> $nephroblastoma$value #> [1] "nephroblastoma" #> #> #> $nephroblastoma #> $nephroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2154" #> #> $nephroblastoma$`_id` #> [1] "DOID_2154<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $nephroblastoma$privateGeneCount #> [1] 0 #> #> $nephroblastoma$publicGeneCount #> [1] 43 #> #> $nephroblastoma$urlId #> [1] "DOID_2154" #> #> $nephroblastoma$dbPhenotype #> [1] TRUE #> #> $nephroblastoma$`_parent` #> [1] "DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $nephroblastoma$`_is_leaf` #> [1] TRUE #> #> $nephroblastoma$children #> list() #> #> $nephroblastoma$value #> [1] "nephroblastoma" #> #> #> $nephroblastoma #> $nephroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2154" #> #> $nephroblastoma$`_id` #> [1] "DOID_2154<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephroblastoma$privateGeneCount #> [1] 0 #> #> $nephroblastoma$publicGeneCount #> [1] 43 #> #> $nephroblastoma$urlId #> [1] "DOID_2154" #> #> $nephroblastoma$dbPhenotype #> [1] TRUE #> #> $nephroblastoma$`_parent` #> [1] "DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephroblastoma$`_is_leaf` #> [1] TRUE #> #> $nephroblastoma$children #> list() #> #> $nephroblastoma$value #> [1] "nephroblastoma" #> #> #> $Nephroblastoma #> $Nephroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002667" #> #> $Nephroblastoma$`_id` #> [1] "HP_0002667<HP_0011794<HP_0009726<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephroblastoma$privateGeneCount #> [1] 0 #> #> $Nephroblastoma$publicGeneCount #> [1] 2 #> #> $Nephroblastoma$urlId #> [1] "HP_0002667" #> #> $Nephroblastoma$dbPhenotype #> [1] TRUE #> #> $Nephroblastoma$`_parent` #> [1] "HP_0011794<HP_0009726<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephroblastoma$`_is_leaf` #> [1] TRUE #> #> $Nephroblastoma$children #> list() #> #> $Nephroblastoma$value #> [1] "Nephroblastoma" #> #> #> $Nephroblastoma #> $Nephroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002667" #> #> $Nephroblastoma$`_id` #> [1] "HP_0002667<HP_0011794<HP_0009726<HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephroblastoma$privateGeneCount #> [1] 0 #> #> $Nephroblastoma$publicGeneCount #> [1] 2 #> #> $Nephroblastoma$urlId #> [1] "HP_0002667" #> #> $Nephroblastoma$dbPhenotype #> [1] TRUE #> #> $Nephroblastoma$`_parent` #> [1] "HP_0011794<HP_0009726<HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephroblastoma$`_is_leaf` #> [1] TRUE #> #> $Nephroblastoma$children #> list() #> #> $Nephroblastoma$value #> [1] "Nephroblastoma" #> #> #> $nephrocalcinosis #> $nephrocalcinosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12679" #> #> $nephrocalcinosis$`_id` #> [1] "DOID_12679<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephrocalcinosis$privateGeneCount #> [1] 0 #> #> $nephrocalcinosis$publicGeneCount #> [1] 5 #> #> $nephrocalcinosis$urlId #> [1] "DOID_12679" #> #> $nephrocalcinosis$dbPhenotype #> [1] TRUE #> #> $nephrocalcinosis$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephrocalcinosis$`_is_leaf` #> [1] TRUE #> #> $nephrocalcinosis$children #> list() #> #> $nephrocalcinosis$value #> [1] "nephrocalcinosis" #> #> #> $`nephrogenic diabetes insipidus` #> $`nephrogenic diabetes insipidus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12387" #> #> $`nephrogenic diabetes insipidus`$`_id` #> [1] "DOID_12387<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`nephrogenic diabetes insipidus`$privateGeneCount #> [1] 0 #> #> $`nephrogenic diabetes insipidus`$publicGeneCount #> [1] 3 #> #> $`nephrogenic diabetes insipidus`$urlId #> [1] "DOID_12387" #> #> $`nephrogenic diabetes insipidus`$dbPhenotype #> [1] TRUE #> #> $`nephrogenic diabetes insipidus`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`nephrogenic diabetes insipidus`$`_is_leaf` #> [1] TRUE #> #> $`nephrogenic diabetes insipidus`$children #> list() #> #> $`nephrogenic diabetes insipidus`$value #> [1] "nephrogenic diabetes insipidus" #> #> #> $nephrolithiasis #> $nephrolithiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_585" #> #> $nephrolithiasis$`_id` #> [1] "DOID_585<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephrolithiasis$privateGeneCount #> [1] 0 #> #> $nephrolithiasis$publicGeneCount #> [1] 19 #> #> $nephrolithiasis$urlId #> [1] "DOID_585" #> #> $nephrolithiasis$dbPhenotype #> [1] TRUE #> #> $nephrolithiasis$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephrolithiasis$`_is_leaf` #> [1] FALSE #> #> $nephrolithiasis$children #> $nephrolithiasis$children[[1]] #> [1] "DOID_580<DOID_585<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $nephrolithiasis$value #> [1] "nephrolithiasis" #> #> #> $Nephrolithiasis #> $Nephrolithiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000787" #> #> $Nephrolithiasis$`_id` #> [1] "HP_0000787<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephrolithiasis$privateGeneCount #> [1] 0 #> #> $Nephrolithiasis$publicGeneCount #> [1] 1 #> #> $Nephrolithiasis$urlId #> [1] "HP_0000787" #> #> $Nephrolithiasis$dbPhenotype #> [1] FALSE #> #> $Nephrolithiasis$`_parent` #> [1] "HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephrolithiasis$`_is_leaf` #> [1] FALSE #> #> $Nephrolithiasis$children #> $Nephrolithiasis$children[[1]] #> [1] "HP_0000791<HP_0000787<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $Nephrolithiasis$value #> [1] "Nephrolithiasis" #> #> #> $nephronophthisis #> $nephronophthisis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12712" #> #> $nephronophthisis$`_id` #> [1] "DOID_12712<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $nephronophthisis$privateGeneCount #> [1] 0 #> #> $nephronophthisis$publicGeneCount #> [1] 16 #> #> $nephronophthisis$urlId #> [1] "DOID_12712" #> #> $nephronophthisis$dbPhenotype #> [1] TRUE #> #> $nephronophthisis$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $nephronophthisis$`_is_leaf` #> [1] TRUE #> #> $nephronophthisis$children #> list() #> #> $nephronophthisis$value #> [1] "nephronophthisis" #> #> #> $nephronophthisis #> $nephronophthisis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12712" #> #> $nephronophthisis$`_id` #> [1] "DOID_12712<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephronophthisis$privateGeneCount #> [1] 0 #> #> $nephronophthisis$publicGeneCount #> [1] 16 #> #> $nephronophthisis$urlId #> [1] "DOID_12712" #> #> $nephronophthisis$dbPhenotype #> [1] TRUE #> #> $nephronophthisis$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephronophthisis$`_is_leaf` #> [1] TRUE #> #> $nephronophthisis$children #> list() #> #> $nephronophthisis$value #> [1] "nephronophthisis" #> #> #> $Nephronophthisis #> $Nephronophthisis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000090" #> #> $Nephronophthisis$`_id` #> [1] "HP_0000090<HP_0100957<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephronophthisis$privateGeneCount #> [1] 0 #> #> $Nephronophthisis$publicGeneCount #> [1] 1 #> #> $Nephronophthisis$urlId #> [1] "HP_0000090" #> #> $Nephronophthisis$dbPhenotype #> [1] TRUE #> #> $Nephronophthisis$`_parent` #> [1] "HP_0100957<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephronophthisis$`_is_leaf` #> [1] TRUE #> #> $Nephronophthisis$children #> list() #> #> $Nephronophthisis$value #> [1] "Nephronophthisis" #> #> #> $Nephropathy #> $Nephropathy$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000112" #> #> $Nephropathy$`_id` #> [1] "HP_0000112<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephropathy$privateGeneCount #> [1] 0 #> #> $Nephropathy$publicGeneCount #> [1] 6 #> #> $Nephropathy$urlId #> [1] "HP_0000112" #> #> $Nephropathy$dbPhenotype #> [1] TRUE #> #> $Nephropathy$`_parent` #> [1] "HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephropathy$`_is_leaf` #> [1] TRUE #> #> $Nephropathy$children #> list() #> #> $Nephropathy$value #> [1] "Nephropathy" #> #> #> $Nephropathy #> $Nephropathy$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000112" #> #> $Nephropathy$`_id` #> [1] "HP_0000112<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephropathy$privateGeneCount #> [1] 0 #> #> $Nephropathy$publicGeneCount #> [1] 6 #> #> $Nephropathy$urlId #> [1] "HP_0000112" #> #> $Nephropathy$dbPhenotype #> [1] TRUE #> #> $Nephropathy$`_parent` #> [1] "HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephropathy$`_is_leaf` #> [1] TRUE #> #> $Nephropathy$children #> list() #> #> $Nephropathy$value #> [1] "Nephropathy" #> #> #> $nephrosclerosis #> $nephrosclerosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11664" #> #> $nephrosclerosis$`_id` #> [1] "DOID_11664<DOID_1073<DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $nephrosclerosis$privateGeneCount #> [1] 0 #> #> $nephrosclerosis$publicGeneCount #> [1] 4 #> #> $nephrosclerosis$urlId #> [1] "DOID_11664" #> #> $nephrosclerosis$dbPhenotype #> [1] TRUE #> #> $nephrosclerosis$`_parent` #> [1] "DOID_1073<DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $nephrosclerosis$`_is_leaf` #> [1] TRUE #> #> $nephrosclerosis$children #> list() #> #> $nephrosclerosis$value #> [1] "nephrosclerosis" #> #> #> $nephrosclerosis #> $nephrosclerosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11664" #> #> $nephrosclerosis$`_id` #> [1] "DOID_11664<DOID_1073<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephrosclerosis$privateGeneCount #> [1] 0 #> #> $nephrosclerosis$publicGeneCount #> [1] 4 #> #> $nephrosclerosis$urlId #> [1] "DOID_11664" #> #> $nephrosclerosis$dbPhenotype #> [1] TRUE #> #> $nephrosclerosis$`_parent` #> [1] "DOID_1073<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephrosclerosis$`_is_leaf` #> [1] TRUE #> #> $nephrosclerosis$children #> list() #> #> $nephrosclerosis$value #> [1] "nephrosclerosis" #> #> #> $nephrosis #> $nephrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2527" #> #> $nephrosis$`_id` #> [1] "DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephrosis$privateGeneCount #> [1] 0 #> #> $nephrosis$publicGeneCount #> [1] 65 #> #> $nephrosis$urlId #> [1] "DOID_2527" #> #> $nephrosis$dbPhenotype #> [1] TRUE #> #> $nephrosis$`_parent` #> [1] "DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephrosis$`_is_leaf` #> [1] FALSE #> #> $nephrosis$children #> $nephrosis$children[[1]] #> [1] "DOID_1184<DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $nephrosis$value #> [1] "nephrosis" #> #> #> $`nephrotic syndrome` #> $`nephrotic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1184" #> #> $`nephrotic syndrome`$`_id` #> [1] "DOID_1184<DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`nephrotic syndrome`$privateGeneCount #> [1] 0 #> #> $`nephrotic syndrome`$publicGeneCount #> [1] 48 #> #> $`nephrotic syndrome`$urlId #> [1] "DOID_1184" #> #> $`nephrotic syndrome`$dbPhenotype #> [1] TRUE #> #> $`nephrotic syndrome`$`_parent` #> [1] "DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`nephrotic syndrome`$`_is_leaf` #> [1] FALSE #> #> $`nephrotic syndrome`$children #> $`nephrotic syndrome`$children[[1]] #> [1] "DOID_2590<DOID_1184<DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`nephrotic syndrome`$children[[2]] #> [1] "DOID_10966<DOID_1184<DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`nephrotic syndrome`$value #> [1] "nephrotic syndrome" #> #> #> $`nerve compression syndrome` #> $`nerve compression syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_573" #> #> $`nerve compression syndrome`$`_id` #> [1] "DOID_573<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`nerve compression syndrome`$privateGeneCount #> [1] 0 #> #> $`nerve compression syndrome`$publicGeneCount #> [1] 1 #> #> $`nerve compression syndrome`$urlId #> [1] "DOID_573" #> #> $`nerve compression syndrome`$dbPhenotype #> [1] FALSE #> #> $`nerve compression syndrome`$`_parent` #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`nerve compression syndrome`$`_is_leaf` #> [1] FALSE #> #> $`nerve compression syndrome`$children #> $`nerve compression syndrome`$children[[1]] #> [1] "DOID_12169<DOID_573<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`nerve compression syndrome`$value #> [1] "nerve compression syndrome" #> #> #> $`nervous system benign neoplasm` #> $`nervous system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060115" #> #> $`nervous system benign neoplasm`$`_id` #> [1] "DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`nervous system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`nervous system benign neoplasm`$publicGeneCount #> [1] 75 #> #> $`nervous system benign neoplasm`$urlId #> [1] "DOID_0060115" #> #> $`nervous system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`nervous system benign neoplasm`$`_parent` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`nervous system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`nervous system benign neoplasm`$children #> $`nervous system benign neoplasm`$children[[1]] #> [1] "DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`nervous system benign neoplasm`$children[[2]] #> [1] "DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`nervous system benign neoplasm`$value #> [1] "nervous system benign neoplasm" #> #> #> $`nervous system benign neoplasm` #> $`nervous system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060115" #> #> $`nervous system benign neoplasm`$`_id` #> [1] "DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`nervous system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`nervous system benign neoplasm`$publicGeneCount #> [1] 75 #> #> $`nervous system benign neoplasm`$urlId #> [1] "DOID_0060115" #> #> $`nervous system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`nervous system benign neoplasm`$`_parent` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`nervous system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`nervous system benign neoplasm`$children #> $`nervous system benign neoplasm`$children[[1]] #> [1] "DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`nervous system benign neoplasm`$children[[2]] #> [1] "DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> #> $`nervous system benign neoplasm`$value #> [1] "nervous system benign neoplasm" #> #> #> $`nervous system cancer` #> $`nervous system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3093" #> #> $`nervous system cancer`$`_id` #> [1] "DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nervous system cancer`$privateGeneCount #> [1] 0 #> #> $`nervous system cancer`$publicGeneCount #> [1] 305 #> #> $`nervous system cancer`$urlId #> [1] "DOID_3093" #> #> $`nervous system cancer`$dbPhenotype #> [1] FALSE #> #> $`nervous system cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nervous system cancer`$`_is_leaf` #> [1] FALSE #> #> $`nervous system cancer`$children #> $`nervous system cancer`$children[[1]] #> [1] "DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nervous system cancer`$children[[2]] #> [1] "DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nervous system cancer`$children[[3]] #> [1] "DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nervous system cancer`$children[[4]] #> [1] "DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`nervous system cancer`$value #> [1] "nervous system cancer" #> #> #> $`nervous system cancer` #> $`nervous system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3093" #> #> $`nervous system cancer`$`_id` #> [1] "DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`nervous system cancer`$privateGeneCount #> [1] 0 #> #> $`nervous system cancer`$publicGeneCount #> [1] 305 #> #> $`nervous system cancer`$urlId #> [1] "DOID_3093" #> #> $`nervous system cancer`$dbPhenotype #> [1] FALSE #> #> $`nervous system cancer`$`_parent` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`nervous system cancer`$`_is_leaf` #> [1] FALSE #> #> $`nervous system cancer`$children #> $`nervous system cancer`$children[[1]] #> [1] "DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`nervous system cancer`$children[[2]] #> [1] "DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`nervous system cancer`$children[[3]] #> [1] "DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`nervous system cancer`$children[[4]] #> [1] "DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`nervous system cancer`$value #> [1] "nervous system cancer" #> #> #> $`nervous system disease` #> $`nervous system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_863" #> #> $`nervous system disease`$`_id` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`nervous system disease`$privateGeneCount #> [1] 0 #> #> $`nervous system disease`$publicGeneCount #> [1] 2610 #> #> $`nervous system disease`$urlId #> [1] "DOID_863" #> #> $`nervous system disease`$dbPhenotype #> [1] TRUE #> #> $`nervous system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`nervous system disease`$`_is_leaf` #> [1] FALSE #> #> $`nervous system disease`$children #> $`nervous system disease`$children[[1]] #> [1] "DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`nervous system disease`$children[[2]] #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`nervous system disease`$children[[3]] #> [1] "DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $`nervous system disease`$children[[4]] #> [1] "DOID_8536<DOID_863<DOID_7<DOID_4" #> #> $`nervous system disease`$children[[5]] #> [1] "DOID_12697<DOID_863<DOID_7<DOID_4" #> #> $`nervous system disease`$children[[6]] #> [1] "DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`nervous system disease`$children[[7]] #> [1] "DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`nervous system disease`$children[[8]] #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`nervous system disease`$children[[9]] #> [1] "DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`nervous system disease`$children[[10]] #> [1] "DOID_3602<DOID_863<DOID_7<DOID_4" #> #> #> $`nervous system disease`$value #> [1] "nervous system disease" #> #> #> $`nervous system phenotype` #> $`nervous system phenotype`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0003631" #> #> $`nervous system phenotype`$`_id` #> [1] "MP_0003631<MP_0000001" #> #> $`nervous system phenotype`$privateGeneCount #> [1] 0 #> #> $`nervous system phenotype`$publicGeneCount #> [1] 6 #> #> $`nervous system phenotype`$urlId #> [1] "MP_0003631" #> #> $`nervous system phenotype`$dbPhenotype #> [1] FALSE #> #> $`nervous system phenotype`$`_parent` #> [1] "MP_0000001" #> #> $`nervous system phenotype`$`_is_leaf` #> [1] FALSE #> #> $`nervous system phenotype`$children #> $`nervous system phenotype`$children[[1]] #> [1] "MP_0003632<MP_0003631<MP_0000001" #> #> $`nervous system phenotype`$children[[2]] #> [1] "MP_0003633<MP_0003631<MP_0000001" #> #> #> $`nervous system phenotype`$value #> [1] "nervous system phenotype" #> #> #> $`Netherton syndrome` #> $`Netherton syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050474" #> #> $`Netherton syndrome`$`_id` #> [1] "DOID_0050474<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Netherton syndrome`$privateGeneCount #> [1] 0 #> #> $`Netherton syndrome`$publicGeneCount #> [1] 3 #> #> $`Netherton syndrome`$urlId #> [1] "DOID_0050474" #> #> $`Netherton syndrome`$dbPhenotype #> [1] TRUE #> #> $`Netherton syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Netherton syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Netherton syndrome`$children #> list() #> #> $`Netherton syndrome`$value #> [1] "Netherton syndrome" #> #> #> $`Netherton syndrome` #> $`Netherton syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050474" #> #> $`Netherton syndrome`$`_id` #> [1] "DOID_0050474<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Netherton syndrome`$privateGeneCount #> [1] 0 #> #> $`Netherton syndrome`$publicGeneCount #> [1] 3 #> #> $`Netherton syndrome`$urlId #> [1] "DOID_0050474" #> #> $`Netherton syndrome`$dbPhenotype #> [1] TRUE #> #> $`Netherton syndrome`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Netherton syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Netherton syndrome`$children #> list() #> #> $`Netherton syndrome`$value #> [1] "Netherton syndrome" #> #> #> $`Neu-Laxova syndrome 1` #> $`Neu-Laxova syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080076" #> #> $`Neu-Laxova syndrome 1`$`_id` #> [1] "DOID_0080076<DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`Neu-Laxova syndrome 1`$privateGeneCount #> [1] 0 #> #> $`Neu-Laxova syndrome 1`$publicGeneCount #> [1] 1 #> #> $`Neu-Laxova syndrome 1`$urlId #> [1] "DOID_0080076" #> #> $`Neu-Laxova syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`Neu-Laxova syndrome 1`$`_parent` #> [1] "DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`Neu-Laxova syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`Neu-Laxova syndrome 1`$children #> list() #> #> $`Neu-Laxova syndrome 1`$value #> [1] "Neu-Laxova syndrome 1" #> #> #> $`Neu-Laxova syndrome 2` #> $`Neu-Laxova syndrome 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080075" #> #> $`Neu-Laxova syndrome 2`$`_id` #> [1] "DOID_0080075<DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`Neu-Laxova syndrome 2`$privateGeneCount #> [1] 0 #> #> $`Neu-Laxova syndrome 2`$publicGeneCount #> [1] 1 #> #> $`Neu-Laxova syndrome 2`$urlId #> [1] "DOID_0080075" #> #> $`Neu-Laxova syndrome 2`$dbPhenotype #> [1] TRUE #> #> $`Neu-Laxova syndrome 2`$`_parent` #> [1] "DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`Neu-Laxova syndrome 2`$`_is_leaf` #> [1] TRUE #> #> $`Neu-Laxova syndrome 2`$children #> list() #> #> $`Neu-Laxova syndrome 2`$value #> [1] "Neu-Laxova syndrome 2" #> #> #> $`neural tube defect` #> $`neural tube defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080074" #> #> $`neural tube defect`$`_id` #> [1] "DOID_0080074<DOID_0080015<DOID_4" #> #> $`neural tube defect`$privateGeneCount #> [1] 0 #> #> $`neural tube defect`$publicGeneCount #> [1] 14 #> #> $`neural tube defect`$urlId #> [1] "DOID_0080074" #> #> $`neural tube defect`$dbPhenotype #> [1] TRUE #> #> $`neural tube defect`$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $`neural tube defect`$`_is_leaf` #> [1] FALSE #> #> $`neural tube defect`$children #> $`neural tube defect`$children[[1]] #> [1] "DOID_0060285<DOID_0080074<DOID_0080015<DOID_4" #> #> $`neural tube defect`$children[[2]] #> [1] "DOID_0080016<DOID_0080074<DOID_0080015<DOID_4" #> #> #> $`neural tube defect`$value #> [1] "neural tube defect" #> #> #> $`Neural tube defect` #> $`Neural tube defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0045005" #> #> $`Neural tube defect`$`_id` #> [1] "HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neural tube defect`$privateGeneCount #> [1] 0 #> #> $`Neural tube defect`$publicGeneCount #> [1] 4 #> #> $`Neural tube defect`$urlId #> [1] "HP_0045005" #> #> $`Neural tube defect`$dbPhenotype #> [1] FALSE #> #> $`Neural tube defect`$`_parent` #> [1] "HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neural tube defect`$`_is_leaf` #> [1] FALSE #> #> $`Neural tube defect`$children #> $`Neural tube defect`$children[[1]] #> [1] "HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Neural tube defect`$value #> [1] "Neural tube defect" #> #> #> $neurilemmoma #> $neurilemmoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3192" #> #> $neurilemmoma$`_id` #> [1] "DOID_3192<DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $neurilemmoma$privateGeneCount #> [1] 0 #> #> $neurilemmoma$publicGeneCount #> [1] 21 #> #> $neurilemmoma$urlId #> [1] "DOID_3192" #> #> $neurilemmoma$dbPhenotype #> [1] TRUE #> #> $neurilemmoma$`_parent` #> [1] "DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $neurilemmoma$`_is_leaf` #> [1] FALSE #> #> $neurilemmoma$children #> $neurilemmoma$children[[1]] #> [1] "DOID_12689<DOID_3192<DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $neurilemmoma$children[[2]] #> [1] "DOID_3204<DOID_3192<DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $neurilemmoma$value #> [1] "neurilemmoma" #> #> #> $neurilemmoma #> $neurilemmoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3192" #> #> $neurilemmoma$`_id` #> [1] "DOID_3192<DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $neurilemmoma$privateGeneCount #> [1] 0 #> #> $neurilemmoma$publicGeneCount #> [1] 21 #> #> $neurilemmoma$urlId #> [1] "DOID_3192" #> #> $neurilemmoma$dbPhenotype #> [1] TRUE #> #> $neurilemmoma$`_parent` #> [1] "DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $neurilemmoma$`_is_leaf` #> [1] FALSE #> #> $neurilemmoma$children #> $neurilemmoma$children[[1]] #> [1] "DOID_12689<DOID_3192<DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $neurilemmoma$children[[2]] #> [1] "DOID_3204<DOID_3192<DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> #> $neurilemmoma$value #> [1] "neurilemmoma" #> #> #> $neurilemmomatosis #> $neurilemmomatosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3204" #> #> $neurilemmomatosis$`_id` #> [1] "DOID_3204<DOID_3192<DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $neurilemmomatosis$privateGeneCount #> [1] 0 #> #> $neurilemmomatosis$publicGeneCount #> [1] 3 #> #> $neurilemmomatosis$urlId #> [1] "DOID_3204" #> #> $neurilemmomatosis$dbPhenotype #> [1] TRUE #> #> $neurilemmomatosis$`_parent` #> [1] "DOID_3192<DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $neurilemmomatosis$`_is_leaf` #> [1] TRUE #> #> $neurilemmomatosis$children #> list() #> #> $neurilemmomatosis$value #> [1] "neurilemmomatosis" #> #> #> $neurilemmomatosis #> $neurilemmomatosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3204" #> #> $neurilemmomatosis$`_id` #> [1] "DOID_3204<DOID_3192<DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $neurilemmomatosis$privateGeneCount #> [1] 0 #> #> $neurilemmomatosis$publicGeneCount #> [1] 3 #> #> $neurilemmomatosis$urlId #> [1] "DOID_3204" #> #> $neurilemmomatosis$dbPhenotype #> [1] TRUE #> #> $neurilemmomatosis$`_parent` #> [1] "DOID_3192<DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $neurilemmomatosis$`_is_leaf` #> [1] TRUE #> #> $neurilemmomatosis$children #> list() #> #> $neurilemmomatosis$value #> [1] "neurilemmomatosis" #> #> #> $neuritis #> $neuritis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1803" #> #> $neuritis$`_id` #> [1] "DOID_1803<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuritis$privateGeneCount #> [1] 0 #> #> $neuritis$publicGeneCount #> [1] 2 #> #> $neuritis$urlId #> [1] "DOID_1803" #> #> $neuritis$dbPhenotype #> [1] TRUE #> #> $neuritis$`_parent` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuritis$`_is_leaf` #> [1] FALSE #> #> $neuritis$children #> $neuritis$children[[1]] #> [1] "DOID_3689<DOID_1803<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $neuritis$value #> [1] "neuritis" #> #> #> $neuroacanthocytosis #> $neuroacanthocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050765" #> #> $neuroacanthocytosis$`_id` #> [1] "DOID_0050765<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $neuroacanthocytosis$privateGeneCount #> [1] 0 #> #> $neuroacanthocytosis$publicGeneCount #> [1] 1 #> #> $neuroacanthocytosis$urlId #> [1] "DOID_0050765" #> #> $neuroacanthocytosis$dbPhenotype #> [1] TRUE #> #> $neuroacanthocytosis$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $neuroacanthocytosis$`_is_leaf` #> [1] TRUE #> #> $neuroacanthocytosis$children #> list() #> #> $neuroacanthocytosis$value #> [1] "neuroacanthocytosis" #> #> #> $`neuroaxonal dystrophy` #> $`neuroaxonal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2367" #> #> $`neuroaxonal dystrophy`$`_id` #> [1] "DOID_2367<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neuroaxonal dystrophy`$privateGeneCount #> [1] 0 #> #> $`neuroaxonal dystrophy`$publicGeneCount #> [1] 6 #> #> $`neuroaxonal dystrophy`$urlId #> [1] "DOID_2367" #> #> $`neuroaxonal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`neuroaxonal dystrophy`$`_parent` #> [1] "DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neuroaxonal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`neuroaxonal dystrophy`$children #> list() #> #> $`neuroaxonal dystrophy`$value #> [1] "neuroaxonal dystrophy" #> #> #> $neuroblastoma #> $neuroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_769" #> #> $neuroblastoma$`_id` #> [1] "DOID_769<DOID_2621<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $neuroblastoma$privateGeneCount #> [1] 0 #> #> $neuroblastoma$publicGeneCount #> [1] 51 #> #> $neuroblastoma$urlId #> [1] "DOID_769" #> #> $neuroblastoma$dbPhenotype #> [1] TRUE #> #> $neuroblastoma$`_parent` #> [1] "DOID_2621<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $neuroblastoma$`_is_leaf` #> [1] TRUE #> #> $neuroblastoma$children #> list() #> #> $neuroblastoma$value #> [1] "neuroblastoma" #> #> #> $neuroblastoma #> $neuroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_769" #> #> $neuroblastoma$`_id` #> [1] "DOID_769<DOID_2621<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $neuroblastoma$privateGeneCount #> [1] 0 #> #> $neuroblastoma$publicGeneCount #> [1] 51 #> #> $neuroblastoma$urlId #> [1] "DOID_769" #> #> $neuroblastoma$dbPhenotype #> [1] TRUE #> #> $neuroblastoma$`_parent` #> [1] "DOID_2621<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $neuroblastoma$`_is_leaf` #> [1] TRUE #> #> $neuroblastoma$children #> list() #> #> $neuroblastoma$value #> [1] "neuroblastoma" #> #> #> $neuroblastoma #> $neuroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_769" #> #> $neuroblastoma$`_id` #> [1] "DOID_769<DOID_2621<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuroblastoma$privateGeneCount #> [1] 0 #> #> $neuroblastoma$publicGeneCount #> [1] 51 #> #> $neuroblastoma$urlId #> [1] "DOID_769" #> #> $neuroblastoma$dbPhenotype #> [1] TRUE #> #> $neuroblastoma$`_parent` #> [1] "DOID_2621<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuroblastoma$`_is_leaf` #> [1] TRUE #> #> $neuroblastoma$children #> list() #> #> $neuroblastoma$value #> [1] "neuroblastoma" #> #> #> $`neurocirculatory asthenia` #> $`neurocirculatory asthenia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11569" #> #> $`neurocirculatory asthenia`$`_id` #> [1] "DOID_11569<DOID_4737<DOID_150<DOID_4" #> #> $`neurocirculatory asthenia`$privateGeneCount #> [1] 0 #> #> $`neurocirculatory asthenia`$publicGeneCount #> [1] 1 #> #> $`neurocirculatory asthenia`$urlId #> [1] "DOID_11569" #> #> $`neurocirculatory asthenia`$dbPhenotype #> [1] TRUE #> #> $`neurocirculatory asthenia`$`_parent` #> [1] "DOID_4737<DOID_150<DOID_4" #> #> $`neurocirculatory asthenia`$`_is_leaf` #> [1] TRUE #> #> $`neurocirculatory asthenia`$children #> list() #> #> $`neurocirculatory asthenia`$value #> [1] "neurocirculatory asthenia" #> #> #> $Neurodegeneration #> $Neurodegeneration$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002180" #> #> $Neurodegeneration$`_id` #> [1] "HP_0002180<HP_0007367<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Neurodegeneration$privateGeneCount #> [1] 0 #> #> $Neurodegeneration$publicGeneCount #> [1] 1 #> #> $Neurodegeneration$urlId #> [1] "HP_0002180" #> #> $Neurodegeneration$dbPhenotype #> [1] TRUE #> #> $Neurodegeneration$`_parent` #> [1] "HP_0007367<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Neurodegeneration$`_is_leaf` #> [1] TRUE #> #> $Neurodegeneration$children #> list() #> #> $Neurodegeneration$value #> [1] "Neurodegeneration" #> #> #> $neurodegeneration #> $neurodegeneration$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002229" #> #> $neurodegeneration$`_id` #> [1] "MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> $neurodegeneration$privateGeneCount #> [1] 0 #> #> $neurodegeneration$publicGeneCount #> [1] 2 #> #> $neurodegeneration$urlId #> [1] "MP_0002229" #> #> $neurodegeneration$dbPhenotype #> [1] FALSE #> #> $neurodegeneration$`_parent` #> [1] "MP_0003632<MP_0003631<MP_0000001" #> #> $neurodegeneration$`_is_leaf` #> [1] FALSE #> #> $neurodegeneration$children #> $neurodegeneration$children[[1]] #> [1] "MP_0005405<MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> $neurodegeneration$children[[2]] #> [1] "MP_0003224<MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> #> $neurodegeneration$value #> [1] "neurodegeneration" #> #> #> $`neurodegeneration with brain iron accumulation` #> $`neurodegeneration with brain iron accumulation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0110734" #> #> $`neurodegeneration with brain iron accumulation`$`_id` #> [1] "DOID_0110734<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegeneration with brain iron accumulation`$privateGeneCount #> [1] 0 #> #> $`neurodegeneration with brain iron accumulation`$publicGeneCount #> [1] 9 #> #> $`neurodegeneration with brain iron accumulation`$urlId #> [1] "DOID_0110734" #> #> $`neurodegeneration with brain iron accumulation`$dbPhenotype #> [1] FALSE #> #> $`neurodegeneration with brain iron accumulation`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegeneration with brain iron accumulation`$`_is_leaf` #> [1] FALSE #> #> $`neurodegeneration with brain iron accumulation`$children #> $`neurodegeneration with brain iron accumulation`$children[[1]] #> [1] "DOID_3981<DOID_0110734<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`neurodegeneration with brain iron accumulation`$value #> [1] "neurodegeneration with brain iron accumulation" #> #> #> $`neurodegenerative disease` #> $`neurodegenerative disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1289" #> #> $`neurodegenerative disease`$`_id` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$privateGeneCount #> [1] 0 #> #> $`neurodegenerative disease`$publicGeneCount #> [1] 950 #> #> $`neurodegenerative disease`$urlId #> [1] "DOID_1289" #> #> $`neurodegenerative disease`$dbPhenotype #> [1] TRUE #> #> $`neurodegenerative disease`$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$`_is_leaf` #> [1] FALSE #> #> $`neurodegenerative disease`$children #> $`neurodegenerative disease`$children[[1]] #> [1] "DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[2]] #> [1] "DOID_0050831<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[3]] #> [1] "DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[4]] #> [1] "DOID_12858<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[5]] #> [1] "DOID_0050883<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[6]] #> [1] "DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[7]] #> [1] "DOID_0050765<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[8]] #> [1] "DOID_0110734<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[9]] #> [1] "DOID_14784<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[10]] #> [1] "DOID_11870<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[11]] #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[12]] #> [1] "DOID_13548<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[13]] #> [1] "DOID_0060491<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[14]] #> [1] "DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[15]] #> [1] "DOID_680<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`neurodegenerative disease`$value #> [1] "neurodegenerative disease" #> #> #> $`Neurodevelopmental abnormality` #> $`Neurodevelopmental abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012759" #> #> $`Neurodevelopmental abnormality`$`_id` #> [1] "HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neurodevelopmental abnormality`$privateGeneCount #> [1] 0 #> #> $`Neurodevelopmental abnormality`$publicGeneCount #> [1] 28 #> #> $`Neurodevelopmental abnormality`$urlId #> [1] "HP_0012759" #> #> $`Neurodevelopmental abnormality`$dbPhenotype #> [1] FALSE #> #> $`Neurodevelopmental abnormality`$`_parent` #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neurodevelopmental abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Neurodevelopmental abnormality`$children #> $`Neurodevelopmental abnormality`$children[[1]] #> [1] "HP_0001249<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neurodevelopmental abnormality`$children[[2]] #> [1] "HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neurodevelopmental abnormality`$children[[3]] #> [1] "HP_0001328<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Neurodevelopmental abnormality`$value #> [1] "Neurodevelopmental abnormality" #> #> #> $`Neurodevelopmental delay` #> $`Neurodevelopmental delay`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012758" #> #> $`Neurodevelopmental delay`$`_id` #> [1] "HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neurodevelopmental delay`$privateGeneCount #> [1] 0 #> #> $`Neurodevelopmental delay`$publicGeneCount #> [1] 20 #> #> $`Neurodevelopmental delay`$urlId #> [1] "HP_0012758" #> #> $`Neurodevelopmental delay`$dbPhenotype #> [1] FALSE #> #> $`Neurodevelopmental delay`$`_parent` #> [1] "HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neurodevelopmental delay`$`_is_leaf` #> [1] FALSE #> #> $`Neurodevelopmental delay`$children #> $`Neurodevelopmental delay`$children[[1]] #> [1] "HP_0000750<HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neurodevelopmental delay`$children[[2]] #> [1] "HP_0001263<HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neurodevelopmental delay`$children[[3]] #> [1] "HP_0001270<HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Neurodevelopmental delay`$value #> [1] "Neurodevelopmental delay" #> #> #> $`neuroectodermal tumor` #> $`neuroectodermal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_171" #> #> $`neuroectodermal tumor`$`_id` #> [1] "DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`neuroectodermal tumor`$privateGeneCount #> [1] 0 #> #> $`neuroectodermal tumor`$publicGeneCount #> [1] 10 #> #> $`neuroectodermal tumor`$urlId #> [1] "DOID_171" #> #> $`neuroectodermal tumor`$dbPhenotype #> [1] TRUE #> #> $`neuroectodermal tumor`$`_parent` #> [1] "DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`neuroectodermal tumor`$`_is_leaf` #> [1] FALSE #> #> $`neuroectodermal tumor`$children #> $`neuroectodermal tumor`$children[[1]] #> [1] "DOID_0060103<DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`neuroectodermal tumor`$value #> [1] "neuroectodermal tumor" #> #> #> $`neuroectodermal tumor` #> $`neuroectodermal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_171" #> #> $`neuroectodermal tumor`$`_id` #> [1] "DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`neuroectodermal tumor`$privateGeneCount #> [1] 0 #> #> $`neuroectodermal tumor`$publicGeneCount #> [1] 10 #> #> $`neuroectodermal tumor`$urlId #> [1] "DOID_171" #> #> $`neuroectodermal tumor`$dbPhenotype #> [1] TRUE #> #> $`neuroectodermal tumor`$`_parent` #> [1] "DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`neuroectodermal tumor`$`_is_leaf` #> [1] FALSE #> #> $`neuroectodermal tumor`$children #> $`neuroectodermal tumor`$children[[1]] #> [1] "DOID_0060103<DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`neuroectodermal tumor`$value #> [1] "neuroectodermal tumor" #> #> #> $`neuroendocrine carcinoma` #> $`neuroendocrine carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1800" #> #> $`neuroendocrine carcinoma`$`_id` #> [1] "DOID_1800<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`neuroendocrine carcinoma`$privateGeneCount #> [1] 0 #> #> $`neuroendocrine carcinoma`$publicGeneCount #> [1] 4 #> #> $`neuroendocrine carcinoma`$urlId #> [1] "DOID_1800" #> #> $`neuroendocrine carcinoma`$dbPhenotype #> [1] TRUE #> #> $`neuroendocrine carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`neuroendocrine carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`neuroendocrine carcinoma`$children #> list() #> #> $`neuroendocrine carcinoma`$value #> [1] "neuroendocrine carcinoma" #> #> #> $`Neuroendocrine neoplasm` #> $`Neuroendocrine neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100634" #> #> $`Neuroendocrine neoplasm`$`_id` #> [1] "HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Neuroendocrine neoplasm`$privateGeneCount #> [1] 0 #> #> $`Neuroendocrine neoplasm`$publicGeneCount #> [1] 21 #> #> $`Neuroendocrine neoplasm`$urlId #> [1] "HP_0100634" #> #> $`Neuroendocrine neoplasm`$dbPhenotype #> [1] FALSE #> #> $`Neuroendocrine neoplasm`$`_parent` #> [1] "HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Neuroendocrine neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`Neuroendocrine neoplasm`$children #> $`Neuroendocrine neoplasm`$children[[1]] #> [1] "HP_0100570<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Neuroendocrine neoplasm`$children[[2]] #> [1] "HP_0030405<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Neuroendocrine neoplasm`$children[[3]] #> [1] "HP_0002668<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Neuroendocrine neoplasm`$children[[4]] #> [1] "HP_0002666<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Neuroendocrine neoplasm`$value #> [1] "Neuroendocrine neoplasm" #> #> #> $`Neuroendocrine neoplasm` #> $`Neuroendocrine neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100634" #> #> $`Neuroendocrine neoplasm`$`_id` #> [1] "HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neuroendocrine neoplasm`$privateGeneCount #> [1] 0 #> #> $`Neuroendocrine neoplasm`$publicGeneCount #> [1] 21 #> #> $`Neuroendocrine neoplasm`$urlId #> [1] "HP_0100634" #> #> $`Neuroendocrine neoplasm`$dbPhenotype #> [1] FALSE #> #> $`Neuroendocrine neoplasm`$`_parent` #> [1] "HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neuroendocrine neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`Neuroendocrine neoplasm`$children #> $`Neuroendocrine neoplasm`$children[[1]] #> [1] "HP_0100570<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neuroendocrine neoplasm`$children[[2]] #> [1] "HP_0030405<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neuroendocrine neoplasm`$children[[3]] #> [1] "HP_0002668<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neuroendocrine neoplasm`$children[[4]] #> [1] "HP_0002666<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Neuroendocrine neoplasm`$value #> [1] "Neuroendocrine neoplasm" #> #> #> $`neuroendocrine tumor` #> $`neuroendocrine tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_169" #> #> $`neuroendocrine tumor`$`_id` #> [1] "DOID_169<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`neuroendocrine tumor`$privateGeneCount #> [1] 0 #> #> $`neuroendocrine tumor`$publicGeneCount #> [1] 16 #> #> $`neuroendocrine tumor`$urlId #> [1] "DOID_169" #> #> $`neuroendocrine tumor`$dbPhenotype #> [1] TRUE #> #> $`neuroendocrine tumor`$`_parent` #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`neuroendocrine tumor`$`_is_leaf` #> [1] FALSE #> #> $`neuroendocrine tumor`$children #> $`neuroendocrine tumor`$children[[1]] #> [1] "DOID_5577<DOID_169<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`neuroendocrine tumor`$children[[2]] #> [1] "DOID_5574<DOID_169<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`neuroendocrine tumor`$value #> [1] "neuroendocrine tumor" #> #> #> $neurofibroma #> $neurofibroma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_962" #> #> $neurofibroma$`_id` #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $neurofibroma$privateGeneCount #> [1] 0 #> #> $neurofibroma$publicGeneCount #> [1] 6 #> #> $neurofibroma$urlId #> [1] "DOID_962" #> #> $neurofibroma$dbPhenotype #> [1] TRUE #> #> $neurofibroma$`_parent` #> [1] "DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $neurofibroma$`_is_leaf` #> [1] FALSE #> #> $neurofibroma$children #> $neurofibroma$children[[1]] #> [1] "DOID_3512<DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $neurofibroma$children[[2]] #> [1] "DOID_5151<DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $neurofibroma$value #> [1] "neurofibroma" #> #> #> $neurofibroma #> $neurofibroma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_962" #> #> $neurofibroma$`_id` #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $neurofibroma$privateGeneCount #> [1] 0 #> #> $neurofibroma$publicGeneCount #> [1] 6 #> #> $neurofibroma$urlId #> [1] "DOID_962" #> #> $neurofibroma$dbPhenotype #> [1] TRUE #> #> $neurofibroma$`_parent` #> [1] "DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $neurofibroma$`_is_leaf` #> [1] FALSE #> #> $neurofibroma$children #> $neurofibroma$children[[1]] #> [1] "DOID_3512<DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $neurofibroma$children[[2]] #> [1] "DOID_5151<DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $neurofibroma$value #> [1] "neurofibroma" #> #> #> $neurofibroma #> $neurofibroma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_962" #> #> $neurofibroma$`_id` #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neurofibroma$privateGeneCount #> [1] 0 #> #> $neurofibroma$publicGeneCount #> [1] 6 #> #> $neurofibroma$urlId #> [1] "DOID_962" #> #> $neurofibroma$dbPhenotype #> [1] TRUE #> #> $neurofibroma$`_parent` #> [1] "DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neurofibroma$`_is_leaf` #> [1] FALSE #> #> $neurofibroma$children #> $neurofibroma$children[[1]] #> [1] "DOID_3512<DOID_962<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neurofibroma$children[[2]] #> [1] "DOID_5151<DOID_962<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $neurofibroma$value #> [1] "neurofibroma" #> #> #> $neurofibromatosis #> $neurofibromatosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8712" #> #> $neurofibromatosis$`_id` #> [1] "DOID_8712<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $neurofibromatosis$privateGeneCount #> [1] 0 #> #> $neurofibromatosis$publicGeneCount #> [1] 5 #> #> $neurofibromatosis$urlId #> [1] "DOID_8712" #> #> $neurofibromatosis$dbPhenotype #> [1] TRUE #> #> $neurofibromatosis$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $neurofibromatosis$`_is_leaf` #> [1] TRUE #> #> $neurofibromatosis$children #> list() #> #> $neurofibromatosis$value #> [1] "neurofibromatosis" #> #> #> $neurofibromatosis #> $neurofibromatosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8712" #> #> $neurofibromatosis$`_id` #> [1] "DOID_8712<DOID_225<DOID_4" #> #> $neurofibromatosis$privateGeneCount #> [1] 0 #> #> $neurofibromatosis$publicGeneCount #> [1] 5 #> #> $neurofibromatosis$urlId #> [1] "DOID_8712" #> #> $neurofibromatosis$dbPhenotype #> [1] TRUE #> #> $neurofibromatosis$`_parent` #> [1] "DOID_225<DOID_4" #> #> $neurofibromatosis$`_is_leaf` #> [1] TRUE #> #> $neurofibromatosis$children #> list() #> #> $neurofibromatosis$value #> [1] "neurofibromatosis" #> #> #> $neurofibrosarcoma #> $neurofibrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3512" #> #> $neurofibrosarcoma$`_id` #> [1] "DOID_3512<DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $neurofibrosarcoma$privateGeneCount #> [1] 0 #> #> $neurofibrosarcoma$publicGeneCount #> [1] 3 #> #> $neurofibrosarcoma$urlId #> [1] "DOID_3512" #> #> $neurofibrosarcoma$dbPhenotype #> [1] TRUE #> #> $neurofibrosarcoma$`_parent` #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $neurofibrosarcoma$`_is_leaf` #> [1] TRUE #> #> $neurofibrosarcoma$children #> list() #> #> $neurofibrosarcoma$value #> [1] "neurofibrosarcoma" #> #> #> $neurofibrosarcoma #> $neurofibrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3512" #> #> $neurofibrosarcoma$`_id` #> [1] "DOID_3512<DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $neurofibrosarcoma$privateGeneCount #> [1] 0 #> #> $neurofibrosarcoma$publicGeneCount #> [1] 3 #> #> $neurofibrosarcoma$urlId #> [1] "DOID_3512" #> #> $neurofibrosarcoma$dbPhenotype #> [1] TRUE #> #> $neurofibrosarcoma$`_parent` #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $neurofibrosarcoma$`_is_leaf` #> [1] TRUE #> #> $neurofibrosarcoma$children #> list() #> #> $neurofibrosarcoma$value #> [1] "neurofibrosarcoma" #> #> #> $neurofibrosarcoma #> $neurofibrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3512" #> #> $neurofibrosarcoma$`_id` #> [1] "DOID_3512<DOID_962<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neurofibrosarcoma$privateGeneCount #> [1] 0 #> #> $neurofibrosarcoma$publicGeneCount #> [1] 3 #> #> $neurofibrosarcoma$urlId #> [1] "DOID_3512" #> #> $neurofibrosarcoma$dbPhenotype #> [1] TRUE #> #> $neurofibrosarcoma$`_parent` #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neurofibrosarcoma$`_is_leaf` #> [1] TRUE #> #> $neurofibrosarcoma$children #> list() #> #> $neurofibrosarcoma$value #> [1] "neurofibrosarcoma" #> #> #> $`neurogenic arthropathy` #> $`neurogenic arthropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14286" #> #> $`neurogenic arthropathy`$`_id` #> [1] "DOID_14286<DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`neurogenic arthropathy`$privateGeneCount #> [1] 0 #> #> $`neurogenic arthropathy`$publicGeneCount #> [1] 1 #> #> $`neurogenic arthropathy`$urlId #> [1] "DOID_14286" #> #> $`neurogenic arthropathy`$dbPhenotype #> [1] TRUE #> #> $`neurogenic arthropathy`$`_parent` #> [1] "DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`neurogenic arthropathy`$`_is_leaf` #> [1] TRUE #> #> $`neurogenic arthropathy`$children #> list() #> #> $`neurogenic arthropathy`$value #> [1] "neurogenic arthropathy" #> #> #> $`neurogenic bladder` #> $`neurogenic bladder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12143" #> #> $`neurogenic bladder`$`_id` #> [1] "DOID_12143<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`neurogenic bladder`$privateGeneCount #> [1] 0 #> #> $`neurogenic bladder`$publicGeneCount #> [1] 2 #> #> $`neurogenic bladder`$urlId #> [1] "DOID_12143" #> #> $`neurogenic bladder`$dbPhenotype #> [1] TRUE #> #> $`neurogenic bladder`$`_parent` #> [1] "DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`neurogenic bladder`$`_is_leaf` #> [1] TRUE #> #> $`neurogenic bladder`$children #> list() #> #> $`neurogenic bladder`$value #> [1] "neurogenic bladder" #> #> #> $`neurohypophyseal diabetes insipidus` #> $`neurohypophyseal diabetes insipidus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12388" #> #> $`neurohypophyseal diabetes insipidus`$`_id` #> [1] "DOID_12388<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`neurohypophyseal diabetes insipidus`$privateGeneCount #> [1] 0 #> #> $`neurohypophyseal diabetes insipidus`$publicGeneCount #> [1] 1 #> #> $`neurohypophyseal diabetes insipidus`$urlId #> [1] "DOID_12388" #> #> $`neurohypophyseal diabetes insipidus`$dbPhenotype #> [1] TRUE #> #> $`neurohypophyseal diabetes insipidus`$`_parent` #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`neurohypophyseal diabetes insipidus`$`_is_leaf` #> [1] TRUE #> #> $`neurohypophyseal diabetes insipidus`$children #> list() #> #> $`neurohypophyseal diabetes insipidus`$value #> [1] "neurohypophyseal diabetes insipidus" #> #> #> $`Neurological speech impairment` #> $`Neurological speech impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002167" #> #> $`Neurological speech impairment`$`_id` #> [1] "HP_0002167<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neurological speech impairment`$privateGeneCount #> [1] 0 #> #> $`Neurological speech impairment`$publicGeneCount #> [1] 3 #> #> $`Neurological speech impairment`$urlId #> [1] "HP_0002167" #> #> $`Neurological speech impairment`$dbPhenotype #> [1] FALSE #> #> $`Neurological speech impairment`$`_parent` #> [1] "HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neurological speech impairment`$`_is_leaf` #> [1] FALSE #> #> $`Neurological speech impairment`$children #> $`Neurological speech impairment`$children[[1]] #> [1] "HP_0001260<HP_0002167<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Neurological speech impairment`$value #> [1] "Neurological speech impairment" #> #> #> $neuroma #> $neuroma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2001" #> #> $neuroma$`_id` #> [1] "DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $neuroma$privateGeneCount #> [1] 0 #> #> $neuroma$publicGeneCount #> [1] 21 #> #> $neuroma$urlId #> [1] "DOID_2001" #> #> $neuroma$dbPhenotype #> [1] FALSE #> #> $neuroma$`_parent` #> [1] "DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $neuroma$`_is_leaf` #> [1] FALSE #> #> $neuroma$children #> $neuroma$children[[1]] #> [1] "DOID_3192<DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $neuroma$value #> [1] "neuroma" #> #> #> $neuroma #> $neuroma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2001" #> #> $neuroma$`_id` #> [1] "DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $neuroma$privateGeneCount #> [1] 0 #> #> $neuroma$publicGeneCount #> [1] 21 #> #> $neuroma$urlId #> [1] "DOID_2001" #> #> $neuroma$dbPhenotype #> [1] FALSE #> #> $neuroma$`_parent` #> [1] "DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $neuroma$`_is_leaf` #> [1] FALSE #> #> $neuroma$children #> $neuroma$children[[1]] #> [1] "DOID_3192<DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> #> $neuroma$value #> [1] "neuroma" #> #> #> $`neuromuscular disease` #> $`neuromuscular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_440" #> #> $`neuromuscular disease`$`_id` #> [1] "DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`neuromuscular disease`$privateGeneCount #> [1] 0 #> #> $`neuromuscular disease`$publicGeneCount #> [1] 86 #> #> $`neuromuscular disease`$urlId #> [1] "DOID_440" #> #> $`neuromuscular disease`$dbPhenotype #> [1] TRUE #> #> $`neuromuscular disease`$`_parent` #> [1] "DOID_17<DOID_7<DOID_4" #> #> $`neuromuscular disease`$`_is_leaf` #> [1] FALSE #> #> $`neuromuscular disease`$children #> $`neuromuscular disease`$children[[1]] #> [1] "DOID_913<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`neuromuscular disease`$children[[2]] #> [1] "DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`neuromuscular disease`$children[[3]] #> [1] "DOID_0060346<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`neuromuscular disease`$children[[4]] #> [1] "DOID_439<DOID_440<DOID_17<DOID_7<DOID_4" #> #> #> $`neuromuscular disease`$value #> [1] "neuromuscular disease" #> #> #> $`neuromuscular disease` #> $`neuromuscular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_440" #> #> $`neuromuscular disease`$`_id` #> [1] "DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromuscular disease`$privateGeneCount #> [1] 0 #> #> $`neuromuscular disease`$publicGeneCount #> [1] 86 #> #> $`neuromuscular disease`$urlId #> [1] "DOID_440" #> #> $`neuromuscular disease`$dbPhenotype #> [1] TRUE #> #> $`neuromuscular disease`$`_parent` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromuscular disease`$`_is_leaf` #> [1] FALSE #> #> $`neuromuscular disease`$children #> $`neuromuscular disease`$children[[1]] #> [1] "DOID_913<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromuscular disease`$children[[2]] #> [1] "DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromuscular disease`$children[[3]] #> [1] "DOID_0060346<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromuscular disease`$children[[4]] #> [1] "DOID_439<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`neuromuscular disease`$value #> [1] "neuromuscular disease" #> #> #> $`neuromuscular junction disease` #> $`neuromuscular junction disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_439" #> #> $`neuromuscular junction disease`$`_id` #> [1] "DOID_439<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`neuromuscular junction disease`$privateGeneCount #> [1] 0 #> #> $`neuromuscular junction disease`$publicGeneCount #> [1] 23 #> #> $`neuromuscular junction disease`$urlId #> [1] "DOID_439" #> #> $`neuromuscular junction disease`$dbPhenotype #> [1] TRUE #> #> $`neuromuscular junction disease`$`_parent` #> [1] "DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`neuromuscular junction disease`$`_is_leaf` #> [1] FALSE #> #> $`neuromuscular junction disease`$children #> $`neuromuscular junction disease`$children[[1]] #> [1] "DOID_3635<DOID_439<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`neuromuscular junction disease`$children[[2]] #> [1] "DOID_0050214<DOID_439<DOID_440<DOID_17<DOID_7<DOID_4" #> #> #> $`neuromuscular junction disease`$value #> [1] "neuromuscular junction disease" #> #> #> $`neuromuscular junction disease` #> $`neuromuscular junction disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_439" #> #> $`neuromuscular junction disease`$`_id` #> [1] "DOID_439<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromuscular junction disease`$privateGeneCount #> [1] 0 #> #> $`neuromuscular junction disease`$publicGeneCount #> [1] 23 #> #> $`neuromuscular junction disease`$urlId #> [1] "DOID_439" #> #> $`neuromuscular junction disease`$dbPhenotype #> [1] TRUE #> #> $`neuromuscular junction disease`$`_parent` #> [1] "DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromuscular junction disease`$`_is_leaf` #> [1] FALSE #> #> $`neuromuscular junction disease`$children #> $`neuromuscular junction disease`$children[[1]] #> [1] "DOID_3635<DOID_439<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromuscular junction disease`$children[[2]] #> [1] "DOID_0050214<DOID_439<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`neuromuscular junction disease`$value #> [1] "neuromuscular junction disease" #> #> #> $`neuromyelitis optica` #> $`neuromyelitis optica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8869" #> #> $`neuromyelitis optica`$`_id` #> [1] "DOID_8869<DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$privateGeneCount #> [1] 0 #> #> $`neuromyelitis optica`$publicGeneCount #> [1] 8 #> #> $`neuromyelitis optica`$urlId #> [1] "DOID_8869" #> #> $`neuromyelitis optica`$dbPhenotype #> [1] TRUE #> #> $`neuromyelitis optica`$`_parent` #> [1] "DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$`_is_leaf` #> [1] TRUE #> #> $`neuromyelitis optica`$children #> list() #> #> $`neuromyelitis optica`$value #> [1] "neuromyelitis optica" #> #> #> $`neuromyelitis optica` #> $`neuromyelitis optica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8869" #> #> $`neuromyelitis optica`$`_id` #> [1] "DOID_8869<DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$privateGeneCount #> [1] 0 #> #> $`neuromyelitis optica`$publicGeneCount #> [1] 8 #> #> $`neuromyelitis optica`$urlId #> [1] "DOID_8869" #> #> $`neuromyelitis optica`$dbPhenotype #> [1] TRUE #> #> $`neuromyelitis optica`$`_parent` #> [1] "DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$`_is_leaf` #> [1] TRUE #> #> $`neuromyelitis optica`$children #> list() #> #> $`neuromyelitis optica`$value #> [1] "neuromyelitis optica" #> #> #> $`neuromyelitis optica` #> $`neuromyelitis optica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8869" #> #> $`neuromyelitis optica`$`_id` #> [1] "DOID_8869<DOID_0060033<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$privateGeneCount #> [1] 0 #> #> $`neuromyelitis optica`$publicGeneCount #> [1] 8 #> #> $`neuromyelitis optica`$urlId #> [1] "DOID_8869" #> #> $`neuromyelitis optica`$dbPhenotype #> [1] TRUE #> #> $`neuromyelitis optica`$`_parent` #> [1] "DOID_0060033<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$`_is_leaf` #> [1] TRUE #> #> $`neuromyelitis optica`$children #> list() #> #> $`neuromyelitis optica`$value #> [1] "neuromyelitis optica" #> #> #> $`neuromyelitis optica` #> $`neuromyelitis optica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8869" #> #> $`neuromyelitis optica`$`_id` #> [1] "DOID_8869<DOID_0060033<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$privateGeneCount #> [1] 0 #> #> $`neuromyelitis optica`$publicGeneCount #> [1] 8 #> #> $`neuromyelitis optica`$urlId #> [1] "DOID_8869" #> #> $`neuromyelitis optica`$dbPhenotype #> [1] TRUE #> #> $`neuromyelitis optica`$`_parent` #> [1] "DOID_0060033<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$`_is_leaf` #> [1] TRUE #> #> $`neuromyelitis optica`$children #> list() #> #> $`neuromyelitis optica`$value #> [1] "neuromyelitis optica" #> #> #> $`neuromyelitis optica` #> $`neuromyelitis optica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8869" #> #> $`neuromyelitis optica`$`_id` #> [1] "DOID_8869<DOID_0060033<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$privateGeneCount #> [1] 0 #> #> $`neuromyelitis optica`$publicGeneCount #> [1] 8 #> #> $`neuromyelitis optica`$urlId #> [1] "DOID_8869" #> #> $`neuromyelitis optica`$dbPhenotype #> [1] TRUE #> #> $`neuromyelitis optica`$`_parent` #> [1] "DOID_0060033<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$`_is_leaf` #> [1] TRUE #> #> $`neuromyelitis optica`$children #> list() #> #> $`neuromyelitis optica`$value #> [1] "neuromyelitis optica" #> #> #> $`neuromyelitis optica` #> $`neuromyelitis optica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8869" #> #> $`neuromyelitis optica`$`_id` #> [1] "DOID_8869<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$privateGeneCount #> [1] 0 #> #> $`neuromyelitis optica`$publicGeneCount #> [1] 8 #> #> $`neuromyelitis optica`$urlId #> [1] "DOID_8869" #> #> $`neuromyelitis optica`$dbPhenotype #> [1] TRUE #> #> $`neuromyelitis optica`$`_parent` #> [1] "DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$`_is_leaf` #> [1] TRUE #> #> $`neuromyelitis optica`$children #> list() #> #> $`neuromyelitis optica`$value #> [1] "neuromyelitis optica" #> #> #> $`neuromyelitis optica` #> $`neuromyelitis optica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8869" #> #> $`neuromyelitis optica`$`_id` #> [1] "DOID_8869<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$privateGeneCount #> [1] 0 #> #> $`neuromyelitis optica`$publicGeneCount #> [1] 8 #> #> $`neuromyelitis optica`$urlId #> [1] "DOID_8869" #> #> $`neuromyelitis optica`$dbPhenotype #> [1] TRUE #> #> $`neuromyelitis optica`$`_parent` #> [1] "DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$`_is_leaf` #> [1] TRUE #> #> $`neuromyelitis optica`$children #> list() #> #> $`neuromyelitis optica`$value #> [1] "neuromyelitis optica" #> #> #> $`neuron degeneration` #> $`neuron degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0003224" #> #> $`neuron degeneration`$`_id` #> [1] "MP_0003224<MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> $`neuron degeneration`$privateGeneCount #> [1] 0 #> #> $`neuron degeneration`$publicGeneCount #> [1] 1 #> #> $`neuron degeneration`$urlId #> [1] "MP_0003224" #> #> $`neuron degeneration`$dbPhenotype #> [1] TRUE #> #> $`neuron degeneration`$`_parent` #> [1] "MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> $`neuron degeneration`$`_is_leaf` #> [1] TRUE #> #> $`neuron degeneration`$children #> list() #> #> $`neuron degeneration`$value #> [1] "neuron degeneration" #> #> #> $`neuron degeneration` #> $`neuron degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0003224" #> #> $`neuron degeneration`$`_id` #> [1] "MP_0003224<MP_0002882<MP_0003632<MP_0003631<MP_0000001" #> #> $`neuron degeneration`$privateGeneCount #> [1] 0 #> #> $`neuron degeneration`$publicGeneCount #> [1] 1 #> #> $`neuron degeneration`$urlId #> [1] "MP_0003224" #> #> $`neuron degeneration`$dbPhenotype #> [1] TRUE #> #> $`neuron degeneration`$`_parent` #> [1] "MP_0002882<MP_0003632<MP_0003631<MP_0000001" #> #> $`neuron degeneration`$`_is_leaf` #> [1] TRUE #> #> $`neuron degeneration`$children #> list() #> #> $`neuron degeneration`$value #> [1] "neuron degeneration" #> #> #> $`neuronal ceroid lipofuscinosis` #> $`neuronal ceroid lipofuscinosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14503" #> #> $`neuronal ceroid lipofuscinosis`$`_id` #> [1] "DOID_14503<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`neuronal ceroid lipofuscinosis`$privateGeneCount #> [1] 0 #> #> $`neuronal ceroid lipofuscinosis`$publicGeneCount #> [1] 26 #> #> $`neuronal ceroid lipofuscinosis`$urlId #> [1] "DOID_14503" #> #> $`neuronal ceroid lipofuscinosis`$dbPhenotype #> [1] TRUE #> #> $`neuronal ceroid lipofuscinosis`$`_parent` #> [1] "DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`neuronal ceroid lipofuscinosis`$`_is_leaf` #> [1] TRUE #> #> $`neuronal ceroid lipofuscinosis`$children #> list() #> #> $`neuronal ceroid lipofuscinosis`$value #> [1] "neuronal ceroid lipofuscinosis" #> #> #> $`Neuronal loss in central nervous system` #> $`Neuronal loss in central nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002529" #> #> $`Neuronal loss in central nervous system`$`_id` #> [1] "HP_0002529<HP_0007367<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neuronal loss in central nervous system`$privateGeneCount #> [1] 0 #> #> $`Neuronal loss in central nervous system`$publicGeneCount #> [1] 1 #> #> $`Neuronal loss in central nervous system`$urlId #> [1] "HP_0002529" #> #> $`Neuronal loss in central nervous system`$dbPhenotype #> [1] TRUE #> #> $`Neuronal loss in central nervous system`$`_parent` #> [1] "HP_0007367<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neuronal loss in central nervous system`$`_is_leaf` #> [1] TRUE #> #> $`Neuronal loss in central nervous system`$children #> list() #> #> $`Neuronal loss in central nervous system`$value #> [1] "Neuronal loss in central nervous system" #> #> #> $neuropathy #> $neuropathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_870" #> #> $neuropathy$`_id` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$privateGeneCount #> [1] 0 #> #> $neuropathy$publicGeneCount #> [1] 226 #> #> $neuropathy$urlId #> [1] "DOID_870" #> #> $neuropathy$dbPhenotype #> [1] TRUE #> #> $neuropathy$`_parent` #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$`_is_leaf` #> [1] FALSE #> #> $neuropathy$children #> $neuropathy$children[[1]] #> [1] "DOID_3690<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$children[[2]] #> [1] "DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$children[[3]] #> [1] "DOID_9743<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$children[[4]] #> [1] "DOID_9240<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$children[[5]] #> [1] "DOID_0050548<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$children[[6]] #> [1] "DOID_2537<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$children[[7]] #> [1] "DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$children[[8]] #> [1] "DOID_2477<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$children[[9]] #> [1] "DOID_1803<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$children[[10]] #> [1] "DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $neuropathy$value #> [1] "neuropathy" #> #> #> $neuroretinitis #> $neuroretinitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10176" #> #> $neuroretinitis$`_id` #> [1] "DOID_10176<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $neuroretinitis$privateGeneCount #> [1] 0 #> #> $neuroretinitis$publicGeneCount #> [1] 2 #> #> $neuroretinitis$urlId #> [1] "DOID_10176" #> #> $neuroretinitis$dbPhenotype #> [1] TRUE #> #> $neuroretinitis$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $neuroretinitis$`_is_leaf` #> [1] TRUE #> #> $neuroretinitis$children #> list() #> #> $neuroretinitis$value #> [1] "neuroretinitis" #> #> #> $`neurotic disorder` #> $`neurotic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4964" #> #> $`neurotic disorder`$`_id` #> [1] "DOID_4964<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`neurotic disorder`$privateGeneCount #> [1] 0 #> #> $`neurotic disorder`$publicGeneCount #> [1] 51 #> #> $`neurotic disorder`$urlId #> [1] "DOID_4964" #> #> $`neurotic disorder`$dbPhenotype #> [1] TRUE #> #> $`neurotic disorder`$`_parent` #> [1] "DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`neurotic disorder`$`_is_leaf` #> [1] TRUE #> #> $`neurotic disorder`$children #> list() #> #> $`neurotic disorder`$value #> [1] "neurotic disorder" #> #> #> $`neutral lipid storage disease` #> $`neutral lipid storage disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050729" #> #> $`neutral lipid storage disease`$`_id` #> [1] "DOID_0050729<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`neutral lipid storage disease`$privateGeneCount #> [1] 0 #> #> $`neutral lipid storage disease`$publicGeneCount #> [1] 1 #> #> $`neutral lipid storage disease`$urlId #> [1] "DOID_0050729" #> #> $`neutral lipid storage disease`$dbPhenotype #> [1] TRUE #> #> $`neutral lipid storage disease`$`_parent` #> [1] "DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`neutral lipid storage disease`$`_is_leaf` #> [1] TRUE #> #> $`neutral lipid storage disease`$children #> list() #> #> $`neutral lipid storage disease`$value #> [1] "neutral lipid storage disease" #> #> #> $neutropenia #> $neutropenia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1227" #> #> $neutropenia$`_id` #> [1] "DOID_1227<DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $neutropenia$privateGeneCount #> [1] 0 #> #> $neutropenia$publicGeneCount #> [1] 23 #> #> $neutropenia$urlId #> [1] "DOID_1227" #> #> $neutropenia$dbPhenotype #> [1] TRUE #> #> $neutropenia$`_parent` #> [1] "DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $neutropenia$`_is_leaf` #> [1] FALSE #> #> $neutropenia$children #> $neutropenia$children[[1]] #> [1] "DOID_5339<DOID_1227<DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $neutropenia$children[[2]] #> [1] "DOID_0050590<DOID_1227<DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> #> $neutropenia$value #> [1] "neutropenia" #> #> #> $`nevoid basal cell carcinoma syndrome` #> $`nevoid basal cell carcinoma syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2512" #> #> $`nevoid basal cell carcinoma syndrome`$`_id` #> [1] "DOID_2512<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nevoid basal cell carcinoma syndrome`$privateGeneCount #> [1] 0 #> #> $`nevoid basal cell carcinoma syndrome`$publicGeneCount #> [1] 4 #> #> $`nevoid basal cell carcinoma syndrome`$urlId #> [1] "DOID_2512" #> #> $`nevoid basal cell carcinoma syndrome`$dbPhenotype #> [1] TRUE #> #> $`nevoid basal cell carcinoma syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nevoid basal cell carcinoma syndrome`$`_is_leaf` #> [1] TRUE #> #> $`nevoid basal cell carcinoma syndrome`$children #> list() #> #> $`nevoid basal cell carcinoma syndrome`$value #> [1] "nevoid basal cell carcinoma syndrome" #> #> #> $`nevoid basal cell carcinoma syndrome` #> $`nevoid basal cell carcinoma syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2512" #> #> $`nevoid basal cell carcinoma syndrome`$`_id` #> [1] "DOID_2512<DOID_225<DOID_4" #> #> $`nevoid basal cell carcinoma syndrome`$privateGeneCount #> [1] 0 #> #> $`nevoid basal cell carcinoma syndrome`$publicGeneCount #> [1] 4 #> #> $`nevoid basal cell carcinoma syndrome`$urlId #> [1] "DOID_2512" #> #> $`nevoid basal cell carcinoma syndrome`$dbPhenotype #> [1] TRUE #> #> $`nevoid basal cell carcinoma syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`nevoid basal cell carcinoma syndrome`$`_is_leaf` #> [1] TRUE #> #> $`nevoid basal cell carcinoma syndrome`$children #> list() #> #> $`nevoid basal cell carcinoma syndrome`$value #> [1] "nevoid basal cell carcinoma syndrome" #> #> #> $Nevus #> $Nevus$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003764" #> #> $Nevus$`_id` #> [1] "HP_0003764<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Nevus$privateGeneCount #> [1] 0 #> #> $Nevus$publicGeneCount #> [1] 12 #> #> $Nevus$urlId #> [1] "HP_0003764" #> #> $Nevus$dbPhenotype #> [1] TRUE #> #> $Nevus$`_parent` #> [1] "HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Nevus$`_is_leaf` #> [1] FALSE #> #> $Nevus$children #> $Nevus$children[[1]] #> [1] "HP_0010816<HP_0003764<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Nevus$children[[2]] #> [1] "HP_0001052<HP_0003764<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $Nevus$value #> [1] "Nevus" #> #> #> $`Nevus flammeus` #> $`Nevus flammeus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001052" #> #> $`Nevus flammeus`$`_id` #> [1] "HP_0001052<HP_0003764<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Nevus flammeus`$privateGeneCount #> [1] 0 #> #> $`Nevus flammeus`$publicGeneCount #> [1] 3 #> #> $`Nevus flammeus`$urlId #> [1] "HP_0001052" #> #> $`Nevus flammeus`$dbPhenotype #> [1] TRUE #> #> $`Nevus flammeus`$`_parent` #> [1] "HP_0003764<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Nevus flammeus`$`_is_leaf` #> [1] TRUE #> #> $`Nevus flammeus`$children #> list() #> #> $`Nevus flammeus`$value #> [1] "Nevus flammeus" #> #> #> $`Nevus flammeus` #> $`Nevus flammeus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001052" #> #> $`Nevus flammeus`$`_id` #> [1] "HP_0001052<HP_0025104<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Nevus flammeus`$privateGeneCount #> [1] 0 #> #> $`Nevus flammeus`$publicGeneCount #> [1] 3 #> #> $`Nevus flammeus`$urlId #> [1] "HP_0001052" #> #> $`Nevus flammeus`$dbPhenotype #> [1] TRUE #> #> $`Nevus flammeus`$`_parent` #> [1] "HP_0025104<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Nevus flammeus`$`_is_leaf` #> [1] TRUE #> #> $`Nevus flammeus`$children #> list() #> #> $`Nevus flammeus`$value #> [1] "Nevus flammeus" #> #> #> $`newborn respiratory distress syndrome` #> $`newborn respiratory distress syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12716" #> #> $`newborn respiratory distress syndrome`$`_id` #> [1] "DOID_12716<DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`newborn respiratory distress syndrome`$privateGeneCount #> [1] 0 #> #> $`newborn respiratory distress syndrome`$publicGeneCount #> [1] 11 #> #> $`newborn respiratory distress syndrome`$urlId #> [1] "DOID_12716" #> #> $`newborn respiratory distress syndrome`$dbPhenotype #> [1] TRUE #> #> $`newborn respiratory distress syndrome`$`_parent` #> [1] "DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`newborn respiratory distress syndrome`$`_is_leaf` #> [1] TRUE #> #> $`newborn respiratory distress syndrome`$children #> list() #> #> $`newborn respiratory distress syndrome`$value #> [1] "newborn respiratory distress syndrome" #> #> #> $`nicotine dependence` #> $`nicotine dependence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050742" #> #> $`nicotine dependence`$`_id` #> [1] "DOID_0050742<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`nicotine dependence`$privateGeneCount #> [1] 0 #> #> $`nicotine dependence`$publicGeneCount #> [1] 25 #> #> $`nicotine dependence`$urlId #> [1] "DOID_0050742" #> #> $`nicotine dependence`$dbPhenotype #> [1] TRUE #> #> $`nicotine dependence`$`_parent` #> [1] "DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`nicotine dependence`$`_is_leaf` #> [1] TRUE #> #> $`nicotine dependence`$children #> list() #> #> $`nicotine dependence`$value #> [1] "nicotine dependence" #> #> #> $`Niemann-Pick disease` #> $`Niemann-Pick disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14504" #> #> $`Niemann-Pick disease`$`_id` #> [1] "DOID_14504<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Niemann-Pick disease`$privateGeneCount #> [1] 0 #> #> $`Niemann-Pick disease`$publicGeneCount #> [1] 4 #> #> $`Niemann-Pick disease`$urlId #> [1] "DOID_14504" #> #> $`Niemann-Pick disease`$dbPhenotype #> [1] TRUE #> #> $`Niemann-Pick disease`$`_parent` #> [1] "DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Niemann-Pick disease`$`_is_leaf` #> [1] TRUE #> #> $`Niemann-Pick disease`$children #> list() #> #> $`Niemann-Pick disease`$value #> [1] "Niemann-Pick disease" #> #> #> $`night blindness` #> $`night blindness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8499" #> #> $`night blindness`$`_id` #> [1] "DOID_8499<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`night blindness`$privateGeneCount #> [1] 0 #> #> $`night blindness`$publicGeneCount #> [1] 17 #> #> $`night blindness`$urlId #> [1] "DOID_8499" #> #> $`night blindness`$dbPhenotype #> [1] TRUE #> #> $`night blindness`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`night blindness`$`_is_leaf` #> [1] FALSE #> #> $`night blindness`$children #> $`night blindness`$children[[1]] #> [1] "DOID_8498<DOID_8499<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`night blindness`$value #> [1] "night blindness" #> #> #> $`Nijmegen breakage syndrome` #> $`Nijmegen breakage syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7400" #> #> $`Nijmegen breakage syndrome`$`_id` #> [1] "DOID_7400<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Nijmegen breakage syndrome`$privateGeneCount #> [1] 0 #> #> $`Nijmegen breakage syndrome`$publicGeneCount #> [1] 1 #> #> $`Nijmegen breakage syndrome`$urlId #> [1] "DOID_7400" #> #> $`Nijmegen breakage syndrome`$dbPhenotype #> [1] TRUE #> #> $`Nijmegen breakage syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Nijmegen breakage syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Nijmegen breakage syndrome`$children #> list() #> #> $`Nijmegen breakage syndrome`$value #> [1] "Nijmegen breakage syndrome" #> #> #> $`Nijmegen breakage syndrome` #> $`Nijmegen breakage syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7400" #> #> $`Nijmegen breakage syndrome`$`_id` #> [1] "DOID_7400<DOID_225<DOID_4" #> #> $`Nijmegen breakage syndrome`$privateGeneCount #> [1] 0 #> #> $`Nijmegen breakage syndrome`$publicGeneCount #> [1] 1 #> #> $`Nijmegen breakage syndrome`$urlId #> [1] "DOID_7400" #> #> $`Nijmegen breakage syndrome`$dbPhenotype #> [1] TRUE #> #> $`Nijmegen breakage syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Nijmegen breakage syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Nijmegen breakage syndrome`$children #> list() #> #> $`Nijmegen breakage syndrome`$value #> [1] "Nijmegen breakage syndrome" #> #> #> $`nodular goiter` #> $`nodular goiter`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13197" #> #> $`nodular goiter`$`_id` #> [1] "DOID_13197<DOID_12176<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`nodular goiter`$privateGeneCount #> [1] 0 #> #> $`nodular goiter`$publicGeneCount #> [1] 1 #> #> $`nodular goiter`$urlId #> [1] "DOID_13197" #> #> $`nodular goiter`$dbPhenotype #> [1] TRUE #> #> $`nodular goiter`$`_parent` #> [1] "DOID_12176<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`nodular goiter`$`_is_leaf` #> [1] TRUE #> #> $`nodular goiter`$children #> list() #> #> $`nodular goiter`$value #> [1] "nodular goiter" #> #> #> $`nodular nonsuppurative panniculitis` #> $`nodular nonsuppurative panniculitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1525" #> #> $`nodular nonsuppurative panniculitis`$`_id` #> [1] "DOID_1525<DOID_1526<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`nodular nonsuppurative panniculitis`$privateGeneCount #> [1] 0 #> #> $`nodular nonsuppurative panniculitis`$publicGeneCount #> [1] 1 #> #> $`nodular nonsuppurative panniculitis`$urlId #> [1] "DOID_1525" #> #> $`nodular nonsuppurative panniculitis`$dbPhenotype #> [1] TRUE #> #> $`nodular nonsuppurative panniculitis`$`_parent` #> [1] "DOID_1526<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`nodular nonsuppurative panniculitis`$`_is_leaf` #> [1] TRUE #> #> $`nodular nonsuppurative panniculitis`$children #> list() #> #> $`nodular nonsuppurative panniculitis`$value #> [1] "nodular nonsuppurative panniculitis" #> #> #> $`non-Hodgkin lymphoma` #> $`non-Hodgkin lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060060" #> #> $`non-Hodgkin lymphoma`$`_id` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`non-Hodgkin lymphoma`$privateGeneCount #> [1] 0 #> #> $`non-Hodgkin lymphoma`$publicGeneCount #> [1] 139 #> #> $`non-Hodgkin lymphoma`$urlId #> [1] "DOID_0060060" #> #> $`non-Hodgkin lymphoma`$dbPhenotype #> [1] TRUE #> #> $`non-Hodgkin lymphoma`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`non-Hodgkin lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`non-Hodgkin lymphoma`$children #> $`non-Hodgkin lymphoma`$children[[1]] #> [1] "DOID_0050744<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`non-Hodgkin lymphoma`$children[[2]] #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`non-Hodgkin lymphoma`$children[[3]] #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`non-Hodgkin lymphoma`$value #> [1] "non-Hodgkin lymphoma" #> #> #> $`non-Hodgkin lymphoma` #> $`non-Hodgkin lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060060" #> #> $`non-Hodgkin lymphoma`$`_id` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$privateGeneCount #> [1] 0 #> #> $`non-Hodgkin lymphoma`$publicGeneCount #> [1] 139 #> #> $`non-Hodgkin lymphoma`$urlId #> [1] "DOID_0060060" #> #> $`non-Hodgkin lymphoma`$dbPhenotype #> [1] TRUE #> #> $`non-Hodgkin lymphoma`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`non-Hodgkin lymphoma`$children #> $`non-Hodgkin lymphoma`$children[[1]] #> [1] "DOID_0050744<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$children[[2]] #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$children[[3]] #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`non-Hodgkin lymphoma`$value #> [1] "non-Hodgkin lymphoma" #> #> #> $`non-Hodgkin lymphoma` #> $`non-Hodgkin lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060060" #> #> $`non-Hodgkin lymphoma`$`_id` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$privateGeneCount #> [1] 0 #> #> $`non-Hodgkin lymphoma`$publicGeneCount #> [1] 139 #> #> $`non-Hodgkin lymphoma`$urlId #> [1] "DOID_0060060" #> #> $`non-Hodgkin lymphoma`$dbPhenotype #> [1] TRUE #> #> $`non-Hodgkin lymphoma`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`non-Hodgkin lymphoma`$children #> $`non-Hodgkin lymphoma`$children[[1]] #> [1] "DOID_0050744<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$children[[2]] #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$children[[3]] #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`non-Hodgkin lymphoma`$value #> [1] "non-Hodgkin lymphoma" #> #> #> $`non-Hodgkin lymphoma` #> $`non-Hodgkin lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060060" #> #> $`non-Hodgkin lymphoma`$`_id` #> [1] "DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`non-Hodgkin lymphoma`$privateGeneCount #> [1] 0 #> #> $`non-Hodgkin lymphoma`$publicGeneCount #> [1] 139 #> #> $`non-Hodgkin lymphoma`$urlId #> [1] "DOID_0060060" #> #> $`non-Hodgkin lymphoma`$dbPhenotype #> [1] TRUE #> #> $`non-Hodgkin lymphoma`$`_parent` #> [1] "DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`non-Hodgkin lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`non-Hodgkin lymphoma`$children #> $`non-Hodgkin lymphoma`$children[[1]] #> [1] "DOID_0050744<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`non-Hodgkin lymphoma`$children[[2]] #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`non-Hodgkin lymphoma`$children[[3]] #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`non-Hodgkin lymphoma`$value #> [1] "non-Hodgkin lymphoma" #> #> #> $`non-Hodgkin lymphoma` #> $`non-Hodgkin lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060060" #> #> $`non-Hodgkin lymphoma`$`_id` #> [1] "DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$privateGeneCount #> [1] 0 #> #> $`non-Hodgkin lymphoma`$publicGeneCount #> [1] 139 #> #> $`non-Hodgkin lymphoma`$urlId #> [1] "DOID_0060060" #> #> $`non-Hodgkin lymphoma`$dbPhenotype #> [1] TRUE #> #> $`non-Hodgkin lymphoma`$`_parent` #> [1] "DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`non-Hodgkin lymphoma`$children #> $`non-Hodgkin lymphoma`$children[[1]] #> [1] "DOID_0050744<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$children[[2]] #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$children[[3]] #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`non-Hodgkin lymphoma`$value #> [1] "non-Hodgkin lymphoma" #> #> #> $`non-Langerhans-cell histiocytosis` #> $`non-Langerhans-cell histiocytosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4330" #> #> $`non-Langerhans-cell histiocytosis`$`_id` #> [1] "DOID_4330<DOID_3405<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`non-Langerhans-cell histiocytosis`$privateGeneCount #> [1] 0 #> #> $`non-Langerhans-cell histiocytosis`$publicGeneCount #> [1] 2 #> #> $`non-Langerhans-cell histiocytosis`$urlId #> [1] "DOID_4330" #> #> $`non-Langerhans-cell histiocytosis`$dbPhenotype #> [1] TRUE #> #> $`non-Langerhans-cell histiocytosis`$`_parent` #> [1] "DOID_3405<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`non-Langerhans-cell histiocytosis`$`_is_leaf` #> [1] TRUE #> #> $`non-Langerhans-cell histiocytosis`$children #> list() #> #> $`non-Langerhans-cell histiocytosis`$value #> [1] "non-Langerhans-cell histiocytosis" #> #> #> $`non-suppurative otitis media` #> $`non-suppurative otitis media`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11180" #> #> $`non-suppurative otitis media`$`_id` #> [1] "DOID_11180<DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`non-suppurative otitis media`$privateGeneCount #> [1] 0 #> #> $`non-suppurative otitis media`$publicGeneCount #> [1] 4 #> #> $`non-suppurative otitis media`$urlId #> [1] "DOID_11180" #> #> $`non-suppurative otitis media`$dbPhenotype #> [1] FALSE #> #> $`non-suppurative otitis media`$`_parent` #> [1] "DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`non-suppurative otitis media`$`_is_leaf` #> [1] FALSE #> #> $`non-suppurative otitis media`$children #> $`non-suppurative otitis media`$children[[1]] #> [1] "DOID_3697<DOID_11180<DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`non-suppurative otitis media`$value #> [1] "non-suppurative otitis media" #> #> #> $`non-syndromic intellectual disability` #> $`non-syndromic intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050889" #> #> $`non-syndromic intellectual disability`$`_id` #> [1] "DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`non-syndromic intellectual disability`$privateGeneCount #> [1] 0 #> #> $`non-syndromic intellectual disability`$publicGeneCount #> [1] 81 #> #> $`non-syndromic intellectual disability`$urlId #> [1] "DOID_0050889" #> #> $`non-syndromic intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`non-syndromic intellectual disability`$`_parent` #> [1] "DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`non-syndromic intellectual disability`$`_is_leaf` #> [1] FALSE #> #> $`non-syndromic intellectual disability`$children #> $`non-syndromic intellectual disability`$children[[1]] #> [1] "DOID_0060307<DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`non-syndromic intellectual disability`$children[[2]] #> [1] "DOID_0060308<DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`non-syndromic intellectual disability`$children[[3]] #> [1] "DOID_0050776<DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`non-syndromic intellectual disability`$value #> [1] "non-syndromic intellectual disability" #> #> #> $`non-syndromic X-linked intellectual disability` #> $`non-syndromic X-linked intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050776" #> #> $`non-syndromic X-linked intellectual disability`$`_id` #> [1] "DOID_0050776<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`non-syndromic X-linked intellectual disability`$privateGeneCount #> [1] 0 #> #> $`non-syndromic X-linked intellectual disability`$publicGeneCount #> [1] 19 #> #> $`non-syndromic X-linked intellectual disability`$urlId #> [1] "DOID_0050776" #> #> $`non-syndromic X-linked intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`non-syndromic X-linked intellectual disability`$`_parent` #> [1] "DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`non-syndromic X-linked intellectual disability`$`_is_leaf` #> [1] TRUE #> #> $`non-syndromic X-linked intellectual disability`$children #> list() #> #> $`non-syndromic X-linked intellectual disability`$value #> [1] "non-syndromic X-linked intellectual disability" #> #> #> $`non-syndromic X-linked intellectual disability` #> $`non-syndromic X-linked intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050776" #> #> $`non-syndromic X-linked intellectual disability`$`_id` #> [1] "DOID_0050776<DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`non-syndromic X-linked intellectual disability`$privateGeneCount #> [1] 0 #> #> $`non-syndromic X-linked intellectual disability`$publicGeneCount #> [1] 19 #> #> $`non-syndromic X-linked intellectual disability`$urlId #> [1] "DOID_0050776" #> #> $`non-syndromic X-linked intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`non-syndromic X-linked intellectual disability`$`_parent` #> [1] "DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`non-syndromic X-linked intellectual disability`$`_is_leaf` #> [1] TRUE #> #> $`non-syndromic X-linked intellectual disability`$children #> list() #> #> $`non-syndromic X-linked intellectual disability`$value #> [1] "non-syndromic X-linked intellectual disability" #> #> #> $`Nonarteritic anterior ischemic optic neuropathy` #> $`Nonarteritic anterior ischemic optic neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007634" #> #> $`Nonarteritic anterior ischemic optic neuropathy`$`_id` #> [1] "HP_0007634<HP_0001138<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Nonarteritic anterior ischemic optic neuropathy`$privateGeneCount #> [1] 0 #> #> $`Nonarteritic anterior ischemic optic neuropathy`$publicGeneCount #> [1] 1 #> #> $`Nonarteritic anterior ischemic optic neuropathy`$urlId #> [1] "HP_0007634" #> #> $`Nonarteritic anterior ischemic optic neuropathy`$dbPhenotype #> [1] TRUE #> #> $`Nonarteritic anterior ischemic optic neuropathy`$`_parent` #> [1] "HP_0001138<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Nonarteritic anterior ischemic optic neuropathy`$`_is_leaf` #> [1] TRUE #> #> $`Nonarteritic anterior ischemic optic neuropathy`$children #> list() #> #> $`Nonarteritic anterior ischemic optic neuropathy`$value #> [1] "Nonarteritic anterior ischemic optic neuropathy" #> #> #> $`nonepidermolytic palmoplantar keratoderma` #> $`nonepidermolytic palmoplantar keratoderma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050428" #> #> $`nonepidermolytic palmoplantar keratoderma`$`_id` #> [1] "DOID_0050428<DOID_3390<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`nonepidermolytic palmoplantar keratoderma`$privateGeneCount #> [1] 0 #> #> $`nonepidermolytic palmoplantar keratoderma`$publicGeneCount #> [1] 4 #> #> $`nonepidermolytic palmoplantar keratoderma`$urlId #> [1] "DOID_0050428" #> #> $`nonepidermolytic palmoplantar keratoderma`$dbPhenotype #> [1] TRUE #> #> $`nonepidermolytic palmoplantar keratoderma`$`_parent` #> [1] "DOID_3390<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`nonepidermolytic palmoplantar keratoderma`$`_is_leaf` #> [1] TRUE #> #> $`nonepidermolytic palmoplantar keratoderma`$children #> list() #> #> $`nonepidermolytic palmoplantar keratoderma`$value #> [1] "nonepidermolytic palmoplantar keratoderma" #> #> #> $`nonpapillary renal cell carcinoma` #> $`nonpapillary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050387" #> #> $`nonpapillary renal cell carcinoma`$`_id` #> [1] "DOID_0050387<DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nonpapillary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`nonpapillary renal cell carcinoma`$publicGeneCount #> [1] 7 #> #> $`nonpapillary renal cell carcinoma`$urlId #> [1] "DOID_0050387" #> #> $`nonpapillary renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`nonpapillary renal cell carcinoma`$`_parent` #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nonpapillary renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`nonpapillary renal cell carcinoma`$children #> list() #> #> $`nonpapillary renal cell carcinoma`$value #> [1] "nonpapillary renal cell carcinoma" #> #> #> $`nonpapillary renal cell carcinoma` #> $`nonpapillary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050387" #> #> $`nonpapillary renal cell carcinoma`$`_id` #> [1] "DOID_0050387<DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`nonpapillary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`nonpapillary renal cell carcinoma`$publicGeneCount #> [1] 7 #> #> $`nonpapillary renal cell carcinoma`$urlId #> [1] "DOID_0050387" #> #> $`nonpapillary renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`nonpapillary renal cell carcinoma`$`_parent` #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`nonpapillary renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`nonpapillary renal cell carcinoma`$children #> list() #> #> $`nonpapillary renal cell carcinoma`$value #> [1] "nonpapillary renal cell carcinoma" #> #> #> $`nonpapillary renal cell carcinoma` #> $`nonpapillary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050387" #> #> $`nonpapillary renal cell carcinoma`$`_id` #> [1] "DOID_0050387<DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`nonpapillary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`nonpapillary renal cell carcinoma`$publicGeneCount #> [1] 7 #> #> $`nonpapillary renal cell carcinoma`$urlId #> [1] "DOID_0050387" #> #> $`nonpapillary renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`nonpapillary renal cell carcinoma`$`_parent` #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`nonpapillary renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`nonpapillary renal cell carcinoma`$children #> list() #> #> $`nonpapillary renal cell carcinoma`$value #> [1] "nonpapillary renal cell carcinoma" #> #> #> $`nonpapillary renal cell carcinoma` #> $`nonpapillary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050387" #> #> $`nonpapillary renal cell carcinoma`$`_id` #> [1] "DOID_0050387<DOID_4455<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`nonpapillary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`nonpapillary renal cell carcinoma`$publicGeneCount #> [1] 7 #> #> $`nonpapillary renal cell carcinoma`$urlId #> [1] "DOID_0050387" #> #> $`nonpapillary renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`nonpapillary renal cell carcinoma`$`_parent` #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`nonpapillary renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`nonpapillary renal cell carcinoma`$children #> list() #> #> $`nonpapillary renal cell carcinoma`$value #> [1] "nonpapillary renal cell carcinoma" #> #> #> $`nonphotosensitive trichothiodystrophy` #> $`nonphotosensitive trichothiodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111867" #> #> $`nonphotosensitive trichothiodystrophy`$`_id` #> [1] "DOID_0111867<DOID_0111866<DOID_225<DOID_4" #> #> $`nonphotosensitive trichothiodystrophy`$privateGeneCount #> [1] 0 #> #> $`nonphotosensitive trichothiodystrophy`$publicGeneCount #> [1] 2 #> #> $`nonphotosensitive trichothiodystrophy`$urlId #> [1] "DOID_0111867" #> #> $`nonphotosensitive trichothiodystrophy`$dbPhenotype #> [1] FALSE #> #> $`nonphotosensitive trichothiodystrophy`$`_parent` #> [1] "DOID_0111866<DOID_225<DOID_4" #> #> $`nonphotosensitive trichothiodystrophy`$`_is_leaf` #> [1] FALSE #> #> $`nonphotosensitive trichothiodystrophy`$children #> $`nonphotosensitive trichothiodystrophy`$children[[1]] #> [1] "DOID_0050528<DOID_0111867<DOID_0111866<DOID_225<DOID_4" #> #> #> $`nonphotosensitive trichothiodystrophy`$value #> [1] "nonphotosensitive trichothiodystrophy" #> #> #> $`nonphotosensitive trichothiodystrophy 4` #> $`nonphotosensitive trichothiodystrophy 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050528" #> #> $`nonphotosensitive trichothiodystrophy 4`$`_id` #> [1] "DOID_0050528<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonphotosensitive trichothiodystrophy 4`$privateGeneCount #> [1] 0 #> #> $`nonphotosensitive trichothiodystrophy 4`$publicGeneCount #> [1] 2 #> #> $`nonphotosensitive trichothiodystrophy 4`$urlId #> [1] "DOID_0050528" #> #> $`nonphotosensitive trichothiodystrophy 4`$dbPhenotype #> [1] TRUE #> #> $`nonphotosensitive trichothiodystrophy 4`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonphotosensitive trichothiodystrophy 4`$`_is_leaf` #> [1] TRUE #> #> $`nonphotosensitive trichothiodystrophy 4`$children #> list() #> #> $`nonphotosensitive trichothiodystrophy 4`$value #> [1] "nonphotosensitive trichothiodystrophy 4" #> #> #> $`nonphotosensitive trichothiodystrophy 4` #> $`nonphotosensitive trichothiodystrophy 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050528" #> #> $`nonphotosensitive trichothiodystrophy 4`$`_id` #> [1] "DOID_0050528<DOID_0111867<DOID_0111866<DOID_225<DOID_4" #> #> $`nonphotosensitive trichothiodystrophy 4`$privateGeneCount #> [1] 0 #> #> $`nonphotosensitive trichothiodystrophy 4`$publicGeneCount #> [1] 2 #> #> $`nonphotosensitive trichothiodystrophy 4`$urlId #> [1] "DOID_0050528" #> #> $`nonphotosensitive trichothiodystrophy 4`$dbPhenotype #> [1] TRUE #> #> $`nonphotosensitive trichothiodystrophy 4`$`_parent` #> [1] "DOID_0111867<DOID_0111866<DOID_225<DOID_4" #> #> $`nonphotosensitive trichothiodystrophy 4`$`_is_leaf` #> [1] TRUE #> #> $`nonphotosensitive trichothiodystrophy 4`$children #> list() #> #> $`nonphotosensitive trichothiodystrophy 4`$value #> [1] "nonphotosensitive trichothiodystrophy 4" #> #> #> $`Nonprogressive cerebellar ataxia` #> $`Nonprogressive cerebellar ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002470" #> #> $`Nonprogressive cerebellar ataxia`$`_id` #> [1] "HP_0002470<HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Nonprogressive cerebellar ataxia`$privateGeneCount #> [1] 0 #> #> $`Nonprogressive cerebellar ataxia`$publicGeneCount #> [1] 1 #> #> $`Nonprogressive cerebellar ataxia`$urlId #> [1] "HP_0002470" #> #> $`Nonprogressive cerebellar ataxia`$dbPhenotype #> [1] TRUE #> #> $`Nonprogressive cerebellar ataxia`$`_parent` #> [1] "HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Nonprogressive cerebellar ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Nonprogressive cerebellar ataxia`$children #> list() #> #> $`Nonprogressive cerebellar ataxia`$value #> [1] "Nonprogressive cerebellar ataxia" #> #> #> $`nonprogressive cerebellar ataxia with mental retardation` #> $`nonprogressive cerebellar ataxia with mental retardation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050998" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$`_id` #> [1] "DOID_0050998<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$privateGeneCount #> [1] 0 #> #> $`nonprogressive cerebellar ataxia with mental retardation`$publicGeneCount #> [1] 1 #> #> $`nonprogressive cerebellar ataxia with mental retardation`$urlId #> [1] "DOID_0050998" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$dbPhenotype #> [1] TRUE #> #> $`nonprogressive cerebellar ataxia with mental retardation`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$`_is_leaf` #> [1] TRUE #> #> $`nonprogressive cerebellar ataxia with mental retardation`$children #> list() #> #> $`nonprogressive cerebellar ataxia with mental retardation`$value #> [1] "nonprogressive cerebellar ataxia with mental retardation" #> #> #> $`nonprogressive cerebellar ataxia with mental retardation` #> $`nonprogressive cerebellar ataxia with mental retardation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050998" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$`_id` #> [1] "DOID_0050998<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$privateGeneCount #> [1] 0 #> #> $`nonprogressive cerebellar ataxia with mental retardation`$publicGeneCount #> [1] 1 #> #> $`nonprogressive cerebellar ataxia with mental retardation`$urlId #> [1] "DOID_0050998" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$dbPhenotype #> [1] TRUE #> #> $`nonprogressive cerebellar ataxia with mental retardation`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$`_is_leaf` #> [1] TRUE #> #> $`nonprogressive cerebellar ataxia with mental retardation`$children #> list() #> #> $`nonprogressive cerebellar ataxia with mental retardation`$value #> [1] "nonprogressive cerebellar ataxia with mental retardation" #> #> #> $`nonprogressive cerebellar ataxia with mental retardation` #> $`nonprogressive cerebellar ataxia with mental retardation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050998" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$`_id` #> [1] "DOID_0050998<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$privateGeneCount #> [1] 0 #> #> $`nonprogressive cerebellar ataxia with mental retardation`$publicGeneCount #> [1] 1 #> #> $`nonprogressive cerebellar ataxia with mental retardation`$urlId #> [1] "DOID_0050998" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$dbPhenotype #> [1] TRUE #> #> $`nonprogressive cerebellar ataxia with mental retardation`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$`_is_leaf` #> [1] TRUE #> #> $`nonprogressive cerebellar ataxia with mental retardation`$children #> list() #> #> $`nonprogressive cerebellar ataxia with mental retardation`$value #> [1] "nonprogressive cerebellar ataxia with mental retardation" #> #> #> $`nonsyndromic congenital nail disorder` #> $`nonsyndromic congenital nail disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080683" #> #> $`nonsyndromic congenital nail disorder`$`_id` #> [1] "DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nonsyndromic congenital nail disorder`$privateGeneCount #> [1] 0 #> #> $`nonsyndromic congenital nail disorder`$publicGeneCount #> [1] 3 #> #> $`nonsyndromic congenital nail disorder`$urlId #> [1] "DOID_0080683" #> #> $`nonsyndromic congenital nail disorder`$dbPhenotype #> [1] FALSE #> #> $`nonsyndromic congenital nail disorder`$`_parent` #> [1] "DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nonsyndromic congenital nail disorder`$`_is_leaf` #> [1] FALSE #> #> $`nonsyndromic congenital nail disorder`$children #> $`nonsyndromic congenital nail disorder`$children[[1]] #> [1] "DOID_0080081<DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nonsyndromic congenital nail disorder`$children[[2]] #> [1] "DOID_0080082<DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nonsyndromic congenital nail disorder`$children[[3]] #> [1] "DOID_0080086<DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> #> $`nonsyndromic congenital nail disorder`$value #> [1] "nonsyndromic congenital nail disorder" #> #> #> $`nonsyndromic congenital nail disorder 3` #> $`nonsyndromic congenital nail disorder 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080081" #> #> $`nonsyndromic congenital nail disorder 3`$`_id` #> [1] "DOID_0080081<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonsyndromic congenital nail disorder 3`$privateGeneCount #> [1] 0 #> #> $`nonsyndromic congenital nail disorder 3`$publicGeneCount #> [1] 1 #> #> $`nonsyndromic congenital nail disorder 3`$urlId #> [1] "DOID_0080081" #> #> $`nonsyndromic congenital nail disorder 3`$dbPhenotype #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 3`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonsyndromic congenital nail disorder 3`$`_is_leaf` #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 3`$children #> list() #> #> $`nonsyndromic congenital nail disorder 3`$value #> [1] "nonsyndromic congenital nail disorder 3" #> #> #> $`nonsyndromic congenital nail disorder 3` #> $`nonsyndromic congenital nail disorder 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080081" #> #> $`nonsyndromic congenital nail disorder 3`$`_id` #> [1] "DOID_0080081<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonsyndromic congenital nail disorder 3`$privateGeneCount #> [1] 0 #> #> $`nonsyndromic congenital nail disorder 3`$publicGeneCount #> [1] 1 #> #> $`nonsyndromic congenital nail disorder 3`$urlId #> [1] "DOID_0080081" #> #> $`nonsyndromic congenital nail disorder 3`$dbPhenotype #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 3`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonsyndromic congenital nail disorder 3`$`_is_leaf` #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 3`$children #> list() #> #> $`nonsyndromic congenital nail disorder 3`$value #> [1] "nonsyndromic congenital nail disorder 3" #> #> #> $`nonsyndromic congenital nail disorder 3` #> $`nonsyndromic congenital nail disorder 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080081" #> #> $`nonsyndromic congenital nail disorder 3`$`_id` #> [1] "DOID_0080081<DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nonsyndromic congenital nail disorder 3`$privateGeneCount #> [1] 0 #> #> $`nonsyndromic congenital nail disorder 3`$publicGeneCount #> [1] 1 #> #> $`nonsyndromic congenital nail disorder 3`$urlId #> [1] "DOID_0080081" #> #> $`nonsyndromic congenital nail disorder 3`$dbPhenotype #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 3`$`_parent` #> [1] "DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nonsyndromic congenital nail disorder 3`$`_is_leaf` #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 3`$children #> list() #> #> $`nonsyndromic congenital nail disorder 3`$value #> [1] "nonsyndromic congenital nail disorder 3" #> #> #> $`nonsyndromic congenital nail disorder 4` #> $`nonsyndromic congenital nail disorder 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080082" #> #> $`nonsyndromic congenital nail disorder 4`$`_id` #> [1] "DOID_0080082<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonsyndromic congenital nail disorder 4`$privateGeneCount #> [1] 0 #> #> $`nonsyndromic congenital nail disorder 4`$publicGeneCount #> [1] 1 #> #> $`nonsyndromic congenital nail disorder 4`$urlId #> [1] "DOID_0080082" #> #> $`nonsyndromic congenital nail disorder 4`$dbPhenotype #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 4`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonsyndromic congenital nail disorder 4`$`_is_leaf` #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 4`$children #> list() #> #> $`nonsyndromic congenital nail disorder 4`$value #> [1] "nonsyndromic congenital nail disorder 4" #> #> #> $`nonsyndromic congenital nail disorder 4` #> $`nonsyndromic congenital nail disorder 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080082" #> #> $`nonsyndromic congenital nail disorder 4`$`_id` #> [1] "DOID_0080082<DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nonsyndromic congenital nail disorder 4`$privateGeneCount #> [1] 0 #> #> $`nonsyndromic congenital nail disorder 4`$publicGeneCount #> [1] 1 #> #> $`nonsyndromic congenital nail disorder 4`$urlId #> [1] "DOID_0080082" #> #> $`nonsyndromic congenital nail disorder 4`$dbPhenotype #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 4`$`_parent` #> [1] "DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nonsyndromic congenital nail disorder 4`$`_is_leaf` #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 4`$children #> list() #> #> $`nonsyndromic congenital nail disorder 4`$value #> [1] "nonsyndromic congenital nail disorder 4" #> #> #> $`nonsyndromic congenital nail disorder 8` #> $`nonsyndromic congenital nail disorder 8`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080086" #> #> $`nonsyndromic congenital nail disorder 8`$`_id` #> [1] "DOID_0080086<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonsyndromic congenital nail disorder 8`$privateGeneCount #> [1] 0 #> #> $`nonsyndromic congenital nail disorder 8`$publicGeneCount #> [1] 1 #> #> $`nonsyndromic congenital nail disorder 8`$urlId #> [1] "DOID_0080086" #> #> $`nonsyndromic congenital nail disorder 8`$dbPhenotype #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 8`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonsyndromic congenital nail disorder 8`$`_is_leaf` #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 8`$children #> list() #> #> $`nonsyndromic congenital nail disorder 8`$value #> [1] "nonsyndromic congenital nail disorder 8" #> #> #> $`nonsyndromic congenital nail disorder 8` #> $`nonsyndromic congenital nail disorder 8`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080086" #> #> $`nonsyndromic congenital nail disorder 8`$`_id` #> [1] "DOID_0080086<DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nonsyndromic congenital nail disorder 8`$privateGeneCount #> [1] 0 #> #> $`nonsyndromic congenital nail disorder 8`$publicGeneCount #> [1] 1 #> #> $`nonsyndromic congenital nail disorder 8`$urlId #> [1] "DOID_0080086" #> #> $`nonsyndromic congenital nail disorder 8`$dbPhenotype #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 8`$`_parent` #> [1] "DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nonsyndromic congenital nail disorder 8`$`_is_leaf` #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 8`$children #> list() #> #> $`nonsyndromic congenital nail disorder 8`$value #> [1] "nonsyndromic congenital nail disorder 8" #> #> #> $`nonsyndromic deafness` #> $`nonsyndromic deafness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050563" #> #> $`nonsyndromic deafness`$`_id` #> [1] "DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`nonsyndromic deafness`$privateGeneCount #> [1] 0 #> #> $`nonsyndromic deafness`$publicGeneCount #> [1] 85 #> #> $`nonsyndromic deafness`$urlId #> [1] "DOID_0050563" #> #> $`nonsyndromic deafness`$dbPhenotype #> [1] FALSE #> #> $`nonsyndromic deafness`$`_parent` #> [1] "DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`nonsyndromic deafness`$`_is_leaf` #> [1] FALSE #> #> $`nonsyndromic deafness`$children #> $`nonsyndromic deafness`$children[[1]] #> [1] "DOID_0050564<DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`nonsyndromic deafness`$children[[2]] #> [1] "DOID_0050565<DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`nonsyndromic deafness`$children[[3]] #> [1] "DOID_0050566<DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`nonsyndromic deafness`$value #> [1] "nonsyndromic deafness" #> #> #> $`Noonan syndrome` #> $`Noonan syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3490" #> #> $`Noonan syndrome`$`_id` #> [1] "DOID_3490<DOID_0050177<DOID_630<DOID_4" #> #> $`Noonan syndrome`$privateGeneCount #> [1] 0 #> #> $`Noonan syndrome`$publicGeneCount #> [1] 13 #> #> $`Noonan syndrome`$urlId #> [1] "DOID_3490" #> #> $`Noonan syndrome`$dbPhenotype #> [1] TRUE #> #> $`Noonan syndrome`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`Noonan syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Noonan syndrome`$children #> list() #> #> $`Noonan syndrome`$value #> [1] "Noonan syndrome" #> #> #> $`Noonan syndrome` #> $`Noonan syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3490" #> #> $`Noonan syndrome`$`_id` #> [1] "DOID_3490<DOID_0080690<DOID_225<DOID_4" #> #> $`Noonan syndrome`$privateGeneCount #> [1] 0 #> #> $`Noonan syndrome`$publicGeneCount #> [1] 13 #> #> $`Noonan syndrome`$urlId #> [1] "DOID_3490" #> #> $`Noonan syndrome`$dbPhenotype #> [1] TRUE #> #> $`Noonan syndrome`$`_parent` #> [1] "DOID_0080690<DOID_225<DOID_4" #> #> $`Noonan syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Noonan syndrome`$children #> list() #> #> $`Noonan syndrome`$value #> [1] "Noonan syndrome" #> #> #> $`Noonan syndrome with multiple lentigines` #> $`Noonan syndrome with multiple lentigines`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14291" #> #> $`Noonan syndrome with multiple lentigines`$`_id` #> [1] "DOID_14291<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Noonan syndrome with multiple lentigines`$privateGeneCount #> [1] 0 #> #> $`Noonan syndrome with multiple lentigines`$publicGeneCount #> [1] 5 #> #> $`Noonan syndrome with multiple lentigines`$urlId #> [1] "DOID_14291" #> #> $`Noonan syndrome with multiple lentigines`$dbPhenotype #> [1] TRUE #> #> $`Noonan syndrome with multiple lentigines`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Noonan syndrome with multiple lentigines`$`_is_leaf` #> [1] TRUE #> #> $`Noonan syndrome with multiple lentigines`$children #> list() #> #> $`Noonan syndrome with multiple lentigines`$value #> [1] "Noonan syndrome with multiple lentigines" #> #> #> $`Noonan syndrome with multiple lentigines` #> $`Noonan syndrome with multiple lentigines`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14291" #> #> $`Noonan syndrome with multiple lentigines`$`_id` #> [1] "DOID_14291<DOID_0080690<DOID_225<DOID_4" #> #> $`Noonan syndrome with multiple lentigines`$privateGeneCount #> [1] 0 #> #> $`Noonan syndrome with multiple lentigines`$publicGeneCount #> [1] 5 #> #> $`Noonan syndrome with multiple lentigines`$urlId #> [1] "DOID_14291" #> #> $`Noonan syndrome with multiple lentigines`$dbPhenotype #> [1] TRUE #> #> $`Noonan syndrome with multiple lentigines`$`_parent` #> [1] "DOID_0080690<DOID_225<DOID_4" #> #> $`Noonan syndrome with multiple lentigines`$`_is_leaf` #> [1] TRUE #> #> $`Noonan syndrome with multiple lentigines`$children #> list() #> #> $`Noonan syndrome with multiple lentigines`$value #> [1] "Noonan syndrome with multiple lentigines" #> #> #> $`normocytic anemia` #> $`normocytic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_720" #> #> $`normocytic anemia`$`_id` #> [1] "DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`normocytic anemia`$privateGeneCount #> [1] 0 #> #> $`normocytic anemia`$publicGeneCount #> [1] 45 #> #> $`normocytic anemia`$urlId #> [1] "DOID_720" #> #> $`normocytic anemia`$dbPhenotype #> [1] FALSE #> #> $`normocytic anemia`$`_parent` #> [1] "DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`normocytic anemia`$`_is_leaf` #> [1] FALSE #> #> $`normocytic anemia`$children #> $`normocytic anemia`$children[[1]] #> [1] "DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $`normocytic anemia`$value #> [1] "normocytic anemia" #> #> #> $`Norum disease` #> $`Norum disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1391" #> #> $`Norum disease`$`_id` #> [1] "DOID_1391<DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`Norum disease`$privateGeneCount #> [1] 0 #> #> $`Norum disease`$publicGeneCount #> [1] 1 #> #> $`Norum disease`$urlId #> [1] "DOID_1391" #> #> $`Norum disease`$dbPhenotype #> [1] TRUE #> #> $`Norum disease`$`_parent` #> [1] "DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`Norum disease`$`_is_leaf` #> [1] TRUE #> #> $`Norum disease`$children #> list() #> #> $`Norum disease`$value #> [1] "Norum disease" #> #> #> $`nose disease` #> $`nose disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2825" #> #> $`nose disease`$`_id` #> [1] "DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`nose disease`$privateGeneCount #> [1] 0 #> #> $`nose disease`$publicGeneCount #> [1] 137 #> #> $`nose disease`$urlId #> [1] "DOID_2825" #> #> $`nose disease`$dbPhenotype #> [1] TRUE #> #> $`nose disease`$`_parent` #> [1] "DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`nose disease`$`_is_leaf` #> [1] FALSE #> #> $`nose disease`$children #> $`nose disease`$children[[1]] #> [1] "DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`nose disease`$children[[2]] #> [1] "DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $`nose disease`$value #> [1] "nose disease" #> #> #> $`notochordal cancer` #> $`notochordal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3303" #> #> $`notochordal cancer`$`_id` #> [1] "DOID_3303<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`notochordal cancer`$privateGeneCount #> [1] 0 #> #> $`notochordal cancer`$publicGeneCount #> [1] 1 #> #> $`notochordal cancer`$urlId #> [1] "DOID_3303" #> #> $`notochordal cancer`$dbPhenotype #> [1] FALSE #> #> $`notochordal cancer`$`_parent` #> [1] "DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`notochordal cancer`$`_is_leaf` #> [1] FALSE #> #> $`notochordal cancer`$children #> $`notochordal cancer`$children[[1]] #> [1] "DOID_3302<DOID_3303<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`notochordal cancer`$value #> [1] "notochordal cancer" #> #> #> $`notochordal cancer` #> $`notochordal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3303" #> #> $`notochordal cancer`$`_id` #> [1] "DOID_3303<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`notochordal cancer`$privateGeneCount #> [1] 0 #> #> $`notochordal cancer`$publicGeneCount #> [1] 1 #> #> $`notochordal cancer`$urlId #> [1] "DOID_3303" #> #> $`notochordal cancer`$dbPhenotype #> [1] FALSE #> #> $`notochordal cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`notochordal cancer`$`_is_leaf` #> [1] FALSE #> #> $`notochordal cancer`$children #> $`notochordal cancer`$children[[1]] #> [1] "DOID_3302<DOID_3303<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`notochordal cancer`$value #> [1] "notochordal cancer" #> #> #> $`notochordal cancer` #> $`notochordal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3303" #> #> $`notochordal cancer`$`_id` #> [1] "DOID_3303<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`notochordal cancer`$privateGeneCount #> [1] 0 #> #> $`notochordal cancer`$publicGeneCount #> [1] 1 #> #> $`notochordal cancer`$urlId #> [1] "DOID_3303" #> #> $`notochordal cancer`$dbPhenotype #> [1] FALSE #> #> $`notochordal cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`notochordal cancer`$`_is_leaf` #> [1] FALSE #> #> $`notochordal cancer`$children #> $`notochordal cancer`$children[[1]] #> [1] "DOID_3302<DOID_3303<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`notochordal cancer`$value #> [1] "notochordal cancer" #> #> #> $`notochordal cancer` #> $`notochordal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3303" #> #> $`notochordal cancer`$`_id` #> [1] "DOID_3303<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`notochordal cancer`$privateGeneCount #> [1] 0 #> #> $`notochordal cancer`$publicGeneCount #> [1] 1 #> #> $`notochordal cancer`$urlId #> [1] "DOID_3303" #> #> $`notochordal cancer`$dbPhenotype #> [1] FALSE #> #> $`notochordal cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`notochordal cancer`$`_is_leaf` #> [1] FALSE #> #> $`notochordal cancer`$children #> $`notochordal cancer`$children[[1]] #> [1] "DOID_3302<DOID_3303<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`notochordal cancer`$value #> [1] "notochordal cancer" #> #> #> $`nutrition disease` #> $`nutrition disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_374" #> #> $`nutrition disease`$`_id` #> [1] "DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`nutrition disease`$privateGeneCount #> [1] 0 #> #> $`nutrition disease`$publicGeneCount #> [1] 659 #> #> $`nutrition disease`$urlId #> [1] "DOID_374" #> #> $`nutrition disease`$dbPhenotype #> [1] FALSE #> #> $`nutrition disease`$`_parent` #> [1] "DOID_0060158<DOID_0014667<DOID_4" #> #> $`nutrition disease`$`_is_leaf` #> [1] FALSE #> #> $`nutrition disease`$children #> $`nutrition disease`$children[[1]] #> [1] "DOID_5113<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`nutrition disease`$children[[2]] #> [1] "DOID_654<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`nutrition disease`$value #> [1] "nutrition disease" #> #> #> $`nutritional deficiency disease` #> $`nutritional deficiency disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5113" #> #> $`nutritional deficiency disease`$`_id` #> [1] "DOID_5113<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`nutritional deficiency disease`$privateGeneCount #> [1] 0 #> #> $`nutritional deficiency disease`$publicGeneCount #> [1] 11 #> #> $`nutritional deficiency disease`$urlId #> [1] "DOID_5113" #> #> $`nutritional deficiency disease`$dbPhenotype #> [1] TRUE #> #> $`nutritional deficiency disease`$`_parent` #> [1] "DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`nutritional deficiency disease`$`_is_leaf` #> [1] FALSE #> #> $`nutritional deficiency disease`$children #> $`nutritional deficiency disease`$children[[1]] #> [1] "DOID_11758<DOID_5113<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`nutritional deficiency disease`$children[[2]] #> [1] "DOID_11249<DOID_5113<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`nutritional deficiency disease`$value #> [1] "nutritional deficiency disease" #> #> #> $Nystagmus #> $Nystagmus$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000639" #> #> $Nystagmus$`_id` #> [1] "HP_0000639<HP_0012547<HP_0000496<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $Nystagmus$privateGeneCount #> [1] 0 #> #> $Nystagmus$publicGeneCount #> [1] 1 #> #> $Nystagmus$urlId #> [1] "HP_0000639" #> #> $Nystagmus$dbPhenotype #> [1] TRUE #> #> $Nystagmus$`_parent` #> [1] "HP_0012547<HP_0000496<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $Nystagmus$`_is_leaf` #> [1] TRUE #> #> $Nystagmus$children #> list() #> #> $Nystagmus$value #> [1] "Nystagmus" #> #> #> $obesity #> $obesity$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9970" #> #> $obesity$`_id` #> [1] "DOID_9970<DOID_654<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $obesity$privateGeneCount #> [1] 0 #> #> $obesity$publicGeneCount #> [1] 651 #> #> $obesity$urlId #> [1] "DOID_9970" #> #> $obesity$dbPhenotype #> [1] TRUE #> #> $obesity$`_parent` #> [1] "DOID_654<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $obesity$`_is_leaf` #> [1] FALSE #> #> $obesity$children #> $obesity$children[[1]] #> [1] "DOID_11981<DOID_9970<DOID_654<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $obesity$value #> [1] "obesity" #> #> #> $Obesity #> $Obesity$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001513" #> #> $Obesity$`_id` #> [1] "HP_0001513<HP_0004324<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $Obesity$privateGeneCount #> [1] 0 #> #> $Obesity$publicGeneCount #> [1] 1 #> #> $Obesity$urlId #> [1] "HP_0001513" #> #> $Obesity$dbPhenotype #> [1] FALSE #> #> $Obesity$`_parent` #> [1] "HP_0004324<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $Obesity$`_is_leaf` #> [1] FALSE #> #> $Obesity$children #> $Obesity$children[[1]] #> [1] "HP_0001956<HP_0001513<HP_0004324<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> #> $Obesity$value #> [1] "Obesity" #> #> #> $`obsessive-compulsive disorder` #> $`obsessive-compulsive disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10933" #> #> $`obsessive-compulsive disorder`$`_id` #> [1] "DOID_10933<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`obsessive-compulsive disorder`$privateGeneCount #> [1] 0 #> #> $`obsessive-compulsive disorder`$publicGeneCount #> [1] 11 #> #> $`obsessive-compulsive disorder`$urlId #> [1] "DOID_10933" #> #> $`obsessive-compulsive disorder`$dbPhenotype #> [1] TRUE #> #> $`obsessive-compulsive disorder`$`_parent` #> [1] "DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`obsessive-compulsive disorder`$`_is_leaf` #> [1] TRUE #> #> $`obsessive-compulsive disorder`$children #> list() #> #> $`obsessive-compulsive disorder`$value #> [1] "obsessive-compulsive disorder" #> #> #> $`obstructive hydrocephalus` #> $`obstructive hydrocephalus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14159" #> #> $`obstructive hydrocephalus`$`_id` #> [1] "DOID_14159<DOID_10908<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`obstructive hydrocephalus`$privateGeneCount #> [1] 0 #> #> $`obstructive hydrocephalus`$publicGeneCount #> [1] 10 #> #> $`obstructive hydrocephalus`$urlId #> [1] "DOID_14159" #> #> $`obstructive hydrocephalus`$dbPhenotype #> [1] TRUE #> #> $`obstructive hydrocephalus`$`_parent` #> [1] "DOID_10908<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`obstructive hydrocephalus`$`_is_leaf` #> [1] TRUE #> #> $`obstructive hydrocephalus`$children #> list() #> #> $`obstructive hydrocephalus`$value #> [1] "obstructive hydrocephalus" #> #> #> $`obstructive jaundice` #> $`obstructive jaundice`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13603" #> #> $`obstructive jaundice`$`_id` #> [1] "DOID_13603<DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`obstructive jaundice`$privateGeneCount #> [1] 0 #> #> $`obstructive jaundice`$publicGeneCount #> [1] 1 #> #> $`obstructive jaundice`$urlId #> [1] "DOID_13603" #> #> $`obstructive jaundice`$dbPhenotype #> [1] TRUE #> #> $`obstructive jaundice`$`_parent` #> [1] "DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`obstructive jaundice`$`_is_leaf` #> [1] TRUE #> #> $`obstructive jaundice`$children #> list() #> #> $`obstructive jaundice`$value #> [1] "obstructive jaundice" #> #> #> $`obstructive lung disease` #> $`obstructive lung disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2320" #> #> $`obstructive lung disease`$`_id` #> [1] "DOID_2320<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`obstructive lung disease`$privateGeneCount #> [1] 0 #> #> $`obstructive lung disease`$publicGeneCount #> [1] 169 #> #> $`obstructive lung disease`$urlId #> [1] "DOID_2320" #> #> $`obstructive lung disease`$dbPhenotype #> [1] TRUE #> #> $`obstructive lung disease`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`obstructive lung disease`$`_is_leaf` #> [1] FALSE #> #> $`obstructive lung disease`$children #> $`obstructive lung disease`$children[[1]] #> [1] "DOID_3083<DOID_2320<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`obstructive lung disease`$value #> [1] "obstructive lung disease" #> #> #> $`Obstructive sleep apnea` #> $`Obstructive sleep apnea`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002870" #> #> $`Obstructive sleep apnea`$`_id` #> [1] "HP_0002870<HP_0010535<HP_0002104<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Obstructive sleep apnea`$privateGeneCount #> [1] 0 #> #> $`Obstructive sleep apnea`$publicGeneCount #> [1] 35 #> #> $`Obstructive sleep apnea`$urlId #> [1] "HP_0002870" #> #> $`Obstructive sleep apnea`$dbPhenotype #> [1] TRUE #> #> $`Obstructive sleep apnea`$`_parent` #> [1] "HP_0010535<HP_0002104<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Obstructive sleep apnea`$`_is_leaf` #> [1] TRUE #> #> $`Obstructive sleep apnea`$children #> list() #> #> $`Obstructive sleep apnea`$value #> [1] "Obstructive sleep apnea" #> #> #> $`occult macular dystrophy` #> $`occult macular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050578" #> #> $`occult macular dystrophy`$`_id` #> [1] "DOID_0050578<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`occult macular dystrophy`$privateGeneCount #> [1] 0 #> #> $`occult macular dystrophy`$publicGeneCount #> [1] 1 #> #> $`occult macular dystrophy`$urlId #> [1] "DOID_0050578" #> #> $`occult macular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`occult macular dystrophy`$`_parent` #> [1] "DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`occult macular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`occult macular dystrophy`$children #> list() #> #> $`occult macular dystrophy`$value #> [1] "occult macular dystrophy" #> #> #> $`occult macular dystrophy` #> $`occult macular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050578" #> #> $`occult macular dystrophy`$`_id` #> [1] "DOID_0050578<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`occult macular dystrophy`$privateGeneCount #> [1] 0 #> #> $`occult macular dystrophy`$publicGeneCount #> [1] 1 #> #> $`occult macular dystrophy`$urlId #> [1] "DOID_0050578" #> #> $`occult macular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`occult macular dystrophy`$`_parent` #> [1] "DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`occult macular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`occult macular dystrophy`$children #> list() #> #> $`occult macular dystrophy`$value #> [1] "occult macular dystrophy" #> #> #> $`occupational dermatitis` #> $`occupational dermatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4404" #> #> $`occupational dermatitis`$`_id` #> [1] "DOID_4404<DOID_2773<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`occupational dermatitis`$privateGeneCount #> [1] 0 #> #> $`occupational dermatitis`$publicGeneCount #> [1] 4 #> #> $`occupational dermatitis`$urlId #> [1] "DOID_4404" #> #> $`occupational dermatitis`$dbPhenotype #> [1] TRUE #> #> $`occupational dermatitis`$`_parent` #> [1] "DOID_2773<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`occupational dermatitis`$`_is_leaf` #> [1] TRUE #> #> $`occupational dermatitis`$children #> list() #> #> $`occupational dermatitis`$value #> [1] "occupational dermatitis" #> #> #> $`ocular albinism` #> $`ocular albinism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050633" #> #> $`ocular albinism`$`_id` #> [1] "DOID_0050633<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular albinism`$privateGeneCount #> [1] 0 #> #> $`ocular albinism`$publicGeneCount #> [1] 3 #> #> $`ocular albinism`$urlId #> [1] "DOID_0050633" #> #> $`ocular albinism`$dbPhenotype #> [1] TRUE #> #> $`ocular albinism`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular albinism`$`_is_leaf` #> [1] TRUE #> #> $`ocular albinism`$children #> list() #> #> $`ocular albinism`$value #> [1] "ocular albinism" #> #> #> $`Ocular albinism` #> $`Ocular albinism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001107" #> #> $`Ocular albinism`$`_id` #> [1] "HP_0001107<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Ocular albinism`$privateGeneCount #> [1] 0 #> #> $`Ocular albinism`$publicGeneCount #> [1] 1 #> #> $`Ocular albinism`$urlId #> [1] "HP_0001107" #> #> $`Ocular albinism`$dbPhenotype #> [1] TRUE #> #> $`Ocular albinism`$`_parent` #> [1] "HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Ocular albinism`$`_is_leaf` #> [1] TRUE #> #> $`Ocular albinism`$children #> list() #> #> $`Ocular albinism`$value #> [1] "Ocular albinism" #> #> #> $`Ocular albinism` #> $`Ocular albinism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001107" #> #> $`Ocular albinism`$`_id` #> [1] "HP_0001107<HP_0007730<HP_0008034<HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Ocular albinism`$privateGeneCount #> [1] 0 #> #> $`Ocular albinism`$publicGeneCount #> [1] 1 #> #> $`Ocular albinism`$urlId #> [1] "HP_0001107" #> #> $`Ocular albinism`$dbPhenotype #> [1] TRUE #> #> $`Ocular albinism`$`_parent` #> [1] "HP_0007730<HP_0008034<HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Ocular albinism`$`_is_leaf` #> [1] TRUE #> #> $`Ocular albinism`$children #> list() #> #> $`Ocular albinism`$value #> [1] "Ocular albinism" #> #> #> $`Ocular albinism` #> $`Ocular albinism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001107" #> #> $`Ocular albinism`$`_id` #> [1] "HP_0001107<HP_0007730<HP_0008034<HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Ocular albinism`$privateGeneCount #> [1] 0 #> #> $`Ocular albinism`$publicGeneCount #> [1] 1 #> #> $`Ocular albinism`$urlId #> [1] "HP_0001107" #> #> $`Ocular albinism`$dbPhenotype #> [1] TRUE #> #> $`Ocular albinism`$`_parent` #> [1] "HP_0007730<HP_0008034<HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Ocular albinism`$`_is_leaf` #> [1] TRUE #> #> $`Ocular albinism`$children #> list() #> #> $`Ocular albinism`$value #> [1] "Ocular albinism" #> #> #> $`Ocular anterior segment dysgenesis` #> $`Ocular anterior segment dysgenesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007700" #> #> $`Ocular anterior segment dysgenesis`$`_id` #> [1] "HP_0007700<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Ocular anterior segment dysgenesis`$privateGeneCount #> [1] 0 #> #> $`Ocular anterior segment dysgenesis`$publicGeneCount #> [1] 3 #> #> $`Ocular anterior segment dysgenesis`$urlId #> [1] "HP_0007700" #> #> $`Ocular anterior segment dysgenesis`$dbPhenotype #> [1] FALSE #> #> $`Ocular anterior segment dysgenesis`$`_parent` #> [1] "HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Ocular anterior segment dysgenesis`$`_is_leaf` #> [1] FALSE #> #> $`Ocular anterior segment dysgenesis`$children #> $`Ocular anterior segment dysgenesis`$children[[1]] #> [1] "HP_0000659<HP_0007700<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Ocular anterior segment dysgenesis`$value #> [1] "Ocular anterior segment dysgenesis" #> #> #> $`ocular cancer` #> $`ocular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2174" #> #> $`ocular cancer`$`_id` #> [1] "DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular cancer`$privateGeneCount #> [1] 0 #> #> $`ocular cancer`$publicGeneCount #> [1] 21 #> #> $`ocular cancer`$urlId #> [1] "DOID_2174" #> #> $`ocular cancer`$dbPhenotype #> [1] FALSE #> #> $`ocular cancer`$`_parent` #> [1] "DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular cancer`$`_is_leaf` #> [1] FALSE #> #> $`ocular cancer`$children #> $`ocular cancer`$children[[1]] #> [1] "DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular cancer`$children[[2]] #> [1] "DOID_3479<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`ocular cancer`$value #> [1] "ocular cancer" #> #> #> $`ocular cancer` #> $`ocular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2174" #> #> $`ocular cancer`$`_id` #> [1] "DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ocular cancer`$privateGeneCount #> [1] 0 #> #> $`ocular cancer`$publicGeneCount #> [1] 21 #> #> $`ocular cancer`$urlId #> [1] "DOID_2174" #> #> $`ocular cancer`$dbPhenotype #> [1] FALSE #> #> $`ocular cancer`$`_parent` #> [1] "DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ocular cancer`$`_is_leaf` #> [1] FALSE #> #> $`ocular cancer`$children #> $`ocular cancer`$children[[1]] #> [1] "DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ocular cancer`$children[[2]] #> [1] "DOID_3479<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`ocular cancer`$value #> [1] "ocular cancer" #> #> #> $`ocular cancer` #> $`ocular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2174" #> #> $`ocular cancer`$`_id` #> [1] "DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`ocular cancer`$privateGeneCount #> [1] 0 #> #> $`ocular cancer`$publicGeneCount #> [1] 21 #> #> $`ocular cancer`$urlId #> [1] "DOID_2174" #> #> $`ocular cancer`$dbPhenotype #> [1] FALSE #> #> $`ocular cancer`$`_parent` #> [1] "DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`ocular cancer`$`_is_leaf` #> [1] FALSE #> #> $`ocular cancer`$children #> $`ocular cancer`$children[[1]] #> [1] "DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`ocular cancer`$children[[2]] #> [1] "DOID_3479<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`ocular cancer`$value #> [1] "ocular cancer" #> #> #> $`ocular cancer` #> $`ocular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2174" #> #> $`ocular cancer`$`_id` #> [1] "DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular cancer`$privateGeneCount #> [1] 0 #> #> $`ocular cancer`$publicGeneCount #> [1] 21 #> #> $`ocular cancer`$urlId #> [1] "DOID_2174" #> #> $`ocular cancer`$dbPhenotype #> [1] FALSE #> #> $`ocular cancer`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular cancer`$`_is_leaf` #> [1] FALSE #> #> $`ocular cancer`$children #> $`ocular cancer`$children[[1]] #> [1] "DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular cancer`$children[[2]] #> [1] "DOID_3479<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`ocular cancer`$value #> [1] "ocular cancer" #> #> #> $`ocular hypertension` #> $`ocular hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9282" #> #> $`ocular hypertension`$`_id` #> [1] "DOID_9282<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular hypertension`$privateGeneCount #> [1] 0 #> #> $`ocular hypertension`$publicGeneCount #> [1] 7 #> #> $`ocular hypertension`$urlId #> [1] "DOID_9282" #> #> $`ocular hypertension`$dbPhenotype #> [1] TRUE #> #> $`ocular hypertension`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular hypertension`$`_is_leaf` #> [1] TRUE #> #> $`ocular hypertension`$children #> list() #> #> $`ocular hypertension`$value #> [1] "ocular hypertension" #> #> #> $`ocular motility disease` #> $`ocular motility disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1279" #> #> $`ocular motility disease`$`_id` #> [1] "DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular motility disease`$privateGeneCount #> [1] 0 #> #> $`ocular motility disease`$publicGeneCount #> [1] 21 #> #> $`ocular motility disease`$urlId #> [1] "DOID_1279" #> #> $`ocular motility disease`$dbPhenotype #> [1] TRUE #> #> $`ocular motility disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular motility disease`$`_is_leaf` #> [1] FALSE #> #> $`ocular motility disease`$children #> $`ocular motility disease`$children[[1]] #> [1] "DOID_539<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular motility disease`$children[[2]] #> [1] "DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular motility disease`$children[[3]] #> [1] "DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`ocular motility disease`$value #> [1] "ocular motility disease" #> #> #> $`ocular motility disease` #> $`ocular motility disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1279" #> #> $`ocular motility disease`$`_id` #> [1] "DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`ocular motility disease`$privateGeneCount #> [1] 0 #> #> $`ocular motility disease`$publicGeneCount #> [1] 21 #> #> $`ocular motility disease`$urlId #> [1] "DOID_1279" #> #> $`ocular motility disease`$dbPhenotype #> [1] TRUE #> #> $`ocular motility disease`$`_parent` #> [1] "DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`ocular motility disease`$`_is_leaf` #> [1] FALSE #> #> $`ocular motility disease`$children #> $`ocular motility disease`$children[[1]] #> [1] "DOID_539<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`ocular motility disease`$children[[2]] #> [1] "DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`ocular motility disease`$children[[3]] #> [1] "DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`ocular motility disease`$value #> [1] "ocular motility disease" #> #> #> $`oculoauricular syndrome` #> $`oculoauricular syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060482" #> #> $`oculoauricular syndrome`$`_id` #> [1] "DOID_0060482<DOID_225<DOID_4" #> #> $`oculoauricular syndrome`$privateGeneCount #> [1] 0 #> #> $`oculoauricular syndrome`$publicGeneCount #> [1] 1 #> #> $`oculoauricular syndrome`$urlId #> [1] "DOID_0060482" #> #> $`oculoauricular syndrome`$dbPhenotype #> [1] TRUE #> #> $`oculoauricular syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`oculoauricular syndrome`$`_is_leaf` #> [1] TRUE #> #> $`oculoauricular syndrome`$children #> list() #> #> $`oculoauricular syndrome`$value #> [1] "oculoauricular syndrome" #> #> #> $`oculocerebrorenal syndrome` #> $`oculocerebrorenal syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1056" #> #> $`oculocerebrorenal syndrome`$`_id` #> [1] "DOID_1056<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`oculocerebrorenal syndrome`$privateGeneCount #> [1] 0 #> #> $`oculocerebrorenal syndrome`$publicGeneCount #> [1] 1 #> #> $`oculocerebrorenal syndrome`$urlId #> [1] "DOID_1056" #> #> $`oculocerebrorenal syndrome`$dbPhenotype #> [1] TRUE #> #> $`oculocerebrorenal syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`oculocerebrorenal syndrome`$`_is_leaf` #> [1] TRUE #> #> $`oculocerebrorenal syndrome`$children #> list() #> #> $`oculocerebrorenal syndrome`$value #> [1] "oculocerebrorenal syndrome" #> #> #> $`oculocerebrorenal syndrome` #> $`oculocerebrorenal syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1056" #> #> $`oculocerebrorenal syndrome`$`_id` #> [1] "DOID_1056<DOID_225<DOID_4" #> #> $`oculocerebrorenal syndrome`$privateGeneCount #> [1] 0 #> #> $`oculocerebrorenal syndrome`$publicGeneCount #> [1] 1 #> #> $`oculocerebrorenal syndrome`$urlId #> [1] "DOID_1056" #> #> $`oculocerebrorenal syndrome`$dbPhenotype #> [1] TRUE #> #> $`oculocerebrorenal syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`oculocerebrorenal syndrome`$`_is_leaf` #> [1] TRUE #> #> $`oculocerebrorenal syndrome`$children #> list() #> #> $`oculocerebrorenal syndrome`$value #> [1] "oculocerebrorenal syndrome" #> #> #> $`oculocutaneous albinism` #> $`oculocutaneous albinism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050632" #> #> $`oculocutaneous albinism`$`_id` #> [1] "DOID_0050632<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`oculocutaneous albinism`$privateGeneCount #> [1] 0 #> #> $`oculocutaneous albinism`$publicGeneCount #> [1] 9 #> #> $`oculocutaneous albinism`$urlId #> [1] "DOID_0050632" #> #> $`oculocutaneous albinism`$dbPhenotype #> [1] TRUE #> #> $`oculocutaneous albinism`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`oculocutaneous albinism`$`_is_leaf` #> [1] TRUE #> #> $`oculocutaneous albinism`$children #> list() #> #> $`oculocutaneous albinism`$value #> [1] "oculocutaneous albinism" #> #> #> $`oculocutaneous albinism` #> $`oculocutaneous albinism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050632" #> #> $`oculocutaneous albinism`$`_id` #> [1] "DOID_0050632<DOID_225<DOID_4" #> #> $`oculocutaneous albinism`$privateGeneCount #> [1] 0 #> #> $`oculocutaneous albinism`$publicGeneCount #> [1] 9 #> #> $`oculocutaneous albinism`$urlId #> [1] "DOID_0050632" #> #> $`oculocutaneous albinism`$dbPhenotype #> [1] TRUE #> #> $`oculocutaneous albinism`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`oculocutaneous albinism`$`_is_leaf` #> [1] TRUE #> #> $`oculocutaneous albinism`$children #> list() #> #> $`oculocutaneous albinism`$value #> [1] "oculocutaneous albinism" #> #> #> $`oculodentodigital dysplasia` #> $`oculodentodigital dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060291" #> #> $`oculodentodigital dysplasia`$`_id` #> [1] "DOID_0060291<DOID_225<DOID_4" #> #> $`oculodentodigital dysplasia`$privateGeneCount #> [1] 0 #> #> $`oculodentodigital dysplasia`$publicGeneCount #> [1] 1 #> #> $`oculodentodigital dysplasia`$urlId #> [1] "DOID_0060291" #> #> $`oculodentodigital dysplasia`$dbPhenotype #> [1] TRUE #> #> $`oculodentodigital dysplasia`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`oculodentodigital dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`oculodentodigital dysplasia`$children #> list() #> #> $`oculodentodigital dysplasia`$value #> [1] "oculodentodigital dysplasia" #> #> #> $`oculopharyngeal muscular dystrophy` #> $`oculopharyngeal muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11719" #> #> $`oculopharyngeal muscular dystrophy`$`_id` #> [1] "DOID_11719<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`oculopharyngeal muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`oculopharyngeal muscular dystrophy`$publicGeneCount #> [1] 1 #> #> $`oculopharyngeal muscular dystrophy`$urlId #> [1] "DOID_11719" #> #> $`oculopharyngeal muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`oculopharyngeal muscular dystrophy`$`_parent` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`oculopharyngeal muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`oculopharyngeal muscular dystrophy`$children #> list() #> #> $`oculopharyngeal muscular dystrophy`$value #> [1] "oculopharyngeal muscular dystrophy" #> #> #> $`Ogden syndrome` #> $`Ogden syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050781" #> #> $`Ogden syndrome`$`_id` #> [1] "DOID_0050781<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Ogden syndrome`$privateGeneCount #> [1] 0 #> #> $`Ogden syndrome`$publicGeneCount #> [1] 1 #> #> $`Ogden syndrome`$urlId #> [1] "DOID_0050781" #> #> $`Ogden syndrome`$dbPhenotype #> [1] TRUE #> #> $`Ogden syndrome`$`_parent` #> [1] "DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Ogden syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Ogden syndrome`$children #> list() #> #> $`Ogden syndrome`$value #> [1] "Ogden syndrome" #> #> #> $`Ogden syndrome` #> $`Ogden syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050781" #> #> $`Ogden syndrome`$`_id` #> [1] "DOID_0050781<DOID_225<DOID_4" #> #> $`Ogden syndrome`$privateGeneCount #> [1] 0 #> #> $`Ogden syndrome`$publicGeneCount #> [1] 1 #> #> $`Ogden syndrome`$urlId #> [1] "DOID_0050781" #> #> $`Ogden syndrome`$dbPhenotype #> [1] TRUE #> #> $`Ogden syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Ogden syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Ogden syndrome`$children #> list() #> #> $`Ogden syndrome`$value #> [1] "Ogden syndrome" #> #> #> $`Ohdo syndrome` #> $`Ohdo syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060289" #> #> $`Ohdo syndrome`$`_id` #> [1] "DOID_0060289<DOID_225<DOID_4" #> #> $`Ohdo syndrome`$privateGeneCount #> [1] 0 #> #> $`Ohdo syndrome`$publicGeneCount #> [1] 2 #> #> $`Ohdo syndrome`$urlId #> [1] "DOID_0060289" #> #> $`Ohdo syndrome`$dbPhenotype #> [1] TRUE #> #> $`Ohdo syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Ohdo syndrome`$`_is_leaf` #> [1] FALSE #> #> $`Ohdo syndrome`$children #> $`Ohdo syndrome`$children[[1]] #> [1] "DOID_0060290<DOID_0060289<DOID_225<DOID_4" #> #> #> $`Ohdo syndrome`$value #> [1] "Ohdo syndrome" #> #> #> $`Old-aged sensorineural hearing impairment` #> $`Old-aged sensorineural hearing impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040113" #> #> $`Old-aged sensorineural hearing impairment`$`_id` #> [1] "HP_0040113<HP_0000407<HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Old-aged sensorineural hearing impairment`$privateGeneCount #> [1] 0 #> #> $`Old-aged sensorineural hearing impairment`$publicGeneCount #> [1] 5 #> #> $`Old-aged sensorineural hearing impairment`$urlId #> [1] "HP_0040113" #> #> $`Old-aged sensorineural hearing impairment`$dbPhenotype #> [1] TRUE #> #> $`Old-aged sensorineural hearing impairment`$`_parent` #> [1] "HP_0000407<HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Old-aged sensorineural hearing impairment`$`_is_leaf` #> [1] TRUE #> #> $`Old-aged sensorineural hearing impairment`$children #> list() #> #> $`Old-aged sensorineural hearing impairment`$value #> [1] "Old-aged sensorineural hearing impairment" #> #> #> $`Old-aged sensorineural hearing impairment` #> $`Old-aged sensorineural hearing impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040113" #> #> $`Old-aged sensorineural hearing impairment`$`_id` #> [1] "HP_0040113<HP_0000407<HP_0011389<HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Old-aged sensorineural hearing impairment`$privateGeneCount #> [1] 0 #> #> $`Old-aged sensorineural hearing impairment`$publicGeneCount #> [1] 5 #> #> $`Old-aged sensorineural hearing impairment`$urlId #> [1] "HP_0040113" #> #> $`Old-aged sensorineural hearing impairment`$dbPhenotype #> [1] TRUE #> #> $`Old-aged sensorineural hearing impairment`$`_parent` #> [1] "HP_0000407<HP_0011389<HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Old-aged sensorineural hearing impairment`$`_is_leaf` #> [1] TRUE #> #> $`Old-aged sensorineural hearing impairment`$children #> list() #> #> $`Old-aged sensorineural hearing impairment`$value #> [1] "Old-aged sensorineural hearing impairment" #> #> #> $`olfactory groove meningioma` #> $`olfactory groove meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8057" #> #> $`olfactory groove meningioma`$`_id` #> [1] "DOID_8057<DOID_4436<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`olfactory groove meningioma`$privateGeneCount #> [1] 0 #> #> $`olfactory groove meningioma`$publicGeneCount #> [1] 16 #> #> $`olfactory groove meningioma`$urlId #> [1] "DOID_8057" #> #> $`olfactory groove meningioma`$dbPhenotype #> [1] TRUE #> #> $`olfactory groove meningioma`$`_parent` #> [1] "DOID_4436<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`olfactory groove meningioma`$`_is_leaf` #> [1] TRUE #> #> $`olfactory groove meningioma`$children #> list() #> #> $`olfactory groove meningioma`$value #> [1] "olfactory groove meningioma" #> #> #> $`olfactory groove meningioma` #> $`olfactory groove meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8057" #> #> $`olfactory groove meningioma`$`_id` #> [1] "DOID_8057<DOID_4436<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`olfactory groove meningioma`$privateGeneCount #> [1] 0 #> #> $`olfactory groove meningioma`$publicGeneCount #> [1] 16 #> #> $`olfactory groove meningioma`$urlId #> [1] "DOID_8057" #> #> $`olfactory groove meningioma`$dbPhenotype #> [1] TRUE #> #> $`olfactory groove meningioma`$`_parent` #> [1] "DOID_4436<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`olfactory groove meningioma`$`_is_leaf` #> [1] TRUE #> #> $`olfactory groove meningioma`$children #> list() #> #> $`olfactory groove meningioma`$value #> [1] "olfactory groove meningioma" #> #> #> $`olfactory groove meningioma` #> $`olfactory groove meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8057" #> #> $`olfactory groove meningioma`$`_id` #> [1] "DOID_8057<DOID_4436<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`olfactory groove meningioma`$privateGeneCount #> [1] 0 #> #> $`olfactory groove meningioma`$publicGeneCount #> [1] 16 #> #> $`olfactory groove meningioma`$urlId #> [1] "DOID_8057" #> #> $`olfactory groove meningioma`$dbPhenotype #> [1] TRUE #> #> $`olfactory groove meningioma`$`_parent` #> [1] "DOID_4436<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`olfactory groove meningioma`$`_is_leaf` #> [1] TRUE #> #> $`olfactory groove meningioma`$children #> list() #> #> $`olfactory groove meningioma`$value #> [1] "olfactory groove meningioma" #> #> #> $`olfactory nerve neoplasm` #> $`olfactory nerve neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_366" #> #> $`olfactory nerve neoplasm`$`_id` #> [1] "DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`olfactory nerve neoplasm`$privateGeneCount #> [1] 0 #> #> $`olfactory nerve neoplasm`$publicGeneCount #> [1] 1 #> #> $`olfactory nerve neoplasm`$urlId #> [1] "DOID_366" #> #> $`olfactory nerve neoplasm`$dbPhenotype #> [1] FALSE #> #> $`olfactory nerve neoplasm`$`_parent` #> [1] "DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`olfactory nerve neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`olfactory nerve neoplasm`$children #> $`olfactory nerve neoplasm`$children[[1]] #> [1] "DOID_369<DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`olfactory nerve neoplasm`$value #> [1] "olfactory nerve neoplasm" #> #> #> $`olfactory nerve neoplasm` #> $`olfactory nerve neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_366" #> #> $`olfactory nerve neoplasm`$`_id` #> [1] "DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`olfactory nerve neoplasm`$privateGeneCount #> [1] 0 #> #> $`olfactory nerve neoplasm`$publicGeneCount #> [1] 1 #> #> $`olfactory nerve neoplasm`$urlId #> [1] "DOID_366" #> #> $`olfactory nerve neoplasm`$dbPhenotype #> [1] FALSE #> #> $`olfactory nerve neoplasm`$`_parent` #> [1] "DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`olfactory nerve neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`olfactory nerve neoplasm`$children #> $`olfactory nerve neoplasm`$children[[1]] #> [1] "DOID_369<DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`olfactory nerve neoplasm`$value #> [1] "olfactory nerve neoplasm" #> #> #> $`olfactory nerve neoplasm` #> $`olfactory nerve neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_366" #> #> $`olfactory nerve neoplasm`$`_id` #> [1] "DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`olfactory nerve neoplasm`$privateGeneCount #> [1] 0 #> #> $`olfactory nerve neoplasm`$publicGeneCount #> [1] 1 #> #> $`olfactory nerve neoplasm`$urlId #> [1] "DOID_366" #> #> $`olfactory nerve neoplasm`$dbPhenotype #> [1] FALSE #> #> $`olfactory nerve neoplasm`$`_parent` #> [1] "DOID_2815<DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`olfactory nerve neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`olfactory nerve neoplasm`$children #> $`olfactory nerve neoplasm`$children[[1]] #> [1] "DOID_369<DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`olfactory nerve neoplasm`$value #> [1] "olfactory nerve neoplasm" #> #> #> $`olfactory nerve neoplasm` #> $`olfactory nerve neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_366" #> #> $`olfactory nerve neoplasm`$`_id` #> [1] "DOID_366<DOID_2815<DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`olfactory nerve neoplasm`$privateGeneCount #> [1] 0 #> #> $`olfactory nerve neoplasm`$publicGeneCount #> [1] 1 #> #> $`olfactory nerve neoplasm`$urlId #> [1] "DOID_366" #> #> $`olfactory nerve neoplasm`$dbPhenotype #> [1] FALSE #> #> $`olfactory nerve neoplasm`$`_parent` #> [1] "DOID_2815<DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`olfactory nerve neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`olfactory nerve neoplasm`$children #> $`olfactory nerve neoplasm`$children[[1]] #> [1] "DOID_369<DOID_366<DOID_2815<DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`olfactory nerve neoplasm`$value #> [1] "olfactory nerve neoplasm" #> #> #> $`olfactory neuroblastoma` #> $`olfactory neuroblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_369" #> #> $`olfactory neuroblastoma`$`_id` #> [1] "DOID_369<DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`olfactory neuroblastoma`$privateGeneCount #> [1] 0 #> #> $`olfactory neuroblastoma`$publicGeneCount #> [1] 1 #> #> $`olfactory neuroblastoma`$urlId #> [1] "DOID_369" #> #> $`olfactory neuroblastoma`$dbPhenotype #> [1] TRUE #> #> $`olfactory neuroblastoma`$`_parent` #> [1] "DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`olfactory neuroblastoma`$`_is_leaf` #> [1] TRUE #> #> $`olfactory neuroblastoma`$children #> list() #> #> $`olfactory neuroblastoma`$value #> [1] "olfactory neuroblastoma" #> #> #> $`olfactory neuroblastoma` #> $`olfactory neuroblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_369" #> #> $`olfactory neuroblastoma`$`_id` #> [1] "DOID_369<DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`olfactory neuroblastoma`$privateGeneCount #> [1] 0 #> #> $`olfactory neuroblastoma`$publicGeneCount #> [1] 1 #> #> $`olfactory neuroblastoma`$urlId #> [1] "DOID_369" #> #> $`olfactory neuroblastoma`$dbPhenotype #> [1] TRUE #> #> $`olfactory neuroblastoma`$`_parent` #> [1] "DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`olfactory neuroblastoma`$`_is_leaf` #> [1] TRUE #> #> $`olfactory neuroblastoma`$children #> list() #> #> $`olfactory neuroblastoma`$value #> [1] "olfactory neuroblastoma" #> #> #> $`olfactory neuroblastoma` #> $`olfactory neuroblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_369" #> #> $`olfactory neuroblastoma`$`_id` #> [1] "DOID_369<DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`olfactory neuroblastoma`$privateGeneCount #> [1] 0 #> #> $`olfactory neuroblastoma`$publicGeneCount #> [1] 1 #> #> $`olfactory neuroblastoma`$urlId #> [1] "DOID_369" #> #> $`olfactory neuroblastoma`$dbPhenotype #> [1] TRUE #> #> $`olfactory neuroblastoma`$`_parent` #> [1] "DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`olfactory neuroblastoma`$`_is_leaf` #> [1] TRUE #> #> $`olfactory neuroblastoma`$children #> list() #> #> $`olfactory neuroblastoma`$value #> [1] "olfactory neuroblastoma" #> #> #> $`olfactory neuroblastoma` #> $`olfactory neuroblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_369" #> #> $`olfactory neuroblastoma`$`_id` #> [1] "DOID_369<DOID_366<DOID_2815<DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`olfactory neuroblastoma`$privateGeneCount #> [1] 0 #> #> $`olfactory neuroblastoma`$publicGeneCount #> [1] 1 #> #> $`olfactory neuroblastoma`$urlId #> [1] "DOID_369" #> #> $`olfactory neuroblastoma`$dbPhenotype #> [1] TRUE #> #> $`olfactory neuroblastoma`$`_parent` #> [1] "DOID_366<DOID_2815<DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`olfactory neuroblastoma`$`_is_leaf` #> [1] TRUE #> #> $`olfactory neuroblastoma`$children #> list() #> #> $`olfactory neuroblastoma`$value #> [1] "olfactory neuroblastoma" #> #> #> $oligodendroglioma #> $oligodendroglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3181" #> #> $oligodendroglioma$`_id` #> [1] "DOID_3181<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $oligodendroglioma$privateGeneCount #> [1] 0 #> #> $oligodendroglioma$publicGeneCount #> [1] 9 #> #> $oligodendroglioma$urlId #> [1] "DOID_3181" #> #> $oligodendroglioma$dbPhenotype #> [1] TRUE #> #> $oligodendroglioma$`_parent` #> [1] "DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $oligodendroglioma$`_is_leaf` #> [1] FALSE #> #> $oligodendroglioma$children #> $oligodendroglioma$children[[1]] #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $oligodendroglioma$children[[2]] #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $oligodendroglioma$value #> [1] "oligodendroglioma" #> #> #> $oligodendroglioma #> $oligodendroglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3181" #> #> $oligodendroglioma$`_id` #> [1] "DOID_3181<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$privateGeneCount #> [1] 0 #> #> $oligodendroglioma$publicGeneCount #> [1] 9 #> #> $oligodendroglioma$urlId #> [1] "DOID_3181" #> #> $oligodendroglioma$dbPhenotype #> [1] TRUE #> #> $oligodendroglioma$`_parent` #> [1] "DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$`_is_leaf` #> [1] FALSE #> #> $oligodendroglioma$children #> $oligodendroglioma$children[[1]] #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$children[[2]] #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $oligodendroglioma$value #> [1] "oligodendroglioma" #> #> #> $oligodendroglioma #> $oligodendroglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3181" #> #> $oligodendroglioma$`_id` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $oligodendroglioma$privateGeneCount #> [1] 0 #> #> $oligodendroglioma$publicGeneCount #> [1] 9 #> #> $oligodendroglioma$urlId #> [1] "DOID_3181" #> #> $oligodendroglioma$dbPhenotype #> [1] TRUE #> #> $oligodendroglioma$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $oligodendroglioma$`_is_leaf` #> [1] FALSE #> #> $oligodendroglioma$children #> $oligodendroglioma$children[[1]] #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $oligodendroglioma$children[[2]] #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $oligodendroglioma$value #> [1] "oligodendroglioma" #> #> #> $oligodendroglioma #> $oligodendroglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3181" #> #> $oligodendroglioma$`_id` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $oligodendroglioma$privateGeneCount #> [1] 0 #> #> $oligodendroglioma$publicGeneCount #> [1] 9 #> #> $oligodendroglioma$urlId #> [1] "DOID_3181" #> #> $oligodendroglioma$dbPhenotype #> [1] TRUE #> #> $oligodendroglioma$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $oligodendroglioma$`_is_leaf` #> [1] FALSE #> #> $oligodendroglioma$children #> $oligodendroglioma$children[[1]] #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $oligodendroglioma$children[[2]] #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $oligodendroglioma$value #> [1] "oligodendroglioma" #> #> #> $oligodendroglioma #> $oligodendroglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3181" #> #> $oligodendroglioma$`_id` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $oligodendroglioma$privateGeneCount #> [1] 0 #> #> $oligodendroglioma$publicGeneCount #> [1] 9 #> #> $oligodendroglioma$urlId #> [1] "DOID_3181" #> #> $oligodendroglioma$dbPhenotype #> [1] TRUE #> #> $oligodendroglioma$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $oligodendroglioma$`_is_leaf` #> [1] FALSE #> #> $oligodendroglioma$children #> $oligodendroglioma$children[[1]] #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $oligodendroglioma$children[[2]] #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $oligodendroglioma$value #> [1] "oligodendroglioma" #> #> #> $oligodendroglioma #> $oligodendroglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3181" #> #> $oligodendroglioma$`_id` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $oligodendroglioma$privateGeneCount #> [1] 0 #> #> $oligodendroglioma$publicGeneCount #> [1] 9 #> #> $oligodendroglioma$urlId #> [1] "DOID_3181" #> #> $oligodendroglioma$dbPhenotype #> [1] TRUE #> #> $oligodendroglioma$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $oligodendroglioma$`_is_leaf` #> [1] FALSE #> #> $oligodendroglioma$children #> $oligodendroglioma$children[[1]] #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $oligodendroglioma$children[[2]] #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $oligodendroglioma$value #> [1] "oligodendroglioma" #> #> #> $oligodendroglioma #> $oligodendroglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3181" #> #> $oligodendroglioma$`_id` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$privateGeneCount #> [1] 0 #> #> $oligodendroglioma$publicGeneCount #> [1] 9 #> #> $oligodendroglioma$urlId #> [1] "DOID_3181" #> #> $oligodendroglioma$dbPhenotype #> [1] TRUE #> #> $oligodendroglioma$`_parent` #> [1] "DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$`_is_leaf` #> [1] FALSE #> #> $oligodendroglioma$children #> $oligodendroglioma$children[[1]] #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$children[[2]] #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $oligodendroglioma$value #> [1] "oligodendroglioma" #> #> #> $oligodendroglioma #> $oligodendroglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3181" #> #> $oligodendroglioma$`_id` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $oligodendroglioma$privateGeneCount #> [1] 0 #> #> $oligodendroglioma$publicGeneCount #> [1] 9 #> #> $oligodendroglioma$urlId #> [1] "DOID_3181" #> #> $oligodendroglioma$dbPhenotype #> [1] TRUE #> #> $oligodendroglioma$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $oligodendroglioma$`_is_leaf` #> [1] FALSE #> #> $oligodendroglioma$children #> $oligodendroglioma$children[[1]] #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $oligodendroglioma$children[[2]] #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $oligodendroglioma$value #> [1] "oligodendroglioma" #> #> #> $oligodendroglioma #> $oligodendroglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3181" #> #> $oligodendroglioma$`_id` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$privateGeneCount #> [1] 0 #> #> $oligodendroglioma$publicGeneCount #> [1] 9 #> #> $oligodendroglioma$urlId #> [1] "DOID_3181" #> #> $oligodendroglioma$dbPhenotype #> [1] TRUE #> #> $oligodendroglioma$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$`_is_leaf` #> [1] FALSE #> #> $oligodendroglioma$children #> $oligodendroglioma$children[[1]] #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$children[[2]] #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $oligodendroglioma$value #> [1] "oligodendroglioma" #> #> #> $oligodendroglioma #> $oligodendroglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3181" #> #> $oligodendroglioma$`_id` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$privateGeneCount #> [1] 0 #> #> $oligodendroglioma$publicGeneCount #> [1] 9 #> #> $oligodendroglioma$urlId #> [1] "DOID_3181" #> #> $oligodendroglioma$dbPhenotype #> [1] TRUE #> #> $oligodendroglioma$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$`_is_leaf` #> [1] FALSE #> #> $oligodendroglioma$children #> $oligodendroglioma$children[[1]] #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$children[[2]] #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $oligodendroglioma$value #> [1] "oligodendroglioma" #> #> #> $Oligomenorrhea #> $Oligomenorrhea$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000876" #> #> $Oligomenorrhea$`_id` #> [1] "HP_0000876<HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Oligomenorrhea$privateGeneCount #> [1] 0 #> #> $Oligomenorrhea$publicGeneCount #> [1] 1 #> #> $Oligomenorrhea$urlId #> [1] "HP_0000876" #> #> $Oligomenorrhea$dbPhenotype #> [1] TRUE #> #> $Oligomenorrhea$`_parent` #> [1] "HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Oligomenorrhea$`_is_leaf` #> [1] TRUE #> #> $Oligomenorrhea$children #> list() #> #> $Oligomenorrhea$value #> [1] "Oligomenorrhea" #> #> #> $oligospermia #> $oligospermia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14228" #> #> $oligospermia$`_id` #> [1] "DOID_14228<DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $oligospermia$privateGeneCount #> [1] 0 #> #> $oligospermia$publicGeneCount #> [1] 9 #> #> $oligospermia$urlId #> [1] "DOID_14228" #> #> $oligospermia$dbPhenotype #> [1] TRUE #> #> $oligospermia$`_parent` #> [1] "DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $oligospermia$`_is_leaf` #> [1] TRUE #> #> $oligospermia$children #> list() #> #> $oligospermia$value #> [1] "oligospermia" #> #> #> $Oliguria #> $Oliguria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100520" #> #> $Oliguria$`_id` #> [1] "HP_0100520<HP_0011037<HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Oliguria$privateGeneCount #> [1] 0 #> #> $Oliguria$publicGeneCount #> [1] 4 #> #> $Oliguria$urlId #> [1] "HP_0100520" #> #> $Oliguria$dbPhenotype #> [1] TRUE #> #> $Oliguria$`_parent` #> [1] "HP_0011037<HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Oliguria$`_is_leaf` #> [1] TRUE #> #> $Oliguria$children #> list() #> #> $Oliguria$value #> [1] "Oliguria" #> #> #> $Oliguria #> $Oliguria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100520" #> #> $Oliguria$`_id` #> [1] "HP_0100520<HP_0011037<HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Oliguria$privateGeneCount #> [1] 0 #> #> $Oliguria$publicGeneCount #> [1] 4 #> #> $Oliguria$urlId #> [1] "HP_0100520" #> #> $Oliguria$dbPhenotype #> [1] TRUE #> #> $Oliguria$`_parent` #> [1] "HP_0011037<HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Oliguria$`_is_leaf` #> [1] TRUE #> #> $Oliguria$children #> list() #> #> $Oliguria$value #> [1] "Oliguria" #> #> #> $`olivopontocerebellar atrophy` #> $`olivopontocerebellar atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14784" #> #> $`olivopontocerebellar atrophy`$`_id` #> [1] "DOID_14784<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`olivopontocerebellar atrophy`$privateGeneCount #> [1] 0 #> #> $`olivopontocerebellar atrophy`$publicGeneCount #> [1] 1 #> #> $`olivopontocerebellar atrophy`$urlId #> [1] "DOID_14784" #> #> $`olivopontocerebellar atrophy`$dbPhenotype #> [1] TRUE #> #> $`olivopontocerebellar atrophy`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`olivopontocerebellar atrophy`$`_is_leaf` #> [1] TRUE #> #> $`olivopontocerebellar atrophy`$children #> list() #> #> $`olivopontocerebellar atrophy`$value #> [1] "olivopontocerebellar atrophy" #> #> #> $`Ollier disease` #> $`Ollier disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4624" #> #> $`Ollier disease`$`_id` #> [1] "DOID_4624<DOID_225<DOID_4" #> #> $`Ollier disease`$privateGeneCount #> [1] 0 #> #> $`Ollier disease`$publicGeneCount #> [1] 3 #> #> $`Ollier disease`$urlId #> [1] "DOID_4624" #> #> $`Ollier disease`$dbPhenotype #> [1] TRUE #> #> $`Ollier disease`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Ollier disease`$`_is_leaf` #> [1] TRUE #> #> $`Ollier disease`$children #> list() #> #> $`Ollier disease`$value #> [1] "Ollier disease" #> #> #> $`Omenn syndrome` #> $`Omenn syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060010" #> #> $`Omenn syndrome`$`_id` #> [1] "DOID_0060010<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`Omenn syndrome`$privateGeneCount #> [1] 0 #> #> $`Omenn syndrome`$publicGeneCount #> [1] 3 #> #> $`Omenn syndrome`$urlId #> [1] "DOID_0060010" #> #> $`Omenn syndrome`$dbPhenotype #> [1] TRUE #> #> $`Omenn syndrome`$`_parent` #> [1] "DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`Omenn syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Omenn syndrome`$children #> list() #> #> $`Omenn syndrome`$value #> [1] "Omenn syndrome" #> #> #> $omodysplasia #> $omodysplasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060288" #> #> $omodysplasia$`_id` #> [1] "DOID_0060288<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $omodysplasia$privateGeneCount #> [1] 0 #> #> $omodysplasia$publicGeneCount #> [1] 1 #> #> $omodysplasia$urlId #> [1] "DOID_0060288" #> #> $omodysplasia$dbPhenotype #> [1] TRUE #> #> $omodysplasia$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $omodysplasia$`_is_leaf` #> [1] TRUE #> #> $omodysplasia$children #> list() #> #> $omodysplasia$value #> [1] "omodysplasia" #> #> #> $onchocerciasis #> $onchocerciasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11678" #> #> $onchocerciasis$`_id` #> [1] "DOID_11678<DOID_1080<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $onchocerciasis$privateGeneCount #> [1] 0 #> #> $onchocerciasis$publicGeneCount #> [1] 3 #> #> $onchocerciasis$urlId #> [1] "DOID_11678" #> #> $onchocerciasis$dbPhenotype #> [1] TRUE #> #> $onchocerciasis$`_parent` #> [1] "DOID_1080<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $onchocerciasis$`_is_leaf` #> [1] TRUE #> #> $onchocerciasis$children #> list() #> #> $onchocerciasis$value #> [1] "onchocerciasis" #> #> #> $Onset #> $Onset$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003674" #> #> $Onset$`_id` #> [1] "HP_0003674<HP_0031797<HP_0000001" #> #> $Onset$privateGeneCount #> [1] 0 #> #> $Onset$publicGeneCount #> [1] 2 #> #> $Onset$urlId #> [1] "HP_0003674" #> #> $Onset$dbPhenotype #> [1] FALSE #> #> $Onset$`_parent` #> [1] "HP_0031797<HP_0000001" #> #> $Onset$`_is_leaf` #> [1] FALSE #> #> $Onset$children #> $Onset$children[[1]] #> [1] "HP_0410280<HP_0003674<HP_0031797<HP_0000001" #> #> #> $Onset$value #> [1] "Onset" #> #> #> $`Opacification of the corneal stroma` #> $`Opacification of the corneal stroma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007759" #> #> $`Opacification of the corneal stroma`$`_id` #> [1] "HP_0007759<HP_0007957<HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Opacification of the corneal stroma`$privateGeneCount #> [1] 0 #> #> $`Opacification of the corneal stroma`$publicGeneCount #> [1] 4 #> #> $`Opacification of the corneal stroma`$urlId #> [1] "HP_0007759" #> #> $`Opacification of the corneal stroma`$dbPhenotype #> [1] TRUE #> #> $`Opacification of the corneal stroma`$`_parent` #> [1] "HP_0007957<HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Opacification of the corneal stroma`$`_is_leaf` #> [1] TRUE #> #> $`Opacification of the corneal stroma`$children #> list() #> #> $`Opacification of the corneal stroma`$value #> [1] "Opacification of the corneal stroma" #> #> #> $`Opacification of the corneal stroma` #> $`Opacification of the corneal stroma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007759" #> #> $`Opacification of the corneal stroma`$`_id` #> [1] "HP_0007759<HP_0011492<HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Opacification of the corneal stroma`$privateGeneCount #> [1] 0 #> #> $`Opacification of the corneal stroma`$publicGeneCount #> [1] 4 #> #> $`Opacification of the corneal stroma`$urlId #> [1] "HP_0007759" #> #> $`Opacification of the corneal stroma`$dbPhenotype #> [1] TRUE #> #> $`Opacification of the corneal stroma`$`_parent` #> [1] "HP_0011492<HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Opacification of the corneal stroma`$`_is_leaf` #> [1] TRUE #> #> $`Opacification of the corneal stroma`$children #> list() #> #> $`Opacification of the corneal stroma`$value #> [1] "Opacification of the corneal stroma" #> #> #> $`open-angle glaucoma` #> $`open-angle glaucoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1067" #> #> $`open-angle glaucoma`$`_id` #> [1] "DOID_1067<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`open-angle glaucoma`$privateGeneCount #> [1] 0 #> #> $`open-angle glaucoma`$publicGeneCount #> [1] 47 #> #> $`open-angle glaucoma`$urlId #> [1] "DOID_1067" #> #> $`open-angle glaucoma`$dbPhenotype #> [1] TRUE #> #> $`open-angle glaucoma`$`_parent` #> [1] "DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`open-angle glaucoma`$`_is_leaf` #> [1] FALSE #> #> $`open-angle glaucoma`$children #> $`open-angle glaucoma`$children[[1]] #> [1] "DOID_13544<DOID_1067<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`open-angle glaucoma`$children[[2]] #> [1] "DOID_1070<DOID_1067<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`open-angle glaucoma`$value #> [1] "open-angle glaucoma" #> #> #> $ophthalmoplegia #> $ophthalmoplegia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_539" #> #> $ophthalmoplegia$`_id` #> [1] "DOID_539<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $ophthalmoplegia$privateGeneCount #> [1] 0 #> #> $ophthalmoplegia$publicGeneCount #> [1] 5 #> #> $ophthalmoplegia$urlId #> [1] "DOID_539" #> #> $ophthalmoplegia$dbPhenotype #> [1] TRUE #> #> $ophthalmoplegia$`_parent` #> [1] "DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $ophthalmoplegia$`_is_leaf` #> [1] FALSE #> #> $ophthalmoplegia$children #> $ophthalmoplegia$children[[1]] #> [1] "DOID_538<DOID_539<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $ophthalmoplegia$value #> [1] "ophthalmoplegia" #> #> #> $ophthalmoplegia #> $ophthalmoplegia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_539" #> #> $ophthalmoplegia$`_id` #> [1] "DOID_539<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $ophthalmoplegia$privateGeneCount #> [1] 0 #> #> $ophthalmoplegia$publicGeneCount #> [1] 5 #> #> $ophthalmoplegia$urlId #> [1] "DOID_539" #> #> $ophthalmoplegia$dbPhenotype #> [1] TRUE #> #> $ophthalmoplegia$`_parent` #> [1] "DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $ophthalmoplegia$`_is_leaf` #> [1] FALSE #> #> $ophthalmoplegia$children #> $ophthalmoplegia$children[[1]] #> [1] "DOID_538<DOID_539<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $ophthalmoplegia$value #> [1] "ophthalmoplegia" #> #> #> $`opiate dependence` #> $`opiate dependence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2559" #> #> $`opiate dependence`$`_id` #> [1] "DOID_2559<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`opiate dependence`$privateGeneCount #> [1] 0 #> #> $`opiate dependence`$publicGeneCount #> [1] 23 #> #> $`opiate dependence`$urlId #> [1] "DOID_2559" #> #> $`opiate dependence`$dbPhenotype #> [1] TRUE #> #> $`opiate dependence`$`_parent` #> [1] "DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`opiate dependence`$`_is_leaf` #> [1] FALSE #> #> $`opiate dependence`$children #> $`opiate dependence`$children[[1]] #> [1] "DOID_9976<DOID_2559<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`opiate dependence`$children[[2]] #> [1] "DOID_2560<DOID_2559<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> #> $`opiate dependence`$value #> [1] "opiate dependence" #> #> #> $opisthorchiasis #> $opisthorchiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13768" #> #> $opisthorchiasis$`_id` #> [1] "DOID_13768<DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $opisthorchiasis$privateGeneCount #> [1] 0 #> #> $opisthorchiasis$publicGeneCount #> [1] 1 #> #> $opisthorchiasis$urlId #> [1] "DOID_13768" #> #> $opisthorchiasis$dbPhenotype #> [1] TRUE #> #> $opisthorchiasis$`_parent` #> [1] "DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $opisthorchiasis$`_is_leaf` #> [1] TRUE #> #> $opisthorchiasis$children #> list() #> #> $opisthorchiasis$value #> [1] "opisthorchiasis" #> #> #> $opisthorchiasis #> $opisthorchiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13768" #> #> $opisthorchiasis$`_id` #> [1] "DOID_13768<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $opisthorchiasis$privateGeneCount #> [1] 0 #> #> $opisthorchiasis$publicGeneCount #> [1] 1 #> #> $opisthorchiasis$urlId #> [1] "DOID_13768" #> #> $opisthorchiasis$dbPhenotype #> [1] TRUE #> #> $opisthorchiasis$`_parent` #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $opisthorchiasis$`_is_leaf` #> [1] TRUE #> #> $opisthorchiasis$children #> list() #> #> $opisthorchiasis$value #> [1] "opisthorchiasis" #> #> #> $opisthorchiasis #> $opisthorchiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13768" #> #> $opisthorchiasis$`_id` #> [1] "DOID_13768<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $opisthorchiasis$privateGeneCount #> [1] 0 #> #> $opisthorchiasis$publicGeneCount #> [1] 1 #> #> $opisthorchiasis$urlId #> [1] "DOID_13768" #> #> $opisthorchiasis$dbPhenotype #> [1] TRUE #> #> $opisthorchiasis$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $opisthorchiasis$`_is_leaf` #> [1] TRUE #> #> $opisthorchiasis$children #> list() #> #> $opisthorchiasis$value #> [1] "opisthorchiasis" #> #> #> $opisthorchiasis #> $opisthorchiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13768" #> #> $opisthorchiasis$`_id` #> [1] "DOID_13768<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $opisthorchiasis$privateGeneCount #> [1] 0 #> #> $opisthorchiasis$publicGeneCount #> [1] 1 #> #> $opisthorchiasis$urlId #> [1] "DOID_13768" #> #> $opisthorchiasis$dbPhenotype #> [1] TRUE #> #> $opisthorchiasis$`_parent` #> [1] "DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $opisthorchiasis$`_is_leaf` #> [1] TRUE #> #> $opisthorchiasis$children #> list() #> #> $opisthorchiasis$value #> [1] "opisthorchiasis" #> #> #> $`Opitz-GBBB syndrome` #> $`Opitz-GBBB syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050780" #> #> $`Opitz-GBBB syndrome`$`_id` #> [1] "DOID_0050780<DOID_0050177<DOID_630<DOID_4" #> #> $`Opitz-GBBB syndrome`$privateGeneCount #> [1] 0 #> #> $`Opitz-GBBB syndrome`$publicGeneCount #> [1] 2 #> #> $`Opitz-GBBB syndrome`$urlId #> [1] "DOID_0050780" #> #> $`Opitz-GBBB syndrome`$dbPhenotype #> [1] TRUE #> #> $`Opitz-GBBB syndrome`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`Opitz-GBBB syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Opitz-GBBB syndrome`$children #> list() #> #> $`Opitz-GBBB syndrome`$value #> [1] "Opitz-GBBB syndrome" #> #> #> $`Opitz-GBBB syndrome` #> $`Opitz-GBBB syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050780" #> #> $`Opitz-GBBB syndrome`$`_id` #> [1] "DOID_0050780<DOID_225<DOID_4" #> #> $`Opitz-GBBB syndrome`$privateGeneCount #> [1] 0 #> #> $`Opitz-GBBB syndrome`$publicGeneCount #> [1] 2 #> #> $`Opitz-GBBB syndrome`$urlId #> [1] "DOID_0050780" #> #> $`Opitz-GBBB syndrome`$dbPhenotype #> [1] TRUE #> #> $`Opitz-GBBB syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Opitz-GBBB syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Opitz-GBBB syndrome`$children #> list() #> #> $`Opitz-GBBB syndrome`$value #> [1] "Opitz-GBBB syndrome" #> #> #> $`opportunistic mycosis` #> $`opportunistic mycosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2473" #> #> $`opportunistic mycosis`$`_id` #> [1] "DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`opportunistic mycosis`$privateGeneCount #> [1] 0 #> #> $`opportunistic mycosis`$publicGeneCount #> [1] 28 #> #> $`opportunistic mycosis`$urlId #> [1] "DOID_2473" #> #> $`opportunistic mycosis`$dbPhenotype #> [1] FALSE #> #> $`opportunistic mycosis`$`_parent` #> [1] "DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`opportunistic mycosis`$`_is_leaf` #> [1] FALSE #> #> $`opportunistic mycosis`$children #> $`opportunistic mycosis`$children[[1]] #> [1] "DOID_13564<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`opportunistic mycosis`$children[[2]] #> [1] "DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`opportunistic mycosis`$children[[3]] #> [1] "DOID_11339<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> #> $`opportunistic mycosis`$value #> [1] "opportunistic mycosis" #> #> #> $`optic atrophy` #> $`optic atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5723" #> #> $`optic atrophy`$`_id` #> [1] "DOID_5723<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic atrophy`$privateGeneCount #> [1] 0 #> #> $`optic atrophy`$publicGeneCount #> [1] 13 #> #> $`optic atrophy`$urlId #> [1] "DOID_5723" #> #> $`optic atrophy`$dbPhenotype #> [1] TRUE #> #> $`optic atrophy`$`_parent` #> [1] "DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic atrophy`$`_is_leaf` #> [1] TRUE #> #> $`optic atrophy`$children #> list() #> #> $`optic atrophy`$value #> [1] "optic atrophy" #> #> #> $`optic nerve disease` #> $`optic nerve disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1891" #> #> $`optic nerve disease`$`_id` #> [1] "DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic nerve disease`$privateGeneCount #> [1] 0 #> #> $`optic nerve disease`$publicGeneCount #> [1] 54 #> #> $`optic nerve disease`$urlId #> [1] "DOID_1891" #> #> $`optic nerve disease`$dbPhenotype #> [1] TRUE #> #> $`optic nerve disease`$`_parent` #> [1] "DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic nerve disease`$`_is_leaf` #> [1] FALSE #> #> $`optic nerve disease`$children #> $`optic nerve disease`$children[[1]] #> [1] "DOID_12010<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic nerve disease`$children[[2]] #> [1] "DOID_705<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic nerve disease`$children[[3]] #> [1] "DOID_8869<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic nerve disease`$children[[4]] #> [1] "DOID_5723<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic nerve disease`$children[[5]] #> [1] "DOID_1210<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic nerve disease`$children[[6]] #> [1] "DOID_146<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`optic nerve disease`$value #> [1] "optic nerve disease" #> #> #> $`Optic nerve hypoplasia` #> $`Optic nerve hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000609" #> #> $`Optic nerve hypoplasia`$`_id` #> [1] "HP_0000609<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Optic nerve hypoplasia`$privateGeneCount #> [1] 0 #> #> $`Optic nerve hypoplasia`$publicGeneCount #> [1] 2 #> #> $`Optic nerve hypoplasia`$urlId #> [1] "HP_0000609" #> #> $`Optic nerve hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`Optic nerve hypoplasia`$`_parent` #> [1] "HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Optic nerve hypoplasia`$`_is_leaf` #> [1] FALSE #> #> $`Optic nerve hypoplasia`$children #> $`Optic nerve hypoplasia`$children[[1]] #> [1] "HP_0100842<HP_0000609<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Optic nerve hypoplasia`$value #> [1] "Optic nerve hypoplasia" #> #> #> $`Optic nerve hypoplasia` #> $`Optic nerve hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000609" #> #> $`Optic nerve hypoplasia`$`_id` #> [1] "HP_0000609<HP_0008058<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Optic nerve hypoplasia`$privateGeneCount #> [1] 0 #> #> $`Optic nerve hypoplasia`$publicGeneCount #> [1] 2 #> #> $`Optic nerve hypoplasia`$urlId #> [1] "HP_0000609" #> #> $`Optic nerve hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`Optic nerve hypoplasia`$`_parent` #> [1] "HP_0008058<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Optic nerve hypoplasia`$`_is_leaf` #> [1] FALSE #> #> $`Optic nerve hypoplasia`$children #> $`Optic nerve hypoplasia`$children[[1]] #> [1] "HP_0100842<HP_0000609<HP_0008058<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Optic nerve hypoplasia`$value #> [1] "Optic nerve hypoplasia" #> #> #> $`Optic nerve hypoplasia` #> $`Optic nerve hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000609" #> #> $`Optic nerve hypoplasia`$`_id` #> [1] "HP_0000609<HP_0008058<HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Optic nerve hypoplasia`$privateGeneCount #> [1] 0 #> #> $`Optic nerve hypoplasia`$publicGeneCount #> [1] 2 #> #> $`Optic nerve hypoplasia`$urlId #> [1] "HP_0000609" #> #> $`Optic nerve hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`Optic nerve hypoplasia`$`_parent` #> [1] "HP_0008058<HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Optic nerve hypoplasia`$`_is_leaf` #> [1] FALSE #> #> $`Optic nerve hypoplasia`$children #> $`Optic nerve hypoplasia`$children[[1]] #> [1] "HP_0100842<HP_0000609<HP_0008058<HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Optic nerve hypoplasia`$value #> [1] "Optic nerve hypoplasia" #> #> #> $`Optic nerve hypoplasia` #> $`Optic nerve hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000609" #> #> $`Optic nerve hypoplasia`$`_id` #> [1] "HP_0000609<HP_0008058<HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Optic nerve hypoplasia`$privateGeneCount #> [1] 0 #> #> $`Optic nerve hypoplasia`$publicGeneCount #> [1] 2 #> #> $`Optic nerve hypoplasia`$urlId #> [1] "HP_0000609" #> #> $`Optic nerve hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`Optic nerve hypoplasia`$`_parent` #> [1] "HP_0008058<HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Optic nerve hypoplasia`$`_is_leaf` #> [1] FALSE #> #> $`Optic nerve hypoplasia`$children #> $`Optic nerve hypoplasia`$children[[1]] #> [1] "HP_0100842<HP_0000609<HP_0008058<HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Optic nerve hypoplasia`$value #> [1] "Optic nerve hypoplasia" #> #> #> $`optic neuritis` #> $`optic neuritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1210" #> #> $`optic neuritis`$`_id` #> [1] "DOID_1210<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic neuritis`$privateGeneCount #> [1] 0 #> #> $`optic neuritis`$publicGeneCount #> [1] 10 #> #> $`optic neuritis`$urlId #> [1] "DOID_1210" #> #> $`optic neuritis`$dbPhenotype #> [1] TRUE #> #> $`optic neuritis`$`_parent` #> [1] "DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic neuritis`$`_is_leaf` #> [1] TRUE #> #> $`optic neuritis`$children #> list() #> #> $`optic neuritis`$value #> [1] "optic neuritis" #> #> #> $`Optic neuropathy` #> $`Optic neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001138" #> #> $`Optic neuropathy`$`_id` #> [1] "HP_0001138<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Optic neuropathy`$privateGeneCount #> [1] 0 #> #> $`Optic neuropathy`$publicGeneCount #> [1] 1 #> #> $`Optic neuropathy`$urlId #> [1] "HP_0001138" #> #> $`Optic neuropathy`$dbPhenotype #> [1] FALSE #> #> $`Optic neuropathy`$`_parent` #> [1] "HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Optic neuropathy`$`_is_leaf` #> [1] FALSE #> #> $`Optic neuropathy`$children #> $`Optic neuropathy`$children[[1]] #> [1] "HP_0007634<HP_0001138<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Optic neuropathy`$value #> [1] "Optic neuropathy" #> #> #> $`oral candidiasis` #> $`oral candidiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14262" #> #> $`oral candidiasis`$`_id` #> [1] "DOID_14262<DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`oral candidiasis`$privateGeneCount #> [1] 0 #> #> $`oral candidiasis`$publicGeneCount #> [1] 1 #> #> $`oral candidiasis`$urlId #> [1] "DOID_14262" #> #> $`oral candidiasis`$dbPhenotype #> [1] TRUE #> #> $`oral candidiasis`$`_parent` #> [1] "DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`oral candidiasis`$`_is_leaf` #> [1] TRUE #> #> $`oral candidiasis`$children #> list() #> #> $`oral candidiasis`$value #> [1] "oral candidiasis" #> #> #> $`oral candidiasis` #> $`oral candidiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14262" #> #> $`oral candidiasis`$`_id` #> [1] "DOID_14262<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`oral candidiasis`$privateGeneCount #> [1] 0 #> #> $`oral candidiasis`$publicGeneCount #> [1] 1 #> #> $`oral candidiasis`$urlId #> [1] "DOID_14262" #> #> $`oral candidiasis`$dbPhenotype #> [1] TRUE #> #> $`oral candidiasis`$`_parent` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`oral candidiasis`$`_is_leaf` #> [1] TRUE #> #> $`oral candidiasis`$children #> list() #> #> $`oral candidiasis`$value #> [1] "oral candidiasis" #> #> #> $`oral cavity cancer` #> $`oral cavity cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8618" #> #> $`oral cavity cancer`$`_id` #> [1] "DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`oral cavity cancer`$privateGeneCount #> [1] 0 #> #> $`oral cavity cancer`$publicGeneCount #> [1] 293 #> #> $`oral cavity cancer`$urlId #> [1] "DOID_8618" #> #> $`oral cavity cancer`$dbPhenotype #> [1] FALSE #> #> $`oral cavity cancer`$`_parent` #> [1] "DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`oral cavity cancer`$`_is_leaf` #> [1] FALSE #> #> $`oral cavity cancer`$children #> $`oral cavity cancer`$children[[1]] #> [1] "DOID_8564<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`oral cavity cancer`$children[[2]] #> [1] "DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`oral cavity cancer`$children[[3]] #> [1] "DOID_8649<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`oral cavity cancer`$value #> [1] "oral cavity cancer" #> #> #> $`oral cavity cancer` #> $`oral cavity cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8618" #> #> $`oral cavity cancer`$`_id` #> [1] "DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`oral cavity cancer`$privateGeneCount #> [1] 0 #> #> $`oral cavity cancer`$publicGeneCount #> [1] 293 #> #> $`oral cavity cancer`$urlId #> [1] "DOID_8618" #> #> $`oral cavity cancer`$dbPhenotype #> [1] FALSE #> #> $`oral cavity cancer`$`_parent` #> [1] "DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`oral cavity cancer`$`_is_leaf` #> [1] FALSE #> #> $`oral cavity cancer`$children #> $`oral cavity cancer`$children[[1]] #> [1] "DOID_8564<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`oral cavity cancer`$children[[2]] #> [1] "DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`oral cavity cancer`$children[[3]] #> [1] "DOID_8649<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`oral cavity cancer`$value #> [1] "oral cavity cancer" #> #> #> $`oral cavity cancer` #> $`oral cavity cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8618" #> #> $`oral cavity cancer`$`_id` #> [1] "DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`oral cavity cancer`$privateGeneCount #> [1] 0 #> #> $`oral cavity cancer`$publicGeneCount #> [1] 293 #> #> $`oral cavity cancer`$urlId #> [1] "DOID_8618" #> #> $`oral cavity cancer`$dbPhenotype #> [1] FALSE #> #> $`oral cavity cancer`$`_parent` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`oral cavity cancer`$`_is_leaf` #> [1] FALSE #> #> $`oral cavity cancer`$children #> $`oral cavity cancer`$children[[1]] #> [1] "DOID_8564<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`oral cavity cancer`$children[[2]] #> [1] "DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`oral cavity cancer`$children[[3]] #> [1] "DOID_8649<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`oral cavity cancer`$value #> [1] "oral cavity cancer" #> #> #> $`oral mucosa leukoplakia` #> $`oral mucosa leukoplakia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9655" #> #> $`oral mucosa leukoplakia`$`_id` #> [1] "DOID_9655<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`oral mucosa leukoplakia`$privateGeneCount #> [1] 0 #> #> $`oral mucosa leukoplakia`$publicGeneCount #> [1] 6 #> #> $`oral mucosa leukoplakia`$urlId #> [1] "DOID_9655" #> #> $`oral mucosa leukoplakia`$dbPhenotype #> [1] TRUE #> #> $`oral mucosa leukoplakia`$`_parent` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`oral mucosa leukoplakia`$`_is_leaf` #> [1] TRUE #> #> $`oral mucosa leukoplakia`$children #> list() #> #> $`oral mucosa leukoplakia`$value #> [1] "oral mucosa leukoplakia" #> #> #> $`oral submucous fibrosis` #> $`oral submucous fibrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5773" #> #> $`oral submucous fibrosis`$`_id` #> [1] "DOID_5773<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`oral submucous fibrosis`$privateGeneCount #> [1] 0 #> #> $`oral submucous fibrosis`$publicGeneCount #> [1] 16 #> #> $`oral submucous fibrosis`$urlId #> [1] "DOID_5773" #> #> $`oral submucous fibrosis`$dbPhenotype #> [1] TRUE #> #> $`oral submucous fibrosis`$`_parent` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`oral submucous fibrosis`$`_is_leaf` #> [1] TRUE #> #> $`oral submucous fibrosis`$children #> list() #> #> $`oral submucous fibrosis`$value #> [1] "oral submucous fibrosis" #> #> #> $`Oral ulcer` #> $`Oral ulcer`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000155" #> #> $`Oral ulcer`$`_id` #> [1] "HP_0000155<HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Oral ulcer`$privateGeneCount #> [1] 0 #> #> $`Oral ulcer`$publicGeneCount #> [1] 3 #> #> $`Oral ulcer`$urlId #> [1] "HP_0000155" #> #> $`Oral ulcer`$dbPhenotype #> [1] TRUE #> #> $`Oral ulcer`$`_parent` #> [1] "HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Oral ulcer`$`_is_leaf` #> [1] TRUE #> #> $`Oral ulcer`$children #> list() #> #> $`Oral ulcer`$value #> [1] "Oral ulcer" #> #> #> $`orbital cancer` #> $`orbital cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4143" #> #> $`orbital cancer`$`_id` #> [1] "DOID_4143<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`orbital cancer`$privateGeneCount #> [1] 0 #> #> $`orbital cancer`$publicGeneCount #> [1] 16 #> #> $`orbital cancer`$urlId #> [1] "DOID_4143" #> #> $`orbital cancer`$dbPhenotype #> [1] FALSE #> #> $`orbital cancer`$`_parent` #> [1] "DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`orbital cancer`$`_is_leaf` #> [1] FALSE #> #> $`orbital cancer`$children #> $`orbital cancer`$children[[1]] #> [1] "DOID_4141<DOID_4143<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`orbital cancer`$value #> [1] "orbital cancer" #> #> #> $`orbital cancer` #> $`orbital cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4143" #> #> $`orbital cancer`$`_id` #> [1] "DOID_4143<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`orbital cancer`$privateGeneCount #> [1] 0 #> #> $`orbital cancer`$publicGeneCount #> [1] 16 #> #> $`orbital cancer`$urlId #> [1] "DOID_4143" #> #> $`orbital cancer`$dbPhenotype #> [1] FALSE #> #> $`orbital cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`orbital cancer`$`_is_leaf` #> [1] FALSE #> #> $`orbital cancer`$children #> $`orbital cancer`$children[[1]] #> [1] "DOID_4141<DOID_4143<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`orbital cancer`$value #> [1] "orbital cancer" #> #> #> $`orbital cancer` #> $`orbital cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4143" #> #> $`orbital cancer`$`_id` #> [1] "DOID_4143<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`orbital cancer`$privateGeneCount #> [1] 0 #> #> $`orbital cancer`$publicGeneCount #> [1] 16 #> #> $`orbital cancer`$urlId #> [1] "DOID_4143" #> #> $`orbital cancer`$dbPhenotype #> [1] FALSE #> #> $`orbital cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`orbital cancer`$`_is_leaf` #> [1] FALSE #> #> $`orbital cancer`$children #> $`orbital cancer`$children[[1]] #> [1] "DOID_4141<DOID_4143<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`orbital cancer`$value #> [1] "orbital cancer" #> #> #> $`orbital cancer` #> $`orbital cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4143" #> #> $`orbital cancer`$`_id` #> [1] "DOID_4143<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`orbital cancer`$privateGeneCount #> [1] 0 #> #> $`orbital cancer`$publicGeneCount #> [1] 16 #> #> $`orbital cancer`$urlId #> [1] "DOID_4143" #> #> $`orbital cancer`$dbPhenotype #> [1] FALSE #> #> $`orbital cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`orbital cancer`$`_is_leaf` #> [1] FALSE #> #> $`orbital cancer`$children #> $`orbital cancer`$children[[1]] #> [1] "DOID_4141<DOID_4143<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`orbital cancer`$value #> [1] "orbital cancer" #> #> #> $`organ system benign neoplasm` #> $`organ system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060085" #> #> $`organ system benign neoplasm`$`_id` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`organ system benign neoplasm`$publicGeneCount #> [1] 573 #> #> $`organ system benign neoplasm`$urlId #> [1] "DOID_0060085" #> #> $`organ system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`organ system benign neoplasm`$`_parent` #> [1] "DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`organ system benign neoplasm`$children #> $`organ system benign neoplasm`$children[[1]] #> [1] "DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$children[[2]] #> [1] "DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$children[[3]] #> [1] "DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$children[[4]] #> [1] "DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$children[[5]] #> [1] "DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$children[[6]] #> [1] "DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$children[[7]] #> [1] "DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$children[[8]] #> [1] "DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$children[[9]] #> [1] "DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$children[[10]] #> [1] "DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`organ system benign neoplasm`$value #> [1] "organ system benign neoplasm" #> #> #> $`organ system cancer` #> $`organ system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050686" #> #> $`organ system cancer`$`_id` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$privateGeneCount #> [1] 0 #> #> $`organ system cancer`$publicGeneCount #> [1] 2822 #> #> $`organ system cancer`$urlId #> [1] "DOID_0050686" #> #> $`organ system cancer`$dbPhenotype #> [1] FALSE #> #> $`organ system cancer`$`_parent` #> [1] "DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$`_is_leaf` #> [1] FALSE #> #> $`organ system cancer`$children #> $`organ system cancer`$children[[1]] #> [1] "DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[2]] #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[3]] #> [1] "DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[4]] #> [1] "DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[5]] #> [1] "DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[6]] #> [1] "DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[7]] #> [1] "DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[8]] #> [1] "DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[9]] #> [1] "DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[10]] #> [1] "DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[11]] #> [1] "DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[12]] #> [1] "DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[13]] #> [1] "DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`organ system cancer`$value #> [1] "organ system cancer" #> #> #> $`organic acidemia` #> $`organic acidemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060159" #> #> $`organic acidemia`$`_id` #> [1] "DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`organic acidemia`$privateGeneCount #> [1] 0 #> #> $`organic acidemia`$publicGeneCount #> [1] 32 #> #> $`organic acidemia`$urlId #> [1] "DOID_0060159" #> #> $`organic acidemia`$dbPhenotype #> [1] FALSE #> #> $`organic acidemia`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`organic acidemia`$`_is_leaf` #> [1] FALSE #> #> $`organic acidemia`$children #> $`organic acidemia`$children[[1]] #> [1] "DOID_0060336<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`organic acidemia`$children[[2]] #> [1] "DOID_14753<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`organic acidemia`$children[[3]] #> [1] "DOID_9269<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`organic acidemia`$children[[4]] #> [1] "DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`organic acidemia`$children[[5]] #> [1] "DOID_14701<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $`organic acidemia`$value #> [1] "organic acidemia" #> #> #> $`Organic aciduria` #> $`Organic aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001992" #> #> $`Organic aciduria`$`_id` #> [1] "HP_0001992<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Organic aciduria`$privateGeneCount #> [1] 0 #> #> $`Organic aciduria`$publicGeneCount #> [1] 5 #> #> $`Organic aciduria`$urlId #> [1] "HP_0001992" #> #> $`Organic aciduria`$dbPhenotype #> [1] FALSE #> #> $`Organic aciduria`$`_parent` #> [1] "HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Organic aciduria`$`_is_leaf` #> [1] FALSE #> #> $`Organic aciduria`$children #> $`Organic aciduria`$children[[1]] #> [1] "HP_0003215<HP_0001992<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Organic aciduria`$value #> [1] "Organic aciduria" #> #> #> $`ornithine carbamoyltransferase deficiency` #> $`ornithine carbamoyltransferase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9271" #> #> $`ornithine carbamoyltransferase deficiency`$`_id` #> [1] "DOID_9271<DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`ornithine carbamoyltransferase deficiency`$privateGeneCount #> [1] 0 #> #> $`ornithine carbamoyltransferase deficiency`$publicGeneCount #> [1] 1 #> #> $`ornithine carbamoyltransferase deficiency`$urlId #> [1] "DOID_9271" #> #> $`ornithine carbamoyltransferase deficiency`$dbPhenotype #> [1] TRUE #> #> $`ornithine carbamoyltransferase deficiency`$`_parent` #> [1] "DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`ornithine carbamoyltransferase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`ornithine carbamoyltransferase deficiency`$children #> list() #> #> $`ornithine carbamoyltransferase deficiency`$value #> [1] "ornithine carbamoyltransferase deficiency" #> #> #> $`ornithine translocase deficiency` #> $`ornithine translocase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050720" #> #> $`ornithine translocase deficiency`$`_id` #> [1] "DOID_0050720<DOID_0050117<DOID_4" #> #> $`ornithine translocase deficiency`$privateGeneCount #> [1] 0 #> #> $`ornithine translocase deficiency`$publicGeneCount #> [1] 1 #> #> $`ornithine translocase deficiency`$urlId #> [1] "DOID_0050720" #> #> $`ornithine translocase deficiency`$dbPhenotype #> [1] TRUE #> #> $`ornithine translocase deficiency`$`_parent` #> [1] "DOID_0050117<DOID_4" #> #> $`ornithine translocase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`ornithine translocase deficiency`$children #> list() #> #> $`ornithine translocase deficiency`$value #> [1] "ornithine translocase deficiency" #> #> #> $`ornithine translocase deficiency` #> $`ornithine translocase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050720" #> #> $`ornithine translocase deficiency`$`_id` #> [1] "DOID_0050720<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`ornithine translocase deficiency`$privateGeneCount #> [1] 0 #> #> $`ornithine translocase deficiency`$publicGeneCount #> [1] 1 #> #> $`ornithine translocase deficiency`$urlId #> [1] "DOID_0050720" #> #> $`ornithine translocase deficiency`$dbPhenotype #> [1] TRUE #> #> $`ornithine translocase deficiency`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`ornithine translocase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`ornithine translocase deficiency`$children #> list() #> #> $`ornithine translocase deficiency`$value #> [1] "ornithine translocase deficiency" #> #> #> $`orofacial cleft` #> $`orofacial cleft`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050567" #> #> $`orofacial cleft`$`_id` #> [1] "DOID_0050567<DOID_0080015<DOID_4" #> #> $`orofacial cleft`$privateGeneCount #> [1] 0 #> #> $`orofacial cleft`$publicGeneCount #> [1] 64 #> #> $`orofacial cleft`$urlId #> [1] "DOID_0050567" #> #> $`orofacial cleft`$dbPhenotype #> [1] TRUE #> #> $`orofacial cleft`$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $`orofacial cleft`$`_is_leaf` #> [1] FALSE #> #> $`orofacial cleft`$children #> $`orofacial cleft`$children[[1]] #> [1] "DOID_9296<DOID_0050567<DOID_0080015<DOID_4" #> #> $`orofacial cleft`$children[[2]] #> [1] "DOID_674<DOID_0050567<DOID_0080015<DOID_4" #> #> #> $`orofacial cleft`$value #> [1] "orofacial cleft" #> #> #> $`orofacial cleft` #> $`orofacial cleft`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050567" #> #> $`orofacial cleft`$`_id` #> [1] "DOID_0050567<DOID_225<DOID_4" #> #> $`orofacial cleft`$privateGeneCount #> [1] 0 #> #> $`orofacial cleft`$publicGeneCount #> [1] 64 #> #> $`orofacial cleft`$urlId #> [1] "DOID_0050567" #> #> $`orofacial cleft`$dbPhenotype #> [1] TRUE #> #> $`orofacial cleft`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`orofacial cleft`$`_is_leaf` #> [1] FALSE #> #> $`orofacial cleft`$children #> $`orofacial cleft`$children[[1]] #> [1] "DOID_9296<DOID_0050567<DOID_225<DOID_4" #> #> $`orofacial cleft`$children[[2]] #> [1] "DOID_674<DOID_0050567<DOID_225<DOID_4" #> #> #> $`orofacial cleft`$value #> [1] "orofacial cleft" #> #> #> $`orofaciodigital syndrome` #> $`orofaciodigital syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4501" #> #> $`orofaciodigital syndrome`$`_id` #> [1] "DOID_4501<DOID_225<DOID_4" #> #> $`orofaciodigital syndrome`$privateGeneCount #> [1] 0 #> #> $`orofaciodigital syndrome`$publicGeneCount #> [1] 4 #> #> $`orofaciodigital syndrome`$urlId #> [1] "DOID_4501" #> #> $`orofaciodigital syndrome`$dbPhenotype #> [1] TRUE #> #> $`orofaciodigital syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`orofaciodigital syndrome`$`_is_leaf` #> [1] FALSE #> #> $`orofaciodigital syndrome`$children #> $`orofaciodigital syndrome`$children[[1]] #> [1] "DOID_0060316<DOID_4501<DOID_225<DOID_4" #> #> $`orofaciodigital syndrome`$children[[2]] #> [1] "DOID_0060374<DOID_4501<DOID_225<DOID_4" #> #> $`orofaciodigital syndrome`$children[[3]] #> [1] "DOID_0060375<DOID_4501<DOID_225<DOID_4" #> #> #> $`orofaciodigital syndrome`$value #> [1] "orofaciodigital syndrome" #> #> #> $`orofaciodigital syndrome I` #> $`orofaciodigital syndrome I`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060316" #> #> $`orofaciodigital syndrome I`$`_id` #> [1] "DOID_0060316<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`orofaciodigital syndrome I`$privateGeneCount #> [1] 0 #> #> $`orofaciodigital syndrome I`$publicGeneCount #> [1] 1 #> #> $`orofaciodigital syndrome I`$urlId #> [1] "DOID_0060316" #> #> $`orofaciodigital syndrome I`$dbPhenotype #> [1] TRUE #> #> $`orofaciodigital syndrome I`$`_parent` #> [1] "DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`orofaciodigital syndrome I`$`_is_leaf` #> [1] TRUE #> #> $`orofaciodigital syndrome I`$children #> list() #> #> $`orofaciodigital syndrome I`$value #> [1] "orofaciodigital syndrome I" #> #> #> $`orofaciodigital syndrome I` #> $`orofaciodigital syndrome I`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060316" #> #> $`orofaciodigital syndrome I`$`_id` #> [1] "DOID_0060316<DOID_4501<DOID_225<DOID_4" #> #> $`orofaciodigital syndrome I`$privateGeneCount #> [1] 0 #> #> $`orofaciodigital syndrome I`$publicGeneCount #> [1] 1 #> #> $`orofaciodigital syndrome I`$urlId #> [1] "DOID_0060316" #> #> $`orofaciodigital syndrome I`$dbPhenotype #> [1] TRUE #> #> $`orofaciodigital syndrome I`$`_parent` #> [1] "DOID_4501<DOID_225<DOID_4" #> #> $`orofaciodigital syndrome I`$`_is_leaf` #> [1] TRUE #> #> $`orofaciodigital syndrome I`$children #> list() #> #> $`orofaciodigital syndrome I`$value #> [1] "orofaciodigital syndrome I" #> #> #> $`orofaciodigital syndrome IV` #> $`orofaciodigital syndrome IV`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060374" #> #> $`orofaciodigital syndrome IV`$`_id` #> [1] "DOID_0060374<DOID_4501<DOID_225<DOID_4" #> #> $`orofaciodigital syndrome IV`$privateGeneCount #> [1] 0 #> #> $`orofaciodigital syndrome IV`$publicGeneCount #> [1] 1 #> #> $`orofaciodigital syndrome IV`$urlId #> [1] "DOID_0060374" #> #> $`orofaciodigital syndrome IV`$dbPhenotype #> [1] TRUE #> #> $`orofaciodigital syndrome IV`$`_parent` #> [1] "DOID_4501<DOID_225<DOID_4" #> #> $`orofaciodigital syndrome IV`$`_is_leaf` #> [1] TRUE #> #> $`orofaciodigital syndrome IV`$children #> list() #> #> $`orofaciodigital syndrome IV`$value #> [1] "orofaciodigital syndrome IV" #> #> #> $`orofaciodigital syndrome V` #> $`orofaciodigital syndrome V`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060375" #> #> $`orofaciodigital syndrome V`$`_id` #> [1] "DOID_0060375<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`orofaciodigital syndrome V`$privateGeneCount #> [1] 0 #> #> $`orofaciodigital syndrome V`$publicGeneCount #> [1] 1 #> #> $`orofaciodigital syndrome V`$urlId #> [1] "DOID_0060375" #> #> $`orofaciodigital syndrome V`$dbPhenotype #> [1] TRUE #> #> $`orofaciodigital syndrome V`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`orofaciodigital syndrome V`$`_is_leaf` #> [1] TRUE #> #> $`orofaciodigital syndrome V`$children #> list() #> #> $`orofaciodigital syndrome V`$value #> [1] "orofaciodigital syndrome V" #> #> #> $`orofaciodigital syndrome V` #> $`orofaciodigital syndrome V`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060375" #> #> $`orofaciodigital syndrome V`$`_id` #> [1] "DOID_0060375<DOID_4501<DOID_225<DOID_4" #> #> $`orofaciodigital syndrome V`$privateGeneCount #> [1] 0 #> #> $`orofaciodigital syndrome V`$publicGeneCount #> [1] 1 #> #> $`orofaciodigital syndrome V`$urlId #> [1] "DOID_0060375" #> #> $`orofaciodigital syndrome V`$dbPhenotype #> [1] TRUE #> #> $`orofaciodigital syndrome V`$`_parent` #> [1] "DOID_4501<DOID_225<DOID_4" #> #> $`orofaciodigital syndrome V`$`_is_leaf` #> [1] TRUE #> #> $`orofaciodigital syndrome V`$children #> list() #> #> $`orofaciodigital syndrome V`$value #> [1] "orofaciodigital syndrome V" #> #> #> $`orotic aciduria` #> $`orotic aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050833" #> #> $`orotic aciduria`$`_id` #> [1] "DOID_0050833<DOID_0050832<DOID_655<DOID_0014667<DOID_4" #> #> $`orotic aciduria`$privateGeneCount #> [1] 0 #> #> $`orotic aciduria`$publicGeneCount #> [1] 1 #> #> $`orotic aciduria`$urlId #> [1] "DOID_0050833" #> #> $`orotic aciduria`$dbPhenotype #> [1] TRUE #> #> $`orotic aciduria`$`_parent` #> [1] "DOID_0050832<DOID_655<DOID_0014667<DOID_4" #> #> $`orotic aciduria`$`_is_leaf` #> [1] TRUE #> #> $`orotic aciduria`$children #> list() #> #> $`orotic aciduria`$value #> [1] "orotic aciduria" #> #> #> $`Orthostatic hypotension` #> $`Orthostatic hypotension`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001278" #> #> $`Orthostatic hypotension`$`_id` #> [1] "HP_0001278<HP_0002615<HP_0030972<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Orthostatic hypotension`$privateGeneCount #> [1] 0 #> #> $`Orthostatic hypotension`$publicGeneCount #> [1] 5 #> #> $`Orthostatic hypotension`$urlId #> [1] "HP_0001278" #> #> $`Orthostatic hypotension`$dbPhenotype #> [1] TRUE #> #> $`Orthostatic hypotension`$`_parent` #> [1] "HP_0002615<HP_0030972<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Orthostatic hypotension`$`_is_leaf` #> [1] TRUE #> #> $`Orthostatic hypotension`$children #> list() #> #> $`Orthostatic hypotension`$value #> [1] "Orthostatic hypotension" #> #> #> $osteoarthritis #> $osteoarthritis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8398" #> #> $osteoarthritis$`_id` #> [1] "DOID_8398<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteoarthritis$privateGeneCount #> [1] 0 #> #> $osteoarthritis$publicGeneCount #> [1] 146 #> #> $osteoarthritis$urlId #> [1] "DOID_8398" #> #> $osteoarthritis$dbPhenotype #> [1] TRUE #> #> $osteoarthritis$`_parent` #> [1] "DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteoarthritis$`_is_leaf` #> [1] TRUE #> #> $osteoarthritis$children #> list() #> #> $osteoarthritis$value #> [1] "osteoarthritis" #> #> #> $`osteochondritis dissecans` #> $`osteochondritis dissecans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_84" #> #> $`osteochondritis dissecans`$`_id` #> [1] "DOID_84<DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`osteochondritis dissecans`$privateGeneCount #> [1] 0 #> #> $`osteochondritis dissecans`$publicGeneCount #> [1] 1 #> #> $`osteochondritis dissecans`$urlId #> [1] "DOID_84" #> #> $`osteochondritis dissecans`$dbPhenotype #> [1] TRUE #> #> $`osteochondritis dissecans`$`_parent` #> [1] "DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`osteochondritis dissecans`$`_is_leaf` #> [1] TRUE #> #> $`osteochondritis dissecans`$children #> list() #> #> $`osteochondritis dissecans`$value #> [1] "osteochondritis dissecans" #> #> #> $osteochondrodysplasia #> $osteochondrodysplasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2256" #> #> $osteochondrodysplasia$`_id` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$privateGeneCount #> [1] 0 #> #> $osteochondrodysplasia$publicGeneCount #> [1] 75 #> #> $osteochondrodysplasia$urlId #> [1] "DOID_2256" #> #> $osteochondrodysplasia$dbPhenotype #> [1] TRUE #> #> $osteochondrodysplasia$`_parent` #> [1] "DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$`_is_leaf` #> [1] FALSE #> #> $osteochondrodysplasia$children #> $osteochondrodysplasia$children[[1]] #> [1] "DOID_0050603<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[2]] #> [1] "DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[3]] #> [1] "DOID_4480<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[4]] #> [1] "DOID_0050604<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[5]] #> [1] "DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[6]] #> [1] "DOID_0050648<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[7]] #> [1] "DOID_0050680<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[8]] #> [1] "DOID_0050690<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[9]] #> [1] "DOID_0050463<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[10]] #> [1] "DOID_13994<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[11]] #> [1] "DOID_0060462<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[12]] #> [1] "DOID_14687<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[13]] #> [1] "DOID_0060465<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[14]] #> [1] "DOID_0080041<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[15]] #> [1] "DOID_0080045<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[16]] #> [1] "DOID_0080019<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[17]] #> [1] "DOID_12721<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[18]] #> [1] "DOID_0060288<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[19]] #> [1] "DOID_12347<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[20]] #> [1] "DOID_0080026<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[21]] #> [1] "DOID_0080047<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[22]] #> [1] "DOID_0080038<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[23]] #> [1] "DOID_0050775<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[24]] #> [1] "DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[25]] #> [1] "DOID_13481<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[26]] #> [1] "DOID_4258<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $osteochondrodysplasia$value #> [1] "osteochondrodysplasia" #> #> #> $osteochondrosis #> $osteochondrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8125" #> #> $osteochondrosis$`_id` #> [1] "DOID_8125<DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrosis$privateGeneCount #> [1] 0 #> #> $osteochondrosis$publicGeneCount #> [1] 1 #> #> $osteochondrosis$urlId #> [1] "DOID_8125" #> #> $osteochondrosis$dbPhenotype #> [1] FALSE #> #> $osteochondrosis$`_parent` #> [1] "DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrosis$`_is_leaf` #> [1] FALSE #> #> $osteochondrosis$children #> $osteochondrosis$children[[1]] #> [1] "DOID_14415<DOID_8125<DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $osteochondrosis$value #> [1] "osteochondrosis" #> #> #> $`osteogenesis imperfecta` #> $`osteogenesis imperfecta`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12347" #> #> $`osteogenesis imperfecta`$`_id` #> [1] "DOID_12347<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`osteogenesis imperfecta`$privateGeneCount #> [1] 0 #> #> $`osteogenesis imperfecta`$publicGeneCount #> [1] 18 #> #> $`osteogenesis imperfecta`$urlId #> [1] "DOID_12347" #> #> $`osteogenesis imperfecta`$dbPhenotype #> [1] TRUE #> #> $`osteogenesis imperfecta`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`osteogenesis imperfecta`$`_is_leaf` #> [1] FALSE #> #> $`osteogenesis imperfecta`$children #> $`osteogenesis imperfecta`$children[[1]] #> [1] "DOID_0060438<DOID_12347<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`osteogenesis imperfecta`$value #> [1] "osteogenesis imperfecta" #> #> #> $Osteolysis #> $Osteolysis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002797" #> #> $Osteolysis$`_id` #> [1] "HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Osteolysis$privateGeneCount #> [1] 0 #> #> $Osteolysis$publicGeneCount #> [1] 10 #> #> $Osteolysis$urlId #> [1] "HP_0002797" #> #> $Osteolysis$dbPhenotype #> [1] TRUE #> #> $Osteolysis$`_parent` #> [1] "HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Osteolysis$`_is_leaf` #> [1] FALSE #> #> $Osteolysis$children #> $Osteolysis$children[[1]] #> [1] "HP_0045039<HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $Osteolysis$value #> [1] "Osteolysis" #> #> #> $`Osteolysis involving bones of the upper limbs` #> $`Osteolysis involving bones of the upper limbs`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0045039" #> #> $`Osteolysis involving bones of the upper limbs`$`_id` #> [1] "HP_0045039<HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolysis involving bones of the upper limbs`$privateGeneCount #> [1] 0 #> #> $`Osteolysis involving bones of the upper limbs`$publicGeneCount #> [1] 1 #> #> $`Osteolysis involving bones of the upper limbs`$urlId #> [1] "HP_0045039" #> #> $`Osteolysis involving bones of the upper limbs`$dbPhenotype #> [1] FALSE #> #> $`Osteolysis involving bones of the upper limbs`$`_parent` #> [1] "HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolysis involving bones of the upper limbs`$`_is_leaf` #> [1] FALSE #> #> $`Osteolysis involving bones of the upper limbs`$children #> $`Osteolysis involving bones of the upper limbs`$children[[1]] #> [1] "HP_0009699<HP_0045039<HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Osteolysis involving bones of the upper limbs`$value #> [1] "Osteolysis involving bones of the upper limbs" #> #> #> $`Osteolysis involving bones of the upper limbs` #> $`Osteolysis involving bones of the upper limbs`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0045039" #> #> $`Osteolysis involving bones of the upper limbs`$`_id` #> [1] "HP_0045039<HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolysis involving bones of the upper limbs`$privateGeneCount #> [1] 0 #> #> $`Osteolysis involving bones of the upper limbs`$publicGeneCount #> [1] 1 #> #> $`Osteolysis involving bones of the upper limbs`$urlId #> [1] "HP_0045039" #> #> $`Osteolysis involving bones of the upper limbs`$dbPhenotype #> [1] FALSE #> #> $`Osteolysis involving bones of the upper limbs`$`_parent` #> [1] "HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolysis involving bones of the upper limbs`$`_is_leaf` #> [1] FALSE #> #> $`Osteolysis involving bones of the upper limbs`$children #> $`Osteolysis involving bones of the upper limbs`$children[[1]] #> [1] "HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Osteolysis involving bones of the upper limbs`$value #> [1] "Osteolysis involving bones of the upper limbs" #> #> #> $`Osteolysis involving bones of the upper limbs` #> $`Osteolysis involving bones of the upper limbs`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0045039" #> #> $`Osteolysis involving bones of the upper limbs`$`_id` #> [1] "HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolysis involving bones of the upper limbs`$privateGeneCount #> [1] 0 #> #> $`Osteolysis involving bones of the upper limbs`$publicGeneCount #> [1] 1 #> #> $`Osteolysis involving bones of the upper limbs`$urlId #> [1] "HP_0045039" #> #> $`Osteolysis involving bones of the upper limbs`$dbPhenotype #> [1] FALSE #> #> $`Osteolysis involving bones of the upper limbs`$`_parent` #> [1] "HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolysis involving bones of the upper limbs`$`_is_leaf` #> [1] FALSE #> #> $`Osteolysis involving bones of the upper limbs`$children #> $`Osteolysis involving bones of the upper limbs`$children[[1]] #> [1] "HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Osteolysis involving bones of the upper limbs`$value #> [1] "Osteolysis involving bones of the upper limbs" #> #> #> $`Osteolysis involving bones of the upper limbs` #> $`Osteolysis involving bones of the upper limbs`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0045039" #> #> $`Osteolysis involving bones of the upper limbs`$`_id` #> [1] "HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolysis involving bones of the upper limbs`$privateGeneCount #> [1] 0 #> #> $`Osteolysis involving bones of the upper limbs`$publicGeneCount #> [1] 1 #> #> $`Osteolysis involving bones of the upper limbs`$urlId #> [1] "HP_0045039" #> #> $`Osteolysis involving bones of the upper limbs`$dbPhenotype #> [1] FALSE #> #> $`Osteolysis involving bones of the upper limbs`$`_parent` #> [1] "HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolysis involving bones of the upper limbs`$`_is_leaf` #> [1] FALSE #> #> $`Osteolysis involving bones of the upper limbs`$children #> $`Osteolysis involving bones of the upper limbs`$children[[1]] #> [1] "HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Osteolysis involving bones of the upper limbs`$value #> [1] "Osteolysis involving bones of the upper limbs" #> #> #> $`Osteolytic defects of the hand bones` #> $`Osteolytic defects of the hand bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009699" #> #> $`Osteolytic defects of the hand bones`$`_id` #> [1] "HP_0009699<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the hand bones`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the hand bones`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the hand bones`$urlId #> [1] "HP_0009699" #> #> $`Osteolytic defects of the hand bones`$dbPhenotype #> [1] FALSE #> #> $`Osteolytic defects of the hand bones`$`_parent` #> [1] "HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the hand bones`$`_is_leaf` #> [1] FALSE #> #> $`Osteolytic defects of the hand bones`$children #> $`Osteolytic defects of the hand bones`$children[[1]] #> [1] "HP_0009771<HP_0009699<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Osteolytic defects of the hand bones`$value #> [1] "Osteolytic defects of the hand bones" #> #> #> $`Osteolytic defects of the hand bones` #> $`Osteolytic defects of the hand bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009699" #> #> $`Osteolytic defects of the hand bones`$`_id` #> [1] "HP_0009699<HP_0045039<HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the hand bones`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the hand bones`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the hand bones`$urlId #> [1] "HP_0009699" #> #> $`Osteolytic defects of the hand bones`$dbPhenotype #> [1] FALSE #> #> $`Osteolytic defects of the hand bones`$`_parent` #> [1] "HP_0045039<HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the hand bones`$`_is_leaf` #> [1] FALSE #> #> $`Osteolytic defects of the hand bones`$children #> $`Osteolytic defects of the hand bones`$children[[1]] #> [1] "HP_0009771<HP_0009699<HP_0045039<HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Osteolytic defects of the hand bones`$value #> [1] "Osteolytic defects of the hand bones" #> #> #> $`Osteolytic defects of the hand bones` #> $`Osteolytic defects of the hand bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009699" #> #> $`Osteolytic defects of the hand bones`$`_id` #> [1] "HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the hand bones`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the hand bones`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the hand bones`$urlId #> [1] "HP_0009699" #> #> $`Osteolytic defects of the hand bones`$dbPhenotype #> [1] FALSE #> #> $`Osteolytic defects of the hand bones`$`_parent` #> [1] "HP_0045039<HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the hand bones`$`_is_leaf` #> [1] FALSE #> #> $`Osteolytic defects of the hand bones`$children #> $`Osteolytic defects of the hand bones`$children[[1]] #> [1] "HP_0009771<HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Osteolytic defects of the hand bones`$value #> [1] "Osteolytic defects of the hand bones" #> #> #> $`Osteolytic defects of the hand bones` #> $`Osteolytic defects of the hand bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009699" #> #> $`Osteolytic defects of the hand bones`$`_id` #> [1] "HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the hand bones`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the hand bones`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the hand bones`$urlId #> [1] "HP_0009699" #> #> $`Osteolytic defects of the hand bones`$dbPhenotype #> [1] FALSE #> #> $`Osteolytic defects of the hand bones`$`_parent` #> [1] "HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the hand bones`$`_is_leaf` #> [1] FALSE #> #> $`Osteolytic defects of the hand bones`$children #> $`Osteolytic defects of the hand bones`$children[[1]] #> [1] "HP_0009771<HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Osteolytic defects of the hand bones`$value #> [1] "Osteolytic defects of the hand bones" #> #> #> $`Osteolytic defects of the hand bones` #> $`Osteolytic defects of the hand bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009699" #> #> $`Osteolytic defects of the hand bones`$`_id` #> [1] "HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the hand bones`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the hand bones`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the hand bones`$urlId #> [1] "HP_0009699" #> #> $`Osteolytic defects of the hand bones`$dbPhenotype #> [1] FALSE #> #> $`Osteolytic defects of the hand bones`$`_parent` #> [1] "HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the hand bones`$`_is_leaf` #> [1] FALSE #> #> $`Osteolytic defects of the hand bones`$children #> $`Osteolytic defects of the hand bones`$children[[1]] #> [1] "HP_0009771<HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Osteolytic defects of the hand bones`$value #> [1] "Osteolytic defects of the hand bones" #> #> #> $`Osteolytic defects of the phalanges of the hand` #> $`Osteolytic defects of the phalanges of the hand`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$`_id` #> [1] "HP_0009771<HP_0005918<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the phalanges of the hand`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the phalanges of the hand`$urlId #> [1] "HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$dbPhenotype #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$`_parent` #> [1] "HP_0005918<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$`_is_leaf` #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$children #> list() #> #> $`Osteolytic defects of the phalanges of the hand`$value #> [1] "Osteolytic defects of the phalanges of the hand" #> #> #> $`Osteolytic defects of the phalanges of the hand` #> $`Osteolytic defects of the phalanges of the hand`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$`_id` #> [1] "HP_0009771<HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the phalanges of the hand`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the phalanges of the hand`$urlId #> [1] "HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$dbPhenotype #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$`_parent` #> [1] "HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$`_is_leaf` #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$children #> list() #> #> $`Osteolytic defects of the phalanges of the hand`$value #> [1] "Osteolytic defects of the phalanges of the hand" #> #> #> $`Osteolytic defects of the phalanges of the hand` #> $`Osteolytic defects of the phalanges of the hand`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$`_id` #> [1] "HP_0009771<HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the phalanges of the hand`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the phalanges of the hand`$urlId #> [1] "HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$dbPhenotype #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$`_parent` #> [1] "HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$`_is_leaf` #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$children #> list() #> #> $`Osteolytic defects of the phalanges of the hand`$value #> [1] "Osteolytic defects of the phalanges of the hand" #> #> #> $`Osteolytic defects of the phalanges of the hand` #> $`Osteolytic defects of the phalanges of the hand`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$`_id` #> [1] "HP_0009771<HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the phalanges of the hand`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the phalanges of the hand`$urlId #> [1] "HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$dbPhenotype #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$`_parent` #> [1] "HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$`_is_leaf` #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$children #> list() #> #> $`Osteolytic defects of the phalanges of the hand`$value #> [1] "Osteolytic defects of the phalanges of the hand" #> #> #> $`Osteolytic defects of the phalanges of the hand` #> $`Osteolytic defects of the phalanges of the hand`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$`_id` #> [1] "HP_0009771<HP_0009699<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the phalanges of the hand`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the phalanges of the hand`$urlId #> [1] "HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$dbPhenotype #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$`_parent` #> [1] "HP_0009699<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$`_is_leaf` #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$children #> list() #> #> $`Osteolytic defects of the phalanges of the hand`$value #> [1] "Osteolytic defects of the phalanges of the hand" #> #> #> $`Osteolytic defects of the phalanges of the hand` #> $`Osteolytic defects of the phalanges of the hand`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$`_id` #> [1] "HP_0009771<HP_0009699<HP_0045039<HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the phalanges of the hand`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the phalanges of the hand`$urlId #> [1] "HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$dbPhenotype #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$`_parent` #> [1] "HP_0009699<HP_0045039<HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$`_is_leaf` #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$children #> list() #> #> $`Osteolytic defects of the phalanges of the hand`$value #> [1] "Osteolytic defects of the phalanges of the hand" #> #> #> $`Osteolytic defects of the phalanges of the hand` #> $`Osteolytic defects of the phalanges of the hand`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$`_id` #> [1] "HP_0009771<HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the phalanges of the hand`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the phalanges of the hand`$urlId #> [1] "HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$dbPhenotype #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$`_parent` #> [1] "HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$`_is_leaf` #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$children #> list() #> #> $`Osteolytic defects of the phalanges of the hand`$value #> [1] "Osteolytic defects of the phalanges of the hand" #> #> #> $`Osteolytic defects of the phalanges of the hand` #> $`Osteolytic defects of the phalanges of the hand`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$`_id` #> [1] "HP_0009771<HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the phalanges of the hand`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the phalanges of the hand`$urlId #> [1] "HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$dbPhenotype #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$`_parent` #> [1] "HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$`_is_leaf` #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$children #> list() #> #> $`Osteolytic defects of the phalanges of the hand`$value #> [1] "Osteolytic defects of the phalanges of the hand" #> #> #> $`Osteolytic defects of the phalanges of the hand` #> $`Osteolytic defects of the phalanges of the hand`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$`_id` #> [1] "HP_0009771<HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the phalanges of the hand`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the phalanges of the hand`$urlId #> [1] "HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$dbPhenotype #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$`_parent` #> [1] "HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$`_is_leaf` #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$children #> list() #> #> $`Osteolytic defects of the phalanges of the hand`$value #> [1] "Osteolytic defects of the phalanges of the hand" #> #> #> $osteomalacia #> $osteomalacia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10573" #> #> $osteomalacia$`_id` #> [1] "DOID_10573<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteomalacia$privateGeneCount #> [1] 0 #> #> $osteomalacia$publicGeneCount #> [1] 1 #> #> $osteomalacia$urlId #> [1] "DOID_10573" #> #> $osteomalacia$dbPhenotype #> [1] TRUE #> #> $osteomalacia$`_parent` #> [1] "DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteomalacia$`_is_leaf` #> [1] TRUE #> #> $osteomalacia$children #> list() #> #> $osteomalacia$value #> [1] "osteomalacia" #> #> #> $osteonecrosis #> $osteonecrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10159" #> #> $osteonecrosis$`_id` #> [1] "DOID_10159<DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteonecrosis$privateGeneCount #> [1] 0 #> #> $osteonecrosis$publicGeneCount #> [1] 7 #> #> $osteonecrosis$urlId #> [1] "DOID_10159" #> #> $osteonecrosis$dbPhenotype #> [1] TRUE #> #> $osteonecrosis$`_parent` #> [1] "DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteonecrosis$`_is_leaf` #> [1] TRUE #> #> $osteonecrosis$children #> list() #> #> $osteonecrosis$value #> [1] "osteonecrosis" #> #> #> $`Osteopathia striata` #> $`Osteopathia striata`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010740" #> #> $`Osteopathia striata`$`_id` #> [1] "HP_0010740<HP_0031367<HP_0000944<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteopathia striata`$privateGeneCount #> [1] 0 #> #> $`Osteopathia striata`$publicGeneCount #> [1] 1 #> #> $`Osteopathia striata`$urlId #> [1] "HP_0010740" #> #> $`Osteopathia striata`$dbPhenotype #> [1] TRUE #> #> $`Osteopathia striata`$`_parent` #> [1] "HP_0031367<HP_0000944<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteopathia striata`$`_is_leaf` #> [1] TRUE #> #> $`Osteopathia striata`$children #> list() #> #> $`Osteopathia striata`$value #> [1] "Osteopathia striata" #> #> #> $`Osteopathia striata` #> $`Osteopathia striata`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010740" #> #> $`Osteopathia striata`$`_id` #> [1] "HP_0010740<HP_0031367<HP_0000944<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteopathia striata`$privateGeneCount #> [1] 0 #> #> $`Osteopathia striata`$publicGeneCount #> [1] 1 #> #> $`Osteopathia striata`$urlId #> [1] "HP_0010740" #> #> $`Osteopathia striata`$dbPhenotype #> [1] TRUE #> #> $`Osteopathia striata`$`_parent` #> [1] "HP_0031367<HP_0000944<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteopathia striata`$`_is_leaf` #> [1] TRUE #> #> $`Osteopathia striata`$children #> list() #> #> $`Osteopathia striata`$value #> [1] "Osteopathia striata" #> #> #> $`Osteopathia striata` #> $`Osteopathia striata`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010740" #> #> $`Osteopathia striata`$`_id` #> [1] "HP_0010740<HP_0031367<HP_0000944<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteopathia striata`$privateGeneCount #> [1] 0 #> #> $`Osteopathia striata`$publicGeneCount #> [1] 1 #> #> $`Osteopathia striata`$urlId #> [1] "HP_0010740" #> #> $`Osteopathia striata`$dbPhenotype #> [1] TRUE #> #> $`Osteopathia striata`$`_parent` #> [1] "HP_0031367<HP_0000944<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteopathia striata`$`_is_leaf` #> [1] TRUE #> #> $`Osteopathia striata`$children #> list() #> #> $`Osteopathia striata`$value #> [1] "Osteopathia striata" #> #> #> $osteopetrosis #> $osteopetrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13533" #> #> $osteopetrosis$`_id` #> [1] "DOID_13533<DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteopetrosis$privateGeneCount #> [1] 0 #> #> $osteopetrosis$publicGeneCount #> [1] 10 #> #> $osteopetrosis$urlId #> [1] "DOID_13533" #> #> $osteopetrosis$dbPhenotype #> [1] TRUE #> #> $osteopetrosis$`_parent` #> [1] "DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteopetrosis$`_is_leaf` #> [1] TRUE #> #> $osteopetrosis$children #> list() #> #> $osteopetrosis$value #> [1] "osteopetrosis" #> #> #> $osteopoikilosis #> $osteopoikilosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11991" #> #> $osteopoikilosis$`_id` #> [1] "DOID_11991<DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteopoikilosis$privateGeneCount #> [1] 0 #> #> $osteopoikilosis$publicGeneCount #> [1] 2 #> #> $osteopoikilosis$urlId #> [1] "DOID_11991" #> #> $osteopoikilosis$dbPhenotype #> [1] TRUE #> #> $osteopoikilosis$`_parent` #> [1] "DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteopoikilosis$`_is_leaf` #> [1] TRUE #> #> $osteopoikilosis$children #> list() #> #> $osteopoikilosis$value #> [1] "osteopoikilosis" #> #> #> $osteoporosis #> $osteoporosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11476" #> #> $osteoporosis$`_id` #> [1] "DOID_11476<DOID_0080011<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteoporosis$privateGeneCount #> [1] 0 #> #> $osteoporosis$publicGeneCount #> [1] 85 #> #> $osteoporosis$urlId #> [1] "DOID_11476" #> #> $osteoporosis$dbPhenotype #> [1] TRUE #> #> $osteoporosis$`_parent` #> [1] "DOID_0080011<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteoporosis$`_is_leaf` #> [1] TRUE #> #> $osteoporosis$children #> list() #> #> $osteoporosis$value #> [1] "osteoporosis" #> #> #> $osteosarcoma #> $osteosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3347" #> #> $osteosarcoma$`_id` #> [1] "DOID_3347<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $osteosarcoma$privateGeneCount #> [1] 0 #> #> $osteosarcoma$publicGeneCount #> [1] 44 #> #> $osteosarcoma$urlId #> [1] "DOID_3347" #> #> $osteosarcoma$dbPhenotype #> [1] TRUE #> #> $osteosarcoma$`_parent` #> [1] "DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $osteosarcoma$`_is_leaf` #> [1] TRUE #> #> $osteosarcoma$children #> list() #> #> $osteosarcoma$value #> [1] "osteosarcoma" #> #> #> $osteosarcoma #> $osteosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3347" #> #> $osteosarcoma$`_id` #> [1] "DOID_3347<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteosarcoma$privateGeneCount #> [1] 0 #> #> $osteosarcoma$publicGeneCount #> [1] 44 #> #> $osteosarcoma$urlId #> [1] "DOID_3347" #> #> $osteosarcoma$dbPhenotype #> [1] TRUE #> #> $osteosarcoma$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteosarcoma$`_is_leaf` #> [1] TRUE #> #> $osteosarcoma$children #> list() #> #> $osteosarcoma$value #> [1] "osteosarcoma" #> #> #> $osteosarcoma #> $osteosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3347" #> #> $osteosarcoma$`_id` #> [1] "DOID_3347<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $osteosarcoma$privateGeneCount #> [1] 0 #> #> $osteosarcoma$publicGeneCount #> [1] 44 #> #> $osteosarcoma$urlId #> [1] "DOID_3347" #> #> $osteosarcoma$dbPhenotype #> [1] TRUE #> #> $osteosarcoma$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $osteosarcoma$`_is_leaf` #> [1] TRUE #> #> $osteosarcoma$children #> list() #> #> $osteosarcoma$value #> [1] "osteosarcoma" #> #> #> $osteosarcoma #> $osteosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3347" #> #> $osteosarcoma$`_id` #> [1] "DOID_3347<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $osteosarcoma$privateGeneCount #> [1] 0 #> #> $osteosarcoma$publicGeneCount #> [1] 44 #> #> $osteosarcoma$urlId #> [1] "DOID_3347" #> #> $osteosarcoma$dbPhenotype #> [1] TRUE #> #> $osteosarcoma$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $osteosarcoma$`_is_leaf` #> [1] TRUE #> #> $osteosarcoma$children #> list() #> #> $osteosarcoma$value #> [1] "osteosarcoma" #> #> #> $osteosarcoma #> $osteosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3347" #> #> $osteosarcoma$`_id` #> [1] "DOID_3347<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteosarcoma$privateGeneCount #> [1] 0 #> #> $osteosarcoma$publicGeneCount #> [1] 44 #> #> $osteosarcoma$urlId #> [1] "DOID_3347" #> #> $osteosarcoma$dbPhenotype #> [1] TRUE #> #> $osteosarcoma$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteosarcoma$`_is_leaf` #> [1] TRUE #> #> $osteosarcoma$children #> list() #> #> $osteosarcoma$value #> [1] "osteosarcoma" #> #> #> $osteosclerosis #> $osteosclerosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4254" #> #> $osteosclerosis$`_id` #> [1] "DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteosclerosis$privateGeneCount #> [1] 0 #> #> $osteosclerosis$publicGeneCount #> [1] 21 #> #> $osteosclerosis$urlId #> [1] "DOID_4254" #> #> $osteosclerosis$dbPhenotype #> [1] TRUE #> #> $osteosclerosis$`_parent` #> [1] "DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteosclerosis$`_is_leaf` #> [1] FALSE #> #> $osteosclerosis$children #> $osteosclerosis$children[[1]] #> [1] "DOID_4997<DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteosclerosis$children[[2]] #> [1] "DOID_0080033<DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteosclerosis$children[[3]] #> [1] "DOID_4253<DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteosclerosis$children[[4]] #> [1] "DOID_13533<DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteosclerosis$children[[5]] #> [1] "DOID_11991<DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $osteosclerosis$value #> [1] "osteosclerosis" #> #> #> $`otitis externa` #> $`otitis externa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9463" #> #> $`otitis externa`$`_id` #> [1] "DOID_9463<DOID_379<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`otitis externa`$privateGeneCount #> [1] 0 #> #> $`otitis externa`$publicGeneCount #> [1] 1 #> #> $`otitis externa`$urlId #> [1] "DOID_9463" #> #> $`otitis externa`$dbPhenotype #> [1] TRUE #> #> $`otitis externa`$`_parent` #> [1] "DOID_379<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`otitis externa`$`_is_leaf` #> [1] TRUE #> #> $`otitis externa`$children #> list() #> #> $`otitis externa`$value #> [1] "otitis externa" #> #> #> $`otitis media` #> $`otitis media`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10754" #> #> $`otitis media`$`_id` #> [1] "DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`otitis media`$privateGeneCount #> [1] 0 #> #> $`otitis media`$publicGeneCount #> [1] 16 #> #> $`otitis media`$urlId #> [1] "DOID_10754" #> #> $`otitis media`$dbPhenotype #> [1] TRUE #> #> $`otitis media`$`_parent` #> [1] "DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`otitis media`$`_is_leaf` #> [1] FALSE #> #> $`otitis media`$children #> $`otitis media`$children[[1]] #> [1] "DOID_11180<DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`otitis media`$children[[2]] #> [1] "DOID_11506<DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`otitis media`$value #> [1] "otitis media" #> #> #> $otosclerosis #> $otosclerosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12185" #> #> $otosclerosis$`_id` #> [1] "DOID_12185<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $otosclerosis$privateGeneCount #> [1] 0 #> #> $otosclerosis$publicGeneCount #> [1] 7 #> #> $otosclerosis$urlId #> [1] "DOID_12185" #> #> $otosclerosis$dbPhenotype #> [1] TRUE #> #> $otosclerosis$`_parent` #> [1] "DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $otosclerosis$`_is_leaf` #> [1] TRUE #> #> $otosclerosis$children #> list() #> #> $otosclerosis$value #> [1] "otosclerosis" #> #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive` #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080026" #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$`_id` #> [1] "DOID_0080026<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$privateGeneCount #> [1] 0 #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$publicGeneCount #> [1] 2 #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$urlId #> [1] "DOID_0080026" #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$dbPhenotype #> [1] TRUE #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$`_is_leaf` #> [1] TRUE #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$children #> list() #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$value #> [1] "otospondylomegaepiphyseal dysplasia, autosomal recessive" #> #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive` #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080026" #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$`_id` #> [1] "DOID_0080026<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$privateGeneCount #> [1] 0 #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$publicGeneCount #> [1] 2 #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$urlId #> [1] "DOID_0080026" #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$dbPhenotype #> [1] TRUE #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$`_is_leaf` #> [1] TRUE #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$children #> list() #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$value #> [1] "otospondylomegaepiphyseal dysplasia, autosomal recessive" #> #> #> $`ovarian cancer` #> $`ovarian cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2394" #> #> $`ovarian cancer`$`_id` #> [1] "DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian cancer`$privateGeneCount #> [1] 0 #> #> $`ovarian cancer`$publicGeneCount #> [1] 283 #> #> $`ovarian cancer`$urlId #> [1] "DOID_2394" #> #> $`ovarian cancer`$dbPhenotype #> [1] TRUE #> #> $`ovarian cancer`$`_parent` #> [1] "DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian cancer`$`_is_leaf` #> [1] FALSE #> #> $`ovarian cancer`$children #> $`ovarian cancer`$children[[1]] #> [1] "DOID_4441<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian cancer`$children[[2]] #> [1] "DOID_2999<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian cancer`$children[[3]] #> [1] "DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`ovarian cancer`$value #> [1] "ovarian cancer" #> #> #> $`ovarian cancer` #> $`ovarian cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2394" #> #> $`ovarian cancer`$`_id` #> [1] "DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cancer`$privateGeneCount #> [1] 0 #> #> $`ovarian cancer`$publicGeneCount #> [1] 283 #> #> $`ovarian cancer`$urlId #> [1] "DOID_2394" #> #> $`ovarian cancer`$dbPhenotype #> [1] TRUE #> #> $`ovarian cancer`$`_parent` #> [1] "DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cancer`$`_is_leaf` #> [1] FALSE #> #> $`ovarian cancer`$children #> $`ovarian cancer`$children[[1]] #> [1] "DOID_4441<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cancer`$children[[2]] #> [1] "DOID_2999<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cancer`$children[[3]] #> [1] "DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovarian cancer`$value #> [1] "ovarian cancer" #> #> #> $`ovarian cancer` #> $`ovarian cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2394" #> #> $`ovarian cancer`$`_id` #> [1] "DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian cancer`$privateGeneCount #> [1] 0 #> #> $`ovarian cancer`$publicGeneCount #> [1] 283 #> #> $`ovarian cancer`$urlId #> [1] "DOID_2394" #> #> $`ovarian cancer`$dbPhenotype #> [1] TRUE #> #> $`ovarian cancer`$`_parent` #> [1] "DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian cancer`$`_is_leaf` #> [1] FALSE #> #> $`ovarian cancer`$children #> $`ovarian cancer`$children[[1]] #> [1] "DOID_4441<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian cancer`$children[[2]] #> [1] "DOID_2999<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian cancer`$children[[3]] #> [1] "DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovarian cancer`$value #> [1] "ovarian cancer" #> #> #> $`ovarian cancer` #> $`ovarian cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2394" #> #> $`ovarian cancer`$`_id` #> [1] "DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cancer`$privateGeneCount #> [1] 0 #> #> $`ovarian cancer`$publicGeneCount #> [1] 283 #> #> $`ovarian cancer`$urlId #> [1] "DOID_2394" #> #> $`ovarian cancer`$dbPhenotype #> [1] TRUE #> #> $`ovarian cancer`$`_parent` #> [1] "DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cancer`$`_is_leaf` #> [1] FALSE #> #> $`ovarian cancer`$children #> $`ovarian cancer`$children[[1]] #> [1] "DOID_4441<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cancer`$children[[2]] #> [1] "DOID_2999<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cancer`$children[[3]] #> [1] "DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovarian cancer`$value #> [1] "ovarian cancer" #> #> #> $`ovarian carcinoma` #> $`ovarian carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4001" #> #> $`ovarian carcinoma`$`_id` #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian carcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian carcinoma`$publicGeneCount #> [1] 10 #> #> $`ovarian carcinoma`$urlId #> [1] "DOID_4001" #> #> $`ovarian carcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian carcinoma`$`_parent` #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian carcinoma`$children #> $`ovarian carcinoma`$children[[1]] #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`ovarian carcinoma`$value #> [1] "ovarian carcinoma" #> #> #> $`ovarian carcinoma` #> $`ovarian carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4001" #> #> $`ovarian carcinoma`$`_id` #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian carcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian carcinoma`$publicGeneCount #> [1] 10 #> #> $`ovarian carcinoma`$urlId #> [1] "DOID_4001" #> #> $`ovarian carcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian carcinoma`$`_parent` #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian carcinoma`$children #> $`ovarian carcinoma`$children[[1]] #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovarian carcinoma`$value #> [1] "ovarian carcinoma" #> #> #> $`ovarian carcinoma` #> $`ovarian carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4001" #> #> $`ovarian carcinoma`$`_id` #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian carcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian carcinoma`$publicGeneCount #> [1] 10 #> #> $`ovarian carcinoma`$urlId #> [1] "DOID_4001" #> #> $`ovarian carcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian carcinoma`$`_parent` #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian carcinoma`$children #> $`ovarian carcinoma`$children[[1]] #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovarian carcinoma`$value #> [1] "ovarian carcinoma" #> #> #> $`ovarian carcinoma` #> $`ovarian carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4001" #> #> $`ovarian carcinoma`$`_id` #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian carcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian carcinoma`$publicGeneCount #> [1] 10 #> #> $`ovarian carcinoma`$urlId #> [1] "DOID_4001" #> #> $`ovarian carcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian carcinoma`$`_parent` #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian carcinoma`$children #> $`ovarian carcinoma`$children[[1]] #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovarian carcinoma`$value #> [1] "ovarian carcinoma" #> #> #> $`ovarian carcinoma` #> $`ovarian carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4001" #> #> $`ovarian carcinoma`$`_id` #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian carcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian carcinoma`$publicGeneCount #> [1] 10 #> #> $`ovarian carcinoma`$urlId #> [1] "DOID_4001" #> #> $`ovarian carcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian carcinoma`$`_parent` #> [1] "DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian carcinoma`$children #> $`ovarian carcinoma`$children[[1]] #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovarian carcinoma`$value #> [1] "ovarian carcinoma" #> #> #> $`Ovarian cyst` #> $`Ovarian cyst`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000138" #> #> $`Ovarian cyst`$`_id` #> [1] "HP_0000138<HP_0031065<HP_0000137<HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Ovarian cyst`$privateGeneCount #> [1] 0 #> #> $`Ovarian cyst`$publicGeneCount #> [1] 35 #> #> $`Ovarian cyst`$urlId #> [1] "HP_0000138" #> #> $`Ovarian cyst`$dbPhenotype #> [1] TRUE #> #> $`Ovarian cyst`$`_parent` #> [1] "HP_0031065<HP_0000137<HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Ovarian cyst`$`_is_leaf` #> [1] TRUE #> #> $`Ovarian cyst`$children #> list() #> #> $`Ovarian cyst`$value #> [1] "Ovarian cyst" #> #> #> $`Ovarian cyst` #> $`Ovarian cyst`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000138" #> #> $`Ovarian cyst`$`_id` #> [1] "HP_0000138<HP_0031065<HP_0000137<HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Ovarian cyst`$privateGeneCount #> [1] 0 #> #> $`Ovarian cyst`$publicGeneCount #> [1] 35 #> #> $`Ovarian cyst`$urlId #> [1] "HP_0000138" #> #> $`Ovarian cyst`$dbPhenotype #> [1] TRUE #> #> $`Ovarian cyst`$`_parent` #> [1] "HP_0031065<HP_0000137<HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Ovarian cyst`$`_is_leaf` #> [1] TRUE #> #> $`Ovarian cyst`$children #> list() #> #> $`Ovarian cyst`$value #> [1] "Ovarian cyst" #> #> #> $`ovarian cystadenocarcinoma` #> $`ovarian cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3605" #> #> $`ovarian cystadenocarcinoma`$`_id` #> [1] "DOID_3605<DOID_3713<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian cystadenocarcinoma`$urlId #> [1] "DOID_3605" #> #> $`ovarian cystadenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$`_parent` #> [1] "DOID_3713<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian cystadenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$children #> $`ovarian cystadenocarcinoma`$children[[1]] #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovarian cystadenocarcinoma`$value #> [1] "ovarian cystadenocarcinoma" #> #> #> $`ovarian cystadenocarcinoma` #> $`ovarian cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3605" #> #> $`ovarian cystadenocarcinoma`$`_id` #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian cystadenocarcinoma`$urlId #> [1] "DOID_3605" #> #> $`ovarian cystadenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$`_parent` #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian cystadenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$children #> $`ovarian cystadenocarcinoma`$children[[1]] #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`ovarian cystadenocarcinoma`$value #> [1] "ovarian cystadenocarcinoma" #> #> #> $`ovarian cystadenocarcinoma` #> $`ovarian cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3605" #> #> $`ovarian cystadenocarcinoma`$`_id` #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian cystadenocarcinoma`$urlId #> [1] "DOID_3605" #> #> $`ovarian cystadenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$`_parent` #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cystadenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$children #> $`ovarian cystadenocarcinoma`$children[[1]] #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovarian cystadenocarcinoma`$value #> [1] "ovarian cystadenocarcinoma" #> #> #> $`ovarian cystadenocarcinoma` #> $`ovarian cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3605" #> #> $`ovarian cystadenocarcinoma`$`_id` #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian cystadenocarcinoma`$urlId #> [1] "DOID_3605" #> #> $`ovarian cystadenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$`_parent` #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian cystadenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$children #> $`ovarian cystadenocarcinoma`$children[[1]] #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovarian cystadenocarcinoma`$value #> [1] "ovarian cystadenocarcinoma" #> #> #> $`ovarian cystadenocarcinoma` #> $`ovarian cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3605" #> #> $`ovarian cystadenocarcinoma`$`_id` #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian cystadenocarcinoma`$urlId #> [1] "DOID_3605" #> #> $`ovarian cystadenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$`_parent` #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cystadenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$children #> $`ovarian cystadenocarcinoma`$children[[1]] #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovarian cystadenocarcinoma`$value #> [1] "ovarian cystadenocarcinoma" #> #> #> $`ovarian cystadenocarcinoma` #> $`ovarian cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3605" #> #> $`ovarian cystadenocarcinoma`$`_id` #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian cystadenocarcinoma`$urlId #> [1] "DOID_3605" #> #> $`ovarian cystadenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$`_parent` #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian cystadenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$children #> $`ovarian cystadenocarcinoma`$children[[1]] #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovarian cystadenocarcinoma`$value #> [1] "ovarian cystadenocarcinoma" #> #> #> $`ovarian disease` #> $`ovarian disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1100" #> #> $`ovarian disease`$`_id` #> [1] "DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian disease`$privateGeneCount #> [1] 0 #> #> $`ovarian disease`$publicGeneCount #> [1] 450 #> #> $`ovarian disease`$urlId #> [1] "DOID_1100" #> #> $`ovarian disease`$dbPhenotype #> [1] TRUE #> #> $`ovarian disease`$`_parent` #> [1] "DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian disease`$`_is_leaf` #> [1] FALSE #> #> $`ovarian disease`$children #> $`ovarian disease`$children[[1]] #> [1] "DOID_3781<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian disease`$children[[2]] #> [1] "DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian disease`$children[[3]] #> [1] "DOID_1414<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian disease`$children[[4]] #> [1] "DOID_5425<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian disease`$children[[5]] #> [1] "DOID_5426<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`ovarian disease`$value #> [1] "ovarian disease" #> #> #> $`ovarian disease` #> $`ovarian disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1100" #> #> $`ovarian disease`$`_id` #> [1] "DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian disease`$privateGeneCount #> [1] 0 #> #> $`ovarian disease`$publicGeneCount #> [1] 450 #> #> $`ovarian disease`$urlId #> [1] "DOID_1100" #> #> $`ovarian disease`$dbPhenotype #> [1] TRUE #> #> $`ovarian disease`$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian disease`$`_is_leaf` #> [1] FALSE #> #> $`ovarian disease`$children #> $`ovarian disease`$children[[1]] #> [1] "DOID_3781<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian disease`$children[[2]] #> [1] "DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian disease`$children[[3]] #> [1] "DOID_1414<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian disease`$children[[4]] #> [1] "DOID_5425<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian disease`$children[[5]] #> [1] "DOID_5426<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovarian disease`$value #> [1] "ovarian disease" #> #> #> $`ovarian dysfunction` #> $`ovarian dysfunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1414" #> #> $`ovarian dysfunction`$`_id` #> [1] "DOID_1414<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian dysfunction`$privateGeneCount #> [1] 0 #> #> $`ovarian dysfunction`$publicGeneCount #> [1] 162 #> #> $`ovarian dysfunction`$urlId #> [1] "DOID_1414" #> #> $`ovarian dysfunction`$dbPhenotype #> [1] FALSE #> #> $`ovarian dysfunction`$`_parent` #> [1] "DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian dysfunction`$`_is_leaf` #> [1] FALSE #> #> $`ovarian dysfunction`$children #> $`ovarian dysfunction`$children[[1]] #> [1] "DOID_11612<DOID_1414<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian dysfunction`$children[[2]] #> [1] "DOID_10787<DOID_1414<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`ovarian dysfunction`$value #> [1] "ovarian dysfunction" #> #> #> $`ovarian dysfunction` #> $`ovarian dysfunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1414" #> #> $`ovarian dysfunction`$`_id` #> [1] "DOID_1414<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian dysfunction`$privateGeneCount #> [1] 0 #> #> $`ovarian dysfunction`$publicGeneCount #> [1] 162 #> #> $`ovarian dysfunction`$urlId #> [1] "DOID_1414" #> #> $`ovarian dysfunction`$dbPhenotype #> [1] FALSE #> #> $`ovarian dysfunction`$`_parent` #> [1] "DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian dysfunction`$`_is_leaf` #> [1] FALSE #> #> $`ovarian dysfunction`$children #> $`ovarian dysfunction`$children[[1]] #> [1] "DOID_11612<DOID_1414<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian dysfunction`$children[[2]] #> [1] "DOID_10787<DOID_1414<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovarian dysfunction`$value #> [1] "ovarian dysfunction" #> #> #> $`ovarian hyperstimulation syndrome` #> $`ovarian hyperstimulation syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5425" #> #> $`ovarian hyperstimulation syndrome`$`_id` #> [1] "DOID_5425<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian hyperstimulation syndrome`$privateGeneCount #> [1] 0 #> #> $`ovarian hyperstimulation syndrome`$publicGeneCount #> [1] 2 #> #> $`ovarian hyperstimulation syndrome`$urlId #> [1] "DOID_5425" #> #> $`ovarian hyperstimulation syndrome`$dbPhenotype #> [1] TRUE #> #> $`ovarian hyperstimulation syndrome`$`_parent` #> [1] "DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian hyperstimulation syndrome`$`_is_leaf` #> [1] TRUE #> #> $`ovarian hyperstimulation syndrome`$children #> list() #> #> $`ovarian hyperstimulation syndrome`$value #> [1] "ovarian hyperstimulation syndrome" #> #> #> $`ovarian hyperstimulation syndrome` #> $`ovarian hyperstimulation syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5425" #> #> $`ovarian hyperstimulation syndrome`$`_id` #> [1] "DOID_5425<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian hyperstimulation syndrome`$privateGeneCount #> [1] 0 #> #> $`ovarian hyperstimulation syndrome`$publicGeneCount #> [1] 2 #> #> $`ovarian hyperstimulation syndrome`$urlId #> [1] "DOID_5425" #> #> $`ovarian hyperstimulation syndrome`$dbPhenotype #> [1] TRUE #> #> $`ovarian hyperstimulation syndrome`$`_parent` #> [1] "DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian hyperstimulation syndrome`$`_is_leaf` #> [1] TRUE #> #> $`ovarian hyperstimulation syndrome`$children #> list() #> #> $`ovarian hyperstimulation syndrome`$value #> [1] "ovarian hyperstimulation syndrome" #> #> #> $`ovarian serous cystadenocarcinoma` #> $`ovarian serous cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$`_id` #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian serous cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian serous cystadenocarcinoma`$urlId #> [1] "DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$`_parent` #> [1] "DOID_3605<DOID_3713<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$children #> list() #> #> $`ovarian serous cystadenocarcinoma`$value #> [1] "ovarian serous cystadenocarcinoma" #> #> #> $`ovarian serous cystadenocarcinoma` #> $`ovarian serous cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$`_id` #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian serous cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian serous cystadenocarcinoma`$urlId #> [1] "DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$`_parent` #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$children #> list() #> #> $`ovarian serous cystadenocarcinoma`$value #> [1] "ovarian serous cystadenocarcinoma" #> #> #> $`ovarian serous cystadenocarcinoma` #> $`ovarian serous cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$`_id` #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian serous cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian serous cystadenocarcinoma`$urlId #> [1] "DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$`_parent` #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$children #> list() #> #> $`ovarian serous cystadenocarcinoma`$value #> [1] "ovarian serous cystadenocarcinoma" #> #> #> $`ovarian serous cystadenocarcinoma` #> $`ovarian serous cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$`_id` #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian serous cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian serous cystadenocarcinoma`$urlId #> [1] "DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$`_parent` #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$children #> list() #> #> $`ovarian serous cystadenocarcinoma`$value #> [1] "ovarian serous cystadenocarcinoma" #> #> #> $`ovarian serous cystadenocarcinoma` #> $`ovarian serous cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$`_id` #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian serous cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian serous cystadenocarcinoma`$urlId #> [1] "DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$`_parent` #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$children #> list() #> #> $`ovarian serous cystadenocarcinoma`$value #> [1] "ovarian serous cystadenocarcinoma" #> #> #> $`ovarian serous cystadenocarcinoma` #> $`ovarian serous cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$`_id` #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian serous cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian serous cystadenocarcinoma`$urlId #> [1] "DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$`_parent` #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$children #> list() #> #> $`ovarian serous cystadenocarcinoma`$value #> [1] "ovarian serous cystadenocarcinoma" #> #> #> $`ovary adenocarcinoma` #> $`ovary adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3713" #> #> $`ovary adenocarcinoma`$`_id` #> [1] "DOID_3713<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovary adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovary adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovary adenocarcinoma`$urlId #> [1] "DOID_3713" #> #> $`ovary adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovary adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovary adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovary adenocarcinoma`$children #> $`ovary adenocarcinoma`$children[[1]] #> [1] "DOID_3605<DOID_3713<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovary adenocarcinoma`$value #> [1] "ovary adenocarcinoma" #> #> #> $`ovary adenocarcinoma` #> $`ovary adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3713" #> #> $`ovary adenocarcinoma`$`_id` #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovary adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovary adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovary adenocarcinoma`$urlId #> [1] "DOID_3713" #> #> $`ovary adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovary adenocarcinoma`$`_parent` #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovary adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovary adenocarcinoma`$children #> $`ovary adenocarcinoma`$children[[1]] #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`ovary adenocarcinoma`$value #> [1] "ovary adenocarcinoma" #> #> #> $`ovary adenocarcinoma` #> $`ovary adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3713" #> #> $`ovary adenocarcinoma`$`_id` #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovary adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovary adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovary adenocarcinoma`$urlId #> [1] "DOID_3713" #> #> $`ovary adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovary adenocarcinoma`$`_parent` #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovary adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovary adenocarcinoma`$children #> $`ovary adenocarcinoma`$children[[1]] #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovary adenocarcinoma`$value #> [1] "ovary adenocarcinoma" #> #> #> $`ovary adenocarcinoma` #> $`ovary adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3713" #> #> $`ovary adenocarcinoma`$`_id` #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovary adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovary adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovary adenocarcinoma`$urlId #> [1] "DOID_3713" #> #> $`ovary adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovary adenocarcinoma`$`_parent` #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovary adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovary adenocarcinoma`$children #> $`ovary adenocarcinoma`$children[[1]] #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovary adenocarcinoma`$value #> [1] "ovary adenocarcinoma" #> #> #> $`ovary adenocarcinoma` #> $`ovary adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3713" #> #> $`ovary adenocarcinoma`$`_id` #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovary adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovary adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovary adenocarcinoma`$urlId #> [1] "DOID_3713" #> #> $`ovary adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovary adenocarcinoma`$`_parent` #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovary adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovary adenocarcinoma`$children #> $`ovary adenocarcinoma`$children[[1]] #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovary adenocarcinoma`$value #> [1] "ovary adenocarcinoma" #> #> #> $`ovary adenocarcinoma` #> $`ovary adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3713" #> #> $`ovary adenocarcinoma`$`_id` #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovary adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovary adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovary adenocarcinoma`$urlId #> [1] "DOID_3713" #> #> $`ovary adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovary adenocarcinoma`$`_parent` #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovary adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovary adenocarcinoma`$children #> $`ovary adenocarcinoma`$children[[1]] #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovary adenocarcinoma`$value #> [1] "ovary adenocarcinoma" #> #> #> $`ovary epithelial cancer` #> $`ovary epithelial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2152" #> #> $`ovary epithelial cancer`$`_id` #> [1] "DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovary epithelial cancer`$privateGeneCount #> [1] 0 #> #> $`ovary epithelial cancer`$publicGeneCount #> [1] 11 #> #> $`ovary epithelial cancer`$urlId #> [1] "DOID_2152" #> #> $`ovary epithelial cancer`$dbPhenotype #> [1] FALSE #> #> $`ovary epithelial cancer`$`_parent` #> [1] "DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovary epithelial cancer`$`_is_leaf` #> [1] FALSE #> #> $`ovary epithelial cancer`$children #> $`ovary epithelial cancer`$children[[1]] #> [1] "DOID_9597<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovary epithelial cancer`$children[[2]] #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`ovary epithelial cancer`$value #> [1] "ovary epithelial cancer" #> #> #> $`ovary epithelial cancer` #> $`ovary epithelial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2152" #> #> $`ovary epithelial cancer`$`_id` #> [1] "DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovary epithelial cancer`$privateGeneCount #> [1] 0 #> #> $`ovary epithelial cancer`$publicGeneCount #> [1] 11 #> #> $`ovary epithelial cancer`$urlId #> [1] "DOID_2152" #> #> $`ovary epithelial cancer`$dbPhenotype #> [1] FALSE #> #> $`ovary epithelial cancer`$`_parent` #> [1] "DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovary epithelial cancer`$`_is_leaf` #> [1] FALSE #> #> $`ovary epithelial cancer`$children #> $`ovary epithelial cancer`$children[[1]] #> [1] "DOID_9597<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovary epithelial cancer`$children[[2]] #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovary epithelial cancer`$value #> [1] "ovary epithelial cancer" #> #> #> $`ovary epithelial cancer` #> $`ovary epithelial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2152" #> #> $`ovary epithelial cancer`$`_id` #> [1] "DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovary epithelial cancer`$privateGeneCount #> [1] 0 #> #> $`ovary epithelial cancer`$publicGeneCount #> [1] 11 #> #> $`ovary epithelial cancer`$urlId #> [1] "DOID_2152" #> #> $`ovary epithelial cancer`$dbPhenotype #> [1] FALSE #> #> $`ovary epithelial cancer`$`_parent` #> [1] "DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovary epithelial cancer`$`_is_leaf` #> [1] FALSE #> #> $`ovary epithelial cancer`$children #> $`ovary epithelial cancer`$children[[1]] #> [1] "DOID_9597<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovary epithelial cancer`$children[[2]] #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovary epithelial cancer`$value #> [1] "ovary epithelial cancer" #> #> #> $`ovary epithelial cancer` #> $`ovary epithelial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2152" #> #> $`ovary epithelial cancer`$`_id` #> [1] "DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovary epithelial cancer`$privateGeneCount #> [1] 0 #> #> $`ovary epithelial cancer`$publicGeneCount #> [1] 11 #> #> $`ovary epithelial cancer`$urlId #> [1] "DOID_2152" #> #> $`ovary epithelial cancer`$dbPhenotype #> [1] FALSE #> #> $`ovary epithelial cancer`$`_parent` #> [1] "DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovary epithelial cancer`$`_is_leaf` #> [1] FALSE #> #> $`ovary epithelial cancer`$children #> $`ovary epithelial cancer`$children[[1]] #> [1] "DOID_9597<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovary epithelial cancer`$children[[2]] #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovary epithelial cancer`$value #> [1] "ovary epithelial cancer" #> #> #> $`ovary epithelial cancer` #> $`ovary epithelial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2152" #> #> $`ovary epithelial cancer`$`_id` #> [1] "DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovary epithelial cancer`$privateGeneCount #> [1] 0 #> #> $`ovary epithelial cancer`$publicGeneCount #> [1] 11 #> #> $`ovary epithelial cancer`$urlId #> [1] "DOID_2152" #> #> $`ovary epithelial cancer`$dbPhenotype #> [1] FALSE #> #> $`ovary epithelial cancer`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovary epithelial cancer`$`_is_leaf` #> [1] FALSE #> #> $`ovary epithelial cancer`$children #> $`ovary epithelial cancer`$children[[1]] #> [1] "DOID_9597<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovary epithelial cancer`$children[[2]] #> [1] "DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovary epithelial cancer`$value #> [1] "ovary epithelial cancer" #> #> #> $overnutrition #> $overnutrition$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_654" #> #> $overnutrition$`_id` #> [1] "DOID_654<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $overnutrition$privateGeneCount #> [1] 0 #> #> $overnutrition$publicGeneCount #> [1] 651 #> #> $overnutrition$urlId #> [1] "DOID_654" #> #> $overnutrition$dbPhenotype #> [1] FALSE #> #> $overnutrition$`_parent` #> [1] "DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $overnutrition$`_is_leaf` #> [1] FALSE #> #> $overnutrition$children #> $overnutrition$children[[1]] #> [1] "DOID_9970<DOID_654<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $overnutrition$value #> [1] "overnutrition" #> #> #> $`oxyphilic adenoma` #> $`oxyphilic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5389" #> #> $`oxyphilic adenoma`$`_id` #> [1] "DOID_5389<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`oxyphilic adenoma`$privateGeneCount #> [1] 0 #> #> $`oxyphilic adenoma`$publicGeneCount #> [1] 3 #> #> $`oxyphilic adenoma`$urlId #> [1] "DOID_5389" #> #> $`oxyphilic adenoma`$dbPhenotype #> [1] TRUE #> #> $`oxyphilic adenoma`$`_parent` #> [1] "DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`oxyphilic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`oxyphilic adenoma`$children #> list() #> #> $`oxyphilic adenoma`$value #> [1] "oxyphilic adenoma" #> #> #> $`pachyonychia congenita` #> $`pachyonychia congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050449" #> #> $`pachyonychia congenita`$`_id` #> [1] "DOID_0050449<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`pachyonychia congenita`$privateGeneCount #> [1] 0 #> #> $`pachyonychia congenita`$publicGeneCount #> [1] 4 #> #> $`pachyonychia congenita`$urlId #> [1] "DOID_0050449" #> #> $`pachyonychia congenita`$dbPhenotype #> [1] TRUE #> #> $`pachyonychia congenita`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`pachyonychia congenita`$`_is_leaf` #> [1] TRUE #> #> $`pachyonychia congenita`$children #> list() #> #> $`pachyonychia congenita`$value #> [1] "pachyonychia congenita" #> #> #> $`pachyonychia congenita` #> $`pachyonychia congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050449" #> #> $`pachyonychia congenita`$`_id` #> [1] "DOID_0050449<DOID_225<DOID_4" #> #> $`pachyonychia congenita`$privateGeneCount #> [1] 0 #> #> $`pachyonychia congenita`$publicGeneCount #> [1] 4 #> #> $`pachyonychia congenita`$urlId #> [1] "DOID_0050449" #> #> $`pachyonychia congenita`$dbPhenotype #> [1] TRUE #> #> $`pachyonychia congenita`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`pachyonychia congenita`$`_is_leaf` #> [1] TRUE #> #> $`pachyonychia congenita`$children #> list() #> #> $`pachyonychia congenita`$value #> [1] "pachyonychia congenita" #> #> #> $`Paget's disease of bone` #> $`Paget's disease of bone`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5408" #> #> $`Paget's disease of bone`$`_id` #> [1] "DOID_5408<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Paget's disease of bone`$privateGeneCount #> [1] 0 #> #> $`Paget's disease of bone`$publicGeneCount #> [1] 14 #> #> $`Paget's disease of bone`$urlId #> [1] "DOID_5408" #> #> $`Paget's disease of bone`$dbPhenotype #> [1] TRUE #> #> $`Paget's disease of bone`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Paget's disease of bone`$`_is_leaf` #> [1] TRUE #> #> $`Paget's disease of bone`$children #> list() #> #> $`Paget's disease of bone`$value #> [1] "Paget's disease of bone" #> #> #> $`Paget's disease of bone` #> $`Paget's disease of bone`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5408" #> #> $`Paget's disease of bone`$`_id` #> [1] "DOID_5408<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Paget's disease of bone`$privateGeneCount #> [1] 0 #> #> $`Paget's disease of bone`$publicGeneCount #> [1] 14 #> #> $`Paget's disease of bone`$urlId #> [1] "DOID_5408" #> #> $`Paget's disease of bone`$dbPhenotype #> [1] TRUE #> #> $`Paget's disease of bone`$`_parent` #> [1] "DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Paget's disease of bone`$`_is_leaf` #> [1] TRUE #> #> $`Paget's disease of bone`$children #> list() #> #> $`Paget's disease of bone`$value #> [1] "Paget's disease of bone" #> #> #> $Pain #> $Pain$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012531" #> #> $Pain$`_id` #> [1] "HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $Pain$privateGeneCount #> [1] 0 #> #> $Pain$publicGeneCount #> [1] 58 #> #> $Pain$urlId #> [1] "HP_0012531" #> #> $Pain$dbPhenotype #> [1] TRUE #> #> $Pain$`_parent` #> [1] "HP_0025142<HP_0000118<HP_0000001" #> #> $Pain$`_is_leaf` #> [1] FALSE #> #> $Pain$children #> $Pain$children[[1]] #> [1] "HP_0002027<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $Pain$children[[2]] #> [1] "HP_0002829<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $Pain$children[[3]] #> [1] "HP_0003418<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $Pain$children[[4]] #> [1] "HP_0100749<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $Pain$children[[5]] #> [1] "HP_0012532<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> #> $Pain$value #> [1] "Pain" #> #> #> $`Pain insensitivity` #> $`Pain insensitivity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007021" #> #> $`Pain insensitivity`$`_id` #> [1] "HP_0007021<HP_0007328<HP_0010832<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Pain insensitivity`$privateGeneCount #> [1] 0 #> #> $`Pain insensitivity`$publicGeneCount #> [1] 2 #> #> $`Pain insensitivity`$urlId #> [1] "HP_0007021" #> #> $`Pain insensitivity`$dbPhenotype #> [1] TRUE #> #> $`Pain insensitivity`$`_parent` #> [1] "HP_0007328<HP_0010832<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Pain insensitivity`$`_is_leaf` #> [1] TRUE #> #> $`Pain insensitivity`$children #> list() #> #> $`Pain insensitivity`$value #> [1] "Pain insensitivity" #> #> #> $`Pallister-Hall syndrome` #> $`Pallister-Hall syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9248" #> #> $`Pallister-Hall syndrome`$`_id` #> [1] "DOID_9248<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Pallister-Hall syndrome`$privateGeneCount #> [1] 0 #> #> $`Pallister-Hall syndrome`$publicGeneCount #> [1] 1 #> #> $`Pallister-Hall syndrome`$urlId #> [1] "DOID_9248" #> #> $`Pallister-Hall syndrome`$dbPhenotype #> [1] TRUE #> #> $`Pallister-Hall syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Pallister-Hall syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Pallister-Hall syndrome`$children #> list() #> #> $`Pallister-Hall syndrome`$value #> [1] "Pallister-Hall syndrome" #> #> #> $`Pallister-Hall syndrome` #> $`Pallister-Hall syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9248" #> #> $`Pallister-Hall syndrome`$`_id` #> [1] "DOID_9248<DOID_225<DOID_4" #> #> $`Pallister-Hall syndrome`$privateGeneCount #> [1] 0 #> #> $`Pallister-Hall syndrome`$publicGeneCount #> [1] 1 #> #> $`Pallister-Hall syndrome`$urlId #> [1] "DOID_9248" #> #> $`Pallister-Hall syndrome`$dbPhenotype #> [1] TRUE #> #> $`Pallister-Hall syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Pallister-Hall syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Pallister-Hall syndrome`$children #> list() #> #> $`Pallister-Hall syndrome`$value #> [1] "Pallister-Hall syndrome" #> #> #> $`palmoplantar keratosis` #> $`palmoplantar keratosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3390" #> #> $`palmoplantar keratosis`$`_id` #> [1] "DOID_3390<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`palmoplantar keratosis`$privateGeneCount #> [1] 0 #> #> $`palmoplantar keratosis`$publicGeneCount #> [1] 12 #> #> $`palmoplantar keratosis`$urlId #> [1] "DOID_3390" #> #> $`palmoplantar keratosis`$dbPhenotype #> [1] TRUE #> #> $`palmoplantar keratosis`$`_parent` #> [1] "DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`palmoplantar keratosis`$`_is_leaf` #> [1] FALSE #> #> $`palmoplantar keratosis`$children #> $`palmoplantar keratosis`$children[[1]] #> [1] "DOID_0050428<DOID_3390<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`palmoplantar keratosis`$value #> [1] "palmoplantar keratosis" #> #> #> $`pancreas disease` #> $`pancreas disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_26" #> #> $`pancreas disease`$`_id` #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreas disease`$privateGeneCount #> [1] 0 #> #> $`pancreas disease`$publicGeneCount #> [1] 378 #> #> $`pancreas disease`$urlId #> [1] "DOID_26" #> #> $`pancreas disease`$dbPhenotype #> [1] TRUE #> #> $`pancreas disease`$`_parent` #> [1] "DOID_28<DOID_7<DOID_4" #> #> $`pancreas disease`$`_is_leaf` #> [1] FALSE #> #> $`pancreas disease`$children #> $`pancreas disease`$children[[1]] #> [1] "DOID_1428<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreas disease`$children[[2]] #> [1] "DOID_13316<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreas disease`$children[[3]] #> [1] "DOID_2018<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreas disease`$children[[4]] #> [1] "DOID_12388<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreas disease`$children[[5]] #> [1] "DOID_13768<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreas disease`$children[[6]] #> [1] "DOID_0050877<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreas disease`$children[[7]] #> [1] "DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreas disease`$children[[8]] #> [1] "DOID_3918<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreas disease`$children[[9]] #> [1] "DOID_4989<DOID_26<DOID_28<DOID_7<DOID_4" #> #> #> $`pancreas disease`$value #> [1] "pancreas disease" #> #> #> $`pancreatic agenesis` #> $`pancreatic agenesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050877" #> #> $`pancreatic agenesis`$`_id` #> [1] "DOID_0050877<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic agenesis`$privateGeneCount #> [1] 0 #> #> $`pancreatic agenesis`$publicGeneCount #> [1] 2 #> #> $`pancreatic agenesis`$urlId #> [1] "DOID_0050877" #> #> $`pancreatic agenesis`$dbPhenotype #> [1] TRUE #> #> $`pancreatic agenesis`$`_parent` #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic agenesis`$`_is_leaf` #> [1] TRUE #> #> $`pancreatic agenesis`$children #> list() #> #> $`pancreatic agenesis`$value #> [1] "pancreatic agenesis" #> #> #> $`pancreatic cancer` #> $`pancreatic cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1793" #> #> $`pancreatic cancer`$`_id` #> [1] "DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic cancer`$privateGeneCount #> [1] 0 #> #> $`pancreatic cancer`$publicGeneCount #> [1] 293 #> #> $`pancreatic cancer`$urlId #> [1] "DOID_1793" #> #> $`pancreatic cancer`$dbPhenotype #> [1] TRUE #> #> $`pancreatic cancer`$`_parent` #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic cancer`$`_is_leaf` #> [1] FALSE #> #> $`pancreatic cancer`$children #> $`pancreatic cancer`$children[[1]] #> [1] "DOID_1799<DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic cancer`$children[[2]] #> [1] "DOID_4905<DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`pancreatic cancer`$value #> [1] "pancreatic cancer" #> #> #> $`pancreatic cancer` #> $`pancreatic cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1793" #> #> $`pancreatic cancer`$`_id` #> [1] "DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic cancer`$privateGeneCount #> [1] 0 #> #> $`pancreatic cancer`$publicGeneCount #> [1] 293 #> #> $`pancreatic cancer`$urlId #> [1] "DOID_1793" #> #> $`pancreatic cancer`$dbPhenotype #> [1] TRUE #> #> $`pancreatic cancer`$`_parent` #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic cancer`$`_is_leaf` #> [1] FALSE #> #> $`pancreatic cancer`$children #> $`pancreatic cancer`$children[[1]] #> [1] "DOID_1799<DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic cancer`$children[[2]] #> [1] "DOID_4905<DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> #> $`pancreatic cancer`$value #> [1] "pancreatic cancer" #> #> #> $`pancreatic carcinoma` #> $`pancreatic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4905" #> #> $`pancreatic carcinoma`$`_id` #> [1] "DOID_4905<DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic carcinoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic carcinoma`$publicGeneCount #> [1] 86 #> #> $`pancreatic carcinoma`$urlId #> [1] "DOID_4905" #> #> $`pancreatic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pancreatic carcinoma`$`_parent` #> [1] "DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`pancreatic carcinoma`$children #> $`pancreatic carcinoma`$children[[1]] #> [1] "DOID_3587<DOID_4905<DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`pancreatic carcinoma`$value #> [1] "pancreatic carcinoma" #> #> #> $`pancreatic carcinoma` #> $`pancreatic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4905" #> #> $`pancreatic carcinoma`$`_id` #> [1] "DOID_4905<DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic carcinoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic carcinoma`$publicGeneCount #> [1] 86 #> #> $`pancreatic carcinoma`$urlId #> [1] "DOID_4905" #> #> $`pancreatic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pancreatic carcinoma`$`_parent` #> [1] "DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`pancreatic carcinoma`$children #> $`pancreatic carcinoma`$children[[1]] #> [1] "DOID_3587<DOID_4905<DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> #> $`pancreatic carcinoma`$value #> [1] "pancreatic carcinoma" #> #> #> $`pancreatic carcinoma` #> $`pancreatic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4905" #> #> $`pancreatic carcinoma`$`_id` #> [1] "DOID_4905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic carcinoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic carcinoma`$publicGeneCount #> [1] 86 #> #> $`pancreatic carcinoma`$urlId #> [1] "DOID_4905" #> #> $`pancreatic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pancreatic carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`pancreatic carcinoma`$children #> $`pancreatic carcinoma`$children[[1]] #> [1] "DOID_3587<DOID_4905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`pancreatic carcinoma`$value #> [1] "pancreatic carcinoma" #> #> #> $`pancreatic cholera` #> $`pancreatic cholera`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6977" #> #> $`pancreatic cholera`$`_id` #> [1] "DOID_6977<DOID_1428<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic cholera`$privateGeneCount #> [1] 0 #> #> $`pancreatic cholera`$publicGeneCount #> [1] 3 #> #> $`pancreatic cholera`$urlId #> [1] "DOID_6977" #> #> $`pancreatic cholera`$dbPhenotype #> [1] TRUE #> #> $`pancreatic cholera`$`_parent` #> [1] "DOID_1428<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic cholera`$`_is_leaf` #> [1] TRUE #> #> $`pancreatic cholera`$children #> list() #> #> $`pancreatic cholera`$value #> [1] "pancreatic cholera" #> #> #> $`pancreatic cystadenoma` #> $`pancreatic cystadenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3918" #> #> $`pancreatic cystadenoma`$`_id` #> [1] "DOID_3918<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`pancreatic cystadenoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic cystadenoma`$publicGeneCount #> [1] 43 #> #> $`pancreatic cystadenoma`$urlId #> [1] "DOID_3918" #> #> $`pancreatic cystadenoma`$dbPhenotype #> [1] FALSE #> #> $`pancreatic cystadenoma`$`_parent` #> [1] "DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`pancreatic cystadenoma`$`_is_leaf` #> [1] FALSE #> #> $`pancreatic cystadenoma`$children #> $`pancreatic cystadenoma`$children[[1]] #> [1] "DOID_3892<DOID_3918<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`pancreatic cystadenoma`$children[[2]] #> [1] "DOID_5403<DOID_3918<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`pancreatic cystadenoma`$value #> [1] "pancreatic cystadenoma" #> #> #> $`pancreatic cystadenoma` #> $`pancreatic cystadenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3918" #> #> $`pancreatic cystadenoma`$`_id` #> [1] "DOID_3918<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`pancreatic cystadenoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic cystadenoma`$publicGeneCount #> [1] 43 #> #> $`pancreatic cystadenoma`$urlId #> [1] "DOID_3918" #> #> $`pancreatic cystadenoma`$dbPhenotype #> [1] FALSE #> #> $`pancreatic cystadenoma`$`_parent` #> [1] "DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`pancreatic cystadenoma`$`_is_leaf` #> [1] FALSE #> #> $`pancreatic cystadenoma`$children #> $`pancreatic cystadenoma`$children[[1]] #> [1] "DOID_3892<DOID_3918<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`pancreatic cystadenoma`$children[[2]] #> [1] "DOID_5403<DOID_3918<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> #> $`pancreatic cystadenoma`$value #> [1] "pancreatic cystadenoma" #> #> #> $`pancreatic cystadenoma` #> $`pancreatic cystadenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3918" #> #> $`pancreatic cystadenoma`$`_id` #> [1] "DOID_3918<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic cystadenoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic cystadenoma`$publicGeneCount #> [1] 43 #> #> $`pancreatic cystadenoma`$urlId #> [1] "DOID_3918" #> #> $`pancreatic cystadenoma`$dbPhenotype #> [1] FALSE #> #> $`pancreatic cystadenoma`$`_parent` #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic cystadenoma`$`_is_leaf` #> [1] FALSE #> #> $`pancreatic cystadenoma`$children #> $`pancreatic cystadenoma`$children[[1]] #> [1] "DOID_3892<DOID_3918<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic cystadenoma`$children[[2]] #> [1] "DOID_5403<DOID_3918<DOID_26<DOID_28<DOID_7<DOID_4" #> #> #> $`pancreatic cystadenoma`$value #> [1] "pancreatic cystadenoma" #> #> #> $`Pancreatic cysts` #> $`Pancreatic cysts`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001737" #> #> $`Pancreatic cysts`$`_id` #> [1] "HP_0001737<HP_0012090<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Pancreatic cysts`$privateGeneCount #> [1] 0 #> #> $`Pancreatic cysts`$publicGeneCount #> [1] 1 #> #> $`Pancreatic cysts`$urlId #> [1] "HP_0001737" #> #> $`Pancreatic cysts`$dbPhenotype #> [1] TRUE #> #> $`Pancreatic cysts`$`_parent` #> [1] "HP_0012090<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Pancreatic cysts`$`_is_leaf` #> [1] TRUE #> #> $`Pancreatic cysts`$children #> list() #> #> $`Pancreatic cysts`$value #> [1] "Pancreatic cysts" #> #> #> $`pancreatic ductal carcinoma` #> $`pancreatic ductal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3587" #> #> $`pancreatic ductal carcinoma`$`_id` #> [1] "DOID_3587<DOID_4905<DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic ductal carcinoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic ductal carcinoma`$publicGeneCount #> [1] 81 #> #> $`pancreatic ductal carcinoma`$urlId #> [1] "DOID_3587" #> #> $`pancreatic ductal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pancreatic ductal carcinoma`$`_parent` #> [1] "DOID_4905<DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic ductal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`pancreatic ductal carcinoma`$children #> list() #> #> $`pancreatic ductal carcinoma`$value #> [1] "pancreatic ductal carcinoma" #> #> #> $`pancreatic ductal carcinoma` #> $`pancreatic ductal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3587" #> #> $`pancreatic ductal carcinoma`$`_id` #> [1] "DOID_3587<DOID_4905<DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic ductal carcinoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic ductal carcinoma`$publicGeneCount #> [1] 81 #> #> $`pancreatic ductal carcinoma`$urlId #> [1] "DOID_3587" #> #> $`pancreatic ductal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pancreatic ductal carcinoma`$`_parent` #> [1] "DOID_4905<DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic ductal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`pancreatic ductal carcinoma`$children #> list() #> #> $`pancreatic ductal carcinoma`$value #> [1] "pancreatic ductal carcinoma" #> #> #> $`pancreatic ductal carcinoma` #> $`pancreatic ductal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3587" #> #> $`pancreatic ductal carcinoma`$`_id` #> [1] "DOID_3587<DOID_4905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic ductal carcinoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic ductal carcinoma`$publicGeneCount #> [1] 81 #> #> $`pancreatic ductal carcinoma`$urlId #> [1] "DOID_3587" #> #> $`pancreatic ductal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pancreatic ductal carcinoma`$`_parent` #> [1] "DOID_4905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic ductal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`pancreatic ductal carcinoma`$children #> list() #> #> $`pancreatic ductal carcinoma`$value #> [1] "pancreatic ductal carcinoma" #> #> #> $`pancreatic endocrine carcinoma` #> $`pancreatic endocrine carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1798" #> #> $`pancreatic endocrine carcinoma`$`_id` #> [1] "DOID_1798<DOID_1799<DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic endocrine carcinoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic endocrine carcinoma`$publicGeneCount #> [1] 2 #> #> $`pancreatic endocrine carcinoma`$urlId #> [1] "DOID_1798" #> #> $`pancreatic endocrine carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pancreatic endocrine carcinoma`$`_parent` #> [1] "DOID_1799<DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic endocrine carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`pancreatic endocrine carcinoma`$children #> list() #> #> $`pancreatic endocrine carcinoma`$value #> [1] "pancreatic endocrine carcinoma" #> #> #> $`pancreatic endocrine carcinoma` #> $`pancreatic endocrine carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1798" #> #> $`pancreatic endocrine carcinoma`$`_id` #> [1] "DOID_1798<DOID_1799<DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic endocrine carcinoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic endocrine carcinoma`$publicGeneCount #> [1] 2 #> #> $`pancreatic endocrine carcinoma`$urlId #> [1] "DOID_1798" #> #> $`pancreatic endocrine carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pancreatic endocrine carcinoma`$`_parent` #> [1] "DOID_1799<DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic endocrine carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`pancreatic endocrine carcinoma`$children #> list() #> #> $`pancreatic endocrine carcinoma`$value #> [1] "pancreatic endocrine carcinoma" #> #> #> $`Pancreatic endocrine tumor` #> $`Pancreatic endocrine tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030405" #> #> $`Pancreatic endocrine tumor`$`_id` #> [1] "HP_0030405<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Pancreatic endocrine tumor`$privateGeneCount #> [1] 0 #> #> $`Pancreatic endocrine tumor`$publicGeneCount #> [1] 4 #> #> $`Pancreatic endocrine tumor`$urlId #> [1] "HP_0030405" #> #> $`Pancreatic endocrine tumor`$dbPhenotype #> [1] FALSE #> #> $`Pancreatic endocrine tumor`$`_parent` #> [1] "HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Pancreatic endocrine tumor`$`_is_leaf` #> [1] FALSE #> #> $`Pancreatic endocrine tumor`$children #> $`Pancreatic endocrine tumor`$children[[1]] #> [1] "HP_0030404<HP_0030405<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Pancreatic endocrine tumor`$value #> [1] "Pancreatic endocrine tumor" #> #> #> $`Pancreatic endocrine tumor` #> $`Pancreatic endocrine tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030405" #> #> $`Pancreatic endocrine tumor`$`_id` #> [1] "HP_0030405<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Pancreatic endocrine tumor`$privateGeneCount #> [1] 0 #> #> $`Pancreatic endocrine tumor`$publicGeneCount #> [1] 4 #> #> $`Pancreatic endocrine tumor`$urlId #> [1] "HP_0030405" #> #> $`Pancreatic endocrine tumor`$dbPhenotype #> [1] FALSE #> #> $`Pancreatic endocrine tumor`$`_parent` #> [1] "HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Pancreatic endocrine tumor`$`_is_leaf` #> [1] FALSE #> #> $`Pancreatic endocrine tumor`$children #> $`Pancreatic endocrine tumor`$children[[1]] #> [1] "HP_0030404<HP_0030405<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Pancreatic endocrine tumor`$value #> [1] "Pancreatic endocrine tumor" #> #> #> $pancreatitis #> $pancreatitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4989" #> #> $pancreatitis$`_id` #> [1] "DOID_4989<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $pancreatitis$privateGeneCount #> [1] 0 #> #> $pancreatitis$publicGeneCount #> [1] 43 #> #> $pancreatitis$urlId #> [1] "DOID_4989" #> #> $pancreatitis$dbPhenotype #> [1] TRUE #> #> $pancreatitis$`_parent` #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $pancreatitis$`_is_leaf` #> [1] FALSE #> #> $pancreatitis$children #> $pancreatitis$children[[1]] #> [1] "DOID_2913<DOID_4989<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $pancreatitis$children[[2]] #> [1] "DOID_4988<DOID_4989<DOID_26<DOID_28<DOID_7<DOID_4" #> #> #> $pancreatitis$value #> [1] "pancreatitis" #> #> #> $Pancreatitis #> $Pancreatitis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001733" #> #> $Pancreatitis$`_id` #> [1] "HP_0001733<HP_0012091<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Pancreatitis$privateGeneCount #> [1] 0 #> #> $Pancreatitis$publicGeneCount #> [1] 5 #> #> $Pancreatitis$urlId #> [1] "HP_0001733" #> #> $Pancreatitis$dbPhenotype #> [1] FALSE #> #> $Pancreatitis$`_parent` #> [1] "HP_0012091<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Pancreatitis$`_is_leaf` #> [1] FALSE #> #> $Pancreatitis$children #> $Pancreatitis$children[[1]] #> [1] "HP_0006280<HP_0001733<HP_0012091<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $Pancreatitis$value #> [1] "Pancreatitis" #> #> #> $Pancreatitis #> $Pancreatitis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001733" #> #> $Pancreatitis$`_id` #> [1] "HP_0001733<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $Pancreatitis$privateGeneCount #> [1] 0 #> #> $Pancreatitis$publicGeneCount #> [1] 5 #> #> $Pancreatitis$urlId #> [1] "HP_0001733" #> #> $Pancreatitis$dbPhenotype #> [1] FALSE #> #> $Pancreatitis$`_parent` #> [1] "HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $Pancreatitis$`_is_leaf` #> [1] FALSE #> #> $Pancreatitis$children #> $Pancreatitis$children[[1]] #> [1] "HP_0006280<HP_0001733<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $Pancreatitis$value #> [1] "Pancreatitis" #> #> #> $pancytopenia #> $pancytopenia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12450" #> #> $pancytopenia$`_id` #> [1] "DOID_12450<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $pancytopenia$privateGeneCount #> [1] 0 #> #> $pancytopenia$publicGeneCount #> [1] 5 #> #> $pancytopenia$urlId #> [1] "DOID_12450" #> #> $pancytopenia$dbPhenotype #> [1] TRUE #> #> $pancytopenia$`_parent` #> [1] "DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $pancytopenia$`_is_leaf` #> [1] TRUE #> #> $pancytopenia$children #> list() #> #> $pancytopenia$value #> [1] "pancytopenia" #> #> #> $panhypopituitarism #> $panhypopituitarism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9410" #> #> $panhypopituitarism$`_id` #> [1] "DOID_9410<DOID_9406<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $panhypopituitarism$privateGeneCount #> [1] 0 #> #> $panhypopituitarism$publicGeneCount #> [1] 5 #> #> $panhypopituitarism$urlId #> [1] "DOID_9410" #> #> $panhypopituitarism$dbPhenotype #> [1] TRUE #> #> $panhypopituitarism$`_parent` #> [1] "DOID_9406<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $panhypopituitarism$`_is_leaf` #> [1] TRUE #> #> $panhypopituitarism$children #> list() #> #> $panhypopituitarism$value #> [1] "panhypopituitarism" #> #> #> $`panic disorder` #> $`panic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_594" #> #> $`panic disorder`$`_id` #> [1] "DOID_594<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`panic disorder`$privateGeneCount #> [1] 0 #> #> $`panic disorder`$publicGeneCount #> [1] 15 #> #> $`panic disorder`$urlId #> [1] "DOID_594" #> #> $`panic disorder`$dbPhenotype #> [1] TRUE #> #> $`panic disorder`$`_parent` #> [1] "DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`panic disorder`$`_is_leaf` #> [1] TRUE #> #> $`panic disorder`$children #> list() #> #> $`panic disorder`$value #> [1] "panic disorder" #> #> #> $panniculitis #> $panniculitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1526" #> #> $panniculitis$`_id` #> [1] "DOID_1526<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $panniculitis$privateGeneCount #> [1] 0 #> #> $panniculitis$publicGeneCount #> [1] 1 #> #> $panniculitis$urlId #> [1] "DOID_1526" #> #> $panniculitis$dbPhenotype #> [1] FALSE #> #> $panniculitis$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $panniculitis$`_is_leaf` #> [1] FALSE #> #> $panniculitis$children #> $panniculitis$children[[1]] #> [1] "DOID_1525<DOID_1526<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $panniculitis$value #> [1] "panniculitis" #> #> #> $`pantothenate kinase-associated neurodegeneration` #> $`pantothenate kinase-associated neurodegeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3981" #> #> $`pantothenate kinase-associated neurodegeneration`$`_id` #> [1] "DOID_3981<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`pantothenate kinase-associated neurodegeneration`$privateGeneCount #> [1] 0 #> #> $`pantothenate kinase-associated neurodegeneration`$publicGeneCount #> [1] 9 #> #> $`pantothenate kinase-associated neurodegeneration`$urlId #> [1] "DOID_3981" #> #> $`pantothenate kinase-associated neurodegeneration`$dbPhenotype #> [1] TRUE #> #> $`pantothenate kinase-associated neurodegeneration`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`pantothenate kinase-associated neurodegeneration`$`_is_leaf` #> [1] TRUE #> #> $`pantothenate kinase-associated neurodegeneration`$children #> list() #> #> $`pantothenate kinase-associated neurodegeneration`$value #> [1] "pantothenate kinase-associated neurodegeneration" #> #> #> $`pantothenate kinase-associated neurodegeneration` #> $`pantothenate kinase-associated neurodegeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3981" #> #> $`pantothenate kinase-associated neurodegeneration`$`_id` #> [1] "DOID_3981<DOID_0110734<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pantothenate kinase-associated neurodegeneration`$privateGeneCount #> [1] 0 #> #> $`pantothenate kinase-associated neurodegeneration`$publicGeneCount #> [1] 9 #> #> $`pantothenate kinase-associated neurodegeneration`$urlId #> [1] "DOID_3981" #> #> $`pantothenate kinase-associated neurodegeneration`$dbPhenotype #> [1] TRUE #> #> $`pantothenate kinase-associated neurodegeneration`$`_parent` #> [1] "DOID_0110734<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pantothenate kinase-associated neurodegeneration`$`_is_leaf` #> [1] TRUE #> #> $`pantothenate kinase-associated neurodegeneration`$children #> list() #> #> $`pantothenate kinase-associated neurodegeneration`$value #> [1] "pantothenate kinase-associated neurodegeneration" #> #> #> $panuveitis #> $panuveitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12030" #> #> $panuveitis$`_id` #> [1] "DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $panuveitis$privateGeneCount #> [1] 0 #> #> $panuveitis$publicGeneCount #> [1] 18 #> #> $panuveitis$urlId #> [1] "DOID_12030" #> #> $panuveitis$dbPhenotype #> [1] TRUE #> #> $panuveitis$`_parent` #> [1] "DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $panuveitis$`_is_leaf` #> [1] FALSE #> #> $panuveitis$children #> $panuveitis$children[[1]] #> [1] "DOID_1407<DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $panuveitis$children[[2]] #> [1] "DOID_12574<DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $panuveitis$children[[3]] #> [1] "DOID_12029<DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $panuveitis$value #> [1] "panuveitis" #> #> #> $`papillary adenoma` #> $`papillary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3172" #> #> $`papillary adenoma`$`_id` #> [1] "DOID_3172<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`papillary adenoma`$privateGeneCount #> [1] 0 #> #> $`papillary adenoma`$publicGeneCount #> [1] 35 #> #> $`papillary adenoma`$urlId #> [1] "DOID_3172" #> #> $`papillary adenoma`$dbPhenotype #> [1] TRUE #> #> $`papillary adenoma`$`_parent` #> [1] "DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`papillary adenoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary adenoma`$children #> list() #> #> $`papillary adenoma`$value #> [1] "papillary adenoma" #> #> #> $`papillary carcinoma` #> $`papillary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3113" #> #> $`papillary carcinoma`$`_id` #> [1] "DOID_3113<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`papillary carcinoma`$privateGeneCount #> [1] 0 #> #> $`papillary carcinoma`$publicGeneCount #> [1] 2 #> #> $`papillary carcinoma`$urlId #> [1] "DOID_3113" #> #> $`papillary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`papillary carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`papillary carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary carcinoma`$children #> list() #> #> $`papillary carcinoma`$value #> [1] "papillary carcinoma" #> #> #> $`papillary conjunctivitis` #> $`papillary conjunctivitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2458" #> #> $`papillary conjunctivitis`$`_id` #> [1] "DOID_2458<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`papillary conjunctivitis`$privateGeneCount #> [1] 0 #> #> $`papillary conjunctivitis`$publicGeneCount #> [1] 13 #> #> $`papillary conjunctivitis`$urlId #> [1] "DOID_2458" #> #> $`papillary conjunctivitis`$dbPhenotype #> [1] FALSE #> #> $`papillary conjunctivitis`$`_parent` #> [1] "DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`papillary conjunctivitis`$`_is_leaf` #> [1] FALSE #> #> $`papillary conjunctivitis`$children #> $`papillary conjunctivitis`$children[[1]] #> [1] "DOID_2457<DOID_2458<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`papillary conjunctivitis`$value #> [1] "papillary conjunctivitis" #> #> #> $`papillary craniopharyngioma` #> $`papillary craniopharyngioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3847" #> #> $`papillary craniopharyngioma`$`_id` #> [1] "DOID_3847<DOID_3840<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`papillary craniopharyngioma`$privateGeneCount #> [1] 0 #> #> $`papillary craniopharyngioma`$publicGeneCount #> [1] 2 #> #> $`papillary craniopharyngioma`$urlId #> [1] "DOID_3847" #> #> $`papillary craniopharyngioma`$dbPhenotype #> [1] TRUE #> #> $`papillary craniopharyngioma`$`_parent` #> [1] "DOID_3840<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`papillary craniopharyngioma`$`_is_leaf` #> [1] TRUE #> #> $`papillary craniopharyngioma`$children #> list() #> #> $`papillary craniopharyngioma`$value #> [1] "papillary craniopharyngioma" #> #> #> $`papillary craniopharyngioma` #> $`papillary craniopharyngioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3847" #> #> $`papillary craniopharyngioma`$`_id` #> [1] "DOID_3847<DOID_3840<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`papillary craniopharyngioma`$privateGeneCount #> [1] 0 #> #> $`papillary craniopharyngioma`$publicGeneCount #> [1] 2 #> #> $`papillary craniopharyngioma`$urlId #> [1] "DOID_3847" #> #> $`papillary craniopharyngioma`$dbPhenotype #> [1] TRUE #> #> $`papillary craniopharyngioma`$`_parent` #> [1] "DOID_3840<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`papillary craniopharyngioma`$`_is_leaf` #> [1] TRUE #> #> $`papillary craniopharyngioma`$children #> list() #> #> $`papillary craniopharyngioma`$value #> [1] "papillary craniopharyngioma" #> #> #> $`papillary craniopharyngioma` #> $`papillary craniopharyngioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3847" #> #> $`papillary craniopharyngioma`$`_id` #> [1] "DOID_3847<DOID_3840<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`papillary craniopharyngioma`$privateGeneCount #> [1] 0 #> #> $`papillary craniopharyngioma`$publicGeneCount #> [1] 2 #> #> $`papillary craniopharyngioma`$urlId #> [1] "DOID_3847" #> #> $`papillary craniopharyngioma`$dbPhenotype #> [1] TRUE #> #> $`papillary craniopharyngioma`$`_parent` #> [1] "DOID_3840<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`papillary craniopharyngioma`$`_is_leaf` #> [1] TRUE #> #> $`papillary craniopharyngioma`$children #> list() #> #> $`papillary craniopharyngioma`$value #> [1] "papillary craniopharyngioma" #> #> #> $`papillary ependymoma` #> $`papillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5505" #> #> $`papillary ependymoma`$`_id` #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`papillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`papillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`papillary ependymoma`$urlId #> [1] "DOID_5505" #> #> $`papillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`papillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`papillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary ependymoma`$children #> list() #> #> $`papillary ependymoma`$value #> [1] "papillary ependymoma" #> #> #> $`papillary ependymoma` #> $`papillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5505" #> #> $`papillary ependymoma`$`_id` #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`papillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`papillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`papillary ependymoma`$urlId #> [1] "DOID_5505" #> #> $`papillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`papillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`papillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary ependymoma`$children #> list() #> #> $`papillary ependymoma`$value #> [1] "papillary ependymoma" #> #> #> $`papillary ependymoma` #> $`papillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5505" #> #> $`papillary ependymoma`$`_id` #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`papillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`papillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`papillary ependymoma`$urlId #> [1] "DOID_5505" #> #> $`papillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`papillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`papillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary ependymoma`$children #> list() #> #> $`papillary ependymoma`$value #> [1] "papillary ependymoma" #> #> #> $`papillary ependymoma` #> $`papillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5505" #> #> $`papillary ependymoma`$`_id` #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`papillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`papillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`papillary ependymoma`$urlId #> [1] "DOID_5505" #> #> $`papillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`papillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`papillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary ependymoma`$children #> list() #> #> $`papillary ependymoma`$value #> [1] "papillary ependymoma" #> #> #> $`papillary ependymoma` #> $`papillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5505" #> #> $`papillary ependymoma`$`_id` #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`papillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`papillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`papillary ependymoma`$urlId #> [1] "DOID_5505" #> #> $`papillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`papillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`papillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary ependymoma`$children #> list() #> #> $`papillary ependymoma`$value #> [1] "papillary ependymoma" #> #> #> $`papillary ependymoma` #> $`papillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5505" #> #> $`papillary ependymoma`$`_id` #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`papillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`papillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`papillary ependymoma`$urlId #> [1] "DOID_5505" #> #> $`papillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`papillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`papillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary ependymoma`$children #> list() #> #> $`papillary ependymoma`$value #> [1] "papillary ependymoma" #> #> #> $`papillary renal cell carcinoma` #> $`papillary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4465" #> #> $`papillary renal cell carcinoma`$`_id` #> [1] "DOID_4465<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`papillary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`papillary renal cell carcinoma`$publicGeneCount #> [1] 260 #> #> $`papillary renal cell carcinoma`$urlId #> [1] "DOID_4465" #> #> $`papillary renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`papillary renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`papillary renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary renal cell carcinoma`$children #> list() #> #> $`papillary renal cell carcinoma`$value #> [1] "papillary renal cell carcinoma" #> #> #> $`papillary renal cell carcinoma` #> $`papillary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4465" #> #> $`papillary renal cell carcinoma`$`_id` #> [1] "DOID_4465<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`papillary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`papillary renal cell carcinoma`$publicGeneCount #> [1] 260 #> #> $`papillary renal cell carcinoma`$urlId #> [1] "DOID_4465" #> #> $`papillary renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`papillary renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`papillary renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary renal cell carcinoma`$children #> list() #> #> $`papillary renal cell carcinoma`$value #> [1] "papillary renal cell carcinoma" #> #> #> $`papillary renal cell carcinoma` #> $`papillary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4465" #> #> $`papillary renal cell carcinoma`$`_id` #> [1] "DOID_4465<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`papillary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`papillary renal cell carcinoma`$publicGeneCount #> [1] 260 #> #> $`papillary renal cell carcinoma`$urlId #> [1] "DOID_4465" #> #> $`papillary renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`papillary renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`papillary renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary renal cell carcinoma`$children #> list() #> #> $`papillary renal cell carcinoma`$value #> [1] "papillary renal cell carcinoma" #> #> #> $`papillary renal cell carcinoma` #> $`papillary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4465" #> #> $`papillary renal cell carcinoma`$`_id` #> [1] "DOID_4465<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`papillary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`papillary renal cell carcinoma`$publicGeneCount #> [1] 260 #> #> $`papillary renal cell carcinoma`$urlId #> [1] "DOID_4465" #> #> $`papillary renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`papillary renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`papillary renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary renal cell carcinoma`$children #> list() #> #> $`papillary renal cell carcinoma`$value #> [1] "papillary renal cell carcinoma" #> #> #> $papilledema #> $papilledema$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_146" #> #> $papilledema$`_id` #> [1] "DOID_146<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $papilledema$privateGeneCount #> [1] 0 #> #> $papilledema$publicGeneCount #> [1] 7 #> #> $papilledema$urlId #> [1] "DOID_146" #> #> $papilledema$dbPhenotype #> [1] FALSE #> #> $papilledema$`_parent` #> [1] "DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $papilledema$`_is_leaf` #> [1] FALSE #> #> $papilledema$children #> $papilledema$children[[1]] #> [1] "DOID_14555<DOID_146<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $papilledema$value #> [1] "papilledema" #> #> #> $papilloma #> $papilloma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2615" #> #> $papilloma$`_id` #> [1] "DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $papilloma$privateGeneCount #> [1] 0 #> #> $papilloma$publicGeneCount #> [1] 16 #> #> $papilloma$urlId #> [1] "DOID_2615" #> #> $papilloma$dbPhenotype #> [1] TRUE #> #> $papilloma$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $papilloma$`_is_leaf` #> [1] FALSE #> #> $papilloma$children #> $papilloma$children[[1]] #> [1] "DOID_2626<DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $papilloma$children[[2]] #> [1] "DOID_3179<DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $papilloma$children[[3]] #> [1] "DOID_139<DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $papilloma$value #> [1] "papilloma" #> #> #> $`Papillon-Lefevre disease` #> $`Papillon-Lefevre disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3389" #> #> $`Papillon-Lefevre disease`$`_id` #> [1] "DOID_3389<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Papillon-Lefevre disease`$privateGeneCount #> [1] 0 #> #> $`Papillon-Lefevre disease`$publicGeneCount #> [1] 1 #> #> $`Papillon-Lefevre disease`$urlId #> [1] "DOID_3389" #> #> $`Papillon-Lefevre disease`$dbPhenotype #> [1] TRUE #> #> $`Papillon-Lefevre disease`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Papillon-Lefevre disease`$`_is_leaf` #> [1] TRUE #> #> $`Papillon-Lefevre disease`$children #> list() #> #> $`Papillon-Lefevre disease`$value #> [1] "Papillon-Lefevre disease" #> #> #> $`Papillon-Lefevre disease` #> $`Papillon-Lefevre disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3389" #> #> $`Papillon-Lefevre disease`$`_id` #> [1] "DOID_3389<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`Papillon-Lefevre disease`$privateGeneCount #> [1] 0 #> #> $`Papillon-Lefevre disease`$publicGeneCount #> [1] 1 #> #> $`Papillon-Lefevre disease`$urlId #> [1] "DOID_3389" #> #> $`Papillon-Lefevre disease`$dbPhenotype #> [1] TRUE #> #> $`Papillon-Lefevre disease`$`_parent` #> [1] "DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`Papillon-Lefevre disease`$`_is_leaf` #> [1] TRUE #> #> $`Papillon-Lefevre disease`$children #> list() #> #> $`Papillon-Lefevre disease`$value #> [1] "Papillon-Lefevre disease" #> #> #> $`Papillon-Lefevre disease` #> $`Papillon-Lefevre disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3389" #> #> $`Papillon-Lefevre disease`$`_id` #> [1] "DOID_3389<DOID_2121<DOID_225<DOID_4" #> #> $`Papillon-Lefevre disease`$privateGeneCount #> [1] 0 #> #> $`Papillon-Lefevre disease`$publicGeneCount #> [1] 1 #> #> $`Papillon-Lefevre disease`$urlId #> [1] "DOID_3389" #> #> $`Papillon-Lefevre disease`$dbPhenotype #> [1] TRUE #> #> $`Papillon-Lefevre disease`$`_parent` #> [1] "DOID_2121<DOID_225<DOID_4" #> #> $`Papillon-Lefevre disease`$`_is_leaf` #> [1] TRUE #> #> $`Papillon-Lefevre disease`$children #> list() #> #> $`Papillon-Lefevre disease`$value #> [1] "Papillon-Lefevre disease" #> #> #> $paracoccidioidomycosis #> $paracoccidioidomycosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12662" #> #> $paracoccidioidomycosis$`_id` #> [1] "DOID_12662<DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $paracoccidioidomycosis$privateGeneCount #> [1] 0 #> #> $paracoccidioidomycosis$publicGeneCount #> [1] 3 #> #> $paracoccidioidomycosis$urlId #> [1] "DOID_12662" #> #> $paracoccidioidomycosis$dbPhenotype #> [1] TRUE #> #> $paracoccidioidomycosis$`_parent` #> [1] "DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $paracoccidioidomycosis$`_is_leaf` #> [1] TRUE #> #> $paracoccidioidomycosis$children #> list() #> #> $paracoccidioidomycosis$value #> [1] "paracoccidioidomycosis" #> #> #> $paracoccidioidomycosis #> $paracoccidioidomycosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12662" #> #> $paracoccidioidomycosis$`_id` #> [1] "DOID_12662<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $paracoccidioidomycosis$privateGeneCount #> [1] 0 #> #> $paracoccidioidomycosis$publicGeneCount #> [1] 3 #> #> $paracoccidioidomycosis$urlId #> [1] "DOID_12662" #> #> $paracoccidioidomycosis$dbPhenotype #> [1] TRUE #> #> $paracoccidioidomycosis$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $paracoccidioidomycosis$`_is_leaf` #> [1] TRUE #> #> $paracoccidioidomycosis$children #> list() #> #> $paracoccidioidomycosis$value #> [1] "paracoccidioidomycosis" #> #> #> $paracoccidioidomycosis #> $paracoccidioidomycosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12662" #> #> $paracoccidioidomycosis$`_id` #> [1] "DOID_12662<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $paracoccidioidomycosis$privateGeneCount #> [1] 0 #> #> $paracoccidioidomycosis$publicGeneCount #> [1] 3 #> #> $paracoccidioidomycosis$urlId #> [1] "DOID_12662" #> #> $paracoccidioidomycosis$dbPhenotype #> [1] TRUE #> #> $paracoccidioidomycosis$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $paracoccidioidomycosis$`_is_leaf` #> [1] TRUE #> #> $paracoccidioidomycosis$children #> list() #> #> $paracoccidioidomycosis$value #> [1] "paracoccidioidomycosis" #> #> #> $paracoccidioidomycosis #> $paracoccidioidomycosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12662" #> #> $paracoccidioidomycosis$`_id` #> [1] "DOID_12662<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $paracoccidioidomycosis$privateGeneCount #> [1] 0 #> #> $paracoccidioidomycosis$publicGeneCount #> [1] 3 #> #> $paracoccidioidomycosis$urlId #> [1] "DOID_12662" #> #> $paracoccidioidomycosis$dbPhenotype #> [1] TRUE #> #> $paracoccidioidomycosis$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $paracoccidioidomycosis$`_is_leaf` #> [1] TRUE #> #> $paracoccidioidomycosis$children #> list() #> #> $paracoccidioidomycosis$value #> [1] "paracoccidioidomycosis" #> #> #> $paracoccidioidomycosis #> $paracoccidioidomycosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12662" #> #> $paracoccidioidomycosis$`_id` #> [1] "DOID_12662<DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $paracoccidioidomycosis$privateGeneCount #> [1] 0 #> #> $paracoccidioidomycosis$publicGeneCount #> [1] 3 #> #> $paracoccidioidomycosis$urlId #> [1] "DOID_12662" #> #> $paracoccidioidomycosis$dbPhenotype #> [1] TRUE #> #> $paracoccidioidomycosis$`_parent` #> [1] "DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $paracoccidioidomycosis$`_is_leaf` #> [1] TRUE #> #> $paracoccidioidomycosis$children #> list() #> #> $paracoccidioidomycosis$value #> [1] "paracoccidioidomycosis" #> #> #> $paraganglioma #> $paraganglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050773" #> #> $paraganglioma$`_id` #> [1] "DOID_0050773<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $paraganglioma$privateGeneCount #> [1] 0 #> #> $paraganglioma$publicGeneCount #> [1] 5 #> #> $paraganglioma$urlId #> [1] "DOID_0050773" #> #> $paraganglioma$dbPhenotype #> [1] TRUE #> #> $paraganglioma$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $paraganglioma$`_is_leaf` #> [1] TRUE #> #> $paraganglioma$children #> list() #> #> $paraganglioma$value #> [1] "paraganglioma" #> #> #> $paraganglioma #> $paraganglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050773" #> #> $paraganglioma$`_id` #> [1] "DOID_0050773<DOID_0050771<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $paraganglioma$privateGeneCount #> [1] 0 #> #> $paraganglioma$publicGeneCount #> [1] 5 #> #> $paraganglioma$urlId #> [1] "DOID_0050773" #> #> $paraganglioma$dbPhenotype #> [1] TRUE #> #> $paraganglioma$`_parent` #> [1] "DOID_0050771<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $paraganglioma$`_is_leaf` #> [1] TRUE #> #> $paraganglioma$children #> list() #> #> $paraganglioma$value #> [1] "paraganglioma" #> #> #> $Paraganglioma #> $Paraganglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002668" #> #> $Paraganglioma$`_id` #> [1] "HP_0002668<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $Paraganglioma$privateGeneCount #> [1] 0 #> #> $Paraganglioma$publicGeneCount #> [1] 1 #> #> $Paraganglioma$urlId #> [1] "HP_0002668" #> #> $Paraganglioma$dbPhenotype #> [1] TRUE #> #> $Paraganglioma$`_parent` #> [1] "HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $Paraganglioma$`_is_leaf` #> [1] TRUE #> #> $Paraganglioma$children #> list() #> #> $Paraganglioma$value #> [1] "Paraganglioma" #> #> #> $Paraganglioma #> $Paraganglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002668" #> #> $Paraganglioma$`_id` #> [1] "HP_0002668<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $Paraganglioma$privateGeneCount #> [1] 0 #> #> $Paraganglioma$publicGeneCount #> [1] 1 #> #> $Paraganglioma$urlId #> [1] "HP_0002668" #> #> $Paraganglioma$dbPhenotype #> [1] TRUE #> #> $Paraganglioma$`_parent` #> [1] "HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $Paraganglioma$`_is_leaf` #> [1] TRUE #> #> $Paraganglioma$children #> list() #> #> $Paraganglioma$value #> [1] "Paraganglioma" #> #> #> $Paralysis #> $Paralysis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003470" #> #> $Paralysis$`_id` #> [1] "HP_0003470<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Paralysis$privateGeneCount #> [1] 0 #> #> $Paralysis$publicGeneCount #> [1] 9 #> #> $Paralysis$urlId #> [1] "HP_0003470" #> #> $Paralysis$dbPhenotype #> [1] TRUE #> #> $Paralysis$`_parent` #> [1] "HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Paralysis$`_is_leaf` #> [1] TRUE #> #> $Paralysis$children #> list() #> #> $Paralysis$value #> [1] "Paralysis" #> #> #> $`paralytic ileus` #> $`paralytic ileus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8442" #> #> $`paralytic ileus`$`_id` #> [1] "DOID_8442<DOID_8437<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`paralytic ileus`$privateGeneCount #> [1] 0 #> #> $`paralytic ileus`$publicGeneCount #> [1] 3 #> #> $`paralytic ileus`$urlId #> [1] "DOID_8442" #> #> $`paralytic ileus`$dbPhenotype #> [1] TRUE #> #> $`paralytic ileus`$`_parent` #> [1] "DOID_8437<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`paralytic ileus`$`_is_leaf` #> [1] TRUE #> #> $`paralytic ileus`$children #> list() #> #> $`paralytic ileus`$value #> [1] "paralytic ileus" #> #> #> $`paranasal sinus benign neoplasm` #> $`paranasal sinus benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1350" #> #> $`paranasal sinus benign neoplasm`$`_id` #> [1] "DOID_1350<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`paranasal sinus benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`paranasal sinus benign neoplasm`$publicGeneCount #> [1] 6 #> #> $`paranasal sinus benign neoplasm`$urlId #> [1] "DOID_1350" #> #> $`paranasal sinus benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`paranasal sinus benign neoplasm`$`_parent` #> [1] "DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`paranasal sinus benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`paranasal sinus benign neoplasm`$children #> $`paranasal sinus benign neoplasm`$children[[1]] #> [1] "DOID_1358<DOID_1350<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`paranasal sinus benign neoplasm`$value #> [1] "paranasal sinus benign neoplasm" #> #> #> $`paranasal sinus benign neoplasm` #> $`paranasal sinus benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1350" #> #> $`paranasal sinus benign neoplasm`$`_id` #> [1] "DOID_1350<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`paranasal sinus benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`paranasal sinus benign neoplasm`$publicGeneCount #> [1] 6 #> #> $`paranasal sinus benign neoplasm`$urlId #> [1] "DOID_1350" #> #> $`paranasal sinus benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`paranasal sinus benign neoplasm`$`_parent` #> [1] "DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`paranasal sinus benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`paranasal sinus benign neoplasm`$children #> $`paranasal sinus benign neoplasm`$children[[1]] #> [1] "DOID_1358<DOID_1350<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> #> $`paranasal sinus benign neoplasm`$value #> [1] "paranasal sinus benign neoplasm" #> #> #> $`paranasal sinus benign neoplasm` #> $`paranasal sinus benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1350" #> #> $`paranasal sinus benign neoplasm`$`_id` #> [1] "DOID_1350<DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`paranasal sinus benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`paranasal sinus benign neoplasm`$publicGeneCount #> [1] 6 #> #> $`paranasal sinus benign neoplasm`$urlId #> [1] "DOID_1350" #> #> $`paranasal sinus benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`paranasal sinus benign neoplasm`$`_parent` #> [1] "DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`paranasal sinus benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`paranasal sinus benign neoplasm`$children #> $`paranasal sinus benign neoplasm`$children[[1]] #> [1] "DOID_1358<DOID_1350<DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $`paranasal sinus benign neoplasm`$value #> [1] "paranasal sinus benign neoplasm" #> #> #> $`paranasal sinus disease` #> $`paranasal sinus disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1352" #> #> $`paranasal sinus disease`$`_id` #> [1] "DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`paranasal sinus disease`$privateGeneCount #> [1] 0 #> #> $`paranasal sinus disease`$publicGeneCount #> [1] 32 #> #> $`paranasal sinus disease`$urlId #> [1] "DOID_1352" #> #> $`paranasal sinus disease`$dbPhenotype #> [1] FALSE #> #> $`paranasal sinus disease`$`_parent` #> [1] "DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`paranasal sinus disease`$`_is_leaf` #> [1] FALSE #> #> $`paranasal sinus disease`$children #> $`paranasal sinus disease`$children[[1]] #> [1] "DOID_1350<DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`paranasal sinus disease`$children[[2]] #> [1] "DOID_0050127<DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $`paranasal sinus disease`$value #> [1] "paranasal sinus disease" #> #> #> $`paranoid schizophrenia` #> $`paranoid schizophrenia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1229" #> #> $`paranoid schizophrenia`$`_id` #> [1] "DOID_1229<DOID_5419<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`paranoid schizophrenia`$privateGeneCount #> [1] 0 #> #> $`paranoid schizophrenia`$publicGeneCount #> [1] 4 #> #> $`paranoid schizophrenia`$urlId #> [1] "DOID_1229" #> #> $`paranoid schizophrenia`$dbPhenotype #> [1] TRUE #> #> $`paranoid schizophrenia`$`_parent` #> [1] "DOID_5419<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`paranoid schizophrenia`$`_is_leaf` #> [1] TRUE #> #> $`paranoid schizophrenia`$children #> list() #> #> $`paranoid schizophrenia`$value #> [1] "paranoid schizophrenia" #> #> #> $Paraparesis #> $Paraparesis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002385" #> #> $Paraparesis$`_id` #> [1] "HP_0002385<HP_0010551<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Paraparesis$privateGeneCount #> [1] 0 #> #> $Paraparesis$publicGeneCount #> [1] 1 #> #> $Paraparesis$urlId #> [1] "HP_0002385" #> #> $Paraparesis$dbPhenotype #> [1] FALSE #> #> $Paraparesis$`_parent` #> [1] "HP_0010551<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Paraparesis$`_is_leaf` #> [1] FALSE #> #> $Paraparesis$children #> $Paraparesis$children[[1]] #> [1] "HP_0002313<HP_0002385<HP_0010551<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Paraparesis$value #> [1] "Paraparesis" #> #> #> $paraplegia #> $paraplegia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_607" #> #> $paraplegia$`_id` #> [1] "DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $paraplegia$privateGeneCount #> [1] 0 #> #> $paraplegia$publicGeneCount #> [1] 46 #> #> $paraplegia$urlId #> [1] "DOID_607" #> #> $paraplegia$dbPhenotype #> [1] TRUE #> #> $paraplegia$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $paraplegia$`_is_leaf` #> [1] FALSE #> #> $paraplegia$children #> $paraplegia$children[[1]] #> [1] "DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $paraplegia$value #> [1] "paraplegia" #> #> #> $`Paraplegia/paraparesis` #> $`Paraplegia/paraparesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010551" #> #> $`Paraplegia/paraparesis`$`_id` #> [1] "HP_0010551<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Paraplegia/paraparesis`$privateGeneCount #> [1] 0 #> #> $`Paraplegia/paraparesis`$publicGeneCount #> [1] 1 #> #> $`Paraplegia/paraparesis`$urlId #> [1] "HP_0010551" #> #> $`Paraplegia/paraparesis`$dbPhenotype #> [1] FALSE #> #> $`Paraplegia/paraparesis`$`_parent` #> [1] "HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Paraplegia/paraparesis`$`_is_leaf` #> [1] FALSE #> #> $`Paraplegia/paraparesis`$children #> $`Paraplegia/paraparesis`$children[[1]] #> [1] "HP_0002385<HP_0010551<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Paraplegia/paraparesis`$value #> [1] "Paraplegia/paraparesis" #> #> #> $parapsoriasis #> $parapsoriasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9088" #> #> $parapsoriasis$`_id` #> [1] "DOID_9088<DOID_8893<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $parapsoriasis$privateGeneCount #> [1] 0 #> #> $parapsoriasis$publicGeneCount #> [1] 2 #> #> $parapsoriasis$urlId #> [1] "DOID_9088" #> #> $parapsoriasis$dbPhenotype #> [1] TRUE #> #> $parapsoriasis$`_parent` #> [1] "DOID_8893<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $parapsoriasis$`_is_leaf` #> [1] TRUE #> #> $parapsoriasis$children #> list() #> #> $parapsoriasis$value #> [1] "parapsoriasis" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasitic ectoparasitic infectious disease` #> $`parasitic ectoparasitic infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4110" #> #> $`parasitic ectoparasitic infectious disease`$`_id` #> [1] "DOID_4110<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic ectoparasitic infectious disease`$privateGeneCount #> [1] 0 #> #> $`parasitic ectoparasitic infectious disease`$publicGeneCount #> [1] 1 #> #> $`parasitic ectoparasitic infectious disease`$urlId #> [1] "DOID_4110" #> #> $`parasitic ectoparasitic infectious disease`$dbPhenotype #> [1] FALSE #> #> $`parasitic ectoparasitic infectious disease`$`_parent` #> [1] "DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic ectoparasitic infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`parasitic ectoparasitic infectious disease`$children #> $`parasitic ectoparasitic infectious disease`$children[[1]] #> [1] "DOID_7894<DOID_4110<DOID_1398<DOID_0050117<DOID_4" #> #> #> $`parasitic ectoparasitic infectious disease`$value #> [1] "parasitic ectoparasitic infectious disease" #> #> #> $`parasitic helminthiasis infectious disease` #> $`parasitic helminthiasis infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_883" #> #> $`parasitic helminthiasis infectious disease`$`_id` #> [1] "DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic helminthiasis infectious disease`$privateGeneCount #> [1] 0 #> #> $`parasitic helminthiasis infectious disease`$publicGeneCount #> [1] 22 #> #> $`parasitic helminthiasis infectious disease`$urlId #> [1] "DOID_883" #> #> $`parasitic helminthiasis infectious disease`$dbPhenotype #> [1] FALSE #> #> $`parasitic helminthiasis infectious disease`$`_parent` #> [1] "DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic helminthiasis infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`parasitic helminthiasis infectious disease`$children #> $`parasitic helminthiasis infectious disease`$children[[1]] #> [1] "DOID_13767<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic helminthiasis infectious disease`$children[[2]] #> [1] "DOID_1496<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic helminthiasis infectious disease`$children[[3]] #> [1] "DOID_1080<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic helminthiasis infectious disease`$children[[4]] #> [1] "DOID_13768<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic helminthiasis infectious disease`$children[[5]] #> [1] "DOID_1395<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic helminthiasis infectious disease`$children[[6]] #> [1] "DOID_1252<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> #> $`parasitic helminthiasis infectious disease`$value #> [1] "parasitic helminthiasis infectious disease" #> #> #> $`parasitic infectious disease` #> $`parasitic infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1398" #> #> $`parasitic infectious disease`$`_id` #> [1] "DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic infectious disease`$privateGeneCount #> [1] 0 #> #> $`parasitic infectious disease`$publicGeneCount #> [1] 74 #> #> $`parasitic infectious disease`$urlId #> [1] "DOID_1398" #> #> $`parasitic infectious disease`$dbPhenotype #> [1] FALSE #> #> $`parasitic infectious disease`$`_parent` #> [1] "DOID_0050117<DOID_4" #> #> $`parasitic infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`parasitic infectious disease`$children #> $`parasitic infectious disease`$children[[1]] #> [1] "DOID_4110<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic infectious disease`$children[[2]] #> [1] "DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic infectious disease`$children[[3]] #> [1] "DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> #> $`parasitic infectious disease`$value #> [1] "parasitic infectious disease" #> #> #> $`parasitic protozoa infectious disease` #> $`parasitic protozoa infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2789" #> #> $`parasitic protozoa infectious disease`$`_id` #> [1] "DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic protozoa infectious disease`$privateGeneCount #> [1] 0 #> #> $`parasitic protozoa infectious disease`$publicGeneCount #> [1] 62 #> #> $`parasitic protozoa infectious disease`$urlId #> [1] "DOID_2789" #> #> $`parasitic protozoa infectious disease`$dbPhenotype #> [1] TRUE #> #> $`parasitic protozoa infectious disease`$`_parent` #> [1] "DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic protozoa infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`parasitic protozoa infectious disease`$children #> $`parasitic protozoa infectious disease`$children[[1]] #> [1] "DOID_9181<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic protozoa infectious disease`$children[[2]] #> [1] "DOID_2113<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic protozoa infectious disease`$children[[3]] #> [1] "DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic protozoa infectious disease`$children[[4]] #> [1] "DOID_12365<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic protozoa infectious disease`$children[[5]] #> [1] "DOID_10113<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> #> $`parasitic protozoa infectious disease`$value #> [1] "parasitic protozoa infectious disease" #> #> #> $`parathyroid adenoma` #> $`parathyroid adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7608" #> #> $`parathyroid adenoma`$`_id` #> [1] "DOID_7608<DOID_60008<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`parathyroid adenoma`$privateGeneCount #> [1] 0 #> #> $`parathyroid adenoma`$publicGeneCount #> [1] 1 #> #> $`parathyroid adenoma`$urlId #> [1] "DOID_7608" #> #> $`parathyroid adenoma`$dbPhenotype #> [1] TRUE #> #> $`parathyroid adenoma`$`_parent` #> [1] "DOID_60008<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`parathyroid adenoma`$`_is_leaf` #> [1] TRUE #> #> $`parathyroid adenoma`$children #> list() #> #> $`parathyroid adenoma`$value #> [1] "parathyroid adenoma" #> #> #> $`parathyroid adenoma` #> $`parathyroid adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7608" #> #> $`parathyroid adenoma`$`_id` #> [1] "DOID_7608<DOID_60008<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`parathyroid adenoma`$privateGeneCount #> [1] 0 #> #> $`parathyroid adenoma`$publicGeneCount #> [1] 1 #> #> $`parathyroid adenoma`$urlId #> [1] "DOID_7608" #> #> $`parathyroid adenoma`$dbPhenotype #> [1] TRUE #> #> $`parathyroid adenoma`$`_parent` #> [1] "DOID_60008<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`parathyroid adenoma`$`_is_leaf` #> [1] TRUE #> #> $`parathyroid adenoma`$children #> list() #> #> $`parathyroid adenoma`$value #> [1] "parathyroid adenoma" #> #> #> $`parathyroid adenoma` #> $`parathyroid adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7608" #> #> $`parathyroid adenoma`$`_id` #> [1] "DOID_7608<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`parathyroid adenoma`$privateGeneCount #> [1] 0 #> #> $`parathyroid adenoma`$publicGeneCount #> [1] 1 #> #> $`parathyroid adenoma`$urlId #> [1] "DOID_7608" #> #> $`parathyroid adenoma`$dbPhenotype #> [1] TRUE #> #> $`parathyroid adenoma`$`_parent` #> [1] "DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`parathyroid adenoma`$`_is_leaf` #> [1] TRUE #> #> $`parathyroid adenoma`$children #> list() #> #> $`parathyroid adenoma`$value #> [1] "parathyroid adenoma" #> #> #> $`parathyroid carcinoma` #> $`parathyroid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1540" #> #> $`parathyroid carcinoma`$`_id` #> [1] "DOID_1540<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`parathyroid carcinoma`$privateGeneCount #> [1] 0 #> #> $`parathyroid carcinoma`$publicGeneCount #> [1] 2 #> #> $`parathyroid carcinoma`$urlId #> [1] "DOID_1540" #> #> $`parathyroid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`parathyroid carcinoma`$`_parent` #> [1] "DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`parathyroid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`parathyroid carcinoma`$children #> list() #> #> $`parathyroid carcinoma`$value #> [1] "parathyroid carcinoma" #> #> #> $`parathyroid carcinoma` #> $`parathyroid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1540" #> #> $`parathyroid carcinoma`$`_id` #> [1] "DOID_1540<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`parathyroid carcinoma`$privateGeneCount #> [1] 0 #> #> $`parathyroid carcinoma`$publicGeneCount #> [1] 2 #> #> $`parathyroid carcinoma`$urlId #> [1] "DOID_1540" #> #> $`parathyroid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`parathyroid carcinoma`$`_parent` #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`parathyroid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`parathyroid carcinoma`$children #> list() #> #> $`parathyroid carcinoma`$value #> [1] "parathyroid carcinoma" #> #> #> $`parathyroid carcinoma` #> $`parathyroid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1540" #> #> $`parathyroid carcinoma`$`_id` #> [1] "DOID_1540<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`parathyroid carcinoma`$privateGeneCount #> [1] 0 #> #> $`parathyroid carcinoma`$publicGeneCount #> [1] 2 #> #> $`parathyroid carcinoma`$urlId #> [1] "DOID_1540" #> #> $`parathyroid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`parathyroid carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`parathyroid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`parathyroid carcinoma`$children #> list() #> #> $`parathyroid carcinoma`$value #> [1] "parathyroid carcinoma" #> #> #> $`parathyroid gland benign neoplasm` #> $`parathyroid gland benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60008" #> #> $`parathyroid gland benign neoplasm`$`_id` #> [1] "DOID_60008<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`parathyroid gland benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`parathyroid gland benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`parathyroid gland benign neoplasm`$urlId #> [1] "DOID_60008" #> #> $`parathyroid gland benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`parathyroid gland benign neoplasm`$`_parent` #> [1] "DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`parathyroid gland benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`parathyroid gland benign neoplasm`$children #> $`parathyroid gland benign neoplasm`$children[[1]] #> [1] "DOID_7608<DOID_60008<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`parathyroid gland benign neoplasm`$value #> [1] "parathyroid gland benign neoplasm" #> #> #> $`parathyroid gland benign neoplasm` #> $`parathyroid gland benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60008" #> #> $`parathyroid gland benign neoplasm`$`_id` #> [1] "DOID_60008<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`parathyroid gland benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`parathyroid gland benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`parathyroid gland benign neoplasm`$urlId #> [1] "DOID_60008" #> #> $`parathyroid gland benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`parathyroid gland benign neoplasm`$`_parent` #> [1] "DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`parathyroid gland benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`parathyroid gland benign neoplasm`$children #> $`parathyroid gland benign neoplasm`$children[[1]] #> [1] "DOID_7608<DOID_60008<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> #> $`parathyroid gland benign neoplasm`$value #> [1] "parathyroid gland benign neoplasm" #> #> #> $`parathyroid gland disease` #> $`parathyroid gland disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11201" #> #> $`parathyroid gland disease`$`_id` #> [1] "DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`parathyroid gland disease`$privateGeneCount #> [1] 0 #> #> $`parathyroid gland disease`$publicGeneCount #> [1] 17 #> #> $`parathyroid gland disease`$urlId #> [1] "DOID_11201" #> #> $`parathyroid gland disease`$dbPhenotype #> [1] FALSE #> #> $`parathyroid gland disease`$`_parent` #> [1] "DOID_28<DOID_7<DOID_4" #> #> $`parathyroid gland disease`$`_is_leaf` #> [1] FALSE #> #> $`parathyroid gland disease`$children #> $`parathyroid gland disease`$children[[1]] #> [1] "DOID_13543<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`parathyroid gland disease`$children[[2]] #> [1] "DOID_11199<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`parathyroid gland disease`$children[[3]] #> [1] "DOID_1540<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`parathyroid gland disease`$children[[4]] #> [1] "DOID_60008<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> #> $`parathyroid gland disease`$value #> [1] "parathyroid gland disease" #> #> #> $`Paravenous chorioretinal atrophy` #> $`Paravenous chorioretinal atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007903" #> #> $`Paravenous chorioretinal atrophy`$`_id` #> [1] "HP_0007903<HP_0000533<HP_0200065<HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Paravenous chorioretinal atrophy`$privateGeneCount #> [1] 0 #> #> $`Paravenous chorioretinal atrophy`$publicGeneCount #> [1] 1 #> #> $`Paravenous chorioretinal atrophy`$urlId #> [1] "HP_0007903" #> #> $`Paravenous chorioretinal atrophy`$dbPhenotype #> [1] TRUE #> #> $`Paravenous chorioretinal atrophy`$`_parent` #> [1] "HP_0000533<HP_0200065<HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Paravenous chorioretinal atrophy`$`_is_leaf` #> [1] TRUE #> #> $`Paravenous chorioretinal atrophy`$children #> list() #> #> $`Paravenous chorioretinal atrophy`$value #> [1] "Paravenous chorioretinal atrophy" #> #> #> $`Paravenous chorioretinal atrophy` #> $`Paravenous chorioretinal atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007903" #> #> $`Paravenous chorioretinal atrophy`$`_id` #> [1] "HP_0007903<HP_0000533<HP_0200065<HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Paravenous chorioretinal atrophy`$privateGeneCount #> [1] 0 #> #> $`Paravenous chorioretinal atrophy`$publicGeneCount #> [1] 1 #> #> $`Paravenous chorioretinal atrophy`$urlId #> [1] "HP_0007903" #> #> $`Paravenous chorioretinal atrophy`$dbPhenotype #> [1] TRUE #> #> $`Paravenous chorioretinal atrophy`$`_parent` #> [1] "HP_0000533<HP_0200065<HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Paravenous chorioretinal atrophy`$`_is_leaf` #> [1] TRUE #> #> $`Paravenous chorioretinal atrophy`$children #> list() #> #> $`Paravenous chorioretinal atrophy`$value #> [1] "Paravenous chorioretinal atrophy" #> #> #> $`Paravenous chorioretinal atrophy` #> $`Paravenous chorioretinal atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007903" #> #> $`Paravenous chorioretinal atrophy`$`_id` #> [1] "HP_0007903<HP_0000533<HP_0200065<HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Paravenous chorioretinal atrophy`$privateGeneCount #> [1] 0 #> #> $`Paravenous chorioretinal atrophy`$publicGeneCount #> [1] 1 #> #> $`Paravenous chorioretinal atrophy`$urlId #> [1] "HP_0007903" #> #> $`Paravenous chorioretinal atrophy`$dbPhenotype #> [1] TRUE #> #> $`Paravenous chorioretinal atrophy`$`_parent` #> [1] "HP_0000533<HP_0200065<HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Paravenous chorioretinal atrophy`$`_is_leaf` #> [1] TRUE #> #> $`Paravenous chorioretinal atrophy`$children #> list() #> #> $`Paravenous chorioretinal atrophy`$value #> [1] "Paravenous chorioretinal atrophy" #> #> #> $Paresthesia #> $Paresthesia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003401" #> #> $Paresthesia$`_id` #> [1] "HP_0003401<HP_0000763<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Paresthesia$privateGeneCount #> [1] 0 #> #> $Paresthesia$publicGeneCount #> [1] 2 #> #> $Paresthesia$urlId #> [1] "HP_0003401" #> #> $Paresthesia$dbPhenotype #> [1] TRUE #> #> $Paresthesia$`_parent` #> [1] "HP_0000763<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Paresthesia$`_is_leaf` #> [1] TRUE #> #> $Paresthesia$children #> list() #> #> $Paresthesia$value #> [1] "Paresthesia" #> #> #> $`parietal foramina` #> $`parietal foramina`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060285" #> #> $`parietal foramina`$`_id` #> [1] "DOID_0060285<DOID_0080074<DOID_0080015<DOID_4" #> #> $`parietal foramina`$privateGeneCount #> [1] 0 #> #> $`parietal foramina`$publicGeneCount #> [1] 2 #> #> $`parietal foramina`$urlId #> [1] "DOID_0060285" #> #> $`parietal foramina`$dbPhenotype #> [1] TRUE #> #> $`parietal foramina`$`_parent` #> [1] "DOID_0080074<DOID_0080015<DOID_4" #> #> $`parietal foramina`$`_is_leaf` #> [1] TRUE #> #> $`parietal foramina`$children #> list() #> #> $`parietal foramina`$value #> [1] "parietal foramina" #> #> #> $`Parietal foramina` #> $`Parietal foramina`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002697" #> #> $`Parietal foramina`$`_id` #> [1] "HP_0002697<HP_0002696<HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Parietal foramina`$privateGeneCount #> [1] 0 #> #> $`Parietal foramina`$publicGeneCount #> [1] 1 #> #> $`Parietal foramina`$urlId #> [1] "HP_0002697" #> #> $`Parietal foramina`$dbPhenotype #> [1] TRUE #> #> $`Parietal foramina`$`_parent` #> [1] "HP_0002696<HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Parietal foramina`$`_is_leaf` #> [1] TRUE #> #> $`Parietal foramina`$children #> list() #> #> $`Parietal foramina`$value #> [1] "Parietal foramina" #> #> #> $`Parietal foramina` #> $`Parietal foramina`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002697" #> #> $`Parietal foramina`$`_id` #> [1] "HP_0002697<HP_0002696<HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Parietal foramina`$privateGeneCount #> [1] 0 #> #> $`Parietal foramina`$publicGeneCount #> [1] 1 #> #> $`Parietal foramina`$urlId #> [1] "HP_0002697" #> #> $`Parietal foramina`$dbPhenotype #> [1] TRUE #> #> $`Parietal foramina`$`_parent` #> [1] "HP_0002696<HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Parietal foramina`$`_is_leaf` #> [1] TRUE #> #> $`Parietal foramina`$children #> list() #> #> $`Parietal foramina`$value #> [1] "Parietal foramina" #> #> #> $`Parkinson's disease` #> $`Parkinson's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14330" #> #> $`Parkinson's disease`$`_id` #> [1] "DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease`$publicGeneCount #> [1] 177 #> #> $`Parkinson's disease`$urlId #> [1] "DOID_14330" #> #> $`Parkinson's disease`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease`$`_parent` #> [1] "DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease`$`_is_leaf` #> [1] FALSE #> #> $`Parkinson's disease`$children #> $`Parkinson's disease`$children[[1]] #> [1] "DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease`$children[[2]] #> [1] "DOID_0060892<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`Parkinson's disease`$value #> [1] "Parkinson's disease" #> #> #> $`Parkinson's disease 1` #> $`Parkinson's disease 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060367" #> #> $`Parkinson's disease 1`$`_id` #> [1] "DOID_0060367<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 1`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 1`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 1`$urlId #> [1] "DOID_0060367" #> #> $`Parkinson's disease 1`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 1`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 1`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 1`$children #> list() #> #> $`Parkinson's disease 1`$value #> [1] "Parkinson's disease 1" #> #> #> $`Parkinson's disease 1` #> $`Parkinson's disease 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060367" #> #> $`Parkinson's disease 1`$`_id` #> [1] "DOID_0060367<DOID_0060892<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 1`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 1`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 1`$urlId #> [1] "DOID_0060367" #> #> $`Parkinson's disease 1`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 1`$`_parent` #> [1] "DOID_0060892<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 1`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 1`$children #> list() #> #> $`Parkinson's disease 1`$value #> [1] "Parkinson's disease 1" #> #> #> $`Parkinson's disease 15` #> $`Parkinson's disease 15`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060372" #> #> $`Parkinson's disease 15`$`_id` #> [1] "DOID_0060372<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 15`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 15`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 15`$urlId #> [1] "DOID_0060372" #> #> $`Parkinson's disease 15`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 15`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 15`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 15`$children #> list() #> #> $`Parkinson's disease 15`$value #> [1] "Parkinson's disease 15" #> #> #> $`Parkinson's disease 15` #> $`Parkinson's disease 15`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060372" #> #> $`Parkinson's disease 15`$`_id` #> [1] "DOID_0060372<DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 15`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 15`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 15`$urlId #> [1] "DOID_0060372" #> #> $`Parkinson's disease 15`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 15`$`_parent` #> [1] "DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 15`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 15`$children #> list() #> #> $`Parkinson's disease 15`$value #> [1] "Parkinson's disease 15" #> #> #> $`Parkinson's disease 2` #> $`Parkinson's disease 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060368" #> #> $`Parkinson's disease 2`$`_id` #> [1] "DOID_0060368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 2`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 2`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 2`$urlId #> [1] "DOID_0060368" #> #> $`Parkinson's disease 2`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 2`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 2`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 2`$children #> list() #> #> $`Parkinson's disease 2`$value #> [1] "Parkinson's disease 2" #> #> #> $`Parkinson's disease 2` #> $`Parkinson's disease 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060368" #> #> $`Parkinson's disease 2`$`_id` #> [1] "DOID_0060368<DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 2`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 2`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 2`$urlId #> [1] "DOID_0060368" #> #> $`Parkinson's disease 2`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 2`$`_parent` #> [1] "DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 2`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 2`$children #> list() #> #> $`Parkinson's disease 2`$value #> [1] "Parkinson's disease 2" #> #> #> $`Parkinson's disease 6` #> $`Parkinson's disease 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060369" #> #> $`Parkinson's disease 6`$`_id` #> [1] "DOID_0060369<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 6`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 6`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 6`$urlId #> [1] "DOID_0060369" #> #> $`Parkinson's disease 6`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 6`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 6`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 6`$children #> list() #> #> $`Parkinson's disease 6`$value #> [1] "Parkinson's disease 6" #> #> #> $`Parkinson's disease 6` #> $`Parkinson's disease 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060369" #> #> $`Parkinson's disease 6`$`_id` #> [1] "DOID_0060369<DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 6`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 6`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 6`$urlId #> [1] "DOID_0060369" #> #> $`Parkinson's disease 6`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 6`$`_parent` #> [1] "DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 6`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 6`$children #> list() #> #> $`Parkinson's disease 6`$value #> [1] "Parkinson's disease 6" #> #> #> $`Parkinson's disease 7` #> $`Parkinson's disease 7`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060370" #> #> $`Parkinson's disease 7`$`_id` #> [1] "DOID_0060370<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 7`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 7`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 7`$urlId #> [1] "DOID_0060370" #> #> $`Parkinson's disease 7`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 7`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 7`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 7`$children #> list() #> #> $`Parkinson's disease 7`$value #> [1] "Parkinson's disease 7" #> #> #> $`Parkinson's disease 7` #> $`Parkinson's disease 7`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060370" #> #> $`Parkinson's disease 7`$`_id` #> [1] "DOID_0060370<DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 7`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 7`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 7`$urlId #> [1] "DOID_0060370" #> #> $`Parkinson's disease 7`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 7`$`_parent` #> [1] "DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 7`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 7`$children #> list() #> #> $`Parkinson's disease 7`$value #> [1] "Parkinson's disease 7" #> #> #> $`Parkinson's disease 8` #> $`Parkinson's disease 8`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060371" #> #> $`Parkinson's disease 8`$`_id` #> [1] "DOID_0060371<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 8`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 8`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 8`$urlId #> [1] "DOID_0060371" #> #> $`Parkinson's disease 8`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 8`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 8`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 8`$children #> list() #> #> $`Parkinson's disease 8`$value #> [1] "Parkinson's disease 8" #> #> #> $`Parkinson's disease 8` #> $`Parkinson's disease 8`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060371" #> #> $`Parkinson's disease 8`$`_id` #> [1] "DOID_0060371<DOID_0060892<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 8`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 8`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 8`$urlId #> [1] "DOID_0060371" #> #> $`Parkinson's disease 8`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 8`$`_parent` #> [1] "DOID_0060892<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 8`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 8`$children #> list() #> #> $`Parkinson's disease 8`$value #> [1] "Parkinson's disease 8" #> #> #> $Parkinsonism #> $Parkinsonism$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001300" #> #> $Parkinsonism$`_id` #> [1] "HP_0001300<HP_0002071<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Parkinsonism$privateGeneCount #> [1] 0 #> #> $Parkinsonism$publicGeneCount #> [1] 1 #> #> $Parkinsonism$urlId #> [1] "HP_0001300" #> #> $Parkinsonism$dbPhenotype #> [1] TRUE #> #> $Parkinsonism$`_parent` #> [1] "HP_0002071<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Parkinsonism$`_is_leaf` #> [1] TRUE #> #> $Parkinsonism$children #> list() #> #> $Parkinsonism$value #> [1] "Parkinsonism" #> #> #> $`parotid disease` #> $`parotid disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10302" #> #> $`parotid disease`$`_id` #> [1] "DOID_10302<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`parotid disease`$privateGeneCount #> [1] 0 #> #> $`parotid disease`$publicGeneCount #> [1] 1 #> #> $`parotid disease`$urlId #> [1] "DOID_10302" #> #> $`parotid disease`$dbPhenotype #> [1] FALSE #> #> $`parotid disease`$`_parent` #> [1] "DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`parotid disease`$`_is_leaf` #> [1] FALSE #> #> $`parotid disease`$children #> $`parotid disease`$children[[1]] #> [1] "DOID_10301<DOID_10302<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`parotid disease`$value #> [1] "parotid disease" #> #> #> $parotitis #> $parotitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10301" #> #> $parotitis$`_id` #> [1] "DOID_10301<DOID_10302<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $parotitis$privateGeneCount #> [1] 0 #> #> $parotitis$publicGeneCount #> [1] 1 #> #> $parotitis$urlId #> [1] "DOID_10301" #> #> $parotitis$dbPhenotype #> [1] TRUE #> #> $parotitis$`_parent` #> [1] "DOID_10302<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $parotitis$`_is_leaf` #> [1] TRUE #> #> $parotitis$children #> list() #> #> $parotitis$value #> [1] "parotitis" #> #> #> $`Paroxysmal dyspnea` #> $`Paroxysmal dyspnea`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012763" #> #> $`Paroxysmal dyspnea`$`_id` #> [1] "HP_0012763<HP_0002094<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Paroxysmal dyspnea`$privateGeneCount #> [1] 0 #> #> $`Paroxysmal dyspnea`$publicGeneCount #> [1] 1 #> #> $`Paroxysmal dyspnea`$urlId #> [1] "HP_0012763" #> #> $`Paroxysmal dyspnea`$dbPhenotype #> [1] TRUE #> #> $`Paroxysmal dyspnea`$`_parent` #> [1] "HP_0002094<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Paroxysmal dyspnea`$`_is_leaf` #> [1] TRUE #> #> $`Paroxysmal dyspnea`$children #> list() #> #> $`Paroxysmal dyspnea`$value #> [1] "Paroxysmal dyspnea" #> #> #> $`Paroxysmal dystonia` #> $`Paroxysmal dystonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002268" #> #> $`Paroxysmal dystonia`$`_id` #> [1] "HP_0002268<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Paroxysmal dystonia`$privateGeneCount #> [1] 0 #> #> $`Paroxysmal dystonia`$publicGeneCount #> [1] 1 #> #> $`Paroxysmal dystonia`$urlId #> [1] "HP_0002268" #> #> $`Paroxysmal dystonia`$dbPhenotype #> [1] TRUE #> #> $`Paroxysmal dystonia`$`_parent` #> [1] "HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Paroxysmal dystonia`$`_is_leaf` #> [1] TRUE #> #> $`Paroxysmal dystonia`$children #> list() #> #> $`Paroxysmal dystonia`$value #> [1] "Paroxysmal dystonia" #> #> #> $`paroxysmal nocturnal hemoglobinuria` #> $`paroxysmal nocturnal hemoglobinuria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060284" #> #> $`paroxysmal nocturnal hemoglobinuria`$`_id` #> [1] "DOID_0060284<DOID_582<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`paroxysmal nocturnal hemoglobinuria`$privateGeneCount #> [1] 0 #> #> $`paroxysmal nocturnal hemoglobinuria`$publicGeneCount #> [1] 2 #> #> $`paroxysmal nocturnal hemoglobinuria`$urlId #> [1] "DOID_0060284" #> #> $`paroxysmal nocturnal hemoglobinuria`$dbPhenotype #> [1] TRUE #> #> $`paroxysmal nocturnal hemoglobinuria`$`_parent` #> [1] "DOID_582<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`paroxysmal nocturnal hemoglobinuria`$`_is_leaf` #> [1] TRUE #> #> $`paroxysmal nocturnal hemoglobinuria`$children #> list() #> #> $`paroxysmal nocturnal hemoglobinuria`$value #> [1] "paroxysmal nocturnal hemoglobinuria" #> #> #> $`Partial agenesis of the corpus callosum` #> $`Partial agenesis of the corpus callosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001338" #> #> $`Partial agenesis of the corpus callosum`$`_id` #> [1] "HP_0001338<HP_0001274<HP_0007370<HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Partial agenesis of the corpus callosum`$privateGeneCount #> [1] 0 #> #> $`Partial agenesis of the corpus callosum`$publicGeneCount #> [1] 1 #> #> $`Partial agenesis of the corpus callosum`$urlId #> [1] "HP_0001338" #> #> $`Partial agenesis of the corpus callosum`$dbPhenotype #> [1] TRUE #> #> $`Partial agenesis of the corpus callosum`$`_parent` #> [1] "HP_0001274<HP_0007370<HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Partial agenesis of the corpus callosum`$`_is_leaf` #> [1] TRUE #> #> $`Partial agenesis of the corpus callosum`$children #> list() #> #> $`Partial agenesis of the corpus callosum`$value #> [1] "Partial agenesis of the corpus callosum" #> #> #> $`partial central choroid dystrophy` #> $`partial central choroid dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9822" #> #> $`partial central choroid dystrophy`$`_id` #> [1] "DOID_9822<DOID_9794<DOID_980<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`partial central choroid dystrophy`$privateGeneCount #> [1] 0 #> #> $`partial central choroid dystrophy`$publicGeneCount #> [1] 1 #> #> $`partial central choroid dystrophy`$urlId #> [1] "DOID_9822" #> #> $`partial central choroid dystrophy`$dbPhenotype #> [1] TRUE #> #> $`partial central choroid dystrophy`$`_parent` #> [1] "DOID_9794<DOID_980<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`partial central choroid dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`partial central choroid dystrophy`$children #> list() #> #> $`partial central choroid dystrophy`$value #> [1] "partial central choroid dystrophy" #> #> #> $`partial central choroid dystrophy` #> $`partial central choroid dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9822" #> #> $`partial central choroid dystrophy`$`_id` #> [1] "DOID_9822<DOID_9794<DOID_980<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`partial central choroid dystrophy`$privateGeneCount #> [1] 0 #> #> $`partial central choroid dystrophy`$publicGeneCount #> [1] 1 #> #> $`partial central choroid dystrophy`$urlId #> [1] "DOID_9822" #> #> $`partial central choroid dystrophy`$dbPhenotype #> [1] TRUE #> #> $`partial central choroid dystrophy`$`_parent` #> [1] "DOID_9794<DOID_980<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`partial central choroid dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`partial central choroid dystrophy`$children #> list() #> #> $`partial central choroid dystrophy`$value #> [1] "partial central choroid dystrophy" #> #> #> $`partial lipodystrophy` #> $`partial lipodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080299" #> #> $`partial lipodystrophy`$`_id` #> [1] "DOID_0080299<DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`partial lipodystrophy`$privateGeneCount #> [1] 0 #> #> $`partial lipodystrophy`$publicGeneCount #> [1] 8 #> #> $`partial lipodystrophy`$urlId #> [1] "DOID_0080299" #> #> $`partial lipodystrophy`$dbPhenotype #> [1] FALSE #> #> $`partial lipodystrophy`$`_parent` #> [1] "DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`partial lipodystrophy`$`_is_leaf` #> [1] FALSE #> #> $`partial lipodystrophy`$children #> $`partial lipodystrophy`$children[[1]] #> [1] "DOID_0050440<DOID_0080299<DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`partial lipodystrophy`$value #> [1] "partial lipodystrophy" #> #> #> $`Partington syndrome` #> $`Partington syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14744" #> #> $`Partington syndrome`$`_id` #> [1] "DOID_14744<DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Partington syndrome`$privateGeneCount #> [1] 0 #> #> $`Partington syndrome`$publicGeneCount #> [1] 1 #> #> $`Partington syndrome`$urlId #> [1] "DOID_14744" #> #> $`Partington syndrome`$dbPhenotype #> [1] TRUE #> #> $`Partington syndrome`$`_parent` #> [1] "DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Partington syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Partington syndrome`$children #> list() #> #> $`Partington syndrome`$value #> [1] "Partington syndrome" #> #> #> $`Partington syndrome` #> $`Partington syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14744" #> #> $`Partington syndrome`$`_id` #> [1] "DOID_14744<DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Partington syndrome`$privateGeneCount #> [1] 0 #> #> $`Partington syndrome`$publicGeneCount #> [1] 1 #> #> $`Partington syndrome`$urlId #> [1] "DOID_14744" #> #> $`Partington syndrome`$dbPhenotype #> [1] TRUE #> #> $`Partington syndrome`$`_parent` #> [1] "DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Partington syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Partington syndrome`$children #> list() #> #> $`Partington syndrome`$value #> [1] "Partington syndrome" #> #> #> $`Partington syndrome` #> $`Partington syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14744" #> #> $`Partington syndrome`$`_id` #> [1] "DOID_14744<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Partington syndrome`$privateGeneCount #> [1] 0 #> #> $`Partington syndrome`$publicGeneCount #> [1] 1 #> #> $`Partington syndrome`$urlId #> [1] "DOID_14744" #> #> $`Partington syndrome`$dbPhenotype #> [1] TRUE #> #> $`Partington syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Partington syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Partington syndrome`$children #> list() #> #> $`Partington syndrome`$value #> [1] "Partington syndrome" #> #> #> $`patent ductus arteriosus` #> $`patent ductus arteriosus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13832" #> #> $`patent ductus arteriosus`$`_id` #> [1] "DOID_13832<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`patent ductus arteriosus`$privateGeneCount #> [1] 0 #> #> $`patent ductus arteriosus`$publicGeneCount #> [1] 6 #> #> $`patent ductus arteriosus`$urlId #> [1] "DOID_13832" #> #> $`patent ductus arteriosus`$dbPhenotype #> [1] TRUE #> #> $`patent ductus arteriosus`$`_parent` #> [1] "DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`patent ductus arteriosus`$`_is_leaf` #> [1] TRUE #> #> $`patent ductus arteriosus`$children #> list() #> #> $`patent ductus arteriosus`$value #> [1] "patent ductus arteriosus" #> #> #> $`pathologic nystagmus` #> $`pathologic nystagmus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9650" #> #> $`pathologic nystagmus`$`_id` #> [1] "DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`pathologic nystagmus`$privateGeneCount #> [1] 0 #> #> $`pathologic nystagmus`$publicGeneCount #> [1] 8 #> #> $`pathologic nystagmus`$urlId #> [1] "DOID_9650" #> #> $`pathologic nystagmus`$dbPhenotype #> [1] TRUE #> #> $`pathologic nystagmus`$`_parent` #> [1] "DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`pathologic nystagmus`$`_is_leaf` #> [1] FALSE #> #> $`pathologic nystagmus`$children #> $`pathologic nystagmus`$children[[1]] #> [1] "DOID_9649<DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`pathologic nystagmus`$children[[2]] #> [1] "DOID_13174<DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`pathologic nystagmus`$children[[3]] #> [1] "DOID_11771<DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`pathologic nystagmus`$value #> [1] "pathologic nystagmus" #> #> #> $`pathologic nystagmus` #> $`pathologic nystagmus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9650" #> #> $`pathologic nystagmus`$`_id` #> [1] "DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`pathologic nystagmus`$privateGeneCount #> [1] 0 #> #> $`pathologic nystagmus`$publicGeneCount #> [1] 8 #> #> $`pathologic nystagmus`$urlId #> [1] "DOID_9650" #> #> $`pathologic nystagmus`$dbPhenotype #> [1] TRUE #> #> $`pathologic nystagmus`$`_parent` #> [1] "DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`pathologic nystagmus`$`_is_leaf` #> [1] FALSE #> #> $`pathologic nystagmus`$children #> $`pathologic nystagmus`$children[[1]] #> [1] "DOID_9649<DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`pathologic nystagmus`$children[[2]] #> [1] "DOID_13174<DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`pathologic nystagmus`$children[[3]] #> [1] "DOID_11771<DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`pathologic nystagmus`$value #> [1] "pathologic nystagmus" #> #> #> $`pathological gambling` #> $`pathological gambling`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12399" #> #> $`pathological gambling`$`_id` #> [1] "DOID_12399<DOID_10937<DOID_150<DOID_4" #> #> $`pathological gambling`$privateGeneCount #> [1] 0 #> #> $`pathological gambling`$publicGeneCount #> [1] 1 #> #> $`pathological gambling`$urlId #> [1] "DOID_12399" #> #> $`pathological gambling`$dbPhenotype #> [1] TRUE #> #> $`pathological gambling`$`_parent` #> [1] "DOID_10937<DOID_150<DOID_4" #> #> $`pathological gambling`$`_is_leaf` #> [1] TRUE #> #> $`pathological gambling`$children #> list() #> #> $`pathological gambling`$value #> [1] "pathological gambling" #> #> #> $`peanut allergy` #> $`peanut allergy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4378" #> #> $`peanut allergy`$`_id` #> [1] "DOID_4378<DOID_0060904<DOID_0060503<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`peanut allergy`$privateGeneCount #> [1] 0 #> #> $`peanut allergy`$publicGeneCount #> [1] 2 #> #> $`peanut allergy`$urlId #> [1] "DOID_4378" #> #> $`peanut allergy`$dbPhenotype #> [1] TRUE #> #> $`peanut allergy`$`_parent` #> [1] "DOID_0060904<DOID_0060503<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`peanut allergy`$`_is_leaf` #> [1] TRUE #> #> $`peanut allergy`$children #> list() #> #> $`peanut allergy`$value #> [1] "peanut allergy" #> #> #> $`Pediatric onset` #> $`Pediatric onset`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0410280" #> #> $`Pediatric onset`$`_id` #> [1] "HP_0410280<HP_0003674<HP_0031797<HP_0000001" #> #> $`Pediatric onset`$privateGeneCount #> [1] 0 #> #> $`Pediatric onset`$publicGeneCount #> [1] 2 #> #> $`Pediatric onset`$urlId #> [1] "HP_0410280" #> #> $`Pediatric onset`$dbPhenotype #> [1] FALSE #> #> $`Pediatric onset`$`_parent` #> [1] "HP_0003674<HP_0031797<HP_0000001" #> #> $`Pediatric onset`$`_is_leaf` #> [1] FALSE #> #> $`Pediatric onset`$children #> $`Pediatric onset`$children[[1]] #> [1] "HP_0003593<HP_0410280<HP_0003674<HP_0031797<HP_0000001" #> #> #> $`Pediatric onset`$value #> [1] "Pediatric onset" #> #> #> $`peeling skin syndrome` #> $`peeling skin syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060283" #> #> $`peeling skin syndrome`$`_id` #> [1] "DOID_0060283<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`peeling skin syndrome`$privateGeneCount #> [1] 0 #> #> $`peeling skin syndrome`$publicGeneCount #> [1] 3 #> #> $`peeling skin syndrome`$urlId #> [1] "DOID_0060283" #> #> $`peeling skin syndrome`$dbPhenotype #> [1] TRUE #> #> $`peeling skin syndrome`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`peeling skin syndrome`$`_is_leaf` #> [1] TRUE #> #> $`peeling skin syndrome`$children #> list() #> #> $`peeling skin syndrome`$value #> [1] "peeling skin syndrome" #> #> #> $`Pelger-Huet anomaly` #> $`Pelger-Huet anomaly`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9631" #> #> $`Pelger-Huet anomaly`$`_id` #> [1] "DOID_9631<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Pelger-Huet anomaly`$privateGeneCount #> [1] 0 #> #> $`Pelger-Huet anomaly`$publicGeneCount #> [1] 1 #> #> $`Pelger-Huet anomaly`$urlId #> [1] "DOID_9631" #> #> $`Pelger-Huet anomaly`$dbPhenotype #> [1] TRUE #> #> $`Pelger-Huet anomaly`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Pelger-Huet anomaly`$`_is_leaf` #> [1] TRUE #> #> $`Pelger-Huet anomaly`$children #> list() #> #> $`Pelger-Huet anomaly`$value #> [1] "Pelger-Huet anomaly" #> #> #> $`Pelger-Huet anomaly` #> $`Pelger-Huet anomaly`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9631" #> #> $`Pelger-Huet anomaly`$`_id` #> [1] "DOID_9631<DOID_74<DOID_7<DOID_4" #> #> $`Pelger-Huet anomaly`$privateGeneCount #> [1] 0 #> #> $`Pelger-Huet anomaly`$publicGeneCount #> [1] 1 #> #> $`Pelger-Huet anomaly`$urlId #> [1] "DOID_9631" #> #> $`Pelger-Huet anomaly`$dbPhenotype #> [1] TRUE #> #> $`Pelger-Huet anomaly`$`_parent` #> [1] "DOID_74<DOID_7<DOID_4" #> #> $`Pelger-Huet anomaly`$`_is_leaf` #> [1] TRUE #> #> $`Pelger-Huet anomaly`$children #> list() #> #> $`Pelger-Huet anomaly`$value #> [1] "Pelger-Huet anomaly" #> #> #> $`peliosis hepatis` #> $`peliosis hepatis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_914" #> #> $`peliosis hepatis`$`_id` #> [1] "DOID_914<DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`peliosis hepatis`$privateGeneCount #> [1] 0 #> #> $`peliosis hepatis`$publicGeneCount #> [1] 1 #> #> $`peliosis hepatis`$urlId #> [1] "DOID_914" #> #> $`peliosis hepatis`$dbPhenotype #> [1] TRUE #> #> $`peliosis hepatis`$`_parent` #> [1] "DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`peliosis hepatis`$`_is_leaf` #> [1] TRUE #> #> $`peliosis hepatis`$children #> list() #> #> $`peliosis hepatis`$value #> [1] "peliosis hepatis" #> #> #> $`peliosis hepatis` #> $`peliosis hepatis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_914" #> #> $`peliosis hepatis`$`_id` #> [1] "DOID_914<DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`peliosis hepatis`$privateGeneCount #> [1] 0 #> #> $`peliosis hepatis`$publicGeneCount #> [1] 1 #> #> $`peliosis hepatis`$urlId #> [1] "DOID_914" #> #> $`peliosis hepatis`$dbPhenotype #> [1] TRUE #> #> $`peliosis hepatis`$`_parent` #> [1] "DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`peliosis hepatis`$`_is_leaf` #> [1] TRUE #> #> $`peliosis hepatis`$children #> list() #> #> $`peliosis hepatis`$value #> [1] "peliosis hepatis" #> #> #> $`Pelizaeus-Merzbacher disease` #> $`Pelizaeus-Merzbacher disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3210" #> #> $`Pelizaeus-Merzbacher disease`$`_id` #> [1] "DOID_3210<DOID_0060786<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Pelizaeus-Merzbacher disease`$privateGeneCount #> [1] 0 #> #> $`Pelizaeus-Merzbacher disease`$publicGeneCount #> [1] 2 #> #> $`Pelizaeus-Merzbacher disease`$urlId #> [1] "DOID_3210" #> #> $`Pelizaeus-Merzbacher disease`$dbPhenotype #> [1] TRUE #> #> $`Pelizaeus-Merzbacher disease`$`_parent` #> [1] "DOID_0060786<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Pelizaeus-Merzbacher disease`$`_is_leaf` #> [1] TRUE #> #> $`Pelizaeus-Merzbacher disease`$children #> list() #> #> $`Pelizaeus-Merzbacher disease`$value #> [1] "Pelizaeus-Merzbacher disease" #> #> #> $`Pelizaeus-Merzbacher disease` #> $`Pelizaeus-Merzbacher disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3210" #> #> $`Pelizaeus-Merzbacher disease`$`_id` #> [1] "DOID_3210<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Pelizaeus-Merzbacher disease`$privateGeneCount #> [1] 0 #> #> $`Pelizaeus-Merzbacher disease`$publicGeneCount #> [1] 2 #> #> $`Pelizaeus-Merzbacher disease`$urlId #> [1] "DOID_3210" #> #> $`Pelizaeus-Merzbacher disease`$dbPhenotype #> [1] TRUE #> #> $`Pelizaeus-Merzbacher disease`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Pelizaeus-Merzbacher disease`$`_is_leaf` #> [1] TRUE #> #> $`Pelizaeus-Merzbacher disease`$children #> list() #> #> $`Pelizaeus-Merzbacher disease`$value #> [1] "Pelizaeus-Merzbacher disease" #> #> #> $`pelvic varices` #> $`pelvic varices`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9742" #> #> $`pelvic varices`$`_id` #> [1] "DOID_9742<DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pelvic varices`$privateGeneCount #> [1] 0 #> #> $`pelvic varices`$publicGeneCount #> [1] 2 #> #> $`pelvic varices`$urlId #> [1] "DOID_9742" #> #> $`pelvic varices`$dbPhenotype #> [1] FALSE #> #> $`pelvic varices`$`_parent` #> [1] "DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pelvic varices`$`_is_leaf` #> [1] FALSE #> #> $`pelvic varices`$children #> $`pelvic varices`$children[[1]] #> [1] "DOID_9746<DOID_9742<DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pelvic varices`$children[[2]] #> [1] "DOID_12337<DOID_9742<DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`pelvic varices`$value #> [1] "pelvic varices" #> #> #> $pemphigus #> $pemphigus$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9182" #> #> $pemphigus$`_id` #> [1] "DOID_9182<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $pemphigus$privateGeneCount #> [1] 0 #> #> $pemphigus$publicGeneCount #> [1] 12 #> #> $pemphigus$urlId #> [1] "DOID_9182" #> #> $pemphigus$dbPhenotype #> [1] TRUE #> #> $pemphigus$`_parent` #> [1] "DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $pemphigus$`_is_leaf` #> [1] FALSE #> #> $pemphigus$children #> $pemphigus$children[[1]] #> [1] "DOID_0050429<DOID_9182<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $pemphigus$value #> [1] "pemphigus" #> #> #> $pemphigus #> $pemphigus$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9182" #> #> $pemphigus$`_id` #> [1] "DOID_9182<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pemphigus$privateGeneCount #> [1] 0 #> #> $pemphigus$publicGeneCount #> [1] 12 #> #> $pemphigus$urlId #> [1] "DOID_9182" #> #> $pemphigus$dbPhenotype #> [1] TRUE #> #> $pemphigus$`_parent` #> [1] "DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pemphigus$`_is_leaf` #> [1] FALSE #> #> $pemphigus$children #> $pemphigus$children[[1]] #> [1] "DOID_0050429<DOID_9182<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $pemphigus$value #> [1] "pemphigus" #> #> #> $`penile benign neoplasm` #> $`penile benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11624" #> #> $`penile benign neoplasm`$`_id` #> [1] "DOID_11624<DOID_0060087<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`penile benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`penile benign neoplasm`$publicGeneCount #> [1] 7 #> #> $`penile benign neoplasm`$urlId #> [1] "DOID_11624" #> #> $`penile benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`penile benign neoplasm`$`_parent` #> [1] "DOID_0060087<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`penile benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`penile benign neoplasm`$children #> list() #> #> $`penile benign neoplasm`$value #> [1] "penile benign neoplasm" #> #> #> $`penile benign neoplasm` #> $`penile benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11624" #> #> $`penile benign neoplasm`$`_id` #> [1] "DOID_11624<DOID_0060087<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`penile benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`penile benign neoplasm`$publicGeneCount #> [1] 7 #> #> $`penile benign neoplasm`$urlId #> [1] "DOID_11624" #> #> $`penile benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`penile benign neoplasm`$`_parent` #> [1] "DOID_0060087<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`penile benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`penile benign neoplasm`$children #> list() #> #> $`penile benign neoplasm`$value #> [1] "penile benign neoplasm" #> #> #> $`penile benign neoplasm` #> $`penile benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11624" #> #> $`penile benign neoplasm`$`_id` #> [1] "DOID_11624<DOID_0060087<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`penile benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`penile benign neoplasm`$publicGeneCount #> [1] 7 #> #> $`penile benign neoplasm`$urlId #> [1] "DOID_11624" #> #> $`penile benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`penile benign neoplasm`$`_parent` #> [1] "DOID_0060087<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`penile benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`penile benign neoplasm`$children #> list() #> #> $`penile benign neoplasm`$value #> [1] "penile benign neoplasm" #> #> #> $`penile benign neoplasm` #> $`penile benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11624" #> #> $`penile benign neoplasm`$`_id` #> [1] "DOID_11624<DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`penile benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`penile benign neoplasm`$publicGeneCount #> [1] 7 #> #> $`penile benign neoplasm`$urlId #> [1] "DOID_11624" #> #> $`penile benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`penile benign neoplasm`$`_parent` #> [1] "DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`penile benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`penile benign neoplasm`$children #> list() #> #> $`penile benign neoplasm`$value #> [1] "penile benign neoplasm" #> #> #> $`penile disease` #> $`penile disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1529" #> #> $`penile disease`$`_id` #> [1] "DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`penile disease`$privateGeneCount #> [1] 0 #> #> $`penile disease`$publicGeneCount #> [1] 15 #> #> $`penile disease`$urlId #> [1] "DOID_1529" #> #> $`penile disease`$dbPhenotype #> [1] TRUE #> #> $`penile disease`$`_parent` #> [1] "DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`penile disease`$`_is_leaf` #> [1] FALSE #> #> $`penile disease`$children #> $`penile disease`$children[[1]] #> [1] "DOID_11168<DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`penile disease`$children[[2]] #> [1] "DOID_0050657<DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`penile disease`$children[[3]] #> [1] "DOID_11624<DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`penile disease`$children[[4]] #> [1] "DOID_8616<DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`penile disease`$value #> [1] "penile disease" #> #> #> $`peptic esophagitis` #> $`peptic esophagitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13976" #> #> $`peptic esophagitis`$`_id` #> [1] "DOID_13976<DOID_11963<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`peptic esophagitis`$privateGeneCount #> [1] 0 #> #> $`peptic esophagitis`$publicGeneCount #> [1] 1 #> #> $`peptic esophagitis`$urlId #> [1] "DOID_13976" #> #> $`peptic esophagitis`$dbPhenotype #> [1] TRUE #> #> $`peptic esophagitis`$`_parent` #> [1] "DOID_11963<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`peptic esophagitis`$`_is_leaf` #> [1] TRUE #> #> $`peptic esophagitis`$children #> list() #> #> $`peptic esophagitis`$value #> [1] "peptic esophagitis" #> #> #> $`peptic ulcer disease` #> $`peptic ulcer disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_750" #> #> $`peptic ulcer disease`$`_id` #> [1] "DOID_750<DOID_77<DOID_7<DOID_4" #> #> $`peptic ulcer disease`$privateGeneCount #> [1] 0 #> #> $`peptic ulcer disease`$publicGeneCount #> [1] 27 #> #> $`peptic ulcer disease`$urlId #> [1] "DOID_750" #> #> $`peptic ulcer disease`$dbPhenotype #> [1] TRUE #> #> $`peptic ulcer disease`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`peptic ulcer disease`$`_is_leaf` #> [1] FALSE #> #> $`peptic ulcer disease`$children #> $`peptic ulcer disease`$children[[1]] #> [1] "DOID_1724<DOID_750<DOID_77<DOID_7<DOID_4" #> #> $`peptic ulcer disease`$children[[2]] #> [1] "DOID_10808<DOID_750<DOID_77<DOID_7<DOID_4" #> #> #> $`peptic ulcer disease`$value #> [1] "peptic ulcer disease" #> #> #> $`periapical granuloma` #> $`periapical granuloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4617" #> #> $`periapical granuloma`$`_id` #> [1] "DOID_4617<DOID_823<DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`periapical granuloma`$privateGeneCount #> [1] 0 #> #> $`periapical granuloma`$publicGeneCount #> [1] 3 #> #> $`periapical granuloma`$urlId #> [1] "DOID_4617" #> #> $`periapical granuloma`$dbPhenotype #> [1] TRUE #> #> $`periapical granuloma`$`_parent` #> [1] "DOID_823<DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`periapical granuloma`$`_is_leaf` #> [1] TRUE #> #> $`periapical granuloma`$children #> list() #> #> $`periapical granuloma`$value #> [1] "periapical granuloma" #> #> #> $`periapical periodontitis` #> $`periapical periodontitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_823" #> #> $`periapical periodontitis`$`_id` #> [1] "DOID_823<DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`periapical periodontitis`$privateGeneCount #> [1] 0 #> #> $`periapical periodontitis`$publicGeneCount #> [1] 4 #> #> $`periapical periodontitis`$urlId #> [1] "DOID_823" #> #> $`periapical periodontitis`$dbPhenotype #> [1] TRUE #> #> $`periapical periodontitis`$`_parent` #> [1] "DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`periapical periodontitis`$`_is_leaf` #> [1] FALSE #> #> $`periapical periodontitis`$children #> $`periapical periodontitis`$children[[1]] #> [1] "DOID_4617<DOID_823<DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`periapical periodontitis`$value #> [1] "periapical periodontitis" #> #> #> $`pericardial effusion` #> $`pericardial effusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_118" #> #> $`pericardial effusion`$`_id` #> [1] "DOID_118<DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $`pericardial effusion`$privateGeneCount #> [1] 0 #> #> $`pericardial effusion`$publicGeneCount #> [1] 4 #> #> $`pericardial effusion`$urlId #> [1] "DOID_118" #> #> $`pericardial effusion`$dbPhenotype #> [1] TRUE #> #> $`pericardial effusion`$`_parent` #> [1] "DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $`pericardial effusion`$`_is_leaf` #> [1] FALSE #> #> $`pericardial effusion`$children #> $`pericardial effusion`$children[[1]] #> [1] "DOID_115<DOID_118<DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $`pericardial effusion`$children[[2]] #> [1] "DOID_11482<DOID_118<DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> #> $`pericardial effusion`$value #> [1] "pericardial effusion" #> #> #> $pericarditis #> $pericarditis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1787" #> #> $pericarditis$`_id` #> [1] "DOID_1787<DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $pericarditis$privateGeneCount #> [1] 0 #> #> $pericarditis$publicGeneCount #> [1] 1 #> #> $pericarditis$urlId #> [1] "DOID_1787" #> #> $pericarditis$dbPhenotype #> [1] TRUE #> #> $pericarditis$`_parent` #> [1] "DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $pericarditis$`_is_leaf` #> [1] TRUE #> #> $pericarditis$children #> list() #> #> $pericarditis$value #> [1] "pericarditis" #> #> #> $`pericardium disease` #> $`pericardium disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050829" #> #> $`pericardium disease`$`_id` #> [1] "DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $`pericardium disease`$privateGeneCount #> [1] 0 #> #> $`pericardium disease`$publicGeneCount #> [1] 5 #> #> $`pericardium disease`$urlId #> [1] "DOID_0050829" #> #> $`pericardium disease`$dbPhenotype #> [1] FALSE #> #> $`pericardium disease`$`_parent` #> [1] "DOID_1287<DOID_7<DOID_4" #> #> $`pericardium disease`$`_is_leaf` #> [1] FALSE #> #> $`pericardium disease`$children #> $`pericardium disease`$children[[1]] #> [1] "DOID_118<DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $`pericardium disease`$children[[2]] #> [1] "DOID_1787<DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> #> $`pericardium disease`$value #> [1] "pericardium disease" #> #> #> $`perinatal necrotizing enterocolitis` #> $`perinatal necrotizing enterocolitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8677" #> #> $`perinatal necrotizing enterocolitis`$`_id` #> [1] "DOID_8677<DOID_77<DOID_7<DOID_4" #> #> $`perinatal necrotizing enterocolitis`$privateGeneCount #> [1] 0 #> #> $`perinatal necrotizing enterocolitis`$publicGeneCount #> [1] 21 #> #> $`perinatal necrotizing enterocolitis`$urlId #> [1] "DOID_8677" #> #> $`perinatal necrotizing enterocolitis`$dbPhenotype #> [1] TRUE #> #> $`perinatal necrotizing enterocolitis`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`perinatal necrotizing enterocolitis`$`_is_leaf` #> [1] TRUE #> #> $`perinatal necrotizing enterocolitis`$children #> list() #> #> $`perinatal necrotizing enterocolitis`$value #> [1] "perinatal necrotizing enterocolitis" #> #> #> $perineurioma #> $perineurioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4697" #> #> $perineurioma$`_id` #> [1] "DOID_4697<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $perineurioma$privateGeneCount #> [1] 0 #> #> $perineurioma$publicGeneCount #> [1] 8 #> #> $perineurioma$urlId #> [1] "DOID_4697" #> #> $perineurioma$dbPhenotype #> [1] TRUE #> #> $perineurioma$`_parent` #> [1] "DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $perineurioma$`_is_leaf` #> [1] TRUE #> #> $perineurioma$children #> list() #> #> $perineurioma$value #> [1] "perineurioma" #> #> #> $perineurioma #> $perineurioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4697" #> #> $perineurioma$`_id` #> [1] "DOID_4697<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $perineurioma$privateGeneCount #> [1] 0 #> #> $perineurioma$publicGeneCount #> [1] 8 #> #> $perineurioma$urlId #> [1] "DOID_4697" #> #> $perineurioma$dbPhenotype #> [1] TRUE #> #> $perineurioma$`_parent` #> [1] "DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $perineurioma$`_is_leaf` #> [1] TRUE #> #> $perineurioma$children #> list() #> #> $perineurioma$value #> [1] "perineurioma" #> #> #> $perineurioma #> $perineurioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4697" #> #> $perineurioma$`_id` #> [1] "DOID_4697<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $perineurioma$privateGeneCount #> [1] 0 #> #> $perineurioma$publicGeneCount #> [1] 8 #> #> $perineurioma$urlId #> [1] "DOID_4697" #> #> $perineurioma$dbPhenotype #> [1] TRUE #> #> $perineurioma$`_parent` #> [1] "DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $perineurioma$`_is_leaf` #> [1] TRUE #> #> $perineurioma$children #> list() #> #> $perineurioma$value #> [1] "perineurioma" #> #> #> $`periodontal disease` #> $`periodontal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3388" #> #> $`periodontal disease`$`_id` #> [1] "DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`periodontal disease`$privateGeneCount #> [1] 0 #> #> $`periodontal disease`$publicGeneCount #> [1] 76 #> #> $`periodontal disease`$urlId #> [1] "DOID_3388" #> #> $`periodontal disease`$dbPhenotype #> [1] TRUE #> #> $`periodontal disease`$`_parent` #> [1] "DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`periodontal disease`$`_is_leaf` #> [1] FALSE #> #> $`periodontal disease`$children #> $`periodontal disease`$children[[1]] #> [1] "DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`periodontal disease`$children[[2]] #> [1] "DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`periodontal disease`$value #> [1] "periodontal disease" #> #> #> $periodontitis #> $periodontitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_824" #> #> $periodontitis$`_id` #> [1] "DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $periodontitis$privateGeneCount #> [1] 0 #> #> $periodontitis$publicGeneCount #> [1] 73 #> #> $periodontitis$urlId #> [1] "DOID_824" #> #> $periodontitis$dbPhenotype #> [1] TRUE #> #> $periodontitis$`_parent` #> [1] "DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $periodontitis$`_is_leaf` #> [1] FALSE #> #> $periodontitis$children #> $periodontitis$children[[1]] #> [1] "DOID_1474<DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $periodontitis$children[[2]] #> [1] "DOID_823<DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $periodontitis$value #> [1] "periodontitis" #> #> #> $periodontosis #> $periodontosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9893" #> #> $periodontosis$`_id` #> [1] "DOID_9893<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $periodontosis$privateGeneCount #> [1] 0 #> #> $periodontosis$publicGeneCount #> [1] 6 #> #> $periodontosis$urlId #> [1] "DOID_9893" #> #> $periodontosis$dbPhenotype #> [1] TRUE #> #> $periodontosis$`_parent` #> [1] "DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $periodontosis$`_is_leaf` #> [1] TRUE #> #> $periodontosis$children #> list() #> #> $periodontosis$value #> [1] "periodontosis" #> #> #> $periostitis #> $periostitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9957" #> #> $periostitis$`_id` #> [1] "DOID_9957<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $periostitis$privateGeneCount #> [1] 0 #> #> $periostitis$publicGeneCount #> [1] 1 #> #> $periostitis$urlId #> [1] "DOID_9957" #> #> $periostitis$dbPhenotype #> [1] TRUE #> #> $periostitis$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $periostitis$`_is_leaf` #> [1] TRUE #> #> $periostitis$children #> list() #> #> $periostitis$value #> [1] "periostitis" #> #> #> $`Peripheral arterial stenosis` #> $`Peripheral arterial stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004950" #> #> $`Peripheral arterial stenosis`$`_id` #> [1] "HP_0004950<HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Peripheral arterial stenosis`$privateGeneCount #> [1] 0 #> #> $`Peripheral arterial stenosis`$publicGeneCount #> [1] 5 #> #> $`Peripheral arterial stenosis`$urlId #> [1] "HP_0004950" #> #> $`Peripheral arterial stenosis`$dbPhenotype #> [1] TRUE #> #> $`Peripheral arterial stenosis`$`_parent` #> [1] "HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Peripheral arterial stenosis`$`_is_leaf` #> [1] TRUE #> #> $`Peripheral arterial stenosis`$children #> list() #> #> $`Peripheral arterial stenosis`$value #> [1] "Peripheral arterial stenosis" #> #> #> $`Peripheral arterial stenosis` #> $`Peripheral arterial stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004950" #> #> $`Peripheral arterial stenosis`$`_id` #> [1] "HP_0004950<HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Peripheral arterial stenosis`$privateGeneCount #> [1] 0 #> #> $`Peripheral arterial stenosis`$publicGeneCount #> [1] 5 #> #> $`Peripheral arterial stenosis`$urlId #> [1] "HP_0004950" #> #> $`Peripheral arterial stenosis`$dbPhenotype #> [1] TRUE #> #> $`Peripheral arterial stenosis`$`_parent` #> [1] "HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Peripheral arterial stenosis`$`_is_leaf` #> [1] TRUE #> #> $`Peripheral arterial stenosis`$children #> list() #> #> $`Peripheral arterial stenosis`$value #> [1] "Peripheral arterial stenosis" #> #> #> $`Peripheral demyelination` #> $`Peripheral demyelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011096" #> #> $`Peripheral demyelination`$`_id` #> [1] "HP_0011096<HP_0003130<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Peripheral demyelination`$privateGeneCount #> [1] 0 #> #> $`Peripheral demyelination`$publicGeneCount #> [1] 3 #> #> $`Peripheral demyelination`$urlId #> [1] "HP_0011096" #> #> $`Peripheral demyelination`$dbPhenotype #> [1] TRUE #> #> $`Peripheral demyelination`$`_parent` #> [1] "HP_0003130<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Peripheral demyelination`$`_is_leaf` #> [1] TRUE #> #> $`Peripheral demyelination`$children #> list() #> #> $`Peripheral demyelination`$value #> [1] "Peripheral demyelination" #> #> #> $`Peripheral demyelination` #> $`Peripheral demyelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011096" #> #> $`Peripheral demyelination`$`_id` #> [1] "HP_0011096<HP_0003130<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Peripheral demyelination`$privateGeneCount #> [1] 0 #> #> $`Peripheral demyelination`$publicGeneCount #> [1] 3 #> #> $`Peripheral demyelination`$urlId #> [1] "HP_0011096" #> #> $`Peripheral demyelination`$dbPhenotype #> [1] TRUE #> #> $`Peripheral demyelination`$`_parent` #> [1] "HP_0003130<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Peripheral demyelination`$`_is_leaf` #> [1] TRUE #> #> $`Peripheral demyelination`$children #> list() #> #> $`Peripheral demyelination`$value #> [1] "Peripheral demyelination" #> #> #> $`peripheral nerve sheath neoplasm` #> $`peripheral nerve sheath neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3193" #> #> $`peripheral nerve sheath neoplasm`$`_id` #> [1] "DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$privateGeneCount #> [1] 0 #> #> $`peripheral nerve sheath neoplasm`$publicGeneCount #> [1] 12 #> #> $`peripheral nerve sheath neoplasm`$urlId #> [1] "DOID_3193" #> #> $`peripheral nerve sheath neoplasm`$dbPhenotype #> [1] TRUE #> #> $`peripheral nerve sheath neoplasm`$`_parent` #> [1] "DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`peripheral nerve sheath neoplasm`$children #> $`peripheral nerve sheath neoplasm`$children[[1]] #> [1] "DOID_5940<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$children[[2]] #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$children[[3]] #> [1] "DOID_4697<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`peripheral nerve sheath neoplasm`$value #> [1] "peripheral nerve sheath neoplasm" #> #> #> $`peripheral nerve sheath neoplasm` #> $`peripheral nerve sheath neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3193" #> #> $`peripheral nerve sheath neoplasm`$`_id` #> [1] "DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$privateGeneCount #> [1] 0 #> #> $`peripheral nerve sheath neoplasm`$publicGeneCount #> [1] 12 #> #> $`peripheral nerve sheath neoplasm`$urlId #> [1] "DOID_3193" #> #> $`peripheral nerve sheath neoplasm`$dbPhenotype #> [1] TRUE #> #> $`peripheral nerve sheath neoplasm`$`_parent` #> [1] "DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`peripheral nerve sheath neoplasm`$children #> $`peripheral nerve sheath neoplasm`$children[[1]] #> [1] "DOID_5940<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$children[[2]] #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$children[[3]] #> [1] "DOID_4697<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`peripheral nerve sheath neoplasm`$value #> [1] "peripheral nerve sheath neoplasm" #> #> #> $`peripheral nerve sheath neoplasm` #> $`peripheral nerve sheath neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3193" #> #> $`peripheral nerve sheath neoplasm`$`_id` #> [1] "DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$privateGeneCount #> [1] 0 #> #> $`peripheral nerve sheath neoplasm`$publicGeneCount #> [1] 12 #> #> $`peripheral nerve sheath neoplasm`$urlId #> [1] "DOID_3193" #> #> $`peripheral nerve sheath neoplasm`$dbPhenotype #> [1] TRUE #> #> $`peripheral nerve sheath neoplasm`$`_parent` #> [1] "DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`peripheral nerve sheath neoplasm`$children #> $`peripheral nerve sheath neoplasm`$children[[1]] #> [1] "DOID_5940<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$children[[2]] #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$children[[3]] #> [1] "DOID_4697<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`peripheral nerve sheath neoplasm`$value #> [1] "peripheral nerve sheath neoplasm" #> #> #> $`peripheral nervous system disease` #> $`peripheral nervous system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_574" #> #> $`peripheral nervous system disease`$`_id` #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system disease`$privateGeneCount #> [1] 0 #> #> $`peripheral nervous system disease`$publicGeneCount #> [1] 585 #> #> $`peripheral nervous system disease`$urlId #> [1] "DOID_574" #> #> $`peripheral nervous system disease`$dbPhenotype #> [1] TRUE #> #> $`peripheral nervous system disease`$`_parent` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system disease`$`_is_leaf` #> [1] FALSE #> #> $`peripheral nervous system disease`$children #> $`peripheral nervous system disease`$children[[1]] #> [1] "DOID_0060033<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system disease`$children[[2]] #> [1] "DOID_11465<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system disease`$children[[3]] #> [1] "DOID_1024<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system disease`$children[[4]] #> [1] "DOID_573<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system disease`$children[[5]] #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system disease`$children[[6]] #> [1] "DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system disease`$children[[7]] #> [1] "DOID_4953<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system disease`$children[[8]] #> [1] "DOID_1389<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system disease`$children[[9]] #> [1] "DOID_4308<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`peripheral nervous system disease`$value #> [1] "peripheral nervous system disease" #> #> #> $`peripheral nervous system neoplasm` #> $`peripheral nervous system neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1192" #> #> $`peripheral nervous system neoplasm`$`_id` #> [1] "DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral nervous system neoplasm`$privateGeneCount #> [1] 0 #> #> $`peripheral nervous system neoplasm`$publicGeneCount #> [1] 59 #> #> $`peripheral nervous system neoplasm`$urlId #> [1] "DOID_1192" #> #> $`peripheral nervous system neoplasm`$dbPhenotype #> [1] FALSE #> #> $`peripheral nervous system neoplasm`$`_parent` #> [1] "DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral nervous system neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`peripheral nervous system neoplasm`$children #> $`peripheral nervous system neoplasm`$children[[1]] #> [1] "DOID_2621<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral nervous system neoplasm`$children[[2]] #> [1] "DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`peripheral nervous system neoplasm`$value #> [1] "peripheral nervous system neoplasm" #> #> #> $`peripheral nervous system neoplasm` #> $`peripheral nervous system neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1192" #> #> $`peripheral nervous system neoplasm`$`_id` #> [1] "DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system neoplasm`$privateGeneCount #> [1] 0 #> #> $`peripheral nervous system neoplasm`$publicGeneCount #> [1] 59 #> #> $`peripheral nervous system neoplasm`$urlId #> [1] "DOID_1192" #> #> $`peripheral nervous system neoplasm`$dbPhenotype #> [1] FALSE #> #> $`peripheral nervous system neoplasm`$`_parent` #> [1] "DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`peripheral nervous system neoplasm`$children #> $`peripheral nervous system neoplasm`$children[[1]] #> [1] "DOID_2621<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system neoplasm`$children[[2]] #> [1] "DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`peripheral nervous system neoplasm`$value #> [1] "peripheral nervous system neoplasm" #> #> #> $`peripheral nervous system neoplasm` #> $`peripheral nervous system neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1192" #> #> $`peripheral nervous system neoplasm`$`_id` #> [1] "DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system neoplasm`$privateGeneCount #> [1] 0 #> #> $`peripheral nervous system neoplasm`$publicGeneCount #> [1] 59 #> #> $`peripheral nervous system neoplasm`$urlId #> [1] "DOID_1192" #> #> $`peripheral nervous system neoplasm`$dbPhenotype #> [1] FALSE #> #> $`peripheral nervous system neoplasm`$`_parent` #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`peripheral nervous system neoplasm`$children #> $`peripheral nervous system neoplasm`$children[[1]] #> [1] "DOID_2621<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system neoplasm`$children[[2]] #> [1] "DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`peripheral nervous system neoplasm`$value #> [1] "peripheral nervous system neoplasm" #> #> #> $`Peripheral neuropathy` #> $`Peripheral neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009830" #> #> $`Peripheral neuropathy`$`_id` #> [1] "HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Peripheral neuropathy`$privateGeneCount #> [1] 0 #> #> $`Peripheral neuropathy`$publicGeneCount #> [1] 6 #> #> $`Peripheral neuropathy`$urlId #> [1] "HP_0009830" #> #> $`Peripheral neuropathy`$dbPhenotype #> [1] FALSE #> #> $`Peripheral neuropathy`$`_parent` #> [1] "HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Peripheral neuropathy`$`_is_leaf` #> [1] FALSE #> #> $`Peripheral neuropathy`$children #> $`Peripheral neuropathy`$children[[1]] #> [1] "HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Peripheral neuropathy`$children[[2]] #> [1] "HP_0000763<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Peripheral neuropathy`$value #> [1] "Peripheral neuropathy" #> #> #> $`peripheral T-cell lymphoma` #> $`peripheral T-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050749" #> #> $`peripheral T-cell lymphoma`$`_id` #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral T-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`peripheral T-cell lymphoma`$publicGeneCount #> [1] 30 #> #> $`peripheral T-cell lymphoma`$urlId #> [1] "DOID_0050749" #> #> $`peripheral T-cell lymphoma`$dbPhenotype #> [1] FALSE #> #> $`peripheral T-cell lymphoma`$`_parent` #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral T-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`peripheral T-cell lymphoma`$children #> $`peripheral T-cell lymphoma`$children[[1]] #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`peripheral T-cell lymphoma`$value #> [1] "peripheral T-cell lymphoma" #> #> #> $`peripheral T-cell lymphoma` #> $`peripheral T-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050749" #> #> $`peripheral T-cell lymphoma`$`_id` #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`peripheral T-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`peripheral T-cell lymphoma`$publicGeneCount #> [1] 30 #> #> $`peripheral T-cell lymphoma`$urlId #> [1] "DOID_0050749" #> #> $`peripheral T-cell lymphoma`$dbPhenotype #> [1] FALSE #> #> $`peripheral T-cell lymphoma`$`_parent` #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`peripheral T-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`peripheral T-cell lymphoma`$children #> $`peripheral T-cell lymphoma`$children[[1]] #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`peripheral T-cell lymphoma`$value #> [1] "peripheral T-cell lymphoma" #> #> #> $`peripheral T-cell lymphoma` #> $`peripheral T-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050749" #> #> $`peripheral T-cell lymphoma`$`_id` #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`peripheral T-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`peripheral T-cell lymphoma`$publicGeneCount #> [1] 30 #> #> $`peripheral T-cell lymphoma`$urlId #> [1] "DOID_0050749" #> #> $`peripheral T-cell lymphoma`$dbPhenotype #> [1] FALSE #> #> $`peripheral T-cell lymphoma`$`_parent` #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`peripheral T-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`peripheral T-cell lymphoma`$children #> $`peripheral T-cell lymphoma`$children[[1]] #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`peripheral T-cell lymphoma`$value #> [1] "peripheral T-cell lymphoma" #> #> #> $`peripheral T-cell lymphoma` #> $`peripheral T-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050749" #> #> $`peripheral T-cell lymphoma`$`_id` #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral T-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`peripheral T-cell lymphoma`$publicGeneCount #> [1] 30 #> #> $`peripheral T-cell lymphoma`$urlId #> [1] "DOID_0050749" #> #> $`peripheral T-cell lymphoma`$dbPhenotype #> [1] FALSE #> #> $`peripheral T-cell lymphoma`$`_parent` #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral T-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`peripheral T-cell lymphoma`$children #> $`peripheral T-cell lymphoma`$children[[1]] #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`peripheral T-cell lymphoma`$value #> [1] "peripheral T-cell lymphoma" #> #> #> $`peripheral T-cell lymphoma` #> $`peripheral T-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050749" #> #> $`peripheral T-cell lymphoma`$`_id` #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`peripheral T-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`peripheral T-cell lymphoma`$publicGeneCount #> [1] 30 #> #> $`peripheral T-cell lymphoma`$urlId #> [1] "DOID_0050749" #> #> $`peripheral T-cell lymphoma`$dbPhenotype #> [1] FALSE #> #> $`peripheral T-cell lymphoma`$`_parent` #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`peripheral T-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`peripheral T-cell lymphoma`$children #> $`peripheral T-cell lymphoma`$children[[1]] #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`peripheral T-cell lymphoma`$value #> [1] "peripheral T-cell lymphoma" #> #> #> $`peripheral vascular disease` #> $`peripheral vascular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_341" #> #> $`peripheral vascular disease`$`_id` #> [1] "DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`peripheral vascular disease`$privateGeneCount #> [1] 0 #> #> $`peripheral vascular disease`$publicGeneCount #> [1] 63 #> #> $`peripheral vascular disease`$urlId #> [1] "DOID_341" #> #> $`peripheral vascular disease`$dbPhenotype #> [1] TRUE #> #> $`peripheral vascular disease`$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`peripheral vascular disease`$`_is_leaf` #> [1] FALSE #> #> $`peripheral vascular disease`$children #> $`peripheral vascular disease`$children[[1]] #> [1] "DOID_11713<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`peripheral vascular disease`$children[[2]] #> [1] "DOID_13252<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`peripheral vascular disease`$children[[3]] #> [1] "DOID_10300<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`peripheral vascular disease`$children[[4]] #> [1] "DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`peripheral vascular disease`$children[[5]] #> [1] "DOID_1272<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`peripheral vascular disease`$children[[6]] #> [1] "DOID_12918<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`peripheral vascular disease`$value #> [1] "peripheral vascular disease" #> #> #> $`peripheral vertigo` #> $`peripheral vertigo`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9847" #> #> $`peripheral vertigo`$`_id` #> [1] "DOID_9847<DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`peripheral vertigo`$privateGeneCount #> [1] 0 #> #> $`peripheral vertigo`$publicGeneCount #> [1] 6 #> #> $`peripheral vertigo`$urlId #> [1] "DOID_9847" #> #> $`peripheral vertigo`$dbPhenotype #> [1] FALSE #> #> $`peripheral vertigo`$`_parent` #> [1] "DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`peripheral vertigo`$`_is_leaf` #> [1] FALSE #> #> $`peripheral vertigo`$children #> $`peripheral vertigo`$children[[1]] #> [1] "DOID_9848<DOID_9847<DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`peripheral vertigo`$value #> [1] "peripheral vertigo" #> #> #> $peritonitis #> $peritonitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8283" #> #> $peritonitis$`_id` #> [1] "DOID_8283<DOID_77<DOID_7<DOID_4" #> #> $peritonitis$privateGeneCount #> [1] 0 #> #> $peritonitis$publicGeneCount #> [1] 7 #> #> $peritonitis$urlId #> [1] "DOID_8283" #> #> $peritonitis$dbPhenotype #> [1] TRUE #> #> $peritonitis$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $peritonitis$`_is_leaf` #> [1] TRUE #> #> $peritonitis$children #> list() #> #> $peritonitis$value #> [1] "peritonitis" #> #> #> $`perivascular tumor` #> $`perivascular tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3316" #> #> $`perivascular tumor`$`_id` #> [1] "DOID_3316<DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`perivascular tumor`$privateGeneCount #> [1] 0 #> #> $`perivascular tumor`$publicGeneCount #> [1] 1 #> #> $`perivascular tumor`$urlId #> [1] "DOID_3316" #> #> $`perivascular tumor`$dbPhenotype #> [1] FALSE #> #> $`perivascular tumor`$`_parent` #> [1] "DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`perivascular tumor`$`_is_leaf` #> [1] FALSE #> #> $`perivascular tumor`$children #> $`perivascular tumor`$children[[1]] #> [1] "DOID_3850<DOID_3316<DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`perivascular tumor`$value #> [1] "perivascular tumor" #> #> #> $`perivascular tumor` #> $`perivascular tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3316" #> #> $`perivascular tumor`$`_id` #> [1] "DOID_3316<DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`perivascular tumor`$privateGeneCount #> [1] 0 #> #> $`perivascular tumor`$publicGeneCount #> [1] 1 #> #> $`perivascular tumor`$urlId #> [1] "DOID_3316" #> #> $`perivascular tumor`$dbPhenotype #> [1] FALSE #> #> $`perivascular tumor`$`_parent` #> [1] "DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`perivascular tumor`$`_is_leaf` #> [1] FALSE #> #> $`perivascular tumor`$children #> $`perivascular tumor`$children[[1]] #> [1] "DOID_3850<DOID_3316<DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> #> $`perivascular tumor`$value #> [1] "perivascular tumor" #> #> #> $`perivascular tumor` #> $`perivascular tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3316" #> #> $`perivascular tumor`$`_id` #> [1] "DOID_3316<DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`perivascular tumor`$privateGeneCount #> [1] 0 #> #> $`perivascular tumor`$publicGeneCount #> [1] 1 #> #> $`perivascular tumor`$urlId #> [1] "DOID_3316" #> #> $`perivascular tumor`$dbPhenotype #> [1] FALSE #> #> $`perivascular tumor`$`_parent` #> [1] "DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`perivascular tumor`$`_is_leaf` #> [1] FALSE #> #> $`perivascular tumor`$children #> $`perivascular tumor`$children[[1]] #> [1] "DOID_3850<DOID_3316<DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`perivascular tumor`$value #> [1] "perivascular tumor" #> #> #> $`Periventricular cysts` #> $`Periventricular cysts`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007109" #> #> $`Periventricular cysts`$`_id` #> [1] "HP_0007109<HP_0002518<HP_0002352<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Periventricular cysts`$privateGeneCount #> [1] 0 #> #> $`Periventricular cysts`$publicGeneCount #> [1] 1 #> #> $`Periventricular cysts`$urlId #> [1] "HP_0007109" #> #> $`Periventricular cysts`$dbPhenotype #> [1] TRUE #> #> $`Periventricular cysts`$`_parent` #> [1] "HP_0002518<HP_0002352<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Periventricular cysts`$`_is_leaf` #> [1] TRUE #> #> $`Periventricular cysts`$children #> list() #> #> $`Periventricular cysts`$value #> [1] "Periventricular cysts" #> #> #> $`Periventricular cysts` #> $`Periventricular cysts`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007109" #> #> $`Periventricular cysts`$`_id` #> [1] "HP_0007109<HP_0002518<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Periventricular cysts`$privateGeneCount #> [1] 0 #> #> $`Periventricular cysts`$publicGeneCount #> [1] 1 #> #> $`Periventricular cysts`$urlId #> [1] "HP_0007109" #> #> $`Periventricular cysts`$dbPhenotype #> [1] TRUE #> #> $`Periventricular cysts`$`_parent` #> [1] "HP_0002518<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Periventricular cysts`$`_is_leaf` #> [1] TRUE #> #> $`Periventricular cysts`$children #> list() #> #> $`Periventricular cysts`$value #> [1] "Periventricular cysts" #> #> #> $`periventricular leukomalacia` #> $`periventricular leukomalacia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13088" #> #> $`periventricular leukomalacia`$`_id` #> [1] "DOID_13088<DOID_2034<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`periventricular leukomalacia`$privateGeneCount #> [1] 0 #> #> $`periventricular leukomalacia`$publicGeneCount #> [1] 1 #> #> $`periventricular leukomalacia`$urlId #> [1] "DOID_13088" #> #> $`periventricular leukomalacia`$dbPhenotype #> [1] TRUE #> #> $`periventricular leukomalacia`$`_parent` #> [1] "DOID_2034<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`periventricular leukomalacia`$`_is_leaf` #> [1] TRUE #> #> $`periventricular leukomalacia`$children #> list() #> #> $`periventricular leukomalacia`$value #> [1] "periventricular leukomalacia" #> #> #> $`periventricular nodular heterotopia` #> $`periventricular nodular heterotopia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050454" #> #> $`periventricular nodular heterotopia`$`_id` #> [1] "DOID_0050454<DOID_2490<DOID_0080015<DOID_4" #> #> $`periventricular nodular heterotopia`$privateGeneCount #> [1] 0 #> #> $`periventricular nodular heterotopia`$publicGeneCount #> [1] 5 #> #> $`periventricular nodular heterotopia`$urlId #> [1] "DOID_0050454" #> #> $`periventricular nodular heterotopia`$dbPhenotype #> [1] TRUE #> #> $`periventricular nodular heterotopia`$`_parent` #> [1] "DOID_2490<DOID_0080015<DOID_4" #> #> $`periventricular nodular heterotopia`$`_is_leaf` #> [1] TRUE #> #> $`periventricular nodular heterotopia`$children #> list() #> #> $`periventricular nodular heterotopia`$value #> [1] "periventricular nodular heterotopia" #> #> #> $`periventricular nodular heterotopia` #> $`periventricular nodular heterotopia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050454" #> #> $`periventricular nodular heterotopia`$`_id` #> [1] "DOID_0050454<DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $`periventricular nodular heterotopia`$privateGeneCount #> [1] 0 #> #> $`periventricular nodular heterotopia`$publicGeneCount #> [1] 5 #> #> $`periventricular nodular heterotopia`$urlId #> [1] "DOID_0050454" #> #> $`periventricular nodular heterotopia`$dbPhenotype #> [1] TRUE #> #> $`periventricular nodular heterotopia`$`_parent` #> [1] "DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $`periventricular nodular heterotopia`$`_is_leaf` #> [1] TRUE #> #> $`periventricular nodular heterotopia`$children #> list() #> #> $`periventricular nodular heterotopia`$value #> [1] "periventricular nodular heterotopia" #> #> #> $`Perlman syndrome` #> $`Perlman syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060476" #> #> $`Perlman syndrome`$`_id` #> [1] "DOID_0060476<DOID_225<DOID_4" #> #> $`Perlman syndrome`$privateGeneCount #> [1] 0 #> #> $`Perlman syndrome`$publicGeneCount #> [1] 1 #> #> $`Perlman syndrome`$urlId #> [1] "DOID_0060476" #> #> $`Perlman syndrome`$dbPhenotype #> [1] TRUE #> #> $`Perlman syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Perlman syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Perlman syndrome`$children #> list() #> #> $`Perlman syndrome`$value #> [1] "Perlman syndrome" #> #> #> $`peroxisomal acyl-CoA oxidase deficiency` #> $`peroxisomal acyl-CoA oxidase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050797" #> #> $`peroxisomal acyl-CoA oxidase deficiency`$`_id` #> [1] "DOID_0050797<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`peroxisomal acyl-CoA oxidase deficiency`$privateGeneCount #> [1] 0 #> #> $`peroxisomal acyl-CoA oxidase deficiency`$publicGeneCount #> [1] 1 #> #> $`peroxisomal acyl-CoA oxidase deficiency`$urlId #> [1] "DOID_0050797" #> #> $`peroxisomal acyl-CoA oxidase deficiency`$dbPhenotype #> [1] TRUE #> #> $`peroxisomal acyl-CoA oxidase deficiency`$`_parent` #> [1] "DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`peroxisomal acyl-CoA oxidase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`peroxisomal acyl-CoA oxidase deficiency`$children #> list() #> #> $`peroxisomal acyl-CoA oxidase deficiency`$value #> [1] "peroxisomal acyl-CoA oxidase deficiency" #> #> #> $`peroxisomal biogenesis disorder` #> $`peroxisomal biogenesis disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080377" #> #> $`peroxisomal biogenesis disorder`$`_id` #> [1] "DOID_0080377<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`peroxisomal biogenesis disorder`$privateGeneCount #> [1] 0 #> #> $`peroxisomal biogenesis disorder`$publicGeneCount #> [1] 16 #> #> $`peroxisomal biogenesis disorder`$urlId #> [1] "DOID_0080377" #> #> $`peroxisomal biogenesis disorder`$dbPhenotype #> [1] FALSE #> #> $`peroxisomal biogenesis disorder`$`_parent` #> [1] "DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`peroxisomal biogenesis disorder`$`_is_leaf` #> [1] FALSE #> #> $`peroxisomal biogenesis disorder`$children #> $`peroxisomal biogenesis disorder`$children[[1]] #> [1] "DOID_905<DOID_0080377<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> #> $`peroxisomal biogenesis disorder`$value #> [1] "peroxisomal biogenesis disorder" #> #> #> $`peroxisomal disease` #> $`peroxisomal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_906" #> #> $`peroxisomal disease`$`_id` #> [1] "DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`peroxisomal disease`$privateGeneCount #> [1] 0 #> #> $`peroxisomal disease`$publicGeneCount #> [1] 21 #> #> $`peroxisomal disease`$urlId #> [1] "DOID_906" #> #> $`peroxisomal disease`$dbPhenotype #> [1] TRUE #> #> $`peroxisomal disease`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`peroxisomal disease`$`_is_leaf` #> [1] FALSE #> #> $`peroxisomal disease`$children #> $`peroxisomal disease`$children[[1]] #> [1] "DOID_2582<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`peroxisomal disease`$children[[2]] #> [1] "DOID_0050444<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`peroxisomal disease`$children[[3]] #> [1] "DOID_0050452<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`peroxisomal disease`$children[[4]] #> [1] "DOID_0050797<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`peroxisomal disease`$children[[5]] #> [1] "DOID_0080377<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> #> $`peroxisomal disease`$value #> [1] "peroxisomal disease" #> #> #> $`Perrault syndrome` #> $`Perrault syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050857" #> #> $`Perrault syndrome`$`_id` #> [1] "DOID_0050857<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Perrault syndrome`$privateGeneCount #> [1] 0 #> #> $`Perrault syndrome`$publicGeneCount #> [1] 5 #> #> $`Perrault syndrome`$urlId #> [1] "DOID_0050857" #> #> $`Perrault syndrome`$dbPhenotype #> [1] TRUE #> #> $`Perrault syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Perrault syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Perrault syndrome`$children #> list() #> #> $`Perrault syndrome`$value #> [1] "Perrault syndrome" #> #> #> $`Perrault syndrome` #> $`Perrault syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050857" #> #> $`Perrault syndrome`$`_id` #> [1] "DOID_0050857<DOID_225<DOID_4" #> #> $`Perrault syndrome`$privateGeneCount #> [1] 0 #> #> $`Perrault syndrome`$publicGeneCount #> [1] 5 #> #> $`Perrault syndrome`$urlId #> [1] "DOID_0050857" #> #> $`Perrault syndrome`$dbPhenotype #> [1] TRUE #> #> $`Perrault syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Perrault syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Perrault syndrome`$children #> list() #> #> $`Perrault syndrome`$value #> [1] "Perrault syndrome" #> #> #> $`Perry syndrome` #> $`Perry syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060486" #> #> $`Perry syndrome`$`_id` #> [1] "DOID_0060486<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Perry syndrome`$privateGeneCount #> [1] 0 #> #> $`Perry syndrome`$publicGeneCount #> [1] 1 #> #> $`Perry syndrome`$urlId #> [1] "DOID_0060486" #> #> $`Perry syndrome`$dbPhenotype #> [1] TRUE #> #> $`Perry syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Perry syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Perry syndrome`$children #> list() #> #> $`Perry syndrome`$value #> [1] "Perry syndrome" #> #> #> $`Perry syndrome` #> $`Perry syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060486" #> #> $`Perry syndrome`$`_id` #> [1] "DOID_0060486<DOID_225<DOID_4" #> #> $`Perry syndrome`$privateGeneCount #> [1] 0 #> #> $`Perry syndrome`$publicGeneCount #> [1] 1 #> #> $`Perry syndrome`$urlId #> [1] "DOID_0060486" #> #> $`Perry syndrome`$dbPhenotype #> [1] TRUE #> #> $`Perry syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Perry syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Perry syndrome`$children #> list() #> #> $`Perry syndrome`$value #> [1] "Perry syndrome" #> #> #> $`persian gulf syndrome` #> $`persian gulf syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4491" #> #> $`persian gulf syndrome`$`_id` #> [1] "DOID_4491<DOID_225<DOID_4" #> #> $`persian gulf syndrome`$privateGeneCount #> [1] 0 #> #> $`persian gulf syndrome`$publicGeneCount #> [1] 1 #> #> $`persian gulf syndrome`$urlId #> [1] "DOID_4491" #> #> $`persian gulf syndrome`$dbPhenotype #> [1] TRUE #> #> $`persian gulf syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`persian gulf syndrome`$`_is_leaf` #> [1] TRUE #> #> $`persian gulf syndrome`$children #> list() #> #> $`persian gulf syndrome`$value #> [1] "persian gulf syndrome" #> #> #> $`persistent fetal circulation syndrome` #> $`persistent fetal circulation syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13042" #> #> $`persistent fetal circulation syndrome`$`_id` #> [1] "DOID_13042<DOID_6432<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`persistent fetal circulation syndrome`$privateGeneCount #> [1] 0 #> #> $`persistent fetal circulation syndrome`$publicGeneCount #> [1] 3 #> #> $`persistent fetal circulation syndrome`$urlId #> [1] "DOID_13042" #> #> $`persistent fetal circulation syndrome`$dbPhenotype #> [1] TRUE #> #> $`persistent fetal circulation syndrome`$`_parent` #> [1] "DOID_6432<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`persistent fetal circulation syndrome`$`_is_leaf` #> [1] TRUE #> #> $`persistent fetal circulation syndrome`$children #> list() #> #> $`persistent fetal circulation syndrome`$value #> [1] "persistent fetal circulation syndrome" #> #> #> $`persistent hyperplastic primary vitreous` #> $`persistent hyperplastic primary vitreous`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060282" #> #> $`persistent hyperplastic primary vitreous`$`_id` #> [1] "DOID_0060282<DOID_9720<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`persistent hyperplastic primary vitreous`$privateGeneCount #> [1] 0 #> #> $`persistent hyperplastic primary vitreous`$publicGeneCount #> [1] 1 #> #> $`persistent hyperplastic primary vitreous`$urlId #> [1] "DOID_0060282" #> #> $`persistent hyperplastic primary vitreous`$dbPhenotype #> [1] TRUE #> #> $`persistent hyperplastic primary vitreous`$`_parent` #> [1] "DOID_9720<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`persistent hyperplastic primary vitreous`$`_is_leaf` #> [1] TRUE #> #> $`persistent hyperplastic primary vitreous`$children #> list() #> #> $`persistent hyperplastic primary vitreous`$value #> [1] "persistent hyperplastic primary vitreous" #> #> #> $`persistent Mullerian duct syndrome` #> $`persistent Mullerian duct syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050791" #> #> $`persistent Mullerian duct syndrome`$`_id` #> [1] "DOID_0050791<DOID_3765<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`persistent Mullerian duct syndrome`$privateGeneCount #> [1] 0 #> #> $`persistent Mullerian duct syndrome`$publicGeneCount #> [1] 2 #> #> $`persistent Mullerian duct syndrome`$urlId #> [1] "DOID_0050791" #> #> $`persistent Mullerian duct syndrome`$dbPhenotype #> [1] TRUE #> #> $`persistent Mullerian duct syndrome`$`_parent` #> [1] "DOID_3765<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`persistent Mullerian duct syndrome`$`_is_leaf` #> [1] TRUE #> #> $`persistent Mullerian duct syndrome`$children #> list() #> #> $`persistent Mullerian duct syndrome`$value #> [1] "persistent Mullerian duct syndrome" #> #> #> $`personality disorder` #> $`personality disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1510" #> #> $`personality disorder`$`_id` #> [1] "DOID_1510<DOID_150<DOID_4" #> #> $`personality disorder`$privateGeneCount #> [1] 0 #> #> $`personality disorder`$publicGeneCount #> [1] 6 #> #> $`personality disorder`$urlId #> [1] "DOID_1510" #> #> $`personality disorder`$dbPhenotype #> [1] FALSE #> #> $`personality disorder`$`_parent` #> [1] "DOID_150<DOID_4" #> #> $`personality disorder`$`_is_leaf` #> [1] FALSE #> #> $`personality disorder`$children #> $`personality disorder`$children[[1]] #> [1] "DOID_10939<DOID_1510<DOID_150<DOID_4" #> #> $`personality disorder`$children[[2]] #> [1] "DOID_1509<DOID_1510<DOID_150<DOID_4" #> #> $`personality disorder`$children[[3]] #> [1] "DOID_10930<DOID_1510<DOID_150<DOID_4" #> #> $`personality disorder`$children[[4]] #> [1] "DOID_2745<DOID_1510<DOID_150<DOID_4" #> #> $`personality disorder`$children[[5]] #> [1] "DOID_10646<DOID_1510<DOID_150<DOID_4" #> #> #> $`personality disorder`$value #> [1] "personality disorder" #> #> #> $`pervasive developmental disorder` #> $`pervasive developmental disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060040" #> #> $`pervasive developmental disorder`$`_id` #> [1] "DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`pervasive developmental disorder`$privateGeneCount #> [1] 0 #> #> $`pervasive developmental disorder`$publicGeneCount #> [1] 998 #> #> $`pervasive developmental disorder`$urlId #> [1] "DOID_0060040" #> #> $`pervasive developmental disorder`$dbPhenotype #> [1] FALSE #> #> $`pervasive developmental disorder`$`_parent` #> [1] "DOID_0060037<DOID_150<DOID_4" #> #> $`pervasive developmental disorder`$`_is_leaf` #> [1] FALSE #> #> $`pervasive developmental disorder`$children #> $`pervasive developmental disorder`$children[[1]] #> [1] "DOID_0060041<DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`pervasive developmental disorder`$children[[2]] #> [1] "DOID_1206<DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> #> $`pervasive developmental disorder`$value #> [1] "pervasive developmental disorder" #> #> #> $`Peters anomaly` #> $`Peters anomaly`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000659" #> #> $`Peters anomaly`$`_id` #> [1] "HP_0000659<HP_0007700<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Peters anomaly`$privateGeneCount #> [1] 0 #> #> $`Peters anomaly`$publicGeneCount #> [1] 3 #> #> $`Peters anomaly`$urlId #> [1] "HP_0000659" #> #> $`Peters anomaly`$dbPhenotype #> [1] TRUE #> #> $`Peters anomaly`$`_parent` #> [1] "HP_0007700<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Peters anomaly`$`_is_leaf` #> [1] TRUE #> #> $`Peters anomaly`$children #> list() #> #> $`Peters anomaly`$value #> [1] "Peters anomaly" #> #> #> $`Peutz-Jeghers syndrome` #> $`Peutz-Jeghers syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3852" #> #> $`Peutz-Jeghers syndrome`$`_id` #> [1] "DOID_3852<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`Peutz-Jeghers syndrome`$privateGeneCount #> [1] 0 #> #> $`Peutz-Jeghers syndrome`$publicGeneCount #> [1] 2 #> #> $`Peutz-Jeghers syndrome`$urlId #> [1] "DOID_3852" #> #> $`Peutz-Jeghers syndrome`$dbPhenotype #> [1] TRUE #> #> $`Peutz-Jeghers syndrome`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`Peutz-Jeghers syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Peutz-Jeghers syndrome`$children #> list() #> #> $`Peutz-Jeghers syndrome`$value #> [1] "Peutz-Jeghers syndrome" #> #> #> $`Peyronie's disease` #> $`Peyronie's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8616" #> #> $`Peyronie's disease`$`_id` #> [1] "DOID_8616<DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`Peyronie's disease`$privateGeneCount #> [1] 0 #> #> $`Peyronie's disease`$publicGeneCount #> [1] 1 #> #> $`Peyronie's disease`$urlId #> [1] "DOID_8616" #> #> $`Peyronie's disease`$dbPhenotype #> [1] TRUE #> #> $`Peyronie's disease`$`_parent` #> [1] "DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`Peyronie's disease`$`_is_leaf` #> [1] TRUE #> #> $`Peyronie's disease`$children #> list() #> #> $`Peyronie's disease`$value #> [1] "Peyronie's disease" #> #> #> $`Pfeiffer syndrome` #> $`Pfeiffer syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14705" #> #> $`Pfeiffer syndrome`$`_id` #> [1] "DOID_14705<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Pfeiffer syndrome`$privateGeneCount #> [1] 0 #> #> $`Pfeiffer syndrome`$publicGeneCount #> [1] 3 #> #> $`Pfeiffer syndrome`$urlId #> [1] "DOID_14705" #> #> $`Pfeiffer syndrome`$dbPhenotype #> [1] TRUE #> #> $`Pfeiffer syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Pfeiffer syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Pfeiffer syndrome`$children #> list() #> #> $`Pfeiffer syndrome`$value #> [1] "Pfeiffer syndrome" #> #> #> $`Pfeiffer syndrome` #> $`Pfeiffer syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14705" #> #> $`Pfeiffer syndrome`$`_id` #> [1] "DOID_14705<DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Pfeiffer syndrome`$privateGeneCount #> [1] 0 #> #> $`Pfeiffer syndrome`$publicGeneCount #> [1] 3 #> #> $`Pfeiffer syndrome`$urlId #> [1] "DOID_14705" #> #> $`Pfeiffer syndrome`$dbPhenotype #> [1] TRUE #> #> $`Pfeiffer syndrome`$`_parent` #> [1] "DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Pfeiffer syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Pfeiffer syndrome`$children #> list() #> #> $`Pfeiffer syndrome`$value #> [1] "Pfeiffer syndrome" #> #> #> $`phacogenic glaucoma` #> $`phacogenic glaucoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12571" #> #> $`phacogenic glaucoma`$`_id` #> [1] "DOID_12571<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`phacogenic glaucoma`$privateGeneCount #> [1] 0 #> #> $`phacogenic glaucoma`$publicGeneCount #> [1] 15 #> #> $`phacogenic glaucoma`$urlId #> [1] "DOID_12571" #> #> $`phacogenic glaucoma`$dbPhenotype #> [1] FALSE #> #> $`phacogenic glaucoma`$`_parent` #> [1] "DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`phacogenic glaucoma`$`_is_leaf` #> [1] FALSE #> #> $`phacogenic glaucoma`$children #> $`phacogenic glaucoma`$children[[1]] #> [1] "DOID_13641<DOID_12571<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`phacogenic glaucoma`$value #> [1] "phacogenic glaucoma" #> #> #> $`phagocyte bactericidal dysfunction` #> $`phagocyte bactericidal dysfunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3262" #> #> $`phagocyte bactericidal dysfunction`$`_id` #> [1] "DOID_3262<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`phagocyte bactericidal dysfunction`$privateGeneCount #> [1] 0 #> #> $`phagocyte bactericidal dysfunction`$publicGeneCount #> [1] 9 #> #> $`phagocyte bactericidal dysfunction`$urlId #> [1] "DOID_3262" #> #> $`phagocyte bactericidal dysfunction`$dbPhenotype #> [1] TRUE #> #> $`phagocyte bactericidal dysfunction`$`_parent` #> [1] "DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`phagocyte bactericidal dysfunction`$`_is_leaf` #> [1] FALSE #> #> $`phagocyte bactericidal dysfunction`$children #> $`phagocyte bactericidal dysfunction`$children[[1]] #> [1] "DOID_3265<DOID_3262<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`phagocyte bactericidal dysfunction`$value #> [1] "phagocyte bactericidal dysfunction" #> #> #> $`pharyngoconjunctival fever` #> $`pharyngoconjunctival fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13801" #> #> $`pharyngoconjunctival fever`$`_id` #> [1] "DOID_13801<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`pharyngoconjunctival fever`$privateGeneCount #> [1] 0 #> #> $`pharyngoconjunctival fever`$publicGeneCount #> [1] 1 #> #> $`pharyngoconjunctival fever`$urlId #> [1] "DOID_13801" #> #> $`pharyngoconjunctival fever`$dbPhenotype #> [1] TRUE #> #> $`pharyngoconjunctival fever`$`_parent` #> [1] "DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`pharyngoconjunctival fever`$`_is_leaf` #> [1] TRUE #> #> $`pharyngoconjunctival fever`$children #> list() #> #> $`pharyngoconjunctival fever`$value #> [1] "pharyngoconjunctival fever" #> #> #> $`pharyngoconjunctival fever` #> $`pharyngoconjunctival fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13801" #> #> $`pharyngoconjunctival fever`$`_id` #> [1] "DOID_13801<DOID_934<DOID_0050117<DOID_4" #> #> $`pharyngoconjunctival fever`$privateGeneCount #> [1] 0 #> #> $`pharyngoconjunctival fever`$publicGeneCount #> [1] 1 #> #> $`pharyngoconjunctival fever`$urlId #> [1] "DOID_13801" #> #> $`pharyngoconjunctival fever`$dbPhenotype #> [1] TRUE #> #> $`pharyngoconjunctival fever`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`pharyngoconjunctival fever`$`_is_leaf` #> [1] TRUE #> #> $`pharyngoconjunctival fever`$children #> list() #> #> $`pharyngoconjunctival fever`$value #> [1] "pharyngoconjunctival fever" #> #> #> $`pharynx cancer` #> $`pharynx cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060119" #> #> $`pharynx cancer`$`_id` #> [1] "DOID_0060119<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pharynx cancer`$privateGeneCount #> [1] 0 #> #> $`pharynx cancer`$publicGeneCount #> [1] 20 #> #> $`pharynx cancer`$urlId #> [1] "DOID_0060119" #> #> $`pharynx cancer`$dbPhenotype #> [1] FALSE #> #> $`pharynx cancer`$`_parent` #> [1] "DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pharynx cancer`$`_is_leaf` #> [1] FALSE #> #> $`pharynx cancer`$children #> $`pharynx cancer`$children[[1]] #> [1] "DOID_8533<DOID_0060119<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pharynx cancer`$children[[2]] #> [1] "DOID_9261<DOID_0060119<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`pharynx cancer`$value #> [1] "pharynx cancer" #> #> #> $`pharynx cancer` #> $`pharynx cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060119" #> #> $`pharynx cancer`$`_id` #> [1] "DOID_0060119<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`pharynx cancer`$privateGeneCount #> [1] 0 #> #> $`pharynx cancer`$publicGeneCount #> [1] 20 #> #> $`pharynx cancer`$urlId #> [1] "DOID_0060119" #> #> $`pharynx cancer`$dbPhenotype #> [1] FALSE #> #> $`pharynx cancer`$`_parent` #> [1] "DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`pharynx cancer`$`_is_leaf` #> [1] FALSE #> #> $`pharynx cancer`$children #> $`pharynx cancer`$children[[1]] #> [1] "DOID_8533<DOID_0060119<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`pharynx cancer`$children[[2]] #> [1] "DOID_9261<DOID_0060119<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`pharynx cancer`$value #> [1] "pharynx cancer" #> #> #> $`phencyclidine abuse` #> $`phencyclidine abuse`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5062" #> #> $`phencyclidine abuse`$`_id` #> [1] "DOID_5062<DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`phencyclidine abuse`$privateGeneCount #> [1] 0 #> #> $`phencyclidine abuse`$publicGeneCount #> [1] 7 #> #> $`phencyclidine abuse`$urlId #> [1] "DOID_5062" #> #> $`phencyclidine abuse`$dbPhenotype #> [1] TRUE #> #> $`phencyclidine abuse`$`_parent` #> [1] "DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`phencyclidine abuse`$`_is_leaf` #> [1] TRUE #> #> $`phencyclidine abuse`$children #> list() #> #> $`phencyclidine abuse`$value #> [1] "phencyclidine abuse" #> #> #> $`Phenotypic abnormality` #> $`Phenotypic abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000118" #> #> $`Phenotypic abnormality`$`_id` #> [1] "HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$privateGeneCount #> [1] 0 #> #> $`Phenotypic abnormality`$publicGeneCount #> [1] 1668 #> #> $`Phenotypic abnormality`$urlId #> [1] "HP_0000118" #> #> $`Phenotypic abnormality`$dbPhenotype #> [1] FALSE #> #> $`Phenotypic abnormality`$`_parent` #> [1] "HP_0000001" #> #> $`Phenotypic abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Phenotypic abnormality`$children #> $`Phenotypic abnormality`$children[[1]] #> [1] "HP_0025354<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[2]] #> [1] "HP_0001871<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[3]] #> [1] "HP_0003549<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[4]] #> [1] "HP_0000152<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[5]] #> [1] "HP_0040064<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[6]] #> [1] "HP_0001939<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[7]] #> [1] "HP_0001197<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[8]] #> [1] "HP_0000769<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[9]] #> [1] "HP_0001626<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[10]] #> [1] "HP_0025031<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[11]] #> [1] "HP_0000598<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[12]] #> [1] "HP_0000818<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[13]] #> [1] "HP_0000478<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[14]] #> [1] "HP_0000119<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[15]] #> [1] "HP_0002715<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[16]] #> [1] "HP_0001574<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[17]] #> [1] "HP_0003011<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[18]] #> [1] "HP_0000707<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[19]] #> [1] "HP_0002086<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[20]] #> [1] "HP_0000924<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[21]] #> [1] "HP_0025142<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[22]] #> [1] "HP_0001507<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[23]] #> [1] "HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Phenotypic abnormality`$value #> [1] "Phenotypic abnormality" #> #> #> $phenylketonuria #> $phenylketonuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9281" #> #> $phenylketonuria$`_id` #> [1] "DOID_9281<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $phenylketonuria$privateGeneCount #> [1] 0 #> #> $phenylketonuria$publicGeneCount #> [1] 3 #> #> $phenylketonuria$urlId #> [1] "DOID_9281" #> #> $phenylketonuria$dbPhenotype #> [1] TRUE #> #> $phenylketonuria$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $phenylketonuria$`_is_leaf` #> [1] TRUE #> #> $phenylketonuria$children #> list() #> #> $phenylketonuria$value #> [1] "phenylketonuria" #> #> #> $pheochromocytoma #> $pheochromocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050771" #> #> $pheochromocytoma$`_id` #> [1] "DOID_0050771<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $pheochromocytoma$privateGeneCount #> [1] 0 #> #> $pheochromocytoma$publicGeneCount #> [1] 11 #> #> $pheochromocytoma$urlId #> [1] "DOID_0050771" #> #> $pheochromocytoma$dbPhenotype #> [1] TRUE #> #> $pheochromocytoma$`_parent` #> [1] "DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $pheochromocytoma$`_is_leaf` #> [1] FALSE #> #> $pheochromocytoma$children #> $pheochromocytoma$children[[1]] #> [1] "DOID_0050773<DOID_0050771<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $pheochromocytoma$value #> [1] "pheochromocytoma" #> #> #> $Pheochromocytoma #> $Pheochromocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002666" #> #> $Pheochromocytoma$`_id` #> [1] "HP_0002666<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $Pheochromocytoma$privateGeneCount #> [1] 0 #> #> $Pheochromocytoma$publicGeneCount #> [1] 14 #> #> $Pheochromocytoma$urlId #> [1] "HP_0002666" #> #> $Pheochromocytoma$dbPhenotype #> [1] TRUE #> #> $Pheochromocytoma$`_parent` #> [1] "HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $Pheochromocytoma$`_is_leaf` #> [1] TRUE #> #> $Pheochromocytoma$children #> list() #> #> $Pheochromocytoma$value #> [1] "Pheochromocytoma" #> #> #> $Pheochromocytoma #> $Pheochromocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002666" #> #> $Pheochromocytoma$`_id` #> [1] "HP_0002666<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $Pheochromocytoma$privateGeneCount #> [1] 0 #> #> $Pheochromocytoma$publicGeneCount #> [1] 14 #> #> $Pheochromocytoma$urlId #> [1] "HP_0002666" #> #> $Pheochromocytoma$dbPhenotype #> [1] TRUE #> #> $Pheochromocytoma$`_parent` #> [1] "HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $Pheochromocytoma$`_is_leaf` #> [1] TRUE #> #> $Pheochromocytoma$children #> list() #> #> $Pheochromocytoma$value #> [1] "Pheochromocytoma" #> #> #> $`PHGDH deficiency` #> $`PHGDH deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050722" #> #> $`PHGDH deficiency`$`_id` #> [1] "DOID_0050722<DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`PHGDH deficiency`$privateGeneCount #> [1] 0 #> #> $`PHGDH deficiency`$publicGeneCount #> [1] 1 #> #> $`PHGDH deficiency`$urlId #> [1] "DOID_0050722" #> #> $`PHGDH deficiency`$dbPhenotype #> [1] TRUE #> #> $`PHGDH deficiency`$`_parent` #> [1] "DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`PHGDH deficiency`$`_is_leaf` #> [1] TRUE #> #> $`PHGDH deficiency`$children #> list() #> #> $`PHGDH deficiency`$value #> [1] "PHGDH deficiency" #> #> #> $phlebitis #> $phlebitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_864" #> #> $phlebitis$`_id` #> [1] "DOID_864<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $phlebitis$privateGeneCount #> [1] 0 #> #> $phlebitis$publicGeneCount #> [1] 2 #> #> $phlebitis$urlId #> [1] "DOID_864" #> #> $phlebitis$dbPhenotype #> [1] FALSE #> #> $phlebitis$`_parent` #> [1] "DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $phlebitis$`_is_leaf` #> [1] FALSE #> #> $phlebitis$children #> $phlebitis$children[[1]] #> [1] "DOID_3875<DOID_864<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $phlebitis$value #> [1] "phlebitis" #> #> #> $`phobic disorder` #> $`phobic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_591" #> #> $`phobic disorder`$`_id` #> [1] "DOID_591<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`phobic disorder`$privateGeneCount #> [1] 0 #> #> $`phobic disorder`$publicGeneCount #> [1] 2 #> #> $`phobic disorder`$urlId #> [1] "DOID_591" #> #> $`phobic disorder`$dbPhenotype #> [1] TRUE #> #> $`phobic disorder`$`_parent` #> [1] "DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`phobic disorder`$`_is_leaf` #> [1] FALSE #> #> $`phobic disorder`$children #> $`phobic disorder`$children[[1]] #> [1] "DOID_11257<DOID_591<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> #> $`phobic disorder`$value #> [1] "phobic disorder" #> #> #> $`phosphorus metabolism disease` #> $`phosphorus metabolism disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2485" #> #> $`phosphorus metabolism disease`$`_id` #> [1] "DOID_2485<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`phosphorus metabolism disease`$privateGeneCount #> [1] 0 #> #> $`phosphorus metabolism disease`$publicGeneCount #> [1] 6 #> #> $`phosphorus metabolism disease`$urlId #> [1] "DOID_2485" #> #> $`phosphorus metabolism disease`$dbPhenotype #> [1] FALSE #> #> $`phosphorus metabolism disease`$`_parent` #> [1] "DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`phosphorus metabolism disease`$`_is_leaf` #> [1] FALSE #> #> $`phosphorus metabolism disease`$children #> $`phosphorus metabolism disease`$children[[1]] #> [1] "DOID_0050459<DOID_2485<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`phosphorus metabolism disease`$children[[2]] #> [1] "DOID_0050336<DOID_2485<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`phosphorus metabolism disease`$value #> [1] "phosphorus metabolism disease" #> #> #> $Photophobia #> $Photophobia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000613" #> #> $Photophobia$`_id` #> [1] "HP_0000613<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $Photophobia$privateGeneCount #> [1] 0 #> #> $Photophobia$publicGeneCount #> [1] 1 #> #> $Photophobia$urlId #> [1] "HP_0000613" #> #> $Photophobia$dbPhenotype #> [1] TRUE #> #> $Photophobia$`_parent` #> [1] "HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $Photophobia$`_is_leaf` #> [1] TRUE #> #> $Photophobia$children #> list() #> #> $Photophobia$value #> [1] "Photophobia" #> #> #> $Photophobia #> $Photophobia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000613" #> #> $Photophobia$`_id` #> [1] "HP_0000613<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Photophobia$privateGeneCount #> [1] 0 #> #> $Photophobia$publicGeneCount #> [1] 1 #> #> $Photophobia$urlId #> [1] "HP_0000613" #> #> $Photophobia$dbPhenotype #> [1] TRUE #> #> $Photophobia$`_parent` #> [1] "HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Photophobia$`_is_leaf` #> [1] TRUE #> #> $Photophobia$children #> list() #> #> $Photophobia$value #> [1] "Photophobia" #> #> #> $`photosensitive trichothiodystrophy` #> $`photosensitive trichothiodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2960" #> #> $`photosensitive trichothiodystrophy`$`_id` #> [1] "DOID_2960<DOID_0111866<DOID_225<DOID_4" #> #> $`photosensitive trichothiodystrophy`$privateGeneCount #> [1] 0 #> #> $`photosensitive trichothiodystrophy`$publicGeneCount #> [1] 3 #> #> $`photosensitive trichothiodystrophy`$urlId #> [1] "DOID_2960" #> #> $`photosensitive trichothiodystrophy`$dbPhenotype #> [1] TRUE #> #> $`photosensitive trichothiodystrophy`$`_parent` #> [1] "DOID_0111866<DOID_225<DOID_4" #> #> $`photosensitive trichothiodystrophy`$`_is_leaf` #> [1] TRUE #> #> $`photosensitive trichothiodystrophy`$children #> list() #> #> $`photosensitive trichothiodystrophy`$value #> [1] "photosensitive trichothiodystrophy" #> #> #> $`photosensitivity disease` #> $`photosensitivity disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3159" #> #> $`photosensitivity disease`$`_id` #> [1] "DOID_3159<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`photosensitivity disease`$privateGeneCount #> [1] 0 #> #> $`photosensitivity disease`$publicGeneCount #> [1] 6 #> #> $`photosensitivity disease`$urlId #> [1] "DOID_3159" #> #> $`photosensitivity disease`$dbPhenotype #> [1] TRUE #> #> $`photosensitivity disease`$`_parent` #> [1] "DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`photosensitivity disease`$`_is_leaf` #> [1] TRUE #> #> $`photosensitivity disease`$children #> list() #> #> $`photosensitivity disease`$value #> [1] "photosensitivity disease" #> #> #> $`physical disorder` #> $`physical disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080015" #> #> $`physical disorder`$`_id` #> [1] "DOID_0080015<DOID_4" #> #> $`physical disorder`$privateGeneCount #> [1] 0 #> #> $`physical disorder`$publicGeneCount #> [1] 198 #> #> $`physical disorder`$urlId #> [1] "DOID_0080015" #> #> $`physical disorder`$dbPhenotype #> [1] FALSE #> #> $`physical disorder`$`_parent` #> [1] "DOID_4" #> #> $`physical disorder`$`_is_leaf` #> [1] FALSE #> #> $`physical disorder`$children #> $`physical disorder`$children[[1]] #> [1] "DOID_0060341<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[2]] #> [1] "DOID_2490<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[3]] #> [1] "DOID_11044<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[4]] #> [1] "DOID_10892<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[5]] #> [1] "DOID_10488<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[6]] #> [1] "DOID_10426<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[7]] #> [1] "DOID_0080074<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[8]] #> [1] "DOID_0050567<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[9]] #> [1] "DOID_1148<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[10]] #> [1] "DOID_0060259<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[11]] #> [1] "DOID_14681<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[12]] #> [1] "DOID_0050545<DOID_0080015<DOID_4" #> #> #> $`physical disorder`$value #> [1] "physical disorder" #> #> #> $`physical urticaria` #> $`physical urticaria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060220" #> #> $`physical urticaria`$`_id` #> [1] "DOID_0060220<DOID_1555<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`physical urticaria`$privateGeneCount #> [1] 0 #> #> $`physical urticaria`$publicGeneCount #> [1] 1 #> #> $`physical urticaria`$urlId #> [1] "DOID_0060220" #> #> $`physical urticaria`$dbPhenotype #> [1] FALSE #> #> $`physical urticaria`$`_parent` #> [1] "DOID_1555<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`physical urticaria`$`_is_leaf` #> [1] FALSE #> #> $`physical urticaria`$children #> $`physical urticaria`$children[[1]] #> [1] "DOID_1554<DOID_0060220<DOID_1555<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`physical urticaria`$value #> [1] "physical urticaria" #> #> #> $`Pick's disease` #> $`Pick's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11870" #> #> $`Pick's disease`$`_id` #> [1] "DOID_11870<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Pick's disease`$privateGeneCount #> [1] 0 #> #> $`Pick's disease`$publicGeneCount #> [1] 10 #> #> $`Pick's disease`$urlId #> [1] "DOID_11870" #> #> $`Pick's disease`$dbPhenotype #> [1] TRUE #> #> $`Pick's disease`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Pick's disease`$`_is_leaf` #> [1] TRUE #> #> $`Pick's disease`$children #> list() #> #> $`Pick's disease`$value #> [1] "Pick's disease" #> #> #> $piebaldism #> $piebaldism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3263" #> #> $piebaldism$`_id` #> [1] "DOID_3263<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $piebaldism$privateGeneCount #> [1] 0 #> #> $piebaldism$publicGeneCount #> [1] 2 #> #> $piebaldism$urlId #> [1] "DOID_3263" #> #> $piebaldism$dbPhenotype #> [1] TRUE #> #> $piebaldism$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $piebaldism$`_is_leaf` #> [1] TRUE #> #> $piebaldism$children #> list() #> #> $piebaldism$value #> [1] "piebaldism" #> #> #> $piebaldism #> $piebaldism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3263" #> #> $piebaldism$`_id` #> [1] "DOID_3263<DOID_16<DOID_7<DOID_4" #> #> $piebaldism$privateGeneCount #> [1] 0 #> #> $piebaldism$publicGeneCount #> [1] 2 #> #> $piebaldism$urlId #> [1] "DOID_3263" #> #> $piebaldism$dbPhenotype #> [1] TRUE #> #> $piebaldism$`_parent` #> [1] "DOID_16<DOID_7<DOID_4" #> #> $piebaldism$`_is_leaf` #> [1] TRUE #> #> $piebaldism$children #> list() #> #> $piebaldism$value #> [1] "piebaldism" #> #> #> $`pigmentation disease` #> $`pigmentation disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10123" #> #> $`pigmentation disease`$`_id` #> [1] "DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pigmentation disease`$privateGeneCount #> [1] 0 #> #> $`pigmentation disease`$publicGeneCount #> [1] 12 #> #> $`pigmentation disease`$urlId #> [1] "DOID_10123" #> #> $`pigmentation disease`$dbPhenotype #> [1] FALSE #> #> $`pigmentation disease`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pigmentation disease`$`_is_leaf` #> [1] FALSE #> #> $`pigmentation disease`$children #> $`pigmentation disease`$children[[1]] #> [1] "DOID_3138<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pigmentation disease`$children[[2]] #> [1] "DOID_12305<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pigmentation disease`$children[[3]] #> [1] "DOID_0060256<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pigmentation disease`$children[[4]] #> [1] "DOID_0060257<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pigmentation disease`$children[[5]] #> [1] "DOID_0060304<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pigmentation disease`$children[[6]] #> [1] "DOID_2383<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pigmentation disease`$children[[7]] #> [1] "DOID_0060258<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`pigmentation disease`$value #> [1] "pigmentation disease" #> #> #> $`pilocytic astrocytoma` #> $`pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4851" #> #> $`pilocytic astrocytoma`$`_id` #> [1] "DOID_4851<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`pilocytic astrocytoma`$urlId #> [1] "DOID_4851" #> #> $`pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`pilocytic astrocytoma`$`_parent` #> [1] "DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`pilocytic astrocytoma`$children #> $`pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`pilocytic astrocytoma`$value #> [1] "pilocytic astrocytoma" #> #> #> $`pilocytic astrocytoma` #> $`pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4851" #> #> $`pilocytic astrocytoma`$`_id` #> [1] "DOID_4851<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`pilocytic astrocytoma`$urlId #> [1] "DOID_4851" #> #> $`pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`pilocytic astrocytoma`$`_parent` #> [1] "DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`pilocytic astrocytoma`$children #> $`pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`pilocytic astrocytoma`$value #> [1] "pilocytic astrocytoma" #> #> #> $`pilocytic astrocytoma` #> $`pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4851" #> #> $`pilocytic astrocytoma`$`_id` #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`pilocytic astrocytoma`$urlId #> [1] "DOID_4851" #> #> $`pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`pilocytic astrocytoma`$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`pilocytic astrocytoma`$children #> $`pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`pilocytic astrocytoma`$value #> [1] "pilocytic astrocytoma" #> #> #> $`pilocytic astrocytoma` #> $`pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4851" #> #> $`pilocytic astrocytoma`$`_id` #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`pilocytic astrocytoma`$urlId #> [1] "DOID_4851" #> #> $`pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`pilocytic astrocytoma`$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`pilocytic astrocytoma`$children #> $`pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`pilocytic astrocytoma`$value #> [1] "pilocytic astrocytoma" #> #> #> $`pilocytic astrocytoma` #> $`pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4851" #> #> $`pilocytic astrocytoma`$`_id` #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`pilocytic astrocytoma`$urlId #> [1] "DOID_4851" #> #> $`pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`pilocytic astrocytoma`$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`pilocytic astrocytoma`$children #> $`pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`pilocytic astrocytoma`$value #> [1] "pilocytic astrocytoma" #> #> #> $`pilocytic astrocytoma` #> $`pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4851" #> #> $`pilocytic astrocytoma`$`_id` #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`pilocytic astrocytoma`$urlId #> [1] "DOID_4851" #> #> $`pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`pilocytic astrocytoma`$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`pilocytic astrocytoma`$children #> $`pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`pilocytic astrocytoma`$value #> [1] "pilocytic astrocytoma" #> #> #> $`pilocytic astrocytoma` #> $`pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4851" #> #> $`pilocytic astrocytoma`$`_id` #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`pilocytic astrocytoma`$urlId #> [1] "DOID_4851" #> #> $`pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`pilocytic astrocytoma`$`_parent` #> [1] "DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`pilocytic astrocytoma`$children #> $`pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`pilocytic astrocytoma`$value #> [1] "pilocytic astrocytoma" #> #> #> $`pilocytic astrocytoma` #> $`pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4851" #> #> $`pilocytic astrocytoma`$`_id` #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`pilocytic astrocytoma`$urlId #> [1] "DOID_4851" #> #> $`pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`pilocytic astrocytoma`$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`pilocytic astrocytoma`$children #> $`pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`pilocytic astrocytoma`$value #> [1] "pilocytic astrocytoma" #> #> #> $`pilocytic astrocytoma` #> $`pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4851" #> #> $`pilocytic astrocytoma`$`_id` #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`pilocytic astrocytoma`$urlId #> [1] "DOID_4851" #> #> $`pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`pilocytic astrocytoma`$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`pilocytic astrocytoma`$children #> $`pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`pilocytic astrocytoma`$value #> [1] "pilocytic astrocytoma" #> #> #> $`pilocytic astrocytoma` #> $`pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4851" #> #> $`pilocytic astrocytoma`$`_id` #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`pilocytic astrocytoma`$urlId #> [1] "DOID_4851" #> #> $`pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`pilocytic astrocytoma`$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`pilocytic astrocytoma`$children #> $`pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`pilocytic astrocytoma`$value #> [1] "pilocytic astrocytoma" #> #> #> $pilomatrixoma #> $pilomatrixoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5374" #> #> $pilomatrixoma$`_id` #> [1] "DOID_5374<DOID_5375<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $pilomatrixoma$privateGeneCount #> [1] 0 #> #> $pilomatrixoma$publicGeneCount #> [1] 2 #> #> $pilomatrixoma$urlId #> [1] "DOID_5374" #> #> $pilomatrixoma$dbPhenotype #> [1] TRUE #> #> $pilomatrixoma$`_parent` #> [1] "DOID_5375<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $pilomatrixoma$`_is_leaf` #> [1] TRUE #> #> $pilomatrixoma$children #> list() #> #> $pilomatrixoma$value #> [1] "pilomatrixoma" #> #> #> $pilomatrixoma #> $pilomatrixoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5374" #> #> $pilomatrixoma$`_id` #> [1] "DOID_5374<DOID_5375<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $pilomatrixoma$privateGeneCount #> [1] 0 #> #> $pilomatrixoma$publicGeneCount #> [1] 2 #> #> $pilomatrixoma$urlId #> [1] "DOID_5374" #> #> $pilomatrixoma$dbPhenotype #> [1] TRUE #> #> $pilomatrixoma$`_parent` #> [1] "DOID_5375<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $pilomatrixoma$`_is_leaf` #> [1] TRUE #> #> $pilomatrixoma$children #> list() #> #> $pilomatrixoma$value #> [1] "pilomatrixoma" #> #> #> $pilomatrixoma #> $pilomatrixoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5374" #> #> $pilomatrixoma$`_id` #> [1] "DOID_5374<DOID_5375<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $pilomatrixoma$privateGeneCount #> [1] 0 #> #> $pilomatrixoma$publicGeneCount #> [1] 2 #> #> $pilomatrixoma$urlId #> [1] "DOID_5374" #> #> $pilomatrixoma$dbPhenotype #> [1] TRUE #> #> $pilomatrixoma$`_parent` #> [1] "DOID_5375<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $pilomatrixoma$`_is_leaf` #> [1] TRUE #> #> $pilomatrixoma$children #> list() #> #> $pilomatrixoma$value #> [1] "pilomatrixoma" #> #> #> $`pineal gland cancer` #> $`pineal gland cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5032" #> #> $`pineal gland cancer`$`_id` #> [1] "DOID_5032<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pineal gland cancer`$privateGeneCount #> [1] 0 #> #> $`pineal gland cancer`$publicGeneCount #> [1] 1 #> #> $`pineal gland cancer`$urlId #> [1] "DOID_5032" #> #> $`pineal gland cancer`$dbPhenotype #> [1] TRUE #> #> $`pineal gland cancer`$`_parent` #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pineal gland cancer`$`_is_leaf` #> [1] FALSE #> #> $`pineal gland cancer`$children #> $`pineal gland cancer`$children[[1]] #> [1] "DOID_1664<DOID_5032<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`pineal gland cancer`$value #> [1] "pineal gland cancer" #> #> #> $pineoblastoma #> $pineoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1664" #> #> $pineoblastoma$`_id` #> [1] "DOID_1664<DOID_5032<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $pineoblastoma$privateGeneCount #> [1] 0 #> #> $pineoblastoma$publicGeneCount #> [1] 1 #> #> $pineoblastoma$urlId #> [1] "DOID_1664" #> #> $pineoblastoma$dbPhenotype #> [1] TRUE #> #> $pineoblastoma$`_parent` #> [1] "DOID_5032<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $pineoblastoma$`_is_leaf` #> [1] TRUE #> #> $pineoblastoma$children #> list() #> #> $pineoblastoma$value #> [1] "pineoblastoma" #> #> #> $`Pitt-Hopkins syndrome` #> $`Pitt-Hopkins syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060488" #> #> $`Pitt-Hopkins syndrome`$`_id` #> [1] "DOID_0060488<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Pitt-Hopkins syndrome`$privateGeneCount #> [1] 0 #> #> $`Pitt-Hopkins syndrome`$publicGeneCount #> [1] 1 #> #> $`Pitt-Hopkins syndrome`$urlId #> [1] "DOID_0060488" #> #> $`Pitt-Hopkins syndrome`$dbPhenotype #> [1] TRUE #> #> $`Pitt-Hopkins syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Pitt-Hopkins syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Pitt-Hopkins syndrome`$children #> list() #> #> $`Pitt-Hopkins syndrome`$value #> [1] "Pitt-Hopkins syndrome" #> #> #> $`Pitt-Hopkins syndrome` #> $`Pitt-Hopkins syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060488" #> #> $`Pitt-Hopkins syndrome`$`_id` #> [1] "DOID_0060488<DOID_225<DOID_4" #> #> $`Pitt-Hopkins syndrome`$privateGeneCount #> [1] 0 #> #> $`Pitt-Hopkins syndrome`$publicGeneCount #> [1] 1 #> #> $`Pitt-Hopkins syndrome`$urlId #> [1] "DOID_0060488" #> #> $`Pitt-Hopkins syndrome`$dbPhenotype #> [1] TRUE #> #> $`Pitt-Hopkins syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Pitt-Hopkins syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Pitt-Hopkins syndrome`$children #> list() #> #> $`Pitt-Hopkins syndrome`$value #> [1] "Pitt-Hopkins syndrome" #> #> #> $`pituitary adenoma` #> $`pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3829" #> #> $`pituitary adenoma`$`_id` #> [1] "DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`pituitary adenoma`$publicGeneCount #> [1] 15 #> #> $`pituitary adenoma`$urlId #> [1] "DOID_3829" #> #> $`pituitary adenoma`$dbPhenotype #> [1] TRUE #> #> $`pituitary adenoma`$`_parent` #> [1] "DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`pituitary adenoma`$`_is_leaf` #> [1] FALSE #> #> $`pituitary adenoma`$children #> $`pituitary adenoma`$children[[1]] #> [1] "DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`pituitary adenoma`$value #> [1] "pituitary adenoma" #> #> #> $`pituitary adenoma` #> $`pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3829" #> #> $`pituitary adenoma`$`_id` #> [1] "DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`pituitary adenoma`$publicGeneCount #> [1] 15 #> #> $`pituitary adenoma`$urlId #> [1] "DOID_3829" #> #> $`pituitary adenoma`$dbPhenotype #> [1] TRUE #> #> $`pituitary adenoma`$`_parent` #> [1] "DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary adenoma`$`_is_leaf` #> [1] FALSE #> #> $`pituitary adenoma`$children #> $`pituitary adenoma`$children[[1]] #> [1] "DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> #> $`pituitary adenoma`$value #> [1] "pituitary adenoma" #> #> #> $`pituitary adenoma` #> $`pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3829" #> #> $`pituitary adenoma`$`_id` #> [1] "DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`pituitary adenoma`$publicGeneCount #> [1] 15 #> #> $`pituitary adenoma`$urlId #> [1] "DOID_3829" #> #> $`pituitary adenoma`$dbPhenotype #> [1] TRUE #> #> $`pituitary adenoma`$`_parent` #> [1] "DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`pituitary adenoma`$`_is_leaf` #> [1] FALSE #> #> $`pituitary adenoma`$children #> $`pituitary adenoma`$children[[1]] #> [1] "DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`pituitary adenoma`$value #> [1] "pituitary adenoma" #> #> #> $`pituitary apoplexy` #> $`pituitary apoplexy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1129" #> #> $`pituitary apoplexy`$`_id` #> [1] "DOID_1129<DOID_1130<DOID_3646<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary apoplexy`$privateGeneCount #> [1] 0 #> #> $`pituitary apoplexy`$publicGeneCount #> [1] 1 #> #> $`pituitary apoplexy`$urlId #> [1] "DOID_1129" #> #> $`pituitary apoplexy`$dbPhenotype #> [1] TRUE #> #> $`pituitary apoplexy`$`_parent` #> [1] "DOID_1130<DOID_3646<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary apoplexy`$`_is_leaf` #> [1] TRUE #> #> $`pituitary apoplexy`$children #> list() #> #> $`pituitary apoplexy`$value #> [1] "pituitary apoplexy" #> #> #> $`pituitary cancer` #> $`pituitary cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1785" #> #> $`pituitary cancer`$`_id` #> [1] "DOID_1785<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pituitary cancer`$privateGeneCount #> [1] 0 #> #> $`pituitary cancer`$publicGeneCount #> [1] 10 #> #> $`pituitary cancer`$urlId #> [1] "DOID_1785" #> #> $`pituitary cancer`$dbPhenotype #> [1] TRUE #> #> $`pituitary cancer`$`_parent` #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pituitary cancer`$`_is_leaf` #> [1] FALSE #> #> $`pituitary cancer`$children #> $`pituitary cancer`$children[[1]] #> [1] "DOID_4916<DOID_1785<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`pituitary cancer`$value #> [1] "pituitary cancer" #> #> #> $`pituitary cancer` #> $`pituitary cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1785" #> #> $`pituitary cancer`$`_id` #> [1] "DOID_1785<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary cancer`$privateGeneCount #> [1] 0 #> #> $`pituitary cancer`$publicGeneCount #> [1] 10 #> #> $`pituitary cancer`$urlId #> [1] "DOID_1785" #> #> $`pituitary cancer`$dbPhenotype #> [1] TRUE #> #> $`pituitary cancer`$`_parent` #> [1] "DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary cancer`$`_is_leaf` #> [1] FALSE #> #> $`pituitary cancer`$children #> $`pituitary cancer`$children[[1]] #> [1] "DOID_4916<DOID_1785<DOID_53<DOID_28<DOID_7<DOID_4" #> #> #> $`pituitary cancer`$value #> [1] "pituitary cancer" #> #> #> $`pituitary carcinoma` #> $`pituitary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4916" #> #> $`pituitary carcinoma`$`_id` #> [1] "DOID_4916<DOID_1785<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pituitary carcinoma`$privateGeneCount #> [1] 0 #> #> $`pituitary carcinoma`$publicGeneCount #> [1] 10 #> #> $`pituitary carcinoma`$urlId #> [1] "DOID_4916" #> #> $`pituitary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pituitary carcinoma`$`_parent` #> [1] "DOID_1785<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pituitary carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`pituitary carcinoma`$children #> list() #> #> $`pituitary carcinoma`$value #> [1] "pituitary carcinoma" #> #> #> $`pituitary carcinoma` #> $`pituitary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4916" #> #> $`pituitary carcinoma`$`_id` #> [1] "DOID_4916<DOID_1785<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary carcinoma`$privateGeneCount #> [1] 0 #> #> $`pituitary carcinoma`$publicGeneCount #> [1] 10 #> #> $`pituitary carcinoma`$urlId #> [1] "DOID_4916" #> #> $`pituitary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pituitary carcinoma`$`_parent` #> [1] "DOID_1785<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`pituitary carcinoma`$children #> list() #> #> $`pituitary carcinoma`$value #> [1] "pituitary carcinoma" #> #> #> $`pituitary carcinoma` #> $`pituitary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4916" #> #> $`pituitary carcinoma`$`_id` #> [1] "DOID_4916<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pituitary carcinoma`$privateGeneCount #> [1] 0 #> #> $`pituitary carcinoma`$publicGeneCount #> [1] 10 #> #> $`pituitary carcinoma`$urlId #> [1] "DOID_4916" #> #> $`pituitary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pituitary carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pituitary carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`pituitary carcinoma`$children #> list() #> #> $`pituitary carcinoma`$value #> [1] "pituitary carcinoma" #> #> #> $`Pituitary dwarfism` #> $`Pituitary dwarfism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000839" #> #> $`Pituitary dwarfism`$`_id` #> [1] "HP_0000839<HP_0000824<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Pituitary dwarfism`$privateGeneCount #> [1] 0 #> #> $`Pituitary dwarfism`$publicGeneCount #> [1] 5 #> #> $`Pituitary dwarfism`$urlId #> [1] "HP_0000839" #> #> $`Pituitary dwarfism`$dbPhenotype #> [1] TRUE #> #> $`Pituitary dwarfism`$`_parent` #> [1] "HP_0000824<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Pituitary dwarfism`$`_is_leaf` #> [1] TRUE #> #> $`Pituitary dwarfism`$children #> list() #> #> $`Pituitary dwarfism`$value #> [1] "Pituitary dwarfism" #> #> #> $`Pituitary dwarfism` #> $`Pituitary dwarfism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000839" #> #> $`Pituitary dwarfism`$`_id` #> [1] "HP_0000839<HP_0000824<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Pituitary dwarfism`$privateGeneCount #> [1] 0 #> #> $`Pituitary dwarfism`$publicGeneCount #> [1] 5 #> #> $`Pituitary dwarfism`$urlId #> [1] "HP_0000839" #> #> $`Pituitary dwarfism`$dbPhenotype #> [1] TRUE #> #> $`Pituitary dwarfism`$`_parent` #> [1] "HP_0000824<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Pituitary dwarfism`$`_is_leaf` #> [1] TRUE #> #> $`Pituitary dwarfism`$children #> list() #> #> $`Pituitary dwarfism`$value #> [1] "Pituitary dwarfism" #> #> #> $`Pituitary dwarfism` #> $`Pituitary dwarfism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000839" #> #> $`Pituitary dwarfism`$`_id` #> [1] "HP_0000839<HP_0000824<HP_0032367<HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> $`Pituitary dwarfism`$privateGeneCount #> [1] 0 #> #> $`Pituitary dwarfism`$publicGeneCount #> [1] 5 #> #> $`Pituitary dwarfism`$urlId #> [1] "HP_0000839" #> #> $`Pituitary dwarfism`$dbPhenotype #> [1] TRUE #> #> $`Pituitary dwarfism`$`_parent` #> [1] "HP_0000824<HP_0032367<HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> $`Pituitary dwarfism`$`_is_leaf` #> [1] TRUE #> #> $`Pituitary dwarfism`$children #> list() #> #> $`Pituitary dwarfism`$value #> [1] "Pituitary dwarfism" #> #> #> $`Pituitary dwarfism` #> $`Pituitary dwarfism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000839" #> #> $`Pituitary dwarfism`$`_id` #> [1] "HP_0000839<HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Pituitary dwarfism`$privateGeneCount #> [1] 0 #> #> $`Pituitary dwarfism`$publicGeneCount #> [1] 5 #> #> $`Pituitary dwarfism`$urlId #> [1] "HP_0000839" #> #> $`Pituitary dwarfism`$dbPhenotype #> [1] TRUE #> #> $`Pituitary dwarfism`$`_parent` #> [1] "HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Pituitary dwarfism`$`_is_leaf` #> [1] TRUE #> #> $`Pituitary dwarfism`$children #> list() #> #> $`Pituitary dwarfism`$value #> [1] "Pituitary dwarfism" #> #> #> $`Pituitary dwarfism` #> $`Pituitary dwarfism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000839" #> #> $`Pituitary dwarfism`$`_id` #> [1] "HP_0000839<HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Pituitary dwarfism`$privateGeneCount #> [1] 0 #> #> $`Pituitary dwarfism`$publicGeneCount #> [1] 5 #> #> $`Pituitary dwarfism`$urlId #> [1] "HP_0000839" #> #> $`Pituitary dwarfism`$dbPhenotype #> [1] TRUE #> #> $`Pituitary dwarfism`$`_parent` #> [1] "HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Pituitary dwarfism`$`_is_leaf` #> [1] TRUE #> #> $`Pituitary dwarfism`$children #> list() #> #> $`Pituitary dwarfism`$value #> [1] "Pituitary dwarfism" #> #> #> $`pituitary gland benign neoplasm` #> $`pituitary gland benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60009" #> #> $`pituitary gland benign neoplasm`$`_id` #> [1] "DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`pituitary gland benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`pituitary gland benign neoplasm`$publicGeneCount #> [1] 15 #> #> $`pituitary gland benign neoplasm`$urlId #> [1] "DOID_60009" #> #> $`pituitary gland benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`pituitary gland benign neoplasm`$`_parent` #> [1] "DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`pituitary gland benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`pituitary gland benign neoplasm`$children #> $`pituitary gland benign neoplasm`$children[[1]] #> [1] "DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`pituitary gland benign neoplasm`$value #> [1] "pituitary gland benign neoplasm" #> #> #> $`pituitary gland benign neoplasm` #> $`pituitary gland benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60009" #> #> $`pituitary gland benign neoplasm`$`_id` #> [1] "DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary gland benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`pituitary gland benign neoplasm`$publicGeneCount #> [1] 15 #> #> $`pituitary gland benign neoplasm`$urlId #> [1] "DOID_60009" #> #> $`pituitary gland benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`pituitary gland benign neoplasm`$`_parent` #> [1] "DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary gland benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`pituitary gland benign neoplasm`$children #> $`pituitary gland benign neoplasm`$children[[1]] #> [1] "DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> #> $`pituitary gland benign neoplasm`$value #> [1] "pituitary gland benign neoplasm" #> #> #> $`pituitary gland disease` #> $`pituitary gland disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_53" #> #> $`pituitary gland disease`$`_id` #> [1] "DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary gland disease`$privateGeneCount #> [1] 0 #> #> $`pituitary gland disease`$publicGeneCount #> [1] 29 #> #> $`pituitary gland disease`$urlId #> [1] "DOID_53" #> #> $`pituitary gland disease`$dbPhenotype #> [1] TRUE #> #> $`pituitary gland disease`$`_parent` #> [1] "DOID_28<DOID_7<DOID_4" #> #> $`pituitary gland disease`$`_is_leaf` #> [1] FALSE #> #> $`pituitary gland disease`$children #> $`pituitary gland disease`$children[[1]] #> [1] "DOID_3642<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary gland disease`$children[[2]] #> [1] "DOID_2444<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary gland disease`$children[[3]] #> [1] "DOID_9406<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary gland disease`$children[[4]] #> [1] "DOID_3401<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary gland disease`$children[[5]] #> [1] "DOID_3646<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary gland disease`$children[[6]] #> [1] "DOID_1785<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary gland disease`$children[[7]] #> [1] "DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> #> $`pituitary gland disease`$value #> [1] "pituitary gland disease" #> #> #> $`pituitary infarct` #> $`pituitary infarct`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1130" #> #> $`pituitary infarct`$`_id` #> [1] "DOID_1130<DOID_3646<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary infarct`$privateGeneCount #> [1] 0 #> #> $`pituitary infarct`$publicGeneCount #> [1] 1 #> #> $`pituitary infarct`$urlId #> [1] "DOID_1130" #> #> $`pituitary infarct`$dbPhenotype #> [1] FALSE #> #> $`pituitary infarct`$`_parent` #> [1] "DOID_3646<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary infarct`$`_is_leaf` #> [1] FALSE #> #> $`pituitary infarct`$children #> $`pituitary infarct`$children[[1]] #> [1] "DOID_1129<DOID_1130<DOID_3646<DOID_53<DOID_28<DOID_7<DOID_4" #> #> #> $`pituitary infarct`$value #> [1] "pituitary infarct" #> #> #> $`pituitary-dependent Cushing's disease` #> $`pituitary-dependent Cushing's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3946" #> #> $`pituitary-dependent Cushing's disease`$`_id` #> [1] "DOID_3946<DOID_2444<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary-dependent Cushing's disease`$privateGeneCount #> [1] 0 #> #> $`pituitary-dependent Cushing's disease`$publicGeneCount #> [1] 3 #> #> $`pituitary-dependent Cushing's disease`$urlId #> [1] "DOID_3946" #> #> $`pituitary-dependent Cushing's disease`$dbPhenotype #> [1] TRUE #> #> $`pituitary-dependent Cushing's disease`$`_parent` #> [1] "DOID_2444<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary-dependent Cushing's disease`$`_is_leaf` #> [1] TRUE #> #> $`pituitary-dependent Cushing's disease`$children #> list() #> #> $`pituitary-dependent Cushing's disease`$value #> [1] "pituitary-dependent Cushing's disease" #> #> #> $`pityriasis rubra pilaris` #> $`pityriasis rubra pilaris`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9212" #> #> $`pityriasis rubra pilaris`$`_id` #> [1] "DOID_9212<DOID_8893<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pityriasis rubra pilaris`$privateGeneCount #> [1] 0 #> #> $`pityriasis rubra pilaris`$publicGeneCount #> [1] 1 #> #> $`pityriasis rubra pilaris`$urlId #> [1] "DOID_9212" #> #> $`pityriasis rubra pilaris`$dbPhenotype #> [1] TRUE #> #> $`pityriasis rubra pilaris`$`_parent` #> [1] "DOID_8893<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pityriasis rubra pilaris`$`_is_leaf` #> [1] TRUE #> #> $`pityriasis rubra pilaris`$children #> list() #> #> $`pityriasis rubra pilaris`$value #> [1] "pityriasis rubra pilaris" #> #> #> $`placenta cancer` #> $`placenta cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2021" #> #> $`placenta cancer`$`_id` #> [1] "DOID_2021<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`placenta cancer`$privateGeneCount #> [1] 0 #> #> $`placenta cancer`$publicGeneCount #> [1] 6 #> #> $`placenta cancer`$urlId #> [1] "DOID_2021" #> #> $`placenta cancer`$dbPhenotype #> [1] FALSE #> #> $`placenta cancer`$`_parent` #> [1] "DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`placenta cancer`$`_is_leaf` #> [1] FALSE #> #> $`placenta cancer`$children #> $`placenta cancer`$children[[1]] #> [1] "DOID_3594<DOID_2021<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`placenta cancer`$value #> [1] "placenta cancer" #> #> #> $`placenta cancer` #> $`placenta cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2021" #> #> $`placenta cancer`$`_id` #> [1] "DOID_2021<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta cancer`$privateGeneCount #> [1] 0 #> #> $`placenta cancer`$publicGeneCount #> [1] 6 #> #> $`placenta cancer`$urlId #> [1] "DOID_2021" #> #> $`placenta cancer`$dbPhenotype #> [1] FALSE #> #> $`placenta cancer`$`_parent` #> [1] "DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta cancer`$`_is_leaf` #> [1] FALSE #> #> $`placenta cancer`$children #> $`placenta cancer`$children[[1]] #> [1] "DOID_3594<DOID_2021<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`placenta cancer`$value #> [1] "placenta cancer" #> #> #> $`placenta cancer` #> $`placenta cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2021" #> #> $`placenta cancer`$`_id` #> [1] "DOID_2021<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta cancer`$privateGeneCount #> [1] 0 #> #> $`placenta cancer`$publicGeneCount #> [1] 6 #> #> $`placenta cancer`$urlId #> [1] "DOID_2021" #> #> $`placenta cancer`$dbPhenotype #> [1] FALSE #> #> $`placenta cancer`$`_parent` #> [1] "DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta cancer`$`_is_leaf` #> [1] FALSE #> #> $`placenta cancer`$children #> $`placenta cancer`$children[[1]] #> [1] "DOID_3594<DOID_2021<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`placenta cancer`$value #> [1] "placenta cancer" #> #> #> $`placenta cancer` #> $`placenta cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2021" #> #> $`placenta cancer`$`_id` #> [1] "DOID_2021<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta cancer`$privateGeneCount #> [1] 0 #> #> $`placenta cancer`$publicGeneCount #> [1] 6 #> #> $`placenta cancer`$urlId #> [1] "DOID_2021" #> #> $`placenta cancer`$dbPhenotype #> [1] FALSE #> #> $`placenta cancer`$`_parent` #> [1] "DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta cancer`$`_is_leaf` #> [1] FALSE #> #> $`placenta cancer`$children #> $`placenta cancer`$children[[1]] #> [1] "DOID_3594<DOID_2021<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`placenta cancer`$value #> [1] "placenta cancer" #> #> #> $`placenta disease` #> $`placenta disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_780" #> #> $`placenta disease`$`_id` #> [1] "DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta disease`$privateGeneCount #> [1] 0 #> #> $`placenta disease`$publicGeneCount #> [1] 47 #> #> $`placenta disease`$urlId #> [1] "DOID_780" #> #> $`placenta disease`$dbPhenotype #> [1] TRUE #> #> $`placenta disease`$`_parent` #> [1] "DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta disease`$`_is_leaf` #> [1] FALSE #> #> $`placenta disease`$children #> $`placenta disease`$children[[1]] #> [1] "DOID_0050697<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta disease`$children[[2]] #> [1] "DOID_277<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta disease`$children[[3]] #> [1] "DOID_2021<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta disease`$children[[4]] #> [1] "DOID_9667<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta disease`$children[[5]] #> [1] "DOID_3891<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta disease`$children[[6]] #> [1] "DOID_8488<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`placenta disease`$value #> [1] "placenta disease" #> #> #> $`placental abruption` #> $`placental abruption`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9667" #> #> $`placental abruption`$`_id` #> [1] "DOID_9667<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placental abruption`$privateGeneCount #> [1] 0 #> #> $`placental abruption`$publicGeneCount #> [1] 4 #> #> $`placental abruption`$urlId #> [1] "DOID_9667" #> #> $`placental abruption`$dbPhenotype #> [1] TRUE #> #> $`placental abruption`$`_parent` #> [1] "DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placental abruption`$`_is_leaf` #> [1] TRUE #> #> $`placental abruption`$children #> list() #> #> $`placental abruption`$value #> [1] "placental abruption" #> #> #> $`placental insufficiency` #> $`placental insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3891" #> #> $`placental insufficiency`$`_id` #> [1] "DOID_3891<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placental insufficiency`$privateGeneCount #> [1] 0 #> #> $`placental insufficiency`$publicGeneCount #> [1] 2 #> #> $`placental insufficiency`$urlId #> [1] "DOID_3891" #> #> $`placental insufficiency`$dbPhenotype #> [1] TRUE #> #> $`placental insufficiency`$`_parent` #> [1] "DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placental insufficiency`$`_is_leaf` #> [1] TRUE #> #> $`placental insufficiency`$children #> list() #> #> $`placental insufficiency`$value #> [1] "placental insufficiency" #> #> #> $Plagiocephaly #> $Plagiocephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001357" #> #> $Plagiocephaly$`_id` #> [1] "HP_0001357<HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Plagiocephaly$privateGeneCount #> [1] 0 #> #> $Plagiocephaly$publicGeneCount #> [1] 1 #> #> $Plagiocephaly$urlId #> [1] "HP_0001357" #> #> $Plagiocephaly$dbPhenotype #> [1] TRUE #> #> $Plagiocephaly$`_parent` #> [1] "HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Plagiocephaly$`_is_leaf` #> [1] TRUE #> #> $Plagiocephaly$children #> list() #> #> $Plagiocephaly$value #> [1] "Plagiocephaly" #> #> #> $Plagiocephaly #> $Plagiocephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001357" #> #> $Plagiocephaly$`_id` #> [1] "HP_0001357<HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Plagiocephaly$privateGeneCount #> [1] 0 #> #> $Plagiocephaly$publicGeneCount #> [1] 1 #> #> $Plagiocephaly$urlId #> [1] "HP_0001357" #> #> $Plagiocephaly$dbPhenotype #> [1] TRUE #> #> $Plagiocephaly$`_parent` #> [1] "HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Plagiocephaly$`_is_leaf` #> [1] TRUE #> #> $Plagiocephaly$children #> list() #> #> $Plagiocephaly$value #> [1] "Plagiocephaly" #> #> #> $`plantar fascial fibromatosis` #> $`plantar fascial fibromatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8936" #> #> $`plantar fascial fibromatosis`$`_id` #> [1] "DOID_8936<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`plantar fascial fibromatosis`$privateGeneCount #> [1] 0 #> #> $`plantar fascial fibromatosis`$publicGeneCount #> [1] 1 #> #> $`plantar fascial fibromatosis`$urlId #> [1] "DOID_8936" #> #> $`plantar fascial fibromatosis`$dbPhenotype #> [1] TRUE #> #> $`plantar fascial fibromatosis`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`plantar fascial fibromatosis`$`_is_leaf` #> [1] TRUE #> #> $`plantar fascial fibromatosis`$children #> list() #> #> $`plantar fascial fibromatosis`$value #> [1] "plantar fascial fibromatosis" #> #> #> $`plasma cell leukemia` #> $`plasma cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9513" #> #> $`plasma cell leukemia`$`_id` #> [1] "DOID_9513<DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`plasma cell leukemia`$privateGeneCount #> [1] 0 #> #> $`plasma cell leukemia`$publicGeneCount #> [1] 1 #> #> $`plasma cell leukemia`$urlId #> [1] "DOID_9513" #> #> $`plasma cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`plasma cell leukemia`$`_parent` #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`plasma cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`plasma cell leukemia`$children #> list() #> #> $`plasma cell leukemia`$value #> [1] "plasma cell leukemia" #> #> #> $`plasma cell leukemia` #> $`plasma cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9513" #> #> $`plasma cell leukemia`$`_id` #> [1] "DOID_9513<DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`plasma cell leukemia`$privateGeneCount #> [1] 0 #> #> $`plasma cell leukemia`$publicGeneCount #> [1] 1 #> #> $`plasma cell leukemia`$urlId #> [1] "DOID_9513" #> #> $`plasma cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`plasma cell leukemia`$`_parent` #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`plasma cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`plasma cell leukemia`$children #> list() #> #> $`plasma cell leukemia`$value #> [1] "plasma cell leukemia" #> #> #> $`plasma cell leukemia` #> $`plasma cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9513" #> #> $`plasma cell leukemia`$`_id` #> [1] "DOID_9513<DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`plasma cell leukemia`$privateGeneCount #> [1] 0 #> #> $`plasma cell leukemia`$publicGeneCount #> [1] 1 #> #> $`plasma cell leukemia`$urlId #> [1] "DOID_9513" #> #> $`plasma cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`plasma cell leukemia`$`_parent` #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`plasma cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`plasma cell leukemia`$children #> list() #> #> $`plasma cell leukemia`$value #> [1] "plasma cell leukemia" #> #> #> $`plasma cell leukemia` #> $`plasma cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9513" #> #> $`plasma cell leukemia`$`_id` #> [1] "DOID_9513<DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`plasma cell leukemia`$privateGeneCount #> [1] 0 #> #> $`plasma cell leukemia`$publicGeneCount #> [1] 1 #> #> $`plasma cell leukemia`$urlId #> [1] "DOID_9513" #> #> $`plasma cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`plasma cell leukemia`$`_parent` #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`plasma cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`plasma cell leukemia`$children #> list() #> #> $`plasma cell leukemia`$value #> [1] "plasma cell leukemia" #> #> #> $`plasma cell leukemia` #> $`plasma cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9513" #> #> $`plasma cell leukemia`$`_id` #> [1] "DOID_9513<DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`plasma cell leukemia`$privateGeneCount #> [1] 0 #> #> $`plasma cell leukemia`$publicGeneCount #> [1] 1 #> #> $`plasma cell leukemia`$urlId #> [1] "DOID_9513" #> #> $`plasma cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`plasma cell leukemia`$`_parent` #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`plasma cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`plasma cell leukemia`$children #> list() #> #> $`plasma cell leukemia`$value #> [1] "plasma cell leukemia" #> #> #> $`plasma cell neoplasm` #> $`plasma cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6536" #> #> $`plasma cell neoplasm`$`_id` #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`plasma cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`plasma cell neoplasm`$publicGeneCount #> [1] 2 #> #> $`plasma cell neoplasm`$urlId #> [1] "DOID_6536" #> #> $`plasma cell neoplasm`$dbPhenotype #> [1] TRUE #> #> $`plasma cell neoplasm`$`_parent` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`plasma cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`plasma cell neoplasm`$children #> $`plasma cell neoplasm`$children[[1]] #> [1] "DOID_9513<DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`plasma cell neoplasm`$value #> [1] "plasma cell neoplasm" #> #> #> $`plasma cell neoplasm` #> $`plasma cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6536" #> #> $`plasma cell neoplasm`$`_id` #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`plasma cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`plasma cell neoplasm`$publicGeneCount #> [1] 2 #> #> $`plasma cell neoplasm`$urlId #> [1] "DOID_6536" #> #> $`plasma cell neoplasm`$dbPhenotype #> [1] TRUE #> #> $`plasma cell neoplasm`$`_parent` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`plasma cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`plasma cell neoplasm`$children #> $`plasma cell neoplasm`$children[[1]] #> [1] "DOID_9513<DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`plasma cell neoplasm`$value #> [1] "plasma cell neoplasm" #> #> #> $`plasma cell neoplasm` #> $`plasma cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6536" #> #> $`plasma cell neoplasm`$`_id` #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`plasma cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`plasma cell neoplasm`$publicGeneCount #> [1] 2 #> #> $`plasma cell neoplasm`$urlId #> [1] "DOID_6536" #> #> $`plasma cell neoplasm`$dbPhenotype #> [1] TRUE #> #> $`plasma cell neoplasm`$`_parent` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`plasma cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`plasma cell neoplasm`$children #> $`plasma cell neoplasm`$children[[1]] #> [1] "DOID_9513<DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`plasma cell neoplasm`$value #> [1] "plasma cell neoplasm" #> #> #> $`plasma cell neoplasm` #> $`plasma cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6536" #> #> $`plasma cell neoplasm`$`_id` #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`plasma cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`plasma cell neoplasm`$publicGeneCount #> [1] 2 #> #> $`plasma cell neoplasm`$urlId #> [1] "DOID_6536" #> #> $`plasma cell neoplasm`$dbPhenotype #> [1] TRUE #> #> $`plasma cell neoplasm`$`_parent` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`plasma cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`plasma cell neoplasm`$children #> $`plasma cell neoplasm`$children[[1]] #> [1] "DOID_9513<DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`plasma cell neoplasm`$value #> [1] "plasma cell neoplasm" #> #> #> $`plasma cell neoplasm` #> $`plasma cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6536" #> #> $`plasma cell neoplasm`$`_id` #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`plasma cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`plasma cell neoplasm`$publicGeneCount #> [1] 2 #> #> $`plasma cell neoplasm`$urlId #> [1] "DOID_6536" #> #> $`plasma cell neoplasm`$dbPhenotype #> [1] TRUE #> #> $`plasma cell neoplasm`$`_parent` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`plasma cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`plasma cell neoplasm`$children #> $`plasma cell neoplasm`$children[[1]] #> [1] "DOID_9513<DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`plasma cell neoplasm`$value #> [1] "plasma cell neoplasm" #> #> #> $`plasma protein metabolism disease` #> $`plasma protein metabolism disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2345" #> #> $`plasma protein metabolism disease`$`_id` #> [1] "DOID_2345<DOID_655<DOID_0014667<DOID_4" #> #> $`plasma protein metabolism disease`$privateGeneCount #> [1] 0 #> #> $`plasma protein metabolism disease`$publicGeneCount #> [1] 1 #> #> $`plasma protein metabolism disease`$urlId #> [1] "DOID_2345" #> #> $`plasma protein metabolism disease`$dbPhenotype #> [1] FALSE #> #> $`plasma protein metabolism disease`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`plasma protein metabolism disease`$`_is_leaf` #> [1] FALSE #> #> $`plasma protein metabolism disease`$children #> $`plasma protein metabolism disease`$children[[1]] #> [1] "DOID_13372<DOID_2345<DOID_655<DOID_0014667<DOID_4" #> #> #> $`plasma protein metabolism disease`$value #> [1] "plasma protein metabolism disease" #> #> #> $`Plasmodium falciparum malaria` #> $`Plasmodium falciparum malaria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14067" #> #> $`Plasmodium falciparum malaria`$`_id` #> [1] "DOID_14067<DOID_12365<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`Plasmodium falciparum malaria`$privateGeneCount #> [1] 0 #> #> $`Plasmodium falciparum malaria`$publicGeneCount #> [1] 7 #> #> $`Plasmodium falciparum malaria`$urlId #> [1] "DOID_14067" #> #> $`Plasmodium falciparum malaria`$dbPhenotype #> [1] TRUE #> #> $`Plasmodium falciparum malaria`$`_parent` #> [1] "DOID_12365<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`Plasmodium falciparum malaria`$`_is_leaf` #> [1] TRUE #> #> $`Plasmodium falciparum malaria`$children #> list() #> #> $`Plasmodium falciparum malaria`$value #> [1] "Plasmodium falciparum malaria" #> #> #> $`Platelet-activating factor acetylhydrolase deficiency` #> $`Platelet-activating factor acetylhydrolase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040175" #> #> $`Platelet-activating factor acetylhydrolase deficiency`$`_id` #> [1] "HP_0040175<HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Platelet-activating factor acetylhydrolase deficiency`$privateGeneCount #> [1] 0 #> #> $`Platelet-activating factor acetylhydrolase deficiency`$publicGeneCount #> [1] 1 #> #> $`Platelet-activating factor acetylhydrolase deficiency`$urlId #> [1] "HP_0040175" #> #> $`Platelet-activating factor acetylhydrolase deficiency`$dbPhenotype #> [1] TRUE #> #> $`Platelet-activating factor acetylhydrolase deficiency`$`_parent` #> [1] "HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Platelet-activating factor acetylhydrolase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`Platelet-activating factor acetylhydrolase deficiency`$children #> list() #> #> $`Platelet-activating factor acetylhydrolase deficiency`$value #> [1] "Platelet-activating factor acetylhydrolase deficiency" #> #> #> $`pleomorphic adenoma` #> $`pleomorphic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_452" #> #> $`pleomorphic adenoma`$`_id` #> [1] "DOID_452<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`pleomorphic adenoma`$privateGeneCount #> [1] 0 #> #> $`pleomorphic adenoma`$publicGeneCount #> [1] 1 #> #> $`pleomorphic adenoma`$urlId #> [1] "DOID_452" #> #> $`pleomorphic adenoma`$dbPhenotype #> [1] TRUE #> #> $`pleomorphic adenoma`$`_parent` #> [1] "DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`pleomorphic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`pleomorphic adenoma`$children #> list() #> #> $`pleomorphic adenoma`$value #> [1] "pleomorphic adenoma" #> #> #> $`pleomorphic adenoma` #> $`pleomorphic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_452" #> #> $`pleomorphic adenoma`$`_id` #> [1] "DOID_452<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`pleomorphic adenoma`$privateGeneCount #> [1] 0 #> #> $`pleomorphic adenoma`$publicGeneCount #> [1] 1 #> #> $`pleomorphic adenoma`$urlId #> [1] "DOID_452" #> #> $`pleomorphic adenoma`$dbPhenotype #> [1] TRUE #> #> $`pleomorphic adenoma`$`_parent` #> [1] "DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`pleomorphic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`pleomorphic adenoma`$children #> list() #> #> $`pleomorphic adenoma`$value #> [1] "pleomorphic adenoma" #> #> #> $`pleomorphic lipoma` #> $`pleomorphic lipoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10192" #> #> $`pleomorphic lipoma`$`_id` #> [1] "DOID_10192<DOID_3315<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`pleomorphic lipoma`$privateGeneCount #> [1] 0 #> #> $`pleomorphic lipoma`$publicGeneCount #> [1] 3 #> #> $`pleomorphic lipoma`$urlId #> [1] "DOID_10192" #> #> $`pleomorphic lipoma`$dbPhenotype #> [1] TRUE #> #> $`pleomorphic lipoma`$`_parent` #> [1] "DOID_3315<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`pleomorphic lipoma`$`_is_leaf` #> [1] TRUE #> #> $`pleomorphic lipoma`$children #> list() #> #> $`pleomorphic lipoma`$value #> [1] "pleomorphic lipoma" #> #> #> $`pleomorphic liposarcoma` #> $`pleomorphic liposarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5702" #> #> $`pleomorphic liposarcoma`$`_id` #> [1] "DOID_5702<DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pleomorphic liposarcoma`$privateGeneCount #> [1] 0 #> #> $`pleomorphic liposarcoma`$publicGeneCount #> [1] 4 #> #> $`pleomorphic liposarcoma`$urlId #> [1] "DOID_5702" #> #> $`pleomorphic liposarcoma`$dbPhenotype #> [1] TRUE #> #> $`pleomorphic liposarcoma`$`_parent` #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pleomorphic liposarcoma`$`_is_leaf` #> [1] TRUE #> #> $`pleomorphic liposarcoma`$children #> list() #> #> $`pleomorphic liposarcoma`$value #> [1] "pleomorphic liposarcoma" #> #> #> $`pleomorphic liposarcoma` #> $`pleomorphic liposarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5702" #> #> $`pleomorphic liposarcoma`$`_id` #> [1] "DOID_5702<DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`pleomorphic liposarcoma`$privateGeneCount #> [1] 0 #> #> $`pleomorphic liposarcoma`$publicGeneCount #> [1] 4 #> #> $`pleomorphic liposarcoma`$urlId #> [1] "DOID_5702" #> #> $`pleomorphic liposarcoma`$dbPhenotype #> [1] TRUE #> #> $`pleomorphic liposarcoma`$`_parent` #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`pleomorphic liposarcoma`$`_is_leaf` #> [1] TRUE #> #> $`pleomorphic liposarcoma`$children #> list() #> #> $`pleomorphic liposarcoma`$value #> [1] "pleomorphic liposarcoma" #> #> #> $`pleomorphic liposarcoma` #> $`pleomorphic liposarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5702" #> #> $`pleomorphic liposarcoma`$`_id` #> [1] "DOID_5702<DOID_3382<DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pleomorphic liposarcoma`$privateGeneCount #> [1] 0 #> #> $`pleomorphic liposarcoma`$publicGeneCount #> [1] 4 #> #> $`pleomorphic liposarcoma`$urlId #> [1] "DOID_5702" #> #> $`pleomorphic liposarcoma`$dbPhenotype #> [1] TRUE #> #> $`pleomorphic liposarcoma`$`_parent` #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pleomorphic liposarcoma`$`_is_leaf` #> [1] TRUE #> #> $`pleomorphic liposarcoma`$children #> list() #> #> $`pleomorphic liposarcoma`$value #> [1] "pleomorphic liposarcoma" #> #> #> $`pleural cancer` #> $`pleural cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5158" #> #> $`pleural cancer`$`_id` #> [1] "DOID_5158<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pleural cancer`$privateGeneCount #> [1] 0 #> #> $`pleural cancer`$publicGeneCount #> [1] 2 #> #> $`pleural cancer`$urlId #> [1] "DOID_5158" #> #> $`pleural cancer`$dbPhenotype #> [1] TRUE #> #> $`pleural cancer`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pleural cancer`$`_is_leaf` #> [1] TRUE #> #> $`pleural cancer`$children #> list() #> #> $`pleural cancer`$value #> [1] "pleural cancer" #> #> #> $`pleural cancer` #> $`pleural cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5158" #> #> $`pleural cancer`$`_id` #> [1] "DOID_5158<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`pleural cancer`$privateGeneCount #> [1] 0 #> #> $`pleural cancer`$publicGeneCount #> [1] 2 #> #> $`pleural cancer`$urlId #> [1] "DOID_5158" #> #> $`pleural cancer`$dbPhenotype #> [1] TRUE #> #> $`pleural cancer`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`pleural cancer`$`_is_leaf` #> [1] TRUE #> #> $`pleural cancer`$children #> list() #> #> $`pleural cancer`$value #> [1] "pleural cancer" #> #> #> $`pleural cancer` #> $`pleural cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5158" #> #> $`pleural cancer`$`_id` #> [1] "DOID_5158<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pleural cancer`$privateGeneCount #> [1] 0 #> #> $`pleural cancer`$publicGeneCount #> [1] 2 #> #> $`pleural cancer`$urlId #> [1] "DOID_5158" #> #> $`pleural cancer`$dbPhenotype #> [1] TRUE #> #> $`pleural cancer`$`_parent` #> [1] "DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pleural cancer`$`_is_leaf` #> [1] TRUE #> #> $`pleural cancer`$children #> list() #> #> $`pleural cancer`$value #> [1] "pleural cancer" #> #> #> $`pleural disease` #> $`pleural disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1532" #> #> $`pleural disease`$`_id` #> [1] "DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleural disease`$privateGeneCount #> [1] 0 #> #> $`pleural disease`$publicGeneCount #> [1] 19 #> #> $`pleural disease`$urlId #> [1] "DOID_1532" #> #> $`pleural disease`$dbPhenotype #> [1] TRUE #> #> $`pleural disease`$`_parent` #> [1] "DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleural disease`$`_is_leaf` #> [1] FALSE #> #> $`pleural disease`$children #> $`pleural disease`$children[[1]] #> [1] "DOID_3798<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleural disease`$children[[2]] #> [1] "DOID_106<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleural disease`$children[[3]] #> [1] "DOID_10247<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleural disease`$children[[4]] #> [1] "DOID_1673<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleural disease`$children[[5]] #> [1] "DOID_4765<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`pleural disease`$value #> [1] "pleural disease" #> #> #> $`Pleural effusion` #> $`Pleural effusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002202" #> #> $`Pleural effusion`$`_id` #> [1] "HP_0002202<HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Pleural effusion`$privateGeneCount #> [1] 0 #> #> $`Pleural effusion`$publicGeneCount #> [1] 3 #> #> $`Pleural effusion`$urlId #> [1] "HP_0002202" #> #> $`Pleural effusion`$dbPhenotype #> [1] TRUE #> #> $`Pleural effusion`$`_parent` #> [1] "HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Pleural effusion`$`_is_leaf` #> [1] FALSE #> #> $`Pleural effusion`$children #> $`Pleural effusion`$children[[1]] #> [1] "HP_0010310<HP_0002202<HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Pleural effusion`$value #> [1] "Pleural effusion" #> #> #> $`pleural empyema` #> $`pleural empyema`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3798" #> #> $`pleural empyema`$`_id` #> [1] "DOID_3798<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleural empyema`$privateGeneCount #> [1] 0 #> #> $`pleural empyema`$publicGeneCount #> [1] 2 #> #> $`pleural empyema`$urlId #> [1] "DOID_3798" #> #> $`pleural empyema`$dbPhenotype #> [1] TRUE #> #> $`pleural empyema`$`_parent` #> [1] "DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleural empyema`$`_is_leaf` #> [1] TRUE #> #> $`pleural empyema`$children #> list() #> #> $`pleural empyema`$value #> [1] "pleural empyema" #> #> #> $`pleural tuberculosis` #> $`pleural tuberculosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_106" #> #> $`pleural tuberculosis`$`_id` #> [1] "DOID_106<DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`pleural tuberculosis`$privateGeneCount #> [1] 0 #> #> $`pleural tuberculosis`$publicGeneCount #> [1] 8 #> #> $`pleural tuberculosis`$urlId #> [1] "DOID_106" #> #> $`pleural tuberculosis`$dbPhenotype #> [1] TRUE #> #> $`pleural tuberculosis`$`_parent` #> [1] "DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`pleural tuberculosis`$`_is_leaf` #> [1] TRUE #> #> $`pleural tuberculosis`$children #> list() #> #> $`pleural tuberculosis`$value #> [1] "pleural tuberculosis" #> #> #> $`pleural tuberculosis` #> $`pleural tuberculosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_106" #> #> $`pleural tuberculosis`$`_id` #> [1] "DOID_106<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleural tuberculosis`$privateGeneCount #> [1] 0 #> #> $`pleural tuberculosis`$publicGeneCount #> [1] 8 #> #> $`pleural tuberculosis`$urlId #> [1] "DOID_106" #> #> $`pleural tuberculosis`$dbPhenotype #> [1] TRUE #> #> $`pleural tuberculosis`$`_parent` #> [1] "DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleural tuberculosis`$`_is_leaf` #> [1] TRUE #> #> $`pleural tuberculosis`$children #> list() #> #> $`pleural tuberculosis`$value #> [1] "pleural tuberculosis" #> #> #> $pleurisy #> $pleurisy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10247" #> #> $pleurisy$`_id` #> [1] "DOID_10247<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pleurisy$privateGeneCount #> [1] 0 #> #> $pleurisy$publicGeneCount #> [1] 8 #> #> $pleurisy$urlId #> [1] "DOID_10247" #> #> $pleurisy$dbPhenotype #> [1] TRUE #> #> $pleurisy$`_parent` #> [1] "DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pleurisy$`_is_leaf` #> [1] TRUE #> #> $pleurisy$children #> list() #> #> $pleurisy$value #> [1] "pleurisy" #> #> #> $`pleuropulmonary blastoma` #> $`pleuropulmonary blastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4769" #> #> $`pleuropulmonary blastoma`$`_id` #> [1] "DOID_4769<DOID_4765<DOID_0070003<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pleuropulmonary blastoma`$privateGeneCount #> [1] 0 #> #> $`pleuropulmonary blastoma`$publicGeneCount #> [1] 1 #> #> $`pleuropulmonary blastoma`$urlId #> [1] "DOID_4769" #> #> $`pleuropulmonary blastoma`$dbPhenotype #> [1] TRUE #> #> $`pleuropulmonary blastoma`$`_parent` #> [1] "DOID_4765<DOID_0070003<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pleuropulmonary blastoma`$`_is_leaf` #> [1] TRUE #> #> $`pleuropulmonary blastoma`$children #> list() #> #> $`pleuropulmonary blastoma`$value #> [1] "pleuropulmonary blastoma" #> #> #> $`pleuropulmonary blastoma` #> $`pleuropulmonary blastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4769" #> #> $`pleuropulmonary blastoma`$`_id` #> [1] "DOID_4769<DOID_4765<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pleuropulmonary blastoma`$privateGeneCount #> [1] 0 #> #> $`pleuropulmonary blastoma`$publicGeneCount #> [1] 1 #> #> $`pleuropulmonary blastoma`$urlId #> [1] "DOID_4769" #> #> $`pleuropulmonary blastoma`$dbPhenotype #> [1] TRUE #> #> $`pleuropulmonary blastoma`$`_parent` #> [1] "DOID_4765<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pleuropulmonary blastoma`$`_is_leaf` #> [1] TRUE #> #> $`pleuropulmonary blastoma`$children #> list() #> #> $`pleuropulmonary blastoma`$value #> [1] "pleuropulmonary blastoma" #> #> #> $`pleuropulmonary blastoma` #> $`pleuropulmonary blastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4769" #> #> $`pleuropulmonary blastoma`$`_id` #> [1] "DOID_4769<DOID_4765<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`pleuropulmonary blastoma`$privateGeneCount #> [1] 0 #> #> $`pleuropulmonary blastoma`$publicGeneCount #> [1] 1 #> #> $`pleuropulmonary blastoma`$urlId #> [1] "DOID_4769" #> #> $`pleuropulmonary blastoma`$dbPhenotype #> [1] TRUE #> #> $`pleuropulmonary blastoma`$`_parent` #> [1] "DOID_4765<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`pleuropulmonary blastoma`$`_is_leaf` #> [1] TRUE #> #> $`pleuropulmonary blastoma`$children #> list() #> #> $`pleuropulmonary blastoma`$value #> [1] "pleuropulmonary blastoma" #> #> #> $`pleuropulmonary blastoma` #> $`pleuropulmonary blastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4769" #> #> $`pleuropulmonary blastoma`$`_id` #> [1] "DOID_4769<DOID_4765<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleuropulmonary blastoma`$privateGeneCount #> [1] 0 #> #> $`pleuropulmonary blastoma`$publicGeneCount #> [1] 1 #> #> $`pleuropulmonary blastoma`$urlId #> [1] "DOID_4769" #> #> $`pleuropulmonary blastoma`$dbPhenotype #> [1] TRUE #> #> $`pleuropulmonary blastoma`$`_parent` #> [1] "DOID_4765<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleuropulmonary blastoma`$`_is_leaf` #> [1] TRUE #> #> $`pleuropulmonary blastoma`$children #> list() #> #> $`pleuropulmonary blastoma`$value #> [1] "pleuropulmonary blastoma" #> #> #> $`pleuropulmonary blastoma` #> $`pleuropulmonary blastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4769" #> #> $`pleuropulmonary blastoma`$`_id` #> [1] "DOID_4769<DOID_4765<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleuropulmonary blastoma`$privateGeneCount #> [1] 0 #> #> $`pleuropulmonary blastoma`$publicGeneCount #> [1] 1 #> #> $`pleuropulmonary blastoma`$urlId #> [1] "DOID_4769" #> #> $`pleuropulmonary blastoma`$dbPhenotype #> [1] TRUE #> #> $`pleuropulmonary blastoma`$`_parent` #> [1] "DOID_4765<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleuropulmonary blastoma`$`_is_leaf` #> [1] TRUE #> #> $`pleuropulmonary blastoma`$children #> list() #> #> $`pleuropulmonary blastoma`$value #> [1] "pleuropulmonary blastoma" #> #> #> $`plexiform neurofibroma` #> $`plexiform neurofibroma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5151" #> #> $`plexiform neurofibroma`$`_id` #> [1] "DOID_5151<DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`plexiform neurofibroma`$privateGeneCount #> [1] 0 #> #> $`plexiform neurofibroma`$publicGeneCount #> [1] 1 #> #> $`plexiform neurofibroma`$urlId #> [1] "DOID_5151" #> #> $`plexiform neurofibroma`$dbPhenotype #> [1] TRUE #> #> $`plexiform neurofibroma`$`_parent` #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`plexiform neurofibroma`$`_is_leaf` #> [1] TRUE #> #> $`plexiform neurofibroma`$children #> list() #> #> $`plexiform neurofibroma`$value #> [1] "plexiform neurofibroma" #> #> #> $`plexiform neurofibroma` #> $`plexiform neurofibroma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5151" #> #> $`plexiform neurofibroma`$`_id` #> [1] "DOID_5151<DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`plexiform neurofibroma`$privateGeneCount #> [1] 0 #> #> $`plexiform neurofibroma`$publicGeneCount #> [1] 1 #> #> $`plexiform neurofibroma`$urlId #> [1] "DOID_5151" #> #> $`plexiform neurofibroma`$dbPhenotype #> [1] TRUE #> #> $`plexiform neurofibroma`$`_parent` #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`plexiform neurofibroma`$`_is_leaf` #> [1] TRUE #> #> $`plexiform neurofibroma`$children #> list() #> #> $`plexiform neurofibroma`$value #> [1] "plexiform neurofibroma" #> #> #> $`plexiform neurofibroma` #> $`plexiform neurofibroma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5151" #> #> $`plexiform neurofibroma`$`_id` #> [1] "DOID_5151<DOID_962<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`plexiform neurofibroma`$privateGeneCount #> [1] 0 #> #> $`plexiform neurofibroma`$publicGeneCount #> [1] 1 #> #> $`plexiform neurofibroma`$urlId #> [1] "DOID_5151" #> #> $`plexiform neurofibroma`$dbPhenotype #> [1] TRUE #> #> $`plexiform neurofibroma`$`_parent` #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`plexiform neurofibroma`$`_is_leaf` #> [1] TRUE #> #> $`plexiform neurofibroma`$children #> list() #> #> $`plexiform neurofibroma`$value #> [1] "plexiform neurofibroma" #> #> #> $pneumoconiosis #> $pneumoconiosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10316" #> #> $pneumoconiosis$`_id` #> [1] "DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pneumoconiosis$privateGeneCount #> [1] 0 #> #> $pneumoconiosis$publicGeneCount #> [1] 47 #> #> $pneumoconiosis$urlId #> [1] "DOID_10316" #> #> $pneumoconiosis$dbPhenotype #> [1] TRUE #> #> $pneumoconiosis$`_parent` #> [1] "DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pneumoconiosis$`_is_leaf` #> [1] FALSE #> #> $pneumoconiosis$children #> $pneumoconiosis$children[[1]] #> [1] "DOID_10327<DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pneumoconiosis$children[[2]] #> [1] "DOID_10320<DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pneumoconiosis$children[[3]] #> [1] "DOID_10322<DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pneumoconiosis$children[[4]] #> [1] "DOID_10325<DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $pneumoconiosis$value #> [1] "pneumoconiosis" #> #> #> $pneumoconiosis #> $pneumoconiosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10316" #> #> $pneumoconiosis$`_id` #> [1] "DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumoconiosis$privateGeneCount #> [1] 0 #> #> $pneumoconiosis$publicGeneCount #> [1] 47 #> #> $pneumoconiosis$urlId #> [1] "DOID_10316" #> #> $pneumoconiosis$dbPhenotype #> [1] TRUE #> #> $pneumoconiosis$`_parent` #> [1] "DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumoconiosis$`_is_leaf` #> [1] FALSE #> #> $pneumoconiosis$children #> $pneumoconiosis$children[[1]] #> [1] "DOID_10327<DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumoconiosis$children[[2]] #> [1] "DOID_10320<DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumoconiosis$children[[3]] #> [1] "DOID_10322<DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumoconiosis$children[[4]] #> [1] "DOID_10325<DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $pneumoconiosis$value #> [1] "pneumoconiosis" #> #> #> $pneumocystosis #> $pneumocystosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11339" #> #> $pneumocystosis$`_id` #> [1] "DOID_11339<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $pneumocystosis$privateGeneCount #> [1] 0 #> #> $pneumocystosis$publicGeneCount #> [1] 2 #> #> $pneumocystosis$urlId #> [1] "DOID_11339" #> #> $pneumocystosis$dbPhenotype #> [1] TRUE #> #> $pneumocystosis$`_parent` #> [1] "DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $pneumocystosis$`_is_leaf` #> [1] TRUE #> #> $pneumocystosis$children #> list() #> #> $pneumocystosis$value #> [1] "pneumocystosis" #> #> #> $pneumocystosis #> $pneumocystosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11339" #> #> $pneumocystosis$`_id` #> [1] "DOID_11339<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumocystosis$privateGeneCount #> [1] 0 #> #> $pneumocystosis$publicGeneCount #> [1] 2 #> #> $pneumocystosis$urlId #> [1] "DOID_11339" #> #> $pneumocystosis$dbPhenotype #> [1] TRUE #> #> $pneumocystosis$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumocystosis$`_is_leaf` #> [1] TRUE #> #> $pneumocystosis$children #> list() #> #> $pneumocystosis$value #> [1] "pneumocystosis" #> #> #> $pneumonia #> $pneumonia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_552" #> #> $pneumonia$`_id` #> [1] "DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumonia$privateGeneCount #> [1] 0 #> #> $pneumonia$publicGeneCount #> [1] 140 #> #> $pneumonia$urlId #> [1] "DOID_552" #> #> $pneumonia$dbPhenotype #> [1] TRUE #> #> $pneumonia$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumonia$`_is_leaf` #> [1] FALSE #> #> $pneumonia$children #> $pneumonia$children[[1]] #> [1] "DOID_3240<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumonia$children[[2]] #> [1] "DOID_874<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumonia$children[[3]] #> [1] "DOID_12375<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumonia$children[[4]] #> [1] "DOID_5870<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumonia$children[[5]] #> [1] "DOID_2797<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumonia$children[[6]] #> [1] "DOID_10533<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $pneumonia$value #> [1] "pneumonia" #> #> #> $pneumothorax #> $pneumothorax$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1673" #> #> $pneumothorax$`_id` #> [1] "DOID_1673<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumothorax$privateGeneCount #> [1] 0 #> #> $pneumothorax$publicGeneCount #> [1] 2 #> #> $pneumothorax$urlId #> [1] "DOID_1673" #> #> $pneumothorax$dbPhenotype #> [1] TRUE #> #> $pneumothorax$`_parent` #> [1] "DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumothorax$`_is_leaf` #> [1] TRUE #> #> $pneumothorax$children #> list() #> #> $pneumothorax$value #> [1] "pneumothorax" #> #> #> $Poikilocytosis #> $Poikilocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004447" #> #> $Poikilocytosis$`_id` #> [1] "HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Poikilocytosis$privateGeneCount #> [1] 0 #> #> $Poikilocytosis$publicGeneCount #> [1] 3 #> #> $Poikilocytosis$urlId #> [1] "HP_0004447" #> #> $Poikilocytosis$dbPhenotype #> [1] FALSE #> #> $Poikilocytosis$`_parent` #> [1] "HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Poikilocytosis$`_is_leaf` #> [1] FALSE #> #> $Poikilocytosis$children #> $Poikilocytosis$children[[1]] #> [1] "HP_0004839<HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Poikilocytosis$children[[2]] #> [1] "HP_0004444<HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Poikilocytosis$children[[3]] #> [1] "HP_0004446<HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> #> $Poikilocytosis$value #> [1] "Poikilocytosis" #> #> #> $Poikiloderma #> $Poikiloderma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001029" #> #> $Poikiloderma$`_id` #> [1] "HP_0001029<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Poikiloderma$privateGeneCount #> [1] 0 #> #> $Poikiloderma$publicGeneCount #> [1] 1 #> #> $Poikiloderma$urlId #> [1] "HP_0001029" #> #> $Poikiloderma$dbPhenotype #> [1] TRUE #> #> $Poikiloderma$`_parent` #> [1] "HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Poikiloderma$`_is_leaf` #> [1] TRUE #> #> $Poikiloderma$children #> list() #> #> $Poikiloderma$value #> [1] "Poikiloderma" #> #> #> $poliomyelitis #> $poliomyelitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4953" #> #> $poliomyelitis$`_id` #> [1] "DOID_4953<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $poliomyelitis$privateGeneCount #> [1] 0 #> #> $poliomyelitis$publicGeneCount #> [1] 2 #> #> $poliomyelitis$urlId #> [1] "DOID_4953" #> #> $poliomyelitis$dbPhenotype #> [1] TRUE #> #> $poliomyelitis$`_parent` #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $poliomyelitis$`_is_leaf` #> [1] FALSE #> #> $poliomyelitis$children #> $poliomyelitis$children[[1]] #> [1] "DOID_12683<DOID_4953<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $poliomyelitis$value #> [1] "poliomyelitis" #> #> #> $poliomyelitis #> $poliomyelitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4953" #> #> $poliomyelitis$`_id` #> [1] "DOID_4953<DOID_934<DOID_0050117<DOID_4" #> #> $poliomyelitis$privateGeneCount #> [1] 0 #> #> $poliomyelitis$publicGeneCount #> [1] 2 #> #> $poliomyelitis$urlId #> [1] "DOID_4953" #> #> $poliomyelitis$dbPhenotype #> [1] TRUE #> #> $poliomyelitis$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $poliomyelitis$`_is_leaf` #> [1] FALSE #> #> $poliomyelitis$children #> $poliomyelitis$children[[1]] #> [1] "DOID_12683<DOID_4953<DOID_934<DOID_0050117<DOID_4" #> #> #> $poliomyelitis$value #> [1] "poliomyelitis" #> #> #> $`polyarteritis nodosa` #> $`polyarteritis nodosa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9810" #> #> $`polyarteritis nodosa`$`_id` #> [1] "DOID_9810<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`polyarteritis nodosa`$privateGeneCount #> [1] 0 #> #> $`polyarteritis nodosa`$publicGeneCount #> [1] 6 #> #> $`polyarteritis nodosa`$urlId #> [1] "DOID_9810" #> #> $`polyarteritis nodosa`$dbPhenotype #> [1] TRUE #> #> $`polyarteritis nodosa`$`_parent` #> [1] "DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`polyarteritis nodosa`$`_is_leaf` #> [1] TRUE #> #> $`polyarteritis nodosa`$children #> list() #> #> $`polyarteritis nodosa`$value #> [1] "polyarteritis nodosa" #> #> #> $`polycystic kidney disease` #> $`polycystic kidney disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080322" #> #> $`polycystic kidney disease`$`_id` #> [1] "DOID_0080322<DOID_2975<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`polycystic kidney disease`$privateGeneCount #> [1] 0 #> #> $`polycystic kidney disease`$publicGeneCount #> [1] 20 #> #> $`polycystic kidney disease`$urlId #> [1] "DOID_0080322" #> #> $`polycystic kidney disease`$dbPhenotype #> [1] FALSE #> #> $`polycystic kidney disease`$`_parent` #> [1] "DOID_2975<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`polycystic kidney disease`$`_is_leaf` #> [1] FALSE #> #> $`polycystic kidney disease`$children #> $`polycystic kidney disease`$children[[1]] #> [1] "DOID_898<DOID_0080322<DOID_2975<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`polycystic kidney disease`$value #> [1] "polycystic kidney disease" #> #> #> $`polycystic liver disease` #> $`polycystic liver disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050770" #> #> $`polycystic liver disease`$`_id` #> [1] "DOID_0050770<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`polycystic liver disease`$privateGeneCount #> [1] 0 #> #> $`polycystic liver disease`$publicGeneCount #> [1] 3 #> #> $`polycystic liver disease`$urlId #> [1] "DOID_0050770" #> #> $`polycystic liver disease`$dbPhenotype #> [1] TRUE #> #> $`polycystic liver disease`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`polycystic liver disease`$`_is_leaf` #> [1] TRUE #> #> $`polycystic liver disease`$children #> list() #> #> $`polycystic liver disease`$value #> [1] "polycystic liver disease" #> #> #> $`polycystic liver disease` #> $`polycystic liver disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050770" #> #> $`polycystic liver disease`$`_id` #> [1] "DOID_0050770<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`polycystic liver disease`$privateGeneCount #> [1] 0 #> #> $`polycystic liver disease`$publicGeneCount #> [1] 3 #> #> $`polycystic liver disease`$urlId #> [1] "DOID_0050770" #> #> $`polycystic liver disease`$dbPhenotype #> [1] TRUE #> #> $`polycystic liver disease`$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`polycystic liver disease`$`_is_leaf` #> [1] TRUE #> #> $`polycystic liver disease`$children #> list() #> #> $`polycystic liver disease`$value #> [1] "polycystic liver disease" #> #> #> $`polycystic ovary syndrome` #> $`polycystic ovary syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11612" #> #> $`polycystic ovary syndrome`$`_id` #> [1] "DOID_11612<DOID_1414<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`polycystic ovary syndrome`$privateGeneCount #> [1] 0 #> #> $`polycystic ovary syndrome`$publicGeneCount #> [1] 161 #> #> $`polycystic ovary syndrome`$urlId #> [1] "DOID_11612" #> #> $`polycystic ovary syndrome`$dbPhenotype #> [1] TRUE #> #> $`polycystic ovary syndrome`$`_parent` #> [1] "DOID_1414<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`polycystic ovary syndrome`$`_is_leaf` #> [1] TRUE #> #> $`polycystic ovary syndrome`$children #> list() #> #> $`polycystic ovary syndrome`$value #> [1] "polycystic ovary syndrome" #> #> #> $`polycystic ovary syndrome` #> $`polycystic ovary syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11612" #> #> $`polycystic ovary syndrome`$`_id` #> [1] "DOID_11612<DOID_1414<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`polycystic ovary syndrome`$privateGeneCount #> [1] 0 #> #> $`polycystic ovary syndrome`$publicGeneCount #> [1] 161 #> #> $`polycystic ovary syndrome`$urlId #> [1] "DOID_11612" #> #> $`polycystic ovary syndrome`$dbPhenotype #> [1] TRUE #> #> $`polycystic ovary syndrome`$`_parent` #> [1] "DOID_1414<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`polycystic ovary syndrome`$`_is_leaf` #> [1] TRUE #> #> $`polycystic ovary syndrome`$children #> list() #> #> $`polycystic ovary syndrome`$value #> [1] "polycystic ovary syndrome" #> #> #> $polycythemia #> $polycythemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8432" #> #> $polycythemia$`_id` #> [1] "DOID_8432<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $polycythemia$privateGeneCount #> [1] 0 #> #> $polycythemia$publicGeneCount #> [1] 10 #> #> $polycythemia$urlId #> [1] "DOID_8432" #> #> $polycythemia$dbPhenotype #> [1] TRUE #> #> $polycythemia$`_parent` #> [1] "DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $polycythemia$`_is_leaf` #> [1] FALSE #> #> $polycythemia$children #> $polycythemia$children[[1]] #> [1] "DOID_10780<DOID_8432<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> #> $polycythemia$value #> [1] "polycythemia" #> #> #> $`polycythemia vera` #> $`polycythemia vera`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8997" #> #> $`polycythemia vera`$`_id` #> [1] "DOID_8997<DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`polycythemia vera`$privateGeneCount #> [1] 0 #> #> $`polycythemia vera`$publicGeneCount #> [1] 4 #> #> $`polycythemia vera`$urlId #> [1] "DOID_8997" #> #> $`polycythemia vera`$dbPhenotype #> [1] TRUE #> #> $`polycythemia vera`$`_parent` #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`polycythemia vera`$`_is_leaf` #> [1] TRUE #> #> $`polycythemia vera`$children #> list() #> #> $`polycythemia vera`$value #> [1] "polycythemia vera" #> #> #> $`polycythemia vera` #> $`polycythemia vera`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8997" #> #> $`polycythemia vera`$`_id` #> [1] "DOID_8997<DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`polycythemia vera`$privateGeneCount #> [1] 0 #> #> $`polycythemia vera`$publicGeneCount #> [1] 4 #> #> $`polycythemia vera`$urlId #> [1] "DOID_8997" #> #> $`polycythemia vera`$dbPhenotype #> [1] TRUE #> #> $`polycythemia vera`$`_parent` #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`polycythemia vera`$`_is_leaf` #> [1] TRUE #> #> $`polycythemia vera`$children #> list() #> #> $`polycythemia vera`$value #> [1] "polycythemia vera" #> #> #> $`polycythemia vera` #> $`polycythemia vera`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8997" #> #> $`polycythemia vera`$`_id` #> [1] "DOID_8997<DOID_2226<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`polycythemia vera`$privateGeneCount #> [1] 0 #> #> $`polycythemia vera`$publicGeneCount #> [1] 4 #> #> $`polycythemia vera`$urlId #> [1] "DOID_8997" #> #> $`polycythemia vera`$dbPhenotype #> [1] TRUE #> #> $`polycythemia vera`$`_parent` #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`polycythemia vera`$`_is_leaf` #> [1] TRUE #> #> $`polycythemia vera`$children #> list() #> #> $`polycythemia vera`$value #> [1] "polycythemia vera" #> #> #> $polydactyly #> $polydactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1148" #> #> $polydactyly$`_id` #> [1] "DOID_1148<DOID_0080015<DOID_4" #> #> $polydactyly$privateGeneCount #> [1] 0 #> #> $polydactyly$publicGeneCount #> [1] 18 #> #> $polydactyly$urlId #> [1] "DOID_1148" #> #> $polydactyly$dbPhenotype #> [1] TRUE #> #> $polydactyly$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $polydactyly$`_is_leaf` #> [1] TRUE #> #> $polydactyly$children #> list() #> #> $polydactyly$value #> [1] "polydactyly" #> #> #> $Polydipsia #> $Polydipsia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001959" #> #> $Polydipsia$`_id` #> [1] "HP_0001959<HP_0030082<HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Polydipsia$privateGeneCount #> [1] 0 #> #> $Polydipsia$publicGeneCount #> [1] 1 #> #> $Polydipsia$urlId #> [1] "HP_0001959" #> #> $Polydipsia$dbPhenotype #> [1] TRUE #> #> $Polydipsia$`_parent` #> [1] "HP_0030082<HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Polydipsia$`_is_leaf` #> [1] TRUE #> #> $Polydipsia$children #> list() #> #> $Polydipsia$value #> [1] "Polydipsia" #> #> #> $polyhydramnios #> $polyhydramnios$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8488" #> #> $polyhydramnios$`_id` #> [1] "DOID_8488<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $polyhydramnios$privateGeneCount #> [1] 0 #> #> $polyhydramnios$publicGeneCount #> [1] 2 #> #> $polyhydramnios$urlId #> [1] "DOID_8488" #> #> $polyhydramnios$dbPhenotype #> [1] TRUE #> #> $polyhydramnios$`_parent` #> [1] "DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $polyhydramnios$`_is_leaf` #> [1] TRUE #> #> $polyhydramnios$children #> list() #> #> $polyhydramnios$value #> [1] "polyhydramnios" #> #> #> $Polymicrogyria #> $Polymicrogyria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002126" #> #> $Polymicrogyria$`_id` #> [1] "HP_0002126<HP_0002536<HP_0002269<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Polymicrogyria$privateGeneCount #> [1] 0 #> #> $Polymicrogyria$publicGeneCount #> [1] 3 #> #> $Polymicrogyria$urlId #> [1] "HP_0002126" #> #> $Polymicrogyria$dbPhenotype #> [1] TRUE #> #> $Polymicrogyria$`_parent` #> [1] "HP_0002536<HP_0002269<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Polymicrogyria$`_is_leaf` #> [1] TRUE #> #> $Polymicrogyria$children #> list() #> #> $Polymicrogyria$value #> [1] "Polymicrogyria" #> #> #> $Polymicrogyria #> $Polymicrogyria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002126" #> #> $Polymicrogyria$`_id` #> [1] "HP_0002126<HP_0002536<HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Polymicrogyria$privateGeneCount #> [1] 0 #> #> $Polymicrogyria$publicGeneCount #> [1] 3 #> #> $Polymicrogyria$urlId #> [1] "HP_0002126" #> #> $Polymicrogyria$dbPhenotype #> [1] TRUE #> #> $Polymicrogyria$`_parent` #> [1] "HP_0002536<HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Polymicrogyria$`_is_leaf` #> [1] TRUE #> #> $Polymicrogyria$children #> list() #> #> $Polymicrogyria$value #> [1] "Polymicrogyria" #> #> #> $`polymyalgia rheumatica` #> $`polymyalgia rheumatica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_853" #> #> $`polymyalgia rheumatica`$`_id` #> [1] "DOID_853<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`polymyalgia rheumatica`$privateGeneCount #> [1] 0 #> #> $`polymyalgia rheumatica`$publicGeneCount #> [1] 5 #> #> $`polymyalgia rheumatica`$urlId #> [1] "DOID_853" #> #> $`polymyalgia rheumatica`$dbPhenotype #> [1] TRUE #> #> $`polymyalgia rheumatica`$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`polymyalgia rheumatica`$`_is_leaf` #> [1] TRUE #> #> $`polymyalgia rheumatica`$children #> list() #> #> $`polymyalgia rheumatica`$value #> [1] "polymyalgia rheumatica" #> #> #> $`polymyalgia rheumatica` #> $`polymyalgia rheumatica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_853" #> #> $`polymyalgia rheumatica`$`_id` #> [1] "DOID_853<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`polymyalgia rheumatica`$privateGeneCount #> [1] 0 #> #> $`polymyalgia rheumatica`$publicGeneCount #> [1] 5 #> #> $`polymyalgia rheumatica`$urlId #> [1] "DOID_853" #> #> $`polymyalgia rheumatica`$dbPhenotype #> [1] TRUE #> #> $`polymyalgia rheumatica`$`_parent` #> [1] "DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`polymyalgia rheumatica`$`_is_leaf` #> [1] TRUE #> #> $`polymyalgia rheumatica`$children #> list() #> #> $`polymyalgia rheumatica`$value #> [1] "polymyalgia rheumatica" #> #> #> $polyneuropathy #> $polyneuropathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1389" #> #> $polyneuropathy$`_id` #> [1] "DOID_1389<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $polyneuropathy$privateGeneCount #> [1] 0 #> #> $polyneuropathy$publicGeneCount #> [1] 9 #> #> $polyneuropathy$urlId #> [1] "DOID_1389" #> #> $polyneuropathy$dbPhenotype #> [1] TRUE #> #> $polyneuropathy$`_parent` #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $polyneuropathy$`_is_leaf` #> [1] TRUE #> #> $polyneuropathy$children #> list() #> #> $polyneuropathy$value #> [1] "polyneuropathy" #> #> #> $Polyphagia #> $Polyphagia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002591" #> #> $Polyphagia$`_id` #> [1] "HP_0002591<HP_0100738<HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Polyphagia$privateGeneCount #> [1] 0 #> #> $Polyphagia$publicGeneCount #> [1] 5 #> #> $Polyphagia$urlId #> [1] "HP_0002591" #> #> $Polyphagia$dbPhenotype #> [1] TRUE #> #> $Polyphagia$`_parent` #> [1] "HP_0100738<HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Polyphagia$`_is_leaf` #> [1] TRUE #> #> $Polyphagia$children #> list() #> #> $Polyphagia$value #> [1] "Polyphagia" #> #> #> $polyradiculoneuropathy #> $polyradiculoneuropathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4308" #> #> $polyradiculoneuropathy$`_id` #> [1] "DOID_4308<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $polyradiculoneuropathy$privateGeneCount #> [1] 0 #> #> $polyradiculoneuropathy$publicGeneCount #> [1] 3 #> #> $polyradiculoneuropathy$urlId #> [1] "DOID_4308" #> #> $polyradiculoneuropathy$dbPhenotype #> [1] TRUE #> #> $polyradiculoneuropathy$`_parent` #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $polyradiculoneuropathy$`_is_leaf` #> [1] TRUE #> #> $polyradiculoneuropathy$children #> list() #> #> $polyradiculoneuropathy$value #> [1] "polyradiculoneuropathy" #> #> #> $Polyuria #> $Polyuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000103" #> #> $Polyuria$`_id` #> [1] "HP_0000103<HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Polyuria$privateGeneCount #> [1] 0 #> #> $Polyuria$publicGeneCount #> [1] 5 #> #> $Polyuria$urlId #> [1] "HP_0000103" #> #> $Polyuria$dbPhenotype #> [1] TRUE #> #> $Polyuria$`_parent` #> [1] "HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Polyuria$`_is_leaf` #> [1] TRUE #> #> $Polyuria$children #> list() #> #> $Polyuria$value #> [1] "Polyuria" #> #> #> $Polyuria #> $Polyuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000103" #> #> $Polyuria$`_id` #> [1] "HP_0000103<HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Polyuria$privateGeneCount #> [1] 0 #> #> $Polyuria$publicGeneCount #> [1] 5 #> #> $Polyuria$urlId #> [1] "HP_0000103" #> #> $Polyuria$dbPhenotype #> [1] TRUE #> #> $Polyuria$`_parent` #> [1] "HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Polyuria$`_is_leaf` #> [1] TRUE #> #> $Polyuria$children #> list() #> #> $Polyuria$value #> [1] "Polyuria" #> #> #> $`Pontocerebellar atrophy` #> $`Pontocerebellar atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006879" #> #> $`Pontocerebellar atrophy`$`_id` #> [1] "HP_0006879<HP_0001272<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Pontocerebellar atrophy`$privateGeneCount #> [1] 0 #> #> $`Pontocerebellar atrophy`$publicGeneCount #> [1] 1 #> #> $`Pontocerebellar atrophy`$urlId #> [1] "HP_0006879" #> #> $`Pontocerebellar atrophy`$dbPhenotype #> [1] TRUE #> #> $`Pontocerebellar atrophy`$`_parent` #> [1] "HP_0001272<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Pontocerebellar atrophy`$`_is_leaf` #> [1] TRUE #> #> $`Pontocerebellar atrophy`$children #> list() #> #> $`Pontocerebellar atrophy`$value #> [1] "Pontocerebellar atrophy" #> #> #> $`pontocerebellar hypoplasia` #> $`pontocerebellar hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060264" #> #> $`pontocerebellar hypoplasia`$`_id` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia`$publicGeneCount #> [1] 13 #> #> $`pontocerebellar hypoplasia`$urlId #> [1] "DOID_0060264" #> #> $`pontocerebellar hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$`_is_leaf` #> [1] FALSE #> #> $`pontocerebellar hypoplasia`$children #> $`pontocerebellar hypoplasia`$children[[1]] #> [1] "DOID_0060279<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[2]] #> [1] "DOID_0060265<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[3]] #> [1] "DOID_0060266<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[4]] #> [1] "DOID_0060267<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[5]] #> [1] "DOID_0060268<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[6]] #> [1] "DOID_0060269<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[7]] #> [1] "DOID_0060270<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[8]] #> [1] "DOID_0060271<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[9]] #> [1] "DOID_0060272<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[10]] #> [1] "DOID_0060273<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[11]] #> [1] "DOID_0060274<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[12]] #> [1] "DOID_0060275<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[13]] #> [1] "DOID_0060277<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[14]] #> [1] "DOID_0060278<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`pontocerebellar hypoplasia`$value #> [1] "pontocerebellar hypoplasia" #> #> #> $`pontocerebellar hypoplasia type 10` #> $`pontocerebellar hypoplasia type 10`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060279" #> #> $`pontocerebellar hypoplasia type 10`$`_id` #> [1] "DOID_0060279<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 10`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 10`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 10`$urlId #> [1] "DOID_0060279" #> #> $`pontocerebellar hypoplasia type 10`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 10`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 10`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 10`$children #> list() #> #> $`pontocerebellar hypoplasia type 10`$value #> [1] "pontocerebellar hypoplasia type 10" #> #> #> $`pontocerebellar hypoplasia type 1A` #> $`pontocerebellar hypoplasia type 1A`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060265" #> #> $`pontocerebellar hypoplasia type 1A`$`_id` #> [1] "DOID_0060265<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 1A`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 1A`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 1A`$urlId #> [1] "DOID_0060265" #> #> $`pontocerebellar hypoplasia type 1A`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 1A`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 1A`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 1A`$children #> list() #> #> $`pontocerebellar hypoplasia type 1A`$value #> [1] "pontocerebellar hypoplasia type 1A" #> #> #> $`pontocerebellar hypoplasia type 1B` #> $`pontocerebellar hypoplasia type 1B`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060266" #> #> $`pontocerebellar hypoplasia type 1B`$`_id` #> [1] "DOID_0060266<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 1B`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 1B`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 1B`$urlId #> [1] "DOID_0060266" #> #> $`pontocerebellar hypoplasia type 1B`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 1B`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 1B`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 1B`$children #> list() #> #> $`pontocerebellar hypoplasia type 1B`$value #> [1] "pontocerebellar hypoplasia type 1B" #> #> #> $`pontocerebellar hypoplasia type 2A` #> $`pontocerebellar hypoplasia type 2A`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060267" #> #> $`pontocerebellar hypoplasia type 2A`$`_id` #> [1] "DOID_0060267<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 2A`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 2A`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 2A`$urlId #> [1] "DOID_0060267" #> #> $`pontocerebellar hypoplasia type 2A`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 2A`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 2A`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 2A`$children #> list() #> #> $`pontocerebellar hypoplasia type 2A`$value #> [1] "pontocerebellar hypoplasia type 2A" #> #> #> $`pontocerebellar hypoplasia type 2B` #> $`pontocerebellar hypoplasia type 2B`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060268" #> #> $`pontocerebellar hypoplasia type 2B`$`_id` #> [1] "DOID_0060268<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 2B`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 2B`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 2B`$urlId #> [1] "DOID_0060268" #> #> $`pontocerebellar hypoplasia type 2B`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 2B`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 2B`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 2B`$children #> list() #> #> $`pontocerebellar hypoplasia type 2B`$value #> [1] "pontocerebellar hypoplasia type 2B" #> #> #> $`pontocerebellar hypoplasia type 2C` #> $`pontocerebellar hypoplasia type 2C`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060269" #> #> $`pontocerebellar hypoplasia type 2C`$`_id` #> [1] "DOID_0060269<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 2C`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 2C`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 2C`$urlId #> [1] "DOID_0060269" #> #> $`pontocerebellar hypoplasia type 2C`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 2C`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 2C`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 2C`$children #> list() #> #> $`pontocerebellar hypoplasia type 2C`$value #> [1] "pontocerebellar hypoplasia type 2C" #> #> #> $`pontocerebellar hypoplasia type 2D` #> $`pontocerebellar hypoplasia type 2D`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060270" #> #> $`pontocerebellar hypoplasia type 2D`$`_id` #> [1] "DOID_0060270<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 2D`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 2D`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 2D`$urlId #> [1] "DOID_0060270" #> #> $`pontocerebellar hypoplasia type 2D`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 2D`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 2D`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 2D`$children #> list() #> #> $`pontocerebellar hypoplasia type 2D`$value #> [1] "pontocerebellar hypoplasia type 2D" #> #> #> $`pontocerebellar hypoplasia type 2E` #> $`pontocerebellar hypoplasia type 2E`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060271" #> #> $`pontocerebellar hypoplasia type 2E`$`_id` #> [1] "DOID_0060271<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 2E`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 2E`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 2E`$urlId #> [1] "DOID_0060271" #> #> $`pontocerebellar hypoplasia type 2E`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 2E`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 2E`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 2E`$children #> list() #> #> $`pontocerebellar hypoplasia type 2E`$value #> [1] "pontocerebellar hypoplasia type 2E" #> #> #> $`pontocerebellar hypoplasia type 3` #> $`pontocerebellar hypoplasia type 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060272" #> #> $`pontocerebellar hypoplasia type 3`$`_id` #> [1] "DOID_0060272<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 3`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 3`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 3`$urlId #> [1] "DOID_0060272" #> #> $`pontocerebellar hypoplasia type 3`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 3`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 3`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 3`$children #> list() #> #> $`pontocerebellar hypoplasia type 3`$value #> [1] "pontocerebellar hypoplasia type 3" #> #> #> $`pontocerebellar hypoplasia type 4` #> $`pontocerebellar hypoplasia type 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060273" #> #> $`pontocerebellar hypoplasia type 4`$`_id` #> [1] "DOID_0060273<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 4`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 4`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 4`$urlId #> [1] "DOID_0060273" #> #> $`pontocerebellar hypoplasia type 4`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 4`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 4`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 4`$children #> list() #> #> $`pontocerebellar hypoplasia type 4`$value #> [1] "pontocerebellar hypoplasia type 4" #> #> #> $`pontocerebellar hypoplasia type 5` #> $`pontocerebellar hypoplasia type 5`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060274" #> #> $`pontocerebellar hypoplasia type 5`$`_id` #> [1] "DOID_0060274<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 5`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 5`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 5`$urlId #> [1] "DOID_0060274" #> #> $`pontocerebellar hypoplasia type 5`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 5`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 5`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 5`$children #> list() #> #> $`pontocerebellar hypoplasia type 5`$value #> [1] "pontocerebellar hypoplasia type 5" #> #> #> $`pontocerebellar hypoplasia type 6` #> $`pontocerebellar hypoplasia type 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060275" #> #> $`pontocerebellar hypoplasia type 6`$`_id` #> [1] "DOID_0060275<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 6`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 6`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 6`$urlId #> [1] "DOID_0060275" #> #> $`pontocerebellar hypoplasia type 6`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 6`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 6`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 6`$children #> list() #> #> $`pontocerebellar hypoplasia type 6`$value #> [1] "pontocerebellar hypoplasia type 6" #> #> #> $`pontocerebellar hypoplasia type 8` #> $`pontocerebellar hypoplasia type 8`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060277" #> #> $`pontocerebellar hypoplasia type 8`$`_id` #> [1] "DOID_0060277<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 8`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 8`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 8`$urlId #> [1] "DOID_0060277" #> #> $`pontocerebellar hypoplasia type 8`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 8`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 8`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 8`$children #> list() #> #> $`pontocerebellar hypoplasia type 8`$value #> [1] "pontocerebellar hypoplasia type 8" #> #> #> $`pontocerebellar hypoplasia type 9` #> $`pontocerebellar hypoplasia type 9`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060278" #> #> $`pontocerebellar hypoplasia type 9`$`_id` #> [1] "DOID_0060278<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 9`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 9`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 9`$urlId #> [1] "DOID_0060278" #> #> $`pontocerebellar hypoplasia type 9`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 9`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 9`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 9`$children #> list() #> #> $`pontocerebellar hypoplasia type 9`$value #> [1] "pontocerebellar hypoplasia type 9" #> #> #> $`popliteal pterygium syndrome` #> $`popliteal pterygium syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060055" #> #> $`popliteal pterygium syndrome`$`_id` #> [1] "DOID_0060055<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`popliteal pterygium syndrome`$privateGeneCount #> [1] 0 #> #> $`popliteal pterygium syndrome`$publicGeneCount #> [1] 2 #> #> $`popliteal pterygium syndrome`$urlId #> [1] "DOID_0060055" #> #> $`popliteal pterygium syndrome`$dbPhenotype #> [1] TRUE #> #> $`popliteal pterygium syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`popliteal pterygium syndrome`$`_is_leaf` #> [1] TRUE #> #> $`popliteal pterygium syndrome`$children #> list() #> #> $`popliteal pterygium syndrome`$value #> [1] "popliteal pterygium syndrome" #> #> #> $`popliteal pterygium syndrome` #> $`popliteal pterygium syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060055" #> #> $`popliteal pterygium syndrome`$`_id` #> [1] "DOID_0060055<DOID_225<DOID_4" #> #> $`popliteal pterygium syndrome`$privateGeneCount #> [1] 0 #> #> $`popliteal pterygium syndrome`$publicGeneCount #> [1] 2 #> #> $`popliteal pterygium syndrome`$urlId #> [1] "DOID_0060055" #> #> $`popliteal pterygium syndrome`$dbPhenotype #> [1] TRUE #> #> $`popliteal pterygium syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`popliteal pterygium syndrome`$`_is_leaf` #> [1] TRUE #> #> $`popliteal pterygium syndrome`$children #> list() #> #> $`popliteal pterygium syndrome`$value #> [1] "popliteal pterygium syndrome" #> #> #> $`Porencephalic cyst` #> $`Porencephalic cyst`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002132" #> #> $`Porencephalic cyst`$`_id` #> [1] "HP_0002132<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Porencephalic cyst`$privateGeneCount #> [1] 0 #> #> $`Porencephalic cyst`$publicGeneCount #> [1] 2 #> #> $`Porencephalic cyst`$urlId #> [1] "HP_0002132" #> #> $`Porencephalic cyst`$dbPhenotype #> [1] TRUE #> #> $`Porencephalic cyst`$`_parent` #> [1] "HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Porencephalic cyst`$`_is_leaf` #> [1] TRUE #> #> $`Porencephalic cyst`$children #> list() #> #> $`Porencephalic cyst`$value #> [1] "Porencephalic cyst" #> #> #> $porencephaly #> $porencephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060263" #> #> $porencephaly$`_id` #> [1] "DOID_0060263<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $porencephaly$privateGeneCount #> [1] 0 #> #> $porencephaly$publicGeneCount #> [1] 2 #> #> $porencephaly$urlId #> [1] "DOID_0060263" #> #> $porencephaly$dbPhenotype #> [1] TRUE #> #> $porencephaly$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $porencephaly$`_is_leaf` #> [1] TRUE #> #> $porencephaly$children #> list() #> #> $porencephaly$value #> [1] "porencephaly" #> #> #> $porokeratosis #> $porokeratosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3805" #> #> $porokeratosis$`_id` #> [1] "DOID_3805<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $porokeratosis$privateGeneCount #> [1] 0 #> #> $porokeratosis$publicGeneCount #> [1] 3 #> #> $porokeratosis$urlId #> [1] "DOID_3805" #> #> $porokeratosis$dbPhenotype #> [1] TRUE #> #> $porokeratosis$`_parent` #> [1] "DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $porokeratosis$`_is_leaf` #> [1] TRUE #> #> $porokeratosis$children #> list() #> #> $porokeratosis$value #> [1] "porokeratosis" #> #> #> $porphyria #> $porphyria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13268" #> #> $porphyria$`_id` #> [1] "DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $porphyria$privateGeneCount #> [1] 0 #> #> $porphyria$publicGeneCount #> [1] 15 #> #> $porphyria$urlId #> [1] "DOID_13268" #> #> $porphyria$dbPhenotype #> [1] TRUE #> #> $porphyria$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $porphyria$`_is_leaf` #> [1] FALSE #> #> $porphyria$children #> $porphyria$children[[1]] #> [1] "DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $porphyria$children[[2]] #> [1] "DOID_13271<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> #> $porphyria$value #> [1] "porphyria" #> #> #> $`porphyria cutanea tarda` #> $`porphyria cutanea tarda`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3132" #> #> $`porphyria cutanea tarda`$`_id` #> [1] "DOID_3132<DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`porphyria cutanea tarda`$privateGeneCount #> [1] 0 #> #> $`porphyria cutanea tarda`$publicGeneCount #> [1] 4 #> #> $`porphyria cutanea tarda`$urlId #> [1] "DOID_3132" #> #> $`porphyria cutanea tarda`$dbPhenotype #> [1] TRUE #> #> $`porphyria cutanea tarda`$`_parent` #> [1] "DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`porphyria cutanea tarda`$`_is_leaf` #> [1] TRUE #> #> $`porphyria cutanea tarda`$children #> list() #> #> $`porphyria cutanea tarda`$value #> [1] "porphyria cutanea tarda" #> #> #> $`portal hypertension` #> $`portal hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10762" #> #> $`portal hypertension`$`_id` #> [1] "DOID_10762<DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`portal hypertension`$privateGeneCount #> [1] 0 #> #> $`portal hypertension`$publicGeneCount #> [1] 6 #> #> $`portal hypertension`$urlId #> [1] "DOID_10762" #> #> $`portal hypertension`$dbPhenotype #> [1] TRUE #> #> $`portal hypertension`$`_parent` #> [1] "DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`portal hypertension`$`_is_leaf` #> [1] TRUE #> #> $`portal hypertension`$children #> list() #> #> $`portal hypertension`$value #> [1] "portal hypertension" #> #> #> $`portal hypertension` #> $`portal hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10762" #> #> $`portal hypertension`$`_id` #> [1] "DOID_10762<DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`portal hypertension`$privateGeneCount #> [1] 0 #> #> $`portal hypertension`$publicGeneCount #> [1] 6 #> #> $`portal hypertension`$urlId #> [1] "DOID_10762" #> #> $`portal hypertension`$dbPhenotype #> [1] TRUE #> #> $`portal hypertension`$`_parent` #> [1] "DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`portal hypertension`$`_is_leaf` #> [1] TRUE #> #> $`portal hypertension`$children #> list() #> #> $`portal hypertension`$value #> [1] "portal hypertension" #> #> #> $`post-traumatic stress disorder` #> $`post-traumatic stress disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2055" #> #> $`post-traumatic stress disorder`$`_id` #> [1] "DOID_2055<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`post-traumatic stress disorder`$privateGeneCount #> [1] 0 #> #> $`post-traumatic stress disorder`$publicGeneCount #> [1] 14 #> #> $`post-traumatic stress disorder`$urlId #> [1] "DOID_2055" #> #> $`post-traumatic stress disorder`$dbPhenotype #> [1] TRUE #> #> $`post-traumatic stress disorder`$`_parent` #> [1] "DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`post-traumatic stress disorder`$`_is_leaf` #> [1] TRUE #> #> $`post-traumatic stress disorder`$children #> list() #> #> $`post-traumatic stress disorder`$value #> [1] "post-traumatic stress disorder" #> #> #> $`post-vaccinal encephalitis` #> $`post-vaccinal encephalitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13664" #> #> $`post-vaccinal encephalitis`$`_id` #> [1] "DOID_13664<DOID_9588<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`post-vaccinal encephalitis`$privateGeneCount #> [1] 0 #> #> $`post-vaccinal encephalitis`$publicGeneCount #> [1] 3 #> #> $`post-vaccinal encephalitis`$urlId #> [1] "DOID_13664" #> #> $`post-vaccinal encephalitis`$dbPhenotype #> [1] TRUE #> #> $`post-vaccinal encephalitis`$`_parent` #> [1] "DOID_9588<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`post-vaccinal encephalitis`$`_is_leaf` #> [1] TRUE #> #> $`post-vaccinal encephalitis`$children #> list() #> #> $`post-vaccinal encephalitis`$value #> [1] "post-vaccinal encephalitis" #> #> #> $`posterior polar cataract` #> $`posterior polar cataract`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050537" #> #> $`posterior polar cataract`$`_id` #> [1] "DOID_0050537<DOID_83<DOID_0050177<DOID_630<DOID_4" #> #> $`posterior polar cataract`$privateGeneCount #> [1] 0 #> #> $`posterior polar cataract`$publicGeneCount #> [1] 4 #> #> $`posterior polar cataract`$urlId #> [1] "DOID_0050537" #> #> $`posterior polar cataract`$dbPhenotype #> [1] TRUE #> #> $`posterior polar cataract`$`_parent` #> [1] "DOID_83<DOID_0050177<DOID_630<DOID_4" #> #> $`posterior polar cataract`$`_is_leaf` #> [1] TRUE #> #> $`posterior polar cataract`$children #> list() #> #> $`posterior polar cataract`$value #> [1] "posterior polar cataract" #> #> #> $`posterior polar cataract` #> $`posterior polar cataract`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050537" #> #> $`posterior polar cataract`$`_id` #> [1] "DOID_0050537<DOID_83<DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`posterior polar cataract`$privateGeneCount #> [1] 0 #> #> $`posterior polar cataract`$publicGeneCount #> [1] 4 #> #> $`posterior polar cataract`$urlId #> [1] "DOID_0050537" #> #> $`posterior polar cataract`$dbPhenotype #> [1] TRUE #> #> $`posterior polar cataract`$`_parent` #> [1] "DOID_83<DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`posterior polar cataract`$`_is_leaf` #> [1] TRUE #> #> $`posterior polar cataract`$children #> list() #> #> $`posterior polar cataract`$value #> [1] "posterior polar cataract" #> #> #> $`posterior polymorphous corneal dystrophy` #> $`posterior polymorphous corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060457" #> #> $`posterior polymorphous corneal dystrophy`$`_id` #> [1] "DOID_0060457<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`posterior polymorphous corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`posterior polymorphous corneal dystrophy`$publicGeneCount #> [1] 3 #> #> $`posterior polymorphous corneal dystrophy`$urlId #> [1] "DOID_0060457" #> #> $`posterior polymorphous corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`posterior polymorphous corneal dystrophy`$`_parent` #> [1] "DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`posterior polymorphous corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`posterior polymorphous corneal dystrophy`$children #> list() #> #> $`posterior polymorphous corneal dystrophy`$value #> [1] "posterior polymorphous corneal dystrophy" #> #> #> $`posterior uveitis` #> $`posterior uveitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12574" #> #> $`posterior uveitis`$`_id` #> [1] "DOID_12574<DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`posterior uveitis`$privateGeneCount #> [1] 0 #> #> $`posterior uveitis`$publicGeneCount #> [1] 3 #> #> $`posterior uveitis`$urlId #> [1] "DOID_12574" #> #> $`posterior uveitis`$dbPhenotype #> [1] TRUE #> #> $`posterior uveitis`$`_parent` #> [1] "DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`posterior uveitis`$`_is_leaf` #> [1] TRUE #> #> $`posterior uveitis`$children #> list() #> #> $`posterior uveitis`$value #> [1] "posterior uveitis" #> #> #> $`Postnatal growth retardation` #> $`Postnatal growth retardation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008897" #> #> $`Postnatal growth retardation`$`_id` #> [1] "HP_0008897<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Postnatal growth retardation`$privateGeneCount #> [1] 0 #> #> $`Postnatal growth retardation`$publicGeneCount #> [1] 1 #> #> $`Postnatal growth retardation`$urlId #> [1] "HP_0008897" #> #> $`Postnatal growth retardation`$dbPhenotype #> [1] FALSE #> #> $`Postnatal growth retardation`$`_parent` #> [1] "HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Postnatal growth retardation`$`_is_leaf` #> [1] FALSE #> #> $`Postnatal growth retardation`$children #> $`Postnatal growth retardation`$children[[1]] #> [1] "HP_0001530<HP_0008897<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Postnatal growth retardation`$value #> [1] "Postnatal growth retardation" #> #> #> $`Postnatal microcephaly` #> $`Postnatal microcephaly`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005484" #> #> $`Postnatal microcephaly`$`_id` #> [1] "HP_0005484<HP_0000252<HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Postnatal microcephaly`$privateGeneCount #> [1] 0 #> #> $`Postnatal microcephaly`$publicGeneCount #> [1] 1 #> #> $`Postnatal microcephaly`$urlId #> [1] "HP_0005484" #> #> $`Postnatal microcephaly`$dbPhenotype #> [1] TRUE #> #> $`Postnatal microcephaly`$`_parent` #> [1] "HP_0000252<HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Postnatal microcephaly`$`_is_leaf` #> [1] TRUE #> #> $`Postnatal microcephaly`$children #> list() #> #> $`Postnatal microcephaly`$value #> [1] "Postnatal microcephaly" #> #> #> $`Postnatal microcephaly` #> $`Postnatal microcephaly`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005484" #> #> $`Postnatal microcephaly`$`_id` #> [1] "HP_0005484<HP_0000252<HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Postnatal microcephaly`$privateGeneCount #> [1] 0 #> #> $`Postnatal microcephaly`$publicGeneCount #> [1] 1 #> #> $`Postnatal microcephaly`$urlId #> [1] "HP_0005484" #> #> $`Postnatal microcephaly`$dbPhenotype #> [1] TRUE #> #> $`Postnatal microcephaly`$`_parent` #> [1] "HP_0000252<HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Postnatal microcephaly`$`_is_leaf` #> [1] TRUE #> #> $`Postnatal microcephaly`$children #> list() #> #> $`Postnatal microcephaly`$value #> [1] "Postnatal microcephaly" #> #> #> $`Postnatal microcephaly` #> $`Postnatal microcephaly`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005484" #> #> $`Postnatal microcephaly`$`_id` #> [1] "HP_0005484<HP_0000252<HP_0040195<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Postnatal microcephaly`$privateGeneCount #> [1] 0 #> #> $`Postnatal microcephaly`$publicGeneCount #> [1] 1 #> #> $`Postnatal microcephaly`$urlId #> [1] "HP_0005484" #> #> $`Postnatal microcephaly`$dbPhenotype #> [1] TRUE #> #> $`Postnatal microcephaly`$`_parent` #> [1] "HP_0000252<HP_0040195<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Postnatal microcephaly`$`_is_leaf` #> [1] TRUE #> #> $`Postnatal microcephaly`$children #> list() #> #> $`Postnatal microcephaly`$value #> [1] "Postnatal microcephaly" #> #> #> $`Postnatal microcephaly` #> $`Postnatal microcephaly`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005484" #> #> $`Postnatal microcephaly`$`_id` #> [1] "HP_0005484<HP_0000252<HP_0040195<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Postnatal microcephaly`$privateGeneCount #> [1] 0 #> #> $`Postnatal microcephaly`$publicGeneCount #> [1] 1 #> #> $`Postnatal microcephaly`$urlId #> [1] "HP_0005484" #> #> $`Postnatal microcephaly`$dbPhenotype #> [1] TRUE #> #> $`Postnatal microcephaly`$`_parent` #> [1] "HP_0000252<HP_0040195<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Postnatal microcephaly`$`_is_leaf` #> [1] TRUE #> #> $`Postnatal microcephaly`$children #> list() #> #> $`Postnatal microcephaly`$value #> [1] "Postnatal microcephaly" #> #> #> $`postpartum depression` #> $`postpartum depression`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9478" #> #> $`postpartum depression`$`_id` #> [1] "DOID_9478<DOID_1595<DOID_1470<DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`postpartum depression`$privateGeneCount #> [1] 0 #> #> $`postpartum depression`$publicGeneCount #> [1] 1 #> #> $`postpartum depression`$urlId #> [1] "DOID_9478" #> #> $`postpartum depression`$dbPhenotype #> [1] TRUE #> #> $`postpartum depression`$`_parent` #> [1] "DOID_1595<DOID_1470<DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`postpartum depression`$`_is_leaf` #> [1] TRUE #> #> $`postpartum depression`$children #> list() #> #> $`postpartum depression`$value #> [1] "postpartum depression" #> #> #> $`Prader-Willi syndrome` #> $`Prader-Willi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11983" #> #> $`Prader-Willi syndrome`$`_id` #> [1] "DOID_11983<DOID_0080014<DOID_630<DOID_4" #> #> $`Prader-Willi syndrome`$privateGeneCount #> [1] 0 #> #> $`Prader-Willi syndrome`$publicGeneCount #> [1] 5 #> #> $`Prader-Willi syndrome`$urlId #> [1] "DOID_11983" #> #> $`Prader-Willi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Prader-Willi syndrome`$`_parent` #> [1] "DOID_0080014<DOID_630<DOID_4" #> #> $`Prader-Willi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Prader-Willi syndrome`$children #> list() #> #> $`Prader-Willi syndrome`$value #> [1] "Prader-Willi syndrome" #> #> #> $`Prader-Willi syndrome` #> $`Prader-Willi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11983" #> #> $`Prader-Willi syndrome`$`_id` #> [1] "DOID_11983<DOID_225<DOID_4" #> #> $`Prader-Willi syndrome`$privateGeneCount #> [1] 0 #> #> $`Prader-Willi syndrome`$publicGeneCount #> [1] 5 #> #> $`Prader-Willi syndrome`$urlId #> [1] "DOID_11983" #> #> $`Prader-Willi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Prader-Willi syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Prader-Willi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Prader-Willi syndrome`$children #> list() #> #> $`Prader-Willi syndrome`$value #> [1] "Prader-Willi syndrome" #> #> #> $`pre-eclampsia` #> $`pre-eclampsia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10591" #> #> $`pre-eclampsia`$`_id` #> [1] "DOID_10591<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pre-eclampsia`$privateGeneCount #> [1] 0 #> #> $`pre-eclampsia`$publicGeneCount #> [1] 63 #> #> $`pre-eclampsia`$urlId #> [1] "DOID_10591" #> #> $`pre-eclampsia`$dbPhenotype #> [1] TRUE #> #> $`pre-eclampsia`$`_parent` #> [1] "DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pre-eclampsia`$`_is_leaf` #> [1] FALSE #> #> $`pre-eclampsia`$children #> $`pre-eclampsia`$children[[1]] #> [1] "DOID_13129<DOID_10591<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`pre-eclampsia`$value #> [1] "pre-eclampsia" #> #> #> $`pre-malignant neoplasm` #> $`pre-malignant neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060071" #> #> $`pre-malignant neoplasm`$`_id` #> [1] "DOID_0060071<DOID_14566<DOID_4" #> #> $`pre-malignant neoplasm`$privateGeneCount #> [1] 0 #> #> $`pre-malignant neoplasm`$publicGeneCount #> [1] 94 #> #> $`pre-malignant neoplasm`$urlId #> [1] "DOID_0060071" #> #> $`pre-malignant neoplasm`$dbPhenotype #> [1] FALSE #> #> $`pre-malignant neoplasm`$`_parent` #> [1] "DOID_14566<DOID_4" #> #> $`pre-malignant neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`pre-malignant neoplasm`$children #> $`pre-malignant neoplasm`$children[[1]] #> [1] "DOID_8866<DOID_0060071<DOID_14566<DOID_4" #> #> $`pre-malignant neoplasm`$children[[2]] #> [1] "DOID_8719<DOID_0060071<DOID_14566<DOID_4" #> #> #> $`pre-malignant neoplasm`$value #> [1] "pre-malignant neoplasm" #> #> #> $`Precocious puberty` #> $`Precocious puberty`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000826" #> #> $`Precocious puberty`$`_id` #> [1] "HP_0000826<HP_0100000<HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> $`Precocious puberty`$privateGeneCount #> [1] 0 #> #> $`Precocious puberty`$publicGeneCount #> [1] 5 #> #> $`Precocious puberty`$urlId #> [1] "HP_0000826" #> #> $`Precocious puberty`$dbPhenotype #> [1] TRUE #> #> $`Precocious puberty`$`_parent` #> [1] "HP_0100000<HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> $`Precocious puberty`$`_is_leaf` #> [1] FALSE #> #> $`Precocious puberty`$children #> $`Precocious puberty`$children[[1]] #> [1] "HP_0008185<HP_0000826<HP_0100000<HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Precocious puberty`$value #> [1] "Precocious puberty" #> #> #> $`Precocious puberty in males` #> $`Precocious puberty in males`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008185" #> #> $`Precocious puberty in males`$`_id` #> [1] "HP_0008185<HP_0000826<HP_0100000<HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> $`Precocious puberty in males`$privateGeneCount #> [1] 0 #> #> $`Precocious puberty in males`$publicGeneCount #> [1] 1 #> #> $`Precocious puberty in males`$urlId #> [1] "HP_0008185" #> #> $`Precocious puberty in males`$dbPhenotype #> [1] TRUE #> #> $`Precocious puberty in males`$`_parent` #> [1] "HP_0000826<HP_0100000<HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> $`Precocious puberty in males`$`_is_leaf` #> [1] TRUE #> #> $`Precocious puberty in males`$children #> list() #> #> $`Precocious puberty in males`$value #> [1] "Precocious puberty in males" #> #> #> $`prediabetes syndrome` #> $`prediabetes syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11716" #> #> $`prediabetes syndrome`$`_id` #> [1] "DOID_11716<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`prediabetes syndrome`$privateGeneCount #> [1] 0 #> #> $`prediabetes syndrome`$publicGeneCount #> [1] 5 #> #> $`prediabetes syndrome`$urlId #> [1] "DOID_11716" #> #> $`prediabetes syndrome`$dbPhenotype #> [1] TRUE #> #> $`prediabetes syndrome`$`_parent` #> [1] "DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`prediabetes syndrome`$`_is_leaf` #> [1] TRUE #> #> $`prediabetes syndrome`$children #> list() #> #> $`prediabetes syndrome`$value #> [1] "prediabetes syndrome" #> #> #> $`preference for addictive substance` #> $`preference for addictive substance`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002553" #> #> $`preference for addictive substance`$`_id` #> [1] "MP_0002553<MP_0009745<MP_0004924<MP_0005386<MP_0000001" #> #> $`preference for addictive substance`$privateGeneCount #> [1] 0 #> #> $`preference for addictive substance`$publicGeneCount #> [1] 21 #> #> $`preference for addictive substance`$urlId #> [1] "MP_0002553" #> #> $`preference for addictive substance`$dbPhenotype #> [1] FALSE #> #> $`preference for addictive substance`$`_parent` #> [1] "MP_0009745<MP_0004924<MP_0005386<MP_0000001" #> #> $`preference for addictive substance`$`_is_leaf` #> [1] FALSE #> #> $`preference for addictive substance`$children #> $`preference for addictive substance`$children[[1]] #> [1] "MP_0002555<MP_0002553<MP_0009745<MP_0004924<MP_0005386<MP_0000001" #> #> #> $`preference for addictive substance`$value #> [1] "preference for addictive substance" #> #> #> $`Premature birth` #> $`Premature birth`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001622" #> #> $`Premature birth`$`_id` #> [1] "HP_0001622<HP_0001197<HP_0000118<HP_0000001" #> #> $`Premature birth`$privateGeneCount #> [1] 0 #> #> $`Premature birth`$publicGeneCount #> [1] 56 #> #> $`Premature birth`$urlId #> [1] "HP_0001622" #> #> $`Premature birth`$dbPhenotype #> [1] TRUE #> #> $`Premature birth`$`_parent` #> [1] "HP_0001197<HP_0000118<HP_0000001" #> #> $`Premature birth`$`_is_leaf` #> [1] FALSE #> #> $`Premature birth`$children #> $`Premature birth`$children[[1]] #> [1] "HP_0005100<HP_0001622<HP_0001197<HP_0000118<HP_0000001" #> #> #> $`Premature birth`$value #> [1] "Premature birth" #> #> #> $`Premature birth following premature rupture of fetal membranes` #> $`Premature birth following premature rupture of fetal membranes`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005100" #> #> $`Premature birth following premature rupture of fetal membranes`$`_id` #> [1] "HP_0005100<HP_0001622<HP_0001197<HP_0000118<HP_0000001" #> #> $`Premature birth following premature rupture of fetal membranes`$privateGeneCount #> [1] 0 #> #> $`Premature birth following premature rupture of fetal membranes`$publicGeneCount #> [1] 4 #> #> $`Premature birth following premature rupture of fetal membranes`$urlId #> [1] "HP_0005100" #> #> $`Premature birth following premature rupture of fetal membranes`$dbPhenotype #> [1] TRUE #> #> $`Premature birth following premature rupture of fetal membranes`$`_parent` #> [1] "HP_0001622<HP_0001197<HP_0000118<HP_0000001" #> #> $`Premature birth following premature rupture of fetal membranes`$`_is_leaf` #> [1] TRUE #> #> $`Premature birth following premature rupture of fetal membranes`$children #> list() #> #> $`Premature birth following premature rupture of fetal membranes`$value #> [1] "Premature birth following premature rupture of fetal membranes" #> #> #> $`Premature chromatid separation` #> $`Premature chromatid separation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0200024" #> #> $`Premature chromatid separation`$`_id` #> [1] "HP_0200024<HP_0002916<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Premature chromatid separation`$privateGeneCount #> [1] 0 #> #> $`Premature chromatid separation`$publicGeneCount #> [1] 1 #> #> $`Premature chromatid separation`$urlId #> [1] "HP_0200024" #> #> $`Premature chromatid separation`$dbPhenotype #> [1] TRUE #> #> $`Premature chromatid separation`$`_parent` #> [1] "HP_0002916<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Premature chromatid separation`$`_is_leaf` #> [1] TRUE #> #> $`Premature chromatid separation`$children #> list() #> #> $`Premature chromatid separation`$value #> [1] "Premature chromatid separation" #> #> #> $`Premature chromatid separation` #> $`Premature chromatid separation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0200024" #> #> $`Premature chromatid separation`$`_id` #> [1] "HP_0200024<HP_0002916<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Premature chromatid separation`$privateGeneCount #> [1] 0 #> #> $`Premature chromatid separation`$publicGeneCount #> [1] 1 #> #> $`Premature chromatid separation`$urlId #> [1] "HP_0200024" #> #> $`Premature chromatid separation`$dbPhenotype #> [1] TRUE #> #> $`Premature chromatid separation`$`_parent` #> [1] "HP_0002916<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Premature chromatid separation`$`_is_leaf` #> [1] TRUE #> #> $`Premature chromatid separation`$children #> list() #> #> $`Premature chromatid separation`$value #> [1] "Premature chromatid separation" #> #> #> $`premature menopause` #> $`premature menopause`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10787" #> #> $`premature menopause`$`_id` #> [1] "DOID_10787<DOID_1414<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`premature menopause`$privateGeneCount #> [1] 0 #> #> $`premature menopause`$publicGeneCount #> [1] 1 #> #> $`premature menopause`$urlId #> [1] "DOID_10787" #> #> $`premature menopause`$dbPhenotype #> [1] TRUE #> #> $`premature menopause`$`_parent` #> [1] "DOID_1414<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`premature menopause`$`_is_leaf` #> [1] TRUE #> #> $`premature menopause`$children #> list() #> #> $`premature menopause`$value #> [1] "premature menopause" #> #> #> $`premature menopause` #> $`premature menopause`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10787" #> #> $`premature menopause`$`_id` #> [1] "DOID_10787<DOID_1414<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`premature menopause`$privateGeneCount #> [1] 0 #> #> $`premature menopause`$publicGeneCount #> [1] 1 #> #> $`premature menopause`$urlId #> [1] "DOID_10787" #> #> $`premature menopause`$dbPhenotype #> [1] TRUE #> #> $`premature menopause`$`_parent` #> [1] "DOID_1414<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`premature menopause`$`_is_leaf` #> [1] TRUE #> #> $`premature menopause`$children #> list() #> #> $`premature menopause`$value #> [1] "premature menopause" #> #> #> $`premature ovarian failure` #> $`premature ovarian failure`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5426" #> #> $`premature ovarian failure`$`_id` #> [1] "DOID_5426<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`premature ovarian failure`$privateGeneCount #> [1] 0 #> #> $`premature ovarian failure`$publicGeneCount #> [1] 17 #> #> $`premature ovarian failure`$urlId #> [1] "DOID_5426" #> #> $`premature ovarian failure`$dbPhenotype #> [1] TRUE #> #> $`premature ovarian failure`$`_parent` #> [1] "DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`premature ovarian failure`$`_is_leaf` #> [1] TRUE #> #> $`premature ovarian failure`$children #> list() #> #> $`premature ovarian failure`$value #> [1] "premature ovarian failure" #> #> #> $`premature ovarian failure` #> $`premature ovarian failure`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5426" #> #> $`premature ovarian failure`$`_id` #> [1] "DOID_5426<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`premature ovarian failure`$privateGeneCount #> [1] 0 #> #> $`premature ovarian failure`$publicGeneCount #> [1] 17 #> #> $`premature ovarian failure`$urlId #> [1] "DOID_5426" #> #> $`premature ovarian failure`$dbPhenotype #> [1] TRUE #> #> $`premature ovarian failure`$`_parent` #> [1] "DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`premature ovarian failure`$`_is_leaf` #> [1] TRUE #> #> $`premature ovarian failure`$children #> list() #> #> $`premature ovarian failure`$value #> [1] "premature ovarian failure" #> #> #> $`Primary adrenal insufficiency` #> $`Primary adrenal insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008207" #> #> $`Primary adrenal insufficiency`$`_id` #> [1] "HP_0008207<HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Primary adrenal insufficiency`$privateGeneCount #> [1] 0 #> #> $`Primary adrenal insufficiency`$publicGeneCount #> [1] 2 #> #> $`Primary adrenal insufficiency`$urlId #> [1] "HP_0008207" #> #> $`Primary adrenal insufficiency`$dbPhenotype #> [1] FALSE #> #> $`Primary adrenal insufficiency`$`_parent` #> [1] "HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Primary adrenal insufficiency`$`_is_leaf` #> [1] FALSE #> #> $`Primary adrenal insufficiency`$children #> $`Primary adrenal insufficiency`$children[[1]] #> [1] "HP_0004319<HP_0008207<HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Primary adrenal insufficiency`$value #> [1] "Primary adrenal insufficiency" #> #> #> $`primary bacterial infectious disease` #> $`primary bacterial infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050338" #> #> $`primary bacterial infectious disease`$`_id` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$privateGeneCount #> [1] 0 #> #> $`primary bacterial infectious disease`$publicGeneCount #> [1] 94 #> #> $`primary bacterial infectious disease`$urlId #> [1] "DOID_0050338" #> #> $`primary bacterial infectious disease`$dbPhenotype #> [1] FALSE #> #> $`primary bacterial infectious disease`$`_parent` #> [1] "DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`primary bacterial infectious disease`$children #> $`primary bacterial infectious disease`$children[[1]] #> [1] "DOID_7427<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[2]] #> [1] "DOID_10458<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[3]] #> [1] "DOID_1024<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[4]] #> [1] "DOID_2297<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[5]] #> [1] "DOID_11573<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[6]] #> [1] "DOID_11729<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[7]] #> [1] "DOID_5052<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[8]] #> [1] "DOID_2755<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[9]] #> [1] "DOID_11100<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[10]] #> [1] "DOID_11336<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[11]] #> [1] "DOID_11104<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[12]] #> [1] "DOID_4166<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[13]] #> [1] "DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[14]] #> [1] "DOID_13258<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> #> $`primary bacterial infectious disease`$value #> [1] "primary bacterial infectious disease" #> #> #> $`primary biliary cirrhosis` #> $`primary biliary cirrhosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12236" #> #> $`primary biliary cirrhosis`$`_id` #> [1] "DOID_12236<DOID_5082<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`primary biliary cirrhosis`$privateGeneCount #> [1] 0 #> #> $`primary biliary cirrhosis`$publicGeneCount #> [1] 46 #> #> $`primary biliary cirrhosis`$urlId #> [1] "DOID_12236" #> #> $`primary biliary cirrhosis`$dbPhenotype #> [1] TRUE #> #> $`primary biliary cirrhosis`$`_parent` #> [1] "DOID_5082<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`primary biliary cirrhosis`$`_is_leaf` #> [1] TRUE #> #> $`primary biliary cirrhosis`$children #> list() #> #> $`primary biliary cirrhosis`$value #> [1] "primary biliary cirrhosis" #> #> #> $`primary ciliary dyskinesia` #> $`primary ciliary dyskinesia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9562" #> #> $`primary ciliary dyskinesia`$`_id` #> [1] "DOID_9562<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`primary ciliary dyskinesia`$privateGeneCount #> [1] 0 #> #> $`primary ciliary dyskinesia`$publicGeneCount #> [1] 34 #> #> $`primary ciliary dyskinesia`$urlId #> [1] "DOID_9562" #> #> $`primary ciliary dyskinesia`$dbPhenotype #> [1] TRUE #> #> $`primary ciliary dyskinesia`$`_parent` #> [1] "DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`primary ciliary dyskinesia`$`_is_leaf` #> [1] FALSE #> #> $`primary ciliary dyskinesia`$children #> $`primary ciliary dyskinesia`$children[[1]] #> [1] "DOID_0050144<DOID_9562<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> #> $`primary ciliary dyskinesia`$value #> [1] "primary ciliary dyskinesia" #> #> #> $`primary ciliary dyskinesia` #> $`primary ciliary dyskinesia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9562" #> #> $`primary ciliary dyskinesia`$`_id` #> [1] "DOID_9562<DOID_0060340<DOID_225<DOID_4" #> #> $`primary ciliary dyskinesia`$privateGeneCount #> [1] 0 #> #> $`primary ciliary dyskinesia`$publicGeneCount #> [1] 34 #> #> $`primary ciliary dyskinesia`$urlId #> [1] "DOID_9562" #> #> $`primary ciliary dyskinesia`$dbPhenotype #> [1] TRUE #> #> $`primary ciliary dyskinesia`$`_parent` #> [1] "DOID_0060340<DOID_225<DOID_4" #> #> $`primary ciliary dyskinesia`$`_is_leaf` #> [1] FALSE #> #> $`primary ciliary dyskinesia`$children #> $`primary ciliary dyskinesia`$children[[1]] #> [1] "DOID_0050144<DOID_9562<DOID_0060340<DOID_225<DOID_4" #> #> #> $`primary ciliary dyskinesia`$value #> [1] "primary ciliary dyskinesia" #> #> #> $`primary congenital glaucoma` #> $`primary congenital glaucoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050593" #> #> $`primary congenital glaucoma`$`_id` #> [1] "DOID_0050593<DOID_0050177<DOID_630<DOID_4" #> #> $`primary congenital glaucoma`$privateGeneCount #> [1] 0 #> #> $`primary congenital glaucoma`$publicGeneCount #> [1] 2 #> #> $`primary congenital glaucoma`$urlId #> [1] "DOID_0050593" #> #> $`primary congenital glaucoma`$dbPhenotype #> [1] TRUE #> #> $`primary congenital glaucoma`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`primary congenital glaucoma`$`_is_leaf` #> [1] FALSE #> #> $`primary congenital glaucoma`$children #> $`primary congenital glaucoma`$children[[1]] #> [1] "DOID_11212<DOID_0050593<DOID_0050177<DOID_630<DOID_4" #> #> #> $`primary congenital glaucoma`$value #> [1] "primary congenital glaucoma" #> #> #> $`primary congenital glaucoma` #> $`primary congenital glaucoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050593" #> #> $`primary congenital glaucoma`$`_id` #> [1] "DOID_0050593<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`primary congenital glaucoma`$privateGeneCount #> [1] 0 #> #> $`primary congenital glaucoma`$publicGeneCount #> [1] 2 #> #> $`primary congenital glaucoma`$urlId #> [1] "DOID_0050593" #> #> $`primary congenital glaucoma`$dbPhenotype #> [1] TRUE #> #> $`primary congenital glaucoma`$`_parent` #> [1] "DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`primary congenital glaucoma`$`_is_leaf` #> [1] FALSE #> #> $`primary congenital glaucoma`$children #> $`primary congenital glaucoma`$children[[1]] #> [1] "DOID_11212<DOID_0050593<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`primary congenital glaucoma`$value #> [1] "primary congenital glaucoma" #> #> #> $`primary cutaneous amyloidosis` #> $`primary cutaneous amyloidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050639" #> #> $`primary cutaneous amyloidosis`$`_id` #> [1] "DOID_0050639<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`primary cutaneous amyloidosis`$privateGeneCount #> [1] 0 #> #> $`primary cutaneous amyloidosis`$publicGeneCount #> [1] 3 #> #> $`primary cutaneous amyloidosis`$urlId #> [1] "DOID_0050639" #> #> $`primary cutaneous amyloidosis`$dbPhenotype #> [1] TRUE #> #> $`primary cutaneous amyloidosis`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`primary cutaneous amyloidosis`$`_is_leaf` #> [1] TRUE #> #> $`primary cutaneous amyloidosis`$children #> list() #> #> $`primary cutaneous amyloidosis`$value #> [1] "primary cutaneous amyloidosis" #> #> #> $`primary cutaneous amyloidosis` #> $`primary cutaneous amyloidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050639" #> #> $`primary cutaneous amyloidosis`$`_id` #> [1] "DOID_0050639<DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`primary cutaneous amyloidosis`$privateGeneCount #> [1] 0 #> #> $`primary cutaneous amyloidosis`$publicGeneCount #> [1] 3 #> #> $`primary cutaneous amyloidosis`$urlId #> [1] "DOID_0050639" #> #> $`primary cutaneous amyloidosis`$dbPhenotype #> [1] TRUE #> #> $`primary cutaneous amyloidosis`$`_parent` #> [1] "DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`primary cutaneous amyloidosis`$`_is_leaf` #> [1] TRUE #> #> $`primary cutaneous amyloidosis`$children #> list() #> #> $`primary cutaneous amyloidosis`$value #> [1] "primary cutaneous amyloidosis" #> #> #> $`primary hyperaldosteronism` #> $`primary hyperaldosteronism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_446" #> #> $`primary hyperaldosteronism`$`_id` #> [1] "DOID_446<DOID_3947<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`primary hyperaldosteronism`$privateGeneCount #> [1] 0 #> #> $`primary hyperaldosteronism`$publicGeneCount #> [1] 6 #> #> $`primary hyperaldosteronism`$urlId #> [1] "DOID_446" #> #> $`primary hyperaldosteronism`$dbPhenotype #> [1] TRUE #> #> $`primary hyperaldosteronism`$`_parent` #> [1] "DOID_3947<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`primary hyperaldosteronism`$`_is_leaf` #> [1] FALSE #> #> $`primary hyperaldosteronism`$children #> $`primary hyperaldosteronism`$children[[1]] #> [1] "DOID_14080<DOID_446<DOID_3947<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> #> $`primary hyperaldosteronism`$value #> [1] "primary hyperaldosteronism" #> #> #> $`primary hyperoxaluria` #> $`primary hyperoxaluria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2977" #> #> $`primary hyperoxaluria`$`_id` #> [1] "DOID_2977<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`primary hyperoxaluria`$privateGeneCount #> [1] 0 #> #> $`primary hyperoxaluria`$publicGeneCount #> [1] 8 #> #> $`primary hyperoxaluria`$urlId #> [1] "DOID_2977" #> #> $`primary hyperoxaluria`$dbPhenotype #> [1] TRUE #> #> $`primary hyperoxaluria`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`primary hyperoxaluria`$`_is_leaf` #> [1] TRUE #> #> $`primary hyperoxaluria`$children #> list() #> #> $`primary hyperoxaluria`$value #> [1] "primary hyperoxaluria" #> #> #> $`primary hyperparathyroidism` #> $`primary hyperparathyroidism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11202" #> #> $`primary hyperparathyroidism`$`_id` #> [1] "DOID_11202<DOID_13543<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`primary hyperparathyroidism`$privateGeneCount #> [1] 0 #> #> $`primary hyperparathyroidism`$publicGeneCount #> [1] 2 #> #> $`primary hyperparathyroidism`$urlId #> [1] "DOID_11202" #> #> $`primary hyperparathyroidism`$dbPhenotype #> [1] TRUE #> #> $`primary hyperparathyroidism`$`_parent` #> [1] "DOID_13543<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`primary hyperparathyroidism`$`_is_leaf` #> [1] TRUE #> #> $`primary hyperparathyroidism`$children #> list() #> #> $`primary hyperparathyroidism`$value #> [1] "primary hyperparathyroidism" #> #> #> $`primary hypertrophic osteoarthropathy` #> $`primary hypertrophic osteoarthropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14283" #> #> $`primary hypertrophic osteoarthropathy`$`_id` #> [1] "DOID_14283<DOID_225<DOID_4" #> #> $`primary hypertrophic osteoarthropathy`$privateGeneCount #> [1] 0 #> #> $`primary hypertrophic osteoarthropathy`$publicGeneCount #> [1] 2 #> #> $`primary hypertrophic osteoarthropathy`$urlId #> [1] "DOID_14283" #> #> $`primary hypertrophic osteoarthropathy`$dbPhenotype #> [1] TRUE #> #> $`primary hypertrophic osteoarthropathy`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`primary hypertrophic osteoarthropathy`$`_is_leaf` #> [1] TRUE #> #> $`primary hypertrophic osteoarthropathy`$children #> list() #> #> $`primary hypertrophic osteoarthropathy`$value #> [1] "primary hypertrophic osteoarthropathy" #> #> #> $`primary immunodeficiency disease` #> $`primary immunodeficiency disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_612" #> #> $`primary immunodeficiency disease`$`_id` #> [1] "DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`primary immunodeficiency disease`$privateGeneCount #> [1] 0 #> #> $`primary immunodeficiency disease`$publicGeneCount #> [1] 100 #> #> $`primary immunodeficiency disease`$urlId #> [1] "DOID_612" #> #> $`primary immunodeficiency disease`$dbPhenotype #> [1] TRUE #> #> $`primary immunodeficiency disease`$`_parent` #> [1] "DOID_2914<DOID_7<DOID_4" #> #> $`primary immunodeficiency disease`$`_is_leaf` #> [1] FALSE #> #> $`primary immunodeficiency disease`$children #> $`primary immunodeficiency disease`$children[[1]] #> [1] "DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`primary immunodeficiency disease`$children[[2]] #> [1] "DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`primary immunodeficiency disease`$children[[3]] #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`primary immunodeficiency disease`$children[[4]] #> [1] "DOID_13777<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`primary immunodeficiency disease`$children[[5]] #> [1] "DOID_3262<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`primary immunodeficiency disease`$value #> [1] "primary immunodeficiency disease" #> #> #> $`primary open angle glaucoma` #> $`primary open angle glaucoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1070" #> #> $`primary open angle glaucoma`$`_id` #> [1] "DOID_1070<DOID_1067<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`primary open angle glaucoma`$privateGeneCount #> [1] 0 #> #> $`primary open angle glaucoma`$publicGeneCount #> [1] 34 #> #> $`primary open angle glaucoma`$urlId #> [1] "DOID_1070" #> #> $`primary open angle glaucoma`$dbPhenotype #> [1] TRUE #> #> $`primary open angle glaucoma`$`_parent` #> [1] "DOID_1067<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`primary open angle glaucoma`$`_is_leaf` #> [1] TRUE #> #> $`primary open angle glaucoma`$children #> list() #> #> $`primary open angle glaucoma`$value #> [1] "primary open angle glaucoma" #> #> #> $`primary pigmented nodular adrenocortical disease` #> $`primary pigmented nodular adrenocortical disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060280" #> #> $`primary pigmented nodular adrenocortical disease`$`_id` #> [1] "DOID_0060280<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`primary pigmented nodular adrenocortical disease`$privateGeneCount #> [1] 0 #> #> $`primary pigmented nodular adrenocortical disease`$publicGeneCount #> [1] 4 #> #> $`primary pigmented nodular adrenocortical disease`$urlId #> [1] "DOID_0060280" #> #> $`primary pigmented nodular adrenocortical disease`$dbPhenotype #> [1] TRUE #> #> $`primary pigmented nodular adrenocortical disease`$`_parent` #> [1] "DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`primary pigmented nodular adrenocortical disease`$`_is_leaf` #> [1] TRUE #> #> $`primary pigmented nodular adrenocortical disease`$children #> list() #> #> $`primary pigmented nodular adrenocortical disease`$value #> [1] "primary pigmented nodular adrenocortical disease" #> #> #> $`primary polycythemia` #> $`primary polycythemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10780" #> #> $`primary polycythemia`$`_id` #> [1] "DOID_10780<DOID_8432<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`primary polycythemia`$privateGeneCount #> [1] 0 #> #> $`primary polycythemia`$publicGeneCount #> [1] 1 #> #> $`primary polycythemia`$urlId #> [1] "DOID_10780" #> #> $`primary polycythemia`$dbPhenotype #> [1] FALSE #> #> $`primary polycythemia`$`_parent` #> [1] "DOID_8432<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`primary polycythemia`$`_is_leaf` #> [1] FALSE #> #> $`primary polycythemia`$children #> $`primary polycythemia`$children[[1]] #> [1] "DOID_0060474<DOID_10780<DOID_8432<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> #> $`primary polycythemia`$value #> [1] "primary polycythemia" #> #> #> $`primary pulmonary hypertension` #> $`primary pulmonary hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14557" #> #> $`primary pulmonary hypertension`$`_id` #> [1] "DOID_14557<DOID_12326<DOID_8515<DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`primary pulmonary hypertension`$privateGeneCount #> [1] 0 #> #> $`primary pulmonary hypertension`$publicGeneCount #> [1] 4 #> #> $`primary pulmonary hypertension`$urlId #> [1] "DOID_14557" #> #> $`primary pulmonary hypertension`$dbPhenotype #> [1] TRUE #> #> $`primary pulmonary hypertension`$`_parent` #> [1] "DOID_12326<DOID_8515<DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`primary pulmonary hypertension`$`_is_leaf` #> [1] TRUE #> #> $`primary pulmonary hypertension`$children #> list() #> #> $`primary pulmonary hypertension`$value #> [1] "primary pulmonary hypertension" #> #> #> $`primary systemic mycosis` #> $`primary systemic mycosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050292" #> #> $`primary systemic mycosis`$`_id` #> [1] "DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`primary systemic mycosis`$privateGeneCount #> [1] 0 #> #> $`primary systemic mycosis`$publicGeneCount #> [1] 5 #> #> $`primary systemic mycosis`$urlId #> [1] "DOID_0050292" #> #> $`primary systemic mycosis`$dbPhenotype #> [1] FALSE #> #> $`primary systemic mycosis`$`_parent` #> [1] "DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`primary systemic mycosis`$`_is_leaf` #> [1] FALSE #> #> $`primary systemic mycosis`$children #> $`primary systemic mycosis`$children[[1]] #> [1] "DOID_13450<DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`primary systemic mycosis`$children[[2]] #> [1] "DOID_1731<DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`primary systemic mycosis`$children[[3]] #> [1] "DOID_12662<DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> #> $`primary systemic mycosis`$value #> [1] "primary systemic mycosis" #> #> #> $`primary thrombocytopenia` #> $`primary thrombocytopenia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8925" #> #> $`primary thrombocytopenia`$`_id` #> [1] "DOID_8925<DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`primary thrombocytopenia`$privateGeneCount #> [1] 0 #> #> $`primary thrombocytopenia`$publicGeneCount #> [1] 5 #> #> $`primary thrombocytopenia`$urlId #> [1] "DOID_8925" #> #> $`primary thrombocytopenia`$dbPhenotype #> [1] FALSE #> #> $`primary thrombocytopenia`$`_parent` #> [1] "DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`primary thrombocytopenia`$`_is_leaf` #> [1] FALSE #> #> $`primary thrombocytopenia`$children #> $`primary thrombocytopenia`$children[[1]] #> [1] "DOID_8924<DOID_8925<DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`primary thrombocytopenia`$value #> [1] "primary thrombocytopenia" #> #> #> $`prion disease` #> $`prion disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_649" #> #> $`prion disease`$`_id` #> [1] "DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`prion disease`$privateGeneCount #> [1] 0 #> #> $`prion disease`$publicGeneCount #> [1] 21 #> #> $`prion disease`$urlId #> [1] "DOID_649" #> #> $`prion disease`$dbPhenotype #> [1] TRUE #> #> $`prion disease`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`prion disease`$`_is_leaf` #> [1] FALSE #> #> $`prion disease`$children #> $`prion disease`$children[[1]] #> [1] "DOID_11949<DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`prion disease`$children[[2]] #> [1] "DOID_0050433<DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`prion disease`$children[[3]] #> [1] "DOID_4249<DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`prion disease`$children[[4]] #> [1] "DOID_648<DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`prion disease`$children[[5]] #> [1] "DOID_5434<DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`prion disease`$value #> [1] "prion disease" #> #> #> $proctitis #> $proctitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3127" #> #> $proctitis$`_id` #> [1] "DOID_3127<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $proctitis$privateGeneCount #> [1] 0 #> #> $proctitis$publicGeneCount #> [1] 1 #> #> $proctitis$urlId #> [1] "DOID_3127" #> #> $proctitis$dbPhenotype #> [1] TRUE #> #> $proctitis$`_parent` #> [1] "DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $proctitis$`_is_leaf` #> [1] TRUE #> #> $proctitis$children #> list() #> #> $proctitis$value #> [1] "proctitis" #> #> #> $progeria #> $progeria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3911" #> #> $progeria$`_id` #> [1] "DOID_3911<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $progeria$privateGeneCount #> [1] 0 #> #> $progeria$publicGeneCount #> [1] 5 #> #> $progeria$urlId #> [1] "DOID_3911" #> #> $progeria$dbPhenotype #> [1] TRUE #> #> $progeria$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $progeria$`_is_leaf` #> [1] TRUE #> #> $progeria$children #> list() #> #> $progeria$value #> [1] "progeria" #> #> #> $progeria #> $progeria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3911" #> #> $progeria$`_id` #> [1] "DOID_3911<DOID_225<DOID_4" #> #> $progeria$privateGeneCount #> [1] 0 #> #> $progeria$publicGeneCount #> [1] 5 #> #> $progeria$urlId #> [1] "DOID_3911" #> #> $progeria$dbPhenotype #> [1] TRUE #> #> $progeria$`_parent` #> [1] "DOID_225<DOID_4" #> #> $progeria$`_is_leaf` #> [1] TRUE #> #> $progeria$children #> list() #> #> $progeria$value #> [1] "progeria" #> #> #> $`Progressive hyperpigmentation` #> $`Progressive hyperpigmentation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007505" #> #> $`Progressive hyperpigmentation`$`_id` #> [1] "HP_0007505<HP_0000953<HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Progressive hyperpigmentation`$privateGeneCount #> [1] 0 #> #> $`Progressive hyperpigmentation`$publicGeneCount #> [1] 1 #> #> $`Progressive hyperpigmentation`$urlId #> [1] "HP_0007505" #> #> $`Progressive hyperpigmentation`$dbPhenotype #> [1] TRUE #> #> $`Progressive hyperpigmentation`$`_parent` #> [1] "HP_0000953<HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Progressive hyperpigmentation`$`_is_leaf` #> [1] TRUE #> #> $`Progressive hyperpigmentation`$children #> list() #> #> $`Progressive hyperpigmentation`$value #> [1] "Progressive hyperpigmentation" #> #> #> $`progressive muscular atrophy` #> $`progressive muscular atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_318" #> #> $`progressive muscular atrophy`$`_id` #> [1] "DOID_318<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`progressive muscular atrophy`$privateGeneCount #> [1] 0 #> #> $`progressive muscular atrophy`$publicGeneCount #> [1] 9 #> #> $`progressive muscular atrophy`$urlId #> [1] "DOID_318" #> #> $`progressive muscular atrophy`$dbPhenotype #> [1] TRUE #> #> $`progressive muscular atrophy`$`_parent` #> [1] "DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`progressive muscular atrophy`$`_is_leaf` #> [1] TRUE #> #> $`progressive muscular atrophy`$children #> list() #> #> $`progressive muscular atrophy`$value #> [1] "progressive muscular atrophy" #> #> #> $`progressive myoclonus epilepsy` #> $`progressive myoclonus epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_891" #> #> $`progressive myoclonus epilepsy`$`_id` #> [1] "DOID_891<DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`progressive myoclonus epilepsy`$privateGeneCount #> [1] 0 #> #> $`progressive myoclonus epilepsy`$publicGeneCount #> [1] 22 #> #> $`progressive myoclonus epilepsy`$urlId #> [1] "DOID_891" #> #> $`progressive myoclonus epilepsy`$dbPhenotype #> [1] TRUE #> #> $`progressive myoclonus epilepsy`$`_parent` #> [1] "DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`progressive myoclonus epilepsy`$`_is_leaf` #> [1] FALSE #> #> $`progressive myoclonus epilepsy`$children #> $`progressive myoclonus epilepsy`$children[[1]] #> [1] "DOID_3534<DOID_891<DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`progressive myoclonus epilepsy`$children[[2]] #> [1] "DOID_3535<DOID_891<DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`progressive myoclonus epilepsy`$value #> [1] "progressive myoclonus epilepsy" #> #> #> $`progressive supranuclear palsy` #> $`progressive supranuclear palsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_678" #> #> $`progressive supranuclear palsy`$`_id` #> [1] "DOID_678<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`progressive supranuclear palsy`$privateGeneCount #> [1] 0 #> #> $`progressive supranuclear palsy`$publicGeneCount #> [1] 12 #> #> $`progressive supranuclear palsy`$urlId #> [1] "DOID_678" #> #> $`progressive supranuclear palsy`$dbPhenotype #> [1] TRUE #> #> $`progressive supranuclear palsy`$`_parent` #> [1] "DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`progressive supranuclear palsy`$`_is_leaf` #> [1] TRUE #> #> $`progressive supranuclear palsy`$children #> list() #> #> $`progressive supranuclear palsy`$value #> [1] "progressive supranuclear palsy" #> #> #> $prolactinoma #> $prolactinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5394" #> #> $prolactinoma$`_id` #> [1] "DOID_5394<DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $prolactinoma$privateGeneCount #> [1] 0 #> #> $prolactinoma$publicGeneCount #> [1] 3 #> #> $prolactinoma$urlId #> [1] "DOID_5394" #> #> $prolactinoma$dbPhenotype #> [1] TRUE #> #> $prolactinoma$`_parent` #> [1] "DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $prolactinoma$`_is_leaf` #> [1] TRUE #> #> $prolactinoma$children #> list() #> #> $prolactinoma$value #> [1] "prolactinoma" #> #> #> $prolactinoma #> $prolactinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5394" #> #> $prolactinoma$`_id` #> [1] "DOID_5394<DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $prolactinoma$privateGeneCount #> [1] 0 #> #> $prolactinoma$publicGeneCount #> [1] 3 #> #> $prolactinoma$urlId #> [1] "DOID_5394" #> #> $prolactinoma$dbPhenotype #> [1] TRUE #> #> $prolactinoma$`_parent` #> [1] "DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $prolactinoma$`_is_leaf` #> [1] TRUE #> #> $prolactinoma$children #> list() #> #> $prolactinoma$value #> [1] "prolactinoma" #> #> #> $prolactinoma #> $prolactinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5394" #> #> $prolactinoma$`_id` #> [1] "DOID_5394<DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $prolactinoma$privateGeneCount #> [1] 0 #> #> $prolactinoma$publicGeneCount #> [1] 3 #> #> $prolactinoma$urlId #> [1] "DOID_5394" #> #> $prolactinoma$dbPhenotype #> [1] TRUE #> #> $prolactinoma$`_parent` #> [1] "DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $prolactinoma$`_is_leaf` #> [1] TRUE #> #> $prolactinoma$children #> list() #> #> $prolactinoma$value #> [1] "prolactinoma" #> #> #> $`prolapse of female genital organ` #> $`prolapse of female genital organ`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1284" #> #> $`prolapse of female genital organ`$`_id` #> [1] "DOID_1284<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`prolapse of female genital organ`$privateGeneCount #> [1] 0 #> #> $`prolapse of female genital organ`$publicGeneCount #> [1] 5 #> #> $`prolapse of female genital organ`$urlId #> [1] "DOID_1284" #> #> $`prolapse of female genital organ`$dbPhenotype #> [1] FALSE #> #> $`prolapse of female genital organ`$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`prolapse of female genital organ`$`_is_leaf` #> [1] FALSE #> #> $`prolapse of female genital organ`$children #> $`prolapse of female genital organ`$children[[1]] #> [1] "DOID_1283<DOID_1284<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`prolapse of female genital organ`$value #> [1] "prolapse of female genital organ" #> #> #> $`propionic acidemia` #> $`propionic acidemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14701" #> #> $`propionic acidemia`$`_id` #> [1] "DOID_14701<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`propionic acidemia`$privateGeneCount #> [1] 0 #> #> $`propionic acidemia`$publicGeneCount #> [1] 2 #> #> $`propionic acidemia`$urlId #> [1] "DOID_14701" #> #> $`propionic acidemia`$dbPhenotype #> [1] TRUE #> #> $`propionic acidemia`$`_parent` #> [1] "DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`propionic acidemia`$`_is_leaf` #> [1] TRUE #> #> $`propionic acidemia`$children #> list() #> #> $`propionic acidemia`$value #> [1] "propionic acidemia" #> #> #> $`Proportionate short stature` #> $`Proportionate short stature`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003508" #> #> $`Proportionate short stature`$`_id` #> [1] "HP_0003508<HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Proportionate short stature`$privateGeneCount #> [1] 0 #> #> $`Proportionate short stature`$publicGeneCount #> [1] 12 #> #> $`Proportionate short stature`$urlId #> [1] "HP_0003508" #> #> $`Proportionate short stature`$dbPhenotype #> [1] FALSE #> #> $`Proportionate short stature`$`_parent` #> [1] "HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Proportionate short stature`$`_is_leaf` #> [1] FALSE #> #> $`Proportionate short stature`$children #> $`Proportionate short stature`$children[[1]] #> [1] "HP_0003510<HP_0003508<HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Proportionate short stature`$value #> [1] "Proportionate short stature" #> #> #> $`Proportionate short stature` #> $`Proportionate short stature`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003508" #> #> $`Proportionate short stature`$`_id` #> [1] "HP_0003508<HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Proportionate short stature`$privateGeneCount #> [1] 0 #> #> $`Proportionate short stature`$publicGeneCount #> [1] 12 #> #> $`Proportionate short stature`$urlId #> [1] "HP_0003508" #> #> $`Proportionate short stature`$dbPhenotype #> [1] FALSE #> #> $`Proportionate short stature`$`_parent` #> [1] "HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Proportionate short stature`$`_is_leaf` #> [1] FALSE #> #> $`Proportionate short stature`$children #> $`Proportionate short stature`$children[[1]] #> [1] "HP_0003510<HP_0003508<HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Proportionate short stature`$value #> [1] "Proportionate short stature" #> #> #> $`prostate cancer` #> $`prostate cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10283" #> #> $`prostate cancer`$`_id` #> [1] "DOID_10283<DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`prostate cancer`$privateGeneCount #> [1] 0 #> #> $`prostate cancer`$publicGeneCount #> [1] 692 #> #> $`prostate cancer`$urlId #> [1] "DOID_10283" #> #> $`prostate cancer`$dbPhenotype #> [1] TRUE #> #> $`prostate cancer`$`_parent` #> [1] "DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`prostate cancer`$`_is_leaf` #> [1] FALSE #> #> $`prostate cancer`$children #> $`prostate cancer`$children[[1]] #> [1] "DOID_10289<DOID_10283<DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`prostate cancer`$value #> [1] "prostate cancer" #> #> #> $`prostate cancer` #> $`prostate cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10283" #> #> $`prostate cancer`$`_id` #> [1] "DOID_10283<DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate cancer`$privateGeneCount #> [1] 0 #> #> $`prostate cancer`$publicGeneCount #> [1] 692 #> #> $`prostate cancer`$urlId #> [1] "DOID_10283" #> #> $`prostate cancer`$dbPhenotype #> [1] TRUE #> #> $`prostate cancer`$`_parent` #> [1] "DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate cancer`$`_is_leaf` #> [1] FALSE #> #> $`prostate cancer`$children #> $`prostate cancer`$children[[1]] #> [1] "DOID_10289<DOID_10283<DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`prostate cancer`$value #> [1] "prostate cancer" #> #> #> $`prostate cancer` #> $`prostate cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10283" #> #> $`prostate cancer`$`_id` #> [1] "DOID_10283<DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate cancer`$privateGeneCount #> [1] 0 #> #> $`prostate cancer`$publicGeneCount #> [1] 692 #> #> $`prostate cancer`$urlId #> [1] "DOID_10283" #> #> $`prostate cancer`$dbPhenotype #> [1] TRUE #> #> $`prostate cancer`$`_parent` #> [1] "DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate cancer`$`_is_leaf` #> [1] FALSE #> #> $`prostate cancer`$children #> $`prostate cancer`$children[[1]] #> [1] "DOID_10289<DOID_10283<DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`prostate cancer`$value #> [1] "prostate cancer" #> #> #> $`prostate disease` #> $`prostate disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_47" #> #> $`prostate disease`$`_id` #> [1] "DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate disease`$privateGeneCount #> [1] 0 #> #> $`prostate disease`$publicGeneCount #> [1] 696 #> #> $`prostate disease`$urlId #> [1] "DOID_47" #> #> $`prostate disease`$dbPhenotype #> [1] TRUE #> #> $`prostate disease`$`_parent` #> [1] "DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate disease`$`_is_leaf` #> [1] FALSE #> #> $`prostate disease`$children #> $`prostate disease`$children[[1]] #> [1] "DOID_10283<DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate disease`$children[[2]] #> [1] "DOID_2883<DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate disease`$children[[3]] #> [1] "DOID_14654<DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`prostate disease`$value #> [1] "prostate disease" #> #> #> $`prostate malignant phyllodes tumor` #> $`prostate malignant phyllodes tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10289" #> #> $`prostate malignant phyllodes tumor`$`_id` #> [1] "DOID_10289<DOID_10283<DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`prostate malignant phyllodes tumor`$privateGeneCount #> [1] 0 #> #> $`prostate malignant phyllodes tumor`$publicGeneCount #> [1] 1 #> #> $`prostate malignant phyllodes tumor`$urlId #> [1] "DOID_10289" #> #> $`prostate malignant phyllodes tumor`$dbPhenotype #> [1] TRUE #> #> $`prostate malignant phyllodes tumor`$`_parent` #> [1] "DOID_10283<DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`prostate malignant phyllodes tumor`$`_is_leaf` #> [1] TRUE #> #> $`prostate malignant phyllodes tumor`$children #> list() #> #> $`prostate malignant phyllodes tumor`$value #> [1] "prostate malignant phyllodes tumor" #> #> #> $`prostate malignant phyllodes tumor` #> $`prostate malignant phyllodes tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10289" #> #> $`prostate malignant phyllodes tumor`$`_id` #> [1] "DOID_10289<DOID_10283<DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate malignant phyllodes tumor`$privateGeneCount #> [1] 0 #> #> $`prostate malignant phyllodes tumor`$publicGeneCount #> [1] 1 #> #> $`prostate malignant phyllodes tumor`$urlId #> [1] "DOID_10289" #> #> $`prostate malignant phyllodes tumor`$dbPhenotype #> [1] TRUE #> #> $`prostate malignant phyllodes tumor`$`_parent` #> [1] "DOID_10283<DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate malignant phyllodes tumor`$`_is_leaf` #> [1] TRUE #> #> $`prostate malignant phyllodes tumor`$children #> list() #> #> $`prostate malignant phyllodes tumor`$value #> [1] "prostate malignant phyllodes tumor" #> #> #> $`prostate malignant phyllodes tumor` #> $`prostate malignant phyllodes tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10289" #> #> $`prostate malignant phyllodes tumor`$`_id` #> [1] "DOID_10289<DOID_10283<DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate malignant phyllodes tumor`$privateGeneCount #> [1] 0 #> #> $`prostate malignant phyllodes tumor`$publicGeneCount #> [1] 1 #> #> $`prostate malignant phyllodes tumor`$urlId #> [1] "DOID_10289" #> #> $`prostate malignant phyllodes tumor`$dbPhenotype #> [1] TRUE #> #> $`prostate malignant phyllodes tumor`$`_parent` #> [1] "DOID_10283<DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate malignant phyllodes tumor`$`_is_leaf` #> [1] TRUE #> #> $`prostate malignant phyllodes tumor`$children #> list() #> #> $`prostate malignant phyllodes tumor`$value #> [1] "prostate malignant phyllodes tumor" #> #> #> $`prostatic adenoma` #> $`prostatic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2883" #> #> $`prostatic adenoma`$`_id` #> [1] "DOID_2883<DOID_0060087<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`prostatic adenoma`$privateGeneCount #> [1] 0 #> #> $`prostatic adenoma`$publicGeneCount #> [1] 12 #> #> $`prostatic adenoma`$urlId #> [1] "DOID_2883" #> #> $`prostatic adenoma`$dbPhenotype #> [1] TRUE #> #> $`prostatic adenoma`$`_parent` #> [1] "DOID_0060087<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`prostatic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`prostatic adenoma`$children #> list() #> #> $`prostatic adenoma`$value #> [1] "prostatic adenoma" #> #> #> $`prostatic adenoma` #> $`prostatic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2883" #> #> $`prostatic adenoma`$`_id` #> [1] "DOID_2883<DOID_0060087<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`prostatic adenoma`$privateGeneCount #> [1] 0 #> #> $`prostatic adenoma`$publicGeneCount #> [1] 12 #> #> $`prostatic adenoma`$urlId #> [1] "DOID_2883" #> #> $`prostatic adenoma`$dbPhenotype #> [1] TRUE #> #> $`prostatic adenoma`$`_parent` #> [1] "DOID_0060087<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`prostatic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`prostatic adenoma`$children #> list() #> #> $`prostatic adenoma`$value #> [1] "prostatic adenoma" #> #> #> $`prostatic adenoma` #> $`prostatic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2883" #> #> $`prostatic adenoma`$`_id` #> [1] "DOID_2883<DOID_0060087<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostatic adenoma`$privateGeneCount #> [1] 0 #> #> $`prostatic adenoma`$publicGeneCount #> [1] 12 #> #> $`prostatic adenoma`$urlId #> [1] "DOID_2883" #> #> $`prostatic adenoma`$dbPhenotype #> [1] TRUE #> #> $`prostatic adenoma`$`_parent` #> [1] "DOID_0060087<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostatic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`prostatic adenoma`$children #> list() #> #> $`prostatic adenoma`$value #> [1] "prostatic adenoma" #> #> #> $`prostatic adenoma` #> $`prostatic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2883" #> #> $`prostatic adenoma`$`_id` #> [1] "DOID_2883<DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostatic adenoma`$privateGeneCount #> [1] 0 #> #> $`prostatic adenoma`$publicGeneCount #> [1] 12 #> #> $`prostatic adenoma`$urlId #> [1] "DOID_2883" #> #> $`prostatic adenoma`$dbPhenotype #> [1] TRUE #> #> $`prostatic adenoma`$`_parent` #> [1] "DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostatic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`prostatic adenoma`$children #> list() #> #> $`prostatic adenoma`$value #> [1] "prostatic adenoma" #> #> #> $`prostatic adenoma` #> $`prostatic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2883" #> #> $`prostatic adenoma`$`_id` #> [1] "DOID_2883<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`prostatic adenoma`$privateGeneCount #> [1] 0 #> #> $`prostatic adenoma`$publicGeneCount #> [1] 12 #> #> $`prostatic adenoma`$urlId #> [1] "DOID_2883" #> #> $`prostatic adenoma`$dbPhenotype #> [1] TRUE #> #> $`prostatic adenoma`$`_parent` #> [1] "DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`prostatic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`prostatic adenoma`$children #> list() #> #> $`prostatic adenoma`$value #> [1] "prostatic adenoma" #> #> #> $prostatitis #> $prostatitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14654" #> #> $prostatitis$`_id` #> [1] "DOID_14654<DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $prostatitis$privateGeneCount #> [1] 0 #> #> $prostatitis$publicGeneCount #> [1] 2 #> #> $prostatitis$urlId #> [1] "DOID_14654" #> #> $prostatitis$dbPhenotype #> [1] TRUE #> #> $prostatitis$`_parent` #> [1] "DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $prostatitis$`_is_leaf` #> [1] TRUE #> #> $prostatitis$children #> list() #> #> $prostatitis$value #> [1] "prostatitis" #> #> #> $`protein C deficiency` #> $`protein C deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3756" #> #> $`protein C deficiency`$`_id` #> [1] "DOID_3756<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`protein C deficiency`$privateGeneCount #> [1] 0 #> #> $`protein C deficiency`$publicGeneCount #> [1] 1 #> #> $`protein C deficiency`$urlId #> [1] "DOID_3756" #> #> $`protein C deficiency`$dbPhenotype #> [1] TRUE #> #> $`protein C deficiency`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`protein C deficiency`$`_is_leaf` #> [1] TRUE #> #> $`protein C deficiency`$children #> list() #> #> $`protein C deficiency`$value #> [1] "protein C deficiency" #> #> #> $`protein C deficiency` #> $`protein C deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3756" #> #> $`protein C deficiency`$`_id` #> [1] "DOID_3756<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`protein C deficiency`$privateGeneCount #> [1] 0 #> #> $`protein C deficiency`$publicGeneCount #> [1] 1 #> #> $`protein C deficiency`$urlId #> [1] "DOID_3756" #> #> $`protein C deficiency`$dbPhenotype #> [1] TRUE #> #> $`protein C deficiency`$`_parent` #> [1] "DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`protein C deficiency`$`_is_leaf` #> [1] TRUE #> #> $`protein C deficiency`$children #> list() #> #> $`protein C deficiency`$value #> [1] "protein C deficiency" #> #> #> $`protein S deficiency` #> $`protein S deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2451" #> #> $`protein S deficiency`$`_id` #> [1] "DOID_2451<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`protein S deficiency`$privateGeneCount #> [1] 0 #> #> $`protein S deficiency`$publicGeneCount #> [1] 1 #> #> $`protein S deficiency`$urlId #> [1] "DOID_2451" #> #> $`protein S deficiency`$dbPhenotype #> [1] TRUE #> #> $`protein S deficiency`$`_parent` #> [1] "DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`protein S deficiency`$`_is_leaf` #> [1] TRUE #> #> $`protein S deficiency`$children #> list() #> #> $`protein S deficiency`$value #> [1] "protein S deficiency" #> #> #> $`protein S deficiency` #> $`protein S deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2451" #> #> $`protein S deficiency`$`_id` #> [1] "DOID_2451<DOID_620<DOID_74<DOID_7<DOID_4" #> #> $`protein S deficiency`$privateGeneCount #> [1] 0 #> #> $`protein S deficiency`$publicGeneCount #> [1] 1 #> #> $`protein S deficiency`$urlId #> [1] "DOID_2451" #> #> $`protein S deficiency`$dbPhenotype #> [1] TRUE #> #> $`protein S deficiency`$`_parent` #> [1] "DOID_620<DOID_74<DOID_7<DOID_4" #> #> $`protein S deficiency`$`_is_leaf` #> [1] TRUE #> #> $`protein S deficiency`$children #> list() #> #> $`protein S deficiency`$value #> [1] "protein S deficiency" #> #> #> $proteinuria #> $proteinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_576" #> #> $proteinuria$`_id` #> [1] "DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $proteinuria$privateGeneCount #> [1] 0 #> #> $proteinuria$publicGeneCount #> [1] 102 #> #> $proteinuria$urlId #> [1] "DOID_576" #> #> $proteinuria$dbPhenotype #> [1] TRUE #> #> $proteinuria$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $proteinuria$`_is_leaf` #> [1] FALSE #> #> $proteinuria$children #> $proteinuria$children[[1]] #> [1] "DOID_582<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $proteinuria$children[[2]] #> [1] "DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $proteinuria$value #> [1] "proteinuria" #> #> #> $`Proteus syndrome` #> $`Proteus syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13482" #> #> $`Proteus syndrome`$`_id` #> [1] "DOID_13482<DOID_225<DOID_4" #> #> $`Proteus syndrome`$privateGeneCount #> [1] 0 #> #> $`Proteus syndrome`$publicGeneCount #> [1] 2 #> #> $`Proteus syndrome`$urlId #> [1] "DOID_13482" #> #> $`Proteus syndrome`$dbPhenotype #> [1] TRUE #> #> $`Proteus syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Proteus syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Proteus syndrome`$children #> list() #> #> $`Proteus syndrome`$value #> [1] "Proteus syndrome" #> #> #> $`prothrombin deficiency` #> $`prothrombin deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2235" #> #> $`prothrombin deficiency`$`_id` #> [1] "DOID_2235<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`prothrombin deficiency`$privateGeneCount #> [1] 0 #> #> $`prothrombin deficiency`$publicGeneCount #> [1] 1 #> #> $`prothrombin deficiency`$urlId #> [1] "DOID_2235" #> #> $`prothrombin deficiency`$dbPhenotype #> [1] TRUE #> #> $`prothrombin deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`prothrombin deficiency`$`_is_leaf` #> [1] TRUE #> #> $`prothrombin deficiency`$children #> list() #> #> $`prothrombin deficiency`$value #> [1] "prothrombin deficiency" #> #> #> $`prothrombin deficiency` #> $`prothrombin deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2235" #> #> $`prothrombin deficiency`$`_id` #> [1] "DOID_2235<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`prothrombin deficiency`$privateGeneCount #> [1] 0 #> #> $`prothrombin deficiency`$publicGeneCount #> [1] 1 #> #> $`prothrombin deficiency`$urlId #> [1] "DOID_2235" #> #> $`prothrombin deficiency`$dbPhenotype #> [1] TRUE #> #> $`prothrombin deficiency`$`_parent` #> [1] "DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`prothrombin deficiency`$`_is_leaf` #> [1] TRUE #> #> $`prothrombin deficiency`$children #> list() #> #> $`prothrombin deficiency`$value #> [1] "prothrombin deficiency" #> #> #> $`protoplasmic astrocytoma` #> $`protoplasmic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7008" #> #> $`protoplasmic astrocytoma`$`_id` #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`protoplasmic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`protoplasmic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`protoplasmic astrocytoma`$urlId #> [1] "DOID_7008" #> #> $`protoplasmic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`protoplasmic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`protoplasmic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`protoplasmic astrocytoma`$children #> list() #> #> $`protoplasmic astrocytoma`$value #> [1] "protoplasmic astrocytoma" #> #> #> $`protoplasmic astrocytoma` #> $`protoplasmic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7008" #> #> $`protoplasmic astrocytoma`$`_id` #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`protoplasmic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`protoplasmic astrocytoma`$urlId #> [1] "DOID_7008" #> #> $`protoplasmic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`protoplasmic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`protoplasmic astrocytoma`$children #> list() #> #> $`protoplasmic astrocytoma`$value #> [1] "protoplasmic astrocytoma" #> #> #> $`protoplasmic astrocytoma` #> $`protoplasmic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7008" #> #> $`protoplasmic astrocytoma`$`_id` #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`protoplasmic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`protoplasmic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`protoplasmic astrocytoma`$urlId #> [1] "DOID_7008" #> #> $`protoplasmic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`protoplasmic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`protoplasmic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`protoplasmic astrocytoma`$children #> list() #> #> $`protoplasmic astrocytoma`$value #> [1] "protoplasmic astrocytoma" #> #> #> $`protoplasmic astrocytoma` #> $`protoplasmic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7008" #> #> $`protoplasmic astrocytoma`$`_id` #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`protoplasmic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`protoplasmic astrocytoma`$urlId #> [1] "DOID_7008" #> #> $`protoplasmic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`protoplasmic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`protoplasmic astrocytoma`$children #> list() #> #> $`protoplasmic astrocytoma`$value #> [1] "protoplasmic astrocytoma" #> #> #> $`protoplasmic astrocytoma` #> $`protoplasmic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7008" #> #> $`protoplasmic astrocytoma`$`_id` #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`protoplasmic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`protoplasmic astrocytoma`$urlId #> [1] "DOID_7008" #> #> $`protoplasmic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`protoplasmic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`protoplasmic astrocytoma`$children #> list() #> #> $`protoplasmic astrocytoma`$value #> [1] "protoplasmic astrocytoma" #> #> #> $`protoplasmic astrocytoma` #> $`protoplasmic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7008" #> #> $`protoplasmic astrocytoma`$`_id` #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`protoplasmic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`protoplasmic astrocytoma`$urlId #> [1] "DOID_7008" #> #> $`protoplasmic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`protoplasmic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`protoplasmic astrocytoma`$children #> list() #> #> $`protoplasmic astrocytoma`$value #> [1] "protoplasmic astrocytoma" #> #> #> $`protoplasmic astrocytoma` #> $`protoplasmic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7008" #> #> $`protoplasmic astrocytoma`$`_id` #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`protoplasmic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`protoplasmic astrocytoma`$urlId #> [1] "DOID_7008" #> #> $`protoplasmic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`protoplasmic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`protoplasmic astrocytoma`$children #> list() #> #> $`protoplasmic astrocytoma`$value #> [1] "protoplasmic astrocytoma" #> #> #> $`protoplasmic astrocytoma` #> $`protoplasmic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7008" #> #> $`protoplasmic astrocytoma`$`_id` #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`protoplasmic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`protoplasmic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`protoplasmic astrocytoma`$urlId #> [1] "DOID_7008" #> #> $`protoplasmic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`protoplasmic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`protoplasmic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`protoplasmic astrocytoma`$children #> list() #> #> $`protoplasmic astrocytoma`$value #> [1] "protoplasmic astrocytoma" #> #> #> $`protoplasmic astrocytoma` #> $`protoplasmic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7008" #> #> $`protoplasmic astrocytoma`$`_id` #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`protoplasmic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`protoplasmic astrocytoma`$urlId #> [1] "DOID_7008" #> #> $`protoplasmic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`protoplasmic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`protoplasmic astrocytoma`$children #> list() #> #> $`protoplasmic astrocytoma`$value #> [1] "protoplasmic astrocytoma" #> #> #> $`protoplasmic astrocytoma` #> $`protoplasmic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7008" #> #> $`protoplasmic astrocytoma`$`_id` #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`protoplasmic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`protoplasmic astrocytoma`$urlId #> [1] "DOID_7008" #> #> $`protoplasmic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`protoplasmic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`protoplasmic astrocytoma`$children #> list() #> #> $`protoplasmic astrocytoma`$value #> [1] "protoplasmic astrocytoma" #> #> #> $`proximal symphalangism` #> $`proximal symphalangism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050788" #> #> $`proximal symphalangism`$`_id` #> [1] "DOID_0050788<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`proximal symphalangism`$privateGeneCount #> [1] 0 #> #> $`proximal symphalangism`$publicGeneCount #> [1] 1 #> #> $`proximal symphalangism`$urlId #> [1] "DOID_0050788" #> #> $`proximal symphalangism`$dbPhenotype #> [1] TRUE #> #> $`proximal symphalangism`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`proximal symphalangism`$`_is_leaf` #> [1] TRUE #> #> $`proximal symphalangism`$children #> list() #> #> $`proximal symphalangism`$value #> [1] "proximal symphalangism" #> #> #> $`proximal symphalangism` #> $`proximal symphalangism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050788" #> #> $`proximal symphalangism`$`_id` #> [1] "DOID_0050788<DOID_225<DOID_4" #> #> $`proximal symphalangism`$privateGeneCount #> [1] 0 #> #> $`proximal symphalangism`$publicGeneCount #> [1] 1 #> #> $`proximal symphalangism`$urlId #> [1] "DOID_0050788" #> #> $`proximal symphalangism`$dbPhenotype #> [1] TRUE #> #> $`proximal symphalangism`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`proximal symphalangism`$`_is_leaf` #> [1] TRUE #> #> $`proximal symphalangism`$children #> list() #> #> $`proximal symphalangism`$value #> [1] "proximal symphalangism" #> #> #> $`Proximal symphalangism` #> $`Proximal symphalangism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100264" #> #> $`Proximal symphalangism`$`_id` #> [1] "HP_0100264<HP_0100262<HP_0100240<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Proximal symphalangism`$privateGeneCount #> [1] 0 #> #> $`Proximal symphalangism`$publicGeneCount #> [1] 1 #> #> $`Proximal symphalangism`$urlId #> [1] "HP_0100264" #> #> $`Proximal symphalangism`$dbPhenotype #> [1] TRUE #> #> $`Proximal symphalangism`$`_parent` #> [1] "HP_0100262<HP_0100240<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Proximal symphalangism`$`_is_leaf` #> [1] TRUE #> #> $`Proximal symphalangism`$children #> list() #> #> $`Proximal symphalangism`$value #> [1] "Proximal symphalangism" #> #> #> $`Proximal symphalangism` #> $`Proximal symphalangism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100264" #> #> $`Proximal symphalangism`$`_id` #> [1] "HP_0100264<HP_0100262<HP_0100240<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Proximal symphalangism`$privateGeneCount #> [1] 0 #> #> $`Proximal symphalangism`$publicGeneCount #> [1] 1 #> #> $`Proximal symphalangism`$urlId #> [1] "HP_0100264" #> #> $`Proximal symphalangism`$dbPhenotype #> [1] TRUE #> #> $`Proximal symphalangism`$`_parent` #> [1] "HP_0100262<HP_0100240<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Proximal symphalangism`$`_is_leaf` #> [1] TRUE #> #> $`Proximal symphalangism`$children #> list() #> #> $`Proximal symphalangism`$value #> [1] "Proximal symphalangism" #> #> #> $Pruritus #> $Pruritus$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000989" #> #> $Pruritus$`_id` #> [1] "HP_0000989<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Pruritus$privateGeneCount #> [1] 0 #> #> $Pruritus$publicGeneCount #> [1] 6 #> #> $Pruritus$urlId #> [1] "HP_0000989" #> #> $Pruritus$dbPhenotype #> [1] TRUE #> #> $Pruritus$`_parent` #> [1] "HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Pruritus$`_is_leaf` #> [1] TRUE #> #> $Pruritus$children #> list() #> #> $Pruritus$value #> [1] "Pruritus" #> #> #> $`psammomatous meningioma` #> $`psammomatous meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7210" #> #> $`psammomatous meningioma`$`_id` #> [1] "DOID_7210<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`psammomatous meningioma`$privateGeneCount #> [1] 0 #> #> $`psammomatous meningioma`$publicGeneCount #> [1] 16 #> #> $`psammomatous meningioma`$urlId #> [1] "DOID_7210" #> #> $`psammomatous meningioma`$dbPhenotype #> [1] TRUE #> #> $`psammomatous meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`psammomatous meningioma`$`_is_leaf` #> [1] TRUE #> #> $`psammomatous meningioma`$children #> list() #> #> $`psammomatous meningioma`$value #> [1] "psammomatous meningioma" #> #> #> $`psammomatous meningioma` #> $`psammomatous meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7210" #> #> $`psammomatous meningioma`$`_id` #> [1] "DOID_7210<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`psammomatous meningioma`$privateGeneCount #> [1] 0 #> #> $`psammomatous meningioma`$publicGeneCount #> [1] 16 #> #> $`psammomatous meningioma`$urlId #> [1] "DOID_7210" #> #> $`psammomatous meningioma`$dbPhenotype #> [1] TRUE #> #> $`psammomatous meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`psammomatous meningioma`$`_is_leaf` #> [1] TRUE #> #> $`psammomatous meningioma`$children #> list() #> #> $`psammomatous meningioma`$value #> [1] "psammomatous meningioma" #> #> #> $`psammomatous meningioma` #> $`psammomatous meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7210" #> #> $`psammomatous meningioma`$`_id` #> [1] "DOID_7210<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`psammomatous meningioma`$privateGeneCount #> [1] 0 #> #> $`psammomatous meningioma`$publicGeneCount #> [1] 16 #> #> $`psammomatous meningioma`$urlId #> [1] "DOID_7210" #> #> $`psammomatous meningioma`$dbPhenotype #> [1] TRUE #> #> $`psammomatous meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`psammomatous meningioma`$`_is_leaf` #> [1] TRUE #> #> $`psammomatous meningioma`$children #> list() #> #> $`psammomatous meningioma`$value #> [1] "psammomatous meningioma" #> #> #> $`PSAT deficiency` #> $`PSAT deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050723" #> #> $`PSAT deficiency`$`_id` #> [1] "DOID_0050723<DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`PSAT deficiency`$privateGeneCount #> [1] 0 #> #> $`PSAT deficiency`$publicGeneCount #> [1] 1 #> #> $`PSAT deficiency`$urlId #> [1] "DOID_0050723" #> #> $`PSAT deficiency`$dbPhenotype #> [1] TRUE #> #> $`PSAT deficiency`$`_parent` #> [1] "DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`PSAT deficiency`$`_is_leaf` #> [1] TRUE #> #> $`PSAT deficiency`$children #> list() #> #> $`PSAT deficiency`$value #> [1] "PSAT deficiency" #> #> #> $`pseudo-TORCH syndrome 1` #> $`pseudo-TORCH syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050656" #> #> $`pseudo-TORCH syndrome 1`$`_id` #> [1] "DOID_0050656<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`pseudo-TORCH syndrome 1`$privateGeneCount #> [1] 0 #> #> $`pseudo-TORCH syndrome 1`$publicGeneCount #> [1] 1 #> #> $`pseudo-TORCH syndrome 1`$urlId #> [1] "DOID_0050656" #> #> $`pseudo-TORCH syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`pseudo-TORCH syndrome 1`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`pseudo-TORCH syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`pseudo-TORCH syndrome 1`$children #> list() #> #> $`pseudo-TORCH syndrome 1`$value #> [1] "pseudo-TORCH syndrome 1" #> #> #> $`pseudo-TORCH syndrome 1` #> $`pseudo-TORCH syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050656" #> #> $`pseudo-TORCH syndrome 1`$`_id` #> [1] "DOID_0050656<DOID_225<DOID_4" #> #> $`pseudo-TORCH syndrome 1`$privateGeneCount #> [1] 0 #> #> $`pseudo-TORCH syndrome 1`$publicGeneCount #> [1] 1 #> #> $`pseudo-TORCH syndrome 1`$urlId #> [1] "DOID_0050656" #> #> $`pseudo-TORCH syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`pseudo-TORCH syndrome 1`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`pseudo-TORCH syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`pseudo-TORCH syndrome 1`$children #> list() #> #> $`pseudo-TORCH syndrome 1`$value #> [1] "pseudo-TORCH syndrome 1" #> #> #> $pseudoachondroplasia #> $pseudoachondroplasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080047" #> #> $pseudoachondroplasia$`_id` #> [1] "DOID_0080047<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $pseudoachondroplasia$privateGeneCount #> [1] 0 #> #> $pseudoachondroplasia$publicGeneCount #> [1] 1 #> #> $pseudoachondroplasia$urlId #> [1] "DOID_0080047" #> #> $pseudoachondroplasia$dbPhenotype #> [1] TRUE #> #> $pseudoachondroplasia$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $pseudoachondroplasia$`_is_leaf` #> [1] TRUE #> #> $pseudoachondroplasia$children #> list() #> #> $pseudoachondroplasia$value #> [1] "pseudoachondroplasia" #> #> #> $pseudoachondroplasia #> $pseudoachondroplasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080047" #> #> $pseudoachondroplasia$`_id` #> [1] "DOID_0080047<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pseudoachondroplasia$privateGeneCount #> [1] 0 #> #> $pseudoachondroplasia$publicGeneCount #> [1] 1 #> #> $pseudoachondroplasia$urlId #> [1] "DOID_0080047" #> #> $pseudoachondroplasia$dbPhenotype #> [1] TRUE #> #> $pseudoachondroplasia$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pseudoachondroplasia$`_is_leaf` #> [1] TRUE #> #> $pseudoachondroplasia$children #> list() #> #> $pseudoachondroplasia$value #> [1] "pseudoachondroplasia" #> #> #> $pseudohermaphroditism #> $pseudohermaphroditism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3765" #> #> $pseudohermaphroditism$`_id` #> [1] "DOID_3765<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $pseudohermaphroditism$privateGeneCount #> [1] 0 #> #> $pseudohermaphroditism$publicGeneCount #> [1] 3 #> #> $pseudohermaphroditism$urlId #> [1] "DOID_3765" #> #> $pseudohermaphroditism$dbPhenotype #> [1] TRUE #> #> $pseudohermaphroditism$`_parent` #> [1] "DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $pseudohermaphroditism$`_is_leaf` #> [1] FALSE #> #> $pseudohermaphroditism$children #> $pseudohermaphroditism$children[[1]] #> [1] "DOID_0050791<DOID_3765<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $pseudohermaphroditism$value #> [1] "pseudohermaphroditism" #> #> #> $pseudohypoaldosteronism #> $pseudohypoaldosteronism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4479" #> #> $pseudohypoaldosteronism$`_id` #> [1] "DOID_4479<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $pseudohypoaldosteronism$privateGeneCount #> [1] 0 #> #> $pseudohypoaldosteronism$publicGeneCount #> [1] 8 #> #> $pseudohypoaldosteronism$urlId #> [1] "DOID_4479" #> #> $pseudohypoaldosteronism$dbPhenotype #> [1] TRUE #> #> $pseudohypoaldosteronism$`_parent` #> [1] "DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $pseudohypoaldosteronism$`_is_leaf` #> [1] TRUE #> #> $pseudohypoaldosteronism$children #> list() #> #> $pseudohypoaldosteronism$value #> [1] "pseudohypoaldosteronism" #> #> #> $pseudohypoparathyroidism #> $pseudohypoparathyroidism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4184" #> #> $pseudohypoparathyroidism$`_id` #> [1] "DOID_4184<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $pseudohypoparathyroidism$privateGeneCount #> [1] 0 #> #> $pseudohypoparathyroidism$publicGeneCount #> [1] 3 #> #> $pseudohypoparathyroidism$urlId #> [1] "DOID_4184" #> #> $pseudohypoparathyroidism$dbPhenotype #> [1] TRUE #> #> $pseudohypoparathyroidism$`_parent` #> [1] "DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $pseudohypoparathyroidism$`_is_leaf` #> [1] FALSE #> #> $pseudohypoparathyroidism$children #> $pseudohypoparathyroidism$children[[1]] #> [1] "DOID_0080053<DOID_4184<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $pseudohypoparathyroidism$children[[2]] #> [1] "DOID_4183<DOID_4184<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> #> $pseudohypoparathyroidism$value #> [1] "pseudohypoparathyroidism" #> #> #> $pseudopseudohypoparathyroidism #> $pseudopseudohypoparathyroidism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4183" #> #> $pseudopseudohypoparathyroidism$`_id` #> [1] "DOID_4183<DOID_4184<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $pseudopseudohypoparathyroidism$privateGeneCount #> [1] 0 #> #> $pseudopseudohypoparathyroidism$publicGeneCount #> [1] 1 #> #> $pseudopseudohypoparathyroidism$urlId #> [1] "DOID_4183" #> #> $pseudopseudohypoparathyroidism$dbPhenotype #> [1] TRUE #> #> $pseudopseudohypoparathyroidism$`_parent` #> [1] "DOID_4184<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $pseudopseudohypoparathyroidism$`_is_leaf` #> [1] TRUE #> #> $pseudopseudohypoparathyroidism$children #> list() #> #> $pseudopseudohypoparathyroidism$value #> [1] "pseudopseudohypoparathyroidism" #> #> #> $`pseudoxanthoma elasticum` #> $`pseudoxanthoma elasticum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2738" #> #> $`pseudoxanthoma elasticum`$`_id` #> [1] "DOID_2738<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`pseudoxanthoma elasticum`$privateGeneCount #> [1] 0 #> #> $`pseudoxanthoma elasticum`$publicGeneCount #> [1] 9 #> #> $`pseudoxanthoma elasticum`$urlId #> [1] "DOID_2738" #> #> $`pseudoxanthoma elasticum`$dbPhenotype #> [1] TRUE #> #> $`pseudoxanthoma elasticum`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`pseudoxanthoma elasticum`$`_is_leaf` #> [1] TRUE #> #> $`pseudoxanthoma elasticum`$children #> list() #> #> $`pseudoxanthoma elasticum`$value #> [1] "pseudoxanthoma elasticum" #> #> #> $`pseudoxanthoma elasticum` #> $`pseudoxanthoma elasticum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2738" #> #> $`pseudoxanthoma elasticum`$`_id` #> [1] "DOID_2738<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pseudoxanthoma elasticum`$privateGeneCount #> [1] 0 #> #> $`pseudoxanthoma elasticum`$publicGeneCount #> [1] 9 #> #> $`pseudoxanthoma elasticum`$urlId #> [1] "DOID_2738" #> #> $`pseudoxanthoma elasticum`$dbPhenotype #> [1] TRUE #> #> $`pseudoxanthoma elasticum`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pseudoxanthoma elasticum`$`_is_leaf` #> [1] TRUE #> #> $`pseudoxanthoma elasticum`$children #> list() #> #> $`pseudoxanthoma elasticum`$value #> [1] "pseudoxanthoma elasticum" #> #> #> $psoriasis #> $psoriasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8893" #> #> $psoriasis$`_id` #> [1] "DOID_8893<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $psoriasis$privateGeneCount #> [1] 0 #> #> $psoriasis$publicGeneCount #> [1] 19 #> #> $psoriasis$urlId #> [1] "DOID_8893" #> #> $psoriasis$dbPhenotype #> [1] TRUE #> #> $psoriasis$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $psoriasis$`_is_leaf` #> [1] FALSE #> #> $psoriasis$children #> $psoriasis$children[[1]] #> [1] "DOID_9088<DOID_8893<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $psoriasis$children[[2]] #> [1] "DOID_9212<DOID_8893<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $psoriasis$value #> [1] "psoriasis" #> #> #> $`psoriatic arthritis` #> $`psoriatic arthritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9008" #> #> $`psoriatic arthritis`$`_id` #> [1] "DOID_9008<DOID_225<DOID_4" #> #> $`psoriatic arthritis`$privateGeneCount #> [1] 0 #> #> $`psoriatic arthritis`$publicGeneCount #> [1] 27 #> #> $`psoriatic arthritis`$urlId #> [1] "DOID_9008" #> #> $`psoriatic arthritis`$dbPhenotype #> [1] TRUE #> #> $`psoriatic arthritis`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`psoriatic arthritis`$`_is_leaf` #> [1] TRUE #> #> $`psoriatic arthritis`$children #> list() #> #> $`psoriatic arthritis`$value #> [1] "psoriatic arthritis" #> #> #> $`PSPH deficiency` #> $`PSPH deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050724" #> #> $`PSPH deficiency`$`_id` #> [1] "DOID_0050724<DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`PSPH deficiency`$privateGeneCount #> [1] 0 #> #> $`PSPH deficiency`$publicGeneCount #> [1] 1 #> #> $`PSPH deficiency`$urlId #> [1] "DOID_0050724" #> #> $`PSPH deficiency`$dbPhenotype #> [1] TRUE #> #> $`PSPH deficiency`$`_parent` #> [1] "DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`PSPH deficiency`$`_is_leaf` #> [1] TRUE #> #> $`PSPH deficiency`$children #> list() #> #> $`PSPH deficiency`$value #> [1] "PSPH deficiency" #> #> #> $`Psychomotor deterioration` #> $`Psychomotor deterioration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002361" #> #> $`Psychomotor deterioration`$`_id` #> [1] "HP_0002361<HP_0001268<HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Psychomotor deterioration`$privateGeneCount #> [1] 0 #> #> $`Psychomotor deterioration`$publicGeneCount #> [1] 1 #> #> $`Psychomotor deterioration`$urlId #> [1] "HP_0002361" #> #> $`Psychomotor deterioration`$dbPhenotype #> [1] TRUE #> #> $`Psychomotor deterioration`$`_parent` #> [1] "HP_0001268<HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Psychomotor deterioration`$`_is_leaf` #> [1] TRUE #> #> $`Psychomotor deterioration`$children #> list() #> #> $`Psychomotor deterioration`$value #> [1] "Psychomotor deterioration" #> #> #> $`psychosexual disorder` #> $`psychosexual disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10132" #> #> $`psychosexual disorder`$`_id` #> [1] "DOID_10132<DOID_0060043<DOID_150<DOID_4" #> #> $`psychosexual disorder`$privateGeneCount #> [1] 0 #> #> $`psychosexual disorder`$publicGeneCount #> [1] 6 #> #> $`psychosexual disorder`$urlId #> [1] "DOID_10132" #> #> $`psychosexual disorder`$dbPhenotype #> [1] FALSE #> #> $`psychosexual disorder`$`_parent` #> [1] "DOID_0060043<DOID_150<DOID_4" #> #> $`psychosexual disorder`$`_is_leaf` #> [1] FALSE #> #> $`psychosexual disorder`$children #> $`psychosexual disorder`$children[[1]] #> [1] "DOID_13868<DOID_10132<DOID_0060043<DOID_150<DOID_4" #> #> #> $`psychosexual disorder`$value #> [1] "psychosexual disorder" #> #> #> $Psychosis #> $Psychosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000709" #> #> $Psychosis$`_id` #> [1] "HP_0000709<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Psychosis$privateGeneCount #> [1] 0 #> #> $Psychosis$publicGeneCount #> [1] 3 #> #> $Psychosis$urlId #> [1] "HP_0000709" #> #> $Psychosis$dbPhenotype #> [1] TRUE #> #> $Psychosis$`_parent` #> [1] "HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Psychosis$`_is_leaf` #> [1] TRUE #> #> $Psychosis$children #> list() #> #> $Psychosis$value #> [1] "Psychosis" #> #> #> $`psychotic disorder` #> $`psychotic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2468" #> #> $`psychotic disorder`$`_id` #> [1] "DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`psychotic disorder`$privateGeneCount #> [1] 0 #> #> $`psychotic disorder`$publicGeneCount #> [1] 319 #> #> $`psychotic disorder`$urlId #> [1] "DOID_2468" #> #> $`psychotic disorder`$dbPhenotype #> [1] FALSE #> #> $`psychotic disorder`$`_parent` #> [1] "DOID_1561<DOID_150<DOID_4" #> #> $`psychotic disorder`$`_is_leaf` #> [1] FALSE #> #> $`psychotic disorder`$children #> $`psychotic disorder`$children[[1]] #> [1] "DOID_778<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`psychotic disorder`$children[[2]] #> [1] "DOID_5418<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`psychotic disorder`$children[[3]] #> [1] "DOID_5419<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`psychotic disorder`$children[[4]] #> [1] "DOID_11328<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`psychotic disorder`$children[[5]] #> [1] "DOID_8646<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> #> $`psychotic disorder`$value #> [1] "psychotic disorder" #> #> #> $pterygium #> $pterygium$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0002116" #> #> $pterygium$`_id` #> [1] "DOID_0002116<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $pterygium$privateGeneCount #> [1] 0 #> #> $pterygium$publicGeneCount #> [1] 13 #> #> $pterygium$urlId #> [1] "DOID_0002116" #> #> $pterygium$dbPhenotype #> [1] TRUE #> #> $pterygium$`_parent` #> [1] "DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $pterygium$`_is_leaf` #> [1] TRUE #> #> $pterygium$children #> list() #> #> $pterygium$value #> [1] "pterygium" #> #> #> $ptosis #> $ptosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060260" #> #> $ptosis$`_id` #> [1] "DOID_0060260<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $ptosis$privateGeneCount #> [1] 0 #> #> $ptosis$publicGeneCount #> [1] 1 #> #> $ptosis$urlId #> [1] "DOID_0060260" #> #> $ptosis$dbPhenotype #> [1] FALSE #> #> $ptosis$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $ptosis$`_is_leaf` #> [1] FALSE #> #> $ptosis$children #> $ptosis$children[[1]] #> [1] "DOID_0060261<DOID_0060260<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $ptosis$value #> [1] "ptosis" #> #> #> $Ptosis #> $Ptosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000508" #> #> $Ptosis$`_id` #> [1] "HP_0000508<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $Ptosis$privateGeneCount #> [1] 0 #> #> $Ptosis$publicGeneCount #> [1] 1 #> #> $Ptosis$urlId #> [1] "HP_0000508" #> #> $Ptosis$dbPhenotype #> [1] TRUE #> #> $Ptosis$`_parent` #> [1] "HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $Ptosis$`_is_leaf` #> [1] TRUE #> #> $Ptosis$children #> list() #> #> $Ptosis$value #> [1] "Ptosis" #> #> #> $`Puberty and gonadal disorders` #> $`Puberty and gonadal disorders`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008373" #> #> $`Puberty and gonadal disorders`$`_id` #> [1] "HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> $`Puberty and gonadal disorders`$privateGeneCount #> [1] 0 #> #> $`Puberty and gonadal disorders`$publicGeneCount #> [1] 13 #> #> $`Puberty and gonadal disorders`$urlId #> [1] "HP_0008373" #> #> $`Puberty and gonadal disorders`$dbPhenotype #> [1] FALSE #> #> $`Puberty and gonadal disorders`$`_parent` #> [1] "HP_0000818<HP_0000118<HP_0000001" #> #> $`Puberty and gonadal disorders`$`_is_leaf` #> [1] FALSE #> #> $`Puberty and gonadal disorders`$children #> $`Puberty and gonadal disorders`$children[[1]] #> [1] "HP_0000823<HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> $`Puberty and gonadal disorders`$children[[2]] #> [1] "HP_0100000<HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Puberty and gonadal disorders`$value #> [1] "Puberty and gonadal disorders" #> #> #> $`pulmonary alveolar microlithiasis` #> $`pulmonary alveolar microlithiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12117" #> #> $`pulmonary alveolar microlithiasis`$`_id` #> [1] "DOID_12117<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary alveolar microlithiasis`$privateGeneCount #> [1] 0 #> #> $`pulmonary alveolar microlithiasis`$publicGeneCount #> [1] 1 #> #> $`pulmonary alveolar microlithiasis`$urlId #> [1] "DOID_12117" #> #> $`pulmonary alveolar microlithiasis`$dbPhenotype #> [1] TRUE #> #> $`pulmonary alveolar microlithiasis`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary alveolar microlithiasis`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary alveolar microlithiasis`$children #> list() #> #> $`pulmonary alveolar microlithiasis`$value #> [1] "pulmonary alveolar microlithiasis" #> #> #> $`pulmonary alveolar proteinosis` #> $`pulmonary alveolar proteinosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12120" #> #> $`pulmonary alveolar proteinosis`$`_id` #> [1] "DOID_12120<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary alveolar proteinosis`$privateGeneCount #> [1] 0 #> #> $`pulmonary alveolar proteinosis`$publicGeneCount #> [1] 11 #> #> $`pulmonary alveolar proteinosis`$urlId #> [1] "DOID_12120" #> #> $`pulmonary alveolar proteinosis`$dbPhenotype #> [1] TRUE #> #> $`pulmonary alveolar proteinosis`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary alveolar proteinosis`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary alveolar proteinosis`$children #> list() #> #> $`pulmonary alveolar proteinosis`$value #> [1] "pulmonary alveolar proteinosis" #> #> #> $`pulmonary artery disease` #> $`pulmonary artery disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60001" #> #> $`pulmonary artery disease`$`_id` #> [1] "DOID_60001<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary artery disease`$privateGeneCount #> [1] 0 #> #> $`pulmonary artery disease`$publicGeneCount #> [1] 16 #> #> $`pulmonary artery disease`$urlId #> [1] "DOID_60001" #> #> $`pulmonary artery disease`$dbPhenotype #> [1] FALSE #> #> $`pulmonary artery disease`$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary artery disease`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary artery disease`$children #> $`pulmonary artery disease`$children[[1]] #> [1] "DOID_9477<DOID_60001<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`pulmonary artery disease`$value #> [1] "pulmonary artery disease" #> #> #> $`pulmonary artery disease` #> $`pulmonary artery disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60001" #> #> $`pulmonary artery disease`$`_id` #> [1] "DOID_60001<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary artery disease`$privateGeneCount #> [1] 0 #> #> $`pulmonary artery disease`$publicGeneCount #> [1] 16 #> #> $`pulmonary artery disease`$urlId #> [1] "DOID_60001" #> #> $`pulmonary artery disease`$dbPhenotype #> [1] FALSE #> #> $`pulmonary artery disease`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary artery disease`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary artery disease`$children #> $`pulmonary artery disease`$children[[1]] #> [1] "DOID_9477<DOID_60001<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`pulmonary artery disease`$value #> [1] "pulmonary artery disease" #> #> #> $`pulmonary aspergilloma` #> $`pulmonary aspergilloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050153" #> #> $`pulmonary aspergilloma`$`_id` #> [1] "DOID_0050153<DOID_13564<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`pulmonary aspergilloma`$privateGeneCount #> [1] 0 #> #> $`pulmonary aspergilloma`$publicGeneCount #> [1] 6 #> #> $`pulmonary aspergilloma`$urlId #> [1] "DOID_0050153" #> #> $`pulmonary aspergilloma`$dbPhenotype #> [1] TRUE #> #> $`pulmonary aspergilloma`$`_parent` #> [1] "DOID_13564<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`pulmonary aspergilloma`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary aspergilloma`$children #> list() #> #> $`pulmonary aspergilloma`$value #> [1] "pulmonary aspergilloma" #> #> #> $`pulmonary aspergilloma` #> $`pulmonary aspergilloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050153" #> #> $`pulmonary aspergilloma`$`_id` #> [1] "DOID_0050153<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary aspergilloma`$privateGeneCount #> [1] 0 #> #> $`pulmonary aspergilloma`$publicGeneCount #> [1] 6 #> #> $`pulmonary aspergilloma`$urlId #> [1] "DOID_0050153" #> #> $`pulmonary aspergilloma`$dbPhenotype #> [1] TRUE #> #> $`pulmonary aspergilloma`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary aspergilloma`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary aspergilloma`$children #> list() #> #> $`pulmonary aspergilloma`$value #> [1] "pulmonary aspergilloma" #> #> #> $`pulmonary blastoma` #> $`pulmonary blastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4765" #> #> $`pulmonary blastoma`$`_id` #> [1] "DOID_4765<DOID_0070003<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pulmonary blastoma`$privateGeneCount #> [1] 0 #> #> $`pulmonary blastoma`$publicGeneCount #> [1] 1 #> #> $`pulmonary blastoma`$urlId #> [1] "DOID_4765" #> #> $`pulmonary blastoma`$dbPhenotype #> [1] FALSE #> #> $`pulmonary blastoma`$`_parent` #> [1] "DOID_0070003<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pulmonary blastoma`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary blastoma`$children #> $`pulmonary blastoma`$children[[1]] #> [1] "DOID_4769<DOID_4765<DOID_0070003<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`pulmonary blastoma`$value #> [1] "pulmonary blastoma" #> #> #> $`pulmonary blastoma` #> $`pulmonary blastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4765" #> #> $`pulmonary blastoma`$`_id` #> [1] "DOID_4765<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pulmonary blastoma`$privateGeneCount #> [1] 0 #> #> $`pulmonary blastoma`$publicGeneCount #> [1] 1 #> #> $`pulmonary blastoma`$urlId #> [1] "DOID_4765" #> #> $`pulmonary blastoma`$dbPhenotype #> [1] FALSE #> #> $`pulmonary blastoma`$`_parent` #> [1] "DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pulmonary blastoma`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary blastoma`$children #> $`pulmonary blastoma`$children[[1]] #> [1] "DOID_4769<DOID_4765<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`pulmonary blastoma`$value #> [1] "pulmonary blastoma" #> #> #> $`pulmonary blastoma` #> $`pulmonary blastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4765" #> #> $`pulmonary blastoma`$`_id` #> [1] "DOID_4765<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary blastoma`$privateGeneCount #> [1] 0 #> #> $`pulmonary blastoma`$publicGeneCount #> [1] 1 #> #> $`pulmonary blastoma`$urlId #> [1] "DOID_4765" #> #> $`pulmonary blastoma`$dbPhenotype #> [1] FALSE #> #> $`pulmonary blastoma`$`_parent` #> [1] "DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary blastoma`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary blastoma`$children #> $`pulmonary blastoma`$children[[1]] #> [1] "DOID_4769<DOID_4765<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> #> $`pulmonary blastoma`$value #> [1] "pulmonary blastoma" #> #> #> $`pulmonary blastoma` #> $`pulmonary blastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4765" #> #> $`pulmonary blastoma`$`_id` #> [1] "DOID_4765<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary blastoma`$privateGeneCount #> [1] 0 #> #> $`pulmonary blastoma`$publicGeneCount #> [1] 1 #> #> $`pulmonary blastoma`$urlId #> [1] "DOID_4765" #> #> $`pulmonary blastoma`$dbPhenotype #> [1] FALSE #> #> $`pulmonary blastoma`$`_parent` #> [1] "DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary blastoma`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary blastoma`$children #> $`pulmonary blastoma`$children[[1]] #> [1] "DOID_4769<DOID_4765<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`pulmonary blastoma`$value #> [1] "pulmonary blastoma" #> #> #> $`pulmonary blastoma` #> $`pulmonary blastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4765" #> #> $`pulmonary blastoma`$`_id` #> [1] "DOID_4765<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary blastoma`$privateGeneCount #> [1] 0 #> #> $`pulmonary blastoma`$publicGeneCount #> [1] 1 #> #> $`pulmonary blastoma`$urlId #> [1] "DOID_4765" #> #> $`pulmonary blastoma`$dbPhenotype #> [1] FALSE #> #> $`pulmonary blastoma`$`_parent` #> [1] "DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary blastoma`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary blastoma`$children #> $`pulmonary blastoma`$children[[1]] #> [1] "DOID_4769<DOID_4765<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`pulmonary blastoma`$value #> [1] "pulmonary blastoma" #> #> #> $`pulmonary edema` #> $`pulmonary edema`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11396" #> #> $`pulmonary edema`$`_id` #> [1] "DOID_11396<DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary edema`$privateGeneCount #> [1] 0 #> #> $`pulmonary edema`$publicGeneCount #> [1] 11 #> #> $`pulmonary edema`$urlId #> [1] "DOID_11396" #> #> $`pulmonary edema`$dbPhenotype #> [1] TRUE #> #> $`pulmonary edema`$`_parent` #> [1] "DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary edema`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary edema`$children #> list() #> #> $`pulmonary edema`$value #> [1] "pulmonary edema" #> #> #> $`pulmonary embolism` #> $`pulmonary embolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9477" #> #> $`pulmonary embolism`$`_id` #> [1] "DOID_9477<DOID_60001<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary embolism`$privateGeneCount #> [1] 0 #> #> $`pulmonary embolism`$publicGeneCount #> [1] 16 #> #> $`pulmonary embolism`$urlId #> [1] "DOID_9477" #> #> $`pulmonary embolism`$dbPhenotype #> [1] TRUE #> #> $`pulmonary embolism`$`_parent` #> [1] "DOID_60001<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary embolism`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary embolism`$children #> list() #> #> $`pulmonary embolism`$value #> [1] "pulmonary embolism" #> #> #> $`pulmonary embolism` #> $`pulmonary embolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9477" #> #> $`pulmonary embolism`$`_id` #> [1] "DOID_9477<DOID_60001<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary embolism`$privateGeneCount #> [1] 0 #> #> $`pulmonary embolism`$publicGeneCount #> [1] 16 #> #> $`pulmonary embolism`$urlId #> [1] "DOID_9477" #> #> $`pulmonary embolism`$dbPhenotype #> [1] TRUE #> #> $`pulmonary embolism`$`_parent` #> [1] "DOID_60001<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary embolism`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary embolism`$children #> list() #> #> $`pulmonary embolism`$value #> [1] "pulmonary embolism" #> #> #> $`pulmonary emphysema` #> $`pulmonary emphysema`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9675" #> #> $`pulmonary emphysema`$`_id` #> [1] "DOID_9675<DOID_3083<DOID_2320<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary emphysema`$privateGeneCount #> [1] 0 #> #> $`pulmonary emphysema`$publicGeneCount #> [1] 26 #> #> $`pulmonary emphysema`$urlId #> [1] "DOID_9675" #> #> $`pulmonary emphysema`$dbPhenotype #> [1] TRUE #> #> $`pulmonary emphysema`$`_parent` #> [1] "DOID_3083<DOID_2320<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary emphysema`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary emphysema`$children #> list() #> #> $`pulmonary emphysema`$value #> [1] "pulmonary emphysema" #> #> #> $`pulmonary eosinophilia` #> $`pulmonary eosinophilia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9498" #> #> $`pulmonary eosinophilia`$`_id` #> [1] "DOID_9498<DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`pulmonary eosinophilia`$privateGeneCount #> [1] 0 #> #> $`pulmonary eosinophilia`$publicGeneCount #> [1] 7 #> #> $`pulmonary eosinophilia`$urlId #> [1] "DOID_9498" #> #> $`pulmonary eosinophilia`$dbPhenotype #> [1] TRUE #> #> $`pulmonary eosinophilia`$`_parent` #> [1] "DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`pulmonary eosinophilia`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary eosinophilia`$children #> $`pulmonary eosinophilia`$children[[1]] #> [1] "DOID_9503<DOID_9498<DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> #> $`pulmonary eosinophilia`$value #> [1] "pulmonary eosinophilia" #> #> #> $`pulmonary fibrosis` #> $`pulmonary fibrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3770" #> #> $`pulmonary fibrosis`$`_id` #> [1] "DOID_3770<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pulmonary fibrosis`$privateGeneCount #> [1] 0 #> #> $`pulmonary fibrosis`$publicGeneCount #> [1] 110 #> #> $`pulmonary fibrosis`$urlId #> [1] "DOID_3770" #> #> $`pulmonary fibrosis`$dbPhenotype #> [1] TRUE #> #> $`pulmonary fibrosis`$`_parent` #> [1] "DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pulmonary fibrosis`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary fibrosis`$children #> $`pulmonary fibrosis`$children[[1]] #> [1] "DOID_0050156<DOID_3770<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`pulmonary fibrosis`$value #> [1] "pulmonary fibrosis" #> #> #> $`pulmonary fibrosis` #> $`pulmonary fibrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3770" #> #> $`pulmonary fibrosis`$`_id` #> [1] "DOID_3770<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary fibrosis`$privateGeneCount #> [1] 0 #> #> $`pulmonary fibrosis`$publicGeneCount #> [1] 110 #> #> $`pulmonary fibrosis`$urlId #> [1] "DOID_3770" #> #> $`pulmonary fibrosis`$dbPhenotype #> [1] TRUE #> #> $`pulmonary fibrosis`$`_parent` #> [1] "DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary fibrosis`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary fibrosis`$children #> $`pulmonary fibrosis`$children[[1]] #> [1] "DOID_0050156<DOID_3770<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`pulmonary fibrosis`$value #> [1] "pulmonary fibrosis" #> #> #> $`pulmonary hypertension` #> $`pulmonary hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6432" #> #> $`pulmonary hypertension`$`_id` #> [1] "DOID_6432<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary hypertension`$privateGeneCount #> [1] 0 #> #> $`pulmonary hypertension`$publicGeneCount #> [1] 99 #> #> $`pulmonary hypertension`$urlId #> [1] "DOID_6432" #> #> $`pulmonary hypertension`$dbPhenotype #> [1] TRUE #> #> $`pulmonary hypertension`$`_parent` #> [1] "DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary hypertension`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary hypertension`$children #> $`pulmonary hypertension`$children[[1]] #> [1] "DOID_13042<DOID_6432<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary hypertension`$children[[2]] #> [1] "DOID_5453<DOID_6432<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`pulmonary hypertension`$value #> [1] "pulmonary hypertension" #> #> #> $`pulmonary plasma cell granuloma` #> $`pulmonary plasma cell granuloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3677" #> #> $`pulmonary plasma cell granuloma`$`_id` #> [1] "DOID_3677<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary plasma cell granuloma`$privateGeneCount #> [1] 0 #> #> $`pulmonary plasma cell granuloma`$publicGeneCount #> [1] 2 #> #> $`pulmonary plasma cell granuloma`$urlId #> [1] "DOID_3677" #> #> $`pulmonary plasma cell granuloma`$dbPhenotype #> [1] TRUE #> #> $`pulmonary plasma cell granuloma`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary plasma cell granuloma`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary plasma cell granuloma`$children #> list() #> #> $`pulmonary plasma cell granuloma`$value #> [1] "pulmonary plasma cell granuloma" #> #> #> $`pulmonary sarcoidosis` #> $`pulmonary sarcoidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13406" #> #> $`pulmonary sarcoidosis`$`_id` #> [1] "DOID_13406<DOID_11335<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`pulmonary sarcoidosis`$privateGeneCount #> [1] 0 #> #> $`pulmonary sarcoidosis`$publicGeneCount #> [1] 40 #> #> $`pulmonary sarcoidosis`$urlId #> [1] "DOID_13406" #> #> $`pulmonary sarcoidosis`$dbPhenotype #> [1] TRUE #> #> $`pulmonary sarcoidosis`$`_parent` #> [1] "DOID_11335<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`pulmonary sarcoidosis`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary sarcoidosis`$children #> list() #> #> $`pulmonary sarcoidosis`$value #> [1] "pulmonary sarcoidosis" #> #> #> $`pulmonary sarcoidosis` #> $`pulmonary sarcoidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13406" #> #> $`pulmonary sarcoidosis`$`_id` #> [1] "DOID_13406<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary sarcoidosis`$privateGeneCount #> [1] 0 #> #> $`pulmonary sarcoidosis`$publicGeneCount #> [1] 40 #> #> $`pulmonary sarcoidosis`$urlId #> [1] "DOID_13406" #> #> $`pulmonary sarcoidosis`$dbPhenotype #> [1] TRUE #> #> $`pulmonary sarcoidosis`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary sarcoidosis`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary sarcoidosis`$children #> list() #> #> $`pulmonary sarcoidosis`$value #> [1] "pulmonary sarcoidosis" #> #> #> $`pulmonary tuberculosis` #> $`pulmonary tuberculosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2957" #> #> $`pulmonary tuberculosis`$`_id` #> [1] "DOID_2957<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`pulmonary tuberculosis`$privateGeneCount #> [1] 0 #> #> $`pulmonary tuberculosis`$publicGeneCount #> [1] 46 #> #> $`pulmonary tuberculosis`$urlId #> [1] "DOID_2957" #> #> $`pulmonary tuberculosis`$dbPhenotype #> [1] TRUE #> #> $`pulmonary tuberculosis`$`_parent` #> [1] "DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`pulmonary tuberculosis`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary tuberculosis`$children #> list() #> #> $`pulmonary tuberculosis`$value #> [1] "pulmonary tuberculosis" #> #> #> $`pulmonary tuberculosis` #> $`pulmonary tuberculosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2957" #> #> $`pulmonary tuberculosis`$`_id` #> [1] "DOID_2957<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary tuberculosis`$privateGeneCount #> [1] 0 #> #> $`pulmonary tuberculosis`$publicGeneCount #> [1] 46 #> #> $`pulmonary tuberculosis`$urlId #> [1] "DOID_2957" #> #> $`pulmonary tuberculosis`$dbPhenotype #> [1] TRUE #> #> $`pulmonary tuberculosis`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary tuberculosis`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary tuberculosis`$children #> list() #> #> $`pulmonary tuberculosis`$value #> [1] "pulmonary tuberculosis" #> #> #> $`pulmonary valve disease` #> $`pulmonary valve disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5749" #> #> $`pulmonary valve disease`$`_id` #> [1] "DOID_5749<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary valve disease`$privateGeneCount #> [1] 0 #> #> $`pulmonary valve disease`$publicGeneCount #> [1] 2 #> #> $`pulmonary valve disease`$urlId #> [1] "DOID_5749" #> #> $`pulmonary valve disease`$dbPhenotype #> [1] FALSE #> #> $`pulmonary valve disease`$`_parent` #> [1] "DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary valve disease`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary valve disease`$children #> $`pulmonary valve disease`$children[[1]] #> [1] "DOID_6420<DOID_5749<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`pulmonary valve disease`$value #> [1] "pulmonary valve disease" #> #> #> $`pulmonary valve stenosis` #> $`pulmonary valve stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6420" #> #> $`pulmonary valve stenosis`$`_id` #> [1] "DOID_6420<DOID_5749<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary valve stenosis`$privateGeneCount #> [1] 0 #> #> $`pulmonary valve stenosis`$publicGeneCount #> [1] 2 #> #> $`pulmonary valve stenosis`$urlId #> [1] "DOID_6420" #> #> $`pulmonary valve stenosis`$dbPhenotype #> [1] TRUE #> #> $`pulmonary valve stenosis`$`_parent` #> [1] "DOID_5749<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary valve stenosis`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary valve stenosis`$children #> list() #> #> $`pulmonary valve stenosis`$value #> [1] "pulmonary valve stenosis" #> #> #> $`pulmonary venoocclusive disease` #> $`pulmonary venoocclusive disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5453" #> #> $`pulmonary venoocclusive disease`$`_id` #> [1] "DOID_5453<DOID_6432<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary venoocclusive disease`$privateGeneCount #> [1] 0 #> #> $`pulmonary venoocclusive disease`$publicGeneCount #> [1] 2 #> #> $`pulmonary venoocclusive disease`$urlId #> [1] "DOID_5453" #> #> $`pulmonary venoocclusive disease`$dbPhenotype #> [1] TRUE #> #> $`pulmonary venoocclusive disease`$`_parent` #> [1] "DOID_6432<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary venoocclusive disease`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary venoocclusive disease`$children #> list() #> #> $`pulmonary venoocclusive disease`$value #> [1] "pulmonary venoocclusive disease" #> #> #> $`Punctate cataract` #> $`Punctate cataract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007648" #> #> $`Punctate cataract`$`_id` #> [1] "HP_0007648<HP_0010920<HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Punctate cataract`$privateGeneCount #> [1] 0 #> #> $`Punctate cataract`$publicGeneCount #> [1] 1 #> #> $`Punctate cataract`$urlId #> [1] "HP_0007648" #> #> $`Punctate cataract`$dbPhenotype #> [1] FALSE #> #> $`Punctate cataract`$`_parent` #> [1] "HP_0010920<HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Punctate cataract`$`_is_leaf` #> [1] FALSE #> #> $`Punctate cataract`$children #> $`Punctate cataract`$children[[1]] #> [1] "HP_0007976<HP_0007648<HP_0010920<HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Punctate cataract`$value #> [1] "Punctate cataract" #> #> #> $`pupil disease` #> $`pupil disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_238" #> #> $`pupil disease`$`_id` #> [1] "DOID_238<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`pupil disease`$privateGeneCount #> [1] 0 #> #> $`pupil disease`$publicGeneCount #> [1] 1 #> #> $`pupil disease`$urlId #> [1] "DOID_238" #> #> $`pupil disease`$dbPhenotype #> [1] TRUE #> #> $`pupil disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`pupil disease`$`_is_leaf` #> [1] TRUE #> #> $`pupil disease`$children #> list() #> #> $`pupil disease`$value #> [1] "pupil disease" #> #> #> $`purine nucleoside phosphorylase deficiency` #> $`purine nucleoside phosphorylase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5813" #> #> $`purine nucleoside phosphorylase deficiency`$`_id` #> [1] "DOID_5813<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`purine nucleoside phosphorylase deficiency`$privateGeneCount #> [1] 0 #> #> $`purine nucleoside phosphorylase deficiency`$publicGeneCount #> [1] 1 #> #> $`purine nucleoside phosphorylase deficiency`$urlId #> [1] "DOID_5813" #> #> $`purine nucleoside phosphorylase deficiency`$dbPhenotype #> [1] TRUE #> #> $`purine nucleoside phosphorylase deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`purine nucleoside phosphorylase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`purine nucleoside phosphorylase deficiency`$children #> list() #> #> $`purine nucleoside phosphorylase deficiency`$value #> [1] "purine nucleoside phosphorylase deficiency" #> #> #> $`purine nucleoside phosphorylase deficiency` #> $`purine nucleoside phosphorylase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5813" #> #> $`purine nucleoside phosphorylase deficiency`$`_id` #> [1] "DOID_5813<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`purine nucleoside phosphorylase deficiency`$privateGeneCount #> [1] 0 #> #> $`purine nucleoside phosphorylase deficiency`$publicGeneCount #> [1] 1 #> #> $`purine nucleoside phosphorylase deficiency`$urlId #> [1] "DOID_5813" #> #> $`purine nucleoside phosphorylase deficiency`$dbPhenotype #> [1] TRUE #> #> $`purine nucleoside phosphorylase deficiency`$`_parent` #> [1] "DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`purine nucleoside phosphorylase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`purine nucleoside phosphorylase deficiency`$children #> list() #> #> $`purine nucleoside phosphorylase deficiency`$value #> [1] "purine nucleoside phosphorylase deficiency" #> #> #> $`purine-pyrimidine metabolic disorder` #> $`purine-pyrimidine metabolic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_653" #> #> $`purine-pyrimidine metabolic disorder`$`_id` #> [1] "DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> $`purine-pyrimidine metabolic disorder`$privateGeneCount #> [1] 0 #> #> $`purine-pyrimidine metabolic disorder`$publicGeneCount #> [1] 9 #> #> $`purine-pyrimidine metabolic disorder`$urlId #> [1] "DOID_653" #> #> $`purine-pyrimidine metabolic disorder`$dbPhenotype #> [1] TRUE #> #> $`purine-pyrimidine metabolic disorder`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`purine-pyrimidine metabolic disorder`$`_is_leaf` #> [1] FALSE #> #> $`purine-pyrimidine metabolic disorder`$children #> $`purine-pyrimidine metabolic disorder`$children[[1]] #> [1] "DOID_14218<DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> $`purine-pyrimidine metabolic disorder`$children[[2]] #> [1] "DOID_1919<DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> $`purine-pyrimidine metabolic disorder`$children[[3]] #> [1] "DOID_0060236<DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> #> $`purine-pyrimidine metabolic disorder`$value #> [1] "purine-pyrimidine metabolic disorder" #> #> #> $purpura #> $purpura$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3326" #> #> $purpura$`_id` #> [1] "DOID_3326<DOID_2213<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $purpura$privateGeneCount #> [1] 0 #> #> $purpura$publicGeneCount #> [1] 3 #> #> $purpura$urlId #> [1] "DOID_3326" #> #> $purpura$dbPhenotype #> [1] TRUE #> #> $purpura$`_parent` #> [1] "DOID_2213<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $purpura$`_is_leaf` #> [1] TRUE #> #> $purpura$children #> list() #> #> $purpura$value #> [1] "purpura" #> #> #> $`pustulosis of palm and sole` #> $`pustulosis of palm and sole`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4398" #> #> $`pustulosis of palm and sole`$`_id` #> [1] "DOID_4398<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pustulosis of palm and sole`$privateGeneCount #> [1] 0 #> #> $`pustulosis of palm and sole`$publicGeneCount #> [1] 114 #> #> $`pustulosis of palm and sole`$urlId #> [1] "DOID_4398" #> #> $`pustulosis of palm and sole`$dbPhenotype #> [1] TRUE #> #> $`pustulosis of palm and sole`$`_parent` #> [1] "DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pustulosis of palm and sole`$`_is_leaf` #> [1] TRUE #> #> $`pustulosis of palm and sole`$children #> list() #> #> $`pustulosis of palm and sole`$value #> [1] "pustulosis of palm and sole" #> #> #> $pycnodysostosis #> $pycnodysostosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080038" #> #> $pycnodysostosis$`_id` #> [1] "DOID_0080038<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $pycnodysostosis$privateGeneCount #> [1] 0 #> #> $pycnodysostosis$publicGeneCount #> [1] 2 #> #> $pycnodysostosis$urlId #> [1] "DOID_0080038" #> #> $pycnodysostosis$dbPhenotype #> [1] TRUE #> #> $pycnodysostosis$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $pycnodysostosis$`_is_leaf` #> [1] TRUE #> #> $pycnodysostosis$children #> list() #> #> $pycnodysostosis$value #> [1] "pycnodysostosis" #> #> #> $pycnodysostosis #> $pycnodysostosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080038" #> #> $pycnodysostosis$`_id` #> [1] "DOID_0080038<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pycnodysostosis$privateGeneCount #> [1] 0 #> #> $pycnodysostosis$publicGeneCount #> [1] 2 #> #> $pycnodysostosis$urlId #> [1] "DOID_0080038" #> #> $pycnodysostosis$dbPhenotype #> [1] TRUE #> #> $pycnodysostosis$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pycnodysostosis$`_is_leaf` #> [1] TRUE #> #> $pycnodysostosis$children #> list() #> #> $pycnodysostosis$value #> [1] "pycnodysostosis" #> #> #> $pyelitis #> $pyelitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2744" #> #> $pyelitis$`_id` #> [1] "DOID_2744<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $pyelitis$privateGeneCount #> [1] 0 #> #> $pyelitis$publicGeneCount #> [1] 11 #> #> $pyelitis$urlId #> [1] "DOID_2744" #> #> $pyelitis$dbPhenotype #> [1] FALSE #> #> $pyelitis$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $pyelitis$`_is_leaf` #> [1] FALSE #> #> $pyelitis$children #> $pyelitis$children[[1]] #> [1] "DOID_11400<DOID_2744<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $pyelitis$value #> [1] "pyelitis" #> #> #> $pyelonephritis #> $pyelonephritis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11400" #> #> $pyelonephritis$`_id` #> [1] "DOID_11400<DOID_2744<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $pyelonephritis$privateGeneCount #> [1] 0 #> #> $pyelonephritis$publicGeneCount #> [1] 11 #> #> $pyelonephritis$urlId #> [1] "DOID_11400" #> #> $pyelonephritis$dbPhenotype #> [1] TRUE #> #> $pyelonephritis$`_parent` #> [1] "DOID_2744<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $pyelonephritis$`_is_leaf` #> [1] TRUE #> #> $pyelonephritis$children #> list() #> #> $pyelonephritis$value #> [1] "pyelonephritis" #> #> #> $`pyloric stenosis` #> $`pyloric stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12639" #> #> $`pyloric stenosis`$`_id` #> [1] "DOID_12639<DOID_3122<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`pyloric stenosis`$privateGeneCount #> [1] 0 #> #> $`pyloric stenosis`$publicGeneCount #> [1] 1 #> #> $`pyloric stenosis`$urlId #> [1] "DOID_12639" #> #> $`pyloric stenosis`$dbPhenotype #> [1] FALSE #> #> $`pyloric stenosis`$`_parent` #> [1] "DOID_3122<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`pyloric stenosis`$`_is_leaf` #> [1] FALSE #> #> $`pyloric stenosis`$children #> $`pyloric stenosis`$children[[1]] #> [1] "DOID_12638<DOID_12639<DOID_3122<DOID_76<DOID_77<DOID_7<DOID_4" #> #> #> $`pyloric stenosis`$value #> [1] "pyloric stenosis" #> #> #> $pyoderma #> $pyoderma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4223" #> #> $pyoderma$`_id` #> [1] "DOID_4223<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $pyoderma$privateGeneCount #> [1] 0 #> #> $pyoderma$publicGeneCount #> [1] 2 #> #> $pyoderma$urlId #> [1] "DOID_4223" #> #> $pyoderma$dbPhenotype #> [1] FALSE #> #> $pyoderma$`_parent` #> [1] "DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $pyoderma$`_is_leaf` #> [1] FALSE #> #> $pyoderma$children #> $pyoderma$children[[1]] #> [1] "DOID_8553<DOID_4223<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $pyoderma$value #> [1] "pyoderma" #> #> #> $`pyoderma gangrenosum` #> $`pyoderma gangrenosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8553" #> #> $`pyoderma gangrenosum`$`_id` #> [1] "DOID_8553<DOID_4223<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pyoderma gangrenosum`$privateGeneCount #> [1] 0 #> #> $`pyoderma gangrenosum`$publicGeneCount #> [1] 2 #> #> $`pyoderma gangrenosum`$urlId #> [1] "DOID_8553" #> #> $`pyoderma gangrenosum`$dbPhenotype #> [1] TRUE #> #> $`pyoderma gangrenosum`$`_parent` #> [1] "DOID_4223<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pyoderma gangrenosum`$`_is_leaf` #> [1] TRUE #> #> $`pyoderma gangrenosum`$children #> list() #> #> $`pyoderma gangrenosum`$value #> [1] "pyoderma gangrenosum" #> #> #> $`pyrimidine metabolic disorder` #> $`pyrimidine metabolic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050832" #> #> $`pyrimidine metabolic disorder`$`_id` #> [1] "DOID_0050832<DOID_655<DOID_0014667<DOID_4" #> #> $`pyrimidine metabolic disorder`$privateGeneCount #> [1] 0 #> #> $`pyrimidine metabolic disorder`$publicGeneCount #> [1] 1 #> #> $`pyrimidine metabolic disorder`$urlId #> [1] "DOID_0050832" #> #> $`pyrimidine metabolic disorder`$dbPhenotype #> [1] FALSE #> #> $`pyrimidine metabolic disorder`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`pyrimidine metabolic disorder`$`_is_leaf` #> [1] FALSE #> #> $`pyrimidine metabolic disorder`$children #> $`pyrimidine metabolic disorder`$children[[1]] #> [1] "DOID_0050833<DOID_0050832<DOID_655<DOID_0014667<DOID_4" #> #> #> $`pyrimidine metabolic disorder`$value #> [1] "pyrimidine metabolic disorder" #> #> #> $Pyropoikilocytosis #> $Pyropoikilocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004839" #> #> $Pyropoikilocytosis$`_id` #> [1] "HP_0004839<HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Pyropoikilocytosis$privateGeneCount #> [1] 0 #> #> $Pyropoikilocytosis$publicGeneCount #> [1] 1 #> #> $Pyropoikilocytosis$urlId #> [1] "HP_0004839" #> #> $Pyropoikilocytosis$dbPhenotype #> [1] TRUE #> #> $Pyropoikilocytosis$`_parent` #> [1] "HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Pyropoikilocytosis$`_is_leaf` #> [1] TRUE #> #> $Pyropoikilocytosis$children #> list() #> #> $Pyropoikilocytosis$value #> [1] "Pyropoikilocytosis" #> #> #> $`pyruvate carboxylase deficiency disease` #> $`pyruvate carboxylase deficiency disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3651" #> #> $`pyruvate carboxylase deficiency disease`$`_id` #> [1] "DOID_3651<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`pyruvate carboxylase deficiency disease`$privateGeneCount #> [1] 0 #> #> $`pyruvate carboxylase deficiency disease`$publicGeneCount #> [1] 2 #> #> $`pyruvate carboxylase deficiency disease`$urlId #> [1] "DOID_3651" #> #> $`pyruvate carboxylase deficiency disease`$dbPhenotype #> [1] TRUE #> #> $`pyruvate carboxylase deficiency disease`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`pyruvate carboxylase deficiency disease`$`_is_leaf` #> [1] TRUE #> #> $`pyruvate carboxylase deficiency disease`$children #> list() #> #> $`pyruvate carboxylase deficiency disease`$value #> [1] "pyruvate carboxylase deficiency disease" #> #> #> $`pyruvate decarboxylase deficiency` #> $`pyruvate decarboxylase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3649" #> #> $`pyruvate decarboxylase deficiency`$`_id` #> [1] "DOID_3649<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`pyruvate decarboxylase deficiency`$privateGeneCount #> [1] 0 #> #> $`pyruvate decarboxylase deficiency`$publicGeneCount #> [1] 6 #> #> $`pyruvate decarboxylase deficiency`$urlId #> [1] "DOID_3649" #> #> $`pyruvate decarboxylase deficiency`$dbPhenotype #> [1] TRUE #> #> $`pyruvate decarboxylase deficiency`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`pyruvate decarboxylase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`pyruvate decarboxylase deficiency`$children #> list() #> #> $`pyruvate decarboxylase deficiency`$value #> [1] "pyruvate decarboxylase deficiency" #> #> #> $`Q fever` #> $`Q fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11100" #> #> $`Q fever`$`_id` #> [1] "DOID_11100<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`Q fever`$privateGeneCount #> [1] 0 #> #> $`Q fever`$publicGeneCount #> [1] 1 #> #> $`Q fever`$urlId #> [1] "DOID_11100" #> #> $`Q fever`$dbPhenotype #> [1] TRUE #> #> $`Q fever`$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`Q fever`$`_is_leaf` #> [1] TRUE #> #> $`Q fever`$children #> list() #> #> $`Q fever`$value #> [1] "Q fever" #> #> #> $quadriplegia #> $quadriplegia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12835" #> #> $quadriplegia$`_id` #> [1] "DOID_12835<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $quadriplegia$privateGeneCount #> [1] 0 #> #> $quadriplegia$publicGeneCount #> [1] 2 #> #> $quadriplegia$urlId #> [1] "DOID_12835" #> #> $quadriplegia$dbPhenotype #> [1] TRUE #> #> $quadriplegia$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $quadriplegia$`_is_leaf` #> [1] TRUE #> #> $quadriplegia$children #> list() #> #> $quadriplegia$value #> [1] "quadriplegia" #> #> #> $`rapadilino syndrome` #> $`rapadilino syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050774" #> #> $`rapadilino syndrome`$`_id` #> [1] "DOID_0050774<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`rapadilino syndrome`$privateGeneCount #> [1] 0 #> #> $`rapadilino syndrome`$publicGeneCount #> [1] 1 #> #> $`rapadilino syndrome`$urlId #> [1] "DOID_0050774" #> #> $`rapadilino syndrome`$dbPhenotype #> [1] TRUE #> #> $`rapadilino syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`rapadilino syndrome`$`_is_leaf` #> [1] TRUE #> #> $`rapadilino syndrome`$children #> list() #> #> $`rapadilino syndrome`$value #> [1] "rapadilino syndrome" #> #> #> $`rapadilino syndrome` #> $`rapadilino syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050774" #> #> $`rapadilino syndrome`$`_id` #> [1] "DOID_0050774<DOID_225<DOID_4" #> #> $`rapadilino syndrome`$privateGeneCount #> [1] 0 #> #> $`rapadilino syndrome`$publicGeneCount #> [1] 1 #> #> $`rapadilino syndrome`$urlId #> [1] "DOID_0050774" #> #> $`rapadilino syndrome`$dbPhenotype #> [1] TRUE #> #> $`rapadilino syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`rapadilino syndrome`$`_is_leaf` #> [1] TRUE #> #> $`rapadilino syndrome`$children #> list() #> #> $`rapadilino syndrome`$value #> [1] "rapadilino syndrome" #> #> #> $`Rapp-Hodgkin syndrome` #> $`Rapp-Hodgkin syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060330" #> #> $`Rapp-Hodgkin syndrome`$`_id` #> [1] "DOID_0060330<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Rapp-Hodgkin syndrome`$privateGeneCount #> [1] 0 #> #> $`Rapp-Hodgkin syndrome`$publicGeneCount #> [1] 1 #> #> $`Rapp-Hodgkin syndrome`$urlId #> [1] "DOID_0060330" #> #> $`Rapp-Hodgkin syndrome`$dbPhenotype #> [1] TRUE #> #> $`Rapp-Hodgkin syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Rapp-Hodgkin syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Rapp-Hodgkin syndrome`$children #> list() #> #> $`Rapp-Hodgkin syndrome`$value #> [1] "Rapp-Hodgkin syndrome" #> #> #> $`Rapp-Hodgkin syndrome` #> $`Rapp-Hodgkin syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060330" #> #> $`Rapp-Hodgkin syndrome`$`_id` #> [1] "DOID_0060330<DOID_2121<DOID_225<DOID_4" #> #> $`Rapp-Hodgkin syndrome`$privateGeneCount #> [1] 0 #> #> $`Rapp-Hodgkin syndrome`$publicGeneCount #> [1] 1 #> #> $`Rapp-Hodgkin syndrome`$urlId #> [1] "DOID_0060330" #> #> $`Rapp-Hodgkin syndrome`$dbPhenotype #> [1] TRUE #> #> $`Rapp-Hodgkin syndrome`$`_parent` #> [1] "DOID_2121<DOID_225<DOID_4" #> #> $`Rapp-Hodgkin syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Rapp-Hodgkin syndrome`$children #> list() #> #> $`Rapp-Hodgkin syndrome`$value #> [1] "Rapp-Hodgkin syndrome" #> #> #> $RASopathy #> $RASopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080690" #> #> $RASopathy$`_id` #> [1] "DOID_0080690<DOID_225<DOID_4" #> #> $RASopathy$privateGeneCount #> [1] 0 #> #> $RASopathy$publicGeneCount #> [1] 14 #> #> $RASopathy$urlId #> [1] "DOID_0080690" #> #> $RASopathy$dbPhenotype #> [1] FALSE #> #> $RASopathy$`_parent` #> [1] "DOID_225<DOID_4" #> #> $RASopathy$`_is_leaf` #> [1] FALSE #> #> $RASopathy$children #> $RASopathy$children[[1]] #> [1] "DOID_0060233<DOID_0080690<DOID_225<DOID_4" #> #> $RASopathy$children[[2]] #> [1] "DOID_0050469<DOID_0080690<DOID_225<DOID_4" #> #> $RASopathy$children[[3]] #> [1] "DOID_3490<DOID_0080690<DOID_225<DOID_4" #> #> $RASopathy$children[[4]] #> [1] "DOID_14291<DOID_0080690<DOID_225<DOID_4" #> #> #> $RASopathy$value #> [1] "RASopathy" #> #> #> $`Raynaud disease` #> $`Raynaud disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10300" #> #> $`Raynaud disease`$`_id` #> [1] "DOID_10300<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Raynaud disease`$privateGeneCount #> [1] 0 #> #> $`Raynaud disease`$publicGeneCount #> [1] 5 #> #> $`Raynaud disease`$urlId #> [1] "DOID_10300" #> #> $`Raynaud disease`$dbPhenotype #> [1] TRUE #> #> $`Raynaud disease`$`_parent` #> [1] "DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Raynaud disease`$`_is_leaf` #> [1] TRUE #> #> $`Raynaud disease`$children #> list() #> #> $`Raynaud disease`$value #> [1] "Raynaud disease" #> #> #> $`reactive arthritis` #> $`reactive arthritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6196" #> #> $`reactive arthritis`$`_id` #> [1] "DOID_6196<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`reactive arthritis`$privateGeneCount #> [1] 0 #> #> $`reactive arthritis`$publicGeneCount #> [1] 5 #> #> $`reactive arthritis`$urlId #> [1] "DOID_6196" #> #> $`reactive arthritis`$dbPhenotype #> [1] TRUE #> #> $`reactive arthritis`$`_parent` #> [1] "DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`reactive arthritis`$`_is_leaf` #> [1] TRUE #> #> $`reactive arthritis`$children #> list() #> #> $`reactive arthritis`$value #> [1] "reactive arthritis" #> #> #> $`reading disorder` #> $`reading disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13365" #> #> $`reading disorder`$`_id` #> [1] "DOID_13365<DOID_8927<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`reading disorder`$privateGeneCount #> [1] 0 #> #> $`reading disorder`$publicGeneCount #> [1] 26 #> #> $`reading disorder`$urlId #> [1] "DOID_13365" #> #> $`reading disorder`$dbPhenotype #> [1] TRUE #> #> $`reading disorder`$`_parent` #> [1] "DOID_8927<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`reading disorder`$`_is_leaf` #> [1] FALSE #> #> $`reading disorder`$children #> $`reading disorder`$children[[1]] #> [1] "DOID_4428<DOID_13365<DOID_8927<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`reading disorder`$value #> [1] "reading disorder" #> #> #> $`rectal benign neoplasm` #> $`rectal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1984" #> #> $`rectal benign neoplasm`$`_id` #> [1] "DOID_1984<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`rectal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`rectal benign neoplasm`$publicGeneCount #> [1] 10 #> #> $`rectal benign neoplasm`$urlId #> [1] "DOID_1984" #> #> $`rectal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`rectal benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`rectal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`rectal benign neoplasm`$children #> list() #> #> $`rectal benign neoplasm`$value #> [1] "rectal benign neoplasm" #> #> #> $`rectal benign neoplasm` #> $`rectal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1984" #> #> $`rectal benign neoplasm`$`_id` #> [1] "DOID_1984<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`rectal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`rectal benign neoplasm`$publicGeneCount #> [1] 10 #> #> $`rectal benign neoplasm`$urlId #> [1] "DOID_1984" #> #> $`rectal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`rectal benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`rectal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`rectal benign neoplasm`$children #> list() #> #> $`rectal benign neoplasm`$value #> [1] "rectal benign neoplasm" #> #> #> $`rectal benign neoplasm` #> $`rectal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1984" #> #> $`rectal benign neoplasm`$`_id` #> [1] "DOID_1984<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`rectal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`rectal benign neoplasm`$publicGeneCount #> [1] 10 #> #> $`rectal benign neoplasm`$urlId #> [1] "DOID_1984" #> #> $`rectal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`rectal benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`rectal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`rectal benign neoplasm`$children #> list() #> #> $`rectal benign neoplasm`$value #> [1] "rectal benign neoplasm" #> #> #> $`rectal disease` #> $`rectal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1285" #> #> $`rectal disease`$`_id` #> [1] "DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`rectal disease`$privateGeneCount #> [1] 0 #> #> $`rectal disease`$publicGeneCount #> [1] 8 #> #> $`rectal disease`$urlId #> [1] "DOID_1285" #> #> $`rectal disease`$dbPhenotype #> [1] TRUE #> #> $`rectal disease`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`rectal disease`$`_is_leaf` #> [1] FALSE #> #> $`rectal disease`$children #> $`rectal disease`$children[[1]] #> [1] "DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`rectal disease`$children[[2]] #> [1] "DOID_3127<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`rectal disease`$value #> [1] "rectal disease" #> #> #> $`rectum cancer` #> $`rectum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1993" #> #> $`rectum cancer`$`_id` #> [1] "DOID_1993<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`rectum cancer`$privateGeneCount #> [1] 0 #> #> $`rectum cancer`$publicGeneCount #> [1] 10 #> #> $`rectum cancer`$urlId #> [1] "DOID_1993" #> #> $`rectum cancer`$dbPhenotype #> [1] TRUE #> #> $`rectum cancer`$`_parent` #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`rectum cancer`$`_is_leaf` #> [1] TRUE #> #> $`rectum cancer`$children #> list() #> #> $`rectum cancer`$value #> [1] "rectum cancer" #> #> #> $`rectum cancer` #> $`rectum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1993" #> #> $`rectum cancer`$`_id` #> [1] "DOID_1993<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`rectum cancer`$privateGeneCount #> [1] 0 #> #> $`rectum cancer`$publicGeneCount #> [1] 10 #> #> $`rectum cancer`$urlId #> [1] "DOID_1993" #> #> $`rectum cancer`$dbPhenotype #> [1] TRUE #> #> $`rectum cancer`$`_parent` #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`rectum cancer`$`_is_leaf` #> [1] TRUE #> #> $`rectum cancer`$children #> list() #> #> $`rectum cancer`$value #> [1] "rectum cancer" #> #> #> $`rectum cancer` #> $`rectum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1993" #> #> $`rectum cancer`$`_id` #> [1] "DOID_1993<DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`rectum cancer`$privateGeneCount #> [1] 0 #> #> $`rectum cancer`$publicGeneCount #> [1] 10 #> #> $`rectum cancer`$urlId #> [1] "DOID_1993" #> #> $`rectum cancer`$dbPhenotype #> [1] TRUE #> #> $`rectum cancer`$`_parent` #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`rectum cancer`$`_is_leaf` #> [1] TRUE #> #> $`rectum cancer`$children #> list() #> #> $`rectum cancer`$value #> [1] "rectum cancer" #> #> #> $`recurrent hypersomnia` #> $`recurrent hypersomnia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8619" #> #> $`recurrent hypersomnia`$`_id` #> [1] "DOID_8619<DOID_535<DOID_150<DOID_4" #> #> $`recurrent hypersomnia`$privateGeneCount #> [1] 0 #> #> $`recurrent hypersomnia`$publicGeneCount #> [1] 3 #> #> $`recurrent hypersomnia`$urlId #> [1] "DOID_8619" #> #> $`recurrent hypersomnia`$dbPhenotype #> [1] TRUE #> #> $`recurrent hypersomnia`$`_parent` #> [1] "DOID_535<DOID_150<DOID_4" #> #> $`recurrent hypersomnia`$`_is_leaf` #> [1] TRUE #> #> $`recurrent hypersomnia`$children #> list() #> #> $`recurrent hypersomnia`$value #> [1] "recurrent hypersomnia" #> #> #> $`Recurrent infection of the gastrointestinal tract` #> $`Recurrent infection of the gastrointestinal tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004798" #> #> $`Recurrent infection of the gastrointestinal tract`$`_id` #> [1] "HP_0004798<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Recurrent infection of the gastrointestinal tract`$privateGeneCount #> [1] 0 #> #> $`Recurrent infection of the gastrointestinal tract`$publicGeneCount #> [1] 2 #> #> $`Recurrent infection of the gastrointestinal tract`$urlId #> [1] "HP_0004798" #> #> $`Recurrent infection of the gastrointestinal tract`$dbPhenotype #> [1] FALSE #> #> $`Recurrent infection of the gastrointestinal tract`$`_parent` #> [1] "HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Recurrent infection of the gastrointestinal tract`$`_is_leaf` #> [1] FALSE #> #> $`Recurrent infection of the gastrointestinal tract`$children #> $`Recurrent infection of the gastrointestinal tract`$children[[1]] #> [1] "HP_0005202<HP_0004798<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Recurrent infection of the gastrointestinal tract`$value #> [1] "Recurrent infection of the gastrointestinal tract" #> #> #> $`Recurrent urinary tract infections` #> $`Recurrent urinary tract infections`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000010" #> #> $`Recurrent urinary tract infections`$`_id` #> [1] "HP_0000010<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Recurrent urinary tract infections`$privateGeneCount #> [1] 0 #> #> $`Recurrent urinary tract infections`$publicGeneCount #> [1] 7 #> #> $`Recurrent urinary tract infections`$urlId #> [1] "HP_0000010" #> #> $`Recurrent urinary tract infections`$dbPhenotype #> [1] TRUE #> #> $`Recurrent urinary tract infections`$`_parent` #> [1] "HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Recurrent urinary tract infections`$`_is_leaf` #> [1] TRUE #> #> $`Recurrent urinary tract infections`$children #> list() #> #> $`Recurrent urinary tract infections`$value #> [1] "Recurrent urinary tract infections" #> #> #> $`red color blindness` #> $`red color blindness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13910" #> #> $`red color blindness`$`_id` #> [1] "DOID_13910<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`red color blindness`$privateGeneCount #> [1] 0 #> #> $`red color blindness`$publicGeneCount #> [1] 7 #> #> $`red color blindness`$urlId #> [1] "DOID_13910" #> #> $`red color blindness`$dbPhenotype #> [1] TRUE #> #> $`red color blindness`$`_parent` #> [1] "DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`red color blindness`$`_is_leaf` #> [1] TRUE #> #> $`red color blindness`$children #> list() #> #> $`red color blindness`$value #> [1] "red color blindness" #> #> #> $`Red hair` #> $`Red hair`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002297" #> #> $`Red hair`$`_id` #> [1] "HP_0002297<HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Red hair`$privateGeneCount #> [1] 0 #> #> $`Red hair`$publicGeneCount #> [1] 4 #> #> $`Red hair`$urlId #> [1] "HP_0002297" #> #> $`Red hair`$dbPhenotype #> [1] TRUE #> #> $`Red hair`$`_parent` #> [1] "HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Red hair`$`_is_leaf` #> [1] TRUE #> #> $`Red hair`$children #> list() #> #> $`Red hair`$value #> [1] "Red hair" #> #> #> $`red-green color blindness` #> $`red-green color blindness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13909" #> #> $`red-green color blindness`$`_id` #> [1] "DOID_13909<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`red-green color blindness`$privateGeneCount #> [1] 0 #> #> $`red-green color blindness`$publicGeneCount #> [1] 7 #> #> $`red-green color blindness`$urlId #> [1] "DOID_13909" #> #> $`red-green color blindness`$dbPhenotype #> [1] TRUE #> #> $`red-green color blindness`$`_parent` #> [1] "DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`red-green color blindness`$`_is_leaf` #> [1] TRUE #> #> $`red-green color blindness`$children #> list() #> #> $`red-green color blindness`$value #> [1] "red-green color blindness" #> #> #> $`Reduced 5-oxoprolinase level` #> $`Reduced 5-oxoprolinase level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040142" #> #> $`Reduced 5-oxoprolinase level`$`_id` #> [1] "HP_0040142<HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Reduced 5-oxoprolinase level`$privateGeneCount #> [1] 0 #> #> $`Reduced 5-oxoprolinase level`$publicGeneCount #> [1] 1 #> #> $`Reduced 5-oxoprolinase level`$urlId #> [1] "HP_0040142" #> #> $`Reduced 5-oxoprolinase level`$dbPhenotype #> [1] TRUE #> #> $`Reduced 5-oxoprolinase level`$`_parent` #> [1] "HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Reduced 5-oxoprolinase level`$`_is_leaf` #> [1] TRUE #> #> $`Reduced 5-oxoprolinase level`$children #> list() #> #> $`Reduced 5-oxoprolinase level`$value #> [1] "Reduced 5-oxoprolinase level" #> #> #> $`Reduced bone mineral density` #> $`Reduced bone mineral density`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004349" #> #> $`Reduced bone mineral density`$`_id` #> [1] "HP_0004349<HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Reduced bone mineral density`$privateGeneCount #> [1] 0 #> #> $`Reduced bone mineral density`$publicGeneCount #> [1] 2 #> #> $`Reduced bone mineral density`$urlId #> [1] "HP_0004349" #> #> $`Reduced bone mineral density`$dbPhenotype #> [1] FALSE #> #> $`Reduced bone mineral density`$`_parent` #> [1] "HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Reduced bone mineral density`$`_is_leaf` #> [1] FALSE #> #> $`Reduced bone mineral density`$children #> $`Reduced bone mineral density`$children[[1]] #> [1] "HP_0002748<HP_0004349<HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Reduced bone mineral density`$value #> [1] "Reduced bone mineral density" #> #> #> $`Reduced consciousness/confusion` #> $`Reduced consciousness/confusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004372" #> #> $`Reduced consciousness/confusion`$`_id` #> [1] "HP_0004372<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Reduced consciousness/confusion`$privateGeneCount #> [1] 0 #> #> $`Reduced consciousness/confusion`$publicGeneCount #> [1] 9 #> #> $`Reduced consciousness/confusion`$urlId #> [1] "HP_0004372" #> #> $`Reduced consciousness/confusion`$dbPhenotype #> [1] FALSE #> #> $`Reduced consciousness/confusion`$`_parent` #> [1] "HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Reduced consciousness/confusion`$`_is_leaf` #> [1] FALSE #> #> $`Reduced consciousness/confusion`$children #> $`Reduced consciousness/confusion`$children[[1]] #> [1] "HP_0001259<HP_0004372<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Reduced consciousness/confusion`$children[[2]] #> [1] "HP_0001254<HP_0004372<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Reduced consciousness/confusion`$value #> [1] "Reduced consciousness/confusion" #> #> #> $`Reduced glutathione synthetase level` #> $`Reduced glutathione synthetase level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003343" #> #> $`Reduced glutathione synthetase level`$`_id` #> [1] "HP_0003343<HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Reduced glutathione synthetase level`$privateGeneCount #> [1] 0 #> #> $`Reduced glutathione synthetase level`$publicGeneCount #> [1] 1 #> #> $`Reduced glutathione synthetase level`$urlId #> [1] "HP_0003343" #> #> $`Reduced glutathione synthetase level`$dbPhenotype #> [1] TRUE #> #> $`Reduced glutathione synthetase level`$`_parent` #> [1] "HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Reduced glutathione synthetase level`$`_is_leaf` #> [1] TRUE #> #> $`Reduced glutathione synthetase level`$children #> list() #> #> $`Reduced glutathione synthetase level`$value #> [1] "Reduced glutathione synthetase level" #> #> #> $`Reduced kininogen activity` #> $`Reduced kininogen activity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005527" #> #> $`Reduced kininogen activity`$`_id` #> [1] "HP_0005527<HP_0005559<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Reduced kininogen activity`$privateGeneCount #> [1] 0 #> #> $`Reduced kininogen activity`$publicGeneCount #> [1] 1 #> #> $`Reduced kininogen activity`$urlId #> [1] "HP_0005527" #> #> $`Reduced kininogen activity`$dbPhenotype #> [1] TRUE #> #> $`Reduced kininogen activity`$`_parent` #> [1] "HP_0005559<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Reduced kininogen activity`$`_is_leaf` #> [1] TRUE #> #> $`Reduced kininogen activity`$children #> list() #> #> $`Reduced kininogen activity`$value #> [1] "Reduced kininogen activity" #> #> #> $`Reduced kininogen activity` #> $`Reduced kininogen activity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005527" #> #> $`Reduced kininogen activity`$`_id` #> [1] "HP_0005527<HP_0010989<HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Reduced kininogen activity`$privateGeneCount #> [1] 0 #> #> $`Reduced kininogen activity`$publicGeneCount #> [1] 1 #> #> $`Reduced kininogen activity`$urlId #> [1] "HP_0005527" #> #> $`Reduced kininogen activity`$dbPhenotype #> [1] TRUE #> #> $`Reduced kininogen activity`$`_parent` #> [1] "HP_0010989<HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Reduced kininogen activity`$`_is_leaf` #> [1] TRUE #> #> $`Reduced kininogen activity`$children #> list() #> #> $`Reduced kininogen activity`$value #> [1] "Reduced kininogen activity" #> #> #> $`reducing body myopathy 1A` #> $`reducing body myopathy 1A`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080090" #> #> $`reducing body myopathy 1A`$`_id` #> [1] "DOID_0080090<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`reducing body myopathy 1A`$privateGeneCount #> [1] 0 #> #> $`reducing body myopathy 1A`$publicGeneCount #> [1] 1 #> #> $`reducing body myopathy 1A`$urlId #> [1] "DOID_0080090" #> #> $`reducing body myopathy 1A`$dbPhenotype #> [1] TRUE #> #> $`reducing body myopathy 1A`$`_parent` #> [1] "DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`reducing body myopathy 1A`$`_is_leaf` #> [1] TRUE #> #> $`reducing body myopathy 1A`$children #> list() #> #> $`reducing body myopathy 1A`$value #> [1] "reducing body myopathy 1A" #> #> #> $`reducing body myopathy 1A` #> $`reducing body myopathy 1A`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080090" #> #> $`reducing body myopathy 1A`$`_id` #> [1] "DOID_0080090<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`reducing body myopathy 1A`$privateGeneCount #> [1] 0 #> #> $`reducing body myopathy 1A`$publicGeneCount #> [1] 1 #> #> $`reducing body myopathy 1A`$urlId #> [1] "DOID_0080090" #> #> $`reducing body myopathy 1A`$dbPhenotype #> [1] TRUE #> #> $`reducing body myopathy 1A`$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`reducing body myopathy 1A`$`_is_leaf` #> [1] TRUE #> #> $`reducing body myopathy 1A`$children #> list() #> #> $`reducing body myopathy 1A`$value #> [1] "reducing body myopathy 1A" #> #> #> $`refractive error` #> $`refractive error`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9835" #> #> $`refractive error`$`_id` #> [1] "DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`refractive error`$privateGeneCount #> [1] 0 #> #> $`refractive error`$publicGeneCount #> [1] 76 #> #> $`refractive error`$urlId #> [1] "DOID_9835" #> #> $`refractive error`$dbPhenotype #> [1] TRUE #> #> $`refractive error`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`refractive error`$`_is_leaf` #> [1] FALSE #> #> $`refractive error`$children #> $`refractive error`$children[[1]] #> [1] "DOID_12273<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`refractive error`$children[[2]] #> [1] "DOID_11782<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`refractive error`$children[[3]] #> [1] "DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`refractive error`$children[[4]] #> [1] "DOID_11830<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`refractive error`$value #> [1] "refractive error" #> #> #> $`Refsum disease` #> $`Refsum disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10582" #> #> $`Refsum disease`$`_id` #> [1] "DOID_10582<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`Refsum disease`$privateGeneCount #> [1] 0 #> #> $`Refsum disease`$publicGeneCount #> [1] 3 #> #> $`Refsum disease`$urlId #> [1] "DOID_10582" #> #> $`Refsum disease`$dbPhenotype #> [1] TRUE #> #> $`Refsum disease`$`_parent` #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`Refsum disease`$`_is_leaf` #> [1] TRUE #> #> $`Refsum disease`$children #> list() #> #> $`Refsum disease`$value #> [1] "Refsum disease" #> #> #> $`Regional abnormality of skin` #> $`Regional abnormality of skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011356" #> #> $`Regional abnormality of skin`$`_id` #> [1] "HP_0011356<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Regional abnormality of skin`$privateGeneCount #> [1] 0 #> #> $`Regional abnormality of skin`$publicGeneCount #> [1] 1 #> #> $`Regional abnormality of skin`$urlId #> [1] "HP_0011356" #> #> $`Regional abnormality of skin`$dbPhenotype #> [1] FALSE #> #> $`Regional abnormality of skin`$`_parent` #> [1] "HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Regional abnormality of skin`$`_is_leaf` #> [1] FALSE #> #> $`Regional abnormality of skin`$children #> $`Regional abnormality of skin`$children[[1]] #> [1] "HP_0007477<HP_0011356<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Regional abnormality of skin`$value #> [1] "Regional abnormality of skin" #> #> #> $`Reis-Bucklers corneal dystrophy` #> $`Reis-Bucklers corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060453" #> #> $`Reis-Bucklers corneal dystrophy`$`_id` #> [1] "DOID_0060453<DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Reis-Bucklers corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`Reis-Bucklers corneal dystrophy`$publicGeneCount #> [1] 1 #> #> $`Reis-Bucklers corneal dystrophy`$urlId #> [1] "DOID_0060453" #> #> $`Reis-Bucklers corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Reis-Bucklers corneal dystrophy`$`_parent` #> [1] "DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Reis-Bucklers corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Reis-Bucklers corneal dystrophy`$children #> list() #> #> $`Reis-Bucklers corneal dystrophy`$value #> [1] "Reis-Bucklers corneal dystrophy" #> #> #> $`relapsing-remitting multiple sclerosis` #> $`relapsing-remitting multiple sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2378" #> #> $`relapsing-remitting multiple sclerosis`$`_id` #> [1] "DOID_2378<DOID_2377<DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`relapsing-remitting multiple sclerosis`$privateGeneCount #> [1] 0 #> #> $`relapsing-remitting multiple sclerosis`$publicGeneCount #> [1] 13 #> #> $`relapsing-remitting multiple sclerosis`$urlId #> [1] "DOID_2378" #> #> $`relapsing-remitting multiple sclerosis`$dbPhenotype #> [1] TRUE #> #> $`relapsing-remitting multiple sclerosis`$`_parent` #> [1] "DOID_2377<DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`relapsing-remitting multiple sclerosis`$`_is_leaf` #> [1] TRUE #> #> $`relapsing-remitting multiple sclerosis`$children #> list() #> #> $`relapsing-remitting multiple sclerosis`$value #> [1] "relapsing-remitting multiple sclerosis" #> #> #> $`relapsing-remitting multiple sclerosis` #> $`relapsing-remitting multiple sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2378" #> #> $`relapsing-remitting multiple sclerosis`$`_id` #> [1] "DOID_2378<DOID_2377<DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`relapsing-remitting multiple sclerosis`$privateGeneCount #> [1] 0 #> #> $`relapsing-remitting multiple sclerosis`$publicGeneCount #> [1] 13 #> #> $`relapsing-remitting multiple sclerosis`$urlId #> [1] "DOID_2378" #> #> $`relapsing-remitting multiple sclerosis`$dbPhenotype #> [1] TRUE #> #> $`relapsing-remitting multiple sclerosis`$`_parent` #> [1] "DOID_2377<DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`relapsing-remitting multiple sclerosis`$`_is_leaf` #> [1] TRUE #> #> $`relapsing-remitting multiple sclerosis`$children #> list() #> #> $`relapsing-remitting multiple sclerosis`$value #> [1] "relapsing-remitting multiple sclerosis" #> #> #> $`relapsing-remitting multiple sclerosis` #> $`relapsing-remitting multiple sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2378" #> #> $`relapsing-remitting multiple sclerosis`$`_id` #> [1] "DOID_2378<DOID_2377<DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`relapsing-remitting multiple sclerosis`$privateGeneCount #> [1] 0 #> #> $`relapsing-remitting multiple sclerosis`$publicGeneCount #> [1] 13 #> #> $`relapsing-remitting multiple sclerosis`$urlId #> [1] "DOID_2378" #> #> $`relapsing-remitting multiple sclerosis`$dbPhenotype #> [1] TRUE #> #> $`relapsing-remitting multiple sclerosis`$`_parent` #> [1] "DOID_2377<DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`relapsing-remitting multiple sclerosis`$`_is_leaf` #> [1] TRUE #> #> $`relapsing-remitting multiple sclerosis`$children #> list() #> #> $`relapsing-remitting multiple sclerosis`$value #> [1] "relapsing-remitting multiple sclerosis" #> #> #> $`renal agenesis` #> $`renal agenesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14766" #> #> $`renal agenesis`$`_id` #> [1] "DOID_14766<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal agenesis`$privateGeneCount #> [1] 0 #> #> $`renal agenesis`$publicGeneCount #> [1] 3 #> #> $`renal agenesis`$urlId #> [1] "DOID_14766" #> #> $`renal agenesis`$dbPhenotype #> [1] TRUE #> #> $`renal agenesis`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal agenesis`$`_is_leaf` #> [1] TRUE #> #> $`renal agenesis`$children #> list() #> #> $`renal agenesis`$value #> [1] "renal agenesis" #> #> #> $`renal artery disease` #> $`renal artery disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2388" #> #> $`renal artery disease`$`_id` #> [1] "DOID_2388<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`renal artery disease`$privateGeneCount #> [1] 0 #> #> $`renal artery disease`$publicGeneCount #> [1] 2 #> #> $`renal artery disease`$urlId #> [1] "DOID_2388" #> #> $`renal artery disease`$dbPhenotype #> [1] FALSE #> #> $`renal artery disease`$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`renal artery disease`$`_is_leaf` #> [1] FALSE #> #> $`renal artery disease`$children #> $`renal artery disease`$children[[1]] #> [1] "DOID_2972<DOID_2388<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`renal artery disease`$value #> [1] "renal artery disease" #> #> #> $`renal artery obstruction` #> $`renal artery obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2972" #> #> $`renal artery obstruction`$`_id` #> [1] "DOID_2972<DOID_2388<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`renal artery obstruction`$privateGeneCount #> [1] 0 #> #> $`renal artery obstruction`$publicGeneCount #> [1] 2 #> #> $`renal artery obstruction`$urlId #> [1] "DOID_2972" #> #> $`renal artery obstruction`$dbPhenotype #> [1] TRUE #> #> $`renal artery obstruction`$`_parent` #> [1] "DOID_2388<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`renal artery obstruction`$`_is_leaf` #> [1] TRUE #> #> $`renal artery obstruction`$children #> list() #> #> $`renal artery obstruction`$value #> [1] "renal artery obstruction" #> #> #> $`renal carcinoma` #> $`renal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4451" #> #> $`renal carcinoma`$`_id` #> [1] "DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`renal carcinoma`$privateGeneCount #> [1] 0 #> #> $`renal carcinoma`$publicGeneCount #> [1] 271 #> #> $`renal carcinoma`$urlId #> [1] "DOID_4451" #> #> $`renal carcinoma`$dbPhenotype #> [1] FALSE #> #> $`renal carcinoma`$`_parent` #> [1] "DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`renal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`renal carcinoma`$children #> $`renal carcinoma`$children[[1]] #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`renal carcinoma`$value #> [1] "renal carcinoma" #> #> #> $`renal carcinoma` #> $`renal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4451" #> #> $`renal carcinoma`$`_id` #> [1] "DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`renal carcinoma`$privateGeneCount #> [1] 0 #> #> $`renal carcinoma`$publicGeneCount #> [1] 271 #> #> $`renal carcinoma`$urlId #> [1] "DOID_4451" #> #> $`renal carcinoma`$dbPhenotype #> [1] FALSE #> #> $`renal carcinoma`$`_parent` #> [1] "DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`renal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`renal carcinoma`$children #> $`renal carcinoma`$children[[1]] #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> #> $`renal carcinoma`$value #> [1] "renal carcinoma" #> #> #> $`renal carcinoma` #> $`renal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4451" #> #> $`renal carcinoma`$`_id` #> [1] "DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal carcinoma`$privateGeneCount #> [1] 0 #> #> $`renal carcinoma`$publicGeneCount #> [1] 271 #> #> $`renal carcinoma`$urlId #> [1] "DOID_4451" #> #> $`renal carcinoma`$dbPhenotype #> [1] FALSE #> #> $`renal carcinoma`$`_parent` #> [1] "DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`renal carcinoma`$children #> $`renal carcinoma`$children[[1]] #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`renal carcinoma`$value #> [1] "renal carcinoma" #> #> #> $`renal carcinoma` #> $`renal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4451" #> #> $`renal carcinoma`$`_id` #> [1] "DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`renal carcinoma`$privateGeneCount #> [1] 0 #> #> $`renal carcinoma`$publicGeneCount #> [1] 271 #> #> $`renal carcinoma`$urlId #> [1] "DOID_4451" #> #> $`renal carcinoma`$dbPhenotype #> [1] FALSE #> #> $`renal carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`renal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`renal carcinoma`$children #> $`renal carcinoma`$children[[1]] #> [1] "DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`renal carcinoma`$value #> [1] "renal carcinoma" #> #> #> $`renal cell carcinoma` #> $`renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4450" #> #> $`renal cell carcinoma`$`_id` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`renal cell carcinoma`$publicGeneCount #> [1] 271 #> #> $`renal cell carcinoma`$urlId #> [1] "DOID_4450" #> #> $`renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`renal cell carcinoma`$`_parent` #> [1] "DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`renal cell carcinoma`$children #> $`renal cell carcinoma`$children[[1]] #> [1] "DOID_4471<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$children[[2]] #> [1] "DOID_4467<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$children[[3]] #> [1] "DOID_4464<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$children[[4]] #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$children[[5]] #> [1] "DOID_4465<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$children[[6]] #> [1] "DOID_4473<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`renal cell carcinoma`$value #> [1] "renal cell carcinoma" #> #> #> $`renal cell carcinoma` #> $`renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4450" #> #> $`renal cell carcinoma`$`_id` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`renal cell carcinoma`$publicGeneCount #> [1] 271 #> #> $`renal cell carcinoma`$urlId #> [1] "DOID_4450" #> #> $`renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`renal cell carcinoma`$`_parent` #> [1] "DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`renal cell carcinoma`$children #> $`renal cell carcinoma`$children[[1]] #> [1] "DOID_4471<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$children[[2]] #> [1] "DOID_4467<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$children[[3]] #> [1] "DOID_4464<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$children[[4]] #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$children[[5]] #> [1] "DOID_4465<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$children[[6]] #> [1] "DOID_4473<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> #> $`renal cell carcinoma`$value #> [1] "renal cell carcinoma" #> #> #> $`renal cell carcinoma` #> $`renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4450" #> #> $`renal cell carcinoma`$`_id` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`renal cell carcinoma`$publicGeneCount #> [1] 271 #> #> $`renal cell carcinoma`$urlId #> [1] "DOID_4450" #> #> $`renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`renal cell carcinoma`$`_parent` #> [1] "DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`renal cell carcinoma`$children #> $`renal cell carcinoma`$children[[1]] #> [1] "DOID_4471<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$children[[2]] #> [1] "DOID_4467<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$children[[3]] #> [1] "DOID_4464<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$children[[4]] #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$children[[5]] #> [1] "DOID_4465<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$children[[6]] #> [1] "DOID_4473<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`renal cell carcinoma`$value #> [1] "renal cell carcinoma" #> #> #> $`renal cell carcinoma` #> $`renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4450" #> #> $`renal cell carcinoma`$`_id` #> [1] "DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`renal cell carcinoma`$publicGeneCount #> [1] 271 #> #> $`renal cell carcinoma`$urlId #> [1] "DOID_4450" #> #> $`renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`renal cell carcinoma`$`_parent` #> [1] "DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`renal cell carcinoma`$children #> $`renal cell carcinoma`$children[[1]] #> [1] "DOID_4471<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$children[[2]] #> [1] "DOID_4467<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$children[[3]] #> [1] "DOID_4464<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$children[[4]] #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$children[[5]] #> [1] "DOID_4465<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$children[[6]] #> [1] "DOID_4473<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`renal cell carcinoma`$value #> [1] "renal cell carcinoma" #> #> #> $`Renal cyst` #> $`Renal cyst`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000107" #> #> $`Renal cyst`$`_id` #> [1] "HP_0000107<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal cyst`$privateGeneCount #> [1] 0 #> #> $`Renal cyst`$publicGeneCount #> [1] 2 #> #> $`Renal cyst`$urlId #> [1] "HP_0000107" #> #> $`Renal cyst`$dbPhenotype #> [1] FALSE #> #> $`Renal cyst`$`_parent` #> [1] "HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal cyst`$`_is_leaf` #> [1] FALSE #> #> $`Renal cyst`$children #> $`Renal cyst`$children[[1]] #> [1] "HP_0000800<HP_0000107<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal cyst`$children[[2]] #> [1] "HP_0000003<HP_0000107<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Renal cyst`$value #> [1] "Renal cyst" #> #> #> $`Renal dysplasia` #> $`Renal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000110" #> #> $`Renal dysplasia`$`_id` #> [1] "HP_0000110<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal dysplasia`$privateGeneCount #> [1] 0 #> #> $`Renal dysplasia`$publicGeneCount #> [1] 1 #> #> $`Renal dysplasia`$urlId #> [1] "HP_0000110" #> #> $`Renal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Renal dysplasia`$`_parent` #> [1] "HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Renal dysplasia`$children #> list() #> #> $`Renal dysplasia`$value #> [1] "Renal dysplasia" #> #> #> $`renal glycosuria` #> $`renal glycosuria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9432" #> #> $`renal glycosuria`$`_id` #> [1] "DOID_9432<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal glycosuria`$privateGeneCount #> [1] 0 #> #> $`renal glycosuria`$publicGeneCount #> [1] 1 #> #> $`renal glycosuria`$urlId #> [1] "DOID_9432" #> #> $`renal glycosuria`$dbPhenotype #> [1] TRUE #> #> $`renal glycosuria`$`_parent` #> [1] "DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal glycosuria`$`_is_leaf` #> [1] TRUE #> #> $`renal glycosuria`$children #> list() #> #> $`renal glycosuria`$value #> [1] "renal glycosuria" #> #> #> $`renal hypertension` #> $`renal hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1073" #> #> $`renal hypertension`$`_id` #> [1] "DOID_1073<DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`renal hypertension`$privateGeneCount #> [1] 0 #> #> $`renal hypertension`$publicGeneCount #> [1] 16 #> #> $`renal hypertension`$urlId #> [1] "DOID_1073" #> #> $`renal hypertension`$dbPhenotype #> [1] TRUE #> #> $`renal hypertension`$`_parent` #> [1] "DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`renal hypertension`$`_is_leaf` #> [1] FALSE #> #> $`renal hypertension`$children #> $`renal hypertension`$children[[1]] #> [1] "DOID_11664<DOID_1073<DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`renal hypertension`$children[[2]] #> [1] "DOID_1591<DOID_1073<DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`renal hypertension`$value #> [1] "renal hypertension" #> #> #> $`renal hypertension` #> $`renal hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1073" #> #> $`renal hypertension`$`_id` #> [1] "DOID_1073<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal hypertension`$privateGeneCount #> [1] 0 #> #> $`renal hypertension`$publicGeneCount #> [1] 16 #> #> $`renal hypertension`$urlId #> [1] "DOID_1073" #> #> $`renal hypertension`$dbPhenotype #> [1] TRUE #> #> $`renal hypertension`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal hypertension`$`_is_leaf` #> [1] FALSE #> #> $`renal hypertension`$children #> $`renal hypertension`$children[[1]] #> [1] "DOID_11664<DOID_1073<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal hypertension`$children[[2]] #> [1] "DOID_1591<DOID_1073<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`renal hypertension`$value #> [1] "renal hypertension" #> #> #> $`Renal insufficiency` #> $`Renal insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000083" #> #> $`Renal insufficiency`$`_id` #> [1] "HP_0000083<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal insufficiency`$privateGeneCount #> [1] 0 #> #> $`Renal insufficiency`$publicGeneCount #> [1] 77 #> #> $`Renal insufficiency`$urlId #> [1] "HP_0000083" #> #> $`Renal insufficiency`$dbPhenotype #> [1] FALSE #> #> $`Renal insufficiency`$`_parent` #> [1] "HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal insufficiency`$`_is_leaf` #> [1] FALSE #> #> $`Renal insufficiency`$children #> $`Renal insufficiency`$children[[1]] #> [1] "HP_0001919<HP_0000083<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Renal insufficiency`$value #> [1] "Renal insufficiency" #> #> #> $`Renal insufficiency` #> $`Renal insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000083" #> #> $`Renal insufficiency`$`_id` #> [1] "HP_0000083<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal insufficiency`$privateGeneCount #> [1] 0 #> #> $`Renal insufficiency`$publicGeneCount #> [1] 77 #> #> $`Renal insufficiency`$urlId #> [1] "HP_0000083" #> #> $`Renal insufficiency`$dbPhenotype #> [1] FALSE #> #> $`Renal insufficiency`$`_parent` #> [1] "HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal insufficiency`$`_is_leaf` #> [1] FALSE #> #> $`Renal insufficiency`$children #> $`Renal insufficiency`$children[[1]] #> [1] "HP_0001919<HP_0000083<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Renal insufficiency`$value #> [1] "Renal insufficiency" #> #> #> $`Renal neoplasm` #> $`Renal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009726" #> #> $`Renal neoplasm`$`_id` #> [1] "HP_0009726<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal neoplasm`$privateGeneCount #> [1] 0 #> #> $`Renal neoplasm`$publicGeneCount #> [1] 2 #> #> $`Renal neoplasm`$urlId #> [1] "HP_0009726" #> #> $`Renal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`Renal neoplasm`$`_parent` #> [1] "HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`Renal neoplasm`$children #> $`Renal neoplasm`$children[[1]] #> [1] "HP_0011794<HP_0009726<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Renal neoplasm`$value #> [1] "Renal neoplasm" #> #> #> $`Renal neoplasm` #> $`Renal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009726" #> #> $`Renal neoplasm`$`_id` #> [1] "HP_0009726<HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal neoplasm`$privateGeneCount #> [1] 0 #> #> $`Renal neoplasm`$publicGeneCount #> [1] 2 #> #> $`Renal neoplasm`$urlId #> [1] "HP_0009726" #> #> $`Renal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`Renal neoplasm`$`_parent` #> [1] "HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`Renal neoplasm`$children #> $`Renal neoplasm`$children[[1]] #> [1] "HP_0011794<HP_0009726<HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Renal neoplasm`$value #> [1] "Renal neoplasm" #> #> #> $`renal oncocytoma` #> $`renal oncocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6245" #> #> $`renal oncocytoma`$`_id` #> [1] "DOID_6245<DOID_3116<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal oncocytoma`$privateGeneCount #> [1] 0 #> #> $`renal oncocytoma`$publicGeneCount #> [1] 1 #> #> $`renal oncocytoma`$urlId #> [1] "DOID_6245" #> #> $`renal oncocytoma`$dbPhenotype #> [1] TRUE #> #> $`renal oncocytoma`$`_parent` #> [1] "DOID_3116<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal oncocytoma`$`_is_leaf` #> [1] TRUE #> #> $`renal oncocytoma`$children #> list() #> #> $`renal oncocytoma`$value #> [1] "renal oncocytoma" #> #> #> $`renal oncocytoma` #> $`renal oncocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6245" #> #> $`renal oncocytoma`$`_id` #> [1] "DOID_6245<DOID_3116<DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`renal oncocytoma`$privateGeneCount #> [1] 0 #> #> $`renal oncocytoma`$publicGeneCount #> [1] 1 #> #> $`renal oncocytoma`$urlId #> [1] "DOID_6245" #> #> $`renal oncocytoma`$dbPhenotype #> [1] TRUE #> #> $`renal oncocytoma`$`_parent` #> [1] "DOID_3116<DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`renal oncocytoma`$`_is_leaf` #> [1] TRUE #> #> $`renal oncocytoma`$children #> list() #> #> $`renal oncocytoma`$value #> [1] "renal oncocytoma" #> #> #> $`renal oncocytoma` #> $`renal oncocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6245" #> #> $`renal oncocytoma`$`_id` #> [1] "DOID_6245<DOID_3116<DOID_731<DOID_18<DOID_7<DOID_4" #> #> $`renal oncocytoma`$privateGeneCount #> [1] 0 #> #> $`renal oncocytoma`$publicGeneCount #> [1] 1 #> #> $`renal oncocytoma`$urlId #> [1] "DOID_6245" #> #> $`renal oncocytoma`$dbPhenotype #> [1] TRUE #> #> $`renal oncocytoma`$`_parent` #> [1] "DOID_3116<DOID_731<DOID_18<DOID_7<DOID_4" #> #> $`renal oncocytoma`$`_is_leaf` #> [1] TRUE #> #> $`renal oncocytoma`$children #> list() #> #> $`renal oncocytoma`$value #> [1] "renal oncocytoma" #> #> #> $`renal osteodystrophy` #> $`renal osteodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13068" #> #> $`renal osteodystrophy`$`_id` #> [1] "DOID_13068<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal osteodystrophy`$privateGeneCount #> [1] 0 #> #> $`renal osteodystrophy`$publicGeneCount #> [1] 1 #> #> $`renal osteodystrophy`$urlId #> [1] "DOID_13068" #> #> $`renal osteodystrophy`$dbPhenotype #> [1] TRUE #> #> $`renal osteodystrophy`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal osteodystrophy`$`_is_leaf` #> [1] TRUE #> #> $`renal osteodystrophy`$children #> list() #> #> $`renal osteodystrophy`$value #> [1] "renal osteodystrophy" #> #> #> $`renal tuberculosis` #> $`renal tuberculosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9733" #> #> $`renal tuberculosis`$`_id` #> [1] "DOID_9733<DOID_2149<DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`renal tuberculosis`$privateGeneCount #> [1] 0 #> #> $`renal tuberculosis`$publicGeneCount #> [1] 1 #> #> $`renal tuberculosis`$urlId #> [1] "DOID_9733" #> #> $`renal tuberculosis`$dbPhenotype #> [1] TRUE #> #> $`renal tuberculosis`$`_parent` #> [1] "DOID_2149<DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`renal tuberculosis`$`_is_leaf` #> [1] TRUE #> #> $`renal tuberculosis`$children #> list() #> #> $`renal tuberculosis`$value #> [1] "renal tuberculosis" #> #> #> $`renal tuberculosis` #> $`renal tuberculosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9733" #> #> $`renal tuberculosis`$`_id` #> [1] "DOID_9733<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tuberculosis`$privateGeneCount #> [1] 0 #> #> $`renal tuberculosis`$publicGeneCount #> [1] 1 #> #> $`renal tuberculosis`$urlId #> [1] "DOID_9733" #> #> $`renal tuberculosis`$dbPhenotype #> [1] TRUE #> #> $`renal tuberculosis`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tuberculosis`$`_is_leaf` #> [1] TRUE #> #> $`renal tuberculosis`$children #> list() #> #> $`renal tuberculosis`$value #> [1] "renal tuberculosis" #> #> #> $`renal tubular acidosis` #> $`renal tubular acidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14219" #> #> $`renal tubular acidosis`$`_id` #> [1] "DOID_14219<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular acidosis`$privateGeneCount #> [1] 0 #> #> $`renal tubular acidosis`$publicGeneCount #> [1] 4 #> #> $`renal tubular acidosis`$urlId #> [1] "DOID_14219" #> #> $`renal tubular acidosis`$dbPhenotype #> [1] TRUE #> #> $`renal tubular acidosis`$`_parent` #> [1] "DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular acidosis`$`_is_leaf` #> [1] TRUE #> #> $`renal tubular acidosis`$children #> list() #> #> $`renal tubular acidosis`$value #> [1] "renal tubular acidosis" #> #> #> $`renal tubular transport disease` #> $`renal tubular transport disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_447" #> #> $`renal tubular transport disease`$`_id` #> [1] "DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular transport disease`$privateGeneCount #> [1] 0 #> #> $`renal tubular transport disease`$publicGeneCount #> [1] 33 #> #> $`renal tubular transport disease`$urlId #> [1] "DOID_447" #> #> $`renal tubular transport disease`$dbPhenotype #> [1] TRUE #> #> $`renal tubular transport disease`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular transport disease`$`_is_leaf` #> [1] FALSE #> #> $`renal tubular transport disease`$children #> $`renal tubular transport disease`$children[[1]] #> [1] "DOID_445<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular transport disease`$children[[2]] #> [1] "DOID_0050699<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular transport disease`$children[[3]] #> [1] "DOID_1062<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular transport disease`$children[[4]] #> [1] "DOID_0050450<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular transport disease`$children[[5]] #> [1] "DOID_0050477<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular transport disease`$children[[6]] #> [1] "DOID_4479<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular transport disease`$children[[7]] #> [1] "DOID_9432<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular transport disease`$children[[8]] #> [1] "DOID_14219<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`renal tubular transport disease`$value #> [1] "renal tubular transport disease" #> #> #> $`renal-hepatic-pancreatic dysplasia` #> $`renal-hepatic-pancreatic dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060259" #> #> $`renal-hepatic-pancreatic dysplasia`$`_id` #> [1] "DOID_0060259<DOID_0080015<DOID_4" #> #> $`renal-hepatic-pancreatic dysplasia`$privateGeneCount #> [1] 0 #> #> $`renal-hepatic-pancreatic dysplasia`$publicGeneCount #> [1] 2 #> #> $`renal-hepatic-pancreatic dysplasia`$urlId #> [1] "DOID_0060259" #> #> $`renal-hepatic-pancreatic dysplasia`$dbPhenotype #> [1] TRUE #> #> $`renal-hepatic-pancreatic dysplasia`$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $`renal-hepatic-pancreatic dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`renal-hepatic-pancreatic dysplasia`$children #> list() #> #> $`renal-hepatic-pancreatic dysplasia`$value #> [1] "renal-hepatic-pancreatic dysplasia" #> #> #> $`Renotubular dysgenesis` #> $`Renotubular dysgenesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008660" #> #> $`Renotubular dysgenesis`$`_id` #> [1] "HP_0008660<HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renotubular dysgenesis`$privateGeneCount #> [1] 0 #> #> $`Renotubular dysgenesis`$publicGeneCount #> [1] 4 #> #> $`Renotubular dysgenesis`$urlId #> [1] "HP_0008660" #> #> $`Renotubular dysgenesis`$dbPhenotype #> [1] TRUE #> #> $`Renotubular dysgenesis`$`_parent` #> [1] "HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renotubular dysgenesis`$`_is_leaf` #> [1] TRUE #> #> $`Renotubular dysgenesis`$children #> list() #> #> $`Renotubular dysgenesis`$value #> [1] "Renotubular dysgenesis" #> #> #> $`renovascular hypertension` #> $`renovascular hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1591" #> #> $`renovascular hypertension`$`_id` #> [1] "DOID_1591<DOID_1073<DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`renovascular hypertension`$privateGeneCount #> [1] 0 #> #> $`renovascular hypertension`$publicGeneCount #> [1] 4 #> #> $`renovascular hypertension`$urlId #> [1] "DOID_1591" #> #> $`renovascular hypertension`$dbPhenotype #> [1] TRUE #> #> $`renovascular hypertension`$`_parent` #> [1] "DOID_1073<DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`renovascular hypertension`$`_is_leaf` #> [1] TRUE #> #> $`renovascular hypertension`$children #> list() #> #> $`renovascular hypertension`$value #> [1] "renovascular hypertension" #> #> #> $`renovascular hypertension` #> $`renovascular hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1591" #> #> $`renovascular hypertension`$`_id` #> [1] "DOID_1591<DOID_1073<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renovascular hypertension`$privateGeneCount #> [1] 0 #> #> $`renovascular hypertension`$publicGeneCount #> [1] 4 #> #> $`renovascular hypertension`$urlId #> [1] "DOID_1591" #> #> $`renovascular hypertension`$dbPhenotype #> [1] TRUE #> #> $`renovascular hypertension`$`_parent` #> [1] "DOID_1073<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renovascular hypertension`$`_is_leaf` #> [1] TRUE #> #> $`renovascular hypertension`$children #> list() #> #> $`renovascular hypertension`$value #> [1] "renovascular hypertension" #> #> #> $`Renpenning syndrome` #> $`Renpenning syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060179" #> #> $`Renpenning syndrome`$`_id` #> [1] "DOID_0060179<DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Renpenning syndrome`$privateGeneCount #> [1] 0 #> #> $`Renpenning syndrome`$publicGeneCount #> [1] 1 #> #> $`Renpenning syndrome`$urlId #> [1] "DOID_0060179" #> #> $`Renpenning syndrome`$dbPhenotype #> [1] TRUE #> #> $`Renpenning syndrome`$`_parent` #> [1] "DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Renpenning syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Renpenning syndrome`$children #> list() #> #> $`Renpenning syndrome`$value #> [1] "Renpenning syndrome" #> #> #> $`Renpenning syndrome` #> $`Renpenning syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060179" #> #> $`Renpenning syndrome`$`_id` #> [1] "DOID_0060179<DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Renpenning syndrome`$privateGeneCount #> [1] 0 #> #> $`Renpenning syndrome`$publicGeneCount #> [1] 1 #> #> $`Renpenning syndrome`$urlId #> [1] "DOID_0060179" #> #> $`Renpenning syndrome`$dbPhenotype #> [1] TRUE #> #> $`Renpenning syndrome`$`_parent` #> [1] "DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Renpenning syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Renpenning syndrome`$children #> list() #> #> $`Renpenning syndrome`$value #> [1] "Renpenning syndrome" #> #> #> $`Renpenning syndrome` #> $`Renpenning syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060179" #> #> $`Renpenning syndrome`$`_id` #> [1] "DOID_0060179<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Renpenning syndrome`$privateGeneCount #> [1] 0 #> #> $`Renpenning syndrome`$publicGeneCount #> [1] 1 #> #> $`Renpenning syndrome`$urlId #> [1] "DOID_0060179" #> #> $`Renpenning syndrome`$dbPhenotype #> [1] TRUE #> #> $`Renpenning syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Renpenning syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Renpenning syndrome`$children #> list() #> #> $`Renpenning syndrome`$value #> [1] "Renpenning syndrome" #> #> #> $`reproductive organ benign neoplasm` #> $`reproductive organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050622" #> #> $`reproductive organ benign neoplasm`$`_id` #> [1] "DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`reproductive organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`reproductive organ benign neoplasm`$publicGeneCount #> [1] 58 #> #> $`reproductive organ benign neoplasm`$urlId #> [1] "DOID_0050622" #> #> $`reproductive organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`reproductive organ benign neoplasm`$`_parent` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`reproductive organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`reproductive organ benign neoplasm`$children #> $`reproductive organ benign neoplasm`$children[[1]] #> [1] "DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`reproductive organ benign neoplasm`$children[[2]] #> [1] "DOID_0060087<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`reproductive organ benign neoplasm`$value #> [1] "reproductive organ benign neoplasm" #> #> #> $`reproductive organ benign neoplasm` #> $`reproductive organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050622" #> #> $`reproductive organ benign neoplasm`$`_id` #> [1] "DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`reproductive organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`reproductive organ benign neoplasm`$publicGeneCount #> [1] 58 #> #> $`reproductive organ benign neoplasm`$urlId #> [1] "DOID_0050622" #> #> $`reproductive organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`reproductive organ benign neoplasm`$`_parent` #> [1] "DOID_15<DOID_7<DOID_4" #> #> $`reproductive organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`reproductive organ benign neoplasm`$children #> $`reproductive organ benign neoplasm`$children[[1]] #> [1] "DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`reproductive organ benign neoplasm`$children[[2]] #> [1] "DOID_0060087<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> #> $`reproductive organ benign neoplasm`$value #> [1] "reproductive organ benign neoplasm" #> #> #> $`reproductive organ cancer` #> $`reproductive organ cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_193" #> #> $`reproductive organ cancer`$`_id` #> [1] "DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`reproductive organ cancer`$privateGeneCount #> [1] 0 #> #> $`reproductive organ cancer`$publicGeneCount #> [1] 935 #> #> $`reproductive organ cancer`$urlId #> [1] "DOID_193" #> #> $`reproductive organ cancer`$dbPhenotype #> [1] FALSE #> #> $`reproductive organ cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`reproductive organ cancer`$`_is_leaf` #> [1] FALSE #> #> $`reproductive organ cancer`$children #> $`reproductive organ cancer`$children[[1]] #> [1] "DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`reproductive organ cancer`$children[[2]] #> [1] "DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`reproductive organ cancer`$children[[3]] #> [1] "DOID_192<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`reproductive organ cancer`$value #> [1] "reproductive organ cancer" #> #> #> $`reproductive system disease` #> $`reproductive system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_15" #> #> $`reproductive system disease`$`_id` #> [1] "DOID_15<DOID_7<DOID_4" #> #> $`reproductive system disease`$privateGeneCount #> [1] 0 #> #> $`reproductive system disease`$publicGeneCount #> [1] 1316 #> #> $`reproductive system disease`$urlId #> [1] "DOID_15" #> #> $`reproductive system disease`$dbPhenotype #> [1] FALSE #> #> $`reproductive system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`reproductive system disease`$`_is_leaf` #> [1] FALSE #> #> $`reproductive system disease`$children #> $`reproductive system disease`$children[[1]] #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`reproductive system disease`$children[[2]] #> [1] "DOID_5223<DOID_15<DOID_7<DOID_4" #> #> $`reproductive system disease`$children[[3]] #> [1] "DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`reproductive system disease`$children[[4]] #> [1] "DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> #> $`reproductive system disease`$value #> [1] "reproductive system disease" #> #> #> $`Resistance to activated protein C` #> $`Resistance to activated protein C`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012175" #> #> $`Resistance to activated protein C`$`_id` #> [1] "HP_0012175<HP_0030780<HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Resistance to activated protein C`$privateGeneCount #> [1] 0 #> #> $`Resistance to activated protein C`$publicGeneCount #> [1] 2 #> #> $`Resistance to activated protein C`$urlId #> [1] "HP_0012175" #> #> $`Resistance to activated protein C`$dbPhenotype #> [1] TRUE #> #> $`Resistance to activated protein C`$`_parent` #> [1] "HP_0030780<HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Resistance to activated protein C`$`_is_leaf` #> [1] TRUE #> #> $`Resistance to activated protein C`$children #> list() #> #> $`Resistance to activated protein C`$value #> [1] "Resistance to activated protein C" #> #> #> $`respiratory failure` #> $`respiratory failure`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11162" #> #> $`respiratory failure`$`_id` #> [1] "DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory failure`$privateGeneCount #> [1] 0 #> #> $`respiratory failure`$publicGeneCount #> [1] 48 #> #> $`respiratory failure`$urlId #> [1] "DOID_11162" #> #> $`respiratory failure`$dbPhenotype #> [1] FALSE #> #> $`respiratory failure`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory failure`$`_is_leaf` #> [1] FALSE #> #> $`respiratory failure`$children #> $`respiratory failure`$children[[1]] #> [1] "DOID_11394<DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory failure`$children[[2]] #> [1] "DOID_12716<DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory failure`$children[[3]] #> [1] "DOID_11396<DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`respiratory failure`$value #> [1] "respiratory failure" #> #> #> $`Respiratory insufficiency` #> $`Respiratory insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002093" #> #> $`Respiratory insufficiency`$`_id` #> [1] "HP_0002093<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Respiratory insufficiency`$privateGeneCount #> [1] 0 #> #> $`Respiratory insufficiency`$publicGeneCount #> [1] 21 #> #> $`Respiratory insufficiency`$urlId #> [1] "HP_0002093" #> #> $`Respiratory insufficiency`$dbPhenotype #> [1] TRUE #> #> $`Respiratory insufficiency`$`_parent` #> [1] "HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Respiratory insufficiency`$`_is_leaf` #> [1] TRUE #> #> $`Respiratory insufficiency`$children #> list() #> #> $`Respiratory insufficiency`$value #> [1] "Respiratory insufficiency" #> #> #> $`respiratory syncytial virus infectious disease` #> $`respiratory syncytial virus infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1273" #> #> $`respiratory syncytial virus infectious disease`$`_id` #> [1] "DOID_1273<DOID_934<DOID_0050117<DOID_4" #> #> $`respiratory syncytial virus infectious disease`$privateGeneCount #> [1] 0 #> #> $`respiratory syncytial virus infectious disease`$publicGeneCount #> [1] 22 #> #> $`respiratory syncytial virus infectious disease`$urlId #> [1] "DOID_1273" #> #> $`respiratory syncytial virus infectious disease`$dbPhenotype #> [1] TRUE #> #> $`respiratory syncytial virus infectious disease`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`respiratory syncytial virus infectious disease`$`_is_leaf` #> [1] TRUE #> #> $`respiratory syncytial virus infectious disease`$children #> list() #> #> $`respiratory syncytial virus infectious disease`$value #> [1] "respiratory syncytial virus infectious disease" #> #> #> $`respiratory system benign neoplasm` #> $`respiratory system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050621" #> #> $`respiratory system benign neoplasm`$`_id` #> [1] "DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`respiratory system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`respiratory system benign neoplasm`$publicGeneCount #> [1] 216 #> #> $`respiratory system benign neoplasm`$urlId #> [1] "DOID_0050621" #> #> $`respiratory system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`respiratory system benign neoplasm`$`_parent` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`respiratory system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`respiratory system benign neoplasm`$children #> $`respiratory system benign neoplasm`$children[[1]] #> [1] "DOID_3906<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`respiratory system benign neoplasm`$children[[2]] #> [1] "DOID_2598<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`respiratory system benign neoplasm`$children[[3]] #> [1] "DOID_3683<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`respiratory system benign neoplasm`$children[[4]] #> [1] "DOID_1350<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`respiratory system benign neoplasm`$value #> [1] "respiratory system benign neoplasm" #> #> #> $`respiratory system benign neoplasm` #> $`respiratory system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050621" #> #> $`respiratory system benign neoplasm`$`_id` #> [1] "DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`respiratory system benign neoplasm`$publicGeneCount #> [1] 216 #> #> $`respiratory system benign neoplasm`$urlId #> [1] "DOID_0050621" #> #> $`respiratory system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`respiratory system benign neoplasm`$`_parent` #> [1] "DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`respiratory system benign neoplasm`$children #> $`respiratory system benign neoplasm`$children[[1]] #> [1] "DOID_3906<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system benign neoplasm`$children[[2]] #> [1] "DOID_2598<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system benign neoplasm`$children[[3]] #> [1] "DOID_3683<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system benign neoplasm`$children[[4]] #> [1] "DOID_1350<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> #> $`respiratory system benign neoplasm`$value #> [1] "respiratory system benign neoplasm" #> #> #> $`respiratory system cancer` #> $`respiratory system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050615" #> #> $`respiratory system cancer`$`_id` #> [1] "DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`respiratory system cancer`$privateGeneCount #> [1] 0 #> #> $`respiratory system cancer`$publicGeneCount #> [1] 285 #> #> $`respiratory system cancer`$urlId #> [1] "DOID_0050615" #> #> $`respiratory system cancer`$dbPhenotype #> [1] FALSE #> #> $`respiratory system cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`respiratory system cancer`$`_is_leaf` #> [1] FALSE #> #> $`respiratory system cancer`$children #> $`respiratory system cancer`$children[[1]] #> [1] "DOID_1325<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`respiratory system cancer`$children[[2]] #> [1] "DOID_2596<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`respiratory system cancer`$children[[3]] #> [1] "DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`respiratory system cancer`$children[[4]] #> [1] "DOID_9261<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`respiratory system cancer`$value #> [1] "respiratory system cancer" #> #> #> $`respiratory system cancer` #> $`respiratory system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050615" #> #> $`respiratory system cancer`$`_id` #> [1] "DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system cancer`$privateGeneCount #> [1] 0 #> #> $`respiratory system cancer`$publicGeneCount #> [1] 285 #> #> $`respiratory system cancer`$urlId #> [1] "DOID_0050615" #> #> $`respiratory system cancer`$dbPhenotype #> [1] FALSE #> #> $`respiratory system cancer`$`_parent` #> [1] "DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system cancer`$`_is_leaf` #> [1] FALSE #> #> $`respiratory system cancer`$children #> $`respiratory system cancer`$children[[1]] #> [1] "DOID_1325<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system cancer`$children[[2]] #> [1] "DOID_2596<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system cancer`$children[[3]] #> [1] "DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system cancer`$children[[4]] #> [1] "DOID_9261<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> #> $`respiratory system cancer`$value #> [1] "respiratory system cancer" #> #> #> $`respiratory system disease` #> $`respiratory system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1579" #> #> $`respiratory system disease`$`_id` #> [1] "DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system disease`$privateGeneCount #> [1] 0 #> #> $`respiratory system disease`$publicGeneCount #> [1] 926 #> #> $`respiratory system disease`$urlId #> [1] "DOID_1579" #> #> $`respiratory system disease`$dbPhenotype #> [1] FALSE #> #> $`respiratory system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`respiratory system disease`$`_is_leaf` #> [1] FALSE #> #> $`respiratory system disease`$children #> $`respiratory system disease`$children[[1]] #> [1] "DOID_11088<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system disease`$children[[2]] #> [1] "DOID_8469<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system disease`$children[[3]] #> [1] "DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system disease`$children[[4]] #> [1] "DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system disease`$children[[5]] #> [1] "DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system disease`$children[[6]] #> [1] "DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $`respiratory system disease`$value #> [1] "respiratory system disease" #> #> #> $`restless legs syndrome` #> $`restless legs syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050425" #> #> $`restless legs syndrome`$`_id` #> [1] "DOID_0050425<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`restless legs syndrome`$privateGeneCount #> [1] 0 #> #> $`restless legs syndrome`$publicGeneCount #> [1] 7 #> #> $`restless legs syndrome`$urlId #> [1] "DOID_0050425" #> #> $`restless legs syndrome`$dbPhenotype #> [1] TRUE #> #> $`restless legs syndrome`$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`restless legs syndrome`$`_is_leaf` #> [1] TRUE #> #> $`restless legs syndrome`$children #> list() #> #> $`restless legs syndrome`$value #> [1] "restless legs syndrome" #> #> #> $`restrictive cardiomyopathy` #> $`restrictive cardiomyopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_397" #> #> $`restrictive cardiomyopathy`$`_id` #> [1] "DOID_397<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`restrictive cardiomyopathy`$privateGeneCount #> [1] 0 #> #> $`restrictive cardiomyopathy`$publicGeneCount #> [1] 13 #> #> $`restrictive cardiomyopathy`$urlId #> [1] "DOID_397" #> #> $`restrictive cardiomyopathy`$dbPhenotype #> [1] TRUE #> #> $`restrictive cardiomyopathy`$`_parent` #> [1] "DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`restrictive cardiomyopathy`$`_is_leaf` #> [1] FALSE #> #> $`restrictive cardiomyopathy`$children #> $`restrictive cardiomyopathy`$children[[1]] #> [1] "DOID_12932<DOID_397<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`restrictive cardiomyopathy`$value #> [1] "restrictive cardiomyopathy" #> #> #> $`reticular dysgenesis` #> $`reticular dysgenesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060020" #> #> $`reticular dysgenesis`$`_id` #> [1] "DOID_0060020<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`reticular dysgenesis`$privateGeneCount #> [1] 0 #> #> $`reticular dysgenesis`$publicGeneCount #> [1] 1 #> #> $`reticular dysgenesis`$urlId #> [1] "DOID_0060020" #> #> $`reticular dysgenesis`$dbPhenotype #> [1] TRUE #> #> $`reticular dysgenesis`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`reticular dysgenesis`$`_is_leaf` #> [1] TRUE #> #> $`reticular dysgenesis`$children #> list() #> #> $`reticular dysgenesis`$value #> [1] "reticular dysgenesis" #> #> #> $`reticular dysgenesis` #> $`reticular dysgenesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060020" #> #> $`reticular dysgenesis`$`_id` #> [1] "DOID_0060020<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`reticular dysgenesis`$privateGeneCount #> [1] 0 #> #> $`reticular dysgenesis`$publicGeneCount #> [1] 1 #> #> $`reticular dysgenesis`$urlId #> [1] "DOID_0060020" #> #> $`reticular dysgenesis`$dbPhenotype #> [1] TRUE #> #> $`reticular dysgenesis`$`_parent` #> [1] "DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`reticular dysgenesis`$`_is_leaf` #> [1] TRUE #> #> $`reticular dysgenesis`$children #> list() #> #> $`reticular dysgenesis`$value #> [1] "reticular dysgenesis" #> #> #> $`reticulate acropigmentation of Kitamura` #> $`reticulate acropigmentation of Kitamura`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060258" #> #> $`reticulate acropigmentation of Kitamura`$`_id` #> [1] "DOID_0060258<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`reticulate acropigmentation of Kitamura`$privateGeneCount #> [1] 0 #> #> $`reticulate acropigmentation of Kitamura`$publicGeneCount #> [1] 1 #> #> $`reticulate acropigmentation of Kitamura`$urlId #> [1] "DOID_0060258" #> #> $`reticulate acropigmentation of Kitamura`$dbPhenotype #> [1] TRUE #> #> $`reticulate acropigmentation of Kitamura`$`_parent` #> [1] "DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`reticulate acropigmentation of Kitamura`$`_is_leaf` #> [1] TRUE #> #> $`reticulate acropigmentation of Kitamura`$children #> list() #> #> $`reticulate acropigmentation of Kitamura`$value #> [1] "reticulate acropigmentation of Kitamura" #> #> #> $Reticulocytosis #> $Reticulocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001923" #> #> $Reticulocytosis$`_id` #> [1] "HP_0001923<HP_0004312<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Reticulocytosis$privateGeneCount #> [1] 0 #> #> $Reticulocytosis$publicGeneCount #> [1] 2 #> #> $Reticulocytosis$urlId #> [1] "HP_0001923" #> #> $Reticulocytosis$dbPhenotype #> [1] TRUE #> #> $Reticulocytosis$`_parent` #> [1] "HP_0004312<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Reticulocytosis$`_is_leaf` #> [1] TRUE #> #> $Reticulocytosis$children #> list() #> #> $Reticulocytosis$value #> [1] "Reticulocytosis" #> #> #> $`reticulohistiocytic granuloma` #> $`reticulohistiocytic granuloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4394" #> #> $`reticulohistiocytic granuloma`$`_id` #> [1] "DOID_4394<DOID_3405<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`reticulohistiocytic granuloma`$privateGeneCount #> [1] 0 #> #> $`reticulohistiocytic granuloma`$publicGeneCount #> [1] 2 #> #> $`reticulohistiocytic granuloma`$urlId #> [1] "DOID_4394" #> #> $`reticulohistiocytic granuloma`$dbPhenotype #> [1] TRUE #> #> $`reticulohistiocytic granuloma`$`_parent` #> [1] "DOID_3405<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`reticulohistiocytic granuloma`$`_is_leaf` #> [1] TRUE #> #> $`reticulohistiocytic granuloma`$children #> list() #> #> $`reticulohistiocytic granuloma`$value #> [1] "reticulohistiocytic granuloma" #> #> #> $reticulosarcoma #> $reticulosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8538" #> #> $reticulosarcoma$`_id` #> [1] "DOID_8538<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $reticulosarcoma$privateGeneCount #> [1] 0 #> #> $reticulosarcoma$publicGeneCount #> [1] 19 #> #> $reticulosarcoma$urlId #> [1] "DOID_8538" #> #> $reticulosarcoma$dbPhenotype #> [1] TRUE #> #> $reticulosarcoma$`_parent` #> [1] "DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $reticulosarcoma$`_is_leaf` #> [1] TRUE #> #> $reticulosarcoma$children #> list() #> #> $reticulosarcoma$value #> [1] "reticulosarcoma" #> #> #> $reticulosarcoma #> $reticulosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8538" #> #> $reticulosarcoma$`_id` #> [1] "DOID_8538<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $reticulosarcoma$privateGeneCount #> [1] 0 #> #> $reticulosarcoma$publicGeneCount #> [1] 19 #> #> $reticulosarcoma$urlId #> [1] "DOID_8538" #> #> $reticulosarcoma$dbPhenotype #> [1] TRUE #> #> $reticulosarcoma$`_parent` #> [1] "DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $reticulosarcoma$`_is_leaf` #> [1] TRUE #> #> $reticulosarcoma$children #> list() #> #> $reticulosarcoma$value #> [1] "reticulosarcoma" #> #> #> $reticulosarcoma #> $reticulosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8538" #> #> $reticulosarcoma$`_id` #> [1] "DOID_8538<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $reticulosarcoma$privateGeneCount #> [1] 0 #> #> $reticulosarcoma$publicGeneCount #> [1] 19 #> #> $reticulosarcoma$urlId #> [1] "DOID_8538" #> #> $reticulosarcoma$dbPhenotype #> [1] TRUE #> #> $reticulosarcoma$`_parent` #> [1] "DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $reticulosarcoma$`_is_leaf` #> [1] TRUE #> #> $reticulosarcoma$children #> list() #> #> $reticulosarcoma$value #> [1] "reticulosarcoma" #> #> #> $`retinal artery occlusion` #> $`retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8483" #> #> $`retinal artery occlusion`$`_id` #> [1] "DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal artery occlusion`$publicGeneCount #> [1] 13 #> #> $`retinal artery occlusion`$urlId #> [1] "DOID_8483" #> #> $`retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`retinal artery occlusion`$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$`_is_leaf` #> [1] FALSE #> #> $`retinal artery occlusion`$children #> $`retinal artery occlusion`$children[[1]] #> [1] "DOID_13094<DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$children[[2]] #> [1] "DOID_13098<DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$children[[3]] #> [1] "DOID_1727<DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`retinal artery occlusion`$value #> [1] "retinal artery occlusion" #> #> #> $`retinal artery occlusion` #> $`retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8483" #> #> $`retinal artery occlusion`$`_id` #> [1] "DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal artery occlusion`$publicGeneCount #> [1] 13 #> #> $`retinal artery occlusion`$urlId #> [1] "DOID_8483" #> #> $`retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`retinal artery occlusion`$`_parent` #> [1] "DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$`_is_leaf` #> [1] FALSE #> #> $`retinal artery occlusion`$children #> $`retinal artery occlusion`$children[[1]] #> [1] "DOID_13094<DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$children[[2]] #> [1] "DOID_13098<DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$children[[3]] #> [1] "DOID_1727<DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`retinal artery occlusion`$value #> [1] "retinal artery occlusion" #> #> #> $`retinal artery occlusion` #> $`retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8483" #> #> $`retinal artery occlusion`$`_id` #> [1] "DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal artery occlusion`$publicGeneCount #> [1] 13 #> #> $`retinal artery occlusion`$urlId #> [1] "DOID_8483" #> #> $`retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`retinal artery occlusion`$`_parent` #> [1] "DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$`_is_leaf` #> [1] FALSE #> #> $`retinal artery occlusion`$children #> $`retinal artery occlusion`$children[[1]] #> [1] "DOID_13094<DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$children[[2]] #> [1] "DOID_13098<DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$children[[3]] #> [1] "DOID_1727<DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal artery occlusion`$value #> [1] "retinal artery occlusion" #> #> #> $`retinal artery occlusion` #> $`retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8483" #> #> $`retinal artery occlusion`$`_id` #> [1] "DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal artery occlusion`$publicGeneCount #> [1] 13 #> #> $`retinal artery occlusion`$urlId #> [1] "DOID_8483" #> #> $`retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`retinal artery occlusion`$`_parent` #> [1] "DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$`_is_leaf` #> [1] FALSE #> #> $`retinal artery occlusion`$children #> $`retinal artery occlusion`$children[[1]] #> [1] "DOID_13094<DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$children[[2]] #> [1] "DOID_13098<DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$children[[3]] #> [1] "DOID_1727<DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`retinal artery occlusion`$value #> [1] "retinal artery occlusion" #> #> #> $`retinal cancer` #> $`retinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4645" #> #> $`retinal cancer`$`_id` #> [1] "DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cancer`$privateGeneCount #> [1] 0 #> #> $`retinal cancer`$publicGeneCount #> [1] 7 #> #> $`retinal cancer`$urlId #> [1] "DOID_4645" #> #> $`retinal cancer`$dbPhenotype #> [1] FALSE #> #> $`retinal cancer`$`_parent` #> [1] "DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`retinal cancer`$children #> $`retinal cancer`$children[[1]] #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal cancer`$value #> [1] "retinal cancer" #> #> #> $`retinal cancer` #> $`retinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4645" #> #> $`retinal cancer`$`_id` #> [1] "DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`retinal cancer`$privateGeneCount #> [1] 0 #> #> $`retinal cancer`$publicGeneCount #> [1] 7 #> #> $`retinal cancer`$urlId #> [1] "DOID_4645" #> #> $`retinal cancer`$dbPhenotype #> [1] FALSE #> #> $`retinal cancer`$`_parent` #> [1] "DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`retinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`retinal cancer`$children #> $`retinal cancer`$children[[1]] #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`retinal cancer`$value #> [1] "retinal cancer" #> #> #> $`retinal cancer` #> $`retinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4645" #> #> $`retinal cancer`$`_id` #> [1] "DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`retinal cancer`$privateGeneCount #> [1] 0 #> #> $`retinal cancer`$publicGeneCount #> [1] 7 #> #> $`retinal cancer`$urlId #> [1] "DOID_4645" #> #> $`retinal cancer`$dbPhenotype #> [1] FALSE #> #> $`retinal cancer`$`_parent` #> [1] "DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`retinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`retinal cancer`$children #> $`retinal cancer`$children[[1]] #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal cancer`$value #> [1] "retinal cancer" #> #> #> $`retinal cancer` #> $`retinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4645" #> #> $`retinal cancer`$`_id` #> [1] "DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cancer`$privateGeneCount #> [1] 0 #> #> $`retinal cancer`$publicGeneCount #> [1] 7 #> #> $`retinal cancer`$urlId #> [1] "DOID_4645" #> #> $`retinal cancer`$dbPhenotype #> [1] FALSE #> #> $`retinal cancer`$`_parent` #> [1] "DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`retinal cancer`$children #> $`retinal cancer`$children[[1]] #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal cancer`$value #> [1] "retinal cancer" #> #> #> $`retinal cancer` #> $`retinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4645" #> #> $`retinal cancer`$`_id` #> [1] "DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cancer`$privateGeneCount #> [1] 0 #> #> $`retinal cancer`$publicGeneCount #> [1] 7 #> #> $`retinal cancer`$urlId #> [1] "DOID_4645" #> #> $`retinal cancer`$dbPhenotype #> [1] FALSE #> #> $`retinal cancer`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`retinal cancer`$children #> $`retinal cancer`$children[[1]] #> [1] "DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal cancer`$value #> [1] "retinal cancer" #> #> #> $`retinal cell cancer` #> $`retinal cell cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_771" #> #> $`retinal cell cancer`$`_id` #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cell cancer`$privateGeneCount #> [1] 0 #> #> $`retinal cell cancer`$publicGeneCount #> [1] 7 #> #> $`retinal cell cancer`$urlId #> [1] "DOID_771" #> #> $`retinal cell cancer`$dbPhenotype #> [1] FALSE #> #> $`retinal cell cancer`$`_parent` #> [1] "DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cell cancer`$`_is_leaf` #> [1] FALSE #> #> $`retinal cell cancer`$children #> $`retinal cell cancer`$children[[1]] #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal cell cancer`$value #> [1] "retinal cell cancer" #> #> #> $`retinal cell cancer` #> $`retinal cell cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_771" #> #> $`retinal cell cancer`$`_id` #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`retinal cell cancer`$privateGeneCount #> [1] 0 #> #> $`retinal cell cancer`$publicGeneCount #> [1] 7 #> #> $`retinal cell cancer`$urlId #> [1] "DOID_771" #> #> $`retinal cell cancer`$dbPhenotype #> [1] FALSE #> #> $`retinal cell cancer`$`_parent` #> [1] "DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`retinal cell cancer`$`_is_leaf` #> [1] FALSE #> #> $`retinal cell cancer`$children #> $`retinal cell cancer`$children[[1]] #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`retinal cell cancer`$value #> [1] "retinal cell cancer" #> #> #> $`retinal cell cancer` #> $`retinal cell cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_771" #> #> $`retinal cell cancer`$`_id` #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`retinal cell cancer`$privateGeneCount #> [1] 0 #> #> $`retinal cell cancer`$publicGeneCount #> [1] 7 #> #> $`retinal cell cancer`$urlId #> [1] "DOID_771" #> #> $`retinal cell cancer`$dbPhenotype #> [1] FALSE #> #> $`retinal cell cancer`$`_parent` #> [1] "DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`retinal cell cancer`$`_is_leaf` #> [1] FALSE #> #> $`retinal cell cancer`$children #> $`retinal cell cancer`$children[[1]] #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal cell cancer`$value #> [1] "retinal cell cancer" #> #> #> $`retinal cell cancer` #> $`retinal cell cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_771" #> #> $`retinal cell cancer`$`_id` #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cell cancer`$privateGeneCount #> [1] 0 #> #> $`retinal cell cancer`$publicGeneCount #> [1] 7 #> #> $`retinal cell cancer`$urlId #> [1] "DOID_771" #> #> $`retinal cell cancer`$dbPhenotype #> [1] FALSE #> #> $`retinal cell cancer`$`_parent` #> [1] "DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cell cancer`$`_is_leaf` #> [1] FALSE #> #> $`retinal cell cancer`$children #> $`retinal cell cancer`$children[[1]] #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal cell cancer`$value #> [1] "retinal cell cancer" #> #> #> $`retinal cell cancer` #> $`retinal cell cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_771" #> #> $`retinal cell cancer`$`_id` #> [1] "DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cell cancer`$privateGeneCount #> [1] 0 #> #> $`retinal cell cancer`$publicGeneCount #> [1] 7 #> #> $`retinal cell cancer`$urlId #> [1] "DOID_771" #> #> $`retinal cell cancer`$dbPhenotype #> [1] FALSE #> #> $`retinal cell cancer`$`_parent` #> [1] "DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cell cancer`$`_is_leaf` #> [1] FALSE #> #> $`retinal cell cancer`$children #> $`retinal cell cancer`$children[[1]] #> [1] "DOID_768<DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal cell cancer`$value #> [1] "retinal cell cancer" #> #> #> $`retinal degeneration` #> $`retinal degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8466" #> #> $`retinal degeneration`$`_id` #> [1] "DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$privateGeneCount #> [1] 0 #> #> $`retinal degeneration`$publicGeneCount #> [1] 182 #> #> $`retinal degeneration`$urlId #> [1] "DOID_8466" #> #> $`retinal degeneration`$dbPhenotype #> [1] TRUE #> #> $`retinal degeneration`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$`_is_leaf` #> [1] FALSE #> #> $`retinal degeneration`$children #> $`retinal degeneration`$children[[1]] #> [1] "DOID_0050664<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$children[[2]] #> [1] "DOID_0050572<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$children[[3]] #> [1] "DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$children[[4]] #> [1] "DOID_10584<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$children[[5]] #> [1] "DOID_8465<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal degeneration`$value #> [1] "retinal degeneration" #> #> #> $`retinal degeneration` #> $`retinal degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8466" #> #> $`retinal degeneration`$`_id` #> [1] "DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$privateGeneCount #> [1] 0 #> #> $`retinal degeneration`$publicGeneCount #> [1] 182 #> #> $`retinal degeneration`$urlId #> [1] "DOID_8466" #> #> $`retinal degeneration`$dbPhenotype #> [1] TRUE #> #> $`retinal degeneration`$`_parent` #> [1] "DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$`_is_leaf` #> [1] FALSE #> #> $`retinal degeneration`$children #> $`retinal degeneration`$children[[1]] #> [1] "DOID_0050664<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$children[[2]] #> [1] "DOID_0050572<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$children[[3]] #> [1] "DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$children[[4]] #> [1] "DOID_10584<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$children[[5]] #> [1] "DOID_8465<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal degeneration`$value #> [1] "retinal degeneration" #> #> #> $`retinal detachment` #> $`retinal detachment`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5327" #> #> $`retinal detachment`$`_id` #> [1] "DOID_5327<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal detachment`$privateGeneCount #> [1] 0 #> #> $`retinal detachment`$publicGeneCount #> [1] 12 #> #> $`retinal detachment`$urlId #> [1] "DOID_5327" #> #> $`retinal detachment`$dbPhenotype #> [1] TRUE #> #> $`retinal detachment`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal detachment`$`_is_leaf` #> [1] TRUE #> #> $`retinal detachment`$children #> list() #> #> $`retinal detachment`$value #> [1] "retinal detachment" #> #> #> $`Retinal detachment` #> $`Retinal detachment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000541" #> #> $`Retinal detachment`$`_id` #> [1] "HP_0000541<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Retinal detachment`$privateGeneCount #> [1] 0 #> #> $`Retinal detachment`$publicGeneCount #> [1] 1 #> #> $`Retinal detachment`$urlId #> [1] "HP_0000541" #> #> $`Retinal detachment`$dbPhenotype #> [1] FALSE #> #> $`Retinal detachment`$`_parent` #> [1] "HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Retinal detachment`$`_is_leaf` #> [1] FALSE #> #> $`Retinal detachment`$children #> $`Retinal detachment`$children[[1]] #> [1] "HP_0012230<HP_0000541<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Retinal detachment`$value #> [1] "Retinal detachment" #> #> #> $`retinal disease` #> $`retinal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5679" #> #> $`retinal disease`$`_id` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$privateGeneCount #> [1] 0 #> #> $`retinal disease`$publicGeneCount #> [1] 309 #> #> $`retinal disease`$urlId #> [1] "DOID_5679" #> #> $`retinal disease`$dbPhenotype #> [1] TRUE #> #> $`retinal disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$`_is_leaf` #> [1] FALSE #> #> $`retinal disease`$children #> $`retinal disease`$children[[1]] #> [1] "DOID_0050335<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[2]] #> [1] "DOID_0050795<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[3]] #> [1] "DOID_11561<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[4]] #> [1] "DOID_14791<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[5]] #> [1] "DOID_9719<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[6]] #> [1] "DOID_8499<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[7]] #> [1] "DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[8]] #> [1] "DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[9]] #> [1] "DOID_5327<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[10]] #> [1] "DOID_6929<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[11]] #> [1] "DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[12]] #> [1] "DOID_3612<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[13]] #> [1] "DOID_13025<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal disease`$value #> [1] "retinal disease" #> #> #> $`retinal drusen` #> $`retinal drusen`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2569" #> #> $`retinal drusen`$`_id` #> [1] "DOID_2569<DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal drusen`$privateGeneCount #> [1] 0 #> #> $`retinal drusen`$publicGeneCount #> [1] 1 #> #> $`retinal drusen`$urlId #> [1] "DOID_2569" #> #> $`retinal drusen`$dbPhenotype #> [1] TRUE #> #> $`retinal drusen`$`_parent` #> [1] "DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal drusen`$`_is_leaf` #> [1] TRUE #> #> $`retinal drusen`$children #> list() #> #> $`retinal drusen`$value #> [1] "retinal drusen" #> #> #> $`retinal drusen` #> $`retinal drusen`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2569" #> #> $`retinal drusen`$`_id` #> [1] "DOID_2569<DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal drusen`$privateGeneCount #> [1] 0 #> #> $`retinal drusen`$publicGeneCount #> [1] 1 #> #> $`retinal drusen`$urlId #> [1] "DOID_2569" #> #> $`retinal drusen`$dbPhenotype #> [1] TRUE #> #> $`retinal drusen`$`_parent` #> [1] "DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal drusen`$`_is_leaf` #> [1] TRUE #> #> $`retinal drusen`$children #> list() #> #> $`retinal drusen`$value #> [1] "retinal drusen" #> #> #> $`Retinal dystrophy` #> $`Retinal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000556" #> #> $`Retinal dystrophy`$`_id` #> [1] "HP_0000556<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Retinal dystrophy`$privateGeneCount #> [1] 0 #> #> $`Retinal dystrophy`$publicGeneCount #> [1] 3 #> #> $`Retinal dystrophy`$urlId #> [1] "HP_0000556" #> #> $`Retinal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Retinal dystrophy`$`_parent` #> [1] "HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Retinal dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`Retinal dystrophy`$children #> $`Retinal dystrophy`$children[[1]] #> [1] "HP_0007754<HP_0000556<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Retinal dystrophy`$value #> [1] "Retinal dystrophy" #> #> #> $`retinal edema` #> $`retinal edema`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6929" #> #> $`retinal edema`$`_id` #> [1] "DOID_6929<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal edema`$privateGeneCount #> [1] 0 #> #> $`retinal edema`$publicGeneCount #> [1] 10 #> #> $`retinal edema`$urlId #> [1] "DOID_6929" #> #> $`retinal edema`$dbPhenotype #> [1] FALSE #> #> $`retinal edema`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal edema`$`_is_leaf` #> [1] FALSE #> #> $`retinal edema`$children #> $`retinal edema`$children[[1]] #> [1] "DOID_4449<DOID_6929<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal edema`$value #> [1] "retinal edema" #> #> #> $`retinal telangiectasia` #> $`retinal telangiectasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7736" #> #> $`retinal telangiectasia`$`_id` #> [1] "DOID_7736<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal telangiectasia`$privateGeneCount #> [1] 0 #> #> $`retinal telangiectasia`$publicGeneCount #> [1] 4 #> #> $`retinal telangiectasia`$urlId #> [1] "DOID_7736" #> #> $`retinal telangiectasia`$dbPhenotype #> [1] FALSE #> #> $`retinal telangiectasia`$`_parent` #> [1] "DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal telangiectasia`$`_is_leaf` #> [1] FALSE #> #> $`retinal telangiectasia`$children #> $`retinal telangiectasia`$children[[1]] #> [1] "DOID_7765<DOID_7736<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`retinal telangiectasia`$value #> [1] "retinal telangiectasia" #> #> #> $`retinal telangiectasia` #> $`retinal telangiectasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7736" #> #> $`retinal telangiectasia`$`_id` #> [1] "DOID_7736<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal telangiectasia`$privateGeneCount #> [1] 0 #> #> $`retinal telangiectasia`$publicGeneCount #> [1] 4 #> #> $`retinal telangiectasia`$urlId #> [1] "DOID_7736" #> #> $`retinal telangiectasia`$dbPhenotype #> [1] FALSE #> #> $`retinal telangiectasia`$`_parent` #> [1] "DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal telangiectasia`$`_is_leaf` #> [1] FALSE #> #> $`retinal telangiectasia`$children #> $`retinal telangiectasia`$children[[1]] #> [1] "DOID_7765<DOID_7736<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal telangiectasia`$value #> [1] "retinal telangiectasia" #> #> #> $`retinal vascular disease` #> $`retinal vascular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2462" #> #> $`retinal vascular disease`$`_id` #> [1] "DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vascular disease`$privateGeneCount #> [1] 0 #> #> $`retinal vascular disease`$publicGeneCount #> [1] 104 #> #> $`retinal vascular disease`$urlId #> [1] "DOID_2462" #> #> $`retinal vascular disease`$dbPhenotype #> [1] FALSE #> #> $`retinal vascular disease`$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vascular disease`$`_is_leaf` #> [1] FALSE #> #> $`retinal vascular disease`$children #> $`retinal vascular disease`$children[[1]] #> [1] "DOID_8947<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vascular disease`$children[[2]] #> [1] "DOID_0050535<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vascular disease`$children[[3]] #> [1] "DOID_7736<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vascular disease`$children[[4]] #> [1] "DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vascular disease`$children[[5]] #> [1] "DOID_11563<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`retinal vascular disease`$value #> [1] "retinal vascular disease" #> #> #> $`retinal vascular disease` #> $`retinal vascular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2462" #> #> $`retinal vascular disease`$`_id` #> [1] "DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vascular disease`$privateGeneCount #> [1] 0 #> #> $`retinal vascular disease`$publicGeneCount #> [1] 104 #> #> $`retinal vascular disease`$urlId #> [1] "DOID_2462" #> #> $`retinal vascular disease`$dbPhenotype #> [1] FALSE #> #> $`retinal vascular disease`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vascular disease`$`_is_leaf` #> [1] FALSE #> #> $`retinal vascular disease`$children #> $`retinal vascular disease`$children[[1]] #> [1] "DOID_8947<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vascular disease`$children[[2]] #> [1] "DOID_0050535<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vascular disease`$children[[3]] #> [1] "DOID_7736<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vascular disease`$children[[4]] #> [1] "DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vascular disease`$children[[5]] #> [1] "DOID_11563<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal vascular disease`$value #> [1] "retinal vascular disease" #> #> #> $`retinal vascular occlusion` #> $`retinal vascular occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1729" #> #> $`retinal vascular occlusion`$`_id` #> [1] "DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vascular occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal vascular occlusion`$publicGeneCount #> [1] 13 #> #> $`retinal vascular occlusion`$urlId #> [1] "DOID_1729" #> #> $`retinal vascular occlusion`$dbPhenotype #> [1] FALSE #> #> $`retinal vascular occlusion`$`_parent` #> [1] "DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vascular occlusion`$`_is_leaf` #> [1] FALSE #> #> $`retinal vascular occlusion`$children #> $`retinal vascular occlusion`$children[[1]] #> [1] "DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`retinal vascular occlusion`$value #> [1] "retinal vascular occlusion" #> #> #> $`retinal vascular occlusion` #> $`retinal vascular occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1729" #> #> $`retinal vascular occlusion`$`_id` #> [1] "DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vascular occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal vascular occlusion`$publicGeneCount #> [1] 13 #> #> $`retinal vascular occlusion`$urlId #> [1] "DOID_1729" #> #> $`retinal vascular occlusion`$dbPhenotype #> [1] FALSE #> #> $`retinal vascular occlusion`$`_parent` #> [1] "DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vascular occlusion`$`_is_leaf` #> [1] FALSE #> #> $`retinal vascular occlusion`$children #> $`retinal vascular occlusion`$children[[1]] #> [1] "DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal vascular occlusion`$value #> [1] "retinal vascular occlusion" #> #> #> $`retinal vascular occlusion` #> $`retinal vascular occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1729" #> #> $`retinal vascular occlusion`$`_id` #> [1] "DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vascular occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal vascular occlusion`$publicGeneCount #> [1] 13 #> #> $`retinal vascular occlusion`$urlId #> [1] "DOID_1729" #> #> $`retinal vascular occlusion`$dbPhenotype #> [1] FALSE #> #> $`retinal vascular occlusion`$`_parent` #> [1] "DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vascular occlusion`$`_is_leaf` #> [1] FALSE #> #> $`retinal vascular occlusion`$children #> $`retinal vascular occlusion`$children[[1]] #> [1] "DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`retinal vascular occlusion`$value #> [1] "retinal vascular occlusion" #> #> #> $`retinal vasculitis` #> $`retinal vasculitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11563" #> #> $`retinal vasculitis`$`_id` #> [1] "DOID_11563<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vasculitis`$privateGeneCount #> [1] 0 #> #> $`retinal vasculitis`$publicGeneCount #> [1] 6 #> #> $`retinal vasculitis`$urlId #> [1] "DOID_11563" #> #> $`retinal vasculitis`$dbPhenotype #> [1] TRUE #> #> $`retinal vasculitis`$`_parent` #> [1] "DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vasculitis`$`_is_leaf` #> [1] TRUE #> #> $`retinal vasculitis`$children #> list() #> #> $`retinal vasculitis`$value #> [1] "retinal vasculitis" #> #> #> $`retinal vasculitis` #> $`retinal vasculitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11563" #> #> $`retinal vasculitis`$`_id` #> [1] "DOID_11563<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vasculitis`$privateGeneCount #> [1] 0 #> #> $`retinal vasculitis`$publicGeneCount #> [1] 6 #> #> $`retinal vasculitis`$urlId #> [1] "DOID_11563" #> #> $`retinal vasculitis`$dbPhenotype #> [1] TRUE #> #> $`retinal vasculitis`$`_parent` #> [1] "DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vasculitis`$`_is_leaf` #> [1] TRUE #> #> $`retinal vasculitis`$children #> list() #> #> $`retinal vasculitis`$value #> [1] "retinal vasculitis" #> #> #> $`retinal vasculitis` #> $`retinal vasculitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11563" #> #> $`retinal vasculitis`$`_id` #> [1] "DOID_11563<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vasculitis`$privateGeneCount #> [1] 0 #> #> $`retinal vasculitis`$publicGeneCount #> [1] 6 #> #> $`retinal vasculitis`$urlId #> [1] "DOID_11563" #> #> $`retinal vasculitis`$dbPhenotype #> [1] TRUE #> #> $`retinal vasculitis`$`_parent` #> [1] "DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vasculitis`$`_is_leaf` #> [1] TRUE #> #> $`retinal vasculitis`$children #> list() #> #> $`retinal vasculitis`$value #> [1] "retinal vasculitis" #> #> #> $`retinal vein occlusion` #> $`retinal vein occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1727" #> #> $`retinal vein occlusion`$`_id` #> [1] "DOID_1727<DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vein occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal vein occlusion`$publicGeneCount #> [1] 10 #> #> $`retinal vein occlusion`$urlId #> [1] "DOID_1727" #> #> $`retinal vein occlusion`$dbPhenotype #> [1] TRUE #> #> $`retinal vein occlusion`$`_parent` #> [1] "DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vein occlusion`$`_is_leaf` #> [1] TRUE #> #> $`retinal vein occlusion`$children #> list() #> #> $`retinal vein occlusion`$value #> [1] "retinal vein occlusion" #> #> #> $`retinal vein occlusion` #> $`retinal vein occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1727" #> #> $`retinal vein occlusion`$`_id` #> [1] "DOID_1727<DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vein occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal vein occlusion`$publicGeneCount #> [1] 10 #> #> $`retinal vein occlusion`$urlId #> [1] "DOID_1727" #> #> $`retinal vein occlusion`$dbPhenotype #> [1] TRUE #> #> $`retinal vein occlusion`$`_parent` #> [1] "DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vein occlusion`$`_is_leaf` #> [1] TRUE #> #> $`retinal vein occlusion`$children #> list() #> #> $`retinal vein occlusion`$value #> [1] "retinal vein occlusion" #> #> #> $`retinal vein occlusion` #> $`retinal vein occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1727" #> #> $`retinal vein occlusion`$`_id` #> [1] "DOID_1727<DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vein occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal vein occlusion`$publicGeneCount #> [1] 10 #> #> $`retinal vein occlusion`$urlId #> [1] "DOID_1727" #> #> $`retinal vein occlusion`$dbPhenotype #> [1] TRUE #> #> $`retinal vein occlusion`$`_parent` #> [1] "DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vein occlusion`$`_is_leaf` #> [1] TRUE #> #> $`retinal vein occlusion`$children #> list() #> #> $`retinal vein occlusion`$value #> [1] "retinal vein occlusion" #> #> #> $`retinal vein occlusion` #> $`retinal vein occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1727" #> #> $`retinal vein occlusion`$`_id` #> [1] "DOID_1727<DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vein occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal vein occlusion`$publicGeneCount #> [1] 10 #> #> $`retinal vein occlusion`$urlId #> [1] "DOID_1727" #> #> $`retinal vein occlusion`$dbPhenotype #> [1] TRUE #> #> $`retinal vein occlusion`$`_parent` #> [1] "DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vein occlusion`$`_is_leaf` #> [1] TRUE #> #> $`retinal vein occlusion`$children #> list() #> #> $`retinal vein occlusion`$value #> [1] "retinal vein occlusion" #> #> #> $`retinal vein occlusion` #> $`retinal vein occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1727" #> #> $`retinal vein occlusion`$`_id` #> [1] "DOID_1727<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vein occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal vein occlusion`$publicGeneCount #> [1] 10 #> #> $`retinal vein occlusion`$urlId #> [1] "DOID_1727" #> #> $`retinal vein occlusion`$dbPhenotype #> [1] TRUE #> #> $`retinal vein occlusion`$`_parent` #> [1] "DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vein occlusion`$`_is_leaf` #> [1] TRUE #> #> $`retinal vein occlusion`$children #> list() #> #> $`retinal vein occlusion`$value #> [1] "retinal vein occlusion" #> #> #> $retinitis #> $retinitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3612" #> #> $retinitis$`_id` #> [1] "DOID_3612<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinitis$privateGeneCount #> [1] 0 #> #> $retinitis$publicGeneCount #> [1] 3 #> #> $retinitis$urlId #> [1] "DOID_3612" #> #> $retinitis$dbPhenotype #> [1] TRUE #> #> $retinitis$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinitis$`_is_leaf` #> [1] FALSE #> #> $retinitis$children #> $retinitis$children[[1]] #> [1] "DOID_3611<DOID_3612<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $retinitis$value #> [1] "retinitis" #> #> #> $`retinitis pigmentosa` #> $`retinitis pigmentosa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10584" #> #> $`retinitis pigmentosa`$`_id` #> [1] "DOID_10584<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinitis pigmentosa`$privateGeneCount #> [1] 0 #> #> $`retinitis pigmentosa`$publicGeneCount #> [1] 82 #> #> $`retinitis pigmentosa`$urlId #> [1] "DOID_10584" #> #> $`retinitis pigmentosa`$dbPhenotype #> [1] TRUE #> #> $`retinitis pigmentosa`$`_parent` #> [1] "DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinitis pigmentosa`$`_is_leaf` #> [1] TRUE #> #> $`retinitis pigmentosa`$children #> list() #> #> $`retinitis pigmentosa`$value #> [1] "retinitis pigmentosa" #> #> #> $`retinitis pigmentosa` #> $`retinitis pigmentosa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10584" #> #> $`retinitis pigmentosa`$`_id` #> [1] "DOID_10584<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinitis pigmentosa`$privateGeneCount #> [1] 0 #> #> $`retinitis pigmentosa`$publicGeneCount #> [1] 82 #> #> $`retinitis pigmentosa`$urlId #> [1] "DOID_10584" #> #> $`retinitis pigmentosa`$dbPhenotype #> [1] TRUE #> #> $`retinitis pigmentosa`$`_parent` #> [1] "DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinitis pigmentosa`$`_is_leaf` #> [1] TRUE #> #> $`retinitis pigmentosa`$children #> list() #> #> $`retinitis pigmentosa`$value #> [1] "retinitis pigmentosa" #> #> #> $retinoblastoma #> $retinoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_768" #> #> $retinoblastoma$`_id` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$privateGeneCount #> [1] 0 #> #> $retinoblastoma$publicGeneCount #> [1] 7 #> #> $retinoblastoma$urlId #> [1] "DOID_768" #> #> $retinoblastoma$dbPhenotype #> [1] TRUE #> #> $retinoblastoma$`_parent` #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$`_is_leaf` #> [1] FALSE #> #> $retinoblastoma$children #> $retinoblastoma$children[[1]] #> [1] "DOID_4648<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$children[[2]] #> [1] "DOID_4647<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $retinoblastoma$value #> [1] "retinoblastoma" #> #> #> $retinoblastoma #> $retinoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_768" #> #> $retinoblastoma$`_id` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $retinoblastoma$privateGeneCount #> [1] 0 #> #> $retinoblastoma$publicGeneCount #> [1] 7 #> #> $retinoblastoma$urlId #> [1] "DOID_768" #> #> $retinoblastoma$dbPhenotype #> [1] TRUE #> #> $retinoblastoma$`_parent` #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $retinoblastoma$`_is_leaf` #> [1] FALSE #> #> $retinoblastoma$children #> $retinoblastoma$children[[1]] #> [1] "DOID_4648<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $retinoblastoma$children[[2]] #> [1] "DOID_4647<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $retinoblastoma$value #> [1] "retinoblastoma" #> #> #> $retinoblastoma #> $retinoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_768" #> #> $retinoblastoma$`_id` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$privateGeneCount #> [1] 0 #> #> $retinoblastoma$publicGeneCount #> [1] 7 #> #> $retinoblastoma$urlId #> [1] "DOID_768" #> #> $retinoblastoma$dbPhenotype #> [1] TRUE #> #> $retinoblastoma$`_parent` #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$`_is_leaf` #> [1] FALSE #> #> $retinoblastoma$children #> $retinoblastoma$children[[1]] #> [1] "DOID_4648<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$children[[2]] #> [1] "DOID_4647<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $retinoblastoma$value #> [1] "retinoblastoma" #> #> #> $retinoblastoma #> $retinoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_768" #> #> $retinoblastoma$`_id` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$privateGeneCount #> [1] 0 #> #> $retinoblastoma$publicGeneCount #> [1] 7 #> #> $retinoblastoma$urlId #> [1] "DOID_768" #> #> $retinoblastoma$dbPhenotype #> [1] TRUE #> #> $retinoblastoma$`_parent` #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$`_is_leaf` #> [1] FALSE #> #> $retinoblastoma$children #> $retinoblastoma$children[[1]] #> [1] "DOID_4648<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$children[[2]] #> [1] "DOID_4647<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $retinoblastoma$value #> [1] "retinoblastoma" #> #> #> $retinoblastoma #> $retinoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_768" #> #> $retinoblastoma$`_id` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$privateGeneCount #> [1] 0 #> #> $retinoblastoma$publicGeneCount #> [1] 7 #> #> $retinoblastoma$urlId #> [1] "DOID_768" #> #> $retinoblastoma$dbPhenotype #> [1] TRUE #> #> $retinoblastoma$`_parent` #> [1] "DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$`_is_leaf` #> [1] FALSE #> #> $retinoblastoma$children #> $retinoblastoma$children[[1]] #> [1] "DOID_4648<DOID_768<DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$children[[2]] #> [1] "DOID_4647<DOID_768<DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $retinoblastoma$value #> [1] "retinoblastoma" #> #> #> $`retinopathy of prematurity` #> $`retinopathy of prematurity`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13025" #> #> $`retinopathy of prematurity`$`_id` #> [1] "DOID_13025<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinopathy of prematurity`$privateGeneCount #> [1] 0 #> #> $`retinopathy of prematurity`$publicGeneCount #> [1] 12 #> #> $`retinopathy of prematurity`$urlId #> [1] "DOID_13025" #> #> $`retinopathy of prematurity`$dbPhenotype #> [1] TRUE #> #> $`retinopathy of prematurity`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinopathy of prematurity`$`_is_leaf` #> [1] TRUE #> #> $`retinopathy of prematurity`$children #> list() #> #> $`retinopathy of prematurity`$value #> [1] "retinopathy of prematurity" #> #> #> $retinoschisis #> $retinoschisis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8465" #> #> $retinoschisis$`_id` #> [1] "DOID_8465<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoschisis$privateGeneCount #> [1] 0 #> #> $retinoschisis$publicGeneCount #> [1] 2 #> #> $retinoschisis$urlId #> [1] "DOID_8465" #> #> $retinoschisis$dbPhenotype #> [1] TRUE #> #> $retinoschisis$`_parent` #> [1] "DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoschisis$`_is_leaf` #> [1] TRUE #> #> $retinoschisis$children #> list() #> #> $retinoschisis$value #> [1] "retinoschisis" #> #> #> $retinoschisis #> $retinoschisis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8465" #> #> $retinoschisis$`_id` #> [1] "DOID_8465<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoschisis$privateGeneCount #> [1] 0 #> #> $retinoschisis$publicGeneCount #> [1] 2 #> #> $retinoschisis$urlId #> [1] "DOID_8465" #> #> $retinoschisis$dbPhenotype #> [1] TRUE #> #> $retinoschisis$`_parent` #> [1] "DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoschisis$`_is_leaf` #> [1] TRUE #> #> $retinoschisis$children #> list() #> #> $retinoschisis$value #> [1] "retinoschisis" #> #> #> $`retrocochlear disease` #> $`retrocochlear disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2889" #> #> $`retrocochlear disease`$`_id` #> [1] "DOID_2889<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retrocochlear disease`$privateGeneCount #> [1] 0 #> #> $`retrocochlear disease`$publicGeneCount #> [1] 1 #> #> $`retrocochlear disease`$urlId #> [1] "DOID_2889" #> #> $`retrocochlear disease`$dbPhenotype #> [1] FALSE #> #> $`retrocochlear disease`$`_parent` #> [1] "DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retrocochlear disease`$`_is_leaf` #> [1] FALSE #> #> $`retrocochlear disease`$children #> $`retrocochlear disease`$children[[1]] #> [1] "DOID_12657<DOID_2889<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retrocochlear disease`$value #> [1] "retrocochlear disease" #> #> #> $Retrognathia #> $Retrognathia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000278" #> #> $Retrognathia$`_id` #> [1] "HP_0000278<HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Retrognathia$privateGeneCount #> [1] 0 #> #> $Retrognathia$publicGeneCount #> [1] 1 #> #> $Retrognathia$urlId #> [1] "HP_0000278" #> #> $Retrognathia$dbPhenotype #> [1] TRUE #> #> $Retrognathia$`_parent` #> [1] "HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Retrognathia$`_is_leaf` #> [1] TRUE #> #> $Retrognathia$children #> list() #> #> $Retrognathia$value #> [1] "Retrognathia" #> #> #> $Retrognathia #> $Retrognathia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000278" #> #> $Retrognathia$`_id` #> [1] "HP_0000278<HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Retrognathia$privateGeneCount #> [1] 0 #> #> $Retrognathia$publicGeneCount #> [1] 1 #> #> $Retrognathia$urlId #> [1] "HP_0000278" #> #> $Retrognathia$dbPhenotype #> [1] TRUE #> #> $Retrognathia$`_parent` #> [1] "HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Retrognathia$`_is_leaf` #> [1] TRUE #> #> $Retrognathia$children #> list() #> #> $Retrognathia$value #> [1] "Retrognathia" #> #> #> $`retrograde amnesia` #> $`retrograde amnesia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4543" #> #> $`retrograde amnesia`$`_id` #> [1] "DOID_4543<DOID_10914<DOID_1561<DOID_150<DOID_4" #> #> $`retrograde amnesia`$privateGeneCount #> [1] 0 #> #> $`retrograde amnesia`$publicGeneCount #> [1] 1 #> #> $`retrograde amnesia`$urlId #> [1] "DOID_4543" #> #> $`retrograde amnesia`$dbPhenotype #> [1] TRUE #> #> $`retrograde amnesia`$`_parent` #> [1] "DOID_10914<DOID_1561<DOID_150<DOID_4" #> #> $`retrograde amnesia`$`_is_leaf` #> [1] TRUE #> #> $`retrograde amnesia`$children #> list() #> #> $`retrograde amnesia`$value #> [1] "retrograde amnesia" #> #> #> $`Retroperitoneal fibrosis` #> $`Retroperitoneal fibrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005200" #> #> $`Retroperitoneal fibrosis`$`_id` #> [1] "HP_0005200<HP_0002585<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Retroperitoneal fibrosis`$privateGeneCount #> [1] 0 #> #> $`Retroperitoneal fibrosis`$publicGeneCount #> [1] 1 #> #> $`Retroperitoneal fibrosis`$urlId #> [1] "HP_0005200" #> #> $`Retroperitoneal fibrosis`$dbPhenotype #> [1] TRUE #> #> $`Retroperitoneal fibrosis`$`_parent` #> [1] "HP_0002585<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Retroperitoneal fibrosis`$`_is_leaf` #> [1] TRUE #> #> $`Retroperitoneal fibrosis`$children #> list() #> #> $`Retroperitoneal fibrosis`$value #> [1] "Retroperitoneal fibrosis" #> #> #> $`Rett syndrome` #> $`Rett syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1206" #> #> $`Rett syndrome`$`_id` #> [1] "DOID_1206<DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`Rett syndrome`$privateGeneCount #> [1] 0 #> #> $`Rett syndrome`$publicGeneCount #> [1] 6 #> #> $`Rett syndrome`$urlId #> [1] "DOID_1206" #> #> $`Rett syndrome`$dbPhenotype #> [1] TRUE #> #> $`Rett syndrome`$`_parent` #> [1] "DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`Rett syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Rett syndrome`$children #> list() #> #> $`Rett syndrome`$value #> [1] "Rett syndrome" #> #> #> $`Rh deficiency syndrome` #> $`Rh deficiency syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050641" #> #> $`Rh deficiency syndrome`$`_id` #> [1] "DOID_0050641<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`Rh deficiency syndrome`$privateGeneCount #> [1] 0 #> #> $`Rh deficiency syndrome`$publicGeneCount #> [1] 1 #> #> $`Rh deficiency syndrome`$urlId #> [1] "DOID_0050641" #> #> $`Rh deficiency syndrome`$dbPhenotype #> [1] TRUE #> #> $`Rh deficiency syndrome`$`_parent` #> [1] "DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`Rh deficiency syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Rh deficiency syndrome`$children #> list() #> #> $`Rh deficiency syndrome`$value #> [1] "Rh deficiency syndrome" #> #> #> $`rhabdoid cancer` #> $`rhabdoid cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3672" #> #> $`rhabdoid cancer`$`_id` #> [1] "DOID_3672<DOID_3675<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`rhabdoid cancer`$privateGeneCount #> [1] 0 #> #> $`rhabdoid cancer`$publicGeneCount #> [1] 2 #> #> $`rhabdoid cancer`$urlId #> [1] "DOID_3672" #> #> $`rhabdoid cancer`$dbPhenotype #> [1] TRUE #> #> $`rhabdoid cancer`$`_parent` #> [1] "DOID_3675<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`rhabdoid cancer`$`_is_leaf` #> [1] TRUE #> #> $`rhabdoid cancer`$children #> list() #> #> $`rhabdoid cancer`$value #> [1] "rhabdoid cancer" #> #> #> $`rhabdoid cancer` #> $`rhabdoid cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3672" #> #> $`rhabdoid cancer`$`_id` #> [1] "DOID_3672<DOID_3675<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`rhabdoid cancer`$privateGeneCount #> [1] 0 #> #> $`rhabdoid cancer`$publicGeneCount #> [1] 2 #> #> $`rhabdoid cancer`$urlId #> [1] "DOID_3672" #> #> $`rhabdoid cancer`$dbPhenotype #> [1] TRUE #> #> $`rhabdoid cancer`$`_parent` #> [1] "DOID_3675<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`rhabdoid cancer`$`_is_leaf` #> [1] TRUE #> #> $`rhabdoid cancer`$children #> list() #> #> $`rhabdoid cancer`$value #> [1] "rhabdoid cancer" #> #> #> $`rhabdoid cancer` #> $`rhabdoid cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3672" #> #> $`rhabdoid cancer`$`_id` #> [1] "DOID_3672<DOID_3675<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`rhabdoid cancer`$privateGeneCount #> [1] 0 #> #> $`rhabdoid cancer`$publicGeneCount #> [1] 2 #> #> $`rhabdoid cancer`$urlId #> [1] "DOID_3672" #> #> $`rhabdoid cancer`$dbPhenotype #> [1] TRUE #> #> $`rhabdoid cancer`$`_parent` #> [1] "DOID_3675<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`rhabdoid cancer`$`_is_leaf` #> [1] TRUE #> #> $`rhabdoid cancer`$children #> list() #> #> $`rhabdoid cancer`$value #> [1] "rhabdoid cancer" #> #> #> $`rhabdoid meningioma` #> $`rhabdoid meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5058" #> #> $`rhabdoid meningioma`$`_id` #> [1] "DOID_5058<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`rhabdoid meningioma`$privateGeneCount #> [1] 0 #> #> $`rhabdoid meningioma`$publicGeneCount #> [1] 16 #> #> $`rhabdoid meningioma`$urlId #> [1] "DOID_5058" #> #> $`rhabdoid meningioma`$dbPhenotype #> [1] TRUE #> #> $`rhabdoid meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`rhabdoid meningioma`$`_is_leaf` #> [1] TRUE #> #> $`rhabdoid meningioma`$children #> list() #> #> $`rhabdoid meningioma`$value #> [1] "rhabdoid meningioma" #> #> #> $`rhabdoid meningioma` #> $`rhabdoid meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5058" #> #> $`rhabdoid meningioma`$`_id` #> [1] "DOID_5058<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`rhabdoid meningioma`$privateGeneCount #> [1] 0 #> #> $`rhabdoid meningioma`$publicGeneCount #> [1] 16 #> #> $`rhabdoid meningioma`$urlId #> [1] "DOID_5058" #> #> $`rhabdoid meningioma`$dbPhenotype #> [1] TRUE #> #> $`rhabdoid meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`rhabdoid meningioma`$`_is_leaf` #> [1] TRUE #> #> $`rhabdoid meningioma`$children #> list() #> #> $`rhabdoid meningioma`$value #> [1] "rhabdoid meningioma" #> #> #> $`rhabdoid meningioma` #> $`rhabdoid meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5058" #> #> $`rhabdoid meningioma`$`_id` #> [1] "DOID_5058<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`rhabdoid meningioma`$privateGeneCount #> [1] 0 #> #> $`rhabdoid meningioma`$publicGeneCount #> [1] 16 #> #> $`rhabdoid meningioma`$urlId #> [1] "DOID_5058" #> #> $`rhabdoid meningioma`$dbPhenotype #> [1] TRUE #> #> $`rhabdoid meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`rhabdoid meningioma`$`_is_leaf` #> [1] TRUE #> #> $`rhabdoid meningioma`$children #> list() #> #> $`rhabdoid meningioma`$value #> [1] "rhabdoid meningioma" #> #> #> $Rhabdomyolysis #> $Rhabdomyolysis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003201" #> #> $Rhabdomyolysis$`_id` #> [1] "HP_0003201<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $Rhabdomyolysis$privateGeneCount #> [1] 0 #> #> $Rhabdomyolysis$publicGeneCount #> [1] 3 #> #> $Rhabdomyolysis$urlId #> [1] "HP_0003201" #> #> $Rhabdomyolysis$dbPhenotype #> [1] TRUE #> #> $Rhabdomyolysis$`_parent` #> [1] "HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $Rhabdomyolysis$`_is_leaf` #> [1] TRUE #> #> $Rhabdomyolysis$children #> list() #> #> $Rhabdomyolysis$value #> [1] "Rhabdomyolysis" #> #> #> $Rhabdomyoma #> $Rhabdomyoma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009730" #> #> $Rhabdomyoma$`_id` #> [1] "HP_0009730<HP_0009728<HP_0003011<HP_0000118<HP_0000001" #> #> $Rhabdomyoma$privateGeneCount #> [1] 0 #> #> $Rhabdomyoma$publicGeneCount #> [1] 3 #> #> $Rhabdomyoma$urlId #> [1] "HP_0009730" #> #> $Rhabdomyoma$dbPhenotype #> [1] TRUE #> #> $Rhabdomyoma$`_parent` #> [1] "HP_0009728<HP_0003011<HP_0000118<HP_0000001" #> #> $Rhabdomyoma$`_is_leaf` #> [1] FALSE #> #> $Rhabdomyoma$children #> $Rhabdomyoma$children[[1]] #> [1] "HP_0009729<HP_0009730<HP_0009728<HP_0003011<HP_0000118<HP_0000001" #> #> #> $Rhabdomyoma$value #> [1] "Rhabdomyoma" #> #> #> $Rhabdomyoma #> $Rhabdomyoma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009730" #> #> $Rhabdomyoma$`_id` #> [1] "HP_0009730<HP_0009728<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $Rhabdomyoma$privateGeneCount #> [1] 0 #> #> $Rhabdomyoma$publicGeneCount #> [1] 3 #> #> $Rhabdomyoma$urlId #> [1] "HP_0009730" #> #> $Rhabdomyoma$dbPhenotype #> [1] TRUE #> #> $Rhabdomyoma$`_parent` #> [1] "HP_0009728<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $Rhabdomyoma$`_is_leaf` #> [1] FALSE #> #> $Rhabdomyoma$children #> $Rhabdomyoma$children[[1]] #> [1] "HP_0009729<HP_0009730<HP_0009728<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $Rhabdomyoma$value #> [1] "Rhabdomyoma" #> #> #> $rhabdomyosarcoma #> $rhabdomyosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3247" #> #> $rhabdomyosarcoma$`_id` #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $rhabdomyosarcoma$privateGeneCount #> [1] 0 #> #> $rhabdomyosarcoma$publicGeneCount #> [1] 16 #> #> $rhabdomyosarcoma$urlId #> [1] "DOID_3247" #> #> $rhabdomyosarcoma$dbPhenotype #> [1] TRUE #> #> $rhabdomyosarcoma$`_parent` #> [1] "DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $rhabdomyosarcoma$`_is_leaf` #> [1] FALSE #> #> $rhabdomyosarcoma$children #> $rhabdomyosarcoma$children[[1]] #> [1] "DOID_4051<DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $rhabdomyosarcoma$children[[2]] #> [1] "DOID_3246<DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $rhabdomyosarcoma$value #> [1] "rhabdomyosarcoma" #> #> #> $rhabdomyosarcoma #> $rhabdomyosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3247" #> #> $rhabdomyosarcoma$`_id` #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $rhabdomyosarcoma$privateGeneCount #> [1] 0 #> #> $rhabdomyosarcoma$publicGeneCount #> [1] 16 #> #> $rhabdomyosarcoma$urlId #> [1] "DOID_3247" #> #> $rhabdomyosarcoma$dbPhenotype #> [1] TRUE #> #> $rhabdomyosarcoma$`_parent` #> [1] "DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $rhabdomyosarcoma$`_is_leaf` #> [1] FALSE #> #> $rhabdomyosarcoma$children #> $rhabdomyosarcoma$children[[1]] #> [1] "DOID_4051<DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $rhabdomyosarcoma$children[[2]] #> [1] "DOID_3246<DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $rhabdomyosarcoma$value #> [1] "rhabdomyosarcoma" #> #> #> $rhabdomyosarcoma #> $rhabdomyosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3247" #> #> $rhabdomyosarcoma$`_id` #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $rhabdomyosarcoma$privateGeneCount #> [1] 0 #> #> $rhabdomyosarcoma$publicGeneCount #> [1] 16 #> #> $rhabdomyosarcoma$urlId #> [1] "DOID_3247" #> #> $rhabdomyosarcoma$dbPhenotype #> [1] TRUE #> #> $rhabdomyosarcoma$`_parent` #> [1] "DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $rhabdomyosarcoma$`_is_leaf` #> [1] FALSE #> #> $rhabdomyosarcoma$children #> $rhabdomyosarcoma$children[[1]] #> [1] "DOID_4051<DOID_3247<DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $rhabdomyosarcoma$children[[2]] #> [1] "DOID_3246<DOID_3247<DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $rhabdomyosarcoma$value #> [1] "rhabdomyosarcoma" #> #> #> $`Rhegmatogenous retinal detachment` #> $`Rhegmatogenous retinal detachment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012230" #> #> $`Rhegmatogenous retinal detachment`$`_id` #> [1] "HP_0012230<HP_0000541<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Rhegmatogenous retinal detachment`$privateGeneCount #> [1] 0 #> #> $`Rhegmatogenous retinal detachment`$publicGeneCount #> [1] 1 #> #> $`Rhegmatogenous retinal detachment`$urlId #> [1] "HP_0012230" #> #> $`Rhegmatogenous retinal detachment`$dbPhenotype #> [1] TRUE #> #> $`Rhegmatogenous retinal detachment`$`_parent` #> [1] "HP_0000541<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Rhegmatogenous retinal detachment`$`_is_leaf` #> [1] TRUE #> #> $`Rhegmatogenous retinal detachment`$children #> list() #> #> $`Rhegmatogenous retinal detachment`$value #> [1] "Rhegmatogenous retinal detachment" #> #> #> $`rheumatic disease` #> $`rheumatic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1575" #> #> $`rheumatic disease`$`_id` #> [1] "DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`rheumatic disease`$privateGeneCount #> [1] 0 #> #> $`rheumatic disease`$publicGeneCount #> [1] 89 #> #> $`rheumatic disease`$urlId #> [1] "DOID_1575" #> #> $`rheumatic disease`$dbPhenotype #> [1] FALSE #> #> $`rheumatic disease`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`rheumatic disease`$`_is_leaf` #> [1] FALSE #> #> $`rheumatic disease`$children #> $`rheumatic disease`$children[[1]] #> [1] "DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`rheumatic disease`$value #> [1] "rheumatic disease" #> #> #> $`rheumatic fever` #> $`rheumatic fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1586" #> #> $`rheumatic fever`$`_id` #> [1] "DOID_1586<DOID_104<DOID_0050117<DOID_4" #> #> $`rheumatic fever`$privateGeneCount #> [1] 0 #> #> $`rheumatic fever`$publicGeneCount #> [1] 4 #> #> $`rheumatic fever`$urlId #> [1] "DOID_1586" #> #> $`rheumatic fever`$dbPhenotype #> [1] TRUE #> #> $`rheumatic fever`$`_parent` #> [1] "DOID_104<DOID_0050117<DOID_4" #> #> $`rheumatic fever`$`_is_leaf` #> [1] TRUE #> #> $`rheumatic fever`$children #> list() #> #> $`rheumatic fever`$value #> [1] "rheumatic fever" #> #> #> $`rheumatic heart disease` #> $`rheumatic heart disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050827" #> #> $`rheumatic heart disease`$`_id` #> [1] "DOID_0050827<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`rheumatic heart disease`$privateGeneCount #> [1] 0 #> #> $`rheumatic heart disease`$publicGeneCount #> [1] 7 #> #> $`rheumatic heart disease`$urlId #> [1] "DOID_0050827" #> #> $`rheumatic heart disease`$dbPhenotype #> [1] TRUE #> #> $`rheumatic heart disease`$`_parent` #> [1] "DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`rheumatic heart disease`$`_is_leaf` #> [1] TRUE #> #> $`rheumatic heart disease`$children #> list() #> #> $`rheumatic heart disease`$value #> [1] "rheumatic heart disease" #> #> #> $`rheumatoid arthritis` #> $`rheumatoid arthritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7148" #> #> $`rheumatoid arthritis`$`_id` #> [1] "DOID_7148<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`rheumatoid arthritis`$privateGeneCount #> [1] 0 #> #> $`rheumatoid arthritis`$publicGeneCount #> [1] 405 #> #> $`rheumatoid arthritis`$urlId #> [1] "DOID_7148" #> #> $`rheumatoid arthritis`$dbPhenotype #> [1] TRUE #> #> $`rheumatoid arthritis`$`_parent` #> [1] "DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`rheumatoid arthritis`$`_is_leaf` #> [1] FALSE #> #> $`rheumatoid arthritis`$children #> $`rheumatoid arthritis`$children[[1]] #> [1] "DOID_14256<DOID_7148<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`rheumatoid arthritis`$children[[2]] #> [1] "DOID_676<DOID_7148<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`rheumatoid arthritis`$value #> [1] "rheumatoid arthritis" #> #> #> $rhinitis #> $rhinitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4483" #> #> $rhinitis$`_id` #> [1] "DOID_4483<DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $rhinitis$privateGeneCount #> [1] 0 #> #> $rhinitis$publicGeneCount #> [1] 116 #> #> $rhinitis$urlId #> [1] "DOID_4483" #> #> $rhinitis$dbPhenotype #> [1] TRUE #> #> $rhinitis$`_parent` #> [1] "DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $rhinitis$`_is_leaf` #> [1] FALSE #> #> $rhinitis$children #> $rhinitis$children[[1]] #> [1] "DOID_4481<DOID_4483<DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $rhinitis$value #> [1] "rhinitis" #> #> #> $rhinoscleroma #> $rhinoscleroma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11336" #> #> $rhinoscleroma$`_id` #> [1] "DOID_11336<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $rhinoscleroma$privateGeneCount #> [1] 0 #> #> $rhinoscleroma$publicGeneCount #> [1] 2 #> #> $rhinoscleroma$urlId #> [1] "DOID_11336" #> #> $rhinoscleroma$dbPhenotype #> [1] TRUE #> #> $rhinoscleroma$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $rhinoscleroma$`_is_leaf` #> [1] TRUE #> #> $rhinoscleroma$children #> list() #> #> $rhinoscleroma$value #> [1] "rhinoscleroma" #> #> #> $`rhizomelic chondrodysplasia punctata` #> $`rhizomelic chondrodysplasia punctata`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2580" #> #> $`rhizomelic chondrodysplasia punctata`$`_id` #> [1] "DOID_2580<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`rhizomelic chondrodysplasia punctata`$privateGeneCount #> [1] 0 #> #> $`rhizomelic chondrodysplasia punctata`$publicGeneCount #> [1] 4 #> #> $`rhizomelic chondrodysplasia punctata`$urlId #> [1] "DOID_2580" #> #> $`rhizomelic chondrodysplasia punctata`$dbPhenotype #> [1] TRUE #> #> $`rhizomelic chondrodysplasia punctata`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`rhizomelic chondrodysplasia punctata`$`_is_leaf` #> [1] TRUE #> #> $`rhizomelic chondrodysplasia punctata`$children #> list() #> #> $`rhizomelic chondrodysplasia punctata`$value #> [1] "rhizomelic chondrodysplasia punctata" #> #> #> $`rhizomelic chondrodysplasia punctata` #> $`rhizomelic chondrodysplasia punctata`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2580" #> #> $`rhizomelic chondrodysplasia punctata`$`_id` #> [1] "DOID_2580<DOID_2581<DOID_0050177<DOID_630<DOID_4" #> #> $`rhizomelic chondrodysplasia punctata`$privateGeneCount #> [1] 0 #> #> $`rhizomelic chondrodysplasia punctata`$publicGeneCount #> [1] 4 #> #> $`rhizomelic chondrodysplasia punctata`$urlId #> [1] "DOID_2580" #> #> $`rhizomelic chondrodysplasia punctata`$dbPhenotype #> [1] TRUE #> #> $`rhizomelic chondrodysplasia punctata`$`_parent` #> [1] "DOID_2581<DOID_0050177<DOID_630<DOID_4" #> #> $`rhizomelic chondrodysplasia punctata`$`_is_leaf` #> [1] TRUE #> #> $`rhizomelic chondrodysplasia punctata`$children #> list() #> #> $`rhizomelic chondrodysplasia punctata`$value #> [1] "rhizomelic chondrodysplasia punctata" #> #> #> $`rhizomelic chondrodysplasia punctata` #> $`rhizomelic chondrodysplasia punctata`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2580" #> #> $`rhizomelic chondrodysplasia punctata`$`_id` #> [1] "DOID_2580<DOID_2581<DOID_225<DOID_4" #> #> $`rhizomelic chondrodysplasia punctata`$privateGeneCount #> [1] 0 #> #> $`rhizomelic chondrodysplasia punctata`$publicGeneCount #> [1] 4 #> #> $`rhizomelic chondrodysplasia punctata`$urlId #> [1] "DOID_2580" #> #> $`rhizomelic chondrodysplasia punctata`$dbPhenotype #> [1] TRUE #> #> $`rhizomelic chondrodysplasia punctata`$`_parent` #> [1] "DOID_2581<DOID_225<DOID_4" #> #> $`rhizomelic chondrodysplasia punctata`$`_is_leaf` #> [1] TRUE #> #> $`rhizomelic chondrodysplasia punctata`$children #> list() #> #> $`rhizomelic chondrodysplasia punctata`$value #> [1] "rhizomelic chondrodysplasia punctata" #> #> #> $rickets #> $rickets$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10609" #> #> $rickets$`_id` #> [1] "DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $rickets$privateGeneCount #> [1] 0 #> #> $rickets$publicGeneCount #> [1] 12 #> #> $rickets$urlId #> [1] "DOID_10609" #> #> $rickets$dbPhenotype #> [1] TRUE #> #> $rickets$`_parent` #> [1] "DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $rickets$`_is_leaf` #> [1] FALSE #> #> $rickets$children #> $rickets$children[[1]] #> [1] "DOID_0050948<DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $rickets$children[[2]] #> [1] "DOID_0050949<DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $rickets$children[[3]] #> [1] "DOID_0050947<DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $rickets$children[[4]] #> [1] "DOID_0050445<DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $rickets$value #> [1] "rickets" #> #> #> $Rickets #> $Rickets$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002748" #> #> $Rickets$`_id` #> [1] "HP_0002748<HP_0004349<HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Rickets$privateGeneCount #> [1] 0 #> #> $Rickets$publicGeneCount #> [1] 2 #> #> $Rickets$urlId #> [1] "HP_0002748" #> #> $Rickets$dbPhenotype #> [1] FALSE #> #> $Rickets$`_parent` #> [1] "HP_0004349<HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Rickets$`_is_leaf` #> [1] FALSE #> #> $Rickets$children #> $Rickets$children[[1]] #> [1] "HP_0004912<HP_0002748<HP_0004349<HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $Rickets$value #> [1] "Rickets" #> #> #> $rickettsialpox #> $rickettsialpox$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11103" #> #> $rickettsialpox$`_id` #> [1] "DOID_11103<DOID_11104<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $rickettsialpox$privateGeneCount #> [1] 0 #> #> $rickettsialpox$publicGeneCount #> [1] 1 #> #> $rickettsialpox$urlId #> [1] "DOID_11103" #> #> $rickettsialpox$dbPhenotype #> [1] TRUE #> #> $rickettsialpox$`_parent` #> [1] "DOID_11104<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $rickettsialpox$`_is_leaf` #> [1] TRUE #> #> $rickettsialpox$children #> list() #> #> $rickettsialpox$value #> [1] "rickettsialpox" #> #> #> $`Right atrial isomerism` #> $`Right atrial isomerism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011536" #> #> $`Right atrial isomerism`$`_id` #> [1] "HP_0011536<HP_0011535<HP_0005120<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Right atrial isomerism`$privateGeneCount #> [1] 0 #> #> $`Right atrial isomerism`$publicGeneCount #> [1] 1 #> #> $`Right atrial isomerism`$urlId #> [1] "HP_0011536" #> #> $`Right atrial isomerism`$dbPhenotype #> [1] TRUE #> #> $`Right atrial isomerism`$`_parent` #> [1] "HP_0011535<HP_0005120<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Right atrial isomerism`$`_is_leaf` #> [1] TRUE #> #> $`Right atrial isomerism`$children #> list() #> #> $`Right atrial isomerism`$value #> [1] "Right atrial isomerism" #> #> #> $`Right atrial isomerism` #> $`Right atrial isomerism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011536" #> #> $`Right atrial isomerism`$`_id` #> [1] "HP_0011536<HP_0011535<HP_0011534<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Right atrial isomerism`$privateGeneCount #> [1] 0 #> #> $`Right atrial isomerism`$publicGeneCount #> [1] 1 #> #> $`Right atrial isomerism`$urlId #> [1] "HP_0011536" #> #> $`Right atrial isomerism`$dbPhenotype #> [1] TRUE #> #> $`Right atrial isomerism`$`_parent` #> [1] "HP_0011535<HP_0011534<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Right atrial isomerism`$`_is_leaf` #> [1] TRUE #> #> $`Right atrial isomerism`$children #> list() #> #> $`Right atrial isomerism`$value #> [1] "Right atrial isomerism" #> #> #> $`Right atrial isomerism` #> $`Right atrial isomerism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011536" #> #> $`Right atrial isomerism`$`_id` #> [1] "HP_0011536<HP_0031855<HP_0031853<HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> $`Right atrial isomerism`$privateGeneCount #> [1] 0 #> #> $`Right atrial isomerism`$publicGeneCount #> [1] 1 #> #> $`Right atrial isomerism`$urlId #> [1] "HP_0011536" #> #> $`Right atrial isomerism`$dbPhenotype #> [1] TRUE #> #> $`Right atrial isomerism`$`_parent` #> [1] "HP_0031855<HP_0031853<HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> $`Right atrial isomerism`$`_is_leaf` #> [1] TRUE #> #> $`Right atrial isomerism`$children #> list() #> #> $`Right atrial isomerism`$value #> [1] "Right atrial isomerism" #> #> #> $`Right isomerism` #> $`Right isomerism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031855" #> #> $`Right isomerism`$`_id` #> [1] "HP_0031855<HP_0031853<HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> $`Right isomerism`$privateGeneCount #> [1] 0 #> #> $`Right isomerism`$publicGeneCount #> [1] 1 #> #> $`Right isomerism`$urlId #> [1] "HP_0031855" #> #> $`Right isomerism`$dbPhenotype #> [1] FALSE #> #> $`Right isomerism`$`_parent` #> [1] "HP_0031853<HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> $`Right isomerism`$`_is_leaf` #> [1] FALSE #> #> $`Right isomerism`$children #> $`Right isomerism`$children[[1]] #> [1] "HP_0011536<HP_0031855<HP_0031853<HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Right isomerism`$value #> [1] "Right isomerism" #> #> #> $`Right ventricular hypertrophy` #> $`Right ventricular hypertrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001667" #> #> $`Right ventricular hypertrophy`$`_id` #> [1] "HP_0001667<HP_0001707<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Right ventricular hypertrophy`$privateGeneCount #> [1] 0 #> #> $`Right ventricular hypertrophy`$publicGeneCount #> [1] 6 #> #> $`Right ventricular hypertrophy`$urlId #> [1] "HP_0001667" #> #> $`Right ventricular hypertrophy`$dbPhenotype #> [1] TRUE #> #> $`Right ventricular hypertrophy`$`_parent` #> [1] "HP_0001707<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Right ventricular hypertrophy`$`_is_leaf` #> [1] TRUE #> #> $`Right ventricular hypertrophy`$children #> list() #> #> $`Right ventricular hypertrophy`$value #> [1] "Right ventricular hypertrophy" #> #> #> $`Right ventricular hypertrophy` #> $`Right ventricular hypertrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001667" #> #> $`Right ventricular hypertrophy`$`_id` #> [1] "HP_0001667<HP_0001714<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Right ventricular hypertrophy`$privateGeneCount #> [1] 0 #> #> $`Right ventricular hypertrophy`$publicGeneCount #> [1] 6 #> #> $`Right ventricular hypertrophy`$urlId #> [1] "HP_0001667" #> #> $`Right ventricular hypertrophy`$dbPhenotype #> [1] TRUE #> #> $`Right ventricular hypertrophy`$`_parent` #> [1] "HP_0001714<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Right ventricular hypertrophy`$`_is_leaf` #> [1] TRUE #> #> $`Right ventricular hypertrophy`$children #> list() #> #> $`Right ventricular hypertrophy`$value #> [1] "Right ventricular hypertrophy" #> #> #> $Rigidity #> $Rigidity$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002063" #> #> $Rigidity$`_id` #> [1] "HP_0002063<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Rigidity$privateGeneCount #> [1] 0 #> #> $Rigidity$publicGeneCount #> [1] 6 #> #> $Rigidity$urlId #> [1] "HP_0002063" #> #> $Rigidity$dbPhenotype #> [1] TRUE #> #> $Rigidity$`_parent` #> [1] "HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Rigidity$`_is_leaf` #> [1] TRUE #> #> $Rigidity$children #> list() #> #> $Rigidity$value #> [1] "Rigidity" #> #> #> $`Riley-Day syndrome` #> $`Riley-Day syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11589" #> #> $`Riley-Day syndrome`$`_id` #> [1] "DOID_11589<DOID_0050548<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Riley-Day syndrome`$privateGeneCount #> [1] 0 #> #> $`Riley-Day syndrome`$publicGeneCount #> [1] 1 #> #> $`Riley-Day syndrome`$urlId #> [1] "DOID_11589" #> #> $`Riley-Day syndrome`$dbPhenotype #> [1] TRUE #> #> $`Riley-Day syndrome`$`_parent` #> [1] "DOID_0050548<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Riley-Day syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Riley-Day syndrome`$children #> list() #> #> $`Riley-Day syndrome`$value #> [1] "Riley-Day syndrome" #> #> #> $`rippling muscle disease 2` #> $`rippling muscle disease 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060255" #> #> $`rippling muscle disease 2`$`_id` #> [1] "DOID_0060255<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`rippling muscle disease 2`$privateGeneCount #> [1] 0 #> #> $`rippling muscle disease 2`$publicGeneCount #> [1] 1 #> #> $`rippling muscle disease 2`$urlId #> [1] "DOID_0060255" #> #> $`rippling muscle disease 2`$dbPhenotype #> [1] TRUE #> #> $`rippling muscle disease 2`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`rippling muscle disease 2`$`_is_leaf` #> [1] TRUE #> #> $`rippling muscle disease 2`$children #> list() #> #> $`rippling muscle disease 2`$value #> [1] "rippling muscle disease 2" #> #> #> $`rippling muscle disease 2` #> $`rippling muscle disease 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060255" #> #> $`rippling muscle disease 2`$`_id` #> [1] "DOID_0060255<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`rippling muscle disease 2`$privateGeneCount #> [1] 0 #> #> $`rippling muscle disease 2`$publicGeneCount #> [1] 1 #> #> $`rippling muscle disease 2`$urlId #> [1] "DOID_0060255" #> #> $`rippling muscle disease 2`$dbPhenotype #> [1] TRUE #> #> $`rippling muscle disease 2`$`_parent` #> [1] "DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`rippling muscle disease 2`$`_is_leaf` #> [1] TRUE #> #> $`rippling muscle disease 2`$children #> list() #> #> $`rippling muscle disease 2`$value #> [1] "rippling muscle disease 2" #> #> #> $`Roberts syndrome` #> $`Roberts syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5325" #> #> $`Roberts syndrome`$`_id` #> [1] "DOID_5325<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Roberts syndrome`$privateGeneCount #> [1] 0 #> #> $`Roberts syndrome`$publicGeneCount #> [1] 1 #> #> $`Roberts syndrome`$urlId #> [1] "DOID_5325" #> #> $`Roberts syndrome`$dbPhenotype #> [1] TRUE #> #> $`Roberts syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Roberts syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Roberts syndrome`$children #> list() #> #> $`Roberts syndrome`$value #> [1] "Roberts syndrome" #> #> #> $`Roberts syndrome` #> $`Roberts syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5325" #> #> $`Roberts syndrome`$`_id` #> [1] "DOID_5325<DOID_225<DOID_4" #> #> $`Roberts syndrome`$privateGeneCount #> [1] 0 #> #> $`Roberts syndrome`$publicGeneCount #> [1] 1 #> #> $`Roberts syndrome`$urlId #> [1] "DOID_5325" #> #> $`Roberts syndrome`$dbPhenotype #> [1] TRUE #> #> $`Roberts syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Roberts syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Roberts syndrome`$children #> list() #> #> $`Roberts syndrome`$value #> [1] "Roberts syndrome" #> #> #> $`Robinow syndrome` #> $`Robinow syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060254" #> #> $`Robinow syndrome`$`_id` #> [1] "DOID_0060254<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Robinow syndrome`$privateGeneCount #> [1] 0 #> #> $`Robinow syndrome`$publicGeneCount #> [1] 1 #> #> $`Robinow syndrome`$urlId #> [1] "DOID_0060254" #> #> $`Robinow syndrome`$dbPhenotype #> [1] TRUE #> #> $`Robinow syndrome`$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Robinow syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Robinow syndrome`$children #> list() #> #> $`Robinow syndrome`$value #> [1] "Robinow syndrome" #> #> #> $`Robinow syndrome` #> $`Robinow syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060254" #> #> $`Robinow syndrome`$`_id` #> [1] "DOID_0060254<DOID_225<DOID_4" #> #> $`Robinow syndrome`$privateGeneCount #> [1] 0 #> #> $`Robinow syndrome`$publicGeneCount #> [1] 1 #> #> $`Robinow syndrome`$urlId #> [1] "DOID_0060254" #> #> $`Robinow syndrome`$dbPhenotype #> [1] TRUE #> #> $`Robinow syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Robinow syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Robinow syndrome`$children #> list() #> #> $`Robinow syndrome`$value #> [1] "Robinow syndrome" #> #> #> $`Rocker bottom foot` #> $`Rocker bottom foot`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001838" #> #> $`Rocker bottom foot`$`_id` #> [1] "HP_0001838<HP_0008365<HP_0001850<HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Rocker bottom foot`$privateGeneCount #> [1] 0 #> #> $`Rocker bottom foot`$publicGeneCount #> [1] 1 #> #> $`Rocker bottom foot`$urlId #> [1] "HP_0001838" #> #> $`Rocker bottom foot`$dbPhenotype #> [1] TRUE #> #> $`Rocker bottom foot`$`_parent` #> [1] "HP_0008365<HP_0001850<HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Rocker bottom foot`$`_is_leaf` #> [1] TRUE #> #> $`Rocker bottom foot`$children #> list() #> #> $`Rocker bottom foot`$value #> [1] "Rocker bottom foot" #> #> #> $`Rocker bottom foot` #> $`Rocker bottom foot`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001838" #> #> $`Rocker bottom foot`$`_id` #> [1] "HP_0001838<HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Rocker bottom foot`$privateGeneCount #> [1] 0 #> #> $`Rocker bottom foot`$publicGeneCount #> [1] 1 #> #> $`Rocker bottom foot`$urlId #> [1] "HP_0001838" #> #> $`Rocker bottom foot`$dbPhenotype #> [1] TRUE #> #> $`Rocker bottom foot`$`_parent` #> [1] "HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Rocker bottom foot`$`_is_leaf` #> [1] TRUE #> #> $`Rocker bottom foot`$children #> list() #> #> $`Rocker bottom foot`$value #> [1] "Rocker bottom foot" #> #> #> $`Rocker bottom foot` #> $`Rocker bottom foot`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001838" #> #> $`Rocker bottom foot`$`_id` #> [1] "HP_0001838<HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Rocker bottom foot`$privateGeneCount #> [1] 0 #> #> $`Rocker bottom foot`$publicGeneCount #> [1] 1 #> #> $`Rocker bottom foot`$urlId #> [1] "HP_0001838" #> #> $`Rocker bottom foot`$dbPhenotype #> [1] TRUE #> #> $`Rocker bottom foot`$`_parent` #> [1] "HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Rocker bottom foot`$`_is_leaf` #> [1] TRUE #> #> $`Rocker bottom foot`$children #> list() #> #> $`Rocker bottom foot`$value #> [1] "Rocker bottom foot" #> #> #> $`Rocker bottom foot` #> $`Rocker bottom foot`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001838" #> #> $`Rocker bottom foot`$`_id` #> [1] "HP_0001838<HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Rocker bottom foot`$privateGeneCount #> [1] 0 #> #> $`Rocker bottom foot`$publicGeneCount #> [1] 1 #> #> $`Rocker bottom foot`$urlId #> [1] "HP_0001838" #> #> $`Rocker bottom foot`$dbPhenotype #> [1] TRUE #> #> $`Rocker bottom foot`$`_parent` #> [1] "HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Rocker bottom foot`$`_is_leaf` #> [1] TRUE #> #> $`Rocker bottom foot`$children #> list() #> #> $`Rocker bottom foot`$value #> [1] "Rocker bottom foot" #> #> #> $rosacea #> $rosacea$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8881" #> #> $rosacea$`_id` #> [1] "DOID_8881<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $rosacea$privateGeneCount #> [1] 0 #> #> $rosacea$publicGeneCount #> [1] 2 #> #> $rosacea$urlId #> [1] "DOID_8881" #> #> $rosacea$dbPhenotype #> [1] TRUE #> #> $rosacea$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $rosacea$`_is_leaf` #> [1] TRUE #> #> $rosacea$children #> list() #> #> $rosacea$value #> [1] "rosacea" #> #> #> $`Rothmund-Thomson syndrome` #> $`Rothmund-Thomson syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2732" #> #> $`Rothmund-Thomson syndrome`$`_id` #> [1] "DOID_2732<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Rothmund-Thomson syndrome`$privateGeneCount #> [1] 0 #> #> $`Rothmund-Thomson syndrome`$publicGeneCount #> [1] 1 #> #> $`Rothmund-Thomson syndrome`$urlId #> [1] "DOID_2732" #> #> $`Rothmund-Thomson syndrome`$dbPhenotype #> [1] TRUE #> #> $`Rothmund-Thomson syndrome`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Rothmund-Thomson syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Rothmund-Thomson syndrome`$children #> list() #> #> $`Rothmund-Thomson syndrome`$value #> [1] "Rothmund-Thomson syndrome" #> #> #> $`Rubinstein-Taybi syndrome` #> $`Rubinstein-Taybi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1933" #> #> $`Rubinstein-Taybi syndrome`$`_id` #> [1] "DOID_1933<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Rubinstein-Taybi syndrome`$privateGeneCount #> [1] 0 #> #> $`Rubinstein-Taybi syndrome`$publicGeneCount #> [1] 2 #> #> $`Rubinstein-Taybi syndrome`$urlId #> [1] "DOID_1933" #> #> $`Rubinstein-Taybi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Rubinstein-Taybi syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Rubinstein-Taybi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Rubinstein-Taybi syndrome`$children #> list() #> #> $`Rubinstein-Taybi syndrome`$value #> [1] "Rubinstein-Taybi syndrome" #> #> #> $`Rubinstein-Taybi syndrome` #> $`Rubinstein-Taybi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1933" #> #> $`Rubinstein-Taybi syndrome`$`_id` #> [1] "DOID_1933<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`Rubinstein-Taybi syndrome`$privateGeneCount #> [1] 0 #> #> $`Rubinstein-Taybi syndrome`$publicGeneCount #> [1] 2 #> #> $`Rubinstein-Taybi syndrome`$urlId #> [1] "DOID_1933" #> #> $`Rubinstein-Taybi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Rubinstein-Taybi syndrome`$`_parent` #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`Rubinstein-Taybi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Rubinstein-Taybi syndrome`$children #> list() #> #> $`Rubinstein-Taybi syndrome`$value #> [1] "Rubinstein-Taybi syndrome" #> #> #> $`Rubinstein-Taybi syndrome` #> $`Rubinstein-Taybi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1933" #> #> $`Rubinstein-Taybi syndrome`$`_id` #> [1] "DOID_1933<DOID_225<DOID_4" #> #> $`Rubinstein-Taybi syndrome`$privateGeneCount #> [1] 0 #> #> $`Rubinstein-Taybi syndrome`$publicGeneCount #> [1] 2 #> #> $`Rubinstein-Taybi syndrome`$urlId #> [1] "DOID_1933" #> #> $`Rubinstein-Taybi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Rubinstein-Taybi syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Rubinstein-Taybi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Rubinstein-Taybi syndrome`$children #> list() #> #> $`Rubinstein-Taybi syndrome`$value #> [1] "Rubinstein-Taybi syndrome" #> #> #> $`Saethre-Chotzen syndrome` #> $`Saethre-Chotzen syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14768" #> #> $`Saethre-Chotzen syndrome`$`_id` #> [1] "DOID_14768<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Saethre-Chotzen syndrome`$privateGeneCount #> [1] 0 #> #> $`Saethre-Chotzen syndrome`$publicGeneCount #> [1] 2 #> #> $`Saethre-Chotzen syndrome`$urlId #> [1] "DOID_14768" #> #> $`Saethre-Chotzen syndrome`$dbPhenotype #> [1] TRUE #> #> $`Saethre-Chotzen syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Saethre-Chotzen syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Saethre-Chotzen syndrome`$children #> list() #> #> $`Saethre-Chotzen syndrome`$value #> [1] "Saethre-Chotzen syndrome" #> #> #> $`Saethre-Chotzen syndrome` #> $`Saethre-Chotzen syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14768" #> #> $`Saethre-Chotzen syndrome`$`_id` #> [1] "DOID_14768<DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Saethre-Chotzen syndrome`$privateGeneCount #> [1] 0 #> #> $`Saethre-Chotzen syndrome`$publicGeneCount #> [1] 2 #> #> $`Saethre-Chotzen syndrome`$urlId #> [1] "DOID_14768" #> #> $`Saethre-Chotzen syndrome`$dbPhenotype #> [1] TRUE #> #> $`Saethre-Chotzen syndrome`$`_parent` #> [1] "DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Saethre-Chotzen syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Saethre-Chotzen syndrome`$children #> list() #> #> $`Saethre-Chotzen syndrome`$value #> [1] "Saethre-Chotzen syndrome" #> #> #> $`sagittal sinus thrombosis` #> $`sagittal sinus thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3576" #> #> $`sagittal sinus thrombosis`$`_id` #> [1] "DOID_3576<DOID_3572<DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`sagittal sinus thrombosis`$privateGeneCount #> [1] 0 #> #> $`sagittal sinus thrombosis`$publicGeneCount #> [1] 3 #> #> $`sagittal sinus thrombosis`$urlId #> [1] "DOID_3576" #> #> $`sagittal sinus thrombosis`$dbPhenotype #> [1] TRUE #> #> $`sagittal sinus thrombosis`$`_parent` #> [1] "DOID_3572<DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`sagittal sinus thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`sagittal sinus thrombosis`$children #> list() #> #> $`sagittal sinus thrombosis`$value #> [1] "sagittal sinus thrombosis" #> #> #> $`sagittal sinus thrombosis` #> $`sagittal sinus thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3576" #> #> $`sagittal sinus thrombosis`$`_id` #> [1] "DOID_3576<DOID_3572<DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`sagittal sinus thrombosis`$privateGeneCount #> [1] 0 #> #> $`sagittal sinus thrombosis`$publicGeneCount #> [1] 3 #> #> $`sagittal sinus thrombosis`$urlId #> [1] "DOID_3576" #> #> $`sagittal sinus thrombosis`$dbPhenotype #> [1] TRUE #> #> $`sagittal sinus thrombosis`$`_parent` #> [1] "DOID_3572<DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`sagittal sinus thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`sagittal sinus thrombosis`$children #> list() #> #> $`sagittal sinus thrombosis`$value #> [1] "sagittal sinus thrombosis" #> #> #> $`sagittal sinus thrombosis` #> $`sagittal sinus thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3576" #> #> $`sagittal sinus thrombosis`$`_id` #> [1] "DOID_3576<DOID_3572<DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`sagittal sinus thrombosis`$privateGeneCount #> [1] 0 #> #> $`sagittal sinus thrombosis`$publicGeneCount #> [1] 3 #> #> $`sagittal sinus thrombosis`$urlId #> [1] "DOID_3576" #> #> $`sagittal sinus thrombosis`$dbPhenotype #> [1] TRUE #> #> $`sagittal sinus thrombosis`$`_parent` #> [1] "DOID_3572<DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`sagittal sinus thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`sagittal sinus thrombosis`$children #> list() #> #> $`sagittal sinus thrombosis`$value #> [1] "sagittal sinus thrombosis" #> #> #> $`salivary gland adenoid cystic carcinoma` #> $`salivary gland adenoid cystic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4866" #> #> $`salivary gland adenoid cystic carcinoma`$`_id` #> [1] "DOID_4866<DOID_0050904<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland adenoid cystic carcinoma`$privateGeneCount #> [1] 0 #> #> $`salivary gland adenoid cystic carcinoma`$publicGeneCount #> [1] 100 #> #> $`salivary gland adenoid cystic carcinoma`$urlId #> [1] "DOID_4866" #> #> $`salivary gland adenoid cystic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`salivary gland adenoid cystic carcinoma`$`_parent` #> [1] "DOID_0050904<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland adenoid cystic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`salivary gland adenoid cystic carcinoma`$children #> list() #> #> $`salivary gland adenoid cystic carcinoma`$value #> [1] "salivary gland adenoid cystic carcinoma" #> #> #> $`salivary gland adenoid cystic carcinoma` #> $`salivary gland adenoid cystic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4866" #> #> $`salivary gland adenoid cystic carcinoma`$`_id` #> [1] "DOID_4866<DOID_0050904<DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland adenoid cystic carcinoma`$privateGeneCount #> [1] 0 #> #> $`salivary gland adenoid cystic carcinoma`$publicGeneCount #> [1] 100 #> #> $`salivary gland adenoid cystic carcinoma`$urlId #> [1] "DOID_4866" #> #> $`salivary gland adenoid cystic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`salivary gland adenoid cystic carcinoma`$`_parent` #> [1] "DOID_0050904<DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland adenoid cystic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`salivary gland adenoid cystic carcinoma`$children #> list() #> #> $`salivary gland adenoid cystic carcinoma`$value #> [1] "salivary gland adenoid cystic carcinoma" #> #> #> $`salivary gland adenoid cystic carcinoma` #> $`salivary gland adenoid cystic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4866" #> #> $`salivary gland adenoid cystic carcinoma`$`_id` #> [1] "DOID_4866<DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland adenoid cystic carcinoma`$privateGeneCount #> [1] 0 #> #> $`salivary gland adenoid cystic carcinoma`$publicGeneCount #> [1] 100 #> #> $`salivary gland adenoid cystic carcinoma`$urlId #> [1] "DOID_4866" #> #> $`salivary gland adenoid cystic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`salivary gland adenoid cystic carcinoma`$`_parent` #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland adenoid cystic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`salivary gland adenoid cystic carcinoma`$children #> list() #> #> $`salivary gland adenoid cystic carcinoma`$value #> [1] "salivary gland adenoid cystic carcinoma" #> #> #> $`salivary gland adenoid cystic carcinoma` #> $`salivary gland adenoid cystic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4866" #> #> $`salivary gland adenoid cystic carcinoma`$`_id` #> [1] "DOID_4866<DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland adenoid cystic carcinoma`$privateGeneCount #> [1] 0 #> #> $`salivary gland adenoid cystic carcinoma`$publicGeneCount #> [1] 100 #> #> $`salivary gland adenoid cystic carcinoma`$urlId #> [1] "DOID_4866" #> #> $`salivary gland adenoid cystic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`salivary gland adenoid cystic carcinoma`$`_parent` #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland adenoid cystic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`salivary gland adenoid cystic carcinoma`$children #> list() #> #> $`salivary gland adenoid cystic carcinoma`$value #> [1] "salivary gland adenoid cystic carcinoma" #> #> #> $`salivary gland adenoid cystic carcinoma` #> $`salivary gland adenoid cystic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4866" #> #> $`salivary gland adenoid cystic carcinoma`$`_id` #> [1] "DOID_4866<DOID_0050904<DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland adenoid cystic carcinoma`$privateGeneCount #> [1] 0 #> #> $`salivary gland adenoid cystic carcinoma`$publicGeneCount #> [1] 100 #> #> $`salivary gland adenoid cystic carcinoma`$urlId #> [1] "DOID_4866" #> #> $`salivary gland adenoid cystic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`salivary gland adenoid cystic carcinoma`$`_parent` #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland adenoid cystic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`salivary gland adenoid cystic carcinoma`$children #> list() #> #> $`salivary gland adenoid cystic carcinoma`$value #> [1] "salivary gland adenoid cystic carcinoma" #> #> #> $`salivary gland cancer` #> $`salivary gland cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8850" #> #> $`salivary gland cancer`$`_id` #> [1] "DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland cancer`$privateGeneCount #> [1] 0 #> #> $`salivary gland cancer`$publicGeneCount #> [1] 104 #> #> $`salivary gland cancer`$urlId #> [1] "DOID_8850" #> #> $`salivary gland cancer`$dbPhenotype #> [1] TRUE #> #> $`salivary gland cancer`$`_parent` #> [1] "DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland cancer`$`_is_leaf` #> [1] FALSE #> #> $`salivary gland cancer`$children #> $`salivary gland cancer`$children[[1]] #> [1] "DOID_0050904<DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`salivary gland cancer`$value #> [1] "salivary gland cancer" #> #> #> $`salivary gland cancer` #> $`salivary gland cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8850" #> #> $`salivary gland cancer`$`_id` #> [1] "DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland cancer`$privateGeneCount #> [1] 0 #> #> $`salivary gland cancer`$publicGeneCount #> [1] 104 #> #> $`salivary gland cancer`$urlId #> [1] "DOID_8850" #> #> $`salivary gland cancer`$dbPhenotype #> [1] TRUE #> #> $`salivary gland cancer`$`_parent` #> [1] "DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland cancer`$`_is_leaf` #> [1] FALSE #> #> $`salivary gland cancer`$children #> $`salivary gland cancer`$children[[1]] #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`salivary gland cancer`$value #> [1] "salivary gland cancer" #> #> #> $`salivary gland cancer` #> $`salivary gland cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8850" #> #> $`salivary gland cancer`$`_id` #> [1] "DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland cancer`$privateGeneCount #> [1] 0 #> #> $`salivary gland cancer`$publicGeneCount #> [1] 104 #> #> $`salivary gland cancer`$urlId #> [1] "DOID_8850" #> #> $`salivary gland cancer`$dbPhenotype #> [1] TRUE #> #> $`salivary gland cancer`$`_parent` #> [1] "DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland cancer`$`_is_leaf` #> [1] FALSE #> #> $`salivary gland cancer`$children #> $`salivary gland cancer`$children[[1]] #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`salivary gland cancer`$value #> [1] "salivary gland cancer" #> #> #> $`salivary gland cancer` #> $`salivary gland cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8850" #> #> $`salivary gland cancer`$`_id` #> [1] "DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland cancer`$privateGeneCount #> [1] 0 #> #> $`salivary gland cancer`$publicGeneCount #> [1] 104 #> #> $`salivary gland cancer`$urlId #> [1] "DOID_8850" #> #> $`salivary gland cancer`$dbPhenotype #> [1] TRUE #> #> $`salivary gland cancer`$`_parent` #> [1] "DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland cancer`$`_is_leaf` #> [1] FALSE #> #> $`salivary gland cancer`$children #> $`salivary gland cancer`$children[[1]] #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`salivary gland cancer`$value #> [1] "salivary gland cancer" #> #> #> $`salivary gland carcinoma` #> $`salivary gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050904" #> #> $`salivary gland carcinoma`$`_id` #> [1] "DOID_0050904<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`salivary gland carcinoma`$publicGeneCount #> [1] 101 #> #> $`salivary gland carcinoma`$urlId #> [1] "DOID_0050904" #> #> $`salivary gland carcinoma`$dbPhenotype #> [1] FALSE #> #> $`salivary gland carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`salivary gland carcinoma`$children #> $`salivary gland carcinoma`$children[[1]] #> [1] "DOID_4531<DOID_0050904<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland carcinoma`$children[[2]] #> [1] "DOID_4866<DOID_0050904<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`salivary gland carcinoma`$value #> [1] "salivary gland carcinoma" #> #> #> $`salivary gland carcinoma` #> $`salivary gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050904" #> #> $`salivary gland carcinoma`$`_id` #> [1] "DOID_0050904<DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`salivary gland carcinoma`$publicGeneCount #> [1] 101 #> #> $`salivary gland carcinoma`$urlId #> [1] "DOID_0050904" #> #> $`salivary gland carcinoma`$dbPhenotype #> [1] FALSE #> #> $`salivary gland carcinoma`$`_parent` #> [1] "DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`salivary gland carcinoma`$children #> $`salivary gland carcinoma`$children[[1]] #> [1] "DOID_4531<DOID_0050904<DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland carcinoma`$children[[2]] #> [1] "DOID_4866<DOID_0050904<DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`salivary gland carcinoma`$value #> [1] "salivary gland carcinoma" #> #> #> $`salivary gland carcinoma` #> $`salivary gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050904" #> #> $`salivary gland carcinoma`$`_id` #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`salivary gland carcinoma`$publicGeneCount #> [1] 101 #> #> $`salivary gland carcinoma`$urlId #> [1] "DOID_0050904" #> #> $`salivary gland carcinoma`$dbPhenotype #> [1] FALSE #> #> $`salivary gland carcinoma`$`_parent` #> [1] "DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`salivary gland carcinoma`$children #> $`salivary gland carcinoma`$children[[1]] #> [1] "DOID_4531<DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland carcinoma`$children[[2]] #> [1] "DOID_4866<DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`salivary gland carcinoma`$value #> [1] "salivary gland carcinoma" #> #> #> $`salivary gland carcinoma` #> $`salivary gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050904" #> #> $`salivary gland carcinoma`$`_id` #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`salivary gland carcinoma`$publicGeneCount #> [1] 101 #> #> $`salivary gland carcinoma`$urlId #> [1] "DOID_0050904" #> #> $`salivary gland carcinoma`$dbPhenotype #> [1] FALSE #> #> $`salivary gland carcinoma`$`_parent` #> [1] "DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`salivary gland carcinoma`$children #> $`salivary gland carcinoma`$children[[1]] #> [1] "DOID_4531<DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland carcinoma`$children[[2]] #> [1] "DOID_4866<DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`salivary gland carcinoma`$value #> [1] "salivary gland carcinoma" #> #> #> $`salivary gland carcinoma` #> $`salivary gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050904" #> #> $`salivary gland carcinoma`$`_id` #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`salivary gland carcinoma`$publicGeneCount #> [1] 101 #> #> $`salivary gland carcinoma`$urlId #> [1] "DOID_0050904" #> #> $`salivary gland carcinoma`$dbPhenotype #> [1] FALSE #> #> $`salivary gland carcinoma`$`_parent` #> [1] "DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`salivary gland carcinoma`$children #> $`salivary gland carcinoma`$children[[1]] #> [1] "DOID_4531<DOID_0050904<DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland carcinoma`$children[[2]] #> [1] "DOID_4866<DOID_0050904<DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`salivary gland carcinoma`$value #> [1] "salivary gland carcinoma" #> #> #> $`salivary gland disease` #> $`salivary gland disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10854" #> #> $`salivary gland disease`$`_id` #> [1] "DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland disease`$privateGeneCount #> [1] 0 #> #> $`salivary gland disease`$publicGeneCount #> [1] 105 #> #> $`salivary gland disease`$urlId #> [1] "DOID_10854" #> #> $`salivary gland disease`$dbPhenotype #> [1] FALSE #> #> $`salivary gland disease`$`_parent` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland disease`$`_is_leaf` #> [1] FALSE #> #> $`salivary gland disease`$children #> $`salivary gland disease`$children[[1]] #> [1] "DOID_10302<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland disease`$children[[2]] #> [1] "DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`salivary gland disease`$value #> [1] "salivary gland disease" #> #> #> $`Sandhoff disease` #> $`Sandhoff disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3323" #> #> $`Sandhoff disease`$`_id` #> [1] "DOID_3323<DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Sandhoff disease`$privateGeneCount #> [1] 0 #> #> $`Sandhoff disease`$publicGeneCount #> [1] 1 #> #> $`Sandhoff disease`$urlId #> [1] "DOID_3323" #> #> $`Sandhoff disease`$dbPhenotype #> [1] TRUE #> #> $`Sandhoff disease`$`_parent` #> [1] "DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Sandhoff disease`$`_is_leaf` #> [1] TRUE #> #> $`Sandhoff disease`$children #> list() #> #> $`Sandhoff disease`$value #> [1] "Sandhoff disease" #> #> #> $`Sandhoff disease` #> $`Sandhoff disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3323" #> #> $`Sandhoff disease`$`_id` #> [1] "DOID_3323<DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Sandhoff disease`$privateGeneCount #> [1] 0 #> #> $`Sandhoff disease`$publicGeneCount #> [1] 1 #> #> $`Sandhoff disease`$urlId #> [1] "DOID_3323" #> #> $`Sandhoff disease`$dbPhenotype #> [1] TRUE #> #> $`Sandhoff disease`$`_parent` #> [1] "DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Sandhoff disease`$`_is_leaf` #> [1] TRUE #> #> $`Sandhoff disease`$children #> list() #> #> $`Sandhoff disease`$value #> [1] "Sandhoff disease" #> #> #> $sarcoidosis #> $sarcoidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11335" #> #> $sarcoidosis$`_id` #> [1] "DOID_11335<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $sarcoidosis$privateGeneCount #> [1] 0 #> #> $sarcoidosis$publicGeneCount #> [1] 60 #> #> $sarcoidosis$urlId #> [1] "DOID_11335" #> #> $sarcoidosis$dbPhenotype #> [1] TRUE #> #> $sarcoidosis$`_parent` #> [1] "DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $sarcoidosis$`_is_leaf` #> [1] FALSE #> #> $sarcoidosis$children #> $sarcoidosis$children[[1]] #> [1] "DOID_13406<DOID_11335<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $sarcoidosis$children[[2]] #> [1] "DOID_13404<DOID_11335<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $sarcoidosis$value #> [1] "sarcoidosis" #> #> #> $sarcoma #> $sarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1115" #> #> $sarcoma$`_id` #> [1] "DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $sarcoma$privateGeneCount #> [1] 0 #> #> $sarcoma$publicGeneCount #> [1] 130 #> #> $sarcoma$urlId #> [1] "DOID_1115" #> #> $sarcoma$dbPhenotype #> [1] TRUE #> #> $sarcoma$`_parent` #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $sarcoma$`_is_leaf` #> [1] FALSE #> #> $sarcoma$children #> $sarcoma$children[[1]] #> [1] "DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $sarcoma$children[[2]] #> [1] "DOID_4233<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $sarcoma$children[[3]] #> [1] "DOID_6193<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $sarcoma$children[[4]] #> [1] "DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $sarcoma$children[[5]] #> [1] "DOID_1907<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $sarcoma$children[[6]] #> [1] "DOID_4235<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $sarcoma$value #> [1] "sarcoma" #> #> #> $Sarcoma #> $Sarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100242" #> #> $Sarcoma$`_id` #> [1] "HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $Sarcoma$privateGeneCount #> [1] 0 #> #> $Sarcoma$publicGeneCount #> [1] 8 #> #> $Sarcoma$urlId #> [1] "HP_0100242" #> #> $Sarcoma$dbPhenotype #> [1] FALSE #> #> $Sarcoma$`_parent` #> [1] "HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $Sarcoma$`_is_leaf` #> [1] FALSE #> #> $Sarcoma$children #> $Sarcoma$children[[1]] #> [1] "HP_0030448<HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> #> $Sarcoma$value #> [1] "Sarcoma" #> #> #> $`sarcomatoid renal cell carcinoma` #> $`sarcomatoid renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4473" #> #> $`sarcomatoid renal cell carcinoma`$`_id` #> [1] "DOID_4473<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`sarcomatoid renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`sarcomatoid renal cell carcinoma`$publicGeneCount #> [1] 259 #> #> $`sarcomatoid renal cell carcinoma`$urlId #> [1] "DOID_4473" #> #> $`sarcomatoid renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`sarcomatoid renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`sarcomatoid renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`sarcomatoid renal cell carcinoma`$children #> list() #> #> $`sarcomatoid renal cell carcinoma`$value #> [1] "sarcomatoid renal cell carcinoma" #> #> #> $`sarcomatoid renal cell carcinoma` #> $`sarcomatoid renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4473" #> #> $`sarcomatoid renal cell carcinoma`$`_id` #> [1] "DOID_4473<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`sarcomatoid renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`sarcomatoid renal cell carcinoma`$publicGeneCount #> [1] 259 #> #> $`sarcomatoid renal cell carcinoma`$urlId #> [1] "DOID_4473" #> #> $`sarcomatoid renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`sarcomatoid renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`sarcomatoid renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`sarcomatoid renal cell carcinoma`$children #> list() #> #> $`sarcomatoid renal cell carcinoma`$value #> [1] "sarcomatoid renal cell carcinoma" #> #> #> $`sarcomatoid renal cell carcinoma` #> $`sarcomatoid renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4473" #> #> $`sarcomatoid renal cell carcinoma`$`_id` #> [1] "DOID_4473<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`sarcomatoid renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`sarcomatoid renal cell carcinoma`$publicGeneCount #> [1] 259 #> #> $`sarcomatoid renal cell carcinoma`$urlId #> [1] "DOID_4473" #> #> $`sarcomatoid renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`sarcomatoid renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`sarcomatoid renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`sarcomatoid renal cell carcinoma`$children #> list() #> #> $`sarcomatoid renal cell carcinoma`$value #> [1] "sarcomatoid renal cell carcinoma" #> #> #> $`sarcomatoid renal cell carcinoma` #> $`sarcomatoid renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4473" #> #> $`sarcomatoid renal cell carcinoma`$`_id` #> [1] "DOID_4473<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`sarcomatoid renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`sarcomatoid renal cell carcinoma`$publicGeneCount #> [1] 259 #> #> $`sarcomatoid renal cell carcinoma`$urlId #> [1] "DOID_4473" #> #> $`sarcomatoid renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`sarcomatoid renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`sarcomatoid renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`sarcomatoid renal cell carcinoma`$children #> list() #> #> $`sarcomatoid renal cell carcinoma`$value #> [1] "sarcomatoid renal cell carcinoma" #> #> #> $`SATB2-associated syndrome` #> $`SATB2-associated syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060428" #> #> $`SATB2-associated syndrome`$`_id` #> [1] "DOID_0060428<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`SATB2-associated syndrome`$privateGeneCount #> [1] 0 #> #> $`SATB2-associated syndrome`$publicGeneCount #> [1] 1 #> #> $`SATB2-associated syndrome`$urlId #> [1] "DOID_0060428" #> #> $`SATB2-associated syndrome`$dbPhenotype #> [1] TRUE #> #> $`SATB2-associated syndrome`$`_parent` #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`SATB2-associated syndrome`$`_is_leaf` #> [1] TRUE #> #> $`SATB2-associated syndrome`$children #> list() #> #> $`SATB2-associated syndrome`$value #> [1] "SATB2-associated syndrome" #> #> #> $`SATB2-associated syndrome` #> $`SATB2-associated syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060428" #> #> $`SATB2-associated syndrome`$`_id` #> [1] "DOID_0060428<DOID_225<DOID_4" #> #> $`SATB2-associated syndrome`$privateGeneCount #> [1] 0 #> #> $`SATB2-associated syndrome`$publicGeneCount #> [1] 1 #> #> $`SATB2-associated syndrome`$urlId #> [1] "DOID_0060428" #> #> $`SATB2-associated syndrome`$dbPhenotype #> [1] TRUE #> #> $`SATB2-associated syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`SATB2-associated syndrome`$`_is_leaf` #> [1] TRUE #> #> $`SATB2-associated syndrome`$children #> list() #> #> $`SATB2-associated syndrome`$value #> [1] "SATB2-associated syndrome" #> #> #> $scabies #> $scabies$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8295" #> #> $scabies$`_id` #> [1] "DOID_8295<DOID_7894<DOID_4110<DOID_1398<DOID_0050117<DOID_4" #> #> $scabies$privateGeneCount #> [1] 0 #> #> $scabies$publicGeneCount #> [1] 1 #> #> $scabies$urlId #> [1] "DOID_8295" #> #> $scabies$dbPhenotype #> [1] TRUE #> #> $scabies$`_parent` #> [1] "DOID_7894<DOID_4110<DOID_1398<DOID_0050117<DOID_4" #> #> $scabies$`_is_leaf` #> [1] TRUE #> #> $scabies$children #> list() #> #> $scabies$value #> [1] "scabies" #> #> #> $`scapuloperoneal myopathy` #> $`scapuloperoneal myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060253" #> #> $`scapuloperoneal myopathy`$`_id` #> [1] "DOID_0060253<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`scapuloperoneal myopathy`$privateGeneCount #> [1] 0 #> #> $`scapuloperoneal myopathy`$publicGeneCount #> [1] 2 #> #> $`scapuloperoneal myopathy`$urlId #> [1] "DOID_0060253" #> #> $`scapuloperoneal myopathy`$dbPhenotype #> [1] TRUE #> #> $`scapuloperoneal myopathy`$`_parent` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`scapuloperoneal myopathy`$`_is_leaf` #> [1] TRUE #> #> $`scapuloperoneal myopathy`$children #> list() #> #> $`scapuloperoneal myopathy`$value #> [1] "scapuloperoneal myopathy" #> #> #> $Scarring #> $Scarring$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100699" #> #> $Scarring$`_id` #> [1] "HP_0100699<HP_0003549<HP_0000118<HP_0000001" #> #> $Scarring$privateGeneCount #> [1] 0 #> #> $Scarring$publicGeneCount #> [1] 1 #> #> $Scarring$urlId #> [1] "HP_0100699" #> #> $Scarring$dbPhenotype #> [1] FALSE #> #> $Scarring$`_parent` #> [1] "HP_0003549<HP_0000118<HP_0000001" #> #> $Scarring$`_is_leaf` #> [1] FALSE #> #> $Scarring$children #> $Scarring$children[[1]] #> [1] "HP_0000987<HP_0100699<HP_0003549<HP_0000118<HP_0000001" #> #> #> $Scarring$value #> [1] "Scarring" #> #> #> $`Scheie syndrome` #> $`Scheie syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060222" #> #> $`Scheie syndrome`$`_id` #> [1] "DOID_0060222<DOID_12802<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Scheie syndrome`$privateGeneCount #> [1] 0 #> #> $`Scheie syndrome`$publicGeneCount #> [1] 1 #> #> $`Scheie syndrome`$urlId #> [1] "DOID_0060222" #> #> $`Scheie syndrome`$dbPhenotype #> [1] TRUE #> #> $`Scheie syndrome`$`_parent` #> [1] "DOID_12802<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Scheie syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Scheie syndrome`$children #> list() #> #> $`Scheie syndrome`$value #> [1] "Scheie syndrome" #> #> #> $`Schimke immuno-osseous dysplasia` #> $`Schimke immuno-osseous dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060490" #> #> $`Schimke immuno-osseous dysplasia`$`_id` #> [1] "DOID_0060490<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Schimke immuno-osseous dysplasia`$privateGeneCount #> [1] 0 #> #> $`Schimke immuno-osseous dysplasia`$publicGeneCount #> [1] 1 #> #> $`Schimke immuno-osseous dysplasia`$urlId #> [1] "DOID_0060490" #> #> $`Schimke immuno-osseous dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Schimke immuno-osseous dysplasia`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Schimke immuno-osseous dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Schimke immuno-osseous dysplasia`$children #> list() #> #> $`Schimke immuno-osseous dysplasia`$value #> [1] "Schimke immuno-osseous dysplasia" #> #> #> $`Schimke immuno-osseous dysplasia` #> $`Schimke immuno-osseous dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060490" #> #> $`Schimke immuno-osseous dysplasia`$`_id` #> [1] "DOID_0060490<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Schimke immuno-osseous dysplasia`$privateGeneCount #> [1] 0 #> #> $`Schimke immuno-osseous dysplasia`$publicGeneCount #> [1] 1 #> #> $`Schimke immuno-osseous dysplasia`$urlId #> [1] "DOID_0060490" #> #> $`Schimke immuno-osseous dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Schimke immuno-osseous dysplasia`$`_parent` #> [1] "DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Schimke immuno-osseous dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Schimke immuno-osseous dysplasia`$children #> list() #> #> $`Schimke immuno-osseous dysplasia`$value #> [1] "Schimke immuno-osseous dysplasia" #> #> #> $`Schimke immuno-osseous dysplasia` #> $`Schimke immuno-osseous dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060490" #> #> $`Schimke immuno-osseous dysplasia`$`_id` #> [1] "DOID_0060490<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Schimke immuno-osseous dysplasia`$privateGeneCount #> [1] 0 #> #> $`Schimke immuno-osseous dysplasia`$publicGeneCount #> [1] 1 #> #> $`Schimke immuno-osseous dysplasia`$urlId #> [1] "DOID_0060490" #> #> $`Schimke immuno-osseous dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Schimke immuno-osseous dysplasia`$`_parent` #> [1] "DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Schimke immuno-osseous dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Schimke immuno-osseous dysplasia`$children #> list() #> #> $`Schimke immuno-osseous dysplasia`$value #> [1] "Schimke immuno-osseous dysplasia" #> #> #> $schistosomiasis #> $schistosomiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1395" #> #> $schistosomiasis$`_id` #> [1] "DOID_1395<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $schistosomiasis$privateGeneCount #> [1] 0 #> #> $schistosomiasis$publicGeneCount #> [1] 9 #> #> $schistosomiasis$urlId #> [1] "DOID_1395" #> #> $schistosomiasis$dbPhenotype #> [1] TRUE #> #> $schistosomiasis$`_parent` #> [1] "DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $schistosomiasis$`_is_leaf` #> [1] FALSE #> #> $schistosomiasis$children #> $schistosomiasis$children[[1]] #> [1] "DOID_1394<DOID_1395<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> #> $schistosomiasis$value #> [1] "schistosomiasis" #> #> #> $Schizencephaly #> $Schizencephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010636" #> #> $Schizencephaly$`_id` #> [1] "HP_0010636<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Schizencephaly$privateGeneCount #> [1] 0 #> #> $Schizencephaly$publicGeneCount #> [1] 3 #> #> $Schizencephaly$urlId #> [1] "HP_0010636" #> #> $Schizencephaly$dbPhenotype #> [1] TRUE #> #> $Schizencephaly$`_parent` #> [1] "HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Schizencephaly$`_is_leaf` #> [1] TRUE #> #> $Schizencephaly$children #> list() #> #> $Schizencephaly$value #> [1] "Schizencephaly" #> #> #> $`schizoaffective disorder` #> $`schizoaffective disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5418" #> #> $`schizoaffective disorder`$`_id` #> [1] "DOID_5418<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`schizoaffective disorder`$privateGeneCount #> [1] 0 #> #> $`schizoaffective disorder`$publicGeneCount #> [1] 17 #> #> $`schizoaffective disorder`$urlId #> [1] "DOID_5418" #> #> $`schizoaffective disorder`$dbPhenotype #> [1] TRUE #> #> $`schizoaffective disorder`$`_parent` #> [1] "DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`schizoaffective disorder`$`_is_leaf` #> [1] TRUE #> #> $`schizoaffective disorder`$children #> list() #> #> $`schizoaffective disorder`$value #> [1] "schizoaffective disorder" #> #> #> $schizophrenia #> $schizophrenia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5419" #> #> $schizophrenia$`_id` #> [1] "DOID_5419<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $schizophrenia$privateGeneCount #> [1] 0 #> #> $schizophrenia$publicGeneCount #> [1] 303 #> #> $schizophrenia$urlId #> [1] "DOID_5419" #> #> $schizophrenia$dbPhenotype #> [1] TRUE #> #> $schizophrenia$`_parent` #> [1] "DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $schizophrenia$`_is_leaf` #> [1] FALSE #> #> $schizophrenia$children #> $schizophrenia$children[[1]] #> [1] "DOID_1229<DOID_5419<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> #> $schizophrenia$value #> [1] "schizophrenia" #> #> #> $`schizophreniform disorder` #> $`schizophreniform disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11328" #> #> $`schizophreniform disorder`$`_id` #> [1] "DOID_11328<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`schizophreniform disorder`$privateGeneCount #> [1] 0 #> #> $`schizophreniform disorder`$publicGeneCount #> [1] 17 #> #> $`schizophreniform disorder`$urlId #> [1] "DOID_11328" #> #> $`schizophreniform disorder`$dbPhenotype #> [1] TRUE #> #> $`schizophreniform disorder`$`_parent` #> [1] "DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`schizophreniform disorder`$`_is_leaf` #> [1] TRUE #> #> $`schizophreniform disorder`$children #> list() #> #> $`schizophreniform disorder`$value #> [1] "schizophreniform disorder" #> #> #> $`schizotypal personality disorder` #> $`schizotypal personality disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10646" #> #> $`schizotypal personality disorder`$`_id` #> [1] "DOID_10646<DOID_1510<DOID_150<DOID_4" #> #> $`schizotypal personality disorder`$privateGeneCount #> [1] 0 #> #> $`schizotypal personality disorder`$publicGeneCount #> [1] 1 #> #> $`schizotypal personality disorder`$urlId #> [1] "DOID_10646" #> #> $`schizotypal personality disorder`$dbPhenotype #> [1] TRUE #> #> $`schizotypal personality disorder`$`_parent` #> [1] "DOID_1510<DOID_150<DOID_4" #> #> $`schizotypal personality disorder`$`_is_leaf` #> [1] TRUE #> #> $`schizotypal personality disorder`$children #> list() #> #> $`schizotypal personality disorder`$value #> [1] "schizotypal personality disorder" #> #> #> $`Schmid metaphyseal chondrodysplasia` #> $`Schmid metaphyseal chondrodysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080021" #> #> $`Schmid metaphyseal chondrodysplasia`$`_id` #> [1] "DOID_0080021<DOID_0080019<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Schmid metaphyseal chondrodysplasia`$privateGeneCount #> [1] 0 #> #> $`Schmid metaphyseal chondrodysplasia`$publicGeneCount #> [1] 1 #> #> $`Schmid metaphyseal chondrodysplasia`$urlId #> [1] "DOID_0080021" #> #> $`Schmid metaphyseal chondrodysplasia`$dbPhenotype #> [1] TRUE #> #> $`Schmid metaphyseal chondrodysplasia`$`_parent` #> [1] "DOID_0080019<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Schmid metaphyseal chondrodysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Schmid metaphyseal chondrodysplasia`$children #> list() #> #> $`Schmid metaphyseal chondrodysplasia`$value #> [1] "Schmid metaphyseal chondrodysplasia" #> #> #> $`schneckenbecken dysplasia` #> $`schneckenbecken dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050775" #> #> $`schneckenbecken dysplasia`$`_id` #> [1] "DOID_0050775<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`schneckenbecken dysplasia`$privateGeneCount #> [1] 0 #> #> $`schneckenbecken dysplasia`$publicGeneCount #> [1] 1 #> #> $`schneckenbecken dysplasia`$urlId #> [1] "DOID_0050775" #> #> $`schneckenbecken dysplasia`$dbPhenotype #> [1] TRUE #> #> $`schneckenbecken dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`schneckenbecken dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`schneckenbecken dysplasia`$children #> list() #> #> $`schneckenbecken dysplasia`$value #> [1] "schneckenbecken dysplasia" #> #> #> $`Schnitzler syndrome` #> $`Schnitzler syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4371" #> #> $`Schnitzler syndrome`$`_id` #> [1] "DOID_4371<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Schnitzler syndrome`$privateGeneCount #> [1] 0 #> #> $`Schnitzler syndrome`$publicGeneCount #> [1] 2 #> #> $`Schnitzler syndrome`$urlId #> [1] "DOID_4371" #> #> $`Schnitzler syndrome`$dbPhenotype #> [1] TRUE #> #> $`Schnitzler syndrome`$`_parent` #> [1] "DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Schnitzler syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Schnitzler syndrome`$children #> list() #> #> $`Schnitzler syndrome`$value #> [1] "Schnitzler syndrome" #> #> #> $`Schnyder corneal dystrophy` #> $`Schnyder corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060456" #> #> $`Schnyder corneal dystrophy`$`_id` #> [1] "DOID_0060456<DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Schnyder corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`Schnyder corneal dystrophy`$publicGeneCount #> [1] 1 #> #> $`Schnyder corneal dystrophy`$urlId #> [1] "DOID_0060456" #> #> $`Schnyder corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Schnyder corneal dystrophy`$`_parent` #> [1] "DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Schnyder corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Schnyder corneal dystrophy`$children #> list() #> #> $`Schnyder corneal dystrophy`$value #> [1] "Schnyder corneal dystrophy" #> #> #> $`sciatic neuropathy` #> $`sciatic neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11446" #> #> $`sciatic neuropathy`$`_id` #> [1] "DOID_11446<DOID_12528<DOID_9473<DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`sciatic neuropathy`$privateGeneCount #> [1] 0 #> #> $`sciatic neuropathy`$publicGeneCount #> [1] 9 #> #> $`sciatic neuropathy`$urlId #> [1] "DOID_11446" #> #> $`sciatic neuropathy`$dbPhenotype #> [1] TRUE #> #> $`sciatic neuropathy`$`_parent` #> [1] "DOID_12528<DOID_9473<DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`sciatic neuropathy`$`_is_leaf` #> [1] TRUE #> #> $`sciatic neuropathy`$children #> list() #> #> $`sciatic neuropathy`$value #> [1] "sciatic neuropathy" #> #> #> $`scleral disease` #> $`scleral disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11343" #> #> $`scleral disease`$`_id` #> [1] "DOID_11343<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`scleral disease`$privateGeneCount #> [1] 0 #> #> $`scleral disease`$publicGeneCount #> [1] 1 #> #> $`scleral disease`$urlId #> [1] "DOID_11343" #> #> $`scleral disease`$dbPhenotype #> [1] FALSE #> #> $`scleral disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`scleral disease`$`_is_leaf` #> [1] FALSE #> #> $`scleral disease`$children #> $`scleral disease`$children[[1]] #> [1] "DOID_13452<DOID_11343<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`scleral disease`$value #> [1] "scleral disease" #> #> #> $scleritis #> $scleritis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13452" #> #> $scleritis$`_id` #> [1] "DOID_13452<DOID_11343<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $scleritis$privateGeneCount #> [1] 0 #> #> $scleritis$publicGeneCount #> [1] 1 #> #> $scleritis$urlId #> [1] "DOID_13452" #> #> $scleritis$dbPhenotype #> [1] TRUE #> #> $scleritis$`_parent` #> [1] "DOID_11343<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $scleritis$`_is_leaf` #> [1] TRUE #> #> $scleritis$children #> list() #> #> $scleritis$value #> [1] "scleritis" #> #> #> $scleroderma #> $scleroderma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_419" #> #> $scleroderma$`_id` #> [1] "DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $scleroderma$privateGeneCount #> [1] 0 #> #> $scleroderma$publicGeneCount #> [1] 89 #> #> $scleroderma$urlId #> [1] "DOID_419" #> #> $scleroderma$dbPhenotype #> [1] TRUE #> #> $scleroderma$`_parent` #> [1] "DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $scleroderma$`_is_leaf` #> [1] FALSE #> #> $scleroderma$children #> $scleroderma$children[[1]] #> [1] "DOID_8472<DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $scleroderma$children[[2]] #> [1] "DOID_418<DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $scleroderma$value #> [1] "scleroderma" #> #> #> $`sclerosing cholangitis` #> $`sclerosing cholangitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14268" #> #> $`sclerosing cholangitis`$`_id` #> [1] "DOID_14268<DOID_9446<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`sclerosing cholangitis`$privateGeneCount #> [1] 0 #> #> $`sclerosing cholangitis`$publicGeneCount #> [1] 7 #> #> $`sclerosing cholangitis`$urlId #> [1] "DOID_14268" #> #> $`sclerosing cholangitis`$dbPhenotype #> [1] TRUE #> #> $`sclerosing cholangitis`$`_parent` #> [1] "DOID_9446<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`sclerosing cholangitis`$`_is_leaf` #> [1] TRUE #> #> $`sclerosing cholangitis`$children #> list() #> #> $`sclerosing cholangitis`$value #> [1] "sclerosing cholangitis" #> #> #> $sclerosteosis #> $sclerosteosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060251" #> #> $sclerosteosis$`_id` #> [1] "DOID_0060251<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $sclerosteosis$privateGeneCount #> [1] 0 #> #> $sclerosteosis$publicGeneCount #> [1] 2 #> #> $sclerosteosis$urlId #> [1] "DOID_0060251" #> #> $sclerosteosis$dbPhenotype #> [1] TRUE #> #> $sclerosteosis$`_parent` #> [1] "DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $sclerosteosis$`_is_leaf` #> [1] TRUE #> #> $sclerosteosis$children #> list() #> #> $sclerosteosis$value #> [1] "sclerosteosis" #> #> #> $Scoliosis #> $Scoliosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002650" #> #> $Scoliosis$`_id` #> [1] "HP_0002650<HP_0010674<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Scoliosis$privateGeneCount #> [1] 0 #> #> $Scoliosis$publicGeneCount #> [1] 7 #> #> $Scoliosis$urlId #> [1] "HP_0002650" #> #> $Scoliosis$dbPhenotype #> [1] TRUE #> #> $Scoliosis$`_parent` #> [1] "HP_0010674<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Scoliosis$`_is_leaf` #> [1] TRUE #> #> $Scoliosis$children #> list() #> #> $Scoliosis$value #> [1] "Scoliosis" #> #> #> $scrapie #> $scrapie$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5434" #> #> $scrapie$`_id` #> [1] "DOID_5434<DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $scrapie$privateGeneCount #> [1] 0 #> #> $scrapie$publicGeneCount #> [1] 3 #> #> $scrapie$urlId #> [1] "DOID_5434" #> #> $scrapie$dbPhenotype #> [1] TRUE #> #> $scrapie$`_parent` #> [1] "DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $scrapie$`_is_leaf` #> [1] TRUE #> #> $scrapie$children #> list() #> #> $scrapie$value #> [1] "scrapie" #> #> #> $`sea-blue histiocytosis` #> $`sea-blue histiocytosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4423" #> #> $`sea-blue histiocytosis`$`_id` #> [1] "DOID_4423<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`sea-blue histiocytosis`$privateGeneCount #> [1] 0 #> #> $`sea-blue histiocytosis`$publicGeneCount #> [1] 1 #> #> $`sea-blue histiocytosis`$urlId #> [1] "DOID_4423" #> #> $`sea-blue histiocytosis`$dbPhenotype #> [1] TRUE #> #> $`sea-blue histiocytosis`$`_parent` #> [1] "DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`sea-blue histiocytosis`$`_is_leaf` #> [1] TRUE #> #> $`sea-blue histiocytosis`$children #> list() #> #> $`sea-blue histiocytosis`$value #> [1] "sea-blue histiocytosis" #> #> #> $`sebaceous gland disease` #> $`sebaceous gland disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9098" #> #> $`sebaceous gland disease`$`_id` #> [1] "DOID_9098<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sebaceous gland disease`$privateGeneCount #> [1] 0 #> #> $`sebaceous gland disease`$publicGeneCount #> [1] 9 #> #> $`sebaceous gland disease`$urlId #> [1] "DOID_9098" #> #> $`sebaceous gland disease`$dbPhenotype #> [1] FALSE #> #> $`sebaceous gland disease`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sebaceous gland disease`$`_is_leaf` #> [1] FALSE #> #> $`sebaceous gland disease`$children #> $`sebaceous gland disease`$children[[1]] #> [1] "DOID_6543<DOID_9098<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`sebaceous gland disease`$value #> [1] "sebaceous gland disease" #> #> #> $`sebaceous gland neoplasm` #> $`sebaceous gland neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5759" #> #> $`sebaceous gland neoplasm`$`_id` #> [1] "DOID_5759<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`sebaceous gland neoplasm`$privateGeneCount #> [1] 0 #> #> $`sebaceous gland neoplasm`$publicGeneCount #> [1] 2 #> #> $`sebaceous gland neoplasm`$urlId #> [1] "DOID_5759" #> #> $`sebaceous gland neoplasm`$dbPhenotype #> [1] TRUE #> #> $`sebaceous gland neoplasm`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`sebaceous gland neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`sebaceous gland neoplasm`$children #> list() #> #> $`sebaceous gland neoplasm`$value #> [1] "sebaceous gland neoplasm" #> #> #> $`sebaceous gland neoplasm` #> $`sebaceous gland neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5759" #> #> $`sebaceous gland neoplasm`$`_id` #> [1] "DOID_5759<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`sebaceous gland neoplasm`$privateGeneCount #> [1] 0 #> #> $`sebaceous gland neoplasm`$publicGeneCount #> [1] 2 #> #> $`sebaceous gland neoplasm`$urlId #> [1] "DOID_5759" #> #> $`sebaceous gland neoplasm`$dbPhenotype #> [1] TRUE #> #> $`sebaceous gland neoplasm`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`sebaceous gland neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`sebaceous gland neoplasm`$children #> list() #> #> $`sebaceous gland neoplasm`$value #> [1] "sebaceous gland neoplasm" #> #> #> $`sebaceous gland neoplasm` #> $`sebaceous gland neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5759" #> #> $`sebaceous gland neoplasm`$`_id` #> [1] "DOID_5759<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sebaceous gland neoplasm`$privateGeneCount #> [1] 0 #> #> $`sebaceous gland neoplasm`$publicGeneCount #> [1] 2 #> #> $`sebaceous gland neoplasm`$urlId #> [1] "DOID_5759" #> #> $`sebaceous gland neoplasm`$dbPhenotype #> [1] TRUE #> #> $`sebaceous gland neoplasm`$`_parent` #> [1] "DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sebaceous gland neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`sebaceous gland neoplasm`$children #> list() #> #> $`sebaceous gland neoplasm`$value #> [1] "sebaceous gland neoplasm" #> #> #> $`seborrheic dermatitis` #> $`seborrheic dermatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8741" #> #> $`seborrheic dermatitis`$`_id` #> [1] "DOID_8741<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`seborrheic dermatitis`$privateGeneCount #> [1] 0 #> #> $`seborrheic dermatitis`$publicGeneCount #> [1] 2 #> #> $`seborrheic dermatitis`$urlId #> [1] "DOID_8741" #> #> $`seborrheic dermatitis`$dbPhenotype #> [1] TRUE #> #> $`seborrheic dermatitis`$`_parent` #> [1] "DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`seborrheic dermatitis`$`_is_leaf` #> [1] TRUE #> #> $`seborrheic dermatitis`$children #> list() #> #> $`seborrheic dermatitis`$value #> [1] "seborrheic dermatitis" #> #> #> $`seborrheic keratosis` #> $`seborrheic keratosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6498" #> #> $`seborrheic keratosis`$`_id` #> [1] "DOID_6498<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`seborrheic keratosis`$privateGeneCount #> [1] 0 #> #> $`seborrheic keratosis`$publicGeneCount #> [1] 2 #> #> $`seborrheic keratosis`$urlId #> [1] "DOID_6498" #> #> $`seborrheic keratosis`$dbPhenotype #> [1] TRUE #> #> $`seborrheic keratosis`$`_parent` #> [1] "DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`seborrheic keratosis`$`_is_leaf` #> [1] TRUE #> #> $`seborrheic keratosis`$children #> list() #> #> $`seborrheic keratosis`$value #> [1] "seborrheic keratosis" #> #> #> $`seborrheic keratosis` #> $`seborrheic keratosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6498" #> #> $`seborrheic keratosis`$`_id` #> [1] "DOID_6498<DOID_174<DOID_3168<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`seborrheic keratosis`$privateGeneCount #> [1] 0 #> #> $`seborrheic keratosis`$publicGeneCount #> [1] 2 #> #> $`seborrheic keratosis`$urlId #> [1] "DOID_6498" #> #> $`seborrheic keratosis`$dbPhenotype #> [1] TRUE #> #> $`seborrheic keratosis`$`_parent` #> [1] "DOID_174<DOID_3168<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`seborrheic keratosis`$`_is_leaf` #> [1] TRUE #> #> $`seborrheic keratosis`$children #> list() #> #> $`seborrheic keratosis`$value #> [1] "seborrheic keratosis" #> #> #> $`seborrheic keratosis` #> $`seborrheic keratosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6498" #> #> $`seborrheic keratosis`$`_id` #> [1] "DOID_6498<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`seborrheic keratosis`$privateGeneCount #> [1] 0 #> #> $`seborrheic keratosis`$publicGeneCount #> [1] 2 #> #> $`seborrheic keratosis`$urlId #> [1] "DOID_6498" #> #> $`seborrheic keratosis`$dbPhenotype #> [1] TRUE #> #> $`seborrheic keratosis`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`seborrheic keratosis`$`_is_leaf` #> [1] TRUE #> #> $`seborrheic keratosis`$children #> list() #> #> $`seborrheic keratosis`$value #> [1] "seborrheic keratosis" #> #> #> $`seborrheic keratosis` #> $`seborrheic keratosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6498" #> #> $`seborrheic keratosis`$`_id` #> [1] "DOID_6498<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`seborrheic keratosis`$privateGeneCount #> [1] 0 #> #> $`seborrheic keratosis`$publicGeneCount #> [1] 2 #> #> $`seborrheic keratosis`$urlId #> [1] "DOID_6498" #> #> $`seborrheic keratosis`$dbPhenotype #> [1] TRUE #> #> $`seborrheic keratosis`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`seborrheic keratosis`$`_is_leaf` #> [1] TRUE #> #> $`seborrheic keratosis`$children #> list() #> #> $`seborrheic keratosis`$value #> [1] "seborrheic keratosis" #> #> #> $`seborrheic keratosis` #> $`seborrheic keratosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6498" #> #> $`seborrheic keratosis`$`_id` #> [1] "DOID_6498<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`seborrheic keratosis`$privateGeneCount #> [1] 0 #> #> $`seborrheic keratosis`$publicGeneCount #> [1] 2 #> #> $`seborrheic keratosis`$urlId #> [1] "DOID_6498" #> #> $`seborrheic keratosis`$dbPhenotype #> [1] TRUE #> #> $`seborrheic keratosis`$`_parent` #> [1] "DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`seborrheic keratosis`$`_is_leaf` #> [1] TRUE #> #> $`seborrheic keratosis`$children #> list() #> #> $`seborrheic keratosis`$value #> [1] "seborrheic keratosis" #> #> #> $`Seckel syndrome` #> $`Seckel syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050569" #> #> $`Seckel syndrome`$`_id` #> [1] "DOID_0050569<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Seckel syndrome`$privateGeneCount #> [1] 0 #> #> $`Seckel syndrome`$publicGeneCount #> [1] 9 #> #> $`Seckel syndrome`$urlId #> [1] "DOID_0050569" #> #> $`Seckel syndrome`$dbPhenotype #> [1] TRUE #> #> $`Seckel syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Seckel syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Seckel syndrome`$children #> list() #> #> $`Seckel syndrome`$value #> [1] "Seckel syndrome" #> #> #> $`Seckel syndrome` #> $`Seckel syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050569" #> #> $`Seckel syndrome`$`_id` #> [1] "DOID_0050569<DOID_225<DOID_4" #> #> $`Seckel syndrome`$privateGeneCount #> [1] 0 #> #> $`Seckel syndrome`$publicGeneCount #> [1] 9 #> #> $`Seckel syndrome`$urlId #> [1] "DOID_0050569" #> #> $`Seckel syndrome`$dbPhenotype #> [1] TRUE #> #> $`Seckel syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Seckel syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Seckel syndrome`$children #> list() #> #> $`Seckel syndrome`$value #> [1] "Seckel syndrome" #> #> #> $`secondary hyperparathyroidism` #> $`secondary hyperparathyroidism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12466" #> #> $`secondary hyperparathyroidism`$`_id` #> [1] "DOID_12466<DOID_13543<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`secondary hyperparathyroidism`$privateGeneCount #> [1] 0 #> #> $`secondary hyperparathyroidism`$publicGeneCount #> [1] 9 #> #> $`secondary hyperparathyroidism`$urlId #> [1] "DOID_12466" #> #> $`secondary hyperparathyroidism`$dbPhenotype #> [1] TRUE #> #> $`secondary hyperparathyroidism`$`_parent` #> [1] "DOID_13543<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`secondary hyperparathyroidism`$`_is_leaf` #> [1] TRUE #> #> $`secondary hyperparathyroidism`$children #> list() #> #> $`secondary hyperparathyroidism`$value #> [1] "secondary hyperparathyroidism" #> #> #> $`secondary hypertension` #> $`secondary hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11130" #> #> $`secondary hypertension`$`_id` #> [1] "DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`secondary hypertension`$privateGeneCount #> [1] 0 #> #> $`secondary hypertension`$publicGeneCount #> [1] 16 #> #> $`secondary hypertension`$urlId #> [1] "DOID_11130" #> #> $`secondary hypertension`$dbPhenotype #> [1] FALSE #> #> $`secondary hypertension`$`_parent` #> [1] "DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`secondary hypertension`$`_is_leaf` #> [1] FALSE #> #> $`secondary hypertension`$children #> $`secondary hypertension`$children[[1]] #> [1] "DOID_1073<DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`secondary hypertension`$value #> [1] "secondary hypertension" #> #> #> $`secondary Parkinson disease` #> $`secondary Parkinson disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13548" #> #> $`secondary Parkinson disease`$`_id` #> [1] "DOID_13548<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`secondary Parkinson disease`$privateGeneCount #> [1] 0 #> #> $`secondary Parkinson disease`$publicGeneCount #> [1] 5 #> #> $`secondary Parkinson disease`$urlId #> [1] "DOID_13548" #> #> $`secondary Parkinson disease`$dbPhenotype #> [1] TRUE #> #> $`secondary Parkinson disease`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`secondary Parkinson disease`$`_is_leaf` #> [1] TRUE #> #> $`secondary Parkinson disease`$children #> list() #> #> $`secondary Parkinson disease`$value #> [1] "secondary Parkinson disease" #> #> #> $`secretory diarrhea` #> $`secretory diarrhea`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050129" #> #> $`secretory diarrhea`$`_id` #> [1] "DOID_0050129<DOID_13250<DOID_77<DOID_7<DOID_4" #> #> $`secretory diarrhea`$privateGeneCount #> [1] 0 #> #> $`secretory diarrhea`$publicGeneCount #> [1] 1 #> #> $`secretory diarrhea`$urlId #> [1] "DOID_0050129" #> #> $`secretory diarrhea`$dbPhenotype #> [1] FALSE #> #> $`secretory diarrhea`$`_parent` #> [1] "DOID_13250<DOID_77<DOID_7<DOID_4" #> #> $`secretory diarrhea`$`_is_leaf` #> [1] FALSE #> #> $`secretory diarrhea`$children #> $`secretory diarrhea`$children[[1]] #> [1] "DOID_0060296<DOID_0050129<DOID_13250<DOID_77<DOID_7<DOID_4" #> #> #> $`secretory diarrhea`$value #> [1] "secretory diarrhea" #> #> #> $`secretory meningioma` #> $`secretory meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4588" #> #> $`secretory meningioma`$`_id` #> [1] "DOID_4588<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`secretory meningioma`$privateGeneCount #> [1] 0 #> #> $`secretory meningioma`$publicGeneCount #> [1] 16 #> #> $`secretory meningioma`$urlId #> [1] "DOID_4588" #> #> $`secretory meningioma`$dbPhenotype #> [1] TRUE #> #> $`secretory meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`secretory meningioma`$`_is_leaf` #> [1] TRUE #> #> $`secretory meningioma`$children #> list() #> #> $`secretory meningioma`$value #> [1] "secretory meningioma" #> #> #> $`secretory meningioma` #> $`secretory meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4588" #> #> $`secretory meningioma`$`_id` #> [1] "DOID_4588<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`secretory meningioma`$privateGeneCount #> [1] 0 #> #> $`secretory meningioma`$publicGeneCount #> [1] 16 #> #> $`secretory meningioma`$urlId #> [1] "DOID_4588" #> #> $`secretory meningioma`$dbPhenotype #> [1] TRUE #> #> $`secretory meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`secretory meningioma`$`_is_leaf` #> [1] TRUE #> #> $`secretory meningioma`$children #> list() #> #> $`secretory meningioma`$value #> [1] "secretory meningioma" #> #> #> $`secretory meningioma` #> $`secretory meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4588" #> #> $`secretory meningioma`$`_id` #> [1] "DOID_4588<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`secretory meningioma`$privateGeneCount #> [1] 0 #> #> $`secretory meningioma`$publicGeneCount #> [1] 16 #> #> $`secretory meningioma`$urlId #> [1] "DOID_4588" #> #> $`secretory meningioma`$dbPhenotype #> [1] TRUE #> #> $`secretory meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`secretory meningioma`$`_is_leaf` #> [1] TRUE #> #> $`secretory meningioma`$children #> list() #> #> $`secretory meningioma`$value #> [1] "secretory meningioma" #> #> #> $Seizure #> $Seizure$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001250" #> #> $Seizure$`_id` #> [1] "HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Seizure$privateGeneCount #> [1] 0 #> #> $Seizure$publicGeneCount #> [1] 65 #> #> $Seizure$urlId #> [1] "HP_0001250" #> #> $Seizure$dbPhenotype #> [1] TRUE #> #> $Seizure$`_parent` #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Seizure$`_is_leaf` #> [1] FALSE #> #> $Seizure$children #> $Seizure$children[[1]] #> [1] "HP_0011146<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Seizure$children[[2]] #> [1] "HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Seizure$children[[3]] #> [1] "HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Seizure$children[[4]] #> [1] "HP_0032892<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Seizure$children[[5]] #> [1] "HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Seizure$value #> [1] "Seizure" #> #> #> $`Seizure precipitated by febrile infection` #> $`Seizure precipitated by febrile infection`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032894" #> #> $`Seizure precipitated by febrile infection`$`_id` #> [1] "HP_0032894<HP_0032892<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Seizure precipitated by febrile infection`$privateGeneCount #> [1] 0 #> #> $`Seizure precipitated by febrile infection`$publicGeneCount #> [1] 35 #> #> $`Seizure precipitated by febrile infection`$urlId #> [1] "HP_0032894" #> #> $`Seizure precipitated by febrile infection`$dbPhenotype #> [1] FALSE #> #> $`Seizure precipitated by febrile infection`$`_parent` #> [1] "HP_0032892<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Seizure precipitated by febrile infection`$`_is_leaf` #> [1] FALSE #> #> $`Seizure precipitated by febrile infection`$children #> $`Seizure precipitated by febrile infection`$children[[1]] #> [1] "HP_0002373<HP_0032894<HP_0032892<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Seizure precipitated by febrile infection`$value #> [1] "Seizure precipitated by febrile infection" #> #> #> $seizures #> $seizures$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002064" #> #> $seizures$`_id` #> [1] "MP_0002064<MP_0003633<MP_0003631<MP_0000001" #> #> $seizures$privateGeneCount #> [1] 0 #> #> $seizures$publicGeneCount #> [1] 1 #> #> $seizures$urlId #> [1] "MP_0002064" #> #> $seizures$dbPhenotype #> [1] TRUE #> #> $seizures$`_parent` #> [1] "MP_0003633<MP_0003631<MP_0000001" #> #> $seizures$`_is_leaf` #> [1] TRUE #> #> $seizures$children #> list() #> #> $seizures$value #> [1] "seizures" #> #> #> $seizures #> $seizures$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002064" #> #> $seizures$`_id` #> [1] "MP_0002064<MP_0004924<MP_0005386<MP_0000001" #> #> $seizures$privateGeneCount #> [1] 0 #> #> $seizures$publicGeneCount #> [1] 1 #> #> $seizures$urlId #> [1] "MP_0002064" #> #> $seizures$dbPhenotype #> [1] TRUE #> #> $seizures$`_parent` #> [1] "MP_0004924<MP_0005386<MP_0000001" #> #> $seizures$`_is_leaf` #> [1] TRUE #> #> $seizures$children #> list() #> #> $seizures$value #> [1] "seizures" #> #> #> $`selective IgA deficiency disease` #> $`selective IgA deficiency disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11701" #> #> $`selective IgA deficiency disease`$`_id` #> [1] "DOID_11701<DOID_11702<DOID_6025<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`selective IgA deficiency disease`$privateGeneCount #> [1] 0 #> #> $`selective IgA deficiency disease`$publicGeneCount #> [1] 2 #> #> $`selective IgA deficiency disease`$urlId #> [1] "DOID_11701" #> #> $`selective IgA deficiency disease`$dbPhenotype #> [1] TRUE #> #> $`selective IgA deficiency disease`$`_parent` #> [1] "DOID_11702<DOID_6025<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`selective IgA deficiency disease`$`_is_leaf` #> [1] TRUE #> #> $`selective IgA deficiency disease`$children #> list() #> #> $`selective IgA deficiency disease`$value #> [1] "selective IgA deficiency disease" #> #> #> $`selective immunoglobulin deficiency disease` #> $`selective immunoglobulin deficiency disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6025" #> #> $`selective immunoglobulin deficiency disease`$`_id` #> [1] "DOID_6025<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`selective immunoglobulin deficiency disease`$privateGeneCount #> [1] 0 #> #> $`selective immunoglobulin deficiency disease`$publicGeneCount #> [1] 6 #> #> $`selective immunoglobulin deficiency disease`$urlId #> [1] "DOID_6025" #> #> $`selective immunoglobulin deficiency disease`$dbPhenotype #> [1] FALSE #> #> $`selective immunoglobulin deficiency disease`$`_parent` #> [1] "DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`selective immunoglobulin deficiency disease`$`_is_leaf` #> [1] FALSE #> #> $`selective immunoglobulin deficiency disease`$children #> $`selective immunoglobulin deficiency disease`$children[[1]] #> [1] "DOID_11702<DOID_6025<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`selective immunoglobulin deficiency disease`$value #> [1] "selective immunoglobulin deficiency disease" #> #> #> $seminoma #> $seminoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4440" #> #> $seminoma$`_id` #> [1] "DOID_4440<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $seminoma$privateGeneCount #> [1] 0 #> #> $seminoma$publicGeneCount #> [1] 30 #> #> $seminoma$urlId #> [1] "DOID_4440" #> #> $seminoma$dbPhenotype #> [1] TRUE #> #> $seminoma$`_parent` #> [1] "DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $seminoma$`_is_leaf` #> [1] TRUE #> #> $seminoma$children #> list() #> #> $seminoma$value #> [1] "seminoma" #> #> #> $`Senior-Loken syndrome` #> $`Senior-Loken syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050576" #> #> $`Senior-Loken syndrome`$`_id` #> [1] "DOID_0050576<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Senior-Loken syndrome`$privateGeneCount #> [1] 0 #> #> $`Senior-Loken syndrome`$publicGeneCount #> [1] 7 #> #> $`Senior-Loken syndrome`$urlId #> [1] "DOID_0050576" #> #> $`Senior-Loken syndrome`$dbPhenotype #> [1] TRUE #> #> $`Senior-Loken syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Senior-Loken syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Senior-Loken syndrome`$children #> list() #> #> $`Senior-Loken syndrome`$value #> [1] "Senior-Loken syndrome" #> #> #> $`Senior-Loken syndrome` #> $`Senior-Loken syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050576" #> #> $`Senior-Loken syndrome`$`_id` #> [1] "DOID_0050576<DOID_225<DOID_4" #> #> $`Senior-Loken syndrome`$privateGeneCount #> [1] 0 #> #> $`Senior-Loken syndrome`$publicGeneCount #> [1] 7 #> #> $`Senior-Loken syndrome`$urlId #> [1] "DOID_0050576" #> #> $`Senior-Loken syndrome`$dbPhenotype #> [1] TRUE #> #> $`Senior-Loken syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Senior-Loken syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Senior-Loken syndrome`$children #> list() #> #> $`Senior-Loken syndrome`$value #> [1] "Senior-Loken syndrome" #> #> #> $`Sensenbrenner syndrome` #> $`Sensenbrenner syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050577" #> #> $`Sensenbrenner syndrome`$`_id` #> [1] "DOID_0050577<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Sensenbrenner syndrome`$privateGeneCount #> [1] 0 #> #> $`Sensenbrenner syndrome`$publicGeneCount #> [1] 2 #> #> $`Sensenbrenner syndrome`$urlId #> [1] "DOID_0050577" #> #> $`Sensenbrenner syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sensenbrenner syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Sensenbrenner syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sensenbrenner syndrome`$children #> list() #> #> $`Sensenbrenner syndrome`$value #> [1] "Sensenbrenner syndrome" #> #> #> $`Sensenbrenner syndrome` #> $`Sensenbrenner syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050577" #> #> $`Sensenbrenner syndrome`$`_id` #> [1] "DOID_0050577<DOID_225<DOID_4" #> #> $`Sensenbrenner syndrome`$privateGeneCount #> [1] 0 #> #> $`Sensenbrenner syndrome`$publicGeneCount #> [1] 2 #> #> $`Sensenbrenner syndrome`$urlId #> [1] "DOID_0050577" #> #> $`Sensenbrenner syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sensenbrenner syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Sensenbrenner syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sensenbrenner syndrome`$children #> list() #> #> $`Sensenbrenner syndrome`$value #> [1] "Sensenbrenner syndrome" #> #> #> $`Sensorineural hearing impairment` #> $`Sensorineural hearing impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000407" #> #> $`Sensorineural hearing impairment`$`_id` #> [1] "HP_0000407<HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Sensorineural hearing impairment`$privateGeneCount #> [1] 0 #> #> $`Sensorineural hearing impairment`$publicGeneCount #> [1] 6 #> #> $`Sensorineural hearing impairment`$urlId #> [1] "HP_0000407" #> #> $`Sensorineural hearing impairment`$dbPhenotype #> [1] TRUE #> #> $`Sensorineural hearing impairment`$`_parent` #> [1] "HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Sensorineural hearing impairment`$`_is_leaf` #> [1] FALSE #> #> $`Sensorineural hearing impairment`$children #> $`Sensorineural hearing impairment`$children[[1]] #> [1] "HP_0040113<HP_0000407<HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Sensorineural hearing impairment`$value #> [1] "Sensorineural hearing impairment" #> #> #> $`Sensorineural hearing impairment` #> $`Sensorineural hearing impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000407" #> #> $`Sensorineural hearing impairment`$`_id` #> [1] "HP_0000407<HP_0011389<HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Sensorineural hearing impairment`$privateGeneCount #> [1] 0 #> #> $`Sensorineural hearing impairment`$publicGeneCount #> [1] 6 #> #> $`Sensorineural hearing impairment`$urlId #> [1] "HP_0000407" #> #> $`Sensorineural hearing impairment`$dbPhenotype #> [1] TRUE #> #> $`Sensorineural hearing impairment`$`_parent` #> [1] "HP_0011389<HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Sensorineural hearing impairment`$`_is_leaf` #> [1] FALSE #> #> $`Sensorineural hearing impairment`$children #> $`Sensorineural hearing impairment`$children[[1]] #> [1] "HP_0040113<HP_0000407<HP_0011389<HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Sensorineural hearing impairment`$value #> [1] "Sensorineural hearing impairment" #> #> #> $`sensorineural hearing loss` #> $`sensorineural hearing loss`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10003" #> #> $`sensorineural hearing loss`$`_id` #> [1] "DOID_10003<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`sensorineural hearing loss`$privateGeneCount #> [1] 0 #> #> $`sensorineural hearing loss`$publicGeneCount #> [1] 80 #> #> $`sensorineural hearing loss`$urlId #> [1] "DOID_10003" #> #> $`sensorineural hearing loss`$dbPhenotype #> [1] TRUE #> #> $`sensorineural hearing loss`$`_parent` #> [1] "DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`sensorineural hearing loss`$`_is_leaf` #> [1] TRUE #> #> $`sensorineural hearing loss`$children #> list() #> #> $`sensorineural hearing loss`$value #> [1] "sensorineural hearing loss" #> #> #> $`Sensory ataxia` #> $`Sensory ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010871" #> #> $`Sensory ataxia`$`_id` #> [1] "HP_0010871<HP_0010831<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Sensory ataxia`$privateGeneCount #> [1] 0 #> #> $`Sensory ataxia`$publicGeneCount #> [1] 1 #> #> $`Sensory ataxia`$urlId #> [1] "HP_0010871" #> #> $`Sensory ataxia`$dbPhenotype #> [1] TRUE #> #> $`Sensory ataxia`$`_parent` #> [1] "HP_0010831<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Sensory ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Sensory ataxia`$children #> list() #> #> $`Sensory ataxia`$value #> [1] "Sensory ataxia" #> #> #> $`Sensory impairment` #> $`Sensory impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003474" #> #> $`Sensory impairment`$`_id` #> [1] "HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Sensory impairment`$privateGeneCount #> [1] 0 #> #> $`Sensory impairment`$publicGeneCount #> [1] 3 #> #> $`Sensory impairment`$urlId #> [1] "HP_0003474" #> #> $`Sensory impairment`$dbPhenotype #> [1] FALSE #> #> $`Sensory impairment`$`_parent` #> [1] "HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Sensory impairment`$`_is_leaf` #> [1] FALSE #> #> $`Sensory impairment`$children #> $`Sensory impairment`$children[[1]] #> [1] "HP_0010832<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Sensory impairment`$children[[2]] #> [1] "HP_0010831<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Sensory impairment`$value #> [1] "Sensory impairment" #> #> #> $`Sensory neuropathy` #> $`Sensory neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000763" #> #> $`Sensory neuropathy`$`_id` #> [1] "HP_0000763<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Sensory neuropathy`$privateGeneCount #> [1] 0 #> #> $`Sensory neuropathy`$publicGeneCount #> [1] 3 #> #> $`Sensory neuropathy`$urlId #> [1] "HP_0000763" #> #> $`Sensory neuropathy`$dbPhenotype #> [1] TRUE #> #> $`Sensory neuropathy`$`_parent` #> [1] "HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Sensory neuropathy`$`_is_leaf` #> [1] FALSE #> #> $`Sensory neuropathy`$children #> $`Sensory neuropathy`$children[[1]] #> [1] "HP_0003401<HP_0000763<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Sensory neuropathy`$value #> [1] "Sensory neuropathy" #> #> #> $`sensory system cancer` #> $`sensory system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060116" #> #> $`sensory system cancer`$`_id` #> [1] "DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`sensory system cancer`$privateGeneCount #> [1] 0 #> #> $`sensory system cancer`$publicGeneCount #> [1] 21 #> #> $`sensory system cancer`$urlId #> [1] "DOID_0060116" #> #> $`sensory system cancer`$dbPhenotype #> [1] FALSE #> #> $`sensory system cancer`$`_parent` #> [1] "DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`sensory system cancer`$`_is_leaf` #> [1] FALSE #> #> $`sensory system cancer`$children #> $`sensory system cancer`$children[[1]] #> [1] "DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`sensory system cancer`$value #> [1] "sensory system cancer" #> #> #> $`sensory system cancer` #> $`sensory system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060116" #> #> $`sensory system cancer`$`_id` #> [1] "DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`sensory system cancer`$privateGeneCount #> [1] 0 #> #> $`sensory system cancer`$publicGeneCount #> [1] 21 #> #> $`sensory system cancer`$urlId #> [1] "DOID_0060116" #> #> $`sensory system cancer`$dbPhenotype #> [1] FALSE #> #> $`sensory system cancer`$`_parent` #> [1] "DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`sensory system cancer`$`_is_leaf` #> [1] FALSE #> #> $`sensory system cancer`$children #> $`sensory system cancer`$children[[1]] #> [1] "DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`sensory system cancer`$value #> [1] "sensory system cancer" #> #> #> $`sensory system cancer` #> $`sensory system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060116" #> #> $`sensory system cancer`$`_id` #> [1] "DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`sensory system cancer`$privateGeneCount #> [1] 0 #> #> $`sensory system cancer`$publicGeneCount #> [1] 21 #> #> $`sensory system cancer`$urlId #> [1] "DOID_0060116" #> #> $`sensory system cancer`$dbPhenotype #> [1] FALSE #> #> $`sensory system cancer`$`_parent` #> [1] "DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`sensory system cancer`$`_is_leaf` #> [1] FALSE #> #> $`sensory system cancer`$children #> $`sensory system cancer`$children[[1]] #> [1] "DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`sensory system cancer`$value #> [1] "sensory system cancer" #> #> #> $`sensory system disease` #> $`sensory system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050155" #> #> $`sensory system disease`$`_id` #> [1] "DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`sensory system disease`$privateGeneCount #> [1] 0 #> #> $`sensory system disease`$publicGeneCount #> [1] 738 #> #> $`sensory system disease`$urlId #> [1] "DOID_0050155" #> #> $`sensory system disease`$dbPhenotype #> [1] FALSE #> #> $`sensory system disease`$`_parent` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`sensory system disease`$`_is_leaf` #> [1] FALSE #> #> $`sensory system disease`$children #> $`sensory system disease`$children[[1]] #> [1] "DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`sensory system disease`$children[[2]] #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`sensory system disease`$children[[3]] #> [1] "DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`sensory system disease`$value #> [1] "sensory system disease" #> #> #> $Sepsis #> $Sepsis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100806" #> #> $Sepsis$`_id` #> [1] "HP_0100806<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $Sepsis$privateGeneCount #> [1] 0 #> #> $Sepsis$publicGeneCount #> [1] 49 #> #> $Sepsis$urlId #> [1] "HP_0100806" #> #> $Sepsis$dbPhenotype #> [1] TRUE #> #> $Sepsis$`_parent` #> [1] "HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $Sepsis$`_is_leaf` #> [1] TRUE #> #> $Sepsis$children #> list() #> #> $Sepsis$value #> [1] "Sepsis" #> #> #> $`septic arthritis` #> $`septic arthritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_813" #> #> $`septic arthritis`$`_id` #> [1] "DOID_813<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`septic arthritis`$privateGeneCount #> [1] 0 #> #> $`septic arthritis`$publicGeneCount #> [1] 3 #> #> $`septic arthritis`$urlId #> [1] "DOID_813" #> #> $`septic arthritis`$dbPhenotype #> [1] TRUE #> #> $`septic arthritis`$`_parent` #> [1] "DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`septic arthritis`$`_is_leaf` #> [1] TRUE #> #> $`septic arthritis`$children #> list() #> #> $`septic arthritis`$value #> [1] "septic arthritis" #> #> #> $`Septo-optic dysplasia` #> $`Septo-optic dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100842" #> #> $`Septo-optic dysplasia`$`_id` #> [1] "HP_0100842<HP_0000609<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Septo-optic dysplasia`$privateGeneCount #> [1] 0 #> #> $`Septo-optic dysplasia`$publicGeneCount #> [1] 1 #> #> $`Septo-optic dysplasia`$urlId #> [1] "HP_0100842" #> #> $`Septo-optic dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Septo-optic dysplasia`$`_parent` #> [1] "HP_0000609<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Septo-optic dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Septo-optic dysplasia`$children #> list() #> #> $`Septo-optic dysplasia`$value #> [1] "Septo-optic dysplasia" #> #> #> $`Septo-optic dysplasia` #> $`Septo-optic dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100842" #> #> $`Septo-optic dysplasia`$`_id` #> [1] "HP_0100842<HP_0000609<HP_0008058<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Septo-optic dysplasia`$privateGeneCount #> [1] 0 #> #> $`Septo-optic dysplasia`$publicGeneCount #> [1] 1 #> #> $`Septo-optic dysplasia`$urlId #> [1] "HP_0100842" #> #> $`Septo-optic dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Septo-optic dysplasia`$`_parent` #> [1] "HP_0000609<HP_0008058<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Septo-optic dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Septo-optic dysplasia`$children #> list() #> #> $`Septo-optic dysplasia`$value #> [1] "Septo-optic dysplasia" #> #> #> $`Septo-optic dysplasia` #> $`Septo-optic dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100842" #> #> $`Septo-optic dysplasia`$`_id` #> [1] "HP_0100842<HP_0000609<HP_0008058<HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Septo-optic dysplasia`$privateGeneCount #> [1] 0 #> #> $`Septo-optic dysplasia`$publicGeneCount #> [1] 1 #> #> $`Septo-optic dysplasia`$urlId #> [1] "HP_0100842" #> #> $`Septo-optic dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Septo-optic dysplasia`$`_parent` #> [1] "HP_0000609<HP_0008058<HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Septo-optic dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Septo-optic dysplasia`$children #> list() #> #> $`Septo-optic dysplasia`$value #> [1] "Septo-optic dysplasia" #> #> #> $`Septo-optic dysplasia` #> $`Septo-optic dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100842" #> #> $`Septo-optic dysplasia`$`_id` #> [1] "HP_0100842<HP_0000609<HP_0008058<HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Septo-optic dysplasia`$privateGeneCount #> [1] 0 #> #> $`Septo-optic dysplasia`$publicGeneCount #> [1] 1 #> #> $`Septo-optic dysplasia`$urlId #> [1] "HP_0100842" #> #> $`Septo-optic dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Septo-optic dysplasia`$`_parent` #> [1] "HP_0000609<HP_0008058<HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Septo-optic dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Septo-optic dysplasia`$children #> list() #> #> $`Septo-optic dysplasia`$value #> [1] "Septo-optic dysplasia" #> #> #> $`serine deficiency` #> $`serine deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050721" #> #> $`serine deficiency`$`_id` #> [1] "DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`serine deficiency`$privateGeneCount #> [1] 0 #> #> $`serine deficiency`$publicGeneCount #> [1] 3 #> #> $`serine deficiency`$urlId #> [1] "DOID_0050721" #> #> $`serine deficiency`$dbPhenotype #> [1] FALSE #> #> $`serine deficiency`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`serine deficiency`$`_is_leaf` #> [1] FALSE #> #> $`serine deficiency`$children #> $`serine deficiency`$children[[1]] #> [1] "DOID_0080076<DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`serine deficiency`$children[[2]] #> [1] "DOID_0080075<DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`serine deficiency`$children[[3]] #> [1] "DOID_0050722<DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`serine deficiency`$children[[4]] #> [1] "DOID_0050723<DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`serine deficiency`$children[[5]] #> [1] "DOID_0050724<DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $`serine deficiency`$value #> [1] "serine deficiency" #> #> #> $`serous cystadenocarcinoma` #> $`serous cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3114" #> #> $`serous cystadenocarcinoma`$`_id` #> [1] "DOID_3114<DOID_3111<DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`serous cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`serous cystadenocarcinoma`$publicGeneCount #> [1] 5 #> #> $`serous cystadenocarcinoma`$urlId #> [1] "DOID_3114" #> #> $`serous cystadenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`serous cystadenocarcinoma`$`_parent` #> [1] "DOID_3111<DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`serous cystadenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`serous cystadenocarcinoma`$children #> list() #> #> $`serous cystadenocarcinoma`$value #> [1] "serous cystadenocarcinoma" #> #> #> $`Sertoli cell-only syndrome` #> $`Sertoli cell-only syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050457" #> #> $`Sertoli cell-only syndrome`$`_id` #> [1] "DOID_0050457<DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`Sertoli cell-only syndrome`$privateGeneCount #> [1] 0 #> #> $`Sertoli cell-only syndrome`$publicGeneCount #> [1] 1 #> #> $`Sertoli cell-only syndrome`$urlId #> [1] "DOID_0050457" #> #> $`Sertoli cell-only syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sertoli cell-only syndrome`$`_parent` #> [1] "DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`Sertoli cell-only syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sertoli cell-only syndrome`$children #> list() #> #> $`Sertoli cell-only syndrome`$value #> [1] "Sertoli cell-only syndrome" #> #> #> $`Sertoli-Leydig cell tumor` #> $`Sertoli-Leydig cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2997" #> #> $`Sertoli-Leydig cell tumor`$`_id` #> [1] "DOID_2997<DOID_192<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Sertoli-Leydig cell tumor`$privateGeneCount #> [1] 0 #> #> $`Sertoli-Leydig cell tumor`$publicGeneCount #> [1] 1 #> #> $`Sertoli-Leydig cell tumor`$urlId #> [1] "DOID_2997" #> #> $`Sertoli-Leydig cell tumor`$dbPhenotype #> [1] TRUE #> #> $`Sertoli-Leydig cell tumor`$`_parent` #> [1] "DOID_192<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Sertoli-Leydig cell tumor`$`_is_leaf` #> [1] TRUE #> #> $`Sertoli-Leydig cell tumor`$children #> list() #> #> $`Sertoli-Leydig cell tumor`$value #> [1] "Sertoli-Leydig cell tumor" #> #> #> $`severe acute respiratory syndrome` #> $`severe acute respiratory syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2945" #> #> $`severe acute respiratory syndrome`$`_id` #> [1] "DOID_2945<DOID_0080599<DOID_934<DOID_0050117<DOID_4" #> #> $`severe acute respiratory syndrome`$privateGeneCount #> [1] 0 #> #> $`severe acute respiratory syndrome`$publicGeneCount #> [1] 4 #> #> $`severe acute respiratory syndrome`$urlId #> [1] "DOID_2945" #> #> $`severe acute respiratory syndrome`$dbPhenotype #> [1] TRUE #> #> $`severe acute respiratory syndrome`$`_parent` #> [1] "DOID_0080599<DOID_934<DOID_0050117<DOID_4" #> #> $`severe acute respiratory syndrome`$`_is_leaf` #> [1] TRUE #> #> $`severe acute respiratory syndrome`$children #> list() #> #> $`severe acute respiratory syndrome`$value #> [1] "severe acute respiratory syndrome" #> #> #> $`severe combined immunodeficiency` #> $`severe combined immunodeficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_627" #> #> $`severe combined immunodeficiency`$`_id` #> [1] "DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`severe combined immunodeficiency`$privateGeneCount #> [1] 0 #> #> $`severe combined immunodeficiency`$publicGeneCount #> [1] 23 #> #> $`severe combined immunodeficiency`$urlId #> [1] "DOID_627" #> #> $`severe combined immunodeficiency`$dbPhenotype #> [1] TRUE #> #> $`severe combined immunodeficiency`$`_parent` #> [1] "DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`severe combined immunodeficiency`$`_is_leaf` #> [1] FALSE #> #> $`severe combined immunodeficiency`$children #> $`severe combined immunodeficiency`$children[[1]] #> [1] "DOID_5810<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`severe combined immunodeficiency`$children[[2]] #> [1] "DOID_0060009<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`severe combined immunodeficiency`$children[[3]] #> [1] "DOID_5812<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`severe combined immunodeficiency`$children[[4]] #> [1] "DOID_0060010<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`severe combined immunodeficiency`$children[[5]] #> [1] "DOID_0060020<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`severe combined immunodeficiency`$children[[6]] #> [1] "DOID_0060013<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`severe combined immunodeficiency`$value #> [1] "severe combined immunodeficiency" #> #> #> $`severe congenital neutropenia` #> $`severe congenital neutropenia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050590" #> #> $`severe congenital neutropenia`$`_id` #> [1] "DOID_0050590<DOID_1227<DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`severe congenital neutropenia`$privateGeneCount #> [1] 0 #> #> $`severe congenital neutropenia`$publicGeneCount #> [1] 7 #> #> $`severe congenital neutropenia`$urlId #> [1] "DOID_0050590" #> #> $`severe congenital neutropenia`$dbPhenotype #> [1] TRUE #> #> $`severe congenital neutropenia`$`_parent` #> [1] "DOID_1227<DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`severe congenital neutropenia`$`_is_leaf` #> [1] TRUE #> #> $`severe congenital neutropenia`$children #> list() #> #> $`severe congenital neutropenia`$value #> [1] "severe congenital neutropenia" #> #> #> $`severe pre-eclampsia` #> $`severe pre-eclampsia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13129" #> #> $`severe pre-eclampsia`$`_id` #> [1] "DOID_13129<DOID_10591<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`severe pre-eclampsia`$privateGeneCount #> [1] 0 #> #> $`severe pre-eclampsia`$publicGeneCount #> [1] 2 #> #> $`severe pre-eclampsia`$urlId #> [1] "DOID_13129" #> #> $`severe pre-eclampsia`$dbPhenotype #> [1] FALSE #> #> $`severe pre-eclampsia`$`_parent` #> [1] "DOID_10591<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`severe pre-eclampsia`$`_is_leaf` #> [1] FALSE #> #> $`severe pre-eclampsia`$children #> $`severe pre-eclampsia`$children[[1]] #> [1] "DOID_13133<DOID_13129<DOID_10591<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`severe pre-eclampsia`$value #> [1] "severe pre-eclampsia" #> #> #> $`Severe short stature` #> $`Severe short stature`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003510" #> #> $`Severe short stature`$`_id` #> [1] "HP_0003510<HP_0003508<HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Severe short stature`$privateGeneCount #> [1] 0 #> #> $`Severe short stature`$publicGeneCount #> [1] 12 #> #> $`Severe short stature`$urlId #> [1] "HP_0003510" #> #> $`Severe short stature`$dbPhenotype #> [1] TRUE #> #> $`Severe short stature`$`_parent` #> [1] "HP_0003508<HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Severe short stature`$`_is_leaf` #> [1] TRUE #> #> $`Severe short stature`$children #> list() #> #> $`Severe short stature`$value #> [1] "Severe short stature" #> #> #> $`Severe short stature` #> $`Severe short stature`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003510" #> #> $`Severe short stature`$`_id` #> [1] "HP_0003510<HP_0003508<HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Severe short stature`$privateGeneCount #> [1] 0 #> #> $`Severe short stature`$publicGeneCount #> [1] 12 #> #> $`Severe short stature`$urlId #> [1] "HP_0003510" #> #> $`Severe short stature`$dbPhenotype #> [1] TRUE #> #> $`Severe short stature`$`_parent` #> [1] "HP_0003508<HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Severe short stature`$`_is_leaf` #> [1] TRUE #> #> $`Severe short stature`$children #> list() #> #> $`Severe short stature`$value #> [1] "Severe short stature" #> #> #> $`sex cord-gonadal stromal tumor` #> $`sex cord-gonadal stromal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_192" #> #> $`sex cord-gonadal stromal tumor`$`_id` #> [1] "DOID_192<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`sex cord-gonadal stromal tumor`$privateGeneCount #> [1] 0 #> #> $`sex cord-gonadal stromal tumor`$publicGeneCount #> [1] 12 #> #> $`sex cord-gonadal stromal tumor`$urlId #> [1] "DOID_192" #> #> $`sex cord-gonadal stromal tumor`$dbPhenotype #> [1] FALSE #> #> $`sex cord-gonadal stromal tumor`$`_parent` #> [1] "DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`sex cord-gonadal stromal tumor`$`_is_leaf` #> [1] FALSE #> #> $`sex cord-gonadal stromal tumor`$children #> $`sex cord-gonadal stromal tumor`$children[[1]] #> [1] "DOID_2696<DOID_192<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`sex cord-gonadal stromal tumor`$children[[2]] #> [1] "DOID_2997<DOID_192<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`sex cord-gonadal stromal tumor`$value #> [1] "sex cord-gonadal stromal tumor" #> #> #> $`sexual disorder` #> $`sexual disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060043" #> #> $`sexual disorder`$`_id` #> [1] "DOID_0060043<DOID_150<DOID_4" #> #> $`sexual disorder`$privateGeneCount #> [1] 0 #> #> $`sexual disorder`$publicGeneCount #> [1] 22 #> #> $`sexual disorder`$urlId #> [1] "DOID_0060043" #> #> $`sexual disorder`$dbPhenotype #> [1] FALSE #> #> $`sexual disorder`$`_parent` #> [1] "DOID_150<DOID_4" #> #> $`sexual disorder`$`_is_leaf` #> [1] FALSE #> #> $`sexual disorder`$children #> $`sexual disorder`$children[[1]] #> [1] "DOID_10132<DOID_0060043<DOID_150<DOID_4" #> #> $`sexual disorder`$children[[2]] #> [1] "DOID_1876<DOID_0060043<DOID_150<DOID_4" #> #> #> $`sexual disorder`$value #> [1] "sexual disorder" #> #> #> $`sexual dysfunction` #> $`sexual dysfunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1876" #> #> $`sexual dysfunction`$`_id` #> [1] "DOID_1876<DOID_0060043<DOID_150<DOID_4" #> #> $`sexual dysfunction`$privateGeneCount #> [1] 0 #> #> $`sexual dysfunction`$publicGeneCount #> [1] 17 #> #> $`sexual dysfunction`$urlId #> [1] "DOID_1876" #> #> $`sexual dysfunction`$dbPhenotype #> [1] TRUE #> #> $`sexual dysfunction`$`_parent` #> [1] "DOID_0060043<DOID_150<DOID_4" #> #> $`sexual dysfunction`$`_is_leaf` #> [1] FALSE #> #> $`sexual dysfunction`$children #> $`sexual dysfunction`$children[[1]] #> [1] "DOID_1875<DOID_1876<DOID_0060043<DOID_150<DOID_4" #> #> #> $`sexual dysfunction`$value #> [1] "sexual dysfunction" #> #> #> $`Sezary's disease` #> $`Sezary's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8541" #> #> $`Sezary's disease`$`_id` #> [1] "DOID_8541<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Sezary's disease`$privateGeneCount #> [1] 0 #> #> $`Sezary's disease`$publicGeneCount #> [1] 26 #> #> $`Sezary's disease`$urlId #> [1] "DOID_8541" #> #> $`Sezary's disease`$dbPhenotype #> [1] TRUE #> #> $`Sezary's disease`$`_parent` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Sezary's disease`$`_is_leaf` #> [1] TRUE #> #> $`Sezary's disease`$children #> list() #> #> $`Sezary's disease`$value #> [1] "Sezary's disease" #> #> #> $`Sezary's disease` #> $`Sezary's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8541" #> #> $`Sezary's disease`$`_id` #> [1] "DOID_8541<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Sezary's disease`$privateGeneCount #> [1] 0 #> #> $`Sezary's disease`$publicGeneCount #> [1] 26 #> #> $`Sezary's disease`$urlId #> [1] "DOID_8541" #> #> $`Sezary's disease`$dbPhenotype #> [1] TRUE #> #> $`Sezary's disease`$`_parent` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Sezary's disease`$`_is_leaf` #> [1] TRUE #> #> $`Sezary's disease`$children #> list() #> #> $`Sezary's disease`$value #> [1] "Sezary's disease" #> #> #> $`Sezary's disease` #> $`Sezary's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8541" #> #> $`Sezary's disease`$`_id` #> [1] "DOID_8541<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Sezary's disease`$privateGeneCount #> [1] 0 #> #> $`Sezary's disease`$publicGeneCount #> [1] 26 #> #> $`Sezary's disease`$urlId #> [1] "DOID_8541" #> #> $`Sezary's disease`$dbPhenotype #> [1] TRUE #> #> $`Sezary's disease`$`_parent` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Sezary's disease`$`_is_leaf` #> [1] TRUE #> #> $`Sezary's disease`$children #> list() #> #> $`Sezary's disease`$value #> [1] "Sezary's disease" #> #> #> $`Sezary's disease` #> $`Sezary's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8541" #> #> $`Sezary's disease`$`_id` #> [1] "DOID_8541<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Sezary's disease`$privateGeneCount #> [1] 0 #> #> $`Sezary's disease`$publicGeneCount #> [1] 26 #> #> $`Sezary's disease`$urlId #> [1] "DOID_8541" #> #> $`Sezary's disease`$dbPhenotype #> [1] TRUE #> #> $`Sezary's disease`$`_parent` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Sezary's disease`$`_is_leaf` #> [1] TRUE #> #> $`Sezary's disease`$children #> list() #> #> $`Sezary's disease`$value #> [1] "Sezary's disease" #> #> #> $`Sezary's disease` #> $`Sezary's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8541" #> #> $`Sezary's disease`$`_id` #> [1] "DOID_8541<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Sezary's disease`$privateGeneCount #> [1] 0 #> #> $`Sezary's disease`$publicGeneCount #> [1] 26 #> #> $`Sezary's disease`$urlId #> [1] "DOID_8541" #> #> $`Sezary's disease`$dbPhenotype #> [1] TRUE #> #> $`Sezary's disease`$`_parent` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Sezary's disease`$`_is_leaf` #> [1] TRUE #> #> $`Sezary's disease`$children #> list() #> #> $`Sezary's disease`$value #> [1] "Sezary's disease" #> #> #> $`Sheehan syndrome` #> $`Sheehan syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9476" #> #> $`Sheehan syndrome`$`_id` #> [1] "DOID_9476<DOID_9406<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`Sheehan syndrome`$privateGeneCount #> [1] 0 #> #> $`Sheehan syndrome`$publicGeneCount #> [1] 4 #> #> $`Sheehan syndrome`$urlId #> [1] "DOID_9476" #> #> $`Sheehan syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sheehan syndrome`$`_parent` #> [1] "DOID_9406<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`Sheehan syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sheehan syndrome`$children #> list() #> #> $`Sheehan syndrome`$value #> [1] "Sheehan syndrome" #> #> #> $`short bowel syndrome` #> $`short bowel syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10605" #> #> $`short bowel syndrome`$`_id` #> [1] "DOID_10605<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`short bowel syndrome`$privateGeneCount #> [1] 0 #> #> $`short bowel syndrome`$publicGeneCount #> [1] 2 #> #> $`short bowel syndrome`$urlId #> [1] "DOID_10605" #> #> $`short bowel syndrome`$dbPhenotype #> [1] TRUE #> #> $`short bowel syndrome`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`short bowel syndrome`$`_is_leaf` #> [1] TRUE #> #> $`short bowel syndrome`$children #> list() #> #> $`short bowel syndrome`$value #> [1] "short bowel syndrome" #> #> #> $`Short digit` #> $`Short digit`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011927" #> #> $`Short digit`$`_id` #> [1] "HP_0011927<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Short digit`$privateGeneCount #> [1] 0 #> #> $`Short digit`$publicGeneCount #> [1] 1 #> #> $`Short digit`$urlId #> [1] "HP_0011927" #> #> $`Short digit`$dbPhenotype #> [1] FALSE #> #> $`Short digit`$`_parent` #> [1] "HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Short digit`$`_is_leaf` #> [1] FALSE #> #> $`Short digit`$children #> $`Short digit`$children[[1]] #> [1] "HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Short digit`$value #> [1] "Short digit" #> #> #> $`Short digit` #> $`Short digit`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011927" #> #> $`Short digit`$`_id` #> [1] "HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Short digit`$privateGeneCount #> [1] 0 #> #> $`Short digit`$publicGeneCount #> [1] 1 #> #> $`Short digit`$urlId #> [1] "HP_0011927" #> #> $`Short digit`$dbPhenotype #> [1] FALSE #> #> $`Short digit`$`_parent` #> [1] "HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Short digit`$`_is_leaf` #> [1] FALSE #> #> $`Short digit`$children #> $`Short digit`$children[[1]] #> [1] "HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Short digit`$value #> [1] "Short digit" #> #> #> $`Short digit` #> $`Short digit`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011927" #> #> $`Short digit`$`_id` #> [1] "HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Short digit`$privateGeneCount #> [1] 0 #> #> $`Short digit`$publicGeneCount #> [1] 1 #> #> $`Short digit`$urlId #> [1] "HP_0011927" #> #> $`Short digit`$dbPhenotype #> [1] FALSE #> #> $`Short digit`$`_parent` #> [1] "HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Short digit`$`_is_leaf` #> [1] FALSE #> #> $`Short digit`$children #> $`Short digit`$children[[1]] #> [1] "HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Short digit`$value #> [1] "Short digit" #> #> #> $`short QT syndrome` #> $`short QT syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050793" #> #> $`short QT syndrome`$`_id` #> [1] "DOID_0050793<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`short QT syndrome`$privateGeneCount #> [1] 0 #> #> $`short QT syndrome`$publicGeneCount #> [1] 3 #> #> $`short QT syndrome`$urlId #> [1] "DOID_0050793" #> #> $`short QT syndrome`$dbPhenotype #> [1] TRUE #> #> $`short QT syndrome`$`_parent` #> [1] "DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`short QT syndrome`$`_is_leaf` #> [1] TRUE #> #> $`short QT syndrome`$children #> list() #> #> $`short QT syndrome`$value #> [1] "short QT syndrome" #> #> #> $`Short stature` #> $`Short stature`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004322" #> #> $`Short stature`$`_id` #> [1] "HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Short stature`$privateGeneCount #> [1] 0 #> #> $`Short stature`$publicGeneCount #> [1] 22 #> #> $`Short stature`$urlId #> [1] "HP_0004322" #> #> $`Short stature`$dbPhenotype #> [1] TRUE #> #> $`Short stature`$`_parent` #> [1] "HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Short stature`$`_is_leaf` #> [1] FALSE #> #> $`Short stature`$children #> $`Short stature`$children[[1]] #> [1] "HP_0000839<HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Short stature`$children[[2]] #> [1] "HP_0003508<HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Short stature`$value #> [1] "Short stature" #> #> #> $`Short stature` #> $`Short stature`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004322" #> #> $`Short stature`$`_id` #> [1] "HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Short stature`$privateGeneCount #> [1] 0 #> #> $`Short stature`$publicGeneCount #> [1] 22 #> #> $`Short stature`$urlId #> [1] "HP_0004322" #> #> $`Short stature`$dbPhenotype #> [1] TRUE #> #> $`Short stature`$`_parent` #> [1] "HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Short stature`$`_is_leaf` #> [1] FALSE #> #> $`Short stature`$children #> $`Short stature`$children[[1]] #> [1] "HP_0000839<HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Short stature`$children[[2]] #> [1] "HP_0003508<HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Short stature`$value #> [1] "Short stature" #> #> #> $`Shwachman-Diamond syndrome` #> $`Shwachman-Diamond syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060479" #> #> $`Shwachman-Diamond syndrome`$`_id` #> [1] "DOID_0060479<DOID_225<DOID_4" #> #> $`Shwachman-Diamond syndrome`$privateGeneCount #> [1] 0 #> #> $`Shwachman-Diamond syndrome`$publicGeneCount #> [1] 1 #> #> $`Shwachman-Diamond syndrome`$urlId #> [1] "DOID_0060479" #> #> $`Shwachman-Diamond syndrome`$dbPhenotype #> [1] TRUE #> #> $`Shwachman-Diamond syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Shwachman-Diamond syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Shwachman-Diamond syndrome`$children #> list() #> #> $`Shwachman-Diamond syndrome`$value #> [1] "Shwachman-Diamond syndrome" #> #> #> $sialuria #> $sialuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3659" #> #> $sialuria$`_id` #> [1] "DOID_3659<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sialuria$privateGeneCount #> [1] 0 #> #> $sialuria$publicGeneCount #> [1] 2 #> #> $sialuria$urlId #> [1] "DOID_3659" #> #> $sialuria$dbPhenotype #> [1] TRUE #> #> $sialuria$`_parent` #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sialuria$`_is_leaf` #> [1] TRUE #> #> $sialuria$children #> list() #> #> $sialuria$value #> [1] "sialuria" #> #> #> $`sick building syndrome` #> $`sick building syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2710" #> #> $`sick building syndrome`$`_id` #> [1] "DOID_2710<DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`sick building syndrome`$privateGeneCount #> [1] 0 #> #> $`sick building syndrome`$publicGeneCount #> [1] 1 #> #> $`sick building syndrome`$urlId #> [1] "DOID_2710" #> #> $`sick building syndrome`$dbPhenotype #> [1] TRUE #> #> $`sick building syndrome`$`_parent` #> [1] "DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`sick building syndrome`$`_is_leaf` #> [1] TRUE #> #> $`sick building syndrome`$children #> list() #> #> $`sick building syndrome`$value #> [1] "sick building syndrome" #> #> #> $`sick building syndrome` #> $`sick building syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2710" #> #> $`sick building syndrome`$`_id` #> [1] "DOID_2710<DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`sick building syndrome`$privateGeneCount #> [1] 0 #> #> $`sick building syndrome`$publicGeneCount #> [1] 1 #> #> $`sick building syndrome`$urlId #> [1] "DOID_2710" #> #> $`sick building syndrome`$dbPhenotype #> [1] TRUE #> #> $`sick building syndrome`$`_parent` #> [1] "DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`sick building syndrome`$`_is_leaf` #> [1] TRUE #> #> $`sick building syndrome`$children #> list() #> #> $`sick building syndrome`$value #> [1] "sick building syndrome" #> #> #> $`sick sinus syndrome` #> $`sick sinus syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13884" #> #> $`sick sinus syndrome`$`_id` #> [1] "DOID_13884<DOID_0050824<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`sick sinus syndrome`$privateGeneCount #> [1] 0 #> #> $`sick sinus syndrome`$publicGeneCount #> [1] 6 #> #> $`sick sinus syndrome`$urlId #> [1] "DOID_13884" #> #> $`sick sinus syndrome`$dbPhenotype #> [1] TRUE #> #> $`sick sinus syndrome`$`_parent` #> [1] "DOID_0050824<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`sick sinus syndrome`$`_is_leaf` #> [1] TRUE #> #> $`sick sinus syndrome`$children #> list() #> #> $`sick sinus syndrome`$value #> [1] "sick sinus syndrome" #> #> #> $`sick sinus syndrome` #> $`sick sinus syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13884" #> #> $`sick sinus syndrome`$`_id` #> [1] "DOID_13884<DOID_0050824<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`sick sinus syndrome`$privateGeneCount #> [1] 0 #> #> $`sick sinus syndrome`$publicGeneCount #> [1] 6 #> #> $`sick sinus syndrome`$urlId #> [1] "DOID_13884" #> #> $`sick sinus syndrome`$dbPhenotype #> [1] TRUE #> #> $`sick sinus syndrome`$`_parent` #> [1] "DOID_0050824<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`sick sinus syndrome`$`_is_leaf` #> [1] TRUE #> #> $`sick sinus syndrome`$children #> list() #> #> $`sick sinus syndrome`$value #> [1] "sick sinus syndrome" #> #> #> $`sickle cell anemia` #> $`sickle cell anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10923" #> #> $`sickle cell anemia`$`_id` #> [1] "DOID_10923<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`sickle cell anemia`$privateGeneCount #> [1] 0 #> #> $`sickle cell anemia`$publicGeneCount #> [1] 13 #> #> $`sickle cell anemia`$urlId #> [1] "DOID_10923" #> #> $`sickle cell anemia`$dbPhenotype #> [1] TRUE #> #> $`sickle cell anemia`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`sickle cell anemia`$`_is_leaf` #> [1] TRUE #> #> $`sickle cell anemia`$children #> list() #> #> $`sickle cell anemia`$value #> [1] "sickle cell anemia" #> #> #> $`sickle cell anemia` #> $`sickle cell anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10923" #> #> $`sickle cell anemia`$`_id` #> [1] "DOID_10923<DOID_620<DOID_74<DOID_7<DOID_4" #> #> $`sickle cell anemia`$privateGeneCount #> [1] 0 #> #> $`sickle cell anemia`$publicGeneCount #> [1] 13 #> #> $`sickle cell anemia`$urlId #> [1] "DOID_10923" #> #> $`sickle cell anemia`$dbPhenotype #> [1] TRUE #> #> $`sickle cell anemia`$`_parent` #> [1] "DOID_620<DOID_74<DOID_7<DOID_4" #> #> $`sickle cell anemia`$`_is_leaf` #> [1] TRUE #> #> $`sickle cell anemia`$children #> list() #> #> $`sickle cell anemia`$value #> [1] "sickle cell anemia" #> #> #> $`sideroblastic anemia` #> $`sideroblastic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8955" #> #> $`sideroblastic anemia`$`_id` #> [1] "DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`sideroblastic anemia`$privateGeneCount #> [1] 0 #> #> $`sideroblastic anemia`$publicGeneCount #> [1] 7 #> #> $`sideroblastic anemia`$urlId #> [1] "DOID_8955" #> #> $`sideroblastic anemia`$dbPhenotype #> [1] TRUE #> #> $`sideroblastic anemia`$`_parent` #> [1] "DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`sideroblastic anemia`$`_is_leaf` #> [1] FALSE #> #> $`sideroblastic anemia`$children #> $`sideroblastic anemia`$children[[1]] #> [1] "DOID_0060335<DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`sideroblastic anemia`$children[[2]] #> [1] "DOID_0060065<DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`sideroblastic anemia`$children[[3]] #> [1] "DOID_0060063<DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`sideroblastic anemia`$children[[4]] #> [1] "DOID_0050554<DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $`sideroblastic anemia`$value #> [1] "sideroblastic anemia" #> #> #> $`sideroblastic anemia 1` #> $`sideroblastic anemia 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060063" #> #> $`sideroblastic anemia 1`$`_id` #> [1] "DOID_0060063<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`sideroblastic anemia 1`$privateGeneCount #> [1] 0 #> #> $`sideroblastic anemia 1`$publicGeneCount #> [1] 1 #> #> $`sideroblastic anemia 1`$urlId #> [1] "DOID_0060063" #> #> $`sideroblastic anemia 1`$dbPhenotype #> [1] TRUE #> #> $`sideroblastic anemia 1`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`sideroblastic anemia 1`$`_is_leaf` #> [1] TRUE #> #> $`sideroblastic anemia 1`$children #> list() #> #> $`sideroblastic anemia 1`$value #> [1] "sideroblastic anemia 1" #> #> #> $`sideroblastic anemia 1` #> $`sideroblastic anemia 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060063" #> #> $`sideroblastic anemia 1`$`_id` #> [1] "DOID_0060063<DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`sideroblastic anemia 1`$privateGeneCount #> [1] 0 #> #> $`sideroblastic anemia 1`$publicGeneCount #> [1] 1 #> #> $`sideroblastic anemia 1`$urlId #> [1] "DOID_0060063" #> #> $`sideroblastic anemia 1`$dbPhenotype #> [1] TRUE #> #> $`sideroblastic anemia 1`$`_parent` #> [1] "DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`sideroblastic anemia 1`$`_is_leaf` #> [1] TRUE #> #> $`sideroblastic anemia 1`$children #> list() #> #> $`sideroblastic anemia 1`$value #> [1] "sideroblastic anemia 1" #> #> #> $`sigmoid disease` #> $`sigmoid disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1897" #> #> $`sigmoid disease`$`_id` #> [1] "DOID_1897<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`sigmoid disease`$privateGeneCount #> [1] 0 #> #> $`sigmoid disease`$publicGeneCount #> [1] 1 #> #> $`sigmoid disease`$urlId #> [1] "DOID_1897" #> #> $`sigmoid disease`$dbPhenotype #> [1] TRUE #> #> $`sigmoid disease`$`_parent` #> [1] "DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`sigmoid disease`$`_is_leaf` #> [1] TRUE #> #> $`sigmoid disease`$children #> list() #> #> $`sigmoid disease`$value #> [1] "sigmoid disease" #> #> #> $`signet ring cell adenocarcinoma` #> $`signet ring cell adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3493" #> #> $`signet ring cell adenocarcinoma`$`_id` #> [1] "DOID_3493<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`signet ring cell adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`signet ring cell adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`signet ring cell adenocarcinoma`$urlId #> [1] "DOID_3493" #> #> $`signet ring cell adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`signet ring cell adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`signet ring cell adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`signet ring cell adenocarcinoma`$children #> list() #> #> $`signet ring cell adenocarcinoma`$value #> [1] "signet ring cell adenocarcinoma" #> #> #> $silicosis #> $silicosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10325" #> #> $silicosis$`_id` #> [1] "DOID_10325<DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $silicosis$privateGeneCount #> [1] 0 #> #> $silicosis$publicGeneCount #> [1] 10 #> #> $silicosis$urlId #> [1] "DOID_10325" #> #> $silicosis$dbPhenotype #> [1] TRUE #> #> $silicosis$`_parent` #> [1] "DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $silicosis$`_is_leaf` #> [1] TRUE #> #> $silicosis$children #> list() #> #> $silicosis$value #> [1] "silicosis" #> #> #> $silicosis #> $silicosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10325" #> #> $silicosis$`_id` #> [1] "DOID_10325<DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $silicosis$privateGeneCount #> [1] 0 #> #> $silicosis$publicGeneCount #> [1] 10 #> #> $silicosis$urlId #> [1] "DOID_10325" #> #> $silicosis$dbPhenotype #> [1] TRUE #> #> $silicosis$`_parent` #> [1] "DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $silicosis$`_is_leaf` #> [1] TRUE #> #> $silicosis$children #> list() #> #> $silicosis$value #> [1] "silicosis" #> #> #> $`Silver-Russell syndrome` #> $`Silver-Russell syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14681" #> #> $`Silver-Russell syndrome`$`_id` #> [1] "DOID_14681<DOID_0080015<DOID_4" #> #> $`Silver-Russell syndrome`$privateGeneCount #> [1] 0 #> #> $`Silver-Russell syndrome`$publicGeneCount #> [1] 5 #> #> $`Silver-Russell syndrome`$urlId #> [1] "DOID_14681" #> #> $`Silver-Russell syndrome`$dbPhenotype #> [1] TRUE #> #> $`Silver-Russell syndrome`$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $`Silver-Russell syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Silver-Russell syndrome`$children #> list() #> #> $`Silver-Russell syndrome`$value #> [1] "Silver-Russell syndrome" #> #> #> $`Simpson-Golabi-Behmel syndrome type 1` #> $`Simpson-Golabi-Behmel syndrome type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060248" #> #> $`Simpson-Golabi-Behmel syndrome type 1`$`_id` #> [1] "DOID_0060248<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Simpson-Golabi-Behmel syndrome type 1`$privateGeneCount #> [1] 0 #> #> $`Simpson-Golabi-Behmel syndrome type 1`$publicGeneCount #> [1] 3 #> #> $`Simpson-Golabi-Behmel syndrome type 1`$urlId #> [1] "DOID_0060248" #> #> $`Simpson-Golabi-Behmel syndrome type 1`$dbPhenotype #> [1] TRUE #> #> $`Simpson-Golabi-Behmel syndrome type 1`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Simpson-Golabi-Behmel syndrome type 1`$`_is_leaf` #> [1] TRUE #> #> $`Simpson-Golabi-Behmel syndrome type 1`$children #> list() #> #> $`Simpson-Golabi-Behmel syndrome type 1`$value #> [1] "Simpson-Golabi-Behmel syndrome type 1" #> #> #> $`Simpson-Golabi-Behmel syndrome type 1` #> $`Simpson-Golabi-Behmel syndrome type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060248" #> #> $`Simpson-Golabi-Behmel syndrome type 1`$`_id` #> [1] "DOID_0060248<DOID_225<DOID_4" #> #> $`Simpson-Golabi-Behmel syndrome type 1`$privateGeneCount #> [1] 0 #> #> $`Simpson-Golabi-Behmel syndrome type 1`$publicGeneCount #> [1] 3 #> #> $`Simpson-Golabi-Behmel syndrome type 1`$urlId #> [1] "DOID_0060248" #> #> $`Simpson-Golabi-Behmel syndrome type 1`$dbPhenotype #> [1] TRUE #> #> $`Simpson-Golabi-Behmel syndrome type 1`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Simpson-Golabi-Behmel syndrome type 1`$`_is_leaf` #> [1] TRUE #> #> $`Simpson-Golabi-Behmel syndrome type 1`$children #> list() #> #> $`Simpson-Golabi-Behmel syndrome type 1`$value #> [1] "Simpson-Golabi-Behmel syndrome type 1" #> #> #> $`Single median maxillary incisor` #> $`Single median maxillary incisor`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006315" #> #> $`Single median maxillary incisor`$`_id` #> [1] "HP_0006315<HP_0011064<HP_0000676<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Single median maxillary incisor`$privateGeneCount #> [1] 0 #> #> $`Single median maxillary incisor`$publicGeneCount #> [1] 1 #> #> $`Single median maxillary incisor`$urlId #> [1] "HP_0006315" #> #> $`Single median maxillary incisor`$dbPhenotype #> [1] TRUE #> #> $`Single median maxillary incisor`$`_parent` #> [1] "HP_0011064<HP_0000676<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Single median maxillary incisor`$`_is_leaf` #> [1] TRUE #> #> $`Single median maxillary incisor`$children #> list() #> #> $`Single median maxillary incisor`$value #> [1] "Single median maxillary incisor" #> #> #> $`Single median maxillary incisor` #> $`Single median maxillary incisor`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006315" #> #> $`Single median maxillary incisor`$`_id` #> [1] "HP_0006315<HP_0011064<HP_0006483<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Single median maxillary incisor`$privateGeneCount #> [1] 0 #> #> $`Single median maxillary incisor`$publicGeneCount #> [1] 1 #> #> $`Single median maxillary incisor`$urlId #> [1] "HP_0006315" #> #> $`Single median maxillary incisor`$dbPhenotype #> [1] TRUE #> #> $`Single median maxillary incisor`$`_parent` #> [1] "HP_0011064<HP_0006483<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Single median maxillary incisor`$`_is_leaf` #> [1] TRUE #> #> $`Single median maxillary incisor`$children #> list() #> #> $`Single median maxillary incisor`$value #> [1] "Single median maxillary incisor" #> #> #> $`Sinoatrial block` #> $`Sinoatrial block`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012723" #> #> $`Sinoatrial block`$`_id` #> [1] "HP_0012723<HP_0011702<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Sinoatrial block`$privateGeneCount #> [1] 0 #> #> $`Sinoatrial block`$publicGeneCount #> [1] 1 #> #> $`Sinoatrial block`$urlId #> [1] "HP_0012723" #> #> $`Sinoatrial block`$dbPhenotype #> [1] TRUE #> #> $`Sinoatrial block`$`_parent` #> [1] "HP_0011702<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Sinoatrial block`$`_is_leaf` #> [1] TRUE #> #> $`Sinoatrial block`$children #> list() #> #> $`Sinoatrial block`$value #> [1] "Sinoatrial block" #> #> #> $`Sinoatrial block` #> $`Sinoatrial block`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012723" #> #> $`Sinoatrial block`$`_id` #> [1] "HP_0012723<HP_0012722<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Sinoatrial block`$privateGeneCount #> [1] 0 #> #> $`Sinoatrial block`$publicGeneCount #> [1] 1 #> #> $`Sinoatrial block`$urlId #> [1] "HP_0012723" #> #> $`Sinoatrial block`$dbPhenotype #> [1] TRUE #> #> $`Sinoatrial block`$`_parent` #> [1] "HP_0012722<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Sinoatrial block`$`_is_leaf` #> [1] TRUE #> #> $`Sinoatrial block`$children #> list() #> #> $`Sinoatrial block`$value #> [1] "Sinoatrial block" #> #> #> $`sinoatrial node disease` #> $`sinoatrial node disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050824" #> #> $`sinoatrial node disease`$`_id` #> [1] "DOID_0050824<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`sinoatrial node disease`$privateGeneCount #> [1] 0 #> #> $`sinoatrial node disease`$publicGeneCount #> [1] 6 #> #> $`sinoatrial node disease`$urlId #> [1] "DOID_0050824" #> #> $`sinoatrial node disease`$dbPhenotype #> [1] FALSE #> #> $`sinoatrial node disease`$`_parent` #> [1] "DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`sinoatrial node disease`$`_is_leaf` #> [1] FALSE #> #> $`sinoatrial node disease`$children #> $`sinoatrial node disease`$children[[1]] #> [1] "DOID_13884<DOID_0050824<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`sinoatrial node disease`$value #> [1] "sinoatrial node disease" #> #> #> $`sinoatrial node disease` #> $`sinoatrial node disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050824" #> #> $`sinoatrial node disease`$`_id` #> [1] "DOID_0050824<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`sinoatrial node disease`$privateGeneCount #> [1] 0 #> #> $`sinoatrial node disease`$publicGeneCount #> [1] 6 #> #> $`sinoatrial node disease`$urlId #> [1] "DOID_0050824" #> #> $`sinoatrial node disease`$dbPhenotype #> [1] FALSE #> #> $`sinoatrial node disease`$`_parent` #> [1] "DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`sinoatrial node disease`$`_is_leaf` #> [1] FALSE #> #> $`sinoatrial node disease`$children #> $`sinoatrial node disease`$children[[1]] #> [1] "DOID_13884<DOID_0050824<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`sinoatrial node disease`$value #> [1] "sinoatrial node disease" #> #> #> $`Sinus tachycardia` #> $`Sinus tachycardia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011703" #> #> $`Sinus tachycardia`$`_id` #> [1] "HP_0011703<HP_0011702<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Sinus tachycardia`$privateGeneCount #> [1] 0 #> #> $`Sinus tachycardia`$publicGeneCount #> [1] 1 #> #> $`Sinus tachycardia`$urlId #> [1] "HP_0011703" #> #> $`Sinus tachycardia`$dbPhenotype #> [1] TRUE #> #> $`Sinus tachycardia`$`_parent` #> [1] "HP_0011702<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Sinus tachycardia`$`_is_leaf` #> [1] TRUE #> #> $`Sinus tachycardia`$children #> list() #> #> $`Sinus tachycardia`$value #> [1] "Sinus tachycardia" #> #> #> $sinusitis #> $sinusitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050127" #> #> $sinusitis$`_id` #> [1] "DOID_0050127<DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $sinusitis$privateGeneCount #> [1] 0 #> #> $sinusitis$publicGeneCount #> [1] 26 #> #> $sinusitis$urlId #> [1] "DOID_0050127" #> #> $sinusitis$dbPhenotype #> [1] TRUE #> #> $sinusitis$`_parent` #> [1] "DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $sinusitis$`_is_leaf` #> [1] FALSE #> #> $sinusitis$children #> $sinusitis$children[[1]] #> [1] "DOID_9507<DOID_0050127<DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $sinusitis$value #> [1] "sinusitis" #> #> #> $`situs inversus` #> $`situs inversus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_758" #> #> $`situs inversus`$`_id` #> [1] "DOID_758<DOID_0050545<DOID_0080015<DOID_4" #> #> $`situs inversus`$privateGeneCount #> [1] 0 #> #> $`situs inversus`$publicGeneCount #> [1] 4 #> #> $`situs inversus`$urlId #> [1] "DOID_758" #> #> $`situs inversus`$dbPhenotype #> [1] TRUE #> #> $`situs inversus`$`_parent` #> [1] "DOID_0050545<DOID_0080015<DOID_4" #> #> $`situs inversus`$`_is_leaf` #> [1] TRUE #> #> $`situs inversus`$children #> list() #> #> $`situs inversus`$value #> [1] "situs inversus" #> #> #> $`Sjogren's syndrome` #> $`Sjogren's syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12894" #> #> $`Sjogren's syndrome`$`_id` #> [1] "DOID_12894<DOID_0060029<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Sjogren's syndrome`$privateGeneCount #> [1] 0 #> #> $`Sjogren's syndrome`$publicGeneCount #> [1] 43 #> #> $`Sjogren's syndrome`$urlId #> [1] "DOID_12894" #> #> $`Sjogren's syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sjogren's syndrome`$`_parent` #> [1] "DOID_0060029<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Sjogren's syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sjogren's syndrome`$children #> list() #> #> $`Sjogren's syndrome`$value #> [1] "Sjogren's syndrome" #> #> #> $`Sjogren-Larsson syndrome` #> $`Sjogren-Larsson syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14501" #> #> $`Sjogren-Larsson syndrome`$`_id` #> [1] "DOID_14501<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Sjogren-Larsson syndrome`$privateGeneCount #> [1] 0 #> #> $`Sjogren-Larsson syndrome`$publicGeneCount #> [1] 1 #> #> $`Sjogren-Larsson syndrome`$urlId #> [1] "DOID_14501" #> #> $`Sjogren-Larsson syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sjogren-Larsson syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Sjogren-Larsson syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sjogren-Larsson syndrome`$children #> list() #> #> $`Sjogren-Larsson syndrome`$value #> [1] "Sjogren-Larsson syndrome" #> #> #> $`Sjogren-Larsson syndrome` #> $`Sjogren-Larsson syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14501" #> #> $`Sjogren-Larsson syndrome`$`_id` #> [1] "DOID_14501<DOID_225<DOID_4" #> #> $`Sjogren-Larsson syndrome`$privateGeneCount #> [1] 0 #> #> $`Sjogren-Larsson syndrome`$publicGeneCount #> [1] 1 #> #> $`Sjogren-Larsson syndrome`$urlId #> [1] "DOID_14501" #> #> $`Sjogren-Larsson syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sjogren-Larsson syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Sjogren-Larsson syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sjogren-Larsson syndrome`$children #> list() #> #> $`Sjogren-Larsson syndrome`$value #> [1] "Sjogren-Larsson syndrome" #> #> #> $`Skeletal dysplasia` #> $`Skeletal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002652" #> #> $`Skeletal dysplasia`$`_id` #> [1] "HP_0002652<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Skeletal dysplasia`$privateGeneCount #> [1] 0 #> #> $`Skeletal dysplasia`$publicGeneCount #> [1] 4 #> #> $`Skeletal dysplasia`$urlId #> [1] "HP_0002652" #> #> $`Skeletal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Skeletal dysplasia`$`_parent` #> [1] "HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Skeletal dysplasia`$`_is_leaf` #> [1] FALSE #> #> $`Skeletal dysplasia`$children #> $`Skeletal dysplasia`$children[[1]] #> [1] "HP_0002655<HP_0002652<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Skeletal dysplasia`$children[[2]] #> [1] "HP_0002657<HP_0002652<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Skeletal dysplasia`$value #> [1] "Skeletal dysplasia" #> #> #> $`skeletal muscle cancer` #> $`skeletal muscle cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4043" #> #> $`skeletal muscle cancer`$`_id` #> [1] "DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skeletal muscle cancer`$privateGeneCount #> [1] 0 #> #> $`skeletal muscle cancer`$publicGeneCount #> [1] 17 #> #> $`skeletal muscle cancer`$urlId #> [1] "DOID_4043" #> #> $`skeletal muscle cancer`$dbPhenotype #> [1] FALSE #> #> $`skeletal muscle cancer`$`_parent` #> [1] "DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skeletal muscle cancer`$`_is_leaf` #> [1] FALSE #> #> $`skeletal muscle cancer`$children #> $`skeletal muscle cancer`$children[[1]] #> [1] "DOID_4239<DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skeletal muscle cancer`$children[[2]] #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`skeletal muscle cancer`$value #> [1] "skeletal muscle cancer" #> #> #> $`skeletal muscle cancer` #> $`skeletal muscle cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4043" #> #> $`skeletal muscle cancer`$`_id` #> [1] "DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`skeletal muscle cancer`$privateGeneCount #> [1] 0 #> #> $`skeletal muscle cancer`$publicGeneCount #> [1] 17 #> #> $`skeletal muscle cancer`$urlId #> [1] "DOID_4043" #> #> $`skeletal muscle cancer`$dbPhenotype #> [1] FALSE #> #> $`skeletal muscle cancer`$`_parent` #> [1] "DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`skeletal muscle cancer`$`_is_leaf` #> [1] FALSE #> #> $`skeletal muscle cancer`$children #> $`skeletal muscle cancer`$children[[1]] #> [1] "DOID_4239<DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`skeletal muscle cancer`$children[[2]] #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`skeletal muscle cancer`$value #> [1] "skeletal muscle cancer" #> #> #> $`skeletal muscle cancer` #> $`skeletal muscle cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4043" #> #> $`skeletal muscle cancer`$`_id` #> [1] "DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`skeletal muscle cancer`$privateGeneCount #> [1] 0 #> #> $`skeletal muscle cancer`$publicGeneCount #> [1] 17 #> #> $`skeletal muscle cancer`$urlId #> [1] "DOID_4043" #> #> $`skeletal muscle cancer`$dbPhenotype #> [1] FALSE #> #> $`skeletal muscle cancer`$`_parent` #> [1] "DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`skeletal muscle cancer`$`_is_leaf` #> [1] FALSE #> #> $`skeletal muscle cancer`$children #> $`skeletal muscle cancer`$children[[1]] #> [1] "DOID_4239<DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`skeletal muscle cancer`$children[[2]] #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`skeletal muscle cancer`$value #> [1] "skeletal muscle cancer" #> #> #> $`Skeletal muscle hypertrophy` #> $`Skeletal muscle hypertrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003712" #> #> $`Skeletal muscle hypertrophy`$`_id` #> [1] "HP_0003712<HP_0030236<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Skeletal muscle hypertrophy`$privateGeneCount #> [1] 0 #> #> $`Skeletal muscle hypertrophy`$publicGeneCount #> [1] 1 #> #> $`Skeletal muscle hypertrophy`$urlId #> [1] "HP_0003712" #> #> $`Skeletal muscle hypertrophy`$dbPhenotype #> [1] TRUE #> #> $`Skeletal muscle hypertrophy`$`_parent` #> [1] "HP_0030236<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Skeletal muscle hypertrophy`$`_is_leaf` #> [1] TRUE #> #> $`Skeletal muscle hypertrophy`$children #> list() #> #> $`Skeletal muscle hypertrophy`$value #> [1] "Skeletal muscle hypertrophy" #> #> #> $`skin benign neoplasm` #> $`skin benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3165" #> #> $`skin benign neoplasm`$`_id` #> [1] "DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`skin benign neoplasm`$publicGeneCount #> [1] 66 #> #> $`skin benign neoplasm`$urlId #> [1] "DOID_3165" #> #> $`skin benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`skin benign neoplasm`$`_parent` #> [1] "DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`skin benign neoplasm`$children #> $`skin benign neoplasm`$children[[1]] #> [1] "DOID_4418<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin benign neoplasm`$children[[2]] #> [1] "DOID_5375<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin benign neoplasm`$children[[3]] #> [1] "DOID_5759<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin benign neoplasm`$children[[4]] #> [1] "DOID_6498<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin benign neoplasm`$children[[5]] #> [1] "DOID_471<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin benign neoplasm`$children[[6]] #> [1] "DOID_2664<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`skin benign neoplasm`$value #> [1] "skin benign neoplasm" #> #> #> $`skin benign neoplasm` #> $`skin benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3165" #> #> $`skin benign neoplasm`$`_id` #> [1] "DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`skin benign neoplasm`$publicGeneCount #> [1] 66 #> #> $`skin benign neoplasm`$urlId #> [1] "DOID_3165" #> #> $`skin benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`skin benign neoplasm`$`_parent` #> [1] "DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`skin benign neoplasm`$children #> $`skin benign neoplasm`$children[[1]] #> [1] "DOID_4418<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$children[[2]] #> [1] "DOID_5375<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$children[[3]] #> [1] "DOID_5759<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$children[[4]] #> [1] "DOID_6498<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$children[[5]] #> [1] "DOID_471<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$children[[6]] #> [1] "DOID_2664<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> #> $`skin benign neoplasm`$value #> [1] "skin benign neoplasm" #> #> #> $`skin benign neoplasm` #> $`skin benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3165" #> #> $`skin benign neoplasm`$`_id` #> [1] "DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`skin benign neoplasm`$publicGeneCount #> [1] 66 #> #> $`skin benign neoplasm`$urlId #> [1] "DOID_3165" #> #> $`skin benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`skin benign neoplasm`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`skin benign neoplasm`$children #> $`skin benign neoplasm`$children[[1]] #> [1] "DOID_4418<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$children[[2]] #> [1] "DOID_5375<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$children[[3]] #> [1] "DOID_5759<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$children[[4]] #> [1] "DOID_6498<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$children[[5]] #> [1] "DOID_471<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$children[[6]] #> [1] "DOID_2664<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`skin benign neoplasm`$value #> [1] "skin benign neoplasm" #> #> #> $`skin cancer` #> $`skin cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4159" #> #> $`skin cancer`$`_id` #> [1] "DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skin cancer`$privateGeneCount #> [1] 0 #> #> $`skin cancer`$publicGeneCount #> [1] 76 #> #> $`skin cancer`$urlId #> [1] "DOID_4159" #> #> $`skin cancer`$dbPhenotype #> [1] TRUE #> #> $`skin cancer`$`_parent` #> [1] "DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skin cancer`$`_is_leaf` #> [1] FALSE #> #> $`skin cancer`$children #> $`skin cancer`$children[[1]] #> [1] "DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skin cancer`$children[[2]] #> [1] "DOID_8923<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`skin cancer`$value #> [1] "skin cancer" #> #> #> $`skin cancer` #> $`skin cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4159" #> #> $`skin cancer`$`_id` #> [1] "DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`skin cancer`$privateGeneCount #> [1] 0 #> #> $`skin cancer`$publicGeneCount #> [1] 76 #> #> $`skin cancer`$urlId #> [1] "DOID_4159" #> #> $`skin cancer`$dbPhenotype #> [1] TRUE #> #> $`skin cancer`$`_parent` #> [1] "DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`skin cancer`$`_is_leaf` #> [1] FALSE #> #> $`skin cancer`$children #> $`skin cancer`$children[[1]] #> [1] "DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`skin cancer`$children[[2]] #> [1] "DOID_8923<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> #> $`skin cancer`$value #> [1] "skin cancer" #> #> #> $`skin cancer` #> $`skin cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4159" #> #> $`skin cancer`$`_id` #> [1] "DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin cancer`$privateGeneCount #> [1] 0 #> #> $`skin cancer`$publicGeneCount #> [1] 76 #> #> $`skin cancer`$urlId #> [1] "DOID_4159" #> #> $`skin cancer`$dbPhenotype #> [1] TRUE #> #> $`skin cancer`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin cancer`$`_is_leaf` #> [1] FALSE #> #> $`skin cancer`$children #> $`skin cancer`$children[[1]] #> [1] "DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin cancer`$children[[2]] #> [1] "DOID_8923<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`skin cancer`$value #> [1] "skin cancer" #> #> #> $`skin carcinoma` #> $`skin carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3451" #> #> $`skin carcinoma`$`_id` #> [1] "DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`skin carcinoma`$privateGeneCount #> [1] 0 #> #> $`skin carcinoma`$publicGeneCount #> [1] 30 #> #> $`skin carcinoma`$urlId #> [1] "DOID_3451" #> #> $`skin carcinoma`$dbPhenotype #> [1] TRUE #> #> $`skin carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`skin carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`skin carcinoma`$children #> $`skin carcinoma`$children[[1]] #> [1] "DOID_2513<DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`skin carcinoma`$children[[2]] #> [1] "DOID_3151<DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`skin carcinoma`$value #> [1] "skin carcinoma" #> #> #> $`skin carcinoma` #> $`skin carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3451" #> #> $`skin carcinoma`$`_id` #> [1] "DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skin carcinoma`$privateGeneCount #> [1] 0 #> #> $`skin carcinoma`$publicGeneCount #> [1] 30 #> #> $`skin carcinoma`$urlId #> [1] "DOID_3451" #> #> $`skin carcinoma`$dbPhenotype #> [1] TRUE #> #> $`skin carcinoma`$`_parent` #> [1] "DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skin carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`skin carcinoma`$children #> $`skin carcinoma`$children[[1]] #> [1] "DOID_2513<DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skin carcinoma`$children[[2]] #> [1] "DOID_3151<DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`skin carcinoma`$value #> [1] "skin carcinoma" #> #> #> $`skin carcinoma` #> $`skin carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3451" #> #> $`skin carcinoma`$`_id` #> [1] "DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`skin carcinoma`$privateGeneCount #> [1] 0 #> #> $`skin carcinoma`$publicGeneCount #> [1] 30 #> #> $`skin carcinoma`$urlId #> [1] "DOID_3451" #> #> $`skin carcinoma`$dbPhenotype #> [1] TRUE #> #> $`skin carcinoma`$`_parent` #> [1] "DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`skin carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`skin carcinoma`$children #> $`skin carcinoma`$children[[1]] #> [1] "DOID_2513<DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`skin carcinoma`$children[[2]] #> [1] "DOID_3151<DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> #> $`skin carcinoma`$value #> [1] "skin carcinoma" #> #> #> $`skin carcinoma` #> $`skin carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3451" #> #> $`skin carcinoma`$`_id` #> [1] "DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin carcinoma`$privateGeneCount #> [1] 0 #> #> $`skin carcinoma`$publicGeneCount #> [1] 30 #> #> $`skin carcinoma`$urlId #> [1] "DOID_3451" #> #> $`skin carcinoma`$dbPhenotype #> [1] TRUE #> #> $`skin carcinoma`$`_parent` #> [1] "DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`skin carcinoma`$children #> $`skin carcinoma`$children[[1]] #> [1] "DOID_2513<DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin carcinoma`$children[[2]] #> [1] "DOID_3151<DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`skin carcinoma`$value #> [1] "skin carcinoma" #> #> #> $`skin disease` #> $`skin disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_37" #> #> $`skin disease`$`_id` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$privateGeneCount #> [1] 0 #> #> $`skin disease`$publicGeneCount #> [1] 652 #> #> $`skin disease`$urlId #> [1] "DOID_37" #> #> $`skin disease`$dbPhenotype #> [1] TRUE #> #> $`skin disease`$`_parent` #> [1] "DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$`_is_leaf` #> [1] FALSE #> #> $`skin disease`$children #> $`skin disease`$children[[1]] #> [1] "DOID_1558<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[2]] #> [1] "DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[3]] #> [1] "DOID_0050676<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[4]] #> [1] "DOID_0050693<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[5]] #> [1] "DOID_3488<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[6]] #> [1] "DOID_1856<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[7]] #> [1] "DOID_3265<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[8]] #> [1] "DOID_2058<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[9]] #> [1] "DOID_8549<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[10]] #> [1] "DOID_9111<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[11]] #> [1] "DOID_0050169<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[12]] #> [1] "DOID_3663<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[13]] #> [1] "DOID_13271<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[14]] #> [1] "DOID_3144<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[15]] #> [1] "DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[16]] #> [1] "DOID_1563<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[17]] #> [1] "DOID_10223<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[18]] #> [1] "DOID_2729<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[19]] #> [1] "DOID_4603<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[20]] #> [1] "DOID_0050185<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[21]] #> [1] "DOID_0050467<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[22]] #> [1] "DOID_0050486<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[23]] #> [1] "DOID_530<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[24]] #> [1] "DOID_3134<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[25]] #> [1] "DOID_12132<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[26]] #> [1] "DOID_9746<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[27]] #> [1] "DOID_0050448<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[28]] #> [1] "DOID_3156<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[29]] #> [1] "DOID_1697<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[30]] #> [1] "DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[31]] #> [1] "DOID_0060472<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[32]] #> [1] "DOID_8574<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[33]] #> [1] "DOID_3153<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[34]] #> [1] "DOID_0050792<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[35]] #> [1] "DOID_0050474<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[36]] #> [1] "DOID_1526<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[37]] #> [1] "DOID_12662<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[38]] #> [1] "DOID_0060283<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[39]] #> [1] "DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[40]] #> [1] "DOID_0050639<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[41]] #> [1] "DOID_8893<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[42]] #> [1] "DOID_8881<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[43]] #> [1] "DOID_2732<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[44]] #> [1] "DOID_9098<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[45]] #> [1] "DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[46]] #> [1] "DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[47]] #> [1] "DOID_8736<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[48]] #> [1] "DOID_0050426<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[49]] #> [1] "DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[50]] #> [1] "DOID_0050725<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[51]] #> [1] "DOID_1555<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[52]] #> [1] "DOID_0060240<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[53]] #> [1] "DOID_9540<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[54]] #> [1] "DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`skin disease`$value #> [1] "skin disease" #> #> #> $`skin hemangioma` #> $`skin hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_471" #> #> $`skin hemangioma`$`_id` #> [1] "DOID_471<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin hemangioma`$privateGeneCount #> [1] 0 #> #> $`skin hemangioma`$publicGeneCount #> [1] 3 #> #> $`skin hemangioma`$urlId #> [1] "DOID_471" #> #> $`skin hemangioma`$dbPhenotype #> [1] FALSE #> #> $`skin hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`skin hemangioma`$children #> $`skin hemangioma`$children[[1]] #> [1] "DOID_479<DOID_471<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin hemangioma`$children[[2]] #> [1] "DOID_4028<DOID_471<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`skin hemangioma`$value #> [1] "skin hemangioma" #> #> #> $`skin hemangioma` #> $`skin hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_471" #> #> $`skin hemangioma`$`_id` #> [1] "DOID_471<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin hemangioma`$privateGeneCount #> [1] 0 #> #> $`skin hemangioma`$publicGeneCount #> [1] 3 #> #> $`skin hemangioma`$urlId #> [1] "DOID_471" #> #> $`skin hemangioma`$dbPhenotype #> [1] FALSE #> #> $`skin hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`skin hemangioma`$children #> $`skin hemangioma`$children[[1]] #> [1] "DOID_479<DOID_471<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin hemangioma`$children[[2]] #> [1] "DOID_4028<DOID_471<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`skin hemangioma`$value #> [1] "skin hemangioma" #> #> #> $`skin hemangioma` #> $`skin hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_471" #> #> $`skin hemangioma`$`_id` #> [1] "DOID_471<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`skin hemangioma`$privateGeneCount #> [1] 0 #> #> $`skin hemangioma`$publicGeneCount #> [1] 3 #> #> $`skin hemangioma`$urlId #> [1] "DOID_471" #> #> $`skin hemangioma`$dbPhenotype #> [1] FALSE #> #> $`skin hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`skin hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`skin hemangioma`$children #> $`skin hemangioma`$children[[1]] #> [1] "DOID_479<DOID_471<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`skin hemangioma`$children[[2]] #> [1] "DOID_4028<DOID_471<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> #> $`skin hemangioma`$value #> [1] "skin hemangioma" #> #> #> $`skin hemangioma` #> $`skin hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_471" #> #> $`skin hemangioma`$`_id` #> [1] "DOID_471<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`skin hemangioma`$privateGeneCount #> [1] 0 #> #> $`skin hemangioma`$publicGeneCount #> [1] 3 #> #> $`skin hemangioma`$urlId #> [1] "DOID_471" #> #> $`skin hemangioma`$dbPhenotype #> [1] FALSE #> #> $`skin hemangioma`$`_parent` #> [1] "DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`skin hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`skin hemangioma`$children #> $`skin hemangioma`$children[[1]] #> [1] "DOID_479<DOID_471<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`skin hemangioma`$children[[2]] #> [1] "DOID_4028<DOID_471<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`skin hemangioma`$value #> [1] "skin hemangioma" #> #> #> $`skin hemangioma` #> $`skin hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_471" #> #> $`skin hemangioma`$`_id` #> [1] "DOID_471<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin hemangioma`$privateGeneCount #> [1] 0 #> #> $`skin hemangioma`$publicGeneCount #> [1] 3 #> #> $`skin hemangioma`$urlId #> [1] "DOID_471" #> #> $`skin hemangioma`$dbPhenotype #> [1] FALSE #> #> $`skin hemangioma`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`skin hemangioma`$children #> $`skin hemangioma`$children[[1]] #> [1] "DOID_479<DOID_471<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin hemangioma`$children[[2]] #> [1] "DOID_4028<DOID_471<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`skin hemangioma`$value #> [1] "skin hemangioma" #> #> #> $`skin hemangioma` #> $`skin hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_471" #> #> $`skin hemangioma`$`_id` #> [1] "DOID_471<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`skin hemangioma`$privateGeneCount #> [1] 0 #> #> $`skin hemangioma`$publicGeneCount #> [1] 3 #> #> $`skin hemangioma`$urlId #> [1] "DOID_471" #> #> $`skin hemangioma`$dbPhenotype #> [1] FALSE #> #> $`skin hemangioma`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`skin hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`skin hemangioma`$children #> $`skin hemangioma`$children[[1]] #> [1] "DOID_479<DOID_471<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`skin hemangioma`$children[[2]] #> [1] "DOID_4028<DOID_471<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> #> $`skin hemangioma`$value #> [1] "skin hemangioma" #> #> #> $`skin hemangioma` #> $`skin hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_471" #> #> $`skin hemangioma`$`_id` #> [1] "DOID_471<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin hemangioma`$privateGeneCount #> [1] 0 #> #> $`skin hemangioma`$publicGeneCount #> [1] 3 #> #> $`skin hemangioma`$urlId #> [1] "DOID_471" #> #> $`skin hemangioma`$dbPhenotype #> [1] FALSE #> #> $`skin hemangioma`$`_parent` #> [1] "DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`skin hemangioma`$children #> $`skin hemangioma`$children[[1]] #> [1] "DOID_479<DOID_471<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin hemangioma`$children[[2]] #> [1] "DOID_4028<DOID_471<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`skin hemangioma`$value #> [1] "skin hemangioma" #> #> #> $`skin melanoma` #> $`skin melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8923" #> #> $`skin melanoma`$`_id` #> [1] "DOID_8923<DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`skin melanoma`$privateGeneCount #> [1] 0 #> #> $`skin melanoma`$publicGeneCount #> [1] 6 #> #> $`skin melanoma`$urlId #> [1] "DOID_8923" #> #> $`skin melanoma`$dbPhenotype #> [1] TRUE #> #> $`skin melanoma`$`_parent` #> [1] "DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`skin melanoma`$`_is_leaf` #> [1] TRUE #> #> $`skin melanoma`$children #> list() #> #> $`skin melanoma`$value #> [1] "skin melanoma" #> #> #> $`skin melanoma` #> $`skin melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8923" #> #> $`skin melanoma`$`_id` #> [1] "DOID_8923<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skin melanoma`$privateGeneCount #> [1] 0 #> #> $`skin melanoma`$publicGeneCount #> [1] 6 #> #> $`skin melanoma`$urlId #> [1] "DOID_8923" #> #> $`skin melanoma`$dbPhenotype #> [1] TRUE #> #> $`skin melanoma`$`_parent` #> [1] "DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skin melanoma`$`_is_leaf` #> [1] TRUE #> #> $`skin melanoma`$children #> list() #> #> $`skin melanoma`$value #> [1] "skin melanoma" #> #> #> $`skin melanoma` #> $`skin melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8923" #> #> $`skin melanoma`$`_id` #> [1] "DOID_8923<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`skin melanoma`$privateGeneCount #> [1] 0 #> #> $`skin melanoma`$publicGeneCount #> [1] 6 #> #> $`skin melanoma`$urlId #> [1] "DOID_8923" #> #> $`skin melanoma`$dbPhenotype #> [1] TRUE #> #> $`skin melanoma`$`_parent` #> [1] "DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`skin melanoma`$`_is_leaf` #> [1] TRUE #> #> $`skin melanoma`$children #> list() #> #> $`skin melanoma`$value #> [1] "skin melanoma" #> #> #> $`skin melanoma` #> $`skin melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8923" #> #> $`skin melanoma`$`_id` #> [1] "DOID_8923<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin melanoma`$privateGeneCount #> [1] 0 #> #> $`skin melanoma`$publicGeneCount #> [1] 6 #> #> $`skin melanoma`$urlId #> [1] "DOID_8923" #> #> $`skin melanoma`$dbPhenotype #> [1] TRUE #> #> $`skin melanoma`$`_parent` #> [1] "DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin melanoma`$`_is_leaf` #> [1] TRUE #> #> $`skin melanoma`$children #> list() #> #> $`skin melanoma`$value #> [1] "skin melanoma" #> #> #> $`Skin rash` #> $`Skin rash`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000988" #> #> $`Skin rash`$`_id` #> [1] "HP_0000988<HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Skin rash`$privateGeneCount #> [1] 0 #> #> $`Skin rash`$publicGeneCount #> [1] 6 #> #> $`Skin rash`$urlId #> [1] "HP_0000988" #> #> $`Skin rash`$dbPhenotype #> [1] FALSE #> #> $`Skin rash`$`_parent` #> [1] "HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Skin rash`$`_is_leaf` #> [1] FALSE #> #> $`Skin rash`$children #> $`Skin rash`$children[[1]] #> [1] "HP_0007417<HP_0000988<HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Skin rash`$value #> [1] "Skin rash" #> #> #> $`Skin rash` #> $`Skin rash`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000988" #> #> $`Skin rash`$`_id` #> [1] "HP_0000988<HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Skin rash`$privateGeneCount #> [1] 0 #> #> $`Skin rash`$publicGeneCount #> [1] 6 #> #> $`Skin rash`$urlId #> [1] "HP_0000988" #> #> $`Skin rash`$dbPhenotype #> [1] FALSE #> #> $`Skin rash`$`_parent` #> [1] "HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Skin rash`$`_is_leaf` #> [1] FALSE #> #> $`Skin rash`$children #> $`Skin rash`$children[[1]] #> [1] "HP_0007417<HP_0000988<HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Skin rash`$value #> [1] "Skin rash" #> #> #> $`skin squamous cell carcinoma` #> $`skin squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3151" #> #> $`skin squamous cell carcinoma`$`_id` #> [1] "DOID_3151<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`skin squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`skin squamous cell carcinoma`$publicGeneCount #> [1] 1 #> #> $`skin squamous cell carcinoma`$urlId #> [1] "DOID_3151" #> #> $`skin squamous cell carcinoma`$dbPhenotype #> [1] FALSE #> #> $`skin squamous cell carcinoma`$`_parent` #> [1] "DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`skin squamous cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`skin squamous cell carcinoma`$children #> $`skin squamous cell carcinoma`$children[[1]] #> [1] "DOID_3149<DOID_3151<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`skin squamous cell carcinoma`$value #> [1] "skin squamous cell carcinoma" #> #> #> $`skin squamous cell carcinoma` #> $`skin squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3151" #> #> $`skin squamous cell carcinoma`$`_id` #> [1] "DOID_3151<DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`skin squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`skin squamous cell carcinoma`$publicGeneCount #> [1] 1 #> #> $`skin squamous cell carcinoma`$urlId #> [1] "DOID_3151" #> #> $`skin squamous cell carcinoma`$dbPhenotype #> [1] FALSE #> #> $`skin squamous cell carcinoma`$`_parent` #> [1] "DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`skin squamous cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`skin squamous cell carcinoma`$children #> $`skin squamous cell carcinoma`$children[[1]] #> [1] "DOID_3149<DOID_3151<DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`skin squamous cell carcinoma`$value #> [1] "skin squamous cell carcinoma" #> #> #> $`skin squamous cell carcinoma` #> $`skin squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3151" #> #> $`skin squamous cell carcinoma`$`_id` #> [1] "DOID_3151<DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skin squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`skin squamous cell carcinoma`$publicGeneCount #> [1] 1 #> #> $`skin squamous cell carcinoma`$urlId #> [1] "DOID_3151" #> #> $`skin squamous cell carcinoma`$dbPhenotype #> [1] FALSE #> #> $`skin squamous cell carcinoma`$`_parent` #> [1] "DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skin squamous cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`skin squamous cell carcinoma`$children #> $`skin squamous cell carcinoma`$children[[1]] #> [1] "DOID_3149<DOID_3151<DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`skin squamous cell carcinoma`$value #> [1] "skin squamous cell carcinoma" #> #> #> $`skin squamous cell carcinoma` #> $`skin squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3151" #> #> $`skin squamous cell carcinoma`$`_id` #> [1] "DOID_3151<DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`skin squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`skin squamous cell carcinoma`$publicGeneCount #> [1] 1 #> #> $`skin squamous cell carcinoma`$urlId #> [1] "DOID_3151" #> #> $`skin squamous cell carcinoma`$dbPhenotype #> [1] FALSE #> #> $`skin squamous cell carcinoma`$`_parent` #> [1] "DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`skin squamous cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`skin squamous cell carcinoma`$children #> $`skin squamous cell carcinoma`$children[[1]] #> [1] "DOID_3149<DOID_3151<DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> #> $`skin squamous cell carcinoma`$value #> [1] "skin squamous cell carcinoma" #> #> #> $`skin squamous cell carcinoma` #> $`skin squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3151" #> #> $`skin squamous cell carcinoma`$`_id` #> [1] "DOID_3151<DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`skin squamous cell carcinoma`$publicGeneCount #> [1] 1 #> #> $`skin squamous cell carcinoma`$urlId #> [1] "DOID_3151" #> #> $`skin squamous cell carcinoma`$dbPhenotype #> [1] FALSE #> #> $`skin squamous cell carcinoma`$`_parent` #> [1] "DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin squamous cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`skin squamous cell carcinoma`$children #> $`skin squamous cell carcinoma`$children[[1]] #> [1] "DOID_3149<DOID_3151<DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`skin squamous cell carcinoma`$value #> [1] "skin squamous cell carcinoma" #> #> #> $`Skin ulcer` #> $`Skin ulcer`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0200042" #> #> $`Skin ulcer`$`_id` #> [1] "HP_0200042<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Skin ulcer`$privateGeneCount #> [1] 0 #> #> $`Skin ulcer`$publicGeneCount #> [1] 7 #> #> $`Skin ulcer`$urlId #> [1] "HP_0200042" #> #> $`Skin ulcer`$dbPhenotype #> [1] TRUE #> #> $`Skin ulcer`$`_parent` #> [1] "HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Skin ulcer`$`_is_leaf` #> [1] TRUE #> #> $`Skin ulcer`$children #> list() #> #> $`Skin ulcer`$value #> [1] "Skin ulcer" #> #> #> $`skull cancer` #> $`skull cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1863" #> #> $`skull cancer`$`_id` #> [1] "DOID_1863<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`skull cancer`$privateGeneCount #> [1] 0 #> #> $`skull cancer`$publicGeneCount #> [1] 3 #> #> $`skull cancer`$urlId #> [1] "DOID_1863" #> #> $`skull cancer`$dbPhenotype #> [1] TRUE #> #> $`skull cancer`$`_parent` #> [1] "DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`skull cancer`$`_is_leaf` #> [1] TRUE #> #> $`skull cancer`$children #> list() #> #> $`skull cancer`$value #> [1] "skull cancer" #> #> #> $`skull cancer` #> $`skull cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1863" #> #> $`skull cancer`$`_id` #> [1] "DOID_1863<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skull cancer`$privateGeneCount #> [1] 0 #> #> $`skull cancer`$publicGeneCount #> [1] 3 #> #> $`skull cancer`$urlId #> [1] "DOID_1863" #> #> $`skull cancer`$dbPhenotype #> [1] TRUE #> #> $`skull cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skull cancer`$`_is_leaf` #> [1] TRUE #> #> $`skull cancer`$children #> list() #> #> $`skull cancer`$value #> [1] "skull cancer" #> #> #> $`skull cancer` #> $`skull cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1863" #> #> $`skull cancer`$`_id` #> [1] "DOID_1863<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`skull cancer`$privateGeneCount #> [1] 0 #> #> $`skull cancer`$publicGeneCount #> [1] 3 #> #> $`skull cancer`$urlId #> [1] "DOID_1863" #> #> $`skull cancer`$dbPhenotype #> [1] TRUE #> #> $`skull cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`skull cancer`$`_is_leaf` #> [1] TRUE #> #> $`skull cancer`$children #> list() #> #> $`skull cancer`$value #> [1] "skull cancer" #> #> #> $`skull cancer` #> $`skull cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1863" #> #> $`skull cancer`$`_id` #> [1] "DOID_1863<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`skull cancer`$privateGeneCount #> [1] 0 #> #> $`skull cancer`$publicGeneCount #> [1] 3 #> #> $`skull cancer`$urlId #> [1] "DOID_1863" #> #> $`skull cancer`$dbPhenotype #> [1] TRUE #> #> $`skull cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`skull cancer`$`_is_leaf` #> [1] TRUE #> #> $`skull cancer`$children #> list() #> #> $`skull cancer`$value #> [1] "skull cancer" #> #> #> $`sleep apnea` #> $`sleep apnea`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050847" #> #> $`sleep apnea`$`_id` #> [1] "DOID_0050847<DOID_535<DOID_150<DOID_4" #> #> $`sleep apnea`$privateGeneCount #> [1] 0 #> #> $`sleep apnea`$publicGeneCount #> [1] 6 #> #> $`sleep apnea`$urlId #> [1] "DOID_0050847" #> #> $`sleep apnea`$dbPhenotype #> [1] FALSE #> #> $`sleep apnea`$`_parent` #> [1] "DOID_535<DOID_150<DOID_4" #> #> $`sleep apnea`$`_is_leaf` #> [1] FALSE #> #> $`sleep apnea`$children #> $`sleep apnea`$children[[1]] #> [1] "DOID_9220<DOID_0050847<DOID_535<DOID_150<DOID_4" #> #> #> $`sleep apnea`$value #> [1] "sleep apnea" #> #> #> $`Sleep apnea` #> $`Sleep apnea`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010535" #> #> $`Sleep apnea`$`_id` #> [1] "HP_0010535<HP_0002104<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Sleep apnea`$privateGeneCount #> [1] 0 #> #> $`Sleep apnea`$publicGeneCount #> [1] 35 #> #> $`Sleep apnea`$urlId #> [1] "HP_0010535" #> #> $`Sleep apnea`$dbPhenotype #> [1] FALSE #> #> $`Sleep apnea`$`_parent` #> [1] "HP_0002104<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Sleep apnea`$`_is_leaf` #> [1] FALSE #> #> $`Sleep apnea`$children #> $`Sleep apnea`$children[[1]] #> [1] "HP_0002870<HP_0010535<HP_0002104<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Sleep apnea`$value #> [1] "Sleep apnea" #> #> #> $`sleep disorder` #> $`sleep disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_535" #> #> $`sleep disorder`$`_id` #> [1] "DOID_535<DOID_150<DOID_4" #> #> $`sleep disorder`$privateGeneCount #> [1] 0 #> #> $`sleep disorder`$publicGeneCount #> [1] 30 #> #> $`sleep disorder`$urlId #> [1] "DOID_535" #> #> $`sleep disorder`$dbPhenotype #> [1] TRUE #> #> $`sleep disorder`$`_parent` #> [1] "DOID_150<DOID_4" #> #> $`sleep disorder`$`_is_leaf` #> [1] FALSE #> #> $`sleep disorder`$children #> $`sleep disorder`$children[[1]] #> [1] "DOID_0050628<DOID_535<DOID_150<DOID_4" #> #> $`sleep disorder`$children[[2]] #> [1] "DOID_8986<DOID_535<DOID_150<DOID_4" #> #> $`sleep disorder`$children[[3]] #> [1] "DOID_8619<DOID_535<DOID_150<DOID_4" #> #> $`sleep disorder`$children[[4]] #> [1] "DOID_0050847<DOID_535<DOID_150<DOID_4" #> #> #> $`sleep disorder`$value #> [1] "sleep disorder" #> #> #> $`Sleep disturbance` #> $`Sleep disturbance`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002360" #> #> $`Sleep disturbance`$`_id` #> [1] "HP_0002360<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Sleep disturbance`$privateGeneCount #> [1] 0 #> #> $`Sleep disturbance`$publicGeneCount #> [1] 5 #> #> $`Sleep disturbance`$urlId #> [1] "HP_0002360" #> #> $`Sleep disturbance`$dbPhenotype #> [1] FALSE #> #> $`Sleep disturbance`$`_parent` #> [1] "HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Sleep disturbance`$`_is_leaf` #> [1] FALSE #> #> $`Sleep disturbance`$children #> $`Sleep disturbance`$children[[1]] #> [1] "HP_0100786<HP_0002360<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Sleep disturbance`$children[[2]] #> [1] "HP_0100785<HP_0002360<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Sleep disturbance`$value #> [1] "Sleep disturbance" #> #> #> $`Slender finger` #> $`Slender finger`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001238" #> #> $`Slender finger`$`_id` #> [1] "HP_0001238<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Slender finger`$privateGeneCount #> [1] 0 #> #> $`Slender finger`$publicGeneCount #> [1] 3 #> #> $`Slender finger`$urlId #> [1] "HP_0001238" #> #> $`Slender finger`$dbPhenotype #> [1] FALSE #> #> $`Slender finger`$`_parent` #> [1] "HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Slender finger`$`_is_leaf` #> [1] FALSE #> #> $`Slender finger`$children #> $`Slender finger`$children[[1]] #> [1] "HP_0001166<HP_0001238<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Slender finger`$value #> [1] "Slender finger" #> #> #> $`Slender finger` #> $`Slender finger`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001238" #> #> $`Slender finger`$`_id` #> [1] "HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Slender finger`$privateGeneCount #> [1] 0 #> #> $`Slender finger`$publicGeneCount #> [1] 3 #> #> $`Slender finger`$urlId #> [1] "HP_0001238" #> #> $`Slender finger`$dbPhenotype #> [1] FALSE #> #> $`Slender finger`$`_parent` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Slender finger`$`_is_leaf` #> [1] FALSE #> #> $`Slender finger`$children #> $`Slender finger`$children[[1]] #> [1] "HP_0001166<HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Slender finger`$value #> [1] "Slender finger" #> #> #> $`Slender finger` #> $`Slender finger`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001238" #> #> $`Slender finger`$`_id` #> [1] "HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Slender finger`$privateGeneCount #> [1] 0 #> #> $`Slender finger`$publicGeneCount #> [1] 3 #> #> $`Slender finger`$urlId #> [1] "HP_0001238" #> #> $`Slender finger`$dbPhenotype #> [1] FALSE #> #> $`Slender finger`$`_parent` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Slender finger`$`_is_leaf` #> [1] FALSE #> #> $`Slender finger`$children #> $`Slender finger`$children[[1]] #> [1] "HP_0001166<HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Slender finger`$value #> [1] "Slender finger" #> #> #> $`Slender finger` #> $`Slender finger`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001238" #> #> $`Slender finger`$`_id` #> [1] "HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Slender finger`$privateGeneCount #> [1] 0 #> #> $`Slender finger`$publicGeneCount #> [1] 3 #> #> $`Slender finger`$urlId #> [1] "HP_0001238" #> #> $`Slender finger`$dbPhenotype #> [1] FALSE #> #> $`Slender finger`$`_parent` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Slender finger`$`_is_leaf` #> [1] FALSE #> #> $`Slender finger`$children #> $`Slender finger`$children[[1]] #> [1] "HP_0001166<HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Slender finger`$value #> [1] "Slender finger" #> #> #> $`Sly syndrome` #> $`Sly syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12803" #> #> $`Sly syndrome`$`_id` #> [1] "DOID_12803<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Sly syndrome`$privateGeneCount #> [1] 0 #> #> $`Sly syndrome`$publicGeneCount #> [1] 1 #> #> $`Sly syndrome`$urlId #> [1] "DOID_12803" #> #> $`Sly syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sly syndrome`$`_parent` #> [1] "DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Sly syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sly syndrome`$children #> list() #> #> $`Sly syndrome`$value #> [1] "Sly syndrome" #> #> #> $`small intestine benign neoplasm` #> $`small intestine benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7505" #> #> $`small intestine benign neoplasm`$`_id` #> [1] "DOID_7505<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`small intestine benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`small intestine benign neoplasm`$publicGeneCount #> [1] 5 #> #> $`small intestine benign neoplasm`$urlId #> [1] "DOID_7505" #> #> $`small intestine benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`small intestine benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`small intestine benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`small intestine benign neoplasm`$children #> $`small intestine benign neoplasm`$children[[1]] #> [1] "DOID_1737<DOID_7505<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`small intestine benign neoplasm`$children[[2]] #> [1] "DOID_10156<DOID_7505<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`small intestine benign neoplasm`$value #> [1] "small intestine benign neoplasm" #> #> #> $`small intestine benign neoplasm` #> $`small intestine benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7505" #> #> $`small intestine benign neoplasm`$`_id` #> [1] "DOID_7505<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`small intestine benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`small intestine benign neoplasm`$publicGeneCount #> [1] 5 #> #> $`small intestine benign neoplasm`$urlId #> [1] "DOID_7505" #> #> $`small intestine benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`small intestine benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`small intestine benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`small intestine benign neoplasm`$children #> $`small intestine benign neoplasm`$children[[1]] #> [1] "DOID_1737<DOID_7505<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`small intestine benign neoplasm`$children[[2]] #> [1] "DOID_10156<DOID_7505<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> #> $`small intestine benign neoplasm`$value #> [1] "small intestine benign neoplasm" #> #> #> $`small intestine benign neoplasm` #> $`small intestine benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7505" #> #> $`small intestine benign neoplasm`$`_id` #> [1] "DOID_7505<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`small intestine benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`small intestine benign neoplasm`$publicGeneCount #> [1] 5 #> #> $`small intestine benign neoplasm`$urlId #> [1] "DOID_7505" #> #> $`small intestine benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`small intestine benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`small intestine benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`small intestine benign neoplasm`$children #> $`small intestine benign neoplasm`$children[[1]] #> [1] "DOID_1737<DOID_7505<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`small intestine benign neoplasm`$children[[2]] #> [1] "DOID_10156<DOID_7505<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`small intestine benign neoplasm`$value #> [1] "small intestine benign neoplasm" #> #> #> $smallpox #> $smallpox$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8736" #> #> $smallpox$`_id` #> [1] "DOID_8736<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $smallpox$privateGeneCount #> [1] 0 #> #> $smallpox$publicGeneCount #> [1] 56 #> #> $smallpox$urlId #> [1] "DOID_8736" #> #> $smallpox$dbPhenotype #> [1] TRUE #> #> $smallpox$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $smallpox$`_is_leaf` #> [1] TRUE #> #> $smallpox$children #> list() #> #> $smallpox$value #> [1] "smallpox" #> #> #> $smallpox #> $smallpox$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8736" #> #> $smallpox$`_id` #> [1] "DOID_8736<DOID_934<DOID_0050117<DOID_4" #> #> $smallpox$privateGeneCount #> [1] 0 #> #> $smallpox$publicGeneCount #> [1] 56 #> #> $smallpox$urlId #> [1] "DOID_8736" #> #> $smallpox$dbPhenotype #> [1] TRUE #> #> $smallpox$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $smallpox$`_is_leaf` #> [1] TRUE #> #> $smallpox$children #> list() #> #> $smallpox$value #> [1] "smallpox" #> #> #> $`Smith-Lemli-Opitz syndrome` #> $`Smith-Lemli-Opitz syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14692" #> #> $`Smith-Lemli-Opitz syndrome`$`_id` #> [1] "DOID_14692<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`Smith-Lemli-Opitz syndrome`$privateGeneCount #> [1] 0 #> #> $`Smith-Lemli-Opitz syndrome`$publicGeneCount #> [1] 1 #> #> $`Smith-Lemli-Opitz syndrome`$urlId #> [1] "DOID_14692" #> #> $`Smith-Lemli-Opitz syndrome`$dbPhenotype #> [1] TRUE #> #> $`Smith-Lemli-Opitz syndrome`$`_parent` #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`Smith-Lemli-Opitz syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Smith-Lemli-Opitz syndrome`$children #> list() #> #> $`Smith-Lemli-Opitz syndrome`$value #> [1] "Smith-Lemli-Opitz syndrome" #> #> #> $`Smith-McCort dysplasia` #> $`Smith-McCort dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060247" #> #> $`Smith-McCort dysplasia`$`_id` #> [1] "DOID_0060247<DOID_0111167<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Smith-McCort dysplasia`$privateGeneCount #> [1] 0 #> #> $`Smith-McCort dysplasia`$publicGeneCount #> [1] 2 #> #> $`Smith-McCort dysplasia`$urlId #> [1] "DOID_0060247" #> #> $`Smith-McCort dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Smith-McCort dysplasia`$`_parent` #> [1] "DOID_0111167<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Smith-McCort dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Smith-McCort dysplasia`$children #> list() #> #> $`Smith-McCort dysplasia`$value #> [1] "Smith-McCort dysplasia" #> #> #> $`Smith-McCort dysplasia` #> $`Smith-McCort dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060247" #> #> $`Smith-McCort dysplasia`$`_id` #> [1] "DOID_0060247<DOID_0111167<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Smith-McCort dysplasia`$privateGeneCount #> [1] 0 #> #> $`Smith-McCort dysplasia`$publicGeneCount #> [1] 2 #> #> $`Smith-McCort dysplasia`$urlId #> [1] "DOID_0060247" #> #> $`Smith-McCort dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Smith-McCort dysplasia`$`_parent` #> [1] "DOID_0111167<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Smith-McCort dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Smith-McCort dysplasia`$children #> list() #> #> $`Smith-McCort dysplasia`$value #> [1] "Smith-McCort dysplasia" #> #> #> $`Smith-McCort dysplasia` #> $`Smith-McCort dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060247" #> #> $`Smith-McCort dysplasia`$`_id` #> [1] "DOID_0060247<DOID_0111167<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Smith-McCort dysplasia`$privateGeneCount #> [1] 0 #> #> $`Smith-McCort dysplasia`$publicGeneCount #> [1] 2 #> #> $`Smith-McCort dysplasia`$urlId #> [1] "DOID_0060247" #> #> $`Smith-McCort dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Smith-McCort dysplasia`$`_parent` #> [1] "DOID_0111167<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Smith-McCort dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Smith-McCort dysplasia`$children #> list() #> #> $`Smith-McCort dysplasia`$value #> [1] "Smith-McCort dysplasia" #> #> #> $`smooth muscle cancer` #> $`smooth muscle cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4230" #> #> $`smooth muscle cancer`$`_id` #> [1] "DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`smooth muscle cancer`$privateGeneCount #> [1] 0 #> #> $`smooth muscle cancer`$publicGeneCount #> [1] 10 #> #> $`smooth muscle cancer`$urlId #> [1] "DOID_4230" #> #> $`smooth muscle cancer`$dbPhenotype #> [1] FALSE #> #> $`smooth muscle cancer`$`_parent` #> [1] "DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`smooth muscle cancer`$`_is_leaf` #> [1] FALSE #> #> $`smooth muscle cancer`$children #> $`smooth muscle cancer`$children[[1]] #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`smooth muscle cancer`$value #> [1] "smooth muscle cancer" #> #> #> $`smooth muscle cancer` #> $`smooth muscle cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4230" #> #> $`smooth muscle cancer`$`_id` #> [1] "DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`smooth muscle cancer`$privateGeneCount #> [1] 0 #> #> $`smooth muscle cancer`$publicGeneCount #> [1] 10 #> #> $`smooth muscle cancer`$urlId #> [1] "DOID_4230" #> #> $`smooth muscle cancer`$dbPhenotype #> [1] FALSE #> #> $`smooth muscle cancer`$`_parent` #> [1] "DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`smooth muscle cancer`$`_is_leaf` #> [1] FALSE #> #> $`smooth muscle cancer`$children #> $`smooth muscle cancer`$children[[1]] #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`smooth muscle cancer`$value #> [1] "smooth muscle cancer" #> #> #> $`smooth muscle cancer` #> $`smooth muscle cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4230" #> #> $`smooth muscle cancer`$`_id` #> [1] "DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`smooth muscle cancer`$privateGeneCount #> [1] 0 #> #> $`smooth muscle cancer`$publicGeneCount #> [1] 10 #> #> $`smooth muscle cancer`$urlId #> [1] "DOID_4230" #> #> $`smooth muscle cancer`$dbPhenotype #> [1] FALSE #> #> $`smooth muscle cancer`$`_parent` #> [1] "DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`smooth muscle cancer`$`_is_leaf` #> [1] FALSE #> #> $`smooth muscle cancer`$children #> $`smooth muscle cancer`$children[[1]] #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`smooth muscle cancer`$value #> [1] "smooth muscle cancer" #> #> #> $`smooth muscle tumor` #> $`smooth muscle tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4310" #> #> $`smooth muscle tumor`$`_id` #> [1] "DOID_4310<DOID_461<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`smooth muscle tumor`$privateGeneCount #> [1] 0 #> #> $`smooth muscle tumor`$publicGeneCount #> [1] 1 #> #> $`smooth muscle tumor`$urlId #> [1] "DOID_4310" #> #> $`smooth muscle tumor`$dbPhenotype #> [1] TRUE #> #> $`smooth muscle tumor`$`_parent` #> [1] "DOID_461<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`smooth muscle tumor`$`_is_leaf` #> [1] TRUE #> #> $`smooth muscle tumor`$children #> list() #> #> $`smooth muscle tumor`$value #> [1] "smooth muscle tumor" #> #> #> $`smooth muscle tumor` #> $`smooth muscle tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4310" #> #> $`smooth muscle tumor`$`_id` #> [1] "DOID_4310<DOID_461<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`smooth muscle tumor`$privateGeneCount #> [1] 0 #> #> $`smooth muscle tumor`$publicGeneCount #> [1] 1 #> #> $`smooth muscle tumor`$urlId #> [1] "DOID_4310" #> #> $`smooth muscle tumor`$dbPhenotype #> [1] TRUE #> #> $`smooth muscle tumor`$`_parent` #> [1] "DOID_461<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`smooth muscle tumor`$`_is_leaf` #> [1] TRUE #> #> $`smooth muscle tumor`$children #> list() #> #> $`smooth muscle tumor`$value #> [1] "smooth muscle tumor" #> #> #> $`smooth muscle tumor` #> $`smooth muscle tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4310" #> #> $`smooth muscle tumor`$`_id` #> [1] "DOID_4310<DOID_461<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`smooth muscle tumor`$privateGeneCount #> [1] 0 #> #> $`smooth muscle tumor`$publicGeneCount #> [1] 1 #> #> $`smooth muscle tumor`$urlId #> [1] "DOID_4310" #> #> $`smooth muscle tumor`$dbPhenotype #> [1] TRUE #> #> $`smooth muscle tumor`$`_parent` #> [1] "DOID_461<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`smooth muscle tumor`$`_is_leaf` #> [1] TRUE #> #> $`smooth muscle tumor`$children #> list() #> #> $`smooth muscle tumor`$value #> [1] "smooth muscle tumor" #> #> #> $`Sneddon syndrome` #> $`Sneddon syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13096" #> #> $`Sneddon syndrome`$`_id` #> [1] "DOID_13096<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Sneddon syndrome`$privateGeneCount #> [1] 0 #> #> $`Sneddon syndrome`$publicGeneCount #> [1] 1 #> #> $`Sneddon syndrome`$urlId #> [1] "DOID_13096" #> #> $`Sneddon syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sneddon syndrome`$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Sneddon syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sneddon syndrome`$children #> list() #> #> $`Sneddon syndrome`$value #> [1] "Sneddon syndrome" #> #> #> $`social phobia` #> $`social phobia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11257" #> #> $`social phobia`$`_id` #> [1] "DOID_11257<DOID_591<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`social phobia`$privateGeneCount #> [1] 0 #> #> $`social phobia`$publicGeneCount #> [1] 2 #> #> $`social phobia`$urlId #> [1] "DOID_11257" #> #> $`social phobia`$dbPhenotype #> [1] TRUE #> #> $`social phobia`$`_parent` #> [1] "DOID_591<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`social phobia`$`_is_leaf` #> [1] TRUE #> #> $`social phobia`$children #> list() #> #> $`social phobia`$value #> [1] "social phobia" #> #> #> $`Soft tissue sarcoma` #> $`Soft tissue sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030448" #> #> $`Soft tissue sarcoma`$`_id` #> [1] "HP_0030448<HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Soft tissue sarcoma`$privateGeneCount #> [1] 0 #> #> $`Soft tissue sarcoma`$publicGeneCount #> [1] 8 #> #> $`Soft tissue sarcoma`$urlId #> [1] "HP_0030448" #> #> $`Soft tissue sarcoma`$dbPhenotype #> [1] FALSE #> #> $`Soft tissue sarcoma`$`_parent` #> [1] "HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Soft tissue sarcoma`$`_is_leaf` #> [1] FALSE #> #> $`Soft tissue sarcoma`$children #> $`Soft tissue sarcoma`$children[[1]] #> [1] "HP_0010614<HP_0030448<HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Soft tissue sarcoma`$value #> [1] "Soft tissue sarcoma" #> #> #> $`somatization disorder` #> $`somatization disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13918" #> #> $`somatization disorder`$`_id` #> [1] "DOID_13918<DOID_4737<DOID_150<DOID_4" #> #> $`somatization disorder`$privateGeneCount #> [1] 0 #> #> $`somatization disorder`$publicGeneCount #> [1] 1 #> #> $`somatization disorder`$urlId #> [1] "DOID_13918" #> #> $`somatization disorder`$dbPhenotype #> [1] TRUE #> #> $`somatization disorder`$`_parent` #> [1] "DOID_4737<DOID_150<DOID_4" #> #> $`somatization disorder`$`_is_leaf` #> [1] TRUE #> #> $`somatization disorder`$children #> list() #> #> $`somatization disorder`$value #> [1] "somatization disorder" #> #> #> $`somatoform disorder` #> $`somatoform disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4737" #> #> $`somatoform disorder`$`_id` #> [1] "DOID_4737<DOID_150<DOID_4" #> #> $`somatoform disorder`$privateGeneCount #> [1] 0 #> #> $`somatoform disorder`$publicGeneCount #> [1] 2 #> #> $`somatoform disorder`$urlId #> [1] "DOID_4737" #> #> $`somatoform disorder`$dbPhenotype #> [1] TRUE #> #> $`somatoform disorder`$`_parent` #> [1] "DOID_150<DOID_4" #> #> $`somatoform disorder`$`_is_leaf` #> [1] FALSE #> #> $`somatoform disorder`$children #> $`somatoform disorder`$children[[1]] #> [1] "DOID_11569<DOID_4737<DOID_150<DOID_4" #> #> $`somatoform disorder`$children[[2]] #> [1] "DOID_13918<DOID_4737<DOID_150<DOID_4" #> #> #> $`somatoform disorder`$value #> [1] "somatoform disorder" #> #> #> $`SOST-related sclerosing bone dysplasia` #> $`SOST-related sclerosing bone dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080036" #> #> $`SOST-related sclerosing bone dysplasia`$`_id` #> [1] "DOID_0080036<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`SOST-related sclerosing bone dysplasia`$privateGeneCount #> [1] 0 #> #> $`SOST-related sclerosing bone dysplasia`$publicGeneCount #> [1] 2 #> #> $`SOST-related sclerosing bone dysplasia`$urlId #> [1] "DOID_0080036" #> #> $`SOST-related sclerosing bone dysplasia`$dbPhenotype #> [1] TRUE #> #> $`SOST-related sclerosing bone dysplasia`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`SOST-related sclerosing bone dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`SOST-related sclerosing bone dysplasia`$children #> list() #> #> $`SOST-related sclerosing bone dysplasia`$value #> [1] "SOST-related sclerosing bone dysplasia" #> #> #> $`SOST-related sclerosing bone dysplasia` #> $`SOST-related sclerosing bone dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080036" #> #> $`SOST-related sclerosing bone dysplasia`$`_id` #> [1] "DOID_0080036<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`SOST-related sclerosing bone dysplasia`$privateGeneCount #> [1] 0 #> #> $`SOST-related sclerosing bone dysplasia`$publicGeneCount #> [1] 2 #> #> $`SOST-related sclerosing bone dysplasia`$urlId #> [1] "DOID_0080036" #> #> $`SOST-related sclerosing bone dysplasia`$dbPhenotype #> [1] TRUE #> #> $`SOST-related sclerosing bone dysplasia`$`_parent` #> [1] "DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`SOST-related sclerosing bone dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`SOST-related sclerosing bone dysplasia`$children #> list() #> #> $`SOST-related sclerosing bone dysplasia`$value #> [1] "SOST-related sclerosing bone dysplasia" #> #> #> $`Sotos syndrome` #> $`Sotos syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14748" #> #> $`Sotos syndrome`$`_id` #> [1] "DOID_14748<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Sotos syndrome`$privateGeneCount #> [1] 0 #> #> $`Sotos syndrome`$publicGeneCount #> [1] 3 #> #> $`Sotos syndrome`$urlId #> [1] "DOID_14748" #> #> $`Sotos syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sotos syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Sotos syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sotos syndrome`$children #> list() #> #> $`Sotos syndrome`$value #> [1] "Sotos syndrome" #> #> #> $`Sotos syndrome` #> $`Sotos syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14748" #> #> $`Sotos syndrome`$`_id` #> [1] "DOID_14748<DOID_225<DOID_4" #> #> $`Sotos syndrome`$privateGeneCount #> [1] 0 #> #> $`Sotos syndrome`$publicGeneCount #> [1] 3 #> #> $`Sotos syndrome`$urlId #> [1] "DOID_14748" #> #> $`Sotos syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sotos syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Sotos syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sotos syndrome`$children #> list() #> #> $`Sotos syndrome`$value #> [1] "Sotos syndrome" #> #> #> $`spastic ataxia` #> $`spastic ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050952" #> #> $`spastic ataxia`$`_id` #> [1] "DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia`$privateGeneCount #> [1] 0 #> #> $`spastic ataxia`$publicGeneCount #> [1] 5 #> #> $`spastic ataxia`$urlId #> [1] "DOID_0050952" #> #> $`spastic ataxia`$dbPhenotype #> [1] FALSE #> #> $`spastic ataxia`$`_parent` #> [1] "DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia`$`_is_leaf` #> [1] FALSE #> #> $`spastic ataxia`$children #> $`spastic ataxia`$children[[1]] #> [1] "DOID_0050772<DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia`$children[[2]] #> [1] "DOID_0050941<DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia`$children[[3]] #> [1] "DOID_0050942<DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia`$children[[4]] #> [1] "DOID_0050943<DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia`$children[[5]] #> [1] "DOID_0050944<DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`spastic ataxia`$value #> [1] "spastic ataxia" #> #> #> $`spastic ataxia 1` #> $`spastic ataxia 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050772" #> #> $`spastic ataxia 1`$`_id` #> [1] "DOID_0050772<DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia 1`$privateGeneCount #> [1] 0 #> #> $`spastic ataxia 1`$publicGeneCount #> [1] 1 #> #> $`spastic ataxia 1`$urlId #> [1] "DOID_0050772" #> #> $`spastic ataxia 1`$dbPhenotype #> [1] TRUE #> #> $`spastic ataxia 1`$`_parent` #> [1] "DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia 1`$`_is_leaf` #> [1] TRUE #> #> $`spastic ataxia 1`$children #> list() #> #> $`spastic ataxia 1`$value #> [1] "spastic ataxia 1" #> #> #> $`spastic ataxia 2` #> $`spastic ataxia 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050941" #> #> $`spastic ataxia 2`$`_id` #> [1] "DOID_0050941<DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia 2`$privateGeneCount #> [1] 0 #> #> $`spastic ataxia 2`$publicGeneCount #> [1] 1 #> #> $`spastic ataxia 2`$urlId #> [1] "DOID_0050941" #> #> $`spastic ataxia 2`$dbPhenotype #> [1] TRUE #> #> $`spastic ataxia 2`$`_parent` #> [1] "DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia 2`$`_is_leaf` #> [1] TRUE #> #> $`spastic ataxia 2`$children #> list() #> #> $`spastic ataxia 2`$value #> [1] "spastic ataxia 2" #> #> #> $`spastic ataxia 3` #> $`spastic ataxia 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050942" #> #> $`spastic ataxia 3`$`_id` #> [1] "DOID_0050942<DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia 3`$privateGeneCount #> [1] 0 #> #> $`spastic ataxia 3`$publicGeneCount #> [1] 1 #> #> $`spastic ataxia 3`$urlId #> [1] "DOID_0050942" #> #> $`spastic ataxia 3`$dbPhenotype #> [1] TRUE #> #> $`spastic ataxia 3`$`_parent` #> [1] "DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia 3`$`_is_leaf` #> [1] TRUE #> #> $`spastic ataxia 3`$children #> list() #> #> $`spastic ataxia 3`$value #> [1] "spastic ataxia 3" #> #> #> $`spastic ataxia 4` #> $`spastic ataxia 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050943" #> #> $`spastic ataxia 4`$`_id` #> [1] "DOID_0050943<DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia 4`$privateGeneCount #> [1] 0 #> #> $`spastic ataxia 4`$publicGeneCount #> [1] 1 #> #> $`spastic ataxia 4`$urlId #> [1] "DOID_0050943" #> #> $`spastic ataxia 4`$dbPhenotype #> [1] TRUE #> #> $`spastic ataxia 4`$`_parent` #> [1] "DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia 4`$`_is_leaf` #> [1] TRUE #> #> $`spastic ataxia 4`$children #> list() #> #> $`spastic ataxia 4`$value #> [1] "spastic ataxia 4" #> #> #> $`spastic ataxia 5` #> $`spastic ataxia 5`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050944" #> #> $`spastic ataxia 5`$`_id` #> [1] "DOID_0050944<DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia 5`$privateGeneCount #> [1] 0 #> #> $`spastic ataxia 5`$publicGeneCount #> [1] 1 #> #> $`spastic ataxia 5`$urlId #> [1] "DOID_0050944" #> #> $`spastic ataxia 5`$dbPhenotype #> [1] TRUE #> #> $`spastic ataxia 5`$`_parent` #> [1] "DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia 5`$`_is_leaf` #> [1] TRUE #> #> $`spastic ataxia 5`$children #> list() #> #> $`spastic ataxia 5`$value #> [1] "spastic ataxia 5" #> #> #> $`spastic cerebral palsy` #> $`spastic cerebral palsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050669" #> #> $`spastic cerebral palsy`$`_id` #> [1] "DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic cerebral palsy`$privateGeneCount #> [1] 0 #> #> $`spastic cerebral palsy`$publicGeneCount #> [1] 30 #> #> $`spastic cerebral palsy`$urlId #> [1] "DOID_0050669" #> #> $`spastic cerebral palsy`$dbPhenotype #> [1] TRUE #> #> $`spastic cerebral palsy`$`_parent` #> [1] "DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic cerebral palsy`$`_is_leaf` #> [1] FALSE #> #> $`spastic cerebral palsy`$children #> $`spastic cerebral palsy`$children[[1]] #> [1] "DOID_10965<DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic cerebral palsy`$children[[2]] #> [1] "DOID_10967<DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic cerebral palsy`$children[[3]] #> [1] "DOID_10968<DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic cerebral palsy`$children[[4]] #> [1] "DOID_10970<DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`spastic cerebral palsy`$value #> [1] "spastic cerebral palsy" #> #> #> $`spastic diplegia` #> $`spastic diplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10965" #> #> $`spastic diplegia`$`_id` #> [1] "DOID_10965<DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic diplegia`$privateGeneCount #> [1] 0 #> #> $`spastic diplegia`$publicGeneCount #> [1] 13 #> #> $`spastic diplegia`$urlId #> [1] "DOID_10965" #> #> $`spastic diplegia`$dbPhenotype #> [1] TRUE #> #> $`spastic diplegia`$`_parent` #> [1] "DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic diplegia`$`_is_leaf` #> [1] TRUE #> #> $`spastic diplegia`$children #> list() #> #> $`spastic diplegia`$value #> [1] "spastic diplegia" #> #> #> $`Spastic hemiparesis` #> $`Spastic hemiparesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011099" #> #> $`Spastic hemiparesis`$`_id` #> [1] "HP_0011099<HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spastic hemiparesis`$privateGeneCount #> [1] 0 #> #> $`Spastic hemiparesis`$publicGeneCount #> [1] 1 #> #> $`Spastic hemiparesis`$urlId #> [1] "HP_0011099" #> #> $`Spastic hemiparesis`$dbPhenotype #> [1] TRUE #> #> $`Spastic hemiparesis`$`_parent` #> [1] "HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spastic hemiparesis`$`_is_leaf` #> [1] TRUE #> #> $`Spastic hemiparesis`$children #> list() #> #> $`Spastic hemiparesis`$value #> [1] "Spastic hemiparesis" #> #> #> $`Spastic hemiparesis` #> $`Spastic hemiparesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011099" #> #> $`Spastic hemiparesis`$`_id` #> [1] "HP_0011099<HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Spastic hemiparesis`$privateGeneCount #> [1] 0 #> #> $`Spastic hemiparesis`$publicGeneCount #> [1] 1 #> #> $`Spastic hemiparesis`$urlId #> [1] "HP_0011099" #> #> $`Spastic hemiparesis`$dbPhenotype #> [1] TRUE #> #> $`Spastic hemiparesis`$`_parent` #> [1] "HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Spastic hemiparesis`$`_is_leaf` #> [1] TRUE #> #> $`Spastic hemiparesis`$children #> list() #> #> $`Spastic hemiparesis`$value #> [1] "Spastic hemiparesis" #> #> #> $`spastic hemiplegia` #> $`spastic hemiplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10967" #> #> $`spastic hemiplegia`$`_id` #> [1] "DOID_10967<DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic hemiplegia`$privateGeneCount #> [1] 0 #> #> $`spastic hemiplegia`$publicGeneCount #> [1] 7 #> #> $`spastic hemiplegia`$urlId #> [1] "DOID_10967" #> #> $`spastic hemiplegia`$dbPhenotype #> [1] TRUE #> #> $`spastic hemiplegia`$`_parent` #> [1] "DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic hemiplegia`$`_is_leaf` #> [1] TRUE #> #> $`spastic hemiplegia`$children #> list() #> #> $`spastic hemiplegia`$value #> [1] "spastic hemiplegia" #> #> #> $`spastic monoplegia` #> $`spastic monoplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10968" #> #> $`spastic monoplegia`$`_id` #> [1] "DOID_10968<DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic monoplegia`$privateGeneCount #> [1] 0 #> #> $`spastic monoplegia`$publicGeneCount #> [1] 2 #> #> $`spastic monoplegia`$urlId #> [1] "DOID_10968" #> #> $`spastic monoplegia`$dbPhenotype #> [1] TRUE #> #> $`spastic monoplegia`$`_parent` #> [1] "DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic monoplegia`$`_is_leaf` #> [1] TRUE #> #> $`spastic monoplegia`$children #> list() #> #> $`spastic monoplegia`$value #> [1] "spastic monoplegia" #> #> #> $`Spastic paraparesis` #> $`Spastic paraparesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002313" #> #> $`Spastic paraparesis`$`_id` #> [1] "HP_0002313<HP_0002061<HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spastic paraparesis`$privateGeneCount #> [1] 0 #> #> $`Spastic paraparesis`$publicGeneCount #> [1] 1 #> #> $`Spastic paraparesis`$urlId #> [1] "HP_0002313" #> #> $`Spastic paraparesis`$dbPhenotype #> [1] TRUE #> #> $`Spastic paraparesis`$`_parent` #> [1] "HP_0002061<HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spastic paraparesis`$`_is_leaf` #> [1] TRUE #> #> $`Spastic paraparesis`$children #> list() #> #> $`Spastic paraparesis`$value #> [1] "Spastic paraparesis" #> #> #> $`Spastic paraparesis` #> $`Spastic paraparesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002313" #> #> $`Spastic paraparesis`$`_id` #> [1] "HP_0002313<HP_0002061<HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Spastic paraparesis`$privateGeneCount #> [1] 0 #> #> $`Spastic paraparesis`$publicGeneCount #> [1] 1 #> #> $`Spastic paraparesis`$urlId #> [1] "HP_0002313" #> #> $`Spastic paraparesis`$dbPhenotype #> [1] TRUE #> #> $`Spastic paraparesis`$`_parent` #> [1] "HP_0002061<HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Spastic paraparesis`$`_is_leaf` #> [1] TRUE #> #> $`Spastic paraparesis`$children #> list() #> #> $`Spastic paraparesis`$value #> [1] "Spastic paraparesis" #> #> #> $`Spastic paraparesis` #> $`Spastic paraparesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002313" #> #> $`Spastic paraparesis`$`_id` #> [1] "HP_0002313<HP_0002385<HP_0010551<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spastic paraparesis`$privateGeneCount #> [1] 0 #> #> $`Spastic paraparesis`$publicGeneCount #> [1] 1 #> #> $`Spastic paraparesis`$urlId #> [1] "HP_0002313" #> #> $`Spastic paraparesis`$dbPhenotype #> [1] TRUE #> #> $`Spastic paraparesis`$`_parent` #> [1] "HP_0002385<HP_0010551<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spastic paraparesis`$`_is_leaf` #> [1] TRUE #> #> $`Spastic paraparesis`$children #> list() #> #> $`Spastic paraparesis`$value #> [1] "Spastic paraparesis" #> #> #> $`Spastic paraplegia` #> $`Spastic paraplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001258" #> #> $`Spastic paraplegia`$`_id` #> [1] "HP_0001258<HP_0002061<HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spastic paraplegia`$privateGeneCount #> [1] 0 #> #> $`Spastic paraplegia`$publicGeneCount #> [1] 1 #> #> $`Spastic paraplegia`$urlId #> [1] "HP_0001258" #> #> $`Spastic paraplegia`$dbPhenotype #> [1] TRUE #> #> $`Spastic paraplegia`$`_parent` #> [1] "HP_0002061<HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spastic paraplegia`$`_is_leaf` #> [1] TRUE #> #> $`Spastic paraplegia`$children #> list() #> #> $`Spastic paraplegia`$value #> [1] "Spastic paraplegia" #> #> #> $`Spastic paraplegia` #> $`Spastic paraplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001258" #> #> $`Spastic paraplegia`$`_id` #> [1] "HP_0001258<HP_0002061<HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Spastic paraplegia`$privateGeneCount #> [1] 0 #> #> $`Spastic paraplegia`$publicGeneCount #> [1] 1 #> #> $`Spastic paraplegia`$urlId #> [1] "HP_0001258" #> #> $`Spastic paraplegia`$dbPhenotype #> [1] TRUE #> #> $`Spastic paraplegia`$`_parent` #> [1] "HP_0002061<HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Spastic paraplegia`$`_is_leaf` #> [1] TRUE #> #> $`Spastic paraplegia`$children #> list() #> #> $`Spastic paraplegia`$value #> [1] "Spastic paraplegia" #> #> #> $`spastic quadriplegia` #> $`spastic quadriplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10970" #> #> $`spastic quadriplegia`$`_id` #> [1] "DOID_10970<DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic quadriplegia`$privateGeneCount #> [1] 0 #> #> $`spastic quadriplegia`$publicGeneCount #> [1] 23 #> #> $`spastic quadriplegia`$urlId #> [1] "DOID_10970" #> #> $`spastic quadriplegia`$dbPhenotype #> [1] TRUE #> #> $`spastic quadriplegia`$`_parent` #> [1] "DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic quadriplegia`$`_is_leaf` #> [1] TRUE #> #> $`spastic quadriplegia`$children #> list() #> #> $`spastic quadriplegia`$value #> [1] "spastic quadriplegia" #> #> #> $Spasticity #> $Spasticity$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001257" #> #> $Spasticity$`_id` #> [1] "HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Spasticity$privateGeneCount #> [1] 0 #> #> $Spasticity$publicGeneCount #> [1] 5 #> #> $Spasticity$urlId #> [1] "HP_0001257" #> #> $Spasticity$dbPhenotype #> [1] TRUE #> #> $Spasticity$`_parent` #> [1] "HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Spasticity$`_is_leaf` #> [1] FALSE #> #> $Spasticity$children #> $Spasticity$children[[1]] #> [1] "HP_0002061<HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Spasticity$children[[2]] #> [1] "HP_0011099<HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Spasticity$value #> [1] "Spasticity" #> #> #> $Spasticity #> $Spasticity$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001257" #> #> $Spasticity$`_id` #> [1] "HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $Spasticity$privateGeneCount #> [1] 0 #> #> $Spasticity$publicGeneCount #> [1] 5 #> #> $Spasticity$urlId #> [1] "HP_0001257" #> #> $Spasticity$dbPhenotype #> [1] TRUE #> #> $Spasticity$`_parent` #> [1] "HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $Spasticity$`_is_leaf` #> [1] FALSE #> #> $Spasticity$children #> $Spasticity$children[[1]] #> [1] "HP_0002061<HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $Spasticity$children[[2]] #> [1] "HP_0011099<HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> #> $Spasticity$value #> [1] "Spasticity" #> #> #> $`specific developmental disorder` #> $`specific developmental disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060038" #> #> $`specific developmental disorder`$`_id` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$privateGeneCount #> [1] 0 #> #> $`specific developmental disorder`$publicGeneCount #> [1] 690 #> #> $`specific developmental disorder`$urlId #> [1] "DOID_0060038" #> #> $`specific developmental disorder`$dbPhenotype #> [1] FALSE #> #> $`specific developmental disorder`$`_parent` #> [1] "DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$`_is_leaf` #> [1] FALSE #> #> $`specific developmental disorder`$children #> $`specific developmental disorder`$children[[1]] #> [1] "DOID_1094<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$children[[2]] #> [1] "DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$children[[3]] #> [1] "DOID_12995<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$children[[4]] #> [1] "DOID_9923<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$children[[5]] #> [1] "DOID_8670<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$children[[6]] #> [1] "DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$children[[7]] #> [1] "DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$children[[8]] #> [1] "DOID_8927<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$children[[9]] #> [1] "DOID_2303<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$children[[10]] #> [1] "DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`specific developmental disorder`$value #> [1] "specific developmental disorder" #> #> #> $`specific language impairment` #> $`specific language impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060244" #> #> $`specific language impairment`$`_id` #> [1] "DOID_0060244<DOID_93<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific language impairment`$privateGeneCount #> [1] 0 #> #> $`specific language impairment`$publicGeneCount #> [1] 1 #> #> $`specific language impairment`$urlId #> [1] "DOID_0060244" #> #> $`specific language impairment`$dbPhenotype #> [1] TRUE #> #> $`specific language impairment`$`_parent` #> [1] "DOID_93<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific language impairment`$`_is_leaf` #> [1] TRUE #> #> $`specific language impairment`$children #> list() #> #> $`specific language impairment`$value #> [1] "specific language impairment" #> #> #> $`Specific learning disability` #> $`Specific learning disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001328" #> #> $`Specific learning disability`$`_id` #> [1] "HP_0001328<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Specific learning disability`$privateGeneCount #> [1] 0 #> #> $`Specific learning disability`$publicGeneCount #> [1] 1 #> #> $`Specific learning disability`$urlId #> [1] "HP_0001328" #> #> $`Specific learning disability`$dbPhenotype #> [1] TRUE #> #> $`Specific learning disability`$`_parent` #> [1] "HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Specific learning disability`$`_is_leaf` #> [1] TRUE #> #> $`Specific learning disability`$children #> list() #> #> $`Specific learning disability`$value #> [1] "Specific learning disability" #> #> #> $`speech disorder` #> $`speech disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_92" #> #> $`speech disorder`$`_id` #> [1] "DOID_92<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`speech disorder`$privateGeneCount #> [1] 0 #> #> $`speech disorder`$publicGeneCount #> [1] 14 #> #> $`speech disorder`$urlId #> [1] "DOID_92" #> #> $`speech disorder`$dbPhenotype #> [1] TRUE #> #> $`speech disorder`$`_parent` #> [1] "DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`speech disorder`$`_is_leaf` #> [1] FALSE #> #> $`speech disorder`$children #> $`speech disorder`$children[[1]] #> [1] "DOID_4186<DOID_92<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`speech disorder`$value #> [1] "speech disorder" #> #> #> $Spherocytosis #> $Spherocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004444" #> #> $Spherocytosis$`_id` #> [1] "HP_0004444<HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Spherocytosis$privateGeneCount #> [1] 0 #> #> $Spherocytosis$publicGeneCount #> [1] 1 #> #> $Spherocytosis$urlId #> [1] "HP_0004444" #> #> $Spherocytosis$dbPhenotype #> [1] TRUE #> #> $Spherocytosis$`_parent` #> [1] "HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Spherocytosis$`_is_leaf` #> [1] TRUE #> #> $Spherocytosis$children #> list() #> #> $Spherocytosis$value #> [1] "Spherocytosis" #> #> #> $`spheroid body myopathy` #> $`spheroid body myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080091" #> #> $`spheroid body myopathy`$`_id` #> [1] "DOID_0080091<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`spheroid body myopathy`$privateGeneCount #> [1] 0 #> #> $`spheroid body myopathy`$publicGeneCount #> [1] 1 #> #> $`spheroid body myopathy`$urlId #> [1] "DOID_0080091" #> #> $`spheroid body myopathy`$dbPhenotype #> [1] TRUE #> #> $`spheroid body myopathy`$`_parent` #> [1] "DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`spheroid body myopathy`$`_is_leaf` #> [1] TRUE #> #> $`spheroid body myopathy`$children #> list() #> #> $`spheroid body myopathy`$value #> [1] "spheroid body myopathy" #> #> #> $sphingolipidosis #> $sphingolipidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1927" #> #> $sphingolipidosis$`_id` #> [1] "DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sphingolipidosis$privateGeneCount #> [1] 0 #> #> $sphingolipidosis$publicGeneCount #> [1] 22 #> #> $sphingolipidosis$urlId #> [1] "DOID_1927" #> #> $sphingolipidosis$dbPhenotype #> [1] TRUE #> #> $sphingolipidosis$`_parent` #> [1] "DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sphingolipidosis$`_is_leaf` #> [1] FALSE #> #> $sphingolipidosis$children #> $sphingolipidosis$children[[1]] #> [1] "DOID_14499<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sphingolipidosis$children[[2]] #> [1] "DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sphingolipidosis$children[[3]] #> [1] "DOID_1926<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sphingolipidosis$children[[4]] #> [1] "DOID_10587<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sphingolipidosis$children[[5]] #> [1] "DOID_10581<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sphingolipidosis$children[[6]] #> [1] "DOID_0050441<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sphingolipidosis$children[[7]] #> [1] "DOID_14504<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sphingolipidosis$children[[8]] #> [1] "DOID_4423<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> #> $sphingolipidosis$value #> [1] "sphingolipidosis" #> #> #> $`spina bifida` #> $`spina bifida`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080016" #> #> $`spina bifida`$`_id` #> [1] "DOID_0080016<DOID_0080074<DOID_0080015<DOID_4" #> #> $`spina bifida`$privateGeneCount #> [1] 0 #> #> $`spina bifida`$publicGeneCount #> [1] 8 #> #> $`spina bifida`$urlId #> [1] "DOID_0080016" #> #> $`spina bifida`$dbPhenotype #> [1] TRUE #> #> $`spina bifida`$`_parent` #> [1] "DOID_0080074<DOID_0080015<DOID_4" #> #> $`spina bifida`$`_is_leaf` #> [1] FALSE #> #> $`spina bifida`$children #> $`spina bifida`$children[[1]] #> [1] "DOID_1088<DOID_0080016<DOID_0080074<DOID_0080015<DOID_4" #> #> #> $`spina bifida`$value #> [1] "spina bifida" #> #> #> $`Spina bifida` #> $`Spina bifida`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002414" #> #> $`Spina bifida`$`_id` #> [1] "HP_0002414<HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spina bifida`$privateGeneCount #> [1] 0 #> #> $`Spina bifida`$publicGeneCount #> [1] 4 #> #> $`Spina bifida`$urlId #> [1] "HP_0002414" #> #> $`Spina bifida`$dbPhenotype #> [1] FALSE #> #> $`Spina bifida`$`_parent` #> [1] "HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spina bifida`$`_is_leaf` #> [1] FALSE #> #> $`Spina bifida`$children #> $`Spina bifida`$children[[1]] #> [1] "HP_0002435<HP_0002414<HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Spina bifida`$value #> [1] "Spina bifida" #> #> #> $`Spina bifida` #> $`Spina bifida`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002414" #> #> $`Spina bifida`$`_id` #> [1] "HP_0002414<HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spina bifida`$privateGeneCount #> [1] 0 #> #> $`Spina bifida`$publicGeneCount #> [1] 4 #> #> $`Spina bifida`$urlId #> [1] "HP_0002414" #> #> $`Spina bifida`$dbPhenotype #> [1] FALSE #> #> $`Spina bifida`$`_parent` #> [1] "HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spina bifida`$`_is_leaf` #> [1] FALSE #> #> $`Spina bifida`$children #> $`Spina bifida`$children[[1]] #> [1] "HP_0002435<HP_0002414<HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Spina bifida`$value #> [1] "Spina bifida" #> #> #> $`spinal canal and spinal cord meningioma` #> $`spinal canal and spinal cord meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1140" #> #> $`spinal canal and spinal cord meningioma`$`_id` #> [1] "DOID_1140<DOID_5612<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal canal and spinal cord meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal canal and spinal cord meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal canal and spinal cord meningioma`$urlId #> [1] "DOID_1140" #> #> $`spinal canal and spinal cord meningioma`$dbPhenotype #> [1] FALSE #> #> $`spinal canal and spinal cord meningioma`$`_parent` #> [1] "DOID_5612<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal canal and spinal cord meningioma`$`_is_leaf` #> [1] FALSE #> #> $`spinal canal and spinal cord meningioma`$children #> $`spinal canal and spinal cord meningioma`$children[[1]] #> [1] "DOID_1138<DOID_1140<DOID_5612<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`spinal canal and spinal cord meningioma`$value #> [1] "spinal canal and spinal cord meningioma" #> #> #> $`spinal canal and spinal cord meningioma` #> $`spinal canal and spinal cord meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1140" #> #> $`spinal canal and spinal cord meningioma`$`_id` #> [1] "DOID_1140<DOID_5612<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`spinal canal and spinal cord meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal canal and spinal cord meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal canal and spinal cord meningioma`$urlId #> [1] "DOID_1140" #> #> $`spinal canal and spinal cord meningioma`$dbPhenotype #> [1] FALSE #> #> $`spinal canal and spinal cord meningioma`$`_parent` #> [1] "DOID_5612<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`spinal canal and spinal cord meningioma`$`_is_leaf` #> [1] FALSE #> #> $`spinal canal and spinal cord meningioma`$children #> $`spinal canal and spinal cord meningioma`$children[[1]] #> [1] "DOID_1138<DOID_1140<DOID_5612<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`spinal canal and spinal cord meningioma`$value #> [1] "spinal canal and spinal cord meningioma" #> #> #> $`spinal canal and spinal cord meningioma` #> $`spinal canal and spinal cord meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1140" #> #> $`spinal canal and spinal cord meningioma`$`_id` #> [1] "DOID_1140<DOID_5612<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`spinal canal and spinal cord meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal canal and spinal cord meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal canal and spinal cord meningioma`$urlId #> [1] "DOID_1140" #> #> $`spinal canal and spinal cord meningioma`$dbPhenotype #> [1] FALSE #> #> $`spinal canal and spinal cord meningioma`$`_parent` #> [1] "DOID_5612<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`spinal canal and spinal cord meningioma`$`_is_leaf` #> [1] FALSE #> #> $`spinal canal and spinal cord meningioma`$children #> $`spinal canal and spinal cord meningioma`$children[[1]] #> [1] "DOID_1138<DOID_1140<DOID_5612<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`spinal canal and spinal cord meningioma`$value #> [1] "spinal canal and spinal cord meningioma" #> #> #> $`spinal canal and spinal cord meningioma` #> $`spinal canal and spinal cord meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1140" #> #> $`spinal canal and spinal cord meningioma`$`_id` #> [1] "DOID_1140<DOID_5612<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal canal and spinal cord meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal canal and spinal cord meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal canal and spinal cord meningioma`$urlId #> [1] "DOID_1140" #> #> $`spinal canal and spinal cord meningioma`$dbPhenotype #> [1] FALSE #> #> $`spinal canal and spinal cord meningioma`$`_parent` #> [1] "DOID_5612<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal canal and spinal cord meningioma`$`_is_leaf` #> [1] FALSE #> #> $`spinal canal and spinal cord meningioma`$children #> $`spinal canal and spinal cord meningioma`$children[[1]] #> [1] "DOID_1138<DOID_1140<DOID_5612<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`spinal canal and spinal cord meningioma`$value #> [1] "spinal canal and spinal cord meningioma" #> #> #> $`spinal cancer` #> $`spinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5612" #> #> $`spinal cancer`$`_id` #> [1] "DOID_5612<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cancer`$privateGeneCount #> [1] 0 #> #> $`spinal cancer`$publicGeneCount #> [1] 16 #> #> $`spinal cancer`$urlId #> [1] "DOID_5612" #> #> $`spinal cancer`$dbPhenotype #> [1] FALSE #> #> $`spinal cancer`$`_parent` #> [1] "DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`spinal cancer`$children #> $`spinal cancer`$children[[1]] #> [1] "DOID_1140<DOID_5612<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`spinal cancer`$value #> [1] "spinal cancer" #> #> #> $`spinal cancer` #> $`spinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5612" #> #> $`spinal cancer`$`_id` #> [1] "DOID_5612<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`spinal cancer`$privateGeneCount #> [1] 0 #> #> $`spinal cancer`$publicGeneCount #> [1] 16 #> #> $`spinal cancer`$urlId #> [1] "DOID_5612" #> #> $`spinal cancer`$dbPhenotype #> [1] FALSE #> #> $`spinal cancer`$`_parent` #> [1] "DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`spinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`spinal cancer`$children #> $`spinal cancer`$children[[1]] #> [1] "DOID_1140<DOID_5612<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`spinal cancer`$value #> [1] "spinal cancer" #> #> #> $`spinal cancer` #> $`spinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5612" #> #> $`spinal cancer`$`_id` #> [1] "DOID_5612<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`spinal cancer`$privateGeneCount #> [1] 0 #> #> $`spinal cancer`$publicGeneCount #> [1] 16 #> #> $`spinal cancer`$urlId #> [1] "DOID_5612" #> #> $`spinal cancer`$dbPhenotype #> [1] FALSE #> #> $`spinal cancer`$`_parent` #> [1] "DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`spinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`spinal cancer`$children #> $`spinal cancer`$children[[1]] #> [1] "DOID_1140<DOID_5612<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`spinal cancer`$value #> [1] "spinal cancer" #> #> #> $`spinal cancer` #> $`spinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5612" #> #> $`spinal cancer`$`_id` #> [1] "DOID_5612<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cancer`$privateGeneCount #> [1] 0 #> #> $`spinal cancer`$publicGeneCount #> [1] 16 #> #> $`spinal cancer`$urlId #> [1] "DOID_5612" #> #> $`spinal cancer`$dbPhenotype #> [1] FALSE #> #> $`spinal cancer`$`_parent` #> [1] "DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`spinal cancer`$children #> $`spinal cancer`$children[[1]] #> [1] "DOID_1140<DOID_5612<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`spinal cancer`$value #> [1] "spinal cancer" #> #> #> $`Spinal cord compression` #> $`Spinal cord compression`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002176" #> #> $`Spinal cord compression`$`_id` #> [1] "HP_0002176<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spinal cord compression`$privateGeneCount #> [1] 0 #> #> $`Spinal cord compression`$publicGeneCount #> [1] 5 #> #> $`Spinal cord compression`$urlId #> [1] "HP_0002176" #> #> $`Spinal cord compression`$dbPhenotype #> [1] TRUE #> #> $`Spinal cord compression`$`_parent` #> [1] "HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spinal cord compression`$`_is_leaf` #> [1] TRUE #> #> $`Spinal cord compression`$children #> list() #> #> $`Spinal cord compression`$value #> [1] "Spinal cord compression" #> #> #> $`spinal cord disease` #> $`spinal cord disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_319" #> #> $`spinal cord disease`$`_id` #> [1] "DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cord disease`$privateGeneCount #> [1] 0 #> #> $`spinal cord disease`$publicGeneCount #> [1] 102 #> #> $`spinal cord disease`$urlId #> [1] "DOID_319" #> #> $`spinal cord disease`$dbPhenotype #> [1] TRUE #> #> $`spinal cord disease`$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cord disease`$`_is_leaf` #> [1] FALSE #> #> $`spinal cord disease`$children #> $`spinal cord disease`$children[[1]] #> [1] "DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cord disease`$children[[2]] #> [1] "DOID_322<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cord disease`$children[[3]] #> [1] "DOID_8869<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cord disease`$children[[4]] #> [1] "DOID_5612<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cord disease`$children[[5]] #> [1] "DOID_327<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cord disease`$children[[6]] #> [1] "DOID_1089<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cord disease`$children[[7]] #> [1] "DOID_321<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`spinal cord disease`$value #> [1] "spinal cord disease" #> #> #> $`spinal disease` #> $`spinal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060564" #> #> $`spinal disease`$`_id` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$privateGeneCount #> [1] 0 #> #> $`spinal disease`$publicGeneCount #> [1] 253 #> #> $`spinal disease`$urlId #> [1] "DOID_0060564" #> #> $`spinal disease`$dbPhenotype #> [1] FALSE #> #> $`spinal disease`$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$`_is_leaf` #> [1] FALSE #> #> $`spinal disease`$children #> $`spinal disease`$children[[1]] #> [1] "DOID_0080054<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[2]] #> [1] "DOID_0080056<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[3]] #> [1] "DOID_0080050<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[4]] #> [1] "DOID_7147<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[5]] #> [1] "DOID_0050648<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[6]] #> [1] "DOID_0080010<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[7]] #> [1] "DOID_14780<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[8]] #> [1] "DOID_10426<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[9]] #> [1] "DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[10]] #> [1] "DOID_5408<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[11]] #> [1] "DOID_0050568<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[12]] #> [1] "DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`spinal disease`$value #> [1] "spinal disease" #> #> #> $`Spinal dysraphism` #> $`Spinal dysraphism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010301" #> #> $`Spinal dysraphism`$`_id` #> [1] "HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spinal dysraphism`$privateGeneCount #> [1] 0 #> #> $`Spinal dysraphism`$publicGeneCount #> [1] 4 #> #> $`Spinal dysraphism`$urlId #> [1] "HP_0010301" #> #> $`Spinal dysraphism`$dbPhenotype #> [1] FALSE #> #> $`Spinal dysraphism`$`_parent` #> [1] "HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spinal dysraphism`$`_is_leaf` #> [1] FALSE #> #> $`Spinal dysraphism`$children #> $`Spinal dysraphism`$children[[1]] #> [1] "HP_0002414<HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Spinal dysraphism`$value #> [1] "Spinal dysraphism" #> #> #> $`Spinal dysraphism` #> $`Spinal dysraphism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010301" #> #> $`Spinal dysraphism`$`_id` #> [1] "HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spinal dysraphism`$privateGeneCount #> [1] 0 #> #> $`Spinal dysraphism`$publicGeneCount #> [1] 4 #> #> $`Spinal dysraphism`$urlId #> [1] "HP_0010301" #> #> $`Spinal dysraphism`$dbPhenotype #> [1] FALSE #> #> $`Spinal dysraphism`$`_parent` #> [1] "HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spinal dysraphism`$`_is_leaf` #> [1] FALSE #> #> $`Spinal dysraphism`$children #> $`Spinal dysraphism`$children[[1]] #> [1] "HP_0002414<HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Spinal dysraphism`$value #> [1] "Spinal dysraphism" #> #> #> $`spinal meningioma` #> $`spinal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1138" #> #> $`spinal meningioma`$`_id` #> [1] "DOID_1138<DOID_1140<DOID_5612<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal meningioma`$urlId #> [1] "DOID_1138" #> #> $`spinal meningioma`$dbPhenotype #> [1] TRUE #> #> $`spinal meningioma`$`_parent` #> [1] "DOID_1140<DOID_5612<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`spinal meningioma`$children #> list() #> #> $`spinal meningioma`$value #> [1] "spinal meningioma" #> #> #> $`spinal meningioma` #> $`spinal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1138" #> #> $`spinal meningioma`$`_id` #> [1] "DOID_1138<DOID_1140<DOID_5612<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`spinal meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal meningioma`$urlId #> [1] "DOID_1138" #> #> $`spinal meningioma`$dbPhenotype #> [1] TRUE #> #> $`spinal meningioma`$`_parent` #> [1] "DOID_1140<DOID_5612<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`spinal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`spinal meningioma`$children #> list() #> #> $`spinal meningioma`$value #> [1] "spinal meningioma" #> #> #> $`spinal meningioma` #> $`spinal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1138" #> #> $`spinal meningioma`$`_id` #> [1] "DOID_1138<DOID_1140<DOID_5612<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`spinal meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal meningioma`$urlId #> [1] "DOID_1138" #> #> $`spinal meningioma`$dbPhenotype #> [1] TRUE #> #> $`spinal meningioma`$`_parent` #> [1] "DOID_1140<DOID_5612<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`spinal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`spinal meningioma`$children #> list() #> #> $`spinal meningioma`$value #> [1] "spinal meningioma" #> #> #> $`spinal meningioma` #> $`spinal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1138" #> #> $`spinal meningioma`$`_id` #> [1] "DOID_1138<DOID_1140<DOID_5612<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal meningioma`$urlId #> [1] "DOID_1138" #> #> $`spinal meningioma`$dbPhenotype #> [1] TRUE #> #> $`spinal meningioma`$`_parent` #> [1] "DOID_1140<DOID_5612<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`spinal meningioma`$children #> list() #> #> $`spinal meningioma`$value #> [1] "spinal meningioma" #> #> #> $`spinal meningioma` #> $`spinal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1138" #> #> $`spinal meningioma`$`_id` #> [1] "DOID_1138<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`spinal meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal meningioma`$urlId #> [1] "DOID_1138" #> #> $`spinal meningioma`$dbPhenotype #> [1] TRUE #> #> $`spinal meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`spinal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`spinal meningioma`$children #> list() #> #> $`spinal meningioma`$value #> [1] "spinal meningioma" #> #> #> $`spinal meningioma` #> $`spinal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1138" #> #> $`spinal meningioma`$`_id` #> [1] "DOID_1138<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`spinal meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal meningioma`$urlId #> [1] "DOID_1138" #> #> $`spinal meningioma`$dbPhenotype #> [1] TRUE #> #> $`spinal meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`spinal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`spinal meningioma`$children #> list() #> #> $`spinal meningioma`$value #> [1] "spinal meningioma" #> #> #> $`spinal meningioma` #> $`spinal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1138" #> #> $`spinal meningioma`$`_id` #> [1] "DOID_1138<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal meningioma`$urlId #> [1] "DOID_1138" #> #> $`spinal meningioma`$dbPhenotype #> [1] TRUE #> #> $`spinal meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`spinal meningioma`$children #> list() #> #> $`spinal meningioma`$value #> [1] "spinal meningioma" #> #> #> $`spinal muscular atrophy` #> $`spinal muscular atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12377" #> #> $`spinal muscular atrophy`$`_id` #> [1] "DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal muscular atrophy`$privateGeneCount #> [1] 0 #> #> $`spinal muscular atrophy`$publicGeneCount #> [1] 24 #> #> $`spinal muscular atrophy`$urlId #> [1] "DOID_12377" #> #> $`spinal muscular atrophy`$dbPhenotype #> [1] TRUE #> #> $`spinal muscular atrophy`$`_parent` #> [1] "DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal muscular atrophy`$`_is_leaf` #> [1] FALSE #> #> $`spinal muscular atrophy`$children #> $`spinal muscular atrophy`$children[[1]] #> [1] "DOID_0050529<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal muscular atrophy`$children[[2]] #> [1] "DOID_4873<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal muscular atrophy`$children[[3]] #> [1] "DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal muscular atrophy`$children[[4]] #> [1] "DOID_0060161<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`spinal muscular atrophy`$value #> [1] "spinal muscular atrophy" #> #> #> $`spindle cell carcinoma` #> $`spindle cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4015" #> #> $`spindle cell carcinoma`$`_id` #> [1] "DOID_4015<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`spindle cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`spindle cell carcinoma`$publicGeneCount #> [1] 171 #> #> $`spindle cell carcinoma`$urlId #> [1] "DOID_4015" #> #> $`spindle cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`spindle cell carcinoma`$`_parent` #> [1] "DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`spindle cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`spindle cell carcinoma`$children #> list() #> #> $`spindle cell carcinoma`$value #> [1] "spindle cell carcinoma" #> #> #> $`spindle cell sarcoma` #> $`spindle cell sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4235" #> #> $`spindle cell sarcoma`$`_id` #> [1] "DOID_4235<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`spindle cell sarcoma`$privateGeneCount #> [1] 0 #> #> $`spindle cell sarcoma`$publicGeneCount #> [1] 17 #> #> $`spindle cell sarcoma`$urlId #> [1] "DOID_4235" #> #> $`spindle cell sarcoma`$dbPhenotype #> [1] TRUE #> #> $`spindle cell sarcoma`$`_parent` #> [1] "DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`spindle cell sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`spindle cell sarcoma`$children #> list() #> #> $`spindle cell sarcoma`$value #> [1] "spindle cell sarcoma" #> #> #> $`spinocerebellar ataxia type 1` #> $`spinocerebellar ataxia type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050954" #> #> $`spinocerebellar ataxia type 1`$`_id` #> [1] "DOID_0050954<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 1`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 1`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 1`$urlId #> [1] "DOID_0050954" #> #> $`spinocerebellar ataxia type 1`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 1`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 1`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 1`$children #> list() #> #> $`spinocerebellar ataxia type 1`$value #> [1] "spinocerebellar ataxia type 1" #> #> #> $`spinocerebellar ataxia type 1` #> $`spinocerebellar ataxia type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050954" #> #> $`spinocerebellar ataxia type 1`$`_id` #> [1] "DOID_0050954<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 1`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 1`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 1`$urlId #> [1] "DOID_0050954" #> #> $`spinocerebellar ataxia type 1`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 1`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 1`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 1`$children #> list() #> #> $`spinocerebellar ataxia type 1`$value #> [1] "spinocerebellar ataxia type 1" #> #> #> $`spinocerebellar ataxia type 1` #> $`spinocerebellar ataxia type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050954" #> #> $`spinocerebellar ataxia type 1`$`_id` #> [1] "DOID_0050954<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 1`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 1`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 1`$urlId #> [1] "DOID_0050954" #> #> $`spinocerebellar ataxia type 1`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 1`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 1`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 1`$children #> list() #> #> $`spinocerebellar ataxia type 1`$value #> [1] "spinocerebellar ataxia type 1" #> #> #> $`spinocerebellar ataxia type 10` #> $`spinocerebellar ataxia type 10`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050960" #> #> $`spinocerebellar ataxia type 10`$`_id` #> [1] "DOID_0050960<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 10`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 10`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 10`$urlId #> [1] "DOID_0050960" #> #> $`spinocerebellar ataxia type 10`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 10`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 10`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 10`$children #> list() #> #> $`spinocerebellar ataxia type 10`$value #> [1] "spinocerebellar ataxia type 10" #> #> #> $`spinocerebellar ataxia type 10` #> $`spinocerebellar ataxia type 10`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050960" #> #> $`spinocerebellar ataxia type 10`$`_id` #> [1] "DOID_0050960<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 10`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 10`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 10`$urlId #> [1] "DOID_0050960" #> #> $`spinocerebellar ataxia type 10`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 10`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 10`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 10`$children #> list() #> #> $`spinocerebellar ataxia type 10`$value #> [1] "spinocerebellar ataxia type 10" #> #> #> $`spinocerebellar ataxia type 10` #> $`spinocerebellar ataxia type 10`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050960" #> #> $`spinocerebellar ataxia type 10`$`_id` #> [1] "DOID_0050960<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 10`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 10`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 10`$urlId #> [1] "DOID_0050960" #> #> $`spinocerebellar ataxia type 10`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 10`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 10`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 10`$children #> list() #> #> $`spinocerebellar ataxia type 10`$value #> [1] "spinocerebellar ataxia type 10" #> #> #> $`spinocerebellar ataxia type 11` #> $`spinocerebellar ataxia type 11`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050961" #> #> $`spinocerebellar ataxia type 11`$`_id` #> [1] "DOID_0050961<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 11`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 11`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 11`$urlId #> [1] "DOID_0050961" #> #> $`spinocerebellar ataxia type 11`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 11`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 11`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 11`$children #> list() #> #> $`spinocerebellar ataxia type 11`$value #> [1] "spinocerebellar ataxia type 11" #> #> #> $`spinocerebellar ataxia type 11` #> $`spinocerebellar ataxia type 11`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050961" #> #> $`spinocerebellar ataxia type 11`$`_id` #> [1] "DOID_0050961<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 11`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 11`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 11`$urlId #> [1] "DOID_0050961" #> #> $`spinocerebellar ataxia type 11`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 11`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 11`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 11`$children #> list() #> #> $`spinocerebellar ataxia type 11`$value #> [1] "spinocerebellar ataxia type 11" #> #> #> $`spinocerebellar ataxia type 11` #> $`spinocerebellar ataxia type 11`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050961" #> #> $`spinocerebellar ataxia type 11`$`_id` #> [1] "DOID_0050961<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 11`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 11`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 11`$urlId #> [1] "DOID_0050961" #> #> $`spinocerebellar ataxia type 11`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 11`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 11`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 11`$children #> list() #> #> $`spinocerebellar ataxia type 11`$value #> [1] "spinocerebellar ataxia type 11" #> #> #> $`spinocerebellar ataxia type 12` #> $`spinocerebellar ataxia type 12`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050962" #> #> $`spinocerebellar ataxia type 12`$`_id` #> [1] "DOID_0050962<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 12`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 12`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 12`$urlId #> [1] "DOID_0050962" #> #> $`spinocerebellar ataxia type 12`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 12`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 12`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 12`$children #> list() #> #> $`spinocerebellar ataxia type 12`$value #> [1] "spinocerebellar ataxia type 12" #> #> #> $`spinocerebellar ataxia type 12` #> $`spinocerebellar ataxia type 12`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050962" #> #> $`spinocerebellar ataxia type 12`$`_id` #> [1] "DOID_0050962<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 12`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 12`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 12`$urlId #> [1] "DOID_0050962" #> #> $`spinocerebellar ataxia type 12`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 12`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 12`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 12`$children #> list() #> #> $`spinocerebellar ataxia type 12`$value #> [1] "spinocerebellar ataxia type 12" #> #> #> $`spinocerebellar ataxia type 12` #> $`spinocerebellar ataxia type 12`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050962" #> #> $`spinocerebellar ataxia type 12`$`_id` #> [1] "DOID_0050962<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 12`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 12`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 12`$urlId #> [1] "DOID_0050962" #> #> $`spinocerebellar ataxia type 12`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 12`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 12`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 12`$children #> list() #> #> $`spinocerebellar ataxia type 12`$value #> [1] "spinocerebellar ataxia type 12" #> #> #> $`spinocerebellar ataxia type 13` #> $`spinocerebellar ataxia type 13`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050963" #> #> $`spinocerebellar ataxia type 13`$`_id` #> [1] "DOID_0050963<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 13`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 13`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 13`$urlId #> [1] "DOID_0050963" #> #> $`spinocerebellar ataxia type 13`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 13`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 13`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 13`$children #> list() #> #> $`spinocerebellar ataxia type 13`$value #> [1] "spinocerebellar ataxia type 13" #> #> #> $`spinocerebellar ataxia type 13` #> $`spinocerebellar ataxia type 13`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050963" #> #> $`spinocerebellar ataxia type 13`$`_id` #> [1] "DOID_0050963<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 13`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 13`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 13`$urlId #> [1] "DOID_0050963" #> #> $`spinocerebellar ataxia type 13`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 13`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 13`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 13`$children #> list() #> #> $`spinocerebellar ataxia type 13`$value #> [1] "spinocerebellar ataxia type 13" #> #> #> $`spinocerebellar ataxia type 13` #> $`spinocerebellar ataxia type 13`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050963" #> #> $`spinocerebellar ataxia type 13`$`_id` #> [1] "DOID_0050963<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 13`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 13`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 13`$urlId #> [1] "DOID_0050963" #> #> $`spinocerebellar ataxia type 13`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 13`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 13`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 13`$children #> list() #> #> $`spinocerebellar ataxia type 13`$value #> [1] "spinocerebellar ataxia type 13" #> #> #> $`spinocerebellar ataxia type 14` #> $`spinocerebellar ataxia type 14`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050964" #> #> $`spinocerebellar ataxia type 14`$`_id` #> [1] "DOID_0050964<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 14`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 14`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 14`$urlId #> [1] "DOID_0050964" #> #> $`spinocerebellar ataxia type 14`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 14`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 14`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 14`$children #> list() #> #> $`spinocerebellar ataxia type 14`$value #> [1] "spinocerebellar ataxia type 14" #> #> #> $`spinocerebellar ataxia type 14` #> $`spinocerebellar ataxia type 14`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050964" #> #> $`spinocerebellar ataxia type 14`$`_id` #> [1] "DOID_0050964<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 14`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 14`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 14`$urlId #> [1] "DOID_0050964" #> #> $`spinocerebellar ataxia type 14`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 14`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 14`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 14`$children #> list() #> #> $`spinocerebellar ataxia type 14`$value #> [1] "spinocerebellar ataxia type 14" #> #> #> $`spinocerebellar ataxia type 14` #> $`spinocerebellar ataxia type 14`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050964" #> #> $`spinocerebellar ataxia type 14`$`_id` #> [1] "DOID_0050964<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 14`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 14`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 14`$urlId #> [1] "DOID_0050964" #> #> $`spinocerebellar ataxia type 14`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 14`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 14`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 14`$children #> list() #> #> $`spinocerebellar ataxia type 14`$value #> [1] "spinocerebellar ataxia type 14" #> #> #> $`spinocerebellar ataxia type 15` #> $`spinocerebellar ataxia type 15`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050965" #> #> $`spinocerebellar ataxia type 15`$`_id` #> [1] "DOID_0050965<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 15`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 15`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 15`$urlId #> [1] "DOID_0050965" #> #> $`spinocerebellar ataxia type 15`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 15`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 15`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 15`$children #> list() #> #> $`spinocerebellar ataxia type 15`$value #> [1] "spinocerebellar ataxia type 15" #> #> #> $`spinocerebellar ataxia type 15` #> $`spinocerebellar ataxia type 15`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050965" #> #> $`spinocerebellar ataxia type 15`$`_id` #> [1] "DOID_0050965<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 15`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 15`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 15`$urlId #> [1] "DOID_0050965" #> #> $`spinocerebellar ataxia type 15`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 15`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 15`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 15`$children #> list() #> #> $`spinocerebellar ataxia type 15`$value #> [1] "spinocerebellar ataxia type 15" #> #> #> $`spinocerebellar ataxia type 15` #> $`spinocerebellar ataxia type 15`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050965" #> #> $`spinocerebellar ataxia type 15`$`_id` #> [1] "DOID_0050965<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 15`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 15`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 15`$urlId #> [1] "DOID_0050965" #> #> $`spinocerebellar ataxia type 15`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 15`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 15`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 15`$children #> list() #> #> $`spinocerebellar ataxia type 15`$value #> [1] "spinocerebellar ataxia type 15" #> #> #> $`spinocerebellar ataxia type 17` #> $`spinocerebellar ataxia type 17`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050967" #> #> $`spinocerebellar ataxia type 17`$`_id` #> [1] "DOID_0050967<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 17`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 17`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 17`$urlId #> [1] "DOID_0050967" #> #> $`spinocerebellar ataxia type 17`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 17`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 17`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 17`$children #> list() #> #> $`spinocerebellar ataxia type 17`$value #> [1] "spinocerebellar ataxia type 17" #> #> #> $`spinocerebellar ataxia type 17` #> $`spinocerebellar ataxia type 17`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050967" #> #> $`spinocerebellar ataxia type 17`$`_id` #> [1] "DOID_0050967<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 17`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 17`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 17`$urlId #> [1] "DOID_0050967" #> #> $`spinocerebellar ataxia type 17`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 17`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 17`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 17`$children #> list() #> #> $`spinocerebellar ataxia type 17`$value #> [1] "spinocerebellar ataxia type 17" #> #> #> $`spinocerebellar ataxia type 17` #> $`spinocerebellar ataxia type 17`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050967" #> #> $`spinocerebellar ataxia type 17`$`_id` #> [1] "DOID_0050967<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 17`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 17`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 17`$urlId #> [1] "DOID_0050967" #> #> $`spinocerebellar ataxia type 17`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 17`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 17`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 17`$children #> list() #> #> $`spinocerebellar ataxia type 17`$value #> [1] "spinocerebellar ataxia type 17" #> #> #> $`spinocerebellar ataxia type 19/22` #> $`spinocerebellar ataxia type 19/22`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050970" #> #> $`spinocerebellar ataxia type 19/22`$`_id` #> [1] "DOID_0050970<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 19/22`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 19/22`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 19/22`$urlId #> [1] "DOID_0050970" #> #> $`spinocerebellar ataxia type 19/22`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 19/22`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 19/22`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 19/22`$children #> list() #> #> $`spinocerebellar ataxia type 19/22`$value #> [1] "spinocerebellar ataxia type 19/22" #> #> #> $`spinocerebellar ataxia type 19/22` #> $`spinocerebellar ataxia type 19/22`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050970" #> #> $`spinocerebellar ataxia type 19/22`$`_id` #> [1] "DOID_0050970<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 19/22`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 19/22`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 19/22`$urlId #> [1] "DOID_0050970" #> #> $`spinocerebellar ataxia type 19/22`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 19/22`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 19/22`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 19/22`$children #> list() #> #> $`spinocerebellar ataxia type 19/22`$value #> [1] "spinocerebellar ataxia type 19/22" #> #> #> $`spinocerebellar ataxia type 19/22` #> $`spinocerebellar ataxia type 19/22`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050970" #> #> $`spinocerebellar ataxia type 19/22`$`_id` #> [1] "DOID_0050970<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 19/22`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 19/22`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 19/22`$urlId #> [1] "DOID_0050970" #> #> $`spinocerebellar ataxia type 19/22`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 19/22`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 19/22`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 19/22`$children #> list() #> #> $`spinocerebellar ataxia type 19/22`$value #> [1] "spinocerebellar ataxia type 19/22" #> #> #> $`spinocerebellar ataxia type 2` #> $`spinocerebellar ataxia type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050955" #> #> $`spinocerebellar ataxia type 2`$`_id` #> [1] "DOID_0050955<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 2`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 2`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 2`$urlId #> [1] "DOID_0050955" #> #> $`spinocerebellar ataxia type 2`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 2`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 2`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 2`$children #> list() #> #> $`spinocerebellar ataxia type 2`$value #> [1] "spinocerebellar ataxia type 2" #> #> #> $`spinocerebellar ataxia type 2` #> $`spinocerebellar ataxia type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050955" #> #> $`spinocerebellar ataxia type 2`$`_id` #> [1] "DOID_0050955<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 2`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 2`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 2`$urlId #> [1] "DOID_0050955" #> #> $`spinocerebellar ataxia type 2`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 2`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 2`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 2`$children #> list() #> #> $`spinocerebellar ataxia type 2`$value #> [1] "spinocerebellar ataxia type 2" #> #> #> $`spinocerebellar ataxia type 2` #> $`spinocerebellar ataxia type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050955" #> #> $`spinocerebellar ataxia type 2`$`_id` #> [1] "DOID_0050955<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 2`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 2`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 2`$urlId #> [1] "DOID_0050955" #> #> $`spinocerebellar ataxia type 2`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 2`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 2`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 2`$children #> list() #> #> $`spinocerebellar ataxia type 2`$value #> [1] "spinocerebellar ataxia type 2" #> #> #> $`spinocerebellar ataxia type 21` #> $`spinocerebellar ataxia type 21`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050972" #> #> $`spinocerebellar ataxia type 21`$`_id` #> [1] "DOID_0050972<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 21`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 21`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 21`$urlId #> [1] "DOID_0050972" #> #> $`spinocerebellar ataxia type 21`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 21`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 21`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 21`$children #> list() #> #> $`spinocerebellar ataxia type 21`$value #> [1] "spinocerebellar ataxia type 21" #> #> #> $`spinocerebellar ataxia type 21` #> $`spinocerebellar ataxia type 21`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050972" #> #> $`spinocerebellar ataxia type 21`$`_id` #> [1] "DOID_0050972<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 21`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 21`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 21`$urlId #> [1] "DOID_0050972" #> #> $`spinocerebellar ataxia type 21`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 21`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 21`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 21`$children #> list() #> #> $`spinocerebellar ataxia type 21`$value #> [1] "spinocerebellar ataxia type 21" #> #> #> $`spinocerebellar ataxia type 21` #> $`spinocerebellar ataxia type 21`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050972" #> #> $`spinocerebellar ataxia type 21`$`_id` #> [1] "DOID_0050972<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 21`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 21`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 21`$urlId #> [1] "DOID_0050972" #> #> $`spinocerebellar ataxia type 21`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 21`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 21`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 21`$children #> list() #> #> $`spinocerebellar ataxia type 21`$value #> [1] "spinocerebellar ataxia type 21" #> #> #> $`spinocerebellar ataxia type 23` #> $`spinocerebellar ataxia type 23`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050973" #> #> $`spinocerebellar ataxia type 23`$`_id` #> [1] "DOID_0050973<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 23`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 23`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 23`$urlId #> [1] "DOID_0050973" #> #> $`spinocerebellar ataxia type 23`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 23`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 23`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 23`$children #> list() #> #> $`spinocerebellar ataxia type 23`$value #> [1] "spinocerebellar ataxia type 23" #> #> #> $`spinocerebellar ataxia type 23` #> $`spinocerebellar ataxia type 23`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050973" #> #> $`spinocerebellar ataxia type 23`$`_id` #> [1] "DOID_0050973<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 23`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 23`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 23`$urlId #> [1] "DOID_0050973" #> #> $`spinocerebellar ataxia type 23`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 23`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 23`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 23`$children #> list() #> #> $`spinocerebellar ataxia type 23`$value #> [1] "spinocerebellar ataxia type 23" #> #> #> $`spinocerebellar ataxia type 23` #> $`spinocerebellar ataxia type 23`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050973" #> #> $`spinocerebellar ataxia type 23`$`_id` #> [1] "DOID_0050973<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 23`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 23`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 23`$urlId #> [1] "DOID_0050973" #> #> $`spinocerebellar ataxia type 23`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 23`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 23`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 23`$children #> list() #> #> $`spinocerebellar ataxia type 23`$value #> [1] "spinocerebellar ataxia type 23" #> #> #> $`spinocerebellar ataxia type 26` #> $`spinocerebellar ataxia type 26`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050975" #> #> $`spinocerebellar ataxia type 26`$`_id` #> [1] "DOID_0050975<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 26`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 26`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 26`$urlId #> [1] "DOID_0050975" #> #> $`spinocerebellar ataxia type 26`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 26`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 26`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 26`$children #> list() #> #> $`spinocerebellar ataxia type 26`$value #> [1] "spinocerebellar ataxia type 26" #> #> #> $`spinocerebellar ataxia type 26` #> $`spinocerebellar ataxia type 26`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050975" #> #> $`spinocerebellar ataxia type 26`$`_id` #> [1] "DOID_0050975<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 26`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 26`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 26`$urlId #> [1] "DOID_0050975" #> #> $`spinocerebellar ataxia type 26`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 26`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 26`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 26`$children #> list() #> #> $`spinocerebellar ataxia type 26`$value #> [1] "spinocerebellar ataxia type 26" #> #> #> $`spinocerebellar ataxia type 26` #> $`spinocerebellar ataxia type 26`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050975" #> #> $`spinocerebellar ataxia type 26`$`_id` #> [1] "DOID_0050975<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 26`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 26`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 26`$urlId #> [1] "DOID_0050975" #> #> $`spinocerebellar ataxia type 26`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 26`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 26`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 26`$children #> list() #> #> $`spinocerebellar ataxia type 26`$value #> [1] "spinocerebellar ataxia type 26" #> #> #> $`spinocerebellar ataxia type 27` #> $`spinocerebellar ataxia type 27`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050976" #> #> $`spinocerebellar ataxia type 27`$`_id` #> [1] "DOID_0050976<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 27`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 27`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 27`$urlId #> [1] "DOID_0050976" #> #> $`spinocerebellar ataxia type 27`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 27`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 27`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 27`$children #> list() #> #> $`spinocerebellar ataxia type 27`$value #> [1] "spinocerebellar ataxia type 27" #> #> #> $`spinocerebellar ataxia type 27` #> $`spinocerebellar ataxia type 27`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050976" #> #> $`spinocerebellar ataxia type 27`$`_id` #> [1] "DOID_0050976<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 27`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 27`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 27`$urlId #> [1] "DOID_0050976" #> #> $`spinocerebellar ataxia type 27`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 27`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 27`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 27`$children #> list() #> #> $`spinocerebellar ataxia type 27`$value #> [1] "spinocerebellar ataxia type 27" #> #> #> $`spinocerebellar ataxia type 27` #> $`spinocerebellar ataxia type 27`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050976" #> #> $`spinocerebellar ataxia type 27`$`_id` #> [1] "DOID_0050976<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 27`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 27`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 27`$urlId #> [1] "DOID_0050976" #> #> $`spinocerebellar ataxia type 27`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 27`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 27`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 27`$children #> list() #> #> $`spinocerebellar ataxia type 27`$value #> [1] "spinocerebellar ataxia type 27" #> #> #> $`spinocerebellar ataxia type 28` #> $`spinocerebellar ataxia type 28`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050977" #> #> $`spinocerebellar ataxia type 28`$`_id` #> [1] "DOID_0050977<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 28`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 28`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 28`$urlId #> [1] "DOID_0050977" #> #> $`spinocerebellar ataxia type 28`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 28`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 28`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 28`$children #> list() #> #> $`spinocerebellar ataxia type 28`$value #> [1] "spinocerebellar ataxia type 28" #> #> #> $`spinocerebellar ataxia type 28` #> $`spinocerebellar ataxia type 28`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050977" #> #> $`spinocerebellar ataxia type 28`$`_id` #> [1] "DOID_0050977<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 28`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 28`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 28`$urlId #> [1] "DOID_0050977" #> #> $`spinocerebellar ataxia type 28`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 28`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 28`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 28`$children #> list() #> #> $`spinocerebellar ataxia type 28`$value #> [1] "spinocerebellar ataxia type 28" #> #> #> $`spinocerebellar ataxia type 28` #> $`spinocerebellar ataxia type 28`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050977" #> #> $`spinocerebellar ataxia type 28`$`_id` #> [1] "DOID_0050977<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 28`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 28`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 28`$urlId #> [1] "DOID_0050977" #> #> $`spinocerebellar ataxia type 28`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 28`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 28`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 28`$children #> list() #> #> $`spinocerebellar ataxia type 28`$value #> [1] "spinocerebellar ataxia type 28" #> #> #> $`spinocerebellar ataxia type 29` #> $`spinocerebellar ataxia type 29`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050978" #> #> $`spinocerebellar ataxia type 29`$`_id` #> [1] "DOID_0050978<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 29`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 29`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 29`$urlId #> [1] "DOID_0050978" #> #> $`spinocerebellar ataxia type 29`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 29`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 29`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 29`$children #> list() #> #> $`spinocerebellar ataxia type 29`$value #> [1] "spinocerebellar ataxia type 29" #> #> #> $`spinocerebellar ataxia type 29` #> $`spinocerebellar ataxia type 29`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050978" #> #> $`spinocerebellar ataxia type 29`$`_id` #> [1] "DOID_0050978<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 29`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 29`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 29`$urlId #> [1] "DOID_0050978" #> #> $`spinocerebellar ataxia type 29`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 29`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 29`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 29`$children #> list() #> #> $`spinocerebellar ataxia type 29`$value #> [1] "spinocerebellar ataxia type 29" #> #> #> $`spinocerebellar ataxia type 29` #> $`spinocerebellar ataxia type 29`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050978" #> #> $`spinocerebellar ataxia type 29`$`_id` #> [1] "DOID_0050978<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 29`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 29`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 29`$urlId #> [1] "DOID_0050978" #> #> $`spinocerebellar ataxia type 29`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 29`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 29`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 29`$children #> list() #> #> $`spinocerebellar ataxia type 29`$value #> [1] "spinocerebellar ataxia type 29" #> #> #> $`spinocerebellar ataxia type 31` #> $`spinocerebellar ataxia type 31`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050980" #> #> $`spinocerebellar ataxia type 31`$`_id` #> [1] "DOID_0050980<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 31`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 31`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 31`$urlId #> [1] "DOID_0050980" #> #> $`spinocerebellar ataxia type 31`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 31`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 31`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 31`$children #> list() #> #> $`spinocerebellar ataxia type 31`$value #> [1] "spinocerebellar ataxia type 31" #> #> #> $`spinocerebellar ataxia type 31` #> $`spinocerebellar ataxia type 31`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050980" #> #> $`spinocerebellar ataxia type 31`$`_id` #> [1] "DOID_0050980<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 31`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 31`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 31`$urlId #> [1] "DOID_0050980" #> #> $`spinocerebellar ataxia type 31`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 31`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 31`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 31`$children #> list() #> #> $`spinocerebellar ataxia type 31`$value #> [1] "spinocerebellar ataxia type 31" #> #> #> $`spinocerebellar ataxia type 31` #> $`spinocerebellar ataxia type 31`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050980" #> #> $`spinocerebellar ataxia type 31`$`_id` #> [1] "DOID_0050980<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 31`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 31`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 31`$urlId #> [1] "DOID_0050980" #> #> $`spinocerebellar ataxia type 31`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 31`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 31`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 31`$children #> list() #> #> $`spinocerebellar ataxia type 31`$value #> [1] "spinocerebellar ataxia type 31" #> #> #> $`spinocerebellar ataxia type 34` #> $`spinocerebellar ataxia type 34`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050981" #> #> $`spinocerebellar ataxia type 34`$`_id` #> [1] "DOID_0050981<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 34`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 34`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 34`$urlId #> [1] "DOID_0050981" #> #> $`spinocerebellar ataxia type 34`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 34`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 34`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 34`$children #> list() #> #> $`spinocerebellar ataxia type 34`$value #> [1] "spinocerebellar ataxia type 34" #> #> #> $`spinocerebellar ataxia type 34` #> $`spinocerebellar ataxia type 34`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050981" #> #> $`spinocerebellar ataxia type 34`$`_id` #> [1] "DOID_0050981<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 34`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 34`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 34`$urlId #> [1] "DOID_0050981" #> #> $`spinocerebellar ataxia type 34`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 34`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 34`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 34`$children #> list() #> #> $`spinocerebellar ataxia type 34`$value #> [1] "spinocerebellar ataxia type 34" #> #> #> $`spinocerebellar ataxia type 34` #> $`spinocerebellar ataxia type 34`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050981" #> #> $`spinocerebellar ataxia type 34`$`_id` #> [1] "DOID_0050981<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 34`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 34`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 34`$urlId #> [1] "DOID_0050981" #> #> $`spinocerebellar ataxia type 34`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 34`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 34`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 34`$children #> list() #> #> $`spinocerebellar ataxia type 34`$value #> [1] "spinocerebellar ataxia type 34" #> #> #> $`spinocerebellar ataxia type 35` #> $`spinocerebellar ataxia type 35`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050982" #> #> $`spinocerebellar ataxia type 35`$`_id` #> [1] "DOID_0050982<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 35`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 35`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 35`$urlId #> [1] "DOID_0050982" #> #> $`spinocerebellar ataxia type 35`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 35`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 35`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 35`$children #> list() #> #> $`spinocerebellar ataxia type 35`$value #> [1] "spinocerebellar ataxia type 35" #> #> #> $`spinocerebellar ataxia type 35` #> $`spinocerebellar ataxia type 35`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050982" #> #> $`spinocerebellar ataxia type 35`$`_id` #> [1] "DOID_0050982<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 35`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 35`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 35`$urlId #> [1] "DOID_0050982" #> #> $`spinocerebellar ataxia type 35`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 35`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 35`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 35`$children #> list() #> #> $`spinocerebellar ataxia type 35`$value #> [1] "spinocerebellar ataxia type 35" #> #> #> $`spinocerebellar ataxia type 35` #> $`spinocerebellar ataxia type 35`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050982" #> #> $`spinocerebellar ataxia type 35`$`_id` #> [1] "DOID_0050982<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 35`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 35`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 35`$urlId #> [1] "DOID_0050982" #> #> $`spinocerebellar ataxia type 35`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 35`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 35`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 35`$children #> list() #> #> $`spinocerebellar ataxia type 35`$value #> [1] "spinocerebellar ataxia type 35" #> #> #> $`spinocerebellar ataxia type 36` #> $`spinocerebellar ataxia type 36`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050983" #> #> $`spinocerebellar ataxia type 36`$`_id` #> [1] "DOID_0050983<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 36`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 36`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 36`$urlId #> [1] "DOID_0050983" #> #> $`spinocerebellar ataxia type 36`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 36`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 36`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 36`$children #> list() #> #> $`spinocerebellar ataxia type 36`$value #> [1] "spinocerebellar ataxia type 36" #> #> #> $`spinocerebellar ataxia type 36` #> $`spinocerebellar ataxia type 36`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050983" #> #> $`spinocerebellar ataxia type 36`$`_id` #> [1] "DOID_0050983<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 36`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 36`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 36`$urlId #> [1] "DOID_0050983" #> #> $`spinocerebellar ataxia type 36`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 36`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 36`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 36`$children #> list() #> #> $`spinocerebellar ataxia type 36`$value #> [1] "spinocerebellar ataxia type 36" #> #> #> $`spinocerebellar ataxia type 36` #> $`spinocerebellar ataxia type 36`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050983" #> #> $`spinocerebellar ataxia type 36`$`_id` #> [1] "DOID_0050983<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 36`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 36`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 36`$urlId #> [1] "DOID_0050983" #> #> $`spinocerebellar ataxia type 36`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 36`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 36`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 36`$children #> list() #> #> $`spinocerebellar ataxia type 36`$value #> [1] "spinocerebellar ataxia type 36" #> #> #> $`spinocerebellar ataxia type 38` #> $`spinocerebellar ataxia type 38`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050985" #> #> $`spinocerebellar ataxia type 38`$`_id` #> [1] "DOID_0050985<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 38`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 38`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 38`$urlId #> [1] "DOID_0050985" #> #> $`spinocerebellar ataxia type 38`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 38`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 38`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 38`$children #> list() #> #> $`spinocerebellar ataxia type 38`$value #> [1] "spinocerebellar ataxia type 38" #> #> #> $`spinocerebellar ataxia type 38` #> $`spinocerebellar ataxia type 38`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050985" #> #> $`spinocerebellar ataxia type 38`$`_id` #> [1] "DOID_0050985<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 38`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 38`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 38`$urlId #> [1] "DOID_0050985" #> #> $`spinocerebellar ataxia type 38`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 38`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 38`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 38`$children #> list() #> #> $`spinocerebellar ataxia type 38`$value #> [1] "spinocerebellar ataxia type 38" #> #> #> $`spinocerebellar ataxia type 38` #> $`spinocerebellar ataxia type 38`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050985" #> #> $`spinocerebellar ataxia type 38`$`_id` #> [1] "DOID_0050985<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 38`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 38`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 38`$urlId #> [1] "DOID_0050985" #> #> $`spinocerebellar ataxia type 38`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 38`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 38`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 38`$children #> list() #> #> $`spinocerebellar ataxia type 38`$value #> [1] "spinocerebellar ataxia type 38" #> #> #> $`spinocerebellar ataxia type 40` #> $`spinocerebellar ataxia type 40`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050986" #> #> $`spinocerebellar ataxia type 40`$`_id` #> [1] "DOID_0050986<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 40`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 40`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 40`$urlId #> [1] "DOID_0050986" #> #> $`spinocerebellar ataxia type 40`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 40`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 40`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 40`$children #> list() #> #> $`spinocerebellar ataxia type 40`$value #> [1] "spinocerebellar ataxia type 40" #> #> #> $`spinocerebellar ataxia type 40` #> $`spinocerebellar ataxia type 40`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050986" #> #> $`spinocerebellar ataxia type 40`$`_id` #> [1] "DOID_0050986<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 40`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 40`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 40`$urlId #> [1] "DOID_0050986" #> #> $`spinocerebellar ataxia type 40`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 40`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 40`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 40`$children #> list() #> #> $`spinocerebellar ataxia type 40`$value #> [1] "spinocerebellar ataxia type 40" #> #> #> $`spinocerebellar ataxia type 40` #> $`spinocerebellar ataxia type 40`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050986" #> #> $`spinocerebellar ataxia type 40`$`_id` #> [1] "DOID_0050986<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 40`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 40`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 40`$urlId #> [1] "DOID_0050986" #> #> $`spinocerebellar ataxia type 40`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 40`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 40`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 40`$children #> list() #> #> $`spinocerebellar ataxia type 40`$value #> [1] "spinocerebellar ataxia type 40" #> #> #> $`spinocerebellar ataxia type 5` #> $`spinocerebellar ataxia type 5`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050882" #> #> $`spinocerebellar ataxia type 5`$`_id` #> [1] "DOID_0050882<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 5`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 5`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 5`$urlId #> [1] "DOID_0050882" #> #> $`spinocerebellar ataxia type 5`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 5`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 5`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 5`$children #> list() #> #> $`spinocerebellar ataxia type 5`$value #> [1] "spinocerebellar ataxia type 5" #> #> #> $`spinocerebellar ataxia type 5` #> $`spinocerebellar ataxia type 5`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050882" #> #> $`spinocerebellar ataxia type 5`$`_id` #> [1] "DOID_0050882<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 5`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 5`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 5`$urlId #> [1] "DOID_0050882" #> #> $`spinocerebellar ataxia type 5`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 5`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 5`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 5`$children #> list() #> #> $`spinocerebellar ataxia type 5`$value #> [1] "spinocerebellar ataxia type 5" #> #> #> $`spinocerebellar ataxia type 5` #> $`spinocerebellar ataxia type 5`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050882" #> #> $`spinocerebellar ataxia type 5`$`_id` #> [1] "DOID_0050882<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 5`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 5`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 5`$urlId #> [1] "DOID_0050882" #> #> $`spinocerebellar ataxia type 5`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 5`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 5`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 5`$children #> list() #> #> $`spinocerebellar ataxia type 5`$value #> [1] "spinocerebellar ataxia type 5" #> #> #> $`spinocerebellar ataxia type 6` #> $`spinocerebellar ataxia type 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050956" #> #> $`spinocerebellar ataxia type 6`$`_id` #> [1] "DOID_0050956<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 6`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 6`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 6`$urlId #> [1] "DOID_0050956" #> #> $`spinocerebellar ataxia type 6`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 6`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 6`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 6`$children #> list() #> #> $`spinocerebellar ataxia type 6`$value #> [1] "spinocerebellar ataxia type 6" #> #> #> $`spinocerebellar ataxia type 6` #> $`spinocerebellar ataxia type 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050956" #> #> $`spinocerebellar ataxia type 6`$`_id` #> [1] "DOID_0050956<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 6`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 6`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 6`$urlId #> [1] "DOID_0050956" #> #> $`spinocerebellar ataxia type 6`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 6`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 6`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 6`$children #> list() #> #> $`spinocerebellar ataxia type 6`$value #> [1] "spinocerebellar ataxia type 6" #> #> #> $`spinocerebellar ataxia type 6` #> $`spinocerebellar ataxia type 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050956" #> #> $`spinocerebellar ataxia type 6`$`_id` #> [1] "DOID_0050956<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 6`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 6`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 6`$urlId #> [1] "DOID_0050956" #> #> $`spinocerebellar ataxia type 6`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 6`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 6`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 6`$children #> list() #> #> $`spinocerebellar ataxia type 6`$value #> [1] "spinocerebellar ataxia type 6" #> #> #> $`spinocerebellar ataxia type 7` #> $`spinocerebellar ataxia type 7`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050958" #> #> $`spinocerebellar ataxia type 7`$`_id` #> [1] "DOID_0050958<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 7`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 7`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 7`$urlId #> [1] "DOID_0050958" #> #> $`spinocerebellar ataxia type 7`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 7`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 7`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 7`$children #> list() #> #> $`spinocerebellar ataxia type 7`$value #> [1] "spinocerebellar ataxia type 7" #> #> #> $`spinocerebellar ataxia type 7` #> $`spinocerebellar ataxia type 7`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050958" #> #> $`spinocerebellar ataxia type 7`$`_id` #> [1] "DOID_0050958<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 7`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 7`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 7`$urlId #> [1] "DOID_0050958" #> #> $`spinocerebellar ataxia type 7`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 7`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 7`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 7`$children #> list() #> #> $`spinocerebellar ataxia type 7`$value #> [1] "spinocerebellar ataxia type 7" #> #> #> $`spinocerebellar ataxia type 7` #> $`spinocerebellar ataxia type 7`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050958" #> #> $`spinocerebellar ataxia type 7`$`_id` #> [1] "DOID_0050958<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 7`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 7`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 7`$urlId #> [1] "DOID_0050958" #> #> $`spinocerebellar ataxia type 7`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 7`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 7`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 7`$children #> list() #> #> $`spinocerebellar ataxia type 7`$value #> [1] "spinocerebellar ataxia type 7" #> #> #> $`spinocerebellar ataxia type 8` #> $`spinocerebellar ataxia type 8`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050959" #> #> $`spinocerebellar ataxia type 8`$`_id` #> [1] "DOID_0050959<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 8`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 8`$publicGeneCount #> [1] 2 #> #> $`spinocerebellar ataxia type 8`$urlId #> [1] "DOID_0050959" #> #> $`spinocerebellar ataxia type 8`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 8`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 8`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 8`$children #> list() #> #> $`spinocerebellar ataxia type 8`$value #> [1] "spinocerebellar ataxia type 8" #> #> #> $`spinocerebellar ataxia type 8` #> $`spinocerebellar ataxia type 8`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050959" #> #> $`spinocerebellar ataxia type 8`$`_id` #> [1] "DOID_0050959<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 8`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 8`$publicGeneCount #> [1] 2 #> #> $`spinocerebellar ataxia type 8`$urlId #> [1] "DOID_0050959" #> #> $`spinocerebellar ataxia type 8`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 8`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 8`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 8`$children #> list() #> #> $`spinocerebellar ataxia type 8`$value #> [1] "spinocerebellar ataxia type 8" #> #> #> $`spinocerebellar ataxia type 8` #> $`spinocerebellar ataxia type 8`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050959" #> #> $`spinocerebellar ataxia type 8`$`_id` #> [1] "DOID_0050959<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 8`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 8`$publicGeneCount #> [1] 2 #> #> $`spinocerebellar ataxia type 8`$urlId #> [1] "DOID_0050959" #> #> $`spinocerebellar ataxia type 8`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 8`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 8`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 8`$children #> list() #> #> $`spinocerebellar ataxia type 8`$value #> [1] "spinocerebellar ataxia type 8" #> #> #> $`splenic disease` #> $`splenic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2529" #> #> $`splenic disease`$`_id` #> [1] "DOID_2529<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`splenic disease`$privateGeneCount #> [1] 0 #> #> $`splenic disease`$publicGeneCount #> [1] 25 #> #> $`splenic disease`$urlId #> [1] "DOID_2529" #> #> $`splenic disease`$dbPhenotype #> [1] TRUE #> #> $`splenic disease`$`_parent` #> [1] "DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`splenic disease`$`_is_leaf` #> [1] FALSE #> #> $`splenic disease`$children #> $`splenic disease`$children[[1]] #> [1] "DOID_6376<DOID_2529<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`splenic disease`$children[[2]] #> [1] "DOID_9146<DOID_2529<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`splenic disease`$value #> [1] "splenic disease" #> #> #> $Splenomegaly #> $Splenomegaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001744" #> #> $Splenomegaly$`_id` #> [1] "HP_0001744<HP_0003271<HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $Splenomegaly$privateGeneCount #> [1] 0 #> #> $Splenomegaly$publicGeneCount #> [1] 9 #> #> $Splenomegaly$urlId #> [1] "HP_0001744" #> #> $Splenomegaly$dbPhenotype #> [1] TRUE #> #> $Splenomegaly$`_parent` #> [1] "HP_0003271<HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $Splenomegaly$`_is_leaf` #> [1] TRUE #> #> $Splenomegaly$children #> list() #> #> $Splenomegaly$value #> [1] "Splenomegaly" #> #> #> $Splenomegaly #> $Splenomegaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001744" #> #> $Splenomegaly$`_id` #> [1] "HP_0001744<HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Splenomegaly$privateGeneCount #> [1] 0 #> #> $Splenomegaly$publicGeneCount #> [1] 9 #> #> $Splenomegaly$urlId #> [1] "HP_0001744" #> #> $Splenomegaly$dbPhenotype #> [1] TRUE #> #> $Splenomegaly$`_parent` #> [1] "HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Splenomegaly$`_is_leaf` #> [1] TRUE #> #> $Splenomegaly$children #> list() #> #> $Splenomegaly$value #> [1] "Splenomegaly" #> #> #> $Splenomegaly #> $Splenomegaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001744" #> #> $Splenomegaly$`_id` #> [1] "HP_0001744<HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Splenomegaly$privateGeneCount #> [1] 0 #> #> $Splenomegaly$publicGeneCount #> [1] 9 #> #> $Splenomegaly$urlId #> [1] "HP_0001744" #> #> $Splenomegaly$dbPhenotype #> [1] TRUE #> #> $Splenomegaly$`_parent` #> [1] "HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Splenomegaly$`_is_leaf` #> [1] TRUE #> #> $Splenomegaly$children #> list() #> #> $Splenomegaly$value #> [1] "Splenomegaly" #> #> #> $Splenomegaly #> $Splenomegaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001744" #> #> $Splenomegaly$`_id` #> [1] "HP_0001744<HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $Splenomegaly$privateGeneCount #> [1] 0 #> #> $Splenomegaly$publicGeneCount #> [1] 9 #> #> $Splenomegaly$urlId #> [1] "HP_0001744" #> #> $Splenomegaly$dbPhenotype #> [1] TRUE #> #> $Splenomegaly$`_parent` #> [1] "HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $Splenomegaly$`_is_leaf` #> [1] TRUE #> #> $Splenomegaly$children #> list() #> #> $Splenomegaly$value #> [1] "Splenomegaly" #> #> #> $`SPOAN syndrome` #> $`SPOAN syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060491" #> #> $`SPOAN syndrome`$`_id` #> [1] "DOID_0060491<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`SPOAN syndrome`$privateGeneCount #> [1] 0 #> #> $`SPOAN syndrome`$publicGeneCount #> [1] 1 #> #> $`SPOAN syndrome`$urlId #> [1] "DOID_0060491" #> #> $`SPOAN syndrome`$dbPhenotype #> [1] TRUE #> #> $`SPOAN syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`SPOAN syndrome`$`_is_leaf` #> [1] TRUE #> #> $`SPOAN syndrome`$children #> list() #> #> $`SPOAN syndrome`$value #> [1] "SPOAN syndrome" #> #> #> $`SPOAN syndrome` #> $`SPOAN syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060491" #> #> $`SPOAN syndrome`$`_id` #> [1] "DOID_0060491<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`SPOAN syndrome`$privateGeneCount #> [1] 0 #> #> $`SPOAN syndrome`$publicGeneCount #> [1] 1 #> #> $`SPOAN syndrome`$urlId #> [1] "DOID_0060491" #> #> $`SPOAN syndrome`$dbPhenotype #> [1] TRUE #> #> $`SPOAN syndrome`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`SPOAN syndrome`$`_is_leaf` #> [1] TRUE #> #> $`SPOAN syndrome`$children #> list() #> #> $`SPOAN syndrome`$value #> [1] "SPOAN syndrome" #> #> #> $spondyloarthropathy #> $spondyloarthropathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1123" #> #> $spondyloarthropathy$`_id` #> [1] "DOID_1123<DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $spondyloarthropathy$privateGeneCount #> [1] 0 #> #> $spondyloarthropathy$publicGeneCount #> [1] 2 #> #> $spondyloarthropathy$urlId #> [1] "DOID_1123" #> #> $spondyloarthropathy$dbPhenotype #> [1] TRUE #> #> $spondyloarthropathy$`_parent` #> [1] "DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $spondyloarthropathy$`_is_leaf` #> [1] TRUE #> #> $spondyloarthropathy$children #> list() #> #> $spondyloarthropathy$value #> [1] "spondyloarthropathy" #> #> #> $`spondylocostal dysostosis` #> $`spondylocostal dysostosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050568" #> #> $`spondylocostal dysostosis`$`_id` #> [1] "DOID_0050568<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondylocostal dysostosis`$privateGeneCount #> [1] 0 #> #> $`spondylocostal dysostosis`$publicGeneCount #> [1] 6 #> #> $`spondylocostal dysostosis`$urlId #> [1] "DOID_0050568" #> #> $`spondylocostal dysostosis`$dbPhenotype #> [1] TRUE #> #> $`spondylocostal dysostosis`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondylocostal dysostosis`$`_is_leaf` #> [1] TRUE #> #> $`spondylocostal dysostosis`$children #> list() #> #> $`spondylocostal dysostosis`$value #> [1] "spondylocostal dysostosis" #> #> #> $`spondylocostal dysostosis` #> $`spondylocostal dysostosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050568" #> #> $`spondylocostal dysostosis`$`_id` #> [1] "DOID_0050568<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondylocostal dysostosis`$privateGeneCount #> [1] 0 #> #> $`spondylocostal dysostosis`$publicGeneCount #> [1] 6 #> #> $`spondylocostal dysostosis`$urlId #> [1] "DOID_0050568" #> #> $`spondylocostal dysostosis`$dbPhenotype #> [1] TRUE #> #> $`spondylocostal dysostosis`$`_parent` #> [1] "DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondylocostal dysostosis`$`_is_leaf` #> [1] TRUE #> #> $`spondylocostal dysostosis`$children #> list() #> #> $`spondylocostal dysostosis`$value #> [1] "spondylocostal dysostosis" #> #> #> $`spondyloepimetaphyseal dysplasia` #> $`spondyloepimetaphyseal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080027" #> #> $`spondyloepimetaphyseal dysplasia`$`_id` #> [1] "DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia`$publicGeneCount #> [1] 11 #> #> $`spondyloepimetaphyseal dysplasia`$urlId #> [1] "DOID_0080027" #> #> $`spondyloepimetaphyseal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$`_is_leaf` #> [1] FALSE #> #> $`spondyloepimetaphyseal dysplasia`$children #> $`spondyloepimetaphyseal dysplasia`$children[[1]] #> [1] "DOID_0050640<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[2]] #> [1] "DOID_0111167<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[3]] #> [1] "DOID_0060490<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[4]] #> [1] "DOID_0080030<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[5]] #> [1] "DOID_0050812<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[6]] #> [1] "DOID_0080028<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[7]] #> [1] "DOID_14789<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[8]] #> [1] "DOID_0050813<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`spondyloepimetaphyseal dysplasia`$value #> [1] "spondyloepimetaphyseal dysplasia" #> #> #> $`spondyloepimetaphyseal dysplasia` #> $`spondyloepimetaphyseal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080027" #> #> $`spondyloepimetaphyseal dysplasia`$`_id` #> [1] "DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia`$publicGeneCount #> [1] 11 #> #> $`spondyloepimetaphyseal dysplasia`$urlId #> [1] "DOID_0080027" #> #> $`spondyloepimetaphyseal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$`_is_leaf` #> [1] FALSE #> #> $`spondyloepimetaphyseal dysplasia`$children #> $`spondyloepimetaphyseal dysplasia`$children[[1]] #> [1] "DOID_0050640<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[2]] #> [1] "DOID_0111167<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[3]] #> [1] "DOID_0060490<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[4]] #> [1] "DOID_0080030<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[5]] #> [1] "DOID_0050812<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[6]] #> [1] "DOID_0080028<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[7]] #> [1] "DOID_14789<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[8]] #> [1] "DOID_0050813<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`spondyloepimetaphyseal dysplasia`$value #> [1] "spondyloepimetaphyseal dysplasia" #> #> #> $`spondyloepimetaphyseal dysplasia, Missouri type` #> $`spondyloepimetaphyseal dysplasia, Missouri type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080030" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$`_id` #> [1] "DOID_0080030<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$publicGeneCount #> [1] 1 #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$urlId #> [1] "DOID_0080030" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$children #> list() #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$value #> [1] "spondyloepimetaphyseal dysplasia, Missouri type" #> #> #> $`spondyloepimetaphyseal dysplasia, Missouri type` #> $`spondyloepimetaphyseal dysplasia, Missouri type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080030" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$`_id` #> [1] "DOID_0080030<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$publicGeneCount #> [1] 1 #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$urlId #> [1] "DOID_0080030" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$`_parent` #> [1] "DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$children #> list() #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$value #> [1] "spondyloepimetaphyseal dysplasia, Missouri type" #> #> #> $`spondyloepimetaphyseal dysplasia, Missouri type` #> $`spondyloepimetaphyseal dysplasia, Missouri type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080030" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$`_id` #> [1] "DOID_0080030<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$publicGeneCount #> [1] 1 #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$urlId #> [1] "DOID_0080030" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$`_parent` #> [1] "DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$children #> list() #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$value #> [1] "spondyloepimetaphyseal dysplasia, Missouri type" #> #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type` #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050812" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$`_id` #> [1] "DOID_0050812<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$publicGeneCount #> [1] 1 #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$urlId #> [1] "DOID_0050812" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$children #> list() #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$value #> [1] "spondyloepimetaphyseal dysplasia, Pakistani type" #> #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type` #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050812" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$`_id` #> [1] "DOID_0050812<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$publicGeneCount #> [1] 1 #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$urlId #> [1] "DOID_0050812" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$`_parent` #> [1] "DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$children #> list() #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$value #> [1] "spondyloepimetaphyseal dysplasia, Pakistani type" #> #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type` #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050812" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$`_id` #> [1] "DOID_0050812<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$publicGeneCount #> [1] 1 #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$urlId #> [1] "DOID_0050812" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$`_parent` #> [1] "DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$children #> list() #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$value #> [1] "spondyloepimetaphyseal dysplasia, Pakistani type" #> #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type` #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080028" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$`_id` #> [1] "DOID_0080028<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$publicGeneCount #> [1] 1 #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$urlId #> [1] "DOID_0080028" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$children #> list() #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$value #> [1] "spondyloepimetaphyseal dysplasia, Strudwick type" #> #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type` #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080028" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$`_id` #> [1] "DOID_0080028<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$publicGeneCount #> [1] 1 #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$urlId #> [1] "DOID_0080028" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$`_parent` #> [1] "DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$children #> list() #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$value #> [1] "spondyloepimetaphyseal dysplasia, Strudwick type" #> #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type` #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080028" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$`_id` #> [1] "DOID_0080028<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$publicGeneCount #> [1] 1 #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$urlId #> [1] "DOID_0080028" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$`_parent` #> [1] "DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$children #> list() #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$value #> [1] "spondyloepimetaphyseal dysplasia, Strudwick type" #> #> #> $`Spondyloepiphyseal dysplasia` #> $`Spondyloepiphyseal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002655" #> #> $`Spondyloepiphyseal dysplasia`$`_id` #> [1] "HP_0002655<HP_0002652<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Spondyloepiphyseal dysplasia`$privateGeneCount #> [1] 0 #> #> $`Spondyloepiphyseal dysplasia`$publicGeneCount #> [1] 2 #> #> $`Spondyloepiphyseal dysplasia`$urlId #> [1] "HP_0002655" #> #> $`Spondyloepiphyseal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Spondyloepiphyseal dysplasia`$`_parent` #> [1] "HP_0002652<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Spondyloepiphyseal dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Spondyloepiphyseal dysplasia`$children #> list() #> #> $`Spondyloepiphyseal dysplasia`$value #> [1] "Spondyloepiphyseal dysplasia" #> #> #> $`spondyloepiphyseal dysplasia congenita` #> $`spondyloepiphyseal dysplasia congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14789" #> #> $`spondyloepiphyseal dysplasia congenita`$`_id` #> [1] "DOID_14789<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spondyloepiphyseal dysplasia congenita`$privateGeneCount #> [1] 0 #> #> $`spondyloepiphyseal dysplasia congenita`$publicGeneCount #> [1] 1 #> #> $`spondyloepiphyseal dysplasia congenita`$urlId #> [1] "DOID_14789" #> #> $`spondyloepiphyseal dysplasia congenita`$dbPhenotype #> [1] TRUE #> #> $`spondyloepiphyseal dysplasia congenita`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spondyloepiphyseal dysplasia congenita`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepiphyseal dysplasia congenita`$children #> list() #> #> $`spondyloepiphyseal dysplasia congenita`$value #> [1] "spondyloepiphyseal dysplasia congenita" #> #> #> $`spondyloepiphyseal dysplasia congenita` #> $`spondyloepiphyseal dysplasia congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14789" #> #> $`spondyloepiphyseal dysplasia congenita`$`_id` #> [1] "DOID_14789<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepiphyseal dysplasia congenita`$privateGeneCount #> [1] 0 #> #> $`spondyloepiphyseal dysplasia congenita`$publicGeneCount #> [1] 1 #> #> $`spondyloepiphyseal dysplasia congenita`$urlId #> [1] "DOID_14789" #> #> $`spondyloepiphyseal dysplasia congenita`$dbPhenotype #> [1] TRUE #> #> $`spondyloepiphyseal dysplasia congenita`$`_parent` #> [1] "DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepiphyseal dysplasia congenita`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepiphyseal dysplasia congenita`$children #> list() #> #> $`spondyloepiphyseal dysplasia congenita`$value #> [1] "spondyloepiphyseal dysplasia congenita" #> #> #> $`spondyloepiphyseal dysplasia congenita` #> $`spondyloepiphyseal dysplasia congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14789" #> #> $`spondyloepiphyseal dysplasia congenita`$`_id` #> [1] "DOID_14789<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepiphyseal dysplasia congenita`$privateGeneCount #> [1] 0 #> #> $`spondyloepiphyseal dysplasia congenita`$publicGeneCount #> [1] 1 #> #> $`spondyloepiphyseal dysplasia congenita`$urlId #> [1] "DOID_14789" #> #> $`spondyloepiphyseal dysplasia congenita`$dbPhenotype #> [1] TRUE #> #> $`spondyloepiphyseal dysplasia congenita`$`_parent` #> [1] "DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepiphyseal dysplasia congenita`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepiphyseal dysplasia congenita`$children #> list() #> #> $`spondyloepiphyseal dysplasia congenita`$value #> [1] "spondyloepiphyseal dysplasia congenita" #> #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations` #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050813" #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$`_id` #> [1] "DOID_0050813<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$privateGeneCount #> [1] 0 #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$publicGeneCount #> [1] 1 #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$urlId #> [1] "DOID_0050813" #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$dbPhenotype #> [1] TRUE #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$`_parent` #> [1] "DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$children #> list() #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$value #> [1] "spondyloepiphyseal dysplasia with congenital joint dislocations" #> #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations` #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050813" #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$`_id` #> [1] "DOID_0050813<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$privateGeneCount #> [1] 0 #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$publicGeneCount #> [1] 1 #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$urlId #> [1] "DOID_0050813" #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$dbPhenotype #> [1] TRUE #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$`_parent` #> [1] "DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$children #> list() #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$value #> [1] "spondyloepiphyseal dysplasia with congenital joint dislocations" #> #> #> $`Spondylometaphyseal dysplasia` #> $`Spondylometaphyseal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002657" #> #> $`Spondylometaphyseal dysplasia`$`_id` #> [1] "HP_0002657<HP_0002652<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Spondylometaphyseal dysplasia`$privateGeneCount #> [1] 0 #> #> $`Spondylometaphyseal dysplasia`$publicGeneCount #> [1] 1 #> #> $`Spondylometaphyseal dysplasia`$urlId #> [1] "HP_0002657" #> #> $`Spondylometaphyseal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Spondylometaphyseal dysplasia`$`_parent` #> [1] "HP_0002652<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Spondylometaphyseal dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Spondylometaphyseal dysplasia`$children #> list() #> #> $`Spondylometaphyseal dysplasia`$value #> [1] "Spondylometaphyseal dysplasia" #> #> #> $`Spontaneous abortion` #> $`Spontaneous abortion`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005268" #> #> $`Spontaneous abortion`$`_id` #> [1] "HP_0005268<HP_0001787<HP_0001197<HP_0000118<HP_0000001" #> #> $`Spontaneous abortion`$privateGeneCount #> [1] 0 #> #> $`Spontaneous abortion`$publicGeneCount #> [1] 118 #> #> $`Spontaneous abortion`$urlId #> [1] "HP_0005268" #> #> $`Spontaneous abortion`$dbPhenotype #> [1] TRUE #> #> $`Spontaneous abortion`$`_parent` #> [1] "HP_0001787<HP_0001197<HP_0000118<HP_0000001" #> #> $`Spontaneous abortion`$`_is_leaf` #> [1] TRUE #> #> $`Spontaneous abortion`$children #> list() #> #> $`Spontaneous abortion`$value #> [1] "Spontaneous abortion" #> #> #> $`spontaneous ocular nystagmus` #> $`spontaneous ocular nystagmus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11771" #> #> $`spontaneous ocular nystagmus`$`_id` #> [1] "DOID_11771<DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`spontaneous ocular nystagmus`$privateGeneCount #> [1] 0 #> #> $`spontaneous ocular nystagmus`$publicGeneCount #> [1] 1 #> #> $`spontaneous ocular nystagmus`$urlId #> [1] "DOID_11771" #> #> $`spontaneous ocular nystagmus`$dbPhenotype #> [1] TRUE #> #> $`spontaneous ocular nystagmus`$`_parent` #> [1] "DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`spontaneous ocular nystagmus`$`_is_leaf` #> [1] TRUE #> #> $`spontaneous ocular nystagmus`$children #> list() #> #> $`spontaneous ocular nystagmus`$value #> [1] "spontaneous ocular nystagmus" #> #> #> $`spontaneous ocular nystagmus` #> $`spontaneous ocular nystagmus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11771" #> #> $`spontaneous ocular nystagmus`$`_id` #> [1] "DOID_11771<DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`spontaneous ocular nystagmus`$privateGeneCount #> [1] 0 #> #> $`spontaneous ocular nystagmus`$publicGeneCount #> [1] 1 #> #> $`spontaneous ocular nystagmus`$urlId #> [1] "DOID_11771" #> #> $`spontaneous ocular nystagmus`$dbPhenotype #> [1] TRUE #> #> $`spontaneous ocular nystagmus`$`_parent` #> [1] "DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`spontaneous ocular nystagmus`$`_is_leaf` #> [1] TRUE #> #> $`spontaneous ocular nystagmus`$children #> list() #> #> $`spontaneous ocular nystagmus`$value #> [1] "spontaneous ocular nystagmus" #> #> #> $`spotted fever` #> $`spotted fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11104" #> #> $`spotted fever`$`_id` #> [1] "DOID_11104<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`spotted fever`$privateGeneCount #> [1] 0 #> #> $`spotted fever`$publicGeneCount #> [1] 1 #> #> $`spotted fever`$urlId #> [1] "DOID_11104" #> #> $`spotted fever`$dbPhenotype #> [1] FALSE #> #> $`spotted fever`$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`spotted fever`$`_is_leaf` #> [1] FALSE #> #> $`spotted fever`$children #> $`spotted fever`$children[[1]] #> [1] "DOID_11103<DOID_11104<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> #> $`spotted fever`$value #> [1] "spotted fever" #> #> #> $`squamous cell carcinoma` #> $`squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1749" #> #> $`squamous cell carcinoma`$`_id` #> [1] "DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`squamous cell carcinoma`$publicGeneCount #> [1] 366 #> #> $`squamous cell carcinoma`$urlId #> [1] "DOID_1749" #> #> $`squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`squamous cell carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`squamous cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`squamous cell carcinoma`$children #> $`squamous cell carcinoma`$children[[1]] #> [1] "DOID_3748<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`squamous cell carcinoma`$children[[2]] #> [1] "DOID_5520<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`squamous cell carcinoma`$children[[3]] #> [1] "DOID_3151<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`squamous cell carcinoma`$children[[4]] #> [1] "DOID_4015<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`squamous cell carcinoma`$value #> [1] "squamous cell carcinoma" #> #> #> $`squamous cell neoplasm` #> $`squamous cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3168" #> #> $`squamous cell neoplasm`$`_id` #> [1] "DOID_3168<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`squamous cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`squamous cell neoplasm`$publicGeneCount #> [1] 6 #> #> $`squamous cell neoplasm`$urlId #> [1] "DOID_3168" #> #> $`squamous cell neoplasm`$dbPhenotype #> [1] TRUE #> #> $`squamous cell neoplasm`$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`squamous cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`squamous cell neoplasm`$children #> $`squamous cell neoplasm`$children[[1]] #> [1] "DOID_174<DOID_3168<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`squamous cell neoplasm`$value #> [1] "squamous cell neoplasm" #> #> #> $`squamous cell papilloma` #> $`squamous cell papilloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_139" #> #> $`squamous cell papilloma`$`_id` #> [1] "DOID_139<DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`squamous cell papilloma`$privateGeneCount #> [1] 0 #> #> $`squamous cell papilloma`$publicGeneCount #> [1] 13 #> #> $`squamous cell papilloma`$urlId #> [1] "DOID_139" #> #> $`squamous cell papilloma`$dbPhenotype #> [1] TRUE #> #> $`squamous cell papilloma`$`_parent` #> [1] "DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`squamous cell papilloma`$`_is_leaf` #> [1] TRUE #> #> $`squamous cell papilloma`$children #> list() #> #> $`squamous cell papilloma`$value #> [1] "squamous cell papilloma" #> #> #> $`Stapes ankylosis` #> $`Stapes ankylosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000381" #> #> $`Stapes ankylosis`$`_id` #> [1] "HP_0000381<HP_0008628<HP_0004452<HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Stapes ankylosis`$privateGeneCount #> [1] 0 #> #> $`Stapes ankylosis`$publicGeneCount #> [1] 1 #> #> $`Stapes ankylosis`$urlId #> [1] "HP_0000381" #> #> $`Stapes ankylosis`$dbPhenotype #> [1] TRUE #> #> $`Stapes ankylosis`$`_parent` #> [1] "HP_0008628<HP_0004452<HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Stapes ankylosis`$`_is_leaf` #> [1] TRUE #> #> $`Stapes ankylosis`$children #> list() #> #> $`Stapes ankylosis`$value #> [1] "Stapes ankylosis" #> #> #> $`Stargardt disease` #> $`Stargardt disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050817" #> #> $`Stargardt disease`$`_id` #> [1] "DOID_0050817<DOID_10871<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Stargardt disease`$privateGeneCount #> [1] 0 #> #> $`Stargardt disease`$publicGeneCount #> [1] 4 #> #> $`Stargardt disease`$urlId #> [1] "DOID_0050817" #> #> $`Stargardt disease`$dbPhenotype #> [1] TRUE #> #> $`Stargardt disease`$`_parent` #> [1] "DOID_10871<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Stargardt disease`$`_is_leaf` #> [1] TRUE #> #> $`Stargardt disease`$children #> list() #> #> $`Stargardt disease`$value #> [1] "Stargardt disease" #> #> #> $`Stargardt disease` #> $`Stargardt disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050817" #> #> $`Stargardt disease`$`_id` #> [1] "DOID_0050817<DOID_10871<DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Stargardt disease`$privateGeneCount #> [1] 0 #> #> $`Stargardt disease`$publicGeneCount #> [1] 4 #> #> $`Stargardt disease`$urlId #> [1] "DOID_0050817" #> #> $`Stargardt disease`$dbPhenotype #> [1] TRUE #> #> $`Stargardt disease`$`_parent` #> [1] "DOID_10871<DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Stargardt disease`$`_is_leaf` #> [1] TRUE #> #> $`Stargardt disease`$children #> list() #> #> $`Stargardt disease`$value #> [1] "Stargardt disease" #> #> #> $`Stargardt disease` #> $`Stargardt disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050817" #> #> $`Stargardt disease`$`_id` #> [1] "DOID_0050817<DOID_10871<DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Stargardt disease`$privateGeneCount #> [1] 0 #> #> $`Stargardt disease`$publicGeneCount #> [1] 4 #> #> $`Stargardt disease`$urlId #> [1] "DOID_0050817" #> #> $`Stargardt disease`$dbPhenotype #> [1] TRUE #> #> $`Stargardt disease`$`_parent` #> [1] "DOID_10871<DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Stargardt disease`$`_is_leaf` #> [1] TRUE #> #> $`Stargardt disease`$children #> list() #> #> $`Stargardt disease`$value #> [1] "Stargardt disease" #> #> #> $`status asthmaticus` #> $`status asthmaticus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9362" #> #> $`status asthmaticus`$`_id` #> [1] "DOID_9362<DOID_2841<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`status asthmaticus`$privateGeneCount #> [1] 0 #> #> $`status asthmaticus`$publicGeneCount #> [1] 3 #> #> $`status asthmaticus`$urlId #> [1] "DOID_9362" #> #> $`status asthmaticus`$dbPhenotype #> [1] TRUE #> #> $`status asthmaticus`$`_parent` #> [1] "DOID_2841<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`status asthmaticus`$`_is_leaf` #> [1] TRUE #> #> $`status asthmaticus`$children #> list() #> #> $`status asthmaticus`$value #> [1] "status asthmaticus" #> #> #> $`status epilepticus` #> $`status epilepticus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1824" #> #> $`status epilepticus`$`_id` #> [1] "DOID_1824<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`status epilepticus`$privateGeneCount #> [1] 0 #> #> $`status epilepticus`$publicGeneCount #> [1] 69 #> #> $`status epilepticus`$urlId #> [1] "DOID_1824" #> #> $`status epilepticus`$dbPhenotype #> [1] TRUE #> #> $`status epilepticus`$`_parent` #> [1] "DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`status epilepticus`$`_is_leaf` #> [1] TRUE #> #> $`status epilepticus`$children #> list() #> #> $`status epilepticus`$value #> [1] "status epilepticus" #> #> #> $`Steatocystoma multiplex` #> $`Steatocystoma multiplex`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012035" #> #> $`Steatocystoma multiplex`$`_id` #> [1] "HP_0012035<HP_0008069<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Steatocystoma multiplex`$privateGeneCount #> [1] 0 #> #> $`Steatocystoma multiplex`$publicGeneCount #> [1] 1 #> #> $`Steatocystoma multiplex`$urlId #> [1] "HP_0012035" #> #> $`Steatocystoma multiplex`$dbPhenotype #> [1] TRUE #> #> $`Steatocystoma multiplex`$`_parent` #> [1] "HP_0008069<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Steatocystoma multiplex`$`_is_leaf` #> [1] TRUE #> #> $`Steatocystoma multiplex`$children #> list() #> #> $`Steatocystoma multiplex`$value #> [1] "Steatocystoma multiplex" #> #> #> $`Steatocystoma multiplex` #> $`Steatocystoma multiplex`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012035" #> #> $`Steatocystoma multiplex`$`_id` #> [1] "HP_0012035<HP_0008069<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Steatocystoma multiplex`$privateGeneCount #> [1] 0 #> #> $`Steatocystoma multiplex`$publicGeneCount #> [1] 1 #> #> $`Steatocystoma multiplex`$urlId #> [1] "HP_0012035" #> #> $`Steatocystoma multiplex`$dbPhenotype #> [1] TRUE #> #> $`Steatocystoma multiplex`$`_parent` #> [1] "HP_0008069<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Steatocystoma multiplex`$`_is_leaf` #> [1] TRUE #> #> $`Steatocystoma multiplex`$children #> list() #> #> $`Steatocystoma multiplex`$value #> [1] "Steatocystoma multiplex" #> #> #> $`stereotypic movement disorder` #> $`stereotypic movement disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2303" #> #> $`stereotypic movement disorder`$`_id` #> [1] "DOID_2303<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`stereotypic movement disorder`$privateGeneCount #> [1] 0 #> #> $`stereotypic movement disorder`$publicGeneCount #> [1] 3 #> #> $`stereotypic movement disorder`$urlId #> [1] "DOID_2303" #> #> $`stereotypic movement disorder`$dbPhenotype #> [1] TRUE #> #> $`stereotypic movement disorder`$`_parent` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`stereotypic movement disorder`$`_is_leaf` #> [1] TRUE #> #> $`stereotypic movement disorder`$children #> list() #> #> $`stereotypic movement disorder`$value #> [1] "stereotypic movement disorder" #> #> #> $`steroid inherited metabolic disorder` #> $`steroid inherited metabolic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1701" #> #> $`steroid inherited metabolic disorder`$`_id` #> [1] "DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`steroid inherited metabolic disorder`$privateGeneCount #> [1] 0 #> #> $`steroid inherited metabolic disorder`$publicGeneCount #> [1] 15 #> #> $`steroid inherited metabolic disorder`$urlId #> [1] "DOID_1701" #> #> $`steroid inherited metabolic disorder`$dbPhenotype #> [1] TRUE #> #> $`steroid inherited metabolic disorder`$`_parent` #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`steroid inherited metabolic disorder`$`_is_leaf` #> [1] FALSE #> #> $`steroid inherited metabolic disorder`$children #> $`steroid inherited metabolic disorder`$children[[1]] #> [1] "DOID_4367<DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`steroid inherited metabolic disorder`$children[[2]] #> [1] "DOID_0050811<DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`steroid inherited metabolic disorder`$children[[3]] #> [1] "DOID_0050674<DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> #> $`steroid inherited metabolic disorder`$value #> [1] "steroid inherited metabolic disorder" #> #> #> $`Stevens-Johnson syndrome` #> $`Stevens-Johnson syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050426" #> #> $`Stevens-Johnson syndrome`$`_id` #> [1] "DOID_0050426<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Stevens-Johnson syndrome`$privateGeneCount #> [1] 0 #> #> $`Stevens-Johnson syndrome`$publicGeneCount #> [1] 34 #> #> $`Stevens-Johnson syndrome`$urlId #> [1] "DOID_0050426" #> #> $`Stevens-Johnson syndrome`$dbPhenotype #> [1] TRUE #> #> $`Stevens-Johnson syndrome`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Stevens-Johnson syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Stevens-Johnson syndrome`$children #> list() #> #> $`Stevens-Johnson syndrome`$value #> [1] "Stevens-Johnson syndrome" #> #> #> $`Stickler syndrome` #> $`Stickler syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080046" #> #> $`Stickler syndrome`$`_id` #> [1] "DOID_0080046<DOID_225<DOID_4" #> #> $`Stickler syndrome`$privateGeneCount #> [1] 0 #> #> $`Stickler syndrome`$publicGeneCount #> [1] 5 #> #> $`Stickler syndrome`$urlId #> [1] "DOID_0080046" #> #> $`Stickler syndrome`$dbPhenotype #> [1] TRUE #> #> $`Stickler syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Stickler syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Stickler syndrome`$children #> list() #> #> $`Stickler syndrome`$value #> [1] "Stickler syndrome" #> #> #> $Stillbirth #> $Stillbirth$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003826" #> #> $Stillbirth$`_id` #> [1] "HP_0003826<HP_0011420<HP_0040006<HP_0031797<HP_0000001" #> #> $Stillbirth$privateGeneCount #> [1] 0 #> #> $Stillbirth$publicGeneCount #> [1] 8 #> #> $Stillbirth$urlId #> [1] "HP_0003826" #> #> $Stillbirth$dbPhenotype #> [1] TRUE #> #> $Stillbirth$`_parent` #> [1] "HP_0011420<HP_0040006<HP_0031797<HP_0000001" #> #> $Stillbirth$`_is_leaf` #> [1] TRUE #> #> $Stillbirth$children #> list() #> #> $Stillbirth$value #> [1] "Stillbirth" #> #> #> $`stomach cancer` #> $`stomach cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10534" #> #> $`stomach cancer`$`_id` #> [1] "DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`stomach cancer`$privateGeneCount #> [1] 0 #> #> $`stomach cancer`$publicGeneCount #> [1] 304 #> #> $`stomach cancer`$urlId #> [1] "DOID_10534" #> #> $`stomach cancer`$dbPhenotype #> [1] TRUE #> #> $`stomach cancer`$`_parent` #> [1] "DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`stomach cancer`$`_is_leaf` #> [1] FALSE #> #> $`stomach cancer`$children #> $`stomach cancer`$children[[1]] #> [1] "DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`stomach cancer`$value #> [1] "stomach cancer" #> #> #> $`stomach cancer` #> $`stomach cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10534" #> #> $`stomach cancer`$`_id` #> [1] "DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`stomach cancer`$privateGeneCount #> [1] 0 #> #> $`stomach cancer`$publicGeneCount #> [1] 304 #> #> $`stomach cancer`$urlId #> [1] "DOID_10534" #> #> $`stomach cancer`$dbPhenotype #> [1] TRUE #> #> $`stomach cancer`$`_parent` #> [1] "DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`stomach cancer`$`_is_leaf` #> [1] FALSE #> #> $`stomach cancer`$children #> $`stomach cancer`$children[[1]] #> [1] "DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`stomach cancer`$value #> [1] "stomach cancer" #> #> #> $`stomach cancer` #> $`stomach cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10534" #> #> $`stomach cancer`$`_id` #> [1] "DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`stomach cancer`$privateGeneCount #> [1] 0 #> #> $`stomach cancer`$publicGeneCount #> [1] 304 #> #> $`stomach cancer`$urlId #> [1] "DOID_10534" #> #> $`stomach cancer`$dbPhenotype #> [1] TRUE #> #> $`stomach cancer`$`_parent` #> [1] "DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`stomach cancer`$`_is_leaf` #> [1] FALSE #> #> $`stomach cancer`$children #> $`stomach cancer`$children[[1]] #> [1] "DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> #> $`stomach cancer`$value #> [1] "stomach cancer" #> #> #> $`stomach carcinoma` #> $`stomach carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5517" #> #> $`stomach carcinoma`$`_id` #> [1] "DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`stomach carcinoma`$privateGeneCount #> [1] 0 #> #> $`stomach carcinoma`$publicGeneCount #> [1] 1 #> #> $`stomach carcinoma`$urlId #> [1] "DOID_5517" #> #> $`stomach carcinoma`$dbPhenotype #> [1] FALSE #> #> $`stomach carcinoma`$`_parent` #> [1] "DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`stomach carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`stomach carcinoma`$children #> $`stomach carcinoma`$children[[1]] #> [1] "DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`stomach carcinoma`$value #> [1] "stomach carcinoma" #> #> #> $`stomach carcinoma` #> $`stomach carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5517" #> #> $`stomach carcinoma`$`_id` #> [1] "DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`stomach carcinoma`$privateGeneCount #> [1] 0 #> #> $`stomach carcinoma`$publicGeneCount #> [1] 1 #> #> $`stomach carcinoma`$urlId #> [1] "DOID_5517" #> #> $`stomach carcinoma`$dbPhenotype #> [1] FALSE #> #> $`stomach carcinoma`$`_parent` #> [1] "DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`stomach carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`stomach carcinoma`$children #> $`stomach carcinoma`$children[[1]] #> [1] "DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`stomach carcinoma`$value #> [1] "stomach carcinoma" #> #> #> $`stomach carcinoma` #> $`stomach carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5517" #> #> $`stomach carcinoma`$`_id` #> [1] "DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`stomach carcinoma`$privateGeneCount #> [1] 0 #> #> $`stomach carcinoma`$publicGeneCount #> [1] 1 #> #> $`stomach carcinoma`$urlId #> [1] "DOID_5517" #> #> $`stomach carcinoma`$dbPhenotype #> [1] FALSE #> #> $`stomach carcinoma`$`_parent` #> [1] "DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`stomach carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`stomach carcinoma`$children #> $`stomach carcinoma`$children[[1]] #> [1] "DOID_3717<DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> #> $`stomach carcinoma`$value #> [1] "stomach carcinoma" #> #> #> $`stomach carcinoma` #> $`stomach carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5517" #> #> $`stomach carcinoma`$`_id` #> [1] "DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`stomach carcinoma`$privateGeneCount #> [1] 0 #> #> $`stomach carcinoma`$publicGeneCount #> [1] 1 #> #> $`stomach carcinoma`$urlId #> [1] "DOID_5517" #> #> $`stomach carcinoma`$dbPhenotype #> [1] FALSE #> #> $`stomach carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`stomach carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`stomach carcinoma`$children #> $`stomach carcinoma`$children[[1]] #> [1] "DOID_3717<DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`stomach carcinoma`$value #> [1] "stomach carcinoma" #> #> #> $`stomach disease` #> $`stomach disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_76" #> #> $`stomach disease`$`_id` #> [1] "DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`stomach disease`$privateGeneCount #> [1] 0 #> #> $`stomach disease`$publicGeneCount #> [1] 312 #> #> $`stomach disease`$urlId #> [1] "DOID_76" #> #> $`stomach disease`$dbPhenotype #> [1] TRUE #> #> $`stomach disease`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`stomach disease`$`_is_leaf` #> [1] FALSE #> #> $`stomach disease`$children #> $`stomach disease`$children[[1]] #> [1] "DOID_1159<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`stomach disease`$children[[2]] #> [1] "DOID_3122<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`stomach disease`$children[[3]] #> [1] "DOID_4029<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`stomach disease`$children[[4]] #> [1] "DOID_12642<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`stomach disease`$children[[5]] #> [1] "DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> #> $`stomach disease`$value #> [1] "stomach disease" #> #> #> $stomatitis #> $stomatitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9637" #> #> $stomatitis$`_id` #> [1] "DOID_9637<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $stomatitis$privateGeneCount #> [1] 0 #> #> $stomatitis$publicGeneCount #> [1] 4 #> #> $stomatitis$urlId #> [1] "DOID_9637" #> #> $stomatitis$dbPhenotype #> [1] TRUE #> #> $stomatitis$`_parent` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $stomatitis$`_is_leaf` #> [1] TRUE #> #> $stomatitis$children #> list() #> #> $stomatitis$value #> [1] "stomatitis" #> #> #> $Stomatocytosis #> $Stomatocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004446" #> #> $Stomatocytosis$`_id` #> [1] "HP_0004446<HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Stomatocytosis$privateGeneCount #> [1] 0 #> #> $Stomatocytosis$publicGeneCount #> [1] 1 #> #> $Stomatocytosis$urlId #> [1] "HP_0004446" #> #> $Stomatocytosis$dbPhenotype #> [1] TRUE #> #> $Stomatocytosis$`_parent` #> [1] "HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Stomatocytosis$`_is_leaf` #> [1] TRUE #> #> $Stomatocytosis$children #> list() #> #> $Stomatocytosis$value #> [1] "Stomatocytosis" #> #> #> $`Stormorken syndrome` #> $`Stormorken syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060354" #> #> $`Stormorken syndrome`$`_id` #> [1] "DOID_0060354<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Stormorken syndrome`$privateGeneCount #> [1] 0 #> #> $`Stormorken syndrome`$publicGeneCount #> [1] 1 #> #> $`Stormorken syndrome`$urlId #> [1] "DOID_0060354" #> #> $`Stormorken syndrome`$dbPhenotype #> [1] TRUE #> #> $`Stormorken syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Stormorken syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Stormorken syndrome`$children #> list() #> #> $`Stormorken syndrome`$value #> [1] "Stormorken syndrome" #> #> #> $`Stormorken syndrome` #> $`Stormorken syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060354" #> #> $`Stormorken syndrome`$`_id` #> [1] "DOID_0060354<DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`Stormorken syndrome`$privateGeneCount #> [1] 0 #> #> $`Stormorken syndrome`$publicGeneCount #> [1] 1 #> #> $`Stormorken syndrome`$urlId #> [1] "DOID_0060354" #> #> $`Stormorken syndrome`$dbPhenotype #> [1] TRUE #> #> $`Stormorken syndrome`$`_parent` #> [1] "DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`Stormorken syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Stormorken syndrome`$children #> list() #> #> $`Stormorken syndrome`$value #> [1] "Stormorken syndrome" #> #> #> $strabismus #> $strabismus$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_540" #> #> $strabismus$`_id` #> [1] "DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $strabismus$privateGeneCount #> [1] 0 #> #> $strabismus$publicGeneCount #> [1] 10 #> #> $strabismus$urlId #> [1] "DOID_540" #> #> $strabismus$dbPhenotype #> [1] TRUE #> #> $strabismus$`_parent` #> [1] "DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $strabismus$`_is_leaf` #> [1] FALSE #> #> $strabismus$children #> $strabismus$children[[1]] #> [1] "DOID_12557<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $strabismus$children[[2]] #> [1] "DOID_9837<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $strabismus$children[[3]] #> [1] "DOID_538<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $strabismus$children[[4]] #> [1] "DOID_9306<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $strabismus$value #> [1] "strabismus" #> #> #> $strabismus #> $strabismus$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_540" #> #> $strabismus$`_id` #> [1] "DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $strabismus$privateGeneCount #> [1] 0 #> #> $strabismus$publicGeneCount #> [1] 10 #> #> $strabismus$urlId #> [1] "DOID_540" #> #> $strabismus$dbPhenotype #> [1] TRUE #> #> $strabismus$`_parent` #> [1] "DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $strabismus$`_is_leaf` #> [1] FALSE #> #> $strabismus$children #> $strabismus$children[[1]] #> [1] "DOID_12557<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $strabismus$children[[2]] #> [1] "DOID_9837<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $strabismus$children[[3]] #> [1] "DOID_538<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $strabismus$children[[4]] #> [1] "DOID_9306<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $strabismus$value #> [1] "strabismus" #> #> #> $strabismus #> $strabismus$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_540" #> #> $strabismus$`_id` #> [1] "DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $strabismus$privateGeneCount #> [1] 0 #> #> $strabismus$publicGeneCount #> [1] 10 #> #> $strabismus$urlId #> [1] "DOID_540" #> #> $strabismus$dbPhenotype #> [1] TRUE #> #> $strabismus$`_parent` #> [1] "DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $strabismus$`_is_leaf` #> [1] FALSE #> #> $strabismus$children #> $strabismus$children[[1]] #> [1] "DOID_12557<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $strabismus$children[[2]] #> [1] "DOID_9837<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $strabismus$children[[3]] #> [1] "DOID_538<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $strabismus$children[[4]] #> [1] "DOID_9306<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $strabismus$value #> [1] "strabismus" #> #> #> $`Stress urinary incontinence` #> $`Stress urinary incontinence`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010992" #> #> $`Stress urinary incontinence`$`_id` #> [1] "HP_0010992<HP_0000020<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Stress urinary incontinence`$privateGeneCount #> [1] 0 #> #> $`Stress urinary incontinence`$publicGeneCount #> [1] 1 #> #> $`Stress urinary incontinence`$urlId #> [1] "HP_0010992" #> #> $`Stress urinary incontinence`$dbPhenotype #> [1] TRUE #> #> $`Stress urinary incontinence`$`_parent` #> [1] "HP_0000020<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Stress urinary incontinence`$`_is_leaf` #> [1] TRUE #> #> $`Stress urinary incontinence`$children #> list() #> #> $`Stress urinary incontinence`$value #> [1] "Stress urinary incontinence" #> #> #> $`striatonigral degeneration` #> $`striatonigral degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4751" #> #> $`striatonigral degeneration`$`_id` #> [1] "DOID_4751<DOID_4752<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`striatonigral degeneration`$privateGeneCount #> [1] 0 #> #> $`striatonigral degeneration`$publicGeneCount #> [1] 2 #> #> $`striatonigral degeneration`$urlId #> [1] "DOID_4751" #> #> $`striatonigral degeneration`$dbPhenotype #> [1] TRUE #> #> $`striatonigral degeneration`$`_parent` #> [1] "DOID_4752<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`striatonigral degeneration`$`_is_leaf` #> [1] TRUE #> #> $`striatonigral degeneration`$children #> list() #> #> $`striatonigral degeneration`$value #> [1] "striatonigral degeneration" #> #> #> $Stroke #> $Stroke$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001297" #> #> $Stroke$`_id` #> [1] "HP_0001297<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Stroke$privateGeneCount #> [1] 0 #> #> $Stroke$publicGeneCount #> [1] 3 #> #> $Stroke$urlId #> [1] "HP_0001297" #> #> $Stroke$dbPhenotype #> [1] FALSE #> #> $Stroke$`_parent` #> [1] "HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Stroke$`_is_leaf` #> [1] FALSE #> #> $Stroke$children #> $Stroke$children[[1]] #> [1] "HP_0002140<HP_0001297<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $Stroke$value #> [1] "Stroke" #> #> #> $Stroke #> $Stroke$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001297" #> #> $Stroke$`_id` #> [1] "HP_0001297<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Stroke$privateGeneCount #> [1] 0 #> #> $Stroke$publicGeneCount #> [1] 3 #> #> $Stroke$urlId #> [1] "HP_0001297" #> #> $Stroke$dbPhenotype #> [1] FALSE #> #> $Stroke$`_parent` #> [1] "HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Stroke$`_is_leaf` #> [1] FALSE #> #> $Stroke$children #> $Stroke$children[[1]] #> [1] "HP_0002140<HP_0001297<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Stroke$value #> [1] "Stroke" #> #> #> $`stromal dystrophy` #> $`stromal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060442" #> #> $`stromal dystrophy`$`_id` #> [1] "DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`stromal dystrophy`$privateGeneCount #> [1] 0 #> #> $`stromal dystrophy`$publicGeneCount #> [1] 12 #> #> $`stromal dystrophy`$urlId #> [1] "DOID_0060442" #> #> $`stromal dystrophy`$dbPhenotype #> [1] FALSE #> #> $`stromal dystrophy`$`_parent` #> [1] "DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`stromal dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`stromal dystrophy`$children #> $`stromal dystrophy`$children[[1]] #> [1] "DOID_0060445<DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`stromal dystrophy`$children[[2]] #> [1] "DOID_0060448<DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`stromal dystrophy`$children[[3]] #> [1] "DOID_2565<DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`stromal dystrophy`$children[[4]] #> [1] "DOID_0060456<DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`stromal dystrophy`$value #> [1] "stromal dystrophy" #> #> #> $stuttering #> $stuttering$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060243" #> #> $stuttering$`_id` #> [1] "DOID_0060243<DOID_4186<DOID_92<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $stuttering$privateGeneCount #> [1] 0 #> #> $stuttering$publicGeneCount #> [1] 2 #> #> $stuttering$urlId #> [1] "DOID_0060243" #> #> $stuttering$dbPhenotype #> [1] TRUE #> #> $stuttering$`_parent` #> [1] "DOID_4186<DOID_92<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $stuttering$`_is_leaf` #> [1] TRUE #> #> $stuttering$children #> list() #> #> $stuttering$value #> [1] "stuttering" #> #> #> $`Subarachnoid hemorrhage` #> $`Subarachnoid hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002138" #> #> $`Subarachnoid hemorrhage`$`_id` #> [1] "HP_0002138<HP_0002170<HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Subarachnoid hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Subarachnoid hemorrhage`$publicGeneCount #> [1] 11 #> #> $`Subarachnoid hemorrhage`$urlId #> [1] "HP_0002138" #> #> $`Subarachnoid hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Subarachnoid hemorrhage`$`_parent` #> [1] "HP_0002170<HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Subarachnoid hemorrhage`$`_is_leaf` #> [1] TRUE #> #> $`Subarachnoid hemorrhage`$children #> list() #> #> $`Subarachnoid hemorrhage`$value #> [1] "Subarachnoid hemorrhage" #> #> #> $`Subarachnoid hemorrhage` #> $`Subarachnoid hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002138" #> #> $`Subarachnoid hemorrhage`$`_id` #> [1] "HP_0002138<HP_0002170<HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Subarachnoid hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Subarachnoid hemorrhage`$publicGeneCount #> [1] 11 #> #> $`Subarachnoid hemorrhage`$urlId #> [1] "HP_0002138" #> #> $`Subarachnoid hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Subarachnoid hemorrhage`$`_parent` #> [1] "HP_0002170<HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Subarachnoid hemorrhage`$`_is_leaf` #> [1] TRUE #> #> $`Subarachnoid hemorrhage`$children #> list() #> #> $`Subarachnoid hemorrhage`$value #> [1] "Subarachnoid hemorrhage" #> #> #> $`Subarachnoid hemorrhage` #> $`Subarachnoid hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002138" #> #> $`Subarachnoid hemorrhage`$`_id` #> [1] "HP_0002138<HP_0002170<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Subarachnoid hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Subarachnoid hemorrhage`$publicGeneCount #> [1] 11 #> #> $`Subarachnoid hemorrhage`$urlId #> [1] "HP_0002138" #> #> $`Subarachnoid hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Subarachnoid hemorrhage`$`_parent` #> [1] "HP_0002170<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Subarachnoid hemorrhage`$`_is_leaf` #> [1] TRUE #> #> $`Subarachnoid hemorrhage`$children #> list() #> #> $`Subarachnoid hemorrhage`$value #> [1] "Subarachnoid hemorrhage" #> #> #> $`Subarachnoid hemorrhage` #> $`Subarachnoid hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002138" #> #> $`Subarachnoid hemorrhage`$`_id` #> [1] "HP_0002138<HP_0002170<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Subarachnoid hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Subarachnoid hemorrhage`$publicGeneCount #> [1] 11 #> #> $`Subarachnoid hemorrhage`$urlId #> [1] "HP_0002138" #> #> $`Subarachnoid hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Subarachnoid hemorrhage`$`_parent` #> [1] "HP_0002170<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Subarachnoid hemorrhage`$`_is_leaf` #> [1] TRUE #> #> $`Subarachnoid hemorrhage`$children #> list() #> #> $`Subarachnoid hemorrhage`$value #> [1] "Subarachnoid hemorrhage" #> #> #> $`Subarachnoid hemorrhage` #> $`Subarachnoid hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002138" #> #> $`Subarachnoid hemorrhage`$`_id` #> [1] "HP_0002138<HP_0012703<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Subarachnoid hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Subarachnoid hemorrhage`$publicGeneCount #> [1] 11 #> #> $`Subarachnoid hemorrhage`$urlId #> [1] "HP_0002138" #> #> $`Subarachnoid hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Subarachnoid hemorrhage`$`_parent` #> [1] "HP_0012703<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Subarachnoid hemorrhage`$`_is_leaf` #> [1] TRUE #> #> $`Subarachnoid hemorrhage`$children #> list() #> #> $`Subarachnoid hemorrhage`$value #> [1] "Subarachnoid hemorrhage" #> #> #> $`subcorneal pustular dermatosis` #> $`subcorneal pustular dermatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8508" #> #> $`subcorneal pustular dermatosis`$`_id` #> [1] "DOID_8508<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`subcorneal pustular dermatosis`$privateGeneCount #> [1] 0 #> #> $`subcorneal pustular dermatosis`$publicGeneCount #> [1] 3 #> #> $`subcorneal pustular dermatosis`$urlId #> [1] "DOID_8508" #> #> $`subcorneal pustular dermatosis`$dbPhenotype #> [1] TRUE #> #> $`subcorneal pustular dermatosis`$`_parent` #> [1] "DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`subcorneal pustular dermatosis`$`_is_leaf` #> [1] TRUE #> #> $`subcorneal pustular dermatosis`$children #> list() #> #> $`subcorneal pustular dermatosis`$value #> [1] "subcorneal pustular dermatosis" #> #> #> $`subcorneal pustular dermatosis` #> $`subcorneal pustular dermatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8508" #> #> $`subcorneal pustular dermatosis`$`_id` #> [1] "DOID_8508<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`subcorneal pustular dermatosis`$privateGeneCount #> [1] 0 #> #> $`subcorneal pustular dermatosis`$publicGeneCount #> [1] 3 #> #> $`subcorneal pustular dermatosis`$urlId #> [1] "DOID_8508" #> #> $`subcorneal pustular dermatosis`$dbPhenotype #> [1] TRUE #> #> $`subcorneal pustular dermatosis`$`_parent` #> [1] "DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`subcorneal pustular dermatosis`$`_is_leaf` #> [1] TRUE #> #> $`subcorneal pustular dermatosis`$children #> list() #> #> $`subcorneal pustular dermatosis`$value #> [1] "subcorneal pustular dermatosis" #> #> #> $`subependymal giant cell astrocytoma` #> $`subependymal giant cell astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5077" #> #> $`subependymal giant cell astrocytoma`$`_id` #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`subependymal giant cell astrocytoma`$privateGeneCount #> [1] 0 #> #> $`subependymal giant cell astrocytoma`$publicGeneCount #> [1] 34 #> #> $`subependymal giant cell astrocytoma`$urlId #> [1] "DOID_5077" #> #> $`subependymal giant cell astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$`_parent` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`subependymal giant cell astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$children #> list() #> #> $`subependymal giant cell astrocytoma`$value #> [1] "subependymal giant cell astrocytoma" #> #> #> $`subependymal giant cell astrocytoma` #> $`subependymal giant cell astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5077" #> #> $`subependymal giant cell astrocytoma`$`_id` #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`subependymal giant cell astrocytoma`$privateGeneCount #> [1] 0 #> #> $`subependymal giant cell astrocytoma`$publicGeneCount #> [1] 34 #> #> $`subependymal giant cell astrocytoma`$urlId #> [1] "DOID_5077" #> #> $`subependymal giant cell astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$`_parent` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`subependymal giant cell astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$children #> list() #> #> $`subependymal giant cell astrocytoma`$value #> [1] "subependymal giant cell astrocytoma" #> #> #> $`subependymal giant cell astrocytoma` #> $`subependymal giant cell astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5077" #> #> $`subependymal giant cell astrocytoma`$`_id` #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`subependymal giant cell astrocytoma`$privateGeneCount #> [1] 0 #> #> $`subependymal giant cell astrocytoma`$publicGeneCount #> [1] 34 #> #> $`subependymal giant cell astrocytoma`$urlId #> [1] "DOID_5077" #> #> $`subependymal giant cell astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$`_parent` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`subependymal giant cell astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$children #> list() #> #> $`subependymal giant cell astrocytoma`$value #> [1] "subependymal giant cell astrocytoma" #> #> #> $`subependymal giant cell astrocytoma` #> $`subependymal giant cell astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5077" #> #> $`subependymal giant cell astrocytoma`$`_id` #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal giant cell astrocytoma`$privateGeneCount #> [1] 0 #> #> $`subependymal giant cell astrocytoma`$publicGeneCount #> [1] 34 #> #> $`subependymal giant cell astrocytoma`$urlId #> [1] "DOID_5077" #> #> $`subependymal giant cell astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$`_parent` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal giant cell astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$children #> list() #> #> $`subependymal giant cell astrocytoma`$value #> [1] "subependymal giant cell astrocytoma" #> #> #> $`subependymal giant cell astrocytoma` #> $`subependymal giant cell astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5077" #> #> $`subependymal giant cell astrocytoma`$`_id` #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal giant cell astrocytoma`$privateGeneCount #> [1] 0 #> #> $`subependymal giant cell astrocytoma`$publicGeneCount #> [1] 34 #> #> $`subependymal giant cell astrocytoma`$urlId #> [1] "DOID_5077" #> #> $`subependymal giant cell astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$`_parent` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal giant cell astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$children #> list() #> #> $`subependymal giant cell astrocytoma`$value #> [1] "subependymal giant cell astrocytoma" #> #> #> $`subependymal giant cell astrocytoma` #> $`subependymal giant cell astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5077" #> #> $`subependymal giant cell astrocytoma`$`_id` #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal giant cell astrocytoma`$privateGeneCount #> [1] 0 #> #> $`subependymal giant cell astrocytoma`$publicGeneCount #> [1] 34 #> #> $`subependymal giant cell astrocytoma`$urlId #> [1] "DOID_5077" #> #> $`subependymal giant cell astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$`_parent` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal giant cell astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$children #> list() #> #> $`subependymal giant cell astrocytoma`$value #> [1] "subependymal giant cell astrocytoma" #> #> #> $`subependymal glioma` #> $`subependymal glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4843" #> #> $`subependymal glioma`$`_id` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`subependymal glioma`$privateGeneCount #> [1] 0 #> #> $`subependymal glioma`$publicGeneCount #> [1] 34 #> #> $`subependymal glioma`$urlId #> [1] "DOID_4843" #> #> $`subependymal glioma`$dbPhenotype #> [1] FALSE #> #> $`subependymal glioma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`subependymal glioma`$`_is_leaf` #> [1] FALSE #> #> $`subependymal glioma`$children #> $`subependymal glioma`$children[[1]] #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`subependymal glioma`$value #> [1] "subependymal glioma" #> #> #> $`subependymal glioma` #> $`subependymal glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4843" #> #> $`subependymal glioma`$`_id` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`subependymal glioma`$privateGeneCount #> [1] 0 #> #> $`subependymal glioma`$publicGeneCount #> [1] 34 #> #> $`subependymal glioma`$urlId #> [1] "DOID_4843" #> #> $`subependymal glioma`$dbPhenotype #> [1] FALSE #> #> $`subependymal glioma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`subependymal glioma`$`_is_leaf` #> [1] FALSE #> #> $`subependymal glioma`$children #> $`subependymal glioma`$children[[1]] #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`subependymal glioma`$value #> [1] "subependymal glioma" #> #> #> $`subependymal glioma` #> $`subependymal glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4843" #> #> $`subependymal glioma`$`_id` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`subependymal glioma`$privateGeneCount #> [1] 0 #> #> $`subependymal glioma`$publicGeneCount #> [1] 34 #> #> $`subependymal glioma`$urlId #> [1] "DOID_4843" #> #> $`subependymal glioma`$dbPhenotype #> [1] FALSE #> #> $`subependymal glioma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`subependymal glioma`$`_is_leaf` #> [1] FALSE #> #> $`subependymal glioma`$children #> $`subependymal glioma`$children[[1]] #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> #> $`subependymal glioma`$value #> [1] "subependymal glioma" #> #> #> $`subependymal glioma` #> $`subependymal glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4843" #> #> $`subependymal glioma`$`_id` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal glioma`$privateGeneCount #> [1] 0 #> #> $`subependymal glioma`$publicGeneCount #> [1] 34 #> #> $`subependymal glioma`$urlId #> [1] "DOID_4843" #> #> $`subependymal glioma`$dbPhenotype #> [1] FALSE #> #> $`subependymal glioma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal glioma`$`_is_leaf` #> [1] FALSE #> #> $`subependymal glioma`$children #> $`subependymal glioma`$children[[1]] #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`subependymal glioma`$value #> [1] "subependymal glioma" #> #> #> $`subependymal glioma` #> $`subependymal glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4843" #> #> $`subependymal glioma`$`_id` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal glioma`$privateGeneCount #> [1] 0 #> #> $`subependymal glioma`$publicGeneCount #> [1] 34 #> #> $`subependymal glioma`$urlId #> [1] "DOID_4843" #> #> $`subependymal glioma`$dbPhenotype #> [1] FALSE #> #> $`subependymal glioma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal glioma`$`_is_leaf` #> [1] FALSE #> #> $`subependymal glioma`$children #> $`subependymal glioma`$children[[1]] #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`subependymal glioma`$value #> [1] "subependymal glioma" #> #> #> $`subependymal glioma` #> $`subependymal glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4843" #> #> $`subependymal glioma`$`_id` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal glioma`$privateGeneCount #> [1] 0 #> #> $`subependymal glioma`$publicGeneCount #> [1] 34 #> #> $`subependymal glioma`$urlId #> [1] "DOID_4843" #> #> $`subependymal glioma`$dbPhenotype #> [1] FALSE #> #> $`subependymal glioma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal glioma`$`_is_leaf` #> [1] FALSE #> #> $`subependymal glioma`$children #> $`subependymal glioma`$children[[1]] #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`subependymal glioma`$value #> [1] "subependymal glioma" #> #> #> $`substance abuse` #> $`substance abuse`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_302" #> #> $`substance abuse`$`_id` #> [1] "DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`substance abuse`$privateGeneCount #> [1] 0 #> #> $`substance abuse`$publicGeneCount #> [1] 321 #> #> $`substance abuse`$urlId #> [1] "DOID_302" #> #> $`substance abuse`$dbPhenotype #> [1] TRUE #> #> $`substance abuse`$`_parent` #> [1] "DOID_303<DOID_150<DOID_4" #> #> $`substance abuse`$`_is_leaf` #> [1] FALSE #> #> $`substance abuse`$children #> $`substance abuse`$children[[1]] #> [1] "DOID_1574<DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`substance abuse`$children[[2]] #> [1] "DOID_9505<DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`substance abuse`$children[[3]] #> [1] "DOID_809<DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`substance abuse`$children[[4]] #> [1] "DOID_5062<DOID_302<DOID_303<DOID_150<DOID_4" #> #> #> $`substance abuse`$value #> [1] "substance abuse" #> #> #> $`substance dependence` #> $`substance dependence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9973" #> #> $`substance dependence`$`_id` #> [1] "DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`substance dependence`$privateGeneCount #> [1] 0 #> #> $`substance dependence`$publicGeneCount #> [1] 166 #> #> $`substance dependence`$urlId #> [1] "DOID_9973" #> #> $`substance dependence`$dbPhenotype #> [1] TRUE #> #> $`substance dependence`$`_parent` #> [1] "DOID_303<DOID_150<DOID_4" #> #> $`substance dependence`$`_is_leaf` #> [1] FALSE #> #> $`substance dependence`$children #> $`substance dependence`$children[[1]] #> [1] "DOID_0050741<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`substance dependence`$children[[2]] #> [1] "DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`substance dependence`$children[[3]] #> [1] "DOID_0050742<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> #> $`substance dependence`$value #> [1] "substance dependence" #> #> #> $`substance-induced psychosis` #> $`substance-induced psychosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8646" #> #> $`substance-induced psychosis`$`_id` #> [1] "DOID_8646<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`substance-induced psychosis`$privateGeneCount #> [1] 0 #> #> $`substance-induced psychosis`$publicGeneCount #> [1] 17 #> #> $`substance-induced psychosis`$urlId #> [1] "DOID_8646" #> #> $`substance-induced psychosis`$dbPhenotype #> [1] FALSE #> #> $`substance-induced psychosis`$`_parent` #> [1] "DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`substance-induced psychosis`$`_is_leaf` #> [1] FALSE #> #> $`substance-induced psychosis`$children #> $`substance-induced psychosis`$children[[1]] #> [1] "DOID_1203<DOID_8646<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> #> $`substance-induced psychosis`$value #> [1] "substance-induced psychosis" #> #> #> $`substance-related disorder` #> $`substance-related disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_303" #> #> $`substance-related disorder`$`_id` #> [1] "DOID_303<DOID_150<DOID_4" #> #> $`substance-related disorder`$privateGeneCount #> [1] 0 #> #> $`substance-related disorder`$publicGeneCount #> [1] 393 #> #> $`substance-related disorder`$urlId #> [1] "DOID_303" #> #> $`substance-related disorder`$dbPhenotype #> [1] TRUE #> #> $`substance-related disorder`$`_parent` #> [1] "DOID_150<DOID_4" #> #> $`substance-related disorder`$`_is_leaf` #> [1] FALSE #> #> $`substance-related disorder`$children #> $`substance-related disorder`$children[[1]] #> [1] "DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`substance-related disorder`$children[[2]] #> [1] "DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`substance-related disorder`$children[[3]] #> [1] "DOID_0060001<DOID_303<DOID_150<DOID_4" #> #> #> $`substance-related disorder`$value #> [1] "substance-related disorder" #> #> #> $`subvalvular aortic stenosis` #> $`subvalvular aortic stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5805" #> #> $`subvalvular aortic stenosis`$`_id` #> [1] "DOID_5805<DOID_1712<DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`subvalvular aortic stenosis`$privateGeneCount #> [1] 0 #> #> $`subvalvular aortic stenosis`$publicGeneCount #> [1] 1 #> #> $`subvalvular aortic stenosis`$urlId #> [1] "DOID_5805" #> #> $`subvalvular aortic stenosis`$dbPhenotype #> [1] TRUE #> #> $`subvalvular aortic stenosis`$`_parent` #> [1] "DOID_1712<DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`subvalvular aortic stenosis`$`_is_leaf` #> [1] TRUE #> #> $`subvalvular aortic stenosis`$children #> list() #> #> $`subvalvular aortic stenosis`$value #> [1] "subvalvular aortic stenosis" #> #> #> $`subvalvular aortic stenosis` #> $`subvalvular aortic stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5805" #> #> $`subvalvular aortic stenosis`$`_id` #> [1] "DOID_5805<DOID_1712<DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`subvalvular aortic stenosis`$privateGeneCount #> [1] 0 #> #> $`subvalvular aortic stenosis`$publicGeneCount #> [1] 1 #> #> $`subvalvular aortic stenosis`$urlId #> [1] "DOID_5805" #> #> $`subvalvular aortic stenosis`$dbPhenotype #> [1] TRUE #> #> $`subvalvular aortic stenosis`$`_parent` #> [1] "DOID_1712<DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`subvalvular aortic stenosis`$`_is_leaf` #> [1] TRUE #> #> $`subvalvular aortic stenosis`$children #> list() #> #> $`subvalvular aortic stenosis`$value #> [1] "subvalvular aortic stenosis" #> #> #> $`succinic semialdehyde dehydrogenase deficiency` #> $`succinic semialdehyde dehydrogenase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060175" #> #> $`succinic semialdehyde dehydrogenase deficiency`$`_id` #> [1] "DOID_0060175<DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`succinic semialdehyde dehydrogenase deficiency`$privateGeneCount #> [1] 0 #> #> $`succinic semialdehyde dehydrogenase deficiency`$publicGeneCount #> [1] 1 #> #> $`succinic semialdehyde dehydrogenase deficiency`$urlId #> [1] "DOID_0060175" #> #> $`succinic semialdehyde dehydrogenase deficiency`$dbPhenotype #> [1] TRUE #> #> $`succinic semialdehyde dehydrogenase deficiency`$`_parent` #> [1] "DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`succinic semialdehyde dehydrogenase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`succinic semialdehyde dehydrogenase deficiency`$children #> list() #> #> $`succinic semialdehyde dehydrogenase deficiency`$value #> [1] "succinic semialdehyde dehydrogenase deficiency" #> #> #> $`Sudden cardiac death` #> $`Sudden cardiac death`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001645" #> #> $`Sudden cardiac death`$`_id` #> [1] "HP_0001645<HP_0001695<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Sudden cardiac death`$privateGeneCount #> [1] 0 #> #> $`Sudden cardiac death`$publicGeneCount #> [1] 17 #> #> $`Sudden cardiac death`$urlId #> [1] "HP_0001645" #> #> $`Sudden cardiac death`$dbPhenotype #> [1] TRUE #> #> $`Sudden cardiac death`$`_parent` #> [1] "HP_0001695<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Sudden cardiac death`$`_is_leaf` #> [1] TRUE #> #> $`Sudden cardiac death`$children #> list() #> #> $`Sudden cardiac death`$value #> [1] "Sudden cardiac death" #> #> #> $`Sudden death` #> $`Sudden death`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001699" #> #> $`Sudden death`$`_id` #> [1] "HP_0001699<HP_0011420<HP_0040006<HP_0031797<HP_0000001" #> #> $`Sudden death`$privateGeneCount #> [1] 0 #> #> $`Sudden death`$publicGeneCount #> [1] 17 #> #> $`Sudden death`$urlId #> [1] "HP_0001699" #> #> $`Sudden death`$dbPhenotype #> [1] TRUE #> #> $`Sudden death`$`_parent` #> [1] "HP_0011420<HP_0040006<HP_0031797<HP_0000001" #> #> $`Sudden death`$`_is_leaf` #> [1] TRUE #> #> $`Sudden death`$children #> list() #> #> $`Sudden death`$value #> [1] "Sudden death" #> #> #> $`sudden infant death syndrome` #> $`sudden infant death syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9007" #> #> $`sudden infant death syndrome`$`_id` #> [1] "DOID_9007<DOID_225<DOID_4" #> #> $`sudden infant death syndrome`$privateGeneCount #> [1] 0 #> #> $`sudden infant death syndrome`$publicGeneCount #> [1] 8 #> #> $`sudden infant death syndrome`$urlId #> [1] "DOID_9007" #> #> $`sudden infant death syndrome`$dbPhenotype #> [1] TRUE #> #> $`sudden infant death syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`sudden infant death syndrome`$`_is_leaf` #> [1] TRUE #> #> $`sudden infant death syndrome`$children #> list() #> #> $`sudden infant death syndrome`$value #> [1] "sudden infant death syndrome" #> #> #> $`Sulfite oxidase deficiency` #> $`Sulfite oxidase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003643" #> #> $`Sulfite oxidase deficiency`$`_id` #> [1] "HP_0003643<HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Sulfite oxidase deficiency`$privateGeneCount #> [1] 0 #> #> $`Sulfite oxidase deficiency`$publicGeneCount #> [1] 1 #> #> $`Sulfite oxidase deficiency`$urlId #> [1] "HP_0003643" #> #> $`Sulfite oxidase deficiency`$dbPhenotype #> [1] TRUE #> #> $`Sulfite oxidase deficiency`$`_parent` #> [1] "HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Sulfite oxidase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`Sulfite oxidase deficiency`$children #> list() #> #> $`Sulfite oxidase deficiency`$value #> [1] "Sulfite oxidase deficiency" #> #> #> $`suppurative otitis media` #> $`suppurative otitis media`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11506" #> #> $`suppurative otitis media`$`_id` #> [1] "DOID_11506<DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`suppurative otitis media`$privateGeneCount #> [1] 0 #> #> $`suppurative otitis media`$publicGeneCount #> [1] 3 #> #> $`suppurative otitis media`$urlId #> [1] "DOID_11506" #> #> $`suppurative otitis media`$dbPhenotype #> [1] TRUE #> #> $`suppurative otitis media`$`_parent` #> [1] "DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`suppurative otitis media`$`_is_leaf` #> [1] TRUE #> #> $`suppurative otitis media`$children #> list() #> #> $`suppurative otitis media`$value #> [1] "suppurative otitis media" #> #> #> $`supratentorial cancer` #> $`supratentorial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1659" #> #> $`supratentorial cancer`$`_id` #> [1] "DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`supratentorial cancer`$privateGeneCount #> [1] 0 #> #> $`supratentorial cancer`$publicGeneCount #> [1] 54 #> #> $`supratentorial cancer`$urlId #> [1] "DOID_1659" #> #> $`supratentorial cancer`$dbPhenotype #> [1] TRUE #> #> $`supratentorial cancer`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`supratentorial cancer`$`_is_leaf` #> [1] FALSE #> #> $`supratentorial cancer`$children #> $`supratentorial cancer`$children[[1]] #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`supratentorial cancer`$value #> [1] "supratentorial cancer" #> #> #> $`supratentorial cancer` #> $`supratentorial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1659" #> #> $`supratentorial cancer`$`_id` #> [1] "DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`supratentorial cancer`$privateGeneCount #> [1] 0 #> #> $`supratentorial cancer`$publicGeneCount #> [1] 54 #> #> $`supratentorial cancer`$urlId #> [1] "DOID_1659" #> #> $`supratentorial cancer`$dbPhenotype #> [1] TRUE #> #> $`supratentorial cancer`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`supratentorial cancer`$`_is_leaf` #> [1] FALSE #> #> $`supratentorial cancer`$children #> $`supratentorial cancer`$children[[1]] #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`supratentorial cancer`$value #> [1] "supratentorial cancer" #> #> #> $`supratentorial cancer` #> $`supratentorial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1659" #> #> $`supratentorial cancer`$`_id` #> [1] "DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`supratentorial cancer`$privateGeneCount #> [1] 0 #> #> $`supratentorial cancer`$publicGeneCount #> [1] 54 #> #> $`supratentorial cancer`$urlId #> [1] "DOID_1659" #> #> $`supratentorial cancer`$dbPhenotype #> [1] TRUE #> #> $`supratentorial cancer`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`supratentorial cancer`$`_is_leaf` #> [1] FALSE #> #> $`supratentorial cancer`$children #> $`supratentorial cancer`$children[[1]] #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`supratentorial cancer`$value #> [1] "supratentorial cancer" #> #> #> $`supratentorial cancer` #> $`supratentorial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1659" #> #> $`supratentorial cancer`$`_id` #> [1] "DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`supratentorial cancer`$privateGeneCount #> [1] 0 #> #> $`supratentorial cancer`$publicGeneCount #> [1] 54 #> #> $`supratentorial cancer`$urlId #> [1] "DOID_1659" #> #> $`supratentorial cancer`$dbPhenotype #> [1] TRUE #> #> $`supratentorial cancer`$`_parent` #> [1] "DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`supratentorial cancer`$`_is_leaf` #> [1] FALSE #> #> $`supratentorial cancer`$children #> $`supratentorial cancer`$children[[1]] #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`supratentorial cancer`$value #> [1] "supratentorial cancer" #> #> #> $`supravalvular aortic stenosis` #> $`supravalvular aortic stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1929" #> #> $`supravalvular aortic stenosis`$`_id` #> [1] "DOID_1929<DOID_1712<DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`supravalvular aortic stenosis`$privateGeneCount #> [1] 0 #> #> $`supravalvular aortic stenosis`$publicGeneCount #> [1] 1 #> #> $`supravalvular aortic stenosis`$urlId #> [1] "DOID_1929" #> #> $`supravalvular aortic stenosis`$dbPhenotype #> [1] TRUE #> #> $`supravalvular aortic stenosis`$`_parent` #> [1] "DOID_1712<DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`supravalvular aortic stenosis`$`_is_leaf` #> [1] TRUE #> #> $`supravalvular aortic stenosis`$children #> list() #> #> $`supravalvular aortic stenosis`$value #> [1] "supravalvular aortic stenosis" #> #> #> $`supravalvular aortic stenosis` #> $`supravalvular aortic stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1929" #> #> $`supravalvular aortic stenosis`$`_id` #> [1] "DOID_1929<DOID_1712<DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`supravalvular aortic stenosis`$privateGeneCount #> [1] 0 #> #> $`supravalvular aortic stenosis`$publicGeneCount #> [1] 1 #> #> $`supravalvular aortic stenosis`$urlId #> [1] "DOID_1929" #> #> $`supravalvular aortic stenosis`$dbPhenotype #> [1] TRUE #> #> $`supravalvular aortic stenosis`$`_parent` #> [1] "DOID_1712<DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`supravalvular aortic stenosis`$`_is_leaf` #> [1] TRUE #> #> $`supravalvular aortic stenosis`$children #> list() #> #> $`supravalvular aortic stenosis`$value #> [1] "supravalvular aortic stenosis" #> #> #> $`Supraventricular arrhythmia` #> $`Supraventricular arrhythmia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005115" #> #> $`Supraventricular arrhythmia`$`_id` #> [1] "HP_0005115<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Supraventricular arrhythmia`$privateGeneCount #> [1] 0 #> #> $`Supraventricular arrhythmia`$publicGeneCount #> [1] 53 #> #> $`Supraventricular arrhythmia`$urlId #> [1] "HP_0005115" #> #> $`Supraventricular arrhythmia`$dbPhenotype #> [1] FALSE #> #> $`Supraventricular arrhythmia`$`_parent` #> [1] "HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Supraventricular arrhythmia`$`_is_leaf` #> [1] FALSE #> #> $`Supraventricular arrhythmia`$children #> $`Supraventricular arrhythmia`$children[[1]] #> [1] "HP_0001692<HP_0005115<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Supraventricular arrhythmia`$value #> [1] "Supraventricular arrhythmia" #> #> #> $`sweat gland benign neoplasm` #> $`sweat gland benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2664" #> #> $`sweat gland benign neoplasm`$`_id` #> [1] "DOID_2664<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sweat gland benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`sweat gland benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`sweat gland benign neoplasm`$urlId #> [1] "DOID_2664" #> #> $`sweat gland benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`sweat gland benign neoplasm`$`_parent` #> [1] "DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sweat gland benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`sweat gland benign neoplasm`$children #> list() #> #> $`sweat gland benign neoplasm`$value #> [1] "sweat gland benign neoplasm" #> #> #> $`sweat gland benign neoplasm` #> $`sweat gland benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2664" #> #> $`sweat gland benign neoplasm`$`_id` #> [1] "DOID_2664<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`sweat gland benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`sweat gland benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`sweat gland benign neoplasm`$urlId #> [1] "DOID_2664" #> #> $`sweat gland benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`sweat gland benign neoplasm`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`sweat gland benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`sweat gland benign neoplasm`$children #> list() #> #> $`sweat gland benign neoplasm`$value #> [1] "sweat gland benign neoplasm" #> #> #> $`sweat gland benign neoplasm` #> $`sweat gland benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2664" #> #> $`sweat gland benign neoplasm`$`_id` #> [1] "DOID_2664<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`sweat gland benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`sweat gland benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`sweat gland benign neoplasm`$urlId #> [1] "DOID_2664" #> #> $`sweat gland benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`sweat gland benign neoplasm`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`sweat gland benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`sweat gland benign neoplasm`$children #> list() #> #> $`sweat gland benign neoplasm`$value #> [1] "sweat gland benign neoplasm" #> #> #> $`sweat gland benign neoplasm` #> $`sweat gland benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2664" #> #> $`sweat gland benign neoplasm`$`_id` #> [1] "DOID_2664<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sweat gland benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`sweat gland benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`sweat gland benign neoplasm`$urlId #> [1] "DOID_2664" #> #> $`sweat gland benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`sweat gland benign neoplasm`$`_parent` #> [1] "DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sweat gland benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`sweat gland benign neoplasm`$children #> list() #> #> $`sweat gland benign neoplasm`$value #> [1] "sweat gland benign neoplasm" #> #> #> $`sweat gland disease` #> $`sweat gland disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1383" #> #> $`sweat gland disease`$`_id` #> [1] "DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sweat gland disease`$privateGeneCount #> [1] 0 #> #> $`sweat gland disease`$publicGeneCount #> [1] 7 #> #> $`sweat gland disease`$urlId #> [1] "DOID_1383" #> #> $`sweat gland disease`$dbPhenotype #> [1] FALSE #> #> $`sweat gland disease`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sweat gland disease`$`_is_leaf` #> [1] FALSE #> #> $`sweat gland disease`$children #> $`sweat gland disease`$children[[1]] #> [1] "DOID_2282<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sweat gland disease`$children[[2]] #> [1] "DOID_11155<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sweat gland disease`$children[[3]] #> [1] "DOID_2664<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`sweat gland disease`$value #> [1] "sweat gland disease" #> #> #> $`sympathetic ophthalmia` #> $`sympathetic ophthalmia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12029" #> #> $`sympathetic ophthalmia`$`_id` #> [1] "DOID_12029<DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`sympathetic ophthalmia`$privateGeneCount #> [1] 0 #> #> $`sympathetic ophthalmia`$publicGeneCount #> [1] 1 #> #> $`sympathetic ophthalmia`$urlId #> [1] "DOID_12029" #> #> $`sympathetic ophthalmia`$dbPhenotype #> [1] TRUE #> #> $`sympathetic ophthalmia`$`_parent` #> [1] "DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`sympathetic ophthalmia`$`_is_leaf` #> [1] TRUE #> #> $`sympathetic ophthalmia`$children #> list() #> #> $`sympathetic ophthalmia`$value #> [1] "sympathetic ophthalmia" #> #> #> $Syncope #> $Syncope$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001279" #> #> $Syncope$`_id` #> [1] "HP_0001279<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Syncope$privateGeneCount #> [1] 0 #> #> $Syncope$publicGeneCount #> [1] 1 #> #> $Syncope$urlId #> [1] "HP_0001279" #> #> $Syncope$dbPhenotype #> [1] FALSE #> #> $Syncope$`_parent` #> [1] "HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Syncope$`_is_leaf` #> [1] FALSE #> #> $Syncope$children #> $Syncope$children[[1]] #> [1] "HP_0012668<HP_0001279<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $Syncope$value #> [1] "Syncope" #> #> #> $syndactyly #> $syndactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11193" #> #> $syndactyly$`_id` #> [1] "DOID_11193<DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $syndactyly$privateGeneCount #> [1] 0 #> #> $syndactyly$publicGeneCount #> [1] 10 #> #> $syndactyly$urlId #> [1] "DOID_11193" #> #> $syndactyly$dbPhenotype #> [1] TRUE #> #> $syndactyly$`_parent` #> [1] "DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $syndactyly$`_is_leaf` #> [1] FALSE #> #> $syndactyly$children #> $syndactyly$children[[1]] #> [1] "DOID_0060242<DOID_11193<DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> #> $syndactyly$value #> [1] "syndactyly" #> #> #> $syndactyly #> $syndactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11193" #> #> $syndactyly$`_id` #> [1] "DOID_11193<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $syndactyly$privateGeneCount #> [1] 0 #> #> $syndactyly$publicGeneCount #> [1] 10 #> #> $syndactyly$urlId #> [1] "DOID_11193" #> #> $syndactyly$dbPhenotype #> [1] TRUE #> #> $syndactyly$`_parent` #> [1] "DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $syndactyly$`_is_leaf` #> [1] FALSE #> #> $syndactyly$children #> $syndactyly$children[[1]] #> [1] "DOID_0060242<DOID_11193<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $syndactyly$value #> [1] "syndactyly" #> #> #> $syndrome #> $syndrome$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_225" #> #> $syndrome$`_id` #> [1] "DOID_225<DOID_4" #> #> $syndrome$privateGeneCount #> [1] 0 #> #> $syndrome$publicGeneCount #> [1] 716 #> #> $syndrome$urlId #> [1] "DOID_225" #> #> $syndrome$dbPhenotype #> [1] TRUE #> #> $syndrome$`_parent` #> [1] "DOID_4" #> #> $syndrome$`_is_leaf` #> [1] FALSE #> #> $syndrome$children #> $syndrome$children[[1]] #> [1] "DOID_0060241<DOID_225<DOID_4" #> #> $syndrome$children[[2]] #> [1] "DOID_0060225<DOID_225<DOID_4" #> #> $syndrome$children[[3]] #> [1] "DOID_0111824<DOID_225<DOID_4" #> #> $syndrome$children[[4]] #> [1] "DOID_0050600<DOID_225<DOID_4" #> #> $syndrome$children[[5]] #> [1] "DOID_0060611<DOID_225<DOID_4" #> #> $syndrome$children[[6]] #> [1] "DOID_9250<DOID_225<DOID_4" #> #> $syndrome$children[[7]] #> [1] "DOID_0060227<DOID_225<DOID_4" #> #> $syndrome$children[[8]] #> [1] "DOID_0050601<DOID_225<DOID_4" #> #> $syndrome$children[[9]] #> [1] "DOID_0050629<DOID_225<DOID_4" #> #> $syndrome$children[[10]] #> [1] "DOID_0050631<DOID_225<DOID_4" #> #> $syndrome$children[[11]] #> [1] "DOID_10983<DOID_225<DOID_4" #> #> $syndrome$children[[12]] #> [1] "DOID_0050473<DOID_225<DOID_4" #> #> $syndrome$children[[13]] #> [1] "DOID_1932<DOID_225<DOID_4" #> #> $syndrome$children[[14]] #> [1] "DOID_0050462<DOID_225<DOID_4" #> #> $syndrome$children[[15]] #> [1] "DOID_0050763<DOID_225<DOID_4" #> #> $syndrome$children[[16]] #> [1] "DOID_0050657<DOID_225<DOID_4" #> #> $syndrome$children[[17]] #> [1] "DOID_0060229<DOID_225<DOID_4" #> #> $syndrome$children[[18]] #> [1] "DOID_1935<DOID_225<DOID_4" #> #> $syndrome$children[[19]] #> [1] "DOID_0050658<DOID_225<DOID_4" #> #> $syndrome$children[[20]] #> [1] "DOID_0050660<DOID_225<DOID_4" #> #> $syndrome$children[[21]] #> [1] "DOID_5572<DOID_225<DOID_4" #> #> $syndrome$children[[22]] #> [1] "DOID_0050675<DOID_225<DOID_4" #> #> $syndrome$children[[23]] #> [1] "DOID_0050677<DOID_225<DOID_4" #> #> $syndrome$children[[24]] #> [1] "DOID_0050678<DOID_225<DOID_4" #> #> $syndrome$children[[25]] #> [1] "DOID_14778<DOID_225<DOID_4" #> #> $syndrome$children[[26]] #> [1] "DOID_2717<DOID_225<DOID_4" #> #> $syndrome$children[[27]] #> [1] "DOID_0050684<DOID_225<DOID_4" #> #> $syndrome$children[[28]] #> [1] "DOID_0050689<DOID_225<DOID_4" #> #> $syndrome$children[[29]] #> [1] "DOID_0050691<DOID_225<DOID_4" #> #> $syndrome$children[[30]] #> [1] "DOID_0060232<DOID_225<DOID_4" #> #> $syndrome$children[[31]] #> [1] "DOID_14702<DOID_225<DOID_4" #> #> $syndrome$children[[32]] #> [1] "DOID_0050694<DOID_225<DOID_4" #> #> $syndrome$children[[33]] #> [1] "DOID_0060231<DOID_225<DOID_4" #> #> $syndrome$children[[34]] #> [1] "DOID_0050471<DOID_225<DOID_4" #> #> $syndrome$children[[35]] #> [1] "DOID_0060337<DOID_225<DOID_4" #> #> $syndrome$children[[36]] #> [1] "DOID_0050997<DOID_225<DOID_4" #> #> $syndrome$children[[37]] #> [1] "DOID_0050834<DOID_225<DOID_4" #> #> $syndrome$children[[38]] #> [1] "DOID_2935<DOID_225<DOID_4" #> #> $syndrome$children[[39]] #> [1] "DOID_2581<DOID_225<DOID_4" #> #> $syndrome$children[[40]] #> [1] "DOID_0060339<DOID_225<DOID_4" #> #> $syndrome$children[[41]] #> [1] "DOID_8544<DOID_225<DOID_4" #> #> $syndrome$children[[42]] #> [1] "DOID_0060340<DOID_225<DOID_4" #> #> $syndrome$children[[43]] #> [1] "DOID_2962<DOID_225<DOID_4" #> #> $syndrome$children[[44]] #> [1] "DOID_3783<DOID_225<DOID_4" #> #> $syndrome$children[[45]] #> [1] "DOID_1925<DOID_225<DOID_4" #> #> $syndrome$children[[46]] #> [1] "DOID_0060294<DOID_225<DOID_4" #> #> $syndrome$children[[47]] #> [1] "DOID_11725<DOID_225<DOID_4" #> #> $syndrome$children[[48]] #> [1] "DOID_6457<DOID_225<DOID_4" #> #> $syndrome$children[[49]] #> [1] "DOID_14737<DOID_225<DOID_4" #> #> $syndrome$children[[50]] #> [1] "DOID_12580<DOID_225<DOID_4" #> #> $syndrome$children[[51]] #> [1] "DOID_1485<DOID_225<DOID_4" #> #> $syndrome$children[[52]] #> [1] "DOID_3764<DOID_225<DOID_4" #> #> $syndrome$children[[53]] #> [1] "DOID_11198<DOID_225<DOID_4" #> #> $syndrome$children[[54]] #> [1] "DOID_0050470<DOID_225<DOID_4" #> #> $syndrome$children[[55]] #> [1] "DOID_10041<DOID_225<DOID_4" #> #> $syndrome$children[[56]] #> [1] "DOID_0060484<DOID_225<DOID_4" #> #> $syndrome$children[[57]] #> [1] "DOID_2121<DOID_225<DOID_4" #> #> $syndrome$children[[58]] #> [1] "DOID_12714<DOID_225<DOID_4" #> #> $syndrome$children[[59]] #> [1] "DOID_0060464<DOID_225<DOID_4" #> #> $syndrome$children[[60]] #> [1] "DOID_14711<DOID_225<DOID_4" #> #> $syndrome$children[[61]] #> [1] "DOID_2120<DOID_225<DOID_4" #> #> $syndrome$children[[62]] #> [1] "DOID_14261<DOID_225<DOID_4" #> #> $syndrome$children[[63]] #> [1] "DOID_0050438<DOID_225<DOID_4" #> #> $syndrome$children[[64]] #> [1] "DOID_0080694<DOID_225<DOID_4" #> #> $syndrome$children[[65]] #> [1] "DOID_0050526<DOID_225<DOID_4" #> #> $syndrome$children[[66]] #> [1] "DOID_0060481<DOID_225<DOID_4" #> #> $syndrome$children[[67]] #> [1] "DOID_5683<DOID_225<DOID_4" #> #> $syndrome$children[[68]] #> [1] "DOID_3753<DOID_225<DOID_4" #> #> $syndrome$children[[69]] #> [1] "DOID_4621<DOID_225<DOID_4" #> #> $syndrome$children[[70]] #> [1] "DOID_0060468<DOID_225<DOID_4" #> #> $syndrome$children[[71]] #> [1] "DOID_0050779<DOID_225<DOID_4" #> #> $syndrome$children[[72]] #> [1] "DOID_0060348<DOID_225<DOID_4" #> #> $syndrome$children[[73]] #> [1] "DOID_14213<DOID_225<DOID_4" #> #> $syndrome$children[[74]] #> [1] "DOID_0050885<DOID_225<DOID_4" #> #> $syndrome$children[[75]] #> [1] "DOID_0050881<DOID_225<DOID_4" #> #> $syndrome$children[[76]] #> [1] "DOID_14694<DOID_225<DOID_4" #> #> $syndrome$children[[77]] #> [1] "DOID_0060473<DOID_225<DOID_4" #> #> $syndrome$children[[78]] #> [1] "DOID_0050807<DOID_225<DOID_4" #> #> $syndrome$children[[79]] #> [1] "DOID_14780<DOID_225<DOID_4" #> #> $syndrome$children[[80]] #> [1] "DOID_0080597<DOID_225<DOID_4" #> #> $syndrome$children[[81]] #> [1] "DOID_10426<DOID_225<DOID_4" #> #> $syndrome$children[[82]] #> [1] "DOID_0050880<DOID_225<DOID_4" #> #> $syndrome$children[[83]] #> [1] "DOID_0050331<DOID_225<DOID_4" #> #> $syndrome$children[[84]] #> [1] "DOID_9521<DOID_225<DOID_4" #> #> $syndrome$children[[85]] #> [1] "DOID_14764<DOID_225<DOID_4" #> #> $syndrome$children[[86]] #> [1] "DOID_1930<DOID_225<DOID_4" #> #> $syndrome$children[[87]] #> [1] "DOID_3012<DOID_225<DOID_4" #> #> $syndrome$children[[88]] #> [1] "DOID_0050466<DOID_225<DOID_4" #> #> $syndrome$children[[89]] #> [1] "DOID_3883<DOID_225<DOID_4" #> #> $syndrome$children[[90]] #> [1] "DOID_0060365<DOID_225<DOID_4" #> #> $syndrome$children[[91]] #> [1] "DOID_0050858<DOID_225<DOID_4" #> #> $syndrome$children[[92]] #> [1] "DOID_1858<DOID_225<DOID_4" #> #> $syndrome$children[[93]] #> [1] "DOID_0060483<DOID_225<DOID_4" #> #> $syndrome$children[[94]] #> [1] "DOID_0060306<DOID_225<DOID_4" #> #> $syndrome$children[[95]] #> [1] "DOID_0080105<DOID_225<DOID_4" #> #> $syndrome$children[[96]] #> [1] "DOID_0080106<DOID_225<DOID_4" #> #> $syndrome$children[[97]] #> [1] "DOID_0080107<DOID_225<DOID_4" #> #> $syndrome$children[[98]] #> [1] "DOID_0060349<DOID_225<DOID_4" #> #> $syndrome$children[[99]] #> [1] "DOID_0060485<DOID_225<DOID_4" #> #> $syndrome$children[[100]] #> [1] "DOID_0050854<DOID_225<DOID_4" #> #> $syndrome$children[[101]] #> [1] "DOID_0050436<DOID_225<DOID_4" #> #> $syndrome$children[[102]] #> [1] "DOID_4661<DOID_225<DOID_4" #> #> $syndrome$children[[103]] #> [1] "DOID_3125<DOID_225<DOID_4" #> #> $syndrome$children[[104]] #> [1] "DOID_0080110<DOID_225<DOID_4" #> #> $syndrome$children[[105]] #> [1] "DOID_0050769<DOID_225<DOID_4" #> #> $syndrome$children[[106]] #> [1] "DOID_9467<DOID_225<DOID_4" #> #> $syndrome$children[[107]] #> [1] "DOID_8712<DOID_225<DOID_4" #> #> $syndrome$children[[108]] #> [1] "DOID_2512<DOID_225<DOID_4" #> #> $syndrome$children[[109]] #> [1] "DOID_7400<DOID_225<DOID_4" #> #> $syndrome$children[[110]] #> [1] "DOID_0060482<DOID_225<DOID_4" #> #> $syndrome$children[[111]] #> [1] "DOID_1056<DOID_225<DOID_4" #> #> $syndrome$children[[112]] #> [1] "DOID_0050632<DOID_225<DOID_4" #> #> $syndrome$children[[113]] #> [1] "DOID_0060291<DOID_225<DOID_4" #> #> $syndrome$children[[114]] #> [1] "DOID_0050781<DOID_225<DOID_4" #> #> $syndrome$children[[115]] #> [1] "DOID_0060289<DOID_225<DOID_4" #> #> $syndrome$children[[116]] #> [1] "DOID_4624<DOID_225<DOID_4" #> #> $syndrome$children[[117]] #> [1] "DOID_0050780<DOID_225<DOID_4" #> #> $syndrome$children[[118]] #> [1] "DOID_0050567<DOID_225<DOID_4" #> #> $syndrome$children[[119]] #> [1] "DOID_4501<DOID_225<DOID_4" #> #> $syndrome$children[[120]] #> [1] "DOID_0050449<DOID_225<DOID_4" #> #> $syndrome$children[[121]] #> [1] "DOID_9248<DOID_225<DOID_4" #> #> $syndrome$children[[122]] #> [1] "DOID_0060476<DOID_225<DOID_4" #> #> $syndrome$children[[123]] #> [1] "DOID_0050857<DOID_225<DOID_4" #> #> $syndrome$children[[124]] #> [1] "DOID_0060486<DOID_225<DOID_4" #> #> $syndrome$children[[125]] #> [1] "DOID_4491<DOID_225<DOID_4" #> #> $syndrome$children[[126]] #> [1] "DOID_0060488<DOID_225<DOID_4" #> #> $syndrome$children[[127]] #> [1] "DOID_0060055<DOID_225<DOID_4" #> #> $syndrome$children[[128]] #> [1] "DOID_11983<DOID_225<DOID_4" #> #> $syndrome$children[[129]] #> [1] "DOID_14283<DOID_225<DOID_4" #> #> $syndrome$children[[130]] #> [1] "DOID_3911<DOID_225<DOID_4" #> #> $syndrome$children[[131]] #> [1] "DOID_13482<DOID_225<DOID_4" #> #> $syndrome$children[[132]] #> [1] "DOID_0050788<DOID_225<DOID_4" #> #> $syndrome$children[[133]] #> [1] "DOID_0050656<DOID_225<DOID_4" #> #> $syndrome$children[[134]] #> [1] "DOID_9008<DOID_225<DOID_4" #> #> $syndrome$children[[135]] #> [1] "DOID_0050774<DOID_225<DOID_4" #> #> $syndrome$children[[136]] #> [1] "DOID_0080690<DOID_225<DOID_4" #> #> $syndrome$children[[137]] #> [1] "DOID_5325<DOID_225<DOID_4" #> #> $syndrome$children[[138]] #> [1] "DOID_0060254<DOID_225<DOID_4" #> #> $syndrome$children[[139]] #> [1] "DOID_1933<DOID_225<DOID_4" #> #> $syndrome$children[[140]] #> [1] "DOID_0060428<DOID_225<DOID_4" #> #> $syndrome$children[[141]] #> [1] "DOID_0050569<DOID_225<DOID_4" #> #> $syndrome$children[[142]] #> [1] "DOID_0050576<DOID_225<DOID_4" #> #> $syndrome$children[[143]] #> [1] "DOID_0050577<DOID_225<DOID_4" #> #> $syndrome$children[[144]] #> [1] "DOID_0060479<DOID_225<DOID_4" #> #> $syndrome$children[[145]] #> [1] "DOID_0060248<DOID_225<DOID_4" #> #> $syndrome$children[[146]] #> [1] "DOID_14501<DOID_225<DOID_4" #> #> $syndrome$children[[147]] #> [1] "DOID_14748<DOID_225<DOID_4" #> #> $syndrome$children[[148]] #> [1] "DOID_0080046<DOID_225<DOID_4" #> #> $syndrome$children[[149]] #> [1] "DOID_9007<DOID_225<DOID_4" #> #> $syndrome$children[[150]] #> [1] "DOID_0050814<DOID_225<DOID_4" #> #> $syndrome$children[[151]] #> [1] "DOID_14699<DOID_225<DOID_4" #> #> $syndrome$children[[152]] #> [1] "DOID_14021<DOID_225<DOID_4" #> #> $syndrome$children[[153]] #> [1] "DOID_0060173<DOID_225<DOID_4" #> #> $syndrome$children[[154]] #> [1] "DOID_6678<DOID_225<DOID_4" #> #> $syndrome$children[[155]] #> [1] "DOID_0050887<DOID_225<DOID_4" #> #> $syndrome$children[[156]] #> [1] "DOID_2908<DOID_225<DOID_4" #> #> $syndrome$children[[157]] #> [1] "DOID_14743<DOID_225<DOID_4" #> #> $syndrome$children[[158]] #> [1] "DOID_4998<DOID_225<DOID_4" #> #> $syndrome$children[[159]] #> [1] "DOID_0111866<DOID_225<DOID_4" #> #> $syndrome$children[[160]] #> [1] "DOID_0050602<DOID_225<DOID_4" #> #> $syndrome$children[[161]] #> [1] "DOID_13515<DOID_225<DOID_4" #> #> $syndrome$children[[162]] #> [1] "DOID_0050816<DOID_225<DOID_4" #> #> $syndrome$children[[163]] #> [1] "DOID_0050439<DOID_225<DOID_4" #> #> $syndrome$children[[164]] #> [1] "DOID_14679<DOID_225<DOID_4" #> #> $syndrome$children[[165]] #> [1] "DOID_0060239<DOID_225<DOID_4" #> #> $syndrome$children[[166]] #> [1] "DOID_0060238<DOID_225<DOID_4" #> #> $syndrome$children[[167]] #> [1] "DOID_0060356<DOID_225<DOID_4" #> #> $syndrome$children[[168]] #> [1] "DOID_9258<DOID_225<DOID_4" #> #> $syndrome$children[[169]] #> [1] "DOID_0060237<DOID_225<DOID_4" #> #> $syndrome$children[[170]] #> [1] "DOID_0060535<DOID_225<DOID_4" #> #> $syndrome$children[[171]] #> [1] "DOID_14731<DOID_225<DOID_4" #> #> $syndrome$children[[172]] #> [1] "DOID_0050475<DOID_225<DOID_4" #> #> $syndrome$children[[173]] #> [1] "DOID_5688<DOID_225<DOID_4" #> #> $syndrome$children[[174]] #> [1] "DOID_1928<DOID_225<DOID_4" #> #> $syndrome$children[[175]] #> [1] "DOID_9169<DOID_225<DOID_4" #> #> $syndrome$children[[176]] #> [1] "DOID_10632<DOID_225<DOID_4" #> #> $syndrome$children[[177]] #> [1] "DOID_0050427<DOID_225<DOID_4" #> #> $syndrome$children[[178]] #> [1] "DOID_0050782<DOID_225<DOID_4" #> #> #> $syndrome$value #> [1] "syndrome" #> #> #> $`syndromic intellectual disability` #> $`syndromic intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050888" #> #> $`syndromic intellectual disability`$`_id` #> [1] "DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`syndromic intellectual disability`$privateGeneCount #> [1] 0 #> #> $`syndromic intellectual disability`$publicGeneCount #> [1] 13 #> #> $`syndromic intellectual disability`$urlId #> [1] "DOID_0050888" #> #> $`syndromic intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`syndromic intellectual disability`$`_parent` #> [1] "DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`syndromic intellectual disability`$`_is_leaf` #> [1] FALSE #> #> $`syndromic intellectual disability`$children #> $`syndromic intellectual disability`$children[[1]] #> [1] "DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`syndromic intellectual disability`$value #> [1] "syndromic intellectual disability" #> #> #> $`syndromic X-linked intellectual disability` #> $`syndromic X-linked intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060309" #> #> $`syndromic X-linked intellectual disability`$`_id` #> [1] "DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`syndromic X-linked intellectual disability`$privateGeneCount #> [1] 0 #> #> $`syndromic X-linked intellectual disability`$publicGeneCount #> [1] 10 #> #> $`syndromic X-linked intellectual disability`$urlId #> [1] "DOID_0060309" #> #> $`syndromic X-linked intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`syndromic X-linked intellectual disability`$`_parent` #> [1] "DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`syndromic X-linked intellectual disability`$`_is_leaf` #> [1] FALSE #> #> $`syndromic X-linked intellectual disability`$children #> $`syndromic X-linked intellectual disability`$children[[1]] #> [1] "DOID_0050647<DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`syndromic X-linked intellectual disability`$children[[2]] #> [1] "DOID_0050681<DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`syndromic X-linked intellectual disability`$children[[3]] #> [1] "DOID_14744<DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`syndromic X-linked intellectual disability`$children[[4]] #> [1] "DOID_0060179<DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> #> $`syndromic X-linked intellectual disability`$value #> [1] "syndromic X-linked intellectual disability" #> #> #> $`syndromic X-linked intellectual disability` #> $`syndromic X-linked intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060309" #> #> $`syndromic X-linked intellectual disability`$`_id` #> [1] "DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`syndromic X-linked intellectual disability`$privateGeneCount #> [1] 0 #> #> $`syndromic X-linked intellectual disability`$publicGeneCount #> [1] 10 #> #> $`syndromic X-linked intellectual disability`$urlId #> [1] "DOID_0060309" #> #> $`syndromic X-linked intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`syndromic X-linked intellectual disability`$`_parent` #> [1] "DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`syndromic X-linked intellectual disability`$`_is_leaf` #> [1] FALSE #> #> $`syndromic X-linked intellectual disability`$children #> $`syndromic X-linked intellectual disability`$children[[1]] #> [1] "DOID_0050647<DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`syndromic X-linked intellectual disability`$children[[2]] #> [1] "DOID_0050681<DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`syndromic X-linked intellectual disability`$children[[3]] #> [1] "DOID_14744<DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`syndromic X-linked intellectual disability`$children[[4]] #> [1] "DOID_0060179<DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`syndromic X-linked intellectual disability`$value #> [1] "syndromic X-linked intellectual disability" #> #> #> $synostosis #> $synostosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11971" #> #> $synostosis$`_id` #> [1] "DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $synostosis$privateGeneCount #> [1] 0 #> #> $synostosis$publicGeneCount #> [1] 41 #> #> $synostosis$urlId #> [1] "DOID_11971" #> #> $synostosis$dbPhenotype #> [1] TRUE #> #> $synostosis$`_parent` #> [1] "DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $synostosis$`_is_leaf` #> [1] FALSE #> #> $synostosis$children #> $synostosis$children[[1]] #> [1] "DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $synostosis$children[[2]] #> [1] "DOID_0050654<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $synostosis$children[[3]] #> [1] "DOID_2340<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $synostosis$children[[4]] #> [1] "DOID_11193<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $synostosis$value #> [1] "synostosis" #> #> #> $`Synostosis involving digits` #> $`Synostosis involving digits`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100262" #> #> $`Synostosis involving digits`$`_id` #> [1] "HP_0100262<HP_0100240<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Synostosis involving digits`$privateGeneCount #> [1] 0 #> #> $`Synostosis involving digits`$publicGeneCount #> [1] 1 #> #> $`Synostosis involving digits`$urlId #> [1] "HP_0100262" #> #> $`Synostosis involving digits`$dbPhenotype #> [1] FALSE #> #> $`Synostosis involving digits`$`_parent` #> [1] "HP_0100240<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Synostosis involving digits`$`_is_leaf` #> [1] FALSE #> #> $`Synostosis involving digits`$children #> $`Synostosis involving digits`$children[[1]] #> [1] "HP_0100264<HP_0100262<HP_0100240<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Synostosis involving digits`$value #> [1] "Synostosis involving digits" #> #> #> $`Synostosis involving digits` #> $`Synostosis involving digits`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100262" #> #> $`Synostosis involving digits`$`_id` #> [1] "HP_0100262<HP_0100240<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Synostosis involving digits`$privateGeneCount #> [1] 0 #> #> $`Synostosis involving digits`$publicGeneCount #> [1] 1 #> #> $`Synostosis involving digits`$urlId #> [1] "HP_0100262" #> #> $`Synostosis involving digits`$dbPhenotype #> [1] FALSE #> #> $`Synostosis involving digits`$`_parent` #> [1] "HP_0100240<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Synostosis involving digits`$`_is_leaf` #> [1] FALSE #> #> $`Synostosis involving digits`$children #> $`Synostosis involving digits`$children[[1]] #> [1] "HP_0100264<HP_0100262<HP_0100240<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Synostosis involving digits`$value #> [1] "Synostosis involving digits" #> #> #> $`Synostosis of joints` #> $`Synostosis of joints`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100240" #> #> $`Synostosis of joints`$`_id` #> [1] "HP_0100240<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Synostosis of joints`$privateGeneCount #> [1] 0 #> #> $`Synostosis of joints`$publicGeneCount #> [1] 1 #> #> $`Synostosis of joints`$urlId #> [1] "HP_0100240" #> #> $`Synostosis of joints`$dbPhenotype #> [1] FALSE #> #> $`Synostosis of joints`$`_parent` #> [1] "HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Synostosis of joints`$`_is_leaf` #> [1] FALSE #> #> $`Synostosis of joints`$children #> $`Synostosis of joints`$children[[1]] #> [1] "HP_0100262<HP_0100240<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Synostosis of joints`$value #> [1] "Synostosis of joints" #> #> #> $`Synostosis of joints` #> $`Synostosis of joints`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100240" #> #> $`Synostosis of joints`$`_id` #> [1] "HP_0100240<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Synostosis of joints`$privateGeneCount #> [1] 0 #> #> $`Synostosis of joints`$publicGeneCount #> [1] 1 #> #> $`Synostosis of joints`$urlId #> [1] "HP_0100240" #> #> $`Synostosis of joints`$dbPhenotype #> [1] FALSE #> #> $`Synostosis of joints`$`_parent` #> [1] "HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Synostosis of joints`$`_is_leaf` #> [1] FALSE #> #> $`Synostosis of joints`$children #> $`Synostosis of joints`$children[[1]] #> [1] "HP_0100262<HP_0100240<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Synostosis of joints`$value #> [1] "Synostosis of joints" #> #> #> $`synovial sarcoma` #> $`synovial sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5485" #> #> $`synovial sarcoma`$`_id` #> [1] "DOID_5485<DOID_2706<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`synovial sarcoma`$privateGeneCount #> [1] 0 #> #> $`synovial sarcoma`$publicGeneCount #> [1] 5 #> #> $`synovial sarcoma`$urlId #> [1] "DOID_5485" #> #> $`synovial sarcoma`$dbPhenotype #> [1] TRUE #> #> $`synovial sarcoma`$`_parent` #> [1] "DOID_2706<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`synovial sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`synovial sarcoma`$children #> list() #> #> $`synovial sarcoma`$value #> [1] "synovial sarcoma" #> #> #> $`synovial sarcoma` #> $`synovial sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5485" #> #> $`synovial sarcoma`$`_id` #> [1] "DOID_5485<DOID_2706<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`synovial sarcoma`$privateGeneCount #> [1] 0 #> #> $`synovial sarcoma`$publicGeneCount #> [1] 5 #> #> $`synovial sarcoma`$urlId #> [1] "DOID_5485" #> #> $`synovial sarcoma`$dbPhenotype #> [1] TRUE #> #> $`synovial sarcoma`$`_parent` #> [1] "DOID_2706<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`synovial sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`synovial sarcoma`$children #> list() #> #> $`synovial sarcoma`$value #> [1] "synovial sarcoma" #> #> #> $`synovial sarcoma` #> $`synovial sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5485" #> #> $`synovial sarcoma`$`_id` #> [1] "DOID_5485<DOID_2706<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`synovial sarcoma`$privateGeneCount #> [1] 0 #> #> $`synovial sarcoma`$publicGeneCount #> [1] 5 #> #> $`synovial sarcoma`$urlId #> [1] "DOID_5485" #> #> $`synovial sarcoma`$dbPhenotype #> [1] TRUE #> #> $`synovial sarcoma`$`_parent` #> [1] "DOID_2706<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`synovial sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`synovial sarcoma`$children #> list() #> #> $`synovial sarcoma`$value #> [1] "synovial sarcoma" #> #> #> $synovitis #> $synovitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2703" #> #> $synovitis$`_id` #> [1] "DOID_2703<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $synovitis$privateGeneCount #> [1] 0 #> #> $synovitis$publicGeneCount #> [1] 5 #> #> $synovitis$urlId #> [1] "DOID_2703" #> #> $synovitis$dbPhenotype #> [1] TRUE #> #> $synovitis$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $synovitis$`_is_leaf` #> [1] TRUE #> #> $synovitis$children #> list() #> #> $synovitis$value #> [1] "synovitis" #> #> #> $`synovium cancer` #> $`synovium cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2706" #> #> $`synovium cancer`$`_id` #> [1] "DOID_2706<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`synovium cancer`$privateGeneCount #> [1] 0 #> #> $`synovium cancer`$publicGeneCount #> [1] 5 #> #> $`synovium cancer`$urlId #> [1] "DOID_2706" #> #> $`synovium cancer`$dbPhenotype #> [1] FALSE #> #> $`synovium cancer`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`synovium cancer`$`_is_leaf` #> [1] FALSE #> #> $`synovium cancer`$children #> $`synovium cancer`$children[[1]] #> [1] "DOID_5485<DOID_2706<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`synovium cancer`$value #> [1] "synovium cancer" #> #> #> $`synovium cancer` #> $`synovium cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2706" #> #> $`synovium cancer`$`_id` #> [1] "DOID_2706<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`synovium cancer`$privateGeneCount #> [1] 0 #> #> $`synovium cancer`$publicGeneCount #> [1] 5 #> #> $`synovium cancer`$urlId #> [1] "DOID_2706" #> #> $`synovium cancer`$dbPhenotype #> [1] FALSE #> #> $`synovium cancer`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`synovium cancer`$`_is_leaf` #> [1] FALSE #> #> $`synovium cancer`$children #> $`synovium cancer`$children[[1]] #> [1] "DOID_5485<DOID_2706<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`synovium cancer`$value #> [1] "synovium cancer" #> #> #> $`synovium cancer` #> $`synovium cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2706" #> #> $`synovium cancer`$`_id` #> [1] "DOID_2706<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`synovium cancer`$privateGeneCount #> [1] 0 #> #> $`synovium cancer`$publicGeneCount #> [1] 5 #> #> $`synovium cancer`$urlId #> [1] "DOID_2706" #> #> $`synovium cancer`$dbPhenotype #> [1] FALSE #> #> $`synovium cancer`$`_parent` #> [1] "DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`synovium cancer`$`_is_leaf` #> [1] FALSE #> #> $`synovium cancer`$children #> $`synovium cancer`$children[[1]] #> [1] "DOID_5485<DOID_2706<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`synovium cancer`$value #> [1] "synovium cancer" #> #> #> $synpolydactyly #> $synpolydactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060242" #> #> $synpolydactyly$`_id` #> [1] "DOID_0060242<DOID_11193<DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $synpolydactyly$privateGeneCount #> [1] 0 #> #> $synpolydactyly$publicGeneCount #> [1] 2 #> #> $synpolydactyly$urlId #> [1] "DOID_0060242" #> #> $synpolydactyly$dbPhenotype #> [1] TRUE #> #> $synpolydactyly$`_parent` #> [1] "DOID_11193<DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $synpolydactyly$`_is_leaf` #> [1] TRUE #> #> $synpolydactyly$children #> list() #> #> $synpolydactyly$value #> [1] "synpolydactyly" #> #> #> $synpolydactyly #> $synpolydactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060242" #> #> $synpolydactyly$`_id` #> [1] "DOID_0060242<DOID_11193<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $synpolydactyly$privateGeneCount #> [1] 0 #> #> $synpolydactyly$publicGeneCount #> [1] 2 #> #> $synpolydactyly$urlId #> [1] "DOID_0060242" #> #> $synpolydactyly$dbPhenotype #> [1] TRUE #> #> $synpolydactyly$`_parent` #> [1] "DOID_11193<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $synpolydactyly$`_is_leaf` #> [1] TRUE #> #> $synpolydactyly$children #> list() #> #> $synpolydactyly$value #> [1] "synpolydactyly" #> #> #> $synucleinopathy #> $synucleinopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050890" #> #> $synucleinopathy$`_id` #> [1] "DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $synucleinopathy$privateGeneCount #> [1] 0 #> #> $synucleinopathy$publicGeneCount #> [1] 183 #> #> $synucleinopathy$urlId #> [1] "DOID_0050890" #> #> $synucleinopathy$dbPhenotype #> [1] FALSE #> #> $synucleinopathy$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $synucleinopathy$`_is_leaf` #> [1] FALSE #> #> $synucleinopathy$children #> $synucleinopathy$children[[1]] #> [1] "DOID_4752<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $synucleinopathy$children[[2]] #> [1] "DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $synucleinopathy$value #> [1] "synucleinopathy" #> #> #> $syphilis #> $syphilis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4166" #> #> $syphilis$`_id` #> [1] "DOID_4166<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $syphilis$privateGeneCount #> [1] 0 #> #> $syphilis$publicGeneCount #> [1] 1 #> #> $syphilis$urlId #> [1] "DOID_4166" #> #> $syphilis$dbPhenotype #> [1] TRUE #> #> $syphilis$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $syphilis$`_is_leaf` #> [1] TRUE #> #> $syphilis$children #> list() #> #> $syphilis$value #> [1] "syphilis" #> #> #> $syringomyelia #> $syringomyelia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_327" #> #> $syringomyelia$`_id` #> [1] "DOID_327<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $syringomyelia$privateGeneCount #> [1] 0 #> #> $syringomyelia$publicGeneCount #> [1] 1 #> #> $syringomyelia$urlId #> [1] "DOID_327" #> #> $syringomyelia$dbPhenotype #> [1] TRUE #> #> $syringomyelia$`_parent` #> [1] "DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $syringomyelia$`_is_leaf` #> [1] TRUE #> #> $syringomyelia$children #> list() #> #> $syringomyelia$value #> [1] "syringomyelia" #> #> #> $`systemic lupus erythematosus` #> $`systemic lupus erythematosus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9074" #> #> $`systemic lupus erythematosus`$`_id` #> [1] "DOID_9074<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`systemic lupus erythematosus`$privateGeneCount #> [1] 0 #> #> $`systemic lupus erythematosus`$publicGeneCount #> [1] 143 #> #> $`systemic lupus erythematosus`$urlId #> [1] "DOID_9074" #> #> $`systemic lupus erythematosus`$dbPhenotype #> [1] TRUE #> #> $`systemic lupus erythematosus`$`_parent` #> [1] "DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`systemic lupus erythematosus`$`_is_leaf` #> [1] TRUE #> #> $`systemic lupus erythematosus`$children #> list() #> #> $`systemic lupus erythematosus`$value #> [1] "systemic lupus erythematosus" #> #> #> $`systemic lupus erythematosus` #> $`systemic lupus erythematosus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9074" #> #> $`systemic lupus erythematosus`$`_id` #> [1] "DOID_9074<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`systemic lupus erythematosus`$privateGeneCount #> [1] 0 #> #> $`systemic lupus erythematosus`$publicGeneCount #> [1] 143 #> #> $`systemic lupus erythematosus`$urlId #> [1] "DOID_9074" #> #> $`systemic lupus erythematosus`$dbPhenotype #> [1] TRUE #> #> $`systemic lupus erythematosus`$`_parent` #> [1] "DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`systemic lupus erythematosus`$`_is_leaf` #> [1] TRUE #> #> $`systemic lupus erythematosus`$children #> list() #> #> $`systemic lupus erythematosus`$value #> [1] "systemic lupus erythematosus" #> #> #> $`systemic lupus erythematosus` #> $`systemic lupus erythematosus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9074" #> #> $`systemic lupus erythematosus`$`_id` #> [1] "DOID_9074<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`systemic lupus erythematosus`$privateGeneCount #> [1] 0 #> #> $`systemic lupus erythematosus`$publicGeneCount #> [1] 143 #> #> $`systemic lupus erythematosus`$urlId #> [1] "DOID_9074" #> #> $`systemic lupus erythematosus`$dbPhenotype #> [1] TRUE #> #> $`systemic lupus erythematosus`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`systemic lupus erythematosus`$`_is_leaf` #> [1] TRUE #> #> $`systemic lupus erythematosus`$children #> list() #> #> $`systemic lupus erythematosus`$value #> [1] "systemic lupus erythematosus" #> #> #> $`systemic lupus erythematosus` #> $`systemic lupus erythematosus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9074" #> #> $`systemic lupus erythematosus`$`_id` #> [1] "DOID_9074<DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`systemic lupus erythematosus`$privateGeneCount #> [1] 0 #> #> $`systemic lupus erythematosus`$publicGeneCount #> [1] 143 #> #> $`systemic lupus erythematosus`$urlId #> [1] "DOID_9074" #> #> $`systemic lupus erythematosus`$dbPhenotype #> [1] TRUE #> #> $`systemic lupus erythematosus`$`_parent` #> [1] "DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`systemic lupus erythematosus`$`_is_leaf` #> [1] TRUE #> #> $`systemic lupus erythematosus`$children #> list() #> #> $`systemic lupus erythematosus`$value #> [1] "systemic lupus erythematosus" #> #> #> $`systemic mastocytosis` #> $`systemic mastocytosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_349" #> #> $`systemic mastocytosis`$`_id` #> [1] "DOID_349<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`systemic mastocytosis`$privateGeneCount #> [1] 0 #> #> $`systemic mastocytosis`$publicGeneCount #> [1] 2 #> #> $`systemic mastocytosis`$urlId #> [1] "DOID_349" #> #> $`systemic mastocytosis`$dbPhenotype #> [1] TRUE #> #> $`systemic mastocytosis`$`_parent` #> [1] "DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`systemic mastocytosis`$`_is_leaf` #> [1] FALSE #> #> $`systemic mastocytosis`$children #> $`systemic mastocytosis`$children[[1]] #> [1] "DOID_4798<DOID_349<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`systemic mastocytosis`$children[[2]] #> [1] "DOID_4660<DOID_349<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> #> $`systemic mastocytosis`$value #> [1] "systemic mastocytosis" #> #> #> $`systemic mycosis` #> $`systemic mycosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050136" #> #> $`systemic mycosis`$`_id` #> [1] "DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`systemic mycosis`$privateGeneCount #> [1] 0 #> #> $`systemic mycosis`$publicGeneCount #> [1] 32 #> #> $`systemic mycosis`$urlId #> [1] "DOID_0050136" #> #> $`systemic mycosis`$dbPhenotype #> [1] FALSE #> #> $`systemic mycosis`$`_parent` #> [1] "DOID_1564<DOID_0050117<DOID_4" #> #> $`systemic mycosis`$`_is_leaf` #> [1] FALSE #> #> $`systemic mycosis`$children #> $`systemic mycosis`$children[[1]] #> [1] "DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`systemic mycosis`$children[[2]] #> [1] "DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> #> $`systemic mycosis`$value #> [1] "systemic mycosis" #> #> #> $`systemic primary carnitine deficiency disease` #> $`systemic primary carnitine deficiency disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14365" #> #> $`systemic primary carnitine deficiency disease`$`_id` #> [1] "DOID_14365<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`systemic primary carnitine deficiency disease`$privateGeneCount #> [1] 0 #> #> $`systemic primary carnitine deficiency disease`$publicGeneCount #> [1] 1 #> #> $`systemic primary carnitine deficiency disease`$urlId #> [1] "DOID_14365" #> #> $`systemic primary carnitine deficiency disease`$dbPhenotype #> [1] TRUE #> #> $`systemic primary carnitine deficiency disease`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`systemic primary carnitine deficiency disease`$`_is_leaf` #> [1] TRUE #> #> $`systemic primary carnitine deficiency disease`$children #> list() #> #> $`systemic primary carnitine deficiency disease`$value #> [1] "systemic primary carnitine deficiency disease" #> #> #> $`systemic scleroderma` #> $`systemic scleroderma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_418" #> #> $`systemic scleroderma`$`_id` #> [1] "DOID_418<DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`systemic scleroderma`$privateGeneCount #> [1] 0 #> #> $`systemic scleroderma`$publicGeneCount #> [1] 85 #> #> $`systemic scleroderma`$urlId #> [1] "DOID_418" #> #> $`systemic scleroderma`$dbPhenotype #> [1] TRUE #> #> $`systemic scleroderma`$`_parent` #> [1] "DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`systemic scleroderma`$`_is_leaf` #> [1] FALSE #> #> $`systemic scleroderma`$children #> $`systemic scleroderma`$children[[1]] #> [1] "DOID_1580<DOID_418<DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`systemic scleroderma`$children[[2]] #> [1] "DOID_1577<DOID_418<DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`systemic scleroderma`$value #> [1] "systemic scleroderma" #> #> #> $`systolic heart failure` #> $`systolic heart failure`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9651" #> #> $`systolic heart failure`$`_id` #> [1] "DOID_9651<DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`systolic heart failure`$privateGeneCount #> [1] 0 #> #> $`systolic heart failure`$publicGeneCount #> [1] 2 #> #> $`systolic heart failure`$urlId #> [1] "DOID_9651" #> #> $`systolic heart failure`$dbPhenotype #> [1] TRUE #> #> $`systolic heart failure`$`_parent` #> [1] "DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`systolic heart failure`$`_is_leaf` #> [1] TRUE #> #> $`systolic heart failure`$children #> list() #> #> $`systolic heart failure`$value #> [1] "systolic heart failure" #> #> #> $`T-cell acute lymphoblastic leukemia` #> $`T-cell acute lymphoblastic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$`_id` #> [1] "DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell acute lymphoblastic leukemia`$publicGeneCount #> [1] 38 #> #> $`T-cell acute lymphoblastic leukemia`$urlId #> [1] "DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell acute lymphoblastic leukemia`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`T-cell acute lymphoblastic leukemia`$children #> $`T-cell acute lymphoblastic leukemia`$children[[1]] #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`T-cell acute lymphoblastic leukemia`$value #> [1] "T-cell acute lymphoblastic leukemia" #> #> #> $`T-cell acute lymphoblastic leukemia` #> $`T-cell acute lymphoblastic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$`_id` #> [1] "DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell acute lymphoblastic leukemia`$publicGeneCount #> [1] 38 #> #> $`T-cell acute lymphoblastic leukemia`$urlId #> [1] "DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell acute lymphoblastic leukemia`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`T-cell acute lymphoblastic leukemia`$children #> $`T-cell acute lymphoblastic leukemia`$children[[1]] #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`T-cell acute lymphoblastic leukemia`$value #> [1] "T-cell acute lymphoblastic leukemia" #> #> #> $`T-cell acute lymphoblastic leukemia` #> $`T-cell acute lymphoblastic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$`_id` #> [1] "DOID_5603<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell acute lymphoblastic leukemia`$publicGeneCount #> [1] 38 #> #> $`T-cell acute lymphoblastic leukemia`$urlId #> [1] "DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell acute lymphoblastic leukemia`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`T-cell acute lymphoblastic leukemia`$children #> $`T-cell acute lymphoblastic leukemia`$children[[1]] #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`T-cell acute lymphoblastic leukemia`$value #> [1] "T-cell acute lymphoblastic leukemia" #> #> #> $`T-cell acute lymphoblastic leukemia` #> $`T-cell acute lymphoblastic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$`_id` #> [1] "DOID_5603<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell acute lymphoblastic leukemia`$publicGeneCount #> [1] 38 #> #> $`T-cell acute lymphoblastic leukemia`$urlId #> [1] "DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell acute lymphoblastic leukemia`$`_parent` #> [1] "DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`T-cell acute lymphoblastic leukemia`$children #> $`T-cell acute lymphoblastic leukemia`$children[[1]] #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`T-cell acute lymphoblastic leukemia`$value #> [1] "T-cell acute lymphoblastic leukemia" #> #> #> $`T-cell acute lymphoblastic leukemia` #> $`T-cell acute lymphoblastic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$`_id` #> [1] "DOID_5603<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell acute lymphoblastic leukemia`$publicGeneCount #> [1] 38 #> #> $`T-cell acute lymphoblastic leukemia`$urlId #> [1] "DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell acute lymphoblastic leukemia`$`_parent` #> [1] "DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`T-cell acute lymphoblastic leukemia`$children #> $`T-cell acute lymphoblastic leukemia`$children[[1]] #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`T-cell acute lymphoblastic leukemia`$value #> [1] "T-cell acute lymphoblastic leukemia" #> #> #> $`T-cell acute lymphoblastic leukemia` #> $`T-cell acute lymphoblastic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$`_id` #> [1] "DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell acute lymphoblastic leukemia`$publicGeneCount #> [1] 38 #> #> $`T-cell acute lymphoblastic leukemia`$urlId #> [1] "DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell acute lymphoblastic leukemia`$`_parent` #> [1] "DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`T-cell acute lymphoblastic leukemia`$children #> $`T-cell acute lymphoblastic leukemia`$children[[1]] #> [1] "DOID_715<DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`T-cell acute lymphoblastic leukemia`$value #> [1] "T-cell acute lymphoblastic leukemia" #> #> #> $`T-cell acute lymphoblastic leukemia` #> $`T-cell acute lymphoblastic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$`_id` #> [1] "DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell acute lymphoblastic leukemia`$publicGeneCount #> [1] 38 #> #> $`T-cell acute lymphoblastic leukemia`$urlId #> [1] "DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell acute lymphoblastic leukemia`$`_parent` #> [1] "DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`T-cell acute lymphoblastic leukemia`$children #> $`T-cell acute lymphoblastic leukemia`$children[[1]] #> [1] "DOID_715<DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`T-cell acute lymphoblastic leukemia`$value #> [1] "T-cell acute lymphoblastic leukemia" #> #> #> $`T-cell large granular lymphocyte leukemia` #> $`T-cell large granular lymphocyte leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$`_id` #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell large granular lymphocyte leukemia`$publicGeneCount #> [1] 2 #> #> $`T-cell large granular lymphocyte leukemia`$urlId #> [1] "DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$`_parent` #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$`_is_leaf` #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$children #> list() #> #> $`T-cell large granular lymphocyte leukemia`$value #> [1] "T-cell large granular lymphocyte leukemia" #> #> #> $`T-cell large granular lymphocyte leukemia` #> $`T-cell large granular lymphocyte leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$`_id` #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell large granular lymphocyte leukemia`$publicGeneCount #> [1] 2 #> #> $`T-cell large granular lymphocyte leukemia`$urlId #> [1] "DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$`_parent` #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$`_is_leaf` #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$children #> list() #> #> $`T-cell large granular lymphocyte leukemia`$value #> [1] "T-cell large granular lymphocyte leukemia" #> #> #> $`T-cell large granular lymphocyte leukemia` #> $`T-cell large granular lymphocyte leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$`_id` #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell large granular lymphocyte leukemia`$publicGeneCount #> [1] 2 #> #> $`T-cell large granular lymphocyte leukemia`$urlId #> [1] "DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$`_parent` #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$`_is_leaf` #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$children #> list() #> #> $`T-cell large granular lymphocyte leukemia`$value #> [1] "T-cell large granular lymphocyte leukemia" #> #> #> $`T-cell large granular lymphocyte leukemia` #> $`T-cell large granular lymphocyte leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$`_id` #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell large granular lymphocyte leukemia`$publicGeneCount #> [1] 2 #> #> $`T-cell large granular lymphocyte leukemia`$urlId #> [1] "DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$`_parent` #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$`_is_leaf` #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$children #> list() #> #> $`T-cell large granular lymphocyte leukemia`$value #> [1] "T-cell large granular lymphocyte leukemia" #> #> #> $`T-cell large granular lymphocyte leukemia` #> $`T-cell large granular lymphocyte leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$`_id` #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell large granular lymphocyte leukemia`$publicGeneCount #> [1] 2 #> #> $`T-cell large granular lymphocyte leukemia`$urlId #> [1] "DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$`_parent` #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$`_is_leaf` #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$children #> list() #> #> $`T-cell large granular lymphocyte leukemia`$value #> [1] "T-cell large granular lymphocyte leukemia" #> #> #> $`T-cell large granular lymphocyte leukemia` #> $`T-cell large granular lymphocyte leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$`_id` #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell large granular lymphocyte leukemia`$publicGeneCount #> [1] 2 #> #> $`T-cell large granular lymphocyte leukemia`$urlId #> [1] "DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$`_parent` #> [1] "DOID_715<DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$`_is_leaf` #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$children #> list() #> #> $`T-cell large granular lymphocyte leukemia`$value #> [1] "T-cell large granular lymphocyte leukemia" #> #> #> $`T-cell large granular lymphocyte leukemia` #> $`T-cell large granular lymphocyte leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$`_id` #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell large granular lymphocyte leukemia`$publicGeneCount #> [1] 2 #> #> $`T-cell large granular lymphocyte leukemia`$urlId #> [1] "DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$`_parent` #> [1] "DOID_715<DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$`_is_leaf` #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$children #> list() #> #> $`T-cell large granular lymphocyte leukemia`$value #> [1] "T-cell large granular lymphocyte leukemia" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma` #> $`T-cell lymphoblastic leukemia/lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_id` #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$privateGeneCount #> [1] 0 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$publicGeneCount #> [1] 7 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$urlId #> [1] "DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$dbPhenotype #> [1] TRUE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_parent` #> [1] "DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$children #> $`T-cell lymphoblastic leukemia/lymphoma`$children[[1]] #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma`$value #> [1] "T-cell lymphoblastic leukemia/lymphoma" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma` #> $`T-cell lymphoblastic leukemia/lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_id` #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$privateGeneCount #> [1] 0 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$publicGeneCount #> [1] 7 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$urlId #> [1] "DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$dbPhenotype #> [1] TRUE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_parent` #> [1] "DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$children #> $`T-cell lymphoblastic leukemia/lymphoma`$children[[1]] #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma`$value #> [1] "T-cell lymphoblastic leukemia/lymphoma" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma` #> $`T-cell lymphoblastic leukemia/lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_id` #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$privateGeneCount #> [1] 0 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$publicGeneCount #> [1] 7 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$urlId #> [1] "DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$dbPhenotype #> [1] TRUE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_parent` #> [1] "DOID_5603<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$children #> $`T-cell lymphoblastic leukemia/lymphoma`$children[[1]] #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma`$value #> [1] "T-cell lymphoblastic leukemia/lymphoma" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma` #> $`T-cell lymphoblastic leukemia/lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_id` #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$privateGeneCount #> [1] 0 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$publicGeneCount #> [1] 7 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$urlId #> [1] "DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$dbPhenotype #> [1] TRUE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_parent` #> [1] "DOID_5603<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$children #> $`T-cell lymphoblastic leukemia/lymphoma`$children[[1]] #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma`$value #> [1] "T-cell lymphoblastic leukemia/lymphoma" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma` #> $`T-cell lymphoblastic leukemia/lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_id` #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$privateGeneCount #> [1] 0 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$publicGeneCount #> [1] 7 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$urlId #> [1] "DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$dbPhenotype #> [1] TRUE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_parent` #> [1] "DOID_5603<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$children #> $`T-cell lymphoblastic leukemia/lymphoma`$children[[1]] #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma`$value #> [1] "T-cell lymphoblastic leukemia/lymphoma" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma` #> $`T-cell lymphoblastic leukemia/lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_id` #> [1] "DOID_715<DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$privateGeneCount #> [1] 0 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$publicGeneCount #> [1] 7 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$urlId #> [1] "DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$dbPhenotype #> [1] TRUE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_parent` #> [1] "DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$children #> $`T-cell lymphoblastic leukemia/lymphoma`$children[[1]] #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma`$value #> [1] "T-cell lymphoblastic leukemia/lymphoma" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma` #> $`T-cell lymphoblastic leukemia/lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_id` #> [1] "DOID_715<DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$privateGeneCount #> [1] 0 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$publicGeneCount #> [1] 7 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$urlId #> [1] "DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$dbPhenotype #> [1] TRUE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_parent` #> [1] "DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$children #> $`T-cell lymphoblastic leukemia/lymphoma`$children[[1]] #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma`$value #> [1] "T-cell lymphoblastic leukemia/lymphoma" #> #> #> $Tachycardia #> $Tachycardia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001649" #> #> $Tachycardia$`_id` #> [1] "HP_0001649<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Tachycardia$privateGeneCount #> [1] 0 #> #> $Tachycardia$publicGeneCount #> [1] 28 #> #> $Tachycardia$urlId #> [1] "HP_0001649" #> #> $Tachycardia$dbPhenotype #> [1] TRUE #> #> $Tachycardia$`_parent` #> [1] "HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Tachycardia$`_is_leaf` #> [1] FALSE #> #> $Tachycardia$children #> $Tachycardia$children[[1]] #> [1] "HP_0004756<HP_0001649<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $Tachycardia$value #> [1] "Tachycardia" #> #> #> $`Takayasu's arteritis` #> $`Takayasu's arteritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2508" #> #> $`Takayasu's arteritis`$`_id` #> [1] "DOID_2508<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Takayasu's arteritis`$privateGeneCount #> [1] 0 #> #> $`Takayasu's arteritis`$publicGeneCount #> [1] 5 #> #> $`Takayasu's arteritis`$urlId #> [1] "DOID_2508" #> #> $`Takayasu's arteritis`$dbPhenotype #> [1] TRUE #> #> $`Takayasu's arteritis`$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Takayasu's arteritis`$`_is_leaf` #> [1] TRUE #> #> $`Takayasu's arteritis`$children #> list() #> #> $`Takayasu's arteritis`$value #> [1] "Takayasu's arteritis" #> #> #> $`Takayasu's arteritis` #> $`Takayasu's arteritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2508" #> #> $`Takayasu's arteritis`$`_id` #> [1] "DOID_2508<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Takayasu's arteritis`$privateGeneCount #> [1] 0 #> #> $`Takayasu's arteritis`$publicGeneCount #> [1] 5 #> #> $`Takayasu's arteritis`$urlId #> [1] "DOID_2508" #> #> $`Takayasu's arteritis`$dbPhenotype #> [1] TRUE #> #> $`Takayasu's arteritis`$`_parent` #> [1] "DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Takayasu's arteritis`$`_is_leaf` #> [1] TRUE #> #> $`Takayasu's arteritis`$children #> list() #> #> $`Takayasu's arteritis`$value #> [1] "Takayasu's arteritis" #> #> #> $`Tangier disease` #> $`Tangier disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1388" #> #> $`Tangier disease`$`_id` #> [1] "DOID_1388<DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`Tangier disease`$privateGeneCount #> [1] 0 #> #> $`Tangier disease`$publicGeneCount #> [1] 1 #> #> $`Tangier disease`$urlId #> [1] "DOID_1388" #> #> $`Tangier disease`$dbPhenotype #> [1] TRUE #> #> $`Tangier disease`$`_parent` #> [1] "DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`Tangier disease`$`_is_leaf` #> [1] TRUE #> #> $`Tangier disease`$children #> list() #> #> $`Tangier disease`$value #> [1] "Tangier disease" #> #> #> $`tarsal-carpal coalition syndrome` #> $`tarsal-carpal coalition syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050789" #> #> $`tarsal-carpal coalition syndrome`$`_id` #> [1] "DOID_0050789<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`tarsal-carpal coalition syndrome`$privateGeneCount #> [1] 0 #> #> $`tarsal-carpal coalition syndrome`$publicGeneCount #> [1] 1 #> #> $`tarsal-carpal coalition syndrome`$urlId #> [1] "DOID_0050789" #> #> $`tarsal-carpal coalition syndrome`$dbPhenotype #> [1] TRUE #> #> $`tarsal-carpal coalition syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`tarsal-carpal coalition syndrome`$`_is_leaf` #> [1] TRUE #> #> $`tarsal-carpal coalition syndrome`$children #> list() #> #> $`tarsal-carpal coalition syndrome`$value #> [1] "tarsal-carpal coalition syndrome" #> #> #> $`tarsal-carpal coalition syndrome` #> $`tarsal-carpal coalition syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050789" #> #> $`tarsal-carpal coalition syndrome`$`_id` #> [1] "DOID_0050789<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`tarsal-carpal coalition syndrome`$privateGeneCount #> [1] 0 #> #> $`tarsal-carpal coalition syndrome`$publicGeneCount #> [1] 1 #> #> $`tarsal-carpal coalition syndrome`$urlId #> [1] "DOID_0050789" #> #> $`tarsal-carpal coalition syndrome`$dbPhenotype #> [1] TRUE #> #> $`tarsal-carpal coalition syndrome`$`_parent` #> [1] "DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`tarsal-carpal coalition syndrome`$`_is_leaf` #> [1] TRUE #> #> $`tarsal-carpal coalition syndrome`$children #> list() #> #> $`tarsal-carpal coalition syndrome`$value #> [1] "tarsal-carpal coalition syndrome" #> #> #> $tauopathy #> $tauopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_680" #> #> $tauopathy$`_id` #> [1] "DOID_680<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $tauopathy$privateGeneCount #> [1] 0 #> #> $tauopathy$publicGeneCount #> [1] 359 #> #> $tauopathy$urlId #> [1] "DOID_680" #> #> $tauopathy$dbPhenotype #> [1] TRUE #> #> $tauopathy$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $tauopathy$`_is_leaf` #> [1] FALSE #> #> $tauopathy$children #> $tauopathy$children[[1]] #> [1] "DOID_10652<DOID_680<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $tauopathy$value #> [1] "tauopathy" #> #> #> $`Tay-Sachs disease` #> $`Tay-Sachs disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3320" #> #> $`Tay-Sachs disease`$`_id` #> [1] "DOID_3320<DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Tay-Sachs disease`$privateGeneCount #> [1] 0 #> #> $`Tay-Sachs disease`$publicGeneCount #> [1] 1 #> #> $`Tay-Sachs disease`$urlId #> [1] "DOID_3320" #> #> $`Tay-Sachs disease`$dbPhenotype #> [1] TRUE #> #> $`Tay-Sachs disease`$`_parent` #> [1] "DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Tay-Sachs disease`$`_is_leaf` #> [1] TRUE #> #> $`Tay-Sachs disease`$children #> list() #> #> $`Tay-Sachs disease`$value #> [1] "Tay-Sachs disease" #> #> #> $`Tay-Sachs disease` #> $`Tay-Sachs disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3320" #> #> $`Tay-Sachs disease`$`_id` #> [1] "DOID_3320<DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Tay-Sachs disease`$privateGeneCount #> [1] 0 #> #> $`Tay-Sachs disease`$publicGeneCount #> [1] 1 #> #> $`Tay-Sachs disease`$urlId #> [1] "DOID_3320" #> #> $`Tay-Sachs disease`$dbPhenotype #> [1] TRUE #> #> $`Tay-Sachs disease`$`_parent` #> [1] "DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Tay-Sachs disease`$`_is_leaf` #> [1] TRUE #> #> $`Tay-Sachs disease`$children #> list() #> #> $`Tay-Sachs disease`$value #> [1] "Tay-Sachs disease" #> #> #> $`teeth hard tissue disease` #> $`teeth hard tissue disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_214" #> #> $`teeth hard tissue disease`$`_id` #> [1] "DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`teeth hard tissue disease`$privateGeneCount #> [1] 0 #> #> $`teeth hard tissue disease`$publicGeneCount #> [1] 33 #> #> $`teeth hard tissue disease`$urlId #> [1] "DOID_214" #> #> $`teeth hard tissue disease`$dbPhenotype #> [1] FALSE #> #> $`teeth hard tissue disease`$`_parent` #> [1] "DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`teeth hard tissue disease`$`_is_leaf` #> [1] FALSE #> #> $`teeth hard tissue disease`$children #> $`teeth hard tissue disease`$children[[1]] #> [1] "DOID_216<DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`teeth hard tissue disease`$children[[2]] #> [1] "DOID_693<DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`teeth hard tissue disease`$children[[3]] #> [1] "DOID_701<DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`teeth hard tissue disease`$value #> [1] "teeth hard tissue disease" #> #> #> $telangiectasis #> $telangiectasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1272" #> #> $telangiectasis$`_id` #> [1] "DOID_1272<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $telangiectasis$privateGeneCount #> [1] 0 #> #> $telangiectasis$publicGeneCount #> [1] 4 #> #> $telangiectasis$urlId #> [1] "DOID_1272" #> #> $telangiectasis$dbPhenotype #> [1] TRUE #> #> $telangiectasis$`_parent` #> [1] "DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $telangiectasis$`_is_leaf` #> [1] TRUE #> #> $telangiectasis$children #> list() #> #> $telangiectasis$value #> [1] "telangiectasis" #> #> #> $`temporal arteritis` #> $`temporal arteritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13375" #> #> $`temporal arteritis`$`_id` #> [1] "DOID_13375<DOID_525<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`temporal arteritis`$privateGeneCount #> [1] 0 #> #> $`temporal arteritis`$publicGeneCount #> [1] 21 #> #> $`temporal arteritis`$urlId #> [1] "DOID_13375" #> #> $`temporal arteritis`$dbPhenotype #> [1] TRUE #> #> $`temporal arteritis`$`_parent` #> [1] "DOID_525<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`temporal arteritis`$`_is_leaf` #> [1] TRUE #> #> $`temporal arteritis`$children #> list() #> #> $`temporal arteritis`$value #> [1] "temporal arteritis" #> #> #> $`temporal arteritis` #> $`temporal arteritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13375" #> #> $`temporal arteritis`$`_id` #> [1] "DOID_13375<DOID_525<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`temporal arteritis`$privateGeneCount #> [1] 0 #> #> $`temporal arteritis`$publicGeneCount #> [1] 21 #> #> $`temporal arteritis`$urlId #> [1] "DOID_13375" #> #> $`temporal arteritis`$dbPhenotype #> [1] TRUE #> #> $`temporal arteritis`$`_parent` #> [1] "DOID_525<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`temporal arteritis`$`_is_leaf` #> [1] TRUE #> #> $`temporal arteritis`$children #> list() #> #> $`temporal arteritis`$value #> [1] "temporal arteritis" #> #> #> $`temporal lobe epilepsy` #> $`temporal lobe epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3328" #> #> $`temporal lobe epilepsy`$`_id` #> [1] "DOID_3328<DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`temporal lobe epilepsy`$privateGeneCount #> [1] 0 #> #> $`temporal lobe epilepsy`$publicGeneCount #> [1] 60 #> #> $`temporal lobe epilepsy`$urlId #> [1] "DOID_3328" #> #> $`temporal lobe epilepsy`$dbPhenotype #> [1] TRUE #> #> $`temporal lobe epilepsy`$`_parent` #> [1] "DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`temporal lobe epilepsy`$`_is_leaf` #> [1] TRUE #> #> $`temporal lobe epilepsy`$children #> list() #> #> $`temporal lobe epilepsy`$value #> [1] "temporal lobe epilepsy" #> #> #> $`temtamy preaxial brachydactyly syndrome` #> $`temtamy preaxial brachydactyly syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050814" #> #> $`temtamy preaxial brachydactyly syndrome`$`_id` #> [1] "DOID_0050814<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`temtamy preaxial brachydactyly syndrome`$privateGeneCount #> [1] 0 #> #> $`temtamy preaxial brachydactyly syndrome`$publicGeneCount #> [1] 1 #> #> $`temtamy preaxial brachydactyly syndrome`$urlId #> [1] "DOID_0050814" #> #> $`temtamy preaxial brachydactyly syndrome`$dbPhenotype #> [1] TRUE #> #> $`temtamy preaxial brachydactyly syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`temtamy preaxial brachydactyly syndrome`$`_is_leaf` #> [1] TRUE #> #> $`temtamy preaxial brachydactyly syndrome`$children #> list() #> #> $`temtamy preaxial brachydactyly syndrome`$value #> [1] "temtamy preaxial brachydactyly syndrome" #> #> #> $`temtamy preaxial brachydactyly syndrome` #> $`temtamy preaxial brachydactyly syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050814" #> #> $`temtamy preaxial brachydactyly syndrome`$`_id` #> [1] "DOID_0050814<DOID_225<DOID_4" #> #> $`temtamy preaxial brachydactyly syndrome`$privateGeneCount #> [1] 0 #> #> $`temtamy preaxial brachydactyly syndrome`$publicGeneCount #> [1] 1 #> #> $`temtamy preaxial brachydactyly syndrome`$urlId #> [1] "DOID_0050814" #> #> $`temtamy preaxial brachydactyly syndrome`$dbPhenotype #> [1] TRUE #> #> $`temtamy preaxial brachydactyly syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`temtamy preaxial brachydactyly syndrome`$`_is_leaf` #> [1] TRUE #> #> $`temtamy preaxial brachydactyly syndrome`$children #> list() #> #> $`temtamy preaxial brachydactyly syndrome`$value #> [1] "temtamy preaxial brachydactyly syndrome" #> #> #> $teratocarcinoma #> $teratocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3305" #> #> $teratocarcinoma$`_id` #> [1] "DOID_3305<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $teratocarcinoma$privateGeneCount #> [1] 0 #> #> $teratocarcinoma$publicGeneCount #> [1] 1 #> #> $teratocarcinoma$urlId #> [1] "DOID_3305" #> #> $teratocarcinoma$dbPhenotype #> [1] TRUE #> #> $teratocarcinoma$`_parent` #> [1] "DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $teratocarcinoma$`_is_leaf` #> [1] TRUE #> #> $teratocarcinoma$children #> list() #> #> $teratocarcinoma$value #> [1] "teratocarcinoma" #> #> #> $teratocarcinoma #> $teratocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3305" #> #> $teratocarcinoma$`_id` #> [1] "DOID_3305<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $teratocarcinoma$privateGeneCount #> [1] 0 #> #> $teratocarcinoma$publicGeneCount #> [1] 1 #> #> $teratocarcinoma$urlId #> [1] "DOID_3305" #> #> $teratocarcinoma$dbPhenotype #> [1] TRUE #> #> $teratocarcinoma$`_parent` #> [1] "DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $teratocarcinoma$`_is_leaf` #> [1] TRUE #> #> $teratocarcinoma$children #> list() #> #> $teratocarcinoma$value #> [1] "teratocarcinoma" #> #> #> $teratoma #> $teratoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3307" #> #> $teratoma$`_id` #> [1] "DOID_3307<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $teratoma$privateGeneCount #> [1] 0 #> #> $teratoma$publicGeneCount #> [1] 10 #> #> $teratoma$urlId #> [1] "DOID_3307" #> #> $teratoma$dbPhenotype #> [1] TRUE #> #> $teratoma$`_parent` #> [1] "DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $teratoma$`_is_leaf` #> [1] FALSE #> #> $teratoma$children #> $teratoma$children[[1]] #> [1] "DOID_5563<DOID_3307<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $teratoma$children[[2]] #> [1] "DOID_5566<DOID_3307<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $teratoma$value #> [1] "teratoma" #> #> #> $teratoma #> $teratoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3307" #> #> $teratoma$`_id` #> [1] "DOID_3307<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $teratoma$privateGeneCount #> [1] 0 #> #> $teratoma$publicGeneCount #> [1] 10 #> #> $teratoma$urlId #> [1] "DOID_3307" #> #> $teratoma$dbPhenotype #> [1] TRUE #> #> $teratoma$`_parent` #> [1] "DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $teratoma$`_is_leaf` #> [1] FALSE #> #> $teratoma$children #> $teratoma$children[[1]] #> [1] "DOID_5563<DOID_3307<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $teratoma$children[[2]] #> [1] "DOID_5566<DOID_3307<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $teratoma$value #> [1] "teratoma" #> #> #> $`testicular cancer` #> $`testicular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2998" #> #> $`testicular cancer`$`_id` #> [1] "DOID_2998<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`testicular cancer`$privateGeneCount #> [1] 0 #> #> $`testicular cancer`$publicGeneCount #> [1] 26 #> #> $`testicular cancer`$urlId #> [1] "DOID_2998" #> #> $`testicular cancer`$dbPhenotype #> [1] TRUE #> #> $`testicular cancer`$`_parent` #> [1] "DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`testicular cancer`$`_is_leaf` #> [1] FALSE #> #> $`testicular cancer`$children #> $`testicular cancer`$children[[1]] #> [1] "DOID_5557<DOID_2998<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`testicular cancer`$value #> [1] "testicular cancer" #> #> #> $`testicular cancer` #> $`testicular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2998" #> #> $`testicular cancer`$`_id` #> [1] "DOID_2998<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular cancer`$privateGeneCount #> [1] 0 #> #> $`testicular cancer`$publicGeneCount #> [1] 26 #> #> $`testicular cancer`$urlId #> [1] "DOID_2998" #> #> $`testicular cancer`$dbPhenotype #> [1] TRUE #> #> $`testicular cancer`$`_parent` #> [1] "DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular cancer`$`_is_leaf` #> [1] FALSE #> #> $`testicular cancer`$children #> $`testicular cancer`$children[[1]] #> [1] "DOID_5557<DOID_2998<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`testicular cancer`$value #> [1] "testicular cancer" #> #> #> $`testicular cancer` #> $`testicular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2998" #> #> $`testicular cancer`$`_id` #> [1] "DOID_2998<DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`testicular cancer`$privateGeneCount #> [1] 0 #> #> $`testicular cancer`$publicGeneCount #> [1] 26 #> #> $`testicular cancer`$urlId #> [1] "DOID_2998" #> #> $`testicular cancer`$dbPhenotype #> [1] TRUE #> #> $`testicular cancer`$`_parent` #> [1] "DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`testicular cancer`$`_is_leaf` #> [1] FALSE #> #> $`testicular cancer`$children #> $`testicular cancer`$children[[1]] #> [1] "DOID_5557<DOID_2998<DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`testicular cancer`$value #> [1] "testicular cancer" #> #> #> $`testicular cancer` #> $`testicular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2998" #> #> $`testicular cancer`$`_id` #> [1] "DOID_2998<DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular cancer`$privateGeneCount #> [1] 0 #> #> $`testicular cancer`$publicGeneCount #> [1] 26 #> #> $`testicular cancer`$urlId #> [1] "DOID_2998" #> #> $`testicular cancer`$dbPhenotype #> [1] TRUE #> #> $`testicular cancer`$`_parent` #> [1] "DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular cancer`$`_is_leaf` #> [1] FALSE #> #> $`testicular cancer`$children #> $`testicular cancer`$children[[1]] #> [1] "DOID_5557<DOID_2998<DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`testicular cancer`$value #> [1] "testicular cancer" #> #> #> $`testicular disease` #> $`testicular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2519" #> #> $`testicular disease`$`_id` #> [1] "DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`testicular disease`$privateGeneCount #> [1] 0 #> #> $`testicular disease`$publicGeneCount #> [1] 50 #> #> $`testicular disease`$urlId #> [1] "DOID_2519" #> #> $`testicular disease`$dbPhenotype #> [1] TRUE #> #> $`testicular disease`$`_parent` #> [1] "DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`testicular disease`$`_is_leaf` #> [1] FALSE #> #> $`testicular disease`$children #> $`testicular disease`$children[[1]] #> [1] "DOID_1024<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`testicular disease`$children[[2]] #> [1] "DOID_2998<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`testicular disease`$value #> [1] "testicular disease" #> #> #> $`testicular disease` #> $`testicular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2519" #> #> $`testicular disease`$`_id` #> [1] "DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular disease`$privateGeneCount #> [1] 0 #> #> $`testicular disease`$publicGeneCount #> [1] 50 #> #> $`testicular disease`$urlId #> [1] "DOID_2519" #> #> $`testicular disease`$dbPhenotype #> [1] TRUE #> #> $`testicular disease`$`_parent` #> [1] "DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular disease`$`_is_leaf` #> [1] FALSE #> #> $`testicular disease`$children #> $`testicular disease`$children[[1]] #> [1] "DOID_1024<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular disease`$children[[2]] #> [1] "DOID_2998<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`testicular disease`$value #> [1] "testicular disease" #> #> #> $`testicular germ cell cancer` #> $`testicular germ cell cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5557" #> #> $`testicular germ cell cancer`$`_id` #> [1] "DOID_5557<DOID_2998<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`testicular germ cell cancer`$privateGeneCount #> [1] 0 #> #> $`testicular germ cell cancer`$publicGeneCount #> [1] 7 #> #> $`testicular germ cell cancer`$urlId #> [1] "DOID_5557" #> #> $`testicular germ cell cancer`$dbPhenotype #> [1] TRUE #> #> $`testicular germ cell cancer`$`_parent` #> [1] "DOID_2998<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`testicular germ cell cancer`$`_is_leaf` #> [1] TRUE #> #> $`testicular germ cell cancer`$children #> list() #> #> $`testicular germ cell cancer`$value #> [1] "testicular germ cell cancer" #> #> #> $`testicular germ cell cancer` #> $`testicular germ cell cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5557" #> #> $`testicular germ cell cancer`$`_id` #> [1] "DOID_5557<DOID_2998<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular germ cell cancer`$privateGeneCount #> [1] 0 #> #> $`testicular germ cell cancer`$publicGeneCount #> [1] 7 #> #> $`testicular germ cell cancer`$urlId #> [1] "DOID_5557" #> #> $`testicular germ cell cancer`$dbPhenotype #> [1] TRUE #> #> $`testicular germ cell cancer`$`_parent` #> [1] "DOID_2998<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular germ cell cancer`$`_is_leaf` #> [1] TRUE #> #> $`testicular germ cell cancer`$children #> list() #> #> $`testicular germ cell cancer`$value #> [1] "testicular germ cell cancer" #> #> #> $`testicular germ cell cancer` #> $`testicular germ cell cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5557" #> #> $`testicular germ cell cancer`$`_id` #> [1] "DOID_5557<DOID_2998<DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`testicular germ cell cancer`$privateGeneCount #> [1] 0 #> #> $`testicular germ cell cancer`$publicGeneCount #> [1] 7 #> #> $`testicular germ cell cancer`$urlId #> [1] "DOID_5557" #> #> $`testicular germ cell cancer`$dbPhenotype #> [1] TRUE #> #> $`testicular germ cell cancer`$`_parent` #> [1] "DOID_2998<DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`testicular germ cell cancer`$`_is_leaf` #> [1] TRUE #> #> $`testicular germ cell cancer`$children #> list() #> #> $`testicular germ cell cancer`$value #> [1] "testicular germ cell cancer" #> #> #> $`testicular germ cell cancer` #> $`testicular germ cell cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5557" #> #> $`testicular germ cell cancer`$`_id` #> [1] "DOID_5557<DOID_2998<DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular germ cell cancer`$privateGeneCount #> [1] 0 #> #> $`testicular germ cell cancer`$publicGeneCount #> [1] 7 #> #> $`testicular germ cell cancer`$urlId #> [1] "DOID_5557" #> #> $`testicular germ cell cancer`$dbPhenotype #> [1] TRUE #> #> $`testicular germ cell cancer`$`_parent` #> [1] "DOID_2998<DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular germ cell cancer`$`_is_leaf` #> [1] TRUE #> #> $`testicular germ cell cancer`$children #> list() #> #> $`testicular germ cell cancer`$value #> [1] "testicular germ cell cancer" #> #> #> $`Testicular microlithiasis` #> $`Testicular microlithiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012215" #> #> $`Testicular microlithiasis`$`_id` #> [1] "HP_0012215<HP_0000035<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Testicular microlithiasis`$privateGeneCount #> [1] 0 #> #> $`Testicular microlithiasis`$publicGeneCount #> [1] 1 #> #> $`Testicular microlithiasis`$urlId #> [1] "HP_0012215" #> #> $`Testicular microlithiasis`$dbPhenotype #> [1] TRUE #> #> $`Testicular microlithiasis`$`_parent` #> [1] "HP_0000035<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Testicular microlithiasis`$`_is_leaf` #> [1] TRUE #> #> $`Testicular microlithiasis`$children #> list() #> #> $`Testicular microlithiasis`$value #> [1] "Testicular microlithiasis" #> #> #> $`Testicular microlithiasis` #> $`Testicular microlithiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012215" #> #> $`Testicular microlithiasis`$`_id` #> [1] "HP_0012215<HP_0000035<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Testicular microlithiasis`$privateGeneCount #> [1] 0 #> #> $`Testicular microlithiasis`$publicGeneCount #> [1] 1 #> #> $`Testicular microlithiasis`$urlId #> [1] "HP_0012215" #> #> $`Testicular microlithiasis`$dbPhenotype #> [1] TRUE #> #> $`Testicular microlithiasis`$`_parent` #> [1] "HP_0000035<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Testicular microlithiasis`$`_is_leaf` #> [1] TRUE #> #> $`Testicular microlithiasis`$children #> list() #> #> $`Testicular microlithiasis`$value #> [1] "Testicular microlithiasis" #> #> #> $Tetany #> $Tetany$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001281" #> #> $Tetany$`_id` #> [1] "HP_0001281<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $Tetany$privateGeneCount #> [1] 0 #> #> $Tetany$publicGeneCount #> [1] 1 #> #> $Tetany$urlId #> [1] "HP_0001281" #> #> $Tetany$dbPhenotype #> [1] TRUE #> #> $Tetany$`_parent` #> [1] "HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $Tetany$`_is_leaf` #> [1] TRUE #> #> $Tetany$children #> list() #> #> $Tetany$value #> [1] "Tetany" #> #> #> $`tethered spinal cord syndrome` #> $`tethered spinal cord syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1089" #> #> $`tethered spinal cord syndrome`$`_id` #> [1] "DOID_1089<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`tethered spinal cord syndrome`$privateGeneCount #> [1] 0 #> #> $`tethered spinal cord syndrome`$publicGeneCount #> [1] 15 #> #> $`tethered spinal cord syndrome`$urlId #> [1] "DOID_1089" #> #> $`tethered spinal cord syndrome`$dbPhenotype #> [1] TRUE #> #> $`tethered spinal cord syndrome`$`_parent` #> [1] "DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`tethered spinal cord syndrome`$`_is_leaf` #> [1] TRUE #> #> $`tethered spinal cord syndrome`$children #> list() #> #> $`tethered spinal cord syndrome`$value #> [1] "tethered spinal cord syndrome" #> #> #> $Tetraamelia #> $Tetraamelia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003057" #> #> $Tetraamelia$`_id` #> [1] "HP_0003057<HP_0009827<HP_0009815<HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Tetraamelia$privateGeneCount #> [1] 0 #> #> $Tetraamelia$publicGeneCount #> [1] 1 #> #> $Tetraamelia$urlId #> [1] "HP_0003057" #> #> $Tetraamelia$dbPhenotype #> [1] TRUE #> #> $Tetraamelia$`_parent` #> [1] "HP_0009827<HP_0009815<HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Tetraamelia$`_is_leaf` #> [1] TRUE #> #> $Tetraamelia$children #> list() #> #> $Tetraamelia$value #> [1] "Tetraamelia" #> #> #> $Tetraamelia #> $Tetraamelia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003057" #> #> $Tetraamelia$`_id` #> [1] "HP_0003057<HP_0009827<HP_0009815<HP_0040064<HP_0000118<HP_0000001" #> #> $Tetraamelia$privateGeneCount #> [1] 0 #> #> $Tetraamelia$publicGeneCount #> [1] 1 #> #> $Tetraamelia$urlId #> [1] "HP_0003057" #> #> $Tetraamelia$dbPhenotype #> [1] TRUE #> #> $Tetraamelia$`_parent` #> [1] "HP_0009827<HP_0009815<HP_0040064<HP_0000118<HP_0000001" #> #> $Tetraamelia$`_is_leaf` #> [1] TRUE #> #> $Tetraamelia$children #> list() #> #> $Tetraamelia$value #> [1] "Tetraamelia" #> #> #> $`tetralogy of Fallot` #> $`tetralogy of Fallot`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6419" #> #> $`tetralogy of Fallot`$`_id` #> [1] "DOID_6419<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`tetralogy of Fallot`$privateGeneCount #> [1] 0 #> #> $`tetralogy of Fallot`$publicGeneCount #> [1] 15 #> #> $`tetralogy of Fallot`$urlId #> [1] "DOID_6419" #> #> $`tetralogy of Fallot`$dbPhenotype #> [1] TRUE #> #> $`tetralogy of Fallot`$`_parent` #> [1] "DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`tetralogy of Fallot`$`_is_leaf` #> [1] TRUE #> #> $`tetralogy of Fallot`$children #> list() #> #> $`tetralogy of Fallot`$value #> [1] "tetralogy of Fallot" #> #> #> $Tetraparesis #> $Tetraparesis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002273" #> #> $Tetraparesis$`_id` #> [1] "HP_0002273<HP_0030182<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Tetraparesis$privateGeneCount #> [1] 0 #> #> $Tetraparesis$publicGeneCount #> [1] 1 #> #> $Tetraparesis$urlId #> [1] "HP_0002273" #> #> $Tetraparesis$dbPhenotype #> [1] TRUE #> #> $Tetraparesis$`_parent` #> [1] "HP_0030182<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Tetraparesis$`_is_leaf` #> [1] TRUE #> #> $Tetraparesis$children #> list() #> #> $Tetraparesis$value #> [1] "Tetraparesis" #> #> #> $`Tetraplegia/tetraparesis` #> $`Tetraplegia/tetraparesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030182" #> #> $`Tetraplegia/tetraparesis`$`_id` #> [1] "HP_0030182<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Tetraplegia/tetraparesis`$privateGeneCount #> [1] 0 #> #> $`Tetraplegia/tetraparesis`$publicGeneCount #> [1] 1 #> #> $`Tetraplegia/tetraparesis`$urlId #> [1] "HP_0030182" #> #> $`Tetraplegia/tetraparesis`$dbPhenotype #> [1] FALSE #> #> $`Tetraplegia/tetraparesis`$`_parent` #> [1] "HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Tetraplegia/tetraparesis`$`_is_leaf` #> [1] FALSE #> #> $`Tetraplegia/tetraparesis`$children #> $`Tetraplegia/tetraparesis`$children[[1]] #> [1] "HP_0002273<HP_0030182<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Tetraplegia/tetraparesis`$value #> [1] "Tetraplegia/tetraparesis" #> #> #> $thalassemia #> $thalassemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10241" #> #> $thalassemia$`_id` #> [1] "DOID_10241<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $thalassemia$privateGeneCount #> [1] 0 #> #> $thalassemia$publicGeneCount #> [1] 16 #> #> $thalassemia$urlId #> [1] "DOID_10241" #> #> $thalassemia$dbPhenotype #> [1] TRUE #> #> $thalassemia$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $thalassemia$`_is_leaf` #> [1] FALSE #> #> $thalassemia$children #> $thalassemia$children[[1]] #> [1] "DOID_1099<DOID_10241<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $thalassemia$children[[2]] #> [1] "DOID_12241<DOID_10241<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $thalassemia$value #> [1] "thalassemia" #> #> #> $thalassemia #> $thalassemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10241" #> #> $thalassemia$`_id` #> [1] "DOID_10241<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $thalassemia$privateGeneCount #> [1] 0 #> #> $thalassemia$publicGeneCount #> [1] 16 #> #> $thalassemia$urlId #> [1] "DOID_10241" #> #> $thalassemia$dbPhenotype #> [1] TRUE #> #> $thalassemia$`_parent` #> [1] "DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $thalassemia$`_is_leaf` #> [1] FALSE #> #> $thalassemia$children #> $thalassemia$children[[1]] #> [1] "DOID_1099<DOID_10241<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $thalassemia$children[[2]] #> [1] "DOID_12241<DOID_10241<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $thalassemia$value #> [1] "thalassemia" #> #> #> $`thanatophoric dysplasia` #> $`thanatophoric dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13481" #> #> $`thanatophoric dysplasia`$`_id` #> [1] "DOID_13481<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`thanatophoric dysplasia`$privateGeneCount #> [1] 0 #> #> $`thanatophoric dysplasia`$publicGeneCount #> [1] 1 #> #> $`thanatophoric dysplasia`$urlId #> [1] "DOID_13481" #> #> $`thanatophoric dysplasia`$dbPhenotype #> [1] TRUE #> #> $`thanatophoric dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`thanatophoric dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`thanatophoric dysplasia`$children #> list() #> #> $`thanatophoric dysplasia`$value #> [1] "thanatophoric dysplasia" #> #> #> $`Thiamine-responsive megaloblastic anemia` #> $`Thiamine-responsive megaloblastic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004860" #> #> $`Thiamine-responsive megaloblastic anemia`$`_id` #> [1] "HP_0004860<HP_0001889<HP_0001972<HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Thiamine-responsive megaloblastic anemia`$privateGeneCount #> [1] 0 #> #> $`Thiamine-responsive megaloblastic anemia`$publicGeneCount #> [1] 1 #> #> $`Thiamine-responsive megaloblastic anemia`$urlId #> [1] "HP_0004860" #> #> $`Thiamine-responsive megaloblastic anemia`$dbPhenotype #> [1] TRUE #> #> $`Thiamine-responsive megaloblastic anemia`$`_parent` #> [1] "HP_0001889<HP_0001972<HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Thiamine-responsive megaloblastic anemia`$`_is_leaf` #> [1] TRUE #> #> $`Thiamine-responsive megaloblastic anemia`$children #> list() #> #> $`Thiamine-responsive megaloblastic anemia`$value #> [1] "Thiamine-responsive megaloblastic anemia" #> #> #> $`Thickened skin` #> $`Thickened skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001072" #> #> $`Thickened skin`$`_id` #> [1] "HP_0001072<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Thickened skin`$privateGeneCount #> [1] 0 #> #> $`Thickened skin`$publicGeneCount #> [1] 5 #> #> $`Thickened skin`$urlId #> [1] "HP_0001072" #> #> $`Thickened skin`$dbPhenotype #> [1] FALSE #> #> $`Thickened skin`$`_parent` #> [1] "HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Thickened skin`$`_is_leaf` #> [1] FALSE #> #> $`Thickened skin`$children #> $`Thickened skin`$children[[1]] #> [1] "HP_0011368<HP_0001072<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Thickened skin`$value #> [1] "Thickened skin" #> #> #> $`Thiel-Behnke corneal dystrophy` #> $`Thiel-Behnke corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060455" #> #> $`Thiel-Behnke corneal dystrophy`$`_id` #> [1] "DOID_0060455<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Thiel-Behnke corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`Thiel-Behnke corneal dystrophy`$publicGeneCount #> [1] 1 #> #> $`Thiel-Behnke corneal dystrophy`$urlId #> [1] "DOID_0060455" #> #> $`Thiel-Behnke corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Thiel-Behnke corneal dystrophy`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Thiel-Behnke corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Thiel-Behnke corneal dystrophy`$children #> list() #> #> $`Thiel-Behnke corneal dystrophy`$value #> [1] "Thiel-Behnke corneal dystrophy" #> #> #> $`Thiel-Behnke corneal dystrophy` #> $`Thiel-Behnke corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060455" #> #> $`Thiel-Behnke corneal dystrophy`$`_id` #> [1] "DOID_0060455<DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Thiel-Behnke corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`Thiel-Behnke corneal dystrophy`$publicGeneCount #> [1] 1 #> #> $`Thiel-Behnke corneal dystrophy`$urlId #> [1] "DOID_0060455" #> #> $`Thiel-Behnke corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Thiel-Behnke corneal dystrophy`$`_parent` #> [1] "DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Thiel-Behnke corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Thiel-Behnke corneal dystrophy`$children #> list() #> #> $`Thiel-Behnke corneal dystrophy`$value #> [1] "Thiel-Behnke corneal dystrophy" #> #> #> $`thoracic aortic aneurysm` #> $`thoracic aortic aneurysm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14004" #> #> $`thoracic aortic aneurysm`$`_id` #> [1] "DOID_14004<DOID_3627<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`thoracic aortic aneurysm`$privateGeneCount #> [1] 0 #> #> $`thoracic aortic aneurysm`$publicGeneCount #> [1] 15 #> #> $`thoracic aortic aneurysm`$urlId #> [1] "DOID_14004" #> #> $`thoracic aortic aneurysm`$dbPhenotype #> [1] TRUE #> #> $`thoracic aortic aneurysm`$`_parent` #> [1] "DOID_3627<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`thoracic aortic aneurysm`$`_is_leaf` #> [1] TRUE #> #> $`thoracic aortic aneurysm`$children #> list() #> #> $`thoracic aortic aneurysm`$value #> [1] "thoracic aortic aneurysm" #> #> #> $`thoracic benign neoplasm` #> $`thoracic benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060097" #> #> $`thoracic benign neoplasm`$`_id` #> [1] "DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`thoracic benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`thoracic benign neoplasm`$publicGeneCount #> [1] 20 #> #> $`thoracic benign neoplasm`$urlId #> [1] "DOID_0060097" #> #> $`thoracic benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`thoracic benign neoplasm`$`_parent` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`thoracic benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`thoracic benign neoplasm`$children #> $`thoracic benign neoplasm`$children[[1]] #> [1] "DOID_0060082<DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`thoracic benign neoplasm`$value #> [1] "thoracic benign neoplasm" #> #> #> $`thoracic benign neoplasm` #> $`thoracic benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060097" #> #> $`thoracic benign neoplasm`$`_id` #> [1] "DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> $`thoracic benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`thoracic benign neoplasm`$publicGeneCount #> [1] 20 #> #> $`thoracic benign neoplasm`$urlId #> [1] "DOID_0060097" #> #> $`thoracic benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`thoracic benign neoplasm`$`_parent` #> [1] "DOID_0060118<DOID_7<DOID_4" #> #> $`thoracic benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`thoracic benign neoplasm`$children #> $`thoracic benign neoplasm`$children[[1]] #> [1] "DOID_0060082<DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> #> $`thoracic benign neoplasm`$value #> [1] "thoracic benign neoplasm" #> #> #> $`thoracic cancer` #> $`thoracic cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5093" #> #> $`thoracic cancer`$`_id` #> [1] "DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thoracic cancer`$privateGeneCount #> [1] 0 #> #> $`thoracic cancer`$publicGeneCount #> [1] 788 #> #> $`thoracic cancer`$urlId #> [1] "DOID_5093" #> #> $`thoracic cancer`$dbPhenotype #> [1] TRUE #> #> $`thoracic cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thoracic cancer`$`_is_leaf` #> [1] FALSE #> #> $`thoracic cancer`$children #> $`thoracic cancer`$children[[1]] #> [1] "DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thoracic cancer`$children[[2]] #> [1] "DOID_5559<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`thoracic cancer`$value #> [1] "thoracic cancer" #> #> #> $`thoracic cancer` #> $`thoracic cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5093" #> #> $`thoracic cancer`$`_id` #> [1] "DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`thoracic cancer`$privateGeneCount #> [1] 0 #> #> $`thoracic cancer`$publicGeneCount #> [1] 788 #> #> $`thoracic cancer`$urlId #> [1] "DOID_5093" #> #> $`thoracic cancer`$dbPhenotype #> [1] TRUE #> #> $`thoracic cancer`$`_parent` #> [1] "DOID_0060118<DOID_7<DOID_4" #> #> $`thoracic cancer`$`_is_leaf` #> [1] FALSE #> #> $`thoracic cancer`$children #> $`thoracic cancer`$children[[1]] #> [1] "DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`thoracic cancer`$children[[2]] #> [1] "DOID_5559<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> #> $`thoracic cancer`$value #> [1] "thoracic cancer" #> #> #> $`thoracic disease` #> $`thoracic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060118" #> #> $`thoracic disease`$`_id` #> [1] "DOID_0060118<DOID_7<DOID_4" #> #> $`thoracic disease`$privateGeneCount #> [1] 0 #> #> $`thoracic disease`$publicGeneCount #> [1] 792 #> #> $`thoracic disease`$urlId #> [1] "DOID_0060118" #> #> $`thoracic disease`$dbPhenotype #> [1] FALSE #> #> $`thoracic disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`thoracic disease`$`_is_leaf` #> [1] FALSE #> #> $`thoracic disease`$children #> $`thoracic disease`$children[[1]] #> [1] "DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`thoracic disease`$children[[2]] #> [1] "DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> $`thoracic disease`$children[[3]] #> [1] "DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> #> $`thoracic disease`$value #> [1] "thoracic disease" #> #> #> $`thromboangiitis obliterans` #> $`thromboangiitis obliterans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12918" #> #> $`thromboangiitis obliterans`$`_id` #> [1] "DOID_12918<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`thromboangiitis obliterans`$privateGeneCount #> [1] 0 #> #> $`thromboangiitis obliterans`$publicGeneCount #> [1] 2 #> #> $`thromboangiitis obliterans`$urlId #> [1] "DOID_12918" #> #> $`thromboangiitis obliterans`$dbPhenotype #> [1] TRUE #> #> $`thromboangiitis obliterans`$`_parent` #> [1] "DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`thromboangiitis obliterans`$`_is_leaf` #> [1] TRUE #> #> $`thromboangiitis obliterans`$children #> list() #> #> $`thromboangiitis obliterans`$value #> [1] "thromboangiitis obliterans" #> #> #> $thrombocytopenia #> $thrombocytopenia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1588" #> #> $thrombocytopenia$`_id` #> [1] "DOID_1588<DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombocytopenia$privateGeneCount #> [1] 0 #> #> $thrombocytopenia$publicGeneCount #> [1] 34 #> #> $thrombocytopenia$urlId #> [1] "DOID_1588" #> #> $thrombocytopenia$dbPhenotype #> [1] TRUE #> #> $thrombocytopenia$`_parent` #> [1] "DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombocytopenia$`_is_leaf` #> [1] TRUE #> #> $thrombocytopenia$children #> list() #> #> $thrombocytopenia$value #> [1] "thrombocytopenia" #> #> #> $Thrombocytopenia #> $Thrombocytopenia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001873" #> #> $Thrombocytopenia$`_id` #> [1] "HP_0001873<HP_0011873<HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> $Thrombocytopenia$privateGeneCount #> [1] 0 #> #> $Thrombocytopenia$publicGeneCount #> [1] 1 #> #> $Thrombocytopenia$urlId #> [1] "HP_0001873" #> #> $Thrombocytopenia$dbPhenotype #> [1] FALSE #> #> $Thrombocytopenia$`_parent` #> [1] "HP_0011873<HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> $Thrombocytopenia$`_is_leaf` #> [1] FALSE #> #> $Thrombocytopenia$children #> $Thrombocytopenia$children[[1]] #> [1] "HP_0004859<HP_0001873<HP_0011873<HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> #> $Thrombocytopenia$value #> [1] "Thrombocytopenia" #> #> #> $`thrombocytopenia-absent radius syndrome` #> $`thrombocytopenia-absent radius syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14699" #> #> $`thrombocytopenia-absent radius syndrome`$`_id` #> [1] "DOID_14699<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`thrombocytopenia-absent radius syndrome`$privateGeneCount #> [1] 0 #> #> $`thrombocytopenia-absent radius syndrome`$publicGeneCount #> [1] 1 #> #> $`thrombocytopenia-absent radius syndrome`$urlId #> [1] "DOID_14699" #> #> $`thrombocytopenia-absent radius syndrome`$dbPhenotype #> [1] TRUE #> #> $`thrombocytopenia-absent radius syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`thrombocytopenia-absent radius syndrome`$`_is_leaf` #> [1] TRUE #> #> $`thrombocytopenia-absent radius syndrome`$children #> list() #> #> $`thrombocytopenia-absent radius syndrome`$value #> [1] "thrombocytopenia-absent radius syndrome" #> #> #> $`thrombocytopenia-absent radius syndrome` #> $`thrombocytopenia-absent radius syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14699" #> #> $`thrombocytopenia-absent radius syndrome`$`_id` #> [1] "DOID_14699<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`thrombocytopenia-absent radius syndrome`$privateGeneCount #> [1] 0 #> #> $`thrombocytopenia-absent radius syndrome`$publicGeneCount #> [1] 1 #> #> $`thrombocytopenia-absent radius syndrome`$urlId #> [1] "DOID_14699" #> #> $`thrombocytopenia-absent radius syndrome`$dbPhenotype #> [1] TRUE #> #> $`thrombocytopenia-absent radius syndrome`$`_parent` #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`thrombocytopenia-absent radius syndrome`$`_is_leaf` #> [1] TRUE #> #> $`thrombocytopenia-absent radius syndrome`$children #> list() #> #> $`thrombocytopenia-absent radius syndrome`$value #> [1] "thrombocytopenia-absent radius syndrome" #> #> #> $`thrombocytopenia-absent radius syndrome` #> $`thrombocytopenia-absent radius syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14699" #> #> $`thrombocytopenia-absent radius syndrome`$`_id` #> [1] "DOID_14699<DOID_225<DOID_4" #> #> $`thrombocytopenia-absent radius syndrome`$privateGeneCount #> [1] 0 #> #> $`thrombocytopenia-absent radius syndrome`$publicGeneCount #> [1] 1 #> #> $`thrombocytopenia-absent radius syndrome`$urlId #> [1] "DOID_14699" #> #> $`thrombocytopenia-absent radius syndrome`$dbPhenotype #> [1] TRUE #> #> $`thrombocytopenia-absent radius syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`thrombocytopenia-absent radius syndrome`$`_is_leaf` #> [1] TRUE #> #> $`thrombocytopenia-absent radius syndrome`$children #> list() #> #> $`thrombocytopenia-absent radius syndrome`$value #> [1] "thrombocytopenia-absent radius syndrome" #> #> #> $thrombocytosis #> $thrombocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2228" #> #> $thrombocytosis$`_id` #> [1] "DOID_2228<DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombocytosis$privateGeneCount #> [1] 0 #> #> $thrombocytosis$publicGeneCount #> [1] 4 #> #> $thrombocytosis$urlId #> [1] "DOID_2228" #> #> $thrombocytosis$dbPhenotype #> [1] TRUE #> #> $thrombocytosis$`_parent` #> [1] "DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombocytosis$`_is_leaf` #> [1] TRUE #> #> $thrombocytosis$children #> list() #> #> $thrombocytosis$value #> [1] "thrombocytosis" #> #> #> $Thromboembolism #> $Thromboembolism$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001907" #> #> $Thromboembolism$`_id` #> [1] "HP_0001907<HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> $Thromboembolism$privateGeneCount #> [1] 0 #> #> $Thromboembolism$publicGeneCount #> [1] 63 #> #> $Thromboembolism$urlId #> [1] "HP_0001907" #> #> $Thromboembolism$dbPhenotype #> [1] TRUE #> #> $Thromboembolism$`_parent` #> [1] "HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> $Thromboembolism$`_is_leaf` #> [1] TRUE #> #> $Thromboembolism$children #> list() #> #> $Thromboembolism$value #> [1] "Thromboembolism" #> #> #> $thrombophilia #> $thrombophilia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2452" #> #> $thrombophilia$`_id` #> [1] "DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombophilia$privateGeneCount #> [1] 0 #> #> $thrombophilia$publicGeneCount #> [1] 22 #> #> $thrombophilia$urlId #> [1] "DOID_2452" #> #> $thrombophilia$dbPhenotype #> [1] TRUE #> #> $thrombophilia$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombophilia$`_is_leaf` #> [1] FALSE #> #> $thrombophilia$children #> $thrombophilia$children[[1]] #> [1] "DOID_3755<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombophilia$children[[2]] #> [1] "DOID_11247<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombophilia$children[[3]] #> [1] "DOID_3756<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombophilia$children[[4]] #> [1] "DOID_2451<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombophilia$children[[5]] #> [1] "DOID_2235<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombophilia$children[[6]] #> [1] "DOID_10772<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> #> $thrombophilia$value #> [1] "thrombophilia" #> #> #> $thrombophlebitis #> $thrombophlebitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3875" #> #> $thrombophlebitis$`_id` #> [1] "DOID_3875<DOID_864<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $thrombophlebitis$privateGeneCount #> [1] 0 #> #> $thrombophlebitis$publicGeneCount #> [1] 2 #> #> $thrombophlebitis$urlId #> [1] "DOID_3875" #> #> $thrombophlebitis$dbPhenotype #> [1] TRUE #> #> $thrombophlebitis$`_parent` #> [1] "DOID_864<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $thrombophlebitis$`_is_leaf` #> [1] TRUE #> #> $thrombophlebitis$children #> list() #> #> $thrombophlebitis$value #> [1] "thrombophlebitis" #> #> #> $thrombosis #> $thrombosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060903" #> #> $thrombosis$`_id` #> [1] "DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $thrombosis$privateGeneCount #> [1] 0 #> #> $thrombosis$publicGeneCount #> [1] 13 #> #> $thrombosis$urlId #> [1] "DOID_0060903" #> #> $thrombosis$dbPhenotype #> [1] FALSE #> #> $thrombosis$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $thrombosis$`_is_leaf` #> [1] FALSE #> #> $thrombosis$children #> $thrombosis$children[[1]] #> [1] "DOID_11847<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $thrombosis$children[[2]] #> [1] "DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $thrombosis$value #> [1] "thrombosis" #> #> #> $`thrombotic thrombocytopenic purpura` #> $`thrombotic thrombocytopenic purpura`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10772" #> #> $`thrombotic thrombocytopenic purpura`$`_id` #> [1] "DOID_10772<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`thrombotic thrombocytopenic purpura`$privateGeneCount #> [1] 0 #> #> $`thrombotic thrombocytopenic purpura`$publicGeneCount #> [1] 4 #> #> $`thrombotic thrombocytopenic purpura`$urlId #> [1] "DOID_10772" #> #> $`thrombotic thrombocytopenic purpura`$dbPhenotype #> [1] TRUE #> #> $`thrombotic thrombocytopenic purpura`$`_parent` #> [1] "DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`thrombotic thrombocytopenic purpura`$`_is_leaf` #> [1] TRUE #> #> $`thrombotic thrombocytopenic purpura`$children #> list() #> #> $`thrombotic thrombocytopenic purpura`$value #> [1] "thrombotic thrombocytopenic purpura" #> #> #> $`thymic carcinoma` #> $`thymic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3284" #> #> $`thymic carcinoma`$`_id` #> [1] "DOID_3284<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thymic carcinoma`$privateGeneCount #> [1] 0 #> #> $`thymic carcinoma`$publicGeneCount #> [1] 7 #> #> $`thymic carcinoma`$urlId #> [1] "DOID_3284" #> #> $`thymic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thymic carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thymic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thymic carcinoma`$children #> list() #> #> $`thymic carcinoma`$value #> [1] "thymic carcinoma" #> #> #> $`thymic carcinoma` #> $`thymic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3284" #> #> $`thymic carcinoma`$`_id` #> [1] "DOID_3284<DOID_3277<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thymic carcinoma`$privateGeneCount #> [1] 0 #> #> $`thymic carcinoma`$publicGeneCount #> [1] 7 #> #> $`thymic carcinoma`$urlId #> [1] "DOID_3284" #> #> $`thymic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thymic carcinoma`$`_parent` #> [1] "DOID_3277<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thymic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thymic carcinoma`$children #> list() #> #> $`thymic carcinoma`$value #> [1] "thymic carcinoma" #> #> #> $`thymic carcinoma` #> $`thymic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3284" #> #> $`thymic carcinoma`$`_id` #> [1] "DOID_3284<DOID_3277<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`thymic carcinoma`$privateGeneCount #> [1] 0 #> #> $`thymic carcinoma`$publicGeneCount #> [1] 7 #> #> $`thymic carcinoma`$urlId #> [1] "DOID_3284" #> #> $`thymic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thymic carcinoma`$`_parent` #> [1] "DOID_3277<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`thymic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thymic carcinoma`$children #> list() #> #> $`thymic carcinoma`$value #> [1] "thymic carcinoma" #> #> #> $`thymic carcinoma` #> $`thymic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3284" #> #> $`thymic carcinoma`$`_id` #> [1] "DOID_3284<DOID_3277<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymic carcinoma`$privateGeneCount #> [1] 0 #> #> $`thymic carcinoma`$publicGeneCount #> [1] 7 #> #> $`thymic carcinoma`$urlId #> [1] "DOID_3284" #> #> $`thymic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thymic carcinoma`$`_parent` #> [1] "DOID_3277<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thymic carcinoma`$children #> list() #> #> $`thymic carcinoma`$value #> [1] "thymic carcinoma" #> #> #> $`thymic carcinoma` #> $`thymic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3284" #> #> $`thymic carcinoma`$`_id` #> [1] "DOID_3284<DOID_3277<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thymic carcinoma`$privateGeneCount #> [1] 0 #> #> $`thymic carcinoma`$publicGeneCount #> [1] 7 #> #> $`thymic carcinoma`$urlId #> [1] "DOID_3284" #> #> $`thymic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thymic carcinoma`$`_parent` #> [1] "DOID_3277<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thymic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thymic carcinoma`$children #> list() #> #> $`thymic carcinoma`$value #> [1] "thymic carcinoma" #> #> #> $`thymic carcinoma` #> $`thymic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3284" #> #> $`thymic carcinoma`$`_id` #> [1] "DOID_3284<DOID_3277<DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymic carcinoma`$privateGeneCount #> [1] 0 #> #> $`thymic carcinoma`$publicGeneCount #> [1] 7 #> #> $`thymic carcinoma`$urlId #> [1] "DOID_3284" #> #> $`thymic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thymic carcinoma`$`_parent` #> [1] "DOID_3277<DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thymic carcinoma`$children #> list() #> #> $`thymic carcinoma`$value #> [1] "thymic carcinoma" #> #> #> $thymoma #> $thymoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3275" #> #> $thymoma$`_id` #> [1] "DOID_3275<DOID_3277<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $thymoma$privateGeneCount #> [1] 0 #> #> $thymoma$publicGeneCount #> [1] 7 #> #> $thymoma$urlId #> [1] "DOID_3275" #> #> $thymoma$dbPhenotype #> [1] TRUE #> #> $thymoma$`_parent` #> [1] "DOID_3277<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $thymoma$`_is_leaf` #> [1] TRUE #> #> $thymoma$children #> list() #> #> $thymoma$value #> [1] "thymoma" #> #> #> $thymoma #> $thymoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3275" #> #> $thymoma$`_id` #> [1] "DOID_3275<DOID_3277<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $thymoma$privateGeneCount #> [1] 0 #> #> $thymoma$publicGeneCount #> [1] 7 #> #> $thymoma$urlId #> [1] "DOID_3275" #> #> $thymoma$dbPhenotype #> [1] TRUE #> #> $thymoma$`_parent` #> [1] "DOID_3277<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $thymoma$`_is_leaf` #> [1] TRUE #> #> $thymoma$children #> list() #> #> $thymoma$value #> [1] "thymoma" #> #> #> $thymoma #> $thymoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3275" #> #> $thymoma$`_id` #> [1] "DOID_3275<DOID_3277<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $thymoma$privateGeneCount #> [1] 0 #> #> $thymoma$publicGeneCount #> [1] 7 #> #> $thymoma$urlId #> [1] "DOID_3275" #> #> $thymoma$dbPhenotype #> [1] TRUE #> #> $thymoma$`_parent` #> [1] "DOID_3277<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $thymoma$`_is_leaf` #> [1] TRUE #> #> $thymoma$children #> list() #> #> $thymoma$value #> [1] "thymoma" #> #> #> $thymoma #> $thymoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3275" #> #> $thymoma$`_id` #> [1] "DOID_3275<DOID_3277<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $thymoma$privateGeneCount #> [1] 0 #> #> $thymoma$publicGeneCount #> [1] 7 #> #> $thymoma$urlId #> [1] "DOID_3275" #> #> $thymoma$dbPhenotype #> [1] TRUE #> #> $thymoma$`_parent` #> [1] "DOID_3277<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $thymoma$`_is_leaf` #> [1] TRUE #> #> $thymoma$children #> list() #> #> $thymoma$value #> [1] "thymoma" #> #> #> $thymoma #> $thymoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3275" #> #> $thymoma$`_id` #> [1] "DOID_3275<DOID_3277<DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $thymoma$privateGeneCount #> [1] 0 #> #> $thymoma$publicGeneCount #> [1] 7 #> #> $thymoma$urlId #> [1] "DOID_3275" #> #> $thymoma$dbPhenotype #> [1] TRUE #> #> $thymoma$`_parent` #> [1] "DOID_3277<DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $thymoma$`_is_leaf` #> [1] TRUE #> #> $thymoma$children #> list() #> #> $thymoma$value #> [1] "thymoma" #> #> #> $`thymus cancer` #> $`thymus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3277" #> #> $`thymus cancer`$`_id` #> [1] "DOID_3277<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thymus cancer`$privateGeneCount #> [1] 0 #> #> $`thymus cancer`$publicGeneCount #> [1] 8 #> #> $`thymus cancer`$urlId #> [1] "DOID_3277" #> #> $`thymus cancer`$dbPhenotype #> [1] TRUE #> #> $`thymus cancer`$`_parent` #> [1] "DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thymus cancer`$`_is_leaf` #> [1] FALSE #> #> $`thymus cancer`$children #> $`thymus cancer`$children[[1]] #> [1] "DOID_3284<DOID_3277<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thymus cancer`$children[[2]] #> [1] "DOID_3275<DOID_3277<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`thymus cancer`$value #> [1] "thymus cancer" #> #> #> $`thymus cancer` #> $`thymus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3277" #> #> $`thymus cancer`$`_id` #> [1] "DOID_3277<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`thymus cancer`$privateGeneCount #> [1] 0 #> #> $`thymus cancer`$publicGeneCount #> [1] 8 #> #> $`thymus cancer`$urlId #> [1] "DOID_3277" #> #> $`thymus cancer`$dbPhenotype #> [1] TRUE #> #> $`thymus cancer`$`_parent` #> [1] "DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`thymus cancer`$`_is_leaf` #> [1] FALSE #> #> $`thymus cancer`$children #> $`thymus cancer`$children[[1]] #> [1] "DOID_3284<DOID_3277<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`thymus cancer`$children[[2]] #> [1] "DOID_3275<DOID_3277<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`thymus cancer`$value #> [1] "thymus cancer" #> #> #> $`thymus cancer` #> $`thymus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3277" #> #> $`thymus cancer`$`_id` #> [1] "DOID_3277<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymus cancer`$privateGeneCount #> [1] 0 #> #> $`thymus cancer`$publicGeneCount #> [1] 8 #> #> $`thymus cancer`$urlId #> [1] "DOID_3277" #> #> $`thymus cancer`$dbPhenotype #> [1] TRUE #> #> $`thymus cancer`$`_parent` #> [1] "DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymus cancer`$`_is_leaf` #> [1] FALSE #> #> $`thymus cancer`$children #> $`thymus cancer`$children[[1]] #> [1] "DOID_3284<DOID_3277<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymus cancer`$children[[2]] #> [1] "DOID_3275<DOID_3277<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`thymus cancer`$value #> [1] "thymus cancer" #> #> #> $`thymus cancer` #> $`thymus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3277" #> #> $`thymus cancer`$`_id` #> [1] "DOID_3277<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thymus cancer`$privateGeneCount #> [1] 0 #> #> $`thymus cancer`$publicGeneCount #> [1] 8 #> #> $`thymus cancer`$urlId #> [1] "DOID_3277" #> #> $`thymus cancer`$dbPhenotype #> [1] TRUE #> #> $`thymus cancer`$`_parent` #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thymus cancer`$`_is_leaf` #> [1] FALSE #> #> $`thymus cancer`$children #> $`thymus cancer`$children[[1]] #> [1] "DOID_3284<DOID_3277<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thymus cancer`$children[[2]] #> [1] "DOID_3275<DOID_3277<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`thymus cancer`$value #> [1] "thymus cancer" #> #> #> $`thymus cancer` #> $`thymus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3277" #> #> $`thymus cancer`$`_id` #> [1] "DOID_3277<DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymus cancer`$privateGeneCount #> [1] 0 #> #> $`thymus cancer`$publicGeneCount #> [1] 8 #> #> $`thymus cancer`$urlId #> [1] "DOID_3277" #> #> $`thymus cancer`$dbPhenotype #> [1] TRUE #> #> $`thymus cancer`$`_parent` #> [1] "DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymus cancer`$`_is_leaf` #> [1] FALSE #> #> $`thymus cancer`$children #> $`thymus cancer`$children[[1]] #> [1] "DOID_3284<DOID_3277<DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymus cancer`$children[[2]] #> [1] "DOID_3275<DOID_3277<DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`thymus cancer`$value #> [1] "thymus cancer" #> #> #> $`thymus gland disease` #> $`thymus gland disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_533" #> #> $`thymus gland disease`$`_id` #> [1] "DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymus gland disease`$privateGeneCount #> [1] 0 #> #> $`thymus gland disease`$publicGeneCount #> [1] 8 #> #> $`thymus gland disease`$urlId #> [1] "DOID_533" #> #> $`thymus gland disease`$dbPhenotype #> [1] FALSE #> #> $`thymus gland disease`$`_parent` #> [1] "DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymus gland disease`$`_is_leaf` #> [1] FALSE #> #> $`thymus gland disease`$children #> $`thymus gland disease`$children[[1]] #> [1] "DOID_3277<DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`thymus gland disease`$value #> [1] "thymus gland disease" #> #> #> $`thyroid adenoma` #> $`thyroid adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2891" #> #> $`thyroid adenoma`$`_id` #> [1] "DOID_2891<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`thyroid adenoma`$privateGeneCount #> [1] 0 #> #> $`thyroid adenoma`$publicGeneCount #> [1] 72 #> #> $`thyroid adenoma`$urlId #> [1] "DOID_2891" #> #> $`thyroid adenoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid adenoma`$`_parent` #> [1] "DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`thyroid adenoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid adenoma`$children #> $`thyroid adenoma`$children[[1]] #> [1] "DOID_6204<DOID_2891<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`thyroid adenoma`$value #> [1] "thyroid adenoma" #> #> #> $`thyroid adenoma` #> $`thyroid adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2891" #> #> $`thyroid adenoma`$`_id` #> [1] "DOID_2891<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid adenoma`$privateGeneCount #> [1] 0 #> #> $`thyroid adenoma`$publicGeneCount #> [1] 72 #> #> $`thyroid adenoma`$urlId #> [1] "DOID_2891" #> #> $`thyroid adenoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid adenoma`$`_parent` #> [1] "DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid adenoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid adenoma`$children #> $`thyroid adenoma`$children[[1]] #> [1] "DOID_6204<DOID_2891<DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $`thyroid adenoma`$value #> [1] "thyroid adenoma" #> #> #> $`thyroid adenoma` #> $`thyroid adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2891" #> #> $`thyroid adenoma`$`_id` #> [1] "DOID_2891<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`thyroid adenoma`$privateGeneCount #> [1] 0 #> #> $`thyroid adenoma`$publicGeneCount #> [1] 72 #> #> $`thyroid adenoma`$urlId #> [1] "DOID_2891" #> #> $`thyroid adenoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid adenoma`$`_parent` #> [1] "DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`thyroid adenoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid adenoma`$children #> $`thyroid adenoma`$children[[1]] #> [1] "DOID_6204<DOID_2891<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`thyroid adenoma`$value #> [1] "thyroid adenoma" #> #> #> $`Thyroid carcinoma` #> $`Thyroid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002890" #> #> $`Thyroid carcinoma`$`_id` #> [1] "HP_0002890<HP_0100031<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Thyroid carcinoma`$privateGeneCount #> [1] 0 #> #> $`Thyroid carcinoma`$publicGeneCount #> [1] 2 #> #> $`Thyroid carcinoma`$urlId #> [1] "HP_0002890" #> #> $`Thyroid carcinoma`$dbPhenotype #> [1] FALSE #> #> $`Thyroid carcinoma`$`_parent` #> [1] "HP_0100031<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Thyroid carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`Thyroid carcinoma`$children #> $`Thyroid carcinoma`$children[[1]] #> [1] "HP_0011779<HP_0002890<HP_0100031<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Thyroid carcinoma`$value #> [1] "Thyroid carcinoma" #> #> #> $`Thyroid carcinoma` #> $`Thyroid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002890" #> #> $`Thyroid carcinoma`$`_id` #> [1] "HP_0002890<HP_0100031<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Thyroid carcinoma`$privateGeneCount #> [1] 0 #> #> $`Thyroid carcinoma`$publicGeneCount #> [1] 2 #> #> $`Thyroid carcinoma`$urlId #> [1] "HP_0002890" #> #> $`Thyroid carcinoma`$dbPhenotype #> [1] FALSE #> #> $`Thyroid carcinoma`$`_parent` #> [1] "HP_0100031<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Thyroid carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`Thyroid carcinoma`$children #> $`Thyroid carcinoma`$children[[1]] #> [1] "HP_0011779<HP_0002890<HP_0100031<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Thyroid carcinoma`$value #> [1] "Thyroid carcinoma" #> #> #> $`thyroid gland adenocarcinoma` #> $`thyroid gland adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080524" #> #> $`thyroid gland adenocarcinoma`$`_id` #> [1] "DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland adenocarcinoma`$publicGeneCount #> [1] 14 #> #> $`thyroid gland adenocarcinoma`$urlId #> [1] "DOID_0080524" #> #> $`thyroid gland adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`thyroid gland adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland adenocarcinoma`$children #> $`thyroid gland adenocarcinoma`$children[[1]] #> [1] "DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland adenocarcinoma`$value #> [1] "thyroid gland adenocarcinoma" #> #> #> $`thyroid gland adenocarcinoma` #> $`thyroid gland adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080524" #> #> $`thyroid gland adenocarcinoma`$`_id` #> [1] "DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland adenocarcinoma`$publicGeneCount #> [1] 14 #> #> $`thyroid gland adenocarcinoma`$urlId #> [1] "DOID_0080524" #> #> $`thyroid gland adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`thyroid gland adenocarcinoma`$`_parent` #> [1] "DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland adenocarcinoma`$children #> $`thyroid gland adenocarcinoma`$children[[1]] #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland adenocarcinoma`$value #> [1] "thyroid gland adenocarcinoma" #> #> #> $`thyroid gland adenocarcinoma` #> $`thyroid gland adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080524" #> #> $`thyroid gland adenocarcinoma`$`_id` #> [1] "DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland adenocarcinoma`$publicGeneCount #> [1] 14 #> #> $`thyroid gland adenocarcinoma`$urlId #> [1] "DOID_0080524" #> #> $`thyroid gland adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`thyroid gland adenocarcinoma`$`_parent` #> [1] "DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland adenocarcinoma`$children #> $`thyroid gland adenocarcinoma`$children[[1]] #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $`thyroid gland adenocarcinoma`$value #> [1] "thyroid gland adenocarcinoma" #> #> #> $`thyroid gland adenocarcinoma` #> $`thyroid gland adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080524" #> #> $`thyroid gland adenocarcinoma`$`_id` #> [1] "DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland adenocarcinoma`$publicGeneCount #> [1] 14 #> #> $`thyroid gland adenocarcinoma`$urlId #> [1] "DOID_0080524" #> #> $`thyroid gland adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`thyroid gland adenocarcinoma`$`_parent` #> [1] "DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland adenocarcinoma`$children #> $`thyroid gland adenocarcinoma`$children[[1]] #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland adenocarcinoma`$value #> [1] "thyroid gland adenocarcinoma" #> #> #> $`thyroid gland cancer` #> $`thyroid gland cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1781" #> #> $`thyroid gland cancer`$`_id` #> [1] "DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland cancer`$privateGeneCount #> [1] 0 #> #> $`thyroid gland cancer`$publicGeneCount #> [1] 53 #> #> $`thyroid gland cancer`$urlId #> [1] "DOID_1781" #> #> $`thyroid gland cancer`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland cancer`$`_parent` #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland cancer`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland cancer`$children #> $`thyroid gland cancer`$children[[1]] #> [1] "DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland cancer`$value #> [1] "thyroid gland cancer" #> #> #> $`thyroid gland cancer` #> $`thyroid gland cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1781" #> #> $`thyroid gland cancer`$`_id` #> [1] "DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland cancer`$privateGeneCount #> [1] 0 #> #> $`thyroid gland cancer`$publicGeneCount #> [1] 53 #> #> $`thyroid gland cancer`$urlId #> [1] "DOID_1781" #> #> $`thyroid gland cancer`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland cancer`$`_parent` #> [1] "DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland cancer`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland cancer`$children #> $`thyroid gland cancer`$children[[1]] #> [1] "DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $`thyroid gland cancer`$value #> [1] "thyroid gland cancer" #> #> #> $`thyroid gland carcinoma` #> $`thyroid gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3963" #> #> $`thyroid gland carcinoma`$`_id` #> [1] "DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland carcinoma`$publicGeneCount #> [1] 51 #> #> $`thyroid gland carcinoma`$urlId #> [1] "DOID_3963" #> #> $`thyroid gland carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland carcinoma`$`_parent` #> [1] "DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland carcinoma`$children #> $`thyroid gland carcinoma`$children[[1]] #> [1] "DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland carcinoma`$children[[2]] #> [1] "DOID_3973<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland carcinoma`$value #> [1] "thyroid gland carcinoma" #> #> #> $`thyroid gland carcinoma` #> $`thyroid gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3963" #> #> $`thyroid gland carcinoma`$`_id` #> [1] "DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland carcinoma`$publicGeneCount #> [1] 51 #> #> $`thyroid gland carcinoma`$urlId #> [1] "DOID_3963" #> #> $`thyroid gland carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland carcinoma`$`_parent` #> [1] "DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland carcinoma`$children #> $`thyroid gland carcinoma`$children[[1]] #> [1] "DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland carcinoma`$children[[2]] #> [1] "DOID_3973<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $`thyroid gland carcinoma`$value #> [1] "thyroid gland carcinoma" #> #> #> $`thyroid gland carcinoma` #> $`thyroid gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3963" #> #> $`thyroid gland carcinoma`$`_id` #> [1] "DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland carcinoma`$publicGeneCount #> [1] 51 #> #> $`thyroid gland carcinoma`$urlId #> [1] "DOID_3963" #> #> $`thyroid gland carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland carcinoma`$children #> $`thyroid gland carcinoma`$children[[1]] #> [1] "DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland carcinoma`$children[[2]] #> [1] "DOID_3973<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland carcinoma`$value #> [1] "thyroid gland carcinoma" #> #> #> $`thyroid gland disease` #> $`thyroid gland disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_50" #> #> $`thyroid gland disease`$`_id` #> [1] "DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland disease`$privateGeneCount #> [1] 0 #> #> $`thyroid gland disease`$publicGeneCount #> [1] 134 #> #> $`thyroid gland disease`$urlId #> [1] "DOID_50" #> #> $`thyroid gland disease`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland disease`$`_parent` #> [1] "DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland disease`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland disease`$children #> $`thyroid gland disease`$children[[1]] #> [1] "DOID_12176<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland disease`$children[[2]] #> [1] "DOID_7998<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland disease`$children[[3]] #> [1] "DOID_2855<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland disease`$children[[4]] #> [1] "DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland disease`$children[[5]] #> [1] "DOID_2891<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland disease`$children[[6]] #> [1] "DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland disease`$children[[7]] #> [1] "DOID_7997<DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $`thyroid gland disease`$value #> [1] "thyroid gland disease" #> #> #> $`thyroid gland follicular carcinoma` #> $`thyroid gland follicular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3962" #> #> $`thyroid gland follicular carcinoma`$`_id` #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland follicular carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland follicular carcinoma`$publicGeneCount #> [1] 10 #> #> $`thyroid gland follicular carcinoma`$urlId #> [1] "DOID_3962" #> #> $`thyroid gland follicular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland follicular carcinoma`$`_parent` #> [1] "DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland follicular carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland follicular carcinoma`$children #> $`thyroid gland follicular carcinoma`$children[[1]] #> [1] "DOID_8161<DOID_3962<DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland follicular carcinoma`$value #> [1] "thyroid gland follicular carcinoma" #> #> #> $`thyroid gland follicular carcinoma` #> $`thyroid gland follicular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3962" #> #> $`thyroid gland follicular carcinoma`$`_id` #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland follicular carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland follicular carcinoma`$publicGeneCount #> [1] 10 #> #> $`thyroid gland follicular carcinoma`$urlId #> [1] "DOID_3962" #> #> $`thyroid gland follicular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland follicular carcinoma`$`_parent` #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland follicular carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland follicular carcinoma`$children #> $`thyroid gland follicular carcinoma`$children[[1]] #> [1] "DOID_8161<DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland follicular carcinoma`$value #> [1] "thyroid gland follicular carcinoma" #> #> #> $`thyroid gland follicular carcinoma` #> $`thyroid gland follicular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3962" #> #> $`thyroid gland follicular carcinoma`$`_id` #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland follicular carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland follicular carcinoma`$publicGeneCount #> [1] 10 #> #> $`thyroid gland follicular carcinoma`$urlId #> [1] "DOID_3962" #> #> $`thyroid gland follicular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland follicular carcinoma`$`_parent` #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland follicular carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland follicular carcinoma`$children #> $`thyroid gland follicular carcinoma`$children[[1]] #> [1] "DOID_8161<DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $`thyroid gland follicular carcinoma`$value #> [1] "thyroid gland follicular carcinoma" #> #> #> $`thyroid gland follicular carcinoma` #> $`thyroid gland follicular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3962" #> #> $`thyroid gland follicular carcinoma`$`_id` #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland follicular carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland follicular carcinoma`$publicGeneCount #> [1] 10 #> #> $`thyroid gland follicular carcinoma`$urlId #> [1] "DOID_3962" #> #> $`thyroid gland follicular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland follicular carcinoma`$`_parent` #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland follicular carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland follicular carcinoma`$children #> $`thyroid gland follicular carcinoma`$children[[1]] #> [1] "DOID_8161<DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland follicular carcinoma`$value #> [1] "thyroid gland follicular carcinoma" #> #> #> $`thyroid gland Hurthle cell carcinoma` #> $`thyroid gland Hurthle cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8161" #> #> $`thyroid gland Hurthle cell carcinoma`$`_id` #> [1] "DOID_8161<DOID_3962<DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland Hurthle cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland Hurthle cell carcinoma`$publicGeneCount #> [1] 2 #> #> $`thyroid gland Hurthle cell carcinoma`$urlId #> [1] "DOID_8161" #> #> $`thyroid gland Hurthle cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland Hurthle cell carcinoma`$`_parent` #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland Hurthle cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thyroid gland Hurthle cell carcinoma`$children #> list() #> #> $`thyroid gland Hurthle cell carcinoma`$value #> [1] "thyroid gland Hurthle cell carcinoma" #> #> #> $`thyroid gland Hurthle cell carcinoma` #> $`thyroid gland Hurthle cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8161" #> #> $`thyroid gland Hurthle cell carcinoma`$`_id` #> [1] "DOID_8161<DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland Hurthle cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland Hurthle cell carcinoma`$publicGeneCount #> [1] 2 #> #> $`thyroid gland Hurthle cell carcinoma`$urlId #> [1] "DOID_8161" #> #> $`thyroid gland Hurthle cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland Hurthle cell carcinoma`$`_parent` #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland Hurthle cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thyroid gland Hurthle cell carcinoma`$children #> list() #> #> $`thyroid gland Hurthle cell carcinoma`$value #> [1] "thyroid gland Hurthle cell carcinoma" #> #> #> $`thyroid gland Hurthle cell carcinoma` #> $`thyroid gland Hurthle cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8161" #> #> $`thyroid gland Hurthle cell carcinoma`$`_id` #> [1] "DOID_8161<DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland Hurthle cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland Hurthle cell carcinoma`$publicGeneCount #> [1] 2 #> #> $`thyroid gland Hurthle cell carcinoma`$urlId #> [1] "DOID_8161" #> #> $`thyroid gland Hurthle cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland Hurthle cell carcinoma`$`_parent` #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland Hurthle cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thyroid gland Hurthle cell carcinoma`$children #> list() #> #> $`thyroid gland Hurthle cell carcinoma`$value #> [1] "thyroid gland Hurthle cell carcinoma" #> #> #> $`thyroid gland Hurthle cell carcinoma` #> $`thyroid gland Hurthle cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8161" #> #> $`thyroid gland Hurthle cell carcinoma`$`_id` #> [1] "DOID_8161<DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland Hurthle cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland Hurthle cell carcinoma`$publicGeneCount #> [1] 2 #> #> $`thyroid gland Hurthle cell carcinoma`$urlId #> [1] "DOID_8161" #> #> $`thyroid gland Hurthle cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland Hurthle cell carcinoma`$`_parent` #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland Hurthle cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thyroid gland Hurthle cell carcinoma`$children #> list() #> #> $`thyroid gland Hurthle cell carcinoma`$value #> [1] "thyroid gland Hurthle cell carcinoma" #> #> #> $`thyroid gland medullary carcinoma` #> $`thyroid gland medullary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3973" #> #> $`thyroid gland medullary carcinoma`$`_id` #> [1] "DOID_3973<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland medullary carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland medullary carcinoma`$publicGeneCount #> [1] 2 #> #> $`thyroid gland medullary carcinoma`$urlId #> [1] "DOID_3973" #> #> $`thyroid gland medullary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland medullary carcinoma`$`_parent` #> [1] "DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland medullary carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland medullary carcinoma`$children #> $`thyroid gland medullary carcinoma`$children[[1]] #> [1] "DOID_0050547<DOID_3973<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland medullary carcinoma`$value #> [1] "thyroid gland medullary carcinoma" #> #> #> $`thyroid gland medullary carcinoma` #> $`thyroid gland medullary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3973" #> #> $`thyroid gland medullary carcinoma`$`_id` #> [1] "DOID_3973<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland medullary carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland medullary carcinoma`$publicGeneCount #> [1] 2 #> #> $`thyroid gland medullary carcinoma`$urlId #> [1] "DOID_3973" #> #> $`thyroid gland medullary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland medullary carcinoma`$`_parent` #> [1] "DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland medullary carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland medullary carcinoma`$children #> $`thyroid gland medullary carcinoma`$children[[1]] #> [1] "DOID_0050547<DOID_3973<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $`thyroid gland medullary carcinoma`$value #> [1] "thyroid gland medullary carcinoma" #> #> #> $`thyroid gland medullary carcinoma` #> $`thyroid gland medullary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3973" #> #> $`thyroid gland medullary carcinoma`$`_id` #> [1] "DOID_3973<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland medullary carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland medullary carcinoma`$publicGeneCount #> [1] 2 #> #> $`thyroid gland medullary carcinoma`$urlId #> [1] "DOID_3973" #> #> $`thyroid gland medullary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland medullary carcinoma`$`_parent` #> [1] "DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland medullary carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland medullary carcinoma`$children #> $`thyroid gland medullary carcinoma`$children[[1]] #> [1] "DOID_0050547<DOID_3973<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland medullary carcinoma`$value #> [1] "thyroid gland medullary carcinoma" #> #> #> $`thyroid gland papillary carcinoma` #> $`thyroid gland papillary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3969" #> #> $`thyroid gland papillary carcinoma`$`_id` #> [1] "DOID_3969<DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland papillary carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland papillary carcinoma`$publicGeneCount #> [1] 5 #> #> $`thyroid gland papillary carcinoma`$urlId #> [1] "DOID_3969" #> #> $`thyroid gland papillary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland papillary carcinoma`$`_parent` #> [1] "DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland papillary carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thyroid gland papillary carcinoma`$children #> list() #> #> $`thyroid gland papillary carcinoma`$value #> [1] "thyroid gland papillary carcinoma" #> #> #> $`thyroid gland papillary carcinoma` #> $`thyroid gland papillary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3969" #> #> $`thyroid gland papillary carcinoma`$`_id` #> [1] "DOID_3969<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland papillary carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland papillary carcinoma`$publicGeneCount #> [1] 5 #> #> $`thyroid gland papillary carcinoma`$urlId #> [1] "DOID_3969" #> #> $`thyroid gland papillary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland papillary carcinoma`$`_parent` #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland papillary carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thyroid gland papillary carcinoma`$children #> list() #> #> $`thyroid gland papillary carcinoma`$value #> [1] "thyroid gland papillary carcinoma" #> #> #> $`thyroid gland papillary carcinoma` #> $`thyroid gland papillary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3969" #> #> $`thyroid gland papillary carcinoma`$`_id` #> [1] "DOID_3969<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland papillary carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland papillary carcinoma`$publicGeneCount #> [1] 5 #> #> $`thyroid gland papillary carcinoma`$urlId #> [1] "DOID_3969" #> #> $`thyroid gland papillary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland papillary carcinoma`$`_parent` #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland papillary carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thyroid gland papillary carcinoma`$children #> list() #> #> $`thyroid gland papillary carcinoma`$value #> [1] "thyroid gland papillary carcinoma" #> #> #> $`thyroid gland papillary carcinoma` #> $`thyroid gland papillary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3969" #> #> $`thyroid gland papillary carcinoma`$`_id` #> [1] "DOID_3969<DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland papillary carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland papillary carcinoma`$publicGeneCount #> [1] 5 #> #> $`thyroid gland papillary carcinoma`$urlId #> [1] "DOID_3969" #> #> $`thyroid gland papillary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland papillary carcinoma`$`_parent` #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland papillary carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thyroid gland papillary carcinoma`$children #> list() #> #> $`thyroid gland papillary carcinoma`$value #> [1] "thyroid gland papillary carcinoma" #> #> #> $`thyroid hormone resistance syndrome` #> $`thyroid hormone resistance syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11633" #> #> $`thyroid hormone resistance syndrome`$`_id` #> [1] "DOID_11633<DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid hormone resistance syndrome`$privateGeneCount #> [1] 0 #> #> $`thyroid hormone resistance syndrome`$publicGeneCount #> [1] 2 #> #> $`thyroid hormone resistance syndrome`$urlId #> [1] "DOID_11633" #> #> $`thyroid hormone resistance syndrome`$dbPhenotype #> [1] TRUE #> #> $`thyroid hormone resistance syndrome`$`_parent` #> [1] "DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid hormone resistance syndrome`$`_is_leaf` #> [1] TRUE #> #> $`thyroid hormone resistance syndrome`$children #> list() #> #> $`thyroid hormone resistance syndrome`$value #> [1] "thyroid hormone resistance syndrome" #> #> #> $thyrotoxicosis #> $thyrotoxicosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7997" #> #> $thyrotoxicosis$`_id` #> [1] "DOID_7997<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $thyrotoxicosis$privateGeneCount #> [1] 0 #> #> $thyrotoxicosis$publicGeneCount #> [1] 2 #> #> $thyrotoxicosis$urlId #> [1] "DOID_7997" #> #> $thyrotoxicosis$dbPhenotype #> [1] TRUE #> #> $thyrotoxicosis$`_parent` #> [1] "DOID_50<DOID_28<DOID_7<DOID_4" #> #> $thyrotoxicosis$`_is_leaf` #> [1] TRUE #> #> $thyrotoxicosis$children #> list() #> #> $thyrotoxicosis$value #> [1] "thyrotoxicosis" #> #> #> $`tic disorder` #> $`tic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2769" #> #> $`tic disorder`$`_id` #> [1] "DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`tic disorder`$privateGeneCount #> [1] 0 #> #> $`tic disorder`$publicGeneCount #> [1] 12 #> #> $`tic disorder`$urlId #> [1] "DOID_2769" #> #> $`tic disorder`$dbPhenotype #> [1] TRUE #> #> $`tic disorder`$`_parent` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`tic disorder`$`_is_leaf` #> [1] FALSE #> #> $`tic disorder`$children #> $`tic disorder`$children[[1]] #> [1] "DOID_10600<DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`tic disorder`$children[[2]] #> [1] "DOID_11119<DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`tic disorder`$children[[3]] #> [1] "DOID_2768<DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`tic disorder`$value #> [1] "tic disorder" #> #> #> $Tics #> $Tics$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100033" #> #> $Tics$`_id` #> [1] "HP_0100033<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Tics$privateGeneCount #> [1] 0 #> #> $Tics$publicGeneCount #> [1] 1 #> #> $Tics$urlId #> [1] "HP_0100033" #> #> $Tics$dbPhenotype #> [1] TRUE #> #> $Tics$`_parent` #> [1] "HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Tics$`_is_leaf` #> [1] TRUE #> #> $Tics$children #> list() #> #> $Tics$value #> [1] "Tics" #> #> #> $`Tietze's syndrome` #> $`Tietze's syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14021" #> #> $`Tietze's syndrome`$`_id` #> [1] "DOID_14021<DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Tietze's syndrome`$privateGeneCount #> [1] 0 #> #> $`Tietze's syndrome`$publicGeneCount #> [1] 1 #> #> $`Tietze's syndrome`$urlId #> [1] "DOID_14021" #> #> $`Tietze's syndrome`$dbPhenotype #> [1] TRUE #> #> $`Tietze's syndrome`$`_parent` #> [1] "DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Tietze's syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Tietze's syndrome`$children #> list() #> #> $`Tietze's syndrome`$value #> [1] "Tietze's syndrome" #> #> #> $`Tietze's syndrome` #> $`Tietze's syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14021" #> #> $`Tietze's syndrome`$`_id` #> [1] "DOID_14021<DOID_225<DOID_4" #> #> $`Tietze's syndrome`$privateGeneCount #> [1] 0 #> #> $`Tietze's syndrome`$publicGeneCount #> [1] 1 #> #> $`Tietze's syndrome`$urlId #> [1] "DOID_14021" #> #> $`Tietze's syndrome`$dbPhenotype #> [1] TRUE #> #> $`Tietze's syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Tietze's syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Tietze's syndrome`$children #> list() #> #> $`Tietze's syndrome`$value #> [1] "Tietze's syndrome" #> #> #> $`Timothy syndrome` #> $`Timothy syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060173" #> #> $`Timothy syndrome`$`_id` #> [1] "DOID_0060173<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Timothy syndrome`$privateGeneCount #> [1] 0 #> #> $`Timothy syndrome`$publicGeneCount #> [1] 1 #> #> $`Timothy syndrome`$urlId #> [1] "DOID_0060173" #> #> $`Timothy syndrome`$dbPhenotype #> [1] TRUE #> #> $`Timothy syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Timothy syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Timothy syndrome`$children #> list() #> #> $`Timothy syndrome`$value #> [1] "Timothy syndrome" #> #> #> $`Timothy syndrome` #> $`Timothy syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060173" #> #> $`Timothy syndrome`$`_id` #> [1] "DOID_0060173<DOID_225<DOID_4" #> #> $`Timothy syndrome`$privateGeneCount #> [1] 0 #> #> $`Timothy syndrome`$publicGeneCount #> [1] 1 #> #> $`Timothy syndrome`$urlId #> [1] "DOID_0060173" #> #> $`Timothy syndrome`$dbPhenotype #> [1] TRUE #> #> $`Timothy syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Timothy syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Timothy syndrome`$children #> list() #> #> $`Timothy syndrome`$value #> [1] "Timothy syndrome" #> #> #> $Tinnitus #> $Tinnitus$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000360" #> #> $Tinnitus$`_id` #> [1] "HP_0000360<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $Tinnitus$privateGeneCount #> [1] 0 #> #> $Tinnitus$publicGeneCount #> [1] 4 #> #> $Tinnitus$urlId #> [1] "HP_0000360" #> #> $Tinnitus$dbPhenotype #> [1] TRUE #> #> $Tinnitus$`_parent` #> [1] "HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $Tinnitus$`_is_leaf` #> [1] TRUE #> #> $Tinnitus$children #> list() #> #> $Tinnitus$value #> [1] "Tinnitus" #> #> #> $`tongue cancer` #> $`tongue cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8649" #> #> $`tongue cancer`$`_id` #> [1] "DOID_8649<DOID_10944<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tongue cancer`$privateGeneCount #> [1] 0 #> #> $`tongue cancer`$publicGeneCount #> [1] 201 #> #> $`tongue cancer`$urlId #> [1] "DOID_8649" #> #> $`tongue cancer`$dbPhenotype #> [1] TRUE #> #> $`tongue cancer`$`_parent` #> [1] "DOID_10944<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tongue cancer`$`_is_leaf` #> [1] FALSE #> #> $`tongue cancer`$children #> $`tongue cancer`$children[[1]] #> [1] "DOID_0050865<DOID_8649<DOID_10944<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`tongue cancer`$value #> [1] "tongue cancer" #> #> #> $`tongue cancer` #> $`tongue cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8649" #> #> $`tongue cancer`$`_id` #> [1] "DOID_8649<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`tongue cancer`$privateGeneCount #> [1] 0 #> #> $`tongue cancer`$publicGeneCount #> [1] 201 #> #> $`tongue cancer`$urlId #> [1] "DOID_8649" #> #> $`tongue cancer`$dbPhenotype #> [1] TRUE #> #> $`tongue cancer`$`_parent` #> [1] "DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`tongue cancer`$`_is_leaf` #> [1] FALSE #> #> $`tongue cancer`$children #> $`tongue cancer`$children[[1]] #> [1] "DOID_0050865<DOID_8649<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`tongue cancer`$value #> [1] "tongue cancer" #> #> #> $`tongue cancer` #> $`tongue cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8649" #> #> $`tongue cancer`$`_id` #> [1] "DOID_8649<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`tongue cancer`$privateGeneCount #> [1] 0 #> #> $`tongue cancer`$publicGeneCount #> [1] 201 #> #> $`tongue cancer`$urlId #> [1] "DOID_8649" #> #> $`tongue cancer`$dbPhenotype #> [1] TRUE #> #> $`tongue cancer`$`_parent` #> [1] "DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`tongue cancer`$`_is_leaf` #> [1] FALSE #> #> $`tongue cancer`$children #> $`tongue cancer`$children[[1]] #> [1] "DOID_0050865<DOID_8649<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`tongue cancer`$value #> [1] "tongue cancer" #> #> #> $`tongue cancer` #> $`tongue cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8649" #> #> $`tongue cancer`$`_id` #> [1] "DOID_8649<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tongue cancer`$privateGeneCount #> [1] 0 #> #> $`tongue cancer`$publicGeneCount #> [1] 201 #> #> $`tongue cancer`$urlId #> [1] "DOID_8649" #> #> $`tongue cancer`$dbPhenotype #> [1] TRUE #> #> $`tongue cancer`$`_parent` #> [1] "DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tongue cancer`$`_is_leaf` #> [1] FALSE #> #> $`tongue cancer`$children #> $`tongue cancer`$children[[1]] #> [1] "DOID_0050865<DOID_8649<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`tongue cancer`$value #> [1] "tongue cancer" #> #> #> $`tongue disease` #> $`tongue disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10944" #> #> $`tongue disease`$`_id` #> [1] "DOID_10944<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tongue disease`$privateGeneCount #> [1] 0 #> #> $`tongue disease`$publicGeneCount #> [1] 201 #> #> $`tongue disease`$urlId #> [1] "DOID_10944" #> #> $`tongue disease`$dbPhenotype #> [1] FALSE #> #> $`tongue disease`$`_parent` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tongue disease`$`_is_leaf` #> [1] FALSE #> #> $`tongue disease`$children #> $`tongue disease`$children[[1]] #> [1] "DOID_8649<DOID_10944<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`tongue disease`$value #> [1] "tongue disease" #> #> #> $`tongue squamous cell carcinoma` #> $`tongue squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050865" #> #> $`tongue squamous cell carcinoma`$`_id` #> [1] "DOID_0050865<DOID_5520<DOID_1542<DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`tongue squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`tongue squamous cell carcinoma`$publicGeneCount #> [1] 195 #> #> $`tongue squamous cell carcinoma`$urlId #> [1] "DOID_0050865" #> #> $`tongue squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$`_parent` #> [1] "DOID_5520<DOID_1542<DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`tongue squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$children #> list() #> #> $`tongue squamous cell carcinoma`$value #> [1] "tongue squamous cell carcinoma" #> #> #> $`tongue squamous cell carcinoma` #> $`tongue squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050865" #> #> $`tongue squamous cell carcinoma`$`_id` #> [1] "DOID_0050865<DOID_5520<DOID_1542<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`tongue squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`tongue squamous cell carcinoma`$publicGeneCount #> [1] 195 #> #> $`tongue squamous cell carcinoma`$urlId #> [1] "DOID_0050865" #> #> $`tongue squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$`_parent` #> [1] "DOID_5520<DOID_1542<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`tongue squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$children #> list() #> #> $`tongue squamous cell carcinoma`$value #> [1] "tongue squamous cell carcinoma" #> #> #> $`tongue squamous cell carcinoma` #> $`tongue squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050865" #> #> $`tongue squamous cell carcinoma`$`_id` #> [1] "DOID_0050865<DOID_5520<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`tongue squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`tongue squamous cell carcinoma`$publicGeneCount #> [1] 195 #> #> $`tongue squamous cell carcinoma`$urlId #> [1] "DOID_0050865" #> #> $`tongue squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$`_parent` #> [1] "DOID_5520<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`tongue squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$children #> list() #> #> $`tongue squamous cell carcinoma`$value #> [1] "tongue squamous cell carcinoma" #> #> #> $`tongue squamous cell carcinoma` #> $`tongue squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050865" #> #> $`tongue squamous cell carcinoma`$`_id` #> [1] "DOID_0050865<DOID_8649<DOID_10944<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tongue squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`tongue squamous cell carcinoma`$publicGeneCount #> [1] 195 #> #> $`tongue squamous cell carcinoma`$urlId #> [1] "DOID_0050865" #> #> $`tongue squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$`_parent` #> [1] "DOID_8649<DOID_10944<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tongue squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$children #> list() #> #> $`tongue squamous cell carcinoma`$value #> [1] "tongue squamous cell carcinoma" #> #> #> $`tongue squamous cell carcinoma` #> $`tongue squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050865" #> #> $`tongue squamous cell carcinoma`$`_id` #> [1] "DOID_0050865<DOID_8649<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`tongue squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`tongue squamous cell carcinoma`$publicGeneCount #> [1] 195 #> #> $`tongue squamous cell carcinoma`$urlId #> [1] "DOID_0050865" #> #> $`tongue squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$`_parent` #> [1] "DOID_8649<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`tongue squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$children #> list() #> #> $`tongue squamous cell carcinoma`$value #> [1] "tongue squamous cell carcinoma" #> #> #> $`tongue squamous cell carcinoma` #> $`tongue squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050865" #> #> $`tongue squamous cell carcinoma`$`_id` #> [1] "DOID_0050865<DOID_8649<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`tongue squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`tongue squamous cell carcinoma`$publicGeneCount #> [1] 195 #> #> $`tongue squamous cell carcinoma`$urlId #> [1] "DOID_0050865" #> #> $`tongue squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$`_parent` #> [1] "DOID_8649<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`tongue squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$children #> list() #> #> $`tongue squamous cell carcinoma`$value #> [1] "tongue squamous cell carcinoma" #> #> #> $`tongue squamous cell carcinoma` #> $`tongue squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050865" #> #> $`tongue squamous cell carcinoma`$`_id` #> [1] "DOID_0050865<DOID_8649<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tongue squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`tongue squamous cell carcinoma`$publicGeneCount #> [1] 195 #> #> $`tongue squamous cell carcinoma`$urlId #> [1] "DOID_0050865" #> #> $`tongue squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$`_parent` #> [1] "DOID_8649<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tongue squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$children #> list() #> #> $`tongue squamous cell carcinoma`$value #> [1] "tongue squamous cell carcinoma" #> #> #> $`tooth agenesis` #> $`tooth agenesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050591" #> #> $`tooth agenesis`$`_id` #> [1] "DOID_0050591<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tooth agenesis`$privateGeneCount #> [1] 0 #> #> $`tooth agenesis`$publicGeneCount #> [1] 6 #> #> $`tooth agenesis`$urlId #> [1] "DOID_0050591" #> #> $`tooth agenesis`$dbPhenotype #> [1] TRUE #> #> $`tooth agenesis`$`_parent` #> [1] "DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tooth agenesis`$`_is_leaf` #> [1] TRUE #> #> $`tooth agenesis`$children #> list() #> #> $`tooth agenesis`$value #> [1] "tooth agenesis" #> #> #> $`tooth and nail syndrome` #> $`tooth and nail syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6678" #> #> $`tooth and nail syndrome`$`_id` #> [1] "DOID_6678<DOID_225<DOID_4" #> #> $`tooth and nail syndrome`$privateGeneCount #> [1] 0 #> #> $`tooth and nail syndrome`$publicGeneCount #> [1] 1 #> #> $`tooth and nail syndrome`$urlId #> [1] "DOID_6678" #> #> $`tooth and nail syndrome`$dbPhenotype #> [1] TRUE #> #> $`tooth and nail syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`tooth and nail syndrome`$`_is_leaf` #> [1] TRUE #> #> $`tooth and nail syndrome`$children #> list() #> #> $`tooth and nail syndrome`$value #> [1] "tooth and nail syndrome" #> #> #> $`tooth disease` #> $`tooth disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1091" #> #> $`tooth disease`$`_id` #> [1] "DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tooth disease`$privateGeneCount #> [1] 0 #> #> $`tooth disease`$publicGeneCount #> [1] 118 #> #> $`tooth disease`$urlId #> [1] "DOID_1091" #> #> $`tooth disease`$dbPhenotype #> [1] TRUE #> #> $`tooth disease`$`_parent` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tooth disease`$`_is_leaf` #> [1] FALSE #> #> $`tooth disease`$children #> $`tooth disease`$children[[1]] #> [1] "DOID_13714<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tooth disease`$children[[2]] #> [1] "DOID_4154<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tooth disease`$children[[3]] #> [1] "DOID_3389<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tooth disease`$children[[4]] #> [1] "DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tooth disease`$children[[5]] #> [1] "DOID_9893<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tooth disease`$children[[6]] #> [1] "DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tooth disease`$children[[7]] #> [1] "DOID_0050591<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`tooth disease`$value #> [1] "tooth disease" #> #> #> $`Torsade de pointes` #> $`Torsade de pointes`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001664" #> #> $`Torsade de pointes`$`_id` #> [1] "HP_0001664<HP_0004308<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Torsade de pointes`$privateGeneCount #> [1] 0 #> #> $`Torsade de pointes`$publicGeneCount #> [1] 3 #> #> $`Torsade de pointes`$urlId #> [1] "HP_0001664" #> #> $`Torsade de pointes`$dbPhenotype #> [1] TRUE #> #> $`Torsade de pointes`$`_parent` #> [1] "HP_0004308<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Torsade de pointes`$`_is_leaf` #> [1] TRUE #> #> $`Torsade de pointes`$children #> list() #> #> $`Torsade de pointes`$value #> [1] "Torsade de pointes" #> #> #> $`Torsion dystonia` #> $`Torsion dystonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001304" #> #> $`Torsion dystonia`$`_id` #> [1] "HP_0001304<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Torsion dystonia`$privateGeneCount #> [1] 0 #> #> $`Torsion dystonia`$publicGeneCount #> [1] 3 #> #> $`Torsion dystonia`$urlId #> [1] "HP_0001304" #> #> $`Torsion dystonia`$dbPhenotype #> [1] TRUE #> #> $`Torsion dystonia`$`_parent` #> [1] "HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Torsion dystonia`$`_is_leaf` #> [1] TRUE #> #> $`Torsion dystonia`$children #> list() #> #> $`Torsion dystonia`$value #> [1] "Torsion dystonia" #> #> #> $Torticollis #> $Torticollis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000473" #> #> $Torticollis$`_id` #> [1] "HP_0000473<HP_0011006<HP_0000464<HP_0000152<HP_0000118<HP_0000001" #> #> $Torticollis$privateGeneCount #> [1] 0 #> #> $Torticollis$publicGeneCount #> [1] 3 #> #> $Torticollis$urlId #> [1] "HP_0000473" #> #> $Torticollis$dbPhenotype #> [1] TRUE #> #> $Torticollis$`_parent` #> [1] "HP_0011006<HP_0000464<HP_0000152<HP_0000118<HP_0000001" #> #> $Torticollis$`_is_leaf` #> [1] TRUE #> #> $Torticollis$children #> list() #> #> $Torticollis$value #> [1] "Torticollis" #> #> #> $Torticollis #> $Torticollis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000473" #> #> $Torticollis$`_id` #> [1] "HP_0000473<HP_0011006<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $Torticollis$privateGeneCount #> [1] 0 #> #> $Torticollis$publicGeneCount #> [1] 3 #> #> $Torticollis$urlId #> [1] "HP_0000473" #> #> $Torticollis$dbPhenotype #> [1] TRUE #> #> $Torticollis$`_parent` #> [1] "HP_0011006<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $Torticollis$`_is_leaf` #> [1] TRUE #> #> $Torticollis$children #> list() #> #> $Torticollis$value #> [1] "Torticollis" #> #> #> $Torticollis #> $Torticollis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000473" #> #> $Torticollis$`_id` #> [1] "HP_0000473<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Torticollis$privateGeneCount #> [1] 0 #> #> $Torticollis$publicGeneCount #> [1] 3 #> #> $Torticollis$urlId #> [1] "HP_0000473" #> #> $Torticollis$dbPhenotype #> [1] TRUE #> #> $Torticollis$`_parent` #> [1] "HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Torticollis$`_is_leaf` #> [1] TRUE #> #> $Torticollis$children #> list() #> #> $Torticollis$value #> [1] "Torticollis" #> #> #> $Torticollis #> $Torticollis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000473" #> #> $Torticollis$`_id` #> [1] "HP_0000473<HP_0012179<HP_0004373<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Torticollis$privateGeneCount #> [1] 0 #> #> $Torticollis$publicGeneCount #> [1] 3 #> #> $Torticollis$urlId #> [1] "HP_0000473" #> #> $Torticollis$dbPhenotype #> [1] TRUE #> #> $Torticollis$`_parent` #> [1] "HP_0012179<HP_0004373<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Torticollis$`_is_leaf` #> [1] TRUE #> #> $Torticollis$children #> list() #> #> $Torticollis$value #> [1] "Torticollis" #> #> #> $`Townes-Brocks syndrome` #> $`Townes-Brocks syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050887" #> #> $`Townes-Brocks syndrome`$`_id` #> [1] "DOID_0050887<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Townes-Brocks syndrome`$privateGeneCount #> [1] 0 #> #> $`Townes-Brocks syndrome`$publicGeneCount #> [1] 1 #> #> $`Townes-Brocks syndrome`$urlId #> [1] "DOID_0050887" #> #> $`Townes-Brocks syndrome`$dbPhenotype #> [1] TRUE #> #> $`Townes-Brocks syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Townes-Brocks syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Townes-Brocks syndrome`$children #> list() #> #> $`Townes-Brocks syndrome`$value #> [1] "Townes-Brocks syndrome" #> #> #> $`Townes-Brocks syndrome` #> $`Townes-Brocks syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050887" #> #> $`Townes-Brocks syndrome`$`_id` #> [1] "DOID_0050887<DOID_225<DOID_4" #> #> $`Townes-Brocks syndrome`$privateGeneCount #> [1] 0 #> #> $`Townes-Brocks syndrome`$publicGeneCount #> [1] 1 #> #> $`Townes-Brocks syndrome`$urlId #> [1] "DOID_0050887" #> #> $`Townes-Brocks syndrome`$dbPhenotype #> [1] TRUE #> #> $`Townes-Brocks syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Townes-Brocks syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Townes-Brocks syndrome`$children #> list() #> #> $`Townes-Brocks syndrome`$value #> [1] "Townes-Brocks syndrome" #> #> #> $`toxic encephalopathy` #> $`toxic encephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3602" #> #> $`toxic encephalopathy`$`_id` #> [1] "DOID_3602<DOID_863<DOID_7<DOID_4" #> #> $`toxic encephalopathy`$privateGeneCount #> [1] 0 #> #> $`toxic encephalopathy`$publicGeneCount #> [1] 46 #> #> $`toxic encephalopathy`$urlId #> [1] "DOID_3602" #> #> $`toxic encephalopathy`$dbPhenotype #> [1] TRUE #> #> $`toxic encephalopathy`$`_parent` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`toxic encephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`toxic encephalopathy`$children #> list() #> #> $`toxic encephalopathy`$value #> [1] "toxic encephalopathy" #> #> #> $`toxic shock syndrome` #> $`toxic shock syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14115" #> #> $`toxic shock syndrome`$`_id` #> [1] "DOID_14115<DOID_0050339<DOID_104<DOID_0050117<DOID_4" #> #> $`toxic shock syndrome`$privateGeneCount #> [1] 0 #> #> $`toxic shock syndrome`$publicGeneCount #> [1] 18 #> #> $`toxic shock syndrome`$urlId #> [1] "DOID_14115" #> #> $`toxic shock syndrome`$dbPhenotype #> [1] TRUE #> #> $`toxic shock syndrome`$`_parent` #> [1] "DOID_0050339<DOID_104<DOID_0050117<DOID_4" #> #> $`toxic shock syndrome`$`_is_leaf` #> [1] TRUE #> #> $`toxic shock syndrome`$children #> list() #> #> $`toxic shock syndrome`$value #> [1] "toxic shock syndrome" #> #> #> $toxoplasmosis #> $toxoplasmosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9965" #> #> $toxoplasmosis$`_id` #> [1] "DOID_9965<DOID_2113<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $toxoplasmosis$privateGeneCount #> [1] 0 #> #> $toxoplasmosis$publicGeneCount #> [1] 2 #> #> $toxoplasmosis$urlId #> [1] "DOID_9965" #> #> $toxoplasmosis$dbPhenotype #> [1] TRUE #> #> $toxoplasmosis$`_parent` #> [1] "DOID_2113<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $toxoplasmosis$`_is_leaf` #> [1] TRUE #> #> $toxoplasmosis$children #> list() #> #> $toxoplasmosis$value #> [1] "toxoplasmosis" #> #> #> $`tracheal disease` #> $`tracheal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3225" #> #> $`tracheal disease`$`_id` #> [1] "DOID_3225<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`tracheal disease`$privateGeneCount #> [1] 0 #> #> $`tracheal disease`$publicGeneCount #> [1] 1 #> #> $`tracheal disease`$urlId #> [1] "DOID_3225" #> #> $`tracheal disease`$dbPhenotype #> [1] FALSE #> #> $`tracheal disease`$`_parent` #> [1] "DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`tracheal disease`$`_is_leaf` #> [1] FALSE #> #> $`tracheal disease`$children #> $`tracheal disease`$children[[1]] #> [1] "DOID_3227<DOID_3225<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $`tracheal disease`$value #> [1] "tracheal disease" #> #> #> $`tracheal stenosis` #> $`tracheal stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3227" #> #> $`tracheal stenosis`$`_id` #> [1] "DOID_3227<DOID_3225<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`tracheal stenosis`$privateGeneCount #> [1] 0 #> #> $`tracheal stenosis`$publicGeneCount #> [1] 1 #> #> $`tracheal stenosis`$urlId #> [1] "DOID_3227" #> #> $`tracheal stenosis`$dbPhenotype #> [1] TRUE #> #> $`tracheal stenosis`$`_parent` #> [1] "DOID_3225<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`tracheal stenosis`$`_is_leaf` #> [1] TRUE #> #> $`tracheal stenosis`$children #> list() #> #> $`tracheal stenosis`$value #> [1] "tracheal stenosis" #> #> #> $`Tracheoesophageal fistula` #> $`Tracheoesophageal fistula`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002575" #> #> $`Tracheoesophageal fistula`$`_id` #> [1] "HP_0002575<HP_0002031<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Tracheoesophageal fistula`$privateGeneCount #> [1] 0 #> #> $`Tracheoesophageal fistula`$publicGeneCount #> [1] 1 #> #> $`Tracheoesophageal fistula`$urlId #> [1] "HP_0002575" #> #> $`Tracheoesophageal fistula`$dbPhenotype #> [1] TRUE #> #> $`Tracheoesophageal fistula`$`_parent` #> [1] "HP_0002031<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Tracheoesophageal fistula`$`_is_leaf` #> [1] TRUE #> #> $`Tracheoesophageal fistula`$children #> list() #> #> $`Tracheoesophageal fistula`$value #> [1] "Tracheoesophageal fistula" #> #> #> $`Tracheoesophageal fistula` #> $`Tracheoesophageal fistula`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002575" #> #> $`Tracheoesophageal fistula`$`_id` #> [1] "HP_0002575<HP_0002778<HP_0005607<HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Tracheoesophageal fistula`$privateGeneCount #> [1] 0 #> #> $`Tracheoesophageal fistula`$publicGeneCount #> [1] 1 #> #> $`Tracheoesophageal fistula`$urlId #> [1] "HP_0002575" #> #> $`Tracheoesophageal fistula`$dbPhenotype #> [1] TRUE #> #> $`Tracheoesophageal fistula`$`_parent` #> [1] "HP_0002778<HP_0005607<HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Tracheoesophageal fistula`$`_is_leaf` #> [1] TRUE #> #> $`Tracheoesophageal fistula`$children #> list() #> #> $`Tracheoesophageal fistula`$value #> [1] "Tracheoesophageal fistula" #> #> #> $trachoma #> $trachoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11265" #> #> $trachoma$`_id` #> [1] "DOID_11265<DOID_0050339<DOID_104<DOID_0050117<DOID_4" #> #> $trachoma$privateGeneCount #> [1] 0 #> #> $trachoma$publicGeneCount #> [1] 4 #> #> $trachoma$urlId #> [1] "DOID_11265" #> #> $trachoma$dbPhenotype #> [1] TRUE #> #> $trachoma$`_parent` #> [1] "DOID_0050339<DOID_104<DOID_0050117<DOID_4" #> #> $trachoma$`_is_leaf` #> [1] TRUE #> #> $trachoma$children #> list() #> #> $trachoma$value #> [1] "trachoma" #> #> #> $trachoma #> $trachoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11265" #> #> $trachoma$`_id` #> [1] "DOID_11265<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $trachoma$privateGeneCount #> [1] 0 #> #> $trachoma$publicGeneCount #> [1] 4 #> #> $trachoma$urlId #> [1] "DOID_11265" #> #> $trachoma$dbPhenotype #> [1] TRUE #> #> $trachoma$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $trachoma$`_is_leaf` #> [1] TRUE #> #> $trachoma$children #> list() #> #> $trachoma$value #> [1] "trachoma" #> #> #> $`transcobalamin II deficiency` #> $`transcobalamin II deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050818" #> #> $`transcobalamin II deficiency`$`_id` #> [1] "DOID_0050818<DOID_0050731<DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`transcobalamin II deficiency`$privateGeneCount #> [1] 0 #> #> $`transcobalamin II deficiency`$publicGeneCount #> [1] 1 #> #> $`transcobalamin II deficiency`$urlId #> [1] "DOID_0050818" #> #> $`transcobalamin II deficiency`$dbPhenotype #> [1] TRUE #> #> $`transcobalamin II deficiency`$`_parent` #> [1] "DOID_0050731<DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`transcobalamin II deficiency`$`_is_leaf` #> [1] TRUE #> #> $`transcobalamin II deficiency`$children #> list() #> #> $`transcobalamin II deficiency`$value #> [1] "transcobalamin II deficiency" #> #> #> $`transient cerebral ischemia` #> $`transient cerebral ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_224" #> #> $`transient cerebral ischemia`$`_id` #> [1] "DOID_224<DOID_2316<DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`transient cerebral ischemia`$privateGeneCount #> [1] 0 #> #> $`transient cerebral ischemia`$publicGeneCount #> [1] 12 #> #> $`transient cerebral ischemia`$urlId #> [1] "DOID_224" #> #> $`transient cerebral ischemia`$dbPhenotype #> [1] TRUE #> #> $`transient cerebral ischemia`$`_parent` #> [1] "DOID_2316<DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`transient cerebral ischemia`$`_is_leaf` #> [1] TRUE #> #> $`transient cerebral ischemia`$children #> list() #> #> $`transient cerebral ischemia`$value #> [1] "transient cerebral ischemia" #> #> #> $`transient cerebral ischemia` #> $`transient cerebral ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_224" #> #> $`transient cerebral ischemia`$`_id` #> [1] "DOID_224<DOID_2316<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`transient cerebral ischemia`$privateGeneCount #> [1] 0 #> #> $`transient cerebral ischemia`$publicGeneCount #> [1] 12 #> #> $`transient cerebral ischemia`$urlId #> [1] "DOID_224" #> #> $`transient cerebral ischemia`$dbPhenotype #> [1] TRUE #> #> $`transient cerebral ischemia`$`_parent` #> [1] "DOID_2316<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`transient cerebral ischemia`$`_is_leaf` #> [1] TRUE #> #> $`transient cerebral ischemia`$children #> list() #> #> $`transient cerebral ischemia`$value #> [1] "transient cerebral ischemia" #> #> #> $`transient cerebral ischemia` #> $`transient cerebral ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_224" #> #> $`transient cerebral ischemia`$`_id` #> [1] "DOID_224<DOID_2316<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`transient cerebral ischemia`$privateGeneCount #> [1] 0 #> #> $`transient cerebral ischemia`$publicGeneCount #> [1] 12 #> #> $`transient cerebral ischemia`$urlId #> [1] "DOID_224" #> #> $`transient cerebral ischemia`$dbPhenotype #> [1] TRUE #> #> $`transient cerebral ischemia`$`_parent` #> [1] "DOID_2316<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`transient cerebral ischemia`$`_is_leaf` #> [1] TRUE #> #> $`transient cerebral ischemia`$children #> list() #> #> $`transient cerebral ischemia`$value #> [1] "transient cerebral ischemia" #> #> #> $`transient neonatal diabetes mellitus` #> $`transient neonatal diabetes mellitus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060334" #> #> $`transient neonatal diabetes mellitus`$`_id` #> [1] "DOID_0060334<DOID_11717<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`transient neonatal diabetes mellitus`$privateGeneCount #> [1] 0 #> #> $`transient neonatal diabetes mellitus`$publicGeneCount #> [1] 4 #> #> $`transient neonatal diabetes mellitus`$urlId #> [1] "DOID_0060334" #> #> $`transient neonatal diabetes mellitus`$dbPhenotype #> [1] TRUE #> #> $`transient neonatal diabetes mellitus`$`_parent` #> [1] "DOID_11717<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`transient neonatal diabetes mellitus`$`_is_leaf` #> [1] TRUE #> #> $`transient neonatal diabetes mellitus`$children #> list() #> #> $`transient neonatal diabetes mellitus`$value #> [1] "transient neonatal diabetes mellitus" #> #> #> $`transient tic disorder` #> $`transient tic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2768" #> #> $`transient tic disorder`$`_id` #> [1] "DOID_2768<DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`transient tic disorder`$privateGeneCount #> [1] 0 #> #> $`transient tic disorder`$publicGeneCount #> [1] 2 #> #> $`transient tic disorder`$urlId #> [1] "DOID_2768" #> #> $`transient tic disorder`$dbPhenotype #> [1] TRUE #> #> $`transient tic disorder`$`_parent` #> [1] "DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`transient tic disorder`$`_is_leaf` #> [1] TRUE #> #> $`transient tic disorder`$children #> list() #> #> $`transient tic disorder`$value #> [1] "transient tic disorder" #> #> #> $`transitional cell carcinoma` #> $`transitional cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2671" #> #> $`transitional cell carcinoma`$`_id` #> [1] "DOID_2671<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`transitional cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`transitional cell carcinoma`$publicGeneCount #> [1] 103 #> #> $`transitional cell carcinoma`$urlId #> [1] "DOID_2671" #> #> $`transitional cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`transitional cell carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`transitional cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`transitional cell carcinoma`$children #> list() #> #> $`transitional cell carcinoma`$value #> [1] "transitional cell carcinoma" #> #> #> $`transitional meningioma` #> $`transitional meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7213" #> #> $`transitional meningioma`$`_id` #> [1] "DOID_7213<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`transitional meningioma`$privateGeneCount #> [1] 0 #> #> $`transitional meningioma`$publicGeneCount #> [1] 16 #> #> $`transitional meningioma`$urlId #> [1] "DOID_7213" #> #> $`transitional meningioma`$dbPhenotype #> [1] TRUE #> #> $`transitional meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`transitional meningioma`$`_is_leaf` #> [1] TRUE #> #> $`transitional meningioma`$children #> list() #> #> $`transitional meningioma`$value #> [1] "transitional meningioma" #> #> #> $`transitional meningioma` #> $`transitional meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7213" #> #> $`transitional meningioma`$`_id` #> [1] "DOID_7213<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`transitional meningioma`$privateGeneCount #> [1] 0 #> #> $`transitional meningioma`$publicGeneCount #> [1] 16 #> #> $`transitional meningioma`$urlId #> [1] "DOID_7213" #> #> $`transitional meningioma`$dbPhenotype #> [1] TRUE #> #> $`transitional meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`transitional meningioma`$`_is_leaf` #> [1] TRUE #> #> $`transitional meningioma`$children #> list() #> #> $`transitional meningioma`$value #> [1] "transitional meningioma" #> #> #> $`transitional meningioma` #> $`transitional meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7213" #> #> $`transitional meningioma`$`_id` #> [1] "DOID_7213<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`transitional meningioma`$privateGeneCount #> [1] 0 #> #> $`transitional meningioma`$publicGeneCount #> [1] 16 #> #> $`transitional meningioma`$urlId #> [1] "DOID_7213" #> #> $`transitional meningioma`$dbPhenotype #> [1] TRUE #> #> $`transitional meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`transitional meningioma`$`_is_leaf` #> [1] TRUE #> #> $`transitional meningioma`$children #> list() #> #> $`transitional meningioma`$value #> [1] "transitional meningioma" #> #> #> $`Transposition of the great arteries` #> $`Transposition of the great arteries`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001669" #> #> $`Transposition of the great arteries`$`_id` #> [1] "HP_0001669<HP_0011563<HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Transposition of the great arteries`$privateGeneCount #> [1] 0 #> #> $`Transposition of the great arteries`$publicGeneCount #> [1] 3 #> #> $`Transposition of the great arteries`$urlId #> [1] "HP_0001669" #> #> $`Transposition of the great arteries`$dbPhenotype #> [1] TRUE #> #> $`Transposition of the great arteries`$`_parent` #> [1] "HP_0011563<HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Transposition of the great arteries`$`_is_leaf` #> [1] TRUE #> #> $`Transposition of the great arteries`$children #> list() #> #> $`Transposition of the great arteries`$value #> [1] "Transposition of the great arteries" #> #> #> $`Transposition of the great arteries` #> $`Transposition of the great arteries`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001669" #> #> $`Transposition of the great arteries`$`_id` #> [1] "HP_0001669<HP_0011603<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Transposition of the great arteries`$privateGeneCount #> [1] 0 #> #> $`Transposition of the great arteries`$publicGeneCount #> [1] 3 #> #> $`Transposition of the great arteries`$urlId #> [1] "HP_0001669" #> #> $`Transposition of the great arteries`$dbPhenotype #> [1] TRUE #> #> $`Transposition of the great arteries`$`_parent` #> [1] "HP_0011603<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Transposition of the great arteries`$`_is_leaf` #> [1] TRUE #> #> $`Transposition of the great arteries`$children #> list() #> #> $`Transposition of the great arteries`$value #> [1] "Transposition of the great arteries" #> #> #> $`Transposition of the great arteries` #> $`Transposition of the great arteries`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001669" #> #> $`Transposition of the great arteries`$`_id` #> [1] "HP_0001669<HP_0011603<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Transposition of the great arteries`$privateGeneCount #> [1] 0 #> #> $`Transposition of the great arteries`$publicGeneCount #> [1] 3 #> #> $`Transposition of the great arteries`$urlId #> [1] "HP_0001669" #> #> $`Transposition of the great arteries`$dbPhenotype #> [1] TRUE #> #> $`Transposition of the great arteries`$`_parent` #> [1] "HP_0011603<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Transposition of the great arteries`$`_is_leaf` #> [1] TRUE #> #> $`Transposition of the great arteries`$children #> list() #> #> $`Transposition of the great arteries`$value #> [1] "Transposition of the great arteries" #> #> #> $`transthyretin amyloidosis` #> $`transthyretin amyloidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050638" #> #> $`transthyretin amyloidosis`$`_id` #> [1] "DOID_0050638<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`transthyretin amyloidosis`$privateGeneCount #> [1] 0 #> #> $`transthyretin amyloidosis`$publicGeneCount #> [1] 1 #> #> $`transthyretin amyloidosis`$urlId #> [1] "DOID_0050638" #> #> $`transthyretin amyloidosis`$dbPhenotype #> [1] TRUE #> #> $`transthyretin amyloidosis`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`transthyretin amyloidosis`$`_is_leaf` #> [1] TRUE #> #> $`transthyretin amyloidosis`$children #> list() #> #> $`transthyretin amyloidosis`$value #> [1] "transthyretin amyloidosis" #> #> #> $`transthyretin amyloidosis` #> $`transthyretin amyloidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050638" #> #> $`transthyretin amyloidosis`$`_id` #> [1] "DOID_0050638<DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`transthyretin amyloidosis`$privateGeneCount #> [1] 0 #> #> $`transthyretin amyloidosis`$publicGeneCount #> [1] 1 #> #> $`transthyretin amyloidosis`$urlId #> [1] "DOID_0050638" #> #> $`transthyretin amyloidosis`$dbPhenotype #> [1] TRUE #> #> $`transthyretin amyloidosis`$`_parent` #> [1] "DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`transthyretin amyloidosis`$`_is_leaf` #> [1] TRUE #> #> $`transthyretin amyloidosis`$children #> list() #> #> $`transthyretin amyloidosis`$value #> [1] "transthyretin amyloidosis" #> #> #> $`Treacher Collins syndrome` #> $`Treacher Collins syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2908" #> #> $`Treacher Collins syndrome`$`_id` #> [1] "DOID_2908<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Treacher Collins syndrome`$privateGeneCount #> [1] 0 #> #> $`Treacher Collins syndrome`$publicGeneCount #> [1] 4 #> #> $`Treacher Collins syndrome`$urlId #> [1] "DOID_2908" #> #> $`Treacher Collins syndrome`$dbPhenotype #> [1] TRUE #> #> $`Treacher Collins syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Treacher Collins syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Treacher Collins syndrome`$children #> list() #> #> $`Treacher Collins syndrome`$value #> [1] "Treacher Collins syndrome" #> #> #> $`Treacher Collins syndrome` #> $`Treacher Collins syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2908" #> #> $`Treacher Collins syndrome`$`_id` #> [1] "DOID_2908<DOID_225<DOID_4" #> #> $`Treacher Collins syndrome`$privateGeneCount #> [1] 0 #> #> $`Treacher Collins syndrome`$publicGeneCount #> [1] 4 #> #> $`Treacher Collins syndrome`$urlId #> [1] "DOID_2908" #> #> $`Treacher Collins syndrome`$dbPhenotype #> [1] TRUE #> #> $`Treacher Collins syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Treacher Collins syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Treacher Collins syndrome`$children #> list() #> #> $`Treacher Collins syndrome`$value #> [1] "Treacher Collins syndrome" #> #> #> $Tremor #> $Tremor$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001337" #> #> $Tremor$`_id` #> [1] "HP_0001337<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Tremor$privateGeneCount #> [1] 0 #> #> $Tremor$publicGeneCount #> [1] 6 #> #> $Tremor$urlId #> [1] "HP_0001337" #> #> $Tremor$dbPhenotype #> [1] TRUE #> #> $Tremor$`_parent` #> [1] "HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Tremor$`_is_leaf` #> [1] TRUE #> #> $Tremor$children #> list() #> #> $Tremor$value #> [1] "Tremor" #> #> #> $Trichiasis #> $Trichiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001128" #> #> $Trichiasis$`_id` #> [1] "HP_0001128<HP_0000499<HP_0000492<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Trichiasis$privateGeneCount #> [1] 0 #> #> $Trichiasis$publicGeneCount #> [1] 2 #> #> $Trichiasis$urlId #> [1] "HP_0001128" #> #> $Trichiasis$dbPhenotype #> [1] TRUE #> #> $Trichiasis$`_parent` #> [1] "HP_0000499<HP_0000492<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Trichiasis$`_is_leaf` #> [1] TRUE #> #> $Trichiasis$children #> list() #> #> $Trichiasis$value #> [1] "Trichiasis" #> #> #> $Trichiasis #> $Trichiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001128" #> #> $Trichiasis$`_id` #> [1] "HP_0001128<HP_0000499<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $Trichiasis$privateGeneCount #> [1] 0 #> #> $Trichiasis$publicGeneCount #> [1] 2 #> #> $Trichiasis$urlId #> [1] "HP_0001128" #> #> $Trichiasis$dbPhenotype #> [1] TRUE #> #> $Trichiasis$`_parent` #> [1] "HP_0000499<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $Trichiasis$`_is_leaf` #> [1] TRUE #> #> $Trichiasis$children #> list() #> #> $Trichiasis$value #> [1] "Trichiasis" #> #> #> $`trichorhinophalangeal syndrome type I` #> $`trichorhinophalangeal syndrome type I`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14743" #> #> $`trichorhinophalangeal syndrome type I`$`_id` #> [1] "DOID_14743<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`trichorhinophalangeal syndrome type I`$privateGeneCount #> [1] 0 #> #> $`trichorhinophalangeal syndrome type I`$publicGeneCount #> [1] 1 #> #> $`trichorhinophalangeal syndrome type I`$urlId #> [1] "DOID_14743" #> #> $`trichorhinophalangeal syndrome type I`$dbPhenotype #> [1] TRUE #> #> $`trichorhinophalangeal syndrome type I`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`trichorhinophalangeal syndrome type I`$`_is_leaf` #> [1] TRUE #> #> $`trichorhinophalangeal syndrome type I`$children #> list() #> #> $`trichorhinophalangeal syndrome type I`$value #> [1] "trichorhinophalangeal syndrome type I" #> #> #> $`trichorhinophalangeal syndrome type I` #> $`trichorhinophalangeal syndrome type I`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14743" #> #> $`trichorhinophalangeal syndrome type I`$`_id` #> [1] "DOID_14743<DOID_225<DOID_4" #> #> $`trichorhinophalangeal syndrome type I`$privateGeneCount #> [1] 0 #> #> $`trichorhinophalangeal syndrome type I`$publicGeneCount #> [1] 1 #> #> $`trichorhinophalangeal syndrome type I`$urlId #> [1] "DOID_14743" #> #> $`trichorhinophalangeal syndrome type I`$dbPhenotype #> [1] TRUE #> #> $`trichorhinophalangeal syndrome type I`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`trichorhinophalangeal syndrome type I`$`_is_leaf` #> [1] TRUE #> #> $`trichorhinophalangeal syndrome type I`$children #> list() #> #> $`trichorhinophalangeal syndrome type I`$value #> [1] "trichorhinophalangeal syndrome type I" #> #> #> $`trichorhinophalangeal syndrome type II` #> $`trichorhinophalangeal syndrome type II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4998" #> #> $`trichorhinophalangeal syndrome type II`$`_id` #> [1] "DOID_4998<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`trichorhinophalangeal syndrome type II`$privateGeneCount #> [1] 0 #> #> $`trichorhinophalangeal syndrome type II`$publicGeneCount #> [1] 1 #> #> $`trichorhinophalangeal syndrome type II`$urlId #> [1] "DOID_4998" #> #> $`trichorhinophalangeal syndrome type II`$dbPhenotype #> [1] TRUE #> #> $`trichorhinophalangeal syndrome type II`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`trichorhinophalangeal syndrome type II`$`_is_leaf` #> [1] TRUE #> #> $`trichorhinophalangeal syndrome type II`$children #> list() #> #> $`trichorhinophalangeal syndrome type II`$value #> [1] "trichorhinophalangeal syndrome type II" #> #> #> $`trichorhinophalangeal syndrome type II` #> $`trichorhinophalangeal syndrome type II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4998" #> #> $`trichorhinophalangeal syndrome type II`$`_id` #> [1] "DOID_4998<DOID_225<DOID_4" #> #> $`trichorhinophalangeal syndrome type II`$privateGeneCount #> [1] 0 #> #> $`trichorhinophalangeal syndrome type II`$publicGeneCount #> [1] 1 #> #> $`trichorhinophalangeal syndrome type II`$urlId #> [1] "DOID_4998" #> #> $`trichorhinophalangeal syndrome type II`$dbPhenotype #> [1] TRUE #> #> $`trichorhinophalangeal syndrome type II`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`trichorhinophalangeal syndrome type II`$`_is_leaf` #> [1] TRUE #> #> $`trichorhinophalangeal syndrome type II`$children #> list() #> #> $`trichorhinophalangeal syndrome type II`$value #> [1] "trichorhinophalangeal syndrome type II" #> #> #> $trichothiodystrophy #> $trichothiodystrophy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111866" #> #> $trichothiodystrophy$`_id` #> [1] "DOID_0111866<DOID_225<DOID_4" #> #> $trichothiodystrophy$privateGeneCount #> [1] 0 #> #> $trichothiodystrophy$publicGeneCount #> [1] 5 #> #> $trichothiodystrophy$urlId #> [1] "DOID_0111866" #> #> $trichothiodystrophy$dbPhenotype #> [1] FALSE #> #> $trichothiodystrophy$`_parent` #> [1] "DOID_225<DOID_4" #> #> $trichothiodystrophy$`_is_leaf` #> [1] FALSE #> #> $trichothiodystrophy$children #> $trichothiodystrophy$children[[1]] #> [1] "DOID_0111867<DOID_0111866<DOID_225<DOID_4" #> #> $trichothiodystrophy$children[[2]] #> [1] "DOID_2960<DOID_0111866<DOID_225<DOID_4" #> #> #> $trichothiodystrophy$value #> [1] "trichothiodystrophy" #> #> #> $trichotillomania #> $trichotillomania$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050587" #> #> $trichotillomania$`_id` #> [1] "DOID_0050587<DOID_10937<DOID_150<DOID_4" #> #> $trichotillomania$privateGeneCount #> [1] 0 #> #> $trichotillomania$publicGeneCount #> [1] 2 #> #> $trichotillomania$urlId #> [1] "DOID_0050587" #> #> $trichotillomania$dbPhenotype #> [1] TRUE #> #> $trichotillomania$`_parent` #> [1] "DOID_10937<DOID_150<DOID_4" #> #> $trichotillomania$`_is_leaf` #> [1] TRUE #> #> $trichotillomania$children #> list() #> #> $trichotillomania$value #> [1] "trichotillomania" #> #> #> $trichuriasis #> $trichuriasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1252" #> #> $trichuriasis$`_id` #> [1] "DOID_1252<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $trichuriasis$privateGeneCount #> [1] 0 #> #> $trichuriasis$publicGeneCount #> [1] 2 #> #> $trichuriasis$urlId #> [1] "DOID_1252" #> #> $trichuriasis$dbPhenotype #> [1] TRUE #> #> $trichuriasis$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $trichuriasis$`_is_leaf` #> [1] TRUE #> #> $trichuriasis$children #> list() #> #> $trichuriasis$value #> [1] "trichuriasis" #> #> #> $trichuriasis #> $trichuriasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1252" #> #> $trichuriasis$`_id` #> [1] "DOID_1252<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $trichuriasis$privateGeneCount #> [1] 0 #> #> $trichuriasis$publicGeneCount #> [1] 2 #> #> $trichuriasis$urlId #> [1] "DOID_1252" #> #> $trichuriasis$dbPhenotype #> [1] TRUE #> #> $trichuriasis$`_parent` #> [1] "DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $trichuriasis$`_is_leaf` #> [1] TRUE #> #> $trichuriasis$children #> list() #> #> $trichuriasis$value #> [1] "trichuriasis" #> #> #> $Trigonocephaly #> $Trigonocephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000243" #> #> $Trigonocephaly$`_id` #> [1] "HP_0000243<HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Trigonocephaly$privateGeneCount #> [1] 0 #> #> $Trigonocephaly$publicGeneCount #> [1] 2 #> #> $Trigonocephaly$urlId #> [1] "HP_0000243" #> #> $Trigonocephaly$dbPhenotype #> [1] TRUE #> #> $Trigonocephaly$`_parent` #> [1] "HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Trigonocephaly$`_is_leaf` #> [1] TRUE #> #> $Trigonocephaly$children #> list() #> #> $Trigonocephaly$value #> [1] "Trigonocephaly" #> #> #> $Trigonocephaly #> $Trigonocephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000243" #> #> $Trigonocephaly$`_id` #> [1] "HP_0000243<HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Trigonocephaly$privateGeneCount #> [1] 0 #> #> $Trigonocephaly$publicGeneCount #> [1] 2 #> #> $Trigonocephaly$urlId #> [1] "HP_0000243" #> #> $Trigonocephaly$dbPhenotype #> [1] TRUE #> #> $Trigonocephaly$`_parent` #> [1] "HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Trigonocephaly$`_is_leaf` #> [1] TRUE #> #> $Trigonocephaly$children #> list() #> #> $Trigonocephaly$value #> [1] "Trigonocephaly" #> #> #> $`trilateral retinoblastoma` #> $`trilateral retinoblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4647" #> #> $`trilateral retinoblastoma`$`_id` #> [1] "DOID_4647<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`trilateral retinoblastoma`$privateGeneCount #> [1] 0 #> #> $`trilateral retinoblastoma`$publicGeneCount #> [1] 1 #> #> $`trilateral retinoblastoma`$urlId #> [1] "DOID_4647" #> #> $`trilateral retinoblastoma`$dbPhenotype #> [1] TRUE #> #> $`trilateral retinoblastoma`$`_parent` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`trilateral retinoblastoma`$`_is_leaf` #> [1] TRUE #> #> $`trilateral retinoblastoma`$children #> list() #> #> $`trilateral retinoblastoma`$value #> [1] "trilateral retinoblastoma" #> #> #> $`trilateral retinoblastoma` #> $`trilateral retinoblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4647" #> #> $`trilateral retinoblastoma`$`_id` #> [1] "DOID_4647<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`trilateral retinoblastoma`$privateGeneCount #> [1] 0 #> #> $`trilateral retinoblastoma`$publicGeneCount #> [1] 1 #> #> $`trilateral retinoblastoma`$urlId #> [1] "DOID_4647" #> #> $`trilateral retinoblastoma`$dbPhenotype #> [1] TRUE #> #> $`trilateral retinoblastoma`$`_parent` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`trilateral retinoblastoma`$`_is_leaf` #> [1] TRUE #> #> $`trilateral retinoblastoma`$children #> list() #> #> $`trilateral retinoblastoma`$value #> [1] "trilateral retinoblastoma" #> #> #> $`trilateral retinoblastoma` #> $`trilateral retinoblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4647" #> #> $`trilateral retinoblastoma`$`_id` #> [1] "DOID_4647<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`trilateral retinoblastoma`$privateGeneCount #> [1] 0 #> #> $`trilateral retinoblastoma`$publicGeneCount #> [1] 1 #> #> $`trilateral retinoblastoma`$urlId #> [1] "DOID_4647" #> #> $`trilateral retinoblastoma`$dbPhenotype #> [1] TRUE #> #> $`trilateral retinoblastoma`$`_parent` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`trilateral retinoblastoma`$`_is_leaf` #> [1] TRUE #> #> $`trilateral retinoblastoma`$children #> list() #> #> $`trilateral retinoblastoma`$value #> [1] "trilateral retinoblastoma" #> #> #> $`trilateral retinoblastoma` #> $`trilateral retinoblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4647" #> #> $`trilateral retinoblastoma`$`_id` #> [1] "DOID_4647<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`trilateral retinoblastoma`$privateGeneCount #> [1] 0 #> #> $`trilateral retinoblastoma`$publicGeneCount #> [1] 1 #> #> $`trilateral retinoblastoma`$urlId #> [1] "DOID_4647" #> #> $`trilateral retinoblastoma`$dbPhenotype #> [1] TRUE #> #> $`trilateral retinoblastoma`$`_parent` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`trilateral retinoblastoma`$`_is_leaf` #> [1] TRUE #> #> $`trilateral retinoblastoma`$children #> list() #> #> $`trilateral retinoblastoma`$value #> [1] "trilateral retinoblastoma" #> #> #> $`trilateral retinoblastoma` #> $`trilateral retinoblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4647" #> #> $`trilateral retinoblastoma`$`_id` #> [1] "DOID_4647<DOID_768<DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`trilateral retinoblastoma`$privateGeneCount #> [1] 0 #> #> $`trilateral retinoblastoma`$publicGeneCount #> [1] 1 #> #> $`trilateral retinoblastoma`$urlId #> [1] "DOID_4647" #> #> $`trilateral retinoblastoma`$dbPhenotype #> [1] TRUE #> #> $`trilateral retinoblastoma`$`_parent` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`trilateral retinoblastoma`$`_is_leaf` #> [1] TRUE #> #> $`trilateral retinoblastoma`$children #> list() #> #> $`trilateral retinoblastoma`$value #> [1] "trilateral retinoblastoma" #> #> #> $Trimethylaminuria #> $Trimethylaminuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003614" #> #> $Trimethylaminuria$`_id` #> [1] "HP_0003614<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Trimethylaminuria$privateGeneCount #> [1] 0 #> #> $Trimethylaminuria$publicGeneCount #> [1] 1 #> #> $Trimethylaminuria$urlId #> [1] "HP_0003614" #> #> $Trimethylaminuria$dbPhenotype #> [1] TRUE #> #> $Trimethylaminuria$`_parent` #> [1] "HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Trimethylaminuria$`_is_leaf` #> [1] TRUE #> #> $Trimethylaminuria$children #> list() #> #> $Trimethylaminuria$value #> [1] "Trimethylaminuria" #> #> #> $`triosephosphate isomerase deficiency` #> $`triosephosphate isomerase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050884" #> #> $`triosephosphate isomerase deficiency`$`_id` #> [1] "DOID_0050884<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`triosephosphate isomerase deficiency`$privateGeneCount #> [1] 0 #> #> $`triosephosphate isomerase deficiency`$publicGeneCount #> [1] 1 #> #> $`triosephosphate isomerase deficiency`$urlId #> [1] "DOID_0050884" #> #> $`triosephosphate isomerase deficiency`$dbPhenotype #> [1] TRUE #> #> $`triosephosphate isomerase deficiency`$`_parent` #> [1] "DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`triosephosphate isomerase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`triosephosphate isomerase deficiency`$children #> list() #> #> $`triosephosphate isomerase deficiency`$value #> [1] "triosephosphate isomerase deficiency" #> #> #> $`triple-A syndrome` #> $`triple-A syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050602" #> #> $`triple-A syndrome`$`_id` #> [1] "DOID_0050602<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`triple-A syndrome`$privateGeneCount #> [1] 0 #> #> $`triple-A syndrome`$publicGeneCount #> [1] 1 #> #> $`triple-A syndrome`$urlId #> [1] "DOID_0050602" #> #> $`triple-A syndrome`$dbPhenotype #> [1] TRUE #> #> $`triple-A syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`triple-A syndrome`$`_is_leaf` #> [1] TRUE #> #> $`triple-A syndrome`$children #> list() #> #> $`triple-A syndrome`$value #> [1] "triple-A syndrome" #> #> #> $`triple-A syndrome` #> $`triple-A syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050602" #> #> $`triple-A syndrome`$`_id` #> [1] "DOID_0050602<DOID_225<DOID_4" #> #> $`triple-A syndrome`$privateGeneCount #> [1] 0 #> #> $`triple-A syndrome`$publicGeneCount #> [1] 1 #> #> $`triple-A syndrome`$urlId #> [1] "DOID_0050602" #> #> $`triple-A syndrome`$dbPhenotype #> [1] TRUE #> #> $`triple-A syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`triple-A syndrome`$`_is_leaf` #> [1] TRUE #> #> $`triple-A syndrome`$children #> list() #> #> $`triple-A syndrome`$value #> [1] "triple-A syndrome" #> #> #> $Trismus #> $Trismus$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000211" #> #> $Trismus$`_id` #> [1] "HP_0000211<HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Trismus$privateGeneCount #> [1] 0 #> #> $Trismus$publicGeneCount #> [1] 1 #> #> $Trismus$urlId #> [1] "HP_0000211" #> #> $Trismus$dbPhenotype #> [1] TRUE #> #> $Trismus$`_parent` #> [1] "HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Trismus$`_is_leaf` #> [1] TRUE #> #> $Trismus$children #> list() #> #> $Trismus$value #> [1] "Trismus" #> #> #> $Trismus #> $Trismus$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000211" #> #> $Trismus$`_id` #> [1] "HP_0000211<HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Trismus$privateGeneCount #> [1] 0 #> #> $Trismus$publicGeneCount #> [1] 1 #> #> $Trismus$urlId #> [1] "HP_0000211" #> #> $Trismus$dbPhenotype #> [1] TRUE #> #> $Trismus$`_parent` #> [1] "HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Trismus$`_is_leaf` #> [1] TRUE #> #> $Trismus$children #> list() #> #> $Trismus$value #> [1] "Trismus" #> #> #> $`trophoblastic neoplasm` #> $`trophoblastic neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4085" #> #> $`trophoblastic neoplasm`$`_id` #> [1] "DOID_4085<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`trophoblastic neoplasm`$privateGeneCount #> [1] 0 #> #> $`trophoblastic neoplasm`$publicGeneCount #> [1] 9 #> #> $`trophoblastic neoplasm`$urlId #> [1] "DOID_4085" #> #> $`trophoblastic neoplasm`$dbPhenotype #> [1] TRUE #> #> $`trophoblastic neoplasm`$`_parent` #> [1] "DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`trophoblastic neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`trophoblastic neoplasm`$children #> $`trophoblastic neoplasm`$children[[1]] #> [1] "DOID_3590<DOID_4085<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`trophoblastic neoplasm`$value #> [1] "trophoblastic neoplasm" #> #> #> $`trophoblastic neoplasm` #> $`trophoblastic neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4085" #> #> $`trophoblastic neoplasm`$`_id` #> [1] "DOID_4085<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`trophoblastic neoplasm`$privateGeneCount #> [1] 0 #> #> $`trophoblastic neoplasm`$publicGeneCount #> [1] 9 #> #> $`trophoblastic neoplasm`$urlId #> [1] "DOID_4085" #> #> $`trophoblastic neoplasm`$dbPhenotype #> [1] TRUE #> #> $`trophoblastic neoplasm`$`_parent` #> [1] "DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`trophoblastic neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`trophoblastic neoplasm`$children #> $`trophoblastic neoplasm`$children[[1]] #> [1] "DOID_3590<DOID_4085<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`trophoblastic neoplasm`$value #> [1] "trophoblastic neoplasm" #> #> #> $`tropical spastic paraparesis` #> $`tropical spastic paraparesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_321" #> #> $`tropical spastic paraparesis`$`_id` #> [1] "DOID_321<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`tropical spastic paraparesis`$privateGeneCount #> [1] 0 #> #> $`tropical spastic paraparesis`$publicGeneCount #> [1] 2 #> #> $`tropical spastic paraparesis`$urlId #> [1] "DOID_321" #> #> $`tropical spastic paraparesis`$dbPhenotype #> [1] TRUE #> #> $`tropical spastic paraparesis`$`_parent` #> [1] "DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`tropical spastic paraparesis`$`_is_leaf` #> [1] TRUE #> #> $`tropical spastic paraparesis`$children #> list() #> #> $`tropical spastic paraparesis`$value #> [1] "tropical spastic paraparesis" #> #> #> $`tropical spastic paraparesis` #> $`tropical spastic paraparesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_321" #> #> $`tropical spastic paraparesis`$`_id` #> [1] "DOID_321<DOID_934<DOID_0050117<DOID_4" #> #> $`tropical spastic paraparesis`$privateGeneCount #> [1] 0 #> #> $`tropical spastic paraparesis`$publicGeneCount #> [1] 2 #> #> $`tropical spastic paraparesis`$urlId #> [1] "DOID_321" #> #> $`tropical spastic paraparesis`$dbPhenotype #> [1] TRUE #> #> $`tropical spastic paraparesis`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`tropical spastic paraparesis`$`_is_leaf` #> [1] TRUE #> #> $`tropical spastic paraparesis`$children #> list() #> #> $`tropical spastic paraparesis`$value #> [1] "tropical spastic paraparesis" #> #> #> $`Troyer syndrome` #> $`Troyer syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050886" #> #> $`Troyer syndrome`$`_id` #> [1] "DOID_0050886<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Troyer syndrome`$privateGeneCount #> [1] 0 #> #> $`Troyer syndrome`$publicGeneCount #> [1] 1 #> #> $`Troyer syndrome`$urlId #> [1] "DOID_0050886" #> #> $`Troyer syndrome`$dbPhenotype #> [1] TRUE #> #> $`Troyer syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Troyer syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Troyer syndrome`$children #> list() #> #> $`Troyer syndrome`$value #> [1] "Troyer syndrome" #> #> #> $`Troyer syndrome` #> $`Troyer syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050886" #> #> $`Troyer syndrome`$`_id` #> [1] "DOID_0050886<DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Troyer syndrome`$privateGeneCount #> [1] 0 #> #> $`Troyer syndrome`$publicGeneCount #> [1] 1 #> #> $`Troyer syndrome`$urlId #> [1] "DOID_0050886" #> #> $`Troyer syndrome`$dbPhenotype #> [1] TRUE #> #> $`Troyer syndrome`$`_parent` #> [1] "DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Troyer syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Troyer syndrome`$children #> list() #> #> $`Troyer syndrome`$value #> [1] "Troyer syndrome" #> #> #> $`Truncal ataxia` #> $`Truncal ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002078" #> #> $`Truncal ataxia`$`_id` #> [1] "HP_0002078<HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Truncal ataxia`$privateGeneCount #> [1] 0 #> #> $`Truncal ataxia`$publicGeneCount #> [1] 1 #> #> $`Truncal ataxia`$urlId #> [1] "HP_0002078" #> #> $`Truncal ataxia`$dbPhenotype #> [1] TRUE #> #> $`Truncal ataxia`$`_parent` #> [1] "HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Truncal ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Truncal ataxia`$children #> list() #> #> $`Truncal ataxia`$value #> [1] "Truncal ataxia" #> #> #> $`Truncal obesity` #> $`Truncal obesity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001956" #> #> $`Truncal obesity`$`_id` #> [1] "HP_0001956<HP_0001513<HP_0004324<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Truncal obesity`$privateGeneCount #> [1] 0 #> #> $`Truncal obesity`$publicGeneCount #> [1] 1 #> #> $`Truncal obesity`$urlId #> [1] "HP_0001956" #> #> $`Truncal obesity`$dbPhenotype #> [1] TRUE #> #> $`Truncal obesity`$`_parent` #> [1] "HP_0001513<HP_0004324<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Truncal obesity`$`_is_leaf` #> [1] TRUE #> #> $`Truncal obesity`$children #> list() #> #> $`Truncal obesity`$value #> [1] "Truncal obesity" #> #> #> $trypanosomiasis #> $trypanosomiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10113" #> #> $trypanosomiasis$`_id` #> [1] "DOID_10113<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $trypanosomiasis$privateGeneCount #> [1] 0 #> #> $trypanosomiasis$publicGeneCount #> [1] 5 #> #> $trypanosomiasis$urlId #> [1] "DOID_10113" #> #> $trypanosomiasis$dbPhenotype #> [1] FALSE #> #> $trypanosomiasis$`_parent` #> [1] "DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $trypanosomiasis$`_is_leaf` #> [1] FALSE #> #> $trypanosomiasis$children #> $trypanosomiasis$children[[1]] #> [1] "DOID_12140<DOID_10113<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> #> $trypanosomiasis$value #> [1] "trypanosomiasis" #> #> #> $`tuberculoid leprosy` #> $`tuberculoid leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1025" #> #> $`tuberculoid leprosy`$`_id` #> [1] "DOID_1025<DOID_1024<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`tuberculoid leprosy`$privateGeneCount #> [1] 0 #> #> $`tuberculoid leprosy`$publicGeneCount #> [1] 1 #> #> $`tuberculoid leprosy`$urlId #> [1] "DOID_1025" #> #> $`tuberculoid leprosy`$dbPhenotype #> [1] TRUE #> #> $`tuberculoid leprosy`$`_parent` #> [1] "DOID_1024<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`tuberculoid leprosy`$`_is_leaf` #> [1] TRUE #> #> $`tuberculoid leprosy`$children #> list() #> #> $`tuberculoid leprosy`$value #> [1] "tuberculoid leprosy" #> #> #> $`tuberculoid leprosy` #> $`tuberculoid leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1025" #> #> $`tuberculoid leprosy`$`_id` #> [1] "DOID_1025<DOID_1024<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`tuberculoid leprosy`$privateGeneCount #> [1] 0 #> #> $`tuberculoid leprosy`$publicGeneCount #> [1] 1 #> #> $`tuberculoid leprosy`$urlId #> [1] "DOID_1025" #> #> $`tuberculoid leprosy`$dbPhenotype #> [1] TRUE #> #> $`tuberculoid leprosy`$`_parent` #> [1] "DOID_1024<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`tuberculoid leprosy`$`_is_leaf` #> [1] TRUE #> #> $`tuberculoid leprosy`$children #> list() #> #> $`tuberculoid leprosy`$value #> [1] "tuberculoid leprosy" #> #> #> $`tuberculoid leprosy` #> $`tuberculoid leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1025" #> #> $`tuberculoid leprosy`$`_id` #> [1] "DOID_1025<DOID_1024<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`tuberculoid leprosy`$privateGeneCount #> [1] 0 #> #> $`tuberculoid leprosy`$publicGeneCount #> [1] 1 #> #> $`tuberculoid leprosy`$urlId #> [1] "DOID_1025" #> #> $`tuberculoid leprosy`$dbPhenotype #> [1] TRUE #> #> $`tuberculoid leprosy`$`_parent` #> [1] "DOID_1024<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`tuberculoid leprosy`$`_is_leaf` #> [1] TRUE #> #> $`tuberculoid leprosy`$children #> list() #> #> $`tuberculoid leprosy`$value #> [1] "tuberculoid leprosy" #> #> #> $`tuberculoid leprosy` #> $`tuberculoid leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1025" #> #> $`tuberculoid leprosy`$`_id` #> [1] "DOID_1025<DOID_1024<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`tuberculoid leprosy`$privateGeneCount #> [1] 0 #> #> $`tuberculoid leprosy`$publicGeneCount #> [1] 1 #> #> $`tuberculoid leprosy`$urlId #> [1] "DOID_1025" #> #> $`tuberculoid leprosy`$dbPhenotype #> [1] TRUE #> #> $`tuberculoid leprosy`$`_parent` #> [1] "DOID_1024<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`tuberculoid leprosy`$`_is_leaf` #> [1] TRUE #> #> $`tuberculoid leprosy`$children #> list() #> #> $`tuberculoid leprosy`$value #> [1] "tuberculoid leprosy" #> #> #> $`tuberculoid leprosy` #> $`tuberculoid leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1025" #> #> $`tuberculoid leprosy`$`_id` #> [1] "DOID_1025<DOID_1024<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`tuberculoid leprosy`$privateGeneCount #> [1] 0 #> #> $`tuberculoid leprosy`$publicGeneCount #> [1] 1 #> #> $`tuberculoid leprosy`$urlId #> [1] "DOID_1025" #> #> $`tuberculoid leprosy`$dbPhenotype #> [1] TRUE #> #> $`tuberculoid leprosy`$`_parent` #> [1] "DOID_1024<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`tuberculoid leprosy`$`_is_leaf` #> [1] TRUE #> #> $`tuberculoid leprosy`$children #> list() #> #> $`tuberculoid leprosy`$value #> [1] "tuberculoid leprosy" #> #> #> $`tuberculoid leprosy` #> $`tuberculoid leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1025" #> #> $`tuberculoid leprosy`$`_id` #> [1] "DOID_1025<DOID_1024<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`tuberculoid leprosy`$privateGeneCount #> [1] 0 #> #> $`tuberculoid leprosy`$publicGeneCount #> [1] 1 #> #> $`tuberculoid leprosy`$urlId #> [1] "DOID_1025" #> #> $`tuberculoid leprosy`$dbPhenotype #> [1] TRUE #> #> $`tuberculoid leprosy`$`_parent` #> [1] "DOID_1024<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`tuberculoid leprosy`$`_is_leaf` #> [1] TRUE #> #> $`tuberculoid leprosy`$children #> list() #> #> $`tuberculoid leprosy`$value #> [1] "tuberculoid leprosy" #> #> #> $tuberculosis #> $tuberculosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_399" #> #> $tuberculosis$`_id` #> [1] "DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $tuberculosis$privateGeneCount #> [1] 0 #> #> $tuberculosis$publicGeneCount #> [1] 76 #> #> $tuberculosis$urlId #> [1] "DOID_399" #> #> $tuberculosis$dbPhenotype #> [1] TRUE #> #> $tuberculosis$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $tuberculosis$`_is_leaf` #> [1] FALSE #> #> $tuberculosis$children #> $tuberculosis$children[[1]] #> [1] "DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $tuberculosis$children[[2]] #> [1] "DOID_401<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $tuberculosis$children[[3]] #> [1] "DOID_2957<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> #> $tuberculosis$value #> [1] "tuberculosis" #> #> #> $`tuberous sclerosis` #> $`tuberous sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13515" #> #> $`tuberous sclerosis`$`_id` #> [1] "DOID_13515<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`tuberous sclerosis`$privateGeneCount #> [1] 0 #> #> $`tuberous sclerosis`$publicGeneCount #> [1] 6 #> #> $`tuberous sclerosis`$urlId #> [1] "DOID_13515" #> #> $`tuberous sclerosis`$dbPhenotype #> [1] TRUE #> #> $`tuberous sclerosis`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`tuberous sclerosis`$`_is_leaf` #> [1] TRUE #> #> $`tuberous sclerosis`$children #> list() #> #> $`tuberous sclerosis`$value #> [1] "tuberous sclerosis" #> #> #> $`tuberous sclerosis` #> $`tuberous sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13515" #> #> $`tuberous sclerosis`$`_id` #> [1] "DOID_13515<DOID_225<DOID_4" #> #> $`tuberous sclerosis`$privateGeneCount #> [1] 0 #> #> $`tuberous sclerosis`$publicGeneCount #> [1] 6 #> #> $`tuberous sclerosis`$urlId #> [1] "DOID_13515" #> #> $`tuberous sclerosis`$dbPhenotype #> [1] TRUE #> #> $`tuberous sclerosis`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`tuberous sclerosis`$`_is_leaf` #> [1] TRUE #> #> $`tuberous sclerosis`$children #> list() #> #> $`tuberous sclerosis`$value #> [1] "tuberous sclerosis" #> #> #> $`tubular adenocarcinoma` #> $`tubular adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4929" #> #> $`tubular adenocarcinoma`$`_id` #> [1] "DOID_4929<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`tubular adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`tubular adenocarcinoma`$publicGeneCount #> [1] 153 #> #> $`tubular adenocarcinoma`$urlId #> [1] "DOID_4929" #> #> $`tubular adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`tubular adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`tubular adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`tubular adenocarcinoma`$children #> list() #> #> $`tubular adenocarcinoma`$value #> [1] "tubular adenocarcinoma" #> #> #> $`tubular aggregate myopathy 1` #> $`tubular aggregate myopathy 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080089" #> #> $`tubular aggregate myopathy 1`$`_id` #> [1] "DOID_0080089<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`tubular aggregate myopathy 1`$privateGeneCount #> [1] 0 #> #> $`tubular aggregate myopathy 1`$publicGeneCount #> [1] 1 #> #> $`tubular aggregate myopathy 1`$urlId #> [1] "DOID_0080089" #> #> $`tubular aggregate myopathy 1`$dbPhenotype #> [1] TRUE #> #> $`tubular aggregate myopathy 1`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`tubular aggregate myopathy 1`$`_is_leaf` #> [1] TRUE #> #> $`tubular aggregate myopathy 1`$children #> list() #> #> $`tubular aggregate myopathy 1`$value #> [1] "tubular aggregate myopathy 1" #> #> #> $`tubular aggregate myopathy 1` #> $`tubular aggregate myopathy 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080089" #> #> $`tubular aggregate myopathy 1`$`_id` #> [1] "DOID_0080089<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`tubular aggregate myopathy 1`$privateGeneCount #> [1] 0 #> #> $`tubular aggregate myopathy 1`$publicGeneCount #> [1] 1 #> #> $`tubular aggregate myopathy 1`$urlId #> [1] "DOID_0080089" #> #> $`tubular aggregate myopathy 1`$dbPhenotype #> [1] TRUE #> #> $`tubular aggregate myopathy 1`$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`tubular aggregate myopathy 1`$`_is_leaf` #> [1] TRUE #> #> $`tubular aggregate myopathy 1`$children #> list() #> #> $`tubular aggregate myopathy 1`$value #> [1] "tubular aggregate myopathy 1" #> #> #> $`Tubulointerstitial nephritis` #> $`Tubulointerstitial nephritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001970" #> #> $`Tubulointerstitial nephritis`$`_id` #> [1] "HP_0001970<HP_0001969<HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Tubulointerstitial nephritis`$privateGeneCount #> [1] 0 #> #> $`Tubulointerstitial nephritis`$publicGeneCount #> [1] 1 #> #> $`Tubulointerstitial nephritis`$urlId #> [1] "HP_0001970" #> #> $`Tubulointerstitial nephritis`$dbPhenotype #> [1] FALSE #> #> $`Tubulointerstitial nephritis`$`_parent` #> [1] "HP_0001969<HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Tubulointerstitial nephritis`$`_is_leaf` #> [1] FALSE #> #> $`Tubulointerstitial nephritis`$children #> $`Tubulointerstitial nephritis`$children[[1]] #> [1] "HP_0004729<HP_0001970<HP_0001969<HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Tubulointerstitial nephritis`$value #> [1] "Tubulointerstitial nephritis" #> #> #> $`Tubulointerstitial nephritis` #> $`Tubulointerstitial nephritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001970" #> #> $`Tubulointerstitial nephritis`$`_id` #> [1] "HP_0001970<HP_0001969<HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Tubulointerstitial nephritis`$privateGeneCount #> [1] 0 #> #> $`Tubulointerstitial nephritis`$publicGeneCount #> [1] 1 #> #> $`Tubulointerstitial nephritis`$urlId #> [1] "HP_0001970" #> #> $`Tubulointerstitial nephritis`$dbPhenotype #> [1] FALSE #> #> $`Tubulointerstitial nephritis`$`_parent` #> [1] "HP_0001969<HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Tubulointerstitial nephritis`$`_is_leaf` #> [1] FALSE #> #> $`Tubulointerstitial nephritis`$children #> $`Tubulointerstitial nephritis`$children[[1]] #> [1] "HP_0004729<HP_0001970<HP_0001969<HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Tubulointerstitial nephritis`$value #> [1] "Tubulointerstitial nephritis" #> #> #> $`Turner syndrome` #> $`Turner syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3491" #> #> $`Turner syndrome`$`_id` #> [1] "DOID_3491<DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`Turner syndrome`$privateGeneCount #> [1] 0 #> #> $`Turner syndrome`$publicGeneCount #> [1] 5 #> #> $`Turner syndrome`$urlId #> [1] "DOID_3491" #> #> $`Turner syndrome`$dbPhenotype #> [1] TRUE #> #> $`Turner syndrome`$`_parent` #> [1] "DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`Turner syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Turner syndrome`$children #> list() #> #> $`Turner syndrome`$value #> [1] "Turner syndrome" #> #> #> $`type 1 diabetes mellitus` #> $`type 1 diabetes mellitus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9744" #> #> $`type 1 diabetes mellitus`$`_id` #> [1] "DOID_9744<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`type 1 diabetes mellitus`$privateGeneCount #> [1] 0 #> #> $`type 1 diabetes mellitus`$publicGeneCount #> [1] 177 #> #> $`type 1 diabetes mellitus`$urlId #> [1] "DOID_9744" #> #> $`type 1 diabetes mellitus`$dbPhenotype #> [1] TRUE #> #> $`type 1 diabetes mellitus`$`_parent` #> [1] "DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`type 1 diabetes mellitus`$`_is_leaf` #> [1] TRUE #> #> $`type 1 diabetes mellitus`$children #> list() #> #> $`type 1 diabetes mellitus`$value #> [1] "type 1 diabetes mellitus" #> #> #> $`type 2 diabetes mellitus` #> $`type 2 diabetes mellitus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9352" #> #> $`type 2 diabetes mellitus`$`_id` #> [1] "DOID_9352<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`type 2 diabetes mellitus`$privateGeneCount #> [1] 0 #> #> $`type 2 diabetes mellitus`$publicGeneCount #> [1] 351 #> #> $`type 2 diabetes mellitus`$urlId #> [1] "DOID_9352" #> #> $`type 2 diabetes mellitus`$dbPhenotype #> [1] TRUE #> #> $`type 2 diabetes mellitus`$`_parent` #> [1] "DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`type 2 diabetes mellitus`$`_is_leaf` #> [1] FALSE #> #> $`type 2 diabetes mellitus`$children #> $`type 2 diabetes mellitus`$children[[1]] #> [1] "DOID_1837<DOID_9352<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`type 2 diabetes mellitus`$children[[2]] #> [1] "DOID_11712<DOID_9352<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`type 2 diabetes mellitus`$value #> [1] "type 2 diabetes mellitus" #> #> #> $`Type D brachydactyly` #> $`Type D brachydactyly`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005627" #> #> $`Type D brachydactyly`$`_id` #> [1] "HP_0005627<HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Type D brachydactyly`$privateGeneCount #> [1] 0 #> #> $`Type D brachydactyly`$publicGeneCount #> [1] 1 #> #> $`Type D brachydactyly`$urlId #> [1] "HP_0005627" #> #> $`Type D brachydactyly`$dbPhenotype #> [1] TRUE #> #> $`Type D brachydactyly`$`_parent` #> [1] "HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Type D brachydactyly`$`_is_leaf` #> [1] TRUE #> #> $`Type D brachydactyly`$children #> list() #> #> $`Type D brachydactyly`$value #> [1] "Type D brachydactyly" #> #> #> $`Type D brachydactyly` #> $`Type D brachydactyly`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005627" #> #> $`Type D brachydactyly`$`_id` #> [1] "HP_0005627<HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Type D brachydactyly`$privateGeneCount #> [1] 0 #> #> $`Type D brachydactyly`$publicGeneCount #> [1] 1 #> #> $`Type D brachydactyly`$urlId #> [1] "HP_0005627" #> #> $`Type D brachydactyly`$dbPhenotype #> [1] TRUE #> #> $`Type D brachydactyly`$`_parent` #> [1] "HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Type D brachydactyly`$`_is_leaf` #> [1] TRUE #> #> $`Type D brachydactyly`$children #> list() #> #> $`Type D brachydactyly`$value #> [1] "Type D brachydactyly" #> #> #> $`Type D brachydactyly` #> $`Type D brachydactyly`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005627" #> #> $`Type D brachydactyly`$`_id` #> [1] "HP_0005627<HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Type D brachydactyly`$privateGeneCount #> [1] 0 #> #> $`Type D brachydactyly`$publicGeneCount #> [1] 1 #> #> $`Type D brachydactyly`$urlId #> [1] "HP_0005627" #> #> $`Type D brachydactyly`$dbPhenotype #> [1] TRUE #> #> $`Type D brachydactyly`$`_parent` #> [1] "HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Type D brachydactyly`$`_is_leaf` #> [1] TRUE #> #> $`Type D brachydactyly`$children #> list() #> #> $`Type D brachydactyly`$value #> [1] "Type D brachydactyly" #> #> #> $`type I complement component 8 deficiency` #> $`type I complement component 8 deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060301" #> #> $`type I complement component 8 deficiency`$`_id` #> [1] "DOID_0060301<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`type I complement component 8 deficiency`$privateGeneCount #> [1] 0 #> #> $`type I complement component 8 deficiency`$publicGeneCount #> [1] 1 #> #> $`type I complement component 8 deficiency`$urlId #> [1] "DOID_0060301" #> #> $`type I complement component 8 deficiency`$dbPhenotype #> [1] TRUE #> #> $`type I complement component 8 deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`type I complement component 8 deficiency`$`_is_leaf` #> [1] TRUE #> #> $`type I complement component 8 deficiency`$children #> list() #> #> $`type I complement component 8 deficiency`$value #> [1] "type I complement component 8 deficiency" #> #> #> $`type I Ehlers-Danlos syndrome` #> $`type I Ehlers-Danlos syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14720" #> #> $`type I Ehlers-Danlos syndrome`$`_id` #> [1] "DOID_14720<DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`type I Ehlers-Danlos syndrome`$privateGeneCount #> [1] 0 #> #> $`type I Ehlers-Danlos syndrome`$publicGeneCount #> [1] 3 #> #> $`type I Ehlers-Danlos syndrome`$urlId #> [1] "DOID_14720" #> #> $`type I Ehlers-Danlos syndrome`$dbPhenotype #> [1] TRUE #> #> $`type I Ehlers-Danlos syndrome`$`_parent` #> [1] "DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`type I Ehlers-Danlos syndrome`$`_is_leaf` #> [1] TRUE #> #> $`type I Ehlers-Danlos syndrome`$children #> list() #> #> $`type I Ehlers-Danlos syndrome`$value #> [1] "type I Ehlers-Danlos syndrome" #> #> #> $`type II complement component 8 deficiency` #> $`type II complement component 8 deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060302" #> #> $`type II complement component 8 deficiency`$`_id` #> [1] "DOID_0060302<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`type II complement component 8 deficiency`$privateGeneCount #> [1] 0 #> #> $`type II complement component 8 deficiency`$publicGeneCount #> [1] 1 #> #> $`type II complement component 8 deficiency`$urlId #> [1] "DOID_0060302" #> #> $`type II complement component 8 deficiency`$dbPhenotype #> [1] TRUE #> #> $`type II complement component 8 deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`type II complement component 8 deficiency`$`_is_leaf` #> [1] TRUE #> #> $`type II complement component 8 deficiency`$children #> list() #> #> $`type II complement component 8 deficiency`$value #> [1] "type II complement component 8 deficiency" #> #> #> $`Type II diabetes mellitus` #> $`Type II diabetes mellitus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005978" #> #> $`Type II diabetes mellitus`$`_id` #> [1] "HP_0005978<HP_0000819<HP_0000818<HP_0000118<HP_0000001" #> #> $`Type II diabetes mellitus`$privateGeneCount #> [1] 0 #> #> $`Type II diabetes mellitus`$publicGeneCount #> [1] 1 #> #> $`Type II diabetes mellitus`$urlId #> [1] "HP_0005978" #> #> $`Type II diabetes mellitus`$dbPhenotype #> [1] TRUE #> #> $`Type II diabetes mellitus`$`_parent` #> [1] "HP_0000819<HP_0000818<HP_0000118<HP_0000001" #> #> $`Type II diabetes mellitus`$`_is_leaf` #> [1] TRUE #> #> $`Type II diabetes mellitus`$children #> list() #> #> $`Type II diabetes mellitus`$value #> [1] "Type II diabetes mellitus" #> #> #> $`Type II diabetes mellitus` #> $`Type II diabetes mellitus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005978" #> #> $`Type II diabetes mellitus`$`_id` #> [1] "HP_0005978<HP_0000819<HP_0001952<HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Type II diabetes mellitus`$privateGeneCount #> [1] 0 #> #> $`Type II diabetes mellitus`$publicGeneCount #> [1] 1 #> #> $`Type II diabetes mellitus`$urlId #> [1] "HP_0005978" #> #> $`Type II diabetes mellitus`$dbPhenotype #> [1] TRUE #> #> $`Type II diabetes mellitus`$`_parent` #> [1] "HP_0000819<HP_0001952<HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Type II diabetes mellitus`$`_is_leaf` #> [1] TRUE #> #> $`Type II diabetes mellitus`$children #> list() #> #> $`Type II diabetes mellitus`$value #> [1] "Type II diabetes mellitus" #> #> #> $`typhoid fever` #> $`typhoid fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13258" #> #> $`typhoid fever`$`_id` #> [1] "DOID_13258<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`typhoid fever`$privateGeneCount #> [1] 0 #> #> $`typhoid fever`$publicGeneCount #> [1] 1 #> #> $`typhoid fever`$urlId #> [1] "DOID_13258" #> #> $`typhoid fever`$dbPhenotype #> [1] TRUE #> #> $`typhoid fever`$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`typhoid fever`$`_is_leaf` #> [1] TRUE #> #> $`typhoid fever`$children #> list() #> #> $`typhoid fever`$value #> [1] "typhoid fever" #> #> #> $tyrosinemia #> $tyrosinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9275" #> #> $tyrosinemia$`_id` #> [1] "DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $tyrosinemia$privateGeneCount #> [1] 0 #> #> $tyrosinemia$publicGeneCount #> [1] 3 #> #> $tyrosinemia$urlId #> [1] "DOID_9275" #> #> $tyrosinemia$dbPhenotype #> [1] TRUE #> #> $tyrosinemia$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $tyrosinemia$`_is_leaf` #> [1] FALSE #> #> $tyrosinemia$children #> $tyrosinemia$children[[1]] #> [1] "DOID_0050726<DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $tyrosinemia$children[[2]] #> [1] "DOID_0050725<DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $tyrosinemia$children[[3]] #> [1] "DOID_0050727<DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $tyrosinemia$value #> [1] "tyrosinemia" #> #> #> $`tyrosinemia type I` #> $`tyrosinemia type I`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050726" #> #> $`tyrosinemia type I`$`_id` #> [1] "DOID_0050726<DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`tyrosinemia type I`$privateGeneCount #> [1] 0 #> #> $`tyrosinemia type I`$publicGeneCount #> [1] 1 #> #> $`tyrosinemia type I`$urlId #> [1] "DOID_0050726" #> #> $`tyrosinemia type I`$dbPhenotype #> [1] TRUE #> #> $`tyrosinemia type I`$`_parent` #> [1] "DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`tyrosinemia type I`$`_is_leaf` #> [1] TRUE #> #> $`tyrosinemia type I`$children #> list() #> #> $`tyrosinemia type I`$value #> [1] "tyrosinemia type I" #> #> #> $`tyrosinemia type II` #> $`tyrosinemia type II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050725" #> #> $`tyrosinemia type II`$`_id` #> [1] "DOID_0050725<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`tyrosinemia type II`$privateGeneCount #> [1] 0 #> #> $`tyrosinemia type II`$publicGeneCount #> [1] 1 #> #> $`tyrosinemia type II`$urlId #> [1] "DOID_0050725" #> #> $`tyrosinemia type II`$dbPhenotype #> [1] TRUE #> #> $`tyrosinemia type II`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`tyrosinemia type II`$`_is_leaf` #> [1] TRUE #> #> $`tyrosinemia type II`$children #> list() #> #> $`tyrosinemia type II`$value #> [1] "tyrosinemia type II" #> #> #> $`tyrosinemia type II` #> $`tyrosinemia type II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050725" #> #> $`tyrosinemia type II`$`_id` #> [1] "DOID_0050725<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`tyrosinemia type II`$privateGeneCount #> [1] 0 #> #> $`tyrosinemia type II`$publicGeneCount #> [1] 1 #> #> $`tyrosinemia type II`$urlId #> [1] "DOID_0050725" #> #> $`tyrosinemia type II`$dbPhenotype #> [1] TRUE #> #> $`tyrosinemia type II`$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`tyrosinemia type II`$`_is_leaf` #> [1] TRUE #> #> $`tyrosinemia type II`$children #> list() #> #> $`tyrosinemia type II`$value #> [1] "tyrosinemia type II" #> #> #> $`tyrosinemia type II` #> $`tyrosinemia type II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050725" #> #> $`tyrosinemia type II`$`_id` #> [1] "DOID_0050725<DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`tyrosinemia type II`$privateGeneCount #> [1] 0 #> #> $`tyrosinemia type II`$publicGeneCount #> [1] 1 #> #> $`tyrosinemia type II`$urlId #> [1] "DOID_0050725" #> #> $`tyrosinemia type II`$dbPhenotype #> [1] TRUE #> #> $`tyrosinemia type II`$`_parent` #> [1] "DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`tyrosinemia type II`$`_is_leaf` #> [1] TRUE #> #> $`tyrosinemia type II`$children #> list() #> #> $`tyrosinemia type II`$value #> [1] "tyrosinemia type II" #> #> #> $`tyrosinemia type III` #> $`tyrosinemia type III`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050727" #> #> $`tyrosinemia type III`$`_id` #> [1] "DOID_0050727<DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`tyrosinemia type III`$privateGeneCount #> [1] 0 #> #> $`tyrosinemia type III`$publicGeneCount #> [1] 1 #> #> $`tyrosinemia type III`$urlId #> [1] "DOID_0050727" #> #> $`tyrosinemia type III`$dbPhenotype #> [1] TRUE #> #> $`tyrosinemia type III`$`_parent` #> [1] "DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`tyrosinemia type III`$`_is_leaf` #> [1] TRUE #> #> $`tyrosinemia type III`$children #> list() #> #> $`tyrosinemia type III`$value #> [1] "tyrosinemia type III" #> #> #> $`ulcerative colitis` #> $`ulcerative colitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8577" #> #> $`ulcerative colitis`$`_id` #> [1] "DOID_8577<DOID_0060180<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`ulcerative colitis`$privateGeneCount #> [1] 0 #> #> $`ulcerative colitis`$publicGeneCount #> [1] 110 #> #> $`ulcerative colitis`$urlId #> [1] "DOID_8577" #> #> $`ulcerative colitis`$dbPhenotype #> [1] TRUE #> #> $`ulcerative colitis`$`_parent` #> [1] "DOID_0060180<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`ulcerative colitis`$`_is_leaf` #> [1] TRUE #> #> $`ulcerative colitis`$children #> list() #> #> $`ulcerative colitis`$value #> [1] "ulcerative colitis" #> #> #> $`Ullrich congenital muscular dystrophy` #> $`Ullrich congenital muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050558" #> #> $`Ullrich congenital muscular dystrophy`$`_id` #> [1] "DOID_0050558<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Ullrich congenital muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Ullrich congenital muscular dystrophy`$publicGeneCount #> [1] 4 #> #> $`Ullrich congenital muscular dystrophy`$urlId #> [1] "DOID_0050558" #> #> $`Ullrich congenital muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Ullrich congenital muscular dystrophy`$`_parent` #> [1] "DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Ullrich congenital muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Ullrich congenital muscular dystrophy`$children #> list() #> #> $`Ullrich congenital muscular dystrophy`$value #> [1] "Ullrich congenital muscular dystrophy" #> #> #> $`Ullrich congenital muscular dystrophy` #> $`Ullrich congenital muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050558" #> #> $`Ullrich congenital muscular dystrophy`$`_id` #> [1] "DOID_0050558<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Ullrich congenital muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Ullrich congenital muscular dystrophy`$publicGeneCount #> [1] 4 #> #> $`Ullrich congenital muscular dystrophy`$urlId #> [1] "DOID_0050558" #> #> $`Ullrich congenital muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Ullrich congenital muscular dystrophy`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Ullrich congenital muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Ullrich congenital muscular dystrophy`$children #> list() #> #> $`Ullrich congenital muscular dystrophy`$value #> [1] "Ullrich congenital muscular dystrophy" #> #> #> $`Ullrich congenital muscular dystrophy` #> $`Ullrich congenital muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050558" #> #> $`Ullrich congenital muscular dystrophy`$`_id` #> [1] "DOID_0050558<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Ullrich congenital muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Ullrich congenital muscular dystrophy`$publicGeneCount #> [1] 4 #> #> $`Ullrich congenital muscular dystrophy`$urlId #> [1] "DOID_0050558" #> #> $`Ullrich congenital muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Ullrich congenital muscular dystrophy`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Ullrich congenital muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Ullrich congenital muscular dystrophy`$children #> list() #> #> $`Ullrich congenital muscular dystrophy`$value #> [1] "Ullrich congenital muscular dystrophy" #> #> #> $`Umbilical hernia` #> $`Umbilical hernia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001537" #> #> $`Umbilical hernia`$`_id` #> [1] "HP_0001537<HP_0001551<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Umbilical hernia`$privateGeneCount #> [1] 0 #> #> $`Umbilical hernia`$publicGeneCount #> [1] 2 #> #> $`Umbilical hernia`$urlId #> [1] "HP_0001537" #> #> $`Umbilical hernia`$dbPhenotype #> [1] TRUE #> #> $`Umbilical hernia`$`_parent` #> [1] "HP_0001551<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Umbilical hernia`$`_is_leaf` #> [1] TRUE #> #> $`Umbilical hernia`$children #> list() #> #> $`Umbilical hernia`$value #> [1] "Umbilical hernia" #> #> #> $`Umbilical hernia` #> $`Umbilical hernia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001537" #> #> $`Umbilical hernia`$`_id` #> [1] "HP_0001537<HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Umbilical hernia`$privateGeneCount #> [1] 0 #> #> $`Umbilical hernia`$publicGeneCount #> [1] 2 #> #> $`Umbilical hernia`$urlId #> [1] "HP_0001537" #> #> $`Umbilical hernia`$dbPhenotype #> [1] TRUE #> #> $`Umbilical hernia`$`_parent` #> [1] "HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Umbilical hernia`$`_is_leaf` #> [1] TRUE #> #> $`Umbilical hernia`$children #> list() #> #> $`Umbilical hernia`$value #> [1] "Umbilical hernia" #> #> #> $`Umbilical hernia` #> $`Umbilical hernia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001537" #> #> $`Umbilical hernia`$`_id` #> [1] "HP_0001537<HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Umbilical hernia`$privateGeneCount #> [1] 0 #> #> $`Umbilical hernia`$publicGeneCount #> [1] 2 #> #> $`Umbilical hernia`$urlId #> [1] "HP_0001537" #> #> $`Umbilical hernia`$dbPhenotype #> [1] TRUE #> #> $`Umbilical hernia`$`_parent` #> [1] "HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Umbilical hernia`$`_is_leaf` #> [1] TRUE #> #> $`Umbilical hernia`$children #> list() #> #> $`Umbilical hernia`$value #> [1] "Umbilical hernia" #> #> #> $`Unusual infection` #> $`Unusual infection`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032101" #> #> $`Unusual infection`$`_id` #> [1] "HP_0032101<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Unusual infection`$privateGeneCount #> [1] 0 #> #> $`Unusual infection`$publicGeneCount #> [1] 3 #> #> $`Unusual infection`$urlId #> [1] "HP_0032101" #> #> $`Unusual infection`$dbPhenotype #> [1] FALSE #> #> $`Unusual infection`$`_parent` #> [1] "HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Unusual infection`$`_is_leaf` #> [1] FALSE #> #> $`Unusual infection`$children #> $`Unusual infection`$children[[1]] #> [1] "HP_0012302<HP_0032101<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Unusual infection`$value #> [1] "Unusual infection" #> #> #> $`Unverricht-Lundborg syndrome` #> $`Unverricht-Lundborg syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3535" #> #> $`Unverricht-Lundborg syndrome`$`_id` #> [1] "DOID_3535<DOID_891<DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Unverricht-Lundborg syndrome`$privateGeneCount #> [1] 0 #> #> $`Unverricht-Lundborg syndrome`$publicGeneCount #> [1] 1 #> #> $`Unverricht-Lundborg syndrome`$urlId #> [1] "DOID_3535" #> #> $`Unverricht-Lundborg syndrome`$dbPhenotype #> [1] TRUE #> #> $`Unverricht-Lundborg syndrome`$`_parent` #> [1] "DOID_891<DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Unverricht-Lundborg syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Unverricht-Lundborg syndrome`$children #> list() #> #> $`Unverricht-Lundborg syndrome`$value #> [1] "Unverricht-Lundborg syndrome" #> #> #> $`Upper motor neuron dysfunction` #> $`Upper motor neuron dysfunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002493" #> #> $`Upper motor neuron dysfunction`$`_id` #> [1] "HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Upper motor neuron dysfunction`$privateGeneCount #> [1] 0 #> #> $`Upper motor neuron dysfunction`$publicGeneCount #> [1] 14 #> #> $`Upper motor neuron dysfunction`$urlId #> [1] "HP_0002493" #> #> $`Upper motor neuron dysfunction`$dbPhenotype #> [1] FALSE #> #> $`Upper motor neuron dysfunction`$`_parent` #> [1] "HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Upper motor neuron dysfunction`$`_is_leaf` #> [1] FALSE #> #> $`Upper motor neuron dysfunction`$children #> $`Upper motor neuron dysfunction`$children[[1]] #> [1] "HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Upper motor neuron dysfunction`$children[[2]] #> [1] "HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Upper motor neuron dysfunction`$value #> [1] "Upper motor neuron dysfunction" #> #> #> $`upper respiratory tract disease` #> $`upper respiratory tract disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_974" #> #> $`upper respiratory tract disease`$`_id` #> [1] "DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`upper respiratory tract disease`$privateGeneCount #> [1] 0 #> #> $`upper respiratory tract disease`$publicGeneCount #> [1] 187 #> #> $`upper respiratory tract disease`$urlId #> [1] "DOID_974" #> #> $`upper respiratory tract disease`$dbPhenotype #> [1] FALSE #> #> $`upper respiratory tract disease`$`_parent` #> [1] "DOID_1579<DOID_7<DOID_4" #> #> $`upper respiratory tract disease`$`_is_leaf` #> [1] FALSE #> #> $`upper respiratory tract disease`$children #> $`upper respiratory tract disease`$children[[1]] #> [1] "DOID_10459<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`upper respiratory tract disease`$children[[2]] #> [1] "DOID_786<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`upper respiratory tract disease`$children[[3]] #> [1] "DOID_1024<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`upper respiratory tract disease`$children[[4]] #> [1] "DOID_9155<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`upper respiratory tract disease`$children[[5]] #> [1] "DOID_9561<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`upper respiratory tract disease`$children[[6]] #> [1] "DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`upper respiratory tract disease`$children[[7]] #> [1] "DOID_3225<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $`upper respiratory tract disease`$value #> [1] "upper respiratory tract disease" #> #> #> $`urea cycle disorder` #> $`urea cycle disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9267" #> #> $`urea cycle disorder`$`_id` #> [1] "DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`urea cycle disorder`$privateGeneCount #> [1] 0 #> #> $`urea cycle disorder`$publicGeneCount #> [1] 7 #> #> $`urea cycle disorder`$urlId #> [1] "DOID_9267" #> #> $`urea cycle disorder`$dbPhenotype #> [1] TRUE #> #> $`urea cycle disorder`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`urea cycle disorder`$`_is_leaf` #> [1] FALSE #> #> $`urea cycle disorder`$children #> $`urea cycle disorder`$children[[1]] #> [1] "DOID_9280<DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`urea cycle disorder`$children[[2]] #> [1] "DOID_9273<DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`urea cycle disorder`$children[[3]] #> [1] "DOID_9278<DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`urea cycle disorder`$children[[4]] #> [1] "DOID_9271<DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $`urea cycle disorder`$value #> [1] "urea cycle disorder" #> #> #> $uremia #> $uremia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4676" #> #> $uremia$`_id` #> [1] "DOID_4676<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $uremia$privateGeneCount #> [1] 0 #> #> $uremia$publicGeneCount #> [1] 20 #> #> $uremia$urlId #> [1] "DOID_4676" #> #> $uremia$dbPhenotype #> [1] TRUE #> #> $uremia$`_parent` #> [1] "DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $uremia$`_is_leaf` #> [1] TRUE #> #> $uremia$children #> list() #> #> $uremia$value #> [1] "uremia" #> #> #> $`ureter cancer` #> $`ureter cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11819" #> #> $`ureter cancer`$`_id` #> [1] "DOID_11819<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureter cancer`$privateGeneCount #> [1] 0 #> #> $`ureter cancer`$publicGeneCount #> [1] 1 #> #> $`ureter cancer`$urlId #> [1] "DOID_11819" #> #> $`ureter cancer`$dbPhenotype #> [1] TRUE #> #> $`ureter cancer`$`_parent` #> [1] "DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureter cancer`$`_is_leaf` #> [1] TRUE #> #> $`ureter cancer`$children #> list() #> #> $`ureter cancer`$value #> [1] "ureter cancer" #> #> #> $`ureter cancer` #> $`ureter cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11819" #> #> $`ureter cancer`$`_id` #> [1] "DOID_11819<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ureter cancer`$privateGeneCount #> [1] 0 #> #> $`ureter cancer`$publicGeneCount #> [1] 1 #> #> $`ureter cancer`$urlId #> [1] "DOID_11819" #> #> $`ureter cancer`$dbPhenotype #> [1] TRUE #> #> $`ureter cancer`$`_parent` #> [1] "DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ureter cancer`$`_is_leaf` #> [1] TRUE #> #> $`ureter cancer`$children #> list() #> #> $`ureter cancer`$value #> [1] "ureter cancer" #> #> #> $`ureter cancer` #> $`ureter cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11819" #> #> $`ureter cancer`$`_id` #> [1] "DOID_11819<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`ureter cancer`$privateGeneCount #> [1] 0 #> #> $`ureter cancer`$publicGeneCount #> [1] 1 #> #> $`ureter cancer`$urlId #> [1] "DOID_11819" #> #> $`ureter cancer`$dbPhenotype #> [1] TRUE #> #> $`ureter cancer`$`_parent` #> [1] "DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`ureter cancer`$`_is_leaf` #> [1] TRUE #> #> $`ureter cancer`$children #> list() #> #> $`ureter cancer`$value #> [1] "ureter cancer" #> #> #> $`ureteral benign neoplasm` #> $`ureteral benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11885" #> #> $`ureteral benign neoplasm`$`_id` #> [1] "DOID_11885<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureteral benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`ureteral benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`ureteral benign neoplasm`$urlId #> [1] "DOID_11885" #> #> $`ureteral benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`ureteral benign neoplasm`$`_parent` #> [1] "DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureteral benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`ureteral benign neoplasm`$children #> list() #> #> $`ureteral benign neoplasm`$value #> [1] "ureteral benign neoplasm" #> #> #> $`ureteral benign neoplasm` #> $`ureteral benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11885" #> #> $`ureteral benign neoplasm`$`_id` #> [1] "DOID_11885<DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`ureteral benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`ureteral benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`ureteral benign neoplasm`$urlId #> [1] "DOID_11885" #> #> $`ureteral benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`ureteral benign neoplasm`$`_parent` #> [1] "DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`ureteral benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`ureteral benign neoplasm`$children #> list() #> #> $`ureteral benign neoplasm`$value #> [1] "ureteral benign neoplasm" #> #> #> $`ureteral benign neoplasm` #> $`ureteral benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11885" #> #> $`ureteral benign neoplasm`$`_id` #> [1] "DOID_11885<DOID_731<DOID_18<DOID_7<DOID_4" #> #> $`ureteral benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`ureteral benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`ureteral benign neoplasm`$urlId #> [1] "DOID_11885" #> #> $`ureteral benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`ureteral benign neoplasm`$`_parent` #> [1] "DOID_731<DOID_18<DOID_7<DOID_4" #> #> $`ureteral benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`ureteral benign neoplasm`$children #> list() #> #> $`ureteral benign neoplasm`$value #> [1] "ureteral benign neoplasm" #> #> #> $`ureteral disease` #> $`ureteral disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1426" #> #> $`ureteral disease`$`_id` #> [1] "DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureteral disease`$privateGeneCount #> [1] 0 #> #> $`ureteral disease`$publicGeneCount #> [1] 25 #> #> $`ureteral disease`$urlId #> [1] "DOID_1426" #> #> $`ureteral disease`$dbPhenotype #> [1] FALSE #> #> $`ureteral disease`$`_parent` #> [1] "DOID_18<DOID_7<DOID_4" #> #> $`ureteral disease`$`_is_leaf` #> [1] FALSE #> #> $`ureteral disease`$children #> $`ureteral disease`$children[[1]] #> [1] "DOID_9266<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureteral disease`$children[[2]] #> [1] "DOID_11819<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureteral disease`$children[[3]] #> [1] "DOID_11885<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureteral disease`$children[[4]] #> [1] "DOID_5199<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureteral disease`$children[[5]] #> [1] "DOID_14146<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureteral disease`$children[[6]] #> [1] "DOID_9620<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> #> $`ureteral disease`$value #> [1] "ureteral disease" #> #> #> $`ureteral obstruction` #> $`ureteral obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5199" #> #> $`ureteral obstruction`$`_id` #> [1] "DOID_5199<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureteral obstruction`$privateGeneCount #> [1] 0 #> #> $`ureteral obstruction`$publicGeneCount #> [1] 6 #> #> $`ureteral obstruction`$urlId #> [1] "DOID_5199" #> #> $`ureteral obstruction`$dbPhenotype #> [1] TRUE #> #> $`ureteral obstruction`$`_parent` #> [1] "DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureteral obstruction`$`_is_leaf` #> [1] TRUE #> #> $`ureteral obstruction`$children #> list() #> #> $`ureteral obstruction`$value #> [1] "ureteral obstruction" #> #> #> $`ureteral obstruction` #> $`ureteral obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5199" #> #> $`ureteral obstruction`$`_id` #> [1] "DOID_5199<DOID_5200<DOID_18<DOID_7<DOID_4" #> #> $`ureteral obstruction`$privateGeneCount #> [1] 0 #> #> $`ureteral obstruction`$publicGeneCount #> [1] 6 #> #> $`ureteral obstruction`$urlId #> [1] "DOID_5199" #> #> $`ureteral obstruction`$dbPhenotype #> [1] TRUE #> #> $`ureteral obstruction`$`_parent` #> [1] "DOID_5200<DOID_18<DOID_7<DOID_4" #> #> $`ureteral obstruction`$`_is_leaf` #> [1] TRUE #> #> $`ureteral obstruction`$children #> list() #> #> $`ureteral obstruction`$value #> [1] "ureteral obstruction" #> #> #> $ureterolithiasis #> $ureterolithiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14146" #> #> $ureterolithiasis$`_id` #> [1] "DOID_14146<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $ureterolithiasis$privateGeneCount #> [1] 0 #> #> $ureterolithiasis$publicGeneCount #> [1] 4 #> #> $ureterolithiasis$urlId #> [1] "DOID_14146" #> #> $ureterolithiasis$dbPhenotype #> [1] TRUE #> #> $ureterolithiasis$`_parent` #> [1] "DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $ureterolithiasis$`_is_leaf` #> [1] TRUE #> #> $ureterolithiasis$children #> list() #> #> $ureterolithiasis$value #> [1] "ureterolithiasis" #> #> #> $`urethral disease` #> $`urethral disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_732" #> #> $`urethral disease`$`_id` #> [1] "DOID_732<DOID_18<DOID_7<DOID_4" #> #> $`urethral disease`$privateGeneCount #> [1] 0 #> #> $`urethral disease`$publicGeneCount #> [1] 1 #> #> $`urethral disease`$urlId #> [1] "DOID_732" #> #> $`urethral disease`$dbPhenotype #> [1] FALSE #> #> $`urethral disease`$`_parent` #> [1] "DOID_18<DOID_7<DOID_4" #> #> $`urethral disease`$`_is_leaf` #> [1] FALSE #> #> $`urethral disease`$children #> $`urethral disease`$children[[1]] #> [1] "DOID_12577<DOID_732<DOID_18<DOID_7<DOID_4" #> #> #> $`urethral disease`$value #> [1] "urethral disease" #> #> #> $`urethral obstruction` #> $`urethral obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12577" #> #> $`urethral obstruction`$`_id` #> [1] "DOID_12577<DOID_732<DOID_18<DOID_7<DOID_4" #> #> $`urethral obstruction`$privateGeneCount #> [1] 0 #> #> $`urethral obstruction`$publicGeneCount #> [1] 1 #> #> $`urethral obstruction`$urlId #> [1] "DOID_12577" #> #> $`urethral obstruction`$dbPhenotype #> [1] TRUE #> #> $`urethral obstruction`$`_parent` #> [1] "DOID_732<DOID_18<DOID_7<DOID_4" #> #> $`urethral obstruction`$`_is_leaf` #> [1] TRUE #> #> $`urethral obstruction`$children #> list() #> #> $`urethral obstruction`$value #> [1] "urethral obstruction" #> #> #> $`uric acid nephrolithiasis` #> $`uric acid nephrolithiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_580" #> #> $`uric acid nephrolithiasis`$`_id` #> [1] "DOID_580<DOID_585<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`uric acid nephrolithiasis`$privateGeneCount #> [1] 0 #> #> $`uric acid nephrolithiasis`$publicGeneCount #> [1] 1 #> #> $`uric acid nephrolithiasis`$urlId #> [1] "DOID_580" #> #> $`uric acid nephrolithiasis`$dbPhenotype #> [1] TRUE #> #> $`uric acid nephrolithiasis`$`_parent` #> [1] "DOID_585<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`uric acid nephrolithiasis`$`_is_leaf` #> [1] TRUE #> #> $`uric acid nephrolithiasis`$children #> list() #> #> $`uric acid nephrolithiasis`$value #> [1] "uric acid nephrolithiasis" #> #> #> $`Uric acid nephrolithiasis` #> $`Uric acid nephrolithiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000791" #> #> $`Uric acid nephrolithiasis`$`_id` #> [1] "HP_0000791<HP_0000787<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Uric acid nephrolithiasis`$privateGeneCount #> [1] 0 #> #> $`Uric acid nephrolithiasis`$publicGeneCount #> [1] 1 #> #> $`Uric acid nephrolithiasis`$urlId #> [1] "HP_0000791" #> #> $`Uric acid nephrolithiasis`$dbPhenotype #> [1] TRUE #> #> $`Uric acid nephrolithiasis`$`_parent` #> [1] "HP_0000787<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Uric acid nephrolithiasis`$`_is_leaf` #> [1] TRUE #> #> $`Uric acid nephrolithiasis`$children #> list() #> #> $`Uric acid nephrolithiasis`$value #> [1] "Uric acid nephrolithiasis" #> #> #> $`urinary bladder cancer` #> $`urinary bladder cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11054" #> #> $`urinary bladder cancer`$`_id` #> [1] "DOID_11054<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`urinary bladder cancer`$privateGeneCount #> [1] 0 #> #> $`urinary bladder cancer`$publicGeneCount #> [1] 239 #> #> $`urinary bladder cancer`$urlId #> [1] "DOID_11054" #> #> $`urinary bladder cancer`$dbPhenotype #> [1] TRUE #> #> $`urinary bladder cancer`$`_parent` #> [1] "DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`urinary bladder cancer`$`_is_leaf` #> [1] TRUE #> #> $`urinary bladder cancer`$children #> list() #> #> $`urinary bladder cancer`$value #> [1] "urinary bladder cancer" #> #> #> $`urinary bladder cancer` #> $`urinary bladder cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11054" #> #> $`urinary bladder cancer`$`_id` #> [1] "DOID_11054<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`urinary bladder cancer`$privateGeneCount #> [1] 0 #> #> $`urinary bladder cancer`$publicGeneCount #> [1] 239 #> #> $`urinary bladder cancer`$urlId #> [1] "DOID_11054" #> #> $`urinary bladder cancer`$dbPhenotype #> [1] TRUE #> #> $`urinary bladder cancer`$`_parent` #> [1] "DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`urinary bladder cancer`$`_is_leaf` #> [1] TRUE #> #> $`urinary bladder cancer`$children #> list() #> #> $`urinary bladder cancer`$value #> [1] "urinary bladder cancer" #> #> #> $`urinary bladder cancer` #> $`urinary bladder cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11054" #> #> $`urinary bladder cancer`$`_id` #> [1] "DOID_11054<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`urinary bladder cancer`$privateGeneCount #> [1] 0 #> #> $`urinary bladder cancer`$publicGeneCount #> [1] 239 #> #> $`urinary bladder cancer`$urlId #> [1] "DOID_11054" #> #> $`urinary bladder cancer`$dbPhenotype #> [1] TRUE #> #> $`urinary bladder cancer`$`_parent` #> [1] "DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`urinary bladder cancer`$`_is_leaf` #> [1] TRUE #> #> $`urinary bladder cancer`$children #> list() #> #> $`urinary bladder cancer`$value #> [1] "urinary bladder cancer" #> #> #> $`Urinary incontinence` #> $`Urinary incontinence`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000020" #> #> $`Urinary incontinence`$`_id` #> [1] "HP_0000020<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Urinary incontinence`$privateGeneCount #> [1] 0 #> #> $`Urinary incontinence`$publicGeneCount #> [1] 1 #> #> $`Urinary incontinence`$urlId #> [1] "HP_0000020" #> #> $`Urinary incontinence`$dbPhenotype #> [1] FALSE #> #> $`Urinary incontinence`$`_parent` #> [1] "HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Urinary incontinence`$`_is_leaf` #> [1] FALSE #> #> $`Urinary incontinence`$children #> $`Urinary incontinence`$children[[1]] #> [1] "HP_0010992<HP_0000020<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Urinary incontinence`$value #> [1] "Urinary incontinence" #> #> #> $`Urinary retention` #> $`Urinary retention`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000016" #> #> $`Urinary retention`$`_id` #> [1] "HP_0000016<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Urinary retention`$privateGeneCount #> [1] 0 #> #> $`Urinary retention`$publicGeneCount #> [1] 2 #> #> $`Urinary retention`$urlId #> [1] "HP_0000016" #> #> $`Urinary retention`$dbPhenotype #> [1] TRUE #> #> $`Urinary retention`$`_parent` #> [1] "HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Urinary retention`$`_is_leaf` #> [1] TRUE #> #> $`Urinary retention`$children #> list() #> #> $`Urinary retention`$value #> [1] "Urinary retention" #> #> #> $`urinary schistosomiasis` #> $`urinary schistosomiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1394" #> #> $`urinary schistosomiasis`$`_id` #> [1] "DOID_1394<DOID_1395<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $`urinary schistosomiasis`$privateGeneCount #> [1] 0 #> #> $`urinary schistosomiasis`$publicGeneCount #> [1] 3 #> #> $`urinary schistosomiasis`$urlId #> [1] "DOID_1394" #> #> $`urinary schistosomiasis`$dbPhenotype #> [1] TRUE #> #> $`urinary schistosomiasis`$`_parent` #> [1] "DOID_1395<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $`urinary schistosomiasis`$`_is_leaf` #> [1] TRUE #> #> $`urinary schistosomiasis`$children #> list() #> #> $`urinary schistosomiasis`$value #> [1] "urinary schistosomiasis" #> #> #> $`urinary schistosomiasis` #> $`urinary schistosomiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1394" #> #> $`urinary schistosomiasis`$`_id` #> [1] "DOID_1394<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`urinary schistosomiasis`$privateGeneCount #> [1] 0 #> #> $`urinary schistosomiasis`$publicGeneCount #> [1] 3 #> #> $`urinary schistosomiasis`$urlId #> [1] "DOID_1394" #> #> $`urinary schistosomiasis`$dbPhenotype #> [1] TRUE #> #> $`urinary schistosomiasis`$`_parent` #> [1] "DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`urinary schistosomiasis`$`_is_leaf` #> [1] TRUE #> #> $`urinary schistosomiasis`$children #> list() #> #> $`urinary schistosomiasis`$value #> [1] "urinary schistosomiasis" #> #> #> $`urinary system benign neoplasm` #> $`urinary system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_731" #> #> $`urinary system benign neoplasm`$`_id` #> [1] "DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`urinary system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`urinary system benign neoplasm`$publicGeneCount #> [1] 23 #> #> $`urinary system benign neoplasm`$urlId #> [1] "DOID_731" #> #> $`urinary system benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`urinary system benign neoplasm`$`_parent` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`urinary system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`urinary system benign neoplasm`$children #> $`urinary system benign neoplasm`$children[[1]] #> [1] "DOID_3116<DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`urinary system benign neoplasm`$children[[2]] #> [1] "DOID_11885<DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`urinary system benign neoplasm`$value #> [1] "urinary system benign neoplasm" #> #> #> $`urinary system benign neoplasm` #> $`urinary system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_731" #> #> $`urinary system benign neoplasm`$`_id` #> [1] "DOID_731<DOID_18<DOID_7<DOID_4" #> #> $`urinary system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`urinary system benign neoplasm`$publicGeneCount #> [1] 23 #> #> $`urinary system benign neoplasm`$urlId #> [1] "DOID_731" #> #> $`urinary system benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`urinary system benign neoplasm`$`_parent` #> [1] "DOID_18<DOID_7<DOID_4" #> #> $`urinary system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`urinary system benign neoplasm`$children #> $`urinary system benign neoplasm`$children[[1]] #> [1] "DOID_3116<DOID_731<DOID_18<DOID_7<DOID_4" #> #> $`urinary system benign neoplasm`$children[[2]] #> [1] "DOID_11885<DOID_731<DOID_18<DOID_7<DOID_4" #> #> #> $`urinary system benign neoplasm`$value #> [1] "urinary system benign neoplasm" #> #> #> $`urinary system cancer` #> $`urinary system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3996" #> #> $`urinary system cancer`$`_id` #> [1] "DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`urinary system cancer`$privateGeneCount #> [1] 0 #> #> $`urinary system cancer`$publicGeneCount #> [1] 470 #> #> $`urinary system cancer`$urlId #> [1] "DOID_3996" #> #> $`urinary system cancer`$dbPhenotype #> [1] FALSE #> #> $`urinary system cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`urinary system cancer`$`_is_leaf` #> [1] FALSE #> #> $`urinary system cancer`$children #> $`urinary system cancer`$children[[1]] #> [1] "DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`urinary system cancer`$children[[2]] #> [1] "DOID_11819<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`urinary system cancer`$children[[3]] #> [1] "DOID_11054<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`urinary system cancer`$value #> [1] "urinary system cancer" #> #> #> $`urinary system cancer` #> $`urinary system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3996" #> #> $`urinary system cancer`$`_id` #> [1] "DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`urinary system cancer`$privateGeneCount #> [1] 0 #> #> $`urinary system cancer`$publicGeneCount #> [1] 470 #> #> $`urinary system cancer`$urlId #> [1] "DOID_3996" #> #> $`urinary system cancer`$dbPhenotype #> [1] FALSE #> #> $`urinary system cancer`$`_parent` #> [1] "DOID_18<DOID_7<DOID_4" #> #> $`urinary system cancer`$`_is_leaf` #> [1] FALSE #> #> $`urinary system cancer`$children #> $`urinary system cancer`$children[[1]] #> [1] "DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`urinary system cancer`$children[[2]] #> [1] "DOID_11819<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`urinary system cancer`$children[[3]] #> [1] "DOID_11054<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> #> $`urinary system cancer`$value #> [1] "urinary system cancer" #> #> #> $`urinary system disease` #> $`urinary system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_18" #> #> $`urinary system disease`$`_id` #> [1] "DOID_18<DOID_7<DOID_4" #> #> $`urinary system disease`$privateGeneCount #> [1] 0 #> #> $`urinary system disease`$publicGeneCount #> [1] 1304 #> #> $`urinary system disease`$urlId #> [1] "DOID_18" #> #> $`urinary system disease`$dbPhenotype #> [1] FALSE #> #> $`urinary system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`urinary system disease`$`_is_leaf` #> [1] FALSE #> #> $`urinary system disease`$children #> $`urinary system disease`$children[[1]] #> [1] "DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`urinary system disease`$children[[2]] #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`urinary system disease`$children[[3]] #> [1] "DOID_9590<DOID_18<DOID_7<DOID_4" #> #> $`urinary system disease`$children[[4]] #> [1] "DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`urinary system disease`$children[[5]] #> [1] "DOID_732<DOID_18<DOID_7<DOID_4" #> #> $`urinary system disease`$children[[6]] #> [1] "DOID_731<DOID_18<DOID_7<DOID_4" #> #> $`urinary system disease`$children[[7]] #> [1] "DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`urinary system disease`$children[[8]] #> [1] "DOID_5200<DOID_18<DOID_7<DOID_4" #> #> #> $`urinary system disease`$value #> [1] "urinary system disease" #> #> #> $`Urinary tract neoplasm` #> $`Urinary tract neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010786" #> #> $`Urinary tract neoplasm`$`_id` #> [1] "HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> $`Urinary tract neoplasm`$privateGeneCount #> [1] 0 #> #> $`Urinary tract neoplasm`$publicGeneCount #> [1] 2 #> #> $`Urinary tract neoplasm`$urlId #> [1] "HP_0010786" #> #> $`Urinary tract neoplasm`$dbPhenotype #> [1] FALSE #> #> $`Urinary tract neoplasm`$`_parent` #> [1] "HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> $`Urinary tract neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`Urinary tract neoplasm`$children #> $`Urinary tract neoplasm`$children[[1]] #> [1] "HP_0009726<HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Urinary tract neoplasm`$value #> [1] "Urinary tract neoplasm" #> #> #> $`urinary tract obstruction` #> $`urinary tract obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5200" #> #> $`urinary tract obstruction`$`_id` #> [1] "DOID_5200<DOID_18<DOID_7<DOID_4" #> #> $`urinary tract obstruction`$privateGeneCount #> [1] 0 #> #> $`urinary tract obstruction`$publicGeneCount #> [1] 12 #> #> $`urinary tract obstruction`$urlId #> [1] "DOID_5200" #> #> $`urinary tract obstruction`$dbPhenotype #> [1] FALSE #> #> $`urinary tract obstruction`$`_parent` #> [1] "DOID_18<DOID_7<DOID_4" #> #> $`urinary tract obstruction`$`_is_leaf` #> [1] FALSE #> #> $`urinary tract obstruction`$children #> $`urinary tract obstruction`$children[[1]] #> [1] "DOID_11111<DOID_5200<DOID_18<DOID_7<DOID_4" #> #> $`urinary tract obstruction`$children[[2]] #> [1] "DOID_5199<DOID_5200<DOID_18<DOID_7<DOID_4" #> #> #> $`urinary tract obstruction`$value #> [1] "urinary tract obstruction" #> #> #> $`urofacial syndrome` #> $`urofacial syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050816" #> #> $`urofacial syndrome`$`_id` #> [1] "DOID_0050816<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`urofacial syndrome`$privateGeneCount #> [1] 0 #> #> $`urofacial syndrome`$publicGeneCount #> [1] 2 #> #> $`urofacial syndrome`$urlId #> [1] "DOID_0050816" #> #> $`urofacial syndrome`$dbPhenotype #> [1] TRUE #> #> $`urofacial syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`urofacial syndrome`$`_is_leaf` #> [1] TRUE #> #> $`urofacial syndrome`$children #> list() #> #> $`urofacial syndrome`$value #> [1] "urofacial syndrome" #> #> #> $`urofacial syndrome` #> $`urofacial syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050816" #> #> $`urofacial syndrome`$`_id` #> [1] "DOID_0050816<DOID_225<DOID_4" #> #> $`urofacial syndrome`$privateGeneCount #> [1] 0 #> #> $`urofacial syndrome`$publicGeneCount #> [1] 2 #> #> $`urofacial syndrome`$urlId #> [1] "DOID_0050816" #> #> $`urofacial syndrome`$dbPhenotype #> [1] TRUE #> #> $`urofacial syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`urofacial syndrome`$`_is_leaf` #> [1] TRUE #> #> $`urofacial syndrome`$children #> list() #> #> $`urofacial syndrome`$value #> [1] "urofacial syndrome" #> #> #> $`urogenital tuberculosis` #> $`urogenital tuberculosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2149" #> #> $`urogenital tuberculosis`$`_id` #> [1] "DOID_2149<DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`urogenital tuberculosis`$privateGeneCount #> [1] 0 #> #> $`urogenital tuberculosis`$publicGeneCount #> [1] 1 #> #> $`urogenital tuberculosis`$urlId #> [1] "DOID_2149" #> #> $`urogenital tuberculosis`$dbPhenotype #> [1] FALSE #> #> $`urogenital tuberculosis`$`_parent` #> [1] "DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`urogenital tuberculosis`$`_is_leaf` #> [1] FALSE #> #> $`urogenital tuberculosis`$children #> $`urogenital tuberculosis`$children[[1]] #> [1] "DOID_9733<DOID_2149<DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> #> $`urogenital tuberculosis`$value #> [1] "urogenital tuberculosis" #> #> #> $urticaria #> $urticaria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1555" #> #> $urticaria$`_id` #> [1] "DOID_1555<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $urticaria$privateGeneCount #> [1] 0 #> #> $urticaria$publicGeneCount #> [1] 28 #> #> $urticaria$urlId #> [1] "DOID_1555" #> #> $urticaria$dbPhenotype #> [1] TRUE #> #> $urticaria$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $urticaria$`_is_leaf` #> [1] FALSE #> #> $urticaria$children #> $urticaria$children[[1]] #> [1] "DOID_0060220<DOID_1555<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $urticaria$value #> [1] "urticaria" #> #> #> $`urticaria pigmentosa` #> $`urticaria pigmentosa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12309" #> #> $`urticaria pigmentosa`$`_id` #> [1] "DOID_12309<DOID_3663<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`urticaria pigmentosa`$privateGeneCount #> [1] 0 #> #> $`urticaria pigmentosa`$publicGeneCount #> [1] 1 #> #> $`urticaria pigmentosa`$urlId #> [1] "DOID_12309" #> #> $`urticaria pigmentosa`$dbPhenotype #> [1] TRUE #> #> $`urticaria pigmentosa`$`_parent` #> [1] "DOID_3663<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`urticaria pigmentosa`$`_is_leaf` #> [1] TRUE #> #> $`urticaria pigmentosa`$children #> list() #> #> $`urticaria pigmentosa`$value #> [1] "urticaria pigmentosa" #> #> #> $`urticaria pigmentosa` #> $`urticaria pigmentosa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12309" #> #> $`urticaria pigmentosa`$`_id` #> [1] "DOID_12309<DOID_3663<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`urticaria pigmentosa`$privateGeneCount #> [1] 0 #> #> $`urticaria pigmentosa`$publicGeneCount #> [1] 1 #> #> $`urticaria pigmentosa`$urlId #> [1] "DOID_12309" #> #> $`urticaria pigmentosa`$dbPhenotype #> [1] TRUE #> #> $`urticaria pigmentosa`$`_parent` #> [1] "DOID_3663<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`urticaria pigmentosa`$`_is_leaf` #> [1] TRUE #> #> $`urticaria pigmentosa`$children #> list() #> #> $`urticaria pigmentosa`$value #> [1] "urticaria pigmentosa" #> #> #> $`Usher syndrome` #> $`Usher syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050439" #> #> $`Usher syndrome`$`_id` #> [1] "DOID_0050439<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Usher syndrome`$privateGeneCount #> [1] 0 #> #> $`Usher syndrome`$publicGeneCount #> [1] 12 #> #> $`Usher syndrome`$urlId #> [1] "DOID_0050439" #> #> $`Usher syndrome`$dbPhenotype #> [1] TRUE #> #> $`Usher syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Usher syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Usher syndrome`$children #> list() #> #> $`Usher syndrome`$value #> [1] "Usher syndrome" #> #> #> $`Usher syndrome` #> $`Usher syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050439" #> #> $`Usher syndrome`$`_id` #> [1] "DOID_0050439<DOID_225<DOID_4" #> #> $`Usher syndrome`$privateGeneCount #> [1] 0 #> #> $`Usher syndrome`$publicGeneCount #> [1] 12 #> #> $`Usher syndrome`$urlId #> [1] "DOID_0050439" #> #> $`Usher syndrome`$dbPhenotype #> [1] TRUE #> #> $`Usher syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Usher syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Usher syndrome`$children #> list() #> #> $`Usher syndrome`$value #> [1] "Usher syndrome" #> #> #> $`uterine benign neoplasm` #> $`uterine benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060095" #> #> $`uterine benign neoplasm`$`_id` #> [1] "DOID_0060095<DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`uterine benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`uterine benign neoplasm`$publicGeneCount #> [1] 40 #> #> $`uterine benign neoplasm`$urlId #> [1] "DOID_0060095" #> #> $`uterine benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`uterine benign neoplasm`$`_parent` #> [1] "DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`uterine benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`uterine benign neoplasm`$children #> $`uterine benign neoplasm`$children[[1]] #> [1] "DOID_277<DOID_0060095<DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`uterine benign neoplasm`$children[[2]] #> [1] "DOID_13223<DOID_0060095<DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`uterine benign neoplasm`$value #> [1] "uterine benign neoplasm" #> #> #> $`uterine benign neoplasm` #> $`uterine benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060095" #> #> $`uterine benign neoplasm`$`_id` #> [1] "DOID_0060095<DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`uterine benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`uterine benign neoplasm`$publicGeneCount #> [1] 40 #> #> $`uterine benign neoplasm`$urlId #> [1] "DOID_0060095" #> #> $`uterine benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`uterine benign neoplasm`$`_parent` #> [1] "DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`uterine benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`uterine benign neoplasm`$children #> $`uterine benign neoplasm`$children[[1]] #> [1] "DOID_277<DOID_0060095<DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`uterine benign neoplasm`$children[[2]] #> [1] "DOID_13223<DOID_0060095<DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> #> $`uterine benign neoplasm`$value #> [1] "uterine benign neoplasm" #> #> #> $`uterine benign neoplasm` #> $`uterine benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060095" #> #> $`uterine benign neoplasm`$`_id` #> [1] "DOID_0060095<DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`uterine benign neoplasm`$publicGeneCount #> [1] 40 #> #> $`uterine benign neoplasm`$urlId #> [1] "DOID_0060095" #> #> $`uterine benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`uterine benign neoplasm`$`_parent` #> [1] "DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`uterine benign neoplasm`$children #> $`uterine benign neoplasm`$children[[1]] #> [1] "DOID_277<DOID_0060095<DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine benign neoplasm`$children[[2]] #> [1] "DOID_13223<DOID_0060095<DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`uterine benign neoplasm`$value #> [1] "uterine benign neoplasm" #> #> #> $`uterine benign neoplasm` #> $`uterine benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060095" #> #> $`uterine benign neoplasm`$`_id` #> [1] "DOID_0060095<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`uterine benign neoplasm`$publicGeneCount #> [1] 40 #> #> $`uterine benign neoplasm`$urlId #> [1] "DOID_0060095" #> #> $`uterine benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`uterine benign neoplasm`$`_parent` #> [1] "DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`uterine benign neoplasm`$children #> $`uterine benign neoplasm`$children[[1]] #> [1] "DOID_277<DOID_0060095<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine benign neoplasm`$children[[2]] #> [1] "DOID_13223<DOID_0060095<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`uterine benign neoplasm`$value #> [1] "uterine benign neoplasm" #> #> #> $`uterine cancer` #> $`uterine cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_363" #> #> $`uterine cancer`$`_id` #> [1] "DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`uterine cancer`$privateGeneCount #> [1] 0 #> #> $`uterine cancer`$publicGeneCount #> [1] 286 #> #> $`uterine cancer`$urlId #> [1] "DOID_363" #> #> $`uterine cancer`$dbPhenotype #> [1] TRUE #> #> $`uterine cancer`$`_parent` #> [1] "DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`uterine cancer`$`_is_leaf` #> [1] FALSE #> #> $`uterine cancer`$children #> $`uterine cancer`$children[[1]] #> [1] "DOID_4362<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`uterine cancer`$children[[2]] #> [1] "DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`uterine cancer`$children[[3]] #> [1] "DOID_2021<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`uterine cancer`$value #> [1] "uterine cancer" #> #> #> $`uterine cancer` #> $`uterine cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_363" #> #> $`uterine cancer`$`_id` #> [1] "DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine cancer`$privateGeneCount #> [1] 0 #> #> $`uterine cancer`$publicGeneCount #> [1] 286 #> #> $`uterine cancer`$urlId #> [1] "DOID_363" #> #> $`uterine cancer`$dbPhenotype #> [1] TRUE #> #> $`uterine cancer`$`_parent` #> [1] "DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine cancer`$`_is_leaf` #> [1] FALSE #> #> $`uterine cancer`$children #> $`uterine cancer`$children[[1]] #> [1] "DOID_4362<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine cancer`$children[[2]] #> [1] "DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine cancer`$children[[3]] #> [1] "DOID_2021<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`uterine cancer`$value #> [1] "uterine cancer" #> #> #> $`uterine cancer` #> $`uterine cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_363" #> #> $`uterine cancer`$`_id` #> [1] "DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine cancer`$privateGeneCount #> [1] 0 #> #> $`uterine cancer`$publicGeneCount #> [1] 286 #> #> $`uterine cancer`$urlId #> [1] "DOID_363" #> #> $`uterine cancer`$dbPhenotype #> [1] TRUE #> #> $`uterine cancer`$`_parent` #> [1] "DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine cancer`$`_is_leaf` #> [1] FALSE #> #> $`uterine cancer`$children #> $`uterine cancer`$children[[1]] #> [1] "DOID_4362<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine cancer`$children[[2]] #> [1] "DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine cancer`$children[[3]] #> [1] "DOID_2021<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`uterine cancer`$value #> [1] "uterine cancer" #> #> #> $`uterine disease` #> $`uterine disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_345" #> #> $`uterine disease`$`_id` #> [1] "DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine disease`$privateGeneCount #> [1] 0 #> #> $`uterine disease`$publicGeneCount #> [1] 483 #> #> $`uterine disease`$urlId #> [1] "DOID_345" #> #> $`uterine disease`$dbPhenotype #> [1] TRUE #> #> $`uterine disease`$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine disease`$`_is_leaf` #> [1] FALSE #> #> $`uterine disease`$children #> $`uterine disease`$children[[1]] #> [1] "DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine disease`$children[[2]] #> [1] "DOID_288<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine disease`$children[[3]] #> [1] "DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine disease`$children[[4]] #> [1] "DOID_0060095<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine disease`$children[[5]] #> [1] "DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine disease`$children[[6]] #> [1] "DOID_9108<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`uterine disease`$value #> [1] "uterine disease" #> #> #> $`uterine fibroid` #> $`uterine fibroid`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13223" #> #> $`uterine fibroid`$`_id` #> [1] "DOID_13223<DOID_0060095<DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`uterine fibroid`$privateGeneCount #> [1] 0 #> #> $`uterine fibroid`$publicGeneCount #> [1] 36 #> #> $`uterine fibroid`$urlId #> [1] "DOID_13223" #> #> $`uterine fibroid`$dbPhenotype #> [1] TRUE #> #> $`uterine fibroid`$`_parent` #> [1] "DOID_0060095<DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`uterine fibroid`$`_is_leaf` #> [1] TRUE #> #> $`uterine fibroid`$children #> list() #> #> $`uterine fibroid`$value #> [1] "uterine fibroid" #> #> #> $`uterine fibroid` #> $`uterine fibroid`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13223" #> #> $`uterine fibroid`$`_id` #> [1] "DOID_13223<DOID_0060095<DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`uterine fibroid`$privateGeneCount #> [1] 0 #> #> $`uterine fibroid`$publicGeneCount #> [1] 36 #> #> $`uterine fibroid`$urlId #> [1] "DOID_13223" #> #> $`uterine fibroid`$dbPhenotype #> [1] TRUE #> #> $`uterine fibroid`$`_parent` #> [1] "DOID_0060095<DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`uterine fibroid`$`_is_leaf` #> [1] TRUE #> #> $`uterine fibroid`$children #> list() #> #> $`uterine fibroid`$value #> [1] "uterine fibroid" #> #> #> $`uterine fibroid` #> $`uterine fibroid`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13223" #> #> $`uterine fibroid`$`_id` #> [1] "DOID_13223<DOID_0060095<DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine fibroid`$privateGeneCount #> [1] 0 #> #> $`uterine fibroid`$publicGeneCount #> [1] 36 #> #> $`uterine fibroid`$urlId #> [1] "DOID_13223" #> #> $`uterine fibroid`$dbPhenotype #> [1] TRUE #> #> $`uterine fibroid`$`_parent` #> [1] "DOID_0060095<DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine fibroid`$`_is_leaf` #> [1] TRUE #> #> $`uterine fibroid`$children #> list() #> #> $`uterine fibroid`$value #> [1] "uterine fibroid" #> #> #> $`uterine fibroid` #> $`uterine fibroid`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13223" #> #> $`uterine fibroid`$`_id` #> [1] "DOID_13223<DOID_0060095<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine fibroid`$privateGeneCount #> [1] 0 #> #> $`uterine fibroid`$publicGeneCount #> [1] 36 #> #> $`uterine fibroid`$urlId #> [1] "DOID_13223" #> #> $`uterine fibroid`$dbPhenotype #> [1] TRUE #> #> $`uterine fibroid`$`_parent` #> [1] "DOID_0060095<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine fibroid`$`_is_leaf` #> [1] TRUE #> #> $`uterine fibroid`$children #> list() #> #> $`uterine fibroid`$value #> [1] "uterine fibroid" #> #> #> $`uterus carcinoma in situ` #> $`uterus carcinoma in situ`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9108" #> #> $`uterus carcinoma in situ`$`_id` #> [1] "DOID_9108<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterus carcinoma in situ`$privateGeneCount #> [1] 0 #> #> $`uterus carcinoma in situ`$publicGeneCount #> [1] 45 #> #> $`uterus carcinoma in situ`$urlId #> [1] "DOID_9108" #> #> $`uterus carcinoma in situ`$dbPhenotype #> [1] FALSE #> #> $`uterus carcinoma in situ`$`_parent` #> [1] "DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterus carcinoma in situ`$`_is_leaf` #> [1] FALSE #> #> $`uterus carcinoma in situ`$children #> $`uterus carcinoma in situ`$children[[1]] #> [1] "DOID_8991<DOID_9108<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`uterus carcinoma in situ`$value #> [1] "uterus carcinoma in situ" #> #> #> $`uterus carcinoma in situ` #> $`uterus carcinoma in situ`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9108" #> #> $`uterus carcinoma in situ`$`_id` #> [1] "DOID_9108<DOID_8719<DOID_0060071<DOID_14566<DOID_4" #> #> $`uterus carcinoma in situ`$privateGeneCount #> [1] 0 #> #> $`uterus carcinoma in situ`$publicGeneCount #> [1] 45 #> #> $`uterus carcinoma in situ`$urlId #> [1] "DOID_9108" #> #> $`uterus carcinoma in situ`$dbPhenotype #> [1] FALSE #> #> $`uterus carcinoma in situ`$`_parent` #> [1] "DOID_8719<DOID_0060071<DOID_14566<DOID_4" #> #> $`uterus carcinoma in situ`$`_is_leaf` #> [1] FALSE #> #> $`uterus carcinoma in situ`$children #> $`uterus carcinoma in situ`$children[[1]] #> [1] "DOID_8991<DOID_9108<DOID_8719<DOID_0060071<DOID_14566<DOID_4" #> #> #> $`uterus carcinoma in situ`$value #> [1] "uterus carcinoma in situ" #> #> #> $`UV-sensitive syndrome` #> $`UV-sensitive syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060240" #> #> $`UV-sensitive syndrome`$`_id` #> [1] "DOID_0060240<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`UV-sensitive syndrome`$privateGeneCount #> [1] 0 #> #> $`UV-sensitive syndrome`$publicGeneCount #> [1] 3 #> #> $`UV-sensitive syndrome`$urlId #> [1] "DOID_0060240" #> #> $`UV-sensitive syndrome`$dbPhenotype #> [1] TRUE #> #> $`UV-sensitive syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`UV-sensitive syndrome`$`_is_leaf` #> [1] TRUE #> #> $`UV-sensitive syndrome`$children #> list() #> #> $`UV-sensitive syndrome`$value #> [1] "UV-sensitive syndrome" #> #> #> $`UV-sensitive syndrome` #> $`UV-sensitive syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060240" #> #> $`UV-sensitive syndrome`$`_id` #> [1] "DOID_0060240<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`UV-sensitive syndrome`$privateGeneCount #> [1] 0 #> #> $`UV-sensitive syndrome`$publicGeneCount #> [1] 3 #> #> $`UV-sensitive syndrome`$urlId #> [1] "DOID_0060240" #> #> $`UV-sensitive syndrome`$dbPhenotype #> [1] TRUE #> #> $`UV-sensitive syndrome`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`UV-sensitive syndrome`$`_is_leaf` #> [1] TRUE #> #> $`UV-sensitive syndrome`$children #> list() #> #> $`UV-sensitive syndrome`$value #> [1] "UV-sensitive syndrome" #> #> #> $`uveal cancer` #> $`uveal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3479" #> #> $`uveal cancer`$`_id` #> [1] "DOID_3479<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal cancer`$privateGeneCount #> [1] 0 #> #> $`uveal cancer`$publicGeneCount #> [1] 14 #> #> $`uveal cancer`$urlId #> [1] "DOID_3479" #> #> $`uveal cancer`$dbPhenotype #> [1] FALSE #> #> $`uveal cancer`$`_parent` #> [1] "DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal cancer`$`_is_leaf` #> [1] FALSE #> #> $`uveal cancer`$children #> $`uveal cancer`$children[[1]] #> [1] "DOID_6039<DOID_3479<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`uveal cancer`$value #> [1] "uveal cancer" #> #> #> $`uveal cancer` #> $`uveal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3479" #> #> $`uveal cancer`$`_id` #> [1] "DOID_3479<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`uveal cancer`$privateGeneCount #> [1] 0 #> #> $`uveal cancer`$publicGeneCount #> [1] 14 #> #> $`uveal cancer`$urlId #> [1] "DOID_3479" #> #> $`uveal cancer`$dbPhenotype #> [1] FALSE #> #> $`uveal cancer`$`_parent` #> [1] "DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`uveal cancer`$`_is_leaf` #> [1] FALSE #> #> $`uveal cancer`$children #> $`uveal cancer`$children[[1]] #> [1] "DOID_6039<DOID_3479<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`uveal cancer`$value #> [1] "uveal cancer" #> #> #> $`uveal cancer` #> $`uveal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3479" #> #> $`uveal cancer`$`_id` #> [1] "DOID_3479<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`uveal cancer`$privateGeneCount #> [1] 0 #> #> $`uveal cancer`$publicGeneCount #> [1] 14 #> #> $`uveal cancer`$urlId #> [1] "DOID_3479" #> #> $`uveal cancer`$dbPhenotype #> [1] FALSE #> #> $`uveal cancer`$`_parent` #> [1] "DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`uveal cancer`$`_is_leaf` #> [1] FALSE #> #> $`uveal cancer`$children #> $`uveal cancer`$children[[1]] #> [1] "DOID_6039<DOID_3479<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`uveal cancer`$value #> [1] "uveal cancer" #> #> #> $`uveal cancer` #> $`uveal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3479" #> #> $`uveal cancer`$`_id` #> [1] "DOID_3479<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal cancer`$privateGeneCount #> [1] 0 #> #> $`uveal cancer`$publicGeneCount #> [1] 14 #> #> $`uveal cancer`$urlId #> [1] "DOID_3479" #> #> $`uveal cancer`$dbPhenotype #> [1] FALSE #> #> $`uveal cancer`$`_parent` #> [1] "DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal cancer`$`_is_leaf` #> [1] FALSE #> #> $`uveal cancer`$children #> $`uveal cancer`$children[[1]] #> [1] "DOID_6039<DOID_3479<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`uveal cancer`$value #> [1] "uveal cancer" #> #> #> $`uveal cancer` #> $`uveal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3479" #> #> $`uveal cancer`$`_id` #> [1] "DOID_3479<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal cancer`$privateGeneCount #> [1] 0 #> #> $`uveal cancer`$publicGeneCount #> [1] 14 #> #> $`uveal cancer`$urlId #> [1] "DOID_3479" #> #> $`uveal cancer`$dbPhenotype #> [1] FALSE #> #> $`uveal cancer`$`_parent` #> [1] "DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal cancer`$`_is_leaf` #> [1] FALSE #> #> $`uveal cancer`$children #> $`uveal cancer`$children[[1]] #> [1] "DOID_6039<DOID_3479<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`uveal cancer`$value #> [1] "uveal cancer" #> #> #> $`uveal disease` #> $`uveal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3480" #> #> $`uveal disease`$`_id` #> [1] "DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal disease`$privateGeneCount #> [1] 0 #> #> $`uveal disease`$publicGeneCount #> [1] 78 #> #> $`uveal disease`$urlId #> [1] "DOID_3480" #> #> $`uveal disease`$dbPhenotype #> [1] FALSE #> #> $`uveal disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal disease`$`_is_leaf` #> [1] FALSE #> #> $`uveal disease`$children #> $`uveal disease`$children[[1]] #> [1] "DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal disease`$children[[2]] #> [1] "DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal disease`$children[[3]] #> [1] "DOID_3479<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal disease`$children[[4]] #> [1] "DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`uveal disease`$value #> [1] "uveal disease" #> #> #> $`uveal melanoma` #> $`uveal melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6039" #> #> $`uveal melanoma`$`_id` #> [1] "DOID_6039<DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`uveal melanoma`$privateGeneCount #> [1] 0 #> #> $`uveal melanoma`$publicGeneCount #> [1] 14 #> #> $`uveal melanoma`$urlId #> [1] "DOID_6039" #> #> $`uveal melanoma`$dbPhenotype #> [1] TRUE #> #> $`uveal melanoma`$`_parent` #> [1] "DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`uveal melanoma`$`_is_leaf` #> [1] TRUE #> #> $`uveal melanoma`$children #> list() #> #> $`uveal melanoma`$value #> [1] "uveal melanoma" #> #> #> $`uveal melanoma` #> $`uveal melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6039" #> #> $`uveal melanoma`$`_id` #> [1] "DOID_6039<DOID_3479<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal melanoma`$privateGeneCount #> [1] 0 #> #> $`uveal melanoma`$publicGeneCount #> [1] 14 #> #> $`uveal melanoma`$urlId #> [1] "DOID_6039" #> #> $`uveal melanoma`$dbPhenotype #> [1] TRUE #> #> $`uveal melanoma`$`_parent` #> [1] "DOID_3479<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal melanoma`$`_is_leaf` #> [1] TRUE #> #> $`uveal melanoma`$children #> list() #> #> $`uveal melanoma`$value #> [1] "uveal melanoma" #> #> #> $`uveal melanoma` #> $`uveal melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6039" #> #> $`uveal melanoma`$`_id` #> [1] "DOID_6039<DOID_3479<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`uveal melanoma`$privateGeneCount #> [1] 0 #> #> $`uveal melanoma`$publicGeneCount #> [1] 14 #> #> $`uveal melanoma`$urlId #> [1] "DOID_6039" #> #> $`uveal melanoma`$dbPhenotype #> [1] TRUE #> #> $`uveal melanoma`$`_parent` #> [1] "DOID_3479<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`uveal melanoma`$`_is_leaf` #> [1] TRUE #> #> $`uveal melanoma`$children #> list() #> #> $`uveal melanoma`$value #> [1] "uveal melanoma" #> #> #> $`uveal melanoma` #> $`uveal melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6039" #> #> $`uveal melanoma`$`_id` #> [1] "DOID_6039<DOID_3479<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`uveal melanoma`$privateGeneCount #> [1] 0 #> #> $`uveal melanoma`$publicGeneCount #> [1] 14 #> #> $`uveal melanoma`$urlId #> [1] "DOID_6039" #> #> $`uveal melanoma`$dbPhenotype #> [1] TRUE #> #> $`uveal melanoma`$`_parent` #> [1] "DOID_3479<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`uveal melanoma`$`_is_leaf` #> [1] TRUE #> #> $`uveal melanoma`$children #> list() #> #> $`uveal melanoma`$value #> [1] "uveal melanoma" #> #> #> $`uveal melanoma` #> $`uveal melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6039" #> #> $`uveal melanoma`$`_id` #> [1] "DOID_6039<DOID_3479<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal melanoma`$privateGeneCount #> [1] 0 #> #> $`uveal melanoma`$publicGeneCount #> [1] 14 #> #> $`uveal melanoma`$urlId #> [1] "DOID_6039" #> #> $`uveal melanoma`$dbPhenotype #> [1] TRUE #> #> $`uveal melanoma`$`_parent` #> [1] "DOID_3479<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal melanoma`$`_is_leaf` #> [1] TRUE #> #> $`uveal melanoma`$children #> list() #> #> $`uveal melanoma`$value #> [1] "uveal melanoma" #> #> #> $`uveal melanoma` #> $`uveal melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6039" #> #> $`uveal melanoma`$`_id` #> [1] "DOID_6039<DOID_3479<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal melanoma`$privateGeneCount #> [1] 0 #> #> $`uveal melanoma`$publicGeneCount #> [1] 14 #> #> $`uveal melanoma`$urlId #> [1] "DOID_6039" #> #> $`uveal melanoma`$dbPhenotype #> [1] TRUE #> #> $`uveal melanoma`$`_parent` #> [1] "DOID_3479<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal melanoma`$`_is_leaf` #> [1] TRUE #> #> $`uveal melanoma`$children #> list() #> #> $`uveal melanoma`$value #> [1] "uveal melanoma" #> #> #> $uveitis #> $uveitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13141" #> #> $uveitis$`_id` #> [1] "DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $uveitis$privateGeneCount #> [1] 0 #> #> $uveitis$publicGeneCount #> [1] 42 #> #> $uveitis$urlId #> [1] "DOID_13141" #> #> $uveitis$dbPhenotype #> [1] TRUE #> #> $uveitis$`_parent` #> [1] "DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $uveitis$`_is_leaf` #> [1] FALSE #> #> $uveitis$children #> $uveitis$children[[1]] #> [1] "DOID_12732<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $uveitis$children[[2]] #> [1] "DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $uveitis$value #> [1] "uveitis" #> #> #> $`uveoparotid fever` #> $`uveoparotid fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13404" #> #> $`uveoparotid fever`$`_id` #> [1] "DOID_13404<DOID_11335<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`uveoparotid fever`$privateGeneCount #> [1] 0 #> #> $`uveoparotid fever`$publicGeneCount #> [1] 1 #> #> $`uveoparotid fever`$urlId #> [1] "DOID_13404" #> #> $`uveoparotid fever`$dbPhenotype #> [1] TRUE #> #> $`uveoparotid fever`$`_parent` #> [1] "DOID_11335<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`uveoparotid fever`$`_is_leaf` #> [1] TRUE #> #> $`uveoparotid fever`$children #> list() #> #> $`uveoparotid fever`$value #> [1] "uveoparotid fever" #> #> #> $`VACTERL association` #> $`VACTERL association`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14679" #> #> $`VACTERL association`$`_id` #> [1] "DOID_14679<DOID_225<DOID_4" #> #> $`VACTERL association`$privateGeneCount #> [1] 0 #> #> $`VACTERL association`$publicGeneCount #> [1] 4 #> #> $`VACTERL association`$urlId #> [1] "DOID_14679" #> #> $`VACTERL association`$dbPhenotype #> [1] TRUE #> #> $`VACTERL association`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`VACTERL association`$`_is_leaf` #> [1] TRUE #> #> $`VACTERL association`$children #> list() #> #> $`VACTERL association`$value #> [1] "VACTERL association" #> #> #> $`vaginal cancer` #> $`vaginal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_119" #> #> $`vaginal cancer`$`_id` #> [1] "DOID_119<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`vaginal cancer`$privateGeneCount #> [1] 0 #> #> $`vaginal cancer`$publicGeneCount #> [1] 2 #> #> $`vaginal cancer`$urlId #> [1] "DOID_119" #> #> $`vaginal cancer`$dbPhenotype #> [1] TRUE #> #> $`vaginal cancer`$`_parent` #> [1] "DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`vaginal cancer`$`_is_leaf` #> [1] TRUE #> #> $`vaginal cancer`$children #> list() #> #> $`vaginal cancer`$value #> [1] "vaginal cancer" #> #> #> $`vaginal cancer` #> $`vaginal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_119" #> #> $`vaginal cancer`$`_id` #> [1] "DOID_119<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vaginal cancer`$privateGeneCount #> [1] 0 #> #> $`vaginal cancer`$publicGeneCount #> [1] 2 #> #> $`vaginal cancer`$urlId #> [1] "DOID_119" #> #> $`vaginal cancer`$dbPhenotype #> [1] TRUE #> #> $`vaginal cancer`$`_parent` #> [1] "DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vaginal cancer`$`_is_leaf` #> [1] TRUE #> #> $`vaginal cancer`$children #> list() #> #> $`vaginal cancer`$value #> [1] "vaginal cancer" #> #> #> $`vaginal cancer` #> $`vaginal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_119" #> #> $`vaginal cancer`$`_id` #> [1] "DOID_119<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vaginal cancer`$privateGeneCount #> [1] 0 #> #> $`vaginal cancer`$publicGeneCount #> [1] 2 #> #> $`vaginal cancer`$urlId #> [1] "DOID_119" #> #> $`vaginal cancer`$dbPhenotype #> [1] TRUE #> #> $`vaginal cancer`$`_parent` #> [1] "DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vaginal cancer`$`_is_leaf` #> [1] TRUE #> #> $`vaginal cancer`$children #> list() #> #> $`vaginal cancer`$value #> [1] "vaginal cancer" #> #> #> $`vaginal disease` #> $`vaginal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_121" #> #> $`vaginal disease`$`_id` #> [1] "DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vaginal disease`$privateGeneCount #> [1] 0 #> #> $`vaginal disease`$publicGeneCount #> [1] 7 #> #> $`vaginal disease`$urlId #> [1] "DOID_121" #> #> $`vaginal disease`$dbPhenotype #> [1] FALSE #> #> $`vaginal disease`$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vaginal disease`$`_is_leaf` #> [1] FALSE #> #> $`vaginal disease`$children #> $`vaginal disease`$children[[1]] #> [1] "DOID_11168<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vaginal disease`$children[[2]] #> [1] "DOID_119<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vaginal disease`$children[[3]] #> [1] "DOID_2170<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vaginal disease`$children[[4]] #> [1] "DOID_2272<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`vaginal disease`$value #> [1] "vaginal disease" #> #> #> $vaginitis #> $vaginitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2170" #> #> $vaginitis$`_id` #> [1] "DOID_2170<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $vaginitis$privateGeneCount #> [1] 0 #> #> $vaginitis$publicGeneCount #> [1] 1 #> #> $vaginitis$urlId #> [1] "DOID_2170" #> #> $vaginitis$dbPhenotype #> [1] FALSE #> #> $vaginitis$`_parent` #> [1] "DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $vaginitis$`_is_leaf` #> [1] FALSE #> #> $vaginitis$children #> $vaginitis$children[[1]] #> [1] "DOID_3385<DOID_2170<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $vaginitis$value #> [1] "vaginitis" #> #> #> $`Van der Woude syndrome` #> $`Van der Woude syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060239" #> #> $`Van der Woude syndrome`$`_id` #> [1] "DOID_0060239<DOID_225<DOID_4" #> #> $`Van der Woude syndrome`$privateGeneCount #> [1] 0 #> #> $`Van der Woude syndrome`$publicGeneCount #> [1] 2 #> #> $`Van der Woude syndrome`$urlId #> [1] "DOID_0060239" #> #> $`Van der Woude syndrome`$dbPhenotype #> [1] TRUE #> #> $`Van der Woude syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Van der Woude syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Van der Woude syndrome`$children #> list() #> #> $`Van der Woude syndrome`$value #> [1] "Van der Woude syndrome" #> #> #> $`Van Maldergem syndrome` #> $`Van Maldergem syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060238" #> #> $`Van Maldergem syndrome`$`_id` #> [1] "DOID_0060238<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Van Maldergem syndrome`$privateGeneCount #> [1] 0 #> #> $`Van Maldergem syndrome`$publicGeneCount #> [1] 2 #> #> $`Van Maldergem syndrome`$urlId #> [1] "DOID_0060238" #> #> $`Van Maldergem syndrome`$dbPhenotype #> [1] TRUE #> #> $`Van Maldergem syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Van Maldergem syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Van Maldergem syndrome`$children #> list() #> #> $`Van Maldergem syndrome`$value #> [1] "Van Maldergem syndrome" #> #> #> $`Van Maldergem syndrome` #> $`Van Maldergem syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060238" #> #> $`Van Maldergem syndrome`$`_id` #> [1] "DOID_0060238<DOID_225<DOID_4" #> #> $`Van Maldergem syndrome`$privateGeneCount #> [1] 0 #> #> $`Van Maldergem syndrome`$publicGeneCount #> [1] 2 #> #> $`Van Maldergem syndrome`$urlId #> [1] "DOID_0060238" #> #> $`Van Maldergem syndrome`$dbPhenotype #> [1] TRUE #> #> $`Van Maldergem syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Van Maldergem syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Van Maldergem syndrome`$children #> list() #> #> $`Van Maldergem syndrome`$value #> [1] "Van Maldergem syndrome" #> #> #> $`variable age at onset electroclinical syndrome` #> $`variable age at onset electroclinical syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050706" #> #> $`variable age at onset electroclinical syndrome`$`_id` #> [1] "DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`variable age at onset electroclinical syndrome`$privateGeneCount #> [1] 0 #> #> $`variable age at onset electroclinical syndrome`$publicGeneCount #> [1] 22 #> #> $`variable age at onset electroclinical syndrome`$urlId #> [1] "DOID_0050706" #> #> $`variable age at onset electroclinical syndrome`$dbPhenotype #> [1] FALSE #> #> $`variable age at onset electroclinical syndrome`$`_parent` #> [1] "DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`variable age at onset electroclinical syndrome`$`_is_leaf` #> [1] FALSE #> #> $`variable age at onset electroclinical syndrome`$children #> $`variable age at onset electroclinical syndrome`$children[[1]] #> [1] "DOID_891<DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`variable age at onset electroclinical syndrome`$value #> [1] "variable age at onset electroclinical syndrome" #> #> #> $varicocele #> $varicocele$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12337" #> #> $varicocele$`_id` #> [1] "DOID_12337<DOID_9742<DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $varicocele$privateGeneCount #> [1] 0 #> #> $varicocele$publicGeneCount #> [1] 1 #> #> $varicocele$urlId #> [1] "DOID_12337" #> #> $varicocele$dbPhenotype #> [1] TRUE #> #> $varicocele$`_parent` #> [1] "DOID_9742<DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $varicocele$`_is_leaf` #> [1] TRUE #> #> $varicocele$children #> list() #> #> $varicocele$value #> [1] "varicocele" #> #> #> $`varicose veins` #> $`varicose veins`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_799" #> #> $`varicose veins`$`_id` #> [1] "DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`varicose veins`$privateGeneCount #> [1] 0 #> #> $`varicose veins`$publicGeneCount #> [1] 15 #> #> $`varicose veins`$urlId #> [1] "DOID_799" #> #> $`varicose veins`$dbPhenotype #> [1] TRUE #> #> $`varicose veins`$`_parent` #> [1] "DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`varicose veins`$`_is_leaf` #> [1] FALSE #> #> $`varicose veins`$children #> $`varicose veins`$children[[1]] #> [1] "DOID_9742<DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`varicose veins`$value #> [1] "varicose veins" #> #> #> $`variegate porphyria` #> $`variegate porphyria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4346" #> #> $`variegate porphyria`$`_id` #> [1] "DOID_4346<DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`variegate porphyria`$privateGeneCount #> [1] 0 #> #> $`variegate porphyria`$publicGeneCount #> [1] 2 #> #> $`variegate porphyria`$urlId #> [1] "DOID_4346" #> #> $`variegate porphyria`$dbPhenotype #> [1] TRUE #> #> $`variegate porphyria`$`_parent` #> [1] "DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`variegate porphyria`$`_is_leaf` #> [1] TRUE #> #> $`variegate porphyria`$children #> list() #> #> $`variegate porphyria`$value #> [1] "variegate porphyria" #> #> #> $`Vascular calcification` #> $`Vascular calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004934" #> #> $`Vascular calcification`$`_id` #> [1] "HP_0004934<HP_0011915<HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> $`Vascular calcification`$privateGeneCount #> [1] 0 #> #> $`Vascular calcification`$publicGeneCount #> [1] 6 #> #> $`Vascular calcification`$urlId #> [1] "HP_0004934" #> #> $`Vascular calcification`$dbPhenotype #> [1] TRUE #> #> $`Vascular calcification`$`_parent` #> [1] "HP_0011915<HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> $`Vascular calcification`$`_is_leaf` #> [1] TRUE #> #> $`Vascular calcification`$children #> list() #> #> $`Vascular calcification`$value #> [1] "Vascular calcification" #> #> #> $`Vascular calcification` #> $`Vascular calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004934" #> #> $`Vascular calcification`$`_id` #> [1] "HP_0004934<HP_0011915<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Vascular calcification`$privateGeneCount #> [1] 0 #> #> $`Vascular calcification`$publicGeneCount #> [1] 6 #> #> $`Vascular calcification`$urlId #> [1] "HP_0004934" #> #> $`Vascular calcification`$dbPhenotype #> [1] TRUE #> #> $`Vascular calcification`$`_parent` #> [1] "HP_0011915<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Vascular calcification`$`_is_leaf` #> [1] TRUE #> #> $`Vascular calcification`$children #> list() #> #> $`Vascular calcification`$value #> [1] "Vascular calcification" #> #> #> $`Vascular calcification` #> $`Vascular calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004934" #> #> $`Vascular calcification`$`_id` #> [1] "HP_0004934<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Vascular calcification`$privateGeneCount #> [1] 0 #> #> $`Vascular calcification`$publicGeneCount #> [1] 6 #> #> $`Vascular calcification`$urlId #> [1] "HP_0004934" #> #> $`Vascular calcification`$dbPhenotype #> [1] TRUE #> #> $`Vascular calcification`$`_parent` #> [1] "HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Vascular calcification`$`_is_leaf` #> [1] TRUE #> #> $`Vascular calcification`$children #> list() #> #> $`Vascular calcification`$value #> [1] "Vascular calcification" #> #> #> $`Vascular calcification` #> $`Vascular calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004934" #> #> $`Vascular calcification`$`_id` #> [1] "HP_0004934<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Vascular calcification`$privateGeneCount #> [1] 0 #> #> $`Vascular calcification`$publicGeneCount #> [1] 6 #> #> $`Vascular calcification`$urlId #> [1] "HP_0004934" #> #> $`Vascular calcification`$dbPhenotype #> [1] TRUE #> #> $`Vascular calcification`$`_parent` #> [1] "HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Vascular calcification`$`_is_leaf` #> [1] TRUE #> #> $`Vascular calcification`$children #> list() #> #> $`Vascular calcification`$value #> [1] "Vascular calcification" #> #> #> $`vascular cancer` #> $`vascular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_175" #> #> $`vascular cancer`$`_id` #> [1] "DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`vascular cancer`$privateGeneCount #> [1] 0 #> #> $`vascular cancer`$publicGeneCount #> [1] 20 #> #> $`vascular cancer`$urlId #> [1] "DOID_175" #> #> $`vascular cancer`$dbPhenotype #> [1] FALSE #> #> $`vascular cancer`$`_parent` #> [1] "DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`vascular cancer`$`_is_leaf` #> [1] FALSE #> #> $`vascular cancer`$children #> $`vascular cancer`$children[[1]] #> [1] "DOID_0001816<DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`vascular cancer`$children[[2]] #> [1] "DOID_3316<DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`vascular cancer`$value #> [1] "vascular cancer" #> #> #> $`vascular cancer` #> $`vascular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_175" #> #> $`vascular cancer`$`_id` #> [1] "DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`vascular cancer`$privateGeneCount #> [1] 0 #> #> $`vascular cancer`$publicGeneCount #> [1] 20 #> #> $`vascular cancer`$urlId #> [1] "DOID_175" #> #> $`vascular cancer`$dbPhenotype #> [1] FALSE #> #> $`vascular cancer`$`_parent` #> [1] "DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`vascular cancer`$`_is_leaf` #> [1] FALSE #> #> $`vascular cancer`$children #> $`vascular cancer`$children[[1]] #> [1] "DOID_0001816<DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`vascular cancer`$children[[2]] #> [1] "DOID_3316<DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> #> $`vascular cancer`$value #> [1] "vascular cancer" #> #> #> $`vascular cancer` #> $`vascular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_175" #> #> $`vascular cancer`$`_id` #> [1] "DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular cancer`$privateGeneCount #> [1] 0 #> #> $`vascular cancer`$publicGeneCount #> [1] 20 #> #> $`vascular cancer`$urlId #> [1] "DOID_175" #> #> $`vascular cancer`$dbPhenotype #> [1] FALSE #> #> $`vascular cancer`$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular cancer`$`_is_leaf` #> [1] FALSE #> #> $`vascular cancer`$children #> $`vascular cancer`$children[[1]] #> [1] "DOID_0001816<DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular cancer`$children[[2]] #> [1] "DOID_3316<DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`vascular cancer`$value #> [1] "vascular cancer" #> #> #> $`vascular dementia` #> $`vascular dementia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8725" #> #> $`vascular dementia`$`_id` #> [1] "DOID_8725<DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> $`vascular dementia`$privateGeneCount #> [1] 0 #> #> $`vascular dementia`$publicGeneCount #> [1] 12 #> #> $`vascular dementia`$urlId #> [1] "DOID_8725" #> #> $`vascular dementia`$dbPhenotype #> [1] TRUE #> #> $`vascular dementia`$`_parent` #> [1] "DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> $`vascular dementia`$`_is_leaf` #> [1] TRUE #> #> $`vascular dementia`$children #> list() #> #> $`vascular dementia`$value #> [1] "vascular dementia" #> #> #> $`vascular disease` #> $`vascular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_178" #> #> $`vascular disease`$`_id` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$privateGeneCount #> [1] 0 #> #> $`vascular disease`$publicGeneCount #> [1] 1085 #> #> $`vascular disease`$urlId #> [1] "DOID_178" #> #> $`vascular disease`$dbPhenotype #> [1] TRUE #> #> $`vascular disease`$`_parent` #> [1] "DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$`_is_leaf` #> [1] FALSE #> #> $`vascular disease`$children #> $`vascular disease`$children[[1]] #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[2]] #> [1] "DOID_1271<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[3]] #> [1] "DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[4]] #> [1] "DOID_1461<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[5]] #> [1] "DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[6]] #> [1] "DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[7]] #> [1] "DOID_1270<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[8]] #> [1] "DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[9]] #> [1] "DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[10]] #> [1] "DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[11]] #> [1] "DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[12]] #> [1] "DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[13]] #> [1] "DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[14]] #> [1] "DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`vascular disease`$value #> [1] "vascular disease" #> #> #> $`Vascular skin abnormality` #> $`Vascular skin abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011276" #> #> $`Vascular skin abnormality`$`_id` #> [1] "HP_0011276<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Vascular skin abnormality`$privateGeneCount #> [1] 0 #> #> $`Vascular skin abnormality`$publicGeneCount #> [1] 8 #> #> $`Vascular skin abnormality`$urlId #> [1] "HP_0011276" #> #> $`Vascular skin abnormality`$dbPhenotype #> [1] FALSE #> #> $`Vascular skin abnormality`$`_parent` #> [1] "HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Vascular skin abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Vascular skin abnormality`$children #> $`Vascular skin abnormality`$children[[1]] #> [1] "HP_0010783<HP_0011276<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Vascular skin abnormality`$value #> [1] "Vascular skin abnormality" #> #> #> $`Vascular skin abnormality` #> $`Vascular skin abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011276" #> #> $`Vascular skin abnormality`$`_id` #> [1] "HP_0011276<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Vascular skin abnormality`$privateGeneCount #> [1] 0 #> #> $`Vascular skin abnormality`$publicGeneCount #> [1] 8 #> #> $`Vascular skin abnormality`$urlId #> [1] "HP_0011276" #> #> $`Vascular skin abnormality`$dbPhenotype #> [1] FALSE #> #> $`Vascular skin abnormality`$`_parent` #> [1] "HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Vascular skin abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Vascular skin abnormality`$children #> $`Vascular skin abnormality`$children[[1]] #> [1] "HP_0010783<HP_0011276<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Vascular skin abnormality`$value #> [1] "Vascular skin abnormality" #> #> #> $`vascular skin disease` #> $`vascular skin disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9540" #> #> $`vascular skin disease`$`_id` #> [1] "DOID_9540<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`vascular skin disease`$privateGeneCount #> [1] 0 #> #> $`vascular skin disease`$publicGeneCount #> [1] 2 #> #> $`vascular skin disease`$urlId #> [1] "DOID_9540" #> #> $`vascular skin disease`$dbPhenotype #> [1] TRUE #> #> $`vascular skin disease`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`vascular skin disease`$`_is_leaf` #> [1] TRUE #> #> $`vascular skin disease`$children #> list() #> #> $`vascular skin disease`$value #> [1] "vascular skin disease" #> #> #> $vasculitis #> $vasculitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_865" #> #> $vasculitis$`_id` #> [1] "DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $vasculitis$privateGeneCount #> [1] 0 #> #> $vasculitis$publicGeneCount #> [1] 96 #> #> $vasculitis$urlId #> [1] "DOID_865" #> #> $vasculitis$dbPhenotype #> [1] TRUE #> #> $vasculitis$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $vasculitis$`_is_leaf` #> [1] FALSE #> #> $vasculitis$children #> $vasculitis$children[[1]] #> [1] "DOID_13241<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $vasculitis$children[[2]] #> [1] "DOID_525<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $vasculitis$children[[3]] #> [1] "DOID_3049<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $vasculitis$children[[4]] #> [1] "DOID_2555<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $vasculitis$children[[5]] #> [1] "DOID_9810<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $vasculitis$children[[6]] #> [1] "DOID_11563<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $vasculitis$children[[7]] #> [1] "DOID_2508<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $vasculitis$value #> [1] "vasculitis" #> #> #> $`vasculogenic impotence` #> $`vasculogenic impotence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4762" #> #> $`vasculogenic impotence`$`_id` #> [1] "DOID_4762<DOID_1875<DOID_1876<DOID_0060043<DOID_150<DOID_4" #> #> $`vasculogenic impotence`$privateGeneCount #> [1] 0 #> #> $`vasculogenic impotence`$publicGeneCount #> [1] 1 #> #> $`vasculogenic impotence`$urlId #> [1] "DOID_4762" #> #> $`vasculogenic impotence`$dbPhenotype #> [1] TRUE #> #> $`vasculogenic impotence`$`_parent` #> [1] "DOID_1875<DOID_1876<DOID_0060043<DOID_150<DOID_4" #> #> $`vasculogenic impotence`$`_is_leaf` #> [1] TRUE #> #> $`vasculogenic impotence`$children #> list() #> #> $`vasculogenic impotence`$value #> [1] "vasculogenic impotence" #> #> #> $`Vasovagal syncope` #> $`Vasovagal syncope`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012668" #> #> $`Vasovagal syncope`$`_id` #> [1] "HP_0012668<HP_0001279<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Vasovagal syncope`$privateGeneCount #> [1] 0 #> #> $`Vasovagal syncope`$publicGeneCount #> [1] 1 #> #> $`Vasovagal syncope`$urlId #> [1] "HP_0012668" #> #> $`Vasovagal syncope`$dbPhenotype #> [1] TRUE #> #> $`Vasovagal syncope`$`_parent` #> [1] "HP_0001279<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Vasovagal syncope`$`_is_leaf` #> [1] TRUE #> #> $`Vasovagal syncope`$children #> list() #> #> $`Vasovagal syncope`$value #> [1] "Vasovagal syncope" #> #> #> $`vein disease` #> $`vein disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_866" #> #> $`vein disease`$`_id` #> [1] "DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vein disease`$privateGeneCount #> [1] 0 #> #> $`vein disease`$publicGeneCount #> [1] 28 #> #> $`vein disease`$urlId #> [1] "DOID_866" #> #> $`vein disease`$dbPhenotype #> [1] FALSE #> #> $`vein disease`$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vein disease`$`_is_leaf` #> [1] FALSE #> #> $`vein disease`$children #> $`vein disease`$children[[1]] #> [1] "DOID_0050792<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vein disease`$children[[2]] #> [1] "DOID_864<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vein disease`$children[[3]] #> [1] "DOID_1727<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vein disease`$children[[4]] #> [1] "DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vein disease`$children[[5]] #> [1] "DOID_10128<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`vein disease`$value #> [1] "vein disease" #> #> #> $`velocardiofacial syndrome` #> $`velocardiofacial syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12583" #> #> $`velocardiofacial syndrome`$`_id` #> [1] "DOID_12583<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`velocardiofacial syndrome`$privateGeneCount #> [1] 0 #> #> $`velocardiofacial syndrome`$publicGeneCount #> [1] 8 #> #> $`velocardiofacial syndrome`$urlId #> [1] "DOID_12583" #> #> $`velocardiofacial syndrome`$dbPhenotype #> [1] TRUE #> #> $`velocardiofacial syndrome`$`_parent` #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`velocardiofacial syndrome`$`_is_leaf` #> [1] TRUE #> #> $`velocardiofacial syndrome`$children #> list() #> #> $`velocardiofacial syndrome`$value #> [1] "velocardiofacial syndrome" #> #> #> $`venous insufficiency` #> $`venous insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10128" #> #> $`venous insufficiency`$`_id` #> [1] "DOID_10128<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`venous insufficiency`$privateGeneCount #> [1] 0 #> #> $`venous insufficiency`$publicGeneCount #> [1] 1 #> #> $`venous insufficiency`$urlId #> [1] "DOID_10128" #> #> $`venous insufficiency`$dbPhenotype #> [1] TRUE #> #> $`venous insufficiency`$`_parent` #> [1] "DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`venous insufficiency`$`_is_leaf` #> [1] TRUE #> #> $`venous insufficiency`$children #> list() #> #> $`venous insufficiency`$value #> [1] "venous insufficiency" #> #> #> $`Venous thrombosis` #> $`Venous thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004936" #> #> $`Venous thrombosis`$`_id` #> [1] "HP_0004936<HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> $`Venous thrombosis`$privateGeneCount #> [1] 0 #> #> $`Venous thrombosis`$publicGeneCount #> [1] 31 #> #> $`Venous thrombosis`$urlId #> [1] "HP_0004936" #> #> $`Venous thrombosis`$dbPhenotype #> [1] TRUE #> #> $`Venous thrombosis`$`_parent` #> [1] "HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> $`Venous thrombosis`$`_is_leaf` #> [1] FALSE #> #> $`Venous thrombosis`$children #> $`Venous thrombosis`$children[[1]] #> [1] "HP_0002625<HP_0004936<HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Venous thrombosis`$value #> [1] "Venous thrombosis" #> #> #> $`Ventral hernia` #> $`Ventral hernia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002933" #> #> $`Ventral hernia`$`_id` #> [1] "HP_0002933<HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Ventral hernia`$privateGeneCount #> [1] 0 #> #> $`Ventral hernia`$publicGeneCount #> [1] 1 #> #> $`Ventral hernia`$urlId #> [1] "HP_0002933" #> #> $`Ventral hernia`$dbPhenotype #> [1] TRUE #> #> $`Ventral hernia`$`_parent` #> [1] "HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Ventral hernia`$`_is_leaf` #> [1] TRUE #> #> $`Ventral hernia`$children #> list() #> #> $`Ventral hernia`$value #> [1] "Ventral hernia" #> #> #> $`Ventral hernia` #> $`Ventral hernia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002933" #> #> $`Ventral hernia`$`_id` #> [1] "HP_0002933<HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Ventral hernia`$privateGeneCount #> [1] 0 #> #> $`Ventral hernia`$publicGeneCount #> [1] 1 #> #> $`Ventral hernia`$urlId #> [1] "HP_0002933" #> #> $`Ventral hernia`$dbPhenotype #> [1] TRUE #> #> $`Ventral hernia`$`_parent` #> [1] "HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Ventral hernia`$`_is_leaf` #> [1] TRUE #> #> $`Ventral hernia`$children #> list() #> #> $`Ventral hernia`$value #> [1] "Ventral hernia" #> #> #> $`Ventricular arrhythmia` #> $`Ventricular arrhythmia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004308" #> #> $`Ventricular arrhythmia`$`_id` #> [1] "HP_0004308<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ventricular arrhythmia`$privateGeneCount #> [1] 0 #> #> $`Ventricular arrhythmia`$publicGeneCount #> [1] 10 #> #> $`Ventricular arrhythmia`$urlId #> [1] "HP_0004308" #> #> $`Ventricular arrhythmia`$dbPhenotype #> [1] FALSE #> #> $`Ventricular arrhythmia`$`_parent` #> [1] "HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ventricular arrhythmia`$`_is_leaf` #> [1] FALSE #> #> $`Ventricular arrhythmia`$children #> $`Ventricular arrhythmia`$children[[1]] #> [1] "HP_0001664<HP_0004308<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ventricular arrhythmia`$children[[2]] #> [1] "HP_0001663<HP_0004308<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Ventricular arrhythmia`$value #> [1] "Ventricular arrhythmia" #> #> #> $`Ventricular fibrillation` #> $`Ventricular fibrillation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001663" #> #> $`Ventricular fibrillation`$`_id` #> [1] "HP_0001663<HP_0004308<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ventricular fibrillation`$privateGeneCount #> [1] 0 #> #> $`Ventricular fibrillation`$publicGeneCount #> [1] 8 #> #> $`Ventricular fibrillation`$urlId #> [1] "HP_0001663" #> #> $`Ventricular fibrillation`$dbPhenotype #> [1] TRUE #> #> $`Ventricular fibrillation`$`_parent` #> [1] "HP_0004308<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ventricular fibrillation`$`_is_leaf` #> [1] TRUE #> #> $`Ventricular fibrillation`$children #> list() #> #> $`Ventricular fibrillation`$value #> [1] "Ventricular fibrillation" #> #> #> $`Ventricular hypertrophy` #> $`Ventricular hypertrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001714" #> #> $`Ventricular hypertrophy`$`_id` #> [1] "HP_0001714<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ventricular hypertrophy`$privateGeneCount #> [1] 0 #> #> $`Ventricular hypertrophy`$publicGeneCount #> [1] 48 #> #> $`Ventricular hypertrophy`$urlId #> [1] "HP_0001714" #> #> $`Ventricular hypertrophy`$dbPhenotype #> [1] FALSE #> #> $`Ventricular hypertrophy`$`_parent` #> [1] "HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ventricular hypertrophy`$`_is_leaf` #> [1] FALSE #> #> $`Ventricular hypertrophy`$children #> $`Ventricular hypertrophy`$children[[1]] #> [1] "HP_0001712<HP_0001714<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ventricular hypertrophy`$children[[2]] #> [1] "HP_0001667<HP_0001714<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Ventricular hypertrophy`$value #> [1] "Ventricular hypertrophy" #> #> #> $`ventricular septal defect` #> $`ventricular septal defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1657" #> #> $`ventricular septal defect`$`_id` #> [1] "DOID_1657<DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`ventricular septal defect`$privateGeneCount #> [1] 0 #> #> $`ventricular septal defect`$publicGeneCount #> [1] 10 #> #> $`ventricular septal defect`$urlId #> [1] "DOID_1657" #> #> $`ventricular septal defect`$dbPhenotype #> [1] TRUE #> #> $`ventricular septal defect`$`_parent` #> [1] "DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`ventricular septal defect`$`_is_leaf` #> [1] FALSE #> #> $`ventricular septal defect`$children #> $`ventricular septal defect`$children[[1]] #> [1] "DOID_6406<DOID_1657<DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`ventricular septal defect`$value #> [1] "ventricular septal defect" #> #> #> $`Ventricular tachycardia` #> $`Ventricular tachycardia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004756" #> #> $`Ventricular tachycardia`$`_id` #> [1] "HP_0004756<HP_0001649<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ventricular tachycardia`$privateGeneCount #> [1] 0 #> #> $`Ventricular tachycardia`$publicGeneCount #> [1] 12 #> #> $`Ventricular tachycardia`$urlId #> [1] "HP_0004756" #> #> $`Ventricular tachycardia`$dbPhenotype #> [1] TRUE #> #> $`Ventricular tachycardia`$`_parent` #> [1] "HP_0001649<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ventricular tachycardia`$`_is_leaf` #> [1] TRUE #> #> $`Ventricular tachycardia`$children #> list() #> #> $`Ventricular tachycardia`$value #> [1] "Ventricular tachycardia" #> #> #> $`vernal conjunctivitis` #> $`vernal conjunctivitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2474" #> #> $`vernal conjunctivitis`$`_id` #> [1] "DOID_2474<DOID_2475<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vernal conjunctivitis`$privateGeneCount #> [1] 0 #> #> $`vernal conjunctivitis`$publicGeneCount #> [1] 13 #> #> $`vernal conjunctivitis`$urlId #> [1] "DOID_2474" #> #> $`vernal conjunctivitis`$dbPhenotype #> [1] TRUE #> #> $`vernal conjunctivitis`$`_parent` #> [1] "DOID_2475<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vernal conjunctivitis`$`_is_leaf` #> [1] TRUE #> #> $`vernal conjunctivitis`$children #> list() #> #> $`vernal conjunctivitis`$value #> [1] "vernal conjunctivitis" #> #> #> $`vesicoureteral reflux` #> $`vesicoureteral reflux`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9620" #> #> $`vesicoureteral reflux`$`_id` #> [1] "DOID_9620<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`vesicoureteral reflux`$privateGeneCount #> [1] 0 #> #> $`vesicoureteral reflux`$publicGeneCount #> [1] 12 #> #> $`vesicoureteral reflux`$urlId #> [1] "DOID_9620" #> #> $`vesicoureteral reflux`$dbPhenotype #> [1] TRUE #> #> $`vesicoureteral reflux`$`_parent` #> [1] "DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`vesicoureteral reflux`$`_is_leaf` #> [1] TRUE #> #> $`vesicoureteral reflux`$children #> list() #> #> $`vesicoureteral reflux`$value #> [1] "vesicoureteral reflux" #> #> #> $`vesiculobullous skin disease` #> $`vesiculobullous skin disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2731" #> #> $`vesiculobullous skin disease`$`_id` #> [1] "DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`vesiculobullous skin disease`$privateGeneCount #> [1] 0 #> #> $`vesiculobullous skin disease`$publicGeneCount #> [1] 16 #> #> $`vesiculobullous skin disease`$urlId #> [1] "DOID_2731" #> #> $`vesiculobullous skin disease`$dbPhenotype #> [1] TRUE #> #> $`vesiculobullous skin disease`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`vesiculobullous skin disease`$`_is_leaf` #> [1] FALSE #> #> $`vesiculobullous skin disease`$children #> $`vesiculobullous skin disease`$children[[1]] #> [1] "DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`vesiculobullous skin disease`$value #> [1] "vesiculobullous skin disease" #> #> #> $`vestibular disease` #> $`vestibular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3426" #> #> $`vestibular disease`$`_id` #> [1] "DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vestibular disease`$privateGeneCount #> [1] 0 #> #> $`vestibular disease`$publicGeneCount #> [1] 16 #> #> $`vestibular disease`$urlId #> [1] "DOID_3426" #> #> $`vestibular disease`$dbPhenotype #> [1] TRUE #> #> $`vestibular disease`$`_parent` #> [1] "DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vestibular disease`$`_is_leaf` #> [1] FALSE #> #> $`vestibular disease`$children #> $`vestibular disease`$children[[1]] #> [1] "DOID_0050332<DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vestibular disease`$children[[2]] #> [1] "DOID_9847<DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`vestibular disease`$value #> [1] "vestibular disease" #> #> #> $`vestibular neuronitis` #> $`vestibular neuronitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12683" #> #> $`vestibular neuronitis`$`_id` #> [1] "DOID_12683<DOID_12657<DOID_2889<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vestibular neuronitis`$privateGeneCount #> [1] 0 #> #> $`vestibular neuronitis`$publicGeneCount #> [1] 1 #> #> $`vestibular neuronitis`$urlId #> [1] "DOID_12683" #> #> $`vestibular neuronitis`$dbPhenotype #> [1] TRUE #> #> $`vestibular neuronitis`$`_parent` #> [1] "DOID_12657<DOID_2889<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vestibular neuronitis`$`_is_leaf` #> [1] TRUE #> #> $`vestibular neuronitis`$children #> list() #> #> $`vestibular neuronitis`$value #> [1] "vestibular neuronitis" #> #> #> $`vestibular neuronitis` #> $`vestibular neuronitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12683" #> #> $`vestibular neuronitis`$`_id` #> [1] "DOID_12683<DOID_12657<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`vestibular neuronitis`$privateGeneCount #> [1] 0 #> #> $`vestibular neuronitis`$publicGeneCount #> [1] 1 #> #> $`vestibular neuronitis`$urlId #> [1] "DOID_12683" #> #> $`vestibular neuronitis`$dbPhenotype #> [1] TRUE #> #> $`vestibular neuronitis`$`_parent` #> [1] "DOID_12657<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`vestibular neuronitis`$`_is_leaf` #> [1] TRUE #> #> $`vestibular neuronitis`$children #> list() #> #> $`vestibular neuronitis`$value #> [1] "vestibular neuronitis" #> #> #> $`vestibular neuronitis` #> $`vestibular neuronitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12683" #> #> $`vestibular neuronitis`$`_id` #> [1] "DOID_12683<DOID_4953<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`vestibular neuronitis`$privateGeneCount #> [1] 0 #> #> $`vestibular neuronitis`$publicGeneCount #> [1] 1 #> #> $`vestibular neuronitis`$urlId #> [1] "DOID_12683" #> #> $`vestibular neuronitis`$dbPhenotype #> [1] TRUE #> #> $`vestibular neuronitis`$`_parent` #> [1] "DOID_4953<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`vestibular neuronitis`$`_is_leaf` #> [1] TRUE #> #> $`vestibular neuronitis`$children #> list() #> #> $`vestibular neuronitis`$value #> [1] "vestibular neuronitis" #> #> #> $`vestibular neuronitis` #> $`vestibular neuronitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12683" #> #> $`vestibular neuronitis`$`_id` #> [1] "DOID_12683<DOID_4953<DOID_934<DOID_0050117<DOID_4" #> #> $`vestibular neuronitis`$privateGeneCount #> [1] 0 #> #> $`vestibular neuronitis`$publicGeneCount #> [1] 1 #> #> $`vestibular neuronitis`$urlId #> [1] "DOID_12683" #> #> $`vestibular neuronitis`$dbPhenotype #> [1] TRUE #> #> $`vestibular neuronitis`$`_parent` #> [1] "DOID_4953<DOID_934<DOID_0050117<DOID_4" #> #> $`vestibular neuronitis`$`_is_leaf` #> [1] TRUE #> #> $`vestibular neuronitis`$children #> list() #> #> $`vestibular neuronitis`$value #> [1] "vestibular neuronitis" #> #> #> $`vestibulocochlear nerve disease` #> $`vestibulocochlear nerve disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12657" #> #> $`vestibulocochlear nerve disease`$`_id` #> [1] "DOID_12657<DOID_2889<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vestibulocochlear nerve disease`$privateGeneCount #> [1] 0 #> #> $`vestibulocochlear nerve disease`$publicGeneCount #> [1] 1 #> #> $`vestibulocochlear nerve disease`$urlId #> [1] "DOID_12657" #> #> $`vestibulocochlear nerve disease`$dbPhenotype #> [1] FALSE #> #> $`vestibulocochlear nerve disease`$`_parent` #> [1] "DOID_2889<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vestibulocochlear nerve disease`$`_is_leaf` #> [1] FALSE #> #> $`vestibulocochlear nerve disease`$children #> $`vestibulocochlear nerve disease`$children[[1]] #> [1] "DOID_12683<DOID_12657<DOID_2889<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`vestibulocochlear nerve disease`$value #> [1] "vestibulocochlear nerve disease" #> #> #> $`vestibulocochlear nerve disease` #> $`vestibulocochlear nerve disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12657" #> #> $`vestibulocochlear nerve disease`$`_id` #> [1] "DOID_12657<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`vestibulocochlear nerve disease`$privateGeneCount #> [1] 0 #> #> $`vestibulocochlear nerve disease`$publicGeneCount #> [1] 1 #> #> $`vestibulocochlear nerve disease`$urlId #> [1] "DOID_12657" #> #> $`vestibulocochlear nerve disease`$dbPhenotype #> [1] FALSE #> #> $`vestibulocochlear nerve disease`$`_parent` #> [1] "DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`vestibulocochlear nerve disease`$`_is_leaf` #> [1] FALSE #> #> $`vestibulocochlear nerve disease`$children #> $`vestibulocochlear nerve disease`$children[[1]] #> [1] "DOID_12683<DOID_12657<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`vestibulocochlear nerve disease`$value #> [1] "vestibulocochlear nerve disease" #> #> #> $`vibratory urticaria` #> $`vibratory urticaria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1554" #> #> $`vibratory urticaria`$`_id` #> [1] "DOID_1554<DOID_0060220<DOID_1555<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`vibratory urticaria`$privateGeneCount #> [1] 0 #> #> $`vibratory urticaria`$publicGeneCount #> [1] 1 #> #> $`vibratory urticaria`$urlId #> [1] "DOID_1554" #> #> $`vibratory urticaria`$dbPhenotype #> [1] TRUE #> #> $`vibratory urticaria`$`_parent` #> [1] "DOID_0060220<DOID_1555<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`vibratory urticaria`$`_is_leaf` #> [1] TRUE #> #> $`vibratory urticaria`$children #> list() #> #> $`vibratory urticaria`$value #> [1] "vibratory urticaria" #> #> #> $`Vici syndrome` #> $`Vici syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060356" #> #> $`Vici syndrome`$`_id` #> [1] "DOID_0060356<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Vici syndrome`$privateGeneCount #> [1] 0 #> #> $`Vici syndrome`$publicGeneCount #> [1] 1 #> #> $`Vici syndrome`$urlId #> [1] "DOID_0060356" #> #> $`Vici syndrome`$dbPhenotype #> [1] TRUE #> #> $`Vici syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Vici syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Vici syndrome`$children #> list() #> #> $`Vici syndrome`$value #> [1] "Vici syndrome" #> #> #> $`Vici syndrome` #> $`Vici syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060356" #> #> $`Vici syndrome`$`_id` #> [1] "DOID_0060356<DOID_225<DOID_4" #> #> $`Vici syndrome`$privateGeneCount #> [1] 0 #> #> $`Vici syndrome`$publicGeneCount #> [1] 1 #> #> $`Vici syndrome`$urlId #> [1] "DOID_0060356" #> #> $`Vici syndrome`$dbPhenotype #> [1] TRUE #> #> $`Vici syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Vici syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Vici syndrome`$children #> list() #> #> $`Vici syndrome`$value #> [1] "Vici syndrome" #> #> #> $VIPoma #> $VIPoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5574" #> #> $VIPoma$`_id` #> [1] "DOID_5574<DOID_169<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $VIPoma$privateGeneCount #> [1] 0 #> #> $VIPoma$publicGeneCount #> [1] 3 #> #> $VIPoma$urlId #> [1] "DOID_5574" #> #> $VIPoma$dbPhenotype #> [1] TRUE #> #> $VIPoma$`_parent` #> [1] "DOID_169<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $VIPoma$`_is_leaf` #> [1] TRUE #> #> $VIPoma$children #> list() #> #> $VIPoma$value #> [1] "VIPoma" #> #> #> $`viral encephalitis` #> $`viral encephalitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_646" #> #> $`viral encephalitis`$`_id` #> [1] "DOID_646<DOID_934<DOID_0050117<DOID_4" #> #> $`viral encephalitis`$privateGeneCount #> [1] 0 #> #> $`viral encephalitis`$publicGeneCount #> [1] 3 #> #> $`viral encephalitis`$urlId #> [1] "DOID_646" #> #> $`viral encephalitis`$dbPhenotype #> [1] TRUE #> #> $`viral encephalitis`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`viral encephalitis`$`_is_leaf` #> [1] TRUE #> #> $`viral encephalitis`$children #> list() #> #> $`viral encephalitis`$value #> [1] "viral encephalitis" #> #> #> $`viral encephalitis` #> $`viral encephalitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_646" #> #> $`viral encephalitis`$`_id` #> [1] "DOID_646<DOID_9588<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`viral encephalitis`$privateGeneCount #> [1] 0 #> #> $`viral encephalitis`$publicGeneCount #> [1] 3 #> #> $`viral encephalitis`$urlId #> [1] "DOID_646" #> #> $`viral encephalitis`$dbPhenotype #> [1] TRUE #> #> $`viral encephalitis`$`_parent` #> [1] "DOID_9588<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`viral encephalitis`$`_is_leaf` #> [1] TRUE #> #> $`viral encephalitis`$children #> list() #> #> $`viral encephalitis`$value #> [1] "viral encephalitis" #> #> #> $`viral hepatitis` #> $`viral hepatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1884" #> #> $`viral hepatitis`$`_id` #> [1] "DOID_1884<DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`viral hepatitis`$privateGeneCount #> [1] 0 #> #> $`viral hepatitis`$publicGeneCount #> [1] 3 #> #> $`viral hepatitis`$urlId #> [1] "DOID_1884" #> #> $`viral hepatitis`$dbPhenotype #> [1] TRUE #> #> $`viral hepatitis`$`_parent` #> [1] "DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`viral hepatitis`$`_is_leaf` #> [1] TRUE #> #> $`viral hepatitis`$children #> list() #> #> $`viral hepatitis`$value #> [1] "viral hepatitis" #> #> #> $`viral hepatitis` #> $`viral hepatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1884" #> #> $`viral hepatitis`$`_id` #> [1] "DOID_1884<DOID_934<DOID_0050117<DOID_4" #> #> $`viral hepatitis`$privateGeneCount #> [1] 0 #> #> $`viral hepatitis`$publicGeneCount #> [1] 3 #> #> $`viral hepatitis`$urlId #> [1] "DOID_1884" #> #> $`viral hepatitis`$dbPhenotype #> [1] TRUE #> #> $`viral hepatitis`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`viral hepatitis`$`_is_leaf` #> [1] TRUE #> #> $`viral hepatitis`$children #> list() #> #> $`viral hepatitis`$value #> [1] "viral hepatitis" #> #> #> $`viral infectious disease` #> $`viral infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_934" #> #> $`viral infectious disease`$`_id` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$privateGeneCount #> [1] 0 #> #> $`viral infectious disease`$publicGeneCount #> [1] 376 #> #> $`viral infectious disease`$urlId #> [1] "DOID_934" #> #> $`viral infectious disease`$dbPhenotype #> [1] TRUE #> #> $`viral infectious disease`$`_parent` #> [1] "DOID_0050117<DOID_4" #> #> $`viral infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`viral infectious disease`$children #> $`viral infectious disease`$children[[1]] #> [1] "DOID_11165<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[2]] #> [1] "DOID_0080599<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[3]] #> [1] "DOID_12205<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[4]] #> [1] "DOID_4325<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[5]] #> [1] "DOID_11266<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[6]] #> [1] "DOID_2043<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[7]] #> [1] "DOID_1883<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[8]] #> [1] "DOID_10883<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[9]] #> [1] "DOID_8566<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[10]] #> [1] "DOID_8536<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[11]] #> [1] "DOID_526<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[12]] #> [1] "DOID_8469<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[13]] #> [1] "DOID_8632<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[14]] #> [1] "DOID_9537<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[15]] #> [1] "DOID_8622<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[16]] #> [1] "DOID_8867<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[17]] #> [1] "DOID_13801<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[18]] #> [1] "DOID_4953<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[19]] #> [1] "DOID_1273<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[20]] #> [1] "DOID_8736<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[21]] #> [1] "DOID_321<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[22]] #> [1] "DOID_646<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[23]] #> [1] "DOID_1884<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[24]] #> [1] "DOID_10533<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[25]] #> [1] "DOID_2365<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[26]] #> [1] "DOID_2366<DOID_934<DOID_0050117<DOID_4" #> #> #> $`viral infectious disease`$value #> [1] "viral infectious disease" #> #> #> $`viral pneumonia` #> $`viral pneumonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10533" #> #> $`viral pneumonia`$`_id` #> [1] "DOID_10533<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`viral pneumonia`$privateGeneCount #> [1] 0 #> #> $`viral pneumonia`$publicGeneCount #> [1] 4 #> #> $`viral pneumonia`$urlId #> [1] "DOID_10533" #> #> $`viral pneumonia`$dbPhenotype #> [1] TRUE #> #> $`viral pneumonia`$`_parent` #> [1] "DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`viral pneumonia`$`_is_leaf` #> [1] TRUE #> #> $`viral pneumonia`$children #> list() #> #> $`viral pneumonia`$value #> [1] "viral pneumonia" #> #> #> $`viral pneumonia` #> $`viral pneumonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10533" #> #> $`viral pneumonia`$`_id` #> [1] "DOID_10533<DOID_934<DOID_0050117<DOID_4" #> #> $`viral pneumonia`$privateGeneCount #> [1] 0 #> #> $`viral pneumonia`$publicGeneCount #> [1] 4 #> #> $`viral pneumonia`$urlId #> [1] "DOID_10533" #> #> $`viral pneumonia`$dbPhenotype #> [1] TRUE #> #> $`viral pneumonia`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`viral pneumonia`$`_is_leaf` #> [1] TRUE #> #> $`viral pneumonia`$children #> list() #> #> $`viral pneumonia`$value #> [1] "viral pneumonia" #> #> #> $`visceral heterotaxy` #> $`visceral heterotaxy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050545" #> #> $`visceral heterotaxy`$`_id` #> [1] "DOID_0050545<DOID_0080015<DOID_4" #> #> $`visceral heterotaxy`$privateGeneCount #> [1] 0 #> #> $`visceral heterotaxy`$publicGeneCount #> [1] 6 #> #> $`visceral heterotaxy`$urlId #> [1] "DOID_0050545" #> #> $`visceral heterotaxy`$dbPhenotype #> [1] TRUE #> #> $`visceral heterotaxy`$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $`visceral heterotaxy`$`_is_leaf` #> [1] FALSE #> #> $`visceral heterotaxy`$children #> $`visceral heterotaxy`$children[[1]] #> [1] "DOID_758<DOID_0050545<DOID_0080015<DOID_4" #> #> #> $`visceral heterotaxy`$value #> [1] "visceral heterotaxy" #> #> #> $`visceral leishmaniasis` #> $`visceral leishmaniasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9146" #> #> $`visceral leishmaniasis`$`_id` #> [1] "DOID_9146<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`visceral leishmaniasis`$privateGeneCount #> [1] 0 #> #> $`visceral leishmaniasis`$publicGeneCount #> [1] 17 #> #> $`visceral leishmaniasis`$urlId #> [1] "DOID_9146" #> #> $`visceral leishmaniasis`$dbPhenotype #> [1] TRUE #> #> $`visceral leishmaniasis`$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`visceral leishmaniasis`$`_is_leaf` #> [1] TRUE #> #> $`visceral leishmaniasis`$children #> list() #> #> $`visceral leishmaniasis`$value #> [1] "visceral leishmaniasis" #> #> #> $`visceral leishmaniasis` #> $`visceral leishmaniasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9146" #> #> $`visceral leishmaniasis`$`_id` #> [1] "DOID_9146<DOID_2529<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`visceral leishmaniasis`$privateGeneCount #> [1] 0 #> #> $`visceral leishmaniasis`$publicGeneCount #> [1] 17 #> #> $`visceral leishmaniasis`$urlId #> [1] "DOID_9146" #> #> $`visceral leishmaniasis`$dbPhenotype #> [1] TRUE #> #> $`visceral leishmaniasis`$`_parent` #> [1] "DOID_2529<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`visceral leishmaniasis`$`_is_leaf` #> [1] TRUE #> #> $`visceral leishmaniasis`$children #> list() #> #> $`visceral leishmaniasis`$value #> [1] "visceral leishmaniasis" #> #> #> $`visceral leishmaniasis` #> $`visceral leishmaniasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9146" #> #> $`visceral leishmaniasis`$`_id` #> [1] "DOID_9146<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`visceral leishmaniasis`$privateGeneCount #> [1] 0 #> #> $`visceral leishmaniasis`$publicGeneCount #> [1] 17 #> #> $`visceral leishmaniasis`$urlId #> [1] "DOID_9146" #> #> $`visceral leishmaniasis`$dbPhenotype #> [1] TRUE #> #> $`visceral leishmaniasis`$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`visceral leishmaniasis`$`_is_leaf` #> [1] TRUE #> #> $`visceral leishmaniasis`$children #> list() #> #> $`visceral leishmaniasis`$value #> [1] "visceral leishmaniasis" #> #> #> $`visceral leishmaniasis` #> $`visceral leishmaniasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9146" #> #> $`visceral leishmaniasis`$`_id` #> [1] "DOID_9146<DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`visceral leishmaniasis`$privateGeneCount #> [1] 0 #> #> $`visceral leishmaniasis`$publicGeneCount #> [1] 17 #> #> $`visceral leishmaniasis`$urlId #> [1] "DOID_9146" #> #> $`visceral leishmaniasis`$dbPhenotype #> [1] TRUE #> #> $`visceral leishmaniasis`$`_parent` #> [1] "DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`visceral leishmaniasis`$`_is_leaf` #> [1] TRUE #> #> $`visceral leishmaniasis`$children #> list() #> #> $`visceral leishmaniasis`$value #> [1] "visceral leishmaniasis" #> #> #> $Visceromegaly #> $Visceromegaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003271" #> #> $Visceromegaly$`_id` #> [1] "HP_0003271<HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $Visceromegaly$privateGeneCount #> [1] 0 #> #> $Visceromegaly$publicGeneCount #> [1] 17 #> #> $Visceromegaly$urlId #> [1] "HP_0003271" #> #> $Visceromegaly$dbPhenotype #> [1] FALSE #> #> $Visceromegaly$`_parent` #> [1] "HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $Visceromegaly$`_is_leaf` #> [1] FALSE #> #> $Visceromegaly$children #> $Visceromegaly$children[[1]] #> [1] "HP_0002240<HP_0003271<HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $Visceromegaly$children[[2]] #> [1] "HP_0001744<HP_0003271<HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> #> $Visceromegaly$value #> [1] "Visceromegaly" #> #> #> $`vision/eye phenotype` #> $`vision/eye phenotype`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0005391" #> #> $`vision/eye phenotype`$`_id` #> [1] "MP_0005391<MP_0000001" #> #> $`vision/eye phenotype`$privateGeneCount #> [1] 0 #> #> $`vision/eye phenotype`$publicGeneCount #> [1] 1 #> #> $`vision/eye phenotype`$urlId #> [1] "MP_0005391" #> #> $`vision/eye phenotype`$dbPhenotype #> [1] FALSE #> #> $`vision/eye phenotype`$`_parent` #> [1] "MP_0000001" #> #> $`vision/eye phenotype`$`_is_leaf` #> [1] FALSE #> #> $`vision/eye phenotype`$children #> $`vision/eye phenotype`$children[[1]] #> [1] "MP_0002092<MP_0005391<MP_0000001" #> #> #> $`vision/eye phenotype`$value #> [1] "vision/eye phenotype" #> #> #> $`visual epilepsy` #> $`visual epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11832" #> #> $`visual epilepsy`$`_id` #> [1] "DOID_11832<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`visual epilepsy`$privateGeneCount #> [1] 0 #> #> $`visual epilepsy`$publicGeneCount #> [1] 96 #> #> $`visual epilepsy`$urlId #> [1] "DOID_11832" #> #> $`visual epilepsy`$dbPhenotype #> [1] TRUE #> #> $`visual epilepsy`$`_parent` #> [1] "DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`visual epilepsy`$`_is_leaf` #> [1] TRUE #> #> $`visual epilepsy`$children #> list() #> #> $`visual epilepsy`$value #> [1] "visual epilepsy" #> #> #> $`Visual hallucinations` #> $`Visual hallucinations`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002367" #> #> $`Visual hallucinations`$`_id` #> [1] "HP_0002367<HP_0000738<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Visual hallucinations`$privateGeneCount #> [1] 0 #> #> $`Visual hallucinations`$publicGeneCount #> [1] 2 #> #> $`Visual hallucinations`$urlId #> [1] "HP_0002367" #> #> $`Visual hallucinations`$dbPhenotype #> [1] TRUE #> #> $`Visual hallucinations`$`_parent` #> [1] "HP_0000738<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Visual hallucinations`$`_is_leaf` #> [1] TRUE #> #> $`Visual hallucinations`$children #> list() #> #> $`Visual hallucinations`$value #> [1] "Visual hallucinations" #> #> #> $`Visual impairment` #> $`Visual impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000505" #> #> $`Visual impairment`$`_id` #> [1] "HP_0000505<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Visual impairment`$privateGeneCount #> [1] 0 #> #> $`Visual impairment`$publicGeneCount #> [1] 3 #> #> $`Visual impairment`$urlId #> [1] "HP_0000505" #> #> $`Visual impairment`$dbPhenotype #> [1] FALSE #> #> $`Visual impairment`$`_parent` #> [1] "HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Visual impairment`$`_is_leaf` #> [1] FALSE #> #> $`Visual impairment`$children #> $`Visual impairment`$children[[1]] #> [1] "HP_0100704<HP_0000505<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Visual impairment`$children[[2]] #> [1] "HP_0000572<HP_0000505<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Visual impairment`$value #> [1] "Visual impairment" #> #> #> $`Visual loss` #> $`Visual loss`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000572" #> #> $`Visual loss`$`_id` #> [1] "HP_0000572<HP_0000505<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Visual loss`$privateGeneCount #> [1] 0 #> #> $`Visual loss`$publicGeneCount #> [1] 2 #> #> $`Visual loss`$urlId #> [1] "HP_0000572" #> #> $`Visual loss`$dbPhenotype #> [1] TRUE #> #> $`Visual loss`$`_parent` #> [1] "HP_0000505<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Visual loss`$`_is_leaf` #> [1] TRUE #> #> $`Visual loss`$children #> list() #> #> $`Visual loss`$value #> [1] "Visual loss" #> #> #> $`visual pathway disease` #> $`visual pathway disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1393" #> #> $`visual pathway disease`$`_id` #> [1] "DOID_1393<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`visual pathway disease`$privateGeneCount #> [1] 0 #> #> $`visual pathway disease`$publicGeneCount #> [1] 1 #> #> $`visual pathway disease`$urlId #> [1] "DOID_1393" #> #> $`visual pathway disease`$dbPhenotype #> [1] FALSE #> #> $`visual pathway disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`visual pathway disease`$`_is_leaf` #> [1] FALSE #> #> $`visual pathway disease`$children #> $`visual pathway disease`$children[[1]] #> [1] "DOID_11975<DOID_1393<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`visual pathway disease`$value #> [1] "visual pathway disease" #> #> #> $`vitamin B12 deficiency` #> $`vitamin B12 deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050731" #> #> $`vitamin B12 deficiency`$`_id` #> [1] "DOID_0050731<DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`vitamin B12 deficiency`$privateGeneCount #> [1] 0 #> #> $`vitamin B12 deficiency`$publicGeneCount #> [1] 4 #> #> $`vitamin B12 deficiency`$urlId #> [1] "DOID_0050731" #> #> $`vitamin B12 deficiency`$dbPhenotype #> [1] TRUE #> #> $`vitamin B12 deficiency`$`_parent` #> [1] "DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`vitamin B12 deficiency`$`_is_leaf` #> [1] FALSE #> #> $`vitamin B12 deficiency`$children #> $`vitamin B12 deficiency`$children[[1]] #> [1] "DOID_0050734<DOID_0050731<DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`vitamin B12 deficiency`$children[[2]] #> [1] "DOID_0050818<DOID_0050731<DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> #> $`vitamin B12 deficiency`$value #> [1] "vitamin B12 deficiency" #> #> #> $`vitamin K deficiency bleeding` #> $`vitamin K deficiency bleeding`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11249" #> #> $`vitamin K deficiency bleeding`$`_id` #> [1] "DOID_11249<DOID_5113<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`vitamin K deficiency bleeding`$privateGeneCount #> [1] 0 #> #> $`vitamin K deficiency bleeding`$publicGeneCount #> [1] 1 #> #> $`vitamin K deficiency bleeding`$urlId #> [1] "DOID_11249" #> #> $`vitamin K deficiency bleeding`$dbPhenotype #> [1] TRUE #> #> $`vitamin K deficiency bleeding`$`_parent` #> [1] "DOID_5113<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`vitamin K deficiency bleeding`$`_is_leaf` #> [1] TRUE #> #> $`vitamin K deficiency bleeding`$children #> list() #> #> $`vitamin K deficiency bleeding`$value #> [1] "vitamin K deficiency bleeding" #> #> #> $`vitamin metabolic disorder` #> $`vitamin metabolic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050718" #> #> $`vitamin metabolic disorder`$`_id` #> [1] "DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`vitamin metabolic disorder`$privateGeneCount #> [1] 0 #> #> $`vitamin metabolic disorder`$publicGeneCount #> [1] 7 #> #> $`vitamin metabolic disorder`$urlId #> [1] "DOID_0050718" #> #> $`vitamin metabolic disorder`$dbPhenotype #> [1] TRUE #> #> $`vitamin metabolic disorder`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`vitamin metabolic disorder`$`_is_leaf` #> [1] FALSE #> #> $`vitamin metabolic disorder`$children #> $`vitamin metabolic disorder`$children[[1]] #> [1] "DOID_0050719<DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`vitamin metabolic disorder`$children[[2]] #> [1] "DOID_0050731<DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> #> $`vitamin metabolic disorder`$value #> [1] "vitamin metabolic disorder" #> #> #> $`vitelliform macular dystrophy` #> $`vitelliform macular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050661" #> #> $`vitelliform macular dystrophy`$`_id` #> [1] "DOID_0050661<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vitelliform macular dystrophy`$privateGeneCount #> [1] 0 #> #> $`vitelliform macular dystrophy`$publicGeneCount #> [1] 5 #> #> $`vitelliform macular dystrophy`$urlId #> [1] "DOID_0050661" #> #> $`vitelliform macular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`vitelliform macular dystrophy`$`_parent` #> [1] "DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vitelliform macular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`vitelliform macular dystrophy`$children #> list() #> #> $`vitelliform macular dystrophy`$value #> [1] "vitelliform macular dystrophy" #> #> #> $`vitelliform macular dystrophy` #> $`vitelliform macular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050661" #> #> $`vitelliform macular dystrophy`$`_id` #> [1] "DOID_0050661<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vitelliform macular dystrophy`$privateGeneCount #> [1] 0 #> #> $`vitelliform macular dystrophy`$publicGeneCount #> [1] 5 #> #> $`vitelliform macular dystrophy`$urlId #> [1] "DOID_0050661" #> #> $`vitelliform macular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`vitelliform macular dystrophy`$`_parent` #> [1] "DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vitelliform macular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`vitelliform macular dystrophy`$children #> list() #> #> $`vitelliform macular dystrophy`$value #> [1] "vitelliform macular dystrophy" #> #> #> $vitiligo #> $vitiligo$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12306" #> #> $vitiligo$`_id` #> [1] "DOID_12306<DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $vitiligo$privateGeneCount #> [1] 0 #> #> $vitiligo$publicGeneCount #> [1] 48 #> #> $vitiligo$urlId #> [1] "DOID_12306" #> #> $vitiligo$dbPhenotype #> [1] TRUE #> #> $vitiligo$`_parent` #> [1] "DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $vitiligo$`_is_leaf` #> [1] TRUE #> #> $vitiligo$children #> list() #> #> $vitiligo$value #> [1] "vitiligo" #> #> #> $vitiligo #> $vitiligo$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12306" #> #> $vitiligo$`_id` #> [1] "DOID_12306<DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $vitiligo$privateGeneCount #> [1] 0 #> #> $vitiligo$publicGeneCount #> [1] 48 #> #> $vitiligo$urlId #> [1] "DOID_12306" #> #> $vitiligo$dbPhenotype #> [1] TRUE #> #> $vitiligo$`_parent` #> [1] "DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $vitiligo$`_is_leaf` #> [1] TRUE #> #> $vitiligo$children #> list() #> #> $vitiligo$value #> [1] "vitiligo" #> #> #> $vitiligo #> $vitiligo$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12306" #> #> $vitiligo$`_id` #> [1] "DOID_12306<DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $vitiligo$privateGeneCount #> [1] 0 #> #> $vitiligo$publicGeneCount #> [1] 48 #> #> $vitiligo$urlId #> [1] "DOID_12306" #> #> $vitiligo$dbPhenotype #> [1] TRUE #> #> $vitiligo$`_parent` #> [1] "DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $vitiligo$`_is_leaf` #> [1] TRUE #> #> $vitiligo$children #> list() #> #> $vitiligo$value #> [1] "vitiligo" #> #> #> $vitiligo #> $vitiligo$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12306" #> #> $vitiligo$`_id` #> [1] "DOID_12306<DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $vitiligo$privateGeneCount #> [1] 0 #> #> $vitiligo$publicGeneCount #> [1] 48 #> #> $vitiligo$urlId #> [1] "DOID_12306" #> #> $vitiligo$dbPhenotype #> [1] TRUE #> #> $vitiligo$`_parent` #> [1] "DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $vitiligo$`_is_leaf` #> [1] TRUE #> #> $vitiligo$children #> list() #> #> $vitiligo$value #> [1] "vitiligo" #> #> #> $`vitreous disease` #> $`vitreous disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9720" #> #> $`vitreous disease`$`_id` #> [1] "DOID_9720<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vitreous disease`$privateGeneCount #> [1] 0 #> #> $`vitreous disease`$publicGeneCount #> [1] 14 #> #> $`vitreous disease`$urlId #> [1] "DOID_9720" #> #> $`vitreous disease`$dbPhenotype #> [1] FALSE #> #> $`vitreous disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vitreous disease`$`_is_leaf` #> [1] FALSE #> #> $`vitreous disease`$children #> $`vitreous disease`$children[[1]] #> [1] "DOID_9719<DOID_9720<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vitreous disease`$children[[2]] #> [1] "DOID_0060282<DOID_9720<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`vitreous disease`$value #> [1] "vitreous disease" #> #> #> $`Vogt-Koyanagi-Harada disease` #> $`Vogt-Koyanagi-Harada disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12297" #> #> $`Vogt-Koyanagi-Harada disease`$`_id` #> [1] "DOID_12297<DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`Vogt-Koyanagi-Harada disease`$privateGeneCount #> [1] 0 #> #> $`Vogt-Koyanagi-Harada disease`$publicGeneCount #> [1] 8 #> #> $`Vogt-Koyanagi-Harada disease`$urlId #> [1] "DOID_12297" #> #> $`Vogt-Koyanagi-Harada disease`$dbPhenotype #> [1] TRUE #> #> $`Vogt-Koyanagi-Harada disease`$`_parent` #> [1] "DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`Vogt-Koyanagi-Harada disease`$`_is_leaf` #> [1] TRUE #> #> $`Vogt-Koyanagi-Harada disease`$children #> list() #> #> $`Vogt-Koyanagi-Harada disease`$value #> [1] "Vogt-Koyanagi-Harada disease" #> #> #> $`Vogt-Koyanagi-Harada disease` #> $`Vogt-Koyanagi-Harada disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12297" #> #> $`Vogt-Koyanagi-Harada disease`$`_id` #> [1] "DOID_12297<DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Vogt-Koyanagi-Harada disease`$privateGeneCount #> [1] 0 #> #> $`Vogt-Koyanagi-Harada disease`$publicGeneCount #> [1] 8 #> #> $`Vogt-Koyanagi-Harada disease`$urlId #> [1] "DOID_12297" #> #> $`Vogt-Koyanagi-Harada disease`$dbPhenotype #> [1] TRUE #> #> $`Vogt-Koyanagi-Harada disease`$`_parent` #> [1] "DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Vogt-Koyanagi-Harada disease`$`_is_leaf` #> [1] TRUE #> #> $`Vogt-Koyanagi-Harada disease`$children #> list() #> #> $`Vogt-Koyanagi-Harada disease`$value #> [1] "Vogt-Koyanagi-Harada disease" #> #> #> $`Vogt-Koyanagi-Harada disease` #> $`Vogt-Koyanagi-Harada disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12297" #> #> $`Vogt-Koyanagi-Harada disease`$`_id` #> [1] "DOID_12297<DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Vogt-Koyanagi-Harada disease`$privateGeneCount #> [1] 0 #> #> $`Vogt-Koyanagi-Harada disease`$publicGeneCount #> [1] 8 #> #> $`Vogt-Koyanagi-Harada disease`$urlId #> [1] "DOID_12297" #> #> $`Vogt-Koyanagi-Harada disease`$dbPhenotype #> [1] TRUE #> #> $`Vogt-Koyanagi-Harada disease`$`_parent` #> [1] "DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Vogt-Koyanagi-Harada disease`$`_is_leaf` #> [1] TRUE #> #> $`Vogt-Koyanagi-Harada disease`$children #> list() #> #> $`Vogt-Koyanagi-Harada disease`$value #> [1] "Vogt-Koyanagi-Harada disease" #> #> #> $`Vogt-Koyanagi-Harada disease` #> $`Vogt-Koyanagi-Harada disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12297" #> #> $`Vogt-Koyanagi-Harada disease`$`_id` #> [1] "DOID_12297<DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Vogt-Koyanagi-Harada disease`$privateGeneCount #> [1] 0 #> #> $`Vogt-Koyanagi-Harada disease`$publicGeneCount #> [1] 8 #> #> $`Vogt-Koyanagi-Harada disease`$urlId #> [1] "DOID_12297" #> #> $`Vogt-Koyanagi-Harada disease`$dbPhenotype #> [1] TRUE #> #> $`Vogt-Koyanagi-Harada disease`$`_parent` #> [1] "DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Vogt-Koyanagi-Harada disease`$`_is_leaf` #> [1] TRUE #> #> $`Vogt-Koyanagi-Harada disease`$children #> list() #> #> $`Vogt-Koyanagi-Harada disease`$value #> [1] "Vogt-Koyanagi-Harada disease" #> #> #> $Vomiting #> $Vomiting$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002013" #> #> $Vomiting$`_id` #> [1] "HP_0002013<HP_0002017<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $Vomiting$privateGeneCount #> [1] 0 #> #> $Vomiting$publicGeneCount #> [1] 6 #> #> $Vomiting$urlId #> [1] "HP_0002013" #> #> $Vomiting$dbPhenotype #> [1] TRUE #> #> $Vomiting$`_parent` #> [1] "HP_0002017<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $Vomiting$`_is_leaf` #> [1] TRUE #> #> $Vomiting$children #> list() #> #> $Vomiting$value #> [1] "Vomiting" #> #> #> $`von Hippel-Lindau disease` #> $`von Hippel-Lindau disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14175" #> #> $`von Hippel-Lindau disease`$`_id` #> [1] "DOID_14175<DOID_5241<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`von Hippel-Lindau disease`$privateGeneCount #> [1] 0 #> #> $`von Hippel-Lindau disease`$publicGeneCount #> [1] 4 #> #> $`von Hippel-Lindau disease`$urlId #> [1] "DOID_14175" #> #> $`von Hippel-Lindau disease`$dbPhenotype #> [1] TRUE #> #> $`von Hippel-Lindau disease`$`_parent` #> [1] "DOID_5241<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`von Hippel-Lindau disease`$`_is_leaf` #> [1] TRUE #> #> $`von Hippel-Lindau disease`$children #> list() #> #> $`von Hippel-Lindau disease`$value #> [1] "von Hippel-Lindau disease" #> #> #> $`von Hippel-Lindau disease` #> $`von Hippel-Lindau disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14175" #> #> $`von Hippel-Lindau disease`$`_id` #> [1] "DOID_14175<DOID_5241<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`von Hippel-Lindau disease`$privateGeneCount #> [1] 0 #> #> $`von Hippel-Lindau disease`$publicGeneCount #> [1] 4 #> #> $`von Hippel-Lindau disease`$urlId #> [1] "DOID_14175" #> #> $`von Hippel-Lindau disease`$dbPhenotype #> [1] TRUE #> #> $`von Hippel-Lindau disease`$`_parent` #> [1] "DOID_5241<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`von Hippel-Lindau disease`$`_is_leaf` #> [1] TRUE #> #> $`von Hippel-Lindau disease`$children #> list() #> #> $`von Hippel-Lindau disease`$value #> [1] "von Hippel-Lindau disease" #> #> #> $`von Hippel-Lindau disease` #> $`von Hippel-Lindau disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14175" #> #> $`von Hippel-Lindau disease`$`_id` #> [1] "DOID_14175<DOID_5241<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`von Hippel-Lindau disease`$privateGeneCount #> [1] 0 #> #> $`von Hippel-Lindau disease`$publicGeneCount #> [1] 4 #> #> $`von Hippel-Lindau disease`$urlId #> [1] "DOID_14175" #> #> $`von Hippel-Lindau disease`$dbPhenotype #> [1] TRUE #> #> $`von Hippel-Lindau disease`$`_parent` #> [1] "DOID_5241<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`von Hippel-Lindau disease`$`_is_leaf` #> [1] TRUE #> #> $`von Hippel-Lindau disease`$children #> list() #> #> $`von Hippel-Lindau disease`$value #> [1] "von Hippel-Lindau disease" #> #> #> $`von Hippel-Lindau disease` #> $`von Hippel-Lindau disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14175" #> #> $`von Hippel-Lindau disease`$`_id` #> [1] "DOID_14175<DOID_5241<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`von Hippel-Lindau disease`$privateGeneCount #> [1] 0 #> #> $`von Hippel-Lindau disease`$publicGeneCount #> [1] 4 #> #> $`von Hippel-Lindau disease`$urlId #> [1] "DOID_14175" #> #> $`von Hippel-Lindau disease`$dbPhenotype #> [1] TRUE #> #> $`von Hippel-Lindau disease`$`_parent` #> [1] "DOID_5241<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`von Hippel-Lindau disease`$`_is_leaf` #> [1] TRUE #> #> $`von Hippel-Lindau disease`$children #> list() #> #> $`von Hippel-Lindau disease`$value #> [1] "von Hippel-Lindau disease" #> #> #> $`von Willebrand's disease` #> $`von Willebrand's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12531" #> #> $`von Willebrand's disease`$`_id` #> [1] "DOID_12531<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`von Willebrand's disease`$privateGeneCount #> [1] 0 #> #> $`von Willebrand's disease`$publicGeneCount #> [1] 2 #> #> $`von Willebrand's disease`$urlId #> [1] "DOID_12531" #> #> $`von Willebrand's disease`$dbPhenotype #> [1] TRUE #> #> $`von Willebrand's disease`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`von Willebrand's disease`$`_is_leaf` #> [1] TRUE #> #> $`von Willebrand's disease`$children #> list() #> #> $`von Willebrand's disease`$value #> [1] "von Willebrand's disease" #> #> #> $`vulva cancer` #> $`vulva cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1245" #> #> $`vulva cancer`$`_id` #> [1] "DOID_1245<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`vulva cancer`$privateGeneCount #> [1] 0 #> #> $`vulva cancer`$publicGeneCount #> [1] 13 #> #> $`vulva cancer`$urlId #> [1] "DOID_1245" #> #> $`vulva cancer`$dbPhenotype #> [1] TRUE #> #> $`vulva cancer`$`_parent` #> [1] "DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`vulva cancer`$`_is_leaf` #> [1] TRUE #> #> $`vulva cancer`$children #> list() #> #> $`vulva cancer`$value #> [1] "vulva cancer" #> #> #> $`vulva cancer` #> $`vulva cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1245" #> #> $`vulva cancer`$`_id` #> [1] "DOID_1245<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vulva cancer`$privateGeneCount #> [1] 0 #> #> $`vulva cancer`$publicGeneCount #> [1] 13 #> #> $`vulva cancer`$urlId #> [1] "DOID_1245" #> #> $`vulva cancer`$dbPhenotype #> [1] TRUE #> #> $`vulva cancer`$`_parent` #> [1] "DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vulva cancer`$`_is_leaf` #> [1] TRUE #> #> $`vulva cancer`$children #> list() #> #> $`vulva cancer`$value #> [1] "vulva cancer" #> #> #> $`vulva cancer` #> $`vulva cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1245" #> #> $`vulva cancer`$`_id` #> [1] "DOID_1245<DOID_2059<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vulva cancer`$privateGeneCount #> [1] 0 #> #> $`vulva cancer`$publicGeneCount #> [1] 13 #> #> $`vulva cancer`$urlId #> [1] "DOID_1245" #> #> $`vulva cancer`$dbPhenotype #> [1] TRUE #> #> $`vulva cancer`$`_parent` #> [1] "DOID_2059<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vulva cancer`$`_is_leaf` #> [1] TRUE #> #> $`vulva cancer`$children #> list() #> #> $`vulva cancer`$value #> [1] "vulva cancer" #> #> #> $`vulvar disease` #> $`vulvar disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2059" #> #> $`vulvar disease`$`_id` #> [1] "DOID_2059<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vulvar disease`$privateGeneCount #> [1] 0 #> #> $`vulvar disease`$publicGeneCount #> [1] 17 #> #> $`vulvar disease`$urlId #> [1] "DOID_2059" #> #> $`vulvar disease`$dbPhenotype #> [1] TRUE #> #> $`vulvar disease`$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vulvar disease`$`_is_leaf` #> [1] FALSE #> #> $`vulvar disease`$children #> $`vulvar disease`$children[[1]] #> [1] "DOID_1245<DOID_2059<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vulvar disease`$children[[2]] #> [1] "DOID_3901<DOID_2059<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`vulvar disease`$value #> [1] "vulvar disease" #> #> #> $vulvitis #> $vulvitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3901" #> #> $vulvitis$`_id` #> [1] "DOID_3901<DOID_2059<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $vulvitis$privateGeneCount #> [1] 0 #> #> $vulvitis$publicGeneCount #> [1] 2 #> #> $vulvitis$urlId #> [1] "DOID_3901" #> #> $vulvitis$dbPhenotype #> [1] TRUE #> #> $vulvitis$`_parent` #> [1] "DOID_2059<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $vulvitis$`_is_leaf` #> [1] TRUE #> #> $vulvitis$children #> list() #> #> $vulvitis$value #> [1] "vulvitis" #> #> #> $`vulvovaginal candidiasis` #> $`vulvovaginal candidiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2272" #> #> $`vulvovaginal candidiasis`$`_id` #> [1] "DOID_2272<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vulvovaginal candidiasis`$privateGeneCount #> [1] 0 #> #> $`vulvovaginal candidiasis`$publicGeneCount #> [1] 2 #> #> $`vulvovaginal candidiasis`$urlId #> [1] "DOID_2272" #> #> $`vulvovaginal candidiasis`$dbPhenotype #> [1] TRUE #> #> $`vulvovaginal candidiasis`$`_parent` #> [1] "DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vulvovaginal candidiasis`$`_is_leaf` #> [1] TRUE #> #> $`vulvovaginal candidiasis`$children #> list() #> #> $`vulvovaginal candidiasis`$value #> [1] "vulvovaginal candidiasis" #> #> #> $`vulvovaginal candidiasis` #> $`vulvovaginal candidiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2272" #> #> $`vulvovaginal candidiasis`$`_id` #> [1] "DOID_2272<DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`vulvovaginal candidiasis`$privateGeneCount #> [1] 0 #> #> $`vulvovaginal candidiasis`$publicGeneCount #> [1] 2 #> #> $`vulvovaginal candidiasis`$urlId #> [1] "DOID_2272" #> #> $`vulvovaginal candidiasis`$dbPhenotype #> [1] TRUE #> #> $`vulvovaginal candidiasis`$`_parent` #> [1] "DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`vulvovaginal candidiasis`$`_is_leaf` #> [1] TRUE #> #> $`vulvovaginal candidiasis`$children #> list() #> #> $`vulvovaginal candidiasis`$value #> [1] "vulvovaginal candidiasis" #> #> #> $`Waardenburg's syndrome` #> $`Waardenburg's syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9258" #> #> $`Waardenburg's syndrome`$`_id` #> [1] "DOID_9258<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Waardenburg's syndrome`$privateGeneCount #> [1] 0 #> #> $`Waardenburg's syndrome`$publicGeneCount #> [1] 7 #> #> $`Waardenburg's syndrome`$urlId #> [1] "DOID_9258" #> #> $`Waardenburg's syndrome`$dbPhenotype #> [1] TRUE #> #> $`Waardenburg's syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Waardenburg's syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Waardenburg's syndrome`$children #> list() #> #> $`Waardenburg's syndrome`$value #> [1] "Waardenburg's syndrome" #> #> #> $`Waardenburg's syndrome` #> $`Waardenburg's syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9258" #> #> $`Waardenburg's syndrome`$`_id` #> [1] "DOID_9258<DOID_225<DOID_4" #> #> $`Waardenburg's syndrome`$privateGeneCount #> [1] 0 #> #> $`Waardenburg's syndrome`$publicGeneCount #> [1] 7 #> #> $`Waardenburg's syndrome`$urlId #> [1] "DOID_9258" #> #> $`Waardenburg's syndrome`$dbPhenotype #> [1] TRUE #> #> $`Waardenburg's syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Waardenburg's syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Waardenburg's syndrome`$children #> list() #> #> $`Waardenburg's syndrome`$value #> [1] "Waardenburg's syndrome" #> #> #> $`Walker-Warburg syndrome` #> $`Walker-Warburg syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050560" #> #> $`Walker-Warburg syndrome`$`_id` #> [1] "DOID_0050560<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Walker-Warburg syndrome`$privateGeneCount #> [1] 0 #> #> $`Walker-Warburg syndrome`$publicGeneCount #> [1] 4 #> #> $`Walker-Warburg syndrome`$urlId #> [1] "DOID_0050560" #> #> $`Walker-Warburg syndrome`$dbPhenotype #> [1] TRUE #> #> $`Walker-Warburg syndrome`$`_parent` #> [1] "DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Walker-Warburg syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Walker-Warburg syndrome`$children #> list() #> #> $`Walker-Warburg syndrome`$value #> [1] "Walker-Warburg syndrome" #> #> #> $`Walker-Warburg syndrome` #> $`Walker-Warburg syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050560" #> #> $`Walker-Warburg syndrome`$`_id` #> [1] "DOID_0050560<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Walker-Warburg syndrome`$privateGeneCount #> [1] 0 #> #> $`Walker-Warburg syndrome`$publicGeneCount #> [1] 4 #> #> $`Walker-Warburg syndrome`$urlId #> [1] "DOID_0050560" #> #> $`Walker-Warburg syndrome`$dbPhenotype #> [1] TRUE #> #> $`Walker-Warburg syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Walker-Warburg syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Walker-Warburg syndrome`$children #> list() #> #> $`Walker-Warburg syndrome`$value #> [1] "Walker-Warburg syndrome" #> #> #> $`Warburg micro syndrome` #> $`Warburg micro syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060237" #> #> $`Warburg micro syndrome`$`_id` #> [1] "DOID_0060237<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Warburg micro syndrome`$privateGeneCount #> [1] 0 #> #> $`Warburg micro syndrome`$publicGeneCount #> [1] 4 #> #> $`Warburg micro syndrome`$urlId #> [1] "DOID_0060237" #> #> $`Warburg micro syndrome`$dbPhenotype #> [1] TRUE #> #> $`Warburg micro syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Warburg micro syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Warburg micro syndrome`$children #> list() #> #> $`Warburg micro syndrome`$value #> [1] "Warburg micro syndrome" #> #> #> $`Warburg micro syndrome` #> $`Warburg micro syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060237" #> #> $`Warburg micro syndrome`$`_id` #> [1] "DOID_0060237<DOID_225<DOID_4" #> #> $`Warburg micro syndrome`$privateGeneCount #> [1] 0 #> #> $`Warburg micro syndrome`$publicGeneCount #> [1] 4 #> #> $`Warburg micro syndrome`$urlId #> [1] "DOID_0060237" #> #> $`Warburg micro syndrome`$dbPhenotype #> [1] TRUE #> #> $`Warburg micro syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Warburg micro syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Warburg micro syndrome`$children #> list() #> #> $`Warburg micro syndrome`$value #> [1] "Warburg micro syndrome" #> #> #> $`Warsaw breakage syndrome` #> $`Warsaw breakage syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060535" #> #> $`Warsaw breakage syndrome`$`_id` #> [1] "DOID_0060535<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Warsaw breakage syndrome`$privateGeneCount #> [1] 0 #> #> $`Warsaw breakage syndrome`$publicGeneCount #> [1] 1 #> #> $`Warsaw breakage syndrome`$urlId #> [1] "DOID_0060535" #> #> $`Warsaw breakage syndrome`$dbPhenotype #> [1] TRUE #> #> $`Warsaw breakage syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Warsaw breakage syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Warsaw breakage syndrome`$children #> list() #> #> $`Warsaw breakage syndrome`$value #> [1] "Warsaw breakage syndrome" #> #> #> $`Warsaw breakage syndrome` #> $`Warsaw breakage syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060535" #> #> $`Warsaw breakage syndrome`$`_id` #> [1] "DOID_0060535<DOID_225<DOID_4" #> #> $`Warsaw breakage syndrome`$privateGeneCount #> [1] 0 #> #> $`Warsaw breakage syndrome`$publicGeneCount #> [1] 1 #> #> $`Warsaw breakage syndrome`$urlId #> [1] "DOID_0060535" #> #> $`Warsaw breakage syndrome`$dbPhenotype #> [1] TRUE #> #> $`Warsaw breakage syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Warsaw breakage syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Warsaw breakage syndrome`$children #> list() #> #> $`Warsaw breakage syndrome`$value #> [1] "Warsaw breakage syndrome" #> #> #> $`Weakness due to upper motor neuron dysfunction` #> $`Weakness due to upper motor neuron dysfunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010549" #> #> $`Weakness due to upper motor neuron dysfunction`$`_id` #> [1] "HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Weakness due to upper motor neuron dysfunction`$privateGeneCount #> [1] 0 #> #> $`Weakness due to upper motor neuron dysfunction`$publicGeneCount #> [1] 4 #> #> $`Weakness due to upper motor neuron dysfunction`$urlId #> [1] "HP_0010549" #> #> $`Weakness due to upper motor neuron dysfunction`$dbPhenotype #> [1] FALSE #> #> $`Weakness due to upper motor neuron dysfunction`$`_parent` #> [1] "HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Weakness due to upper motor neuron dysfunction`$`_is_leaf` #> [1] FALSE #> #> $`Weakness due to upper motor neuron dysfunction`$children #> $`Weakness due to upper motor neuron dysfunction`$children[[1]] #> [1] "HP_0004374<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Weakness due to upper motor neuron dysfunction`$children[[2]] #> [1] "HP_0010551<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Weakness due to upper motor neuron dysfunction`$children[[3]] #> [1] "HP_0030182<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Weakness due to upper motor neuron dysfunction`$value #> [1] "Weakness due to upper motor neuron dysfunction" #> #> #> $`Weaver syndrome` #> $`Weaver syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14731" #> #> $`Weaver syndrome`$`_id` #> [1] "DOID_14731<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Weaver syndrome`$privateGeneCount #> [1] 0 #> #> $`Weaver syndrome`$publicGeneCount #> [1] 2 #> #> $`Weaver syndrome`$urlId #> [1] "DOID_14731" #> #> $`Weaver syndrome`$dbPhenotype #> [1] TRUE #> #> $`Weaver syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Weaver syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Weaver syndrome`$children #> list() #> #> $`Weaver syndrome`$value #> [1] "Weaver syndrome" #> #> #> $`Weaver syndrome` #> $`Weaver syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14731" #> #> $`Weaver syndrome`$`_id` #> [1] "DOID_14731<DOID_225<DOID_4" #> #> $`Weaver syndrome`$privateGeneCount #> [1] 0 #> #> $`Weaver syndrome`$publicGeneCount #> [1] 2 #> #> $`Weaver syndrome`$urlId #> [1] "DOID_14731" #> #> $`Weaver syndrome`$dbPhenotype #> [1] TRUE #> #> $`Weaver syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Weaver syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Weaver syndrome`$children #> list() #> #> $`Weaver syndrome`$value #> [1] "Weaver syndrome" #> #> #> $`Weight loss` #> $`Weight loss`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001824" #> #> $`Weight loss`$`_id` #> [1] "HP_0001824<HP_0004325<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Weight loss`$privateGeneCount #> [1] 0 #> #> $`Weight loss`$publicGeneCount #> [1] 35 #> #> $`Weight loss`$urlId #> [1] "HP_0001824" #> #> $`Weight loss`$dbPhenotype #> [1] TRUE #> #> $`Weight loss`$`_parent` #> [1] "HP_0004325<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Weight loss`$`_is_leaf` #> [1] FALSE #> #> $`Weight loss`$children #> $`Weight loss`$children[[1]] #> [1] "HP_0004326<HP_0001824<HP_0004325<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Weight loss`$value #> [1] "Weight loss" #> #> #> $`Weill-Marchesani syndrome` #> $`Weill-Marchesani syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050475" #> #> $`Weill-Marchesani syndrome`$`_id` #> [1] "DOID_0050475<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Weill-Marchesani syndrome`$privateGeneCount #> [1] 0 #> #> $`Weill-Marchesani syndrome`$publicGeneCount #> [1] 5 #> #> $`Weill-Marchesani syndrome`$urlId #> [1] "DOID_0050475" #> #> $`Weill-Marchesani syndrome`$dbPhenotype #> [1] TRUE #> #> $`Weill-Marchesani syndrome`$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Weill-Marchesani syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Weill-Marchesani syndrome`$children #> list() #> #> $`Weill-Marchesani syndrome`$value #> [1] "Weill-Marchesani syndrome" #> #> #> $`Weill-Marchesani syndrome` #> $`Weill-Marchesani syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050475" #> #> $`Weill-Marchesani syndrome`$`_id` #> [1] "DOID_0050475<DOID_225<DOID_4" #> #> $`Weill-Marchesani syndrome`$privateGeneCount #> [1] 0 #> #> $`Weill-Marchesani syndrome`$publicGeneCount #> [1] 5 #> #> $`Weill-Marchesani syndrome`$urlId #> [1] "DOID_0050475" #> #> $`Weill-Marchesani syndrome`$dbPhenotype #> [1] TRUE #> #> $`Weill-Marchesani syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Weill-Marchesani syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Weill-Marchesani syndrome`$children #> list() #> #> $`Weill-Marchesani syndrome`$value #> [1] "Weill-Marchesani syndrome" #> #> #> $`Weissenbacher-Zweymuller syndrome` #> $`Weissenbacher-Zweymuller syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4258" #> #> $`Weissenbacher-Zweymuller syndrome`$`_id` #> [1] "DOID_4258<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Weissenbacher-Zweymuller syndrome`$privateGeneCount #> [1] 0 #> #> $`Weissenbacher-Zweymuller syndrome`$publicGeneCount #> [1] 1 #> #> $`Weissenbacher-Zweymuller syndrome`$urlId #> [1] "DOID_4258" #> #> $`Weissenbacher-Zweymuller syndrome`$dbPhenotype #> [1] TRUE #> #> $`Weissenbacher-Zweymuller syndrome`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Weissenbacher-Zweymuller syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Weissenbacher-Zweymuller syndrome`$children #> list() #> #> $`Weissenbacher-Zweymuller syndrome`$value #> [1] "Weissenbacher-Zweymuller syndrome" #> #> #> $`Werdnig-Hoffmann disease` #> $`Werdnig-Hoffmann disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13137" #> #> $`Werdnig-Hoffmann disease`$`_id` #> [1] "DOID_13137<DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Werdnig-Hoffmann disease`$privateGeneCount #> [1] 0 #> #> $`Werdnig-Hoffmann disease`$publicGeneCount #> [1] 1 #> #> $`Werdnig-Hoffmann disease`$urlId #> [1] "DOID_13137" #> #> $`Werdnig-Hoffmann disease`$dbPhenotype #> [1] TRUE #> #> $`Werdnig-Hoffmann disease`$`_parent` #> [1] "DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Werdnig-Hoffmann disease`$`_is_leaf` #> [1] TRUE #> #> $`Werdnig-Hoffmann disease`$children #> list() #> #> $`Werdnig-Hoffmann disease`$value #> [1] "Werdnig-Hoffmann disease" #> #> #> $`Werner syndrome` #> $`Werner syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5688" #> #> $`Werner syndrome`$`_id` #> [1] "DOID_5688<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Werner syndrome`$privateGeneCount #> [1] 0 #> #> $`Werner syndrome`$publicGeneCount #> [1] 1 #> #> $`Werner syndrome`$urlId #> [1] "DOID_5688" #> #> $`Werner syndrome`$dbPhenotype #> [1] TRUE #> #> $`Werner syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Werner syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Werner syndrome`$children #> list() #> #> $`Werner syndrome`$value #> [1] "Werner syndrome" #> #> #> $`Werner syndrome` #> $`Werner syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5688" #> #> $`Werner syndrome`$`_id` #> [1] "DOID_5688<DOID_225<DOID_4" #> #> $`Werner syndrome`$privateGeneCount #> [1] 0 #> #> $`Werner syndrome`$publicGeneCount #> [1] 1 #> #> $`Werner syndrome`$urlId #> [1] "DOID_5688" #> #> $`Werner syndrome`$dbPhenotype #> [1] TRUE #> #> $`Werner syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Werner syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Werner syndrome`$children #> list() #> #> $`Werner syndrome`$value #> [1] "Werner syndrome" #> #> #> $`Wernicke encephalopathy` #> $`Wernicke encephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2384" #> #> $`Wernicke encephalopathy`$`_id` #> [1] "DOID_2384<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Wernicke encephalopathy`$privateGeneCount #> [1] 0 #> #> $`Wernicke encephalopathy`$publicGeneCount #> [1] 1 #> #> $`Wernicke encephalopathy`$urlId #> [1] "DOID_2384" #> #> $`Wernicke encephalopathy`$dbPhenotype #> [1] TRUE #> #> $`Wernicke encephalopathy`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Wernicke encephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`Wernicke encephalopathy`$children #> list() #> #> $`Wernicke encephalopathy`$value #> [1] "Wernicke encephalopathy" #> #> #> $`West Nile encephalitis` #> $`West Nile encephalitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2365" #> #> $`West Nile encephalitis`$`_id` #> [1] "DOID_2365<DOID_934<DOID_0050117<DOID_4" #> #> $`West Nile encephalitis`$privateGeneCount #> [1] 0 #> #> $`West Nile encephalitis`$publicGeneCount #> [1] 1 #> #> $`West Nile encephalitis`$urlId #> [1] "DOID_2365" #> #> $`West Nile encephalitis`$dbPhenotype #> [1] TRUE #> #> $`West Nile encephalitis`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`West Nile encephalitis`$`_is_leaf` #> [1] TRUE #> #> $`West Nile encephalitis`$children #> list() #> #> $`West Nile encephalitis`$value #> [1] "West Nile encephalitis" #> #> #> $`West Nile encephalitis` #> $`West Nile encephalitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2365" #> #> $`West Nile encephalitis`$`_id` #> [1] "DOID_2365<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`West Nile encephalitis`$privateGeneCount #> [1] 0 #> #> $`West Nile encephalitis`$publicGeneCount #> [1] 1 #> #> $`West Nile encephalitis`$urlId #> [1] "DOID_2365" #> #> $`West Nile encephalitis`$dbPhenotype #> [1] TRUE #> #> $`West Nile encephalitis`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`West Nile encephalitis`$`_is_leaf` #> [1] TRUE #> #> $`West Nile encephalitis`$children #> list() #> #> $`West Nile encephalitis`$value #> [1] "West Nile encephalitis" #> #> #> $`West Nile fever` #> $`West Nile fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2366" #> #> $`West Nile fever`$`_id` #> [1] "DOID_2366<DOID_934<DOID_0050117<DOID_4" #> #> $`West Nile fever`$privateGeneCount #> [1] 0 #> #> $`West Nile fever`$publicGeneCount #> [1] 1 #> #> $`West Nile fever`$urlId #> [1] "DOID_2366" #> #> $`West Nile fever`$dbPhenotype #> [1] TRUE #> #> $`West Nile fever`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`West Nile fever`$`_is_leaf` #> [1] TRUE #> #> $`West Nile fever`$children #> list() #> #> $`West Nile fever`$value #> [1] "West Nile fever" #> #> #> $`West syndrome` #> $`West syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050562" #> #> $`West syndrome`$`_id` #> [1] "DOID_0050562<DOID_0050703<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`West syndrome`$privateGeneCount #> [1] 0 #> #> $`West syndrome`$publicGeneCount #> [1] 4 #> #> $`West syndrome`$urlId #> [1] "DOID_0050562" #> #> $`West syndrome`$dbPhenotype #> [1] TRUE #> #> $`West syndrome`$`_parent` #> [1] "DOID_0050703<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`West syndrome`$`_is_leaf` #> [1] TRUE #> #> $`West syndrome`$children #> list() #> #> $`West syndrome`$value #> [1] "West syndrome" #> #> #> $`Wide mouth` #> $`Wide mouth`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000154" #> #> $`Wide mouth`$`_id` #> [1] "HP_0000154<HP_0011337<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Wide mouth`$privateGeneCount #> [1] 0 #> #> $`Wide mouth`$publicGeneCount #> [1] 1 #> #> $`Wide mouth`$urlId #> [1] "HP_0000154" #> #> $`Wide mouth`$dbPhenotype #> [1] TRUE #> #> $`Wide mouth`$`_parent` #> [1] "HP_0011337<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Wide mouth`$`_is_leaf` #> [1] TRUE #> #> $`Wide mouth`$children #> list() #> #> $`Wide mouth`$value #> [1] "Wide mouth" #> #> #> $`Williams-Beuren syndrome` #> $`Williams-Beuren syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1928" #> #> $`Williams-Beuren syndrome`$`_id` #> [1] "DOID_1928<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Williams-Beuren syndrome`$privateGeneCount #> [1] 0 #> #> $`Williams-Beuren syndrome`$publicGeneCount #> [1] 14 #> #> $`Williams-Beuren syndrome`$urlId #> [1] "DOID_1928" #> #> $`Williams-Beuren syndrome`$dbPhenotype #> [1] TRUE #> #> $`Williams-Beuren syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Williams-Beuren syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Williams-Beuren syndrome`$children #> list() #> #> $`Williams-Beuren syndrome`$value #> [1] "Williams-Beuren syndrome" #> #> #> $`Williams-Beuren syndrome` #> $`Williams-Beuren syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1928" #> #> $`Williams-Beuren syndrome`$`_id` #> [1] "DOID_1928<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`Williams-Beuren syndrome`$privateGeneCount #> [1] 0 #> #> $`Williams-Beuren syndrome`$publicGeneCount #> [1] 14 #> #> $`Williams-Beuren syndrome`$urlId #> [1] "DOID_1928" #> #> $`Williams-Beuren syndrome`$dbPhenotype #> [1] TRUE #> #> $`Williams-Beuren syndrome`$`_parent` #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`Williams-Beuren syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Williams-Beuren syndrome`$children #> list() #> #> $`Williams-Beuren syndrome`$value #> [1] "Williams-Beuren syndrome" #> #> #> $`Williams-Beuren syndrome` #> $`Williams-Beuren syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1928" #> #> $`Williams-Beuren syndrome`$`_id` #> [1] "DOID_1928<DOID_225<DOID_4" #> #> $`Williams-Beuren syndrome`$privateGeneCount #> [1] 0 #> #> $`Williams-Beuren syndrome`$publicGeneCount #> [1] 14 #> #> $`Williams-Beuren syndrome`$urlId #> [1] "DOID_1928" #> #> $`Williams-Beuren syndrome`$dbPhenotype #> [1] TRUE #> #> $`Williams-Beuren syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Williams-Beuren syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Williams-Beuren syndrome`$children #> list() #> #> $`Williams-Beuren syndrome`$value #> [1] "Williams-Beuren syndrome" #> #> #> $`Wilson disease` #> $`Wilson disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_893" #> #> $`Wilson disease`$`_id` #> [1] "DOID_893<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`Wilson disease`$privateGeneCount #> [1] 0 #> #> $`Wilson disease`$publicGeneCount #> [1] 35 #> #> $`Wilson disease`$urlId #> [1] "DOID_893" #> #> $`Wilson disease`$dbPhenotype #> [1] TRUE #> #> $`Wilson disease`$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`Wilson disease`$`_is_leaf` #> [1] TRUE #> #> $`Wilson disease`$children #> list() #> #> $`Wilson disease`$value #> [1] "Wilson disease" #> #> #> $`Wilson disease` #> $`Wilson disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_893" #> #> $`Wilson disease`$`_id` #> [1] "DOID_893<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`Wilson disease`$privateGeneCount #> [1] 0 #> #> $`Wilson disease`$publicGeneCount #> [1] 35 #> #> $`Wilson disease`$urlId #> [1] "DOID_893" #> #> $`Wilson disease`$dbPhenotype #> [1] TRUE #> #> $`Wilson disease`$`_parent` #> [1] "DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`Wilson disease`$`_is_leaf` #> [1] TRUE #> #> $`Wilson disease`$children #> list() #> #> $`Wilson disease`$value #> [1] "Wilson disease" #> #> #> $`Wiskott-Aldrich syndrome` #> $`Wiskott-Aldrich syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9169" #> #> $`Wiskott-Aldrich syndrome`$`_id` #> [1] "DOID_9169<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Wiskott-Aldrich syndrome`$privateGeneCount #> [1] 0 #> #> $`Wiskott-Aldrich syndrome`$publicGeneCount #> [1] 2 #> #> $`Wiskott-Aldrich syndrome`$urlId #> [1] "DOID_9169" #> #> $`Wiskott-Aldrich syndrome`$dbPhenotype #> [1] TRUE #> #> $`Wiskott-Aldrich syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Wiskott-Aldrich syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Wiskott-Aldrich syndrome`$children #> list() #> #> $`Wiskott-Aldrich syndrome`$value #> [1] "Wiskott-Aldrich syndrome" #> #> #> $`Wiskott-Aldrich syndrome` #> $`Wiskott-Aldrich syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9169" #> #> $`Wiskott-Aldrich syndrome`$`_id` #> [1] "DOID_9169<DOID_225<DOID_4" #> #> $`Wiskott-Aldrich syndrome`$privateGeneCount #> [1] 0 #> #> $`Wiskott-Aldrich syndrome`$publicGeneCount #> [1] 2 #> #> $`Wiskott-Aldrich syndrome`$urlId #> [1] "DOID_9169" #> #> $`Wiskott-Aldrich syndrome`$dbPhenotype #> [1] TRUE #> #> $`Wiskott-Aldrich syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Wiskott-Aldrich syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Wiskott-Aldrich syndrome`$children #> list() #> #> $`Wiskott-Aldrich syndrome`$value #> [1] "Wiskott-Aldrich syndrome" #> #> #> $`withdrawal disorder` #> $`withdrawal disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060001" #> #> $`withdrawal disorder`$`_id` #> [1] "DOID_0060001<DOID_303<DOID_150<DOID_4" #> #> $`withdrawal disorder`$privateGeneCount #> [1] 0 #> #> $`withdrawal disorder`$publicGeneCount #> [1] 53 #> #> $`withdrawal disorder`$urlId #> [1] "DOID_0060001" #> #> $`withdrawal disorder`$dbPhenotype #> [1] TRUE #> #> $`withdrawal disorder`$`_parent` #> [1] "DOID_303<DOID_150<DOID_4" #> #> $`withdrawal disorder`$`_is_leaf` #> [1] TRUE #> #> $`withdrawal disorder`$children #> list() #> #> $`withdrawal disorder`$value #> [1] "withdrawal disorder" #> #> #> $`Wolf-Hirschhorn syndrome` #> $`Wolf-Hirschhorn syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050460" #> #> $`Wolf-Hirschhorn syndrome`$`_id` #> [1] "DOID_0050460<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`Wolf-Hirschhorn syndrome`$privateGeneCount #> [1] 0 #> #> $`Wolf-Hirschhorn syndrome`$publicGeneCount #> [1] 4 #> #> $`Wolf-Hirschhorn syndrome`$urlId #> [1] "DOID_0050460" #> #> $`Wolf-Hirschhorn syndrome`$dbPhenotype #> [1] TRUE #> #> $`Wolf-Hirschhorn syndrome`$`_parent` #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`Wolf-Hirschhorn syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Wolf-Hirschhorn syndrome`$children #> list() #> #> $`Wolf-Hirschhorn syndrome`$value #> [1] "Wolf-Hirschhorn syndrome" #> #> #> $`Wolff-Parkinson-White syndrome` #> $`Wolff-Parkinson-White syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_384" #> #> $`Wolff-Parkinson-White syndrome`$`_id` #> [1] "DOID_384<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`Wolff-Parkinson-White syndrome`$privateGeneCount #> [1] 0 #> #> $`Wolff-Parkinson-White syndrome`$publicGeneCount #> [1] 1 #> #> $`Wolff-Parkinson-White syndrome`$urlId #> [1] "DOID_384" #> #> $`Wolff-Parkinson-White syndrome`$dbPhenotype #> [1] TRUE #> #> $`Wolff-Parkinson-White syndrome`$`_parent` #> [1] "DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`Wolff-Parkinson-White syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Wolff-Parkinson-White syndrome`$children #> list() #> #> $`Wolff-Parkinson-White syndrome`$value #> [1] "Wolff-Parkinson-White syndrome" #> #> #> $`Wolfram syndrome` #> $`Wolfram syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10632" #> #> $`Wolfram syndrome`$`_id` #> [1] "DOID_10632<DOID_225<DOID_4" #> #> $`Wolfram syndrome`$privateGeneCount #> [1] 0 #> #> $`Wolfram syndrome`$publicGeneCount #> [1] 3 #> #> $`Wolfram syndrome`$urlId #> [1] "DOID_10632" #> #> $`Wolfram syndrome`$dbPhenotype #> [1] TRUE #> #> $`Wolfram syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Wolfram syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Wolfram syndrome`$children #> list() #> #> $`Wolfram syndrome`$value #> [1] "Wolfram syndrome" #> #> #> $`Wolman disease` #> $`Wolman disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14497" #> #> $`Wolman disease`$`_id` #> [1] "DOID_14497<DOID_0080217<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Wolman disease`$privateGeneCount #> [1] 0 #> #> $`Wolman disease`$publicGeneCount #> [1] 1 #> #> $`Wolman disease`$urlId #> [1] "DOID_14497" #> #> $`Wolman disease`$dbPhenotype #> [1] TRUE #> #> $`Wolman disease`$`_parent` #> [1] "DOID_0080217<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Wolman disease`$`_is_leaf` #> [1] TRUE #> #> $`Wolman disease`$children #> list() #> #> $`Wolman disease`$value #> [1] "Wolman disease" #> #> #> $`Woolly hair` #> $`Woolly hair`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002224" #> #> $`Woolly hair`$`_id` #> [1] "HP_0002224<HP_0010719<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Woolly hair`$privateGeneCount #> [1] 0 #> #> $`Woolly hair`$publicGeneCount #> [1] 2 #> #> $`Woolly hair`$urlId #> [1] "HP_0002224" #> #> $`Woolly hair`$dbPhenotype #> [1] TRUE #> #> $`Woolly hair`$`_parent` #> [1] "HP_0010719<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Woolly hair`$`_is_leaf` #> [1] TRUE #> #> $`Woolly hair`$children #> list() #> #> $`Woolly hair`$value #> [1] "Woolly hair" #> #> #> $`X-linked Aarskog syndrome` #> $`X-linked Aarskog syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6683" #> #> $`X-linked Aarskog syndrome`$`_id` #> [1] "DOID_6683<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked Aarskog syndrome`$privateGeneCount #> [1] 0 #> #> $`X-linked Aarskog syndrome`$publicGeneCount #> [1] 1 #> #> $`X-linked Aarskog syndrome`$urlId #> [1] "DOID_6683" #> #> $`X-linked Aarskog syndrome`$dbPhenotype #> [1] TRUE #> #> $`X-linked Aarskog syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked Aarskog syndrome`$`_is_leaf` #> [1] TRUE #> #> $`X-linked Aarskog syndrome`$children #> list() #> #> $`X-linked Aarskog syndrome`$value #> [1] "X-linked Aarskog syndrome" #> #> #> $`X-linked Aarskog syndrome` #> $`X-linked Aarskog syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6683" #> #> $`X-linked Aarskog syndrome`$`_id` #> [1] "DOID_6683<DOID_0111824<DOID_225<DOID_4" #> #> $`X-linked Aarskog syndrome`$privateGeneCount #> [1] 0 #> #> $`X-linked Aarskog syndrome`$publicGeneCount #> [1] 1 #> #> $`X-linked Aarskog syndrome`$urlId #> [1] "DOID_6683" #> #> $`X-linked Aarskog syndrome`$dbPhenotype #> [1] TRUE #> #> $`X-linked Aarskog syndrome`$`_parent` #> [1] "DOID_0111824<DOID_225<DOID_4" #> #> $`X-linked Aarskog syndrome`$`_is_leaf` #> [1] TRUE #> #> $`X-linked Aarskog syndrome`$children #> list() #> #> $`X-linked Aarskog syndrome`$value #> [1] "X-linked Aarskog syndrome" #> #> #> $`X-linked agammaglobulinemia` #> $`X-linked agammaglobulinemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14179" #> #> $`X-linked agammaglobulinemia`$`_id` #> [1] "DOID_14179<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked agammaglobulinemia`$privateGeneCount #> [1] 0 #> #> $`X-linked agammaglobulinemia`$publicGeneCount #> [1] 1 #> #> $`X-linked agammaglobulinemia`$urlId #> [1] "DOID_14179" #> #> $`X-linked agammaglobulinemia`$dbPhenotype #> [1] TRUE #> #> $`X-linked agammaglobulinemia`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked agammaglobulinemia`$`_is_leaf` #> [1] TRUE #> #> $`X-linked agammaglobulinemia`$children #> list() #> #> $`X-linked agammaglobulinemia`$value #> [1] "X-linked agammaglobulinemia" #> #> #> $`X-linked agammaglobulinemia` #> $`X-linked agammaglobulinemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14179" #> #> $`X-linked agammaglobulinemia`$`_id` #> [1] "DOID_14179<DOID_2583<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`X-linked agammaglobulinemia`$privateGeneCount #> [1] 0 #> #> $`X-linked agammaglobulinemia`$publicGeneCount #> [1] 1 #> #> $`X-linked agammaglobulinemia`$urlId #> [1] "DOID_14179" #> #> $`X-linked agammaglobulinemia`$dbPhenotype #> [1] TRUE #> #> $`X-linked agammaglobulinemia`$`_parent` #> [1] "DOID_2583<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`X-linked agammaglobulinemia`$`_is_leaf` #> [1] TRUE #> #> $`X-linked agammaglobulinemia`$children #> list() #> #> $`X-linked agammaglobulinemia`$value #> [1] "X-linked agammaglobulinemia" #> #> #> $`X-linked chondrodysplasia punctata 1` #> $`X-linked chondrodysplasia punctata 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060292" #> #> $`X-linked chondrodysplasia punctata 1`$`_id` #> [1] "DOID_0060292<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked chondrodysplasia punctata 1`$privateGeneCount #> [1] 0 #> #> $`X-linked chondrodysplasia punctata 1`$publicGeneCount #> [1] 2 #> #> $`X-linked chondrodysplasia punctata 1`$urlId #> [1] "DOID_0060292" #> #> $`X-linked chondrodysplasia punctata 1`$dbPhenotype #> [1] TRUE #> #> $`X-linked chondrodysplasia punctata 1`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked chondrodysplasia punctata 1`$`_is_leaf` #> [1] TRUE #> #> $`X-linked chondrodysplasia punctata 1`$children #> list() #> #> $`X-linked chondrodysplasia punctata 1`$value #> [1] "X-linked chondrodysplasia punctata 1" #> #> #> $`X-linked chondrodysplasia punctata 1` #> $`X-linked chondrodysplasia punctata 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060292" #> #> $`X-linked chondrodysplasia punctata 1`$`_id` #> [1] "DOID_0060292<DOID_2581<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked chondrodysplasia punctata 1`$privateGeneCount #> [1] 0 #> #> $`X-linked chondrodysplasia punctata 1`$publicGeneCount #> [1] 2 #> #> $`X-linked chondrodysplasia punctata 1`$urlId #> [1] "DOID_0060292" #> #> $`X-linked chondrodysplasia punctata 1`$dbPhenotype #> [1] TRUE #> #> $`X-linked chondrodysplasia punctata 1`$`_parent` #> [1] "DOID_2581<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked chondrodysplasia punctata 1`$`_is_leaf` #> [1] TRUE #> #> $`X-linked chondrodysplasia punctata 1`$children #> list() #> #> $`X-linked chondrodysplasia punctata 1`$value #> [1] "X-linked chondrodysplasia punctata 1" #> #> #> $`X-linked chondrodysplasia punctata 1` #> $`X-linked chondrodysplasia punctata 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060292" #> #> $`X-linked chondrodysplasia punctata 1`$`_id` #> [1] "DOID_0060292<DOID_2581<DOID_225<DOID_4" #> #> $`X-linked chondrodysplasia punctata 1`$privateGeneCount #> [1] 0 #> #> $`X-linked chondrodysplasia punctata 1`$publicGeneCount #> [1] 2 #> #> $`X-linked chondrodysplasia punctata 1`$urlId #> [1] "DOID_0060292" #> #> $`X-linked chondrodysplasia punctata 1`$dbPhenotype #> [1] TRUE #> #> $`X-linked chondrodysplasia punctata 1`$`_parent` #> [1] "DOID_2581<DOID_225<DOID_4" #> #> $`X-linked chondrodysplasia punctata 1`$`_is_leaf` #> [1] TRUE #> #> $`X-linked chondrodysplasia punctata 1`$children #> list() #> #> $`X-linked chondrodysplasia punctata 1`$value #> [1] "X-linked chondrodysplasia punctata 1" #> #> #> $`X-linked dominant disease` #> $`X-linked dominant disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080009" #> #> $`X-linked dominant disease`$`_id` #> [1] "DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant disease`$privateGeneCount #> [1] 0 #> #> $`X-linked dominant disease`$publicGeneCount #> [1] 14 #> #> $`X-linked dominant disease`$urlId #> [1] "DOID_0080009" #> #> $`X-linked dominant disease`$dbPhenotype #> [1] FALSE #> #> $`X-linked dominant disease`$`_parent` #> [1] "DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant disease`$`_is_leaf` #> [1] FALSE #> #> $`X-linked dominant disease`$children #> $`X-linked dominant disease`$children[[1]] #> [1] "DOID_3783<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant disease`$children[[2]] #> [1] "DOID_14737<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant disease`$children[[3]] #> [1] "DOID_0050437<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant disease`$children[[4]] #> [1] "DOID_2120<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant disease`$children[[5]] #> [1] "DOID_14261<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant disease`$children[[6]] #> [1] "DOID_0060316<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant disease`$children[[7]] #> [1] "DOID_0080090<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant disease`$children[[8]] #> [1] "DOID_0050445<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> #> $`X-linked dominant disease`$value #> [1] "X-linked dominant disease" #> #> #> $`X-linked dominant hypophosphatemic rickets` #> $`X-linked dominant hypophosphatemic rickets`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050445" #> #> $`X-linked dominant hypophosphatemic rickets`$`_id` #> [1] "DOID_0050445<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant hypophosphatemic rickets`$privateGeneCount #> [1] 0 #> #> $`X-linked dominant hypophosphatemic rickets`$publicGeneCount #> [1] 3 #> #> $`X-linked dominant hypophosphatemic rickets`$urlId #> [1] "DOID_0050445" #> #> $`X-linked dominant hypophosphatemic rickets`$dbPhenotype #> [1] TRUE #> #> $`X-linked dominant hypophosphatemic rickets`$`_parent` #> [1] "DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant hypophosphatemic rickets`$`_is_leaf` #> [1] TRUE #> #> $`X-linked dominant hypophosphatemic rickets`$children #> list() #> #> $`X-linked dominant hypophosphatemic rickets`$value #> [1] "X-linked dominant hypophosphatemic rickets" #> #> #> $`X-linked dominant hypophosphatemic rickets` #> $`X-linked dominant hypophosphatemic rickets`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050445" #> #> $`X-linked dominant hypophosphatemic rickets`$`_id` #> [1] "DOID_0050445<DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`X-linked dominant hypophosphatemic rickets`$privateGeneCount #> [1] 0 #> #> $`X-linked dominant hypophosphatemic rickets`$publicGeneCount #> [1] 3 #> #> $`X-linked dominant hypophosphatemic rickets`$urlId #> [1] "DOID_0050445" #> #> $`X-linked dominant hypophosphatemic rickets`$dbPhenotype #> [1] TRUE #> #> $`X-linked dominant hypophosphatemic rickets`$`_parent` #> [1] "DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`X-linked dominant hypophosphatemic rickets`$`_is_leaf` #> [1] TRUE #> #> $`X-linked dominant hypophosphatemic rickets`$children #> list() #> #> $`X-linked dominant hypophosphatemic rickets`$value #> [1] "X-linked dominant hypophosphatemic rickets" #> #> #> $`X-linked hereditary ataxia` #> $`X-linked hereditary ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050953" #> #> $`X-linked hereditary ataxia`$`_id` #> [1] "DOID_0050953<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked hereditary ataxia`$privateGeneCount #> [1] 0 #> #> $`X-linked hereditary ataxia`$publicGeneCount #> [1] 1 #> #> $`X-linked hereditary ataxia`$urlId #> [1] "DOID_0050953" #> #> $`X-linked hereditary ataxia`$dbPhenotype #> [1] FALSE #> #> $`X-linked hereditary ataxia`$`_parent` #> [1] "DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked hereditary ataxia`$`_is_leaf` #> [1] FALSE #> #> $`X-linked hereditary ataxia`$children #> $`X-linked hereditary ataxia`$children[[1]] #> [1] "DOID_0050879<DOID_0050953<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> #> $`X-linked hereditary ataxia`$value #> [1] "X-linked hereditary ataxia" #> #> #> $`X-linked hereditary ataxia` #> $`X-linked hereditary ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050953" #> #> $`X-linked hereditary ataxia`$`_id` #> [1] "DOID_0050953<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`X-linked hereditary ataxia`$privateGeneCount #> [1] 0 #> #> $`X-linked hereditary ataxia`$publicGeneCount #> [1] 1 #> #> $`X-linked hereditary ataxia`$urlId #> [1] "DOID_0050953" #> #> $`X-linked hereditary ataxia`$dbPhenotype #> [1] FALSE #> #> $`X-linked hereditary ataxia`$`_parent` #> [1] "DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`X-linked hereditary ataxia`$`_is_leaf` #> [1] FALSE #> #> $`X-linked hereditary ataxia`$children #> $`X-linked hereditary ataxia`$children[[1]] #> [1] "DOID_0050879<DOID_0050953<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`X-linked hereditary ataxia`$value #> [1] "X-linked hereditary ataxia" #> #> #> $`X-linked hyper IgM syndrome` #> $`X-linked hyper IgM syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6620" #> #> $`X-linked hyper IgM syndrome`$`_id` #> [1] "DOID_6620<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked hyper IgM syndrome`$privateGeneCount #> [1] 0 #> #> $`X-linked hyper IgM syndrome`$publicGeneCount #> [1] 2 #> #> $`X-linked hyper IgM syndrome`$urlId #> [1] "DOID_6620" #> #> $`X-linked hyper IgM syndrome`$dbPhenotype #> [1] TRUE #> #> $`X-linked hyper IgM syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked hyper IgM syndrome`$`_is_leaf` #> [1] TRUE #> #> $`X-linked hyper IgM syndrome`$children #> list() #> #> $`X-linked hyper IgM syndrome`$value #> [1] "X-linked hyper IgM syndrome" #> #> #> $`X-linked hyper IgM syndrome` #> $`X-linked hyper IgM syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6620" #> #> $`X-linked hyper IgM syndrome`$`_id` #> [1] "DOID_6620<DOID_0080544<DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`X-linked hyper IgM syndrome`$privateGeneCount #> [1] 0 #> #> $`X-linked hyper IgM syndrome`$publicGeneCount #> [1] 2 #> #> $`X-linked hyper IgM syndrome`$urlId #> [1] "DOID_6620" #> #> $`X-linked hyper IgM syndrome`$dbPhenotype #> [1] TRUE #> #> $`X-linked hyper IgM syndrome`$`_parent` #> [1] "DOID_0080544<DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`X-linked hyper IgM syndrome`$`_is_leaf` #> [1] TRUE #> #> $`X-linked hyper IgM syndrome`$children #> list() #> #> $`X-linked hyper IgM syndrome`$value #> [1] "X-linked hyper IgM syndrome" #> #> #> $`X-linked ichthyosis` #> $`X-linked ichthyosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1700" #> #> $`X-linked ichthyosis`$`_id` #> [1] "DOID_1700<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked ichthyosis`$privateGeneCount #> [1] 0 #> #> $`X-linked ichthyosis`$publicGeneCount #> [1] 1 #> #> $`X-linked ichthyosis`$urlId #> [1] "DOID_1700" #> #> $`X-linked ichthyosis`$dbPhenotype #> [1] TRUE #> #> $`X-linked ichthyosis`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked ichthyosis`$`_is_leaf` #> [1] TRUE #> #> $`X-linked ichthyosis`$children #> list() #> #> $`X-linked ichthyosis`$value #> [1] "X-linked ichthyosis" #> #> #> $`X-linked ichthyosis` #> $`X-linked ichthyosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1700" #> #> $`X-linked ichthyosis`$`_id` #> [1] "DOID_1700<DOID_1697<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`X-linked ichthyosis`$privateGeneCount #> [1] 0 #> #> $`X-linked ichthyosis`$publicGeneCount #> [1] 1 #> #> $`X-linked ichthyosis`$urlId #> [1] "DOID_1700" #> #> $`X-linked ichthyosis`$dbPhenotype #> [1] TRUE #> #> $`X-linked ichthyosis`$`_parent` #> [1] "DOID_1697<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`X-linked ichthyosis`$`_is_leaf` #> [1] TRUE #> #> $`X-linked ichthyosis`$children #> list() #> #> $`X-linked ichthyosis`$value #> [1] "X-linked ichthyosis" #> #> #> $`X-linked monogenic disease` #> $`X-linked monogenic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050735" #> #> $`X-linked monogenic disease`$`_id` #> [1] "DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked monogenic disease`$privateGeneCount #> [1] 0 #> #> $`X-linked monogenic disease`$publicGeneCount #> [1] 97 #> #> $`X-linked monogenic disease`$urlId #> [1] "DOID_0050735" #> #> $`X-linked monogenic disease`$dbPhenotype #> [1] FALSE #> #> $`X-linked monogenic disease`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked monogenic disease`$`_is_leaf` #> [1] FALSE #> #> $`X-linked monogenic disease`$children #> $`X-linked monogenic disease`$children[[1]] #> [1] "DOID_0050776<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked monogenic disease`$children[[2]] #> [1] "DOID_0050781<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked monogenic disease`$children[[3]] #> [1] "DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked monogenic disease`$children[[4]] #> [1] "DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked monogenic disease`$children[[5]] #> [1] "DOID_0050953<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked monogenic disease`$children[[6]] #> [1] "DOID_0050566<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked monogenic disease`$children[[7]] #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> #> $`X-linked monogenic disease`$value #> [1] "X-linked monogenic disease" #> #> #> $`X-linked nonsyndromic deafness` #> $`X-linked nonsyndromic deafness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050566" #> #> $`X-linked nonsyndromic deafness`$`_id` #> [1] "DOID_0050566<DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`X-linked nonsyndromic deafness`$privateGeneCount #> [1] 0 #> #> $`X-linked nonsyndromic deafness`$publicGeneCount #> [1] 5 #> #> $`X-linked nonsyndromic deafness`$urlId #> [1] "DOID_0050566" #> #> $`X-linked nonsyndromic deafness`$dbPhenotype #> [1] TRUE #> #> $`X-linked nonsyndromic deafness`$`_parent` #> [1] "DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`X-linked nonsyndromic deafness`$`_is_leaf` #> [1] TRUE #> #> $`X-linked nonsyndromic deafness`$children #> list() #> #> $`X-linked nonsyndromic deafness`$value #> [1] "X-linked nonsyndromic deafness" #> #> #> $`X-linked nonsyndromic deafness` #> $`X-linked nonsyndromic deafness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050566" #> #> $`X-linked nonsyndromic deafness`$`_id` #> [1] "DOID_0050566<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked nonsyndromic deafness`$privateGeneCount #> [1] 0 #> #> $`X-linked nonsyndromic deafness`$publicGeneCount #> [1] 5 #> #> $`X-linked nonsyndromic deafness`$urlId #> [1] "DOID_0050566" #> #> $`X-linked nonsyndromic deafness`$dbPhenotype #> [1] TRUE #> #> $`X-linked nonsyndromic deafness`$`_parent` #> [1] "DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked nonsyndromic deafness`$`_is_leaf` #> [1] TRUE #> #> $`X-linked nonsyndromic deafness`$children #> list() #> #> $`X-linked nonsyndromic deafness`$value #> [1] "X-linked nonsyndromic deafness" #> #> #> $`X-linked recessive disease` #> $`X-linked recessive disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080012" #> #> $`X-linked recessive disease`$`_id` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$privateGeneCount #> [1] 0 #> #> $`X-linked recessive disease`$publicGeneCount #> [1] 56 #> #> $`X-linked recessive disease`$urlId #> [1] "DOID_0080012" #> #> $`X-linked recessive disease`$dbPhenotype #> [1] FALSE #> #> $`X-linked recessive disease`$`_parent` #> [1] "DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$`_is_leaf` #> [1] FALSE #> #> $`X-linked recessive disease`$children #> $`X-linked recessive disease`$children[[1]] #> [1] "DOID_10588<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[2]] #> [1] "DOID_0050630<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[3]] #> [1] "DOID_0050631<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[4]] #> [1] "DOID_0050476<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[5]] #> [1] "DOID_0050679<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[6]] #> [1] "DOID_0050681<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[7]] #> [1] "DOID_0050699<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[8]] #> [1] "DOID_11723<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[9]] #> [1] "DOID_12134<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[10]] #> [1] "DOID_14711<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[11]] #> [1] "DOID_12259<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[12]] #> [1] "DOID_0060161<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[13]] #> [1] "DOID_1919<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[14]] #> [1] "DOID_0060246<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[15]] #> [1] "DOID_1056<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[16]] #> [1] "DOID_14744<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[17]] #> [1] "DOID_3210<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[18]] #> [1] "DOID_0060179<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[19]] #> [1] "DOID_0060063<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[20]] #> [1] "DOID_0060248<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[21]] #> [1] "DOID_9169<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[22]] #> [1] "DOID_6683<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[23]] #> [1] "DOID_14179<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[24]] #> [1] "DOID_0060292<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[25]] #> [1] "DOID_6620<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[26]] #> [1] "DOID_1700<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[27]] #> [1] "DOID_0060013<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[28]] #> [1] "DOID_0050554<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> #> $`X-linked recessive disease`$value #> [1] "X-linked recessive disease" #> #> #> $`X-linked severe combined immunodeficiency` #> $`X-linked severe combined immunodeficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060013" #> #> $`X-linked severe combined immunodeficiency`$`_id` #> [1] "DOID_0060013<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked severe combined immunodeficiency`$privateGeneCount #> [1] 0 #> #> $`X-linked severe combined immunodeficiency`$publicGeneCount #> [1] 2 #> #> $`X-linked severe combined immunodeficiency`$urlId #> [1] "DOID_0060013" #> #> $`X-linked severe combined immunodeficiency`$dbPhenotype #> [1] TRUE #> #> $`X-linked severe combined immunodeficiency`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked severe combined immunodeficiency`$`_is_leaf` #> [1] TRUE #> #> $`X-linked severe combined immunodeficiency`$children #> list() #> #> $`X-linked severe combined immunodeficiency`$value #> [1] "X-linked severe combined immunodeficiency" #> #> #> $`X-linked severe combined immunodeficiency` #> $`X-linked severe combined immunodeficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060013" #> #> $`X-linked severe combined immunodeficiency`$`_id` #> [1] "DOID_0060013<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`X-linked severe combined immunodeficiency`$privateGeneCount #> [1] 0 #> #> $`X-linked severe combined immunodeficiency`$publicGeneCount #> [1] 2 #> #> $`X-linked severe combined immunodeficiency`$urlId #> [1] "DOID_0060013" #> #> $`X-linked severe combined immunodeficiency`$dbPhenotype #> [1] TRUE #> #> $`X-linked severe combined immunodeficiency`$`_parent` #> [1] "DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`X-linked severe combined immunodeficiency`$`_is_leaf` #> [1] TRUE #> #> $`X-linked severe combined immunodeficiency`$children #> list() #> #> $`X-linked severe combined immunodeficiency`$value #> [1] "X-linked severe combined immunodeficiency" #> #> #> $`X-linked sideroblastic anemia with ataxia` #> $`X-linked sideroblastic anemia with ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050554" #> #> $`X-linked sideroblastic anemia with ataxia`$`_id` #> [1] "DOID_0050554<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked sideroblastic anemia with ataxia`$privateGeneCount #> [1] 0 #> #> $`X-linked sideroblastic anemia with ataxia`$publicGeneCount #> [1] 1 #> #> $`X-linked sideroblastic anemia with ataxia`$urlId #> [1] "DOID_0050554" #> #> $`X-linked sideroblastic anemia with ataxia`$dbPhenotype #> [1] TRUE #> #> $`X-linked sideroblastic anemia with ataxia`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked sideroblastic anemia with ataxia`$`_is_leaf` #> [1] TRUE #> #> $`X-linked sideroblastic anemia with ataxia`$children #> list() #> #> $`X-linked sideroblastic anemia with ataxia`$value #> [1] "X-linked sideroblastic anemia with ataxia" #> #> #> $`X-linked sideroblastic anemia with ataxia` #> $`X-linked sideroblastic anemia with ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050554" #> #> $`X-linked sideroblastic anemia with ataxia`$`_id` #> [1] "DOID_0050554<DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`X-linked sideroblastic anemia with ataxia`$privateGeneCount #> [1] 0 #> #> $`X-linked sideroblastic anemia with ataxia`$publicGeneCount #> [1] 1 #> #> $`X-linked sideroblastic anemia with ataxia`$urlId #> [1] "DOID_0050554" #> #> $`X-linked sideroblastic anemia with ataxia`$dbPhenotype #> [1] TRUE #> #> $`X-linked sideroblastic anemia with ataxia`$`_parent` #> [1] "DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`X-linked sideroblastic anemia with ataxia`$`_is_leaf` #> [1] TRUE #> #> $`X-linked sideroblastic anemia with ataxia`$children #> list() #> #> $`X-linked sideroblastic anemia with ataxia`$value #> [1] "X-linked sideroblastic anemia with ataxia" #> #> #> $xanthinuria #> $xanthinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060236" #> #> $xanthinuria$`_id` #> [1] "DOID_0060236<DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> $xanthinuria$privateGeneCount #> [1] 0 #> #> $xanthinuria$publicGeneCount #> [1] 1 #> #> $xanthinuria$urlId #> [1] "DOID_0060236" #> #> $xanthinuria$dbPhenotype #> [1] TRUE #> #> $xanthinuria$`_parent` #> [1] "DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> $xanthinuria$`_is_leaf` #> [1] TRUE #> #> $xanthinuria$children #> list() #> #> $xanthinuria$value #> [1] "xanthinuria" #> #> #> $xanthomatosis #> $xanthomatosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3345" #> #> $xanthomatosis$`_id` #> [1] "DOID_3345<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $xanthomatosis$privateGeneCount #> [1] 0 #> #> $xanthomatosis$publicGeneCount #> [1] 2 #> #> $xanthomatosis$urlId #> [1] "DOID_3345" #> #> $xanthomatosis$dbPhenotype #> [1] TRUE #> #> $xanthomatosis$`_parent` #> [1] "DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $xanthomatosis$`_is_leaf` #> [1] FALSE #> #> $xanthomatosis$children #> $xanthomatosis$children[[1]] #> [1] "DOID_4810<DOID_3345<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> #> $xanthomatosis$value #> [1] "xanthomatosis" #> #> #> $`xeroderma pigmentosum` #> $`xeroderma pigmentosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050427" #> #> $`xeroderma pigmentosum`$`_id` #> [1] "DOID_0050427<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`xeroderma pigmentosum`$privateGeneCount #> [1] 0 #> #> $`xeroderma pigmentosum`$publicGeneCount #> [1] 10 #> #> $`xeroderma pigmentosum`$urlId #> [1] "DOID_0050427" #> #> $`xeroderma pigmentosum`$dbPhenotype #> [1] TRUE #> #> $`xeroderma pigmentosum`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`xeroderma pigmentosum`$`_is_leaf` #> [1] TRUE #> #> $`xeroderma pigmentosum`$children #> list() #> #> $`xeroderma pigmentosum`$value #> [1] "xeroderma pigmentosum" #> #> #> $`xeroderma pigmentosum` #> $`xeroderma pigmentosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050427" #> #> $`xeroderma pigmentosum`$`_id` #> [1] "DOID_0050427<DOID_225<DOID_4" #> #> $`xeroderma pigmentosum`$privateGeneCount #> [1] 0 #> #> $`xeroderma pigmentosum`$publicGeneCount #> [1] 10 #> #> $`xeroderma pigmentosum`$urlId #> [1] "DOID_0050427" #> #> $`xeroderma pigmentosum`$dbPhenotype #> [1] TRUE #> #> $`xeroderma pigmentosum`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`xeroderma pigmentosum`$`_is_leaf` #> [1] TRUE #> #> $`xeroderma pigmentosum`$children #> list() #> #> $`xeroderma pigmentosum`$value #> [1] "xeroderma pigmentosum" #> #> #> $`Zellweger syndrome` #> $`Zellweger syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_905" #> #> $`Zellweger syndrome`$`_id` #> [1] "DOID_905<DOID_0080377<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`Zellweger syndrome`$privateGeneCount #> [1] 0 #> #> $`Zellweger syndrome`$publicGeneCount #> [1] 16 #> #> $`Zellweger syndrome`$urlId #> [1] "DOID_905" #> #> $`Zellweger syndrome`$dbPhenotype #> [1] TRUE #> #> $`Zellweger syndrome`$`_parent` #> [1] "DOID_0080377<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`Zellweger syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Zellweger syndrome`$children #> list() #> #> $`Zellweger syndrome`$value #> [1] "Zellweger syndrome" #> #> #> $`Zollinger-Ellison syndrome` #> $`Zollinger-Ellison syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050782" #> #> $`Zollinger-Ellison syndrome`$`_id` #> [1] "DOID_0050782<DOID_225<DOID_4" #> #> $`Zollinger-Ellison syndrome`$privateGeneCount #> [1] 0 #> #> $`Zollinger-Ellison syndrome`$publicGeneCount #> [1] 3 #> #> $`Zollinger-Ellison syndrome`$urlId #> [1] "DOID_0050782" #> #> $`Zollinger-Ellison syndrome`$dbPhenotype #> [1] TRUE #> #> $`Zollinger-Ellison syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Zollinger-Ellison syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Zollinger-Ellison syndrome`$children #> list() #> #> $`Zollinger-Ellison syndrome`$value #> [1] "Zollinger-Ellison syndrome" #> #> #> $`Zonular cataract` #> $`Zonular cataract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010920" #> #> $`Zonular cataract`$`_id` #> [1] "HP_0010920<HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Zonular cataract`$privateGeneCount #> [1] 0 #> #> $`Zonular cataract`$publicGeneCount #> [1] 1 #> #> $`Zonular cataract`$urlId #> [1] "HP_0010920" #> #> $`Zonular cataract`$dbPhenotype #> [1] FALSE #> #> $`Zonular cataract`$`_parent` #> [1] "HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Zonular cataract`$`_is_leaf` #> [1] FALSE #> #> $`Zonular cataract`$children #> $`Zonular cataract`$children[[1]] #> [1] "HP_0007648<HP_0010920<HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Zonular cataract`$value #> [1] "Zonular cataract" #> #>
taxonInfo('human',request = 'phenoCandidateGenes', phenotypes = c('http://purl.obolibrary.org/obo/DOID_11934', 'http://purl.obolibrary.org/obo/DOID_3119'))
#> $`2-hydroxyglutaric aciduria` #> $`2-hydroxyglutaric aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050573" #> #> $`2-hydroxyglutaric aciduria`$`_id` #> [1] "DOID_0050573<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`2-hydroxyglutaric aciduria`$privateGeneCount #> [1] 0 #> #> $`2-hydroxyglutaric aciduria`$publicGeneCount #> [1] 4 #> #> $`2-hydroxyglutaric aciduria`$urlId #> [1] "DOID_0050573" #> #> $`2-hydroxyglutaric aciduria`$dbPhenotype #> [1] TRUE #> #> $`2-hydroxyglutaric aciduria`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`2-hydroxyglutaric aciduria`$`_is_leaf` #> [1] FALSE #> #> $`2-hydroxyglutaric aciduria`$children #> $`2-hydroxyglutaric aciduria`$children[[1]] #> [1] "DOID_0050575<DOID_0050573<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`2-hydroxyglutaric aciduria`$children[[2]] #> [1] "DOID_0050574<DOID_0050573<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $`2-hydroxyglutaric aciduria`$value #> [1] "2-hydroxyglutaric aciduria" #> #> #> $`3-M syndrome` #> $`3-M syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060241" #> #> $`3-M syndrome`$`_id` #> [1] "DOID_0060241<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`3-M syndrome`$privateGeneCount #> [1] 0 #> #> $`3-M syndrome`$publicGeneCount #> [1] 3 #> #> $`3-M syndrome`$urlId #> [1] "DOID_0060241" #> #> $`3-M syndrome`$dbPhenotype #> [1] TRUE #> #> $`3-M syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`3-M syndrome`$`_is_leaf` #> [1] TRUE #> #> $`3-M syndrome`$children #> list() #> #> $`3-M syndrome`$value #> [1] "3-M syndrome" #> #> #> $`3-M syndrome` #> $`3-M syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060241" #> #> $`3-M syndrome`$`_id` #> [1] "DOID_0060241<DOID_225<DOID_4" #> #> $`3-M syndrome`$privateGeneCount #> [1] 0 #> #> $`3-M syndrome`$publicGeneCount #> [1] 3 #> #> $`3-M syndrome`$urlId #> [1] "DOID_0060241" #> #> $`3-M syndrome`$dbPhenotype #> [1] TRUE #> #> $`3-M syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`3-M syndrome`$`_is_leaf` #> [1] TRUE #> #> $`3-M syndrome`$children #> list() #> #> $`3-M syndrome`$value #> [1] "3-M syndrome" #> #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency` #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050710" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$`_id` #> [1] "DOID_0050710<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$privateGeneCount #> [1] 0 #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$publicGeneCount #> [1] 4 #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$urlId #> [1] "DOID_0050710" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$dbPhenotype #> [1] TRUE #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$children #> list() #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$value #> [1] "3-Methylcrotonyl-CoA carboxylase deficiency" #> #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency` #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050710" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$`_id` #> [1] "DOID_0050710<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$privateGeneCount #> [1] 0 #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$publicGeneCount #> [1] 4 #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$urlId #> [1] "DOID_0050710" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$dbPhenotype #> [1] TRUE #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$`_parent` #> [1] "DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$children #> list() #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$value #> [1] "3-Methylcrotonyl-CoA carboxylase deficiency" #> #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency` #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050710" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$`_id` #> [1] "DOID_0050710<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$privateGeneCount #> [1] 0 #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$publicGeneCount #> [1] 4 #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$urlId #> [1] "DOID_0050710" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$dbPhenotype #> [1] TRUE #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$children #> list() #> #> $`3-Methylcrotonyl-CoA carboxylase deficiency`$value #> [1] "3-Methylcrotonyl-CoA carboxylase deficiency" #> #> #> $`3-methylglutaconic aciduria` #> $`3-methylglutaconic aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060336" #> #> $`3-methylglutaconic aciduria`$`_id` #> [1] "DOID_0060336<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`3-methylglutaconic aciduria`$privateGeneCount #> [1] 0 #> #> $`3-methylglutaconic aciduria`$publicGeneCount #> [1] 5 #> #> $`3-methylglutaconic aciduria`$urlId #> [1] "DOID_0060336" #> #> $`3-methylglutaconic aciduria`$dbPhenotype #> [1] TRUE #> #> $`3-methylglutaconic aciduria`$`_parent` #> [1] "DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`3-methylglutaconic aciduria`$`_is_leaf` #> [1] TRUE #> #> $`3-methylglutaconic aciduria`$children #> list() #> #> $`3-methylglutaconic aciduria`$value #> [1] "3-methylglutaconic aciduria" #> #> #> $`3-Methylglutaconic aciduria` #> $`3-Methylglutaconic aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003535" #> #> $`3-Methylglutaconic aciduria`$`_id` #> [1] "HP_0003535<HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`3-Methylglutaconic aciduria`$privateGeneCount #> [1] 0 #> #> $`3-Methylglutaconic aciduria`$publicGeneCount #> [1] 1 #> #> $`3-Methylglutaconic aciduria`$urlId #> [1] "HP_0003535" #> #> $`3-Methylglutaconic aciduria`$dbPhenotype #> [1] TRUE #> #> $`3-Methylglutaconic aciduria`$`_parent` #> [1] "HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`3-Methylglutaconic aciduria`$`_is_leaf` #> [1] TRUE #> #> $`3-Methylglutaconic aciduria`$children #> list() #> #> $`3-Methylglutaconic aciduria`$value #> [1] "3-Methylglutaconic aciduria" #> #> #> $`3MC syndrome` #> $`3MC syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060225" #> #> $`3MC syndrome`$`_id` #> [1] "DOID_0060225<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`3MC syndrome`$privateGeneCount #> [1] 0 #> #> $`3MC syndrome`$publicGeneCount #> [1] 2 #> #> $`3MC syndrome`$urlId #> [1] "DOID_0060225" #> #> $`3MC syndrome`$dbPhenotype #> [1] TRUE #> #> $`3MC syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`3MC syndrome`$`_is_leaf` #> [1] TRUE #> #> $`3MC syndrome`$children #> list() #> #> $`3MC syndrome`$value #> [1] "3MC syndrome" #> #> #> $`3MC syndrome` #> $`3MC syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060225" #> #> $`3MC syndrome`$`_id` #> [1] "DOID_0060225<DOID_225<DOID_4" #> #> $`3MC syndrome`$privateGeneCount #> [1] 0 #> #> $`3MC syndrome`$publicGeneCount #> [1] 2 #> #> $`3MC syndrome`$urlId #> [1] "DOID_0060225" #> #> $`3MC syndrome`$dbPhenotype #> [1] TRUE #> #> $`3MC syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`3MC syndrome`$`_is_leaf` #> [1] TRUE #> #> $`3MC syndrome`$children #> list() #> #> $`3MC syndrome`$value #> [1] "3MC syndrome" #> #> #> $`46 XX gonadal dysgenesis` #> $`46 XX gonadal dysgenesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14450" #> #> $`46 XX gonadal dysgenesis`$`_id` #> [1] "DOID_14450<DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`46 XX gonadal dysgenesis`$privateGeneCount #> [1] 0 #> #> $`46 XX gonadal dysgenesis`$publicGeneCount #> [1] 6 #> #> $`46 XX gonadal dysgenesis`$urlId #> [1] "DOID_14450" #> #> $`46 XX gonadal dysgenesis`$dbPhenotype #> [1] TRUE #> #> $`46 XX gonadal dysgenesis`$`_parent` #> [1] "DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`46 XX gonadal dysgenesis`$`_is_leaf` #> [1] TRUE #> #> $`46 XX gonadal dysgenesis`$children #> list() #> #> $`46 XX gonadal dysgenesis`$value #> [1] "46 XX gonadal dysgenesis" #> #> #> $`46,XY sex reversal` #> $`46,XY sex reversal`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14448" #> #> $`46,XY sex reversal`$`_id` #> [1] "DOID_14448<DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`46,XY sex reversal`$privateGeneCount #> [1] 0 #> #> $`46,XY sex reversal`$publicGeneCount #> [1] 9 #> #> $`46,XY sex reversal`$urlId #> [1] "DOID_14448" #> #> $`46,XY sex reversal`$dbPhenotype #> [1] TRUE #> #> $`46,XY sex reversal`$`_parent` #> [1] "DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`46,XY sex reversal`$`_is_leaf` #> [1] TRUE #> #> $`46,XY sex reversal`$children #> list() #> #> $`46,XY sex reversal`$value #> [1] "46,XY sex reversal" #> #> #> $`Aarskog syndrome` #> $`Aarskog syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111824" #> #> $`Aarskog syndrome`$`_id` #> [1] "DOID_0111824<DOID_225<DOID_4" #> #> $`Aarskog syndrome`$privateGeneCount #> [1] 0 #> #> $`Aarskog syndrome`$publicGeneCount #> [1] 1 #> #> $`Aarskog syndrome`$urlId #> [1] "DOID_0111824" #> #> $`Aarskog syndrome`$dbPhenotype #> [1] FALSE #> #> $`Aarskog syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Aarskog syndrome`$`_is_leaf` #> [1] FALSE #> #> $`Aarskog syndrome`$children #> $`Aarskog syndrome`$children[[1]] #> [1] "DOID_6683<DOID_0111824<DOID_225<DOID_4" #> #> #> $`Aarskog syndrome`$value #> [1] "Aarskog syndrome" #> #> #> $`ABCD syndrome` #> $`ABCD syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050600" #> #> $`ABCD syndrome`$`_id` #> [1] "DOID_0050600<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ABCD syndrome`$privateGeneCount #> [1] 0 #> #> $`ABCD syndrome`$publicGeneCount #> [1] 1 #> #> $`ABCD syndrome`$urlId #> [1] "DOID_0050600" #> #> $`ABCD syndrome`$dbPhenotype #> [1] TRUE #> #> $`ABCD syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ABCD syndrome`$`_is_leaf` #> [1] TRUE #> #> $`ABCD syndrome`$children #> list() #> #> $`ABCD syndrome`$value #> [1] "ABCD syndrome" #> #> #> $`ABCD syndrome` #> $`ABCD syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050600" #> #> $`ABCD syndrome`$`_id` #> [1] "DOID_0050600<DOID_225<DOID_4" #> #> $`ABCD syndrome`$privateGeneCount #> [1] 0 #> #> $`ABCD syndrome`$publicGeneCount #> [1] 1 #> #> $`ABCD syndrome`$urlId #> [1] "DOID_0050600" #> #> $`ABCD syndrome`$dbPhenotype #> [1] TRUE #> #> $`ABCD syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`ABCD syndrome`$`_is_leaf` #> [1] TRUE #> #> $`ABCD syndrome`$children #> list() #> #> $`ABCD syndrome`$value #> [1] "ABCD syndrome" #> #> #> $`abdominal aortic aneurysm` #> $`abdominal aortic aneurysm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7693" #> #> $`abdominal aortic aneurysm`$`_id` #> [1] "DOID_7693<DOID_3627<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`abdominal aortic aneurysm`$privateGeneCount #> [1] 0 #> #> $`abdominal aortic aneurysm`$publicGeneCount #> [1] 26 #> #> $`abdominal aortic aneurysm`$urlId #> [1] "DOID_7693" #> #> $`abdominal aortic aneurysm`$dbPhenotype #> [1] TRUE #> #> $`abdominal aortic aneurysm`$`_parent` #> [1] "DOID_3627<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`abdominal aortic aneurysm`$`_is_leaf` #> [1] TRUE #> #> $`abdominal aortic aneurysm`$children #> list() #> #> $`abdominal aortic aneurysm`$value #> [1] "abdominal aortic aneurysm" #> #> #> $`abdominal obesity-metabolic syndrome` #> $`abdominal obesity-metabolic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060611" #> #> $`abdominal obesity-metabolic syndrome`$`_id` #> [1] "DOID_0060611<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`abdominal obesity-metabolic syndrome`$privateGeneCount #> [1] 0 #> #> $`abdominal obesity-metabolic syndrome`$publicGeneCount #> [1] 77 #> #> $`abdominal obesity-metabolic syndrome`$urlId #> [1] "DOID_0060611" #> #> $`abdominal obesity-metabolic syndrome`$dbPhenotype #> [1] FALSE #> #> $`abdominal obesity-metabolic syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`abdominal obesity-metabolic syndrome`$`_is_leaf` #> [1] FALSE #> #> $`abdominal obesity-metabolic syndrome`$children #> $`abdominal obesity-metabolic syndrome`$children[[1]] #> [1] "DOID_14221<DOID_0060611<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`abdominal obesity-metabolic syndrome`$value #> [1] "abdominal obesity-metabolic syndrome" #> #> #> $`abdominal obesity-metabolic syndrome` #> $`abdominal obesity-metabolic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060611" #> #> $`abdominal obesity-metabolic syndrome`$`_id` #> [1] "DOID_0060611<DOID_225<DOID_4" #> #> $`abdominal obesity-metabolic syndrome`$privateGeneCount #> [1] 0 #> #> $`abdominal obesity-metabolic syndrome`$publicGeneCount #> [1] 77 #> #> $`abdominal obesity-metabolic syndrome`$urlId #> [1] "DOID_0060611" #> #> $`abdominal obesity-metabolic syndrome`$dbPhenotype #> [1] FALSE #> #> $`abdominal obesity-metabolic syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`abdominal obesity-metabolic syndrome`$`_is_leaf` #> [1] FALSE #> #> $`abdominal obesity-metabolic syndrome`$children #> $`abdominal obesity-metabolic syndrome`$children[[1]] #> [1] "DOID_14221<DOID_0060611<DOID_225<DOID_4" #> #> #> $`abdominal obesity-metabolic syndrome`$value #> [1] "abdominal obesity-metabolic syndrome" #> #> #> $`abdominal obesity-metabolic syndrome 1` #> $`abdominal obesity-metabolic syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14221" #> #> $`abdominal obesity-metabolic syndrome 1`$`_id` #> [1] "DOID_14221<DOID_0060611<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`abdominal obesity-metabolic syndrome 1`$privateGeneCount #> [1] 0 #> #> $`abdominal obesity-metabolic syndrome 1`$publicGeneCount #> [1] 77 #> #> $`abdominal obesity-metabolic syndrome 1`$urlId #> [1] "DOID_14221" #> #> $`abdominal obesity-metabolic syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`abdominal obesity-metabolic syndrome 1`$`_parent` #> [1] "DOID_0060611<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`abdominal obesity-metabolic syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`abdominal obesity-metabolic syndrome 1`$children #> list() #> #> $`abdominal obesity-metabolic syndrome 1`$value #> [1] "abdominal obesity-metabolic syndrome 1" #> #> #> $`abdominal obesity-metabolic syndrome 1` #> $`abdominal obesity-metabolic syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14221" #> #> $`abdominal obesity-metabolic syndrome 1`$`_id` #> [1] "DOID_14221<DOID_0060611<DOID_225<DOID_4" #> #> $`abdominal obesity-metabolic syndrome 1`$privateGeneCount #> [1] 0 #> #> $`abdominal obesity-metabolic syndrome 1`$publicGeneCount #> [1] 77 #> #> $`abdominal obesity-metabolic syndrome 1`$urlId #> [1] "DOID_14221" #> #> $`abdominal obesity-metabolic syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`abdominal obesity-metabolic syndrome 1`$`_parent` #> [1] "DOID_0060611<DOID_225<DOID_4" #> #> $`abdominal obesity-metabolic syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`abdominal obesity-metabolic syndrome 1`$children #> list() #> #> $`abdominal obesity-metabolic syndrome 1`$value #> [1] "abdominal obesity-metabolic syndrome 1" #> #> #> $`Abdominal pain` #> $`Abdominal pain`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002027" #> #> $`Abdominal pain`$`_id` #> [1] "HP_0002027<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abdominal pain`$privateGeneCount #> [1] 0 #> #> $`Abdominal pain`$publicGeneCount #> [1] 1 #> #> $`Abdominal pain`$urlId #> [1] "HP_0002027" #> #> $`Abdominal pain`$dbPhenotype #> [1] TRUE #> #> $`Abdominal pain`$`_parent` #> [1] "HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abdominal pain`$`_is_leaf` #> [1] TRUE #> #> $`Abdominal pain`$children #> list() #> #> $`Abdominal pain`$value #> [1] "Abdominal pain" #> #> #> $`Abdominal pain` #> $`Abdominal pain`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002027" #> #> $`Abdominal pain`$`_id` #> [1] "HP_0002027<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $`Abdominal pain`$privateGeneCount #> [1] 0 #> #> $`Abdominal pain`$publicGeneCount #> [1] 1 #> #> $`Abdominal pain`$urlId #> [1] "HP_0002027" #> #> $`Abdominal pain`$dbPhenotype #> [1] TRUE #> #> $`Abdominal pain`$`_parent` #> [1] "HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $`Abdominal pain`$`_is_leaf` #> [1] TRUE #> #> $`Abdominal pain`$children #> list() #> #> $`Abdominal pain`$value #> [1] "Abdominal pain" #> #> #> $`Abdominal symptom` #> $`Abdominal symptom`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011458" #> #> $`Abdominal symptom`$`_id` #> [1] "HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abdominal symptom`$privateGeneCount #> [1] 0 #> #> $`Abdominal symptom`$publicGeneCount #> [1] 27 #> #> $`Abdominal symptom`$urlId #> [1] "HP_0011458" #> #> $`Abdominal symptom`$dbPhenotype #> [1] FALSE #> #> $`Abdominal symptom`$`_parent` #> [1] "HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abdominal symptom`$`_is_leaf` #> [1] FALSE #> #> $`Abdominal symptom`$children #> $`Abdominal symptom`$children[[1]] #> [1] "HP_0002027<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abdominal symptom`$children[[2]] #> [1] "HP_0002039<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abdominal symptom`$children[[3]] #> [1] "HP_0004395<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abdominal symptom`$children[[4]] #> [1] "HP_0002017<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abdominal symptom`$value #> [1] "Abdominal symptom" #> #> #> $`Abdominal wall defect` #> $`Abdominal wall defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010866" #> #> $`Abdominal wall defect`$`_id` #> [1] "HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abdominal wall defect`$privateGeneCount #> [1] 0 #> #> $`Abdominal wall defect`$publicGeneCount #> [1] 4 #> #> $`Abdominal wall defect`$urlId #> [1] "HP_0010866" #> #> $`Abdominal wall defect`$dbPhenotype #> [1] FALSE #> #> $`Abdominal wall defect`$`_parent` #> [1] "HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abdominal wall defect`$`_is_leaf` #> [1] FALSE #> #> $`Abdominal wall defect`$children #> $`Abdominal wall defect`$children[[1]] #> [1] "HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abdominal wall defect`$value #> [1] "Abdominal wall defect" #> #> #> $abetalipoproteinemia #> $abetalipoproteinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1386" #> #> $abetalipoproteinemia$`_id` #> [1] "DOID_1386<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $abetalipoproteinemia$privateGeneCount #> [1] 0 #> #> $abetalipoproteinemia$publicGeneCount #> [1] 1 #> #> $abetalipoproteinemia$urlId #> [1] "DOID_1386" #> #> $abetalipoproteinemia$dbPhenotype #> [1] TRUE #> #> $abetalipoproteinemia$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $abetalipoproteinemia$`_is_leaf` #> [1] TRUE #> #> $abetalipoproteinemia$children #> list() #> #> $abetalipoproteinemia$value #> [1] "abetalipoproteinemia" #> #> #> $abetalipoproteinemia #> $abetalipoproteinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1386" #> #> $abetalipoproteinemia$`_id` #> [1] "DOID_1386<DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $abetalipoproteinemia$privateGeneCount #> [1] 0 #> #> $abetalipoproteinemia$publicGeneCount #> [1] 1 #> #> $abetalipoproteinemia$urlId #> [1] "DOID_1386" #> #> $abetalipoproteinemia$dbPhenotype #> [1] TRUE #> #> $abetalipoproteinemia$`_parent` #> [1] "DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $abetalipoproteinemia$`_is_leaf` #> [1] TRUE #> #> $abetalipoproteinemia$children #> list() #> #> $abetalipoproteinemia$value #> [1] "abetalipoproteinemia" #> #> #> $`Abnormal albumin level` #> $`Abnormal albumin level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012116" #> #> $`Abnormal albumin level`$`_id` #> [1] "HP_0012116<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal albumin level`$privateGeneCount #> [1] 0 #> #> $`Abnormal albumin level`$publicGeneCount #> [1] 3 #> #> $`Abnormal albumin level`$urlId #> [1] "HP_0012116" #> #> $`Abnormal albumin level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal albumin level`$`_parent` #> [1] "HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal albumin level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal albumin level`$children #> $`Abnormal albumin level`$children[[1]] #> [1] "HP_0003073<HP_0012116<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal albumin level`$value #> [1] "Abnormal albumin level" #> #> #> $`Abnormal anterior eye segment morphology` #> $`Abnormal anterior eye segment morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004328" #> #> $`Abnormal anterior eye segment morphology`$`_id` #> [1] "HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal anterior eye segment morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal anterior eye segment morphology`$publicGeneCount #> [1] 11 #> #> $`Abnormal anterior eye segment morphology`$urlId #> [1] "HP_0004328" #> #> $`Abnormal anterior eye segment morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal anterior eye segment morphology`$`_parent` #> [1] "HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal anterior eye segment morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal anterior eye segment morphology`$children #> $`Abnormal anterior eye segment morphology`$children[[1]] #> [1] "HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal anterior eye segment morphology`$children[[2]] #> [1] "HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal anterior eye segment morphology`$children[[3]] #> [1] "HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal anterior eye segment morphology`$children[[4]] #> [1] "HP_0007700<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal anterior eye segment morphology`$value #> [1] "Abnormal anterior eye segment morphology" #> #> #> $`Abnormal aortic morphology` #> $`Abnormal aortic morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001679" #> #> $`Abnormal aortic morphology`$`_id` #> [1] "HP_0001679<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal aortic morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal aortic morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal aortic morphology`$urlId #> [1] "HP_0001679" #> #> $`Abnormal aortic morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal aortic morphology`$`_parent` #> [1] "HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal aortic morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal aortic morphology`$children #> $`Abnormal aortic morphology`$children[[1]] #> [1] "HP_0001680<HP_0001679<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal aortic morphology`$value #> [1] "Abnormal aortic morphology" #> #> #> $`Abnormal aortic morphology` #> $`Abnormal aortic morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001679" #> #> $`Abnormal aortic morphology`$`_id` #> [1] "HP_0001679<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal aortic morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal aortic morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal aortic morphology`$urlId #> [1] "HP_0001679" #> #> $`Abnormal aortic morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal aortic morphology`$`_parent` #> [1] "HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal aortic morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal aortic morphology`$children #> $`Abnormal aortic morphology`$children[[1]] #> [1] "HP_0001680<HP_0001679<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal aortic morphology`$value #> [1] "Abnormal aortic morphology" #> #> #> $`Abnormal aortic morphology` #> $`Abnormal aortic morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001679" #> #> $`Abnormal aortic morphology`$`_id` #> [1] "HP_0001679<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal aortic morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal aortic morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal aortic morphology`$urlId #> [1] "HP_0001679" #> #> $`Abnormal aortic morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal aortic morphology`$`_parent` #> [1] "HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal aortic morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal aortic morphology`$children #> $`Abnormal aortic morphology`$children[[1]] #> [1] "HP_0001680<HP_0001679<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal aortic morphology`$value #> [1] "Abnormal aortic morphology" #> #> #> $`Abnormal aortic morphology` #> $`Abnormal aortic morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001679" #> #> $`Abnormal aortic morphology`$`_id` #> [1] "HP_0001679<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal aortic morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal aortic morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal aortic morphology`$urlId #> [1] "HP_0001679" #> #> $`Abnormal aortic morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal aortic morphology`$`_parent` #> [1] "HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal aortic morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal aortic morphology`$children #> $`Abnormal aortic morphology`$children[[1]] #> [1] "HP_0001680<HP_0001679<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal aortic morphology`$value #> [1] "Abnormal aortic morphology" #> #> #> $`Abnormal appendicular skeleton morphology` #> $`Abnormal appendicular skeleton morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011844" #> #> $`Abnormal appendicular skeleton morphology`$`_id` #> [1] "HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal appendicular skeleton morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal appendicular skeleton morphology`$publicGeneCount #> [1] 12 #> #> $`Abnormal appendicular skeleton morphology`$urlId #> [1] "HP_0011844" #> #> $`Abnormal appendicular skeleton morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal appendicular skeleton morphology`$`_parent` #> [1] "HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal appendicular skeleton morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal appendicular skeleton morphology`$children #> $`Abnormal appendicular skeleton morphology`$children[[1]] #> [1] "HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal appendicular skeleton morphology`$children[[2]] #> [1] "HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal appendicular skeleton morphology`$value #> [1] "Abnormal appendicular skeleton morphology" #> #> #> $`Abnormal atrial arrangement` #> $`Abnormal atrial arrangement`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011535" #> #> $`Abnormal atrial arrangement`$`_id` #> [1] "HP_0011535<HP_0005120<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal atrial arrangement`$privateGeneCount #> [1] 0 #> #> $`Abnormal atrial arrangement`$publicGeneCount #> [1] 1 #> #> $`Abnormal atrial arrangement`$urlId #> [1] "HP_0011535" #> #> $`Abnormal atrial arrangement`$dbPhenotype #> [1] FALSE #> #> $`Abnormal atrial arrangement`$`_parent` #> [1] "HP_0005120<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal atrial arrangement`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal atrial arrangement`$children #> $`Abnormal atrial arrangement`$children[[1]] #> [1] "HP_0011536<HP_0011535<HP_0005120<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal atrial arrangement`$value #> [1] "Abnormal atrial arrangement" #> #> #> $`Abnormal atrial arrangement` #> $`Abnormal atrial arrangement`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011535" #> #> $`Abnormal atrial arrangement`$`_id` #> [1] "HP_0011535<HP_0011534<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal atrial arrangement`$privateGeneCount #> [1] 0 #> #> $`Abnormal atrial arrangement`$publicGeneCount #> [1] 1 #> #> $`Abnormal atrial arrangement`$urlId #> [1] "HP_0011535" #> #> $`Abnormal atrial arrangement`$dbPhenotype #> [1] FALSE #> #> $`Abnormal atrial arrangement`$`_parent` #> [1] "HP_0011534<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal atrial arrangement`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal atrial arrangement`$children #> $`Abnormal atrial arrangement`$children[[1]] #> [1] "HP_0011536<HP_0011535<HP_0011534<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal atrial arrangement`$value #> [1] "Abnormal atrial arrangement" #> #> #> $`Abnormal atrioventricular conduction` #> $`Abnormal atrioventricular conduction`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005150" #> #> $`Abnormal atrioventricular conduction`$`_id` #> [1] "HP_0005150<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal atrioventricular conduction`$privateGeneCount #> [1] 0 #> #> $`Abnormal atrioventricular conduction`$publicGeneCount #> [1] 3 #> #> $`Abnormal atrioventricular conduction`$urlId #> [1] "HP_0005150" #> #> $`Abnormal atrioventricular conduction`$dbPhenotype #> [1] FALSE #> #> $`Abnormal atrioventricular conduction`$`_parent` #> [1] "HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal atrioventricular conduction`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal atrioventricular conduction`$children #> $`Abnormal atrioventricular conduction`$children[[1]] #> [1] "HP_0001678<HP_0005150<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal atrioventricular conduction`$value #> [1] "Abnormal atrioventricular conduction" #> #> #> $`Abnormal axial skeleton morphology` #> $`Abnormal axial skeleton morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009121" #> #> $`Abnormal axial skeleton morphology`$`_id` #> [1] "HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal axial skeleton morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal axial skeleton morphology`$publicGeneCount #> [1] 29 #> #> $`Abnormal axial skeleton morphology`$urlId #> [1] "HP_0009121" #> #> $`Abnormal axial skeleton morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal axial skeleton morphology`$`_parent` #> [1] "HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal axial skeleton morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal axial skeleton morphology`$children #> $`Abnormal axial skeleton morphology`$children[[1]] #> [1] "HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal axial skeleton morphology`$children[[2]] #> [1] "HP_0000765<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal axial skeleton morphology`$children[[3]] #> [1] "HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal axial skeleton morphology`$value #> [1] "Abnormal axial skeleton morphology" #> #> #> $`abnormal behavior` #> $`abnormal behavior`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0004924" #> #> $`abnormal behavior`$`_id` #> [1] "MP_0004924<MP_0005386<MP_0000001" #> #> $`abnormal behavior`$privateGeneCount #> [1] 0 #> #> $`abnormal behavior`$publicGeneCount #> [1] 22 #> #> $`abnormal behavior`$urlId #> [1] "MP_0004924" #> #> $`abnormal behavior`$dbPhenotype #> [1] FALSE #> #> $`abnormal behavior`$`_parent` #> [1] "MP_0005386<MP_0000001" #> #> $`abnormal behavior`$`_is_leaf` #> [1] FALSE #> #> $`abnormal behavior`$children #> $`abnormal behavior`$children[[1]] #> [1] "MP_0009745<MP_0004924<MP_0005386<MP_0000001" #> #> $`abnormal behavior`$children[[2]] #> [1] "MP_0002064<MP_0004924<MP_0005386<MP_0000001" #> #> #> $`abnormal behavior`$value #> [1] "abnormal behavior" #> #> #> $`abnormal behavioral response to xenobiotic` #> $`abnormal behavioral response to xenobiotic`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0009745" #> #> $`abnormal behavioral response to xenobiotic`$`_id` #> [1] "MP_0009745<MP_0004924<MP_0005386<MP_0000001" #> #> $`abnormal behavioral response to xenobiotic`$privateGeneCount #> [1] 0 #> #> $`abnormal behavioral response to xenobiotic`$publicGeneCount #> [1] 21 #> #> $`abnormal behavioral response to xenobiotic`$urlId #> [1] "MP_0009745" #> #> $`abnormal behavioral response to xenobiotic`$dbPhenotype #> [1] FALSE #> #> $`abnormal behavioral response to xenobiotic`$`_parent` #> [1] "MP_0004924<MP_0005386<MP_0000001" #> #> $`abnormal behavioral response to xenobiotic`$`_is_leaf` #> [1] FALSE #> #> $`abnormal behavioral response to xenobiotic`$children #> $`abnormal behavioral response to xenobiotic`$children[[1]] #> [1] "MP_0002553<MP_0009745<MP_0004924<MP_0005386<MP_0000001" #> #> #> $`abnormal behavioral response to xenobiotic`$value #> [1] "abnormal behavioral response to xenobiotic" #> #> #> $`Abnormal bleeding` #> $`Abnormal bleeding`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001892" #> #> $`Abnormal bleeding`$`_id` #> [1] "HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal bleeding`$privateGeneCount #> [1] 0 #> #> $`Abnormal bleeding`$publicGeneCount #> [1] 45 #> #> $`Abnormal bleeding`$urlId #> [1] "HP_0001892" #> #> $`Abnormal bleeding`$dbPhenotype #> [1] FALSE #> #> $`Abnormal bleeding`$`_parent` #> [1] "HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal bleeding`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal bleeding`$children #> $`Abnormal bleeding`$children[[1]] #> [1] "HP_0000421<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal bleeding`$children[[2]] #> [1] "HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormal bleeding`$value #> [1] "Abnormal bleeding" #> #> #> $`Abnormal blood carbon dioxide level` #> $`Abnormal blood carbon dioxide level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0500164" #> #> $`Abnormal blood carbon dioxide level`$`_id` #> [1] "HP_0500164<HP_0012415<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal blood carbon dioxide level`$privateGeneCount #> [1] 0 #> #> $`Abnormal blood carbon dioxide level`$publicGeneCount #> [1] 3 #> #> $`Abnormal blood carbon dioxide level`$urlId #> [1] "HP_0500164" #> #> $`Abnormal blood carbon dioxide level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal blood carbon dioxide level`$`_parent` #> [1] "HP_0012415<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal blood carbon dioxide level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal blood carbon dioxide level`$children #> $`Abnormal blood carbon dioxide level`$children[[1]] #> [1] "HP_0012416<HP_0500164<HP_0012415<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Abnormal blood carbon dioxide level`$value #> [1] "Abnormal blood carbon dioxide level" #> #> #> $`Abnormal blood cation concentration` #> $`Abnormal blood cation concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010929" #> #> $`Abnormal blood cation concentration`$`_id` #> [1] "HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood cation concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal blood cation concentration`$publicGeneCount #> [1] 16 #> #> $`Abnormal blood cation concentration`$urlId #> [1] "HP_0010929" #> #> $`Abnormal blood cation concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal blood cation concentration`$`_parent` #> [1] "HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood cation concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal blood cation concentration`$children #> $`Abnormal blood cation concentration`$children[[1]] #> [1] "HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood cation concentration`$children[[2]] #> [1] "HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal blood cation concentration`$value #> [1] "Abnormal blood cation concentration" #> #> #> $`Abnormal blood gas level` #> $`Abnormal blood gas level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012415" #> #> $`Abnormal blood gas level`$`_id` #> [1] "HP_0012415<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal blood gas level`$privateGeneCount #> [1] 0 #> #> $`Abnormal blood gas level`$publicGeneCount #> [1] 3 #> #> $`Abnormal blood gas level`$urlId #> [1] "HP_0012415" #> #> $`Abnormal blood gas level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal blood gas level`$`_parent` #> [1] "HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal blood gas level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal blood gas level`$children #> $`Abnormal blood gas level`$children[[1]] #> [1] "HP_0500164<HP_0012415<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Abnormal blood gas level`$value #> [1] "Abnormal blood gas level" #> #> #> $`Abnormal blood inorganic cation concentration` #> $`Abnormal blood inorganic cation concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010927" #> #> $`Abnormal blood inorganic cation concentration`$`_id` #> [1] "HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood inorganic cation concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal blood inorganic cation concentration`$publicGeneCount #> [1] 10 #> #> $`Abnormal blood inorganic cation concentration`$urlId #> [1] "HP_0010927" #> #> $`Abnormal blood inorganic cation concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal blood inorganic cation concentration`$`_parent` #> [1] "HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood inorganic cation concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal blood inorganic cation concentration`$children #> $`Abnormal blood inorganic cation concentration`$children[[1]] #> [1] "HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood inorganic cation concentration`$children[[2]] #> [1] "HP_0004921<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal blood inorganic cation concentration`$value #> [1] "Abnormal blood inorganic cation concentration" #> #> #> $`Abnormal blood ion concentration` #> $`Abnormal blood ion concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003111" #> #> $`Abnormal blood ion concentration`$`_id` #> [1] "HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood ion concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal blood ion concentration`$publicGeneCount #> [1] 18 #> #> $`Abnormal blood ion concentration`$urlId #> [1] "HP_0003111" #> #> $`Abnormal blood ion concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal blood ion concentration`$`_parent` #> [1] "HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood ion concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal blood ion concentration`$children #> $`Abnormal blood ion concentration`$children[[1]] #> [1] "HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood ion concentration`$children[[2]] #> [1] "HP_0100529<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal blood ion concentration`$value #> [1] "Abnormal blood ion concentration" #> #> #> $`Abnormal blood monovalent inorganic cation concentration` #> $`Abnormal blood monovalent inorganic cation concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010930" #> #> $`Abnormal blood monovalent inorganic cation concentration`$`_id` #> [1] "HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood monovalent inorganic cation concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal blood monovalent inorganic cation concentration`$publicGeneCount #> [1] 7 #> #> $`Abnormal blood monovalent inorganic cation concentration`$urlId #> [1] "HP_0010930" #> #> $`Abnormal blood monovalent inorganic cation concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal blood monovalent inorganic cation concentration`$`_parent` #> [1] "HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood monovalent inorganic cation concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal blood monovalent inorganic cation concentration`$children #> $`Abnormal blood monovalent inorganic cation concentration`$children[[1]] #> [1] "HP_0011042<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood monovalent inorganic cation concentration`$children[[2]] #> [1] "HP_0010931<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal blood monovalent inorganic cation concentration`$value #> [1] "Abnormal blood monovalent inorganic cation concentration" #> #> #> $`Abnormal blood phosphate concentration` #> $`Abnormal blood phosphate concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100529" #> #> $`Abnormal blood phosphate concentration`$`_id` #> [1] "HP_0100529<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood phosphate concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal blood phosphate concentration`$publicGeneCount #> [1] 2 #> #> $`Abnormal blood phosphate concentration`$urlId #> [1] "HP_0100529" #> #> $`Abnormal blood phosphate concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal blood phosphate concentration`$`_parent` #> [1] "HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood phosphate concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal blood phosphate concentration`$children #> $`Abnormal blood phosphate concentration`$children[[1]] #> [1] "HP_0002148<HP_0100529<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal blood phosphate concentration`$value #> [1] "Abnormal blood phosphate concentration" #> #> #> $`Abnormal blood potassium concentration` #> $`Abnormal blood potassium concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011042" #> #> $`Abnormal blood potassium concentration`$`_id` #> [1] "HP_0011042<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood potassium concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal blood potassium concentration`$publicGeneCount #> [1] 1 #> #> $`Abnormal blood potassium concentration`$urlId #> [1] "HP_0011042" #> #> $`Abnormal blood potassium concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal blood potassium concentration`$`_parent` #> [1] "HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood potassium concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal blood potassium concentration`$children #> $`Abnormal blood potassium concentration`$children[[1]] #> [1] "HP_0002153<HP_0011042<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal blood potassium concentration`$value #> [1] "Abnormal blood potassium concentration" #> #> #> $`Abnormal blood sodium concentration` #> $`Abnormal blood sodium concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010931" #> #> $`Abnormal blood sodium concentration`$`_id` #> [1] "HP_0010931<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood sodium concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal blood sodium concentration`$publicGeneCount #> [1] 6 #> #> $`Abnormal blood sodium concentration`$urlId #> [1] "HP_0010931" #> #> $`Abnormal blood sodium concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal blood sodium concentration`$`_parent` #> [1] "HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood sodium concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal blood sodium concentration`$children #> $`Abnormal blood sodium concentration`$children[[1]] #> [1] "HP_0003228<HP_0010931<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal blood sodium concentration`$children[[2]] #> [1] "HP_0002902<HP_0010931<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal blood sodium concentration`$value #> [1] "Abnormal blood sodium concentration" #> #> #> $`abnormal blood vessel morphology` #> $`abnormal blood vessel morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0001614" #> #> $`abnormal blood vessel morphology`$`_id` #> [1] "MP_0001614<MP_0002127<MP_0005385<MP_0000001" #> #> $`abnormal blood vessel morphology`$privateGeneCount #> [1] 0 #> #> $`abnormal blood vessel morphology`$publicGeneCount #> [1] 1 #> #> $`abnormal blood vessel morphology`$urlId #> [1] "MP_0001614" #> #> $`abnormal blood vessel morphology`$dbPhenotype #> [1] TRUE #> #> $`abnormal blood vessel morphology`$`_parent` #> [1] "MP_0002127<MP_0005385<MP_0000001" #> #> $`abnormal blood vessel morphology`$`_is_leaf` #> [1] TRUE #> #> $`abnormal blood vessel morphology`$children #> list() #> #> $`abnormal blood vessel morphology`$value #> [1] "abnormal blood vessel morphology" #> #> #> $`Abnormal bone ossification` #> $`Abnormal bone ossification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011849" #> #> $`Abnormal bone ossification`$`_id` #> [1] "HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal bone ossification`$privateGeneCount #> [1] 0 #> #> $`Abnormal bone ossification`$publicGeneCount #> [1] 4 #> #> $`Abnormal bone ossification`$urlId #> [1] "HP_0011849" #> #> $`Abnormal bone ossification`$dbPhenotype #> [1] FALSE #> #> $`Abnormal bone ossification`$`_parent` #> [1] "HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal bone ossification`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal bone ossification`$children #> $`Abnormal bone ossification`$children[[1]] #> [1] "HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal bone ossification`$children[[2]] #> [1] "HP_0011986<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal bone ossification`$value #> [1] "Abnormal bone ossification" #> #> #> $`Abnormal bone structure` #> $`Abnormal bone structure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003330" #> #> $`Abnormal bone structure`$`_id` #> [1] "HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal bone structure`$privateGeneCount #> [1] 0 #> #> $`Abnormal bone structure`$publicGeneCount #> [1] 14 #> #> $`Abnormal bone structure`$urlId #> [1] "HP_0003330" #> #> $`Abnormal bone structure`$dbPhenotype #> [1] FALSE #> #> $`Abnormal bone structure`$`_parent` #> [1] "HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal bone structure`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal bone structure`$children #> $`Abnormal bone structure`$children[[1]] #> [1] "HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal bone structure`$children[[2]] #> [1] "HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal bone structure`$value #> [1] "Abnormal bone structure" #> #> #> $`abnormal brain development` #> $`abnormal brain development`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0000913" #> #> $`abnormal brain development`$`_id` #> [1] "MP_0000913<MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal brain development`$privateGeneCount #> [1] 0 #> #> $`abnormal brain development`$publicGeneCount #> [1] 1 #> #> $`abnormal brain development`$urlId #> [1] "MP_0000913" #> #> $`abnormal brain development`$dbPhenotype #> [1] TRUE #> #> $`abnormal brain development`$`_parent` #> [1] "MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal brain development`$`_is_leaf` #> [1] TRUE #> #> $`abnormal brain development`$children #> list() #> #> $`abnormal brain development`$value #> [1] "abnormal brain development" #> #> #> $`abnormal brain development` #> $`abnormal brain development`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0000913" #> #> $`abnormal brain development`$`_id` #> [1] "MP_0000913<MP_0003861<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal brain development`$privateGeneCount #> [1] 0 #> #> $`abnormal brain development`$publicGeneCount #> [1] 1 #> #> $`abnormal brain development`$urlId #> [1] "MP_0000913" #> #> $`abnormal brain development`$dbPhenotype #> [1] TRUE #> #> $`abnormal brain development`$`_parent` #> [1] "MP_0003861<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal brain development`$`_is_leaf` #> [1] TRUE #> #> $`abnormal brain development`$children #> list() #> #> $`abnormal brain development`$value #> [1] "abnormal brain development" #> #> #> $`abnormal brain morphology` #> $`abnormal brain morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002152" #> #> $`abnormal brain morphology`$`_id` #> [1] "MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal brain morphology`$privateGeneCount #> [1] 0 #> #> $`abnormal brain morphology`$publicGeneCount #> [1] 2 #> #> $`abnormal brain morphology`$urlId #> [1] "MP_0002152" #> #> $`abnormal brain morphology`$dbPhenotype #> [1] FALSE #> #> $`abnormal brain morphology`$`_parent` #> [1] "MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal brain morphology`$`_is_leaf` #> [1] FALSE #> #> $`abnormal brain morphology`$children #> $`abnormal brain morphology`$children[[1]] #> [1] "MP_0000913<MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal brain morphology`$children[[2]] #> [1] "MP_0000771<MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> #> $`abnormal brain morphology`$value #> [1] "abnormal brain morphology" #> #> #> $`abnormal brain size` #> $`abnormal brain size`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0000771" #> #> $`abnormal brain size`$`_id` #> [1] "MP_0000771<MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal brain size`$privateGeneCount #> [1] 0 #> #> $`abnormal brain size`$publicGeneCount #> [1] 1 #> #> $`abnormal brain size`$urlId #> [1] "MP_0000771" #> #> $`abnormal brain size`$dbPhenotype #> [1] FALSE #> #> $`abnormal brain size`$`_parent` #> [1] "MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal brain size`$`_is_leaf` #> [1] FALSE #> #> $`abnormal brain size`$children #> $`abnormal brain size`$children[[1]] #> [1] "MP_0000774<MP_0000771<MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> #> $`abnormal brain size`$value #> [1] "abnormal brain size" #> #> #> $`Abnormal breast physiology` #> $`Abnormal breast physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031094" #> #> $`Abnormal breast physiology`$`_id` #> [1] "HP_0031094<HP_0000769<HP_0000118<HP_0000001" #> #> $`Abnormal breast physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal breast physiology`$publicGeneCount #> [1] 1 #> #> $`Abnormal breast physiology`$urlId #> [1] "HP_0031094" #> #> $`Abnormal breast physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal breast physiology`$`_parent` #> [1] "HP_0000769<HP_0000118<HP_0000001" #> #> $`Abnormal breast physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal breast physiology`$children #> $`Abnormal breast physiology`$children[[1]] #> [1] "HP_0100829<HP_0031094<HP_0000769<HP_0000118<HP_0000001" #> #> #> $`Abnormal breast physiology`$value #> [1] "Abnormal breast physiology" #> #> #> $`Abnormal cardiac atrium morphology` #> $`Abnormal cardiac atrium morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005120" #> #> $`Abnormal cardiac atrium morphology`$`_id` #> [1] "HP_0005120<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiac atrium morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cardiac atrium morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal cardiac atrium morphology`$urlId #> [1] "HP_0005120" #> #> $`Abnormal cardiac atrium morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cardiac atrium morphology`$`_parent` #> [1] "HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiac atrium morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cardiac atrium morphology`$children #> $`Abnormal cardiac atrium morphology`$children[[1]] #> [1] "HP_0011535<HP_0005120<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal cardiac atrium morphology`$value #> [1] "Abnormal cardiac atrium morphology" #> #> #> $`Abnormal cardiac ventricle morphology` #> $`Abnormal cardiac ventricle morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001713" #> #> $`Abnormal cardiac ventricle morphology`$`_id` #> [1] "HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiac ventricle morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cardiac ventricle morphology`$publicGeneCount #> [1] 48 #> #> $`Abnormal cardiac ventricle morphology`$urlId #> [1] "HP_0001713" #> #> $`Abnormal cardiac ventricle morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cardiac ventricle morphology`$`_parent` #> [1] "HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiac ventricle morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cardiac ventricle morphology`$children #> $`Abnormal cardiac ventricle morphology`$children[[1]] #> [1] "HP_0001711<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiac ventricle morphology`$children[[2]] #> [1] "HP_0001707<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiac ventricle morphology`$children[[3]] #> [1] "HP_0001714<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal cardiac ventricle morphology`$value #> [1] "Abnormal cardiac ventricle morphology" #> #> #> $`abnormal cardiovascular system morphology` #> $`abnormal cardiovascular system morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002127" #> #> $`abnormal cardiovascular system morphology`$`_id` #> [1] "MP_0002127<MP_0005385<MP_0000001" #> #> $`abnormal cardiovascular system morphology`$privateGeneCount #> [1] 0 #> #> $`abnormal cardiovascular system morphology`$publicGeneCount #> [1] 1 #> #> $`abnormal cardiovascular system morphology`$urlId #> [1] "MP_0002127" #> #> $`abnormal cardiovascular system morphology`$dbPhenotype #> [1] FALSE #> #> $`abnormal cardiovascular system morphology`$`_parent` #> [1] "MP_0005385<MP_0000001" #> #> $`abnormal cardiovascular system morphology`$`_is_leaf` #> [1] FALSE #> #> $`abnormal cardiovascular system morphology`$children #> $`abnormal cardiovascular system morphology`$children[[1]] #> [1] "MP_0001614<MP_0002127<MP_0005385<MP_0000001" #> #> #> $`abnormal cardiovascular system morphology`$value #> [1] "abnormal cardiovascular system morphology" #> #> #> $`Abnormal cardiovascular system physiology` #> $`Abnormal cardiovascular system physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011025" #> #> $`Abnormal cardiovascular system physiology`$`_id` #> [1] "HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiovascular system physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cardiovascular system physiology`$publicGeneCount #> [1] 221 #> #> $`Abnormal cardiovascular system physiology`$urlId #> [1] "HP_0011025" #> #> $`Abnormal cardiovascular system physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cardiovascular system physiology`$`_parent` #> [1] "HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiovascular system physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cardiovascular system physiology`$children #> $`Abnormal cardiovascular system physiology`$children[[1]] #> [1] "HP_0030972<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiovascular system physiology`$children[[2]] #> [1] "HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiovascular system physiology`$children[[3]] #> [1] "HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiovascular system physiology`$children[[4]] #> [1] "HP_0001681<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cardiovascular system physiology`$children[[5]] #> [1] "HP_0001279<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal cardiovascular system physiology`$value #> [1] "Abnormal cardiovascular system physiology" #> #> #> $`Abnormal cellular immune system morphology` #> $`Abnormal cellular immune system morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010987" #> #> $`Abnormal cellular immune system morphology`$`_id` #> [1] "HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal cellular immune system morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cellular immune system morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal cellular immune system morphology`$urlId #> [1] "HP_0010987" #> #> $`Abnormal cellular immune system morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cellular immune system morphology`$`_parent` #> [1] "HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal cellular immune system morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cellular immune system morphology`$children #> $`Abnormal cellular immune system morphology`$children[[1]] #> [1] "HP_0001881<HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormal cellular immune system morphology`$value #> [1] "Abnormal cellular immune system morphology" #> #> #> $`Abnormal cellular phenotype` #> $`Abnormal cellular phenotype`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025354" #> #> $`Abnormal cellular phenotype`$`_id` #> [1] "HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormal cellular phenotype`$privateGeneCount #> [1] 0 #> #> $`Abnormal cellular phenotype`$publicGeneCount #> [1] 8 #> #> $`Abnormal cellular phenotype`$urlId #> [1] "HP_0025354" #> #> $`Abnormal cellular phenotype`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cellular phenotype`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormal cellular phenotype`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cellular phenotype`$children #> $`Abnormal cellular phenotype`$children[[1]] #> [1] "HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> #> $`Abnormal cellular phenotype`$value #> [1] "Abnormal cellular phenotype" #> #> #> $`Abnormal cellular physiology` #> $`Abnormal cellular physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011017" #> #> $`Abnormal cellular physiology`$`_id` #> [1] "HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal cellular physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cellular physiology`$publicGeneCount #> [1] 8 #> #> $`Abnormal cellular physiology`$urlId #> [1] "HP_0011017" #> #> $`Abnormal cellular physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cellular physiology`$`_parent` #> [1] "HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal cellular physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cellular physiology`$children #> $`Abnormal cellular physiology`$children[[1]] #> [1] "HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal cellular physiology`$children[[2]] #> [1] "HP_0002916<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal cellular physiology`$children[[3]] #> [1] "HP_0003220<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal cellular physiology`$children[[4]] #> [1] "HP_0004356<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal cellular physiology`$value #> [1] "Abnormal cellular physiology" #> #> #> $`Abnormal cellular physiology` #> $`Abnormal cellular physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011017" #> #> $`Abnormal cellular physiology`$`_id` #> [1] "HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormal cellular physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cellular physiology`$publicGeneCount #> [1] 8 #> #> $`Abnormal cellular physiology`$urlId #> [1] "HP_0011017" #> #> $`Abnormal cellular physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cellular physiology`$`_parent` #> [1] "HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormal cellular physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cellular physiology`$children #> $`Abnormal cellular physiology`$children[[1]] #> [1] "HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormal cellular physiology`$children[[2]] #> [1] "HP_0002916<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormal cellular physiology`$children[[3]] #> [1] "HP_0003220<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormal cellular physiology`$children[[4]] #> [1] "HP_0004356<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> #> $`Abnormal cellular physiology`$value #> [1] "Abnormal cellular physiology" #> #> #> $`Abnormal central motor function` #> $`Abnormal central motor function`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011442" #> #> $`Abnormal central motor function`$`_id` #> [1] "HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal central motor function`$privateGeneCount #> [1] 0 #> #> $`Abnormal central motor function`$publicGeneCount #> [1] 59 #> #> $`Abnormal central motor function`$urlId #> [1] "HP_0011442" #> #> $`Abnormal central motor function`$dbPhenotype #> [1] FALSE #> #> $`Abnormal central motor function`$`_parent` #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal central motor function`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal central motor function`$children #> $`Abnormal central motor function`$children[[1]] #> [1] "HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal central motor function`$children[[2]] #> [1] "HP_0002071<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal central motor function`$children[[3]] #> [1] "HP_0002524<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal central motor function`$children[[4]] #> [1] "HP_0003470<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal central motor function`$children[[5]] #> [1] "HP_0002063<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal central motor function`$children[[6]] #> [1] "HP_0000473<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal central motor function`$children[[7]] #> [1] "HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal central motor function`$value #> [1] "Abnormal central motor function" #> #> #> $`Abnormal cerebellum morphology` #> $`Abnormal cerebellum morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001317" #> #> $`Abnormal cerebellum morphology`$`_id` #> [1] "HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebellum morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cerebellum morphology`$publicGeneCount #> [1] 6 #> #> $`Abnormal cerebellum morphology`$urlId #> [1] "HP_0001317" #> #> $`Abnormal cerebellum morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cerebellum morphology`$`_parent` #> [1] "HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebellum morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cerebellum morphology`$children #> $`Abnormal cerebellum morphology`$children[[1]] #> [1] "HP_0001272<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebellum morphology`$children[[2]] #> [1] "HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal cerebellum morphology`$value #> [1] "Abnormal cerebellum morphology" #> #> #> $`Abnormal cerebral artery morphology` #> $`Abnormal cerebral artery morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009145" #> #> $`Abnormal cerebral artery morphology`$`_id` #> [1] "HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cerebral artery morphology`$publicGeneCount #> [1] 4 #> #> $`Abnormal cerebral artery morphology`$urlId #> [1] "HP_0009145" #> #> $`Abnormal cerebral artery morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cerebral artery morphology`$`_parent` #> [1] "HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cerebral artery morphology`$children #> $`Abnormal cerebral artery morphology`$children[[1]] #> [1] "HP_0002637<HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$children[[2]] #> [1] "HP_0004944<HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal cerebral artery morphology`$value #> [1] "Abnormal cerebral artery morphology" #> #> #> $`Abnormal cerebral artery morphology` #> $`Abnormal cerebral artery morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009145" #> #> $`Abnormal cerebral artery morphology`$`_id` #> [1] "HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cerebral artery morphology`$publicGeneCount #> [1] 4 #> #> $`Abnormal cerebral artery morphology`$urlId #> [1] "HP_0009145" #> #> $`Abnormal cerebral artery morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cerebral artery morphology`$`_parent` #> [1] "HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cerebral artery morphology`$children #> $`Abnormal cerebral artery morphology`$children[[1]] #> [1] "HP_0002637<HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$children[[2]] #> [1] "HP_0004944<HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal cerebral artery morphology`$value #> [1] "Abnormal cerebral artery morphology" #> #> #> $`Abnormal cerebral artery morphology` #> $`Abnormal cerebral artery morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009145" #> #> $`Abnormal cerebral artery morphology`$`_id` #> [1] "HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cerebral artery morphology`$publicGeneCount #> [1] 4 #> #> $`Abnormal cerebral artery morphology`$urlId #> [1] "HP_0009145" #> #> $`Abnormal cerebral artery morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cerebral artery morphology`$`_parent` #> [1] "HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cerebral artery morphology`$children #> $`Abnormal cerebral artery morphology`$children[[1]] #> [1] "HP_0002637<HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$children[[2]] #> [1] "HP_0004944<HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal cerebral artery morphology`$value #> [1] "Abnormal cerebral artery morphology" #> #> #> $`Abnormal cerebral artery morphology` #> $`Abnormal cerebral artery morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009145" #> #> $`Abnormal cerebral artery morphology`$`_id` #> [1] "HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cerebral artery morphology`$publicGeneCount #> [1] 4 #> #> $`Abnormal cerebral artery morphology`$urlId #> [1] "HP_0009145" #> #> $`Abnormal cerebral artery morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cerebral artery morphology`$`_parent` #> [1] "HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cerebral artery morphology`$children #> $`Abnormal cerebral artery morphology`$children[[1]] #> [1] "HP_0002637<HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral artery morphology`$children[[2]] #> [1] "HP_0004944<HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal cerebral artery morphology`$value #> [1] "Abnormal cerebral artery morphology" #> #> #> $`Abnormal cerebral morphology` #> $`Abnormal cerebral morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002060" #> #> $`Abnormal cerebral morphology`$`_id` #> [1] "HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cerebral morphology`$publicGeneCount #> [1] 30 #> #> $`Abnormal cerebral morphology`$urlId #> [1] "HP_0002060" #> #> $`Abnormal cerebral morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cerebral morphology`$`_parent` #> [1] "HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cerebral morphology`$children #> $`Abnormal cerebral morphology`$children[[1]] #> [1] "HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral morphology`$children[[2]] #> [1] "HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral morphology`$children[[3]] #> [1] "HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral morphology`$children[[4]] #> [1] "HP_0002514<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral morphology`$children[[5]] #> [1] "HP_0002352<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral morphology`$children[[6]] #> [1] "HP_0002132<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cerebral morphology`$children[[7]] #> [1] "HP_0010636<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal cerebral morphology`$value #> [1] "Abnormal cerebral morphology" #> #> #> $`Abnormal chorioretinal morphology` #> $`Abnormal chorioretinal morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000532" #> #> $`Abnormal chorioretinal morphology`$`_id` #> [1] "HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal chorioretinal morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal chorioretinal morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal chorioretinal morphology`$urlId #> [1] "HP_0000532" #> #> $`Abnormal chorioretinal morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal chorioretinal morphology`$`_parent` #> [1] "HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal chorioretinal morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal chorioretinal morphology`$children #> $`Abnormal chorioretinal morphology`$children[[1]] #> [1] "HP_0200065<HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal chorioretinal morphology`$value #> [1] "Abnormal chorioretinal morphology" #> #> #> $`Abnormal chorioretinal morphology` #> $`Abnormal chorioretinal morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000532" #> #> $`Abnormal chorioretinal morphology`$`_id` #> [1] "HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal chorioretinal morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal chorioretinal morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal chorioretinal morphology`$urlId #> [1] "HP_0000532" #> #> $`Abnormal chorioretinal morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal chorioretinal morphology`$`_parent` #> [1] "HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal chorioretinal morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal chorioretinal morphology`$children #> $`Abnormal chorioretinal morphology`$children[[1]] #> [1] "HP_0200065<HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal chorioretinal morphology`$value #> [1] "Abnormal chorioretinal morphology" #> #> #> $`Abnormal chorioretinal morphology` #> $`Abnormal chorioretinal morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000532" #> #> $`Abnormal chorioretinal morphology`$`_id` #> [1] "HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal chorioretinal morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal chorioretinal morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal chorioretinal morphology`$urlId #> [1] "HP_0000532" #> #> $`Abnormal chorioretinal morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal chorioretinal morphology`$`_parent` #> [1] "HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal chorioretinal morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal chorioretinal morphology`$children #> $`Abnormal chorioretinal morphology`$children[[1]] #> [1] "HP_0200065<HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal chorioretinal morphology`$value #> [1] "Abnormal chorioretinal morphology" #> #> #> $`Abnormal choroid morphology` #> $`Abnormal choroid morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000610" #> #> $`Abnormal choroid morphology`$`_id` #> [1] "HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal choroid morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal choroid morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal choroid morphology`$urlId #> [1] "HP_0000610" #> #> $`Abnormal choroid morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal choroid morphology`$`_parent` #> [1] "HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal choroid morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal choroid morphology`$children #> $`Abnormal choroid morphology`$children[[1]] #> [1] "HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal choroid morphology`$value #> [1] "Abnormal choroid morphology" #> #> #> $`Abnormal choroid morphology` #> $`Abnormal choroid morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000610" #> #> $`Abnormal choroid morphology`$`_id` #> [1] "HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal choroid morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal choroid morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal choroid morphology`$urlId #> [1] "HP_0000610" #> #> $`Abnormal choroid morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal choroid morphology`$`_parent` #> [1] "HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal choroid morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal choroid morphology`$children #> $`Abnormal choroid morphology`$children[[1]] #> [1] "HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal choroid morphology`$value #> [1] "Abnormal choroid morphology" #> #> #> $`Abnormal circulating aromatic amino acid concentration` #> $`Abnormal circulating aromatic amino acid concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004338" #> #> $`Abnormal circulating aromatic amino acid concentration`$`_id` #> [1] "HP_0004338<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating aromatic amino acid concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating aromatic amino acid concentration`$publicGeneCount #> [1] 4 #> #> $`Abnormal circulating aromatic amino acid concentration`$urlId #> [1] "HP_0004338" #> #> $`Abnormal circulating aromatic amino acid concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating aromatic amino acid concentration`$`_parent` #> [1] "HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating aromatic amino acid concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating aromatic amino acid concentration`$children #> $`Abnormal circulating aromatic amino acid concentration`$children[[1]] #> [1] "HP_0010893<HP_0004338<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating aromatic amino acid concentration`$value #> [1] "Abnormal circulating aromatic amino acid concentration" #> #> #> $`Abnormal circulating calcium concentration` #> $`Abnormal circulating calcium concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004363" #> #> $`Abnormal circulating calcium concentration`$`_id` #> [1] "HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating calcium concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating calcium concentration`$publicGeneCount #> [1] 5 #> #> $`Abnormal circulating calcium concentration`$urlId #> [1] "HP_0004363" #> #> $`Abnormal circulating calcium concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating calcium concentration`$`_parent` #> [1] "HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating calcium concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating calcium concentration`$children #> $`Abnormal circulating calcium concentration`$children[[1]] #> [1] "HP_0003072<HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating calcium concentration`$children[[2]] #> [1] "HP_0002901<HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating calcium concentration`$value #> [1] "Abnormal circulating calcium concentration" #> #> #> $`Abnormal circulating carboxylic acid concentration` #> $`Abnormal circulating carboxylic acid concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004354" #> #> $`Abnormal circulating carboxylic acid concentration`$`_id` #> [1] "HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating carboxylic acid concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating carboxylic acid concentration`$publicGeneCount #> [1] 7 #> #> $`Abnormal circulating carboxylic acid concentration`$urlId #> [1] "HP_0004354" #> #> $`Abnormal circulating carboxylic acid concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating carboxylic acid concentration`$`_parent` #> [1] "HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating carboxylic acid concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating carboxylic acid concentration`$children #> $`Abnormal circulating carboxylic acid concentration`$children[[1]] #> [1] "HP_0010995<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating carboxylic acid concentration`$children[[2]] #> [1] "HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating carboxylic acid concentration`$value #> [1] "Abnormal circulating carboxylic acid concentration" #> #> #> $`Abnormal circulating cholesterol concentration` #> $`Abnormal circulating cholesterol concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003107" #> #> $`Abnormal circulating cholesterol concentration`$`_id` #> [1] "HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating cholesterol concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating cholesterol concentration`$publicGeneCount #> [1] 46 #> #> $`Abnormal circulating cholesterol concentration`$urlId #> [1] "HP_0003107" #> #> $`Abnormal circulating cholesterol concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating cholesterol concentration`$`_parent` #> [1] "HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating cholesterol concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating cholesterol concentration`$children #> $`Abnormal circulating cholesterol concentration`$children[[1]] #> [1] "HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating cholesterol concentration`$children[[2]] #> [1] "HP_0003124<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating cholesterol concentration`$value #> [1] "Abnormal circulating cholesterol concentration" #> #> #> $`Abnormal circulating creatine kinase concentration` #> $`Abnormal circulating creatine kinase concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040081" #> #> $`Abnormal circulating creatine kinase concentration`$`_id` #> [1] "HP_0040081<HP_0011021<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating creatine kinase concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating creatine kinase concentration`$publicGeneCount #> [1] 1 #> #> $`Abnormal circulating creatine kinase concentration`$urlId #> [1] "HP_0040081" #> #> $`Abnormal circulating creatine kinase concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating creatine kinase concentration`$`_parent` #> [1] "HP_0011021<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating creatine kinase concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating creatine kinase concentration`$children #> $`Abnormal circulating creatine kinase concentration`$children[[1]] #> [1] "HP_0003236<HP_0040081<HP_0011021<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating creatine kinase concentration`$value #> [1] "Abnormal circulating creatine kinase concentration" #> #> #> $`Abnormal circulating creatinine level` #> $`Abnormal circulating creatinine level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012100" #> #> $`Abnormal circulating creatinine level`$`_id` #> [1] "HP_0012100<HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating creatinine level`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating creatinine level`$publicGeneCount #> [1] 1 #> #> $`Abnormal circulating creatinine level`$urlId #> [1] "HP_0012100" #> #> $`Abnormal circulating creatinine level`$dbPhenotype #> [1] TRUE #> #> $`Abnormal circulating creatinine level`$`_parent` #> [1] "HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating creatinine level`$`_is_leaf` #> [1] TRUE #> #> $`Abnormal circulating creatinine level`$children #> list() #> #> $`Abnormal circulating creatinine level`$value #> [1] "Abnormal circulating creatinine level" #> #> #> $`Abnormal circulating dicarboxylic acid concentration` #> $`Abnormal circulating dicarboxylic acid concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010995" #> #> $`Abnormal circulating dicarboxylic acid concentration`$`_id` #> [1] "HP_0010995<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating dicarboxylic acid concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating dicarboxylic acid concentration`$publicGeneCount #> [1] 1 #> #> $`Abnormal circulating dicarboxylic acid concentration`$urlId #> [1] "HP_0010995" #> #> $`Abnormal circulating dicarboxylic acid concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating dicarboxylic acid concentration`$`_parent` #> [1] "HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating dicarboxylic acid concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating dicarboxylic acid concentration`$children #> $`Abnormal circulating dicarboxylic acid concentration`$children[[1]] #> [1] "HP_0002912<HP_0010995<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating dicarboxylic acid concentration`$value #> [1] "Abnormal circulating dicarboxylic acid concentration" #> #> #> $`Abnormal circulating glutamine family amino acid concentration` #> $`Abnormal circulating glutamine family amino acid concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010902" #> #> $`Abnormal circulating glutamine family amino acid concentration`$`_id` #> [1] "HP_0010902<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating glutamine family amino acid concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating glutamine family amino acid concentration`$publicGeneCount #> [1] 2 #> #> $`Abnormal circulating glutamine family amino acid concentration`$urlId #> [1] "HP_0010902" #> #> $`Abnormal circulating glutamine family amino acid concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating glutamine family amino acid concentration`$`_parent` #> [1] "HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating glutamine family amino acid concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating glutamine family amino acid concentration`$children #> $`Abnormal circulating glutamine family amino acid concentration`$children[[1]] #> [1] "HP_0010907<HP_0010902<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating glutamine family amino acid concentration`$value #> [1] "Abnormal circulating glutamine family amino acid concentration" #> #> #> $`Abnormal circulating hormone level` #> $`Abnormal circulating hormone level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003117" #> #> $`Abnormal circulating hormone level`$`_id` #> [1] "HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormal circulating hormone level`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating hormone level`$publicGeneCount #> [1] 6 #> #> $`Abnormal circulating hormone level`$urlId #> [1] "HP_0003117" #> #> $`Abnormal circulating hormone level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating hormone level`$`_parent` #> [1] "HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormal circulating hormone level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating hormone level`$children #> $`Abnormal circulating hormone level`$children[[1]] #> [1] "HP_0032367<HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating hormone level`$value #> [1] "Abnormal circulating hormone level" #> #> #> $`Abnormal circulating lipid concentration` #> $`Abnormal circulating lipid concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003119" #> #> $`Abnormal circulating lipid concentration`$`_id` #> [1] "HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating lipid concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating lipid concentration`$publicGeneCount #> [1] 70 #> #> $`Abnormal circulating lipid concentration`$urlId #> [1] "HP_0003119" #> #> $`Abnormal circulating lipid concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating lipid concentration`$`_parent` #> [1] "HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating lipid concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating lipid concentration`$children #> $`Abnormal circulating lipid concentration`$children[[1]] #> [1] "HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating lipid concentration`$children[[2]] #> [1] "HP_0003077<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating lipid concentration`$value #> [1] "Abnormal circulating lipid concentration" #> #> #> $`Abnormal circulating metabolite concentration` #> $`Abnormal circulating metabolite concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032180" #> #> $`Abnormal circulating metabolite concentration`$`_id` #> [1] "HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating metabolite concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating metabolite concentration`$publicGeneCount #> [1] 112 #> #> $`Abnormal circulating metabolite concentration`$urlId #> [1] "HP_0032180" #> #> $`Abnormal circulating metabolite concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating metabolite concentration`$`_parent` #> [1] "HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating metabolite concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating metabolite concentration`$children #> $`Abnormal circulating metabolite concentration`$children[[1]] #> [1] "HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating metabolite concentration`$children[[2]] #> [1] "HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating metabolite concentration`$children[[3]] #> [1] "HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating metabolite concentration`$children[[4]] #> [1] "HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating metabolite concentration`$children[[5]] #> [1] "HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating metabolite concentration`$value #> [1] "Abnormal circulating metabolite concentration" #> #> #> $`Abnormal circulating nitrogen compound concentration` #> $`Abnormal circulating nitrogen compound concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004364" #> #> $`Abnormal circulating nitrogen compound concentration`$`_id` #> [1] "HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating nitrogen compound concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating nitrogen compound concentration`$publicGeneCount #> [1] 11 #> #> $`Abnormal circulating nitrogen compound concentration`$urlId #> [1] "HP_0004364" #> #> $`Abnormal circulating nitrogen compound concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating nitrogen compound concentration`$`_parent` #> [1] "HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating nitrogen compound concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating nitrogen compound concentration`$children #> $`Abnormal circulating nitrogen compound concentration`$children[[1]] #> [1] "HP_0012100<HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating nitrogen compound concentration`$children[[2]] #> [1] "HP_0002157<HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating nitrogen compound concentration`$value #> [1] "Abnormal circulating nitrogen compound concentration" #> #> #> $`Abnormal circulating phenylalanine concentration` #> $`Abnormal circulating phenylalanine concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010893" #> #> $`Abnormal circulating phenylalanine concentration`$`_id` #> [1] "HP_0010893<HP_0004338<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating phenylalanine concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating phenylalanine concentration`$publicGeneCount #> [1] 4 #> #> $`Abnormal circulating phenylalanine concentration`$urlId #> [1] "HP_0010893" #> #> $`Abnormal circulating phenylalanine concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating phenylalanine concentration`$`_parent` #> [1] "HP_0004338<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating phenylalanine concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating phenylalanine concentration`$children #> $`Abnormal circulating phenylalanine concentration`$children[[1]] #> [1] "HP_0004923<HP_0010893<HP_0004338<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating phenylalanine concentration`$value #> [1] "Abnormal circulating phenylalanine concentration" #> #> #> $`Abnormal circulating proline concentration` #> $`Abnormal circulating proline concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010907" #> #> $`Abnormal circulating proline concentration`$`_id` #> [1] "HP_0010907<HP_0010902<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating proline concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating proline concentration`$publicGeneCount #> [1] 2 #> #> $`Abnormal circulating proline concentration`$urlId #> [1] "HP_0010907" #> #> $`Abnormal circulating proline concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating proline concentration`$`_parent` #> [1] "HP_0010902<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating proline concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating proline concentration`$children #> $`Abnormal circulating proline concentration`$children[[1]] #> [1] "HP_0008358<HP_0010907<HP_0010902<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating proline concentration`$value #> [1] "Abnormal circulating proline concentration" #> #> #> $`Abnormal circulating protein level` #> $`Abnormal circulating protein level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010876" #> #> $`Abnormal circulating protein level`$`_id` #> [1] "HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating protein level`$privateGeneCount #> [1] 0 #> #> $`Abnormal circulating protein level`$publicGeneCount #> [1] 6 #> #> $`Abnormal circulating protein level`$urlId #> [1] "HP_0010876" #> #> $`Abnormal circulating protein level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal circulating protein level`$`_parent` #> [1] "HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating protein level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal circulating protein level`$children #> $`Abnormal circulating protein level`$children[[1]] #> [1] "HP_0012116<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating protein level`$children[[2]] #> [1] "HP_0011021<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating protein level`$children[[3]] #> [1] "HP_0005559<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal circulating protein level`$children[[4]] #> [1] "HP_0003075<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal circulating protein level`$value #> [1] "Abnormal circulating protein level" #> #> #> $`Abnormal CNS myelination` #> $`Abnormal CNS myelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011400" #> #> $`Abnormal CNS myelination`$`_id` #> [1] "HP_0011400<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal CNS myelination`$privateGeneCount #> [1] 0 #> #> $`Abnormal CNS myelination`$publicGeneCount #> [1] 3 #> #> $`Abnormal CNS myelination`$urlId #> [1] "HP_0011400" #> #> $`Abnormal CNS myelination`$dbPhenotype #> [1] TRUE #> #> $`Abnormal CNS myelination`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal CNS myelination`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal CNS myelination`$children #> $`Abnormal CNS myelination`$children[[1]] #> [1] "HP_0003429<HP_0011400<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal CNS myelination`$children[[2]] #> [1] "HP_0002188<HP_0011400<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal CNS myelination`$value #> [1] "Abnormal CNS myelination" #> #> #> $`Abnormal CNS myelination` #> $`Abnormal CNS myelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011400" #> #> $`Abnormal CNS myelination`$`_id` #> [1] "HP_0011400<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal CNS myelination`$privateGeneCount #> [1] 0 #> #> $`Abnormal CNS myelination`$publicGeneCount #> [1] 3 #> #> $`Abnormal CNS myelination`$urlId #> [1] "HP_0011400" #> #> $`Abnormal CNS myelination`$dbPhenotype #> [1] TRUE #> #> $`Abnormal CNS myelination`$`_parent` #> [1] "HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal CNS myelination`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal CNS myelination`$children #> $`Abnormal CNS myelination`$children[[1]] #> [1] "HP_0003429<HP_0011400<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal CNS myelination`$children[[2]] #> [1] "HP_0002188<HP_0011400<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal CNS myelination`$value #> [1] "Abnormal CNS myelination" #> #> #> $`Abnormal connection of the cardiac segments` #> $`Abnormal connection of the cardiac segments`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011545" #> #> $`Abnormal connection of the cardiac segments`$`_id` #> [1] "HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal connection of the cardiac segments`$privateGeneCount #> [1] 0 #> #> $`Abnormal connection of the cardiac segments`$publicGeneCount #> [1] 5 #> #> $`Abnormal connection of the cardiac segments`$urlId #> [1] "HP_0011545" #> #> $`Abnormal connection of the cardiac segments`$dbPhenotype #> [1] FALSE #> #> $`Abnormal connection of the cardiac segments`$`_parent` #> [1] "HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal connection of the cardiac segments`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal connection of the cardiac segments`$children #> $`Abnormal connection of the cardiac segments`$children[[1]] #> [1] "HP_0011563<HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal connection of the cardiac segments`$value #> [1] "Abnormal connection of the cardiac segments" #> #> #> $`Abnormal consumption behavior` #> $`Abnormal consumption behavior`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040202" #> #> $`Abnormal consumption behavior`$`_id` #> [1] "HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal consumption behavior`$privateGeneCount #> [1] 0 #> #> $`Abnormal consumption behavior`$publicGeneCount #> [1] 6 #> #> $`Abnormal consumption behavior`$urlId #> [1] "HP_0040202" #> #> $`Abnormal consumption behavior`$dbPhenotype #> [1] FALSE #> #> $`Abnormal consumption behavior`$`_parent` #> [1] "HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal consumption behavior`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal consumption behavior`$children #> $`Abnormal consumption behavior`$children[[1]] #> [1] "HP_0030082<HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal consumption behavior`$children[[2]] #> [1] "HP_0100738<HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal consumption behavior`$value #> [1] "Abnormal consumption behavior" #> #> #> $`Abnormal cornea morphology` #> $`Abnormal cornea morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000481" #> #> $`Abnormal cornea morphology`$`_id` #> [1] "HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal cornea morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal cornea morphology`$publicGeneCount #> [1] 4 #> #> $`Abnormal cornea morphology`$urlId #> [1] "HP_0000481" #> #> $`Abnormal cornea morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cornea morphology`$`_parent` #> [1] "HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal cornea morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cornea morphology`$children #> $`Abnormal cornea morphology`$children[[1]] #> [1] "HP_0011492<HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal cornea morphology`$children[[2]] #> [1] "HP_0007957<HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal cornea morphology`$value #> [1] "Abnormal cornea morphology" #> #> #> $`Abnormal corpus callosum morphology` #> $`Abnormal corpus callosum morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001273" #> #> $`Abnormal corpus callosum morphology`$`_id` #> [1] "HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal corpus callosum morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal corpus callosum morphology`$publicGeneCount #> [1] 3 #> #> $`Abnormal corpus callosum morphology`$urlId #> [1] "HP_0001273" #> #> $`Abnormal corpus callosum morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal corpus callosum morphology`$`_parent` #> [1] "HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal corpus callosum morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal corpus callosum morphology`$children #> $`Abnormal corpus callosum morphology`$children[[1]] #> [1] "HP_0007370<HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal corpus callosum morphology`$value #> [1] "Abnormal corpus callosum morphology" #> #> #> $`Abnormal cortical gyration` #> $`Abnormal cortical gyration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002536" #> #> $`Abnormal cortical gyration`$`_id` #> [1] "HP_0002536<HP_0002269<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cortical gyration`$privateGeneCount #> [1] 0 #> #> $`Abnormal cortical gyration`$publicGeneCount #> [1] 3 #> #> $`Abnormal cortical gyration`$urlId #> [1] "HP_0002536" #> #> $`Abnormal cortical gyration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cortical gyration`$`_parent` #> [1] "HP_0002269<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cortical gyration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cortical gyration`$children #> $`Abnormal cortical gyration`$children[[1]] #> [1] "HP_0002126<HP_0002536<HP_0002269<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal cortical gyration`$value #> [1] "Abnormal cortical gyration" #> #> #> $`Abnormal cortical gyration` #> $`Abnormal cortical gyration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002536" #> #> $`Abnormal cortical gyration`$`_id` #> [1] "HP_0002536<HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cortical gyration`$privateGeneCount #> [1] 0 #> #> $`Abnormal cortical gyration`$publicGeneCount #> [1] 3 #> #> $`Abnormal cortical gyration`$urlId #> [1] "HP_0002536" #> #> $`Abnormal cortical gyration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal cortical gyration`$`_parent` #> [1] "HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal cortical gyration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal cortical gyration`$children #> $`Abnormal cortical gyration`$children[[1]] #> [1] "HP_0002126<HP_0002536<HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal cortical gyration`$value #> [1] "Abnormal cortical gyration" #> #> #> $`Abnormal delivery` #> $`Abnormal delivery`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001787" #> #> $`Abnormal delivery`$`_id` #> [1] "HP_0001787<HP_0001197<HP_0000118<HP_0000001" #> #> $`Abnormal delivery`$privateGeneCount #> [1] 0 #> #> $`Abnormal delivery`$publicGeneCount #> [1] 118 #> #> $`Abnormal delivery`$urlId #> [1] "HP_0001787" #> #> $`Abnormal delivery`$dbPhenotype #> [1] FALSE #> #> $`Abnormal delivery`$`_parent` #> [1] "HP_0001197<HP_0000118<HP_0000001" #> #> $`Abnormal delivery`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal delivery`$children #> $`Abnormal delivery`$children[[1]] #> [1] "HP_0005268<HP_0001787<HP_0001197<HP_0000118<HP_0000001" #> #> #> $`Abnormal delivery`$value #> [1] "Abnormal delivery" #> #> #> $`Abnormal dermatoglyphics` #> $`Abnormal dermatoglyphics`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007477" #> #> $`Abnormal dermatoglyphics`$`_id` #> [1] "HP_0007477<HP_0011356<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal dermatoglyphics`$privateGeneCount #> [1] 0 #> #> $`Abnormal dermatoglyphics`$publicGeneCount #> [1] 1 #> #> $`Abnormal dermatoglyphics`$urlId #> [1] "HP_0007477" #> #> $`Abnormal dermatoglyphics`$dbPhenotype #> [1] FALSE #> #> $`Abnormal dermatoglyphics`$`_parent` #> [1] "HP_0011356<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal dermatoglyphics`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal dermatoglyphics`$children #> $`Abnormal dermatoglyphics`$children[[1]] #> [1] "HP_0007455<HP_0007477<HP_0011356<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormal dermatoglyphics`$value #> [1] "Abnormal dermatoglyphics" #> #> #> $`Abnormal diaphysis morphology` #> $`Abnormal diaphysis morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000940" #> #> $`Abnormal diaphysis morphology`$`_id` #> [1] "HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal diaphysis morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal diaphysis morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal diaphysis morphology`$urlId #> [1] "HP_0000940" #> #> $`Abnormal diaphysis morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal diaphysis morphology`$`_parent` #> [1] "HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal diaphysis morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal diaphysis morphology`$children #> $`Abnormal diaphysis morphology`$children[[1]] #> [1] "HP_0006487<HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal diaphysis morphology`$value #> [1] "Abnormal diaphysis morphology" #> #> #> $`Abnormal diaphysis morphology` #> $`Abnormal diaphysis morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000940" #> #> $`Abnormal diaphysis morphology`$`_id` #> [1] "HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal diaphysis morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal diaphysis morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal diaphysis morphology`$urlId #> [1] "HP_0000940" #> #> $`Abnormal diaphysis morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal diaphysis morphology`$`_parent` #> [1] "HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal diaphysis morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal diaphysis morphology`$children #> $`Abnormal diaphysis morphology`$children[[1]] #> [1] "HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal diaphysis morphology`$value #> [1] "Abnormal diaphysis morphology" #> #> #> $`Abnormal diaphysis morphology` #> $`Abnormal diaphysis morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000940" #> #> $`Abnormal diaphysis morphology`$`_id` #> [1] "HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal diaphysis morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal diaphysis morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal diaphysis morphology`$urlId #> [1] "HP_0000940" #> #> $`Abnormal diaphysis morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal diaphysis morphology`$`_parent` #> [1] "HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal diaphysis morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal diaphysis morphology`$children #> $`Abnormal diaphysis morphology`$children[[1]] #> [1] "HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormal diaphysis morphology`$value #> [1] "Abnormal diaphysis morphology" #> #> #> $`Abnormal digit morphology` #> $`Abnormal digit morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011297" #> #> $`Abnormal digit morphology`$`_id` #> [1] "HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal digit morphology`$publicGeneCount #> [1] 6 #> #> $`Abnormal digit morphology`$urlId #> [1] "HP_0011297" #> #> $`Abnormal digit morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal digit morphology`$`_parent` #> [1] "HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal digit morphology`$children #> $`Abnormal digit morphology`$children[[1]] #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$children[[2]] #> [1] "HP_0001217<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$children[[3]] #> [1] "HP_0011927<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal digit morphology`$value #> [1] "Abnormal digit morphology" #> #> #> $`Abnormal digit morphology` #> $`Abnormal digit morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011297" #> #> $`Abnormal digit morphology`$`_id` #> [1] "HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal digit morphology`$publicGeneCount #> [1] 6 #> #> $`Abnormal digit morphology`$urlId #> [1] "HP_0011297" #> #> $`Abnormal digit morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal digit morphology`$`_parent` #> [1] "HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal digit morphology`$children #> $`Abnormal digit morphology`$children[[1]] #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$children[[2]] #> [1] "HP_0001217<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$children[[3]] #> [1] "HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal digit morphology`$value #> [1] "Abnormal digit morphology" #> #> #> $`Abnormal digit morphology` #> $`Abnormal digit morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011297" #> #> $`Abnormal digit morphology`$`_id` #> [1] "HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal digit morphology`$publicGeneCount #> [1] 6 #> #> $`Abnormal digit morphology`$urlId #> [1] "HP_0011297" #> #> $`Abnormal digit morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal digit morphology`$`_parent` #> [1] "HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal digit morphology`$children #> $`Abnormal digit morphology`$children[[1]] #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$children[[2]] #> [1] "HP_0001217<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal digit morphology`$children[[3]] #> [1] "HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormal digit morphology`$value #> [1] "Abnormal digit morphology" #> #> #> $`Abnormal drinking behavior` #> $`Abnormal drinking behavior`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030082" #> #> $`Abnormal drinking behavior`$`_id` #> [1] "HP_0030082<HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal drinking behavior`$privateGeneCount #> [1] 0 #> #> $`Abnormal drinking behavior`$publicGeneCount #> [1] 1 #> #> $`Abnormal drinking behavior`$urlId #> [1] "HP_0030082" #> #> $`Abnormal drinking behavior`$dbPhenotype #> [1] FALSE #> #> $`Abnormal drinking behavior`$`_parent` #> [1] "HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal drinking behavior`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal drinking behavior`$children #> $`Abnormal drinking behavior`$children[[1]] #> [1] "HP_0001959<HP_0030082<HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal drinking behavior`$value #> [1] "Abnormal drinking behavior" #> #> #> $`Abnormal ear morphology` #> $`Abnormal ear morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031703" #> #> $`Abnormal ear morphology`$`_id` #> [1] "HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormal ear morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal ear morphology`$publicGeneCount #> [1] 8 #> #> $`Abnormal ear morphology`$urlId #> [1] "HP_0031703" #> #> $`Abnormal ear morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal ear morphology`$`_parent` #> [1] "HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormal ear morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal ear morphology`$children #> $`Abnormal ear morphology`$children[[1]] #> [1] "HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormal ear morphology`$children[[2]] #> [1] "HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Abnormal ear morphology`$value #> [1] "Abnormal ear morphology" #> #> #> $`Abnormal ear physiology` #> $`Abnormal ear physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031704" #> #> $`Abnormal ear physiology`$`_id` #> [1] "HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormal ear physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal ear physiology`$publicGeneCount #> [1] 77 #> #> $`Abnormal ear physiology`$urlId #> [1] "HP_0031704" #> #> $`Abnormal ear physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal ear physiology`$`_parent` #> [1] "HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormal ear physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal ear physiology`$children #> $`Abnormal ear physiology`$children[[1]] #> [1] "HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Abnormal ear physiology`$value #> [1] "Abnormal ear physiology" #> #> #> $`Abnormal eating behavior` #> $`Abnormal eating behavior`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100738" #> #> $`Abnormal eating behavior`$`_id` #> [1] "HP_0100738<HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal eating behavior`$privateGeneCount #> [1] 0 #> #> $`Abnormal eating behavior`$publicGeneCount #> [1] 5 #> #> $`Abnormal eating behavior`$urlId #> [1] "HP_0100738" #> #> $`Abnormal eating behavior`$dbPhenotype #> [1] FALSE #> #> $`Abnormal eating behavior`$`_parent` #> [1] "HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal eating behavior`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal eating behavior`$children #> $`Abnormal eating behavior`$children[[1]] #> [1] "HP_0002591<HP_0100738<HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal eating behavior`$value #> [1] "Abnormal eating behavior" #> #> #> $`Abnormal electrophysiology of sinoatrial node origin` #> $`Abnormal electrophysiology of sinoatrial node origin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011702" #> #> $`Abnormal electrophysiology of sinoatrial node origin`$`_id` #> [1] "HP_0011702<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal electrophysiology of sinoatrial node origin`$privateGeneCount #> [1] 0 #> #> $`Abnormal electrophysiology of sinoatrial node origin`$publicGeneCount #> [1] 2 #> #> $`Abnormal electrophysiology of sinoatrial node origin`$urlId #> [1] "HP_0011702" #> #> $`Abnormal electrophysiology of sinoatrial node origin`$dbPhenotype #> [1] FALSE #> #> $`Abnormal electrophysiology of sinoatrial node origin`$`_parent` #> [1] "HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal electrophysiology of sinoatrial node origin`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal electrophysiology of sinoatrial node origin`$children #> $`Abnormal electrophysiology of sinoatrial node origin`$children[[1]] #> [1] "HP_0012723<HP_0011702<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal electrophysiology of sinoatrial node origin`$children[[2]] #> [1] "HP_0011703<HP_0011702<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal electrophysiology of sinoatrial node origin`$value #> [1] "Abnormal electrophysiology of sinoatrial node origin" #> #> #> $`Abnormal emotion/affect behavior` #> $`Abnormal emotion/affect behavior`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100851" #> #> $`Abnormal emotion/affect behavior`$`_id` #> [1] "HP_0100851<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal emotion/affect behavior`$privateGeneCount #> [1] 0 #> #> $`Abnormal emotion/affect behavior`$publicGeneCount #> [1] 1 #> #> $`Abnormal emotion/affect behavior`$urlId #> [1] "HP_0100851" #> #> $`Abnormal emotion/affect behavior`$dbPhenotype #> [1] FALSE #> #> $`Abnormal emotion/affect behavior`$`_parent` #> [1] "HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal emotion/affect behavior`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal emotion/affect behavior`$children #> $`Abnormal emotion/affect behavior`$children[[1]] #> [1] "HP_0100024<HP_0100851<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal emotion/affect behavior`$value #> [1] "Abnormal emotion/affect behavior" #> #> #> $`Abnormal endocrine morphology` #> $`Abnormal endocrine morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031071" #> #> $`Abnormal endocrine morphology`$`_id` #> [1] "HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormal endocrine morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal endocrine morphology`$publicGeneCount #> [1] 14 #> #> $`Abnormal endocrine morphology`$urlId #> [1] "HP_0031071" #> #> $`Abnormal endocrine morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal endocrine morphology`$`_parent` #> [1] "HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormal endocrine morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal endocrine morphology`$children #> $`Abnormal endocrine morphology`$children[[1]] #> [1] "HP_0011732<HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormal endocrine morphology`$value #> [1] "Abnormal endocrine morphology" #> #> #> $`Abnormal enzyme/coenzyme activity` #> $`Abnormal enzyme/coenzyme activity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012379" #> #> $`Abnormal enzyme/coenzyme activity`$`_id` #> [1] "HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal enzyme/coenzyme activity`$privateGeneCount #> [1] 0 #> #> $`Abnormal enzyme/coenzyme activity`$publicGeneCount #> [1] 7 #> #> $`Abnormal enzyme/coenzyme activity`$urlId #> [1] "HP_0012379" #> #> $`Abnormal enzyme/coenzyme activity`$dbPhenotype #> [1] FALSE #> #> $`Abnormal enzyme/coenzyme activity`$`_parent` #> [1] "HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal enzyme/coenzyme activity`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal enzyme/coenzyme activity`$children #> $`Abnormal enzyme/coenzyme activity`$children[[1]] #> [1] "HP_0003570<HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal enzyme/coenzyme activity`$children[[2]] #> [1] "HP_0040175<HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal enzyme/coenzyme activity`$children[[3]] #> [1] "HP_0040142<HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal enzyme/coenzyme activity`$children[[4]] #> [1] "HP_0003343<HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal enzyme/coenzyme activity`$children[[5]] #> [1] "HP_0003643<HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal enzyme/coenzyme activity`$value #> [1] "Abnormal enzyme/coenzyme activity" #> #> #> $`Abnormal erythrocyte morphology` #> $`Abnormal erythrocyte morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001877" #> #> $`Abnormal erythrocyte morphology`$`_id` #> [1] "HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal erythrocyte morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal erythrocyte morphology`$publicGeneCount #> [1] 9 #> #> $`Abnormal erythrocyte morphology`$urlId #> [1] "HP_0001877" #> #> $`Abnormal erythrocyte morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal erythrocyte morphology`$`_parent` #> [1] "HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal erythrocyte morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal erythrocyte morphology`$children #> $`Abnormal erythrocyte morphology`$children[[1]] #> [1] "HP_0004312<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal erythrocyte morphology`$children[[2]] #> [1] "HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal erythrocyte morphology`$children[[3]] #> [1] "HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormal erythrocyte morphology`$value #> [1] "Abnormal erythrocyte morphology" #> #> #> $`Abnormal esophagus morphology` #> $`Abnormal esophagus morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002031" #> #> $`Abnormal esophagus morphology`$`_id` #> [1] "HP_0002031<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal esophagus morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal esophagus morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal esophagus morphology`$urlId #> [1] "HP_0002031" #> #> $`Abnormal esophagus morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal esophagus morphology`$`_parent` #> [1] "HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal esophagus morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal esophagus morphology`$children #> $`Abnormal esophagus morphology`$children[[1]] #> [1] "HP_0010450<HP_0002031<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal esophagus morphology`$children[[2]] #> [1] "HP_0002575<HP_0002031<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormal esophagus morphology`$value #> [1] "Abnormal esophagus morphology" #> #> #> $`Abnormal external genitalia` #> $`Abnormal external genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000811" #> #> $`Abnormal external genitalia`$`_id` #> [1] "HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal external genitalia`$privateGeneCount #> [1] 0 #> #> $`Abnormal external genitalia`$publicGeneCount #> [1] 2 #> #> $`Abnormal external genitalia`$urlId #> [1] "HP_0000811" #> #> $`Abnormal external genitalia`$dbPhenotype #> [1] FALSE #> #> $`Abnormal external genitalia`$`_parent` #> [1] "HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal external genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal external genitalia`$children #> $`Abnormal external genitalia`$children[[1]] #> [1] "HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal external genitalia`$children[[2]] #> [1] "HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal external genitalia`$value #> [1] "Abnormal external genitalia" #> #> #> $`abnormal eye development` #> $`abnormal eye development`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0001286" #> #> $`abnormal eye development`$`_id` #> [1] "MP_0001286<MP_0002092<MP_0005391<MP_0000001" #> #> $`abnormal eye development`$privateGeneCount #> [1] 0 #> #> $`abnormal eye development`$publicGeneCount #> [1] 1 #> #> $`abnormal eye development`$urlId #> [1] "MP_0001286" #> #> $`abnormal eye development`$dbPhenotype #> [1] TRUE #> #> $`abnormal eye development`$`_parent` #> [1] "MP_0002092<MP_0005391<MP_0000001" #> #> $`abnormal eye development`$`_is_leaf` #> [1] TRUE #> #> $`abnormal eye development`$children #> list() #> #> $`abnormal eye development`$value #> [1] "abnormal eye development" #> #> #> $`Abnormal eye morphology` #> $`Abnormal eye morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012372" #> #> $`Abnormal eye morphology`$`_id` #> [1] "HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal eye morphology`$publicGeneCount #> [1] 24 #> #> $`Abnormal eye morphology`$urlId #> [1] "HP_0012372" #> #> $`Abnormal eye morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal eye morphology`$`_parent` #> [1] "HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal eye morphology`$children #> $`Abnormal eye morphology`$children[[1]] #> [1] "HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye morphology`$children[[2]] #> [1] "HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye morphology`$children[[3]] #> [1] "HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye morphology`$children[[4]] #> [1] "HP_0100886<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye morphology`$children[[5]] #> [1] "HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye morphology`$children[[6]] #> [1] "HP_0000589<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal eye morphology`$value #> [1] "Abnormal eye morphology" #> #> #> $`abnormal eye morphology` #> $`abnormal eye morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002092" #> #> $`abnormal eye morphology`$`_id` #> [1] "MP_0002092<MP_0005391<MP_0000001" #> #> $`abnormal eye morphology`$privateGeneCount #> [1] 0 #> #> $`abnormal eye morphology`$publicGeneCount #> [1] 1 #> #> $`abnormal eye morphology`$urlId #> [1] "MP_0002092" #> #> $`abnormal eye morphology`$dbPhenotype #> [1] FALSE #> #> $`abnormal eye morphology`$`_parent` #> [1] "MP_0005391<MP_0000001" #> #> $`abnormal eye morphology`$`_is_leaf` #> [1] FALSE #> #> $`abnormal eye morphology`$children #> $`abnormal eye morphology`$children[[1]] #> [1] "MP_0001286<MP_0002092<MP_0005391<MP_0000001" #> #> #> $`abnormal eye morphology`$value #> [1] "abnormal eye morphology" #> #> #> $`Abnormal eye physiology` #> $`Abnormal eye physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012373" #> #> $`Abnormal eye physiology`$`_id` #> [1] "HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal eye physiology`$publicGeneCount #> [1] 8 #> #> $`Abnormal eye physiology`$urlId #> [1] "HP_0012373" #> #> $`Abnormal eye physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal eye physiology`$`_parent` #> [1] "HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal eye physiology`$children #> $`Abnormal eye physiology`$children[[1]] #> [1] "HP_0007686<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye physiology`$children[[2]] #> [1] "HP_0000496<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye physiology`$children[[3]] #> [1] "HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal eye physiology`$children[[4]] #> [1] "HP_0000508<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal eye physiology`$value #> [1] "Abnormal eye physiology" #> #> #> $`Abnormal eyelash morphology` #> $`Abnormal eyelash morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000499" #> #> $`Abnormal eyelash morphology`$`_id` #> [1] "HP_0000499<HP_0000492<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal eyelash morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal eyelash morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal eyelash morphology`$urlId #> [1] "HP_0000499" #> #> $`Abnormal eyelash morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal eyelash morphology`$`_parent` #> [1] "HP_0000492<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal eyelash morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal eyelash morphology`$children #> $`Abnormal eyelash morphology`$children[[1]] #> [1] "HP_0001128<HP_0000499<HP_0000492<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal eyelash morphology`$value #> [1] "Abnormal eyelash morphology" #> #> #> $`Abnormal eyelash morphology` #> $`Abnormal eyelash morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000499" #> #> $`Abnormal eyelash morphology`$`_id` #> [1] "HP_0000499<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal eyelash morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal eyelash morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal eyelash morphology`$urlId #> [1] "HP_0000499" #> #> $`Abnormal eyelash morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal eyelash morphology`$`_parent` #> [1] "HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal eyelash morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal eyelash morphology`$children #> $`Abnormal eyelash morphology`$children[[1]] #> [1] "HP_0001128<HP_0000499<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormal eyelash morphology`$value #> [1] "Abnormal eyelash morphology" #> #> #> $`Abnormal eyelid morphology` #> $`Abnormal eyelid morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000492" #> #> $`Abnormal eyelid morphology`$`_id` #> [1] "HP_0000492<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal eyelid morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal eyelid morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal eyelid morphology`$urlId #> [1] "HP_0000492" #> #> $`Abnormal eyelid morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal eyelid morphology`$`_parent` #> [1] "HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal eyelid morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal eyelid morphology`$children #> $`Abnormal eyelid morphology`$children[[1]] #> [1] "HP_0000499<HP_0000492<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal eyelid morphology`$value #> [1] "Abnormal eyelid morphology" #> #> #> $`Abnormal facial shape` #> $`Abnormal facial shape`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001999" #> #> $`Abnormal facial shape`$`_id` #> [1] "HP_0001999<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal facial shape`$privateGeneCount #> [1] 0 #> #> $`Abnormal facial shape`$publicGeneCount #> [1] 155 #> #> $`Abnormal facial shape`$urlId #> [1] "HP_0001999" #> #> $`Abnormal facial shape`$dbPhenotype #> [1] TRUE #> #> $`Abnormal facial shape`$`_parent` #> [1] "HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal facial shape`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal facial shape`$children #> $`Abnormal facial shape`$children[[1]] #> [1] "HP_0000324<HP_0001999<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal facial shape`$value #> [1] "Abnormal facial shape" #> #> #> $`Abnormal fear/anxiety-related behavior` #> $`Abnormal fear/anxiety-related behavior`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100852" #> #> $`Abnormal fear/anxiety-related behavior`$`_id` #> [1] "HP_0100852<HP_0031466<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal fear/anxiety-related behavior`$privateGeneCount #> [1] 0 #> #> $`Abnormal fear/anxiety-related behavior`$publicGeneCount #> [1] 2 #> #> $`Abnormal fear/anxiety-related behavior`$urlId #> [1] "HP_0100852" #> #> $`Abnormal fear/anxiety-related behavior`$dbPhenotype #> [1] FALSE #> #> $`Abnormal fear/anxiety-related behavior`$`_parent` #> [1] "HP_0031466<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal fear/anxiety-related behavior`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal fear/anxiety-related behavior`$children #> $`Abnormal fear/anxiety-related behavior`$children[[1]] #> [1] "HP_0000739<HP_0100852<HP_0031466<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal fear/anxiety-related behavior`$value #> [1] "Abnormal fear/anxiety-related behavior" #> #> #> $`Abnormal female reproductive system physiology` #> $`Abnormal female reproductive system physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030012" #> #> $`Abnormal female reproductive system physiology`$`_id` #> [1] "HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal female reproductive system physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal female reproductive system physiology`$publicGeneCount #> [1] 4 #> #> $`Abnormal female reproductive system physiology`$urlId #> [1] "HP_0030012" #> #> $`Abnormal female reproductive system physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal female reproductive system physiology`$`_parent` #> [1] "HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal female reproductive system physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal female reproductive system physiology`$children #> $`Abnormal female reproductive system physiology`$children[[1]] #> [1] "HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal female reproductive system physiology`$value #> [1] "Abnormal female reproductive system physiology" #> #> #> $`Abnormal finger phalanx morphology` #> $`Abnormal finger phalanx morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005918" #> #> $`Abnormal finger phalanx morphology`$`_id` #> [1] "HP_0005918<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal finger phalanx morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal finger phalanx morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal finger phalanx morphology`$urlId #> [1] "HP_0005918" #> #> $`Abnormal finger phalanx morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal finger phalanx morphology`$`_parent` #> [1] "HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal finger phalanx morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal finger phalanx morphology`$children #> $`Abnormal finger phalanx morphology`$children[[1]] #> [1] "HP_0009771<HP_0005918<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormal finger phalanx morphology`$value #> [1] "Abnormal finger phalanx morphology" #> #> #> $`Abnormal finger phalanx morphology` #> $`Abnormal finger phalanx morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005918" #> #> $`Abnormal finger phalanx morphology`$`_id` #> [1] "HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal finger phalanx morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal finger phalanx morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal finger phalanx morphology`$urlId #> [1] "HP_0005918" #> #> $`Abnormal finger phalanx morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal finger phalanx morphology`$`_parent` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal finger phalanx morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal finger phalanx morphology`$children #> $`Abnormal finger phalanx morphology`$children[[1]] #> [1] "HP_0009771<HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal finger phalanx morphology`$value #> [1] "Abnormal finger phalanx morphology" #> #> #> $`Abnormal finger phalanx morphology` #> $`Abnormal finger phalanx morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005918" #> #> $`Abnormal finger phalanx morphology`$`_id` #> [1] "HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal finger phalanx morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal finger phalanx morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal finger phalanx morphology`$urlId #> [1] "HP_0005918" #> #> $`Abnormal finger phalanx morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal finger phalanx morphology`$`_parent` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal finger phalanx morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal finger phalanx morphology`$children #> $`Abnormal finger phalanx morphology`$children[[1]] #> [1] "HP_0009771<HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal finger phalanx morphology`$value #> [1] "Abnormal finger phalanx morphology" #> #> #> $`Abnormal finger phalanx morphology` #> $`Abnormal finger phalanx morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005918" #> #> $`Abnormal finger phalanx morphology`$`_id` #> [1] "HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal finger phalanx morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal finger phalanx morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal finger phalanx morphology`$urlId #> [1] "HP_0005918" #> #> $`Abnormal finger phalanx morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal finger phalanx morphology`$`_parent` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal finger phalanx morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal finger phalanx morphology`$children #> $`Abnormal finger phalanx morphology`$children[[1]] #> [1] "HP_0009771<HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormal finger phalanx morphology`$value #> [1] "Abnormal finger phalanx morphology" #> #> #> $`Abnormal fundus morphology` #> $`Abnormal fundus morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001098" #> #> $`Abnormal fundus morphology`$`_id` #> [1] "HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal fundus morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal fundus morphology`$publicGeneCount #> [1] 12 #> #> $`Abnormal fundus morphology`$urlId #> [1] "HP_0001098" #> #> $`Abnormal fundus morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal fundus morphology`$`_parent` #> [1] "HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal fundus morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal fundus morphology`$children #> $`Abnormal fundus morphology`$children[[1]] #> [1] "HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal fundus morphology`$children[[2]] #> [1] "HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal fundus morphology`$children[[3]] #> [1] "HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal fundus morphology`$children[[4]] #> [1] "HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal fundus morphology`$children[[5]] #> [1] "HP_0001107<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal fundus morphology`$value #> [1] "Abnormal fundus morphology" #> #> #> $`Abnormal gallbladder morphology` #> $`Abnormal gallbladder morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012437" #> #> $`Abnormal gallbladder morphology`$`_id` #> [1] "HP_0012437<HP_0005264<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal gallbladder morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal gallbladder morphology`$publicGeneCount #> [1] 4 #> #> $`Abnormal gallbladder morphology`$urlId #> [1] "HP_0012437" #> #> $`Abnormal gallbladder morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal gallbladder morphology`$`_parent` #> [1] "HP_0005264<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal gallbladder morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal gallbladder morphology`$children #> $`Abnormal gallbladder morphology`$children[[1]] #> [1] "HP_0001081<HP_0012437<HP_0005264<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormal gallbladder morphology`$value #> [1] "Abnormal gallbladder morphology" #> #> #> $`Abnormal gastrointestinal motility` #> $`Abnormal gastrointestinal motility`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030895" #> #> $`Abnormal gastrointestinal motility`$`_id` #> [1] "HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal gastrointestinal motility`$privateGeneCount #> [1] 0 #> #> $`Abnormal gastrointestinal motility`$publicGeneCount #> [1] 1 #> #> $`Abnormal gastrointestinal motility`$urlId #> [1] "HP_0030895" #> #> $`Abnormal gastrointestinal motility`$dbPhenotype #> [1] FALSE #> #> $`Abnormal gastrointestinal motility`$`_parent` #> [1] "HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal gastrointestinal motility`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal gastrointestinal motility`$children #> $`Abnormal gastrointestinal motility`$children[[1]] #> [1] "HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormal gastrointestinal motility`$value #> [1] "Abnormal gastrointestinal motility" #> #> #> $`abnormal glial cell morphology` #> $`abnormal glial cell morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0003634" #> #> $`abnormal glial cell morphology`$`_id` #> [1] "MP_0003634<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal glial cell morphology`$privateGeneCount #> [1] 0 #> #> $`abnormal glial cell morphology`$publicGeneCount #> [1] 1 #> #> $`abnormal glial cell morphology`$urlId #> [1] "MP_0003634" #> #> $`abnormal glial cell morphology`$dbPhenotype #> [1] FALSE #> #> $`abnormal glial cell morphology`$`_parent` #> [1] "MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal glial cell morphology`$`_is_leaf` #> [1] FALSE #> #> $`abnormal glial cell morphology`$children #> $`abnormal glial cell morphology`$children[[1]] #> [1] "MP_0002183<MP_0003634<MP_0003632<MP_0003631<MP_0000001" #> #> #> $`abnormal glial cell morphology`$value #> [1] "abnormal glial cell morphology" #> #> #> $`Abnormal glucose homeostasis` #> $`Abnormal glucose homeostasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011014" #> #> $`Abnormal glucose homeostasis`$`_id` #> [1] "HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal glucose homeostasis`$privateGeneCount #> [1] 0 #> #> $`Abnormal glucose homeostasis`$publicGeneCount #> [1] 121 #> #> $`Abnormal glucose homeostasis`$urlId #> [1] "HP_0011014" #> #> $`Abnormal glucose homeostasis`$dbPhenotype #> [1] FALSE #> #> $`Abnormal glucose homeostasis`$`_parent` #> [1] "HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal glucose homeostasis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal glucose homeostasis`$children #> $`Abnormal glucose homeostasis`$children[[1]] #> [1] "HP_0001952<HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal glucose homeostasis`$children[[2]] #> [1] "HP_0000855<HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal glucose homeostasis`$value #> [1] "Abnormal glucose homeostasis" #> #> #> $`Abnormal growth hormone level` #> $`Abnormal growth hormone level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032367" #> #> $`Abnormal growth hormone level`$`_id` #> [1] "HP_0032367<HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormal growth hormone level`$privateGeneCount #> [1] 0 #> #> $`Abnormal growth hormone level`$publicGeneCount #> [1] 6 #> #> $`Abnormal growth hormone level`$urlId #> [1] "HP_0032367" #> #> $`Abnormal growth hormone level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal growth hormone level`$`_parent` #> [1] "HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormal growth hormone level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal growth hormone level`$children #> $`Abnormal growth hormone level`$children[[1]] #> [1] "HP_0000824<HP_0032367<HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormal growth hormone level`$value #> [1] "Abnormal growth hormone level" #> #> #> $`Abnormal hair morphology` #> $`Abnormal hair morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001595" #> #> $`Abnormal hair morphology`$`_id` #> [1] "HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal hair morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal hair morphology`$publicGeneCount #> [1] 10 #> #> $`Abnormal hair morphology`$urlId #> [1] "HP_0001595" #> #> $`Abnormal hair morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal hair morphology`$`_parent` #> [1] "HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal hair morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal hair morphology`$children #> $`Abnormal hair morphology`$children[[1]] #> [1] "HP_0000499<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal hair morphology`$children[[2]] #> [1] "HP_0010720<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal hair morphology`$children[[3]] #> [1] "HP_0011362<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal hair morphology`$children[[4]] #> [1] "HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal hair morphology`$children[[5]] #> [1] "HP_0010719<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormal hair morphology`$value #> [1] "Abnormal hair morphology" #> #> #> $`Abnormal hair pattern` #> $`Abnormal hair pattern`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010720" #> #> $`Abnormal hair pattern`$`_id` #> [1] "HP_0010720<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal hair pattern`$privateGeneCount #> [1] 0 #> #> $`Abnormal hair pattern`$publicGeneCount #> [1] 1 #> #> $`Abnormal hair pattern`$urlId #> [1] "HP_0010720" #> #> $`Abnormal hair pattern`$dbPhenotype #> [1] FALSE #> #> $`Abnormal hair pattern`$`_parent` #> [1] "HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal hair pattern`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal hair pattern`$children #> $`Abnormal hair pattern`$children[[1]] #> [1] "HP_0011360<HP_0010720<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormal hair pattern`$value #> [1] "Abnormal hair pattern" #> #> #> $`Abnormal hair quantity` #> $`Abnormal hair quantity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011362" #> #> $`Abnormal hair quantity`$`_id` #> [1] "HP_0011362<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal hair quantity`$privateGeneCount #> [1] 0 #> #> $`Abnormal hair quantity`$publicGeneCount #> [1] 1 #> #> $`Abnormal hair quantity`$urlId #> [1] "HP_0011362" #> #> $`Abnormal hair quantity`$dbPhenotype #> [1] FALSE #> #> $`Abnormal hair quantity`$`_parent` #> [1] "HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormal hair quantity`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal hair quantity`$children #> $`Abnormal hair quantity`$children[[1]] #> [1] "HP_0001007<HP_0011362<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormal hair quantity`$value #> [1] "Abnormal hair quantity" #> #> #> $`Abnormal HDL cholesterol concentration` #> $`Abnormal HDL cholesterol concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031888" #> #> $`Abnormal HDL cholesterol concentration`$`_id` #> [1] "HP_0031888<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal HDL cholesterol concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal HDL cholesterol concentration`$publicGeneCount #> [1] 4 #> #> $`Abnormal HDL cholesterol concentration`$urlId #> [1] "HP_0031888" #> #> $`Abnormal HDL cholesterol concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal HDL cholesterol concentration`$`_parent` #> [1] "HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal HDL cholesterol concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal HDL cholesterol concentration`$children #> $`Abnormal HDL cholesterol concentration`$children[[1]] #> [1] "HP_0003233<HP_0031888<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal HDL cholesterol concentration`$children[[2]] #> [1] "HP_0012184<HP_0031888<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal HDL cholesterol concentration`$value #> [1] "Abnormal HDL cholesterol concentration" #> #> #> $`Abnormal heart morphology` #> $`Abnormal heart morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001627" #> #> $`Abnormal heart morphology`$`_id` #> [1] "HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal heart morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal heart morphology`$publicGeneCount #> [1] 118 #> #> $`Abnormal heart morphology`$urlId #> [1] "HP_0001627" #> #> $`Abnormal heart morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal heart morphology`$`_parent` #> [1] "HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal heart morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal heart morphology`$children #> $`Abnormal heart morphology`$children[[1]] #> [1] "HP_0005120<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal heart morphology`$children[[2]] #> [1] "HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal heart morphology`$children[[3]] #> [1] "HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal heart morphology`$children[[4]] #> [1] "HP_0011534<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal heart morphology`$children[[5]] #> [1] "HP_0001640<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal heart morphology`$children[[6]] #> [1] "HP_0100544<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal heart morphology`$value #> [1] "Abnormal heart morphology" #> #> #> $`Abnormal homeostasis` #> $`Abnormal homeostasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012337" #> #> $`Abnormal homeostasis`$`_id` #> [1] "HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal homeostasis`$privateGeneCount #> [1] 0 #> #> $`Abnormal homeostasis`$publicGeneCount #> [1] 176 #> #> $`Abnormal homeostasis`$urlId #> [1] "HP_0012337" #> #> $`Abnormal homeostasis`$dbPhenotype #> [1] FALSE #> #> $`Abnormal homeostasis`$`_parent` #> [1] "HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal homeostasis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal homeostasis`$children #> $`Abnormal homeostasis`$children[[1]] #> [1] "HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal homeostasis`$children[[2]] #> [1] "HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal homeostasis`$children[[3]] #> [1] "HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal homeostasis`$children[[4]] #> [1] "HP_0004370<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal homeostasis`$value #> [1] "Abnormal homeostasis" #> #> #> $`Abnormal immune system morphology` #> $`Abnormal immune system morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032251" #> #> $`Abnormal immune system morphology`$`_id` #> [1] "HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal immune system morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal immune system morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal immune system morphology`$urlId #> [1] "HP_0032251" #> #> $`Abnormal immune system morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal immune system morphology`$`_parent` #> [1] "HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal immune system morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal immune system morphology`$children #> $`Abnormal immune system morphology`$children[[1]] #> [1] "HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormal immune system morphology`$value #> [1] "Abnormal immune system morphology" #> #> #> $`Abnormal immunoglobulin level` #> $`Abnormal immunoglobulin level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010701" #> #> $`Abnormal immunoglobulin level`$`_id` #> [1] "HP_0010701<HP_0005368<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal immunoglobulin level`$privateGeneCount #> [1] 0 #> #> $`Abnormal immunoglobulin level`$publicGeneCount #> [1] 1 #> #> $`Abnormal immunoglobulin level`$urlId #> [1] "HP_0010701" #> #> $`Abnormal immunoglobulin level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal immunoglobulin level`$`_parent` #> [1] "HP_0005368<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal immunoglobulin level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal immunoglobulin level`$children #> $`Abnormal immunoglobulin level`$children[[1]] #> [1] "HP_0010702<HP_0010701<HP_0005368<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormal immunoglobulin level`$value #> [1] "Abnormal immunoglobulin level" #> #> #> $`Abnormal immunoglobulin level` #> $`Abnormal immunoglobulin level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010701" #> #> $`Abnormal immunoglobulin level`$`_id` #> [1] "HP_0010701<HP_0005372<HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal immunoglobulin level`$privateGeneCount #> [1] 0 #> #> $`Abnormal immunoglobulin level`$publicGeneCount #> [1] 1 #> #> $`Abnormal immunoglobulin level`$urlId #> [1] "HP_0010701" #> #> $`Abnormal immunoglobulin level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal immunoglobulin level`$`_parent` #> [1] "HP_0005372<HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal immunoglobulin level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal immunoglobulin level`$children #> $`Abnormal immunoglobulin level`$children[[1]] #> [1] "HP_0010702<HP_0010701<HP_0005372<HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormal immunoglobulin level`$value #> [1] "Abnormal immunoglobulin level" #> #> #> $`Abnormal immunoglobulin level` #> $`Abnormal immunoglobulin level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010701" #> #> $`Abnormal immunoglobulin level`$`_id` #> [1] "HP_0010701<HP_0005372<HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal immunoglobulin level`$privateGeneCount #> [1] 0 #> #> $`Abnormal immunoglobulin level`$publicGeneCount #> [1] 1 #> #> $`Abnormal immunoglobulin level`$urlId #> [1] "HP_0010701" #> #> $`Abnormal immunoglobulin level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal immunoglobulin level`$`_parent` #> [1] "HP_0005372<HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal immunoglobulin level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal immunoglobulin level`$children #> $`Abnormal immunoglobulin level`$children[[1]] #> [1] "HP_0010702<HP_0010701<HP_0005372<HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal immunoglobulin level`$value #> [1] "Abnormal immunoglobulin level" #> #> #> $`Abnormal immunoglobulin level` #> $`Abnormal immunoglobulin level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010701" #> #> $`Abnormal immunoglobulin level`$`_id` #> [1] "HP_0010701<HP_0005372<HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormal immunoglobulin level`$privateGeneCount #> [1] 0 #> #> $`Abnormal immunoglobulin level`$publicGeneCount #> [1] 1 #> #> $`Abnormal immunoglobulin level`$urlId #> [1] "HP_0010701" #> #> $`Abnormal immunoglobulin level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal immunoglobulin level`$`_parent` #> [1] "HP_0005372<HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormal immunoglobulin level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal immunoglobulin level`$children #> $`Abnormal immunoglobulin level`$children[[1]] #> [1] "HP_0010702<HP_0010701<HP_0005372<HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> #> $`Abnormal immunoglobulin level`$value #> [1] "Abnormal immunoglobulin level" #> #> #> $`Abnormal inflammatory response` #> $`Abnormal inflammatory response`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012647" #> #> $`Abnormal inflammatory response`$`_id` #> [1] "HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal inflammatory response`$privateGeneCount #> [1] 0 #> #> $`Abnormal inflammatory response`$publicGeneCount #> [1] 26 #> #> $`Abnormal inflammatory response`$urlId #> [1] "HP_0012647" #> #> $`Abnormal inflammatory response`$dbPhenotype #> [1] FALSE #> #> $`Abnormal inflammatory response`$`_parent` #> [1] "HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal inflammatory response`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal inflammatory response`$children #> $`Abnormal inflammatory response`$children[[1]] #> [1] "HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormal inflammatory response`$value #> [1] "Abnormal inflammatory response" #> #> #> $`Abnormal internal genitalia` #> $`Abnormal internal genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000812" #> #> $`Abnormal internal genitalia`$`_id` #> [1] "HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal internal genitalia`$privateGeneCount #> [1] 0 #> #> $`Abnormal internal genitalia`$publicGeneCount #> [1] 35 #> #> $`Abnormal internal genitalia`$urlId #> [1] "HP_0000812" #> #> $`Abnormal internal genitalia`$dbPhenotype #> [1] FALSE #> #> $`Abnormal internal genitalia`$`_parent` #> [1] "HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal internal genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal internal genitalia`$children #> $`Abnormal internal genitalia`$children[[1]] #> [1] "HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal internal genitalia`$value #> [1] "Abnormal internal genitalia" #> #> #> $`Abnormal intestine morphology` #> $`Abnormal intestine morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002242" #> #> $`Abnormal intestine morphology`$`_id` #> [1] "HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal intestine morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal intestine morphology`$publicGeneCount #> [1] 38 #> #> $`Abnormal intestine morphology`$urlId #> [1] "HP_0002242" #> #> $`Abnormal intestine morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal intestine morphology`$`_parent` #> [1] "HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal intestine morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal intestine morphology`$children #> $`Abnormal intestine morphology`$children[[1]] #> [1] "HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal intestine morphology`$children[[2]] #> [1] "HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal intestine morphology`$children[[3]] #> [1] "HP_0005266<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormal intestine morphology`$value #> [1] "Abnormal intestine morphology" #> #> #> $`Abnormal involuntary eye movements` #> $`Abnormal involuntary eye movements`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012547" #> #> $`Abnormal involuntary eye movements`$`_id` #> [1] "HP_0012547<HP_0000496<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal involuntary eye movements`$privateGeneCount #> [1] 0 #> #> $`Abnormal involuntary eye movements`$publicGeneCount #> [1] 1 #> #> $`Abnormal involuntary eye movements`$urlId #> [1] "HP_0012547" #> #> $`Abnormal involuntary eye movements`$dbPhenotype #> [1] FALSE #> #> $`Abnormal involuntary eye movements`$`_parent` #> [1] "HP_0000496<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal involuntary eye movements`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal involuntary eye movements`$children #> $`Abnormal involuntary eye movements`$children[[1]] #> [1] "HP_0000639<HP_0012547<HP_0000496<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal involuntary eye movements`$value #> [1] "Abnormal involuntary eye movements" #> #> #> $`Abnormal iris pigmentation` #> $`Abnormal iris pigmentation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008034" #> #> $`Abnormal iris pigmentation`$`_id` #> [1] "HP_0008034<HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal iris pigmentation`$privateGeneCount #> [1] 0 #> #> $`Abnormal iris pigmentation`$publicGeneCount #> [1] 1 #> #> $`Abnormal iris pigmentation`$urlId #> [1] "HP_0008034" #> #> $`Abnormal iris pigmentation`$dbPhenotype #> [1] FALSE #> #> $`Abnormal iris pigmentation`$`_parent` #> [1] "HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal iris pigmentation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal iris pigmentation`$children #> $`Abnormal iris pigmentation`$children[[1]] #> [1] "HP_0007730<HP_0008034<HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal iris pigmentation`$value #> [1] "Abnormal iris pigmentation" #> #> #> $`Abnormal iris pigmentation` #> $`Abnormal iris pigmentation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008034" #> #> $`Abnormal iris pigmentation`$`_id` #> [1] "HP_0008034<HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal iris pigmentation`$privateGeneCount #> [1] 0 #> #> $`Abnormal iris pigmentation`$publicGeneCount #> [1] 1 #> #> $`Abnormal iris pigmentation`$urlId #> [1] "HP_0008034" #> #> $`Abnormal iris pigmentation`$dbPhenotype #> [1] FALSE #> #> $`Abnormal iris pigmentation`$`_parent` #> [1] "HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal iris pigmentation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal iris pigmentation`$children #> $`Abnormal iris pigmentation`$children[[1]] #> [1] "HP_0007730<HP_0008034<HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal iris pigmentation`$value #> [1] "Abnormal iris pigmentation" #> #> #> $`Abnormal jaw morphology` #> $`Abnormal jaw morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030791" #> #> $`Abnormal jaw morphology`$`_id` #> [1] "HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal jaw morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal jaw morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal jaw morphology`$urlId #> [1] "HP_0030791" #> #> $`Abnormal jaw morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal jaw morphology`$`_parent` #> [1] "HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal jaw morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal jaw morphology`$children #> $`Abnormal jaw morphology`$children[[1]] #> [1] "HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal jaw morphology`$value #> [1] "Abnormal jaw morphology" #> #> #> $`Abnormal jaw morphology` #> $`Abnormal jaw morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030791" #> #> $`Abnormal jaw morphology`$`_id` #> [1] "HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal jaw morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal jaw morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal jaw morphology`$urlId #> [1] "HP_0030791" #> #> $`Abnormal jaw morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal jaw morphology`$`_parent` #> [1] "HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal jaw morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal jaw morphology`$children #> $`Abnormal jaw morphology`$children[[1]] #> [1] "HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal jaw morphology`$value #> [1] "Abnormal jaw morphology" #> #> #> $`Abnormal joint morphology` #> $`Abnormal joint morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001367" #> #> $`Abnormal joint morphology`$`_id` #> [1] "HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal joint morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal joint morphology`$publicGeneCount #> [1] 3 #> #> $`Abnormal joint morphology`$urlId #> [1] "HP_0001367" #> #> $`Abnormal joint morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal joint morphology`$`_parent` #> [1] "HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal joint morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal joint morphology`$children #> $`Abnormal joint morphology`$children[[1]] #> [1] "HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal joint morphology`$children[[2]] #> [1] "HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal joint morphology`$children[[3]] #> [1] "HP_0001373<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal joint morphology`$children[[4]] #> [1] "HP_0100240<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal joint morphology`$value #> [1] "Abnormal joint morphology" #> #> #> $`Abnormal large intestine morphology` #> $`Abnormal large intestine morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002250" #> #> $`Abnormal large intestine morphology`$`_id` #> [1] "HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal large intestine morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal large intestine morphology`$publicGeneCount #> [1] 29 #> #> $`Abnormal large intestine morphology`$urlId #> [1] "HP_0002250" #> #> $`Abnormal large intestine morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal large intestine morphology`$`_parent` #> [1] "HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal large intestine morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal large intestine morphology`$children #> $`Abnormal large intestine morphology`$children[[1]] #> [1] "HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormal large intestine morphology`$value #> [1] "Abnormal large intestine morphology" #> #> #> $`Abnormal left ventricle morphology` #> $`Abnormal left ventricle morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001711" #> #> $`Abnormal left ventricle morphology`$`_id` #> [1] "HP_0001711<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal left ventricle morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal left ventricle morphology`$publicGeneCount #> [1] 43 #> #> $`Abnormal left ventricle morphology`$urlId #> [1] "HP_0001711" #> #> $`Abnormal left ventricle morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal left ventricle morphology`$`_parent` #> [1] "HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal left ventricle morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal left ventricle morphology`$children #> $`Abnormal left ventricle morphology`$children[[1]] #> [1] "HP_0001712<HP_0001711<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal left ventricle morphology`$value #> [1] "Abnormal left ventricle morphology" #> #> #> $`Abnormal leukocyte count` #> $`Abnormal leukocyte count`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011893" #> #> $`Abnormal leukocyte count`$`_id` #> [1] "HP_0011893<HP_0001881<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal leukocyte count`$privateGeneCount #> [1] 0 #> #> $`Abnormal leukocyte count`$publicGeneCount #> [1] 2 #> #> $`Abnormal leukocyte count`$urlId #> [1] "HP_0011893" #> #> $`Abnormal leukocyte count`$dbPhenotype #> [1] FALSE #> #> $`Abnormal leukocyte count`$`_parent` #> [1] "HP_0001881<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal leukocyte count`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal leukocyte count`$children #> $`Abnormal leukocyte count`$children[[1]] #> [1] "HP_0001974<HP_0011893<HP_0001881<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormal leukocyte count`$value #> [1] "Abnormal leukocyte count" #> #> #> $`Abnormal leukocyte count` #> $`Abnormal leukocyte count`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011893" #> #> $`Abnormal leukocyte count`$`_id` #> [1] "HP_0011893<HP_0001881<HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal leukocyte count`$privateGeneCount #> [1] 0 #> #> $`Abnormal leukocyte count`$publicGeneCount #> [1] 2 #> #> $`Abnormal leukocyte count`$urlId #> [1] "HP_0011893" #> #> $`Abnormal leukocyte count`$dbPhenotype #> [1] FALSE #> #> $`Abnormal leukocyte count`$`_parent` #> [1] "HP_0001881<HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal leukocyte count`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal leukocyte count`$children #> $`Abnormal leukocyte count`$children[[1]] #> [1] "HP_0001974<HP_0011893<HP_0001881<HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormal leukocyte count`$value #> [1] "Abnormal leukocyte count" #> #> #> $`Abnormal leukocyte morphology` #> $`Abnormal leukocyte morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001881" #> #> $`Abnormal leukocyte morphology`$`_id` #> [1] "HP_0001881<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal leukocyte morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal leukocyte morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal leukocyte morphology`$urlId #> [1] "HP_0001881" #> #> $`Abnormal leukocyte morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal leukocyte morphology`$`_parent` #> [1] "HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal leukocyte morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal leukocyte morphology`$children #> $`Abnormal leukocyte morphology`$children[[1]] #> [1] "HP_0011893<HP_0001881<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormal leukocyte morphology`$value #> [1] "Abnormal leukocyte morphology" #> #> #> $`Abnormal leukocyte morphology` #> $`Abnormal leukocyte morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001881" #> #> $`Abnormal leukocyte morphology`$`_id` #> [1] "HP_0001881<HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal leukocyte morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal leukocyte morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal leukocyte morphology`$urlId #> [1] "HP_0001881" #> #> $`Abnormal leukocyte morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal leukocyte morphology`$`_parent` #> [1] "HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal leukocyte morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal leukocyte morphology`$children #> $`Abnormal leukocyte morphology`$children[[1]] #> [1] "HP_0011893<HP_0001881<HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormal leukocyte morphology`$value #> [1] "Abnormal leukocyte morphology" #> #> #> $`Abnormal liver morphology` #> $`Abnormal liver morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0410042" #> #> $`Abnormal liver morphology`$`_id` #> [1] "HP_0410042<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal liver morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal liver morphology`$publicGeneCount #> [1] 10 #> #> $`Abnormal liver morphology`$urlId #> [1] "HP_0410042" #> #> $`Abnormal liver morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal liver morphology`$`_parent` #> [1] "HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal liver morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal liver morphology`$children #> $`Abnormal liver morphology`$children[[1]] #> [1] "HP_0002240<HP_0410042<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormal liver morphology`$value #> [1] "Abnormal liver morphology" #> #> #> $`Abnormal lower limb bone morphology` #> $`Abnormal lower limb bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040069" #> #> $`Abnormal lower limb bone morphology`$`_id` #> [1] "HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal lower limb bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal lower limb bone morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal lower limb bone morphology`$urlId #> [1] "HP_0040069" #> #> $`Abnormal lower limb bone morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal lower limb bone morphology`$`_parent` #> [1] "HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal lower limb bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal lower limb bone morphology`$children #> $`Abnormal lower limb bone morphology`$children[[1]] #> [1] "HP_0001850<HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal lower limb bone morphology`$value #> [1] "Abnormal lower limb bone morphology" #> #> #> $`Abnormal lower limb bone morphology` #> $`Abnormal lower limb bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040069" #> #> $`Abnormal lower limb bone morphology`$`_id` #> [1] "HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal lower limb bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal lower limb bone morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal lower limb bone morphology`$urlId #> [1] "HP_0040069" #> #> $`Abnormal lower limb bone morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal lower limb bone morphology`$`_parent` #> [1] "HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal lower limb bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal lower limb bone morphology`$children #> $`Abnormal lower limb bone morphology`$children[[1]] #> [1] "HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal lower limb bone morphology`$value #> [1] "Abnormal lower limb bone morphology" #> #> #> $`Abnormal lower limb bone morphology` #> $`Abnormal lower limb bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040069" #> #> $`Abnormal lower limb bone morphology`$`_id` #> [1] "HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal lower limb bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal lower limb bone morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal lower limb bone morphology`$urlId #> [1] "HP_0040069" #> #> $`Abnormal lower limb bone morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal lower limb bone morphology`$`_parent` #> [1] "HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal lower limb bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal lower limb bone morphology`$children #> $`Abnormal lower limb bone morphology`$children[[1]] #> [1] "HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormal lower limb bone morphology`$value #> [1] "Abnormal lower limb bone morphology" #> #> #> $`Abnormal lung morphology` #> $`Abnormal lung morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002088" #> #> $`Abnormal lung morphology`$`_id` #> [1] "HP_0002088<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal lung morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal lung morphology`$publicGeneCount #> [1] 12 #> #> $`Abnormal lung morphology`$urlId #> [1] "HP_0002088" #> #> $`Abnormal lung morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal lung morphology`$`_parent` #> [1] "HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal lung morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal lung morphology`$children #> $`Abnormal lung morphology`$children[[1]] #> [1] "HP_0002097<HP_0002088<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Abnormal lung morphology`$value #> [1] "Abnormal lung morphology" #> #> #> $`Abnormal lymphocyte physiology` #> $`Abnormal lymphocyte physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031409" #> #> $`Abnormal lymphocyte physiology`$`_id` #> [1] "HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal lymphocyte physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal lymphocyte physiology`$publicGeneCount #> [1] 1 #> #> $`Abnormal lymphocyte physiology`$urlId #> [1] "HP_0031409" #> #> $`Abnormal lymphocyte physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal lymphocyte physiology`$`_parent` #> [1] "HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal lymphocyte physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal lymphocyte physiology`$children #> $`Abnormal lymphocyte physiology`$children[[1]] #> [1] "HP_0005372<HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormal lymphocyte physiology`$value #> [1] "Abnormal lymphocyte physiology" #> #> #> $`Abnormal lymphocyte physiology` #> $`Abnormal lymphocyte physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031409" #> #> $`Abnormal lymphocyte physiology`$`_id` #> [1] "HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal lymphocyte physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal lymphocyte physiology`$publicGeneCount #> [1] 1 #> #> $`Abnormal lymphocyte physiology`$urlId #> [1] "HP_0031409" #> #> $`Abnormal lymphocyte physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal lymphocyte physiology`$`_parent` #> [1] "HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal lymphocyte physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal lymphocyte physiology`$children #> $`Abnormal lymphocyte physiology`$children[[1]] #> [1] "HP_0005372<HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal lymphocyte physiology`$value #> [1] "Abnormal lymphocyte physiology" #> #> #> $`Abnormal lymphocyte physiology` #> $`Abnormal lymphocyte physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031409" #> #> $`Abnormal lymphocyte physiology`$`_id` #> [1] "HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormal lymphocyte physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal lymphocyte physiology`$publicGeneCount #> [1] 1 #> #> $`Abnormal lymphocyte physiology`$urlId #> [1] "HP_0031409" #> #> $`Abnormal lymphocyte physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal lymphocyte physiology`$`_parent` #> [1] "HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormal lymphocyte physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal lymphocyte physiology`$children #> $`Abnormal lymphocyte physiology`$children[[1]] #> [1] "HP_0005372<HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> #> $`Abnormal lymphocyte physiology`$value #> [1] "Abnormal lymphocyte physiology" #> #> #> $`Abnormal macular morphology` #> $`Abnormal macular morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001103" #> #> $`Abnormal macular morphology`$`_id` #> [1] "HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal macular morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal macular morphology`$publicGeneCount #> [1] 5 #> #> $`Abnormal macular morphology`$urlId #> [1] "HP_0001103" #> #> $`Abnormal macular morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal macular morphology`$`_parent` #> [1] "HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal macular morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal macular morphology`$children #> $`Abnormal macular morphology`$children[[1]] #> [1] "HP_0007754<HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal macular morphology`$children[[2]] #> [1] "HP_0030498<HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal macular morphology`$value #> [1] "Abnormal macular morphology" #> #> #> $`Abnormal magnesium concentration` #> $`Abnormal magnesium concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004921" #> #> $`Abnormal magnesium concentration`$`_id` #> [1] "HP_0004921<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal magnesium concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal magnesium concentration`$publicGeneCount #> [1] 5 #> #> $`Abnormal magnesium concentration`$urlId #> [1] "HP_0004921" #> #> $`Abnormal magnesium concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal magnesium concentration`$`_parent` #> [1] "HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal magnesium concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal magnesium concentration`$children #> $`Abnormal magnesium concentration`$children[[1]] #> [1] "HP_0002917<HP_0004921<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal magnesium concentration`$value #> [1] "Abnormal magnesium concentration" #> #> #> $`Abnormal male reproductive system physiology` #> $`Abnormal male reproductive system physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012874" #> #> $`Abnormal male reproductive system physiology`$`_id` #> [1] "HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal male reproductive system physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal male reproductive system physiology`$publicGeneCount #> [1] 13 #> #> $`Abnormal male reproductive system physiology`$urlId #> [1] "HP_0012874" #> #> $`Abnormal male reproductive system physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal male reproductive system physiology`$`_parent` #> [1] "HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal male reproductive system physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal male reproductive system physiology`$children #> $`Abnormal male reproductive system physiology`$children[[1]] #> [1] "HP_0040307<HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal male reproductive system physiology`$value #> [1] "Abnormal male reproductive system physiology" #> #> #> $`Abnormal meningeal morphology` #> $`Abnormal meningeal morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010651" #> #> $`Abnormal meningeal morphology`$`_id` #> [1] "HP_0010651<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal meningeal morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal meningeal morphology`$publicGeneCount #> [1] 4 #> #> $`Abnormal meningeal morphology`$urlId #> [1] "HP_0010651" #> #> $`Abnormal meningeal morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal meningeal morphology`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal meningeal morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal meningeal morphology`$children #> $`Abnormal meningeal morphology`$children[[1]] #> [1] "HP_0002435<HP_0010651<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal meningeal morphology`$value #> [1] "Abnormal meningeal morphology" #> #> #> $`Abnormal metabolism` #> $`Abnormal metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032245" #> #> $`Abnormal metabolism`$`_id` #> [1] "HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal metabolism`$privateGeneCount #> [1] 0 #> #> $`Abnormal metabolism`$publicGeneCount #> [1] 16 #> #> $`Abnormal metabolism`$urlId #> [1] "HP_0032245" #> #> $`Abnormal metabolism`$dbPhenotype #> [1] FALSE #> #> $`Abnormal metabolism`$`_parent` #> [1] "HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal metabolism`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal metabolism`$children #> $`Abnormal metabolism`$children[[1]] #> [1] "HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal metabolism`$children[[2]] #> [1] "HP_0011033<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal metabolism`$value #> [1] "Abnormal metabolism" #> #> #> $`Abnormal morphology of female internal genitalia` #> $`Abnormal morphology of female internal genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000008" #> #> $`Abnormal morphology of female internal genitalia`$`_id` #> [1] "HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of female internal genitalia`$privateGeneCount #> [1] 0 #> #> $`Abnormal morphology of female internal genitalia`$publicGeneCount #> [1] 35 #> #> $`Abnormal morphology of female internal genitalia`$urlId #> [1] "HP_0000008" #> #> $`Abnormal morphology of female internal genitalia`$dbPhenotype #> [1] FALSE #> #> $`Abnormal morphology of female internal genitalia`$`_parent` #> [1] "HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of female internal genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal morphology of female internal genitalia`$children #> $`Abnormal morphology of female internal genitalia`$children[[1]] #> [1] "HP_0000137<HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal morphology of female internal genitalia`$value #> [1] "Abnormal morphology of female internal genitalia" #> #> #> $`Abnormal morphology of female internal genitalia` #> $`Abnormal morphology of female internal genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000008" #> #> $`Abnormal morphology of female internal genitalia`$`_id` #> [1] "HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of female internal genitalia`$privateGeneCount #> [1] 0 #> #> $`Abnormal morphology of female internal genitalia`$publicGeneCount #> [1] 35 #> #> $`Abnormal morphology of female internal genitalia`$urlId #> [1] "HP_0000008" #> #> $`Abnormal morphology of female internal genitalia`$dbPhenotype #> [1] FALSE #> #> $`Abnormal morphology of female internal genitalia`$`_parent` #> [1] "HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of female internal genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal morphology of female internal genitalia`$children #> $`Abnormal morphology of female internal genitalia`$children[[1]] #> [1] "HP_0000137<HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal morphology of female internal genitalia`$value #> [1] "Abnormal morphology of female internal genitalia" #> #> #> $`Abnormal morphology of the great vessels` #> $`Abnormal morphology of the great vessels`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030962" #> #> $`Abnormal morphology of the great vessels`$`_id` #> [1] "HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of the great vessels`$privateGeneCount #> [1] 0 #> #> $`Abnormal morphology of the great vessels`$publicGeneCount #> [1] 6 #> #> $`Abnormal morphology of the great vessels`$urlId #> [1] "HP_0030962" #> #> $`Abnormal morphology of the great vessels`$dbPhenotype #> [1] FALSE #> #> $`Abnormal morphology of the great vessels`$`_parent` #> [1] "HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of the great vessels`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal morphology of the great vessels`$children #> $`Abnormal morphology of the great vessels`$children[[1]] #> [1] "HP_0001679<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of the great vessels`$children[[2]] #> [1] "HP_0011603<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal morphology of the great vessels`$value #> [1] "Abnormal morphology of the great vessels" #> #> #> $`Abnormal morphology of the great vessels` #> $`Abnormal morphology of the great vessels`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030962" #> #> $`Abnormal morphology of the great vessels`$`_id` #> [1] "HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of the great vessels`$privateGeneCount #> [1] 0 #> #> $`Abnormal morphology of the great vessels`$publicGeneCount #> [1] 6 #> #> $`Abnormal morphology of the great vessels`$urlId #> [1] "HP_0030962" #> #> $`Abnormal morphology of the great vessels`$dbPhenotype #> [1] FALSE #> #> $`Abnormal morphology of the great vessels`$`_parent` #> [1] "HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of the great vessels`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal morphology of the great vessels`$children #> $`Abnormal morphology of the great vessels`$children[[1]] #> [1] "HP_0001679<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of the great vessels`$children[[2]] #> [1] "HP_0011603<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal morphology of the great vessels`$value #> [1] "Abnormal morphology of the great vessels" #> #> #> $`Abnormal morphology of the musculature of the neck` #> $`Abnormal morphology of the musculature of the neck`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011006" #> #> $`Abnormal morphology of the musculature of the neck`$`_id` #> [1] "HP_0011006<HP_0000464<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of the musculature of the neck`$privateGeneCount #> [1] 0 #> #> $`Abnormal morphology of the musculature of the neck`$publicGeneCount #> [1] 3 #> #> $`Abnormal morphology of the musculature of the neck`$urlId #> [1] "HP_0011006" #> #> $`Abnormal morphology of the musculature of the neck`$dbPhenotype #> [1] FALSE #> #> $`Abnormal morphology of the musculature of the neck`$`_parent` #> [1] "HP_0000464<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of the musculature of the neck`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal morphology of the musculature of the neck`$children #> $`Abnormal morphology of the musculature of the neck`$children[[1]] #> [1] "HP_0000473<HP_0011006<HP_0000464<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal morphology of the musculature of the neck`$value #> [1] "Abnormal morphology of the musculature of the neck" #> #> #> $`Abnormal morphology of the musculature of the neck` #> $`Abnormal morphology of the musculature of the neck`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011006" #> #> $`Abnormal morphology of the musculature of the neck`$`_id` #> [1] "HP_0011006<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of the musculature of the neck`$privateGeneCount #> [1] 0 #> #> $`Abnormal morphology of the musculature of the neck`$publicGeneCount #> [1] 3 #> #> $`Abnormal morphology of the musculature of the neck`$urlId #> [1] "HP_0011006" #> #> $`Abnormal morphology of the musculature of the neck`$dbPhenotype #> [1] FALSE #> #> $`Abnormal morphology of the musculature of the neck`$`_parent` #> [1] "HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal morphology of the musculature of the neck`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal morphology of the musculature of the neck`$children #> $`Abnormal morphology of the musculature of the neck`$children[[1]] #> [1] "HP_0000473<HP_0011006<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Abnormal morphology of the musculature of the neck`$value #> [1] "Abnormal morphology of the musculature of the neck" #> #> #> $`Abnormal muscle physiology` #> $`Abnormal muscle physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011804" #> #> $`Abnormal muscle physiology`$`_id` #> [1] "HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal muscle physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal muscle physiology`$publicGeneCount #> [1] 118 #> #> $`Abnormal muscle physiology`$urlId #> [1] "HP_0011804" #> #> $`Abnormal muscle physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal muscle physiology`$`_parent` #> [1] "HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal muscle physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal muscle physiology`$children #> $`Abnormal muscle physiology`$children[[1]] #> [1] "HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal muscle physiology`$children[[2]] #> [1] "HP_0001324<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal muscle physiology`$children[[3]] #> [1] "HP_0002486<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal muscle physiology`$children[[4]] #> [1] "HP_0001281<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Abnormal muscle physiology`$value #> [1] "Abnormal muscle physiology" #> #> #> $`abnormal muscle physiology` #> $`abnormal muscle physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002106" #> #> $`abnormal muscle physiology`$`_id` #> [1] "MP_0002106<MP_0005369<MP_0000001" #> #> $`abnormal muscle physiology`$privateGeneCount #> [1] 0 #> #> $`abnormal muscle physiology`$publicGeneCount #> [1] 5 #> #> $`abnormal muscle physiology`$urlId #> [1] "MP_0002106" #> #> $`abnormal muscle physiology`$dbPhenotype #> [1] FALSE #> #> $`abnormal muscle physiology`$`_parent` #> [1] "MP_0005369<MP_0000001" #> #> $`abnormal muscle physiology`$`_is_leaf` #> [1] FALSE #> #> $`abnormal muscle physiology`$children #> $`abnormal muscle physiology`$children[[1]] #> [1] "MP_0004142<MP_0002106<MP_0005369<MP_0000001" #> #> #> $`abnormal muscle physiology`$value #> [1] "abnormal muscle physiology" #> #> #> $`Abnormal muscle tone` #> $`Abnormal muscle tone`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003808" #> #> $`Abnormal muscle tone`$`_id` #> [1] "HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal muscle tone`$privateGeneCount #> [1] 0 #> #> $`Abnormal muscle tone`$publicGeneCount #> [1] 21 #> #> $`Abnormal muscle tone`$urlId #> [1] "HP_0003808" #> #> $`Abnormal muscle tone`$dbPhenotype #> [1] FALSE #> #> $`Abnormal muscle tone`$`_parent` #> [1] "HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal muscle tone`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal muscle tone`$children #> $`Abnormal muscle tone`$children[[1]] #> [1] "HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal muscle tone`$children[[2]] #> [1] "HP_0001252<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Abnormal muscle tone`$value #> [1] "Abnormal muscle tone" #> #> #> $`abnormal muscle tone` #> $`abnormal muscle tone`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0004142" #> #> $`abnormal muscle tone`$`_id` #> [1] "MP_0004142<MP_0002106<MP_0005369<MP_0000001" #> #> $`abnormal muscle tone`$privateGeneCount #> [1] 0 #> #> $`abnormal muscle tone`$publicGeneCount #> [1] 5 #> #> $`abnormal muscle tone`$urlId #> [1] "MP_0004142" #> #> $`abnormal muscle tone`$dbPhenotype #> [1] FALSE #> #> $`abnormal muscle tone`$`_parent` #> [1] "MP_0002106<MP_0005369<MP_0000001" #> #> $`abnormal muscle tone`$`_is_leaf` #> [1] FALSE #> #> $`abnormal muscle tone`$children #> $`abnormal muscle tone`$children[[1]] #> [1] "MP_0004144<MP_0004142<MP_0002106<MP_0005369<MP_0000001" #> #> #> $`abnormal muscle tone`$value #> [1] "abnormal muscle tone" #> #> #> $`Abnormal myelination` #> $`Abnormal myelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012447" #> #> $`Abnormal myelination`$`_id` #> [1] "HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal myelination`$privateGeneCount #> [1] 0 #> #> $`Abnormal myelination`$publicGeneCount #> [1] 5 #> #> $`Abnormal myelination`$urlId #> [1] "HP_0012447" #> #> $`Abnormal myelination`$dbPhenotype #> [1] FALSE #> #> $`Abnormal myelination`$`_parent` #> [1] "HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal myelination`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal myelination`$children #> $`Abnormal myelination`$children[[1]] #> [1] "HP_0011400<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal myelination`$children[[2]] #> [1] "HP_0003130<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal myelination`$value #> [1] "Abnormal myelination" #> #> #> $`Abnormal nasal morphology` #> $`Abnormal nasal morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005105" #> #> $`Abnormal nasal morphology`$`_id` #> [1] "HP_0005105<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal nasal morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal nasal morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal nasal morphology`$urlId #> [1] "HP_0005105" #> #> $`Abnormal nasal morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal nasal morphology`$`_parent` #> [1] "HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal nasal morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal nasal morphology`$children #> $`Abnormal nasal morphology`$children[[1]] #> [1] "HP_0004122<HP_0005105<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal nasal morphology`$value #> [1] "Abnormal nasal morphology" #> #> #> $`Abnormal nephron morphology` #> $`Abnormal nephron morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012575" #> #> $`Abnormal nephron morphology`$`_id` #> [1] "HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal nephron morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal nephron morphology`$publicGeneCount #> [1] 8 #> #> $`Abnormal nephron morphology`$urlId #> [1] "HP_0012575" #> #> $`Abnormal nephron morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal nephron morphology`$`_parent` #> [1] "HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal nephron morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal nephron morphology`$children #> $`Abnormal nephron morphology`$children[[1]] #> [1] "HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal nephron morphology`$children[[2]] #> [1] "HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal nephron morphology`$value #> [1] "Abnormal nephron morphology" #> #> #> $`abnormal nervous system development` #> $`abnormal nervous system development`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0003861" #> #> $`abnormal nervous system development`$`_id` #> [1] "MP_0003861<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal nervous system development`$privateGeneCount #> [1] 0 #> #> $`abnormal nervous system development`$publicGeneCount #> [1] 1 #> #> $`abnormal nervous system development`$urlId #> [1] "MP_0003861" #> #> $`abnormal nervous system development`$dbPhenotype #> [1] FALSE #> #> $`abnormal nervous system development`$`_parent` #> [1] "MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal nervous system development`$`_is_leaf` #> [1] FALSE #> #> $`abnormal nervous system development`$children #> $`abnormal nervous system development`$children[[1]] #> [1] "MP_0000913<MP_0003861<MP_0003632<MP_0003631<MP_0000001" #> #> #> $`abnormal nervous system development`$value #> [1] "abnormal nervous system development" #> #> #> $`Abnormal nervous system electrophysiology` #> $`Abnormal nervous system electrophysiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001311" #> #> $`Abnormal nervous system electrophysiology`$`_id` #> [1] "HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system electrophysiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal nervous system electrophysiology`$publicGeneCount #> [1] 4 #> #> $`Abnormal nervous system electrophysiology`$urlId #> [1] "HP_0001311" #> #> $`Abnormal nervous system electrophysiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal nervous system electrophysiology`$`_parent` #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system electrophysiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal nervous system electrophysiology`$children #> $`Abnormal nervous system electrophysiology`$children[[1]] #> [1] "HP_0030178<HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal nervous system electrophysiology`$value #> [1] "Abnormal nervous system electrophysiology" #> #> #> $`Abnormal nervous system morphology` #> $`Abnormal nervous system morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012639" #> #> $`Abnormal nervous system morphology`$`_id` #> [1] "HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal nervous system morphology`$publicGeneCount #> [1] 124 #> #> $`Abnormal nervous system morphology`$urlId #> [1] "HP_0012639" #> #> $`Abnormal nervous system morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal nervous system morphology`$`_parent` #> [1] "HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal nervous system morphology`$children #> $`Abnormal nervous system morphology`$children[[1]] #> [1] "HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system morphology`$children[[2]] #> [1] "HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system morphology`$children[[3]] #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal nervous system morphology`$value #> [1] "Abnormal nervous system morphology" #> #> #> $`abnormal nervous system morphology` #> $`abnormal nervous system morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0003632" #> #> $`abnormal nervous system morphology`$`_id` #> [1] "MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal nervous system morphology`$privateGeneCount #> [1] 0 #> #> $`abnormal nervous system morphology`$publicGeneCount #> [1] 5 #> #> $`abnormal nervous system morphology`$urlId #> [1] "MP_0003632" #> #> $`abnormal nervous system morphology`$dbPhenotype #> [1] FALSE #> #> $`abnormal nervous system morphology`$`_parent` #> [1] "MP_0003631<MP_0000001" #> #> $`abnormal nervous system morphology`$`_is_leaf` #> [1] FALSE #> #> $`abnormal nervous system morphology`$children #> $`abnormal nervous system morphology`$children[[1]] #> [1] "MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal nervous system morphology`$children[[2]] #> [1] "MP_0003634<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal nervous system morphology`$children[[3]] #> [1] "MP_0003861<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal nervous system morphology`$children[[4]] #> [1] "MP_0002882<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal nervous system morphology`$children[[5]] #> [1] "MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> #> $`abnormal nervous system morphology`$value #> [1] "abnormal nervous system morphology" #> #> #> $`Abnormal nervous system physiology` #> $`Abnormal nervous system physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012638" #> #> $`Abnormal nervous system physiology`$`_id` #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal nervous system physiology`$publicGeneCount #> [1] 209 #> #> $`Abnormal nervous system physiology`$urlId #> [1] "HP_0012638" #> #> $`Abnormal nervous system physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal nervous system physiology`$`_parent` #> [1] "HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal nervous system physiology`$children #> $`Abnormal nervous system physiology`$children[[1]] #> [1] "HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system physiology`$children[[2]] #> [1] "HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system physiology`$children[[3]] #> [1] "HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system physiology`$children[[4]] #> [1] "HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system physiology`$children[[5]] #> [1] "HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system physiology`$children[[6]] #> [1] "HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system physiology`$children[[7]] #> [1] "HP_0002315<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system physiology`$children[[8]] #> [1] "HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal nervous system physiology`$children[[9]] #> [1] "HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal nervous system physiology`$value #> [1] "Abnormal nervous system physiology" #> #> #> $`abnormal nervous system physiology` #> $`abnormal nervous system physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0003633" #> #> $`abnormal nervous system physiology`$`_id` #> [1] "MP_0003633<MP_0003631<MP_0000001" #> #> $`abnormal nervous system physiology`$privateGeneCount #> [1] 0 #> #> $`abnormal nervous system physiology`$publicGeneCount #> [1] 1 #> #> $`abnormal nervous system physiology`$urlId #> [1] "MP_0003633" #> #> $`abnormal nervous system physiology`$dbPhenotype #> [1] FALSE #> #> $`abnormal nervous system physiology`$`_parent` #> [1] "MP_0003631<MP_0000001" #> #> $`abnormal nervous system physiology`$`_is_leaf` #> [1] FALSE #> #> $`abnormal nervous system physiology`$children #> $`abnormal nervous system physiology`$children[[1]] #> [1] "MP_0002064<MP_0003633<MP_0003631<MP_0000001" #> #> #> $`abnormal nervous system physiology`$value #> [1] "abnormal nervous system physiology" #> #> #> $`Abnormal neural tube morphology` #> $`Abnormal neural tube morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0410043" #> #> $`Abnormal neural tube morphology`$`_id` #> [1] "HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal neural tube morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal neural tube morphology`$publicGeneCount #> [1] 4 #> #> $`Abnormal neural tube morphology`$urlId #> [1] "HP_0410043" #> #> $`Abnormal neural tube morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal neural tube morphology`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal neural tube morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal neural tube morphology`$children #> $`Abnormal neural tube morphology`$children[[1]] #> [1] "HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal neural tube morphology`$value #> [1] "Abnormal neural tube morphology" #> #> #> $`abnormal neuron morphology` #> $`abnormal neuron morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002882" #> #> $`abnormal neuron morphology`$`_id` #> [1] "MP_0002882<MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal neuron morphology`$privateGeneCount #> [1] 0 #> #> $`abnormal neuron morphology`$publicGeneCount #> [1] 1 #> #> $`abnormal neuron morphology`$urlId #> [1] "MP_0002882" #> #> $`abnormal neuron morphology`$dbPhenotype #> [1] FALSE #> #> $`abnormal neuron morphology`$`_parent` #> [1] "MP_0003632<MP_0003631<MP_0000001" #> #> $`abnormal neuron morphology`$`_is_leaf` #> [1] FALSE #> #> $`abnormal neuron morphology`$children #> $`abnormal neuron morphology`$children[[1]] #> [1] "MP_0003224<MP_0002882<MP_0003632<MP_0003631<MP_0000001" #> #> #> $`abnormal neuron morphology`$value #> [1] "abnormal neuron morphology" #> #> #> $`Abnormal number of incisors` #> $`Abnormal number of incisors`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011064" #> #> $`Abnormal number of incisors`$`_id` #> [1] "HP_0011064<HP_0000676<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal number of incisors`$privateGeneCount #> [1] 0 #> #> $`Abnormal number of incisors`$publicGeneCount #> [1] 1 #> #> $`Abnormal number of incisors`$urlId #> [1] "HP_0011064" #> #> $`Abnormal number of incisors`$dbPhenotype #> [1] FALSE #> #> $`Abnormal number of incisors`$`_parent` #> [1] "HP_0000676<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal number of incisors`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal number of incisors`$children #> $`Abnormal number of incisors`$children[[1]] #> [1] "HP_0006315<HP_0011064<HP_0000676<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal number of incisors`$value #> [1] "Abnormal number of incisors" #> #> #> $`Abnormal number of incisors` #> $`Abnormal number of incisors`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011064" #> #> $`Abnormal number of incisors`$`_id` #> [1] "HP_0011064<HP_0006483<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal number of incisors`$privateGeneCount #> [1] 0 #> #> $`Abnormal number of incisors`$publicGeneCount #> [1] 1 #> #> $`Abnormal number of incisors`$urlId #> [1] "HP_0011064" #> #> $`Abnormal number of incisors`$dbPhenotype #> [1] FALSE #> #> $`Abnormal number of incisors`$`_parent` #> [1] "HP_0006483<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal number of incisors`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal number of incisors`$children #> $`Abnormal number of incisors`$children[[1]] #> [1] "HP_0006315<HP_0011064<HP_0006483<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal number of incisors`$value #> [1] "Abnormal number of incisors" #> #> #> $`Abnormal number of teeth` #> $`Abnormal number of teeth`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006483" #> #> $`Abnormal number of teeth`$`_id` #> [1] "HP_0006483<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal number of teeth`$privateGeneCount #> [1] 0 #> #> $`Abnormal number of teeth`$publicGeneCount #> [1] 1 #> #> $`Abnormal number of teeth`$urlId #> [1] "HP_0006483" #> #> $`Abnormal number of teeth`$dbPhenotype #> [1] FALSE #> #> $`Abnormal number of teeth`$`_parent` #> [1] "HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal number of teeth`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal number of teeth`$children #> $`Abnormal number of teeth`$children[[1]] #> [1] "HP_0011064<HP_0006483<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal number of teeth`$value #> [1] "Abnormal number of teeth" #> #> #> $`Abnormal ocular adnexa morphology` #> $`Abnormal ocular adnexa morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030669" #> #> $`Abnormal ocular adnexa morphology`$`_id` #> [1] "HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal ocular adnexa morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal ocular adnexa morphology`$publicGeneCount #> [1] 6 #> #> $`Abnormal ocular adnexa morphology`$urlId #> [1] "HP_0030669" #> #> $`Abnormal ocular adnexa morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal ocular adnexa morphology`$`_parent` #> [1] "HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal ocular adnexa morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal ocular adnexa morphology`$children #> $`Abnormal ocular adnexa morphology`$children[[1]] #> [1] "HP_0000492<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal ocular adnexa morphology`$children[[2]] #> [1] "HP_0008049<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal ocular adnexa morphology`$value #> [1] "Abnormal ocular adnexa morphology" #> #> #> $`Abnormal oral cavity morphology` #> $`Abnormal oral cavity morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000163" #> #> $`Abnormal oral cavity morphology`$`_id` #> [1] "HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral cavity morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal oral cavity morphology`$publicGeneCount #> [1] 20 #> #> $`Abnormal oral cavity morphology`$urlId #> [1] "HP_0000163" #> #> $`Abnormal oral cavity morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal oral cavity morphology`$`_parent` #> [1] "HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral cavity morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal oral cavity morphology`$children #> $`Abnormal oral cavity morphology`$children[[1]] #> [1] "HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral cavity morphology`$children[[2]] #> [1] "HP_0011337<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral cavity morphology`$children[[3]] #> [1] "HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal oral cavity morphology`$value #> [1] "Abnormal oral cavity morphology" #> #> #> $`Abnormal oral morphology` #> $`Abnormal oral morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031816" #> #> $`Abnormal oral morphology`$`_id` #> [1] "HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal oral morphology`$publicGeneCount #> [1] 20 #> #> $`Abnormal oral morphology`$urlId #> [1] "HP_0031816" #> #> $`Abnormal oral morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal oral morphology`$`_parent` #> [1] "HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal oral morphology`$children #> $`Abnormal oral morphology`$children[[1]] #> [1] "HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal oral morphology`$value #> [1] "Abnormal oral morphology" #> #> #> $`Abnormal oral mucosa morphology` #> $`Abnormal oral mucosa morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011830" #> #> $`Abnormal oral mucosa morphology`$`_id` #> [1] "HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral mucosa morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal oral mucosa morphology`$publicGeneCount #> [1] 8 #> #> $`Abnormal oral mucosa morphology`$urlId #> [1] "HP_0011830" #> #> $`Abnormal oral mucosa morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal oral mucosa morphology`$`_parent` #> [1] "HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral mucosa morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal oral mucosa morphology`$children #> $`Abnormal oral mucosa morphology`$children[[1]] #> [1] "HP_0000168<HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral mucosa morphology`$children[[2]] #> [1] "HP_0000155<HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal oral mucosa morphology`$value #> [1] "Abnormal oral mucosa morphology" #> #> #> $`Abnormal oral physiology` #> $`Abnormal oral physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031815" #> #> $`Abnormal oral physiology`$`_id` #> [1] "HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal oral physiology`$publicGeneCount #> [1] 1 #> #> $`Abnormal oral physiology`$urlId #> [1] "HP_0031815" #> #> $`Abnormal oral physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal oral physiology`$`_parent` #> [1] "HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal oral physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal oral physiology`$children #> $`Abnormal oral physiology`$children[[1]] #> [1] "HP_0100755<HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal oral physiology`$value #> [1] "Abnormal oral physiology" #> #> #> $`Abnormal ovarian morphology` #> $`Abnormal ovarian morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031065" #> #> $`Abnormal ovarian morphology`$`_id` #> [1] "HP_0031065<HP_0000137<HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal ovarian morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal ovarian morphology`$publicGeneCount #> [1] 35 #> #> $`Abnormal ovarian morphology`$urlId #> [1] "HP_0031065" #> #> $`Abnormal ovarian morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal ovarian morphology`$`_parent` #> [1] "HP_0000137<HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal ovarian morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal ovarian morphology`$children #> $`Abnormal ovarian morphology`$children[[1]] #> [1] "HP_0000138<HP_0031065<HP_0000137<HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal ovarian morphology`$value #> [1] "Abnormal ovarian morphology" #> #> #> $`Abnormal ovarian morphology` #> $`Abnormal ovarian morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031065" #> #> $`Abnormal ovarian morphology`$`_id` #> [1] "HP_0031065<HP_0000137<HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal ovarian morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal ovarian morphology`$publicGeneCount #> [1] 35 #> #> $`Abnormal ovarian morphology`$urlId #> [1] "HP_0031065" #> #> $`Abnormal ovarian morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal ovarian morphology`$`_parent` #> [1] "HP_0000137<HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal ovarian morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal ovarian morphology`$children #> $`Abnormal ovarian morphology`$children[[1]] #> [1] "HP_0000138<HP_0031065<HP_0000137<HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal ovarian morphology`$value #> [1] "Abnormal ovarian morphology" #> #> #> $`Abnormal pancreas morphology` #> $`Abnormal pancreas morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012090" #> #> $`Abnormal pancreas morphology`$`_id` #> [1] "HP_0012090<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal pancreas morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal pancreas morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal pancreas morphology`$urlId #> [1] "HP_0012090" #> #> $`Abnormal pancreas morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal pancreas morphology`$`_parent` #> [1] "HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal pancreas morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal pancreas morphology`$children #> $`Abnormal pancreas morphology`$children[[1]] #> [1] "HP_0001737<HP_0012090<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormal pancreas morphology`$value #> [1] "Abnormal pancreas morphology" #> #> #> $`Abnormal parietal bone morphology` #> $`Abnormal parietal bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002696" #> #> $`Abnormal parietal bone morphology`$`_id` #> [1] "HP_0002696<HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal parietal bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal parietal bone morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal parietal bone morphology`$urlId #> [1] "HP_0002696" #> #> $`Abnormal parietal bone morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal parietal bone morphology`$`_parent` #> [1] "HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal parietal bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal parietal bone morphology`$children #> $`Abnormal parietal bone morphology`$children[[1]] #> [1] "HP_0002697<HP_0002696<HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal parietal bone morphology`$value #> [1] "Abnormal parietal bone morphology" #> #> #> $`Abnormal parietal bone morphology` #> $`Abnormal parietal bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002696" #> #> $`Abnormal parietal bone morphology`$`_id` #> [1] "HP_0002696<HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal parietal bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal parietal bone morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal parietal bone morphology`$urlId #> [1] "HP_0002696" #> #> $`Abnormal parietal bone morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal parietal bone morphology`$`_parent` #> [1] "HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal parietal bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal parietal bone morphology`$children #> $`Abnormal parietal bone morphology`$children[[1]] #> [1] "HP_0002697<HP_0002696<HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal parietal bone morphology`$value #> [1] "Abnormal parietal bone morphology" #> #> #> $`Abnormal pattern of respiration` #> $`Abnormal pattern of respiration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002793" #> #> $`Abnormal pattern of respiration`$`_id` #> [1] "HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal pattern of respiration`$privateGeneCount #> [1] 0 #> #> $`Abnormal pattern of respiration`$publicGeneCount #> [1] 46 #> #> $`Abnormal pattern of respiration`$urlId #> [1] "HP_0002793" #> #> $`Abnormal pattern of respiration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal pattern of respiration`$`_parent` #> [1] "HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal pattern of respiration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal pattern of respiration`$children #> $`Abnormal pattern of respiration`$children[[1]] #> [1] "HP_0002104<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal pattern of respiration`$children[[2]] #> [1] "HP_0002883<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal pattern of respiration`$children[[3]] #> [1] "HP_0002791<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Abnormal pattern of respiration`$value #> [1] "Abnormal pattern of respiration" #> #> #> $`Abnormal peripheral myelination` #> $`Abnormal peripheral myelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003130" #> #> $`Abnormal peripheral myelination`$`_id` #> [1] "HP_0003130<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal peripheral myelination`$privateGeneCount #> [1] 0 #> #> $`Abnormal peripheral myelination`$publicGeneCount #> [1] 3 #> #> $`Abnormal peripheral myelination`$urlId #> [1] "HP_0003130" #> #> $`Abnormal peripheral myelination`$dbPhenotype #> [1] FALSE #> #> $`Abnormal peripheral myelination`$`_parent` #> [1] "HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal peripheral myelination`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal peripheral myelination`$children #> $`Abnormal peripheral myelination`$children[[1]] #> [1] "HP_0011096<HP_0003130<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal peripheral myelination`$value #> [1] "Abnormal peripheral myelination" #> #> #> $`Abnormal peripheral myelination` #> $`Abnormal peripheral myelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003130" #> #> $`Abnormal peripheral myelination`$`_id` #> [1] "HP_0003130<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal peripheral myelination`$privateGeneCount #> [1] 0 #> #> $`Abnormal peripheral myelination`$publicGeneCount #> [1] 3 #> #> $`Abnormal peripheral myelination`$urlId #> [1] "HP_0003130" #> #> $`Abnormal peripheral myelination`$dbPhenotype #> [1] FALSE #> #> $`Abnormal peripheral myelination`$`_parent` #> [1] "HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal peripheral myelination`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal peripheral myelination`$children #> $`Abnormal peripheral myelination`$children[[1]] #> [1] "HP_0011096<HP_0003130<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal peripheral myelination`$value #> [1] "Abnormal peripheral myelination" #> #> #> $`Abnormal peripheral nervous system morphology` #> $`Abnormal peripheral nervous system morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000759" #> #> $`Abnormal peripheral nervous system morphology`$`_id` #> [1] "HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal peripheral nervous system morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal peripheral nervous system morphology`$publicGeneCount #> [1] 9 #> #> $`Abnormal peripheral nervous system morphology`$urlId #> [1] "HP_0000759" #> #> $`Abnormal peripheral nervous system morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal peripheral nervous system morphology`$`_parent` #> [1] "HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal peripheral nervous system morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal peripheral nervous system morphology`$children #> $`Abnormal peripheral nervous system morphology`$children[[1]] #> [1] "HP_0003130<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal peripheral nervous system morphology`$children[[2]] #> [1] "HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal peripheral nervous system morphology`$value #> [1] "Abnormal peripheral nervous system morphology" #> #> #> $`Abnormal platelet count` #> $`Abnormal platelet count`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011873" #> #> $`Abnormal platelet count`$`_id` #> [1] "HP_0011873<HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal platelet count`$privateGeneCount #> [1] 0 #> #> $`Abnormal platelet count`$publicGeneCount #> [1] 1 #> #> $`Abnormal platelet count`$urlId #> [1] "HP_0011873" #> #> $`Abnormal platelet count`$dbPhenotype #> [1] FALSE #> #> $`Abnormal platelet count`$`_parent` #> [1] "HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal platelet count`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal platelet count`$children #> $`Abnormal platelet count`$children[[1]] #> [1] "HP_0001873<HP_0011873<HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormal platelet count`$value #> [1] "Abnormal platelet count" #> #> #> $`Abnormal posterior eye segment morphology` #> $`Abnormal posterior eye segment morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004329" #> #> $`Abnormal posterior eye segment morphology`$`_id` #> [1] "HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal posterior eye segment morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal posterior eye segment morphology`$publicGeneCount #> [1] 12 #> #> $`Abnormal posterior eye segment morphology`$urlId #> [1] "HP_0004329" #> #> $`Abnormal posterior eye segment morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal posterior eye segment morphology`$`_parent` #> [1] "HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal posterior eye segment morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal posterior eye segment morphology`$children #> $`Abnormal posterior eye segment morphology`$children[[1]] #> [1] "HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal posterior eye segment morphology`$value #> [1] "Abnormal posterior eye segment morphology" #> #> #> $`Abnormal pupillary function` #> $`Abnormal pupillary function`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007686" #> #> $`Abnormal pupillary function`$`_id` #> [1] "HP_0007686<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal pupillary function`$privateGeneCount #> [1] 0 #> #> $`Abnormal pupillary function`$publicGeneCount #> [1] 1 #> #> $`Abnormal pupillary function`$urlId #> [1] "HP_0007686" #> #> $`Abnormal pupillary function`$dbPhenotype #> [1] FALSE #> #> $`Abnormal pupillary function`$`_parent` #> [1] "HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal pupillary function`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal pupillary function`$children #> $`Abnormal pupillary function`$children[[1]] #> [1] "HP_0000616<HP_0007686<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal pupillary function`$value #> [1] "Abnormal pupillary function" #> #> #> $`Abnormal reflex` #> $`Abnormal reflex`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031826" #> #> $`Abnormal reflex`$`_id` #> [1] "HP_0031826<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal reflex`$privateGeneCount #> [1] 0 #> #> $`Abnormal reflex`$publicGeneCount #> [1] 1 #> #> $`Abnormal reflex`$urlId #> [1] "HP_0031826" #> #> $`Abnormal reflex`$dbPhenotype #> [1] FALSE #> #> $`Abnormal reflex`$`_parent` #> [1] "HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal reflex`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal reflex`$children #> $`Abnormal reflex`$children[[1]] #> [1] "HP_0001347<HP_0031826<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal reflex`$value #> [1] "Abnormal reflex" #> #> #> $`Abnormal renal corpuscle morphology` #> $`Abnormal renal corpuscle morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031263" #> #> $`Abnormal renal corpuscle morphology`$`_id` #> [1] "HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal corpuscle morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal renal corpuscle morphology`$publicGeneCount #> [1] 3 #> #> $`Abnormal renal corpuscle morphology`$urlId #> [1] "HP_0031263" #> #> $`Abnormal renal corpuscle morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal renal corpuscle morphology`$`_parent` #> [1] "HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal corpuscle morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal renal corpuscle morphology`$children #> $`Abnormal renal corpuscle morphology`$children[[1]] #> [1] "HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal renal corpuscle morphology`$value #> [1] "Abnormal renal corpuscle morphology" #> #> #> $`Abnormal renal cortex morphology` #> $`Abnormal renal cortex morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011035" #> #> $`Abnormal renal cortex morphology`$`_id` #> [1] "HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal cortex morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal renal cortex morphology`$publicGeneCount #> [1] 3 #> #> $`Abnormal renal cortex morphology`$urlId #> [1] "HP_0011035" #> #> $`Abnormal renal cortex morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal renal cortex morphology`$`_parent` #> [1] "HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal cortex morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal renal cortex morphology`$children #> $`Abnormal renal cortex morphology`$children[[1]] #> [1] "HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal renal cortex morphology`$value #> [1] "Abnormal renal cortex morphology" #> #> #> $`Abnormal renal insterstitial morphology` #> $`Abnormal renal insterstitial morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032581" #> #> $`Abnormal renal insterstitial morphology`$`_id` #> [1] "HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal insterstitial morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal renal insterstitial morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal renal insterstitial morphology`$urlId #> [1] "HP_0032581" #> #> $`Abnormal renal insterstitial morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal renal insterstitial morphology`$`_parent` #> [1] "HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal insterstitial morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal renal insterstitial morphology`$children #> $`Abnormal renal insterstitial morphology`$children[[1]] #> [1] "HP_0001969<HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal renal insterstitial morphology`$value #> [1] "Abnormal renal insterstitial morphology" #> #> #> $`Abnormal renal medulla morphology` #> $`Abnormal renal medulla morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100957" #> #> $`Abnormal renal medulla morphology`$`_id` #> [1] "HP_0100957<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal medulla morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal renal medulla morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal renal medulla morphology`$urlId #> [1] "HP_0100957" #> #> $`Abnormal renal medulla morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal renal medulla morphology`$`_parent` #> [1] "HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal medulla morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal renal medulla morphology`$children #> $`Abnormal renal medulla morphology`$children[[1]] #> [1] "HP_0000090<HP_0100957<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal renal medulla morphology`$value #> [1] "Abnormal renal medulla morphology" #> #> #> $`Abnormal renal morphology` #> $`Abnormal renal morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012210" #> #> $`Abnormal renal morphology`$`_id` #> [1] "HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal renal morphology`$publicGeneCount #> [1] 13 #> #> $`Abnormal renal morphology`$urlId #> [1] "HP_0012210" #> #> $`Abnormal renal morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal renal morphology`$`_parent` #> [1] "HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal renal morphology`$children #> $`Abnormal renal morphology`$children[[1]] #> [1] "HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal morphology`$children[[2]] #> [1] "HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal morphology`$children[[3]] #> [1] "HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal morphology`$children[[4]] #> [1] "HP_0100957<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal morphology`$children[[5]] #> [1] "HP_0000787<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal morphology`$children[[6]] #> [1] "HP_0000107<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal morphology`$children[[7]] #> [1] "HP_0000110<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal renal morphology`$value #> [1] "Abnormal renal morphology" #> #> #> $`Abnormal renal physiology` #> $`Abnormal renal physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012211" #> #> $`Abnormal renal physiology`$`_id` #> [1] "HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal renal physiology`$publicGeneCount #> [1] 96 #> #> $`Abnormal renal physiology`$urlId #> [1] "HP_0012211" #> #> $`Abnormal renal physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal renal physiology`$`_parent` #> [1] "HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal renal physiology`$children #> $`Abnormal renal physiology`$children[[1]] #> [1] "HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal physiology`$children[[2]] #> [1] "HP_0000790<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal physiology`$children[[3]] #> [1] "HP_0000112<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal physiology`$children[[4]] #> [1] "HP_0000083<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal renal physiology`$value #> [1] "Abnormal renal physiology" #> #> #> $`Abnormal renal physiology` #> $`Abnormal renal physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012211" #> #> $`Abnormal renal physiology`$`_id` #> [1] "HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormal renal physiology`$publicGeneCount #> [1] 96 #> #> $`Abnormal renal physiology`$urlId #> [1] "HP_0012211" #> #> $`Abnormal renal physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal renal physiology`$`_parent` #> [1] "HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal renal physiology`$children #> $`Abnormal renal physiology`$children[[1]] #> [1] "HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal physiology`$children[[2]] #> [1] "HP_0000790<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal physiology`$children[[3]] #> [1] "HP_0000112<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal physiology`$children[[4]] #> [1] "HP_0000083<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal renal physiology`$value #> [1] "Abnormal renal physiology" #> #> #> $`Abnormal renal tubule morphology` #> $`Abnormal renal tubule morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000091" #> #> $`Abnormal renal tubule morphology`$`_id` #> [1] "HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal tubule morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal renal tubule morphology`$publicGeneCount #> [1] 5 #> #> $`Abnormal renal tubule morphology`$urlId #> [1] "HP_0000091" #> #> $`Abnormal renal tubule morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal renal tubule morphology`$`_parent` #> [1] "HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal tubule morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal renal tubule morphology`$children #> $`Abnormal renal tubule morphology`$children[[1]] #> [1] "HP_0001969<HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal renal tubule morphology`$children[[2]] #> [1] "HP_0008660<HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal renal tubule morphology`$value #> [1] "Abnormal renal tubule morphology" #> #> #> $`Abnormal reproductive system morphology` #> $`Abnormal reproductive system morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012243" #> #> $`Abnormal reproductive system morphology`$`_id` #> [1] "HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal reproductive system morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal reproductive system morphology`$publicGeneCount #> [1] 37 #> #> $`Abnormal reproductive system morphology`$urlId #> [1] "HP_0012243" #> #> $`Abnormal reproductive system morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal reproductive system morphology`$`_parent` #> [1] "HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal reproductive system morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal reproductive system morphology`$children #> $`Abnormal reproductive system morphology`$children[[1]] #> [1] "HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal reproductive system morphology`$children[[2]] #> [1] "HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal reproductive system morphology`$children[[3]] #> [1] "HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal reproductive system morphology`$children[[4]] #> [1] "HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal reproductive system morphology`$value #> [1] "Abnormal reproductive system morphology" #> #> #> $`Abnormal respiratory system morphology` #> $`Abnormal respiratory system morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012252" #> #> $`Abnormal respiratory system morphology`$`_id` #> [1] "HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal respiratory system morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal respiratory system morphology`$publicGeneCount #> [1] 13 #> #> $`Abnormal respiratory system morphology`$urlId #> [1] "HP_0012252" #> #> $`Abnormal respiratory system morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal respiratory system morphology`$`_parent` #> [1] "HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal respiratory system morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal respiratory system morphology`$children #> $`Abnormal respiratory system morphology`$children[[1]] #> [1] "HP_0002088<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal respiratory system morphology`$children[[2]] #> [1] "HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Abnormal respiratory system morphology`$value #> [1] "Abnormal respiratory system morphology" #> #> #> $`Abnormal reticulocyte morphology` #> $`Abnormal reticulocyte morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004312" #> #> $`Abnormal reticulocyte morphology`$`_id` #> [1] "HP_0004312<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal reticulocyte morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal reticulocyte morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal reticulocyte morphology`$urlId #> [1] "HP_0004312" #> #> $`Abnormal reticulocyte morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal reticulocyte morphology`$`_parent` #> [1] "HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal reticulocyte morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal reticulocyte morphology`$children #> $`Abnormal reticulocyte morphology`$children[[1]] #> [1] "HP_0001923<HP_0004312<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormal reticulocyte morphology`$value #> [1] "Abnormal reticulocyte morphology" #> #> #> $`Abnormal retinal morphology` #> $`Abnormal retinal morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000479" #> #> $`Abnormal retinal morphology`$`_id` #> [1] "HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal retinal morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal retinal morphology`$publicGeneCount #> [1] 8 #> #> $`Abnormal retinal morphology`$urlId #> [1] "HP_0000479" #> #> $`Abnormal retinal morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal retinal morphology`$`_parent` #> [1] "HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal retinal morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal retinal morphology`$children #> $`Abnormal retinal morphology`$children[[1]] #> [1] "HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal retinal morphology`$children[[2]] #> [1] "HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal retinal morphology`$children[[3]] #> [1] "HP_0000541<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal retinal morphology`$children[[4]] #> [1] "HP_0000556<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal retinal morphology`$value #> [1] "Abnormal retinal morphology" #> #> #> $`Abnormal right ventricle morphology` #> $`Abnormal right ventricle morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001707" #> #> $`Abnormal right ventricle morphology`$`_id` #> [1] "HP_0001707<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal right ventricle morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal right ventricle morphology`$publicGeneCount #> [1] 6 #> #> $`Abnormal right ventricle morphology`$urlId #> [1] "HP_0001707" #> #> $`Abnormal right ventricle morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal right ventricle morphology`$`_parent` #> [1] "HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal right ventricle morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal right ventricle morphology`$children #> $`Abnormal right ventricle morphology`$children[[1]] #> [1] "HP_0001667<HP_0001707<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal right ventricle morphology`$value #> [1] "Abnormal right ventricle morphology" #> #> #> $`Abnormal skeletal muscle morphology` #> $`Abnormal skeletal muscle morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011805" #> #> $`Abnormal skeletal muscle morphology`$`_id` #> [1] "HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal skeletal muscle morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal skeletal muscle morphology`$publicGeneCount #> [1] 23 #> #> $`Abnormal skeletal muscle morphology`$urlId #> [1] "HP_0011805" #> #> $`Abnormal skeletal muscle morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal skeletal muscle morphology`$`_parent` #> [1] "HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal skeletal muscle morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal skeletal muscle morphology`$children #> $`Abnormal skeletal muscle morphology`$children[[1]] #> [1] "HP_0011006<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal skeletal muscle morphology`$children[[2]] #> [1] "HP_0030236<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal skeletal muscle morphology`$children[[3]] #> [1] "HP_0008049<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal skeletal muscle morphology`$children[[4]] #> [1] "HP_0001371<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormal skeletal muscle morphology`$children[[5]] #> [1] "HP_0003201<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Abnormal skeletal muscle morphology`$value #> [1] "Abnormal skeletal muscle morphology" #> #> #> $`Abnormal skull morphology` #> $`Abnormal skull morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000929" #> #> $`Abnormal skull morphology`$`_id` #> [1] "HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal skull morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal skull morphology`$publicGeneCount #> [1] 11 #> #> $`Abnormal skull morphology`$urlId #> [1] "HP_0000929" #> #> $`Abnormal skull morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal skull morphology`$`_parent` #> [1] "HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal skull morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal skull morphology`$children #> $`Abnormal skull morphology`$children[[1]] #> [1] "HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal skull morphology`$children[[2]] #> [1] "HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormal skull morphology`$children[[3]] #> [1] "HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormal skull morphology`$value #> [1] "Abnormal skull morphology" #> #> #> $`Abnormal skull morphology` #> $`Abnormal skull morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000929" #> #> $`Abnormal skull morphology`$`_id` #> [1] "HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal skull morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal skull morphology`$publicGeneCount #> [1] 11 #> #> $`Abnormal skull morphology`$urlId #> [1] "HP_0000929" #> #> $`Abnormal skull morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal skull morphology`$`_parent` #> [1] "HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal skull morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal skull morphology`$children #> $`Abnormal skull morphology`$children[[1]] #> [1] "HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal skull morphology`$children[[2]] #> [1] "HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal skull morphology`$children[[3]] #> [1] "HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal skull morphology`$value #> [1] "Abnormal skull morphology" #> #> #> $`Abnormal spatial orientation of the cardiac segments` #> $`Abnormal spatial orientation of the cardiac segments`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011534" #> #> $`Abnormal spatial orientation of the cardiac segments`$`_id` #> [1] "HP_0011534<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal spatial orientation of the cardiac segments`$privateGeneCount #> [1] 0 #> #> $`Abnormal spatial orientation of the cardiac segments`$publicGeneCount #> [1] 1 #> #> $`Abnormal spatial orientation of the cardiac segments`$urlId #> [1] "HP_0011534" #> #> $`Abnormal spatial orientation of the cardiac segments`$dbPhenotype #> [1] FALSE #> #> $`Abnormal spatial orientation of the cardiac segments`$`_parent` #> [1] "HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal spatial orientation of the cardiac segments`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal spatial orientation of the cardiac segments`$children #> $`Abnormal spatial orientation of the cardiac segments`$children[[1]] #> [1] "HP_0011535<HP_0011534<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal spatial orientation of the cardiac segments`$value #> [1] "Abnormal spatial orientation of the cardiac segments" #> #> #> $`Abnormal spleen morphology` #> $`Abnormal spleen morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025408" #> #> $`Abnormal spleen morphology`$`_id` #> [1] "HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal spleen morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal spleen morphology`$publicGeneCount #> [1] 10 #> #> $`Abnormal spleen morphology`$urlId #> [1] "HP_0025408" #> #> $`Abnormal spleen morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal spleen morphology`$`_parent` #> [1] "HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal spleen morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal spleen morphology`$children #> $`Abnormal spleen morphology`$children[[1]] #> [1] "HP_0010451<HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal spleen morphology`$children[[2]] #> [1] "HP_0001744<HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormal spleen morphology`$value #> [1] "Abnormal spleen morphology" #> #> #> $`Abnormal spleen morphology` #> $`Abnormal spleen morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025408" #> #> $`Abnormal spleen morphology`$`_id` #> [1] "HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal spleen morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal spleen morphology`$publicGeneCount #> [1] 10 #> #> $`Abnormal spleen morphology`$urlId #> [1] "HP_0025408" #> #> $`Abnormal spleen morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal spleen morphology`$`_parent` #> [1] "HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal spleen morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal spleen morphology`$children #> $`Abnormal spleen morphology`$children[[1]] #> [1] "HP_0010451<HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal spleen morphology`$children[[2]] #> [1] "HP_0001744<HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal spleen morphology`$value #> [1] "Abnormal spleen morphology" #> #> #> $`Abnormal spleen morphology` #> $`Abnormal spleen morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025408" #> #> $`Abnormal spleen morphology`$`_id` #> [1] "HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal spleen morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal spleen morphology`$publicGeneCount #> [1] 10 #> #> $`Abnormal spleen morphology`$urlId #> [1] "HP_0025408" #> #> $`Abnormal spleen morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal spleen morphology`$`_parent` #> [1] "HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal spleen morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal spleen morphology`$children #> $`Abnormal spleen morphology`$children[[1]] #> [1] "HP_0010451<HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormal spleen morphology`$children[[2]] #> [1] "HP_0001744<HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormal spleen morphology`$value #> [1] "Abnormal spleen morphology" #> #> #> $`Abnormal subarachnoid space morphology` #> $`Abnormal subarachnoid space morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012703" #> #> $`Abnormal subarachnoid space morphology`$`_id` #> [1] "HP_0012703<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal subarachnoid space morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal subarachnoid space morphology`$publicGeneCount #> [1] 11 #> #> $`Abnormal subarachnoid space morphology`$urlId #> [1] "HP_0012703" #> #> $`Abnormal subarachnoid space morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal subarachnoid space morphology`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormal subarachnoid space morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal subarachnoid space morphology`$children #> $`Abnormal subarachnoid space morphology`$children[[1]] #> [1] "HP_0002138<HP_0012703<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormal subarachnoid space morphology`$value #> [1] "Abnormal subarachnoid space morphology" #> #> #> $`Abnormal systemic arterial morphology` #> $`Abnormal systemic arterial morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011004" #> #> $`Abnormal systemic arterial morphology`$`_id` #> [1] "HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic arterial morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal systemic arterial morphology`$publicGeneCount #> [1] 12 #> #> $`Abnormal systemic arterial morphology`$urlId #> [1] "HP_0011004" #> #> $`Abnormal systemic arterial morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal systemic arterial morphology`$`_parent` #> [1] "HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic arterial morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal systemic arterial morphology`$children #> $`Abnormal systemic arterial morphology`$children[[1]] #> [1] "HP_0001679<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic arterial morphology`$children[[2]] #> [1] "HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic arterial morphology`$children[[3]] #> [1] "HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic arterial morphology`$children[[4]] #> [1] "HP_0012089<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal systemic arterial morphology`$value #> [1] "Abnormal systemic arterial morphology" #> #> #> $`Abnormal systemic arterial morphology` #> $`Abnormal systemic arterial morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011004" #> #> $`Abnormal systemic arterial morphology`$`_id` #> [1] "HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic arterial morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal systemic arterial morphology`$publicGeneCount #> [1] 12 #> #> $`Abnormal systemic arterial morphology`$urlId #> [1] "HP_0011004" #> #> $`Abnormal systemic arterial morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal systemic arterial morphology`$`_parent` #> [1] "HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic arterial morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal systemic arterial morphology`$children #> $`Abnormal systemic arterial morphology`$children[[1]] #> [1] "HP_0001679<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic arterial morphology`$children[[2]] #> [1] "HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic arterial morphology`$children[[3]] #> [1] "HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic arterial morphology`$children[[4]] #> [1] "HP_0012089<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal systemic arterial morphology`$value #> [1] "Abnormal systemic arterial morphology" #> #> #> $`Abnormal systemic blood pressure` #> $`Abnormal systemic blood pressure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030972" #> #> $`Abnormal systemic blood pressure`$`_id` #> [1] "HP_0030972<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic blood pressure`$privateGeneCount #> [1] 0 #> #> $`Abnormal systemic blood pressure`$publicGeneCount #> [1] 55 #> #> $`Abnormal systemic blood pressure`$urlId #> [1] "HP_0030972" #> #> $`Abnormal systemic blood pressure`$dbPhenotype #> [1] FALSE #> #> $`Abnormal systemic blood pressure`$`_parent` #> [1] "HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal systemic blood pressure`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal systemic blood pressure`$children #> $`Abnormal systemic blood pressure`$children[[1]] #> [1] "HP_0002615<HP_0030972<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal systemic blood pressure`$value #> [1] "Abnormal systemic blood pressure" #> #> #> $`Abnormal tendon morphology` #> $`Abnormal tendon morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100261" #> #> $`Abnormal tendon morphology`$`_id` #> [1] "HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal tendon morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal tendon morphology`$publicGeneCount #> [1] 12 #> #> $`Abnormal tendon morphology`$urlId #> [1] "HP_0100261" #> #> $`Abnormal tendon morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal tendon morphology`$`_parent` #> [1] "HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal tendon morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal tendon morphology`$children #> $`Abnormal tendon morphology`$children[[1]] #> [1] "HP_0001371<HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal tendon morphology`$value #> [1] "Abnormal tendon morphology" #> #> #> $`Abnormal testis morphology` #> $`Abnormal testis morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000035" #> #> $`Abnormal testis morphology`$`_id` #> [1] "HP_0000035<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal testis morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal testis morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal testis morphology`$urlId #> [1] "HP_0000035" #> #> $`Abnormal testis morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal testis morphology`$`_parent` #> [1] "HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal testis morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal testis morphology`$children #> $`Abnormal testis morphology`$children[[1]] #> [1] "HP_0012215<HP_0000035<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal testis morphology`$value #> [1] "Abnormal testis morphology" #> #> #> $`Abnormal testis morphology` #> $`Abnormal testis morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000035" #> #> $`Abnormal testis morphology`$`_id` #> [1] "HP_0000035<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal testis morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal testis morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal testis morphology`$urlId #> [1] "HP_0000035" #> #> $`Abnormal testis morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal testis morphology`$`_parent` #> [1] "HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal testis morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal testis morphology`$children #> $`Abnormal testis morphology`$children[[1]] #> [1] "HP_0012215<HP_0000035<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal testis morphology`$value #> [1] "Abnormal testis morphology" #> #> #> $`Abnormal thrombocyte morphology` #> $`Abnormal thrombocyte morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001872" #> #> $`Abnormal thrombocyte morphology`$`_id` #> [1] "HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal thrombocyte morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal thrombocyte morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal thrombocyte morphology`$urlId #> [1] "HP_0001872" #> #> $`Abnormal thrombocyte morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal thrombocyte morphology`$`_parent` #> [1] "HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal thrombocyte morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal thrombocyte morphology`$children #> $`Abnormal thrombocyte morphology`$children[[1]] #> [1] "HP_0011873<HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormal thrombocyte morphology`$value #> [1] "Abnormal thrombocyte morphology" #> #> #> $`Abnormal thrombosis` #> $`Abnormal thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001977" #> #> $`Abnormal thrombosis`$`_id` #> [1] "HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal thrombosis`$privateGeneCount #> [1] 0 #> #> $`Abnormal thrombosis`$publicGeneCount #> [1] 76 #> #> $`Abnormal thrombosis`$urlId #> [1] "HP_0001977" #> #> $`Abnormal thrombosis`$dbPhenotype #> [1] TRUE #> #> $`Abnormal thrombosis`$`_parent` #> [1] "HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal thrombosis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal thrombosis`$children #> $`Abnormal thrombosis`$children[[1]] #> [1] "HP_0001907<HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormal thrombosis`$children[[2]] #> [1] "HP_0004936<HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormal thrombosis`$value #> [1] "Abnormal thrombosis" #> #> #> $`Abnormal trachea morphology` #> $`Abnormal trachea morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002778" #> #> $`Abnormal trachea morphology`$`_id` #> [1] "HP_0002778<HP_0005607<HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal trachea morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal trachea morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal trachea morphology`$urlId #> [1] "HP_0002778" #> #> $`Abnormal trachea morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal trachea morphology`$`_parent` #> [1] "HP_0005607<HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal trachea morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal trachea morphology`$children #> $`Abnormal trachea morphology`$children[[1]] #> [1] "HP_0002575<HP_0002778<HP_0005607<HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Abnormal trachea morphology`$value #> [1] "Abnormal trachea morphology" #> #> #> $`Abnormal tracheobronchial morphology` #> $`Abnormal tracheobronchial morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005607" #> #> $`Abnormal tracheobronchial morphology`$`_id` #> [1] "HP_0005607<HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal tracheobronchial morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal tracheobronchial morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal tracheobronchial morphology`$urlId #> [1] "HP_0005607" #> #> $`Abnormal tracheobronchial morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal tracheobronchial morphology`$`_parent` #> [1] "HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormal tracheobronchial morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal tracheobronchial morphology`$children #> $`Abnormal tracheobronchial morphology`$children[[1]] #> [1] "HP_0002778<HP_0005607<HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Abnormal tracheobronchial morphology`$value #> [1] "Abnormal tracheobronchial morphology" #> #> #> $`Abnormal tubulointerstitial morphology` #> $`Abnormal tubulointerstitial morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001969" #> #> $`Abnormal tubulointerstitial morphology`$`_id` #> [1] "HP_0001969<HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal tubulointerstitial morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal tubulointerstitial morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal tubulointerstitial morphology`$urlId #> [1] "HP_0001969" #> #> $`Abnormal tubulointerstitial morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal tubulointerstitial morphology`$`_parent` #> [1] "HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal tubulointerstitial morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal tubulointerstitial morphology`$children #> $`Abnormal tubulointerstitial morphology`$children[[1]] #> [1] "HP_0001970<HP_0001969<HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal tubulointerstitial morphology`$value #> [1] "Abnormal tubulointerstitial morphology" #> #> #> $`Abnormal tubulointerstitial morphology` #> $`Abnormal tubulointerstitial morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001969" #> #> $`Abnormal tubulointerstitial morphology`$`_id` #> [1] "HP_0001969<HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal tubulointerstitial morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal tubulointerstitial morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal tubulointerstitial morphology`$urlId #> [1] "HP_0001969" #> #> $`Abnormal tubulointerstitial morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal tubulointerstitial morphology`$`_parent` #> [1] "HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal tubulointerstitial morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal tubulointerstitial morphology`$children #> $`Abnormal tubulointerstitial morphology`$children[[1]] #> [1] "HP_0001970<HP_0001969<HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal tubulointerstitial morphology`$value #> [1] "Abnormal tubulointerstitial morphology" #> #> #> $`Abnormal umbilicus morphology` #> $`Abnormal umbilicus morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001551" #> #> $`Abnormal umbilicus morphology`$`_id` #> [1] "HP_0001551<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal umbilicus morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal umbilicus morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal umbilicus morphology`$urlId #> [1] "HP_0001551" #> #> $`Abnormal umbilicus morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal umbilicus morphology`$`_parent` #> [1] "HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormal umbilicus morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal umbilicus morphology`$children #> $`Abnormal umbilicus morphology`$children[[1]] #> [1] "HP_0001537<HP_0001551<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormal umbilicus morphology`$value #> [1] "Abnormal umbilicus morphology" #> #> #> $`Abnormal upper limb bone morphology` #> $`Abnormal upper limb bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040070" #> #> $`Abnormal upper limb bone morphology`$`_id` #> [1] "HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal upper limb bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal upper limb bone morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal upper limb bone morphology`$urlId #> [1] "HP_0040070" #> #> $`Abnormal upper limb bone morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal upper limb bone morphology`$`_parent` #> [1] "HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal upper limb bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal upper limb bone morphology`$children #> $`Abnormal upper limb bone morphology`$children[[1]] #> [1] "HP_0045039<HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal upper limb bone morphology`$value #> [1] "Abnormal upper limb bone morphology" #> #> #> $`Abnormal upper limb bone morphology` #> $`Abnormal upper limb bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040070" #> #> $`Abnormal upper limb bone morphology`$`_id` #> [1] "HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal upper limb bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal upper limb bone morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal upper limb bone morphology`$urlId #> [1] "HP_0040070" #> #> $`Abnormal upper limb bone morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal upper limb bone morphology`$`_parent` #> [1] "HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormal upper limb bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal upper limb bone morphology`$children #> $`Abnormal upper limb bone morphology`$children[[1]] #> [1] "HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormal upper limb bone morphology`$value #> [1] "Abnormal upper limb bone morphology" #> #> #> $`Abnormal upper limb bone morphology` #> $`Abnormal upper limb bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040070" #> #> $`Abnormal upper limb bone morphology`$`_id` #> [1] "HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal upper limb bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal upper limb bone morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormal upper limb bone morphology`$urlId #> [1] "HP_0040070" #> #> $`Abnormal upper limb bone morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal upper limb bone morphology`$`_parent` #> [1] "HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormal upper limb bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal upper limb bone morphology`$children #> $`Abnormal upper limb bone morphology`$children[[1]] #> [1] "HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormal upper limb bone morphology`$value #> [1] "Abnormal upper limb bone morphology" #> #> #> $`Abnormal urinary electrolyte concentration` #> $`Abnormal urinary electrolyte concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012591" #> #> $`Abnormal urinary electrolyte concentration`$`_id` #> [1] "HP_0012591<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urinary electrolyte concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormal urinary electrolyte concentration`$publicGeneCount #> [1] 5 #> #> $`Abnormal urinary electrolyte concentration`$urlId #> [1] "HP_0012591" #> #> $`Abnormal urinary electrolyte concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormal urinary electrolyte concentration`$`_parent` #> [1] "HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urinary electrolyte concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal urinary electrolyte concentration`$children #> $`Abnormal urinary electrolyte concentration`$children[[1]] #> [1] "HP_0011280<HP_0012591<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal urinary electrolyte concentration`$value #> [1] "Abnormal urinary electrolyte concentration" #> #> #> $`Abnormal urine cytology` #> $`Abnormal urine cytology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012614" #> #> $`Abnormal urine cytology`$`_id` #> [1] "HP_0012614<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine cytology`$privateGeneCount #> [1] 0 #> #> $`Abnormal urine cytology`$publicGeneCount #> [1] 8 #> #> $`Abnormal urine cytology`$urlId #> [1] "HP_0012614" #> #> $`Abnormal urine cytology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal urine cytology`$`_parent` #> [1] "HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine cytology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal urine cytology`$children #> $`Abnormal urine cytology`$children[[1]] #> [1] "HP_0000790<HP_0012614<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal urine cytology`$value #> [1] "Abnormal urine cytology" #> #> #> $`Abnormal urine output` #> $`Abnormal urine output`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012590" #> #> $`Abnormal urine output`$`_id` #> [1] "HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine output`$privateGeneCount #> [1] 0 #> #> $`Abnormal urine output`$publicGeneCount #> [1] 9 #> #> $`Abnormal urine output`$urlId #> [1] "HP_0012590" #> #> $`Abnormal urine output`$dbPhenotype #> [1] FALSE #> #> $`Abnormal urine output`$`_parent` #> [1] "HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine output`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal urine output`$children #> $`Abnormal urine output`$children[[1]] #> [1] "HP_0011037<HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine output`$children[[2]] #> [1] "HP_0000103<HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal urine output`$value #> [1] "Abnormal urine output" #> #> #> $`Abnormal urine output` #> $`Abnormal urine output`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012590" #> #> $`Abnormal urine output`$`_id` #> [1] "HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine output`$privateGeneCount #> [1] 0 #> #> $`Abnormal urine output`$publicGeneCount #> [1] 9 #> #> $`Abnormal urine output`$urlId #> [1] "HP_0012590" #> #> $`Abnormal urine output`$dbPhenotype #> [1] FALSE #> #> $`Abnormal urine output`$`_parent` #> [1] "HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine output`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal urine output`$children #> $`Abnormal urine output`$children[[1]] #> [1] "HP_0011037<HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine output`$children[[2]] #> [1] "HP_0000103<HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal urine output`$value #> [1] "Abnormal urine output" #> #> #> $`Abnormal urine pH` #> $`Abnormal urine pH`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032943" #> #> $`Abnormal urine pH`$`_id` #> [1] "HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine pH`$privateGeneCount #> [1] 0 #> #> $`Abnormal urine pH`$publicGeneCount #> [1] 10 #> #> $`Abnormal urine pH`$urlId #> [1] "HP_0032943" #> #> $`Abnormal urine pH`$dbPhenotype #> [1] FALSE #> #> $`Abnormal urine pH`$`_parent` #> [1] "HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine pH`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal urine pH`$children #> $`Abnormal urine pH`$children[[1]] #> [1] "HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal urine pH`$value #> [1] "Abnormal urine pH" #> #> #> $`Abnormal urine protein level` #> $`Abnormal urine protein level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0020129" #> #> $`Abnormal urine protein level`$`_id` #> [1] "HP_0020129<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine protein level`$privateGeneCount #> [1] 0 #> #> $`Abnormal urine protein level`$publicGeneCount #> [1] 52 #> #> $`Abnormal urine protein level`$urlId #> [1] "HP_0020129" #> #> $`Abnormal urine protein level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal urine protein level`$`_parent` #> [1] "HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormal urine protein level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal urine protein level`$children #> $`Abnormal urine protein level`$children[[1]] #> [1] "HP_0012592<HP_0020129<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormal urine protein level`$value #> [1] "Abnormal urine protein level" #> #> #> $`Abnormal uvea morphology` #> $`Abnormal uvea morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000553" #> #> $`Abnormal uvea morphology`$`_id` #> [1] "HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal uvea morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal uvea morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormal uvea morphology`$urlId #> [1] "HP_0000553" #> #> $`Abnormal uvea morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal uvea morphology`$`_parent` #> [1] "HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal uvea morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal uvea morphology`$children #> $`Abnormal uvea morphology`$children[[1]] #> [1] "HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormal uvea morphology`$children[[2]] #> [1] "HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormal uvea morphology`$value #> [1] "Abnormal uvea morphology" #> #> #> $`Abnormal vascular morphology` #> $`Abnormal vascular morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025015" #> #> $`Abnormal vascular morphology`$`_id` #> [1] "HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal vascular morphology`$publicGeneCount #> [1] 27 #> #> $`Abnormal vascular morphology`$urlId #> [1] "HP_0025015" #> #> $`Abnormal vascular morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal vascular morphology`$`_parent` #> [1] "HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal vascular morphology`$children #> $`Abnormal vascular morphology`$children[[1]] #> [1] "HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$children[[2]] #> [1] "HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$children[[3]] #> [1] "HP_0100026<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$children[[4]] #> [1] "HP_0002617<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$children[[5]] #> [1] "HP_0004934<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal vascular morphology`$value #> [1] "Abnormal vascular morphology" #> #> #> $`Abnormal vascular morphology` #> $`Abnormal vascular morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025015" #> #> $`Abnormal vascular morphology`$`_id` #> [1] "HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormal vascular morphology`$publicGeneCount #> [1] 27 #> #> $`Abnormal vascular morphology`$urlId #> [1] "HP_0025015" #> #> $`Abnormal vascular morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormal vascular morphology`$`_parent` #> [1] "HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal vascular morphology`$children #> $`Abnormal vascular morphology`$children[[1]] #> [1] "HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$children[[2]] #> [1] "HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$children[[3]] #> [1] "HP_0100026<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$children[[4]] #> [1] "HP_0002617<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal vascular morphology`$children[[5]] #> [1] "HP_0004934<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal vascular morphology`$value #> [1] "Abnormal vascular morphology" #> #> #> $`Abnormal ventriculoarterial connection` #> $`Abnormal ventriculoarterial connection`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011563" #> #> $`Abnormal ventriculoarterial connection`$`_id` #> [1] "HP_0011563<HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal ventriculoarterial connection`$privateGeneCount #> [1] 0 #> #> $`Abnormal ventriculoarterial connection`$publicGeneCount #> [1] 5 #> #> $`Abnormal ventriculoarterial connection`$urlId #> [1] "HP_0011563" #> #> $`Abnormal ventriculoarterial connection`$dbPhenotype #> [1] FALSE #> #> $`Abnormal ventriculoarterial connection`$`_parent` #> [1] "HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal ventriculoarterial connection`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal ventriculoarterial connection`$children #> $`Abnormal ventriculoarterial connection`$children[[1]] #> [1] "HP_0001710<HP_0011563<HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormal ventriculoarterial connection`$children[[2]] #> [1] "HP_0001669<HP_0011563<HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormal ventriculoarterial connection`$value #> [1] "Abnormal ventriculoarterial connection" #> #> #> $`Abnormal vitamin B12 level` #> $`Abnormal vitamin B12 level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040126" #> #> $`Abnormal vitamin B12 level`$`_id` #> [1] "HP_0040126<HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal vitamin B12 level`$privateGeneCount #> [1] 0 #> #> $`Abnormal vitamin B12 level`$publicGeneCount #> [1] 1 #> #> $`Abnormal vitamin B12 level`$urlId #> [1] "HP_0040126" #> #> $`Abnormal vitamin B12 level`$dbPhenotype #> [1] FALSE #> #> $`Abnormal vitamin B12 level`$`_parent` #> [1] "HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormal vitamin B12 level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormal vitamin B12 level`$children #> $`Abnormal vitamin B12 level`$children[[1]] #> [1] "HP_0003223<HP_0040126<HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormal vitamin B12 level`$value #> [1] "Abnormal vitamin B12 level" #> #> #> $`Abnormality iris morphology` #> $`Abnormality iris morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000525" #> #> $`Abnormality iris morphology`$`_id` #> [1] "HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality iris morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality iris morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormality iris morphology`$urlId #> [1] "HP_0000525" #> #> $`Abnormality iris morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality iris morphology`$`_parent` #> [1] "HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality iris morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality iris morphology`$children #> $`Abnormality iris morphology`$children[[1]] #> [1] "HP_0008034<HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormality iris morphology`$value #> [1] "Abnormality iris morphology" #> #> #> $`Abnormality iris morphology` #> $`Abnormality iris morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000525" #> #> $`Abnormality iris morphology`$`_id` #> [1] "HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality iris morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality iris morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormality iris morphology`$urlId #> [1] "HP_0000525" #> #> $`Abnormality iris morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality iris morphology`$`_parent` #> [1] "HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality iris morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality iris morphology`$children #> $`Abnormality iris morphology`$children[[1]] #> [1] "HP_0008034<HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormality iris morphology`$value #> [1] "Abnormality iris morphology" #> #> #> $`Abnormality of abdomen morphology` #> $`Abnormality of abdomen morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001438" #> #> $`Abnormality of abdomen morphology`$`_id` #> [1] "HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of abdomen morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of abdomen morphology`$publicGeneCount #> [1] 18 #> #> $`Abnormality of abdomen morphology`$urlId #> [1] "HP_0001438" #> #> $`Abnormality of abdomen morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of abdomen morphology`$`_parent` #> [1] "HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of abdomen morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of abdomen morphology`$children #> $`Abnormality of abdomen morphology`$children[[1]] #> [1] "HP_0001541<HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of abdomen morphology`$children[[2]] #> [1] "HP_0003271<HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of abdomen morphology`$value #> [1] "Abnormality of abdomen morphology" #> #> #> $`Abnormality of acid-base homeostasis` #> $`Abnormality of acid-base homeostasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004360" #> #> $`Abnormality of acid-base homeostasis`$`_id` #> [1] "HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of acid-base homeostasis`$privateGeneCount #> [1] 0 #> #> $`Abnormality of acid-base homeostasis`$publicGeneCount #> [1] 5 #> #> $`Abnormality of acid-base homeostasis`$urlId #> [1] "HP_0004360" #> #> $`Abnormality of acid-base homeostasis`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of acid-base homeostasis`$`_parent` #> [1] "HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of acid-base homeostasis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of acid-base homeostasis`$children #> $`Abnormality of acid-base homeostasis`$children[[1]] #> [1] "HP_0032368<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of acid-base homeostasis`$children[[2]] #> [1] "HP_0001941<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of acid-base homeostasis`$children[[3]] #> [1] "HP_0001948<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of acid-base homeostasis`$value #> [1] "Abnormality of acid-base homeostasis" #> #> #> $`Abnormality of adrenal morphology` #> $`Abnormality of adrenal morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011732" #> #> $`Abnormality of adrenal morphology`$`_id` #> [1] "HP_0011732<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of adrenal morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of adrenal morphology`$publicGeneCount #> [1] 14 #> #> $`Abnormality of adrenal morphology`$urlId #> [1] "HP_0011732" #> #> $`Abnormality of adrenal morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of adrenal morphology`$`_parent` #> [1] "HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of adrenal morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of adrenal morphology`$children #> $`Abnormality of adrenal morphology`$children[[1]] #> [1] "HP_0008221<HP_0011732<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of adrenal morphology`$children[[2]] #> [1] "HP_0000835<HP_0011732<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormality of adrenal morphology`$value #> [1] "Abnormality of adrenal morphology" #> #> #> $`Abnormality of adrenal morphology` #> $`Abnormality of adrenal morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011732" #> #> $`Abnormality of adrenal morphology`$`_id` #> [1] "HP_0011732<HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of adrenal morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of adrenal morphology`$publicGeneCount #> [1] 14 #> #> $`Abnormality of adrenal morphology`$urlId #> [1] "HP_0011732" #> #> $`Abnormality of adrenal morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of adrenal morphology`$`_parent` #> [1] "HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of adrenal morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of adrenal morphology`$children #> $`Abnormality of adrenal morphology`$children[[1]] #> [1] "HP_0008221<HP_0011732<HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of adrenal morphology`$children[[2]] #> [1] "HP_0000835<HP_0011732<HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormality of adrenal morphology`$value #> [1] "Abnormality of adrenal morphology" #> #> #> $`Abnormality of adrenal physiology` #> $`Abnormality of adrenal physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011733" #> #> $`Abnormality of adrenal physiology`$`_id` #> [1] "HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of adrenal physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of adrenal physiology`$publicGeneCount #> [1] 7 #> #> $`Abnormality of adrenal physiology`$urlId #> [1] "HP_0011733" #> #> $`Abnormality of adrenal physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of adrenal physiology`$`_parent` #> [1] "HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of adrenal physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of adrenal physiology`$children #> $`Abnormality of adrenal physiology`$children[[1]] #> [1] "HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormality of adrenal physiology`$value #> [1] "Abnormality of adrenal physiology" #> #> #> $`Abnormality of B cell physiology` #> $`Abnormality of B cell physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005372" #> #> $`Abnormality of B cell physiology`$`_id` #> [1] "HP_0005372<HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of B cell physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of B cell physiology`$publicGeneCount #> [1] 1 #> #> $`Abnormality of B cell physiology`$urlId #> [1] "HP_0005372" #> #> $`Abnormality of B cell physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of B cell physiology`$`_parent` #> [1] "HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of B cell physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of B cell physiology`$children #> $`Abnormality of B cell physiology`$children[[1]] #> [1] "HP_0010701<HP_0005372<HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormality of B cell physiology`$value #> [1] "Abnormality of B cell physiology" #> #> #> $`Abnormality of B cell physiology` #> $`Abnormality of B cell physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005372" #> #> $`Abnormality of B cell physiology`$`_id` #> [1] "HP_0005372<HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of B cell physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of B cell physiology`$publicGeneCount #> [1] 1 #> #> $`Abnormality of B cell physiology`$urlId #> [1] "HP_0005372" #> #> $`Abnormality of B cell physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of B cell physiology`$`_parent` #> [1] "HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of B cell physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of B cell physiology`$children #> $`Abnormality of B cell physiology`$children[[1]] #> [1] "HP_0010701<HP_0005372<HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of B cell physiology`$value #> [1] "Abnormality of B cell physiology" #> #> #> $`Abnormality of B cell physiology` #> $`Abnormality of B cell physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005372" #> #> $`Abnormality of B cell physiology`$`_id` #> [1] "HP_0005372<HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormality of B cell physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of B cell physiology`$publicGeneCount #> [1] 1 #> #> $`Abnormality of B cell physiology`$urlId #> [1] "HP_0005372" #> #> $`Abnormality of B cell physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of B cell physiology`$`_parent` #> [1] "HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormality of B cell physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of B cell physiology`$children #> $`Abnormality of B cell physiology`$children[[1]] #> [1] "HP_0010701<HP_0005372<HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> #> $`Abnormality of B cell physiology`$value #> [1] "Abnormality of B cell physiology" #> #> #> $`Abnormality of blood and blood-forming tissues` #> $`Abnormality of blood and blood-forming tissues`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001871" #> #> $`Abnormality of blood and blood-forming tissues`$`_id` #> [1] "HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of blood and blood-forming tissues`$privateGeneCount #> [1] 0 #> #> $`Abnormality of blood and blood-forming tissues`$publicGeneCount #> [1] 142 #> #> $`Abnormality of blood and blood-forming tissues`$urlId #> [1] "HP_0001871" #> #> $`Abnormality of blood and blood-forming tissues`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of blood and blood-forming tissues`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of blood and blood-forming tissues`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of blood and blood-forming tissues`$children #> $`Abnormality of blood and blood-forming tissues`$children[[1]] #> [1] "HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of blood and blood-forming tissues`$children[[2]] #> [1] "HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of blood and blood-forming tissues`$children[[3]] #> [1] "HP_0001881<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of blood and blood-forming tissues`$children[[4]] #> [1] "HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of blood and blood-forming tissues`$children[[5]] #> [1] "HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of blood and blood-forming tissues`$children[[6]] #> [1] "HP_0005561<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of blood and blood-forming tissues`$children[[7]] #> [1] "HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of blood and blood-forming tissues`$children[[8]] #> [1] "HP_0004377<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormality of blood and blood-forming tissues`$value #> [1] "Abnormality of blood and blood-forming tissues" #> #> #> $`Abnormality of blood circulation` #> $`Abnormality of blood circulation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011028" #> #> $`Abnormality of blood circulation`$`_id` #> [1] "HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of blood circulation`$privateGeneCount #> [1] 0 #> #> $`Abnormality of blood circulation`$publicGeneCount #> [1] 44 #> #> $`Abnormality of blood circulation`$urlId #> [1] "HP_0011028" #> #> $`Abnormality of blood circulation`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of blood circulation`$`_parent` #> [1] "HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of blood circulation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of blood circulation`$children #> $`Abnormality of blood circulation`$children[[1]] #> [1] "HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormality of blood circulation`$value #> [1] "Abnormality of blood circulation" #> #> #> $`Abnormality of body height` #> $`Abnormality of body height`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000002" #> #> $`Abnormality of body height`$`_id` #> [1] "HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Abnormality of body height`$privateGeneCount #> [1] 0 #> #> $`Abnormality of body height`$publicGeneCount #> [1] 22 #> #> $`Abnormality of body height`$urlId #> [1] "HP_0000002" #> #> $`Abnormality of body height`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of body height`$`_parent` #> [1] "HP_0001507<HP_0000118<HP_0000001" #> #> $`Abnormality of body height`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of body height`$children #> $`Abnormality of body height`$children[[1]] #> [1] "HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Abnormality of body height`$value #> [1] "Abnormality of body height" #> #> #> $`Abnormality of body weight` #> $`Abnormality of body weight`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004323" #> #> $`Abnormality of body weight`$`_id` #> [1] "HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Abnormality of body weight`$privateGeneCount #> [1] 0 #> #> $`Abnormality of body weight`$publicGeneCount #> [1] 119 #> #> $`Abnormality of body weight`$urlId #> [1] "HP_0004323" #> #> $`Abnormality of body weight`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of body weight`$`_parent` #> [1] "HP_0001507<HP_0000118<HP_0000001" #> #> $`Abnormality of body weight`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of body weight`$children #> $`Abnormality of body weight`$children[[1]] #> [1] "HP_0004325<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Abnormality of body weight`$children[[2]] #> [1] "HP_0004324<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Abnormality of body weight`$value #> [1] "Abnormality of body weight" #> #> #> $`Abnormality of bone marrow cell morphology` #> $`Abnormality of bone marrow cell morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005561" #> #> $`Abnormality of bone marrow cell morphology`$`_id` #> [1] "HP_0005561<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of bone marrow cell morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of bone marrow cell morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormality of bone marrow cell morphology`$urlId #> [1] "HP_0005561" #> #> $`Abnormality of bone marrow cell morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of bone marrow cell morphology`$`_parent` #> [1] "HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of bone marrow cell morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of bone marrow cell morphology`$children #> $`Abnormality of bone marrow cell morphology`$children[[1]] #> [1] "HP_0012145<HP_0005561<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormality of bone marrow cell morphology`$value #> [1] "Abnormality of bone marrow cell morphology" #> #> #> $`Abnormality of bone mineral density` #> $`Abnormality of bone mineral density`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004348" #> #> $`Abnormality of bone mineral density`$`_id` #> [1] "HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of bone mineral density`$privateGeneCount #> [1] 0 #> #> $`Abnormality of bone mineral density`$publicGeneCount #> [1] 2 #> #> $`Abnormality of bone mineral density`$urlId #> [1] "HP_0004348" #> #> $`Abnormality of bone mineral density`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of bone mineral density`$`_parent` #> [1] "HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of bone mineral density`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of bone mineral density`$children #> $`Abnormality of bone mineral density`$children[[1]] #> [1] "HP_0004349<HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of bone mineral density`$value #> [1] "Abnormality of bone mineral density" #> #> #> $`Abnormality of brain morphology` #> $`Abnormality of brain morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012443" #> #> $`Abnormality of brain morphology`$`_id` #> [1] "HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of brain morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of brain morphology`$publicGeneCount #> [1] 87 #> #> $`Abnormality of brain morphology`$urlId #> [1] "HP_0012443" #> #> $`Abnormality of brain morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of brain morphology`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of brain morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of brain morphology`$children #> $`Abnormality of brain morphology`$children[[1]] #> [1] "HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of brain morphology`$children[[2]] #> [1] "HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of brain morphology`$children[[3]] #> [1] "HP_0002418<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of brain morphology`$children[[4]] #> [1] "HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of brain morphology`$children[[5]] #> [1] "HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of brain morphology`$value #> [1] "Abnormality of brain morphology" #> #> #> $`Abnormality of calvarial morphology` #> $`Abnormality of calvarial morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002648" #> #> $`Abnormality of calvarial morphology`$`_id` #> [1] "HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of calvarial morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of calvarial morphology`$publicGeneCount #> [1] 4 #> #> $`Abnormality of calvarial morphology`$urlId #> [1] "HP_0002648" #> #> $`Abnormality of calvarial morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of calvarial morphology`$`_parent` #> [1] "HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of calvarial morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of calvarial morphology`$children #> $`Abnormality of calvarial morphology`$children[[1]] #> [1] "HP_0002696<HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of calvarial morphology`$children[[2]] #> [1] "HP_0001357<HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of calvarial morphology`$children[[3]] #> [1] "HP_0000243<HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of calvarial morphology`$value #> [1] "Abnormality of calvarial morphology" #> #> #> $`Abnormality of calvarial morphology` #> $`Abnormality of calvarial morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002648" #> #> $`Abnormality of calvarial morphology`$`_id` #> [1] "HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of calvarial morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of calvarial morphology`$publicGeneCount #> [1] 4 #> #> $`Abnormality of calvarial morphology`$urlId #> [1] "HP_0002648" #> #> $`Abnormality of calvarial morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of calvarial morphology`$`_parent` #> [1] "HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of calvarial morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of calvarial morphology`$children #> $`Abnormality of calvarial morphology`$children[[1]] #> [1] "HP_0002696<HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of calvarial morphology`$children[[2]] #> [1] "HP_0001357<HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of calvarial morphology`$children[[3]] #> [1] "HP_0000243<HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of calvarial morphology`$value #> [1] "Abnormality of calvarial morphology" #> #> #> $`Abnormality of cardiovascular system electrophysiology` #> $`Abnormality of cardiovascular system electrophysiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030956" #> #> $`Abnormality of cardiovascular system electrophysiology`$`_id` #> [1] "HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of cardiovascular system electrophysiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of cardiovascular system electrophysiology`$publicGeneCount #> [1] 124 #> #> $`Abnormality of cardiovascular system electrophysiology`$urlId #> [1] "HP_0030956" #> #> $`Abnormality of cardiovascular system electrophysiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of cardiovascular system electrophysiology`$`_parent` #> [1] "HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of cardiovascular system electrophysiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of cardiovascular system electrophysiology`$children #> $`Abnormality of cardiovascular system electrophysiology`$children[[1]] #> [1] "HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of cardiovascular system electrophysiology`$children[[2]] #> [1] "HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormality of cardiovascular system electrophysiology`$value #> [1] "Abnormality of cardiovascular system electrophysiology" #> #> #> $`Abnormality of cardiovascular system morphology` #> $`Abnormality of cardiovascular system morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030680" #> #> $`Abnormality of cardiovascular system morphology`$`_id` #> [1] "HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of cardiovascular system morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of cardiovascular system morphology`$publicGeneCount #> [1] 136 #> #> $`Abnormality of cardiovascular system morphology`$urlId #> [1] "HP_0030680" #> #> $`Abnormality of cardiovascular system morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of cardiovascular system morphology`$`_parent` #> [1] "HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of cardiovascular system morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of cardiovascular system morphology`$children #> $`Abnormality of cardiovascular system morphology`$children[[1]] #> [1] "HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of cardiovascular system morphology`$children[[2]] #> [1] "HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of cardiovascular system morphology`$children[[3]] #> [1] "HP_0011915<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormality of cardiovascular system morphology`$value #> [1] "Abnormality of cardiovascular system morphology" #> #> #> $`Abnormality of central nervous system electrophysiology` #> $`Abnormality of central nervous system electrophysiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030178" #> #> $`Abnormality of central nervous system electrophysiology`$`_id` #> [1] "HP_0030178<HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of central nervous system electrophysiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of central nervous system electrophysiology`$publicGeneCount #> [1] 4 #> #> $`Abnormality of central nervous system electrophysiology`$urlId #> [1] "HP_0030178" #> #> $`Abnormality of central nervous system electrophysiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of central nervous system electrophysiology`$`_parent` #> [1] "HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of central nervous system electrophysiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of central nervous system electrophysiology`$children #> $`Abnormality of central nervous system electrophysiology`$children[[1]] #> [1] "HP_0002353<HP_0030178<HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of central nervous system electrophysiology`$value #> [1] "Abnormality of central nervous system electrophysiology" #> #> #> $`Abnormality of chromosome segregation` #> $`Abnormality of chromosome segregation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002916" #> #> $`Abnormality of chromosome segregation`$`_id` #> [1] "HP_0002916<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of chromosome segregation`$privateGeneCount #> [1] 0 #> #> $`Abnormality of chromosome segregation`$publicGeneCount #> [1] 1 #> #> $`Abnormality of chromosome segregation`$urlId #> [1] "HP_0002916" #> #> $`Abnormality of chromosome segregation`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of chromosome segregation`$`_parent` #> [1] "HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of chromosome segregation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of chromosome segregation`$children #> $`Abnormality of chromosome segregation`$children[[1]] #> [1] "HP_0200024<HP_0002916<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of chromosome segregation`$value #> [1] "Abnormality of chromosome segregation" #> #> #> $`Abnormality of chromosome segregation` #> $`Abnormality of chromosome segregation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002916" #> #> $`Abnormality of chromosome segregation`$`_id` #> [1] "HP_0002916<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormality of chromosome segregation`$privateGeneCount #> [1] 0 #> #> $`Abnormality of chromosome segregation`$publicGeneCount #> [1] 1 #> #> $`Abnormality of chromosome segregation`$urlId #> [1] "HP_0002916" #> #> $`Abnormality of chromosome segregation`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of chromosome segregation`$`_parent` #> [1] "HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormality of chromosome segregation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of chromosome segregation`$children #> $`Abnormality of chromosome segregation`$children[[1]] #> [1] "HP_0200024<HP_0002916<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> #> $`Abnormality of chromosome segregation`$value #> [1] "Abnormality of chromosome segregation" #> #> #> $`Abnormality of chromosome stability` #> $`Abnormality of chromosome stability`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003220" #> #> $`Abnormality of chromosome stability`$`_id` #> [1] "HP_0003220<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of chromosome stability`$privateGeneCount #> [1] 0 #> #> $`Abnormality of chromosome stability`$publicGeneCount #> [1] 5 #> #> $`Abnormality of chromosome stability`$urlId #> [1] "HP_0003220" #> #> $`Abnormality of chromosome stability`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of chromosome stability`$`_parent` #> [1] "HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of chromosome stability`$`_is_leaf` #> [1] TRUE #> #> $`Abnormality of chromosome stability`$children #> list() #> #> $`Abnormality of chromosome stability`$value #> [1] "Abnormality of chromosome stability" #> #> #> $`Abnormality of chromosome stability` #> $`Abnormality of chromosome stability`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003220" #> #> $`Abnormality of chromosome stability`$`_id` #> [1] "HP_0003220<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormality of chromosome stability`$privateGeneCount #> [1] 0 #> #> $`Abnormality of chromosome stability`$publicGeneCount #> [1] 5 #> #> $`Abnormality of chromosome stability`$urlId #> [1] "HP_0003220" #> #> $`Abnormality of chromosome stability`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of chromosome stability`$`_parent` #> [1] "HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormality of chromosome stability`$`_is_leaf` #> [1] TRUE #> #> $`Abnormality of chromosome stability`$children #> list() #> #> $`Abnormality of chromosome stability`$value #> [1] "Abnormality of chromosome stability" #> #> #> $`Abnormality of circulating enzyme level` #> $`Abnormality of circulating enzyme level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011021" #> #> $`Abnormality of circulating enzyme level`$`_id` #> [1] "HP_0011021<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of circulating enzyme level`$privateGeneCount #> [1] 0 #> #> $`Abnormality of circulating enzyme level`$publicGeneCount #> [1] 1 #> #> $`Abnormality of circulating enzyme level`$urlId #> [1] "HP_0011021" #> #> $`Abnormality of circulating enzyme level`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of circulating enzyme level`$`_parent` #> [1] "HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of circulating enzyme level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of circulating enzyme level`$children #> $`Abnormality of circulating enzyme level`$children[[1]] #> [1] "HP_0040081<HP_0011021<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of circulating enzyme level`$value #> [1] "Abnormality of circulating enzyme level" #> #> #> $`Abnormality of coagulation` #> $`Abnormality of coagulation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001928" #> #> $`Abnormality of coagulation`$`_id` #> [1] "HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of coagulation`$privateGeneCount #> [1] 0 #> #> $`Abnormality of coagulation`$publicGeneCount #> [1] 3 #> #> $`Abnormality of coagulation`$urlId #> [1] "HP_0001928" #> #> $`Abnormality of coagulation`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of coagulation`$`_parent` #> [1] "HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of coagulation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of coagulation`$children #> $`Abnormality of coagulation`$children[[1]] #> [1] "HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormality of coagulation`$value #> [1] "Abnormality of coagulation" #> #> #> $`Abnormality of connective tissue` #> $`Abnormality of connective tissue`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003549" #> #> $`Abnormality of connective tissue`$`_id` #> [1] "HP_0003549<HP_0000118<HP_0000001" #> #> $`Abnormality of connective tissue`$privateGeneCount #> [1] 0 #> #> $`Abnormality of connective tissue`$publicGeneCount #> [1] 17 #> #> $`Abnormality of connective tissue`$urlId #> [1] "HP_0003549" #> #> $`Abnormality of connective tissue`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of connective tissue`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of connective tissue`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of connective tissue`$children #> $`Abnormality of connective tissue`$children[[1]] #> [1] "HP_0001371<HP_0003549<HP_0000118<HP_0000001" #> #> $`Abnormality of connective tissue`$children[[2]] #> [1] "HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Abnormality of connective tissue`$children[[3]] #> [1] "HP_0100699<HP_0003549<HP_0000118<HP_0000001" #> #> #> $`Abnormality of connective tissue`$value #> [1] "Abnormality of connective tissue" #> #> #> $`Abnormality of coordination` #> $`Abnormality of coordination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011443" #> #> $`Abnormality of coordination`$`_id` #> [1] "HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of coordination`$privateGeneCount #> [1] 0 #> #> $`Abnormality of coordination`$publicGeneCount #> [1] 26 #> #> $`Abnormality of coordination`$urlId #> [1] "HP_0011443" #> #> $`Abnormality of coordination`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of coordination`$`_parent` #> [1] "HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of coordination`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of coordination`$children #> $`Abnormality of coordination`$children[[1]] #> [1] "HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of coordination`$value #> [1] "Abnormality of coordination" #> #> #> $`Abnormality of corneal stroma` #> $`Abnormality of corneal stroma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011492" #> #> $`Abnormality of corneal stroma`$`_id` #> [1] "HP_0011492<HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of corneal stroma`$privateGeneCount #> [1] 0 #> #> $`Abnormality of corneal stroma`$publicGeneCount #> [1] 4 #> #> $`Abnormality of corneal stroma`$urlId #> [1] "HP_0011492" #> #> $`Abnormality of corneal stroma`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of corneal stroma`$`_parent` #> [1] "HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of corneal stroma`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of corneal stroma`$children #> $`Abnormality of corneal stroma`$children[[1]] #> [1] "HP_0007759<HP_0011492<HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormality of corneal stroma`$value #> [1] "Abnormality of corneal stroma" #> #> #> $`Abnormality of cytokine secretion` #> $`Abnormality of cytokine secretion`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011113" #> #> $`Abnormality of cytokine secretion`$`_id` #> [1] "HP_0011113<HP_0011111<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of cytokine secretion`$privateGeneCount #> [1] 0 #> #> $`Abnormality of cytokine secretion`$publicGeneCount #> [1] 21 #> #> $`Abnormality of cytokine secretion`$urlId #> [1] "HP_0011113" #> #> $`Abnormality of cytokine secretion`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of cytokine secretion`$`_parent` #> [1] "HP_0011111<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of cytokine secretion`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of cytokine secretion`$children #> $`Abnormality of cytokine secretion`$children[[1]] #> [1] "HP_0011117<HP_0011113<HP_0011111<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormality of cytokine secretion`$value #> [1] "Abnormality of cytokine secretion" #> #> #> $`Abnormality of digestive system physiology` #> $`Abnormality of digestive system physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025032" #> #> $`Abnormality of digestive system physiology`$`_id` #> [1] "HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of digestive system physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of digestive system physiology`$publicGeneCount #> [1] 52 #> #> $`Abnormality of digestive system physiology`$urlId #> [1] "HP_0025032" #> #> $`Abnormality of digestive system physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of digestive system physiology`$`_parent` #> [1] "HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of digestive system physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of digestive system physiology`$children #> $`Abnormality of digestive system physiology`$children[[1]] #> [1] "HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of digestive system physiology`$children[[2]] #> [1] "HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of digestive system physiology`$value #> [1] "Abnormality of digestive system physiology" #> #> #> $`Abnormality of esophagus physiology` #> $`Abnormality of esophagus physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025270" #> #> $`Abnormality of esophagus physiology`$`_id` #> [1] "HP_0025270<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of esophagus physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of esophagus physiology`$publicGeneCount #> [1] 1 #> #> $`Abnormality of esophagus physiology`$urlId #> [1] "HP_0025270" #> #> $`Abnormality of esophagus physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of esophagus physiology`$`_parent` #> [1] "HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of esophagus physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of esophagus physiology`$children #> $`Abnormality of esophagus physiology`$children[[1]] #> [1] "HP_0002020<HP_0025270<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of esophagus physiology`$value #> [1] "Abnormality of esophagus physiology" #> #> #> $`Abnormality of extrapyramidal motor function` #> $`Abnormality of extrapyramidal motor function`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002071" #> #> $`Abnormality of extrapyramidal motor function`$`_id` #> [1] "HP_0002071<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of extrapyramidal motor function`$privateGeneCount #> [1] 0 #> #> $`Abnormality of extrapyramidal motor function`$publicGeneCount #> [1] 2 #> #> $`Abnormality of extrapyramidal motor function`$urlId #> [1] "HP_0002071" #> #> $`Abnormality of extrapyramidal motor function`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of extrapyramidal motor function`$`_parent` #> [1] "HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of extrapyramidal motor function`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of extrapyramidal motor function`$children #> $`Abnormality of extrapyramidal motor function`$children[[1]] #> [1] "HP_0002267<HP_0002071<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of extrapyramidal motor function`$children[[2]] #> [1] "HP_0001300<HP_0002071<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of extrapyramidal motor function`$value #> [1] "Abnormality of extrapyramidal motor function" #> #> #> $`Abnormality of eye movement` #> $`Abnormality of eye movement`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000496" #> #> $`Abnormality of eye movement`$`_id` #> [1] "HP_0000496<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of eye movement`$privateGeneCount #> [1] 0 #> #> $`Abnormality of eye movement`$publicGeneCount #> [1] 1 #> #> $`Abnormality of eye movement`$urlId #> [1] "HP_0000496" #> #> $`Abnormality of eye movement`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of eye movement`$`_parent` #> [1] "HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of eye movement`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of eye movement`$children #> $`Abnormality of eye movement`$children[[1]] #> [1] "HP_0012547<HP_0000496<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormality of eye movement`$value #> [1] "Abnormality of eye movement" #> #> #> $`Abnormality of facial skeleton` #> $`Abnormality of facial skeleton`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011821" #> #> $`Abnormality of facial skeleton`$`_id` #> [1] "HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of facial skeleton`$privateGeneCount #> [1] 0 #> #> $`Abnormality of facial skeleton`$publicGeneCount #> [1] 2 #> #> $`Abnormality of facial skeleton`$urlId #> [1] "HP_0011821" #> #> $`Abnormality of facial skeleton`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of facial skeleton`$`_parent` #> [1] "HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of facial skeleton`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of facial skeleton`$children #> $`Abnormality of facial skeleton`$children[[1]] #> [1] "HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of facial skeleton`$value #> [1] "Abnormality of facial skeleton" #> #> #> $`Abnormality of facial skeleton` #> $`Abnormality of facial skeleton`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011821" #> #> $`Abnormality of facial skeleton`$`_id` #> [1] "HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of facial skeleton`$privateGeneCount #> [1] 0 #> #> $`Abnormality of facial skeleton`$publicGeneCount #> [1] 2 #> #> $`Abnormality of facial skeleton`$urlId #> [1] "HP_0011821" #> #> $`Abnormality of facial skeleton`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of facial skeleton`$`_parent` #> [1] "HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of facial skeleton`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of facial skeleton`$children #> $`Abnormality of facial skeleton`$children[[1]] #> [1] "HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of facial skeleton`$value #> [1] "Abnormality of facial skeleton" #> #> #> $`Abnormality of finger` #> $`Abnormality of finger`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001167" #> #> $`Abnormality of finger`$`_id` #> [1] "HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$privateGeneCount #> [1] 0 #> #> $`Abnormality of finger`$publicGeneCount #> [1] 4 #> #> $`Abnormality of finger`$urlId #> [1] "HP_0001167" #> #> $`Abnormality of finger`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of finger`$`_parent` #> [1] "HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of finger`$children #> $`Abnormality of finger`$children[[1]] #> [1] "HP_0005918<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$children[[2]] #> [1] "HP_0100807<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$children[[3]] #> [1] "HP_0001238<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of finger`$value #> [1] "Abnormality of finger" #> #> #> $`Abnormality of finger` #> $`Abnormality of finger`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001167" #> #> $`Abnormality of finger`$`_id` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$privateGeneCount #> [1] 0 #> #> $`Abnormality of finger`$publicGeneCount #> [1] 4 #> #> $`Abnormality of finger`$urlId #> [1] "HP_0001167" #> #> $`Abnormality of finger`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of finger`$`_parent` #> [1] "HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of finger`$children #> $`Abnormality of finger`$children[[1]] #> [1] "HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$children[[2]] #> [1] "HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$children[[3]] #> [1] "HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of finger`$value #> [1] "Abnormality of finger" #> #> #> $`Abnormality of finger` #> $`Abnormality of finger`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001167" #> #> $`Abnormality of finger`$`_id` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$privateGeneCount #> [1] 0 #> #> $`Abnormality of finger`$publicGeneCount #> [1] 4 #> #> $`Abnormality of finger`$urlId #> [1] "HP_0001167" #> #> $`Abnormality of finger`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of finger`$`_parent` #> [1] "HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of finger`$children #> $`Abnormality of finger`$children[[1]] #> [1] "HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$children[[2]] #> [1] "HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$children[[3]] #> [1] "HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of finger`$value #> [1] "Abnormality of finger" #> #> #> $`Abnormality of finger` #> $`Abnormality of finger`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001167" #> #> $`Abnormality of finger`$`_id` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$privateGeneCount #> [1] 0 #> #> $`Abnormality of finger`$publicGeneCount #> [1] 4 #> #> $`Abnormality of finger`$urlId #> [1] "HP_0001167" #> #> $`Abnormality of finger`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of finger`$`_parent` #> [1] "HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of finger`$children #> $`Abnormality of finger`$children[[1]] #> [1] "HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$children[[2]] #> [1] "HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of finger`$children[[3]] #> [1] "HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of finger`$value #> [1] "Abnormality of finger" #> #> #> $`Abnormality of fluid regulation` #> $`Abnormality of fluid regulation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011032" #> #> $`Abnormality of fluid regulation`$`_id` #> [1] "HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of fluid regulation`$privateGeneCount #> [1] 0 #> #> $`Abnormality of fluid regulation`$publicGeneCount #> [1] 31 #> #> $`Abnormality of fluid regulation`$urlId #> [1] "HP_0011032" #> #> $`Abnormality of fluid regulation`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of fluid regulation`$`_parent` #> [1] "HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of fluid regulation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of fluid regulation`$children #> $`Abnormality of fluid regulation`$children[[1]] #> [1] "HP_0001944<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of fluid regulation`$children[[2]] #> [1] "HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of fluid regulation`$value #> [1] "Abnormality of fluid regulation" #> #> #> $`Abnormality of forebrain morphology` #> $`Abnormality of forebrain morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100547" #> #> $`Abnormality of forebrain morphology`$`_id` #> [1] "HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of forebrain morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of forebrain morphology`$publicGeneCount #> [1] 30 #> #> $`Abnormality of forebrain morphology`$urlId #> [1] "HP_0100547" #> #> $`Abnormality of forebrain morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of forebrain morphology`$`_parent` #> [1] "HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of forebrain morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of forebrain morphology`$children #> $`Abnormality of forebrain morphology`$children[[1]] #> [1] "HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of forebrain morphology`$value #> [1] "Abnormality of forebrain morphology" #> #> #> $`Abnormality of globe location` #> $`Abnormality of globe location`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100886" #> #> $`Abnormality of globe location`$`_id` #> [1] "HP_0100886<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of globe location`$privateGeneCount #> [1] 0 #> #> $`Abnormality of globe location`$publicGeneCount #> [1] 2 #> #> $`Abnormality of globe location`$urlId #> [1] "HP_0100886" #> #> $`Abnormality of globe location`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of globe location`$`_parent` #> [1] "HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of globe location`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of globe location`$children #> $`Abnormality of globe location`$children[[1]] #> [1] "HP_0000316<HP_0100886<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormality of globe location`$value #> [1] "Abnormality of globe location" #> #> #> $`Abnormality of hair pigmentation` #> $`Abnormality of hair pigmentation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009887" #> #> $`Abnormality of hair pigmentation`$`_id` #> [1] "HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of hair pigmentation`$privateGeneCount #> [1] 0 #> #> $`Abnormality of hair pigmentation`$publicGeneCount #> [1] 4 #> #> $`Abnormality of hair pigmentation`$urlId #> [1] "HP_0009887" #> #> $`Abnormality of hair pigmentation`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of hair pigmentation`$`_parent` #> [1] "HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of hair pigmentation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of hair pigmentation`$children #> $`Abnormality of hair pigmentation`$children[[1]] #> [1] "HP_0005599<HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of hair pigmentation`$children[[2]] #> [1] "HP_0002297<HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormality of hair pigmentation`$value #> [1] "Abnormality of hair pigmentation" #> #> #> $`Abnormality of hair texture` #> $`Abnormality of hair texture`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010719" #> #> $`Abnormality of hair texture`$`_id` #> [1] "HP_0010719<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of hair texture`$privateGeneCount #> [1] 0 #> #> $`Abnormality of hair texture`$publicGeneCount #> [1] 2 #> #> $`Abnormality of hair texture`$urlId #> [1] "HP_0010719" #> #> $`Abnormality of hair texture`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of hair texture`$`_parent` #> [1] "HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of hair texture`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of hair texture`$children #> $`Abnormality of hair texture`$children[[1]] #> [1] "HP_0002224<HP_0010719<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormality of hair texture`$value #> [1] "Abnormality of hair texture" #> #> #> $`Abnormality of head or neck` #> $`Abnormality of head or neck`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000152" #> #> $`Abnormality of head or neck`$`_id` #> [1] "HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of head or neck`$privateGeneCount #> [1] 0 #> #> $`Abnormality of head or neck`$publicGeneCount #> [1] 248 #> #> $`Abnormality of head or neck`$urlId #> [1] "HP_0000152" #> #> $`Abnormality of head or neck`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of head or neck`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of head or neck`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of head or neck`$children #> $`Abnormality of head or neck`$children[[1]] #> [1] "HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of head or neck`$children[[2]] #> [1] "HP_0000464<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of head or neck`$value #> [1] "Abnormality of head or neck" #> #> #> $`Abnormality of hepatobiliary system physiology` #> $`Abnormality of hepatobiliary system physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025155" #> #> $`Abnormality of hepatobiliary system physiology`$`_id` #> [1] "HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of hepatobiliary system physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of hepatobiliary system physiology`$publicGeneCount #> [1] 28 #> #> $`Abnormality of hepatobiliary system physiology`$urlId #> [1] "HP_0025155" #> #> $`Abnormality of hepatobiliary system physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of hepatobiliary system physiology`$`_parent` #> [1] "HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of hepatobiliary system physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of hepatobiliary system physiology`$children #> $`Abnormality of hepatobiliary system physiology`$children[[1]] #> [1] "HP_0001410<HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of hepatobiliary system physiology`$value #> [1] "Abnormality of hepatobiliary system physiology" #> #> #> $`Abnormality of higher mental function` #> $`Abnormality of higher mental function`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011446" #> #> $`Abnormality of higher mental function`$`_id` #> [1] "HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of higher mental function`$privateGeneCount #> [1] 0 #> #> $`Abnormality of higher mental function`$publicGeneCount #> [1] 36 #> #> $`Abnormality of higher mental function`$urlId #> [1] "HP_0011446" #> #> $`Abnormality of higher mental function`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of higher mental function`$`_parent` #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of higher mental function`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of higher mental function`$children #> $`Abnormality of higher mental function`$children[[1]] #> [1] "HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of higher mental function`$children[[2]] #> [1] "HP_0001249<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of higher mental function`$children[[3]] #> [1] "HP_0002463<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of higher mental function`$children[[4]] #> [1] "HP_0002167<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of higher mental function`$children[[5]] #> [1] "HP_0004372<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of higher mental function`$value #> [1] "Abnormality of higher mental function" #> #> #> $`Abnormality of hindbrain morphology` #> $`Abnormality of hindbrain morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011282" #> #> $`Abnormality of hindbrain morphology`$`_id` #> [1] "HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of hindbrain morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of hindbrain morphology`$publicGeneCount #> [1] 6 #> #> $`Abnormality of hindbrain morphology`$urlId #> [1] "HP_0011282" #> #> $`Abnormality of hindbrain morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of hindbrain morphology`$`_parent` #> [1] "HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of hindbrain morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of hindbrain morphology`$children #> $`Abnormality of hindbrain morphology`$children[[1]] #> [1] "HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of hindbrain morphology`$value #> [1] "Abnormality of hindbrain morphology" #> #> #> $`Abnormality of humoral immunity` #> $`Abnormality of humoral immunity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005368" #> #> $`Abnormality of humoral immunity`$`_id` #> [1] "HP_0005368<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of humoral immunity`$privateGeneCount #> [1] 0 #> #> $`Abnormality of humoral immunity`$publicGeneCount #> [1] 1 #> #> $`Abnormality of humoral immunity`$urlId #> [1] "HP_0005368" #> #> $`Abnormality of humoral immunity`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of humoral immunity`$`_parent` #> [1] "HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of humoral immunity`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of humoral immunity`$children #> $`Abnormality of humoral immunity`$children[[1]] #> [1] "HP_0010701<HP_0005368<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormality of humoral immunity`$value #> [1] "Abnormality of humoral immunity" #> #> #> $`Abnormality of immune serum protein physiology` #> $`Abnormality of immune serum protein physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011111" #> #> $`Abnormality of immune serum protein physiology`$`_id` #> [1] "HP_0011111<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune serum protein physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of immune serum protein physiology`$publicGeneCount #> [1] 21 #> #> $`Abnormality of immune serum protein physiology`$urlId #> [1] "HP_0011111" #> #> $`Abnormality of immune serum protein physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of immune serum protein physiology`$`_parent` #> [1] "HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune serum protein physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of immune serum protein physiology`$children #> $`Abnormality of immune serum protein physiology`$children[[1]] #> [1] "HP_0011113<HP_0011111<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormality of immune serum protein physiology`$value #> [1] "Abnormality of immune serum protein physiology" #> #> #> $`Abnormality of immune system physiology` #> $`Abnormality of immune system physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010978" #> #> $`Abnormality of immune system physiology`$`_id` #> [1] "HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune system physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of immune system physiology`$publicGeneCount #> [1] 127 #> #> $`Abnormality of immune system physiology`$urlId #> [1] "HP_0010978" #> #> $`Abnormality of immune system physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of immune system physiology`$`_parent` #> [1] "HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune system physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of immune system physiology`$children #> $`Abnormality of immune system physiology`$children[[1]] #> [1] "HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune system physiology`$children[[2]] #> [1] "HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune system physiology`$children[[3]] #> [1] "HP_0005368<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune system physiology`$children[[4]] #> [1] "HP_0011111<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune system physiology`$children[[5]] #> [1] "HP_0002721<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune system physiology`$children[[6]] #> [1] "HP_0100326<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune system physiology`$children[[7]] #> [1] "HP_0100806<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of immune system physiology`$children[[8]] #> [1] "HP_0032101<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormality of immune system physiology`$value #> [1] "Abnormality of immune system physiology" #> #> #> $`Abnormality of interleukin secretion` #> $`Abnormality of interleukin secretion`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011117" #> #> $`Abnormality of interleukin secretion`$`_id` #> [1] "HP_0011117<HP_0011113<HP_0011111<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of interleukin secretion`$privateGeneCount #> [1] 0 #> #> $`Abnormality of interleukin secretion`$publicGeneCount #> [1] 21 #> #> $`Abnormality of interleukin secretion`$urlId #> [1] "HP_0011117" #> #> $`Abnormality of interleukin secretion`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of interleukin secretion`$`_parent` #> [1] "HP_0011113<HP_0011111<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of interleukin secretion`$`_is_leaf` #> [1] TRUE #> #> $`Abnormality of interleukin secretion`$children #> list() #> #> $`Abnormality of interleukin secretion`$value #> [1] "Abnormality of interleukin secretion" #> #> #> $`Abnormality of joint mobility` #> $`Abnormality of joint mobility`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011729" #> #> $`Abnormality of joint mobility`$`_id` #> [1] "HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of joint mobility`$privateGeneCount #> [1] 0 #> #> $`Abnormality of joint mobility`$publicGeneCount #> [1] 13 #> #> $`Abnormality of joint mobility`$urlId #> [1] "HP_0011729" #> #> $`Abnormality of joint mobility`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of joint mobility`$`_parent` #> [1] "HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of joint mobility`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of joint mobility`$children #> $`Abnormality of joint mobility`$children[[1]] #> [1] "HP_0001371<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of joint mobility`$children[[2]] #> [1] "HP_0100240<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of joint mobility`$value #> [1] "Abnormality of joint mobility" #> #> #> $`Abnormality of limb bone` #> $`Abnormality of limb bone`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040068" #> #> $`Abnormality of limb bone`$`_id` #> [1] "HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone`$privateGeneCount #> [1] 0 #> #> $`Abnormality of limb bone`$publicGeneCount #> [1] 10 #> #> $`Abnormality of limb bone`$urlId #> [1] "HP_0040068" #> #> $`Abnormality of limb bone`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of limb bone`$`_parent` #> [1] "HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of limb bone`$children #> $`Abnormality of limb bone`$children[[1]] #> [1] "HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of limb bone`$value #> [1] "Abnormality of limb bone" #> #> #> $`Abnormality of limb bone` #> $`Abnormality of limb bone`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040068" #> #> $`Abnormality of limb bone`$`_id` #> [1] "HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone`$privateGeneCount #> [1] 0 #> #> $`Abnormality of limb bone`$publicGeneCount #> [1] 10 #> #> $`Abnormality of limb bone`$urlId #> [1] "HP_0040068" #> #> $`Abnormality of limb bone`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of limb bone`$`_parent` #> [1] "HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of limb bone`$children #> $`Abnormality of limb bone`$children[[1]] #> [1] "HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of limb bone`$value #> [1] "Abnormality of limb bone" #> #> #> $`Abnormality of limb bone morphology` #> $`Abnormality of limb bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002813" #> #> $`Abnormality of limb bone morphology`$`_id` #> [1] "HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of limb bone morphology`$publicGeneCount #> [1] 10 #> #> $`Abnormality of limb bone morphology`$urlId #> [1] "HP_0002813" #> #> $`Abnormality of limb bone morphology`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of limb bone morphology`$`_parent` #> [1] "HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of limb bone morphology`$children #> $`Abnormality of limb bone morphology`$children[[1]] #> [1] "HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[2]] #> [1] "HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[3]] #> [1] "HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[4]] #> [1] "HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[5]] #> [1] "HP_0000944<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of limb bone morphology`$value #> [1] "Abnormality of limb bone morphology" #> #> #> $`Abnormality of limb bone morphology` #> $`Abnormality of limb bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002813" #> #> $`Abnormality of limb bone morphology`$`_id` #> [1] "HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of limb bone morphology`$publicGeneCount #> [1] 10 #> #> $`Abnormality of limb bone morphology`$urlId #> [1] "HP_0002813" #> #> $`Abnormality of limb bone morphology`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of limb bone morphology`$`_parent` #> [1] "HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of limb bone morphology`$children #> $`Abnormality of limb bone morphology`$children[[1]] #> [1] "HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[2]] #> [1] "HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[3]] #> [1] "HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[4]] #> [1] "HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[5]] #> [1] "HP_0000944<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of limb bone morphology`$value #> [1] "Abnormality of limb bone morphology" #> #> #> $`Abnormality of limb bone morphology` #> $`Abnormality of limb bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002813" #> #> $`Abnormality of limb bone morphology`$`_id` #> [1] "HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of limb bone morphology`$publicGeneCount #> [1] 10 #> #> $`Abnormality of limb bone morphology`$urlId #> [1] "HP_0002813" #> #> $`Abnormality of limb bone morphology`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of limb bone morphology`$`_parent` #> [1] "HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of limb bone morphology`$children #> $`Abnormality of limb bone morphology`$children[[1]] #> [1] "HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[2]] #> [1] "HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[3]] #> [1] "HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[4]] #> [1] "HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limb bone morphology`$children[[5]] #> [1] "HP_0000944<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of limb bone morphology`$value #> [1] "Abnormality of limb bone morphology" #> #> #> $`Abnormality of limbs` #> $`Abnormality of limbs`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040064" #> #> $`Abnormality of limbs`$`_id` #> [1] "HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limbs`$privateGeneCount #> [1] 0 #> #> $`Abnormality of limbs`$publicGeneCount #> [1] 27 #> #> $`Abnormality of limbs`$urlId #> [1] "HP_0040064" #> #> $`Abnormality of limbs`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of limbs`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of limbs`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of limbs`$children #> $`Abnormality of limbs`$children[[1]] #> [1] "HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limbs`$children[[2]] #> [1] "HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limbs`$children[[3]] #> [1] "HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of limbs`$children[[4]] #> [1] "HP_0009815<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of limbs`$value #> [1] "Abnormality of limbs" #> #> #> $`Abnormality of lipoprotein cholesterol concentration` #> $`Abnormality of lipoprotein cholesterol concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010979" #> #> $`Abnormality of lipoprotein cholesterol concentration`$`_id` #> [1] "HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of lipoprotein cholesterol concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormality of lipoprotein cholesterol concentration`$publicGeneCount #> [1] 6 #> #> $`Abnormality of lipoprotein cholesterol concentration`$urlId #> [1] "HP_0010979" #> #> $`Abnormality of lipoprotein cholesterol concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of lipoprotein cholesterol concentration`$`_parent` #> [1] "HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of lipoprotein cholesterol concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of lipoprotein cholesterol concentration`$children #> $`Abnormality of lipoprotein cholesterol concentration`$children[[1]] #> [1] "HP_0031888<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of lipoprotein cholesterol concentration`$children[[2]] #> [1] "HP_0010980<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of lipoprotein cholesterol concentration`$children[[3]] #> [1] "HP_0010981<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of lipoprotein cholesterol concentration`$value #> [1] "Abnormality of lipoprotein cholesterol concentration" #> #> #> $`Abnormality of lower limb joint` #> $`Abnormality of lower limb joint`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100491" #> #> $`Abnormality of lower limb joint`$`_id` #> [1] "HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of lower limb joint`$privateGeneCount #> [1] 0 #> #> $`Abnormality of lower limb joint`$publicGeneCount #> [1] 2 #> #> $`Abnormality of lower limb joint`$urlId #> [1] "HP_0100491" #> #> $`Abnormality of lower limb joint`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of lower limb joint`$`_parent` #> [1] "HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of lower limb joint`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of lower limb joint`$children #> $`Abnormality of lower limb joint`$children[[1]] #> [1] "HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of lower limb joint`$value #> [1] "Abnormality of lower limb joint" #> #> #> $`Abnormality of lower limb joint` #> $`Abnormality of lower limb joint`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100491" #> #> $`Abnormality of lower limb joint`$`_id` #> [1] "HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of lower limb joint`$privateGeneCount #> [1] 0 #> #> $`Abnormality of lower limb joint`$publicGeneCount #> [1] 2 #> #> $`Abnormality of lower limb joint`$urlId #> [1] "HP_0100491" #> #> $`Abnormality of lower limb joint`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of lower limb joint`$`_parent` #> [1] "HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of lower limb joint`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of lower limb joint`$children #> $`Abnormality of lower limb joint`$children[[1]] #> [1] "HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of lower limb joint`$value #> [1] "Abnormality of lower limb joint" #> #> #> $`Abnormality of lysosomal metabolism` #> $`Abnormality of lysosomal metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004356" #> #> $`Abnormality of lysosomal metabolism`$`_id` #> [1] "HP_0004356<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of lysosomal metabolism`$privateGeneCount #> [1] 0 #> #> $`Abnormality of lysosomal metabolism`$publicGeneCount #> [1] 1 #> #> $`Abnormality of lysosomal metabolism`$urlId #> [1] "HP_0004356" #> #> $`Abnormality of lysosomal metabolism`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of lysosomal metabolism`$`_parent` #> [1] "HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of lysosomal metabolism`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of lysosomal metabolism`$children #> $`Abnormality of lysosomal metabolism`$children[[1]] #> [1] "HP_0003657<HP_0004356<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of lysosomal metabolism`$value #> [1] "Abnormality of lysosomal metabolism" #> #> #> $`Abnormality of lysosomal metabolism` #> $`Abnormality of lysosomal metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004356" #> #> $`Abnormality of lysosomal metabolism`$`_id` #> [1] "HP_0004356<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormality of lysosomal metabolism`$privateGeneCount #> [1] 0 #> #> $`Abnormality of lysosomal metabolism`$publicGeneCount #> [1] 1 #> #> $`Abnormality of lysosomal metabolism`$urlId #> [1] "HP_0004356" #> #> $`Abnormality of lysosomal metabolism`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of lysosomal metabolism`$`_parent` #> [1] "HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Abnormality of lysosomal metabolism`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of lysosomal metabolism`$children #> $`Abnormality of lysosomal metabolism`$children[[1]] #> [1] "HP_0003657<HP_0004356<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> #> $`Abnormality of lysosomal metabolism`$value #> [1] "Abnormality of lysosomal metabolism" #> #> #> $`Abnormality of male external genitalia` #> $`Abnormality of male external genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000032" #> #> $`Abnormality of male external genitalia`$`_id` #> [1] "HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of male external genitalia`$privateGeneCount #> [1] 0 #> #> $`Abnormality of male external genitalia`$publicGeneCount #> [1] 2 #> #> $`Abnormality of male external genitalia`$urlId #> [1] "HP_0000032" #> #> $`Abnormality of male external genitalia`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of male external genitalia`$`_parent` #> [1] "HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of male external genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of male external genitalia`$children #> $`Abnormality of male external genitalia`$children[[1]] #> [1] "HP_0000035<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of male external genitalia`$children[[2]] #> [1] "HP_0000036<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of male external genitalia`$children[[3]] #> [1] "HP_0000050<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of male external genitalia`$value #> [1] "Abnormality of male external genitalia" #> #> #> $`Abnormality of male external genitalia` #> $`Abnormality of male external genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000032" #> #> $`Abnormality of male external genitalia`$`_id` #> [1] "HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of male external genitalia`$privateGeneCount #> [1] 0 #> #> $`Abnormality of male external genitalia`$publicGeneCount #> [1] 2 #> #> $`Abnormality of male external genitalia`$urlId #> [1] "HP_0000032" #> #> $`Abnormality of male external genitalia`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of male external genitalia`$`_parent` #> [1] "HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of male external genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of male external genitalia`$children #> $`Abnormality of male external genitalia`$children[[1]] #> [1] "HP_0000035<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of male external genitalia`$children[[2]] #> [1] "HP_0000036<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of male external genitalia`$children[[3]] #> [1] "HP_0000050<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of male external genitalia`$value #> [1] "Abnormality of male external genitalia" #> #> #> $`Abnormality of metabolism/homeostasis` #> $`Abnormality of metabolism/homeostasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001939" #> #> $`Abnormality of metabolism/homeostasis`$`_id` #> [1] "HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of metabolism/homeostasis`$privateGeneCount #> [1] 0 #> #> $`Abnormality of metabolism/homeostasis`$publicGeneCount #> [1] 280 #> #> $`Abnormality of metabolism/homeostasis`$urlId #> [1] "HP_0001939" #> #> $`Abnormality of metabolism/homeostasis`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of metabolism/homeostasis`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of metabolism/homeostasis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of metabolism/homeostasis`$children #> $`Abnormality of metabolism/homeostasis`$children[[1]] #> [1] "HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of metabolism/homeostasis`$children[[2]] #> [1] "HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of metabolism/homeostasis`$children[[3]] #> [1] "HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of metabolism/homeostasis`$children[[4]] #> [1] "HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of metabolism/homeostasis`$children[[5]] #> [1] "HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of metabolism/homeostasis`$value #> [1] "Abnormality of metabolism/homeostasis" #> #> #> $`Abnormality of midbrain morphology` #> $`Abnormality of midbrain morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002418" #> #> $`Abnormality of midbrain morphology`$`_id` #> [1] "HP_0002418<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of midbrain morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of midbrain morphology`$publicGeneCount #> [1] 1 #> #> $`Abnormality of midbrain morphology`$urlId #> [1] "HP_0002418" #> #> $`Abnormality of midbrain morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of midbrain morphology`$`_parent` #> [1] "HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of midbrain morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of midbrain morphology`$children #> $`Abnormality of midbrain morphology`$children[[1]] #> [1] "HP_0002419<HP_0002418<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of midbrain morphology`$value #> [1] "Abnormality of midbrain morphology" #> #> #> $`Abnormality of mouth size` #> $`Abnormality of mouth size`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011337" #> #> $`Abnormality of mouth size`$`_id` #> [1] "HP_0011337<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of mouth size`$privateGeneCount #> [1] 0 #> #> $`Abnormality of mouth size`$publicGeneCount #> [1] 1 #> #> $`Abnormality of mouth size`$urlId #> [1] "HP_0011337" #> #> $`Abnormality of mouth size`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of mouth size`$`_parent` #> [1] "HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of mouth size`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of mouth size`$children #> $`Abnormality of mouth size`$children[[1]] #> [1] "HP_0000154<HP_0011337<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of mouth size`$value #> [1] "Abnormality of mouth size" #> #> #> $`Abnormality of movement` #> $`Abnormality of movement`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100022" #> #> $`Abnormality of movement`$`_id` #> [1] "HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of movement`$privateGeneCount #> [1] 0 #> #> $`Abnormality of movement`$publicGeneCount #> [1] 55 #> #> $`Abnormality of movement`$urlId #> [1] "HP_0100022" #> #> $`Abnormality of movement`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of movement`$`_parent` #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of movement`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of movement`$children #> $`Abnormality of movement`$children[[1]] #> [1] "HP_0031826<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of movement`$children[[2]] #> [1] "HP_0001335<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of movement`$children[[3]] #> [1] "HP_0002374<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of movement`$children[[4]] #> [1] "HP_0100660<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of movement`$children[[5]] #> [1] "HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of movement`$children[[6]] #> [1] "HP_0001288<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of movement`$children[[7]] #> [1] "HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of movement`$children[[8]] #> [1] "HP_0002411<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of movement`$value #> [1] "Abnormality of movement" #> #> #> $`Abnormality of multiple cell lineages in the bone marrow` #> $`Abnormality of multiple cell lineages in the bone marrow`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012145" #> #> $`Abnormality of multiple cell lineages in the bone marrow`$`_id` #> [1] "HP_0012145<HP_0005561<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of multiple cell lineages in the bone marrow`$privateGeneCount #> [1] 0 #> #> $`Abnormality of multiple cell lineages in the bone marrow`$publicGeneCount #> [1] 1 #> #> $`Abnormality of multiple cell lineages in the bone marrow`$urlId #> [1] "HP_0012145" #> #> $`Abnormality of multiple cell lineages in the bone marrow`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of multiple cell lineages in the bone marrow`$`_parent` #> [1] "HP_0005561<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of multiple cell lineages in the bone marrow`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of multiple cell lineages in the bone marrow`$children #> $`Abnormality of multiple cell lineages in the bone marrow`$children[[1]] #> [1] "HP_0005528<HP_0012145<HP_0005561<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormality of multiple cell lineages in the bone marrow`$value #> [1] "Abnormality of multiple cell lineages in the bone marrow" #> #> #> $`Abnormality of muscle size` #> $`Abnormality of muscle size`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030236" #> #> $`Abnormality of muscle size`$`_id` #> [1] "HP_0030236<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormality of muscle size`$privateGeneCount #> [1] 0 #> #> $`Abnormality of muscle size`$publicGeneCount #> [1] 1 #> #> $`Abnormality of muscle size`$urlId #> [1] "HP_0030236" #> #> $`Abnormality of muscle size`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of muscle size`$`_parent` #> [1] "HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormality of muscle size`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of muscle size`$children #> $`Abnormality of muscle size`$children[[1]] #> [1] "HP_0003712<HP_0030236<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Abnormality of muscle size`$value #> [1] "Abnormality of muscle size" #> #> #> $`Abnormality of neuronal migration` #> $`Abnormality of neuronal migration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002269" #> #> $`Abnormality of neuronal migration`$`_id` #> [1] "HP_0002269<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of neuronal migration`$privateGeneCount #> [1] 0 #> #> $`Abnormality of neuronal migration`$publicGeneCount #> [1] 3 #> #> $`Abnormality of neuronal migration`$urlId #> [1] "HP_0002269" #> #> $`Abnormality of neuronal migration`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of neuronal migration`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of neuronal migration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of neuronal migration`$children #> $`Abnormality of neuronal migration`$children[[1]] #> [1] "HP_0002536<HP_0002269<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of neuronal migration`$value #> [1] "Abnormality of neuronal migration" #> #> #> $`Abnormality of pain sensation` #> $`Abnormality of pain sensation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010832" #> #> $`Abnormality of pain sensation`$`_id` #> [1] "HP_0010832<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of pain sensation`$privateGeneCount #> [1] 0 #> #> $`Abnormality of pain sensation`$publicGeneCount #> [1] 2 #> #> $`Abnormality of pain sensation`$urlId #> [1] "HP_0010832" #> #> $`Abnormality of pain sensation`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of pain sensation`$`_parent` #> [1] "HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of pain sensation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of pain sensation`$children #> $`Abnormality of pain sensation`$children[[1]] #> [1] "HP_0007328<HP_0010832<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of pain sensation`$value #> [1] "Abnormality of pain sensation" #> #> #> $`Abnormality of pancreas physiology` #> $`Abnormality of pancreas physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012091" #> #> $`Abnormality of pancreas physiology`$`_id` #> [1] "HP_0012091<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of pancreas physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of pancreas physiology`$publicGeneCount #> [1] 5 #> #> $`Abnormality of pancreas physiology`$urlId #> [1] "HP_0012091" #> #> $`Abnormality of pancreas physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of pancreas physiology`$`_parent` #> [1] "HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of pancreas physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of pancreas physiology`$children #> $`Abnormality of pancreas physiology`$children[[1]] #> [1] "HP_0001733<HP_0012091<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of pancreas physiology`$value #> [1] "Abnormality of pancreas physiology" #> #> #> $`Abnormality of pelvic girdle bone morphology` #> $`Abnormality of pelvic girdle bone morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002644" #> #> $`Abnormality of pelvic girdle bone morphology`$`_id` #> [1] "HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of pelvic girdle bone morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of pelvic girdle bone morphology`$publicGeneCount #> [1] 2 #> #> $`Abnormality of pelvic girdle bone morphology`$urlId #> [1] "HP_0002644" #> #> $`Abnormality of pelvic girdle bone morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of pelvic girdle bone morphology`$`_parent` #> [1] "HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of pelvic girdle bone morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of pelvic girdle bone morphology`$children #> $`Abnormality of pelvic girdle bone morphology`$children[[1]] #> [1] "HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of pelvic girdle bone morphology`$value #> [1] "Abnormality of pelvic girdle bone morphology" #> #> #> $`Abnormality of prenatal development or birth` #> $`Abnormality of prenatal development or birth`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001197" #> #> $`Abnormality of prenatal development or birth`$`_id` #> [1] "HP_0001197<HP_0000118<HP_0000001" #> #> $`Abnormality of prenatal development or birth`$privateGeneCount #> [1] 0 #> #> $`Abnormality of prenatal development or birth`$publicGeneCount #> [1] 170 #> #> $`Abnormality of prenatal development or birth`$urlId #> [1] "HP_0001197" #> #> $`Abnormality of prenatal development or birth`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of prenatal development or birth`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of prenatal development or birth`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of prenatal development or birth`$children #> $`Abnormality of prenatal development or birth`$children[[1]] #> [1] "HP_0001787<HP_0001197<HP_0000118<HP_0000001" #> #> $`Abnormality of prenatal development or birth`$children[[2]] #> [1] "HP_0001622<HP_0001197<HP_0000118<HP_0000001" #> #> #> $`Abnormality of prenatal development or birth`$value #> [1] "Abnormality of prenatal development or birth" #> #> #> $`Abnormality of renal excretion` #> $`Abnormality of renal excretion`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011036" #> #> $`Abnormality of renal excretion`$`_id` #> [1] "HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of renal excretion`$privateGeneCount #> [1] 0 #> #> $`Abnormality of renal excretion`$publicGeneCount #> [1] 9 #> #> $`Abnormality of renal excretion`$urlId #> [1] "HP_0011036" #> #> $`Abnormality of renal excretion`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of renal excretion`$`_parent` #> [1] "HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of renal excretion`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of renal excretion`$children #> $`Abnormality of renal excretion`$children[[1]] #> [1] "HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of renal excretion`$value #> [1] "Abnormality of renal excretion" #> #> #> $`Abnormality of renal excretion` #> $`Abnormality of renal excretion`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011036" #> #> $`Abnormality of renal excretion`$`_id` #> [1] "HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of renal excretion`$privateGeneCount #> [1] 0 #> #> $`Abnormality of renal excretion`$publicGeneCount #> [1] 9 #> #> $`Abnormality of renal excretion`$urlId #> [1] "HP_0011036" #> #> $`Abnormality of renal excretion`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of renal excretion`$`_parent` #> [1] "HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of renal excretion`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of renal excretion`$children #> $`Abnormality of renal excretion`$children[[1]] #> [1] "HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of renal excretion`$value #> [1] "Abnormality of renal excretion" #> #> #> $`Abnormality of renal glomerulus morphology` #> $`Abnormality of renal glomerulus morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000095" #> #> $`Abnormality of renal glomerulus morphology`$`_id` #> [1] "HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of renal glomerulus morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of renal glomerulus morphology`$publicGeneCount #> [1] 3 #> #> $`Abnormality of renal glomerulus morphology`$urlId #> [1] "HP_0000095" #> #> $`Abnormality of renal glomerulus morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of renal glomerulus morphology`$`_parent` #> [1] "HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of renal glomerulus morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of renal glomerulus morphology`$children #> $`Abnormality of renal glomerulus morphology`$children[[1]] #> [1] "HP_0100820<HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of renal glomerulus morphology`$children[[2]] #> [1] "HP_0001966<HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of renal glomerulus morphology`$value #> [1] "Abnormality of renal glomerulus morphology" #> #> #> $`Abnormality of renal glomerulus morphology` #> $`Abnormality of renal glomerulus morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000095" #> #> $`Abnormality of renal glomerulus morphology`$`_id` #> [1] "HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of renal glomerulus morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of renal glomerulus morphology`$publicGeneCount #> [1] 3 #> #> $`Abnormality of renal glomerulus morphology`$urlId #> [1] "HP_0000095" #> #> $`Abnormality of renal glomerulus morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of renal glomerulus morphology`$`_parent` #> [1] "HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of renal glomerulus morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of renal glomerulus morphology`$children #> $`Abnormality of renal glomerulus morphology`$children[[1]] #> [1] "HP_0100820<HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of renal glomerulus morphology`$children[[2]] #> [1] "HP_0001966<HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of renal glomerulus morphology`$value #> [1] "Abnormality of renal glomerulus morphology" #> #> #> $`Abnormality of reproductive system physiology` #> $`Abnormality of reproductive system physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000080" #> #> $`Abnormality of reproductive system physiology`$`_id` #> [1] "HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of reproductive system physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of reproductive system physiology`$publicGeneCount #> [1] 17 #> #> $`Abnormality of reproductive system physiology`$urlId #> [1] "HP_0000080" #> #> $`Abnormality of reproductive system physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of reproductive system physiology`$`_parent` #> [1] "HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of reproductive system physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of reproductive system physiology`$children #> $`Abnormality of reproductive system physiology`$children[[1]] #> [1] "HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of reproductive system physiology`$children[[2]] #> [1] "HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of reproductive system physiology`$value #> [1] "Abnormality of reproductive system physiology" #> #> #> $`Abnormality of salivation` #> $`Abnormality of salivation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100755" #> #> $`Abnormality of salivation`$`_id` #> [1] "HP_0100755<HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of salivation`$privateGeneCount #> [1] 0 #> #> $`Abnormality of salivation`$publicGeneCount #> [1] 1 #> #> $`Abnormality of salivation`$urlId #> [1] "HP_0100755" #> #> $`Abnormality of salivation`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of salivation`$`_parent` #> [1] "HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of salivation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of salivation`$children #> $`Abnormality of salivation`$children[[1]] #> [1] "HP_0003781<HP_0100755<HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of salivation`$value #> [1] "Abnormality of salivation" #> #> #> $`Abnormality of serum amino acid level` #> $`Abnormality of serum amino acid level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003112" #> #> $`Abnormality of serum amino acid level`$`_id` #> [1] "HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of serum amino acid level`$privateGeneCount #> [1] 0 #> #> $`Abnormality of serum amino acid level`$publicGeneCount #> [1] 6 #> #> $`Abnormality of serum amino acid level`$urlId #> [1] "HP_0003112" #> #> $`Abnormality of serum amino acid level`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of serum amino acid level`$`_parent` #> [1] "HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of serum amino acid level`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of serum amino acid level`$children #> $`Abnormality of serum amino acid level`$children[[1]] #> [1] "HP_0004338<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of serum amino acid level`$children[[2]] #> [1] "HP_0010902<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of serum amino acid level`$value #> [1] "Abnormality of serum amino acid level" #> #> #> $`Abnormality of skeletal morphology` #> $`Abnormality of skeletal morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011842" #> #> $`Abnormality of skeletal morphology`$`_id` #> [1] "HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skeletal morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of skeletal morphology`$publicGeneCount #> [1] 68 #> #> $`Abnormality of skeletal morphology`$urlId #> [1] "HP_0011842" #> #> $`Abnormality of skeletal morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of skeletal morphology`$`_parent` #> [1] "HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skeletal morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of skeletal morphology`$children #> $`Abnormality of skeletal morphology`$children[[1]] #> [1] "HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skeletal morphology`$children[[2]] #> [1] "HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skeletal morphology`$children[[3]] #> [1] "HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skeletal morphology`$children[[4]] #> [1] "HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skeletal morphology`$children[[5]] #> [1] "HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skeletal morphology`$children[[6]] #> [1] "HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skeletal morphology`$children[[7]] #> [1] "HP_0002652<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of skeletal morphology`$value #> [1] "Abnormality of skeletal morphology" #> #> #> $`Abnormality of skeletal physiology` #> $`Abnormality of skeletal physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011843" #> #> $`Abnormality of skeletal physiology`$`_id` #> [1] "HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skeletal physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of skeletal physiology`$publicGeneCount #> [1] 13 #> #> $`Abnormality of skeletal physiology`$urlId #> [1] "HP_0011843" #> #> $`Abnormality of skeletal physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of skeletal physiology`$`_parent` #> [1] "HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skeletal physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of skeletal physiology`$children #> $`Abnormality of skeletal physiology`$children[[1]] #> [1] "HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of skeletal physiology`$value #> [1] "Abnormality of skeletal physiology" #> #> #> $`Abnormality of skin adnexa morphology` #> $`Abnormality of skin adnexa morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011138" #> #> $`Abnormality of skin adnexa morphology`$`_id` #> [1] "HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin adnexa morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of skin adnexa morphology`$publicGeneCount #> [1] 10 #> #> $`Abnormality of skin adnexa morphology`$urlId #> [1] "HP_0011138" #> #> $`Abnormality of skin adnexa morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of skin adnexa morphology`$`_parent` #> [1] "HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin adnexa morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of skin adnexa morphology`$children #> $`Abnormality of skin adnexa morphology`$children[[1]] #> [1] "HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormality of skin adnexa morphology`$value #> [1] "Abnormality of skin adnexa morphology" #> #> #> $`Abnormality of skin adnexa physiology` #> $`Abnormality of skin adnexa physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025276" #> #> $`Abnormality of skin adnexa physiology`$`_id` #> [1] "HP_0025276<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin adnexa physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of skin adnexa physiology`$publicGeneCount #> [1] 1 #> #> $`Abnormality of skin adnexa physiology`$urlId #> [1] "HP_0025276" #> #> $`Abnormality of skin adnexa physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of skin adnexa physiology`$`_parent` #> [1] "HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin adnexa physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of skin adnexa physiology`$children #> $`Abnormality of skin adnexa physiology`$children[[1]] #> [1] "HP_0007550<HP_0025276<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormality of skin adnexa physiology`$value #> [1] "Abnormality of skin adnexa physiology" #> #> #> $`Abnormality of skin morphology` #> $`Abnormality of skin morphology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011121" #> #> $`Abnormality of skin morphology`$`_id` #> [1] "HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin morphology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of skin morphology`$publicGeneCount #> [1] 59 #> #> $`Abnormality of skin morphology`$urlId #> [1] "HP_0011121" #> #> $`Abnormality of skin morphology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of skin morphology`$`_parent` #> [1] "HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin morphology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of skin morphology`$children #> $`Abnormality of skin morphology`$children[[1]] #> [1] "HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin morphology`$children[[2]] #> [1] "HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin morphology`$children[[3]] #> [1] "HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin morphology`$children[[4]] #> [1] "HP_0001029<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin morphology`$children[[5]] #> [1] "HP_0011356<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin morphology`$children[[6]] #> [1] "HP_0001072<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormality of skin morphology`$value #> [1] "Abnormality of skin morphology" #> #> #> $`Abnormality of skin physiology` #> $`Abnormality of skin physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011122" #> #> $`Abnormality of skin physiology`$`_id` #> [1] "HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of skin physiology`$publicGeneCount #> [1] 27 #> #> $`Abnormality of skin physiology`$urlId #> [1] "HP_0011122" #> #> $`Abnormality of skin physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of skin physiology`$`_parent` #> [1] "HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of skin physiology`$children #> $`Abnormality of skin physiology`$children[[1]] #> [1] "HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin physiology`$children[[2]] #> [1] "HP_0000989<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormality of skin physiology`$value #> [1] "Abnormality of skin physiology" #> #> #> $`Abnormality of skin pigmentation` #> $`Abnormality of skin pigmentation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001000" #> #> $`Abnormality of skin pigmentation`$`_id` #> [1] "HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin pigmentation`$privateGeneCount #> [1] 0 #> #> $`Abnormality of skin pigmentation`$publicGeneCount #> [1] 9 #> #> $`Abnormality of skin pigmentation`$urlId #> [1] "HP_0001000" #> #> $`Abnormality of skin pigmentation`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of skin pigmentation`$`_parent` #> [1] "HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin pigmentation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of skin pigmentation`$children #> $`Abnormality of skin pigmentation`$children[[1]] #> [1] "HP_0001480<HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin pigmentation`$children[[2]] #> [1] "HP_0000953<HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of skin pigmentation`$children[[3]] #> [1] "HP_0001010<HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormality of skin pigmentation`$value #> [1] "Abnormality of skin pigmentation" #> #> #> $`Abnormality of skull size` #> $`Abnormality of skull size`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000240" #> #> $`Abnormality of skull size`$`_id` #> [1] "HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of skull size`$privateGeneCount #> [1] 0 #> #> $`Abnormality of skull size`$publicGeneCount #> [1] 5 #> #> $`Abnormality of skull size`$urlId #> [1] "HP_0000240" #> #> $`Abnormality of skull size`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of skull size`$`_parent` #> [1] "HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of skull size`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of skull size`$children #> $`Abnormality of skull size`$children[[1]] #> [1] "HP_0040195<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of skull size`$children[[2]] #> [1] "HP_0040194<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of skull size`$value #> [1] "Abnormality of skull size" #> #> #> $`Abnormality of skull size` #> $`Abnormality of skull size`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000240" #> #> $`Abnormality of skull size`$`_id` #> [1] "HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skull size`$privateGeneCount #> [1] 0 #> #> $`Abnormality of skull size`$publicGeneCount #> [1] 5 #> #> $`Abnormality of skull size`$urlId #> [1] "HP_0000240" #> #> $`Abnormality of skull size`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of skull size`$`_parent` #> [1] "HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skull size`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of skull size`$children #> $`Abnormality of skull size`$children[[1]] #> [1] "HP_0040195<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of skull size`$children[[2]] #> [1] "HP_0040194<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of skull size`$value #> [1] "Abnormality of skull size" #> #> #> $`Abnormality of temperature regulation` #> $`Abnormality of temperature regulation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004370" #> #> $`Abnormality of temperature regulation`$`_id` #> [1] "HP_0004370<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of temperature regulation`$privateGeneCount #> [1] 0 #> #> $`Abnormality of temperature regulation`$publicGeneCount #> [1] 32 #> #> $`Abnormality of temperature regulation`$urlId #> [1] "HP_0004370" #> #> $`Abnormality of temperature regulation`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of temperature regulation`$`_parent` #> [1] "HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of temperature regulation`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of temperature regulation`$children #> $`Abnormality of temperature regulation`$children[[1]] #> [1] "HP_0001945<HP_0004370<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of temperature regulation`$children[[2]] #> [1] "HP_0002045<HP_0004370<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of temperature regulation`$value #> [1] "Abnormality of temperature regulation" #> #> #> $`Abnormality of the abdominal organs` #> $`Abnormality of the abdominal organs`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002012" #> #> $`Abnormality of the abdominal organs`$`_id` #> [1] "HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the abdominal organs`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the abdominal organs`$publicGeneCount #> [1] 30 #> #> $`Abnormality of the abdominal organs`$urlId #> [1] "HP_0002012" #> #> $`Abnormality of the abdominal organs`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the abdominal organs`$`_parent` #> [1] "HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the abdominal organs`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the abdominal organs`$children #> $`Abnormality of the abdominal organs`$children[[1]] #> [1] "HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the abdominal organs`$children[[2]] #> [1] "HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the abdominal organs`$children[[3]] #> [1] "HP_0002585<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the abdominal organs`$children[[4]] #> [1] "HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the abdominal organs`$value #> [1] "Abnormality of the abdominal organs" #> #> #> $`Abnormality of the abdominal wall` #> $`Abnormality of the abdominal wall`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004298" #> #> $`Abnormality of the abdominal wall`$`_id` #> [1] "HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the abdominal wall`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the abdominal wall`$publicGeneCount #> [1] 4 #> #> $`Abnormality of the abdominal wall`$urlId #> [1] "HP_0004298" #> #> $`Abnormality of the abdominal wall`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the abdominal wall`$`_parent` #> [1] "HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the abdominal wall`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the abdominal wall`$children #> $`Abnormality of the abdominal wall`$children[[1]] #> [1] "HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the abdominal wall`$children[[2]] #> [1] "HP_0001551<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the abdominal wall`$value #> [1] "Abnormality of the abdominal wall" #> #> #> $`Abnormality of the acetabulum` #> $`Abnormality of the acetabulum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003170" #> #> $`Abnormality of the acetabulum`$`_id` #> [1] "HP_0003170<HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the acetabulum`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the acetabulum`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the acetabulum`$urlId #> [1] "HP_0003170" #> #> $`Abnormality of the acetabulum`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the acetabulum`$`_parent` #> [1] "HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the acetabulum`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the acetabulum`$children #> $`Abnormality of the acetabulum`$children[[1]] #> [1] "HP_0008807<HP_0003170<HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the acetabulum`$value #> [1] "Abnormality of the acetabulum" #> #> #> $`Abnormality of the acetabulum` #> $`Abnormality of the acetabulum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003170" #> #> $`Abnormality of the acetabulum`$`_id` #> [1] "HP_0003170<HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the acetabulum`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the acetabulum`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the acetabulum`$urlId #> [1] "HP_0003170" #> #> $`Abnormality of the acetabulum`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the acetabulum`$`_parent` #> [1] "HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the acetabulum`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the acetabulum`$children #> $`Abnormality of the acetabulum`$children[[1]] #> [1] "HP_0008807<HP_0003170<HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the acetabulum`$value #> [1] "Abnormality of the acetabulum" #> #> #> $`Abnormality of the acetabulum` #> $`Abnormality of the acetabulum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003170" #> #> $`Abnormality of the acetabulum`$`_id` #> [1] "HP_0003170<HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the acetabulum`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the acetabulum`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the acetabulum`$urlId #> [1] "HP_0003170" #> #> $`Abnormality of the acetabulum`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the acetabulum`$`_parent` #> [1] "HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the acetabulum`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the acetabulum`$children #> $`Abnormality of the acetabulum`$children[[1]] #> [1] "HP_0008807<HP_0003170<HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the acetabulum`$value #> [1] "Abnormality of the acetabulum" #> #> #> $`Abnormality of the acetabulum` #> $`Abnormality of the acetabulum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003170" #> #> $`Abnormality of the acetabulum`$`_id` #> [1] "HP_0003170<HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the acetabulum`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the acetabulum`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the acetabulum`$urlId #> [1] "HP_0003170" #> #> $`Abnormality of the acetabulum`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the acetabulum`$`_parent` #> [1] "HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the acetabulum`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the acetabulum`$children #> $`Abnormality of the acetabulum`$children[[1]] #> [1] "HP_0008807<HP_0003170<HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the acetabulum`$value #> [1] "Abnormality of the acetabulum" #> #> #> $`Abnormality of the adrenal glands` #> $`Abnormality of the adrenal glands`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000834" #> #> $`Abnormality of the adrenal glands`$`_id` #> [1] "HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the adrenal glands`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the adrenal glands`$publicGeneCount #> [1] 20 #> #> $`Abnormality of the adrenal glands`$urlId #> [1] "HP_0000834" #> #> $`Abnormality of the adrenal glands`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the adrenal glands`$`_parent` #> [1] "HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the adrenal glands`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the adrenal glands`$children #> $`Abnormality of the adrenal glands`$children[[1]] #> [1] "HP_0011732<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the adrenal glands`$children[[2]] #> [1] "HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the adrenal glands`$value #> [1] "Abnormality of the adrenal glands" #> #> #> $`Abnormality of the anterior pituitary` #> $`Abnormality of the anterior pituitary`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011747" #> #> $`Abnormality of the anterior pituitary`$`_id` #> [1] "HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the anterior pituitary`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the anterior pituitary`$publicGeneCount #> [1] 7 #> #> $`Abnormality of the anterior pituitary`$urlId #> [1] "HP_0011747" #> #> $`Abnormality of the anterior pituitary`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the anterior pituitary`$`_parent` #> [1] "HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the anterior pituitary`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the anterior pituitary`$children #> $`Abnormality of the anterior pituitary`$children[[1]] #> [1] "HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the anterior pituitary`$value #> [1] "Abnormality of the anterior pituitary" #> #> #> $`Abnormality of the anterior pituitary` #> $`Abnormality of the anterior pituitary`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011747" #> #> $`Abnormality of the anterior pituitary`$`_id` #> [1] "HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the anterior pituitary`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the anterior pituitary`$publicGeneCount #> [1] 7 #> #> $`Abnormality of the anterior pituitary`$urlId #> [1] "HP_0011747" #> #> $`Abnormality of the anterior pituitary`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the anterior pituitary`$`_parent` #> [1] "HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the anterior pituitary`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the anterior pituitary`$children #> $`Abnormality of the anterior pituitary`$children[[1]] #> [1] "HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the anterior pituitary`$value #> [1] "Abnormality of the anterior pituitary" #> #> #> $`Abnormality of the basal ganglia` #> $`Abnormality of the basal ganglia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002134" #> #> $`Abnormality of the basal ganglia`$`_id` #> [1] "HP_0002134<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the basal ganglia`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the basal ganglia`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the basal ganglia`$urlId #> [1] "HP_0002134" #> #> $`Abnormality of the basal ganglia`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the basal ganglia`$`_parent` #> [1] "HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the basal ganglia`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the basal ganglia`$children #> $`Abnormality of the basal ganglia`$children[[1]] #> [1] "HP_0002135<HP_0002134<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the basal ganglia`$value #> [1] "Abnormality of the basal ganglia" #> #> #> $`Abnormality of the biliary system` #> $`Abnormality of the biliary system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004297" #> #> $`Abnormality of the biliary system`$`_id` #> [1] "HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the biliary system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the biliary system`$publicGeneCount #> [1] 6 #> #> $`Abnormality of the biliary system`$urlId #> [1] "HP_0004297" #> #> $`Abnormality of the biliary system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the biliary system`$`_parent` #> [1] "HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the biliary system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the biliary system`$children #> $`Abnormality of the biliary system`$children[[1]] #> [1] "HP_0005264<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the biliary system`$children[[2]] #> [1] "HP_0001396<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the biliary system`$value #> [1] "Abnormality of the biliary system" #> #> #> $`Abnormality of the bladder` #> $`Abnormality of the bladder`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000014" #> #> $`Abnormality of the bladder`$`_id` #> [1] "HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the bladder`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the bladder`$publicGeneCount #> [1] 4 #> #> $`Abnormality of the bladder`$urlId #> [1] "HP_0000014" #> #> $`Abnormality of the bladder`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the bladder`$`_parent` #> [1] "HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the bladder`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the bladder`$children #> $`Abnormality of the bladder`$children[[1]] #> [1] "HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the bladder`$value #> [1] "Abnormality of the bladder" #> #> #> $`Abnormality of the breast` #> $`Abnormality of the breast`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000769" #> #> $`Abnormality of the breast`$`_id` #> [1] "HP_0000769<HP_0000118<HP_0000001" #> #> $`Abnormality of the breast`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the breast`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the breast`$urlId #> [1] "HP_0000769" #> #> $`Abnormality of the breast`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the breast`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the breast`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the breast`$children #> $`Abnormality of the breast`$children[[1]] #> [1] "HP_0031094<HP_0000769<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the breast`$value #> [1] "Abnormality of the breast" #> #> #> $`Abnormality of the calvaria` #> $`Abnormality of the calvaria`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002683" #> #> $`Abnormality of the calvaria`$`_id` #> [1] "HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the calvaria`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the calvaria`$publicGeneCount #> [1] 4 #> #> $`Abnormality of the calvaria`$urlId #> [1] "HP_0002683" #> #> $`Abnormality of the calvaria`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the calvaria`$`_parent` #> [1] "HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the calvaria`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the calvaria`$children #> $`Abnormality of the calvaria`$children[[1]] #> [1] "HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the calvaria`$value #> [1] "Abnormality of the calvaria" #> #> #> $`Abnormality of the calvaria` #> $`Abnormality of the calvaria`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002683" #> #> $`Abnormality of the calvaria`$`_id` #> [1] "HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the calvaria`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the calvaria`$publicGeneCount #> [1] 4 #> #> $`Abnormality of the calvaria`$urlId #> [1] "HP_0002683" #> #> $`Abnormality of the calvaria`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the calvaria`$`_parent` #> [1] "HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the calvaria`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the calvaria`$children #> $`Abnormality of the calvaria`$children[[1]] #> [1] "HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the calvaria`$value #> [1] "Abnormality of the calvaria" #> #> #> $`Abnormality of the cardiovascular system` #> $`Abnormality of the cardiovascular system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001626" #> #> $`Abnormality of the cardiovascular system`$`_id` #> [1] "HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the cardiovascular system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the cardiovascular system`$publicGeneCount #> [1] 331 #> #> $`Abnormality of the cardiovascular system`$urlId #> [1] "HP_0001626" #> #> $`Abnormality of the cardiovascular system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the cardiovascular system`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the cardiovascular system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the cardiovascular system`$children #> $`Abnormality of the cardiovascular system`$children[[1]] #> [1] "HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the cardiovascular system`$children[[2]] #> [1] "HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the cardiovascular system`$children[[3]] #> [1] "HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the cardiovascular system`$value #> [1] "Abnormality of the cardiovascular system" #> #> #> $`Abnormality of the cerebellar vermis` #> $`Abnormality of the cerebellar vermis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002334" #> #> $`Abnormality of the cerebellar vermis`$`_id` #> [1] "HP_0002334<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebellar vermis`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the cerebellar vermis`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the cerebellar vermis`$urlId #> [1] "HP_0002334" #> #> $`Abnormality of the cerebellar vermis`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the cerebellar vermis`$`_parent` #> [1] "HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebellar vermis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the cerebellar vermis`$children #> $`Abnormality of the cerebellar vermis`$children[[1]] #> [1] "HP_0006817<HP_0002334<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the cerebellar vermis`$value #> [1] "Abnormality of the cerebellar vermis" #> #> #> $`Abnormality of the cerebral cortex` #> $`Abnormality of the cerebral cortex`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002538" #> #> $`Abnormality of the cerebral cortex`$`_id` #> [1] "HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral cortex`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the cerebral cortex`$publicGeneCount #> [1] 5 #> #> $`Abnormality of the cerebral cortex`$urlId #> [1] "HP_0002538" #> #> $`Abnormality of the cerebral cortex`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the cerebral cortex`$`_parent` #> [1] "HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral cortex`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the cerebral cortex`$children #> $`Abnormality of the cerebral cortex`$children[[1]] #> [1] "HP_0002536<HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral cortex`$children[[2]] #> [1] "HP_0002539<HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the cerebral cortex`$value #> [1] "Abnormality of the cerebral cortex" #> #> #> $`Abnormality of the cerebral subcortex` #> $`Abnormality of the cerebral subcortex`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010993" #> #> $`Abnormality of the cerebral subcortex`$`_id` #> [1] "HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral subcortex`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the cerebral subcortex`$publicGeneCount #> [1] 17 #> #> $`Abnormality of the cerebral subcortex`$urlId #> [1] "HP_0010993" #> #> $`Abnormality of the cerebral subcortex`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the cerebral subcortex`$`_parent` #> [1] "HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral subcortex`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the cerebral subcortex`$children #> $`Abnormality of the cerebral subcortex`$children[[1]] #> [1] "HP_0002134<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral subcortex`$children[[2]] #> [1] "HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the cerebral subcortex`$value #> [1] "Abnormality of the cerebral subcortex" #> #> #> $`Abnormality of the cerebral vasculature` #> $`Abnormality of the cerebral vasculature`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100659" #> #> $`Abnormality of the cerebral vasculature`$`_id` #> [1] "HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral vasculature`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the cerebral vasculature`$publicGeneCount #> [1] 47 #> #> $`Abnormality of the cerebral vasculature`$urlId #> [1] "HP_0100659" #> #> $`Abnormality of the cerebral vasculature`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the cerebral vasculature`$`_parent` #> [1] "HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral vasculature`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the cerebral vasculature`$children #> $`Abnormality of the cerebral vasculature`$children[[1]] #> [1] "HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral vasculature`$children[[2]] #> [1] "HP_0002170<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral vasculature`$children[[3]] #> [1] "HP_0001297<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the cerebral vasculature`$value #> [1] "Abnormality of the cerebral vasculature" #> #> #> $`Abnormality of the cerebral vasculature` #> $`Abnormality of the cerebral vasculature`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100659" #> #> $`Abnormality of the cerebral vasculature`$`_id` #> [1] "HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral vasculature`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the cerebral vasculature`$publicGeneCount #> [1] 47 #> #> $`Abnormality of the cerebral vasculature`$urlId #> [1] "HP_0100659" #> #> $`Abnormality of the cerebral vasculature`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the cerebral vasculature`$`_parent` #> [1] "HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral vasculature`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the cerebral vasculature`$children #> $`Abnormality of the cerebral vasculature`$children[[1]] #> [1] "HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral vasculature`$children[[2]] #> [1] "HP_0002170<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral vasculature`$children[[3]] #> [1] "HP_0001297<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the cerebral vasculature`$value #> [1] "Abnormality of the cerebral vasculature" #> #> #> $`Abnormality of the cerebral white matter` #> $`Abnormality of the cerebral white matter`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002500" #> #> $`Abnormality of the cerebral white matter`$`_id` #> [1] "HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral white matter`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the cerebral white matter`$publicGeneCount #> [1] 15 #> #> $`Abnormality of the cerebral white matter`$urlId #> [1] "HP_0002500" #> #> $`Abnormality of the cerebral white matter`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of the cerebral white matter`$`_parent` #> [1] "HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral white matter`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the cerebral white matter`$children #> $`Abnormality of the cerebral white matter`$children[[1]] #> [1] "HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral white matter`$children[[2]] #> [1] "HP_0002518<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the cerebral white matter`$children[[3]] #> [1] "HP_0007042<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the cerebral white matter`$value #> [1] "Abnormality of the cerebral white matter" #> #> #> $`Abnormality of the coagulation cascade` #> $`Abnormality of the coagulation cascade`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003256" #> #> $`Abnormality of the coagulation cascade`$`_id` #> [1] "HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of the coagulation cascade`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the coagulation cascade`$publicGeneCount #> [1] 3 #> #> $`Abnormality of the coagulation cascade`$urlId #> [1] "HP_0003256" #> #> $`Abnormality of the coagulation cascade`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the coagulation cascade`$`_parent` #> [1] "HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of the coagulation cascade`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the coagulation cascade`$children #> $`Abnormality of the coagulation cascade`$children[[1]] #> [1] "HP_0010989<HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of the coagulation cascade`$children[[2]] #> [1] "HP_0030780<HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the coagulation cascade`$value #> [1] "Abnormality of the coagulation cascade" #> #> #> $`Abnormality of the curvature of the vertebral column` #> $`Abnormality of the curvature of the vertebral column`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010674" #> #> $`Abnormality of the curvature of the vertebral column`$`_id` #> [1] "HP_0010674<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the curvature of the vertebral column`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the curvature of the vertebral column`$publicGeneCount #> [1] 12 #> #> $`Abnormality of the curvature of the vertebral column`$urlId #> [1] "HP_0010674" #> #> $`Abnormality of the curvature of the vertebral column`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the curvature of the vertebral column`$`_parent` #> [1] "HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the curvature of the vertebral column`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the curvature of the vertebral column`$children #> $`Abnormality of the curvature of the vertebral column`$children[[1]] #> [1] "HP_0002808<HP_0010674<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the curvature of the vertebral column`$children[[2]] #> [1] "HP_0002650<HP_0010674<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the curvature of the vertebral column`$value #> [1] "Abnormality of the curvature of the vertebral column" #> #> #> $`Abnormality of the dentition` #> $`Abnormality of the dentition`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000164" #> #> $`Abnormality of the dentition`$`_id` #> [1] "HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the dentition`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the dentition`$publicGeneCount #> [1] 11 #> #> $`Abnormality of the dentition`$urlId #> [1] "HP_0000164" #> #> $`Abnormality of the dentition`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of the dentition`$`_parent` #> [1] "HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the dentition`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the dentition`$children #> $`Abnormality of the dentition`$children[[1]] #> [1] "HP_0006483<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the dentition`$children[[2]] #> [1] "HP_0000676<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the dentition`$value #> [1] "Abnormality of the dentition" #> #> #> $`Abnormality of the digestive system` #> $`Abnormality of the digestive system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025031" #> #> $`Abnormality of the digestive system`$`_id` #> [1] "HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the digestive system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the digestive system`$publicGeneCount #> [1] 129 #> #> $`Abnormality of the digestive system`$urlId #> [1] "HP_0025031" #> #> $`Abnormality of the digestive system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the digestive system`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the digestive system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the digestive system`$children #> $`Abnormality of the digestive system`$children[[1]] #> [1] "HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the digestive system`$children[[2]] #> [1] "HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the digestive system`$children[[3]] #> [1] "HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the digestive system`$children[[4]] #> [1] "HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the digestive system`$children[[5]] #> [1] "HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the digestive system`$value #> [1] "Abnormality of the digestive system" #> #> #> $`Abnormality of the ear` #> $`Abnormality of the ear`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000598" #> #> $`Abnormality of the ear`$`_id` #> [1] "HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the ear`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the ear`$publicGeneCount #> [1] 78 #> #> $`Abnormality of the ear`$urlId #> [1] "HP_0000598" #> #> $`Abnormality of the ear`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the ear`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the ear`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the ear`$children #> $`Abnormality of the ear`$children[[1]] #> [1] "HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the ear`$children[[2]] #> [1] "HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the ear`$value #> [1] "Abnormality of the ear" #> #> #> $`Abnormality of the endocrine system` #> $`Abnormality of the endocrine system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000818" #> #> $`Abnormality of the endocrine system`$`_id` #> [1] "HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the endocrine system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the endocrine system`$publicGeneCount #> [1] 64 #> #> $`Abnormality of the endocrine system`$urlId #> [1] "HP_0000818" #> #> $`Abnormality of the endocrine system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the endocrine system`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the endocrine system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the endocrine system`$children #> $`Abnormality of the endocrine system`$children[[1]] #> [1] "HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the endocrine system`$children[[2]] #> [1] "HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the endocrine system`$children[[3]] #> [1] "HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the endocrine system`$children[[4]] #> [1] "HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the endocrine system`$children[[5]] #> [1] "HP_0000819<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the endocrine system`$children[[6]] #> [1] "HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the endocrine system`$children[[7]] #> [1] "HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the endocrine system`$value #> [1] "Abnormality of the endocrine system" #> #> #> $`Abnormality of the extraocular muscles` #> $`Abnormality of the extraocular muscles`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008049" #> #> $`Abnormality of the extraocular muscles`$`_id` #> [1] "HP_0008049<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormality of the extraocular muscles`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the extraocular muscles`$publicGeneCount #> [1] 4 #> #> $`Abnormality of the extraocular muscles`$urlId #> [1] "HP_0008049" #> #> $`Abnormality of the extraocular muscles`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the extraocular muscles`$`_parent` #> [1] "HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormality of the extraocular muscles`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the extraocular muscles`$children #> $`Abnormality of the extraocular muscles`$children[[1]] #> [1] "HP_0001491<HP_0008049<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the extraocular muscles`$value #> [1] "Abnormality of the extraocular muscles" #> #> #> $`Abnormality of the extraocular muscles` #> $`Abnormality of the extraocular muscles`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008049" #> #> $`Abnormality of the extraocular muscles`$`_id` #> [1] "HP_0008049<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the extraocular muscles`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the extraocular muscles`$publicGeneCount #> [1] 4 #> #> $`Abnormality of the extraocular muscles`$urlId #> [1] "HP_0008049" #> #> $`Abnormality of the extraocular muscles`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the extraocular muscles`$`_parent` #> [1] "HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the extraocular muscles`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the extraocular muscles`$children #> $`Abnormality of the extraocular muscles`$children[[1]] #> [1] "HP_0001491<HP_0008049<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the extraocular muscles`$value #> [1] "Abnormality of the extraocular muscles" #> #> #> $`Abnormality of the eye` #> $`Abnormality of the eye`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000478" #> #> $`Abnormality of the eye`$`_id` #> [1] "HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of the eye`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the eye`$publicGeneCount #> [1] 32 #> #> $`Abnormality of the eye`$urlId #> [1] "HP_0000478" #> #> $`Abnormality of the eye`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the eye`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the eye`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the eye`$children #> $`Abnormality of the eye`$children[[1]] #> [1] "HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of the eye`$children[[2]] #> [1] "HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the eye`$value #> [1] "Abnormality of the eye" #> #> #> $`Abnormality of the face` #> $`Abnormality of the face`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000271" #> #> $`Abnormality of the face`$`_id` #> [1] "HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the face`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the face`$publicGeneCount #> [1] 241 #> #> $`Abnormality of the face`$urlId #> [1] "HP_0000271" #> #> $`Abnormality of the face`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the face`$`_parent` #> [1] "HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the face`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the face`$children #> $`Abnormality of the face`$children[[1]] #> [1] "HP_0001999<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the face`$children[[2]] #> [1] "HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the face`$children[[3]] #> [1] "HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the face`$children[[4]] #> [1] "HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the face`$value #> [1] "Abnormality of the face" #> #> #> $`Abnormality of the female genitalia` #> $`Abnormality of the female genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010460" #> #> $`Abnormality of the female genitalia`$`_id` #> [1] "HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the female genitalia`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the female genitalia`$publicGeneCount #> [1] 35 #> #> $`Abnormality of the female genitalia`$urlId #> [1] "HP_0010460" #> #> $`Abnormality of the female genitalia`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the female genitalia`$`_parent` #> [1] "HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the female genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the female genitalia`$children #> $`Abnormality of the female genitalia`$children[[1]] #> [1] "HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the female genitalia`$value #> [1] "Abnormality of the female genitalia" #> #> #> $`Abnormality of the foot` #> $`Abnormality of the foot`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001760" #> #> $`Abnormality of the foot`$`_id` #> [1] "HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the foot`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the foot`$publicGeneCount #> [1] 6 #> #> $`Abnormality of the foot`$urlId #> [1] "HP_0001760" #> #> $`Abnormality of the foot`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of the foot`$`_parent` #> [1] "HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the foot`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the foot`$children #> $`Abnormality of the foot`$children[[1]] #> [1] "HP_0001850<HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the foot`$value #> [1] "Abnormality of the foot" #> #> #> $`Abnormality of the gallbladder` #> $`Abnormality of the gallbladder`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005264" #> #> $`Abnormality of the gallbladder`$`_id` #> [1] "HP_0005264<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the gallbladder`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the gallbladder`$publicGeneCount #> [1] 4 #> #> $`Abnormality of the gallbladder`$urlId #> [1] "HP_0005264" #> #> $`Abnormality of the gallbladder`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the gallbladder`$`_parent` #> [1] "HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the gallbladder`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the gallbladder`$children #> $`Abnormality of the gallbladder`$children[[1]] #> [1] "HP_0012437<HP_0005264<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the gallbladder`$value #> [1] "Abnormality of the gallbladder" #> #> #> $`Abnormality of the gastrointestinal tract` #> $`Abnormality of the gastrointestinal tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011024" #> #> $`Abnormality of the gastrointestinal tract`$`_id` #> [1] "HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the gastrointestinal tract`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the gastrointestinal tract`$publicGeneCount #> [1] 49 #> #> $`Abnormality of the gastrointestinal tract`$urlId #> [1] "HP_0011024" #> #> $`Abnormality of the gastrointestinal tract`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of the gastrointestinal tract`$`_parent` #> [1] "HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the gastrointestinal tract`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the gastrointestinal tract`$children #> $`Abnormality of the gastrointestinal tract`$children[[1]] #> [1] "HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the gastrointestinal tract`$children[[2]] #> [1] "HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the gastrointestinal tract`$children[[3]] #> [1] "HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the gastrointestinal tract`$value #> [1] "Abnormality of the gastrointestinal tract" #> #> #> $`Abnormality of the genital system` #> $`Abnormality of the genital system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000078" #> #> $`Abnormality of the genital system`$`_id` #> [1] "HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the genital system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the genital system`$publicGeneCount #> [1] 53 #> #> $`Abnormality of the genital system`$urlId #> [1] "HP_0000078" #> #> $`Abnormality of the genital system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the genital system`$`_parent` #> [1] "HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the genital system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the genital system`$children #> $`Abnormality of the genital system`$children[[1]] #> [1] "HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the genital system`$children[[2]] #> [1] "HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the genital system`$value #> [1] "Abnormality of the genital system" #> #> #> $`Abnormality of the genitourinary system` #> $`Abnormality of the genitourinary system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000119" #> #> $`Abnormality of the genitourinary system`$`_id` #> [1] "HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the genitourinary system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the genitourinary system`$publicGeneCount #> [1] 225 #> #> $`Abnormality of the genitourinary system`$urlId #> [1] "HP_0000119" #> #> $`Abnormality of the genitourinary system`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of the genitourinary system`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the genitourinary system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the genitourinary system`$children #> $`Abnormality of the genitourinary system`$children[[1]] #> [1] "HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the genitourinary system`$children[[2]] #> [1] "HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the genitourinary system`$children[[3]] #> [1] "HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the genitourinary system`$value #> [1] "Abnormality of the genitourinary system" #> #> #> $`Abnormality of the gingiva` #> $`Abnormality of the gingiva`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000168" #> #> $`Abnormality of the gingiva`$`_id` #> [1] "HP_0000168<HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the gingiva`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the gingiva`$publicGeneCount #> [1] 5 #> #> $`Abnormality of the gingiva`$urlId #> [1] "HP_0000168" #> #> $`Abnormality of the gingiva`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the gingiva`$`_parent` #> [1] "HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the gingiva`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the gingiva`$children #> $`Abnormality of the gingiva`$children[[1]] #> [1] "HP_0000169<HP_0000168<HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the gingiva`$children[[2]] #> [1] "HP_0000212<HP_0000168<HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the gingiva`$value #> [1] "Abnormality of the gingiva" #> #> #> $`Abnormality of the glial cells` #> $`Abnormality of the glial cells`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100705" #> #> $`Abnormality of the glial cells`$`_id` #> [1] "HP_0100705<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the glial cells`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the glial cells`$publicGeneCount #> [1] 17 #> #> $`Abnormality of the glial cells`$urlId #> [1] "HP_0100705" #> #> $`Abnormality of the glial cells`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the glial cells`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the glial cells`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the glial cells`$children #> $`Abnormality of the glial cells`$children[[1]] #> [1] "HP_0002171<HP_0100705<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the glial cells`$value #> [1] "Abnormality of the glial cells" #> #> #> $`Abnormality of the hand` #> $`Abnormality of the hand`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001155" #> #> $`Abnormality of the hand`$`_id` #> [1] "HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the hand`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the hand`$publicGeneCount #> [1] 17 #> #> $`Abnormality of the hand`$urlId #> [1] "HP_0001155" #> #> $`Abnormality of the hand`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of the hand`$`_parent` #> [1] "HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the hand`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the hand`$children #> $`Abnormality of the hand`$children[[1]] #> [1] "HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the hand`$children[[2]] #> [1] "HP_0009699<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the hand`$value #> [1] "Abnormality of the hand" #> #> #> $`Abnormality of the head` #> $`Abnormality of the head`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000234" #> #> $`Abnormality of the head`$`_id` #> [1] "HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the head`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the head`$publicGeneCount #> [1] 246 #> #> $`Abnormality of the head`$urlId #> [1] "HP_0000234" #> #> $`Abnormality of the head`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the head`$`_parent` #> [1] "HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the head`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the head`$children #> $`Abnormality of the head`$children[[1]] #> [1] "HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the head`$children[[2]] #> [1] "HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the head`$value #> [1] "Abnormality of the head" #> #> #> $`Abnormality of the hip bone` #> $`Abnormality of the hip bone`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003272" #> #> $`Abnormality of the hip bone`$`_id` #> [1] "HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip bone`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the hip bone`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the hip bone`$urlId #> [1] "HP_0003272" #> #> $`Abnormality of the hip bone`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the hip bone`$`_parent` #> [1] "HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip bone`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the hip bone`$children #> $`Abnormality of the hip bone`$children[[1]] #> [1] "HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the hip bone`$value #> [1] "Abnormality of the hip bone" #> #> #> $`Abnormality of the hip joint` #> $`Abnormality of the hip joint`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001384" #> #> $`Abnormality of the hip joint`$`_id` #> [1] "HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the hip joint`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the hip joint`$urlId #> [1] "HP_0001384" #> #> $`Abnormality of the hip joint`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the hip joint`$`_parent` #> [1] "HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the hip joint`$children #> $`Abnormality of the hip joint`$children[[1]] #> [1] "HP_0003170<HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$children[[2]] #> [1] "HP_0002827<HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the hip joint`$value #> [1] "Abnormality of the hip joint" #> #> #> $`Abnormality of the hip joint` #> $`Abnormality of the hip joint`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001384" #> #> $`Abnormality of the hip joint`$`_id` #> [1] "HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the hip joint`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the hip joint`$urlId #> [1] "HP_0001384" #> #> $`Abnormality of the hip joint`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the hip joint`$`_parent` #> [1] "HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the hip joint`$children #> $`Abnormality of the hip joint`$children[[1]] #> [1] "HP_0003170<HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$children[[2]] #> [1] "HP_0002827<HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the hip joint`$value #> [1] "Abnormality of the hip joint" #> #> #> $`Abnormality of the hip joint` #> $`Abnormality of the hip joint`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001384" #> #> $`Abnormality of the hip joint`$`_id` #> [1] "HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the hip joint`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the hip joint`$urlId #> [1] "HP_0001384" #> #> $`Abnormality of the hip joint`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the hip joint`$`_parent` #> [1] "HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the hip joint`$children #> $`Abnormality of the hip joint`$children[[1]] #> [1] "HP_0003170<HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$children[[2]] #> [1] "HP_0002827<HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the hip joint`$value #> [1] "Abnormality of the hip joint" #> #> #> $`Abnormality of the hip joint` #> $`Abnormality of the hip joint`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001384" #> #> $`Abnormality of the hip joint`$`_id` #> [1] "HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the hip joint`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the hip joint`$urlId #> [1] "HP_0001384" #> #> $`Abnormality of the hip joint`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the hip joint`$`_parent` #> [1] "HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the hip joint`$children #> $`Abnormality of the hip joint`$children[[1]] #> [1] "HP_0003170<HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the hip joint`$children[[2]] #> [1] "HP_0002827<HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the hip joint`$value #> [1] "Abnormality of the hip joint" #> #> #> $`Abnormality of the hypothalamus-pituitary axis` #> $`Abnormality of the hypothalamus-pituitary axis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000864" #> #> $`Abnormality of the hypothalamus-pituitary axis`$`_id` #> [1] "HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the hypothalamus-pituitary axis`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the hypothalamus-pituitary axis`$publicGeneCount #> [1] 7 #> #> $`Abnormality of the hypothalamus-pituitary axis`$urlId #> [1] "HP_0000864" #> #> $`Abnormality of the hypothalamus-pituitary axis`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the hypothalamus-pituitary axis`$`_parent` #> [1] "HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the hypothalamus-pituitary axis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the hypothalamus-pituitary axis`$children #> $`Abnormality of the hypothalamus-pituitary axis`$children[[1]] #> [1] "HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the hypothalamus-pituitary axis`$value #> [1] "Abnormality of the hypothalamus-pituitary axis" #> #> #> $`Abnormality of the immune system` #> $`Abnormality of the immune system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002715" #> #> $`Abnormality of the immune system`$`_id` #> [1] "HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of the immune system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the immune system`$publicGeneCount #> [1] 137 #> #> $`Abnormality of the immune system`$urlId #> [1] "HP_0002715" #> #> $`Abnormality of the immune system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the immune system`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the immune system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the immune system`$children #> $`Abnormality of the immune system`$children[[1]] #> [1] "HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of the immune system`$children[[2]] #> [1] "HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of the immune system`$children[[3]] #> [1] "HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the immune system`$value #> [1] "Abnormality of the immune system" #> #> #> $`Abnormality of the incisor` #> $`Abnormality of the incisor`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000676" #> #> $`Abnormality of the incisor`$`_id` #> [1] "HP_0000676<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the incisor`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the incisor`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the incisor`$urlId #> [1] "HP_0000676" #> #> $`Abnormality of the incisor`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the incisor`$`_parent` #> [1] "HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the incisor`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the incisor`$children #> $`Abnormality of the incisor`$children[[1]] #> [1] "HP_0011064<HP_0000676<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the incisor`$value #> [1] "Abnormality of the incisor" #> #> #> $`Abnormality of the inner ear` #> $`Abnormality of the inner ear`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000359" #> #> $`Abnormality of the inner ear`$`_id` #> [1] "HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the inner ear`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the inner ear`$publicGeneCount #> [1] 6 #> #> $`Abnormality of the inner ear`$urlId #> [1] "HP_0000359" #> #> $`Abnormality of the inner ear`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the inner ear`$`_parent` #> [1] "HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the inner ear`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the inner ear`$children #> $`Abnormality of the inner ear`$children[[1]] #> [1] "HP_0011389<HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the inner ear`$value #> [1] "Abnormality of the inner ear" #> #> #> $`Abnormality of the integument` #> $`Abnormality of the integument`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001574" #> #> $`Abnormality of the integument`$`_id` #> [1] "HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of the integument`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the integument`$publicGeneCount #> [1] 96 #> #> $`Abnormality of the integument`$urlId #> [1] "HP_0001574" #> #> $`Abnormality of the integument`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the integument`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the integument`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the integument`$children #> $`Abnormality of the integument`$children[[1]] #> [1] "HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of the integument`$children[[2]] #> [1] "HP_0025276<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of the integument`$children[[3]] #> [1] "HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the integument`$value #> [1] "Abnormality of the integument" #> #> #> $`Abnormality of the intervertebral disk` #> $`Abnormality of the intervertebral disk`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005108" #> #> $`Abnormality of the intervertebral disk`$`_id` #> [1] "HP_0005108<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the intervertebral disk`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the intervertebral disk`$publicGeneCount #> [1] 5 #> #> $`Abnormality of the intervertebral disk`$urlId #> [1] "HP_0005108" #> #> $`Abnormality of the intervertebral disk`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the intervertebral disk`$`_parent` #> [1] "HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the intervertebral disk`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the intervertebral disk`$children #> $`Abnormality of the intervertebral disk`$children[[1]] #> [1] "HP_0008419<HP_0005108<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the intervertebral disk`$value #> [1] "Abnormality of the intervertebral disk" #> #> #> $`Abnormality of the intrinsic pathway` #> $`Abnormality of the intrinsic pathway`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010989" #> #> $`Abnormality of the intrinsic pathway`$`_id` #> [1] "HP_0010989<HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of the intrinsic pathway`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the intrinsic pathway`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the intrinsic pathway`$urlId #> [1] "HP_0010989" #> #> $`Abnormality of the intrinsic pathway`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the intrinsic pathway`$`_parent` #> [1] "HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of the intrinsic pathway`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the intrinsic pathway`$children #> $`Abnormality of the intrinsic pathway`$children[[1]] #> [1] "HP_0005527<HP_0010989<HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the intrinsic pathway`$value #> [1] "Abnormality of the intrinsic pathway" #> #> #> $`Abnormality of the kidney` #> $`Abnormality of the kidney`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000077" #> #> $`Abnormality of the kidney`$`_id` #> [1] "HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the kidney`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the kidney`$publicGeneCount #> [1] 111 #> #> $`Abnormality of the kidney`$urlId #> [1] "HP_0000077" #> #> $`Abnormality of the kidney`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the kidney`$`_parent` #> [1] "HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the kidney`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the kidney`$children #> $`Abnormality of the kidney`$children[[1]] #> [1] "HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the kidney`$children[[2]] #> [1] "HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the kidney`$children[[3]] #> [1] "HP_0009726<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the kidney`$value #> [1] "Abnormality of the kidney" #> #> #> $`Abnormality of the kinin-kallikrein system` #> $`Abnormality of the kinin-kallikrein system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005559" #> #> $`Abnormality of the kinin-kallikrein system`$`_id` #> [1] "HP_0005559<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of the kinin-kallikrein system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the kinin-kallikrein system`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the kinin-kallikrein system`$urlId #> [1] "HP_0005559" #> #> $`Abnormality of the kinin-kallikrein system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the kinin-kallikrein system`$`_parent` #> [1] "HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of the kinin-kallikrein system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the kinin-kallikrein system`$children #> $`Abnormality of the kinin-kallikrein system`$children[[1]] #> [1] "HP_0005527<HP_0005559<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the kinin-kallikrein system`$value #> [1] "Abnormality of the kinin-kallikrein system" #> #> #> $`Abnormality of the lens` #> $`Abnormality of the lens`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000517" #> #> $`Abnormality of the lens`$`_id` #> [1] "HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of the lens`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the lens`$publicGeneCount #> [1] 3 #> #> $`Abnormality of the lens`$urlId #> [1] "HP_0000517" #> #> $`Abnormality of the lens`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the lens`$`_parent` #> [1] "HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of the lens`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the lens`$children #> $`Abnormality of the lens`$children[[1]] #> [1] "HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of the lens`$children[[2]] #> [1] "HP_0001083<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the lens`$value #> [1] "Abnormality of the lens" #> #> #> $`Abnormality of the liver` #> $`Abnormality of the liver`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001392" #> #> $`Abnormality of the liver`$`_id` #> [1] "HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the liver`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the liver`$publicGeneCount #> [1] 16 #> #> $`Abnormality of the liver`$urlId #> [1] "HP_0001392" #> #> $`Abnormality of the liver`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the liver`$`_parent` #> [1] "HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the liver`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the liver`$children #> $`Abnormality of the liver`$children[[1]] #> [1] "HP_0410042<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the liver`$children[[2]] #> [1] "HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the liver`$value #> [1] "Abnormality of the liver" #> #> #> $`Abnormality of the lower limb` #> $`Abnormality of the lower limb`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002814" #> #> $`Abnormality of the lower limb`$`_id` #> [1] "HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the lower limb`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the lower limb`$publicGeneCount #> [1] 8 #> #> $`Abnormality of the lower limb`$urlId #> [1] "HP_0002814" #> #> $`Abnormality of the lower limb`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the lower limb`$`_parent` #> [1] "HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the lower limb`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the lower limb`$children #> $`Abnormality of the lower limb`$children[[1]] #> [1] "HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the lower limb`$children[[2]] #> [1] "HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the lower limb`$value #> [1] "Abnormality of the lower limb" #> #> #> $`Abnormality of the lower urinary tract` #> $`Abnormality of the lower urinary tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010936" #> #> $`Abnormality of the lower urinary tract`$`_id` #> [1] "HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the lower urinary tract`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the lower urinary tract`$publicGeneCount #> [1] 4 #> #> $`Abnormality of the lower urinary tract`$urlId #> [1] "HP_0010936" #> #> $`Abnormality of the lower urinary tract`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the lower urinary tract`$`_parent` #> [1] "HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the lower urinary tract`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the lower urinary tract`$children #> $`Abnormality of the lower urinary tract`$children[[1]] #> [1] "HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the lower urinary tract`$value #> [1] "Abnormality of the lower urinary tract" #> #> #> $`Abnormality of the lymphatic system` #> $`Abnormality of the lymphatic system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100763" #> #> $`Abnormality of the lymphatic system`$`_id` #> [1] "HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the lymphatic system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the lymphatic system`$publicGeneCount #> [1] 10 #> #> $`Abnormality of the lymphatic system`$urlId #> [1] "HP_0100763" #> #> $`Abnormality of the lymphatic system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the lymphatic system`$`_parent` #> [1] "HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the lymphatic system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the lymphatic system`$children #> $`Abnormality of the lymphatic system`$children[[1]] #> [1] "HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the lymphatic system`$value #> [1] "Abnormality of the lymphatic system" #> #> #> $`Abnormality of the lymphatic system` #> $`Abnormality of the lymphatic system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100763" #> #> $`Abnormality of the lymphatic system`$`_id` #> [1] "HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of the lymphatic system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the lymphatic system`$publicGeneCount #> [1] 10 #> #> $`Abnormality of the lymphatic system`$urlId #> [1] "HP_0100763" #> #> $`Abnormality of the lymphatic system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the lymphatic system`$`_parent` #> [1] "HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of the lymphatic system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the lymphatic system`$children #> $`Abnormality of the lymphatic system`$children[[1]] #> [1] "HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the lymphatic system`$value #> [1] "Abnormality of the lymphatic system" #> #> #> $`Abnormality of the male genitalia` #> $`Abnormality of the male genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010461" #> #> $`Abnormality of the male genitalia`$`_id` #> [1] "HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the male genitalia`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the male genitalia`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the male genitalia`$urlId #> [1] "HP_0010461" #> #> $`Abnormality of the male genitalia`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the male genitalia`$`_parent` #> [1] "HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the male genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the male genitalia`$children #> $`Abnormality of the male genitalia`$children[[1]] #> [1] "HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the male genitalia`$value #> [1] "Abnormality of the male genitalia" #> #> #> $`Abnormality of the mandible` #> $`Abnormality of the mandible`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000277" #> #> $`Abnormality of the mandible`$`_id` #> [1] "HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the mandible`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the mandible`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the mandible`$urlId #> [1] "HP_0000277" #> #> $`Abnormality of the mandible`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the mandible`$`_parent` #> [1] "HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the mandible`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the mandible`$children #> $`Abnormality of the mandible`$children[[1]] #> [1] "HP_0000278<HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the mandible`$children[[2]] #> [1] "HP_0000211<HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the mandible`$value #> [1] "Abnormality of the mandible" #> #> #> $`Abnormality of the mandible` #> $`Abnormality of the mandible`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000277" #> #> $`Abnormality of the mandible`$`_id` #> [1] "HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the mandible`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the mandible`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the mandible`$urlId #> [1] "HP_0000277" #> #> $`Abnormality of the mandible`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the mandible`$`_parent` #> [1] "HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the mandible`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the mandible`$children #> $`Abnormality of the mandible`$children[[1]] #> [1] "HP_0000278<HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the mandible`$children[[2]] #> [1] "HP_0000211<HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the mandible`$value #> [1] "Abnormality of the mandible" #> #> #> $`Abnormality of the menstrual cycle` #> $`Abnormality of the menstrual cycle`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000140" #> #> $`Abnormality of the menstrual cycle`$`_id` #> [1] "HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the menstrual cycle`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the menstrual cycle`$publicGeneCount #> [1] 4 #> #> $`Abnormality of the menstrual cycle`$urlId #> [1] "HP_0000140" #> #> $`Abnormality of the menstrual cycle`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the menstrual cycle`$`_parent` #> [1] "HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the menstrual cycle`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the menstrual cycle`$children #> $`Abnormality of the menstrual cycle`$children[[1]] #> [1] "HP_0000858<HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the menstrual cycle`$children[[2]] #> [1] "HP_0000876<HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the menstrual cycle`$value #> [1] "Abnormality of the menstrual cycle" #> #> #> $`Abnormality of the metaphysis` #> $`Abnormality of the metaphysis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000944" #> #> $`Abnormality of the metaphysis`$`_id` #> [1] "HP_0000944<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the metaphysis`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the metaphysis`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the metaphysis`$urlId #> [1] "HP_0000944" #> #> $`Abnormality of the metaphysis`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the metaphysis`$`_parent` #> [1] "HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the metaphysis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the metaphysis`$children #> $`Abnormality of the metaphysis`$children[[1]] #> [1] "HP_0031367<HP_0000944<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the metaphysis`$value #> [1] "Abnormality of the metaphysis" #> #> #> $`Abnormality of the metaphysis` #> $`Abnormality of the metaphysis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000944" #> #> $`Abnormality of the metaphysis`$`_id` #> [1] "HP_0000944<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the metaphysis`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the metaphysis`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the metaphysis`$urlId #> [1] "HP_0000944" #> #> $`Abnormality of the metaphysis`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the metaphysis`$`_parent` #> [1] "HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the metaphysis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the metaphysis`$children #> $`Abnormality of the metaphysis`$children[[1]] #> [1] "HP_0031367<HP_0000944<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the metaphysis`$value #> [1] "Abnormality of the metaphysis" #> #> #> $`Abnormality of the metaphysis` #> $`Abnormality of the metaphysis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000944" #> #> $`Abnormality of the metaphysis`$`_id` #> [1] "HP_0000944<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the metaphysis`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the metaphysis`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the metaphysis`$urlId #> [1] "HP_0000944" #> #> $`Abnormality of the metaphysis`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the metaphysis`$`_parent` #> [1] "HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the metaphysis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the metaphysis`$children #> $`Abnormality of the metaphysis`$children[[1]] #> [1] "HP_0031367<HP_0000944<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the metaphysis`$value #> [1] "Abnormality of the metaphysis" #> #> #> $`Abnormality of the metencephalon` #> $`Abnormality of the metencephalon`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011283" #> #> $`Abnormality of the metencephalon`$`_id` #> [1] "HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the metencephalon`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the metencephalon`$publicGeneCount #> [1] 6 #> #> $`Abnormality of the metencephalon`$urlId #> [1] "HP_0011283" #> #> $`Abnormality of the metencephalon`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the metencephalon`$`_parent` #> [1] "HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the metencephalon`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the metencephalon`$children #> $`Abnormality of the metencephalon`$children[[1]] #> [1] "HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the metencephalon`$value #> [1] "Abnormality of the metencephalon" #> #> #> $`Abnormality of the middle ear` #> $`Abnormality of the middle ear`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000370" #> #> $`Abnormality of the middle ear`$`_id` #> [1] "HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the middle ear`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the middle ear`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the middle ear`$urlId #> [1] "HP_0000370" #> #> $`Abnormality of the middle ear`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the middle ear`$`_parent` #> [1] "HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the middle ear`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the middle ear`$children #> $`Abnormality of the middle ear`$children[[1]] #> [1] "HP_0011452<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the middle ear`$children[[2]] #> [1] "HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the middle ear`$value #> [1] "Abnormality of the middle ear" #> #> #> $`Abnormality of the middle ear ossicles` #> $`Abnormality of the middle ear ossicles`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004452" #> #> $`Abnormality of the middle ear ossicles`$`_id` #> [1] "HP_0004452<HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the middle ear ossicles`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the middle ear ossicles`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the middle ear ossicles`$urlId #> [1] "HP_0004452" #> #> $`Abnormality of the middle ear ossicles`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the middle ear ossicles`$`_parent` #> [1] "HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the middle ear ossicles`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the middle ear ossicles`$children #> $`Abnormality of the middle ear ossicles`$children[[1]] #> [1] "HP_0008628<HP_0004452<HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the middle ear ossicles`$value #> [1] "Abnormality of the middle ear ossicles" #> #> #> $`Abnormality of the mouth` #> $`Abnormality of the mouth`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000153" #> #> $`Abnormality of the mouth`$`_id` #> [1] "HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the mouth`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the mouth`$publicGeneCount #> [1] 21 #> #> $`Abnormality of the mouth`$urlId #> [1] "HP_0000153" #> #> $`Abnormality of the mouth`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the mouth`$`_parent` #> [1] "HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the mouth`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the mouth`$children #> $`Abnormality of the mouth`$children[[1]] #> [1] "HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the mouth`$children[[2]] #> [1] "HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the mouth`$value #> [1] "Abnormality of the mouth" #> #> #> $`Abnormality of the musculature` #> $`Abnormality of the musculature`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003011" #> #> $`Abnormality of the musculature`$`_id` #> [1] "HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormality of the musculature`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the musculature`$publicGeneCount #> [1] 144 #> #> $`Abnormality of the musculature`$urlId #> [1] "HP_0003011" #> #> $`Abnormality of the musculature`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the musculature`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the musculature`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the musculature`$children #> $`Abnormality of the musculature`$children[[1]] #> [1] "HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormality of the musculature`$children[[2]] #> [1] "HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Abnormality of the musculature`$children[[3]] #> [1] "HP_0009728<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the musculature`$value #> [1] "Abnormality of the musculature" #> #> #> $`Abnormality of the nasal mucosa` #> $`Abnormality of the nasal mucosa`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000433" #> #> $`Abnormality of the nasal mucosa`$`_id` #> [1] "HP_0000433<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the nasal mucosa`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the nasal mucosa`$publicGeneCount #> [1] 71 #> #> $`Abnormality of the nasal mucosa`$urlId #> [1] "HP_0000433" #> #> $`Abnormality of the nasal mucosa`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the nasal mucosa`$`_parent` #> [1] "HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the nasal mucosa`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the nasal mucosa`$children #> $`Abnormality of the nasal mucosa`$children[[1]] #> [1] "HP_0100582<HP_0000433<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the nasal mucosa`$value #> [1] "Abnormality of the nasal mucosa" #> #> #> $`Abnormality of the neck` #> $`Abnormality of the neck`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000464" #> #> $`Abnormality of the neck`$`_id` #> [1] "HP_0000464<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the neck`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the neck`$publicGeneCount #> [1] 3 #> #> $`Abnormality of the neck`$urlId #> [1] "HP_0000464" #> #> $`Abnormality of the neck`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the neck`$`_parent` #> [1] "HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the neck`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the neck`$children #> $`Abnormality of the neck`$children[[1]] #> [1] "HP_0011006<HP_0000464<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the neck`$value #> [1] "Abnormality of the neck" #> #> #> $`Abnormality of the nervous system` #> $`Abnormality of the nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000707" #> #> $`Abnormality of the nervous system`$`_id` #> [1] "HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the nervous system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the nervous system`$publicGeneCount #> [1] 309 #> #> $`Abnormality of the nervous system`$urlId #> [1] "HP_0000707" #> #> $`Abnormality of the nervous system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the nervous system`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the nervous system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the nervous system`$children #> $`Abnormality of the nervous system`$children[[1]] #> [1] "HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the nervous system`$children[[2]] #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the nervous system`$value #> [1] "Abnormality of the nervous system" #> #> #> $`Abnormality of the nose` #> $`Abnormality of the nose`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000366" #> #> $`Abnormality of the nose`$`_id` #> [1] "HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the nose`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the nose`$publicGeneCount #> [1] 73 #> #> $`Abnormality of the nose`$urlId #> [1] "HP_0000366" #> #> $`Abnormality of the nose`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the nose`$`_parent` #> [1] "HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the nose`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the nose`$children #> $`Abnormality of the nose`$children[[1]] #> [1] "HP_0005105<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the nose`$children[[2]] #> [1] "HP_0000433<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the nose`$children[[3]] #> [1] "HP_0000421<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the nose`$children[[4]] #> [1] "HP_0001742<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the nose`$value #> [1] "Abnormality of the nose" #> #> #> $`Abnormality of the ocular adnexa` #> $`Abnormality of the ocular adnexa`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032039" #> #> $`Abnormality of the ocular adnexa`$`_id` #> [1] "HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the ocular adnexa`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the ocular adnexa`$publicGeneCount #> [1] 6 #> #> $`Abnormality of the ocular adnexa`$urlId #> [1] "HP_0032039" #> #> $`Abnormality of the ocular adnexa`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the ocular adnexa`$`_parent` #> [1] "HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the ocular adnexa`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the ocular adnexa`$children #> $`Abnormality of the ocular adnexa`$children[[1]] #> [1] "HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the ocular adnexa`$value #> [1] "Abnormality of the ocular adnexa" #> #> #> $`Abnormality of the optic nerve` #> $`Abnormality of the optic nerve`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000587" #> #> $`Abnormality of the optic nerve`$`_id` #> [1] "HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of the optic nerve`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the optic nerve`$publicGeneCount #> [1] 3 #> #> $`Abnormality of the optic nerve`$urlId #> [1] "HP_0000587" #> #> $`Abnormality of the optic nerve`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the optic nerve`$`_parent` #> [1] "HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of the optic nerve`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the optic nerve`$children #> $`Abnormality of the optic nerve`$children[[1]] #> [1] "HP_0008058<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of the optic nerve`$children[[2]] #> [1] "HP_0001138<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the optic nerve`$value #> [1] "Abnormality of the optic nerve" #> #> #> $`Abnormality of the orbital region` #> $`Abnormality of the orbital region`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000315" #> #> $`Abnormality of the orbital region`$`_id` #> [1] "HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the orbital region`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the orbital region`$publicGeneCount #> [1] 6 #> #> $`Abnormality of the orbital region`$urlId #> [1] "HP_0000315" #> #> $`Abnormality of the orbital region`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the orbital region`$`_parent` #> [1] "HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Abnormality of the orbital region`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the orbital region`$children #> $`Abnormality of the orbital region`$children[[1]] #> [1] "HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the orbital region`$value #> [1] "Abnormality of the orbital region" #> #> #> $`Abnormality of the ovary` #> $`Abnormality of the ovary`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000137" #> #> $`Abnormality of the ovary`$`_id` #> [1] "HP_0000137<HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the ovary`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the ovary`$publicGeneCount #> [1] 35 #> #> $`Abnormality of the ovary`$urlId #> [1] "HP_0000137" #> #> $`Abnormality of the ovary`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the ovary`$`_parent` #> [1] "HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the ovary`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the ovary`$children #> $`Abnormality of the ovary`$children[[1]] #> [1] "HP_0031065<HP_0000137<HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the ovary`$value #> [1] "Abnormality of the ovary" #> #> #> $`Abnormality of the ovary` #> $`Abnormality of the ovary`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000137" #> #> $`Abnormality of the ovary`$`_id` #> [1] "HP_0000137<HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the ovary`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the ovary`$publicGeneCount #> [1] 35 #> #> $`Abnormality of the ovary`$urlId #> [1] "HP_0000137" #> #> $`Abnormality of the ovary`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the ovary`$`_parent` #> [1] "HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the ovary`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the ovary`$children #> $`Abnormality of the ovary`$children[[1]] #> [1] "HP_0031065<HP_0000137<HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the ovary`$value #> [1] "Abnormality of the ovary" #> #> #> $`Abnormality of the pancreas` #> $`Abnormality of the pancreas`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001732" #> #> $`Abnormality of the pancreas`$`_id` #> [1] "HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the pancreas`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the pancreas`$publicGeneCount #> [1] 6 #> #> $`Abnormality of the pancreas`$urlId #> [1] "HP_0001732" #> #> $`Abnormality of the pancreas`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the pancreas`$`_parent` #> [1] "HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the pancreas`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the pancreas`$children #> $`Abnormality of the pancreas`$children[[1]] #> [1] "HP_0012090<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the pancreas`$children[[2]] #> [1] "HP_0012091<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the pancreas`$value #> [1] "Abnormality of the pancreas" #> #> #> $`Abnormality of the penis` #> $`Abnormality of the penis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000036" #> #> $`Abnormality of the penis`$`_id` #> [1] "HP_0000036<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the penis`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the penis`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the penis`$urlId #> [1] "HP_0000036" #> #> $`Abnormality of the penis`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the penis`$`_parent` #> [1] "HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the penis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the penis`$children #> $`Abnormality of the penis`$children[[1]] #> [1] "HP_0008736<HP_0000036<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the penis`$value #> [1] "Abnormality of the penis" #> #> #> $`Abnormality of the penis` #> $`Abnormality of the penis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000036" #> #> $`Abnormality of the penis`$`_id` #> [1] "HP_0000036<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the penis`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the penis`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the penis`$urlId #> [1] "HP_0000036" #> #> $`Abnormality of the penis`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the penis`$`_parent` #> [1] "HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the penis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the penis`$children #> $`Abnormality of the penis`$children[[1]] #> [1] "HP_0008736<HP_0000036<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the penis`$value #> [1] "Abnormality of the penis" #> #> #> $`Abnormality of the peritoneum` #> $`Abnormality of the peritoneum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002585" #> #> $`Abnormality of the peritoneum`$`_id` #> [1] "HP_0002585<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the peritoneum`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the peritoneum`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the peritoneum`$urlId #> [1] "HP_0002585" #> #> $`Abnormality of the peritoneum`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the peritoneum`$`_parent` #> [1] "HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the peritoneum`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the peritoneum`$children #> $`Abnormality of the peritoneum`$children[[1]] #> [1] "HP_0005200<HP_0002585<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the peritoneum`$value #> [1] "Abnormality of the peritoneum" #> #> #> $`Abnormality of the periventricular white matter` #> $`Abnormality of the periventricular white matter`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002518" #> #> $`Abnormality of the periventricular white matter`$`_id` #> [1] "HP_0002518<HP_0002352<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the periventricular white matter`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the periventricular white matter`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the periventricular white matter`$urlId #> [1] "HP_0002518" #> #> $`Abnormality of the periventricular white matter`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of the periventricular white matter`$`_parent` #> [1] "HP_0002352<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the periventricular white matter`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the periventricular white matter`$children #> $`Abnormality of the periventricular white matter`$children[[1]] #> [1] "HP_0007109<HP_0002518<HP_0002352<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the periventricular white matter`$value #> [1] "Abnormality of the periventricular white matter" #> #> #> $`Abnormality of the periventricular white matter` #> $`Abnormality of the periventricular white matter`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002518" #> #> $`Abnormality of the periventricular white matter`$`_id` #> [1] "HP_0002518<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the periventricular white matter`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the periventricular white matter`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the periventricular white matter`$urlId #> [1] "HP_0002518" #> #> $`Abnormality of the periventricular white matter`$dbPhenotype #> [1] TRUE #> #> $`Abnormality of the periventricular white matter`$`_parent` #> [1] "HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the periventricular white matter`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the periventricular white matter`$children #> $`Abnormality of the periventricular white matter`$children[[1]] #> [1] "HP_0007109<HP_0002518<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the periventricular white matter`$value #> [1] "Abnormality of the periventricular white matter" #> #> #> $`Abnormality of the pituitary gland` #> $`Abnormality of the pituitary gland`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012503" #> #> $`Abnormality of the pituitary gland`$`_id` #> [1] "HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the pituitary gland`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the pituitary gland`$publicGeneCount #> [1] 7 #> #> $`Abnormality of the pituitary gland`$urlId #> [1] "HP_0012503" #> #> $`Abnormality of the pituitary gland`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the pituitary gland`$`_parent` #> [1] "HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Abnormality of the pituitary gland`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the pituitary gland`$children #> $`Abnormality of the pituitary gland`$children[[1]] #> [1] "HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the pituitary gland`$value #> [1] "Abnormality of the pituitary gland" #> #> #> $`Abnormality of the pituitary gland` #> $`Abnormality of the pituitary gland`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012503" #> #> $`Abnormality of the pituitary gland`$`_id` #> [1] "HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the pituitary gland`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the pituitary gland`$publicGeneCount #> [1] 7 #> #> $`Abnormality of the pituitary gland`$urlId #> [1] "HP_0012503" #> #> $`Abnormality of the pituitary gland`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the pituitary gland`$`_parent` #> [1] "HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the pituitary gland`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the pituitary gland`$children #> $`Abnormality of the pituitary gland`$children[[1]] #> [1] "HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the pituitary gland`$value #> [1] "Abnormality of the pituitary gland" #> #> #> $`Abnormality of the protein C anticoagulant pathway` #> $`Abnormality of the protein C anticoagulant pathway`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030780" #> #> $`Abnormality of the protein C anticoagulant pathway`$`_id` #> [1] "HP_0030780<HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of the protein C anticoagulant pathway`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the protein C anticoagulant pathway`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the protein C anticoagulant pathway`$urlId #> [1] "HP_0030780" #> #> $`Abnormality of the protein C anticoagulant pathway`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the protein C anticoagulant pathway`$`_parent` #> [1] "HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Abnormality of the protein C anticoagulant pathway`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the protein C anticoagulant pathway`$children #> $`Abnormality of the protein C anticoagulant pathway`$children[[1]] #> [1] "HP_0012175<HP_0030780<HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the protein C anticoagulant pathway`$value #> [1] "Abnormality of the protein C anticoagulant pathway" #> #> #> $`Abnormality of the respiratory system` #> $`Abnormality of the respiratory system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002086" #> #> $`Abnormality of the respiratory system`$`_id` #> [1] "HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormality of the respiratory system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the respiratory system`$publicGeneCount #> [1] 94 #> #> $`Abnormality of the respiratory system`$urlId #> [1] "HP_0002086" #> #> $`Abnormality of the respiratory system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the respiratory system`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the respiratory system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the respiratory system`$children #> $`Abnormality of the respiratory system`$children[[1]] #> [1] "HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormality of the respiratory system`$children[[2]] #> [1] "HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the respiratory system`$value #> [1] "Abnormality of the respiratory system" #> #> #> $`Abnormality of the skeletal system` #> $`Abnormality of the skeletal system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000924" #> #> $`Abnormality of the skeletal system`$`_id` #> [1] "HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the skeletal system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the skeletal system`$publicGeneCount #> [1] 76 #> #> $`Abnormality of the skeletal system`$urlId #> [1] "HP_0000924" #> #> $`Abnormality of the skeletal system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the skeletal system`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Abnormality of the skeletal system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the skeletal system`$children #> $`Abnormality of the skeletal system`$children[[1]] #> [1] "HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the skeletal system`$children[[2]] #> [1] "HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the skeletal system`$children[[3]] #> [1] "HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the skeletal system`$children[[4]] #> [1] "HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the skeletal system`$value #> [1] "Abnormality of the skeletal system" #> #> #> $`Abnormality of the skin` #> $`Abnormality of the skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000951" #> #> $`Abnormality of the skin`$`_id` #> [1] "HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of the skin`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the skin`$publicGeneCount #> [1] 87 #> #> $`Abnormality of the skin`$urlId #> [1] "HP_0000951" #> #> $`Abnormality of the skin`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the skin`$`_parent` #> [1] "HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of the skin`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the skin`$children #> $`Abnormality of the skin`$children[[1]] #> [1] "HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of the skin`$children[[2]] #> [1] "HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Abnormality of the skin`$children[[3]] #> [1] "HP_0008069<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the skin`$value #> [1] "Abnormality of the skin" #> #> #> $`Abnormality of the spinal cord` #> $`Abnormality of the spinal cord`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002143" #> #> $`Abnormality of the spinal cord`$`_id` #> [1] "HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the spinal cord`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the spinal cord`$publicGeneCount #> [1] 9 #> #> $`Abnormality of the spinal cord`$urlId #> [1] "HP_0002143" #> #> $`Abnormality of the spinal cord`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the spinal cord`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the spinal cord`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the spinal cord`$children #> $`Abnormality of the spinal cord`$children[[1]] #> [1] "HP_0002176<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Abnormality of the spinal cord`$children[[2]] #> [1] "HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the spinal cord`$value #> [1] "Abnormality of the spinal cord" #> #> #> $`Abnormality of the spleen` #> $`Abnormality of the spleen`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001743" #> #> $`Abnormality of the spleen`$`_id` #> [1] "HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the spleen`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the spleen`$publicGeneCount #> [1] 10 #> #> $`Abnormality of the spleen`$urlId #> [1] "HP_0001743" #> #> $`Abnormality of the spleen`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the spleen`$`_parent` #> [1] "HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the spleen`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the spleen`$children #> $`Abnormality of the spleen`$children[[1]] #> [1] "HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the spleen`$value #> [1] "Abnormality of the spleen" #> #> #> $`Abnormality of the spleen` #> $`Abnormality of the spleen`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001743" #> #> $`Abnormality of the spleen`$`_id` #> [1] "HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the spleen`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the spleen`$publicGeneCount #> [1] 10 #> #> $`Abnormality of the spleen`$urlId #> [1] "HP_0001743" #> #> $`Abnormality of the spleen`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the spleen`$`_parent` #> [1] "HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the spleen`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the spleen`$children #> $`Abnormality of the spleen`$children[[1]] #> [1] "HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the spleen`$value #> [1] "Abnormality of the spleen" #> #> #> $`Abnormality of the spleen` #> $`Abnormality of the spleen`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001743" #> #> $`Abnormality of the spleen`$`_id` #> [1] "HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of the spleen`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the spleen`$publicGeneCount #> [1] 10 #> #> $`Abnormality of the spleen`$urlId #> [1] "HP_0001743" #> #> $`Abnormality of the spleen`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the spleen`$`_parent` #> [1] "HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $`Abnormality of the spleen`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the spleen`$children #> $`Abnormality of the spleen`$children[[1]] #> [1] "HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the spleen`$value #> [1] "Abnormality of the spleen" #> #> #> $`Abnormality of the stapes` #> $`Abnormality of the stapes`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008628" #> #> $`Abnormality of the stapes`$`_id` #> [1] "HP_0008628<HP_0004452<HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the stapes`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the stapes`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the stapes`$urlId #> [1] "HP_0008628" #> #> $`Abnormality of the stapes`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the stapes`$`_parent` #> [1] "HP_0004452<HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Abnormality of the stapes`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the stapes`$children #> $`Abnormality of the stapes`$children[[1]] #> [1] "HP_0000381<HP_0008628<HP_0004452<HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the stapes`$value #> [1] "Abnormality of the stapes" #> #> #> $`Abnormality of the stomach` #> $`Abnormality of the stomach`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002577" #> #> $`Abnormality of the stomach`$`_id` #> [1] "HP_0002577<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the stomach`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the stomach`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the stomach`$urlId #> [1] "HP_0002577" #> #> $`Abnormality of the stomach`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the stomach`$`_parent` #> [1] "HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Abnormality of the stomach`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the stomach`$children #> $`Abnormality of the stomach`$children[[1]] #> [1] "HP_0002020<HP_0002577<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the stomach`$value #> [1] "Abnormality of the stomach" #> #> #> $`Abnormality of the synovia` #> $`Abnormality of the synovia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005262" #> #> $`Abnormality of the synovia`$`_id` #> [1] "HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the synovia`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the synovia`$publicGeneCount #> [1] 2 #> #> $`Abnormality of the synovia`$urlId #> [1] "HP_0005262" #> #> $`Abnormality of the synovia`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the synovia`$`_parent` #> [1] "HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the synovia`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the synovia`$children #> $`Abnormality of the synovia`$children[[1]] #> [1] "HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the synovia`$value #> [1] "Abnormality of the synovia" #> #> #> $`Abnormality of the talus` #> $`Abnormality of the talus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008365" #> #> $`Abnormality of the talus`$`_id` #> [1] "HP_0008365<HP_0001850<HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the talus`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the talus`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the talus`$urlId #> [1] "HP_0008365" #> #> $`Abnormality of the talus`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the talus`$`_parent` #> [1] "HP_0001850<HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the talus`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the talus`$children #> $`Abnormality of the talus`$children[[1]] #> [1] "HP_0001838<HP_0008365<HP_0001850<HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the talus`$value #> [1] "Abnormality of the talus" #> #> #> $`Abnormality of the talus` #> $`Abnormality of the talus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008365" #> #> $`Abnormality of the talus`$`_id` #> [1] "HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the talus`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the talus`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the talus`$urlId #> [1] "HP_0008365" #> #> $`Abnormality of the talus`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the talus`$`_parent` #> [1] "HP_0001850<HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the talus`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the talus`$children #> $`Abnormality of the talus`$children[[1]] #> [1] "HP_0001838<HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the talus`$value #> [1] "Abnormality of the talus" #> #> #> $`Abnormality of the talus` #> $`Abnormality of the talus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008365" #> #> $`Abnormality of the talus`$`_id` #> [1] "HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the talus`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the talus`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the talus`$urlId #> [1] "HP_0008365" #> #> $`Abnormality of the talus`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the talus`$`_parent` #> [1] "HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the talus`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the talus`$children #> $`Abnormality of the talus`$children[[1]] #> [1] "HP_0001838<HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the talus`$value #> [1] "Abnormality of the talus" #> #> #> $`Abnormality of the talus` #> $`Abnormality of the talus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008365" #> #> $`Abnormality of the talus`$`_id` #> [1] "HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the talus`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the talus`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the talus`$urlId #> [1] "HP_0008365" #> #> $`Abnormality of the talus`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the talus`$`_parent` #> [1] "HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the talus`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the talus`$children #> $`Abnormality of the talus`$children[[1]] #> [1] "HP_0001838<HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the talus`$value #> [1] "Abnormality of the talus" #> #> #> $`Abnormality of the tarsal bones` #> $`Abnormality of the tarsal bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001850" #> #> $`Abnormality of the tarsal bones`$`_id` #> [1] "HP_0001850<HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the tarsal bones`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the tarsal bones`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the tarsal bones`$urlId #> [1] "HP_0001850" #> #> $`Abnormality of the tarsal bones`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the tarsal bones`$`_parent` #> [1] "HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the tarsal bones`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the tarsal bones`$children #> $`Abnormality of the tarsal bones`$children[[1]] #> [1] "HP_0008365<HP_0001850<HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the tarsal bones`$value #> [1] "Abnormality of the tarsal bones" #> #> #> $`Abnormality of the tarsal bones` #> $`Abnormality of the tarsal bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001850" #> #> $`Abnormality of the tarsal bones`$`_id` #> [1] "HP_0001850<HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the tarsal bones`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the tarsal bones`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the tarsal bones`$urlId #> [1] "HP_0001850" #> #> $`Abnormality of the tarsal bones`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the tarsal bones`$`_parent` #> [1] "HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the tarsal bones`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the tarsal bones`$children #> $`Abnormality of the tarsal bones`$children[[1]] #> [1] "HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the tarsal bones`$value #> [1] "Abnormality of the tarsal bones" #> #> #> $`Abnormality of the tarsal bones` #> $`Abnormality of the tarsal bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001850" #> #> $`Abnormality of the tarsal bones`$`_id` #> [1] "HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the tarsal bones`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the tarsal bones`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the tarsal bones`$urlId #> [1] "HP_0001850" #> #> $`Abnormality of the tarsal bones`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the tarsal bones`$`_parent` #> [1] "HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the tarsal bones`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the tarsal bones`$children #> $`Abnormality of the tarsal bones`$children[[1]] #> [1] "HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the tarsal bones`$value #> [1] "Abnormality of the tarsal bones" #> #> #> $`Abnormality of the tarsal bones` #> $`Abnormality of the tarsal bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001850" #> #> $`Abnormality of the tarsal bones`$`_id` #> [1] "HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the tarsal bones`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the tarsal bones`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the tarsal bones`$urlId #> [1] "HP_0001850" #> #> $`Abnormality of the tarsal bones`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the tarsal bones`$`_parent` #> [1] "HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the tarsal bones`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the tarsal bones`$children #> $`Abnormality of the tarsal bones`$children[[1]] #> [1] "HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the tarsal bones`$value #> [1] "Abnormality of the tarsal bones" #> #> #> $`Abnormality of the thorax` #> $`Abnormality of the thorax`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000765" #> #> $`Abnormality of the thorax`$`_id` #> [1] "HP_0000765<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the thorax`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the thorax`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the thorax`$urlId #> [1] "HP_0000765" #> #> $`Abnormality of the thorax`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the thorax`$`_parent` #> [1] "HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the thorax`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the thorax`$children #> $`Abnormality of the thorax`$children[[1]] #> [1] "HP_0100749<HP_0000765<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the thorax`$value #> [1] "Abnormality of the thorax" #> #> #> $`Abnormality of the upper limb` #> $`Abnormality of the upper limb`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002817" #> #> $`Abnormality of the upper limb`$`_id` #> [1] "HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the upper limb`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the upper limb`$publicGeneCount #> [1] 17 #> #> $`Abnormality of the upper limb`$urlId #> [1] "HP_0002817" #> #> $`Abnormality of the upper limb`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the upper limb`$`_parent` #> [1] "HP_0040064<HP_0000118<HP_0000001" #> #> $`Abnormality of the upper limb`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the upper limb`$children #> $`Abnormality of the upper limb`$children[[1]] #> [1] "HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the upper limb`$value #> [1] "Abnormality of the upper limb" #> #> #> $`Abnormality of the upper respiratory tract` #> $`Abnormality of the upper respiratory tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002087" #> #> $`Abnormality of the upper respiratory tract`$`_id` #> [1] "HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormality of the upper respiratory tract`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the upper respiratory tract`$publicGeneCount #> [1] 1 #> #> $`Abnormality of the upper respiratory tract`$urlId #> [1] "HP_0002087" #> #> $`Abnormality of the upper respiratory tract`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the upper respiratory tract`$`_parent` #> [1] "HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Abnormality of the upper respiratory tract`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the upper respiratory tract`$children #> $`Abnormality of the upper respiratory tract`$children[[1]] #> [1] "HP_0005607<HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the upper respiratory tract`$value #> [1] "Abnormality of the upper respiratory tract" #> #> #> $`Abnormality of the upper urinary tract` #> $`Abnormality of the upper urinary tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010935" #> #> $`Abnormality of the upper urinary tract`$`_id` #> [1] "HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the upper urinary tract`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the upper urinary tract`$publicGeneCount #> [1] 111 #> #> $`Abnormality of the upper urinary tract`$urlId #> [1] "HP_0010935" #> #> $`Abnormality of the upper urinary tract`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the upper urinary tract`$`_parent` #> [1] "HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the upper urinary tract`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the upper urinary tract`$children #> $`Abnormality of the upper urinary tract`$children[[1]] #> [1] "HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the upper urinary tract`$value #> [1] "Abnormality of the upper urinary tract" #> #> #> $`Abnormality of the urinary system` #> $`Abnormality of the urinary system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000079" #> #> $`Abnormality of the urinary system`$`_id` #> [1] "HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the urinary system`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the urinary system`$publicGeneCount #> [1] 172 #> #> $`Abnormality of the urinary system`$urlId #> [1] "HP_0000079" #> #> $`Abnormality of the urinary system`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the urinary system`$`_parent` #> [1] "HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the urinary system`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the urinary system`$children #> $`Abnormality of the urinary system`$children[[1]] #> [1] "HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the urinary system`$children[[2]] #> [1] "HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the urinary system`$children[[3]] #> [1] "HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the urinary system`$value #> [1] "Abnormality of the urinary system" #> #> #> $`Abnormality of the urinary system physiology` #> $`Abnormality of the urinary system physiology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011277" #> #> $`Abnormality of the urinary system physiology`$`_id` #> [1] "HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the urinary system physiology`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the urinary system physiology`$publicGeneCount #> [1] 157 #> #> $`Abnormality of the urinary system physiology`$urlId #> [1] "HP_0011277" #> #> $`Abnormality of the urinary system physiology`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the urinary system physiology`$`_parent` #> [1] "HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the urinary system physiology`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the urinary system physiology`$children #> $`Abnormality of the urinary system physiology`$children[[1]] #> [1] "HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the urinary system physiology`$children[[2]] #> [1] "HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of the urinary system physiology`$children[[3]] #> [1] "HP_0000010<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the urinary system physiology`$value #> [1] "Abnormality of the urinary system physiology" #> #> #> $`Abnormality of the vasculature` #> $`Abnormality of the vasculature`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002597" #> #> $`Abnormality of the vasculature`$`_id` #> [1] "HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the vasculature`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the vasculature`$publicGeneCount #> [1] 81 #> #> $`Abnormality of the vasculature`$urlId #> [1] "HP_0002597" #> #> $`Abnormality of the vasculature`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the vasculature`$`_parent` #> [1] "HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the vasculature`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the vasculature`$children #> $`Abnormality of the vasculature`$children[[1]] #> [1] "HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the vasculature`$children[[2]] #> [1] "HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the vasculature`$children[[3]] #> [1] "HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Abnormality of the vasculature`$children[[4]] #> [1] "HP_0011276<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the vasculature`$value #> [1] "Abnormality of the vasculature" #> #> #> $`Abnormality of the vertebral column` #> $`Abnormality of the vertebral column`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000925" #> #> $`Abnormality of the vertebral column`$`_id` #> [1] "HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the vertebral column`$privateGeneCount #> [1] 0 #> #> $`Abnormality of the vertebral column`$publicGeneCount #> [1] 18 #> #> $`Abnormality of the vertebral column`$urlId #> [1] "HP_0000925" #> #> $`Abnormality of the vertebral column`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of the vertebral column`$`_parent` #> [1] "HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the vertebral column`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of the vertebral column`$children #> $`Abnormality of the vertebral column`$children[[1]] #> [1] "HP_0010674<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the vertebral column`$children[[2]] #> [1] "HP_0005108<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Abnormality of the vertebral column`$children[[3]] #> [1] "HP_0003418<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Abnormality of the vertebral column`$value #> [1] "Abnormality of the vertebral column" #> #> #> $`Abnormality of urine calcium concentration` #> $`Abnormality of urine calcium concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011280" #> #> $`Abnormality of urine calcium concentration`$`_id` #> [1] "HP_0011280<HP_0012591<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of urine calcium concentration`$privateGeneCount #> [1] 0 #> #> $`Abnormality of urine calcium concentration`$publicGeneCount #> [1] 5 #> #> $`Abnormality of urine calcium concentration`$urlId #> [1] "HP_0011280" #> #> $`Abnormality of urine calcium concentration`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of urine calcium concentration`$`_parent` #> [1] "HP_0012591<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of urine calcium concentration`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of urine calcium concentration`$children #> $`Abnormality of urine calcium concentration`$children[[1]] #> [1] "HP_0002150<HP_0011280<HP_0012591<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of urine calcium concentration`$value #> [1] "Abnormality of urine calcium concentration" #> #> #> $`Abnormality of urine homeostasis` #> $`Abnormality of urine homeostasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003110" #> #> $`Abnormality of urine homeostasis`$`_id` #> [1] "HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of urine homeostasis`$privateGeneCount #> [1] 0 #> #> $`Abnormality of urine homeostasis`$publicGeneCount #> [1] 75 #> #> $`Abnormality of urine homeostasis`$urlId #> [1] "HP_0003110" #> #> $`Abnormality of urine homeostasis`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of urine homeostasis`$`_parent` #> [1] "HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of urine homeostasis`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of urine homeostasis`$children #> $`Abnormality of urine homeostasis`$children[[1]] #> [1] "HP_0012591<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of urine homeostasis`$children[[2]] #> [1] "HP_0012614<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of urine homeostasis`$children[[3]] #> [1] "HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of urine homeostasis`$children[[4]] #> [1] "HP_0020129<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of urine homeostasis`$children[[5]] #> [1] "HP_0002913<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Abnormality of urine homeostasis`$children[[6]] #> [1] "HP_0003614<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Abnormality of urine homeostasis`$value #> [1] "Abnormality of urine homeostasis" #> #> #> $`Abnormality of vision` #> $`Abnormality of vision`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000504" #> #> $`Abnormality of vision`$`_id` #> [1] "HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of vision`$privateGeneCount #> [1] 0 #> #> $`Abnormality of vision`$publicGeneCount #> [1] 5 #> #> $`Abnormality of vision`$urlId #> [1] "HP_0000504" #> #> $`Abnormality of vision`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of vision`$`_parent` #> [1] "HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of vision`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of vision`$children #> $`Abnormality of vision`$children[[1]] #> [1] "HP_0100576<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of vision`$children[[2]] #> [1] "HP_0000613<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Abnormality of vision`$children[[3]] #> [1] "HP_0000505<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Abnormality of vision`$value #> [1] "Abnormality of vision" #> #> #> $`Abnormality of vitamin A metabolism` #> $`Abnormality of vitamin A metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008372" #> #> $`Abnormality of vitamin A metabolism`$`_id` #> [1] "HP_0008372<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin A metabolism`$privateGeneCount #> [1] 0 #> #> $`Abnormality of vitamin A metabolism`$publicGeneCount #> [1] 5 #> #> $`Abnormality of vitamin A metabolism`$urlId #> [1] "HP_0008372" #> #> $`Abnormality of vitamin A metabolism`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of vitamin A metabolism`$`_parent` #> [1] "HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin A metabolism`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of vitamin A metabolism`$children #> $`Abnormality of vitamin A metabolism`$children[[1]] #> [1] "HP_0004905<HP_0008372<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of vitamin A metabolism`$value #> [1] "Abnormality of vitamin A metabolism" #> #> #> $`Abnormality of vitamin B metabolism` #> $`Abnormality of vitamin B metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004340" #> #> $`Abnormality of vitamin B metabolism`$`_id` #> [1] "HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin B metabolism`$privateGeneCount #> [1] 0 #> #> $`Abnormality of vitamin B metabolism`$publicGeneCount #> [1] 3 #> #> $`Abnormality of vitamin B metabolism`$urlId #> [1] "HP_0004340" #> #> $`Abnormality of vitamin B metabolism`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of vitamin B metabolism`$`_parent` #> [1] "HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin B metabolism`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of vitamin B metabolism`$children #> $`Abnormality of vitamin B metabolism`$children[[1]] #> [1] "HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin B metabolism`$children[[2]] #> [1] "HP_0100504<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of vitamin B metabolism`$value #> [1] "Abnormality of vitamin B metabolism" #> #> #> $`Abnormality of vitamin B12 metabolism` #> $`Abnormality of vitamin B12 metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004341" #> #> $`Abnormality of vitamin B12 metabolism`$`_id` #> [1] "HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin B12 metabolism`$privateGeneCount #> [1] 0 #> #> $`Abnormality of vitamin B12 metabolism`$publicGeneCount #> [1] 2 #> #> $`Abnormality of vitamin B12 metabolism`$urlId #> [1] "HP_0004341" #> #> $`Abnormality of vitamin B12 metabolism`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of vitamin B12 metabolism`$`_parent` #> [1] "HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin B12 metabolism`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of vitamin B12 metabolism`$children #> $`Abnormality of vitamin B12 metabolism`$children[[1]] #> [1] "HP_0040126<HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin B12 metabolism`$children[[2]] #> [1] "HP_0002912<HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of vitamin B12 metabolism`$value #> [1] "Abnormality of vitamin B12 metabolism" #> #> #> $`Abnormality of vitamin D metabolism` #> $`Abnormality of vitamin D metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100511" #> #> $`Abnormality of vitamin D metabolism`$`_id` #> [1] "HP_0100511<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin D metabolism`$privateGeneCount #> [1] 0 #> #> $`Abnormality of vitamin D metabolism`$publicGeneCount #> [1] 4 #> #> $`Abnormality of vitamin D metabolism`$urlId #> [1] "HP_0100511" #> #> $`Abnormality of vitamin D metabolism`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of vitamin D metabolism`$`_parent` #> [1] "HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin D metabolism`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of vitamin D metabolism`$children #> $`Abnormality of vitamin D metabolism`$children[[1]] #> [1] "HP_0100512<HP_0100511<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of vitamin D metabolism`$value #> [1] "Abnormality of vitamin D metabolism" #> #> #> $`Abnormality of vitamin E metabolism` #> $`Abnormality of vitamin E metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100514" #> #> $`Abnormality of vitamin E metabolism`$`_id` #> [1] "HP_0100514<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin E metabolism`$privateGeneCount #> [1] 0 #> #> $`Abnormality of vitamin E metabolism`$publicGeneCount #> [1] 3 #> #> $`Abnormality of vitamin E metabolism`$urlId #> [1] "HP_0100514" #> #> $`Abnormality of vitamin E metabolism`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of vitamin E metabolism`$`_parent` #> [1] "HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin E metabolism`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of vitamin E metabolism`$children #> $`Abnormality of vitamin E metabolism`$children[[1]] #> [1] "HP_0100513<HP_0100514<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of vitamin E metabolism`$value #> [1] "Abnormality of vitamin E metabolism" #> #> #> $`Abnormality of vitamin metabolism` #> $`Abnormality of vitamin metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100508" #> #> $`Abnormality of vitamin metabolism`$`_id` #> [1] "HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin metabolism`$privateGeneCount #> [1] 0 #> #> $`Abnormality of vitamin metabolism`$publicGeneCount #> [1] 15 #> #> $`Abnormality of vitamin metabolism`$urlId #> [1] "HP_0100508" #> #> $`Abnormality of vitamin metabolism`$dbPhenotype #> [1] FALSE #> #> $`Abnormality of vitamin metabolism`$`_parent` #> [1] "HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin metabolism`$`_is_leaf` #> [1] FALSE #> #> $`Abnormality of vitamin metabolism`$children #> $`Abnormality of vitamin metabolism`$children[[1]] #> [1] "HP_0008372<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin metabolism`$children[[2]] #> [1] "HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin metabolism`$children[[3]] #> [1] "HP_0100511<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Abnormality of vitamin metabolism`$children[[4]] #> [1] "HP_0100514<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Abnormality of vitamin metabolism`$value #> [1] "Abnormality of vitamin metabolism" #> #> #> $`absence epilepsy` #> $`absence epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0070309" #> #> $`absence epilepsy`$`_id` #> [1] "DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`absence epilepsy`$privateGeneCount #> [1] 0 #> #> $`absence epilepsy`$publicGeneCount #> [1] 51 #> #> $`absence epilepsy`$urlId #> [1] "DOID_0070309" #> #> $`absence epilepsy`$dbPhenotype #> [1] FALSE #> #> $`absence epilepsy`$`_parent` #> [1] "DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`absence epilepsy`$`_is_leaf` #> [1] FALSE #> #> $`absence epilepsy`$children #> $`absence epilepsy`$children[[1]] #> [1] "DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`absence epilepsy`$children[[2]] #> [1] "DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`absence epilepsy`$value #> [1] "absence epilepsy" #> #> #> $acanthoma #> $acanthoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_174" #> #> $acanthoma$`_id` #> [1] "DOID_174<DOID_3168<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $acanthoma$privateGeneCount #> [1] 0 #> #> $acanthoma$publicGeneCount #> [1] 2 #> #> $acanthoma$urlId #> [1] "DOID_174" #> #> $acanthoma$dbPhenotype #> [1] FALSE #> #> $acanthoma$`_parent` #> [1] "DOID_3168<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $acanthoma$`_is_leaf` #> [1] FALSE #> #> $acanthoma$children #> $acanthoma$children[[1]] #> [1] "DOID_6498<DOID_174<DOID_3168<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $acanthoma$value #> [1] "acanthoma" #> #> #> $`acanthosis nigricans` #> $`acanthosis nigricans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3138" #> #> $`acanthosis nigricans`$`_id` #> [1] "DOID_3138<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`acanthosis nigricans`$privateGeneCount #> [1] 0 #> #> $`acanthosis nigricans`$publicGeneCount #> [1] 4 #> #> $`acanthosis nigricans`$urlId #> [1] "DOID_3138" #> #> $`acanthosis nigricans`$dbPhenotype #> [1] TRUE #> #> $`acanthosis nigricans`$`_parent` #> [1] "DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`acanthosis nigricans`$`_is_leaf` #> [1] TRUE #> #> $`acanthosis nigricans`$children #> list() #> #> $`acanthosis nigricans`$value #> [1] "acanthosis nigricans" #> #> #> $acatalasia #> $acatalasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2582" #> #> $acatalasia$`_id` #> [1] "DOID_2582<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $acatalasia$privateGeneCount #> [1] 0 #> #> $acatalasia$publicGeneCount #> [1] 1 #> #> $acatalasia$urlId #> [1] "DOID_2582" #> #> $acatalasia$dbPhenotype #> [1] TRUE #> #> $acatalasia$`_parent` #> [1] "DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $acatalasia$`_is_leaf` #> [1] TRUE #> #> $acatalasia$children #> list() #> #> $acatalasia$value #> [1] "acatalasia" #> #> #> $aceruloplasminemia #> $aceruloplasminemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050711" #> #> $aceruloplasminemia$`_id` #> [1] "DOID_0050711<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $aceruloplasminemia$privateGeneCount #> [1] 0 #> #> $aceruloplasminemia$publicGeneCount #> [1] 1 #> #> $aceruloplasminemia$urlId #> [1] "DOID_0050711" #> #> $aceruloplasminemia$dbPhenotype #> [1] TRUE #> #> $aceruloplasminemia$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $aceruloplasminemia$`_is_leaf` #> [1] TRUE #> #> $aceruloplasminemia$children #> list() #> #> $aceruloplasminemia$value #> [1] "aceruloplasminemia" #> #> #> $aceruloplasminemia #> $aceruloplasminemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050711" #> #> $aceruloplasminemia$`_id` #> [1] "DOID_0050711<DOID_2351<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $aceruloplasminemia$privateGeneCount #> [1] 0 #> #> $aceruloplasminemia$publicGeneCount #> [1] 1 #> #> $aceruloplasminemia$urlId #> [1] "DOID_0050711" #> #> $aceruloplasminemia$dbPhenotype #> [1] TRUE #> #> $aceruloplasminemia$`_parent` #> [1] "DOID_2351<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $aceruloplasminemia$`_is_leaf` #> [1] TRUE #> #> $aceruloplasminemia$children #> list() #> #> $aceruloplasminemia$value #> [1] "aceruloplasminemia" #> #> #> $`Acetabular dysplasia` #> $`Acetabular dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008807" #> #> $`Acetabular dysplasia`$`_id` #> [1] "HP_0008807<HP_0003170<HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Acetabular dysplasia`$privateGeneCount #> [1] 0 #> #> $`Acetabular dysplasia`$publicGeneCount #> [1] 1 #> #> $`Acetabular dysplasia`$urlId #> [1] "HP_0008807" #> #> $`Acetabular dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Acetabular dysplasia`$`_parent` #> [1] "HP_0003170<HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Acetabular dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Acetabular dysplasia`$children #> list() #> #> $`Acetabular dysplasia`$value #> [1] "Acetabular dysplasia" #> #> #> $`Acetabular dysplasia` #> $`Acetabular dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008807" #> #> $`Acetabular dysplasia`$`_id` #> [1] "HP_0008807<HP_0003170<HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Acetabular dysplasia`$privateGeneCount #> [1] 0 #> #> $`Acetabular dysplasia`$publicGeneCount #> [1] 1 #> #> $`Acetabular dysplasia`$urlId #> [1] "HP_0008807" #> #> $`Acetabular dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Acetabular dysplasia`$`_parent` #> [1] "HP_0003170<HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Acetabular dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Acetabular dysplasia`$children #> list() #> #> $`Acetabular dysplasia`$value #> [1] "Acetabular dysplasia" #> #> #> $`Acetabular dysplasia` #> $`Acetabular dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008807" #> #> $`Acetabular dysplasia`$`_id` #> [1] "HP_0008807<HP_0003170<HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Acetabular dysplasia`$privateGeneCount #> [1] 0 #> #> $`Acetabular dysplasia`$publicGeneCount #> [1] 1 #> #> $`Acetabular dysplasia`$urlId #> [1] "HP_0008807" #> #> $`Acetabular dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Acetabular dysplasia`$`_parent` #> [1] "HP_0003170<HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Acetabular dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Acetabular dysplasia`$children #> list() #> #> $`Acetabular dysplasia`$value #> [1] "Acetabular dysplasia" #> #> #> $`Acetabular dysplasia` #> $`Acetabular dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008807" #> #> $`Acetabular dysplasia`$`_id` #> [1] "HP_0008807<HP_0003170<HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Acetabular dysplasia`$privateGeneCount #> [1] 0 #> #> $`Acetabular dysplasia`$publicGeneCount #> [1] 1 #> #> $`Acetabular dysplasia`$urlId #> [1] "HP_0008807" #> #> $`Acetabular dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Acetabular dysplasia`$`_parent` #> [1] "HP_0003170<HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Acetabular dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Acetabular dysplasia`$children #> list() #> #> $`Acetabular dysplasia`$value #> [1] "Acetabular dysplasia" #> #> #> $achalasia #> $achalasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9164" #> #> $achalasia$`_id` #> [1] "DOID_9164<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $achalasia$privateGeneCount #> [1] 0 #> #> $achalasia$publicGeneCount #> [1] 4 #> #> $achalasia$urlId #> [1] "DOID_9164" #> #> $achalasia$dbPhenotype #> [1] TRUE #> #> $achalasia$`_parent` #> [1] "DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $achalasia$`_is_leaf` #> [1] TRUE #> #> $achalasia$children #> list() #> #> $achalasia$value #> [1] "achalasia" #> #> #> $acheiropody #> $acheiropody$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050603" #> #> $acheiropody$`_id` #> [1] "DOID_0050603<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $acheiropody$privateGeneCount #> [1] 0 #> #> $acheiropody$publicGeneCount #> [1] 1 #> #> $acheiropody$urlId #> [1] "DOID_0050603" #> #> $acheiropody$dbPhenotype #> [1] TRUE #> #> $acheiropody$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $acheiropody$`_is_leaf` #> [1] TRUE #> #> $acheiropody$children #> list() #> #> $acheiropody$value #> [1] "acheiropody" #> #> #> $acheiropody #> $acheiropody$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050603" #> #> $acheiropody$`_id` #> [1] "DOID_0050603<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $acheiropody$privateGeneCount #> [1] 0 #> #> $acheiropody$publicGeneCount #> [1] 1 #> #> $acheiropody$urlId #> [1] "DOID_0050603" #> #> $acheiropody$dbPhenotype #> [1] TRUE #> #> $acheiropody$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $acheiropody$`_is_leaf` #> [1] TRUE #> #> $acheiropody$children #> list() #> #> $acheiropody$value #> [1] "acheiropody" #> #> #> $achondrogenesis #> $achondrogenesis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080043" #> #> $achondrogenesis$`_id` #> [1] "DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $achondrogenesis$privateGeneCount #> [1] 0 #> #> $achondrogenesis$publicGeneCount #> [1] 3 #> #> $achondrogenesis$urlId #> [1] "DOID_0080043" #> #> $achondrogenesis$dbPhenotype #> [1] FALSE #> #> $achondrogenesis$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $achondrogenesis$`_is_leaf` #> [1] FALSE #> #> $achondrogenesis$children #> $achondrogenesis$children[[1]] #> [1] "DOID_0080054<DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $achondrogenesis$children[[2]] #> [1] "DOID_0080055<DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $achondrogenesis$children[[3]] #> [1] "DOID_0080056<DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $achondrogenesis$value #> [1] "achondrogenesis" #> #> #> $`achondrogenesis type IA` #> $`achondrogenesis type IA`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080054" #> #> $`achondrogenesis type IA`$`_id` #> [1] "DOID_0080054<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`achondrogenesis type IA`$privateGeneCount #> [1] 0 #> #> $`achondrogenesis type IA`$publicGeneCount #> [1] 1 #> #> $`achondrogenesis type IA`$urlId #> [1] "DOID_0080054" #> #> $`achondrogenesis type IA`$dbPhenotype #> [1] TRUE #> #> $`achondrogenesis type IA`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`achondrogenesis type IA`$`_is_leaf` #> [1] TRUE #> #> $`achondrogenesis type IA`$children #> list() #> #> $`achondrogenesis type IA`$value #> [1] "achondrogenesis type IA" #> #> #> $`achondrogenesis type IA` #> $`achondrogenesis type IA`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080054" #> #> $`achondrogenesis type IA`$`_id` #> [1] "DOID_0080054<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`achondrogenesis type IA`$privateGeneCount #> [1] 0 #> #> $`achondrogenesis type IA`$publicGeneCount #> [1] 1 #> #> $`achondrogenesis type IA`$urlId #> [1] "DOID_0080054" #> #> $`achondrogenesis type IA`$dbPhenotype #> [1] TRUE #> #> $`achondrogenesis type IA`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`achondrogenesis type IA`$`_is_leaf` #> [1] TRUE #> #> $`achondrogenesis type IA`$children #> list() #> #> $`achondrogenesis type IA`$value #> [1] "achondrogenesis type IA" #> #> #> $`achondrogenesis type IA` #> $`achondrogenesis type IA`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080054" #> #> $`achondrogenesis type IA`$`_id` #> [1] "DOID_0080054<DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`achondrogenesis type IA`$privateGeneCount #> [1] 0 #> #> $`achondrogenesis type IA`$publicGeneCount #> [1] 1 #> #> $`achondrogenesis type IA`$urlId #> [1] "DOID_0080054" #> #> $`achondrogenesis type IA`$dbPhenotype #> [1] TRUE #> #> $`achondrogenesis type IA`$`_parent` #> [1] "DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`achondrogenesis type IA`$`_is_leaf` #> [1] TRUE #> #> $`achondrogenesis type IA`$children #> list() #> #> $`achondrogenesis type IA`$value #> [1] "achondrogenesis type IA" #> #> #> $`achondrogenesis type IB` #> $`achondrogenesis type IB`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080055" #> #> $`achondrogenesis type IB`$`_id` #> [1] "DOID_0080055<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`achondrogenesis type IB`$privateGeneCount #> [1] 0 #> #> $`achondrogenesis type IB`$publicGeneCount #> [1] 1 #> #> $`achondrogenesis type IB`$urlId #> [1] "DOID_0080055" #> #> $`achondrogenesis type IB`$dbPhenotype #> [1] TRUE #> #> $`achondrogenesis type IB`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`achondrogenesis type IB`$`_is_leaf` #> [1] TRUE #> #> $`achondrogenesis type IB`$children #> list() #> #> $`achondrogenesis type IB`$value #> [1] "achondrogenesis type IB" #> #> #> $`achondrogenesis type IB` #> $`achondrogenesis type IB`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080055" #> #> $`achondrogenesis type IB`$`_id` #> [1] "DOID_0080055<DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`achondrogenesis type IB`$privateGeneCount #> [1] 0 #> #> $`achondrogenesis type IB`$publicGeneCount #> [1] 1 #> #> $`achondrogenesis type IB`$urlId #> [1] "DOID_0080055" #> #> $`achondrogenesis type IB`$dbPhenotype #> [1] TRUE #> #> $`achondrogenesis type IB`$`_parent` #> [1] "DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`achondrogenesis type IB`$`_is_leaf` #> [1] TRUE #> #> $`achondrogenesis type IB`$children #> list() #> #> $`achondrogenesis type IB`$value #> [1] "achondrogenesis type IB" #> #> #> $`achondrogenesis type II` #> $`achondrogenesis type II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080056" #> #> $`achondrogenesis type II`$`_id` #> [1] "DOID_0080056<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`achondrogenesis type II`$privateGeneCount #> [1] 0 #> #> $`achondrogenesis type II`$publicGeneCount #> [1] 1 #> #> $`achondrogenesis type II`$urlId #> [1] "DOID_0080056" #> #> $`achondrogenesis type II`$dbPhenotype #> [1] TRUE #> #> $`achondrogenesis type II`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`achondrogenesis type II`$`_is_leaf` #> [1] TRUE #> #> $`achondrogenesis type II`$children #> list() #> #> $`achondrogenesis type II`$value #> [1] "achondrogenesis type II" #> #> #> $`achondrogenesis type II` #> $`achondrogenesis type II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080056" #> #> $`achondrogenesis type II`$`_id` #> [1] "DOID_0080056<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`achondrogenesis type II`$privateGeneCount #> [1] 0 #> #> $`achondrogenesis type II`$publicGeneCount #> [1] 1 #> #> $`achondrogenesis type II`$urlId #> [1] "DOID_0080056" #> #> $`achondrogenesis type II`$dbPhenotype #> [1] TRUE #> #> $`achondrogenesis type II`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`achondrogenesis type II`$`_is_leaf` #> [1] TRUE #> #> $`achondrogenesis type II`$children #> list() #> #> $`achondrogenesis type II`$value #> [1] "achondrogenesis type II" #> #> #> $`achondrogenesis type II` #> $`achondrogenesis type II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080056" #> #> $`achondrogenesis type II`$`_id` #> [1] "DOID_0080056<DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`achondrogenesis type II`$privateGeneCount #> [1] 0 #> #> $`achondrogenesis type II`$publicGeneCount #> [1] 1 #> #> $`achondrogenesis type II`$urlId #> [1] "DOID_0080056" #> #> $`achondrogenesis type II`$dbPhenotype #> [1] TRUE #> #> $`achondrogenesis type II`$`_parent` #> [1] "DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`achondrogenesis type II`$`_is_leaf` #> [1] TRUE #> #> $`achondrogenesis type II`$children #> list() #> #> $`achondrogenesis type II`$value #> [1] "achondrogenesis type II" #> #> #> $achondroplasia #> $achondroplasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4480" #> #> $achondroplasia$`_id` #> [1] "DOID_4480<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $achondroplasia$privateGeneCount #> [1] 0 #> #> $achondroplasia$publicGeneCount #> [1] 1 #> #> $achondroplasia$urlId #> [1] "DOID_4480" #> #> $achondroplasia$dbPhenotype #> [1] TRUE #> #> $achondroplasia$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $achondroplasia$`_is_leaf` #> [1] TRUE #> #> $achondroplasia$children #> list() #> #> $achondroplasia$value #> [1] "achondroplasia" #> #> #> $achromatopsia #> $achromatopsia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13911" #> #> $achromatopsia$`_id` #> [1] "DOID_13911<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $achromatopsia$privateGeneCount #> [1] 0 #> #> $achromatopsia$publicGeneCount #> [1] 8 #> #> $achromatopsia$urlId #> [1] "DOID_13911" #> #> $achromatopsia$dbPhenotype #> [1] TRUE #> #> $achromatopsia$`_parent` #> [1] "DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $achromatopsia$`_is_leaf` #> [1] FALSE #> #> $achromatopsia$children #> $achromatopsia$children[[1]] #> [1] "DOID_0050679<DOID_13911<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $achromatopsia$value #> [1] "achromatopsia" #> #> #> $Acidemia #> $Acidemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032368" #> #> $Acidemia$`_id` #> [1] "HP_0032368<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Acidemia$privateGeneCount #> [1] 0 #> #> $Acidemia$publicGeneCount #> [1] 1 #> #> $Acidemia$urlId #> [1] "HP_0032368" #> #> $Acidemia$dbPhenotype #> [1] FALSE #> #> $Acidemia$`_parent` #> [1] "HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Acidemia$`_is_leaf` #> [1] FALSE #> #> $Acidemia$children #> $Acidemia$children[[1]] #> [1] "HP_0002912<HP_0032368<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $Acidemia$value #> [1] "Acidemia" #> #> #> $Acidosis #> $Acidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001941" #> #> $Acidosis$`_id` #> [1] "HP_0001941<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Acidosis$privateGeneCount #> [1] 0 #> #> $Acidosis$publicGeneCount #> [1] 3 #> #> $Acidosis$urlId #> [1] "HP_0001941" #> #> $Acidosis$dbPhenotype #> [1] TRUE #> #> $Acidosis$`_parent` #> [1] "HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Acidosis$`_is_leaf` #> [1] FALSE #> #> $Acidosis$children #> $Acidosis$children[[1]] #> [1] "HP_0001993<HP_0001941<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $Acidosis$value #> [1] "Acidosis" #> #> #> $Aciduria #> $Aciduria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012072" #> #> $Aciduria$`_id` #> [1] "HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Aciduria$privateGeneCount #> [1] 0 #> #> $Aciduria$publicGeneCount #> [1] 10 #> #> $Aciduria$urlId #> [1] "HP_0012072" #> #> $Aciduria$dbPhenotype #> [1] FALSE #> #> $Aciduria$`_parent` #> [1] "HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Aciduria$`_is_leaf` #> [1] FALSE #> #> $Aciduria$children #> $Aciduria$children[[1]] #> [1] "HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Aciduria$children[[2]] #> [1] "HP_0001992<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $Aciduria$value #> [1] "Aciduria" #> #> #> $`acinar cell carcinoma` #> $`acinar cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3025" #> #> $`acinar cell carcinoma`$`_id` #> [1] "DOID_3025<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`acinar cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`acinar cell carcinoma`$publicGeneCount #> [1] 1 #> #> $`acinar cell carcinoma`$urlId #> [1] "DOID_3025" #> #> $`acinar cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`acinar cell carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`acinar cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`acinar cell carcinoma`$children #> list() #> #> $`acinar cell carcinoma`$value #> [1] "acinar cell carcinoma" #> #> #> $acne #> $acne$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6543" #> #> $acne$`_id` #> [1] "DOID_6543<DOID_9098<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $acne$privateGeneCount #> [1] 0 #> #> $acne$publicGeneCount #> [1] 9 #> #> $acne$urlId #> [1] "DOID_6543" #> #> $acne$dbPhenotype #> [1] TRUE #> #> $acne$`_parent` #> [1] "DOID_9098<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $acne$`_is_leaf` #> [1] TRUE #> #> $acne$children #> list() #> #> $acne$value #> [1] "acne" #> #> #> $`acoustic neuroma` #> $`acoustic neuroma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12689" #> #> $`acoustic neuroma`$`_id` #> [1] "DOID_12689<DOID_3192<DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`acoustic neuroma`$privateGeneCount #> [1] 0 #> #> $`acoustic neuroma`$publicGeneCount #> [1] 11 #> #> $`acoustic neuroma`$urlId #> [1] "DOID_12689" #> #> $`acoustic neuroma`$dbPhenotype #> [1] TRUE #> #> $`acoustic neuroma`$`_parent` #> [1] "DOID_3192<DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`acoustic neuroma`$`_is_leaf` #> [1] TRUE #> #> $`acoustic neuroma`$children #> list() #> #> $`acoustic neuroma`$value #> [1] "acoustic neuroma" #> #> #> $`acoustic neuroma` #> $`acoustic neuroma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12689" #> #> $`acoustic neuroma`$`_id` #> [1] "DOID_12689<DOID_3192<DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`acoustic neuroma`$privateGeneCount #> [1] 0 #> #> $`acoustic neuroma`$publicGeneCount #> [1] 11 #> #> $`acoustic neuroma`$urlId #> [1] "DOID_12689" #> #> $`acoustic neuroma`$dbPhenotype #> [1] TRUE #> #> $`acoustic neuroma`$`_parent` #> [1] "DOID_3192<DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`acoustic neuroma`$`_is_leaf` #> [1] TRUE #> #> $`acoustic neuroma`$children #> list() #> #> $`acoustic neuroma`$value #> [1] "acoustic neuroma" #> #> #> $`Acquired abnormal hair pattern` #> $`Acquired abnormal hair pattern`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011360" #> #> $`Acquired abnormal hair pattern`$`_id` #> [1] "HP_0011360<HP_0010720<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Acquired abnormal hair pattern`$privateGeneCount #> [1] 0 #> #> $`Acquired abnormal hair pattern`$publicGeneCount #> [1] 1 #> #> $`Acquired abnormal hair pattern`$urlId #> [1] "HP_0011360" #> #> $`Acquired abnormal hair pattern`$dbPhenotype #> [1] FALSE #> #> $`Acquired abnormal hair pattern`$`_parent` #> [1] "HP_0010720<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Acquired abnormal hair pattern`$`_is_leaf` #> [1] FALSE #> #> $`Acquired abnormal hair pattern`$children #> $`Acquired abnormal hair pattern`$children[[1]] #> [1] "HP_0002292<HP_0011360<HP_0010720<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Acquired abnormal hair pattern`$value #> [1] "Acquired abnormal hair pattern" #> #> #> $`acquired color blindness` #> $`acquired color blindness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13912" #> #> $`acquired color blindness`$`_id` #> [1] "DOID_13912<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`acquired color blindness`$privateGeneCount #> [1] 0 #> #> $`acquired color blindness`$publicGeneCount #> [1] 6 #> #> $`acquired color blindness`$urlId #> [1] "DOID_13912" #> #> $`acquired color blindness`$dbPhenotype #> [1] TRUE #> #> $`acquired color blindness`$`_parent` #> [1] "DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`acquired color blindness`$`_is_leaf` #> [1] TRUE #> #> $`acquired color blindness`$children #> list() #> #> $`acquired color blindness`$value #> [1] "acquired color blindness" #> #> #> $`acquired immunodeficiency syndrome` #> $`acquired immunodeficiency syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_635" #> #> $`acquired immunodeficiency syndrome`$`_id` #> [1] "DOID_635<DOID_526<DOID_934<DOID_0050117<DOID_4" #> #> $`acquired immunodeficiency syndrome`$privateGeneCount #> [1] 0 #> #> $`acquired immunodeficiency syndrome`$publicGeneCount #> [1] 22 #> #> $`acquired immunodeficiency syndrome`$urlId #> [1] "DOID_635" #> #> $`acquired immunodeficiency syndrome`$dbPhenotype #> [1] TRUE #> #> $`acquired immunodeficiency syndrome`$`_parent` #> [1] "DOID_526<DOID_934<DOID_0050117<DOID_4" #> #> $`acquired immunodeficiency syndrome`$`_is_leaf` #> [1] TRUE #> #> $`acquired immunodeficiency syndrome`$children #> list() #> #> $`acquired immunodeficiency syndrome`$value #> [1] "acquired immunodeficiency syndrome" #> #> #> $`acquired metabolic disease` #> $`acquired metabolic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060158" #> #> $`acquired metabolic disease`$`_id` #> [1] "DOID_0060158<DOID_0014667<DOID_4" #> #> $`acquired metabolic disease`$privateGeneCount #> [1] 0 #> #> $`acquired metabolic disease`$publicGeneCount #> [1] 1117 #> #> $`acquired metabolic disease`$urlId #> [1] "DOID_0060158" #> #> $`acquired metabolic disease`$dbPhenotype #> [1] FALSE #> #> $`acquired metabolic disease`$`_parent` #> [1] "DOID_0014667<DOID_4" #> #> $`acquired metabolic disease`$`_is_leaf` #> [1] FALSE #> #> $`acquired metabolic disease`$children #> $`acquired metabolic disease`$children[[1]] #> [1] "DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`acquired metabolic disease`$children[[2]] #> [1] "DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`acquired metabolic disease`$children[[3]] #> [1] "DOID_9969<DOID_0060158<DOID_0014667<DOID_4" #> #> $`acquired metabolic disease`$children[[4]] #> [1] "DOID_12700<DOID_0060158<DOID_0014667<DOID_4" #> #> $`acquired metabolic disease`$children[[5]] #> [1] "DOID_1920<DOID_0060158<DOID_0014667<DOID_4" #> #> $`acquired metabolic disease`$children[[6]] #> [1] "DOID_0050758<DOID_0060158<DOID_0014667<DOID_4" #> #> $`acquired metabolic disease`$children[[7]] #> [1] "DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`acquired metabolic disease`$children[[8]] #> [1] "DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`acquired metabolic disease`$value #> [1] "acquired metabolic disease" #> #> #> $`acrocallosal syndrome` #> $`acrocallosal syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9250" #> #> $`acrocallosal syndrome`$`_id` #> [1] "DOID_9250<DOID_225<DOID_4" #> #> $`acrocallosal syndrome`$privateGeneCount #> [1] 0 #> #> $`acrocallosal syndrome`$publicGeneCount #> [1] 2 #> #> $`acrocallosal syndrome`$urlId #> [1] "DOID_9250" #> #> $`acrocallosal syndrome`$dbPhenotype #> [1] TRUE #> #> $`acrocallosal syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`acrocallosal syndrome`$`_is_leaf` #> [1] TRUE #> #> $`acrocallosal syndrome`$children #> list() #> #> $`acrocallosal syndrome`$value #> [1] "acrocallosal syndrome" #> #> #> $`acrocapitofemoral dysplasia` #> $`acrocapitofemoral dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050604" #> #> $`acrocapitofemoral dysplasia`$`_id` #> [1] "DOID_0050604<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acrocapitofemoral dysplasia`$privateGeneCount #> [1] 0 #> #> $`acrocapitofemoral dysplasia`$publicGeneCount #> [1] 1 #> #> $`acrocapitofemoral dysplasia`$urlId #> [1] "DOID_0050604" #> #> $`acrocapitofemoral dysplasia`$dbPhenotype #> [1] TRUE #> #> $`acrocapitofemoral dysplasia`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acrocapitofemoral dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`acrocapitofemoral dysplasia`$children #> list() #> #> $`acrocapitofemoral dysplasia`$value #> [1] "acrocapitofemoral dysplasia" #> #> #> $`acrocapitofemoral dysplasia` #> $`acrocapitofemoral dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050604" #> #> $`acrocapitofemoral dysplasia`$`_id` #> [1] "DOID_0050604<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acrocapitofemoral dysplasia`$privateGeneCount #> [1] 0 #> #> $`acrocapitofemoral dysplasia`$publicGeneCount #> [1] 1 #> #> $`acrocapitofemoral dysplasia`$urlId #> [1] "DOID_0050604" #> #> $`acrocapitofemoral dysplasia`$dbPhenotype #> [1] TRUE #> #> $`acrocapitofemoral dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acrocapitofemoral dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`acrocapitofemoral dysplasia`$children #> list() #> #> $`acrocapitofemoral dysplasia`$value #> [1] "acrocapitofemoral dysplasia" #> #> #> $acrocephalosyndactylia #> $acrocephalosyndactylia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12960" #> #> $acrocephalosyndactylia$`_id` #> [1] "DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $acrocephalosyndactylia$privateGeneCount #> [1] 0 #> #> $acrocephalosyndactylia$publicGeneCount #> [1] 6 #> #> $acrocephalosyndactylia$urlId #> [1] "DOID_12960" #> #> $acrocephalosyndactylia$dbPhenotype #> [1] TRUE #> #> $acrocephalosyndactylia$`_parent` #> [1] "DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $acrocephalosyndactylia$`_is_leaf` #> [1] FALSE #> #> $acrocephalosyndactylia$children #> $acrocephalosyndactylia$children[[1]] #> [1] "DOID_0060234<DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $acrocephalosyndactylia$children[[2]] #> [1] "DOID_14761<DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $acrocephalosyndactylia$children[[3]] #> [1] "DOID_14705<DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $acrocephalosyndactylia$children[[4]] #> [1] "DOID_14768<DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $acrocephalosyndactylia$value #> [1] "acrocephalosyndactylia" #> #> #> $acrodermatitis #> $acrodermatitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2722" #> #> $acrodermatitis$`_id` #> [1] "DOID_2722<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $acrodermatitis$privateGeneCount #> [1] 0 #> #> $acrodermatitis$publicGeneCount #> [1] 2 #> #> $acrodermatitis$urlId #> [1] "DOID_2722" #> #> $acrodermatitis$dbPhenotype #> [1] TRUE #> #> $acrodermatitis$`_parent` #> [1] "DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $acrodermatitis$`_is_leaf` #> [1] TRUE #> #> $acrodermatitis$children #> list() #> #> $acrodermatitis$value #> [1] "acrodermatitis" #> #> #> $`acrodermatitis enteropathica` #> $`acrodermatitis enteropathica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050605" #> #> $`acrodermatitis enteropathica`$`_id` #> [1] "DOID_0050605<DOID_630<DOID_4" #> #> $`acrodermatitis enteropathica`$privateGeneCount #> [1] 0 #> #> $`acrodermatitis enteropathica`$publicGeneCount #> [1] 1 #> #> $`acrodermatitis enteropathica`$urlId #> [1] "DOID_0050605" #> #> $`acrodermatitis enteropathica`$dbPhenotype #> [1] TRUE #> #> $`acrodermatitis enteropathica`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`acrodermatitis enteropathica`$`_is_leaf` #> [1] TRUE #> #> $`acrodermatitis enteropathica`$children #> list() #> #> $`acrodermatitis enteropathica`$value #> [1] "acrodermatitis enteropathica" #> #> #> $`acrodermatitis enteropathica` #> $`acrodermatitis enteropathica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050605" #> #> $`acrodermatitis enteropathica`$`_id` #> [1] "DOID_0050605<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`acrodermatitis enteropathica`$privateGeneCount #> [1] 0 #> #> $`acrodermatitis enteropathica`$publicGeneCount #> [1] 1 #> #> $`acrodermatitis enteropathica`$urlId #> [1] "DOID_0050605" #> #> $`acrodermatitis enteropathica`$dbPhenotype #> [1] TRUE #> #> $`acrodermatitis enteropathica`$`_parent` #> [1] "DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`acrodermatitis enteropathica`$`_is_leaf` #> [1] TRUE #> #> $`acrodermatitis enteropathica`$children #> list() #> #> $`acrodermatitis enteropathica`$value #> [1] "acrodermatitis enteropathica" #> #> #> $acrodysostosis #> $acrodysostosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14669" #> #> $acrodysostosis$`_id` #> [1] "DOID_14669<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $acrodysostosis$privateGeneCount #> [1] 0 #> #> $acrodysostosis$publicGeneCount #> [1] 2 #> #> $acrodysostosis$urlId #> [1] "DOID_14669" #> #> $acrodysostosis$dbPhenotype #> [1] TRUE #> #> $acrodysostosis$`_parent` #> [1] "DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $acrodysostosis$`_is_leaf` #> [1] TRUE #> #> $acrodysostosis$children #> list() #> #> $acrodysostosis$value #> [1] "acrodysostosis" #> #> #> $`acrofacial dysostosis` #> $`acrofacial dysostosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060379" #> #> $`acrofacial dysostosis`$`_id` #> [1] "DOID_0060379<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acrofacial dysostosis`$privateGeneCount #> [1] 0 #> #> $`acrofacial dysostosis`$publicGeneCount #> [1] 2 #> #> $`acrofacial dysostosis`$urlId #> [1] "DOID_0060379" #> #> $`acrofacial dysostosis`$dbPhenotype #> [1] FALSE #> #> $`acrofacial dysostosis`$`_parent` #> [1] "DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acrofacial dysostosis`$`_is_leaf` #> [1] FALSE #> #> $`acrofacial dysostosis`$children #> $`acrofacial dysostosis`$children[[1]] #> [1] "DOID_0060353<DOID_0060379<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acrofacial dysostosis`$children[[2]] #> [1] "DOID_5768<DOID_0060379<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`acrofacial dysostosis`$value #> [1] "acrofacial dysostosis" #> #> #> $`acrofacial dysostosis Cincinnati type` #> $`acrofacial dysostosis Cincinnati type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060353" #> #> $`acrofacial dysostosis Cincinnati type`$`_id` #> [1] "DOID_0060353<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acrofacial dysostosis Cincinnati type`$privateGeneCount #> [1] 0 #> #> $`acrofacial dysostosis Cincinnati type`$publicGeneCount #> [1] 1 #> #> $`acrofacial dysostosis Cincinnati type`$urlId #> [1] "DOID_0060353" #> #> $`acrofacial dysostosis Cincinnati type`$dbPhenotype #> [1] TRUE #> #> $`acrofacial dysostosis Cincinnati type`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acrofacial dysostosis Cincinnati type`$`_is_leaf` #> [1] TRUE #> #> $`acrofacial dysostosis Cincinnati type`$children #> list() #> #> $`acrofacial dysostosis Cincinnati type`$value #> [1] "acrofacial dysostosis Cincinnati type" #> #> #> $`acrofacial dysostosis Cincinnati type` #> $`acrofacial dysostosis Cincinnati type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060353" #> #> $`acrofacial dysostosis Cincinnati type`$`_id` #> [1] "DOID_0060353<DOID_0060379<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acrofacial dysostosis Cincinnati type`$privateGeneCount #> [1] 0 #> #> $`acrofacial dysostosis Cincinnati type`$publicGeneCount #> [1] 1 #> #> $`acrofacial dysostosis Cincinnati type`$urlId #> [1] "DOID_0060353" #> #> $`acrofacial dysostosis Cincinnati type`$dbPhenotype #> [1] TRUE #> #> $`acrofacial dysostosis Cincinnati type`$`_parent` #> [1] "DOID_0060379<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acrofacial dysostosis Cincinnati type`$`_is_leaf` #> [1] TRUE #> #> $`acrofacial dysostosis Cincinnati type`$children #> list() #> #> $`acrofacial dysostosis Cincinnati type`$value #> [1] "acrofacial dysostosis Cincinnati type" #> #> #> $`acrokeratosis verruciformis` #> $`acrokeratosis verruciformis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050606" #> #> $`acrokeratosis verruciformis`$`_id` #> [1] "DOID_0050606<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acrokeratosis verruciformis`$privateGeneCount #> [1] 0 #> #> $`acrokeratosis verruciformis`$publicGeneCount #> [1] 1 #> #> $`acrokeratosis verruciformis`$urlId #> [1] "DOID_0050606" #> #> $`acrokeratosis verruciformis`$dbPhenotype #> [1] TRUE #> #> $`acrokeratosis verruciformis`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acrokeratosis verruciformis`$`_is_leaf` #> [1] TRUE #> #> $`acrokeratosis verruciformis`$children #> list() #> #> $`acrokeratosis verruciformis`$value #> [1] "acrokeratosis verruciformis" #> #> #> $`acrokeratosis verruciformis` #> $`acrokeratosis verruciformis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050606" #> #> $`acrokeratosis verruciformis`$`_id` #> [1] "DOID_0050606<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`acrokeratosis verruciformis`$privateGeneCount #> [1] 0 #> #> $`acrokeratosis verruciformis`$publicGeneCount #> [1] 1 #> #> $`acrokeratosis verruciformis`$urlId #> [1] "DOID_0050606" #> #> $`acrokeratosis verruciformis`$dbPhenotype #> [1] TRUE #> #> $`acrokeratosis verruciformis`$`_parent` #> [1] "DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`acrokeratosis verruciformis`$`_is_leaf` #> [1] TRUE #> #> $`acrokeratosis verruciformis`$children #> list() #> #> $`acrokeratosis verruciformis`$value #> [1] "acrokeratosis verruciformis" #> #> #> $acromegaly #> $acromegaly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2449" #> #> $acromegaly$`_id` #> [1] "DOID_2449<DOID_2444<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $acromegaly$privateGeneCount #> [1] 0 #> #> $acromegaly$publicGeneCount #> [1] 3 #> #> $acromegaly$urlId #> [1] "DOID_2449" #> #> $acromegaly$dbPhenotype #> [1] TRUE #> #> $acromegaly$`_parent` #> [1] "DOID_2444<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $acromegaly$`_is_leaf` #> [1] TRUE #> #> $acromegaly$children #> list() #> #> $acromegaly$value #> [1] "acromegaly" #> #> #> $`acromelic frontonasal dysostosis` #> $`acromelic frontonasal dysostosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060342" #> #> $`acromelic frontonasal dysostosis`$`_id` #> [1] "DOID_0060342<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromelic frontonasal dysostosis`$privateGeneCount #> [1] 0 #> #> $`acromelic frontonasal dysostosis`$publicGeneCount #> [1] 1 #> #> $`acromelic frontonasal dysostosis`$urlId #> [1] "DOID_0060342" #> #> $`acromelic frontonasal dysostosis`$dbPhenotype #> [1] TRUE #> #> $`acromelic frontonasal dysostosis`$`_parent` #> [1] "DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromelic frontonasal dysostosis`$`_is_leaf` #> [1] TRUE #> #> $`acromelic frontonasal dysostosis`$children #> list() #> #> $`acromelic frontonasal dysostosis`$value #> [1] "acromelic frontonasal dysostosis" #> #> #> $`acromesomelic dysplasia` #> $`acromesomelic dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080049" #> #> $`acromesomelic dysplasia`$`_id` #> [1] "DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia`$privateGeneCount #> [1] 0 #> #> $`acromesomelic dysplasia`$publicGeneCount #> [1] 2 #> #> $`acromesomelic dysplasia`$urlId #> [1] "DOID_0080049" #> #> $`acromesomelic dysplasia`$dbPhenotype #> [1] FALSE #> #> $`acromesomelic dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia`$`_is_leaf` #> [1] FALSE #> #> $`acromesomelic dysplasia`$children #> $`acromesomelic dysplasia`$children[[1]] #> [1] "DOID_0080052<DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia`$children[[2]] #> [1] "DOID_0080051<DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia`$children[[3]] #> [1] "DOID_0080050<DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`acromesomelic dysplasia`$value #> [1] "acromesomelic dysplasia" #> #> #> $`acromesomelic dysplasia, Grebe type` #> $`acromesomelic dysplasia, Grebe type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080052" #> #> $`acromesomelic dysplasia, Grebe type`$`_id` #> [1] "DOID_0080052<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acromesomelic dysplasia, Grebe type`$privateGeneCount #> [1] 0 #> #> $`acromesomelic dysplasia, Grebe type`$publicGeneCount #> [1] 1 #> #> $`acromesomelic dysplasia, Grebe type`$urlId #> [1] "DOID_0080052" #> #> $`acromesomelic dysplasia, Grebe type`$dbPhenotype #> [1] TRUE #> #> $`acromesomelic dysplasia, Grebe type`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acromesomelic dysplasia, Grebe type`$`_is_leaf` #> [1] TRUE #> #> $`acromesomelic dysplasia, Grebe type`$children #> list() #> #> $`acromesomelic dysplasia, Grebe type`$value #> [1] "acromesomelic dysplasia, Grebe type" #> #> #> $`acromesomelic dysplasia, Grebe type` #> $`acromesomelic dysplasia, Grebe type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080052" #> #> $`acromesomelic dysplasia, Grebe type`$`_id` #> [1] "DOID_0080052<DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia, Grebe type`$privateGeneCount #> [1] 0 #> #> $`acromesomelic dysplasia, Grebe type`$publicGeneCount #> [1] 1 #> #> $`acromesomelic dysplasia, Grebe type`$urlId #> [1] "DOID_0080052" #> #> $`acromesomelic dysplasia, Grebe type`$dbPhenotype #> [1] TRUE #> #> $`acromesomelic dysplasia, Grebe type`$`_parent` #> [1] "DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia, Grebe type`$`_is_leaf` #> [1] TRUE #> #> $`acromesomelic dysplasia, Grebe type`$children #> list() #> #> $`acromesomelic dysplasia, Grebe type`$value #> [1] "acromesomelic dysplasia, Grebe type" #> #> #> $`acromesomelic dysplasia, Hunter-Thompson type` #> $`acromesomelic dysplasia, Hunter-Thompson type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080051" #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$`_id` #> [1] "DOID_0080051<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$privateGeneCount #> [1] 0 #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$publicGeneCount #> [1] 1 #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$urlId #> [1] "DOID_0080051" #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$dbPhenotype #> [1] TRUE #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$`_is_leaf` #> [1] TRUE #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$children #> list() #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$value #> [1] "acromesomelic dysplasia, Hunter-Thompson type" #> #> #> $`acromesomelic dysplasia, Hunter-Thompson type` #> $`acromesomelic dysplasia, Hunter-Thompson type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080051" #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$`_id` #> [1] "DOID_0080051<DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$privateGeneCount #> [1] 0 #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$publicGeneCount #> [1] 1 #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$urlId #> [1] "DOID_0080051" #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$dbPhenotype #> [1] TRUE #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$`_parent` #> [1] "DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$`_is_leaf` #> [1] TRUE #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$children #> list() #> #> $`acromesomelic dysplasia, Hunter-Thompson type`$value #> [1] "acromesomelic dysplasia, Hunter-Thompson type" #> #> #> $`acromesomelic dysplasia, Maroteaux type` #> $`acromesomelic dysplasia, Maroteaux type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080050" #> #> $`acromesomelic dysplasia, Maroteaux type`$`_id` #> [1] "DOID_0080050<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acromesomelic dysplasia, Maroteaux type`$privateGeneCount #> [1] 0 #> #> $`acromesomelic dysplasia, Maroteaux type`$publicGeneCount #> [1] 1 #> #> $`acromesomelic dysplasia, Maroteaux type`$urlId #> [1] "DOID_0080050" #> #> $`acromesomelic dysplasia, Maroteaux type`$dbPhenotype #> [1] TRUE #> #> $`acromesomelic dysplasia, Maroteaux type`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`acromesomelic dysplasia, Maroteaux type`$`_is_leaf` #> [1] TRUE #> #> $`acromesomelic dysplasia, Maroteaux type`$children #> list() #> #> $`acromesomelic dysplasia, Maroteaux type`$value #> [1] "acromesomelic dysplasia, Maroteaux type" #> #> #> $`acromesomelic dysplasia, Maroteaux type` #> $`acromesomelic dysplasia, Maroteaux type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080050" #> #> $`acromesomelic dysplasia, Maroteaux type`$`_id` #> [1] "DOID_0080050<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia, Maroteaux type`$privateGeneCount #> [1] 0 #> #> $`acromesomelic dysplasia, Maroteaux type`$publicGeneCount #> [1] 1 #> #> $`acromesomelic dysplasia, Maroteaux type`$urlId #> [1] "DOID_0080050" #> #> $`acromesomelic dysplasia, Maroteaux type`$dbPhenotype #> [1] TRUE #> #> $`acromesomelic dysplasia, Maroteaux type`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia, Maroteaux type`$`_is_leaf` #> [1] TRUE #> #> $`acromesomelic dysplasia, Maroteaux type`$children #> list() #> #> $`acromesomelic dysplasia, Maroteaux type`$value #> [1] "acromesomelic dysplasia, Maroteaux type" #> #> #> $`acromesomelic dysplasia, Maroteaux type` #> $`acromesomelic dysplasia, Maroteaux type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080050" #> #> $`acromesomelic dysplasia, Maroteaux type`$`_id` #> [1] "DOID_0080050<DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia, Maroteaux type`$privateGeneCount #> [1] 0 #> #> $`acromesomelic dysplasia, Maroteaux type`$publicGeneCount #> [1] 1 #> #> $`acromesomelic dysplasia, Maroteaux type`$urlId #> [1] "DOID_0080050" #> #> $`acromesomelic dysplasia, Maroteaux type`$dbPhenotype #> [1] TRUE #> #> $`acromesomelic dysplasia, Maroteaux type`$`_parent` #> [1] "DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`acromesomelic dysplasia, Maroteaux type`$`_is_leaf` #> [1] TRUE #> #> $`acromesomelic dysplasia, Maroteaux type`$children #> list() #> #> $`acromesomelic dysplasia, Maroteaux type`$value #> [1] "acromesomelic dysplasia, Maroteaux type" #> #> #> $`ACTH-secreting pituitary adenoma` #> $`ACTH-secreting pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7004" #> #> $`ACTH-secreting pituitary adenoma`$`_id` #> [1] "DOID_7004<DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`ACTH-secreting pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`ACTH-secreting pituitary adenoma`$publicGeneCount #> [1] 3 #> #> $`ACTH-secreting pituitary adenoma`$urlId #> [1] "DOID_7004" #> #> $`ACTH-secreting pituitary adenoma`$dbPhenotype #> [1] TRUE #> #> $`ACTH-secreting pituitary adenoma`$`_parent` #> [1] "DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`ACTH-secreting pituitary adenoma`$`_is_leaf` #> [1] TRUE #> #> $`ACTH-secreting pituitary adenoma`$children #> list() #> #> $`ACTH-secreting pituitary adenoma`$value #> [1] "ACTH-secreting pituitary adenoma" #> #> #> $`ACTH-secreting pituitary adenoma` #> $`ACTH-secreting pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7004" #> #> $`ACTH-secreting pituitary adenoma`$`_id` #> [1] "DOID_7004<DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`ACTH-secreting pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`ACTH-secreting pituitary adenoma`$publicGeneCount #> [1] 3 #> #> $`ACTH-secreting pituitary adenoma`$urlId #> [1] "DOID_7004" #> #> $`ACTH-secreting pituitary adenoma`$dbPhenotype #> [1] TRUE #> #> $`ACTH-secreting pituitary adenoma`$`_parent` #> [1] "DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`ACTH-secreting pituitary adenoma`$`_is_leaf` #> [1] TRUE #> #> $`ACTH-secreting pituitary adenoma`$children #> list() #> #> $`ACTH-secreting pituitary adenoma`$value #> [1] "ACTH-secreting pituitary adenoma" #> #> #> $`ACTH-secreting pituitary adenoma` #> $`ACTH-secreting pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7004" #> #> $`ACTH-secreting pituitary adenoma`$`_id` #> [1] "DOID_7004<DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`ACTH-secreting pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`ACTH-secreting pituitary adenoma`$publicGeneCount #> [1] 3 #> #> $`ACTH-secreting pituitary adenoma`$urlId #> [1] "DOID_7004" #> #> $`ACTH-secreting pituitary adenoma`$dbPhenotype #> [1] TRUE #> #> $`ACTH-secreting pituitary adenoma`$`_parent` #> [1] "DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`ACTH-secreting pituitary adenoma`$`_is_leaf` #> [1] TRUE #> #> $`ACTH-secreting pituitary adenoma`$children #> list() #> #> $`ACTH-secreting pituitary adenoma`$value #> [1] "ACTH-secreting pituitary adenoma" #> #> #> $`actinic keratosis` #> $`actinic keratosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8866" #> #> $`actinic keratosis`$`_id` #> [1] "DOID_8866<DOID_0060071<DOID_14566<DOID_4" #> #> $`actinic keratosis`$privateGeneCount #> [1] 0 #> #> $`actinic keratosis`$publicGeneCount #> [1] 2 #> #> $`actinic keratosis`$urlId #> [1] "DOID_8866" #> #> $`actinic keratosis`$dbPhenotype #> [1] TRUE #> #> $`actinic keratosis`$`_parent` #> [1] "DOID_0060071<DOID_14566<DOID_4" #> #> $`actinic keratosis`$`_is_leaf` #> [1] TRUE #> #> $`actinic keratosis`$children #> list() #> #> $`actinic keratosis`$value #> [1] "actinic keratosis" #> #> #> $`Acute colitis` #> $`Acute colitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100282" #> #> $`Acute colitis`$`_id` #> [1] "HP_0100282<HP_0002583<HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Acute colitis`$privateGeneCount #> [1] 0 #> #> $`Acute colitis`$publicGeneCount #> [1] 3 #> #> $`Acute colitis`$urlId #> [1] "HP_0100282" #> #> $`Acute colitis`$dbPhenotype #> [1] FALSE #> #> $`Acute colitis`$`_parent` #> [1] "HP_0002583<HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Acute colitis`$`_is_leaf` #> [1] FALSE #> #> $`Acute colitis`$children #> $`Acute colitis`$children[[1]] #> [1] "HP_0004387<HP_0100282<HP_0002583<HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Acute colitis`$value #> [1] "Acute colitis" #> #> #> $`Acute colitis` #> $`Acute colitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100282" #> #> $`Acute colitis`$`_id` #> [1] "HP_0100282<HP_0002583<HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Acute colitis`$privateGeneCount #> [1] 0 #> #> $`Acute colitis`$publicGeneCount #> [1] 3 #> #> $`Acute colitis`$urlId #> [1] "HP_0100282" #> #> $`Acute colitis`$dbPhenotype #> [1] FALSE #> #> $`Acute colitis`$`_parent` #> [1] "HP_0002583<HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Acute colitis`$`_is_leaf` #> [1] FALSE #> #> $`Acute colitis`$children #> $`Acute colitis`$children[[1]] #> [1] "HP_0004387<HP_0100282<HP_0002583<HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Acute colitis`$value #> [1] "Acute colitis" #> #> #> $`acute disseminated encephalomyelitis` #> $`acute disseminated encephalomyelitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_639" #> #> $`acute disseminated encephalomyelitis`$`_id` #> [1] "DOID_639<DOID_640<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`acute disseminated encephalomyelitis`$privateGeneCount #> [1] 0 #> #> $`acute disseminated encephalomyelitis`$publicGeneCount #> [1] 3 #> #> $`acute disseminated encephalomyelitis`$urlId #> [1] "DOID_639" #> #> $`acute disseminated encephalomyelitis`$dbPhenotype #> [1] TRUE #> #> $`acute disseminated encephalomyelitis`$`_parent` #> [1] "DOID_640<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`acute disseminated encephalomyelitis`$`_is_leaf` #> [1] TRUE #> #> $`acute disseminated encephalomyelitis`$children #> list() #> #> $`acute disseminated encephalomyelitis`$value #> [1] "acute disseminated encephalomyelitis" #> #> #> $`Acute encephalopathy` #> $`Acute encephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006846" #> #> $`Acute encephalopathy`$`_id` #> [1] "HP_0006846<HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Acute encephalopathy`$privateGeneCount #> [1] 0 #> #> $`Acute encephalopathy`$publicGeneCount #> [1] 1 #> #> $`Acute encephalopathy`$urlId #> [1] "HP_0006846" #> #> $`Acute encephalopathy`$dbPhenotype #> [1] TRUE #> #> $`Acute encephalopathy`$`_parent` #> [1] "HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Acute encephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`Acute encephalopathy`$children #> list() #> #> $`Acute encephalopathy`$value #> [1] "Acute encephalopathy" #> #> #> $`Acute hepatic failure` #> $`Acute hepatic failure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006554" #> #> $`Acute hepatic failure`$`_id` #> [1] "HP_0006554<HP_0001399<HP_0001410<HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Acute hepatic failure`$privateGeneCount #> [1] 0 #> #> $`Acute hepatic failure`$publicGeneCount #> [1] 23 #> #> $`Acute hepatic failure`$urlId #> [1] "HP_0006554" #> #> $`Acute hepatic failure`$dbPhenotype #> [1] TRUE #> #> $`Acute hepatic failure`$`_parent` #> [1] "HP_0001399<HP_0001410<HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Acute hepatic failure`$`_is_leaf` #> [1] TRUE #> #> $`Acute hepatic failure`$children #> list() #> #> $`Acute hepatic failure`$value #> [1] "Acute hepatic failure" #> #> #> $`acute inflammation of lacrimal passage` #> $`acute inflammation of lacrimal passage`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6970" #> #> $`acute inflammation of lacrimal passage`$`_id` #> [1] "DOID_6970<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`acute inflammation of lacrimal passage`$privateGeneCount #> [1] 0 #> #> $`acute inflammation of lacrimal passage`$publicGeneCount #> [1] 1 #> #> $`acute inflammation of lacrimal passage`$urlId #> [1] "DOID_6970" #> #> $`acute inflammation of lacrimal passage`$dbPhenotype #> [1] FALSE #> #> $`acute inflammation of lacrimal passage`$`_parent` #> [1] "DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`acute inflammation of lacrimal passage`$`_is_leaf` #> [1] FALSE #> #> $`acute inflammation of lacrimal passage`$children #> $`acute inflammation of lacrimal passage`$children[[1]] #> [1] "DOID_9938<DOID_6970<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`acute inflammation of lacrimal passage`$value #> [1] "acute inflammation of lacrimal passage" #> #> #> $`acute intermittent porphyria` #> $`acute intermittent porphyria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3890" #> #> $`acute intermittent porphyria`$`_id` #> [1] "DOID_3890<DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`acute intermittent porphyria`$privateGeneCount #> [1] 0 #> #> $`acute intermittent porphyria`$publicGeneCount #> [1] 1 #> #> $`acute intermittent porphyria`$urlId #> [1] "DOID_3890" #> #> $`acute intermittent porphyria`$dbPhenotype #> [1] TRUE #> #> $`acute intermittent porphyria`$`_parent` #> [1] "DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`acute intermittent porphyria`$`_is_leaf` #> [1] TRUE #> #> $`acute intermittent porphyria`$children #> list() #> #> $`acute intermittent porphyria`$value #> [1] "acute intermittent porphyria" #> #> #> $`acute kidney failure` #> $`acute kidney failure`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3021" #> #> $`acute kidney failure`$`_id` #> [1] "DOID_3021<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`acute kidney failure`$privateGeneCount #> [1] 0 #> #> $`acute kidney failure`$publicGeneCount #> [1] 7 #> #> $`acute kidney failure`$urlId #> [1] "DOID_3021" #> #> $`acute kidney failure`$dbPhenotype #> [1] FALSE #> #> $`acute kidney failure`$`_parent` #> [1] "DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`acute kidney failure`$`_is_leaf` #> [1] FALSE #> #> $`acute kidney failure`$children #> $`acute kidney failure`$children[[1]] #> [1] "DOID_12556<DOID_3021<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`acute kidney failure`$children[[2]] #> [1] "DOID_11823<DOID_3021<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`acute kidney failure`$value #> [1] "acute kidney failure" #> #> #> $`Acute kidney injury` #> $`Acute kidney injury`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001919" #> #> $`Acute kidney injury`$`_id` #> [1] "HP_0001919<HP_0000083<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Acute kidney injury`$privateGeneCount #> [1] 0 #> #> $`Acute kidney injury`$publicGeneCount #> [1] 77 #> #> $`Acute kidney injury`$urlId #> [1] "HP_0001919" #> #> $`Acute kidney injury`$dbPhenotype #> [1] TRUE #> #> $`Acute kidney injury`$`_parent` #> [1] "HP_0000083<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Acute kidney injury`$`_is_leaf` #> [1] TRUE #> #> $`Acute kidney injury`$children #> list() #> #> $`Acute kidney injury`$value #> [1] "Acute kidney injury" #> #> #> $`Acute kidney injury` #> $`Acute kidney injury`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001919" #> #> $`Acute kidney injury`$`_id` #> [1] "HP_0001919<HP_0000083<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Acute kidney injury`$privateGeneCount #> [1] 0 #> #> $`Acute kidney injury`$publicGeneCount #> [1] 77 #> #> $`Acute kidney injury`$urlId #> [1] "HP_0001919" #> #> $`Acute kidney injury`$dbPhenotype #> [1] TRUE #> #> $`Acute kidney injury`$`_parent` #> [1] "HP_0000083<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Acute kidney injury`$`_is_leaf` #> [1] TRUE #> #> $`Acute kidney injury`$children #> list() #> #> $`Acute kidney injury`$value #> [1] "Acute kidney injury" #> #> #> $`acute kidney tubular necrosis` #> $`acute kidney tubular necrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12556" #> #> $`acute kidney tubular necrosis`$`_id` #> [1] "DOID_12556<DOID_3021<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`acute kidney tubular necrosis`$privateGeneCount #> [1] 0 #> #> $`acute kidney tubular necrosis`$publicGeneCount #> [1] 5 #> #> $`acute kidney tubular necrosis`$urlId #> [1] "DOID_12556" #> #> $`acute kidney tubular necrosis`$dbPhenotype #> [1] TRUE #> #> $`acute kidney tubular necrosis`$`_parent` #> [1] "DOID_3021<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`acute kidney tubular necrosis`$`_is_leaf` #> [1] TRUE #> #> $`acute kidney tubular necrosis`$children #> list() #> #> $`acute kidney tubular necrosis`$value #> [1] "acute kidney tubular necrosis" #> #> #> $`acute leukemia` #> $`acute leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12603" #> #> $`acute leukemia`$`_id` #> [1] "DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute leukemia`$privateGeneCount #> [1] 0 #> #> $`acute leukemia`$publicGeneCount #> [1] 50 #> #> $`acute leukemia`$urlId #> [1] "DOID_12603" #> #> $`acute leukemia`$dbPhenotype #> [1] FALSE #> #> $`acute leukemia`$`_parent` #> [1] "DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute leukemia`$`_is_leaf` #> [1] FALSE #> #> $`acute leukemia`$children #> $`acute leukemia`$children[[1]] #> [1] "DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute leukemia`$children[[2]] #> [1] "DOID_9953<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`acute leukemia`$value #> [1] "acute leukemia" #> #> #> $`acute leukemia` #> $`acute leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12603" #> #> $`acute leukemia`$`_id` #> [1] "DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute leukemia`$privateGeneCount #> [1] 0 #> #> $`acute leukemia`$publicGeneCount #> [1] 50 #> #> $`acute leukemia`$urlId #> [1] "DOID_12603" #> #> $`acute leukemia`$dbPhenotype #> [1] FALSE #> #> $`acute leukemia`$`_parent` #> [1] "DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute leukemia`$`_is_leaf` #> [1] FALSE #> #> $`acute leukemia`$children #> $`acute leukemia`$children[[1]] #> [1] "DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute leukemia`$children[[2]] #> [1] "DOID_9953<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`acute leukemia`$value #> [1] "acute leukemia" #> #> #> $`acute lymphoblastic leukemia` #> $`acute lymphoblastic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9952" #> #> $`acute lymphoblastic leukemia`$`_id` #> [1] "DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute lymphoblastic leukemia`$privateGeneCount #> [1] 0 #> #> $`acute lymphoblastic leukemia`$publicGeneCount #> [1] 49 #> #> $`acute lymphoblastic leukemia`$urlId #> [1] "DOID_9952" #> #> $`acute lymphoblastic leukemia`$dbPhenotype #> [1] TRUE #> #> $`acute lymphoblastic leukemia`$`_parent` #> [1] "DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute lymphoblastic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`acute lymphoblastic leukemia`$children #> $`acute lymphoblastic leukemia`$children[[1]] #> [1] "DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`acute lymphoblastic leukemia`$value #> [1] "acute lymphoblastic leukemia" #> #> #> $`acute lymphoblastic leukemia` #> $`acute lymphoblastic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9952" #> #> $`acute lymphoblastic leukemia`$`_id` #> [1] "DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute lymphoblastic leukemia`$privateGeneCount #> [1] 0 #> #> $`acute lymphoblastic leukemia`$publicGeneCount #> [1] 49 #> #> $`acute lymphoblastic leukemia`$urlId #> [1] "DOID_9952" #> #> $`acute lymphoblastic leukemia`$dbPhenotype #> [1] TRUE #> #> $`acute lymphoblastic leukemia`$`_parent` #> [1] "DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute lymphoblastic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`acute lymphoblastic leukemia`$children #> $`acute lymphoblastic leukemia`$children[[1]] #> [1] "DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`acute lymphoblastic leukemia`$value #> [1] "acute lymphoblastic leukemia" #> #> #> $`acute monocytic leukemia` #> $`acute monocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8864" #> #> $`acute monocytic leukemia`$`_id` #> [1] "DOID_8864<DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute monocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`acute monocytic leukemia`$publicGeneCount #> [1] 3 #> #> $`acute monocytic leukemia`$urlId #> [1] "DOID_8864" #> #> $`acute monocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`acute monocytic leukemia`$`_parent` #> [1] "DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute monocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`acute monocytic leukemia`$children #> list() #> #> $`acute monocytic leukemia`$value #> [1] "acute monocytic leukemia" #> #> #> $`acute monocytic leukemia` #> $`acute monocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8864" #> #> $`acute monocytic leukemia`$`_id` #> [1] "DOID_8864<DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute monocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`acute monocytic leukemia`$publicGeneCount #> [1] 3 #> #> $`acute monocytic leukemia`$urlId #> [1] "DOID_8864" #> #> $`acute monocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`acute monocytic leukemia`$`_parent` #> [1] "DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute monocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`acute monocytic leukemia`$children #> list() #> #> $`acute monocytic leukemia`$value #> [1] "acute monocytic leukemia" #> #> #> $`acute myeloid leukemia` #> $`acute myeloid leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9119" #> #> $`acute myeloid leukemia`$`_id` #> [1] "DOID_9119<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute myeloid leukemia`$privateGeneCount #> [1] 0 #> #> $`acute myeloid leukemia`$publicGeneCount #> [1] 129 #> #> $`acute myeloid leukemia`$urlId #> [1] "DOID_9119" #> #> $`acute myeloid leukemia`$dbPhenotype #> [1] TRUE #> #> $`acute myeloid leukemia`$`_parent` #> [1] "DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute myeloid leukemia`$`_is_leaf` #> [1] FALSE #> #> $`acute myeloid leukemia`$children #> $`acute myeloid leukemia`$children[[1]] #> [1] "DOID_0060318<DOID_9119<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`acute myeloid leukemia`$value #> [1] "acute myeloid leukemia" #> #> #> $`acute myeloid leukemia` #> $`acute myeloid leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9119" #> #> $`acute myeloid leukemia`$`_id` #> [1] "DOID_9119<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute myeloid leukemia`$privateGeneCount #> [1] 0 #> #> $`acute myeloid leukemia`$publicGeneCount #> [1] 129 #> #> $`acute myeloid leukemia`$urlId #> [1] "DOID_9119" #> #> $`acute myeloid leukemia`$dbPhenotype #> [1] TRUE #> #> $`acute myeloid leukemia`$`_parent` #> [1] "DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute myeloid leukemia`$`_is_leaf` #> [1] FALSE #> #> $`acute myeloid leukemia`$children #> $`acute myeloid leukemia`$children[[1]] #> [1] "DOID_0060318<DOID_9119<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`acute myeloid leukemia`$value #> [1] "acute myeloid leukemia" #> #> #> $`acute pancreatitis` #> $`acute pancreatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2913" #> #> $`acute pancreatitis`$`_id` #> [1] "DOID_2913<DOID_4989<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`acute pancreatitis`$privateGeneCount #> [1] 0 #> #> $`acute pancreatitis`$publicGeneCount #> [1] 1 #> #> $`acute pancreatitis`$urlId #> [1] "DOID_2913" #> #> $`acute pancreatitis`$dbPhenotype #> [1] TRUE #> #> $`acute pancreatitis`$`_parent` #> [1] "DOID_4989<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`acute pancreatitis`$`_is_leaf` #> [1] TRUE #> #> $`acute pancreatitis`$children #> list() #> #> $`acute pancreatitis`$value #> [1] "acute pancreatitis" #> #> #> $`acute porphyria` #> $`acute porphyria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3133" #> #> $`acute porphyria`$`_id` #> [1] "DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`acute porphyria`$privateGeneCount #> [1] 0 #> #> $`acute porphyria`$publicGeneCount #> [1] 12 #> #> $`acute porphyria`$urlId #> [1] "DOID_3133" #> #> $`acute porphyria`$dbPhenotype #> [1] TRUE #> #> $`acute porphyria`$`_parent` #> [1] "DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`acute porphyria`$`_is_leaf` #> [1] FALSE #> #> $`acute porphyria`$children #> $`acute porphyria`$children[[1]] #> [1] "DOID_3890<DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`acute porphyria`$children[[2]] #> [1] "DOID_13270<DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`acute porphyria`$children[[3]] #> [1] "DOID_13269<DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`acute porphyria`$children[[4]] #> [1] "DOID_3132<DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`acute porphyria`$children[[5]] #> [1] "DOID_4346<DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> #> $`acute porphyria`$value #> [1] "acute porphyria" #> #> #> $`acute promyelocytic leukemia` #> $`acute promyelocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060318" #> #> $`acute promyelocytic leukemia`$`_id` #> [1] "DOID_0060318<DOID_9119<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute promyelocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`acute promyelocytic leukemia`$publicGeneCount #> [1] 2 #> #> $`acute promyelocytic leukemia`$urlId #> [1] "DOID_0060318" #> #> $`acute promyelocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`acute promyelocytic leukemia`$`_parent` #> [1] "DOID_9119<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`acute promyelocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`acute promyelocytic leukemia`$children #> list() #> #> $`acute promyelocytic leukemia`$value #> [1] "acute promyelocytic leukemia" #> #> #> $`acute promyelocytic leukemia` #> $`acute promyelocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060318" #> #> $`acute promyelocytic leukemia`$`_id` #> [1] "DOID_0060318<DOID_9119<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute promyelocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`acute promyelocytic leukemia`$publicGeneCount #> [1] 2 #> #> $`acute promyelocytic leukemia`$urlId #> [1] "DOID_0060318" #> #> $`acute promyelocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`acute promyelocytic leukemia`$`_parent` #> [1] "DOID_9119<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`acute promyelocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`acute promyelocytic leukemia`$children #> list() #> #> $`acute promyelocytic leukemia`$value #> [1] "acute promyelocytic leukemia" #> #> #> $`acute retinal necrosis syndrome` #> $`acute retinal necrosis syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3611" #> #> $`acute retinal necrosis syndrome`$`_id` #> [1] "DOID_3611<DOID_3612<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`acute retinal necrosis syndrome`$privateGeneCount #> [1] 0 #> #> $`acute retinal necrosis syndrome`$publicGeneCount #> [1] 2 #> #> $`acute retinal necrosis syndrome`$urlId #> [1] "DOID_3611" #> #> $`acute retinal necrosis syndrome`$dbPhenotype #> [1] TRUE #> #> $`acute retinal necrosis syndrome`$`_parent` #> [1] "DOID_3612<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`acute retinal necrosis syndrome`$`_is_leaf` #> [1] TRUE #> #> $`acute retinal necrosis syndrome`$children #> list() #> #> $`acute retinal necrosis syndrome`$value #> [1] "acute retinal necrosis syndrome" #> #> #> $`acute transudative otitis media` #> $`acute transudative otitis media`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3697" #> #> $`acute transudative otitis media`$`_id` #> [1] "DOID_3697<DOID_11180<DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`acute transudative otitis media`$privateGeneCount #> [1] 0 #> #> $`acute transudative otitis media`$publicGeneCount #> [1] 4 #> #> $`acute transudative otitis media`$urlId #> [1] "DOID_3697" #> #> $`acute transudative otitis media`$dbPhenotype #> [1] TRUE #> #> $`acute transudative otitis media`$`_parent` #> [1] "DOID_11180<DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`acute transudative otitis media`$`_is_leaf` #> [1] TRUE #> #> $`acute transudative otitis media`$children #> list() #> #> $`acute transudative otitis media`$value #> [1] "acute transudative otitis media" #> #> #> $`Acute tubulointerstitial nephritis` #> $`Acute tubulointerstitial nephritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004729" #> #> $`Acute tubulointerstitial nephritis`$`_id` #> [1] "HP_0004729<HP_0001970<HP_0001969<HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Acute tubulointerstitial nephritis`$privateGeneCount #> [1] 0 #> #> $`Acute tubulointerstitial nephritis`$publicGeneCount #> [1] 1 #> #> $`Acute tubulointerstitial nephritis`$urlId #> [1] "HP_0004729" #> #> $`Acute tubulointerstitial nephritis`$dbPhenotype #> [1] TRUE #> #> $`Acute tubulointerstitial nephritis`$`_parent` #> [1] "HP_0001970<HP_0001969<HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Acute tubulointerstitial nephritis`$`_is_leaf` #> [1] TRUE #> #> $`Acute tubulointerstitial nephritis`$children #> list() #> #> $`Acute tubulointerstitial nephritis`$value #> [1] "Acute tubulointerstitial nephritis" #> #> #> $`Acute tubulointerstitial nephritis` #> $`Acute tubulointerstitial nephritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004729" #> #> $`Acute tubulointerstitial nephritis`$`_id` #> [1] "HP_0004729<HP_0001970<HP_0001969<HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Acute tubulointerstitial nephritis`$privateGeneCount #> [1] 0 #> #> $`Acute tubulointerstitial nephritis`$publicGeneCount #> [1] 1 #> #> $`Acute tubulointerstitial nephritis`$urlId #> [1] "HP_0004729" #> #> $`Acute tubulointerstitial nephritis`$dbPhenotype #> [1] TRUE #> #> $`Acute tubulointerstitial nephritis`$`_parent` #> [1] "HP_0001970<HP_0001969<HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Acute tubulointerstitial nephritis`$`_is_leaf` #> [1] TRUE #> #> $`Acute tubulointerstitial nephritis`$children #> list() #> #> $`Acute tubulointerstitial nephritis`$value #> [1] "Acute tubulointerstitial nephritis" #> #> #> $`adamantinous craniopharyngioma` #> $`adamantinous craniopharyngioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3846" #> #> $`adamantinous craniopharyngioma`$`_id` #> [1] "DOID_3846<DOID_3840<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`adamantinous craniopharyngioma`$privateGeneCount #> [1] 0 #> #> $`adamantinous craniopharyngioma`$publicGeneCount #> [1] 2 #> #> $`adamantinous craniopharyngioma`$urlId #> [1] "DOID_3846" #> #> $`adamantinous craniopharyngioma`$dbPhenotype #> [1] TRUE #> #> $`adamantinous craniopharyngioma`$`_parent` #> [1] "DOID_3840<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`adamantinous craniopharyngioma`$`_is_leaf` #> [1] TRUE #> #> $`adamantinous craniopharyngioma`$children #> list() #> #> $`adamantinous craniopharyngioma`$value #> [1] "adamantinous craniopharyngioma" #> #> #> $`adamantinous craniopharyngioma` #> $`adamantinous craniopharyngioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3846" #> #> $`adamantinous craniopharyngioma`$`_id` #> [1] "DOID_3846<DOID_3840<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`adamantinous craniopharyngioma`$privateGeneCount #> [1] 0 #> #> $`adamantinous craniopharyngioma`$publicGeneCount #> [1] 2 #> #> $`adamantinous craniopharyngioma`$urlId #> [1] "DOID_3846" #> #> $`adamantinous craniopharyngioma`$dbPhenotype #> [1] TRUE #> #> $`adamantinous craniopharyngioma`$`_parent` #> [1] "DOID_3840<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`adamantinous craniopharyngioma`$`_is_leaf` #> [1] TRUE #> #> $`adamantinous craniopharyngioma`$children #> list() #> #> $`adamantinous craniopharyngioma`$value #> [1] "adamantinous craniopharyngioma" #> #> #> $`adamantinous craniopharyngioma` #> $`adamantinous craniopharyngioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3846" #> #> $`adamantinous craniopharyngioma`$`_id` #> [1] "DOID_3846<DOID_3840<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adamantinous craniopharyngioma`$privateGeneCount #> [1] 0 #> #> $`adamantinous craniopharyngioma`$publicGeneCount #> [1] 2 #> #> $`adamantinous craniopharyngioma`$urlId #> [1] "DOID_3846" #> #> $`adamantinous craniopharyngioma`$dbPhenotype #> [1] TRUE #> #> $`adamantinous craniopharyngioma`$`_parent` #> [1] "DOID_3840<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adamantinous craniopharyngioma`$`_is_leaf` #> [1] TRUE #> #> $`adamantinous craniopharyngioma`$children #> list() #> #> $`adamantinous craniopharyngioma`$value #> [1] "adamantinous craniopharyngioma" #> #> #> $`Adams-Oliver syndrome` #> $`Adams-Oliver syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060227" #> #> $`Adams-Oliver syndrome`$`_id` #> [1] "DOID_0060227<DOID_225<DOID_4" #> #> $`Adams-Oliver syndrome`$privateGeneCount #> [1] 0 #> #> $`Adams-Oliver syndrome`$publicGeneCount #> [1] 6 #> #> $`Adams-Oliver syndrome`$urlId #> [1] "DOID_0060227" #> #> $`Adams-Oliver syndrome`$dbPhenotype #> [1] TRUE #> #> $`Adams-Oliver syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Adams-Oliver syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Adams-Oliver syndrome`$children #> list() #> #> $`Adams-Oliver syndrome`$value #> [1] "Adams-Oliver syndrome" #> #> #> $addiction #> $addiction$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002555" #> #> $addiction$`_id` #> [1] "MP_0002555<MP_0002553<MP_0009745<MP_0004924<MP_0005386<MP_0000001" #> #> $addiction$privateGeneCount #> [1] 0 #> #> $addiction$publicGeneCount #> [1] 21 #> #> $addiction$urlId #> [1] "MP_0002555" #> #> $addiction$dbPhenotype #> [1] TRUE #> #> $addiction$`_parent` #> [1] "MP_0002553<MP_0009745<MP_0004924<MP_0005386<MP_0000001" #> #> $addiction$`_is_leaf` #> [1] TRUE #> #> $addiction$children #> list() #> #> $addiction$value #> [1] "addiction" #> #> #> $`Addison's disease` #> $`Addison's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13774" #> #> $`Addison's disease`$`_id` #> [1] "DOID_13774<DOID_10493<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`Addison's disease`$privateGeneCount #> [1] 0 #> #> $`Addison's disease`$publicGeneCount #> [1] 5 #> #> $`Addison's disease`$urlId #> [1] "DOID_13774" #> #> $`Addison's disease`$dbPhenotype #> [1] TRUE #> #> $`Addison's disease`$`_parent` #> [1] "DOID_10493<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`Addison's disease`$`_is_leaf` #> [1] TRUE #> #> $`Addison's disease`$children #> list() #> #> $`Addison's disease`$value #> [1] "Addison's disease" #> #> #> $`adenine phosphoribosyltransferase deficiency` #> $`adenine phosphoribosyltransferase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060350" #> #> $`adenine phosphoribosyltransferase deficiency`$`_id` #> [1] "DOID_0060350<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`adenine phosphoribosyltransferase deficiency`$privateGeneCount #> [1] 0 #> #> $`adenine phosphoribosyltransferase deficiency`$publicGeneCount #> [1] 1 #> #> $`adenine phosphoribosyltransferase deficiency`$urlId #> [1] "DOID_0060350" #> #> $`adenine phosphoribosyltransferase deficiency`$dbPhenotype #> [1] TRUE #> #> $`adenine phosphoribosyltransferase deficiency`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`adenine phosphoribosyltransferase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`adenine phosphoribosyltransferase deficiency`$children #> list() #> #> $`adenine phosphoribosyltransferase deficiency`$value #> [1] "adenine phosphoribosyltransferase deficiency" #> #> #> $adenocarcinoma #> $adenocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_299" #> #> $adenocarcinoma$`_id` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$privateGeneCount #> [1] 0 #> #> $adenocarcinoma$publicGeneCount #> [1] 272 #> #> $adenocarcinoma$urlId #> [1] "DOID_299" #> #> $adenocarcinoma$dbPhenotype #> [1] TRUE #> #> $adenocarcinoma$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$`_is_leaf` #> [1] FALSE #> #> $adenocarcinoma$children #> $adenocarcinoma$children[[1]] #> [1] "DOID_4896<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$children[[2]] #> [1] "DOID_3458<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$children[[3]] #> [1] "DOID_4468<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$children[[4]] #> [1] "DOID_4914<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$children[[5]] #> [1] "DOID_3717<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$children[[6]] #> [1] "DOID_3910<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$children[[7]] #> [1] "DOID_3030<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$children[[8]] #> [1] "DOID_3713<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$children[[9]] #> [1] "DOID_3493<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$children[[10]] #> [1] "DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $adenocarcinoma$children[[11]] #> [1] "DOID_4929<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $adenocarcinoma$value #> [1] "adenocarcinoma" #> #> #> $adenoma #> $adenoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_657" #> #> $adenoma$`_id` #> [1] "DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $adenoma$privateGeneCount #> [1] 0 #> #> $adenoma$publicGeneCount #> [1] 107 #> #> $adenoma$urlId #> [1] "DOID_657" #> #> $adenoma$dbPhenotype #> [1] TRUE #> #> $adenoma$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $adenoma$`_is_leaf` #> [1] FALSE #> #> $adenoma$children #> $adenoma$children[[1]] #> [1] "DOID_656<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $adenoma$children[[2]] #> [1] "DOID_1618<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $adenoma$children[[3]] #> [1] "DOID_2634<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $adenoma$children[[4]] #> [1] "DOID_3172<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $adenoma$children[[5]] #> [1] "DOID_7608<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $adenoma$children[[6]] #> [1] "DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $adenoma$children[[7]] #> [1] "DOID_2883<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $adenoma$children[[8]] #> [1] "DOID_2891<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $adenoma$value #> [1] "adenoma" #> #> #> $`adenosine deaminase deficiency` #> $`adenosine deaminase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5810" #> #> $`adenosine deaminase deficiency`$`_id` #> [1] "DOID_5810<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`adenosine deaminase deficiency`$privateGeneCount #> [1] 0 #> #> $`adenosine deaminase deficiency`$publicGeneCount #> [1] 1 #> #> $`adenosine deaminase deficiency`$urlId #> [1] "DOID_5810" #> #> $`adenosine deaminase deficiency`$dbPhenotype #> [1] TRUE #> #> $`adenosine deaminase deficiency`$`_parent` #> [1] "DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`adenosine deaminase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`adenosine deaminase deficiency`$children #> list() #> #> $`adenosine deaminase deficiency`$value #> [1] "adenosine deaminase deficiency" #> #> #> $Adermatoglyphia #> $Adermatoglyphia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007455" #> #> $Adermatoglyphia$`_id` #> [1] "HP_0007455<HP_0007477<HP_0011356<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Adermatoglyphia$privateGeneCount #> [1] 0 #> #> $Adermatoglyphia$publicGeneCount #> [1] 1 #> #> $Adermatoglyphia$urlId #> [1] "HP_0007455" #> #> $Adermatoglyphia$dbPhenotype #> [1] TRUE #> #> $Adermatoglyphia$`_parent` #> [1] "HP_0007477<HP_0011356<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Adermatoglyphia$`_is_leaf` #> [1] TRUE #> #> $Adermatoglyphia$children #> list() #> #> $Adermatoglyphia$value #> [1] "Adermatoglyphia" #> #> #> $`adolescence-adult electroclinical syndrome` #> $`adolescence-adult electroclinical syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050705" #> #> $`adolescence-adult electroclinical syndrome`$`_id` #> [1] "DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adolescence-adult electroclinical syndrome`$privateGeneCount #> [1] 0 #> #> $`adolescence-adult electroclinical syndrome`$publicGeneCount #> [1] 40 #> #> $`adolescence-adult electroclinical syndrome`$urlId #> [1] "DOID_0050705" #> #> $`adolescence-adult electroclinical syndrome`$dbPhenotype #> [1] FALSE #> #> $`adolescence-adult electroclinical syndrome`$`_parent` #> [1] "DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adolescence-adult electroclinical syndrome`$`_is_leaf` #> [1] FALSE #> #> $`adolescence-adult electroclinical syndrome`$children #> $`adolescence-adult electroclinical syndrome`$children[[1]] #> [1] "DOID_7725<DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adolescence-adult electroclinical syndrome`$children[[2]] #> [1] "DOID_0060172<DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adolescence-adult electroclinical syndrome`$children[[3]] #> [1] "DOID_4890<DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`adolescence-adult electroclinical syndrome`$value #> [1] "adolescence-adult electroclinical syndrome" #> #> #> $`adrenal adenoma` #> $`adrenal adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_656" #> #> $`adrenal adenoma`$`_id` #> [1] "DOID_656<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`adrenal adenoma`$privateGeneCount #> [1] 0 #> #> $`adrenal adenoma`$publicGeneCount #> [1] 5 #> #> $`adrenal adenoma`$urlId #> [1] "DOID_656" #> #> $`adrenal adenoma`$dbPhenotype #> [1] TRUE #> #> $`adrenal adenoma`$`_parent` #> [1] "DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`adrenal adenoma`$`_is_leaf` #> [1] FALSE #> #> $`adrenal adenoma`$children #> $`adrenal adenoma`$children[[1]] #> [1] "DOID_12028<DOID_656<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`adrenal adenoma`$value #> [1] "adrenal adenoma" #> #> #> $`adrenal adenoma` #> $`adrenal adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_656" #> #> $`adrenal adenoma`$`_id` #> [1] "DOID_656<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`adrenal adenoma`$privateGeneCount #> [1] 0 #> #> $`adrenal adenoma`$publicGeneCount #> [1] 5 #> #> $`adrenal adenoma`$urlId #> [1] "DOID_656" #> #> $`adrenal adenoma`$dbPhenotype #> [1] TRUE #> #> $`adrenal adenoma`$`_parent` #> [1] "DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`adrenal adenoma`$`_is_leaf` #> [1] FALSE #> #> $`adrenal adenoma`$children #> $`adrenal adenoma`$children[[1]] #> [1] "DOID_12028<DOID_656<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`adrenal adenoma`$value #> [1] "adrenal adenoma" #> #> #> $`adrenal adenoma` #> $`adrenal adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_656" #> #> $`adrenal adenoma`$`_id` #> [1] "DOID_656<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal adenoma`$privateGeneCount #> [1] 0 #> #> $`adrenal adenoma`$publicGeneCount #> [1] 5 #> #> $`adrenal adenoma`$urlId #> [1] "DOID_656" #> #> $`adrenal adenoma`$dbPhenotype #> [1] TRUE #> #> $`adrenal adenoma`$`_parent` #> [1] "DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal adenoma`$`_is_leaf` #> [1] FALSE #> #> $`adrenal adenoma`$children #> $`adrenal adenoma`$children[[1]] #> [1] "DOID_12028<DOID_656<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> #> $`adrenal adenoma`$value #> [1] "adrenal adenoma" #> #> #> $`adrenal cortex cancer` #> $`adrenal cortex cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_660" #> #> $`adrenal cortex cancer`$`_id` #> [1] "DOID_660<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal cortex cancer`$privateGeneCount #> [1] 0 #> #> $`adrenal cortex cancer`$publicGeneCount #> [1] 17 #> #> $`adrenal cortex cancer`$urlId #> [1] "DOID_660" #> #> $`adrenal cortex cancer`$dbPhenotype #> [1] FALSE #> #> $`adrenal cortex cancer`$`_parent` #> [1] "DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal cortex cancer`$`_is_leaf` #> [1] FALSE #> #> $`adrenal cortex cancer`$children #> $`adrenal cortex cancer`$children[[1]] #> [1] "DOID_3948<DOID_660<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> #> $`adrenal cortex cancer`$value #> [1] "adrenal cortex cancer" #> #> #> $`adrenal cortex cancer` #> $`adrenal cortex cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_660" #> #> $`adrenal cortex cancer`$`_id` #> [1] "DOID_660<DOID_3953<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adrenal cortex cancer`$privateGeneCount #> [1] 0 #> #> $`adrenal cortex cancer`$publicGeneCount #> [1] 17 #> #> $`adrenal cortex cancer`$urlId #> [1] "DOID_660" #> #> $`adrenal cortex cancer`$dbPhenotype #> [1] FALSE #> #> $`adrenal cortex cancer`$`_parent` #> [1] "DOID_3953<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adrenal cortex cancer`$`_is_leaf` #> [1] FALSE #> #> $`adrenal cortex cancer`$children #> $`adrenal cortex cancer`$children[[1]] #> [1] "DOID_3948<DOID_660<DOID_3953<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`adrenal cortex cancer`$value #> [1] "adrenal cortex cancer" #> #> #> $`adrenal cortex cancer` #> $`adrenal cortex cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_660" #> #> $`adrenal cortex cancer`$`_id` #> [1] "DOID_660<DOID_3953<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal cortex cancer`$privateGeneCount #> [1] 0 #> #> $`adrenal cortex cancer`$publicGeneCount #> [1] 17 #> #> $`adrenal cortex cancer`$urlId #> [1] "DOID_660" #> #> $`adrenal cortex cancer`$dbPhenotype #> [1] FALSE #> #> $`adrenal cortex cancer`$`_parent` #> [1] "DOID_3953<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal cortex cancer`$`_is_leaf` #> [1] FALSE #> #> $`adrenal cortex cancer`$children #> $`adrenal cortex cancer`$children[[1]] #> [1] "DOID_3948<DOID_660<DOID_3953<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> #> $`adrenal cortex cancer`$value #> [1] "adrenal cortex cancer" #> #> #> $`adrenal cortex disease` #> $`adrenal cortex disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3952" #> #> $`adrenal cortex disease`$`_id` #> [1] "DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal cortex disease`$privateGeneCount #> [1] 0 #> #> $`adrenal cortex disease`$publicGeneCount #> [1] 27 #> #> $`adrenal cortex disease`$urlId #> [1] "DOID_3952" #> #> $`adrenal cortex disease`$dbPhenotype #> [1] TRUE #> #> $`adrenal cortex disease`$`_parent` #> [1] "DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal cortex disease`$`_is_leaf` #> [1] FALSE #> #> $`adrenal cortex disease`$children #> $`adrenal cortex disease`$children[[1]] #> [1] "DOID_660<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal cortex disease`$children[[2]] #> [1] "DOID_10493<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal cortex disease`$children[[3]] #> [1] "DOID_0060280<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> #> $`adrenal cortex disease`$value #> [1] "adrenal cortex disease" #> #> #> $`adrenal cortical hypofunction` #> $`adrenal cortical hypofunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10493" #> #> $`adrenal cortical hypofunction`$`_id` #> [1] "DOID_10493<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal cortical hypofunction`$privateGeneCount #> [1] 0 #> #> $`adrenal cortical hypofunction`$publicGeneCount #> [1] 5 #> #> $`adrenal cortical hypofunction`$urlId #> [1] "DOID_10493" #> #> $`adrenal cortical hypofunction`$dbPhenotype #> [1] FALSE #> #> $`adrenal cortical hypofunction`$`_parent` #> [1] "DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal cortical hypofunction`$`_is_leaf` #> [1] FALSE #> #> $`adrenal cortical hypofunction`$children #> $`adrenal cortical hypofunction`$children[[1]] #> [1] "DOID_13774<DOID_10493<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> #> $`adrenal cortical hypofunction`$value #> [1] "adrenal cortical hypofunction" #> #> #> $`adrenal gland cancer` #> $`adrenal gland cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3953" #> #> $`adrenal gland cancer`$`_id` #> [1] "DOID_3953<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adrenal gland cancer`$privateGeneCount #> [1] 0 #> #> $`adrenal gland cancer`$publicGeneCount #> [1] 25 #> #> $`adrenal gland cancer`$urlId #> [1] "DOID_3953" #> #> $`adrenal gland cancer`$dbPhenotype #> [1] TRUE #> #> $`adrenal gland cancer`$`_parent` #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adrenal gland cancer`$`_is_leaf` #> [1] FALSE #> #> $`adrenal gland cancer`$children #> $`adrenal gland cancer`$children[[1]] #> [1] "DOID_660<DOID_3953<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`adrenal gland cancer`$value #> [1] "adrenal gland cancer" #> #> #> $`adrenal gland cancer` #> $`adrenal gland cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3953" #> #> $`adrenal gland cancer`$`_id` #> [1] "DOID_3953<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal gland cancer`$privateGeneCount #> [1] 0 #> #> $`adrenal gland cancer`$publicGeneCount #> [1] 25 #> #> $`adrenal gland cancer`$urlId #> [1] "DOID_3953" #> #> $`adrenal gland cancer`$dbPhenotype #> [1] TRUE #> #> $`adrenal gland cancer`$`_parent` #> [1] "DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal gland cancer`$`_is_leaf` #> [1] FALSE #> #> $`adrenal gland cancer`$children #> $`adrenal gland cancer`$children[[1]] #> [1] "DOID_660<DOID_3953<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> #> $`adrenal gland cancer`$value #> [1] "adrenal gland cancer" #> #> #> $`adrenal gland disease` #> $`adrenal gland disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9553" #> #> $`adrenal gland disease`$`_id` #> [1] "DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal gland disease`$privateGeneCount #> [1] 0 #> #> $`adrenal gland disease`$publicGeneCount #> [1] 42 #> #> $`adrenal gland disease`$urlId #> [1] "DOID_9553" #> #> $`adrenal gland disease`$dbPhenotype #> [1] TRUE #> #> $`adrenal gland disease`$`_parent` #> [1] "DOID_28<DOID_7<DOID_4" #> #> $`adrenal gland disease`$`_is_leaf` #> [1] FALSE #> #> $`adrenal gland disease`$children #> $`adrenal gland disease`$children[[1]] #> [1] "DOID_656<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal gland disease`$children[[2]] #> [1] "DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal gland disease`$children[[3]] #> [1] "DOID_3953<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal gland disease`$children[[4]] #> [1] "DOID_3947<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal gland disease`$children[[5]] #> [1] "DOID_0050546<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> #> $`adrenal gland disease`$value #> [1] "adrenal gland disease" #> #> #> $`adrenal gland hyperfunction` #> $`adrenal gland hyperfunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3947" #> #> $`adrenal gland hyperfunction`$`_id` #> [1] "DOID_3947<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal gland hyperfunction`$privateGeneCount #> [1] 0 #> #> $`adrenal gland hyperfunction`$publicGeneCount #> [1] 6 #> #> $`adrenal gland hyperfunction`$urlId #> [1] "DOID_3947" #> #> $`adrenal gland hyperfunction`$dbPhenotype #> [1] FALSE #> #> $`adrenal gland hyperfunction`$`_parent` #> [1] "DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenal gland hyperfunction`$`_is_leaf` #> [1] FALSE #> #> $`adrenal gland hyperfunction`$children #> $`adrenal gland hyperfunction`$children[[1]] #> [1] "DOID_446<DOID_3947<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> #> $`adrenal gland hyperfunction`$value #> [1] "adrenal gland hyperfunction" #> #> #> $`Adrenal hyperplasia` #> $`Adrenal hyperplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008221" #> #> $`Adrenal hyperplasia`$`_id` #> [1] "HP_0008221<HP_0011732<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal hyperplasia`$privateGeneCount #> [1] 0 #> #> $`Adrenal hyperplasia`$publicGeneCount #> [1] 13 #> #> $`Adrenal hyperplasia`$urlId #> [1] "HP_0008221" #> #> $`Adrenal hyperplasia`$dbPhenotype #> [1] TRUE #> #> $`Adrenal hyperplasia`$`_parent` #> [1] "HP_0011732<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal hyperplasia`$`_is_leaf` #> [1] TRUE #> #> $`Adrenal hyperplasia`$children #> list() #> #> $`Adrenal hyperplasia`$value #> [1] "Adrenal hyperplasia" #> #> #> $`Adrenal hyperplasia` #> $`Adrenal hyperplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008221" #> #> $`Adrenal hyperplasia`$`_id` #> [1] "HP_0008221<HP_0011732<HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal hyperplasia`$privateGeneCount #> [1] 0 #> #> $`Adrenal hyperplasia`$publicGeneCount #> [1] 13 #> #> $`Adrenal hyperplasia`$urlId #> [1] "HP_0008221" #> #> $`Adrenal hyperplasia`$dbPhenotype #> [1] TRUE #> #> $`Adrenal hyperplasia`$`_parent` #> [1] "HP_0011732<HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal hyperplasia`$`_is_leaf` #> [1] TRUE #> #> $`Adrenal hyperplasia`$children #> list() #> #> $`Adrenal hyperplasia`$value #> [1] "Adrenal hyperplasia" #> #> #> $`Adrenal hypoplasia` #> $`Adrenal hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000835" #> #> $`Adrenal hypoplasia`$`_id` #> [1] "HP_0000835<HP_0011732<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal hypoplasia`$privateGeneCount #> [1] 0 #> #> $`Adrenal hypoplasia`$publicGeneCount #> [1] 1 #> #> $`Adrenal hypoplasia`$urlId #> [1] "HP_0000835" #> #> $`Adrenal hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`Adrenal hypoplasia`$`_parent` #> [1] "HP_0011732<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal hypoplasia`$`_is_leaf` #> [1] TRUE #> #> $`Adrenal hypoplasia`$children #> list() #> #> $`Adrenal hypoplasia`$value #> [1] "Adrenal hypoplasia" #> #> #> $`Adrenal hypoplasia` #> $`Adrenal hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000835" #> #> $`Adrenal hypoplasia`$`_id` #> [1] "HP_0000835<HP_0011732<HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal hypoplasia`$privateGeneCount #> [1] 0 #> #> $`Adrenal hypoplasia`$publicGeneCount #> [1] 1 #> #> $`Adrenal hypoplasia`$urlId #> [1] "HP_0000835" #> #> $`Adrenal hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`Adrenal hypoplasia`$`_parent` #> [1] "HP_0011732<HP_0031071<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal hypoplasia`$`_is_leaf` #> [1] TRUE #> #> $`Adrenal hypoplasia`$children #> list() #> #> $`Adrenal hypoplasia`$value #> [1] "Adrenal hypoplasia" #> #> #> $`Adrenal insufficiency` #> $`Adrenal insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000846" #> #> $`Adrenal insufficiency`$`_id` #> [1] "HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal insufficiency`$privateGeneCount #> [1] 0 #> #> $`Adrenal insufficiency`$publicGeneCount #> [1] 7 #> #> $`Adrenal insufficiency`$urlId #> [1] "HP_0000846" #> #> $`Adrenal insufficiency`$dbPhenotype #> [1] TRUE #> #> $`Adrenal insufficiency`$`_parent` #> [1] "HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal insufficiency`$`_is_leaf` #> [1] FALSE #> #> $`Adrenal insufficiency`$children #> $`Adrenal insufficiency`$children[[1]] #> [1] "HP_0011734<HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenal insufficiency`$children[[2]] #> [1] "HP_0008207<HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Adrenal insufficiency`$value #> [1] "Adrenal insufficiency" #> #> #> $`adrenocortical carcinoma` #> $`adrenocortical carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3948" #> #> $`adrenocortical carcinoma`$`_id` #> [1] "DOID_3948<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`adrenocortical carcinoma`$privateGeneCount #> [1] 0 #> #> $`adrenocortical carcinoma`$publicGeneCount #> [1] 17 #> #> $`adrenocortical carcinoma`$urlId #> [1] "DOID_3948" #> #> $`adrenocortical carcinoma`$dbPhenotype #> [1] TRUE #> #> $`adrenocortical carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`adrenocortical carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`adrenocortical carcinoma`$children #> list() #> #> $`adrenocortical carcinoma`$value #> [1] "adrenocortical carcinoma" #> #> #> $`adrenocortical carcinoma` #> $`adrenocortical carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3948" #> #> $`adrenocortical carcinoma`$`_id` #> [1] "DOID_3948<DOID_660<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenocortical carcinoma`$privateGeneCount #> [1] 0 #> #> $`adrenocortical carcinoma`$publicGeneCount #> [1] 17 #> #> $`adrenocortical carcinoma`$urlId #> [1] "DOID_3948" #> #> $`adrenocortical carcinoma`$dbPhenotype #> [1] TRUE #> #> $`adrenocortical carcinoma`$`_parent` #> [1] "DOID_660<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenocortical carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`adrenocortical carcinoma`$children #> list() #> #> $`adrenocortical carcinoma`$value #> [1] "adrenocortical carcinoma" #> #> #> $`adrenocortical carcinoma` #> $`adrenocortical carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3948" #> #> $`adrenocortical carcinoma`$`_id` #> [1] "DOID_3948<DOID_660<DOID_3953<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adrenocortical carcinoma`$privateGeneCount #> [1] 0 #> #> $`adrenocortical carcinoma`$publicGeneCount #> [1] 17 #> #> $`adrenocortical carcinoma`$urlId #> [1] "DOID_3948" #> #> $`adrenocortical carcinoma`$dbPhenotype #> [1] TRUE #> #> $`adrenocortical carcinoma`$`_parent` #> [1] "DOID_660<DOID_3953<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adrenocortical carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`adrenocortical carcinoma`$children #> list() #> #> $`adrenocortical carcinoma`$value #> [1] "adrenocortical carcinoma" #> #> #> $`adrenocortical carcinoma` #> $`adrenocortical carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3948" #> #> $`adrenocortical carcinoma`$`_id` #> [1] "DOID_3948<DOID_660<DOID_3953<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenocortical carcinoma`$privateGeneCount #> [1] 0 #> #> $`adrenocortical carcinoma`$publicGeneCount #> [1] 17 #> #> $`adrenocortical carcinoma`$urlId #> [1] "DOID_3948" #> #> $`adrenocortical carcinoma`$dbPhenotype #> [1] TRUE #> #> $`adrenocortical carcinoma`$`_parent` #> [1] "DOID_660<DOID_3953<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`adrenocortical carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`adrenocortical carcinoma`$children #> list() #> #> $`adrenocortical carcinoma`$value #> [1] "adrenocortical carcinoma" #> #> #> $`Adrenocorticotropic hormone deficiency` #> $`Adrenocorticotropic hormone deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011748" #> #> $`Adrenocorticotropic hormone deficiency`$`_id` #> [1] "HP_0011748<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenocorticotropic hormone deficiency`$privateGeneCount #> [1] 0 #> #> $`Adrenocorticotropic hormone deficiency`$publicGeneCount #> [1] 1 #> #> $`Adrenocorticotropic hormone deficiency`$urlId #> [1] "HP_0011748" #> #> $`Adrenocorticotropic hormone deficiency`$dbPhenotype #> [1] TRUE #> #> $`Adrenocorticotropic hormone deficiency`$`_parent` #> [1] "HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenocorticotropic hormone deficiency`$`_is_leaf` #> [1] TRUE #> #> $`Adrenocorticotropic hormone deficiency`$children #> list() #> #> $`Adrenocorticotropic hormone deficiency`$value #> [1] "Adrenocorticotropic hormone deficiency" #> #> #> $`Adrenocorticotropic hormone deficiency` #> $`Adrenocorticotropic hormone deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011748" #> #> $`Adrenocorticotropic hormone deficiency`$`_id` #> [1] "HP_0011748<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Adrenocorticotropic hormone deficiency`$privateGeneCount #> [1] 0 #> #> $`Adrenocorticotropic hormone deficiency`$publicGeneCount #> [1] 1 #> #> $`Adrenocorticotropic hormone deficiency`$urlId #> [1] "HP_0011748" #> #> $`Adrenocorticotropic hormone deficiency`$dbPhenotype #> [1] TRUE #> #> $`Adrenocorticotropic hormone deficiency`$`_parent` #> [1] "HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Adrenocorticotropic hormone deficiency`$`_is_leaf` #> [1] TRUE #> #> $`Adrenocorticotropic hormone deficiency`$children #> list() #> #> $`Adrenocorticotropic hormone deficiency`$value #> [1] "Adrenocorticotropic hormone deficiency" #> #> #> $`Adrenocorticotropin receptor defect` #> $`Adrenocorticotropin receptor defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008259" #> #> $`Adrenocorticotropin receptor defect`$`_id` #> [1] "HP_0008259<HP_0011734<HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenocorticotropin receptor defect`$privateGeneCount #> [1] 0 #> #> $`Adrenocorticotropin receptor defect`$publicGeneCount #> [1] 1 #> #> $`Adrenocorticotropin receptor defect`$urlId #> [1] "HP_0008259" #> #> $`Adrenocorticotropin receptor defect`$dbPhenotype #> [1] TRUE #> #> $`Adrenocorticotropin receptor defect`$`_parent` #> [1] "HP_0011734<HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Adrenocorticotropin receptor defect`$`_is_leaf` #> [1] TRUE #> #> $`Adrenocorticotropin receptor defect`$children #> list() #> #> $`Adrenocorticotropin receptor defect`$value #> [1] "Adrenocorticotropin receptor defect" #> #> #> $adrenoleukodystrophy #> $adrenoleukodystrophy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10588" #> #> $adrenoleukodystrophy$`_id` #> [1] "DOID_10588<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $adrenoleukodystrophy$privateGeneCount #> [1] 0 #> #> $adrenoleukodystrophy$publicGeneCount #> [1] 11 #> #> $adrenoleukodystrophy$urlId #> [1] "DOID_10588" #> #> $adrenoleukodystrophy$dbPhenotype #> [1] TRUE #> #> $adrenoleukodystrophy$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $adrenoleukodystrophy$`_is_leaf` #> [1] TRUE #> #> $adrenoleukodystrophy$children #> list() #> #> $adrenoleukodystrophy$value #> [1] "adrenoleukodystrophy" #> #> #> $adrenoleukodystrophy #> $adrenoleukodystrophy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10588" #> #> $adrenoleukodystrophy$`_id` #> [1] "DOID_10588<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $adrenoleukodystrophy$privateGeneCount #> [1] 0 #> #> $adrenoleukodystrophy$publicGeneCount #> [1] 11 #> #> $adrenoleukodystrophy$urlId #> [1] "DOID_10588" #> #> $adrenoleukodystrophy$dbPhenotype #> [1] TRUE #> #> $adrenoleukodystrophy$`_parent` #> [1] "DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $adrenoleukodystrophy$`_is_leaf` #> [1] TRUE #> #> $adrenoleukodystrophy$children #> list() #> #> $adrenoleukodystrophy$value #> [1] "adrenoleukodystrophy" #> #> #> $`adult medulloblastoma` #> $`adult medulloblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3864" #> #> $`adult medulloblastoma`$`_id` #> [1] "DOID_3864<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adult medulloblastoma`$privateGeneCount #> [1] 0 #> #> $`adult medulloblastoma`$publicGeneCount #> [1] 43 #> #> $`adult medulloblastoma`$urlId #> [1] "DOID_3864" #> #> $`adult medulloblastoma`$dbPhenotype #> [1] TRUE #> #> $`adult medulloblastoma`$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adult medulloblastoma`$`_is_leaf` #> [1] TRUE #> #> $`adult medulloblastoma`$children #> list() #> #> $`adult medulloblastoma`$value #> [1] "adult medulloblastoma" #> #> #> $`adult medulloblastoma` #> $`adult medulloblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3864" #> #> $`adult medulloblastoma`$`_id` #> [1] "DOID_3864<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`adult medulloblastoma`$privateGeneCount #> [1] 0 #> #> $`adult medulloblastoma`$publicGeneCount #> [1] 43 #> #> $`adult medulloblastoma`$urlId #> [1] "DOID_3864" #> #> $`adult medulloblastoma`$dbPhenotype #> [1] TRUE #> #> $`adult medulloblastoma`$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`adult medulloblastoma`$`_is_leaf` #> [1] TRUE #> #> $`adult medulloblastoma`$children #> list() #> #> $`adult medulloblastoma`$value #> [1] "adult medulloblastoma" #> #> #> $`adult medulloblastoma` #> $`adult medulloblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3864" #> #> $`adult medulloblastoma`$`_id` #> [1] "DOID_3864<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adult medulloblastoma`$privateGeneCount #> [1] 0 #> #> $`adult medulloblastoma`$publicGeneCount #> [1] 43 #> #> $`adult medulloblastoma`$urlId #> [1] "DOID_3864" #> #> $`adult medulloblastoma`$dbPhenotype #> [1] TRUE #> #> $`adult medulloblastoma`$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adult medulloblastoma`$`_is_leaf` #> [1] TRUE #> #> $`adult medulloblastoma`$children #> list() #> #> $`adult medulloblastoma`$value #> [1] "adult medulloblastoma" #> #> #> $`adult medulloblastoma` #> $`adult medulloblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3864" #> #> $`adult medulloblastoma`$`_id` #> [1] "DOID_3864<DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adult medulloblastoma`$privateGeneCount #> [1] 0 #> #> $`adult medulloblastoma`$publicGeneCount #> [1] 43 #> #> $`adult medulloblastoma`$urlId #> [1] "DOID_3864" #> #> $`adult medulloblastoma`$dbPhenotype #> [1] TRUE #> #> $`adult medulloblastoma`$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adult medulloblastoma`$`_is_leaf` #> [1] TRUE #> #> $`adult medulloblastoma`$children #> list() #> #> $`adult medulloblastoma`$value #> [1] "adult medulloblastoma" #> #> #> $`adult oligodendroglioma` #> $`adult oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3186" #> #> $`adult oligodendroglioma`$`_id` #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`adult oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`adult oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`adult oligodendroglioma`$urlId #> [1] "DOID_3186" #> #> $`adult oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`adult oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`adult oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`adult oligodendroglioma`$children #> list() #> #> $`adult oligodendroglioma`$value #> [1] "adult oligodendroglioma" #> #> #> $`adult oligodendroglioma` #> $`adult oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3186" #> #> $`adult oligodendroglioma`$`_id` #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`adult oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`adult oligodendroglioma`$urlId #> [1] "DOID_3186" #> #> $`adult oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`adult oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`adult oligodendroglioma`$children #> list() #> #> $`adult oligodendroglioma`$value #> [1] "adult oligodendroglioma" #> #> #> $`adult oligodendroglioma` #> $`adult oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3186" #> #> $`adult oligodendroglioma`$`_id` #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adult oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`adult oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`adult oligodendroglioma`$urlId #> [1] "DOID_3186" #> #> $`adult oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`adult oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adult oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`adult oligodendroglioma`$children #> list() #> #> $`adult oligodendroglioma`$value #> [1] "adult oligodendroglioma" #> #> #> $`adult oligodendroglioma` #> $`adult oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3186" #> #> $`adult oligodendroglioma`$`_id` #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`adult oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`adult oligodendroglioma`$urlId #> [1] "DOID_3186" #> #> $`adult oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`adult oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`adult oligodendroglioma`$children #> list() #> #> $`adult oligodendroglioma`$value #> [1] "adult oligodendroglioma" #> #> #> $`adult oligodendroglioma` #> $`adult oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3186" #> #> $`adult oligodendroglioma`$`_id` #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`adult oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`adult oligodendroglioma`$urlId #> [1] "DOID_3186" #> #> $`adult oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`adult oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`adult oligodendroglioma`$children #> list() #> #> $`adult oligodendroglioma`$value #> [1] "adult oligodendroglioma" #> #> #> $`adult oligodendroglioma` #> $`adult oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3186" #> #> $`adult oligodendroglioma`$`_id` #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`adult oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`adult oligodendroglioma`$urlId #> [1] "DOID_3186" #> #> $`adult oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`adult oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`adult oligodendroglioma`$children #> list() #> #> $`adult oligodendroglioma`$value #> [1] "adult oligodendroglioma" #> #> #> $`adult oligodendroglioma` #> $`adult oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3186" #> #> $`adult oligodendroglioma`$`_id` #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`adult oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`adult oligodendroglioma`$urlId #> [1] "DOID_3186" #> #> $`adult oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`adult oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`adult oligodendroglioma`$children #> list() #> #> $`adult oligodendroglioma`$value #> [1] "adult oligodendroglioma" #> #> #> $`adult oligodendroglioma` #> $`adult oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3186" #> #> $`adult oligodendroglioma`$`_id` #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adult oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`adult oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`adult oligodendroglioma`$urlId #> [1] "DOID_3186" #> #> $`adult oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`adult oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`adult oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`adult oligodendroglioma`$children #> list() #> #> $`adult oligodendroglioma`$value #> [1] "adult oligodendroglioma" #> #> #> $`adult oligodendroglioma` #> $`adult oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3186" #> #> $`adult oligodendroglioma`$`_id` #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`adult oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`adult oligodendroglioma`$urlId #> [1] "DOID_3186" #> #> $`adult oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`adult oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`adult oligodendroglioma`$children #> list() #> #> $`adult oligodendroglioma`$value #> [1] "adult oligodendroglioma" #> #> #> $`adult oligodendroglioma` #> $`adult oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3186" #> #> $`adult oligodendroglioma`$`_id` #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`adult oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`adult oligodendroglioma`$urlId #> [1] "DOID_3186" #> #> $`adult oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`adult oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`adult oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`adult oligodendroglioma`$children #> list() #> #> $`adult oligodendroglioma`$value #> [1] "adult oligodendroglioma" #> #> #> $`adult respiratory distress syndrome` #> $`adult respiratory distress syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11394" #> #> $`adult respiratory distress syndrome`$`_id` #> [1] "DOID_11394<DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`adult respiratory distress syndrome`$privateGeneCount #> [1] 0 #> #> $`adult respiratory distress syndrome`$publicGeneCount #> [1] 34 #> #> $`adult respiratory distress syndrome`$urlId #> [1] "DOID_11394" #> #> $`adult respiratory distress syndrome`$dbPhenotype #> [1] TRUE #> #> $`adult respiratory distress syndrome`$`_parent` #> [1] "DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`adult respiratory distress syndrome`$`_is_leaf` #> [1] TRUE #> #> $`adult respiratory distress syndrome`$children #> list() #> #> $`adult respiratory distress syndrome`$value #> [1] "adult respiratory distress syndrome" #> #> #> $`adult spinal muscular atrophy` #> $`adult spinal muscular atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050529" #> #> $`adult spinal muscular atrophy`$`_id` #> [1] "DOID_0050529<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`adult spinal muscular atrophy`$privateGeneCount #> [1] 0 #> #> $`adult spinal muscular atrophy`$publicGeneCount #> [1] 1 #> #> $`adult spinal muscular atrophy`$urlId #> [1] "DOID_0050529" #> #> $`adult spinal muscular atrophy`$dbPhenotype #> [1] TRUE #> #> $`adult spinal muscular atrophy`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`adult spinal muscular atrophy`$`_is_leaf` #> [1] TRUE #> #> $`adult spinal muscular atrophy`$children #> list() #> #> $`adult spinal muscular atrophy`$value #> [1] "adult spinal muscular atrophy" #> #> #> $`adult spinal muscular atrophy` #> $`adult spinal muscular atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050529" #> #> $`adult spinal muscular atrophy`$`_id` #> [1] "DOID_0050529<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adult spinal muscular atrophy`$privateGeneCount #> [1] 0 #> #> $`adult spinal muscular atrophy`$publicGeneCount #> [1] 1 #> #> $`adult spinal muscular atrophy`$urlId #> [1] "DOID_0050529" #> #> $`adult spinal muscular atrophy`$dbPhenotype #> [1] TRUE #> #> $`adult spinal muscular atrophy`$`_parent` #> [1] "DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`adult spinal muscular atrophy`$`_is_leaf` #> [1] TRUE #> #> $`adult spinal muscular atrophy`$children #> list() #> #> $`adult spinal muscular atrophy`$value #> [1] "adult spinal muscular atrophy" #> #> #> $`ADULT syndrome` #> $`ADULT syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050601" #> #> $`ADULT syndrome`$`_id` #> [1] "DOID_0050601<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ADULT syndrome`$privateGeneCount #> [1] 0 #> #> $`ADULT syndrome`$publicGeneCount #> [1] 1 #> #> $`ADULT syndrome`$urlId #> [1] "DOID_0050601" #> #> $`ADULT syndrome`$dbPhenotype #> [1] TRUE #> #> $`ADULT syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ADULT syndrome`$`_is_leaf` #> [1] TRUE #> #> $`ADULT syndrome`$children #> list() #> #> $`ADULT syndrome`$value #> [1] "ADULT syndrome" #> #> #> $`ADULT syndrome` #> $`ADULT syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050601" #> #> $`ADULT syndrome`$`_id` #> [1] "DOID_0050601<DOID_225<DOID_4" #> #> $`ADULT syndrome`$privateGeneCount #> [1] 0 #> #> $`ADULT syndrome`$publicGeneCount #> [1] 1 #> #> $`ADULT syndrome`$urlId #> [1] "DOID_0050601" #> #> $`ADULT syndrome`$dbPhenotype #> [1] TRUE #> #> $`ADULT syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`ADULT syndrome`$`_is_leaf` #> [1] TRUE #> #> $`ADULT syndrome`$children #> list() #> #> $`ADULT syndrome`$value #> [1] "ADULT syndrome" #> #> #> $`adult-onset Still's disease` #> $`adult-onset Still's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14256" #> #> $`adult-onset Still's disease`$`_id` #> [1] "DOID_14256<DOID_7148<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`adult-onset Still's disease`$privateGeneCount #> [1] 0 #> #> $`adult-onset Still's disease`$publicGeneCount #> [1] 2 #> #> $`adult-onset Still's disease`$urlId #> [1] "DOID_14256" #> #> $`adult-onset Still's disease`$dbPhenotype #> [1] TRUE #> #> $`adult-onset Still's disease`$`_parent` #> [1] "DOID_7148<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`adult-onset Still's disease`$`_is_leaf` #> [1] TRUE #> #> $`adult-onset Still's disease`$children #> list() #> #> $`adult-onset Still's disease`$value #> [1] "adult-onset Still's disease" #> #> #> $`advanced sleep phase syndrome` #> $`advanced sleep phase syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050628" #> #> $`advanced sleep phase syndrome`$`_id` #> [1] "DOID_0050628<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`advanced sleep phase syndrome`$privateGeneCount #> [1] 0 #> #> $`advanced sleep phase syndrome`$publicGeneCount #> [1] 2 #> #> $`advanced sleep phase syndrome`$urlId #> [1] "DOID_0050628" #> #> $`advanced sleep phase syndrome`$dbPhenotype #> [1] TRUE #> #> $`advanced sleep phase syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`advanced sleep phase syndrome`$`_is_leaf` #> [1] TRUE #> #> $`advanced sleep phase syndrome`$children #> list() #> #> $`advanced sleep phase syndrome`$value #> [1] "advanced sleep phase syndrome" #> #> #> $`advanced sleep phase syndrome` #> $`advanced sleep phase syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050628" #> #> $`advanced sleep phase syndrome`$`_id` #> [1] "DOID_0050628<DOID_535<DOID_150<DOID_4" #> #> $`advanced sleep phase syndrome`$privateGeneCount #> [1] 0 #> #> $`advanced sleep phase syndrome`$publicGeneCount #> [1] 2 #> #> $`advanced sleep phase syndrome`$urlId #> [1] "DOID_0050628" #> #> $`advanced sleep phase syndrome`$dbPhenotype #> [1] TRUE #> #> $`advanced sleep phase syndrome`$`_parent` #> [1] "DOID_535<DOID_150<DOID_4" #> #> $`advanced sleep phase syndrome`$`_is_leaf` #> [1] TRUE #> #> $`advanced sleep phase syndrome`$children #> list() #> #> $`advanced sleep phase syndrome`$value #> [1] "advanced sleep phase syndrome" #> #> #> $agammaglobulinemia #> $agammaglobulinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2583" #> #> $agammaglobulinemia$`_id` #> [1] "DOID_2583<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $agammaglobulinemia$privateGeneCount #> [1] 0 #> #> $agammaglobulinemia$publicGeneCount #> [1] 26 #> #> $agammaglobulinemia$urlId #> [1] "DOID_2583" #> #> $agammaglobulinemia$dbPhenotype #> [1] TRUE #> #> $agammaglobulinemia$`_parent` #> [1] "DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $agammaglobulinemia$`_is_leaf` #> [1] FALSE #> #> $agammaglobulinemia$children #> $agammaglobulinemia$children[[1]] #> [1] "DOID_12177<DOID_2583<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $agammaglobulinemia$children[[2]] #> [1] "DOID_14179<DOID_2583<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $agammaglobulinemia$value #> [1] "agammaglobulinemia" #> #> #> $`AGAT deficiency` #> $`AGAT deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050712" #> #> $`AGAT deficiency`$`_id` #> [1] "DOID_0050712<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`AGAT deficiency`$privateGeneCount #> [1] 0 #> #> $`AGAT deficiency`$publicGeneCount #> [1] 1 #> #> $`AGAT deficiency`$urlId #> [1] "DOID_0050712" #> #> $`AGAT deficiency`$dbPhenotype #> [1] TRUE #> #> $`AGAT deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`AGAT deficiency`$`_is_leaf` #> [1] TRUE #> #> $`AGAT deficiency`$children #> list() #> #> $`AGAT deficiency`$value #> [1] "AGAT deficiency" #> #> #> $`AGAT deficiency` #> $`AGAT deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050712" #> #> $`AGAT deficiency`$`_id` #> [1] "DOID_0050712<DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`AGAT deficiency`$privateGeneCount #> [1] 0 #> #> $`AGAT deficiency`$publicGeneCount #> [1] 1 #> #> $`AGAT deficiency`$urlId #> [1] "DOID_0050712" #> #> $`AGAT deficiency`$dbPhenotype #> [1] TRUE #> #> $`AGAT deficiency`$`_parent` #> [1] "DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`AGAT deficiency`$`_is_leaf` #> [1] TRUE #> #> $`AGAT deficiency`$children #> list() #> #> $`AGAT deficiency`$value #> [1] "AGAT deficiency" #> #> #> $`Age of death` #> $`Age of death`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011420" #> #> $`Age of death`$`_id` #> [1] "HP_0011420<HP_0040006<HP_0031797<HP_0000001" #> #> $`Age of death`$privateGeneCount #> [1] 0 #> #> $`Age of death`$publicGeneCount #> [1] 38 #> #> $`Age of death`$urlId #> [1] "HP_0011420" #> #> $`Age of death`$dbPhenotype #> [1] TRUE #> #> $`Age of death`$`_parent` #> [1] "HP_0040006<HP_0031797<HP_0000001" #> #> $`Age of death`$`_is_leaf` #> [1] FALSE #> #> $`Age of death`$children #> $`Age of death`$children[[1]] #> [1] "HP_0003826<HP_0011420<HP_0040006<HP_0031797<HP_0000001" #> #> $`Age of death`$children[[2]] #> [1] "HP_0001699<HP_0011420<HP_0040006<HP_0031797<HP_0000001" #> #> #> $`Age of death`$value #> [1] "Age of death" #> #> #> $`age related macular degeneration` #> $`age related macular degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10871" #> #> $`age related macular degeneration`$`_id` #> [1] "DOID_10871<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`age related macular degeneration`$privateGeneCount #> [1] 0 #> #> $`age related macular degeneration`$publicGeneCount #> [1] 84 #> #> $`age related macular degeneration`$urlId #> [1] "DOID_10871" #> #> $`age related macular degeneration`$dbPhenotype #> [1] TRUE #> #> $`age related macular degeneration`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`age related macular degeneration`$`_is_leaf` #> [1] FALSE #> #> $`age related macular degeneration`$children #> $`age related macular degeneration`$children[[1]] #> [1] "DOID_0050817<DOID_10871<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`age related macular degeneration`$value #> [1] "age related macular degeneration" #> #> #> $`age related macular degeneration` #> $`age related macular degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10871" #> #> $`age related macular degeneration`$`_id` #> [1] "DOID_10871<DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`age related macular degeneration`$privateGeneCount #> [1] 0 #> #> $`age related macular degeneration`$publicGeneCount #> [1] 84 #> #> $`age related macular degeneration`$urlId #> [1] "DOID_10871" #> #> $`age related macular degeneration`$dbPhenotype #> [1] TRUE #> #> $`age related macular degeneration`$`_parent` #> [1] "DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`age related macular degeneration`$`_is_leaf` #> [1] FALSE #> #> $`age related macular degeneration`$children #> $`age related macular degeneration`$children[[1]] #> [1] "DOID_0050817<DOID_10871<DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`age related macular degeneration`$value #> [1] "age related macular degeneration" #> #> #> $`age related macular degeneration` #> $`age related macular degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10871" #> #> $`age related macular degeneration`$`_id` #> [1] "DOID_10871<DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`age related macular degeneration`$privateGeneCount #> [1] 0 #> #> $`age related macular degeneration`$publicGeneCount #> [1] 84 #> #> $`age related macular degeneration`$urlId #> [1] "DOID_10871" #> #> $`age related macular degeneration`$dbPhenotype #> [1] TRUE #> #> $`age related macular degeneration`$`_parent` #> [1] "DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`age related macular degeneration`$`_is_leaf` #> [1] FALSE #> #> $`age related macular degeneration`$children #> $`age related macular degeneration`$children[[1]] #> [1] "DOID_0050817<DOID_10871<DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`age related macular degeneration`$value #> [1] "age related macular degeneration" #> #> #> $`Agenesis of corpus callosum` #> $`Agenesis of corpus callosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001274" #> #> $`Agenesis of corpus callosum`$`_id` #> [1] "HP_0001274<HP_0007370<HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Agenesis of corpus callosum`$privateGeneCount #> [1] 0 #> #> $`Agenesis of corpus callosum`$publicGeneCount #> [1] 3 #> #> $`Agenesis of corpus callosum`$urlId #> [1] "HP_0001274" #> #> $`Agenesis of corpus callosum`$dbPhenotype #> [1] TRUE #> #> $`Agenesis of corpus callosum`$`_parent` #> [1] "HP_0007370<HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Agenesis of corpus callosum`$`_is_leaf` #> [1] FALSE #> #> $`Agenesis of corpus callosum`$children #> $`Agenesis of corpus callosum`$children[[1]] #> [1] "HP_0001338<HP_0001274<HP_0007370<HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Agenesis of corpus callosum`$value #> [1] "Agenesis of corpus callosum" #> #> #> $`aggressive periodontitis` #> $`aggressive periodontitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1474" #> #> $`aggressive periodontitis`$`_id` #> [1] "DOID_1474<DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`aggressive periodontitis`$privateGeneCount #> [1] 0 #> #> $`aggressive periodontitis`$publicGeneCount #> [1] 7 #> #> $`aggressive periodontitis`$urlId #> [1] "DOID_1474" #> #> $`aggressive periodontitis`$dbPhenotype #> [1] TRUE #> #> $`aggressive periodontitis`$`_parent` #> [1] "DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`aggressive periodontitis`$`_is_leaf` #> [1] TRUE #> #> $`aggressive periodontitis`$children #> list() #> #> $`aggressive periodontitis`$value #> [1] "aggressive periodontitis" #> #> #> $`aggressive systemic mastocytosis` #> $`aggressive systemic mastocytosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4798" #> #> $`aggressive systemic mastocytosis`$`_id` #> [1] "DOID_4798<DOID_349<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`aggressive systemic mastocytosis`$privateGeneCount #> [1] 0 #> #> $`aggressive systemic mastocytosis`$publicGeneCount #> [1] 2 #> #> $`aggressive systemic mastocytosis`$urlId #> [1] "DOID_4798" #> #> $`aggressive systemic mastocytosis`$dbPhenotype #> [1] TRUE #> #> $`aggressive systemic mastocytosis`$`_parent` #> [1] "DOID_349<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`aggressive systemic mastocytosis`$`_is_leaf` #> [1] TRUE #> #> $`aggressive systemic mastocytosis`$children #> list() #> #> $`aggressive systemic mastocytosis`$value #> [1] "aggressive systemic mastocytosis" #> #> #> $`agnathia-otocephaly complex` #> $`agnathia-otocephaly complex`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060341" #> #> $`agnathia-otocephaly complex`$`_id` #> [1] "DOID_0060341<DOID_0080015<DOID_4" #> #> $`agnathia-otocephaly complex`$privateGeneCount #> [1] 0 #> #> $`agnathia-otocephaly complex`$publicGeneCount #> [1] 1 #> #> $`agnathia-otocephaly complex`$urlId #> [1] "DOID_0060341" #> #> $`agnathia-otocephaly complex`$dbPhenotype #> [1] TRUE #> #> $`agnathia-otocephaly complex`$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $`agnathia-otocephaly complex`$`_is_leaf` #> [1] TRUE #> #> $`agnathia-otocephaly complex`$children #> list() #> #> $`agnathia-otocephaly complex`$value #> [1] "agnathia-otocephaly complex" #> #> #> $agnosia #> $agnosia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4090" #> #> $agnosia$`_id` #> [1] "DOID_4090<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $agnosia$privateGeneCount #> [1] 0 #> #> $agnosia$publicGeneCount #> [1] 2 #> #> $agnosia$urlId #> [1] "DOID_4090" #> #> $agnosia$dbPhenotype #> [1] TRUE #> #> $agnosia$`_parent` #> [1] "DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $agnosia$`_is_leaf` #> [1] TRUE #> #> $agnosia$children #> list() #> #> $agnosia$value #> [1] "agnosia" #> #> #> $agranulocytosis #> $agranulocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12987" #> #> $agranulocytosis$`_id` #> [1] "DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $agranulocytosis$privateGeneCount #> [1] 0 #> #> $agranulocytosis$publicGeneCount #> [1] 25 #> #> $agranulocytosis$urlId #> [1] "DOID_12987" #> #> $agranulocytosis$dbPhenotype #> [1] TRUE #> #> $agranulocytosis$`_parent` #> [1] "DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $agranulocytosis$`_is_leaf` #> [1] FALSE #> #> $agranulocytosis$children #> $agranulocytosis$children[[1]] #> [1] "DOID_1227<DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> #> $agranulocytosis$value #> [1] "agranulocytosis" #> #> #> $`Aicardi-Goutieres syndrome` #> $`Aicardi-Goutieres syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050629" #> #> $`Aicardi-Goutieres syndrome`$`_id` #> [1] "DOID_0050629<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Aicardi-Goutieres syndrome`$privateGeneCount #> [1] 0 #> #> $`Aicardi-Goutieres syndrome`$publicGeneCount #> [1] 7 #> #> $`Aicardi-Goutieres syndrome`$urlId #> [1] "DOID_0050629" #> #> $`Aicardi-Goutieres syndrome`$dbPhenotype #> [1] TRUE #> #> $`Aicardi-Goutieres syndrome`$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Aicardi-Goutieres syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Aicardi-Goutieres syndrome`$children #> list() #> #> $`Aicardi-Goutieres syndrome`$value #> [1] "Aicardi-Goutieres syndrome" #> #> #> $`Aicardi-Goutieres syndrome` #> $`Aicardi-Goutieres syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050629" #> #> $`Aicardi-Goutieres syndrome`$`_id` #> [1] "DOID_0050629<DOID_225<DOID_4" #> #> $`Aicardi-Goutieres syndrome`$privateGeneCount #> [1] 0 #> #> $`Aicardi-Goutieres syndrome`$publicGeneCount #> [1] 7 #> #> $`Aicardi-Goutieres syndrome`$urlId #> [1] "DOID_0050629" #> #> $`Aicardi-Goutieres syndrome`$dbPhenotype #> [1] TRUE #> #> $`Aicardi-Goutieres syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Aicardi-Goutieres syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Aicardi-Goutieres syndrome`$children #> list() #> #> $`Aicardi-Goutieres syndrome`$value #> [1] "Aicardi-Goutieres syndrome" #> #> #> $`Alagille syndrome` #> $`Alagille syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9245" #> #> $`Alagille syndrome`$`_id` #> [1] "DOID_9245<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`Alagille syndrome`$privateGeneCount #> [1] 0 #> #> $`Alagille syndrome`$publicGeneCount #> [1] 2 #> #> $`Alagille syndrome`$urlId #> [1] "DOID_9245" #> #> $`Alagille syndrome`$dbPhenotype #> [1] TRUE #> #> $`Alagille syndrome`$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`Alagille syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Alagille syndrome`$children #> list() #> #> $`Alagille syndrome`$value #> [1] "Alagille syndrome" #> #> #> $`Aland Island eye disease` #> $`Aland Island eye disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050630" #> #> $`Aland Island eye disease`$`_id` #> [1] "DOID_0050630<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Aland Island eye disease`$privateGeneCount #> [1] 0 #> #> $`Aland Island eye disease`$publicGeneCount #> [1] 1 #> #> $`Aland Island eye disease`$urlId #> [1] "DOID_0050630" #> #> $`Aland Island eye disease`$dbPhenotype #> [1] TRUE #> #> $`Aland Island eye disease`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Aland Island eye disease`$`_is_leaf` #> [1] TRUE #> #> $`Aland Island eye disease`$children #> list() #> #> $`Aland Island eye disease`$value #> [1] "Aland Island eye disease" #> #> #> $`Aland Island eye disease` #> $`Aland Island eye disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050630" #> #> $`Aland Island eye disease`$`_id` #> [1] "DOID_0050630<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Aland Island eye disease`$privateGeneCount #> [1] 0 #> #> $`Aland Island eye disease`$publicGeneCount #> [1] 1 #> #> $`Aland Island eye disease`$urlId #> [1] "DOID_0050630" #> #> $`Aland Island eye disease`$dbPhenotype #> [1] TRUE #> #> $`Aland Island eye disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Aland Island eye disease`$`_is_leaf` #> [1] TRUE #> #> $`Aland Island eye disease`$children #> list() #> #> $`Aland Island eye disease`$value #> [1] "Aland Island eye disease" #> #> #> $`Albright's hereditary osteodystrophy` #> $`Albright's hereditary osteodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080053" #> #> $`Albright's hereditary osteodystrophy`$`_id` #> [1] "DOID_0080053<DOID_4184<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`Albright's hereditary osteodystrophy`$privateGeneCount #> [1] 0 #> #> $`Albright's hereditary osteodystrophy`$publicGeneCount #> [1] 1 #> #> $`Albright's hereditary osteodystrophy`$urlId #> [1] "DOID_0080053" #> #> $`Albright's hereditary osteodystrophy`$dbPhenotype #> [1] TRUE #> #> $`Albright's hereditary osteodystrophy`$`_parent` #> [1] "DOID_4184<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`Albright's hereditary osteodystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Albright's hereditary osteodystrophy`$children #> list() #> #> $`Albright's hereditary osteodystrophy`$value #> [1] "Albright's hereditary osteodystrophy" #> #> #> $Albuminuria #> $Albuminuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012592" #> #> $Albuminuria$`_id` #> [1] "HP_0012592<HP_0020129<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Albuminuria$privateGeneCount #> [1] 0 #> #> $Albuminuria$publicGeneCount #> [1] 52 #> #> $Albuminuria$urlId #> [1] "HP_0012592" #> #> $Albuminuria$dbPhenotype #> [1] TRUE #> #> $Albuminuria$`_parent` #> [1] "HP_0020129<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Albuminuria$`_is_leaf` #> [1] TRUE #> #> $Albuminuria$children #> list() #> #> $Albuminuria$value #> [1] "Albuminuria" #> #> #> $`alcohol dependence` #> $`alcohol dependence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050741" #> #> $`alcohol dependence`$`_id` #> [1] "DOID_0050741<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`alcohol dependence`$privateGeneCount #> [1] 0 #> #> $`alcohol dependence`$publicGeneCount #> [1] 20 #> #> $`alcohol dependence`$urlId #> [1] "DOID_0050741" #> #> $`alcohol dependence`$dbPhenotype #> [1] TRUE #> #> $`alcohol dependence`$`_parent` #> [1] "DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`alcohol dependence`$`_is_leaf` #> [1] TRUE #> #> $`alcohol dependence`$children #> list() #> #> $`alcohol dependence`$value #> [1] "alcohol dependence" #> #> #> $`alcohol use disorder` #> $`alcohol use disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1574" #> #> $`alcohol use disorder`$`_id` #> [1] "DOID_1574<DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`alcohol use disorder`$privateGeneCount #> [1] 0 #> #> $`alcohol use disorder`$publicGeneCount #> [1] 73 #> #> $`alcohol use disorder`$urlId #> [1] "DOID_1574" #> #> $`alcohol use disorder`$dbPhenotype #> [1] TRUE #> #> $`alcohol use disorder`$`_parent` #> [1] "DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`alcohol use disorder`$`_is_leaf` #> [1] TRUE #> #> $`alcohol use disorder`$children #> list() #> #> $`alcohol use disorder`$value #> [1] "alcohol use disorder" #> #> #> $`alcohol-related birth defect` #> $`alcohol-related birth defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050668" #> #> $`alcohol-related birth defect`$`_id` #> [1] "DOID_0050668<DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`alcohol-related birth defect`$privateGeneCount #> [1] 0 #> #> $`alcohol-related birth defect`$publicGeneCount #> [1] 2 #> #> $`alcohol-related birth defect`$urlId #> [1] "DOID_0050668" #> #> $`alcohol-related birth defect`$dbPhenotype #> [1] TRUE #> #> $`alcohol-related birth defect`$`_parent` #> [1] "DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`alcohol-related birth defect`$`_is_leaf` #> [1] TRUE #> #> $`alcohol-related birth defect`$children #> list() #> #> $`alcohol-related birth defect`$value #> [1] "alcohol-related birth defect" #> #> #> $`alcohol-related neurodevelopmental disorder` #> $`alcohol-related neurodevelopmental disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050667" #> #> $`alcohol-related neurodevelopmental disorder`$`_id` #> [1] "DOID_0050667<DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`alcohol-related neurodevelopmental disorder`$privateGeneCount #> [1] 0 #> #> $`alcohol-related neurodevelopmental disorder`$publicGeneCount #> [1] 15 #> #> $`alcohol-related neurodevelopmental disorder`$urlId #> [1] "DOID_0050667" #> #> $`alcohol-related neurodevelopmental disorder`$dbPhenotype #> [1] TRUE #> #> $`alcohol-related neurodevelopmental disorder`$`_parent` #> [1] "DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`alcohol-related neurodevelopmental disorder`$`_is_leaf` #> [1] TRUE #> #> $`alcohol-related neurodevelopmental disorder`$children #> list() #> #> $`alcohol-related neurodevelopmental disorder`$value #> [1] "alcohol-related neurodevelopmental disorder" #> #> #> $`alcoholic cardiomyopathy` #> $`alcoholic cardiomyopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12935" #> #> $`alcoholic cardiomyopathy`$`_id` #> [1] "DOID_12935<DOID_3978<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`alcoholic cardiomyopathy`$privateGeneCount #> [1] 0 #> #> $`alcoholic cardiomyopathy`$publicGeneCount #> [1] 1 #> #> $`alcoholic cardiomyopathy`$urlId #> [1] "DOID_12935" #> #> $`alcoholic cardiomyopathy`$dbPhenotype #> [1] TRUE #> #> $`alcoholic cardiomyopathy`$`_parent` #> [1] "DOID_3978<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`alcoholic cardiomyopathy`$`_is_leaf` #> [1] TRUE #> #> $`alcoholic cardiomyopathy`$children #> list() #> #> $`alcoholic cardiomyopathy`$value #> [1] "alcoholic cardiomyopathy" #> #> #> $`alcoholic hepatitis` #> $`alcoholic hepatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12351" #> #> $`alcoholic hepatitis`$`_id` #> [1] "DOID_12351<DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`alcoholic hepatitis`$privateGeneCount #> [1] 0 #> #> $`alcoholic hepatitis`$publicGeneCount #> [1] 4 #> #> $`alcoholic hepatitis`$urlId #> [1] "DOID_12351" #> #> $`alcoholic hepatitis`$dbPhenotype #> [1] TRUE #> #> $`alcoholic hepatitis`$`_parent` #> [1] "DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`alcoholic hepatitis`$`_is_leaf` #> [1] TRUE #> #> $`alcoholic hepatitis`$children #> list() #> #> $`alcoholic hepatitis`$value #> [1] "alcoholic hepatitis" #> #> #> $`alcoholic liver cirrhosis` #> $`alcoholic liver cirrhosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14018" #> #> $`alcoholic liver cirrhosis`$`_id` #> [1] "DOID_14018<DOID_5082<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`alcoholic liver cirrhosis`$privateGeneCount #> [1] 0 #> #> $`alcoholic liver cirrhosis`$publicGeneCount #> [1] 20 #> #> $`alcoholic liver cirrhosis`$urlId #> [1] "DOID_14018" #> #> $`alcoholic liver cirrhosis`$dbPhenotype #> [1] TRUE #> #> $`alcoholic liver cirrhosis`$`_parent` #> [1] "DOID_5082<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`alcoholic liver cirrhosis`$`_is_leaf` #> [1] TRUE #> #> $`alcoholic liver cirrhosis`$children #> list() #> #> $`alcoholic liver cirrhosis`$value #> [1] "alcoholic liver cirrhosis" #> #> #> $`alcoholic pancreatitis` #> $`alcoholic pancreatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4988" #> #> $`alcoholic pancreatitis`$`_id` #> [1] "DOID_4988<DOID_4989<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`alcoholic pancreatitis`$privateGeneCount #> [1] 0 #> #> $`alcoholic pancreatitis`$publicGeneCount #> [1] 2 #> #> $`alcoholic pancreatitis`$urlId #> [1] "DOID_4988" #> #> $`alcoholic pancreatitis`$dbPhenotype #> [1] TRUE #> #> $`alcoholic pancreatitis`$`_parent` #> [1] "DOID_4989<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`alcoholic pancreatitis`$`_is_leaf` #> [1] TRUE #> #> $`alcoholic pancreatitis`$children #> list() #> #> $`alcoholic pancreatitis`$value #> [1] "alcoholic pancreatitis" #> #> #> $`Alexander disease` #> $`Alexander disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4252" #> #> $`Alexander disease`$`_id` #> [1] "DOID_4252<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Alexander disease`$privateGeneCount #> [1] 0 #> #> $`Alexander disease`$publicGeneCount #> [1] 1 #> #> $`Alexander disease`$urlId #> [1] "DOID_4252" #> #> $`Alexander disease`$dbPhenotype #> [1] TRUE #> #> $`Alexander disease`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Alexander disease`$`_is_leaf` #> [1] TRUE #> #> $`Alexander disease`$children #> list() #> #> $`Alexander disease`$value #> [1] "Alexander disease" #> #> #> $`Alexander disease` #> $`Alexander disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4252" #> #> $`Alexander disease`$`_id` #> [1] "DOID_4252<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Alexander disease`$privateGeneCount #> [1] 0 #> #> $`Alexander disease`$publicGeneCount #> [1] 1 #> #> $`Alexander disease`$urlId #> [1] "DOID_4252" #> #> $`Alexander disease`$dbPhenotype #> [1] TRUE #> #> $`Alexander disease`$`_parent` #> [1] "DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Alexander disease`$`_is_leaf` #> [1] TRUE #> #> $`Alexander disease`$children #> list() #> #> $`Alexander disease`$value #> [1] "Alexander disease" #> #> #> $Alkalosis #> $Alkalosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001948" #> #> $Alkalosis$`_id` #> [1] "HP_0001948<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Alkalosis$privateGeneCount #> [1] 0 #> #> $Alkalosis$publicGeneCount #> [1] 1 #> #> $Alkalosis$urlId #> [1] "HP_0001948" #> #> $Alkalosis$dbPhenotype #> [1] TRUE #> #> $Alkalosis$`_parent` #> [1] "HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Alkalosis$`_is_leaf` #> [1] TRUE #> #> $Alkalosis$children #> list() #> #> $Alkalosis$value #> [1] "Alkalosis" #> #> #> $alkaptonuria #> $alkaptonuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9270" #> #> $alkaptonuria$`_id` #> [1] "DOID_9270<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $alkaptonuria$privateGeneCount #> [1] 0 #> #> $alkaptonuria$publicGeneCount #> [1] 1 #> #> $alkaptonuria$urlId #> [1] "DOID_9270" #> #> $alkaptonuria$dbPhenotype #> [1] TRUE #> #> $alkaptonuria$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $alkaptonuria$`_is_leaf` #> [1] TRUE #> #> $alkaptonuria$children #> list() #> #> $alkaptonuria$value #> [1] "alkaptonuria" #> #> #> $`Allan-Herndon-Dudley syndrome` #> $`Allan-Herndon-Dudley syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050631" #> #> $`Allan-Herndon-Dudley syndrome`$`_id` #> [1] "DOID_0050631<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Allan-Herndon-Dudley syndrome`$privateGeneCount #> [1] 0 #> #> $`Allan-Herndon-Dudley syndrome`$publicGeneCount #> [1] 1 #> #> $`Allan-Herndon-Dudley syndrome`$urlId #> [1] "DOID_0050631" #> #> $`Allan-Herndon-Dudley syndrome`$dbPhenotype #> [1] TRUE #> #> $`Allan-Herndon-Dudley syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Allan-Herndon-Dudley syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Allan-Herndon-Dudley syndrome`$children #> list() #> #> $`Allan-Herndon-Dudley syndrome`$value #> [1] "Allan-Herndon-Dudley syndrome" #> #> #> $`Allan-Herndon-Dudley syndrome` #> $`Allan-Herndon-Dudley syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050631" #> #> $`Allan-Herndon-Dudley syndrome`$`_id` #> [1] "DOID_0050631<DOID_225<DOID_4" #> #> $`Allan-Herndon-Dudley syndrome`$privateGeneCount #> [1] 0 #> #> $`Allan-Herndon-Dudley syndrome`$publicGeneCount #> [1] 1 #> #> $`Allan-Herndon-Dudley syndrome`$urlId #> [1] "DOID_0050631" #> #> $`Allan-Herndon-Dudley syndrome`$dbPhenotype #> [1] TRUE #> #> $`Allan-Herndon-Dudley syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Allan-Herndon-Dudley syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Allan-Herndon-Dudley syndrome`$children #> list() #> #> $`Allan-Herndon-Dudley syndrome`$value #> [1] "Allan-Herndon-Dudley syndrome" #> #> #> $`allergic bronchopulmonary aspergillosis` #> $`allergic bronchopulmonary aspergillosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13166" #> #> $`allergic bronchopulmonary aspergillosis`$`_id` #> [1] "DOID_13166<DOID_13564<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`allergic bronchopulmonary aspergillosis`$privateGeneCount #> [1] 0 #> #> $`allergic bronchopulmonary aspergillosis`$publicGeneCount #> [1] 5 #> #> $`allergic bronchopulmonary aspergillosis`$urlId #> [1] "DOID_13166" #> #> $`allergic bronchopulmonary aspergillosis`$dbPhenotype #> [1] TRUE #> #> $`allergic bronchopulmonary aspergillosis`$`_parent` #> [1] "DOID_13564<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`allergic bronchopulmonary aspergillosis`$`_is_leaf` #> [1] TRUE #> #> $`allergic bronchopulmonary aspergillosis`$children #> list() #> #> $`allergic bronchopulmonary aspergillosis`$value #> [1] "allergic bronchopulmonary aspergillosis" #> #> #> $`allergic conjunctivitis` #> $`allergic conjunctivitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11204" #> #> $`allergic conjunctivitis`$`_id` #> [1] "DOID_11204<DOID_2475<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`allergic conjunctivitis`$privateGeneCount #> [1] 0 #> #> $`allergic conjunctivitis`$publicGeneCount #> [1] 13 #> #> $`allergic conjunctivitis`$urlId #> [1] "DOID_11204" #> #> $`allergic conjunctivitis`$dbPhenotype #> [1] TRUE #> #> $`allergic conjunctivitis`$`_parent` #> [1] "DOID_2475<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`allergic conjunctivitis`$`_is_leaf` #> [1] TRUE #> #> $`allergic conjunctivitis`$children #> list() #> #> $`allergic conjunctivitis`$value #> [1] "allergic conjunctivitis" #> #> #> $`allergic contact dermatitis` #> $`allergic contact dermatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3042" #> #> $`allergic contact dermatitis`$`_id` #> [1] "DOID_3042<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`allergic contact dermatitis`$privateGeneCount #> [1] 0 #> #> $`allergic contact dermatitis`$publicGeneCount #> [1] 75 #> #> $`allergic contact dermatitis`$urlId #> [1] "DOID_3042" #> #> $`allergic contact dermatitis`$dbPhenotype #> [1] TRUE #> #> $`allergic contact dermatitis`$`_parent` #> [1] "DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`allergic contact dermatitis`$`_is_leaf` #> [1] TRUE #> #> $`allergic contact dermatitis`$children #> list() #> #> $`allergic contact dermatitis`$value #> [1] "allergic contact dermatitis" #> #> #> $`allergic hypersensitivity disease` #> $`allergic hypersensitivity disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1205" #> #> $`allergic hypersensitivity disease`$`_id` #> [1] "DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`allergic hypersensitivity disease`$privateGeneCount #> [1] 0 #> #> $`allergic hypersensitivity disease`$publicGeneCount #> [1] 169 #> #> $`allergic hypersensitivity disease`$urlId #> [1] "DOID_1205" #> #> $`allergic hypersensitivity disease`$dbPhenotype #> [1] TRUE #> #> $`allergic hypersensitivity disease`$`_parent` #> [1] "DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`allergic hypersensitivity disease`$`_is_leaf` #> [1] FALSE #> #> $`allergic hypersensitivity disease`$children #> $`allergic hypersensitivity disease`$children[[1]] #> [1] "DOID_3042<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`allergic hypersensitivity disease`$children[[2]] #> [1] "DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`allergic hypersensitivity disease`$value #> [1] "allergic hypersensitivity disease" #> #> #> $`allergic rhinitis` #> $`allergic rhinitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4481" #> #> $`allergic rhinitis`$`_id` #> [1] "DOID_4481<DOID_4483<DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`allergic rhinitis`$privateGeneCount #> [1] 0 #> #> $`allergic rhinitis`$publicGeneCount #> [1] 33 #> #> $`allergic rhinitis`$urlId #> [1] "DOID_4481" #> #> $`allergic rhinitis`$dbPhenotype #> [1] TRUE #> #> $`allergic rhinitis`$`_parent` #> [1] "DOID_4483<DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`allergic rhinitis`$`_is_leaf` #> [1] TRUE #> #> $`allergic rhinitis`$children #> list() #> #> $`allergic rhinitis`$value #> [1] "allergic rhinitis" #> #> #> $alopecia #> $alopecia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_987" #> #> $alopecia$`_id` #> [1] "DOID_987<DOID_4535<DOID_421<DOID_16<DOID_7<DOID_4" #> #> $alopecia$privateGeneCount #> [1] 0 #> #> $alopecia$publicGeneCount #> [1] 22 #> #> $alopecia$urlId #> [1] "DOID_987" #> #> $alopecia$dbPhenotype #> [1] TRUE #> #> $alopecia$`_parent` #> [1] "DOID_4535<DOID_421<DOID_16<DOID_7<DOID_4" #> #> $alopecia$`_is_leaf` #> [1] FALSE #> #> $alopecia$children #> $alopecia$children[[1]] #> [1] "DOID_0050634<DOID_987<DOID_4535<DOID_421<DOID_16<DOID_7<DOID_4" #> #> #> $alopecia$value #> [1] "alopecia" #> #> #> $`alopecia areata` #> $`alopecia areata`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_986" #> #> $`alopecia areata`$`_id` #> [1] "DOID_986<DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`alopecia areata`$privateGeneCount #> [1] 0 #> #> $`alopecia areata`$publicGeneCount #> [1] 27 #> #> $`alopecia areata`$urlId #> [1] "DOID_986" #> #> $`alopecia areata`$dbPhenotype #> [1] TRUE #> #> $`alopecia areata`$`_parent` #> [1] "DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`alopecia areata`$`_is_leaf` #> [1] TRUE #> #> $`alopecia areata`$children #> list() #> #> $`alopecia areata`$value #> [1] "alopecia areata" #> #> #> $`alopecia areata` #> $`alopecia areata`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_986" #> #> $`alopecia areata`$`_id` #> [1] "DOID_986<DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`alopecia areata`$privateGeneCount #> [1] 0 #> #> $`alopecia areata`$publicGeneCount #> [1] 27 #> #> $`alopecia areata`$urlId #> [1] "DOID_986" #> #> $`alopecia areata`$dbPhenotype #> [1] TRUE #> #> $`alopecia areata`$`_parent` #> [1] "DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`alopecia areata`$`_is_leaf` #> [1] TRUE #> #> $`alopecia areata`$children #> list() #> #> $`alopecia areata`$value #> [1] "alopecia areata" #> #> #> $`alopecia areata` #> $`alopecia areata`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_986" #> #> $`alopecia areata`$`_id` #> [1] "DOID_986<DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`alopecia areata`$privateGeneCount #> [1] 0 #> #> $`alopecia areata`$publicGeneCount #> [1] 27 #> #> $`alopecia areata`$urlId #> [1] "DOID_986" #> #> $`alopecia areata`$dbPhenotype #> [1] TRUE #> #> $`alopecia areata`$`_parent` #> [1] "DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`alopecia areata`$`_is_leaf` #> [1] TRUE #> #> $`alopecia areata`$children #> list() #> #> $`alopecia areata`$value #> [1] "alopecia areata" #> #> #> $`alopecia areata` #> $`alopecia areata`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_986" #> #> $`alopecia areata`$`_id` #> [1] "DOID_986<DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`alopecia areata`$privateGeneCount #> [1] 0 #> #> $`alopecia areata`$publicGeneCount #> [1] 27 #> #> $`alopecia areata`$urlId #> [1] "DOID_986" #> #> $`alopecia areata`$dbPhenotype #> [1] TRUE #> #> $`alopecia areata`$`_parent` #> [1] "DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`alopecia areata`$`_is_leaf` #> [1] TRUE #> #> $`alopecia areata`$children #> list() #> #> $`alopecia areata`$value #> [1] "alopecia areata" #> #> #> $`alopecia universalis` #> $`alopecia universalis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050634" #> #> $`alopecia universalis`$`_id` #> [1] "DOID_0050634<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`alopecia universalis`$privateGeneCount #> [1] 0 #> #> $`alopecia universalis`$publicGeneCount #> [1] 2 #> #> $`alopecia universalis`$urlId #> [1] "DOID_0050634" #> #> $`alopecia universalis`$dbPhenotype #> [1] TRUE #> #> $`alopecia universalis`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`alopecia universalis`$`_is_leaf` #> [1] TRUE #> #> $`alopecia universalis`$children #> list() #> #> $`alopecia universalis`$value #> [1] "alopecia universalis" #> #> #> $`alopecia universalis` #> $`alopecia universalis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050634" #> #> $`alopecia universalis`$`_id` #> [1] "DOID_0050634<DOID_987<DOID_4535<DOID_421<DOID_16<DOID_7<DOID_4" #> #> $`alopecia universalis`$privateGeneCount #> [1] 0 #> #> $`alopecia universalis`$publicGeneCount #> [1] 2 #> #> $`alopecia universalis`$urlId #> [1] "DOID_0050634" #> #> $`alopecia universalis`$dbPhenotype #> [1] TRUE #> #> $`alopecia universalis`$`_parent` #> [1] "DOID_987<DOID_4535<DOID_421<DOID_16<DOID_7<DOID_4" #> #> $`alopecia universalis`$`_is_leaf` #> [1] TRUE #> #> $`alopecia universalis`$children #> list() #> #> $`alopecia universalis`$value #> [1] "alopecia universalis" #> #> #> $`alpha 1-antitrypsin deficiency` #> $`alpha 1-antitrypsin deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13372" #> #> $`alpha 1-antitrypsin deficiency`$`_id` #> [1] "DOID_13372<DOID_2345<DOID_655<DOID_0014667<DOID_4" #> #> $`alpha 1-antitrypsin deficiency`$privateGeneCount #> [1] 0 #> #> $`alpha 1-antitrypsin deficiency`$publicGeneCount #> [1] 1 #> #> $`alpha 1-antitrypsin deficiency`$urlId #> [1] "DOID_13372" #> #> $`alpha 1-antitrypsin deficiency`$dbPhenotype #> [1] TRUE #> #> $`alpha 1-antitrypsin deficiency`$`_parent` #> [1] "DOID_2345<DOID_655<DOID_0014667<DOID_4" #> #> $`alpha 1-antitrypsin deficiency`$`_is_leaf` #> [1] TRUE #> #> $`alpha 1-antitrypsin deficiency`$children #> list() #> #> $`alpha 1-antitrypsin deficiency`$value #> [1] "alpha 1-antitrypsin deficiency" #> #> #> $`alpha thalassemia` #> $`alpha thalassemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1099" #> #> $`alpha thalassemia`$`_id` #> [1] "DOID_1099<DOID_10241<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`alpha thalassemia`$privateGeneCount #> [1] 0 #> #> $`alpha thalassemia`$publicGeneCount #> [1] 3 #> #> $`alpha thalassemia`$urlId #> [1] "DOID_1099" #> #> $`alpha thalassemia`$dbPhenotype #> [1] TRUE #> #> $`alpha thalassemia`$`_parent` #> [1] "DOID_10241<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`alpha thalassemia`$`_is_leaf` #> [1] TRUE #> #> $`alpha thalassemia`$children #> list() #> #> $`alpha thalassemia`$value #> [1] "alpha thalassemia" #> #> #> $`alpha thalassemia` #> $`alpha thalassemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1099" #> #> $`alpha thalassemia`$`_id` #> [1] "DOID_1099<DOID_10241<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`alpha thalassemia`$privateGeneCount #> [1] 0 #> #> $`alpha thalassemia`$publicGeneCount #> [1] 3 #> #> $`alpha thalassemia`$urlId #> [1] "DOID_1099" #> #> $`alpha thalassemia`$dbPhenotype #> [1] TRUE #> #> $`alpha thalassemia`$`_parent` #> [1] "DOID_10241<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`alpha thalassemia`$`_is_leaf` #> [1] TRUE #> #> $`alpha thalassemia`$children #> list() #> #> $`alpha thalassemia`$value #> [1] "alpha thalassemia" #> #> #> $`alpha-mannosidosis` #> $`alpha-mannosidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3413" #> #> $`alpha-mannosidosis`$`_id` #> [1] "DOID_3413<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`alpha-mannosidosis`$privateGeneCount #> [1] 0 #> #> $`alpha-mannosidosis`$publicGeneCount #> [1] 1 #> #> $`alpha-mannosidosis`$urlId #> [1] "DOID_3413" #> #> $`alpha-mannosidosis`$dbPhenotype #> [1] TRUE #> #> $`alpha-mannosidosis`$`_parent` #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`alpha-mannosidosis`$`_is_leaf` #> [1] TRUE #> #> $`alpha-mannosidosis`$children #> list() #> #> $`alpha-mannosidosis`$value #> [1] "alpha-mannosidosis" #> #> #> $`Alport syndrome` #> $`Alport syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10983" #> #> $`Alport syndrome`$`_id` #> [1] "DOID_10983<DOID_0050177<DOID_630<DOID_4" #> #> $`Alport syndrome`$privateGeneCount #> [1] 0 #> #> $`Alport syndrome`$publicGeneCount #> [1] 6 #> #> $`Alport syndrome`$urlId #> [1] "DOID_10983" #> #> $`Alport syndrome`$dbPhenotype #> [1] TRUE #> #> $`Alport syndrome`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`Alport syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Alport syndrome`$children #> list() #> #> $`Alport syndrome`$value #> [1] "Alport syndrome" #> #> #> $`Alport syndrome` #> $`Alport syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10983" #> #> $`Alport syndrome`$`_id` #> [1] "DOID_10983<DOID_225<DOID_4" #> #> $`Alport syndrome`$privateGeneCount #> [1] 0 #> #> $`Alport syndrome`$publicGeneCount #> [1] 6 #> #> $`Alport syndrome`$urlId #> [1] "DOID_10983" #> #> $`Alport syndrome`$dbPhenotype #> [1] TRUE #> #> $`Alport syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Alport syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Alport syndrome`$children #> list() #> #> $`Alport syndrome`$value #> [1] "Alport syndrome" #> #> #> $`Alstrom syndrome` #> $`Alstrom syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050473" #> #> $`Alstrom syndrome`$`_id` #> [1] "DOID_0050473<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Alstrom syndrome`$privateGeneCount #> [1] 0 #> #> $`Alstrom syndrome`$publicGeneCount #> [1] 1 #> #> $`Alstrom syndrome`$urlId #> [1] "DOID_0050473" #> #> $`Alstrom syndrome`$dbPhenotype #> [1] TRUE #> #> $`Alstrom syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Alstrom syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Alstrom syndrome`$children #> list() #> #> $`Alstrom syndrome`$value #> [1] "Alstrom syndrome" #> #> #> $`Alstrom syndrome` #> $`Alstrom syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050473" #> #> $`Alstrom syndrome`$`_id` #> [1] "DOID_0050473<DOID_225<DOID_4" #> #> $`Alstrom syndrome`$privateGeneCount #> [1] 0 #> #> $`Alstrom syndrome`$publicGeneCount #> [1] 1 #> #> $`Alstrom syndrome`$urlId #> [1] "DOID_0050473" #> #> $`Alstrom syndrome`$dbPhenotype #> [1] TRUE #> #> $`Alstrom syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Alstrom syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Alstrom syndrome`$children #> list() #> #> $`Alstrom syndrome`$value #> [1] "Alstrom syndrome" #> #> #> $`alternating hemiplegia of childhood` #> $`alternating hemiplegia of childhood`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050635" #> #> $`alternating hemiplegia of childhood`$`_id` #> [1] "DOID_0050635<DOID_10969<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`alternating hemiplegia of childhood`$privateGeneCount #> [1] 0 #> #> $`alternating hemiplegia of childhood`$publicGeneCount #> [1] 4 #> #> $`alternating hemiplegia of childhood`$urlId #> [1] "DOID_0050635" #> #> $`alternating hemiplegia of childhood`$dbPhenotype #> [1] TRUE #> #> $`alternating hemiplegia of childhood`$`_parent` #> [1] "DOID_10969<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`alternating hemiplegia of childhood`$`_is_leaf` #> [1] TRUE #> #> $`alternating hemiplegia of childhood`$children #> list() #> #> $`alternating hemiplegia of childhood`$value #> [1] "alternating hemiplegia of childhood" #> #> #> $`alveolar rhabdomyosarcoma` #> $`alveolar rhabdomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4051" #> #> $`alveolar rhabdomyosarcoma`$`_id` #> [1] "DOID_4051<DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`alveolar rhabdomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`alveolar rhabdomyosarcoma`$publicGeneCount #> [1] 4 #> #> $`alveolar rhabdomyosarcoma`$urlId #> [1] "DOID_4051" #> #> $`alveolar rhabdomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`alveolar rhabdomyosarcoma`$`_parent` #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`alveolar rhabdomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`alveolar rhabdomyosarcoma`$children #> list() #> #> $`alveolar rhabdomyosarcoma`$value #> [1] "alveolar rhabdomyosarcoma" #> #> #> $`alveolar rhabdomyosarcoma` #> $`alveolar rhabdomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4051" #> #> $`alveolar rhabdomyosarcoma`$`_id` #> [1] "DOID_4051<DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`alveolar rhabdomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`alveolar rhabdomyosarcoma`$publicGeneCount #> [1] 4 #> #> $`alveolar rhabdomyosarcoma`$urlId #> [1] "DOID_4051" #> #> $`alveolar rhabdomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`alveolar rhabdomyosarcoma`$`_parent` #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`alveolar rhabdomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`alveolar rhabdomyosarcoma`$children #> list() #> #> $`alveolar rhabdomyosarcoma`$value #> [1] "alveolar rhabdomyosarcoma" #> #> #> $`alveolar rhabdomyosarcoma` #> $`alveolar rhabdomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4051" #> #> $`alveolar rhabdomyosarcoma`$`_id` #> [1] "DOID_4051<DOID_3247<DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`alveolar rhabdomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`alveolar rhabdomyosarcoma`$publicGeneCount #> [1] 4 #> #> $`alveolar rhabdomyosarcoma`$urlId #> [1] "DOID_4051" #> #> $`alveolar rhabdomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`alveolar rhabdomyosarcoma`$`_parent` #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`alveolar rhabdomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`alveolar rhabdomyosarcoma`$children #> list() #> #> $`alveolar rhabdomyosarcoma`$value #> [1] "alveolar rhabdomyosarcoma" #> #> #> $`alveolar soft part sarcoma` #> $`alveolar soft part sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4239" #> #> $`alveolar soft part sarcoma`$`_id` #> [1] "DOID_4239<DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`alveolar soft part sarcoma`$privateGeneCount #> [1] 0 #> #> $`alveolar soft part sarcoma`$publicGeneCount #> [1] 1 #> #> $`alveolar soft part sarcoma`$urlId #> [1] "DOID_4239" #> #> $`alveolar soft part sarcoma`$dbPhenotype #> [1] TRUE #> #> $`alveolar soft part sarcoma`$`_parent` #> [1] "DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`alveolar soft part sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`alveolar soft part sarcoma`$children #> list() #> #> $`alveolar soft part sarcoma`$value #> [1] "alveolar soft part sarcoma" #> #> #> $`alveolar soft part sarcoma` #> $`alveolar soft part sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4239" #> #> $`alveolar soft part sarcoma`$`_id` #> [1] "DOID_4239<DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`alveolar soft part sarcoma`$privateGeneCount #> [1] 0 #> #> $`alveolar soft part sarcoma`$publicGeneCount #> [1] 1 #> #> $`alveolar soft part sarcoma`$urlId #> [1] "DOID_4239" #> #> $`alveolar soft part sarcoma`$dbPhenotype #> [1] TRUE #> #> $`alveolar soft part sarcoma`$`_parent` #> [1] "DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`alveolar soft part sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`alveolar soft part sarcoma`$children #> list() #> #> $`alveolar soft part sarcoma`$value #> [1] "alveolar soft part sarcoma" #> #> #> $`alveolar soft part sarcoma` #> $`alveolar soft part sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4239" #> #> $`alveolar soft part sarcoma`$`_id` #> [1] "DOID_4239<DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`alveolar soft part sarcoma`$privateGeneCount #> [1] 0 #> #> $`alveolar soft part sarcoma`$publicGeneCount #> [1] 1 #> #> $`alveolar soft part sarcoma`$urlId #> [1] "DOID_4239" #> #> $`alveolar soft part sarcoma`$dbPhenotype #> [1] TRUE #> #> $`alveolar soft part sarcoma`$`_parent` #> [1] "DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`alveolar soft part sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`alveolar soft part sarcoma`$children #> list() #> #> $`alveolar soft part sarcoma`$value #> [1] "alveolar soft part sarcoma" #> #> #> $`Alzheimer's disease` #> $`Alzheimer's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10652" #> #> $`Alzheimer's disease`$`_id` #> [1] "DOID_10652<DOID_680<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Alzheimer's disease`$privateGeneCount #> [1] 0 #> #> $`Alzheimer's disease`$publicGeneCount #> [1] 359 #> #> $`Alzheimer's disease`$urlId #> [1] "DOID_10652" #> #> $`Alzheimer's disease`$dbPhenotype #> [1] TRUE #> #> $`Alzheimer's disease`$`_parent` #> [1] "DOID_680<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Alzheimer's disease`$`_is_leaf` #> [1] TRUE #> #> $`Alzheimer's disease`$children #> list() #> #> $`Alzheimer's disease`$value #> [1] "Alzheimer's disease" #> #> #> $`Amaurosis fugax` #> $`Amaurosis fugax`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100576" #> #> $`Amaurosis fugax`$`_id` #> [1] "HP_0100576<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Amaurosis fugax`$privateGeneCount #> [1] 0 #> #> $`Amaurosis fugax`$publicGeneCount #> [1] 1 #> #> $`Amaurosis fugax`$urlId #> [1] "HP_0100576" #> #> $`Amaurosis fugax`$dbPhenotype #> [1] TRUE #> #> $`Amaurosis fugax`$`_parent` #> [1] "HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Amaurosis fugax`$`_is_leaf` #> [1] TRUE #> #> $`Amaurosis fugax`$children #> list() #> #> $`Amaurosis fugax`$value #> [1] "Amaurosis fugax" #> #> #> $amebiasis #> $amebiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9181" #> #> $amebiasis$`_id` #> [1] "DOID_9181<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $amebiasis$privateGeneCount #> [1] 0 #> #> $amebiasis$publicGeneCount #> [1] 6 #> #> $amebiasis$urlId #> [1] "DOID_9181" #> #> $amebiasis$dbPhenotype #> [1] TRUE #> #> $amebiasis$`_parent` #> [1] "DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $amebiasis$`_is_leaf` #> [1] TRUE #> #> $amebiasis$children #> list() #> #> $amebiasis$value #> [1] "amebiasis" #> #> #> $`Amegakaryocytic thrombocytopenia` #> $`Amegakaryocytic thrombocytopenia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004859" #> #> $`Amegakaryocytic thrombocytopenia`$`_id` #> [1] "HP_0004859<HP_0001873<HP_0011873<HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> $`Amegakaryocytic thrombocytopenia`$privateGeneCount #> [1] 0 #> #> $`Amegakaryocytic thrombocytopenia`$publicGeneCount #> [1] 1 #> #> $`Amegakaryocytic thrombocytopenia`$urlId #> [1] "HP_0004859" #> #> $`Amegakaryocytic thrombocytopenia`$dbPhenotype #> [1] TRUE #> #> $`Amegakaryocytic thrombocytopenia`$`_parent` #> [1] "HP_0001873<HP_0011873<HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> $`Amegakaryocytic thrombocytopenia`$`_is_leaf` #> [1] TRUE #> #> $`Amegakaryocytic thrombocytopenia`$children #> list() #> #> $`Amegakaryocytic thrombocytopenia`$value #> [1] "Amegakaryocytic thrombocytopenia" #> #> #> $`amelanotic melanoma` #> $`amelanotic melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4359" #> #> $`amelanotic melanoma`$`_id` #> [1] "DOID_4359<DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`amelanotic melanoma`$privateGeneCount #> [1] 0 #> #> $`amelanotic melanoma`$publicGeneCount #> [1] 1 #> #> $`amelanotic melanoma`$urlId #> [1] "DOID_4359" #> #> $`amelanotic melanoma`$dbPhenotype #> [1] TRUE #> #> $`amelanotic melanoma`$`_parent` #> [1] "DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`amelanotic melanoma`$`_is_leaf` #> [1] TRUE #> #> $`amelanotic melanoma`$children #> list() #> #> $`amelanotic melanoma`$value #> [1] "amelanotic melanoma" #> #> #> $Amelia #> $Amelia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009827" #> #> $Amelia$`_id` #> [1] "HP_0009827<HP_0009815<HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Amelia$privateGeneCount #> [1] 0 #> #> $Amelia$publicGeneCount #> [1] 1 #> #> $Amelia$urlId #> [1] "HP_0009827" #> #> $Amelia$dbPhenotype #> [1] FALSE #> #> $Amelia$`_parent` #> [1] "HP_0009815<HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Amelia$`_is_leaf` #> [1] FALSE #> #> $Amelia$children #> $Amelia$children[[1]] #> [1] "HP_0003057<HP_0009827<HP_0009815<HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $Amelia$value #> [1] "Amelia" #> #> #> $Amelia #> $Amelia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009827" #> #> $Amelia$`_id` #> [1] "HP_0009827<HP_0009815<HP_0040064<HP_0000118<HP_0000001" #> #> $Amelia$privateGeneCount #> [1] 0 #> #> $Amelia$publicGeneCount #> [1] 1 #> #> $Amelia$urlId #> [1] "HP_0009827" #> #> $Amelia$dbPhenotype #> [1] FALSE #> #> $Amelia$`_parent` #> [1] "HP_0009815<HP_0040064<HP_0000118<HP_0000001" #> #> $Amelia$`_is_leaf` #> [1] FALSE #> #> $Amelia$children #> $Amelia$children[[1]] #> [1] "HP_0003057<HP_0009827<HP_0009815<HP_0040064<HP_0000118<HP_0000001" #> #> #> $Amelia$value #> [1] "Amelia" #> #> #> $ameloblastoma #> $ameloblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050894" #> #> $ameloblastoma$`_id` #> [1] "DOID_0050894<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $ameloblastoma$privateGeneCount #> [1] 0 #> #> $ameloblastoma$publicGeneCount #> [1] 2 #> #> $ameloblastoma$urlId #> [1] "DOID_0050894" #> #> $ameloblastoma$dbPhenotype #> [1] TRUE #> #> $ameloblastoma$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $ameloblastoma$`_is_leaf` #> [1] TRUE #> #> $ameloblastoma$children #> list() #> #> $ameloblastoma$value #> [1] "ameloblastoma" #> #> #> $`amelogenesis imperfecta` #> $`amelogenesis imperfecta`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2187" #> #> $`amelogenesis imperfecta`$`_id` #> [1] "DOID_2187<DOID_693<DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`amelogenesis imperfecta`$privateGeneCount #> [1] 0 #> #> $`amelogenesis imperfecta`$publicGeneCount #> [1] 13 #> #> $`amelogenesis imperfecta`$urlId #> [1] "DOID_2187" #> #> $`amelogenesis imperfecta`$dbPhenotype #> [1] TRUE #> #> $`amelogenesis imperfecta`$`_parent` #> [1] "DOID_693<DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`amelogenesis imperfecta`$`_is_leaf` #> [1] TRUE #> #> $`amelogenesis imperfecta`$children #> list() #> #> $`amelogenesis imperfecta`$value #> [1] "amelogenesis imperfecta" #> #> #> $amenorrhea #> $amenorrhea$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13938" #> #> $amenorrhea$`_id` #> [1] "DOID_13938<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $amenorrhea$privateGeneCount #> [1] 0 #> #> $amenorrhea$publicGeneCount #> [1] 6 #> #> $amenorrhea$urlId #> [1] "DOID_13938" #> #> $amenorrhea$dbPhenotype #> [1] TRUE #> #> $amenorrhea$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $amenorrhea$`_is_leaf` #> [1] TRUE #> #> $amenorrhea$children #> list() #> #> $amenorrhea$value #> [1] "amenorrhea" #> #> #> $`amino acid metabolic disorder` #> $`amino acid metabolic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9252" #> #> $`amino acid metabolic disorder`$`_id` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$privateGeneCount #> [1] 0 #> #> $`amino acid metabolic disorder`$publicGeneCount #> [1] 106 #> #> $`amino acid metabolic disorder`$urlId #> [1] "DOID_9252" #> #> $`amino acid metabolic disorder`$dbPhenotype #> [1] TRUE #> #> $`amino acid metabolic disorder`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$`_is_leaf` #> [1] FALSE #> #> $`amino acid metabolic disorder`$children #> $`amino acid metabolic disorder`$children[[1]] #> [1] "DOID_0050573<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[2]] #> [1] "DOID_0050710<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[3]] #> [1] "DOID_0060350<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[4]] #> [1] "DOID_9270<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[5]] #> [1] "DOID_14755<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[6]] #> [1] "DOID_14723<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[7]] #> [1] "DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[8]] #> [1] "DOID_9266<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[9]] #> [1] "DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[10]] #> [1] "DOID_9268<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[11]] #> [1] "DOID_1060<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[12]] #> [1] "DOID_9265<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[13]] #> [1] "DOID_9263<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[14]] #> [1] "DOID_9279<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[15]] #> [1] "DOID_9274<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[16]] #> [1] "DOID_0050544<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[17]] #> [1] "DOID_0060439<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[18]] #> [1] "DOID_857<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[19]] #> [1] "DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[20]] #> [1] "DOID_0050720<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[21]] #> [1] "DOID_9281<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[22]] #> [1] "DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[23]] #> [1] "DOID_14365<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[24]] #> [1] "DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`amino acid metabolic disorder`$children[[25]] #> [1] "DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $`amino acid metabolic disorder`$value #> [1] "amino acid metabolic disorder" #> #> #> $Aminoaciduria #> $Aminoaciduria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003355" #> #> $Aminoaciduria$`_id` #> [1] "HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Aminoaciduria$privateGeneCount #> [1] 0 #> #> $Aminoaciduria$publicGeneCount #> [1] 5 #> #> $Aminoaciduria$urlId #> [1] "HP_0003355" #> #> $Aminoaciduria$dbPhenotype #> [1] FALSE #> #> $Aminoaciduria$`_parent` #> [1] "HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Aminoaciduria$`_is_leaf` #> [1] FALSE #> #> $Aminoaciduria$children #> $Aminoaciduria$children[[1]] #> [1] "HP_0003535<HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Aminoaciduria$children[[2]] #> [1] "HP_0003153<HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Aminoaciduria$children[[3]] #> [1] "HP_0003108<HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $Aminoaciduria$value #> [1] "Aminoaciduria" #> #> #> $`amnestic disorder` #> $`amnestic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10914" #> #> $`amnestic disorder`$`_id` #> [1] "DOID_10914<DOID_1561<DOID_150<DOID_4" #> #> $`amnestic disorder`$privateGeneCount #> [1] 0 #> #> $`amnestic disorder`$publicGeneCount #> [1] 17 #> #> $`amnestic disorder`$urlId #> [1] "DOID_10914" #> #> $`amnestic disorder`$dbPhenotype #> [1] TRUE #> #> $`amnestic disorder`$`_parent` #> [1] "DOID_1561<DOID_150<DOID_4" #> #> $`amnestic disorder`$`_is_leaf` #> [1] FALSE #> #> $`amnestic disorder`$children #> $`amnestic disorder`$children[[1]] #> [1] "DOID_4543<DOID_10914<DOID_1561<DOID_150<DOID_4" #> #> #> $`amnestic disorder`$value #> [1] "amnestic disorder" #> #> #> $amyloidosis #> $amyloidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9120" #> #> $amyloidosis$`_id` #> [1] "DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $amyloidosis$privateGeneCount #> [1] 0 #> #> $amyloidosis$publicGeneCount #> [1] 28 #> #> $amyloidosis$urlId #> [1] "DOID_9120" #> #> $amyloidosis$dbPhenotype #> [1] TRUE #> #> $amyloidosis$`_parent` #> [1] "DOID_0060158<DOID_0014667<DOID_4" #> #> $amyloidosis$`_is_leaf` #> [1] FALSE #> #> $amyloidosis$children #> $amyloidosis$children[[1]] #> [1] "DOID_9246<DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $amyloidosis$children[[2]] #> [1] "DOID_0050636<DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $amyloidosis$children[[3]] #> [1] "DOID_0050637<DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $amyloidosis$children[[4]] #> [1] "DOID_0050639<DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $amyloidosis$children[[5]] #> [1] "DOID_0050638<DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $amyloidosis$value #> [1] "amyloidosis" #> #> #> $`amyotrophic lateral sclerosis` #> $`amyotrophic lateral sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_332" #> #> $`amyotrophic lateral sclerosis`$`_id` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis`$publicGeneCount #> [1] 177 #> #> $`amyotrophic lateral sclerosis`$urlId #> [1] "DOID_332" #> #> $`amyotrophic lateral sclerosis`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$`_is_leaf` #> [1] FALSE #> #> $`amyotrophic lateral sclerosis`$children #> $`amyotrophic lateral sclerosis`$children[[1]] #> [1] "DOID_0060193<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[2]] #> [1] "DOID_0060201<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[3]] #> [1] "DOID_0060202<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[4]] #> [1] "DOID_0060203<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[5]] #> [1] "DOID_0060204<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[6]] #> [1] "DOID_0060205<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[7]] #> [1] "DOID_0060206<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[8]] #> [1] "DOID_0060207<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[9]] #> [1] "DOID_0060208<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[10]] #> [1] "DOID_0060209<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[11]] #> [1] "DOID_0060210<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[12]] #> [1] "DOID_0060194<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[13]] #> [1] "DOID_0060211<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[14]] #> [1] "DOID_0060212<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[15]] #> [1] "DOID_0060355<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[16]] #> [1] "DOID_0060196<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[17]] #> [1] "DOID_0060197<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[18]] #> [1] "DOID_0060198<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[19]] #> [1] "DOID_0050752<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[20]] #> [1] "DOID_0060200<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[21]] #> [1] "DOID_0060213<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> #> $`amyotrophic lateral sclerosis`$value #> [1] "amyotrophic lateral sclerosis" #> #> #> $`amyotrophic lateral sclerosis` #> $`amyotrophic lateral sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_332" #> #> $`amyotrophic lateral sclerosis`$`_id` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis`$publicGeneCount #> [1] 177 #> #> $`amyotrophic lateral sclerosis`$urlId #> [1] "DOID_332" #> #> $`amyotrophic lateral sclerosis`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis`$`_parent` #> [1] "DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$`_is_leaf` #> [1] FALSE #> #> $`amyotrophic lateral sclerosis`$children #> $`amyotrophic lateral sclerosis`$children[[1]] #> [1] "DOID_0060193<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[2]] #> [1] "DOID_0060201<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[3]] #> [1] "DOID_0060202<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[4]] #> [1] "DOID_0060203<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[5]] #> [1] "DOID_0060204<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[6]] #> [1] "DOID_0060205<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[7]] #> [1] "DOID_0060206<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[8]] #> [1] "DOID_0060207<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[9]] #> [1] "DOID_0060208<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[10]] #> [1] "DOID_0060209<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[11]] #> [1] "DOID_0060210<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[12]] #> [1] "DOID_0060194<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[13]] #> [1] "DOID_0060211<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[14]] #> [1] "DOID_0060212<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[15]] #> [1] "DOID_0060355<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[16]] #> [1] "DOID_0060196<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[17]] #> [1] "DOID_0060197<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[18]] #> [1] "DOID_0060198<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[19]] #> [1] "DOID_0050752<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[20]] #> [1] "DOID_0060200<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis`$children[[21]] #> [1] "DOID_0060213<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`amyotrophic lateral sclerosis`$value #> [1] "amyotrophic lateral sclerosis" #> #> #> $`amyotrophic lateral sclerosis type 1` #> $`amyotrophic lateral sclerosis type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060193" #> #> $`amyotrophic lateral sclerosis type 1`$`_id` #> [1] "DOID_0060193<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 1`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 1`$publicGeneCount #> [1] 4 #> #> $`amyotrophic lateral sclerosis type 1`$urlId #> [1] "DOID_0060193" #> #> $`amyotrophic lateral sclerosis type 1`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 1`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 1`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 1`$children #> list() #> #> $`amyotrophic lateral sclerosis type 1`$value #> [1] "amyotrophic lateral sclerosis type 1" #> #> #> $`amyotrophic lateral sclerosis type 1` #> $`amyotrophic lateral sclerosis type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060193" #> #> $`amyotrophic lateral sclerosis type 1`$`_id` #> [1] "DOID_0060193<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 1`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 1`$publicGeneCount #> [1] 4 #> #> $`amyotrophic lateral sclerosis type 1`$urlId #> [1] "DOID_0060193" #> #> $`amyotrophic lateral sclerosis type 1`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 1`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 1`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 1`$children #> list() #> #> $`amyotrophic lateral sclerosis type 1`$value #> [1] "amyotrophic lateral sclerosis type 1" #> #> #> $`amyotrophic lateral sclerosis type 10` #> $`amyotrophic lateral sclerosis type 10`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060201" #> #> $`amyotrophic lateral sclerosis type 10`$`_id` #> [1] "DOID_0060201<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 10`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 10`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 10`$urlId #> [1] "DOID_0060201" #> #> $`amyotrophic lateral sclerosis type 10`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 10`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 10`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 10`$children #> list() #> #> $`amyotrophic lateral sclerosis type 10`$value #> [1] "amyotrophic lateral sclerosis type 10" #> #> #> $`amyotrophic lateral sclerosis type 10` #> $`amyotrophic lateral sclerosis type 10`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060201" #> #> $`amyotrophic lateral sclerosis type 10`$`_id` #> [1] "DOID_0060201<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 10`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 10`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 10`$urlId #> [1] "DOID_0060201" #> #> $`amyotrophic lateral sclerosis type 10`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 10`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 10`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 10`$children #> list() #> #> $`amyotrophic lateral sclerosis type 10`$value #> [1] "amyotrophic lateral sclerosis type 10" #> #> #> $`amyotrophic lateral sclerosis type 11` #> $`amyotrophic lateral sclerosis type 11`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060202" #> #> $`amyotrophic lateral sclerosis type 11`$`_id` #> [1] "DOID_0060202<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 11`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 11`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 11`$urlId #> [1] "DOID_0060202" #> #> $`amyotrophic lateral sclerosis type 11`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 11`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 11`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 11`$children #> list() #> #> $`amyotrophic lateral sclerosis type 11`$value #> [1] "amyotrophic lateral sclerosis type 11" #> #> #> $`amyotrophic lateral sclerosis type 11` #> $`amyotrophic lateral sclerosis type 11`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060202" #> #> $`amyotrophic lateral sclerosis type 11`$`_id` #> [1] "DOID_0060202<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 11`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 11`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 11`$urlId #> [1] "DOID_0060202" #> #> $`amyotrophic lateral sclerosis type 11`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 11`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 11`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 11`$children #> list() #> #> $`amyotrophic lateral sclerosis type 11`$value #> [1] "amyotrophic lateral sclerosis type 11" #> #> #> $`amyotrophic lateral sclerosis type 12` #> $`amyotrophic lateral sclerosis type 12`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060203" #> #> $`amyotrophic lateral sclerosis type 12`$`_id` #> [1] "DOID_0060203<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 12`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 12`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 12`$urlId #> [1] "DOID_0060203" #> #> $`amyotrophic lateral sclerosis type 12`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 12`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 12`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 12`$children #> list() #> #> $`amyotrophic lateral sclerosis type 12`$value #> [1] "amyotrophic lateral sclerosis type 12" #> #> #> $`amyotrophic lateral sclerosis type 12` #> $`amyotrophic lateral sclerosis type 12`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060203" #> #> $`amyotrophic lateral sclerosis type 12`$`_id` #> [1] "DOID_0060203<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 12`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 12`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 12`$urlId #> [1] "DOID_0060203" #> #> $`amyotrophic lateral sclerosis type 12`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 12`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 12`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 12`$children #> list() #> #> $`amyotrophic lateral sclerosis type 12`$value #> [1] "amyotrophic lateral sclerosis type 12" #> #> #> $`amyotrophic lateral sclerosis type 13` #> $`amyotrophic lateral sclerosis type 13`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060204" #> #> $`amyotrophic lateral sclerosis type 13`$`_id` #> [1] "DOID_0060204<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 13`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 13`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 13`$urlId #> [1] "DOID_0060204" #> #> $`amyotrophic lateral sclerosis type 13`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 13`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 13`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 13`$children #> list() #> #> $`amyotrophic lateral sclerosis type 13`$value #> [1] "amyotrophic lateral sclerosis type 13" #> #> #> $`amyotrophic lateral sclerosis type 13` #> $`amyotrophic lateral sclerosis type 13`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060204" #> #> $`amyotrophic lateral sclerosis type 13`$`_id` #> [1] "DOID_0060204<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 13`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 13`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 13`$urlId #> [1] "DOID_0060204" #> #> $`amyotrophic lateral sclerosis type 13`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 13`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 13`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 13`$children #> list() #> #> $`amyotrophic lateral sclerosis type 13`$value #> [1] "amyotrophic lateral sclerosis type 13" #> #> #> $`amyotrophic lateral sclerosis type 14` #> $`amyotrophic lateral sclerosis type 14`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060205" #> #> $`amyotrophic lateral sclerosis type 14`$`_id` #> [1] "DOID_0060205<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 14`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 14`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 14`$urlId #> [1] "DOID_0060205" #> #> $`amyotrophic lateral sclerosis type 14`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 14`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 14`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 14`$children #> list() #> #> $`amyotrophic lateral sclerosis type 14`$value #> [1] "amyotrophic lateral sclerosis type 14" #> #> #> $`amyotrophic lateral sclerosis type 14` #> $`amyotrophic lateral sclerosis type 14`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060205" #> #> $`amyotrophic lateral sclerosis type 14`$`_id` #> [1] "DOID_0060205<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 14`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 14`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 14`$urlId #> [1] "DOID_0060205" #> #> $`amyotrophic lateral sclerosis type 14`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 14`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 14`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 14`$children #> list() #> #> $`amyotrophic lateral sclerosis type 14`$value #> [1] "amyotrophic lateral sclerosis type 14" #> #> #> $`amyotrophic lateral sclerosis type 15` #> $`amyotrophic lateral sclerosis type 15`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060206" #> #> $`amyotrophic lateral sclerosis type 15`$`_id` #> [1] "DOID_0060206<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 15`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 15`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 15`$urlId #> [1] "DOID_0060206" #> #> $`amyotrophic lateral sclerosis type 15`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 15`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 15`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 15`$children #> list() #> #> $`amyotrophic lateral sclerosis type 15`$value #> [1] "amyotrophic lateral sclerosis type 15" #> #> #> $`amyotrophic lateral sclerosis type 15` #> $`amyotrophic lateral sclerosis type 15`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060206" #> #> $`amyotrophic lateral sclerosis type 15`$`_id` #> [1] "DOID_0060206<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 15`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 15`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 15`$urlId #> [1] "DOID_0060206" #> #> $`amyotrophic lateral sclerosis type 15`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 15`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 15`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 15`$children #> list() #> #> $`amyotrophic lateral sclerosis type 15`$value #> [1] "amyotrophic lateral sclerosis type 15" #> #> #> $`amyotrophic lateral sclerosis type 16` #> $`amyotrophic lateral sclerosis type 16`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060207" #> #> $`amyotrophic lateral sclerosis type 16`$`_id` #> [1] "DOID_0060207<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 16`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 16`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 16`$urlId #> [1] "DOID_0060207" #> #> $`amyotrophic lateral sclerosis type 16`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 16`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 16`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 16`$children #> list() #> #> $`amyotrophic lateral sclerosis type 16`$value #> [1] "amyotrophic lateral sclerosis type 16" #> #> #> $`amyotrophic lateral sclerosis type 16` #> $`amyotrophic lateral sclerosis type 16`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060207" #> #> $`amyotrophic lateral sclerosis type 16`$`_id` #> [1] "DOID_0060207<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 16`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 16`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 16`$urlId #> [1] "DOID_0060207" #> #> $`amyotrophic lateral sclerosis type 16`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 16`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 16`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 16`$children #> list() #> #> $`amyotrophic lateral sclerosis type 16`$value #> [1] "amyotrophic lateral sclerosis type 16" #> #> #> $`amyotrophic lateral sclerosis type 17` #> $`amyotrophic lateral sclerosis type 17`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060208" #> #> $`amyotrophic lateral sclerosis type 17`$`_id` #> [1] "DOID_0060208<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 17`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 17`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 17`$urlId #> [1] "DOID_0060208" #> #> $`amyotrophic lateral sclerosis type 17`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 17`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 17`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 17`$children #> list() #> #> $`amyotrophic lateral sclerosis type 17`$value #> [1] "amyotrophic lateral sclerosis type 17" #> #> #> $`amyotrophic lateral sclerosis type 17` #> $`amyotrophic lateral sclerosis type 17`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060208" #> #> $`amyotrophic lateral sclerosis type 17`$`_id` #> [1] "DOID_0060208<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 17`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 17`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 17`$urlId #> [1] "DOID_0060208" #> #> $`amyotrophic lateral sclerosis type 17`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 17`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 17`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 17`$children #> list() #> #> $`amyotrophic lateral sclerosis type 17`$value #> [1] "amyotrophic lateral sclerosis type 17" #> #> #> $`amyotrophic lateral sclerosis type 18` #> $`amyotrophic lateral sclerosis type 18`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060209" #> #> $`amyotrophic lateral sclerosis type 18`$`_id` #> [1] "DOID_0060209<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 18`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 18`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 18`$urlId #> [1] "DOID_0060209" #> #> $`amyotrophic lateral sclerosis type 18`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 18`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 18`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 18`$children #> list() #> #> $`amyotrophic lateral sclerosis type 18`$value #> [1] "amyotrophic lateral sclerosis type 18" #> #> #> $`amyotrophic lateral sclerosis type 18` #> $`amyotrophic lateral sclerosis type 18`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060209" #> #> $`amyotrophic lateral sclerosis type 18`$`_id` #> [1] "DOID_0060209<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 18`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 18`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 18`$urlId #> [1] "DOID_0060209" #> #> $`amyotrophic lateral sclerosis type 18`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 18`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 18`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 18`$children #> list() #> #> $`amyotrophic lateral sclerosis type 18`$value #> [1] "amyotrophic lateral sclerosis type 18" #> #> #> $`amyotrophic lateral sclerosis type 19` #> $`amyotrophic lateral sclerosis type 19`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060210" #> #> $`amyotrophic lateral sclerosis type 19`$`_id` #> [1] "DOID_0060210<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 19`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 19`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 19`$urlId #> [1] "DOID_0060210" #> #> $`amyotrophic lateral sclerosis type 19`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 19`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 19`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 19`$children #> list() #> #> $`amyotrophic lateral sclerosis type 19`$value #> [1] "amyotrophic lateral sclerosis type 19" #> #> #> $`amyotrophic lateral sclerosis type 19` #> $`amyotrophic lateral sclerosis type 19`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060210" #> #> $`amyotrophic lateral sclerosis type 19`$`_id` #> [1] "DOID_0060210<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 19`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 19`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 19`$urlId #> [1] "DOID_0060210" #> #> $`amyotrophic lateral sclerosis type 19`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 19`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 19`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 19`$children #> list() #> #> $`amyotrophic lateral sclerosis type 19`$value #> [1] "amyotrophic lateral sclerosis type 19" #> #> #> $`amyotrophic lateral sclerosis type 2` #> $`amyotrophic lateral sclerosis type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060194" #> #> $`amyotrophic lateral sclerosis type 2`$`_id` #> [1] "DOID_0060194<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 2`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 2`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 2`$urlId #> [1] "DOID_0060194" #> #> $`amyotrophic lateral sclerosis type 2`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 2`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 2`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 2`$children #> list() #> #> $`amyotrophic lateral sclerosis type 2`$value #> [1] "amyotrophic lateral sclerosis type 2" #> #> #> $`amyotrophic lateral sclerosis type 2` #> $`amyotrophic lateral sclerosis type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060194" #> #> $`amyotrophic lateral sclerosis type 2`$`_id` #> [1] "DOID_0060194<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 2`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 2`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 2`$urlId #> [1] "DOID_0060194" #> #> $`amyotrophic lateral sclerosis type 2`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 2`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 2`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 2`$children #> list() #> #> $`amyotrophic lateral sclerosis type 2`$value #> [1] "amyotrophic lateral sclerosis type 2" #> #> #> $`amyotrophic lateral sclerosis type 20` #> $`amyotrophic lateral sclerosis type 20`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060211" #> #> $`amyotrophic lateral sclerosis type 20`$`_id` #> [1] "DOID_0060211<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 20`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 20`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 20`$urlId #> [1] "DOID_0060211" #> #> $`amyotrophic lateral sclerosis type 20`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 20`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 20`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 20`$children #> list() #> #> $`amyotrophic lateral sclerosis type 20`$value #> [1] "amyotrophic lateral sclerosis type 20" #> #> #> $`amyotrophic lateral sclerosis type 20` #> $`amyotrophic lateral sclerosis type 20`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060211" #> #> $`amyotrophic lateral sclerosis type 20`$`_id` #> [1] "DOID_0060211<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 20`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 20`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 20`$urlId #> [1] "DOID_0060211" #> #> $`amyotrophic lateral sclerosis type 20`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 20`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 20`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 20`$children #> list() #> #> $`amyotrophic lateral sclerosis type 20`$value #> [1] "amyotrophic lateral sclerosis type 20" #> #> #> $`amyotrophic lateral sclerosis type 21` #> $`amyotrophic lateral sclerosis type 21`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060212" #> #> $`amyotrophic lateral sclerosis type 21`$`_id` #> [1] "DOID_0060212<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 21`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 21`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 21`$urlId #> [1] "DOID_0060212" #> #> $`amyotrophic lateral sclerosis type 21`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 21`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 21`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 21`$children #> list() #> #> $`amyotrophic lateral sclerosis type 21`$value #> [1] "amyotrophic lateral sclerosis type 21" #> #> #> $`amyotrophic lateral sclerosis type 21` #> $`amyotrophic lateral sclerosis type 21`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060212" #> #> $`amyotrophic lateral sclerosis type 21`$`_id` #> [1] "DOID_0060212<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 21`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 21`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 21`$urlId #> [1] "DOID_0060212" #> #> $`amyotrophic lateral sclerosis type 21`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 21`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 21`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 21`$children #> list() #> #> $`amyotrophic lateral sclerosis type 21`$value #> [1] "amyotrophic lateral sclerosis type 21" #> #> #> $`amyotrophic lateral sclerosis type 22` #> $`amyotrophic lateral sclerosis type 22`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060355" #> #> $`amyotrophic lateral sclerosis type 22`$`_id` #> [1] "DOID_0060355<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 22`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 22`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 22`$urlId #> [1] "DOID_0060355" #> #> $`amyotrophic lateral sclerosis type 22`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 22`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 22`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 22`$children #> list() #> #> $`amyotrophic lateral sclerosis type 22`$value #> [1] "amyotrophic lateral sclerosis type 22" #> #> #> $`amyotrophic lateral sclerosis type 22` #> $`amyotrophic lateral sclerosis type 22`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060355" #> #> $`amyotrophic lateral sclerosis type 22`$`_id` #> [1] "DOID_0060355<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 22`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 22`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 22`$urlId #> [1] "DOID_0060355" #> #> $`amyotrophic lateral sclerosis type 22`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 22`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 22`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 22`$children #> list() #> #> $`amyotrophic lateral sclerosis type 22`$value #> [1] "amyotrophic lateral sclerosis type 22" #> #> #> $`amyotrophic lateral sclerosis type 4` #> $`amyotrophic lateral sclerosis type 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060196" #> #> $`amyotrophic lateral sclerosis type 4`$`_id` #> [1] "DOID_0060196<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 4`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 4`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 4`$urlId #> [1] "DOID_0060196" #> #> $`amyotrophic lateral sclerosis type 4`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 4`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 4`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 4`$children #> list() #> #> $`amyotrophic lateral sclerosis type 4`$value #> [1] "amyotrophic lateral sclerosis type 4" #> #> #> $`amyotrophic lateral sclerosis type 4` #> $`amyotrophic lateral sclerosis type 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060196" #> #> $`amyotrophic lateral sclerosis type 4`$`_id` #> [1] "DOID_0060196<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 4`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 4`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 4`$urlId #> [1] "DOID_0060196" #> #> $`amyotrophic lateral sclerosis type 4`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 4`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 4`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 4`$children #> list() #> #> $`amyotrophic lateral sclerosis type 4`$value #> [1] "amyotrophic lateral sclerosis type 4" #> #> #> $`amyotrophic lateral sclerosis type 5` #> $`amyotrophic lateral sclerosis type 5`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060197" #> #> $`amyotrophic lateral sclerosis type 5`$`_id` #> [1] "DOID_0060197<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 5`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 5`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 5`$urlId #> [1] "DOID_0060197" #> #> $`amyotrophic lateral sclerosis type 5`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 5`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 5`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 5`$children #> list() #> #> $`amyotrophic lateral sclerosis type 5`$value #> [1] "amyotrophic lateral sclerosis type 5" #> #> #> $`amyotrophic lateral sclerosis type 5` #> $`amyotrophic lateral sclerosis type 5`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060197" #> #> $`amyotrophic lateral sclerosis type 5`$`_id` #> [1] "DOID_0060197<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 5`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 5`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 5`$urlId #> [1] "DOID_0060197" #> #> $`amyotrophic lateral sclerosis type 5`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 5`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 5`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 5`$children #> list() #> #> $`amyotrophic lateral sclerosis type 5`$value #> [1] "amyotrophic lateral sclerosis type 5" #> #> #> $`amyotrophic lateral sclerosis type 6` #> $`amyotrophic lateral sclerosis type 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060198" #> #> $`amyotrophic lateral sclerosis type 6`$`_id` #> [1] "DOID_0060198<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 6`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 6`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 6`$urlId #> [1] "DOID_0060198" #> #> $`amyotrophic lateral sclerosis type 6`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 6`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 6`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 6`$children #> list() #> #> $`amyotrophic lateral sclerosis type 6`$value #> [1] "amyotrophic lateral sclerosis type 6" #> #> #> $`amyotrophic lateral sclerosis type 6` #> $`amyotrophic lateral sclerosis type 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060198" #> #> $`amyotrophic lateral sclerosis type 6`$`_id` #> [1] "DOID_0060198<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 6`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 6`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 6`$urlId #> [1] "DOID_0060198" #> #> $`amyotrophic lateral sclerosis type 6`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 6`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 6`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 6`$children #> list() #> #> $`amyotrophic lateral sclerosis type 6`$value #> [1] "amyotrophic lateral sclerosis type 6" #> #> #> $`amyotrophic lateral sclerosis type 8` #> $`amyotrophic lateral sclerosis type 8`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050752" #> #> $`amyotrophic lateral sclerosis type 8`$`_id` #> [1] "DOID_0050752<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 8`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 8`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 8`$urlId #> [1] "DOID_0050752" #> #> $`amyotrophic lateral sclerosis type 8`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 8`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 8`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 8`$children #> list() #> #> $`amyotrophic lateral sclerosis type 8`$value #> [1] "amyotrophic lateral sclerosis type 8" #> #> #> $`amyotrophic lateral sclerosis type 8` #> $`amyotrophic lateral sclerosis type 8`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050752" #> #> $`amyotrophic lateral sclerosis type 8`$`_id` #> [1] "DOID_0050752<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 8`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 8`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 8`$urlId #> [1] "DOID_0050752" #> #> $`amyotrophic lateral sclerosis type 8`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 8`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 8`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 8`$children #> list() #> #> $`amyotrophic lateral sclerosis type 8`$value #> [1] "amyotrophic lateral sclerosis type 8" #> #> #> $`amyotrophic lateral sclerosis type 9` #> $`amyotrophic lateral sclerosis type 9`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060200" #> #> $`amyotrophic lateral sclerosis type 9`$`_id` #> [1] "DOID_0060200<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 9`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 9`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 9`$urlId #> [1] "DOID_0060200" #> #> $`amyotrophic lateral sclerosis type 9`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 9`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`amyotrophic lateral sclerosis type 9`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 9`$children #> list() #> #> $`amyotrophic lateral sclerosis type 9`$value #> [1] "amyotrophic lateral sclerosis type 9" #> #> #> $`amyotrophic lateral sclerosis type 9` #> $`amyotrophic lateral sclerosis type 9`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060200" #> #> $`amyotrophic lateral sclerosis type 9`$`_id` #> [1] "DOID_0060200<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 9`$privateGeneCount #> [1] 0 #> #> $`amyotrophic lateral sclerosis type 9`$publicGeneCount #> [1] 1 #> #> $`amyotrophic lateral sclerosis type 9`$urlId #> [1] "DOID_0060200" #> #> $`amyotrophic lateral sclerosis type 9`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 9`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic lateral sclerosis type 9`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic lateral sclerosis type 9`$children #> list() #> #> $`amyotrophic lateral sclerosis type 9`$value #> [1] "amyotrophic lateral sclerosis type 9" #> #> #> $`amyotrophic neuralgia` #> $`amyotrophic neuralgia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10383" #> #> $`amyotrophic neuralgia`$`_id` #> [1] "DOID_10383<DOID_3690<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic neuralgia`$privateGeneCount #> [1] 0 #> #> $`amyotrophic neuralgia`$publicGeneCount #> [1] 1 #> #> $`amyotrophic neuralgia`$urlId #> [1] "DOID_10383" #> #> $`amyotrophic neuralgia`$dbPhenotype #> [1] TRUE #> #> $`amyotrophic neuralgia`$`_parent` #> [1] "DOID_3690<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`amyotrophic neuralgia`$`_is_leaf` #> [1] TRUE #> #> $`amyotrophic neuralgia`$children #> list() #> #> $`amyotrophic neuralgia`$value #> [1] "amyotrophic neuralgia" #> #> #> $`anal carcinoma` #> $`anal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4908" #> #> $`anal carcinoma`$`_id` #> [1] "DOID_4908<DOID_14110<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anal carcinoma`$privateGeneCount #> [1] 0 #> #> $`anal carcinoma`$publicGeneCount #> [1] 1 #> #> $`anal carcinoma`$urlId #> [1] "DOID_4908" #> #> $`anal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`anal carcinoma`$`_parent` #> [1] "DOID_14110<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`anal carcinoma`$children #> list() #> #> $`anal carcinoma`$value #> [1] "anal carcinoma" #> #> #> $`anal carcinoma` #> $`anal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4908" #> #> $`anal carcinoma`$`_id` #> [1] "DOID_4908<DOID_14110<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`anal carcinoma`$privateGeneCount #> [1] 0 #> #> $`anal carcinoma`$publicGeneCount #> [1] 1 #> #> $`anal carcinoma`$urlId #> [1] "DOID_4908" #> #> $`anal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`anal carcinoma`$`_parent` #> [1] "DOID_14110<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`anal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`anal carcinoma`$children #> list() #> #> $`anal carcinoma`$value #> [1] "anal carcinoma" #> #> #> $`anal carcinoma` #> $`anal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4908" #> #> $`anal carcinoma`$`_id` #> [1] "DOID_4908<DOID_14110<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`anal carcinoma`$privateGeneCount #> [1] 0 #> #> $`anal carcinoma`$publicGeneCount #> [1] 1 #> #> $`anal carcinoma`$urlId #> [1] "DOID_4908" #> #> $`anal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`anal carcinoma`$`_parent` #> [1] "DOID_14110<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`anal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`anal carcinoma`$children #> list() #> #> $`anal carcinoma`$value #> [1] "anal carcinoma" #> #> #> $`anal carcinoma` #> $`anal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4908" #> #> $`anal carcinoma`$`_id` #> [1] "DOID_4908<DOID_14110<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anal carcinoma`$privateGeneCount #> [1] 0 #> #> $`anal carcinoma`$publicGeneCount #> [1] 1 #> #> $`anal carcinoma`$urlId #> [1] "DOID_4908" #> #> $`anal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`anal carcinoma`$`_parent` #> [1] "DOID_14110<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`anal carcinoma`$children #> list() #> #> $`anal carcinoma`$value #> [1] "anal carcinoma" #> #> #> $`anal carcinoma` #> $`anal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4908" #> #> $`anal carcinoma`$`_id` #> [1] "DOID_4908<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`anal carcinoma`$privateGeneCount #> [1] 0 #> #> $`anal carcinoma`$publicGeneCount #> [1] 1 #> #> $`anal carcinoma`$urlId #> [1] "DOID_4908" #> #> $`anal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`anal carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`anal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`anal carcinoma`$children #> list() #> #> $`anal carcinoma`$value #> [1] "anal carcinoma" #> #> #> $`anaplastic large cell lymphoma` #> $`anaplastic large cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050744" #> #> $`anaplastic large cell lymphoma`$`_id` #> [1] "DOID_0050744<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`anaplastic large cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`anaplastic large cell lymphoma`$publicGeneCount #> [1] 6 #> #> $`anaplastic large cell lymphoma`$urlId #> [1] "DOID_0050744" #> #> $`anaplastic large cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`anaplastic large cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`anaplastic large cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`anaplastic large cell lymphoma`$children #> list() #> #> $`anaplastic large cell lymphoma`$value #> [1] "anaplastic large cell lymphoma" #> #> #> $`anaplastic large cell lymphoma` #> $`anaplastic large cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050744" #> #> $`anaplastic large cell lymphoma`$`_id` #> [1] "DOID_0050744<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`anaplastic large cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`anaplastic large cell lymphoma`$publicGeneCount #> [1] 6 #> #> $`anaplastic large cell lymphoma`$urlId #> [1] "DOID_0050744" #> #> $`anaplastic large cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`anaplastic large cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`anaplastic large cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`anaplastic large cell lymphoma`$children #> list() #> #> $`anaplastic large cell lymphoma`$value #> [1] "anaplastic large cell lymphoma" #> #> #> $`anaplastic large cell lymphoma` #> $`anaplastic large cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050744" #> #> $`anaplastic large cell lymphoma`$`_id` #> [1] "DOID_0050744<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`anaplastic large cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`anaplastic large cell lymphoma`$publicGeneCount #> [1] 6 #> #> $`anaplastic large cell lymphoma`$urlId #> [1] "DOID_0050744" #> #> $`anaplastic large cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`anaplastic large cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`anaplastic large cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`anaplastic large cell lymphoma`$children #> list() #> #> $`anaplastic large cell lymphoma`$value #> [1] "anaplastic large cell lymphoma" #> #> #> $`anaplastic large cell lymphoma` #> $`anaplastic large cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050744" #> #> $`anaplastic large cell lymphoma`$`_id` #> [1] "DOID_0050744<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`anaplastic large cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`anaplastic large cell lymphoma`$publicGeneCount #> [1] 6 #> #> $`anaplastic large cell lymphoma`$urlId #> [1] "DOID_0050744" #> #> $`anaplastic large cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`anaplastic large cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`anaplastic large cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`anaplastic large cell lymphoma`$children #> list() #> #> $`anaplastic large cell lymphoma`$value #> [1] "anaplastic large cell lymphoma" #> #> #> $`anaplastic large cell lymphoma` #> $`anaplastic large cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050744" #> #> $`anaplastic large cell lymphoma`$`_id` #> [1] "DOID_0050744<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`anaplastic large cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`anaplastic large cell lymphoma`$publicGeneCount #> [1] 6 #> #> $`anaplastic large cell lymphoma`$urlId #> [1] "DOID_0050744" #> #> $`anaplastic large cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`anaplastic large cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`anaplastic large cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`anaplastic large cell lymphoma`$children #> list() #> #> $`anaplastic large cell lymphoma`$value #> [1] "anaplastic large cell lymphoma" #> #> #> $`Anaplastic thyroid carcinoma` #> $`Anaplastic thyroid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011779" #> #> $`Anaplastic thyroid carcinoma`$`_id` #> [1] "HP_0011779<HP_0002890<HP_0100031<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Anaplastic thyroid carcinoma`$privateGeneCount #> [1] 0 #> #> $`Anaplastic thyroid carcinoma`$publicGeneCount #> [1] 2 #> #> $`Anaplastic thyroid carcinoma`$urlId #> [1] "HP_0011779" #> #> $`Anaplastic thyroid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`Anaplastic thyroid carcinoma`$`_parent` #> [1] "HP_0002890<HP_0100031<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Anaplastic thyroid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`Anaplastic thyroid carcinoma`$children #> list() #> #> $`Anaplastic thyroid carcinoma`$value #> [1] "Anaplastic thyroid carcinoma" #> #> #> $`Anaplastic thyroid carcinoma` #> $`Anaplastic thyroid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011779" #> #> $`Anaplastic thyroid carcinoma`$`_id` #> [1] "HP_0011779<HP_0002890<HP_0100031<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Anaplastic thyroid carcinoma`$privateGeneCount #> [1] 0 #> #> $`Anaplastic thyroid carcinoma`$publicGeneCount #> [1] 2 #> #> $`Anaplastic thyroid carcinoma`$urlId #> [1] "HP_0011779" #> #> $`Anaplastic thyroid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`Anaplastic thyroid carcinoma`$`_parent` #> [1] "HP_0002890<HP_0100031<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Anaplastic thyroid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`Anaplastic thyroid carcinoma`$children #> list() #> #> $`Anaplastic thyroid carcinoma`$value #> [1] "Anaplastic thyroid carcinoma" #> #> #> $`anauxetic dysplasia 1` #> $`anauxetic dysplasia 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050640" #> #> $`anauxetic dysplasia 1`$`_id` #> [1] "DOID_0050640<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`anauxetic dysplasia 1`$privateGeneCount #> [1] 0 #> #> $`anauxetic dysplasia 1`$publicGeneCount #> [1] 1 #> #> $`anauxetic dysplasia 1`$urlId #> [1] "DOID_0050640" #> #> $`anauxetic dysplasia 1`$dbPhenotype #> [1] TRUE #> #> $`anauxetic dysplasia 1`$`_parent` #> [1] "DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`anauxetic dysplasia 1`$`_is_leaf` #> [1] TRUE #> #> $`anauxetic dysplasia 1`$children #> list() #> #> $`anauxetic dysplasia 1`$value #> [1] "anauxetic dysplasia 1" #> #> #> $`anauxetic dysplasia 1` #> $`anauxetic dysplasia 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050640" #> #> $`anauxetic dysplasia 1`$`_id` #> [1] "DOID_0050640<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`anauxetic dysplasia 1`$privateGeneCount #> [1] 0 #> #> $`anauxetic dysplasia 1`$publicGeneCount #> [1] 1 #> #> $`anauxetic dysplasia 1`$urlId #> [1] "DOID_0050640" #> #> $`anauxetic dysplasia 1`$dbPhenotype #> [1] TRUE #> #> $`anauxetic dysplasia 1`$`_parent` #> [1] "DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`anauxetic dysplasia 1`$`_is_leaf` #> [1] TRUE #> #> $`anauxetic dysplasia 1`$children #> list() #> #> $`anauxetic dysplasia 1`$value #> [1] "anauxetic dysplasia 1" #> #> #> $`Andersen-Tawil syndrome` #> $`Andersen-Tawil syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050434" #> #> $`Andersen-Tawil syndrome`$`_id` #> [1] "DOID_0050434<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Andersen-Tawil syndrome`$privateGeneCount #> [1] 0 #> #> $`Andersen-Tawil syndrome`$publicGeneCount #> [1] 1 #> #> $`Andersen-Tawil syndrome`$urlId #> [1] "DOID_0050434" #> #> $`Andersen-Tawil syndrome`$dbPhenotype #> [1] TRUE #> #> $`Andersen-Tawil syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Andersen-Tawil syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Andersen-Tawil syndrome`$children #> list() #> #> $`Andersen-Tawil syndrome`$value #> [1] "Andersen-Tawil syndrome" #> #> #> $`Andersen-Tawil syndrome` #> $`Andersen-Tawil syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050434" #> #> $`Andersen-Tawil syndrome`$`_id` #> [1] "DOID_0050434<DOID_2843<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`Andersen-Tawil syndrome`$privateGeneCount #> [1] 0 #> #> $`Andersen-Tawil syndrome`$publicGeneCount #> [1] 1 #> #> $`Andersen-Tawil syndrome`$urlId #> [1] "DOID_0050434" #> #> $`Andersen-Tawil syndrome`$dbPhenotype #> [1] TRUE #> #> $`Andersen-Tawil syndrome`$`_parent` #> [1] "DOID_2843<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`Andersen-Tawil syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Andersen-Tawil syndrome`$children #> list() #> #> $`Andersen-Tawil syndrome`$value #> [1] "Andersen-Tawil syndrome" #> #> #> $`androgen insensitivity syndrome` #> $`androgen insensitivity syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4674" #> #> $`androgen insensitivity syndrome`$`_id` #> [1] "DOID_4674<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`androgen insensitivity syndrome`$privateGeneCount #> [1] 0 #> #> $`androgen insensitivity syndrome`$publicGeneCount #> [1] 2 #> #> $`androgen insensitivity syndrome`$urlId #> [1] "DOID_4674" #> #> $`androgen insensitivity syndrome`$dbPhenotype #> [1] TRUE #> #> $`androgen insensitivity syndrome`$`_parent` #> [1] "DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`androgen insensitivity syndrome`$`_is_leaf` #> [1] TRUE #> #> $`androgen insensitivity syndrome`$children #> list() #> #> $`androgen insensitivity syndrome`$value #> [1] "androgen insensitivity syndrome" #> #> #> $anemia #> $anemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2355" #> #> $anemia$`_id` #> [1] "DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $anemia$privateGeneCount #> [1] 0 #> #> $anemia$publicGeneCount #> [1] 126 #> #> $anemia$urlId #> [1] "DOID_2355" #> #> $anemia$dbPhenotype #> [1] TRUE #> #> $anemia$`_parent` #> [1] "DOID_74<DOID_7<DOID_4" #> #> $anemia$`_is_leaf` #> [1] FALSE #> #> $anemia$children #> $anemia$children[[1]] #> [1] "DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $anemia$children[[2]] #> [1] "DOID_11759<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $anemia$children[[3]] #> [1] "DOID_2361<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $anemia$children[[4]] #> [1] "DOID_11252<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $anemia$children[[5]] #> [1] "DOID_11244<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $anemia$children[[6]] #> [1] "DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $anemia$children[[7]] #> [1] "DOID_12450<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $anemia$value #> [1] "anemia" #> #> #> $Anemia #> $Anemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001903" #> #> $Anemia$`_id` #> [1] "HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Anemia$privateGeneCount #> [1] 0 #> #> $Anemia$publicGeneCount #> [1] 4 #> #> $Anemia$urlId #> [1] "HP_0001903" #> #> $Anemia$dbPhenotype #> [1] FALSE #> #> $Anemia$`_parent` #> [1] "HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Anemia$`_is_leaf` #> [1] FALSE #> #> $Anemia$children #> $Anemia$children[[1]] #> [1] "HP_0011895<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Anemia$children[[2]] #> [1] "HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> #> $Anemia$value #> [1] "Anemia" #> #> #> $`Anemia due to reduced life span of red cells` #> $`Anemia due to reduced life span of red cells`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011895" #> #> $`Anemia due to reduced life span of red cells`$`_id` #> [1] "HP_0011895<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Anemia due to reduced life span of red cells`$privateGeneCount #> [1] 0 #> #> $`Anemia due to reduced life span of red cells`$publicGeneCount #> [1] 3 #> #> $`Anemia due to reduced life span of red cells`$urlId #> [1] "HP_0011895" #> #> $`Anemia due to reduced life span of red cells`$dbPhenotype #> [1] FALSE #> #> $`Anemia due to reduced life span of red cells`$`_parent` #> [1] "HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Anemia due to reduced life span of red cells`$`_is_leaf` #> [1] FALSE #> #> $`Anemia due to reduced life span of red cells`$children #> $`Anemia due to reduced life span of red cells`$children[[1]] #> [1] "HP_0001878<HP_0011895<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Anemia due to reduced life span of red cells`$value #> [1] "Anemia due to reduced life span of red cells" #> #> #> $`Anemia of inadequate production` #> $`Anemia of inadequate production`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010972" #> #> $`Anemia of inadequate production`$`_id` #> [1] "HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Anemia of inadequate production`$privateGeneCount #> [1] 0 #> #> $`Anemia of inadequate production`$publicGeneCount #> [1] 1 #> #> $`Anemia of inadequate production`$urlId #> [1] "HP_0010972" #> #> $`Anemia of inadequate production`$dbPhenotype #> [1] FALSE #> #> $`Anemia of inadequate production`$`_parent` #> [1] "HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Anemia of inadequate production`$`_is_leaf` #> [1] FALSE #> #> $`Anemia of inadequate production`$children #> $`Anemia of inadequate production`$children[[1]] #> [1] "HP_0001972<HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Anemia of inadequate production`$value #> [1] "Anemia of inadequate production" #> #> #> $Anencephaly #> $Anencephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002323" #> #> $Anencephaly$`_id` #> [1] "HP_0002323<HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Anencephaly$privateGeneCount #> [1] 0 #> #> $Anencephaly$publicGeneCount #> [1] 1 #> #> $Anencephaly$urlId #> [1] "HP_0002323" #> #> $Anencephaly$dbPhenotype #> [1] TRUE #> #> $Anencephaly$`_parent` #> [1] "HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Anencephaly$`_is_leaf` #> [1] TRUE #> #> $Anencephaly$children #> list() #> #> $Anencephaly$value #> [1] "Anencephaly" #> #> #> $Anencephaly #> $Anencephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002323" #> #> $Anencephaly$`_id` #> [1] "HP_0002323<HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Anencephaly$privateGeneCount #> [1] 0 #> #> $Anencephaly$publicGeneCount #> [1] 1 #> #> $Anencephaly$urlId #> [1] "HP_0002323" #> #> $Anencephaly$dbPhenotype #> [1] TRUE #> #> $Anencephaly$`_parent` #> [1] "HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Anencephaly$`_is_leaf` #> [1] TRUE #> #> $Anencephaly$children #> list() #> #> $Anencephaly$value #> [1] "Anencephaly" #> #> #> $`Angelman syndrome` #> $`Angelman syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1932" #> #> $`Angelman syndrome`$`_id` #> [1] "DOID_1932<DOID_225<DOID_4" #> #> $`Angelman syndrome`$privateGeneCount #> [1] 0 #> #> $`Angelman syndrome`$publicGeneCount #> [1] 5 #> #> $`Angelman syndrome`$urlId #> [1] "DOID_1932" #> #> $`Angelman syndrome`$dbPhenotype #> [1] TRUE #> #> $`Angelman syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Angelman syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Angelman syndrome`$children #> list() #> #> $`Angelman syndrome`$value #> [1] "Angelman syndrome" #> #> #> $`Angina pectoris` #> $`Angina pectoris`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001681" #> #> $`Angina pectoris`$`_id` #> [1] "HP_0001681<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Angina pectoris`$privateGeneCount #> [1] 0 #> #> $`Angina pectoris`$publicGeneCount #> [1] 50 #> #> $`Angina pectoris`$urlId #> [1] "HP_0001681" #> #> $`Angina pectoris`$dbPhenotype #> [1] TRUE #> #> $`Angina pectoris`$`_parent` #> [1] "HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Angina pectoris`$`_is_leaf` #> [1] TRUE #> #> $`Angina pectoris`$children #> list() #> #> $`Angina pectoris`$value #> [1] "Angina pectoris" #> #> #> $angioedema #> $angioedema$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1558" #> #> $angioedema$`_id` #> [1] "DOID_1558<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $angioedema$privateGeneCount #> [1] 0 #> #> $angioedema$publicGeneCount #> [1] 10 #> #> $angioedema$urlId #> [1] "DOID_1558" #> #> $angioedema$dbPhenotype #> [1] TRUE #> #> $angioedema$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $angioedema$`_is_leaf` #> [1] FALSE #> #> $angioedema$children #> $angioedema$children[[1]] #> [1] "DOID_14735<DOID_1558<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $angioedema$value #> [1] "angioedema" #> #> #> $angiokeratoma #> $angiokeratoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_479" #> #> $angiokeratoma$`_id` #> [1] "DOID_479<DOID_471<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $angiokeratoma$privateGeneCount #> [1] 0 #> #> $angiokeratoma$publicGeneCount #> [1] 2 #> #> $angiokeratoma$urlId #> [1] "DOID_479" #> #> $angiokeratoma$dbPhenotype #> [1] TRUE #> #> $angiokeratoma$`_parent` #> [1] "DOID_471<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $angiokeratoma$`_is_leaf` #> [1] TRUE #> #> $angiokeratoma$children #> list() #> #> $angiokeratoma$value #> [1] "angiokeratoma" #> #> #> $angiokeratoma #> $angiokeratoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_479" #> #> $angiokeratoma$`_id` #> [1] "DOID_479<DOID_471<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $angiokeratoma$privateGeneCount #> [1] 0 #> #> $angiokeratoma$publicGeneCount #> [1] 2 #> #> $angiokeratoma$urlId #> [1] "DOID_479" #> #> $angiokeratoma$dbPhenotype #> [1] TRUE #> #> $angiokeratoma$`_parent` #> [1] "DOID_471<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $angiokeratoma$`_is_leaf` #> [1] TRUE #> #> $angiokeratoma$children #> list() #> #> $angiokeratoma$value #> [1] "angiokeratoma" #> #> #> $angiokeratoma #> $angiokeratoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_479" #> #> $angiokeratoma$`_id` #> [1] "DOID_479<DOID_471<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $angiokeratoma$privateGeneCount #> [1] 0 #> #> $angiokeratoma$publicGeneCount #> [1] 2 #> #> $angiokeratoma$urlId #> [1] "DOID_479" #> #> $angiokeratoma$dbPhenotype #> [1] TRUE #> #> $angiokeratoma$`_parent` #> [1] "DOID_471<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $angiokeratoma$`_is_leaf` #> [1] TRUE #> #> $angiokeratoma$children #> list() #> #> $angiokeratoma$value #> [1] "angiokeratoma" #> #> #> $angiokeratoma #> $angiokeratoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_479" #> #> $angiokeratoma$`_id` #> [1] "DOID_479<DOID_471<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $angiokeratoma$privateGeneCount #> [1] 0 #> #> $angiokeratoma$publicGeneCount #> [1] 2 #> #> $angiokeratoma$urlId #> [1] "DOID_479" #> #> $angiokeratoma$dbPhenotype #> [1] TRUE #> #> $angiokeratoma$`_parent` #> [1] "DOID_471<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $angiokeratoma$`_is_leaf` #> [1] TRUE #> #> $angiokeratoma$children #> list() #> #> $angiokeratoma$value #> [1] "angiokeratoma" #> #> #> $angiokeratoma #> $angiokeratoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_479" #> #> $angiokeratoma$`_id` #> [1] "DOID_479<DOID_471<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $angiokeratoma$privateGeneCount #> [1] 0 #> #> $angiokeratoma$publicGeneCount #> [1] 2 #> #> $angiokeratoma$urlId #> [1] "DOID_479" #> #> $angiokeratoma$dbPhenotype #> [1] TRUE #> #> $angiokeratoma$`_parent` #> [1] "DOID_471<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $angiokeratoma$`_is_leaf` #> [1] TRUE #> #> $angiokeratoma$children #> list() #> #> $angiokeratoma$value #> [1] "angiokeratoma" #> #> #> $angiokeratoma #> $angiokeratoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_479" #> #> $angiokeratoma$`_id` #> [1] "DOID_479<DOID_471<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $angiokeratoma$privateGeneCount #> [1] 0 #> #> $angiokeratoma$publicGeneCount #> [1] 2 #> #> $angiokeratoma$urlId #> [1] "DOID_479" #> #> $angiokeratoma$dbPhenotype #> [1] TRUE #> #> $angiokeratoma$`_parent` #> [1] "DOID_471<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $angiokeratoma$`_is_leaf` #> [1] TRUE #> #> $angiokeratoma$children #> list() #> #> $angiokeratoma$value #> [1] "angiokeratoma" #> #> #> $angiokeratoma #> $angiokeratoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_479" #> #> $angiokeratoma$`_id` #> [1] "DOID_479<DOID_471<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $angiokeratoma$privateGeneCount #> [1] 0 #> #> $angiokeratoma$publicGeneCount #> [1] 2 #> #> $angiokeratoma$urlId #> [1] "DOID_479" #> #> $angiokeratoma$dbPhenotype #> [1] TRUE #> #> $angiokeratoma$`_parent` #> [1] "DOID_471<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $angiokeratoma$`_is_leaf` #> [1] TRUE #> #> $angiokeratoma$children #> list() #> #> $angiokeratoma$value #> [1] "angiokeratoma" #> #> #> $`angioma serpiginosum` #> $`angioma serpiginosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4028" #> #> $`angioma serpiginosum`$`_id` #> [1] "DOID_4028<DOID_471<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`angioma serpiginosum`$privateGeneCount #> [1] 0 #> #> $`angioma serpiginosum`$publicGeneCount #> [1] 1 #> #> $`angioma serpiginosum`$urlId #> [1] "DOID_4028" #> #> $`angioma serpiginosum`$dbPhenotype #> [1] TRUE #> #> $`angioma serpiginosum`$`_parent` #> [1] "DOID_471<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`angioma serpiginosum`$`_is_leaf` #> [1] TRUE #> #> $`angioma serpiginosum`$children #> list() #> #> $`angioma serpiginosum`$value #> [1] "angioma serpiginosum" #> #> #> $`angioma serpiginosum` #> $`angioma serpiginosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4028" #> #> $`angioma serpiginosum`$`_id` #> [1] "DOID_4028<DOID_471<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`angioma serpiginosum`$privateGeneCount #> [1] 0 #> #> $`angioma serpiginosum`$publicGeneCount #> [1] 1 #> #> $`angioma serpiginosum`$urlId #> [1] "DOID_4028" #> #> $`angioma serpiginosum`$dbPhenotype #> [1] TRUE #> #> $`angioma serpiginosum`$`_parent` #> [1] "DOID_471<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`angioma serpiginosum`$`_is_leaf` #> [1] TRUE #> #> $`angioma serpiginosum`$children #> list() #> #> $`angioma serpiginosum`$value #> [1] "angioma serpiginosum" #> #> #> $`angioma serpiginosum` #> $`angioma serpiginosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4028" #> #> $`angioma serpiginosum`$`_id` #> [1] "DOID_4028<DOID_471<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`angioma serpiginosum`$privateGeneCount #> [1] 0 #> #> $`angioma serpiginosum`$publicGeneCount #> [1] 1 #> #> $`angioma serpiginosum`$urlId #> [1] "DOID_4028" #> #> $`angioma serpiginosum`$dbPhenotype #> [1] TRUE #> #> $`angioma serpiginosum`$`_parent` #> [1] "DOID_471<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`angioma serpiginosum`$`_is_leaf` #> [1] TRUE #> #> $`angioma serpiginosum`$children #> list() #> #> $`angioma serpiginosum`$value #> [1] "angioma serpiginosum" #> #> #> $`angioma serpiginosum` #> $`angioma serpiginosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4028" #> #> $`angioma serpiginosum`$`_id` #> [1] "DOID_4028<DOID_471<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`angioma serpiginosum`$privateGeneCount #> [1] 0 #> #> $`angioma serpiginosum`$publicGeneCount #> [1] 1 #> #> $`angioma serpiginosum`$urlId #> [1] "DOID_4028" #> #> $`angioma serpiginosum`$dbPhenotype #> [1] TRUE #> #> $`angioma serpiginosum`$`_parent` #> [1] "DOID_471<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`angioma serpiginosum`$`_is_leaf` #> [1] TRUE #> #> $`angioma serpiginosum`$children #> list() #> #> $`angioma serpiginosum`$value #> [1] "angioma serpiginosum" #> #> #> $`angioma serpiginosum` #> $`angioma serpiginosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4028" #> #> $`angioma serpiginosum`$`_id` #> [1] "DOID_4028<DOID_471<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`angioma serpiginosum`$privateGeneCount #> [1] 0 #> #> $`angioma serpiginosum`$publicGeneCount #> [1] 1 #> #> $`angioma serpiginosum`$urlId #> [1] "DOID_4028" #> #> $`angioma serpiginosum`$dbPhenotype #> [1] TRUE #> #> $`angioma serpiginosum`$`_parent` #> [1] "DOID_471<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`angioma serpiginosum`$`_is_leaf` #> [1] TRUE #> #> $`angioma serpiginosum`$children #> list() #> #> $`angioma serpiginosum`$value #> [1] "angioma serpiginosum" #> #> #> $`angioma serpiginosum` #> $`angioma serpiginosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4028" #> #> $`angioma serpiginosum`$`_id` #> [1] "DOID_4028<DOID_471<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`angioma serpiginosum`$privateGeneCount #> [1] 0 #> #> $`angioma serpiginosum`$publicGeneCount #> [1] 1 #> #> $`angioma serpiginosum`$urlId #> [1] "DOID_4028" #> #> $`angioma serpiginosum`$dbPhenotype #> [1] TRUE #> #> $`angioma serpiginosum`$`_parent` #> [1] "DOID_471<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`angioma serpiginosum`$`_is_leaf` #> [1] TRUE #> #> $`angioma serpiginosum`$children #> list() #> #> $`angioma serpiginosum`$value #> [1] "angioma serpiginosum" #> #> #> $`angioma serpiginosum` #> $`angioma serpiginosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4028" #> #> $`angioma serpiginosum`$`_id` #> [1] "DOID_4028<DOID_471<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`angioma serpiginosum`$privateGeneCount #> [1] 0 #> #> $`angioma serpiginosum`$publicGeneCount #> [1] 1 #> #> $`angioma serpiginosum`$urlId #> [1] "DOID_4028" #> #> $`angioma serpiginosum`$dbPhenotype #> [1] TRUE #> #> $`angioma serpiginosum`$`_parent` #> [1] "DOID_471<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`angioma serpiginosum`$`_is_leaf` #> [1] TRUE #> #> $`angioma serpiginosum`$children #> list() #> #> $`angioma serpiginosum`$value #> [1] "angioma serpiginosum" #> #> #> $`angiomatous meningioma` #> $`angiomatous meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6548" #> #> $`angiomatous meningioma`$`_id` #> [1] "DOID_6548<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`angiomatous meningioma`$privateGeneCount #> [1] 0 #> #> $`angiomatous meningioma`$publicGeneCount #> [1] 16 #> #> $`angiomatous meningioma`$urlId #> [1] "DOID_6548" #> #> $`angiomatous meningioma`$dbPhenotype #> [1] TRUE #> #> $`angiomatous meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`angiomatous meningioma`$`_is_leaf` #> [1] TRUE #> #> $`angiomatous meningioma`$children #> list() #> #> $`angiomatous meningioma`$value #> [1] "angiomatous meningioma" #> #> #> $`angiomatous meningioma` #> $`angiomatous meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6548" #> #> $`angiomatous meningioma`$`_id` #> [1] "DOID_6548<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`angiomatous meningioma`$privateGeneCount #> [1] 0 #> #> $`angiomatous meningioma`$publicGeneCount #> [1] 16 #> #> $`angiomatous meningioma`$urlId #> [1] "DOID_6548" #> #> $`angiomatous meningioma`$dbPhenotype #> [1] TRUE #> #> $`angiomatous meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`angiomatous meningioma`$`_is_leaf` #> [1] TRUE #> #> $`angiomatous meningioma`$children #> list() #> #> $`angiomatous meningioma`$value #> [1] "angiomatous meningioma" #> #> #> $`angiomatous meningioma` #> $`angiomatous meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6548" #> #> $`angiomatous meningioma`$`_id` #> [1] "DOID_6548<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`angiomatous meningioma`$privateGeneCount #> [1] 0 #> #> $`angiomatous meningioma`$publicGeneCount #> [1] 16 #> #> $`angiomatous meningioma`$urlId #> [1] "DOID_6548" #> #> $`angiomatous meningioma`$dbPhenotype #> [1] TRUE #> #> $`angiomatous meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`angiomatous meningioma`$`_is_leaf` #> [1] TRUE #> #> $`angiomatous meningioma`$children #> list() #> #> $`angiomatous meningioma`$value #> [1] "angiomatous meningioma" #> #> #> $angiomyolipoma #> $angiomyolipoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3314" #> #> $angiomyolipoma$`_id` #> [1] "DOID_3314<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $angiomyolipoma$privateGeneCount #> [1] 0 #> #> $angiomyolipoma$publicGeneCount #> [1] 44 #> #> $angiomyolipoma$urlId #> [1] "DOID_3314" #> #> $angiomyolipoma$dbPhenotype #> [1] TRUE #> #> $angiomyolipoma$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $angiomyolipoma$`_is_leaf` #> [1] FALSE #> #> $angiomyolipoma$children #> $angiomyolipoma$children[[1]] #> [1] "DOID_2645<DOID_3314<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $angiomyolipoma$value #> [1] "angiomyolipoma" #> #> #> $angiosarcoma #> $angiosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0001816" #> #> $angiosarcoma$`_id` #> [1] "DOID_0001816<DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $angiosarcoma$privateGeneCount #> [1] 0 #> #> $angiosarcoma$publicGeneCount #> [1] 19 #> #> $angiosarcoma$urlId #> [1] "DOID_0001816" #> #> $angiosarcoma$dbPhenotype #> [1] TRUE #> #> $angiosarcoma$`_parent` #> [1] "DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $angiosarcoma$`_is_leaf` #> [1] TRUE #> #> $angiosarcoma$children #> list() #> #> $angiosarcoma$value #> [1] "angiosarcoma" #> #> #> $angiosarcoma #> $angiosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0001816" #> #> $angiosarcoma$`_id` #> [1] "DOID_0001816<DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $angiosarcoma$privateGeneCount #> [1] 0 #> #> $angiosarcoma$publicGeneCount #> [1] 19 #> #> $angiosarcoma$urlId #> [1] "DOID_0001816" #> #> $angiosarcoma$dbPhenotype #> [1] TRUE #> #> $angiosarcoma$`_parent` #> [1] "DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $angiosarcoma$`_is_leaf` #> [1] TRUE #> #> $angiosarcoma$children #> list() #> #> $angiosarcoma$value #> [1] "angiosarcoma" #> #> #> $angiosarcoma #> $angiosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0001816" #> #> $angiosarcoma$`_id` #> [1] "DOID_0001816<DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $angiosarcoma$privateGeneCount #> [1] 0 #> #> $angiosarcoma$publicGeneCount #> [1] 19 #> #> $angiosarcoma$urlId #> [1] "DOID_0001816" #> #> $angiosarcoma$dbPhenotype #> [1] TRUE #> #> $angiosarcoma$`_parent` #> [1] "DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $angiosarcoma$`_is_leaf` #> [1] TRUE #> #> $angiosarcoma$children #> list() #> #> $angiosarcoma$value #> [1] "angiosarcoma" #> #> #> $`angle-closure glaucoma` #> $`angle-closure glaucoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13550" #> #> $`angle-closure glaucoma`$`_id` #> [1] "DOID_13550<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`angle-closure glaucoma`$privateGeneCount #> [1] 0 #> #> $`angle-closure glaucoma`$publicGeneCount #> [1] 13 #> #> $`angle-closure glaucoma`$urlId #> [1] "DOID_13550" #> #> $`angle-closure glaucoma`$dbPhenotype #> [1] TRUE #> #> $`angle-closure glaucoma`$`_parent` #> [1] "DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`angle-closure glaucoma`$`_is_leaf` #> [1] TRUE #> #> $`angle-closure glaucoma`$children #> list() #> #> $`angle-closure glaucoma`$value #> [1] "angle-closure glaucoma" #> #> #> $anhidrosis #> $anhidrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11156" #> #> $anhidrosis$`_id` #> [1] "DOID_11156<DOID_11155<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $anhidrosis$privateGeneCount #> [1] 0 #> #> $anhidrosis$publicGeneCount #> [1] 1 #> #> $anhidrosis$urlId #> [1] "DOID_11156" #> #> $anhidrosis$dbPhenotype #> [1] TRUE #> #> $anhidrosis$`_parent` #> [1] "DOID_11155<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $anhidrosis$`_is_leaf` #> [1] TRUE #> #> $anhidrosis$children #> list() #> #> $anhidrosis$value #> [1] "anhidrosis" #> #> #> $aniridia #> $aniridia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12271" #> #> $aniridia$`_id` #> [1] "DOID_12271<DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $aniridia$privateGeneCount #> [1] 0 #> #> $aniridia$publicGeneCount #> [1] 2 #> #> $aniridia$urlId #> [1] "DOID_12271" #> #> $aniridia$dbPhenotype #> [1] TRUE #> #> $aniridia$`_parent` #> [1] "DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $aniridia$`_is_leaf` #> [1] TRUE #> #> $aniridia$children #> list() #> #> $aniridia$value #> [1] "aniridia" #> #> #> $anisometropia #> $anisometropia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12273" #> #> $anisometropia$`_id` #> [1] "DOID_12273<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $anisometropia$privateGeneCount #> [1] 0 #> #> $anisometropia$publicGeneCount #> [1] 1 #> #> $anisometropia$urlId #> [1] "DOID_12273" #> #> $anisometropia$dbPhenotype #> [1] TRUE #> #> $anisometropia$`_parent` #> [1] "DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $anisometropia$`_is_leaf` #> [1] TRUE #> #> $anisometropia$children #> list() #> #> $anisometropia$value #> [1] "anisometropia" #> #> #> $`ankylosing spondylitis` #> $`ankylosing spondylitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7147" #> #> $`ankylosing spondylitis`$`_id` #> [1] "DOID_7147<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`ankylosing spondylitis`$privateGeneCount #> [1] 0 #> #> $`ankylosing spondylitis`$publicGeneCount #> [1] 34 #> #> $`ankylosing spondylitis`$urlId #> [1] "DOID_7147" #> #> $`ankylosing spondylitis`$dbPhenotype #> [1] TRUE #> #> $`ankylosing spondylitis`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`ankylosing spondylitis`$`_is_leaf` #> [1] TRUE #> #> $`ankylosing spondylitis`$children #> list() #> #> $`ankylosing spondylitis`$value #> [1] "ankylosing spondylitis" #> #> #> $`ankylosing spondylitis` #> $`ankylosing spondylitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7147" #> #> $`ankylosing spondylitis`$`_id` #> [1] "DOID_7147<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`ankylosing spondylitis`$privateGeneCount #> [1] 0 #> #> $`ankylosing spondylitis`$publicGeneCount #> [1] 34 #> #> $`ankylosing spondylitis`$urlId #> [1] "DOID_7147" #> #> $`ankylosing spondylitis`$dbPhenotype #> [1] TRUE #> #> $`ankylosing spondylitis`$`_parent` #> [1] "DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`ankylosing spondylitis`$`_is_leaf` #> [1] TRUE #> #> $`ankylosing spondylitis`$children #> list() #> #> $`ankylosing spondylitis`$value #> [1] "ankylosing spondylitis" #> #> #> $ankylosis #> $ankylosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_227" #> #> $ankylosis$`_id` #> [1] "DOID_227<DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $ankylosis$privateGeneCount #> [1] 0 #> #> $ankylosis$publicGeneCount #> [1] 2 #> #> $ankylosis$urlId #> [1] "DOID_227" #> #> $ankylosis$dbPhenotype #> [1] TRUE #> #> $ankylosis$`_parent` #> [1] "DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $ankylosis$`_is_leaf` #> [1] TRUE #> #> $ankylosis$children #> list() #> #> $ankylosis$value #> [1] "ankylosis" #> #> #> $anodontia #> $anodontia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13714" #> #> $anodontia$`_id` #> [1] "DOID_13714<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $anodontia$privateGeneCount #> [1] 0 #> #> $anodontia$publicGeneCount #> [1] 4 #> #> $anodontia$urlId #> [1] "DOID_13714" #> #> $anodontia$dbPhenotype #> [1] TRUE #> #> $anodontia$`_parent` #> [1] "DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $anodontia$`_is_leaf` #> [1] TRUE #> #> $anodontia$children #> list() #> #> $anodontia$value #> [1] "anodontia" #> #> #> $`anogenital venereal wart` #> $`anogenital venereal wart`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11168" #> #> $`anogenital venereal wart`$`_id` #> [1] "DOID_11168<DOID_10883<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`anogenital venereal wart`$privateGeneCount #> [1] 0 #> #> $`anogenital venereal wart`$publicGeneCount #> [1] 3 #> #> $`anogenital venereal wart`$urlId #> [1] "DOID_11168" #> #> $`anogenital venereal wart`$dbPhenotype #> [1] TRUE #> #> $`anogenital venereal wart`$`_parent` #> [1] "DOID_10883<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`anogenital venereal wart`$`_is_leaf` #> [1] TRUE #> #> $`anogenital venereal wart`$children #> list() #> #> $`anogenital venereal wart`$value #> [1] "anogenital venereal wart" #> #> #> $`anogenital venereal wart` #> $`anogenital venereal wart`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11168" #> #> $`anogenital venereal wart`$`_id` #> [1] "DOID_11168<DOID_10883<DOID_934<DOID_0050117<DOID_4" #> #> $`anogenital venereal wart`$privateGeneCount #> [1] 0 #> #> $`anogenital venereal wart`$publicGeneCount #> [1] 3 #> #> $`anogenital venereal wart`$urlId #> [1] "DOID_11168" #> #> $`anogenital venereal wart`$dbPhenotype #> [1] TRUE #> #> $`anogenital venereal wart`$`_parent` #> [1] "DOID_10883<DOID_934<DOID_0050117<DOID_4" #> #> $`anogenital venereal wart`$`_is_leaf` #> [1] TRUE #> #> $`anogenital venereal wart`$children #> list() #> #> $`anogenital venereal wart`$value #> [1] "anogenital venereal wart" #> #> #> $`anogenital venereal wart` #> $`anogenital venereal wart`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11168" #> #> $`anogenital venereal wart`$`_id` #> [1] "DOID_11168<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`anogenital venereal wart`$privateGeneCount #> [1] 0 #> #> $`anogenital venereal wart`$publicGeneCount #> [1] 3 #> #> $`anogenital venereal wart`$urlId #> [1] "DOID_11168" #> #> $`anogenital venereal wart`$dbPhenotype #> [1] TRUE #> #> $`anogenital venereal wart`$`_parent` #> [1] "DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`anogenital venereal wart`$`_is_leaf` #> [1] TRUE #> #> $`anogenital venereal wart`$children #> list() #> #> $`anogenital venereal wart`$value #> [1] "anogenital venereal wart" #> #> #> $`anogenital venereal wart` #> $`anogenital venereal wart`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11168" #> #> $`anogenital venereal wart`$`_id` #> [1] "DOID_11168<DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`anogenital venereal wart`$privateGeneCount #> [1] 0 #> #> $`anogenital venereal wart`$publicGeneCount #> [1] 3 #> #> $`anogenital venereal wart`$urlId #> [1] "DOID_11168" #> #> $`anogenital venereal wart`$dbPhenotype #> [1] TRUE #> #> $`anogenital venereal wart`$`_parent` #> [1] "DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`anogenital venereal wart`$`_is_leaf` #> [1] TRUE #> #> $`anogenital venereal wart`$children #> list() #> #> $`anogenital venereal wart`$value #> [1] "anogenital venereal wart" #> #> #> $`anogenital venereal wart` #> $`anogenital venereal wart`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11168" #> #> $`anogenital venereal wart`$`_id` #> [1] "DOID_11168<DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`anogenital venereal wart`$privateGeneCount #> [1] 0 #> #> $`anogenital venereal wart`$publicGeneCount #> [1] 3 #> #> $`anogenital venereal wart`$urlId #> [1] "DOID_11168" #> #> $`anogenital venereal wart`$dbPhenotype #> [1] TRUE #> #> $`anogenital venereal wart`$`_parent` #> [1] "DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`anogenital venereal wart`$`_is_leaf` #> [1] TRUE #> #> $`anogenital venereal wart`$children #> list() #> #> $`anogenital venereal wart`$value #> [1] "anogenital venereal wart" #> #> #> $`anogenital venereal wart` #> $`anogenital venereal wart`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11168" #> #> $`anogenital venereal wart`$`_id` #> [1] "DOID_11168<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anogenital venereal wart`$privateGeneCount #> [1] 0 #> #> $`anogenital venereal wart`$publicGeneCount #> [1] 3 #> #> $`anogenital venereal wart`$urlId #> [1] "DOID_11168" #> #> $`anogenital venereal wart`$dbPhenotype #> [1] TRUE #> #> $`anogenital venereal wart`$`_parent` #> [1] "DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anogenital venereal wart`$`_is_leaf` #> [1] TRUE #> #> $`anogenital venereal wart`$children #> list() #> #> $`anogenital venereal wart`$value #> [1] "anogenital venereal wart" #> #> #> $Anorexia #> $Anorexia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002039" #> #> $Anorexia$`_id` #> [1] "HP_0002039<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $Anorexia$privateGeneCount #> [1] 0 #> #> $Anorexia$publicGeneCount #> [1] 16 #> #> $Anorexia$urlId #> [1] "HP_0002039" #> #> $Anorexia$dbPhenotype #> [1] TRUE #> #> $Anorexia$`_parent` #> [1] "HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $Anorexia$`_is_leaf` #> [1] TRUE #> #> $Anorexia$children #> list() #> #> $Anorexia$value #> [1] "Anorexia" #> #> #> $`anorexia nervosa` #> $`anorexia nervosa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8689" #> #> $`anorexia nervosa`$`_id` #> [1] "DOID_8689<DOID_8670<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`anorexia nervosa`$privateGeneCount #> [1] 0 #> #> $`anorexia nervosa`$publicGeneCount #> [1] 14 #> #> $`anorexia nervosa`$urlId #> [1] "DOID_8689" #> #> $`anorexia nervosa`$dbPhenotype #> [1] TRUE #> #> $`anorexia nervosa`$`_parent` #> [1] "DOID_8670<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`anorexia nervosa`$`_is_leaf` #> [1] TRUE #> #> $`anorexia nervosa`$children #> list() #> #> $`anorexia nervosa`$value #> [1] "anorexia nervosa" #> #> #> $anovulation #> $anovulation$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3781" #> #> $anovulation$`_id` #> [1] "DOID_3781<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $anovulation$privateGeneCount #> [1] 0 #> #> $anovulation$publicGeneCount #> [1] 1 #> #> $anovulation$urlId #> [1] "DOID_3781" #> #> $anovulation$dbPhenotype #> [1] TRUE #> #> $anovulation$`_parent` #> [1] "DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $anovulation$`_is_leaf` #> [1] TRUE #> #> $anovulation$children #> list() #> #> $anovulation$value #> [1] "anovulation" #> #> #> $anovulation #> $anovulation$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3781" #> #> $anovulation$`_id` #> [1] "DOID_3781<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $anovulation$privateGeneCount #> [1] 0 #> #> $anovulation$publicGeneCount #> [1] 1 #> #> $anovulation$urlId #> [1] "DOID_3781" #> #> $anovulation$dbPhenotype #> [1] TRUE #> #> $anovulation$`_parent` #> [1] "DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $anovulation$`_is_leaf` #> [1] TRUE #> #> $anovulation$children #> list() #> #> $anovulation$value #> [1] "anovulation" #> #> #> $`anterior cranial fossa meningioma` #> $`anterior cranial fossa meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4436" #> #> $`anterior cranial fossa meningioma`$`_id` #> [1] "DOID_4436<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`anterior cranial fossa meningioma`$privateGeneCount #> [1] 0 #> #> $`anterior cranial fossa meningioma`$publicGeneCount #> [1] 16 #> #> $`anterior cranial fossa meningioma`$urlId #> [1] "DOID_4436" #> #> $`anterior cranial fossa meningioma`$dbPhenotype #> [1] FALSE #> #> $`anterior cranial fossa meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`anterior cranial fossa meningioma`$`_is_leaf` #> [1] FALSE #> #> $`anterior cranial fossa meningioma`$children #> $`anterior cranial fossa meningioma`$children[[1]] #> [1] "DOID_8057<DOID_4436<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`anterior cranial fossa meningioma`$value #> [1] "anterior cranial fossa meningioma" #> #> #> $`anterior cranial fossa meningioma` #> $`anterior cranial fossa meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4436" #> #> $`anterior cranial fossa meningioma`$`_id` #> [1] "DOID_4436<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`anterior cranial fossa meningioma`$privateGeneCount #> [1] 0 #> #> $`anterior cranial fossa meningioma`$publicGeneCount #> [1] 16 #> #> $`anterior cranial fossa meningioma`$urlId #> [1] "DOID_4436" #> #> $`anterior cranial fossa meningioma`$dbPhenotype #> [1] FALSE #> #> $`anterior cranial fossa meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`anterior cranial fossa meningioma`$`_is_leaf` #> [1] FALSE #> #> $`anterior cranial fossa meningioma`$children #> $`anterior cranial fossa meningioma`$children[[1]] #> [1] "DOID_8057<DOID_4436<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`anterior cranial fossa meningioma`$value #> [1] "anterior cranial fossa meningioma" #> #> #> $`anterior cranial fossa meningioma` #> $`anterior cranial fossa meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4436" #> #> $`anterior cranial fossa meningioma`$`_id` #> [1] "DOID_4436<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`anterior cranial fossa meningioma`$privateGeneCount #> [1] 0 #> #> $`anterior cranial fossa meningioma`$publicGeneCount #> [1] 16 #> #> $`anterior cranial fossa meningioma`$urlId #> [1] "DOID_4436" #> #> $`anterior cranial fossa meningioma`$dbPhenotype #> [1] FALSE #> #> $`anterior cranial fossa meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`anterior cranial fossa meningioma`$`_is_leaf` #> [1] FALSE #> #> $`anterior cranial fossa meningioma`$children #> $`anterior cranial fossa meningioma`$children[[1]] #> [1] "DOID_8057<DOID_4436<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`anterior cranial fossa meningioma`$value #> [1] "anterior cranial fossa meningioma" #> #> #> $`anterior horn cell disease` #> $`anterior horn cell disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4873" #> #> $`anterior horn cell disease`$`_id` #> [1] "DOID_4873<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`anterior horn cell disease`$privateGeneCount #> [1] 0 #> #> $`anterior horn cell disease`$publicGeneCount #> [1] 7 #> #> $`anterior horn cell disease`$urlId #> [1] "DOID_4873" #> #> $`anterior horn cell disease`$dbPhenotype #> [1] TRUE #> #> $`anterior horn cell disease`$`_parent` #> [1] "DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`anterior horn cell disease`$`_is_leaf` #> [1] TRUE #> #> $`anterior horn cell disease`$children #> list() #> #> $`anterior horn cell disease`$value #> [1] "anterior horn cell disease" #> #> #> $`Anterior hypopituitarism` #> $`Anterior hypopituitarism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000830" #> #> $`Anterior hypopituitarism`$`_id` #> [1] "HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Anterior hypopituitarism`$privateGeneCount #> [1] 0 #> #> $`Anterior hypopituitarism`$publicGeneCount #> [1] 7 #> #> $`Anterior hypopituitarism`$urlId #> [1] "HP_0000830" #> #> $`Anterior hypopituitarism`$dbPhenotype #> [1] FALSE #> #> $`Anterior hypopituitarism`$`_parent` #> [1] "HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Anterior hypopituitarism`$`_is_leaf` #> [1] FALSE #> #> $`Anterior hypopituitarism`$children #> $`Anterior hypopituitarism`$children[[1]] #> [1] "HP_0011748<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Anterior hypopituitarism`$children[[2]] #> [1] "HP_0000824<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Anterior hypopituitarism`$value #> [1] "Anterior hypopituitarism" #> #> #> $`Anterior hypopituitarism` #> $`Anterior hypopituitarism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000830" #> #> $`Anterior hypopituitarism`$`_id` #> [1] "HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Anterior hypopituitarism`$privateGeneCount #> [1] 0 #> #> $`Anterior hypopituitarism`$publicGeneCount #> [1] 7 #> #> $`Anterior hypopituitarism`$urlId #> [1] "HP_0000830" #> #> $`Anterior hypopituitarism`$dbPhenotype #> [1] FALSE #> #> $`Anterior hypopituitarism`$`_parent` #> [1] "HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Anterior hypopituitarism`$`_is_leaf` #> [1] FALSE #> #> $`Anterior hypopituitarism`$children #> $`Anterior hypopituitarism`$children[[1]] #> [1] "HP_0011748<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Anterior hypopituitarism`$children[[2]] #> [1] "HP_0000824<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Anterior hypopituitarism`$value #> [1] "Anterior hypopituitarism" #> #> #> $`anterior ischemic optic neuropathy` #> $`anterior ischemic optic neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12010" #> #> $`anterior ischemic optic neuropathy`$`_id` #> [1] "DOID_12010<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`anterior ischemic optic neuropathy`$privateGeneCount #> [1] 0 #> #> $`anterior ischemic optic neuropathy`$publicGeneCount #> [1] 5 #> #> $`anterior ischemic optic neuropathy`$urlId #> [1] "DOID_12010" #> #> $`anterior ischemic optic neuropathy`$dbPhenotype #> [1] TRUE #> #> $`anterior ischemic optic neuropathy`$`_parent` #> [1] "DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`anterior ischemic optic neuropathy`$`_is_leaf` #> [1] TRUE #> #> $`anterior ischemic optic neuropathy`$children #> list() #> #> $`anterior ischemic optic neuropathy`$value #> [1] "anterior ischemic optic neuropathy" #> #> #> $`anterior uveitis` #> $`anterior uveitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1407" #> #> $`anterior uveitis`$`_id` #> [1] "DOID_1407<DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`anterior uveitis`$privateGeneCount #> [1] 0 #> #> $`anterior uveitis`$publicGeneCount #> [1] 14 #> #> $`anterior uveitis`$urlId #> [1] "DOID_1407" #> #> $`anterior uveitis`$dbPhenotype #> [1] TRUE #> #> $`anterior uveitis`$`_parent` #> [1] "DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`anterior uveitis`$`_is_leaf` #> [1] FALSE #> #> $`anterior uveitis`$children #> $`anterior uveitis`$children[[1]] #> [1] "DOID_9383<DOID_1407<DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`anterior uveitis`$value #> [1] "anterior uveitis" #> #> #> $`anterolateral myocardial infarction` #> $`anterolateral myocardial infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5845" #> #> $`anterolateral myocardial infarction`$`_id` #> [1] "DOID_5845<DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`anterolateral myocardial infarction`$privateGeneCount #> [1] 0 #> #> $`anterolateral myocardial infarction`$publicGeneCount #> [1] 1 #> #> $`anterolateral myocardial infarction`$urlId #> [1] "DOID_5845" #> #> $`anterolateral myocardial infarction`$dbPhenotype #> [1] TRUE #> #> $`anterolateral myocardial infarction`$`_parent` #> [1] "DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`anterolateral myocardial infarction`$`_is_leaf` #> [1] TRUE #> #> $`anterolateral myocardial infarction`$children #> list() #> #> $`anterolateral myocardial infarction`$value #> [1] "anterolateral myocardial infarction" #> #> #> $`anteroseptal myocardial infarction` #> $`anteroseptal myocardial infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5855" #> #> $`anteroseptal myocardial infarction`$`_id` #> [1] "DOID_5855<DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`anteroseptal myocardial infarction`$privateGeneCount #> [1] 0 #> #> $`anteroseptal myocardial infarction`$publicGeneCount #> [1] 1 #> #> $`anteroseptal myocardial infarction`$urlId #> [1] "DOID_5855" #> #> $`anteroseptal myocardial infarction`$dbPhenotype #> [1] TRUE #> #> $`anteroseptal myocardial infarction`$`_parent` #> [1] "DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`anteroseptal myocardial infarction`$`_is_leaf` #> [1] TRUE #> #> $`anteroseptal myocardial infarction`$children #> list() #> #> $`anteroseptal myocardial infarction`$value #> [1] "anteroseptal myocardial infarction" #> #> #> $anthracosis #> $anthracosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10327" #> #> $anthracosis$`_id` #> [1] "DOID_10327<DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $anthracosis$privateGeneCount #> [1] 0 #> #> $anthracosis$publicGeneCount #> [1] 4 #> #> $anthracosis$urlId #> [1] "DOID_10327" #> #> $anthracosis$dbPhenotype #> [1] TRUE #> #> $anthracosis$`_parent` #> [1] "DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $anthracosis$`_is_leaf` #> [1] TRUE #> #> $anthracosis$children #> list() #> #> $anthracosis$value #> [1] "anthracosis" #> #> #> $anthracosis #> $anthracosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10327" #> #> $anthracosis$`_id` #> [1] "DOID_10327<DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $anthracosis$privateGeneCount #> [1] 0 #> #> $anthracosis$publicGeneCount #> [1] 4 #> #> $anthracosis$urlId #> [1] "DOID_10327" #> #> $anthracosis$dbPhenotype #> [1] TRUE #> #> $anthracosis$`_parent` #> [1] "DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $anthracosis$`_is_leaf` #> [1] TRUE #> #> $anthracosis$children #> list() #> #> $anthracosis$value #> [1] "anthracosis" #> #> #> $`anthrax disease` #> $`anthrax disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7427" #> #> $`anthrax disease`$`_id` #> [1] "DOID_7427<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`anthrax disease`$privateGeneCount #> [1] 0 #> #> $`anthrax disease`$publicGeneCount #> [1] 2 #> #> $`anthrax disease`$urlId #> [1] "DOID_7427" #> #> $`anthrax disease`$dbPhenotype #> [1] TRUE #> #> $`anthrax disease`$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`anthrax disease`$`_is_leaf` #> [1] TRUE #> #> $`anthrax disease`$children #> list() #> #> $`anthrax disease`$value #> [1] "anthrax disease" #> #> #> $`antiphospholipid syndrome` #> $`antiphospholipid syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2988" #> #> $`antiphospholipid syndrome`$`_id` #> [1] "DOID_2988<DOID_0060051<DOID_1287<DOID_7<DOID_4" #> #> $`antiphospholipid syndrome`$privateGeneCount #> [1] 0 #> #> $`antiphospholipid syndrome`$publicGeneCount #> [1] 6 #> #> $`antiphospholipid syndrome`$urlId #> [1] "DOID_2988" #> #> $`antiphospholipid syndrome`$dbPhenotype #> [1] TRUE #> #> $`antiphospholipid syndrome`$`_parent` #> [1] "DOID_0060051<DOID_1287<DOID_7<DOID_4" #> #> $`antiphospholipid syndrome`$`_is_leaf` #> [1] TRUE #> #> $`antiphospholipid syndrome`$children #> list() #> #> $`antiphospholipid syndrome`$value #> [1] "antiphospholipid syndrome" #> #> #> $`antiphospholipid syndrome` #> $`antiphospholipid syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2988" #> #> $`antiphospholipid syndrome`$`_id` #> [1] "DOID_2988<DOID_0060051<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`antiphospholipid syndrome`$privateGeneCount #> [1] 0 #> #> $`antiphospholipid syndrome`$publicGeneCount #> [1] 6 #> #> $`antiphospholipid syndrome`$urlId #> [1] "DOID_2988" #> #> $`antiphospholipid syndrome`$dbPhenotype #> [1] TRUE #> #> $`antiphospholipid syndrome`$`_parent` #> [1] "DOID_0060051<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`antiphospholipid syndrome`$`_is_leaf` #> [1] TRUE #> #> $`antiphospholipid syndrome`$children #> list() #> #> $`antiphospholipid syndrome`$value #> [1] "antiphospholipid syndrome" #> #> #> $`antisocial personality disorder` #> $`antisocial personality disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10939" #> #> $`antisocial personality disorder`$`_id` #> [1] "DOID_10939<DOID_1510<DOID_150<DOID_4" #> #> $`antisocial personality disorder`$privateGeneCount #> [1] 0 #> #> $`antisocial personality disorder`$publicGeneCount #> [1] 2 #> #> $`antisocial personality disorder`$urlId #> [1] "DOID_10939" #> #> $`antisocial personality disorder`$dbPhenotype #> [1] TRUE #> #> $`antisocial personality disorder`$`_parent` #> [1] "DOID_1510<DOID_150<DOID_4" #> #> $`antisocial personality disorder`$`_is_leaf` #> [1] TRUE #> #> $`antisocial personality disorder`$children #> list() #> #> $`antisocial personality disorder`$value #> [1] "antisocial personality disorder" #> #> #> $`antithrombin III deficiency` #> $`antithrombin III deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3755" #> #> $`antithrombin III deficiency`$`_id` #> [1] "DOID_3755<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`antithrombin III deficiency`$privateGeneCount #> [1] 0 #> #> $`antithrombin III deficiency`$publicGeneCount #> [1] 1 #> #> $`antithrombin III deficiency`$urlId #> [1] "DOID_3755" #> #> $`antithrombin III deficiency`$dbPhenotype #> [1] TRUE #> #> $`antithrombin III deficiency`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`antithrombin III deficiency`$`_is_leaf` #> [1] TRUE #> #> $`antithrombin III deficiency`$children #> list() #> #> $`antithrombin III deficiency`$value #> [1] "antithrombin III deficiency" #> #> #> $`antithrombin III deficiency` #> $`antithrombin III deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3755" #> #> $`antithrombin III deficiency`$`_id` #> [1] "DOID_3755<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`antithrombin III deficiency`$privateGeneCount #> [1] 0 #> #> $`antithrombin III deficiency`$publicGeneCount #> [1] 1 #> #> $`antithrombin III deficiency`$urlId #> [1] "DOID_3755" #> #> $`antithrombin III deficiency`$dbPhenotype #> [1] TRUE #> #> $`antithrombin III deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`antithrombin III deficiency`$`_is_leaf` #> [1] TRUE #> #> $`antithrombin III deficiency`$children #> list() #> #> $`antithrombin III deficiency`$value #> [1] "antithrombin III deficiency" #> #> #> $`antithrombin III deficiency` #> $`antithrombin III deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3755" #> #> $`antithrombin III deficiency`$`_id` #> [1] "DOID_3755<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`antithrombin III deficiency`$privateGeneCount #> [1] 0 #> #> $`antithrombin III deficiency`$publicGeneCount #> [1] 1 #> #> $`antithrombin III deficiency`$urlId #> [1] "DOID_3755" #> #> $`antithrombin III deficiency`$dbPhenotype #> [1] TRUE #> #> $`antithrombin III deficiency`$`_parent` #> [1] "DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`antithrombin III deficiency`$`_is_leaf` #> [1] TRUE #> #> $`antithrombin III deficiency`$children #> list() #> #> $`antithrombin III deficiency`$value #> [1] "antithrombin III deficiency" #> #> #> $`Antley-Bixler syndrome` #> $`Antley-Bixler syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050462" #> #> $`Antley-Bixler syndrome`$`_id` #> [1] "DOID_0050462<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Antley-Bixler syndrome`$privateGeneCount #> [1] 0 #> #> $`Antley-Bixler syndrome`$publicGeneCount #> [1] 2 #> #> $`Antley-Bixler syndrome`$urlId #> [1] "DOID_0050462" #> #> $`Antley-Bixler syndrome`$dbPhenotype #> [1] TRUE #> #> $`Antley-Bixler syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Antley-Bixler syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Antley-Bixler syndrome`$children #> list() #> #> $`Antley-Bixler syndrome`$value #> [1] "Antley-Bixler syndrome" #> #> #> $`Antley-Bixler syndrome` #> $`Antley-Bixler syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050462" #> #> $`Antley-Bixler syndrome`$`_id` #> [1] "DOID_0050462<DOID_225<DOID_4" #> #> $`Antley-Bixler syndrome`$privateGeneCount #> [1] 0 #> #> $`Antley-Bixler syndrome`$publicGeneCount #> [1] 2 #> #> $`Antley-Bixler syndrome`$urlId #> [1] "DOID_0050462" #> #> $`Antley-Bixler syndrome`$dbPhenotype #> [1] TRUE #> #> $`Antley-Bixler syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Antley-Bixler syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Antley-Bixler syndrome`$children #> list() #> #> $`Antley-Bixler syndrome`$value #> [1] "Antley-Bixler syndrome" #> #> #> $anuria #> $anuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2983" #> #> $anuria$`_id` #> [1] "DOID_2983<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $anuria$privateGeneCount #> [1] 0 #> #> $anuria$publicGeneCount #> [1] 3 #> #> $anuria$urlId #> [1] "DOID_2983" #> #> $anuria$dbPhenotype #> [1] TRUE #> #> $anuria$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $anuria$`_is_leaf` #> [1] TRUE #> #> $anuria$children #> list() #> #> $anuria$value #> [1] "anuria" #> #> #> $`anus benign neoplasm` #> $`anus benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4551" #> #> $`anus benign neoplasm`$`_id` #> [1] "DOID_4551<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`anus benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`anus benign neoplasm`$urlId #> [1] "DOID_4551" #> #> $`anus benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`anus benign neoplasm`$`_parent` #> [1] "DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`anus benign neoplasm`$children #> list() #> #> $`anus benign neoplasm`$value #> [1] "anus benign neoplasm" #> #> #> $`anus benign neoplasm` #> $`anus benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4551" #> #> $`anus benign neoplasm`$`_id` #> [1] "DOID_4551<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`anus benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`anus benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`anus benign neoplasm`$urlId #> [1] "DOID_4551" #> #> $`anus benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`anus benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`anus benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`anus benign neoplasm`$children #> list() #> #> $`anus benign neoplasm`$value #> [1] "anus benign neoplasm" #> #> #> $`anus benign neoplasm` #> $`anus benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4551" #> #> $`anus benign neoplasm`$`_id` #> [1] "DOID_4551<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`anus benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`anus benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`anus benign neoplasm`$urlId #> [1] "DOID_4551" #> #> $`anus benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`anus benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`anus benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`anus benign neoplasm`$children #> list() #> #> $`anus benign neoplasm`$value #> [1] "anus benign neoplasm" #> #> #> $`anus benign neoplasm` #> $`anus benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4551" #> #> $`anus benign neoplasm`$`_id` #> [1] "DOID_4551<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`anus benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`anus benign neoplasm`$urlId #> [1] "DOID_4551" #> #> $`anus benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`anus benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`anus benign neoplasm`$children #> list() #> #> $`anus benign neoplasm`$value #> [1] "anus benign neoplasm" #> #> #> $`anus cancer` #> $`anus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14110" #> #> $`anus cancer`$`_id` #> [1] "DOID_14110<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus cancer`$privateGeneCount #> [1] 0 #> #> $`anus cancer`$publicGeneCount #> [1] 1 #> #> $`anus cancer`$urlId #> [1] "DOID_14110" #> #> $`anus cancer`$dbPhenotype #> [1] FALSE #> #> $`anus cancer`$`_parent` #> [1] "DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus cancer`$`_is_leaf` #> [1] FALSE #> #> $`anus cancer`$children #> $`anus cancer`$children[[1]] #> [1] "DOID_4908<DOID_14110<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`anus cancer`$value #> [1] "anus cancer" #> #> #> $`anus cancer` #> $`anus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14110" #> #> $`anus cancer`$`_id` #> [1] "DOID_14110<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`anus cancer`$privateGeneCount #> [1] 0 #> #> $`anus cancer`$publicGeneCount #> [1] 1 #> #> $`anus cancer`$urlId #> [1] "DOID_14110" #> #> $`anus cancer`$dbPhenotype #> [1] FALSE #> #> $`anus cancer`$`_parent` #> [1] "DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`anus cancer`$`_is_leaf` #> [1] FALSE #> #> $`anus cancer`$children #> $`anus cancer`$children[[1]] #> [1] "DOID_4908<DOID_14110<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`anus cancer`$value #> [1] "anus cancer" #> #> #> $`anus cancer` #> $`anus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14110" #> #> $`anus cancer`$`_id` #> [1] "DOID_14110<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`anus cancer`$privateGeneCount #> [1] 0 #> #> $`anus cancer`$publicGeneCount #> [1] 1 #> #> $`anus cancer`$urlId #> [1] "DOID_14110" #> #> $`anus cancer`$dbPhenotype #> [1] FALSE #> #> $`anus cancer`$`_parent` #> [1] "DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`anus cancer`$`_is_leaf` #> [1] FALSE #> #> $`anus cancer`$children #> $`anus cancer`$children[[1]] #> [1] "DOID_4908<DOID_14110<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`anus cancer`$value #> [1] "anus cancer" #> #> #> $`anus cancer` #> $`anus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14110" #> #> $`anus cancer`$`_id` #> [1] "DOID_14110<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus cancer`$privateGeneCount #> [1] 0 #> #> $`anus cancer`$publicGeneCount #> [1] 1 #> #> $`anus cancer`$urlId #> [1] "DOID_14110" #> #> $`anus cancer`$dbPhenotype #> [1] FALSE #> #> $`anus cancer`$`_parent` #> [1] "DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus cancer`$`_is_leaf` #> [1] FALSE #> #> $`anus cancer`$children #> $`anus cancer`$children[[1]] #> [1] "DOID_4908<DOID_14110<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`anus cancer`$value #> [1] "anus cancer" #> #> #> $`anus disease` #> $`anus disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3128" #> #> $`anus disease`$`_id` #> [1] "DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus disease`$privateGeneCount #> [1] 0 #> #> $`anus disease`$publicGeneCount #> [1] 6 #> #> $`anus disease`$urlId #> [1] "DOID_3128" #> #> $`anus disease`$dbPhenotype #> [1] FALSE #> #> $`anus disease`$`_parent` #> [1] "DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus disease`$`_is_leaf` #> [1] FALSE #> #> $`anus disease`$children #> $`anus disease`$children[[1]] #> [1] "DOID_11168<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus disease`$children[[2]] #> [1] "DOID_4551<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus disease`$children[[3]] #> [1] "DOID_14110<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus disease`$children[[4]] #> [1] "DOID_9746<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`anus disease`$children[[5]] #> [1] "DOID_10488<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`anus disease`$value #> [1] "anus disease" #> #> #> $Anxiety #> $Anxiety$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000739" #> #> $Anxiety$`_id` #> [1] "HP_0000739<HP_0100852<HP_0031466<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Anxiety$privateGeneCount #> [1] 0 #> #> $Anxiety$publicGeneCount #> [1] 2 #> #> $Anxiety$urlId #> [1] "HP_0000739" #> #> $Anxiety$dbPhenotype #> [1] TRUE #> #> $Anxiety$`_parent` #> [1] "HP_0100852<HP_0031466<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Anxiety$`_is_leaf` #> [1] TRUE #> #> $Anxiety$children #> list() #> #> $Anxiety$value #> [1] "Anxiety" #> #> #> $`anxiety disorder` #> $`anxiety disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2030" #> #> $`anxiety disorder`$`_id` #> [1] "DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`anxiety disorder`$privateGeneCount #> [1] 0 #> #> $`anxiety disorder`$publicGeneCount #> [1] 108 #> #> $`anxiety disorder`$urlId #> [1] "DOID_2030" #> #> $`anxiety disorder`$dbPhenotype #> [1] TRUE #> #> $`anxiety disorder`$`_parent` #> [1] "DOID_1561<DOID_150<DOID_4" #> #> $`anxiety disorder`$`_is_leaf` #> [1] FALSE #> #> $`anxiety disorder`$children #> $`anxiety disorder`$children[[1]] #> [1] "DOID_4964<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`anxiety disorder`$children[[2]] #> [1] "DOID_10933<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`anxiety disorder`$children[[3]] #> [1] "DOID_594<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`anxiety disorder`$children[[4]] #> [1] "DOID_591<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`anxiety disorder`$children[[5]] #> [1] "DOID_2055<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> #> $`anxiety disorder`$value #> [1] "anxiety disorder" #> #> #> $`aortic aneurysm` #> $`aortic aneurysm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3627" #> #> $`aortic aneurysm`$`_id` #> [1] "DOID_3627<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic aneurysm`$privateGeneCount #> [1] 0 #> #> $`aortic aneurysm`$publicGeneCount #> [1] 44 #> #> $`aortic aneurysm`$urlId #> [1] "DOID_3627" #> #> $`aortic aneurysm`$dbPhenotype #> [1] TRUE #> #> $`aortic aneurysm`$`_parent` #> [1] "DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic aneurysm`$`_is_leaf` #> [1] FALSE #> #> $`aortic aneurysm`$children #> $`aortic aneurysm`$children[[1]] #> [1] "DOID_7693<DOID_3627<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic aneurysm`$children[[2]] #> [1] "DOID_14004<DOID_3627<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`aortic aneurysm`$value #> [1] "aortic aneurysm" #> #> #> $`aortic disease` #> $`aortic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_520" #> #> $`aortic disease`$`_id` #> [1] "DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic disease`$privateGeneCount #> [1] 0 #> #> $`aortic disease`$publicGeneCount #> [1] 74 #> #> $`aortic disease`$urlId #> [1] "DOID_520" #> #> $`aortic disease`$dbPhenotype #> [1] TRUE #> #> $`aortic disease`$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic disease`$`_is_leaf` #> [1] FALSE #> #> $`aortic disease`$children #> $`aortic disease`$children[[1]] #> [1] "DOID_3627<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic disease`$children[[2]] #> [1] "DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic disease`$children[[3]] #> [1] "DOID_14323<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`aortic disease`$value #> [1] "aortic disease" #> #> #> $`aortic valve disease` #> $`aortic valve disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_62" #> #> $`aortic valve disease`$`_id` #> [1] "DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve disease`$privateGeneCount #> [1] 0 #> #> $`aortic valve disease`$publicGeneCount #> [1] 29 #> #> $`aortic valve disease`$urlId #> [1] "DOID_62" #> #> $`aortic valve disease`$dbPhenotype #> [1] TRUE #> #> $`aortic valve disease`$`_parent` #> [1] "DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve disease`$`_is_leaf` #> [1] FALSE #> #> $`aortic valve disease`$children #> $`aortic valve disease`$children[[1]] #> [1] "DOID_57<DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve disease`$children[[2]] #> [1] "DOID_1712<DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`aortic valve disease`$value #> [1] "aortic valve disease" #> #> #> $`aortic valve disease` #> $`aortic valve disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_62" #> #> $`aortic valve disease`$`_id` #> [1] "DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve disease`$privateGeneCount #> [1] 0 #> #> $`aortic valve disease`$publicGeneCount #> [1] 29 #> #> $`aortic valve disease`$urlId #> [1] "DOID_62" #> #> $`aortic valve disease`$dbPhenotype #> [1] TRUE #> #> $`aortic valve disease`$`_parent` #> [1] "DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve disease`$`_is_leaf` #> [1] FALSE #> #> $`aortic valve disease`$children #> $`aortic valve disease`$children[[1]] #> [1] "DOID_57<DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve disease`$children[[2]] #> [1] "DOID_1712<DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`aortic valve disease`$value #> [1] "aortic valve disease" #> #> #> $`aortic valve insufficiency` #> $`aortic valve insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_57" #> #> $`aortic valve insufficiency`$`_id` #> [1] "DOID_57<DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve insufficiency`$privateGeneCount #> [1] 0 #> #> $`aortic valve insufficiency`$publicGeneCount #> [1] 11 #> #> $`aortic valve insufficiency`$urlId #> [1] "DOID_57" #> #> $`aortic valve insufficiency`$dbPhenotype #> [1] TRUE #> #> $`aortic valve insufficiency`$`_parent` #> [1] "DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve insufficiency`$`_is_leaf` #> [1] TRUE #> #> $`aortic valve insufficiency`$children #> list() #> #> $`aortic valve insufficiency`$value #> [1] "aortic valve insufficiency" #> #> #> $`aortic valve insufficiency` #> $`aortic valve insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_57" #> #> $`aortic valve insufficiency`$`_id` #> [1] "DOID_57<DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve insufficiency`$privateGeneCount #> [1] 0 #> #> $`aortic valve insufficiency`$publicGeneCount #> [1] 11 #> #> $`aortic valve insufficiency`$urlId #> [1] "DOID_57" #> #> $`aortic valve insufficiency`$dbPhenotype #> [1] TRUE #> #> $`aortic valve insufficiency`$`_parent` #> [1] "DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve insufficiency`$`_is_leaf` #> [1] TRUE #> #> $`aortic valve insufficiency`$children #> list() #> #> $`aortic valve insufficiency`$value #> [1] "aortic valve insufficiency" #> #> #> $`aortic valve stenosis` #> $`aortic valve stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1712" #> #> $`aortic valve stenosis`$`_id` #> [1] "DOID_1712<DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve stenosis`$privateGeneCount #> [1] 0 #> #> $`aortic valve stenosis`$publicGeneCount #> [1] 18 #> #> $`aortic valve stenosis`$urlId #> [1] "DOID_1712" #> #> $`aortic valve stenosis`$dbPhenotype #> [1] TRUE #> #> $`aortic valve stenosis`$`_parent` #> [1] "DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve stenosis`$`_is_leaf` #> [1] FALSE #> #> $`aortic valve stenosis`$children #> $`aortic valve stenosis`$children[[1]] #> [1] "DOID_5805<DOID_1712<DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve stenosis`$children[[2]] #> [1] "DOID_1929<DOID_1712<DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`aortic valve stenosis`$value #> [1] "aortic valve stenosis" #> #> #> $`aortic valve stenosis` #> $`aortic valve stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1712" #> #> $`aortic valve stenosis`$`_id` #> [1] "DOID_1712<DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve stenosis`$privateGeneCount #> [1] 0 #> #> $`aortic valve stenosis`$publicGeneCount #> [1] 18 #> #> $`aortic valve stenosis`$urlId #> [1] "DOID_1712" #> #> $`aortic valve stenosis`$dbPhenotype #> [1] TRUE #> #> $`aortic valve stenosis`$`_parent` #> [1] "DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve stenosis`$`_is_leaf` #> [1] FALSE #> #> $`aortic valve stenosis`$children #> $`aortic valve stenosis`$children[[1]] #> [1] "DOID_5805<DOID_1712<DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`aortic valve stenosis`$children[[2]] #> [1] "DOID_1929<DOID_1712<DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`aortic valve stenosis`$value #> [1] "aortic valve stenosis" #> #> #> $aphasia #> $aphasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060046" #> #> $aphasia$`_id` #> [1] "DOID_0060046<DOID_93<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $aphasia$privateGeneCount #> [1] 0 #> #> $aphasia$publicGeneCount #> [1] 3 #> #> $aphasia$urlId #> [1] "DOID_0060046" #> #> $aphasia$dbPhenotype #> [1] TRUE #> #> $aphasia$`_parent` #> [1] "DOID_93<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $aphasia$`_is_leaf` #> [1] TRUE #> #> $aphasia$children #> list() #> #> $aphasia$value #> [1] "aphasia" #> #> #> $`Aplasia cutis congenita` #> $`Aplasia cutis congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001057" #> #> $`Aplasia cutis congenita`$`_id` #> [1] "HP_0001057<HP_0008065<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Aplasia cutis congenita`$privateGeneCount #> [1] 0 #> #> $`Aplasia cutis congenita`$publicGeneCount #> [1] 1 #> #> $`Aplasia cutis congenita`$urlId #> [1] "HP_0001057" #> #> $`Aplasia cutis congenita`$dbPhenotype #> [1] TRUE #> #> $`Aplasia cutis congenita`$`_parent` #> [1] "HP_0008065<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Aplasia cutis congenita`$`_is_leaf` #> [1] TRUE #> #> $`Aplasia cutis congenita`$children #> list() #> #> $`Aplasia cutis congenita`$value #> [1] "Aplasia cutis congenita" #> #> #> $`Aplasia/Hypoplasia affecting the eye` #> $`Aplasia/Hypoplasia affecting the eye`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008056" #> #> $`Aplasia/Hypoplasia affecting the eye`$`_id` #> [1] "HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia affecting the eye`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia affecting the eye`$publicGeneCount #> [1] 2 #> #> $`Aplasia/Hypoplasia affecting the eye`$urlId #> [1] "HP_0008056" #> #> $`Aplasia/Hypoplasia affecting the eye`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia affecting the eye`$`_parent` #> [1] "HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia affecting the eye`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia affecting the eye`$children #> $`Aplasia/Hypoplasia affecting the eye`$children[[1]] #> [1] "HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia affecting the eye`$value #> [1] "Aplasia/Hypoplasia affecting the eye" #> #> #> $`Aplasia/Hypoplasia affecting the fundus` #> $`Aplasia/Hypoplasia affecting the fundus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008057" #> #> $`Aplasia/Hypoplasia affecting the fundus`$`_id` #> [1] "HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia affecting the fundus`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia affecting the fundus`$publicGeneCount #> [1] 2 #> #> $`Aplasia/Hypoplasia affecting the fundus`$urlId #> [1] "HP_0008057" #> #> $`Aplasia/Hypoplasia affecting the fundus`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia affecting the fundus`$`_parent` #> [1] "HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia affecting the fundus`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia affecting the fundus`$children #> $`Aplasia/Hypoplasia affecting the fundus`$children[[1]] #> [1] "HP_0008058<HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia affecting the fundus`$value #> [1] "Aplasia/Hypoplasia affecting the fundus" #> #> #> $`Aplasia/Hypoplasia affecting the fundus` #> $`Aplasia/Hypoplasia affecting the fundus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008057" #> #> $`Aplasia/Hypoplasia affecting the fundus`$`_id` #> [1] "HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia affecting the fundus`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia affecting the fundus`$publicGeneCount #> [1] 2 #> #> $`Aplasia/Hypoplasia affecting the fundus`$urlId #> [1] "HP_0008057" #> #> $`Aplasia/Hypoplasia affecting the fundus`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia affecting the fundus`$`_parent` #> [1] "HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia affecting the fundus`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia affecting the fundus`$children #> $`Aplasia/Hypoplasia affecting the fundus`$children[[1]] #> [1] "HP_0008058<HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia affecting the fundus`$value #> [1] "Aplasia/Hypoplasia affecting the fundus" #> #> #> $`Aplasia/Hypoplasia involving the central nervous system` #> $`Aplasia/Hypoplasia involving the central nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002977" #> #> $`Aplasia/Hypoplasia involving the central nervous system`$`_id` #> [1] "HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia involving the central nervous system`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia involving the central nervous system`$publicGeneCount #> [1] 4 #> #> $`Aplasia/Hypoplasia involving the central nervous system`$urlId #> [1] "HP_0002977" #> #> $`Aplasia/Hypoplasia involving the central nervous system`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia involving the central nervous system`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia involving the central nervous system`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia involving the central nervous system`$children #> $`Aplasia/Hypoplasia involving the central nervous system`$children[[1]] #> [1] "HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia involving the central nervous system`$children[[2]] #> [1] "HP_0000609<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia involving the central nervous system`$value #> [1] "Aplasia/Hypoplasia involving the central nervous system" #> #> #> $`Aplasia/hypoplasia involving the skeleton` #> $`Aplasia/hypoplasia involving the skeleton`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009115" #> #> $`Aplasia/hypoplasia involving the skeleton`$`_id` #> [1] "HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Aplasia/hypoplasia involving the skeleton`$privateGeneCount #> [1] 0 #> #> $`Aplasia/hypoplasia involving the skeleton`$publicGeneCount #> [1] 1 #> #> $`Aplasia/hypoplasia involving the skeleton`$urlId #> [1] "HP_0009115" #> #> $`Aplasia/hypoplasia involving the skeleton`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/hypoplasia involving the skeleton`$`_parent` #> [1] "HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Aplasia/hypoplasia involving the skeleton`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/hypoplasia involving the skeleton`$children #> $`Aplasia/hypoplasia involving the skeleton`$children[[1]] #> [1] "HP_0009815<HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Aplasia/hypoplasia involving the skeleton`$value #> [1] "Aplasia/hypoplasia involving the skeleton" #> #> #> $`Aplasia/Hypoplasia of the cerebellar vermis` #> $`Aplasia/Hypoplasia of the cerebellar vermis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006817" #> #> $`Aplasia/Hypoplasia of the cerebellar vermis`$`_id` #> [1] "HP_0006817<HP_0002334<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the cerebellar vermis`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the cerebellar vermis`$publicGeneCount #> [1] 2 #> #> $`Aplasia/Hypoplasia of the cerebellar vermis`$urlId #> [1] "HP_0006817" #> #> $`Aplasia/Hypoplasia of the cerebellar vermis`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the cerebellar vermis`$`_parent` #> [1] "HP_0002334<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the cerebellar vermis`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the cerebellar vermis`$children #> $`Aplasia/Hypoplasia of the cerebellar vermis`$children[[1]] #> [1] "HP_0001320<HP_0006817<HP_0002334<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the cerebellar vermis`$value #> [1] "Aplasia/Hypoplasia of the cerebellar vermis" #> #> #> $`Aplasia/Hypoplasia of the cerebrum` #> $`Aplasia/Hypoplasia of the cerebrum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007364" #> #> $`Aplasia/Hypoplasia of the cerebrum`$`_id` #> [1] "HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the cerebrum`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the cerebrum`$publicGeneCount #> [1] 2 #> #> $`Aplasia/Hypoplasia of the cerebrum`$urlId #> [1] "HP_0007364" #> #> $`Aplasia/Hypoplasia of the cerebrum`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the cerebrum`$`_parent` #> [1] "HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the cerebrum`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the cerebrum`$children #> $`Aplasia/Hypoplasia of the cerebrum`$children[[1]] #> [1] "HP_0002323<HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the cerebrum`$children[[2]] #> [1] "HP_0000252<HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the cerebrum`$value #> [1] "Aplasia/Hypoplasia of the cerebrum" #> #> #> $`Aplasia/Hypoplasia of the cerebrum` #> $`Aplasia/Hypoplasia of the cerebrum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007364" #> #> $`Aplasia/Hypoplasia of the cerebrum`$`_id` #> [1] "HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the cerebrum`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the cerebrum`$publicGeneCount #> [1] 2 #> #> $`Aplasia/Hypoplasia of the cerebrum`$urlId #> [1] "HP_0007364" #> #> $`Aplasia/Hypoplasia of the cerebrum`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the cerebrum`$`_parent` #> [1] "HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the cerebrum`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the cerebrum`$children #> $`Aplasia/Hypoplasia of the cerebrum`$children[[1]] #> [1] "HP_0002323<HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the cerebrum`$children[[2]] #> [1] "HP_0000252<HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the cerebrum`$value #> [1] "Aplasia/Hypoplasia of the cerebrum" #> #> #> $`Aplasia/Hypoplasia of the corpus callosum` #> $`Aplasia/Hypoplasia of the corpus callosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007370" #> #> $`Aplasia/Hypoplasia of the corpus callosum`$`_id` #> [1] "HP_0007370<HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the corpus callosum`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the corpus callosum`$publicGeneCount #> [1] 3 #> #> $`Aplasia/Hypoplasia of the corpus callosum`$urlId #> [1] "HP_0007370" #> #> $`Aplasia/Hypoplasia of the corpus callosum`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the corpus callosum`$`_parent` #> [1] "HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the corpus callosum`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the corpus callosum`$children #> $`Aplasia/Hypoplasia of the corpus callosum`$children[[1]] #> [1] "HP_0001274<HP_0007370<HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the corpus callosum`$value #> [1] "Aplasia/Hypoplasia of the corpus callosum" #> #> #> $`Aplasia/hypoplasia of the extremities` #> $`Aplasia/hypoplasia of the extremities`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009815" #> #> $`Aplasia/hypoplasia of the extremities`$`_id` #> [1] "HP_0009815<HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Aplasia/hypoplasia of the extremities`$privateGeneCount #> [1] 0 #> #> $`Aplasia/hypoplasia of the extremities`$publicGeneCount #> [1] 1 #> #> $`Aplasia/hypoplasia of the extremities`$urlId #> [1] "HP_0009815" #> #> $`Aplasia/hypoplasia of the extremities`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/hypoplasia of the extremities`$`_parent` #> [1] "HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Aplasia/hypoplasia of the extremities`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/hypoplasia of the extremities`$children #> $`Aplasia/hypoplasia of the extremities`$children[[1]] #> [1] "HP_0009827<HP_0009815<HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Aplasia/hypoplasia of the extremities`$value #> [1] "Aplasia/hypoplasia of the extremities" #> #> #> $`Aplasia/hypoplasia of the extremities` #> $`Aplasia/hypoplasia of the extremities`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009815" #> #> $`Aplasia/hypoplasia of the extremities`$`_id` #> [1] "HP_0009815<HP_0040064<HP_0000118<HP_0000001" #> #> $`Aplasia/hypoplasia of the extremities`$privateGeneCount #> [1] 0 #> #> $`Aplasia/hypoplasia of the extremities`$publicGeneCount #> [1] 1 #> #> $`Aplasia/hypoplasia of the extremities`$urlId #> [1] "HP_0009815" #> #> $`Aplasia/hypoplasia of the extremities`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/hypoplasia of the extremities`$`_parent` #> [1] "HP_0040064<HP_0000118<HP_0000001" #> #> $`Aplasia/hypoplasia of the extremities`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/hypoplasia of the extremities`$children #> $`Aplasia/hypoplasia of the extremities`$children[[1]] #> [1] "HP_0009827<HP_0009815<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Aplasia/hypoplasia of the extremities`$value #> [1] "Aplasia/hypoplasia of the extremities" #> #> #> $`Aplasia/Hypoplasia of the optic nerve` #> $`Aplasia/Hypoplasia of the optic nerve`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008058" #> #> $`Aplasia/Hypoplasia of the optic nerve`$`_id` #> [1] "HP_0008058<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the optic nerve`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the optic nerve`$publicGeneCount #> [1] 2 #> #> $`Aplasia/Hypoplasia of the optic nerve`$urlId #> [1] "HP_0008058" #> #> $`Aplasia/Hypoplasia of the optic nerve`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the optic nerve`$`_parent` #> [1] "HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the optic nerve`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the optic nerve`$children #> $`Aplasia/Hypoplasia of the optic nerve`$children[[1]] #> [1] "HP_0000609<HP_0008058<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the optic nerve`$value #> [1] "Aplasia/Hypoplasia of the optic nerve" #> #> #> $`Aplasia/Hypoplasia of the optic nerve` #> $`Aplasia/Hypoplasia of the optic nerve`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008058" #> #> $`Aplasia/Hypoplasia of the optic nerve`$`_id` #> [1] "HP_0008058<HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the optic nerve`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the optic nerve`$publicGeneCount #> [1] 2 #> #> $`Aplasia/Hypoplasia of the optic nerve`$urlId #> [1] "HP_0008058" #> #> $`Aplasia/Hypoplasia of the optic nerve`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the optic nerve`$`_parent` #> [1] "HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the optic nerve`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the optic nerve`$children #> $`Aplasia/Hypoplasia of the optic nerve`$children[[1]] #> [1] "HP_0000609<HP_0008058<HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the optic nerve`$value #> [1] "Aplasia/Hypoplasia of the optic nerve" #> #> #> $`Aplasia/Hypoplasia of the optic nerve` #> $`Aplasia/Hypoplasia of the optic nerve`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008058" #> #> $`Aplasia/Hypoplasia of the optic nerve`$`_id` #> [1] "HP_0008058<HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the optic nerve`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the optic nerve`$publicGeneCount #> [1] 2 #> #> $`Aplasia/Hypoplasia of the optic nerve`$urlId #> [1] "HP_0008058" #> #> $`Aplasia/Hypoplasia of the optic nerve`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the optic nerve`$`_parent` #> [1] "HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the optic nerve`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the optic nerve`$children #> $`Aplasia/Hypoplasia of the optic nerve`$children[[1]] #> [1] "HP_0000609<HP_0008058<HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the optic nerve`$value #> [1] "Aplasia/Hypoplasia of the optic nerve" #> #> #> $`Aplasia/Hypoplasia of the skin` #> $`Aplasia/Hypoplasia of the skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008065" #> #> $`Aplasia/Hypoplasia of the skin`$`_id` #> [1] "HP_0008065<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the skin`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the skin`$publicGeneCount #> [1] 1 #> #> $`Aplasia/Hypoplasia of the skin`$urlId #> [1] "HP_0008065" #> #> $`Aplasia/Hypoplasia of the skin`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the skin`$`_parent` #> [1] "HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the skin`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the skin`$children #> $`Aplasia/Hypoplasia of the skin`$children[[1]] #> [1] "HP_0001057<HP_0008065<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the skin`$value #> [1] "Aplasia/Hypoplasia of the skin" #> #> #> $`Aplasia/Hypoplasia of the spleen` #> $`Aplasia/Hypoplasia of the spleen`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010451" #> #> $`Aplasia/Hypoplasia of the spleen`$`_id` #> [1] "HP_0010451<HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the spleen`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the spleen`$publicGeneCount #> [1] 1 #> #> $`Aplasia/Hypoplasia of the spleen`$urlId #> [1] "HP_0010451" #> #> $`Aplasia/Hypoplasia of the spleen`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the spleen`$`_parent` #> [1] "HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the spleen`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the spleen`$children #> $`Aplasia/Hypoplasia of the spleen`$children[[1]] #> [1] "HP_0001746<HP_0010451<HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the spleen`$value #> [1] "Aplasia/Hypoplasia of the spleen" #> #> #> $`Aplasia/Hypoplasia of the spleen` #> $`Aplasia/Hypoplasia of the spleen`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010451" #> #> $`Aplasia/Hypoplasia of the spleen`$`_id` #> [1] "HP_0010451<HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the spleen`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the spleen`$publicGeneCount #> [1] 1 #> #> $`Aplasia/Hypoplasia of the spleen`$urlId #> [1] "HP_0010451" #> #> $`Aplasia/Hypoplasia of the spleen`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the spleen`$`_parent` #> [1] "HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the spleen`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the spleen`$children #> $`Aplasia/Hypoplasia of the spleen`$children[[1]] #> [1] "HP_0001746<HP_0010451<HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the spleen`$value #> [1] "Aplasia/Hypoplasia of the spleen" #> #> #> $`Aplasia/Hypoplasia of the spleen` #> $`Aplasia/Hypoplasia of the spleen`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010451" #> #> $`Aplasia/Hypoplasia of the spleen`$`_id` #> [1] "HP_0010451<HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the spleen`$privateGeneCount #> [1] 0 #> #> $`Aplasia/Hypoplasia of the spleen`$publicGeneCount #> [1] 1 #> #> $`Aplasia/Hypoplasia of the spleen`$urlId #> [1] "HP_0010451" #> #> $`Aplasia/Hypoplasia of the spleen`$dbPhenotype #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the spleen`$`_parent` #> [1] "HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $`Aplasia/Hypoplasia of the spleen`$`_is_leaf` #> [1] FALSE #> #> $`Aplasia/Hypoplasia of the spleen`$children #> $`Aplasia/Hypoplasia of the spleen`$children[[1]] #> [1] "HP_0001746<HP_0010451<HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Aplasia/Hypoplasia of the spleen`$value #> [1] "Aplasia/Hypoplasia of the spleen" #> #> #> $`aplastic anemia` #> $`aplastic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12449" #> #> $`aplastic anemia`$`_id` #> [1] "DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`aplastic anemia`$privateGeneCount #> [1] 0 #> #> $`aplastic anemia`$publicGeneCount #> [1] 46 #> #> $`aplastic anemia`$urlId #> [1] "DOID_12449" #> #> $`aplastic anemia`$dbPhenotype #> [1] TRUE #> #> $`aplastic anemia`$`_parent` #> [1] "DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`aplastic anemia`$`_is_leaf` #> [1] FALSE #> #> $`aplastic anemia`$children #> $`aplastic anemia`$children[[1]] #> [1] "DOID_1342<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`aplastic anemia`$children[[2]] #> [1] "DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $`aplastic anemia`$value #> [1] "aplastic anemia" #> #> #> $Apnea #> $Apnea$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002104" #> #> $Apnea$`_id` #> [1] "HP_0002104<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Apnea$privateGeneCount #> [1] 0 #> #> $Apnea$publicGeneCount #> [1] 42 #> #> $Apnea$urlId #> [1] "HP_0002104" #> #> $Apnea$dbPhenotype #> [1] TRUE #> #> $Apnea$`_parent` #> [1] "HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Apnea$`_is_leaf` #> [1] FALSE #> #> $Apnea$children #> $Apnea$children[[1]] #> [1] "HP_0010535<HP_0002104<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> #> $Apnea$value #> [1] "Apnea" #> #> #> $`apparent mineralocorticoid excess syndrome` #> $`apparent mineralocorticoid excess syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4367" #> #> $`apparent mineralocorticoid excess syndrome`$`_id` #> [1] "DOID_4367<DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`apparent mineralocorticoid excess syndrome`$privateGeneCount #> [1] 0 #> #> $`apparent mineralocorticoid excess syndrome`$publicGeneCount #> [1] 2 #> #> $`apparent mineralocorticoid excess syndrome`$urlId #> [1] "DOID_4367" #> #> $`apparent mineralocorticoid excess syndrome`$dbPhenotype #> [1] TRUE #> #> $`apparent mineralocorticoid excess syndrome`$`_parent` #> [1] "DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`apparent mineralocorticoid excess syndrome`$`_is_leaf` #> [1] TRUE #> #> $`apparent mineralocorticoid excess syndrome`$children #> list() #> #> $`apparent mineralocorticoid excess syndrome`$value #> [1] "apparent mineralocorticoid excess syndrome" #> #> #> $`apparent mineralocorticoid excess syndrome` #> $`apparent mineralocorticoid excess syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4367" #> #> $`apparent mineralocorticoid excess syndrome`$`_id` #> [1] "DOID_4367<DOID_630<DOID_4" #> #> $`apparent mineralocorticoid excess syndrome`$privateGeneCount #> [1] 0 #> #> $`apparent mineralocorticoid excess syndrome`$publicGeneCount #> [1] 2 #> #> $`apparent mineralocorticoid excess syndrome`$urlId #> [1] "DOID_4367" #> #> $`apparent mineralocorticoid excess syndrome`$dbPhenotype #> [1] TRUE #> #> $`apparent mineralocorticoid excess syndrome`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`apparent mineralocorticoid excess syndrome`$`_is_leaf` #> [1] TRUE #> #> $`apparent mineralocorticoid excess syndrome`$children #> list() #> #> $`apparent mineralocorticoid excess syndrome`$value #> [1] "apparent mineralocorticoid excess syndrome" #> #> #> $`appendiceal neoplasm` #> $`appendiceal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11240" #> #> $`appendiceal neoplasm`$`_id` #> [1] "DOID_11240<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`appendiceal neoplasm`$privateGeneCount #> [1] 0 #> #> $`appendiceal neoplasm`$publicGeneCount #> [1] 1 #> #> $`appendiceal neoplasm`$urlId #> [1] "DOID_11240" #> #> $`appendiceal neoplasm`$dbPhenotype #> [1] TRUE #> #> $`appendiceal neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`appendiceal neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`appendiceal neoplasm`$children #> list() #> #> $`appendiceal neoplasm`$value #> [1] "appendiceal neoplasm" #> #> #> $`appendiceal neoplasm` #> $`appendiceal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11240" #> #> $`appendiceal neoplasm`$`_id` #> [1] "DOID_11240<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`appendiceal neoplasm`$privateGeneCount #> [1] 0 #> #> $`appendiceal neoplasm`$publicGeneCount #> [1] 1 #> #> $`appendiceal neoplasm`$urlId #> [1] "DOID_11240" #> #> $`appendiceal neoplasm`$dbPhenotype #> [1] TRUE #> #> $`appendiceal neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`appendiceal neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`appendiceal neoplasm`$children #> list() #> #> $`appendiceal neoplasm`$value #> [1] "appendiceal neoplasm" #> #> #> $`appendiceal neoplasm` #> $`appendiceal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11240" #> #> $`appendiceal neoplasm`$`_id` #> [1] "DOID_11240<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`appendiceal neoplasm`$privateGeneCount #> [1] 0 #> #> $`appendiceal neoplasm`$publicGeneCount #> [1] 1 #> #> $`appendiceal neoplasm`$urlId #> [1] "DOID_11240" #> #> $`appendiceal neoplasm`$dbPhenotype #> [1] TRUE #> #> $`appendiceal neoplasm`$`_parent` #> [1] "DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`appendiceal neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`appendiceal neoplasm`$children #> list() #> #> $`appendiceal neoplasm`$value #> [1] "appendiceal neoplasm" #> #> #> $appendicitis #> $appendicitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8337" #> #> $appendicitis$`_id` #> [1] "DOID_8337<DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $appendicitis$privateGeneCount #> [1] 0 #> #> $appendicitis$publicGeneCount #> [1] 4 #> #> $appendicitis$urlId #> [1] "DOID_8337" #> #> $appendicitis$dbPhenotype #> [1] TRUE #> #> $appendicitis$`_parent` #> [1] "DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $appendicitis$`_is_leaf` #> [1] TRUE #> #> $appendicitis$children #> list() #> #> $appendicitis$value #> [1] "appendicitis" #> #> #> $`appendix cancer` #> $`appendix cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11239" #> #> $`appendix cancer`$`_id` #> [1] "DOID_11239<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`appendix cancer`$privateGeneCount #> [1] 0 #> #> $`appendix cancer`$publicGeneCount #> [1] 1 #> #> $`appendix cancer`$urlId #> [1] "DOID_11239" #> #> $`appendix cancer`$dbPhenotype #> [1] TRUE #> #> $`appendix cancer`$`_parent` #> [1] "DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`appendix cancer`$`_is_leaf` #> [1] TRUE #> #> $`appendix cancer`$children #> list() #> #> $`appendix cancer`$value #> [1] "appendix cancer" #> #> #> $`appendix cancer` #> $`appendix cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11239" #> #> $`appendix cancer`$`_id` #> [1] "DOID_11239<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`appendix cancer`$privateGeneCount #> [1] 0 #> #> $`appendix cancer`$publicGeneCount #> [1] 1 #> #> $`appendix cancer`$urlId #> [1] "DOID_11239" #> #> $`appendix cancer`$dbPhenotype #> [1] TRUE #> #> $`appendix cancer`$`_parent` #> [1] "DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`appendix cancer`$`_is_leaf` #> [1] TRUE #> #> $`appendix cancer`$children #> list() #> #> $`appendix cancer`$value #> [1] "appendix cancer" #> #> #> $`appendix cancer` #> $`appendix cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11239" #> #> $`appendix cancer`$`_id` #> [1] "DOID_11239<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`appendix cancer`$privateGeneCount #> [1] 0 #> #> $`appendix cancer`$publicGeneCount #> [1] 1 #> #> $`appendix cancer`$urlId #> [1] "DOID_11239" #> #> $`appendix cancer`$dbPhenotype #> [1] TRUE #> #> $`appendix cancer`$`_parent` #> [1] "DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`appendix cancer`$`_is_leaf` #> [1] TRUE #> #> $`appendix cancer`$children #> list() #> #> $`appendix cancer`$value #> [1] "appendix cancer" #> #> #> $`appendix cancer` #> $`appendix cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11239" #> #> $`appendix cancer`$`_id` #> [1] "DOID_11239<DOID_60000<DOID_77<DOID_7<DOID_4" #> #> $`appendix cancer`$privateGeneCount #> [1] 0 #> #> $`appendix cancer`$publicGeneCount #> [1] 1 #> #> $`appendix cancer`$urlId #> [1] "DOID_11239" #> #> $`appendix cancer`$dbPhenotype #> [1] TRUE #> #> $`appendix cancer`$`_parent` #> [1] "DOID_60000<DOID_77<DOID_7<DOID_4" #> #> $`appendix cancer`$`_is_leaf` #> [1] TRUE #> #> $`appendix cancer`$children #> list() #> #> $`appendix cancer`$value #> [1] "appendix cancer" #> #> #> $`appendix disease` #> $`appendix disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60000" #> #> $`appendix disease`$`_id` #> [1] "DOID_60000<DOID_77<DOID_7<DOID_4" #> #> $`appendix disease`$privateGeneCount #> [1] 0 #> #> $`appendix disease`$publicGeneCount #> [1] 1 #> #> $`appendix disease`$urlId #> [1] "DOID_60000" #> #> $`appendix disease`$dbPhenotype #> [1] FALSE #> #> $`appendix disease`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`appendix disease`$`_is_leaf` #> [1] FALSE #> #> $`appendix disease`$children #> $`appendix disease`$children[[1]] #> [1] "DOID_11239<DOID_60000<DOID_77<DOID_7<DOID_4" #> #> #> $`appendix disease`$value #> [1] "appendix disease" #> #> #> $Arachnodactyly #> $Arachnodactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001166" #> #> $Arachnodactyly$`_id` #> [1] "HP_0001166<HP_0001238<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $Arachnodactyly$privateGeneCount #> [1] 0 #> #> $Arachnodactyly$publicGeneCount #> [1] 3 #> #> $Arachnodactyly$urlId #> [1] "HP_0001166" #> #> $Arachnodactyly$dbPhenotype #> [1] TRUE #> #> $Arachnodactyly$`_parent` #> [1] "HP_0001238<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $Arachnodactyly$`_is_leaf` #> [1] TRUE #> #> $Arachnodactyly$children #> list() #> #> $Arachnodactyly$value #> [1] "Arachnodactyly" #> #> #> $Arachnodactyly #> $Arachnodactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001166" #> #> $Arachnodactyly$`_id` #> [1] "HP_0001166<HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Arachnodactyly$privateGeneCount #> [1] 0 #> #> $Arachnodactyly$publicGeneCount #> [1] 3 #> #> $Arachnodactyly$urlId #> [1] "HP_0001166" #> #> $Arachnodactyly$dbPhenotype #> [1] TRUE #> #> $Arachnodactyly$`_parent` #> [1] "HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Arachnodactyly$`_is_leaf` #> [1] TRUE #> #> $Arachnodactyly$children #> list() #> #> $Arachnodactyly$value #> [1] "Arachnodactyly" #> #> #> $Arachnodactyly #> $Arachnodactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001166" #> #> $Arachnodactyly$`_id` #> [1] "HP_0001166<HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $Arachnodactyly$privateGeneCount #> [1] 0 #> #> $Arachnodactyly$publicGeneCount #> [1] 3 #> #> $Arachnodactyly$urlId #> [1] "HP_0001166" #> #> $Arachnodactyly$dbPhenotype #> [1] TRUE #> #> $Arachnodactyly$`_parent` #> [1] "HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $Arachnodactyly$`_is_leaf` #> [1] TRUE #> #> $Arachnodactyly$children #> list() #> #> $Arachnodactyly$value #> [1] "Arachnodactyly" #> #> #> $Arachnodactyly #> $Arachnodactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001166" #> #> $Arachnodactyly$`_id` #> [1] "HP_0001166<HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $Arachnodactyly$privateGeneCount #> [1] 0 #> #> $Arachnodactyly$publicGeneCount #> [1] 3 #> #> $Arachnodactyly$urlId #> [1] "HP_0001166" #> #> $Arachnodactyly$dbPhenotype #> [1] TRUE #> #> $Arachnodactyly$`_parent` #> [1] "HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $Arachnodactyly$`_is_leaf` #> [1] TRUE #> #> $Arachnodactyly$children #> list() #> #> $Arachnodactyly$value #> [1] "Arachnodactyly" #> #> #> $Arachnodactyly #> $Arachnodactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001166" #> #> $Arachnodactyly$`_id` #> [1] "HP_0001166<HP_0100807<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $Arachnodactyly$privateGeneCount #> [1] 0 #> #> $Arachnodactyly$publicGeneCount #> [1] 3 #> #> $Arachnodactyly$urlId #> [1] "HP_0001166" #> #> $Arachnodactyly$dbPhenotype #> [1] TRUE #> #> $Arachnodactyly$`_parent` #> [1] "HP_0100807<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $Arachnodactyly$`_is_leaf` #> [1] TRUE #> #> $Arachnodactyly$children #> list() #> #> $Arachnodactyly$value #> [1] "Arachnodactyly" #> #> #> $Arachnodactyly #> $Arachnodactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001166" #> #> $Arachnodactyly$`_id` #> [1] "HP_0001166<HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Arachnodactyly$privateGeneCount #> [1] 0 #> #> $Arachnodactyly$publicGeneCount #> [1] 3 #> #> $Arachnodactyly$urlId #> [1] "HP_0001166" #> #> $Arachnodactyly$dbPhenotype #> [1] TRUE #> #> $Arachnodactyly$`_parent` #> [1] "HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Arachnodactyly$`_is_leaf` #> [1] TRUE #> #> $Arachnodactyly$children #> list() #> #> $Arachnodactyly$value #> [1] "Arachnodactyly" #> #> #> $Arachnodactyly #> $Arachnodactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001166" #> #> $Arachnodactyly$`_id` #> [1] "HP_0001166<HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $Arachnodactyly$privateGeneCount #> [1] 0 #> #> $Arachnodactyly$publicGeneCount #> [1] 3 #> #> $Arachnodactyly$urlId #> [1] "HP_0001166" #> #> $Arachnodactyly$dbPhenotype #> [1] TRUE #> #> $Arachnodactyly$`_parent` #> [1] "HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $Arachnodactyly$`_is_leaf` #> [1] TRUE #> #> $Arachnodactyly$children #> list() #> #> $Arachnodactyly$value #> [1] "Arachnodactyly" #> #> #> $Arachnodactyly #> $Arachnodactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001166" #> #> $Arachnodactyly$`_id` #> [1] "HP_0001166<HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $Arachnodactyly$privateGeneCount #> [1] 0 #> #> $Arachnodactyly$publicGeneCount #> [1] 3 #> #> $Arachnodactyly$urlId #> [1] "HP_0001166" #> #> $Arachnodactyly$dbPhenotype #> [1] TRUE #> #> $Arachnodactyly$`_parent` #> [1] "HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $Arachnodactyly$`_is_leaf` #> [1] TRUE #> #> $Arachnodactyly$children #> list() #> #> $Arachnodactyly$value #> [1] "Arachnodactyly" #> #> #> $`ARC syndrome` #> $`ARC syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050763" #> #> $`ARC syndrome`$`_id` #> [1] "DOID_0050763<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ARC syndrome`$privateGeneCount #> [1] 0 #> #> $`ARC syndrome`$publicGeneCount #> [1] 2 #> #> $`ARC syndrome`$urlId #> [1] "DOID_0050763" #> #> $`ARC syndrome`$dbPhenotype #> [1] TRUE #> #> $`ARC syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ARC syndrome`$`_is_leaf` #> [1] TRUE #> #> $`ARC syndrome`$children #> list() #> #> $`ARC syndrome`$value #> [1] "ARC syndrome" #> #> #> $`ARC syndrome` #> $`ARC syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050763" #> #> $`ARC syndrome`$`_id` #> [1] "DOID_0050763<DOID_225<DOID_4" #> #> $`ARC syndrome`$privateGeneCount #> [1] 0 #> #> $`ARC syndrome`$publicGeneCount #> [1] 2 #> #> $`ARC syndrome`$urlId #> [1] "DOID_0050763" #> #> $`ARC syndrome`$dbPhenotype #> [1] TRUE #> #> $`ARC syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`ARC syndrome`$`_is_leaf` #> [1] TRUE #> #> $`ARC syndrome`$children #> list() #> #> $`ARC syndrome`$value #> [1] "ARC syndrome" #> #> #> $`arcus senilis` #> $`arcus senilis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11342" #> #> $`arcus senilis`$`_id` #> [1] "DOID_11342<DOID_1237<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`arcus senilis`$privateGeneCount #> [1] 0 #> #> $`arcus senilis`$publicGeneCount #> [1] 1 #> #> $`arcus senilis`$urlId #> [1] "DOID_11342" #> #> $`arcus senilis`$dbPhenotype #> [1] TRUE #> #> $`arcus senilis`$`_parent` #> [1] "DOID_1237<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`arcus senilis`$`_is_leaf` #> [1] TRUE #> #> $`arcus senilis`$children #> list() #> #> $`arcus senilis`$value #> [1] "arcus senilis" #> #> #> $`arcus senilis` #> $`arcus senilis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11342" #> #> $`arcus senilis`$`_id` #> [1] "DOID_11342<DOID_1237<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`arcus senilis`$privateGeneCount #> [1] 0 #> #> $`arcus senilis`$publicGeneCount #> [1] 1 #> #> $`arcus senilis`$urlId #> [1] "DOID_11342" #> #> $`arcus senilis`$dbPhenotype #> [1] TRUE #> #> $`arcus senilis`$`_parent` #> [1] "DOID_1237<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`arcus senilis`$`_is_leaf` #> [1] TRUE #> #> $`arcus senilis`$children #> list() #> #> $`arcus senilis`$value #> [1] "arcus senilis" #> #> #> $`argininosuccinic aciduria` #> $`argininosuccinic aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14755" #> #> $`argininosuccinic aciduria`$`_id` #> [1] "DOID_14755<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`argininosuccinic aciduria`$privateGeneCount #> [1] 0 #> #> $`argininosuccinic aciduria`$publicGeneCount #> [1] 1 #> #> $`argininosuccinic aciduria`$urlId #> [1] "DOID_14755" #> #> $`argininosuccinic aciduria`$dbPhenotype #> [1] TRUE #> #> $`argininosuccinic aciduria`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`argininosuccinic aciduria`$`_is_leaf` #> [1] TRUE #> #> $`argininosuccinic aciduria`$children #> list() #> #> $`argininosuccinic aciduria`$value #> [1] "argininosuccinic aciduria" #> #> #> $`Arnold-Chiari malformation` #> $`Arnold-Chiari malformation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002308" #> #> $`Arnold-Chiari malformation`$`_id` #> [1] "HP_0002308<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Arnold-Chiari malformation`$privateGeneCount #> [1] 0 #> #> $`Arnold-Chiari malformation`$publicGeneCount #> [1] 1 #> #> $`Arnold-Chiari malformation`$urlId #> [1] "HP_0002308" #> #> $`Arnold-Chiari malformation`$dbPhenotype #> [1] TRUE #> #> $`Arnold-Chiari malformation`$`_parent` #> [1] "HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Arnold-Chiari malformation`$`_is_leaf` #> [1] TRUE #> #> $`Arnold-Chiari malformation`$children #> list() #> #> $`Arnold-Chiari malformation`$value #> [1] "Arnold-Chiari malformation" #> #> #> $Arrhythmia #> $Arrhythmia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011675" #> #> $Arrhythmia$`_id` #> [1] "HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Arrhythmia$privateGeneCount #> [1] 0 #> #> $Arrhythmia$publicGeneCount #> [1] 124 #> #> $Arrhythmia$urlId #> [1] "HP_0011675" #> #> $Arrhythmia$dbPhenotype #> [1] TRUE #> #> $Arrhythmia$`_parent` #> [1] "HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Arrhythmia$`_is_leaf` #> [1] FALSE #> #> $Arrhythmia$children #> $Arrhythmia$children[[1]] #> [1] "HP_0011702<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Arrhythmia$children[[2]] #> [1] "HP_0001662<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Arrhythmia$children[[3]] #> [1] "HP_0001695<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Arrhythmia$children[[4]] #> [1] "HP_0005115<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Arrhythmia$children[[5]] #> [1] "HP_0001649<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Arrhythmia$children[[6]] #> [1] "HP_0004308<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $Arrhythmia$value #> [1] "Arrhythmia" #> #> #> $`arrhythmogenic right ventricular cardiomyopathy` #> $`arrhythmogenic right ventricular cardiomyopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050431" #> #> $`arrhythmogenic right ventricular cardiomyopathy`$`_id` #> [1] "DOID_0050431<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`arrhythmogenic right ventricular cardiomyopathy`$privateGeneCount #> [1] 0 #> #> $`arrhythmogenic right ventricular cardiomyopathy`$publicGeneCount #> [1] 11 #> #> $`arrhythmogenic right ventricular cardiomyopathy`$urlId #> [1] "DOID_0050431" #> #> $`arrhythmogenic right ventricular cardiomyopathy`$dbPhenotype #> [1] TRUE #> #> $`arrhythmogenic right ventricular cardiomyopathy`$`_parent` #> [1] "DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`arrhythmogenic right ventricular cardiomyopathy`$`_is_leaf` #> [1] TRUE #> #> $`arrhythmogenic right ventricular cardiomyopathy`$children #> list() #> #> $`arrhythmogenic right ventricular cardiomyopathy`$value #> [1] "arrhythmogenic right ventricular cardiomyopathy" #> #> #> $`arterial calcification of infancy` #> $`arterial calcification of infancy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050644" #> #> $`arterial calcification of infancy`$`_id` #> [1] "DOID_0050644<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`arterial calcification of infancy`$privateGeneCount #> [1] 0 #> #> $`arterial calcification of infancy`$publicGeneCount #> [1] 2 #> #> $`arterial calcification of infancy`$urlId #> [1] "DOID_0050644" #> #> $`arterial calcification of infancy`$dbPhenotype #> [1] TRUE #> #> $`arterial calcification of infancy`$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`arterial calcification of infancy`$`_is_leaf` #> [1] TRUE #> #> $`arterial calcification of infancy`$children #> list() #> #> $`arterial calcification of infancy`$value #> [1] "arterial calcification of infancy" #> #> #> $`Arterial stenosis` #> $`Arterial stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100545" #> #> $`Arterial stenosis`$`_id` #> [1] "HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arterial stenosis`$privateGeneCount #> [1] 0 #> #> $`Arterial stenosis`$publicGeneCount #> [1] 8 #> #> $`Arterial stenosis`$urlId #> [1] "HP_0100545" #> #> $`Arterial stenosis`$dbPhenotype #> [1] FALSE #> #> $`Arterial stenosis`$`_parent` #> [1] "HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arterial stenosis`$`_is_leaf` #> [1] FALSE #> #> $`Arterial stenosis`$children #> $`Arterial stenosis`$children[[1]] #> [1] "HP_0002637<HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arterial stenosis`$children[[2]] #> [1] "HP_0004950<HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Arterial stenosis`$value #> [1] "Arterial stenosis" #> #> #> $`Arterial stenosis` #> $`Arterial stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100545" #> #> $`Arterial stenosis`$`_id` #> [1] "HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arterial stenosis`$privateGeneCount #> [1] 0 #> #> $`Arterial stenosis`$publicGeneCount #> [1] 8 #> #> $`Arterial stenosis`$urlId #> [1] "HP_0100545" #> #> $`Arterial stenosis`$dbPhenotype #> [1] FALSE #> #> $`Arterial stenosis`$`_parent` #> [1] "HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arterial stenosis`$`_is_leaf` #> [1] FALSE #> #> $`Arterial stenosis`$children #> $`Arterial stenosis`$children[[1]] #> [1] "HP_0002637<HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arterial stenosis`$children[[2]] #> [1] "HP_0004950<HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Arterial stenosis`$value #> [1] "Arterial stenosis" #> #> #> $`arterial tortuosity syndrome` #> $`arterial tortuosity syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050645" #> #> $`arterial tortuosity syndrome`$`_id` #> [1] "DOID_0050645<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`arterial tortuosity syndrome`$privateGeneCount #> [1] 0 #> #> $`arterial tortuosity syndrome`$publicGeneCount #> [1] 1 #> #> $`arterial tortuosity syndrome`$urlId #> [1] "DOID_0050645" #> #> $`arterial tortuosity syndrome`$dbPhenotype #> [1] TRUE #> #> $`arterial tortuosity syndrome`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`arterial tortuosity syndrome`$`_is_leaf` #> [1] TRUE #> #> $`arterial tortuosity syndrome`$children #> list() #> #> $`arterial tortuosity syndrome`$value #> [1] "arterial tortuosity syndrome" #> #> #> $arteriolosclerosis #> $arteriolosclerosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5162" #> #> $arteriolosclerosis$`_id` #> [1] "DOID_5162<DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $arteriolosclerosis$privateGeneCount #> [1] 0 #> #> $arteriolosclerosis$publicGeneCount #> [1] 1 #> #> $arteriolosclerosis$urlId #> [1] "DOID_5162" #> #> $arteriolosclerosis$dbPhenotype #> [1] TRUE #> #> $arteriolosclerosis$`_parent` #> [1] "DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $arteriolosclerosis$`_is_leaf` #> [1] TRUE #> #> $arteriolosclerosis$children #> list() #> #> $arteriolosclerosis$value #> [1] "arteriolosclerosis" #> #> #> $arteriosclerosis #> $arteriosclerosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2349" #> #> $arteriosclerosis$`_id` #> [1] "DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $arteriosclerosis$privateGeneCount #> [1] 0 #> #> $arteriosclerosis$publicGeneCount #> [1] 133 #> #> $arteriosclerosis$urlId #> [1] "DOID_2349" #> #> $arteriosclerosis$dbPhenotype #> [1] TRUE #> #> $arteriosclerosis$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $arteriosclerosis$`_is_leaf` #> [1] FALSE #> #> $arteriosclerosis$children #> $arteriosclerosis$children[[1]] #> [1] "DOID_5162<DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $arteriosclerosis$children[[2]] #> [1] "DOID_5160<DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $arteriosclerosis$children[[3]] #> [1] "DOID_2348<DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $arteriosclerosis$value #> [1] "arteriosclerosis" #> #> #> $`arteriosclerosis obliterans` #> $`arteriosclerosis obliterans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5160" #> #> $`arteriosclerosis obliterans`$`_id` #> [1] "DOID_5160<DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`arteriosclerosis obliterans`$privateGeneCount #> [1] 0 #> #> $`arteriosclerosis obliterans`$publicGeneCount #> [1] 1 #> #> $`arteriosclerosis obliterans`$urlId #> [1] "DOID_5160" #> #> $`arteriosclerosis obliterans`$dbPhenotype #> [1] TRUE #> #> $`arteriosclerosis obliterans`$`_parent` #> [1] "DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`arteriosclerosis obliterans`$`_is_leaf` #> [1] TRUE #> #> $`arteriosclerosis obliterans`$children #> list() #> #> $`arteriosclerosis obliterans`$value #> [1] "arteriosclerosis obliterans" #> #> #> $`arteriosclerotic cardiovascular disease` #> $`arteriosclerotic cardiovascular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2348" #> #> $`arteriosclerotic cardiovascular disease`$`_id` #> [1] "DOID_2348<DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`arteriosclerotic cardiovascular disease`$privateGeneCount #> [1] 0 #> #> $`arteriosclerotic cardiovascular disease`$publicGeneCount #> [1] 79 #> #> $`arteriosclerotic cardiovascular disease`$urlId #> [1] "DOID_2348" #> #> $`arteriosclerotic cardiovascular disease`$dbPhenotype #> [1] FALSE #> #> $`arteriosclerotic cardiovascular disease`$`_parent` #> [1] "DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`arteriosclerotic cardiovascular disease`$`_is_leaf` #> [1] FALSE #> #> $`arteriosclerotic cardiovascular disease`$children #> $`arteriosclerotic cardiovascular disease`$children[[1]] #> [1] "DOID_1936<DOID_2348<DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`arteriosclerotic cardiovascular disease`$value #> [1] "arteriosclerotic cardiovascular disease" #> #> #> $`Arteriovenous fistula` #> $`Arteriovenous fistula`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004947" #> #> $`Arteriovenous fistula`$`_id` #> [1] "HP_0004947<HP_0100026<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arteriovenous fistula`$privateGeneCount #> [1] 0 #> #> $`Arteriovenous fistula`$publicGeneCount #> [1] 5 #> #> $`Arteriovenous fistula`$urlId #> [1] "HP_0004947" #> #> $`Arteriovenous fistula`$dbPhenotype #> [1] TRUE #> #> $`Arteriovenous fistula`$`_parent` #> [1] "HP_0100026<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arteriovenous fistula`$`_is_leaf` #> [1] TRUE #> #> $`Arteriovenous fistula`$children #> list() #> #> $`Arteriovenous fistula`$value #> [1] "Arteriovenous fistula" #> #> #> $`Arteriovenous fistula` #> $`Arteriovenous fistula`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004947" #> #> $`Arteriovenous fistula`$`_id` #> [1] "HP_0004947<HP_0100026<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arteriovenous fistula`$privateGeneCount #> [1] 0 #> #> $`Arteriovenous fistula`$publicGeneCount #> [1] 5 #> #> $`Arteriovenous fistula`$urlId #> [1] "HP_0004947" #> #> $`Arteriovenous fistula`$dbPhenotype #> [1] TRUE #> #> $`Arteriovenous fistula`$`_parent` #> [1] "HP_0100026<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arteriovenous fistula`$`_is_leaf` #> [1] TRUE #> #> $`Arteriovenous fistula`$children #> list() #> #> $`Arteriovenous fistula`$value #> [1] "Arteriovenous fistula" #> #> #> $`Arteriovenous malformation` #> $`Arteriovenous malformation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100026" #> #> $`Arteriovenous malformation`$`_id` #> [1] "HP_0100026<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arteriovenous malformation`$privateGeneCount #> [1] 0 #> #> $`Arteriovenous malformation`$publicGeneCount #> [1] 5 #> #> $`Arteriovenous malformation`$urlId #> [1] "HP_0100026" #> #> $`Arteriovenous malformation`$dbPhenotype #> [1] FALSE #> #> $`Arteriovenous malformation`$`_parent` #> [1] "HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arteriovenous malformation`$`_is_leaf` #> [1] FALSE #> #> $`Arteriovenous malformation`$children #> $`Arteriovenous malformation`$children[[1]] #> [1] "HP_0004947<HP_0100026<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Arteriovenous malformation`$value #> [1] "Arteriovenous malformation" #> #> #> $`Arteriovenous malformation` #> $`Arteriovenous malformation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100026" #> #> $`Arteriovenous malformation`$`_id` #> [1] "HP_0100026<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arteriovenous malformation`$privateGeneCount #> [1] 0 #> #> $`Arteriovenous malformation`$publicGeneCount #> [1] 5 #> #> $`Arteriovenous malformation`$urlId #> [1] "HP_0100026" #> #> $`Arteriovenous malformation`$dbPhenotype #> [1] FALSE #> #> $`Arteriovenous malformation`$`_parent` #> [1] "HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Arteriovenous malformation`$`_is_leaf` #> [1] FALSE #> #> $`Arteriovenous malformation`$children #> $`Arteriovenous malformation`$children[[1]] #> [1] "HP_0004947<HP_0100026<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Arteriovenous malformation`$value #> [1] "Arteriovenous malformation" #> #> #> $Arteritis #> $Arteritis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012089" #> #> $Arteritis$`_id` #> [1] "HP_0012089<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Arteritis$privateGeneCount #> [1] 0 #> #> $Arteritis$publicGeneCount #> [1] 3 #> #> $Arteritis$urlId #> [1] "HP_0012089" #> #> $Arteritis$dbPhenotype #> [1] TRUE #> #> $Arteritis$`_parent` #> [1] "HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Arteritis$`_is_leaf` #> [1] TRUE #> #> $Arteritis$children #> list() #> #> $Arteritis$value #> [1] "Arteritis" #> #> #> $Arteritis #> $Arteritis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012089" #> #> $Arteritis$`_id` #> [1] "HP_0012089<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $Arteritis$privateGeneCount #> [1] 0 #> #> $Arteritis$publicGeneCount #> [1] 3 #> #> $Arteritis$urlId #> [1] "HP_0012089" #> #> $Arteritis$dbPhenotype #> [1] TRUE #> #> $Arteritis$`_parent` #> [1] "HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $Arteritis$`_is_leaf` #> [1] TRUE #> #> $Arteritis$children #> list() #> #> $Arteritis$value #> [1] "Arteritis" #> #> #> $`artery disease` #> $`artery disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050828" #> #> $`artery disease`$`_id` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$privateGeneCount #> [1] 0 #> #> $`artery disease`$publicGeneCount #> [1] 893 #> #> $`artery disease`$urlId #> [1] "DOID_0050828" #> #> $`artery disease`$dbPhenotype #> [1] FALSE #> #> $`artery disease`$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$`_is_leaf` #> [1] FALSE #> #> $`artery disease`$children #> $`artery disease`$children[[1]] #> [1] "DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[2]] #> [1] "DOID_0050644<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[3]] #> [1] "DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[4]] #> [1] "DOID_3407<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[5]] #> [1] "DOID_3527<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[6]] #> [1] "DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[7]] #> [1] "DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[8]] #> [1] "DOID_60001<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[9]] #> [1] "DOID_2388<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[10]] #> [1] "DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[11]] #> [1] "DOID_13096<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`artery disease`$children[[12]] #> [1] "DOID_2508<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`artery disease`$value #> [1] "artery disease" #> #> #> $Arthralgia #> $Arthralgia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002829" #> #> $Arthralgia$`_id` #> [1] "HP_0002829<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $Arthralgia$privateGeneCount #> [1] 0 #> #> $Arthralgia$publicGeneCount #> [1] 2 #> #> $Arthralgia$urlId #> [1] "HP_0002829" #> #> $Arthralgia$dbPhenotype #> [1] TRUE #> #> $Arthralgia$`_parent` #> [1] "HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $Arthralgia$`_is_leaf` #> [1] TRUE #> #> $Arthralgia$children #> list() #> #> $Arthralgia$value #> [1] "Arthralgia" #> #> #> $arthritis #> $arthritis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_848" #> #> $arthritis$`_id` #> [1] "DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthritis$privateGeneCount #> [1] 0 #> #> $arthritis$publicGeneCount #> [1] 551 #> #> $arthritis$urlId #> [1] "DOID_848" #> #> $arthritis$dbPhenotype #> [1] TRUE #> #> $arthritis$`_parent` #> [1] "DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthritis$`_is_leaf` #> [1] FALSE #> #> $arthritis$children #> $arthritis$children[[1]] #> [1] "DOID_1156<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthritis$children[[2]] #> [1] "DOID_13189<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthritis$children[[3]] #> [1] "DOID_8398<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthritis$children[[4]] #> [1] "DOID_6196<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthritis$children[[5]] #> [1] "DOID_7148<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthritis$children[[6]] #> [1] "DOID_813<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $arthritis$value #> [1] "arthritis" #> #> #> $`Arthrogryposis multiplex congenita` #> $`Arthrogryposis multiplex congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002804" #> #> $`Arthrogryposis multiplex congenita`$`_id` #> [1] "HP_0002804<HP_0002803<HP_0001371<HP_0003549<HP_0000118<HP_0000001" #> #> $`Arthrogryposis multiplex congenita`$privateGeneCount #> [1] 0 #> #> $`Arthrogryposis multiplex congenita`$publicGeneCount #> [1] 7 #> #> $`Arthrogryposis multiplex congenita`$urlId #> [1] "HP_0002804" #> #> $`Arthrogryposis multiplex congenita`$dbPhenotype #> [1] TRUE #> #> $`Arthrogryposis multiplex congenita`$`_parent` #> [1] "HP_0002803<HP_0001371<HP_0003549<HP_0000118<HP_0000001" #> #> $`Arthrogryposis multiplex congenita`$`_is_leaf` #> [1] TRUE #> #> $`Arthrogryposis multiplex congenita`$children #> list() #> #> $`Arthrogryposis multiplex congenita`$value #> [1] "Arthrogryposis multiplex congenita" #> #> #> $`Arthrogryposis multiplex congenita` #> $`Arthrogryposis multiplex congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002804" #> #> $`Arthrogryposis multiplex congenita`$`_id` #> [1] "HP_0002804<HP_0002803<HP_0001371<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Arthrogryposis multiplex congenita`$privateGeneCount #> [1] 0 #> #> $`Arthrogryposis multiplex congenita`$publicGeneCount #> [1] 7 #> #> $`Arthrogryposis multiplex congenita`$urlId #> [1] "HP_0002804" #> #> $`Arthrogryposis multiplex congenita`$dbPhenotype #> [1] TRUE #> #> $`Arthrogryposis multiplex congenita`$`_parent` #> [1] "HP_0002803<HP_0001371<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Arthrogryposis multiplex congenita`$`_is_leaf` #> [1] TRUE #> #> $`Arthrogryposis multiplex congenita`$children #> list() #> #> $`Arthrogryposis multiplex congenita`$value #> [1] "Arthrogryposis multiplex congenita" #> #> #> $`Arthrogryposis multiplex congenita` #> $`Arthrogryposis multiplex congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002804" #> #> $`Arthrogryposis multiplex congenita`$`_id` #> [1] "HP_0002804<HP_0002803<HP_0001371<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Arthrogryposis multiplex congenita`$privateGeneCount #> [1] 0 #> #> $`Arthrogryposis multiplex congenita`$publicGeneCount #> [1] 7 #> #> $`Arthrogryposis multiplex congenita`$urlId #> [1] "HP_0002804" #> #> $`Arthrogryposis multiplex congenita`$dbPhenotype #> [1] TRUE #> #> $`Arthrogryposis multiplex congenita`$`_parent` #> [1] "HP_0002803<HP_0001371<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Arthrogryposis multiplex congenita`$`_is_leaf` #> [1] TRUE #> #> $`Arthrogryposis multiplex congenita`$children #> list() #> #> $`Arthrogryposis multiplex congenita`$value #> [1] "Arthrogryposis multiplex congenita" #> #> #> $`Arthrogryposis multiplex congenita` #> $`Arthrogryposis multiplex congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002804" #> #> $`Arthrogryposis multiplex congenita`$`_id` #> [1] "HP_0002804<HP_0002803<HP_0001371<HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Arthrogryposis multiplex congenita`$privateGeneCount #> [1] 0 #> #> $`Arthrogryposis multiplex congenita`$publicGeneCount #> [1] 7 #> #> $`Arthrogryposis multiplex congenita`$urlId #> [1] "HP_0002804" #> #> $`Arthrogryposis multiplex congenita`$dbPhenotype #> [1] TRUE #> #> $`Arthrogryposis multiplex congenita`$`_parent` #> [1] "HP_0002803<HP_0001371<HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Arthrogryposis multiplex congenita`$`_is_leaf` #> [1] TRUE #> #> $`Arthrogryposis multiplex congenita`$children #> list() #> #> $`Arthrogryposis multiplex congenita`$value #> [1] "Arthrogryposis multiplex congenita" #> #> #> $arthropathy #> $arthropathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_381" #> #> $arthropathy$`_id` #> [1] "DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthropathy$privateGeneCount #> [1] 0 #> #> $arthropathy$publicGeneCount #> [1] 18 #> #> $arthropathy$urlId #> [1] "DOID_381" #> #> $arthropathy$dbPhenotype #> [1] TRUE #> #> $arthropathy$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthropathy$`_is_leaf` #> [1] FALSE #> #> $arthropathy$children #> $arthropathy$children[[1]] #> [1] "DOID_227<DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthropathy$children[[2]] #> [1] "DOID_14286<DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $arthropathy$children[[3]] #> [1] "DOID_1123<DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $arthropathy$value #> [1] "arthropathy" #> #> #> $`arthus reaction` #> $`arthus reaction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1556" #> #> $`arthus reaction`$`_id` #> [1] "DOID_1556<DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`arthus reaction`$privateGeneCount #> [1] 0 #> #> $`arthus reaction`$publicGeneCount #> [1] 1 #> #> $`arthus reaction`$urlId #> [1] "DOID_1556" #> #> $`arthus reaction`$dbPhenotype #> [1] TRUE #> #> $`arthus reaction`$`_parent` #> [1] "DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`arthus reaction`$`_is_leaf` #> [1] TRUE #> #> $`arthus reaction`$children #> list() #> #> $`arthus reaction`$value #> [1] "arthus reaction" #> #> #> $`articular cartilage disease` #> $`articular cartilage disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6227" #> #> $`articular cartilage disease`$`_id` #> [1] "DOID_6227<DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`articular cartilage disease`$privateGeneCount #> [1] 0 #> #> $`articular cartilage disease`$publicGeneCount #> [1] 7 #> #> $`articular cartilage disease`$urlId #> [1] "DOID_6227" #> #> $`articular cartilage disease`$dbPhenotype #> [1] FALSE #> #> $`articular cartilage disease`$`_parent` #> [1] "DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`articular cartilage disease`$`_is_leaf` #> [1] FALSE #> #> $`articular cartilage disease`$children #> $`articular cartilage disease`$children[[1]] #> [1] "DOID_2557<DOID_6227<DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`articular cartilage disease`$value #> [1] "articular cartilage disease" #> #> #> $`articulation disorder` #> $`articulation disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4186" #> #> $`articulation disorder`$`_id` #> [1] "DOID_4186<DOID_92<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`articulation disorder`$privateGeneCount #> [1] 0 #> #> $`articulation disorder`$publicGeneCount #> [1] 2 #> #> $`articulation disorder`$urlId #> [1] "DOID_4186" #> #> $`articulation disorder`$dbPhenotype #> [1] FALSE #> #> $`articulation disorder`$`_parent` #> [1] "DOID_92<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`articulation disorder`$`_is_leaf` #> [1] FALSE #> #> $`articulation disorder`$children #> $`articulation disorder`$children[[1]] #> [1] "DOID_0060243<DOID_4186<DOID_92<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`articulation disorder`$value #> [1] "articulation disorder" #> #> #> $`Arts syndrome` #> $`Arts syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050647" #> #> $`Arts syndrome`$`_id` #> [1] "DOID_0050647<DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Arts syndrome`$privateGeneCount #> [1] 0 #> #> $`Arts syndrome`$publicGeneCount #> [1] 1 #> #> $`Arts syndrome`$urlId #> [1] "DOID_0050647" #> #> $`Arts syndrome`$dbPhenotype #> [1] TRUE #> #> $`Arts syndrome`$`_parent` #> [1] "DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Arts syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Arts syndrome`$children #> list() #> #> $`Arts syndrome`$value #> [1] "Arts syndrome" #> #> #> $`Arts syndrome` #> $`Arts syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050647" #> #> $`Arts syndrome`$`_id` #> [1] "DOID_0050647<DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Arts syndrome`$privateGeneCount #> [1] 0 #> #> $`Arts syndrome`$publicGeneCount #> [1] 1 #> #> $`Arts syndrome`$urlId #> [1] "DOID_0050647" #> #> $`Arts syndrome`$dbPhenotype #> [1] TRUE #> #> $`Arts syndrome`$`_parent` #> [1] "DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Arts syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Arts syndrome`$children #> list() #> #> $`Arts syndrome`$value #> [1] "Arts syndrome" #> #> #> $asbestosis #> $asbestosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10320" #> #> $asbestosis$`_id` #> [1] "DOID_10320<DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $asbestosis$privateGeneCount #> [1] 0 #> #> $asbestosis$publicGeneCount #> [1] 10 #> #> $asbestosis$urlId #> [1] "DOID_10320" #> #> $asbestosis$dbPhenotype #> [1] TRUE #> #> $asbestosis$`_parent` #> [1] "DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $asbestosis$`_is_leaf` #> [1] TRUE #> #> $asbestosis$children #> list() #> #> $asbestosis$value #> [1] "asbestosis" #> #> #> $asbestosis #> $asbestosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10320" #> #> $asbestosis$`_id` #> [1] "DOID_10320<DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $asbestosis$privateGeneCount #> [1] 0 #> #> $asbestosis$publicGeneCount #> [1] 10 #> #> $asbestosis$urlId #> [1] "DOID_10320" #> #> $asbestosis$dbPhenotype #> [1] TRUE #> #> $asbestosis$`_parent` #> [1] "DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $asbestosis$`_is_leaf` #> [1] TRUE #> #> $asbestosis$children #> list() #> #> $asbestosis$value #> [1] "asbestosis" #> #> #> $Ascites #> $Ascites$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001541" #> #> $Ascites$`_id` #> [1] "HP_0001541<HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $Ascites$privateGeneCount #> [1] 0 #> #> $Ascites$publicGeneCount #> [1] 1 #> #> $Ascites$urlId #> [1] "HP_0001541" #> #> $Ascites$dbPhenotype #> [1] TRUE #> #> $Ascites$`_parent` #> [1] "HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $Ascites$`_is_leaf` #> [1] TRUE #> #> $Ascites$children #> list() #> #> $Ascites$value #> [1] "Ascites" #> #> #> $`aseptic meningitis` #> $`aseptic meningitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12157" #> #> $`aseptic meningitis`$`_id` #> [1] "DOID_12157<DOID_9471<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`aseptic meningitis`$privateGeneCount #> [1] 0 #> #> $`aseptic meningitis`$publicGeneCount #> [1] 2 #> #> $`aseptic meningitis`$urlId #> [1] "DOID_12157" #> #> $`aseptic meningitis`$dbPhenotype #> [1] TRUE #> #> $`aseptic meningitis`$`_parent` #> [1] "DOID_9471<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`aseptic meningitis`$`_is_leaf` #> [1] TRUE #> #> $`aseptic meningitis`$children #> list() #> #> $`aseptic meningitis`$value #> [1] "aseptic meningitis" #> #> #> $aspartylglucosaminuria #> $aspartylglucosaminuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050461" #> #> $aspartylglucosaminuria$`_id` #> [1] "DOID_0050461<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $aspartylglucosaminuria$privateGeneCount #> [1] 0 #> #> $aspartylglucosaminuria$publicGeneCount #> [1] 1 #> #> $aspartylglucosaminuria$urlId #> [1] "DOID_0050461" #> #> $aspartylglucosaminuria$dbPhenotype #> [1] TRUE #> #> $aspartylglucosaminuria$`_parent` #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $aspartylglucosaminuria$`_is_leaf` #> [1] TRUE #> #> $aspartylglucosaminuria$children #> list() #> #> $aspartylglucosaminuria$value #> [1] "aspartylglucosaminuria" #> #> #> $aspartylglucosaminuria #> $aspartylglucosaminuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050461" #> #> $aspartylglucosaminuria$`_id` #> [1] "DOID_0050461<DOID_630<DOID_4" #> #> $aspartylglucosaminuria$privateGeneCount #> [1] 0 #> #> $aspartylglucosaminuria$publicGeneCount #> [1] 1 #> #> $aspartylglucosaminuria$urlId #> [1] "DOID_0050461" #> #> $aspartylglucosaminuria$dbPhenotype #> [1] TRUE #> #> $aspartylglucosaminuria$`_parent` #> [1] "DOID_630<DOID_4" #> #> $aspartylglucosaminuria$`_is_leaf` #> [1] TRUE #> #> $aspartylglucosaminuria$children #> list() #> #> $aspartylglucosaminuria$value #> [1] "aspartylglucosaminuria" #> #> #> $`Asperger syndrome` #> $`Asperger syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050432" #> #> $`Asperger syndrome`$`_id` #> [1] "DOID_0050432<DOID_0060041<DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`Asperger syndrome`$privateGeneCount #> [1] 0 #> #> $`Asperger syndrome`$publicGeneCount #> [1] 7 #> #> $`Asperger syndrome`$urlId #> [1] "DOID_0050432" #> #> $`Asperger syndrome`$dbPhenotype #> [1] TRUE #> #> $`Asperger syndrome`$`_parent` #> [1] "DOID_0060041<DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`Asperger syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Asperger syndrome`$children #> list() #> #> $`Asperger syndrome`$value #> [1] "Asperger syndrome" #> #> #> $aspergillosis #> $aspergillosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13564" #> #> $aspergillosis$`_id` #> [1] "DOID_13564<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $aspergillosis$privateGeneCount #> [1] 0 #> #> $aspergillosis$publicGeneCount #> [1] 18 #> #> $aspergillosis$urlId #> [1] "DOID_13564" #> #> $aspergillosis$dbPhenotype #> [1] TRUE #> #> $aspergillosis$`_parent` #> [1] "DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $aspergillosis$`_is_leaf` #> [1] FALSE #> #> $aspergillosis$children #> $aspergillosis$children[[1]] #> [1] "DOID_13166<DOID_13564<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $aspergillosis$children[[2]] #> [1] "DOID_0050153<DOID_13564<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> #> $aspergillosis$value #> [1] "aspergillosis" #> #> #> $`asphyxia neonatorum` #> $`asphyxia neonatorum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11088" #> #> $`asphyxia neonatorum`$`_id` #> [1] "DOID_11088<DOID_1579<DOID_7<DOID_4" #> #> $`asphyxia neonatorum`$privateGeneCount #> [1] 0 #> #> $`asphyxia neonatorum`$publicGeneCount #> [1] 7 #> #> $`asphyxia neonatorum`$urlId #> [1] "DOID_11088" #> #> $`asphyxia neonatorum`$dbPhenotype #> [1] TRUE #> #> $`asphyxia neonatorum`$`_parent` #> [1] "DOID_1579<DOID_7<DOID_4" #> #> $`asphyxia neonatorum`$`_is_leaf` #> [1] TRUE #> #> $`asphyxia neonatorum`$children #> list() #> #> $`asphyxia neonatorum`$value #> [1] "asphyxia neonatorum" #> #> #> $`asphyxiating thoracic dystrophy` #> $`asphyxiating thoracic dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050592" #> #> $`asphyxiating thoracic dystrophy`$`_id` #> [1] "DOID_0050592<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`asphyxiating thoracic dystrophy`$privateGeneCount #> [1] 0 #> #> $`asphyxiating thoracic dystrophy`$publicGeneCount #> [1] 4 #> #> $`asphyxiating thoracic dystrophy`$urlId #> [1] "DOID_0050592" #> #> $`asphyxiating thoracic dystrophy`$dbPhenotype #> [1] TRUE #> #> $`asphyxiating thoracic dystrophy`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`asphyxiating thoracic dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`asphyxiating thoracic dystrophy`$children #> list() #> #> $`asphyxiating thoracic dystrophy`$value #> [1] "asphyxiating thoracic dystrophy" #> #> #> $`asphyxiating thoracic dystrophy` #> $`asphyxiating thoracic dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050592" #> #> $`asphyxiating thoracic dystrophy`$`_id` #> [1] "DOID_0050592<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`asphyxiating thoracic dystrophy`$privateGeneCount #> [1] 0 #> #> $`asphyxiating thoracic dystrophy`$publicGeneCount #> [1] 4 #> #> $`asphyxiating thoracic dystrophy`$urlId #> [1] "DOID_0050592" #> #> $`asphyxiating thoracic dystrophy`$dbPhenotype #> [1] TRUE #> #> $`asphyxiating thoracic dystrophy`$`_parent` #> [1] "DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`asphyxiating thoracic dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`asphyxiating thoracic dystrophy`$children #> list() #> #> $`asphyxiating thoracic dystrophy`$value #> [1] "asphyxiating thoracic dystrophy" #> #> #> $`aspiration pneumonia` #> $`aspiration pneumonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050152" #> #> $`aspiration pneumonia`$`_id` #> [1] "DOID_0050152<DOID_874<DOID_104<DOID_0050117<DOID_4" #> #> $`aspiration pneumonia`$privateGeneCount #> [1] 0 #> #> $`aspiration pneumonia`$publicGeneCount #> [1] 2 #> #> $`aspiration pneumonia`$urlId #> [1] "DOID_0050152" #> #> $`aspiration pneumonia`$dbPhenotype #> [1] TRUE #> #> $`aspiration pneumonia`$`_parent` #> [1] "DOID_874<DOID_104<DOID_0050117<DOID_4" #> #> $`aspiration pneumonia`$`_is_leaf` #> [1] TRUE #> #> $`aspiration pneumonia`$children #> list() #> #> $`aspiration pneumonia`$value #> [1] "aspiration pneumonia" #> #> #> $`aspiration pneumonia` #> $`aspiration pneumonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050152" #> #> $`aspiration pneumonia`$`_id` #> [1] "DOID_0050152<DOID_874<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`aspiration pneumonia`$privateGeneCount #> [1] 0 #> #> $`aspiration pneumonia`$publicGeneCount #> [1] 2 #> #> $`aspiration pneumonia`$urlId #> [1] "DOID_0050152" #> #> $`aspiration pneumonia`$dbPhenotype #> [1] TRUE #> #> $`aspiration pneumonia`$`_parent` #> [1] "DOID_874<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`aspiration pneumonia`$`_is_leaf` #> [1] TRUE #> #> $`aspiration pneumonia`$children #> list() #> #> $`aspiration pneumonia`$value #> [1] "aspiration pneumonia" #> #> #> $`aspiration pneumonitis` #> $`aspiration pneumonitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3240" #> #> $`aspiration pneumonitis`$`_id` #> [1] "DOID_3240<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`aspiration pneumonitis`$privateGeneCount #> [1] 0 #> #> $`aspiration pneumonitis`$publicGeneCount #> [1] 2 #> #> $`aspiration pneumonitis`$urlId #> [1] "DOID_3240" #> #> $`aspiration pneumonitis`$dbPhenotype #> [1] TRUE #> #> $`aspiration pneumonitis`$`_parent` #> [1] "DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`aspiration pneumonitis`$`_is_leaf` #> [1] TRUE #> #> $`aspiration pneumonitis`$children #> list() #> #> $`aspiration pneumonitis`$value #> [1] "aspiration pneumonitis" #> #> #> $`Aspirin-induced asthma` #> $`Aspirin-induced asthma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012042" #> #> $`Aspirin-induced asthma`$`_id` #> [1] "HP_0012042<HP_0002099<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Aspirin-induced asthma`$privateGeneCount #> [1] 0 #> #> $`Aspirin-induced asthma`$publicGeneCount #> [1] 2 #> #> $`Aspirin-induced asthma`$urlId #> [1] "HP_0012042" #> #> $`Aspirin-induced asthma`$dbPhenotype #> [1] TRUE #> #> $`Aspirin-induced asthma`$`_parent` #> [1] "HP_0002099<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Aspirin-induced asthma`$`_is_leaf` #> [1] TRUE #> #> $`Aspirin-induced asthma`$children #> list() #> #> $`Aspirin-induced asthma`$value #> [1] "Aspirin-induced asthma" #> #> #> $`Aspirin-induced asthma` #> $`Aspirin-induced asthma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012042" #> #> $`Aspirin-induced asthma`$`_id` #> [1] "HP_0012042<HP_0002099<HP_0100326<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Aspirin-induced asthma`$privateGeneCount #> [1] 0 #> #> $`Aspirin-induced asthma`$publicGeneCount #> [1] 2 #> #> $`Aspirin-induced asthma`$urlId #> [1] "HP_0012042" #> #> $`Aspirin-induced asthma`$dbPhenotype #> [1] TRUE #> #> $`Aspirin-induced asthma`$`_parent` #> [1] "HP_0002099<HP_0100326<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Aspirin-induced asthma`$`_is_leaf` #> [1] TRUE #> #> $`Aspirin-induced asthma`$children #> list() #> #> $`Aspirin-induced asthma`$value #> [1] "Aspirin-induced asthma" #> #> #> $Asplenia #> $Asplenia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001746" #> #> $Asplenia$`_id` #> [1] "HP_0001746<HP_0010451<HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Asplenia$privateGeneCount #> [1] 0 #> #> $Asplenia$publicGeneCount #> [1] 1 #> #> $Asplenia$urlId #> [1] "HP_0001746" #> #> $Asplenia$dbPhenotype #> [1] TRUE #> #> $Asplenia$`_parent` #> [1] "HP_0010451<HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Asplenia$`_is_leaf` #> [1] TRUE #> #> $Asplenia$children #> list() #> #> $Asplenia$value #> [1] "Asplenia" #> #> #> $Asplenia #> $Asplenia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001746" #> #> $Asplenia$`_id` #> [1] "HP_0001746<HP_0010451<HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Asplenia$privateGeneCount #> [1] 0 #> #> $Asplenia$publicGeneCount #> [1] 1 #> #> $Asplenia$urlId #> [1] "HP_0001746" #> #> $Asplenia$dbPhenotype #> [1] TRUE #> #> $Asplenia$`_parent` #> [1] "HP_0010451<HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Asplenia$`_is_leaf` #> [1] TRUE #> #> $Asplenia$children #> list() #> #> $Asplenia$value #> [1] "Asplenia" #> #> #> $Asplenia #> $Asplenia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001746" #> #> $Asplenia$`_id` #> [1] "HP_0001746<HP_0010451<HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $Asplenia$privateGeneCount #> [1] 0 #> #> $Asplenia$publicGeneCount #> [1] 1 #> #> $Asplenia$urlId #> [1] "HP_0001746" #> #> $Asplenia$dbPhenotype #> [1] TRUE #> #> $Asplenia$`_parent` #> [1] "HP_0010451<HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $Asplenia$`_is_leaf` #> [1] TRUE #> #> $Asplenia$children #> list() #> #> $Asplenia$value #> [1] "Asplenia" #> #> #> $asthma #> $asthma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2841" #> #> $asthma$`_id` #> [1] "DOID_2841<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $asthma$privateGeneCount #> [1] 0 #> #> $asthma$publicGeneCount #> [1] 286 #> #> $asthma$urlId #> [1] "DOID_2841" #> #> $asthma$dbPhenotype #> [1] TRUE #> #> $asthma$`_parent` #> [1] "DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $asthma$`_is_leaf` #> [1] FALSE #> #> $asthma$children #> $asthma$children[[1]] #> [1] "DOID_9360<DOID_2841<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $asthma$children[[2]] #> [1] "DOID_9362<DOID_2841<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $asthma$value #> [1] "asthma" #> #> #> $Asthma #> $Asthma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002099" #> #> $Asthma$`_id` #> [1] "HP_0002099<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Asthma$privateGeneCount #> [1] 0 #> #> $Asthma$publicGeneCount #> [1] 2 #> #> $Asthma$urlId #> [1] "HP_0002099" #> #> $Asthma$dbPhenotype #> [1] FALSE #> #> $Asthma$`_parent` #> [1] "HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Asthma$`_is_leaf` #> [1] FALSE #> #> $Asthma$children #> $Asthma$children[[1]] #> [1] "HP_0012042<HP_0002099<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> #> $Asthma$value #> [1] "Asthma" #> #> #> $Asthma #> $Asthma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002099" #> #> $Asthma$`_id` #> [1] "HP_0002099<HP_0100326<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $Asthma$privateGeneCount #> [1] 0 #> #> $Asthma$publicGeneCount #> [1] 2 #> #> $Asthma$urlId #> [1] "HP_0002099" #> #> $Asthma$dbPhenotype #> [1] FALSE #> #> $Asthma$`_parent` #> [1] "HP_0100326<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $Asthma$`_is_leaf` #> [1] FALSE #> #> $Asthma$children #> $Asthma$children[[1]] #> [1] "HP_0012042<HP_0002099<HP_0100326<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $Asthma$value #> [1] "Asthma" #> #> #> $astigmatism #> $astigmatism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11782" #> #> $astigmatism$`_id` #> [1] "DOID_11782<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $astigmatism$privateGeneCount #> [1] 0 #> #> $astigmatism$publicGeneCount #> [1] 6 #> #> $astigmatism$urlId #> [1] "DOID_11782" #> #> $astigmatism$dbPhenotype #> [1] TRUE #> #> $astigmatism$`_parent` #> [1] "DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $astigmatism$`_is_leaf` #> [1] TRUE #> #> $astigmatism$children #> list() #> #> $astigmatism$value #> [1] "astigmatism" #> #> #> $astrocytoma #> $astrocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3069" #> #> $astrocytoma$`_id` #> [1] "DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$privateGeneCount #> [1] 0 #> #> $astrocytoma$publicGeneCount #> [1] 109 #> #> $astrocytoma$urlId #> [1] "DOID_3069" #> #> $astrocytoma$dbPhenotype #> [1] TRUE #> #> $astrocytoma$`_parent` #> [1] "DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$`_is_leaf` #> [1] FALSE #> #> $astrocytoma$children #> $astrocytoma$children[[1]] #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[2]] #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[3]] #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[4]] #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[5]] #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $astrocytoma$value #> [1] "astrocytoma" #> #> #> $astrocytoma #> $astrocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3069" #> #> $astrocytoma$`_id` #> [1] "DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$privateGeneCount #> [1] 0 #> #> $astrocytoma$publicGeneCount #> [1] 109 #> #> $astrocytoma$urlId #> [1] "DOID_3069" #> #> $astrocytoma$dbPhenotype #> [1] TRUE #> #> $astrocytoma$`_parent` #> [1] "DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$`_is_leaf` #> [1] FALSE #> #> $astrocytoma$children #> $astrocytoma$children[[1]] #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[2]] #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[3]] #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[4]] #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[5]] #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $astrocytoma$value #> [1] "astrocytoma" #> #> #> $astrocytoma #> $astrocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3069" #> #> $astrocytoma$`_id` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$privateGeneCount #> [1] 0 #> #> $astrocytoma$publicGeneCount #> [1] 109 #> #> $astrocytoma$urlId #> [1] "DOID_3069" #> #> $astrocytoma$dbPhenotype #> [1] TRUE #> #> $astrocytoma$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$`_is_leaf` #> [1] FALSE #> #> $astrocytoma$children #> $astrocytoma$children[[1]] #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[2]] #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[3]] #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[4]] #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[5]] #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $astrocytoma$value #> [1] "astrocytoma" #> #> #> $astrocytoma #> $astrocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3069" #> #> $astrocytoma$`_id` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$privateGeneCount #> [1] 0 #> #> $astrocytoma$publicGeneCount #> [1] 109 #> #> $astrocytoma$urlId #> [1] "DOID_3069" #> #> $astrocytoma$dbPhenotype #> [1] TRUE #> #> $astrocytoma$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$`_is_leaf` #> [1] FALSE #> #> $astrocytoma$children #> $astrocytoma$children[[1]] #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[2]] #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[3]] #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[4]] #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[5]] #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $astrocytoma$value #> [1] "astrocytoma" #> #> #> $astrocytoma #> $astrocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3069" #> #> $astrocytoma$`_id` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$privateGeneCount #> [1] 0 #> #> $astrocytoma$publicGeneCount #> [1] 109 #> #> $astrocytoma$urlId #> [1] "DOID_3069" #> #> $astrocytoma$dbPhenotype #> [1] TRUE #> #> $astrocytoma$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$`_is_leaf` #> [1] FALSE #> #> $astrocytoma$children #> $astrocytoma$children[[1]] #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[2]] #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[3]] #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[4]] #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[5]] #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $astrocytoma$value #> [1] "astrocytoma" #> #> #> $astrocytoma #> $astrocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3069" #> #> $astrocytoma$`_id` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$privateGeneCount #> [1] 0 #> #> $astrocytoma$publicGeneCount #> [1] 109 #> #> $astrocytoma$urlId #> [1] "DOID_3069" #> #> $astrocytoma$dbPhenotype #> [1] TRUE #> #> $astrocytoma$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$`_is_leaf` #> [1] FALSE #> #> $astrocytoma$children #> $astrocytoma$children[[1]] #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[2]] #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[3]] #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[4]] #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $astrocytoma$children[[5]] #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $astrocytoma$value #> [1] "astrocytoma" #> #> #> $astrocytoma #> $astrocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3069" #> #> $astrocytoma$`_id` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$privateGeneCount #> [1] 0 #> #> $astrocytoma$publicGeneCount #> [1] 109 #> #> $astrocytoma$urlId #> [1] "DOID_3069" #> #> $astrocytoma$dbPhenotype #> [1] TRUE #> #> $astrocytoma$`_parent` #> [1] "DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$`_is_leaf` #> [1] FALSE #> #> $astrocytoma$children #> $astrocytoma$children[[1]] #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[2]] #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[3]] #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[4]] #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[5]] #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $astrocytoma$value #> [1] "astrocytoma" #> #> #> $astrocytoma #> $astrocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3069" #> #> $astrocytoma$`_id` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$privateGeneCount #> [1] 0 #> #> $astrocytoma$publicGeneCount #> [1] 109 #> #> $astrocytoma$urlId #> [1] "DOID_3069" #> #> $astrocytoma$dbPhenotype #> [1] TRUE #> #> $astrocytoma$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$`_is_leaf` #> [1] FALSE #> #> $astrocytoma$children #> $astrocytoma$children[[1]] #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[2]] #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[3]] #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[4]] #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $astrocytoma$children[[5]] #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $astrocytoma$value #> [1] "astrocytoma" #> #> #> $astrocytoma #> $astrocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3069" #> #> $astrocytoma$`_id` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$privateGeneCount #> [1] 0 #> #> $astrocytoma$publicGeneCount #> [1] 109 #> #> $astrocytoma$urlId #> [1] "DOID_3069" #> #> $astrocytoma$dbPhenotype #> [1] TRUE #> #> $astrocytoma$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$`_is_leaf` #> [1] FALSE #> #> $astrocytoma$children #> $astrocytoma$children[[1]] #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[2]] #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[3]] #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[4]] #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[5]] #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $astrocytoma$value #> [1] "astrocytoma" #> #> #> $astrocytoma #> $astrocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3069" #> #> $astrocytoma$`_id` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$privateGeneCount #> [1] 0 #> #> $astrocytoma$publicGeneCount #> [1] 109 #> #> $astrocytoma$urlId #> [1] "DOID_3069" #> #> $astrocytoma$dbPhenotype #> [1] TRUE #> #> $astrocytoma$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$`_is_leaf` #> [1] FALSE #> #> $astrocytoma$children #> $astrocytoma$children[[1]] #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[2]] #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[3]] #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[4]] #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $astrocytoma$children[[5]] #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $astrocytoma$value #> [1] "astrocytoma" #> #> #> $Ataxia #> $Ataxia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001251" #> #> $Ataxia$`_id` #> [1] "HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Ataxia$privateGeneCount #> [1] 0 #> #> $Ataxia$publicGeneCount #> [1] 26 #> #> $Ataxia$urlId #> [1] "HP_0001251" #> #> $Ataxia$dbPhenotype #> [1] TRUE #> #> $Ataxia$`_parent` #> [1] "HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Ataxia$`_is_leaf` #> [1] FALSE #> #> $Ataxia$children #> $Ataxia$children[[1]] #> [1] "HP_0002066<HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Ataxia$children[[2]] #> [1] "HP_0002470<HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Ataxia$children[[3]] #> [1] "HP_0002078<HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Ataxia$value #> [1] "Ataxia" #> #> #> $`ataxia telangiectasia` #> $`ataxia telangiectasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12704" #> #> $`ataxia telangiectasia`$`_id` #> [1] "DOID_12704<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ataxia telangiectasia`$privateGeneCount #> [1] 0 #> #> $`ataxia telangiectasia`$publicGeneCount #> [1] 6 #> #> $`ataxia telangiectasia`$urlId #> [1] "DOID_12704" #> #> $`ataxia telangiectasia`$dbPhenotype #> [1] TRUE #> #> $`ataxia telangiectasia`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ataxia telangiectasia`$`_is_leaf` #> [1] TRUE #> #> $`ataxia telangiectasia`$children #> list() #> #> $`ataxia telangiectasia`$value #> [1] "ataxia telangiectasia" #> #> #> $`ataxia telangiectasia` #> $`ataxia telangiectasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12704" #> #> $`ataxia telangiectasia`$`_id` #> [1] "DOID_12704<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`ataxia telangiectasia`$privateGeneCount #> [1] 0 #> #> $`ataxia telangiectasia`$publicGeneCount #> [1] 6 #> #> $`ataxia telangiectasia`$urlId #> [1] "DOID_12704" #> #> $`ataxia telangiectasia`$dbPhenotype #> [1] TRUE #> #> $`ataxia telangiectasia`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`ataxia telangiectasia`$`_is_leaf` #> [1] TRUE #> #> $`ataxia telangiectasia`$children #> list() #> #> $`ataxia telangiectasia`$value #> [1] "ataxia telangiectasia" #> #> #> $`ataxia telangiectasia` #> $`ataxia telangiectasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12704" #> #> $`ataxia telangiectasia`$`_id` #> [1] "DOID_12704<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`ataxia telangiectasia`$privateGeneCount #> [1] 0 #> #> $`ataxia telangiectasia`$publicGeneCount #> [1] 6 #> #> $`ataxia telangiectasia`$urlId #> [1] "DOID_12704" #> #> $`ataxia telangiectasia`$dbPhenotype #> [1] TRUE #> #> $`ataxia telangiectasia`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`ataxia telangiectasia`$`_is_leaf` #> [1] TRUE #> #> $`ataxia telangiectasia`$children #> list() #> #> $`ataxia telangiectasia`$value #> [1] "ataxia telangiectasia" #> #> #> $`ataxia with oculomotor apraxia type 1` #> $`ataxia with oculomotor apraxia type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050754" #> #> $`ataxia with oculomotor apraxia type 1`$`_id` #> [1] "DOID_0050754<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ataxia with oculomotor apraxia type 1`$privateGeneCount #> [1] 0 #> #> $`ataxia with oculomotor apraxia type 1`$publicGeneCount #> [1] 1 #> #> $`ataxia with oculomotor apraxia type 1`$urlId #> [1] "DOID_0050754" #> #> $`ataxia with oculomotor apraxia type 1`$dbPhenotype #> [1] TRUE #> #> $`ataxia with oculomotor apraxia type 1`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ataxia with oculomotor apraxia type 1`$`_is_leaf` #> [1] TRUE #> #> $`ataxia with oculomotor apraxia type 1`$children #> list() #> #> $`ataxia with oculomotor apraxia type 1`$value #> [1] "ataxia with oculomotor apraxia type 1" #> #> #> $`ataxia with oculomotor apraxia type 1` #> $`ataxia with oculomotor apraxia type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050754" #> #> $`ataxia with oculomotor apraxia type 1`$`_id` #> [1] "DOID_0050754<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`ataxia with oculomotor apraxia type 1`$privateGeneCount #> [1] 0 #> #> $`ataxia with oculomotor apraxia type 1`$publicGeneCount #> [1] 1 #> #> $`ataxia with oculomotor apraxia type 1`$urlId #> [1] "DOID_0050754" #> #> $`ataxia with oculomotor apraxia type 1`$dbPhenotype #> [1] TRUE #> #> $`ataxia with oculomotor apraxia type 1`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`ataxia with oculomotor apraxia type 1`$`_is_leaf` #> [1] TRUE #> #> $`ataxia with oculomotor apraxia type 1`$children #> list() #> #> $`ataxia with oculomotor apraxia type 1`$value #> [1] "ataxia with oculomotor apraxia type 1" #> #> #> $`ataxia with oculomotor apraxia type 1` #> $`ataxia with oculomotor apraxia type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050754" #> #> $`ataxia with oculomotor apraxia type 1`$`_id` #> [1] "DOID_0050754<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`ataxia with oculomotor apraxia type 1`$privateGeneCount #> [1] 0 #> #> $`ataxia with oculomotor apraxia type 1`$publicGeneCount #> [1] 1 #> #> $`ataxia with oculomotor apraxia type 1`$urlId #> [1] "DOID_0050754" #> #> $`ataxia with oculomotor apraxia type 1`$dbPhenotype #> [1] TRUE #> #> $`ataxia with oculomotor apraxia type 1`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`ataxia with oculomotor apraxia type 1`$`_is_leaf` #> [1] TRUE #> #> $`ataxia with oculomotor apraxia type 1`$children #> list() #> #> $`ataxia with oculomotor apraxia type 1`$value #> [1] "ataxia with oculomotor apraxia type 1" #> #> #> $`ataxic cerebral palsy` #> $`ataxic cerebral palsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050670" #> #> $`ataxic cerebral palsy`$`_id` #> [1] "DOID_0050670<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`ataxic cerebral palsy`$privateGeneCount #> [1] 0 #> #> $`ataxic cerebral palsy`$publicGeneCount #> [1] 1 #> #> $`ataxic cerebral palsy`$urlId #> [1] "DOID_0050670" #> #> $`ataxic cerebral palsy`$dbPhenotype #> [1] TRUE #> #> $`ataxic cerebral palsy`$`_parent` #> [1] "DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`ataxic cerebral palsy`$`_is_leaf` #> [1] TRUE #> #> $`ataxic cerebral palsy`$children #> list() #> #> $`ataxic cerebral palsy`$value #> [1] "ataxic cerebral palsy" #> #> #> $atelosteogenesis #> $atelosteogenesis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050648" #> #> $atelosteogenesis$`_id` #> [1] "DOID_0050648<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $atelosteogenesis$privateGeneCount #> [1] 0 #> #> $atelosteogenesis$publicGeneCount #> [1] 2 #> #> $atelosteogenesis$urlId #> [1] "DOID_0050648" #> #> $atelosteogenesis$dbPhenotype #> [1] TRUE #> #> $atelosteogenesis$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $atelosteogenesis$`_is_leaf` #> [1] TRUE #> #> $atelosteogenesis$children #> list() #> #> $atelosteogenesis$value #> [1] "atelosteogenesis" #> #> #> $atelosteogenesis #> $atelosteogenesis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050648" #> #> $atelosteogenesis$`_id` #> [1] "DOID_0050648<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $atelosteogenesis$privateGeneCount #> [1] 0 #> #> $atelosteogenesis$publicGeneCount #> [1] 2 #> #> $atelosteogenesis$urlId #> [1] "DOID_0050648" #> #> $atelosteogenesis$dbPhenotype #> [1] TRUE #> #> $atelosteogenesis$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $atelosteogenesis$`_is_leaf` #> [1] TRUE #> #> $atelosteogenesis$children #> list() #> #> $atelosteogenesis$value #> [1] "atelosteogenesis" #> #> #> $`Athabaskan brainstem dysgenesis syndrome` #> $`Athabaskan brainstem dysgenesis syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050682" #> #> $`Athabaskan brainstem dysgenesis syndrome`$`_id` #> [1] "DOID_0050682<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Athabaskan brainstem dysgenesis syndrome`$privateGeneCount #> [1] 0 #> #> $`Athabaskan brainstem dysgenesis syndrome`$publicGeneCount #> [1] 1 #> #> $`Athabaskan brainstem dysgenesis syndrome`$urlId #> [1] "DOID_0050682" #> #> $`Athabaskan brainstem dysgenesis syndrome`$dbPhenotype #> [1] TRUE #> #> $`Athabaskan brainstem dysgenesis syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Athabaskan brainstem dysgenesis syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Athabaskan brainstem dysgenesis syndrome`$children #> list() #> #> $`Athabaskan brainstem dysgenesis syndrome`$value #> [1] "Athabaskan brainstem dysgenesis syndrome" #> #> #> $`Athabaskan brainstem dysgenesis syndrome` #> $`Athabaskan brainstem dysgenesis syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050682" #> #> $`Athabaskan brainstem dysgenesis syndrome`$`_id` #> [1] "DOID_0050682<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Athabaskan brainstem dysgenesis syndrome`$privateGeneCount #> [1] 0 #> #> $`Athabaskan brainstem dysgenesis syndrome`$publicGeneCount #> [1] 1 #> #> $`Athabaskan brainstem dysgenesis syndrome`$urlId #> [1] "DOID_0050682" #> #> $`Athabaskan brainstem dysgenesis syndrome`$dbPhenotype #> [1] TRUE #> #> $`Athabaskan brainstem dysgenesis syndrome`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Athabaskan brainstem dysgenesis syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Athabaskan brainstem dysgenesis syndrome`$children #> list() #> #> $`Athabaskan brainstem dysgenesis syndrome`$value #> [1] "Athabaskan brainstem dysgenesis syndrome" #> #> #> $atherosclerosis #> $atherosclerosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1936" #> #> $atherosclerosis$`_id` #> [1] "DOID_1936<DOID_2348<DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $atherosclerosis$privateGeneCount #> [1] 0 #> #> $atherosclerosis$publicGeneCount #> [1] 79 #> #> $atherosclerosis$urlId #> [1] "DOID_1936" #> #> $atherosclerosis$dbPhenotype #> [1] TRUE #> #> $atherosclerosis$`_parent` #> [1] "DOID_2348<DOID_2349<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $atherosclerosis$`_is_leaf` #> [1] TRUE #> #> $atherosclerosis$children #> list() #> #> $atherosclerosis$value #> [1] "atherosclerosis" #> #> #> $`Atonic seizure` #> $`Atonic seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010819" #> #> $`Atonic seizure`$`_id` #> [1] "HP_0010819<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Atonic seizure`$privateGeneCount #> [1] 0 #> #> $`Atonic seizure`$publicGeneCount #> [1] 1 #> #> $`Atonic seizure`$urlId #> [1] "HP_0010819" #> #> $`Atonic seizure`$dbPhenotype #> [1] TRUE #> #> $`Atonic seizure`$`_parent` #> [1] "HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Atonic seizure`$`_is_leaf` #> [1] TRUE #> #> $`Atonic seizure`$children #> list() #> #> $`Atonic seizure`$value #> [1] "Atonic seizure" #> #> #> $`atopic dermatitis` #> $`atopic dermatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3310" #> #> $`atopic dermatitis`$`_id` #> [1] "DOID_3310<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`atopic dermatitis`$privateGeneCount #> [1] 0 #> #> $`atopic dermatitis`$publicGeneCount #> [1] 77 #> #> $`atopic dermatitis`$urlId #> [1] "DOID_3310" #> #> $`atopic dermatitis`$dbPhenotype #> [1] TRUE #> #> $`atopic dermatitis`$`_parent` #> [1] "DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`atopic dermatitis`$`_is_leaf` #> [1] TRUE #> #> $`atopic dermatitis`$children #> list() #> #> $`atopic dermatitis`$value #> [1] "atopic dermatitis" #> #> #> $atransferrinemia #> $atransferrinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050649" #> #> $atransferrinemia$`_id` #> [1] "DOID_0050649<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $atransferrinemia$privateGeneCount #> [1] 0 #> #> $atransferrinemia$publicGeneCount #> [1] 1 #> #> $atransferrinemia$urlId #> [1] "DOID_0050649" #> #> $atransferrinemia$dbPhenotype #> [1] TRUE #> #> $atransferrinemia$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $atransferrinemia$`_is_leaf` #> [1] TRUE #> #> $atransferrinemia$children #> list() #> #> $atransferrinemia$value #> [1] "atransferrinemia" #> #> #> $atransferrinemia #> $atransferrinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050649" #> #> $atransferrinemia$`_id` #> [1] "DOID_0050649<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $atransferrinemia$privateGeneCount #> [1] 0 #> #> $atransferrinemia$publicGeneCount #> [1] 1 #> #> $atransferrinemia$urlId #> [1] "DOID_0050649" #> #> $atransferrinemia$dbPhenotype #> [1] TRUE #> #> $atransferrinemia$`_parent` #> [1] "DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $atransferrinemia$`_is_leaf` #> [1] TRUE #> #> $atransferrinemia$children #> list() #> #> $atransferrinemia$value #> [1] "atransferrinemia" #> #> #> $`Atrial arrhythmia` #> $`Atrial arrhythmia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001692" #> #> $`Atrial arrhythmia`$`_id` #> [1] "HP_0001692<HP_0005115<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Atrial arrhythmia`$privateGeneCount #> [1] 0 #> #> $`Atrial arrhythmia`$publicGeneCount #> [1] 53 #> #> $`Atrial arrhythmia`$urlId #> [1] "HP_0001692" #> #> $`Atrial arrhythmia`$dbPhenotype #> [1] FALSE #> #> $`Atrial arrhythmia`$`_parent` #> [1] "HP_0005115<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Atrial arrhythmia`$`_is_leaf` #> [1] FALSE #> #> $`Atrial arrhythmia`$children #> $`Atrial arrhythmia`$children[[1]] #> [1] "HP_0005110<HP_0001692<HP_0005115<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Atrial arrhythmia`$value #> [1] "Atrial arrhythmia" #> #> #> $`atrial fibrillation` #> $`atrial fibrillation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060224" #> #> $`atrial fibrillation`$`_id` #> [1] "DOID_0060224<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`atrial fibrillation`$privateGeneCount #> [1] 0 #> #> $`atrial fibrillation`$publicGeneCount #> [1] 11 #> #> $`atrial fibrillation`$urlId #> [1] "DOID_0060224" #> #> $`atrial fibrillation`$dbPhenotype #> [1] FALSE #> #> $`atrial fibrillation`$`_parent` #> [1] "DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`atrial fibrillation`$`_is_leaf` #> [1] FALSE #> #> $`atrial fibrillation`$children #> $`atrial fibrillation`$children[[1]] #> [1] "DOID_0050650<DOID_0060224<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`atrial fibrillation`$value #> [1] "atrial fibrillation" #> #> #> $`Atrial fibrillation` #> $`Atrial fibrillation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005110" #> #> $`Atrial fibrillation`$`_id` #> [1] "HP_0005110<HP_0001692<HP_0005115<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Atrial fibrillation`$privateGeneCount #> [1] 0 #> #> $`Atrial fibrillation`$publicGeneCount #> [1] 53 #> #> $`Atrial fibrillation`$urlId #> [1] "HP_0005110" #> #> $`Atrial fibrillation`$dbPhenotype #> [1] TRUE #> #> $`Atrial fibrillation`$`_parent` #> [1] "HP_0001692<HP_0005115<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Atrial fibrillation`$`_is_leaf` #> [1] TRUE #> #> $`Atrial fibrillation`$children #> list() #> #> $`Atrial fibrillation`$value #> [1] "Atrial fibrillation" #> #> #> $`atrial heart septal defect` #> $`atrial heart septal defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1882" #> #> $`atrial heart septal defect`$`_id` #> [1] "DOID_1882<DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`atrial heart septal defect`$privateGeneCount #> [1] 0 #> #> $`atrial heart septal defect`$publicGeneCount #> [1] 10 #> #> $`atrial heart septal defect`$urlId #> [1] "DOID_1882" #> #> $`atrial heart septal defect`$dbPhenotype #> [1] TRUE #> #> $`atrial heart septal defect`$`_parent` #> [1] "DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`atrial heart septal defect`$`_is_leaf` #> [1] TRUE #> #> $`atrial heart septal defect`$children #> list() #> #> $`atrial heart septal defect`$value #> [1] "atrial heart septal defect" #> #> #> $`atrioventricular block` #> $`atrioventricular block`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050820" #> #> $`atrioventricular block`$`_id` #> [1] "DOID_0050820<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`atrioventricular block`$privateGeneCount #> [1] 0 #> #> $`atrioventricular block`$publicGeneCount #> [1] 1 #> #> $`atrioventricular block`$urlId #> [1] "DOID_0050820" #> #> $`atrioventricular block`$dbPhenotype #> [1] TRUE #> #> $`atrioventricular block`$`_parent` #> [1] "DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`atrioventricular block`$`_is_leaf` #> [1] TRUE #> #> $`atrioventricular block`$children #> list() #> #> $`atrioventricular block`$value #> [1] "atrioventricular block" #> #> #> $`Atrioventricular block` #> $`Atrioventricular block`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001678" #> #> $`Atrioventricular block`$`_id` #> [1] "HP_0001678<HP_0005150<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Atrioventricular block`$privateGeneCount #> [1] 0 #> #> $`Atrioventricular block`$publicGeneCount #> [1] 3 #> #> $`Atrioventricular block`$urlId #> [1] "HP_0001678" #> #> $`Atrioventricular block`$dbPhenotype #> [1] TRUE #> #> $`Atrioventricular block`$`_parent` #> [1] "HP_0005150<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Atrioventricular block`$`_is_leaf` #> [1] TRUE #> #> $`Atrioventricular block`$children #> list() #> #> $`Atrioventricular block`$value #> [1] "Atrioventricular block" #> #> #> $`Atrioventricular block` #> $`Atrioventricular block`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001678" #> #> $`Atrioventricular block`$`_id` #> [1] "HP_0001678<HP_0012722<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Atrioventricular block`$privateGeneCount #> [1] 0 #> #> $`Atrioventricular block`$publicGeneCount #> [1] 3 #> #> $`Atrioventricular block`$urlId #> [1] "HP_0001678" #> #> $`Atrioventricular block`$dbPhenotype #> [1] TRUE #> #> $`Atrioventricular block`$`_parent` #> [1] "HP_0012722<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Atrioventricular block`$`_is_leaf` #> [1] TRUE #> #> $`Atrioventricular block`$children #> list() #> #> $`Atrioventricular block`$value #> [1] "Atrioventricular block" #> #> #> $`atrioventricular septal defect` #> $`atrioventricular septal defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050651" #> #> $`atrioventricular septal defect`$`_id` #> [1] "DOID_0050651<DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`atrioventricular septal defect`$privateGeneCount #> [1] 0 #> #> $`atrioventricular septal defect`$publicGeneCount #> [1] 4 #> #> $`atrioventricular septal defect`$urlId #> [1] "DOID_0050651" #> #> $`atrioventricular septal defect`$dbPhenotype #> [1] TRUE #> #> $`atrioventricular septal defect`$`_parent` #> [1] "DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`atrioventricular septal defect`$`_is_leaf` #> [1] TRUE #> #> $`atrioventricular septal defect`$children #> list() #> #> $`atrioventricular septal defect`$value #> [1] "atrioventricular septal defect" #> #> #> $`atrophic gastritis` #> $`atrophic gastritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8929" #> #> $`atrophic gastritis`$`_id` #> [1] "DOID_8929<DOID_4029<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`atrophic gastritis`$privateGeneCount #> [1] 0 #> #> $`atrophic gastritis`$publicGeneCount #> [1] 4 #> #> $`atrophic gastritis`$urlId #> [1] "DOID_8929" #> #> $`atrophic gastritis`$dbPhenotype #> [1] TRUE #> #> $`atrophic gastritis`$`_parent` #> [1] "DOID_4029<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`atrophic gastritis`$`_is_leaf` #> [1] TRUE #> #> $`atrophic gastritis`$children #> list() #> #> $`atrophic gastritis`$value #> [1] "atrophic gastritis" #> #> #> $`atrophic muscular disease` #> $`atrophic muscular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_913" #> #> $`atrophic muscular disease`$`_id` #> [1] "DOID_913<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`atrophic muscular disease`$privateGeneCount #> [1] 0 #> #> $`atrophic muscular disease`$publicGeneCount #> [1] 1 #> #> $`atrophic muscular disease`$urlId #> [1] "DOID_913" #> #> $`atrophic muscular disease`$dbPhenotype #> [1] FALSE #> #> $`atrophic muscular disease`$`_parent` #> [1] "DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`atrophic muscular disease`$`_is_leaf` #> [1] FALSE #> #> $`atrophic muscular disease`$children #> $`atrophic muscular disease`$children[[1]] #> [1] "DOID_0050692<DOID_913<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`atrophic muscular disease`$value #> [1] "atrophic muscular disease" #> #> #> $`atrophic muscular disease` #> $`atrophic muscular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_913" #> #> $`atrophic muscular disease`$`_id` #> [1] "DOID_913<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`atrophic muscular disease`$privateGeneCount #> [1] 0 #> #> $`atrophic muscular disease`$publicGeneCount #> [1] 1 #> #> $`atrophic muscular disease`$urlId #> [1] "DOID_913" #> #> $`atrophic muscular disease`$dbPhenotype #> [1] FALSE #> #> $`atrophic muscular disease`$`_parent` #> [1] "DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`atrophic muscular disease`$`_is_leaf` #> [1] FALSE #> #> $`atrophic muscular disease`$children #> $`atrophic muscular disease`$children[[1]] #> [1] "DOID_0050692<DOID_913<DOID_440<DOID_17<DOID_7<DOID_4" #> #> #> $`atrophic muscular disease`$value #> [1] "atrophic muscular disease" #> #> #> $`atrophic muscular disease` #> $`atrophic muscular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_913" #> #> $`atrophic muscular disease`$`_id` #> [1] "DOID_913<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`atrophic muscular disease`$privateGeneCount #> [1] 0 #> #> $`atrophic muscular disease`$publicGeneCount #> [1] 1 #> #> $`atrophic muscular disease`$urlId #> [1] "DOID_913" #> #> $`atrophic muscular disease`$dbPhenotype #> [1] FALSE #> #> $`atrophic muscular disease`$`_parent` #> [1] "DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`atrophic muscular disease`$`_is_leaf` #> [1] FALSE #> #> $`atrophic muscular disease`$children #> $`atrophic muscular disease`$children[[1]] #> [1] "DOID_0050692<DOID_913<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`atrophic muscular disease`$value #> [1] "atrophic muscular disease" #> #> #> $`Atrophy/Degeneration affecting the central nervous system` #> $`Atrophy/Degeneration affecting the central nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007367" #> #> $`Atrophy/Degeneration affecting the central nervous system`$`_id` #> [1] "HP_0007367<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Atrophy/Degeneration affecting the central nervous system`$privateGeneCount #> [1] 0 #> #> $`Atrophy/Degeneration affecting the central nervous system`$publicGeneCount #> [1] 2 #> #> $`Atrophy/Degeneration affecting the central nervous system`$urlId #> [1] "HP_0007367" #> #> $`Atrophy/Degeneration affecting the central nervous system`$dbPhenotype #> [1] FALSE #> #> $`Atrophy/Degeneration affecting the central nervous system`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Atrophy/Degeneration affecting the central nervous system`$`_is_leaf` #> [1] FALSE #> #> $`Atrophy/Degeneration affecting the central nervous system`$children #> $`Atrophy/Degeneration affecting the central nervous system`$children[[1]] #> [1] "HP_0002180<HP_0007367<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Atrophy/Degeneration affecting the central nervous system`$children[[2]] #> [1] "HP_0002529<HP_0007367<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Atrophy/Degeneration affecting the central nervous system`$value #> [1] "Atrophy/Degeneration affecting the central nervous system" #> #> #> $`attention deficit hyperactivity disorder` #> $`attention deficit hyperactivity disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1094" #> #> $`attention deficit hyperactivity disorder`$`_id` #> [1] "DOID_1094<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`attention deficit hyperactivity disorder`$privateGeneCount #> [1] 0 #> #> $`attention deficit hyperactivity disorder`$publicGeneCount #> [1] 111 #> #> $`attention deficit hyperactivity disorder`$urlId #> [1] "DOID_1094" #> #> $`attention deficit hyperactivity disorder`$dbPhenotype #> [1] TRUE #> #> $`attention deficit hyperactivity disorder`$`_parent` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`attention deficit hyperactivity disorder`$`_is_leaf` #> [1] TRUE #> #> $`attention deficit hyperactivity disorder`$children #> list() #> #> $`attention deficit hyperactivity disorder`$value #> [1] "attention deficit hyperactivity disorder" #> #> #> $`Atypical scarring of skin` #> $`Atypical scarring of skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000987" #> #> $`Atypical scarring of skin`$`_id` #> [1] "HP_0000987<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Atypical scarring of skin`$privateGeneCount #> [1] 0 #> #> $`Atypical scarring of skin`$publicGeneCount #> [1] 1 #> #> $`Atypical scarring of skin`$urlId #> [1] "HP_0000987" #> #> $`Atypical scarring of skin`$dbPhenotype #> [1] FALSE #> #> $`Atypical scarring of skin`$`_parent` #> [1] "HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Atypical scarring of skin`$`_is_leaf` #> [1] FALSE #> #> $`Atypical scarring of skin`$children #> $`Atypical scarring of skin`$children[[1]] #> [1] "HP_0010562<HP_0000987<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Atypical scarring of skin`$value #> [1] "Atypical scarring of skin" #> #> #> $`Atypical scarring of skin` #> $`Atypical scarring of skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000987" #> #> $`Atypical scarring of skin`$`_id` #> [1] "HP_0000987<HP_0100699<HP_0003549<HP_0000118<HP_0000001" #> #> $`Atypical scarring of skin`$privateGeneCount #> [1] 0 #> #> $`Atypical scarring of skin`$publicGeneCount #> [1] 1 #> #> $`Atypical scarring of skin`$urlId #> [1] "HP_0000987" #> #> $`Atypical scarring of skin`$dbPhenotype #> [1] FALSE #> #> $`Atypical scarring of skin`$`_parent` #> [1] "HP_0100699<HP_0003549<HP_0000118<HP_0000001" #> #> $`Atypical scarring of skin`$`_is_leaf` #> [1] FALSE #> #> $`Atypical scarring of skin`$children #> $`Atypical scarring of skin`$children[[1]] #> [1] "HP_0010562<HP_0000987<HP_0100699<HP_0003549<HP_0000118<HP_0000001" #> #> #> $`Atypical scarring of skin`$value #> [1] "Atypical scarring of skin" #> #> #> $`atypical teratoid rhabdoid tumor` #> $`atypical teratoid rhabdoid tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2129" #> #> $`atypical teratoid rhabdoid tumor`$`_id` #> [1] "DOID_2129<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`atypical teratoid rhabdoid tumor`$privateGeneCount #> [1] 0 #> #> $`atypical teratoid rhabdoid tumor`$publicGeneCount #> [1] 2 #> #> $`atypical teratoid rhabdoid tumor`$urlId #> [1] "DOID_2129" #> #> $`atypical teratoid rhabdoid tumor`$dbPhenotype #> [1] TRUE #> #> $`atypical teratoid rhabdoid tumor`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`atypical teratoid rhabdoid tumor`$`_is_leaf` #> [1] TRUE #> #> $`atypical teratoid rhabdoid tumor`$children #> list() #> #> $`atypical teratoid rhabdoid tumor`$value #> [1] "atypical teratoid rhabdoid tumor" #> #> #> $`atypical teratoid rhabdoid tumor` #> $`atypical teratoid rhabdoid tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2129" #> #> $`atypical teratoid rhabdoid tumor`$`_id` #> [1] "DOID_2129<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`atypical teratoid rhabdoid tumor`$privateGeneCount #> [1] 0 #> #> $`atypical teratoid rhabdoid tumor`$publicGeneCount #> [1] 2 #> #> $`atypical teratoid rhabdoid tumor`$urlId #> [1] "DOID_2129" #> #> $`atypical teratoid rhabdoid tumor`$dbPhenotype #> [1] TRUE #> #> $`atypical teratoid rhabdoid tumor`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`atypical teratoid rhabdoid tumor`$`_is_leaf` #> [1] TRUE #> #> $`atypical teratoid rhabdoid tumor`$children #> list() #> #> $`atypical teratoid rhabdoid tumor`$value #> [1] "atypical teratoid rhabdoid tumor" #> #> #> $`atypical teratoid rhabdoid tumor` #> $`atypical teratoid rhabdoid tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2129" #> #> $`atypical teratoid rhabdoid tumor`$`_id` #> [1] "DOID_2129<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`atypical teratoid rhabdoid tumor`$privateGeneCount #> [1] 0 #> #> $`atypical teratoid rhabdoid tumor`$publicGeneCount #> [1] 2 #> #> $`atypical teratoid rhabdoid tumor`$urlId #> [1] "DOID_2129" #> #> $`atypical teratoid rhabdoid tumor`$dbPhenotype #> [1] TRUE #> #> $`atypical teratoid rhabdoid tumor`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`atypical teratoid rhabdoid tumor`$`_is_leaf` #> [1] TRUE #> #> $`atypical teratoid rhabdoid tumor`$children #> list() #> #> $`atypical teratoid rhabdoid tumor`$value #> [1] "atypical teratoid rhabdoid tumor" #> #> #> $`atypical teratoid rhabdoid tumor` #> $`atypical teratoid rhabdoid tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2129" #> #> $`atypical teratoid rhabdoid tumor`$`_id` #> [1] "DOID_2129<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`atypical teratoid rhabdoid tumor`$privateGeneCount #> [1] 0 #> #> $`atypical teratoid rhabdoid tumor`$publicGeneCount #> [1] 2 #> #> $`atypical teratoid rhabdoid tumor`$urlId #> [1] "DOID_2129" #> #> $`atypical teratoid rhabdoid tumor`$dbPhenotype #> [1] TRUE #> #> $`atypical teratoid rhabdoid tumor`$`_parent` #> [1] "DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`atypical teratoid rhabdoid tumor`$`_is_leaf` #> [1] TRUE #> #> $`atypical teratoid rhabdoid tumor`$children #> list() #> #> $`atypical teratoid rhabdoid tumor`$value #> [1] "atypical teratoid rhabdoid tumor" #> #> #> $`auditory system disease` #> $`auditory system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2742" #> #> $`auditory system disease`$`_id` #> [1] "DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`auditory system disease`$privateGeneCount #> [1] 0 #> #> $`auditory system disease`$publicGeneCount #> [1] 180 #> #> $`auditory system disease`$urlId #> [1] "DOID_2742" #> #> $`auditory system disease`$dbPhenotype #> [1] TRUE #> #> $`auditory system disease`$`_parent` #> [1] "DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`auditory system disease`$`_is_leaf` #> [1] FALSE #> #> $`auditory system disease`$children #> $`auditory system disease`$children[[1]] #> [1] "DOID_379<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`auditory system disease`$children[[2]] #> [1] "DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`auditory system disease`$children[[3]] #> [1] "DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`auditory system disease`$children[[4]] #> [1] "DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`auditory system disease`$children[[5]] #> [1] "DOID_2889<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`auditory system disease`$value #> [1] "auditory system disease" #> #> #> $`autism spectrum disorder` #> $`autism spectrum disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060041" #> #> $`autism spectrum disorder`$`_id` #> [1] "DOID_0060041<DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`autism spectrum disorder`$privateGeneCount #> [1] 0 #> #> $`autism spectrum disorder`$publicGeneCount #> [1] 996 #> #> $`autism spectrum disorder`$urlId #> [1] "DOID_0060041" #> #> $`autism spectrum disorder`$dbPhenotype #> [1] TRUE #> #> $`autism spectrum disorder`$`_parent` #> [1] "DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`autism spectrum disorder`$`_is_leaf` #> [1] FALSE #> #> $`autism spectrum disorder`$children #> $`autism spectrum disorder`$children[[1]] #> [1] "DOID_0050432<DOID_0060041<DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`autism spectrum disorder`$children[[2]] #> [1] "DOID_12849<DOID_0060041<DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> #> $`autism spectrum disorder`$value #> [1] "autism spectrum disorder" #> #> #> $`autistic disorder` #> $`autistic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12849" #> #> $`autistic disorder`$`_id` #> [1] "DOID_12849<DOID_0060041<DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`autistic disorder`$privateGeneCount #> [1] 0 #> #> $`autistic disorder`$publicGeneCount #> [1] 251 #> #> $`autistic disorder`$urlId #> [1] "DOID_12849" #> #> $`autistic disorder`$dbPhenotype #> [1] TRUE #> #> $`autistic disorder`$`_parent` #> [1] "DOID_0060041<DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`autistic disorder`$`_is_leaf` #> [1] TRUE #> #> $`autistic disorder`$children #> list() #> #> $`autistic disorder`$value #> [1] "autistic disorder" #> #> #> $`autoimmune disease of blood` #> $`autoimmune disease of blood`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060050" #> #> $`autoimmune disease of blood`$`_id` #> [1] "DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of blood`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of blood`$publicGeneCount #> [1] 18 #> #> $`autoimmune disease of blood`$urlId #> [1] "DOID_0060050" #> #> $`autoimmune disease of blood`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of blood`$`_parent` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of blood`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of blood`$children #> $`autoimmune disease of blood`$children[[1]] #> [1] "DOID_718<DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of blood`$children[[2]] #> [1] "DOID_12132<DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of blood`$children[[3]] #> [1] "DOID_8925<DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of blood`$value #> [1] "autoimmune disease of blood" #> #> #> $`autoimmune disease of cardiovascular system` #> $`autoimmune disease of cardiovascular system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060051" #> #> $`autoimmune disease of cardiovascular system`$`_id` #> [1] "DOID_0060051<DOID_1287<DOID_7<DOID_4" #> #> $`autoimmune disease of cardiovascular system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of cardiovascular system`$publicGeneCount #> [1] 6 #> #> $`autoimmune disease of cardiovascular system`$urlId #> [1] "DOID_0060051" #> #> $`autoimmune disease of cardiovascular system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of cardiovascular system`$`_parent` #> [1] "DOID_1287<DOID_7<DOID_4" #> #> $`autoimmune disease of cardiovascular system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of cardiovascular system`$children #> $`autoimmune disease of cardiovascular system`$children[[1]] #> [1] "DOID_2988<DOID_0060051<DOID_1287<DOID_7<DOID_4" #> #> #> $`autoimmune disease of cardiovascular system`$value #> [1] "autoimmune disease of cardiovascular system" #> #> #> $`autoimmune disease of cardiovascular system` #> $`autoimmune disease of cardiovascular system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060051" #> #> $`autoimmune disease of cardiovascular system`$`_id` #> [1] "DOID_0060051<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of cardiovascular system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of cardiovascular system`$publicGeneCount #> [1] 6 #> #> $`autoimmune disease of cardiovascular system`$urlId #> [1] "DOID_0060051" #> #> $`autoimmune disease of cardiovascular system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of cardiovascular system`$`_parent` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of cardiovascular system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of cardiovascular system`$children #> $`autoimmune disease of cardiovascular system`$children[[1]] #> [1] "DOID_2988<DOID_0060051<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of cardiovascular system`$value #> [1] "autoimmune disease of cardiovascular system" #> #> #> $`autoimmune disease of central nervous system` #> $`autoimmune disease of central nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060004" #> #> $`autoimmune disease of central nervous system`$`_id` #> [1] "DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of central nervous system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of central nervous system`$publicGeneCount #> [1] 221 #> #> $`autoimmune disease of central nervous system`$urlId #> [1] "DOID_0060004" #> #> $`autoimmune disease of central nervous system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of central nervous system`$`_parent` #> [1] "DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of central nervous system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of central nervous system`$children #> $`autoimmune disease of central nervous system`$children[[1]] #> [1] "DOID_2377<DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of central nervous system`$children[[2]] #> [1] "DOID_8869<DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of central nervous system`$value #> [1] "autoimmune disease of central nervous system" #> #> #> $`autoimmune disease of central nervous system` #> $`autoimmune disease of central nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060004" #> #> $`autoimmune disease of central nervous system`$`_id` #> [1] "DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of central nervous system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of central nervous system`$publicGeneCount #> [1] 221 #> #> $`autoimmune disease of central nervous system`$urlId #> [1] "DOID_0060004" #> #> $`autoimmune disease of central nervous system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of central nervous system`$`_parent` #> [1] "DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of central nervous system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of central nervous system`$children #> $`autoimmune disease of central nervous system`$children[[1]] #> [1] "DOID_2377<DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of central nervous system`$children[[2]] #> [1] "DOID_8869<DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> #> $`autoimmune disease of central nervous system`$value #> [1] "autoimmune disease of central nervous system" #> #> #> $`autoimmune disease of endocrine system` #> $`autoimmune disease of endocrine system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060005" #> #> $`autoimmune disease of endocrine system`$`_id` #> [1] "DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> $`autoimmune disease of endocrine system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of endocrine system`$publicGeneCount #> [1] 70 #> #> $`autoimmune disease of endocrine system`$urlId #> [1] "DOID_0060005" #> #> $`autoimmune disease of endocrine system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of endocrine system`$`_parent` #> [1] "DOID_28<DOID_7<DOID_4" #> #> $`autoimmune disease of endocrine system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of endocrine system`$children #> $`autoimmune disease of endocrine system`$children[[1]] #> [1] "DOID_14040<DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> $`autoimmune disease of endocrine system`$children[[2]] #> [1] "DOID_7188<DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> $`autoimmune disease of endocrine system`$children[[3]] #> [1] "DOID_12361<DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> #> $`autoimmune disease of endocrine system`$value #> [1] "autoimmune disease of endocrine system" #> #> #> $`autoimmune disease of endocrine system` #> $`autoimmune disease of endocrine system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060005" #> #> $`autoimmune disease of endocrine system`$`_id` #> [1] "DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of endocrine system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of endocrine system`$publicGeneCount #> [1] 70 #> #> $`autoimmune disease of endocrine system`$urlId #> [1] "DOID_0060005" #> #> $`autoimmune disease of endocrine system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of endocrine system`$`_parent` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of endocrine system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of endocrine system`$children #> $`autoimmune disease of endocrine system`$children[[1]] #> [1] "DOID_14040<DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of endocrine system`$children[[2]] #> [1] "DOID_7188<DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of endocrine system`$children[[3]] #> [1] "DOID_12361<DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of endocrine system`$value #> [1] "autoimmune disease of endocrine system" #> #> #> $`autoimmune disease of exocrine system` #> $`autoimmune disease of exocrine system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060029" #> #> $`autoimmune disease of exocrine system`$`_id` #> [1] "DOID_0060029<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of exocrine system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of exocrine system`$publicGeneCount #> [1] 43 #> #> $`autoimmune disease of exocrine system`$urlId #> [1] "DOID_0060029" #> #> $`autoimmune disease of exocrine system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of exocrine system`$`_parent` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of exocrine system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of exocrine system`$children #> $`autoimmune disease of exocrine system`$children[[1]] #> [1] "DOID_12894<DOID_0060029<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of exocrine system`$value #> [1] "autoimmune disease of exocrine system" #> #> #> $`autoimmune disease of gastrointestinal tract` #> $`autoimmune disease of gastrointestinal tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060031" #> #> $`autoimmune disease of gastrointestinal tract`$`_id` #> [1] "DOID_0060031<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of gastrointestinal tract`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of gastrointestinal tract`$publicGeneCount #> [1] 60 #> #> $`autoimmune disease of gastrointestinal tract`$urlId #> [1] "DOID_0060031" #> #> $`autoimmune disease of gastrointestinal tract`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of gastrointestinal tract`$`_parent` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of gastrointestinal tract`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of gastrointestinal tract`$children #> $`autoimmune disease of gastrointestinal tract`$children[[1]] #> [1] "DOID_2048<DOID_0060031<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of gastrointestinal tract`$children[[2]] #> [1] "DOID_10608<DOID_0060031<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of gastrointestinal tract`$value #> [1] "autoimmune disease of gastrointestinal tract" #> #> #> $`autoimmune disease of gastrointestinal tract` #> $`autoimmune disease of gastrointestinal tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060031" #> #> $`autoimmune disease of gastrointestinal tract`$`_id` #> [1] "DOID_0060031<DOID_77<DOID_7<DOID_4" #> #> $`autoimmune disease of gastrointestinal tract`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of gastrointestinal tract`$publicGeneCount #> [1] 60 #> #> $`autoimmune disease of gastrointestinal tract`$urlId #> [1] "DOID_0060031" #> #> $`autoimmune disease of gastrointestinal tract`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of gastrointestinal tract`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`autoimmune disease of gastrointestinal tract`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of gastrointestinal tract`$children #> $`autoimmune disease of gastrointestinal tract`$children[[1]] #> [1] "DOID_2048<DOID_0060031<DOID_77<DOID_7<DOID_4" #> #> $`autoimmune disease of gastrointestinal tract`$children[[2]] #> [1] "DOID_10608<DOID_0060031<DOID_77<DOID_7<DOID_4" #> #> #> $`autoimmune disease of gastrointestinal tract`$value #> [1] "autoimmune disease of gastrointestinal tract" #> #> #> $`autoimmune disease of musculoskeletal system` #> $`autoimmune disease of musculoskeletal system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060032" #> #> $`autoimmune disease of musculoskeletal system`$`_id` #> [1] "DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of musculoskeletal system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of musculoskeletal system`$publicGeneCount #> [1] 198 #> #> $`autoimmune disease of musculoskeletal system`$urlId #> [1] "DOID_0060032" #> #> $`autoimmune disease of musculoskeletal system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of musculoskeletal system`$`_parent` #> [1] "DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of musculoskeletal system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of musculoskeletal system`$children #> $`autoimmune disease of musculoskeletal system`$children[[1]] #> [1] "DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of musculoskeletal system`$children[[2]] #> [1] "DOID_9074<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> #> $`autoimmune disease of musculoskeletal system`$value #> [1] "autoimmune disease of musculoskeletal system" #> #> #> $`autoimmune disease of musculoskeletal system` #> $`autoimmune disease of musculoskeletal system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060032" #> #> $`autoimmune disease of musculoskeletal system`$`_id` #> [1] "DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of musculoskeletal system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of musculoskeletal system`$publicGeneCount #> [1] 198 #> #> $`autoimmune disease of musculoskeletal system`$urlId #> [1] "DOID_0060032" #> #> $`autoimmune disease of musculoskeletal system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of musculoskeletal system`$`_parent` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of musculoskeletal system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of musculoskeletal system`$children #> $`autoimmune disease of musculoskeletal system`$children[[1]] #> [1] "DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of musculoskeletal system`$children[[2]] #> [1] "DOID_9074<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of musculoskeletal system`$value #> [1] "autoimmune disease of musculoskeletal system" #> #> #> $`autoimmune disease of peripheral nervous system` #> $`autoimmune disease of peripheral nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060033" #> #> $`autoimmune disease of peripheral nervous system`$`_id` #> [1] "DOID_0060033<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of peripheral nervous system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of peripheral nervous system`$publicGeneCount #> [1] 15 #> #> $`autoimmune disease of peripheral nervous system`$urlId #> [1] "DOID_0060033" #> #> $`autoimmune disease of peripheral nervous system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of peripheral nervous system`$`_parent` #> [1] "DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of peripheral nervous system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of peripheral nervous system`$children #> $`autoimmune disease of peripheral nervous system`$children[[1]] #> [1] "DOID_12842<DOID_0060033<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of peripheral nervous system`$children[[2]] #> [1] "DOID_8869<DOID_0060033<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of peripheral nervous system`$value #> [1] "autoimmune disease of peripheral nervous system" #> #> #> $`autoimmune disease of peripheral nervous system` #> $`autoimmune disease of peripheral nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060033" #> #> $`autoimmune disease of peripheral nervous system`$`_id` #> [1] "DOID_0060033<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of peripheral nervous system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of peripheral nervous system`$publicGeneCount #> [1] 15 #> #> $`autoimmune disease of peripheral nervous system`$urlId #> [1] "DOID_0060033" #> #> $`autoimmune disease of peripheral nervous system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of peripheral nervous system`$`_parent` #> [1] "DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of peripheral nervous system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of peripheral nervous system`$children #> $`autoimmune disease of peripheral nervous system`$children[[1]] #> [1] "DOID_12842<DOID_0060033<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of peripheral nervous system`$children[[2]] #> [1] "DOID_8869<DOID_0060033<DOID_438<DOID_863<DOID_7<DOID_4" #> #> #> $`autoimmune disease of peripheral nervous system`$value #> [1] "autoimmune disease of peripheral nervous system" #> #> #> $`autoimmune disease of peripheral nervous system` #> $`autoimmune disease of peripheral nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060033" #> #> $`autoimmune disease of peripheral nervous system`$`_id` #> [1] "DOID_0060033<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of peripheral nervous system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of peripheral nervous system`$publicGeneCount #> [1] 15 #> #> $`autoimmune disease of peripheral nervous system`$urlId #> [1] "DOID_0060033" #> #> $`autoimmune disease of peripheral nervous system`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of peripheral nervous system`$`_parent` #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of peripheral nervous system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of peripheral nervous system`$children #> $`autoimmune disease of peripheral nervous system`$children[[1]] #> [1] "DOID_12842<DOID_0060033<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of peripheral nervous system`$children[[2]] #> [1] "DOID_8869<DOID_0060033<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`autoimmune disease of peripheral nervous system`$value #> [1] "autoimmune disease of peripheral nervous system" #> #> #> $`autoimmune disease of skin and connective tissue` #> $`autoimmune disease of skin and connective tissue`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060039" #> #> $`autoimmune disease of skin and connective tissue`$`_id` #> [1] "DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of skin and connective tissue`$publicGeneCount #> [1] 78 #> #> $`autoimmune disease of skin and connective tissue`$urlId #> [1] "DOID_0060039" #> #> $`autoimmune disease of skin and connective tissue`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of skin and connective tissue`$`_parent` #> [1] "DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of skin and connective tissue`$children #> $`autoimmune disease of skin and connective tissue`$children[[1]] #> [1] "DOID_986<DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[2]] #> [1] "DOID_8506<DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[3]] #> [1] "DOID_8505<DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[4]] #> [1] "DOID_12306<DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[5]] #> [1] "DOID_12297<DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> #> $`autoimmune disease of skin and connective tissue`$value #> [1] "autoimmune disease of skin and connective tissue" #> #> #> $`autoimmune disease of skin and connective tissue` #> $`autoimmune disease of skin and connective tissue`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060039" #> #> $`autoimmune disease of skin and connective tissue`$`_id` #> [1] "DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of skin and connective tissue`$publicGeneCount #> [1] 78 #> #> $`autoimmune disease of skin and connective tissue`$urlId #> [1] "DOID_0060039" #> #> $`autoimmune disease of skin and connective tissue`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of skin and connective tissue`$`_parent` #> [1] "DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of skin and connective tissue`$children #> $`autoimmune disease of skin and connective tissue`$children[[1]] #> [1] "DOID_986<DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[2]] #> [1] "DOID_8506<DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[3]] #> [1] "DOID_8505<DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[4]] #> [1] "DOID_12306<DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[5]] #> [1] "DOID_12297<DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of skin and connective tissue`$value #> [1] "autoimmune disease of skin and connective tissue" #> #> #> $`autoimmune disease of skin and connective tissue` #> $`autoimmune disease of skin and connective tissue`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060039" #> #> $`autoimmune disease of skin and connective tissue`$`_id` #> [1] "DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of skin and connective tissue`$publicGeneCount #> [1] 78 #> #> $`autoimmune disease of skin and connective tissue`$urlId #> [1] "DOID_0060039" #> #> $`autoimmune disease of skin and connective tissue`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of skin and connective tissue`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of skin and connective tissue`$children #> $`autoimmune disease of skin and connective tissue`$children[[1]] #> [1] "DOID_986<DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[2]] #> [1] "DOID_8506<DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[3]] #> [1] "DOID_8505<DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[4]] #> [1] "DOID_12306<DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[5]] #> [1] "DOID_12297<DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`autoimmune disease of skin and connective tissue`$value #> [1] "autoimmune disease of skin and connective tissue" #> #> #> $`autoimmune disease of skin and connective tissue` #> $`autoimmune disease of skin and connective tissue`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060039" #> #> $`autoimmune disease of skin and connective tissue`$`_id` #> [1] "DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of skin and connective tissue`$publicGeneCount #> [1] 78 #> #> $`autoimmune disease of skin and connective tissue`$urlId #> [1] "DOID_0060039" #> #> $`autoimmune disease of skin and connective tissue`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of skin and connective tissue`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of skin and connective tissue`$children #> $`autoimmune disease of skin and connective tissue`$children[[1]] #> [1] "DOID_986<DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[2]] #> [1] "DOID_8506<DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[3]] #> [1] "DOID_8505<DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[4]] #> [1] "DOID_12306<DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autoimmune disease of skin and connective tissue`$children[[5]] #> [1] "DOID_12297<DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`autoimmune disease of skin and connective tissue`$value #> [1] "autoimmune disease of skin and connective tissue" #> #> #> $`autoimmune disease of the nervous system` #> $`autoimmune disease of the nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_438" #> #> $`autoimmune disease of the nervous system`$`_id` #> [1] "DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of the nervous system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of the nervous system`$publicGeneCount #> [1] 239 #> #> $`autoimmune disease of the nervous system`$urlId #> [1] "DOID_438" #> #> $`autoimmune disease of the nervous system`$dbPhenotype #> [1] TRUE #> #> $`autoimmune disease of the nervous system`$`_parent` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of the nervous system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of the nervous system`$children #> $`autoimmune disease of the nervous system`$children[[1]] #> [1] "DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of the nervous system`$children[[2]] #> [1] "DOID_0060033<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of the nervous system`$children[[3]] #> [1] "DOID_437<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of the nervous system`$value #> [1] "autoimmune disease of the nervous system" #> #> #> $`autoimmune disease of the nervous system` #> $`autoimmune disease of the nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_438" #> #> $`autoimmune disease of the nervous system`$`_id` #> [1] "DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of the nervous system`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of the nervous system`$publicGeneCount #> [1] 239 #> #> $`autoimmune disease of the nervous system`$urlId #> [1] "DOID_438" #> #> $`autoimmune disease of the nervous system`$dbPhenotype #> [1] TRUE #> #> $`autoimmune disease of the nervous system`$`_parent` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of the nervous system`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of the nervous system`$children #> $`autoimmune disease of the nervous system`$children[[1]] #> [1] "DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of the nervous system`$children[[2]] #> [1] "DOID_0060033<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`autoimmune disease of the nervous system`$children[[3]] #> [1] "DOID_437<DOID_438<DOID_863<DOID_7<DOID_4" #> #> #> $`autoimmune disease of the nervous system`$value #> [1] "autoimmune disease of the nervous system" #> #> #> $`autoimmune disease of urogenital tract` #> $`autoimmune disease of urogenital tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060049" #> #> $`autoimmune disease of urogenital tract`$`_id` #> [1] "DOID_0060049<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of urogenital tract`$privateGeneCount #> [1] 0 #> #> $`autoimmune disease of urogenital tract`$publicGeneCount #> [1] 4 #> #> $`autoimmune disease of urogenital tract`$urlId #> [1] "DOID_0060049" #> #> $`autoimmune disease of urogenital tract`$dbPhenotype #> [1] FALSE #> #> $`autoimmune disease of urogenital tract`$`_parent` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune disease of urogenital tract`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune disease of urogenital tract`$children #> $`autoimmune disease of urogenital tract`$children[[1]] #> [1] "DOID_9808<DOID_0060049<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune disease of urogenital tract`$value #> [1] "autoimmune disease of urogenital tract" #> #> #> $`autoimmune hemolytic anemia` #> $`autoimmune hemolytic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_718" #> #> $`autoimmune hemolytic anemia`$`_id` #> [1] "DOID_718<DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hemolytic anemia`$privateGeneCount #> [1] 0 #> #> $`autoimmune hemolytic anemia`$publicGeneCount #> [1] 1 #> #> $`autoimmune hemolytic anemia`$urlId #> [1] "DOID_718" #> #> $`autoimmune hemolytic anemia`$dbPhenotype #> [1] TRUE #> #> $`autoimmune hemolytic anemia`$`_parent` #> [1] "DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hemolytic anemia`$`_is_leaf` #> [1] TRUE #> #> $`autoimmune hemolytic anemia`$children #> list() #> #> $`autoimmune hemolytic anemia`$value #> [1] "autoimmune hemolytic anemia" #> #> #> $`autoimmune hepatitis` #> $`autoimmune hepatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2048" #> #> $`autoimmune hepatitis`$`_id` #> [1] "DOID_2048<DOID_0060031<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hepatitis`$privateGeneCount #> [1] 0 #> #> $`autoimmune hepatitis`$publicGeneCount #> [1] 23 #> #> $`autoimmune hepatitis`$urlId #> [1] "DOID_2048" #> #> $`autoimmune hepatitis`$dbPhenotype #> [1] TRUE #> #> $`autoimmune hepatitis`$`_parent` #> [1] "DOID_0060031<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hepatitis`$`_is_leaf` #> [1] TRUE #> #> $`autoimmune hepatitis`$children #> list() #> #> $`autoimmune hepatitis`$value #> [1] "autoimmune hepatitis" #> #> #> $`autoimmune hepatitis` #> $`autoimmune hepatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2048" #> #> $`autoimmune hepatitis`$`_id` #> [1] "DOID_2048<DOID_0060031<DOID_77<DOID_7<DOID_4" #> #> $`autoimmune hepatitis`$privateGeneCount #> [1] 0 #> #> $`autoimmune hepatitis`$publicGeneCount #> [1] 23 #> #> $`autoimmune hepatitis`$urlId #> [1] "DOID_2048" #> #> $`autoimmune hepatitis`$dbPhenotype #> [1] TRUE #> #> $`autoimmune hepatitis`$`_parent` #> [1] "DOID_0060031<DOID_77<DOID_7<DOID_4" #> #> $`autoimmune hepatitis`$`_is_leaf` #> [1] TRUE #> #> $`autoimmune hepatitis`$children #> list() #> #> $`autoimmune hepatitis`$value #> [1] "autoimmune hepatitis" #> #> #> $`autoimmune hypersensitivity disease` #> $`autoimmune hypersensitivity disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_417" #> #> $`autoimmune hypersensitivity disease`$`_id` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$privateGeneCount #> [1] 0 #> #> $`autoimmune hypersensitivity disease`$publicGeneCount #> [1] 482 #> #> $`autoimmune hypersensitivity disease`$urlId #> [1] "DOID_417" #> #> $`autoimmune hypersensitivity disease`$dbPhenotype #> [1] TRUE #> #> $`autoimmune hypersensitivity disease`$`_parent` #> [1] "DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$`_is_leaf` #> [1] FALSE #> #> $`autoimmune hypersensitivity disease`$children #> $`autoimmune hypersensitivity disease`$children[[1]] #> [1] "DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$children[[2]] #> [1] "DOID_0060051<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$children[[3]] #> [1] "DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$children[[4]] #> [1] "DOID_0060029<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$children[[5]] #> [1] "DOID_0060031<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$children[[6]] #> [1] "DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$children[[7]] #> [1] "DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$children[[8]] #> [1] "DOID_0060049<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$children[[9]] #> [1] "DOID_2987<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune hypersensitivity disease`$children[[10]] #> [1] "DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`autoimmune hypersensitivity disease`$value #> [1] "autoimmune hypersensitivity disease" #> #> #> $`autoimmune lymphoproliferative syndrome` #> $`autoimmune lymphoproliferative syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6688" #> #> $`autoimmune lymphoproliferative syndrome`$`_id` #> [1] "DOID_6688<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune lymphoproliferative syndrome`$privateGeneCount #> [1] 0 #> #> $`autoimmune lymphoproliferative syndrome`$publicGeneCount #> [1] 7 #> #> $`autoimmune lymphoproliferative syndrome`$urlId #> [1] "DOID_6688" #> #> $`autoimmune lymphoproliferative syndrome`$dbPhenotype #> [1] TRUE #> #> $`autoimmune lymphoproliferative syndrome`$`_parent` #> [1] "DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune lymphoproliferative syndrome`$`_is_leaf` #> [1] TRUE #> #> $`autoimmune lymphoproliferative syndrome`$children #> list() #> #> $`autoimmune lymphoproliferative syndrome`$value #> [1] "autoimmune lymphoproliferative syndrome" #> #> #> $`autoimmune polyendocrine syndrome` #> $`autoimmune polyendocrine syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14040" #> #> $`autoimmune polyendocrine syndrome`$`_id` #> [1] "DOID_14040<DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> $`autoimmune polyendocrine syndrome`$privateGeneCount #> [1] 0 #> #> $`autoimmune polyendocrine syndrome`$publicGeneCount #> [1] 5 #> #> $`autoimmune polyendocrine syndrome`$urlId #> [1] "DOID_14040" #> #> $`autoimmune polyendocrine syndrome`$dbPhenotype #> [1] TRUE #> #> $`autoimmune polyendocrine syndrome`$`_parent` #> [1] "DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> $`autoimmune polyendocrine syndrome`$`_is_leaf` #> [1] TRUE #> #> $`autoimmune polyendocrine syndrome`$children #> list() #> #> $`autoimmune polyendocrine syndrome`$value #> [1] "autoimmune polyendocrine syndrome" #> #> #> $`autoimmune polyendocrine syndrome` #> $`autoimmune polyendocrine syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14040" #> #> $`autoimmune polyendocrine syndrome`$`_id` #> [1] "DOID_14040<DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune polyendocrine syndrome`$privateGeneCount #> [1] 0 #> #> $`autoimmune polyendocrine syndrome`$publicGeneCount #> [1] 5 #> #> $`autoimmune polyendocrine syndrome`$urlId #> [1] "DOID_14040" #> #> $`autoimmune polyendocrine syndrome`$dbPhenotype #> [1] TRUE #> #> $`autoimmune polyendocrine syndrome`$`_parent` #> [1] "DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune polyendocrine syndrome`$`_is_leaf` #> [1] TRUE #> #> $`autoimmune polyendocrine syndrome`$children #> list() #> #> $`autoimmune polyendocrine syndrome`$value #> [1] "autoimmune polyendocrine syndrome" #> #> #> $`autoimmune thrombocytopenic purpura` #> $`autoimmune thrombocytopenic purpura`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8924" #> #> $`autoimmune thrombocytopenic purpura`$`_id` #> [1] "DOID_8924<DOID_8925<DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune thrombocytopenic purpura`$privateGeneCount #> [1] 0 #> #> $`autoimmune thrombocytopenic purpura`$publicGeneCount #> [1] 5 #> #> $`autoimmune thrombocytopenic purpura`$urlId #> [1] "DOID_8924" #> #> $`autoimmune thrombocytopenic purpura`$dbPhenotype #> [1] TRUE #> #> $`autoimmune thrombocytopenic purpura`$`_parent` #> [1] "DOID_8925<DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune thrombocytopenic purpura`$`_is_leaf` #> [1] TRUE #> #> $`autoimmune thrombocytopenic purpura`$children #> list() #> #> $`autoimmune thrombocytopenic purpura`$value #> [1] "autoimmune thrombocytopenic purpura" #> #> #> $`autoimmune thyroiditis` #> $`autoimmune thyroiditis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7188" #> #> $`autoimmune thyroiditis`$`_id` #> [1] "DOID_7188<DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> $`autoimmune thyroiditis`$privateGeneCount #> [1] 0 #> #> $`autoimmune thyroiditis`$publicGeneCount #> [1] 23 #> #> $`autoimmune thyroiditis`$urlId #> [1] "DOID_7188" #> #> $`autoimmune thyroiditis`$dbPhenotype #> [1] TRUE #> #> $`autoimmune thyroiditis`$`_parent` #> [1] "DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> $`autoimmune thyroiditis`$`_is_leaf` #> [1] TRUE #> #> $`autoimmune thyroiditis`$children #> list() #> #> $`autoimmune thyroiditis`$value #> [1] "autoimmune thyroiditis" #> #> #> $`autoimmune thyroiditis` #> $`autoimmune thyroiditis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7188" #> #> $`autoimmune thyroiditis`$`_id` #> [1] "DOID_7188<DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune thyroiditis`$privateGeneCount #> [1] 0 #> #> $`autoimmune thyroiditis`$publicGeneCount #> [1] 23 #> #> $`autoimmune thyroiditis`$urlId #> [1] "DOID_7188" #> #> $`autoimmune thyroiditis`$dbPhenotype #> [1] TRUE #> #> $`autoimmune thyroiditis`$`_parent` #> [1] "DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`autoimmune thyroiditis`$`_is_leaf` #> [1] TRUE #> #> $`autoimmune thyroiditis`$children #> list() #> #> $`autoimmune thyroiditis`$value #> [1] "autoimmune thyroiditis" #> #> #> $`autonomic nervous system disease` #> $`autonomic nervous system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11465" #> #> $`autonomic nervous system disease`$`_id` #> [1] "DOID_11465<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`autonomic nervous system disease`$privateGeneCount #> [1] 0 #> #> $`autonomic nervous system disease`$publicGeneCount #> [1] 43 #> #> $`autonomic nervous system disease`$urlId #> [1] "DOID_11465" #> #> $`autonomic nervous system disease`$dbPhenotype #> [1] TRUE #> #> $`autonomic nervous system disease`$`_parent` #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`autonomic nervous system disease`$`_is_leaf` #> [1] FALSE #> #> $`autonomic nervous system disease`$children #> $`autonomic nervous system disease`$children[[1]] #> [1] "DOID_11504<DOID_11465<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`autonomic nervous system disease`$value #> [1] "autonomic nervous system disease" #> #> #> $`autonomic nervous system neoplasm` #> $`autonomic nervous system neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2621" #> #> $`autonomic nervous system neoplasm`$`_id` #> [1] "DOID_2621<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`autonomic nervous system neoplasm`$privateGeneCount #> [1] 0 #> #> $`autonomic nervous system neoplasm`$publicGeneCount #> [1] 51 #> #> $`autonomic nervous system neoplasm`$urlId #> [1] "DOID_2621" #> #> $`autonomic nervous system neoplasm`$dbPhenotype #> [1] FALSE #> #> $`autonomic nervous system neoplasm`$`_parent` #> [1] "DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`autonomic nervous system neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`autonomic nervous system neoplasm`$children #> $`autonomic nervous system neoplasm`$children[[1]] #> [1] "DOID_769<DOID_2621<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`autonomic nervous system neoplasm`$value #> [1] "autonomic nervous system neoplasm" #> #> #> $`autonomic nervous system neoplasm` #> $`autonomic nervous system neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2621" #> #> $`autonomic nervous system neoplasm`$`_id` #> [1] "DOID_2621<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`autonomic nervous system neoplasm`$privateGeneCount #> [1] 0 #> #> $`autonomic nervous system neoplasm`$publicGeneCount #> [1] 51 #> #> $`autonomic nervous system neoplasm`$urlId #> [1] "DOID_2621" #> #> $`autonomic nervous system neoplasm`$dbPhenotype #> [1] FALSE #> #> $`autonomic nervous system neoplasm`$`_parent` #> [1] "DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`autonomic nervous system neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`autonomic nervous system neoplasm`$children #> $`autonomic nervous system neoplasm`$children[[1]] #> [1] "DOID_769<DOID_2621<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`autonomic nervous system neoplasm`$value #> [1] "autonomic nervous system neoplasm" #> #> #> $`autonomic nervous system neoplasm` #> $`autonomic nervous system neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2621" #> #> $`autonomic nervous system neoplasm`$`_id` #> [1] "DOID_2621<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`autonomic nervous system neoplasm`$privateGeneCount #> [1] 0 #> #> $`autonomic nervous system neoplasm`$publicGeneCount #> [1] 51 #> #> $`autonomic nervous system neoplasm`$urlId #> [1] "DOID_2621" #> #> $`autonomic nervous system neoplasm`$dbPhenotype #> [1] FALSE #> #> $`autonomic nervous system neoplasm`$`_parent` #> [1] "DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`autonomic nervous system neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`autonomic nervous system neoplasm`$children #> $`autonomic nervous system neoplasm`$children[[1]] #> [1] "DOID_769<DOID_2621<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`autonomic nervous system neoplasm`$value #> [1] "autonomic nervous system neoplasm" #> #> #> $`autonomic neuropathy` #> $`autonomic neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11504" #> #> $`autonomic neuropathy`$`_id` #> [1] "DOID_11504<DOID_11465<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`autonomic neuropathy`$privateGeneCount #> [1] 0 #> #> $`autonomic neuropathy`$publicGeneCount #> [1] 39 #> #> $`autonomic neuropathy`$urlId #> [1] "DOID_11504" #> #> $`autonomic neuropathy`$dbPhenotype #> [1] FALSE #> #> $`autonomic neuropathy`$`_parent` #> [1] "DOID_11465<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`autonomic neuropathy`$`_is_leaf` #> [1] FALSE #> #> $`autonomic neuropathy`$children #> $`autonomic neuropathy`$children[[1]] #> [1] "DOID_11503<DOID_11504<DOID_11465<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`autonomic neuropathy`$value #> [1] "autonomic neuropathy" #> #> #> $`autosomal dominant cerebellar ataxia` #> $`autosomal dominant cerebellar ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1441" #> #> $`autosomal dominant cerebellar ataxia`$`_id` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant cerebellar ataxia`$publicGeneCount #> [1] 63 #> #> $`autosomal dominant cerebellar ataxia`$urlId #> [1] "DOID_1441" #> #> $`autosomal dominant cerebellar ataxia`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant cerebellar ataxia`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$`_is_leaf` #> [1] FALSE #> #> $`autosomal dominant cerebellar ataxia`$children #> $`autosomal dominant cerebellar ataxia`$children[[1]] #> [1] "DOID_0050968<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[2]] #> [1] "DOID_0060162<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[3]] #> [1] "DOID_0050987<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[4]] #> [1] "DOID_1440<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[5]] #> [1] "DOID_0050998<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[6]] #> [1] "DOID_0050954<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[7]] #> [1] "DOID_0050960<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[8]] #> [1] "DOID_0050961<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[9]] #> [1] "DOID_0050962<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[10]] #> [1] "DOID_0050963<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[11]] #> [1] "DOID_0050964<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[12]] #> [1] "DOID_0050965<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[13]] #> [1] "DOID_0050967<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[14]] #> [1] "DOID_0050970<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[15]] #> [1] "DOID_0050955<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[16]] #> [1] "DOID_0050972<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[17]] #> [1] "DOID_0050973<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[18]] #> [1] "DOID_0050975<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[19]] #> [1] "DOID_0050976<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[20]] #> [1] "DOID_0050977<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[21]] #> [1] "DOID_0050978<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[22]] #> [1] "DOID_0050980<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[23]] #> [1] "DOID_0050981<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[24]] #> [1] "DOID_0050982<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[25]] #> [1] "DOID_0050983<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[26]] #> [1] "DOID_0050985<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[27]] #> [1] "DOID_0050986<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[28]] #> [1] "DOID_0050882<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[29]] #> [1] "DOID_0050956<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[30]] #> [1] "DOID_0050958<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[31]] #> [1] "DOID_0050959<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`autosomal dominant cerebellar ataxia`$value #> [1] "autosomal dominant cerebellar ataxia" #> #> #> $`autosomal dominant cerebellar ataxia` #> $`autosomal dominant cerebellar ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1441" #> #> $`autosomal dominant cerebellar ataxia`$`_id` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant cerebellar ataxia`$publicGeneCount #> [1] 63 #> #> $`autosomal dominant cerebellar ataxia`$urlId #> [1] "DOID_1441" #> #> $`autosomal dominant cerebellar ataxia`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant cerebellar ataxia`$`_parent` #> [1] "DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$`_is_leaf` #> [1] FALSE #> #> $`autosomal dominant cerebellar ataxia`$children #> $`autosomal dominant cerebellar ataxia`$children[[1]] #> [1] "DOID_0050968<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[2]] #> [1] "DOID_0060162<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[3]] #> [1] "DOID_0050987<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[4]] #> [1] "DOID_1440<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[5]] #> [1] "DOID_0050998<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[6]] #> [1] "DOID_0050954<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[7]] #> [1] "DOID_0050960<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[8]] #> [1] "DOID_0050961<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[9]] #> [1] "DOID_0050962<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[10]] #> [1] "DOID_0050963<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[11]] #> [1] "DOID_0050964<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[12]] #> [1] "DOID_0050965<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[13]] #> [1] "DOID_0050967<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[14]] #> [1] "DOID_0050970<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[15]] #> [1] "DOID_0050955<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[16]] #> [1] "DOID_0050972<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[17]] #> [1] "DOID_0050973<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[18]] #> [1] "DOID_0050975<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[19]] #> [1] "DOID_0050976<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[20]] #> [1] "DOID_0050977<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[21]] #> [1] "DOID_0050978<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[22]] #> [1] "DOID_0050980<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[23]] #> [1] "DOID_0050981<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[24]] #> [1] "DOID_0050982<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[25]] #> [1] "DOID_0050983<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[26]] #> [1] "DOID_0050985<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[27]] #> [1] "DOID_0050986<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[28]] #> [1] "DOID_0050882<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[29]] #> [1] "DOID_0050956<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[30]] #> [1] "DOID_0050958<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[31]] #> [1] "DOID_0050959<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`autosomal dominant cerebellar ataxia`$value #> [1] "autosomal dominant cerebellar ataxia" #> #> #> $`autosomal dominant cerebellar ataxia` #> $`autosomal dominant cerebellar ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1441" #> #> $`autosomal dominant cerebellar ataxia`$`_id` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant cerebellar ataxia`$publicGeneCount #> [1] 63 #> #> $`autosomal dominant cerebellar ataxia`$urlId #> [1] "DOID_1441" #> #> $`autosomal dominant cerebellar ataxia`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant cerebellar ataxia`$`_parent` #> [1] "DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$`_is_leaf` #> [1] FALSE #> #> $`autosomal dominant cerebellar ataxia`$children #> $`autosomal dominant cerebellar ataxia`$children[[1]] #> [1] "DOID_0050968<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[2]] #> [1] "DOID_0060162<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[3]] #> [1] "DOID_0050987<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[4]] #> [1] "DOID_1440<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[5]] #> [1] "DOID_0050998<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[6]] #> [1] "DOID_0050954<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[7]] #> [1] "DOID_0050960<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[8]] #> [1] "DOID_0050961<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[9]] #> [1] "DOID_0050962<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[10]] #> [1] "DOID_0050963<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[11]] #> [1] "DOID_0050964<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[12]] #> [1] "DOID_0050965<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[13]] #> [1] "DOID_0050967<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[14]] #> [1] "DOID_0050970<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[15]] #> [1] "DOID_0050955<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[16]] #> [1] "DOID_0050972<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[17]] #> [1] "DOID_0050973<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[18]] #> [1] "DOID_0050975<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[19]] #> [1] "DOID_0050976<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[20]] #> [1] "DOID_0050977<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[21]] #> [1] "DOID_0050978<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[22]] #> [1] "DOID_0050980<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[23]] #> [1] "DOID_0050981<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[24]] #> [1] "DOID_0050982<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[25]] #> [1] "DOID_0050983<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[26]] #> [1] "DOID_0050985<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[27]] #> [1] "DOID_0050986<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[28]] #> [1] "DOID_0050882<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[29]] #> [1] "DOID_0050956<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[30]] #> [1] "DOID_0050958<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia`$children[[31]] #> [1] "DOID_0050959<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`autosomal dominant cerebellar ataxia`$value #> [1] "autosomal dominant cerebellar ataxia" #> #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy` #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050968" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$`_id` #> [1] "DOID_0050968<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$publicGeneCount #> [1] 1 #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$urlId #> [1] "DOID_0050968" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$children #> list() #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$value #> [1] "autosomal dominant cerebellar ataxia, deafness and narcolepsy" #> #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy` #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050968" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$`_id` #> [1] "DOID_0050968<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$publicGeneCount #> [1] 1 #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$urlId #> [1] "DOID_0050968" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$children #> list() #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$value #> [1] "autosomal dominant cerebellar ataxia, deafness and narcolepsy" #> #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy` #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050968" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$`_id` #> [1] "DOID_0050968<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$publicGeneCount #> [1] 1 #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$urlId #> [1] "DOID_0050968" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$children #> list() #> #> $`autosomal dominant cerebellar ataxia, deafness and narcolepsy`$value #> [1] "autosomal dominant cerebellar ataxia, deafness and narcolepsy" #> #> #> $`autosomal dominant disease` #> $`autosomal dominant disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050736" #> #> $`autosomal dominant disease`$`_id` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant disease`$publicGeneCount #> [1] 522 #> #> $`autosomal dominant disease`$urlId #> [1] "DOID_0050736" #> #> $`autosomal dominant disease`$dbPhenotype #> [1] FALSE #> #> $`autosomal dominant disease`$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$`_is_leaf` #> [1] FALSE #> #> $`autosomal dominant disease`$children #> $`autosomal dominant disease`$children[[1]] #> [1] "DOID_0060611<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[2]] #> [1] "DOID_0080056<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[3]] #> [1] "DOID_0060353<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[4]] #> [1] "DOID_0050606<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[5]] #> [1] "DOID_0050601<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[6]] #> [1] "DOID_0050628<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[7]] #> [1] "DOID_10871<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[8]] #> [1] "DOID_4252<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[9]] #> [1] "DOID_0050434<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[10]] #> [1] "DOID_3755<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[11]] #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[12]] #> [1] "DOID_0050948<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[13]] #> [1] "DOID_0060307<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[14]] #> [1] "DOID_0050564<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[15]] #> [1] "DOID_898<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[16]] #> [1] "DOID_0060335<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[17]] #> [1] "DOID_14756<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[18]] #> [1] "DOID_14686<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[19]] #> [1] "DOID_0050657<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[20]] #> [1] "DOID_0050658<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[21]] #> [1] "DOID_0050660<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[22]] #> [1] "DOID_0050675<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[23]] #> [1] "DOID_0050676<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[24]] #> [1] "DOID_0050678<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[25]] #> [1] "DOID_11661<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[26]] #> [1] "DOID_0050689<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[27]] #> [1] "DOID_0050691<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[28]] #> [1] "DOID_14702<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[29]] #> [1] "DOID_0050693<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[30]] #> [1] "DOID_0050463<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[31]] #> [1] "DOID_0050471<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[32]] #> [1] "DOID_0050540<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[33]] #> [1] "DOID_1856<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[34]] #> [1] "DOID_13994<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[35]] #> [1] "DOID_14693<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[36]] #> [1] "DOID_0050546<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[37]] #> [1] "DOID_0050469<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[38]] #> [1] "DOID_6457<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[39]] #> [1] "DOID_0080033<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[40]] #> [1] "DOID_3764<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[41]] #> [1] "DOID_11198<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[42]] #> [1] "DOID_10041<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[43]] #> [1] "DOID_0060447<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[44]] #> [1] "DOID_0050831<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[45]] #> [1] "DOID_0060464<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[46]] #> [1] "DOID_13374<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[47]] #> [1] "DOID_0050637<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[48]] #> [1] "DOID_0050438<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[49]] #> [1] "DOID_12318<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[50]] #> [1] "DOID_14761<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[51]] #> [1] "DOID_0050429<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[52]] #> [1] "DOID_2736<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[53]] #> [1] "DOID_5683<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[54]] #> [1] "DOID_1270<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[55]] #> [1] "DOID_206<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[56]] #> [1] "DOID_0060468<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[57]] #> [1] "DOID_3261<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[58]] #> [1] "DOID_0080041<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[59]] #> [1] "DOID_0080077<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[60]] #> [1] "DOID_0080078<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[61]] #> [1] "DOID_1702<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[62]] #> [1] "DOID_0050786<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[63]] #> [1] "DOID_0080020<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[64]] #> [1] "DOID_0050787<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[65]] #> [1] "DOID_0060352<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[66]] #> [1] "DOID_0080045<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[67]] #> [1] "DOID_0050880<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[68]] #> [1] "DOID_0050331<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[69]] #> [1] "DOID_14764<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[70]] #> [1] "DOID_3012<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[71]] #> [1] "DOID_0050466<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[72]] #> [1] "DOID_3883<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[73]] #> [1] "DOID_8545<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[74]] #> [1] "DOID_0050524<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[75]] #> [1] "DOID_0060349<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[76]] #> [1] "DOID_0050472<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[77]] #> [1] "DOID_0060485<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[78]] #> [1] "DOID_0050854<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[79]] #> [1] "DOID_0050792<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[80]] #> [1] "DOID_10017<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[81]] #> [1] "DOID_0050430<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[82]] #> [1] "DOID_10016<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[83]] #> [1] "DOID_0080092<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[84]] #> [1] "DOID_0080093<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[85]] #> [1] "DOID_0080094<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[86]] #> [1] "DOID_0080095<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[87]] #> [1] "DOID_0080096<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[88]] #> [1] "DOID_0080097<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[89]] #> [1] "DOID_9467<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[90]] #> [1] "DOID_8712<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[91]] #> [1] "DOID_2512<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[92]] #> [1] "DOID_0080081<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[93]] #> [1] "DOID_0080086<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[94]] #> [1] "DOID_14291<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[95]] #> [1] "DOID_0050449<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[96]] #> [1] "DOID_9248<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[97]] #> [1] "DOID_0050773<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[98]] #> [1] "DOID_0060367<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[99]] #> [1] "DOID_0060371<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[100]] #> [1] "DOID_9631<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[101]] #> [1] "DOID_0060486<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[102]] #> [1] "DOID_14705<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[103]] #> [1] "DOID_3263<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[104]] #> [1] "DOID_0060488<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[105]] #> [1] "DOID_0050770<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[106]] #> [1] "DOID_0060055<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[107]] #> [1] "DOID_3756<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[108]] #> [1] "DOID_0050788<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[109]] #> [1] "DOID_0080047<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[110]] #> [1] "DOID_0060330<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[111]] #> [1] "DOID_0060255<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[112]] #> [1] "DOID_1933<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[113]] #> [1] "DOID_14768<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[114]] #> [1] "DOID_0080030<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[115]] #> [1] "DOID_0080028<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[116]] #> [1] "DOID_14789<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[117]] #> [1] "DOID_0060354<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[118]] #> [1] "DOID_0050789<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[119]] #> [1] "DOID_0060455<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[120]] #> [1] "DOID_0060173<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[121]] #> [1] "DOID_0050887<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[122]] #> [1] "DOID_0050638<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[123]] #> [1] "DOID_2908<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[124]] #> [1] "DOID_14743<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[125]] #> [1] "DOID_4998<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[126]] #> [1] "DOID_13515<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[127]] #> [1] "DOID_0080089<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[128]] #> [1] "DOID_0050558<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[129]] #> [1] "DOID_9258<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[130]] #> [1] "DOID_14731<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant disease`$children[[131]] #> [1] "DOID_1928<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`autosomal dominant disease`$value #> [1] "autosomal dominant disease" #> #> #> $`autosomal dominant hypophosphatemic rickets` #> $`autosomal dominant hypophosphatemic rickets`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050948" #> #> $`autosomal dominant hypophosphatemic rickets`$`_id` #> [1] "DOID_0050948<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant hypophosphatemic rickets`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant hypophosphatemic rickets`$publicGeneCount #> [1] 1 #> #> $`autosomal dominant hypophosphatemic rickets`$urlId #> [1] "DOID_0050948" #> #> $`autosomal dominant hypophosphatemic rickets`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant hypophosphatemic rickets`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant hypophosphatemic rickets`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant hypophosphatemic rickets`$children #> list() #> #> $`autosomal dominant hypophosphatemic rickets`$value #> [1] "autosomal dominant hypophosphatemic rickets" #> #> #> $`autosomal dominant hypophosphatemic rickets` #> $`autosomal dominant hypophosphatemic rickets`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050948" #> #> $`autosomal dominant hypophosphatemic rickets`$`_id` #> [1] "DOID_0050948<DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autosomal dominant hypophosphatemic rickets`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant hypophosphatemic rickets`$publicGeneCount #> [1] 1 #> #> $`autosomal dominant hypophosphatemic rickets`$urlId #> [1] "DOID_0050948" #> #> $`autosomal dominant hypophosphatemic rickets`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant hypophosphatemic rickets`$`_parent` #> [1] "DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autosomal dominant hypophosphatemic rickets`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant hypophosphatemic rickets`$children #> list() #> #> $`autosomal dominant hypophosphatemic rickets`$value #> [1] "autosomal dominant hypophosphatemic rickets" #> #> #> $`Autosomal dominant inheritance` #> $`Autosomal dominant inheritance`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000006" #> #> $`Autosomal dominant inheritance`$`_id` #> [1] "HP_0000006<HP_0000005<HP_0000001" #> #> $`Autosomal dominant inheritance`$privateGeneCount #> [1] 0 #> #> $`Autosomal dominant inheritance`$publicGeneCount #> [1] 1 #> #> $`Autosomal dominant inheritance`$urlId #> [1] "HP_0000006" #> #> $`Autosomal dominant inheritance`$dbPhenotype #> [1] TRUE #> #> $`Autosomal dominant inheritance`$`_parent` #> [1] "HP_0000005<HP_0000001" #> #> $`Autosomal dominant inheritance`$`_is_leaf` #> [1] TRUE #> #> $`Autosomal dominant inheritance`$children #> list() #> #> $`Autosomal dominant inheritance`$value #> [1] "Autosomal dominant inheritance" #> #> #> $`autosomal dominant non-syndromic intellectual disability` #> $`autosomal dominant non-syndromic intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060307" #> #> $`autosomal dominant non-syndromic intellectual disability`$`_id` #> [1] "DOID_0060307<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant non-syndromic intellectual disability`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant non-syndromic intellectual disability`$publicGeneCount #> [1] 33 #> #> $`autosomal dominant non-syndromic intellectual disability`$urlId #> [1] "DOID_0060307" #> #> $`autosomal dominant non-syndromic intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant non-syndromic intellectual disability`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant non-syndromic intellectual disability`$`_is_leaf` #> [1] FALSE #> #> $`autosomal dominant non-syndromic intellectual disability`$children #> $`autosomal dominant non-syndromic intellectual disability`$children[[1]] #> [1] "DOID_1925<DOID_0060307<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`autosomal dominant non-syndromic intellectual disability`$value #> [1] "autosomal dominant non-syndromic intellectual disability" #> #> #> $`autosomal dominant non-syndromic intellectual disability` #> $`autosomal dominant non-syndromic intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060307" #> #> $`autosomal dominant non-syndromic intellectual disability`$`_id` #> [1] "DOID_0060307<DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`autosomal dominant non-syndromic intellectual disability`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant non-syndromic intellectual disability`$publicGeneCount #> [1] 33 #> #> $`autosomal dominant non-syndromic intellectual disability`$urlId #> [1] "DOID_0060307" #> #> $`autosomal dominant non-syndromic intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant non-syndromic intellectual disability`$`_parent` #> [1] "DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`autosomal dominant non-syndromic intellectual disability`$`_is_leaf` #> [1] FALSE #> #> $`autosomal dominant non-syndromic intellectual disability`$children #> $`autosomal dominant non-syndromic intellectual disability`$children[[1]] #> [1] "DOID_1925<DOID_0060307<DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`autosomal dominant non-syndromic intellectual disability`$value #> [1] "autosomal dominant non-syndromic intellectual disability" #> #> #> $`autosomal dominant nonsyndromic deafness` #> $`autosomal dominant nonsyndromic deafness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050564" #> #> $`autosomal dominant nonsyndromic deafness`$`_id` #> [1] "DOID_0050564<DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant nonsyndromic deafness`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant nonsyndromic deafness`$publicGeneCount #> [1] 32 #> #> $`autosomal dominant nonsyndromic deafness`$urlId #> [1] "DOID_0050564" #> #> $`autosomal dominant nonsyndromic deafness`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant nonsyndromic deafness`$`_parent` #> [1] "DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`autosomal dominant nonsyndromic deafness`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant nonsyndromic deafness`$children #> list() #> #> $`autosomal dominant nonsyndromic deafness`$value #> [1] "autosomal dominant nonsyndromic deafness" #> #> #> $`autosomal dominant nonsyndromic deafness` #> $`autosomal dominant nonsyndromic deafness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050564" #> #> $`autosomal dominant nonsyndromic deafness`$`_id` #> [1] "DOID_0050564<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant nonsyndromic deafness`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant nonsyndromic deafness`$publicGeneCount #> [1] 32 #> #> $`autosomal dominant nonsyndromic deafness`$urlId #> [1] "DOID_0050564" #> #> $`autosomal dominant nonsyndromic deafness`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant nonsyndromic deafness`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant nonsyndromic deafness`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant nonsyndromic deafness`$children #> list() #> #> $`autosomal dominant nonsyndromic deafness`$value #> [1] "autosomal dominant nonsyndromic deafness" #> #> #> $`autosomal dominant polycystic kidney disease` #> $`autosomal dominant polycystic kidney disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_898" #> #> $`autosomal dominant polycystic kidney disease`$`_id` #> [1] "DOID_898<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant polycystic kidney disease`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant polycystic kidney disease`$publicGeneCount #> [1] 20 #> #> $`autosomal dominant polycystic kidney disease`$urlId #> [1] "DOID_898" #> #> $`autosomal dominant polycystic kidney disease`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant polycystic kidney disease`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant polycystic kidney disease`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant polycystic kidney disease`$children #> list() #> #> $`autosomal dominant polycystic kidney disease`$value #> [1] "autosomal dominant polycystic kidney disease" #> #> #> $`autosomal dominant polycystic kidney disease` #> $`autosomal dominant polycystic kidney disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_898" #> #> $`autosomal dominant polycystic kidney disease`$`_id` #> [1] "DOID_898<DOID_0080322<DOID_2975<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`autosomal dominant polycystic kidney disease`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant polycystic kidney disease`$publicGeneCount #> [1] 20 #> #> $`autosomal dominant polycystic kidney disease`$urlId #> [1] "DOID_898" #> #> $`autosomal dominant polycystic kidney disease`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant polycystic kidney disease`$`_parent` #> [1] "DOID_0080322<DOID_2975<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`autosomal dominant polycystic kidney disease`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant polycystic kidney disease`$children #> list() #> #> $`autosomal dominant polycystic kidney disease`$value #> [1] "autosomal dominant polycystic kidney disease" #> #> #> $`autosomal dominant sideroblastic anemia 4` #> $`autosomal dominant sideroblastic anemia 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060335" #> #> $`autosomal dominant sideroblastic anemia 4`$`_id` #> [1] "DOID_0060335<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant sideroblastic anemia 4`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant sideroblastic anemia 4`$publicGeneCount #> [1] 1 #> #> $`autosomal dominant sideroblastic anemia 4`$urlId #> [1] "DOID_0060335" #> #> $`autosomal dominant sideroblastic anemia 4`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant sideroblastic anemia 4`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant sideroblastic anemia 4`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant sideroblastic anemia 4`$children #> list() #> #> $`autosomal dominant sideroblastic anemia 4`$value #> [1] "autosomal dominant sideroblastic anemia 4" #> #> #> $`autosomal dominant sideroblastic anemia 4` #> $`autosomal dominant sideroblastic anemia 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060335" #> #> $`autosomal dominant sideroblastic anemia 4`$`_id` #> [1] "DOID_0060335<DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`autosomal dominant sideroblastic anemia 4`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant sideroblastic anemia 4`$publicGeneCount #> [1] 1 #> #> $`autosomal dominant sideroblastic anemia 4`$urlId #> [1] "DOID_0060335" #> #> $`autosomal dominant sideroblastic anemia 4`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant sideroblastic anemia 4`$`_parent` #> [1] "DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`autosomal dominant sideroblastic anemia 4`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant sideroblastic anemia 4`$children #> list() #> #> $`autosomal dominant sideroblastic anemia 4`$value #> [1] "autosomal dominant sideroblastic anemia 4" #> #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome` #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14756" #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$`_id` #> [1] "DOID_14756<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$publicGeneCount #> [1] 1 #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$urlId #> [1] "DOID_14756" #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$children #> list() #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$value #> [1] "autosomal dominant type IV Ehlers-Danlos syndrome" #> #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome` #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14756" #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$`_id` #> [1] "DOID_14756<DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$privateGeneCount #> [1] 0 #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$publicGeneCount #> [1] 1 #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$urlId #> [1] "DOID_14756" #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$dbPhenotype #> [1] TRUE #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$`_parent` #> [1] "DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$`_is_leaf` #> [1] TRUE #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$children #> list() #> #> $`autosomal dominant type IV Ehlers-Danlos syndrome`$value #> [1] "autosomal dominant type IV Ehlers-Danlos syndrome" #> #> #> $`autosomal genetic disease` #> $`autosomal genetic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050739" #> #> $`autosomal genetic disease`$`_id` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$privateGeneCount #> [1] 0 #> #> $`autosomal genetic disease`$publicGeneCount #> [1] 992 #> #> $`autosomal genetic disease`$urlId #> [1] "DOID_0050739" #> #> $`autosomal genetic disease`$dbPhenotype #> [1] FALSE #> #> $`autosomal genetic disease`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$`_is_leaf` #> [1] FALSE #> #> $`autosomal genetic disease`$children #> $`autosomal genetic disease`$children[[1]] #> [1] "DOID_0050629<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[2]] #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[3]] #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[4]] #> [1] "DOID_14778<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[5]] #> [1] "DOID_2229<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[6]] #> [1] "DOID_0050424<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[7]] #> [1] "DOID_2987<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[8]] #> [1] "DOID_14213<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[9]] #> [1] "DOID_1858<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[10]] #> [1] "DOID_3911<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[11]] #> [1] "DOID_0060254<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal genetic disease`$children[[12]] #> [1] "DOID_0050475<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`autosomal genetic disease`$value #> [1] "autosomal genetic disease" #> #> #> $`autosomal recessive cerebellar ataxia` #> $`autosomal recessive cerebellar ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050950" #> #> $`autosomal recessive cerebellar ataxia`$`_id` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive cerebellar ataxia`$publicGeneCount #> [1] 22 #> #> $`autosomal recessive cerebellar ataxia`$urlId #> [1] "DOID_0050950" #> #> $`autosomal recessive cerebellar ataxia`$dbPhenotype #> [1] FALSE #> #> $`autosomal recessive cerebellar ataxia`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$`_is_leaf` #> [1] FALSE #> #> $`autosomal recessive cerebellar ataxia`$children #> $`autosomal recessive cerebellar ataxia`$children[[1]] #> [1] "DOID_12704<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[2]] #> [1] "DOID_0050754<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[3]] #> [1] "DOID_0050999<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[4]] #> [1] "DOID_0080063<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[5]] #> [1] "DOID_0080060<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[6]] #> [1] "DOID_0080062<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[7]] #> [1] "DOID_0080058<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[8]] #> [1] "DOID_0080057<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[9]] #> [1] "DOID_0080029<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[10]] #> [1] "DOID_0080064<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[11]] #> [1] "DOID_0080042<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[12]] #> [1] "DOID_0080065<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[13]] #> [1] "DOID_0080061<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[14]] #> [1] "DOID_0080066<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[15]] #> [1] "DOID_0080059<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[16]] #> [1] "DOID_0050946<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[17]] #> [1] "DOID_12705<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`autosomal recessive cerebellar ataxia`$value #> [1] "autosomal recessive cerebellar ataxia" #> #> #> $`autosomal recessive cerebellar ataxia` #> $`autosomal recessive cerebellar ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050950" #> #> $`autosomal recessive cerebellar ataxia`$`_id` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive cerebellar ataxia`$publicGeneCount #> [1] 22 #> #> $`autosomal recessive cerebellar ataxia`$urlId #> [1] "DOID_0050950" #> #> $`autosomal recessive cerebellar ataxia`$dbPhenotype #> [1] FALSE #> #> $`autosomal recessive cerebellar ataxia`$`_parent` #> [1] "DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$`_is_leaf` #> [1] FALSE #> #> $`autosomal recessive cerebellar ataxia`$children #> $`autosomal recessive cerebellar ataxia`$children[[1]] #> [1] "DOID_12704<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[2]] #> [1] "DOID_0050754<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[3]] #> [1] "DOID_0050999<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[4]] #> [1] "DOID_0080063<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[5]] #> [1] "DOID_0080060<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[6]] #> [1] "DOID_0080062<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[7]] #> [1] "DOID_0080058<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[8]] #> [1] "DOID_0080057<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[9]] #> [1] "DOID_0080029<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[10]] #> [1] "DOID_0080064<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[11]] #> [1] "DOID_0080042<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[12]] #> [1] "DOID_0080065<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[13]] #> [1] "DOID_0080061<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[14]] #> [1] "DOID_0080066<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[15]] #> [1] "DOID_0080059<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[16]] #> [1] "DOID_0050946<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[17]] #> [1] "DOID_12705<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`autosomal recessive cerebellar ataxia`$value #> [1] "autosomal recessive cerebellar ataxia" #> #> #> $`autosomal recessive cerebellar ataxia` #> $`autosomal recessive cerebellar ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050950" #> #> $`autosomal recessive cerebellar ataxia`$`_id` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive cerebellar ataxia`$publicGeneCount #> [1] 22 #> #> $`autosomal recessive cerebellar ataxia`$urlId #> [1] "DOID_0050950" #> #> $`autosomal recessive cerebellar ataxia`$dbPhenotype #> [1] FALSE #> #> $`autosomal recessive cerebellar ataxia`$`_parent` #> [1] "DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$`_is_leaf` #> [1] FALSE #> #> $`autosomal recessive cerebellar ataxia`$children #> $`autosomal recessive cerebellar ataxia`$children[[1]] #> [1] "DOID_12704<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[2]] #> [1] "DOID_0050754<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[3]] #> [1] "DOID_0050999<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[4]] #> [1] "DOID_0080063<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[5]] #> [1] "DOID_0080060<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[6]] #> [1] "DOID_0080062<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[7]] #> [1] "DOID_0080058<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[8]] #> [1] "DOID_0080057<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[9]] #> [1] "DOID_0080029<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[10]] #> [1] "DOID_0080064<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[11]] #> [1] "DOID_0080042<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[12]] #> [1] "DOID_0080065<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[13]] #> [1] "DOID_0080061<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[14]] #> [1] "DOID_0080066<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[15]] #> [1] "DOID_0080059<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[16]] #> [1] "DOID_0050946<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive cerebellar ataxia`$children[[17]] #> [1] "DOID_12705<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`autosomal recessive cerebellar ataxia`$value #> [1] "autosomal recessive cerebellar ataxia" #> #> #> $`autosomal recessive disease` #> $`autosomal recessive disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050737" #> #> $`autosomal recessive disease`$`_id` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive disease`$publicGeneCount #> [1] 512 #> #> $`autosomal recessive disease`$urlId #> [1] "DOID_0050737" #> #> $`autosomal recessive disease`$dbPhenotype #> [1] FALSE #> #> $`autosomal recessive disease`$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$`_is_leaf` #> [1] FALSE #> #> $`autosomal recessive disease`$children #> $`autosomal recessive disease`$children[[1]] #> [1] "DOID_0060241<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[2]] #> [1] "DOID_0050710<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[3]] #> [1] "DOID_0060225<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[4]] #> [1] "DOID_0050600<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[5]] #> [1] "DOID_1386<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[6]] #> [1] "DOID_0050711<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[7]] #> [1] "DOID_0050603<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[8]] #> [1] "DOID_0080054<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[9]] #> [1] "DOID_0080055<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[10]] #> [1] "DOID_0050604<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[11]] #> [1] "DOID_0080052<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[12]] #> [1] "DOID_0080051<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[13]] #> [1] "DOID_0080050<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[14]] #> [1] "DOID_0050529<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[15]] #> [1] "DOID_0050712<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[16]] #> [1] "DOID_0050634<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[17]] #> [1] "DOID_0050473<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[18]] #> [1] "DOID_3755<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[19]] #> [1] "DOID_0050462<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[20]] #> [1] "DOID_0050763<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[21]] #> [1] "DOID_0050592<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[22]] #> [1] "DOID_0050682<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[23]] #> [1] "DOID_0050649<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[24]] #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[25]] #> [1] "DOID_0050949<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[26]] #> [1] "DOID_0060308<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[27]] #> [1] "DOID_0050565<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[28]] #> [1] "DOID_0060065<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[29]] #> [1] "DOID_1935<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[30]] #> [1] "DOID_2217<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[31]] #> [1] "DOID_14723<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[32]] #> [1] "DOID_0050677<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[33]] #> [1] "DOID_2717<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[34]] #> [1] "DOID_0050684<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[35]] #> [1] "DOID_0050694<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[36]] #> [1] "DOID_3613<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[37]] #> [1] "DOID_9280<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[38]] #> [1] "DOID_14773<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[39]] #> [1] "DOID_0060337<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[40]] #> [1] "DOID_0050997<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[41]] #> [1] "DOID_0050540<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[42]] #> [1] "DOID_2935<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[43]] #> [1] "DOID_2962<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[44]] #> [1] "DOID_0060294<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[45]] #> [1] "DOID_0080101<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[46]] #> [1] "DOID_0050546<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[47]] #> [1] "DOID_2236<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[48]] #> [1] "DOID_0050585<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[49]] #> [1] "DOID_0060296<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[50]] #> [1] "DOID_1485<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[51]] #> [1] "DOID_1064<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[52]] #> [1] "DOID_14687<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[53]] #> [1] "DOID_0060021<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[54]] #> [1] "DOID_0050470<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[55]] #> [1] "DOID_0111167<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[56]] #> [1] "DOID_0060484<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[57]] #> [1] "DOID_0050802<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[58]] #> [1] "DOID_12714<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[59]] #> [1] "DOID_13777<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[60]] #> [1] "DOID_2216<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[61]] #> [1] "DOID_2215<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[62]] #> [1] "DOID_2222<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[63]] #> [1] "DOID_2231<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[64]] #> [1] "DOID_2211<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[65]] #> [1] "DOID_0060474<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[66]] #> [1] "DOID_14118<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[67]] #> [1] "DOID_0050790<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[68]] #> [1] "DOID_0060364<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[69]] #> [1] "DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[70]] #> [1] "DOID_0060449<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[71]] #> [1] "DOID_0050450<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[72]] #> [1] "DOID_0060481<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[73]] #> [1] "DOID_3753<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[74]] #> [1] "DOID_0050779<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[75]] #> [1] "DOID_0060348<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[76]] #> [1] "DOID_0060025<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[77]] #> [1] "DOID_0050883<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[78]] #> [1] "DOID_0050530<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[79]] #> [1] "DOID_14694<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[80]] #> [1] "DOID_0050807<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[81]] #> [1] "DOID_3534<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[82]] #> [1] "DOID_9521<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[83]] #> [1] "DOID_1930<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[84]] #> [1] "DOID_6612<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[85]] #> [1] "DOID_0080105<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[86]] #> [1] "DOID_0080106<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[87]] #> [1] "DOID_0080107<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[88]] #> [1] "DOID_0080071<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[89]] #> [1] "DOID_0050441<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[90]] #> [1] "DOID_0050436<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[91]] #> [1] "DOID_14671<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[92]] #> [1] "DOID_0050588<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[93]] #> [1] "DOID_0080092<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[94]] #> [1] "DOID_0080098<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[95]] #> [1] "DOID_0060346<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[96]] #> [1] "DOID_12712<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[97]] #> [1] "DOID_0050474<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[98]] #> [1] "DOID_7400<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[99]] #> [1] "DOID_0050528<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[100]] #> [1] "DOID_0080081<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[101]] #> [1] "DOID_0080082<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[102]] #> [1] "DOID_0050632<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[103]] #> [1] "DOID_0060375<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[104]] #> [1] "DOID_0080026<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[105]] #> [1] "DOID_3981<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[106]] #> [1] "DOID_3389<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[107]] #> [1] "DOID_0060372<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[108]] #> [1] "DOID_0060368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[109]] #> [1] "DOID_0060369<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[110]] #> [1] "DOID_0060370<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[111]] #> [1] "DOID_0050857<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[112]] #> [1] "DOID_2235<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[113]] #> [1] "DOID_0050656<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[114]] #> [1] "DOID_2738<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[115]] #> [1] "DOID_5813<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[116]] #> [1] "DOID_0080038<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[117]] #> [1] "DOID_0050774<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[118]] #> [1] "DOID_0060020<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[119]] #> [1] "DOID_2580<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[120]] #> [1] "DOID_5325<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[121]] #> [1] "DOID_0060490<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[122]] #> [1] "DOID_0050569<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[123]] #> [1] "DOID_0050576<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[124]] #> [1] "DOID_0050577<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[125]] #> [1] "DOID_10923<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[126]] #> [1] "DOID_14501<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[127]] #> [1] "DOID_0080036<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[128]] #> [1] "DOID_14748<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[129]] #> [1] "DOID_0060491<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[130]] #> [1] "DOID_0050812<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[131]] #> [1] "DOID_0050814<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[132]] #> [1] "DOID_10241<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[133]] #> [1] "DOID_14699<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[134]] #> [1] "DOID_0050602<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[135]] #> [1] "DOID_0050886<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[136]] #> [1] "DOID_0050558<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[137]] #> [1] "DOID_0050816<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[138]] #> [1] "DOID_0050439<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[139]] #> [1] "DOID_0060240<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[140]] #> [1] "DOID_0060238<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[141]] #> [1] "DOID_0060356<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[142]] #> [1] "DOID_0050560<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[143]] #> [1] "DOID_0060237<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[144]] #> [1] "DOID_0060535<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[145]] #> [1] "DOID_5688<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive disease`$children[[146]] #> [1] "DOID_0050427<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`autosomal recessive disease`$value #> [1] "autosomal recessive disease" #> #> #> $`autosomal recessive hypophosphatemic rickets` #> $`autosomal recessive hypophosphatemic rickets`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050949" #> #> $`autosomal recessive hypophosphatemic rickets`$`_id` #> [1] "DOID_0050949<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive hypophosphatemic rickets`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive hypophosphatemic rickets`$publicGeneCount #> [1] 2 #> #> $`autosomal recessive hypophosphatemic rickets`$urlId #> [1] "DOID_0050949" #> #> $`autosomal recessive hypophosphatemic rickets`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive hypophosphatemic rickets`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive hypophosphatemic rickets`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive hypophosphatemic rickets`$children #> list() #> #> $`autosomal recessive hypophosphatemic rickets`$value #> [1] "autosomal recessive hypophosphatemic rickets" #> #> #> $`autosomal recessive hypophosphatemic rickets` #> $`autosomal recessive hypophosphatemic rickets`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050949" #> #> $`autosomal recessive hypophosphatemic rickets`$`_id` #> [1] "DOID_0050949<DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autosomal recessive hypophosphatemic rickets`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive hypophosphatemic rickets`$publicGeneCount #> [1] 2 #> #> $`autosomal recessive hypophosphatemic rickets`$urlId #> [1] "DOID_0050949" #> #> $`autosomal recessive hypophosphatemic rickets`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive hypophosphatemic rickets`$`_parent` #> [1] "DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`autosomal recessive hypophosphatemic rickets`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive hypophosphatemic rickets`$children #> list() #> #> $`autosomal recessive hypophosphatemic rickets`$value #> [1] "autosomal recessive hypophosphatemic rickets" #> #> #> $`autosomal recessive non-syndromic intellectual disability` #> $`autosomal recessive non-syndromic intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060308" #> #> $`autosomal recessive non-syndromic intellectual disability`$`_id` #> [1] "DOID_0060308<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive non-syndromic intellectual disability`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive non-syndromic intellectual disability`$publicGeneCount #> [1] 28 #> #> $`autosomal recessive non-syndromic intellectual disability`$urlId #> [1] "DOID_0060308" #> #> $`autosomal recessive non-syndromic intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive non-syndromic intellectual disability`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive non-syndromic intellectual disability`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive non-syndromic intellectual disability`$children #> list() #> #> $`autosomal recessive non-syndromic intellectual disability`$value #> [1] "autosomal recessive non-syndromic intellectual disability" #> #> #> $`autosomal recessive non-syndromic intellectual disability` #> $`autosomal recessive non-syndromic intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060308" #> #> $`autosomal recessive non-syndromic intellectual disability`$`_id` #> [1] "DOID_0060308<DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`autosomal recessive non-syndromic intellectual disability`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive non-syndromic intellectual disability`$publicGeneCount #> [1] 28 #> #> $`autosomal recessive non-syndromic intellectual disability`$urlId #> [1] "DOID_0060308" #> #> $`autosomal recessive non-syndromic intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive non-syndromic intellectual disability`$`_parent` #> [1] "DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`autosomal recessive non-syndromic intellectual disability`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive non-syndromic intellectual disability`$children #> list() #> #> $`autosomal recessive non-syndromic intellectual disability`$value #> [1] "autosomal recessive non-syndromic intellectual disability" #> #> #> $`autosomal recessive nonsyndromic deafness` #> $`autosomal recessive nonsyndromic deafness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050565" #> #> $`autosomal recessive nonsyndromic deafness`$`_id` #> [1] "DOID_0050565<DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive nonsyndromic deafness`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive nonsyndromic deafness`$publicGeneCount #> [1] 57 #> #> $`autosomal recessive nonsyndromic deafness`$urlId #> [1] "DOID_0050565" #> #> $`autosomal recessive nonsyndromic deafness`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive nonsyndromic deafness`$`_parent` #> [1] "DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive nonsyndromic deafness`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive nonsyndromic deafness`$children #> list() #> #> $`autosomal recessive nonsyndromic deafness`$value #> [1] "autosomal recessive nonsyndromic deafness" #> #> #> $`autosomal recessive nonsyndromic deafness` #> $`autosomal recessive nonsyndromic deafness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050565" #> #> $`autosomal recessive nonsyndromic deafness`$`_id` #> [1] "DOID_0050565<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive nonsyndromic deafness`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive nonsyndromic deafness`$publicGeneCount #> [1] 57 #> #> $`autosomal recessive nonsyndromic deafness`$urlId #> [1] "DOID_0050565" #> #> $`autosomal recessive nonsyndromic deafness`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive nonsyndromic deafness`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive nonsyndromic deafness`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive nonsyndromic deafness`$children #> list() #> #> $`autosomal recessive nonsyndromic deafness`$value #> [1] "autosomal recessive nonsyndromic deafness" #> #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2` #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060065" #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$`_id` #> [1] "DOID_0060065<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$urlId #> [1] "DOID_0060065" #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$children #> list() #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$value #> [1] "autosomal recessive pyridoxine-refractory sideroblastic anemia 2" #> #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2` #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060065" #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$`_id` #> [1] "DOID_0060065<DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$urlId #> [1] "DOID_0060065" #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$`_parent` #> [1] "DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$children #> list() #> #> $`autosomal recessive pyridoxine-refractory sideroblastic anemia 2`$value #> [1] "autosomal recessive pyridoxine-refractory sideroblastic anemia 2" #> #> #> $`autosomal recessive spinocerebellar ataxia 10` #> $`autosomal recessive spinocerebellar ataxia 10`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050999" #> #> $`autosomal recessive spinocerebellar ataxia 10`$`_id` #> [1] "DOID_0050999<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 10`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 10`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 10`$urlId #> [1] "DOID_0050999" #> #> $`autosomal recessive spinocerebellar ataxia 10`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 10`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 10`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 10`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 10`$value #> [1] "autosomal recessive spinocerebellar ataxia 10" #> #> #> $`autosomal recessive spinocerebellar ataxia 10` #> $`autosomal recessive spinocerebellar ataxia 10`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050999" #> #> $`autosomal recessive spinocerebellar ataxia 10`$`_id` #> [1] "DOID_0050999<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 10`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 10`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 10`$urlId #> [1] "DOID_0050999" #> #> $`autosomal recessive spinocerebellar ataxia 10`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 10`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 10`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 10`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 10`$value #> [1] "autosomal recessive spinocerebellar ataxia 10" #> #> #> $`autosomal recessive spinocerebellar ataxia 10` #> $`autosomal recessive spinocerebellar ataxia 10`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050999" #> #> $`autosomal recessive spinocerebellar ataxia 10`$`_id` #> [1] "DOID_0050999<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 10`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 10`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 10`$urlId #> [1] "DOID_0050999" #> #> $`autosomal recessive spinocerebellar ataxia 10`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 10`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 10`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 10`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 10`$value #> [1] "autosomal recessive spinocerebellar ataxia 10" #> #> #> $`autosomal recessive spinocerebellar ataxia 11` #> $`autosomal recessive spinocerebellar ataxia 11`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080063" #> #> $`autosomal recessive spinocerebellar ataxia 11`$`_id` #> [1] "DOID_0080063<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 11`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 11`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 11`$urlId #> [1] "DOID_0080063" #> #> $`autosomal recessive spinocerebellar ataxia 11`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 11`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 11`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 11`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 11`$value #> [1] "autosomal recessive spinocerebellar ataxia 11" #> #> #> $`autosomal recessive spinocerebellar ataxia 11` #> $`autosomal recessive spinocerebellar ataxia 11`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080063" #> #> $`autosomal recessive spinocerebellar ataxia 11`$`_id` #> [1] "DOID_0080063<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 11`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 11`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 11`$urlId #> [1] "DOID_0080063" #> #> $`autosomal recessive spinocerebellar ataxia 11`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 11`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 11`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 11`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 11`$value #> [1] "autosomal recessive spinocerebellar ataxia 11" #> #> #> $`autosomal recessive spinocerebellar ataxia 11` #> $`autosomal recessive spinocerebellar ataxia 11`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080063" #> #> $`autosomal recessive spinocerebellar ataxia 11`$`_id` #> [1] "DOID_0080063<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 11`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 11`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 11`$urlId #> [1] "DOID_0080063" #> #> $`autosomal recessive spinocerebellar ataxia 11`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 11`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 11`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 11`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 11`$value #> [1] "autosomal recessive spinocerebellar ataxia 11" #> #> #> $`autosomal recessive spinocerebellar ataxia 12` #> $`autosomal recessive spinocerebellar ataxia 12`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080060" #> #> $`autosomal recessive spinocerebellar ataxia 12`$`_id` #> [1] "DOID_0080060<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 12`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 12`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 12`$urlId #> [1] "DOID_0080060" #> #> $`autosomal recessive spinocerebellar ataxia 12`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 12`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 12`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 12`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 12`$value #> [1] "autosomal recessive spinocerebellar ataxia 12" #> #> #> $`autosomal recessive spinocerebellar ataxia 12` #> $`autosomal recessive spinocerebellar ataxia 12`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080060" #> #> $`autosomal recessive spinocerebellar ataxia 12`$`_id` #> [1] "DOID_0080060<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 12`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 12`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 12`$urlId #> [1] "DOID_0080060" #> #> $`autosomal recessive spinocerebellar ataxia 12`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 12`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 12`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 12`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 12`$value #> [1] "autosomal recessive spinocerebellar ataxia 12" #> #> #> $`autosomal recessive spinocerebellar ataxia 12` #> $`autosomal recessive spinocerebellar ataxia 12`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080060" #> #> $`autosomal recessive spinocerebellar ataxia 12`$`_id` #> [1] "DOID_0080060<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 12`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 12`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 12`$urlId #> [1] "DOID_0080060" #> #> $`autosomal recessive spinocerebellar ataxia 12`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 12`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 12`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 12`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 12`$value #> [1] "autosomal recessive spinocerebellar ataxia 12" #> #> #> $`autosomal recessive spinocerebellar ataxia 13` #> $`autosomal recessive spinocerebellar ataxia 13`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080062" #> #> $`autosomal recessive spinocerebellar ataxia 13`$`_id` #> [1] "DOID_0080062<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 13`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 13`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 13`$urlId #> [1] "DOID_0080062" #> #> $`autosomal recessive spinocerebellar ataxia 13`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 13`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 13`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 13`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 13`$value #> [1] "autosomal recessive spinocerebellar ataxia 13" #> #> #> $`autosomal recessive spinocerebellar ataxia 13` #> $`autosomal recessive spinocerebellar ataxia 13`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080062" #> #> $`autosomal recessive spinocerebellar ataxia 13`$`_id` #> [1] "DOID_0080062<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 13`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 13`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 13`$urlId #> [1] "DOID_0080062" #> #> $`autosomal recessive spinocerebellar ataxia 13`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 13`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 13`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 13`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 13`$value #> [1] "autosomal recessive spinocerebellar ataxia 13" #> #> #> $`autosomal recessive spinocerebellar ataxia 13` #> $`autosomal recessive spinocerebellar ataxia 13`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080062" #> #> $`autosomal recessive spinocerebellar ataxia 13`$`_id` #> [1] "DOID_0080062<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 13`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 13`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 13`$urlId #> [1] "DOID_0080062" #> #> $`autosomal recessive spinocerebellar ataxia 13`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 13`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 13`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 13`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 13`$value #> [1] "autosomal recessive spinocerebellar ataxia 13" #> #> #> $`autosomal recessive spinocerebellar ataxia 14` #> $`autosomal recessive spinocerebellar ataxia 14`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080058" #> #> $`autosomal recessive spinocerebellar ataxia 14`$`_id` #> [1] "DOID_0080058<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 14`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 14`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 14`$urlId #> [1] "DOID_0080058" #> #> $`autosomal recessive spinocerebellar ataxia 14`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 14`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 14`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 14`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 14`$value #> [1] "autosomal recessive spinocerebellar ataxia 14" #> #> #> $`autosomal recessive spinocerebellar ataxia 14` #> $`autosomal recessive spinocerebellar ataxia 14`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080058" #> #> $`autosomal recessive spinocerebellar ataxia 14`$`_id` #> [1] "DOID_0080058<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 14`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 14`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 14`$urlId #> [1] "DOID_0080058" #> #> $`autosomal recessive spinocerebellar ataxia 14`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 14`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 14`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 14`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 14`$value #> [1] "autosomal recessive spinocerebellar ataxia 14" #> #> #> $`autosomal recessive spinocerebellar ataxia 14` #> $`autosomal recessive spinocerebellar ataxia 14`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080058" #> #> $`autosomal recessive spinocerebellar ataxia 14`$`_id` #> [1] "DOID_0080058<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 14`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 14`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 14`$urlId #> [1] "DOID_0080058" #> #> $`autosomal recessive spinocerebellar ataxia 14`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 14`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 14`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 14`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 14`$value #> [1] "autosomal recessive spinocerebellar ataxia 14" #> #> #> $`autosomal recessive spinocerebellar ataxia 15` #> $`autosomal recessive spinocerebellar ataxia 15`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080057" #> #> $`autosomal recessive spinocerebellar ataxia 15`$`_id` #> [1] "DOID_0080057<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 15`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 15`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 15`$urlId #> [1] "DOID_0080057" #> #> $`autosomal recessive spinocerebellar ataxia 15`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 15`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 15`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 15`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 15`$value #> [1] "autosomal recessive spinocerebellar ataxia 15" #> #> #> $`autosomal recessive spinocerebellar ataxia 15` #> $`autosomal recessive spinocerebellar ataxia 15`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080057" #> #> $`autosomal recessive spinocerebellar ataxia 15`$`_id` #> [1] "DOID_0080057<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 15`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 15`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 15`$urlId #> [1] "DOID_0080057" #> #> $`autosomal recessive spinocerebellar ataxia 15`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 15`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 15`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 15`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 15`$value #> [1] "autosomal recessive spinocerebellar ataxia 15" #> #> #> $`autosomal recessive spinocerebellar ataxia 15` #> $`autosomal recessive spinocerebellar ataxia 15`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080057" #> #> $`autosomal recessive spinocerebellar ataxia 15`$`_id` #> [1] "DOID_0080057<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 15`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 15`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 15`$urlId #> [1] "DOID_0080057" #> #> $`autosomal recessive spinocerebellar ataxia 15`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 15`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 15`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 15`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 15`$value #> [1] "autosomal recessive spinocerebellar ataxia 15" #> #> #> $`autosomal recessive spinocerebellar ataxia 16` #> $`autosomal recessive spinocerebellar ataxia 16`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080029" #> #> $`autosomal recessive spinocerebellar ataxia 16`$`_id` #> [1] "DOID_0080029<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 16`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 16`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 16`$urlId #> [1] "DOID_0080029" #> #> $`autosomal recessive spinocerebellar ataxia 16`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 16`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 16`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 16`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 16`$value #> [1] "autosomal recessive spinocerebellar ataxia 16" #> #> #> $`autosomal recessive spinocerebellar ataxia 16` #> $`autosomal recessive spinocerebellar ataxia 16`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080029" #> #> $`autosomal recessive spinocerebellar ataxia 16`$`_id` #> [1] "DOID_0080029<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 16`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 16`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 16`$urlId #> [1] "DOID_0080029" #> #> $`autosomal recessive spinocerebellar ataxia 16`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 16`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 16`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 16`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 16`$value #> [1] "autosomal recessive spinocerebellar ataxia 16" #> #> #> $`autosomal recessive spinocerebellar ataxia 16` #> $`autosomal recessive spinocerebellar ataxia 16`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080029" #> #> $`autosomal recessive spinocerebellar ataxia 16`$`_id` #> [1] "DOID_0080029<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 16`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 16`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 16`$urlId #> [1] "DOID_0080029" #> #> $`autosomal recessive spinocerebellar ataxia 16`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 16`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 16`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 16`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 16`$value #> [1] "autosomal recessive spinocerebellar ataxia 16" #> #> #> $`autosomal recessive spinocerebellar ataxia 17` #> $`autosomal recessive spinocerebellar ataxia 17`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080064" #> #> $`autosomal recessive spinocerebellar ataxia 17`$`_id` #> [1] "DOID_0080064<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 17`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 17`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 17`$urlId #> [1] "DOID_0080064" #> #> $`autosomal recessive spinocerebellar ataxia 17`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 17`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 17`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 17`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 17`$value #> [1] "autosomal recessive spinocerebellar ataxia 17" #> #> #> $`autosomal recessive spinocerebellar ataxia 17` #> $`autosomal recessive spinocerebellar ataxia 17`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080064" #> #> $`autosomal recessive spinocerebellar ataxia 17`$`_id` #> [1] "DOID_0080064<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 17`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 17`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 17`$urlId #> [1] "DOID_0080064" #> #> $`autosomal recessive spinocerebellar ataxia 17`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 17`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 17`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 17`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 17`$value #> [1] "autosomal recessive spinocerebellar ataxia 17" #> #> #> $`autosomal recessive spinocerebellar ataxia 17` #> $`autosomal recessive spinocerebellar ataxia 17`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080064" #> #> $`autosomal recessive spinocerebellar ataxia 17`$`_id` #> [1] "DOID_0080064<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 17`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 17`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 17`$urlId #> [1] "DOID_0080064" #> #> $`autosomal recessive spinocerebellar ataxia 17`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 17`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 17`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 17`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 17`$value #> [1] "autosomal recessive spinocerebellar ataxia 17" #> #> #> $`autosomal recessive spinocerebellar ataxia 18` #> $`autosomal recessive spinocerebellar ataxia 18`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080042" #> #> $`autosomal recessive spinocerebellar ataxia 18`$`_id` #> [1] "DOID_0080042<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 18`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 18`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 18`$urlId #> [1] "DOID_0080042" #> #> $`autosomal recessive spinocerebellar ataxia 18`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 18`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 18`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 18`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 18`$value #> [1] "autosomal recessive spinocerebellar ataxia 18" #> #> #> $`autosomal recessive spinocerebellar ataxia 18` #> $`autosomal recessive spinocerebellar ataxia 18`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080042" #> #> $`autosomal recessive spinocerebellar ataxia 18`$`_id` #> [1] "DOID_0080042<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 18`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 18`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 18`$urlId #> [1] "DOID_0080042" #> #> $`autosomal recessive spinocerebellar ataxia 18`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 18`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 18`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 18`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 18`$value #> [1] "autosomal recessive spinocerebellar ataxia 18" #> #> #> $`autosomal recessive spinocerebellar ataxia 18` #> $`autosomal recessive spinocerebellar ataxia 18`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080042" #> #> $`autosomal recessive spinocerebellar ataxia 18`$`_id` #> [1] "DOID_0080042<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 18`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 18`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 18`$urlId #> [1] "DOID_0080042" #> #> $`autosomal recessive spinocerebellar ataxia 18`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 18`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 18`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 18`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 18`$value #> [1] "autosomal recessive spinocerebellar ataxia 18" #> #> #> $`autosomal recessive spinocerebellar ataxia 19` #> $`autosomal recessive spinocerebellar ataxia 19`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080065" #> #> $`autosomal recessive spinocerebellar ataxia 19`$`_id` #> [1] "DOID_0080065<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 19`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 19`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 19`$urlId #> [1] "DOID_0080065" #> #> $`autosomal recessive spinocerebellar ataxia 19`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 19`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 19`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 19`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 19`$value #> [1] "autosomal recessive spinocerebellar ataxia 19" #> #> #> $`autosomal recessive spinocerebellar ataxia 19` #> $`autosomal recessive spinocerebellar ataxia 19`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080065" #> #> $`autosomal recessive spinocerebellar ataxia 19`$`_id` #> [1] "DOID_0080065<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 19`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 19`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 19`$urlId #> [1] "DOID_0080065" #> #> $`autosomal recessive spinocerebellar ataxia 19`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 19`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 19`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 19`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 19`$value #> [1] "autosomal recessive spinocerebellar ataxia 19" #> #> #> $`autosomal recessive spinocerebellar ataxia 19` #> $`autosomal recessive spinocerebellar ataxia 19`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080065" #> #> $`autosomal recessive spinocerebellar ataxia 19`$`_id` #> [1] "DOID_0080065<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 19`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 19`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 19`$urlId #> [1] "DOID_0080065" #> #> $`autosomal recessive spinocerebellar ataxia 19`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 19`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 19`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 19`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 19`$value #> [1] "autosomal recessive spinocerebellar ataxia 19" #> #> #> $`autosomal recessive spinocerebellar ataxia 2` #> $`autosomal recessive spinocerebellar ataxia 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080061" #> #> $`autosomal recessive spinocerebellar ataxia 2`$`_id` #> [1] "DOID_0080061<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 2`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 2`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 2`$urlId #> [1] "DOID_0080061" #> #> $`autosomal recessive spinocerebellar ataxia 2`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 2`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 2`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 2`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 2`$value #> [1] "autosomal recessive spinocerebellar ataxia 2" #> #> #> $`autosomal recessive spinocerebellar ataxia 2` #> $`autosomal recessive spinocerebellar ataxia 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080061" #> #> $`autosomal recessive spinocerebellar ataxia 2`$`_id` #> [1] "DOID_0080061<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 2`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 2`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 2`$urlId #> [1] "DOID_0080061" #> #> $`autosomal recessive spinocerebellar ataxia 2`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 2`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 2`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 2`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 2`$value #> [1] "autosomal recessive spinocerebellar ataxia 2" #> #> #> $`autosomal recessive spinocerebellar ataxia 2` #> $`autosomal recessive spinocerebellar ataxia 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080061" #> #> $`autosomal recessive spinocerebellar ataxia 2`$`_id` #> [1] "DOID_0080061<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 2`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 2`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 2`$urlId #> [1] "DOID_0080061" #> #> $`autosomal recessive spinocerebellar ataxia 2`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 2`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 2`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 2`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 2`$value #> [1] "autosomal recessive spinocerebellar ataxia 2" #> #> #> $`autosomal recessive spinocerebellar ataxia 20` #> $`autosomal recessive spinocerebellar ataxia 20`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080066" #> #> $`autosomal recessive spinocerebellar ataxia 20`$`_id` #> [1] "DOID_0080066<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 20`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 20`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 20`$urlId #> [1] "DOID_0080066" #> #> $`autosomal recessive spinocerebellar ataxia 20`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 20`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 20`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 20`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 20`$value #> [1] "autosomal recessive spinocerebellar ataxia 20" #> #> #> $`autosomal recessive spinocerebellar ataxia 20` #> $`autosomal recessive spinocerebellar ataxia 20`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080066" #> #> $`autosomal recessive spinocerebellar ataxia 20`$`_id` #> [1] "DOID_0080066<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 20`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 20`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 20`$urlId #> [1] "DOID_0080066" #> #> $`autosomal recessive spinocerebellar ataxia 20`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 20`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 20`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 20`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 20`$value #> [1] "autosomal recessive spinocerebellar ataxia 20" #> #> #> $`autosomal recessive spinocerebellar ataxia 20` #> $`autosomal recessive spinocerebellar ataxia 20`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080066" #> #> $`autosomal recessive spinocerebellar ataxia 20`$`_id` #> [1] "DOID_0080066<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 20`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 20`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 20`$urlId #> [1] "DOID_0080066" #> #> $`autosomal recessive spinocerebellar ataxia 20`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 20`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 20`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 20`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 20`$value #> [1] "autosomal recessive spinocerebellar ataxia 20" #> #> #> $`autosomal recessive spinocerebellar ataxia 7` #> $`autosomal recessive spinocerebellar ataxia 7`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080059" #> #> $`autosomal recessive spinocerebellar ataxia 7`$`_id` #> [1] "DOID_0080059<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 7`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 7`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 7`$urlId #> [1] "DOID_0080059" #> #> $`autosomal recessive spinocerebellar ataxia 7`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 7`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 7`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 7`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 7`$value #> [1] "autosomal recessive spinocerebellar ataxia 7" #> #> #> $`autosomal recessive spinocerebellar ataxia 7` #> $`autosomal recessive spinocerebellar ataxia 7`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080059" #> #> $`autosomal recessive spinocerebellar ataxia 7`$`_id` #> [1] "DOID_0080059<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 7`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 7`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 7`$urlId #> [1] "DOID_0080059" #> #> $`autosomal recessive spinocerebellar ataxia 7`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 7`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 7`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 7`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 7`$value #> [1] "autosomal recessive spinocerebellar ataxia 7" #> #> #> $`autosomal recessive spinocerebellar ataxia 7` #> $`autosomal recessive spinocerebellar ataxia 7`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080059" #> #> $`autosomal recessive spinocerebellar ataxia 7`$`_id` #> [1] "DOID_0080059<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 7`$privateGeneCount #> [1] 0 #> #> $`autosomal recessive spinocerebellar ataxia 7`$publicGeneCount #> [1] 1 #> #> $`autosomal recessive spinocerebellar ataxia 7`$urlId #> [1] "DOID_0080059" #> #> $`autosomal recessive spinocerebellar ataxia 7`$dbPhenotype #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 7`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`autosomal recessive spinocerebellar ataxia 7`$`_is_leaf` #> [1] TRUE #> #> $`autosomal recessive spinocerebellar ataxia 7`$children #> list() #> #> $`autosomal recessive spinocerebellar ataxia 7`$value #> [1] "autosomal recessive spinocerebellar ataxia 7" #> #> #> $`avian influenza` #> $`avian influenza`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4492" #> #> $`avian influenza`$`_id` #> [1] "DOID_4492<DOID_8469<DOID_1579<DOID_7<DOID_4" #> #> $`avian influenza`$privateGeneCount #> [1] 0 #> #> $`avian influenza`$publicGeneCount #> [1] 2 #> #> $`avian influenza`$urlId #> [1] "DOID_4492" #> #> $`avian influenza`$dbPhenotype #> [1] TRUE #> #> $`avian influenza`$`_parent` #> [1] "DOID_8469<DOID_1579<DOID_7<DOID_4" #> #> $`avian influenza`$`_is_leaf` #> [1] TRUE #> #> $`avian influenza`$children #> list() #> #> $`avian influenza`$value #> [1] "avian influenza" #> #> #> $`avian influenza` #> $`avian influenza`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4492" #> #> $`avian influenza`$`_id` #> [1] "DOID_4492<DOID_8469<DOID_934<DOID_0050117<DOID_4" #> #> $`avian influenza`$privateGeneCount #> [1] 0 #> #> $`avian influenza`$publicGeneCount #> [1] 2 #> #> $`avian influenza`$urlId #> [1] "DOID_4492" #> #> $`avian influenza`$dbPhenotype #> [1] TRUE #> #> $`avian influenza`$`_parent` #> [1] "DOID_8469<DOID_934<DOID_0050117<DOID_4" #> #> $`avian influenza`$`_is_leaf` #> [1] TRUE #> #> $`avian influenza`$children #> list() #> #> $`avian influenza`$value #> [1] "avian influenza" #> #> #> $`avoidant personality disorder` #> $`avoidant personality disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1509" #> #> $`avoidant personality disorder`$`_id` #> [1] "DOID_1509<DOID_1510<DOID_150<DOID_4" #> #> $`avoidant personality disorder`$privateGeneCount #> [1] 0 #> #> $`avoidant personality disorder`$publicGeneCount #> [1] 2 #> #> $`avoidant personality disorder`$urlId #> [1] "DOID_1509" #> #> $`avoidant personality disorder`$dbPhenotype #> [1] TRUE #> #> $`avoidant personality disorder`$`_parent` #> [1] "DOID_1510<DOID_150<DOID_4" #> #> $`avoidant personality disorder`$`_is_leaf` #> [1] TRUE #> #> $`avoidant personality disorder`$children #> list() #> #> $`avoidant personality disorder`$value #> [1] "avoidant personality disorder" #> #> #> $`Axenfeld-Rieger syndrome` #> $`Axenfeld-Rieger syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14686" #> #> $`Axenfeld-Rieger syndrome`$`_id` #> [1] "DOID_14686<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Axenfeld-Rieger syndrome`$privateGeneCount #> [1] 0 #> #> $`Axenfeld-Rieger syndrome`$publicGeneCount #> [1] 3 #> #> $`Axenfeld-Rieger syndrome`$urlId #> [1] "DOID_14686" #> #> $`Axenfeld-Rieger syndrome`$dbPhenotype #> [1] TRUE #> #> $`Axenfeld-Rieger syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Axenfeld-Rieger syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Axenfeld-Rieger syndrome`$children #> list() #> #> $`Axenfeld-Rieger syndrome`$value #> [1] "Axenfeld-Rieger syndrome" #> #> #> $`Axenfeld-Rieger syndrome` #> $`Axenfeld-Rieger syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14686" #> #> $`Axenfeld-Rieger syndrome`$`_id` #> [1] "DOID_14686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Axenfeld-Rieger syndrome`$privateGeneCount #> [1] 0 #> #> $`Axenfeld-Rieger syndrome`$publicGeneCount #> [1] 3 #> #> $`Axenfeld-Rieger syndrome`$urlId #> [1] "DOID_14686" #> #> $`Axenfeld-Rieger syndrome`$dbPhenotype #> [1] TRUE #> #> $`Axenfeld-Rieger syndrome`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Axenfeld-Rieger syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Axenfeld-Rieger syndrome`$children #> list() #> #> $`Axenfeld-Rieger syndrome`$value #> [1] "Axenfeld-Rieger syndrome" #> #> #> $`axon degeneration` #> $`axon degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0005405" #> #> $`axon degeneration`$`_id` #> [1] "MP_0005405<MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> $`axon degeneration`$privateGeneCount #> [1] 0 #> #> $`axon degeneration`$publicGeneCount #> [1] 1 #> #> $`axon degeneration`$urlId #> [1] "MP_0005405" #> #> $`axon degeneration`$dbPhenotype #> [1] FALSE #> #> $`axon degeneration`$`_parent` #> [1] "MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> $`axon degeneration`$`_is_leaf` #> [1] FALSE #> #> $`axon degeneration`$children #> $`axon degeneration`$children[[1]] #> [1] "MP_0010047<MP_0005405<MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> #> $`axon degeneration`$value #> [1] "axon degeneration" #> #> #> $`axonal spheroids` #> $`axonal spheroids`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0010047" #> #> $`axonal spheroids`$`_id` #> [1] "MP_0010047<MP_0005405<MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> $`axonal spheroids`$privateGeneCount #> [1] 0 #> #> $`axonal spheroids`$publicGeneCount #> [1] 1 #> #> $`axonal spheroids`$urlId #> [1] "MP_0010047" #> #> $`axonal spheroids`$dbPhenotype #> [1] TRUE #> #> $`axonal spheroids`$`_parent` #> [1] "MP_0005405<MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> $`axonal spheroids`$`_is_leaf` #> [1] TRUE #> #> $`axonal spheroids`$children #> list() #> #> $`axonal spheroids`$value #> [1] "axonal spheroids" #> #> #> $azoospermia #> $azoospermia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14227" #> #> $azoospermia$`_id` #> [1] "DOID_14227<DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $azoospermia$privateGeneCount #> [1] 0 #> #> $azoospermia$publicGeneCount #> [1] 20 #> #> $azoospermia$urlId #> [1] "DOID_14227" #> #> $azoospermia$dbPhenotype #> [1] TRUE #> #> $azoospermia$`_parent` #> [1] "DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $azoospermia$`_is_leaf` #> [1] TRUE #> #> $azoospermia$children #> list() #> #> $azoospermia$value #> [1] "azoospermia" #> #> #> $Azotemia #> $Azotemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002157" #> #> $Azotemia$`_id` #> [1] "HP_0002157<HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Azotemia$privateGeneCount #> [1] 0 #> #> $Azotemia$publicGeneCount #> [1] 10 #> #> $Azotemia$urlId #> [1] "HP_0002157" #> #> $Azotemia$dbPhenotype #> [1] TRUE #> #> $Azotemia$`_parent` #> [1] "HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Azotemia$`_is_leaf` #> [1] FALSE #> #> $Azotemia$children #> $Azotemia$children[[1]] #> [1] "HP_0001987<HP_0002157<HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Azotemia$children[[2]] #> [1] "HP_0003537<HP_0002157<HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $Azotemia$value #> [1] "Azotemia" #> #> #> $`B cell deficiency` #> $`B cell deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2115" #> #> $`B cell deficiency`$`_id` #> [1] "DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`B cell deficiency`$privateGeneCount #> [1] 0 #> #> $`B cell deficiency`$publicGeneCount #> [1] 35 #> #> $`B cell deficiency`$urlId #> [1] "DOID_2115" #> #> $`B cell deficiency`$dbPhenotype #> [1] FALSE #> #> $`B cell deficiency`$`_parent` #> [1] "DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`B cell deficiency`$`_is_leaf` #> [1] FALSE #> #> $`B cell deficiency`$children #> $`B cell deficiency`$children[[1]] #> [1] "DOID_2583<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`B cell deficiency`$children[[2]] #> [1] "DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`B cell deficiency`$children[[3]] #> [1] "DOID_0060025<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`B cell deficiency`$children[[4]] #> [1] "DOID_6025<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`B cell deficiency`$value #> [1] "B cell deficiency" #> #> #> $`B-cell lymphoma` #> $`B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_707" #> #> $`B-cell lymphoma`$`_id` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`B-cell lymphoma`$publicGeneCount #> [1] 78 #> #> $`B-cell lymphoma`$urlId #> [1] "DOID_707" #> #> $`B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`B-cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`B-cell lymphoma`$children #> $`B-cell lymphoma`$children[[1]] #> [1] "DOID_0050745<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$children[[2]] #> [1] "DOID_0050747<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$children[[3]] #> [1] "DOID_0050746<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$children[[4]] #> [1] "DOID_0050748<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$children[[5]] #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`B-cell lymphoma`$value #> [1] "B-cell lymphoma" #> #> #> $`B-cell lymphoma` #> $`B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_707" #> #> $`B-cell lymphoma`$`_id` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`B-cell lymphoma`$publicGeneCount #> [1] 78 #> #> $`B-cell lymphoma`$urlId #> [1] "DOID_707" #> #> $`B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`B-cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`B-cell lymphoma`$children #> $`B-cell lymphoma`$children[[1]] #> [1] "DOID_0050745<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[2]] #> [1] "DOID_0050747<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[3]] #> [1] "DOID_0050746<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[4]] #> [1] "DOID_0050748<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[5]] #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`B-cell lymphoma`$value #> [1] "B-cell lymphoma" #> #> #> $`B-cell lymphoma` #> $`B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_707" #> #> $`B-cell lymphoma`$`_id` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`B-cell lymphoma`$publicGeneCount #> [1] 78 #> #> $`B-cell lymphoma`$urlId #> [1] "DOID_707" #> #> $`B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`B-cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`B-cell lymphoma`$children #> $`B-cell lymphoma`$children[[1]] #> [1] "DOID_0050745<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[2]] #> [1] "DOID_0050747<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[3]] #> [1] "DOID_0050746<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[4]] #> [1] "DOID_0050748<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[5]] #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`B-cell lymphoma`$value #> [1] "B-cell lymphoma" #> #> #> $`B-cell lymphoma` #> $`B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_707" #> #> $`B-cell lymphoma`$`_id` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`B-cell lymphoma`$publicGeneCount #> [1] 78 #> #> $`B-cell lymphoma`$urlId #> [1] "DOID_707" #> #> $`B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`B-cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`B-cell lymphoma`$children #> $`B-cell lymphoma`$children[[1]] #> [1] "DOID_0050745<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$children[[2]] #> [1] "DOID_0050747<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$children[[3]] #> [1] "DOID_0050746<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$children[[4]] #> [1] "DOID_0050748<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`B-cell lymphoma`$children[[5]] #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`B-cell lymphoma`$value #> [1] "B-cell lymphoma" #> #> #> $`B-cell lymphoma` #> $`B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_707" #> #> $`B-cell lymphoma`$`_id` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`B-cell lymphoma`$publicGeneCount #> [1] 78 #> #> $`B-cell lymphoma`$urlId #> [1] "DOID_707" #> #> $`B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`B-cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`B-cell lymphoma`$children #> $`B-cell lymphoma`$children[[1]] #> [1] "DOID_0050745<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[2]] #> [1] "DOID_0050747<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[3]] #> [1] "DOID_0050746<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[4]] #> [1] "DOID_0050748<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`B-cell lymphoma`$children[[5]] #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`B-cell lymphoma`$value #> [1] "B-cell lymphoma" #> #> #> $`Back pain` #> $`Back pain`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003418" #> #> $`Back pain`$`_id` #> [1] "HP_0003418<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Back pain`$privateGeneCount #> [1] 0 #> #> $`Back pain`$publicGeneCount #> [1] 2 #> #> $`Back pain`$urlId #> [1] "HP_0003418" #> #> $`Back pain`$dbPhenotype #> [1] TRUE #> #> $`Back pain`$`_parent` #> [1] "HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Back pain`$`_is_leaf` #> [1] FALSE #> #> $`Back pain`$children #> $`Back pain`$children[[1]] #> [1] "HP_0003419<HP_0003418<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Back pain`$value #> [1] "Back pain" #> #> #> $`Back pain` #> $`Back pain`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003418" #> #> $`Back pain`$`_id` #> [1] "HP_0003418<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $`Back pain`$privateGeneCount #> [1] 0 #> #> $`Back pain`$publicGeneCount #> [1] 2 #> #> $`Back pain`$urlId #> [1] "HP_0003418" #> #> $`Back pain`$dbPhenotype #> [1] TRUE #> #> $`Back pain`$`_parent` #> [1] "HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $`Back pain`$`_is_leaf` #> [1] FALSE #> #> $`Back pain`$children #> $`Back pain`$children[[1]] #> [1] "HP_0003419<HP_0003418<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> #> $`Back pain`$value #> [1] "Back pain" #> #> #> $`bacterial infectious disease` #> $`bacterial infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_104" #> #> $`bacterial infectious disease`$`_id` #> [1] "DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial infectious disease`$privateGeneCount #> [1] 0 #> #> $`bacterial infectious disease`$publicGeneCount #> [1] 133 #> #> $`bacterial infectious disease`$urlId #> [1] "DOID_104" #> #> $`bacterial infectious disease`$dbPhenotype #> [1] TRUE #> #> $`bacterial infectious disease`$`_parent` #> [1] "DOID_0050117<DOID_4" #> #> $`bacterial infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`bacterial infectious disease`$children #> $`bacterial infectious disease`$children[[1]] #> [1] "DOID_9470<DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial infectious disease`$children[[2]] #> [1] "DOID_874<DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial infectious disease`$children[[3]] #> [1] "DOID_3385<DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial infectious disease`$children[[4]] #> [1] "DOID_0050339<DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial infectious disease`$children[[5]] #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial infectious disease`$children[[6]] #> [1] "DOID_1586<DOID_104<DOID_0050117<DOID_4" #> #> #> $`bacterial infectious disease`$value #> [1] "bacterial infectious disease" #> #> #> $`bacterial meningitis` #> $`bacterial meningitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9470" #> #> $`bacterial meningitis`$`_id` #> [1] "DOID_9470<DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial meningitis`$privateGeneCount #> [1] 0 #> #> $`bacterial meningitis`$publicGeneCount #> [1] 16 #> #> $`bacterial meningitis`$urlId #> [1] "DOID_9470" #> #> $`bacterial meningitis`$dbPhenotype #> [1] TRUE #> #> $`bacterial meningitis`$`_parent` #> [1] "DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial meningitis`$`_is_leaf` #> [1] TRUE #> #> $`bacterial meningitis`$children #> list() #> #> $`bacterial meningitis`$value #> [1] "bacterial meningitis" #> #> #> $`bacterial meningitis` #> $`bacterial meningitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9470" #> #> $`bacterial meningitis`$`_id` #> [1] "DOID_9470<DOID_9471<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`bacterial meningitis`$privateGeneCount #> [1] 0 #> #> $`bacterial meningitis`$publicGeneCount #> [1] 16 #> #> $`bacterial meningitis`$urlId #> [1] "DOID_9470" #> #> $`bacterial meningitis`$dbPhenotype #> [1] TRUE #> #> $`bacterial meningitis`$`_parent` #> [1] "DOID_9471<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`bacterial meningitis`$`_is_leaf` #> [1] TRUE #> #> $`bacterial meningitis`$children #> list() #> #> $`bacterial meningitis`$value #> [1] "bacterial meningitis" #> #> #> $`bacterial pneumonia` #> $`bacterial pneumonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_874" #> #> $`bacterial pneumonia`$`_id` #> [1] "DOID_874<DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial pneumonia`$privateGeneCount #> [1] 0 #> #> $`bacterial pneumonia`$publicGeneCount #> [1] 21 #> #> $`bacterial pneumonia`$urlId #> [1] "DOID_874" #> #> $`bacterial pneumonia`$dbPhenotype #> [1] TRUE #> #> $`bacterial pneumonia`$`_parent` #> [1] "DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial pneumonia`$`_is_leaf` #> [1] FALSE #> #> $`bacterial pneumonia`$children #> $`bacterial pneumonia`$children[[1]] #> [1] "DOID_0050152<DOID_874<DOID_104<DOID_0050117<DOID_4" #> #> #> $`bacterial pneumonia`$value #> [1] "bacterial pneumonia" #> #> #> $`bacterial pneumonia` #> $`bacterial pneumonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_874" #> #> $`bacterial pneumonia`$`_id` #> [1] "DOID_874<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bacterial pneumonia`$privateGeneCount #> [1] 0 #> #> $`bacterial pneumonia`$publicGeneCount #> [1] 21 #> #> $`bacterial pneumonia`$urlId #> [1] "DOID_874" #> #> $`bacterial pneumonia`$dbPhenotype #> [1] TRUE #> #> $`bacterial pneumonia`$`_parent` #> [1] "DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bacterial pneumonia`$`_is_leaf` #> [1] FALSE #> #> $`bacterial pneumonia`$children #> $`bacterial pneumonia`$children[[1]] #> [1] "DOID_0050152<DOID_874<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`bacterial pneumonia`$value #> [1] "bacterial pneumonia" #> #> #> $`bacterial vaginosis` #> $`bacterial vaginosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3385" #> #> $`bacterial vaginosis`$`_id` #> [1] "DOID_3385<DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial vaginosis`$privateGeneCount #> [1] 0 #> #> $`bacterial vaginosis`$publicGeneCount #> [1] 1 #> #> $`bacterial vaginosis`$urlId #> [1] "DOID_3385" #> #> $`bacterial vaginosis`$dbPhenotype #> [1] TRUE #> #> $`bacterial vaginosis`$`_parent` #> [1] "DOID_104<DOID_0050117<DOID_4" #> #> $`bacterial vaginosis`$`_is_leaf` #> [1] TRUE #> #> $`bacterial vaginosis`$children #> list() #> #> $`bacterial vaginosis`$value #> [1] "bacterial vaginosis" #> #> #> $`bacterial vaginosis` #> $`bacterial vaginosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3385" #> #> $`bacterial vaginosis`$`_id` #> [1] "DOID_3385<DOID_2170<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`bacterial vaginosis`$privateGeneCount #> [1] 0 #> #> $`bacterial vaginosis`$publicGeneCount #> [1] 1 #> #> $`bacterial vaginosis`$urlId #> [1] "DOID_3385" #> #> $`bacterial vaginosis`$dbPhenotype #> [1] TRUE #> #> $`bacterial vaginosis`$`_parent` #> [1] "DOID_2170<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`bacterial vaginosis`$`_is_leaf` #> [1] TRUE #> #> $`bacterial vaginosis`$children #> list() #> #> $`bacterial vaginosis`$value #> [1] "bacterial vaginosis" #> #> #> $bagassosis #> $bagassosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12522" #> #> $bagassosis$`_id` #> [1] "DOID_12522<DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $bagassosis$privateGeneCount #> [1] 0 #> #> $bagassosis$publicGeneCount #> [1] 16 #> #> $bagassosis$urlId #> [1] "DOID_12522" #> #> $bagassosis$dbPhenotype #> [1] TRUE #> #> $bagassosis$`_parent` #> [1] "DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $bagassosis$`_is_leaf` #> [1] TRUE #> #> $bagassosis$children #> list() #> #> $bagassosis$value #> [1] "bagassosis" #> #> #> $bagassosis #> $bagassosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12522" #> #> $bagassosis$`_id` #> [1] "DOID_12522<DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bagassosis$privateGeneCount #> [1] 0 #> #> $bagassosis$publicGeneCount #> [1] 16 #> #> $bagassosis$urlId #> [1] "DOID_12522" #> #> $bagassosis$dbPhenotype #> [1] TRUE #> #> $bagassosis$`_parent` #> [1] "DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bagassosis$`_is_leaf` #> [1] TRUE #> #> $bagassosis$children #> list() #> #> $bagassosis$value #> [1] "bagassosis" #> #> #> $`Balkan nephropathy` #> $`Balkan nephropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3052" #> #> $`Balkan nephropathy`$`_id` #> [1] "DOID_3052<DOID_1063<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Balkan nephropathy`$privateGeneCount #> [1] 0 #> #> $`Balkan nephropathy`$publicGeneCount #> [1] 1 #> #> $`Balkan nephropathy`$urlId #> [1] "DOID_3052" #> #> $`Balkan nephropathy`$dbPhenotype #> [1] TRUE #> #> $`Balkan nephropathy`$`_parent` #> [1] "DOID_1063<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Balkan nephropathy`$`_is_leaf` #> [1] TRUE #> #> $`Balkan nephropathy`$children #> list() #> #> $`Balkan nephropathy`$value #> [1] "Balkan nephropathy" #> #> #> $`Baller-Gerold syndrome` #> $`Baller-Gerold syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050654" #> #> $`Baller-Gerold syndrome`$`_id` #> [1] "DOID_0050654<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Baller-Gerold syndrome`$privateGeneCount #> [1] 0 #> #> $`Baller-Gerold syndrome`$publicGeneCount #> [1] 1 #> #> $`Baller-Gerold syndrome`$urlId #> [1] "DOID_0050654" #> #> $`Baller-Gerold syndrome`$dbPhenotype #> [1] TRUE #> #> $`Baller-Gerold syndrome`$`_parent` #> [1] "DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Baller-Gerold syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Baller-Gerold syndrome`$children #> list() #> #> $`Baller-Gerold syndrome`$value #> [1] "Baller-Gerold syndrome" #> #> #> $`Bamforth-Lazarus syndrome` #> $`Bamforth-Lazarus syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050655" #> #> $`Bamforth-Lazarus syndrome`$`_id` #> [1] "DOID_0050655<DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`Bamforth-Lazarus syndrome`$privateGeneCount #> [1] 0 #> #> $`Bamforth-Lazarus syndrome`$publicGeneCount #> [1] 2 #> #> $`Bamforth-Lazarus syndrome`$urlId #> [1] "DOID_0050655" #> #> $`Bamforth-Lazarus syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bamforth-Lazarus syndrome`$`_parent` #> [1] "DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`Bamforth-Lazarus syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bamforth-Lazarus syndrome`$children #> list() #> #> $`Bamforth-Lazarus syndrome`$value #> [1] "Bamforth-Lazarus syndrome" #> #> #> $`Bannayan-Riley-Ruvalcaba syndrome` #> $`Bannayan-Riley-Ruvalcaba syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050657" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$`_id` #> [1] "DOID_0050657<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$privateGeneCount #> [1] 0 #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$publicGeneCount #> [1] 1 #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$urlId #> [1] "DOID_0050657" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$children #> list() #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$value #> [1] "Bannayan-Riley-Ruvalcaba syndrome" #> #> #> $`Bannayan-Riley-Ruvalcaba syndrome` #> $`Bannayan-Riley-Ruvalcaba syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050657" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$`_id` #> [1] "DOID_0050657<DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$privateGeneCount #> [1] 0 #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$publicGeneCount #> [1] 1 #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$urlId #> [1] "DOID_0050657" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$`_parent` #> [1] "DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$children #> list() #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$value #> [1] "Bannayan-Riley-Ruvalcaba syndrome" #> #> #> $`Bannayan-Riley-Ruvalcaba syndrome` #> $`Bannayan-Riley-Ruvalcaba syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050657" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$`_id` #> [1] "DOID_0050657<DOID_225<DOID_4" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$privateGeneCount #> [1] 0 #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$publicGeneCount #> [1] 1 #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$urlId #> [1] "DOID_0050657" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$children #> list() #> #> $`Bannayan-Riley-Ruvalcaba syndrome`$value #> [1] "Bannayan-Riley-Ruvalcaba syndrome" #> #> #> $`Baraitser-Winter syndrome` #> $`Baraitser-Winter syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060229" #> #> $`Baraitser-Winter syndrome`$`_id` #> [1] "DOID_0060229<DOID_225<DOID_4" #> #> $`Baraitser-Winter syndrome`$privateGeneCount #> [1] 0 #> #> $`Baraitser-Winter syndrome`$publicGeneCount #> [1] 2 #> #> $`Baraitser-Winter syndrome`$urlId #> [1] "DOID_0060229" #> #> $`Baraitser-Winter syndrome`$dbPhenotype #> [1] TRUE #> #> $`Baraitser-Winter syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Baraitser-Winter syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Baraitser-Winter syndrome`$children #> list() #> #> $`Baraitser-Winter syndrome`$value #> [1] "Baraitser-Winter syndrome" #> #> #> $`Bardet-Biedl syndrome` #> $`Bardet-Biedl syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1935" #> #> $`Bardet-Biedl syndrome`$`_id` #> [1] "DOID_1935<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bardet-Biedl syndrome`$privateGeneCount #> [1] 0 #> #> $`Bardet-Biedl syndrome`$publicGeneCount #> [1] 21 #> #> $`Bardet-Biedl syndrome`$urlId #> [1] "DOID_1935" #> #> $`Bardet-Biedl syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bardet-Biedl syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bardet-Biedl syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bardet-Biedl syndrome`$children #> list() #> #> $`Bardet-Biedl syndrome`$value #> [1] "Bardet-Biedl syndrome" #> #> #> $`Bardet-Biedl syndrome` #> $`Bardet-Biedl syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1935" #> #> $`Bardet-Biedl syndrome`$`_id` #> [1] "DOID_1935<DOID_225<DOID_4" #> #> $`Bardet-Biedl syndrome`$privateGeneCount #> [1] 0 #> #> $`Bardet-Biedl syndrome`$publicGeneCount #> [1] 21 #> #> $`Bardet-Biedl syndrome`$urlId #> [1] "DOID_1935" #> #> $`Bardet-Biedl syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bardet-Biedl syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Bardet-Biedl syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bardet-Biedl syndrome`$children #> list() #> #> $`Bardet-Biedl syndrome`$value #> [1] "Bardet-Biedl syndrome" #> #> #> $`Barrett's esophagus` #> $`Barrett's esophagus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9206" #> #> $`Barrett's esophagus`$`_id` #> [1] "DOID_9206<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`Barrett's esophagus`$privateGeneCount #> [1] 0 #> #> $`Barrett's esophagus`$publicGeneCount #> [1] 25 #> #> $`Barrett's esophagus`$urlId #> [1] "DOID_9206" #> #> $`Barrett's esophagus`$dbPhenotype #> [1] TRUE #> #> $`Barrett's esophagus`$`_parent` #> [1] "DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`Barrett's esophagus`$`_is_leaf` #> [1] TRUE #> #> $`Barrett's esophagus`$children #> list() #> #> $`Barrett's esophagus`$value #> [1] "Barrett's esophagus" #> #> #> $`Bart-Pumphrey syndrome` #> $`Bart-Pumphrey syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050658" #> #> $`Bart-Pumphrey syndrome`$`_id` #> [1] "DOID_0050658<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bart-Pumphrey syndrome`$privateGeneCount #> [1] 0 #> #> $`Bart-Pumphrey syndrome`$publicGeneCount #> [1] 1 #> #> $`Bart-Pumphrey syndrome`$urlId #> [1] "DOID_0050658" #> #> $`Bart-Pumphrey syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bart-Pumphrey syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bart-Pumphrey syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bart-Pumphrey syndrome`$children #> list() #> #> $`Bart-Pumphrey syndrome`$value #> [1] "Bart-Pumphrey syndrome" #> #> #> $`Bart-Pumphrey syndrome` #> $`Bart-Pumphrey syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050658" #> #> $`Bart-Pumphrey syndrome`$`_id` #> [1] "DOID_0050658<DOID_225<DOID_4" #> #> $`Bart-Pumphrey syndrome`$privateGeneCount #> [1] 0 #> #> $`Bart-Pumphrey syndrome`$publicGeneCount #> [1] 1 #> #> $`Bart-Pumphrey syndrome`$urlId #> [1] "DOID_0050658" #> #> $`Bart-Pumphrey syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bart-Pumphrey syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Bart-Pumphrey syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bart-Pumphrey syndrome`$children #> list() #> #> $`Bart-Pumphrey syndrome`$value #> [1] "Bart-Pumphrey syndrome" #> #> #> $`Barth syndrome` #> $`Barth syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050476" #> #> $`Barth syndrome`$`_id` #> [1] "DOID_0050476<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Barth syndrome`$privateGeneCount #> [1] 0 #> #> $`Barth syndrome`$publicGeneCount #> [1] 1 #> #> $`Barth syndrome`$urlId #> [1] "DOID_0050476" #> #> $`Barth syndrome`$dbPhenotype #> [1] TRUE #> #> $`Barth syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Barth syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Barth syndrome`$children #> list() #> #> $`Barth syndrome`$value #> [1] "Barth syndrome" #> #> #> $`Barth syndrome` #> $`Barth syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050476" #> #> $`Barth syndrome`$`_id` #> [1] "DOID_0050476<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`Barth syndrome`$privateGeneCount #> [1] 0 #> #> $`Barth syndrome`$publicGeneCount #> [1] 1 #> #> $`Barth syndrome`$urlId #> [1] "DOID_0050476" #> #> $`Barth syndrome`$dbPhenotype #> [1] TRUE #> #> $`Barth syndrome`$`_parent` #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`Barth syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Barth syndrome`$children #> list() #> #> $`Barth syndrome`$value #> [1] "Barth syndrome" #> #> #> $`Bartter disease` #> $`Bartter disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_445" #> #> $`Bartter disease`$`_id` #> [1] "DOID_445<DOID_0050177<DOID_630<DOID_4" #> #> $`Bartter disease`$privateGeneCount #> [1] 0 #> #> $`Bartter disease`$publicGeneCount #> [1] 6 #> #> $`Bartter disease`$urlId #> [1] "DOID_445" #> #> $`Bartter disease`$dbPhenotype #> [1] TRUE #> #> $`Bartter disease`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`Bartter disease`$`_is_leaf` #> [1] TRUE #> #> $`Bartter disease`$children #> list() #> #> $`Bartter disease`$value #> [1] "Bartter disease" #> #> #> $`Bartter disease` #> $`Bartter disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_445" #> #> $`Bartter disease`$`_id` #> [1] "DOID_445<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Bartter disease`$privateGeneCount #> [1] 0 #> #> $`Bartter disease`$publicGeneCount #> [1] 6 #> #> $`Bartter disease`$urlId #> [1] "DOID_445" #> #> $`Bartter disease`$dbPhenotype #> [1] TRUE #> #> $`Bartter disease`$`_parent` #> [1] "DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Bartter disease`$`_is_leaf` #> [1] TRUE #> #> $`Bartter disease`$children #> list() #> #> $`Bartter disease`$value #> [1] "Bartter disease" #> #> #> $`basal cell carcinoma` #> $`basal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2513" #> #> $`basal cell carcinoma`$`_id` #> [1] "DOID_2513<DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`basal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`basal cell carcinoma`$publicGeneCount #> [1] 28 #> #> $`basal cell carcinoma`$urlId #> [1] "DOID_2513" #> #> $`basal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`basal cell carcinoma`$`_parent` #> [1] "DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`basal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`basal cell carcinoma`$children #> list() #> #> $`basal cell carcinoma`$value #> [1] "basal cell carcinoma" #> #> #> $`basal cell carcinoma` #> $`basal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2513" #> #> $`basal cell carcinoma`$`_id` #> [1] "DOID_2513<DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`basal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`basal cell carcinoma`$publicGeneCount #> [1] 28 #> #> $`basal cell carcinoma`$urlId #> [1] "DOID_2513" #> #> $`basal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`basal cell carcinoma`$`_parent` #> [1] "DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`basal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`basal cell carcinoma`$children #> list() #> #> $`basal cell carcinoma`$value #> [1] "basal cell carcinoma" #> #> #> $`basal cell carcinoma` #> $`basal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2513" #> #> $`basal cell carcinoma`$`_id` #> [1] "DOID_2513<DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`basal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`basal cell carcinoma`$publicGeneCount #> [1] 28 #> #> $`basal cell carcinoma`$urlId #> [1] "DOID_2513" #> #> $`basal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`basal cell carcinoma`$`_parent` #> [1] "DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`basal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`basal cell carcinoma`$children #> list() #> #> $`basal cell carcinoma`$value #> [1] "basal cell carcinoma" #> #> #> $`basal cell carcinoma` #> $`basal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2513" #> #> $`basal cell carcinoma`$`_id` #> [1] "DOID_2513<DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`basal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`basal cell carcinoma`$publicGeneCount #> [1] 28 #> #> $`basal cell carcinoma`$urlId #> [1] "DOID_2513" #> #> $`basal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`basal cell carcinoma`$`_parent` #> [1] "DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`basal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`basal cell carcinoma`$children #> list() #> #> $`basal cell carcinoma`$value #> [1] "basal cell carcinoma" #> #> #> $`basal ganglia calcification` #> $`basal ganglia calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060230" #> #> $`basal ganglia calcification`$`_id` #> [1] "DOID_0060230<DOID_679<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`basal ganglia calcification`$privateGeneCount #> [1] 0 #> #> $`basal ganglia calcification`$publicGeneCount #> [1] 4 #> #> $`basal ganglia calcification`$urlId #> [1] "DOID_0060230" #> #> $`basal ganglia calcification`$dbPhenotype #> [1] TRUE #> #> $`basal ganglia calcification`$`_parent` #> [1] "DOID_679<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`basal ganglia calcification`$`_is_leaf` #> [1] TRUE #> #> $`basal ganglia calcification`$children #> list() #> #> $`basal ganglia calcification`$value #> [1] "basal ganglia calcification" #> #> #> $`Basal ganglia calcification` #> $`Basal ganglia calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002135" #> #> $`Basal ganglia calcification`$`_id` #> [1] "HP_0002135<HP_0002134<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Basal ganglia calcification`$privateGeneCount #> [1] 0 #> #> $`Basal ganglia calcification`$publicGeneCount #> [1] 2 #> #> $`Basal ganglia calcification`$urlId #> [1] "HP_0002135" #> #> $`Basal ganglia calcification`$dbPhenotype #> [1] TRUE #> #> $`Basal ganglia calcification`$`_parent` #> [1] "HP_0002134<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Basal ganglia calcification`$`_is_leaf` #> [1] TRUE #> #> $`Basal ganglia calcification`$children #> list() #> #> $`Basal ganglia calcification`$value #> [1] "Basal ganglia calcification" #> #> #> $`Basal ganglia calcification` #> $`Basal ganglia calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002135" #> #> $`Basal ganglia calcification`$`_id` #> [1] "HP_0002135<HP_0002514<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Basal ganglia calcification`$privateGeneCount #> [1] 0 #> #> $`Basal ganglia calcification`$publicGeneCount #> [1] 2 #> #> $`Basal ganglia calcification`$urlId #> [1] "HP_0002135" #> #> $`Basal ganglia calcification`$dbPhenotype #> [1] TRUE #> #> $`Basal ganglia calcification`$`_parent` #> [1] "HP_0002514<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Basal ganglia calcification`$`_is_leaf` #> [1] TRUE #> #> $`Basal ganglia calcification`$children #> list() #> #> $`Basal ganglia calcification`$value #> [1] "Basal ganglia calcification" #> #> #> $`Basal ganglia calcification` #> $`Basal ganglia calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002135" #> #> $`Basal ganglia calcification`$`_id` #> [1] "HP_0002135<HP_0002514<HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> $`Basal ganglia calcification`$privateGeneCount #> [1] 0 #> #> $`Basal ganglia calcification`$publicGeneCount #> [1] 2 #> #> $`Basal ganglia calcification`$urlId #> [1] "HP_0002135" #> #> $`Basal ganglia calcification`$dbPhenotype #> [1] TRUE #> #> $`Basal ganglia calcification`$`_parent` #> [1] "HP_0002514<HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> $`Basal ganglia calcification`$`_is_leaf` #> [1] TRUE #> #> $`Basal ganglia calcification`$children #> list() #> #> $`Basal ganglia calcification`$value #> [1] "Basal ganglia calcification" #> #> #> $`basal ganglia disease` #> $`basal ganglia disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_679" #> #> $`basal ganglia disease`$`_id` #> [1] "DOID_679<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`basal ganglia disease`$privateGeneCount #> [1] 0 #> #> $`basal ganglia disease`$publicGeneCount #> [1] 39 #> #> $`basal ganglia disease`$urlId #> [1] "DOID_679" #> #> $`basal ganglia disease`$dbPhenotype #> [1] TRUE #> #> $`basal ganglia disease`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`basal ganglia disease`$`_is_leaf` #> [1] FALSE #> #> $`basal ganglia disease`$children #> $`basal ganglia disease`$children[[1]] #> [1] "DOID_0060230<DOID_679<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`basal ganglia disease`$children[[2]] #> [1] "DOID_0050659<DOID_679<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`basal ganglia disease`$value #> [1] "basal ganglia disease" #> #> #> $`Beare-Stevenson cutis gyrata syndrome` #> $`Beare-Stevenson cutis gyrata syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050660" #> #> $`Beare-Stevenson cutis gyrata syndrome`$`_id` #> [1] "DOID_0050660<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Beare-Stevenson cutis gyrata syndrome`$privateGeneCount #> [1] 0 #> #> $`Beare-Stevenson cutis gyrata syndrome`$publicGeneCount #> [1] 1 #> #> $`Beare-Stevenson cutis gyrata syndrome`$urlId #> [1] "DOID_0050660" #> #> $`Beare-Stevenson cutis gyrata syndrome`$dbPhenotype #> [1] TRUE #> #> $`Beare-Stevenson cutis gyrata syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Beare-Stevenson cutis gyrata syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Beare-Stevenson cutis gyrata syndrome`$children #> list() #> #> $`Beare-Stevenson cutis gyrata syndrome`$value #> [1] "Beare-Stevenson cutis gyrata syndrome" #> #> #> $`Beare-Stevenson cutis gyrata syndrome` #> $`Beare-Stevenson cutis gyrata syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050660" #> #> $`Beare-Stevenson cutis gyrata syndrome`$`_id` #> [1] "DOID_0050660<DOID_225<DOID_4" #> #> $`Beare-Stevenson cutis gyrata syndrome`$privateGeneCount #> [1] 0 #> #> $`Beare-Stevenson cutis gyrata syndrome`$publicGeneCount #> [1] 1 #> #> $`Beare-Stevenson cutis gyrata syndrome`$urlId #> [1] "DOID_0050660" #> #> $`Beare-Stevenson cutis gyrata syndrome`$dbPhenotype #> [1] TRUE #> #> $`Beare-Stevenson cutis gyrata syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Beare-Stevenson cutis gyrata syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Beare-Stevenson cutis gyrata syndrome`$children #> list() #> #> $`Beare-Stevenson cutis gyrata syndrome`$value #> [1] "Beare-Stevenson cutis gyrata syndrome" #> #> #> $`Becker muscular dystrophy` #> $`Becker muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9883" #> #> $`Becker muscular dystrophy`$`_id` #> [1] "DOID_9883<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Becker muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Becker muscular dystrophy`$publicGeneCount #> [1] 1 #> #> $`Becker muscular dystrophy`$urlId #> [1] "DOID_9883" #> #> $`Becker muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Becker muscular dystrophy`$`_parent` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Becker muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Becker muscular dystrophy`$children #> list() #> #> $`Becker muscular dystrophy`$value #> [1] "Becker muscular dystrophy" #> #> #> $`Beckwith-Wiedemann syndrome` #> $`Beckwith-Wiedemann syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5572" #> #> $`Beckwith-Wiedemann syndrome`$`_id` #> [1] "DOID_5572<DOID_225<DOID_4" #> #> $`Beckwith-Wiedemann syndrome`$privateGeneCount #> [1] 0 #> #> $`Beckwith-Wiedemann syndrome`$publicGeneCount #> [1] 5 #> #> $`Beckwith-Wiedemann syndrome`$urlId #> [1] "DOID_5572" #> #> $`Beckwith-Wiedemann syndrome`$dbPhenotype #> [1] TRUE #> #> $`Beckwith-Wiedemann syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Beckwith-Wiedemann syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Beckwith-Wiedemann syndrome`$children #> list() #> #> $`Beckwith-Wiedemann syndrome`$value #> [1] "Beckwith-Wiedemann syndrome" #> #> #> $`behavior/neurological phenotype` #> $`behavior/neurological phenotype`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0005386" #> #> $`behavior/neurological phenotype`$`_id` #> [1] "MP_0005386<MP_0000001" #> #> $`behavior/neurological phenotype`$privateGeneCount #> [1] 0 #> #> $`behavior/neurological phenotype`$publicGeneCount #> [1] 22 #> #> $`behavior/neurological phenotype`$urlId #> [1] "MP_0005386" #> #> $`behavior/neurological phenotype`$dbPhenotype #> [1] FALSE #> #> $`behavior/neurological phenotype`$`_parent` #> [1] "MP_0000001" #> #> $`behavior/neurological phenotype`$`_is_leaf` #> [1] FALSE #> #> $`behavior/neurological phenotype`$children #> $`behavior/neurological phenotype`$children[[1]] #> [1] "MP_0004924<MP_0005386<MP_0000001" #> #> #> $`behavior/neurological phenotype`$value #> [1] "behavior/neurological phenotype" #> #> #> $`Behavioral abnormality` #> $`Behavioral abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000708" #> #> $`Behavioral abnormality`$`_id` #> [1] "HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Behavioral abnormality`$privateGeneCount #> [1] 0 #> #> $`Behavioral abnormality`$publicGeneCount #> [1] 24 #> #> $`Behavioral abnormality`$urlId #> [1] "HP_0000708" #> #> $`Behavioral abnormality`$dbPhenotype #> [1] FALSE #> #> $`Behavioral abnormality`$`_parent` #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Behavioral abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Behavioral abnormality`$children #> $`Behavioral abnormality`$children[[1]] #> [1] "HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Behavioral abnormality`$children[[2]] #> [1] "HP_0100851<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Behavioral abnormality`$children[[3]] #> [1] "HP_0002307<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Behavioral abnormality`$children[[4]] #> [1] "HP_0000738<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Behavioral abnormality`$children[[5]] #> [1] "HP_0031466<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Behavioral abnormality`$children[[6]] #> [1] "HP_0000613<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Behavioral abnormality`$children[[7]] #> [1] "HP_0000709<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Behavioral abnormality`$children[[8]] #> [1] "HP_0002360<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Behavioral abnormality`$value #> [1] "Behavioral abnormality" #> #> #> $`Behcet's disease` #> $`Behcet's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13241" #> #> $`Behcet's disease`$`_id` #> [1] "DOID_13241<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Behcet's disease`$privateGeneCount #> [1] 0 #> #> $`Behcet's disease`$publicGeneCount #> [1] 69 #> #> $`Behcet's disease`$urlId #> [1] "DOID_13241" #> #> $`Behcet's disease`$dbPhenotype #> [1] TRUE #> #> $`Behcet's disease`$`_parent` #> [1] "DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Behcet's disease`$`_is_leaf` #> [1] TRUE #> #> $`Behcet's disease`$children #> list() #> #> $`Behcet's disease`$value #> [1] "Behcet's disease" #> #> #> $`benign breast phyllodes tumor` #> $`benign breast phyllodes tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1631" #> #> $`benign breast phyllodes tumor`$`_id` #> [1] "DOID_1631<DOID_0060082<DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign breast phyllodes tumor`$privateGeneCount #> [1] 0 #> #> $`benign breast phyllodes tumor`$publicGeneCount #> [1] 17 #> #> $`benign breast phyllodes tumor`$urlId #> [1] "DOID_1631" #> #> $`benign breast phyllodes tumor`$dbPhenotype #> [1] TRUE #> #> $`benign breast phyllodes tumor`$`_parent` #> [1] "DOID_0060082<DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign breast phyllodes tumor`$`_is_leaf` #> [1] TRUE #> #> $`benign breast phyllodes tumor`$children #> list() #> #> $`benign breast phyllodes tumor`$value #> [1] "benign breast phyllodes tumor" #> #> #> $`benign breast phyllodes tumor` #> $`benign breast phyllodes tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1631" #> #> $`benign breast phyllodes tumor`$`_id` #> [1] "DOID_1631<DOID_0060082<DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> $`benign breast phyllodes tumor`$privateGeneCount #> [1] 0 #> #> $`benign breast phyllodes tumor`$publicGeneCount #> [1] 17 #> #> $`benign breast phyllodes tumor`$urlId #> [1] "DOID_1631" #> #> $`benign breast phyllodes tumor`$dbPhenotype #> [1] TRUE #> #> $`benign breast phyllodes tumor`$`_parent` #> [1] "DOID_0060082<DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> $`benign breast phyllodes tumor`$`_is_leaf` #> [1] TRUE #> #> $`benign breast phyllodes tumor`$children #> list() #> #> $`benign breast phyllodes tumor`$value #> [1] "benign breast phyllodes tumor" #> #> #> $`benign breast phyllodes tumor` #> $`benign breast phyllodes tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1631" #> #> $`benign breast phyllodes tumor`$`_id` #> [1] "DOID_1631<DOID_0060082<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`benign breast phyllodes tumor`$privateGeneCount #> [1] 0 #> #> $`benign breast phyllodes tumor`$publicGeneCount #> [1] 17 #> #> $`benign breast phyllodes tumor`$urlId #> [1] "DOID_1631" #> #> $`benign breast phyllodes tumor`$dbPhenotype #> [1] TRUE #> #> $`benign breast phyllodes tumor`$`_parent` #> [1] "DOID_0060082<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`benign breast phyllodes tumor`$`_is_leaf` #> [1] TRUE #> #> $`benign breast phyllodes tumor`$children #> list() #> #> $`benign breast phyllodes tumor`$value #> [1] "benign breast phyllodes tumor" #> #> #> $`benign ependymoma` #> $`benign ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4844" #> #> $`benign ependymoma`$`_id` #> [1] "DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign ependymoma`$privateGeneCount #> [1] 0 #> #> $`benign ependymoma`$publicGeneCount #> [1] 41 #> #> $`benign ependymoma`$urlId #> [1] "DOID_4844" #> #> $`benign ependymoma`$dbPhenotype #> [1] TRUE #> #> $`benign ependymoma`$`_parent` #> [1] "DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign ependymoma`$`_is_leaf` #> [1] FALSE #> #> $`benign ependymoma`$children #> $`benign ependymoma`$children[[1]] #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign ependymoma`$children[[2]] #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign ependymoma`$children[[3]] #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign ependymoma`$children[[4]] #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`benign ependymoma`$value #> [1] "benign ependymoma" #> #> #> $`benign ependymoma` #> $`benign ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4844" #> #> $`benign ependymoma`$`_id` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign ependymoma`$privateGeneCount #> [1] 0 #> #> $`benign ependymoma`$publicGeneCount #> [1] 41 #> #> $`benign ependymoma`$urlId #> [1] "DOID_4844" #> #> $`benign ependymoma`$dbPhenotype #> [1] TRUE #> #> $`benign ependymoma`$`_parent` #> [1] "DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign ependymoma`$`_is_leaf` #> [1] FALSE #> #> $`benign ependymoma`$children #> $`benign ependymoma`$children[[1]] #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign ependymoma`$children[[2]] #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign ependymoma`$children[[3]] #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign ependymoma`$children[[4]] #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`benign ependymoma`$value #> [1] "benign ependymoma" #> #> #> $`benign ependymoma` #> $`benign ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4844" #> #> $`benign ependymoma`$`_id` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$privateGeneCount #> [1] 0 #> #> $`benign ependymoma`$publicGeneCount #> [1] 41 #> #> $`benign ependymoma`$urlId #> [1] "DOID_4844" #> #> $`benign ependymoma`$dbPhenotype #> [1] TRUE #> #> $`benign ependymoma`$`_parent` #> [1] "DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$`_is_leaf` #> [1] FALSE #> #> $`benign ependymoma`$children #> $`benign ependymoma`$children[[1]] #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[2]] #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[3]] #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[4]] #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> #> $`benign ependymoma`$value #> [1] "benign ependymoma" #> #> #> $`benign ependymoma` #> $`benign ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4844" #> #> $`benign ependymoma`$`_id` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$privateGeneCount #> [1] 0 #> #> $`benign ependymoma`$publicGeneCount #> [1] 41 #> #> $`benign ependymoma`$urlId #> [1] "DOID_4844" #> #> $`benign ependymoma`$dbPhenotype #> [1] TRUE #> #> $`benign ependymoma`$`_parent` #> [1] "DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$`_is_leaf` #> [1] FALSE #> #> $`benign ependymoma`$children #> $`benign ependymoma`$children[[1]] #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[2]] #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[3]] #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[4]] #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`benign ependymoma`$value #> [1] "benign ependymoma" #> #> #> $`benign ependymoma` #> $`benign ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4844" #> #> $`benign ependymoma`$`_id` #> [1] "DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$privateGeneCount #> [1] 0 #> #> $`benign ependymoma`$publicGeneCount #> [1] 41 #> #> $`benign ependymoma`$urlId #> [1] "DOID_4844" #> #> $`benign ependymoma`$dbPhenotype #> [1] TRUE #> #> $`benign ependymoma`$`_parent` #> [1] "DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$`_is_leaf` #> [1] FALSE #> #> $`benign ependymoma`$children #> $`benign ependymoma`$children[[1]] #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[2]] #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[3]] #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[4]] #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`benign ependymoma`$value #> [1] "benign ependymoma" #> #> #> $`benign ependymoma` #> $`benign ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4844" #> #> $`benign ependymoma`$`_id` #> [1] "DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$privateGeneCount #> [1] 0 #> #> $`benign ependymoma`$publicGeneCount #> [1] 41 #> #> $`benign ependymoma`$urlId #> [1] "DOID_4844" #> #> $`benign ependymoma`$dbPhenotype #> [1] TRUE #> #> $`benign ependymoma`$`_parent` #> [1] "DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$`_is_leaf` #> [1] FALSE #> #> $`benign ependymoma`$children #> $`benign ependymoma`$children[[1]] #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[2]] #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[3]] #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign ependymoma`$children[[4]] #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`benign ependymoma`$value #> [1] "benign ependymoma" #> #> #> $`benign epilepsy with centrotemporal spikes` #> $`benign epilepsy with centrotemporal spikes`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3329" #> #> $`benign epilepsy with centrotemporal spikes`$`_id` #> [1] "DOID_3329<DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign epilepsy with centrotemporal spikes`$privateGeneCount #> [1] 0 #> #> $`benign epilepsy with centrotemporal spikes`$publicGeneCount #> [1] 3 #> #> $`benign epilepsy with centrotemporal spikes`$urlId #> [1] "DOID_3329" #> #> $`benign epilepsy with centrotemporal spikes`$dbPhenotype #> [1] TRUE #> #> $`benign epilepsy with centrotemporal spikes`$`_parent` #> [1] "DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign epilepsy with centrotemporal spikes`$`_is_leaf` #> [1] TRUE #> #> $`benign epilepsy with centrotemporal spikes`$children #> list() #> #> $`benign epilepsy with centrotemporal spikes`$value #> [1] "benign epilepsy with centrotemporal spikes" #> #> #> $`benign familial infantile epilepsy` #> $`benign familial infantile epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060169" #> #> $`benign familial infantile epilepsy`$`_id` #> [1] "DOID_0060169<DOID_0050703<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign familial infantile epilepsy`$privateGeneCount #> [1] 0 #> #> $`benign familial infantile epilepsy`$publicGeneCount #> [1] 6 #> #> $`benign familial infantile epilepsy`$urlId #> [1] "DOID_0060169" #> #> $`benign familial infantile epilepsy`$dbPhenotype #> [1] TRUE #> #> $`benign familial infantile epilepsy`$`_parent` #> [1] "DOID_0050703<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign familial infantile epilepsy`$`_is_leaf` #> [1] TRUE #> #> $`benign familial infantile epilepsy`$children #> list() #> #> $`benign familial infantile epilepsy`$value #> [1] "benign familial infantile epilepsy" #> #> #> $`benign familial neonatal epilepsy` #> $`benign familial neonatal epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14777" #> #> $`benign familial neonatal epilepsy`$`_id` #> [1] "DOID_14777<DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign familial neonatal epilepsy`$privateGeneCount #> [1] 0 #> #> $`benign familial neonatal epilepsy`$publicGeneCount #> [1] 5 #> #> $`benign familial neonatal epilepsy`$urlId #> [1] "DOID_14777" #> #> $`benign familial neonatal epilepsy`$dbPhenotype #> [1] TRUE #> #> $`benign familial neonatal epilepsy`$`_parent` #> [1] "DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign familial neonatal epilepsy`$`_is_leaf` #> [1] TRUE #> #> $`benign familial neonatal epilepsy`$children #> list() #> #> $`benign familial neonatal epilepsy`$value #> [1] "benign familial neonatal epilepsy" #> #> #> $`benign giant cell tumor` #> $`benign giant cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_200" #> #> $`benign giant cell tumor`$`_id` #> [1] "DOID_200<DOID_0060094<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign giant cell tumor`$privateGeneCount #> [1] 0 #> #> $`benign giant cell tumor`$publicGeneCount #> [1] 1 #> #> $`benign giant cell tumor`$urlId #> [1] "DOID_200" #> #> $`benign giant cell tumor`$dbPhenotype #> [1] FALSE #> #> $`benign giant cell tumor`$`_parent` #> [1] "DOID_0060094<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign giant cell tumor`$`_is_leaf` #> [1] FALSE #> #> $`benign giant cell tumor`$children #> $`benign giant cell tumor`$children[[1]] #> [1] "DOID_4305<DOID_200<DOID_0060094<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`benign giant cell tumor`$value #> [1] "benign giant cell tumor" #> #> #> $`benign giant cell tumor` #> $`benign giant cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_200" #> #> $`benign giant cell tumor`$`_id` #> [1] "DOID_200<DOID_0060094<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`benign giant cell tumor`$privateGeneCount #> [1] 0 #> #> $`benign giant cell tumor`$publicGeneCount #> [1] 1 #> #> $`benign giant cell tumor`$urlId #> [1] "DOID_200" #> #> $`benign giant cell tumor`$dbPhenotype #> [1] FALSE #> #> $`benign giant cell tumor`$`_parent` #> [1] "DOID_0060094<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`benign giant cell tumor`$`_is_leaf` #> [1] FALSE #> #> $`benign giant cell tumor`$children #> $`benign giant cell tumor`$children[[1]] #> [1] "DOID_4305<DOID_200<DOID_0060094<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> #> $`benign giant cell tumor`$value #> [1] "benign giant cell tumor" #> #> #> $`benign giant cell tumor` #> $`benign giant cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_200" #> #> $`benign giant cell tumor`$`_id` #> [1] "DOID_200<DOID_0060094<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`benign giant cell tumor`$privateGeneCount #> [1] 0 #> #> $`benign giant cell tumor`$publicGeneCount #> [1] 1 #> #> $`benign giant cell tumor`$urlId #> [1] "DOID_200" #> #> $`benign giant cell tumor`$dbPhenotype #> [1] FALSE #> #> $`benign giant cell tumor`$`_parent` #> [1] "DOID_0060094<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`benign giant cell tumor`$`_is_leaf` #> [1] FALSE #> #> $`benign giant cell tumor`$children #> $`benign giant cell tumor`$children[[1]] #> [1] "DOID_4305<DOID_200<DOID_0060094<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`benign giant cell tumor`$value #> [1] "benign giant cell tumor" #> #> #> $`benign giant cell tumor` #> $`benign giant cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_200" #> #> $`benign giant cell tumor`$`_id` #> [1] "DOID_200<DOID_0060094<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`benign giant cell tumor`$privateGeneCount #> [1] 0 #> #> $`benign giant cell tumor`$publicGeneCount #> [1] 1 #> #> $`benign giant cell tumor`$urlId #> [1] "DOID_200" #> #> $`benign giant cell tumor`$dbPhenotype #> [1] FALSE #> #> $`benign giant cell tumor`$`_parent` #> [1] "DOID_0060094<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`benign giant cell tumor`$`_is_leaf` #> [1] FALSE #> #> $`benign giant cell tumor`$children #> $`benign giant cell tumor`$children[[1]] #> [1] "DOID_4305<DOID_200<DOID_0060094<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`benign giant cell tumor`$value #> [1] "benign giant cell tumor" #> #> #> $`benign glioma` #> $`benign glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060101" #> #> $`benign glioma`$`_id` #> [1] "DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign glioma`$privateGeneCount #> [1] 0 #> #> $`benign glioma`$publicGeneCount #> [1] 41 #> #> $`benign glioma`$urlId #> [1] "DOID_0060101" #> #> $`benign glioma`$dbPhenotype #> [1] FALSE #> #> $`benign glioma`$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign glioma`$`_is_leaf` #> [1] FALSE #> #> $`benign glioma`$children #> $`benign glioma`$children[[1]] #> [1] "DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`benign glioma`$value #> [1] "benign glioma" #> #> #> $`benign glioma` #> $`benign glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060101" #> #> $`benign glioma`$`_id` #> [1] "DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign glioma`$privateGeneCount #> [1] 0 #> #> $`benign glioma`$publicGeneCount #> [1] 41 #> #> $`benign glioma`$urlId #> [1] "DOID_0060101" #> #> $`benign glioma`$dbPhenotype #> [1] FALSE #> #> $`benign glioma`$`_parent` #> [1] "DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign glioma`$`_is_leaf` #> [1] FALSE #> #> $`benign glioma`$children #> $`benign glioma`$children[[1]] #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`benign glioma`$value #> [1] "benign glioma" #> #> #> $`benign glioma` #> $`benign glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060101" #> #> $`benign glioma`$`_id` #> [1] "DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`benign glioma`$privateGeneCount #> [1] 0 #> #> $`benign glioma`$publicGeneCount #> [1] 41 #> #> $`benign glioma`$urlId #> [1] "DOID_0060101" #> #> $`benign glioma`$dbPhenotype #> [1] FALSE #> #> $`benign glioma`$`_parent` #> [1] "DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`benign glioma`$`_is_leaf` #> [1] FALSE #> #> $`benign glioma`$children #> $`benign glioma`$children[[1]] #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> #> $`benign glioma`$value #> [1] "benign glioma" #> #> #> $`benign glioma` #> $`benign glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060101" #> #> $`benign glioma`$`_id` #> [1] "DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign glioma`$privateGeneCount #> [1] 0 #> #> $`benign glioma`$publicGeneCount #> [1] 41 #> #> $`benign glioma`$urlId #> [1] "DOID_0060101" #> #> $`benign glioma`$dbPhenotype #> [1] FALSE #> #> $`benign glioma`$`_parent` #> [1] "DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign glioma`$`_is_leaf` #> [1] FALSE #> #> $`benign glioma`$children #> $`benign glioma`$children[[1]] #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`benign glioma`$value #> [1] "benign glioma" #> #> #> $`benign glioma` #> $`benign glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060101" #> #> $`benign glioma`$`_id` #> [1] "DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign glioma`$privateGeneCount #> [1] 0 #> #> $`benign glioma`$publicGeneCount #> [1] 41 #> #> $`benign glioma`$urlId #> [1] "DOID_0060101" #> #> $`benign glioma`$dbPhenotype #> [1] FALSE #> #> $`benign glioma`$`_parent` #> [1] "DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign glioma`$`_is_leaf` #> [1] FALSE #> #> $`benign glioma`$children #> $`benign glioma`$children[[1]] #> [1] "DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`benign glioma`$value #> [1] "benign glioma" #> #> #> $`benign glioma` #> $`benign glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060101" #> #> $`benign glioma`$`_id` #> [1] "DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign glioma`$privateGeneCount #> [1] 0 #> #> $`benign glioma`$publicGeneCount #> [1] 41 #> #> $`benign glioma`$urlId #> [1] "DOID_0060101" #> #> $`benign glioma`$dbPhenotype #> [1] FALSE #> #> $`benign glioma`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign glioma`$`_is_leaf` #> [1] FALSE #> #> $`benign glioma`$children #> $`benign glioma`$children[[1]] #> [1] "DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`benign glioma`$value #> [1] "benign glioma" #> #> #> $`benign meningioma` #> $`benign meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4587" #> #> $`benign meningioma`$`_id` #> [1] "DOID_4587<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign meningioma`$privateGeneCount #> [1] 0 #> #> $`benign meningioma`$publicGeneCount #> [1] 16 #> #> $`benign meningioma`$urlId #> [1] "DOID_4587" #> #> $`benign meningioma`$dbPhenotype #> [1] TRUE #> #> $`benign meningioma`$`_parent` #> [1] "DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign meningioma`$`_is_leaf` #> [1] TRUE #> #> $`benign meningioma`$children #> list() #> #> $`benign meningioma`$value #> [1] "benign meningioma" #> #> #> $`benign meningioma` #> $`benign meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4587" #> #> $`benign meningioma`$`_id` #> [1] "DOID_4587<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`benign meningioma`$privateGeneCount #> [1] 0 #> #> $`benign meningioma`$publicGeneCount #> [1] 16 #> #> $`benign meningioma`$urlId #> [1] "DOID_4587" #> #> $`benign meningioma`$dbPhenotype #> [1] TRUE #> #> $`benign meningioma`$`_parent` #> [1] "DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`benign meningioma`$`_is_leaf` #> [1] TRUE #> #> $`benign meningioma`$children #> list() #> #> $`benign meningioma`$value #> [1] "benign meningioma" #> #> #> $`benign meningioma` #> $`benign meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4587" #> #> $`benign meningioma`$`_id` #> [1] "DOID_4587<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign meningioma`$privateGeneCount #> [1] 0 #> #> $`benign meningioma`$publicGeneCount #> [1] 16 #> #> $`benign meningioma`$urlId #> [1] "DOID_4587" #> #> $`benign meningioma`$dbPhenotype #> [1] TRUE #> #> $`benign meningioma`$`_parent` #> [1] "DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign meningioma`$`_is_leaf` #> [1] TRUE #> #> $`benign meningioma`$children #> list() #> #> $`benign meningioma`$value #> [1] "benign meningioma" #> #> #> $`benign mesothelioma` #> $`benign mesothelioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2645" #> #> $`benign mesothelioma`$`_id` #> [1] "DOID_2645<DOID_3314<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign mesothelioma`$privateGeneCount #> [1] 0 #> #> $`benign mesothelioma`$publicGeneCount #> [1] 41 #> #> $`benign mesothelioma`$urlId #> [1] "DOID_2645" #> #> $`benign mesothelioma`$dbPhenotype #> [1] TRUE #> #> $`benign mesothelioma`$`_parent` #> [1] "DOID_3314<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign mesothelioma`$`_is_leaf` #> [1] TRUE #> #> $`benign mesothelioma`$children #> list() #> #> $`benign mesothelioma`$value #> [1] "benign mesothelioma" #> #> #> $`benign neonatal seizures` #> $`benign neonatal seizures`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14264" #> #> $`benign neonatal seizures`$`_id` #> [1] "DOID_14264<DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign neonatal seizures`$privateGeneCount #> [1] 0 #> #> $`benign neonatal seizures`$publicGeneCount #> [1] 4 #> #> $`benign neonatal seizures`$urlId #> [1] "DOID_14264" #> #> $`benign neonatal seizures`$dbPhenotype #> [1] TRUE #> #> $`benign neonatal seizures`$`_parent` #> [1] "DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`benign neonatal seizures`$`_is_leaf` #> [1] TRUE #> #> $`benign neonatal seizures`$children #> list() #> #> $`benign neonatal seizures`$value #> [1] "benign neonatal seizures" #> #> #> $`benign neoplasm` #> $`benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060072" #> #> $`benign neoplasm`$`_id` #> [1] "DOID_0060072<DOID_14566<DOID_4" #> #> $`benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`benign neoplasm`$publicGeneCount #> [1] 599 #> #> $`benign neoplasm`$urlId #> [1] "DOID_0060072" #> #> $`benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`benign neoplasm`$`_parent` #> [1] "DOID_14566<DOID_4" #> #> $`benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`benign neoplasm`$children #> $`benign neoplasm`$children[[1]] #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign neoplasm`$children[[2]] #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`benign neoplasm`$value #> [1] "benign neoplasm" #> #> #> $`benign perivascular tumor` #> $`benign perivascular tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5238" #> #> $`benign perivascular tumor`$`_id` #> [1] "DOID_5238<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign perivascular tumor`$privateGeneCount #> [1] 0 #> #> $`benign perivascular tumor`$publicGeneCount #> [1] 1 #> #> $`benign perivascular tumor`$urlId #> [1] "DOID_5238" #> #> $`benign perivascular tumor`$dbPhenotype #> [1] FALSE #> #> $`benign perivascular tumor`$`_parent` #> [1] "DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign perivascular tumor`$`_is_leaf` #> [1] FALSE #> #> $`benign perivascular tumor`$children #> $`benign perivascular tumor`$children[[1]] #> [1] "DOID_2436<DOID_5238<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`benign perivascular tumor`$value #> [1] "benign perivascular tumor" #> #> #> $`benign perivascular tumor` #> $`benign perivascular tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5238" #> #> $`benign perivascular tumor`$`_id` #> [1] "DOID_5238<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`benign perivascular tumor`$privateGeneCount #> [1] 0 #> #> $`benign perivascular tumor`$publicGeneCount #> [1] 1 #> #> $`benign perivascular tumor`$urlId #> [1] "DOID_5238" #> #> $`benign perivascular tumor`$dbPhenotype #> [1] FALSE #> #> $`benign perivascular tumor`$`_parent` #> [1] "DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`benign perivascular tumor`$`_is_leaf` #> [1] FALSE #> #> $`benign perivascular tumor`$children #> $`benign perivascular tumor`$children[[1]] #> [1] "DOID_2436<DOID_5238<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> #> $`benign perivascular tumor`$value #> [1] "benign perivascular tumor" #> #> #> $`benign vascular tumor` #> $`benign vascular tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60006" #> #> $`benign vascular tumor`$`_id` #> [1] "DOID_60006<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign vascular tumor`$privateGeneCount #> [1] 0 #> #> $`benign vascular tumor`$publicGeneCount #> [1] 163 #> #> $`benign vascular tumor`$urlId #> [1] "DOID_60006" #> #> $`benign vascular tumor`$dbPhenotype #> [1] FALSE #> #> $`benign vascular tumor`$`_parent` #> [1] "DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`benign vascular tumor`$`_is_leaf` #> [1] FALSE #> #> $`benign vascular tumor`$children #> $`benign vascular tumor`$children[[1]] #> [1] "DOID_1475<DOID_60006<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`benign vascular tumor`$value #> [1] "benign vascular tumor" #> #> #> $`benign vascular tumor` #> $`benign vascular tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60006" #> #> $`benign vascular tumor`$`_id` #> [1] "DOID_60006<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`benign vascular tumor`$privateGeneCount #> [1] 0 #> #> $`benign vascular tumor`$publicGeneCount #> [1] 163 #> #> $`benign vascular tumor`$urlId #> [1] "DOID_60006" #> #> $`benign vascular tumor`$dbPhenotype #> [1] FALSE #> #> $`benign vascular tumor`$`_parent` #> [1] "DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`benign vascular tumor`$`_is_leaf` #> [1] FALSE #> #> $`benign vascular tumor`$children #> $`benign vascular tumor`$children[[1]] #> [1] "DOID_1475<DOID_60006<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> #> $`benign vascular tumor`$value #> [1] "benign vascular tumor" #> #> #> $`Bernard-Soulier syndrome` #> $`Bernard-Soulier syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2217" #> #> $`Bernard-Soulier syndrome`$`_id` #> [1] "DOID_2217<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bernard-Soulier syndrome`$privateGeneCount #> [1] 0 #> #> $`Bernard-Soulier syndrome`$publicGeneCount #> [1] 4 #> #> $`Bernard-Soulier syndrome`$urlId #> [1] "DOID_2217" #> #> $`Bernard-Soulier syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bernard-Soulier syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bernard-Soulier syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bernard-Soulier syndrome`$children #> list() #> #> $`Bernard-Soulier syndrome`$value #> [1] "Bernard-Soulier syndrome" #> #> #> $`Bernard-Soulier syndrome` #> $`Bernard-Soulier syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2217" #> #> $`Bernard-Soulier syndrome`$`_id` #> [1] "DOID_2217<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`Bernard-Soulier syndrome`$privateGeneCount #> [1] 0 #> #> $`Bernard-Soulier syndrome`$publicGeneCount #> [1] 4 #> #> $`Bernard-Soulier syndrome`$urlId #> [1] "DOID_2217" #> #> $`Bernard-Soulier syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bernard-Soulier syndrome`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`Bernard-Soulier syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bernard-Soulier syndrome`$children #> list() #> #> $`Bernard-Soulier syndrome`$value #> [1] "Bernard-Soulier syndrome" #> #> #> $berylliosis #> $berylliosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10322" #> #> $berylliosis$`_id` #> [1] "DOID_10322<DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $berylliosis$privateGeneCount #> [1] 0 #> #> $berylliosis$publicGeneCount #> [1] 13 #> #> $berylliosis$urlId #> [1] "DOID_10322" #> #> $berylliosis$dbPhenotype #> [1] TRUE #> #> $berylliosis$`_parent` #> [1] "DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $berylliosis$`_is_leaf` #> [1] TRUE #> #> $berylliosis$children #> list() #> #> $berylliosis$value #> [1] "berylliosis" #> #> #> $berylliosis #> $berylliosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10322" #> #> $berylliosis$`_id` #> [1] "DOID_10322<DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $berylliosis$privateGeneCount #> [1] 0 #> #> $berylliosis$publicGeneCount #> [1] 13 #> #> $berylliosis$urlId #> [1] "DOID_10322" #> #> $berylliosis$dbPhenotype #> [1] TRUE #> #> $berylliosis$`_parent` #> [1] "DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $berylliosis$`_is_leaf` #> [1] TRUE #> #> $berylliosis$children #> list() #> #> $berylliosis$value #> [1] "berylliosis" #> #> #> $bestrophinopathy #> $bestrophinopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050662" #> #> $bestrophinopathy$`_id` #> [1] "DOID_0050662<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $bestrophinopathy$privateGeneCount #> [1] 0 #> #> $bestrophinopathy$publicGeneCount #> [1] 1 #> #> $bestrophinopathy$urlId #> [1] "DOID_0050662" #> #> $bestrophinopathy$dbPhenotype #> [1] TRUE #> #> $bestrophinopathy$`_parent` #> [1] "DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $bestrophinopathy$`_is_leaf` #> [1] TRUE #> #> $bestrophinopathy$children #> list() #> #> $bestrophinopathy$value #> [1] "bestrophinopathy" #> #> #> $bestrophinopathy #> $bestrophinopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050662" #> #> $bestrophinopathy$`_id` #> [1] "DOID_0050662<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $bestrophinopathy$privateGeneCount #> [1] 0 #> #> $bestrophinopathy$publicGeneCount #> [1] 1 #> #> $bestrophinopathy$urlId #> [1] "DOID_0050662" #> #> $bestrophinopathy$dbPhenotype #> [1] TRUE #> #> $bestrophinopathy$`_parent` #> [1] "DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $bestrophinopathy$`_is_leaf` #> [1] TRUE #> #> $bestrophinopathy$children #> list() #> #> $bestrophinopathy$value #> [1] "bestrophinopathy" #> #> #> $`beta thalassemia` #> $`beta thalassemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12241" #> #> $`beta thalassemia`$`_id` #> [1] "DOID_12241<DOID_10241<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`beta thalassemia`$privateGeneCount #> [1] 0 #> #> $`beta thalassemia`$publicGeneCount #> [1] 12 #> #> $`beta thalassemia`$urlId #> [1] "DOID_12241" #> #> $`beta thalassemia`$dbPhenotype #> [1] TRUE #> #> $`beta thalassemia`$`_parent` #> [1] "DOID_10241<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`beta thalassemia`$`_is_leaf` #> [1] TRUE #> #> $`beta thalassemia`$children #> list() #> #> $`beta thalassemia`$value #> [1] "beta thalassemia" #> #> #> $`beta thalassemia` #> $`beta thalassemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12241" #> #> $`beta thalassemia`$`_id` #> [1] "DOID_12241<DOID_10241<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`beta thalassemia`$privateGeneCount #> [1] 0 #> #> $`beta thalassemia`$publicGeneCount #> [1] 12 #> #> $`beta thalassemia`$urlId #> [1] "DOID_12241" #> #> $`beta thalassemia`$dbPhenotype #> [1] TRUE #> #> $`beta thalassemia`$`_parent` #> [1] "DOID_10241<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`beta thalassemia`$`_is_leaf` #> [1] TRUE #> #> $`beta thalassemia`$children #> list() #> #> $`beta thalassemia`$value #> [1] "beta thalassemia" #> #> #> $`beta-ketothiolase deficiency` #> $`beta-ketothiolase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14723" #> #> $`beta-ketothiolase deficiency`$`_id` #> [1] "DOID_14723<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`beta-ketothiolase deficiency`$privateGeneCount #> [1] 0 #> #> $`beta-ketothiolase deficiency`$publicGeneCount #> [1] 1 #> #> $`beta-ketothiolase deficiency`$urlId #> [1] "DOID_14723" #> #> $`beta-ketothiolase deficiency`$dbPhenotype #> [1] TRUE #> #> $`beta-ketothiolase deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`beta-ketothiolase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`beta-ketothiolase deficiency`$children #> list() #> #> $`beta-ketothiolase deficiency`$value #> [1] "beta-ketothiolase deficiency" #> #> #> $`beta-ketothiolase deficiency` #> $`beta-ketothiolase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14723" #> #> $`beta-ketothiolase deficiency`$`_id` #> [1] "DOID_14723<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`beta-ketothiolase deficiency`$privateGeneCount #> [1] 0 #> #> $`beta-ketothiolase deficiency`$publicGeneCount #> [1] 1 #> #> $`beta-ketothiolase deficiency`$urlId #> [1] "DOID_14723" #> #> $`beta-ketothiolase deficiency`$dbPhenotype #> [1] TRUE #> #> $`beta-ketothiolase deficiency`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`beta-ketothiolase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`beta-ketothiolase deficiency`$children #> list() #> #> $`beta-ketothiolase deficiency`$value #> [1] "beta-ketothiolase deficiency" #> #> #> $`beta-mannosidosis` #> $`beta-mannosidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3633" #> #> $`beta-mannosidosis`$`_id` #> [1] "DOID_3633<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`beta-mannosidosis`$privateGeneCount #> [1] 0 #> #> $`beta-mannosidosis`$publicGeneCount #> [1] 1 #> #> $`beta-mannosidosis`$urlId #> [1] "DOID_3633" #> #> $`beta-mannosidosis`$dbPhenotype #> [1] TRUE #> #> $`beta-mannosidosis`$`_parent` #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`beta-mannosidosis`$`_is_leaf` #> [1] TRUE #> #> $`beta-mannosidosis`$children #> list() #> #> $`beta-mannosidosis`$value #> [1] "beta-mannosidosis" #> #> #> $`Bethlem myopathy` #> $`Bethlem myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050663" #> #> $`Bethlem myopathy`$`_id` #> [1] "DOID_0050663<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Bethlem myopathy`$privateGeneCount #> [1] 0 #> #> $`Bethlem myopathy`$publicGeneCount #> [1] 4 #> #> $`Bethlem myopathy`$urlId #> [1] "DOID_0050663" #> #> $`Bethlem myopathy`$dbPhenotype #> [1] TRUE #> #> $`Bethlem myopathy`$`_parent` #> [1] "DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Bethlem myopathy`$`_is_leaf` #> [1] TRUE #> #> $`Bethlem myopathy`$children #> list() #> #> $`Bethlem myopathy`$value #> [1] "Bethlem myopathy" #> #> #> $`Bietti crystalline corneoretinal dystrophy` #> $`Bietti crystalline corneoretinal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050664" #> #> $`Bietti crystalline corneoretinal dystrophy`$`_id` #> [1] "DOID_0050664<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Bietti crystalline corneoretinal dystrophy`$privateGeneCount #> [1] 0 #> #> $`Bietti crystalline corneoretinal dystrophy`$publicGeneCount #> [1] 1 #> #> $`Bietti crystalline corneoretinal dystrophy`$urlId #> [1] "DOID_0050664" #> #> $`Bietti crystalline corneoretinal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Bietti crystalline corneoretinal dystrophy`$`_parent` #> [1] "DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Bietti crystalline corneoretinal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Bietti crystalline corneoretinal dystrophy`$children #> list() #> #> $`Bietti crystalline corneoretinal dystrophy`$value #> [1] "Bietti crystalline corneoretinal dystrophy" #> #> #> $`Bietti crystalline corneoretinal dystrophy` #> $`Bietti crystalline corneoretinal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050664" #> #> $`Bietti crystalline corneoretinal dystrophy`$`_id` #> [1] "DOID_0050664<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Bietti crystalline corneoretinal dystrophy`$privateGeneCount #> [1] 0 #> #> $`Bietti crystalline corneoretinal dystrophy`$publicGeneCount #> [1] 1 #> #> $`Bietti crystalline corneoretinal dystrophy`$urlId #> [1] "DOID_0050664" #> #> $`Bietti crystalline corneoretinal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Bietti crystalline corneoretinal dystrophy`$`_parent` #> [1] "DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Bietti crystalline corneoretinal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Bietti crystalline corneoretinal dystrophy`$children #> list() #> #> $`Bietti crystalline corneoretinal dystrophy`$value #> [1] "Bietti crystalline corneoretinal dystrophy" #> #> #> $`Bifid nose` #> $`Bifid nose`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011803" #> #> $`Bifid nose`$`_id` #> [1] "HP_0011803<HP_0004122<HP_0005105<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Bifid nose`$privateGeneCount #> [1] 0 #> #> $`Bifid nose`$publicGeneCount #> [1] 1 #> #> $`Bifid nose`$urlId #> [1] "HP_0011803" #> #> $`Bifid nose`$dbPhenotype #> [1] TRUE #> #> $`Bifid nose`$`_parent` #> [1] "HP_0004122<HP_0005105<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Bifid nose`$`_is_leaf` #> [1] TRUE #> #> $`Bifid nose`$children #> list() #> #> $`Bifid nose`$value #> [1] "Bifid nose" #> #> #> $`Bilateral tonic-clonic seizure` #> $`Bilateral tonic-clonic seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002069" #> #> $`Bilateral tonic-clonic seizure`$`_id` #> [1] "HP_0002069<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Bilateral tonic-clonic seizure`$privateGeneCount #> [1] 0 #> #> $`Bilateral tonic-clonic seizure`$publicGeneCount #> [1] 25 #> #> $`Bilateral tonic-clonic seizure`$urlId #> [1] "HP_0002069" #> #> $`Bilateral tonic-clonic seizure`$dbPhenotype #> [1] TRUE #> #> $`Bilateral tonic-clonic seizure`$`_parent` #> [1] "HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Bilateral tonic-clonic seizure`$`_is_leaf` #> [1] FALSE #> #> $`Bilateral tonic-clonic seizure`$children #> $`Bilateral tonic-clonic seizure`$children[[1]] #> [1] "HP_0007193<HP_0002069<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Bilateral tonic-clonic seizure`$value #> [1] "Bilateral tonic-clonic seizure" #> #> #> $`bile duct adenocarcinoma` #> $`bile duct adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4896" #> #> $`bile duct adenocarcinoma`$`_id` #> [1] "DOID_4896<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`bile duct adenocarcinoma`$publicGeneCount #> [1] 67 #> #> $`bile duct adenocarcinoma`$urlId #> [1] "DOID_4896" #> #> $`bile duct adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`bile duct adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`bile duct adenocarcinoma`$children #> $`bile duct adenocarcinoma`$children[[1]] #> [1] "DOID_4947<DOID_4896<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`bile duct adenocarcinoma`$value #> [1] "bile duct adenocarcinoma" #> #> #> $`bile duct adenocarcinoma` #> $`bile duct adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4896" #> #> $`bile duct adenocarcinoma`$`_id` #> [1] "DOID_4896<DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`bile duct adenocarcinoma`$publicGeneCount #> [1] 67 #> #> $`bile duct adenocarcinoma`$urlId #> [1] "DOID_4896" #> #> $`bile duct adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`bile duct adenocarcinoma`$`_parent` #> [1] "DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`bile duct adenocarcinoma`$children #> $`bile duct adenocarcinoma`$children[[1]] #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`bile duct adenocarcinoma`$value #> [1] "bile duct adenocarcinoma" #> #> #> $`bile duct adenocarcinoma` #> $`bile duct adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4896" #> #> $`bile duct adenocarcinoma`$`_id` #> [1] "DOID_4896<DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`bile duct adenocarcinoma`$publicGeneCount #> [1] 67 #> #> $`bile duct adenocarcinoma`$urlId #> [1] "DOID_4896" #> #> $`bile duct adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`bile duct adenocarcinoma`$`_parent` #> [1] "DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`bile duct adenocarcinoma`$children #> $`bile duct adenocarcinoma`$children[[1]] #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`bile duct adenocarcinoma`$value #> [1] "bile duct adenocarcinoma" #> #> #> $`bile duct adenocarcinoma` #> $`bile duct adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4896" #> #> $`bile duct adenocarcinoma`$`_id` #> [1] "DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`bile duct adenocarcinoma`$publicGeneCount #> [1] 67 #> #> $`bile duct adenocarcinoma`$urlId #> [1] "DOID_4896" #> #> $`bile duct adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`bile duct adenocarcinoma`$`_parent` #> [1] "DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`bile duct adenocarcinoma`$children #> $`bile duct adenocarcinoma`$children[[1]] #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`bile duct adenocarcinoma`$value #> [1] "bile duct adenocarcinoma" #> #> #> $`bile duct adenocarcinoma` #> $`bile duct adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4896" #> #> $`bile duct adenocarcinoma`$`_id` #> [1] "DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`bile duct adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`bile duct adenocarcinoma`$publicGeneCount #> [1] 67 #> #> $`bile duct adenocarcinoma`$urlId #> [1] "DOID_4896" #> #> $`bile duct adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`bile duct adenocarcinoma`$`_parent` #> [1] "DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`bile duct adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`bile duct adenocarcinoma`$children #> $`bile duct adenocarcinoma`$children[[1]] #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`bile duct adenocarcinoma`$value #> [1] "bile duct adenocarcinoma" #> #> #> $`bile duct cancer` #> $`bile duct cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4606" #> #> $`bile duct cancer`$`_id` #> [1] "DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct cancer`$privateGeneCount #> [1] 0 #> #> $`bile duct cancer`$publicGeneCount #> [1] 70 #> #> $`bile duct cancer`$urlId #> [1] "DOID_4606" #> #> $`bile duct cancer`$dbPhenotype #> [1] TRUE #> #> $`bile duct cancer`$`_parent` #> [1] "DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct cancer`$`_is_leaf` #> [1] FALSE #> #> $`bile duct cancer`$children #> $`bile duct cancer`$children[[1]] #> [1] "DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`bile duct cancer`$value #> [1] "bile duct cancer" #> #> #> $`bile duct cancer` #> $`bile duct cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4606" #> #> $`bile duct cancer`$`_id` #> [1] "DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct cancer`$privateGeneCount #> [1] 0 #> #> $`bile duct cancer`$publicGeneCount #> [1] 70 #> #> $`bile duct cancer`$urlId #> [1] "DOID_4606" #> #> $`bile duct cancer`$dbPhenotype #> [1] TRUE #> #> $`bile duct cancer`$`_parent` #> [1] "DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct cancer`$`_is_leaf` #> [1] FALSE #> #> $`bile duct cancer`$children #> $`bile duct cancer`$children[[1]] #> [1] "DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`bile duct cancer`$value #> [1] "bile duct cancer" #> #> #> $`bile duct cancer` #> $`bile duct cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4606" #> #> $`bile duct cancer`$`_id` #> [1] "DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`bile duct cancer`$privateGeneCount #> [1] 0 #> #> $`bile duct cancer`$publicGeneCount #> [1] 70 #> #> $`bile duct cancer`$urlId #> [1] "DOID_4606" #> #> $`bile duct cancer`$dbPhenotype #> [1] TRUE #> #> $`bile duct cancer`$`_parent` #> [1] "DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`bile duct cancer`$`_is_leaf` #> [1] FALSE #> #> $`bile duct cancer`$children #> $`bile duct cancer`$children[[1]] #> [1] "DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`bile duct cancer`$value #> [1] "bile duct cancer" #> #> #> $`bile duct carcinoma` #> $`bile duct carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4897" #> #> $`bile duct carcinoma`$`_id` #> [1] "DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct carcinoma`$privateGeneCount #> [1] 0 #> #> $`bile duct carcinoma`$publicGeneCount #> [1] 70 #> #> $`bile duct carcinoma`$urlId #> [1] "DOID_4897" #> #> $`bile duct carcinoma`$dbPhenotype #> [1] TRUE #> #> $`bile duct carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`bile duct carcinoma`$children #> $`bile duct carcinoma`$children[[1]] #> [1] "DOID_4896<DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`bile duct carcinoma`$value #> [1] "bile duct carcinoma" #> #> #> $`bile duct carcinoma` #> $`bile duct carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4897" #> #> $`bile duct carcinoma`$`_id` #> [1] "DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct carcinoma`$privateGeneCount #> [1] 0 #> #> $`bile duct carcinoma`$publicGeneCount #> [1] 70 #> #> $`bile duct carcinoma`$urlId #> [1] "DOID_4897" #> #> $`bile duct carcinoma`$dbPhenotype #> [1] TRUE #> #> $`bile duct carcinoma`$`_parent` #> [1] "DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`bile duct carcinoma`$children #> $`bile duct carcinoma`$children[[1]] #> [1] "DOID_4896<DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`bile duct carcinoma`$value #> [1] "bile duct carcinoma" #> #> #> $`bile duct carcinoma` #> $`bile duct carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4897" #> #> $`bile duct carcinoma`$`_id` #> [1] "DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct carcinoma`$privateGeneCount #> [1] 0 #> #> $`bile duct carcinoma`$publicGeneCount #> [1] 70 #> #> $`bile duct carcinoma`$urlId #> [1] "DOID_4897" #> #> $`bile duct carcinoma`$dbPhenotype #> [1] TRUE #> #> $`bile duct carcinoma`$`_parent` #> [1] "DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bile duct carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`bile duct carcinoma`$children #> $`bile duct carcinoma`$children[[1]] #> [1] "DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`bile duct carcinoma`$value #> [1] "bile duct carcinoma" #> #> #> $`bile duct carcinoma` #> $`bile duct carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4897" #> #> $`bile duct carcinoma`$`_id` #> [1] "DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`bile duct carcinoma`$privateGeneCount #> [1] 0 #> #> $`bile duct carcinoma`$publicGeneCount #> [1] 70 #> #> $`bile duct carcinoma`$urlId #> [1] "DOID_4897" #> #> $`bile duct carcinoma`$dbPhenotype #> [1] TRUE #> #> $`bile duct carcinoma`$`_parent` #> [1] "DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`bile duct carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`bile duct carcinoma`$children #> $`bile duct carcinoma`$children[[1]] #> [1] "DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`bile duct carcinoma`$value #> [1] "bile duct carcinoma" #> #> #> $`bile duct disease` #> $`bile duct disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4138" #> #> $`bile duct disease`$`_id` #> [1] "DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct disease`$privateGeneCount #> [1] 0 #> #> $`bile duct disease`$publicGeneCount #> [1] 144 #> #> $`bile duct disease`$urlId #> [1] "DOID_4138" #> #> $`bile duct disease`$dbPhenotype #> [1] TRUE #> #> $`bile duct disease`$`_parent` #> [1] "DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct disease`$`_is_leaf` #> [1] FALSE #> #> $`bile duct disease`$children #> $`bile duct disease`$children[[1]] #> [1] "DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct disease`$children[[2]] #> [1] "DOID_9446<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct disease`$children[[3]] #> [1] "DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`bile duct disease`$children[[4]] #> [1] "DOID_4137<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`bile duct disease`$value #> [1] "bile duct disease" #> #> #> $`biliary atresia` #> $`biliary atresia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13608" #> #> $`biliary atresia`$`_id` #> [1] "DOID_13608<DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`biliary atresia`$privateGeneCount #> [1] 0 #> #> $`biliary atresia`$publicGeneCount #> [1] 7 #> #> $`biliary atresia`$urlId #> [1] "DOID_13608" #> #> $`biliary atresia`$dbPhenotype #> [1] TRUE #> #> $`biliary atresia`$`_parent` #> [1] "DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`biliary atresia`$`_is_leaf` #> [1] TRUE #> #> $`biliary atresia`$children #> list() #> #> $`biliary atresia`$value #> [1] "biliary atresia" #> #> #> $`biliary tract benign neoplasm` #> $`biliary tract benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050625" #> #> $`biliary tract benign neoplasm`$`_id` #> [1] "DOID_0050625<DOID_3117<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`biliary tract benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`biliary tract benign neoplasm`$publicGeneCount #> [1] 8 #> #> $`biliary tract benign neoplasm`$urlId #> [1] "DOID_0050625" #> #> $`biliary tract benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`biliary tract benign neoplasm`$`_parent` #> [1] "DOID_3117<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`biliary tract benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`biliary tract benign neoplasm`$children #> $`biliary tract benign neoplasm`$children[[1]] #> [1] "DOID_4608<DOID_0050625<DOID_3117<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`biliary tract benign neoplasm`$value #> [1] "biliary tract benign neoplasm" #> #> #> $`biliary tract benign neoplasm` #> $`biliary tract benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050625" #> #> $`biliary tract benign neoplasm`$`_id` #> [1] "DOID_0050625<DOID_3117<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`biliary tract benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`biliary tract benign neoplasm`$publicGeneCount #> [1] 8 #> #> $`biliary tract benign neoplasm`$urlId #> [1] "DOID_0050625" #> #> $`biliary tract benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`biliary tract benign neoplasm`$`_parent` #> [1] "DOID_3117<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`biliary tract benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`biliary tract benign neoplasm`$children #> $`biliary tract benign neoplasm`$children[[1]] #> [1] "DOID_4608<DOID_0050625<DOID_3117<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> #> $`biliary tract benign neoplasm`$value #> [1] "biliary tract benign neoplasm" #> #> #> $`biliary tract benign neoplasm` #> $`biliary tract benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050625" #> #> $`biliary tract benign neoplasm`$`_id` #> [1] "DOID_0050625<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`biliary tract benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`biliary tract benign neoplasm`$publicGeneCount #> [1] 8 #> #> $`biliary tract benign neoplasm`$urlId #> [1] "DOID_0050625" #> #> $`biliary tract benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`biliary tract benign neoplasm`$`_parent` #> [1] "DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`biliary tract benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`biliary tract benign neoplasm`$children #> $`biliary tract benign neoplasm`$children[[1]] #> [1] "DOID_4608<DOID_0050625<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`biliary tract benign neoplasm`$value #> [1] "biliary tract benign neoplasm" #> #> #> $`biliary tract cancer` #> $`biliary tract cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4607" #> #> $`biliary tract cancer`$`_id` #> [1] "DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`biliary tract cancer`$privateGeneCount #> [1] 0 #> #> $`biliary tract cancer`$publicGeneCount #> [1] 97 #> #> $`biliary tract cancer`$urlId #> [1] "DOID_4607" #> #> $`biliary tract cancer`$dbPhenotype #> [1] TRUE #> #> $`biliary tract cancer`$`_parent` #> [1] "DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`biliary tract cancer`$`_is_leaf` #> [1] FALSE #> #> $`biliary tract cancer`$children #> $`biliary tract cancer`$children[[1]] #> [1] "DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`biliary tract cancer`$children[[2]] #> [1] "DOID_3121<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`biliary tract cancer`$value #> [1] "biliary tract cancer" #> #> #> $`biliary tract cancer` #> $`biliary tract cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4607" #> #> $`biliary tract cancer`$`_id` #> [1] "DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`biliary tract cancer`$privateGeneCount #> [1] 0 #> #> $`biliary tract cancer`$publicGeneCount #> [1] 97 #> #> $`biliary tract cancer`$urlId #> [1] "DOID_4607" #> #> $`biliary tract cancer`$dbPhenotype #> [1] TRUE #> #> $`biliary tract cancer`$`_parent` #> [1] "DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`biliary tract cancer`$`_is_leaf` #> [1] FALSE #> #> $`biliary tract cancer`$children #> $`biliary tract cancer`$children[[1]] #> [1] "DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`biliary tract cancer`$children[[2]] #> [1] "DOID_3121<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`biliary tract cancer`$value #> [1] "biliary tract cancer" #> #> #> $`biliary tract disease` #> $`biliary tract disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9741" #> #> $`biliary tract disease`$`_id` #> [1] "DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`biliary tract disease`$privateGeneCount #> [1] 0 #> #> $`biliary tract disease`$publicGeneCount #> [1] 146 #> #> $`biliary tract disease`$urlId #> [1] "DOID_9741" #> #> $`biliary tract disease`$dbPhenotype #> [1] TRUE #> #> $`biliary tract disease`$`_parent` #> [1] "DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`biliary tract disease`$`_is_leaf` #> [1] FALSE #> #> $`biliary tract disease`$children #> $`biliary tract disease`$children[[1]] #> [1] "DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`biliary tract disease`$children[[2]] #> [1] "DOID_0050625<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`biliary tract disease`$value #> [1] "biliary tract disease" #> #> #> $`bilirubin metabolic disorder` #> $`bilirubin metabolic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2741" #> #> $`bilirubin metabolic disorder`$`_id` #> [1] "DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> $`bilirubin metabolic disorder`$privateGeneCount #> [1] 0 #> #> $`bilirubin metabolic disorder`$publicGeneCount #> [1] 8 #> #> $`bilirubin metabolic disorder`$urlId #> [1] "DOID_2741" #> #> $`bilirubin metabolic disorder`$dbPhenotype #> [1] TRUE #> #> $`bilirubin metabolic disorder`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`bilirubin metabolic disorder`$`_is_leaf` #> [1] FALSE #> #> $`bilirubin metabolic disorder`$children #> $`bilirubin metabolic disorder`$children[[1]] #> [1] "DOID_3803<DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> $`bilirubin metabolic disorder`$children[[2]] #> [1] "DOID_12308<DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> $`bilirubin metabolic disorder`$children[[3]] #> [1] "DOID_2739<DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> #> $`bilirubin metabolic disorder`$value #> [1] "bilirubin metabolic disorder" #> #> #> $`Bimanual synkinesia` #> $`Bimanual synkinesia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001335" #> #> $`Bimanual synkinesia`$`_id` #> [1] "HP_0001335<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Bimanual synkinesia`$privateGeneCount #> [1] 0 #> #> $`Bimanual synkinesia`$publicGeneCount #> [1] 3 #> #> $`Bimanual synkinesia`$urlId #> [1] "HP_0001335" #> #> $`Bimanual synkinesia`$dbPhenotype #> [1] TRUE #> #> $`Bimanual synkinesia`$`_parent` #> [1] "HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Bimanual synkinesia`$`_is_leaf` #> [1] TRUE #> #> $`Bimanual synkinesia`$children #> list() #> #> $`Bimanual synkinesia`$value #> [1] "Bimanual synkinesia" #> #> #> $`biotin-responsive basal ganglia disease` #> $`biotin-responsive basal ganglia disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050659" #> #> $`biotin-responsive basal ganglia disease`$`_id` #> [1] "DOID_0050659<DOID_679<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`biotin-responsive basal ganglia disease`$privateGeneCount #> [1] 0 #> #> $`biotin-responsive basal ganglia disease`$publicGeneCount #> [1] 1 #> #> $`biotin-responsive basal ganglia disease`$urlId #> [1] "DOID_0050659" #> #> $`biotin-responsive basal ganglia disease`$dbPhenotype #> [1] TRUE #> #> $`biotin-responsive basal ganglia disease`$`_parent` #> [1] "DOID_679<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`biotin-responsive basal ganglia disease`$`_is_leaf` #> [1] TRUE #> #> $`biotin-responsive basal ganglia disease`$children #> list() #> #> $`biotin-responsive basal ganglia disease`$value #> [1] "biotin-responsive basal ganglia disease" #> #> #> $`biotinidase deficiency` #> $`biotinidase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_856" #> #> $`biotinidase deficiency`$`_id` #> [1] "DOID_856<DOID_857<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`biotinidase deficiency`$privateGeneCount #> [1] 0 #> #> $`biotinidase deficiency`$publicGeneCount #> [1] 1 #> #> $`biotinidase deficiency`$urlId #> [1] "DOID_856" #> #> $`biotinidase deficiency`$dbPhenotype #> [1] TRUE #> #> $`biotinidase deficiency`$`_parent` #> [1] "DOID_857<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`biotinidase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`biotinidase deficiency`$children #> list() #> #> $`biotinidase deficiency`$value #> [1] "biotinidase deficiency" #> #> #> $`biotinidase deficiency` #> $`biotinidase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_856" #> #> $`biotinidase deficiency`$`_id` #> [1] "DOID_856<DOID_857<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`biotinidase deficiency`$privateGeneCount #> [1] 0 #> #> $`biotinidase deficiency`$publicGeneCount #> [1] 1 #> #> $`biotinidase deficiency`$urlId #> [1] "DOID_856" #> #> $`biotinidase deficiency`$dbPhenotype #> [1] TRUE #> #> $`biotinidase deficiency`$`_parent` #> [1] "DOID_857<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`biotinidase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`biotinidase deficiency`$children #> list() #> #> $`biotinidase deficiency`$value #> [1] "biotinidase deficiency" #> #> #> $`bipolar disorder` #> $`bipolar disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3312" #> #> $`bipolar disorder`$`_id` #> [1] "DOID_3312<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`bipolar disorder`$privateGeneCount #> [1] 0 #> #> $`bipolar disorder`$publicGeneCount #> [1] 146 #> #> $`bipolar disorder`$urlId #> [1] "DOID_3312" #> #> $`bipolar disorder`$dbPhenotype #> [1] TRUE #> #> $`bipolar disorder`$`_parent` #> [1] "DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`bipolar disorder`$`_is_leaf` #> [1] TRUE #> #> $`bipolar disorder`$children #> list() #> #> $`bipolar disorder`$value #> [1] "bipolar disorder" #> #> #> $`bird fancier's lung` #> $`bird fancier's lung`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13891" #> #> $`bird fancier's lung`$`_id` #> [1] "DOID_13891<DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bird fancier's lung`$privateGeneCount #> [1] 0 #> #> $`bird fancier's lung`$publicGeneCount #> [1] 1 #> #> $`bird fancier's lung`$urlId #> [1] "DOID_13891" #> #> $`bird fancier's lung`$dbPhenotype #> [1] TRUE #> #> $`bird fancier's lung`$`_parent` #> [1] "DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bird fancier's lung`$`_is_leaf` #> [1] TRUE #> #> $`bird fancier's lung`$children #> list() #> #> $`bird fancier's lung`$value #> [1] "bird fancier's lung" #> #> #> $`bird fancier's lung` #> $`bird fancier's lung`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13891" #> #> $`bird fancier's lung`$`_id` #> [1] "DOID_13891<DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bird fancier's lung`$privateGeneCount #> [1] 0 #> #> $`bird fancier's lung`$publicGeneCount #> [1] 1 #> #> $`bird fancier's lung`$urlId #> [1] "DOID_13891" #> #> $`bird fancier's lung`$dbPhenotype #> [1] TRUE #> #> $`bird fancier's lung`$`_parent` #> [1] "DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bird fancier's lung`$`_is_leaf` #> [1] TRUE #> #> $`bird fancier's lung`$children #> list() #> #> $`bird fancier's lung`$value #> [1] "bird fancier's lung" #> #> #> $`Birk-Barel syndrome` #> $`Birk-Barel syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050675" #> #> $`Birk-Barel syndrome`$`_id` #> [1] "DOID_0050675<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Birk-Barel syndrome`$privateGeneCount #> [1] 0 #> #> $`Birk-Barel syndrome`$publicGeneCount #> [1] 1 #> #> $`Birk-Barel syndrome`$urlId #> [1] "DOID_0050675" #> #> $`Birk-Barel syndrome`$dbPhenotype #> [1] TRUE #> #> $`Birk-Barel syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Birk-Barel syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Birk-Barel syndrome`$children #> list() #> #> $`Birk-Barel syndrome`$value #> [1] "Birk-Barel syndrome" #> #> #> $`Birk-Barel syndrome` #> $`Birk-Barel syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050675" #> #> $`Birk-Barel syndrome`$`_id` #> [1] "DOID_0050675<DOID_225<DOID_4" #> #> $`Birk-Barel syndrome`$privateGeneCount #> [1] 0 #> #> $`Birk-Barel syndrome`$publicGeneCount #> [1] 1 #> #> $`Birk-Barel syndrome`$urlId #> [1] "DOID_0050675" #> #> $`Birk-Barel syndrome`$dbPhenotype #> [1] TRUE #> #> $`Birk-Barel syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Birk-Barel syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Birk-Barel syndrome`$children #> list() #> #> $`Birk-Barel syndrome`$value #> [1] "Birk-Barel syndrome" #> #> #> $`Birt-Hogg-Dube syndrome` #> $`Birt-Hogg-Dube syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050676" #> #> $`Birt-Hogg-Dube syndrome`$`_id` #> [1] "DOID_0050676<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Birt-Hogg-Dube syndrome`$privateGeneCount #> [1] 0 #> #> $`Birt-Hogg-Dube syndrome`$publicGeneCount #> [1] 1 #> #> $`Birt-Hogg-Dube syndrome`$urlId #> [1] "DOID_0050676" #> #> $`Birt-Hogg-Dube syndrome`$dbPhenotype #> [1] TRUE #> #> $`Birt-Hogg-Dube syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Birt-Hogg-Dube syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Birt-Hogg-Dube syndrome`$children #> list() #> #> $`Birt-Hogg-Dube syndrome`$value #> [1] "Birt-Hogg-Dube syndrome" #> #> #> $`Birt-Hogg-Dube syndrome` #> $`Birt-Hogg-Dube syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050676" #> #> $`Birt-Hogg-Dube syndrome`$`_id` #> [1] "DOID_0050676<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Birt-Hogg-Dube syndrome`$privateGeneCount #> [1] 0 #> #> $`Birt-Hogg-Dube syndrome`$publicGeneCount #> [1] 1 #> #> $`Birt-Hogg-Dube syndrome`$urlId #> [1] "DOID_0050676" #> #> $`Birt-Hogg-Dube syndrome`$dbPhenotype #> [1] TRUE #> #> $`Birt-Hogg-Dube syndrome`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Birt-Hogg-Dube syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Birt-Hogg-Dube syndrome`$children #> list() #> #> $`Birt-Hogg-Dube syndrome`$value #> [1] "Birt-Hogg-Dube syndrome" #> #> #> $`Bjornstad syndrome` #> $`Bjornstad syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050677" #> #> $`Bjornstad syndrome`$`_id` #> [1] "DOID_0050677<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bjornstad syndrome`$privateGeneCount #> [1] 0 #> #> $`Bjornstad syndrome`$publicGeneCount #> [1] 1 #> #> $`Bjornstad syndrome`$urlId #> [1] "DOID_0050677" #> #> $`Bjornstad syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bjornstad syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bjornstad syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bjornstad syndrome`$children #> list() #> #> $`Bjornstad syndrome`$value #> [1] "Bjornstad syndrome" #> #> #> $`Bjornstad syndrome` #> $`Bjornstad syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050677" #> #> $`Bjornstad syndrome`$`_id` #> [1] "DOID_0050677<DOID_225<DOID_4" #> #> $`Bjornstad syndrome`$privateGeneCount #> [1] 0 #> #> $`Bjornstad syndrome`$publicGeneCount #> [1] 1 #> #> $`Bjornstad syndrome`$urlId #> [1] "DOID_0050677" #> #> $`Bjornstad syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bjornstad syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Bjornstad syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bjornstad syndrome`$children #> list() #> #> $`Bjornstad syndrome`$value #> [1] "Bjornstad syndrome" #> #> #> $`bladder calculus` #> $`bladder calculus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11355" #> #> $`bladder calculus`$`_id` #> [1] "DOID_11355<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder calculus`$privateGeneCount #> [1] 0 #> #> $`bladder calculus`$publicGeneCount #> [1] 1 #> #> $`bladder calculus`$urlId #> [1] "DOID_11355" #> #> $`bladder calculus`$dbPhenotype #> [1] TRUE #> #> $`bladder calculus`$`_parent` #> [1] "DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder calculus`$`_is_leaf` #> [1] TRUE #> #> $`bladder calculus`$children #> list() #> #> $`bladder calculus`$value #> [1] "bladder calculus" #> #> #> $`bladder calculus` #> $`bladder calculus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11355" #> #> $`bladder calculus`$`_id` #> [1] "DOID_11355<DOID_9590<DOID_18<DOID_7<DOID_4" #> #> $`bladder calculus`$privateGeneCount #> [1] 0 #> #> $`bladder calculus`$publicGeneCount #> [1] 1 #> #> $`bladder calculus`$urlId #> [1] "DOID_11355" #> #> $`bladder calculus`$dbPhenotype #> [1] TRUE #> #> $`bladder calculus`$`_parent` #> [1] "DOID_9590<DOID_18<DOID_7<DOID_4" #> #> $`bladder calculus`$`_is_leaf` #> [1] TRUE #> #> $`bladder calculus`$children #> list() #> #> $`bladder calculus`$value #> [1] "bladder calculus" #> #> #> $`bladder disease` #> $`bladder disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_365" #> #> $`bladder disease`$`_id` #> [1] "DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder disease`$privateGeneCount #> [1] 0 #> #> $`bladder disease`$publicGeneCount #> [1] 268 #> #> $`bladder disease`$urlId #> [1] "DOID_365" #> #> $`bladder disease`$dbPhenotype #> [1] TRUE #> #> $`bladder disease`$`_parent` #> [1] "DOID_18<DOID_7<DOID_4" #> #> $`bladder disease`$`_is_leaf` #> [1] FALSE #> #> $`bladder disease`$children #> $`bladder disease`$children[[1]] #> [1] "DOID_11355<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder disease`$children[[2]] #> [1] "DOID_13948<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder disease`$children[[3]] #> [1] "DOID_9266<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder disease`$children[[4]] #> [1] "DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder disease`$children[[5]] #> [1] "DOID_12143<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder disease`$children[[6]] #> [1] "DOID_11054<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder disease`$children[[7]] #> [1] "DOID_1394<DOID_365<DOID_18<DOID_7<DOID_4" #> #> #> $`bladder disease`$value #> [1] "bladder disease" #> #> #> $`bladder neck obstruction` #> $`bladder neck obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13948" #> #> $`bladder neck obstruction`$`_id` #> [1] "DOID_13948<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder neck obstruction`$privateGeneCount #> [1] 0 #> #> $`bladder neck obstruction`$publicGeneCount #> [1] 2 #> #> $`bladder neck obstruction`$urlId #> [1] "DOID_13948" #> #> $`bladder neck obstruction`$dbPhenotype #> [1] TRUE #> #> $`bladder neck obstruction`$`_parent` #> [1] "DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`bladder neck obstruction`$`_is_leaf` #> [1] TRUE #> #> $`bladder neck obstruction`$children #> list() #> #> $`bladder neck obstruction`$value #> [1] "bladder neck obstruction" #> #> #> $blastoma #> $blastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0070003" #> #> $blastoma$`_id` #> [1] "DOID_0070003<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $blastoma$privateGeneCount #> [1] 0 #> #> $blastoma$publicGeneCount #> [1] 1 #> #> $blastoma$urlId #> [1] "DOID_0070003" #> #> $blastoma$dbPhenotype #> [1] FALSE #> #> $blastoma$`_parent` #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $blastoma$`_is_leaf` #> [1] FALSE #> #> $blastoma$children #> $blastoma$children[[1]] #> [1] "DOID_4765<DOID_0070003<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $blastoma$value #> [1] "blastoma" #> #> #> $`Blau syndrome` #> $`Blau syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050678" #> #> $`Blau syndrome`$`_id` #> [1] "DOID_0050678<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Blau syndrome`$privateGeneCount #> [1] 0 #> #> $`Blau syndrome`$publicGeneCount #> [1] 1 #> #> $`Blau syndrome`$urlId #> [1] "DOID_0050678" #> #> $`Blau syndrome`$dbPhenotype #> [1] TRUE #> #> $`Blau syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Blau syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Blau syndrome`$children #> list() #> #> $`Blau syndrome`$value #> [1] "Blau syndrome" #> #> #> $`Blau syndrome` #> $`Blau syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050678" #> #> $`Blau syndrome`$`_id` #> [1] "DOID_0050678<DOID_225<DOID_4" #> #> $`Blau syndrome`$privateGeneCount #> [1] 0 #> #> $`Blau syndrome`$publicGeneCount #> [1] 1 #> #> $`Blau syndrome`$urlId #> [1] "DOID_0050678" #> #> $`Blau syndrome`$dbPhenotype #> [1] TRUE #> #> $`Blau syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Blau syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Blau syndrome`$children #> list() #> #> $`Blau syndrome`$value #> [1] "Blau syndrome" #> #> #> $blepharophimosis #> $blepharophimosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10348" #> #> $blepharophimosis$`_id` #> [1] "DOID_10348<DOID_530<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $blepharophimosis$privateGeneCount #> [1] 0 #> #> $blepharophimosis$publicGeneCount #> [1] 2 #> #> $blepharophimosis$urlId #> [1] "DOID_10348" #> #> $blepharophimosis$dbPhenotype #> [1] TRUE #> #> $blepharophimosis$`_parent` #> [1] "DOID_530<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $blepharophimosis$`_is_leaf` #> [1] TRUE #> #> $blepharophimosis$children #> list() #> #> $blepharophimosis$value #> [1] "blepharophimosis" #> #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome` #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14778" #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$`_id` #> [1] "DOID_14778<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$privateGeneCount #> [1] 0 #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$publicGeneCount #> [1] 1 #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$urlId #> [1] "DOID_14778" #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$dbPhenotype #> [1] TRUE #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$`_is_leaf` #> [1] TRUE #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$children #> list() #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$value #> [1] "blepharophimosis, ptosis, and epicanthus inversus syndrome" #> #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome` #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14778" #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$`_id` #> [1] "DOID_14778<DOID_225<DOID_4" #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$privateGeneCount #> [1] 0 #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$publicGeneCount #> [1] 1 #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$urlId #> [1] "DOID_14778" #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$dbPhenotype #> [1] TRUE #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$`_is_leaf` #> [1] TRUE #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$children #> list() #> #> $`blepharophimosis, ptosis, and epicanthus inversus syndrome`$value #> [1] "blepharophimosis, ptosis, and epicanthus inversus syndrome" #> #> #> $`blepharophimosis-intellectual disability syndrome, SBBYS type` #> $`blepharophimosis-intellectual disability syndrome, SBBYS type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060290" #> #> $`blepharophimosis-intellectual disability syndrome, SBBYS type`$`_id` #> [1] "DOID_0060290<DOID_0060289<DOID_225<DOID_4" #> #> $`blepharophimosis-intellectual disability syndrome, SBBYS type`$privateGeneCount #> [1] 0 #> #> $`blepharophimosis-intellectual disability syndrome, SBBYS type`$publicGeneCount #> [1] 1 #> #> $`blepharophimosis-intellectual disability syndrome, SBBYS type`$urlId #> [1] "DOID_0060290" #> #> $`blepharophimosis-intellectual disability syndrome, SBBYS type`$dbPhenotype #> [1] TRUE #> #> $`blepharophimosis-intellectual disability syndrome, SBBYS type`$`_parent` #> [1] "DOID_0060289<DOID_225<DOID_4" #> #> $`blepharophimosis-intellectual disability syndrome, SBBYS type`$`_is_leaf` #> [1] TRUE #> #> $`blepharophimosis-intellectual disability syndrome, SBBYS type`$children #> list() #> #> $`blepharophimosis-intellectual disability syndrome, SBBYS type`$value #> [1] "blepharophimosis-intellectual disability syndrome, SBBYS type" #> #> #> $blepharospasm #> $blepharospasm$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_529" #> #> $blepharospasm$`_id` #> [1] "DOID_529<DOID_0050836<DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $blepharospasm$privateGeneCount #> [1] 0 #> #> $blepharospasm$publicGeneCount #> [1] 1 #> #> $blepharospasm$urlId #> [1] "DOID_529" #> #> $blepharospasm$dbPhenotype #> [1] TRUE #> #> $blepharospasm$`_parent` #> [1] "DOID_0050836<DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $blepharospasm$`_is_leaf` #> [1] TRUE #> #> $blepharospasm$children #> list() #> #> $blepharospasm$value #> [1] "blepharospasm" #> #> #> $blindness #> $blindness$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1432" #> #> $blindness$`_id` #> [1] "DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $blindness$privateGeneCount #> [1] 0 #> #> $blindness$publicGeneCount #> [1] 13 #> #> $blindness$urlId #> [1] "DOID_1432" #> #> $blindness$dbPhenotype #> [1] TRUE #> #> $blindness$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $blindness$`_is_leaf` #> [1] FALSE #> #> $blindness$children #> $blindness$children[[1]] #> [1] "DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $blindness$value #> [1] "blindness" #> #> #> $`Bloch-Sulzberger syndrome` #> $`Bloch-Sulzberger syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12305" #> #> $`Bloch-Sulzberger syndrome`$`_id` #> [1] "DOID_12305<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Bloch-Sulzberger syndrome`$privateGeneCount #> [1] 0 #> #> $`Bloch-Sulzberger syndrome`$publicGeneCount #> [1] 1 #> #> $`Bloch-Sulzberger syndrome`$urlId #> [1] "DOID_12305" #> #> $`Bloch-Sulzberger syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bloch-Sulzberger syndrome`$`_parent` #> [1] "DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Bloch-Sulzberger syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bloch-Sulzberger syndrome`$children #> list() #> #> $`Bloch-Sulzberger syndrome`$value #> [1] "Bloch-Sulzberger syndrome" #> #> #> $`blood coagulation disease` #> $`blood coagulation disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1247" #> #> $`blood coagulation disease`$`_id` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$privateGeneCount #> [1] 0 #> #> $`blood coagulation disease`$publicGeneCount #> [1] 84 #> #> $`blood coagulation disease`$urlId #> [1] "DOID_1247" #> #> $`blood coagulation disease`$dbPhenotype #> [1] TRUE #> #> $`blood coagulation disease`$`_parent` #> [1] "DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$`_is_leaf` #> [1] FALSE #> #> $`blood coagulation disease`$children #> $`blood coagulation disease`$children[[1]] #> [1] "DOID_2217<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[2]] #> [1] "DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[3]] #> [1] "DOID_2236<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[4]] #> [1] "DOID_2216<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[5]] #> [1] "DOID_2215<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[6]] #> [1] "DOID_12134<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[7]] #> [1] "DOID_2222<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[8]] #> [1] "DOID_2229<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[9]] #> [1] "DOID_2231<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[10]] #> [1] "DOID_2211<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[11]] #> [1] "DOID_12259<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[12]] #> [1] "DOID_2213<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[13]] #> [1] "DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood coagulation disease`$children[[14]] #> [1] "DOID_12531<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> #> $`blood coagulation disease`$value #> [1] "blood coagulation disease" #> #> #> $`blood platelet disease` #> $`blood platelet disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2218" #> #> $`blood platelet disease`$`_id` #> [1] "DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood platelet disease`$privateGeneCount #> [1] 0 #> #> $`blood platelet disease`$publicGeneCount #> [1] 46 #> #> $`blood platelet disease`$urlId #> [1] "DOID_2218" #> #> $`blood platelet disease`$dbPhenotype #> [1] TRUE #> #> $`blood platelet disease`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood platelet disease`$`_is_leaf` #> [1] FALSE #> #> $`blood platelet disease`$children #> $`blood platelet disease`$children[[1]] #> [1] "DOID_2219<DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood platelet disease`$children[[2]] #> [1] "DOID_0060354<DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood platelet disease`$children[[3]] #> [1] "DOID_1588<DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`blood platelet disease`$children[[4]] #> [1] "DOID_2228<DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> #> $`blood platelet disease`$value #> [1] "blood platelet disease" #> #> #> $`blood protein disease` #> $`blood protein disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_620" #> #> $`blood protein disease`$`_id` #> [1] "DOID_620<DOID_74<DOID_7<DOID_4" #> #> $`blood protein disease`$privateGeneCount #> [1] 0 #> #> $`blood protein disease`$publicGeneCount #> [1] 14 #> #> $`blood protein disease`$urlId #> [1] "DOID_620" #> #> $`blood protein disease`$dbPhenotype #> [1] FALSE #> #> $`blood protein disease`$`_parent` #> [1] "DOID_74<DOID_7<DOID_4" #> #> $`blood protein disease`$`_is_leaf` #> [1] FALSE #> #> $`blood protein disease`$children #> $`blood protein disease`$children[[1]] #> [1] "DOID_2451<DOID_620<DOID_74<DOID_7<DOID_4" #> #> $`blood protein disease`$children[[2]] #> [1] "DOID_10923<DOID_620<DOID_74<DOID_7<DOID_4" #> #> #> $`blood protein disease`$value #> [1] "blood protein disease" #> #> #> $`Bloom syndrome` #> $`Bloom syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2717" #> #> $`Bloom syndrome`$`_id` #> [1] "DOID_2717<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bloom syndrome`$privateGeneCount #> [1] 0 #> #> $`Bloom syndrome`$publicGeneCount #> [1] 2 #> #> $`Bloom syndrome`$urlId #> [1] "DOID_2717" #> #> $`Bloom syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bloom syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bloom syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bloom syndrome`$children #> list() #> #> $`Bloom syndrome`$value #> [1] "Bloom syndrome" #> #> #> $`Bloom syndrome` #> $`Bloom syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2717" #> #> $`Bloom syndrome`$`_id` #> [1] "DOID_2717<DOID_225<DOID_4" #> #> $`Bloom syndrome`$privateGeneCount #> [1] 0 #> #> $`Bloom syndrome`$publicGeneCount #> [1] 2 #> #> $`Bloom syndrome`$urlId #> [1] "DOID_2717" #> #> $`Bloom syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bloom syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Bloom syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bloom syndrome`$children #> list() #> #> $`Bloom syndrome`$value #> [1] "Bloom syndrome" #> #> #> $`blue color blindness` #> $`blue color blindness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11661" #> #> $`blue color blindness`$`_id` #> [1] "DOID_11661<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`blue color blindness`$privateGeneCount #> [1] 0 #> #> $`blue color blindness`$publicGeneCount #> [1] 7 #> #> $`blue color blindness`$urlId #> [1] "DOID_11661" #> #> $`blue color blindness`$dbPhenotype #> [1] TRUE #> #> $`blue color blindness`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`blue color blindness`$`_is_leaf` #> [1] TRUE #> #> $`blue color blindness`$children #> list() #> #> $`blue color blindness`$value #> [1] "blue color blindness" #> #> #> $`blue color blindness` #> $`blue color blindness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11661" #> #> $`blue color blindness`$`_id` #> [1] "DOID_11661<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`blue color blindness`$privateGeneCount #> [1] 0 #> #> $`blue color blindness`$publicGeneCount #> [1] 7 #> #> $`blue color blindness`$urlId #> [1] "DOID_11661" #> #> $`blue color blindness`$dbPhenotype #> [1] TRUE #> #> $`blue color blindness`$`_parent` #> [1] "DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`blue color blindness`$`_is_leaf` #> [1] TRUE #> #> $`blue color blindness`$children #> list() #> #> $`blue color blindness`$value #> [1] "blue color blindness" #> #> #> $`blue cone monochromacy` #> $`blue cone monochromacy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050679" #> #> $`blue cone monochromacy`$`_id` #> [1] "DOID_0050679<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`blue cone monochromacy`$privateGeneCount #> [1] 0 #> #> $`blue cone monochromacy`$publicGeneCount #> [1] 2 #> #> $`blue cone monochromacy`$urlId #> [1] "DOID_0050679" #> #> $`blue cone monochromacy`$dbPhenotype #> [1] TRUE #> #> $`blue cone monochromacy`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`blue cone monochromacy`$`_is_leaf` #> [1] TRUE #> #> $`blue cone monochromacy`$children #> list() #> #> $`blue cone monochromacy`$value #> [1] "blue cone monochromacy" #> #> #> $`blue cone monochromacy` #> $`blue cone monochromacy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050679" #> #> $`blue cone monochromacy`$`_id` #> [1] "DOID_0050679<DOID_13911<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`blue cone monochromacy`$privateGeneCount #> [1] 0 #> #> $`blue cone monochromacy`$publicGeneCount #> [1] 2 #> #> $`blue cone monochromacy`$urlId #> [1] "DOID_0050679" #> #> $`blue cone monochromacy`$dbPhenotype #> [1] TRUE #> #> $`blue cone monochromacy`$`_parent` #> [1] "DOID_13911<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`blue cone monochromacy`$`_is_leaf` #> [1] TRUE #> #> $`blue cone monochromacy`$children #> list() #> #> $`blue cone monochromacy`$value #> [1] "blue cone monochromacy" #> #> #> $`bone benign neoplasm` #> $`bone benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060094" #> #> $`bone benign neoplasm`$`_id` #> [1] "DOID_0060094<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`bone benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`bone benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`bone benign neoplasm`$urlId #> [1] "DOID_0060094" #> #> $`bone benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`bone benign neoplasm`$`_parent` #> [1] "DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`bone benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`bone benign neoplasm`$children #> $`bone benign neoplasm`$children[[1]] #> [1] "DOID_200<DOID_0060094<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`bone benign neoplasm`$value #> [1] "bone benign neoplasm" #> #> #> $`bone benign neoplasm` #> $`bone benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060094" #> #> $`bone benign neoplasm`$`_id` #> [1] "DOID_0060094<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`bone benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`bone benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`bone benign neoplasm`$urlId #> [1] "DOID_0060094" #> #> $`bone benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`bone benign neoplasm`$`_parent` #> [1] "DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`bone benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`bone benign neoplasm`$children #> $`bone benign neoplasm`$children[[1]] #> [1] "DOID_200<DOID_0060094<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> #> $`bone benign neoplasm`$value #> [1] "bone benign neoplasm" #> #> #> $`bone benign neoplasm` #> $`bone benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060094" #> #> $`bone benign neoplasm`$`_id` #> [1] "DOID_0060094<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`bone benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`bone benign neoplasm`$urlId #> [1] "DOID_0060094" #> #> $`bone benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`bone benign neoplasm`$`_parent` #> [1] "DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`bone benign neoplasm`$children #> $`bone benign neoplasm`$children[[1]] #> [1] "DOID_200<DOID_0060094<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone benign neoplasm`$value #> [1] "bone benign neoplasm" #> #> #> $`bone benign neoplasm` #> $`bone benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060094" #> #> $`bone benign neoplasm`$`_id` #> [1] "DOID_0060094<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`bone benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`bone benign neoplasm`$urlId #> [1] "DOID_0060094" #> #> $`bone benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`bone benign neoplasm`$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`bone benign neoplasm`$children #> $`bone benign neoplasm`$children[[1]] #> [1] "DOID_200<DOID_0060094<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone benign neoplasm`$value #> [1] "bone benign neoplasm" #> #> #> $`bone cancer` #> $`bone cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_184" #> #> $`bone cancer`$`_id` #> [1] "DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$privateGeneCount #> [1] 0 #> #> $`bone cancer`$publicGeneCount #> [1] 244 #> #> $`bone cancer`$urlId #> [1] "DOID_184" #> #> $`bone cancer`$dbPhenotype #> [1] TRUE #> #> $`bone cancer`$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$`_is_leaf` #> [1] FALSE #> #> $`bone cancer`$children #> $`bone cancer`$children[[1]] #> [1] "DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[2]] #> [1] "DOID_1862<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[3]] #> [1] "DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[4]] #> [1] "DOID_3303<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[5]] #> [1] "DOID_4143<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[6]] #> [1] "DOID_1863<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone cancer`$value #> [1] "bone cancer" #> #> #> $`bone cancer` #> $`bone cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_184" #> #> $`bone cancer`$`_id` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone cancer`$privateGeneCount #> [1] 0 #> #> $`bone cancer`$publicGeneCount #> [1] 244 #> #> $`bone cancer`$urlId #> [1] "DOID_184" #> #> $`bone cancer`$dbPhenotype #> [1] TRUE #> #> $`bone cancer`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone cancer`$`_is_leaf` #> [1] FALSE #> #> $`bone cancer`$children #> $`bone cancer`$children[[1]] #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone cancer`$children[[2]] #> [1] "DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone cancer`$children[[3]] #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone cancer`$children[[4]] #> [1] "DOID_3303<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone cancer`$children[[5]] #> [1] "DOID_4143<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone cancer`$children[[6]] #> [1] "DOID_1863<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`bone cancer`$value #> [1] "bone cancer" #> #> #> $`bone cancer` #> $`bone cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_184" #> #> $`bone cancer`$`_id` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$privateGeneCount #> [1] 0 #> #> $`bone cancer`$publicGeneCount #> [1] 244 #> #> $`bone cancer`$urlId #> [1] "DOID_184" #> #> $`bone cancer`$dbPhenotype #> [1] TRUE #> #> $`bone cancer`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$`_is_leaf` #> [1] FALSE #> #> $`bone cancer`$children #> $`bone cancer`$children[[1]] #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[2]] #> [1] "DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[3]] #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[4]] #> [1] "DOID_3303<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[5]] #> [1] "DOID_4143<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[6]] #> [1] "DOID_1863<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`bone cancer`$value #> [1] "bone cancer" #> #> #> $`bone cancer` #> $`bone cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_184" #> #> $`bone cancer`$`_id` #> [1] "DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$privateGeneCount #> [1] 0 #> #> $`bone cancer`$publicGeneCount #> [1] 244 #> #> $`bone cancer`$urlId #> [1] "DOID_184" #> #> $`bone cancer`$dbPhenotype #> [1] TRUE #> #> $`bone cancer`$`_parent` #> [1] "DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$`_is_leaf` #> [1] FALSE #> #> $`bone cancer`$children #> $`bone cancer`$children[[1]] #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[2]] #> [1] "DOID_1862<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[3]] #> [1] "DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[4]] #> [1] "DOID_3303<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[5]] #> [1] "DOID_4143<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone cancer`$children[[6]] #> [1] "DOID_1863<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone cancer`$value #> [1] "bone cancer" #> #> #> $`bone deterioration disease` #> $`bone deterioration disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080007" #> #> $`bone deterioration disease`$`_id` #> [1] "DOID_0080007<DOID_0080010<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone deterioration disease`$privateGeneCount #> [1] 0 #> #> $`bone deterioration disease`$publicGeneCount #> [1] 6 #> #> $`bone deterioration disease`$urlId #> [1] "DOID_0080007" #> #> $`bone deterioration disease`$dbPhenotype #> [1] FALSE #> #> $`bone deterioration disease`$`_parent` #> [1] "DOID_0080010<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone deterioration disease`$`_is_leaf` #> [1] FALSE #> #> $`bone deterioration disease`$children #> $`bone deterioration disease`$children[[1]] #> [1] "DOID_90<DOID_0080007<DOID_0080010<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone deterioration disease`$value #> [1] "bone deterioration disease" #> #> #> $`bone development disease` #> $`bone development disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080006" #> #> $`bone development disease`$`_id` #> [1] "DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone development disease`$privateGeneCount #> [1] 0 #> #> $`bone development disease`$publicGeneCount #> [1] 140 #> #> $`bone development disease`$urlId #> [1] "DOID_0080006" #> #> $`bone development disease`$dbPhenotype #> [1] FALSE #> #> $`bone development disease`$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone development disease`$`_is_leaf` #> [1] FALSE #> #> $`bone development disease`$children #> $`bone development disease`$children[[1]] #> [1] "DOID_0050592<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone development disease`$children[[2]] #> [1] "DOID_11836<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone development disease`$children[[3]] #> [1] "DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone development disease`$children[[4]] #> [1] "DOID_0050790<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone development disease`$children[[5]] #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone development disease`$value #> [1] "bone development disease" #> #> #> $`bone disease` #> $`bone disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080001" #> #> $`bone disease`$`_id` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$privateGeneCount #> [1] 0 #> #> $`bone disease`$publicGeneCount #> [1] 995 #> #> $`bone disease`$urlId #> [1] "DOID_0080001" #> #> $`bone disease`$dbPhenotype #> [1] TRUE #> #> $`bone disease`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$`_is_leaf` #> [1] FALSE #> #> $`bone disease`$children #> $`bone disease`$children[[1]] #> [1] "DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[2]] #> [1] "DOID_0060094<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[3]] #> [1] "DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[4]] #> [1] "DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[5]] #> [1] "DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[6]] #> [1] "DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[7]] #> [1] "DOID_3265<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[8]] #> [1] "DOID_2736<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[9]] #> [1] "DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[10]] #> [1] "DOID_12662<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[11]] #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone disease`$children[[12]] #> [1] "DOID_9146<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone disease`$value #> [1] "bone disease" #> #> #> $`bone giant cell tumor` #> $`bone giant cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4305" #> #> $`bone giant cell tumor`$`_id` #> [1] "DOID_4305<DOID_200<DOID_0060094<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`bone giant cell tumor`$privateGeneCount #> [1] 0 #> #> $`bone giant cell tumor`$publicGeneCount #> [1] 1 #> #> $`bone giant cell tumor`$urlId #> [1] "DOID_4305" #> #> $`bone giant cell tumor`$dbPhenotype #> [1] TRUE #> #> $`bone giant cell tumor`$`_parent` #> [1] "DOID_200<DOID_0060094<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`bone giant cell tumor`$`_is_leaf` #> [1] TRUE #> #> $`bone giant cell tumor`$children #> list() #> #> $`bone giant cell tumor`$value #> [1] "bone giant cell tumor" #> #> #> $`bone giant cell tumor` #> $`bone giant cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4305" #> #> $`bone giant cell tumor`$`_id` #> [1] "DOID_4305<DOID_200<DOID_0060094<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`bone giant cell tumor`$privateGeneCount #> [1] 0 #> #> $`bone giant cell tumor`$publicGeneCount #> [1] 1 #> #> $`bone giant cell tumor`$urlId #> [1] "DOID_4305" #> #> $`bone giant cell tumor`$dbPhenotype #> [1] TRUE #> #> $`bone giant cell tumor`$`_parent` #> [1] "DOID_200<DOID_0060094<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`bone giant cell tumor`$`_is_leaf` #> [1] TRUE #> #> $`bone giant cell tumor`$children #> list() #> #> $`bone giant cell tumor`$value #> [1] "bone giant cell tumor" #> #> #> $`bone giant cell tumor` #> $`bone giant cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4305" #> #> $`bone giant cell tumor`$`_id` #> [1] "DOID_4305<DOID_200<DOID_0060094<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone giant cell tumor`$privateGeneCount #> [1] 0 #> #> $`bone giant cell tumor`$publicGeneCount #> [1] 1 #> #> $`bone giant cell tumor`$urlId #> [1] "DOID_4305" #> #> $`bone giant cell tumor`$dbPhenotype #> [1] TRUE #> #> $`bone giant cell tumor`$`_parent` #> [1] "DOID_200<DOID_0060094<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone giant cell tumor`$`_is_leaf` #> [1] TRUE #> #> $`bone giant cell tumor`$children #> list() #> #> $`bone giant cell tumor`$value #> [1] "bone giant cell tumor" #> #> #> $`bone giant cell tumor` #> $`bone giant cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4305" #> #> $`bone giant cell tumor`$`_id` #> [1] "DOID_4305<DOID_200<DOID_0060094<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone giant cell tumor`$privateGeneCount #> [1] 0 #> #> $`bone giant cell tumor`$publicGeneCount #> [1] 1 #> #> $`bone giant cell tumor`$urlId #> [1] "DOID_4305" #> #> $`bone giant cell tumor`$dbPhenotype #> [1] TRUE #> #> $`bone giant cell tumor`$`_parent` #> [1] "DOID_200<DOID_0060094<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone giant cell tumor`$`_is_leaf` #> [1] TRUE #> #> $`bone giant cell tumor`$children #> list() #> #> $`bone giant cell tumor`$value #> [1] "bone giant cell tumor" #> #> #> $`bone inflammation disease` #> $`bone inflammation disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3342" #> #> $`bone inflammation disease`$`_id` #> [1] "DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone inflammation disease`$privateGeneCount #> [1] 0 #> #> $`bone inflammation disease`$publicGeneCount #> [1] 567 #> #> $`bone inflammation disease`$urlId #> [1] "DOID_3342" #> #> $`bone inflammation disease`$dbPhenotype #> [1] FALSE #> #> $`bone inflammation disease`$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone inflammation disease`$`_is_leaf` #> [1] FALSE #> #> $`bone inflammation disease`$children #> $`bone inflammation disease`$children[[1]] #> [1] "DOID_7147<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone inflammation disease`$children[[2]] #> [1] "DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone inflammation disease`$children[[3]] #> [1] "DOID_4257<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone inflammation disease`$children[[4]] #> [1] "DOID_0060322<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone inflammation disease`$value #> [1] "bone inflammation disease" #> #> #> $`bone marrow cancer` #> $`bone marrow cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4960" #> #> $`bone marrow cancer`$`_id` #> [1] "DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone marrow cancer`$privateGeneCount #> [1] 0 #> #> $`bone marrow cancer`$publicGeneCount #> [1] 87 #> #> $`bone marrow cancer`$urlId #> [1] "DOID_4960" #> #> $`bone marrow cancer`$dbPhenotype #> [1] TRUE #> #> $`bone marrow cancer`$`_parent` #> [1] "DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone marrow cancer`$`_is_leaf` #> [1] FALSE #> #> $`bone marrow cancer`$children #> $`bone marrow cancer`$children[[1]] #> [1] "DOID_0050908<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone marrow cancer`$children[[2]] #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`bone marrow cancer`$value #> [1] "bone marrow cancer" #> #> #> $`bone marrow cancer` #> $`bone marrow cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4960" #> #> $`bone marrow cancer`$`_id` #> [1] "DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`bone marrow cancer`$privateGeneCount #> [1] 0 #> #> $`bone marrow cancer`$publicGeneCount #> [1] 87 #> #> $`bone marrow cancer`$urlId #> [1] "DOID_4960" #> #> $`bone marrow cancer`$dbPhenotype #> [1] TRUE #> #> $`bone marrow cancer`$`_parent` #> [1] "DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`bone marrow cancer`$`_is_leaf` #> [1] FALSE #> #> $`bone marrow cancer`$children #> $`bone marrow cancer`$children[[1]] #> [1] "DOID_0050908<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`bone marrow cancer`$children[[2]] #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`bone marrow cancer`$value #> [1] "bone marrow cancer" #> #> #> $`bone marrow cancer` #> $`bone marrow cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4960" #> #> $`bone marrow cancer`$`_id` #> [1] "DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`bone marrow cancer`$privateGeneCount #> [1] 0 #> #> $`bone marrow cancer`$publicGeneCount #> [1] 87 #> #> $`bone marrow cancer`$urlId #> [1] "DOID_4960" #> #> $`bone marrow cancer`$dbPhenotype #> [1] TRUE #> #> $`bone marrow cancer`$`_parent` #> [1] "DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`bone marrow cancer`$`_is_leaf` #> [1] FALSE #> #> $`bone marrow cancer`$children #> $`bone marrow cancer`$children[[1]] #> [1] "DOID_0050908<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`bone marrow cancer`$children[[2]] #> [1] "DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> #> $`bone marrow cancer`$value #> [1] "bone marrow cancer" #> #> #> $`bone marrow disease` #> $`bone marrow disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4961" #> #> $`bone marrow disease`$`_id` #> [1] "DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`bone marrow disease`$privateGeneCount #> [1] 0 #> #> $`bone marrow disease`$publicGeneCount #> [1] 113 #> #> $`bone marrow disease`$urlId #> [1] "DOID_4961" #> #> $`bone marrow disease`$dbPhenotype #> [1] TRUE #> #> $`bone marrow disease`$`_parent` #> [1] "DOID_74<DOID_7<DOID_4" #> #> $`bone marrow disease`$`_is_leaf` #> [1] FALSE #> #> $`bone marrow disease`$children #> $`bone marrow disease`$children[[1]] #> [1] "DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`bone marrow disease`$children[[2]] #> [1] "DOID_8432<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> #> $`bone marrow disease`$value #> [1] "bone marrow disease" #> #> #> $`Bone marrow hypocellularity` #> $`Bone marrow hypocellularity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005528" #> #> $`Bone marrow hypocellularity`$`_id` #> [1] "HP_0005528<HP_0012145<HP_0005561<HP_0001871<HP_0000118<HP_0000001" #> #> $`Bone marrow hypocellularity`$privateGeneCount #> [1] 0 #> #> $`Bone marrow hypocellularity`$publicGeneCount #> [1] 1 #> #> $`Bone marrow hypocellularity`$urlId #> [1] "HP_0005528" #> #> $`Bone marrow hypocellularity`$dbPhenotype #> [1] TRUE #> #> $`Bone marrow hypocellularity`$`_parent` #> [1] "HP_0012145<HP_0005561<HP_0001871<HP_0000118<HP_0000001" #> #> $`Bone marrow hypocellularity`$`_is_leaf` #> [1] TRUE #> #> $`Bone marrow hypocellularity`$children #> list() #> #> $`Bone marrow hypocellularity`$value #> [1] "Bone marrow hypocellularity" #> #> #> $`bone remodeling disease` #> $`bone remodeling disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080005" #> #> $`bone remodeling disease`$`_id` #> [1] "DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone remodeling disease`$privateGeneCount #> [1] 0 #> #> $`bone remodeling disease`$publicGeneCount #> [1] 127 #> #> $`bone remodeling disease`$urlId #> [1] "DOID_0080005" #> #> $`bone remodeling disease`$dbPhenotype #> [1] FALSE #> #> $`bone remodeling disease`$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone remodeling disease`$`_is_leaf` #> [1] FALSE #> #> $`bone remodeling disease`$children #> $`bone remodeling disease`$children[[1]] #> [1] "DOID_0080011<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone remodeling disease`$children[[2]] #> [1] "DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone remodeling disease`$children[[3]] #> [1] "DOID_10573<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone remodeling disease`$children[[4]] #> [1] "DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone remodeling disease`$children[[5]] #> [1] "DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone remodeling disease`$value #> [1] "bone remodeling disease" #> #> #> $`bone resorption disease` #> $`bone resorption disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080011" #> #> $`bone resorption disease`$`_id` #> [1] "DOID_0080011<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone resorption disease`$privateGeneCount #> [1] 0 #> #> $`bone resorption disease`$publicGeneCount #> [1] 85 #> #> $`bone resorption disease`$urlId #> [1] "DOID_0080011" #> #> $`bone resorption disease`$dbPhenotype #> [1] FALSE #> #> $`bone resorption disease`$`_parent` #> [1] "DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone resorption disease`$`_is_leaf` #> [1] FALSE #> #> $`bone resorption disease`$children #> $`bone resorption disease`$children[[1]] #> [1] "DOID_11476<DOID_0080011<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone resorption disease`$value #> [1] "bone resorption disease" #> #> #> $`bone sarcoma` #> $`bone sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080639" #> #> $`bone sarcoma`$`_id` #> [1] "DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bone sarcoma`$privateGeneCount #> [1] 0 #> #> $`bone sarcoma`$publicGeneCount #> [1] 58 #> #> $`bone sarcoma`$urlId #> [1] "DOID_0080639" #> #> $`bone sarcoma`$dbPhenotype #> [1] FALSE #> #> $`bone sarcoma`$`_parent` #> [1] "DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bone sarcoma`$`_is_leaf` #> [1] FALSE #> #> $`bone sarcoma`$children #> $`bone sarcoma`$children[[1]] #> [1] "DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bone sarcoma`$children[[2]] #> [1] "DOID_3369<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bone sarcoma`$children[[3]] #> [1] "DOID_3347<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`bone sarcoma`$value #> [1] "bone sarcoma" #> #> #> $`bone sarcoma` #> $`bone sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080639" #> #> $`bone sarcoma`$`_id` #> [1] "DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$privateGeneCount #> [1] 0 #> #> $`bone sarcoma`$publicGeneCount #> [1] 58 #> #> $`bone sarcoma`$urlId #> [1] "DOID_0080639" #> #> $`bone sarcoma`$dbPhenotype #> [1] FALSE #> #> $`bone sarcoma`$`_parent` #> [1] "DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$`_is_leaf` #> [1] FALSE #> #> $`bone sarcoma`$children #> $`bone sarcoma`$children[[1]] #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$children[[2]] #> [1] "DOID_3369<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$children[[3]] #> [1] "DOID_3347<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone sarcoma`$value #> [1] "bone sarcoma" #> #> #> $`bone sarcoma` #> $`bone sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080639" #> #> $`bone sarcoma`$`_id` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone sarcoma`$privateGeneCount #> [1] 0 #> #> $`bone sarcoma`$publicGeneCount #> [1] 58 #> #> $`bone sarcoma`$urlId #> [1] "DOID_0080639" #> #> $`bone sarcoma`$dbPhenotype #> [1] FALSE #> #> $`bone sarcoma`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone sarcoma`$`_is_leaf` #> [1] FALSE #> #> $`bone sarcoma`$children #> $`bone sarcoma`$children[[1]] #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone sarcoma`$children[[2]] #> [1] "DOID_3369<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bone sarcoma`$children[[3]] #> [1] "DOID_3347<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`bone sarcoma`$value #> [1] "bone sarcoma" #> #> #> $`bone sarcoma` #> $`bone sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080639" #> #> $`bone sarcoma`$`_id` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$privateGeneCount #> [1] 0 #> #> $`bone sarcoma`$publicGeneCount #> [1] 58 #> #> $`bone sarcoma`$urlId #> [1] "DOID_0080639" #> #> $`bone sarcoma`$dbPhenotype #> [1] FALSE #> #> $`bone sarcoma`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$`_is_leaf` #> [1] FALSE #> #> $`bone sarcoma`$children #> $`bone sarcoma`$children[[1]] #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$children[[2]] #> [1] "DOID_3369<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$children[[3]] #> [1] "DOID_3347<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`bone sarcoma`$value #> [1] "bone sarcoma" #> #> #> $`bone sarcoma` #> $`bone sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080639" #> #> $`bone sarcoma`$`_id` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$privateGeneCount #> [1] 0 #> #> $`bone sarcoma`$publicGeneCount #> [1] 58 #> #> $`bone sarcoma`$urlId #> [1] "DOID_0080639" #> #> $`bone sarcoma`$dbPhenotype #> [1] FALSE #> #> $`bone sarcoma`$`_parent` #> [1] "DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$`_is_leaf` #> [1] FALSE #> #> $`bone sarcoma`$children #> $`bone sarcoma`$children[[1]] #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$children[[2]] #> [1] "DOID_3369<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone sarcoma`$children[[3]] #> [1] "DOID_3347<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone sarcoma`$value #> [1] "bone sarcoma" #> #> #> $`bone structure disease` #> $`bone structure disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080010" #> #> $`bone structure disease`$`_id` #> [1] "DOID_0080010<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone structure disease`$privateGeneCount #> [1] 0 #> #> $`bone structure disease`$publicGeneCount #> [1] 6 #> #> $`bone structure disease`$urlId #> [1] "DOID_0080010" #> #> $`bone structure disease`$dbPhenotype #> [1] FALSE #> #> $`bone structure disease`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bone structure disease`$`_is_leaf` #> [1] FALSE #> #> $`bone structure disease`$children #> $`bone structure disease`$children[[1]] #> [1] "DOID_0080007<DOID_0080010<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bone structure disease`$value #> [1] "bone structure disease" #> #> #> $`Boomerang dysplasia` #> $`Boomerang dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050680" #> #> $`Boomerang dysplasia`$`_id` #> [1] "DOID_0050680<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Boomerang dysplasia`$privateGeneCount #> [1] 0 #> #> $`Boomerang dysplasia`$publicGeneCount #> [1] 1 #> #> $`Boomerang dysplasia`$urlId #> [1] "DOID_0050680" #> #> $`Boomerang dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Boomerang dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Boomerang dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Boomerang dysplasia`$children #> list() #> #> $`Boomerang dysplasia`$value #> [1] "Boomerang dysplasia" #> #> #> $`borderline personality disorder` #> $`borderline personality disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10930" #> #> $`borderline personality disorder`$`_id` #> [1] "DOID_10930<DOID_1510<DOID_150<DOID_4" #> #> $`borderline personality disorder`$privateGeneCount #> [1] 0 #> #> $`borderline personality disorder`$publicGeneCount #> [1] 1 #> #> $`borderline personality disorder`$urlId #> [1] "DOID_10930" #> #> $`borderline personality disorder`$dbPhenotype #> [1] TRUE #> #> $`borderline personality disorder`$`_parent` #> [1] "DOID_1510<DOID_150<DOID_4" #> #> $`borderline personality disorder`$`_is_leaf` #> [1] TRUE #> #> $`borderline personality disorder`$children #> list() #> #> $`borderline personality disorder`$value #> [1] "borderline personality disorder" #> #> #> $`Borjeson-Forssman-Lehmann syndrome` #> $`Borjeson-Forssman-Lehmann syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050681" #> #> $`Borjeson-Forssman-Lehmann syndrome`$`_id` #> [1] "DOID_0050681<DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Borjeson-Forssman-Lehmann syndrome`$privateGeneCount #> [1] 0 #> #> $`Borjeson-Forssman-Lehmann syndrome`$publicGeneCount #> [1] 1 #> #> $`Borjeson-Forssman-Lehmann syndrome`$urlId #> [1] "DOID_0050681" #> #> $`Borjeson-Forssman-Lehmann syndrome`$dbPhenotype #> [1] TRUE #> #> $`Borjeson-Forssman-Lehmann syndrome`$`_parent` #> [1] "DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Borjeson-Forssman-Lehmann syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Borjeson-Forssman-Lehmann syndrome`$children #> list() #> #> $`Borjeson-Forssman-Lehmann syndrome`$value #> [1] "Borjeson-Forssman-Lehmann syndrome" #> #> #> $`Borjeson-Forssman-Lehmann syndrome` #> $`Borjeson-Forssman-Lehmann syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050681" #> #> $`Borjeson-Forssman-Lehmann syndrome`$`_id` #> [1] "DOID_0050681<DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Borjeson-Forssman-Lehmann syndrome`$privateGeneCount #> [1] 0 #> #> $`Borjeson-Forssman-Lehmann syndrome`$publicGeneCount #> [1] 1 #> #> $`Borjeson-Forssman-Lehmann syndrome`$urlId #> [1] "DOID_0050681" #> #> $`Borjeson-Forssman-Lehmann syndrome`$dbPhenotype #> [1] TRUE #> #> $`Borjeson-Forssman-Lehmann syndrome`$`_parent` #> [1] "DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Borjeson-Forssman-Lehmann syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Borjeson-Forssman-Lehmann syndrome`$children #> list() #> #> $`Borjeson-Forssman-Lehmann syndrome`$value #> [1] "Borjeson-Forssman-Lehmann syndrome" #> #> #> $`Borjeson-Forssman-Lehmann syndrome` #> $`Borjeson-Forssman-Lehmann syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050681" #> #> $`Borjeson-Forssman-Lehmann syndrome`$`_id` #> [1] "DOID_0050681<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Borjeson-Forssman-Lehmann syndrome`$privateGeneCount #> [1] 0 #> #> $`Borjeson-Forssman-Lehmann syndrome`$publicGeneCount #> [1] 1 #> #> $`Borjeson-Forssman-Lehmann syndrome`$urlId #> [1] "DOID_0050681" #> #> $`Borjeson-Forssman-Lehmann syndrome`$dbPhenotype #> [1] TRUE #> #> $`Borjeson-Forssman-Lehmann syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Borjeson-Forssman-Lehmann syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Borjeson-Forssman-Lehmann syndrome`$children #> list() #> #> $`Borjeson-Forssman-Lehmann syndrome`$value #> [1] "Borjeson-Forssman-Lehmann syndrome" #> #> #> $`Bothnia retinal dystrophy` #> $`Bothnia retinal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050683" #> #> $`Bothnia retinal dystrophy`$`_id` #> [1] "DOID_0050683<DOID_8501<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Bothnia retinal dystrophy`$privateGeneCount #> [1] 0 #> #> $`Bothnia retinal dystrophy`$publicGeneCount #> [1] 1 #> #> $`Bothnia retinal dystrophy`$urlId #> [1] "DOID_0050683" #> #> $`Bothnia retinal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Bothnia retinal dystrophy`$`_parent` #> [1] "DOID_8501<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Bothnia retinal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Bothnia retinal dystrophy`$children #> list() #> #> $`Bothnia retinal dystrophy`$value #> [1] "Bothnia retinal dystrophy" #> #> #> $`bowel dysfunction` #> $`bowel dysfunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9779" #> #> $`bowel dysfunction`$`_id` #> [1] "DOID_9779<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`bowel dysfunction`$privateGeneCount #> [1] 0 #> #> $`bowel dysfunction`$publicGeneCount #> [1] 6 #> #> $`bowel dysfunction`$urlId #> [1] "DOID_9779" #> #> $`bowel dysfunction`$dbPhenotype #> [1] FALSE #> #> $`bowel dysfunction`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`bowel dysfunction`$`_is_leaf` #> [1] FALSE #> #> $`bowel dysfunction`$children #> $`bowel dysfunction`$children[[1]] #> [1] "DOID_2089<DOID_9779<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`bowel dysfunction`$value #> [1] "bowel dysfunction" #> #> #> $`Bowen-Conradi syndrome` #> $`Bowen-Conradi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050684" #> #> $`Bowen-Conradi syndrome`$`_id` #> [1] "DOID_0050684<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bowen-Conradi syndrome`$privateGeneCount #> [1] 0 #> #> $`Bowen-Conradi syndrome`$publicGeneCount #> [1] 1 #> #> $`Bowen-Conradi syndrome`$urlId #> [1] "DOID_0050684" #> #> $`Bowen-Conradi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bowen-Conradi syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Bowen-Conradi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bowen-Conradi syndrome`$children #> list() #> #> $`Bowen-Conradi syndrome`$value #> [1] "Bowen-Conradi syndrome" #> #> #> $`Bowen-Conradi syndrome` #> $`Bowen-Conradi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050684" #> #> $`Bowen-Conradi syndrome`$`_id` #> [1] "DOID_0050684<DOID_225<DOID_4" #> #> $`Bowen-Conradi syndrome`$privateGeneCount #> [1] 0 #> #> $`Bowen-Conradi syndrome`$publicGeneCount #> [1] 1 #> #> $`Bowen-Conradi syndrome`$urlId #> [1] "DOID_0050684" #> #> $`Bowen-Conradi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bowen-Conradi syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Bowen-Conradi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bowen-Conradi syndrome`$children #> list() #> #> $`Bowen-Conradi syndrome`$value #> [1] "Bowen-Conradi syndrome" #> #> #> $`Bowing of the legs` #> $`Bowing of the legs`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002979" #> #> $`Bowing of the legs`$`_id` #> [1] "HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Bowing of the legs`$privateGeneCount #> [1] 0 #> #> $`Bowing of the legs`$publicGeneCount #> [1] 1 #> #> $`Bowing of the legs`$urlId #> [1] "HP_0002979" #> #> $`Bowing of the legs`$dbPhenotype #> [1] FALSE #> #> $`Bowing of the legs`$`_parent` #> [1] "HP_0006487<HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Bowing of the legs`$`_is_leaf` #> [1] FALSE #> #> $`Bowing of the legs`$children #> $`Bowing of the legs`$children[[1]] #> [1] "HP_0002857<HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Bowing of the legs`$value #> [1] "Bowing of the legs" #> #> #> $`Bowing of the legs` #> $`Bowing of the legs`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002979" #> #> $`Bowing of the legs`$`_id` #> [1] "HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Bowing of the legs`$privateGeneCount #> [1] 0 #> #> $`Bowing of the legs`$publicGeneCount #> [1] 1 #> #> $`Bowing of the legs`$urlId #> [1] "HP_0002979" #> #> $`Bowing of the legs`$dbPhenotype #> [1] FALSE #> #> $`Bowing of the legs`$`_parent` #> [1] "HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Bowing of the legs`$`_is_leaf` #> [1] FALSE #> #> $`Bowing of the legs`$children #> $`Bowing of the legs`$children[[1]] #> [1] "HP_0002857<HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Bowing of the legs`$value #> [1] "Bowing of the legs" #> #> #> $`Bowing of the legs` #> $`Bowing of the legs`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002979" #> #> $`Bowing of the legs`$`_id` #> [1] "HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Bowing of the legs`$privateGeneCount #> [1] 0 #> #> $`Bowing of the legs`$publicGeneCount #> [1] 1 #> #> $`Bowing of the legs`$urlId #> [1] "HP_0002979" #> #> $`Bowing of the legs`$dbPhenotype #> [1] FALSE #> #> $`Bowing of the legs`$`_parent` #> [1] "HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Bowing of the legs`$`_is_leaf` #> [1] FALSE #> #> $`Bowing of the legs`$children #> $`Bowing of the legs`$children[[1]] #> [1] "HP_0002857<HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Bowing of the legs`$value #> [1] "Bowing of the legs" #> #> #> $`Bowing of the long bones` #> $`Bowing of the long bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006487" #> #> $`Bowing of the long bones`$`_id` #> [1] "HP_0006487<HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Bowing of the long bones`$privateGeneCount #> [1] 0 #> #> $`Bowing of the long bones`$publicGeneCount #> [1] 1 #> #> $`Bowing of the long bones`$urlId #> [1] "HP_0006487" #> #> $`Bowing of the long bones`$dbPhenotype #> [1] FALSE #> #> $`Bowing of the long bones`$`_parent` #> [1] "HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Bowing of the long bones`$`_is_leaf` #> [1] FALSE #> #> $`Bowing of the long bones`$children #> $`Bowing of the long bones`$children[[1]] #> [1] "HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Bowing of the long bones`$value #> [1] "Bowing of the long bones" #> #> #> $`Bowing of the long bones` #> $`Bowing of the long bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006487" #> #> $`Bowing of the long bones`$`_id` #> [1] "HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Bowing of the long bones`$privateGeneCount #> [1] 0 #> #> $`Bowing of the long bones`$publicGeneCount #> [1] 1 #> #> $`Bowing of the long bones`$urlId #> [1] "HP_0006487" #> #> $`Bowing of the long bones`$dbPhenotype #> [1] FALSE #> #> $`Bowing of the long bones`$`_parent` #> [1] "HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Bowing of the long bones`$`_is_leaf` #> [1] FALSE #> #> $`Bowing of the long bones`$children #> $`Bowing of the long bones`$children[[1]] #> [1] "HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Bowing of the long bones`$value #> [1] "Bowing of the long bones" #> #> #> $`Bowing of the long bones` #> $`Bowing of the long bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006487" #> #> $`Bowing of the long bones`$`_id` #> [1] "HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Bowing of the long bones`$privateGeneCount #> [1] 0 #> #> $`Bowing of the long bones`$publicGeneCount #> [1] 1 #> #> $`Bowing of the long bones`$urlId #> [1] "HP_0006487" #> #> $`Bowing of the long bones`$dbPhenotype #> [1] FALSE #> #> $`Bowing of the long bones`$`_parent` #> [1] "HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Bowing of the long bones`$`_is_leaf` #> [1] FALSE #> #> $`Bowing of the long bones`$children #> $`Bowing of the long bones`$children[[1]] #> [1] "HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Bowing of the long bones`$value #> [1] "Bowing of the long bones" #> #> #> $`brachial plexus neuritis` #> $`brachial plexus neuritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3689" #> #> $`brachial plexus neuritis`$`_id` #> [1] "DOID_3689<DOID_1803<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`brachial plexus neuritis`$privateGeneCount #> [1] 0 #> #> $`brachial plexus neuritis`$publicGeneCount #> [1] 1 #> #> $`brachial plexus neuritis`$urlId #> [1] "DOID_3689" #> #> $`brachial plexus neuritis`$dbPhenotype #> [1] TRUE #> #> $`brachial plexus neuritis`$`_parent` #> [1] "DOID_1803<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`brachial plexus neuritis`$`_is_leaf` #> [1] TRUE #> #> $`brachial plexus neuritis`$children #> list() #> #> $`brachial plexus neuritis`$value #> [1] "brachial plexus neuritis" #> #> #> $`brachial plexus neuritis` #> $`brachial plexus neuritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3689" #> #> $`brachial plexus neuritis`$`_id` #> [1] "DOID_3689<DOID_3690<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`brachial plexus neuritis`$privateGeneCount #> [1] 0 #> #> $`brachial plexus neuritis`$publicGeneCount #> [1] 1 #> #> $`brachial plexus neuritis`$urlId #> [1] "DOID_3689" #> #> $`brachial plexus neuritis`$dbPhenotype #> [1] TRUE #> #> $`brachial plexus neuritis`$`_parent` #> [1] "DOID_3690<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`brachial plexus neuritis`$`_is_leaf` #> [1] TRUE #> #> $`brachial plexus neuritis`$children #> list() #> #> $`brachial plexus neuritis`$value #> [1] "brachial plexus neuritis" #> #> #> $`brachial plexus neuropathy` #> $`brachial plexus neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3690" #> #> $`brachial plexus neuropathy`$`_id` #> [1] "DOID_3690<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`brachial plexus neuropathy`$privateGeneCount #> [1] 0 #> #> $`brachial plexus neuropathy`$publicGeneCount #> [1] 1 #> #> $`brachial plexus neuropathy`$urlId #> [1] "DOID_3690" #> #> $`brachial plexus neuropathy`$dbPhenotype #> [1] FALSE #> #> $`brachial plexus neuropathy`$`_parent` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`brachial plexus neuropathy`$`_is_leaf` #> [1] FALSE #> #> $`brachial plexus neuropathy`$children #> $`brachial plexus neuropathy`$children[[1]] #> [1] "DOID_10383<DOID_3690<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`brachial plexus neuropathy`$children[[2]] #> [1] "DOID_3689<DOID_3690<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`brachial plexus neuropathy`$value #> [1] "brachial plexus neuropathy" #> #> #> $brachydactyly #> $brachydactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050581" #> #> $brachydactyly$`_id` #> [1] "DOID_0050581<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $brachydactyly$privateGeneCount #> [1] 0 #> #> $brachydactyly$publicGeneCount #> [1] 11 #> #> $brachydactyly$urlId #> [1] "DOID_0050581" #> #> $brachydactyly$dbPhenotype #> [1] TRUE #> #> $brachydactyly$`_parent` #> [1] "DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $brachydactyly$`_is_leaf` #> [1] TRUE #> #> $brachydactyly$children #> list() #> #> $brachydactyly$value #> [1] "brachydactyly" #> #> #> $Brachydactyly #> $Brachydactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001156" #> #> $Brachydactyly$`_id` #> [1] "HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Brachydactyly$privateGeneCount #> [1] 0 #> #> $Brachydactyly$publicGeneCount #> [1] 1 #> #> $Brachydactyly$urlId #> [1] "HP_0001156" #> #> $Brachydactyly$dbPhenotype #> [1] FALSE #> #> $Brachydactyly$`_parent` #> [1] "HP_0011927<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Brachydactyly$`_is_leaf` #> [1] FALSE #> #> $Brachydactyly$children #> $Brachydactyly$children[[1]] #> [1] "HP_0005627<HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $Brachydactyly$value #> [1] "Brachydactyly" #> #> #> $Brachydactyly #> $Brachydactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001156" #> #> $Brachydactyly$`_id` #> [1] "HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $Brachydactyly$privateGeneCount #> [1] 0 #> #> $Brachydactyly$publicGeneCount #> [1] 1 #> #> $Brachydactyly$urlId #> [1] "HP_0001156" #> #> $Brachydactyly$dbPhenotype #> [1] FALSE #> #> $Brachydactyly$`_parent` #> [1] "HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $Brachydactyly$`_is_leaf` #> [1] FALSE #> #> $Brachydactyly$children #> $Brachydactyly$children[[1]] #> [1] "HP_0005627<HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $Brachydactyly$value #> [1] "Brachydactyly" #> #> #> $Brachydactyly #> $Brachydactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001156" #> #> $Brachydactyly$`_id` #> [1] "HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $Brachydactyly$privateGeneCount #> [1] 0 #> #> $Brachydactyly$publicGeneCount #> [1] 1 #> #> $Brachydactyly$urlId #> [1] "HP_0001156" #> #> $Brachydactyly$dbPhenotype #> [1] FALSE #> #> $Brachydactyly$`_parent` #> [1] "HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $Brachydactyly$`_is_leaf` #> [1] FALSE #> #> $Brachydactyly$children #> $Brachydactyly$children[[1]] #> [1] "HP_0005627<HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $Brachydactyly$value #> [1] "Brachydactyly" #> #> #> $`brachydactyly-syndactyly syndrome` #> $`brachydactyly-syndactyly syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050689" #> #> $`brachydactyly-syndactyly syndrome`$`_id` #> [1] "DOID_0050689<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`brachydactyly-syndactyly syndrome`$privateGeneCount #> [1] 0 #> #> $`brachydactyly-syndactyly syndrome`$publicGeneCount #> [1] 1 #> #> $`brachydactyly-syndactyly syndrome`$urlId #> [1] "DOID_0050689" #> #> $`brachydactyly-syndactyly syndrome`$dbPhenotype #> [1] TRUE #> #> $`brachydactyly-syndactyly syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`brachydactyly-syndactyly syndrome`$`_is_leaf` #> [1] TRUE #> #> $`brachydactyly-syndactyly syndrome`$children #> list() #> #> $`brachydactyly-syndactyly syndrome`$value #> [1] "brachydactyly-syndactyly syndrome" #> #> #> $`brachydactyly-syndactyly syndrome` #> $`brachydactyly-syndactyly syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050689" #> #> $`brachydactyly-syndactyly syndrome`$`_id` #> [1] "DOID_0050689<DOID_225<DOID_4" #> #> $`brachydactyly-syndactyly syndrome`$privateGeneCount #> [1] 0 #> #> $`brachydactyly-syndactyly syndrome`$publicGeneCount #> [1] 1 #> #> $`brachydactyly-syndactyly syndrome`$urlId #> [1] "DOID_0050689" #> #> $`brachydactyly-syndactyly syndrome`$dbPhenotype #> [1] TRUE #> #> $`brachydactyly-syndactyly syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`brachydactyly-syndactyly syndrome`$`_is_leaf` #> [1] TRUE #> #> $`brachydactyly-syndactyly syndrome`$children #> list() #> #> $`brachydactyly-syndactyly syndrome`$value #> [1] "brachydactyly-syndactyly syndrome" #> #> #> $brachyolmia #> $brachyolmia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050690" #> #> $brachyolmia$`_id` #> [1] "DOID_0050690<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $brachyolmia$privateGeneCount #> [1] 0 #> #> $brachyolmia$publicGeneCount #> [1] 1 #> #> $brachyolmia$urlId #> [1] "DOID_0050690" #> #> $brachyolmia$dbPhenotype #> [1] TRUE #> #> $brachyolmia$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $brachyolmia$`_is_leaf` #> [1] TRUE #> #> $brachyolmia$children #> list() #> #> $brachyolmia$value #> [1] "brachyolmia" #> #> #> $Bradycardia #> $Bradycardia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001662" #> #> $Bradycardia$`_id` #> [1] "HP_0001662<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Bradycardia$privateGeneCount #> [1] 0 #> #> $Bradycardia$publicGeneCount #> [1] 24 #> #> $Bradycardia$urlId #> [1] "HP_0001662" #> #> $Bradycardia$dbPhenotype #> [1] TRUE #> #> $Bradycardia$`_parent` #> [1] "HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Bradycardia$`_is_leaf` #> [1] TRUE #> #> $Bradycardia$children #> list() #> #> $Bradycardia$value #> [1] "Bradycardia" #> #> #> $bradyopsia #> $bradyopsia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050335" #> #> $bradyopsia$`_id` #> [1] "DOID_0050335<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $bradyopsia$privateGeneCount #> [1] 0 #> #> $bradyopsia$publicGeneCount #> [1] 2 #> #> $bradyopsia$urlId #> [1] "DOID_0050335" #> #> $bradyopsia$dbPhenotype #> [1] TRUE #> #> $bradyopsia$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $bradyopsia$`_is_leaf` #> [1] TRUE #> #> $bradyopsia$children #> list() #> #> $bradyopsia$value #> [1] "bradyopsia" #> #> #> $`brain cancer` #> $`brain cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1319" #> #> $`brain cancer`$`_id` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`brain cancer`$privateGeneCount #> [1] 0 #> #> $`brain cancer`$publicGeneCount #> [1] 250 #> #> $`brain cancer`$urlId #> [1] "DOID_1319" #> #> $`brain cancer`$dbPhenotype #> [1] TRUE #> #> $`brain cancer`$`_parent` #> [1] "DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`brain cancer`$`_is_leaf` #> [1] FALSE #> #> $`brain cancer`$children #> $`brain cancer`$children[[1]] #> [1] "DOID_2129<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`brain cancer`$children[[2]] #> [1] "DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`brain cancer`$children[[3]] #> [1] "DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`brain cancer`$children[[4]] #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`brain cancer`$children[[5]] #> [1] "DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`brain cancer`$value #> [1] "brain cancer" #> #> #> $`brain cancer` #> $`brain cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1319" #> #> $`brain cancer`$`_id` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$privateGeneCount #> [1] 0 #> #> $`brain cancer`$publicGeneCount #> [1] 250 #> #> $`brain cancer`$urlId #> [1] "DOID_1319" #> #> $`brain cancer`$dbPhenotype #> [1] TRUE #> #> $`brain cancer`$`_parent` #> [1] "DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$`_is_leaf` #> [1] FALSE #> #> $`brain cancer`$children #> $`brain cancer`$children[[1]] #> [1] "DOID_2129<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[2]] #> [1] "DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[3]] #> [1] "DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[4]] #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[5]] #> [1] "DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`brain cancer`$value #> [1] "brain cancer" #> #> #> $`brain cancer` #> $`brain cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1319" #> #> $`brain cancer`$`_id` #> [1] "DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$privateGeneCount #> [1] 0 #> #> $`brain cancer`$publicGeneCount #> [1] 250 #> #> $`brain cancer`$urlId #> [1] "DOID_1319" #> #> $`brain cancer`$dbPhenotype #> [1] TRUE #> #> $`brain cancer`$`_parent` #> [1] "DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$`_is_leaf` #> [1] FALSE #> #> $`brain cancer`$children #> $`brain cancer`$children[[1]] #> [1] "DOID_2129<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[2]] #> [1] "DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[3]] #> [1] "DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[4]] #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[5]] #> [1] "DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`brain cancer`$value #> [1] "brain cancer" #> #> #> $`brain cancer` #> $`brain cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1319" #> #> $`brain cancer`$`_id` #> [1] "DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$privateGeneCount #> [1] 0 #> #> $`brain cancer`$publicGeneCount #> [1] 250 #> #> $`brain cancer`$urlId #> [1] "DOID_1319" #> #> $`brain cancer`$dbPhenotype #> [1] TRUE #> #> $`brain cancer`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$`_is_leaf` #> [1] FALSE #> #> $`brain cancer`$children #> $`brain cancer`$children[[1]] #> [1] "DOID_2129<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[2]] #> [1] "DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[3]] #> [1] "DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[4]] #> [1] "DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain cancer`$children[[5]] #> [1] "DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`brain cancer`$value #> [1] "brain cancer" #> #> #> $`brain disease` #> $`brain disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_936" #> #> $`brain disease`$`_id` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$privateGeneCount #> [1] 0 #> #> $`brain disease`$publicGeneCount #> [1] 1105 #> #> $`brain disease`$urlId #> [1] "DOID_936" #> #> $`brain disease`$dbPhenotype #> [1] TRUE #> #> $`brain disease`$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$`_is_leaf` #> [1] FALSE #> #> $`brain disease`$children #> $`brain disease`$children[[1]] #> [1] "DOID_0050682<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[2]] #> [1] "DOID_679<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[3]] #> [1] "DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[4]] #> [1] "DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[5]] #> [1] "DOID_4724<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[6]] #> [1] "DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[7]] #> [1] "DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[8]] #> [1] "DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[9]] #> [1] "DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[10]] #> [1] "DOID_9588<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[11]] #> [1] "DOID_2034<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[12]] #> [1] "DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[13]] #> [1] "DOID_9255<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[14]] #> [1] "DOID_13413<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[15]] #> [1] "DOID_0060177<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[16]] #> [1] "DOID_9428<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[17]] #> [1] "DOID_0050777<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[18]] #> [1] "DOID_2382<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[19]] #> [1] "DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[20]] #> [1] "DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[21]] #> [1] "DOID_0060263<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[22]] #> [1] "DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[23]] #> [1] "DOID_2384<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain disease`$children[[24]] #> [1] "DOID_2365<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`brain disease`$value #> [1] "brain disease" #> #> #> $`brain edema` #> $`brain edema`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4724" #> #> $`brain edema`$`_id` #> [1] "DOID_4724<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain edema`$privateGeneCount #> [1] 0 #> #> $`brain edema`$publicGeneCount #> [1] 9 #> #> $`brain edema`$urlId #> [1] "DOID_4724" #> #> $`brain edema`$dbPhenotype #> [1] TRUE #> #> $`brain edema`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain edema`$`_is_leaf` #> [1] TRUE #> #> $`brain edema`$children #> list() #> #> $`brain edema`$value #> [1] "brain edema" #> #> #> $`brain infarction` #> $`brain infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3454" #> #> $`brain infarction`$`_id` #> [1] "DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`brain infarction`$privateGeneCount #> [1] 0 #> #> $`brain infarction`$publicGeneCount #> [1] 60 #> #> $`brain infarction`$urlId #> [1] "DOID_3454" #> #> $`brain infarction`$dbPhenotype #> [1] TRUE #> #> $`brain infarction`$`_parent` #> [1] "DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`brain infarction`$`_is_leaf` #> [1] FALSE #> #> $`brain infarction`$children #> $`brain infarction`$children[[1]] #> [1] "DOID_3523<DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`brain infarction`$children[[2]] #> [1] "DOID_3526<DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`brain infarction`$value #> [1] "brain infarction" #> #> #> $`brain infarction` #> $`brain infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3454" #> #> $`brain infarction`$`_id` #> [1] "DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain infarction`$privateGeneCount #> [1] 0 #> #> $`brain infarction`$publicGeneCount #> [1] 60 #> #> $`brain infarction`$urlId #> [1] "DOID_3454" #> #> $`brain infarction`$dbPhenotype #> [1] TRUE #> #> $`brain infarction`$`_parent` #> [1] "DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain infarction`$`_is_leaf` #> [1] FALSE #> #> $`brain infarction`$children #> $`brain infarction`$children[[1]] #> [1] "DOID_3523<DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain infarction`$children[[2]] #> [1] "DOID_3526<DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`brain infarction`$value #> [1] "brain infarction" #> #> #> $`brain ischemia` #> $`brain ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2316" #> #> $`brain ischemia`$`_id` #> [1] "DOID_2316<DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`brain ischemia`$privateGeneCount #> [1] 0 #> #> $`brain ischemia`$publicGeneCount #> [1] 92 #> #> $`brain ischemia`$urlId #> [1] "DOID_2316" #> #> $`brain ischemia`$dbPhenotype #> [1] TRUE #> #> $`brain ischemia`$`_parent` #> [1] "DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`brain ischemia`$`_is_leaf` #> [1] FALSE #> #> $`brain ischemia`$children #> $`brain ischemia`$children[[1]] #> [1] "DOID_224<DOID_2316<DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`brain ischemia`$value #> [1] "brain ischemia" #> #> #> $`brain ischemia` #> $`brain ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2316" #> #> $`brain ischemia`$`_id` #> [1] "DOID_2316<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`brain ischemia`$privateGeneCount #> [1] 0 #> #> $`brain ischemia`$publicGeneCount #> [1] 92 #> #> $`brain ischemia`$urlId #> [1] "DOID_2316" #> #> $`brain ischemia`$dbPhenotype #> [1] TRUE #> #> $`brain ischemia`$`_parent` #> [1] "DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`brain ischemia`$`_is_leaf` #> [1] FALSE #> #> $`brain ischemia`$children #> $`brain ischemia`$children[[1]] #> [1] "DOID_224<DOID_2316<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`brain ischemia`$value #> [1] "brain ischemia" #> #> #> $`brain ischemia` #> $`brain ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2316" #> #> $`brain ischemia`$`_id` #> [1] "DOID_2316<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain ischemia`$privateGeneCount #> [1] 0 #> #> $`brain ischemia`$publicGeneCount #> [1] 92 #> #> $`brain ischemia`$urlId #> [1] "DOID_2316" #> #> $`brain ischemia`$dbPhenotype #> [1] TRUE #> #> $`brain ischemia`$`_parent` #> [1] "DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain ischemia`$`_is_leaf` #> [1] FALSE #> #> $`brain ischemia`$children #> $`brain ischemia`$children[[1]] #> [1] "DOID_224<DOID_2316<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`brain ischemia`$value #> [1] "brain ischemia" #> #> #> $`brain meningioma` #> $`brain meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060106" #> #> $`brain meningioma`$`_id` #> [1] "DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`brain meningioma`$privateGeneCount #> [1] 0 #> #> $`brain meningioma`$publicGeneCount #> [1] 16 #> #> $`brain meningioma`$urlId #> [1] "DOID_0060106" #> #> $`brain meningioma`$dbPhenotype #> [1] FALSE #> #> $`brain meningioma`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`brain meningioma`$`_is_leaf` #> [1] FALSE #> #> $`brain meningioma`$children #> $`brain meningioma`$children[[1]] #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`brain meningioma`$value #> [1] "brain meningioma" #> #> #> $`brain meningioma` #> $`brain meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060106" #> #> $`brain meningioma`$`_id` #> [1] "DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`brain meningioma`$privateGeneCount #> [1] 0 #> #> $`brain meningioma`$publicGeneCount #> [1] 16 #> #> $`brain meningioma`$urlId #> [1] "DOID_0060106" #> #> $`brain meningioma`$dbPhenotype #> [1] FALSE #> #> $`brain meningioma`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`brain meningioma`$`_is_leaf` #> [1] FALSE #> #> $`brain meningioma`$children #> $`brain meningioma`$children[[1]] #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`brain meningioma`$value #> [1] "brain meningioma" #> #> #> $`brain meningioma` #> $`brain meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060106" #> #> $`brain meningioma`$`_id` #> [1] "DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain meningioma`$privateGeneCount #> [1] 0 #> #> $`brain meningioma`$publicGeneCount #> [1] 16 #> #> $`brain meningioma`$urlId #> [1] "DOID_0060106" #> #> $`brain meningioma`$dbPhenotype #> [1] FALSE #> #> $`brain meningioma`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain meningioma`$`_is_leaf` #> [1] FALSE #> #> $`brain meningioma`$children #> $`brain meningioma`$children[[1]] #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`brain meningioma`$value #> [1] "brain meningioma" #> #> #> $`brain meningioma` #> $`brain meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060106" #> #> $`brain meningioma`$`_id` #> [1] "DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain meningioma`$privateGeneCount #> [1] 0 #> #> $`brain meningioma`$publicGeneCount #> [1] 16 #> #> $`brain meningioma`$urlId #> [1] "DOID_0060106" #> #> $`brain meningioma`$dbPhenotype #> [1] FALSE #> #> $`brain meningioma`$`_parent` #> [1] "DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain meningioma`$`_is_leaf` #> [1] FALSE #> #> $`brain meningioma`$children #> $`brain meningioma`$children[[1]] #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`brain meningioma`$value #> [1] "brain meningioma" #> #> #> $`brain meningioma` #> $`brain meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060106" #> #> $`brain meningioma`$`_id` #> [1] "DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`brain meningioma`$privateGeneCount #> [1] 0 #> #> $`brain meningioma`$publicGeneCount #> [1] 16 #> #> $`brain meningioma`$urlId #> [1] "DOID_0060106" #> #> $`brain meningioma`$dbPhenotype #> [1] FALSE #> #> $`brain meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`brain meningioma`$`_is_leaf` #> [1] FALSE #> #> $`brain meningioma`$children #> $`brain meningioma`$children[[1]] #> [1] "DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`brain meningioma`$value #> [1] "brain meningioma" #> #> #> $`brain meningioma` #> $`brain meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060106" #> #> $`brain meningioma`$`_id` #> [1] "DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`brain meningioma`$privateGeneCount #> [1] 0 #> #> $`brain meningioma`$publicGeneCount #> [1] 16 #> #> $`brain meningioma`$urlId #> [1] "DOID_0060106" #> #> $`brain meningioma`$dbPhenotype #> [1] FALSE #> #> $`brain meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`brain meningioma`$`_is_leaf` #> [1] FALSE #> #> $`brain meningioma`$children #> $`brain meningioma`$children[[1]] #> [1] "DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`brain meningioma`$value #> [1] "brain meningioma" #> #> #> $`brain meningioma` #> $`brain meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060106" #> #> $`brain meningioma`$`_id` #> [1] "DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain meningioma`$privateGeneCount #> [1] 0 #> #> $`brain meningioma`$publicGeneCount #> [1] 16 #> #> $`brain meningioma`$urlId #> [1] "DOID_0060106" #> #> $`brain meningioma`$dbPhenotype #> [1] FALSE #> #> $`brain meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain meningioma`$`_is_leaf` #> [1] FALSE #> #> $`brain meningioma`$children #> $`brain meningioma`$children[[1]] #> [1] "DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`brain meningioma`$value #> [1] "brain meningioma" #> #> #> $`brain stem infarction` #> $`brain stem infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3523" #> #> $`brain stem infarction`$`_id` #> [1] "DOID_3523<DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`brain stem infarction`$privateGeneCount #> [1] 0 #> #> $`brain stem infarction`$publicGeneCount #> [1] 1 #> #> $`brain stem infarction`$urlId #> [1] "DOID_3523" #> #> $`brain stem infarction`$dbPhenotype #> [1] FALSE #> #> $`brain stem infarction`$`_parent` #> [1] "DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`brain stem infarction`$`_is_leaf` #> [1] FALSE #> #> $`brain stem infarction`$children #> $`brain stem infarction`$children[[1]] #> [1] "DOID_3522<DOID_3523<DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`brain stem infarction`$value #> [1] "brain stem infarction" #> #> #> $`brain stem infarction` #> $`brain stem infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3523" #> #> $`brain stem infarction`$`_id` #> [1] "DOID_3523<DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain stem infarction`$privateGeneCount #> [1] 0 #> #> $`brain stem infarction`$publicGeneCount #> [1] 1 #> #> $`brain stem infarction`$urlId #> [1] "DOID_3523" #> #> $`brain stem infarction`$dbPhenotype #> [1] FALSE #> #> $`brain stem infarction`$`_parent` #> [1] "DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`brain stem infarction`$`_is_leaf` #> [1] FALSE #> #> $`brain stem infarction`$children #> $`brain stem infarction`$children[[1]] #> [1] "DOID_3522<DOID_3523<DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`brain stem infarction`$value #> [1] "brain stem infarction" #> #> #> $`branch retinal artery occlusion` #> $`branch retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13094" #> #> $`branch retinal artery occlusion`$`_id` #> [1] "DOID_13094<DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`branch retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`branch retinal artery occlusion`$publicGeneCount #> [1] 4 #> #> $`branch retinal artery occlusion`$urlId #> [1] "DOID_13094" #> #> $`branch retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`branch retinal artery occlusion`$`_parent` #> [1] "DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`branch retinal artery occlusion`$`_is_leaf` #> [1] TRUE #> #> $`branch retinal artery occlusion`$children #> list() #> #> $`branch retinal artery occlusion`$value #> [1] "branch retinal artery occlusion" #> #> #> $`branch retinal artery occlusion` #> $`branch retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13094" #> #> $`branch retinal artery occlusion`$`_id` #> [1] "DOID_13094<DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`branch retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`branch retinal artery occlusion`$publicGeneCount #> [1] 4 #> #> $`branch retinal artery occlusion`$urlId #> [1] "DOID_13094" #> #> $`branch retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`branch retinal artery occlusion`$`_parent` #> [1] "DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`branch retinal artery occlusion`$`_is_leaf` #> [1] TRUE #> #> $`branch retinal artery occlusion`$children #> list() #> #> $`branch retinal artery occlusion`$value #> [1] "branch retinal artery occlusion" #> #> #> $`branch retinal artery occlusion` #> $`branch retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13094" #> #> $`branch retinal artery occlusion`$`_id` #> [1] "DOID_13094<DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`branch retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`branch retinal artery occlusion`$publicGeneCount #> [1] 4 #> #> $`branch retinal artery occlusion`$urlId #> [1] "DOID_13094" #> #> $`branch retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`branch retinal artery occlusion`$`_parent` #> [1] "DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`branch retinal artery occlusion`$`_is_leaf` #> [1] TRUE #> #> $`branch retinal artery occlusion`$children #> list() #> #> $`branch retinal artery occlusion`$value #> [1] "branch retinal artery occlusion" #> #> #> $`branch retinal artery occlusion` #> $`branch retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13094" #> #> $`branch retinal artery occlusion`$`_id` #> [1] "DOID_13094<DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`branch retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`branch retinal artery occlusion`$publicGeneCount #> [1] 4 #> #> $`branch retinal artery occlusion`$urlId #> [1] "DOID_13094" #> #> $`branch retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`branch retinal artery occlusion`$`_parent` #> [1] "DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`branch retinal artery occlusion`$`_is_leaf` #> [1] TRUE #> #> $`branch retinal artery occlusion`$children #> list() #> #> $`branch retinal artery occlusion`$value #> [1] "branch retinal artery occlusion" #> #> #> $`branchiooculofacial syndrome` #> $`branchiooculofacial syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050691" #> #> $`branchiooculofacial syndrome`$`_id` #> [1] "DOID_0050691<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`branchiooculofacial syndrome`$privateGeneCount #> [1] 0 #> #> $`branchiooculofacial syndrome`$publicGeneCount #> [1] 1 #> #> $`branchiooculofacial syndrome`$urlId #> [1] "DOID_0050691" #> #> $`branchiooculofacial syndrome`$dbPhenotype #> [1] TRUE #> #> $`branchiooculofacial syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`branchiooculofacial syndrome`$`_is_leaf` #> [1] TRUE #> #> $`branchiooculofacial syndrome`$children #> list() #> #> $`branchiooculofacial syndrome`$value #> [1] "branchiooculofacial syndrome" #> #> #> $`branchiooculofacial syndrome` #> $`branchiooculofacial syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050691" #> #> $`branchiooculofacial syndrome`$`_id` #> [1] "DOID_0050691<DOID_225<DOID_4" #> #> $`branchiooculofacial syndrome`$privateGeneCount #> [1] 0 #> #> $`branchiooculofacial syndrome`$publicGeneCount #> [1] 1 #> #> $`branchiooculofacial syndrome`$urlId #> [1] "DOID_0050691" #> #> $`branchiooculofacial syndrome`$dbPhenotype #> [1] TRUE #> #> $`branchiooculofacial syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`branchiooculofacial syndrome`$`_is_leaf` #> [1] TRUE #> #> $`branchiooculofacial syndrome`$children #> list() #> #> $`branchiooculofacial syndrome`$value #> [1] "branchiooculofacial syndrome" #> #> #> $`branchiootic syndrome` #> $`branchiootic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060232" #> #> $`branchiootic syndrome`$`_id` #> [1] "DOID_0060232<DOID_225<DOID_4" #> #> $`branchiootic syndrome`$privateGeneCount #> [1] 0 #> #> $`branchiootic syndrome`$publicGeneCount #> [1] 2 #> #> $`branchiootic syndrome`$urlId #> [1] "DOID_0060232" #> #> $`branchiootic syndrome`$dbPhenotype #> [1] TRUE #> #> $`branchiootic syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`branchiootic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`branchiootic syndrome`$children #> list() #> #> $`branchiootic syndrome`$value #> [1] "branchiootic syndrome" #> #> #> $`branchiootorenal syndrome` #> $`branchiootorenal syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14702" #> #> $`branchiootorenal syndrome`$`_id` #> [1] "DOID_14702<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`branchiootorenal syndrome`$privateGeneCount #> [1] 0 #> #> $`branchiootorenal syndrome`$publicGeneCount #> [1] 4 #> #> $`branchiootorenal syndrome`$urlId #> [1] "DOID_14702" #> #> $`branchiootorenal syndrome`$dbPhenotype #> [1] TRUE #> #> $`branchiootorenal syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`branchiootorenal syndrome`$`_is_leaf` #> [1] TRUE #> #> $`branchiootorenal syndrome`$children #> list() #> #> $`branchiootorenal syndrome`$value #> [1] "branchiootorenal syndrome" #> #> #> $`branchiootorenal syndrome` #> $`branchiootorenal syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14702" #> #> $`branchiootorenal syndrome`$`_id` #> [1] "DOID_14702<DOID_225<DOID_4" #> #> $`branchiootorenal syndrome`$privateGeneCount #> [1] 0 #> #> $`branchiootorenal syndrome`$publicGeneCount #> [1] 4 #> #> $`branchiootorenal syndrome`$urlId #> [1] "DOID_14702" #> #> $`branchiootorenal syndrome`$dbPhenotype #> [1] TRUE #> #> $`branchiootorenal syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`branchiootorenal syndrome`$`_is_leaf` #> [1] TRUE #> #> $`branchiootorenal syndrome`$children #> list() #> #> $`branchiootorenal syndrome`$value #> [1] "branchiootorenal syndrome" #> #> #> $`breast adenocarcinoma` #> $`breast adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3458" #> #> $`breast adenocarcinoma`$`_id` #> [1] "DOID_3458<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`breast adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`breast adenocarcinoma`$publicGeneCount #> [1] 8 #> #> $`breast adenocarcinoma`$urlId #> [1] "DOID_3458" #> #> $`breast adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`breast adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`breast adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast adenocarcinoma`$children #> $`breast adenocarcinoma`$children[[1]] #> [1] "DOID_6263<DOID_3458<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`breast adenocarcinoma`$children[[2]] #> [1] "DOID_3443<DOID_3458<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`breast adenocarcinoma`$value #> [1] "breast adenocarcinoma" #> #> #> $`breast adenocarcinoma` #> $`breast adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3458" #> #> $`breast adenocarcinoma`$`_id` #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`breast adenocarcinoma`$publicGeneCount #> [1] 8 #> #> $`breast adenocarcinoma`$urlId #> [1] "DOID_3458" #> #> $`breast adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`breast adenocarcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast adenocarcinoma`$children #> $`breast adenocarcinoma`$children[[1]] #> [1] "DOID_6263<DOID_3458<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast adenocarcinoma`$children[[2]] #> [1] "DOID_3443<DOID_3458<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast adenocarcinoma`$value #> [1] "breast adenocarcinoma" #> #> #> $`breast adenocarcinoma` #> $`breast adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3458" #> #> $`breast adenocarcinoma`$`_id` #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`breast adenocarcinoma`$publicGeneCount #> [1] 8 #> #> $`breast adenocarcinoma`$urlId #> [1] "DOID_3458" #> #> $`breast adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`breast adenocarcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast adenocarcinoma`$children #> $`breast adenocarcinoma`$children[[1]] #> [1] "DOID_6263<DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast adenocarcinoma`$children[[2]] #> [1] "DOID_3443<DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`breast adenocarcinoma`$value #> [1] "breast adenocarcinoma" #> #> #> $`breast adenocarcinoma` #> $`breast adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3458" #> #> $`breast adenocarcinoma`$`_id` #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`breast adenocarcinoma`$publicGeneCount #> [1] 8 #> #> $`breast adenocarcinoma`$urlId #> [1] "DOID_3458" #> #> $`breast adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`breast adenocarcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast adenocarcinoma`$children #> $`breast adenocarcinoma`$children[[1]] #> [1] "DOID_6263<DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast adenocarcinoma`$children[[2]] #> [1] "DOID_3443<DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast adenocarcinoma`$value #> [1] "breast adenocarcinoma" #> #> #> $`breast benign neoplasm` #> $`breast benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060082" #> #> $`breast benign neoplasm`$`_id` #> [1] "DOID_0060082<DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`breast benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`breast benign neoplasm`$publicGeneCount #> [1] 20 #> #> $`breast benign neoplasm`$urlId #> [1] "DOID_0060082" #> #> $`breast benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`breast benign neoplasm`$`_parent` #> [1] "DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`breast benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`breast benign neoplasm`$children #> $`breast benign neoplasm`$children[[1]] #> [1] "DOID_1631<DOID_0060082<DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`breast benign neoplasm`$children[[2]] #> [1] "DOID_1618<DOID_0060082<DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`breast benign neoplasm`$value #> [1] "breast benign neoplasm" #> #> #> $`breast benign neoplasm` #> $`breast benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060082" #> #> $`breast benign neoplasm`$`_id` #> [1] "DOID_0060082<DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> $`breast benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`breast benign neoplasm`$publicGeneCount #> [1] 20 #> #> $`breast benign neoplasm`$urlId #> [1] "DOID_0060082" #> #> $`breast benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`breast benign neoplasm`$`_parent` #> [1] "DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> $`breast benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`breast benign neoplasm`$children #> $`breast benign neoplasm`$children[[1]] #> [1] "DOID_1631<DOID_0060082<DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> $`breast benign neoplasm`$children[[2]] #> [1] "DOID_1618<DOID_0060082<DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast benign neoplasm`$value #> [1] "breast benign neoplasm" #> #> #> $`breast benign neoplasm` #> $`breast benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060082" #> #> $`breast benign neoplasm`$`_id` #> [1] "DOID_0060082<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`breast benign neoplasm`$publicGeneCount #> [1] 20 #> #> $`breast benign neoplasm`$urlId #> [1] "DOID_0060082" #> #> $`breast benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`breast benign neoplasm`$`_parent` #> [1] "DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`breast benign neoplasm`$children #> $`breast benign neoplasm`$children[[1]] #> [1] "DOID_1631<DOID_0060082<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast benign neoplasm`$children[[2]] #> [1] "DOID_1618<DOID_0060082<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast benign neoplasm`$value #> [1] "breast benign neoplasm" #> #> #> $`breast cancer` #> $`breast cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1612" #> #> $`breast cancer`$`_id` #> [1] "DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast cancer`$privateGeneCount #> [1] 0 #> #> $`breast cancer`$publicGeneCount #> [1] 786 #> #> $`breast cancer`$urlId #> [1] "DOID_1612" #> #> $`breast cancer`$dbPhenotype #> [1] TRUE #> #> $`breast cancer`$`_parent` #> [1] "DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast cancer`$`_is_leaf` #> [1] FALSE #> #> $`breast cancer`$children #> $`breast cancer`$children[[1]] #> [1] "DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast cancer`$children[[2]] #> [1] "DOID_1614<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast cancer`$value #> [1] "breast cancer" #> #> #> $`breast cancer` #> $`breast cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1612" #> #> $`breast cancer`$`_id` #> [1] "DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast cancer`$privateGeneCount #> [1] 0 #> #> $`breast cancer`$publicGeneCount #> [1] 786 #> #> $`breast cancer`$urlId #> [1] "DOID_1612" #> #> $`breast cancer`$dbPhenotype #> [1] TRUE #> #> $`breast cancer`$`_parent` #> [1] "DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast cancer`$`_is_leaf` #> [1] FALSE #> #> $`breast cancer`$children #> $`breast cancer`$children[[1]] #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast cancer`$children[[2]] #> [1] "DOID_1614<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`breast cancer`$value #> [1] "breast cancer" #> #> #> $`breast cancer` #> $`breast cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1612" #> #> $`breast cancer`$`_id` #> [1] "DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast cancer`$privateGeneCount #> [1] 0 #> #> $`breast cancer`$publicGeneCount #> [1] 786 #> #> $`breast cancer`$urlId #> [1] "DOID_1612" #> #> $`breast cancer`$dbPhenotype #> [1] TRUE #> #> $`breast cancer`$`_parent` #> [1] "DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast cancer`$`_is_leaf` #> [1] FALSE #> #> $`breast cancer`$children #> $`breast cancer`$children[[1]] #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast cancer`$children[[2]] #> [1] "DOID_1614<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast cancer`$value #> [1] "breast cancer" #> #> #> $`breast carcinoma` #> $`breast carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3459" #> #> $`breast carcinoma`$`_id` #> [1] "DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast carcinoma`$privateGeneCount #> [1] 0 #> #> $`breast carcinoma`$publicGeneCount #> [1] 193 #> #> $`breast carcinoma`$urlId #> [1] "DOID_3459" #> #> $`breast carcinoma`$dbPhenotype #> [1] FALSE #> #> $`breast carcinoma`$`_parent` #> [1] "DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast carcinoma`$children #> $`breast carcinoma`$children[[1]] #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast carcinoma`$children[[2]] #> [1] "DOID_3007<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast carcinoma`$children[[3]] #> [1] "DOID_0050938<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast carcinoma`$children[[4]] #> [1] "DOID_5675<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast carcinoma`$value #> [1] "breast carcinoma" #> #> #> $`breast carcinoma` #> $`breast carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3459" #> #> $`breast carcinoma`$`_id` #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast carcinoma`$privateGeneCount #> [1] 0 #> #> $`breast carcinoma`$publicGeneCount #> [1] 193 #> #> $`breast carcinoma`$urlId #> [1] "DOID_3459" #> #> $`breast carcinoma`$dbPhenotype #> [1] FALSE #> #> $`breast carcinoma`$`_parent` #> [1] "DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast carcinoma`$children #> $`breast carcinoma`$children[[1]] #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast carcinoma`$children[[2]] #> [1] "DOID_3007<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast carcinoma`$children[[3]] #> [1] "DOID_0050938<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast carcinoma`$children[[4]] #> [1] "DOID_5675<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`breast carcinoma`$value #> [1] "breast carcinoma" #> #> #> $`breast carcinoma` #> $`breast carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3459" #> #> $`breast carcinoma`$`_id` #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast carcinoma`$privateGeneCount #> [1] 0 #> #> $`breast carcinoma`$publicGeneCount #> [1] 193 #> #> $`breast carcinoma`$urlId #> [1] "DOID_3459" #> #> $`breast carcinoma`$dbPhenotype #> [1] FALSE #> #> $`breast carcinoma`$`_parent` #> [1] "DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast carcinoma`$children #> $`breast carcinoma`$children[[1]] #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast carcinoma`$children[[2]] #> [1] "DOID_3007<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast carcinoma`$children[[3]] #> [1] "DOID_0050938<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast carcinoma`$children[[4]] #> [1] "DOID_5675<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast carcinoma`$value #> [1] "breast carcinoma" #> #> #> $`breast disease` #> $`breast disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3463" #> #> $`breast disease`$`_id` #> [1] "DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast disease`$privateGeneCount #> [1] 0 #> #> $`breast disease`$publicGeneCount #> [1] 790 #> #> $`breast disease`$urlId #> [1] "DOID_3463" #> #> $`breast disease`$dbPhenotype #> [1] TRUE #> #> $`breast disease`$`_parent` #> [1] "DOID_0060118<DOID_7<DOID_4" #> #> $`breast disease`$`_is_leaf` #> [1] FALSE #> #> $`breast disease`$children #> $`breast disease`$children[[1]] #> [1] "DOID_0060082<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast disease`$children[[2]] #> [1] "DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast disease`$children[[3]] #> [1] "DOID_11603<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast disease`$children[[4]] #> [1] "DOID_10690<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast disease`$value #> [1] "breast disease" #> #> #> $`breast ductal carcinoma` #> $`breast ductal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3007" #> #> $`breast ductal carcinoma`$`_id` #> [1] "DOID_3007<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast ductal carcinoma`$privateGeneCount #> [1] 0 #> #> $`breast ductal carcinoma`$publicGeneCount #> [1] 45 #> #> $`breast ductal carcinoma`$urlId #> [1] "DOID_3007" #> #> $`breast ductal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`breast ductal carcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast ductal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast ductal carcinoma`$children #> $`breast ductal carcinoma`$children[[1]] #> [1] "DOID_3008<DOID_3007<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast ductal carcinoma`$value #> [1] "breast ductal carcinoma" #> #> #> $`breast ductal carcinoma` #> $`breast ductal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3007" #> #> $`breast ductal carcinoma`$`_id` #> [1] "DOID_3007<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast ductal carcinoma`$privateGeneCount #> [1] 0 #> #> $`breast ductal carcinoma`$publicGeneCount #> [1] 45 #> #> $`breast ductal carcinoma`$urlId #> [1] "DOID_3007" #> #> $`breast ductal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`breast ductal carcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast ductal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast ductal carcinoma`$children #> $`breast ductal carcinoma`$children[[1]] #> [1] "DOID_3008<DOID_3007<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`breast ductal carcinoma`$value #> [1] "breast ductal carcinoma" #> #> #> $`breast ductal carcinoma` #> $`breast ductal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3007" #> #> $`breast ductal carcinoma`$`_id` #> [1] "DOID_3007<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast ductal carcinoma`$privateGeneCount #> [1] 0 #> #> $`breast ductal carcinoma`$publicGeneCount #> [1] 45 #> #> $`breast ductal carcinoma`$urlId #> [1] "DOID_3007" #> #> $`breast ductal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`breast ductal carcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast ductal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast ductal carcinoma`$children #> $`breast ductal carcinoma`$children[[1]] #> [1] "DOID_3008<DOID_3007<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast ductal carcinoma`$value #> [1] "breast ductal carcinoma" #> #> #> $`breast fibroadenoma` #> $`breast fibroadenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1618" #> #> $`breast fibroadenoma`$`_id` #> [1] "DOID_1618<DOID_0060082<DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`breast fibroadenoma`$privateGeneCount #> [1] 0 #> #> $`breast fibroadenoma`$publicGeneCount #> [1] 5 #> #> $`breast fibroadenoma`$urlId #> [1] "DOID_1618" #> #> $`breast fibroadenoma`$dbPhenotype #> [1] TRUE #> #> $`breast fibroadenoma`$`_parent` #> [1] "DOID_0060082<DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`breast fibroadenoma`$`_is_leaf` #> [1] TRUE #> #> $`breast fibroadenoma`$children #> list() #> #> $`breast fibroadenoma`$value #> [1] "breast fibroadenoma" #> #> #> $`breast fibroadenoma` #> $`breast fibroadenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1618" #> #> $`breast fibroadenoma`$`_id` #> [1] "DOID_1618<DOID_0060082<DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> $`breast fibroadenoma`$privateGeneCount #> [1] 0 #> #> $`breast fibroadenoma`$publicGeneCount #> [1] 5 #> #> $`breast fibroadenoma`$urlId #> [1] "DOID_1618" #> #> $`breast fibroadenoma`$dbPhenotype #> [1] TRUE #> #> $`breast fibroadenoma`$`_parent` #> [1] "DOID_0060082<DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> $`breast fibroadenoma`$`_is_leaf` #> [1] TRUE #> #> $`breast fibroadenoma`$children #> list() #> #> $`breast fibroadenoma`$value #> [1] "breast fibroadenoma" #> #> #> $`breast fibroadenoma` #> $`breast fibroadenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1618" #> #> $`breast fibroadenoma`$`_id` #> [1] "DOID_1618<DOID_0060082<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast fibroadenoma`$privateGeneCount #> [1] 0 #> #> $`breast fibroadenoma`$publicGeneCount #> [1] 5 #> #> $`breast fibroadenoma`$urlId #> [1] "DOID_1618" #> #> $`breast fibroadenoma`$dbPhenotype #> [1] TRUE #> #> $`breast fibroadenoma`$`_parent` #> [1] "DOID_0060082<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast fibroadenoma`$`_is_leaf` #> [1] TRUE #> #> $`breast fibroadenoma`$children #> list() #> #> $`breast fibroadenoma`$value #> [1] "breast fibroadenoma" #> #> #> $`breast fibroadenoma` #> $`breast fibroadenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1618" #> #> $`breast fibroadenoma`$`_id` #> [1] "DOID_1618<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`breast fibroadenoma`$privateGeneCount #> [1] 0 #> #> $`breast fibroadenoma`$publicGeneCount #> [1] 5 #> #> $`breast fibroadenoma`$urlId #> [1] "DOID_1618" #> #> $`breast fibroadenoma`$dbPhenotype #> [1] TRUE #> #> $`breast fibroadenoma`$`_parent` #> [1] "DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`breast fibroadenoma`$`_is_leaf` #> [1] TRUE #> #> $`breast fibroadenoma`$children #> list() #> #> $`breast fibroadenoma`$value #> [1] "breast fibroadenoma" #> #> #> $`breast lobular carcinoma` #> $`breast lobular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050938" #> #> $`breast lobular carcinoma`$`_id` #> [1] "DOID_0050938<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast lobular carcinoma`$privateGeneCount #> [1] 0 #> #> $`breast lobular carcinoma`$publicGeneCount #> [1] 10 #> #> $`breast lobular carcinoma`$urlId #> [1] "DOID_0050938" #> #> $`breast lobular carcinoma`$dbPhenotype #> [1] FALSE #> #> $`breast lobular carcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`breast lobular carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast lobular carcinoma`$children #> $`breast lobular carcinoma`$children[[1]] #> [1] "DOID_3457<DOID_0050938<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast lobular carcinoma`$value #> [1] "breast lobular carcinoma" #> #> #> $`breast lobular carcinoma` #> $`breast lobular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050938" #> #> $`breast lobular carcinoma`$`_id` #> [1] "DOID_0050938<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast lobular carcinoma`$privateGeneCount #> [1] 0 #> #> $`breast lobular carcinoma`$publicGeneCount #> [1] 10 #> #> $`breast lobular carcinoma`$urlId #> [1] "DOID_0050938" #> #> $`breast lobular carcinoma`$dbPhenotype #> [1] FALSE #> #> $`breast lobular carcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`breast lobular carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast lobular carcinoma`$children #> $`breast lobular carcinoma`$children[[1]] #> [1] "DOID_3457<DOID_0050938<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`breast lobular carcinoma`$value #> [1] "breast lobular carcinoma" #> #> #> $`breast lobular carcinoma` #> $`breast lobular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050938" #> #> $`breast lobular carcinoma`$`_id` #> [1] "DOID_0050938<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast lobular carcinoma`$privateGeneCount #> [1] 0 #> #> $`breast lobular carcinoma`$publicGeneCount #> [1] 10 #> #> $`breast lobular carcinoma`$urlId #> [1] "DOID_0050938" #> #> $`breast lobular carcinoma`$dbPhenotype #> [1] FALSE #> #> $`breast lobular carcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`breast lobular carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`breast lobular carcinoma`$children #> $`breast lobular carcinoma`$children[[1]] #> [1] "DOID_3457<DOID_0050938<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> #> $`breast lobular carcinoma`$value #> [1] "breast lobular carcinoma" #> #> #> $`brittle cornea syndrome` #> $`brittle cornea syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14775" #> #> $`brittle cornea syndrome`$`_id` #> [1] "DOID_14775<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`brittle cornea syndrome`$privateGeneCount #> [1] 0 #> #> $`brittle cornea syndrome`$publicGeneCount #> [1] 3 #> #> $`brittle cornea syndrome`$urlId #> [1] "DOID_14775" #> #> $`brittle cornea syndrome`$dbPhenotype #> [1] TRUE #> #> $`brittle cornea syndrome`$`_parent` #> [1] "DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`brittle cornea syndrome`$`_is_leaf` #> [1] TRUE #> #> $`brittle cornea syndrome`$children #> list() #> #> $`brittle cornea syndrome`$value #> [1] "brittle cornea syndrome" #> #> #> $`brittle cornea syndrome` #> $`brittle cornea syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14775" #> #> $`brittle cornea syndrome`$`_id` #> [1] "DOID_14775<DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`brittle cornea syndrome`$privateGeneCount #> [1] 0 #> #> $`brittle cornea syndrome`$publicGeneCount #> [1] 3 #> #> $`brittle cornea syndrome`$urlId #> [1] "DOID_14775" #> #> $`brittle cornea syndrome`$dbPhenotype #> [1] TRUE #> #> $`brittle cornea syndrome`$`_parent` #> [1] "DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`brittle cornea syndrome`$`_is_leaf` #> [1] TRUE #> #> $`brittle cornea syndrome`$children #> list() #> #> $`brittle cornea syndrome`$value #> [1] "brittle cornea syndrome" #> #> #> $`Brody myopathy` #> $`Brody myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050692" #> #> $`Brody myopathy`$`_id` #> [1] "DOID_0050692<DOID_913<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Brody myopathy`$privateGeneCount #> [1] 0 #> #> $`Brody myopathy`$publicGeneCount #> [1] 1 #> #> $`Brody myopathy`$urlId #> [1] "DOID_0050692" #> #> $`Brody myopathy`$dbPhenotype #> [1] TRUE #> #> $`Brody myopathy`$`_parent` #> [1] "DOID_913<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Brody myopathy`$`_is_leaf` #> [1] TRUE #> #> $`Brody myopathy`$children #> list() #> #> $`Brody myopathy`$value #> [1] "Brody myopathy" #> #> #> $`Brody myopathy` #> $`Brody myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050692" #> #> $`Brody myopathy`$`_id` #> [1] "DOID_0050692<DOID_913<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Brody myopathy`$privateGeneCount #> [1] 0 #> #> $`Brody myopathy`$publicGeneCount #> [1] 1 #> #> $`Brody myopathy`$urlId #> [1] "DOID_0050692" #> #> $`Brody myopathy`$dbPhenotype #> [1] TRUE #> #> $`Brody myopathy`$`_parent` #> [1] "DOID_913<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Brody myopathy`$`_is_leaf` #> [1] TRUE #> #> $`Brody myopathy`$children #> list() #> #> $`Brody myopathy`$value #> [1] "Brody myopathy" #> #> #> $`Brody myopathy` #> $`Brody myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050692" #> #> $`Brody myopathy`$`_id` #> [1] "DOID_0050692<DOID_913<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Brody myopathy`$privateGeneCount #> [1] 0 #> #> $`Brody myopathy`$publicGeneCount #> [1] 1 #> #> $`Brody myopathy`$urlId #> [1] "DOID_0050692" #> #> $`Brody myopathy`$dbPhenotype #> [1] TRUE #> #> $`Brody myopathy`$`_parent` #> [1] "DOID_913<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Brody myopathy`$`_is_leaf` #> [1] TRUE #> #> $`Brody myopathy`$children #> list() #> #> $`Brody myopathy`$value #> [1] "Brody myopathy" #> #> #> $`bronchial benign neoplasm` #> $`bronchial benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3906" #> #> $`bronchial benign neoplasm`$`_id` #> [1] "DOID_3906<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`bronchial benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`bronchial benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`bronchial benign neoplasm`$urlId #> [1] "DOID_3906" #> #> $`bronchial benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`bronchial benign neoplasm`$`_parent` #> [1] "DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`bronchial benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`bronchial benign neoplasm`$children #> list() #> #> $`bronchial benign neoplasm`$value #> [1] "bronchial benign neoplasm" #> #> #> $`bronchial benign neoplasm` #> $`bronchial benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3906" #> #> $`bronchial benign neoplasm`$`_id` #> [1] "DOID_3906<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`bronchial benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`bronchial benign neoplasm`$urlId #> [1] "DOID_3906" #> #> $`bronchial benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`bronchial benign neoplasm`$`_parent` #> [1] "DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`bronchial benign neoplasm`$children #> list() #> #> $`bronchial benign neoplasm`$value #> [1] "bronchial benign neoplasm" #> #> #> $`bronchial benign neoplasm` #> $`bronchial benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3906" #> #> $`bronchial benign neoplasm`$`_id` #> [1] "DOID_3906<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`bronchial benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`bronchial benign neoplasm`$urlId #> [1] "DOID_3906" #> #> $`bronchial benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`bronchial benign neoplasm`$`_parent` #> [1] "DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`bronchial benign neoplasm`$children #> list() #> #> $`bronchial benign neoplasm`$value #> [1] "bronchial benign neoplasm" #> #> #> $`bronchial disease` #> $`bronchial disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1176" #> #> $`bronchial disease`$`_id` #> [1] "DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial disease`$privateGeneCount #> [1] 0 #> #> $`bronchial disease`$publicGeneCount #> [1] 297 #> #> $`bronchial disease`$urlId #> [1] "DOID_1176" #> #> $`bronchial disease`$dbPhenotype #> [1] TRUE #> #> $`bronchial disease`$`_parent` #> [1] "DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial disease`$`_is_leaf` #> [1] FALSE #> #> $`bronchial disease`$children #> $`bronchial disease`$children[[1]] #> [1] "DOID_2841<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial disease`$children[[2]] #> [1] "DOID_3906<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial disease`$children[[3]] #> [1] "DOID_9563<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial disease`$children[[4]] #> [1] "DOID_2942<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial disease`$children[[5]] #> [1] "DOID_2799<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial disease`$children[[6]] #> [1] "DOID_6132<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchial disease`$children[[7]] #> [1] "DOID_1325<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`bronchial disease`$value #> [1] "bronchial disease" #> #> #> $bronchiectasis #> $bronchiectasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9563" #> #> $bronchiectasis$`_id` #> [1] "DOID_9563<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bronchiectasis$privateGeneCount #> [1] 0 #> #> $bronchiectasis$publicGeneCount #> [1] 11 #> #> $bronchiectasis$urlId #> [1] "DOID_9563" #> #> $bronchiectasis$dbPhenotype #> [1] TRUE #> #> $bronchiectasis$`_parent` #> [1] "DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bronchiectasis$`_is_leaf` #> [1] TRUE #> #> $bronchiectasis$children #> list() #> #> $bronchiectasis$value #> [1] "bronchiectasis" #> #> #> $bronchiolitis #> $bronchiolitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2942" #> #> $bronchiolitis$`_id` #> [1] "DOID_2942<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bronchiolitis$privateGeneCount #> [1] 0 #> #> $bronchiolitis$publicGeneCount #> [1] 32 #> #> $bronchiolitis$urlId #> [1] "DOID_2942" #> #> $bronchiolitis$dbPhenotype #> [1] TRUE #> #> $bronchiolitis$`_parent` #> [1] "DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bronchiolitis$`_is_leaf` #> [1] TRUE #> #> $bronchiolitis$children #> list() #> #> $bronchiolitis$value #> [1] "bronchiolitis" #> #> #> $bronchiolitis #> $bronchiolitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2942" #> #> $bronchiolitis$`_id` #> [1] "DOID_2942<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bronchiolitis$privateGeneCount #> [1] 0 #> #> $bronchiolitis$publicGeneCount #> [1] 32 #> #> $bronchiolitis$urlId #> [1] "DOID_2942" #> #> $bronchiolitis$dbPhenotype #> [1] TRUE #> #> $bronchiolitis$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bronchiolitis$`_is_leaf` #> [1] TRUE #> #> $bronchiolitis$children #> list() #> #> $bronchiolitis$value #> [1] "bronchiolitis" #> #> #> $`bronchiolitis obliterans` #> $`bronchiolitis obliterans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2799" #> #> $`bronchiolitis obliterans`$`_id` #> [1] "DOID_2799<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchiolitis obliterans`$privateGeneCount #> [1] 0 #> #> $`bronchiolitis obliterans`$publicGeneCount #> [1] 18 #> #> $`bronchiolitis obliterans`$urlId #> [1] "DOID_2799" #> #> $`bronchiolitis obliterans`$dbPhenotype #> [1] TRUE #> #> $`bronchiolitis obliterans`$`_parent` #> [1] "DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchiolitis obliterans`$`_is_leaf` #> [1] TRUE #> #> $`bronchiolitis obliterans`$children #> list() #> #> $`bronchiolitis obliterans`$value #> [1] "bronchiolitis obliterans" #> #> #> $`bronchiolitis obliterans` #> $`bronchiolitis obliterans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2799" #> #> $`bronchiolitis obliterans`$`_id` #> [1] "DOID_2799<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bronchiolitis obliterans`$privateGeneCount #> [1] 0 #> #> $`bronchiolitis obliterans`$publicGeneCount #> [1] 18 #> #> $`bronchiolitis obliterans`$urlId #> [1] "DOID_2799" #> #> $`bronchiolitis obliterans`$dbPhenotype #> [1] TRUE #> #> $`bronchiolitis obliterans`$`_parent` #> [1] "DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bronchiolitis obliterans`$`_is_leaf` #> [1] TRUE #> #> $`bronchiolitis obliterans`$children #> list() #> #> $`bronchiolitis obliterans`$value #> [1] "bronchiolitis obliterans" #> #> #> $`bronchiolitis obliterans` #> $`bronchiolitis obliterans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2799" #> #> $`bronchiolitis obliterans`$`_id` #> [1] "DOID_2799<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchiolitis obliterans`$privateGeneCount #> [1] 0 #> #> $`bronchiolitis obliterans`$publicGeneCount #> [1] 18 #> #> $`bronchiolitis obliterans`$urlId #> [1] "DOID_2799" #> #> $`bronchiolitis obliterans`$dbPhenotype #> [1] TRUE #> #> $`bronchiolitis obliterans`$`_parent` #> [1] "DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchiolitis obliterans`$`_is_leaf` #> [1] TRUE #> #> $`bronchiolitis obliterans`$children #> list() #> #> $`bronchiolitis obliterans`$value #> [1] "bronchiolitis obliterans" #> #> #> $`bronchiolo-alveolar adenocarcinoma` #> $`bronchiolo-alveolar adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4926" #> #> $`bronchiolo-alveolar adenocarcinoma`$`_id` #> [1] "DOID_4926<DOID_3910<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bronchiolo-alveolar adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`bronchiolo-alveolar adenocarcinoma`$publicGeneCount #> [1] 4 #> #> $`bronchiolo-alveolar adenocarcinoma`$urlId #> [1] "DOID_4926" #> #> $`bronchiolo-alveolar adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`bronchiolo-alveolar adenocarcinoma`$`_parent` #> [1] "DOID_3910<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bronchiolo-alveolar adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`bronchiolo-alveolar adenocarcinoma`$children #> list() #> #> $`bronchiolo-alveolar adenocarcinoma`$value #> [1] "bronchiolo-alveolar adenocarcinoma" #> #> #> $`bronchiolo-alveolar adenocarcinoma` #> $`bronchiolo-alveolar adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4926" #> #> $`bronchiolo-alveolar adenocarcinoma`$`_id` #> [1] "DOID_4926<DOID_3910<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`bronchiolo-alveolar adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`bronchiolo-alveolar adenocarcinoma`$publicGeneCount #> [1] 4 #> #> $`bronchiolo-alveolar adenocarcinoma`$urlId #> [1] "DOID_4926" #> #> $`bronchiolo-alveolar adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`bronchiolo-alveolar adenocarcinoma`$`_parent` #> [1] "DOID_3910<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`bronchiolo-alveolar adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`bronchiolo-alveolar adenocarcinoma`$children #> list() #> #> $`bronchiolo-alveolar adenocarcinoma`$value #> [1] "bronchiolo-alveolar adenocarcinoma" #> #> #> $`bronchiolo-alveolar adenocarcinoma` #> $`bronchiolo-alveolar adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4926" #> #> $`bronchiolo-alveolar adenocarcinoma`$`_id` #> [1] "DOID_4926<DOID_3910<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchiolo-alveolar adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`bronchiolo-alveolar adenocarcinoma`$publicGeneCount #> [1] 4 #> #> $`bronchiolo-alveolar adenocarcinoma`$urlId #> [1] "DOID_4926" #> #> $`bronchiolo-alveolar adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`bronchiolo-alveolar adenocarcinoma`$`_parent` #> [1] "DOID_3910<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchiolo-alveolar adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`bronchiolo-alveolar adenocarcinoma`$children #> list() #> #> $`bronchiolo-alveolar adenocarcinoma`$value #> [1] "bronchiolo-alveolar adenocarcinoma" #> #> #> $`bronchiolo-alveolar adenocarcinoma` #> $`bronchiolo-alveolar adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4926" #> #> $`bronchiolo-alveolar adenocarcinoma`$`_id` #> [1] "DOID_4926<DOID_3910<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bronchiolo-alveolar adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`bronchiolo-alveolar adenocarcinoma`$publicGeneCount #> [1] 4 #> #> $`bronchiolo-alveolar adenocarcinoma`$urlId #> [1] "DOID_4926" #> #> $`bronchiolo-alveolar adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`bronchiolo-alveolar adenocarcinoma`$`_parent` #> [1] "DOID_3910<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bronchiolo-alveolar adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`bronchiolo-alveolar adenocarcinoma`$children #> list() #> #> $`bronchiolo-alveolar adenocarcinoma`$value #> [1] "bronchiolo-alveolar adenocarcinoma" #> #> #> $bronchitis #> $bronchitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6132" #> #> $bronchitis$`_id` #> [1] "DOID_6132<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bronchitis$privateGeneCount #> [1] 0 #> #> $bronchitis$publicGeneCount #> [1] 12 #> #> $bronchitis$urlId #> [1] "DOID_6132" #> #> $bronchitis$dbPhenotype #> [1] TRUE #> #> $bronchitis$`_parent` #> [1] "DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bronchitis$`_is_leaf` #> [1] TRUE #> #> $bronchitis$children #> list() #> #> $bronchitis$value #> [1] "bronchitis" #> #> #> $bronchopneumonia #> $bronchopneumonia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12375" #> #> $bronchopneumonia$`_id` #> [1] "DOID_12375<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bronchopneumonia$privateGeneCount #> [1] 0 #> #> $bronchopneumonia$publicGeneCount #> [1] 2 #> #> $bronchopneumonia$urlId #> [1] "DOID_12375" #> #> $bronchopneumonia$dbPhenotype #> [1] TRUE #> #> $bronchopneumonia$`_parent` #> [1] "DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $bronchopneumonia$`_is_leaf` #> [1] TRUE #> #> $bronchopneumonia$children #> list() #> #> $bronchopneumonia$value #> [1] "bronchopneumonia" #> #> #> $`bronchus cancer` #> $`bronchus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1325" #> #> $`bronchus cancer`$`_id` #> [1] "DOID_1325<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bronchus cancer`$privateGeneCount #> [1] 0 #> #> $`bronchus cancer`$publicGeneCount #> [1] 3 #> #> $`bronchus cancer`$urlId #> [1] "DOID_1325" #> #> $`bronchus cancer`$dbPhenotype #> [1] FALSE #> #> $`bronchus cancer`$`_parent` #> [1] "DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bronchus cancer`$`_is_leaf` #> [1] FALSE #> #> $`bronchus cancer`$children #> $`bronchus cancer`$children[[1]] #> [1] "DOID_3904<DOID_1325<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`bronchus cancer`$value #> [1] "bronchus cancer" #> #> #> $`bronchus cancer` #> $`bronchus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1325" #> #> $`bronchus cancer`$`_id` #> [1] "DOID_1325<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`bronchus cancer`$privateGeneCount #> [1] 0 #> #> $`bronchus cancer`$publicGeneCount #> [1] 3 #> #> $`bronchus cancer`$urlId #> [1] "DOID_1325" #> #> $`bronchus cancer`$dbPhenotype #> [1] FALSE #> #> $`bronchus cancer`$`_parent` #> [1] "DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`bronchus cancer`$`_is_leaf` #> [1] FALSE #> #> $`bronchus cancer`$children #> $`bronchus cancer`$children[[1]] #> [1] "DOID_3904<DOID_1325<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> #> $`bronchus cancer`$value #> [1] "bronchus cancer" #> #> #> $`bronchus cancer` #> $`bronchus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1325" #> #> $`bronchus cancer`$`_id` #> [1] "DOID_1325<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchus cancer`$privateGeneCount #> [1] 0 #> #> $`bronchus cancer`$publicGeneCount #> [1] 3 #> #> $`bronchus cancer`$urlId #> [1] "DOID_1325" #> #> $`bronchus cancer`$dbPhenotype #> [1] FALSE #> #> $`bronchus cancer`$`_parent` #> [1] "DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchus cancer`$`_is_leaf` #> [1] FALSE #> #> $`bronchus cancer`$children #> $`bronchus cancer`$children[[1]] #> [1] "DOID_3904<DOID_1325<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`bronchus cancer`$value #> [1] "bronchus cancer" #> #> #> $`bronchus carcinoma` #> $`bronchus carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3904" #> #> $`bronchus carcinoma`$`_id` #> [1] "DOID_3904<DOID_1325<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bronchus carcinoma`$privateGeneCount #> [1] 0 #> #> $`bronchus carcinoma`$publicGeneCount #> [1] 3 #> #> $`bronchus carcinoma`$urlId #> [1] "DOID_3904" #> #> $`bronchus carcinoma`$dbPhenotype #> [1] TRUE #> #> $`bronchus carcinoma`$`_parent` #> [1] "DOID_1325<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`bronchus carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`bronchus carcinoma`$children #> list() #> #> $`bronchus carcinoma`$value #> [1] "bronchus carcinoma" #> #> #> $`bronchus carcinoma` #> $`bronchus carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3904" #> #> $`bronchus carcinoma`$`_id` #> [1] "DOID_3904<DOID_1325<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`bronchus carcinoma`$privateGeneCount #> [1] 0 #> #> $`bronchus carcinoma`$publicGeneCount #> [1] 3 #> #> $`bronchus carcinoma`$urlId #> [1] "DOID_3904" #> #> $`bronchus carcinoma`$dbPhenotype #> [1] TRUE #> #> $`bronchus carcinoma`$`_parent` #> [1] "DOID_1325<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`bronchus carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`bronchus carcinoma`$children #> list() #> #> $`bronchus carcinoma`$value #> [1] "bronchus carcinoma" #> #> #> $`bronchus carcinoma` #> $`bronchus carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3904" #> #> $`bronchus carcinoma`$`_id` #> [1] "DOID_3904<DOID_1325<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchus carcinoma`$privateGeneCount #> [1] 0 #> #> $`bronchus carcinoma`$publicGeneCount #> [1] 3 #> #> $`bronchus carcinoma`$urlId #> [1] "DOID_3904" #> #> $`bronchus carcinoma`$dbPhenotype #> [1] TRUE #> #> $`bronchus carcinoma`$`_parent` #> [1] "DOID_1325<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`bronchus carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`bronchus carcinoma`$children #> list() #> #> $`bronchus carcinoma`$value #> [1] "bronchus carcinoma" #> #> #> $`bronchus carcinoma` #> $`bronchus carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3904" #> #> $`bronchus carcinoma`$`_id` #> [1] "DOID_3904<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bronchus carcinoma`$privateGeneCount #> [1] 0 #> #> $`bronchus carcinoma`$publicGeneCount #> [1] 3 #> #> $`bronchus carcinoma`$urlId #> [1] "DOID_3904" #> #> $`bronchus carcinoma`$dbPhenotype #> [1] TRUE #> #> $`bronchus carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`bronchus carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`bronchus carcinoma`$children #> list() #> #> $`bronchus carcinoma`$value #> [1] "bronchus carcinoma" #> #> #> $`Brooke-Spiegler syndrome` #> $`Brooke-Spiegler syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050693" #> #> $`Brooke-Spiegler syndrome`$`_id` #> [1] "DOID_0050693<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Brooke-Spiegler syndrome`$privateGeneCount #> [1] 0 #> #> $`Brooke-Spiegler syndrome`$publicGeneCount #> [1] 1 #> #> $`Brooke-Spiegler syndrome`$urlId #> [1] "DOID_0050693" #> #> $`Brooke-Spiegler syndrome`$dbPhenotype #> [1] TRUE #> #> $`Brooke-Spiegler syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Brooke-Spiegler syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Brooke-Spiegler syndrome`$children #> list() #> #> $`Brooke-Spiegler syndrome`$value #> [1] "Brooke-Spiegler syndrome" #> #> #> $`Brooke-Spiegler syndrome` #> $`Brooke-Spiegler syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050693" #> #> $`Brooke-Spiegler syndrome`$`_id` #> [1] "DOID_0050693<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Brooke-Spiegler syndrome`$privateGeneCount #> [1] 0 #> #> $`Brooke-Spiegler syndrome`$publicGeneCount #> [1] 1 #> #> $`Brooke-Spiegler syndrome`$urlId #> [1] "DOID_0050693" #> #> $`Brooke-Spiegler syndrome`$dbPhenotype #> [1] TRUE #> #> $`Brooke-Spiegler syndrome`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Brooke-Spiegler syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Brooke-Spiegler syndrome`$children #> list() #> #> $`Brooke-Spiegler syndrome`$value #> [1] "Brooke-Spiegler syndrome" #> #> #> $`Brown's tendon sheath syndrome` #> $`Brown's tendon sheath syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10235" #> #> $`Brown's tendon sheath syndrome`$`_id` #> [1] "DOID_10235<DOID_9306<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Brown's tendon sheath syndrome`$privateGeneCount #> [1] 0 #> #> $`Brown's tendon sheath syndrome`$publicGeneCount #> [1] 2 #> #> $`Brown's tendon sheath syndrome`$urlId #> [1] "DOID_10235" #> #> $`Brown's tendon sheath syndrome`$dbPhenotype #> [1] TRUE #> #> $`Brown's tendon sheath syndrome`$`_parent` #> [1] "DOID_9306<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Brown's tendon sheath syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Brown's tendon sheath syndrome`$children #> list() #> #> $`Brown's tendon sheath syndrome`$value #> [1] "Brown's tendon sheath syndrome" #> #> #> $`Brown's tendon sheath syndrome` #> $`Brown's tendon sheath syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10235" #> #> $`Brown's tendon sheath syndrome`$`_id` #> [1] "DOID_10235<DOID_9306<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Brown's tendon sheath syndrome`$privateGeneCount #> [1] 0 #> #> $`Brown's tendon sheath syndrome`$publicGeneCount #> [1] 2 #> #> $`Brown's tendon sheath syndrome`$urlId #> [1] "DOID_10235" #> #> $`Brown's tendon sheath syndrome`$dbPhenotype #> [1] TRUE #> #> $`Brown's tendon sheath syndrome`$`_parent` #> [1] "DOID_9306<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Brown's tendon sheath syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Brown's tendon sheath syndrome`$children #> list() #> #> $`Brown's tendon sheath syndrome`$value #> [1] "Brown's tendon sheath syndrome" #> #> #> $`Brown's tendon sheath syndrome` #> $`Brown's tendon sheath syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10235" #> #> $`Brown's tendon sheath syndrome`$`_id` #> [1] "DOID_10235<DOID_9306<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Brown's tendon sheath syndrome`$privateGeneCount #> [1] 0 #> #> $`Brown's tendon sheath syndrome`$publicGeneCount #> [1] 2 #> #> $`Brown's tendon sheath syndrome`$urlId #> [1] "DOID_10235" #> #> $`Brown's tendon sheath syndrome`$dbPhenotype #> [1] TRUE #> #> $`Brown's tendon sheath syndrome`$`_parent` #> [1] "DOID_9306<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Brown's tendon sheath syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Brown's tendon sheath syndrome`$children #> list() #> #> $`Brown's tendon sheath syndrome`$value #> [1] "Brown's tendon sheath syndrome" #> #> #> $`Brown-Vialetto-Van Laere syndrome` #> $`Brown-Vialetto-Van Laere syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050694" #> #> $`Brown-Vialetto-Van Laere syndrome`$`_id` #> [1] "DOID_0050694<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Brown-Vialetto-Van Laere syndrome`$privateGeneCount #> [1] 0 #> #> $`Brown-Vialetto-Van Laere syndrome`$publicGeneCount #> [1] 2 #> #> $`Brown-Vialetto-Van Laere syndrome`$urlId #> [1] "DOID_0050694" #> #> $`Brown-Vialetto-Van Laere syndrome`$dbPhenotype #> [1] TRUE #> #> $`Brown-Vialetto-Van Laere syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Brown-Vialetto-Van Laere syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Brown-Vialetto-Van Laere syndrome`$children #> list() #> #> $`Brown-Vialetto-Van Laere syndrome`$value #> [1] "Brown-Vialetto-Van Laere syndrome" #> #> #> $`Brown-Vialetto-Van Laere syndrome` #> $`Brown-Vialetto-Van Laere syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050694" #> #> $`Brown-Vialetto-Van Laere syndrome`$`_id` #> [1] "DOID_0050694<DOID_225<DOID_4" #> #> $`Brown-Vialetto-Van Laere syndrome`$privateGeneCount #> [1] 0 #> #> $`Brown-Vialetto-Van Laere syndrome`$publicGeneCount #> [1] 2 #> #> $`Brown-Vialetto-Van Laere syndrome`$urlId #> [1] "DOID_0050694" #> #> $`Brown-Vialetto-Van Laere syndrome`$dbPhenotype #> [1] TRUE #> #> $`Brown-Vialetto-Van Laere syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Brown-Vialetto-Van Laere syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Brown-Vialetto-Van Laere syndrome`$children #> list() #> #> $`Brown-Vialetto-Van Laere syndrome`$value #> [1] "Brown-Vialetto-Van Laere syndrome" #> #> #> $`Bruck syndrome` #> $`Bruck syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060231" #> #> $`Bruck syndrome`$`_id` #> [1] "DOID_0060231<DOID_225<DOID_4" #> #> $`Bruck syndrome`$privateGeneCount #> [1] 0 #> #> $`Bruck syndrome`$publicGeneCount #> [1] 2 #> #> $`Bruck syndrome`$urlId #> [1] "DOID_0060231" #> #> $`Bruck syndrome`$dbPhenotype #> [1] TRUE #> #> $`Bruck syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Bruck syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Bruck syndrome`$children #> list() #> #> $`Bruck syndrome`$value #> [1] "Bruck syndrome" #> #> #> $`Brugada syndrome` #> $`Brugada syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050451" #> #> $`Brugada syndrome`$`_id` #> [1] "DOID_0050451<DOID_0050177<DOID_630<DOID_4" #> #> $`Brugada syndrome`$privateGeneCount #> [1] 0 #> #> $`Brugada syndrome`$publicGeneCount #> [1] 11 #> #> $`Brugada syndrome`$urlId #> [1] "DOID_0050451" #> #> $`Brugada syndrome`$dbPhenotype #> [1] TRUE #> #> $`Brugada syndrome`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`Brugada syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Brugada syndrome`$children #> list() #> #> $`Brugada syndrome`$value #> [1] "Brugada syndrome" #> #> #> $`Brugada syndrome` #> $`Brugada syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050451" #> #> $`Brugada syndrome`$`_id` #> [1] "DOID_0050451<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`Brugada syndrome`$privateGeneCount #> [1] 0 #> #> $`Brugada syndrome`$publicGeneCount #> [1] 11 #> #> $`Brugada syndrome`$urlId #> [1] "DOID_0050451" #> #> $`Brugada syndrome`$dbPhenotype #> [1] TRUE #> #> $`Brugada syndrome`$`_parent` #> [1] "DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`Brugada syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Brugada syndrome`$children #> list() #> #> $`Brugada syndrome`$value #> [1] "Brugada syndrome" #> #> #> $`Budd-Chiari syndrome` #> $`Budd-Chiari syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11512" #> #> $`Budd-Chiari syndrome`$`_id` #> [1] "DOID_11512<DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Budd-Chiari syndrome`$privateGeneCount #> [1] 0 #> #> $`Budd-Chiari syndrome`$publicGeneCount #> [1] 2 #> #> $`Budd-Chiari syndrome`$urlId #> [1] "DOID_11512" #> #> $`Budd-Chiari syndrome`$dbPhenotype #> [1] TRUE #> #> $`Budd-Chiari syndrome`$`_parent` #> [1] "DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Budd-Chiari syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Budd-Chiari syndrome`$children #> list() #> #> $`Budd-Chiari syndrome`$value #> [1] "Budd-Chiari syndrome" #> #> #> $`Budd-Chiari syndrome` #> $`Budd-Chiari syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11512" #> #> $`Budd-Chiari syndrome`$`_id` #> [1] "DOID_11512<DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`Budd-Chiari syndrome`$privateGeneCount #> [1] 0 #> #> $`Budd-Chiari syndrome`$publicGeneCount #> [1] 2 #> #> $`Budd-Chiari syndrome`$urlId #> [1] "DOID_11512" #> #> $`Budd-Chiari syndrome`$dbPhenotype #> [1] TRUE #> #> $`Budd-Chiari syndrome`$`_parent` #> [1] "DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`Budd-Chiari syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Budd-Chiari syndrome`$children #> list() #> #> $`Budd-Chiari syndrome`$value #> [1] "Budd-Chiari syndrome" #> #> #> $`bulimia nervosa` #> $`bulimia nervosa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12129" #> #> $`bulimia nervosa`$`_id` #> [1] "DOID_12129<DOID_8670<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`bulimia nervosa`$privateGeneCount #> [1] 0 #> #> $`bulimia nervosa`$publicGeneCount #> [1] 8 #> #> $`bulimia nervosa`$urlId #> [1] "DOID_12129" #> #> $`bulimia nervosa`$dbPhenotype #> [1] TRUE #> #> $`bulimia nervosa`$`_parent` #> [1] "DOID_8670<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`bulimia nervosa`$`_is_leaf` #> [1] TRUE #> #> $`bulimia nervosa`$children #> list() #> #> $`bulimia nervosa`$value #> [1] "bulimia nervosa" #> #> #> $`bullous pemphigoid` #> $`bullous pemphigoid`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8506" #> #> $`bullous pemphigoid`$`_id` #> [1] "DOID_8506<DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`bullous pemphigoid`$privateGeneCount #> [1] 0 #> #> $`bullous pemphigoid`$publicGeneCount #> [1] 5 #> #> $`bullous pemphigoid`$urlId #> [1] "DOID_8506" #> #> $`bullous pemphigoid`$dbPhenotype #> [1] TRUE #> #> $`bullous pemphigoid`$`_parent` #> [1] "DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`bullous pemphigoid`$`_is_leaf` #> [1] TRUE #> #> $`bullous pemphigoid`$children #> list() #> #> $`bullous pemphigoid`$value #> [1] "bullous pemphigoid" #> #> #> $`bullous pemphigoid` #> $`bullous pemphigoid`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8506" #> #> $`bullous pemphigoid`$`_id` #> [1] "DOID_8506<DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`bullous pemphigoid`$privateGeneCount #> [1] 0 #> #> $`bullous pemphigoid`$publicGeneCount #> [1] 5 #> #> $`bullous pemphigoid`$urlId #> [1] "DOID_8506" #> #> $`bullous pemphigoid`$dbPhenotype #> [1] TRUE #> #> $`bullous pemphigoid`$`_parent` #> [1] "DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`bullous pemphigoid`$`_is_leaf` #> [1] TRUE #> #> $`bullous pemphigoid`$children #> list() #> #> $`bullous pemphigoid`$value #> [1] "bullous pemphigoid" #> #> #> $`bullous pemphigoid` #> $`bullous pemphigoid`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8506" #> #> $`bullous pemphigoid`$`_id` #> [1] "DOID_8506<DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`bullous pemphigoid`$privateGeneCount #> [1] 0 #> #> $`bullous pemphigoid`$publicGeneCount #> [1] 5 #> #> $`bullous pemphigoid`$urlId #> [1] "DOID_8506" #> #> $`bullous pemphigoid`$dbPhenotype #> [1] TRUE #> #> $`bullous pemphigoid`$`_parent` #> [1] "DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`bullous pemphigoid`$`_is_leaf` #> [1] TRUE #> #> $`bullous pemphigoid`$children #> list() #> #> $`bullous pemphigoid`$value #> [1] "bullous pemphigoid" #> #> #> $`bullous pemphigoid` #> $`bullous pemphigoid`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8506" #> #> $`bullous pemphigoid`$`_id` #> [1] "DOID_8506<DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bullous pemphigoid`$privateGeneCount #> [1] 0 #> #> $`bullous pemphigoid`$publicGeneCount #> [1] 5 #> #> $`bullous pemphigoid`$urlId #> [1] "DOID_8506" #> #> $`bullous pemphigoid`$dbPhenotype #> [1] TRUE #> #> $`bullous pemphigoid`$`_parent` #> [1] "DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bullous pemphigoid`$`_is_leaf` #> [1] TRUE #> #> $`bullous pemphigoid`$children #> list() #> #> $`bullous pemphigoid`$value #> [1] "bullous pemphigoid" #> #> #> $`bullous skin disease` #> $`bullous skin disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8502" #> #> $`bullous skin disease`$`_id` #> [1] "DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`bullous skin disease`$privateGeneCount #> [1] 0 #> #> $`bullous skin disease`$publicGeneCount #> [1] 22 #> #> $`bullous skin disease`$urlId #> [1] "DOID_8502" #> #> $`bullous skin disease`$dbPhenotype #> [1] FALSE #> #> $`bullous skin disease`$`_parent` #> [1] "DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`bullous skin disease`$`_is_leaf` #> [1] FALSE #> #> $`bullous skin disease`$children #> $`bullous skin disease`$children[[1]] #> [1] "DOID_11656<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`bullous skin disease`$children[[2]] #> [1] "DOID_8505<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`bullous skin disease`$children[[3]] #> [1] "DOID_9182<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`bullous skin disease`$children[[4]] #> [1] "DOID_8508<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`bullous skin disease`$value #> [1] "bullous skin disease" #> #> #> $`bullous skin disease` #> $`bullous skin disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8502" #> #> $`bullous skin disease`$`_id` #> [1] "DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bullous skin disease`$privateGeneCount #> [1] 0 #> #> $`bullous skin disease`$publicGeneCount #> [1] 22 #> #> $`bullous skin disease`$urlId #> [1] "DOID_8502" #> #> $`bullous skin disease`$dbPhenotype #> [1] FALSE #> #> $`bullous skin disease`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bullous skin disease`$`_is_leaf` #> [1] FALSE #> #> $`bullous skin disease`$children #> $`bullous skin disease`$children[[1]] #> [1] "DOID_11656<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bullous skin disease`$children[[2]] #> [1] "DOID_8505<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bullous skin disease`$children[[3]] #> [1] "DOID_9182<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`bullous skin disease`$children[[4]] #> [1] "DOID_8508<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`bullous skin disease`$value #> [1] "bullous skin disease" #> #> #> $buphthalmos #> $buphthalmos$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11211" #> #> $buphthalmos$`_id` #> [1] "DOID_11211<DOID_11212<DOID_0050593<DOID_0050177<DOID_630<DOID_4" #> #> $buphthalmos$privateGeneCount #> [1] 0 #> #> $buphthalmos$publicGeneCount #> [1] 1 #> #> $buphthalmos$urlId #> [1] "DOID_11211" #> #> $buphthalmos$dbPhenotype #> [1] TRUE #> #> $buphthalmos$`_parent` #> [1] "DOID_11212<DOID_0050593<DOID_0050177<DOID_630<DOID_4" #> #> $buphthalmos$`_is_leaf` #> [1] TRUE #> #> $buphthalmos$children #> list() #> #> $buphthalmos$value #> [1] "buphthalmos" #> #> #> $buphthalmos #> $buphthalmos$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11211" #> #> $buphthalmos$`_id` #> [1] "DOID_11211<DOID_11212<DOID_0050593<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $buphthalmos$privateGeneCount #> [1] 0 #> #> $buphthalmos$publicGeneCount #> [1] 1 #> #> $buphthalmos$urlId #> [1] "DOID_11211" #> #> $buphthalmos$dbPhenotype #> [1] TRUE #> #> $buphthalmos$`_parent` #> [1] "DOID_11212<DOID_0050593<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $buphthalmos$`_is_leaf` #> [1] TRUE #> #> $buphthalmos$children #> list() #> #> $buphthalmos$value #> [1] "buphthalmos" #> #> #> $`Burkitt lymphoma` #> $`Burkitt lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8584" #> #> $`Burkitt lymphoma`$`_id` #> [1] "DOID_8584<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Burkitt lymphoma`$privateGeneCount #> [1] 0 #> #> $`Burkitt lymphoma`$publicGeneCount #> [1] 15 #> #> $`Burkitt lymphoma`$urlId #> [1] "DOID_8584" #> #> $`Burkitt lymphoma`$dbPhenotype #> [1] TRUE #> #> $`Burkitt lymphoma`$`_parent` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Burkitt lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`Burkitt lymphoma`$children #> list() #> #> $`Burkitt lymphoma`$value #> [1] "Burkitt lymphoma" #> #> #> $`Burkitt lymphoma` #> $`Burkitt lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8584" #> #> $`Burkitt lymphoma`$`_id` #> [1] "DOID_8584<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Burkitt lymphoma`$privateGeneCount #> [1] 0 #> #> $`Burkitt lymphoma`$publicGeneCount #> [1] 15 #> #> $`Burkitt lymphoma`$urlId #> [1] "DOID_8584" #> #> $`Burkitt lymphoma`$dbPhenotype #> [1] TRUE #> #> $`Burkitt lymphoma`$`_parent` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Burkitt lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`Burkitt lymphoma`$children #> list() #> #> $`Burkitt lymphoma`$value #> [1] "Burkitt lymphoma" #> #> #> $`Burkitt lymphoma` #> $`Burkitt lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8584" #> #> $`Burkitt lymphoma`$`_id` #> [1] "DOID_8584<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Burkitt lymphoma`$privateGeneCount #> [1] 0 #> #> $`Burkitt lymphoma`$publicGeneCount #> [1] 15 #> #> $`Burkitt lymphoma`$urlId #> [1] "DOID_8584" #> #> $`Burkitt lymphoma`$dbPhenotype #> [1] TRUE #> #> $`Burkitt lymphoma`$`_parent` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Burkitt lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`Burkitt lymphoma`$children #> list() #> #> $`Burkitt lymphoma`$value #> [1] "Burkitt lymphoma" #> #> #> $`Burkitt lymphoma` #> $`Burkitt lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8584" #> #> $`Burkitt lymphoma`$`_id` #> [1] "DOID_8584<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Burkitt lymphoma`$privateGeneCount #> [1] 0 #> #> $`Burkitt lymphoma`$publicGeneCount #> [1] 15 #> #> $`Burkitt lymphoma`$urlId #> [1] "DOID_8584" #> #> $`Burkitt lymphoma`$dbPhenotype #> [1] TRUE #> #> $`Burkitt lymphoma`$`_parent` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Burkitt lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`Burkitt lymphoma`$children #> list() #> #> $`Burkitt lymphoma`$value #> [1] "Burkitt lymphoma" #> #> #> $`Burkitt lymphoma` #> $`Burkitt lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8584" #> #> $`Burkitt lymphoma`$`_id` #> [1] "DOID_8584<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Burkitt lymphoma`$privateGeneCount #> [1] 0 #> #> $`Burkitt lymphoma`$publicGeneCount #> [1] 15 #> #> $`Burkitt lymphoma`$urlId #> [1] "DOID_8584" #> #> $`Burkitt lymphoma`$dbPhenotype #> [1] TRUE #> #> $`Burkitt lymphoma`$`_parent` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Burkitt lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`Burkitt lymphoma`$children #> list() #> #> $`Burkitt lymphoma`$value #> [1] "Burkitt lymphoma" #> #> #> $Cachexia #> $Cachexia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004326" #> #> $Cachexia$`_id` #> [1] "HP_0004326<HP_0001824<HP_0004325<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $Cachexia$privateGeneCount #> [1] 0 #> #> $Cachexia$publicGeneCount #> [1] 14 #> #> $Cachexia$urlId #> [1] "HP_0004326" #> #> $Cachexia$dbPhenotype #> [1] TRUE #> #> $Cachexia$`_parent` #> [1] "HP_0001824<HP_0004325<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $Cachexia$`_is_leaf` #> [1] TRUE #> #> $Cachexia$children #> list() #> #> $Cachexia$value #> [1] "Cachexia" #> #> #> $`Cafe-au-lait spot` #> $`Cafe-au-lait spot`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000957" #> #> $`Cafe-au-lait spot`$`_id` #> [1] "HP_0000957<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Cafe-au-lait spot`$privateGeneCount #> [1] 0 #> #> $`Cafe-au-lait spot`$publicGeneCount #> [1] 3 #> #> $`Cafe-au-lait spot`$urlId #> [1] "HP_0000957" #> #> $`Cafe-au-lait spot`$dbPhenotype #> [1] TRUE #> #> $`Cafe-au-lait spot`$`_parent` #> [1] "HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Cafe-au-lait spot`$`_is_leaf` #> [1] TRUE #> #> $`Cafe-au-lait spot`$children #> list() #> #> $`Cafe-au-lait spot`$value #> [1] "Cafe-au-lait spot" #> #> #> $`Caffey disease` #> $`Caffey disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4257" #> #> $`Caffey disease`$`_id` #> [1] "DOID_4257<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Caffey disease`$privateGeneCount #> [1] 0 #> #> $`Caffey disease`$publicGeneCount #> [1] 2 #> #> $`Caffey disease`$urlId #> [1] "DOID_4257" #> #> $`Caffey disease`$dbPhenotype #> [1] TRUE #> #> $`Caffey disease`$`_parent` #> [1] "DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Caffey disease`$`_is_leaf` #> [1] TRUE #> #> $`Caffey disease`$children #> list() #> #> $`Caffey disease`$value #> [1] "Caffey disease" #> #> #> $calcinosis #> $calcinosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_182" #> #> $calcinosis$`_id` #> [1] "DOID_182<DOID_10575<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $calcinosis$privateGeneCount #> [1] 0 #> #> $calcinosis$publicGeneCount #> [1] 50 #> #> $calcinosis$urlId #> [1] "DOID_182" #> #> $calcinosis$dbPhenotype #> [1] TRUE #> #> $calcinosis$`_parent` #> [1] "DOID_10575<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $calcinosis$`_is_leaf` #> [1] TRUE #> #> $calcinosis$children #> list() #> #> $calcinosis$value #> [1] "calcinosis" #> #> #> $`calcium metabolism disease` #> $`calcium metabolism disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10575" #> #> $`calcium metabolism disease`$`_id` #> [1] "DOID_10575<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`calcium metabolism disease`$privateGeneCount #> [1] 0 #> #> $`calcium metabolism disease`$publicGeneCount #> [1] 63 #> #> $`calcium metabolism disease`$urlId #> [1] "DOID_10575" #> #> $`calcium metabolism disease`$dbPhenotype #> [1] FALSE #> #> $`calcium metabolism disease`$`_parent` #> [1] "DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`calcium metabolism disease`$`_is_leaf` #> [1] FALSE #> #> $`calcium metabolism disease`$children #> $`calcium metabolism disease`$children[[1]] #> [1] "DOID_182<DOID_10575<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`calcium metabolism disease`$children[[2]] #> [1] "DOID_12678<DOID_10575<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`calcium metabolism disease`$value #> [1] "calcium metabolism disease" #> #> #> $`campomelic dysplasia` #> $`campomelic dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050463" #> #> $`campomelic dysplasia`$`_id` #> [1] "DOID_0050463<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`campomelic dysplasia`$privateGeneCount #> [1] 0 #> #> $`campomelic dysplasia`$publicGeneCount #> [1] 1 #> #> $`campomelic dysplasia`$urlId #> [1] "DOID_0050463" #> #> $`campomelic dysplasia`$dbPhenotype #> [1] TRUE #> #> $`campomelic dysplasia`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`campomelic dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`campomelic dysplasia`$children #> list() #> #> $`campomelic dysplasia`$value #> [1] "campomelic dysplasia" #> #> #> $`campomelic dysplasia` #> $`campomelic dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050463" #> #> $`campomelic dysplasia`$`_id` #> [1] "DOID_0050463<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`campomelic dysplasia`$privateGeneCount #> [1] 0 #> #> $`campomelic dysplasia`$publicGeneCount #> [1] 1 #> #> $`campomelic dysplasia`$urlId #> [1] "DOID_0050463" #> #> $`campomelic dysplasia`$dbPhenotype #> [1] TRUE #> #> $`campomelic dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`campomelic dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`campomelic dysplasia`$children #> list() #> #> $`campomelic dysplasia`$value #> [1] "campomelic dysplasia" #> #> #> $`Camurati-Engelmann disease` #> $`Camurati-Engelmann disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4997" #> #> $`Camurati-Engelmann disease`$`_id` #> [1] "DOID_4997<DOID_0050177<DOID_630<DOID_4" #> #> $`Camurati-Engelmann disease`$privateGeneCount #> [1] 0 #> #> $`Camurati-Engelmann disease`$publicGeneCount #> [1] 1 #> #> $`Camurati-Engelmann disease`$urlId #> [1] "DOID_4997" #> #> $`Camurati-Engelmann disease`$dbPhenotype #> [1] TRUE #> #> $`Camurati-Engelmann disease`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`Camurati-Engelmann disease`$`_is_leaf` #> [1] TRUE #> #> $`Camurati-Engelmann disease`$children #> list() #> #> $`Camurati-Engelmann disease`$value #> [1] "Camurati-Engelmann disease" #> #> #> $`Camurati-Engelmann disease` #> $`Camurati-Engelmann disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4997" #> #> $`Camurati-Engelmann disease`$`_id` #> [1] "DOID_4997<DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Camurati-Engelmann disease`$privateGeneCount #> [1] 0 #> #> $`Camurati-Engelmann disease`$publicGeneCount #> [1] 1 #> #> $`Camurati-Engelmann disease`$urlId #> [1] "DOID_4997" #> #> $`Camurati-Engelmann disease`$dbPhenotype #> [1] TRUE #> #> $`Camurati-Engelmann disease`$`_parent` #> [1] "DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Camurati-Engelmann disease`$`_is_leaf` #> [1] TRUE #> #> $`Camurati-Engelmann disease`$children #> list() #> #> $`Camurati-Engelmann disease`$value #> [1] "Camurati-Engelmann disease" #> #> #> $`Canavan disease` #> $`Canavan disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3613" #> #> $`Canavan disease`$`_id` #> [1] "DOID_3613<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Canavan disease`$privateGeneCount #> [1] 0 #> #> $`Canavan disease`$publicGeneCount #> [1] 1 #> #> $`Canavan disease`$urlId #> [1] "DOID_3613" #> #> $`Canavan disease`$dbPhenotype #> [1] TRUE #> #> $`Canavan disease`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Canavan disease`$`_is_leaf` #> [1] TRUE #> #> $`Canavan disease`$children #> list() #> #> $`Canavan disease`$value #> [1] "Canavan disease" #> #> #> $`Canavan disease` #> $`Canavan disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3613" #> #> $`Canavan disease`$`_id` #> [1] "DOID_3613<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Canavan disease`$privateGeneCount #> [1] 0 #> #> $`Canavan disease`$publicGeneCount #> [1] 1 #> #> $`Canavan disease`$urlId #> [1] "DOID_3613" #> #> $`Canavan disease`$dbPhenotype #> [1] TRUE #> #> $`Canavan disease`$`_parent` #> [1] "DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Canavan disease`$`_is_leaf` #> [1] TRUE #> #> $`Canavan disease`$children #> list() #> #> $`Canavan disease`$value #> [1] "Canavan disease" #> #> #> $cancer #> $cancer$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_162" #> #> $cancer$`_id` #> [1] "DOID_162<DOID_14566<DOID_4" #> #> $cancer$privateGeneCount #> [1] 0 #> #> $cancer$publicGeneCount #> [1] 2999 #> #> $cancer$urlId #> [1] "DOID_162" #> #> $cancer$dbPhenotype #> [1] FALSE #> #> $cancer$`_parent` #> [1] "DOID_14566<DOID_4" #> #> $cancer$`_is_leaf` #> [1] FALSE #> #> $cancer$children #> $cancer$children[[1]] #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $cancer$children[[2]] #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $cancer$value #> [1] "cancer" #> #> #> $candidiasis #> $candidiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1508" #> #> $candidiasis$`_id` #> [1] "DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $candidiasis$privateGeneCount #> [1] 0 #> #> $candidiasis$publicGeneCount #> [1] 10 #> #> $candidiasis$urlId #> [1] "DOID_1508" #> #> $candidiasis$dbPhenotype #> [1] TRUE #> #> $candidiasis$`_parent` #> [1] "DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $candidiasis$`_is_leaf` #> [1] FALSE #> #> $candidiasis$children #> $candidiasis$children[[1]] #> [1] "DOID_2058<DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $candidiasis$children[[2]] #> [1] "DOID_14262<DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $candidiasis$children[[3]] #> [1] "DOID_2272<DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> #> $candidiasis$value #> [1] "candidiasis" #> #> #> $`cannabis abuse` #> $`cannabis abuse`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9505" #> #> $`cannabis abuse`$`_id` #> [1] "DOID_9505<DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`cannabis abuse`$privateGeneCount #> [1] 0 #> #> $`cannabis abuse`$publicGeneCount #> [1] 10 #> #> $`cannabis abuse`$urlId #> [1] "DOID_9505" #> #> $`cannabis abuse`$dbPhenotype #> [1] TRUE #> #> $`cannabis abuse`$`_parent` #> [1] "DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`cannabis abuse`$`_is_leaf` #> [1] TRUE #> #> $`cannabis abuse`$children #> list() #> #> $`cannabis abuse`$value #> [1] "cannabis abuse" #> #> #> $`cannabis dependence` #> $`cannabis dependence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1849" #> #> $`cannabis dependence`$`_id` #> [1] "DOID_1849<DOID_9977<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`cannabis dependence`$privateGeneCount #> [1] 0 #> #> $`cannabis dependence`$publicGeneCount #> [1] 13 #> #> $`cannabis dependence`$urlId #> [1] "DOID_1849" #> #> $`cannabis dependence`$dbPhenotype #> [1] TRUE #> #> $`cannabis dependence`$`_parent` #> [1] "DOID_9977<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`cannabis dependence`$`_is_leaf` #> [1] TRUE #> #> $`cannabis dependence`$children #> list() #> #> $`cannabis dependence`$value #> [1] "cannabis dependence" #> #> #> $`capillary disease` #> $`capillary disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1271" #> #> $`capillary disease`$`_id` #> [1] "DOID_1271<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`capillary disease`$privateGeneCount #> [1] 0 #> #> $`capillary disease`$publicGeneCount #> [1] 4 #> #> $`capillary disease`$urlId #> [1] "DOID_1271" #> #> $`capillary disease`$dbPhenotype #> [1] FALSE #> #> $`capillary disease`$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`capillary disease`$`_is_leaf` #> [1] FALSE #> #> $`capillary disease`$children #> $`capillary disease`$children[[1]] #> [1] "DOID_2725<DOID_1271<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`capillary disease`$children[[2]] #> [1] "DOID_2493<DOID_1271<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`capillary disease`$value #> [1] "capillary disease" #> #> #> $`capillary hemangioma` #> $`capillary hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2725" #> #> $`capillary hemangioma`$`_id` #> [1] "DOID_2725<DOID_1271<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`capillary hemangioma`$privateGeneCount #> [1] 0 #> #> $`capillary hemangioma`$publicGeneCount #> [1] 3 #> #> $`capillary hemangioma`$urlId #> [1] "DOID_2725" #> #> $`capillary hemangioma`$dbPhenotype #> [1] TRUE #> #> $`capillary hemangioma`$`_parent` #> [1] "DOID_1271<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`capillary hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`capillary hemangioma`$children #> list() #> #> $`capillary hemangioma`$value #> [1] "capillary hemangioma" #> #> #> $`Capillary malformation` #> $`Capillary malformation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025104" #> #> $`Capillary malformation`$`_id` #> [1] "HP_0025104<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Capillary malformation`$privateGeneCount #> [1] 0 #> #> $`Capillary malformation`$publicGeneCount #> [1] 3 #> #> $`Capillary malformation`$urlId #> [1] "HP_0025104" #> #> $`Capillary malformation`$dbPhenotype #> [1] FALSE #> #> $`Capillary malformation`$`_parent` #> [1] "HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Capillary malformation`$`_is_leaf` #> [1] FALSE #> #> $`Capillary malformation`$children #> $`Capillary malformation`$children[[1]] #> [1] "HP_0001052<HP_0025104<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Capillary malformation`$value #> [1] "Capillary malformation" #> #> #> $`carbamoyl phosphate synthetase I deficiency disease` #> $`carbamoyl phosphate synthetase I deficiency disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9280" #> #> $`carbamoyl phosphate synthetase I deficiency disease`$`_id` #> [1] "DOID_9280<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`carbamoyl phosphate synthetase I deficiency disease`$privateGeneCount #> [1] 0 #> #> $`carbamoyl phosphate synthetase I deficiency disease`$publicGeneCount #> [1] 1 #> #> $`carbamoyl phosphate synthetase I deficiency disease`$urlId #> [1] "DOID_9280" #> #> $`carbamoyl phosphate synthetase I deficiency disease`$dbPhenotype #> [1] TRUE #> #> $`carbamoyl phosphate synthetase I deficiency disease`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`carbamoyl phosphate synthetase I deficiency disease`$`_is_leaf` #> [1] TRUE #> #> $`carbamoyl phosphate synthetase I deficiency disease`$children #> list() #> #> $`carbamoyl phosphate synthetase I deficiency disease`$value #> [1] "carbamoyl phosphate synthetase I deficiency disease" #> #> #> $`carbamoyl phosphate synthetase I deficiency disease` #> $`carbamoyl phosphate synthetase I deficiency disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9280" #> #> $`carbamoyl phosphate synthetase I deficiency disease`$`_id` #> [1] "DOID_9280<DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`carbamoyl phosphate synthetase I deficiency disease`$privateGeneCount #> [1] 0 #> #> $`carbamoyl phosphate synthetase I deficiency disease`$publicGeneCount #> [1] 1 #> #> $`carbamoyl phosphate synthetase I deficiency disease`$urlId #> [1] "DOID_9280" #> #> $`carbamoyl phosphate synthetase I deficiency disease`$dbPhenotype #> [1] TRUE #> #> $`carbamoyl phosphate synthetase I deficiency disease`$`_parent` #> [1] "DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`carbamoyl phosphate synthetase I deficiency disease`$`_is_leaf` #> [1] TRUE #> #> $`carbamoyl phosphate synthetase I deficiency disease`$children #> list() #> #> $`carbamoyl phosphate synthetase I deficiency disease`$value #> [1] "carbamoyl phosphate synthetase I deficiency disease" #> #> #> $`carbohydrate metabolic disorder` #> $`carbohydrate metabolic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2978" #> #> $`carbohydrate metabolic disorder`$`_id` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$privateGeneCount #> [1] 0 #> #> $`carbohydrate metabolic disorder`$publicGeneCount #> [1] 105 #> #> $`carbohydrate metabolic disorder`$urlId #> [1] "DOID_2978" #> #> $`carbohydrate metabolic disorder`$dbPhenotype #> [1] TRUE #> #> $`carbohydrate metabolic disorder`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$`_is_leaf` #> [1] FALSE #> #> $`carbohydrate metabolic disorder`$children #> $`carbohydrate metabolic disorder`$children[[1]] #> [1] "DOID_5212<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[2]] #> [1] "DOID_5204<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[3]] #> [1] "DOID_9870<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[4]] #> [1] "DOID_2862<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[5]] #> [1] "DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[6]] #> [1] "DOID_9869<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[7]] #> [1] "DOID_13317<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[8]] #> [1] "DOID_10604<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[9]] #> [1] "DOID_857<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[10]] #> [1] "DOID_2977<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[11]] #> [1] "DOID_3651<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolic disorder`$children[[12]] #> [1] "DOID_3649<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> #> $`carbohydrate metabolic disorder`$value #> [1] "carbohydrate metabolic disorder" #> #> #> $`carbohydrate metabolism disease` #> $`carbohydrate metabolism disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050013" #> #> $`carbohydrate metabolism disease`$`_id` #> [1] "DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolism disease`$privateGeneCount #> [1] 0 #> #> $`carbohydrate metabolism disease`$publicGeneCount #> [1] 540 #> #> $`carbohydrate metabolism disease`$urlId #> [1] "DOID_0050013" #> #> $`carbohydrate metabolism disease`$dbPhenotype #> [1] FALSE #> #> $`carbohydrate metabolism disease`$`_parent` #> [1] "DOID_0060158<DOID_0014667<DOID_4" #> #> $`carbohydrate metabolism disease`$`_is_leaf` #> [1] FALSE #> #> $`carbohydrate metabolism disease`$children #> $`carbohydrate metabolism disease`$children[[1]] #> [1] "DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`carbohydrate metabolism disease`$value #> [1] "carbohydrate metabolism disease" #> #> #> $`Carcinoid tumor` #> $`Carcinoid tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100570" #> #> $`Carcinoid tumor`$`_id` #> [1] "HP_0100570<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Carcinoid tumor`$privateGeneCount #> [1] 0 #> #> $`Carcinoid tumor`$publicGeneCount #> [1] 4 #> #> $`Carcinoid tumor`$urlId #> [1] "HP_0100570" #> #> $`Carcinoid tumor`$dbPhenotype #> [1] TRUE #> #> $`Carcinoid tumor`$`_parent` #> [1] "HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Carcinoid tumor`$`_is_leaf` #> [1] TRUE #> #> $`Carcinoid tumor`$children #> list() #> #> $`Carcinoid tumor`$value #> [1] "Carcinoid tumor" #> #> #> $`Carcinoid tumor` #> $`Carcinoid tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100570" #> #> $`Carcinoid tumor`$`_id` #> [1] "HP_0100570<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Carcinoid tumor`$privateGeneCount #> [1] 0 #> #> $`Carcinoid tumor`$publicGeneCount #> [1] 4 #> #> $`Carcinoid tumor`$urlId #> [1] "HP_0100570" #> #> $`Carcinoid tumor`$dbPhenotype #> [1] TRUE #> #> $`Carcinoid tumor`$`_parent` #> [1] "HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Carcinoid tumor`$`_is_leaf` #> [1] TRUE #> #> $`Carcinoid tumor`$children #> list() #> #> $`Carcinoid tumor`$value #> [1] "Carcinoid tumor" #> #> #> $carcinoma #> $carcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_305" #> #> $carcinoma$`_id` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$privateGeneCount #> [1] 0 #> #> $carcinoma$publicGeneCount #> [1] 1230 #> #> $carcinoma$urlId #> [1] "DOID_305" #> #> $carcinoma$dbPhenotype #> [1] TRUE #> #> $carcinoma$`_parent` #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$`_is_leaf` #> [1] FALSE #> #> $carcinoma$children #> $carcinoma$children[[1]] #> [1] "DOID_3025<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[2]] #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[3]] #> [1] "DOID_3948<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[4]] #> [1] "DOID_4908<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[5]] #> [1] "DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[6]] #> [1] "DOID_3904<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[7]] #> [1] "DOID_2893<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[8]] #> [1] "DOID_1520<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[9]] #> [1] "DOID_3308<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[10]] #> [1] "DOID_2871<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[11]] #> [1] "DOID_1107<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[12]] #> [1] "DOID_1963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[13]] #> [1] "DOID_4903<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[14]] #> [1] "DOID_1542<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[15]] #> [1] "DOID_4552<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[16]] #> [1] "DOID_686<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[17]] #> [1] "DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[18]] #> [1] "DOID_9261<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[19]] #> [1] "DOID_1800<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[20]] #> [1] "DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[21]] #> [1] "DOID_4905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[22]] #> [1] "DOID_3113<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[23]] #> [1] "DOID_1540<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[24]] #> [1] "DOID_4916<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[25]] #> [1] "DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[26]] #> [1] "DOID_0050904<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[27]] #> [1] "DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[28]] #> [1] "DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[29]] #> [1] "DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[30]] #> [1] "DOID_3284<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[31]] #> [1] "DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinoma$children[[32]] #> [1] "DOID_2671<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $carcinoma$value #> [1] "carcinoma" #> #> #> $carcinosarcoma #> $carcinosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4236" #> #> $carcinosarcoma$`_id` #> [1] "DOID_4236<DOID_154<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinosarcoma$privateGeneCount #> [1] 0 #> #> $carcinosarcoma$publicGeneCount #> [1] 5 #> #> $carcinosarcoma$urlId #> [1] "DOID_4236" #> #> $carcinosarcoma$dbPhenotype #> [1] TRUE #> #> $carcinosarcoma$`_parent` #> [1] "DOID_154<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $carcinosarcoma$`_is_leaf` #> [1] TRUE #> #> $carcinosarcoma$children #> list() #> #> $carcinosarcoma$value #> [1] "carcinosarcoma" #> #> #> $`Cardiac arrest` #> $`Cardiac arrest`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001695" #> #> $`Cardiac arrest`$`_id` #> [1] "HP_0001695<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cardiac arrest`$privateGeneCount #> [1] 0 #> #> $`Cardiac arrest`$publicGeneCount #> [1] 17 #> #> $`Cardiac arrest`$urlId #> [1] "HP_0001695" #> #> $`Cardiac arrest`$dbPhenotype #> [1] FALSE #> #> $`Cardiac arrest`$`_parent` #> [1] "HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cardiac arrest`$`_is_leaf` #> [1] FALSE #> #> $`Cardiac arrest`$children #> $`Cardiac arrest`$children[[1]] #> [1] "HP_0001645<HP_0001695<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Cardiac arrest`$value #> [1] "Cardiac arrest" #> #> #> $`Cardiac conduction abnormality` #> $`Cardiac conduction abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031546" #> #> $`Cardiac conduction abnormality`$`_id` #> [1] "HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cardiac conduction abnormality`$privateGeneCount #> [1] 0 #> #> $`Cardiac conduction abnormality`$publicGeneCount #> [1] 3 #> #> $`Cardiac conduction abnormality`$urlId #> [1] "HP_0031546" #> #> $`Cardiac conduction abnormality`$dbPhenotype #> [1] FALSE #> #> $`Cardiac conduction abnormality`$`_parent` #> [1] "HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cardiac conduction abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Cardiac conduction abnormality`$children #> $`Cardiac conduction abnormality`$children[[1]] #> [1] "HP_0005150<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cardiac conduction abnormality`$children[[2]] #> [1] "HP_0012722<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Cardiac conduction abnormality`$value #> [1] "Cardiac conduction abnormality" #> #> #> $`Cardiac rhabdomyoma` #> $`Cardiac rhabdomyoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009729" #> #> $`Cardiac rhabdomyoma`$`_id` #> [1] "HP_0009729<HP_0009730<HP_0009728<HP_0003011<HP_0000118<HP_0000001" #> #> $`Cardiac rhabdomyoma`$privateGeneCount #> [1] 0 #> #> $`Cardiac rhabdomyoma`$publicGeneCount #> [1] 2 #> #> $`Cardiac rhabdomyoma`$urlId #> [1] "HP_0009729" #> #> $`Cardiac rhabdomyoma`$dbPhenotype #> [1] TRUE #> #> $`Cardiac rhabdomyoma`$`_parent` #> [1] "HP_0009730<HP_0009728<HP_0003011<HP_0000118<HP_0000001" #> #> $`Cardiac rhabdomyoma`$`_is_leaf` #> [1] TRUE #> #> $`Cardiac rhabdomyoma`$children #> list() #> #> $`Cardiac rhabdomyoma`$value #> [1] "Cardiac rhabdomyoma" #> #> #> $`Cardiac rhabdomyoma` #> $`Cardiac rhabdomyoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009729" #> #> $`Cardiac rhabdomyoma`$`_id` #> [1] "HP_0009729<HP_0009730<HP_0009728<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Cardiac rhabdomyoma`$privateGeneCount #> [1] 0 #> #> $`Cardiac rhabdomyoma`$publicGeneCount #> [1] 2 #> #> $`Cardiac rhabdomyoma`$urlId #> [1] "HP_0009729" #> #> $`Cardiac rhabdomyoma`$dbPhenotype #> [1] TRUE #> #> $`Cardiac rhabdomyoma`$`_parent` #> [1] "HP_0009730<HP_0009728<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Cardiac rhabdomyoma`$`_is_leaf` #> [1] TRUE #> #> $`Cardiac rhabdomyoma`$children #> list() #> #> $`Cardiac rhabdomyoma`$value #> [1] "Cardiac rhabdomyoma" #> #> #> $`Cardiac rhabdomyoma` #> $`Cardiac rhabdomyoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009729" #> #> $`Cardiac rhabdomyoma`$`_id` #> [1] "HP_0009729<HP_0100544<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cardiac rhabdomyoma`$privateGeneCount #> [1] 0 #> #> $`Cardiac rhabdomyoma`$publicGeneCount #> [1] 2 #> #> $`Cardiac rhabdomyoma`$urlId #> [1] "HP_0009729" #> #> $`Cardiac rhabdomyoma`$dbPhenotype #> [1] TRUE #> #> $`Cardiac rhabdomyoma`$`_parent` #> [1] "HP_0100544<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cardiac rhabdomyoma`$`_is_leaf` #> [1] TRUE #> #> $`Cardiac rhabdomyoma`$children #> list() #> #> $`Cardiac rhabdomyoma`$value #> [1] "Cardiac rhabdomyoma" #> #> #> $`Cardiac rhabdomyoma` #> $`Cardiac rhabdomyoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009729" #> #> $`Cardiac rhabdomyoma`$`_id` #> [1] "HP_0009729<HP_0100544<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Cardiac rhabdomyoma`$privateGeneCount #> [1] 0 #> #> $`Cardiac rhabdomyoma`$publicGeneCount #> [1] 2 #> #> $`Cardiac rhabdomyoma`$urlId #> [1] "HP_0009729" #> #> $`Cardiac rhabdomyoma`$dbPhenotype #> [1] TRUE #> #> $`Cardiac rhabdomyoma`$`_parent` #> [1] "HP_0100544<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Cardiac rhabdomyoma`$`_is_leaf` #> [1] TRUE #> #> $`Cardiac rhabdomyoma`$children #> list() #> #> $`Cardiac rhabdomyoma`$value #> [1] "Cardiac rhabdomyoma" #> #> #> $`cardiac tamponade` #> $`cardiac tamponade`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_115" #> #> $`cardiac tamponade`$`_id` #> [1] "DOID_115<DOID_118<DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $`cardiac tamponade`$privateGeneCount #> [1] 0 #> #> $`cardiac tamponade`$publicGeneCount #> [1] 1 #> #> $`cardiac tamponade`$urlId #> [1] "DOID_115" #> #> $`cardiac tamponade`$dbPhenotype #> [1] TRUE #> #> $`cardiac tamponade`$`_parent` #> [1] "DOID_118<DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $`cardiac tamponade`$`_is_leaf` #> [1] TRUE #> #> $`cardiac tamponade`$children #> list() #> #> $`cardiac tamponade`$value #> [1] "cardiac tamponade" #> #> #> $`cardiofaciocutaneous syndrome` #> $`cardiofaciocutaneous syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060233" #> #> $`cardiofaciocutaneous syndrome`$`_id` #> [1] "DOID_0060233<DOID_0050177<DOID_630<DOID_4" #> #> $`cardiofaciocutaneous syndrome`$privateGeneCount #> [1] 0 #> #> $`cardiofaciocutaneous syndrome`$publicGeneCount #> [1] 6 #> #> $`cardiofaciocutaneous syndrome`$urlId #> [1] "DOID_0060233" #> #> $`cardiofaciocutaneous syndrome`$dbPhenotype #> [1] TRUE #> #> $`cardiofaciocutaneous syndrome`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`cardiofaciocutaneous syndrome`$`_is_leaf` #> [1] TRUE #> #> $`cardiofaciocutaneous syndrome`$children #> list() #> #> $`cardiofaciocutaneous syndrome`$value #> [1] "cardiofaciocutaneous syndrome" #> #> #> $`cardiofaciocutaneous syndrome` #> $`cardiofaciocutaneous syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060233" #> #> $`cardiofaciocutaneous syndrome`$`_id` #> [1] "DOID_0060233<DOID_0080690<DOID_225<DOID_4" #> #> $`cardiofaciocutaneous syndrome`$privateGeneCount #> [1] 0 #> #> $`cardiofaciocutaneous syndrome`$publicGeneCount #> [1] 6 #> #> $`cardiofaciocutaneous syndrome`$urlId #> [1] "DOID_0060233" #> #> $`cardiofaciocutaneous syndrome`$dbPhenotype #> [1] TRUE #> #> $`cardiofaciocutaneous syndrome`$`_parent` #> [1] "DOID_0080690<DOID_225<DOID_4" #> #> $`cardiofaciocutaneous syndrome`$`_is_leaf` #> [1] TRUE #> #> $`cardiofaciocutaneous syndrome`$children #> list() #> #> $`cardiofaciocutaneous syndrome`$value #> [1] "cardiofaciocutaneous syndrome" #> #> #> $Cardiomegaly #> $Cardiomegaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001640" #> #> $Cardiomegaly$`_id` #> [1] "HP_0001640<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $Cardiomegaly$privateGeneCount #> [1] 0 #> #> $Cardiomegaly$publicGeneCount #> [1] 73 #> #> $Cardiomegaly$urlId #> [1] "HP_0001640" #> #> $Cardiomegaly$dbPhenotype #> [1] TRUE #> #> $Cardiomegaly$`_parent` #> [1] "HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $Cardiomegaly$`_is_leaf` #> [1] TRUE #> #> $Cardiomegaly$children #> list() #> #> $Cardiomegaly$value #> [1] "Cardiomegaly" #> #> #> $cardiomyopathy #> $cardiomyopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050700" #> #> $cardiomyopathy$`_id` #> [1] "DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $cardiomyopathy$privateGeneCount #> [1] 0 #> #> $cardiomyopathy$publicGeneCount #> [1] 331 #> #> $cardiomyopathy$urlId #> [1] "DOID_0050700" #> #> $cardiomyopathy$dbPhenotype #> [1] TRUE #> #> $cardiomyopathy$`_parent` #> [1] "DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $cardiomyopathy$`_is_leaf` #> [1] FALSE #> #> $cardiomyopathy$children #> $cardiomyopathy$children[[1]] #> [1] "DOID_3978<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $cardiomyopathy$children[[2]] #> [1] "DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $cardiomyopathy$value #> [1] "cardiomyopathy" #> #> #> $`Cardiovascular calcification` #> $`Cardiovascular calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011915" #> #> $`Cardiovascular calcification`$`_id` #> [1] "HP_0011915<HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> $`Cardiovascular calcification`$privateGeneCount #> [1] 0 #> #> $`Cardiovascular calcification`$publicGeneCount #> [1] 6 #> #> $`Cardiovascular calcification`$urlId #> [1] "HP_0011915" #> #> $`Cardiovascular calcification`$dbPhenotype #> [1] FALSE #> #> $`Cardiovascular calcification`$`_parent` #> [1] "HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> $`Cardiovascular calcification`$`_is_leaf` #> [1] FALSE #> #> $`Cardiovascular calcification`$children #> $`Cardiovascular calcification`$children[[1]] #> [1] "HP_0004934<HP_0011915<HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Cardiovascular calcification`$value #> [1] "Cardiovascular calcification" #> #> #> $`Cardiovascular calcification` #> $`Cardiovascular calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011915" #> #> $`Cardiovascular calcification`$`_id` #> [1] "HP_0011915<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cardiovascular calcification`$privateGeneCount #> [1] 0 #> #> $`Cardiovascular calcification`$publicGeneCount #> [1] 6 #> #> $`Cardiovascular calcification`$urlId #> [1] "HP_0011915" #> #> $`Cardiovascular calcification`$dbPhenotype #> [1] FALSE #> #> $`Cardiovascular calcification`$`_parent` #> [1] "HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cardiovascular calcification`$`_is_leaf` #> [1] FALSE #> #> $`Cardiovascular calcification`$children #> $`Cardiovascular calcification`$children[[1]] #> [1] "HP_0004934<HP_0011915<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Cardiovascular calcification`$value #> [1] "Cardiovascular calcification" #> #> #> $`cardiovascular cancer` #> $`cardiovascular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_176" #> #> $`cardiovascular cancer`$`_id` #> [1] "DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cardiovascular cancer`$privateGeneCount #> [1] 0 #> #> $`cardiovascular cancer`$publicGeneCount #> [1] 20 #> #> $`cardiovascular cancer`$urlId #> [1] "DOID_176" #> #> $`cardiovascular cancer`$dbPhenotype #> [1] FALSE #> #> $`cardiovascular cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cardiovascular cancer`$`_is_leaf` #> [1] FALSE #> #> $`cardiovascular cancer`$children #> $`cardiovascular cancer`$children[[1]] #> [1] "DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cardiovascular cancer`$value #> [1] "cardiovascular cancer" #> #> #> $`cardiovascular cancer` #> $`cardiovascular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_176" #> #> $`cardiovascular cancer`$`_id` #> [1] "DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular cancer`$privateGeneCount #> [1] 0 #> #> $`cardiovascular cancer`$publicGeneCount #> [1] 20 #> #> $`cardiovascular cancer`$urlId #> [1] "DOID_176" #> #> $`cardiovascular cancer`$dbPhenotype #> [1] FALSE #> #> $`cardiovascular cancer`$`_parent` #> [1] "DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular cancer`$`_is_leaf` #> [1] FALSE #> #> $`cardiovascular cancer`$children #> $`cardiovascular cancer`$children[[1]] #> [1] "DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> #> $`cardiovascular cancer`$value #> [1] "cardiovascular cancer" #> #> #> $`cardiovascular organ benign neoplasm` #> $`cardiovascular organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060091" #> #> $`cardiovascular organ benign neoplasm`$`_id` #> [1] "DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cardiovascular organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`cardiovascular organ benign neoplasm`$publicGeneCount #> [1] 180 #> #> $`cardiovascular organ benign neoplasm`$urlId #> [1] "DOID_0060091" #> #> $`cardiovascular organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cardiovascular organ benign neoplasm`$`_parent` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cardiovascular organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cardiovascular organ benign neoplasm`$children #> $`cardiovascular organ benign neoplasm`$children[[1]] #> [1] "DOID_5238<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cardiovascular organ benign neoplasm`$children[[2]] #> [1] "DOID_60006<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cardiovascular organ benign neoplasm`$children[[3]] #> [1] "DOID_60007<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cardiovascular organ benign neoplasm`$children[[4]] #> [1] "DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`cardiovascular organ benign neoplasm`$value #> [1] "cardiovascular organ benign neoplasm" #> #> #> $`cardiovascular organ benign neoplasm` #> $`cardiovascular organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060091" #> #> $`cardiovascular organ benign neoplasm`$`_id` #> [1] "DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`cardiovascular organ benign neoplasm`$publicGeneCount #> [1] 180 #> #> $`cardiovascular organ benign neoplasm`$urlId #> [1] "DOID_0060091" #> #> $`cardiovascular organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cardiovascular organ benign neoplasm`$`_parent` #> [1] "DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cardiovascular organ benign neoplasm`$children #> $`cardiovascular organ benign neoplasm`$children[[1]] #> [1] "DOID_5238<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular organ benign neoplasm`$children[[2]] #> [1] "DOID_60006<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular organ benign neoplasm`$children[[3]] #> [1] "DOID_60007<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular organ benign neoplasm`$children[[4]] #> [1] "DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> #> $`cardiovascular organ benign neoplasm`$value #> [1] "cardiovascular organ benign neoplasm" #> #> #> $`cardiovascular system disease` #> $`cardiovascular system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1287" #> #> $`cardiovascular system disease`$`_id` #> [1] "DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular system disease`$privateGeneCount #> [1] 0 #> #> $`cardiovascular system disease`$publicGeneCount #> [1] 1448 #> #> $`cardiovascular system disease`$urlId #> [1] "DOID_1287" #> #> $`cardiovascular system disease`$dbPhenotype #> [1] TRUE #> #> $`cardiovascular system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`cardiovascular system disease`$`_is_leaf` #> [1] FALSE #> #> $`cardiovascular system disease`$children #> $`cardiovascular system disease`$children[[1]] #> [1] "DOID_0060051<DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular system disease`$children[[2]] #> [1] "DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular system disease`$children[[3]] #> [1] "DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular system disease`$children[[4]] #> [1] "DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular system disease`$children[[5]] #> [1] "DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $`cardiovascular system disease`$children[[6]] #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`cardiovascular system disease`$value #> [1] "cardiovascular system disease" #> #> #> $`cardiovascular system phenotype` #> $`cardiovascular system phenotype`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0005385" #> #> $`cardiovascular system phenotype`$`_id` #> [1] "MP_0005385<MP_0000001" #> #> $`cardiovascular system phenotype`$privateGeneCount #> [1] 0 #> #> $`cardiovascular system phenotype`$publicGeneCount #> [1] 1 #> #> $`cardiovascular system phenotype`$urlId #> [1] "MP_0005385" #> #> $`cardiovascular system phenotype`$dbPhenotype #> [1] FALSE #> #> $`cardiovascular system phenotype`$`_parent` #> [1] "MP_0000001" #> #> $`cardiovascular system phenotype`$`_is_leaf` #> [1] FALSE #> #> $`cardiovascular system phenotype`$children #> $`cardiovascular system phenotype`$children[[1]] #> [1] "MP_0002127<MP_0005385<MP_0000001" #> #> #> $`cardiovascular system phenotype`$value #> [1] "cardiovascular system phenotype" #> #> #> $`Carney complex` #> $`Carney complex`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050471" #> #> $`Carney complex`$`_id` #> [1] "DOID_0050471<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Carney complex`$privateGeneCount #> [1] 0 #> #> $`Carney complex`$publicGeneCount #> [1] 2 #> #> $`Carney complex`$urlId #> [1] "DOID_0050471" #> #> $`Carney complex`$dbPhenotype #> [1] TRUE #> #> $`Carney complex`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Carney complex`$`_is_leaf` #> [1] TRUE #> #> $`Carney complex`$children #> list() #> #> $`Carney complex`$value #> [1] "Carney complex" #> #> #> $`Carney complex` #> $`Carney complex`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050471" #> #> $`Carney complex`$`_id` #> [1] "DOID_0050471<DOID_225<DOID_4" #> #> $`Carney complex`$privateGeneCount #> [1] 0 #> #> $`Carney complex`$publicGeneCount #> [1] 2 #> #> $`Carney complex`$urlId #> [1] "DOID_0050471" #> #> $`Carney complex`$dbPhenotype #> [1] TRUE #> #> $`Carney complex`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Carney complex`$`_is_leaf` #> [1] TRUE #> #> $`Carney complex`$children #> list() #> #> $`Carney complex`$value #> [1] "Carney complex" #> #> #> $`carnitine palmitoyltransferase II deficiency` #> $`carnitine palmitoyltransferase II deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060235" #> #> $`carnitine palmitoyltransferase II deficiency`$`_id` #> [1] "DOID_0060235<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`carnitine palmitoyltransferase II deficiency`$privateGeneCount #> [1] 0 #> #> $`carnitine palmitoyltransferase II deficiency`$publicGeneCount #> [1] 1 #> #> $`carnitine palmitoyltransferase II deficiency`$urlId #> [1] "DOID_0060235" #> #> $`carnitine palmitoyltransferase II deficiency`$dbPhenotype #> [1] TRUE #> #> $`carnitine palmitoyltransferase II deficiency`$`_parent` #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`carnitine palmitoyltransferase II deficiency`$`_is_leaf` #> [1] TRUE #> #> $`carnitine palmitoyltransferase II deficiency`$children #> list() #> #> $`carnitine palmitoyltransferase II deficiency`$value #> [1] "carnitine palmitoyltransferase II deficiency" #> #> #> $carotenemia #> $carotenemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9969" #> #> $carotenemia$`_id` #> [1] "DOID_9969<DOID_0060158<DOID_0014667<DOID_4" #> #> $carotenemia$privateGeneCount #> [1] 0 #> #> $carotenemia$publicGeneCount #> [1] 1 #> #> $carotenemia$urlId #> [1] "DOID_9969" #> #> $carotenemia$dbPhenotype #> [1] TRUE #> #> $carotenemia$`_parent` #> [1] "DOID_0060158<DOID_0014667<DOID_4" #> #> $carotenemia$`_is_leaf` #> [1] TRUE #> #> $carotenemia$children #> list() #> #> $carotenemia$value #> [1] "carotenemia" #> #> #> $`carotid artery disease` #> $`carotid artery disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3407" #> #> $`carotid artery disease`$`_id` #> [1] "DOID_3407<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery disease`$privateGeneCount #> [1] 0 #> #> $`carotid artery disease`$publicGeneCount #> [1] 65 #> #> $`carotid artery disease`$urlId #> [1] "DOID_3407" #> #> $`carotid artery disease`$dbPhenotype #> [1] TRUE #> #> $`carotid artery disease`$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery disease`$`_is_leaf` #> [1] FALSE #> #> $`carotid artery disease`$children #> $`carotid artery disease`$children[[1]] #> [1] "DOID_3410<DOID_3407<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery disease`$children[[2]] #> [1] "DOID_13001<DOID_3407<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`carotid artery disease`$value #> [1] "carotid artery disease" #> #> #> $`carotid artery disease` #> $`carotid artery disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3407" #> #> $`carotid artery disease`$`_id` #> [1] "DOID_3407<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery disease`$privateGeneCount #> [1] 0 #> #> $`carotid artery disease`$publicGeneCount #> [1] 65 #> #> $`carotid artery disease`$urlId #> [1] "DOID_3407" #> #> $`carotid artery disease`$dbPhenotype #> [1] TRUE #> #> $`carotid artery disease`$`_parent` #> [1] "DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery disease`$`_is_leaf` #> [1] FALSE #> #> $`carotid artery disease`$children #> $`carotid artery disease`$children[[1]] #> [1] "DOID_3410<DOID_3407<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery disease`$children[[2]] #> [1] "DOID_13001<DOID_3407<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`carotid artery disease`$value #> [1] "carotid artery disease" #> #> #> $`carotid artery disease` #> $`carotid artery disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3407" #> #> $`carotid artery disease`$`_id` #> [1] "DOID_3407<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`carotid artery disease`$privateGeneCount #> [1] 0 #> #> $`carotid artery disease`$publicGeneCount #> [1] 65 #> #> $`carotid artery disease`$urlId #> [1] "DOID_3407" #> #> $`carotid artery disease`$dbPhenotype #> [1] TRUE #> #> $`carotid artery disease`$`_parent` #> [1] "DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`carotid artery disease`$`_is_leaf` #> [1] FALSE #> #> $`carotid artery disease`$children #> $`carotid artery disease`$children[[1]] #> [1] "DOID_3410<DOID_3407<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`carotid artery disease`$children[[2]] #> [1] "DOID_13001<DOID_3407<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`carotid artery disease`$value #> [1] "carotid artery disease" #> #> #> $`carotid artery thrombosis` #> $`carotid artery thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3410" #> #> $`carotid artery thrombosis`$`_id` #> [1] "DOID_3410<DOID_3407<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$privateGeneCount #> [1] 0 #> #> $`carotid artery thrombosis`$publicGeneCount #> [1] 5 #> #> $`carotid artery thrombosis`$urlId #> [1] "DOID_3410" #> #> $`carotid artery thrombosis`$dbPhenotype #> [1] TRUE #> #> $`carotid artery thrombosis`$`_parent` #> [1] "DOID_3407<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`carotid artery thrombosis`$children #> list() #> #> $`carotid artery thrombosis`$value #> [1] "carotid artery thrombosis" #> #> #> $`carotid artery thrombosis` #> $`carotid artery thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3410" #> #> $`carotid artery thrombosis`$`_id` #> [1] "DOID_3410<DOID_3407<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$privateGeneCount #> [1] 0 #> #> $`carotid artery thrombosis`$publicGeneCount #> [1] 5 #> #> $`carotid artery thrombosis`$urlId #> [1] "DOID_3410" #> #> $`carotid artery thrombosis`$dbPhenotype #> [1] TRUE #> #> $`carotid artery thrombosis`$`_parent` #> [1] "DOID_3407<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`carotid artery thrombosis`$children #> list() #> #> $`carotid artery thrombosis`$value #> [1] "carotid artery thrombosis" #> #> #> $`carotid artery thrombosis` #> $`carotid artery thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3410" #> #> $`carotid artery thrombosis`$`_id` #> [1] "DOID_3410<DOID_3407<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$privateGeneCount #> [1] 0 #> #> $`carotid artery thrombosis`$publicGeneCount #> [1] 5 #> #> $`carotid artery thrombosis`$urlId #> [1] "DOID_3410" #> #> $`carotid artery thrombosis`$dbPhenotype #> [1] TRUE #> #> $`carotid artery thrombosis`$`_parent` #> [1] "DOID_3407<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`carotid artery thrombosis`$children #> list() #> #> $`carotid artery thrombosis`$value #> [1] "carotid artery thrombosis" #> #> #> $`carotid artery thrombosis` #> $`carotid artery thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3410" #> #> $`carotid artery thrombosis`$`_id` #> [1] "DOID_3410<DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$privateGeneCount #> [1] 0 #> #> $`carotid artery thrombosis`$publicGeneCount #> [1] 5 #> #> $`carotid artery thrombosis`$urlId #> [1] "DOID_3410" #> #> $`carotid artery thrombosis`$dbPhenotype #> [1] TRUE #> #> $`carotid artery thrombosis`$`_parent` #> [1] "DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`carotid artery thrombosis`$children #> list() #> #> $`carotid artery thrombosis`$value #> [1] "carotid artery thrombosis" #> #> #> $`carotid artery thrombosis` #> $`carotid artery thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3410" #> #> $`carotid artery thrombosis`$`_id` #> [1] "DOID_3410<DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$privateGeneCount #> [1] 0 #> #> $`carotid artery thrombosis`$publicGeneCount #> [1] 5 #> #> $`carotid artery thrombosis`$urlId #> [1] "DOID_3410" #> #> $`carotid artery thrombosis`$dbPhenotype #> [1] TRUE #> #> $`carotid artery thrombosis`$`_parent` #> [1] "DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`carotid artery thrombosis`$children #> list() #> #> $`carotid artery thrombosis`$value #> [1] "carotid artery thrombosis" #> #> #> $`carotid artery thrombosis` #> $`carotid artery thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3410" #> #> $`carotid artery thrombosis`$`_id` #> [1] "DOID_3410<DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$privateGeneCount #> [1] 0 #> #> $`carotid artery thrombosis`$publicGeneCount #> [1] 5 #> #> $`carotid artery thrombosis`$urlId #> [1] "DOID_3410" #> #> $`carotid artery thrombosis`$dbPhenotype #> [1] TRUE #> #> $`carotid artery thrombosis`$`_parent` #> [1] "DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`carotid artery thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`carotid artery thrombosis`$children #> list() #> #> $`carotid artery thrombosis`$value #> [1] "carotid artery thrombosis" #> #> #> $`carotid stenosis` #> $`carotid stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13001" #> #> $`carotid stenosis`$`_id` #> [1] "DOID_13001<DOID_3407<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid stenosis`$privateGeneCount #> [1] 0 #> #> $`carotid stenosis`$publicGeneCount #> [1] 10 #> #> $`carotid stenosis`$urlId #> [1] "DOID_13001" #> #> $`carotid stenosis`$dbPhenotype #> [1] TRUE #> #> $`carotid stenosis`$`_parent` #> [1] "DOID_3407<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid stenosis`$`_is_leaf` #> [1] TRUE #> #> $`carotid stenosis`$children #> list() #> #> $`carotid stenosis`$value #> [1] "carotid stenosis" #> #> #> $`carotid stenosis` #> $`carotid stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13001" #> #> $`carotid stenosis`$`_id` #> [1] "DOID_13001<DOID_3407<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid stenosis`$privateGeneCount #> [1] 0 #> #> $`carotid stenosis`$publicGeneCount #> [1] 10 #> #> $`carotid stenosis`$urlId #> [1] "DOID_13001" #> #> $`carotid stenosis`$dbPhenotype #> [1] TRUE #> #> $`carotid stenosis`$`_parent` #> [1] "DOID_3407<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`carotid stenosis`$`_is_leaf` #> [1] TRUE #> #> $`carotid stenosis`$children #> list() #> #> $`carotid stenosis`$value #> [1] "carotid stenosis" #> #> #> $`carotid stenosis` #> $`carotid stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13001" #> #> $`carotid stenosis`$`_id` #> [1] "DOID_13001<DOID_3407<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`carotid stenosis`$privateGeneCount #> [1] 0 #> #> $`carotid stenosis`$publicGeneCount #> [1] 10 #> #> $`carotid stenosis`$urlId #> [1] "DOID_13001" #> #> $`carotid stenosis`$dbPhenotype #> [1] TRUE #> #> $`carotid stenosis`$`_parent` #> [1] "DOID_3407<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`carotid stenosis`$`_is_leaf` #> [1] TRUE #> #> $`carotid stenosis`$children #> list() #> #> $`carotid stenosis`$value #> [1] "carotid stenosis" #> #> #> $`carpal tunnel syndrome` #> $`carpal tunnel syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12169" #> #> $`carpal tunnel syndrome`$`_id` #> [1] "DOID_12169<DOID_573<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`carpal tunnel syndrome`$privateGeneCount #> [1] 0 #> #> $`carpal tunnel syndrome`$publicGeneCount #> [1] 1 #> #> $`carpal tunnel syndrome`$urlId #> [1] "DOID_12169" #> #> $`carpal tunnel syndrome`$dbPhenotype #> [1] TRUE #> #> $`carpal tunnel syndrome`$`_parent` #> [1] "DOID_573<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`carpal tunnel syndrome`$`_is_leaf` #> [1] TRUE #> #> $`carpal tunnel syndrome`$children #> list() #> #> $`carpal tunnel syndrome`$value #> [1] "carpal tunnel syndrome" #> #> #> $`Carpenter syndrome` #> $`Carpenter syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060234" #> #> $`Carpenter syndrome`$`_id` #> [1] "DOID_0060234<DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Carpenter syndrome`$privateGeneCount #> [1] 0 #> #> $`Carpenter syndrome`$publicGeneCount #> [1] 2 #> #> $`Carpenter syndrome`$urlId #> [1] "DOID_0060234" #> #> $`Carpenter syndrome`$dbPhenotype #> [1] TRUE #> #> $`Carpenter syndrome`$`_parent` #> [1] "DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Carpenter syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Carpenter syndrome`$children #> list() #> #> $`Carpenter syndrome`$value #> [1] "Carpenter syndrome" #> #> #> $`cartilage disease` #> $`cartilage disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1222" #> #> $`cartilage disease`$`_id` #> [1] "DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`cartilage disease`$privateGeneCount #> [1] 0 #> #> $`cartilage disease`$publicGeneCount #> [1] 8 #> #> $`cartilage disease`$urlId #> [1] "DOID_1222" #> #> $`cartilage disease`$dbPhenotype #> [1] TRUE #> #> $`cartilage disease`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`cartilage disease`$`_is_leaf` #> [1] FALSE #> #> $`cartilage disease`$children #> $`cartilage disease`$children[[1]] #> [1] "DOID_6227<DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`cartilage disease`$children[[2]] #> [1] "DOID_14021<DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`cartilage disease`$value #> [1] "cartilage disease" #> #> #> $`cartilage-hair hypoplasia` #> $`cartilage-hair hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14773" #> #> $`cartilage-hair hypoplasia`$`_id` #> [1] "DOID_14773<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`cartilage-hair hypoplasia`$privateGeneCount #> [1] 0 #> #> $`cartilage-hair hypoplasia`$publicGeneCount #> [1] 1 #> #> $`cartilage-hair hypoplasia`$urlId #> [1] "DOID_14773" #> #> $`cartilage-hair hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`cartilage-hair hypoplasia`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`cartilage-hair hypoplasia`$`_is_leaf` #> [1] TRUE #> #> $`cartilage-hair hypoplasia`$children #> list() #> #> $`cartilage-hair hypoplasia`$value #> [1] "cartilage-hair hypoplasia" #> #> #> $`cartilage-hair hypoplasia` #> $`cartilage-hair hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14773" #> #> $`cartilage-hair hypoplasia`$`_id` #> [1] "DOID_14773<DOID_2121<DOID_225<DOID_4" #> #> $`cartilage-hair hypoplasia`$privateGeneCount #> [1] 0 #> #> $`cartilage-hair hypoplasia`$publicGeneCount #> [1] 1 #> #> $`cartilage-hair hypoplasia`$urlId #> [1] "DOID_14773" #> #> $`cartilage-hair hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`cartilage-hair hypoplasia`$`_parent` #> [1] "DOID_2121<DOID_225<DOID_4" #> #> $`cartilage-hair hypoplasia`$`_is_leaf` #> [1] TRUE #> #> $`cartilage-hair hypoplasia`$children #> list() #> #> $`cartilage-hair hypoplasia`$value #> [1] "cartilage-hair hypoplasia" #> #> #> $Cataplexy #> $Cataplexy$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002524" #> #> $Cataplexy$`_id` #> [1] "HP_0002524<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Cataplexy$privateGeneCount #> [1] 0 #> #> $Cataplexy$publicGeneCount #> [1] 2 #> #> $Cataplexy$urlId #> [1] "HP_0002524" #> #> $Cataplexy$dbPhenotype #> [1] TRUE #> #> $Cataplexy$`_parent` #> [1] "HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Cataplexy$`_is_leaf` #> [1] TRUE #> #> $Cataplexy$children #> list() #> #> $Cataplexy$value #> [1] "Cataplexy" #> #> #> $cataract #> $cataract$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_83" #> #> $cataract$`_id` #> [1] "DOID_83<DOID_0050177<DOID_630<DOID_4" #> #> $cataract$privateGeneCount #> [1] 0 #> #> $cataract$publicGeneCount #> [1] 65 #> #> $cataract$urlId #> [1] "DOID_83" #> #> $cataract$dbPhenotype #> [1] TRUE #> #> $cataract$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $cataract$`_is_leaf` #> [1] FALSE #> #> $cataract$children #> $cataract$children[[1]] #> [1] "DOID_13328<DOID_83<DOID_0050177<DOID_630<DOID_4" #> #> $cataract$children[[2]] #> [1] "DOID_0050537<DOID_83<DOID_0050177<DOID_630<DOID_4" #> #> #> $cataract$value #> [1] "cataract" #> #> #> $cataract #> $cataract$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_83" #> #> $cataract$`_id` #> [1] "DOID_83<DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $cataract$privateGeneCount #> [1] 0 #> #> $cataract$publicGeneCount #> [1] 65 #> #> $cataract$urlId #> [1] "DOID_83" #> #> $cataract$dbPhenotype #> [1] TRUE #> #> $cataract$`_parent` #> [1] "DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $cataract$`_is_leaf` #> [1] FALSE #> #> $cataract$children #> $cataract$children[[1]] #> [1] "DOID_13328<DOID_83<DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $cataract$children[[2]] #> [1] "DOID_0050537<DOID_83<DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $cataract$value #> [1] "cataract" #> #> #> $Cataract #> $Cataract$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000518" #> #> $Cataract$`_id` #> [1] "HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $Cataract$privateGeneCount #> [1] 0 #> #> $Cataract$publicGeneCount #> [1] 1 #> #> $Cataract$urlId #> [1] "HP_0000518" #> #> $Cataract$dbPhenotype #> [1] FALSE #> #> $Cataract$`_parent` #> [1] "HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $Cataract$`_is_leaf` #> [1] FALSE #> #> $Cataract$children #> $Cataract$children[[1]] #> [1] "HP_0010920<HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $Cataract$value #> [1] "Cataract" #> #> #> $`cecal benign neoplasm` #> $`cecal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1517" #> #> $`cecal benign neoplasm`$`_id` #> [1] "DOID_1517<DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`cecal benign neoplasm`$publicGeneCount #> [1] 4 #> #> $`cecal benign neoplasm`$urlId #> [1] "DOID_1517" #> #> $`cecal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`cecal benign neoplasm`$`_parent` #> [1] "DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`cecal benign neoplasm`$children #> list() #> #> $`cecal benign neoplasm`$value #> [1] "cecal benign neoplasm" #> #> #> $`cecal benign neoplasm` #> $`cecal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1517" #> #> $`cecal benign neoplasm`$`_id` #> [1] "DOID_1517<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cecal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`cecal benign neoplasm`$publicGeneCount #> [1] 4 #> #> $`cecal benign neoplasm`$urlId #> [1] "DOID_1517" #> #> $`cecal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`cecal benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cecal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`cecal benign neoplasm`$children #> list() #> #> $`cecal benign neoplasm`$value #> [1] "cecal benign neoplasm" #> #> #> $`cecal benign neoplasm` #> $`cecal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1517" #> #> $`cecal benign neoplasm`$`_id` #> [1] "DOID_1517<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`cecal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`cecal benign neoplasm`$publicGeneCount #> [1] 4 #> #> $`cecal benign neoplasm`$urlId #> [1] "DOID_1517" #> #> $`cecal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`cecal benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`cecal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`cecal benign neoplasm`$children #> list() #> #> $`cecal benign neoplasm`$value #> [1] "cecal benign neoplasm" #> #> #> $`cecal benign neoplasm` #> $`cecal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1517" #> #> $`cecal benign neoplasm`$`_id` #> [1] "DOID_1517<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`cecal benign neoplasm`$publicGeneCount #> [1] 4 #> #> $`cecal benign neoplasm`$urlId #> [1] "DOID_1517" #> #> $`cecal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`cecal benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`cecal benign neoplasm`$children #> list() #> #> $`cecal benign neoplasm`$value #> [1] "cecal benign neoplasm" #> #> #> $`cecal disease` #> $`cecal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1518" #> #> $`cecal disease`$`_id` #> [1] "DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecal disease`$privateGeneCount #> [1] 0 #> #> $`cecal disease`$publicGeneCount #> [1] 8 #> #> $`cecal disease`$urlId #> [1] "DOID_1518" #> #> $`cecal disease`$dbPhenotype #> [1] FALSE #> #> $`cecal disease`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecal disease`$`_is_leaf` #> [1] FALSE #> #> $`cecal disease`$children #> $`cecal disease`$children[[1]] #> [1] "DOID_8337<DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecal disease`$children[[2]] #> [1] "DOID_1517<DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecal disease`$children[[3]] #> [1] "DOID_1521<DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`cecal disease`$value #> [1] "cecal disease" #> #> #> $`cecum cancer` #> $`cecum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1521" #> #> $`cecum cancer`$`_id` #> [1] "DOID_1521<DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecum cancer`$privateGeneCount #> [1] 0 #> #> $`cecum cancer`$publicGeneCount #> [1] 4 #> #> $`cecum cancer`$urlId #> [1] "DOID_1521" #> #> $`cecum cancer`$dbPhenotype #> [1] TRUE #> #> $`cecum cancer`$`_parent` #> [1] "DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecum cancer`$`_is_leaf` #> [1] TRUE #> #> $`cecum cancer`$children #> list() #> #> $`cecum cancer`$value #> [1] "cecum cancer" #> #> #> $`cecum cancer` #> $`cecum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1521" #> #> $`cecum cancer`$`_id` #> [1] "DOID_1521<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cecum cancer`$privateGeneCount #> [1] 0 #> #> $`cecum cancer`$publicGeneCount #> [1] 4 #> #> $`cecum cancer`$urlId #> [1] "DOID_1521" #> #> $`cecum cancer`$dbPhenotype #> [1] TRUE #> #> $`cecum cancer`$`_parent` #> [1] "DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cecum cancer`$`_is_leaf` #> [1] TRUE #> #> $`cecum cancer`$children #> list() #> #> $`cecum cancer`$value #> [1] "cecum cancer" #> #> #> $`cecum cancer` #> $`cecum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1521" #> #> $`cecum cancer`$`_id` #> [1] "DOID_1521<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`cecum cancer`$privateGeneCount #> [1] 0 #> #> $`cecum cancer`$publicGeneCount #> [1] 4 #> #> $`cecum cancer`$urlId #> [1] "DOID_1521" #> #> $`cecum cancer`$dbPhenotype #> [1] TRUE #> #> $`cecum cancer`$`_parent` #> [1] "DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`cecum cancer`$`_is_leaf` #> [1] TRUE #> #> $`cecum cancer`$children #> list() #> #> $`cecum cancer`$value #> [1] "cecum cancer" #> #> #> $`cecum cancer` #> $`cecum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1521" #> #> $`cecum cancer`$`_id` #> [1] "DOID_1521<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecum cancer`$privateGeneCount #> [1] 0 #> #> $`cecum cancer`$publicGeneCount #> [1] 4 #> #> $`cecum cancer`$urlId #> [1] "DOID_1521" #> #> $`cecum cancer`$dbPhenotype #> [1] TRUE #> #> $`cecum cancer`$`_parent` #> [1] "DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`cecum cancer`$`_is_leaf` #> [1] TRUE #> #> $`cecum cancer`$children #> list() #> #> $`cecum cancer`$value #> [1] "cecum cancer" #> #> #> $`CEDNIK syndrome` #> $`CEDNIK syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060337" #> #> $`CEDNIK syndrome`$`_id` #> [1] "DOID_0060337<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`CEDNIK syndrome`$privateGeneCount #> [1] 0 #> #> $`CEDNIK syndrome`$publicGeneCount #> [1] 1 #> #> $`CEDNIK syndrome`$urlId #> [1] "DOID_0060337" #> #> $`CEDNIK syndrome`$dbPhenotype #> [1] TRUE #> #> $`CEDNIK syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`CEDNIK syndrome`$`_is_leaf` #> [1] TRUE #> #> $`CEDNIK syndrome`$children #> list() #> #> $`CEDNIK syndrome`$value #> [1] "CEDNIK syndrome" #> #> #> $`CEDNIK syndrome` #> $`CEDNIK syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060337" #> #> $`CEDNIK syndrome`$`_id` #> [1] "DOID_0060337<DOID_225<DOID_4" #> #> $`CEDNIK syndrome`$privateGeneCount #> [1] 0 #> #> $`CEDNIK syndrome`$publicGeneCount #> [1] 1 #> #> $`CEDNIK syndrome`$urlId #> [1] "DOID_0060337" #> #> $`CEDNIK syndrome`$dbPhenotype #> [1] TRUE #> #> $`CEDNIK syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`CEDNIK syndrome`$`_is_leaf` #> [1] TRUE #> #> $`CEDNIK syndrome`$children #> list() #> #> $`CEDNIK syndrome`$value #> [1] "CEDNIK syndrome" #> #> #> $`celiac disease` #> $`celiac disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10608" #> #> $`celiac disease`$`_id` #> [1] "DOID_10608<DOID_0060031<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`celiac disease`$privateGeneCount #> [1] 0 #> #> $`celiac disease`$publicGeneCount #> [1] 41 #> #> $`celiac disease`$urlId #> [1] "DOID_10608" #> #> $`celiac disease`$dbPhenotype #> [1] TRUE #> #> $`celiac disease`$`_parent` #> [1] "DOID_0060031<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`celiac disease`$`_is_leaf` #> [1] TRUE #> #> $`celiac disease`$children #> list() #> #> $`celiac disease`$value #> [1] "celiac disease" #> #> #> $`celiac disease` #> $`celiac disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10608" #> #> $`celiac disease`$`_id` #> [1] "DOID_10608<DOID_0060031<DOID_77<DOID_7<DOID_4" #> #> $`celiac disease`$privateGeneCount #> [1] 0 #> #> $`celiac disease`$publicGeneCount #> [1] 41 #> #> $`celiac disease`$urlId #> [1] "DOID_10608" #> #> $`celiac disease`$dbPhenotype #> [1] TRUE #> #> $`celiac disease`$`_parent` #> [1] "DOID_0060031<DOID_77<DOID_7<DOID_4" #> #> $`celiac disease`$`_is_leaf` #> [1] TRUE #> #> $`celiac disease`$children #> list() #> #> $`celiac disease`$value #> [1] "celiac disease" #> #> #> $`cell type benign neoplasm` #> $`cell type benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060084" #> #> $`cell type benign neoplasm`$`_id` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`cell type benign neoplasm`$publicGeneCount #> [1] 241 #> #> $`cell type benign neoplasm`$urlId #> [1] "DOID_0060084" #> #> $`cell type benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cell type benign neoplasm`$`_parent` #> [1] "DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cell type benign neoplasm`$children #> $`cell type benign neoplasm`$children[[1]] #> [1] "DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[2]] #> [1] "DOID_0050894<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[3]] #> [1] "DOID_3314<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[4]] #> [1] "DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[5]] #> [1] "DOID_2649<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[6]] #> [1] "DOID_2602<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[7]] #> [1] "DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[8]] #> [1] "DOID_3892<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[9]] #> [1] "DOID_127<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[10]] #> [1] "DOID_3315<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[11]] #> [1] "DOID_5403<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[12]] #> [1] "DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cell type benign neoplasm`$children[[13]] #> [1] "DOID_3168<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`cell type benign neoplasm`$value #> [1] "cell type benign neoplasm" #> #> #> $`cell type cancer` #> $`cell type cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050687" #> #> $`cell type cancer`$`_id` #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cell type cancer`$privateGeneCount #> [1] 0 #> #> $`cell type cancer`$publicGeneCount #> [1] 1503 #> #> $`cell type cancer`$urlId #> [1] "DOID_0050687" #> #> $`cell type cancer`$dbPhenotype #> [1] FALSE #> #> $`cell type cancer`$`_parent` #> [1] "DOID_162<DOID_14566<DOID_4" #> #> $`cell type cancer`$`_is_leaf` #> [1] FALSE #> #> $`cell type cancer`$children #> $`cell type cancer`$children[[1]] #> [1] "DOID_0070003<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cell type cancer`$children[[2]] #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cell type cancer`$children[[3]] #> [1] "DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cell type cancer`$children[[4]] #> [1] "DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cell type cancer`$children[[5]] #> [1] "DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cell type cancer`$children[[6]] #> [1] "DOID_1790<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cell type cancer`$children[[7]] #> [1] "DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cell type cancer`$children[[8]] #> [1] "DOID_154<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cell type cancer`$children[[9]] #> [1] "DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`cell type cancer`$value #> [1] "cell type cancer" #> #> #> $`cellular ependymoma` #> $`cellular ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5500" #> #> $`cellular ependymoma`$`_id` #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cellular ependymoma`$privateGeneCount #> [1] 0 #> #> $`cellular ependymoma`$publicGeneCount #> [1] 7 #> #> $`cellular ependymoma`$urlId #> [1] "DOID_5500" #> #> $`cellular ependymoma`$dbPhenotype #> [1] TRUE #> #> $`cellular ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`cellular ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`cellular ependymoma`$children #> list() #> #> $`cellular ependymoma`$value #> [1] "cellular ependymoma" #> #> #> $`cellular ependymoma` #> $`cellular ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5500" #> #> $`cellular ependymoma`$`_id` #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cellular ependymoma`$privateGeneCount #> [1] 0 #> #> $`cellular ependymoma`$publicGeneCount #> [1] 7 #> #> $`cellular ependymoma`$urlId #> [1] "DOID_5500" #> #> $`cellular ependymoma`$dbPhenotype #> [1] TRUE #> #> $`cellular ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cellular ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`cellular ependymoma`$children #> list() #> #> $`cellular ependymoma`$value #> [1] "cellular ependymoma" #> #> #> $`cellular ependymoma` #> $`cellular ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5500" #> #> $`cellular ependymoma`$`_id` #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`cellular ependymoma`$privateGeneCount #> [1] 0 #> #> $`cellular ependymoma`$publicGeneCount #> [1] 7 #> #> $`cellular ependymoma`$urlId #> [1] "DOID_5500" #> #> $`cellular ependymoma`$dbPhenotype #> [1] TRUE #> #> $`cellular ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`cellular ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`cellular ependymoma`$children #> list() #> #> $`cellular ependymoma`$value #> [1] "cellular ependymoma" #> #> #> $`cellular ependymoma` #> $`cellular ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5500" #> #> $`cellular ependymoma`$`_id` #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cellular ependymoma`$privateGeneCount #> [1] 0 #> #> $`cellular ependymoma`$publicGeneCount #> [1] 7 #> #> $`cellular ependymoma`$urlId #> [1] "DOID_5500" #> #> $`cellular ependymoma`$dbPhenotype #> [1] TRUE #> #> $`cellular ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cellular ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`cellular ependymoma`$children #> list() #> #> $`cellular ependymoma`$value #> [1] "cellular ependymoma" #> #> #> $`cellular ependymoma` #> $`cellular ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5500" #> #> $`cellular ependymoma`$`_id` #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cellular ependymoma`$privateGeneCount #> [1] 0 #> #> $`cellular ependymoma`$publicGeneCount #> [1] 7 #> #> $`cellular ependymoma`$urlId #> [1] "DOID_5500" #> #> $`cellular ependymoma`$dbPhenotype #> [1] TRUE #> #> $`cellular ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cellular ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`cellular ependymoma`$children #> list() #> #> $`cellular ependymoma`$value #> [1] "cellular ependymoma" #> #> #> $`cellular ependymoma` #> $`cellular ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5500" #> #> $`cellular ependymoma`$`_id` #> [1] "DOID_5500<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cellular ependymoma`$privateGeneCount #> [1] 0 #> #> $`cellular ependymoma`$publicGeneCount #> [1] 7 #> #> $`cellular ependymoma`$urlId #> [1] "DOID_5500" #> #> $`cellular ependymoma`$dbPhenotype #> [1] TRUE #> #> $`cellular ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cellular ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`cellular ependymoma`$children #> list() #> #> $`cellular ependymoma`$value #> [1] "cellular ependymoma" #> #> #> $cellulitis #> $cellulitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3488" #> #> $cellulitis$`_id` #> [1] "DOID_3488<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $cellulitis$privateGeneCount #> [1] 0 #> #> $cellulitis$publicGeneCount #> [1] 1 #> #> $cellulitis$urlId #> [1] "DOID_3488" #> #> $cellulitis$dbPhenotype #> [1] TRUE #> #> $cellulitis$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $cellulitis$`_is_leaf` #> [1] TRUE #> #> $cellulitis$children #> list() #> #> $cellulitis$value #> [1] "cellulitis" #> #> #> $cellulitis #> $cellulitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3488" #> #> $cellulitis$`_id` #> [1] "DOID_3488<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $cellulitis$privateGeneCount #> [1] 0 #> #> $cellulitis$publicGeneCount #> [1] 1 #> #> $cellulitis$urlId #> [1] "DOID_3488" #> #> $cellulitis$dbPhenotype #> [1] TRUE #> #> $cellulitis$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $cellulitis$`_is_leaf` #> [1] TRUE #> #> $cellulitis$children #> list() #> #> $cellulitis$value #> [1] "cellulitis" #> #> #> $`Central adrenal insufficiency` #> $`Central adrenal insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011734" #> #> $`Central adrenal insufficiency`$`_id` #> [1] "HP_0011734<HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Central adrenal insufficiency`$privateGeneCount #> [1] 0 #> #> $`Central adrenal insufficiency`$publicGeneCount #> [1] 1 #> #> $`Central adrenal insufficiency`$urlId #> [1] "HP_0011734" #> #> $`Central adrenal insufficiency`$dbPhenotype #> [1] FALSE #> #> $`Central adrenal insufficiency`$`_parent` #> [1] "HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Central adrenal insufficiency`$`_is_leaf` #> [1] FALSE #> #> $`Central adrenal insufficiency`$children #> $`Central adrenal insufficiency`$children[[1]] #> [1] "HP_0008259<HP_0011734<HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Central adrenal insufficiency`$value #> [1] "Central adrenal insufficiency" #> #> #> $`central core myopathy` #> $`central core myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3529" #> #> $`central core myopathy`$`_id` #> [1] "DOID_3529<DOID_422<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`central core myopathy`$privateGeneCount #> [1] 0 #> #> $`central core myopathy`$publicGeneCount #> [1] 1 #> #> $`central core myopathy`$urlId #> [1] "DOID_3529" #> #> $`central core myopathy`$dbPhenotype #> [1] TRUE #> #> $`central core myopathy`$`_parent` #> [1] "DOID_422<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`central core myopathy`$`_is_leaf` #> [1] TRUE #> #> $`central core myopathy`$children #> list() #> #> $`central core myopathy`$value #> [1] "central core myopathy" #> #> #> $`central nervous system benign neoplasm` #> $`central nervous system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060090" #> #> $`central nervous system benign neoplasm`$`_id` #> [1] "DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`central nervous system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`central nervous system benign neoplasm`$publicGeneCount #> [1] 57 #> #> $`central nervous system benign neoplasm`$urlId #> [1] "DOID_0060090" #> #> $`central nervous system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`central nervous system benign neoplasm`$`_parent` #> [1] "DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`central nervous system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system benign neoplasm`$children #> $`central nervous system benign neoplasm`$children[[1]] #> [1] "DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`central nervous system benign neoplasm`$children[[2]] #> [1] "DOID_4587<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`central nervous system benign neoplasm`$children[[3]] #> [1] "DOID_3840<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`central nervous system benign neoplasm`$value #> [1] "central nervous system benign neoplasm" #> #> #> $`central nervous system benign neoplasm` #> $`central nervous system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060090" #> #> $`central nervous system benign neoplasm`$`_id` #> [1] "DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`central nervous system benign neoplasm`$publicGeneCount #> [1] 57 #> #> $`central nervous system benign neoplasm`$urlId #> [1] "DOID_0060090" #> #> $`central nervous system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`central nervous system benign neoplasm`$`_parent` #> [1] "DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system benign neoplasm`$children #> $`central nervous system benign neoplasm`$children[[1]] #> [1] "DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system benign neoplasm`$children[[2]] #> [1] "DOID_4587<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system benign neoplasm`$children[[3]] #> [1] "DOID_3840<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> #> $`central nervous system benign neoplasm`$value #> [1] "central nervous system benign neoplasm" #> #> #> $`central nervous system benign neoplasm` #> $`central nervous system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060090" #> #> $`central nervous system benign neoplasm`$`_id` #> [1] "DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`central nervous system benign neoplasm`$publicGeneCount #> [1] 57 #> #> $`central nervous system benign neoplasm`$urlId #> [1] "DOID_0060090" #> #> $`central nervous system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`central nervous system benign neoplasm`$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system benign neoplasm`$children #> $`central nervous system benign neoplasm`$children[[1]] #> [1] "DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system benign neoplasm`$children[[2]] #> [1] "DOID_4587<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system benign neoplasm`$children[[3]] #> [1] "DOID_3840<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`central nervous system benign neoplasm`$value #> [1] "central nervous system benign neoplasm" #> #> #> $`central nervous system cancer` #> $`central nervous system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3620" #> #> $`central nervous system cancer`$`_id` #> [1] "DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system cancer`$privateGeneCount #> [1] 0 #> #> $`central nervous system cancer`$publicGeneCount #> [1] 252 #> #> $`central nervous system cancer`$urlId #> [1] "DOID_3620" #> #> $`central nervous system cancer`$dbPhenotype #> [1] TRUE #> #> $`central nervous system cancer`$`_parent` #> [1] "DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system cancer`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system cancer`$children #> $`central nervous system cancer`$children[[1]] #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system cancer`$children[[2]] #> [1] "DOID_0060103<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system cancer`$children[[3]] #> [1] "DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system cancer`$children[[4]] #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system cancer`$children[[5]] #> [1] "DOID_5612<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`central nervous system cancer`$value #> [1] "central nervous system cancer" #> #> #> $`central nervous system cancer` #> $`central nervous system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3620" #> #> $`central nervous system cancer`$`_id` #> [1] "DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$privateGeneCount #> [1] 0 #> #> $`central nervous system cancer`$publicGeneCount #> [1] 252 #> #> $`central nervous system cancer`$urlId #> [1] "DOID_3620" #> #> $`central nervous system cancer`$dbPhenotype #> [1] TRUE #> #> $`central nervous system cancer`$`_parent` #> [1] "DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system cancer`$children #> $`central nervous system cancer`$children[[1]] #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$children[[2]] #> [1] "DOID_0060103<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$children[[3]] #> [1] "DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$children[[4]] #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$children[[5]] #> [1] "DOID_5612<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`central nervous system cancer`$value #> [1] "central nervous system cancer" #> #> #> $`central nervous system cancer` #> $`central nervous system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3620" #> #> $`central nervous system cancer`$`_id` #> [1] "DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$privateGeneCount #> [1] 0 #> #> $`central nervous system cancer`$publicGeneCount #> [1] 252 #> #> $`central nervous system cancer`$urlId #> [1] "DOID_3620" #> #> $`central nervous system cancer`$dbPhenotype #> [1] TRUE #> #> $`central nervous system cancer`$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system cancer`$children #> $`central nervous system cancer`$children[[1]] #> [1] "DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$children[[2]] #> [1] "DOID_0060103<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$children[[3]] #> [1] "DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$children[[4]] #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system cancer`$children[[5]] #> [1] "DOID_5612<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`central nervous system cancer`$value #> [1] "central nervous system cancer" #> #> #> $`Central nervous system cyst` #> $`Central nervous system cyst`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030724" #> #> $`Central nervous system cyst`$`_id` #> [1] "HP_0030724<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Central nervous system cyst`$privateGeneCount #> [1] 0 #> #> $`Central nervous system cyst`$publicGeneCount #> [1] 2 #> #> $`Central nervous system cyst`$urlId #> [1] "HP_0030724" #> #> $`Central nervous system cyst`$dbPhenotype #> [1] FALSE #> #> $`Central nervous system cyst`$`_parent` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Central nervous system cyst`$`_is_leaf` #> [1] FALSE #> #> $`Central nervous system cyst`$children #> $`Central nervous system cyst`$children[[1]] #> [1] "HP_0010576<HP_0030724<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Central nervous system cyst`$value #> [1] "Central nervous system cyst" #> #> #> $`central nervous system disease` #> $`central nervous system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_331" #> #> $`central nervous system disease`$`_id` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$privateGeneCount #> [1] 0 #> #> $`central nervous system disease`$publicGeneCount #> [1] 1759 #> #> $`central nervous system disease`$urlId #> [1] "DOID_331" #> #> $`central nervous system disease`$dbPhenotype #> [1] TRUE #> #> $`central nervous system disease`$`_parent` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system disease`$children #> $`central nervous system disease`$children[[1]] #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[2]] #> [1] "DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[3]] #> [1] "DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[4]] #> [1] "DOID_525<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[5]] #> [1] "DOID_640<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[6]] #> [1] "DOID_10969<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[7]] #> [1] "DOID_9471<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[8]] #> [1] "DOID_10554<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[9]] #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[10]] #> [1] "DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[11]] #> [1] "DOID_12835<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[12]] #> [1] "DOID_0050425<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system disease`$children[[13]] #> [1] "DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`central nervous system disease`$value #> [1] "central nervous system disease" #> #> #> $`central nervous system primitive neuroectodermal neoplasm` #> $`central nervous system primitive neuroectodermal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060103" #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_id` #> [1] "DOID_0060103<DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$privateGeneCount #> [1] 0 #> #> $`central nervous system primitive neuroectodermal neoplasm`$publicGeneCount #> [1] 9 #> #> $`central nervous system primitive neuroectodermal neoplasm`$urlId #> [1] "DOID_0060103" #> #> $`central nervous system primitive neuroectodermal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_parent` #> [1] "DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system primitive neuroectodermal neoplasm`$children #> $`central nervous system primitive neuroectodermal neoplasm`$children[[1]] #> [1] "DOID_4794<DOID_0060103<DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$children[[2]] #> [1] "DOID_4790<DOID_0060103<DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`central nervous system primitive neuroectodermal neoplasm`$value #> [1] "central nervous system primitive neuroectodermal neoplasm" #> #> #> $`central nervous system primitive neuroectodermal neoplasm` #> $`central nervous system primitive neuroectodermal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060103" #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_id` #> [1] "DOID_0060103<DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$privateGeneCount #> [1] 0 #> #> $`central nervous system primitive neuroectodermal neoplasm`$publicGeneCount #> [1] 9 #> #> $`central nervous system primitive neuroectodermal neoplasm`$urlId #> [1] "DOID_0060103" #> #> $`central nervous system primitive neuroectodermal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_parent` #> [1] "DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system primitive neuroectodermal neoplasm`$children #> $`central nervous system primitive neuroectodermal neoplasm`$children[[1]] #> [1] "DOID_4794<DOID_0060103<DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$children[[2]] #> [1] "DOID_4790<DOID_0060103<DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`central nervous system primitive neuroectodermal neoplasm`$value #> [1] "central nervous system primitive neuroectodermal neoplasm" #> #> #> $`central nervous system primitive neuroectodermal neoplasm` #> $`central nervous system primitive neuroectodermal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060103" #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_id` #> [1] "DOID_0060103<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$privateGeneCount #> [1] 0 #> #> $`central nervous system primitive neuroectodermal neoplasm`$publicGeneCount #> [1] 9 #> #> $`central nervous system primitive neuroectodermal neoplasm`$urlId #> [1] "DOID_0060103" #> #> $`central nervous system primitive neuroectodermal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_parent` #> [1] "DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system primitive neuroectodermal neoplasm`$children #> $`central nervous system primitive neuroectodermal neoplasm`$children[[1]] #> [1] "DOID_4794<DOID_0060103<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$children[[2]] #> [1] "DOID_4790<DOID_0060103<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`central nervous system primitive neuroectodermal neoplasm`$value #> [1] "central nervous system primitive neuroectodermal neoplasm" #> #> #> $`central nervous system primitive neuroectodermal neoplasm` #> $`central nervous system primitive neuroectodermal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060103" #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_id` #> [1] "DOID_0060103<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$privateGeneCount #> [1] 0 #> #> $`central nervous system primitive neuroectodermal neoplasm`$publicGeneCount #> [1] 9 #> #> $`central nervous system primitive neuroectodermal neoplasm`$urlId #> [1] "DOID_0060103" #> #> $`central nervous system primitive neuroectodermal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_parent` #> [1] "DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system primitive neuroectodermal neoplasm`$children #> $`central nervous system primitive neuroectodermal neoplasm`$children[[1]] #> [1] "DOID_4794<DOID_0060103<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$children[[2]] #> [1] "DOID_4790<DOID_0060103<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`central nervous system primitive neuroectodermal neoplasm`$value #> [1] "central nervous system primitive neuroectodermal neoplasm" #> #> #> $`central nervous system primitive neuroectodermal neoplasm` #> $`central nervous system primitive neuroectodermal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060103" #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_id` #> [1] "DOID_0060103<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$privateGeneCount #> [1] 0 #> #> $`central nervous system primitive neuroectodermal neoplasm`$publicGeneCount #> [1] 9 #> #> $`central nervous system primitive neuroectodermal neoplasm`$urlId #> [1] "DOID_0060103" #> #> $`central nervous system primitive neuroectodermal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_parent` #> [1] "DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system primitive neuroectodermal neoplasm`$children #> $`central nervous system primitive neuroectodermal neoplasm`$children[[1]] #> [1] "DOID_4794<DOID_0060103<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system primitive neuroectodermal neoplasm`$children[[2]] #> [1] "DOID_4790<DOID_0060103<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`central nervous system primitive neuroectodermal neoplasm`$value #> [1] "central nervous system primitive neuroectodermal neoplasm" #> #> #> $`central nervous system vasculitis` #> $`central nervous system vasculitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_525" #> #> $`central nervous system vasculitis`$`_id` #> [1] "DOID_525<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system vasculitis`$privateGeneCount #> [1] 0 #> #> $`central nervous system vasculitis`$publicGeneCount #> [1] 22 #> #> $`central nervous system vasculitis`$urlId #> [1] "DOID_525" #> #> $`central nervous system vasculitis`$dbPhenotype #> [1] TRUE #> #> $`central nervous system vasculitis`$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central nervous system vasculitis`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system vasculitis`$children #> $`central nervous system vasculitis`$children[[1]] #> [1] "DOID_13375<DOID_525<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`central nervous system vasculitis`$value #> [1] "central nervous system vasculitis" #> #> #> $`central nervous system vasculitis` #> $`central nervous system vasculitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_525" #> #> $`central nervous system vasculitis`$`_id` #> [1] "DOID_525<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`central nervous system vasculitis`$privateGeneCount #> [1] 0 #> #> $`central nervous system vasculitis`$publicGeneCount #> [1] 22 #> #> $`central nervous system vasculitis`$urlId #> [1] "DOID_525" #> #> $`central nervous system vasculitis`$dbPhenotype #> [1] TRUE #> #> $`central nervous system vasculitis`$`_parent` #> [1] "DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`central nervous system vasculitis`$`_is_leaf` #> [1] FALSE #> #> $`central nervous system vasculitis`$children #> $`central nervous system vasculitis`$children[[1]] #> [1] "DOID_13375<DOID_525<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`central nervous system vasculitis`$value #> [1] "central nervous system vasculitis" #> #> #> $`central pontine myelinolysis` #> $`central pontine myelinolysis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_636" #> #> $`central pontine myelinolysis`$`_id` #> [1] "DOID_636<DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central pontine myelinolysis`$privateGeneCount #> [1] 0 #> #> $`central pontine myelinolysis`$publicGeneCount #> [1] 2 #> #> $`central pontine myelinolysis`$urlId #> [1] "DOID_636" #> #> $`central pontine myelinolysis`$dbPhenotype #> [1] TRUE #> #> $`central pontine myelinolysis`$`_parent` #> [1] "DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`central pontine myelinolysis`$`_is_leaf` #> [1] TRUE #> #> $`central pontine myelinolysis`$children #> list() #> #> $`central pontine myelinolysis`$value #> [1] "central pontine myelinolysis" #> #> #> $`central retinal artery occlusion` #> $`central retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13098" #> #> $`central retinal artery occlusion`$`_id` #> [1] "DOID_13098<DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`central retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`central retinal artery occlusion`$publicGeneCount #> [1] 4 #> #> $`central retinal artery occlusion`$urlId #> [1] "DOID_13098" #> #> $`central retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`central retinal artery occlusion`$`_parent` #> [1] "DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`central retinal artery occlusion`$`_is_leaf` #> [1] TRUE #> #> $`central retinal artery occlusion`$children #> list() #> #> $`central retinal artery occlusion`$value #> [1] "central retinal artery occlusion" #> #> #> $`central retinal artery occlusion` #> $`central retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13098" #> #> $`central retinal artery occlusion`$`_id` #> [1] "DOID_13098<DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`central retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`central retinal artery occlusion`$publicGeneCount #> [1] 4 #> #> $`central retinal artery occlusion`$urlId #> [1] "DOID_13098" #> #> $`central retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`central retinal artery occlusion`$`_parent` #> [1] "DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`central retinal artery occlusion`$`_is_leaf` #> [1] TRUE #> #> $`central retinal artery occlusion`$children #> list() #> #> $`central retinal artery occlusion`$value #> [1] "central retinal artery occlusion" #> #> #> $`central retinal artery occlusion` #> $`central retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13098" #> #> $`central retinal artery occlusion`$`_id` #> [1] "DOID_13098<DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`central retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`central retinal artery occlusion`$publicGeneCount #> [1] 4 #> #> $`central retinal artery occlusion`$urlId #> [1] "DOID_13098" #> #> $`central retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`central retinal artery occlusion`$`_parent` #> [1] "DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`central retinal artery occlusion`$`_is_leaf` #> [1] TRUE #> #> $`central retinal artery occlusion`$children #> list() #> #> $`central retinal artery occlusion`$value #> [1] "central retinal artery occlusion" #> #> #> $`central retinal artery occlusion` #> $`central retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13098" #> #> $`central retinal artery occlusion`$`_id` #> [1] "DOID_13098<DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`central retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`central retinal artery occlusion`$publicGeneCount #> [1] 4 #> #> $`central retinal artery occlusion`$urlId #> [1] "DOID_13098" #> #> $`central retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`central retinal artery occlusion`$`_parent` #> [1] "DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`central retinal artery occlusion`$`_is_leaf` #> [1] TRUE #> #> $`central retinal artery occlusion`$children #> list() #> #> $`central retinal artery occlusion`$value #> [1] "central retinal artery occlusion" #> #> #> $`central sleep apnea` #> $`central sleep apnea`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9220" #> #> $`central sleep apnea`$`_id` #> [1] "DOID_9220<DOID_0050847<DOID_535<DOID_150<DOID_4" #> #> $`central sleep apnea`$privateGeneCount #> [1] 0 #> #> $`central sleep apnea`$publicGeneCount #> [1] 6 #> #> $`central sleep apnea`$urlId #> [1] "DOID_9220" #> #> $`central sleep apnea`$dbPhenotype #> [1] TRUE #> #> $`central sleep apnea`$`_parent` #> [1] "DOID_0050847<DOID_535<DOID_150<DOID_4" #> #> $`central sleep apnea`$`_is_leaf` #> [1] TRUE #> #> $`central sleep apnea`$children #> list() #> #> $`central sleep apnea`$value #> [1] "central sleep apnea" #> #> #> $`centronuclear myopathy` #> $`centronuclear myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14717" #> #> $`centronuclear myopathy`$`_id` #> [1] "DOID_14717<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`centronuclear myopathy`$privateGeneCount #> [1] 0 #> #> $`centronuclear myopathy`$publicGeneCount #> [1] 10 #> #> $`centronuclear myopathy`$urlId #> [1] "DOID_14717" #> #> $`centronuclear myopathy`$dbPhenotype #> [1] TRUE #> #> $`centronuclear myopathy`$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`centronuclear myopathy`$`_is_leaf` #> [1] TRUE #> #> $`centronuclear myopathy`$children #> list() #> #> $`centronuclear myopathy`$value #> [1] "centronuclear myopathy" #> #> #> $`cerebellar ataxia` #> $`cerebellar ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050753" #> #> $`cerebellar ataxia`$`_id` #> [1] "DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebellar ataxia`$privateGeneCount #> [1] 0 #> #> $`cerebellar ataxia`$publicGeneCount #> [1] 87 #> #> $`cerebellar ataxia`$urlId #> [1] "DOID_0050753" #> #> $`cerebellar ataxia`$dbPhenotype #> [1] TRUE #> #> $`cerebellar ataxia`$`_parent` #> [1] "DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebellar ataxia`$`_is_leaf` #> [1] FALSE #> #> $`cerebellar ataxia`$children #> $`cerebellar ataxia`$children[[1]] #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebellar ataxia`$children[[2]] #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebellar ataxia`$value #> [1] "cerebellar ataxia" #> #> #> $`cerebellar ataxia` #> $`cerebellar ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050753" #> #> $`cerebellar ataxia`$`_id` #> [1] "DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebellar ataxia`$privateGeneCount #> [1] 0 #> #> $`cerebellar ataxia`$publicGeneCount #> [1] 87 #> #> $`cerebellar ataxia`$urlId #> [1] "DOID_0050753" #> #> $`cerebellar ataxia`$dbPhenotype #> [1] TRUE #> #> $`cerebellar ataxia`$`_parent` #> [1] "DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebellar ataxia`$`_is_leaf` #> [1] FALSE #> #> $`cerebellar ataxia`$children #> $`cerebellar ataxia`$children[[1]] #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebellar ataxia`$children[[2]] #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebellar ataxia`$value #> [1] "cerebellar ataxia" #> #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome` #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050997" #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$`_id` #> [1] "DOID_0050997<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$privateGeneCount #> [1] 0 #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$publicGeneCount #> [1] 4 #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$urlId #> [1] "DOID_0050997" #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$dbPhenotype #> [1] TRUE #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$`_is_leaf` #> [1] TRUE #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$children #> list() #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$value #> [1] "cerebellar ataxia, mental retardation and dysequlibrium syndrome" #> #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome` #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050997" #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$`_id` #> [1] "DOID_0050997<DOID_225<DOID_4" #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$privateGeneCount #> [1] 0 #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$publicGeneCount #> [1] 4 #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$urlId #> [1] "DOID_0050997" #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$dbPhenotype #> [1] TRUE #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$`_is_leaf` #> [1] TRUE #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$children #> list() #> #> $`cerebellar ataxia, mental retardation and dysequlibrium syndrome`$value #> [1] "cerebellar ataxia, mental retardation and dysequlibrium syndrome" #> #> #> $`Cerebellar atrophy` #> $`Cerebellar atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001272" #> #> $`Cerebellar atrophy`$`_id` #> [1] "HP_0001272<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar atrophy`$privateGeneCount #> [1] 0 #> #> $`Cerebellar atrophy`$publicGeneCount #> [1] 2 #> #> $`Cerebellar atrophy`$urlId #> [1] "HP_0001272" #> #> $`Cerebellar atrophy`$dbPhenotype #> [1] TRUE #> #> $`Cerebellar atrophy`$`_parent` #> [1] "HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar atrophy`$`_is_leaf` #> [1] FALSE #> #> $`Cerebellar atrophy`$children #> $`Cerebellar atrophy`$children[[1]] #> [1] "HP_0006879<HP_0001272<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Cerebellar atrophy`$value #> [1] "Cerebellar atrophy" #> #> #> $`Cerebellar cyst` #> $`Cerebellar cyst`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002350" #> #> $`Cerebellar cyst`$`_id` #> [1] "HP_0002350<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar cyst`$privateGeneCount #> [1] 0 #> #> $`Cerebellar cyst`$publicGeneCount #> [1] 2 #> #> $`Cerebellar cyst`$urlId #> [1] "HP_0002350" #> #> $`Cerebellar cyst`$dbPhenotype #> [1] TRUE #> #> $`Cerebellar cyst`$`_parent` #> [1] "HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar cyst`$`_is_leaf` #> [1] TRUE #> #> $`Cerebellar cyst`$children #> list() #> #> $`Cerebellar cyst`$value #> [1] "Cerebellar cyst" #> #> #> $`Cerebellar cyst` #> $`Cerebellar cyst`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002350" #> #> $`Cerebellar cyst`$`_id` #> [1] "HP_0002350<HP_0010576<HP_0030724<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar cyst`$privateGeneCount #> [1] 0 #> #> $`Cerebellar cyst`$publicGeneCount #> [1] 2 #> #> $`Cerebellar cyst`$urlId #> [1] "HP_0002350" #> #> $`Cerebellar cyst`$dbPhenotype #> [1] TRUE #> #> $`Cerebellar cyst`$`_parent` #> [1] "HP_0010576<HP_0030724<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar cyst`$`_is_leaf` #> [1] TRUE #> #> $`Cerebellar cyst`$children #> list() #> #> $`Cerebellar cyst`$value #> [1] "Cerebellar cyst" #> #> #> $`cerebellar disease` #> $`cerebellar disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2786" #> #> $`cerebellar disease`$`_id` #> [1] "DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebellar disease`$privateGeneCount #> [1] 0 #> #> $`cerebellar disease`$publicGeneCount #> [1] 95 #> #> $`cerebellar disease`$urlId #> [1] "DOID_2786" #> #> $`cerebellar disease`$dbPhenotype #> [1] TRUE #> #> $`cerebellar disease`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebellar disease`$`_is_leaf` #> [1] FALSE #> #> $`cerebellar disease`$children #> $`cerebellar disease`$children[[1]] #> [1] "DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebellar disease`$children[[2]] #> [1] "DOID_2785<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebellar disease`$children[[3]] #> [1] "DOID_0050574<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebellar disease`$value #> [1] "cerebellar disease" #> #> #> $`Cerebellar malformation` #> $`Cerebellar malformation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002438" #> #> $`Cerebellar malformation`$`_id` #> [1] "HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar malformation`$privateGeneCount #> [1] 0 #> #> $`Cerebellar malformation`$publicGeneCount #> [1] 5 #> #> $`Cerebellar malformation`$urlId #> [1] "HP_0002438" #> #> $`Cerebellar malformation`$dbPhenotype #> [1] FALSE #> #> $`Cerebellar malformation`$`_parent` #> [1] "HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar malformation`$`_is_leaf` #> [1] FALSE #> #> $`Cerebellar malformation`$children #> $`Cerebellar malformation`$children[[1]] #> [1] "HP_0002334<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar malformation`$children[[2]] #> [1] "HP_0002308<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar malformation`$children[[3]] #> [1] "HP_0002350<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Cerebellar malformation`$value #> [1] "Cerebellar malformation" #> #> #> $`Cerebellar vermis hypoplasia` #> $`Cerebellar vermis hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001320" #> #> $`Cerebellar vermis hypoplasia`$`_id` #> [1] "HP_0001320<HP_0006817<HP_0002334<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar vermis hypoplasia`$privateGeneCount #> [1] 0 #> #> $`Cerebellar vermis hypoplasia`$publicGeneCount #> [1] 2 #> #> $`Cerebellar vermis hypoplasia`$urlId #> [1] "HP_0001320" #> #> $`Cerebellar vermis hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`Cerebellar vermis hypoplasia`$`_parent` #> [1] "HP_0006817<HP_0002334<HP_0002438<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebellar vermis hypoplasia`$`_is_leaf` #> [1] TRUE #> #> $`Cerebellar vermis hypoplasia`$children #> list() #> #> $`Cerebellar vermis hypoplasia`$value #> [1] "Cerebellar vermis hypoplasia" #> #> #> $`cerebral amyloid angiopathy` #> $`cerebral amyloid angiopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9246" #> #> $`cerebral amyloid angiopathy`$`_id` #> [1] "DOID_9246<DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`cerebral amyloid angiopathy`$privateGeneCount #> [1] 0 #> #> $`cerebral amyloid angiopathy`$publicGeneCount #> [1] 9 #> #> $`cerebral amyloid angiopathy`$urlId #> [1] "DOID_9246" #> #> $`cerebral amyloid angiopathy`$dbPhenotype #> [1] TRUE #> #> $`cerebral amyloid angiopathy`$`_parent` #> [1] "DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`cerebral amyloid angiopathy`$`_is_leaf` #> [1] TRUE #> #> $`cerebral amyloid angiopathy`$children #> list() #> #> $`cerebral amyloid angiopathy`$value #> [1] "cerebral amyloid angiopathy" #> #> #> $`cerebral arterial disease` #> $`cerebral arterial disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3527" #> #> $`cerebral arterial disease`$`_id` #> [1] "DOID_3527<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebral arterial disease`$privateGeneCount #> [1] 0 #> #> $`cerebral arterial disease`$publicGeneCount #> [1] 26 #> #> $`cerebral arterial disease`$urlId #> [1] "DOID_3527" #> #> $`cerebral arterial disease`$dbPhenotype #> [1] FALSE #> #> $`cerebral arterial disease`$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebral arterial disease`$`_is_leaf` #> [1] FALSE #> #> $`cerebral arterial disease`$children #> $`cerebral arterial disease`$children[[1]] #> [1] "DOID_10941<DOID_3527<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebral arterial disease`$children[[2]] #> [1] "DOID_13099<DOID_3527<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`cerebral arterial disease`$value #> [1] "cerebral arterial disease" #> #> #> $`cerebral arterial disease` #> $`cerebral arterial disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3527" #> #> $`cerebral arterial disease`$`_id` #> [1] "DOID_3527<DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebral arterial disease`$privateGeneCount #> [1] 0 #> #> $`cerebral arterial disease`$publicGeneCount #> [1] 26 #> #> $`cerebral arterial disease`$urlId #> [1] "DOID_3527" #> #> $`cerebral arterial disease`$dbPhenotype #> [1] FALSE #> #> $`cerebral arterial disease`$`_parent` #> [1] "DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebral arterial disease`$`_is_leaf` #> [1] FALSE #> #> $`cerebral arterial disease`$children #> $`cerebral arterial disease`$children[[1]] #> [1] "DOID_10941<DOID_3527<DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebral arterial disease`$children[[2]] #> [1] "DOID_13099<DOID_3527<DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`cerebral arterial disease`$value #> [1] "cerebral arterial disease" #> #> #> $`cerebral arterial disease` #> $`cerebral arterial disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3527" #> #> $`cerebral arterial disease`$`_id` #> [1] "DOID_3527<DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral arterial disease`$privateGeneCount #> [1] 0 #> #> $`cerebral arterial disease`$publicGeneCount #> [1] 26 #> #> $`cerebral arterial disease`$urlId #> [1] "DOID_3527" #> #> $`cerebral arterial disease`$dbPhenotype #> [1] FALSE #> #> $`cerebral arterial disease`$`_parent` #> [1] "DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral arterial disease`$`_is_leaf` #> [1] FALSE #> #> $`cerebral arterial disease`$children #> $`cerebral arterial disease`$children[[1]] #> [1] "DOID_10941<DOID_3527<DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral arterial disease`$children[[2]] #> [1] "DOID_13099<DOID_3527<DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral arterial disease`$value #> [1] "cerebral arterial disease" #> #> #> $`Cerebral calcification` #> $`Cerebral calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002514" #> #> $`Cerebral calcification`$`_id` #> [1] "HP_0002514<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebral calcification`$privateGeneCount #> [1] 0 #> #> $`Cerebral calcification`$publicGeneCount #> [1] 2 #> #> $`Cerebral calcification`$urlId #> [1] "HP_0002514" #> #> $`Cerebral calcification`$dbPhenotype #> [1] FALSE #> #> $`Cerebral calcification`$`_parent` #> [1] "HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebral calcification`$`_is_leaf` #> [1] FALSE #> #> $`Cerebral calcification`$children #> $`Cerebral calcification`$children[[1]] #> [1] "HP_0002135<HP_0002514<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Cerebral calcification`$value #> [1] "Cerebral calcification" #> #> #> $`Cerebral calcification` #> $`Cerebral calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002514" #> #> $`Cerebral calcification`$`_id` #> [1] "HP_0002514<HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> $`Cerebral calcification`$privateGeneCount #> [1] 0 #> #> $`Cerebral calcification`$publicGeneCount #> [1] 2 #> #> $`Cerebral calcification`$urlId #> [1] "HP_0002514" #> #> $`Cerebral calcification`$dbPhenotype #> [1] FALSE #> #> $`Cerebral calcification`$`_parent` #> [1] "HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> $`Cerebral calcification`$`_is_leaf` #> [1] FALSE #> #> $`Cerebral calcification`$children #> $`Cerebral calcification`$children[[1]] #> [1] "HP_0002135<HP_0002514<HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Cerebral calcification`$value #> [1] "Cerebral calcification" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral convexity meningioma` #> $`cerebral convexity meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6114" #> #> $`cerebral convexity meningioma`$`_id` #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral convexity meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral convexity meningioma`$urlId #> [1] "DOID_6114" #> #> $`cerebral convexity meningioma`$dbPhenotype #> [1] TRUE #> #> $`cerebral convexity meningioma`$`_parent` #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral convexity meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral convexity meningioma`$children #> $`cerebral convexity meningioma`$children[[1]] #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral convexity meningioma`$value #> [1] "cerebral convexity meningioma" #> #> #> $`cerebral creatine deficiency syndrome` #> $`cerebral creatine deficiency syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050798" #> #> $`cerebral creatine deficiency syndrome`$`_id` #> [1] "DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`cerebral creatine deficiency syndrome`$privateGeneCount #> [1] 0 #> #> $`cerebral creatine deficiency syndrome`$publicGeneCount #> [1] 3 #> #> $`cerebral creatine deficiency syndrome`$urlId #> [1] "DOID_0050798" #> #> $`cerebral creatine deficiency syndrome`$dbPhenotype #> [1] FALSE #> #> $`cerebral creatine deficiency syndrome`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`cerebral creatine deficiency syndrome`$`_is_leaf` #> [1] FALSE #> #> $`cerebral creatine deficiency syndrome`$children #> $`cerebral creatine deficiency syndrome`$children[[1]] #> [1] "DOID_0050712<DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`cerebral creatine deficiency syndrome`$children[[2]] #> [1] "DOID_0050800<DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`cerebral creatine deficiency syndrome`$children[[3]] #> [1] "DOID_0050799<DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $`cerebral creatine deficiency syndrome`$value #> [1] "cerebral creatine deficiency syndrome" #> #> #> $`cerebral degeneration` #> $`cerebral degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1443" #> #> $`cerebral degeneration`$`_id` #> [1] "DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral degeneration`$privateGeneCount #> [1] 0 #> #> $`cerebral degeneration`$publicGeneCount #> [1] 41 #> #> $`cerebral degeneration`$urlId #> [1] "DOID_1443" #> #> $`cerebral degeneration`$dbPhenotype #> [1] FALSE #> #> $`cerebral degeneration`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral degeneration`$`_is_leaf` #> [1] FALSE #> #> $`cerebral degeneration`$children #> $`cerebral degeneration`$children[[1]] #> [1] "DOID_10908<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral degeneration`$children[[2]] #> [1] "DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral degeneration`$children[[3]] #> [1] "DOID_2367<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral degeneration`$value #> [1] "cerebral degeneration" #> #> #> $`cerebral folate receptor alpha deficiency` #> $`cerebral folate receptor alpha deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050719" #> #> $`cerebral folate receptor alpha deficiency`$`_id` #> [1] "DOID_0050719<DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`cerebral folate receptor alpha deficiency`$privateGeneCount #> [1] 0 #> #> $`cerebral folate receptor alpha deficiency`$publicGeneCount #> [1] 1 #> #> $`cerebral folate receptor alpha deficiency`$urlId #> [1] "DOID_0050719" #> #> $`cerebral folate receptor alpha deficiency`$dbPhenotype #> [1] TRUE #> #> $`cerebral folate receptor alpha deficiency`$`_parent` #> [1] "DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`cerebral folate receptor alpha deficiency`$`_is_leaf` #> [1] TRUE #> #> $`cerebral folate receptor alpha deficiency`$children #> list() #> #> $`cerebral folate receptor alpha deficiency`$value #> [1] "cerebral folate receptor alpha deficiency" #> #> #> $`cerebral folate receptor alpha deficiency` #> $`cerebral folate receptor alpha deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050719" #> #> $`cerebral folate receptor alpha deficiency`$`_id` #> [1] "DOID_0050719<DOID_630<DOID_4" #> #> $`cerebral folate receptor alpha deficiency`$privateGeneCount #> [1] 0 #> #> $`cerebral folate receptor alpha deficiency`$publicGeneCount #> [1] 1 #> #> $`cerebral folate receptor alpha deficiency`$urlId #> [1] "DOID_0050719" #> #> $`cerebral folate receptor alpha deficiency`$dbPhenotype #> [1] TRUE #> #> $`cerebral folate receptor alpha deficiency`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`cerebral folate receptor alpha deficiency`$`_is_leaf` #> [1] TRUE #> #> $`cerebral folate receptor alpha deficiency`$children #> list() #> #> $`cerebral folate receptor alpha deficiency`$value #> [1] "cerebral folate receptor alpha deficiency" #> #> #> $`Cerebral hemorrhage` #> $`Cerebral hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001342" #> #> $`Cerebral hemorrhage`$`_id` #> [1] "HP_0001342<HP_0002170<HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Cerebral hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Cerebral hemorrhage`$publicGeneCount #> [1] 35 #> #> $`Cerebral hemorrhage`$urlId #> [1] "HP_0001342" #> #> $`Cerebral hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Cerebral hemorrhage`$`_parent` #> [1] "HP_0002170<HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Cerebral hemorrhage`$`_is_leaf` #> [1] TRUE #> #> $`Cerebral hemorrhage`$children #> list() #> #> $`Cerebral hemorrhage`$value #> [1] "Cerebral hemorrhage" #> #> #> $`Cerebral hemorrhage` #> $`Cerebral hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001342" #> #> $`Cerebral hemorrhage`$`_id` #> [1] "HP_0001342<HP_0002170<HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Cerebral hemorrhage`$publicGeneCount #> [1] 35 #> #> $`Cerebral hemorrhage`$urlId #> [1] "HP_0001342" #> #> $`Cerebral hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Cerebral hemorrhage`$`_parent` #> [1] "HP_0002170<HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral hemorrhage`$`_is_leaf` #> [1] TRUE #> #> $`Cerebral hemorrhage`$children #> list() #> #> $`Cerebral hemorrhage`$value #> [1] "Cerebral hemorrhage" #> #> #> $`Cerebral hemorrhage` #> $`Cerebral hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001342" #> #> $`Cerebral hemorrhage`$`_id` #> [1] "HP_0001342<HP_0002170<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Cerebral hemorrhage`$publicGeneCount #> [1] 35 #> #> $`Cerebral hemorrhage`$urlId #> [1] "HP_0001342" #> #> $`Cerebral hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Cerebral hemorrhage`$`_parent` #> [1] "HP_0002170<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral hemorrhage`$`_is_leaf` #> [1] TRUE #> #> $`Cerebral hemorrhage`$children #> list() #> #> $`Cerebral hemorrhage`$value #> [1] "Cerebral hemorrhage" #> #> #> $`Cerebral hemorrhage` #> $`Cerebral hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001342" #> #> $`Cerebral hemorrhage`$`_id` #> [1] "HP_0001342<HP_0002170<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebral hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Cerebral hemorrhage`$publicGeneCount #> [1] 35 #> #> $`Cerebral hemorrhage`$urlId #> [1] "HP_0001342" #> #> $`Cerebral hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Cerebral hemorrhage`$`_parent` #> [1] "HP_0002170<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebral hemorrhage`$`_is_leaf` #> [1] TRUE #> #> $`Cerebral hemorrhage`$children #> list() #> #> $`Cerebral hemorrhage`$value #> [1] "Cerebral hemorrhage" #> #> #> $`cerebral infarction` #> $`cerebral infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3526" #> #> $`cerebral infarction`$`_id` #> [1] "DOID_3526<DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebral infarction`$privateGeneCount #> [1] 0 #> #> $`cerebral infarction`$publicGeneCount #> [1] 48 #> #> $`cerebral infarction`$urlId #> [1] "DOID_3526" #> #> $`cerebral infarction`$dbPhenotype #> [1] TRUE #> #> $`cerebral infarction`$`_parent` #> [1] "DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebral infarction`$`_is_leaf` #> [1] FALSE #> #> $`cerebral infarction`$children #> $`cerebral infarction`$children[[1]] #> [1] "DOID_3525<DOID_3526<DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`cerebral infarction`$value #> [1] "cerebral infarction" #> #> #> $`cerebral infarction` #> $`cerebral infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3526" #> #> $`cerebral infarction`$`_id` #> [1] "DOID_3526<DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral infarction`$privateGeneCount #> [1] 0 #> #> $`cerebral infarction`$publicGeneCount #> [1] 48 #> #> $`cerebral infarction`$urlId #> [1] "DOID_3526" #> #> $`cerebral infarction`$dbPhenotype #> [1] TRUE #> #> $`cerebral infarction`$`_parent` #> [1] "DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral infarction`$`_is_leaf` #> [1] FALSE #> #> $`cerebral infarction`$children #> $`cerebral infarction`$children[[1]] #> [1] "DOID_3525<DOID_3526<DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral infarction`$value #> [1] "cerebral infarction" #> #> #> $`Cerebral ischemia` #> $`Cerebral ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002637" #> #> $`Cerebral ischemia`$`_id` #> [1] "HP_0002637<HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$privateGeneCount #> [1] 0 #> #> $`Cerebral ischemia`$publicGeneCount #> [1] 3 #> #> $`Cerebral ischemia`$urlId #> [1] "HP_0002637" #> #> $`Cerebral ischemia`$dbPhenotype #> [1] FALSE #> #> $`Cerebral ischemia`$`_parent` #> [1] "HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$`_is_leaf` #> [1] FALSE #> #> $`Cerebral ischemia`$children #> $`Cerebral ischemia`$children[[1]] #> [1] "HP_0002140<HP_0002637<HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Cerebral ischemia`$value #> [1] "Cerebral ischemia" #> #> #> $`Cerebral ischemia` #> $`Cerebral ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002637" #> #> $`Cerebral ischemia`$`_id` #> [1] "HP_0002637<HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$privateGeneCount #> [1] 0 #> #> $`Cerebral ischemia`$publicGeneCount #> [1] 3 #> #> $`Cerebral ischemia`$urlId #> [1] "HP_0002637" #> #> $`Cerebral ischemia`$dbPhenotype #> [1] FALSE #> #> $`Cerebral ischemia`$`_parent` #> [1] "HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$`_is_leaf` #> [1] FALSE #> #> $`Cerebral ischemia`$children #> $`Cerebral ischemia`$children[[1]] #> [1] "HP_0002140<HP_0002637<HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Cerebral ischemia`$value #> [1] "Cerebral ischemia" #> #> #> $`Cerebral ischemia` #> $`Cerebral ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002637" #> #> $`Cerebral ischemia`$`_id` #> [1] "HP_0002637<HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$privateGeneCount #> [1] 0 #> #> $`Cerebral ischemia`$publicGeneCount #> [1] 3 #> #> $`Cerebral ischemia`$urlId #> [1] "HP_0002637" #> #> $`Cerebral ischemia`$dbPhenotype #> [1] FALSE #> #> $`Cerebral ischemia`$`_parent` #> [1] "HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$`_is_leaf` #> [1] FALSE #> #> $`Cerebral ischemia`$children #> $`Cerebral ischemia`$children[[1]] #> [1] "HP_0002140<HP_0002637<HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Cerebral ischemia`$value #> [1] "Cerebral ischemia" #> #> #> $`Cerebral ischemia` #> $`Cerebral ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002637" #> #> $`Cerebral ischemia`$`_id` #> [1] "HP_0002637<HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$privateGeneCount #> [1] 0 #> #> $`Cerebral ischemia`$publicGeneCount #> [1] 3 #> #> $`Cerebral ischemia`$urlId #> [1] "HP_0002637" #> #> $`Cerebral ischemia`$dbPhenotype #> [1] FALSE #> #> $`Cerebral ischemia`$`_parent` #> [1] "HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$`_is_leaf` #> [1] FALSE #> #> $`Cerebral ischemia`$children #> $`Cerebral ischemia`$children[[1]] #> [1] "HP_0002140<HP_0002637<HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Cerebral ischemia`$value #> [1] "Cerebral ischemia" #> #> #> $`Cerebral ischemia` #> $`Cerebral ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002637" #> #> $`Cerebral ischemia`$`_id` #> [1] "HP_0002637<HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$privateGeneCount #> [1] 0 #> #> $`Cerebral ischemia`$publicGeneCount #> [1] 3 #> #> $`Cerebral ischemia`$urlId #> [1] "HP_0002637" #> #> $`Cerebral ischemia`$dbPhenotype #> [1] FALSE #> #> $`Cerebral ischemia`$`_parent` #> [1] "HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$`_is_leaf` #> [1] FALSE #> #> $`Cerebral ischemia`$children #> $`Cerebral ischemia`$children[[1]] #> [1] "HP_0002140<HP_0002637<HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Cerebral ischemia`$value #> [1] "Cerebral ischemia" #> #> #> $`Cerebral ischemia` #> $`Cerebral ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002637" #> #> $`Cerebral ischemia`$`_id` #> [1] "HP_0002637<HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$privateGeneCount #> [1] 0 #> #> $`Cerebral ischemia`$publicGeneCount #> [1] 3 #> #> $`Cerebral ischemia`$urlId #> [1] "HP_0002637" #> #> $`Cerebral ischemia`$dbPhenotype #> [1] FALSE #> #> $`Cerebral ischemia`$`_parent` #> [1] "HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Cerebral ischemia`$`_is_leaf` #> [1] FALSE #> #> $`Cerebral ischemia`$children #> $`Cerebral ischemia`$children[[1]] #> [1] "HP_0002140<HP_0002637<HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Cerebral ischemia`$value #> [1] "Cerebral ischemia" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral meningioma` #> $`cerebral meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6112" #> #> $`cerebral meningioma`$`_id` #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$privateGeneCount #> [1] 0 #> #> $`cerebral meningioma`$publicGeneCount #> [1] 16 #> #> $`cerebral meningioma`$urlId #> [1] "DOID_6112" #> #> $`cerebral meningioma`$dbPhenotype #> [1] FALSE #> #> $`cerebral meningioma`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral meningioma`$`_is_leaf` #> [1] FALSE #> #> $`cerebral meningioma`$children #> $`cerebral meningioma`$children[[1]] #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral meningioma`$value #> [1] "cerebral meningioma" #> #> #> $`cerebral palsy` #> $`cerebral palsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1969" #> #> $`cerebral palsy`$`_id` #> [1] "DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral palsy`$privateGeneCount #> [1] 0 #> #> $`cerebral palsy`$publicGeneCount #> [1] 93 #> #> $`cerebral palsy`$urlId #> [1] "DOID_1969" #> #> $`cerebral palsy`$dbPhenotype #> [1] TRUE #> #> $`cerebral palsy`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral palsy`$`_is_leaf` #> [1] FALSE #> #> $`cerebral palsy`$children #> $`cerebral palsy`$children[[1]] #> [1] "DOID_0050670<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral palsy`$children[[2]] #> [1] "DOID_0050672<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral palsy`$children[[3]] #> [1] "DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebral palsy`$value #> [1] "cerebral palsy" #> #> #> $`cerebral primitive neuroectodermal tumor` #> $`cerebral primitive neuroectodermal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7398" #> #> $`cerebral primitive neuroectodermal tumor`$`_id` #> [1] "DOID_7398<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral primitive neuroectodermal tumor`$privateGeneCount #> [1] 0 #> #> $`cerebral primitive neuroectodermal tumor`$publicGeneCount #> [1] 9 #> #> $`cerebral primitive neuroectodermal tumor`$urlId #> [1] "DOID_7398" #> #> $`cerebral primitive neuroectodermal tumor`$dbPhenotype #> [1] TRUE #> #> $`cerebral primitive neuroectodermal tumor`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebral primitive neuroectodermal tumor`$`_is_leaf` #> [1] TRUE #> #> $`cerebral primitive neuroectodermal tumor`$children #> list() #> #> $`cerebral primitive neuroectodermal tumor`$value #> [1] "cerebral primitive neuroectodermal tumor" #> #> #> $`cerebral primitive neuroectodermal tumor` #> $`cerebral primitive neuroectodermal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7398" #> #> $`cerebral primitive neuroectodermal tumor`$`_id` #> [1] "DOID_7398<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral primitive neuroectodermal tumor`$privateGeneCount #> [1] 0 #> #> $`cerebral primitive neuroectodermal tumor`$publicGeneCount #> [1] 9 #> #> $`cerebral primitive neuroectodermal tumor`$urlId #> [1] "DOID_7398" #> #> $`cerebral primitive neuroectodermal tumor`$dbPhenotype #> [1] TRUE #> #> $`cerebral primitive neuroectodermal tumor`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebral primitive neuroectodermal tumor`$`_is_leaf` #> [1] TRUE #> #> $`cerebral primitive neuroectodermal tumor`$children #> list() #> #> $`cerebral primitive neuroectodermal tumor`$value #> [1] "cerebral primitive neuroectodermal tumor" #> #> #> $`cerebral primitive neuroectodermal tumor` #> $`cerebral primitive neuroectodermal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7398" #> #> $`cerebral primitive neuroectodermal tumor`$`_id` #> [1] "DOID_7398<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral primitive neuroectodermal tumor`$privateGeneCount #> [1] 0 #> #> $`cerebral primitive neuroectodermal tumor`$publicGeneCount #> [1] 9 #> #> $`cerebral primitive neuroectodermal tumor`$urlId #> [1] "DOID_7398" #> #> $`cerebral primitive neuroectodermal tumor`$dbPhenotype #> [1] TRUE #> #> $`cerebral primitive neuroectodermal tumor`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral primitive neuroectodermal tumor`$`_is_leaf` #> [1] TRUE #> #> $`cerebral primitive neuroectodermal tumor`$children #> list() #> #> $`cerebral primitive neuroectodermal tumor`$value #> [1] "cerebral primitive neuroectodermal tumor" #> #> #> $`cerebral primitive neuroectodermal tumor` #> $`cerebral primitive neuroectodermal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7398" #> #> $`cerebral primitive neuroectodermal tumor`$`_id` #> [1] "DOID_7398<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral primitive neuroectodermal tumor`$privateGeneCount #> [1] 0 #> #> $`cerebral primitive neuroectodermal tumor`$publicGeneCount #> [1] 9 #> #> $`cerebral primitive neuroectodermal tumor`$urlId #> [1] "DOID_7398" #> #> $`cerebral primitive neuroectodermal tumor`$dbPhenotype #> [1] TRUE #> #> $`cerebral primitive neuroectodermal tumor`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebral primitive neuroectodermal tumor`$`_is_leaf` #> [1] TRUE #> #> $`cerebral primitive neuroectodermal tumor`$children #> list() #> #> $`cerebral primitive neuroectodermal tumor`$value #> [1] "cerebral primitive neuroectodermal tumor" #> #> #> $`Cerebral visual impairment` #> $`Cerebral visual impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100704" #> #> $`Cerebral visual impairment`$`_id` #> [1] "HP_0100704<HP_0000505<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Cerebral visual impairment`$privateGeneCount #> [1] 0 #> #> $`Cerebral visual impairment`$publicGeneCount #> [1] 1 #> #> $`Cerebral visual impairment`$urlId #> [1] "HP_0100704" #> #> $`Cerebral visual impairment`$dbPhenotype #> [1] TRUE #> #> $`Cerebral visual impairment`$`_parent` #> [1] "HP_0000505<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Cerebral visual impairment`$`_is_leaf` #> [1] TRUE #> #> $`Cerebral visual impairment`$children #> list() #> #> $`Cerebral visual impairment`$value #> [1] "Cerebral visual impairment" #> #> #> $`cerebrotendinous xanthomatosis` #> $`cerebrotendinous xanthomatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4810" #> #> $`cerebrotendinous xanthomatosis`$`_id` #> [1] "DOID_4810<DOID_3345<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`cerebrotendinous xanthomatosis`$privateGeneCount #> [1] 0 #> #> $`cerebrotendinous xanthomatosis`$publicGeneCount #> [1] 1 #> #> $`cerebrotendinous xanthomatosis`$urlId #> [1] "DOID_4810" #> #> $`cerebrotendinous xanthomatosis`$dbPhenotype #> [1] TRUE #> #> $`cerebrotendinous xanthomatosis`$`_parent` #> [1] "DOID_3345<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`cerebrotendinous xanthomatosis`$`_is_leaf` #> [1] TRUE #> #> $`cerebrotendinous xanthomatosis`$children #> list() #> #> $`cerebrotendinous xanthomatosis`$value #> [1] "cerebrotendinous xanthomatosis" #> #> #> $`cerebrovascular benign neoplasm` #> $`cerebrovascular benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60007" #> #> $`cerebrovascular benign neoplasm`$`_id` #> [1] "DOID_60007<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cerebrovascular benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`cerebrovascular benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`cerebrovascular benign neoplasm`$urlId #> [1] "DOID_60007" #> #> $`cerebrovascular benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cerebrovascular benign neoplasm`$`_parent` #> [1] "DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cerebrovascular benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cerebrovascular benign neoplasm`$children #> $`cerebrovascular benign neoplasm`$children[[1]] #> [1] "DOID_2626<DOID_60007<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`cerebrovascular benign neoplasm`$value #> [1] "cerebrovascular benign neoplasm" #> #> #> $`cerebrovascular benign neoplasm` #> $`cerebrovascular benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60007" #> #> $`cerebrovascular benign neoplasm`$`_id` #> [1] "DOID_60007<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`cerebrovascular benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`cerebrovascular benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`cerebrovascular benign neoplasm`$urlId #> [1] "DOID_60007" #> #> $`cerebrovascular benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cerebrovascular benign neoplasm`$`_parent` #> [1] "DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`cerebrovascular benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cerebrovascular benign neoplasm`$children #> $`cerebrovascular benign neoplasm`$children[[1]] #> [1] "DOID_2626<DOID_60007<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> #> $`cerebrovascular benign neoplasm`$value #> [1] "cerebrovascular benign neoplasm" #> #> #> $`cerebrovascular disease` #> $`cerebrovascular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6713" #> #> $`cerebrovascular disease`$`_id` #> [1] "DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$privateGeneCount #> [1] 0 #> #> $`cerebrovascular disease`$publicGeneCount #> [1] 273 #> #> $`cerebrovascular disease`$urlId #> [1] "DOID_6713" #> #> $`cerebrovascular disease`$dbPhenotype #> [1] TRUE #> #> $`cerebrovascular disease`$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$`_is_leaf` #> [1] FALSE #> #> $`cerebrovascular disease`$children #> $`cerebrovascular disease`$children[[1]] #> [1] "DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[2]] #> [1] "DOID_2316<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[3]] #> [1] "DOID_3407<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[4]] #> [1] "DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[5]] #> [1] "DOID_4372<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[6]] #> [1] "DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[7]] #> [1] "DOID_13100<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`cerebrovascular disease`$value #> [1] "cerebrovascular disease" #> #> #> $`cerebrovascular disease` #> $`cerebrovascular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6713" #> #> $`cerebrovascular disease`$`_id` #> [1] "DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$privateGeneCount #> [1] 0 #> #> $`cerebrovascular disease`$publicGeneCount #> [1] 273 #> #> $`cerebrovascular disease`$urlId #> [1] "DOID_6713" #> #> $`cerebrovascular disease`$dbPhenotype #> [1] TRUE #> #> $`cerebrovascular disease`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$`_is_leaf` #> [1] FALSE #> #> $`cerebrovascular disease`$children #> $`cerebrovascular disease`$children[[1]] #> [1] "DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[2]] #> [1] "DOID_2316<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[3]] #> [1] "DOID_3407<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[4]] #> [1] "DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[5]] #> [1] "DOID_4372<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[6]] #> [1] "DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrovascular disease`$children[[7]] #> [1] "DOID_13100<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebrovascular disease`$value #> [1] "cerebrovascular disease" #> #> #> $`cerebrum cancer` #> $`cerebrum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_368" #> #> $`cerebrum cancer`$`_id` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebrum cancer`$privateGeneCount #> [1] 0 #> #> $`cerebrum cancer`$publicGeneCount #> [1] 54 #> #> $`cerebrum cancer`$urlId #> [1] "DOID_368" #> #> $`cerebrum cancer`$dbPhenotype #> [1] FALSE #> #> $`cerebrum cancer`$`_parent` #> [1] "DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebrum cancer`$`_is_leaf` #> [1] FALSE #> #> $`cerebrum cancer`$children #> $`cerebrum cancer`$children[[1]] #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebrum cancer`$children[[2]] #> [1] "DOID_7398<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cerebrum cancer`$children[[3]] #> [1] "DOID_7007<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cerebrum cancer`$value #> [1] "cerebrum cancer" #> #> #> $`cerebrum cancer` #> $`cerebrum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_368" #> #> $`cerebrum cancer`$`_id` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$privateGeneCount #> [1] 0 #> #> $`cerebrum cancer`$publicGeneCount #> [1] 54 #> #> $`cerebrum cancer`$urlId #> [1] "DOID_368" #> #> $`cerebrum cancer`$dbPhenotype #> [1] FALSE #> #> $`cerebrum cancer`$`_parent` #> [1] "DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$`_is_leaf` #> [1] FALSE #> #> $`cerebrum cancer`$children #> $`cerebrum cancer`$children[[1]] #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$children[[2]] #> [1] "DOID_7398<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$children[[3]] #> [1] "DOID_7007<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebrum cancer`$value #> [1] "cerebrum cancer" #> #> #> $`cerebrum cancer` #> $`cerebrum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_368" #> #> $`cerebrum cancer`$`_id` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$privateGeneCount #> [1] 0 #> #> $`cerebrum cancer`$publicGeneCount #> [1] 54 #> #> $`cerebrum cancer`$urlId #> [1] "DOID_368" #> #> $`cerebrum cancer`$dbPhenotype #> [1] FALSE #> #> $`cerebrum cancer`$`_parent` #> [1] "DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$`_is_leaf` #> [1] FALSE #> #> $`cerebrum cancer`$children #> $`cerebrum cancer`$children[[1]] #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$children[[2]] #> [1] "DOID_7398<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$children[[3]] #> [1] "DOID_7007<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebrum cancer`$value #> [1] "cerebrum cancer" #> #> #> $`cerebrum cancer` #> $`cerebrum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_368" #> #> $`cerebrum cancer`$`_id` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$privateGeneCount #> [1] 0 #> #> $`cerebrum cancer`$publicGeneCount #> [1] 54 #> #> $`cerebrum cancer`$urlId #> [1] "DOID_368" #> #> $`cerebrum cancer`$dbPhenotype #> [1] FALSE #> #> $`cerebrum cancer`$`_parent` #> [1] "DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$`_is_leaf` #> [1] FALSE #> #> $`cerebrum cancer`$children #> $`cerebrum cancer`$children[[1]] #> [1] "DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$children[[2]] #> [1] "DOID_7398<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cerebrum cancer`$children[[3]] #> [1] "DOID_7007<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cerebrum cancer`$value #> [1] "cerebrum cancer" #> #> #> $`Cerulean cataract` #> $`Cerulean cataract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007976" #> #> $`Cerulean cataract`$`_id` #> [1] "HP_0007976<HP_0007648<HP_0010920<HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Cerulean cataract`$privateGeneCount #> [1] 0 #> #> $`Cerulean cataract`$publicGeneCount #> [1] 1 #> #> $`Cerulean cataract`$urlId #> [1] "HP_0007976" #> #> $`Cerulean cataract`$dbPhenotype #> [1] TRUE #> #> $`Cerulean cataract`$`_parent` #> [1] "HP_0007648<HP_0010920<HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Cerulean cataract`$`_is_leaf` #> [1] TRUE #> #> $`Cerulean cataract`$children #> list() #> #> $`Cerulean cataract`$value #> [1] "Cerulean cataract" #> #> #> $`cervical cancer` #> $`cervical cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4362" #> #> $`cervical cancer`$`_id` #> [1] "DOID_4362<DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervical cancer`$privateGeneCount #> [1] 0 #> #> $`cervical cancer`$publicGeneCount #> [1] 147 #> #> $`cervical cancer`$urlId #> [1] "DOID_4362" #> #> $`cervical cancer`$dbPhenotype #> [1] TRUE #> #> $`cervical cancer`$`_parent` #> [1] "DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervical cancer`$`_is_leaf` #> [1] FALSE #> #> $`cervical cancer`$children #> $`cervical cancer`$children[[1]] #> [1] "DOID_2893<DOID_4362<DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`cervical cancer`$value #> [1] "cervical cancer" #> #> #> $`cervical cancer` #> $`cervical cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4362" #> #> $`cervical cancer`$`_id` #> [1] "DOID_4362<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cervical cancer`$privateGeneCount #> [1] 0 #> #> $`cervical cancer`$publicGeneCount #> [1] 147 #> #> $`cervical cancer`$urlId #> [1] "DOID_4362" #> #> $`cervical cancer`$dbPhenotype #> [1] TRUE #> #> $`cervical cancer`$`_parent` #> [1] "DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cervical cancer`$`_is_leaf` #> [1] FALSE #> #> $`cervical cancer`$children #> $`cervical cancer`$children[[1]] #> [1] "DOID_2893<DOID_4362<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cervical cancer`$value #> [1] "cervical cancer" #> #> #> $`cervical cancer` #> $`cervical cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4362" #> #> $`cervical cancer`$`_id` #> [1] "DOID_4362<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervical cancer`$privateGeneCount #> [1] 0 #> #> $`cervical cancer`$publicGeneCount #> [1] 147 #> #> $`cervical cancer`$urlId #> [1] "DOID_4362" #> #> $`cervical cancer`$dbPhenotype #> [1] TRUE #> #> $`cervical cancer`$`_parent` #> [1] "DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervical cancer`$`_is_leaf` #> [1] FALSE #> #> $`cervical cancer`$children #> $`cervical cancer`$children[[1]] #> [1] "DOID_2893<DOID_4362<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`cervical cancer`$value #> [1] "cervical cancer" #> #> #> $`cervical cancer` #> $`cervical cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4362" #> #> $`cervical cancer`$`_id` #> [1] "DOID_4362<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervical cancer`$privateGeneCount #> [1] 0 #> #> $`cervical cancer`$publicGeneCount #> [1] 147 #> #> $`cervical cancer`$urlId #> [1] "DOID_4362" #> #> $`cervical cancer`$dbPhenotype #> [1] TRUE #> #> $`cervical cancer`$`_parent` #> [1] "DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervical cancer`$`_is_leaf` #> [1] FALSE #> #> $`cervical cancer`$children #> $`cervical cancer`$children[[1]] #> [1] "DOID_2893<DOID_4362<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`cervical cancer`$value #> [1] "cervical cancer" #> #> #> $`cervix carcinoma` #> $`cervix carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2893" #> #> $`cervix carcinoma`$`_id` #> [1] "DOID_2893<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cervix carcinoma`$privateGeneCount #> [1] 0 #> #> $`cervix carcinoma`$publicGeneCount #> [1] 145 #> #> $`cervix carcinoma`$urlId #> [1] "DOID_2893" #> #> $`cervix carcinoma`$dbPhenotype #> [1] TRUE #> #> $`cervix carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`cervix carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`cervix carcinoma`$children #> list() #> #> $`cervix carcinoma`$value #> [1] "cervix carcinoma" #> #> #> $`cervix carcinoma` #> $`cervix carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2893" #> #> $`cervix carcinoma`$`_id` #> [1] "DOID_2893<DOID_4362<DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix carcinoma`$privateGeneCount #> [1] 0 #> #> $`cervix carcinoma`$publicGeneCount #> [1] 145 #> #> $`cervix carcinoma`$urlId #> [1] "DOID_2893" #> #> $`cervix carcinoma`$dbPhenotype #> [1] TRUE #> #> $`cervix carcinoma`$`_parent` #> [1] "DOID_4362<DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`cervix carcinoma`$children #> list() #> #> $`cervix carcinoma`$value #> [1] "cervix carcinoma" #> #> #> $`cervix carcinoma` #> $`cervix carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2893" #> #> $`cervix carcinoma`$`_id` #> [1] "DOID_2893<DOID_4362<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cervix carcinoma`$privateGeneCount #> [1] 0 #> #> $`cervix carcinoma`$publicGeneCount #> [1] 145 #> #> $`cervix carcinoma`$urlId #> [1] "DOID_2893" #> #> $`cervix carcinoma`$dbPhenotype #> [1] TRUE #> #> $`cervix carcinoma`$`_parent` #> [1] "DOID_4362<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cervix carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`cervix carcinoma`$children #> list() #> #> $`cervix carcinoma`$value #> [1] "cervix carcinoma" #> #> #> $`cervix carcinoma` #> $`cervix carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2893" #> #> $`cervix carcinoma`$`_id` #> [1] "DOID_2893<DOID_4362<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix carcinoma`$privateGeneCount #> [1] 0 #> #> $`cervix carcinoma`$publicGeneCount #> [1] 145 #> #> $`cervix carcinoma`$urlId #> [1] "DOID_2893" #> #> $`cervix carcinoma`$dbPhenotype #> [1] TRUE #> #> $`cervix carcinoma`$`_parent` #> [1] "DOID_4362<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`cervix carcinoma`$children #> list() #> #> $`cervix carcinoma`$value #> [1] "cervix carcinoma" #> #> #> $`cervix carcinoma` #> $`cervix carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2893" #> #> $`cervix carcinoma`$`_id` #> [1] "DOID_2893<DOID_4362<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix carcinoma`$privateGeneCount #> [1] 0 #> #> $`cervix carcinoma`$publicGeneCount #> [1] 145 #> #> $`cervix carcinoma`$urlId #> [1] "DOID_2893" #> #> $`cervix carcinoma`$dbPhenotype #> [1] TRUE #> #> $`cervix carcinoma`$`_parent` #> [1] "DOID_4362<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`cervix carcinoma`$children #> list() #> #> $`cervix carcinoma`$value #> [1] "cervix carcinoma" #> #> #> $`cervix disease` #> $`cervix disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2253" #> #> $`cervix disease`$`_id` #> [1] "DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix disease`$privateGeneCount #> [1] 0 #> #> $`cervix disease`$publicGeneCount #> [1] 156 #> #> $`cervix disease`$urlId #> [1] "DOID_2253" #> #> $`cervix disease`$dbPhenotype #> [1] FALSE #> #> $`cervix disease`$`_parent` #> [1] "DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix disease`$`_is_leaf` #> [1] FALSE #> #> $`cervix disease`$children #> $`cervix disease`$children[[1]] #> [1] "DOID_11168<DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix disease`$children[[2]] #> [1] "DOID_4362<DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix disease`$children[[3]] #> [1] "DOID_8991<DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`cervix disease`$value #> [1] "cervix disease" #> #> #> $`cervix uteri carcinoma in situ` #> $`cervix uteri carcinoma in situ`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8991" #> #> $`cervix uteri carcinoma in situ`$`_id` #> [1] "DOID_8991<DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix uteri carcinoma in situ`$privateGeneCount #> [1] 0 #> #> $`cervix uteri carcinoma in situ`$publicGeneCount #> [1] 45 #> #> $`cervix uteri carcinoma in situ`$urlId #> [1] "DOID_8991" #> #> $`cervix uteri carcinoma in situ`$dbPhenotype #> [1] TRUE #> #> $`cervix uteri carcinoma in situ`$`_parent` #> [1] "DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix uteri carcinoma in situ`$`_is_leaf` #> [1] TRUE #> #> $`cervix uteri carcinoma in situ`$children #> list() #> #> $`cervix uteri carcinoma in situ`$value #> [1] "cervix uteri carcinoma in situ" #> #> #> $`cervix uteri carcinoma in situ` #> $`cervix uteri carcinoma in situ`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8991" #> #> $`cervix uteri carcinoma in situ`$`_id` #> [1] "DOID_8991<DOID_9108<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix uteri carcinoma in situ`$privateGeneCount #> [1] 0 #> #> $`cervix uteri carcinoma in situ`$publicGeneCount #> [1] 45 #> #> $`cervix uteri carcinoma in situ`$urlId #> [1] "DOID_8991" #> #> $`cervix uteri carcinoma in situ`$dbPhenotype #> [1] TRUE #> #> $`cervix uteri carcinoma in situ`$`_parent` #> [1] "DOID_9108<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`cervix uteri carcinoma in situ`$`_is_leaf` #> [1] TRUE #> #> $`cervix uteri carcinoma in situ`$children #> list() #> #> $`cervix uteri carcinoma in situ`$value #> [1] "cervix uteri carcinoma in situ" #> #> #> $`cervix uteri carcinoma in situ` #> $`cervix uteri carcinoma in situ`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8991" #> #> $`cervix uteri carcinoma in situ`$`_id` #> [1] "DOID_8991<DOID_9108<DOID_8719<DOID_0060071<DOID_14566<DOID_4" #> #> $`cervix uteri carcinoma in situ`$privateGeneCount #> [1] 0 #> #> $`cervix uteri carcinoma in situ`$publicGeneCount #> [1] 45 #> #> $`cervix uteri carcinoma in situ`$urlId #> [1] "DOID_8991" #> #> $`cervix uteri carcinoma in situ`$dbPhenotype #> [1] TRUE #> #> $`cervix uteri carcinoma in situ`$`_parent` #> [1] "DOID_9108<DOID_8719<DOID_0060071<DOID_14566<DOID_4" #> #> $`cervix uteri carcinoma in situ`$`_is_leaf` #> [1] TRUE #> #> $`cervix uteri carcinoma in situ`$children #> list() #> #> $`cervix uteri carcinoma in situ`$value #> [1] "cervix uteri carcinoma in situ" #> #> #> $`Chagas disease` #> $`Chagas disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12140" #> #> $`Chagas disease`$`_id` #> [1] "DOID_12140<DOID_10113<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`Chagas disease`$privateGeneCount #> [1] 0 #> #> $`Chagas disease`$publicGeneCount #> [1] 5 #> #> $`Chagas disease`$urlId #> [1] "DOID_12140" #> #> $`Chagas disease`$dbPhenotype #> [1] TRUE #> #> $`Chagas disease`$`_parent` #> [1] "DOID_10113<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`Chagas disease`$`_is_leaf` #> [1] TRUE #> #> $`Chagas disease`$children #> list() #> #> $`Chagas disease`$value #> [1] "Chagas disease" #> #> #> $`Charcot-Marie-Tooth disease` #> $`Charcot-Marie-Tooth disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10595" #> #> $`Charcot-Marie-Tooth disease`$`_id` #> [1] "DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease`$publicGeneCount #> [1] 58 #> #> $`Charcot-Marie-Tooth disease`$urlId #> [1] "DOID_10595" #> #> $`Charcot-Marie-Tooth disease`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease`$`_parent` #> [1] "DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$`_is_leaf` #> [1] FALSE #> #> $`Charcot-Marie-Tooth disease`$children #> $`Charcot-Marie-Tooth disease`$children[[1]] #> [1] "DOID_0050543<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[2]] #> [1] "DOID_0050538<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[3]] #> [1] "DOID_0050539<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[4]] #> [1] "DOID_0050540<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[5]] #> [1] "DOID_0050541<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[6]] #> [1] "DOID_0080068<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[7]] #> [1] "DOID_0050542<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> #> $`Charcot-Marie-Tooth disease`$value #> [1] "Charcot-Marie-Tooth disease" #> #> #> $`Charcot-Marie-Tooth disease` #> $`Charcot-Marie-Tooth disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10595" #> #> $`Charcot-Marie-Tooth disease`$`_id` #> [1] "DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease`$publicGeneCount #> [1] 58 #> #> $`Charcot-Marie-Tooth disease`$urlId #> [1] "DOID_10595" #> #> $`Charcot-Marie-Tooth disease`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease`$`_parent` #> [1] "DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$`_is_leaf` #> [1] FALSE #> #> $`Charcot-Marie-Tooth disease`$children #> $`Charcot-Marie-Tooth disease`$children[[1]] #> [1] "DOID_0050543<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[2]] #> [1] "DOID_0050538<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[3]] #> [1] "DOID_0050539<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[4]] #> [1] "DOID_0050540<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[5]] #> [1] "DOID_0050541<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[6]] #> [1] "DOID_0080068<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease`$children[[7]] #> [1] "DOID_0050542<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`Charcot-Marie-Tooth disease`$value #> [1] "Charcot-Marie-Tooth disease" #> #> #> $`Charcot-Marie-Tooth disease intermediate type` #> $`Charcot-Marie-Tooth disease intermediate type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050543" #> #> $`Charcot-Marie-Tooth disease intermediate type`$`_id` #> [1] "DOID_0050543<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease intermediate type`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease intermediate type`$publicGeneCount #> [1] 9 #> #> $`Charcot-Marie-Tooth disease intermediate type`$urlId #> [1] "DOID_0050543" #> #> $`Charcot-Marie-Tooth disease intermediate type`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease intermediate type`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease intermediate type`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease intermediate type`$children #> list() #> #> $`Charcot-Marie-Tooth disease intermediate type`$value #> [1] "Charcot-Marie-Tooth disease intermediate type" #> #> #> $`Charcot-Marie-Tooth disease intermediate type` #> $`Charcot-Marie-Tooth disease intermediate type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050543" #> #> $`Charcot-Marie-Tooth disease intermediate type`$`_id` #> [1] "DOID_0050543<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease intermediate type`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease intermediate type`$publicGeneCount #> [1] 9 #> #> $`Charcot-Marie-Tooth disease intermediate type`$urlId #> [1] "DOID_0050543" #> #> $`Charcot-Marie-Tooth disease intermediate type`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease intermediate type`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease intermediate type`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease intermediate type`$children #> list() #> #> $`Charcot-Marie-Tooth disease intermediate type`$value #> [1] "Charcot-Marie-Tooth disease intermediate type" #> #> #> $`Charcot-Marie-Tooth disease type 1` #> $`Charcot-Marie-Tooth disease type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050538" #> #> $`Charcot-Marie-Tooth disease type 1`$`_id` #> [1] "DOID_0050538<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 1`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 1`$publicGeneCount #> [1] 5 #> #> $`Charcot-Marie-Tooth disease type 1`$urlId #> [1] "DOID_0050538" #> #> $`Charcot-Marie-Tooth disease type 1`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 1`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 1`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 1`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 1`$value #> [1] "Charcot-Marie-Tooth disease type 1" #> #> #> $`Charcot-Marie-Tooth disease type 1` #> $`Charcot-Marie-Tooth disease type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050538" #> #> $`Charcot-Marie-Tooth disease type 1`$`_id` #> [1] "DOID_0050538<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 1`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 1`$publicGeneCount #> [1] 5 #> #> $`Charcot-Marie-Tooth disease type 1`$urlId #> [1] "DOID_0050538" #> #> $`Charcot-Marie-Tooth disease type 1`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 1`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 1`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 1`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 1`$value #> [1] "Charcot-Marie-Tooth disease type 1" #> #> #> $`Charcot-Marie-Tooth disease type 2` #> $`Charcot-Marie-Tooth disease type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050539" #> #> $`Charcot-Marie-Tooth disease type 2`$`_id` #> [1] "DOID_0050539<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 2`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 2`$publicGeneCount #> [1] 23 #> #> $`Charcot-Marie-Tooth disease type 2`$urlId #> [1] "DOID_0050539" #> #> $`Charcot-Marie-Tooth disease type 2`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 2`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 2`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 2`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 2`$value #> [1] "Charcot-Marie-Tooth disease type 2" #> #> #> $`Charcot-Marie-Tooth disease type 2` #> $`Charcot-Marie-Tooth disease type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050539" #> #> $`Charcot-Marie-Tooth disease type 2`$`_id` #> [1] "DOID_0050539<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 2`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 2`$publicGeneCount #> [1] 23 #> #> $`Charcot-Marie-Tooth disease type 2`$urlId #> [1] "DOID_0050539" #> #> $`Charcot-Marie-Tooth disease type 2`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 2`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 2`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 2`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 2`$value #> [1] "Charcot-Marie-Tooth disease type 2" #> #> #> $`Charcot-Marie-Tooth disease type 3` #> $`Charcot-Marie-Tooth disease type 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050540" #> #> $`Charcot-Marie-Tooth disease type 3`$`_id` #> [1] "DOID_0050540<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 3`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 3`$publicGeneCount #> [1] 4 #> #> $`Charcot-Marie-Tooth disease type 3`$urlId #> [1] "DOID_0050540" #> #> $`Charcot-Marie-Tooth disease type 3`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 3`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 3`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 3`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 3`$value #> [1] "Charcot-Marie-Tooth disease type 3" #> #> #> $`Charcot-Marie-Tooth disease type 3` #> $`Charcot-Marie-Tooth disease type 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050540" #> #> $`Charcot-Marie-Tooth disease type 3`$`_id` #> [1] "DOID_0050540<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 3`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 3`$publicGeneCount #> [1] 4 #> #> $`Charcot-Marie-Tooth disease type 3`$urlId #> [1] "DOID_0050540" #> #> $`Charcot-Marie-Tooth disease type 3`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 3`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 3`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 3`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 3`$value #> [1] "Charcot-Marie-Tooth disease type 3" #> #> #> $`Charcot-Marie-Tooth disease type 3` #> $`Charcot-Marie-Tooth disease type 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050540" #> #> $`Charcot-Marie-Tooth disease type 3`$`_id` #> [1] "DOID_0050540<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 3`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 3`$publicGeneCount #> [1] 4 #> #> $`Charcot-Marie-Tooth disease type 3`$urlId #> [1] "DOID_0050540" #> #> $`Charcot-Marie-Tooth disease type 3`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 3`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 3`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 3`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 3`$value #> [1] "Charcot-Marie-Tooth disease type 3" #> #> #> $`Charcot-Marie-Tooth disease type 3` #> $`Charcot-Marie-Tooth disease type 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050540" #> #> $`Charcot-Marie-Tooth disease type 3`$`_id` #> [1] "DOID_0050540<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 3`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 3`$publicGeneCount #> [1] 4 #> #> $`Charcot-Marie-Tooth disease type 3`$urlId #> [1] "DOID_0050540" #> #> $`Charcot-Marie-Tooth disease type 3`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 3`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 3`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 3`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 3`$value #> [1] "Charcot-Marie-Tooth disease type 3" #> #> #> $`Charcot-Marie-Tooth disease type 4` #> $`Charcot-Marie-Tooth disease type 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050541" #> #> $`Charcot-Marie-Tooth disease type 4`$`_id` #> [1] "DOID_0050541<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 4`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 4`$publicGeneCount #> [1] 22 #> #> $`Charcot-Marie-Tooth disease type 4`$urlId #> [1] "DOID_0050541" #> #> $`Charcot-Marie-Tooth disease type 4`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 4`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 4`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 4`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 4`$value #> [1] "Charcot-Marie-Tooth disease type 4" #> #> #> $`Charcot-Marie-Tooth disease type 4` #> $`Charcot-Marie-Tooth disease type 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050541" #> #> $`Charcot-Marie-Tooth disease type 4`$`_id` #> [1] "DOID_0050541<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 4`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 4`$publicGeneCount #> [1] 22 #> #> $`Charcot-Marie-Tooth disease type 4`$urlId #> [1] "DOID_0050541" #> #> $`Charcot-Marie-Tooth disease type 4`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 4`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 4`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 4`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 4`$value #> [1] "Charcot-Marie-Tooth disease type 4" #> #> #> $`Charcot-Marie-Tooth disease type 6` #> $`Charcot-Marie-Tooth disease type 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080068" #> #> $`Charcot-Marie-Tooth disease type 6`$`_id` #> [1] "DOID_0080068<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 6`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 6`$publicGeneCount #> [1] 2 #> #> $`Charcot-Marie-Tooth disease type 6`$urlId #> [1] "DOID_0080068" #> #> $`Charcot-Marie-Tooth disease type 6`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 6`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 6`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 6`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 6`$value #> [1] "Charcot-Marie-Tooth disease type 6" #> #> #> $`Charcot-Marie-Tooth disease type 6` #> $`Charcot-Marie-Tooth disease type 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080068" #> #> $`Charcot-Marie-Tooth disease type 6`$`_id` #> [1] "DOID_0080068<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 6`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type 6`$publicGeneCount #> [1] 2 #> #> $`Charcot-Marie-Tooth disease type 6`$urlId #> [1] "DOID_0080068" #> #> $`Charcot-Marie-Tooth disease type 6`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 6`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type 6`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type 6`$children #> list() #> #> $`Charcot-Marie-Tooth disease type 6`$value #> [1] "Charcot-Marie-Tooth disease type 6" #> #> #> $`Charcot-Marie-Tooth disease type X` #> $`Charcot-Marie-Tooth disease type X`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050542" #> #> $`Charcot-Marie-Tooth disease type X`$`_id` #> [1] "DOID_0050542<DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type X`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type X`$publicGeneCount #> [1] 4 #> #> $`Charcot-Marie-Tooth disease type X`$urlId #> [1] "DOID_0050542" #> #> $`Charcot-Marie-Tooth disease type X`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type X`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type X`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type X`$children #> list() #> #> $`Charcot-Marie-Tooth disease type X`$value #> [1] "Charcot-Marie-Tooth disease type X" #> #> #> $`Charcot-Marie-Tooth disease type X` #> $`Charcot-Marie-Tooth disease type X`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050542" #> #> $`Charcot-Marie-Tooth disease type X`$`_id` #> [1] "DOID_0050542<DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type X`$privateGeneCount #> [1] 0 #> #> $`Charcot-Marie-Tooth disease type X`$publicGeneCount #> [1] 4 #> #> $`Charcot-Marie-Tooth disease type X`$urlId #> [1] "DOID_0050542" #> #> $`Charcot-Marie-Tooth disease type X`$dbPhenotype #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type X`$`_parent` #> [1] "DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Charcot-Marie-Tooth disease type X`$`_is_leaf` #> [1] TRUE #> #> $`Charcot-Marie-Tooth disease type X`$children #> list() #> #> $`Charcot-Marie-Tooth disease type X`$value #> [1] "Charcot-Marie-Tooth disease type X" #> #> #> $`CHARGE syndrome` #> $`CHARGE syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050834" #> #> $`CHARGE syndrome`$`_id` #> [1] "DOID_0050834<DOID_225<DOID_4" #> #> $`CHARGE syndrome`$privateGeneCount #> [1] 0 #> #> $`CHARGE syndrome`$publicGeneCount #> [1] 2 #> #> $`CHARGE syndrome`$urlId #> [1] "DOID_0050834" #> #> $`CHARGE syndrome`$dbPhenotype #> [1] TRUE #> #> $`CHARGE syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`CHARGE syndrome`$`_is_leaf` #> [1] TRUE #> #> $`CHARGE syndrome`$children #> list() #> #> $`CHARGE syndrome`$value #> [1] "CHARGE syndrome" #> #> #> $`Charlevoix-Saguenay spastic ataxia` #> $`Charlevoix-Saguenay spastic ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050946" #> #> $`Charlevoix-Saguenay spastic ataxia`$`_id` #> [1] "DOID_0050946<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Charlevoix-Saguenay spastic ataxia`$privateGeneCount #> [1] 0 #> #> $`Charlevoix-Saguenay spastic ataxia`$publicGeneCount #> [1] 1 #> #> $`Charlevoix-Saguenay spastic ataxia`$urlId #> [1] "DOID_0050946" #> #> $`Charlevoix-Saguenay spastic ataxia`$dbPhenotype #> [1] TRUE #> #> $`Charlevoix-Saguenay spastic ataxia`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Charlevoix-Saguenay spastic ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Charlevoix-Saguenay spastic ataxia`$children #> list() #> #> $`Charlevoix-Saguenay spastic ataxia`$value #> [1] "Charlevoix-Saguenay spastic ataxia" #> #> #> $`Charlevoix-Saguenay spastic ataxia` #> $`Charlevoix-Saguenay spastic ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050946" #> #> $`Charlevoix-Saguenay spastic ataxia`$`_id` #> [1] "DOID_0050946<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Charlevoix-Saguenay spastic ataxia`$privateGeneCount #> [1] 0 #> #> $`Charlevoix-Saguenay spastic ataxia`$publicGeneCount #> [1] 1 #> #> $`Charlevoix-Saguenay spastic ataxia`$urlId #> [1] "DOID_0050946" #> #> $`Charlevoix-Saguenay spastic ataxia`$dbPhenotype #> [1] TRUE #> #> $`Charlevoix-Saguenay spastic ataxia`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Charlevoix-Saguenay spastic ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Charlevoix-Saguenay spastic ataxia`$children #> list() #> #> $`Charlevoix-Saguenay spastic ataxia`$value #> [1] "Charlevoix-Saguenay spastic ataxia" #> #> #> $`Charlevoix-Saguenay spastic ataxia` #> $`Charlevoix-Saguenay spastic ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050946" #> #> $`Charlevoix-Saguenay spastic ataxia`$`_id` #> [1] "DOID_0050946<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Charlevoix-Saguenay spastic ataxia`$privateGeneCount #> [1] 0 #> #> $`Charlevoix-Saguenay spastic ataxia`$publicGeneCount #> [1] 1 #> #> $`Charlevoix-Saguenay spastic ataxia`$urlId #> [1] "DOID_0050946" #> #> $`Charlevoix-Saguenay spastic ataxia`$dbPhenotype #> [1] TRUE #> #> $`Charlevoix-Saguenay spastic ataxia`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Charlevoix-Saguenay spastic ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Charlevoix-Saguenay spastic ataxia`$children #> list() #> #> $`Charlevoix-Saguenay spastic ataxia`$value #> [1] "Charlevoix-Saguenay spastic ataxia" #> #> #> $`Chediak-Higashi syndrome` #> $`Chediak-Higashi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2935" #> #> $`Chediak-Higashi syndrome`$`_id` #> [1] "DOID_2935<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Chediak-Higashi syndrome`$privateGeneCount #> [1] 0 #> #> $`Chediak-Higashi syndrome`$publicGeneCount #> [1] 1 #> #> $`Chediak-Higashi syndrome`$urlId #> [1] "DOID_2935" #> #> $`Chediak-Higashi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Chediak-Higashi syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Chediak-Higashi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Chediak-Higashi syndrome`$children #> list() #> #> $`Chediak-Higashi syndrome`$value #> [1] "Chediak-Higashi syndrome" #> #> #> $`Chediak-Higashi syndrome` #> $`Chediak-Higashi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2935" #> #> $`Chediak-Higashi syndrome`$`_id` #> [1] "DOID_2935<DOID_225<DOID_4" #> #> $`Chediak-Higashi syndrome`$privateGeneCount #> [1] 0 #> #> $`Chediak-Higashi syndrome`$publicGeneCount #> [1] 1 #> #> $`Chediak-Higashi syndrome`$urlId #> [1] "DOID_2935" #> #> $`Chediak-Higashi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Chediak-Higashi syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Chediak-Higashi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Chediak-Higashi syndrome`$children #> list() #> #> $`Chediak-Higashi syndrome`$value #> [1] "Chediak-Higashi syndrome" #> #> #> $cherubism #> $cherubism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1856" #> #> $cherubism$`_id` #> [1] "DOID_1856<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $cherubism$privateGeneCount #> [1] 0 #> #> $cherubism$publicGeneCount #> [1] 1 #> #> $cherubism$urlId #> [1] "DOID_1856" #> #> $cherubism$dbPhenotype #> [1] TRUE #> #> $cherubism$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $cherubism$`_is_leaf` #> [1] TRUE #> #> $cherubism$children #> list() #> #> $cherubism$value #> [1] "cherubism" #> #> #> $cherubism #> $cherubism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1856" #> #> $cherubism$`_id` #> [1] "DOID_1856<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $cherubism$privateGeneCount #> [1] 0 #> #> $cherubism$publicGeneCount #> [1] 1 #> #> $cherubism$urlId #> [1] "DOID_1856" #> #> $cherubism$dbPhenotype #> [1] TRUE #> #> $cherubism$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $cherubism$`_is_leaf` #> [1] TRUE #> #> $cherubism$children #> list() #> #> $cherubism$value #> [1] "cherubism" #> #> #> $`Chest pain` #> $`Chest pain`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100749" #> #> $`Chest pain`$`_id` #> [1] "HP_0100749<HP_0000765<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Chest pain`$privateGeneCount #> [1] 0 #> #> $`Chest pain`$publicGeneCount #> [1] 1 #> #> $`Chest pain`$urlId #> [1] "HP_0100749" #> #> $`Chest pain`$dbPhenotype #> [1] TRUE #> #> $`Chest pain`$`_parent` #> [1] "HP_0000765<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Chest pain`$`_is_leaf` #> [1] TRUE #> #> $`Chest pain`$children #> list() #> #> $`Chest pain`$value #> [1] "Chest pain" #> #> #> $`Chest pain` #> $`Chest pain`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100749" #> #> $`Chest pain`$`_id` #> [1] "HP_0100749<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $`Chest pain`$privateGeneCount #> [1] 0 #> #> $`Chest pain`$publicGeneCount #> [1] 1 #> #> $`Chest pain`$urlId #> [1] "HP_0100749" #> #> $`Chest pain`$dbPhenotype #> [1] TRUE #> #> $`Chest pain`$`_parent` #> [1] "HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $`Chest pain`$`_is_leaf` #> [1] TRUE #> #> $`Chest pain`$children #> list() #> #> $`Chest pain`$value #> [1] "Chest pain" #> #> #> $`Chilblain lupus` #> $`Chilblain lupus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060386" #> #> $`Chilblain lupus`$`_id` #> [1] "DOID_0060386<DOID_0050169<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Chilblain lupus`$privateGeneCount #> [1] 0 #> #> $`Chilblain lupus`$publicGeneCount #> [1] 2 #> #> $`Chilblain lupus`$urlId #> [1] "DOID_0060386" #> #> $`Chilblain lupus`$dbPhenotype #> [1] TRUE #> #> $`Chilblain lupus`$`_parent` #> [1] "DOID_0050169<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Chilblain lupus`$`_is_leaf` #> [1] TRUE #> #> $`Chilblain lupus`$children #> list() #> #> $`Chilblain lupus`$value #> [1] "Chilblain lupus" #> #> #> $`Chilblain lupus` #> $`Chilblain lupus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060386" #> #> $`Chilblain lupus`$`_id` #> [1] "DOID_0060386<DOID_0050169<DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Chilblain lupus`$privateGeneCount #> [1] 0 #> #> $`Chilblain lupus`$publicGeneCount #> [1] 2 #> #> $`Chilblain lupus`$urlId #> [1] "DOID_0060386" #> #> $`Chilblain lupus`$dbPhenotype #> [1] TRUE #> #> $`Chilblain lupus`$`_parent` #> [1] "DOID_0050169<DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Chilblain lupus`$`_is_leaf` #> [1] TRUE #> #> $`Chilblain lupus`$children #> list() #> #> $`Chilblain lupus`$value #> [1] "Chilblain lupus" #> #> #> $`childhood absence epilepsy` #> $`childhood absence epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1825" #> #> $`childhood absence epilepsy`$`_id` #> [1] "DOID_1825<DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood absence epilepsy`$privateGeneCount #> [1] 0 #> #> $`childhood absence epilepsy`$publicGeneCount #> [1] 32 #> #> $`childhood absence epilepsy`$urlId #> [1] "DOID_1825" #> #> $`childhood absence epilepsy`$dbPhenotype #> [1] TRUE #> #> $`childhood absence epilepsy`$`_parent` #> [1] "DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood absence epilepsy`$`_is_leaf` #> [1] TRUE #> #> $`childhood absence epilepsy`$children #> list() #> #> $`childhood absence epilepsy`$value #> [1] "childhood absence epilepsy" #> #> #> $`childhood cerebral astrocytoma` #> $`childhood cerebral astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7007" #> #> $`childhood cerebral astrocytoma`$`_id` #> [1] "DOID_7007<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood cerebral astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood cerebral astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood cerebral astrocytoma`$urlId #> [1] "DOID_7007" #> #> $`childhood cerebral astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`childhood cerebral astrocytoma`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood cerebral astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`childhood cerebral astrocytoma`$children #> list() #> #> $`childhood cerebral astrocytoma`$value #> [1] "childhood cerebral astrocytoma" #> #> #> $`childhood cerebral astrocytoma` #> $`childhood cerebral astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7007" #> #> $`childhood cerebral astrocytoma`$`_id` #> [1] "DOID_7007<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`childhood cerebral astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood cerebral astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood cerebral astrocytoma`$urlId #> [1] "DOID_7007" #> #> $`childhood cerebral astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`childhood cerebral astrocytoma`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`childhood cerebral astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`childhood cerebral astrocytoma`$children #> list() #> #> $`childhood cerebral astrocytoma`$value #> [1] "childhood cerebral astrocytoma" #> #> #> $`childhood cerebral astrocytoma` #> $`childhood cerebral astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7007" #> #> $`childhood cerebral astrocytoma`$`_id` #> [1] "DOID_7007<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood cerebral astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood cerebral astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood cerebral astrocytoma`$urlId #> [1] "DOID_7007" #> #> $`childhood cerebral astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`childhood cerebral astrocytoma`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood cerebral astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`childhood cerebral astrocytoma`$children #> list() #> #> $`childhood cerebral astrocytoma`$value #> [1] "childhood cerebral astrocytoma" #> #> #> $`childhood cerebral astrocytoma` #> $`childhood cerebral astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7007" #> #> $`childhood cerebral astrocytoma`$`_id` #> [1] "DOID_7007<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood cerebral astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood cerebral astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood cerebral astrocytoma`$urlId #> [1] "DOID_7007" #> #> $`childhood cerebral astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`childhood cerebral astrocytoma`$`_parent` #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood cerebral astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`childhood cerebral astrocytoma`$children #> list() #> #> $`childhood cerebral astrocytoma`$value #> [1] "childhood cerebral astrocytoma" #> #> #> $`childhood electroclinical syndrome` #> $`childhood electroclinical syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050704" #> #> $`childhood electroclinical syndrome`$`_id` #> [1] "DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood electroclinical syndrome`$privateGeneCount #> [1] 0 #> #> $`childhood electroclinical syndrome`$publicGeneCount #> [1] 35 #> #> $`childhood electroclinical syndrome`$urlId #> [1] "DOID_0050704" #> #> $`childhood electroclinical syndrome`$dbPhenotype #> [1] TRUE #> #> $`childhood electroclinical syndrome`$`_parent` #> [1] "DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood electroclinical syndrome`$`_is_leaf` #> [1] FALSE #> #> $`childhood electroclinical syndrome`$children #> $`childhood electroclinical syndrome`$children[[1]] #> [1] "DOID_3329<DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood electroclinical syndrome`$children[[2]] #> [1] "DOID_1825<DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood electroclinical syndrome`$children[[3]] #> [1] "DOID_2538<DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`childhood electroclinical syndrome`$value #> [1] "childhood electroclinical syndrome" #> #> #> $`childhood kidney cancer` #> $`childhood kidney cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3675" #> #> $`childhood kidney cancer`$`_id` #> [1] "DOID_3675<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood kidney cancer`$privateGeneCount #> [1] 0 #> #> $`childhood kidney cancer`$publicGeneCount #> [1] 2 #> #> $`childhood kidney cancer`$urlId #> [1] "DOID_3675" #> #> $`childhood kidney cancer`$dbPhenotype #> [1] FALSE #> #> $`childhood kidney cancer`$`_parent` #> [1] "DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood kidney cancer`$`_is_leaf` #> [1] FALSE #> #> $`childhood kidney cancer`$children #> $`childhood kidney cancer`$children[[1]] #> [1] "DOID_3672<DOID_3675<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`childhood kidney cancer`$value #> [1] "childhood kidney cancer" #> #> #> $`childhood kidney cancer` #> $`childhood kidney cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3675" #> #> $`childhood kidney cancer`$`_id` #> [1] "DOID_3675<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`childhood kidney cancer`$privateGeneCount #> [1] 0 #> #> $`childhood kidney cancer`$publicGeneCount #> [1] 2 #> #> $`childhood kidney cancer`$urlId #> [1] "DOID_3675" #> #> $`childhood kidney cancer`$dbPhenotype #> [1] FALSE #> #> $`childhood kidney cancer`$`_parent` #> [1] "DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`childhood kidney cancer`$`_is_leaf` #> [1] FALSE #> #> $`childhood kidney cancer`$children #> $`childhood kidney cancer`$children[[1]] #> [1] "DOID_3672<DOID_3675<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> #> $`childhood kidney cancer`$value #> [1] "childhood kidney cancer" #> #> #> $`childhood kidney cancer` #> $`childhood kidney cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3675" #> #> $`childhood kidney cancer`$`_id` #> [1] "DOID_3675<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`childhood kidney cancer`$privateGeneCount #> [1] 0 #> #> $`childhood kidney cancer`$publicGeneCount #> [1] 2 #> #> $`childhood kidney cancer`$urlId #> [1] "DOID_3675" #> #> $`childhood kidney cancer`$dbPhenotype #> [1] FALSE #> #> $`childhood kidney cancer`$`_parent` #> [1] "DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`childhood kidney cancer`$`_is_leaf` #> [1] FALSE #> #> $`childhood kidney cancer`$children #> $`childhood kidney cancer`$children[[1]] #> [1] "DOID_3672<DOID_3675<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`childhood kidney cancer`$value #> [1] "childhood kidney cancer" #> #> #> $`childhood medulloblastoma` #> $`childhood medulloblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3869" #> #> $`childhood medulloblastoma`$`_id` #> [1] "DOID_3869<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood medulloblastoma`$privateGeneCount #> [1] 0 #> #> $`childhood medulloblastoma`$publicGeneCount #> [1] 43 #> #> $`childhood medulloblastoma`$urlId #> [1] "DOID_3869" #> #> $`childhood medulloblastoma`$dbPhenotype #> [1] TRUE #> #> $`childhood medulloblastoma`$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood medulloblastoma`$`_is_leaf` #> [1] TRUE #> #> $`childhood medulloblastoma`$children #> list() #> #> $`childhood medulloblastoma`$value #> [1] "childhood medulloblastoma" #> #> #> $`childhood medulloblastoma` #> $`childhood medulloblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3869" #> #> $`childhood medulloblastoma`$`_id` #> [1] "DOID_3869<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`childhood medulloblastoma`$privateGeneCount #> [1] 0 #> #> $`childhood medulloblastoma`$publicGeneCount #> [1] 43 #> #> $`childhood medulloblastoma`$urlId #> [1] "DOID_3869" #> #> $`childhood medulloblastoma`$dbPhenotype #> [1] TRUE #> #> $`childhood medulloblastoma`$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`childhood medulloblastoma`$`_is_leaf` #> [1] TRUE #> #> $`childhood medulloblastoma`$children #> list() #> #> $`childhood medulloblastoma`$value #> [1] "childhood medulloblastoma" #> #> #> $`childhood medulloblastoma` #> $`childhood medulloblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3869" #> #> $`childhood medulloblastoma`$`_id` #> [1] "DOID_3869<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood medulloblastoma`$privateGeneCount #> [1] 0 #> #> $`childhood medulloblastoma`$publicGeneCount #> [1] 43 #> #> $`childhood medulloblastoma`$urlId #> [1] "DOID_3869" #> #> $`childhood medulloblastoma`$dbPhenotype #> [1] TRUE #> #> $`childhood medulloblastoma`$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood medulloblastoma`$`_is_leaf` #> [1] TRUE #> #> $`childhood medulloblastoma`$children #> list() #> #> $`childhood medulloblastoma`$value #> [1] "childhood medulloblastoma" #> #> #> $`childhood medulloblastoma` #> $`childhood medulloblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3869" #> #> $`childhood medulloblastoma`$`_id` #> [1] "DOID_3869<DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood medulloblastoma`$privateGeneCount #> [1] 0 #> #> $`childhood medulloblastoma`$publicGeneCount #> [1] 43 #> #> $`childhood medulloblastoma`$urlId #> [1] "DOID_3869" #> #> $`childhood medulloblastoma`$dbPhenotype #> [1] TRUE #> #> $`childhood medulloblastoma`$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood medulloblastoma`$`_is_leaf` #> [1] TRUE #> #> $`childhood medulloblastoma`$children #> list() #> #> $`childhood medulloblastoma`$value #> [1] "childhood medulloblastoma" #> #> #> $`childhood oligodendroglioma` #> $`childhood oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3183" #> #> $`childhood oligodendroglioma`$`_id` #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`childhood oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`childhood oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`childhood oligodendroglioma`$urlId #> [1] "DOID_3183" #> #> $`childhood oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`childhood oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`childhood oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`childhood oligodendroglioma`$children #> list() #> #> $`childhood oligodendroglioma`$value #> [1] "childhood oligodendroglioma" #> #> #> $`childhood oligodendroglioma` #> $`childhood oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3183" #> #> $`childhood oligodendroglioma`$`_id` #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`childhood oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`childhood oligodendroglioma`$urlId #> [1] "DOID_3183" #> #> $`childhood oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`childhood oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`childhood oligodendroglioma`$children #> list() #> #> $`childhood oligodendroglioma`$value #> [1] "childhood oligodendroglioma" #> #> #> $`childhood oligodendroglioma` #> $`childhood oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3183" #> #> $`childhood oligodendroglioma`$`_id` #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`childhood oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`childhood oligodendroglioma`$urlId #> [1] "DOID_3183" #> #> $`childhood oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`childhood oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`childhood oligodendroglioma`$children #> list() #> #> $`childhood oligodendroglioma`$value #> [1] "childhood oligodendroglioma" #> #> #> $`childhood oligodendroglioma` #> $`childhood oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3183" #> #> $`childhood oligodendroglioma`$`_id` #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`childhood oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`childhood oligodendroglioma`$urlId #> [1] "DOID_3183" #> #> $`childhood oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`childhood oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`childhood oligodendroglioma`$children #> list() #> #> $`childhood oligodendroglioma`$value #> [1] "childhood oligodendroglioma" #> #> #> $`childhood oligodendroglioma` #> $`childhood oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3183" #> #> $`childhood oligodendroglioma`$`_id` #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`childhood oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`childhood oligodendroglioma`$urlId #> [1] "DOID_3183" #> #> $`childhood oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`childhood oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`childhood oligodendroglioma`$children #> list() #> #> $`childhood oligodendroglioma`$value #> [1] "childhood oligodendroglioma" #> #> #> $`childhood oligodendroglioma` #> $`childhood oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3183" #> #> $`childhood oligodendroglioma`$`_id` #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`childhood oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`childhood oligodendroglioma`$urlId #> [1] "DOID_3183" #> #> $`childhood oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`childhood oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`childhood oligodendroglioma`$children #> list() #> #> $`childhood oligodendroglioma`$value #> [1] "childhood oligodendroglioma" #> #> #> $`childhood oligodendroglioma` #> $`childhood oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3183" #> #> $`childhood oligodendroglioma`$`_id` #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`childhood oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`childhood oligodendroglioma`$urlId #> [1] "DOID_3183" #> #> $`childhood oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`childhood oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`childhood oligodendroglioma`$children #> list() #> #> $`childhood oligodendroglioma`$value #> [1] "childhood oligodendroglioma" #> #> #> $`childhood oligodendroglioma` #> $`childhood oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3183" #> #> $`childhood oligodendroglioma`$`_id` #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`childhood oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`childhood oligodendroglioma`$urlId #> [1] "DOID_3183" #> #> $`childhood oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`childhood oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`childhood oligodendroglioma`$children #> list() #> #> $`childhood oligodendroglioma`$value #> [1] "childhood oligodendroglioma" #> #> #> $`childhood oligodendroglioma` #> $`childhood oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3183" #> #> $`childhood oligodendroglioma`$`_id` #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`childhood oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`childhood oligodendroglioma`$urlId #> [1] "DOID_3183" #> #> $`childhood oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`childhood oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`childhood oligodendroglioma`$children #> list() #> #> $`childhood oligodendroglioma`$value #> [1] "childhood oligodendroglioma" #> #> #> $`childhood oligodendroglioma` #> $`childhood oligodendroglioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3183" #> #> $`childhood oligodendroglioma`$`_id` #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$privateGeneCount #> [1] 0 #> #> $`childhood oligodendroglioma`$publicGeneCount #> [1] 9 #> #> $`childhood oligodendroglioma`$urlId #> [1] "DOID_3183" #> #> $`childhood oligodendroglioma`$dbPhenotype #> [1] TRUE #> #> $`childhood oligodendroglioma`$`_parent` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood oligodendroglioma`$`_is_leaf` #> [1] TRUE #> #> $`childhood oligodendroglioma`$children #> list() #> #> $`childhood oligodendroglioma`$value #> [1] "childhood oligodendroglioma" #> #> #> $`childhood onset epileptic encephalopathy` #> $`childhood onset epileptic encephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060475" #> #> $`childhood onset epileptic encephalopathy`$`_id` #> [1] "DOID_0060475<DOID_1827<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood onset epileptic encephalopathy`$privateGeneCount #> [1] 0 #> #> $`childhood onset epileptic encephalopathy`$publicGeneCount #> [1] 1 #> #> $`childhood onset epileptic encephalopathy`$urlId #> [1] "DOID_0060475" #> #> $`childhood onset epileptic encephalopathy`$dbPhenotype #> [1] TRUE #> #> $`childhood onset epileptic encephalopathy`$`_parent` #> [1] "DOID_1827<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood onset epileptic encephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`childhood onset epileptic encephalopathy`$children #> list() #> #> $`childhood onset epileptic encephalopathy`$value #> [1] "childhood onset epileptic encephalopathy" #> #> #> $`childhood pilocytic astrocytoma` #> $`childhood pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6812" #> #> $`childhood pilocytic astrocytoma`$`_id` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`childhood pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood pilocytic astrocytoma`$urlId #> [1] "DOID_6812" #> #> $`childhood pilocytic astrocytoma`$dbPhenotype #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$`_parent` #> [1] "DOID_4851<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`childhood pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$children #> $`childhood pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`childhood pilocytic astrocytoma`$value #> [1] "childhood pilocytic astrocytoma" #> #> #> $`childhood pilocytic astrocytoma` #> $`childhood pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6812" #> #> $`childhood pilocytic astrocytoma`$`_id` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood pilocytic astrocytoma`$urlId #> [1] "DOID_6812" #> #> $`childhood pilocytic astrocytoma`$dbPhenotype #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$`_parent` #> [1] "DOID_4851<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$children #> $`childhood pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`childhood pilocytic astrocytoma`$value #> [1] "childhood pilocytic astrocytoma" #> #> #> $`childhood pilocytic astrocytoma` #> $`childhood pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6812" #> #> $`childhood pilocytic astrocytoma`$`_id` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood pilocytic astrocytoma`$urlId #> [1] "DOID_6812" #> #> $`childhood pilocytic astrocytoma`$dbPhenotype #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$`_parent` #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$children #> $`childhood pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`childhood pilocytic astrocytoma`$value #> [1] "childhood pilocytic astrocytoma" #> #> #> $`childhood pilocytic astrocytoma` #> $`childhood pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6812" #> #> $`childhood pilocytic astrocytoma`$`_id` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood pilocytic astrocytoma`$urlId #> [1] "DOID_6812" #> #> $`childhood pilocytic astrocytoma`$dbPhenotype #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$`_parent` #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$children #> $`childhood pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`childhood pilocytic astrocytoma`$value #> [1] "childhood pilocytic astrocytoma" #> #> #> $`childhood pilocytic astrocytoma` #> $`childhood pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6812" #> #> $`childhood pilocytic astrocytoma`$`_id` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood pilocytic astrocytoma`$urlId #> [1] "DOID_6812" #> #> $`childhood pilocytic astrocytoma`$dbPhenotype #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$`_parent` #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$children #> $`childhood pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`childhood pilocytic astrocytoma`$value #> [1] "childhood pilocytic astrocytoma" #> #> #> $`childhood pilocytic astrocytoma` #> $`childhood pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6812" #> #> $`childhood pilocytic astrocytoma`$`_id` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood pilocytic astrocytoma`$urlId #> [1] "DOID_6812" #> #> $`childhood pilocytic astrocytoma`$dbPhenotype #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$`_parent` #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$children #> $`childhood pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`childhood pilocytic astrocytoma`$value #> [1] "childhood pilocytic astrocytoma" #> #> #> $`childhood pilocytic astrocytoma` #> $`childhood pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6812" #> #> $`childhood pilocytic astrocytoma`$`_id` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood pilocytic astrocytoma`$urlId #> [1] "DOID_6812" #> #> $`childhood pilocytic astrocytoma`$dbPhenotype #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$`_parent` #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$children #> $`childhood pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`childhood pilocytic astrocytoma`$value #> [1] "childhood pilocytic astrocytoma" #> #> #> $`childhood pilocytic astrocytoma` #> $`childhood pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6812" #> #> $`childhood pilocytic astrocytoma`$`_id` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood pilocytic astrocytoma`$urlId #> [1] "DOID_6812" #> #> $`childhood pilocytic astrocytoma`$dbPhenotype #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$`_parent` #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`childhood pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$children #> $`childhood pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`childhood pilocytic astrocytoma`$value #> [1] "childhood pilocytic astrocytoma" #> #> #> $`childhood pilocytic astrocytoma` #> $`childhood pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6812" #> #> $`childhood pilocytic astrocytoma`$`_id` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood pilocytic astrocytoma`$urlId #> [1] "DOID_6812" #> #> $`childhood pilocytic astrocytoma`$dbPhenotype #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$`_parent` #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$children #> $`childhood pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`childhood pilocytic astrocytoma`$value #> [1] "childhood pilocytic astrocytoma" #> #> #> $`childhood pilocytic astrocytoma` #> $`childhood pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6812" #> #> $`childhood pilocytic astrocytoma`$`_id` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`childhood pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`childhood pilocytic astrocytoma`$urlId #> [1] "DOID_6812" #> #> $`childhood pilocytic astrocytoma`$dbPhenotype #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$`_parent` #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`childhood pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`childhood pilocytic astrocytoma`$children #> $`childhood pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`childhood pilocytic astrocytoma`$value #> [1] "childhood pilocytic astrocytoma" #> #> #> $`childhood spinal muscular atrophy` #> $`childhood spinal muscular atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060160" #> #> $`childhood spinal muscular atrophy`$`_id` #> [1] "DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood spinal muscular atrophy`$privateGeneCount #> [1] 0 #> #> $`childhood spinal muscular atrophy`$publicGeneCount #> [1] 2 #> #> $`childhood spinal muscular atrophy`$urlId #> [1] "DOID_0060160" #> #> $`childhood spinal muscular atrophy`$dbPhenotype #> [1] TRUE #> #> $`childhood spinal muscular atrophy`$`_parent` #> [1] "DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood spinal muscular atrophy`$`_is_leaf` #> [1] FALSE #> #> $`childhood spinal muscular atrophy`$children #> $`childhood spinal muscular atrophy`$children[[1]] #> [1] "DOID_0050530<DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood spinal muscular atrophy`$children[[2]] #> [1] "DOID_12376<DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`childhood spinal muscular atrophy`$children[[3]] #> [1] "DOID_13137<DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`childhood spinal muscular atrophy`$value #> [1] "childhood spinal muscular atrophy" #> #> #> $`childhood type dermatomyositis` #> $`childhood type dermatomyositis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14203" #> #> $`childhood type dermatomyositis`$`_id` #> [1] "DOID_14203<DOID_10223<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`childhood type dermatomyositis`$privateGeneCount #> [1] 0 #> #> $`childhood type dermatomyositis`$publicGeneCount #> [1] 24 #> #> $`childhood type dermatomyositis`$urlId #> [1] "DOID_14203" #> #> $`childhood type dermatomyositis`$dbPhenotype #> [1] TRUE #> #> $`childhood type dermatomyositis`$`_parent` #> [1] "DOID_10223<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`childhood type dermatomyositis`$`_is_leaf` #> [1] TRUE #> #> $`childhood type dermatomyositis`$children #> list() #> #> $`childhood type dermatomyositis`$value #> [1] "childhood type dermatomyositis" #> #> #> $`childhood type dermatomyositis` #> $`childhood type dermatomyositis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14203" #> #> $`childhood type dermatomyositis`$`_id` #> [1] "DOID_14203<DOID_10223<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`childhood type dermatomyositis`$privateGeneCount #> [1] 0 #> #> $`childhood type dermatomyositis`$publicGeneCount #> [1] 24 #> #> $`childhood type dermatomyositis`$urlId #> [1] "DOID_14203" #> #> $`childhood type dermatomyositis`$dbPhenotype #> [1] TRUE #> #> $`childhood type dermatomyositis`$`_parent` #> [1] "DOID_10223<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`childhood type dermatomyositis`$`_is_leaf` #> [1] TRUE #> #> $`childhood type dermatomyositis`$children #> list() #> #> $`childhood type dermatomyositis`$value #> [1] "childhood type dermatomyositis" #> #> #> $`choanal atresia` #> $`choanal atresia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9574" #> #> $`choanal atresia`$`_id` #> [1] "DOID_9574<DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`choanal atresia`$privateGeneCount #> [1] 0 #> #> $`choanal atresia`$publicGeneCount #> [1] 1 #> #> $`choanal atresia`$urlId #> [1] "DOID_9574" #> #> $`choanal atresia`$dbPhenotype #> [1] TRUE #> #> $`choanal atresia`$`_parent` #> [1] "DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`choanal atresia`$`_is_leaf` #> [1] TRUE #> #> $`choanal atresia`$children #> list() #> #> $`choanal atresia`$value #> [1] "choanal atresia" #> #> #> $cholangiocarcinoma #> $cholangiocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4947" #> #> $cholangiocarcinoma$`_id` #> [1] "DOID_4947<DOID_4896<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $cholangiocarcinoma$privateGeneCount #> [1] 0 #> #> $cholangiocarcinoma$publicGeneCount #> [1] 67 #> #> $cholangiocarcinoma$urlId #> [1] "DOID_4947" #> #> $cholangiocarcinoma$dbPhenotype #> [1] TRUE #> #> $cholangiocarcinoma$`_parent` #> [1] "DOID_4896<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $cholangiocarcinoma$`_is_leaf` #> [1] FALSE #> #> $cholangiocarcinoma$children #> $cholangiocarcinoma$children[[1]] #> [1] "DOID_4928<DOID_4947<DOID_4896<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $cholangiocarcinoma$value #> [1] "cholangiocarcinoma" #> #> #> $cholangiocarcinoma #> $cholangiocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4947" #> #> $cholangiocarcinoma$`_id` #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $cholangiocarcinoma$privateGeneCount #> [1] 0 #> #> $cholangiocarcinoma$publicGeneCount #> [1] 67 #> #> $cholangiocarcinoma$urlId #> [1] "DOID_4947" #> #> $cholangiocarcinoma$dbPhenotype #> [1] TRUE #> #> $cholangiocarcinoma$`_parent` #> [1] "DOID_4896<DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $cholangiocarcinoma$`_is_leaf` #> [1] FALSE #> #> $cholangiocarcinoma$children #> $cholangiocarcinoma$children[[1]] #> [1] "DOID_4928<DOID_4947<DOID_4896<DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $cholangiocarcinoma$value #> [1] "cholangiocarcinoma" #> #> #> $cholangiocarcinoma #> $cholangiocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4947" #> #> $cholangiocarcinoma$`_id` #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholangiocarcinoma$privateGeneCount #> [1] 0 #> #> $cholangiocarcinoma$publicGeneCount #> [1] 67 #> #> $cholangiocarcinoma$urlId #> [1] "DOID_4947" #> #> $cholangiocarcinoma$dbPhenotype #> [1] TRUE #> #> $cholangiocarcinoma$`_parent` #> [1] "DOID_4896<DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholangiocarcinoma$`_is_leaf` #> [1] FALSE #> #> $cholangiocarcinoma$children #> $cholangiocarcinoma$children[[1]] #> [1] "DOID_4928<DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $cholangiocarcinoma$value #> [1] "cholangiocarcinoma" #> #> #> $cholangiocarcinoma #> $cholangiocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4947" #> #> $cholangiocarcinoma$`_id` #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $cholangiocarcinoma$privateGeneCount #> [1] 0 #> #> $cholangiocarcinoma$publicGeneCount #> [1] 67 #> #> $cholangiocarcinoma$urlId #> [1] "DOID_4947" #> #> $cholangiocarcinoma$dbPhenotype #> [1] TRUE #> #> $cholangiocarcinoma$`_parent` #> [1] "DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $cholangiocarcinoma$`_is_leaf` #> [1] FALSE #> #> $cholangiocarcinoma$children #> $cholangiocarcinoma$children[[1]] #> [1] "DOID_4928<DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $cholangiocarcinoma$value #> [1] "cholangiocarcinoma" #> #> #> $cholangiocarcinoma #> $cholangiocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4947" #> #> $cholangiocarcinoma$`_id` #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $cholangiocarcinoma$privateGeneCount #> [1] 0 #> #> $cholangiocarcinoma$publicGeneCount #> [1] 67 #> #> $cholangiocarcinoma$urlId #> [1] "DOID_4947" #> #> $cholangiocarcinoma$dbPhenotype #> [1] TRUE #> #> $cholangiocarcinoma$`_parent` #> [1] "DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $cholangiocarcinoma$`_is_leaf` #> [1] FALSE #> #> $cholangiocarcinoma$children #> $cholangiocarcinoma$children[[1]] #> [1] "DOID_4928<DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $cholangiocarcinoma$value #> [1] "cholangiocarcinoma" #> #> #> $cholangitis #> $cholangitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9446" #> #> $cholangitis$`_id` #> [1] "DOID_9446<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholangitis$privateGeneCount #> [1] 0 #> #> $cholangitis$publicGeneCount #> [1] 7 #> #> $cholangitis$urlId #> [1] "DOID_9446" #> #> $cholangitis$dbPhenotype #> [1] TRUE #> #> $cholangitis$`_parent` #> [1] "DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholangitis$`_is_leaf` #> [1] FALSE #> #> $cholangitis$children #> $cholangitis$children[[1]] #> [1] "DOID_1949<DOID_9446<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholangitis$children[[2]] #> [1] "DOID_14268<DOID_9446<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $cholangitis$value #> [1] "cholangitis" #> #> #> $cholecystitis #> $cholecystitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1949" #> #> $cholecystitis$`_id` #> [1] "DOID_1949<DOID_9446<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholecystitis$privateGeneCount #> [1] 0 #> #> $cholecystitis$publicGeneCount #> [1] 1 #> #> $cholecystitis$urlId #> [1] "DOID_1949" #> #> $cholecystitis$dbPhenotype #> [1] TRUE #> #> $cholecystitis$`_parent` #> [1] "DOID_9446<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholecystitis$`_is_leaf` #> [1] TRUE #> #> $cholecystitis$children #> list() #> #> $cholecystitis$value #> [1] "cholecystitis" #> #> #> $cholecystolithiasis #> $cholecystolithiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11151" #> #> $cholecystolithiasis$`_id` #> [1] "DOID_11151<DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $cholecystolithiasis$privateGeneCount #> [1] 0 #> #> $cholecystolithiasis$publicGeneCount #> [1] 1 #> #> $cholecystolithiasis$urlId #> [1] "DOID_11151" #> #> $cholecystolithiasis$dbPhenotype #> [1] TRUE #> #> $cholecystolithiasis$`_parent` #> [1] "DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $cholecystolithiasis$`_is_leaf` #> [1] TRUE #> #> $cholecystolithiasis$children #> list() #> #> $cholecystolithiasis$value #> [1] "cholecystolithiasis" #> #> #> $choledocholithiasis #> $choledocholithiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11755" #> #> $choledocholithiasis$`_id` #> [1] "DOID_11755<DOID_4137<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $choledocholithiasis$privateGeneCount #> [1] 0 #> #> $choledocholithiasis$publicGeneCount #> [1] 1 #> #> $choledocholithiasis$urlId #> [1] "DOID_11755" #> #> $choledocholithiasis$dbPhenotype #> [1] TRUE #> #> $choledocholithiasis$`_parent` #> [1] "DOID_4137<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $choledocholithiasis$`_is_leaf` #> [1] TRUE #> #> $choledocholithiasis$children #> list() #> #> $choledocholithiasis$value #> [1] "choledocholithiasis" #> #> #> $cholelithiasis #> $cholelithiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10211" #> #> $cholelithiasis$`_id` #> [1] "DOID_10211<DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $cholelithiasis$privateGeneCount #> [1] 0 #> #> $cholelithiasis$publicGeneCount #> [1] 5 #> #> $cholelithiasis$urlId #> [1] "DOID_10211" #> #> $cholelithiasis$dbPhenotype #> [1] TRUE #> #> $cholelithiasis$`_parent` #> [1] "DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $cholelithiasis$`_is_leaf` #> [1] TRUE #> #> $cholelithiasis$children #> list() #> #> $cholelithiasis$value #> [1] "cholelithiasis" #> #> #> $Cholelithiasis #> $Cholelithiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001081" #> #> $Cholelithiasis$`_id` #> [1] "HP_0001081<HP_0012437<HP_0005264<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Cholelithiasis$privateGeneCount #> [1] 0 #> #> $Cholelithiasis$publicGeneCount #> [1] 4 #> #> $Cholelithiasis$urlId #> [1] "HP_0001081" #> #> $Cholelithiasis$dbPhenotype #> [1] TRUE #> #> $Cholelithiasis$`_parent` #> [1] "HP_0012437<HP_0005264<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Cholelithiasis$`_is_leaf` #> [1] TRUE #> #> $Cholelithiasis$children #> list() #> #> $Cholelithiasis$value #> [1] "Cholelithiasis" #> #> #> $cholestasis #> $cholestasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13580" #> #> $cholestasis$`_id` #> [1] "DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholestasis$privateGeneCount #> [1] 0 #> #> $cholestasis$publicGeneCount #> [1] 71 #> #> $cholestasis$urlId #> [1] "DOID_13580" #> #> $cholestasis$dbPhenotype #> [1] TRUE #> #> $cholestasis$`_parent` #> [1] "DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholestasis$`_is_leaf` #> [1] FALSE #> #> $cholestasis$children #> $cholestasis$children[[1]] #> [1] "DOID_13608<DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholestasis$children[[2]] #> [1] "DOID_1852<DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $cholestasis$children[[3]] #> [1] "DOID_13603<DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $cholestasis$value #> [1] "cholestasis" #> #> #> $Cholestasis #> $Cholestasis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001396" #> #> $Cholestasis$`_id` #> [1] "HP_0001396<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Cholestasis$privateGeneCount #> [1] 0 #> #> $Cholestasis$publicGeneCount #> [1] 2 #> #> $Cholestasis$urlId #> [1] "HP_0001396" #> #> $Cholestasis$dbPhenotype #> [1] FALSE #> #> $Cholestasis$`_parent` #> [1] "HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Cholestasis$`_is_leaf` #> [1] FALSE #> #> $Cholestasis$children #> $Cholestasis$children[[1]] #> [1] "HP_0000952<HP_0001396<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $Cholestasis$value #> [1] "Cholestasis" #> #> #> $cholesteatoma #> $cholesteatoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_869" #> #> $cholesteatoma$`_id` #> [1] "DOID_869<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $cholesteatoma$privateGeneCount #> [1] 0 #> #> $cholesteatoma$publicGeneCount #> [1] 10 #> #> $cholesteatoma$urlId #> [1] "DOID_869" #> #> $cholesteatoma$dbPhenotype #> [1] TRUE #> #> $cholesteatoma$`_parent` #> [1] "DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $cholesteatoma$`_is_leaf` #> [1] TRUE #> #> $cholesteatoma$children #> list() #> #> $cholesteatoma$value #> [1] "cholesteatoma" #> #> #> $`cholesterol embolism` #> $`cholesterol embolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1461" #> #> $`cholesterol embolism`$`_id` #> [1] "DOID_1461<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cholesterol embolism`$privateGeneCount #> [1] 0 #> #> $`cholesterol embolism`$publicGeneCount #> [1] 2 #> #> $`cholesterol embolism`$urlId #> [1] "DOID_1461" #> #> $`cholesterol embolism`$dbPhenotype #> [1] TRUE #> #> $`cholesterol embolism`$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`cholesterol embolism`$`_is_leaf` #> [1] TRUE #> #> $`cholesterol embolism`$children #> list() #> #> $`cholesterol embolism`$value #> [1] "cholesterol embolism" #> #> #> $`cholesterol ester storage disease` #> $`cholesterol ester storage disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14502" #> #> $`cholesterol ester storage disease`$`_id` #> [1] "DOID_14502<DOID_0080217<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`cholesterol ester storage disease`$privateGeneCount #> [1] 0 #> #> $`cholesterol ester storage disease`$publicGeneCount #> [1] 1 #> #> $`cholesterol ester storage disease`$urlId #> [1] "DOID_14502" #> #> $`cholesterol ester storage disease`$dbPhenotype #> [1] TRUE #> #> $`cholesterol ester storage disease`$`_parent` #> [1] "DOID_0080217<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`cholesterol ester storage disease`$`_is_leaf` #> [1] TRUE #> #> $`cholesterol ester storage disease`$children #> list() #> #> $`cholesterol ester storage disease`$value #> [1] "cholesterol ester storage disease" #> #> #> $chondroblastoma #> $chondroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2649" #> #> $chondroblastoma$`_id` #> [1] "DOID_2649<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $chondroblastoma$privateGeneCount #> [1] 0 #> #> $chondroblastoma$publicGeneCount #> [1] 1 #> #> $chondroblastoma$urlId #> [1] "DOID_2649" #> #> $chondroblastoma$dbPhenotype #> [1] TRUE #> #> $chondroblastoma$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $chondroblastoma$`_is_leaf` #> [1] TRUE #> #> $chondroblastoma$children #> list() #> #> $chondroblastoma$value #> [1] "chondroblastoma" #> #> #> $chondroblastoma #> $chondroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2649" #> #> $chondroblastoma$`_id` #> [1] "DOID_2649<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $chondroblastoma$privateGeneCount #> [1] 0 #> #> $chondroblastoma$publicGeneCount #> [1] 1 #> #> $chondroblastoma$urlId #> [1] "DOID_2649" #> #> $chondroblastoma$dbPhenotype #> [1] TRUE #> #> $chondroblastoma$`_parent` #> [1] "DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $chondroblastoma$`_is_leaf` #> [1] TRUE #> #> $chondroblastoma$children #> list() #> #> $chondroblastoma$value #> [1] "chondroblastoma" #> #> #> $chondroblastoma #> $chondroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2649" #> #> $chondroblastoma$`_id` #> [1] "DOID_2649<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $chondroblastoma$privateGeneCount #> [1] 0 #> #> $chondroblastoma$publicGeneCount #> [1] 1 #> #> $chondroblastoma$urlId #> [1] "DOID_2649" #> #> $chondroblastoma$dbPhenotype #> [1] TRUE #> #> $chondroblastoma$`_parent` #> [1] "DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $chondroblastoma$`_is_leaf` #> [1] TRUE #> #> $chondroblastoma$children #> list() #> #> $chondroblastoma$value #> [1] "chondroblastoma" #> #> #> $chondroblastoma #> $chondroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2649" #> #> $chondroblastoma$`_id` #> [1] "DOID_2649<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondroblastoma$privateGeneCount #> [1] 0 #> #> $chondroblastoma$publicGeneCount #> [1] 1 #> #> $chondroblastoma$urlId #> [1] "DOID_2649" #> #> $chondroblastoma$dbPhenotype #> [1] TRUE #> #> $chondroblastoma$`_parent` #> [1] "DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondroblastoma$`_is_leaf` #> [1] TRUE #> #> $chondroblastoma$children #> list() #> #> $chondroblastoma$value #> [1] "chondroblastoma" #> #> #> $chondrocalcinosis #> $chondrocalcinosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1156" #> #> $chondrocalcinosis$`_id` #> [1] "DOID_1156<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondrocalcinosis$privateGeneCount #> [1] 0 #> #> $chondrocalcinosis$publicGeneCount #> [1] 2 #> #> $chondrocalcinosis$urlId #> [1] "DOID_1156" #> #> $chondrocalcinosis$dbPhenotype #> [1] TRUE #> #> $chondrocalcinosis$`_parent` #> [1] "DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondrocalcinosis$`_is_leaf` #> [1] TRUE #> #> $chondrocalcinosis$children #> list() #> #> $chondrocalcinosis$value #> [1] "chondrocalcinosis" #> #> #> $`chondrodysplasia punctata` #> $`chondrodysplasia punctata`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2581" #> #> $`chondrodysplasia punctata`$`_id` #> [1] "DOID_2581<DOID_0050177<DOID_630<DOID_4" #> #> $`chondrodysplasia punctata`$privateGeneCount #> [1] 0 #> #> $`chondrodysplasia punctata`$publicGeneCount #> [1] 6 #> #> $`chondrodysplasia punctata`$urlId #> [1] "DOID_2581" #> #> $`chondrodysplasia punctata`$dbPhenotype #> [1] TRUE #> #> $`chondrodysplasia punctata`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`chondrodysplasia punctata`$`_is_leaf` #> [1] FALSE #> #> $`chondrodysplasia punctata`$children #> $`chondrodysplasia punctata`$children[[1]] #> [1] "DOID_2580<DOID_2581<DOID_0050177<DOID_630<DOID_4" #> #> $`chondrodysplasia punctata`$children[[2]] #> [1] "DOID_0060292<DOID_2581<DOID_0050177<DOID_630<DOID_4" #> #> #> $`chondrodysplasia punctata`$value #> [1] "chondrodysplasia punctata" #> #> #> $`chondrodysplasia punctata` #> $`chondrodysplasia punctata`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2581" #> #> $`chondrodysplasia punctata`$`_id` #> [1] "DOID_2581<DOID_225<DOID_4" #> #> $`chondrodysplasia punctata`$privateGeneCount #> [1] 0 #> #> $`chondrodysplasia punctata`$publicGeneCount #> [1] 6 #> #> $`chondrodysplasia punctata`$urlId #> [1] "DOID_2581" #> #> $`chondrodysplasia punctata`$dbPhenotype #> [1] TRUE #> #> $`chondrodysplasia punctata`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`chondrodysplasia punctata`$`_is_leaf` #> [1] FALSE #> #> $`chondrodysplasia punctata`$children #> $`chondrodysplasia punctata`$children[[1]] #> [1] "DOID_2580<DOID_2581<DOID_225<DOID_4" #> #> $`chondrodysplasia punctata`$children[[2]] #> [1] "DOID_0060292<DOID_2581<DOID_225<DOID_4" #> #> #> $`chondrodysplasia punctata`$value #> [1] "chondrodysplasia punctata" #> #> #> $chondroma #> $chondroma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2602" #> #> $chondroma$`_id` #> [1] "DOID_2602<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $chondroma$privateGeneCount #> [1] 0 #> #> $chondroma$publicGeneCount #> [1] 2 #> #> $chondroma$urlId #> [1] "DOID_2602" #> #> $chondroma$dbPhenotype #> [1] TRUE #> #> $chondroma$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $chondroma$`_is_leaf` #> [1] TRUE #> #> $chondroma$children #> list() #> #> $chondroma$value #> [1] "chondroma" #> #> #> $chondromalacia #> $chondromalacia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2557" #> #> $chondromalacia$`_id` #> [1] "DOID_2557<DOID_6227<DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondromalacia$privateGeneCount #> [1] 0 #> #> $chondromalacia$publicGeneCount #> [1] 7 #> #> $chondromalacia$urlId #> [1] "DOID_2557" #> #> $chondromalacia$dbPhenotype #> [1] TRUE #> #> $chondromalacia$`_parent` #> [1] "DOID_6227<DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondromalacia$`_is_leaf` #> [1] TRUE #> #> $chondromalacia$children #> list() #> #> $chondromalacia$value #> [1] "chondromalacia" #> #> #> $chondrosarcoma #> $chondrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3371" #> #> $chondrosarcoma$`_id` #> [1] "DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $chondrosarcoma$privateGeneCount #> [1] 0 #> #> $chondrosarcoma$publicGeneCount #> [1] 10 #> #> $chondrosarcoma$urlId #> [1] "DOID_3371" #> #> $chondrosarcoma$dbPhenotype #> [1] TRUE #> #> $chondrosarcoma$`_parent` #> [1] "DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $chondrosarcoma$`_is_leaf` #> [1] FALSE #> #> $chondrosarcoma$children #> $chondrosarcoma$children[[1]] #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $chondrosarcoma$children[[2]] #> [1] "DOID_4545<DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $chondrosarcoma$value #> [1] "chondrosarcoma" #> #> #> $chondrosarcoma #> $chondrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3371" #> #> $chondrosarcoma$`_id` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondrosarcoma$privateGeneCount #> [1] 0 #> #> $chondrosarcoma$publicGeneCount #> [1] 10 #> #> $chondrosarcoma$urlId #> [1] "DOID_3371" #> #> $chondrosarcoma$dbPhenotype #> [1] TRUE #> #> $chondrosarcoma$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondrosarcoma$`_is_leaf` #> [1] FALSE #> #> $chondrosarcoma$children #> $chondrosarcoma$children[[1]] #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondrosarcoma$children[[2]] #> [1] "DOID_4545<DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $chondrosarcoma$value #> [1] "chondrosarcoma" #> #> #> $chondrosarcoma #> $chondrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3371" #> #> $chondrosarcoma$`_id` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $chondrosarcoma$privateGeneCount #> [1] 0 #> #> $chondrosarcoma$publicGeneCount #> [1] 10 #> #> $chondrosarcoma$urlId #> [1] "DOID_3371" #> #> $chondrosarcoma$dbPhenotype #> [1] TRUE #> #> $chondrosarcoma$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $chondrosarcoma$`_is_leaf` #> [1] FALSE #> #> $chondrosarcoma$children #> $chondrosarcoma$children[[1]] #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $chondrosarcoma$children[[2]] #> [1] "DOID_4545<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $chondrosarcoma$value #> [1] "chondrosarcoma" #> #> #> $chondrosarcoma #> $chondrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3371" #> #> $chondrosarcoma$`_id` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $chondrosarcoma$privateGeneCount #> [1] 0 #> #> $chondrosarcoma$publicGeneCount #> [1] 10 #> #> $chondrosarcoma$urlId #> [1] "DOID_3371" #> #> $chondrosarcoma$dbPhenotype #> [1] TRUE #> #> $chondrosarcoma$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $chondrosarcoma$`_is_leaf` #> [1] FALSE #> #> $chondrosarcoma$children #> $chondrosarcoma$children[[1]] #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $chondrosarcoma$children[[2]] #> [1] "DOID_4545<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $chondrosarcoma$value #> [1] "chondrosarcoma" #> #> #> $chondrosarcoma #> $chondrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3371" #> #> $chondrosarcoma$`_id` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondrosarcoma$privateGeneCount #> [1] 0 #> #> $chondrosarcoma$publicGeneCount #> [1] 10 #> #> $chondrosarcoma$urlId #> [1] "DOID_3371" #> #> $chondrosarcoma$dbPhenotype #> [1] TRUE #> #> $chondrosarcoma$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondrosarcoma$`_is_leaf` #> [1] FALSE #> #> $chondrosarcoma$children #> $chondrosarcoma$children[[1]] #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chondrosarcoma$children[[2]] #> [1] "DOID_4545<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $chondrosarcoma$value #> [1] "chondrosarcoma" #> #> #> $chordoma #> $chordoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3302" #> #> $chordoma$`_id` #> [1] "DOID_3302<DOID_3303<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chordoma$privateGeneCount #> [1] 0 #> #> $chordoma$publicGeneCount #> [1] 1 #> #> $chordoma$urlId #> [1] "DOID_3302" #> #> $chordoma$dbPhenotype #> [1] TRUE #> #> $chordoma$`_parent` #> [1] "DOID_3303<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chordoma$`_is_leaf` #> [1] TRUE #> #> $chordoma$children #> list() #> #> $chordoma$value #> [1] "chordoma" #> #> #> $chordoma #> $chordoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3302" #> #> $chordoma$`_id` #> [1] "DOID_3302<DOID_3303<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $chordoma$privateGeneCount #> [1] 0 #> #> $chordoma$publicGeneCount #> [1] 1 #> #> $chordoma$urlId #> [1] "DOID_3302" #> #> $chordoma$dbPhenotype #> [1] TRUE #> #> $chordoma$`_parent` #> [1] "DOID_3303<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $chordoma$`_is_leaf` #> [1] TRUE #> #> $chordoma$children #> list() #> #> $chordoma$value #> [1] "chordoma" #> #> #> $chordoma #> $chordoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3302" #> #> $chordoma$`_id` #> [1] "DOID_3302<DOID_3303<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $chordoma$privateGeneCount #> [1] 0 #> #> $chordoma$publicGeneCount #> [1] 1 #> #> $chordoma$urlId #> [1] "DOID_3302" #> #> $chordoma$dbPhenotype #> [1] TRUE #> #> $chordoma$`_parent` #> [1] "DOID_3303<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $chordoma$`_is_leaf` #> [1] TRUE #> #> $chordoma$children #> list() #> #> $chordoma$value #> [1] "chordoma" #> #> #> $chordoma #> $chordoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3302" #> #> $chordoma$`_id` #> [1] "DOID_3302<DOID_3303<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chordoma$privateGeneCount #> [1] 0 #> #> $chordoma$publicGeneCount #> [1] 1 #> #> $chordoma$urlId #> [1] "DOID_3302" #> #> $chordoma$dbPhenotype #> [1] TRUE #> #> $chordoma$`_parent` #> [1] "DOID_3303<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $chordoma$`_is_leaf` #> [1] TRUE #> #> $chordoma$children #> list() #> #> $chordoma$value #> [1] "chordoma" #> #> #> $Chorea #> $Chorea$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002072" #> #> $Chorea$`_id` #> [1] "HP_0002072<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Chorea$privateGeneCount #> [1] 0 #> #> $Chorea$publicGeneCount #> [1] 8 #> #> $Chorea$urlId #> [1] "HP_0002072" #> #> $Chorea$dbPhenotype #> [1] TRUE #> #> $Chorea$`_parent` #> [1] "HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Chorea$`_is_leaf` #> [1] FALSE #> #> $Chorea$children #> $Chorea$children[[1]] #> [1] "HP_0001266<HP_0002072<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Chorea$value #> [1] "Chorea" #> #> #> $`choreatic disease` #> $`choreatic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12859" #> #> $`choreatic disease`$`_id` #> [1] "DOID_12859<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`choreatic disease`$privateGeneCount #> [1] 0 #> #> $`choreatic disease`$publicGeneCount #> [1] 1 #> #> $`choreatic disease`$urlId #> [1] "DOID_12859" #> #> $`choreatic disease`$dbPhenotype #> [1] TRUE #> #> $`choreatic disease`$`_parent` #> [1] "DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`choreatic disease`$`_is_leaf` #> [1] TRUE #> #> $`choreatic disease`$children #> list() #> #> $`choreatic disease`$value #> [1] "choreatic disease" #> #> #> $Choreoathetosis #> $Choreoathetosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001266" #> #> $Choreoathetosis$`_id` #> [1] "HP_0001266<HP_0002072<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Choreoathetosis$privateGeneCount #> [1] 0 #> #> $Choreoathetosis$publicGeneCount #> [1] 1 #> #> $Choreoathetosis$urlId #> [1] "HP_0001266" #> #> $Choreoathetosis$dbPhenotype #> [1] TRUE #> #> $Choreoathetosis$`_parent` #> [1] "HP_0002072<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Choreoathetosis$`_is_leaf` #> [1] TRUE #> #> $Choreoathetosis$children #> list() #> #> $Choreoathetosis$value #> [1] "Choreoathetosis" #> #> #> $chorioamnionitis #> $chorioamnionitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050697" #> #> $chorioamnionitis$`_id` #> [1] "DOID_0050697<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $chorioamnionitis$privateGeneCount #> [1] 0 #> #> $chorioamnionitis$publicGeneCount #> [1] 4 #> #> $chorioamnionitis$urlId #> [1] "DOID_0050697" #> #> $chorioamnionitis$dbPhenotype #> [1] TRUE #> #> $chorioamnionitis$`_parent` #> [1] "DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $chorioamnionitis$`_is_leaf` #> [1] TRUE #> #> $chorioamnionitis$children #> list() #> #> $chorioamnionitis$value #> [1] "chorioamnionitis" #> #> #> $chorioangioma #> $chorioangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_277" #> #> $chorioangioma$`_id` #> [1] "DOID_277<DOID_0060095<DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $chorioangioma$privateGeneCount #> [1] 0 #> #> $chorioangioma$publicGeneCount #> [1] 6 #> #> $chorioangioma$urlId #> [1] "DOID_277" #> #> $chorioangioma$dbPhenotype #> [1] TRUE #> #> $chorioangioma$`_parent` #> [1] "DOID_0060095<DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $chorioangioma$`_is_leaf` #> [1] TRUE #> #> $chorioangioma$children #> list() #> #> $chorioangioma$value #> [1] "chorioangioma" #> #> #> $chorioangioma #> $chorioangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_277" #> #> $chorioangioma$`_id` #> [1] "DOID_277<DOID_0060095<DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $chorioangioma$privateGeneCount #> [1] 0 #> #> $chorioangioma$publicGeneCount #> [1] 6 #> #> $chorioangioma$urlId #> [1] "DOID_277" #> #> $chorioangioma$dbPhenotype #> [1] TRUE #> #> $chorioangioma$`_parent` #> [1] "DOID_0060095<DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $chorioangioma$`_is_leaf` #> [1] TRUE #> #> $chorioangioma$children #> list() #> #> $chorioangioma$value #> [1] "chorioangioma" #> #> #> $chorioangioma #> $chorioangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_277" #> #> $chorioangioma$`_id` #> [1] "DOID_277<DOID_0060095<DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $chorioangioma$privateGeneCount #> [1] 0 #> #> $chorioangioma$publicGeneCount #> [1] 6 #> #> $chorioangioma$urlId #> [1] "DOID_277" #> #> $chorioangioma$dbPhenotype #> [1] TRUE #> #> $chorioangioma$`_parent` #> [1] "DOID_0060095<DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $chorioangioma$`_is_leaf` #> [1] TRUE #> #> $chorioangioma$children #> list() #> #> $chorioangioma$value #> [1] "chorioangioma" #> #> #> $chorioangioma #> $chorioangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_277" #> #> $chorioangioma$`_id` #> [1] "DOID_277<DOID_0060095<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $chorioangioma$privateGeneCount #> [1] 0 #> #> $chorioangioma$publicGeneCount #> [1] 6 #> #> $chorioangioma$urlId #> [1] "DOID_277" #> #> $chorioangioma$dbPhenotype #> [1] TRUE #> #> $chorioangioma$`_parent` #> [1] "DOID_0060095<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $chorioangioma$`_is_leaf` #> [1] TRUE #> #> $chorioangioma$children #> list() #> #> $chorioangioma$value #> [1] "chorioangioma" #> #> #> $chorioangioma #> $chorioangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_277" #> #> $chorioangioma$`_id` #> [1] "DOID_277<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $chorioangioma$privateGeneCount #> [1] 0 #> #> $chorioangioma$publicGeneCount #> [1] 6 #> #> $chorioangioma$urlId #> [1] "DOID_277" #> #> $chorioangioma$dbPhenotype #> [1] TRUE #> #> $chorioangioma$`_parent` #> [1] "DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $chorioangioma$`_is_leaf` #> [1] TRUE #> #> $chorioangioma$children #> list() #> #> $chorioangioma$value #> [1] "chorioangioma" #> #> #> $chorioangioma #> $chorioangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_277" #> #> $chorioangioma$`_id` #> [1] "DOID_277<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $chorioangioma$privateGeneCount #> [1] 0 #> #> $chorioangioma$publicGeneCount #> [1] 6 #> #> $chorioangioma$urlId #> [1] "DOID_277" #> #> $chorioangioma$dbPhenotype #> [1] TRUE #> #> $chorioangioma$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $chorioangioma$`_is_leaf` #> [1] TRUE #> #> $chorioangioma$children #> list() #> #> $chorioangioma$value #> [1] "chorioangioma" #> #> #> $chorioangioma #> $chorioangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_277" #> #> $chorioangioma$`_id` #> [1] "DOID_277<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $chorioangioma$privateGeneCount #> [1] 0 #> #> $chorioangioma$publicGeneCount #> [1] 6 #> #> $chorioangioma$urlId #> [1] "DOID_277" #> #> $chorioangioma$dbPhenotype #> [1] TRUE #> #> $chorioangioma$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $chorioangioma$`_is_leaf` #> [1] TRUE #> #> $chorioangioma$children #> list() #> #> $chorioangioma$value #> [1] "chorioangioma" #> #> #> $chorioangioma #> $chorioangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_277" #> #> $chorioangioma$`_id` #> [1] "DOID_277<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $chorioangioma$privateGeneCount #> [1] 0 #> #> $chorioangioma$publicGeneCount #> [1] 6 #> #> $chorioangioma$urlId #> [1] "DOID_277" #> #> $chorioangioma$dbPhenotype #> [1] TRUE #> #> $chorioangioma$`_parent` #> [1] "DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $chorioangioma$`_is_leaf` #> [1] TRUE #> #> $chorioangioma$children #> list() #> #> $chorioangioma$value #> [1] "chorioangioma" #> #> #> $chorioangioma #> $chorioangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_277" #> #> $chorioangioma$`_id` #> [1] "DOID_277<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $chorioangioma$privateGeneCount #> [1] 0 #> #> $chorioangioma$publicGeneCount #> [1] 6 #> #> $chorioangioma$urlId #> [1] "DOID_277" #> #> $chorioangioma$dbPhenotype #> [1] TRUE #> #> $chorioangioma$`_parent` #> [1] "DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $chorioangioma$`_is_leaf` #> [1] TRUE #> #> $chorioangioma$children #> list() #> #> $chorioangioma$value #> [1] "chorioangioma" #> #> #> $choriocarcinoma #> $choriocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3594" #> #> $choriocarcinoma$`_id` #> [1] "DOID_3594<DOID_2021<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $choriocarcinoma$privateGeneCount #> [1] 0 #> #> $choriocarcinoma$publicGeneCount #> [1] 6 #> #> $choriocarcinoma$urlId #> [1] "DOID_3594" #> #> $choriocarcinoma$dbPhenotype #> [1] TRUE #> #> $choriocarcinoma$`_parent` #> [1] "DOID_2021<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $choriocarcinoma$`_is_leaf` #> [1] TRUE #> #> $choriocarcinoma$children #> list() #> #> $choriocarcinoma$value #> [1] "choriocarcinoma" #> #> #> $choriocarcinoma #> $choriocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3594" #> #> $choriocarcinoma$`_id` #> [1] "DOID_3594<DOID_2021<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $choriocarcinoma$privateGeneCount #> [1] 0 #> #> $choriocarcinoma$publicGeneCount #> [1] 6 #> #> $choriocarcinoma$urlId #> [1] "DOID_3594" #> #> $choriocarcinoma$dbPhenotype #> [1] TRUE #> #> $choriocarcinoma$`_parent` #> [1] "DOID_2021<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $choriocarcinoma$`_is_leaf` #> [1] TRUE #> #> $choriocarcinoma$children #> list() #> #> $choriocarcinoma$value #> [1] "choriocarcinoma" #> #> #> $choriocarcinoma #> $choriocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3594" #> #> $choriocarcinoma$`_id` #> [1] "DOID_3594<DOID_2021<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $choriocarcinoma$privateGeneCount #> [1] 0 #> #> $choriocarcinoma$publicGeneCount #> [1] 6 #> #> $choriocarcinoma$urlId #> [1] "DOID_3594" #> #> $choriocarcinoma$dbPhenotype #> [1] TRUE #> #> $choriocarcinoma$`_parent` #> [1] "DOID_2021<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $choriocarcinoma$`_is_leaf` #> [1] TRUE #> #> $choriocarcinoma$children #> list() #> #> $choriocarcinoma$value #> [1] "choriocarcinoma" #> #> #> $choriocarcinoma #> $choriocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3594" #> #> $choriocarcinoma$`_id` #> [1] "DOID_3594<DOID_2021<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $choriocarcinoma$privateGeneCount #> [1] 0 #> #> $choriocarcinoma$publicGeneCount #> [1] 6 #> #> $choriocarcinoma$urlId #> [1] "DOID_3594" #> #> $choriocarcinoma$dbPhenotype #> [1] TRUE #> #> $choriocarcinoma$`_parent` #> [1] "DOID_2021<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $choriocarcinoma$`_is_leaf` #> [1] TRUE #> #> $choriocarcinoma$children #> list() #> #> $choriocarcinoma$value #> [1] "choriocarcinoma" #> #> #> $`Chorioretinal atrophy` #> $`Chorioretinal atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000533" #> #> $`Chorioretinal atrophy`$`_id` #> [1] "HP_0000533<HP_0200065<HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal atrophy`$privateGeneCount #> [1] 0 #> #> $`Chorioretinal atrophy`$publicGeneCount #> [1] 1 #> #> $`Chorioretinal atrophy`$urlId #> [1] "HP_0000533" #> #> $`Chorioretinal atrophy`$dbPhenotype #> [1] FALSE #> #> $`Chorioretinal atrophy`$`_parent` #> [1] "HP_0200065<HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal atrophy`$`_is_leaf` #> [1] FALSE #> #> $`Chorioretinal atrophy`$children #> $`Chorioretinal atrophy`$children[[1]] #> [1] "HP_0007903<HP_0000533<HP_0200065<HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Chorioretinal atrophy`$value #> [1] "Chorioretinal atrophy" #> #> #> $`Chorioretinal atrophy` #> $`Chorioretinal atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000533" #> #> $`Chorioretinal atrophy`$`_id` #> [1] "HP_0000533<HP_0200065<HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal atrophy`$privateGeneCount #> [1] 0 #> #> $`Chorioretinal atrophy`$publicGeneCount #> [1] 1 #> #> $`Chorioretinal atrophy`$urlId #> [1] "HP_0000533" #> #> $`Chorioretinal atrophy`$dbPhenotype #> [1] FALSE #> #> $`Chorioretinal atrophy`$`_parent` #> [1] "HP_0200065<HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal atrophy`$`_is_leaf` #> [1] FALSE #> #> $`Chorioretinal atrophy`$children #> $`Chorioretinal atrophy`$children[[1]] #> [1] "HP_0007903<HP_0000533<HP_0200065<HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Chorioretinal atrophy`$value #> [1] "Chorioretinal atrophy" #> #> #> $`Chorioretinal atrophy` #> $`Chorioretinal atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000533" #> #> $`Chorioretinal atrophy`$`_id` #> [1] "HP_0000533<HP_0200065<HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal atrophy`$privateGeneCount #> [1] 0 #> #> $`Chorioretinal atrophy`$publicGeneCount #> [1] 1 #> #> $`Chorioretinal atrophy`$urlId #> [1] "HP_0000533" #> #> $`Chorioretinal atrophy`$dbPhenotype #> [1] FALSE #> #> $`Chorioretinal atrophy`$`_parent` #> [1] "HP_0200065<HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal atrophy`$`_is_leaf` #> [1] FALSE #> #> $`Chorioretinal atrophy`$children #> $`Chorioretinal atrophy`$children[[1]] #> [1] "HP_0007903<HP_0000533<HP_0200065<HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Chorioretinal atrophy`$value #> [1] "Chorioretinal atrophy" #> #> #> $`Chorioretinal degeneration` #> $`Chorioretinal degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0200065" #> #> $`Chorioretinal degeneration`$`_id` #> [1] "HP_0200065<HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal degeneration`$privateGeneCount #> [1] 0 #> #> $`Chorioretinal degeneration`$publicGeneCount #> [1] 1 #> #> $`Chorioretinal degeneration`$urlId #> [1] "HP_0200065" #> #> $`Chorioretinal degeneration`$dbPhenotype #> [1] FALSE #> #> $`Chorioretinal degeneration`$`_parent` #> [1] "HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal degeneration`$`_is_leaf` #> [1] FALSE #> #> $`Chorioretinal degeneration`$children #> $`Chorioretinal degeneration`$children[[1]] #> [1] "HP_0000533<HP_0200065<HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Chorioretinal degeneration`$value #> [1] "Chorioretinal degeneration" #> #> #> $`Chorioretinal degeneration` #> $`Chorioretinal degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0200065" #> #> $`Chorioretinal degeneration`$`_id` #> [1] "HP_0200065<HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal degeneration`$privateGeneCount #> [1] 0 #> #> $`Chorioretinal degeneration`$publicGeneCount #> [1] 1 #> #> $`Chorioretinal degeneration`$urlId #> [1] "HP_0200065" #> #> $`Chorioretinal degeneration`$dbPhenotype #> [1] FALSE #> #> $`Chorioretinal degeneration`$`_parent` #> [1] "HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal degeneration`$`_is_leaf` #> [1] FALSE #> #> $`Chorioretinal degeneration`$children #> $`Chorioretinal degeneration`$children[[1]] #> [1] "HP_0000533<HP_0200065<HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Chorioretinal degeneration`$value #> [1] "Chorioretinal degeneration" #> #> #> $`Chorioretinal degeneration` #> $`Chorioretinal degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0200065" #> #> $`Chorioretinal degeneration`$`_id` #> [1] "HP_0200065<HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal degeneration`$privateGeneCount #> [1] 0 #> #> $`Chorioretinal degeneration`$publicGeneCount #> [1] 1 #> #> $`Chorioretinal degeneration`$urlId #> [1] "HP_0200065" #> #> $`Chorioretinal degeneration`$dbPhenotype #> [1] FALSE #> #> $`Chorioretinal degeneration`$`_parent` #> [1] "HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Chorioretinal degeneration`$`_is_leaf` #> [1] FALSE #> #> $`Chorioretinal degeneration`$children #> $`Chorioretinal degeneration`$children[[1]] #> [1] "HP_0000533<HP_0200065<HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Chorioretinal degeneration`$value #> [1] "Chorioretinal degeneration" #> #> #> $chorioretinitis #> $chorioretinitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8886" #> #> $chorioretinitis$`_id` #> [1] "DOID_8886<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $chorioretinitis$privateGeneCount #> [1] 0 #> #> $chorioretinitis$publicGeneCount #> [1] 3 #> #> $chorioretinitis$urlId #> [1] "DOID_8886" #> #> $chorioretinitis$dbPhenotype #> [1] TRUE #> #> $chorioretinitis$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $chorioretinitis$`_is_leaf` #> [1] TRUE #> #> $chorioretinitis$children #> list() #> #> $chorioretinitis$value #> [1] "chorioretinitis" #> #> #> $`choroid disease` #> $`choroid disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1417" #> #> $`choroid disease`$`_id` #> [1] "DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`choroid disease`$privateGeneCount #> [1] 0 #> #> $`choroid disease`$publicGeneCount #> [1] 16 #> #> $`choroid disease`$urlId #> [1] "DOID_1417" #> #> $`choroid disease`$dbPhenotype #> [1] TRUE #> #> $`choroid disease`$`_parent` #> [1] "DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`choroid disease`$`_is_leaf` #> [1] FALSE #> #> $`choroid disease`$children #> $`choroid disease`$children[[1]] #> [1] "DOID_980<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`choroid disease`$children[[2]] #> [1] "DOID_9821<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`choroid disease`$children[[3]] #> [1] "DOID_11406<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`choroid disease`$children[[4]] #> [1] "DOID_1415<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`choroid disease`$value #> [1] "choroid disease" #> #> #> $`choroid plexus papilloma` #> $`choroid plexus papilloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2626" #> #> $`choroid plexus papilloma`$`_id` #> [1] "DOID_2626<DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`choroid plexus papilloma`$privateGeneCount #> [1] 0 #> #> $`choroid plexus papilloma`$publicGeneCount #> [1] 1 #> #> $`choroid plexus papilloma`$urlId #> [1] "DOID_2626" #> #> $`choroid plexus papilloma`$dbPhenotype #> [1] TRUE #> #> $`choroid plexus papilloma`$`_parent` #> [1] "DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`choroid plexus papilloma`$`_is_leaf` #> [1] TRUE #> #> $`choroid plexus papilloma`$children #> list() #> #> $`choroid plexus papilloma`$value #> [1] "choroid plexus papilloma" #> #> #> $`choroid plexus papilloma` #> $`choroid plexus papilloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2626" #> #> $`choroid plexus papilloma`$`_id` #> [1] "DOID_2626<DOID_60007<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`choroid plexus papilloma`$privateGeneCount #> [1] 0 #> #> $`choroid plexus papilloma`$publicGeneCount #> [1] 1 #> #> $`choroid plexus papilloma`$urlId #> [1] "DOID_2626" #> #> $`choroid plexus papilloma`$dbPhenotype #> [1] TRUE #> #> $`choroid plexus papilloma`$`_parent` #> [1] "DOID_60007<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`choroid plexus papilloma`$`_is_leaf` #> [1] TRUE #> #> $`choroid plexus papilloma`$children #> list() #> #> $`choroid plexus papilloma`$value #> [1] "choroid plexus papilloma" #> #> #> $`choroid plexus papilloma` #> $`choroid plexus papilloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2626" #> #> $`choroid plexus papilloma`$`_id` #> [1] "DOID_2626<DOID_60007<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`choroid plexus papilloma`$privateGeneCount #> [1] 0 #> #> $`choroid plexus papilloma`$publicGeneCount #> [1] 1 #> #> $`choroid plexus papilloma`$urlId #> [1] "DOID_2626" #> #> $`choroid plexus papilloma`$dbPhenotype #> [1] TRUE #> #> $`choroid plexus papilloma`$`_parent` #> [1] "DOID_60007<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`choroid plexus papilloma`$`_is_leaf` #> [1] TRUE #> #> $`choroid plexus papilloma`$children #> list() #> #> $`choroid plexus papilloma`$value #> [1] "choroid plexus papilloma" #> #> #> $`choroidal sclerosis` #> $`choroidal sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_980" #> #> $`choroidal sclerosis`$`_id` #> [1] "DOID_980<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`choroidal sclerosis`$privateGeneCount #> [1] 0 #> #> $`choroidal sclerosis`$publicGeneCount #> [1] 1 #> #> $`choroidal sclerosis`$urlId #> [1] "DOID_980" #> #> $`choroidal sclerosis`$dbPhenotype #> [1] FALSE #> #> $`choroidal sclerosis`$`_parent` #> [1] "DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`choroidal sclerosis`$`_is_leaf` #> [1] FALSE #> #> $`choroidal sclerosis`$children #> $`choroidal sclerosis`$children[[1]] #> [1] "DOID_9794<DOID_980<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`choroidal sclerosis`$value #> [1] "choroidal sclerosis" #> #> #> $`choroidal sclerosis` #> $`choroidal sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_980" #> #> $`choroidal sclerosis`$`_id` #> [1] "DOID_980<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`choroidal sclerosis`$privateGeneCount #> [1] 0 #> #> $`choroidal sclerosis`$publicGeneCount #> [1] 1 #> #> $`choroidal sclerosis`$urlId #> [1] "DOID_980" #> #> $`choroidal sclerosis`$dbPhenotype #> [1] FALSE #> #> $`choroidal sclerosis`$`_parent` #> [1] "DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`choroidal sclerosis`$`_is_leaf` #> [1] FALSE #> #> $`choroidal sclerosis`$children #> $`choroidal sclerosis`$children[[1]] #> [1] "DOID_9794<DOID_980<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`choroidal sclerosis`$value #> [1] "choroidal sclerosis" #> #> #> $choroideremia #> $choroideremia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9821" #> #> $choroideremia$`_id` #> [1] "DOID_9821<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $choroideremia$privateGeneCount #> [1] 0 #> #> $choroideremia$publicGeneCount #> [1] 1 #> #> $choroideremia$urlId #> [1] "DOID_9821" #> #> $choroideremia$dbPhenotype #> [1] TRUE #> #> $choroideremia$`_parent` #> [1] "DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $choroideremia$`_is_leaf` #> [1] TRUE #> #> $choroideremia$children #> list() #> #> $choroideremia$value #> [1] "choroideremia" #> #> #> $choroiditis #> $choroiditis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11406" #> #> $choroiditis$`_id` #> [1] "DOID_11406<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $choroiditis$privateGeneCount #> [1] 0 #> #> $choroiditis$publicGeneCount #> [1] 2 #> #> $choroiditis$urlId #> [1] "DOID_11406" #> #> $choroiditis$dbPhenotype #> [1] TRUE #> #> $choroiditis$`_parent` #> [1] "DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $choroiditis$`_is_leaf` #> [1] TRUE #> #> $choroiditis$children #> list() #> #> $choroiditis$value #> [1] "choroiditis" #> #> #> $`chromophobe renal cell carcinoma` #> $`chromophobe renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4471" #> #> $`chromophobe renal cell carcinoma`$`_id` #> [1] "DOID_4471<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chromophobe renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`chromophobe renal cell carcinoma`$publicGeneCount #> [1] 259 #> #> $`chromophobe renal cell carcinoma`$urlId #> [1] "DOID_4471" #> #> $`chromophobe renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`chromophobe renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chromophobe renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`chromophobe renal cell carcinoma`$children #> list() #> #> $`chromophobe renal cell carcinoma`$value #> [1] "chromophobe renal cell carcinoma" #> #> #> $`chromophobe renal cell carcinoma` #> $`chromophobe renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4471" #> #> $`chromophobe renal cell carcinoma`$`_id` #> [1] "DOID_4471<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`chromophobe renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`chromophobe renal cell carcinoma`$publicGeneCount #> [1] 259 #> #> $`chromophobe renal cell carcinoma`$urlId #> [1] "DOID_4471" #> #> $`chromophobe renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`chromophobe renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`chromophobe renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`chromophobe renal cell carcinoma`$children #> list() #> #> $`chromophobe renal cell carcinoma`$value #> [1] "chromophobe renal cell carcinoma" #> #> #> $`chromophobe renal cell carcinoma` #> $`chromophobe renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4471" #> #> $`chromophobe renal cell carcinoma`$`_id` #> [1] "DOID_4471<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`chromophobe renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`chromophobe renal cell carcinoma`$publicGeneCount #> [1] 259 #> #> $`chromophobe renal cell carcinoma`$urlId #> [1] "DOID_4471" #> #> $`chromophobe renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`chromophobe renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`chromophobe renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`chromophobe renal cell carcinoma`$children #> list() #> #> $`chromophobe renal cell carcinoma`$value #> [1] "chromophobe renal cell carcinoma" #> #> #> $`chromophobe renal cell carcinoma` #> $`chromophobe renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4471" #> #> $`chromophobe renal cell carcinoma`$`_id` #> [1] "DOID_4471<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`chromophobe renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`chromophobe renal cell carcinoma`$publicGeneCount #> [1] 259 #> #> $`chromophobe renal cell carcinoma`$urlId #> [1] "DOID_4471" #> #> $`chromophobe renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`chromophobe renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`chromophobe renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`chromophobe renal cell carcinoma`$children #> list() #> #> $`chromophobe renal cell carcinoma`$value #> [1] "chromophobe renal cell carcinoma" #> #> #> $`chromosomal deletion syndrome` #> $`chromosomal deletion syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060388" #> #> $`chromosomal deletion syndrome`$`_id` #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal deletion syndrome`$privateGeneCount #> [1] 0 #> #> $`chromosomal deletion syndrome`$publicGeneCount #> [1] 32 #> #> $`chromosomal deletion syndrome`$urlId #> [1] "DOID_0060388" #> #> $`chromosomal deletion syndrome`$dbPhenotype #> [1] FALSE #> #> $`chromosomal deletion syndrome`$`_parent` #> [1] "DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal deletion syndrome`$`_is_leaf` #> [1] FALSE #> #> $`chromosomal deletion syndrome`$children #> $`chromosomal deletion syndrome`$children[[1]] #> [1] "DOID_12580<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal deletion syndrome`$children[[2]] #> [1] "DOID_11198<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal deletion syndrome`$children[[3]] #> [1] "DOID_0060352<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal deletion syndrome`$children[[4]] #> [1] "DOID_1933<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal deletion syndrome`$children[[5]] #> [1] "DOID_0060428<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal deletion syndrome`$children[[6]] #> [1] "DOID_14699<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal deletion syndrome`$children[[7]] #> [1] "DOID_12583<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal deletion syndrome`$children[[8]] #> [1] "DOID_1928<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal deletion syndrome`$children[[9]] #> [1] "DOID_0050460<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> #> $`chromosomal deletion syndrome`$value #> [1] "chromosomal deletion syndrome" #> #> #> $`chromosomal disease` #> $`chromosomal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080014" #> #> $`chromosomal disease`$`_id` #> [1] "DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal disease`$privateGeneCount #> [1] 0 #> #> $`chromosomal disease`$publicGeneCount #> [1] 166 #> #> $`chromosomal disease`$urlId #> [1] "DOID_0080014" #> #> $`chromosomal disease`$dbPhenotype #> [1] FALSE #> #> $`chromosomal disease`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`chromosomal disease`$`_is_leaf` #> [1] FALSE #> #> $`chromosomal disease`$children #> $`chromosomal disease`$children[[1]] #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal disease`$children[[2]] #> [1] "DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal disease`$children[[3]] #> [1] "DOID_11983<DOID_0080014<DOID_630<DOID_4" #> #> #> $`chromosomal disease`$value #> [1] "chromosomal disease" #> #> #> $`chromosomal duplication syndrome` #> $`chromosomal duplication syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060429" #> #> $`chromosomal duplication syndrome`$`_id` #> [1] "DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal duplication syndrome`$privateGeneCount #> [1] 0 #> #> $`chromosomal duplication syndrome`$publicGeneCount #> [1] 129 #> #> $`chromosomal duplication syndrome`$urlId #> [1] "DOID_0060429" #> #> $`chromosomal duplication syndrome`$dbPhenotype #> [1] FALSE #> #> $`chromosomal duplication syndrome`$`_parent` #> [1] "DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal duplication syndrome`$`_is_leaf` #> [1] FALSE #> #> $`chromosomal duplication syndrome`$children #> $`chromosomal duplication syndrome`$children[[1]] #> [1] "DOID_14250<DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal duplication syndrome`$children[[2]] #> [1] "DOID_1921<DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $`chromosomal duplication syndrome`$children[[3]] #> [1] "DOID_11193<DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> #> $`chromosomal duplication syndrome`$value #> [1] "chromosomal duplication syndrome" #> #> #> $`chronic atrial and intestinal dysrhythmia` #> $`chronic atrial and intestinal dysrhythmia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060339" #> #> $`chronic atrial and intestinal dysrhythmia`$`_id` #> [1] "DOID_0060339<DOID_225<DOID_4" #> #> $`chronic atrial and intestinal dysrhythmia`$privateGeneCount #> [1] 0 #> #> $`chronic atrial and intestinal dysrhythmia`$publicGeneCount #> [1] 1 #> #> $`chronic atrial and intestinal dysrhythmia`$urlId #> [1] "DOID_0060339" #> #> $`chronic atrial and intestinal dysrhythmia`$dbPhenotype #> [1] TRUE #> #> $`chronic atrial and intestinal dysrhythmia`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`chronic atrial and intestinal dysrhythmia`$`_is_leaf` #> [1] TRUE #> #> $`chronic atrial and intestinal dysrhythmia`$children #> list() #> #> $`chronic atrial and intestinal dysrhythmia`$value #> [1] "chronic atrial and intestinal dysrhythmia" #> #> #> $`chronic conjunctivitis` #> $`chronic conjunctivitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2475" #> #> $`chronic conjunctivitis`$`_id` #> [1] "DOID_2475<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`chronic conjunctivitis`$privateGeneCount #> [1] 0 #> #> $`chronic conjunctivitis`$publicGeneCount #> [1] 13 #> #> $`chronic conjunctivitis`$urlId #> [1] "DOID_2475" #> #> $`chronic conjunctivitis`$dbPhenotype #> [1] FALSE #> #> $`chronic conjunctivitis`$`_parent` #> [1] "DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`chronic conjunctivitis`$`_is_leaf` #> [1] FALSE #> #> $`chronic conjunctivitis`$children #> $`chronic conjunctivitis`$children[[1]] #> [1] "DOID_11204<DOID_2475<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`chronic conjunctivitis`$children[[2]] #> [1] "DOID_2474<DOID_2475<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`chronic conjunctivitis`$value #> [1] "chronic conjunctivitis" #> #> #> $`chronic cystitis` #> $`chronic cystitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1680" #> #> $`chronic cystitis`$`_id` #> [1] "DOID_1680<DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`chronic cystitis`$privateGeneCount #> [1] 0 #> #> $`chronic cystitis`$publicGeneCount #> [1] 10 #> #> $`chronic cystitis`$urlId #> [1] "DOID_1680" #> #> $`chronic cystitis`$dbPhenotype #> [1] FALSE #> #> $`chronic cystitis`$`_parent` #> [1] "DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`chronic cystitis`$`_is_leaf` #> [1] FALSE #> #> $`chronic cystitis`$children #> $`chronic cystitis`$children[[1]] #> [1] "DOID_1678<DOID_1680<DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> #> $`chronic cystitis`$value #> [1] "chronic cystitis" #> #> #> $`chronic fatigue syndrome` #> $`chronic fatigue syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8544" #> #> $`chronic fatigue syndrome`$`_id` #> [1] "DOID_8544<DOID_225<DOID_4" #> #> $`chronic fatigue syndrome`$privateGeneCount #> [1] 0 #> #> $`chronic fatigue syndrome`$publicGeneCount #> [1] 5 #> #> $`chronic fatigue syndrome`$urlId #> [1] "DOID_8544" #> #> $`chronic fatigue syndrome`$dbPhenotype #> [1] TRUE #> #> $`chronic fatigue syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`chronic fatigue syndrome`$`_is_leaf` #> [1] TRUE #> #> $`chronic fatigue syndrome`$children #> list() #> #> $`chronic fatigue syndrome`$value #> [1] "chronic fatigue syndrome" #> #> #> $`chronic granulomatous disease` #> $`chronic granulomatous disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3265" #> #> $`chronic granulomatous disease`$`_id` #> [1] "DOID_3265<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`chronic granulomatous disease`$privateGeneCount #> [1] 0 #> #> $`chronic granulomatous disease`$publicGeneCount #> [1] 9 #> #> $`chronic granulomatous disease`$urlId #> [1] "DOID_3265" #> #> $`chronic granulomatous disease`$dbPhenotype #> [1] TRUE #> #> $`chronic granulomatous disease`$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`chronic granulomatous disease`$`_is_leaf` #> [1] TRUE #> #> $`chronic granulomatous disease`$children #> list() #> #> $`chronic granulomatous disease`$value #> [1] "chronic granulomatous disease" #> #> #> $`chronic granulomatous disease` #> $`chronic granulomatous disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3265" #> #> $`chronic granulomatous disease`$`_id` #> [1] "DOID_3265<DOID_3262<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`chronic granulomatous disease`$privateGeneCount #> [1] 0 #> #> $`chronic granulomatous disease`$publicGeneCount #> [1] 9 #> #> $`chronic granulomatous disease`$urlId #> [1] "DOID_3265" #> #> $`chronic granulomatous disease`$dbPhenotype #> [1] TRUE #> #> $`chronic granulomatous disease`$`_parent` #> [1] "DOID_3262<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`chronic granulomatous disease`$`_is_leaf` #> [1] TRUE #> #> $`chronic granulomatous disease`$children #> list() #> #> $`chronic granulomatous disease`$value #> [1] "chronic granulomatous disease" #> #> #> $`chronic granulomatous disease` #> $`chronic granulomatous disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3265" #> #> $`chronic granulomatous disease`$`_id` #> [1] "DOID_3265<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`chronic granulomatous disease`$privateGeneCount #> [1] 0 #> #> $`chronic granulomatous disease`$publicGeneCount #> [1] 9 #> #> $`chronic granulomatous disease`$urlId #> [1] "DOID_3265" #> #> $`chronic granulomatous disease`$dbPhenotype #> [1] TRUE #> #> $`chronic granulomatous disease`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`chronic granulomatous disease`$`_is_leaf` #> [1] TRUE #> #> $`chronic granulomatous disease`$children #> list() #> #> $`chronic granulomatous disease`$value #> [1] "chronic granulomatous disease" #> #> #> $`chronic granulomatous disease` #> $`chronic granulomatous disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3265" #> #> $`chronic granulomatous disease`$`_id` #> [1] "DOID_3265<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`chronic granulomatous disease`$privateGeneCount #> [1] 0 #> #> $`chronic granulomatous disease`$publicGeneCount #> [1] 9 #> #> $`chronic granulomatous disease`$urlId #> [1] "DOID_3265" #> #> $`chronic granulomatous disease`$dbPhenotype #> [1] TRUE #> #> $`chronic granulomatous disease`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`chronic granulomatous disease`$`_is_leaf` #> [1] TRUE #> #> $`chronic granulomatous disease`$children #> list() #> #> $`chronic granulomatous disease`$value #> [1] "chronic granulomatous disease" #> #> #> $`chronic interstitial cystitis` #> $`chronic interstitial cystitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1678" #> #> $`chronic interstitial cystitis`$`_id` #> [1] "DOID_1678<DOID_1680<DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`chronic interstitial cystitis`$privateGeneCount #> [1] 0 #> #> $`chronic interstitial cystitis`$publicGeneCount #> [1] 10 #> #> $`chronic interstitial cystitis`$urlId #> [1] "DOID_1678" #> #> $`chronic interstitial cystitis`$dbPhenotype #> [1] TRUE #> #> $`chronic interstitial cystitis`$`_parent` #> [1] "DOID_1680<DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`chronic interstitial cystitis`$`_is_leaf` #> [1] TRUE #> #> $`chronic interstitial cystitis`$children #> list() #> #> $`chronic interstitial cystitis`$value #> [1] "chronic interstitial cystitis" #> #> #> $`chronic kidney disease` #> $`chronic kidney disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_784" #> #> $`chronic kidney disease`$`_id` #> [1] "DOID_784<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`chronic kidney disease`$privateGeneCount #> [1] 0 #> #> $`chronic kidney disease`$publicGeneCount #> [1] 116 #> #> $`chronic kidney disease`$urlId #> [1] "DOID_784" #> #> $`chronic kidney disease`$dbPhenotype #> [1] TRUE #> #> $`chronic kidney disease`$`_parent` #> [1] "DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`chronic kidney disease`$`_is_leaf` #> [1] TRUE #> #> $`chronic kidney disease`$children #> list() #> #> $`chronic kidney disease`$value #> [1] "chronic kidney disease" #> #> #> $`chronic lymphocytic leukemia` #> $`chronic lymphocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1040" #> #> $`chronic lymphocytic leukemia`$`_id` #> [1] "DOID_1040<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chronic lymphocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic lymphocytic leukemia`$publicGeneCount #> [1] 52 #> #> $`chronic lymphocytic leukemia`$urlId #> [1] "DOID_1040" #> #> $`chronic lymphocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic lymphocytic leukemia`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chronic lymphocytic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`chronic lymphocytic leukemia`$children #> $`chronic lymphocytic leukemia`$children[[1]] #> [1] "DOID_285<DOID_1040<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`chronic lymphocytic leukemia`$value #> [1] "chronic lymphocytic leukemia" #> #> #> $`chronic lymphocytic leukemia` #> $`chronic lymphocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1040" #> #> $`chronic lymphocytic leukemia`$`_id` #> [1] "DOID_1040<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`chronic lymphocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic lymphocytic leukemia`$publicGeneCount #> [1] 52 #> #> $`chronic lymphocytic leukemia`$urlId #> [1] "DOID_1040" #> #> $`chronic lymphocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic lymphocytic leukemia`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`chronic lymphocytic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`chronic lymphocytic leukemia`$children #> $`chronic lymphocytic leukemia`$children[[1]] #> [1] "DOID_285<DOID_1040<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`chronic lymphocytic leukemia`$value #> [1] "chronic lymphocytic leukemia" #> #> #> $`chronic lymphocytic leukemia` #> $`chronic lymphocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1040" #> #> $`chronic lymphocytic leukemia`$`_id` #> [1] "DOID_1040<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`chronic lymphocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic lymphocytic leukemia`$publicGeneCount #> [1] 52 #> #> $`chronic lymphocytic leukemia`$urlId #> [1] "DOID_1040" #> #> $`chronic lymphocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic lymphocytic leukemia`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`chronic lymphocytic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`chronic lymphocytic leukemia`$children #> $`chronic lymphocytic leukemia`$children[[1]] #> [1] "DOID_285<DOID_1040<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`chronic lymphocytic leukemia`$value #> [1] "chronic lymphocytic leukemia" #> #> #> $`chronic lymphocytic leukemia` #> $`chronic lymphocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1040" #> #> $`chronic lymphocytic leukemia`$`_id` #> [1] "DOID_1040<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chronic lymphocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic lymphocytic leukemia`$publicGeneCount #> [1] 52 #> #> $`chronic lymphocytic leukemia`$urlId #> [1] "DOID_1040" #> #> $`chronic lymphocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic lymphocytic leukemia`$`_parent` #> [1] "DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chronic lymphocytic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`chronic lymphocytic leukemia`$children #> $`chronic lymphocytic leukemia`$children[[1]] #> [1] "DOID_285<DOID_1040<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`chronic lymphocytic leukemia`$value #> [1] "chronic lymphocytic leukemia" #> #> #> $`chronic lymphocytic leukemia` #> $`chronic lymphocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1040" #> #> $`chronic lymphocytic leukemia`$`_id` #> [1] "DOID_1040<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`chronic lymphocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic lymphocytic leukemia`$publicGeneCount #> [1] 52 #> #> $`chronic lymphocytic leukemia`$urlId #> [1] "DOID_1040" #> #> $`chronic lymphocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic lymphocytic leukemia`$`_parent` #> [1] "DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`chronic lymphocytic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`chronic lymphocytic leukemia`$children #> $`chronic lymphocytic leukemia`$children[[1]] #> [1] "DOID_285<DOID_1040<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`chronic lymphocytic leukemia`$value #> [1] "chronic lymphocytic leukemia" #> #> #> $`chronic lymphocytic leukemia` #> $`chronic lymphocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1040" #> #> $`chronic lymphocytic leukemia`$`_id` #> [1] "DOID_1040<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chronic lymphocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic lymphocytic leukemia`$publicGeneCount #> [1] 52 #> #> $`chronic lymphocytic leukemia`$urlId #> [1] "DOID_1040" #> #> $`chronic lymphocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic lymphocytic leukemia`$`_parent` #> [1] "DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chronic lymphocytic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`chronic lymphocytic leukemia`$children #> $`chronic lymphocytic leukemia`$children[[1]] #> [1] "DOID_285<DOID_1040<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`chronic lymphocytic leukemia`$value #> [1] "chronic lymphocytic leukemia" #> #> #> $`chronic lymphocytic leukemia` #> $`chronic lymphocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1040" #> #> $`chronic lymphocytic leukemia`$`_id` #> [1] "DOID_1040<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`chronic lymphocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic lymphocytic leukemia`$publicGeneCount #> [1] 52 #> #> $`chronic lymphocytic leukemia`$urlId #> [1] "DOID_1040" #> #> $`chronic lymphocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic lymphocytic leukemia`$`_parent` #> [1] "DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`chronic lymphocytic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`chronic lymphocytic leukemia`$children #> $`chronic lymphocytic leukemia`$children[[1]] #> [1] "DOID_285<DOID_1040<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`chronic lymphocytic leukemia`$value #> [1] "chronic lymphocytic leukemia" #> #> #> $`chronic monocytic leukemia` #> $`chronic monocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8593" #> #> $`chronic monocytic leukemia`$`_id` #> [1] "DOID_8593<DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chronic monocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic monocytic leukemia`$publicGeneCount #> [1] 21 #> #> $`chronic monocytic leukemia`$urlId #> [1] "DOID_8593" #> #> $`chronic monocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic monocytic leukemia`$`_parent` #> [1] "DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chronic monocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`chronic monocytic leukemia`$children #> list() #> #> $`chronic monocytic leukemia`$value #> [1] "chronic monocytic leukemia" #> #> #> $`chronic monocytic leukemia` #> $`chronic monocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8593" #> #> $`chronic monocytic leukemia`$`_id` #> [1] "DOID_8593<DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`chronic monocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic monocytic leukemia`$publicGeneCount #> [1] 21 #> #> $`chronic monocytic leukemia`$urlId #> [1] "DOID_8593" #> #> $`chronic monocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic monocytic leukemia`$`_parent` #> [1] "DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`chronic monocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`chronic monocytic leukemia`$children #> list() #> #> $`chronic monocytic leukemia`$value #> [1] "chronic monocytic leukemia" #> #> #> $`chronic mucocutaneous candidiasis` #> $`chronic mucocutaneous candidiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2058" #> #> $`chronic mucocutaneous candidiasis`$`_id` #> [1] "DOID_2058<DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`chronic mucocutaneous candidiasis`$privateGeneCount #> [1] 0 #> #> $`chronic mucocutaneous candidiasis`$publicGeneCount #> [1] 7 #> #> $`chronic mucocutaneous candidiasis`$urlId #> [1] "DOID_2058" #> #> $`chronic mucocutaneous candidiasis`$dbPhenotype #> [1] TRUE #> #> $`chronic mucocutaneous candidiasis`$`_parent` #> [1] "DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`chronic mucocutaneous candidiasis`$`_is_leaf` #> [1] TRUE #> #> $`chronic mucocutaneous candidiasis`$children #> list() #> #> $`chronic mucocutaneous candidiasis`$value #> [1] "chronic mucocutaneous candidiasis" #> #> #> $`chronic mucocutaneous candidiasis` #> $`chronic mucocutaneous candidiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2058" #> #> $`chronic mucocutaneous candidiasis`$`_id` #> [1] "DOID_2058<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`chronic mucocutaneous candidiasis`$privateGeneCount #> [1] 0 #> #> $`chronic mucocutaneous candidiasis`$publicGeneCount #> [1] 7 #> #> $`chronic mucocutaneous candidiasis`$urlId #> [1] "DOID_2058" #> #> $`chronic mucocutaneous candidiasis`$dbPhenotype #> [1] TRUE #> #> $`chronic mucocutaneous candidiasis`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`chronic mucocutaneous candidiasis`$`_is_leaf` #> [1] TRUE #> #> $`chronic mucocutaneous candidiasis`$children #> list() #> #> $`chronic mucocutaneous candidiasis`$value #> [1] "chronic mucocutaneous candidiasis" #> #> #> $`chronic mucocutaneous candidiasis` #> $`chronic mucocutaneous candidiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2058" #> #> $`chronic mucocutaneous candidiasis`$`_id` #> [1] "DOID_2058<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`chronic mucocutaneous candidiasis`$privateGeneCount #> [1] 0 #> #> $`chronic mucocutaneous candidiasis`$publicGeneCount #> [1] 7 #> #> $`chronic mucocutaneous candidiasis`$urlId #> [1] "DOID_2058" #> #> $`chronic mucocutaneous candidiasis`$dbPhenotype #> [1] TRUE #> #> $`chronic mucocutaneous candidiasis`$`_parent` #> [1] "DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`chronic mucocutaneous candidiasis`$`_is_leaf` #> [1] TRUE #> #> $`chronic mucocutaneous candidiasis`$children #> list() #> #> $`chronic mucocutaneous candidiasis`$value #> [1] "chronic mucocutaneous candidiasis" #> #> #> $`chronic myeloid leukemia` #> $`chronic myeloid leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8552" #> #> $`chronic myeloid leukemia`$`_id` #> [1] "DOID_8552<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chronic myeloid leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic myeloid leukemia`$publicGeneCount #> [1] 26 #> #> $`chronic myeloid leukemia`$urlId #> [1] "DOID_8552" #> #> $`chronic myeloid leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic myeloid leukemia`$`_parent` #> [1] "DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`chronic myeloid leukemia`$`_is_leaf` #> [1] TRUE #> #> $`chronic myeloid leukemia`$children #> list() #> #> $`chronic myeloid leukemia`$value #> [1] "chronic myeloid leukemia" #> #> #> $`chronic myeloid leukemia` #> $`chronic myeloid leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8552" #> #> $`chronic myeloid leukemia`$`_id` #> [1] "DOID_8552<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`chronic myeloid leukemia`$privateGeneCount #> [1] 0 #> #> $`chronic myeloid leukemia`$publicGeneCount #> [1] 26 #> #> $`chronic myeloid leukemia`$urlId #> [1] "DOID_8552" #> #> $`chronic myeloid leukemia`$dbPhenotype #> [1] TRUE #> #> $`chronic myeloid leukemia`$`_parent` #> [1] "DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`chronic myeloid leukemia`$`_is_leaf` #> [1] TRUE #> #> $`chronic myeloid leukemia`$children #> list() #> #> $`chronic myeloid leukemia`$value #> [1] "chronic myeloid leukemia" #> #> #> $`chronic obstructive pulmonary disease` #> $`chronic obstructive pulmonary disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3083" #> #> $`chronic obstructive pulmonary disease`$`_id` #> [1] "DOID_3083<DOID_2320<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`chronic obstructive pulmonary disease`$privateGeneCount #> [1] 0 #> #> $`chronic obstructive pulmonary disease`$publicGeneCount #> [1] 166 #> #> $`chronic obstructive pulmonary disease`$urlId #> [1] "DOID_3083" #> #> $`chronic obstructive pulmonary disease`$dbPhenotype #> [1] TRUE #> #> $`chronic obstructive pulmonary disease`$`_parent` #> [1] "DOID_2320<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`chronic obstructive pulmonary disease`$`_is_leaf` #> [1] FALSE #> #> $`chronic obstructive pulmonary disease`$children #> $`chronic obstructive pulmonary disease`$children[[1]] #> [1] "DOID_9675<DOID_3083<DOID_2320<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`chronic obstructive pulmonary disease`$value #> [1] "chronic obstructive pulmonary disease" #> #> #> $`Chronic pain` #> $`Chronic pain`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012532" #> #> $`Chronic pain`$`_id` #> [1] "HP_0012532<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $`Chronic pain`$privateGeneCount #> [1] 0 #> #> $`Chronic pain`$publicGeneCount #> [1] 3 #> #> $`Chronic pain`$urlId #> [1] "HP_0012532" #> #> $`Chronic pain`$dbPhenotype #> [1] TRUE #> #> $`Chronic pain`$`_parent` #> [1] "HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $`Chronic pain`$`_is_leaf` #> [1] TRUE #> #> $`Chronic pain`$children #> list() #> #> $`Chronic pain`$value #> [1] "Chronic pain" #> #> #> $`Chronic pancreatitis` #> $`Chronic pancreatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006280" #> #> $`Chronic pancreatitis`$`_id` #> [1] "HP_0006280<HP_0001733<HP_0012091<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Chronic pancreatitis`$privateGeneCount #> [1] 0 #> #> $`Chronic pancreatitis`$publicGeneCount #> [1] 5 #> #> $`Chronic pancreatitis`$urlId #> [1] "HP_0006280" #> #> $`Chronic pancreatitis`$dbPhenotype #> [1] TRUE #> #> $`Chronic pancreatitis`$`_parent` #> [1] "HP_0001733<HP_0012091<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Chronic pancreatitis`$`_is_leaf` #> [1] TRUE #> #> $`Chronic pancreatitis`$children #> list() #> #> $`Chronic pancreatitis`$value #> [1] "Chronic pancreatitis" #> #> #> $`Chronic pancreatitis` #> $`Chronic pancreatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006280" #> #> $`Chronic pancreatitis`$`_id` #> [1] "HP_0006280<HP_0001733<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Chronic pancreatitis`$privateGeneCount #> [1] 0 #> #> $`Chronic pancreatitis`$publicGeneCount #> [1] 5 #> #> $`Chronic pancreatitis`$urlId #> [1] "HP_0006280" #> #> $`Chronic pancreatitis`$dbPhenotype #> [1] TRUE #> #> $`Chronic pancreatitis`$`_parent` #> [1] "HP_0001733<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Chronic pancreatitis`$`_is_leaf` #> [1] TRUE #> #> $`Chronic pancreatitis`$children #> list() #> #> $`Chronic pancreatitis`$value #> [1] "Chronic pancreatitis" #> #> #> $`chronic progressive external ophthalmoplegia` #> $`chronic progressive external ophthalmoplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12558" #> #> $`chronic progressive external ophthalmoplegia`$`_id` #> [1] "DOID_12558<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`chronic progressive external ophthalmoplegia`$privateGeneCount #> [1] 0 #> #> $`chronic progressive external ophthalmoplegia`$publicGeneCount #> [1] 9 #> #> $`chronic progressive external ophthalmoplegia`$urlId #> [1] "DOID_12558" #> #> $`chronic progressive external ophthalmoplegia`$dbPhenotype #> [1] TRUE #> #> $`chronic progressive external ophthalmoplegia`$`_parent` #> [1] "DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`chronic progressive external ophthalmoplegia`$`_is_leaf` #> [1] FALSE #> #> $`chronic progressive external ophthalmoplegia`$children #> $`chronic progressive external ophthalmoplegia`$children[[1]] #> [1] "DOID_12934<DOID_12558<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`chronic progressive external ophthalmoplegia`$value #> [1] "chronic progressive external ophthalmoplegia" #> #> #> $`chronic pulmonary heart disease` #> $`chronic pulmonary heart disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12326" #> #> $`chronic pulmonary heart disease`$`_id` #> [1] "DOID_12326<DOID_8515<DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`chronic pulmonary heart disease`$privateGeneCount #> [1] 0 #> #> $`chronic pulmonary heart disease`$publicGeneCount #> [1] 4 #> #> $`chronic pulmonary heart disease`$urlId #> [1] "DOID_12326" #> #> $`chronic pulmonary heart disease`$dbPhenotype #> [1] FALSE #> #> $`chronic pulmonary heart disease`$`_parent` #> [1] "DOID_8515<DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`chronic pulmonary heart disease`$`_is_leaf` #> [1] FALSE #> #> $`chronic pulmonary heart disease`$children #> $`chronic pulmonary heart disease`$children[[1]] #> [1] "DOID_14557<DOID_12326<DOID_8515<DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`chronic pulmonary heart disease`$value #> [1] "chronic pulmonary heart disease" #> #> #> $`chronic tic disorder` #> $`chronic tic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10600" #> #> $`chronic tic disorder`$`_id` #> [1] "DOID_10600<DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`chronic tic disorder`$privateGeneCount #> [1] 0 #> #> $`chronic tic disorder`$publicGeneCount #> [1] 2 #> #> $`chronic tic disorder`$urlId #> [1] "DOID_10600" #> #> $`chronic tic disorder`$dbPhenotype #> [1] TRUE #> #> $`chronic tic disorder`$`_parent` #> [1] "DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`chronic tic disorder`$`_is_leaf` #> [1] TRUE #> #> $`chronic tic disorder`$children #> list() #> #> $`chronic tic disorder`$value #> [1] "chronic tic disorder" #> #> #> $`chronic ulcer of skin` #> $`chronic ulcer of skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8549" #> #> $`chronic ulcer of skin`$`_id` #> [1] "DOID_8549<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`chronic ulcer of skin`$privateGeneCount #> [1] 0 #> #> $`chronic ulcer of skin`$publicGeneCount #> [1] 2 #> #> $`chronic ulcer of skin`$urlId #> [1] "DOID_8549" #> #> $`chronic ulcer of skin`$dbPhenotype #> [1] FALSE #> #> $`chronic ulcer of skin`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`chronic ulcer of skin`$`_is_leaf` #> [1] FALSE #> #> $`chronic ulcer of skin`$children #> $`chronic ulcer of skin`$children[[1]] #> [1] "DOID_8717<DOID_8549<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`chronic ulcer of skin`$value #> [1] "chronic ulcer of skin" #> #> #> $`Churg-Strauss syndrome` #> $`Churg-Strauss syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3049" #> #> $`Churg-Strauss syndrome`$`_id` #> [1] "DOID_3049<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Churg-Strauss syndrome`$privateGeneCount #> [1] 0 #> #> $`Churg-Strauss syndrome`$publicGeneCount #> [1] 4 #> #> $`Churg-Strauss syndrome`$urlId #> [1] "DOID_3049" #> #> $`Churg-Strauss syndrome`$dbPhenotype #> [1] TRUE #> #> $`Churg-Strauss syndrome`$`_parent` #> [1] "DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Churg-Strauss syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Churg-Strauss syndrome`$children #> list() #> #> $`Churg-Strauss syndrome`$value #> [1] "Churg-Strauss syndrome" #> #> #> $`chylomicron retention disease` #> $`chylomicron retention disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060357" #> #> $`chylomicron retention disease`$`_id` #> [1] "DOID_0060357<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`chylomicron retention disease`$privateGeneCount #> [1] 0 #> #> $`chylomicron retention disease`$publicGeneCount #> [1] 1 #> #> $`chylomicron retention disease`$urlId #> [1] "DOID_0060357" #> #> $`chylomicron retention disease`$dbPhenotype #> [1] TRUE #> #> $`chylomicron retention disease`$`_parent` #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`chylomicron retention disease`$`_is_leaf` #> [1] TRUE #> #> $`chylomicron retention disease`$children #> list() #> #> $`chylomicron retention disease`$value #> [1] "chylomicron retention disease" #> #> #> $`chylomicron retention disease` #> $`chylomicron retention disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060357" #> #> $`chylomicron retention disease`$`_id` #> [1] "DOID_0060357<DOID_630<DOID_4" #> #> $`chylomicron retention disease`$privateGeneCount #> [1] 0 #> #> $`chylomicron retention disease`$publicGeneCount #> [1] 1 #> #> $`chylomicron retention disease`$urlId #> [1] "DOID_0060357" #> #> $`chylomicron retention disease`$dbPhenotype #> [1] TRUE #> #> $`chylomicron retention disease`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`chylomicron retention disease`$`_is_leaf` #> [1] TRUE #> #> $`chylomicron retention disease`$children #> list() #> #> $`chylomicron retention disease`$value #> [1] "chylomicron retention disease" #> #> #> $Chylothorax #> $Chylothorax$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010310" #> #> $Chylothorax$`_id` #> [1] "HP_0010310<HP_0002202<HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Chylothorax$privateGeneCount #> [1] 0 #> #> $Chylothorax$publicGeneCount #> [1] 1 #> #> $Chylothorax$urlId #> [1] "HP_0010310" #> #> $Chylothorax$dbPhenotype #> [1] TRUE #> #> $Chylothorax$`_parent` #> [1] "HP_0002202<HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Chylothorax$`_is_leaf` #> [1] TRUE #> #> $Chylothorax$children #> list() #> #> $Chylothorax$value #> [1] "Chylothorax" #> #> #> $`cicatricial pemphigoid` #> $`cicatricial pemphigoid`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11656" #> #> $`cicatricial pemphigoid`$`_id` #> [1] "DOID_11656<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cicatricial pemphigoid`$privateGeneCount #> [1] 0 #> #> $`cicatricial pemphigoid`$publicGeneCount #> [1] 6 #> #> $`cicatricial pemphigoid`$urlId #> [1] "DOID_11656" #> #> $`cicatricial pemphigoid`$dbPhenotype #> [1] TRUE #> #> $`cicatricial pemphigoid`$`_parent` #> [1] "DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cicatricial pemphigoid`$`_is_leaf` #> [1] TRUE #> #> $`cicatricial pemphigoid`$children #> list() #> #> $`cicatricial pemphigoid`$value #> [1] "cicatricial pemphigoid" #> #> #> $`cicatricial pemphigoid` #> $`cicatricial pemphigoid`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11656" #> #> $`cicatricial pemphigoid`$`_id` #> [1] "DOID_11656<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`cicatricial pemphigoid`$privateGeneCount #> [1] 0 #> #> $`cicatricial pemphigoid`$publicGeneCount #> [1] 6 #> #> $`cicatricial pemphigoid`$urlId #> [1] "DOID_11656" #> #> $`cicatricial pemphigoid`$dbPhenotype #> [1] TRUE #> #> $`cicatricial pemphigoid`$`_parent` #> [1] "DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`cicatricial pemphigoid`$`_is_leaf` #> [1] TRUE #> #> $`cicatricial pemphigoid`$children #> list() #> #> $`cicatricial pemphigoid`$value #> [1] "cicatricial pemphigoid" #> #> #> $ciliopathy #> $ciliopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060340" #> #> $ciliopathy$`_id` #> [1] "DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $ciliopathy$privateGeneCount #> [1] 0 #> #> $ciliopathy$publicGeneCount #> [1] 60 #> #> $ciliopathy$urlId #> [1] "DOID_0060340" #> #> $ciliopathy$dbPhenotype #> [1] FALSE #> #> $ciliopathy$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $ciliopathy$`_is_leaf` #> [1] FALSE #> #> $ciliopathy$children #> $ciliopathy$children[[1]] #> [1] "DOID_0050777<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $ciliopathy$children[[2]] #> [1] "DOID_0050778<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $ciliopathy$children[[3]] #> [1] "DOID_9562<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> #> $ciliopathy$value #> [1] "ciliopathy" #> #> #> $ciliopathy #> $ciliopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060340" #> #> $ciliopathy$`_id` #> [1] "DOID_0060340<DOID_225<DOID_4" #> #> $ciliopathy$privateGeneCount #> [1] 0 #> #> $ciliopathy$publicGeneCount #> [1] 60 #> #> $ciliopathy$urlId #> [1] "DOID_0060340" #> #> $ciliopathy$dbPhenotype #> [1] FALSE #> #> $ciliopathy$`_parent` #> [1] "DOID_225<DOID_4" #> #> $ciliopathy$`_is_leaf` #> [1] FALSE #> #> $ciliopathy$children #> $ciliopathy$children[[1]] #> [1] "DOID_0050777<DOID_0060340<DOID_225<DOID_4" #> #> $ciliopathy$children[[2]] #> [1] "DOID_0050778<DOID_0060340<DOID_225<DOID_4" #> #> $ciliopathy$children[[3]] #> [1] "DOID_9562<DOID_0060340<DOID_225<DOID_4" #> #> #> $ciliopathy$value #> [1] "ciliopathy" #> #> #> $citrullinemia #> $citrullinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9273" #> #> $citrullinemia$`_id` #> [1] "DOID_9273<DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $citrullinemia$privateGeneCount #> [1] 0 #> #> $citrullinemia$publicGeneCount #> [1] 3 #> #> $citrullinemia$urlId #> [1] "DOID_9273" #> #> $citrullinemia$dbPhenotype #> [1] TRUE #> #> $citrullinemia$`_parent` #> [1] "DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $citrullinemia$`_is_leaf` #> [1] TRUE #> #> $citrullinemia$children #> list() #> #> $citrullinemia$value #> [1] "citrullinemia" #> #> #> $`clear cell adenocarcinoma` #> $`clear cell adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4468" #> #> $`clear cell adenocarcinoma`$`_id` #> [1] "DOID_4468<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`clear cell adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`clear cell adenocarcinoma`$publicGeneCount #> [1] 4 #> #> $`clear cell adenocarcinoma`$urlId #> [1] "DOID_4468" #> #> $`clear cell adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`clear cell adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`clear cell adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`clear cell adenocarcinoma`$children #> list() #> #> $`clear cell adenocarcinoma`$value #> [1] "clear cell adenocarcinoma" #> #> #> $`clear cell meningioma` #> $`clear cell meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4210" #> #> $`clear cell meningioma`$`_id` #> [1] "DOID_4210<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`clear cell meningioma`$privateGeneCount #> [1] 0 #> #> $`clear cell meningioma`$publicGeneCount #> [1] 16 #> #> $`clear cell meningioma`$urlId #> [1] "DOID_4210" #> #> $`clear cell meningioma`$dbPhenotype #> [1] TRUE #> #> $`clear cell meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`clear cell meningioma`$`_is_leaf` #> [1] TRUE #> #> $`clear cell meningioma`$children #> list() #> #> $`clear cell meningioma`$value #> [1] "clear cell meningioma" #> #> #> $`clear cell meningioma` #> $`clear cell meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4210" #> #> $`clear cell meningioma`$`_id` #> [1] "DOID_4210<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`clear cell meningioma`$privateGeneCount #> [1] 0 #> #> $`clear cell meningioma`$publicGeneCount #> [1] 16 #> #> $`clear cell meningioma`$urlId #> [1] "DOID_4210" #> #> $`clear cell meningioma`$dbPhenotype #> [1] TRUE #> #> $`clear cell meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`clear cell meningioma`$`_is_leaf` #> [1] TRUE #> #> $`clear cell meningioma`$children #> list() #> #> $`clear cell meningioma`$value #> [1] "clear cell meningioma" #> #> #> $`clear cell meningioma` #> $`clear cell meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4210" #> #> $`clear cell meningioma`$`_id` #> [1] "DOID_4210<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`clear cell meningioma`$privateGeneCount #> [1] 0 #> #> $`clear cell meningioma`$publicGeneCount #> [1] 16 #> #> $`clear cell meningioma`$urlId #> [1] "DOID_4210" #> #> $`clear cell meningioma`$dbPhenotype #> [1] TRUE #> #> $`clear cell meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`clear cell meningioma`$`_is_leaf` #> [1] TRUE #> #> $`clear cell meningioma`$children #> list() #> #> $`clear cell meningioma`$value #> [1] "clear cell meningioma" #> #> #> $`clear cell renal cell carcinoma` #> $`clear cell renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4467" #> #> $`clear cell renal cell carcinoma`$`_id` #> [1] "DOID_4467<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`clear cell renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`clear cell renal cell carcinoma`$publicGeneCount #> [1] 266 #> #> $`clear cell renal cell carcinoma`$urlId #> [1] "DOID_4467" #> #> $`clear cell renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`clear cell renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`clear cell renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`clear cell renal cell carcinoma`$children #> list() #> #> $`clear cell renal cell carcinoma`$value #> [1] "clear cell renal cell carcinoma" #> #> #> $`clear cell renal cell carcinoma` #> $`clear cell renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4467" #> #> $`clear cell renal cell carcinoma`$`_id` #> [1] "DOID_4467<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`clear cell renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`clear cell renal cell carcinoma`$publicGeneCount #> [1] 266 #> #> $`clear cell renal cell carcinoma`$urlId #> [1] "DOID_4467" #> #> $`clear cell renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`clear cell renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`clear cell renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`clear cell renal cell carcinoma`$children #> list() #> #> $`clear cell renal cell carcinoma`$value #> [1] "clear cell renal cell carcinoma" #> #> #> $`clear cell renal cell carcinoma` #> $`clear cell renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4467" #> #> $`clear cell renal cell carcinoma`$`_id` #> [1] "DOID_4467<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`clear cell renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`clear cell renal cell carcinoma`$publicGeneCount #> [1] 266 #> #> $`clear cell renal cell carcinoma`$urlId #> [1] "DOID_4467" #> #> $`clear cell renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`clear cell renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`clear cell renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`clear cell renal cell carcinoma`$children #> list() #> #> $`clear cell renal cell carcinoma`$value #> [1] "clear cell renal cell carcinoma" #> #> #> $`clear cell renal cell carcinoma` #> $`clear cell renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4467" #> #> $`clear cell renal cell carcinoma`$`_id` #> [1] "DOID_4467<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`clear cell renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`clear cell renal cell carcinoma`$publicGeneCount #> [1] 266 #> #> $`clear cell renal cell carcinoma`$urlId #> [1] "DOID_4467" #> #> $`clear cell renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`clear cell renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`clear cell renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`clear cell renal cell carcinoma`$children #> list() #> #> $`clear cell renal cell carcinoma`$value #> [1] "clear cell renal cell carcinoma" #> #> #> $`clear cell sarcoma` #> $`clear cell sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4233" #> #> $`clear cell sarcoma`$`_id` #> [1] "DOID_4233<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`clear cell sarcoma`$privateGeneCount #> [1] 0 #> #> $`clear cell sarcoma`$publicGeneCount #> [1] 1 #> #> $`clear cell sarcoma`$urlId #> [1] "DOID_4233" #> #> $`clear cell sarcoma`$dbPhenotype #> [1] TRUE #> #> $`clear cell sarcoma`$`_parent` #> [1] "DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`clear cell sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`clear cell sarcoma`$children #> list() #> #> $`clear cell sarcoma`$value #> [1] "clear cell sarcoma" #> #> #> $`cleft lip` #> $`cleft lip`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9296" #> #> $`cleft lip`$`_id` #> [1] "DOID_9296<DOID_0050567<DOID_0080015<DOID_4" #> #> $`cleft lip`$privateGeneCount #> [1] 0 #> #> $`cleft lip`$publicGeneCount #> [1] 29 #> #> $`cleft lip`$urlId #> [1] "DOID_9296" #> #> $`cleft lip`$dbPhenotype #> [1] TRUE #> #> $`cleft lip`$`_parent` #> [1] "DOID_0050567<DOID_0080015<DOID_4" #> #> $`cleft lip`$`_is_leaf` #> [1] TRUE #> #> $`cleft lip`$children #> list() #> #> $`cleft lip`$value #> [1] "cleft lip" #> #> #> $`cleft lip` #> $`cleft lip`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9296" #> #> $`cleft lip`$`_id` #> [1] "DOID_9296<DOID_0050567<DOID_225<DOID_4" #> #> $`cleft lip`$privateGeneCount #> [1] 0 #> #> $`cleft lip`$publicGeneCount #> [1] 29 #> #> $`cleft lip`$urlId #> [1] "DOID_9296" #> #> $`cleft lip`$dbPhenotype #> [1] TRUE #> #> $`cleft lip`$`_parent` #> [1] "DOID_0050567<DOID_225<DOID_4" #> #> $`cleft lip`$`_is_leaf` #> [1] TRUE #> #> $`cleft lip`$children #> list() #> #> $`cleft lip`$value #> [1] "cleft lip" #> #> #> $`cleft lip` #> $`cleft lip`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9296" #> #> $`cleft lip`$`_id` #> [1] "DOID_9296<DOID_9297<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`cleft lip`$privateGeneCount #> [1] 0 #> #> $`cleft lip`$publicGeneCount #> [1] 29 #> #> $`cleft lip`$urlId #> [1] "DOID_9296" #> #> $`cleft lip`$dbPhenotype #> [1] TRUE #> #> $`cleft lip`$`_parent` #> [1] "DOID_9297<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`cleft lip`$`_is_leaf` #> [1] TRUE #> #> $`cleft lip`$children #> list() #> #> $`cleft lip`$value #> [1] "cleft lip" #> #> #> $`cleft palate` #> $`cleft palate`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_674" #> #> $`cleft palate`$`_id` #> [1] "DOID_674<DOID_0050567<DOID_0080015<DOID_4" #> #> $`cleft palate`$privateGeneCount #> [1] 0 #> #> $`cleft palate`$publicGeneCount #> [1] 45 #> #> $`cleft palate`$urlId #> [1] "DOID_674" #> #> $`cleft palate`$dbPhenotype #> [1] TRUE #> #> $`cleft palate`$`_parent` #> [1] "DOID_0050567<DOID_0080015<DOID_4" #> #> $`cleft palate`$`_is_leaf` #> [1] TRUE #> #> $`cleft palate`$children #> list() #> #> $`cleft palate`$value #> [1] "cleft palate" #> #> #> $`cleft palate` #> $`cleft palate`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_674" #> #> $`cleft palate`$`_id` #> [1] "DOID_674<DOID_0050567<DOID_225<DOID_4" #> #> $`cleft palate`$privateGeneCount #> [1] 0 #> #> $`cleft palate`$publicGeneCount #> [1] 45 #> #> $`cleft palate`$urlId #> [1] "DOID_674" #> #> $`cleft palate`$dbPhenotype #> [1] TRUE #> #> $`cleft palate`$`_parent` #> [1] "DOID_0050567<DOID_225<DOID_4" #> #> $`cleft palate`$`_is_leaf` #> [1] TRUE #> #> $`cleft palate`$children #> list() #> #> $`cleft palate`$value #> [1] "cleft palate" #> #> #> $`cleidocranial dysplasia` #> $`cleidocranial dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13994" #> #> $`cleidocranial dysplasia`$`_id` #> [1] "DOID_13994<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`cleidocranial dysplasia`$privateGeneCount #> [1] 0 #> #> $`cleidocranial dysplasia`$publicGeneCount #> [1] 1 #> #> $`cleidocranial dysplasia`$urlId #> [1] "DOID_13994" #> #> $`cleidocranial dysplasia`$dbPhenotype #> [1] TRUE #> #> $`cleidocranial dysplasia`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`cleidocranial dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`cleidocranial dysplasia`$children #> list() #> #> $`cleidocranial dysplasia`$value #> [1] "cleidocranial dysplasia" #> #> #> $`cleidocranial dysplasia` #> $`cleidocranial dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13994" #> #> $`cleidocranial dysplasia`$`_id` #> [1] "DOID_13994<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`cleidocranial dysplasia`$privateGeneCount #> [1] 0 #> #> $`cleidocranial dysplasia`$publicGeneCount #> [1] 1 #> #> $`cleidocranial dysplasia`$urlId #> [1] "DOID_13994" #> #> $`cleidocranial dysplasia`$dbPhenotype #> [1] TRUE #> #> $`cleidocranial dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`cleidocranial dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`cleidocranial dysplasia`$children #> list() #> #> $`cleidocranial dysplasia`$value #> [1] "cleidocranial dysplasia" #> #> #> $`Clinical course` #> $`Clinical course`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031797" #> #> $`Clinical course`$`_id` #> [1] "HP_0031797<HP_0000001" #> #> $`Clinical course`$privateGeneCount #> [1] 0 #> #> $`Clinical course`$publicGeneCount #> [1] 40 #> #> $`Clinical course`$urlId #> [1] "HP_0031797" #> #> $`Clinical course`$dbPhenotype #> [1] FALSE #> #> $`Clinical course`$`_parent` #> [1] "HP_0000001" #> #> $`Clinical course`$`_is_leaf` #> [1] FALSE #> #> $`Clinical course`$children #> $`Clinical course`$children[[1]] #> [1] "HP_0040006<HP_0031797<HP_0000001" #> #> $`Clinical course`$children[[2]] #> [1] "HP_0003674<HP_0031797<HP_0000001" #> #> #> $`Clinical course`$value #> [1] "Clinical course" #> #> #> $clonorchiasis #> $clonorchiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13767" #> #> $clonorchiasis$`_id` #> [1] "DOID_13767<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $clonorchiasis$privateGeneCount #> [1] 0 #> #> $clonorchiasis$publicGeneCount #> [1] 2 #> #> $clonorchiasis$urlId #> [1] "DOID_13767" #> #> $clonorchiasis$dbPhenotype #> [1] TRUE #> #> $clonorchiasis$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $clonorchiasis$`_is_leaf` #> [1] TRUE #> #> $clonorchiasis$children #> list() #> #> $clonorchiasis$value #> [1] "clonorchiasis" #> #> #> $clonorchiasis #> $clonorchiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13767" #> #> $clonorchiasis$`_id` #> [1] "DOID_13767<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $clonorchiasis$privateGeneCount #> [1] 0 #> #> $clonorchiasis$publicGeneCount #> [1] 2 #> #> $clonorchiasis$urlId #> [1] "DOID_13767" #> #> $clonorchiasis$dbPhenotype #> [1] TRUE #> #> $clonorchiasis$`_parent` #> [1] "DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $clonorchiasis$`_is_leaf` #> [1] TRUE #> #> $clonorchiasis$children #> list() #> #> $clonorchiasis$value #> [1] "clonorchiasis" #> #> #> $`Clouston syndrome` #> $`Clouston syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14693" #> #> $`Clouston syndrome`$`_id` #> [1] "DOID_14693<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Clouston syndrome`$privateGeneCount #> [1] 0 #> #> $`Clouston syndrome`$publicGeneCount #> [1] 10 #> #> $`Clouston syndrome`$urlId #> [1] "DOID_14693" #> #> $`Clouston syndrome`$dbPhenotype #> [1] TRUE #> #> $`Clouston syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Clouston syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Clouston syndrome`$children #> list() #> #> $`Clouston syndrome`$value #> [1] "Clouston syndrome" #> #> #> $`Clouston syndrome` #> $`Clouston syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14693" #> #> $`Clouston syndrome`$`_id` #> [1] "DOID_14693<DOID_2121<DOID_225<DOID_4" #> #> $`Clouston syndrome`$privateGeneCount #> [1] 0 #> #> $`Clouston syndrome`$publicGeneCount #> [1] 10 #> #> $`Clouston syndrome`$urlId #> [1] "DOID_14693" #> #> $`Clouston syndrome`$dbPhenotype #> [1] TRUE #> #> $`Clouston syndrome`$`_parent` #> [1] "DOID_2121<DOID_225<DOID_4" #> #> $`Clouston syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Clouston syndrome`$children #> list() #> #> $`Clouston syndrome`$value #> [1] "Clouston syndrome" #> #> #> $Clubbing #> $Clubbing$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001217" #> #> $Clubbing$`_id` #> [1] "HP_0001217<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Clubbing$privateGeneCount #> [1] 0 #> #> $Clubbing$publicGeneCount #> [1] 1 #> #> $Clubbing$urlId #> [1] "HP_0001217" #> #> $Clubbing$dbPhenotype #> [1] TRUE #> #> $Clubbing$`_parent` #> [1] "HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Clubbing$`_is_leaf` #> [1] TRUE #> #> $Clubbing$children #> list() #> #> $Clubbing$value #> [1] "Clubbing" #> #> #> $Clubbing #> $Clubbing$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001217" #> #> $Clubbing$`_id` #> [1] "HP_0001217<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $Clubbing$privateGeneCount #> [1] 0 #> #> $Clubbing$publicGeneCount #> [1] 1 #> #> $Clubbing$urlId #> [1] "HP_0001217" #> #> $Clubbing$dbPhenotype #> [1] TRUE #> #> $Clubbing$`_parent` #> [1] "HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $Clubbing$`_is_leaf` #> [1] TRUE #> #> $Clubbing$children #> list() #> #> $Clubbing$value #> [1] "Clubbing" #> #> #> $Clubbing #> $Clubbing$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001217" #> #> $Clubbing$`_id` #> [1] "HP_0001217<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $Clubbing$privateGeneCount #> [1] 0 #> #> $Clubbing$publicGeneCount #> [1] 1 #> #> $Clubbing$urlId #> [1] "HP_0001217" #> #> $Clubbing$dbPhenotype #> [1] TRUE #> #> $Clubbing$`_parent` #> [1] "HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $Clubbing$`_is_leaf` #> [1] TRUE #> #> $Clubbing$children #> list() #> #> $Clubbing$value #> [1] "Clubbing" #> #> #> $clubfoot #> $clubfoot$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11836" #> #> $clubfoot$`_id` #> [1] "DOID_11836<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $clubfoot$privateGeneCount #> [1] 0 #> #> $clubfoot$publicGeneCount #> [1] 4 #> #> $clubfoot$urlId #> [1] "DOID_11836" #> #> $clubfoot$dbPhenotype #> [1] TRUE #> #> $clubfoot$`_parent` #> [1] "DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $clubfoot$`_is_leaf` #> [1] TRUE #> #> $clubfoot$children #> list() #> #> $clubfoot$value #> [1] "clubfoot" #> #> #> $`CNS hypomyelination` #> $`CNS hypomyelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003429" #> #> $`CNS hypomyelination`$`_id` #> [1] "HP_0003429<HP_0011400<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`CNS hypomyelination`$privateGeneCount #> [1] 0 #> #> $`CNS hypomyelination`$publicGeneCount #> [1] 1 #> #> $`CNS hypomyelination`$urlId #> [1] "HP_0003429" #> #> $`CNS hypomyelination`$dbPhenotype #> [1] TRUE #> #> $`CNS hypomyelination`$`_parent` #> [1] "HP_0011400<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`CNS hypomyelination`$`_is_leaf` #> [1] TRUE #> #> $`CNS hypomyelination`$children #> list() #> #> $`CNS hypomyelination`$value #> [1] "CNS hypomyelination" #> #> #> $`CNS hypomyelination` #> $`CNS hypomyelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003429" #> #> $`CNS hypomyelination`$`_id` #> [1] "HP_0003429<HP_0011400<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`CNS hypomyelination`$privateGeneCount #> [1] 0 #> #> $`CNS hypomyelination`$publicGeneCount #> [1] 1 #> #> $`CNS hypomyelination`$urlId #> [1] "HP_0003429" #> #> $`CNS hypomyelination`$dbPhenotype #> [1] TRUE #> #> $`CNS hypomyelination`$`_parent` #> [1] "HP_0011400<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`CNS hypomyelination`$`_is_leaf` #> [1] TRUE #> #> $`CNS hypomyelination`$children #> list() #> #> $`CNS hypomyelination`$value #> [1] "CNS hypomyelination" #> #> #> $`Coarctation of aorta` #> $`Coarctation of aorta`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001680" #> #> $`Coarctation of aorta`$`_id` #> [1] "HP_0001680<HP_0001679<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Coarctation of aorta`$privateGeneCount #> [1] 0 #> #> $`Coarctation of aorta`$publicGeneCount #> [1] 1 #> #> $`Coarctation of aorta`$urlId #> [1] "HP_0001680" #> #> $`Coarctation of aorta`$dbPhenotype #> [1] TRUE #> #> $`Coarctation of aorta`$`_parent` #> [1] "HP_0001679<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Coarctation of aorta`$`_is_leaf` #> [1] TRUE #> #> $`Coarctation of aorta`$children #> list() #> #> $`Coarctation of aorta`$value #> [1] "Coarctation of aorta" #> #> #> $`Coarctation of aorta` #> $`Coarctation of aorta`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001680" #> #> $`Coarctation of aorta`$`_id` #> [1] "HP_0001680<HP_0001679<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Coarctation of aorta`$privateGeneCount #> [1] 0 #> #> $`Coarctation of aorta`$publicGeneCount #> [1] 1 #> #> $`Coarctation of aorta`$urlId #> [1] "HP_0001680" #> #> $`Coarctation of aorta`$dbPhenotype #> [1] TRUE #> #> $`Coarctation of aorta`$`_parent` #> [1] "HP_0001679<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Coarctation of aorta`$`_is_leaf` #> [1] TRUE #> #> $`Coarctation of aorta`$children #> list() #> #> $`Coarctation of aorta`$value #> [1] "Coarctation of aorta" #> #> #> $`Coarctation of aorta` #> $`Coarctation of aorta`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001680" #> #> $`Coarctation of aorta`$`_id` #> [1] "HP_0001680<HP_0001679<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Coarctation of aorta`$privateGeneCount #> [1] 0 #> #> $`Coarctation of aorta`$publicGeneCount #> [1] 1 #> #> $`Coarctation of aorta`$urlId #> [1] "HP_0001680" #> #> $`Coarctation of aorta`$dbPhenotype #> [1] TRUE #> #> $`Coarctation of aorta`$`_parent` #> [1] "HP_0001679<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Coarctation of aorta`$`_is_leaf` #> [1] TRUE #> #> $`Coarctation of aorta`$children #> list() #> #> $`Coarctation of aorta`$value #> [1] "Coarctation of aorta" #> #> #> $`Coarctation of aorta` #> $`Coarctation of aorta`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001680" #> #> $`Coarctation of aorta`$`_id` #> [1] "HP_0001680<HP_0001679<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Coarctation of aorta`$privateGeneCount #> [1] 0 #> #> $`Coarctation of aorta`$publicGeneCount #> [1] 1 #> #> $`Coarctation of aorta`$urlId #> [1] "HP_0001680" #> #> $`Coarctation of aorta`$dbPhenotype #> [1] TRUE #> #> $`Coarctation of aorta`$`_parent` #> [1] "HP_0001679<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Coarctation of aorta`$`_is_leaf` #> [1] TRUE #> #> $`Coarctation of aorta`$children #> list() #> #> $`Coarctation of aorta`$value #> [1] "Coarctation of aorta" #> #> #> $`Coats disease` #> $`Coats disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7765" #> #> $`Coats disease`$`_id` #> [1] "DOID_7765<DOID_7736<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Coats disease`$privateGeneCount #> [1] 0 #> #> $`Coats disease`$publicGeneCount #> [1] 4 #> #> $`Coats disease`$urlId #> [1] "DOID_7765" #> #> $`Coats disease`$dbPhenotype #> [1] TRUE #> #> $`Coats disease`$`_parent` #> [1] "DOID_7736<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Coats disease`$`_is_leaf` #> [1] TRUE #> #> $`Coats disease`$children #> list() #> #> $`Coats disease`$value #> [1] "Coats disease" #> #> #> $`Coats disease` #> $`Coats disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7765" #> #> $`Coats disease`$`_id` #> [1] "DOID_7765<DOID_7736<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Coats disease`$privateGeneCount #> [1] 0 #> #> $`Coats disease`$publicGeneCount #> [1] 4 #> #> $`Coats disease`$urlId #> [1] "DOID_7765" #> #> $`Coats disease`$dbPhenotype #> [1] TRUE #> #> $`Coats disease`$`_parent` #> [1] "DOID_7736<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Coats disease`$`_is_leaf` #> [1] TRUE #> #> $`Coats disease`$children #> list() #> #> $`Coats disease`$value #> [1] "Coats disease" #> #> #> $`cocaine abuse` #> $`cocaine abuse`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_809" #> #> $`cocaine abuse`$`_id` #> [1] "DOID_809<DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`cocaine abuse`$privateGeneCount #> [1] 0 #> #> $`cocaine abuse`$publicGeneCount #> [1] 100 #> #> $`cocaine abuse`$urlId #> [1] "DOID_809" #> #> $`cocaine abuse`$dbPhenotype #> [1] TRUE #> #> $`cocaine abuse`$`_parent` #> [1] "DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`cocaine abuse`$`_is_leaf` #> [1] TRUE #> #> $`cocaine abuse`$children #> list() #> #> $`cocaine abuse`$value #> [1] "cocaine abuse" #> #> #> $`cocaine dependence` #> $`cocaine dependence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9975" #> #> $`cocaine dependence`$`_id` #> [1] "DOID_9975<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`cocaine dependence`$privateGeneCount #> [1] 0 #> #> $`cocaine dependence`$publicGeneCount #> [1] 100 #> #> $`cocaine dependence`$urlId #> [1] "DOID_9975" #> #> $`cocaine dependence`$dbPhenotype #> [1] TRUE #> #> $`cocaine dependence`$`_parent` #> [1] "DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`cocaine dependence`$`_is_leaf` #> [1] TRUE #> #> $`cocaine dependence`$children #> list() #> #> $`cocaine dependence`$value #> [1] "cocaine dependence" #> #> #> $coccidioidomycosis #> $coccidioidomycosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13450" #> #> $coccidioidomycosis$`_id` #> [1] "DOID_13450<DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $coccidioidomycosis$privateGeneCount #> [1] 0 #> #> $coccidioidomycosis$publicGeneCount #> [1] 1 #> #> $coccidioidomycosis$urlId #> [1] "DOID_13450" #> #> $coccidioidomycosis$dbPhenotype #> [1] TRUE #> #> $coccidioidomycosis$`_parent` #> [1] "DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $coccidioidomycosis$`_is_leaf` #> [1] TRUE #> #> $coccidioidomycosis$children #> list() #> #> $coccidioidomycosis$value #> [1] "coccidioidomycosis" #> #> #> $coccidiosis #> $coccidiosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2113" #> #> $coccidiosis$`_id` #> [1] "DOID_2113<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $coccidiosis$privateGeneCount #> [1] 0 #> #> $coccidiosis$publicGeneCount #> [1] 2 #> #> $coccidiosis$urlId #> [1] "DOID_2113" #> #> $coccidiosis$dbPhenotype #> [1] FALSE #> #> $coccidiosis$`_parent` #> [1] "DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $coccidiosis$`_is_leaf` #> [1] FALSE #> #> $coccidiosis$children #> $coccidiosis$children[[1]] #> [1] "DOID_9965<DOID_2113<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> #> $coccidiosis$value #> [1] "coccidiosis" #> #> #> $`cochlear disease` #> $`cochlear disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5463" #> #> $`cochlear disease`$`_id` #> [1] "DOID_5463<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cochlear disease`$privateGeneCount #> [1] 0 #> #> $`cochlear disease`$publicGeneCount #> [1] 2 #> #> $`cochlear disease`$urlId #> [1] "DOID_5463" #> #> $`cochlear disease`$dbPhenotype #> [1] TRUE #> #> $`cochlear disease`$`_parent` #> [1] "DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cochlear disease`$`_is_leaf` #> [1] TRUE #> #> $`cochlear disease`$children #> list() #> #> $`cochlear disease`$value #> [1] "cochlear disease" #> #> #> $`Cockayne syndrome` #> $`Cockayne syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2962" #> #> $`Cockayne syndrome`$`_id` #> [1] "DOID_2962<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Cockayne syndrome`$privateGeneCount #> [1] 0 #> #> $`Cockayne syndrome`$publicGeneCount #> [1] 2 #> #> $`Cockayne syndrome`$urlId #> [1] "DOID_2962" #> #> $`Cockayne syndrome`$dbPhenotype #> [1] TRUE #> #> $`Cockayne syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Cockayne syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Cockayne syndrome`$children #> list() #> #> $`Cockayne syndrome`$value #> [1] "Cockayne syndrome" #> #> #> $`Cockayne syndrome` #> $`Cockayne syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2962" #> #> $`Cockayne syndrome`$`_id` #> [1] "DOID_2962<DOID_225<DOID_4" #> #> $`Cockayne syndrome`$privateGeneCount #> [1] 0 #> #> $`Cockayne syndrome`$publicGeneCount #> [1] 2 #> #> $`Cockayne syndrome`$urlId #> [1] "DOID_2962" #> #> $`Cockayne syndrome`$dbPhenotype #> [1] TRUE #> #> $`Cockayne syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Cockayne syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Cockayne syndrome`$children #> list() #> #> $`Cockayne syndrome`$value #> [1] "Cockayne syndrome" #> #> #> $`coenzyme Q10 deficiency disease` #> $`coenzyme Q10 deficiency disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050730" #> #> $`coenzyme Q10 deficiency disease`$`_id` #> [1] "DOID_0050730<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`coenzyme Q10 deficiency disease`$privateGeneCount #> [1] 0 #> #> $`coenzyme Q10 deficiency disease`$publicGeneCount #> [1] 8 #> #> $`coenzyme Q10 deficiency disease`$urlId #> [1] "DOID_0050730" #> #> $`coenzyme Q10 deficiency disease`$dbPhenotype #> [1] TRUE #> #> $`coenzyme Q10 deficiency disease`$`_parent` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`coenzyme Q10 deficiency disease`$`_is_leaf` #> [1] TRUE #> #> $`coenzyme Q10 deficiency disease`$children #> list() #> #> $`coenzyme Q10 deficiency disease`$value #> [1] "coenzyme Q10 deficiency disease" #> #> #> $`Coffin-Lowry syndrome` #> $`Coffin-Lowry syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3783" #> #> $`Coffin-Lowry syndrome`$`_id` #> [1] "DOID_3783<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Coffin-Lowry syndrome`$privateGeneCount #> [1] 0 #> #> $`Coffin-Lowry syndrome`$publicGeneCount #> [1] 1 #> #> $`Coffin-Lowry syndrome`$urlId #> [1] "DOID_3783" #> #> $`Coffin-Lowry syndrome`$dbPhenotype #> [1] TRUE #> #> $`Coffin-Lowry syndrome`$`_parent` #> [1] "DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Coffin-Lowry syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Coffin-Lowry syndrome`$children #> list() #> #> $`Coffin-Lowry syndrome`$value #> [1] "Coffin-Lowry syndrome" #> #> #> $`Coffin-Lowry syndrome` #> $`Coffin-Lowry syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3783" #> #> $`Coffin-Lowry syndrome`$`_id` #> [1] "DOID_3783<DOID_225<DOID_4" #> #> $`Coffin-Lowry syndrome`$privateGeneCount #> [1] 0 #> #> $`Coffin-Lowry syndrome`$publicGeneCount #> [1] 1 #> #> $`Coffin-Lowry syndrome`$urlId #> [1] "DOID_3783" #> #> $`Coffin-Lowry syndrome`$dbPhenotype #> [1] TRUE #> #> $`Coffin-Lowry syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Coffin-Lowry syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Coffin-Lowry syndrome`$children #> list() #> #> $`Coffin-Lowry syndrome`$value #> [1] "Coffin-Lowry syndrome" #> #> #> $`Coffin-Siris syndrome` #> $`Coffin-Siris syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1925" #> #> $`Coffin-Siris syndrome`$`_id` #> [1] "DOID_1925<DOID_0060307<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Coffin-Siris syndrome`$privateGeneCount #> [1] 0 #> #> $`Coffin-Siris syndrome`$publicGeneCount #> [1] 6 #> #> $`Coffin-Siris syndrome`$urlId #> [1] "DOID_1925" #> #> $`Coffin-Siris syndrome`$dbPhenotype #> [1] TRUE #> #> $`Coffin-Siris syndrome`$`_parent` #> [1] "DOID_0060307<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Coffin-Siris syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Coffin-Siris syndrome`$children #> list() #> #> $`Coffin-Siris syndrome`$value #> [1] "Coffin-Siris syndrome" #> #> #> $`Coffin-Siris syndrome` #> $`Coffin-Siris syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1925" #> #> $`Coffin-Siris syndrome`$`_id` #> [1] "DOID_1925<DOID_0060307<DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Coffin-Siris syndrome`$privateGeneCount #> [1] 0 #> #> $`Coffin-Siris syndrome`$publicGeneCount #> [1] 6 #> #> $`Coffin-Siris syndrome`$urlId #> [1] "DOID_1925" #> #> $`Coffin-Siris syndrome`$dbPhenotype #> [1] TRUE #> #> $`Coffin-Siris syndrome`$`_parent` #> [1] "DOID_0060307<DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Coffin-Siris syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Coffin-Siris syndrome`$children #> list() #> #> $`Coffin-Siris syndrome`$value #> [1] "Coffin-Siris syndrome" #> #> #> $`Coffin-Siris syndrome` #> $`Coffin-Siris syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1925" #> #> $`Coffin-Siris syndrome`$`_id` #> [1] "DOID_1925<DOID_225<DOID_4" #> #> $`Coffin-Siris syndrome`$privateGeneCount #> [1] 0 #> #> $`Coffin-Siris syndrome`$publicGeneCount #> [1] 6 #> #> $`Coffin-Siris syndrome`$urlId #> [1] "DOID_1925" #> #> $`Coffin-Siris syndrome`$dbPhenotype #> [1] TRUE #> #> $`Coffin-Siris syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Coffin-Siris syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Coffin-Siris syndrome`$children #> list() #> #> $`Coffin-Siris syndrome`$value #> [1] "Coffin-Siris syndrome" #> #> #> $`cognitive disorder` #> $`cognitive disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1561" #> #> $`cognitive disorder`$`_id` #> [1] "DOID_1561<DOID_150<DOID_4" #> #> $`cognitive disorder`$privateGeneCount #> [1] 0 #> #> $`cognitive disorder`$publicGeneCount #> [1] 556 #> #> $`cognitive disorder`$urlId #> [1] "DOID_1561" #> #> $`cognitive disorder`$dbPhenotype #> [1] TRUE #> #> $`cognitive disorder`$`_parent` #> [1] "DOID_150<DOID_4" #> #> $`cognitive disorder`$`_is_leaf` #> [1] FALSE #> #> $`cognitive disorder`$children #> $`cognitive disorder`$children[[1]] #> [1] "DOID_10914<DOID_1561<DOID_150<DOID_4" #> #> $`cognitive disorder`$children[[2]] #> [1] "DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`cognitive disorder`$children[[3]] #> [1] "DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> $`cognitive disorder`$children[[4]] #> [1] "DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`cognitive disorder`$children[[5]] #> [1] "DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> #> $`cognitive disorder`$value #> [1] "cognitive disorder" #> #> #> $`Cognitive impairment` #> $`Cognitive impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100543" #> #> $`Cognitive impairment`$`_id` #> [1] "HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cognitive impairment`$privateGeneCount #> [1] 0 #> #> $`Cognitive impairment`$publicGeneCount #> [1] 13 #> #> $`Cognitive impairment`$urlId #> [1] "HP_0100543" #> #> $`Cognitive impairment`$dbPhenotype #> [1] TRUE #> #> $`Cognitive impairment`$`_parent` #> [1] "HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cognitive impairment`$`_is_leaf` #> [1] FALSE #> #> $`Cognitive impairment`$children #> $`Cognitive impairment`$children[[1]] #> [1] "HP_0002354<HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cognitive impairment`$children[[2]] #> [1] "HP_0001268<HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Cognitive impairment`$value #> [1] "Cognitive impairment" #> #> #> $`cold-induced sweating syndrome` #> $`cold-induced sweating syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060294" #> #> $`cold-induced sweating syndrome`$`_id` #> [1] "DOID_0060294<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`cold-induced sweating syndrome`$privateGeneCount #> [1] 0 #> #> $`cold-induced sweating syndrome`$publicGeneCount #> [1] 2 #> #> $`cold-induced sweating syndrome`$urlId #> [1] "DOID_0060294" #> #> $`cold-induced sweating syndrome`$dbPhenotype #> [1] TRUE #> #> $`cold-induced sweating syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`cold-induced sweating syndrome`$`_is_leaf` #> [1] TRUE #> #> $`cold-induced sweating syndrome`$children #> list() #> #> $`cold-induced sweating syndrome`$value #> [1] "cold-induced sweating syndrome" #> #> #> $`cold-induced sweating syndrome` #> $`cold-induced sweating syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060294" #> #> $`cold-induced sweating syndrome`$`_id` #> [1] "DOID_0060294<DOID_225<DOID_4" #> #> $`cold-induced sweating syndrome`$privateGeneCount #> [1] 0 #> #> $`cold-induced sweating syndrome`$publicGeneCount #> [1] 2 #> #> $`cold-induced sweating syndrome`$urlId #> [1] "DOID_0060294" #> #> $`cold-induced sweating syndrome`$dbPhenotype #> [1] TRUE #> #> $`cold-induced sweating syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`cold-induced sweating syndrome`$`_is_leaf` #> [1] TRUE #> #> $`cold-induced sweating syndrome`$children #> list() #> #> $`cold-induced sweating syndrome`$value #> [1] "cold-induced sweating syndrome" #> #> #> $`Cole-Carpenter syndrome` #> $`Cole-Carpenter syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060438" #> #> $`Cole-Carpenter syndrome`$`_id` #> [1] "DOID_0060438<DOID_12347<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Cole-Carpenter syndrome`$privateGeneCount #> [1] 0 #> #> $`Cole-Carpenter syndrome`$publicGeneCount #> [1] 2 #> #> $`Cole-Carpenter syndrome`$urlId #> [1] "DOID_0060438" #> #> $`Cole-Carpenter syndrome`$dbPhenotype #> [1] TRUE #> #> $`Cole-Carpenter syndrome`$`_parent` #> [1] "DOID_12347<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Cole-Carpenter syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Cole-Carpenter syndrome`$children #> list() #> #> $`Cole-Carpenter syndrome`$value #> [1] "Cole-Carpenter syndrome" #> #> #> $colitis #> $colitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060180" #> #> $colitis$`_id` #> [1] "DOID_0060180<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $colitis$privateGeneCount #> [1] 0 #> #> $colitis$publicGeneCount #> [1] 110 #> #> $colitis$urlId #> [1] "DOID_0060180" #> #> $colitis$dbPhenotype #> [1] FALSE #> #> $colitis$`_parent` #> [1] "DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $colitis$`_is_leaf` #> [1] FALSE #> #> $colitis$children #> $colitis$children[[1]] #> [1] "DOID_0060181<DOID_0060180<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $colitis$children[[2]] #> [1] "DOID_8577<DOID_0060180<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $colitis$value #> [1] "colitis" #> #> #> $Colitis #> $Colitis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002583" #> #> $Colitis$`_id` #> [1] "HP_0002583<HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Colitis$privateGeneCount #> [1] 0 #> #> $Colitis$publicGeneCount #> [1] 29 #> #> $Colitis$urlId #> [1] "HP_0002583" #> #> $Colitis$dbPhenotype #> [1] TRUE #> #> $Colitis$`_parent` #> [1] "HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Colitis$`_is_leaf` #> [1] FALSE #> #> $Colitis$children #> $Colitis$children[[1]] #> [1] "HP_0100282<HP_0002583<HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $Colitis$value #> [1] "Colitis" #> #> #> $Colitis #> $Colitis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002583" #> #> $Colitis$`_id` #> [1] "HP_0002583<HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Colitis$privateGeneCount #> [1] 0 #> #> $Colitis$publicGeneCount #> [1] 29 #> #> $Colitis$urlId #> [1] "HP_0002583" #> #> $Colitis$dbPhenotype #> [1] TRUE #> #> $Colitis$`_parent` #> [1] "HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Colitis$`_is_leaf` #> [1] FALSE #> #> $Colitis$children #> $Colitis$children[[1]] #> [1] "HP_0100282<HP_0002583<HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $Colitis$value #> [1] "Colitis" #> #> #> $`collagen disease` #> $`collagen disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_854" #> #> $`collagen disease`$`_id` #> [1] "DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`collagen disease`$privateGeneCount #> [1] 0 #> #> $`collagen disease`$publicGeneCount #> [1] 56 #> #> $`collagen disease`$urlId #> [1] "DOID_854" #> #> $`collagen disease`$dbPhenotype #> [1] TRUE #> #> $`collagen disease`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`collagen disease`$`_is_leaf` #> [1] FALSE #> #> $`collagen disease`$children #> $`collagen disease`$children[[1]] #> [1] "DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`collagen disease`$children[[2]] #> [1] "DOID_3492<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`collagen disease`$children[[3]] #> [1] "DOID_853<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`collagen disease`$value #> [1] "collagen disease" #> #> #> $`collecting duct carcinoma` #> $`collecting duct carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4464" #> #> $`collecting duct carcinoma`$`_id` #> [1] "DOID_4464<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`collecting duct carcinoma`$privateGeneCount #> [1] 0 #> #> $`collecting duct carcinoma`$publicGeneCount #> [1] 259 #> #> $`collecting duct carcinoma`$urlId #> [1] "DOID_4464" #> #> $`collecting duct carcinoma`$dbPhenotype #> [1] TRUE #> #> $`collecting duct carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`collecting duct carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`collecting duct carcinoma`$children #> list() #> #> $`collecting duct carcinoma`$value #> [1] "collecting duct carcinoma" #> #> #> $`collecting duct carcinoma` #> $`collecting duct carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4464" #> #> $`collecting duct carcinoma`$`_id` #> [1] "DOID_4464<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`collecting duct carcinoma`$privateGeneCount #> [1] 0 #> #> $`collecting duct carcinoma`$publicGeneCount #> [1] 259 #> #> $`collecting duct carcinoma`$urlId #> [1] "DOID_4464" #> #> $`collecting duct carcinoma`$dbPhenotype #> [1] TRUE #> #> $`collecting duct carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`collecting duct carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`collecting duct carcinoma`$children #> list() #> #> $`collecting duct carcinoma`$value #> [1] "collecting duct carcinoma" #> #> #> $`collecting duct carcinoma` #> $`collecting duct carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4464" #> #> $`collecting duct carcinoma`$`_id` #> [1] "DOID_4464<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`collecting duct carcinoma`$privateGeneCount #> [1] 0 #> #> $`collecting duct carcinoma`$publicGeneCount #> [1] 259 #> #> $`collecting duct carcinoma`$urlId #> [1] "DOID_4464" #> #> $`collecting duct carcinoma`$dbPhenotype #> [1] TRUE #> #> $`collecting duct carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`collecting duct carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`collecting duct carcinoma`$children #> list() #> #> $`collecting duct carcinoma`$value #> [1] "collecting duct carcinoma" #> #> #> $`collecting duct carcinoma` #> $`collecting duct carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4464" #> #> $`collecting duct carcinoma`$`_id` #> [1] "DOID_4464<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`collecting duct carcinoma`$privateGeneCount #> [1] 0 #> #> $`collecting duct carcinoma`$publicGeneCount #> [1] 259 #> #> $`collecting duct carcinoma`$urlId #> [1] "DOID_4464" #> #> $`collecting duct carcinoma`$dbPhenotype #> [1] TRUE #> #> $`collecting duct carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`collecting duct carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`collecting duct carcinoma`$children #> list() #> #> $`collecting duct carcinoma`$value #> [1] "collecting duct carcinoma" #> #> #> $coloboma #> $coloboma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12270" #> #> $coloboma$`_id` #> [1] "DOID_12270<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $coloboma$privateGeneCount #> [1] 0 #> #> $coloboma$publicGeneCount #> [1] 12 #> #> $coloboma$urlId #> [1] "DOID_12270" #> #> $coloboma$dbPhenotype #> [1] TRUE #> #> $coloboma$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $coloboma$`_is_leaf` #> [1] TRUE #> #> $coloboma$children #> list() #> #> $coloboma$value #> [1] "coloboma" #> #> #> $Coloboma #> $Coloboma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000589" #> #> $Coloboma$`_id` #> [1] "HP_0000589<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $Coloboma$privateGeneCount #> [1] 0 #> #> $Coloboma$publicGeneCount #> [1] 1 #> #> $Coloboma$urlId #> [1] "HP_0000589" #> #> $Coloboma$dbPhenotype #> [1] TRUE #> #> $Coloboma$`_parent` #> [1] "HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $Coloboma$`_is_leaf` #> [1] TRUE #> #> $Coloboma$children #> list() #> #> $Coloboma$value #> [1] "Coloboma" #> #> #> $`coloboma of optic nerve` #> $`coloboma of optic nerve`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11975" #> #> $`coloboma of optic nerve`$`_id` #> [1] "DOID_11975<DOID_1393<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`coloboma of optic nerve`$privateGeneCount #> [1] 0 #> #> $`coloboma of optic nerve`$publicGeneCount #> [1] 1 #> #> $`coloboma of optic nerve`$urlId #> [1] "DOID_11975" #> #> $`coloboma of optic nerve`$dbPhenotype #> [1] TRUE #> #> $`coloboma of optic nerve`$`_parent` #> [1] "DOID_1393<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`coloboma of optic nerve`$`_is_leaf` #> [1] TRUE #> #> $`coloboma of optic nerve`$children #> list() #> #> $`coloboma of optic nerve`$value #> [1] "coloboma of optic nerve" #> #> #> $`colon cancer` #> $`colon cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_219" #> #> $`colon cancer`$`_id` #> [1] "DOID_219<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colon cancer`$privateGeneCount #> [1] 0 #> #> $`colon cancer`$publicGeneCount #> [1] 179 #> #> $`colon cancer`$urlId #> [1] "DOID_219" #> #> $`colon cancer`$dbPhenotype #> [1] TRUE #> #> $`colon cancer`$`_parent` #> [1] "DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colon cancer`$`_is_leaf` #> [1] FALSE #> #> $`colon cancer`$children #> $`colon cancer`$children[[1]] #> [1] "DOID_1520<DOID_219<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`colon cancer`$value #> [1] "colon cancer" #> #> #> $`colon cancer` #> $`colon cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_219" #> #> $`colon cancer`$`_id` #> [1] "DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`colon cancer`$privateGeneCount #> [1] 0 #> #> $`colon cancer`$publicGeneCount #> [1] 179 #> #> $`colon cancer`$urlId #> [1] "DOID_219" #> #> $`colon cancer`$dbPhenotype #> [1] TRUE #> #> $`colon cancer`$`_parent` #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`colon cancer`$`_is_leaf` #> [1] FALSE #> #> $`colon cancer`$children #> $`colon cancer`$children[[1]] #> [1] "DOID_1520<DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`colon cancer`$value #> [1] "colon cancer" #> #> #> $`colon cancer` #> $`colon cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_219" #> #> $`colon cancer`$`_id` #> [1] "DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`colon cancer`$privateGeneCount #> [1] 0 #> #> $`colon cancer`$publicGeneCount #> [1] 179 #> #> $`colon cancer`$urlId #> [1] "DOID_219" #> #> $`colon cancer`$dbPhenotype #> [1] TRUE #> #> $`colon cancer`$`_parent` #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`colon cancer`$`_is_leaf` #> [1] FALSE #> #> $`colon cancer`$children #> $`colon cancer`$children[[1]] #> [1] "DOID_1520<DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`colon cancer`$value #> [1] "colon cancer" #> #> #> $`colon cancer` #> $`colon cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_219" #> #> $`colon cancer`$`_id` #> [1] "DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colon cancer`$privateGeneCount #> [1] 0 #> #> $`colon cancer`$publicGeneCount #> [1] 179 #> #> $`colon cancer`$urlId #> [1] "DOID_219" #> #> $`colon cancer`$dbPhenotype #> [1] TRUE #> #> $`colon cancer`$`_parent` #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colon cancer`$`_is_leaf` #> [1] FALSE #> #> $`colon cancer`$children #> $`colon cancer`$children[[1]] #> [1] "DOID_1520<DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`colon cancer`$value #> [1] "colon cancer" #> #> #> $`colon carcinoma` #> $`colon carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1520" #> #> $`colon carcinoma`$`_id` #> [1] "DOID_1520<DOID_219<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colon carcinoma`$privateGeneCount #> [1] 0 #> #> $`colon carcinoma`$publicGeneCount #> [1] 26 #> #> $`colon carcinoma`$urlId #> [1] "DOID_1520" #> #> $`colon carcinoma`$dbPhenotype #> [1] TRUE #> #> $`colon carcinoma`$`_parent` #> [1] "DOID_219<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colon carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`colon carcinoma`$children #> list() #> #> $`colon carcinoma`$value #> [1] "colon carcinoma" #> #> #> $`colon carcinoma` #> $`colon carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1520" #> #> $`colon carcinoma`$`_id` #> [1] "DOID_1520<DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`colon carcinoma`$privateGeneCount #> [1] 0 #> #> $`colon carcinoma`$publicGeneCount #> [1] 26 #> #> $`colon carcinoma`$urlId #> [1] "DOID_1520" #> #> $`colon carcinoma`$dbPhenotype #> [1] TRUE #> #> $`colon carcinoma`$`_parent` #> [1] "DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`colon carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`colon carcinoma`$children #> list() #> #> $`colon carcinoma`$value #> [1] "colon carcinoma" #> #> #> $`colon carcinoma` #> $`colon carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1520" #> #> $`colon carcinoma`$`_id` #> [1] "DOID_1520<DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`colon carcinoma`$privateGeneCount #> [1] 0 #> #> $`colon carcinoma`$publicGeneCount #> [1] 26 #> #> $`colon carcinoma`$urlId #> [1] "DOID_1520" #> #> $`colon carcinoma`$dbPhenotype #> [1] TRUE #> #> $`colon carcinoma`$`_parent` #> [1] "DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`colon carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`colon carcinoma`$children #> list() #> #> $`colon carcinoma`$value #> [1] "colon carcinoma" #> #> #> $`colon carcinoma` #> $`colon carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1520" #> #> $`colon carcinoma`$`_id` #> [1] "DOID_1520<DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colon carcinoma`$privateGeneCount #> [1] 0 #> #> $`colon carcinoma`$publicGeneCount #> [1] 26 #> #> $`colon carcinoma`$urlId #> [1] "DOID_1520" #> #> $`colon carcinoma`$dbPhenotype #> [1] TRUE #> #> $`colon carcinoma`$`_parent` #> [1] "DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colon carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`colon carcinoma`$children #> list() #> #> $`colon carcinoma`$value #> [1] "colon carcinoma" #> #> #> $`colon carcinoma` #> $`colon carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1520" #> #> $`colon carcinoma`$`_id` #> [1] "DOID_1520<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`colon carcinoma`$privateGeneCount #> [1] 0 #> #> $`colon carcinoma`$publicGeneCount #> [1] 26 #> #> $`colon carcinoma`$urlId #> [1] "DOID_1520" #> #> $`colon carcinoma`$dbPhenotype #> [1] TRUE #> #> $`colon carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`colon carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`colon carcinoma`$children #> list() #> #> $`colon carcinoma`$value #> [1] "colon carcinoma" #> #> #> $`colonic benign neoplasm` #> $`colonic benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_235" #> #> $`colonic benign neoplasm`$`_id` #> [1] "DOID_235<DOID_1475<DOID_60006<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`colonic benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`colonic benign neoplasm`$publicGeneCount #> [1] 161 #> #> $`colonic benign neoplasm`$urlId #> [1] "DOID_235" #> #> $`colonic benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`colonic benign neoplasm`$`_parent` #> [1] "DOID_1475<DOID_60006<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`colonic benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`colonic benign neoplasm`$children #> list() #> #> $`colonic benign neoplasm`$value #> [1] "colonic benign neoplasm" #> #> #> $`colonic benign neoplasm` #> $`colonic benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_235" #> #> $`colonic benign neoplasm`$`_id` #> [1] "DOID_235<DOID_1475<DOID_60006<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`colonic benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`colonic benign neoplasm`$publicGeneCount #> [1] 161 #> #> $`colonic benign neoplasm`$urlId #> [1] "DOID_235" #> #> $`colonic benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`colonic benign neoplasm`$`_parent` #> [1] "DOID_1475<DOID_60006<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`colonic benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`colonic benign neoplasm`$children #> list() #> #> $`colonic benign neoplasm`$value #> [1] "colonic benign neoplasm" #> #> #> $`colonic benign neoplasm` #> $`colonic benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_235" #> #> $`colonic benign neoplasm`$`_id` #> [1] "DOID_235<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`colonic benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`colonic benign neoplasm`$publicGeneCount #> [1] 161 #> #> $`colonic benign neoplasm`$urlId #> [1] "DOID_235" #> #> $`colonic benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`colonic benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`colonic benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`colonic benign neoplasm`$children #> list() #> #> $`colonic benign neoplasm`$value #> [1] "colonic benign neoplasm" #> #> #> $`colonic benign neoplasm` #> $`colonic benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_235" #> #> $`colonic benign neoplasm`$`_id` #> [1] "DOID_235<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`colonic benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`colonic benign neoplasm`$publicGeneCount #> [1] 161 #> #> $`colonic benign neoplasm`$urlId #> [1] "DOID_235" #> #> $`colonic benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`colonic benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`colonic benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`colonic benign neoplasm`$children #> list() #> #> $`colonic benign neoplasm`$value #> [1] "colonic benign neoplasm" #> #> #> $`colonic benign neoplasm` #> $`colonic benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_235" #> #> $`colonic benign neoplasm`$`_id` #> [1] "DOID_235<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colonic benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`colonic benign neoplasm`$publicGeneCount #> [1] 161 #> #> $`colonic benign neoplasm`$urlId #> [1] "DOID_235" #> #> $`colonic benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`colonic benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colonic benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`colonic benign neoplasm`$children #> list() #> #> $`colonic benign neoplasm`$value #> [1] "colonic benign neoplasm" #> #> #> $`colonic benign neoplasm` #> $`colonic benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_235" #> #> $`colonic benign neoplasm`$`_id` #> [1] "DOID_235<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colonic benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`colonic benign neoplasm`$publicGeneCount #> [1] 161 #> #> $`colonic benign neoplasm`$urlId #> [1] "DOID_235" #> #> $`colonic benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`colonic benign neoplasm`$`_parent` #> [1] "DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colonic benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`colonic benign neoplasm`$children #> list() #> #> $`colonic benign neoplasm`$value #> [1] "colonic benign neoplasm" #> #> #> $`colonic disease` #> $`colonic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5353" #> #> $`colonic disease`$`_id` #> [1] "DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colonic disease`$privateGeneCount #> [1] 0 #> #> $`colonic disease`$publicGeneCount #> [1] 193 #> #> $`colonic disease`$urlId #> [1] "DOID_5353" #> #> $`colonic disease`$dbPhenotype #> [1] TRUE #> #> $`colonic disease`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colonic disease`$`_is_leaf` #> [1] FALSE #> #> $`colonic disease`$children #> $`colonic disease`$children[[1]] #> [1] "DOID_219<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colonic disease`$children[[2]] #> [1] "DOID_235<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colonic disease`$children[[3]] #> [1] "DOID_11372<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colonic disease`$children[[4]] #> [1] "DOID_1897<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`colonic disease`$value #> [1] "colonic disease" #> #> #> $`color blindness` #> $`color blindness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13399" #> #> $`color blindness`$`_id` #> [1] "DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`color blindness`$privateGeneCount #> [1] 0 #> #> $`color blindness`$publicGeneCount #> [1] 9 #> #> $`color blindness`$urlId #> [1] "DOID_13399" #> #> $`color blindness`$dbPhenotype #> [1] TRUE #> #> $`color blindness`$`_parent` #> [1] "DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`color blindness`$`_is_leaf` #> [1] FALSE #> #> $`color blindness`$children #> $`color blindness`$children[[1]] #> [1] "DOID_13911<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`color blindness`$children[[2]] #> [1] "DOID_13912<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`color blindness`$children[[3]] #> [1] "DOID_11661<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`color blindness`$children[[4]] #> [1] "DOID_13910<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`color blindness`$children[[5]] #> [1] "DOID_13909<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`color blindness`$value #> [1] "color blindness" #> #> #> $`colorectal cancer` #> $`colorectal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9256" #> #> $`colorectal cancer`$`_id` #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`colorectal cancer`$privateGeneCount #> [1] 0 #> #> $`colorectal cancer`$publicGeneCount #> [1] 417 #> #> $`colorectal cancer`$urlId #> [1] "DOID_9256" #> #> $`colorectal cancer`$dbPhenotype #> [1] TRUE #> #> $`colorectal cancer`$`_parent` #> [1] "DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`colorectal cancer`$`_is_leaf` #> [1] FALSE #> #> $`colorectal cancer`$children #> $`colorectal cancer`$children[[1]] #> [1] "DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`colorectal cancer`$children[[2]] #> [1] "DOID_1993<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`colorectal cancer`$value #> [1] "colorectal cancer" #> #> #> $`colorectal cancer` #> $`colorectal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9256" #> #> $`colorectal cancer`$`_id` #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`colorectal cancer`$privateGeneCount #> [1] 0 #> #> $`colorectal cancer`$publicGeneCount #> [1] 417 #> #> $`colorectal cancer`$urlId #> [1] "DOID_9256" #> #> $`colorectal cancer`$dbPhenotype #> [1] TRUE #> #> $`colorectal cancer`$`_parent` #> [1] "DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`colorectal cancer`$`_is_leaf` #> [1] FALSE #> #> $`colorectal cancer`$children #> $`colorectal cancer`$children[[1]] #> [1] "DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`colorectal cancer`$children[[2]] #> [1] "DOID_1993<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`colorectal cancer`$value #> [1] "colorectal cancer" #> #> #> $`colorectal cancer` #> $`colorectal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9256" #> #> $`colorectal cancer`$`_id` #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colorectal cancer`$privateGeneCount #> [1] 0 #> #> $`colorectal cancer`$publicGeneCount #> [1] 417 #> #> $`colorectal cancer`$urlId #> [1] "DOID_9256" #> #> $`colorectal cancer`$dbPhenotype #> [1] TRUE #> #> $`colorectal cancer`$`_parent` #> [1] "DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colorectal cancer`$`_is_leaf` #> [1] FALSE #> #> $`colorectal cancer`$children #> $`colorectal cancer`$children[[1]] #> [1] "DOID_219<DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`colorectal cancer`$children[[2]] #> [1] "DOID_1993<DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`colorectal cancer`$value #> [1] "colorectal cancer" #> #> #> $Coma #> $Coma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001259" #> #> $Coma$`_id` #> [1] "HP_0001259<HP_0004372<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Coma$privateGeneCount #> [1] 0 #> #> $Coma$publicGeneCount #> [1] 5 #> #> $Coma$urlId #> [1] "HP_0001259" #> #> $Coma$dbPhenotype #> [1] TRUE #> #> $Coma$`_parent` #> [1] "HP_0004372<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Coma$`_is_leaf` #> [1] TRUE #> #> $Coma$children #> list() #> #> $Coma$value #> [1] "Coma" #> #> #> $`combined oxidative phosphorylation deficiency` #> $`combined oxidative phosphorylation deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060286" #> #> $`combined oxidative phosphorylation deficiency`$`_id` #> [1] "DOID_0060286<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`combined oxidative phosphorylation deficiency`$privateGeneCount #> [1] 0 #> #> $`combined oxidative phosphorylation deficiency`$publicGeneCount #> [1] 28 #> #> $`combined oxidative phosphorylation deficiency`$urlId #> [1] "DOID_0060286" #> #> $`combined oxidative phosphorylation deficiency`$dbPhenotype #> [1] TRUE #> #> $`combined oxidative phosphorylation deficiency`$`_parent` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`combined oxidative phosphorylation deficiency`$`_is_leaf` #> [1] TRUE #> #> $`combined oxidative phosphorylation deficiency`$children #> list() #> #> $`combined oxidative phosphorylation deficiency`$value #> [1] "combined oxidative phosphorylation deficiency" #> #> #> $`combined T cell and B cell immunodeficiency` #> $`combined T cell and B cell immunodeficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_628" #> #> $`combined T cell and B cell immunodeficiency`$`_id` #> [1] "DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`combined T cell and B cell immunodeficiency`$privateGeneCount #> [1] 0 #> #> $`combined T cell and B cell immunodeficiency`$publicGeneCount #> [1] 28 #> #> $`combined T cell and B cell immunodeficiency`$urlId #> [1] "DOID_628" #> #> $`combined T cell and B cell immunodeficiency`$dbPhenotype #> [1] TRUE #> #> $`combined T cell and B cell immunodeficiency`$`_parent` #> [1] "DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`combined T cell and B cell immunodeficiency`$`_is_leaf` #> [1] FALSE #> #> $`combined T cell and B cell immunodeficiency`$children #> $`combined T cell and B cell immunodeficiency`$children[[1]] #> [1] "DOID_0060021<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`combined T cell and B cell immunodeficiency`$children[[2]] #> [1] "DOID_6612<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`combined T cell and B cell immunodeficiency`$children[[3]] #> [1] "DOID_5813<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`combined T cell and B cell immunodeficiency`$children[[4]] #> [1] "DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`combined T cell and B cell immunodeficiency`$value #> [1] "combined T cell and B cell immunodeficiency" #> #> #> $`commensal bacterial infectious disease` #> $`commensal bacterial infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050339" #> #> $`commensal bacterial infectious disease`$`_id` #> [1] "DOID_0050339<DOID_104<DOID_0050117<DOID_4" #> #> $`commensal bacterial infectious disease`$privateGeneCount #> [1] 0 #> #> $`commensal bacterial infectious disease`$publicGeneCount #> [1] 20 #> #> $`commensal bacterial infectious disease`$urlId #> [1] "DOID_0050339" #> #> $`commensal bacterial infectious disease`$dbPhenotype #> [1] FALSE #> #> $`commensal bacterial infectious disease`$`_parent` #> [1] "DOID_104<DOID_0050117<DOID_4" #> #> $`commensal bacterial infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`commensal bacterial infectious disease`$children #> $`commensal bacterial infectious disease`$children[[1]] #> [1] "DOID_14115<DOID_0050339<DOID_104<DOID_0050117<DOID_4" #> #> $`commensal bacterial infectious disease`$children[[2]] #> [1] "DOID_11265<DOID_0050339<DOID_104<DOID_0050117<DOID_4" #> #> #> $`commensal bacterial infectious disease`$value #> [1] "commensal bacterial infectious disease" #> #> #> $`common bile duct disease` #> $`common bile duct disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4137" #> #> $`common bile duct disease`$`_id` #> [1] "DOID_4137<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`common bile duct disease`$privateGeneCount #> [1] 0 #> #> $`common bile duct disease`$publicGeneCount #> [1] 1 #> #> $`common bile duct disease`$urlId #> [1] "DOID_4137" #> #> $`common bile duct disease`$dbPhenotype #> [1] FALSE #> #> $`common bile duct disease`$`_parent` #> [1] "DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`common bile duct disease`$`_is_leaf` #> [1] FALSE #> #> $`common bile duct disease`$children #> $`common bile duct disease`$children[[1]] #> [1] "DOID_11755<DOID_4137<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`common bile duct disease`$value #> [1] "common bile duct disease" #> #> #> $`common bile duct neoplasm` #> $`common bile duct neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4608" #> #> $`common bile duct neoplasm`$`_id` #> [1] "DOID_4608<DOID_0050625<DOID_3117<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`common bile duct neoplasm`$privateGeneCount #> [1] 0 #> #> $`common bile duct neoplasm`$publicGeneCount #> [1] 8 #> #> $`common bile duct neoplasm`$urlId #> [1] "DOID_4608" #> #> $`common bile duct neoplasm`$dbPhenotype #> [1] TRUE #> #> $`common bile duct neoplasm`$`_parent` #> [1] "DOID_0050625<DOID_3117<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`common bile duct neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`common bile duct neoplasm`$children #> list() #> #> $`common bile duct neoplasm`$value #> [1] "common bile duct neoplasm" #> #> #> $`common bile duct neoplasm` #> $`common bile duct neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4608" #> #> $`common bile duct neoplasm`$`_id` #> [1] "DOID_4608<DOID_0050625<DOID_3117<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`common bile duct neoplasm`$privateGeneCount #> [1] 0 #> #> $`common bile duct neoplasm`$publicGeneCount #> [1] 8 #> #> $`common bile duct neoplasm`$urlId #> [1] "DOID_4608" #> #> $`common bile duct neoplasm`$dbPhenotype #> [1] TRUE #> #> $`common bile duct neoplasm`$`_parent` #> [1] "DOID_0050625<DOID_3117<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`common bile duct neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`common bile duct neoplasm`$children #> list() #> #> $`common bile duct neoplasm`$value #> [1] "common bile duct neoplasm" #> #> #> $`common bile duct neoplasm` #> $`common bile duct neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4608" #> #> $`common bile duct neoplasm`$`_id` #> [1] "DOID_4608<DOID_0050625<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`common bile duct neoplasm`$privateGeneCount #> [1] 0 #> #> $`common bile duct neoplasm`$publicGeneCount #> [1] 8 #> #> $`common bile duct neoplasm`$urlId #> [1] "DOID_4608" #> #> $`common bile duct neoplasm`$dbPhenotype #> [1] TRUE #> #> $`common bile duct neoplasm`$`_parent` #> [1] "DOID_0050625<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`common bile duct neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`common bile duct neoplasm`$children #> list() #> #> $`common bile duct neoplasm`$value #> [1] "common bile duct neoplasm" #> #> #> $`common cold` #> $`common cold`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10459" #> #> $`common cold`$`_id` #> [1] "DOID_10459<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`common cold`$privateGeneCount #> [1] 0 #> #> $`common cold`$publicGeneCount #> [1] 11 #> #> $`common cold`$urlId #> [1] "DOID_10459" #> #> $`common cold`$dbPhenotype #> [1] TRUE #> #> $`common cold`$`_parent` #> [1] "DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`common cold`$`_is_leaf` #> [1] TRUE #> #> $`common cold`$children #> list() #> #> $`common cold`$value #> [1] "common cold" #> #> #> $`common variable immunodeficiency` #> $`common variable immunodeficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12177" #> #> $`common variable immunodeficiency`$`_id` #> [1] "DOID_12177<DOID_2583<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`common variable immunodeficiency`$privateGeneCount #> [1] 0 #> #> $`common variable immunodeficiency`$publicGeneCount #> [1] 17 #> #> $`common variable immunodeficiency`$urlId #> [1] "DOID_12177" #> #> $`common variable immunodeficiency`$dbPhenotype #> [1] TRUE #> #> $`common variable immunodeficiency`$`_parent` #> [1] "DOID_2583<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`common variable immunodeficiency`$`_is_leaf` #> [1] TRUE #> #> $`common variable immunodeficiency`$children #> list() #> #> $`common variable immunodeficiency`$value #> [1] "common variable immunodeficiency" #> #> #> $`common wart` #> $`common wart`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11165" #> #> $`common wart`$`_id` #> [1] "DOID_11165<DOID_934<DOID_0050117<DOID_4" #> #> $`common wart`$privateGeneCount #> [1] 0 #> #> $`common wart`$publicGeneCount #> [1] 3 #> #> $`common wart`$urlId #> [1] "DOID_11165" #> #> $`common wart`$dbPhenotype #> [1] TRUE #> #> $`common wart`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`common wart`$`_is_leaf` #> [1] TRUE #> #> $`common wart`$children #> list() #> #> $`common wart`$value #> [1] "common wart" #> #> #> $`communicating hydrocephalus` #> $`communicating hydrocephalus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1573" #> #> $`communicating hydrocephalus`$`_id` #> [1] "DOID_1573<DOID_10908<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`communicating hydrocephalus`$privateGeneCount #> [1] 0 #> #> $`communicating hydrocephalus`$publicGeneCount #> [1] 10 #> #> $`communicating hydrocephalus`$urlId #> [1] "DOID_1573" #> #> $`communicating hydrocephalus`$dbPhenotype #> [1] TRUE #> #> $`communicating hydrocephalus`$`_parent` #> [1] "DOID_10908<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`communicating hydrocephalus`$`_is_leaf` #> [1] TRUE #> #> $`communicating hydrocephalus`$children #> list() #> #> $`communicating hydrocephalus`$value #> [1] "communicating hydrocephalus" #> #> #> $`communication disorder` #> $`communication disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2033" #> #> $`communication disorder`$`_id` #> [1] "DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`communication disorder`$privateGeneCount #> [1] 0 #> #> $`communication disorder`$publicGeneCount #> [1] 29 #> #> $`communication disorder`$urlId #> [1] "DOID_2033" #> #> $`communication disorder`$dbPhenotype #> [1] FALSE #> #> $`communication disorder`$`_parent` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`communication disorder`$`_is_leaf` #> [1] FALSE #> #> $`communication disorder`$children #> $`communication disorder`$children[[1]] #> [1] "DOID_4090<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`communication disorder`$children[[2]] #> [1] "DOID_93<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`communication disorder`$children[[3]] #> [1] "DOID_92<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`communication disorder`$value #> [1] "communication disorder" #> #> #> $`compartment syndrome` #> $`compartment syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_682" #> #> $`compartment syndrome`$`_id` #> [1] "DOID_682<DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`compartment syndrome`$privateGeneCount #> [1] 0 #> #> $`compartment syndrome`$publicGeneCount #> [1] 1 #> #> $`compartment syndrome`$urlId #> [1] "DOID_682" #> #> $`compartment syndrome`$dbPhenotype #> [1] TRUE #> #> $`compartment syndrome`$`_parent` #> [1] "DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`compartment syndrome`$`_is_leaf` #> [1] TRUE #> #> $`compartment syndrome`$children #> list() #> #> $`compartment syndrome`$value #> [1] "compartment syndrome" #> #> #> $`complement component 2 deficiency` #> $`complement component 2 deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060295" #> #> $`complement component 2 deficiency`$`_id` #> [1] "DOID_0060295<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 2 deficiency`$privateGeneCount #> [1] 0 #> #> $`complement component 2 deficiency`$publicGeneCount #> [1] 1 #> #> $`complement component 2 deficiency`$urlId #> [1] "DOID_0060295" #> #> $`complement component 2 deficiency`$dbPhenotype #> [1] TRUE #> #> $`complement component 2 deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 2 deficiency`$`_is_leaf` #> [1] TRUE #> #> $`complement component 2 deficiency`$children #> list() #> #> $`complement component 2 deficiency`$value #> [1] "complement component 2 deficiency" #> #> #> $`complement component 3 deficiency` #> $`complement component 3 deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8354" #> #> $`complement component 3 deficiency`$`_id` #> [1] "DOID_8354<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 3 deficiency`$privateGeneCount #> [1] 0 #> #> $`complement component 3 deficiency`$publicGeneCount #> [1] 1 #> #> $`complement component 3 deficiency`$urlId #> [1] "DOID_8354" #> #> $`complement component 3 deficiency`$dbPhenotype #> [1] TRUE #> #> $`complement component 3 deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 3 deficiency`$`_is_leaf` #> [1] TRUE #> #> $`complement component 3 deficiency`$children #> list() #> #> $`complement component 3 deficiency`$value #> [1] "complement component 3 deficiency" #> #> #> $`complement component 4a deficiency` #> $`complement component 4a deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060297" #> #> $`complement component 4a deficiency`$`_id` #> [1] "DOID_0060297<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 4a deficiency`$privateGeneCount #> [1] 0 #> #> $`complement component 4a deficiency`$publicGeneCount #> [1] 1 #> #> $`complement component 4a deficiency`$urlId #> [1] "DOID_0060297" #> #> $`complement component 4a deficiency`$dbPhenotype #> [1] TRUE #> #> $`complement component 4a deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 4a deficiency`$`_is_leaf` #> [1] TRUE #> #> $`complement component 4a deficiency`$children #> list() #> #> $`complement component 4a deficiency`$value #> [1] "complement component 4a deficiency" #> #> #> $`complement component 4b deficiency` #> $`complement component 4b deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060298" #> #> $`complement component 4b deficiency`$`_id` #> [1] "DOID_0060298<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 4b deficiency`$privateGeneCount #> [1] 0 #> #> $`complement component 4b deficiency`$publicGeneCount #> [1] 1 #> #> $`complement component 4b deficiency`$urlId #> [1] "DOID_0060298" #> #> $`complement component 4b deficiency`$dbPhenotype #> [1] TRUE #> #> $`complement component 4b deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 4b deficiency`$`_is_leaf` #> [1] TRUE #> #> $`complement component 4b deficiency`$children #> list() #> #> $`complement component 4b deficiency`$value #> [1] "complement component 4b deficiency" #> #> #> $`complement component 5 deficiency` #> $`complement component 5 deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8158" #> #> $`complement component 5 deficiency`$`_id` #> [1] "DOID_8158<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 5 deficiency`$privateGeneCount #> [1] 0 #> #> $`complement component 5 deficiency`$publicGeneCount #> [1] 1 #> #> $`complement component 5 deficiency`$urlId #> [1] "DOID_8158" #> #> $`complement component 5 deficiency`$dbPhenotype #> [1] TRUE #> #> $`complement component 5 deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 5 deficiency`$`_is_leaf` #> [1] TRUE #> #> $`complement component 5 deficiency`$children #> list() #> #> $`complement component 5 deficiency`$value #> [1] "complement component 5 deficiency" #> #> #> $`complement component 6 deficiency` #> $`complement component 6 deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060299" #> #> $`complement component 6 deficiency`$`_id` #> [1] "DOID_0060299<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 6 deficiency`$privateGeneCount #> [1] 0 #> #> $`complement component 6 deficiency`$publicGeneCount #> [1] 1 #> #> $`complement component 6 deficiency`$urlId #> [1] "DOID_0060299" #> #> $`complement component 6 deficiency`$dbPhenotype #> [1] TRUE #> #> $`complement component 6 deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 6 deficiency`$`_is_leaf` #> [1] TRUE #> #> $`complement component 6 deficiency`$children #> list() #> #> $`complement component 6 deficiency`$value #> [1] "complement component 6 deficiency" #> #> #> $`complement component 7 deficiency` #> $`complement component 7 deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060300" #> #> $`complement component 7 deficiency`$`_id` #> [1] "DOID_0060300<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 7 deficiency`$privateGeneCount #> [1] 0 #> #> $`complement component 7 deficiency`$publicGeneCount #> [1] 1 #> #> $`complement component 7 deficiency`$urlId #> [1] "DOID_0060300" #> #> $`complement component 7 deficiency`$dbPhenotype #> [1] TRUE #> #> $`complement component 7 deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 7 deficiency`$`_is_leaf` #> [1] TRUE #> #> $`complement component 7 deficiency`$children #> list() #> #> $`complement component 7 deficiency`$value #> [1] "complement component 7 deficiency" #> #> #> $`complement component 9 deficiency` #> $`complement component 9 deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060303" #> #> $`complement component 9 deficiency`$`_id` #> [1] "DOID_0060303<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 9 deficiency`$privateGeneCount #> [1] 0 #> #> $`complement component 9 deficiency`$publicGeneCount #> [1] 1 #> #> $`complement component 9 deficiency`$urlId #> [1] "DOID_0060303" #> #> $`complement component 9 deficiency`$dbPhenotype #> [1] TRUE #> #> $`complement component 9 deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement component 9 deficiency`$`_is_leaf` #> [1] TRUE #> #> $`complement component 9 deficiency`$children #> list() #> #> $`complement component 9 deficiency`$value #> [1] "complement component 9 deficiency" #> #> #> $`complement deficiency` #> $`complement deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_626" #> #> $`complement deficiency`$`_id` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$privateGeneCount #> [1] 0 #> #> $`complement deficiency`$publicGeneCount #> [1] 11 #> #> $`complement deficiency`$urlId #> [1] "DOID_626" #> #> $`complement deficiency`$dbPhenotype #> [1] FALSE #> #> $`complement deficiency`$`_parent` #> [1] "DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$`_is_leaf` #> [1] FALSE #> #> $`complement deficiency`$children #> $`complement deficiency`$children[[1]] #> [1] "DOID_0060295<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$children[[2]] #> [1] "DOID_8354<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$children[[3]] #> [1] "DOID_0060297<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$children[[4]] #> [1] "DOID_0060298<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$children[[5]] #> [1] "DOID_8158<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$children[[6]] #> [1] "DOID_0060299<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$children[[7]] #> [1] "DOID_0060300<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$children[[8]] #> [1] "DOID_0060303<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$children[[9]] #> [1] "DOID_0050419<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$children[[10]] #> [1] "DOID_0060301<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement deficiency`$children[[11]] #> [1] "DOID_0060302<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`complement deficiency`$value #> [1] "complement deficiency" #> #> #> $`complement factor I deficiency` #> $`complement factor I deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050419" #> #> $`complement factor I deficiency`$`_id` #> [1] "DOID_0050419<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement factor I deficiency`$privateGeneCount #> [1] 0 #> #> $`complement factor I deficiency`$publicGeneCount #> [1] 1 #> #> $`complement factor I deficiency`$urlId #> [1] "DOID_0050419" #> #> $`complement factor I deficiency`$dbPhenotype #> [1] TRUE #> #> $`complement factor I deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`complement factor I deficiency`$`_is_leaf` #> [1] TRUE #> #> $`complement factor I deficiency`$children #> list() #> #> $`complement factor I deficiency`$value #> [1] "complement factor I deficiency" #> #> #> $`complete generalized lipodystrophy` #> $`complete generalized lipodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080298" #> #> $`complete generalized lipodystrophy`$`_id` #> [1] "DOID_0080298<DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`complete generalized lipodystrophy`$privateGeneCount #> [1] 0 #> #> $`complete generalized lipodystrophy`$publicGeneCount #> [1] 4 #> #> $`complete generalized lipodystrophy`$urlId #> [1] "DOID_0080298" #> #> $`complete generalized lipodystrophy`$dbPhenotype #> [1] FALSE #> #> $`complete generalized lipodystrophy`$`_parent` #> [1] "DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`complete generalized lipodystrophy`$`_is_leaf` #> [1] FALSE #> #> $`complete generalized lipodystrophy`$children #> $`complete generalized lipodystrophy`$children[[1]] #> [1] "DOID_0050585<DOID_0080298<DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`complete generalized lipodystrophy`$value #> [1] "complete generalized lipodystrophy" #> #> #> $`complex partial epilepsy` #> $`complex partial epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12382" #> #> $`complex partial epilepsy`$`_id` #> [1] "DOID_12382<DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`complex partial epilepsy`$privateGeneCount #> [1] 0 #> #> $`complex partial epilepsy`$publicGeneCount #> [1] 1 #> #> $`complex partial epilepsy`$urlId #> [1] "DOID_12382" #> #> $`complex partial epilepsy`$dbPhenotype #> [1] TRUE #> #> $`complex partial epilepsy`$`_parent` #> [1] "DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`complex partial epilepsy`$`_is_leaf` #> [1] TRUE #> #> $`complex partial epilepsy`$children #> list() #> #> $`complex partial epilepsy`$value #> [1] "complex partial epilepsy" #> #> #> $`Compton-North congenital myopathy` #> $`Compton-North congenital myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080101" #> #> $`Compton-North congenital myopathy`$`_id` #> [1] "DOID_0080101<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Compton-North congenital myopathy`$privateGeneCount #> [1] 0 #> #> $`Compton-North congenital myopathy`$publicGeneCount #> [1] 1 #> #> $`Compton-North congenital myopathy`$urlId #> [1] "DOID_0080101" #> #> $`Compton-North congenital myopathy`$dbPhenotype #> [1] TRUE #> #> $`Compton-North congenital myopathy`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Compton-North congenital myopathy`$`_is_leaf` #> [1] TRUE #> #> $`Compton-North congenital myopathy`$children #> list() #> #> $`Compton-North congenital myopathy`$value #> [1] "Compton-North congenital myopathy" #> #> #> $`Compton-North congenital myopathy` #> $`Compton-North congenital myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080101" #> #> $`Compton-North congenital myopathy`$`_id` #> [1] "DOID_0080101<DOID_0080100<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Compton-North congenital myopathy`$privateGeneCount #> [1] 0 #> #> $`Compton-North congenital myopathy`$publicGeneCount #> [1] 1 #> #> $`Compton-North congenital myopathy`$urlId #> [1] "DOID_0080101" #> #> $`Compton-North congenital myopathy`$dbPhenotype #> [1] TRUE #> #> $`Compton-North congenital myopathy`$`_parent` #> [1] "DOID_0080100<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Compton-North congenital myopathy`$`_is_leaf` #> [1] TRUE #> #> $`Compton-North congenital myopathy`$children #> list() #> #> $`Compton-North congenital myopathy`$value #> [1] "Compton-North congenital myopathy" #> #> #> $`conduct disorder` #> $`conduct disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12995" #> #> $`conduct disorder`$`_id` #> [1] "DOID_12995<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`conduct disorder`$privateGeneCount #> [1] 0 #> #> $`conduct disorder`$publicGeneCount #> [1] 17 #> #> $`conduct disorder`$urlId #> [1] "DOID_12995" #> #> $`conduct disorder`$dbPhenotype #> [1] TRUE #> #> $`conduct disorder`$`_parent` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`conduct disorder`$`_is_leaf` #> [1] TRUE #> #> $`conduct disorder`$children #> list() #> #> $`conduct disorder`$value #> [1] "conduct disorder" #> #> #> $`Conductive hearing impairment` #> $`Conductive hearing impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000405" #> #> $`Conductive hearing impairment`$`_id` #> [1] "HP_0000405<HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Conductive hearing impairment`$privateGeneCount #> [1] 0 #> #> $`Conductive hearing impairment`$publicGeneCount #> [1] 1 #> #> $`Conductive hearing impairment`$urlId #> [1] "HP_0000405" #> #> $`Conductive hearing impairment`$dbPhenotype #> [1] TRUE #> #> $`Conductive hearing impairment`$`_parent` #> [1] "HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Conductive hearing impairment`$`_is_leaf` #> [1] TRUE #> #> $`Conductive hearing impairment`$children #> list() #> #> $`Conductive hearing impairment`$value #> [1] "Conductive hearing impairment" #> #> #> $`Conductive hearing impairment` #> $`Conductive hearing impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000405" #> #> $`Conductive hearing impairment`$`_id` #> [1] "HP_0000405<HP_0011452<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Conductive hearing impairment`$privateGeneCount #> [1] 0 #> #> $`Conductive hearing impairment`$publicGeneCount #> [1] 1 #> #> $`Conductive hearing impairment`$urlId #> [1] "HP_0000405" #> #> $`Conductive hearing impairment`$dbPhenotype #> [1] TRUE #> #> $`Conductive hearing impairment`$`_parent` #> [1] "HP_0011452<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Conductive hearing impairment`$`_is_leaf` #> [1] TRUE #> #> $`Conductive hearing impairment`$children #> list() #> #> $`Conductive hearing impairment`$value #> [1] "Conductive hearing impairment" #> #> #> $`cone dystrophy` #> $`cone dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050795" #> #> $`cone dystrophy`$`_id` #> [1] "DOID_0050795<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cone dystrophy`$privateGeneCount #> [1] 0 #> #> $`cone dystrophy`$publicGeneCount #> [1] 4 #> #> $`cone dystrophy`$urlId #> [1] "DOID_0050795" #> #> $`cone dystrophy`$dbPhenotype #> [1] TRUE #> #> $`cone dystrophy`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cone dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`cone dystrophy`$children #> list() #> #> $`cone dystrophy`$value #> [1] "cone dystrophy" #> #> #> $`cone-rod dystrophy` #> $`cone-rod dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050572" #> #> $`cone-rod dystrophy`$`_id` #> [1] "DOID_0050572<DOID_0050177<DOID_630<DOID_4" #> #> $`cone-rod dystrophy`$privateGeneCount #> [1] 0 #> #> $`cone-rod dystrophy`$publicGeneCount #> [1] 20 #> #> $`cone-rod dystrophy`$urlId #> [1] "DOID_0050572" #> #> $`cone-rod dystrophy`$dbPhenotype #> [1] TRUE #> #> $`cone-rod dystrophy`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`cone-rod dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`cone-rod dystrophy`$children #> list() #> #> $`cone-rod dystrophy`$value #> [1] "cone-rod dystrophy" #> #> #> $`cone-rod dystrophy` #> $`cone-rod dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050572" #> #> $`cone-rod dystrophy`$`_id` #> [1] "DOID_0050572<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cone-rod dystrophy`$privateGeneCount #> [1] 0 #> #> $`cone-rod dystrophy`$publicGeneCount #> [1] 20 #> #> $`cone-rod dystrophy`$urlId #> [1] "DOID_0050572" #> #> $`cone-rod dystrophy`$dbPhenotype #> [1] TRUE #> #> $`cone-rod dystrophy`$`_parent` #> [1] "DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cone-rod dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`cone-rod dystrophy`$children #> list() #> #> $`cone-rod dystrophy`$value #> [1] "cone-rod dystrophy" #> #> #> $`cone-rod dystrophy` #> $`cone-rod dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050572" #> #> $`cone-rod dystrophy`$`_id` #> [1] "DOID_0050572<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cone-rod dystrophy`$privateGeneCount #> [1] 0 #> #> $`cone-rod dystrophy`$publicGeneCount #> [1] 20 #> #> $`cone-rod dystrophy`$urlId #> [1] "DOID_0050572" #> #> $`cone-rod dystrophy`$dbPhenotype #> [1] TRUE #> #> $`cone-rod dystrophy`$`_parent` #> [1] "DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cone-rod dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`cone-rod dystrophy`$children #> list() #> #> $`cone-rod dystrophy`$value #> [1] "cone-rod dystrophy" #> #> #> $`congenital adrenal hyperplasia` #> $`congenital adrenal hyperplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050811" #> #> $`congenital adrenal hyperplasia`$`_id` #> [1] "DOID_0050811<DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital adrenal hyperplasia`$privateGeneCount #> [1] 0 #> #> $`congenital adrenal hyperplasia`$publicGeneCount #> [1] 5 #> #> $`congenital adrenal hyperplasia`$urlId #> [1] "DOID_0050811" #> #> $`congenital adrenal hyperplasia`$dbPhenotype #> [1] TRUE #> #> $`congenital adrenal hyperplasia`$`_parent` #> [1] "DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital adrenal hyperplasia`$`_is_leaf` #> [1] TRUE #> #> $`congenital adrenal hyperplasia`$children #> list() #> #> $`congenital adrenal hyperplasia`$value #> [1] "congenital adrenal hyperplasia" #> #> #> $`congenital adrenal insufficiency` #> $`congenital adrenal insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050546" #> #> $`congenital adrenal insufficiency`$`_id` #> [1] "DOID_0050546<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital adrenal insufficiency`$privateGeneCount #> [1] 0 #> #> $`congenital adrenal insufficiency`$publicGeneCount #> [1] 1 #> #> $`congenital adrenal insufficiency`$urlId #> [1] "DOID_0050546" #> #> $`congenital adrenal insufficiency`$dbPhenotype #> [1] TRUE #> #> $`congenital adrenal insufficiency`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital adrenal insufficiency`$`_is_leaf` #> [1] TRUE #> #> $`congenital adrenal insufficiency`$children #> list() #> #> $`congenital adrenal insufficiency`$value #> [1] "congenital adrenal insufficiency" #> #> #> $`congenital adrenal insufficiency` #> $`congenital adrenal insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050546" #> #> $`congenital adrenal insufficiency`$`_id` #> [1] "DOID_0050546<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital adrenal insufficiency`$privateGeneCount #> [1] 0 #> #> $`congenital adrenal insufficiency`$publicGeneCount #> [1] 1 #> #> $`congenital adrenal insufficiency`$urlId #> [1] "DOID_0050546" #> #> $`congenital adrenal insufficiency`$dbPhenotype #> [1] TRUE #> #> $`congenital adrenal insufficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital adrenal insufficiency`$`_is_leaf` #> [1] TRUE #> #> $`congenital adrenal insufficiency`$children #> list() #> #> $`congenital adrenal insufficiency`$value #> [1] "congenital adrenal insufficiency" #> #> #> $`congenital adrenal insufficiency` #> $`congenital adrenal insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050546" #> #> $`congenital adrenal insufficiency`$`_id` #> [1] "DOID_0050546<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`congenital adrenal insufficiency`$privateGeneCount #> [1] 0 #> #> $`congenital adrenal insufficiency`$publicGeneCount #> [1] 1 #> #> $`congenital adrenal insufficiency`$urlId #> [1] "DOID_0050546" #> #> $`congenital adrenal insufficiency`$dbPhenotype #> [1] TRUE #> #> $`congenital adrenal insufficiency`$`_parent` #> [1] "DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`congenital adrenal insufficiency`$`_is_leaf` #> [1] TRUE #> #> $`congenital adrenal insufficiency`$children #> list() #> #> $`congenital adrenal insufficiency`$value #> [1] "congenital adrenal insufficiency" #> #> #> $`congenital afibrinogenemia` #> $`congenital afibrinogenemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2236" #> #> $`congenital afibrinogenemia`$`_id` #> [1] "DOID_2236<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital afibrinogenemia`$privateGeneCount #> [1] 0 #> #> $`congenital afibrinogenemia`$publicGeneCount #> [1] 4 #> #> $`congenital afibrinogenemia`$urlId #> [1] "DOID_2236" #> #> $`congenital afibrinogenemia`$dbPhenotype #> [1] TRUE #> #> $`congenital afibrinogenemia`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital afibrinogenemia`$`_is_leaf` #> [1] TRUE #> #> $`congenital afibrinogenemia`$children #> list() #> #> $`congenital afibrinogenemia`$value #> [1] "congenital afibrinogenemia" #> #> #> $`congenital afibrinogenemia` #> $`congenital afibrinogenemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2236" #> #> $`congenital afibrinogenemia`$`_id` #> [1] "DOID_2236<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`congenital afibrinogenemia`$privateGeneCount #> [1] 0 #> #> $`congenital afibrinogenemia`$publicGeneCount #> [1] 4 #> #> $`congenital afibrinogenemia`$urlId #> [1] "DOID_2236" #> #> $`congenital afibrinogenemia`$dbPhenotype #> [1] TRUE #> #> $`congenital afibrinogenemia`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`congenital afibrinogenemia`$`_is_leaf` #> [1] TRUE #> #> $`congenital afibrinogenemia`$children #> list() #> #> $`congenital afibrinogenemia`$value #> [1] "congenital afibrinogenemia" #> #> #> $`congenital aphakia` #> $`congenital aphakia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11367" #> #> $`congenital aphakia`$`_id` #> [1] "DOID_11367<DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`congenital aphakia`$privateGeneCount #> [1] 0 #> #> $`congenital aphakia`$publicGeneCount #> [1] 1 #> #> $`congenital aphakia`$urlId #> [1] "DOID_11367" #> #> $`congenital aphakia`$dbPhenotype #> [1] TRUE #> #> $`congenital aphakia`$`_parent` #> [1] "DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`congenital aphakia`$`_is_leaf` #> [1] TRUE #> #> $`congenital aphakia`$children #> list() #> #> $`congenital aphakia`$value #> [1] "congenital aphakia" #> #> #> $`congenital bile acid synthesis defect` #> $`congenital bile acid synthesis defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050674" #> #> $`congenital bile acid synthesis defect`$`_id` #> [1] "DOID_0050674<DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital bile acid synthesis defect`$privateGeneCount #> [1] 0 #> #> $`congenital bile acid synthesis defect`$publicGeneCount #> [1] 5 #> #> $`congenital bile acid synthesis defect`$urlId #> [1] "DOID_0050674" #> #> $`congenital bile acid synthesis defect`$dbPhenotype #> [1] TRUE #> #> $`congenital bile acid synthesis defect`$`_parent` #> [1] "DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital bile acid synthesis defect`$`_is_leaf` #> [1] TRUE #> #> $`congenital bile acid synthesis defect`$children #> list() #> #> $`congenital bile acid synthesis defect`$value #> [1] "congenital bile acid synthesis defect" #> #> #> $`Congenital contracture` #> $`Congenital contracture`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002803" #> #> $`Congenital contracture`$`_id` #> [1] "HP_0002803<HP_0001371<HP_0003549<HP_0000118<HP_0000001" #> #> $`Congenital contracture`$privateGeneCount #> [1] 0 #> #> $`Congenital contracture`$publicGeneCount #> [1] 7 #> #> $`Congenital contracture`$urlId #> [1] "HP_0002803" #> #> $`Congenital contracture`$dbPhenotype #> [1] FALSE #> #> $`Congenital contracture`$`_parent` #> [1] "HP_0001371<HP_0003549<HP_0000118<HP_0000001" #> #> $`Congenital contracture`$`_is_leaf` #> [1] FALSE #> #> $`Congenital contracture`$children #> $`Congenital contracture`$children[[1]] #> [1] "HP_0002804<HP_0002803<HP_0001371<HP_0003549<HP_0000118<HP_0000001" #> #> #> $`Congenital contracture`$value #> [1] "Congenital contracture" #> #> #> $`Congenital contracture` #> $`Congenital contracture`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002803" #> #> $`Congenital contracture`$`_id` #> [1] "HP_0002803<HP_0001371<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Congenital contracture`$privateGeneCount #> [1] 0 #> #> $`Congenital contracture`$publicGeneCount #> [1] 7 #> #> $`Congenital contracture`$urlId #> [1] "HP_0002803" #> #> $`Congenital contracture`$dbPhenotype #> [1] FALSE #> #> $`Congenital contracture`$`_parent` #> [1] "HP_0001371<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Congenital contracture`$`_is_leaf` #> [1] FALSE #> #> $`Congenital contracture`$children #> $`Congenital contracture`$children[[1]] #> [1] "HP_0002804<HP_0002803<HP_0001371<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Congenital contracture`$value #> [1] "Congenital contracture" #> #> #> $`Congenital contracture` #> $`Congenital contracture`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002803" #> #> $`Congenital contracture`$`_id` #> [1] "HP_0002803<HP_0001371<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Congenital contracture`$privateGeneCount #> [1] 0 #> #> $`Congenital contracture`$publicGeneCount #> [1] 7 #> #> $`Congenital contracture`$urlId #> [1] "HP_0002803" #> #> $`Congenital contracture`$dbPhenotype #> [1] FALSE #> #> $`Congenital contracture`$`_parent` #> [1] "HP_0001371<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Congenital contracture`$`_is_leaf` #> [1] FALSE #> #> $`Congenital contracture`$children #> $`Congenital contracture`$children[[1]] #> [1] "HP_0002804<HP_0002803<HP_0001371<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Congenital contracture`$value #> [1] "Congenital contracture" #> #> #> $`Congenital contracture` #> $`Congenital contracture`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002803" #> #> $`Congenital contracture`$`_id` #> [1] "HP_0002803<HP_0001371<HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Congenital contracture`$privateGeneCount #> [1] 0 #> #> $`Congenital contracture`$publicGeneCount #> [1] 7 #> #> $`Congenital contracture`$urlId #> [1] "HP_0002803" #> #> $`Congenital contracture`$dbPhenotype #> [1] FALSE #> #> $`Congenital contracture`$`_parent` #> [1] "HP_0001371<HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Congenital contracture`$`_is_leaf` #> [1] FALSE #> #> $`Congenital contracture`$children #> $`Congenital contracture`$children[[1]] #> [1] "HP_0002804<HP_0002803<HP_0001371<HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Congenital contracture`$value #> [1] "Congenital contracture" #> #> #> $`congenital diaphragmatic hernia` #> $`congenital diaphragmatic hernia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3827" #> #> $`congenital diaphragmatic hernia`$`_id` #> [1] "DOID_3827<DOID_10481<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital diaphragmatic hernia`$privateGeneCount #> [1] 0 #> #> $`congenital diaphragmatic hernia`$publicGeneCount #> [1] 42 #> #> $`congenital diaphragmatic hernia`$urlId #> [1] "DOID_3827" #> #> $`congenital diaphragmatic hernia`$dbPhenotype #> [1] TRUE #> #> $`congenital diaphragmatic hernia`$`_parent` #> [1] "DOID_10481<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital diaphragmatic hernia`$`_is_leaf` #> [1] TRUE #> #> $`congenital diaphragmatic hernia`$children #> list() #> #> $`congenital diaphragmatic hernia`$value #> [1] "congenital diaphragmatic hernia" #> #> #> $`congenital disorder of glycosylation` #> $`congenital disorder of glycosylation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5212" #> #> $`congenital disorder of glycosylation`$`_id` #> [1] "DOID_5212<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital disorder of glycosylation`$privateGeneCount #> [1] 0 #> #> $`congenital disorder of glycosylation`$publicGeneCount #> [1] 41 #> #> $`congenital disorder of glycosylation`$urlId #> [1] "DOID_5212" #> #> $`congenital disorder of glycosylation`$dbPhenotype #> [1] TRUE #> #> $`congenital disorder of glycosylation`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital disorder of glycosylation`$`_is_leaf` #> [1] FALSE #> #> $`congenital disorder of glycosylation`$children #> $`congenital disorder of glycosylation`$children[[1]] #> [1] "DOID_0050570<DOID_5212<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital disorder of glycosylation`$children[[2]] #> [1] "DOID_0050571<DOID_5212<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> #> $`congenital disorder of glycosylation`$value #> [1] "congenital disorder of glycosylation" #> #> #> $`congenital disorder of glycosylation type I` #> $`congenital disorder of glycosylation type I`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050570" #> #> $`congenital disorder of glycosylation type I`$`_id` #> [1] "DOID_0050570<DOID_5212<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital disorder of glycosylation type I`$privateGeneCount #> [1] 0 #> #> $`congenital disorder of glycosylation type I`$publicGeneCount #> [1] 17 #> #> $`congenital disorder of glycosylation type I`$urlId #> [1] "DOID_0050570" #> #> $`congenital disorder of glycosylation type I`$dbPhenotype #> [1] TRUE #> #> $`congenital disorder of glycosylation type I`$`_parent` #> [1] "DOID_5212<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital disorder of glycosylation type I`$`_is_leaf` #> [1] TRUE #> #> $`congenital disorder of glycosylation type I`$children #> list() #> #> $`congenital disorder of glycosylation type I`$value #> [1] "congenital disorder of glycosylation type I" #> #> #> $`congenital disorder of glycosylation type II` #> $`congenital disorder of glycosylation type II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050571" #> #> $`congenital disorder of glycosylation type II`$`_id` #> [1] "DOID_0050571<DOID_5212<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital disorder of glycosylation type II`$privateGeneCount #> [1] 0 #> #> $`congenital disorder of glycosylation type II`$publicGeneCount #> [1] 10 #> #> $`congenital disorder of glycosylation type II`$urlId #> [1] "DOID_0050571" #> #> $`congenital disorder of glycosylation type II`$dbPhenotype #> [1] TRUE #> #> $`congenital disorder of glycosylation type II`$`_parent` #> [1] "DOID_5212<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital disorder of glycosylation type II`$`_is_leaf` #> [1] TRUE #> #> $`congenital disorder of glycosylation type II`$children #> list() #> #> $`congenital disorder of glycosylation type II`$value #> [1] "congenital disorder of glycosylation type II" #> #> #> $`congenital dyserythropoietic anemia` #> $`congenital dyserythropoietic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1338" #> #> $`congenital dyserythropoietic anemia`$`_id` #> [1] "DOID_1338<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital dyserythropoietic anemia`$privateGeneCount #> [1] 0 #> #> $`congenital dyserythropoietic anemia`$publicGeneCount #> [1] 4 #> #> $`congenital dyserythropoietic anemia`$urlId #> [1] "DOID_1338" #> #> $`congenital dyserythropoietic anemia`$dbPhenotype #> [1] TRUE #> #> $`congenital dyserythropoietic anemia`$`_parent` #> [1] "DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital dyserythropoietic anemia`$`_is_leaf` #> [1] TRUE #> #> $`congenital dyserythropoietic anemia`$children #> list() #> #> $`congenital dyserythropoietic anemia`$value #> [1] "congenital dyserythropoietic anemia" #> #> #> $`Congenital encephalopathy` #> $`Congenital encephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007239" #> #> $`Congenital encephalopathy`$`_id` #> [1] "HP_0007239<HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Congenital encephalopathy`$privateGeneCount #> [1] 0 #> #> $`Congenital encephalopathy`$publicGeneCount #> [1] 1 #> #> $`Congenital encephalopathy`$urlId #> [1] "HP_0007239" #> #> $`Congenital encephalopathy`$dbPhenotype #> [1] TRUE #> #> $`Congenital encephalopathy`$`_parent` #> [1] "HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Congenital encephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`Congenital encephalopathy`$children #> list() #> #> $`Congenital encephalopathy`$value #> [1] "Congenital encephalopathy" #> #> #> $`congenital fiber-type disproportion` #> $`congenital fiber-type disproportion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080102" #> #> $`congenital fiber-type disproportion`$`_id` #> [1] "DOID_0080102<DOID_0080100<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital fiber-type disproportion`$privateGeneCount #> [1] 0 #> #> $`congenital fiber-type disproportion`$publicGeneCount #> [1] 3 #> #> $`congenital fiber-type disproportion`$urlId #> [1] "DOID_0080102" #> #> $`congenital fiber-type disproportion`$dbPhenotype #> [1] TRUE #> #> $`congenital fiber-type disproportion`$`_parent` #> [1] "DOID_0080100<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital fiber-type disproportion`$`_is_leaf` #> [1] TRUE #> #> $`congenital fiber-type disproportion`$children #> list() #> #> $`congenital fiber-type disproportion`$value #> [1] "congenital fiber-type disproportion" #> #> #> $`Congenital fibrosis of extraocular muscles` #> $`Congenital fibrosis of extraocular muscles`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001491" #> #> $`Congenital fibrosis of extraocular muscles`$`_id` #> [1] "HP_0001491<HP_0008049<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Congenital fibrosis of extraocular muscles`$privateGeneCount #> [1] 0 #> #> $`Congenital fibrosis of extraocular muscles`$publicGeneCount #> [1] 4 #> #> $`Congenital fibrosis of extraocular muscles`$urlId #> [1] "HP_0001491" #> #> $`Congenital fibrosis of extraocular muscles`$dbPhenotype #> [1] TRUE #> #> $`Congenital fibrosis of extraocular muscles`$`_parent` #> [1] "HP_0008049<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Congenital fibrosis of extraocular muscles`$`_is_leaf` #> [1] TRUE #> #> $`Congenital fibrosis of extraocular muscles`$children #> list() #> #> $`Congenital fibrosis of extraocular muscles`$value #> [1] "Congenital fibrosis of extraocular muscles" #> #> #> $`Congenital fibrosis of extraocular muscles` #> $`Congenital fibrosis of extraocular muscles`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001491" #> #> $`Congenital fibrosis of extraocular muscles`$`_id` #> [1] "HP_0001491<HP_0008049<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Congenital fibrosis of extraocular muscles`$privateGeneCount #> [1] 0 #> #> $`Congenital fibrosis of extraocular muscles`$publicGeneCount #> [1] 4 #> #> $`Congenital fibrosis of extraocular muscles`$urlId #> [1] "HP_0001491" #> #> $`Congenital fibrosis of extraocular muscles`$dbPhenotype #> [1] TRUE #> #> $`Congenital fibrosis of extraocular muscles`$`_parent` #> [1] "HP_0008049<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Congenital fibrosis of extraocular muscles`$`_is_leaf` #> [1] TRUE #> #> $`Congenital fibrosis of extraocular muscles`$children #> list() #> #> $`Congenital fibrosis of extraocular muscles`$value #> [1] "Congenital fibrosis of extraocular muscles" #> #> #> $`congenital generalized lipodystrophy` #> $`congenital generalized lipodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050585" #> #> $`congenital generalized lipodystrophy`$`_id` #> [1] "DOID_0050585<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital generalized lipodystrophy`$privateGeneCount #> [1] 0 #> #> $`congenital generalized lipodystrophy`$publicGeneCount #> [1] 4 #> #> $`congenital generalized lipodystrophy`$urlId #> [1] "DOID_0050585" #> #> $`congenital generalized lipodystrophy`$dbPhenotype #> [1] TRUE #> #> $`congenital generalized lipodystrophy`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital generalized lipodystrophy`$`_is_leaf` #> [1] TRUE #> #> $`congenital generalized lipodystrophy`$children #> list() #> #> $`congenital generalized lipodystrophy`$value #> [1] "congenital generalized lipodystrophy" #> #> #> $`congenital generalized lipodystrophy` #> $`congenital generalized lipodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050585" #> #> $`congenital generalized lipodystrophy`$`_id` #> [1] "DOID_0050585<DOID_0080298<DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`congenital generalized lipodystrophy`$privateGeneCount #> [1] 0 #> #> $`congenital generalized lipodystrophy`$publicGeneCount #> [1] 4 #> #> $`congenital generalized lipodystrophy`$urlId #> [1] "DOID_0050585" #> #> $`congenital generalized lipodystrophy`$dbPhenotype #> [1] TRUE #> #> $`congenital generalized lipodystrophy`$`_parent` #> [1] "DOID_0080298<DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`congenital generalized lipodystrophy`$`_is_leaf` #> [1] TRUE #> #> $`congenital generalized lipodystrophy`$children #> list() #> #> $`congenital generalized lipodystrophy`$value #> [1] "congenital generalized lipodystrophy" #> #> #> $`congenital heart disease` #> $`congenital heart disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1682" #> #> $`congenital heart disease`$`_id` #> [1] "DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`congenital heart disease`$privateGeneCount #> [1] 0 #> #> $`congenital heart disease`$publicGeneCount #> [1] 84 #> #> $`congenital heart disease`$urlId #> [1] "DOID_1682" #> #> $`congenital heart disease`$dbPhenotype #> [1] TRUE #> #> $`congenital heart disease`$`_parent` #> [1] "DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`congenital heart disease`$`_is_leaf` #> [1] FALSE #> #> $`congenital heart disease`$children #> $`congenital heart disease`$children[[1]] #> [1] "DOID_9565<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`congenital heart disease`$children[[2]] #> [1] "DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`congenital heart disease`$children[[3]] #> [1] "DOID_9955<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`congenital heart disease`$children[[4]] #> [1] "DOID_13832<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`congenital heart disease`$children[[5]] #> [1] "DOID_6419<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`congenital heart disease`$value #> [1] "congenital heart disease" #> #> #> $`congenital hemolytic anemia` #> $`congenital hemolytic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_589" #> #> $`congenital hemolytic anemia`$`_id` #> [1] "DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital hemolytic anemia`$privateGeneCount #> [1] 0 #> #> $`congenital hemolytic anemia`$publicGeneCount #> [1] 26 #> #> $`congenital hemolytic anemia`$urlId #> [1] "DOID_589" #> #> $`congenital hemolytic anemia`$dbPhenotype #> [1] TRUE #> #> $`congenital hemolytic anemia`$`_parent` #> [1] "DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital hemolytic anemia`$`_is_leaf` #> [1] FALSE #> #> $`congenital hemolytic anemia`$children #> $`congenital hemolytic anemia`$children[[1]] #> [1] "DOID_1338<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital hemolytic anemia`$children[[2]] #> [1] "DOID_2861<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital hemolytic anemia`$children[[3]] #> [1] "DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital hemolytic anemia`$children[[4]] #> [1] "DOID_12971<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $`congenital hemolytic anemia`$value #> [1] "congenital hemolytic anemia" #> #> #> $`congenital hypoplastic anemia` #> $`congenital hypoplastic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1342" #> #> $`congenital hypoplastic anemia`$`_id` #> [1] "DOID_1342<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital hypoplastic anemia`$privateGeneCount #> [1] 0 #> #> $`congenital hypoplastic anemia`$publicGeneCount #> [1] 33 #> #> $`congenital hypoplastic anemia`$urlId #> [1] "DOID_1342" #> #> $`congenital hypoplastic anemia`$dbPhenotype #> [1] TRUE #> #> $`congenital hypoplastic anemia`$`_parent` #> [1] "DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital hypoplastic anemia`$`_is_leaf` #> [1] FALSE #> #> $`congenital hypoplastic anemia`$children #> $`congenital hypoplastic anemia`$children[[1]] #> [1] "DOID_1339<DOID_1342<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital hypoplastic anemia`$children[[2]] #> [1] "DOID_13636<DOID_1342<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $`congenital hypoplastic anemia`$value #> [1] "congenital hypoplastic anemia" #> #> #> $`congenital hypothyroidism` #> $`congenital hypothyroidism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050328" #> #> $`congenital hypothyroidism`$`_id` #> [1] "DOID_0050328<DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`congenital hypothyroidism`$privateGeneCount #> [1] 0 #> #> $`congenital hypothyroidism`$publicGeneCount #> [1] 12 #> #> $`congenital hypothyroidism`$urlId #> [1] "DOID_0050328" #> #> $`congenital hypothyroidism`$dbPhenotype #> [1] TRUE #> #> $`congenital hypothyroidism`$`_parent` #> [1] "DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`congenital hypothyroidism`$`_is_leaf` #> [1] TRUE #> #> $`congenital hypothyroidism`$children #> list() #> #> $`congenital hypothyroidism`$value #> [1] "congenital hypothyroidism" #> #> #> $`congenital intrinsic factor deficiency` #> $`congenital intrinsic factor deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050734" #> #> $`congenital intrinsic factor deficiency`$`_id` #> [1] "DOID_0050734<DOID_0050731<DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital intrinsic factor deficiency`$privateGeneCount #> [1] 0 #> #> $`congenital intrinsic factor deficiency`$publicGeneCount #> [1] 1 #> #> $`congenital intrinsic factor deficiency`$urlId #> [1] "DOID_0050734" #> #> $`congenital intrinsic factor deficiency`$dbPhenotype #> [1] TRUE #> #> $`congenital intrinsic factor deficiency`$`_parent` #> [1] "DOID_0050731<DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`congenital intrinsic factor deficiency`$`_is_leaf` #> [1] TRUE #> #> $`congenital intrinsic factor deficiency`$children #> list() #> #> $`congenital intrinsic factor deficiency`$value #> [1] "congenital intrinsic factor deficiency" #> #> #> $`Congenital malformation of the great arteries` #> $`Congenital malformation of the great arteries`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011603" #> #> $`Congenital malformation of the great arteries`$`_id` #> [1] "HP_0011603<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Congenital malformation of the great arteries`$privateGeneCount #> [1] 0 #> #> $`Congenital malformation of the great arteries`$publicGeneCount #> [1] 5 #> #> $`Congenital malformation of the great arteries`$urlId #> [1] "HP_0011603" #> #> $`Congenital malformation of the great arteries`$dbPhenotype #> [1] FALSE #> #> $`Congenital malformation of the great arteries`$`_parent` #> [1] "HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Congenital malformation of the great arteries`$`_is_leaf` #> [1] FALSE #> #> $`Congenital malformation of the great arteries`$children #> $`Congenital malformation of the great arteries`$children[[1]] #> [1] "HP_0001710<HP_0011603<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Congenital malformation of the great arteries`$children[[2]] #> [1] "HP_0001669<HP_0011603<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Congenital malformation of the great arteries`$value #> [1] "Congenital malformation of the great arteries" #> #> #> $`Congenital malformation of the great arteries` #> $`Congenital malformation of the great arteries`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011603" #> #> $`Congenital malformation of the great arteries`$`_id` #> [1] "HP_0011603<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Congenital malformation of the great arteries`$privateGeneCount #> [1] 0 #> #> $`Congenital malformation of the great arteries`$publicGeneCount #> [1] 5 #> #> $`Congenital malformation of the great arteries`$urlId #> [1] "HP_0011603" #> #> $`Congenital malformation of the great arteries`$dbPhenotype #> [1] FALSE #> #> $`Congenital malformation of the great arteries`$`_parent` #> [1] "HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Congenital malformation of the great arteries`$`_is_leaf` #> [1] FALSE #> #> $`Congenital malformation of the great arteries`$children #> $`Congenital malformation of the great arteries`$children[[1]] #> [1] "HP_0001710<HP_0011603<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Congenital malformation of the great arteries`$children[[2]] #> [1] "HP_0001669<HP_0011603<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Congenital malformation of the great arteries`$value #> [1] "Congenital malformation of the great arteries" #> #> #> $`congenital muscular dystrophy` #> $`congenital muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050557" #> #> $`congenital muscular dystrophy`$`_id` #> [1] "DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`congenital muscular dystrophy`$publicGeneCount #> [1] 23 #> #> $`congenital muscular dystrophy`$urlId #> [1] "DOID_0050557" #> #> $`congenital muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`congenital muscular dystrophy`$`_parent` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital muscular dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`congenital muscular dystrophy`$children #> $`congenital muscular dystrophy`$children[[1]] #> [1] "DOID_0050663<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital muscular dystrophy`$children[[2]] #> [1] "DOID_0050588<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital muscular dystrophy`$children[[3]] #> [1] "DOID_0050558<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital muscular dystrophy`$children[[4]] #> [1] "DOID_0050560<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`congenital muscular dystrophy`$value #> [1] "congenital muscular dystrophy" #> #> #> $`congenital muscular dystrophy-dystroglycanopathy type A` #> $`congenital muscular dystrophy-dystroglycanopathy type A`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111229" #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$`_id` #> [1] "DOID_0111229<DOID_0050588<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$privateGeneCount #> [1] 0 #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$publicGeneCount #> [1] 1 #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$urlId #> [1] "DOID_0111229" #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$dbPhenotype #> [1] FALSE #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$`_parent` #> [1] "DOID_0050588<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$`_is_leaf` #> [1] FALSE #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$children #> $`congenital muscular dystrophy-dystroglycanopathy type A`$children[[1]] #> [1] "DOID_0050559<DOID_0111229<DOID_0050588<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$value #> [1] "congenital muscular dystrophy-dystroglycanopathy type A" #> #> #> $`congenital muscular dystrophy-dystroglycanopathy type A` #> $`congenital muscular dystrophy-dystroglycanopathy type A`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111229" #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$`_id` #> [1] "DOID_0111229<DOID_0050588<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$privateGeneCount #> [1] 0 #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$publicGeneCount #> [1] 1 #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$urlId #> [1] "DOID_0111229" #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$dbPhenotype #> [1] FALSE #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$`_parent` #> [1] "DOID_0050588<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$`_is_leaf` #> [1] FALSE #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$children #> $`congenital muscular dystrophy-dystroglycanopathy type A`$children[[1]] #> [1] "DOID_0050559<DOID_0111229<DOID_0050588<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`congenital muscular dystrophy-dystroglycanopathy type A`$value #> [1] "congenital muscular dystrophy-dystroglycanopathy type A" #> #> #> $`congenital myasthenic syndrome` #> $`congenital myasthenic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3635" #> #> $`congenital myasthenic syndrome`$`_id` #> [1] "DOID_3635<DOID_439<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`congenital myasthenic syndrome`$privateGeneCount #> [1] 0 #> #> $`congenital myasthenic syndrome`$publicGeneCount #> [1] 21 #> #> $`congenital myasthenic syndrome`$urlId #> [1] "DOID_3635" #> #> $`congenital myasthenic syndrome`$dbPhenotype #> [1] TRUE #> #> $`congenital myasthenic syndrome`$`_parent` #> [1] "DOID_439<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`congenital myasthenic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`congenital myasthenic syndrome`$children #> list() #> #> $`congenital myasthenic syndrome`$value #> [1] "congenital myasthenic syndrome" #> #> #> $`congenital myasthenic syndrome` #> $`congenital myasthenic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3635" #> #> $`congenital myasthenic syndrome`$`_id` #> [1] "DOID_3635<DOID_439<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`congenital myasthenic syndrome`$privateGeneCount #> [1] 0 #> #> $`congenital myasthenic syndrome`$publicGeneCount #> [1] 21 #> #> $`congenital myasthenic syndrome`$urlId #> [1] "DOID_3635" #> #> $`congenital myasthenic syndrome`$dbPhenotype #> [1] TRUE #> #> $`congenital myasthenic syndrome`$`_parent` #> [1] "DOID_439<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`congenital myasthenic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`congenital myasthenic syndrome`$children #> list() #> #> $`congenital myasthenic syndrome`$value #> [1] "congenital myasthenic syndrome" #> #> #> $`congenital myopathy` #> $`congenital myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080100" #> #> $`congenital myopathy`$`_id` #> [1] "DOID_0080100<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital myopathy`$privateGeneCount #> [1] 0 #> #> $`congenital myopathy`$publicGeneCount #> [1] 4 #> #> $`congenital myopathy`$urlId #> [1] "DOID_0080100" #> #> $`congenital myopathy`$dbPhenotype #> [1] FALSE #> #> $`congenital myopathy`$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital myopathy`$`_is_leaf` #> [1] FALSE #> #> $`congenital myopathy`$children #> $`congenital myopathy`$children[[1]] #> [1] "DOID_0080101<DOID_0080100<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital myopathy`$children[[2]] #> [1] "DOID_0080102<DOID_0080100<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`congenital myopathy`$value #> [1] "congenital myopathy" #> #> #> $`congenital nervous system abnormality` #> $`congenital nervous system abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2490" #> #> $`congenital nervous system abnormality`$`_id` #> [1] "DOID_2490<DOID_0080015<DOID_4" #> #> $`congenital nervous system abnormality`$privateGeneCount #> [1] 0 #> #> $`congenital nervous system abnormality`$publicGeneCount #> [1] 85 #> #> $`congenital nervous system abnormality`$urlId #> [1] "DOID_2490" #> #> $`congenital nervous system abnormality`$dbPhenotype #> [1] FALSE #> #> $`congenital nervous system abnormality`$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $`congenital nervous system abnormality`$`_is_leaf` #> [1] FALSE #> #> $`congenital nervous system abnormality`$children #> $`congenital nervous system abnormality`$children[[1]] #> [1] "DOID_4621<DOID_2490<DOID_0080015<DOID_4" #> #> $`congenital nervous system abnormality`$children[[2]] #> [1] "DOID_0050453<DOID_2490<DOID_0080015<DOID_4" #> #> $`congenital nervous system abnormality`$children[[3]] #> [1] "DOID_10907<DOID_2490<DOID_0080015<DOID_4" #> #> $`congenital nervous system abnormality`$children[[4]] #> [1] "DOID_0050454<DOID_2490<DOID_0080015<DOID_4" #> #> #> $`congenital nervous system abnormality`$value #> [1] "congenital nervous system abnormality" #> #> #> $`congenital nervous system abnormality` #> $`congenital nervous system abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2490" #> #> $`congenital nervous system abnormality`$`_id` #> [1] "DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $`congenital nervous system abnormality`$privateGeneCount #> [1] 0 #> #> $`congenital nervous system abnormality`$publicGeneCount #> [1] 85 #> #> $`congenital nervous system abnormality`$urlId #> [1] "DOID_2490" #> #> $`congenital nervous system abnormality`$dbPhenotype #> [1] FALSE #> #> $`congenital nervous system abnormality`$`_parent` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`congenital nervous system abnormality`$`_is_leaf` #> [1] FALSE #> #> $`congenital nervous system abnormality`$children #> $`congenital nervous system abnormality`$children[[1]] #> [1] "DOID_4621<DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $`congenital nervous system abnormality`$children[[2]] #> [1] "DOID_0050453<DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $`congenital nervous system abnormality`$children[[3]] #> [1] "DOID_10907<DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $`congenital nervous system abnormality`$children[[4]] #> [1] "DOID_0050454<DOID_2490<DOID_863<DOID_7<DOID_4" #> #> #> $`congenital nervous system abnormality`$value #> [1] "congenital nervous system abnormality" #> #> #> $`congenital nonspherocytic hemolytic anemia` #> $`congenital nonspherocytic hemolytic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2861" #> #> $`congenital nonspherocytic hemolytic anemia`$`_id` #> [1] "DOID_2861<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital nonspherocytic hemolytic anemia`$privateGeneCount #> [1] 0 #> #> $`congenital nonspherocytic hemolytic anemia`$publicGeneCount #> [1] 5 #> #> $`congenital nonspherocytic hemolytic anemia`$urlId #> [1] "DOID_2861" #> #> $`congenital nonspherocytic hemolytic anemia`$dbPhenotype #> [1] TRUE #> #> $`congenital nonspherocytic hemolytic anemia`$`_parent` #> [1] "DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`congenital nonspherocytic hemolytic anemia`$`_is_leaf` #> [1] TRUE #> #> $`congenital nonspherocytic hemolytic anemia`$children #> list() #> #> $`congenital nonspherocytic hemolytic anemia`$value #> [1] "congenital nonspherocytic hemolytic anemia" #> #> #> $`congenital nystagmus` #> $`congenital nystagmus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9649" #> #> $`congenital nystagmus`$`_id` #> [1] "DOID_9649<DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`congenital nystagmus`$privateGeneCount #> [1] 0 #> #> $`congenital nystagmus`$publicGeneCount #> [1] 6 #> #> $`congenital nystagmus`$urlId #> [1] "DOID_9649" #> #> $`congenital nystagmus`$dbPhenotype #> [1] TRUE #> #> $`congenital nystagmus`$`_parent` #> [1] "DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`congenital nystagmus`$`_is_leaf` #> [1] TRUE #> #> $`congenital nystagmus`$children #> list() #> #> $`congenital nystagmus`$value #> [1] "congenital nystagmus" #> #> #> $`congenital nystagmus` #> $`congenital nystagmus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9649" #> #> $`congenital nystagmus`$`_id` #> [1] "DOID_9649<DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`congenital nystagmus`$privateGeneCount #> [1] 0 #> #> $`congenital nystagmus`$publicGeneCount #> [1] 6 #> #> $`congenital nystagmus`$urlId #> [1] "DOID_9649" #> #> $`congenital nystagmus`$dbPhenotype #> [1] TRUE #> #> $`congenital nystagmus`$`_parent` #> [1] "DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`congenital nystagmus`$`_is_leaf` #> [1] TRUE #> #> $`congenital nystagmus`$children #> list() #> #> $`congenital nystagmus`$value #> [1] "congenital nystagmus" #> #> #> $`congenital ptosis` #> $`congenital ptosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060261" #> #> $`congenital ptosis`$`_id` #> [1] "DOID_0060261<DOID_0060260<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`congenital ptosis`$privateGeneCount #> [1] 0 #> #> $`congenital ptosis`$publicGeneCount #> [1] 1 #> #> $`congenital ptosis`$urlId #> [1] "DOID_0060261" #> #> $`congenital ptosis`$dbPhenotype #> [1] TRUE #> #> $`congenital ptosis`$`_parent` #> [1] "DOID_0060260<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`congenital ptosis`$`_is_leaf` #> [1] TRUE #> #> $`congenital ptosis`$children #> list() #> #> $`congenital ptosis`$value #> [1] "congenital ptosis" #> #> #> $`congenital secretory chloride diarrhea 1` #> $`congenital secretory chloride diarrhea 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060296" #> #> $`congenital secretory chloride diarrhea 1`$`_id` #> [1] "DOID_0060296<DOID_0050129<DOID_13250<DOID_77<DOID_7<DOID_4" #> #> $`congenital secretory chloride diarrhea 1`$privateGeneCount #> [1] 0 #> #> $`congenital secretory chloride diarrhea 1`$publicGeneCount #> [1] 1 #> #> $`congenital secretory chloride diarrhea 1`$urlId #> [1] "DOID_0060296" #> #> $`congenital secretory chloride diarrhea 1`$dbPhenotype #> [1] TRUE #> #> $`congenital secretory chloride diarrhea 1`$`_parent` #> [1] "DOID_0050129<DOID_13250<DOID_77<DOID_7<DOID_4" #> #> $`congenital secretory chloride diarrhea 1`$`_is_leaf` #> [1] TRUE #> #> $`congenital secretory chloride diarrhea 1`$children #> list() #> #> $`congenital secretory chloride diarrhea 1`$value #> [1] "congenital secretory chloride diarrhea 1" #> #> #> $`congenital secretory chloride diarrhea 1` #> $`congenital secretory chloride diarrhea 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060296" #> #> $`congenital secretory chloride diarrhea 1`$`_id` #> [1] "DOID_0060296<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital secretory chloride diarrhea 1`$privateGeneCount #> [1] 0 #> #> $`congenital secretory chloride diarrhea 1`$publicGeneCount #> [1] 1 #> #> $`congenital secretory chloride diarrhea 1`$urlId #> [1] "DOID_0060296" #> #> $`congenital secretory chloride diarrhea 1`$dbPhenotype #> [1] TRUE #> #> $`congenital secretory chloride diarrhea 1`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`congenital secretory chloride diarrhea 1`$`_is_leaf` #> [1] TRUE #> #> $`congenital secretory chloride diarrhea 1`$children #> list() #> #> $`congenital secretory chloride diarrhea 1`$value #> [1] "congenital secretory chloride diarrhea 1" #> #> #> $`congenital stationary night blindness` #> $`congenital stationary night blindness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050534" #> #> $`congenital stationary night blindness`$`_id` #> [1] "DOID_0050534<DOID_8498<DOID_8499<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`congenital stationary night blindness`$privateGeneCount #> [1] 0 #> #> $`congenital stationary night blindness`$publicGeneCount #> [1] 13 #> #> $`congenital stationary night blindness`$urlId #> [1] "DOID_0050534" #> #> $`congenital stationary night blindness`$dbPhenotype #> [1] TRUE #> #> $`congenital stationary night blindness`$`_parent` #> [1] "DOID_8498<DOID_8499<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`congenital stationary night blindness`$`_is_leaf` #> [1] TRUE #> #> $`congenital stationary night blindness`$children #> list() #> #> $`congenital stationary night blindness`$value #> [1] "congenital stationary night blindness" #> #> #> $`congenital stromal corneal dystrophy` #> $`congenital stromal corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060445" #> #> $`congenital stromal corneal dystrophy`$`_id` #> [1] "DOID_0060445<DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`congenital stromal corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`congenital stromal corneal dystrophy`$publicGeneCount #> [1] 1 #> #> $`congenital stromal corneal dystrophy`$urlId #> [1] "DOID_0060445" #> #> $`congenital stromal corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`congenital stromal corneal dystrophy`$`_parent` #> [1] "DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`congenital stromal corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`congenital stromal corneal dystrophy`$children #> list() #> #> $`congenital stromal corneal dystrophy`$value #> [1] "congenital stromal corneal dystrophy" #> #> #> $`congenital structural myopathy` #> $`congenital structural myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_422" #> #> $`congenital structural myopathy`$`_id` #> [1] "DOID_422<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital structural myopathy`$privateGeneCount #> [1] 0 #> #> $`congenital structural myopathy`$publicGeneCount #> [1] 16 #> #> $`congenital structural myopathy`$urlId #> [1] "DOID_422" #> #> $`congenital structural myopathy`$dbPhenotype #> [1] TRUE #> #> $`congenital structural myopathy`$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital structural myopathy`$`_is_leaf` #> [1] FALSE #> #> $`congenital structural myopathy`$children #> $`congenital structural myopathy`$children[[1]] #> [1] "DOID_3529<DOID_422<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`congenital structural myopathy`$children[[2]] #> [1] "DOID_3191<DOID_422<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`congenital structural myopathy`$value #> [1] "congenital structural myopathy" #> #> #> $`congestive heart failure` #> $`congestive heart failure`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6000" #> #> $`congestive heart failure`$`_id` #> [1] "DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`congestive heart failure`$privateGeneCount #> [1] 0 #> #> $`congestive heart failure`$publicGeneCount #> [1] 133 #> #> $`congestive heart failure`$urlId #> [1] "DOID_6000" #> #> $`congestive heart failure`$dbPhenotype #> [1] TRUE #> #> $`congestive heart failure`$`_parent` #> [1] "DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`congestive heart failure`$`_is_leaf` #> [1] FALSE #> #> $`congestive heart failure`$children #> $`congestive heart failure`$children[[1]] #> [1] "DOID_8515<DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`congestive heart failure`$children[[2]] #> [1] "DOID_9651<DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`congestive heart failure`$value #> [1] "congestive heart failure" #> #> #> $`conjunctival disease` #> $`conjunctival disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4251" #> #> $`conjunctival disease`$`_id` #> [1] "DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`conjunctival disease`$privateGeneCount #> [1] 0 #> #> $`conjunctival disease`$publicGeneCount #> [1] 22 #> #> $`conjunctival disease`$urlId #> [1] "DOID_4251" #> #> $`conjunctival disease`$dbPhenotype #> [1] TRUE #> #> $`conjunctival disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`conjunctival disease`$`_is_leaf` #> [1] FALSE #> #> $`conjunctival disease`$children #> $`conjunctival disease`$children[[1]] #> [1] "DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`conjunctival disease`$children[[2]] #> [1] "DOID_13801<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`conjunctival disease`$value #> [1] "conjunctival disease" #> #> #> $conjunctivitis #> $conjunctivitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6195" #> #> $conjunctivitis$`_id` #> [1] "DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $conjunctivitis$privateGeneCount #> [1] 0 #> #> $conjunctivitis$publicGeneCount #> [1] 16 #> #> $conjunctivitis$urlId #> [1] "DOID_6195" #> #> $conjunctivitis$dbPhenotype #> [1] TRUE #> #> $conjunctivitis$`_parent` #> [1] "DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $conjunctivitis$`_is_leaf` #> [1] FALSE #> #> $conjunctivitis$children #> $conjunctivitis$children[[1]] #> [1] "DOID_2475<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $conjunctivitis$children[[2]] #> [1] "DOID_2458<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $conjunctivitis$value #> [1] "conjunctivitis" #> #> #> $`Conn's syndrome` #> $`Conn's syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12028" #> #> $`Conn's syndrome`$`_id` #> [1] "DOID_12028<DOID_656<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`Conn's syndrome`$privateGeneCount #> [1] 0 #> #> $`Conn's syndrome`$publicGeneCount #> [1] 5 #> #> $`Conn's syndrome`$urlId #> [1] "DOID_12028" #> #> $`Conn's syndrome`$dbPhenotype #> [1] TRUE #> #> $`Conn's syndrome`$`_parent` #> [1] "DOID_656<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`Conn's syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Conn's syndrome`$children #> list() #> #> $`Conn's syndrome`$value #> [1] "Conn's syndrome" #> #> #> $`Conn's syndrome` #> $`Conn's syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12028" #> #> $`Conn's syndrome`$`_id` #> [1] "DOID_12028<DOID_656<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`Conn's syndrome`$privateGeneCount #> [1] 0 #> #> $`Conn's syndrome`$publicGeneCount #> [1] 5 #> #> $`Conn's syndrome`$urlId #> [1] "DOID_12028" #> #> $`Conn's syndrome`$dbPhenotype #> [1] TRUE #> #> $`Conn's syndrome`$`_parent` #> [1] "DOID_656<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`Conn's syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Conn's syndrome`$children #> list() #> #> $`Conn's syndrome`$value #> [1] "Conn's syndrome" #> #> #> $`Conn's syndrome` #> $`Conn's syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12028" #> #> $`Conn's syndrome`$`_id` #> [1] "DOID_12028<DOID_656<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`Conn's syndrome`$privateGeneCount #> [1] 0 #> #> $`Conn's syndrome`$publicGeneCount #> [1] 5 #> #> $`Conn's syndrome`$urlId #> [1] "DOID_12028" #> #> $`Conn's syndrome`$dbPhenotype #> [1] TRUE #> #> $`Conn's syndrome`$`_parent` #> [1] "DOID_656<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`Conn's syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Conn's syndrome`$children #> list() #> #> $`Conn's syndrome`$value #> [1] "Conn's syndrome" #> #> #> $`connective tissue benign neoplasm` #> $`connective tissue benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060123" #> #> $`connective tissue benign neoplasm`$`_id` #> [1] "DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`connective tissue benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`connective tissue benign neoplasm`$publicGeneCount #> [1] 10 #> #> $`connective tissue benign neoplasm`$urlId #> [1] "DOID_0060123" #> #> $`connective tissue benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`connective tissue benign neoplasm`$`_parent` #> [1] "DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`connective tissue benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`connective tissue benign neoplasm`$children #> $`connective tissue benign neoplasm`$children[[1]] #> [1] "DOID_0060094<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`connective tissue benign neoplasm`$children[[2]] #> [1] "DOID_2649<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`connective tissue benign neoplasm`$children[[3]] #> [1] "DOID_4231<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`connective tissue benign neoplasm`$children[[4]] #> [1] "DOID_0080109<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`connective tissue benign neoplasm`$value #> [1] "connective tissue benign neoplasm" #> #> #> $`connective tissue benign neoplasm` #> $`connective tissue benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060123" #> #> $`connective tissue benign neoplasm`$`_id` #> [1] "DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`connective tissue benign neoplasm`$publicGeneCount #> [1] 10 #> #> $`connective tissue benign neoplasm`$urlId #> [1] "DOID_0060123" #> #> $`connective tissue benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`connective tissue benign neoplasm`$`_parent` #> [1] "DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`connective tissue benign neoplasm`$children #> $`connective tissue benign neoplasm`$children[[1]] #> [1] "DOID_0060094<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue benign neoplasm`$children[[2]] #> [1] "DOID_2649<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue benign neoplasm`$children[[3]] #> [1] "DOID_4231<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue benign neoplasm`$children[[4]] #> [1] "DOID_0080109<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> #> $`connective tissue benign neoplasm`$value #> [1] "connective tissue benign neoplasm" #> #> #> $`connective tissue benign neoplasm` #> $`connective tissue benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060123" #> #> $`connective tissue benign neoplasm`$`_id` #> [1] "DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`connective tissue benign neoplasm`$publicGeneCount #> [1] 10 #> #> $`connective tissue benign neoplasm`$urlId #> [1] "DOID_0060123" #> #> $`connective tissue benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`connective tissue benign neoplasm`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`connective tissue benign neoplasm`$children #> $`connective tissue benign neoplasm`$children[[1]] #> [1] "DOID_0060094<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue benign neoplasm`$children[[2]] #> [1] "DOID_2649<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue benign neoplasm`$children[[3]] #> [1] "DOID_4231<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue benign neoplasm`$children[[4]] #> [1] "DOID_0080109<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`connective tissue benign neoplasm`$value #> [1] "connective tissue benign neoplasm" #> #> #> $`connective tissue cancer` #> $`connective tissue cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_201" #> #> $`connective tissue cancer`$`_id` #> [1] "DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`connective tissue cancer`$privateGeneCount #> [1] 0 #> #> $`connective tissue cancer`$publicGeneCount #> [1] 268 #> #> $`connective tissue cancer`$urlId #> [1] "DOID_201" #> #> $`connective tissue cancer`$dbPhenotype #> [1] TRUE #> #> $`connective tissue cancer`$`_parent` #> [1] "DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`connective tissue cancer`$`_is_leaf` #> [1] FALSE #> #> $`connective tissue cancer`$children #> $`connective tissue cancer`$children[[1]] #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`connective tissue cancer`$children[[2]] #> [1] "DOID_6193<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`connective tissue cancer`$children[[3]] #> [1] "DOID_3355<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`connective tissue cancer`$children[[4]] #> [1] "DOID_8632<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`connective tissue cancer`$children[[5]] #> [1] "DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`connective tissue cancer`$children[[6]] #> [1] "DOID_5158<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`connective tissue cancer`$children[[7]] #> [1] "DOID_2706<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`connective tissue cancer`$value #> [1] "connective tissue cancer" #> #> #> $`connective tissue cancer` #> $`connective tissue cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_201" #> #> $`connective tissue cancer`$`_id` #> [1] "DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$privateGeneCount #> [1] 0 #> #> $`connective tissue cancer`$publicGeneCount #> [1] 268 #> #> $`connective tissue cancer`$urlId #> [1] "DOID_201" #> #> $`connective tissue cancer`$dbPhenotype #> [1] TRUE #> #> $`connective tissue cancer`$`_parent` #> [1] "DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$`_is_leaf` #> [1] FALSE #> #> $`connective tissue cancer`$children #> $`connective tissue cancer`$children[[1]] #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[2]] #> [1] "DOID_6193<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[3]] #> [1] "DOID_3355<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[4]] #> [1] "DOID_8632<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[5]] #> [1] "DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[6]] #> [1] "DOID_5158<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[7]] #> [1] "DOID_2706<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`connective tissue cancer`$value #> [1] "connective tissue cancer" #> #> #> $`connective tissue cancer` #> $`connective tissue cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_201" #> #> $`connective tissue cancer`$`_id` #> [1] "DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$privateGeneCount #> [1] 0 #> #> $`connective tissue cancer`$publicGeneCount #> [1] 268 #> #> $`connective tissue cancer`$urlId #> [1] "DOID_201" #> #> $`connective tissue cancer`$dbPhenotype #> [1] TRUE #> #> $`connective tissue cancer`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$`_is_leaf` #> [1] FALSE #> #> $`connective tissue cancer`$children #> $`connective tissue cancer`$children[[1]] #> [1] "DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[2]] #> [1] "DOID_6193<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[3]] #> [1] "DOID_3355<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[4]] #> [1] "DOID_8632<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[5]] #> [1] "DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[6]] #> [1] "DOID_5158<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue cancer`$children[[7]] #> [1] "DOID_2706<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`connective tissue cancer`$value #> [1] "connective tissue cancer" #> #> #> $`connective tissue disease` #> $`connective tissue disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_65" #> #> $`connective tissue disease`$`_id` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$privateGeneCount #> [1] 0 #> #> $`connective tissue disease`$publicGeneCount #> [1] 1275 #> #> $`connective tissue disease`$urlId #> [1] "DOID_65" #> #> $`connective tissue disease`$dbPhenotype #> [1] TRUE #> #> $`connective tissue disease`$`_parent` #> [1] "DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$`_is_leaf` #> [1] FALSE #> #> $`connective tissue disease`$children #> $`connective tissue disease`$children[[1]] #> [1] "DOID_0050645<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[2]] #> [1] "DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[3]] #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[4]] #> [1] "DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[5]] #> [1] "DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[6]] #> [1] "DOID_3488<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[7]] #> [1] "DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[8]] #> [1] "DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[9]] #> [1] "DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[10]] #> [1] "DOID_13374<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[11]] #> [1] "DOID_0050698<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[12]] #> [1] "DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[13]] #> [1] "DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[14]] #> [1] "DOID_14323<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[15]] #> [1] "DOID_9957<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[16]] #> [1] "DOID_8936<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[17]] #> [1] "DOID_2738<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[18]] #> [1] "DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[19]] #> [1] "DOID_2703<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`connective tissue disease`$children[[20]] #> [1] "DOID_9074<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`connective tissue disease`$value #> [1] "connective tissue disease" #> #> #> $`Conotruncal defect` #> $`Conotruncal defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001710" #> #> $`Conotruncal defect`$`_id` #> [1] "HP_0001710<HP_0011563<HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Conotruncal defect`$privateGeneCount #> [1] 0 #> #> $`Conotruncal defect`$publicGeneCount #> [1] 2 #> #> $`Conotruncal defect`$urlId #> [1] "HP_0001710" #> #> $`Conotruncal defect`$dbPhenotype #> [1] TRUE #> #> $`Conotruncal defect`$`_parent` #> [1] "HP_0011563<HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Conotruncal defect`$`_is_leaf` #> [1] TRUE #> #> $`Conotruncal defect`$children #> list() #> #> $`Conotruncal defect`$value #> [1] "Conotruncal defect" #> #> #> $`Conotruncal defect` #> $`Conotruncal defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001710" #> #> $`Conotruncal defect`$`_id` #> [1] "HP_0001710<HP_0011603<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Conotruncal defect`$privateGeneCount #> [1] 0 #> #> $`Conotruncal defect`$publicGeneCount #> [1] 2 #> #> $`Conotruncal defect`$urlId #> [1] "HP_0001710" #> #> $`Conotruncal defect`$dbPhenotype #> [1] TRUE #> #> $`Conotruncal defect`$`_parent` #> [1] "HP_0011603<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Conotruncal defect`$`_is_leaf` #> [1] TRUE #> #> $`Conotruncal defect`$children #> list() #> #> $`Conotruncal defect`$value #> [1] "Conotruncal defect" #> #> #> $`Conotruncal defect` #> $`Conotruncal defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001710" #> #> $`Conotruncal defect`$`_id` #> [1] "HP_0001710<HP_0011603<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Conotruncal defect`$privateGeneCount #> [1] 0 #> #> $`Conotruncal defect`$publicGeneCount #> [1] 2 #> #> $`Conotruncal defect`$urlId #> [1] "HP_0001710" #> #> $`Conotruncal defect`$dbPhenotype #> [1] TRUE #> #> $`Conotruncal defect`$`_parent` #> [1] "HP_0011603<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Conotruncal defect`$`_is_leaf` #> [1] TRUE #> #> $`Conotruncal defect`$children #> list() #> #> $`Conotruncal defect`$value #> [1] "Conotruncal defect" #> #> #> $`Conspicuously happy disposition` #> $`Conspicuously happy disposition`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100024" #> #> $`Conspicuously happy disposition`$`_id` #> [1] "HP_0100024<HP_0100851<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Conspicuously happy disposition`$privateGeneCount #> [1] 0 #> #> $`Conspicuously happy disposition`$publicGeneCount #> [1] 1 #> #> $`Conspicuously happy disposition`$urlId #> [1] "HP_0100024" #> #> $`Conspicuously happy disposition`$dbPhenotype #> [1] TRUE #> #> $`Conspicuously happy disposition`$`_parent` #> [1] "HP_0100851<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Conspicuously happy disposition`$`_is_leaf` #> [1] TRUE #> #> $`Conspicuously happy disposition`$children #> list() #> #> $`Conspicuously happy disposition`$value #> [1] "Conspicuously happy disposition" #> #> #> $constipation #> $constipation$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2089" #> #> $constipation$`_id` #> [1] "DOID_2089<DOID_9779<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $constipation$privateGeneCount #> [1] 0 #> #> $constipation$publicGeneCount #> [1] 6 #> #> $constipation$urlId #> [1] "DOID_2089" #> #> $constipation$dbPhenotype #> [1] TRUE #> #> $constipation$`_parent` #> [1] "DOID_9779<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $constipation$`_is_leaf` #> [1] TRUE #> #> $constipation$children #> list() #> #> $constipation$value #> [1] "constipation" #> #> #> $`Constitutional symptom` #> $`Constitutional symptom`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0025142" #> #> $`Constitutional symptom`$`_id` #> [1] "HP_0025142<HP_0000118<HP_0000001" #> #> $`Constitutional symptom`$privateGeneCount #> [1] 0 #> #> $`Constitutional symptom`$publicGeneCount #> [1] 62 #> #> $`Constitutional symptom`$urlId #> [1] "HP_0025142" #> #> $`Constitutional symptom`$dbPhenotype #> [1] FALSE #> #> $`Constitutional symptom`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Constitutional symptom`$`_is_leaf` #> [1] FALSE #> #> $`Constitutional symptom`$children #> $`Constitutional symptom`$children[[1]] #> [1] "HP_0012378<HP_0025142<HP_0000118<HP_0000001" #> #> $`Constitutional symptom`$children[[2]] #> [1] "HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> #> $`Constitutional symptom`$value #> [1] "Constitutional symptom" #> #> #> $`contact dermatitis` #> $`contact dermatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2773" #> #> $`contact dermatitis`$`_id` #> [1] "DOID_2773<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`contact dermatitis`$privateGeneCount #> [1] 0 #> #> $`contact dermatitis`$publicGeneCount #> [1] 76 #> #> $`contact dermatitis`$urlId #> [1] "DOID_2773" #> #> $`contact dermatitis`$dbPhenotype #> [1] TRUE #> #> $`contact dermatitis`$`_parent` #> [1] "DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`contact dermatitis`$`_is_leaf` #> [1] FALSE #> #> $`contact dermatitis`$children #> $`contact dermatitis`$children[[1]] #> [1] "DOID_2772<DOID_2773<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`contact dermatitis`$children[[2]] #> [1] "DOID_4404<DOID_2773<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`contact dermatitis`$value #> [1] "contact dermatitis" #> #> #> $`Cor pulmonale` #> $`Cor pulmonale`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8515" #> #> $`Cor pulmonale`$`_id` #> [1] "DOID_8515<DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`Cor pulmonale`$privateGeneCount #> [1] 0 #> #> $`Cor pulmonale`$publicGeneCount #> [1] 7 #> #> $`Cor pulmonale`$urlId #> [1] "DOID_8515" #> #> $`Cor pulmonale`$dbPhenotype #> [1] TRUE #> #> $`Cor pulmonale`$`_parent` #> [1] "DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`Cor pulmonale`$`_is_leaf` #> [1] FALSE #> #> $`Cor pulmonale`$children #> $`Cor pulmonale`$children[[1]] #> [1] "DOID_12326<DOID_8515<DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`Cor pulmonale`$value #> [1] "Cor pulmonale" #> #> #> $`cornea plana` #> $`cornea plana`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060287" #> #> $`cornea plana`$`_id` #> [1] "DOID_0060287<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cornea plana`$privateGeneCount #> [1] 0 #> #> $`cornea plana`$publicGeneCount #> [1] 1 #> #> $`cornea plana`$urlId #> [1] "DOID_0060287" #> #> $`cornea plana`$dbPhenotype #> [1] TRUE #> #> $`cornea plana`$`_parent` #> [1] "DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cornea plana`$`_is_leaf` #> [1] TRUE #> #> $`cornea plana`$children #> list() #> #> $`cornea plana`$value #> [1] "cornea plana" #> #> #> $`corneal degeneration` #> $`corneal degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1237" #> #> $`corneal degeneration`$`_id` #> [1] "DOID_1237<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal degeneration`$privateGeneCount #> [1] 0 #> #> $`corneal degeneration`$publicGeneCount #> [1] 2 #> #> $`corneal degeneration`$urlId #> [1] "DOID_1237" #> #> $`corneal degeneration`$dbPhenotype #> [1] FALSE #> #> $`corneal degeneration`$`_parent` #> [1] "DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal degeneration`$`_is_leaf` #> [1] FALSE #> #> $`corneal degeneration`$children #> $`corneal degeneration`$children[[1]] #> [1] "DOID_11342<DOID_1237<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal degeneration`$children[[2]] #> [1] "DOID_11267<DOID_1237<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`corneal degeneration`$value #> [1] "corneal degeneration" #> #> #> $`corneal degeneration` #> $`corneal degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1237" #> #> $`corneal degeneration`$`_id` #> [1] "DOID_1237<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal degeneration`$privateGeneCount #> [1] 0 #> #> $`corneal degeneration`$publicGeneCount #> [1] 2 #> #> $`corneal degeneration`$urlId #> [1] "DOID_1237" #> #> $`corneal degeneration`$dbPhenotype #> [1] FALSE #> #> $`corneal degeneration`$`_parent` #> [1] "DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal degeneration`$`_is_leaf` #> [1] FALSE #> #> $`corneal degeneration`$children #> $`corneal degeneration`$children[[1]] #> [1] "DOID_11342<DOID_1237<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal degeneration`$children[[2]] #> [1] "DOID_11267<DOID_1237<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`corneal degeneration`$value #> [1] "corneal degeneration" #> #> #> $`corneal disease` #> $`corneal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10124" #> #> $`corneal disease`$`_id` #> [1] "DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal disease`$privateGeneCount #> [1] 0 #> #> $`corneal disease`$publicGeneCount #> [1] 64 #> #> $`corneal disease`$urlId #> [1] "DOID_10124" #> #> $`corneal disease`$dbPhenotype #> [1] TRUE #> #> $`corneal disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal disease`$`_is_leaf` #> [1] FALSE #> #> $`corneal disease`$children #> $`corneal disease`$children[[1]] #> [1] "DOID_14775<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal disease`$children[[2]] #> [1] "DOID_0060287<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal disease`$children[[3]] #> [1] "DOID_1237<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal disease`$children[[4]] #> [1] "DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal disease`$children[[5]] #> [1] "DOID_11030<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal disease`$children[[6]] #> [1] "DOID_4677<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal disease`$children[[7]] #> [1] "DOID_10126<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal disease`$children[[8]] #> [1] "DOID_0002116<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`corneal disease`$value #> [1] "corneal disease" #> #> #> $`corneal dystrophy` #> $`corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2566" #> #> $`corneal dystrophy`$`_id` #> [1] "DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`corneal dystrophy`$publicGeneCount #> [1] 21 #> #> $`corneal dystrophy`$urlId #> [1] "DOID_2566" #> #> $`corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`corneal dystrophy`$`_parent` #> [1] "DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`corneal dystrophy`$children #> $`corneal dystrophy`$children[[1]] #> [1] "DOID_0060443<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal dystrophy`$children[[2]] #> [1] "DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal dystrophy`$children[[3]] #> [1] "DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal dystrophy`$children[[4]] #> [1] "DOID_0060457<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal dystrophy`$children[[5]] #> [1] "DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`corneal dystrophy`$value #> [1] "corneal dystrophy" #> #> #> $`corneal edema` #> $`corneal edema`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11030" #> #> $`corneal edema`$`_id` #> [1] "DOID_11030<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal edema`$privateGeneCount #> [1] 0 #> #> $`corneal edema`$publicGeneCount #> [1] 1 #> #> $`corneal edema`$urlId #> [1] "DOID_11030" #> #> $`corneal edema`$dbPhenotype #> [1] TRUE #> #> $`corneal edema`$`_parent` #> [1] "DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal edema`$`_is_leaf` #> [1] TRUE #> #> $`corneal edema`$children #> list() #> #> $`corneal edema`$value #> [1] "corneal edema" #> #> #> $`corneal endothelial dystrophy` #> $`corneal endothelial dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060443" #> #> $`corneal endothelial dystrophy`$`_id` #> [1] "DOID_0060443<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal endothelial dystrophy`$privateGeneCount #> [1] 0 #> #> $`corneal endothelial dystrophy`$publicGeneCount #> [1] 9 #> #> $`corneal endothelial dystrophy`$urlId #> [1] "DOID_0060443" #> #> $`corneal endothelial dystrophy`$dbPhenotype #> [1] FALSE #> #> $`corneal endothelial dystrophy`$`_parent` #> [1] "DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal endothelial dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`corneal endothelial dystrophy`$children #> $`corneal endothelial dystrophy`$children[[1]] #> [1] "DOID_11555<DOID_0060443<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`corneal endothelial dystrophy`$value #> [1] "corneal endothelial dystrophy" #> #> #> $`corneal neovascularization` #> $`corneal neovascularization`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11382" #> #> $`corneal neovascularization`$`_id` #> [1] "DOID_11382<DOID_4677<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal neovascularization`$privateGeneCount #> [1] 0 #> #> $`corneal neovascularization`$publicGeneCount #> [1] 5 #> #> $`corneal neovascularization`$urlId #> [1] "DOID_11382" #> #> $`corneal neovascularization`$dbPhenotype #> [1] TRUE #> #> $`corneal neovascularization`$`_parent` #> [1] "DOID_4677<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal neovascularization`$`_is_leaf` #> [1] TRUE #> #> $`corneal neovascularization`$children #> list() #> #> $`corneal neovascularization`$value #> [1] "corneal neovascularization" #> #> #> $`Corneal opacity` #> $`Corneal opacity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007957" #> #> $`Corneal opacity`$`_id` #> [1] "HP_0007957<HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Corneal opacity`$privateGeneCount #> [1] 0 #> #> $`Corneal opacity`$publicGeneCount #> [1] 4 #> #> $`Corneal opacity`$urlId #> [1] "HP_0007957" #> #> $`Corneal opacity`$dbPhenotype #> [1] FALSE #> #> $`Corneal opacity`$`_parent` #> [1] "HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Corneal opacity`$`_is_leaf` #> [1] FALSE #> #> $`Corneal opacity`$children #> $`Corneal opacity`$children[[1]] #> [1] "HP_0007759<HP_0007957<HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Corneal opacity`$value #> [1] "Corneal opacity" #> #> #> $`corneal ulcer` #> $`corneal ulcer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8463" #> #> $`corneal ulcer`$`_id` #> [1] "DOID_8463<DOID_4677<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal ulcer`$privateGeneCount #> [1] 0 #> #> $`corneal ulcer`$publicGeneCount #> [1] 5 #> #> $`corneal ulcer`$urlId #> [1] "DOID_8463" #> #> $`corneal ulcer`$dbPhenotype #> [1] TRUE #> #> $`corneal ulcer`$`_parent` #> [1] "DOID_4677<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`corneal ulcer`$`_is_leaf` #> [1] TRUE #> #> $`corneal ulcer`$children #> list() #> #> $`corneal ulcer`$value #> [1] "corneal ulcer" #> #> #> $`Cornelia de Lange syndrome` #> $`Cornelia de Lange syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11725" #> #> $`Cornelia de Lange syndrome`$`_id` #> [1] "DOID_11725<DOID_0050177<DOID_630<DOID_4" #> #> $`Cornelia de Lange syndrome`$privateGeneCount #> [1] 0 #> #> $`Cornelia de Lange syndrome`$publicGeneCount #> [1] 5 #> #> $`Cornelia de Lange syndrome`$urlId #> [1] "DOID_11725" #> #> $`Cornelia de Lange syndrome`$dbPhenotype #> [1] TRUE #> #> $`Cornelia de Lange syndrome`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`Cornelia de Lange syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Cornelia de Lange syndrome`$children #> list() #> #> $`Cornelia de Lange syndrome`$value #> [1] "Cornelia de Lange syndrome" #> #> #> $`Cornelia de Lange syndrome` #> $`Cornelia de Lange syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11725" #> #> $`Cornelia de Lange syndrome`$`_id` #> [1] "DOID_11725<DOID_225<DOID_4" #> #> $`Cornelia de Lange syndrome`$privateGeneCount #> [1] 0 #> #> $`Cornelia de Lange syndrome`$publicGeneCount #> [1] 5 #> #> $`Cornelia de Lange syndrome`$urlId #> [1] "DOID_11725" #> #> $`Cornelia de Lange syndrome`$dbPhenotype #> [1] TRUE #> #> $`Cornelia de Lange syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Cornelia de Lange syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Cornelia de Lange syndrome`$children #> list() #> #> $`Cornelia de Lange syndrome`$value #> [1] "Cornelia de Lange syndrome" #> #> #> $`coronary aneurysm` #> $`coronary aneurysm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3362" #> #> $`coronary aneurysm`$`_id` #> [1] "DOID_3362<DOID_9768<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`coronary aneurysm`$privateGeneCount #> [1] 0 #> #> $`coronary aneurysm`$publicGeneCount #> [1] 5 #> #> $`coronary aneurysm`$urlId #> [1] "DOID_3362" #> #> $`coronary aneurysm`$dbPhenotype #> [1] TRUE #> #> $`coronary aneurysm`$`_parent` #> [1] "DOID_9768<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`coronary aneurysm`$`_is_leaf` #> [1] TRUE #> #> $`coronary aneurysm`$children #> list() #> #> $`coronary aneurysm`$value #> [1] "coronary aneurysm" #> #> #> $`coronary artery disease` #> $`coronary artery disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3393" #> #> $`coronary artery disease`$`_id` #> [1] "DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary artery disease`$privateGeneCount #> [1] 0 #> #> $`coronary artery disease`$publicGeneCount #> [1] 552 #> #> $`coronary artery disease`$urlId #> [1] "DOID_3393" #> #> $`coronary artery disease`$dbPhenotype #> [1] TRUE #> #> $`coronary artery disease`$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary artery disease`$`_is_leaf` #> [1] FALSE #> #> $`coronary artery disease`$children #> $`coronary artery disease`$children[[1]] #> [1] "DOID_11840<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary artery disease`$children[[2]] #> [1] "DOID_4248<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary artery disease`$children[[3]] #> [1] "DOID_11847<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary artery disease`$children[[4]] #> [1] "DOID_8805<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary artery disease`$children[[5]] #> [1] "DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`coronary artery disease`$value #> [1] "coronary artery disease" #> #> #> $`coronary artery vasospasm` #> $`coronary artery vasospasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11840" #> #> $`coronary artery vasospasm`$`_id` #> [1] "DOID_11840<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary artery vasospasm`$privateGeneCount #> [1] 0 #> #> $`coronary artery vasospasm`$publicGeneCount #> [1] 4 #> #> $`coronary artery vasospasm`$urlId #> [1] "DOID_11840" #> #> $`coronary artery vasospasm`$dbPhenotype #> [1] TRUE #> #> $`coronary artery vasospasm`$`_parent` #> [1] "DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary artery vasospasm`$`_is_leaf` #> [1] TRUE #> #> $`coronary artery vasospasm`$children #> list() #> #> $`coronary artery vasospasm`$value #> [1] "coronary artery vasospasm" #> #> #> $`coronary restenosis` #> $`coronary restenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4247" #> #> $`coronary restenosis`$`_id` #> [1] "DOID_4247<DOID_4248<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary restenosis`$privateGeneCount #> [1] 0 #> #> $`coronary restenosis`$publicGeneCount #> [1] 15 #> #> $`coronary restenosis`$urlId #> [1] "DOID_4247" #> #> $`coronary restenosis`$dbPhenotype #> [1] TRUE #> #> $`coronary restenosis`$`_parent` #> [1] "DOID_4248<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary restenosis`$`_is_leaf` #> [1] TRUE #> #> $`coronary restenosis`$children #> list() #> #> $`coronary restenosis`$value #> [1] "coronary restenosis" #> #> #> $`coronary stenosis` #> $`coronary stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4248" #> #> $`coronary stenosis`$`_id` #> [1] "DOID_4248<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary stenosis`$privateGeneCount #> [1] 0 #> #> $`coronary stenosis`$publicGeneCount #> [1] 23 #> #> $`coronary stenosis`$urlId #> [1] "DOID_4248" #> #> $`coronary stenosis`$dbPhenotype #> [1] TRUE #> #> $`coronary stenosis`$`_parent` #> [1] "DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary stenosis`$`_is_leaf` #> [1] FALSE #> #> $`coronary stenosis`$children #> $`coronary stenosis`$children[[1]] #> [1] "DOID_4247<DOID_4248<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`coronary stenosis`$value #> [1] "coronary stenosis" #> #> #> $`coronary thrombosis` #> $`coronary thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11847" #> #> $`coronary thrombosis`$`_id` #> [1] "DOID_11847<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary thrombosis`$privateGeneCount #> [1] 0 #> #> $`coronary thrombosis`$publicGeneCount #> [1] 2 #> #> $`coronary thrombosis`$urlId #> [1] "DOID_11847" #> #> $`coronary thrombosis`$dbPhenotype #> [1] TRUE #> #> $`coronary thrombosis`$`_parent` #> [1] "DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`coronary thrombosis`$children #> list() #> #> $`coronary thrombosis`$value #> [1] "coronary thrombosis" #> #> #> $`coronary thrombosis` #> $`coronary thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11847" #> #> $`coronary thrombosis`$`_id` #> [1] "DOID_11847<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary thrombosis`$privateGeneCount #> [1] 0 #> #> $`coronary thrombosis`$publicGeneCount #> [1] 2 #> #> $`coronary thrombosis`$urlId #> [1] "DOID_11847" #> #> $`coronary thrombosis`$dbPhenotype #> [1] TRUE #> #> $`coronary thrombosis`$`_parent` #> [1] "DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`coronary thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`coronary thrombosis`$children #> list() #> #> $`coronary thrombosis`$value #> [1] "coronary thrombosis" #> #> #> $`Coronavirus infectious disease` #> $`Coronavirus infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080599" #> #> $`Coronavirus infectious disease`$`_id` #> [1] "DOID_0080599<DOID_934<DOID_0050117<DOID_4" #> #> $`Coronavirus infectious disease`$privateGeneCount #> [1] 0 #> #> $`Coronavirus infectious disease`$publicGeneCount #> [1] 4 #> #> $`Coronavirus infectious disease`$urlId #> [1] "DOID_0080599" #> #> $`Coronavirus infectious disease`$dbPhenotype #> [1] FALSE #> #> $`Coronavirus infectious disease`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`Coronavirus infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`Coronavirus infectious disease`$children #> $`Coronavirus infectious disease`$children[[1]] #> [1] "DOID_2945<DOID_0080599<DOID_934<DOID_0050117<DOID_4" #> #> #> $`Coronavirus infectious disease`$value #> [1] "Coronavirus infectious disease" #> #> #> $`Cortical dysplasia` #> $`Cortical dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002539" #> #> $`Cortical dysplasia`$`_id` #> [1] "HP_0002539<HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cortical dysplasia`$privateGeneCount #> [1] 0 #> #> $`Cortical dysplasia`$publicGeneCount #> [1] 2 #> #> $`Cortical dysplasia`$urlId #> [1] "HP_0002539" #> #> $`Cortical dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Cortical dysplasia`$`_parent` #> [1] "HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Cortical dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Cortical dysplasia`$children #> list() #> #> $`Cortical dysplasia`$value #> [1] "Cortical dysplasia" #> #> #> $`Costello syndrome` #> $`Costello syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050469" #> #> $`Costello syndrome`$`_id` #> [1] "DOID_0050469<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Costello syndrome`$privateGeneCount #> [1] 0 #> #> $`Costello syndrome`$publicGeneCount #> [1] 6 #> #> $`Costello syndrome`$urlId #> [1] "DOID_0050469" #> #> $`Costello syndrome`$dbPhenotype #> [1] TRUE #> #> $`Costello syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Costello syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Costello syndrome`$children #> list() #> #> $`Costello syndrome`$value #> [1] "Costello syndrome" #> #> #> $`Costello syndrome` #> $`Costello syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050469" #> #> $`Costello syndrome`$`_id` #> [1] "DOID_0050469<DOID_0080690<DOID_225<DOID_4" #> #> $`Costello syndrome`$privateGeneCount #> [1] 0 #> #> $`Costello syndrome`$publicGeneCount #> [1] 6 #> #> $`Costello syndrome`$urlId #> [1] "DOID_0050469" #> #> $`Costello syndrome`$dbPhenotype #> [1] TRUE #> #> $`Costello syndrome`$`_parent` #> [1] "DOID_0080690<DOID_225<DOID_4" #> #> $`Costello syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Costello syndrome`$children #> list() #> #> $`Costello syndrome`$value #> [1] "Costello syndrome" #> #> #> $Cough #> $Cough$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012735" #> #> $Cough$`_id` #> [1] "HP_0012735<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Cough$privateGeneCount #> [1] 0 #> #> $Cough$publicGeneCount #> [1] 9 #> #> $Cough$urlId #> [1] "HP_0012735" #> #> $Cough$dbPhenotype #> [1] TRUE #> #> $Cough$`_parent` #> [1] "HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Cough$`_is_leaf` #> [1] TRUE #> #> $Cough$children #> list() #> #> $Cough$value #> [1] "Cough" #> #> #> $`Cowden syndrome` #> $`Cowden syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6457" #> #> $`Cowden syndrome`$`_id` #> [1] "DOID_6457<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Cowden syndrome`$privateGeneCount #> [1] 0 #> #> $`Cowden syndrome`$publicGeneCount #> [1] 7 #> #> $`Cowden syndrome`$urlId #> [1] "DOID_6457" #> #> $`Cowden syndrome`$dbPhenotype #> [1] TRUE #> #> $`Cowden syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Cowden syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Cowden syndrome`$children #> list() #> #> $`Cowden syndrome`$value #> [1] "Cowden syndrome" #> #> #> $`Cowden syndrome` #> $`Cowden syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6457" #> #> $`Cowden syndrome`$`_id` #> [1] "DOID_6457<DOID_225<DOID_4" #> #> $`Cowden syndrome`$privateGeneCount #> [1] 0 #> #> $`Cowden syndrome`$publicGeneCount #> [1] 7 #> #> $`Cowden syndrome`$urlId #> [1] "DOID_6457" #> #> $`Cowden syndrome`$dbPhenotype #> [1] TRUE #> #> $`Cowden syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Cowden syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Cowden syndrome`$children #> list() #> #> $`Cowden syndrome`$value #> [1] "Cowden syndrome" #> #> #> $`cranial nerve disease` #> $`cranial nerve disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5656" #> #> $`cranial nerve disease`$`_id` #> [1] "DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve disease`$privateGeneCount #> [1] 0 #> #> $`cranial nerve disease`$publicGeneCount #> [1] 77 #> #> $`cranial nerve disease`$urlId #> [1] "DOID_5656" #> #> $`cranial nerve disease`$dbPhenotype #> [1] TRUE #> #> $`cranial nerve disease`$`_parent` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve disease`$`_is_leaf` #> [1] FALSE #> #> $`cranial nerve disease`$children #> $`cranial nerve disease`$children[[1]] #> [1] "DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve disease`$children[[2]] #> [1] "DOID_3817<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve disease`$children[[3]] #> [1] "DOID_1756<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve disease`$children[[4]] #> [1] "DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve disease`$children[[5]] #> [1] "DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve disease`$children[[6]] #> [1] "DOID_12657<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`cranial nerve disease`$value #> [1] "cranial nerve disease" #> #> #> $`cranial nerve malignant neoplasm` #> $`cranial nerve malignant neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2815" #> #> $`cranial nerve malignant neoplasm`$`_id` #> [1] "DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cranial nerve malignant neoplasm`$privateGeneCount #> [1] 0 #> #> $`cranial nerve malignant neoplasm`$publicGeneCount #> [1] 1 #> #> $`cranial nerve malignant neoplasm`$urlId #> [1] "DOID_2815" #> #> $`cranial nerve malignant neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cranial nerve malignant neoplasm`$`_parent` #> [1] "DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cranial nerve malignant neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cranial nerve malignant neoplasm`$children #> $`cranial nerve malignant neoplasm`$children[[1]] #> [1] "DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cranial nerve malignant neoplasm`$value #> [1] "cranial nerve malignant neoplasm" #> #> #> $`cranial nerve malignant neoplasm` #> $`cranial nerve malignant neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2815" #> #> $`cranial nerve malignant neoplasm`$`_id` #> [1] "DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve malignant neoplasm`$privateGeneCount #> [1] 0 #> #> $`cranial nerve malignant neoplasm`$publicGeneCount #> [1] 1 #> #> $`cranial nerve malignant neoplasm`$urlId #> [1] "DOID_2815" #> #> $`cranial nerve malignant neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cranial nerve malignant neoplasm`$`_parent` #> [1] "DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve malignant neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cranial nerve malignant neoplasm`$children #> $`cranial nerve malignant neoplasm`$children[[1]] #> [1] "DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`cranial nerve malignant neoplasm`$value #> [1] "cranial nerve malignant neoplasm" #> #> #> $`cranial nerve malignant neoplasm` #> $`cranial nerve malignant neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2815" #> #> $`cranial nerve malignant neoplasm`$`_id` #> [1] "DOID_2815<DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve malignant neoplasm`$privateGeneCount #> [1] 0 #> #> $`cranial nerve malignant neoplasm`$publicGeneCount #> [1] 1 #> #> $`cranial nerve malignant neoplasm`$urlId #> [1] "DOID_2815" #> #> $`cranial nerve malignant neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cranial nerve malignant neoplasm`$`_parent` #> [1] "DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve malignant neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cranial nerve malignant neoplasm`$children #> $`cranial nerve malignant neoplasm`$children[[1]] #> [1] "DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cranial nerve malignant neoplasm`$value #> [1] "cranial nerve malignant neoplasm" #> #> #> $`cranial nerve malignant neoplasm` #> $`cranial nerve malignant neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2815" #> #> $`cranial nerve malignant neoplasm`$`_id` #> [1] "DOID_2815<DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve malignant neoplasm`$privateGeneCount #> [1] 0 #> #> $`cranial nerve malignant neoplasm`$publicGeneCount #> [1] 1 #> #> $`cranial nerve malignant neoplasm`$urlId #> [1] "DOID_2815" #> #> $`cranial nerve malignant neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cranial nerve malignant neoplasm`$`_parent` #> [1] "DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve malignant neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cranial nerve malignant neoplasm`$children #> $`cranial nerve malignant neoplasm`$children[[1]] #> [1] "DOID_366<DOID_2815<DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`cranial nerve malignant neoplasm`$value #> [1] "cranial nerve malignant neoplasm" #> #> #> $`cranial nerve neoplasm` #> $`cranial nerve neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_338" #> #> $`cranial nerve neoplasm`$`_id` #> [1] "DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cranial nerve neoplasm`$privateGeneCount #> [1] 0 #> #> $`cranial nerve neoplasm`$publicGeneCount #> [1] 1 #> #> $`cranial nerve neoplasm`$urlId #> [1] "DOID_338" #> #> $`cranial nerve neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cranial nerve neoplasm`$`_parent` #> [1] "DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cranial nerve neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cranial nerve neoplasm`$children #> $`cranial nerve neoplasm`$children[[1]] #> [1] "DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cranial nerve neoplasm`$value #> [1] "cranial nerve neoplasm" #> #> #> $`cranial nerve neoplasm` #> $`cranial nerve neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_338" #> #> $`cranial nerve neoplasm`$`_id` #> [1] "DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve neoplasm`$privateGeneCount #> [1] 0 #> #> $`cranial nerve neoplasm`$publicGeneCount #> [1] 1 #> #> $`cranial nerve neoplasm`$urlId #> [1] "DOID_338" #> #> $`cranial nerve neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cranial nerve neoplasm`$`_parent` #> [1] "DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cranial nerve neoplasm`$children #> $`cranial nerve neoplasm`$children[[1]] #> [1] "DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`cranial nerve neoplasm`$value #> [1] "cranial nerve neoplasm" #> #> #> $`cranial nerve neoplasm` #> $`cranial nerve neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_338" #> #> $`cranial nerve neoplasm`$`_id` #> [1] "DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve neoplasm`$privateGeneCount #> [1] 0 #> #> $`cranial nerve neoplasm`$publicGeneCount #> [1] 1 #> #> $`cranial nerve neoplasm`$urlId #> [1] "DOID_338" #> #> $`cranial nerve neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cranial nerve neoplasm`$`_parent` #> [1] "DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cranial nerve neoplasm`$children #> $`cranial nerve neoplasm`$children[[1]] #> [1] "DOID_2815<DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`cranial nerve neoplasm`$value #> [1] "cranial nerve neoplasm" #> #> #> $`cranial nerve neoplasm` #> $`cranial nerve neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_338" #> #> $`cranial nerve neoplasm`$`_id` #> [1] "DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve neoplasm`$privateGeneCount #> [1] 0 #> #> $`cranial nerve neoplasm`$publicGeneCount #> [1] 1 #> #> $`cranial nerve neoplasm`$urlId #> [1] "DOID_338" #> #> $`cranial nerve neoplasm`$dbPhenotype #> [1] FALSE #> #> $`cranial nerve neoplasm`$`_parent` #> [1] "DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`cranial nerve neoplasm`$children #> $`cranial nerve neoplasm`$children[[1]] #> [1] "DOID_2815<DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`cranial nerve neoplasm`$value #> [1] "cranial nerve neoplasm" #> #> #> $`cranial nerve palsy` #> $`cranial nerve palsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3817" #> #> $`cranial nerve palsy`$`_id` #> [1] "DOID_3817<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve palsy`$privateGeneCount #> [1] 0 #> #> $`cranial nerve palsy`$publicGeneCount #> [1] 1 #> #> $`cranial nerve palsy`$urlId #> [1] "DOID_3817" #> #> $`cranial nerve palsy`$dbPhenotype #> [1] TRUE #> #> $`cranial nerve palsy`$`_parent` #> [1] "DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`cranial nerve palsy`$`_is_leaf` #> [1] TRUE #> #> $`cranial nerve palsy`$children #> list() #> #> $`cranial nerve palsy`$value #> [1] "cranial nerve palsy" #> #> #> $`Craniofacial dystonia` #> $`Craniofacial dystonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012179" #> #> $`Craniofacial dystonia`$`_id` #> [1] "HP_0012179<HP_0004373<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Craniofacial dystonia`$privateGeneCount #> [1] 0 #> #> $`Craniofacial dystonia`$publicGeneCount #> [1] 3 #> #> $`Craniofacial dystonia`$urlId #> [1] "HP_0012179" #> #> $`Craniofacial dystonia`$dbPhenotype #> [1] FALSE #> #> $`Craniofacial dystonia`$`_parent` #> [1] "HP_0004373<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Craniofacial dystonia`$`_is_leaf` #> [1] FALSE #> #> $`Craniofacial dystonia`$children #> $`Craniofacial dystonia`$children[[1]] #> [1] "HP_0000473<HP_0012179<HP_0004373<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Craniofacial dystonia`$value #> [1] "Craniofacial dystonia" #> #> #> $`craniofrontonasal syndrome` #> $`craniofrontonasal syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14737" #> #> $`craniofrontonasal syndrome`$`_id` #> [1] "DOID_14737<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`craniofrontonasal syndrome`$privateGeneCount #> [1] 0 #> #> $`craniofrontonasal syndrome`$publicGeneCount #> [1] 1 #> #> $`craniofrontonasal syndrome`$urlId #> [1] "DOID_14737" #> #> $`craniofrontonasal syndrome`$dbPhenotype #> [1] TRUE #> #> $`craniofrontonasal syndrome`$`_parent` #> [1] "DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`craniofrontonasal syndrome`$`_is_leaf` #> [1] TRUE #> #> $`craniofrontonasal syndrome`$children #> list() #> #> $`craniofrontonasal syndrome`$value #> [1] "craniofrontonasal syndrome" #> #> #> $`craniofrontonasal syndrome` #> $`craniofrontonasal syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14737" #> #> $`craniofrontonasal syndrome`$`_id` #> [1] "DOID_14737<DOID_225<DOID_4" #> #> $`craniofrontonasal syndrome`$privateGeneCount #> [1] 0 #> #> $`craniofrontonasal syndrome`$publicGeneCount #> [1] 1 #> #> $`craniofrontonasal syndrome`$urlId #> [1] "DOID_14737" #> #> $`craniofrontonasal syndrome`$dbPhenotype #> [1] TRUE #> #> $`craniofrontonasal syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`craniofrontonasal syndrome`$`_is_leaf` #> [1] TRUE #> #> $`craniofrontonasal syndrome`$children #> list() #> #> $`craniofrontonasal syndrome`$value #> [1] "craniofrontonasal syndrome" #> #> #> $`craniometaphyseal dysplasia` #> $`craniometaphyseal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080033" #> #> $`craniometaphyseal dysplasia`$`_id` #> [1] "DOID_0080033<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`craniometaphyseal dysplasia`$privateGeneCount #> [1] 0 #> #> $`craniometaphyseal dysplasia`$publicGeneCount #> [1] 5 #> #> $`craniometaphyseal dysplasia`$urlId #> [1] "DOID_0080033" #> #> $`craniometaphyseal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`craniometaphyseal dysplasia`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`craniometaphyseal dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`craniometaphyseal dysplasia`$children #> list() #> #> $`craniometaphyseal dysplasia`$value #> [1] "craniometaphyseal dysplasia" #> #> #> $`craniometaphyseal dysplasia` #> $`craniometaphyseal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080033" #> #> $`craniometaphyseal dysplasia`$`_id` #> [1] "DOID_0080033<DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`craniometaphyseal dysplasia`$privateGeneCount #> [1] 0 #> #> $`craniometaphyseal dysplasia`$publicGeneCount #> [1] 5 #> #> $`craniometaphyseal dysplasia`$urlId #> [1] "DOID_0080033" #> #> $`craniometaphyseal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`craniometaphyseal dysplasia`$`_parent` #> [1] "DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`craniometaphyseal dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`craniometaphyseal dysplasia`$children #> list() #> #> $`craniometaphyseal dysplasia`$value #> [1] "craniometaphyseal dysplasia" #> #> #> $craniopharyngioma #> $craniopharyngioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3840" #> #> $craniopharyngioma$`_id` #> [1] "DOID_3840<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $craniopharyngioma$privateGeneCount #> [1] 0 #> #> $craniopharyngioma$publicGeneCount #> [1] 2 #> #> $craniopharyngioma$urlId #> [1] "DOID_3840" #> #> $craniopharyngioma$dbPhenotype #> [1] TRUE #> #> $craniopharyngioma$`_parent` #> [1] "DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $craniopharyngioma$`_is_leaf` #> [1] FALSE #> #> $craniopharyngioma$children #> $craniopharyngioma$children[[1]] #> [1] "DOID_3846<DOID_3840<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $craniopharyngioma$children[[2]] #> [1] "DOID_3847<DOID_3840<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $craniopharyngioma$value #> [1] "craniopharyngioma" #> #> #> $craniopharyngioma #> $craniopharyngioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3840" #> #> $craniopharyngioma$`_id` #> [1] "DOID_3840<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $craniopharyngioma$privateGeneCount #> [1] 0 #> #> $craniopharyngioma$publicGeneCount #> [1] 2 #> #> $craniopharyngioma$urlId #> [1] "DOID_3840" #> #> $craniopharyngioma$dbPhenotype #> [1] TRUE #> #> $craniopharyngioma$`_parent` #> [1] "DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $craniopharyngioma$`_is_leaf` #> [1] FALSE #> #> $craniopharyngioma$children #> $craniopharyngioma$children[[1]] #> [1] "DOID_3846<DOID_3840<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $craniopharyngioma$children[[2]] #> [1] "DOID_3847<DOID_3840<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> #> $craniopharyngioma$value #> [1] "craniopharyngioma" #> #> #> $craniopharyngioma #> $craniopharyngioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3840" #> #> $craniopharyngioma$`_id` #> [1] "DOID_3840<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $craniopharyngioma$privateGeneCount #> [1] 0 #> #> $craniopharyngioma$publicGeneCount #> [1] 2 #> #> $craniopharyngioma$urlId #> [1] "DOID_3840" #> #> $craniopharyngioma$dbPhenotype #> [1] TRUE #> #> $craniopharyngioma$`_parent` #> [1] "DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $craniopharyngioma$`_is_leaf` #> [1] FALSE #> #> $craniopharyngioma$children #> $craniopharyngioma$children[[1]] #> [1] "DOID_3846<DOID_3840<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $craniopharyngioma$children[[2]] #> [1] "DOID_3847<DOID_3840<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $craniopharyngioma$value #> [1] "craniopharyngioma" #> #> #> $craniosynostosis #> $craniosynostosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2340" #> #> $craniosynostosis$`_id` #> [1] "DOID_2340<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $craniosynostosis$privateGeneCount #> [1] 0 #> #> $craniosynostosis$publicGeneCount #> [1] 23 #> #> $craniosynostosis$urlId #> [1] "DOID_2340" #> #> $craniosynostosis$dbPhenotype #> [1] TRUE #> #> $craniosynostosis$`_parent` #> [1] "DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $craniosynostosis$`_is_leaf` #> [1] FALSE #> #> $craniosynostosis$children #> $craniosynostosis$children[[1]] #> [1] "DOID_2339<DOID_2340<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $craniosynostosis$value #> [1] "craniosynostosis" #> #> #> $`creatine transporter deficiency` #> $`creatine transporter deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050800" #> #> $`creatine transporter deficiency`$`_id` #> [1] "DOID_0050800<DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`creatine transporter deficiency`$privateGeneCount #> [1] 0 #> #> $`creatine transporter deficiency`$publicGeneCount #> [1] 1 #> #> $`creatine transporter deficiency`$urlId #> [1] "DOID_0050800" #> #> $`creatine transporter deficiency`$dbPhenotype #> [1] TRUE #> #> $`creatine transporter deficiency`$`_parent` #> [1] "DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`creatine transporter deficiency`$`_is_leaf` #> [1] TRUE #> #> $`creatine transporter deficiency`$children #> list() #> #> $`creatine transporter deficiency`$value #> [1] "creatine transporter deficiency" #> #> #> $`Creutzfeldt-Jakob disease` #> $`Creutzfeldt-Jakob disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11949" #> #> $`Creutzfeldt-Jakob disease`$`_id` #> [1] "DOID_11949<DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Creutzfeldt-Jakob disease`$privateGeneCount #> [1] 0 #> #> $`Creutzfeldt-Jakob disease`$publicGeneCount #> [1] 19 #> #> $`Creutzfeldt-Jakob disease`$urlId #> [1] "DOID_11949" #> #> $`Creutzfeldt-Jakob disease`$dbPhenotype #> [1] TRUE #> #> $`Creutzfeldt-Jakob disease`$`_parent` #> [1] "DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Creutzfeldt-Jakob disease`$`_is_leaf` #> [1] TRUE #> #> $`Creutzfeldt-Jakob disease`$children #> list() #> #> $`Creutzfeldt-Jakob disease`$value #> [1] "Creutzfeldt-Jakob disease" #> #> #> $`Cri-Du-Chat syndrome` #> $`Cri-Du-Chat syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12580" #> #> $`Cri-Du-Chat syndrome`$`_id` #> [1] "DOID_12580<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`Cri-Du-Chat syndrome`$privateGeneCount #> [1] 0 #> #> $`Cri-Du-Chat syndrome`$publicGeneCount #> [1] 1 #> #> $`Cri-Du-Chat syndrome`$urlId #> [1] "DOID_12580" #> #> $`Cri-Du-Chat syndrome`$dbPhenotype #> [1] TRUE #> #> $`Cri-Du-Chat syndrome`$`_parent` #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`Cri-Du-Chat syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Cri-Du-Chat syndrome`$children #> list() #> #> $`Cri-Du-Chat syndrome`$value #> [1] "Cri-Du-Chat syndrome" #> #> #> $`Cri-Du-Chat syndrome` #> $`Cri-Du-Chat syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12580" #> #> $`Cri-Du-Chat syndrome`$`_id` #> [1] "DOID_12580<DOID_225<DOID_4" #> #> $`Cri-Du-Chat syndrome`$privateGeneCount #> [1] 0 #> #> $`Cri-Du-Chat syndrome`$publicGeneCount #> [1] 1 #> #> $`Cri-Du-Chat syndrome`$urlId #> [1] "DOID_12580" #> #> $`Cri-Du-Chat syndrome`$dbPhenotype #> [1] TRUE #> #> $`Cri-Du-Chat syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Cri-Du-Chat syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Cri-Du-Chat syndrome`$children #> list() #> #> $`Cri-Du-Chat syndrome`$value #> [1] "Cri-Du-Chat syndrome" #> #> #> $`cribriform carcinoma` #> $`cribriform carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5675" #> #> $`cribriform carcinoma`$`_id` #> [1] "DOID_5675<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`cribriform carcinoma`$privateGeneCount #> [1] 0 #> #> $`cribriform carcinoma`$publicGeneCount #> [1] 153 #> #> $`cribriform carcinoma`$urlId #> [1] "DOID_5675" #> #> $`cribriform carcinoma`$dbPhenotype #> [1] TRUE #> #> $`cribriform carcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`cribriform carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`cribriform carcinoma`$children #> list() #> #> $`cribriform carcinoma`$value #> [1] "cribriform carcinoma" #> #> #> $`cribriform carcinoma` #> $`cribriform carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5675" #> #> $`cribriform carcinoma`$`_id` #> [1] "DOID_5675<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cribriform carcinoma`$privateGeneCount #> [1] 0 #> #> $`cribriform carcinoma`$publicGeneCount #> [1] 153 #> #> $`cribriform carcinoma`$urlId #> [1] "DOID_5675" #> #> $`cribriform carcinoma`$dbPhenotype #> [1] TRUE #> #> $`cribriform carcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cribriform carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`cribriform carcinoma`$children #> list() #> #> $`cribriform carcinoma`$value #> [1] "cribriform carcinoma" #> #> #> $`cribriform carcinoma` #> $`cribriform carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5675" #> #> $`cribriform carcinoma`$`_id` #> [1] "DOID_5675<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`cribriform carcinoma`$privateGeneCount #> [1] 0 #> #> $`cribriform carcinoma`$publicGeneCount #> [1] 153 #> #> $`cribriform carcinoma`$urlId #> [1] "DOID_5675" #> #> $`cribriform carcinoma`$dbPhenotype #> [1] TRUE #> #> $`cribriform carcinoma`$`_parent` #> [1] "DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`cribriform carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`cribriform carcinoma`$children #> list() #> #> $`cribriform carcinoma`$value #> [1] "cribriform carcinoma" #> #> #> $`Crigler-Najjar syndrome` #> $`Crigler-Najjar syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3803" #> #> $`Crigler-Najjar syndrome`$`_id` #> [1] "DOID_3803<DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> $`Crigler-Najjar syndrome`$privateGeneCount #> [1] 0 #> #> $`Crigler-Najjar syndrome`$publicGeneCount #> [1] 1 #> #> $`Crigler-Najjar syndrome`$urlId #> [1] "DOID_3803" #> #> $`Crigler-Najjar syndrome`$dbPhenotype #> [1] TRUE #> #> $`Crigler-Najjar syndrome`$`_parent` #> [1] "DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> $`Crigler-Najjar syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Crigler-Najjar syndrome`$children #> list() #> #> $`Crigler-Najjar syndrome`$value #> [1] "Crigler-Najjar syndrome" #> #> #> $`critical illness polyneuropathy` #> $`critical illness polyneuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14402" #> #> $`critical illness polyneuropathy`$`_id` #> [1] "DOID_14402<DOID_2537<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`critical illness polyneuropathy`$privateGeneCount #> [1] 0 #> #> $`critical illness polyneuropathy`$publicGeneCount #> [1] 9 #> #> $`critical illness polyneuropathy`$urlId #> [1] "DOID_14402" #> #> $`critical illness polyneuropathy`$dbPhenotype #> [1] TRUE #> #> $`critical illness polyneuropathy`$`_parent` #> [1] "DOID_2537<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`critical illness polyneuropathy`$`_is_leaf` #> [1] TRUE #> #> $`critical illness polyneuropathy`$children #> list() #> #> $`critical illness polyneuropathy`$value #> [1] "critical illness polyneuropathy" #> #> #> $`Crohn's disease` #> $`Crohn's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8778" #> #> $`Crohn's disease`$`_id` #> [1] "DOID_8778<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`Crohn's disease`$privateGeneCount #> [1] 0 #> #> $`Crohn's disease`$publicGeneCount #> [1] 97 #> #> $`Crohn's disease`$urlId #> [1] "DOID_8778" #> #> $`Crohn's disease`$dbPhenotype #> [1] TRUE #> #> $`Crohn's disease`$`_parent` #> [1] "DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`Crohn's disease`$`_is_leaf` #> [1] FALSE #> #> $`Crohn's disease`$children #> $`Crohn's disease`$children[[1]] #> [1] "DOID_0060189<DOID_8778<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`Crohn's disease`$value #> [1] "Crohn's disease" #> #> #> $`Crouzon syndrome` #> $`Crouzon syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2339" #> #> $`Crouzon syndrome`$`_id` #> [1] "DOID_2339<DOID_2340<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Crouzon syndrome`$privateGeneCount #> [1] 0 #> #> $`Crouzon syndrome`$publicGeneCount #> [1] 2 #> #> $`Crouzon syndrome`$urlId #> [1] "DOID_2339" #> #> $`Crouzon syndrome`$dbPhenotype #> [1] TRUE #> #> $`Crouzon syndrome`$`_parent` #> [1] "DOID_2340<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Crouzon syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Crouzon syndrome`$children #> list() #> #> $`Crouzon syndrome`$value #> [1] "Crouzon syndrome" #> #> #> $cryptorchidism #> $cryptorchidism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11383" #> #> $cryptorchidism$`_id` #> [1] "DOID_11383<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $cryptorchidism$privateGeneCount #> [1] 0 #> #> $cryptorchidism$publicGeneCount #> [1] 15 #> #> $cryptorchidism$urlId #> [1] "DOID_11383" #> #> $cryptorchidism$dbPhenotype #> [1] TRUE #> #> $cryptorchidism$`_parent` #> [1] "DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $cryptorchidism$`_is_leaf` #> [1] TRUE #> #> $cryptorchidism$children #> list() #> #> $cryptorchidism$value #> [1] "cryptorchidism" #> #> #> $`cutaneous fibrous histiocytoma` #> $`cutaneous fibrous histiocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$`_id` #> [1] "DOID_4418<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous fibrous histiocytoma`$publicGeneCount #> [1] 2 #> #> $`cutaneous fibrous histiocytoma`$urlId #> [1] "DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$dbPhenotype #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$`_is_leaf` #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$children #> list() #> #> $`cutaneous fibrous histiocytoma`$value #> [1] "cutaneous fibrous histiocytoma" #> #> #> $`cutaneous fibrous histiocytoma` #> $`cutaneous fibrous histiocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$`_id` #> [1] "DOID_4418<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous fibrous histiocytoma`$publicGeneCount #> [1] 2 #> #> $`cutaneous fibrous histiocytoma`$urlId #> [1] "DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$dbPhenotype #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$`_is_leaf` #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$children #> list() #> #> $`cutaneous fibrous histiocytoma`$value #> [1] "cutaneous fibrous histiocytoma" #> #> #> $`cutaneous fibrous histiocytoma` #> $`cutaneous fibrous histiocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$`_id` #> [1] "DOID_4418<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous fibrous histiocytoma`$publicGeneCount #> [1] 2 #> #> $`cutaneous fibrous histiocytoma`$urlId #> [1] "DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$dbPhenotype #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$`_parent` #> [1] "DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$`_is_leaf` #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$children #> list() #> #> $`cutaneous fibrous histiocytoma`$value #> [1] "cutaneous fibrous histiocytoma" #> #> #> $`cutaneous fibrous histiocytoma` #> $`cutaneous fibrous histiocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$`_id` #> [1] "DOID_4418<DOID_4415<DOID_4231<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous fibrous histiocytoma`$publicGeneCount #> [1] 2 #> #> $`cutaneous fibrous histiocytoma`$urlId #> [1] "DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$dbPhenotype #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$`_parent` #> [1] "DOID_4415<DOID_4231<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$`_is_leaf` #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$children #> list() #> #> $`cutaneous fibrous histiocytoma`$value #> [1] "cutaneous fibrous histiocytoma" #> #> #> $`cutaneous fibrous histiocytoma` #> $`cutaneous fibrous histiocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$`_id` #> [1] "DOID_4418<DOID_4415<DOID_4231<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous fibrous histiocytoma`$publicGeneCount #> [1] 2 #> #> $`cutaneous fibrous histiocytoma`$urlId #> [1] "DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$dbPhenotype #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$`_parent` #> [1] "DOID_4415<DOID_4231<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$`_is_leaf` #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$children #> list() #> #> $`cutaneous fibrous histiocytoma`$value #> [1] "cutaneous fibrous histiocytoma" #> #> #> $`cutaneous fibrous histiocytoma` #> $`cutaneous fibrous histiocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$`_id` #> [1] "DOID_4418<DOID_4415<DOID_4231<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous fibrous histiocytoma`$publicGeneCount #> [1] 2 #> #> $`cutaneous fibrous histiocytoma`$urlId #> [1] "DOID_4418" #> #> $`cutaneous fibrous histiocytoma`$dbPhenotype #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$`_parent` #> [1] "DOID_4415<DOID_4231<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`cutaneous fibrous histiocytoma`$`_is_leaf` #> [1] TRUE #> #> $`cutaneous fibrous histiocytoma`$children #> list() #> #> $`cutaneous fibrous histiocytoma`$value #> [1] "cutaneous fibrous histiocytoma" #> #> #> $`cutaneous leishmaniasis` #> $`cutaneous leishmaniasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9111" #> #> $`cutaneous leishmaniasis`$`_id` #> [1] "DOID_9111<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous leishmaniasis`$privateGeneCount #> [1] 0 #> #> $`cutaneous leishmaniasis`$publicGeneCount #> [1] 15 #> #> $`cutaneous leishmaniasis`$urlId #> [1] "DOID_9111" #> #> $`cutaneous leishmaniasis`$dbPhenotype #> [1] TRUE #> #> $`cutaneous leishmaniasis`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous leishmaniasis`$`_is_leaf` #> [1] TRUE #> #> $`cutaneous leishmaniasis`$children #> list() #> #> $`cutaneous leishmaniasis`$value #> [1] "cutaneous leishmaniasis" #> #> #> $`cutaneous leishmaniasis` #> $`cutaneous leishmaniasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9111" #> #> $`cutaneous leishmaniasis`$`_id` #> [1] "DOID_9111<DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`cutaneous leishmaniasis`$privateGeneCount #> [1] 0 #> #> $`cutaneous leishmaniasis`$publicGeneCount #> [1] 15 #> #> $`cutaneous leishmaniasis`$urlId #> [1] "DOID_9111" #> #> $`cutaneous leishmaniasis`$dbPhenotype #> [1] TRUE #> #> $`cutaneous leishmaniasis`$`_parent` #> [1] "DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`cutaneous leishmaniasis`$`_is_leaf` #> [1] TRUE #> #> $`cutaneous leishmaniasis`$children #> list() #> #> $`cutaneous leishmaniasis`$value #> [1] "cutaneous leishmaniasis" #> #> #> $`cutaneous lupus erythematosus` #> $`cutaneous lupus erythematosus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050169" #> #> $`cutaneous lupus erythematosus`$`_id` #> [1] "DOID_0050169<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous lupus erythematosus`$privateGeneCount #> [1] 0 #> #> $`cutaneous lupus erythematosus`$publicGeneCount #> [1] 6 #> #> $`cutaneous lupus erythematosus`$urlId #> [1] "DOID_0050169" #> #> $`cutaneous lupus erythematosus`$dbPhenotype #> [1] TRUE #> #> $`cutaneous lupus erythematosus`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous lupus erythematosus`$`_is_leaf` #> [1] FALSE #> #> $`cutaneous lupus erythematosus`$children #> $`cutaneous lupus erythematosus`$children[[1]] #> [1] "DOID_0060386<DOID_0050169<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`cutaneous lupus erythematosus`$value #> [1] "cutaneous lupus erythematosus" #> #> #> $`cutaneous lupus erythematosus` #> $`cutaneous lupus erythematosus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050169" #> #> $`cutaneous lupus erythematosus`$`_id` #> [1] "DOID_0050169<DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`cutaneous lupus erythematosus`$privateGeneCount #> [1] 0 #> #> $`cutaneous lupus erythematosus`$publicGeneCount #> [1] 6 #> #> $`cutaneous lupus erythematosus`$urlId #> [1] "DOID_0050169" #> #> $`cutaneous lupus erythematosus`$dbPhenotype #> [1] TRUE #> #> $`cutaneous lupus erythematosus`$`_parent` #> [1] "DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`cutaneous lupus erythematosus`$`_is_leaf` #> [1] FALSE #> #> $`cutaneous lupus erythematosus`$children #> $`cutaneous lupus erythematosus`$children[[1]] #> [1] "DOID_0060386<DOID_0050169<DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`cutaneous lupus erythematosus`$value #> [1] "cutaneous lupus erythematosus" #> #> #> $`cutaneous mastocytosis` #> $`cutaneous mastocytosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3663" #> #> $`cutaneous mastocytosis`$`_id` #> [1] "DOID_3663<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`cutaneous mastocytosis`$privateGeneCount #> [1] 0 #> #> $`cutaneous mastocytosis`$publicGeneCount #> [1] 1 #> #> $`cutaneous mastocytosis`$urlId #> [1] "DOID_3663" #> #> $`cutaneous mastocytosis`$dbPhenotype #> [1] FALSE #> #> $`cutaneous mastocytosis`$`_parent` #> [1] "DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`cutaneous mastocytosis`$`_is_leaf` #> [1] FALSE #> #> $`cutaneous mastocytosis`$children #> $`cutaneous mastocytosis`$children[[1]] #> [1] "DOID_12309<DOID_3663<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> #> $`cutaneous mastocytosis`$value #> [1] "cutaneous mastocytosis" #> #> #> $`cutaneous mastocytosis` #> $`cutaneous mastocytosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3663" #> #> $`cutaneous mastocytosis`$`_id` #> [1] "DOID_3663<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous mastocytosis`$privateGeneCount #> [1] 0 #> #> $`cutaneous mastocytosis`$publicGeneCount #> [1] 1 #> #> $`cutaneous mastocytosis`$urlId #> [1] "DOID_3663" #> #> $`cutaneous mastocytosis`$dbPhenotype #> [1] FALSE #> #> $`cutaneous mastocytosis`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous mastocytosis`$`_is_leaf` #> [1] FALSE #> #> $`cutaneous mastocytosis`$children #> $`cutaneous mastocytosis`$children[[1]] #> [1] "DOID_12309<DOID_3663<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`cutaneous mastocytosis`$value #> [1] "cutaneous mastocytosis" #> #> #> $`cutaneous mycosis` #> $`cutaneous mycosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050134" #> #> $`cutaneous mycosis`$`_id` #> [1] "DOID_0050134<DOID_1564<DOID_0050117<DOID_4" #> #> $`cutaneous mycosis`$privateGeneCount #> [1] 0 #> #> $`cutaneous mycosis`$publicGeneCount #> [1] 1 #> #> $`cutaneous mycosis`$urlId #> [1] "DOID_0050134" #> #> $`cutaneous mycosis`$dbPhenotype #> [1] FALSE #> #> $`cutaneous mycosis`$`_parent` #> [1] "DOID_1564<DOID_0050117<DOID_4" #> #> $`cutaneous mycosis`$`_is_leaf` #> [1] FALSE #> #> $`cutaneous mycosis`$children #> $`cutaneous mycosis`$children[[1]] #> [1] "DOID_1563<DOID_0050134<DOID_1564<DOID_0050117<DOID_4" #> #> #> $`cutaneous mycosis`$value #> [1] "cutaneous mycosis" #> #> #> $`cutaneous porphyria` #> $`cutaneous porphyria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13271" #> #> $`cutaneous porphyria`$`_id` #> [1] "DOID_13271<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`cutaneous porphyria`$privateGeneCount #> [1] 0 #> #> $`cutaneous porphyria`$publicGeneCount #> [1] 2 #> #> $`cutaneous porphyria`$urlId #> [1] "DOID_13271" #> #> $`cutaneous porphyria`$dbPhenotype #> [1] TRUE #> #> $`cutaneous porphyria`$`_parent` #> [1] "DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`cutaneous porphyria`$`_is_leaf` #> [1] TRUE #> #> $`cutaneous porphyria`$children #> list() #> #> $`cutaneous porphyria`$value #> [1] "cutaneous porphyria" #> #> #> $`cutaneous porphyria` #> $`cutaneous porphyria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13271" #> #> $`cutaneous porphyria`$`_id` #> [1] "DOID_13271<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous porphyria`$privateGeneCount #> [1] 0 #> #> $`cutaneous porphyria`$publicGeneCount #> [1] 2 #> #> $`cutaneous porphyria`$urlId #> [1] "DOID_13271" #> #> $`cutaneous porphyria`$dbPhenotype #> [1] TRUE #> #> $`cutaneous porphyria`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutaneous porphyria`$`_is_leaf` #> [1] TRUE #> #> $`cutaneous porphyria`$children #> list() #> #> $`cutaneous porphyria`$value #> [1] "cutaneous porphyria" #> #> #> $`cutaneous T cell lymphoma` #> $`cutaneous T cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060061" #> #> $`cutaneous T cell lymphoma`$`_id` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cutaneous T cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous T cell lymphoma`$publicGeneCount #> [1] 30 #> #> $`cutaneous T cell lymphoma`$urlId #> [1] "DOID_0060061" #> #> $`cutaneous T cell lymphoma`$dbPhenotype #> [1] FALSE #> #> $`cutaneous T cell lymphoma`$`_parent` #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cutaneous T cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`cutaneous T cell lymphoma`$children #> $`cutaneous T cell lymphoma`$children[[1]] #> [1] "DOID_8691<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cutaneous T cell lymphoma`$children[[2]] #> [1] "DOID_8541<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cutaneous T cell lymphoma`$value #> [1] "cutaneous T cell lymphoma" #> #> #> $`cutaneous T cell lymphoma` #> $`cutaneous T cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060061" #> #> $`cutaneous T cell lymphoma`$`_id` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`cutaneous T cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous T cell lymphoma`$publicGeneCount #> [1] 30 #> #> $`cutaneous T cell lymphoma`$urlId #> [1] "DOID_0060061" #> #> $`cutaneous T cell lymphoma`$dbPhenotype #> [1] FALSE #> #> $`cutaneous T cell lymphoma`$`_parent` #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`cutaneous T cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`cutaneous T cell lymphoma`$children #> $`cutaneous T cell lymphoma`$children[[1]] #> [1] "DOID_8691<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`cutaneous T cell lymphoma`$children[[2]] #> [1] "DOID_8541<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`cutaneous T cell lymphoma`$value #> [1] "cutaneous T cell lymphoma" #> #> #> $`cutaneous T cell lymphoma` #> $`cutaneous T cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060061" #> #> $`cutaneous T cell lymphoma`$`_id` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`cutaneous T cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous T cell lymphoma`$publicGeneCount #> [1] 30 #> #> $`cutaneous T cell lymphoma`$urlId #> [1] "DOID_0060061" #> #> $`cutaneous T cell lymphoma`$dbPhenotype #> [1] FALSE #> #> $`cutaneous T cell lymphoma`$`_parent` #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`cutaneous T cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`cutaneous T cell lymphoma`$children #> $`cutaneous T cell lymphoma`$children[[1]] #> [1] "DOID_8691<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`cutaneous T cell lymphoma`$children[[2]] #> [1] "DOID_8541<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`cutaneous T cell lymphoma`$value #> [1] "cutaneous T cell lymphoma" #> #> #> $`cutaneous T cell lymphoma` #> $`cutaneous T cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060061" #> #> $`cutaneous T cell lymphoma`$`_id` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cutaneous T cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous T cell lymphoma`$publicGeneCount #> [1] 30 #> #> $`cutaneous T cell lymphoma`$urlId #> [1] "DOID_0060061" #> #> $`cutaneous T cell lymphoma`$dbPhenotype #> [1] FALSE #> #> $`cutaneous T cell lymphoma`$`_parent` #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cutaneous T cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`cutaneous T cell lymphoma`$children #> $`cutaneous T cell lymphoma`$children[[1]] #> [1] "DOID_8691<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`cutaneous T cell lymphoma`$children[[2]] #> [1] "DOID_8541<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`cutaneous T cell lymphoma`$value #> [1] "cutaneous T cell lymphoma" #> #> #> $`cutaneous T cell lymphoma` #> $`cutaneous T cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060061" #> #> $`cutaneous T cell lymphoma`$`_id` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`cutaneous T cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`cutaneous T cell lymphoma`$publicGeneCount #> [1] 30 #> #> $`cutaneous T cell lymphoma`$urlId #> [1] "DOID_0060061" #> #> $`cutaneous T cell lymphoma`$dbPhenotype #> [1] FALSE #> #> $`cutaneous T cell lymphoma`$`_parent` #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`cutaneous T cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`cutaneous T cell lymphoma`$children #> $`cutaneous T cell lymphoma`$children[[1]] #> [1] "DOID_8691<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`cutaneous T cell lymphoma`$children[[2]] #> [1] "DOID_8541<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`cutaneous T cell lymphoma`$value #> [1] "cutaneous T cell lymphoma" #> #> #> $`cutis laxa` #> $`cutis laxa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3144" #> #> $`cutis laxa`$`_id` #> [1] "DOID_3144<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutis laxa`$privateGeneCount #> [1] 0 #> #> $`cutis laxa`$publicGeneCount #> [1] 8 #> #> $`cutis laxa`$urlId #> [1] "DOID_3144" #> #> $`cutis laxa`$dbPhenotype #> [1] TRUE #> #> $`cutis laxa`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`cutis laxa`$`_is_leaf` #> [1] TRUE #> #> $`cutis laxa`$children #> list() #> #> $`cutis laxa`$value #> [1] "cutis laxa" #> #> #> $Cyanosis #> $Cyanosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000961" #> #> $Cyanosis$`_id` #> [1] "HP_0000961<HP_0001005<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Cyanosis$privateGeneCount #> [1] 0 #> #> $Cyanosis$publicGeneCount #> [1] 6 #> #> $Cyanosis$urlId #> [1] "HP_0000961" #> #> $Cyanosis$dbPhenotype #> [1] TRUE #> #> $Cyanosis$`_parent` #> [1] "HP_0001005<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Cyanosis$`_is_leaf` #> [1] TRUE #> #> $Cyanosis$children #> list() #> #> $Cyanosis$value #> [1] "Cyanosis" #> #> #> $Cyanosis #> $Cyanosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000961" #> #> $Cyanosis$`_id` #> [1] "HP_0000961<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Cyanosis$privateGeneCount #> [1] 0 #> #> $Cyanosis$publicGeneCount #> [1] 6 #> #> $Cyanosis$urlId #> [1] "HP_0000961" #> #> $Cyanosis$dbPhenotype #> [1] TRUE #> #> $Cyanosis$`_parent` #> [1] "HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Cyanosis$`_is_leaf` #> [1] TRUE #> #> $Cyanosis$children #> list() #> #> $Cyanosis$value #> [1] "Cyanosis" #> #> #> $`cyclic hematopoiesis` #> $`cyclic hematopoiesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5339" #> #> $`cyclic hematopoiesis`$`_id` #> [1] "DOID_5339<DOID_1227<DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`cyclic hematopoiesis`$privateGeneCount #> [1] 0 #> #> $`cyclic hematopoiesis`$publicGeneCount #> [1] 1 #> #> $`cyclic hematopoiesis`$urlId #> [1] "DOID_5339" #> #> $`cyclic hematopoiesis`$dbPhenotype #> [1] TRUE #> #> $`cyclic hematopoiesis`$`_parent` #> [1] "DOID_1227<DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`cyclic hematopoiesis`$`_is_leaf` #> [1] TRUE #> #> $`cyclic hematopoiesis`$children #> list() #> #> $`cyclic hematopoiesis`$value #> [1] "cyclic hematopoiesis" #> #> #> $cystadenocarcinoma #> $cystadenocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3111" #> #> $cystadenocarcinoma$`_id` #> [1] "DOID_3111<DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $cystadenocarcinoma$privateGeneCount #> [1] 0 #> #> $cystadenocarcinoma$publicGeneCount #> [1] 5 #> #> $cystadenocarcinoma$urlId #> [1] "DOID_3111" #> #> $cystadenocarcinoma$dbPhenotype #> [1] FALSE #> #> $cystadenocarcinoma$`_parent` #> [1] "DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $cystadenocarcinoma$`_is_leaf` #> [1] FALSE #> #> $cystadenocarcinoma$children #> $cystadenocarcinoma$children[[1]] #> [1] "DOID_3603<DOID_3111<DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $cystadenocarcinoma$children[[2]] #> [1] "DOID_3114<DOID_3111<DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $cystadenocarcinoma$value #> [1] "cystadenocarcinoma" #> #> #> $cystadenoma #> $cystadenoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2634" #> #> $cystadenoma$`_id` #> [1] "DOID_2634<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $cystadenoma$privateGeneCount #> [1] 0 #> #> $cystadenoma$publicGeneCount #> [1] 2 #> #> $cystadenoma$urlId #> [1] "DOID_2634" #> #> $cystadenoma$dbPhenotype #> [1] TRUE #> #> $cystadenoma$`_parent` #> [1] "DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $cystadenoma$`_is_leaf` #> [1] TRUE #> #> $cystadenoma$children #> list() #> #> $cystadenoma$value #> [1] "cystadenoma" #> #> #> $Cystathioninuria #> $Cystathioninuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003153" #> #> $Cystathioninuria$`_id` #> [1] "HP_0003153<HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Cystathioninuria$privateGeneCount #> [1] 0 #> #> $Cystathioninuria$publicGeneCount #> [1] 1 #> #> $Cystathioninuria$urlId #> [1] "HP_0003153" #> #> $Cystathioninuria$dbPhenotype #> [1] TRUE #> #> $Cystathioninuria$`_parent` #> [1] "HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Cystathioninuria$`_is_leaf` #> [1] TRUE #> #> $Cystathioninuria$children #> list() #> #> $Cystathioninuria$value #> [1] "Cystathioninuria" #> #> #> $`cystic fibrosis` #> $`cystic fibrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1485" #> #> $`cystic fibrosis`$`_id` #> [1] "DOID_1485<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`cystic fibrosis`$privateGeneCount #> [1] 0 #> #> $`cystic fibrosis`$publicGeneCount #> [1] 78 #> #> $`cystic fibrosis`$urlId #> [1] "DOID_1485" #> #> $`cystic fibrosis`$dbPhenotype #> [1] TRUE #> #> $`cystic fibrosis`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`cystic fibrosis`$`_is_leaf` #> [1] TRUE #> #> $`cystic fibrosis`$children #> list() #> #> $`cystic fibrosis`$value #> [1] "cystic fibrosis" #> #> #> $`cystic fibrosis` #> $`cystic fibrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1485" #> #> $`cystic fibrosis`$`_id` #> [1] "DOID_1485<DOID_225<DOID_4" #> #> $`cystic fibrosis`$privateGeneCount #> [1] 0 #> #> $`cystic fibrosis`$publicGeneCount #> [1] 78 #> #> $`cystic fibrosis`$urlId #> [1] "DOID_1485" #> #> $`cystic fibrosis`$dbPhenotype #> [1] TRUE #> #> $`cystic fibrosis`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`cystic fibrosis`$`_is_leaf` #> [1] TRUE #> #> $`cystic fibrosis`$children #> list() #> #> $`cystic fibrosis`$value #> [1] "cystic fibrosis" #> #> #> $`cystic kidney disease` #> $`cystic kidney disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2975" #> #> $`cystic kidney disease`$`_id` #> [1] "DOID_2975<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`cystic kidney disease`$privateGeneCount #> [1] 0 #> #> $`cystic kidney disease`$publicGeneCount #> [1] 26 #> #> $`cystic kidney disease`$urlId #> [1] "DOID_2975" #> #> $`cystic kidney disease`$dbPhenotype #> [1] TRUE #> #> $`cystic kidney disease`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`cystic kidney disease`$`_is_leaf` #> [1] FALSE #> #> $`cystic kidney disease`$children #> $`cystic kidney disease`$children[[1]] #> [1] "DOID_0080322<DOID_2975<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`cystic kidney disease`$value #> [1] "cystic kidney disease" #> #> #> $`Cystic renal dysplasia` #> $`Cystic renal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000800" #> #> $`Cystic renal dysplasia`$`_id` #> [1] "HP_0000800<HP_0000107<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Cystic renal dysplasia`$privateGeneCount #> [1] 0 #> #> $`Cystic renal dysplasia`$publicGeneCount #> [1] 1 #> #> $`Cystic renal dysplasia`$urlId #> [1] "HP_0000800" #> #> $`Cystic renal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Cystic renal dysplasia`$`_parent` #> [1] "HP_0000107<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Cystic renal dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Cystic renal dysplasia`$children #> list() #> #> $`Cystic renal dysplasia`$value #> [1] "Cystic renal dysplasia" #> #> #> $cystinosis #> $cystinosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1064" #> #> $cystinosis$`_id` #> [1] "DOID_1064<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $cystinosis$privateGeneCount #> [1] 0 #> #> $cystinosis$publicGeneCount #> [1] 1 #> #> $cystinosis$urlId #> [1] "DOID_1064" #> #> $cystinosis$dbPhenotype #> [1] TRUE #> #> $cystinosis$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $cystinosis$`_is_leaf` #> [1] TRUE #> #> $cystinosis$children #> list() #> #> $cystinosis$value #> [1] "cystinosis" #> #> #> $cystinosis #> $cystinosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1064" #> #> $cystinosis$`_id` #> [1] "DOID_1064<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $cystinosis$privateGeneCount #> [1] 0 #> #> $cystinosis$publicGeneCount #> [1] 1 #> #> $cystinosis$urlId #> [1] "DOID_1064" #> #> $cystinosis$dbPhenotype #> [1] TRUE #> #> $cystinosis$`_parent` #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $cystinosis$`_is_leaf` #> [1] TRUE #> #> $cystinosis$children #> list() #> #> $cystinosis$value #> [1] "cystinosis" #> #> #> $cystinuria #> $cystinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9266" #> #> $cystinuria$`_id` #> [1] "DOID_9266<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $cystinuria$privateGeneCount #> [1] 0 #> #> $cystinuria$publicGeneCount #> [1] 2 #> #> $cystinuria$urlId #> [1] "DOID_9266" #> #> $cystinuria$dbPhenotype #> [1] TRUE #> #> $cystinuria$`_parent` #> [1] "DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $cystinuria$`_is_leaf` #> [1] TRUE #> #> $cystinuria$children #> list() #> #> $cystinuria$value #> [1] "cystinuria" #> #> #> $cystinuria #> $cystinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9266" #> #> $cystinuria$`_id` #> [1] "DOID_9266<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $cystinuria$privateGeneCount #> [1] 0 #> #> $cystinuria$publicGeneCount #> [1] 2 #> #> $cystinuria$urlId #> [1] "DOID_9266" #> #> $cystinuria$dbPhenotype #> [1] TRUE #> #> $cystinuria$`_parent` #> [1] "DOID_365<DOID_18<DOID_7<DOID_4" #> #> $cystinuria$`_is_leaf` #> [1] TRUE #> #> $cystinuria$children #> list() #> #> $cystinuria$value #> [1] "cystinuria" #> #> #> $cystinuria #> $cystinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9266" #> #> $cystinuria$`_id` #> [1] "DOID_9266<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $cystinuria$privateGeneCount #> [1] 0 #> #> $cystinuria$publicGeneCount #> [1] 2 #> #> $cystinuria$urlId #> [1] "DOID_9266" #> #> $cystinuria$dbPhenotype #> [1] TRUE #> #> $cystinuria$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $cystinuria$`_is_leaf` #> [1] TRUE #> #> $cystinuria$children #> list() #> #> $cystinuria$value #> [1] "cystinuria" #> #> #> $cystinuria #> $cystinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9266" #> #> $cystinuria$`_id` #> [1] "DOID_9266<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $cystinuria$privateGeneCount #> [1] 0 #> #> $cystinuria$publicGeneCount #> [1] 2 #> #> $cystinuria$urlId #> [1] "DOID_9266" #> #> $cystinuria$dbPhenotype #> [1] TRUE #> #> $cystinuria$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $cystinuria$`_is_leaf` #> [1] TRUE #> #> $cystinuria$children #> list() #> #> $cystinuria$value #> [1] "cystinuria" #> #> #> $cystitis #> $cystitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1679" #> #> $cystitis$`_id` #> [1] "DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $cystitis$privateGeneCount #> [1] 0 #> #> $cystitis$publicGeneCount #> [1] 15 #> #> $cystitis$urlId #> [1] "DOID_1679" #> #> $cystitis$dbPhenotype #> [1] TRUE #> #> $cystitis$`_parent` #> [1] "DOID_365<DOID_18<DOID_7<DOID_4" #> #> $cystitis$`_is_leaf` #> [1] FALSE #> #> $cystitis$children #> $cystitis$children[[1]] #> [1] "DOID_1680<DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $cystitis$children[[2]] #> [1] "DOID_13949<DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> #> $cystitis$value #> [1] "cystitis" #> #> #> $`cystoid macular edema` #> $`cystoid macular edema`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4447" #> #> $`cystoid macular edema`$`_id` #> [1] "DOID_4447<DOID_4449<DOID_6929<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cystoid macular edema`$privateGeneCount #> [1] 0 #> #> $`cystoid macular edema`$publicGeneCount #> [1] 10 #> #> $`cystoid macular edema`$urlId #> [1] "DOID_4447" #> #> $`cystoid macular edema`$dbPhenotype #> [1] TRUE #> #> $`cystoid macular edema`$`_parent` #> [1] "DOID_4449<DOID_6929<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`cystoid macular edema`$`_is_leaf` #> [1] TRUE #> #> $`cystoid macular edema`$children #> list() #> #> $`cystoid macular edema`$value #> [1] "cystoid macular edema" #> #> #> $`cytochrome-c oxidase deficiency disease` #> $`cytochrome-c oxidase deficiency disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3762" #> #> $`cytochrome-c oxidase deficiency disease`$`_id` #> [1] "DOID_3762<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`cytochrome-c oxidase deficiency disease`$privateGeneCount #> [1] 0 #> #> $`cytochrome-c oxidase deficiency disease`$publicGeneCount #> [1] 12 #> #> $`cytochrome-c oxidase deficiency disease`$urlId #> [1] "DOID_3762" #> #> $`cytochrome-c oxidase deficiency disease`$dbPhenotype #> [1] TRUE #> #> $`cytochrome-c oxidase deficiency disease`$`_parent` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`cytochrome-c oxidase deficiency disease`$`_is_leaf` #> [1] TRUE #> #> $`cytochrome-c oxidase deficiency disease`$children #> list() #> #> $`cytochrome-c oxidase deficiency disease`$value #> [1] "cytochrome-c oxidase deficiency disease" #> #> #> $`D-2-hydroxyglutaric aciduria` #> $`D-2-hydroxyglutaric aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050575" #> #> $`D-2-hydroxyglutaric aciduria`$`_id` #> [1] "DOID_0050575<DOID_0050573<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`D-2-hydroxyglutaric aciduria`$privateGeneCount #> [1] 0 #> #> $`D-2-hydroxyglutaric aciduria`$publicGeneCount #> [1] 2 #> #> $`D-2-hydroxyglutaric aciduria`$urlId #> [1] "DOID_0050575" #> #> $`D-2-hydroxyglutaric aciduria`$dbPhenotype #> [1] TRUE #> #> $`D-2-hydroxyglutaric aciduria`$`_parent` #> [1] "DOID_0050573<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`D-2-hydroxyglutaric aciduria`$`_is_leaf` #> [1] TRUE #> #> $`D-2-hydroxyglutaric aciduria`$children #> list() #> #> $`D-2-hydroxyglutaric aciduria`$value #> [1] "D-2-hydroxyglutaric aciduria" #> #> #> $dacryoadenitis #> $dacryoadenitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_950" #> #> $dacryoadenitis$`_id` #> [1] "DOID_950<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $dacryoadenitis$privateGeneCount #> [1] 0 #> #> $dacryoadenitis$publicGeneCount #> [1] 1 #> #> $dacryoadenitis$urlId #> [1] "DOID_950" #> #> $dacryoadenitis$dbPhenotype #> [1] TRUE #> #> $dacryoadenitis$`_parent` #> [1] "DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $dacryoadenitis$`_is_leaf` #> [1] TRUE #> #> $dacryoadenitis$children #> list() #> #> $dacryoadenitis$value #> [1] "dacryoadenitis" #> #> #> $dacryocystitis #> $dacryocystitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9938" #> #> $dacryocystitis$`_id` #> [1] "DOID_9938<DOID_6970<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $dacryocystitis$privateGeneCount #> [1] 0 #> #> $dacryocystitis$publicGeneCount #> [1] 1 #> #> $dacryocystitis$urlId #> [1] "DOID_9938" #> #> $dacryocystitis$dbPhenotype #> [1] TRUE #> #> $dacryocystitis$`_parent` #> [1] "DOID_6970<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $dacryocystitis$`_is_leaf` #> [1] TRUE #> #> $dacryocystitis$children #> list() #> #> $dacryocystitis$value #> [1] "dacryocystitis" #> #> #> $`Dandy-Walker syndrome` #> $`Dandy-Walker syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2785" #> #> $`Dandy-Walker syndrome`$`_id` #> [1] "DOID_2785<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Dandy-Walker syndrome`$privateGeneCount #> [1] 0 #> #> $`Dandy-Walker syndrome`$publicGeneCount #> [1] 2 #> #> $`Dandy-Walker syndrome`$urlId #> [1] "DOID_2785" #> #> $`Dandy-Walker syndrome`$dbPhenotype #> [1] TRUE #> #> $`Dandy-Walker syndrome`$`_parent` #> [1] "DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Dandy-Walker syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Dandy-Walker syndrome`$children #> list() #> #> $`Dandy-Walker syndrome`$value #> [1] "Dandy-Walker syndrome" #> #> #> $`Danon disease` #> $`Danon disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050437" #> #> $`Danon disease`$`_id` #> [1] "DOID_0050437<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Danon disease`$privateGeneCount #> [1] 0 #> #> $`Danon disease`$publicGeneCount #> [1] 1 #> #> $`Danon disease`$urlId #> [1] "DOID_0050437" #> #> $`Danon disease`$dbPhenotype #> [1] TRUE #> #> $`Danon disease`$`_parent` #> [1] "DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Danon disease`$`_is_leaf` #> [1] TRUE #> #> $`Danon disease`$children #> list() #> #> $`Danon disease`$value #> [1] "Danon disease" #> #> #> $`Danon disease` #> $`Danon disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050437" #> #> $`Danon disease`$`_id` #> [1] "DOID_0050437<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Danon disease`$privateGeneCount #> [1] 0 #> #> $`Danon disease`$publicGeneCount #> [1] 1 #> #> $`Danon disease`$urlId #> [1] "DOID_0050437" #> #> $`Danon disease`$dbPhenotype #> [1] TRUE #> #> $`Danon disease`$`_parent` #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Danon disease`$`_is_leaf` #> [1] TRUE #> #> $`Danon disease`$children #> list() #> #> $`Danon disease`$value #> [1] "Danon disease" #> #> #> $`deafness-dystonia-optic neuronopathy syndrome` #> $`deafness-dystonia-optic neuronopathy syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050757" #> #> $`deafness-dystonia-optic neuronopathy syndrome`$`_id` #> [1] "DOID_0050757<DOID_630<DOID_4" #> #> $`deafness-dystonia-optic neuronopathy syndrome`$privateGeneCount #> [1] 0 #> #> $`deafness-dystonia-optic neuronopathy syndrome`$publicGeneCount #> [1] 1 #> #> $`deafness-dystonia-optic neuronopathy syndrome`$urlId #> [1] "DOID_0050757" #> #> $`deafness-dystonia-optic neuronopathy syndrome`$dbPhenotype #> [1] TRUE #> #> $`deafness-dystonia-optic neuronopathy syndrome`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`deafness-dystonia-optic neuronopathy syndrome`$`_is_leaf` #> [1] TRUE #> #> $`deafness-dystonia-optic neuronopathy syndrome`$children #> list() #> #> $`deafness-dystonia-optic neuronopathy syndrome`$value #> [1] "deafness-dystonia-optic neuronopathy syndrome" #> #> #> $`deafness-dystonia-optic neuronopathy syndrome` #> $`deafness-dystonia-optic neuronopathy syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050757" #> #> $`deafness-dystonia-optic neuronopathy syndrome`$`_id` #> [1] "DOID_0050757<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`deafness-dystonia-optic neuronopathy syndrome`$privateGeneCount #> [1] 0 #> #> $`deafness-dystonia-optic neuronopathy syndrome`$publicGeneCount #> [1] 1 #> #> $`deafness-dystonia-optic neuronopathy syndrome`$urlId #> [1] "DOID_0050757" #> #> $`deafness-dystonia-optic neuronopathy syndrome`$dbPhenotype #> [1] TRUE #> #> $`deafness-dystonia-optic neuronopathy syndrome`$`_parent` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`deafness-dystonia-optic neuronopathy syndrome`$`_is_leaf` #> [1] TRUE #> #> $`deafness-dystonia-optic neuronopathy syndrome`$children #> list() #> #> $`deafness-dystonia-optic neuronopathy syndrome`$value #> [1] "deafness-dystonia-optic neuronopathy syndrome" #> #> #> $`Decreased body weight` #> $`Decreased body weight`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004325" #> #> $`Decreased body weight`$`_id` #> [1] "HP_0004325<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Decreased body weight`$privateGeneCount #> [1] 0 #> #> $`Decreased body weight`$publicGeneCount #> [1] 35 #> #> $`Decreased body weight`$urlId #> [1] "HP_0004325" #> #> $`Decreased body weight`$dbPhenotype #> [1] FALSE #> #> $`Decreased body weight`$`_parent` #> [1] "HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Decreased body weight`$`_is_leaf` #> [1] FALSE #> #> $`Decreased body weight`$children #> $`Decreased body weight`$children[[1]] #> [1] "HP_0001824<HP_0004325<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Decreased body weight`$value #> [1] "Decreased body weight" #> #> #> $`decreased brain size` #> $`decreased brain size`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0000774" #> #> $`decreased brain size`$`_id` #> [1] "MP_0000774<MP_0000771<MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> $`decreased brain size`$privateGeneCount #> [1] 0 #> #> $`decreased brain size`$publicGeneCount #> [1] 1 #> #> $`decreased brain size`$urlId #> [1] "MP_0000774" #> #> $`decreased brain size`$dbPhenotype #> [1] TRUE #> #> $`decreased brain size`$`_parent` #> [1] "MP_0000771<MP_0002152<MP_0003632<MP_0003631<MP_0000001" #> #> $`decreased brain size`$`_is_leaf` #> [1] TRUE #> #> $`decreased brain size`$children #> list() #> #> $`decreased brain size`$value #> [1] "decreased brain size" #> #> #> $`Decreased circulating aldosterone level` #> $`Decreased circulating aldosterone level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004319" #> #> $`Decreased circulating aldosterone level`$`_id` #> [1] "HP_0004319<HP_0008207<HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Decreased circulating aldosterone level`$privateGeneCount #> [1] 0 #> #> $`Decreased circulating aldosterone level`$publicGeneCount #> [1] 2 #> #> $`Decreased circulating aldosterone level`$urlId #> [1] "HP_0004319" #> #> $`Decreased circulating aldosterone level`$dbPhenotype #> [1] TRUE #> #> $`Decreased circulating aldosterone level`$`_parent` #> [1] "HP_0008207<HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Decreased circulating aldosterone level`$`_is_leaf` #> [1] TRUE #> #> $`Decreased circulating aldosterone level`$children #> list() #> #> $`Decreased circulating aldosterone level`$value #> [1] "Decreased circulating aldosterone level" #> #> #> $`Decreased HDL cholesterol concentration` #> $`Decreased HDL cholesterol concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003233" #> #> $`Decreased HDL cholesterol concentration`$`_id` #> [1] "HP_0003233<HP_0010981<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Decreased HDL cholesterol concentration`$privateGeneCount #> [1] 0 #> #> $`Decreased HDL cholesterol concentration`$publicGeneCount #> [1] 2 #> #> $`Decreased HDL cholesterol concentration`$urlId #> [1] "HP_0003233" #> #> $`Decreased HDL cholesterol concentration`$dbPhenotype #> [1] TRUE #> #> $`Decreased HDL cholesterol concentration`$`_parent` #> [1] "HP_0010981<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Decreased HDL cholesterol concentration`$`_is_leaf` #> [1] TRUE #> #> $`Decreased HDL cholesterol concentration`$children #> list() #> #> $`Decreased HDL cholesterol concentration`$value #> [1] "Decreased HDL cholesterol concentration" #> #> #> $`Decreased HDL cholesterol concentration` #> $`Decreased HDL cholesterol concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003233" #> #> $`Decreased HDL cholesterol concentration`$`_id` #> [1] "HP_0003233<HP_0031888<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Decreased HDL cholesterol concentration`$privateGeneCount #> [1] 0 #> #> $`Decreased HDL cholesterol concentration`$publicGeneCount #> [1] 2 #> #> $`Decreased HDL cholesterol concentration`$urlId #> [1] "HP_0003233" #> #> $`Decreased HDL cholesterol concentration`$dbPhenotype #> [1] TRUE #> #> $`Decreased HDL cholesterol concentration`$`_parent` #> [1] "HP_0031888<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Decreased HDL cholesterol concentration`$`_is_leaf` #> [1] TRUE #> #> $`Decreased HDL cholesterol concentration`$children #> list() #> #> $`Decreased HDL cholesterol concentration`$value #> [1] "Decreased HDL cholesterol concentration" #> #> #> $`Decreased head circumference` #> $`Decreased head circumference`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040195" #> #> $`Decreased head circumference`$`_id` #> [1] "HP_0040195<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Decreased head circumference`$privateGeneCount #> [1] 0 #> #> $`Decreased head circumference`$publicGeneCount #> [1] 1 #> #> $`Decreased head circumference`$urlId #> [1] "HP_0040195" #> #> $`Decreased head circumference`$dbPhenotype #> [1] FALSE #> #> $`Decreased head circumference`$`_parent` #> [1] "HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Decreased head circumference`$`_is_leaf` #> [1] FALSE #> #> $`Decreased head circumference`$children #> $`Decreased head circumference`$children[[1]] #> [1] "HP_0000252<HP_0040195<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Decreased head circumference`$value #> [1] "Decreased head circumference" #> #> #> $`Decreased head circumference` #> $`Decreased head circumference`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040195" #> #> $`Decreased head circumference`$`_id` #> [1] "HP_0040195<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Decreased head circumference`$privateGeneCount #> [1] 0 #> #> $`Decreased head circumference`$publicGeneCount #> [1] 1 #> #> $`Decreased head circumference`$urlId #> [1] "HP_0040195" #> #> $`Decreased head circumference`$dbPhenotype #> [1] FALSE #> #> $`Decreased head circumference`$`_parent` #> [1] "HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Decreased head circumference`$`_is_leaf` #> [1] FALSE #> #> $`Decreased head circumference`$children #> $`Decreased head circumference`$children[[1]] #> [1] "HP_0000252<HP_0040195<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Decreased head circumference`$value #> [1] "Decreased head circumference" #> #> #> $`Decreased liver function` #> $`Decreased liver function`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001410" #> #> $`Decreased liver function`$`_id` #> [1] "HP_0001410<HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Decreased liver function`$privateGeneCount #> [1] 0 #> #> $`Decreased liver function`$publicGeneCount #> [1] 28 #> #> $`Decreased liver function`$urlId #> [1] "HP_0001410" #> #> $`Decreased liver function`$dbPhenotype #> [1] FALSE #> #> $`Decreased liver function`$`_parent` #> [1] "HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Decreased liver function`$`_is_leaf` #> [1] FALSE #> #> $`Decreased liver function`$children #> $`Decreased liver function`$children[[1]] #> [1] "HP_0001399<HP_0001410<HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Decreased liver function`$value #> [1] "Decreased liver function" #> #> #> $`Decreased methylcobalamin` #> $`Decreased methylcobalamin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003223" #> #> $`Decreased methylcobalamin`$`_id` #> [1] "HP_0003223<HP_0040126<HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Decreased methylcobalamin`$privateGeneCount #> [1] 0 #> #> $`Decreased methylcobalamin`$publicGeneCount #> [1] 1 #> #> $`Decreased methylcobalamin`$urlId #> [1] "HP_0003223" #> #> $`Decreased methylcobalamin`$dbPhenotype #> [1] TRUE #> #> $`Decreased methylcobalamin`$`_parent` #> [1] "HP_0040126<HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Decreased methylcobalamin`$`_is_leaf` #> [1] TRUE #> #> $`Decreased methylcobalamin`$children #> list() #> #> $`Decreased methylcobalamin`$value #> [1] "Decreased methylcobalamin" #> #> #> $`Decreased urine output` #> $`Decreased urine output`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011037" #> #> $`Decreased urine output`$`_id` #> [1] "HP_0011037<HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Decreased urine output`$privateGeneCount #> [1] 0 #> #> $`Decreased urine output`$publicGeneCount #> [1] 4 #> #> $`Decreased urine output`$urlId #> [1] "HP_0011037" #> #> $`Decreased urine output`$dbPhenotype #> [1] FALSE #> #> $`Decreased urine output`$`_parent` #> [1] "HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Decreased urine output`$`_is_leaf` #> [1] FALSE #> #> $`Decreased urine output`$children #> $`Decreased urine output`$children[[1]] #> [1] "HP_0100520<HP_0011037<HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Decreased urine output`$value #> [1] "Decreased urine output" #> #> #> $`Decreased urine output` #> $`Decreased urine output`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011037" #> #> $`Decreased urine output`$`_id` #> [1] "HP_0011037<HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Decreased urine output`$privateGeneCount #> [1] 0 #> #> $`Decreased urine output`$publicGeneCount #> [1] 4 #> #> $`Decreased urine output`$urlId #> [1] "HP_0011037" #> #> $`Decreased urine output`$dbPhenotype #> [1] FALSE #> #> $`Decreased urine output`$`_parent` #> [1] "HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Decreased urine output`$`_is_leaf` #> [1] FALSE #> #> $`Decreased urine output`$children #> $`Decreased urine output`$children[[1]] #> [1] "HP_0100520<HP_0011037<HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Decreased urine output`$value #> [1] "Decreased urine output" #> #> #> $`decubitus ulcer` #> $`decubitus ulcer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8717" #> #> $`decubitus ulcer`$`_id` #> [1] "DOID_8717<DOID_8549<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`decubitus ulcer`$privateGeneCount #> [1] 0 #> #> $`decubitus ulcer`$publicGeneCount #> [1] 2 #> #> $`decubitus ulcer`$urlId #> [1] "DOID_8717" #> #> $`decubitus ulcer`$dbPhenotype #> [1] TRUE #> #> $`decubitus ulcer`$`_parent` #> [1] "DOID_8549<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`decubitus ulcer`$`_is_leaf` #> [1] TRUE #> #> $`decubitus ulcer`$children #> list() #> #> $`decubitus ulcer`$value #> [1] "decubitus ulcer" #> #> #> $`Deep venous thrombosis` #> $`Deep venous thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002625" #> #> $`Deep venous thrombosis`$`_id` #> [1] "HP_0002625<HP_0004936<HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> $`Deep venous thrombosis`$privateGeneCount #> [1] 0 #> #> $`Deep venous thrombosis`$publicGeneCount #> [1] 1 #> #> $`Deep venous thrombosis`$urlId #> [1] "HP_0002625" #> #> $`Deep venous thrombosis`$dbPhenotype #> [1] TRUE #> #> $`Deep venous thrombosis`$`_parent` #> [1] "HP_0004936<HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> $`Deep venous thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`Deep venous thrombosis`$children #> list() #> #> $`Deep venous thrombosis`$value #> [1] "Deep venous thrombosis" #> #> #> $`degeneration of macula and posterior pole` #> $`degeneration of macula and posterior pole`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2007" #> #> $`degeneration of macula and posterior pole`$`_id` #> [1] "DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`degeneration of macula and posterior pole`$privateGeneCount #> [1] 0 #> #> $`degeneration of macula and posterior pole`$publicGeneCount #> [1] 84 #> #> $`degeneration of macula and posterior pole`$urlId #> [1] "DOID_2007" #> #> $`degeneration of macula and posterior pole`$dbPhenotype #> [1] FALSE #> #> $`degeneration of macula and posterior pole`$`_parent` #> [1] "DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`degeneration of macula and posterior pole`$`_is_leaf` #> [1] FALSE #> #> $`degeneration of macula and posterior pole`$children #> $`degeneration of macula and posterior pole`$children[[1]] #> [1] "DOID_10871<DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`degeneration of macula and posterior pole`$children[[2]] #> [1] "DOID_2569<DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`degeneration of macula and posterior pole`$value #> [1] "degeneration of macula and posterior pole" #> #> #> $`degeneration of macula and posterior pole` #> $`degeneration of macula and posterior pole`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2007" #> #> $`degeneration of macula and posterior pole`$`_id` #> [1] "DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`degeneration of macula and posterior pole`$privateGeneCount #> [1] 0 #> #> $`degeneration of macula and posterior pole`$publicGeneCount #> [1] 84 #> #> $`degeneration of macula and posterior pole`$urlId #> [1] "DOID_2007" #> #> $`degeneration of macula and posterior pole`$dbPhenotype #> [1] FALSE #> #> $`degeneration of macula and posterior pole`$`_parent` #> [1] "DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`degeneration of macula and posterior pole`$`_is_leaf` #> [1] FALSE #> #> $`degeneration of macula and posterior pole`$children #> $`degeneration of macula and posterior pole`$children[[1]] #> [1] "DOID_10871<DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`degeneration of macula and posterior pole`$children[[2]] #> [1] "DOID_2569<DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`degeneration of macula and posterior pole`$value #> [1] "degeneration of macula and posterior pole" #> #> #> $`degenerative disc disease` #> $`degenerative disc disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_90" #> #> $`degenerative disc disease`$`_id` #> [1] "DOID_90<DOID_0080007<DOID_0080010<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`degenerative disc disease`$privateGeneCount #> [1] 0 #> #> $`degenerative disc disease`$publicGeneCount #> [1] 6 #> #> $`degenerative disc disease`$urlId #> [1] "DOID_90" #> #> $`degenerative disc disease`$dbPhenotype #> [1] TRUE #> #> $`degenerative disc disease`$`_parent` #> [1] "DOID_0080007<DOID_0080010<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`degenerative disc disease`$`_is_leaf` #> [1] TRUE #> #> $`degenerative disc disease`$children #> list() #> #> $`degenerative disc disease`$value #> [1] "degenerative disc disease" #> #> #> $`degenerative myopia` #> $`degenerative myopia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11829" #> #> $`degenerative myopia`$`_id` #> [1] "DOID_11829<DOID_11830<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`degenerative myopia`$privateGeneCount #> [1] 0 #> #> $`degenerative myopia`$publicGeneCount #> [1] 1 #> #> $`degenerative myopia`$urlId #> [1] "DOID_11829" #> #> $`degenerative myopia`$dbPhenotype #> [1] TRUE #> #> $`degenerative myopia`$`_parent` #> [1] "DOID_11830<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`degenerative myopia`$`_is_leaf` #> [1] TRUE #> #> $`degenerative myopia`$children #> list() #> #> $`degenerative myopia`$value #> [1] "degenerative myopia" #> #> #> $Dehydration #> $Dehydration$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001944" #> #> $Dehydration$`_id` #> [1] "HP_0001944<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Dehydration$privateGeneCount #> [1] 0 #> #> $Dehydration$publicGeneCount #> [1] 1 #> #> $Dehydration$urlId #> [1] "HP_0001944" #> #> $Dehydration$dbPhenotype #> [1] TRUE #> #> $Dehydration$`_parent` #> [1] "HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Dehydration$`_is_leaf` #> [1] TRUE #> #> $Dehydration$children #> list() #> #> $Dehydration$value #> [1] "Dehydration" #> #> #> $`Delayed CNS myelination` #> $`Delayed CNS myelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002188" #> #> $`Delayed CNS myelination`$`_id` #> [1] "HP_0002188<HP_0011400<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Delayed CNS myelination`$privateGeneCount #> [1] 0 #> #> $`Delayed CNS myelination`$publicGeneCount #> [1] 1 #> #> $`Delayed CNS myelination`$urlId #> [1] "HP_0002188" #> #> $`Delayed CNS myelination`$dbPhenotype #> [1] TRUE #> #> $`Delayed CNS myelination`$`_parent` #> [1] "HP_0011400<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Delayed CNS myelination`$`_is_leaf` #> [1] TRUE #> #> $`Delayed CNS myelination`$children #> list() #> #> $`Delayed CNS myelination`$value #> [1] "Delayed CNS myelination" #> #> #> $`Delayed CNS myelination` #> $`Delayed CNS myelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002188" #> #> $`Delayed CNS myelination`$`_id` #> [1] "HP_0002188<HP_0011400<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Delayed CNS myelination`$privateGeneCount #> [1] 0 #> #> $`Delayed CNS myelination`$publicGeneCount #> [1] 1 #> #> $`Delayed CNS myelination`$urlId #> [1] "HP_0002188" #> #> $`Delayed CNS myelination`$dbPhenotype #> [1] TRUE #> #> $`Delayed CNS myelination`$`_parent` #> [1] "HP_0011400<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Delayed CNS myelination`$`_is_leaf` #> [1] TRUE #> #> $`Delayed CNS myelination`$children #> list() #> #> $`Delayed CNS myelination`$value #> [1] "Delayed CNS myelination" #> #> #> $`Delayed puberty` #> $`Delayed puberty`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000823" #> #> $`Delayed puberty`$`_id` #> [1] "HP_0000823<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Delayed puberty`$privateGeneCount #> [1] 0 #> #> $`Delayed puberty`$publicGeneCount #> [1] 7 #> #> $`Delayed puberty`$urlId #> [1] "HP_0000823" #> #> $`Delayed puberty`$dbPhenotype #> [1] TRUE #> #> $`Delayed puberty`$`_parent` #> [1] "HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Delayed puberty`$`_is_leaf` #> [1] TRUE #> #> $`Delayed puberty`$children #> list() #> #> $`Delayed puberty`$value #> [1] "Delayed puberty" #> #> #> $`Delayed puberty` #> $`Delayed puberty`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000823" #> #> $`Delayed puberty`$`_id` #> [1] "HP_0000823<HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> $`Delayed puberty`$privateGeneCount #> [1] 0 #> #> $`Delayed puberty`$publicGeneCount #> [1] 7 #> #> $`Delayed puberty`$urlId #> [1] "HP_0000823" #> #> $`Delayed puberty`$dbPhenotype #> [1] TRUE #> #> $`Delayed puberty`$`_parent` #> [1] "HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> $`Delayed puberty`$`_is_leaf` #> [1] TRUE #> #> $`Delayed puberty`$children #> list() #> #> $`Delayed puberty`$value #> [1] "Delayed puberty" #> #> #> $`Delayed speech and language development` #> $`Delayed speech and language development`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000750" #> #> $`Delayed speech and language development`$`_id` #> [1] "HP_0000750<HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Delayed speech and language development`$privateGeneCount #> [1] 0 #> #> $`Delayed speech and language development`$publicGeneCount #> [1] 5 #> #> $`Delayed speech and language development`$urlId #> [1] "HP_0000750" #> #> $`Delayed speech and language development`$dbPhenotype #> [1] TRUE #> #> $`Delayed speech and language development`$`_parent` #> [1] "HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Delayed speech and language development`$`_is_leaf` #> [1] TRUE #> #> $`Delayed speech and language development`$children #> list() #> #> $`Delayed speech and language development`$value #> [1] "Delayed speech and language development" #> #> #> $`delusional disorder` #> $`delusional disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_778" #> #> $`delusional disorder`$`_id` #> [1] "DOID_778<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`delusional disorder`$privateGeneCount #> [1] 0 #> #> $`delusional disorder`$publicGeneCount #> [1] 4 #> #> $`delusional disorder`$urlId #> [1] "DOID_778" #> #> $`delusional disorder`$dbPhenotype #> [1] TRUE #> #> $`delusional disorder`$`_parent` #> [1] "DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`delusional disorder`$`_is_leaf` #> [1] TRUE #> #> $`delusional disorder`$children #> list() #> #> $`delusional disorder`$value #> [1] "delusional disorder" #> #> #> $dementia #> $dementia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1307" #> #> $dementia$`_id` #> [1] "DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> $dementia$privateGeneCount #> [1] 0 #> #> $dementia$publicGeneCount #> [1] 69 #> #> $dementia$urlId #> [1] "DOID_1307" #> #> $dementia$dbPhenotype #> [1] TRUE #> #> $dementia$`_parent` #> [1] "DOID_1561<DOID_150<DOID_4" #> #> $dementia$`_is_leaf` #> [1] FALSE #> #> $dementia$children #> $dementia$children[[1]] #> [1] "DOID_9255<DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> $dementia$children[[2]] #> [1] "DOID_12217<DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> $dementia$children[[3]] #> [1] "DOID_8725<DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> #> $dementia$value #> [1] "dementia" #> #> #> $`demyelinating disease` #> $`demyelinating disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3213" #> #> $`demyelinating disease`$`_id` #> [1] "DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`demyelinating disease`$privateGeneCount #> [1] 0 #> #> $`demyelinating disease`$publicGeneCount #> [1] 226 #> #> $`demyelinating disease`$urlId #> [1] "DOID_3213" #> #> $`demyelinating disease`$dbPhenotype #> [1] TRUE #> #> $`demyelinating disease`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`demyelinating disease`$`_is_leaf` #> [1] FALSE #> #> $`demyelinating disease`$children #> $`demyelinating disease`$children[[1]] #> [1] "DOID_636<DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`demyelinating disease`$children[[2]] #> [1] "DOID_2377<DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`demyelinating disease`$value #> [1] "demyelinating disease" #> #> #> $`dengue disease` #> $`dengue disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12205" #> #> $`dengue disease`$`_id` #> [1] "DOID_12205<DOID_934<DOID_0050117<DOID_4" #> #> $`dengue disease`$privateGeneCount #> [1] 0 #> #> $`dengue disease`$publicGeneCount #> [1] 6 #> #> $`dengue disease`$urlId #> [1] "DOID_12205" #> #> $`dengue disease`$dbPhenotype #> [1] TRUE #> #> $`dengue disease`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`dengue disease`$`_is_leaf` #> [1] FALSE #> #> $`dengue disease`$children #> $`dengue disease`$children[[1]] #> [1] "DOID_12206<DOID_12205<DOID_934<DOID_0050117<DOID_4" #> #> $`dengue disease`$children[[2]] #> [1] "DOID_0050125<DOID_12205<DOID_934<DOID_0050117<DOID_4" #> #> #> $`dengue disease`$value #> [1] "dengue disease" #> #> #> $`dengue hemorrhagic fever` #> $`dengue hemorrhagic fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12206" #> #> $`dengue hemorrhagic fever`$`_id` #> [1] "DOID_12206<DOID_12205<DOID_934<DOID_0050117<DOID_4" #> #> $`dengue hemorrhagic fever`$privateGeneCount #> [1] 0 #> #> $`dengue hemorrhagic fever`$publicGeneCount #> [1] 4 #> #> $`dengue hemorrhagic fever`$urlId #> [1] "DOID_12206" #> #> $`dengue hemorrhagic fever`$dbPhenotype #> [1] TRUE #> #> $`dengue hemorrhagic fever`$`_parent` #> [1] "DOID_12205<DOID_934<DOID_0050117<DOID_4" #> #> $`dengue hemorrhagic fever`$`_is_leaf` #> [1] TRUE #> #> $`dengue hemorrhagic fever`$children #> list() #> #> $`dengue hemorrhagic fever`$value #> [1] "dengue hemorrhagic fever" #> #> #> $`dengue shock syndrome` #> $`dengue shock syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050125" #> #> $`dengue shock syndrome`$`_id` #> [1] "DOID_0050125<DOID_12205<DOID_934<DOID_0050117<DOID_4" #> #> $`dengue shock syndrome`$privateGeneCount #> [1] 0 #> #> $`dengue shock syndrome`$publicGeneCount #> [1] 3 #> #> $`dengue shock syndrome`$urlId #> [1] "DOID_0050125" #> #> $`dengue shock syndrome`$dbPhenotype #> [1] TRUE #> #> $`dengue shock syndrome`$`_parent` #> [1] "DOID_12205<DOID_934<DOID_0050117<DOID_4" #> #> $`dengue shock syndrome`$`_is_leaf` #> [1] TRUE #> #> $`dengue shock syndrome`$children #> list() #> #> $`dengue shock syndrome`$value #> [1] "dengue shock syndrome" #> #> #> $`Dent disease` #> $`Dent disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050699" #> #> $`Dent disease`$`_id` #> [1] "DOID_0050699<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Dent disease`$privateGeneCount #> [1] 0 #> #> $`Dent disease`$publicGeneCount #> [1] 2 #> #> $`Dent disease`$urlId #> [1] "DOID_0050699" #> #> $`Dent disease`$dbPhenotype #> [1] TRUE #> #> $`Dent disease`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Dent disease`$`_is_leaf` #> [1] TRUE #> #> $`Dent disease`$children #> list() #> #> $`Dent disease`$value #> [1] "Dent disease" #> #> #> $`Dent disease` #> $`Dent disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050699" #> #> $`Dent disease`$`_id` #> [1] "DOID_0050699<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Dent disease`$privateGeneCount #> [1] 0 #> #> $`Dent disease`$publicGeneCount #> [1] 2 #> #> $`Dent disease`$urlId #> [1] "DOID_0050699" #> #> $`Dent disease`$dbPhenotype #> [1] TRUE #> #> $`Dent disease`$`_parent` #> [1] "DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Dent disease`$`_is_leaf` #> [1] TRUE #> #> $`Dent disease`$children #> list() #> #> $`Dent disease`$value #> [1] "Dent disease" #> #> #> $`dental caries` #> $`dental caries`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_216" #> #> $`dental caries`$`_id` #> [1] "DOID_216<DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`dental caries`$privateGeneCount #> [1] 0 #> #> $`dental caries`$publicGeneCount #> [1] 18 #> #> $`dental caries`$urlId #> [1] "DOID_216" #> #> $`dental caries`$dbPhenotype #> [1] TRUE #> #> $`dental caries`$`_parent` #> [1] "DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`dental caries`$`_is_leaf` #> [1] TRUE #> #> $`dental caries`$children #> list() #> #> $`dental caries`$value #> [1] "dental caries" #> #> #> $`dental enamel hypoplasia` #> $`dental enamel hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_693" #> #> $`dental enamel hypoplasia`$`_id` #> [1] "DOID_693<DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`dental enamel hypoplasia`$privateGeneCount #> [1] 0 #> #> $`dental enamel hypoplasia`$publicGeneCount #> [1] 13 #> #> $`dental enamel hypoplasia`$urlId #> [1] "DOID_693" #> #> $`dental enamel hypoplasia`$dbPhenotype #> [1] FALSE #> #> $`dental enamel hypoplasia`$`_parent` #> [1] "DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`dental enamel hypoplasia`$`_is_leaf` #> [1] FALSE #> #> $`dental enamel hypoplasia`$children #> $`dental enamel hypoplasia`$children[[1]] #> [1] "DOID_2187<DOID_693<DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`dental enamel hypoplasia`$value #> [1] "dental enamel hypoplasia" #> #> #> $`dentatorubral-pallidoluysian atrophy` #> $`dentatorubral-pallidoluysian atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060162" #> #> $`dentatorubral-pallidoluysian atrophy`$`_id` #> [1] "DOID_0060162<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`dentatorubral-pallidoluysian atrophy`$privateGeneCount #> [1] 0 #> #> $`dentatorubral-pallidoluysian atrophy`$publicGeneCount #> [1] 13 #> #> $`dentatorubral-pallidoluysian atrophy`$urlId #> [1] "DOID_0060162" #> #> $`dentatorubral-pallidoluysian atrophy`$dbPhenotype #> [1] TRUE #> #> $`dentatorubral-pallidoluysian atrophy`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`dentatorubral-pallidoluysian atrophy`$`_is_leaf` #> [1] TRUE #> #> $`dentatorubral-pallidoluysian atrophy`$children #> list() #> #> $`dentatorubral-pallidoluysian atrophy`$value #> [1] "dentatorubral-pallidoluysian atrophy" #> #> #> $`dentatorubral-pallidoluysian atrophy` #> $`dentatorubral-pallidoluysian atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060162" #> #> $`dentatorubral-pallidoluysian atrophy`$`_id` #> [1] "DOID_0060162<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`dentatorubral-pallidoluysian atrophy`$privateGeneCount #> [1] 0 #> #> $`dentatorubral-pallidoluysian atrophy`$publicGeneCount #> [1] 13 #> #> $`dentatorubral-pallidoluysian atrophy`$urlId #> [1] "DOID_0060162" #> #> $`dentatorubral-pallidoluysian atrophy`$dbPhenotype #> [1] TRUE #> #> $`dentatorubral-pallidoluysian atrophy`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`dentatorubral-pallidoluysian atrophy`$`_is_leaf` #> [1] TRUE #> #> $`dentatorubral-pallidoluysian atrophy`$children #> list() #> #> $`dentatorubral-pallidoluysian atrophy`$value #> [1] "dentatorubral-pallidoluysian atrophy" #> #> #> $`dentatorubral-pallidoluysian atrophy` #> $`dentatorubral-pallidoluysian atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060162" #> #> $`dentatorubral-pallidoluysian atrophy`$`_id` #> [1] "DOID_0060162<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`dentatorubral-pallidoluysian atrophy`$privateGeneCount #> [1] 0 #> #> $`dentatorubral-pallidoluysian atrophy`$publicGeneCount #> [1] 13 #> #> $`dentatorubral-pallidoluysian atrophy`$urlId #> [1] "DOID_0060162" #> #> $`dentatorubral-pallidoluysian atrophy`$dbPhenotype #> [1] TRUE #> #> $`dentatorubral-pallidoluysian atrophy`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`dentatorubral-pallidoluysian atrophy`$`_is_leaf` #> [1] TRUE #> #> $`dentatorubral-pallidoluysian atrophy`$children #> list() #> #> $`dentatorubral-pallidoluysian atrophy`$value #> [1] "dentatorubral-pallidoluysian atrophy" #> #> #> $`dentin dysplasia` #> $`dentin dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_701" #> #> $`dentin dysplasia`$`_id` #> [1] "DOID_701<DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`dentin dysplasia`$privateGeneCount #> [1] 0 #> #> $`dentin dysplasia`$publicGeneCount #> [1] 2 #> #> $`dentin dysplasia`$urlId #> [1] "DOID_701" #> #> $`dentin dysplasia`$dbPhenotype #> [1] TRUE #> #> $`dentin dysplasia`$`_parent` #> [1] "DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`dentin dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`dentin dysplasia`$children #> list() #> #> $`dentin dysplasia`$value #> [1] "dentin dysplasia" #> #> #> $`dentinogenesis imperfecta` #> $`dentinogenesis imperfecta`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4154" #> #> $`dentinogenesis imperfecta`$`_id` #> [1] "DOID_4154<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`dentinogenesis imperfecta`$privateGeneCount #> [1] 0 #> #> $`dentinogenesis imperfecta`$publicGeneCount #> [1] 1 #> #> $`dentinogenesis imperfecta`$urlId #> [1] "DOID_4154" #> #> $`dentinogenesis imperfecta`$dbPhenotype #> [1] TRUE #> #> $`dentinogenesis imperfecta`$`_parent` #> [1] "DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`dentinogenesis imperfecta`$`_is_leaf` #> [1] TRUE #> #> $`dentinogenesis imperfecta`$children #> list() #> #> $`dentinogenesis imperfecta`$value #> [1] "dentinogenesis imperfecta" #> #> #> $`Denys-Drash syndrome` #> $`Denys-Drash syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3764" #> #> $`Denys-Drash syndrome`$`_id` #> [1] "DOID_3764<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Denys-Drash syndrome`$privateGeneCount #> [1] 0 #> #> $`Denys-Drash syndrome`$publicGeneCount #> [1] 1 #> #> $`Denys-Drash syndrome`$urlId #> [1] "DOID_3764" #> #> $`Denys-Drash syndrome`$dbPhenotype #> [1] TRUE #> #> $`Denys-Drash syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Denys-Drash syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Denys-Drash syndrome`$children #> list() #> #> $`Denys-Drash syndrome`$value #> [1] "Denys-Drash syndrome" #> #> #> $`Denys-Drash syndrome` #> $`Denys-Drash syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3764" #> #> $`Denys-Drash syndrome`$`_id` #> [1] "DOID_3764<DOID_225<DOID_4" #> #> $`Denys-Drash syndrome`$privateGeneCount #> [1] 0 #> #> $`Denys-Drash syndrome`$publicGeneCount #> [1] 1 #> #> $`Denys-Drash syndrome`$urlId #> [1] "DOID_3764" #> #> $`Denys-Drash syndrome`$dbPhenotype #> [1] TRUE #> #> $`Denys-Drash syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Denys-Drash syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Denys-Drash syndrome`$children #> list() #> #> $`Denys-Drash syndrome`$value #> [1] "Denys-Drash syndrome" #> #> #> $dermatitis #> $dermatitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2723" #> #> $dermatitis$`_id` #> [1] "DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatitis$privateGeneCount #> [1] 0 #> #> $dermatitis$publicGeneCount #> [1] 264 #> #> $dermatitis$urlId #> [1] "DOID_2723" #> #> $dermatitis$dbPhenotype #> [1] TRUE #> #> $dermatitis$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatitis$`_is_leaf` #> [1] FALSE #> #> $dermatitis$children #> $dermatitis$children[[1]] #> [1] "DOID_2722<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatitis$children[[2]] #> [1] "DOID_3310<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatitis$children[[3]] #> [1] "DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatitis$children[[4]] #> [1] "DOID_2773<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatitis$children[[5]] #> [1] "DOID_3159<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatitis$children[[6]] #> [1] "DOID_4398<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatitis$children[[7]] #> [1] "DOID_4223<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatitis$children[[8]] #> [1] "DOID_8741<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $dermatitis$value #> [1] "dermatitis" #> #> #> $`dermatitis herpetiformis` #> $`dermatitis herpetiformis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8505" #> #> $`dermatitis herpetiformis`$`_id` #> [1] "DOID_8505<DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$privateGeneCount #> [1] 0 #> #> $`dermatitis herpetiformis`$publicGeneCount #> [1] 4 #> #> $`dermatitis herpetiformis`$urlId #> [1] "DOID_8505" #> #> $`dermatitis herpetiformis`$dbPhenotype #> [1] TRUE #> #> $`dermatitis herpetiformis`$`_parent` #> [1] "DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$`_is_leaf` #> [1] TRUE #> #> $`dermatitis herpetiformis`$children #> list() #> #> $`dermatitis herpetiformis`$value #> [1] "dermatitis herpetiformis" #> #> #> $`dermatitis herpetiformis` #> $`dermatitis herpetiformis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8505" #> #> $`dermatitis herpetiformis`$`_id` #> [1] "DOID_8505<DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$privateGeneCount #> [1] 0 #> #> $`dermatitis herpetiformis`$publicGeneCount #> [1] 4 #> #> $`dermatitis herpetiformis`$urlId #> [1] "DOID_8505" #> #> $`dermatitis herpetiformis`$dbPhenotype #> [1] TRUE #> #> $`dermatitis herpetiformis`$`_parent` #> [1] "DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$`_is_leaf` #> [1] TRUE #> #> $`dermatitis herpetiformis`$children #> list() #> #> $`dermatitis herpetiformis`$value #> [1] "dermatitis herpetiformis" #> #> #> $`dermatitis herpetiformis` #> $`dermatitis herpetiformis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8505" #> #> $`dermatitis herpetiformis`$`_id` #> [1] "DOID_8505<DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$privateGeneCount #> [1] 0 #> #> $`dermatitis herpetiformis`$publicGeneCount #> [1] 4 #> #> $`dermatitis herpetiformis`$urlId #> [1] "DOID_8505" #> #> $`dermatitis herpetiformis`$dbPhenotype #> [1] TRUE #> #> $`dermatitis herpetiformis`$`_parent` #> [1] "DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$`_is_leaf` #> [1] TRUE #> #> $`dermatitis herpetiformis`$children #> list() #> #> $`dermatitis herpetiformis`$value #> [1] "dermatitis herpetiformis" #> #> #> $`dermatitis herpetiformis` #> $`dermatitis herpetiformis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8505" #> #> $`dermatitis herpetiformis`$`_id` #> [1] "DOID_8505<DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$privateGeneCount #> [1] 0 #> #> $`dermatitis herpetiformis`$publicGeneCount #> [1] 4 #> #> $`dermatitis herpetiformis`$urlId #> [1] "DOID_8505" #> #> $`dermatitis herpetiformis`$dbPhenotype #> [1] TRUE #> #> $`dermatitis herpetiformis`$`_parent` #> [1] "DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$`_is_leaf` #> [1] TRUE #> #> $`dermatitis herpetiformis`$children #> list() #> #> $`dermatitis herpetiformis`$value #> [1] "dermatitis herpetiformis" #> #> #> $`dermatitis herpetiformis` #> $`dermatitis herpetiformis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8505" #> #> $`dermatitis herpetiformis`$`_id` #> [1] "DOID_8505<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$privateGeneCount #> [1] 0 #> #> $`dermatitis herpetiformis`$publicGeneCount #> [1] 4 #> #> $`dermatitis herpetiformis`$urlId #> [1] "DOID_8505" #> #> $`dermatitis herpetiformis`$dbPhenotype #> [1] TRUE #> #> $`dermatitis herpetiformis`$`_parent` #> [1] "DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$`_is_leaf` #> [1] TRUE #> #> $`dermatitis herpetiformis`$children #> list() #> #> $`dermatitis herpetiformis`$value #> [1] "dermatitis herpetiformis" #> #> #> $`dermatitis herpetiformis` #> $`dermatitis herpetiformis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8505" #> #> $`dermatitis herpetiformis`$`_id` #> [1] "DOID_8505<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$privateGeneCount #> [1] 0 #> #> $`dermatitis herpetiformis`$publicGeneCount #> [1] 4 #> #> $`dermatitis herpetiformis`$urlId #> [1] "DOID_8505" #> #> $`dermatitis herpetiformis`$dbPhenotype #> [1] TRUE #> #> $`dermatitis herpetiformis`$`_parent` #> [1] "DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`dermatitis herpetiformis`$`_is_leaf` #> [1] TRUE #> #> $`dermatitis herpetiformis`$children #> list() #> #> $`dermatitis herpetiformis`$value #> [1] "dermatitis herpetiformis" #> #> #> $`dermatofibrosarcoma protuberans` #> $`dermatofibrosarcoma protuberans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3507" #> #> $`dermatofibrosarcoma protuberans`$`_id` #> [1] "DOID_3507<DOID_3355<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`dermatofibrosarcoma protuberans`$privateGeneCount #> [1] 0 #> #> $`dermatofibrosarcoma protuberans`$publicGeneCount #> [1] 2 #> #> $`dermatofibrosarcoma protuberans`$urlId #> [1] "DOID_3507" #> #> $`dermatofibrosarcoma protuberans`$dbPhenotype #> [1] TRUE #> #> $`dermatofibrosarcoma protuberans`$`_parent` #> [1] "DOID_3355<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`dermatofibrosarcoma protuberans`$`_is_leaf` #> [1] TRUE #> #> $`dermatofibrosarcoma protuberans`$children #> list() #> #> $`dermatofibrosarcoma protuberans`$value #> [1] "dermatofibrosarcoma protuberans" #> #> #> $`dermatofibrosarcoma protuberans` #> $`dermatofibrosarcoma protuberans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3507" #> #> $`dermatofibrosarcoma protuberans`$`_id` #> [1] "DOID_3507<DOID_3355<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`dermatofibrosarcoma protuberans`$privateGeneCount #> [1] 0 #> #> $`dermatofibrosarcoma protuberans`$publicGeneCount #> [1] 2 #> #> $`dermatofibrosarcoma protuberans`$urlId #> [1] "DOID_3507" #> #> $`dermatofibrosarcoma protuberans`$dbPhenotype #> [1] TRUE #> #> $`dermatofibrosarcoma protuberans`$`_parent` #> [1] "DOID_3355<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`dermatofibrosarcoma protuberans`$`_is_leaf` #> [1] TRUE #> #> $`dermatofibrosarcoma protuberans`$children #> list() #> #> $`dermatofibrosarcoma protuberans`$value #> [1] "dermatofibrosarcoma protuberans" #> #> #> $`dermatofibrosarcoma protuberans` #> $`dermatofibrosarcoma protuberans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3507" #> #> $`dermatofibrosarcoma protuberans`$`_id` #> [1] "DOID_3507<DOID_3355<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`dermatofibrosarcoma protuberans`$privateGeneCount #> [1] 0 #> #> $`dermatofibrosarcoma protuberans`$publicGeneCount #> [1] 2 #> #> $`dermatofibrosarcoma protuberans`$urlId #> [1] "DOID_3507" #> #> $`dermatofibrosarcoma protuberans`$dbPhenotype #> [1] TRUE #> #> $`dermatofibrosarcoma protuberans`$`_parent` #> [1] "DOID_3355<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`dermatofibrosarcoma protuberans`$`_is_leaf` #> [1] TRUE #> #> $`dermatofibrosarcoma protuberans`$children #> list() #> #> $`dermatofibrosarcoma protuberans`$value #> [1] "dermatofibrosarcoma protuberans" #> #> #> $`Dermatological manifestations of systemic disorders` #> $`Dermatological manifestations of systemic disorders`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001005" #> #> $`Dermatological manifestations of systemic disorders`$`_id` #> [1] "HP_0001005<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Dermatological manifestations of systemic disorders`$privateGeneCount #> [1] 0 #> #> $`Dermatological manifestations of systemic disorders`$publicGeneCount #> [1] 7 #> #> $`Dermatological manifestations of systemic disorders`$urlId #> [1] "HP_0001005" #> #> $`Dermatological manifestations of systemic disorders`$dbPhenotype #> [1] FALSE #> #> $`Dermatological manifestations of systemic disorders`$`_parent` #> [1] "HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Dermatological manifestations of systemic disorders`$`_is_leaf` #> [1] FALSE #> #> $`Dermatological manifestations of systemic disorders`$children #> $`Dermatological manifestations of systemic disorders`$children[[1]] #> [1] "HP_0000961<HP_0001005<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Dermatological manifestations of systemic disorders`$children[[2]] #> [1] "HP_0000952<HP_0001005<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Dermatological manifestations of systemic disorders`$value #> [1] "Dermatological manifestations of systemic disorders" #> #> #> $dermatomycosis #> $dermatomycosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1563" #> #> $dermatomycosis$`_id` #> [1] "DOID_1563<DOID_0050134<DOID_1564<DOID_0050117<DOID_4" #> #> $dermatomycosis$privateGeneCount #> [1] 0 #> #> $dermatomycosis$publicGeneCount #> [1] 1 #> #> $dermatomycosis$urlId #> [1] "DOID_1563" #> #> $dermatomycosis$dbPhenotype #> [1] FALSE #> #> $dermatomycosis$`_parent` #> [1] "DOID_0050134<DOID_1564<DOID_0050117<DOID_4" #> #> $dermatomycosis$`_is_leaf` #> [1] FALSE #> #> $dermatomycosis$children #> $dermatomycosis$children[[1]] #> [1] "DOID_13078<DOID_1563<DOID_0050134<DOID_1564<DOID_0050117<DOID_4" #> #> #> $dermatomycosis$value #> [1] "dermatomycosis" #> #> #> $dermatomycosis #> $dermatomycosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1563" #> #> $dermatomycosis$`_id` #> [1] "DOID_1563<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatomycosis$privateGeneCount #> [1] 0 #> #> $dermatomycosis$publicGeneCount #> [1] 1 #> #> $dermatomycosis$urlId #> [1] "DOID_1563" #> #> $dermatomycosis$dbPhenotype #> [1] FALSE #> #> $dermatomycosis$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatomycosis$`_is_leaf` #> [1] FALSE #> #> $dermatomycosis$children #> $dermatomycosis$children[[1]] #> [1] "DOID_13078<DOID_1563<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $dermatomycosis$value #> [1] "dermatomycosis" #> #> #> $dermatomyositis #> $dermatomyositis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10223" #> #> $dermatomyositis$`_id` #> [1] "DOID_10223<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatomyositis$privateGeneCount #> [1] 0 #> #> $dermatomyositis$publicGeneCount #> [1] 25 #> #> $dermatomyositis$urlId #> [1] "DOID_10223" #> #> $dermatomyositis$dbPhenotype #> [1] TRUE #> #> $dermatomyositis$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $dermatomyositis$`_is_leaf` #> [1] FALSE #> #> $dermatomyositis$children #> $dermatomyositis$children[[1]] #> [1] "DOID_14203<DOID_10223<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $dermatomyositis$value #> [1] "dermatomyositis" #> #> #> $dermatomyositis #> $dermatomyositis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10223" #> #> $dermatomyositis$`_id` #> [1] "DOID_10223<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $dermatomyositis$privateGeneCount #> [1] 0 #> #> $dermatomyositis$publicGeneCount #> [1] 25 #> #> $dermatomyositis$urlId #> [1] "DOID_10223" #> #> $dermatomyositis$dbPhenotype #> [1] TRUE #> #> $dermatomyositis$`_parent` #> [1] "DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $dermatomyositis$`_is_leaf` #> [1] FALSE #> #> $dermatomyositis$children #> $dermatomyositis$children[[1]] #> [1] "DOID_14203<DOID_10223<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $dermatomyositis$value #> [1] "dermatomyositis" #> #> #> $`Desbuquois dysplasia` #> $`Desbuquois dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060462" #> #> $`Desbuquois dysplasia`$`_id` #> [1] "DOID_0060462<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Desbuquois dysplasia`$privateGeneCount #> [1] 0 #> #> $`Desbuquois dysplasia`$publicGeneCount #> [1] 2 #> #> $`Desbuquois dysplasia`$urlId #> [1] "DOID_0060462" #> #> $`Desbuquois dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Desbuquois dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Desbuquois dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Desbuquois dysplasia`$children #> list() #> #> $`Desbuquois dysplasia`$value #> [1] "Desbuquois dysplasia" #> #> #> $`developmental coordination disorder` #> $`developmental coordination disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9923" #> #> $`developmental coordination disorder`$`_id` #> [1] "DOID_9923<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`developmental coordination disorder`$privateGeneCount #> [1] 0 #> #> $`developmental coordination disorder`$publicGeneCount #> [1] 6 #> #> $`developmental coordination disorder`$urlId #> [1] "DOID_9923" #> #> $`developmental coordination disorder`$dbPhenotype #> [1] TRUE #> #> $`developmental coordination disorder`$`_parent` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`developmental coordination disorder`$`_is_leaf` #> [1] TRUE #> #> $`developmental coordination disorder`$children #> list() #> #> $`developmental coordination disorder`$value #> [1] "developmental coordination disorder" #> #> #> $`developmental disorder of mental health` #> $`developmental disorder of mental health`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060037" #> #> $`developmental disorder of mental health`$`_id` #> [1] "DOID_0060037<DOID_150<DOID_4" #> #> $`developmental disorder of mental health`$privateGeneCount #> [1] 0 #> #> $`developmental disorder of mental health`$publicGeneCount #> [1] 1472 #> #> $`developmental disorder of mental health`$urlId #> [1] "DOID_0060037" #> #> $`developmental disorder of mental health`$dbPhenotype #> [1] FALSE #> #> $`developmental disorder of mental health`$`_parent` #> [1] "DOID_150<DOID_4" #> #> $`developmental disorder of mental health`$`_is_leaf` #> [1] FALSE #> #> $`developmental disorder of mental health`$children #> $`developmental disorder of mental health`$children[[1]] #> [1] "DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`developmental disorder of mental health`$children[[2]] #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`developmental disorder of mental health`$value #> [1] "developmental disorder of mental health" #> #> #> $dextrocardia #> $dextrocardia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9565" #> #> $dextrocardia$`_id` #> [1] "DOID_9565<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $dextrocardia$privateGeneCount #> [1] 0 #> #> $dextrocardia$publicGeneCount #> [1] 1 #> #> $dextrocardia$urlId #> [1] "DOID_9565" #> #> $dextrocardia$dbPhenotype #> [1] TRUE #> #> $dextrocardia$`_parent` #> [1] "DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $dextrocardia$`_is_leaf` #> [1] TRUE #> #> $dextrocardia$children #> list() #> #> $dextrocardia$value #> [1] "dextrocardia" #> #> #> $`diabetes insipidus` #> $`diabetes insipidus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9409" #> #> $`diabetes insipidus`$`_id` #> [1] "DOID_9409<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`diabetes insipidus`$privateGeneCount #> [1] 0 #> #> $`diabetes insipidus`$publicGeneCount #> [1] 4 #> #> $`diabetes insipidus`$urlId #> [1] "DOID_9409" #> #> $`diabetes insipidus`$dbPhenotype #> [1] TRUE #> #> $`diabetes insipidus`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`diabetes insipidus`$`_is_leaf` #> [1] TRUE #> #> $`diabetes insipidus`$children #> list() #> #> $`diabetes insipidus`$value #> [1] "diabetes insipidus" #> #> #> $`diabetes mellitus` #> $`diabetes mellitus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9351" #> #> $`diabetes mellitus`$`_id` #> [1] "DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`diabetes mellitus`$privateGeneCount #> [1] 0 #> #> $`diabetes mellitus`$publicGeneCount #> [1] 507 #> #> $`diabetes mellitus`$urlId #> [1] "DOID_9351" #> #> $`diabetes mellitus`$dbPhenotype #> [1] TRUE #> #> $`diabetes mellitus`$`_parent` #> [1] "DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`diabetes mellitus`$`_is_leaf` #> [1] FALSE #> #> $`diabetes mellitus`$children #> $`diabetes mellitus`$children[[1]] #> [1] "DOID_11714<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`diabetes mellitus`$children[[2]] #> [1] "DOID_0050524<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`diabetes mellitus`$children[[3]] #> [1] "DOID_11717<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`diabetes mellitus`$children[[4]] #> [1] "DOID_11716<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`diabetes mellitus`$children[[5]] #> [1] "DOID_9744<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`diabetes mellitus`$children[[6]] #> [1] "DOID_9352<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`diabetes mellitus`$value #> [1] "diabetes mellitus" #> #> #> $`Diabetes mellitus` #> $`Diabetes mellitus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000819" #> #> $`Diabetes mellitus`$`_id` #> [1] "HP_0000819<HP_0000818<HP_0000118<HP_0000001" #> #> $`Diabetes mellitus`$privateGeneCount #> [1] 0 #> #> $`Diabetes mellitus`$publicGeneCount #> [1] 1 #> #> $`Diabetes mellitus`$urlId #> [1] "HP_0000819" #> #> $`Diabetes mellitus`$dbPhenotype #> [1] FALSE #> #> $`Diabetes mellitus`$`_parent` #> [1] "HP_0000818<HP_0000118<HP_0000001" #> #> $`Diabetes mellitus`$`_is_leaf` #> [1] FALSE #> #> $`Diabetes mellitus`$children #> $`Diabetes mellitus`$children[[1]] #> [1] "HP_0005978<HP_0000819<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Diabetes mellitus`$value #> [1] "Diabetes mellitus" #> #> #> $`Diabetes mellitus` #> $`Diabetes mellitus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000819" #> #> $`Diabetes mellitus`$`_id` #> [1] "HP_0000819<HP_0001952<HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Diabetes mellitus`$privateGeneCount #> [1] 0 #> #> $`Diabetes mellitus`$publicGeneCount #> [1] 1 #> #> $`Diabetes mellitus`$urlId #> [1] "HP_0000819" #> #> $`Diabetes mellitus`$dbPhenotype #> [1] FALSE #> #> $`Diabetes mellitus`$`_parent` #> [1] "HP_0001952<HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Diabetes mellitus`$`_is_leaf` #> [1] FALSE #> #> $`Diabetes mellitus`$children #> $`Diabetes mellitus`$children[[1]] #> [1] "HP_0005978<HP_0000819<HP_0001952<HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Diabetes mellitus`$value #> [1] "Diabetes mellitus" #> #> #> $`diabetic angiopathy` #> $`diabetic angiopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11713" #> #> $`diabetic angiopathy`$`_id` #> [1] "DOID_11713<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`diabetic angiopathy`$privateGeneCount #> [1] 0 #> #> $`diabetic angiopathy`$publicGeneCount #> [1] 38 #> #> $`diabetic angiopathy`$urlId #> [1] "DOID_11713" #> #> $`diabetic angiopathy`$dbPhenotype #> [1] TRUE #> #> $`diabetic angiopathy`$`_parent` #> [1] "DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`diabetic angiopathy`$`_is_leaf` #> [1] TRUE #> #> $`diabetic angiopathy`$children #> list() #> #> $`diabetic angiopathy`$value #> [1] "diabetic angiopathy" #> #> #> $`diabetic autonomic neuropathy` #> $`diabetic autonomic neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11503" #> #> $`diabetic autonomic neuropathy`$`_id` #> [1] "DOID_11503<DOID_11504<DOID_11465<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`diabetic autonomic neuropathy`$privateGeneCount #> [1] 0 #> #> $`diabetic autonomic neuropathy`$publicGeneCount #> [1] 39 #> #> $`diabetic autonomic neuropathy`$urlId #> [1] "DOID_11503" #> #> $`diabetic autonomic neuropathy`$dbPhenotype #> [1] TRUE #> #> $`diabetic autonomic neuropathy`$`_parent` #> [1] "DOID_11504<DOID_11465<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`diabetic autonomic neuropathy`$`_is_leaf` #> [1] TRUE #> #> $`diabetic autonomic neuropathy`$children #> list() #> #> $`diabetic autonomic neuropathy`$value #> [1] "diabetic autonomic neuropathy" #> #> #> $`diabetic cataract` #> $`diabetic cataract`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13328" #> #> $`diabetic cataract`$`_id` #> [1] "DOID_13328<DOID_83<DOID_0050177<DOID_630<DOID_4" #> #> $`diabetic cataract`$privateGeneCount #> [1] 0 #> #> $`diabetic cataract`$publicGeneCount #> [1] 2 #> #> $`diabetic cataract`$urlId #> [1] "DOID_13328" #> #> $`diabetic cataract`$dbPhenotype #> [1] TRUE #> #> $`diabetic cataract`$`_parent` #> [1] "DOID_83<DOID_0050177<DOID_630<DOID_4" #> #> $`diabetic cataract`$`_is_leaf` #> [1] TRUE #> #> $`diabetic cataract`$children #> list() #> #> $`diabetic cataract`$value #> [1] "diabetic cataract" #> #> #> $`diabetic cataract` #> $`diabetic cataract`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13328" #> #> $`diabetic cataract`$`_id` #> [1] "DOID_13328<DOID_83<DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`diabetic cataract`$privateGeneCount #> [1] 0 #> #> $`diabetic cataract`$publicGeneCount #> [1] 2 #> #> $`diabetic cataract`$urlId #> [1] "DOID_13328" #> #> $`diabetic cataract`$dbPhenotype #> [1] TRUE #> #> $`diabetic cataract`$`_parent` #> [1] "DOID_83<DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`diabetic cataract`$`_is_leaf` #> [1] TRUE #> #> $`diabetic cataract`$children #> list() #> #> $`diabetic cataract`$value #> [1] "diabetic cataract" #> #> #> $`diabetic ketoacidosis` #> $`diabetic ketoacidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1837" #> #> $`diabetic ketoacidosis`$`_id` #> [1] "DOID_1837<DOID_9352<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`diabetic ketoacidosis`$privateGeneCount #> [1] 0 #> #> $`diabetic ketoacidosis`$publicGeneCount #> [1] 4 #> #> $`diabetic ketoacidosis`$urlId #> [1] "DOID_1837" #> #> $`diabetic ketoacidosis`$dbPhenotype #> [1] TRUE #> #> $`diabetic ketoacidosis`$`_parent` #> [1] "DOID_9352<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`diabetic ketoacidosis`$`_is_leaf` #> [1] TRUE #> #> $`diabetic ketoacidosis`$children #> list() #> #> $`diabetic ketoacidosis`$value #> [1] "diabetic ketoacidosis" #> #> #> $`diabetic neuropathy` #> $`diabetic neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9743" #> #> $`diabetic neuropathy`$`_id` #> [1] "DOID_9743<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`diabetic neuropathy`$privateGeneCount #> [1] 0 #> #> $`diabetic neuropathy`$publicGeneCount #> [1] 39 #> #> $`diabetic neuropathy`$urlId #> [1] "DOID_9743" #> #> $`diabetic neuropathy`$dbPhenotype #> [1] TRUE #> #> $`diabetic neuropathy`$`_parent` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`diabetic neuropathy`$`_is_leaf` #> [1] FALSE #> #> $`diabetic neuropathy`$children #> $`diabetic neuropathy`$children[[1]] #> [1] "DOID_12785<DOID_9743<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`diabetic neuropathy`$value #> [1] "diabetic neuropathy" #> #> #> $`diabetic polyneuropathy` #> $`diabetic polyneuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12785" #> #> $`diabetic polyneuropathy`$`_id` #> [1] "DOID_12785<DOID_9743<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`diabetic polyneuropathy`$privateGeneCount #> [1] 0 #> #> $`diabetic polyneuropathy`$publicGeneCount #> [1] 39 #> #> $`diabetic polyneuropathy`$urlId #> [1] "DOID_12785" #> #> $`diabetic polyneuropathy`$dbPhenotype #> [1] TRUE #> #> $`diabetic polyneuropathy`$`_parent` #> [1] "DOID_9743<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`diabetic polyneuropathy`$`_is_leaf` #> [1] TRUE #> #> $`diabetic polyneuropathy`$children #> list() #> #> $`diabetic polyneuropathy`$value #> [1] "diabetic polyneuropathy" #> #> #> $`diabetic retinopathy` #> $`diabetic retinopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8947" #> #> $`diabetic retinopathy`$`_id` #> [1] "DOID_8947<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`diabetic retinopathy`$privateGeneCount #> [1] 0 #> #> $`diabetic retinopathy`$publicGeneCount #> [1] 92 #> #> $`diabetic retinopathy`$urlId #> [1] "DOID_8947" #> #> $`diabetic retinopathy`$dbPhenotype #> [1] TRUE #> #> $`diabetic retinopathy`$`_parent` #> [1] "DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`diabetic retinopathy`$`_is_leaf` #> [1] TRUE #> #> $`diabetic retinopathy`$children #> list() #> #> $`diabetic retinopathy`$value #> [1] "diabetic retinopathy" #> #> #> $`diabetic retinopathy` #> $`diabetic retinopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8947" #> #> $`diabetic retinopathy`$`_id` #> [1] "DOID_8947<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`diabetic retinopathy`$privateGeneCount #> [1] 0 #> #> $`diabetic retinopathy`$publicGeneCount #> [1] 92 #> #> $`diabetic retinopathy`$urlId #> [1] "DOID_8947" #> #> $`diabetic retinopathy`$dbPhenotype #> [1] TRUE #> #> $`diabetic retinopathy`$`_parent` #> [1] "DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`diabetic retinopathy`$`_is_leaf` #> [1] TRUE #> #> $`diabetic retinopathy`$children #> list() #> #> $`diabetic retinopathy`$value #> [1] "diabetic retinopathy" #> #> #> $`Dialeptic seizure` #> $`Dialeptic seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011146" #> #> $`Dialeptic seizure`$`_id` #> [1] "HP_0011146<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Dialeptic seizure`$privateGeneCount #> [1] 0 #> #> $`Dialeptic seizure`$publicGeneCount #> [1] 2 #> #> $`Dialeptic seizure`$urlId #> [1] "HP_0011146" #> #> $`Dialeptic seizure`$dbPhenotype #> [1] FALSE #> #> $`Dialeptic seizure`$`_parent` #> [1] "HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Dialeptic seizure`$`_is_leaf` #> [1] FALSE #> #> $`Dialeptic seizure`$children #> $`Dialeptic seizure`$children[[1]] #> [1] "HP_0002121<HP_0011146<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Dialeptic seizure`$value #> [1] "Dialeptic seizure" #> #> #> $`Diamond-Blackfan anemia` #> $`Diamond-Blackfan anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1339" #> #> $`Diamond-Blackfan anemia`$`_id` #> [1] "DOID_1339<DOID_1342<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`Diamond-Blackfan anemia`$privateGeneCount #> [1] 0 #> #> $`Diamond-Blackfan anemia`$publicGeneCount #> [1] 12 #> #> $`Diamond-Blackfan anemia`$urlId #> [1] "DOID_1339" #> #> $`Diamond-Blackfan anemia`$dbPhenotype #> [1] TRUE #> #> $`Diamond-Blackfan anemia`$`_parent` #> [1] "DOID_1342<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`Diamond-Blackfan anemia`$`_is_leaf` #> [1] TRUE #> #> $`Diamond-Blackfan anemia`$children #> list() #> #> $`Diamond-Blackfan anemia`$value #> [1] "Diamond-Blackfan anemia" #> #> #> $`diaphragm disease` #> $`diaphragm disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10481" #> #> $`diaphragm disease`$`_id` #> [1] "DOID_10481<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`diaphragm disease`$privateGeneCount #> [1] 0 #> #> $`diaphragm disease`$publicGeneCount #> [1] 42 #> #> $`diaphragm disease`$urlId #> [1] "DOID_10481" #> #> $`diaphragm disease`$dbPhenotype #> [1] FALSE #> #> $`diaphragm disease`$`_parent` #> [1] "DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`diaphragm disease`$`_is_leaf` #> [1] FALSE #> #> $`diaphragm disease`$children #> $`diaphragm disease`$children[[1]] #> [1] "DOID_3827<DOID_10481<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`diaphragm disease`$value #> [1] "diaphragm disease" #> #> #> $diarrhea #> $diarrhea$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13250" #> #> $diarrhea$`_id` #> [1] "DOID_13250<DOID_77<DOID_7<DOID_4" #> #> $diarrhea$privateGeneCount #> [1] 0 #> #> $diarrhea$publicGeneCount #> [1] 15 #> #> $diarrhea$urlId #> [1] "DOID_13250" #> #> $diarrhea$dbPhenotype #> [1] TRUE #> #> $diarrhea$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $diarrhea$`_is_leaf` #> [1] FALSE #> #> $diarrhea$children #> $diarrhea$children[[1]] #> [1] "DOID_0050129<DOID_13250<DOID_77<DOID_7<DOID_4" #> #> #> $diarrhea$value #> [1] "diarrhea" #> #> #> $`diastrophic dysplasia` #> $`diastrophic dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14687" #> #> $`diastrophic dysplasia`$`_id` #> [1] "DOID_14687<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`diastrophic dysplasia`$privateGeneCount #> [1] 0 #> #> $`diastrophic dysplasia`$publicGeneCount #> [1] 1 #> #> $`diastrophic dysplasia`$urlId #> [1] "DOID_14687" #> #> $`diastrophic dysplasia`$dbPhenotype #> [1] TRUE #> #> $`diastrophic dysplasia`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`diastrophic dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`diastrophic dysplasia`$children #> list() #> #> $`diastrophic dysplasia`$value #> [1] "diastrophic dysplasia" #> #> #> $`diastrophic dysplasia` #> $`diastrophic dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14687" #> #> $`diastrophic dysplasia`$`_id` #> [1] "DOID_14687<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`diastrophic dysplasia`$privateGeneCount #> [1] 0 #> #> $`diastrophic dysplasia`$publicGeneCount #> [1] 1 #> #> $`diastrophic dysplasia`$urlId #> [1] "DOID_14687" #> #> $`diastrophic dysplasia`$dbPhenotype #> [1] TRUE #> #> $`diastrophic dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`diastrophic dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`diastrophic dysplasia`$children #> list() #> #> $`diastrophic dysplasia`$value #> [1] "diastrophic dysplasia" #> #> #> $`Dicarboxylic aciduria` #> $`Dicarboxylic aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003215" #> #> $`Dicarboxylic aciduria`$`_id` #> [1] "HP_0003215<HP_0001992<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Dicarboxylic aciduria`$privateGeneCount #> [1] 0 #> #> $`Dicarboxylic aciduria`$publicGeneCount #> [1] 5 #> #> $`Dicarboxylic aciduria`$urlId #> [1] "HP_0003215" #> #> $`Dicarboxylic aciduria`$dbPhenotype #> [1] FALSE #> #> $`Dicarboxylic aciduria`$`_parent` #> [1] "HP_0001992<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Dicarboxylic aciduria`$`_is_leaf` #> [1] FALSE #> #> $`Dicarboxylic aciduria`$children #> $`Dicarboxylic aciduria`$children[[1]] #> [1] "HP_0003150<HP_0003215<HP_0001992<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Dicarboxylic aciduria`$value #> [1] "Dicarboxylic aciduria" #> #> #> $`differentiated thyroid gland carcinoma` #> $`differentiated thyroid gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080525" #> #> $`differentiated thyroid gland carcinoma`$`_id` #> [1] "DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`differentiated thyroid gland carcinoma`$publicGeneCount #> [1] 14 #> #> $`differentiated thyroid gland carcinoma`$urlId #> [1] "DOID_0080525" #> #> $`differentiated thyroid gland carcinoma`$dbPhenotype #> [1] FALSE #> #> $`differentiated thyroid gland carcinoma`$`_parent` #> [1] "DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`differentiated thyroid gland carcinoma`$children #> $`differentiated thyroid gland carcinoma`$children[[1]] #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$children[[2]] #> [1] "DOID_3969<DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`differentiated thyroid gland carcinoma`$value #> [1] "differentiated thyroid gland carcinoma" #> #> #> $`differentiated thyroid gland carcinoma` #> $`differentiated thyroid gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080525" #> #> $`differentiated thyroid gland carcinoma`$`_id` #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`differentiated thyroid gland carcinoma`$publicGeneCount #> [1] 14 #> #> $`differentiated thyroid gland carcinoma`$urlId #> [1] "DOID_0080525" #> #> $`differentiated thyroid gland carcinoma`$dbPhenotype #> [1] FALSE #> #> $`differentiated thyroid gland carcinoma`$`_parent` #> [1] "DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`differentiated thyroid gland carcinoma`$children #> $`differentiated thyroid gland carcinoma`$children[[1]] #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$children[[2]] #> [1] "DOID_3969<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`differentiated thyroid gland carcinoma`$value #> [1] "differentiated thyroid gland carcinoma" #> #> #> $`differentiated thyroid gland carcinoma` #> $`differentiated thyroid gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080525" #> #> $`differentiated thyroid gland carcinoma`$`_id` #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`differentiated thyroid gland carcinoma`$publicGeneCount #> [1] 14 #> #> $`differentiated thyroid gland carcinoma`$urlId #> [1] "DOID_0080525" #> #> $`differentiated thyroid gland carcinoma`$dbPhenotype #> [1] FALSE #> #> $`differentiated thyroid gland carcinoma`$`_parent` #> [1] "DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`differentiated thyroid gland carcinoma`$children #> $`differentiated thyroid gland carcinoma`$children[[1]] #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$children[[2]] #> [1] "DOID_3969<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $`differentiated thyroid gland carcinoma`$value #> [1] "differentiated thyroid gland carcinoma" #> #> #> $`differentiated thyroid gland carcinoma` #> $`differentiated thyroid gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080525" #> #> $`differentiated thyroid gland carcinoma`$`_id` #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`differentiated thyroid gland carcinoma`$publicGeneCount #> [1] 14 #> #> $`differentiated thyroid gland carcinoma`$urlId #> [1] "DOID_0080525" #> #> $`differentiated thyroid gland carcinoma`$dbPhenotype #> [1] FALSE #> #> $`differentiated thyroid gland carcinoma`$`_parent` #> [1] "DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`differentiated thyroid gland carcinoma`$children #> $`differentiated thyroid gland carcinoma`$children[[1]] #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`differentiated thyroid gland carcinoma`$children[[2]] #> [1] "DOID_3969<DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`differentiated thyroid gland carcinoma`$value #> [1] "differentiated thyroid gland carcinoma" #> #> #> $`diffuse large B-cell lymphoma` #> $`diffuse large B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050745" #> #> $`diffuse large B-cell lymphoma`$`_id` #> [1] "DOID_0050745<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`diffuse large B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`diffuse large B-cell lymphoma`$publicGeneCount #> [1] 41 #> #> $`diffuse large B-cell lymphoma`$urlId #> [1] "DOID_0050745" #> #> $`diffuse large B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`diffuse large B-cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`diffuse large B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`diffuse large B-cell lymphoma`$children #> list() #> #> $`diffuse large B-cell lymphoma`$value #> [1] "diffuse large B-cell lymphoma" #> #> #> $`diffuse large B-cell lymphoma` #> $`diffuse large B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050745" #> #> $`diffuse large B-cell lymphoma`$`_id` #> [1] "DOID_0050745<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`diffuse large B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`diffuse large B-cell lymphoma`$publicGeneCount #> [1] 41 #> #> $`diffuse large B-cell lymphoma`$urlId #> [1] "DOID_0050745" #> #> $`diffuse large B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`diffuse large B-cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`diffuse large B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`diffuse large B-cell lymphoma`$children #> list() #> #> $`diffuse large B-cell lymphoma`$value #> [1] "diffuse large B-cell lymphoma" #> #> #> $`diffuse large B-cell lymphoma` #> $`diffuse large B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050745" #> #> $`diffuse large B-cell lymphoma`$`_id` #> [1] "DOID_0050745<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`diffuse large B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`diffuse large B-cell lymphoma`$publicGeneCount #> [1] 41 #> #> $`diffuse large B-cell lymphoma`$urlId #> [1] "DOID_0050745" #> #> $`diffuse large B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`diffuse large B-cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`diffuse large B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`diffuse large B-cell lymphoma`$children #> list() #> #> $`diffuse large B-cell lymphoma`$value #> [1] "diffuse large B-cell lymphoma" #> #> #> $`diffuse large B-cell lymphoma` #> $`diffuse large B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050745" #> #> $`diffuse large B-cell lymphoma`$`_id` #> [1] "DOID_0050745<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`diffuse large B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`diffuse large B-cell lymphoma`$publicGeneCount #> [1] 41 #> #> $`diffuse large B-cell lymphoma`$urlId #> [1] "DOID_0050745" #> #> $`diffuse large B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`diffuse large B-cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`diffuse large B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`diffuse large B-cell lymphoma`$children #> list() #> #> $`diffuse large B-cell lymphoma`$value #> [1] "diffuse large B-cell lymphoma" #> #> #> $`diffuse large B-cell lymphoma` #> $`diffuse large B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050745" #> #> $`diffuse large B-cell lymphoma`$`_id` #> [1] "DOID_0050745<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`diffuse large B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`diffuse large B-cell lymphoma`$publicGeneCount #> [1] 41 #> #> $`diffuse large B-cell lymphoma`$urlId #> [1] "DOID_0050745" #> #> $`diffuse large B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`diffuse large B-cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`diffuse large B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`diffuse large B-cell lymphoma`$children #> list() #> #> $`diffuse large B-cell lymphoma`$value #> [1] "diffuse large B-cell lymphoma" #> #> #> $`Diffuse mesangial sclerosis` #> $`Diffuse mesangial sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001967" #> #> $`Diffuse mesangial sclerosis`$`_id` #> [1] "HP_0001967<HP_0001966<HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Diffuse mesangial sclerosis`$privateGeneCount #> [1] 0 #> #> $`Diffuse mesangial sclerosis`$publicGeneCount #> [1] 2 #> #> $`Diffuse mesangial sclerosis`$urlId #> [1] "HP_0001967" #> #> $`Diffuse mesangial sclerosis`$dbPhenotype #> [1] TRUE #> #> $`Diffuse mesangial sclerosis`$`_parent` #> [1] "HP_0001966<HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Diffuse mesangial sclerosis`$`_is_leaf` #> [1] TRUE #> #> $`Diffuse mesangial sclerosis`$children #> list() #> #> $`Diffuse mesangial sclerosis`$value #> [1] "Diffuse mesangial sclerosis" #> #> #> $`Diffuse mesangial sclerosis` #> $`Diffuse mesangial sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001967" #> #> $`Diffuse mesangial sclerosis`$`_id` #> [1] "HP_0001967<HP_0001966<HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Diffuse mesangial sclerosis`$privateGeneCount #> [1] 0 #> #> $`Diffuse mesangial sclerosis`$publicGeneCount #> [1] 2 #> #> $`Diffuse mesangial sclerosis`$urlId #> [1] "HP_0001967" #> #> $`Diffuse mesangial sclerosis`$dbPhenotype #> [1] TRUE #> #> $`Diffuse mesangial sclerosis`$`_parent` #> [1] "HP_0001966<HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Diffuse mesangial sclerosis`$`_is_leaf` #> [1] TRUE #> #> $`Diffuse mesangial sclerosis`$children #> list() #> #> $`Diffuse mesangial sclerosis`$value #> [1] "Diffuse mesangial sclerosis" #> #> #> $`diffuse scleroderma` #> $`diffuse scleroderma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1580" #> #> $`diffuse scleroderma`$`_id` #> [1] "DOID_1580<DOID_418<DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`diffuse scleroderma`$privateGeneCount #> [1] 0 #> #> $`diffuse scleroderma`$publicGeneCount #> [1] 13 #> #> $`diffuse scleroderma`$urlId #> [1] "DOID_1580" #> #> $`diffuse scleroderma`$dbPhenotype #> [1] TRUE #> #> $`diffuse scleroderma`$`_parent` #> [1] "DOID_418<DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`diffuse scleroderma`$`_is_leaf` #> [1] TRUE #> #> $`diffuse scleroderma`$children #> list() #> #> $`diffuse scleroderma`$value #> [1] "diffuse scleroderma" #> #> #> $`DiGeorge syndrome` #> $`DiGeorge syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11198" #> #> $`DiGeorge syndrome`$`_id` #> [1] "DOID_11198<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`DiGeorge syndrome`$privateGeneCount #> [1] 0 #> #> $`DiGeorge syndrome`$publicGeneCount #> [1] 8 #> #> $`DiGeorge syndrome`$urlId #> [1] "DOID_11198" #> #> $`DiGeorge syndrome`$dbPhenotype #> [1] TRUE #> #> $`DiGeorge syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`DiGeorge syndrome`$`_is_leaf` #> [1] TRUE #> #> $`DiGeorge syndrome`$children #> list() #> #> $`DiGeorge syndrome`$value #> [1] "DiGeorge syndrome" #> #> #> $`DiGeorge syndrome` #> $`DiGeorge syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11198" #> #> $`DiGeorge syndrome`$`_id` #> [1] "DOID_11198<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`DiGeorge syndrome`$privateGeneCount #> [1] 0 #> #> $`DiGeorge syndrome`$publicGeneCount #> [1] 8 #> #> $`DiGeorge syndrome`$urlId #> [1] "DOID_11198" #> #> $`DiGeorge syndrome`$dbPhenotype #> [1] TRUE #> #> $`DiGeorge syndrome`$`_parent` #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`DiGeorge syndrome`$`_is_leaf` #> [1] TRUE #> #> $`DiGeorge syndrome`$children #> list() #> #> $`DiGeorge syndrome`$value #> [1] "DiGeorge syndrome" #> #> #> $`DiGeorge syndrome` #> $`DiGeorge syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11198" #> #> $`DiGeorge syndrome`$`_id` #> [1] "DOID_11198<DOID_225<DOID_4" #> #> $`DiGeorge syndrome`$privateGeneCount #> [1] 0 #> #> $`DiGeorge syndrome`$publicGeneCount #> [1] 8 #> #> $`DiGeorge syndrome`$urlId #> [1] "DOID_11198" #> #> $`DiGeorge syndrome`$dbPhenotype #> [1] TRUE #> #> $`DiGeorge syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`DiGeorge syndrome`$`_is_leaf` #> [1] TRUE #> #> $`DiGeorge syndrome`$children #> list() #> #> $`DiGeorge syndrome`$value #> [1] "DiGeorge syndrome" #> #> #> $`dihydropyrimidine dehydrogenase deficiency` #> $`dihydropyrimidine dehydrogenase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14218" #> #> $`dihydropyrimidine dehydrogenase deficiency`$`_id` #> [1] "DOID_14218<DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> $`dihydropyrimidine dehydrogenase deficiency`$privateGeneCount #> [1] 0 #> #> $`dihydropyrimidine dehydrogenase deficiency`$publicGeneCount #> [1] 1 #> #> $`dihydropyrimidine dehydrogenase deficiency`$urlId #> [1] "DOID_14218" #> #> $`dihydropyrimidine dehydrogenase deficiency`$dbPhenotype #> [1] TRUE #> #> $`dihydropyrimidine dehydrogenase deficiency`$`_parent` #> [1] "DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> $`dihydropyrimidine dehydrogenase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`dihydropyrimidine dehydrogenase deficiency`$children #> list() #> #> $`dihydropyrimidine dehydrogenase deficiency`$value #> [1] "dihydropyrimidine dehydrogenase deficiency" #> #> #> $Dilatation #> $Dilatation$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002617" #> #> $Dilatation$`_id` #> [1] "HP_0002617<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Dilatation$privateGeneCount #> [1] 0 #> #> $Dilatation$publicGeneCount #> [1] 1 #> #> $Dilatation$urlId #> [1] "HP_0002617" #> #> $Dilatation$dbPhenotype #> [1] FALSE #> #> $Dilatation$`_parent` #> [1] "HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Dilatation$`_is_leaf` #> [1] FALSE #> #> $Dilatation$children #> $Dilatation$children[[1]] #> [1] "HP_0004944<HP_0002617<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $Dilatation$value #> [1] "Dilatation" #> #> #> $Dilatation #> $Dilatation$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002617" #> #> $Dilatation$`_id` #> [1] "HP_0002617<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $Dilatation$privateGeneCount #> [1] 0 #> #> $Dilatation$publicGeneCount #> [1] 1 #> #> $Dilatation$urlId #> [1] "HP_0002617" #> #> $Dilatation$dbPhenotype #> [1] FALSE #> #> $Dilatation$`_parent` #> [1] "HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $Dilatation$`_is_leaf` #> [1] FALSE #> #> $Dilatation$children #> $Dilatation$children[[1]] #> [1] "HP_0004944<HP_0002617<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $Dilatation$value #> [1] "Dilatation" #> #> #> $`Dilatation of the cerebral artery` #> $`Dilatation of the cerebral artery`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004944" #> #> $`Dilatation of the cerebral artery`$`_id` #> [1] "HP_0004944<HP_0002617<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$privateGeneCount #> [1] 0 #> #> $`Dilatation of the cerebral artery`$publicGeneCount #> [1] 1 #> #> $`Dilatation of the cerebral artery`$urlId #> [1] "HP_0004944" #> #> $`Dilatation of the cerebral artery`$dbPhenotype #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$`_parent` #> [1] "HP_0002617<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$`_is_leaf` #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$children #> list() #> #> $`Dilatation of the cerebral artery`$value #> [1] "Dilatation of the cerebral artery" #> #> #> $`Dilatation of the cerebral artery` #> $`Dilatation of the cerebral artery`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004944" #> #> $`Dilatation of the cerebral artery`$`_id` #> [1] "HP_0004944<HP_0002617<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$privateGeneCount #> [1] 0 #> #> $`Dilatation of the cerebral artery`$publicGeneCount #> [1] 1 #> #> $`Dilatation of the cerebral artery`$urlId #> [1] "HP_0004944" #> #> $`Dilatation of the cerebral artery`$dbPhenotype #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$`_parent` #> [1] "HP_0002617<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$`_is_leaf` #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$children #> list() #> #> $`Dilatation of the cerebral artery`$value #> [1] "Dilatation of the cerebral artery" #> #> #> $`Dilatation of the cerebral artery` #> $`Dilatation of the cerebral artery`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004944" #> #> $`Dilatation of the cerebral artery`$`_id` #> [1] "HP_0004944<HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$privateGeneCount #> [1] 0 #> #> $`Dilatation of the cerebral artery`$publicGeneCount #> [1] 1 #> #> $`Dilatation of the cerebral artery`$urlId #> [1] "HP_0004944" #> #> $`Dilatation of the cerebral artery`$dbPhenotype #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$`_parent` #> [1] "HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$`_is_leaf` #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$children #> list() #> #> $`Dilatation of the cerebral artery`$value #> [1] "Dilatation of the cerebral artery" #> #> #> $`Dilatation of the cerebral artery` #> $`Dilatation of the cerebral artery`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004944" #> #> $`Dilatation of the cerebral artery`$`_id` #> [1] "HP_0004944<HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$privateGeneCount #> [1] 0 #> #> $`Dilatation of the cerebral artery`$publicGeneCount #> [1] 1 #> #> $`Dilatation of the cerebral artery`$urlId #> [1] "HP_0004944" #> #> $`Dilatation of the cerebral artery`$dbPhenotype #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$`_parent` #> [1] "HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$`_is_leaf` #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$children #> list() #> #> $`Dilatation of the cerebral artery`$value #> [1] "Dilatation of the cerebral artery" #> #> #> $`Dilatation of the cerebral artery` #> $`Dilatation of the cerebral artery`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004944" #> #> $`Dilatation of the cerebral artery`$`_id` #> [1] "HP_0004944<HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$privateGeneCount #> [1] 0 #> #> $`Dilatation of the cerebral artery`$publicGeneCount #> [1] 1 #> #> $`Dilatation of the cerebral artery`$urlId #> [1] "HP_0004944" #> #> $`Dilatation of the cerebral artery`$dbPhenotype #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$`_parent` #> [1] "HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$`_is_leaf` #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$children #> list() #> #> $`Dilatation of the cerebral artery`$value #> [1] "Dilatation of the cerebral artery" #> #> #> $`Dilatation of the cerebral artery` #> $`Dilatation of the cerebral artery`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004944" #> #> $`Dilatation of the cerebral artery`$`_id` #> [1] "HP_0004944<HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$privateGeneCount #> [1] 0 #> #> $`Dilatation of the cerebral artery`$publicGeneCount #> [1] 1 #> #> $`Dilatation of the cerebral artery`$urlId #> [1] "HP_0004944" #> #> $`Dilatation of the cerebral artery`$dbPhenotype #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$`_parent` #> [1] "HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Dilatation of the cerebral artery`$`_is_leaf` #> [1] TRUE #> #> $`Dilatation of the cerebral artery`$children #> list() #> #> $`Dilatation of the cerebral artery`$value #> [1] "Dilatation of the cerebral artery" #> #> #> $`dilated cardiomyopathy` #> $`dilated cardiomyopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12930" #> #> $`dilated cardiomyopathy`$`_id` #> [1] "DOID_12930<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`dilated cardiomyopathy`$privateGeneCount #> [1] 0 #> #> $`dilated cardiomyopathy`$publicGeneCount #> [1] 104 #> #> $`dilated cardiomyopathy`$urlId #> [1] "DOID_12930" #> #> $`dilated cardiomyopathy`$dbPhenotype #> [1] TRUE #> #> $`dilated cardiomyopathy`$`_parent` #> [1] "DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`dilated cardiomyopathy`$`_is_leaf` #> [1] TRUE #> #> $`dilated cardiomyopathy`$children #> list() #> #> $`dilated cardiomyopathy`$value #> [1] "dilated cardiomyopathy" #> #> #> $`Diminished movement` #> $`Diminished movement`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002374" #> #> $`Diminished movement`$`_id` #> [1] "HP_0002374<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Diminished movement`$privateGeneCount #> [1] 0 #> #> $`Diminished movement`$publicGeneCount #> [1] 3 #> #> $`Diminished movement`$urlId #> [1] "HP_0002374" #> #> $`Diminished movement`$dbPhenotype #> [1] FALSE #> #> $`Diminished movement`$`_parent` #> [1] "HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Diminished movement`$`_is_leaf` #> [1] FALSE #> #> $`Diminished movement`$children #> $`Diminished movement`$children[[1]] #> [1] "HP_0002375<HP_0002374<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Diminished movement`$value #> [1] "Diminished movement" #> #> #> $`Discoid lupus rash` #> $`Discoid lupus rash`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007417" #> #> $`Discoid lupus rash`$`_id` #> [1] "HP_0007417<HP_0000988<HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Discoid lupus rash`$privateGeneCount #> [1] 0 #> #> $`Discoid lupus rash`$publicGeneCount #> [1] 6 #> #> $`Discoid lupus rash`$urlId #> [1] "HP_0007417" #> #> $`Discoid lupus rash`$dbPhenotype #> [1] TRUE #> #> $`Discoid lupus rash`$`_parent` #> [1] "HP_0000988<HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Discoid lupus rash`$`_is_leaf` #> [1] TRUE #> #> $`Discoid lupus rash`$children #> list() #> #> $`Discoid lupus rash`$value #> [1] "Discoid lupus rash" #> #> #> $`Discoid lupus rash` #> $`Discoid lupus rash`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007417" #> #> $`Discoid lupus rash`$`_id` #> [1] "HP_0007417<HP_0000988<HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Discoid lupus rash`$privateGeneCount #> [1] 0 #> #> $`Discoid lupus rash`$publicGeneCount #> [1] 6 #> #> $`Discoid lupus rash`$urlId #> [1] "HP_0007417" #> #> $`Discoid lupus rash`$dbPhenotype #> [1] TRUE #> #> $`Discoid lupus rash`$`_parent` #> [1] "HP_0000988<HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Discoid lupus rash`$`_is_leaf` #> [1] TRUE #> #> $`Discoid lupus rash`$children #> list() #> #> $`Discoid lupus rash`$value #> [1] "Discoid lupus rash" #> #> #> $`disease by infectious agent` #> $`disease by infectious agent`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050117" #> #> $`disease by infectious agent`$`_id` #> [1] "DOID_0050117<DOID_4" #> #> $`disease by infectious agent`$privateGeneCount #> [1] 0 #> #> $`disease by infectious agent`$publicGeneCount #> [1] 506 #> #> $`disease by infectious agent`$urlId #> [1] "DOID_0050117" #> #> $`disease by infectious agent`$dbPhenotype #> [1] TRUE #> #> $`disease by infectious agent`$`_parent` #> [1] "DOID_4" #> #> $`disease by infectious agent`$`_is_leaf` #> [1] FALSE #> #> $`disease by infectious agent`$children #> $`disease by infectious agent`$children[[1]] #> [1] "DOID_104<DOID_0050117<DOID_4" #> #> $`disease by infectious agent`$children[[2]] #> [1] "DOID_1564<DOID_0050117<DOID_4" #> #> $`disease by infectious agent`$children[[3]] #> [1] "DOID_0050720<DOID_0050117<DOID_4" #> #> $`disease by infectious agent`$children[[4]] #> [1] "DOID_1398<DOID_0050117<DOID_4" #> #> $`disease by infectious agent`$children[[5]] #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> #> $`disease by infectious agent`$value #> [1] "disease by infectious agent" #> #> #> $`disease of anatomical entity` #> $`disease of anatomical entity`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7" #> #> $`disease of anatomical entity`$`_id` #> [1] "DOID_7<DOID_4" #> #> $`disease of anatomical entity`$privateGeneCount #> [1] 0 #> #> $`disease of anatomical entity`$publicGeneCount #> [1] 6494 #> #> $`disease of anatomical entity`$urlId #> [1] "DOID_7" #> #> $`disease of anatomical entity`$dbPhenotype #> [1] FALSE #> #> $`disease of anatomical entity`$`_parent` #> [1] "DOID_4" #> #> $`disease of anatomical entity`$`_is_leaf` #> [1] FALSE #> #> $`disease of anatomical entity`$children #> $`disease of anatomical entity`$children[[1]] #> [1] "DOID_1287<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[2]] #> [1] "DOID_28<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[3]] #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[4]] #> [1] "DOID_74<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[5]] #> [1] "DOID_2914<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[6]] #> [1] "DOID_16<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[7]] #> [1] "DOID_17<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[8]] #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[9]] #> [1] "DOID_15<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[10]] #> [1] "DOID_1579<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[11]] #> [1] "DOID_0060118<DOID_7<DOID_4" #> #> $`disease of anatomical entity`$children[[12]] #> [1] "DOID_18<DOID_7<DOID_4" #> #> #> $`disease of anatomical entity`$value #> [1] "disease of anatomical entity" #> #> #> $`disease of cellular proliferation` #> $`disease of cellular proliferation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14566" #> #> $`disease of cellular proliferation`$`_id` #> [1] "DOID_14566<DOID_4" #> #> $`disease of cellular proliferation`$privateGeneCount #> [1] 0 #> #> $`disease of cellular proliferation`$publicGeneCount #> [1] 3074 #> #> $`disease of cellular proliferation`$urlId #> [1] "DOID_14566" #> #> $`disease of cellular proliferation`$dbPhenotype #> [1] FALSE #> #> $`disease of cellular proliferation`$`_parent` #> [1] "DOID_4" #> #> $`disease of cellular proliferation`$`_is_leaf` #> [1] FALSE #> #> $`disease of cellular proliferation`$children #> $`disease of cellular proliferation`$children[[1]] #> [1] "DOID_0060072<DOID_14566<DOID_4" #> #> $`disease of cellular proliferation`$children[[2]] #> [1] "DOID_162<DOID_14566<DOID_4" #> #> $`disease of cellular proliferation`$children[[3]] #> [1] "DOID_0060071<DOID_14566<DOID_4" #> #> #> $`disease of cellular proliferation`$value #> [1] "disease of cellular proliferation" #> #> #> $`disease of mental health` #> $`disease of mental health`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_150" #> #> $`disease of mental health`$`_id` #> [1] "DOID_150<DOID_4" #> #> $`disease of mental health`$privateGeneCount #> [1] 0 #> #> $`disease of mental health`$publicGeneCount #> [1] 2100 #> #> $`disease of mental health`$urlId #> [1] "DOID_150" #> #> $`disease of mental health`$dbPhenotype #> [1] TRUE #> #> $`disease of mental health`$`_parent` #> [1] "DOID_4" #> #> $`disease of mental health`$`_is_leaf` #> [1] FALSE #> #> $`disease of mental health`$children #> $`disease of mental health`$children[[1]] #> [1] "DOID_1561<DOID_150<DOID_4" #> #> $`disease of mental health`$children[[2]] #> [1] "DOID_0060037<DOID_150<DOID_4" #> #> $`disease of mental health`$children[[3]] #> [1] "DOID_10935<DOID_150<DOID_4" #> #> $`disease of mental health`$children[[4]] #> [1] "DOID_10937<DOID_150<DOID_4" #> #> $`disease of mental health`$children[[5]] #> [1] "DOID_1510<DOID_150<DOID_4" #> #> $`disease of mental health`$children[[6]] #> [1] "DOID_0060043<DOID_150<DOID_4" #> #> $`disease of mental health`$children[[7]] #> [1] "DOID_535<DOID_150<DOID_4" #> #> $`disease of mental health`$children[[8]] #> [1] "DOID_4737<DOID_150<DOID_4" #> #> $`disease of mental health`$children[[9]] #> [1] "DOID_303<DOID_150<DOID_4" #> #> #> $`disease of mental health`$value #> [1] "disease of mental health" #> #> #> $`disease of metabolism` #> $`disease of metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0014667" #> #> $`disease of metabolism`$`_id` #> [1] "DOID_0014667<DOID_4" #> #> $`disease of metabolism`$privateGeneCount #> [1] 0 #> #> $`disease of metabolism`$publicGeneCount #> [1] 1668 #> #> $`disease of metabolism`$urlId #> [1] "DOID_0014667" #> #> $`disease of metabolism`$dbPhenotype #> [1] TRUE #> #> $`disease of metabolism`$`_parent` #> [1] "DOID_4" #> #> $`disease of metabolism`$`_is_leaf` #> [1] FALSE #> #> $`disease of metabolism`$children #> $`disease of metabolism`$children[[1]] #> [1] "DOID_0060158<DOID_0014667<DOID_4" #> #> $`disease of metabolism`$children[[2]] #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> #> $`disease of metabolism`$value #> [1] "disease of metabolism" #> #> #> $`Disease Ontology` #> $`Disease Ontology`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4" #> #> $`Disease Ontology`$`_id` #> [1] "DOID_4" #> #> $`Disease Ontology`$privateGeneCount #> [1] 0 #> #> $`Disease Ontology`$publicGeneCount #> [1] 8064 #> #> $`Disease Ontology`$urlId #> [1] "DOID_4" #> #> $`Disease Ontology`$dbPhenotype #> [1] TRUE #> #> $`Disease Ontology`$`_parent` #> NULL #> #> $`Disease Ontology`$`_is_leaf` #> [1] FALSE #> #> $`Disease Ontology`$children #> $`Disease Ontology`$children[[1]] #> [1] "DOID_0050117<DOID_4" #> #> $`Disease Ontology`$children[[2]] #> [1] "DOID_7<DOID_4" #> #> $`Disease Ontology`$children[[3]] #> [1] "DOID_14566<DOID_4" #> #> $`Disease Ontology`$children[[4]] #> [1] "DOID_150<DOID_4" #> #> $`Disease Ontology`$children[[5]] #> [1] "DOID_0014667<DOID_4" #> #> $`Disease Ontology`$children[[6]] #> [1] "DOID_630<DOID_4" #> #> $`Disease Ontology`$children[[7]] #> [1] "DOID_0080015<DOID_4" #> #> $`Disease Ontology`$children[[8]] #> [1] "DOID_225<DOID_4" #> #> #> $`Disease Ontology`$value #> [1] "Disease Ontology" #> #> #> $`disorders of sexual development` #> $`disorders of sexual development`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1923" #> #> $`disorders of sexual development`$`_id` #> [1] "DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`disorders of sexual development`$privateGeneCount #> [1] 0 #> #> $`disorders of sexual development`$publicGeneCount #> [1] 48 #> #> $`disorders of sexual development`$urlId #> [1] "DOID_1923" #> #> $`disorders of sexual development`$dbPhenotype #> [1] TRUE #> #> $`disorders of sexual development`$`_parent` #> [1] "DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`disorders of sexual development`$`_is_leaf` #> [1] FALSE #> #> $`disorders of sexual development`$children #> $`disorders of sexual development`$children[[1]] #> [1] "DOID_4674<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`disorders of sexual development`$children[[2]] #> [1] "DOID_11383<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`disorders of sexual development`$children[[3]] #> [1] "DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`disorders of sexual development`$children[[4]] #> [1] "DOID_12698<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`disorders of sexual development`$children[[5]] #> [1] "DOID_3763<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`disorders of sexual development`$children[[6]] #> [1] "DOID_11613<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`disorders of sexual development`$children[[7]] #> [1] "DOID_3765<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`disorders of sexual development`$value #> [1] "disorders of sexual development" #> #> #> $`disseminated intravascular coagulation` #> $`disseminated intravascular coagulation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11247" #> #> $`disseminated intravascular coagulation`$`_id` #> [1] "DOID_11247<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`disseminated intravascular coagulation`$privateGeneCount #> [1] 0 #> #> $`disseminated intravascular coagulation`$publicGeneCount #> [1] 7 #> #> $`disseminated intravascular coagulation`$urlId #> [1] "DOID_11247" #> #> $`disseminated intravascular coagulation`$dbPhenotype #> [1] TRUE #> #> $`disseminated intravascular coagulation`$`_parent` #> [1] "DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`disseminated intravascular coagulation`$`_is_leaf` #> [1] TRUE #> #> $`disseminated intravascular coagulation`$children #> list() #> #> $`disseminated intravascular coagulation`$value #> [1] "disseminated intravascular coagulation" #> #> #> $`dissociated nystagmus` #> $`dissociated nystagmus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13174" #> #> $`dissociated nystagmus`$`_id` #> [1] "DOID_13174<DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`dissociated nystagmus`$privateGeneCount #> [1] 0 #> #> $`dissociated nystagmus`$publicGeneCount #> [1] 1 #> #> $`dissociated nystagmus`$urlId #> [1] "DOID_13174" #> #> $`dissociated nystagmus`$dbPhenotype #> [1] TRUE #> #> $`dissociated nystagmus`$`_parent` #> [1] "DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`dissociated nystagmus`$`_is_leaf` #> [1] TRUE #> #> $`dissociated nystagmus`$children #> list() #> #> $`dissociated nystagmus`$value #> [1] "dissociated nystagmus" #> #> #> $`dissociated nystagmus` #> $`dissociated nystagmus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13174" #> #> $`dissociated nystagmus`$`_id` #> [1] "DOID_13174<DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`dissociated nystagmus`$privateGeneCount #> [1] 0 #> #> $`dissociated nystagmus`$publicGeneCount #> [1] 1 #> #> $`dissociated nystagmus`$urlId #> [1] "DOID_13174" #> #> $`dissociated nystagmus`$dbPhenotype #> [1] TRUE #> #> $`dissociated nystagmus`$`_parent` #> [1] "DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`dissociated nystagmus`$`_is_leaf` #> [1] TRUE #> #> $`dissociated nystagmus`$children #> list() #> #> $`dissociated nystagmus`$value #> [1] "dissociated nystagmus" #> #> #> $`dissociative amnesia` #> $`dissociative amnesia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11037" #> #> $`dissociative amnesia`$`_id` #> [1] "DOID_11037<DOID_10935<DOID_150<DOID_4" #> #> $`dissociative amnesia`$privateGeneCount #> [1] 0 #> #> $`dissociative amnesia`$publicGeneCount #> [1] 17 #> #> $`dissociative amnesia`$urlId #> [1] "DOID_11037" #> #> $`dissociative amnesia`$dbPhenotype #> [1] TRUE #> #> $`dissociative amnesia`$`_parent` #> [1] "DOID_10935<DOID_150<DOID_4" #> #> $`dissociative amnesia`$`_is_leaf` #> [1] TRUE #> #> $`dissociative amnesia`$children #> list() #> #> $`dissociative amnesia`$value #> [1] "dissociative amnesia" #> #> #> $`dissociative disorder` #> $`dissociative disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10935" #> #> $`dissociative disorder`$`_id` #> [1] "DOID_10935<DOID_150<DOID_4" #> #> $`dissociative disorder`$privateGeneCount #> [1] 0 #> #> $`dissociative disorder`$publicGeneCount #> [1] 17 #> #> $`dissociative disorder`$urlId #> [1] "DOID_10935" #> #> $`dissociative disorder`$dbPhenotype #> [1] FALSE #> #> $`dissociative disorder`$`_parent` #> [1] "DOID_150<DOID_4" #> #> $`dissociative disorder`$`_is_leaf` #> [1] FALSE #> #> $`dissociative disorder`$children #> $`dissociative disorder`$children[[1]] #> [1] "DOID_11037<DOID_10935<DOID_150<DOID_4" #> #> #> $`dissociative disorder`$value #> [1] "dissociative disorder" #> #> #> $`distal arthrogryposis` #> $`distal arthrogryposis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050646" #> #> $`distal arthrogryposis`$`_id` #> [1] "DOID_0050646<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`distal arthrogryposis`$privateGeneCount #> [1] 0 #> #> $`distal arthrogryposis`$publicGeneCount #> [1] 9 #> #> $`distal arthrogryposis`$urlId #> [1] "DOID_0050646" #> #> $`distal arthrogryposis`$dbPhenotype #> [1] TRUE #> #> $`distal arthrogryposis`$`_parent` #> [1] "DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`distal arthrogryposis`$`_is_leaf` #> [1] TRUE #> #> $`distal arthrogryposis`$children #> list() #> #> $`distal arthrogryposis`$value #> [1] "distal arthrogryposis" #> #> #> $`distal myopathy` #> $`distal myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11720" #> #> $`distal myopathy`$`_id` #> [1] "DOID_11720<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`distal myopathy`$privateGeneCount #> [1] 0 #> #> $`distal myopathy`$publicGeneCount #> [1] 6 #> #> $`distal myopathy`$urlId #> [1] "DOID_11720" #> #> $`distal myopathy`$dbPhenotype #> [1] TRUE #> #> $`distal myopathy`$`_parent` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`distal myopathy`$`_is_leaf` #> [1] TRUE #> #> $`distal myopathy`$children #> list() #> #> $`distal myopathy`$value #> [1] "distal myopathy" #> #> #> $`DNA ligase IV deficiency` #> $`DNA ligase IV deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060021" #> #> $`DNA ligase IV deficiency`$`_id` #> [1] "DOID_0060021<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`DNA ligase IV deficiency`$privateGeneCount #> [1] 0 #> #> $`DNA ligase IV deficiency`$publicGeneCount #> [1] 1 #> #> $`DNA ligase IV deficiency`$urlId #> [1] "DOID_0060021" #> #> $`DNA ligase IV deficiency`$dbPhenotype #> [1] TRUE #> #> $`DNA ligase IV deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`DNA ligase IV deficiency`$`_is_leaf` #> [1] TRUE #> #> $`DNA ligase IV deficiency`$children #> list() #> #> $`DNA ligase IV deficiency`$value #> [1] "DNA ligase IV deficiency" #> #> #> $`DNA ligase IV deficiency` #> $`DNA ligase IV deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060021" #> #> $`DNA ligase IV deficiency`$`_id` #> [1] "DOID_0060021<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`DNA ligase IV deficiency`$privateGeneCount #> [1] 0 #> #> $`DNA ligase IV deficiency`$publicGeneCount #> [1] 1 #> #> $`DNA ligase IV deficiency`$urlId #> [1] "DOID_0060021" #> #> $`DNA ligase IV deficiency`$dbPhenotype #> [1] TRUE #> #> $`DNA ligase IV deficiency`$`_parent` #> [1] "DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`DNA ligase IV deficiency`$`_is_leaf` #> [1] TRUE #> #> $`DNA ligase IV deficiency`$children #> list() #> #> $`DNA ligase IV deficiency`$value #> [1] "DNA ligase IV deficiency" #> #> #> $`Donohue syndrome` #> $`Donohue syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050470" #> #> $`Donohue syndrome`$`_id` #> [1] "DOID_0050470<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Donohue syndrome`$privateGeneCount #> [1] 0 #> #> $`Donohue syndrome`$publicGeneCount #> [1] 1 #> #> $`Donohue syndrome`$urlId #> [1] "DOID_0050470" #> #> $`Donohue syndrome`$dbPhenotype #> [1] TRUE #> #> $`Donohue syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Donohue syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Donohue syndrome`$children #> list() #> #> $`Donohue syndrome`$value #> [1] "Donohue syndrome" #> #> #> $`Donohue syndrome` #> $`Donohue syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050470" #> #> $`Donohue syndrome`$`_id` #> [1] "DOID_0050470<DOID_225<DOID_4" #> #> $`Donohue syndrome`$privateGeneCount #> [1] 0 #> #> $`Donohue syndrome`$publicGeneCount #> [1] 1 #> #> $`Donohue syndrome`$urlId #> [1] "DOID_0050470" #> #> $`Donohue syndrome`$dbPhenotype #> [1] TRUE #> #> $`Donohue syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Donohue syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Donohue syndrome`$children #> list() #> #> $`Donohue syndrome`$value #> [1] "Donohue syndrome" #> #> #> $`double outlet right ventricle` #> $`double outlet right ventricle`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6406" #> #> $`double outlet right ventricle`$`_id` #> [1] "DOID_6406<DOID_1657<DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`double outlet right ventricle`$privateGeneCount #> [1] 0 #> #> $`double outlet right ventricle`$publicGeneCount #> [1] 6 #> #> $`double outlet right ventricle`$urlId #> [1] "DOID_6406" #> #> $`double outlet right ventricle`$dbPhenotype #> [1] TRUE #> #> $`double outlet right ventricle`$`_parent` #> [1] "DOID_1657<DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`double outlet right ventricle`$`_is_leaf` #> [1] TRUE #> #> $`double outlet right ventricle`$children #> list() #> #> $`double outlet right ventricle`$value #> [1] "double outlet right ventricle" #> #> #> $`Dowling-Degos disease` #> $`Dowling-Degos disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060256" #> #> $`Dowling-Degos disease`$`_id` #> [1] "DOID_0060256<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Dowling-Degos disease`$privateGeneCount #> [1] 0 #> #> $`Dowling-Degos disease`$publicGeneCount #> [1] 3 #> #> $`Dowling-Degos disease`$urlId #> [1] "DOID_0060256" #> #> $`Dowling-Degos disease`$dbPhenotype #> [1] TRUE #> #> $`Dowling-Degos disease`$`_parent` #> [1] "DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Dowling-Degos disease`$`_is_leaf` #> [1] TRUE #> #> $`Dowling-Degos disease`$children #> list() #> #> $`Dowling-Degos disease`$value #> [1] "Dowling-Degos disease" #> #> #> $`Down syndrome` #> $`Down syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14250" #> #> $`Down syndrome`$`_id` #> [1] "DOID_14250<DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $`Down syndrome`$privateGeneCount #> [1] 0 #> #> $`Down syndrome`$publicGeneCount #> [1] 112 #> #> $`Down syndrome`$urlId #> [1] "DOID_14250" #> #> $`Down syndrome`$dbPhenotype #> [1] TRUE #> #> $`Down syndrome`$`_parent` #> [1] "DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $`Down syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Down syndrome`$children #> list() #> #> $`Down syndrome`$value #> [1] "Down syndrome" #> #> #> $Drooling #> $Drooling$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002307" #> #> $Drooling$`_id` #> [1] "HP_0002307<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Drooling$privateGeneCount #> [1] 0 #> #> $Drooling$publicGeneCount #> [1] 1 #> #> $Drooling$urlId #> [1] "HP_0002307" #> #> $Drooling$dbPhenotype #> [1] TRUE #> #> $Drooling$`_parent` #> [1] "HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Drooling$`_is_leaf` #> [1] TRUE #> #> $Drooling$children #> list() #> #> $Drooling$value #> [1] "Drooling" #> #> #> $Drooling #> $Drooling$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002307" #> #> $Drooling$`_id` #> [1] "HP_0002307<HP_0003781<HP_0100755<HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Drooling$privateGeneCount #> [1] 0 #> #> $Drooling$publicGeneCount #> [1] 1 #> #> $Drooling$urlId #> [1] "HP_0002307" #> #> $Drooling$dbPhenotype #> [1] TRUE #> #> $Drooling$`_parent` #> [1] "HP_0003781<HP_0100755<HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Drooling$`_is_leaf` #> [1] TRUE #> #> $Drooling$children #> list() #> #> $Drooling$value #> [1] "Drooling" #> #> #> $`drug dependence` #> $`drug dependence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9974" #> #> $`drug dependence`$`_id` #> [1] "DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`drug dependence`$privateGeneCount #> [1] 0 #> #> $`drug dependence`$publicGeneCount #> [1] 122 #> #> $`drug dependence`$urlId #> [1] "DOID_9974" #> #> $`drug dependence`$dbPhenotype #> [1] FALSE #> #> $`drug dependence`$`_parent` #> [1] "DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`drug dependence`$`_is_leaf` #> [1] FALSE #> #> $`drug dependence`$children #> $`drug dependence`$children[[1]] #> [1] "DOID_9975<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`drug dependence`$children[[2]] #> [1] "DOID_9977<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`drug dependence`$children[[3]] #> [1] "DOID_2559<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> #> $`drug dependence`$value #> [1] "drug dependence" #> #> #> $`drug psychosis` #> $`drug psychosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1742" #> #> $`drug psychosis`$`_id` #> [1] "DOID_1742<DOID_1203<DOID_8646<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`drug psychosis`$privateGeneCount #> [1] 0 #> #> $`drug psychosis`$publicGeneCount #> [1] 17 #> #> $`drug psychosis`$urlId #> [1] "DOID_1742" #> #> $`drug psychosis`$dbPhenotype #> [1] TRUE #> #> $`drug psychosis`$`_parent` #> [1] "DOID_1203<DOID_8646<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`drug psychosis`$`_is_leaf` #> [1] TRUE #> #> $`drug psychosis`$children #> list() #> #> $`drug psychosis`$value #> [1] "drug psychosis" #> #> #> $`drug-induced hepatitis` #> $`drug-induced hepatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2044" #> #> $`drug-induced hepatitis`$`_id` #> [1] "DOID_2044<DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`drug-induced hepatitis`$privateGeneCount #> [1] 0 #> #> $`drug-induced hepatitis`$publicGeneCount #> [1] 1 #> #> $`drug-induced hepatitis`$urlId #> [1] "DOID_2044" #> #> $`drug-induced hepatitis`$dbPhenotype #> [1] TRUE #> #> $`drug-induced hepatitis`$`_parent` #> [1] "DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`drug-induced hepatitis`$`_is_leaf` #> [1] TRUE #> #> $`drug-induced hepatitis`$children #> list() #> #> $`drug-induced hepatitis`$value #> [1] "drug-induced hepatitis" #> #> #> $`drug-induced mental disorder` #> $`drug-induced mental disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1203" #> #> $`drug-induced mental disorder`$`_id` #> [1] "DOID_1203<DOID_8646<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`drug-induced mental disorder`$privateGeneCount #> [1] 0 #> #> $`drug-induced mental disorder`$publicGeneCount #> [1] 17 #> #> $`drug-induced mental disorder`$urlId #> [1] "DOID_1203" #> #> $`drug-induced mental disorder`$dbPhenotype #> [1] FALSE #> #> $`drug-induced mental disorder`$`_parent` #> [1] "DOID_8646<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`drug-induced mental disorder`$`_is_leaf` #> [1] FALSE #> #> $`drug-induced mental disorder`$children #> $`drug-induced mental disorder`$children[[1]] #> [1] "DOID_1742<DOID_1203<DOID_8646<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> #> $`drug-induced mental disorder`$value #> [1] "drug-induced mental disorder" #> #> #> $`dry eye syndrome` #> $`dry eye syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10140" #> #> $`dry eye syndrome`$`_id` #> [1] "DOID_10140<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`dry eye syndrome`$privateGeneCount #> [1] 0 #> #> $`dry eye syndrome`$publicGeneCount #> [1] 15 #> #> $`dry eye syndrome`$urlId #> [1] "DOID_10140" #> #> $`dry eye syndrome`$dbPhenotype #> [1] TRUE #> #> $`dry eye syndrome`$`_parent` #> [1] "DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`dry eye syndrome`$`_is_leaf` #> [1] FALSE #> #> $`dry eye syndrome`$children #> $`dry eye syndrome`$children[[1]] #> [1] "DOID_12895<DOID_10140<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`dry eye syndrome`$value #> [1] "dry eye syndrome" #> #> #> $`Duane retraction syndrome` #> $`Duane retraction syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12557" #> #> $`Duane retraction syndrome`$`_id` #> [1] "DOID_12557<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Duane retraction syndrome`$privateGeneCount #> [1] 0 #> #> $`Duane retraction syndrome`$publicGeneCount #> [1] 3 #> #> $`Duane retraction syndrome`$urlId #> [1] "DOID_12557" #> #> $`Duane retraction syndrome`$dbPhenotype #> [1] TRUE #> #> $`Duane retraction syndrome`$`_parent` #> [1] "DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Duane retraction syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Duane retraction syndrome`$children #> list() #> #> $`Duane retraction syndrome`$value #> [1] "Duane retraction syndrome" #> #> #> $`Duane retraction syndrome` #> $`Duane retraction syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12557" #> #> $`Duane retraction syndrome`$`_id` #> [1] "DOID_12557<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Duane retraction syndrome`$privateGeneCount #> [1] 0 #> #> $`Duane retraction syndrome`$publicGeneCount #> [1] 3 #> #> $`Duane retraction syndrome`$urlId #> [1] "DOID_12557" #> #> $`Duane retraction syndrome`$dbPhenotype #> [1] TRUE #> #> $`Duane retraction syndrome`$`_parent` #> [1] "DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Duane retraction syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Duane retraction syndrome`$children #> list() #> #> $`Duane retraction syndrome`$value #> [1] "Duane retraction syndrome" #> #> #> $`Duane retraction syndrome` #> $`Duane retraction syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12557" #> #> $`Duane retraction syndrome`$`_id` #> [1] "DOID_12557<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Duane retraction syndrome`$privateGeneCount #> [1] 0 #> #> $`Duane retraction syndrome`$publicGeneCount #> [1] 3 #> #> $`Duane retraction syndrome`$urlId #> [1] "DOID_12557" #> #> $`Duane retraction syndrome`$dbPhenotype #> [1] TRUE #> #> $`Duane retraction syndrome`$`_parent` #> [1] "DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Duane retraction syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Duane retraction syndrome`$children #> list() #> #> $`Duane retraction syndrome`$value #> [1] "Duane retraction syndrome" #> #> #> $`Dubin-Johnson syndrome` #> $`Dubin-Johnson syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12308" #> #> $`Dubin-Johnson syndrome`$`_id` #> [1] "DOID_12308<DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> $`Dubin-Johnson syndrome`$privateGeneCount #> [1] 0 #> #> $`Dubin-Johnson syndrome`$publicGeneCount #> [1] 1 #> #> $`Dubin-Johnson syndrome`$urlId #> [1] "DOID_12308" #> #> $`Dubin-Johnson syndrome`$dbPhenotype #> [1] TRUE #> #> $`Dubin-Johnson syndrome`$`_parent` #> [1] "DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> $`Dubin-Johnson syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Dubin-Johnson syndrome`$children #> list() #> #> $`Dubin-Johnson syndrome`$value #> [1] "Dubin-Johnson syndrome" #> #> #> $`Duchenne muscular dystrophy` #> $`Duchenne muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11723" #> #> $`Duchenne muscular dystrophy`$`_id` #> [1] "DOID_11723<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Duchenne muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Duchenne muscular dystrophy`$publicGeneCount #> [1] 6 #> #> $`Duchenne muscular dystrophy`$urlId #> [1] "DOID_11723" #> #> $`Duchenne muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Duchenne muscular dystrophy`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Duchenne muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Duchenne muscular dystrophy`$children #> list() #> #> $`Duchenne muscular dystrophy`$value #> [1] "Duchenne muscular dystrophy" #> #> #> $`Duchenne muscular dystrophy` #> $`Duchenne muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11723" #> #> $`Duchenne muscular dystrophy`$`_id` #> [1] "DOID_11723<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Duchenne muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Duchenne muscular dystrophy`$publicGeneCount #> [1] 6 #> #> $`Duchenne muscular dystrophy`$urlId #> [1] "DOID_11723" #> #> $`Duchenne muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Duchenne muscular dystrophy`$`_parent` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Duchenne muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Duchenne muscular dystrophy`$children #> list() #> #> $`Duchenne muscular dystrophy`$value #> [1] "Duchenne muscular dystrophy" #> #> #> $`duodenal benign neoplasm` #> $`duodenal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1737" #> #> $`duodenal benign neoplasm`$`_id` #> [1] "DOID_1737<DOID_4072<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`duodenal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`duodenal benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`duodenal benign neoplasm`$urlId #> [1] "DOID_1737" #> #> $`duodenal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`duodenal benign neoplasm`$`_parent` #> [1] "DOID_4072<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`duodenal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`duodenal benign neoplasm`$children #> list() #> #> $`duodenal benign neoplasm`$value #> [1] "duodenal benign neoplasm" #> #> #> $`duodenal benign neoplasm` #> $`duodenal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1737" #> #> $`duodenal benign neoplasm`$`_id` #> [1] "DOID_1737<DOID_7505<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`duodenal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`duodenal benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`duodenal benign neoplasm`$urlId #> [1] "DOID_1737" #> #> $`duodenal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`duodenal benign neoplasm`$`_parent` #> [1] "DOID_7505<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`duodenal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`duodenal benign neoplasm`$children #> list() #> #> $`duodenal benign neoplasm`$value #> [1] "duodenal benign neoplasm" #> #> #> $`duodenal benign neoplasm` #> $`duodenal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1737" #> #> $`duodenal benign neoplasm`$`_id` #> [1] "DOID_1737<DOID_7505<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`duodenal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`duodenal benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`duodenal benign neoplasm`$urlId #> [1] "DOID_1737" #> #> $`duodenal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`duodenal benign neoplasm`$`_parent` #> [1] "DOID_7505<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`duodenal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`duodenal benign neoplasm`$children #> list() #> #> $`duodenal benign neoplasm`$value #> [1] "duodenal benign neoplasm" #> #> #> $`duodenal benign neoplasm` #> $`duodenal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1737" #> #> $`duodenal benign neoplasm`$`_id` #> [1] "DOID_1737<DOID_7505<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`duodenal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`duodenal benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`duodenal benign neoplasm`$urlId #> [1] "DOID_1737" #> #> $`duodenal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`duodenal benign neoplasm`$`_parent` #> [1] "DOID_7505<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`duodenal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`duodenal benign neoplasm`$children #> list() #> #> $`duodenal benign neoplasm`$value #> [1] "duodenal benign neoplasm" #> #> #> $`duodenal ulcer` #> $`duodenal ulcer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1724" #> #> $`duodenal ulcer`$`_id` #> [1] "DOID_1724<DOID_750<DOID_77<DOID_7<DOID_4" #> #> $`duodenal ulcer`$privateGeneCount #> [1] 0 #> #> $`duodenal ulcer`$publicGeneCount #> [1] 6 #> #> $`duodenal ulcer`$urlId #> [1] "DOID_1724" #> #> $`duodenal ulcer`$dbPhenotype #> [1] TRUE #> #> $`duodenal ulcer`$`_parent` #> [1] "DOID_750<DOID_77<DOID_7<DOID_4" #> #> $`duodenal ulcer`$`_is_leaf` #> [1] TRUE #> #> $`duodenal ulcer`$children #> list() #> #> $`duodenal ulcer`$value #> [1] "duodenal ulcer" #> #> #> $`duodenum disease` #> $`duodenum disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4072" #> #> $`duodenum disease`$`_id` #> [1] "DOID_4072<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`duodenum disease`$privateGeneCount #> [1] 0 #> #> $`duodenum disease`$publicGeneCount #> [1] 1 #> #> $`duodenum disease`$urlId #> [1] "DOID_4072" #> #> $`duodenum disease`$dbPhenotype #> [1] FALSE #> #> $`duodenum disease`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`duodenum disease`$`_is_leaf` #> [1] FALSE #> #> $`duodenum disease`$children #> $`duodenum disease`$children[[1]] #> [1] "DOID_1737<DOID_4072<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`duodenum disease`$value #> [1] "duodenum disease" #> #> #> $`Dyggve-Melchior-Clausen disease` #> $`Dyggve-Melchior-Clausen disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111167" #> #> $`Dyggve-Melchior-Clausen disease`$`_id` #> [1] "DOID_0111167<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Dyggve-Melchior-Clausen disease`$privateGeneCount #> [1] 0 #> #> $`Dyggve-Melchior-Clausen disease`$publicGeneCount #> [1] 2 #> #> $`Dyggve-Melchior-Clausen disease`$urlId #> [1] "DOID_0111167" #> #> $`Dyggve-Melchior-Clausen disease`$dbPhenotype #> [1] FALSE #> #> $`Dyggve-Melchior-Clausen disease`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Dyggve-Melchior-Clausen disease`$`_is_leaf` #> [1] FALSE #> #> $`Dyggve-Melchior-Clausen disease`$children #> $`Dyggve-Melchior-Clausen disease`$children[[1]] #> [1] "DOID_0060247<DOID_0111167<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`Dyggve-Melchior-Clausen disease`$value #> [1] "Dyggve-Melchior-Clausen disease" #> #> #> $`Dyggve-Melchior-Clausen disease` #> $`Dyggve-Melchior-Clausen disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111167" #> #> $`Dyggve-Melchior-Clausen disease`$`_id` #> [1] "DOID_0111167<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Dyggve-Melchior-Clausen disease`$privateGeneCount #> [1] 0 #> #> $`Dyggve-Melchior-Clausen disease`$publicGeneCount #> [1] 2 #> #> $`Dyggve-Melchior-Clausen disease`$urlId #> [1] "DOID_0111167" #> #> $`Dyggve-Melchior-Clausen disease`$dbPhenotype #> [1] FALSE #> #> $`Dyggve-Melchior-Clausen disease`$`_parent` #> [1] "DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Dyggve-Melchior-Clausen disease`$`_is_leaf` #> [1] FALSE #> #> $`Dyggve-Melchior-Clausen disease`$children #> $`Dyggve-Melchior-Clausen disease`$children[[1]] #> [1] "DOID_0060247<DOID_0111167<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`Dyggve-Melchior-Clausen disease`$value #> [1] "Dyggve-Melchior-Clausen disease" #> #> #> $`Dyggve-Melchior-Clausen disease` #> $`Dyggve-Melchior-Clausen disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111167" #> #> $`Dyggve-Melchior-Clausen disease`$`_id` #> [1] "DOID_0111167<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Dyggve-Melchior-Clausen disease`$privateGeneCount #> [1] 0 #> #> $`Dyggve-Melchior-Clausen disease`$publicGeneCount #> [1] 2 #> #> $`Dyggve-Melchior-Clausen disease`$urlId #> [1] "DOID_0111167" #> #> $`Dyggve-Melchior-Clausen disease`$dbPhenotype #> [1] FALSE #> #> $`Dyggve-Melchior-Clausen disease`$`_parent` #> [1] "DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Dyggve-Melchior-Clausen disease`$`_is_leaf` #> [1] FALSE #> #> $`Dyggve-Melchior-Clausen disease`$children #> $`Dyggve-Melchior-Clausen disease`$children[[1]] #> [1] "DOID_0060247<DOID_0111167<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`Dyggve-Melchior-Clausen disease`$value #> [1] "Dyggve-Melchior-Clausen disease" #> #> #> $Dysarthria #> $Dysarthria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001260" #> #> $Dysarthria$`_id` #> [1] "HP_0001260<HP_0002167<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Dysarthria$privateGeneCount #> [1] 0 #> #> $Dysarthria$publicGeneCount #> [1] 3 #> #> $Dysarthria$urlId #> [1] "HP_0001260" #> #> $Dysarthria$dbPhenotype #> [1] TRUE #> #> $Dysarthria$`_parent` #> [1] "HP_0002167<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Dysarthria$`_is_leaf` #> [1] TRUE #> #> $Dysarthria$children #> list() #> #> $Dysarthria$value #> [1] "Dysarthria" #> #> #> $`dyschromatosis symmetrica hereditaria` #> $`dyschromatosis symmetrica hereditaria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060257" #> #> $`dyschromatosis symmetrica hereditaria`$`_id` #> [1] "DOID_0060257<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`dyschromatosis symmetrica hereditaria`$privateGeneCount #> [1] 0 #> #> $`dyschromatosis symmetrica hereditaria`$publicGeneCount #> [1] 1 #> #> $`dyschromatosis symmetrica hereditaria`$urlId #> [1] "DOID_0060257" #> #> $`dyschromatosis symmetrica hereditaria`$dbPhenotype #> [1] TRUE #> #> $`dyschromatosis symmetrica hereditaria`$`_parent` #> [1] "DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`dyschromatosis symmetrica hereditaria`$`_is_leaf` #> [1] TRUE #> #> $`dyschromatosis symmetrica hereditaria`$children #> list() #> #> $`dyschromatosis symmetrica hereditaria`$value #> [1] "dyschromatosis symmetrica hereditaria" #> #> #> $`dyschromatosis universalis hereditaria` #> $`dyschromatosis universalis hereditaria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060304" #> #> $`dyschromatosis universalis hereditaria`$`_id` #> [1] "DOID_0060304<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`dyschromatosis universalis hereditaria`$privateGeneCount #> [1] 0 #> #> $`dyschromatosis universalis hereditaria`$publicGeneCount #> [1] 1 #> #> $`dyschromatosis universalis hereditaria`$urlId #> [1] "DOID_0060304" #> #> $`dyschromatosis universalis hereditaria`$dbPhenotype #> [1] TRUE #> #> $`dyschromatosis universalis hereditaria`$`_parent` #> [1] "DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`dyschromatosis universalis hereditaria`$`_is_leaf` #> [1] TRUE #> #> $`dyschromatosis universalis hereditaria`$children #> list() #> #> $`dyschromatosis universalis hereditaria`$value #> [1] "dyschromatosis universalis hereditaria" #> #> #> $dysgammaglobulinemia #> $dysgammaglobulinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11702" #> #> $dysgammaglobulinemia$`_id` #> [1] "DOID_11702<DOID_6025<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $dysgammaglobulinemia$privateGeneCount #> [1] 0 #> #> $dysgammaglobulinemia$publicGeneCount #> [1] 6 #> #> $dysgammaglobulinemia$urlId #> [1] "DOID_11702" #> #> $dysgammaglobulinemia$dbPhenotype #> [1] TRUE #> #> $dysgammaglobulinemia$`_parent` #> [1] "DOID_6025<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $dysgammaglobulinemia$`_is_leaf` #> [1] FALSE #> #> $dysgammaglobulinemia$children #> $dysgammaglobulinemia$children[[1]] #> [1] "DOID_11701<DOID_11702<DOID_6025<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $dysgammaglobulinemia$value #> [1] "dysgammaglobulinemia" #> #> #> $dysgerminoma #> $dysgerminoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4441" #> #> $dysgerminoma$`_id` #> [1] "DOID_4441<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $dysgerminoma$privateGeneCount #> [1] 0 #> #> $dysgerminoma$publicGeneCount #> [1] 6 #> #> $dysgerminoma$urlId #> [1] "DOID_4441" #> #> $dysgerminoma$dbPhenotype #> [1] TRUE #> #> $dysgerminoma$`_parent` #> [1] "DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $dysgerminoma$`_is_leaf` #> [1] TRUE #> #> $dysgerminoma$children #> list() #> #> $dysgerminoma$value #> [1] "dysgerminoma" #> #> #> $dysgerminoma #> $dysgerminoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4441" #> #> $dysgerminoma$`_id` #> [1] "DOID_4441<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $dysgerminoma$privateGeneCount #> [1] 0 #> #> $dysgerminoma$publicGeneCount #> [1] 6 #> #> $dysgerminoma$urlId #> [1] "DOID_4441" #> #> $dysgerminoma$dbPhenotype #> [1] TRUE #> #> $dysgerminoma$`_parent` #> [1] "DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $dysgerminoma$`_is_leaf` #> [1] TRUE #> #> $dysgerminoma$children #> list() #> #> $dysgerminoma$value #> [1] "dysgerminoma" #> #> #> $dysgerminoma #> $dysgerminoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4441" #> #> $dysgerminoma$`_id` #> [1] "DOID_4441<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $dysgerminoma$privateGeneCount #> [1] 0 #> #> $dysgerminoma$publicGeneCount #> [1] 6 #> #> $dysgerminoma$urlId #> [1] "DOID_4441" #> #> $dysgerminoma$dbPhenotype #> [1] TRUE #> #> $dysgerminoma$`_parent` #> [1] "DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $dysgerminoma$`_is_leaf` #> [1] TRUE #> #> $dysgerminoma$children #> list() #> #> $dysgerminoma$value #> [1] "dysgerminoma" #> #> #> $dysgerminoma #> $dysgerminoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4441" #> #> $dysgerminoma$`_id` #> [1] "DOID_4441<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $dysgerminoma$privateGeneCount #> [1] 0 #> #> $dysgerminoma$publicGeneCount #> [1] 6 #> #> $dysgerminoma$urlId #> [1] "DOID_4441" #> #> $dysgerminoma$dbPhenotype #> [1] TRUE #> #> $dysgerminoma$`_parent` #> [1] "DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $dysgerminoma$`_is_leaf` #> [1] TRUE #> #> $dysgerminoma$children #> list() #> #> $dysgerminoma$value #> [1] "dysgerminoma" #> #> #> $dysgerminoma #> $dysgerminoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4441" #> #> $dysgerminoma$`_id` #> [1] "DOID_4441<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $dysgerminoma$privateGeneCount #> [1] 0 #> #> $dysgerminoma$publicGeneCount #> [1] 6 #> #> $dysgerminoma$urlId #> [1] "DOID_4441" #> #> $dysgerminoma$dbPhenotype #> [1] TRUE #> #> $dysgerminoma$`_parent` #> [1] "DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $dysgerminoma$`_is_leaf` #> [1] TRUE #> #> $dysgerminoma$children #> list() #> #> $dysgerminoma$value #> [1] "dysgerminoma" #> #> #> $`dyskeratosis congenita` #> $`dyskeratosis congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2729" #> #> $`dyskeratosis congenita`$`_id` #> [1] "DOID_2729<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`dyskeratosis congenita`$privateGeneCount #> [1] 0 #> #> $`dyskeratosis congenita`$publicGeneCount #> [1] 9 #> #> $`dyskeratosis congenita`$urlId #> [1] "DOID_2729" #> #> $`dyskeratosis congenita`$dbPhenotype #> [1] TRUE #> #> $`dyskeratosis congenita`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`dyskeratosis congenita`$`_is_leaf` #> [1] TRUE #> #> $`dyskeratosis congenita`$children #> list() #> #> $`dyskeratosis congenita`$value #> [1] "dyskeratosis congenita" #> #> #> $Dyskinesia #> $Dyskinesia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100660" #> #> $Dyskinesia$`_id` #> [1] "HP_0100660<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Dyskinesia$privateGeneCount #> [1] 0 #> #> $Dyskinesia$publicGeneCount #> [1] 21 #> #> $Dyskinesia$urlId #> [1] "HP_0100660" #> #> $Dyskinesia$dbPhenotype #> [1] TRUE #> #> $Dyskinesia$`_parent` #> [1] "HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Dyskinesia$`_is_leaf` #> [1] TRUE #> #> $Dyskinesia$children #> list() #> #> $Dyskinesia$value #> [1] "Dyskinesia" #> #> #> $`dyskinetic cerebral palsy` #> $`dyskinetic cerebral palsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050672" #> #> $`dyskinetic cerebral palsy`$`_id` #> [1] "DOID_0050672<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`dyskinetic cerebral palsy`$privateGeneCount #> [1] 0 #> #> $`dyskinetic cerebral palsy`$publicGeneCount #> [1] 1 #> #> $`dyskinetic cerebral palsy`$urlId #> [1] "DOID_0050672" #> #> $`dyskinetic cerebral palsy`$dbPhenotype #> [1] TRUE #> #> $`dyskinetic cerebral palsy`$`_parent` #> [1] "DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`dyskinetic cerebral palsy`$`_is_leaf` #> [1] TRUE #> #> $`dyskinetic cerebral palsy`$children #> list() #> #> $`dyskinetic cerebral palsy`$value #> [1] "dyskinetic cerebral palsy" #> #> #> $dyslexia #> $dyslexia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4428" #> #> $dyslexia$`_id` #> [1] "DOID_4428<DOID_13365<DOID_8927<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $dyslexia$privateGeneCount #> [1] 0 #> #> $dyslexia$publicGeneCount #> [1] 26 #> #> $dyslexia$urlId #> [1] "DOID_4428" #> #> $dyslexia$dbPhenotype #> [1] TRUE #> #> $dyslexia$`_parent` #> [1] "DOID_13365<DOID_8927<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $dyslexia$`_is_leaf` #> [1] TRUE #> #> $dyslexia$children #> list() #> #> $dyslexia$value #> [1] "dyslexia" #> #> #> $Dysmenorrhea #> $Dysmenorrhea$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100607" #> #> $Dysmenorrhea$`_id` #> [1] "HP_0100607<HP_0000858<HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Dysmenorrhea$privateGeneCount #> [1] 0 #> #> $Dysmenorrhea$publicGeneCount #> [1] 3 #> #> $Dysmenorrhea$urlId #> [1] "HP_0100607" #> #> $Dysmenorrhea$dbPhenotype #> [1] TRUE #> #> $Dysmenorrhea$`_parent` #> [1] "HP_0000858<HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Dysmenorrhea$`_is_leaf` #> [1] TRUE #> #> $Dysmenorrhea$children #> list() #> #> $Dysmenorrhea$value #> [1] "Dysmenorrhea" #> #> #> $dysostosis #> $dysostosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1934" #> #> $dysostosis$`_id` #> [1] "DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $dysostosis$privateGeneCount #> [1] 0 #> #> $dysostosis$publicGeneCount #> [1] 65 #> #> $dysostosis$urlId #> [1] "DOID_1934" #> #> $dysostosis$dbPhenotype #> [1] TRUE #> #> $dysostosis$`_parent` #> [1] "DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $dysostosis$`_is_leaf` #> [1] FALSE #> #> $dysostosis$children #> $dysostosis$children[[1]] #> [1] "DOID_14669<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $dysostosis$children[[2]] #> [1] "DOID_0060379<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $dysostosis$children[[3]] #> [1] "DOID_0060342<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $dysostosis$children[[4]] #> [1] "DOID_0050581<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $dysostosis$children[[5]] #> [1] "DOID_0050794<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $dysostosis$children[[6]] #> [1] "DOID_0050568<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $dysostosis$children[[7]] #> [1] "DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $dysostosis$children[[8]] #> [1] "DOID_0050789<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $dysostosis$value #> [1] "dysostosis" #> #> #> $`dysplastic nevus syndrome` #> $`dysplastic nevus syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10041" #> #> $`dysplastic nevus syndrome`$`_id` #> [1] "DOID_10041<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`dysplastic nevus syndrome`$privateGeneCount #> [1] 0 #> #> $`dysplastic nevus syndrome`$publicGeneCount #> [1] 2 #> #> $`dysplastic nevus syndrome`$urlId #> [1] "DOID_10041" #> #> $`dysplastic nevus syndrome`$dbPhenotype #> [1] TRUE #> #> $`dysplastic nevus syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`dysplastic nevus syndrome`$`_is_leaf` #> [1] TRUE #> #> $`dysplastic nevus syndrome`$children #> list() #> #> $`dysplastic nevus syndrome`$value #> [1] "dysplastic nevus syndrome" #> #> #> $`dysplastic nevus syndrome` #> $`dysplastic nevus syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10041" #> #> $`dysplastic nevus syndrome`$`_id` #> [1] "DOID_10041<DOID_225<DOID_4" #> #> $`dysplastic nevus syndrome`$privateGeneCount #> [1] 0 #> #> $`dysplastic nevus syndrome`$publicGeneCount #> [1] 2 #> #> $`dysplastic nevus syndrome`$urlId #> [1] "DOID_10041" #> #> $`dysplastic nevus syndrome`$dbPhenotype #> [1] TRUE #> #> $`dysplastic nevus syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`dysplastic nevus syndrome`$`_is_leaf` #> [1] TRUE #> #> $`dysplastic nevus syndrome`$children #> list() #> #> $`dysplastic nevus syndrome`$value #> [1] "dysplastic nevus syndrome" #> #> #> $Dyspnea #> $Dyspnea$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002094" #> #> $Dyspnea$`_id` #> [1] "HP_0002094<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Dyspnea$privateGeneCount #> [1] 0 #> #> $Dyspnea$publicGeneCount #> [1] 5 #> #> $Dyspnea$urlId #> [1] "HP_0002094" #> #> $Dyspnea$dbPhenotype #> [1] TRUE #> #> $Dyspnea$`_parent` #> [1] "HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Dyspnea$`_is_leaf` #> [1] FALSE #> #> $Dyspnea$children #> $Dyspnea$children[[1]] #> [1] "HP_0012763<HP_0002094<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> #> $Dyspnea$value #> [1] "Dyspnea" #> #> #> $dystonia #> $dystonia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_543" #> #> $dystonia$`_id` #> [1] "DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $dystonia$privateGeneCount #> [1] 0 #> #> $dystonia$publicGeneCount #> [1] 32 #> #> $dystonia$urlId #> [1] "DOID_543" #> #> $dystonia$dbPhenotype #> [1] TRUE #> #> $dystonia$`_parent` #> [1] "DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $dystonia$`_is_leaf` #> [1] FALSE #> #> $dystonia$children #> $dystonia$children[[1]] #> [1] "DOID_0050836<DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $dystonia$children[[2]] #> [1] "DOID_0050835<DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $dystonia$value #> [1] "dystonia" #> #> #> $Dystonia #> $Dystonia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001332" #> #> $Dystonia$`_id` #> [1] "HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Dystonia$privateGeneCount #> [1] 0 #> #> $Dystonia$publicGeneCount #> [1] 7 #> #> $Dystonia$urlId #> [1] "HP_0001332" #> #> $Dystonia$dbPhenotype #> [1] FALSE #> #> $Dystonia$`_parent` #> [1] "HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Dystonia$`_is_leaf` #> [1] FALSE #> #> $Dystonia$children #> $Dystonia$children[[1]] #> [1] "HP_0004373<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Dystonia$children[[2]] #> [1] "HP_0002268<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Dystonia$children[[3]] #> [1] "HP_0001304<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Dystonia$value #> [1] "Dystonia" #> #> #> $`early infantile epileptic encephalopathy` #> $`early infantile epileptic encephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050709" #> #> $`early infantile epileptic encephalopathy`$`_id` #> [1] "DOID_0050709<DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`early infantile epileptic encephalopathy`$privateGeneCount #> [1] 0 #> #> $`early infantile epileptic encephalopathy`$publicGeneCount #> [1] 17 #> #> $`early infantile epileptic encephalopathy`$urlId #> [1] "DOID_0050709" #> #> $`early infantile epileptic encephalopathy`$dbPhenotype #> [1] TRUE #> #> $`early infantile epileptic encephalopathy`$`_parent` #> [1] "DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`early infantile epileptic encephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`early infantile epileptic encephalopathy`$children #> list() #> #> $`early infantile epileptic encephalopathy`$value #> [1] "early infantile epileptic encephalopathy" #> #> #> $`early myoclonic encephalopathy` #> $`early myoclonic encephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_308" #> #> $`early myoclonic encephalopathy`$`_id` #> [1] "DOID_308<DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`early myoclonic encephalopathy`$privateGeneCount #> [1] 0 #> #> $`early myoclonic encephalopathy`$publicGeneCount #> [1] 7 #> #> $`early myoclonic encephalopathy`$urlId #> [1] "DOID_308" #> #> $`early myoclonic encephalopathy`$dbPhenotype #> [1] TRUE #> #> $`early myoclonic encephalopathy`$`_parent` #> [1] "DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`early myoclonic encephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`early myoclonic encephalopathy`$children #> list() #> #> $`early myoclonic encephalopathy`$value #> [1] "early myoclonic encephalopathy" #> #> #> $`Early onset of sexual maturation` #> $`Early onset of sexual maturation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100000" #> #> $`Early onset of sexual maturation`$`_id` #> [1] "HP_0100000<HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> $`Early onset of sexual maturation`$privateGeneCount #> [1] 0 #> #> $`Early onset of sexual maturation`$publicGeneCount #> [1] 6 #> #> $`Early onset of sexual maturation`$urlId #> [1] "HP_0100000" #> #> $`Early onset of sexual maturation`$dbPhenotype #> [1] TRUE #> #> $`Early onset of sexual maturation`$`_parent` #> [1] "HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> $`Early onset of sexual maturation`$`_is_leaf` #> [1] FALSE #> #> $`Early onset of sexual maturation`$children #> $`Early onset of sexual maturation`$children[[1]] #> [1] "HP_0000826<HP_0100000<HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Early onset of sexual maturation`$value #> [1] "Early onset of sexual maturation" #> #> #> $`early-onset Parkinson's disease` #> $`early-onset Parkinson's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060894" #> #> $`early-onset Parkinson's disease`$`_id` #> [1] "DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`early-onset Parkinson's disease`$privateGeneCount #> [1] 0 #> #> $`early-onset Parkinson's disease`$publicGeneCount #> [1] 4 #> #> $`early-onset Parkinson's disease`$urlId #> [1] "DOID_0060894" #> #> $`early-onset Parkinson's disease`$dbPhenotype #> [1] FALSE #> #> $`early-onset Parkinson's disease`$`_parent` #> [1] "DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`early-onset Parkinson's disease`$`_is_leaf` #> [1] FALSE #> #> $`early-onset Parkinson's disease`$children #> $`early-onset Parkinson's disease`$children[[1]] #> [1] "DOID_0060372<DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`early-onset Parkinson's disease`$children[[2]] #> [1] "DOID_0060368<DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`early-onset Parkinson's disease`$children[[3]] #> [1] "DOID_0060369<DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`early-onset Parkinson's disease`$children[[4]] #> [1] "DOID_0060370<DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`early-onset Parkinson's disease`$value #> [1] "early-onset Parkinson's disease" #> #> #> $`EAST syndrome` #> $`EAST syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060484" #> #> $`EAST syndrome`$`_id` #> [1] "DOID_0060484<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`EAST syndrome`$privateGeneCount #> [1] 0 #> #> $`EAST syndrome`$publicGeneCount #> [1] 1 #> #> $`EAST syndrome`$urlId #> [1] "DOID_0060484" #> #> $`EAST syndrome`$dbPhenotype #> [1] TRUE #> #> $`EAST syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`EAST syndrome`$`_is_leaf` #> [1] TRUE #> #> $`EAST syndrome`$children #> list() #> #> $`EAST syndrome`$value #> [1] "EAST syndrome" #> #> #> $`EAST syndrome` #> $`EAST syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060484" #> #> $`EAST syndrome`$`_id` #> [1] "DOID_0060484<DOID_225<DOID_4" #> #> $`EAST syndrome`$privateGeneCount #> [1] 0 #> #> $`EAST syndrome`$publicGeneCount #> [1] 1 #> #> $`EAST syndrome`$urlId #> [1] "DOID_0060484" #> #> $`EAST syndrome`$dbPhenotype #> [1] TRUE #> #> $`EAST syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`EAST syndrome`$`_is_leaf` #> [1] TRUE #> #> $`EAST syndrome`$children #> list() #> #> $`EAST syndrome`$value #> [1] "EAST syndrome" #> #> #> $`eating disorder` #> $`eating disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8670" #> #> $`eating disorder`$`_id` #> [1] "DOID_8670<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`eating disorder`$privateGeneCount #> [1] 0 #> #> $`eating disorder`$publicGeneCount #> [1] 29 #> #> $`eating disorder`$urlId #> [1] "DOID_8670" #> #> $`eating disorder`$dbPhenotype #> [1] TRUE #> #> $`eating disorder`$`_parent` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`eating disorder`$`_is_leaf` #> [1] FALSE #> #> $`eating disorder`$children #> $`eating disorder`$children[[1]] #> [1] "DOID_8689<DOID_8670<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`eating disorder`$children[[2]] #> [1] "DOID_12129<DOID_8670<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`eating disorder`$value #> [1] "eating disorder" #> #> #> $`Ebola hemorrhagic fever` #> $`Ebola hemorrhagic fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4325" #> #> $`Ebola hemorrhagic fever`$`_id` #> [1] "DOID_4325<DOID_934<DOID_0050117<DOID_4" #> #> $`Ebola hemorrhagic fever`$privateGeneCount #> [1] 0 #> #> $`Ebola hemorrhagic fever`$publicGeneCount #> [1] 1 #> #> $`Ebola hemorrhagic fever`$urlId #> [1] "DOID_4325" #> #> $`Ebola hemorrhagic fever`$dbPhenotype #> [1] TRUE #> #> $`Ebola hemorrhagic fever`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`Ebola hemorrhagic fever`$`_is_leaf` #> [1] TRUE #> #> $`Ebola hemorrhagic fever`$children #> list() #> #> $`Ebola hemorrhagic fever`$value #> [1] "Ebola hemorrhagic fever" #> #> #> $echinococcosis #> $echinococcosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1496" #> #> $echinococcosis$`_id` #> [1] "DOID_1496<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $echinococcosis$privateGeneCount #> [1] 0 #> #> $echinococcosis$publicGeneCount #> [1] 5 #> #> $echinococcosis$urlId #> [1] "DOID_1496" #> #> $echinococcosis$dbPhenotype #> [1] TRUE #> #> $echinococcosis$`_parent` #> [1] "DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $echinococcosis$`_is_leaf` #> [1] TRUE #> #> $echinococcosis$children #> list() #> #> $echinococcosis$value #> [1] "echinococcosis" #> #> #> $`ectodermal dysplasia` #> $`ectodermal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2121" #> #> $`ectodermal dysplasia`$`_id` #> [1] "DOID_2121<DOID_225<DOID_4" #> #> $`ectodermal dysplasia`$privateGeneCount #> [1] 0 #> #> $`ectodermal dysplasia`$publicGeneCount #> [1] 16 #> #> $`ectodermal dysplasia`$urlId #> [1] "DOID_2121" #> #> $`ectodermal dysplasia`$dbPhenotype #> [1] FALSE #> #> $`ectodermal dysplasia`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`ectodermal dysplasia`$`_is_leaf` #> [1] FALSE #> #> $`ectodermal dysplasia`$children #> $`ectodermal dysplasia`$children[[1]] #> [1] "DOID_14773<DOID_2121<DOID_225<DOID_4" #> #> $`ectodermal dysplasia`$children[[2]] #> [1] "DOID_14693<DOID_2121<DOID_225<DOID_4" #> #> $`ectodermal dysplasia`$children[[3]] #> [1] "DOID_14793<DOID_2121<DOID_225<DOID_4" #> #> $`ectodermal dysplasia`$children[[4]] #> [1] "DOID_3389<DOID_2121<DOID_225<DOID_4" #> #> $`ectodermal dysplasia`$children[[5]] #> [1] "DOID_0060330<DOID_2121<DOID_225<DOID_4" #> #> #> $`ectodermal dysplasia`$value #> [1] "ectodermal dysplasia" #> #> #> $`Ectodermal dysplasia` #> $`Ectodermal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000968" #> #> $`Ectodermal dysplasia`$`_id` #> [1] "HP_0000968<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Ectodermal dysplasia`$privateGeneCount #> [1] 0 #> #> $`Ectodermal dysplasia`$publicGeneCount #> [1] 5 #> #> $`Ectodermal dysplasia`$urlId #> [1] "HP_0000968" #> #> $`Ectodermal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Ectodermal dysplasia`$`_parent` #> [1] "HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Ectodermal dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Ectodermal dysplasia`$children #> list() #> #> $`Ectodermal dysplasia`$value #> [1] "Ectodermal dysplasia" #> #> #> $`Ectopia lentis` #> $`Ectopia lentis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001083" #> #> $`Ectopia lentis`$`_id` #> [1] "HP_0001083<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Ectopia lentis`$privateGeneCount #> [1] 0 #> #> $`Ectopia lentis`$publicGeneCount #> [1] 2 #> #> $`Ectopia lentis`$urlId #> [1] "HP_0001083" #> #> $`Ectopia lentis`$dbPhenotype #> [1] TRUE #> #> $`Ectopia lentis`$`_parent` #> [1] "HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Ectopia lentis`$`_is_leaf` #> [1] TRUE #> #> $`Ectopia lentis`$children #> list() #> #> $`Ectopia lentis`$value #> [1] "Ectopia lentis" #> #> #> $`Ectopic calcification` #> $`Ectopic calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010766" #> #> $`Ectopic calcification`$`_id` #> [1] "HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> $`Ectopic calcification`$privateGeneCount #> [1] 0 #> #> $`Ectopic calcification`$publicGeneCount #> [1] 8 #> #> $`Ectopic calcification`$urlId #> [1] "HP_0010766" #> #> $`Ectopic calcification`$dbPhenotype #> [1] FALSE #> #> $`Ectopic calcification`$`_parent` #> [1] "HP_0000924<HP_0000118<HP_0000001" #> #> $`Ectopic calcification`$`_is_leaf` #> [1] FALSE #> #> $`Ectopic calcification`$children #> $`Ectopic calcification`$children[[1]] #> [1] "HP_0011915<HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> $`Ectopic calcification`$children[[2]] #> [1] "HP_0002514<HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Ectopic calcification`$value #> [1] "Ectopic calcification" #> #> #> $`Ectopic ossification` #> $`Ectopic ossification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011986" #> #> $`Ectopic ossification`$`_id` #> [1] "HP_0011986<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Ectopic ossification`$privateGeneCount #> [1] 0 #> #> $`Ectopic ossification`$publicGeneCount #> [1] 3 #> #> $`Ectopic ossification`$urlId #> [1] "HP_0011986" #> #> $`Ectopic ossification`$dbPhenotype #> [1] TRUE #> #> $`Ectopic ossification`$`_parent` #> [1] "HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Ectopic ossification`$`_is_leaf` #> [1] TRUE #> #> $`Ectopic ossification`$children #> list() #> #> $`Ectopic ossification`$value #> [1] "Ectopic ossification" #> #> #> $`ectopic pregnancy` #> $`ectopic pregnancy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060329" #> #> $`ectopic pregnancy`$`_id` #> [1] "DOID_0060329<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ectopic pregnancy`$privateGeneCount #> [1] 0 #> #> $`ectopic pregnancy`$publicGeneCount #> [1] 1 #> #> $`ectopic pregnancy`$urlId #> [1] "DOID_0060329" #> #> $`ectopic pregnancy`$dbPhenotype #> [1] TRUE #> #> $`ectopic pregnancy`$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ectopic pregnancy`$`_is_leaf` #> [1] TRUE #> #> $`ectopic pregnancy`$children #> list() #> #> $`ectopic pregnancy`$value #> [1] "ectopic pregnancy" #> #> #> $Eczema #> $Eczema$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000964" #> #> $Eczema$`_id` #> [1] "HP_0000964<HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Eczema$privateGeneCount #> [1] 0 #> #> $Eczema$publicGeneCount #> [1] 10 #> #> $Eczema$urlId #> [1] "HP_0000964" #> #> $Eczema$dbPhenotype #> [1] TRUE #> #> $Eczema$`_parent` #> [1] "HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Eczema$`_is_leaf` #> [1] TRUE #> #> $Eczema$children #> list() #> #> $Eczema$value #> [1] "Eczema" #> #> #> $Eczema #> $Eczema$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000964" #> #> $Eczema$`_id` #> [1] "HP_0000964<HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $Eczema$privateGeneCount #> [1] 0 #> #> $Eczema$publicGeneCount #> [1] 10 #> #> $Eczema$urlId #> [1] "HP_0000964" #> #> $Eczema$dbPhenotype #> [1] TRUE #> #> $Eczema$`_parent` #> [1] "HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $Eczema$`_is_leaf` #> [1] TRUE #> #> $Eczema$children #> list() #> #> $Eczema$value #> [1] "Eczema" #> #> #> $Edema #> $Edema$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000969" #> #> $Edema$`_id` #> [1] "HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Edema$privateGeneCount #> [1] 0 #> #> $Edema$publicGeneCount #> [1] 30 #> #> $Edema$urlId #> [1] "HP_0000969" #> #> $Edema$dbPhenotype #> [1] TRUE #> #> $Edema$`_parent` #> [1] "HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Edema$`_is_leaf` #> [1] FALSE #> #> $Edema$children #> $Edema$children[[1]] #> [1] "HP_0001789<HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Edema$children[[2]] #> [1] "HP_0002202<HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $Edema$value #> [1] "Edema" #> #> #> $`EEG abnormality` #> $`EEG abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002353" #> #> $`EEG abnormality`$`_id` #> [1] "HP_0002353<HP_0030178<HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`EEG abnormality`$privateGeneCount #> [1] 0 #> #> $`EEG abnormality`$publicGeneCount #> [1] 4 #> #> $`EEG abnormality`$urlId #> [1] "HP_0002353" #> #> $`EEG abnormality`$dbPhenotype #> [1] TRUE #> #> $`EEG abnormality`$`_parent` #> [1] "HP_0030178<HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`EEG abnormality`$`_is_leaf` #> [1] FALSE #> #> $`EEG abnormality`$children #> $`EEG abnormality`$children[[1]] #> [1] "HP_0010852<HP_0002353<HP_0030178<HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`EEG abnormality`$value #> [1] "EEG abnormality" #> #> #> $`EEG with photoparoxysmal response` #> $`EEG with photoparoxysmal response`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010852" #> #> $`EEG with photoparoxysmal response`$`_id` #> [1] "HP_0010852<HP_0002353<HP_0030178<HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`EEG with photoparoxysmal response`$privateGeneCount #> [1] 0 #> #> $`EEG with photoparoxysmal response`$publicGeneCount #> [1] 3 #> #> $`EEG with photoparoxysmal response`$urlId #> [1] "HP_0010852" #> #> $`EEG with photoparoxysmal response`$dbPhenotype #> [1] TRUE #> #> $`EEG with photoparoxysmal response`$`_parent` #> [1] "HP_0002353<HP_0030178<HP_0001311<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`EEG with photoparoxysmal response`$`_is_leaf` #> [1] TRUE #> #> $`EEG with photoparoxysmal response`$children #> list() #> #> $`EEG with photoparoxysmal response`$value #> [1] "EEG with photoparoxysmal response" #> #> #> $`egg allergy` #> $`egg allergy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4377" #> #> $`egg allergy`$`_id` #> [1] "DOID_4377<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`egg allergy`$privateGeneCount #> [1] 0 #> #> $`egg allergy`$publicGeneCount #> [1] 1 #> #> $`egg allergy`$urlId #> [1] "DOID_4377" #> #> $`egg allergy`$dbPhenotype #> [1] TRUE #> #> $`egg allergy`$`_parent` #> [1] "DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`egg allergy`$`_is_leaf` #> [1] TRUE #> #> $`egg allergy`$children #> list() #> #> $`egg allergy`$value #> [1] "egg allergy" #> #> #> $`Ehlers-Danlos syndrome` #> $`Ehlers-Danlos syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13359" #> #> $`Ehlers-Danlos syndrome`$`_id` #> [1] "DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ehlers-Danlos syndrome`$privateGeneCount #> [1] 0 #> #> $`Ehlers-Danlos syndrome`$publicGeneCount #> [1] 15 #> #> $`Ehlers-Danlos syndrome`$urlId #> [1] "DOID_13359" #> #> $`Ehlers-Danlos syndrome`$dbPhenotype #> [1] TRUE #> #> $`Ehlers-Danlos syndrome`$`_parent` #> [1] "DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ehlers-Danlos syndrome`$`_is_leaf` #> [1] FALSE #> #> $`Ehlers-Danlos syndrome`$children #> $`Ehlers-Danlos syndrome`$children[[1]] #> [1] "DOID_14756<DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ehlers-Danlos syndrome`$children[[2]] #> [1] "DOID_14775<DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ehlers-Danlos syndrome`$children[[3]] #> [1] "DOID_0050802<DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ehlers-Danlos syndrome`$children[[4]] #> [1] "DOID_14720<DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`Ehlers-Danlos syndrome`$value #> [1] "Ehlers-Danlos syndrome" #> #> #> $`Ehlers-Danlos syndrome progeroid type` #> $`Ehlers-Danlos syndrome progeroid type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050802" #> #> $`Ehlers-Danlos syndrome progeroid type`$`_id` #> [1] "DOID_0050802<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Ehlers-Danlos syndrome progeroid type`$privateGeneCount #> [1] 0 #> #> $`Ehlers-Danlos syndrome progeroid type`$publicGeneCount #> [1] 2 #> #> $`Ehlers-Danlos syndrome progeroid type`$urlId #> [1] "DOID_0050802" #> #> $`Ehlers-Danlos syndrome progeroid type`$dbPhenotype #> [1] TRUE #> #> $`Ehlers-Danlos syndrome progeroid type`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Ehlers-Danlos syndrome progeroid type`$`_is_leaf` #> [1] TRUE #> #> $`Ehlers-Danlos syndrome progeroid type`$children #> list() #> #> $`Ehlers-Danlos syndrome progeroid type`$value #> [1] "Ehlers-Danlos syndrome progeroid type" #> #> #> $`Ehlers-Danlos syndrome progeroid type` #> $`Ehlers-Danlos syndrome progeroid type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050802" #> #> $`Ehlers-Danlos syndrome progeroid type`$`_id` #> [1] "DOID_0050802<DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ehlers-Danlos syndrome progeroid type`$privateGeneCount #> [1] 0 #> #> $`Ehlers-Danlos syndrome progeroid type`$publicGeneCount #> [1] 2 #> #> $`Ehlers-Danlos syndrome progeroid type`$urlId #> [1] "DOID_0050802" #> #> $`Ehlers-Danlos syndrome progeroid type`$dbPhenotype #> [1] TRUE #> #> $`Ehlers-Danlos syndrome progeroid type`$`_parent` #> [1] "DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ehlers-Danlos syndrome progeroid type`$`_is_leaf` #> [1] TRUE #> #> $`Ehlers-Danlos syndrome progeroid type`$children #> list() #> #> $`Ehlers-Danlos syndrome progeroid type`$value #> [1] "Ehlers-Danlos syndrome progeroid type" #> #> #> $`electroclinical syndrome` #> $`electroclinical syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050701" #> #> $`electroclinical syndrome`$`_id` #> [1] "DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`electroclinical syndrome`$privateGeneCount #> [1] 0 #> #> $`electroclinical syndrome`$publicGeneCount #> [1] 98 #> #> $`electroclinical syndrome`$urlId #> [1] "DOID_0050701" #> #> $`electroclinical syndrome`$dbPhenotype #> [1] FALSE #> #> $`electroclinical syndrome`$`_parent` #> [1] "DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`electroclinical syndrome`$`_is_leaf` #> [1] FALSE #> #> $`electroclinical syndrome`$children #> $`electroclinical syndrome`$children[[1]] #> [1] "DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`electroclinical syndrome`$children[[2]] #> [1] "DOID_0050703<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`electroclinical syndrome`$children[[3]] #> [1] "DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`electroclinical syndrome`$children[[4]] #> [1] "DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`electroclinical syndrome`$value #> [1] "electroclinical syndrome" #> #> #> $`Elevated serum creatine kinase` #> $`Elevated serum creatine kinase`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003236" #> #> $`Elevated serum creatine kinase`$`_id` #> [1] "HP_0003236<HP_0040081<HP_0011021<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Elevated serum creatine kinase`$privateGeneCount #> [1] 0 #> #> $`Elevated serum creatine kinase`$publicGeneCount #> [1] 1 #> #> $`Elevated serum creatine kinase`$urlId #> [1] "HP_0003236" #> #> $`Elevated serum creatine kinase`$dbPhenotype #> [1] TRUE #> #> $`Elevated serum creatine kinase`$`_parent` #> [1] "HP_0040081<HP_0011021<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Elevated serum creatine kinase`$`_is_leaf` #> [1] TRUE #> #> $`Elevated serum creatine kinase`$children #> list() #> #> $`Elevated serum creatine kinase`$value #> [1] "Elevated serum creatine kinase" #> #> #> $`Ellis-Van Creveld syndrome` #> $`Ellis-Van Creveld syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12714" #> #> $`Ellis-Van Creveld syndrome`$`_id` #> [1] "DOID_12714<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Ellis-Van Creveld syndrome`$privateGeneCount #> [1] 0 #> #> $`Ellis-Van Creveld syndrome`$publicGeneCount #> [1] 2 #> #> $`Ellis-Van Creveld syndrome`$urlId #> [1] "DOID_12714" #> #> $`Ellis-Van Creveld syndrome`$dbPhenotype #> [1] TRUE #> #> $`Ellis-Van Creveld syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Ellis-Van Creveld syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Ellis-Van Creveld syndrome`$children #> list() #> #> $`Ellis-Van Creveld syndrome`$value #> [1] "Ellis-Van Creveld syndrome" #> #> #> $`Ellis-Van Creveld syndrome` #> $`Ellis-Van Creveld syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12714" #> #> $`Ellis-Van Creveld syndrome`$`_id` #> [1] "DOID_12714<DOID_225<DOID_4" #> #> $`Ellis-Van Creveld syndrome`$privateGeneCount #> [1] 0 #> #> $`Ellis-Van Creveld syndrome`$publicGeneCount #> [1] 2 #> #> $`Ellis-Van Creveld syndrome`$urlId #> [1] "DOID_12714" #> #> $`Ellis-Van Creveld syndrome`$dbPhenotype #> [1] TRUE #> #> $`Ellis-Van Creveld syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Ellis-Van Creveld syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Ellis-Van Creveld syndrome`$children #> list() #> #> $`Ellis-Van Creveld syndrome`$value #> [1] "Ellis-Van Creveld syndrome" #> #> #> $`embryonal cancer` #> $`embryonal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_688" #> #> $`embryonal cancer`$`_id` #> [1] "DOID_688<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`embryonal cancer`$privateGeneCount #> [1] 0 #> #> $`embryonal cancer`$publicGeneCount #> [1] 48 #> #> $`embryonal cancer`$urlId #> [1] "DOID_688" #> #> $`embryonal cancer`$dbPhenotype #> [1] TRUE #> #> $`embryonal cancer`$`_parent` #> [1] "DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`embryonal cancer`$`_is_leaf` #> [1] FALSE #> #> $`embryonal cancer`$children #> $`embryonal cancer`$children[[1]] #> [1] "DOID_3308<DOID_688<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`embryonal cancer`$value #> [1] "embryonal cancer" #> #> #> $`embryonal carcinoma` #> $`embryonal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3308" #> #> $`embryonal carcinoma`$`_id` #> [1] "DOID_3308<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`embryonal carcinoma`$privateGeneCount #> [1] 0 #> #> $`embryonal carcinoma`$publicGeneCount #> [1] 7 #> #> $`embryonal carcinoma`$urlId #> [1] "DOID_3308" #> #> $`embryonal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`embryonal carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`embryonal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`embryonal carcinoma`$children #> list() #> #> $`embryonal carcinoma`$value #> [1] "embryonal carcinoma" #> #> #> $`embryonal carcinoma` #> $`embryonal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3308" #> #> $`embryonal carcinoma`$`_id` #> [1] "DOID_3308<DOID_688<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`embryonal carcinoma`$privateGeneCount #> [1] 0 #> #> $`embryonal carcinoma`$publicGeneCount #> [1] 7 #> #> $`embryonal carcinoma`$urlId #> [1] "DOID_3308" #> #> $`embryonal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`embryonal carcinoma`$`_parent` #> [1] "DOID_688<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`embryonal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`embryonal carcinoma`$children #> list() #> #> $`embryonal carcinoma`$value #> [1] "embryonal carcinoma" #> #> #> $`Embryonal renal neoplasm` #> $`Embryonal renal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011794" #> #> $`Embryonal renal neoplasm`$`_id` #> [1] "HP_0011794<HP_0009726<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Embryonal renal neoplasm`$privateGeneCount #> [1] 0 #> #> $`Embryonal renal neoplasm`$publicGeneCount #> [1] 2 #> #> $`Embryonal renal neoplasm`$urlId #> [1] "HP_0011794" #> #> $`Embryonal renal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`Embryonal renal neoplasm`$`_parent` #> [1] "HP_0009726<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Embryonal renal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`Embryonal renal neoplasm`$children #> $`Embryonal renal neoplasm`$children[[1]] #> [1] "HP_0002667<HP_0011794<HP_0009726<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Embryonal renal neoplasm`$value #> [1] "Embryonal renal neoplasm" #> #> #> $`Embryonal renal neoplasm` #> $`Embryonal renal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011794" #> #> $`Embryonal renal neoplasm`$`_id` #> [1] "HP_0011794<HP_0009726<HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> $`Embryonal renal neoplasm`$privateGeneCount #> [1] 0 #> #> $`Embryonal renal neoplasm`$publicGeneCount #> [1] 2 #> #> $`Embryonal renal neoplasm`$urlId #> [1] "HP_0011794" #> #> $`Embryonal renal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`Embryonal renal neoplasm`$`_parent` #> [1] "HP_0009726<HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> $`Embryonal renal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`Embryonal renal neoplasm`$children #> $`Embryonal renal neoplasm`$children[[1]] #> [1] "HP_0002667<HP_0011794<HP_0009726<HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Embryonal renal neoplasm`$value #> [1] "Embryonal renal neoplasm" #> #> #> $`embryonal rhabdomyosarcoma` #> $`embryonal rhabdomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3246" #> #> $`embryonal rhabdomyosarcoma`$`_id` #> [1] "DOID_3246<DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`embryonal rhabdomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`embryonal rhabdomyosarcoma`$publicGeneCount #> [1] 5 #> #> $`embryonal rhabdomyosarcoma`$urlId #> [1] "DOID_3246" #> #> $`embryonal rhabdomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`embryonal rhabdomyosarcoma`$`_parent` #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`embryonal rhabdomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`embryonal rhabdomyosarcoma`$children #> list() #> #> $`embryonal rhabdomyosarcoma`$value #> [1] "embryonal rhabdomyosarcoma" #> #> #> $`embryonal rhabdomyosarcoma` #> $`embryonal rhabdomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3246" #> #> $`embryonal rhabdomyosarcoma`$`_id` #> [1] "DOID_3246<DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`embryonal rhabdomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`embryonal rhabdomyosarcoma`$publicGeneCount #> [1] 5 #> #> $`embryonal rhabdomyosarcoma`$urlId #> [1] "DOID_3246" #> #> $`embryonal rhabdomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`embryonal rhabdomyosarcoma`$`_parent` #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`embryonal rhabdomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`embryonal rhabdomyosarcoma`$children #> list() #> #> $`embryonal rhabdomyosarcoma`$value #> [1] "embryonal rhabdomyosarcoma" #> #> #> $`embryonal rhabdomyosarcoma` #> $`embryonal rhabdomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3246" #> #> $`embryonal rhabdomyosarcoma`$`_id` #> [1] "DOID_3246<DOID_3247<DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`embryonal rhabdomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`embryonal rhabdomyosarcoma`$publicGeneCount #> [1] 5 #> #> $`embryonal rhabdomyosarcoma`$urlId #> [1] "DOID_3246" #> #> $`embryonal rhabdomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`embryonal rhabdomyosarcoma`$`_parent` #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`embryonal rhabdomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`embryonal rhabdomyosarcoma`$children #> list() #> #> $`embryonal rhabdomyosarcoma`$value #> [1] "embryonal rhabdomyosarcoma" #> #> #> $`Emery-Dreifuss muscular dystrophy` #> $`Emery-Dreifuss muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11726" #> #> $`Emery-Dreifuss muscular dystrophy`$`_id` #> [1] "DOID_11726<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Emery-Dreifuss muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Emery-Dreifuss muscular dystrophy`$publicGeneCount #> [1] 6 #> #> $`Emery-Dreifuss muscular dystrophy`$urlId #> [1] "DOID_11726" #> #> $`Emery-Dreifuss muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Emery-Dreifuss muscular dystrophy`$`_parent` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Emery-Dreifuss muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Emery-Dreifuss muscular dystrophy`$children #> list() #> #> $`Emery-Dreifuss muscular dystrophy`$value #> [1] "Emery-Dreifuss muscular dystrophy" #> #> #> $Emphysema #> $Emphysema$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002097" #> #> $Emphysema$`_id` #> [1] "HP_0002097<HP_0002088<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $Emphysema$privateGeneCount #> [1] 0 #> #> $Emphysema$publicGeneCount #> [1] 12 #> #> $Emphysema$urlId #> [1] "HP_0002097" #> #> $Emphysema$dbPhenotype #> [1] TRUE #> #> $Emphysema$`_parent` #> [1] "HP_0002088<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $Emphysema$`_is_leaf` #> [1] TRUE #> #> $Emphysema$children #> list() #> #> $Emphysema$value #> [1] "Emphysema" #> #> #> $`empty sella syndrome` #> $`empty sella syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3642" #> #> $`empty sella syndrome`$`_id` #> [1] "DOID_3642<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`empty sella syndrome`$privateGeneCount #> [1] 0 #> #> $`empty sella syndrome`$publicGeneCount #> [1] 1 #> #> $`empty sella syndrome`$urlId #> [1] "DOID_3642" #> #> $`empty sella syndrome`$dbPhenotype #> [1] TRUE #> #> $`empty sella syndrome`$`_parent` #> [1] "DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`empty sella syndrome`$`_is_leaf` #> [1] TRUE #> #> $`empty sella syndrome`$children #> list() #> #> $`empty sella syndrome`$value #> [1] "empty sella syndrome" #> #> #> $encephalitis #> $encephalitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9588" #> #> $encephalitis$`_id` #> [1] "DOID_9588<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $encephalitis$privateGeneCount #> [1] 0 #> #> $encephalitis$publicGeneCount #> [1] 7 #> #> $encephalitis$urlId #> [1] "DOID_9588" #> #> $encephalitis$dbPhenotype #> [1] TRUE #> #> $encephalitis$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $encephalitis$`_is_leaf` #> [1] FALSE #> #> $encephalitis$children #> $encephalitis$children[[1]] #> [1] "DOID_13664<DOID_9588<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $encephalitis$children[[2]] #> [1] "DOID_646<DOID_9588<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $encephalitis$value #> [1] "encephalitis" #> #> #> $encephalomalacia #> $encephalomalacia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2034" #> #> $encephalomalacia$`_id` #> [1] "DOID_2034<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $encephalomalacia$privateGeneCount #> [1] 0 #> #> $encephalomalacia$publicGeneCount #> [1] 2 #> #> $encephalomalacia$urlId #> [1] "DOID_2034" #> #> $encephalomalacia$dbPhenotype #> [1] TRUE #> #> $encephalomalacia$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $encephalomalacia$`_is_leaf` #> [1] FALSE #> #> $encephalomalacia$children #> $encephalomalacia$children[[1]] #> [1] "DOID_13088<DOID_2034<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $encephalomalacia$value #> [1] "encephalomalacia" #> #> #> $encephalomyelitis #> $encephalomyelitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_640" #> #> $encephalomyelitis$`_id` #> [1] "DOID_640<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $encephalomyelitis$privateGeneCount #> [1] 0 #> #> $encephalomyelitis$publicGeneCount #> [1] 16 #> #> $encephalomyelitis$urlId #> [1] "DOID_640" #> #> $encephalomyelitis$dbPhenotype #> [1] TRUE #> #> $encephalomyelitis$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $encephalomyelitis$`_is_leaf` #> [1] FALSE #> #> $encephalomyelitis$children #> $encephalomyelitis$children[[1]] #> [1] "DOID_639<DOID_640<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $encephalomyelitis$value #> [1] "encephalomyelitis" #> #> #> $Encephalopathy #> $Encephalopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001298" #> #> $Encephalopathy$`_id` #> [1] "HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Encephalopathy$privateGeneCount #> [1] 0 #> #> $Encephalopathy$publicGeneCount #> [1] 6 #> #> $Encephalopathy$urlId #> [1] "HP_0001298" #> #> $Encephalopathy$dbPhenotype #> [1] TRUE #> #> $Encephalopathy$`_parent` #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Encephalopathy$`_is_leaf` #> [1] FALSE #> #> $Encephalopathy$children #> $Encephalopathy$children[[1]] #> [1] "HP_0006846<HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Encephalopathy$children[[2]] #> [1] "HP_0007239<HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Encephalopathy$children[[3]] #> [1] "HP_0006789<HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Encephalopathy$value #> [1] "Encephalopathy" #> #> #> $`endocrine gland cancer` #> $`endocrine gland cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_170" #> #> $`endocrine gland cancer`$`_id` #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endocrine gland cancer`$privateGeneCount #> [1] 0 #> #> $`endocrine gland cancer`$publicGeneCount #> [1] 690 #> #> $`endocrine gland cancer`$urlId #> [1] "DOID_170" #> #> $`endocrine gland cancer`$dbPhenotype #> [1] TRUE #> #> $`endocrine gland cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endocrine gland cancer`$`_is_leaf` #> [1] FALSE #> #> $`endocrine gland cancer`$children #> $`endocrine gland cancer`$children[[1]] #> [1] "DOID_3953<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endocrine gland cancer`$children[[2]] #> [1] "DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endocrine gland cancer`$children[[3]] #> [1] "DOID_169<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endocrine gland cancer`$children[[4]] #> [1] "DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endocrine gland cancer`$children[[5]] #> [1] "DOID_1540<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endocrine gland cancer`$children[[6]] #> [1] "DOID_5032<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endocrine gland cancer`$children[[7]] #> [1] "DOID_1785<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endocrine gland cancer`$children[[8]] #> [1] "DOID_3277<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endocrine gland cancer`$children[[9]] #> [1] "DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`endocrine gland cancer`$value #> [1] "endocrine gland cancer" #> #> #> $`endocrine organ benign neoplasm` #> $`endocrine organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060089" #> #> $`endocrine organ benign neoplasm`$`_id` #> [1] "DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`endocrine organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`endocrine organ benign neoplasm`$publicGeneCount #> [1] 98 #> #> $`endocrine organ benign neoplasm`$urlId #> [1] "DOID_0060089" #> #> $`endocrine organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`endocrine organ benign neoplasm`$`_parent` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`endocrine organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`endocrine organ benign neoplasm`$children #> $`endocrine organ benign neoplasm`$children[[1]] #> [1] "DOID_656<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`endocrine organ benign neoplasm`$children[[2]] #> [1] "DOID_5389<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`endocrine organ benign neoplasm`$children[[3]] #> [1] "DOID_60008<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`endocrine organ benign neoplasm`$children[[4]] #> [1] "DOID_0050771<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`endocrine organ benign neoplasm`$children[[5]] #> [1] "DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`endocrine organ benign neoplasm`$children[[6]] #> [1] "DOID_2891<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`endocrine organ benign neoplasm`$value #> [1] "endocrine organ benign neoplasm" #> #> #> $`endocrine pancreas disease` #> $`endocrine pancreas disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1428" #> #> $`endocrine pancreas disease`$`_id` #> [1] "DOID_1428<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`endocrine pancreas disease`$privateGeneCount #> [1] 0 #> #> $`endocrine pancreas disease`$publicGeneCount #> [1] 3 #> #> $`endocrine pancreas disease`$urlId #> [1] "DOID_1428" #> #> $`endocrine pancreas disease`$dbPhenotype #> [1] FALSE #> #> $`endocrine pancreas disease`$`_parent` #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`endocrine pancreas disease`$`_is_leaf` #> [1] FALSE #> #> $`endocrine pancreas disease`$children #> $`endocrine pancreas disease`$children[[1]] #> [1] "DOID_6977<DOID_1428<DOID_26<DOID_28<DOID_7<DOID_4" #> #> #> $`endocrine pancreas disease`$value #> [1] "endocrine pancreas disease" #> #> #> $`endocrine system disease` #> $`endocrine system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_28" #> #> $`endocrine system disease`$`_id` #> [1] "DOID_28<DOID_7<DOID_4" #> #> $`endocrine system disease`$privateGeneCount #> [1] 0 #> #> $`endocrine system disease`$publicGeneCount #> [1] 953 #> #> $`endocrine system disease`$urlId #> [1] "DOID_28" #> #> $`endocrine system disease`$dbPhenotype #> [1] TRUE #> #> $`endocrine system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`endocrine system disease`$`_is_leaf` #> [1] FALSE #> #> $`endocrine system disease`$children #> $`endocrine system disease`$children[[1]] #> [1] "DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`endocrine system disease`$children[[2]] #> [1] "DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> $`endocrine system disease`$children[[3]] #> [1] "DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`endocrine system disease`$children[[4]] #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`endocrine system disease`$children[[5]] #> [1] "DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`endocrine system disease`$children[[6]] #> [1] "DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`endocrine system disease`$children[[7]] #> [1] "DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $`endocrine system disease`$value #> [1] "endocrine system disease" #> #> #> $`endodermal sinus tumor` #> $`endodermal sinus tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1911" #> #> $`endodermal sinus tumor`$`_id` #> [1] "DOID_1911<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`endodermal sinus tumor`$privateGeneCount #> [1] 0 #> #> $`endodermal sinus tumor`$publicGeneCount #> [1] 4 #> #> $`endodermal sinus tumor`$urlId #> [1] "DOID_1911" #> #> $`endodermal sinus tumor`$dbPhenotype #> [1] TRUE #> #> $`endodermal sinus tumor`$`_parent` #> [1] "DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`endodermal sinus tumor`$`_is_leaf` #> [1] TRUE #> #> $`endodermal sinus tumor`$children #> list() #> #> $`endodermal sinus tumor`$value #> [1] "endodermal sinus tumor" #> #> #> $`endogenous depression` #> $`endogenous depression`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1595" #> #> $`endogenous depression`$`_id` #> [1] "DOID_1595<DOID_1470<DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`endogenous depression`$privateGeneCount #> [1] 0 #> #> $`endogenous depression`$publicGeneCount #> [1] 54 #> #> $`endogenous depression`$urlId #> [1] "DOID_1595" #> #> $`endogenous depression`$dbPhenotype #> [1] TRUE #> #> $`endogenous depression`$`_parent` #> [1] "DOID_1470<DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`endogenous depression`$`_is_leaf` #> [1] FALSE #> #> $`endogenous depression`$children #> $`endogenous depression`$children[[1]] #> [1] "DOID_9478<DOID_1595<DOID_1470<DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> #> $`endogenous depression`$value #> [1] "endogenous depression" #> #> #> $`endolymphatic hydrops` #> $`endolymphatic hydrops`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9848" #> #> $`endolymphatic hydrops`$`_id` #> [1] "DOID_9848<DOID_9847<DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`endolymphatic hydrops`$privateGeneCount #> [1] 0 #> #> $`endolymphatic hydrops`$publicGeneCount #> [1] 6 #> #> $`endolymphatic hydrops`$urlId #> [1] "DOID_9848" #> #> $`endolymphatic hydrops`$dbPhenotype #> [1] FALSE #> #> $`endolymphatic hydrops`$`_parent` #> [1] "DOID_9847<DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`endolymphatic hydrops`$`_is_leaf` #> [1] FALSE #> #> $`endolymphatic hydrops`$children #> $`endolymphatic hydrops`$children[[1]] #> [1] "DOID_9849<DOID_9848<DOID_9847<DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`endolymphatic hydrops`$value #> [1] "endolymphatic hydrops" #> #> #> $`endometrial cancer` #> $`endometrial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1380" #> #> $`endometrial cancer`$`_id` #> [1] "DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$privateGeneCount #> [1] 0 #> #> $`endometrial cancer`$publicGeneCount #> [1] 49 #> #> $`endometrial cancer`$urlId #> [1] "DOID_1380" #> #> $`endometrial cancer`$dbPhenotype #> [1] TRUE #> #> $`endometrial cancer`$`_parent` #> [1] "DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$`_is_leaf` #> [1] FALSE #> #> $`endometrial cancer`$children #> $`endometrial cancer`$children[[1]] #> [1] "DOID_2871<DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$children[[2]] #> [1] "DOID_5166<DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$children[[3]] #> [1] "DOID_3590<DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`endometrial cancer`$value #> [1] "endometrial cancer" #> #> #> $`endometrial cancer` #> $`endometrial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1380" #> #> $`endometrial cancer`$`_id` #> [1] "DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial cancer`$privateGeneCount #> [1] 0 #> #> $`endometrial cancer`$publicGeneCount #> [1] 49 #> #> $`endometrial cancer`$urlId #> [1] "DOID_1380" #> #> $`endometrial cancer`$dbPhenotype #> [1] TRUE #> #> $`endometrial cancer`$`_parent` #> [1] "DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial cancer`$`_is_leaf` #> [1] FALSE #> #> $`endometrial cancer`$children #> $`endometrial cancer`$children[[1]] #> [1] "DOID_2871<DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial cancer`$children[[2]] #> [1] "DOID_5166<DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial cancer`$children[[3]] #> [1] "DOID_3590<DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`endometrial cancer`$value #> [1] "endometrial cancer" #> #> #> $`endometrial cancer` #> $`endometrial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1380" #> #> $`endometrial cancer`$`_id` #> [1] "DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$privateGeneCount #> [1] 0 #> #> $`endometrial cancer`$publicGeneCount #> [1] 49 #> #> $`endometrial cancer`$urlId #> [1] "DOID_1380" #> #> $`endometrial cancer`$dbPhenotype #> [1] TRUE #> #> $`endometrial cancer`$`_parent` #> [1] "DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$`_is_leaf` #> [1] FALSE #> #> $`endometrial cancer`$children #> $`endometrial cancer`$children[[1]] #> [1] "DOID_2871<DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$children[[2]] #> [1] "DOID_5166<DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$children[[3]] #> [1] "DOID_3590<DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`endometrial cancer`$value #> [1] "endometrial cancer" #> #> #> $`endometrial cancer` #> $`endometrial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1380" #> #> $`endometrial cancer`$`_id` #> [1] "DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$privateGeneCount #> [1] 0 #> #> $`endometrial cancer`$publicGeneCount #> [1] 49 #> #> $`endometrial cancer`$urlId #> [1] "DOID_1380" #> #> $`endometrial cancer`$dbPhenotype #> [1] TRUE #> #> $`endometrial cancer`$`_parent` #> [1] "DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$`_is_leaf` #> [1] FALSE #> #> $`endometrial cancer`$children #> $`endometrial cancer`$children[[1]] #> [1] "DOID_2871<DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$children[[2]] #> [1] "DOID_5166<DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial cancer`$children[[3]] #> [1] "DOID_3590<DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`endometrial cancer`$value #> [1] "endometrial cancer" #> #> #> $`endometrial carcinoma` #> $`endometrial carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2871" #> #> $`endometrial carcinoma`$`_id` #> [1] "DOID_2871<DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial carcinoma`$privateGeneCount #> [1] 0 #> #> $`endometrial carcinoma`$publicGeneCount #> [1] 38 #> #> $`endometrial carcinoma`$urlId #> [1] "DOID_2871" #> #> $`endometrial carcinoma`$dbPhenotype #> [1] TRUE #> #> $`endometrial carcinoma`$`_parent` #> [1] "DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`endometrial carcinoma`$children #> list() #> #> $`endometrial carcinoma`$value #> [1] "endometrial carcinoma" #> #> #> $`endometrial carcinoma` #> $`endometrial carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2871" #> #> $`endometrial carcinoma`$`_id` #> [1] "DOID_2871<DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial carcinoma`$privateGeneCount #> [1] 0 #> #> $`endometrial carcinoma`$publicGeneCount #> [1] 38 #> #> $`endometrial carcinoma`$urlId #> [1] "DOID_2871" #> #> $`endometrial carcinoma`$dbPhenotype #> [1] TRUE #> #> $`endometrial carcinoma`$`_parent` #> [1] "DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`endometrial carcinoma`$children #> list() #> #> $`endometrial carcinoma`$value #> [1] "endometrial carcinoma" #> #> #> $`endometrial carcinoma` #> $`endometrial carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2871" #> #> $`endometrial carcinoma`$`_id` #> [1] "DOID_2871<DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial carcinoma`$privateGeneCount #> [1] 0 #> #> $`endometrial carcinoma`$publicGeneCount #> [1] 38 #> #> $`endometrial carcinoma`$urlId #> [1] "DOID_2871" #> #> $`endometrial carcinoma`$dbPhenotype #> [1] TRUE #> #> $`endometrial carcinoma`$`_parent` #> [1] "DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`endometrial carcinoma`$children #> list() #> #> $`endometrial carcinoma`$value #> [1] "endometrial carcinoma" #> #> #> $`endometrial carcinoma` #> $`endometrial carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2871" #> #> $`endometrial carcinoma`$`_id` #> [1] "DOID_2871<DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial carcinoma`$privateGeneCount #> [1] 0 #> #> $`endometrial carcinoma`$publicGeneCount #> [1] 38 #> #> $`endometrial carcinoma`$urlId #> [1] "DOID_2871" #> #> $`endometrial carcinoma`$dbPhenotype #> [1] TRUE #> #> $`endometrial carcinoma`$`_parent` #> [1] "DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`endometrial carcinoma`$children #> list() #> #> $`endometrial carcinoma`$value #> [1] "endometrial carcinoma" #> #> #> $`endometrial carcinoma` #> $`endometrial carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2871" #> #> $`endometrial carcinoma`$`_id` #> [1] "DOID_2871<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial carcinoma`$privateGeneCount #> [1] 0 #> #> $`endometrial carcinoma`$publicGeneCount #> [1] 38 #> #> $`endometrial carcinoma`$urlId #> [1] "DOID_2871" #> #> $`endometrial carcinoma`$dbPhenotype #> [1] TRUE #> #> $`endometrial carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`endometrial carcinoma`$children #> list() #> #> $`endometrial carcinoma`$value #> [1] "endometrial carcinoma" #> #> #> $`endometrial stromal sarcoma` #> $`endometrial stromal sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4226" #> #> $`endometrial stromal sarcoma`$`_id` #> [1] "DOID_4226<DOID_5166<DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal sarcoma`$privateGeneCount #> [1] 0 #> #> $`endometrial stromal sarcoma`$publicGeneCount #> [1] 1 #> #> $`endometrial stromal sarcoma`$urlId #> [1] "DOID_4226" #> #> $`endometrial stromal sarcoma`$dbPhenotype #> [1] TRUE #> #> $`endometrial stromal sarcoma`$`_parent` #> [1] "DOID_5166<DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`endometrial stromal sarcoma`$children #> list() #> #> $`endometrial stromal sarcoma`$value #> [1] "endometrial stromal sarcoma" #> #> #> $`endometrial stromal sarcoma` #> $`endometrial stromal sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4226" #> #> $`endometrial stromal sarcoma`$`_id` #> [1] "DOID_4226<DOID_5166<DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial stromal sarcoma`$privateGeneCount #> [1] 0 #> #> $`endometrial stromal sarcoma`$publicGeneCount #> [1] 1 #> #> $`endometrial stromal sarcoma`$urlId #> [1] "DOID_4226" #> #> $`endometrial stromal sarcoma`$dbPhenotype #> [1] TRUE #> #> $`endometrial stromal sarcoma`$`_parent` #> [1] "DOID_5166<DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial stromal sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`endometrial stromal sarcoma`$children #> list() #> #> $`endometrial stromal sarcoma`$value #> [1] "endometrial stromal sarcoma" #> #> #> $`endometrial stromal sarcoma` #> $`endometrial stromal sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4226" #> #> $`endometrial stromal sarcoma`$`_id` #> [1] "DOID_4226<DOID_5166<DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal sarcoma`$privateGeneCount #> [1] 0 #> #> $`endometrial stromal sarcoma`$publicGeneCount #> [1] 1 #> #> $`endometrial stromal sarcoma`$urlId #> [1] "DOID_4226" #> #> $`endometrial stromal sarcoma`$dbPhenotype #> [1] TRUE #> #> $`endometrial stromal sarcoma`$`_parent` #> [1] "DOID_5166<DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`endometrial stromal sarcoma`$children #> list() #> #> $`endometrial stromal sarcoma`$value #> [1] "endometrial stromal sarcoma" #> #> #> $`endometrial stromal sarcoma` #> $`endometrial stromal sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4226" #> #> $`endometrial stromal sarcoma`$`_id` #> [1] "DOID_4226<DOID_5166<DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal sarcoma`$privateGeneCount #> [1] 0 #> #> $`endometrial stromal sarcoma`$publicGeneCount #> [1] 1 #> #> $`endometrial stromal sarcoma`$urlId #> [1] "DOID_4226" #> #> $`endometrial stromal sarcoma`$dbPhenotype #> [1] TRUE #> #> $`endometrial stromal sarcoma`$`_parent` #> [1] "DOID_5166<DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`endometrial stromal sarcoma`$children #> list() #> #> $`endometrial stromal sarcoma`$value #> [1] "endometrial stromal sarcoma" #> #> #> $`endometrial stromal tumor` #> $`endometrial stromal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5166" #> #> $`endometrial stromal tumor`$`_id` #> [1] "DOID_5166<DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal tumor`$privateGeneCount #> [1] 0 #> #> $`endometrial stromal tumor`$publicGeneCount #> [1] 1 #> #> $`endometrial stromal tumor`$urlId #> [1] "DOID_5166" #> #> $`endometrial stromal tumor`$dbPhenotype #> [1] FALSE #> #> $`endometrial stromal tumor`$`_parent` #> [1] "DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal tumor`$`_is_leaf` #> [1] FALSE #> #> $`endometrial stromal tumor`$children #> $`endometrial stromal tumor`$children[[1]] #> [1] "DOID_4226<DOID_5166<DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`endometrial stromal tumor`$value #> [1] "endometrial stromal tumor" #> #> #> $`endometrial stromal tumor` #> $`endometrial stromal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5166" #> #> $`endometrial stromal tumor`$`_id` #> [1] "DOID_5166<DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial stromal tumor`$privateGeneCount #> [1] 0 #> #> $`endometrial stromal tumor`$publicGeneCount #> [1] 1 #> #> $`endometrial stromal tumor`$urlId #> [1] "DOID_5166" #> #> $`endometrial stromal tumor`$dbPhenotype #> [1] FALSE #> #> $`endometrial stromal tumor`$`_parent` #> [1] "DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`endometrial stromal tumor`$`_is_leaf` #> [1] FALSE #> #> $`endometrial stromal tumor`$children #> $`endometrial stromal tumor`$children[[1]] #> [1] "DOID_4226<DOID_5166<DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`endometrial stromal tumor`$value #> [1] "endometrial stromal tumor" #> #> #> $`endometrial stromal tumor` #> $`endometrial stromal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5166" #> #> $`endometrial stromal tumor`$`_id` #> [1] "DOID_5166<DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal tumor`$privateGeneCount #> [1] 0 #> #> $`endometrial stromal tumor`$publicGeneCount #> [1] 1 #> #> $`endometrial stromal tumor`$urlId #> [1] "DOID_5166" #> #> $`endometrial stromal tumor`$dbPhenotype #> [1] FALSE #> #> $`endometrial stromal tumor`$`_parent` #> [1] "DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal tumor`$`_is_leaf` #> [1] FALSE #> #> $`endometrial stromal tumor`$children #> $`endometrial stromal tumor`$children[[1]] #> [1] "DOID_4226<DOID_5166<DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`endometrial stromal tumor`$value #> [1] "endometrial stromal tumor" #> #> #> $`endometrial stromal tumor` #> $`endometrial stromal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5166" #> #> $`endometrial stromal tumor`$`_id` #> [1] "DOID_5166<DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal tumor`$privateGeneCount #> [1] 0 #> #> $`endometrial stromal tumor`$publicGeneCount #> [1] 1 #> #> $`endometrial stromal tumor`$urlId #> [1] "DOID_5166" #> #> $`endometrial stromal tumor`$dbPhenotype #> [1] FALSE #> #> $`endometrial stromal tumor`$`_parent` #> [1] "DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometrial stromal tumor`$`_is_leaf` #> [1] FALSE #> #> $`endometrial stromal tumor`$children #> $`endometrial stromal tumor`$children[[1]] #> [1] "DOID_4226<DOID_5166<DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`endometrial stromal tumor`$value #> [1] "endometrial stromal tumor" #> #> #> $endometriosis #> $endometriosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_289" #> #> $endometriosis$`_id` #> [1] "DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $endometriosis$privateGeneCount #> [1] 0 #> #> $endometriosis$publicGeneCount #> [1] 224 #> #> $endometriosis$urlId #> [1] "DOID_289" #> #> $endometriosis$dbPhenotype #> [1] TRUE #> #> $endometriosis$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $endometriosis$`_is_leaf` #> [1] FALSE #> #> $endometriosis$children #> $endometriosis$children[[1]] #> [1] "DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $endometriosis$children[[2]] #> [1] "DOID_288<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $endometriosis$value #> [1] "endometriosis" #> #> #> $`endometriosis of uterus` #> $`endometriosis of uterus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_288" #> #> $`endometriosis of uterus`$`_id` #> [1] "DOID_288<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometriosis of uterus`$privateGeneCount #> [1] 0 #> #> $`endometriosis of uterus`$publicGeneCount #> [1] 178 #> #> $`endometriosis of uterus`$urlId #> [1] "DOID_288" #> #> $`endometriosis of uterus`$dbPhenotype #> [1] TRUE #> #> $`endometriosis of uterus`$`_parent` #> [1] "DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometriosis of uterus`$`_is_leaf` #> [1] TRUE #> #> $`endometriosis of uterus`$children #> list() #> #> $`endometriosis of uterus`$value #> [1] "endometriosis of uterus" #> #> #> $`endometriosis of uterus` #> $`endometriosis of uterus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_288" #> #> $`endometriosis of uterus`$`_id` #> [1] "DOID_288<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometriosis of uterus`$privateGeneCount #> [1] 0 #> #> $`endometriosis of uterus`$publicGeneCount #> [1] 178 #> #> $`endometriosis of uterus`$urlId #> [1] "DOID_288" #> #> $`endometriosis of uterus`$dbPhenotype #> [1] TRUE #> #> $`endometriosis of uterus`$`_parent` #> [1] "DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`endometriosis of uterus`$`_is_leaf` #> [1] TRUE #> #> $`endometriosis of uterus`$children #> list() #> #> $`endometriosis of uterus`$value #> [1] "endometriosis of uterus" #> #> #> $`endomyocardial fibrosis` #> $`endomyocardial fibrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12932" #> #> $`endomyocardial fibrosis`$`_id` #> [1] "DOID_12932<DOID_397<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`endomyocardial fibrosis`$privateGeneCount #> [1] 0 #> #> $`endomyocardial fibrosis`$publicGeneCount #> [1] 5 #> #> $`endomyocardial fibrosis`$urlId #> [1] "DOID_12932" #> #> $`endomyocardial fibrosis`$dbPhenotype #> [1] TRUE #> #> $`endomyocardial fibrosis`$`_parent` #> [1] "DOID_397<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`endomyocardial fibrosis`$`_is_leaf` #> [1] TRUE #> #> $`endomyocardial fibrosis`$children #> list() #> #> $`endomyocardial fibrosis`$value #> [1] "endomyocardial fibrosis" #> #> #> $`enlarged vestibular aqueduct` #> $`enlarged vestibular aqueduct`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050332" #> #> $`enlarged vestibular aqueduct`$`_id` #> [1] "DOID_0050332<DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`enlarged vestibular aqueduct`$privateGeneCount #> [1] 0 #> #> $`enlarged vestibular aqueduct`$publicGeneCount #> [1] 3 #> #> $`enlarged vestibular aqueduct`$urlId #> [1] "DOID_0050332" #> #> $`enlarged vestibular aqueduct`$dbPhenotype #> [1] TRUE #> #> $`enlarged vestibular aqueduct`$`_parent` #> [1] "DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`enlarged vestibular aqueduct`$`_is_leaf` #> [1] TRUE #> #> $`enlarged vestibular aqueduct`$children #> list() #> #> $`enlarged vestibular aqueduct`$value #> [1] "enlarged vestibular aqueduct" #> #> #> $enterocele #> $enterocele$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1283" #> #> $enterocele$`_id` #> [1] "DOID_1283<DOID_1284<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $enterocele$privateGeneCount #> [1] 0 #> #> $enterocele$publicGeneCount #> [1] 5 #> #> $enterocele$urlId #> [1] "DOID_1283" #> #> $enterocele$dbPhenotype #> [1] TRUE #> #> $enterocele$`_parent` #> [1] "DOID_1284<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $enterocele$`_is_leaf` #> [1] TRUE #> #> $enterocele$children #> list() #> #> $enterocele$value #> [1] "enterocele" #> #> #> $Enterocolitis #> $Enterocolitis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004387" #> #> $Enterocolitis$`_id` #> [1] "HP_0004387<HP_0100282<HP_0002583<HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Enterocolitis$privateGeneCount #> [1] 0 #> #> $Enterocolitis$publicGeneCount #> [1] 3 #> #> $Enterocolitis$urlId #> [1] "HP_0004387" #> #> $Enterocolitis$dbPhenotype #> [1] TRUE #> #> $Enterocolitis$`_parent` #> [1] "HP_0100282<HP_0002583<HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Enterocolitis$`_is_leaf` #> [1] TRUE #> #> $Enterocolitis$children #> list() #> #> $Enterocolitis$value #> [1] "Enterocolitis" #> #> #> $Enterocolitis #> $Enterocolitis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004387" #> #> $Enterocolitis$`_id` #> [1] "HP_0004387<HP_0100282<HP_0002583<HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Enterocolitis$privateGeneCount #> [1] 0 #> #> $Enterocolitis$publicGeneCount #> [1] 3 #> #> $Enterocolitis$urlId #> [1] "HP_0004387" #> #> $Enterocolitis$dbPhenotype #> [1] TRUE #> #> $Enterocolitis$`_parent` #> [1] "HP_0100282<HP_0002583<HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Enterocolitis$`_is_leaf` #> [1] TRUE #> #> $Enterocolitis$children #> list() #> #> $Enterocolitis$value #> [1] "Enterocolitis" #> #> #> $Enuresis #> $Enuresis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000805" #> #> $Enuresis$`_id` #> [1] "HP_0000805<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Enuresis$privateGeneCount #> [1] 0 #> #> $Enuresis$publicGeneCount #> [1] 1 #> #> $Enuresis$urlId #> [1] "HP_0000805" #> #> $Enuresis$dbPhenotype #> [1] FALSE #> #> $Enuresis$`_parent` #> [1] "HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Enuresis$`_is_leaf` #> [1] FALSE #> #> $Enuresis$children #> $Enuresis$children[[1]] #> [1] "HP_0010677<HP_0000805<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $Enuresis$value #> [1] "Enuresis" #> #> #> $`Enuresis nocturna` #> $`Enuresis nocturna`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010677" #> #> $`Enuresis nocturna`$`_id` #> [1] "HP_0010677<HP_0000805<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Enuresis nocturna`$privateGeneCount #> [1] 0 #> #> $`Enuresis nocturna`$publicGeneCount #> [1] 1 #> #> $`Enuresis nocturna`$urlId #> [1] "HP_0010677" #> #> $`Enuresis nocturna`$dbPhenotype #> [1] TRUE #> #> $`Enuresis nocturna`$`_parent` #> [1] "HP_0000805<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Enuresis nocturna`$`_is_leaf` #> [1] TRUE #> #> $`Enuresis nocturna`$children #> list() #> #> $`Enuresis nocturna`$value #> [1] "Enuresis nocturna" #> #> #> $`eosinophilia-myalgia syndrome` #> $`eosinophilia-myalgia syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_998" #> #> $`eosinophilia-myalgia syndrome`$`_id` #> [1] "DOID_998<DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`eosinophilia-myalgia syndrome`$privateGeneCount #> [1] 0 #> #> $`eosinophilia-myalgia syndrome`$publicGeneCount #> [1] 2 #> #> $`eosinophilia-myalgia syndrome`$urlId #> [1] "DOID_998" #> #> $`eosinophilia-myalgia syndrome`$dbPhenotype #> [1] TRUE #> #> $`eosinophilia-myalgia syndrome`$`_parent` #> [1] "DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`eosinophilia-myalgia syndrome`$`_is_leaf` #> [1] TRUE #> #> $`eosinophilia-myalgia syndrome`$children #> list() #> #> $`eosinophilia-myalgia syndrome`$value #> [1] "eosinophilia-myalgia syndrome" #> #> #> $`eosinophilic esophagitis` #> $`eosinophilic esophagitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13922" #> #> $`eosinophilic esophagitis`$`_id` #> [1] "DOID_13922<DOID_11963<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`eosinophilic esophagitis`$privateGeneCount #> [1] 0 #> #> $`eosinophilic esophagitis`$publicGeneCount #> [1] 7 #> #> $`eosinophilic esophagitis`$urlId #> [1] "DOID_13922" #> #> $`eosinophilic esophagitis`$dbPhenotype #> [1] TRUE #> #> $`eosinophilic esophagitis`$`_parent` #> [1] "DOID_11963<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`eosinophilic esophagitis`$`_is_leaf` #> [1] TRUE #> #> $`eosinophilic esophagitis`$children #> list() #> #> $`eosinophilic esophagitis`$value #> [1] "eosinophilic esophagitis" #> #> #> $`eosinophilic pneumonia` #> $`eosinophilic pneumonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5870" #> #> $`eosinophilic pneumonia`$`_id` #> [1] "DOID_5870<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`eosinophilic pneumonia`$privateGeneCount #> [1] 0 #> #> $`eosinophilic pneumonia`$publicGeneCount #> [1] 7 #> #> $`eosinophilic pneumonia`$urlId #> [1] "DOID_5870" #> #> $`eosinophilic pneumonia`$dbPhenotype #> [1] TRUE #> #> $`eosinophilic pneumonia`$`_parent` #> [1] "DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`eosinophilic pneumonia`$`_is_leaf` #> [1] FALSE #> #> $`eosinophilic pneumonia`$children #> $`eosinophilic pneumonia`$children[[1]] #> [1] "DOID_9503<DOID_5870<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`eosinophilic pneumonia`$value #> [1] "eosinophilic pneumonia" #> #> #> $ependymoblastoma #> $ependymoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4794" #> #> $ependymoblastoma$`_id` #> [1] "DOID_4794<DOID_0060103<DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $ependymoblastoma$privateGeneCount #> [1] 0 #> #> $ependymoblastoma$publicGeneCount #> [1] 9 #> #> $ependymoblastoma$urlId #> [1] "DOID_4794" #> #> $ependymoblastoma$dbPhenotype #> [1] TRUE #> #> $ependymoblastoma$`_parent` #> [1] "DOID_0060103<DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $ependymoblastoma$`_is_leaf` #> [1] TRUE #> #> $ependymoblastoma$children #> list() #> #> $ependymoblastoma$value #> [1] "ependymoblastoma" #> #> #> $ependymoblastoma #> $ependymoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4794" #> #> $ependymoblastoma$`_id` #> [1] "DOID_4794<DOID_0060103<DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $ependymoblastoma$privateGeneCount #> [1] 0 #> #> $ependymoblastoma$publicGeneCount #> [1] 9 #> #> $ependymoblastoma$urlId #> [1] "DOID_4794" #> #> $ependymoblastoma$dbPhenotype #> [1] TRUE #> #> $ependymoblastoma$`_parent` #> [1] "DOID_0060103<DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $ependymoblastoma$`_is_leaf` #> [1] TRUE #> #> $ependymoblastoma$children #> list() #> #> $ependymoblastoma$value #> [1] "ependymoblastoma" #> #> #> $ependymoblastoma #> $ependymoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4794" #> #> $ependymoblastoma$`_id` #> [1] "DOID_4794<DOID_0060103<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $ependymoblastoma$privateGeneCount #> [1] 0 #> #> $ependymoblastoma$publicGeneCount #> [1] 9 #> #> $ependymoblastoma$urlId #> [1] "DOID_4794" #> #> $ependymoblastoma$dbPhenotype #> [1] TRUE #> #> $ependymoblastoma$`_parent` #> [1] "DOID_0060103<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $ependymoblastoma$`_is_leaf` #> [1] TRUE #> #> $ependymoblastoma$children #> list() #> #> $ependymoblastoma$value #> [1] "ependymoblastoma" #> #> #> $ependymoblastoma #> $ependymoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4794" #> #> $ependymoblastoma$`_id` #> [1] "DOID_4794<DOID_0060103<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $ependymoblastoma$privateGeneCount #> [1] 0 #> #> $ependymoblastoma$publicGeneCount #> [1] 9 #> #> $ependymoblastoma$urlId #> [1] "DOID_4794" #> #> $ependymoblastoma$dbPhenotype #> [1] TRUE #> #> $ependymoblastoma$`_parent` #> [1] "DOID_0060103<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $ependymoblastoma$`_is_leaf` #> [1] TRUE #> #> $ependymoblastoma$children #> list() #> #> $ependymoblastoma$value #> [1] "ependymoblastoma" #> #> #> $ependymoblastoma #> $ependymoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4794" #> #> $ependymoblastoma$`_id` #> [1] "DOID_4794<DOID_0060103<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $ependymoblastoma$privateGeneCount #> [1] 0 #> #> $ependymoblastoma$publicGeneCount #> [1] 9 #> #> $ependymoblastoma$urlId #> [1] "DOID_4794" #> #> $ependymoblastoma$dbPhenotype #> [1] TRUE #> #> $ependymoblastoma$`_parent` #> [1] "DOID_0060103<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $ependymoblastoma$`_is_leaf` #> [1] TRUE #> #> $ependymoblastoma$children #> list() #> #> $ependymoblastoma$value #> [1] "ependymoblastoma" #> #> #> $`Epidermal nevus` #> $`Epidermal nevus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010816" #> #> $`Epidermal nevus`$`_id` #> [1] "HP_0010816<HP_0003764<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Epidermal nevus`$privateGeneCount #> [1] 0 #> #> $`Epidermal nevus`$publicGeneCount #> [1] 4 #> #> $`Epidermal nevus`$urlId #> [1] "HP_0010816" #> #> $`Epidermal nevus`$dbPhenotype #> [1] TRUE #> #> $`Epidermal nevus`$`_parent` #> [1] "HP_0003764<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Epidermal nevus`$`_is_leaf` #> [1] TRUE #> #> $`Epidermal nevus`$children #> list() #> #> $`Epidermal nevus`$value #> [1] "Epidermal nevus" #> #> #> $`Epidermal thickening` #> $`Epidermal thickening`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011368" #> #> $`Epidermal thickening`$`_id` #> [1] "HP_0011368<HP_0001072<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Epidermal thickening`$privateGeneCount #> [1] 0 #> #> $`Epidermal thickening`$publicGeneCount #> [1] 5 #> #> $`Epidermal thickening`$urlId #> [1] "HP_0011368" #> #> $`Epidermal thickening`$dbPhenotype #> [1] FALSE #> #> $`Epidermal thickening`$`_parent` #> [1] "HP_0001072<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Epidermal thickening`$`_is_leaf` #> [1] FALSE #> #> $`Epidermal thickening`$children #> $`Epidermal thickening`$children[[1]] #> [1] "HP_0008064<HP_0011368<HP_0001072<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Epidermal thickening`$value #> [1] "Epidermal thickening" #> #> #> $`epidermodysplasia verruciformis` #> $`epidermodysplasia verruciformis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13777" #> #> $`epidermodysplasia verruciformis`$`_id` #> [1] "DOID_13777<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`epidermodysplasia verruciformis`$privateGeneCount #> [1] 0 #> #> $`epidermodysplasia verruciformis`$publicGeneCount #> [1] 2 #> #> $`epidermodysplasia verruciformis`$urlId #> [1] "DOID_13777" #> #> $`epidermodysplasia verruciformis`$dbPhenotype #> [1] TRUE #> #> $`epidermodysplasia verruciformis`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`epidermodysplasia verruciformis`$`_is_leaf` #> [1] TRUE #> #> $`epidermodysplasia verruciformis`$children #> list() #> #> $`epidermodysplasia verruciformis`$value #> [1] "epidermodysplasia verruciformis" #> #> #> $`epidermodysplasia verruciformis` #> $`epidermodysplasia verruciformis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13777" #> #> $`epidermodysplasia verruciformis`$`_id` #> [1] "DOID_13777<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`epidermodysplasia verruciformis`$privateGeneCount #> [1] 0 #> #> $`epidermodysplasia verruciformis`$publicGeneCount #> [1] 2 #> #> $`epidermodysplasia verruciformis`$urlId #> [1] "DOID_13777" #> #> $`epidermodysplasia verruciformis`$dbPhenotype #> [1] TRUE #> #> $`epidermodysplasia verruciformis`$`_parent` #> [1] "DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`epidermodysplasia verruciformis`$`_is_leaf` #> [1] TRUE #> #> $`epidermodysplasia verruciformis`$children #> list() #> #> $`epidermodysplasia verruciformis`$value #> [1] "epidermodysplasia verruciformis" #> #> #> $`epidermolysis bullosa` #> $`epidermolysis bullosa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2730" #> #> $`epidermolysis bullosa`$`_id` #> [1] "DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`epidermolysis bullosa`$privateGeneCount #> [1] 0 #> #> $`epidermolysis bullosa`$publicGeneCount #> [1] 13 #> #> $`epidermolysis bullosa`$urlId #> [1] "DOID_2730" #> #> $`epidermolysis bullosa`$dbPhenotype #> [1] TRUE #> #> $`epidermolysis bullosa`$`_parent` #> [1] "DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`epidermolysis bullosa`$`_is_leaf` #> [1] FALSE #> #> $`epidermolysis bullosa`$children #> $`epidermolysis bullosa`$children[[1]] #> [1] "DOID_4959<DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`epidermolysis bullosa`$children[[2]] #> [1] "DOID_4644<DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`epidermolysis bullosa`$children[[3]] #> [1] "DOID_3209<DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`epidermolysis bullosa`$value #> [1] "epidermolysis bullosa" #> #> #> $`epidermolysis bullosa dystrophica` #> $`epidermolysis bullosa dystrophica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4959" #> #> $`epidermolysis bullosa dystrophica`$`_id` #> [1] "DOID_4959<DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`epidermolysis bullosa dystrophica`$privateGeneCount #> [1] 0 #> #> $`epidermolysis bullosa dystrophica`$publicGeneCount #> [1] 2 #> #> $`epidermolysis bullosa dystrophica`$urlId #> [1] "DOID_4959" #> #> $`epidermolysis bullosa dystrophica`$dbPhenotype #> [1] TRUE #> #> $`epidermolysis bullosa dystrophica`$`_parent` #> [1] "DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`epidermolysis bullosa dystrophica`$`_is_leaf` #> [1] TRUE #> #> $`epidermolysis bullosa dystrophica`$children #> list() #> #> $`epidermolysis bullosa dystrophica`$value #> [1] "epidermolysis bullosa dystrophica" #> #> #> $`epidermolysis bullosa simplex` #> $`epidermolysis bullosa simplex`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4644" #> #> $`epidermolysis bullosa simplex`$`_id` #> [1] "DOID_4644<DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`epidermolysis bullosa simplex`$privateGeneCount #> [1] 0 #> #> $`epidermolysis bullosa simplex`$publicGeneCount #> [1] 5 #> #> $`epidermolysis bullosa simplex`$urlId #> [1] "DOID_4644" #> #> $`epidermolysis bullosa simplex`$dbPhenotype #> [1] TRUE #> #> $`epidermolysis bullosa simplex`$`_parent` #> [1] "DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`epidermolysis bullosa simplex`$`_is_leaf` #> [1] TRUE #> #> $`epidermolysis bullosa simplex`$children #> list() #> #> $`epidermolysis bullosa simplex`$value #> [1] "epidermolysis bullosa simplex" #> #> #> $`epidermolytic hyperkeratosis` #> $`epidermolytic hyperkeratosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4603" #> #> $`epidermolytic hyperkeratosis`$`_id` #> [1] "DOID_4603<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`epidermolytic hyperkeratosis`$privateGeneCount #> [1] 0 #> #> $`epidermolytic hyperkeratosis`$publicGeneCount #> [1] 5 #> #> $`epidermolytic hyperkeratosis`$urlId #> [1] "DOID_4603" #> #> $`epidermolytic hyperkeratosis`$dbPhenotype #> [1] TRUE #> #> $`epidermolytic hyperkeratosis`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`epidermolytic hyperkeratosis`$`_is_leaf` #> [1] TRUE #> #> $`epidermolytic hyperkeratosis`$children #> list() #> #> $`epidermolytic hyperkeratosis`$value #> [1] "epidermolytic hyperkeratosis" #> #> #> $epilepsy #> $epilepsy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1826" #> #> $epilepsy$`_id` #> [1] "DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $epilepsy$privateGeneCount #> [1] 0 #> #> $epilepsy$publicGeneCount #> [1] 335 #> #> $epilepsy$urlId #> [1] "DOID_1826" #> #> $epilepsy$dbPhenotype #> [1] TRUE #> #> $epilepsy$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $epilepsy$`_is_leaf` #> [1] FALSE #> #> $epilepsy$children #> $epilepsy$children[[1]] #> [1] "DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $epilepsy$children[[2]] #> [1] "DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $epilepsy$children[[3]] #> [1] "DOID_1827<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $epilepsy$children[[4]] #> [1] "DOID_1824<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $epilepsy$children[[5]] #> [1] "DOID_11832<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $epilepsy$value #> [1] "epilepsy" #> #> #> $`epilepsy with generalized tonic-clonic seizures` #> $`epilepsy with generalized tonic-clonic seizures`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7725" #> #> $`epilepsy with generalized tonic-clonic seizures`$`_id` #> [1] "DOID_7725<DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`epilepsy with generalized tonic-clonic seizures`$privateGeneCount #> [1] 0 #> #> $`epilepsy with generalized tonic-clonic seizures`$publicGeneCount #> [1] 13 #> #> $`epilepsy with generalized tonic-clonic seizures`$urlId #> [1] "DOID_7725" #> #> $`epilepsy with generalized tonic-clonic seizures`$dbPhenotype #> [1] TRUE #> #> $`epilepsy with generalized tonic-clonic seizures`$`_parent` #> [1] "DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`epilepsy with generalized tonic-clonic seizures`$`_is_leaf` #> [1] TRUE #> #> $`epilepsy with generalized tonic-clonic seizures`$children #> list() #> #> $`epilepsy with generalized tonic-clonic seizures`$value #> [1] "epilepsy with generalized tonic-clonic seizures" #> #> #> $`Epiretinal membrane` #> $`Epiretinal membrane`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100014" #> #> $`Epiretinal membrane`$`_id` #> [1] "HP_0100014<HP_0030498<HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Epiretinal membrane`$privateGeneCount #> [1] 0 #> #> $`Epiretinal membrane`$publicGeneCount #> [1] 3 #> #> $`Epiretinal membrane`$urlId #> [1] "HP_0100014" #> #> $`Epiretinal membrane`$dbPhenotype #> [1] TRUE #> #> $`Epiretinal membrane`$`_parent` #> [1] "HP_0030498<HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Epiretinal membrane`$`_is_leaf` #> [1] TRUE #> #> $`Epiretinal membrane`$children #> list() #> #> $`Epiretinal membrane`$value #> [1] "Epiretinal membrane" #> #> #> $`episodic ataxia` #> $`episodic ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_963" #> #> $`episodic ataxia`$`_id` #> [1] "DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia`$privateGeneCount #> [1] 0 #> #> $`episodic ataxia`$publicGeneCount #> [1] 4 #> #> $`episodic ataxia`$urlId #> [1] "DOID_963" #> #> $`episodic ataxia`$dbPhenotype #> [1] TRUE #> #> $`episodic ataxia`$`_parent` #> [1] "DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia`$`_is_leaf` #> [1] FALSE #> #> $`episodic ataxia`$children #> $`episodic ataxia`$children[[1]] #> [1] "DOID_0050989<DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia`$children[[2]] #> [1] "DOID_0050990<DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia`$children[[3]] #> [1] "DOID_0050993<DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia`$children[[4]] #> [1] "DOID_0050994<DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`episodic ataxia`$value #> [1] "episodic ataxia" #> #> #> $`episodic ataxia type 1` #> $`episodic ataxia type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050989" #> #> $`episodic ataxia type 1`$`_id` #> [1] "DOID_0050989<DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia type 1`$privateGeneCount #> [1] 0 #> #> $`episodic ataxia type 1`$publicGeneCount #> [1] 1 #> #> $`episodic ataxia type 1`$urlId #> [1] "DOID_0050989" #> #> $`episodic ataxia type 1`$dbPhenotype #> [1] TRUE #> #> $`episodic ataxia type 1`$`_parent` #> [1] "DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia type 1`$`_is_leaf` #> [1] TRUE #> #> $`episodic ataxia type 1`$children #> list() #> #> $`episodic ataxia type 1`$value #> [1] "episodic ataxia type 1" #> #> #> $`episodic ataxia type 2` #> $`episodic ataxia type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050990" #> #> $`episodic ataxia type 2`$`_id` #> [1] "DOID_0050990<DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia type 2`$privateGeneCount #> [1] 0 #> #> $`episodic ataxia type 2`$publicGeneCount #> [1] 1 #> #> $`episodic ataxia type 2`$urlId #> [1] "DOID_0050990" #> #> $`episodic ataxia type 2`$dbPhenotype #> [1] TRUE #> #> $`episodic ataxia type 2`$`_parent` #> [1] "DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia type 2`$`_is_leaf` #> [1] TRUE #> #> $`episodic ataxia type 2`$children #> list() #> #> $`episodic ataxia type 2`$value #> [1] "episodic ataxia type 2" #> #> #> $`episodic ataxia type 5` #> $`episodic ataxia type 5`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050993" #> #> $`episodic ataxia type 5`$`_id` #> [1] "DOID_0050993<DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia type 5`$privateGeneCount #> [1] 0 #> #> $`episodic ataxia type 5`$publicGeneCount #> [1] 1 #> #> $`episodic ataxia type 5`$urlId #> [1] "DOID_0050993" #> #> $`episodic ataxia type 5`$dbPhenotype #> [1] TRUE #> #> $`episodic ataxia type 5`$`_parent` #> [1] "DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia type 5`$`_is_leaf` #> [1] TRUE #> #> $`episodic ataxia type 5`$children #> list() #> #> $`episodic ataxia type 5`$value #> [1] "episodic ataxia type 5" #> #> #> $`episodic ataxia type 6` #> $`episodic ataxia type 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050994" #> #> $`episodic ataxia type 6`$`_id` #> [1] "DOID_0050994<DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia type 6`$privateGeneCount #> [1] 0 #> #> $`episodic ataxia type 6`$publicGeneCount #> [1] 1 #> #> $`episodic ataxia type 6`$urlId #> [1] "DOID_0050994" #> #> $`episodic ataxia type 6`$dbPhenotype #> [1] TRUE #> #> $`episodic ataxia type 6`$`_parent` #> [1] "DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`episodic ataxia type 6`$`_is_leaf` #> [1] TRUE #> #> $`episodic ataxia type 6`$children #> list() #> #> $`episodic ataxia type 6`$value #> [1] "episodic ataxia type 6" #> #> #> $Epistaxis #> $Epistaxis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000421" #> #> $Epistaxis$`_id` #> [1] "HP_0000421<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Epistaxis$privateGeneCount #> [1] 0 #> #> $Epistaxis$publicGeneCount #> [1] 1 #> #> $Epistaxis$urlId #> [1] "HP_0000421" #> #> $Epistaxis$dbPhenotype #> [1] TRUE #> #> $Epistaxis$`_parent` #> [1] "HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Epistaxis$`_is_leaf` #> [1] TRUE #> #> $Epistaxis$children #> list() #> #> $Epistaxis$value #> [1] "Epistaxis" #> #> #> $Epistaxis #> $Epistaxis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000421" #> #> $Epistaxis$`_id` #> [1] "HP_0000421<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $Epistaxis$privateGeneCount #> [1] 0 #> #> $Epistaxis$publicGeneCount #> [1] 1 #> #> $Epistaxis$urlId #> [1] "HP_0000421" #> #> $Epistaxis$dbPhenotype #> [1] TRUE #> #> $Epistaxis$`_parent` #> [1] "HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $Epistaxis$`_is_leaf` #> [1] TRUE #> #> $Epistaxis$children #> list() #> #> $Epistaxis$value #> [1] "Epistaxis" #> #> #> $`epithelial and subepithelial dystrophy` #> $`epithelial and subepithelial dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060440" #> #> $`epithelial and subepithelial dystrophy`$`_id` #> [1] "DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`epithelial and subepithelial dystrophy`$privateGeneCount #> [1] 0 #> #> $`epithelial and subepithelial dystrophy`$publicGeneCount #> [1] 4 #> #> $`epithelial and subepithelial dystrophy`$urlId #> [1] "DOID_0060440" #> #> $`epithelial and subepithelial dystrophy`$dbPhenotype #> [1] FALSE #> #> $`epithelial and subepithelial dystrophy`$`_parent` #> [1] "DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`epithelial and subepithelial dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`epithelial and subepithelial dystrophy`$children #> $`epithelial and subepithelial dystrophy`$children[[1]] #> [1] "DOID_0060447<DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`epithelial and subepithelial dystrophy`$children[[2]] #> [1] "DOID_0060449<DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`epithelial and subepithelial dystrophy`$children[[3]] #> [1] "DOID_0060451<DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`epithelial and subepithelial dystrophy`$value #> [1] "epithelial and subepithelial dystrophy" #> #> #> $`epithelial basement membrane dystrophy` #> $`epithelial basement membrane dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060447" #> #> $`epithelial basement membrane dystrophy`$`_id` #> [1] "DOID_0060447<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`epithelial basement membrane dystrophy`$privateGeneCount #> [1] 0 #> #> $`epithelial basement membrane dystrophy`$publicGeneCount #> [1] 1 #> #> $`epithelial basement membrane dystrophy`$urlId #> [1] "DOID_0060447" #> #> $`epithelial basement membrane dystrophy`$dbPhenotype #> [1] TRUE #> #> $`epithelial basement membrane dystrophy`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`epithelial basement membrane dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`epithelial basement membrane dystrophy`$children #> list() #> #> $`epithelial basement membrane dystrophy`$value #> [1] "epithelial basement membrane dystrophy" #> #> #> $`epithelial basement membrane dystrophy` #> $`epithelial basement membrane dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060447" #> #> $`epithelial basement membrane dystrophy`$`_id` #> [1] "DOID_0060447<DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`epithelial basement membrane dystrophy`$privateGeneCount #> [1] 0 #> #> $`epithelial basement membrane dystrophy`$publicGeneCount #> [1] 1 #> #> $`epithelial basement membrane dystrophy`$urlId #> [1] "DOID_0060447" #> #> $`epithelial basement membrane dystrophy`$dbPhenotype #> [1] TRUE #> #> $`epithelial basement membrane dystrophy`$`_parent` #> [1] "DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`epithelial basement membrane dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`epithelial basement membrane dystrophy`$children #> list() #> #> $`epithelial basement membrane dystrophy`$value #> [1] "epithelial basement membrane dystrophy" #> #> #> $`epithelial-stromal TGFBI dystrophy` #> $`epithelial-stromal TGFBI dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060441" #> #> $`epithelial-stromal TGFBI dystrophy`$`_id` #> [1] "DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`epithelial-stromal TGFBI dystrophy`$privateGeneCount #> [1] 0 #> #> $`epithelial-stromal TGFBI dystrophy`$publicGeneCount #> [1] 8 #> #> $`epithelial-stromal TGFBI dystrophy`$urlId #> [1] "DOID_0060441" #> #> $`epithelial-stromal TGFBI dystrophy`$dbPhenotype #> [1] FALSE #> #> $`epithelial-stromal TGFBI dystrophy`$`_parent` #> [1] "DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`epithelial-stromal TGFBI dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`epithelial-stromal TGFBI dystrophy`$children #> $`epithelial-stromal TGFBI dystrophy`$children[[1]] #> [1] "DOID_12318<DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`epithelial-stromal TGFBI dystrophy`$children[[2]] #> [1] "DOID_0060453<DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`epithelial-stromal TGFBI dystrophy`$children[[3]] #> [1] "DOID_0060455<DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`epithelial-stromal TGFBI dystrophy`$value #> [1] "epithelial-stromal TGFBI dystrophy" #> #> #> $`epithelioid leiomyosarcoma` #> $`epithelioid leiomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5264" #> #> $`epithelioid leiomyosarcoma`$`_id` #> [1] "DOID_5264<DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`epithelioid leiomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`epithelioid leiomyosarcoma`$publicGeneCount #> [1] 10 #> #> $`epithelioid leiomyosarcoma`$urlId #> [1] "DOID_5264" #> #> $`epithelioid leiomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`epithelioid leiomyosarcoma`$`_parent` #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`epithelioid leiomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`epithelioid leiomyosarcoma`$children #> list() #> #> $`epithelioid leiomyosarcoma`$value #> [1] "epithelioid leiomyosarcoma" #> #> #> $`epithelioid leiomyosarcoma` #> $`epithelioid leiomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5264" #> #> $`epithelioid leiomyosarcoma`$`_id` #> [1] "DOID_5264<DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`epithelioid leiomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`epithelioid leiomyosarcoma`$publicGeneCount #> [1] 10 #> #> $`epithelioid leiomyosarcoma`$urlId #> [1] "DOID_5264" #> #> $`epithelioid leiomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`epithelioid leiomyosarcoma`$`_parent` #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`epithelioid leiomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`epithelioid leiomyosarcoma`$children #> list() #> #> $`epithelioid leiomyosarcoma`$value #> [1] "epithelioid leiomyosarcoma" #> #> #> $`epithelioid leiomyosarcoma` #> $`epithelioid leiomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5264" #> #> $`epithelioid leiomyosarcoma`$`_id` #> [1] "DOID_5264<DOID_1967<DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`epithelioid leiomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`epithelioid leiomyosarcoma`$publicGeneCount #> [1] 10 #> #> $`epithelioid leiomyosarcoma`$urlId #> [1] "DOID_5264" #> #> $`epithelioid leiomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`epithelioid leiomyosarcoma`$`_parent` #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`epithelioid leiomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`epithelioid leiomyosarcoma`$children #> list() #> #> $`epithelioid leiomyosarcoma`$value #> [1] "epithelioid leiomyosarcoma" #> #> #> $`epithelioid sarcoma` #> $`epithelioid sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6193" #> #> $`epithelioid sarcoma`$`_id` #> [1] "DOID_6193<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`epithelioid sarcoma`$privateGeneCount #> [1] 0 #> #> $`epithelioid sarcoma`$publicGeneCount #> [1] 17 #> #> $`epithelioid sarcoma`$urlId #> [1] "DOID_6193" #> #> $`epithelioid sarcoma`$dbPhenotype #> [1] TRUE #> #> $`epithelioid sarcoma`$`_parent` #> [1] "DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`epithelioid sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`epithelioid sarcoma`$children #> list() #> #> $`epithelioid sarcoma`$value #> [1] "epithelioid sarcoma" #> #> #> $`epithelioid sarcoma` #> $`epithelioid sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6193" #> #> $`epithelioid sarcoma`$`_id` #> [1] "DOID_6193<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`epithelioid sarcoma`$privateGeneCount #> [1] 0 #> #> $`epithelioid sarcoma`$publicGeneCount #> [1] 17 #> #> $`epithelioid sarcoma`$urlId #> [1] "DOID_6193" #> #> $`epithelioid sarcoma`$dbPhenotype #> [1] TRUE #> #> $`epithelioid sarcoma`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`epithelioid sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`epithelioid sarcoma`$children #> list() #> #> $`epithelioid sarcoma`$value #> [1] "epithelioid sarcoma" #> #> #> $`epithelioid sarcoma` #> $`epithelioid sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6193" #> #> $`epithelioid sarcoma`$`_id` #> [1] "DOID_6193<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`epithelioid sarcoma`$privateGeneCount #> [1] 0 #> #> $`epithelioid sarcoma`$publicGeneCount #> [1] 17 #> #> $`epithelioid sarcoma`$urlId #> [1] "DOID_6193" #> #> $`epithelioid sarcoma`$dbPhenotype #> [1] TRUE #> #> $`epithelioid sarcoma`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`epithelioid sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`epithelioid sarcoma`$children #> list() #> #> $`epithelioid sarcoma`$value #> [1] "epithelioid sarcoma" #> #> #> $`epithelioid sarcoma` #> $`epithelioid sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6193" #> #> $`epithelioid sarcoma`$`_id` #> [1] "DOID_6193<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`epithelioid sarcoma`$privateGeneCount #> [1] 0 #> #> $`epithelioid sarcoma`$publicGeneCount #> [1] 17 #> #> $`epithelioid sarcoma`$urlId #> [1] "DOID_6193" #> #> $`epithelioid sarcoma`$dbPhenotype #> [1] TRUE #> #> $`epithelioid sarcoma`$`_parent` #> [1] "DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`epithelioid sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`epithelioid sarcoma`$children #> list() #> #> $`epithelioid sarcoma`$value #> [1] "epithelioid sarcoma" #> #> #> $`Erectile dysfunction` #> $`Erectile dysfunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100639" #> #> $`Erectile dysfunction`$`_id` #> [1] "HP_0100639<HP_0040307<HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Erectile dysfunction`$privateGeneCount #> [1] 0 #> #> $`Erectile dysfunction`$publicGeneCount #> [1] 13 #> #> $`Erectile dysfunction`$urlId #> [1] "HP_0100639" #> #> $`Erectile dysfunction`$dbPhenotype #> [1] FALSE #> #> $`Erectile dysfunction`$`_parent` #> [1] "HP_0040307<HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Erectile dysfunction`$`_is_leaf` #> [1] FALSE #> #> $`Erectile dysfunction`$children #> $`Erectile dysfunction`$children[[1]] #> [1] "HP_0000802<HP_0100639<HP_0040307<HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Erectile dysfunction`$value #> [1] "Erectile dysfunction" #> #> #> $Erythema #> $Erythema$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010783" #> #> $Erythema$`_id` #> [1] "HP_0010783<HP_0011276<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Erythema$privateGeneCount #> [1] 0 #> #> $Erythema$publicGeneCount #> [1] 8 #> #> $Erythema$urlId #> [1] "HP_0010783" #> #> $Erythema$dbPhenotype #> [1] TRUE #> #> $Erythema$`_parent` #> [1] "HP_0011276<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Erythema$`_is_leaf` #> [1] TRUE #> #> $Erythema$children #> list() #> #> $Erythema$value #> [1] "Erythema" #> #> #> $Erythema #> $Erythema$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010783" #> #> $Erythema$`_id` #> [1] "HP_0010783<HP_0011276<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Erythema$privateGeneCount #> [1] 0 #> #> $Erythema$publicGeneCount #> [1] 8 #> #> $Erythema$urlId #> [1] "HP_0010783" #> #> $Erythema$dbPhenotype #> [1] TRUE #> #> $Erythema$`_parent` #> [1] "HP_0011276<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Erythema$`_is_leaf` #> [1] TRUE #> #> $Erythema$children #> list() #> #> $Erythema$value #> [1] "Erythema" #> #> #> $`erythema multiforme` #> $`erythema multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050185" #> #> $`erythema multiforme`$`_id` #> [1] "DOID_0050185<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`erythema multiforme`$privateGeneCount #> [1] 0 #> #> $`erythema multiforme`$publicGeneCount #> [1] 5 #> #> $`erythema multiforme`$urlId #> [1] "DOID_0050185" #> #> $`erythema multiforme`$dbPhenotype #> [1] TRUE #> #> $`erythema multiforme`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`erythema multiforme`$`_is_leaf` #> [1] TRUE #> #> $`erythema multiforme`$children #> list() #> #> $`erythema multiforme`$value #> [1] "erythema multiforme" #> #> #> $`Erythema nodosum` #> $`Erythema nodosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012219" #> #> $`Erythema nodosum`$`_id` #> [1] "HP_0012219<HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Erythema nodosum`$privateGeneCount #> [1] 0 #> #> $`Erythema nodosum`$publicGeneCount #> [1] 5 #> #> $`Erythema nodosum`$urlId #> [1] "HP_0012219" #> #> $`Erythema nodosum`$dbPhenotype #> [1] TRUE #> #> $`Erythema nodosum`$`_parent` #> [1] "HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Erythema nodosum`$`_is_leaf` #> [1] TRUE #> #> $`Erythema nodosum`$children #> list() #> #> $`Erythema nodosum`$value #> [1] "Erythema nodosum" #> #> #> $`Erythema nodosum` #> $`Erythema nodosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012219" #> #> $`Erythema nodosum`$`_id` #> [1] "HP_0012219<HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Erythema nodosum`$privateGeneCount #> [1] 0 #> #> $`Erythema nodosum`$publicGeneCount #> [1] 5 #> #> $`Erythema nodosum`$urlId #> [1] "HP_0012219" #> #> $`Erythema nodosum`$dbPhenotype #> [1] TRUE #> #> $`Erythema nodosum`$`_parent` #> [1] "HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Erythema nodosum`$`_is_leaf` #> [1] TRUE #> #> $`Erythema nodosum`$children #> list() #> #> $`Erythema nodosum`$value #> [1] "Erythema nodosum" #> #> #> $`erythrokeratodermia variabilis` #> $`erythrokeratodermia variabilis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050467" #> #> $`erythrokeratodermia variabilis`$`_id` #> [1] "DOID_0050467<DOID_0050177<DOID_630<DOID_4" #> #> $`erythrokeratodermia variabilis`$privateGeneCount #> [1] 0 #> #> $`erythrokeratodermia variabilis`$publicGeneCount #> [1] 4 #> #> $`erythrokeratodermia variabilis`$urlId #> [1] "DOID_0050467" #> #> $`erythrokeratodermia variabilis`$dbPhenotype #> [1] TRUE #> #> $`erythrokeratodermia variabilis`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`erythrokeratodermia variabilis`$`_is_leaf` #> [1] TRUE #> #> $`erythrokeratodermia variabilis`$children #> list() #> #> $`erythrokeratodermia variabilis`$value #> [1] "erythrokeratodermia variabilis" #> #> #> $`erythrokeratodermia variabilis` #> $`erythrokeratodermia variabilis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050467" #> #> $`erythrokeratodermia variabilis`$`_id` #> [1] "DOID_0050467<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`erythrokeratodermia variabilis`$privateGeneCount #> [1] 0 #> #> $`erythrokeratodermia variabilis`$publicGeneCount #> [1] 4 #> #> $`erythrokeratodermia variabilis`$urlId #> [1] "DOID_0050467" #> #> $`erythrokeratodermia variabilis`$dbPhenotype #> [1] TRUE #> #> $`erythrokeratodermia variabilis`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`erythrokeratodermia variabilis`$`_is_leaf` #> [1] TRUE #> #> $`erythrokeratodermia variabilis`$children #> list() #> #> $`erythrokeratodermia variabilis`$value #> [1] "erythrokeratodermia variabilis" #> #> #> $erythromelalgia #> $erythromelalgia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9240" #> #> $erythromelalgia$`_id` #> [1] "DOID_9240<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $erythromelalgia$privateGeneCount #> [1] 0 #> #> $erythromelalgia$publicGeneCount #> [1] 1 #> #> $erythromelalgia$urlId #> [1] "DOID_9240" #> #> $erythromelalgia$dbPhenotype #> [1] TRUE #> #> $erythromelalgia$`_parent` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $erythromelalgia$`_is_leaf` #> [1] TRUE #> #> $erythromelalgia$children #> list() #> #> $erythromelalgia$value #> [1] "erythromelalgia" #> #> #> $`erythropoietic protoporphyria` #> $`erythropoietic protoporphyria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13270" #> #> $`erythropoietic protoporphyria`$`_id` #> [1] "DOID_13270<DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`erythropoietic protoporphyria`$privateGeneCount #> [1] 0 #> #> $`erythropoietic protoporphyria`$publicGeneCount #> [1] 5 #> #> $`erythropoietic protoporphyria`$urlId #> [1] "DOID_13270" #> #> $`erythropoietic protoporphyria`$dbPhenotype #> [1] TRUE #> #> $`erythropoietic protoporphyria`$`_parent` #> [1] "DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`erythropoietic protoporphyria`$`_is_leaf` #> [1] TRUE #> #> $`erythropoietic protoporphyria`$children #> list() #> #> $`erythropoietic protoporphyria`$value #> [1] "erythropoietic protoporphyria" #> #> #> $`esophageal atresia` #> $`esophageal atresia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10485" #> #> $`esophageal atresia`$`_id` #> [1] "DOID_10485<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal atresia`$privateGeneCount #> [1] 0 #> #> $`esophageal atresia`$publicGeneCount #> [1] 1 #> #> $`esophageal atresia`$urlId #> [1] "DOID_10485" #> #> $`esophageal atresia`$dbPhenotype #> [1] TRUE #> #> $`esophageal atresia`$`_parent` #> [1] "DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal atresia`$`_is_leaf` #> [1] TRUE #> #> $`esophageal atresia`$children #> list() #> #> $`esophageal atresia`$value #> [1] "esophageal atresia" #> #> #> $`esophageal cancer` #> $`esophageal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5041" #> #> $`esophageal cancer`$`_id` #> [1] "DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`esophageal cancer`$privateGeneCount #> [1] 0 #> #> $`esophageal cancer`$publicGeneCount #> [1] 180 #> #> $`esophageal cancer`$urlId #> [1] "DOID_5041" #> #> $`esophageal cancer`$dbPhenotype #> [1] TRUE #> #> $`esophageal cancer`$`_parent` #> [1] "DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`esophageal cancer`$`_is_leaf` #> [1] FALSE #> #> $`esophageal cancer`$children #> $`esophageal cancer`$children[[1]] #> [1] "DOID_1107<DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`esophageal cancer`$value #> [1] "esophageal cancer" #> #> #> $`esophageal cancer` #> $`esophageal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5041" #> #> $`esophageal cancer`$`_id` #> [1] "DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`esophageal cancer`$privateGeneCount #> [1] 0 #> #> $`esophageal cancer`$publicGeneCount #> [1] 180 #> #> $`esophageal cancer`$urlId #> [1] "DOID_5041" #> #> $`esophageal cancer`$dbPhenotype #> [1] TRUE #> #> $`esophageal cancer`$`_parent` #> [1] "DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`esophageal cancer`$`_is_leaf` #> [1] FALSE #> #> $`esophageal cancer`$children #> $`esophageal cancer`$children[[1]] #> [1] "DOID_1107<DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`esophageal cancer`$value #> [1] "esophageal cancer" #> #> #> $`esophageal cancer` #> $`esophageal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5041" #> #> $`esophageal cancer`$`_id` #> [1] "DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal cancer`$privateGeneCount #> [1] 0 #> #> $`esophageal cancer`$publicGeneCount #> [1] 180 #> #> $`esophageal cancer`$urlId #> [1] "DOID_5041" #> #> $`esophageal cancer`$dbPhenotype #> [1] TRUE #> #> $`esophageal cancer`$`_parent` #> [1] "DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal cancer`$`_is_leaf` #> [1] FALSE #> #> $`esophageal cancer`$children #> $`esophageal cancer`$children[[1]] #> [1] "DOID_1107<DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> #> $`esophageal cancer`$value #> [1] "esophageal cancer" #> #> #> $`esophageal carcinoma` #> $`esophageal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1107" #> #> $`esophageal carcinoma`$`_id` #> [1] "DOID_1107<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophageal carcinoma`$privateGeneCount #> [1] 0 #> #> $`esophageal carcinoma`$publicGeneCount #> [1] 31 #> #> $`esophageal carcinoma`$urlId #> [1] "DOID_1107" #> #> $`esophageal carcinoma`$dbPhenotype #> [1] FALSE #> #> $`esophageal carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophageal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`esophageal carcinoma`$children #> $`esophageal carcinoma`$children[[1]] #> [1] "DOID_4914<DOID_1107<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophageal carcinoma`$children[[2]] #> [1] "DOID_3748<DOID_1107<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`esophageal carcinoma`$value #> [1] "esophageal carcinoma" #> #> #> $`esophageal carcinoma` #> $`esophageal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1107" #> #> $`esophageal carcinoma`$`_id` #> [1] "DOID_1107<DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`esophageal carcinoma`$privateGeneCount #> [1] 0 #> #> $`esophageal carcinoma`$publicGeneCount #> [1] 31 #> #> $`esophageal carcinoma`$urlId #> [1] "DOID_1107" #> #> $`esophageal carcinoma`$dbPhenotype #> [1] FALSE #> #> $`esophageal carcinoma`$`_parent` #> [1] "DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`esophageal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`esophageal carcinoma`$children #> $`esophageal carcinoma`$children[[1]] #> [1] "DOID_4914<DOID_1107<DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`esophageal carcinoma`$children[[2]] #> [1] "DOID_3748<DOID_1107<DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`esophageal carcinoma`$value #> [1] "esophageal carcinoma" #> #> #> $`esophageal carcinoma` #> $`esophageal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1107" #> #> $`esophageal carcinoma`$`_id` #> [1] "DOID_1107<DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`esophageal carcinoma`$privateGeneCount #> [1] 0 #> #> $`esophageal carcinoma`$publicGeneCount #> [1] 31 #> #> $`esophageal carcinoma`$urlId #> [1] "DOID_1107" #> #> $`esophageal carcinoma`$dbPhenotype #> [1] FALSE #> #> $`esophageal carcinoma`$`_parent` #> [1] "DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`esophageal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`esophageal carcinoma`$children #> $`esophageal carcinoma`$children[[1]] #> [1] "DOID_4914<DOID_1107<DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`esophageal carcinoma`$children[[2]] #> [1] "DOID_3748<DOID_1107<DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`esophageal carcinoma`$value #> [1] "esophageal carcinoma" #> #> #> $`esophageal carcinoma` #> $`esophageal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1107" #> #> $`esophageal carcinoma`$`_id` #> [1] "DOID_1107<DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal carcinoma`$privateGeneCount #> [1] 0 #> #> $`esophageal carcinoma`$publicGeneCount #> [1] 31 #> #> $`esophageal carcinoma`$urlId #> [1] "DOID_1107" #> #> $`esophageal carcinoma`$dbPhenotype #> [1] FALSE #> #> $`esophageal carcinoma`$`_parent` #> [1] "DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`esophageal carcinoma`$children #> $`esophageal carcinoma`$children[[1]] #> [1] "DOID_4914<DOID_1107<DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal carcinoma`$children[[2]] #> [1] "DOID_3748<DOID_1107<DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> #> $`esophageal carcinoma`$value #> [1] "esophageal carcinoma" #> #> #> $`esophageal disease` #> $`esophageal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6050" #> #> $`esophageal disease`$`_id` #> [1] "DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal disease`$privateGeneCount #> [1] 0 #> #> $`esophageal disease`$publicGeneCount #> [1] 214 #> #> $`esophageal disease`$urlId #> [1] "DOID_6050" #> #> $`esophageal disease`$dbPhenotype #> [1] TRUE #> #> $`esophageal disease`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`esophageal disease`$`_is_leaf` #> [1] FALSE #> #> $`esophageal disease`$children #> $`esophageal disease`$children[[1]] #> [1] "DOID_9164<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal disease`$children[[2]] #> [1] "DOID_9206<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal disease`$children[[3]] #> [1] "DOID_10485<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal disease`$children[[4]] #> [1] "DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal disease`$children[[5]] #> [1] "DOID_11963<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophageal disease`$children[[6]] #> [1] "DOID_13186<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> #> $`esophageal disease`$value #> [1] "esophageal disease" #> #> #> $`Esophageal stenosis` #> $`Esophageal stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010450" #> #> $`Esophageal stenosis`$`_id` #> [1] "HP_0010450<HP_0002031<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Esophageal stenosis`$privateGeneCount #> [1] 0 #> #> $`Esophageal stenosis`$publicGeneCount #> [1] 1 #> #> $`Esophageal stenosis`$urlId #> [1] "HP_0010450" #> #> $`Esophageal stenosis`$dbPhenotype #> [1] TRUE #> #> $`Esophageal stenosis`$`_parent` #> [1] "HP_0002031<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Esophageal stenosis`$`_is_leaf` #> [1] TRUE #> #> $`Esophageal stenosis`$children #> list() #> #> $`Esophageal stenosis`$value #> [1] "Esophageal stenosis" #> #> #> $esophagitis #> $esophagitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11963" #> #> $esophagitis$`_id` #> [1] "DOID_11963<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $esophagitis$privateGeneCount #> [1] 0 #> #> $esophagitis$publicGeneCount #> [1] 15 #> #> $esophagitis$urlId #> [1] "DOID_11963" #> #> $esophagitis$dbPhenotype #> [1] TRUE #> #> $esophagitis$`_parent` #> [1] "DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $esophagitis$`_is_leaf` #> [1] FALSE #> #> $esophagitis$children #> $esophagitis$children[[1]] #> [1] "DOID_13922<DOID_11963<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $esophagitis$children[[2]] #> [1] "DOID_13976<DOID_11963<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> #> $esophagitis$value #> [1] "esophagitis" #> #> #> $`esophagus adenocarcinoma` #> $`esophagus adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4914" #> #> $`esophagus adenocarcinoma`$`_id` #> [1] "DOID_4914<DOID_1107<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`esophagus adenocarcinoma`$publicGeneCount #> [1] 19 #> #> $`esophagus adenocarcinoma`$urlId #> [1] "DOID_4914" #> #> $`esophagus adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`esophagus adenocarcinoma`$`_parent` #> [1] "DOID_1107<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`esophagus adenocarcinoma`$children #> list() #> #> $`esophagus adenocarcinoma`$value #> [1] "esophagus adenocarcinoma" #> #> #> $`esophagus adenocarcinoma` #> $`esophagus adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4914" #> #> $`esophagus adenocarcinoma`$`_id` #> [1] "DOID_4914<DOID_1107<DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`esophagus adenocarcinoma`$publicGeneCount #> [1] 19 #> #> $`esophagus adenocarcinoma`$urlId #> [1] "DOID_4914" #> #> $`esophagus adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`esophagus adenocarcinoma`$`_parent` #> [1] "DOID_1107<DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`esophagus adenocarcinoma`$children #> list() #> #> $`esophagus adenocarcinoma`$value #> [1] "esophagus adenocarcinoma" #> #> #> $`esophagus adenocarcinoma` #> $`esophagus adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4914" #> #> $`esophagus adenocarcinoma`$`_id` #> [1] "DOID_4914<DOID_1107<DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`esophagus adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`esophagus adenocarcinoma`$publicGeneCount #> [1] 19 #> #> $`esophagus adenocarcinoma`$urlId #> [1] "DOID_4914" #> #> $`esophagus adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`esophagus adenocarcinoma`$`_parent` #> [1] "DOID_1107<DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`esophagus adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`esophagus adenocarcinoma`$children #> list() #> #> $`esophagus adenocarcinoma`$value #> [1] "esophagus adenocarcinoma" #> #> #> $`esophagus adenocarcinoma` #> $`esophagus adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4914" #> #> $`esophagus adenocarcinoma`$`_id` #> [1] "DOID_4914<DOID_1107<DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophagus adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`esophagus adenocarcinoma`$publicGeneCount #> [1] 19 #> #> $`esophagus adenocarcinoma`$urlId #> [1] "DOID_4914" #> #> $`esophagus adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`esophagus adenocarcinoma`$`_parent` #> [1] "DOID_1107<DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophagus adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`esophagus adenocarcinoma`$children #> list() #> #> $`esophagus adenocarcinoma`$value #> [1] "esophagus adenocarcinoma" #> #> #> $`esophagus adenocarcinoma` #> $`esophagus adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4914" #> #> $`esophagus adenocarcinoma`$`_id` #> [1] "DOID_4914<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`esophagus adenocarcinoma`$publicGeneCount #> [1] 19 #> #> $`esophagus adenocarcinoma`$urlId #> [1] "DOID_4914" #> #> $`esophagus adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`esophagus adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`esophagus adenocarcinoma`$children #> list() #> #> $`esophagus adenocarcinoma`$value #> [1] "esophagus adenocarcinoma" #> #> #> $`esophagus squamous cell carcinoma` #> $`esophagus squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3748" #> #> $`esophagus squamous cell carcinoma`$`_id` #> [1] "DOID_3748<DOID_1107<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`esophagus squamous cell carcinoma`$publicGeneCount #> [1] 12 #> #> $`esophagus squamous cell carcinoma`$urlId #> [1] "DOID_3748" #> #> $`esophagus squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`esophagus squamous cell carcinoma`$`_parent` #> [1] "DOID_1107<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`esophagus squamous cell carcinoma`$children #> list() #> #> $`esophagus squamous cell carcinoma`$value #> [1] "esophagus squamous cell carcinoma" #> #> #> $`esophagus squamous cell carcinoma` #> $`esophagus squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3748" #> #> $`esophagus squamous cell carcinoma`$`_id` #> [1] "DOID_3748<DOID_1107<DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`esophagus squamous cell carcinoma`$publicGeneCount #> [1] 12 #> #> $`esophagus squamous cell carcinoma`$urlId #> [1] "DOID_3748" #> #> $`esophagus squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`esophagus squamous cell carcinoma`$`_parent` #> [1] "DOID_1107<DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`esophagus squamous cell carcinoma`$children #> list() #> #> $`esophagus squamous cell carcinoma`$value #> [1] "esophagus squamous cell carcinoma" #> #> #> $`esophagus squamous cell carcinoma` #> $`esophagus squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3748" #> #> $`esophagus squamous cell carcinoma`$`_id` #> [1] "DOID_3748<DOID_1107<DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`esophagus squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`esophagus squamous cell carcinoma`$publicGeneCount #> [1] 12 #> #> $`esophagus squamous cell carcinoma`$urlId #> [1] "DOID_3748" #> #> $`esophagus squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`esophagus squamous cell carcinoma`$`_parent` #> [1] "DOID_1107<DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`esophagus squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`esophagus squamous cell carcinoma`$children #> list() #> #> $`esophagus squamous cell carcinoma`$value #> [1] "esophagus squamous cell carcinoma" #> #> #> $`esophagus squamous cell carcinoma` #> $`esophagus squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3748" #> #> $`esophagus squamous cell carcinoma`$`_id` #> [1] "DOID_3748<DOID_1107<DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophagus squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`esophagus squamous cell carcinoma`$publicGeneCount #> [1] 12 #> #> $`esophagus squamous cell carcinoma`$urlId #> [1] "DOID_3748" #> #> $`esophagus squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`esophagus squamous cell carcinoma`$`_parent` #> [1] "DOID_1107<DOID_5041<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`esophagus squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`esophagus squamous cell carcinoma`$children #> list() #> #> $`esophagus squamous cell carcinoma`$value #> [1] "esophagus squamous cell carcinoma" #> #> #> $`esophagus squamous cell carcinoma` #> $`esophagus squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3748" #> #> $`esophagus squamous cell carcinoma`$`_id` #> [1] "DOID_3748<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`esophagus squamous cell carcinoma`$publicGeneCount #> [1] 12 #> #> $`esophagus squamous cell carcinoma`$urlId #> [1] "DOID_3748" #> #> $`esophagus squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`esophagus squamous cell carcinoma`$`_parent` #> [1] "DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`esophagus squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`esophagus squamous cell carcinoma`$children #> list() #> #> $`esophagus squamous cell carcinoma`$value #> [1] "esophagus squamous cell carcinoma" #> #> #> $`essential hypertension` #> $`essential hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10825" #> #> $`essential hypertension`$`_id` #> [1] "DOID_10825<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`essential hypertension`$privateGeneCount #> [1] 0 #> #> $`essential hypertension`$publicGeneCount #> [1] 27 #> #> $`essential hypertension`$urlId #> [1] "DOID_10825" #> #> $`essential hypertension`$dbPhenotype #> [1] TRUE #> #> $`essential hypertension`$`_parent` #> [1] "DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`essential hypertension`$`_is_leaf` #> [1] TRUE #> #> $`essential hypertension`$children #> list() #> #> $`essential hypertension`$value #> [1] "essential hypertension" #> #> #> $`essential thrombocythemia` #> $`essential thrombocythemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2224" #> #> $`essential thrombocythemia`$`_id` #> [1] "DOID_2224<DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`essential thrombocythemia`$privateGeneCount #> [1] 0 #> #> $`essential thrombocythemia`$publicGeneCount #> [1] 10 #> #> $`essential thrombocythemia`$urlId #> [1] "DOID_2224" #> #> $`essential thrombocythemia`$dbPhenotype #> [1] TRUE #> #> $`essential thrombocythemia`$`_parent` #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`essential thrombocythemia`$`_is_leaf` #> [1] TRUE #> #> $`essential thrombocythemia`$children #> list() #> #> $`essential thrombocythemia`$value #> [1] "essential thrombocythemia" #> #> #> $`essential thrombocythemia` #> $`essential thrombocythemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2224" #> #> $`essential thrombocythemia`$`_id` #> [1] "DOID_2224<DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`essential thrombocythemia`$privateGeneCount #> [1] 0 #> #> $`essential thrombocythemia`$publicGeneCount #> [1] 10 #> #> $`essential thrombocythemia`$urlId #> [1] "DOID_2224" #> #> $`essential thrombocythemia`$dbPhenotype #> [1] TRUE #> #> $`essential thrombocythemia`$`_parent` #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`essential thrombocythemia`$`_is_leaf` #> [1] TRUE #> #> $`essential thrombocythemia`$children #> list() #> #> $`essential thrombocythemia`$value #> [1] "essential thrombocythemia" #> #> #> $`essential thrombocythemia` #> $`essential thrombocythemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2224" #> #> $`essential thrombocythemia`$`_id` #> [1] "DOID_2224<DOID_2226<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`essential thrombocythemia`$privateGeneCount #> [1] 0 #> #> $`essential thrombocythemia`$publicGeneCount #> [1] 10 #> #> $`essential thrombocythemia`$urlId #> [1] "DOID_2224" #> #> $`essential thrombocythemia`$dbPhenotype #> [1] TRUE #> #> $`essential thrombocythemia`$`_parent` #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`essential thrombocythemia`$`_is_leaf` #> [1] TRUE #> #> $`essential thrombocythemia`$children #> list() #> #> $`essential thrombocythemia`$value #> [1] "essential thrombocythemia" #> #> #> $`essential tremor` #> $`essential tremor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4990" #> #> $`essential tremor`$`_id` #> [1] "DOID_4990<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`essential tremor`$privateGeneCount #> [1] 0 #> #> $`essential tremor`$publicGeneCount #> [1] 7 #> #> $`essential tremor`$urlId #> [1] "DOID_4990" #> #> $`essential tremor`$dbPhenotype #> [1] TRUE #> #> $`essential tremor`$`_parent` #> [1] "DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`essential tremor`$`_is_leaf` #> [1] TRUE #> #> $`essential tremor`$children #> list() #> #> $`essential tremor`$value #> [1] "essential tremor" #> #> #> $`ethmoid sinusitis` #> $`ethmoid sinusitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9507" #> #> $`ethmoid sinusitis`$`_id` #> [1] "DOID_9507<DOID_0050127<DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`ethmoid sinusitis`$privateGeneCount #> [1] 0 #> #> $`ethmoid sinusitis`$publicGeneCount #> [1] 1 #> #> $`ethmoid sinusitis`$urlId #> [1] "DOID_9507" #> #> $`ethmoid sinusitis`$dbPhenotype #> [1] TRUE #> #> $`ethmoid sinusitis`$`_parent` #> [1] "DOID_0050127<DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`ethmoid sinusitis`$`_is_leaf` #> [1] TRUE #> #> $`ethmoid sinusitis`$children #> list() #> #> $`ethmoid sinusitis`$value #> [1] "ethmoid sinusitis" #> #> #> $`eumycotic mycetoma` #> $`eumycotic mycetoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13078" #> #> $`eumycotic mycetoma`$`_id` #> [1] "DOID_13078<DOID_1563<DOID_0050134<DOID_1564<DOID_0050117<DOID_4" #> #> $`eumycotic mycetoma`$privateGeneCount #> [1] 0 #> #> $`eumycotic mycetoma`$publicGeneCount #> [1] 1 #> #> $`eumycotic mycetoma`$urlId #> [1] "DOID_13078" #> #> $`eumycotic mycetoma`$dbPhenotype #> [1] TRUE #> #> $`eumycotic mycetoma`$`_parent` #> [1] "DOID_1563<DOID_0050134<DOID_1564<DOID_0050117<DOID_4" #> #> $`eumycotic mycetoma`$`_is_leaf` #> [1] TRUE #> #> $`eumycotic mycetoma`$children #> list() #> #> $`eumycotic mycetoma`$value #> [1] "eumycotic mycetoma" #> #> #> $`eumycotic mycetoma` #> $`eumycotic mycetoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13078" #> #> $`eumycotic mycetoma`$`_id` #> [1] "DOID_13078<DOID_1563<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`eumycotic mycetoma`$privateGeneCount #> [1] 0 #> #> $`eumycotic mycetoma`$publicGeneCount #> [1] 1 #> #> $`eumycotic mycetoma`$urlId #> [1] "DOID_13078" #> #> $`eumycotic mycetoma`$dbPhenotype #> [1] TRUE #> #> $`eumycotic mycetoma`$`_parent` #> [1] "DOID_1563<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`eumycotic mycetoma`$`_is_leaf` #> [1] TRUE #> #> $`eumycotic mycetoma`$children #> list() #> #> $`eumycotic mycetoma`$value #> [1] "eumycotic mycetoma" #> #> #> $eunuchism #> $eunuchism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5003" #> #> $eunuchism$`_id` #> [1] "DOID_5003<DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $eunuchism$privateGeneCount #> [1] 0 #> #> $eunuchism$publicGeneCount #> [1] 1 #> #> $eunuchism$urlId #> [1] "DOID_5003" #> #> $eunuchism$dbPhenotype #> [1] TRUE #> #> $eunuchism$`_parent` #> [1] "DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $eunuchism$`_is_leaf` #> [1] TRUE #> #> $eunuchism$children #> list() #> #> $eunuchism$value #> [1] "eunuchism" #> #> #> $`Ewing sarcoma` #> $`Ewing sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3369" #> #> $`Ewing sarcoma`$`_id` #> [1] "DOID_3369<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`Ewing sarcoma`$privateGeneCount #> [1] 0 #> #> $`Ewing sarcoma`$publicGeneCount #> [1] 5 #> #> $`Ewing sarcoma`$urlId #> [1] "DOID_3369" #> #> $`Ewing sarcoma`$dbPhenotype #> [1] TRUE #> #> $`Ewing sarcoma`$`_parent` #> [1] "DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`Ewing sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`Ewing sarcoma`$children #> list() #> #> $`Ewing sarcoma`$value #> [1] "Ewing sarcoma" #> #> #> $`Ewing sarcoma` #> $`Ewing sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3369" #> #> $`Ewing sarcoma`$`_id` #> [1] "DOID_3369<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ewing sarcoma`$privateGeneCount #> [1] 0 #> #> $`Ewing sarcoma`$publicGeneCount #> [1] 5 #> #> $`Ewing sarcoma`$urlId #> [1] "DOID_3369" #> #> $`Ewing sarcoma`$dbPhenotype #> [1] TRUE #> #> $`Ewing sarcoma`$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ewing sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`Ewing sarcoma`$children #> list() #> #> $`Ewing sarcoma`$value #> [1] "Ewing sarcoma" #> #> #> $`Ewing sarcoma` #> $`Ewing sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3369" #> #> $`Ewing sarcoma`$`_id` #> [1] "DOID_3369<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Ewing sarcoma`$privateGeneCount #> [1] 0 #> #> $`Ewing sarcoma`$publicGeneCount #> [1] 5 #> #> $`Ewing sarcoma`$urlId #> [1] "DOID_3369" #> #> $`Ewing sarcoma`$dbPhenotype #> [1] TRUE #> #> $`Ewing sarcoma`$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Ewing sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`Ewing sarcoma`$children #> list() #> #> $`Ewing sarcoma`$value #> [1] "Ewing sarcoma" #> #> #> $`Ewing sarcoma` #> $`Ewing sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3369" #> #> $`Ewing sarcoma`$`_id` #> [1] "DOID_3369<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`Ewing sarcoma`$privateGeneCount #> [1] 0 #> #> $`Ewing sarcoma`$publicGeneCount #> [1] 5 #> #> $`Ewing sarcoma`$urlId #> [1] "DOID_3369" #> #> $`Ewing sarcoma`$dbPhenotype #> [1] TRUE #> #> $`Ewing sarcoma`$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`Ewing sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`Ewing sarcoma`$children #> list() #> #> $`Ewing sarcoma`$value #> [1] "Ewing sarcoma" #> #> #> $`Ewing sarcoma` #> $`Ewing sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3369" #> #> $`Ewing sarcoma`$`_id` #> [1] "DOID_3369<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ewing sarcoma`$privateGeneCount #> [1] 0 #> #> $`Ewing sarcoma`$publicGeneCount #> [1] 5 #> #> $`Ewing sarcoma`$urlId #> [1] "DOID_3369" #> #> $`Ewing sarcoma`$dbPhenotype #> [1] TRUE #> #> $`Ewing sarcoma`$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Ewing sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`Ewing sarcoma`$children #> list() #> #> $`Ewing sarcoma`$value #> [1] "Ewing sarcoma" #> #> #> $`Exaggerated startle response` #> $`Exaggerated startle response`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002267" #> #> $`Exaggerated startle response`$`_id` #> [1] "HP_0002267<HP_0002071<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Exaggerated startle response`$privateGeneCount #> [1] 0 #> #> $`Exaggerated startle response`$publicGeneCount #> [1] 1 #> #> $`Exaggerated startle response`$urlId #> [1] "HP_0002267" #> #> $`Exaggerated startle response`$dbPhenotype #> [1] TRUE #> #> $`Exaggerated startle response`$`_parent` #> [1] "HP_0002071<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Exaggerated startle response`$`_is_leaf` #> [1] TRUE #> #> $`Exaggerated startle response`$children #> list() #> #> $`Exaggerated startle response`$value #> [1] "Exaggerated startle response" #> #> #> $exanthem #> $exanthem$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050486" #> #> $exanthem$`_id` #> [1] "DOID_0050486<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $exanthem$privateGeneCount #> [1] 0 #> #> $exanthem$publicGeneCount #> [1] 7 #> #> $exanthem$urlId #> [1] "DOID_0050486" #> #> $exanthem$dbPhenotype #> [1] TRUE #> #> $exanthem$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $exanthem$`_is_leaf` #> [1] TRUE #> #> $exanthem$children #> list() #> #> $exanthem$value #> [1] "exanthem" #> #> #> $`Excessive salivation` #> $`Excessive salivation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003781" #> #> $`Excessive salivation`$`_id` #> [1] "HP_0003781<HP_0100755<HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Excessive salivation`$privateGeneCount #> [1] 0 #> #> $`Excessive salivation`$publicGeneCount #> [1] 1 #> #> $`Excessive salivation`$urlId #> [1] "HP_0003781" #> #> $`Excessive salivation`$dbPhenotype #> [1] FALSE #> #> $`Excessive salivation`$`_parent` #> [1] "HP_0100755<HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Excessive salivation`$`_is_leaf` #> [1] FALSE #> #> $`Excessive salivation`$children #> $`Excessive salivation`$children[[1]] #> [1] "HP_0002307<HP_0003781<HP_0100755<HP_0031815<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Excessive salivation`$value #> [1] "Excessive salivation" #> #> #> $`excessive tearing` #> $`excessive tearing`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13757" #> #> $`excessive tearing`$`_id` #> [1] "DOID_13757<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`excessive tearing`$privateGeneCount #> [1] 0 #> #> $`excessive tearing`$publicGeneCount #> [1] 1 #> #> $`excessive tearing`$urlId #> [1] "DOID_13757" #> #> $`excessive tearing`$dbPhenotype #> [1] TRUE #> #> $`excessive tearing`$`_parent` #> [1] "DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`excessive tearing`$`_is_leaf` #> [1] TRUE #> #> $`excessive tearing`$children #> list() #> #> $`excessive tearing`$value #> [1] "excessive tearing" #> #> #> $`exfoliation syndrome` #> $`exfoliation syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13641" #> #> $`exfoliation syndrome`$`_id` #> [1] "DOID_13641<DOID_12571<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`exfoliation syndrome`$privateGeneCount #> [1] 0 #> #> $`exfoliation syndrome`$publicGeneCount #> [1] 15 #> #> $`exfoliation syndrome`$urlId #> [1] "DOID_13641" #> #> $`exfoliation syndrome`$dbPhenotype #> [1] TRUE #> #> $`exfoliation syndrome`$`_parent` #> [1] "DOID_12571<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`exfoliation syndrome`$`_is_leaf` #> [1] TRUE #> #> $`exfoliation syndrome`$children #> list() #> #> $`exfoliation syndrome`$value #> [1] "exfoliation syndrome" #> #> #> $`exfoliation syndrome` #> $`exfoliation syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13641" #> #> $`exfoliation syndrome`$`_id` #> [1] "DOID_13641<DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`exfoliation syndrome`$privateGeneCount #> [1] 0 #> #> $`exfoliation syndrome`$publicGeneCount #> [1] 15 #> #> $`exfoliation syndrome`$urlId #> [1] "DOID_13641" #> #> $`exfoliation syndrome`$dbPhenotype #> [1] TRUE #> #> $`exfoliation syndrome`$`_parent` #> [1] "DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`exfoliation syndrome`$`_is_leaf` #> [1] TRUE #> #> $`exfoliation syndrome`$children #> list() #> #> $`exfoliation syndrome`$value #> [1] "exfoliation syndrome" #> #> #> $`exocrine pancreatic insufficiency` #> $`exocrine pancreatic insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13316" #> #> $`exocrine pancreatic insufficiency`$`_id` #> [1] "DOID_13316<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`exocrine pancreatic insufficiency`$privateGeneCount #> [1] 0 #> #> $`exocrine pancreatic insufficiency`$publicGeneCount #> [1] 4 #> #> $`exocrine pancreatic insufficiency`$urlId #> [1] "DOID_13316" #> #> $`exocrine pancreatic insufficiency`$dbPhenotype #> [1] TRUE #> #> $`exocrine pancreatic insufficiency`$`_parent` #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`exocrine pancreatic insufficiency`$`_is_leaf` #> [1] TRUE #> #> $`exocrine pancreatic insufficiency`$children #> list() #> #> $`exocrine pancreatic insufficiency`$value #> [1] "exocrine pancreatic insufficiency" #> #> #> $exostosis #> $exostosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_203" #> #> $exostosis$`_id` #> [1] "DOID_203<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $exostosis$privateGeneCount #> [1] 0 #> #> $exostosis$publicGeneCount #> [1] 4 #> #> $exostosis$urlId #> [1] "DOID_203" #> #> $exostosis$dbPhenotype #> [1] FALSE #> #> $exostosis$`_parent` #> [1] "DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $exostosis$`_is_leaf` #> [1] FALSE #> #> $exostosis$children #> $exostosis$children[[1]] #> [1] "DOID_206<DOID_203<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $exostosis$value #> [1] "exostosis" #> #> #> $`external ear disease` #> $`external ear disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_379" #> #> $`external ear disease`$`_id` #> [1] "DOID_379<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`external ear disease`$privateGeneCount #> [1] 0 #> #> $`external ear disease`$publicGeneCount #> [1] 1 #> #> $`external ear disease`$urlId #> [1] "DOID_379" #> #> $`external ear disease`$dbPhenotype #> [1] FALSE #> #> $`external ear disease`$`_parent` #> [1] "DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`external ear disease`$`_is_leaf` #> [1] FALSE #> #> $`external ear disease`$children #> $`external ear disease`$children[[1]] #> [1] "DOID_9463<DOID_379<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`external ear disease`$value #> [1] "external ear disease" #> #> #> $`External genital hypoplasia` #> $`External genital hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003241" #> #> $`External genital hypoplasia`$`_id` #> [1] "HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`External genital hypoplasia`$privateGeneCount #> [1] 0 #> #> $`External genital hypoplasia`$publicGeneCount #> [1] 1 #> #> $`External genital hypoplasia`$urlId #> [1] "HP_0003241" #> #> $`External genital hypoplasia`$dbPhenotype #> [1] FALSE #> #> $`External genital hypoplasia`$`_parent` #> [1] "HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`External genital hypoplasia`$`_is_leaf` #> [1] FALSE #> #> $`External genital hypoplasia`$children #> $`External genital hypoplasia`$children[[1]] #> [1] "HP_0000050<HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`External genital hypoplasia`$value #> [1] "External genital hypoplasia" #> #> #> $`extraosseous chondrosarcoma` #> $`extraosseous chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4549" #> #> $`extraosseous chondrosarcoma`$`_id` #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`extraosseous chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`extraosseous chondrosarcoma`$publicGeneCount #> [1] 2 #> #> $`extraosseous chondrosarcoma`$urlId #> [1] "DOID_4549" #> #> $`extraosseous chondrosarcoma`$dbPhenotype #> [1] FALSE #> #> $`extraosseous chondrosarcoma`$`_parent` #> [1] "DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`extraosseous chondrosarcoma`$`_is_leaf` #> [1] FALSE #> #> $`extraosseous chondrosarcoma`$children #> $`extraosseous chondrosarcoma`$children[[1]] #> [1] "DOID_6496<DOID_4549<DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`extraosseous chondrosarcoma`$value #> [1] "extraosseous chondrosarcoma" #> #> #> $`extraosseous chondrosarcoma` #> $`extraosseous chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4549" #> #> $`extraosseous chondrosarcoma`$`_id` #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extraosseous chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`extraosseous chondrosarcoma`$publicGeneCount #> [1] 2 #> #> $`extraosseous chondrosarcoma`$urlId #> [1] "DOID_4549" #> #> $`extraosseous chondrosarcoma`$dbPhenotype #> [1] FALSE #> #> $`extraosseous chondrosarcoma`$`_parent` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extraosseous chondrosarcoma`$`_is_leaf` #> [1] FALSE #> #> $`extraosseous chondrosarcoma`$children #> $`extraosseous chondrosarcoma`$children[[1]] #> [1] "DOID_6496<DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`extraosseous chondrosarcoma`$value #> [1] "extraosseous chondrosarcoma" #> #> #> $`extraosseous chondrosarcoma` #> $`extraosseous chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4549" #> #> $`extraosseous chondrosarcoma`$`_id` #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`extraosseous chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`extraosseous chondrosarcoma`$publicGeneCount #> [1] 2 #> #> $`extraosseous chondrosarcoma`$urlId #> [1] "DOID_4549" #> #> $`extraosseous chondrosarcoma`$dbPhenotype #> [1] FALSE #> #> $`extraosseous chondrosarcoma`$`_parent` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`extraosseous chondrosarcoma`$`_is_leaf` #> [1] FALSE #> #> $`extraosseous chondrosarcoma`$children #> $`extraosseous chondrosarcoma`$children[[1]] #> [1] "DOID_6496<DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`extraosseous chondrosarcoma`$value #> [1] "extraosseous chondrosarcoma" #> #> #> $`extraosseous chondrosarcoma` #> $`extraosseous chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4549" #> #> $`extraosseous chondrosarcoma`$`_id` #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`extraosseous chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`extraosseous chondrosarcoma`$publicGeneCount #> [1] 2 #> #> $`extraosseous chondrosarcoma`$urlId #> [1] "DOID_4549" #> #> $`extraosseous chondrosarcoma`$dbPhenotype #> [1] FALSE #> #> $`extraosseous chondrosarcoma`$`_parent` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`extraosseous chondrosarcoma`$`_is_leaf` #> [1] FALSE #> #> $`extraosseous chondrosarcoma`$children #> $`extraosseous chondrosarcoma`$children[[1]] #> [1] "DOID_6496<DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`extraosseous chondrosarcoma`$value #> [1] "extraosseous chondrosarcoma" #> #> #> $`extraosseous chondrosarcoma` #> $`extraosseous chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4549" #> #> $`extraosseous chondrosarcoma`$`_id` #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extraosseous chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`extraosseous chondrosarcoma`$publicGeneCount #> [1] 2 #> #> $`extraosseous chondrosarcoma`$urlId #> [1] "DOID_4549" #> #> $`extraosseous chondrosarcoma`$dbPhenotype #> [1] FALSE #> #> $`extraosseous chondrosarcoma`$`_parent` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extraosseous chondrosarcoma`$`_is_leaf` #> [1] FALSE #> #> $`extraosseous chondrosarcoma`$children #> $`extraosseous chondrosarcoma`$children[[1]] #> [1] "DOID_6496<DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`extraosseous chondrosarcoma`$value #> [1] "extraosseous chondrosarcoma" #> #> #> $`extrapulmonary tuberculosis` #> $`extrapulmonary tuberculosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050598" #> #> $`extrapulmonary tuberculosis`$`_id` #> [1] "DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`extrapulmonary tuberculosis`$privateGeneCount #> [1] 0 #> #> $`extrapulmonary tuberculosis`$publicGeneCount #> [1] 9 #> #> $`extrapulmonary tuberculosis`$urlId #> [1] "DOID_0050598" #> #> $`extrapulmonary tuberculosis`$dbPhenotype #> [1] FALSE #> #> $`extrapulmonary tuberculosis`$`_parent` #> [1] "DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`extrapulmonary tuberculosis`$`_is_leaf` #> [1] FALSE #> #> $`extrapulmonary tuberculosis`$children #> $`extrapulmonary tuberculosis`$children[[1]] #> [1] "DOID_106<DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`extrapulmonary tuberculosis`$children[[2]] #> [1] "DOID_2149<DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> #> $`extrapulmonary tuberculosis`$value #> [1] "extrapulmonary tuberculosis" #> #> #> $`extrapyramidal and movement disease` #> $`extrapyramidal and movement disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13839" #> #> $`extrapyramidal and movement disease`$`_id` #> [1] "DOID_13839<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`extrapyramidal and movement disease`$privateGeneCount #> [1] 0 #> #> $`extrapyramidal and movement disease`$publicGeneCount #> [1] 1 #> #> $`extrapyramidal and movement disease`$urlId #> [1] "DOID_13839" #> #> $`extrapyramidal and movement disease`$dbPhenotype #> [1] TRUE #> #> $`extrapyramidal and movement disease`$`_parent` #> [1] "DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`extrapyramidal and movement disease`$`_is_leaf` #> [1] TRUE #> #> $`extrapyramidal and movement disease`$children #> list() #> #> $`extrapyramidal and movement disease`$value #> [1] "extrapyramidal and movement disease" #> #> #> $`extraskeletal myxoid chondrosarcoma` #> $`extraskeletal myxoid chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6496" #> #> $`extraskeletal myxoid chondrosarcoma`$`_id` #> [1] "DOID_6496<DOID_4549<DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`extraskeletal myxoid chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`extraskeletal myxoid chondrosarcoma`$publicGeneCount #> [1] 2 #> #> $`extraskeletal myxoid chondrosarcoma`$urlId #> [1] "DOID_6496" #> #> $`extraskeletal myxoid chondrosarcoma`$dbPhenotype #> [1] TRUE #> #> $`extraskeletal myxoid chondrosarcoma`$`_parent` #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`extraskeletal myxoid chondrosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`extraskeletal myxoid chondrosarcoma`$children #> list() #> #> $`extraskeletal myxoid chondrosarcoma`$value #> [1] "extraskeletal myxoid chondrosarcoma" #> #> #> $`extraskeletal myxoid chondrosarcoma` #> $`extraskeletal myxoid chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6496" #> #> $`extraskeletal myxoid chondrosarcoma`$`_id` #> [1] "DOID_6496<DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extraskeletal myxoid chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`extraskeletal myxoid chondrosarcoma`$publicGeneCount #> [1] 2 #> #> $`extraskeletal myxoid chondrosarcoma`$urlId #> [1] "DOID_6496" #> #> $`extraskeletal myxoid chondrosarcoma`$dbPhenotype #> [1] TRUE #> #> $`extraskeletal myxoid chondrosarcoma`$`_parent` #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extraskeletal myxoid chondrosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`extraskeletal myxoid chondrosarcoma`$children #> list() #> #> $`extraskeletal myxoid chondrosarcoma`$value #> [1] "extraskeletal myxoid chondrosarcoma" #> #> #> $`extraskeletal myxoid chondrosarcoma` #> $`extraskeletal myxoid chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6496" #> #> $`extraskeletal myxoid chondrosarcoma`$`_id` #> [1] "DOID_6496<DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`extraskeletal myxoid chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`extraskeletal myxoid chondrosarcoma`$publicGeneCount #> [1] 2 #> #> $`extraskeletal myxoid chondrosarcoma`$urlId #> [1] "DOID_6496" #> #> $`extraskeletal myxoid chondrosarcoma`$dbPhenotype #> [1] TRUE #> #> $`extraskeletal myxoid chondrosarcoma`$`_parent` #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`extraskeletal myxoid chondrosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`extraskeletal myxoid chondrosarcoma`$children #> list() #> #> $`extraskeletal myxoid chondrosarcoma`$value #> [1] "extraskeletal myxoid chondrosarcoma" #> #> #> $`extraskeletal myxoid chondrosarcoma` #> $`extraskeletal myxoid chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6496" #> #> $`extraskeletal myxoid chondrosarcoma`$`_id` #> [1] "DOID_6496<DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`extraskeletal myxoid chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`extraskeletal myxoid chondrosarcoma`$publicGeneCount #> [1] 2 #> #> $`extraskeletal myxoid chondrosarcoma`$urlId #> [1] "DOID_6496" #> #> $`extraskeletal myxoid chondrosarcoma`$dbPhenotype #> [1] TRUE #> #> $`extraskeletal myxoid chondrosarcoma`$`_parent` #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`extraskeletal myxoid chondrosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`extraskeletal myxoid chondrosarcoma`$children #> list() #> #> $`extraskeletal myxoid chondrosarcoma`$value #> [1] "extraskeletal myxoid chondrosarcoma" #> #> #> $`extraskeletal myxoid chondrosarcoma` #> $`extraskeletal myxoid chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6496" #> #> $`extraskeletal myxoid chondrosarcoma`$`_id` #> [1] "DOID_6496<DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extraskeletal myxoid chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`extraskeletal myxoid chondrosarcoma`$publicGeneCount #> [1] 2 #> #> $`extraskeletal myxoid chondrosarcoma`$urlId #> [1] "DOID_6496" #> #> $`extraskeletal myxoid chondrosarcoma`$dbPhenotype #> [1] TRUE #> #> $`extraskeletal myxoid chondrosarcoma`$`_parent` #> [1] "DOID_4549<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extraskeletal myxoid chondrosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`extraskeletal myxoid chondrosarcoma`$children #> list() #> #> $`extraskeletal myxoid chondrosarcoma`$value #> [1] "extraskeletal myxoid chondrosarcoma" #> #> #> $`extrinsic allergic alveolitis` #> $`extrinsic allergic alveolitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_841" #> #> $`extrinsic allergic alveolitis`$`_id` #> [1] "DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$privateGeneCount #> [1] 0 #> #> $`extrinsic allergic alveolitis`$publicGeneCount #> [1] 35 #> #> $`extrinsic allergic alveolitis`$urlId #> [1] "DOID_841" #> #> $`extrinsic allergic alveolitis`$dbPhenotype #> [1] TRUE #> #> $`extrinsic allergic alveolitis`$`_parent` #> [1] "DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$`_is_leaf` #> [1] FALSE #> #> $`extrinsic allergic alveolitis`$children #> $`extrinsic allergic alveolitis`$children[[1]] #> [1] "DOID_12522<DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$children[[2]] #> [1] "DOID_13891<DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$children[[3]] #> [1] "DOID_14453<DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$children[[4]] #> [1] "DOID_2708<DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$children[[5]] #> [1] "DOID_2710<DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`extrinsic allergic alveolitis`$value #> [1] "extrinsic allergic alveolitis" #> #> #> $`extrinsic allergic alveolitis` #> $`extrinsic allergic alveolitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_841" #> #> $`extrinsic allergic alveolitis`$`_id` #> [1] "DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$privateGeneCount #> [1] 0 #> #> $`extrinsic allergic alveolitis`$publicGeneCount #> [1] 35 #> #> $`extrinsic allergic alveolitis`$urlId #> [1] "DOID_841" #> #> $`extrinsic allergic alveolitis`$dbPhenotype #> [1] TRUE #> #> $`extrinsic allergic alveolitis`$`_parent` #> [1] "DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$`_is_leaf` #> [1] FALSE #> #> $`extrinsic allergic alveolitis`$children #> $`extrinsic allergic alveolitis`$children[[1]] #> [1] "DOID_12522<DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$children[[2]] #> [1] "DOID_13891<DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$children[[3]] #> [1] "DOID_14453<DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$children[[4]] #> [1] "DOID_2708<DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`extrinsic allergic alveolitis`$children[[5]] #> [1] "DOID_2710<DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`extrinsic allergic alveolitis`$value #> [1] "extrinsic allergic alveolitis" #> #> #> $`extrinsic cardiomyopathy` #> $`extrinsic cardiomyopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3978" #> #> $`extrinsic cardiomyopathy`$`_id` #> [1] "DOID_3978<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`extrinsic cardiomyopathy`$privateGeneCount #> [1] 0 #> #> $`extrinsic cardiomyopathy`$publicGeneCount #> [1] 12 #> #> $`extrinsic cardiomyopathy`$urlId #> [1] "DOID_3978" #> #> $`extrinsic cardiomyopathy`$dbPhenotype #> [1] FALSE #> #> $`extrinsic cardiomyopathy`$`_parent` #> [1] "DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`extrinsic cardiomyopathy`$`_is_leaf` #> [1] FALSE #> #> $`extrinsic cardiomyopathy`$children #> $`extrinsic cardiomyopathy`$children[[1]] #> [1] "DOID_12935<DOID_3978<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`extrinsic cardiomyopathy`$children[[2]] #> [1] "DOID_820<DOID_3978<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`extrinsic cardiomyopathy`$value #> [1] "extrinsic cardiomyopathy" #> #> #> $`exudative vitreoretinopathy` #> $`exudative vitreoretinopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050535" #> #> $`exudative vitreoretinopathy`$`_id` #> [1] "DOID_0050535<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`exudative vitreoretinopathy`$privateGeneCount #> [1] 0 #> #> $`exudative vitreoretinopathy`$publicGeneCount #> [1] 5 #> #> $`exudative vitreoretinopathy`$urlId #> [1] "DOID_0050535" #> #> $`exudative vitreoretinopathy`$dbPhenotype #> [1] TRUE #> #> $`exudative vitreoretinopathy`$`_parent` #> [1] "DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`exudative vitreoretinopathy`$`_is_leaf` #> [1] TRUE #> #> $`exudative vitreoretinopathy`$children #> list() #> #> $`exudative vitreoretinopathy`$value #> [1] "exudative vitreoretinopathy" #> #> #> $`exudative vitreoretinopathy` #> $`exudative vitreoretinopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050535" #> #> $`exudative vitreoretinopathy`$`_id` #> [1] "DOID_0050535<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`exudative vitreoretinopathy`$privateGeneCount #> [1] 0 #> #> $`exudative vitreoretinopathy`$publicGeneCount #> [1] 5 #> #> $`exudative vitreoretinopathy`$urlId #> [1] "DOID_0050535" #> #> $`exudative vitreoretinopathy`$dbPhenotype #> [1] TRUE #> #> $`exudative vitreoretinopathy`$`_parent` #> [1] "DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`exudative vitreoretinopathy`$`_is_leaf` #> [1] TRUE #> #> $`exudative vitreoretinopathy`$children #> list() #> #> $`exudative vitreoretinopathy`$value #> [1] "exudative vitreoretinopathy" #> #> #> $`eye degenerative disease` #> $`eye degenerative disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9799" #> #> $`eye degenerative disease`$`_id` #> [1] "DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye degenerative disease`$privateGeneCount #> [1] 0 #> #> $`eye degenerative disease`$publicGeneCount #> [1] 184 #> #> $`eye degenerative disease`$urlId #> [1] "DOID_9799" #> #> $`eye degenerative disease`$dbPhenotype #> [1] FALSE #> #> $`eye degenerative disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye degenerative disease`$`_is_leaf` #> [1] FALSE #> #> $`eye degenerative disease`$children #> $`eye degenerative disease`$children[[1]] #> [1] "DOID_980<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye degenerative disease`$children[[2]] #> [1] "DOID_1237<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye degenerative disease`$children[[3]] #> [1] "DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`eye degenerative disease`$value #> [1] "eye degenerative disease" #> #> #> $`eye disease` #> $`eye disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5614" #> #> $`eye disease`$`_id` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$privateGeneCount #> [1] 0 #> #> $`eye disease`$publicGeneCount #> [1] 613 #> #> $`eye disease`$urlId #> [1] "DOID_5614" #> #> $`eye disease`$dbPhenotype #> [1] TRUE #> #> $`eye disease`$`_parent` #> [1] "DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$`_is_leaf` #> [1] FALSE #> #> $`eye disease`$children #> $`eye disease`$children[[1]] #> [1] "DOID_0050630<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[2]] #> [1] "DOID_14686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[3]] #> [1] "DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[4]] #> [1] "DOID_8886<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[5]] #> [1] "DOID_12270<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[6]] #> [1] "DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[7]] #> [1] "DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[8]] #> [1] "DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[9]] #> [1] "DOID_8501<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[10]] #> [1] "DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[11]] #> [1] "DOID_9368<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[12]] #> [1] "DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[13]] #> [1] "DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[14]] #> [1] "DOID_1024<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[15]] #> [1] "DOID_14323<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[16]] #> [1] "DOID_10629<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[17]] #> [1] "DOID_10176<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[18]] #> [1] "DOID_0050633<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[19]] #> [1] "DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[20]] #> [1] "DOID_9282<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[21]] #> [1] "DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[22]] #> [1] "DOID_0060260<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[23]] #> [1] "DOID_238<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[24]] #> [1] "DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[25]] #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[26]] #> [1] "DOID_11343<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[27]] #> [1] "DOID_11265<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[28]] #> [1] "DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[29]] #> [1] "DOID_1393<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`eye disease`$children[[30]] #> [1] "DOID_9720<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`eye disease`$value #> [1] "eye disease" #> #> #> $`eyelid disease` #> $`eyelid disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_530" #> #> $`eyelid disease`$`_id` #> [1] "DOID_530<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`eyelid disease`$privateGeneCount #> [1] 0 #> #> $`eyelid disease`$publicGeneCount #> [1] 5 #> #> $`eyelid disease`$urlId #> [1] "DOID_530" #> #> $`eyelid disease`$dbPhenotype #> [1] TRUE #> #> $`eyelid disease`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`eyelid disease`$`_is_leaf` #> [1] FALSE #> #> $`eyelid disease`$children #> $`eyelid disease`$children[[1]] #> [1] "DOID_10348<DOID_530<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`eyelid disease`$value #> [1] "eyelid disease" #> #> #> $`Fabry disease` #> $`Fabry disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14499" #> #> $`Fabry disease`$`_id` #> [1] "DOID_14499<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Fabry disease`$privateGeneCount #> [1] 0 #> #> $`Fabry disease`$publicGeneCount #> [1] 2 #> #> $`Fabry disease`$urlId #> [1] "DOID_14499" #> #> $`Fabry disease`$dbPhenotype #> [1] TRUE #> #> $`Fabry disease`$`_parent` #> [1] "DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Fabry disease`$`_is_leaf` #> [1] TRUE #> #> $`Fabry disease`$children #> list() #> #> $`Fabry disease`$value #> [1] "Fabry disease" #> #> #> $`Facial asymmetry` #> $`Facial asymmetry`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000324" #> #> $`Facial asymmetry`$`_id` #> [1] "HP_0000324<HP_0001999<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Facial asymmetry`$privateGeneCount #> [1] 0 #> #> $`Facial asymmetry`$publicGeneCount #> [1] 1 #> #> $`Facial asymmetry`$urlId #> [1] "HP_0000324" #> #> $`Facial asymmetry`$dbPhenotype #> [1] TRUE #> #> $`Facial asymmetry`$`_parent` #> [1] "HP_0001999<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Facial asymmetry`$`_is_leaf` #> [1] TRUE #> #> $`Facial asymmetry`$children #> list() #> #> $`Facial asymmetry`$value #> [1] "Facial asymmetry" #> #> #> $`facial dermatosis` #> $`facial dermatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3134" #> #> $`facial dermatosis`$`_id` #> [1] "DOID_3134<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`facial dermatosis`$privateGeneCount #> [1] 0 #> #> $`facial dermatosis`$publicGeneCount #> [1] 1 #> #> $`facial dermatosis`$urlId #> [1] "DOID_3134" #> #> $`facial dermatosis`$dbPhenotype #> [1] TRUE #> #> $`facial dermatosis`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`facial dermatosis`$`_is_leaf` #> [1] TRUE #> #> $`facial dermatosis`$children #> list() #> #> $`facial dermatosis`$value #> [1] "facial dermatosis" #> #> #> $`facial nerve disease` #> $`facial nerve disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1756" #> #> $`facial nerve disease`$`_id` #> [1] "DOID_1756<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`facial nerve disease`$privateGeneCount #> [1] 0 #> #> $`facial nerve disease`$publicGeneCount #> [1] 3 #> #> $`facial nerve disease`$urlId #> [1] "DOID_1756" #> #> $`facial nerve disease`$dbPhenotype #> [1] FALSE #> #> $`facial nerve disease`$`_parent` #> [1] "DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`facial nerve disease`$`_is_leaf` #> [1] FALSE #> #> $`facial nerve disease`$children #> $`facial nerve disease`$children[[1]] #> [1] "DOID_13934<DOID_1756<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`facial nerve disease`$value #> [1] "facial nerve disease" #> #> #> $`facial paralysis` #> $`facial paralysis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13934" #> #> $`facial paralysis`$`_id` #> [1] "DOID_13934<DOID_1756<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`facial paralysis`$privateGeneCount #> [1] 0 #> #> $`facial paralysis`$publicGeneCount #> [1] 3 #> #> $`facial paralysis`$urlId #> [1] "DOID_13934" #> #> $`facial paralysis`$dbPhenotype #> [1] TRUE #> #> $`facial paralysis`$`_parent` #> [1] "DOID_1756<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`facial paralysis`$`_is_leaf` #> [1] TRUE #> #> $`facial paralysis`$children #> list() #> #> $`facial paralysis`$value #> [1] "facial paralysis" #> #> #> $`facioscapulohumeral muscular dystrophy` #> $`facioscapulohumeral muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11727" #> #> $`facioscapulohumeral muscular dystrophy`$`_id` #> [1] "DOID_11727<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`facioscapulohumeral muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`facioscapulohumeral muscular dystrophy`$publicGeneCount #> [1] 12 #> #> $`facioscapulohumeral muscular dystrophy`$urlId #> [1] "DOID_11727" #> #> $`facioscapulohumeral muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`facioscapulohumeral muscular dystrophy`$`_parent` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`facioscapulohumeral muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`facioscapulohumeral muscular dystrophy`$children #> list() #> #> $`facioscapulohumeral muscular dystrophy`$value #> [1] "facioscapulohumeral muscular dystrophy" #> #> #> $`factor V deficiency` #> $`factor V deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2216" #> #> $`factor V deficiency`$`_id` #> [1] "DOID_2216<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor V deficiency`$privateGeneCount #> [1] 0 #> #> $`factor V deficiency`$publicGeneCount #> [1] 3 #> #> $`factor V deficiency`$urlId #> [1] "DOID_2216" #> #> $`factor V deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor V deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor V deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor V deficiency`$children #> list() #> #> $`factor V deficiency`$value #> [1] "factor V deficiency" #> #> #> $`factor V deficiency` #> $`factor V deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2216" #> #> $`factor V deficiency`$`_id` #> [1] "DOID_2216<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor V deficiency`$privateGeneCount #> [1] 0 #> #> $`factor V deficiency`$publicGeneCount #> [1] 3 #> #> $`factor V deficiency`$urlId #> [1] "DOID_2216" #> #> $`factor V deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor V deficiency`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor V deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor V deficiency`$children #> list() #> #> $`factor V deficiency`$value #> [1] "factor V deficiency" #> #> #> $`factor VII deficiency` #> $`factor VII deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2215" #> #> $`factor VII deficiency`$`_id` #> [1] "DOID_2215<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor VII deficiency`$privateGeneCount #> [1] 0 #> #> $`factor VII deficiency`$publicGeneCount #> [1] 1 #> #> $`factor VII deficiency`$urlId #> [1] "DOID_2215" #> #> $`factor VII deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor VII deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor VII deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor VII deficiency`$children #> list() #> #> $`factor VII deficiency`$value #> [1] "factor VII deficiency" #> #> #> $`factor VII deficiency` #> $`factor VII deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2215" #> #> $`factor VII deficiency`$`_id` #> [1] "DOID_2215<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor VII deficiency`$privateGeneCount #> [1] 0 #> #> $`factor VII deficiency`$publicGeneCount #> [1] 1 #> #> $`factor VII deficiency`$urlId #> [1] "DOID_2215" #> #> $`factor VII deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor VII deficiency`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor VII deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor VII deficiency`$children #> list() #> #> $`factor VII deficiency`$value #> [1] "factor VII deficiency" #> #> #> $`factor VIII deficiency` #> $`factor VIII deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12134" #> #> $`factor VIII deficiency`$`_id` #> [1] "DOID_12134<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`factor VIII deficiency`$privateGeneCount #> [1] 0 #> #> $`factor VIII deficiency`$publicGeneCount #> [1] 4 #> #> $`factor VIII deficiency`$urlId #> [1] "DOID_12134" #> #> $`factor VIII deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor VIII deficiency`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`factor VIII deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor VIII deficiency`$children #> list() #> #> $`factor VIII deficiency`$value #> [1] "factor VIII deficiency" #> #> #> $`factor VIII deficiency` #> $`factor VIII deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12134" #> #> $`factor VIII deficiency`$`_id` #> [1] "DOID_12134<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor VIII deficiency`$privateGeneCount #> [1] 0 #> #> $`factor VIII deficiency`$publicGeneCount #> [1] 4 #> #> $`factor VIII deficiency`$urlId #> [1] "DOID_12134" #> #> $`factor VIII deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor VIII deficiency`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor VIII deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor VIII deficiency`$children #> list() #> #> $`factor VIII deficiency`$value #> [1] "factor VIII deficiency" #> #> #> $`factor X deficiency` #> $`factor X deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2222" #> #> $`factor X deficiency`$`_id` #> [1] "DOID_2222<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor X deficiency`$privateGeneCount #> [1] 0 #> #> $`factor X deficiency`$publicGeneCount #> [1] 1 #> #> $`factor X deficiency`$urlId #> [1] "DOID_2222" #> #> $`factor X deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor X deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor X deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor X deficiency`$children #> list() #> #> $`factor X deficiency`$value #> [1] "factor X deficiency" #> #> #> $`factor X deficiency` #> $`factor X deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2222" #> #> $`factor X deficiency`$`_id` #> [1] "DOID_2222<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor X deficiency`$privateGeneCount #> [1] 0 #> #> $`factor X deficiency`$publicGeneCount #> [1] 1 #> #> $`factor X deficiency`$urlId #> [1] "DOID_2222" #> #> $`factor X deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor X deficiency`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor X deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor X deficiency`$children #> list() #> #> $`factor X deficiency`$value #> [1] "factor X deficiency" #> #> #> $`factor XI deficiency` #> $`factor XI deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2229" #> #> $`factor XI deficiency`$`_id` #> [1] "DOID_2229<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor XI deficiency`$privateGeneCount #> [1] 0 #> #> $`factor XI deficiency`$publicGeneCount #> [1] 1 #> #> $`factor XI deficiency`$urlId #> [1] "DOID_2229" #> #> $`factor XI deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor XI deficiency`$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor XI deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor XI deficiency`$children #> list() #> #> $`factor XI deficiency`$value #> [1] "factor XI deficiency" #> #> #> $`factor XI deficiency` #> $`factor XI deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2229" #> #> $`factor XI deficiency`$`_id` #> [1] "DOID_2229<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor XI deficiency`$privateGeneCount #> [1] 0 #> #> $`factor XI deficiency`$publicGeneCount #> [1] 1 #> #> $`factor XI deficiency`$urlId #> [1] "DOID_2229" #> #> $`factor XI deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor XI deficiency`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor XI deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor XI deficiency`$children #> list() #> #> $`factor XI deficiency`$value #> [1] "factor XI deficiency" #> #> #> $`factor XII deficiency` #> $`factor XII deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2231" #> #> $`factor XII deficiency`$`_id` #> [1] "DOID_2231<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor XII deficiency`$privateGeneCount #> [1] 0 #> #> $`factor XII deficiency`$publicGeneCount #> [1] 1 #> #> $`factor XII deficiency`$urlId #> [1] "DOID_2231" #> #> $`factor XII deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor XII deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor XII deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor XII deficiency`$children #> list() #> #> $`factor XII deficiency`$value #> [1] "factor XII deficiency" #> #> #> $`factor XII deficiency` #> $`factor XII deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2231" #> #> $`factor XII deficiency`$`_id` #> [1] "DOID_2231<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor XII deficiency`$privateGeneCount #> [1] 0 #> #> $`factor XII deficiency`$publicGeneCount #> [1] 1 #> #> $`factor XII deficiency`$urlId #> [1] "DOID_2231" #> #> $`factor XII deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor XII deficiency`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor XII deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor XII deficiency`$children #> list() #> #> $`factor XII deficiency`$value #> [1] "factor XII deficiency" #> #> #> $`factor XIII deficiency` #> $`factor XIII deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2211" #> #> $`factor XIII deficiency`$`_id` #> [1] "DOID_2211<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor XIII deficiency`$privateGeneCount #> [1] 0 #> #> $`factor XIII deficiency`$publicGeneCount #> [1] 3 #> #> $`factor XIII deficiency`$urlId #> [1] "DOID_2211" #> #> $`factor XIII deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor XIII deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`factor XIII deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor XIII deficiency`$children #> list() #> #> $`factor XIII deficiency`$value #> [1] "factor XIII deficiency" #> #> #> $`factor XIII deficiency` #> $`factor XIII deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2211" #> #> $`factor XIII deficiency`$`_id` #> [1] "DOID_2211<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor XIII deficiency`$privateGeneCount #> [1] 0 #> #> $`factor XIII deficiency`$publicGeneCount #> [1] 3 #> #> $`factor XIII deficiency`$urlId #> [1] "DOID_2211" #> #> $`factor XIII deficiency`$dbPhenotype #> [1] TRUE #> #> $`factor XIII deficiency`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`factor XIII deficiency`$`_is_leaf` #> [1] TRUE #> #> $`factor XIII deficiency`$children #> list() #> #> $`factor XIII deficiency`$value #> [1] "factor XIII deficiency" #> #> #> $`Fair hair` #> $`Fair hair`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002286" #> #> $`Fair hair`$`_id` #> [1] "HP_0002286<HP_0011358<HP_0005599<HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Fair hair`$privateGeneCount #> [1] 0 #> #> $`Fair hair`$publicGeneCount #> [1] 4 #> #> $`Fair hair`$urlId #> [1] "HP_0002286" #> #> $`Fair hair`$dbPhenotype #> [1] TRUE #> #> $`Fair hair`$`_parent` #> [1] "HP_0011358<HP_0005599<HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Fair hair`$`_is_leaf` #> [1] TRUE #> #> $`Fair hair`$children #> list() #> #> $`Fair hair`$value #> [1] "Fair hair" #> #> #> $`fallopian tube cancer` #> $`fallopian tube cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1964" #> #> $`fallopian tube cancer`$`_id` #> [1] "DOID_1964<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`fallopian tube cancer`$privateGeneCount #> [1] 0 #> #> $`fallopian tube cancer`$publicGeneCount #> [1] 1 #> #> $`fallopian tube cancer`$urlId #> [1] "DOID_1964" #> #> $`fallopian tube cancer`$dbPhenotype #> [1] TRUE #> #> $`fallopian tube cancer`$`_parent` #> [1] "DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`fallopian tube cancer`$`_is_leaf` #> [1] FALSE #> #> $`fallopian tube cancer`$children #> $`fallopian tube cancer`$children[[1]] #> [1] "DOID_1963<DOID_1964<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`fallopian tube cancer`$value #> [1] "fallopian tube cancer" #> #> #> $`fallopian tube cancer` #> $`fallopian tube cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1964" #> #> $`fallopian tube cancer`$`_id` #> [1] "DOID_1964<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`fallopian tube cancer`$privateGeneCount #> [1] 0 #> #> $`fallopian tube cancer`$publicGeneCount #> [1] 1 #> #> $`fallopian tube cancer`$urlId #> [1] "DOID_1964" #> #> $`fallopian tube cancer`$dbPhenotype #> [1] TRUE #> #> $`fallopian tube cancer`$`_parent` #> [1] "DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`fallopian tube cancer`$`_is_leaf` #> [1] FALSE #> #> $`fallopian tube cancer`$children #> $`fallopian tube cancer`$children[[1]] #> [1] "DOID_1963<DOID_1964<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`fallopian tube cancer`$value #> [1] "fallopian tube cancer" #> #> #> $`fallopian tube cancer` #> $`fallopian tube cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1964" #> #> $`fallopian tube cancer`$`_id` #> [1] "DOID_1964<DOID_1962<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`fallopian tube cancer`$privateGeneCount #> [1] 0 #> #> $`fallopian tube cancer`$publicGeneCount #> [1] 1 #> #> $`fallopian tube cancer`$urlId #> [1] "DOID_1964" #> #> $`fallopian tube cancer`$dbPhenotype #> [1] TRUE #> #> $`fallopian tube cancer`$`_parent` #> [1] "DOID_1962<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`fallopian tube cancer`$`_is_leaf` #> [1] FALSE #> #> $`fallopian tube cancer`$children #> $`fallopian tube cancer`$children[[1]] #> [1] "DOID_1963<DOID_1964<DOID_1962<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`fallopian tube cancer`$value #> [1] "fallopian tube cancer" #> #> #> $`fallopian tube carcinoma` #> $`fallopian tube carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1963" #> #> $`fallopian tube carcinoma`$`_id` #> [1] "DOID_1963<DOID_1964<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`fallopian tube carcinoma`$privateGeneCount #> [1] 0 #> #> $`fallopian tube carcinoma`$publicGeneCount #> [1] 1 #> #> $`fallopian tube carcinoma`$urlId #> [1] "DOID_1963" #> #> $`fallopian tube carcinoma`$dbPhenotype #> [1] TRUE #> #> $`fallopian tube carcinoma`$`_parent` #> [1] "DOID_1964<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`fallopian tube carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`fallopian tube carcinoma`$children #> list() #> #> $`fallopian tube carcinoma`$value #> [1] "fallopian tube carcinoma" #> #> #> $`fallopian tube carcinoma` #> $`fallopian tube carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1963" #> #> $`fallopian tube carcinoma`$`_id` #> [1] "DOID_1963<DOID_1964<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`fallopian tube carcinoma`$privateGeneCount #> [1] 0 #> #> $`fallopian tube carcinoma`$publicGeneCount #> [1] 1 #> #> $`fallopian tube carcinoma`$urlId #> [1] "DOID_1963" #> #> $`fallopian tube carcinoma`$dbPhenotype #> [1] TRUE #> #> $`fallopian tube carcinoma`$`_parent` #> [1] "DOID_1964<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`fallopian tube carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`fallopian tube carcinoma`$children #> list() #> #> $`fallopian tube carcinoma`$value #> [1] "fallopian tube carcinoma" #> #> #> $`fallopian tube carcinoma` #> $`fallopian tube carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1963" #> #> $`fallopian tube carcinoma`$`_id` #> [1] "DOID_1963<DOID_1964<DOID_1962<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`fallopian tube carcinoma`$privateGeneCount #> [1] 0 #> #> $`fallopian tube carcinoma`$publicGeneCount #> [1] 1 #> #> $`fallopian tube carcinoma`$urlId #> [1] "DOID_1963" #> #> $`fallopian tube carcinoma`$dbPhenotype #> [1] TRUE #> #> $`fallopian tube carcinoma`$`_parent` #> [1] "DOID_1964<DOID_1962<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`fallopian tube carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`fallopian tube carcinoma`$children #> list() #> #> $`fallopian tube carcinoma`$value #> [1] "fallopian tube carcinoma" #> #> #> $`fallopian tube carcinoma` #> $`fallopian tube carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1963" #> #> $`fallopian tube carcinoma`$`_id` #> [1] "DOID_1963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`fallopian tube carcinoma`$privateGeneCount #> [1] 0 #> #> $`fallopian tube carcinoma`$publicGeneCount #> [1] 1 #> #> $`fallopian tube carcinoma`$urlId #> [1] "DOID_1963" #> #> $`fallopian tube carcinoma`$dbPhenotype #> [1] TRUE #> #> $`fallopian tube carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`fallopian tube carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`fallopian tube carcinoma`$children #> list() #> #> $`fallopian tube carcinoma`$value #> [1] "fallopian tube carcinoma" #> #> #> $`fallopian tube disease` #> $`fallopian tube disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1962" #> #> $`fallopian tube disease`$`_id` #> [1] "DOID_1962<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`fallopian tube disease`$privateGeneCount #> [1] 0 #> #> $`fallopian tube disease`$publicGeneCount #> [1] 2 #> #> $`fallopian tube disease`$urlId #> [1] "DOID_1962" #> #> $`fallopian tube disease`$dbPhenotype #> [1] TRUE #> #> $`fallopian tube disease`$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`fallopian tube disease`$`_is_leaf` #> [1] FALSE #> #> $`fallopian tube disease`$children #> $`fallopian tube disease`$children[[1]] #> [1] "DOID_1964<DOID_1962<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`fallopian tube disease`$value #> [1] "fallopian tube disease" #> #> #> $`familial adenomatous polyposis` #> $`familial adenomatous polyposis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050424" #> #> $`familial adenomatous polyposis`$`_id` #> [1] "DOID_0050424<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`familial adenomatous polyposis`$privateGeneCount #> [1] 0 #> #> $`familial adenomatous polyposis`$publicGeneCount #> [1] 12 #> #> $`familial adenomatous polyposis`$urlId #> [1] "DOID_0050424" #> #> $`familial adenomatous polyposis`$dbPhenotype #> [1] TRUE #> #> $`familial adenomatous polyposis`$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`familial adenomatous polyposis`$`_is_leaf` #> [1] TRUE #> #> $`familial adenomatous polyposis`$children #> list() #> #> $`familial adenomatous polyposis`$value #> [1] "familial adenomatous polyposis" #> #> #> $`familial adenomatous polyposis` #> $`familial adenomatous polyposis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050424" #> #> $`familial adenomatous polyposis`$`_id` #> [1] "DOID_0050424<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`familial adenomatous polyposis`$privateGeneCount #> [1] 0 #> #> $`familial adenomatous polyposis`$publicGeneCount #> [1] 12 #> #> $`familial adenomatous polyposis`$urlId #> [1] "DOID_0050424" #> #> $`familial adenomatous polyposis`$dbPhenotype #> [1] TRUE #> #> $`familial adenomatous polyposis`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`familial adenomatous polyposis`$`_is_leaf` #> [1] TRUE #> #> $`familial adenomatous polyposis`$children #> list() #> #> $`familial adenomatous polyposis`$value #> [1] "familial adenomatous polyposis" #> #> #> $`familial atrial fibrillation` #> $`familial atrial fibrillation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050650" #> #> $`familial atrial fibrillation`$`_id` #> [1] "DOID_0050650<DOID_0060224<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`familial atrial fibrillation`$privateGeneCount #> [1] 0 #> #> $`familial atrial fibrillation`$publicGeneCount #> [1] 11 #> #> $`familial atrial fibrillation`$urlId #> [1] "DOID_0050650" #> #> $`familial atrial fibrillation`$dbPhenotype #> [1] TRUE #> #> $`familial atrial fibrillation`$`_parent` #> [1] "DOID_0060224<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`familial atrial fibrillation`$`_is_leaf` #> [1] TRUE #> #> $`familial atrial fibrillation`$children #> list() #> #> $`familial atrial fibrillation`$value #> [1] "familial atrial fibrillation" #> #> #> $`familial chylomicronemia syndrome` #> $`familial chylomicronemia syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111417" #> #> $`familial chylomicronemia syndrome`$`_id` #> [1] "DOID_0111417<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial chylomicronemia syndrome`$privateGeneCount #> [1] 0 #> #> $`familial chylomicronemia syndrome`$publicGeneCount #> [1] 1 #> #> $`familial chylomicronemia syndrome`$urlId #> [1] "DOID_0111417" #> #> $`familial chylomicronemia syndrome`$dbPhenotype #> [1] FALSE #> #> $`familial chylomicronemia syndrome`$`_parent` #> [1] "DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial chylomicronemia syndrome`$`_is_leaf` #> [1] FALSE #> #> $`familial chylomicronemia syndrome`$children #> $`familial chylomicronemia syndrome`$children[[1]] #> [1] "DOID_14118<DOID_0111417<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> #> $`familial chylomicronemia syndrome`$value #> [1] "familial chylomicronemia syndrome" #> #> #> $`familial combined hyperlipidemia` #> $`familial combined hyperlipidemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13809" #> #> $`familial combined hyperlipidemia`$`_id` #> [1] "DOID_13809<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial combined hyperlipidemia`$privateGeneCount #> [1] 0 #> #> $`familial combined hyperlipidemia`$publicGeneCount #> [1] 11 #> #> $`familial combined hyperlipidemia`$urlId #> [1] "DOID_13809" #> #> $`familial combined hyperlipidemia`$dbPhenotype #> [1] TRUE #> #> $`familial combined hyperlipidemia`$`_parent` #> [1] "DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial combined hyperlipidemia`$`_is_leaf` #> [1] TRUE #> #> $`familial combined hyperlipidemia`$children #> list() #> #> $`familial combined hyperlipidemia`$value #> [1] "familial combined hyperlipidemia" #> #> #> $`familial encephalopathy with neuroserpin inclusion bodies` #> $`familial encephalopathy with neuroserpin inclusion bodies`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050831" #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$`_id` #> [1] "DOID_0050831<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$privateGeneCount #> [1] 0 #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$publicGeneCount #> [1] 2 #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$urlId #> [1] "DOID_0050831" #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$dbPhenotype #> [1] TRUE #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$`_is_leaf` #> [1] TRUE #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$children #> list() #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$value #> [1] "familial encephalopathy with neuroserpin inclusion bodies" #> #> #> $`familial encephalopathy with neuroserpin inclusion bodies` #> $`familial encephalopathy with neuroserpin inclusion bodies`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050831" #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$`_id` #> [1] "DOID_0050831<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$privateGeneCount #> [1] 0 #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$publicGeneCount #> [1] 2 #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$urlId #> [1] "DOID_0050831" #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$dbPhenotype #> [1] TRUE #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$`_is_leaf` #> [1] TRUE #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$children #> list() #> #> $`familial encephalopathy with neuroserpin inclusion bodies`$value #> [1] "familial encephalopathy with neuroserpin inclusion bodies" #> #> #> $`familial erythrocytosis 2` #> $`familial erythrocytosis 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060474" #> #> $`familial erythrocytosis 2`$`_id` #> [1] "DOID_0060474<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`familial erythrocytosis 2`$privateGeneCount #> [1] 0 #> #> $`familial erythrocytosis 2`$publicGeneCount #> [1] 1 #> #> $`familial erythrocytosis 2`$urlId #> [1] "DOID_0060474" #> #> $`familial erythrocytosis 2`$dbPhenotype #> [1] TRUE #> #> $`familial erythrocytosis 2`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`familial erythrocytosis 2`$`_is_leaf` #> [1] TRUE #> #> $`familial erythrocytosis 2`$children #> list() #> #> $`familial erythrocytosis 2`$value #> [1] "familial erythrocytosis 2" #> #> #> $`familial erythrocytosis 2` #> $`familial erythrocytosis 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060474" #> #> $`familial erythrocytosis 2`$`_id` #> [1] "DOID_0060474<DOID_10780<DOID_8432<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`familial erythrocytosis 2`$privateGeneCount #> [1] 0 #> #> $`familial erythrocytosis 2`$publicGeneCount #> [1] 1 #> #> $`familial erythrocytosis 2`$urlId #> [1] "DOID_0060474" #> #> $`familial erythrocytosis 2`$dbPhenotype #> [1] TRUE #> #> $`familial erythrocytosis 2`$`_parent` #> [1] "DOID_10780<DOID_8432<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`familial erythrocytosis 2`$`_is_leaf` #> [1] TRUE #> #> $`familial erythrocytosis 2`$children #> list() #> #> $`familial erythrocytosis 2`$value #> [1] "familial erythrocytosis 2" #> #> #> $`familial hemiplegic migraine` #> $`familial hemiplegic migraine`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060178" #> #> $`familial hemiplegic migraine`$`_id` #> [1] "DOID_0060178<DOID_10024<DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`familial hemiplegic migraine`$privateGeneCount #> [1] 0 #> #> $`familial hemiplegic migraine`$publicGeneCount #> [1] 3 #> #> $`familial hemiplegic migraine`$urlId #> [1] "DOID_0060178" #> #> $`familial hemiplegic migraine`$dbPhenotype #> [1] TRUE #> #> $`familial hemiplegic migraine`$`_parent` #> [1] "DOID_10024<DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`familial hemiplegic migraine`$`_is_leaf` #> [1] TRUE #> #> $`familial hemiplegic migraine`$children #> list() #> #> $`familial hemiplegic migraine`$value #> [1] "familial hemiplegic migraine" #> #> #> $`familial hypercholesterolemia` #> $`familial hypercholesterolemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13810" #> #> $`familial hypercholesterolemia`$`_id` #> [1] "DOID_13810<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial hypercholesterolemia`$privateGeneCount #> [1] 0 #> #> $`familial hypercholesterolemia`$publicGeneCount #> [1] 22 #> #> $`familial hypercholesterolemia`$urlId #> [1] "DOID_13810" #> #> $`familial hypercholesterolemia`$dbPhenotype #> [1] TRUE #> #> $`familial hypercholesterolemia`$`_parent` #> [1] "DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial hypercholesterolemia`$`_is_leaf` #> [1] TRUE #> #> $`familial hypercholesterolemia`$children #> list() #> #> $`familial hypercholesterolemia`$value #> [1] "familial hypercholesterolemia" #> #> #> $`familial hyperlipidemia` #> $`familial hyperlipidemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1168" #> #> $`familial hyperlipidemia`$`_id` #> [1] "DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial hyperlipidemia`$privateGeneCount #> [1] 0 #> #> $`familial hyperlipidemia`$publicGeneCount #> [1] 46 #> #> $`familial hyperlipidemia`$urlId #> [1] "DOID_1168" #> #> $`familial hyperlipidemia`$dbPhenotype #> [1] TRUE #> #> $`familial hyperlipidemia`$`_parent` #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial hyperlipidemia`$`_is_leaf` #> [1] FALSE #> #> $`familial hyperlipidemia`$children #> $`familial hyperlipidemia`$children[[1]] #> [1] "DOID_0111417<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial hyperlipidemia`$children[[2]] #> [1] "DOID_13809<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial hyperlipidemia`$children[[3]] #> [1] "DOID_13810<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial hyperlipidemia`$children[[4]] #> [1] "DOID_3145<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial hyperlipidemia`$children[[5]] #> [1] "DOID_1171<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> #> $`familial hyperlipidemia`$value #> [1] "familial hyperlipidemia" #> #> #> $`familial juvenile hyperuricemic nephropathy` #> $`familial juvenile hyperuricemic nephropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060062" #> #> $`familial juvenile hyperuricemic nephropathy`$`_id` #> [1] "DOID_0060062<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`familial juvenile hyperuricemic nephropathy`$privateGeneCount #> [1] 0 #> #> $`familial juvenile hyperuricemic nephropathy`$publicGeneCount #> [1] 2 #> #> $`familial juvenile hyperuricemic nephropathy`$urlId #> [1] "DOID_0060062" #> #> $`familial juvenile hyperuricemic nephropathy`$dbPhenotype #> [1] TRUE #> #> $`familial juvenile hyperuricemic nephropathy`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`familial juvenile hyperuricemic nephropathy`$`_is_leaf` #> [1] TRUE #> #> $`familial juvenile hyperuricemic nephropathy`$children #> list() #> #> $`familial juvenile hyperuricemic nephropathy`$value #> [1] "familial juvenile hyperuricemic nephropathy" #> #> #> $`familial lipoprotein lipase deficiency` #> $`familial lipoprotein lipase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14118" #> #> $`familial lipoprotein lipase deficiency`$`_id` #> [1] "DOID_14118<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`familial lipoprotein lipase deficiency`$privateGeneCount #> [1] 0 #> #> $`familial lipoprotein lipase deficiency`$publicGeneCount #> [1] 1 #> #> $`familial lipoprotein lipase deficiency`$urlId #> [1] "DOID_14118" #> #> $`familial lipoprotein lipase deficiency`$dbPhenotype #> [1] TRUE #> #> $`familial lipoprotein lipase deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`familial lipoprotein lipase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`familial lipoprotein lipase deficiency`$children #> list() #> #> $`familial lipoprotein lipase deficiency`$value #> [1] "familial lipoprotein lipase deficiency" #> #> #> $`familial lipoprotein lipase deficiency` #> $`familial lipoprotein lipase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14118" #> #> $`familial lipoprotein lipase deficiency`$`_id` #> [1] "DOID_14118<DOID_0111417<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial lipoprotein lipase deficiency`$privateGeneCount #> [1] 0 #> #> $`familial lipoprotein lipase deficiency`$publicGeneCount #> [1] 1 #> #> $`familial lipoprotein lipase deficiency`$urlId #> [1] "DOID_14118" #> #> $`familial lipoprotein lipase deficiency`$dbPhenotype #> [1] TRUE #> #> $`familial lipoprotein lipase deficiency`$`_parent` #> [1] "DOID_0111417<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`familial lipoprotein lipase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`familial lipoprotein lipase deficiency`$children #> list() #> #> $`familial lipoprotein lipase deficiency`$value #> [1] "familial lipoprotein lipase deficiency" #> #> #> $`familial Mediterranean fever` #> $`familial Mediterranean fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2987" #> #> $`familial Mediterranean fever`$`_id` #> [1] "DOID_2987<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`familial Mediterranean fever`$privateGeneCount #> [1] 0 #> #> $`familial Mediterranean fever`$publicGeneCount #> [1] 11 #> #> $`familial Mediterranean fever`$urlId #> [1] "DOID_2987" #> #> $`familial Mediterranean fever`$dbPhenotype #> [1] TRUE #> #> $`familial Mediterranean fever`$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`familial Mediterranean fever`$`_is_leaf` #> [1] TRUE #> #> $`familial Mediterranean fever`$children #> list() #> #> $`familial Mediterranean fever`$value #> [1] "familial Mediterranean fever" #> #> #> $`familial Mediterranean fever` #> $`familial Mediterranean fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2987" #> #> $`familial Mediterranean fever`$`_id` #> [1] "DOID_2987<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`familial Mediterranean fever`$privateGeneCount #> [1] 0 #> #> $`familial Mediterranean fever`$publicGeneCount #> [1] 11 #> #> $`familial Mediterranean fever`$urlId #> [1] "DOID_2987" #> #> $`familial Mediterranean fever`$dbPhenotype #> [1] TRUE #> #> $`familial Mediterranean fever`$`_parent` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`familial Mediterranean fever`$`_is_leaf` #> [1] TRUE #> #> $`familial Mediterranean fever`$children #> list() #> #> $`familial Mediterranean fever`$value #> [1] "familial Mediterranean fever" #> #> #> $`familial medullary thyroid carcinoma` #> $`familial medullary thyroid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050547" #> #> $`familial medullary thyroid carcinoma`$`_id` #> [1] "DOID_0050547<DOID_3973<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`familial medullary thyroid carcinoma`$privateGeneCount #> [1] 0 #> #> $`familial medullary thyroid carcinoma`$publicGeneCount #> [1] 2 #> #> $`familial medullary thyroid carcinoma`$urlId #> [1] "DOID_0050547" #> #> $`familial medullary thyroid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`familial medullary thyroid carcinoma`$`_parent` #> [1] "DOID_3973<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`familial medullary thyroid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`familial medullary thyroid carcinoma`$children #> list() #> #> $`familial medullary thyroid carcinoma`$value #> [1] "familial medullary thyroid carcinoma" #> #> #> $`familial medullary thyroid carcinoma` #> $`familial medullary thyroid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050547" #> #> $`familial medullary thyroid carcinoma`$`_id` #> [1] "DOID_0050547<DOID_3973<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`familial medullary thyroid carcinoma`$privateGeneCount #> [1] 0 #> #> $`familial medullary thyroid carcinoma`$publicGeneCount #> [1] 2 #> #> $`familial medullary thyroid carcinoma`$urlId #> [1] "DOID_0050547" #> #> $`familial medullary thyroid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`familial medullary thyroid carcinoma`$`_parent` #> [1] "DOID_3973<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`familial medullary thyroid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`familial medullary thyroid carcinoma`$children #> list() #> #> $`familial medullary thyroid carcinoma`$value #> [1] "familial medullary thyroid carcinoma" #> #> #> $`familial medullary thyroid carcinoma` #> $`familial medullary thyroid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050547" #> #> $`familial medullary thyroid carcinoma`$`_id` #> [1] "DOID_0050547<DOID_3973<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`familial medullary thyroid carcinoma`$privateGeneCount #> [1] 0 #> #> $`familial medullary thyroid carcinoma`$publicGeneCount #> [1] 2 #> #> $`familial medullary thyroid carcinoma`$urlId #> [1] "DOID_0050547" #> #> $`familial medullary thyroid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`familial medullary thyroid carcinoma`$`_parent` #> [1] "DOID_3973<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`familial medullary thyroid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`familial medullary thyroid carcinoma`$children #> list() #> #> $`familial medullary thyroid carcinoma`$value #> [1] "familial medullary thyroid carcinoma" #> #> #> $`familial meningioma` #> $`familial meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4586" #> #> $`familial meningioma`$`_id` #> [1] "DOID_4586<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`familial meningioma`$privateGeneCount #> [1] 0 #> #> $`familial meningioma`$publicGeneCount #> [1] 6 #> #> $`familial meningioma`$urlId #> [1] "DOID_4586" #> #> $`familial meningioma`$dbPhenotype #> [1] TRUE #> #> $`familial meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`familial meningioma`$`_is_leaf` #> [1] TRUE #> #> $`familial meningioma`$children #> list() #> #> $`familial meningioma`$value #> [1] "familial meningioma" #> #> #> $`familial meningioma` #> $`familial meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4586" #> #> $`familial meningioma`$`_id` #> [1] "DOID_4586<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`familial meningioma`$privateGeneCount #> [1] 0 #> #> $`familial meningioma`$publicGeneCount #> [1] 6 #> #> $`familial meningioma`$urlId #> [1] "DOID_4586" #> #> $`familial meningioma`$dbPhenotype #> [1] TRUE #> #> $`familial meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`familial meningioma`$`_is_leaf` #> [1] TRUE #> #> $`familial meningioma`$children #> list() #> #> $`familial meningioma`$value #> [1] "familial meningioma" #> #> #> $`familial meningioma` #> $`familial meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4586" #> #> $`familial meningioma`$`_id` #> [1] "DOID_4586<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`familial meningioma`$privateGeneCount #> [1] 0 #> #> $`familial meningioma`$publicGeneCount #> [1] 6 #> #> $`familial meningioma`$urlId #> [1] "DOID_4586" #> #> $`familial meningioma`$dbPhenotype #> [1] TRUE #> #> $`familial meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`familial meningioma`$`_is_leaf` #> [1] TRUE #> #> $`familial meningioma`$children #> list() #> #> $`familial meningioma`$value #> [1] "familial meningioma" #> #> #> $`familial nephrotic syndrome` #> $`familial nephrotic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2590" #> #> $`familial nephrotic syndrome`$`_id` #> [1] "DOID_2590<DOID_0050177<DOID_630<DOID_4" #> #> $`familial nephrotic syndrome`$privateGeneCount #> [1] 0 #> #> $`familial nephrotic syndrome`$publicGeneCount #> [1] 2 #> #> $`familial nephrotic syndrome`$urlId #> [1] "DOID_2590" #> #> $`familial nephrotic syndrome`$dbPhenotype #> [1] TRUE #> #> $`familial nephrotic syndrome`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`familial nephrotic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`familial nephrotic syndrome`$children #> list() #> #> $`familial nephrotic syndrome`$value #> [1] "familial nephrotic syndrome" #> #> #> $`familial nephrotic syndrome` #> $`familial nephrotic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2590" #> #> $`familial nephrotic syndrome`$`_id` #> [1] "DOID_2590<DOID_1184<DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`familial nephrotic syndrome`$privateGeneCount #> [1] 0 #> #> $`familial nephrotic syndrome`$publicGeneCount #> [1] 2 #> #> $`familial nephrotic syndrome`$urlId #> [1] "DOID_2590" #> #> $`familial nephrotic syndrome`$dbPhenotype #> [1] TRUE #> #> $`familial nephrotic syndrome`$`_parent` #> [1] "DOID_1184<DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`familial nephrotic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`familial nephrotic syndrome`$children #> list() #> #> $`familial nephrotic syndrome`$value #> [1] "familial nephrotic syndrome" #> #> #> $`familial partial lipodystrophy` #> $`familial partial lipodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050440" #> #> $`familial partial lipodystrophy`$`_id` #> [1] "DOID_0050440<DOID_0080299<DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`familial partial lipodystrophy`$privateGeneCount #> [1] 0 #> #> $`familial partial lipodystrophy`$publicGeneCount #> [1] 8 #> #> $`familial partial lipodystrophy`$urlId #> [1] "DOID_0050440" #> #> $`familial partial lipodystrophy`$dbPhenotype #> [1] TRUE #> #> $`familial partial lipodystrophy`$`_parent` #> [1] "DOID_0080299<DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`familial partial lipodystrophy`$`_is_leaf` #> [1] TRUE #> #> $`familial partial lipodystrophy`$children #> list() #> #> $`familial partial lipodystrophy`$value #> [1] "familial partial lipodystrophy" #> #> #> $`familial periodic paralysis` #> $`familial periodic paralysis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1029" #> #> $`familial periodic paralysis`$`_id` #> [1] "DOID_1029<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`familial periodic paralysis`$privateGeneCount #> [1] 0 #> #> $`familial periodic paralysis`$publicGeneCount #> [1] 5 #> #> $`familial periodic paralysis`$urlId #> [1] "DOID_1029" #> #> $`familial periodic paralysis`$dbPhenotype #> [1] TRUE #> #> $`familial periodic paralysis`$`_parent` #> [1] "DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`familial periodic paralysis`$`_is_leaf` #> [1] FALSE #> #> $`familial periodic paralysis`$children #> $`familial periodic paralysis`$children[[1]] #> [1] "DOID_14451<DOID_1029<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`familial periodic paralysis`$children[[2]] #> [1] "DOID_14452<DOID_1029<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> #> $`familial periodic paralysis`$value #> [1] "familial periodic paralysis" #> #> #> $`familial retinoblastoma` #> $`familial retinoblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4648" #> #> $`familial retinoblastoma`$`_id` #> [1] "DOID_4648<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`familial retinoblastoma`$privateGeneCount #> [1] 0 #> #> $`familial retinoblastoma`$publicGeneCount #> [1] 7 #> #> $`familial retinoblastoma`$urlId #> [1] "DOID_4648" #> #> $`familial retinoblastoma`$dbPhenotype #> [1] TRUE #> #> $`familial retinoblastoma`$`_parent` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`familial retinoblastoma`$`_is_leaf` #> [1] TRUE #> #> $`familial retinoblastoma`$children #> list() #> #> $`familial retinoblastoma`$value #> [1] "familial retinoblastoma" #> #> #> $`familial retinoblastoma` #> $`familial retinoblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4648" #> #> $`familial retinoblastoma`$`_id` #> [1] "DOID_4648<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`familial retinoblastoma`$privateGeneCount #> [1] 0 #> #> $`familial retinoblastoma`$publicGeneCount #> [1] 7 #> #> $`familial retinoblastoma`$urlId #> [1] "DOID_4648" #> #> $`familial retinoblastoma`$dbPhenotype #> [1] TRUE #> #> $`familial retinoblastoma`$`_parent` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`familial retinoblastoma`$`_is_leaf` #> [1] TRUE #> #> $`familial retinoblastoma`$children #> list() #> #> $`familial retinoblastoma`$value #> [1] "familial retinoblastoma" #> #> #> $`familial retinoblastoma` #> $`familial retinoblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4648" #> #> $`familial retinoblastoma`$`_id` #> [1] "DOID_4648<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`familial retinoblastoma`$privateGeneCount #> [1] 0 #> #> $`familial retinoblastoma`$publicGeneCount #> [1] 7 #> #> $`familial retinoblastoma`$urlId #> [1] "DOID_4648" #> #> $`familial retinoblastoma`$dbPhenotype #> [1] TRUE #> #> $`familial retinoblastoma`$`_parent` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`familial retinoblastoma`$`_is_leaf` #> [1] TRUE #> #> $`familial retinoblastoma`$children #> list() #> #> $`familial retinoblastoma`$value #> [1] "familial retinoblastoma" #> #> #> $`familial retinoblastoma` #> $`familial retinoblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4648" #> #> $`familial retinoblastoma`$`_id` #> [1] "DOID_4648<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`familial retinoblastoma`$privateGeneCount #> [1] 0 #> #> $`familial retinoblastoma`$publicGeneCount #> [1] 7 #> #> $`familial retinoblastoma`$urlId #> [1] "DOID_4648" #> #> $`familial retinoblastoma`$dbPhenotype #> [1] TRUE #> #> $`familial retinoblastoma`$`_parent` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`familial retinoblastoma`$`_is_leaf` #> [1] TRUE #> #> $`familial retinoblastoma`$children #> list() #> #> $`familial retinoblastoma`$value #> [1] "familial retinoblastoma" #> #> #> $`familial retinoblastoma` #> $`familial retinoblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4648" #> #> $`familial retinoblastoma`$`_id` #> [1] "DOID_4648<DOID_768<DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`familial retinoblastoma`$privateGeneCount #> [1] 0 #> #> $`familial retinoblastoma`$publicGeneCount #> [1] 7 #> #> $`familial retinoblastoma`$urlId #> [1] "DOID_4648" #> #> $`familial retinoblastoma`$dbPhenotype #> [1] TRUE #> #> $`familial retinoblastoma`$`_parent` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`familial retinoblastoma`$`_is_leaf` #> [1] TRUE #> #> $`familial retinoblastoma`$children #> list() #> #> $`familial retinoblastoma`$value #> [1] "familial retinoblastoma" #> #> #> $`familial visceral amyloidosis` #> $`familial visceral amyloidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050636" #> #> $`familial visceral amyloidosis`$`_id` #> [1] "DOID_0050636<DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`familial visceral amyloidosis`$privateGeneCount #> [1] 0 #> #> $`familial visceral amyloidosis`$publicGeneCount #> [1] 4 #> #> $`familial visceral amyloidosis`$urlId #> [1] "DOID_0050636" #> #> $`familial visceral amyloidosis`$dbPhenotype #> [1] TRUE #> #> $`familial visceral amyloidosis`$`_parent` #> [1] "DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`familial visceral amyloidosis`$`_is_leaf` #> [1] TRUE #> #> $`familial visceral amyloidosis`$children #> list() #> #> $`familial visceral amyloidosis`$value #> [1] "familial visceral amyloidosis" #> #> #> $`Fanconi anemia` #> $`Fanconi anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13636" #> #> $`Fanconi anemia`$`_id` #> [1] "DOID_13636<DOID_1342<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`Fanconi anemia`$privateGeneCount #> [1] 0 #> #> $`Fanconi anemia`$publicGeneCount #> [1] 19 #> #> $`Fanconi anemia`$urlId #> [1] "DOID_13636" #> #> $`Fanconi anemia`$dbPhenotype #> [1] TRUE #> #> $`Fanconi anemia`$`_parent` #> [1] "DOID_1342<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`Fanconi anemia`$`_is_leaf` #> [1] TRUE #> #> $`Fanconi anemia`$children #> list() #> #> $`Fanconi anemia`$value #> [1] "Fanconi anemia" #> #> #> $`Fanconi syndrome` #> $`Fanconi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1062" #> #> $`Fanconi syndrome`$`_id` #> [1] "DOID_1062<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Fanconi syndrome`$privateGeneCount #> [1] 0 #> #> $`Fanconi syndrome`$publicGeneCount #> [1] 5 #> #> $`Fanconi syndrome`$urlId #> [1] "DOID_1062" #> #> $`Fanconi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Fanconi syndrome`$`_parent` #> [1] "DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Fanconi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Fanconi syndrome`$children #> list() #> #> $`Fanconi syndrome`$value #> [1] "Fanconi syndrome" #> #> #> $`Farber lipogranulomatosis` #> $`Farber lipogranulomatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050464" #> #> $`Farber lipogranulomatosis`$`_id` #> [1] "DOID_0050464<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Farber lipogranulomatosis`$privateGeneCount #> [1] 0 #> #> $`Farber lipogranulomatosis`$publicGeneCount #> [1] 2 #> #> $`Farber lipogranulomatosis`$urlId #> [1] "DOID_0050464" #> #> $`Farber lipogranulomatosis`$dbPhenotype #> [1] TRUE #> #> $`Farber lipogranulomatosis`$`_parent` #> [1] "DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Farber lipogranulomatosis`$`_is_leaf` #> [1] TRUE #> #> $`Farber lipogranulomatosis`$children #> list() #> #> $`Farber lipogranulomatosis`$value #> [1] "Farber lipogranulomatosis" #> #> #> $`farmer's lung` #> $`farmer's lung`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14453" #> #> $`farmer's lung`$`_id` #> [1] "DOID_14453<DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`farmer's lung`$privateGeneCount #> [1] 0 #> #> $`farmer's lung`$publicGeneCount #> [1] 1 #> #> $`farmer's lung`$urlId #> [1] "DOID_14453" #> #> $`farmer's lung`$dbPhenotype #> [1] TRUE #> #> $`farmer's lung`$`_parent` #> [1] "DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`farmer's lung`$`_is_leaf` #> [1] TRUE #> #> $`farmer's lung`$children #> list() #> #> $`farmer's lung`$value #> [1] "farmer's lung" #> #> #> $`farmer's lung` #> $`farmer's lung`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14453" #> #> $`farmer's lung`$`_id` #> [1] "DOID_14453<DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`farmer's lung`$privateGeneCount #> [1] 0 #> #> $`farmer's lung`$publicGeneCount #> [1] 1 #> #> $`farmer's lung`$urlId #> [1] "DOID_14453" #> #> $`farmer's lung`$dbPhenotype #> [1] TRUE #> #> $`farmer's lung`$`_parent` #> [1] "DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`farmer's lung`$`_is_leaf` #> [1] TRUE #> #> $`farmer's lung`$children #> list() #> #> $`farmer's lung`$value #> [1] "farmer's lung" #> #> #> $Fasciculations #> $Fasciculations$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002380" #> #> $Fasciculations$`_id` #> [1] "HP_0002380<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Fasciculations$privateGeneCount #> [1] 0 #> #> $Fasciculations$publicGeneCount #> [1] 1 #> #> $Fasciculations$urlId #> [1] "HP_0002380" #> #> $Fasciculations$dbPhenotype #> [1] TRUE #> #> $Fasciculations$`_parent` #> [1] "HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Fasciculations$`_is_leaf` #> [1] TRUE #> #> $Fasciculations$children #> list() #> #> $Fasciculations$value #> [1] "Fasciculations" #> #> #> $`fatal familial insomnia` #> $`fatal familial insomnia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050433" #> #> $`fatal familial insomnia`$`_id` #> [1] "DOID_0050433<DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`fatal familial insomnia`$privateGeneCount #> [1] 0 #> #> $`fatal familial insomnia`$publicGeneCount #> [1] 1 #> #> $`fatal familial insomnia`$urlId #> [1] "DOID_0050433" #> #> $`fatal familial insomnia`$dbPhenotype #> [1] TRUE #> #> $`fatal familial insomnia`$`_parent` #> [1] "DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`fatal familial insomnia`$`_is_leaf` #> [1] TRUE #> #> $`fatal familial insomnia`$children #> list() #> #> $`fatal familial insomnia`$value #> [1] "fatal familial insomnia" #> #> #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency` #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050713" #> #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency`$`_id` #> [1] "DOID_0050713<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency`$privateGeneCount #> [1] 0 #> #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency`$publicGeneCount #> [1] 2 #> #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency`$urlId #> [1] "DOID_0050713" #> #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency`$dbPhenotype #> [1] TRUE #> #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency`$`_parent` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency`$children #> list() #> #> $`fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency`$value #> [1] "fatal infantile cardioencephalomyopathy due to cytochrome c oxidase deficiency" #> #> #> $Fatigue #> $Fatigue$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012378" #> #> $Fatigue$`_id` #> [1] "HP_0012378<HP_0025142<HP_0000118<HP_0000001" #> #> $Fatigue$privateGeneCount #> [1] 0 #> #> $Fatigue$publicGeneCount #> [1] 6 #> #> $Fatigue$urlId #> [1] "HP_0012378" #> #> $Fatigue$dbPhenotype #> [1] TRUE #> #> $Fatigue$`_parent` #> [1] "HP_0025142<HP_0000118<HP_0000001" #> #> $Fatigue$`_is_leaf` #> [1] TRUE #> #> $Fatigue$children #> list() #> #> $Fatigue$value #> [1] "Fatigue" #> #> #> $`fatty liver disease` #> $`fatty liver disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9452" #> #> $`fatty liver disease`$`_id` #> [1] "DOID_9452<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`fatty liver disease`$privateGeneCount #> [1] 0 #> #> $`fatty liver disease`$publicGeneCount #> [1] 83 #> #> $`fatty liver disease`$urlId #> [1] "DOID_9452" #> #> $`fatty liver disease`$dbPhenotype #> [1] TRUE #> #> $`fatty liver disease`$`_parent` #> [1] "DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`fatty liver disease`$`_is_leaf` #> [1] TRUE #> #> $`fatty liver disease`$children #> list() #> #> $`fatty liver disease`$value #> [1] "fatty liver disease" #> #> #> $favism #> $favism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13628" #> #> $favism$`_id` #> [1] "DOID_13628<DOID_2862<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $favism$privateGeneCount #> [1] 0 #> #> $favism$publicGeneCount #> [1] 1 #> #> $favism$urlId #> [1] "DOID_13628" #> #> $favism$dbPhenotype #> [1] TRUE #> #> $favism$`_parent` #> [1] "DOID_2862<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $favism$`_is_leaf` #> [1] TRUE #> #> $favism$children #> list() #> #> $favism$value #> [1] "favism" #> #> #> $`Febrile seizure (within the age range of 3 months to 6 years)` #> $`Febrile seizure (within the age range of 3 months to 6 years)`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002373" #> #> $`Febrile seizure (within the age range of 3 months to 6 years)`$`_id` #> [1] "HP_0002373<HP_0032894<HP_0032892<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Febrile seizure (within the age range of 3 months to 6 years)`$privateGeneCount #> [1] 0 #> #> $`Febrile seizure (within the age range of 3 months to 6 years)`$publicGeneCount #> [1] 35 #> #> $`Febrile seizure (within the age range of 3 months to 6 years)`$urlId #> [1] "HP_0002373" #> #> $`Febrile seizure (within the age range of 3 months to 6 years)`$dbPhenotype #> [1] TRUE #> #> $`Febrile seizure (within the age range of 3 months to 6 years)`$`_parent` #> [1] "HP_0032894<HP_0032892<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Febrile seizure (within the age range of 3 months to 6 years)`$`_is_leaf` #> [1] TRUE #> #> $`Febrile seizure (within the age range of 3 months to 6 years)`$children #> list() #> #> $`Febrile seizure (within the age range of 3 months to 6 years)`$value #> [1] "Febrile seizure (within the age range of 3 months to 6 years)" #> #> #> $`Feingold syndrome` #> $`Feingold syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060464" #> #> $`Feingold syndrome`$`_id` #> [1] "DOID_0060464<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Feingold syndrome`$privateGeneCount #> [1] 0 #> #> $`Feingold syndrome`$publicGeneCount #> [1] 2 #> #> $`Feingold syndrome`$urlId #> [1] "DOID_0060464" #> #> $`Feingold syndrome`$dbPhenotype #> [1] TRUE #> #> $`Feingold syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Feingold syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Feingold syndrome`$children #> list() #> #> $`Feingold syndrome`$value #> [1] "Feingold syndrome" #> #> #> $`Feingold syndrome` #> $`Feingold syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060464" #> #> $`Feingold syndrome`$`_id` #> [1] "DOID_0060464<DOID_225<DOID_4" #> #> $`Feingold syndrome`$privateGeneCount #> [1] 0 #> #> $`Feingold syndrome`$publicGeneCount #> [1] 2 #> #> $`Feingold syndrome`$urlId #> [1] "DOID_0060464" #> #> $`Feingold syndrome`$dbPhenotype #> [1] TRUE #> #> $`Feingold syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Feingold syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Feingold syndrome`$children #> list() #> #> $`Feingold syndrome`$value #> [1] "Feingold syndrome" #> #> #> $`female reproductive organ benign neoplasm` #> $`female reproductive organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060086" #> #> $`female reproductive organ benign neoplasm`$`_id` #> [1] "DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`female reproductive organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`female reproductive organ benign neoplasm`$publicGeneCount #> [1] 40 #> #> $`female reproductive organ benign neoplasm`$urlId #> [1] "DOID_0060086" #> #> $`female reproductive organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`female reproductive organ benign neoplasm`$`_parent` #> [1] "DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`female reproductive organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`female reproductive organ benign neoplasm`$children #> $`female reproductive organ benign neoplasm`$children[[1]] #> [1] "DOID_0060095<DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`female reproductive organ benign neoplasm`$value #> [1] "female reproductive organ benign neoplasm" #> #> #> $`female reproductive organ benign neoplasm` #> $`female reproductive organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060086" #> #> $`female reproductive organ benign neoplasm`$`_id` #> [1] "DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`female reproductive organ benign neoplasm`$publicGeneCount #> [1] 40 #> #> $`female reproductive organ benign neoplasm`$urlId #> [1] "DOID_0060086" #> #> $`female reproductive organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`female reproductive organ benign neoplasm`$`_parent` #> [1] "DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`female reproductive organ benign neoplasm`$children #> $`female reproductive organ benign neoplasm`$children[[1]] #> [1] "DOID_0060095<DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> #> $`female reproductive organ benign neoplasm`$value #> [1] "female reproductive organ benign neoplasm" #> #> #> $`female reproductive organ benign neoplasm` #> $`female reproductive organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060086" #> #> $`female reproductive organ benign neoplasm`$`_id` #> [1] "DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`female reproductive organ benign neoplasm`$publicGeneCount #> [1] 40 #> #> $`female reproductive organ benign neoplasm`$urlId #> [1] "DOID_0060086" #> #> $`female reproductive organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`female reproductive organ benign neoplasm`$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`female reproductive organ benign neoplasm`$children #> $`female reproductive organ benign neoplasm`$children[[1]] #> [1] "DOID_0060095<DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`female reproductive organ benign neoplasm`$value #> [1] "female reproductive organ benign neoplasm" #> #> #> $`female reproductive organ cancer` #> $`female reproductive organ cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_120" #> #> $`female reproductive organ cancer`$`_id` #> [1] "DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`female reproductive organ cancer`$privateGeneCount #> [1] 0 #> #> $`female reproductive organ cancer`$publicGeneCount #> [1] 430 #> #> $`female reproductive organ cancer`$urlId #> [1] "DOID_120" #> #> $`female reproductive organ cancer`$dbPhenotype #> [1] TRUE #> #> $`female reproductive organ cancer`$`_parent` #> [1] "DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`female reproductive organ cancer`$`_is_leaf` #> [1] FALSE #> #> $`female reproductive organ cancer`$children #> $`female reproductive organ cancer`$children[[1]] #> [1] "DOID_1964<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`female reproductive organ cancer`$children[[2]] #> [1] "DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`female reproductive organ cancer`$children[[3]] #> [1] "DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`female reproductive organ cancer`$children[[4]] #> [1] "DOID_119<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`female reproductive organ cancer`$children[[5]] #> [1] "DOID_1245<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`female reproductive organ cancer`$value #> [1] "female reproductive organ cancer" #> #> #> $`female reproductive organ cancer` #> $`female reproductive organ cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_120" #> #> $`female reproductive organ cancer`$`_id` #> [1] "DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive organ cancer`$privateGeneCount #> [1] 0 #> #> $`female reproductive organ cancer`$publicGeneCount #> [1] 430 #> #> $`female reproductive organ cancer`$urlId #> [1] "DOID_120" #> #> $`female reproductive organ cancer`$dbPhenotype #> [1] TRUE #> #> $`female reproductive organ cancer`$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive organ cancer`$`_is_leaf` #> [1] FALSE #> #> $`female reproductive organ cancer`$children #> $`female reproductive organ cancer`$children[[1]] #> [1] "DOID_1964<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive organ cancer`$children[[2]] #> [1] "DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive organ cancer`$children[[3]] #> [1] "DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive organ cancer`$children[[4]] #> [1] "DOID_119<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive organ cancer`$children[[5]] #> [1] "DOID_1245<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`female reproductive organ cancer`$value #> [1] "female reproductive organ cancer" #> #> #> $`female reproductive system disease` #> $`female reproductive system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_229" #> #> $`female reproductive system disease`$`_id` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$privateGeneCount #> [1] 0 #> #> $`female reproductive system disease`$publicGeneCount #> [1] 780 #> #> $`female reproductive system disease`$urlId #> [1] "DOID_229" #> #> $`female reproductive system disease`$dbPhenotype #> [1] FALSE #> #> $`female reproductive system disease`$`_parent` #> [1] "DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$`_is_leaf` #> [1] FALSE #> #> $`female reproductive system disease`$children #> $`female reproductive system disease`$children[[1]] #> [1] "DOID_13938<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$children[[2]] #> [1] "DOID_0060329<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$children[[3]] #> [1] "DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$children[[4]] #> [1] "DOID_1962<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$children[[5]] #> [1] "DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$children[[6]] #> [1] "DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$children[[7]] #> [1] "DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$children[[8]] #> [1] "DOID_1284<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$children[[9]] #> [1] "DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$children[[10]] #> [1] "DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`female reproductive system disease`$children[[11]] #> [1] "DOID_2059<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`female reproductive system disease`$value #> [1] "female reproductive system disease" #> #> #> $`fetal alcohol spectrum disorder` #> $`fetal alcohol spectrum disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050696" #> #> $`fetal alcohol spectrum disorder`$`_id` #> [1] "DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`fetal alcohol spectrum disorder`$privateGeneCount #> [1] 0 #> #> $`fetal alcohol spectrum disorder`$publicGeneCount #> [1] 21 #> #> $`fetal alcohol spectrum disorder`$urlId #> [1] "DOID_0050696" #> #> $`fetal alcohol spectrum disorder`$dbPhenotype #> [1] TRUE #> #> $`fetal alcohol spectrum disorder`$`_parent` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`fetal alcohol spectrum disorder`$`_is_leaf` #> [1] FALSE #> #> $`fetal alcohol spectrum disorder`$children #> $`fetal alcohol spectrum disorder`$children[[1]] #> [1] "DOID_0050668<DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`fetal alcohol spectrum disorder`$children[[2]] #> [1] "DOID_0050667<DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`fetal alcohol spectrum disorder`$children[[3]] #> [1] "DOID_0050665<DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`fetal alcohol spectrum disorder`$value #> [1] "fetal alcohol spectrum disorder" #> #> #> $`fetal alcohol syndrome` #> $`fetal alcohol syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050665" #> #> $`fetal alcohol syndrome`$`_id` #> [1] "DOID_0050665<DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`fetal alcohol syndrome`$privateGeneCount #> [1] 0 #> #> $`fetal alcohol syndrome`$publicGeneCount #> [1] 3 #> #> $`fetal alcohol syndrome`$urlId #> [1] "DOID_0050665" #> #> $`fetal alcohol syndrome`$dbPhenotype #> [1] TRUE #> #> $`fetal alcohol syndrome`$`_parent` #> [1] "DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`fetal alcohol syndrome`$`_is_leaf` #> [1] TRUE #> #> $`fetal alcohol syndrome`$children #> list() #> #> $`fetal alcohol syndrome`$value #> [1] "fetal alcohol syndrome" #> #> #> $Fever #> $Fever$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001945" #> #> $Fever$`_id` #> [1] "HP_0001945<HP_0004370<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Fever$privateGeneCount #> [1] 0 #> #> $Fever$publicGeneCount #> [1] 21 #> #> $Fever$urlId #> [1] "HP_0001945" #> #> $Fever$dbPhenotype #> [1] TRUE #> #> $Fever$`_parent` #> [1] "HP_0004370<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Fever$`_is_leaf` #> [1] TRUE #> #> $Fever$children #> list() #> #> $Fever$value #> [1] "Fever" #> #> #> $`FG syndrome` #> $`FG syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14711" #> #> $`FG syndrome`$`_id` #> [1] "DOID_14711<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`FG syndrome`$privateGeneCount #> [1] 0 #> #> $`FG syndrome`$publicGeneCount #> [1] 3 #> #> $`FG syndrome`$urlId #> [1] "DOID_14711" #> #> $`FG syndrome`$dbPhenotype #> [1] TRUE #> #> $`FG syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`FG syndrome`$`_is_leaf` #> [1] TRUE #> #> $`FG syndrome`$children #> list() #> #> $`FG syndrome`$value #> [1] "FG syndrome" #> #> #> $`FG syndrome` #> $`FG syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14711" #> #> $`FG syndrome`$`_id` #> [1] "DOID_14711<DOID_225<DOID_4" #> #> $`FG syndrome`$privateGeneCount #> [1] 0 #> #> $`FG syndrome`$publicGeneCount #> [1] 3 #> #> $`FG syndrome`$urlId #> [1] "DOID_14711" #> #> $`FG syndrome`$dbPhenotype #> [1] TRUE #> #> $`FG syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`FG syndrome`$`_is_leaf` #> [1] TRUE #> #> $`FG syndrome`$children #> list() #> #> $`FG syndrome`$value #> [1] "FG syndrome" #> #> #> $`fibrillary astrocytoma` #> $`fibrillary astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6726" #> #> $`fibrillary astrocytoma`$`_id` #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`fibrillary astrocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrillary astrocytoma`$publicGeneCount #> [1] 34 #> #> $`fibrillary astrocytoma`$urlId #> [1] "DOID_6726" #> #> $`fibrillary astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrillary astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`fibrillary astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`fibrillary astrocytoma`$children #> list() #> #> $`fibrillary astrocytoma`$value #> [1] "fibrillary astrocytoma" #> #> #> $`fibrillary astrocytoma` #> $`fibrillary astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6726" #> #> $`fibrillary astrocytoma`$`_id` #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrillary astrocytoma`$publicGeneCount #> [1] 34 #> #> $`fibrillary astrocytoma`$urlId #> [1] "DOID_6726" #> #> $`fibrillary astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrillary astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`fibrillary astrocytoma`$children #> list() #> #> $`fibrillary astrocytoma`$value #> [1] "fibrillary astrocytoma" #> #> #> $`fibrillary astrocytoma` #> $`fibrillary astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6726" #> #> $`fibrillary astrocytoma`$`_id` #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`fibrillary astrocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrillary astrocytoma`$publicGeneCount #> [1] 34 #> #> $`fibrillary astrocytoma`$urlId #> [1] "DOID_6726" #> #> $`fibrillary astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrillary astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`fibrillary astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`fibrillary astrocytoma`$children #> list() #> #> $`fibrillary astrocytoma`$value #> [1] "fibrillary astrocytoma" #> #> #> $`fibrillary astrocytoma` #> $`fibrillary astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6726" #> #> $`fibrillary astrocytoma`$`_id` #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrillary astrocytoma`$publicGeneCount #> [1] 34 #> #> $`fibrillary astrocytoma`$urlId #> [1] "DOID_6726" #> #> $`fibrillary astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrillary astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`fibrillary astrocytoma`$children #> list() #> #> $`fibrillary astrocytoma`$value #> [1] "fibrillary astrocytoma" #> #> #> $`fibrillary astrocytoma` #> $`fibrillary astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6726" #> #> $`fibrillary astrocytoma`$`_id` #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrillary astrocytoma`$publicGeneCount #> [1] 34 #> #> $`fibrillary astrocytoma`$urlId #> [1] "DOID_6726" #> #> $`fibrillary astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrillary astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`fibrillary astrocytoma`$children #> list() #> #> $`fibrillary astrocytoma`$value #> [1] "fibrillary astrocytoma" #> #> #> $`fibrillary astrocytoma` #> $`fibrillary astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6726" #> #> $`fibrillary astrocytoma`$`_id` #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrillary astrocytoma`$publicGeneCount #> [1] 34 #> #> $`fibrillary astrocytoma`$urlId #> [1] "DOID_6726" #> #> $`fibrillary astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrillary astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`fibrillary astrocytoma`$children #> list() #> #> $`fibrillary astrocytoma`$value #> [1] "fibrillary astrocytoma" #> #> #> $`fibrillary astrocytoma` #> $`fibrillary astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6726" #> #> $`fibrillary astrocytoma`$`_id` #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrillary astrocytoma`$publicGeneCount #> [1] 34 #> #> $`fibrillary astrocytoma`$urlId #> [1] "DOID_6726" #> #> $`fibrillary astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrillary astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`fibrillary astrocytoma`$children #> list() #> #> $`fibrillary astrocytoma`$value #> [1] "fibrillary astrocytoma" #> #> #> $`fibrillary astrocytoma` #> $`fibrillary astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6726" #> #> $`fibrillary astrocytoma`$`_id` #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`fibrillary astrocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrillary astrocytoma`$publicGeneCount #> [1] 34 #> #> $`fibrillary astrocytoma`$urlId #> [1] "DOID_6726" #> #> $`fibrillary astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrillary astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`fibrillary astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`fibrillary astrocytoma`$children #> list() #> #> $`fibrillary astrocytoma`$value #> [1] "fibrillary astrocytoma" #> #> #> $`fibrillary astrocytoma` #> $`fibrillary astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6726" #> #> $`fibrillary astrocytoma`$`_id` #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrillary astrocytoma`$publicGeneCount #> [1] 34 #> #> $`fibrillary astrocytoma`$urlId #> [1] "DOID_6726" #> #> $`fibrillary astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrillary astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`fibrillary astrocytoma`$children #> list() #> #> $`fibrillary astrocytoma`$value #> [1] "fibrillary astrocytoma" #> #> #> $`fibrillary astrocytoma` #> $`fibrillary astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6726" #> #> $`fibrillary astrocytoma`$`_id` #> [1] "DOID_6726<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrillary astrocytoma`$publicGeneCount #> [1] 34 #> #> $`fibrillary astrocytoma`$urlId #> [1] "DOID_6726" #> #> $`fibrillary astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrillary astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibrillary astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`fibrillary astrocytoma`$children #> list() #> #> $`fibrillary astrocytoma`$value #> [1] "fibrillary astrocytoma" #> #> #> $fibrochondrogenesis #> $fibrochondrogenesis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060465" #> #> $fibrochondrogenesis$`_id` #> [1] "DOID_0060465<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $fibrochondrogenesis$privateGeneCount #> [1] 0 #> #> $fibrochondrogenesis$publicGeneCount #> [1] 2 #> #> $fibrochondrogenesis$urlId #> [1] "DOID_0060465" #> #> $fibrochondrogenesis$dbPhenotype #> [1] TRUE #> #> $fibrochondrogenesis$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $fibrochondrogenesis$`_is_leaf` #> [1] TRUE #> #> $fibrochondrogenesis$children #> list() #> #> $fibrochondrogenesis$value #> [1] "fibrochondrogenesis" #> #> #> $`fibrodysplasia ossificans progressiva` #> $`fibrodysplasia ossificans progressiva`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13374" #> #> $`fibrodysplasia ossificans progressiva`$`_id` #> [1] "DOID_13374<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`fibrodysplasia ossificans progressiva`$privateGeneCount #> [1] 0 #> #> $`fibrodysplasia ossificans progressiva`$publicGeneCount #> [1] 2 #> #> $`fibrodysplasia ossificans progressiva`$urlId #> [1] "DOID_13374" #> #> $`fibrodysplasia ossificans progressiva`$dbPhenotype #> [1] TRUE #> #> $`fibrodysplasia ossificans progressiva`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`fibrodysplasia ossificans progressiva`$`_is_leaf` #> [1] TRUE #> #> $`fibrodysplasia ossificans progressiva`$children #> list() #> #> $`fibrodysplasia ossificans progressiva`$value #> [1] "fibrodysplasia ossificans progressiva" #> #> #> $`fibrodysplasia ossificans progressiva` #> $`fibrodysplasia ossificans progressiva`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13374" #> #> $`fibrodysplasia ossificans progressiva`$`_id` #> [1] "DOID_13374<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibrodysplasia ossificans progressiva`$privateGeneCount #> [1] 0 #> #> $`fibrodysplasia ossificans progressiva`$publicGeneCount #> [1] 2 #> #> $`fibrodysplasia ossificans progressiva`$urlId #> [1] "DOID_13374" #> #> $`fibrodysplasia ossificans progressiva`$dbPhenotype #> [1] TRUE #> #> $`fibrodysplasia ossificans progressiva`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibrodysplasia ossificans progressiva`$`_is_leaf` #> [1] TRUE #> #> $`fibrodysplasia ossificans progressiva`$children #> list() #> #> $`fibrodysplasia ossificans progressiva`$value #> [1] "fibrodysplasia ossificans progressiva" #> #> #> $Fibroma #> $Fibroma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010614" #> #> $Fibroma$`_id` #> [1] "HP_0010614<HP_0012316<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $Fibroma$privateGeneCount #> [1] 0 #> #> $Fibroma$publicGeneCount #> [1] 8 #> #> $Fibroma$urlId #> [1] "HP_0010614" #> #> $Fibroma$dbPhenotype #> [1] TRUE #> #> $Fibroma$`_parent` #> [1] "HP_0012316<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $Fibroma$`_is_leaf` #> [1] FALSE #> #> $Fibroma$children #> $Fibroma$children[[1]] #> [1] "HP_0000169<HP_0010614<HP_0012316<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> #> $Fibroma$value #> [1] "Fibroma" #> #> #> $Fibroma #> $Fibroma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010614" #> #> $Fibroma$`_id` #> [1] "HP_0010614<HP_0030448<HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $Fibroma$privateGeneCount #> [1] 0 #> #> $Fibroma$publicGeneCount #> [1] 8 #> #> $Fibroma$urlId #> [1] "HP_0010614" #> #> $Fibroma$dbPhenotype #> [1] TRUE #> #> $Fibroma$`_parent` #> [1] "HP_0030448<HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $Fibroma$`_is_leaf` #> [1] FALSE #> #> $Fibroma$children #> $Fibroma$children[[1]] #> [1] "HP_0000169<HP_0010614<HP_0030448<HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> #> $Fibroma$value #> [1] "Fibroma" #> #> #> $fibromyalgia #> $fibromyalgia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_631" #> #> $fibromyalgia$`_id` #> [1] "DOID_631<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $fibromyalgia$privateGeneCount #> [1] 0 #> #> $fibromyalgia$publicGeneCount #> [1] 2 #> #> $fibromyalgia$urlId #> [1] "DOID_631" #> #> $fibromyalgia$dbPhenotype #> [1] TRUE #> #> $fibromyalgia$`_parent` #> [1] "DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $fibromyalgia$`_is_leaf` #> [1] TRUE #> #> $fibromyalgia$children #> list() #> #> $fibromyalgia$value #> [1] "fibromyalgia" #> #> #> $fibrosarcoma #> $fibrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3355" #> #> $fibrosarcoma$`_id` #> [1] "DOID_3355<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $fibrosarcoma$privateGeneCount #> [1] 0 #> #> $fibrosarcoma$publicGeneCount #> [1] 5 #> #> $fibrosarcoma$urlId #> [1] "DOID_3355" #> #> $fibrosarcoma$dbPhenotype #> [1] TRUE #> #> $fibrosarcoma$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $fibrosarcoma$`_is_leaf` #> [1] FALSE #> #> $fibrosarcoma$children #> $fibrosarcoma$children[[1]] #> [1] "DOID_3507<DOID_3355<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $fibrosarcoma$value #> [1] "fibrosarcoma" #> #> #> $fibrosarcoma #> $fibrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3355" #> #> $fibrosarcoma$`_id` #> [1] "DOID_3355<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $fibrosarcoma$privateGeneCount #> [1] 0 #> #> $fibrosarcoma$publicGeneCount #> [1] 5 #> #> $fibrosarcoma$urlId #> [1] "DOID_3355" #> #> $fibrosarcoma$dbPhenotype #> [1] TRUE #> #> $fibrosarcoma$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $fibrosarcoma$`_is_leaf` #> [1] FALSE #> #> $fibrosarcoma$children #> $fibrosarcoma$children[[1]] #> [1] "DOID_3507<DOID_3355<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $fibrosarcoma$value #> [1] "fibrosarcoma" #> #> #> $fibrosarcoma #> $fibrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3355" #> #> $fibrosarcoma$`_id` #> [1] "DOID_3355<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $fibrosarcoma$privateGeneCount #> [1] 0 #> #> $fibrosarcoma$publicGeneCount #> [1] 5 #> #> $fibrosarcoma$urlId #> [1] "DOID_3355" #> #> $fibrosarcoma$dbPhenotype #> [1] TRUE #> #> $fibrosarcoma$`_parent` #> [1] "DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $fibrosarcoma$`_is_leaf` #> [1] FALSE #> #> $fibrosarcoma$children #> $fibrosarcoma$children[[1]] #> [1] "DOID_3507<DOID_3355<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $fibrosarcoma$value #> [1] "fibrosarcoma" #> #> #> $`fibrous histiocytoma` #> $`fibrous histiocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4415" #> #> $`fibrous histiocytoma`$`_id` #> [1] "DOID_4415<DOID_4231<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`fibrous histiocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrous histiocytoma`$publicGeneCount #> [1] 2 #> #> $`fibrous histiocytoma`$urlId #> [1] "DOID_4415" #> #> $`fibrous histiocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrous histiocytoma`$`_parent` #> [1] "DOID_4231<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`fibrous histiocytoma`$`_is_leaf` #> [1] FALSE #> #> $`fibrous histiocytoma`$children #> $`fibrous histiocytoma`$children[[1]] #> [1] "DOID_4418<DOID_4415<DOID_4231<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`fibrous histiocytoma`$value #> [1] "fibrous histiocytoma" #> #> #> $`fibrous histiocytoma` #> $`fibrous histiocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4415" #> #> $`fibrous histiocytoma`$`_id` #> [1] "DOID_4415<DOID_4231<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`fibrous histiocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrous histiocytoma`$publicGeneCount #> [1] 2 #> #> $`fibrous histiocytoma`$urlId #> [1] "DOID_4415" #> #> $`fibrous histiocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrous histiocytoma`$`_parent` #> [1] "DOID_4231<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`fibrous histiocytoma`$`_is_leaf` #> [1] FALSE #> #> $`fibrous histiocytoma`$children #> $`fibrous histiocytoma`$children[[1]] #> [1] "DOID_4418<DOID_4415<DOID_4231<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> #> $`fibrous histiocytoma`$value #> [1] "fibrous histiocytoma" #> #> #> $`fibrous histiocytoma` #> $`fibrous histiocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4415" #> #> $`fibrous histiocytoma`$`_id` #> [1] "DOID_4415<DOID_4231<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibrous histiocytoma`$privateGeneCount #> [1] 0 #> #> $`fibrous histiocytoma`$publicGeneCount #> [1] 2 #> #> $`fibrous histiocytoma`$urlId #> [1] "DOID_4415" #> #> $`fibrous histiocytoma`$dbPhenotype #> [1] TRUE #> #> $`fibrous histiocytoma`$`_parent` #> [1] "DOID_4231<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibrous histiocytoma`$`_is_leaf` #> [1] FALSE #> #> $`fibrous histiocytoma`$children #> $`fibrous histiocytoma`$children[[1]] #> [1] "DOID_4418<DOID_4415<DOID_4231<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`fibrous histiocytoma`$value #> [1] "fibrous histiocytoma" #> #> #> $`fibrous meningioma` #> $`fibrous meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7211" #> #> $`fibrous meningioma`$`_id` #> [1] "DOID_7211<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`fibrous meningioma`$privateGeneCount #> [1] 0 #> #> $`fibrous meningioma`$publicGeneCount #> [1] 16 #> #> $`fibrous meningioma`$urlId #> [1] "DOID_7211" #> #> $`fibrous meningioma`$dbPhenotype #> [1] TRUE #> #> $`fibrous meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`fibrous meningioma`$`_is_leaf` #> [1] TRUE #> #> $`fibrous meningioma`$children #> list() #> #> $`fibrous meningioma`$value #> [1] "fibrous meningioma" #> #> #> $`fibrous meningioma` #> $`fibrous meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7211" #> #> $`fibrous meningioma`$`_id` #> [1] "DOID_7211<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`fibrous meningioma`$privateGeneCount #> [1] 0 #> #> $`fibrous meningioma`$publicGeneCount #> [1] 16 #> #> $`fibrous meningioma`$urlId #> [1] "DOID_7211" #> #> $`fibrous meningioma`$dbPhenotype #> [1] TRUE #> #> $`fibrous meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`fibrous meningioma`$`_is_leaf` #> [1] TRUE #> #> $`fibrous meningioma`$children #> list() #> #> $`fibrous meningioma`$value #> [1] "fibrous meningioma" #> #> #> $`fibrous meningioma` #> $`fibrous meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7211" #> #> $`fibrous meningioma`$`_id` #> [1] "DOID_7211<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`fibrous meningioma`$privateGeneCount #> [1] 0 #> #> $`fibrous meningioma`$publicGeneCount #> [1] 16 #> #> $`fibrous meningioma`$urlId #> [1] "DOID_7211" #> #> $`fibrous meningioma`$dbPhenotype #> [1] TRUE #> #> $`fibrous meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`fibrous meningioma`$`_is_leaf` #> [1] TRUE #> #> $`fibrous meningioma`$children #> list() #> #> $`fibrous meningioma`$value #> [1] "fibrous meningioma" #> #> #> $`Fibrous tissue neoplasm` #> $`Fibrous tissue neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012316" #> #> $`Fibrous tissue neoplasm`$`_id` #> [1] "HP_0012316<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Fibrous tissue neoplasm`$privateGeneCount #> [1] 0 #> #> $`Fibrous tissue neoplasm`$publicGeneCount #> [1] 8 #> #> $`Fibrous tissue neoplasm`$urlId #> [1] "HP_0012316" #> #> $`Fibrous tissue neoplasm`$dbPhenotype #> [1] FALSE #> #> $`Fibrous tissue neoplasm`$`_parent` #> [1] "HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Fibrous tissue neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`Fibrous tissue neoplasm`$children #> $`Fibrous tissue neoplasm`$children[[1]] #> [1] "HP_0010614<HP_0012316<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Fibrous tissue neoplasm`$value #> [1] "Fibrous tissue neoplasm" #> #> #> $`fibular hypoplasia and complex brachydactyly` #> $`fibular hypoplasia and complex brachydactyly`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050790" #> #> $`fibular hypoplasia and complex brachydactyly`$`_id` #> [1] "DOID_0050790<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`fibular hypoplasia and complex brachydactyly`$privateGeneCount #> [1] 0 #> #> $`fibular hypoplasia and complex brachydactyly`$publicGeneCount #> [1] 1 #> #> $`fibular hypoplasia and complex brachydactyly`$urlId #> [1] "DOID_0050790" #> #> $`fibular hypoplasia and complex brachydactyly`$dbPhenotype #> [1] TRUE #> #> $`fibular hypoplasia and complex brachydactyly`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`fibular hypoplasia and complex brachydactyly`$`_is_leaf` #> [1] TRUE #> #> $`fibular hypoplasia and complex brachydactyly`$children #> list() #> #> $`fibular hypoplasia and complex brachydactyly`$value #> [1] "fibular hypoplasia and complex brachydactyly" #> #> #> $`fibular hypoplasia and complex brachydactyly` #> $`fibular hypoplasia and complex brachydactyly`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050790" #> #> $`fibular hypoplasia and complex brachydactyly`$`_id` #> [1] "DOID_0050790<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibular hypoplasia and complex brachydactyly`$privateGeneCount #> [1] 0 #> #> $`fibular hypoplasia and complex brachydactyly`$publicGeneCount #> [1] 1 #> #> $`fibular hypoplasia and complex brachydactyly`$urlId #> [1] "DOID_0050790" #> #> $`fibular hypoplasia and complex brachydactyly`$dbPhenotype #> [1] TRUE #> #> $`fibular hypoplasia and complex brachydactyly`$`_parent` #> [1] "DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`fibular hypoplasia and complex brachydactyly`$`_is_leaf` #> [1] TRUE #> #> $`fibular hypoplasia and complex brachydactyly`$children #> list() #> #> $`fibular hypoplasia and complex brachydactyly`$value #> [1] "fibular hypoplasia and complex brachydactyly" #> #> #> $filariasis #> $filariasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1080" #> #> $filariasis$`_id` #> [1] "DOID_1080<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $filariasis$privateGeneCount #> [1] 0 #> #> $filariasis$publicGeneCount #> [1] 3 #> #> $filariasis$urlId #> [1] "DOID_1080" #> #> $filariasis$dbPhenotype #> [1] FALSE #> #> $filariasis$`_parent` #> [1] "DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $filariasis$`_is_leaf` #> [1] FALSE #> #> $filariasis$children #> $filariasis$children[[1]] #> [1] "DOID_11678<DOID_1080<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> #> $filariasis$value #> [1] "filariasis" #> #> #> $`Finnish type amyloidosis` #> $`Finnish type amyloidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050637" #> #> $`Finnish type amyloidosis`$`_id` #> [1] "DOID_0050637<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Finnish type amyloidosis`$privateGeneCount #> [1] 0 #> #> $`Finnish type amyloidosis`$publicGeneCount #> [1] 1 #> #> $`Finnish type amyloidosis`$urlId #> [1] "DOID_0050637" #> #> $`Finnish type amyloidosis`$dbPhenotype #> [1] TRUE #> #> $`Finnish type amyloidosis`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Finnish type amyloidosis`$`_is_leaf` #> [1] TRUE #> #> $`Finnish type amyloidosis`$children #> list() #> #> $`Finnish type amyloidosis`$value #> [1] "Finnish type amyloidosis" #> #> #> $`Finnish type amyloidosis` #> $`Finnish type amyloidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050637" #> #> $`Finnish type amyloidosis`$`_id` #> [1] "DOID_0050637<DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`Finnish type amyloidosis`$privateGeneCount #> [1] 0 #> #> $`Finnish type amyloidosis`$publicGeneCount #> [1] 1 #> #> $`Finnish type amyloidosis`$urlId #> [1] "DOID_0050637" #> #> $`Finnish type amyloidosis`$dbPhenotype #> [1] TRUE #> #> $`Finnish type amyloidosis`$`_parent` #> [1] "DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`Finnish type amyloidosis`$`_is_leaf` #> [1] TRUE #> #> $`Finnish type amyloidosis`$children #> list() #> #> $`Finnish type amyloidosis`$value #> [1] "Finnish type amyloidosis" #> #> #> $`Fleck corneal dystrophy` #> $`Fleck corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060448" #> #> $`Fleck corneal dystrophy`$`_id` #> [1] "DOID_0060448<DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Fleck corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`Fleck corneal dystrophy`$publicGeneCount #> [1] 1 #> #> $`Fleck corneal dystrophy`$urlId #> [1] "DOID_0060448" #> #> $`Fleck corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Fleck corneal dystrophy`$`_parent` #> [1] "DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Fleck corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Fleck corneal dystrophy`$children #> list() #> #> $`Fleck corneal dystrophy`$value #> [1] "Fleck corneal dystrophy" #> #> #> $`Flexion contracture` #> $`Flexion contracture`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001371" #> #> $`Flexion contracture`$`_id` #> [1] "HP_0001371<HP_0003549<HP_0000118<HP_0000001" #> #> $`Flexion contracture`$privateGeneCount #> [1] 0 #> #> $`Flexion contracture`$publicGeneCount #> [1] 12 #> #> $`Flexion contracture`$urlId #> [1] "HP_0001371" #> #> $`Flexion contracture`$dbPhenotype #> [1] TRUE #> #> $`Flexion contracture`$`_parent` #> [1] "HP_0003549<HP_0000118<HP_0000001" #> #> $`Flexion contracture`$`_is_leaf` #> [1] FALSE #> #> $`Flexion contracture`$children #> $`Flexion contracture`$children[[1]] #> [1] "HP_0002803<HP_0001371<HP_0003549<HP_0000118<HP_0000001" #> #> #> $`Flexion contracture`$value #> [1] "Flexion contracture" #> #> #> $`Flexion contracture` #> $`Flexion contracture`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001371" #> #> $`Flexion contracture`$`_id` #> [1] "HP_0001371<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Flexion contracture`$privateGeneCount #> [1] 0 #> #> $`Flexion contracture`$publicGeneCount #> [1] 12 #> #> $`Flexion contracture`$urlId #> [1] "HP_0001371" #> #> $`Flexion contracture`$dbPhenotype #> [1] TRUE #> #> $`Flexion contracture`$`_parent` #> [1] "HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Flexion contracture`$`_is_leaf` #> [1] FALSE #> #> $`Flexion contracture`$children #> $`Flexion contracture`$children[[1]] #> [1] "HP_0002803<HP_0001371<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Flexion contracture`$value #> [1] "Flexion contracture" #> #> #> $`Flexion contracture` #> $`Flexion contracture`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001371" #> #> $`Flexion contracture`$`_id` #> [1] "HP_0001371<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Flexion contracture`$privateGeneCount #> [1] 0 #> #> $`Flexion contracture`$publicGeneCount #> [1] 12 #> #> $`Flexion contracture`$urlId #> [1] "HP_0001371" #> #> $`Flexion contracture`$dbPhenotype #> [1] TRUE #> #> $`Flexion contracture`$`_parent` #> [1] "HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Flexion contracture`$`_is_leaf` #> [1] FALSE #> #> $`Flexion contracture`$children #> $`Flexion contracture`$children[[1]] #> [1] "HP_0002803<HP_0001371<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Flexion contracture`$value #> [1] "Flexion contracture" #> #> #> $`Flexion contracture` #> $`Flexion contracture`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001371" #> #> $`Flexion contracture`$`_id` #> [1] "HP_0001371<HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Flexion contracture`$privateGeneCount #> [1] 0 #> #> $`Flexion contracture`$publicGeneCount #> [1] 12 #> #> $`Flexion contracture`$urlId #> [1] "HP_0001371" #> #> $`Flexion contracture`$dbPhenotype #> [1] TRUE #> #> $`Flexion contracture`$`_parent` #> [1] "HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Flexion contracture`$`_is_leaf` #> [1] FALSE #> #> $`Flexion contracture`$children #> $`Flexion contracture`$children[[1]] #> [1] "HP_0002803<HP_0001371<HP_0100261<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Flexion contracture`$value #> [1] "Flexion contracture" #> #> #> $`focal dermal hypoplasia` #> $`focal dermal hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2120" #> #> $`focal dermal hypoplasia`$`_id` #> [1] "DOID_2120<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`focal dermal hypoplasia`$privateGeneCount #> [1] 0 #> #> $`focal dermal hypoplasia`$publicGeneCount #> [1] 1 #> #> $`focal dermal hypoplasia`$urlId #> [1] "DOID_2120" #> #> $`focal dermal hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`focal dermal hypoplasia`$`_parent` #> [1] "DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`focal dermal hypoplasia`$`_is_leaf` #> [1] TRUE #> #> $`focal dermal hypoplasia`$children #> list() #> #> $`focal dermal hypoplasia`$value #> [1] "focal dermal hypoplasia" #> #> #> $`focal dermal hypoplasia` #> $`focal dermal hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2120" #> #> $`focal dermal hypoplasia`$`_id` #> [1] "DOID_2120<DOID_225<DOID_4" #> #> $`focal dermal hypoplasia`$privateGeneCount #> [1] 0 #> #> $`focal dermal hypoplasia`$publicGeneCount #> [1] 1 #> #> $`focal dermal hypoplasia`$urlId #> [1] "DOID_2120" #> #> $`focal dermal hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`focal dermal hypoplasia`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`focal dermal hypoplasia`$`_is_leaf` #> [1] TRUE #> #> $`focal dermal hypoplasia`$children #> list() #> #> $`focal dermal hypoplasia`$value #> [1] "focal dermal hypoplasia" #> #> #> $`focal dystonia` #> $`focal dystonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050836" #> #> $`focal dystonia`$`_id` #> [1] "DOID_0050836<DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`focal dystonia`$privateGeneCount #> [1] 0 #> #> $`focal dystonia`$publicGeneCount #> [1] 10 #> #> $`focal dystonia`$urlId #> [1] "DOID_0050836" #> #> $`focal dystonia`$dbPhenotype #> [1] FALSE #> #> $`focal dystonia`$`_parent` #> [1] "DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`focal dystonia`$`_is_leaf` #> [1] FALSE #> #> $`focal dystonia`$children #> $`focal dystonia`$children[[1]] #> [1] "DOID_529<DOID_0050836<DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`focal dystonia`$children[[2]] #> [1] "DOID_0050841<DOID_0050836<DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`focal dystonia`$value #> [1] "focal dystonia" #> #> #> $`Focal dystonia` #> $`Focal dystonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004373" #> #> $`Focal dystonia`$`_id` #> [1] "HP_0004373<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal dystonia`$privateGeneCount #> [1] 0 #> #> $`Focal dystonia`$publicGeneCount #> [1] 3 #> #> $`Focal dystonia`$urlId #> [1] "HP_0004373" #> #> $`Focal dystonia`$dbPhenotype #> [1] FALSE #> #> $`Focal dystonia`$`_parent` #> [1] "HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal dystonia`$`_is_leaf` #> [1] FALSE #> #> $`Focal dystonia`$children #> $`Focal dystonia`$children[[1]] #> [1] "HP_0012179<HP_0004373<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Focal dystonia`$value #> [1] "Focal dystonia" #> #> #> $`focal epilepsy` #> $`focal epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2234" #> #> $`focal epilepsy`$`_id` #> [1] "DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`focal epilepsy`$privateGeneCount #> [1] 0 #> #> $`focal epilepsy`$publicGeneCount #> [1] 75 #> #> $`focal epilepsy`$urlId #> [1] "DOID_2234" #> #> $`focal epilepsy`$dbPhenotype #> [1] TRUE #> #> $`focal epilepsy`$`_parent` #> [1] "DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`focal epilepsy`$`_is_leaf` #> [1] FALSE #> #> $`focal epilepsy`$children #> $`focal epilepsy`$children[[1]] #> [1] "DOID_12382<DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`focal epilepsy`$children[[2]] #> [1] "DOID_3331<DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`focal epilepsy`$children[[3]] #> [1] "DOID_3328<DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`focal epilepsy`$value #> [1] "focal epilepsy" #> #> #> $`focal hand dystonia` #> $`focal hand dystonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050841" #> #> $`focal hand dystonia`$`_id` #> [1] "DOID_0050841<DOID_0050836<DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`focal hand dystonia`$privateGeneCount #> [1] 0 #> #> $`focal hand dystonia`$publicGeneCount #> [1] 9 #> #> $`focal hand dystonia`$urlId #> [1] "DOID_0050841" #> #> $`focal hand dystonia`$dbPhenotype #> [1] TRUE #> #> $`focal hand dystonia`$`_parent` #> [1] "DOID_0050836<DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`focal hand dystonia`$`_is_leaf` #> [1] TRUE #> #> $`focal hand dystonia`$children #> list() #> #> $`focal hand dystonia`$value #> [1] "focal hand dystonia" #> #> #> $`Focal non-motor seizure` #> $`Focal non-motor seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032679" #> #> $`Focal non-motor seizure`$`_id` #> [1] "HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal non-motor seizure`$privateGeneCount #> [1] 0 #> #> $`Focal non-motor seizure`$publicGeneCount #> [1] 1 #> #> $`Focal non-motor seizure`$urlId #> [1] "HP_0032679" #> #> $`Focal non-motor seizure`$dbPhenotype #> [1] FALSE #> #> $`Focal non-motor seizure`$`_parent` #> [1] "HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal non-motor seizure`$`_is_leaf` #> [1] FALSE #> #> $`Focal non-motor seizure`$children #> $`Focal non-motor seizure`$children[[1]] #> [1] "HP_0011157<HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Focal non-motor seizure`$value #> [1] "Focal non-motor seizure" #> #> #> $`focal segmental glomerulosclerosis` #> $`focal segmental glomerulosclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1312" #> #> $`focal segmental glomerulosclerosis`$`_id` #> [1] "DOID_1312<DOID_0050851<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`focal segmental glomerulosclerosis`$privateGeneCount #> [1] 0 #> #> $`focal segmental glomerulosclerosis`$publicGeneCount #> [1] 31 #> #> $`focal segmental glomerulosclerosis`$urlId #> [1] "DOID_1312" #> #> $`focal segmental glomerulosclerosis`$dbPhenotype #> [1] TRUE #> #> $`focal segmental glomerulosclerosis`$`_parent` #> [1] "DOID_0050851<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`focal segmental glomerulosclerosis`$`_is_leaf` #> [1] TRUE #> #> $`focal segmental glomerulosclerosis`$children #> list() #> #> $`focal segmental glomerulosclerosis`$value #> [1] "focal segmental glomerulosclerosis" #> #> #> $`Focal sensory seizure` #> $`Focal sensory seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011157" #> #> $`Focal sensory seizure`$`_id` #> [1] "HP_0011157<HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal sensory seizure`$privateGeneCount #> [1] 0 #> #> $`Focal sensory seizure`$publicGeneCount #> [1] 1 #> #> $`Focal sensory seizure`$urlId #> [1] "HP_0011157" #> #> $`Focal sensory seizure`$dbPhenotype #> [1] FALSE #> #> $`Focal sensory seizure`$`_parent` #> [1] "HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal sensory seizure`$`_is_leaf` #> [1] FALSE #> #> $`Focal sensory seizure`$children #> $`Focal sensory seizure`$children[[1]] #> [1] "HP_0011158<HP_0011157<HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal sensory seizure`$children[[2]] #> [1] "HP_0011165<HP_0011157<HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Focal sensory seizure`$value #> [1] "Focal sensory seizure" #> #> #> $`Focal sensory seizure with auditory features` #> $`Focal sensory seizure with auditory features`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011158" #> #> $`Focal sensory seizure with auditory features`$`_id` #> [1] "HP_0011158<HP_0011157<HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal sensory seizure with auditory features`$privateGeneCount #> [1] 0 #> #> $`Focal sensory seizure with auditory features`$publicGeneCount #> [1] 1 #> #> $`Focal sensory seizure with auditory features`$urlId #> [1] "HP_0011158" #> #> $`Focal sensory seizure with auditory features`$dbPhenotype #> [1] TRUE #> #> $`Focal sensory seizure with auditory features`$`_parent` #> [1] "HP_0011157<HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal sensory seizure with auditory features`$`_is_leaf` #> [1] TRUE #> #> $`Focal sensory seizure with auditory features`$children #> list() #> #> $`Focal sensory seizure with auditory features`$value #> [1] "Focal sensory seizure with auditory features" #> #> #> $`Focal sensory seizure with visual features` #> $`Focal sensory seizure with visual features`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011165" #> #> $`Focal sensory seizure with visual features`$`_id` #> [1] "HP_0011165<HP_0011157<HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal sensory seizure with visual features`$privateGeneCount #> [1] 0 #> #> $`Focal sensory seizure with visual features`$publicGeneCount #> [1] 1 #> #> $`Focal sensory seizure with visual features`$urlId #> [1] "HP_0011165" #> #> $`Focal sensory seizure with visual features`$dbPhenotype #> [1] TRUE #> #> $`Focal sensory seizure with visual features`$`_parent` #> [1] "HP_0011157<HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal sensory seizure with visual features`$`_is_leaf` #> [1] TRUE #> #> $`Focal sensory seizure with visual features`$children #> list() #> #> $`Focal sensory seizure with visual features`$value #> [1] "Focal sensory seizure with visual features" #> #> #> $`Focal white matter lesions` #> $`Focal white matter lesions`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007042" #> #> $`Focal white matter lesions`$`_id` #> [1] "HP_0007042<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal white matter lesions`$privateGeneCount #> [1] 0 #> #> $`Focal white matter lesions`$publicGeneCount #> [1] 7 #> #> $`Focal white matter lesions`$urlId #> [1] "HP_0007042" #> #> $`Focal white matter lesions`$dbPhenotype #> [1] TRUE #> #> $`Focal white matter lesions`$`_parent` #> [1] "HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal white matter lesions`$`_is_leaf` #> [1] TRUE #> #> $`Focal white matter lesions`$children #> list() #> #> $`Focal white matter lesions`$value #> [1] "Focal white matter lesions" #> #> #> $`Focal-onset seizure` #> $`Focal-onset seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007359" #> #> $`Focal-onset seizure`$`_id` #> [1] "HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal-onset seizure`$privateGeneCount #> [1] 0 #> #> $`Focal-onset seizure`$publicGeneCount #> [1] 1 #> #> $`Focal-onset seizure`$urlId #> [1] "HP_0007359" #> #> $`Focal-onset seizure`$dbPhenotype #> [1] FALSE #> #> $`Focal-onset seizure`$`_parent` #> [1] "HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Focal-onset seizure`$`_is_leaf` #> [1] FALSE #> #> $`Focal-onset seizure`$children #> $`Focal-onset seizure`$children[[1]] #> [1] "HP_0032679<HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Focal-onset seizure`$value #> [1] "Focal-onset seizure" #> #> #> $`follicular adenoma` #> $`follicular adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6204" #> #> $`follicular adenoma`$`_id` #> [1] "DOID_6204<DOID_2891<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`follicular adenoma`$privateGeneCount #> [1] 0 #> #> $`follicular adenoma`$publicGeneCount #> [1] 35 #> #> $`follicular adenoma`$urlId #> [1] "DOID_6204" #> #> $`follicular adenoma`$dbPhenotype #> [1] TRUE #> #> $`follicular adenoma`$`_parent` #> [1] "DOID_2891<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`follicular adenoma`$`_is_leaf` #> [1] TRUE #> #> $`follicular adenoma`$children #> list() #> #> $`follicular adenoma`$value #> [1] "follicular adenoma" #> #> #> $`follicular adenoma` #> $`follicular adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6204" #> #> $`follicular adenoma`$`_id` #> [1] "DOID_6204<DOID_2891<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`follicular adenoma`$privateGeneCount #> [1] 0 #> #> $`follicular adenoma`$publicGeneCount #> [1] 35 #> #> $`follicular adenoma`$urlId #> [1] "DOID_6204" #> #> $`follicular adenoma`$dbPhenotype #> [1] TRUE #> #> $`follicular adenoma`$`_parent` #> [1] "DOID_2891<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`follicular adenoma`$`_is_leaf` #> [1] TRUE #> #> $`follicular adenoma`$children #> list() #> #> $`follicular adenoma`$value #> [1] "follicular adenoma" #> #> #> $`follicular adenoma` #> $`follicular adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6204" #> #> $`follicular adenoma`$`_id` #> [1] "DOID_6204<DOID_2891<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`follicular adenoma`$privateGeneCount #> [1] 0 #> #> $`follicular adenoma`$publicGeneCount #> [1] 35 #> #> $`follicular adenoma`$urlId #> [1] "DOID_6204" #> #> $`follicular adenoma`$dbPhenotype #> [1] TRUE #> #> $`follicular adenoma`$`_parent` #> [1] "DOID_2891<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`follicular adenoma`$`_is_leaf` #> [1] TRUE #> #> $`follicular adenoma`$children #> list() #> #> $`follicular adenoma`$value #> [1] "follicular adenoma" #> #> #> $`food allergy` #> $`food allergy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3044" #> #> $`food allergy`$`_id` #> [1] "DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`food allergy`$privateGeneCount #> [1] 0 #> #> $`food allergy`$publicGeneCount #> [1] 6 #> #> $`food allergy`$urlId #> [1] "DOID_3044" #> #> $`food allergy`$dbPhenotype #> [1] TRUE #> #> $`food allergy`$`_parent` #> [1] "DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`food allergy`$`_is_leaf` #> [1] FALSE #> #> $`food allergy`$children #> $`food allergy`$children[[1]] #> [1] "DOID_4377<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`food allergy`$children[[2]] #> [1] "DOID_0060503<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`food allergy`$children[[3]] #> [1] "DOID_4376<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`food allergy`$value #> [1] "food allergy" #> #> #> $`Foster-Kennedy syndrome` #> $`Foster-Kennedy syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14555" #> #> $`Foster-Kennedy syndrome`$`_id` #> [1] "DOID_14555<DOID_146<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Foster-Kennedy syndrome`$privateGeneCount #> [1] 0 #> #> $`Foster-Kennedy syndrome`$publicGeneCount #> [1] 7 #> #> $`Foster-Kennedy syndrome`$urlId #> [1] "DOID_14555" #> #> $`Foster-Kennedy syndrome`$dbPhenotype #> [1] TRUE #> #> $`Foster-Kennedy syndrome`$`_parent` #> [1] "DOID_146<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Foster-Kennedy syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Foster-Kennedy syndrome`$children #> list() #> #> $`Foster-Kennedy syndrome`$value #> [1] "Foster-Kennedy syndrome" #> #> #> $`fragile X syndrome` #> $`fragile X syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14261" #> #> $`fragile X syndrome`$`_id` #> [1] "DOID_14261<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`fragile X syndrome`$privateGeneCount #> [1] 0 #> #> $`fragile X syndrome`$publicGeneCount #> [1] 5 #> #> $`fragile X syndrome`$urlId #> [1] "DOID_14261" #> #> $`fragile X syndrome`$dbPhenotype #> [1] TRUE #> #> $`fragile X syndrome`$`_parent` #> [1] "DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`fragile X syndrome`$`_is_leaf` #> [1] TRUE #> #> $`fragile X syndrome`$children #> list() #> #> $`fragile X syndrome`$value #> [1] "fragile X syndrome" #> #> #> $`fragile X syndrome` #> $`fragile X syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14261" #> #> $`fragile X syndrome`$`_id` #> [1] "DOID_14261<DOID_225<DOID_4" #> #> $`fragile X syndrome`$privateGeneCount #> [1] 0 #> #> $`fragile X syndrome`$publicGeneCount #> [1] 5 #> #> $`fragile X syndrome`$urlId #> [1] "DOID_14261" #> #> $`fragile X syndrome`$dbPhenotype #> [1] TRUE #> #> $`fragile X syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`fragile X syndrome`$`_is_leaf` #> [1] TRUE #> #> $`fragile X syndrome`$children #> list() #> #> $`fragile X syndrome`$value #> [1] "fragile X syndrome" #> #> #> $`fragile X-associated tremor/ataxia syndrome` #> $`fragile X-associated tremor/ataxia syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050879" #> #> $`fragile X-associated tremor/ataxia syndrome`$`_id` #> [1] "DOID_0050879<DOID_0050953<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`fragile X-associated tremor/ataxia syndrome`$privateGeneCount #> [1] 0 #> #> $`fragile X-associated tremor/ataxia syndrome`$publicGeneCount #> [1] 1 #> #> $`fragile X-associated tremor/ataxia syndrome`$urlId #> [1] "DOID_0050879" #> #> $`fragile X-associated tremor/ataxia syndrome`$dbPhenotype #> [1] TRUE #> #> $`fragile X-associated tremor/ataxia syndrome`$`_parent` #> [1] "DOID_0050953<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`fragile X-associated tremor/ataxia syndrome`$`_is_leaf` #> [1] TRUE #> #> $`fragile X-associated tremor/ataxia syndrome`$children #> list() #> #> $`fragile X-associated tremor/ataxia syndrome`$value #> [1] "fragile X-associated tremor/ataxia syndrome" #> #> #> $`fragile X-associated tremor/ataxia syndrome` #> $`fragile X-associated tremor/ataxia syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050879" #> #> $`fragile X-associated tremor/ataxia syndrome`$`_id` #> [1] "DOID_0050879<DOID_0050953<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`fragile X-associated tremor/ataxia syndrome`$privateGeneCount #> [1] 0 #> #> $`fragile X-associated tremor/ataxia syndrome`$publicGeneCount #> [1] 1 #> #> $`fragile X-associated tremor/ataxia syndrome`$urlId #> [1] "DOID_0050879" #> #> $`fragile X-associated tremor/ataxia syndrome`$dbPhenotype #> [1] TRUE #> #> $`fragile X-associated tremor/ataxia syndrome`$`_parent` #> [1] "DOID_0050953<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`fragile X-associated tremor/ataxia syndrome`$`_is_leaf` #> [1] TRUE #> #> $`fragile X-associated tremor/ataxia syndrome`$children #> list() #> #> $`fragile X-associated tremor/ataxia syndrome`$value #> [1] "fragile X-associated tremor/ataxia syndrome" #> #> #> $`Frasier syndrome` #> $`Frasier syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050438" #> #> $`Frasier syndrome`$`_id` #> [1] "DOID_0050438<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Frasier syndrome`$privateGeneCount #> [1] 0 #> #> $`Frasier syndrome`$publicGeneCount #> [1] 1 #> #> $`Frasier syndrome`$urlId #> [1] "DOID_0050438" #> #> $`Frasier syndrome`$dbPhenotype #> [1] TRUE #> #> $`Frasier syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Frasier syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Frasier syndrome`$children #> list() #> #> $`Frasier syndrome`$value #> [1] "Frasier syndrome" #> #> #> $`Frasier syndrome` #> $`Frasier syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050438" #> #> $`Frasier syndrome`$`_id` #> [1] "DOID_0050438<DOID_225<DOID_4" #> #> $`Frasier syndrome`$privateGeneCount #> [1] 0 #> #> $`Frasier syndrome`$publicGeneCount #> [1] 1 #> #> $`Frasier syndrome`$urlId #> [1] "DOID_0050438" #> #> $`Frasier syndrome`$dbPhenotype #> [1] TRUE #> #> $`Frasier syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Frasier syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Frasier syndrome`$children #> list() #> #> $`Frasier syndrome`$value #> [1] "Frasier syndrome" #> #> #> $Freckling #> $Freckling$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001480" #> #> $Freckling$`_id` #> [1] "HP_0001480<HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Freckling$privateGeneCount #> [1] 0 #> #> $Freckling$publicGeneCount #> [1] 2 #> #> $Freckling$urlId #> [1] "HP_0001480" #> #> $Freckling$dbPhenotype #> [1] TRUE #> #> $Freckling$`_parent` #> [1] "HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Freckling$`_is_leaf` #> [1] TRUE #> #> $Freckling$children #> list() #> #> $Freckling$value #> [1] "Freckling" #> #> #> $`Friedreich ataxia` #> $`Friedreich ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12705" #> #> $`Friedreich ataxia`$`_id` #> [1] "DOID_12705<DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Friedreich ataxia`$privateGeneCount #> [1] 0 #> #> $`Friedreich ataxia`$publicGeneCount #> [1] 2 #> #> $`Friedreich ataxia`$urlId #> [1] "DOID_12705" #> #> $`Friedreich ataxia`$dbPhenotype #> [1] TRUE #> #> $`Friedreich ataxia`$`_parent` #> [1] "DOID_0050950<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Friedreich ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Friedreich ataxia`$children #> list() #> #> $`Friedreich ataxia`$value #> [1] "Friedreich ataxia" #> #> #> $`Friedreich ataxia` #> $`Friedreich ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12705" #> #> $`Friedreich ataxia`$`_id` #> [1] "DOID_12705<DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Friedreich ataxia`$privateGeneCount #> [1] 0 #> #> $`Friedreich ataxia`$publicGeneCount #> [1] 2 #> #> $`Friedreich ataxia`$urlId #> [1] "DOID_12705" #> #> $`Friedreich ataxia`$dbPhenotype #> [1] TRUE #> #> $`Friedreich ataxia`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Friedreich ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Friedreich ataxia`$children #> list() #> #> $`Friedreich ataxia`$value #> [1] "Friedreich ataxia" #> #> #> $`Friedreich ataxia` #> $`Friedreich ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12705" #> #> $`Friedreich ataxia`$`_id` #> [1] "DOID_12705<DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Friedreich ataxia`$privateGeneCount #> [1] 0 #> #> $`Friedreich ataxia`$publicGeneCount #> [1] 2 #> #> $`Friedreich ataxia`$urlId #> [1] "DOID_12705" #> #> $`Friedreich ataxia`$dbPhenotype #> [1] TRUE #> #> $`Friedreich ataxia`$`_parent` #> [1] "DOID_0050950<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Friedreich ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Friedreich ataxia`$children #> list() #> #> $`Friedreich ataxia`$value #> [1] "Friedreich ataxia" #> #> #> $`Frontal balding` #> $`Frontal balding`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002292" #> #> $`Frontal balding`$`_id` #> [1] "HP_0002292<HP_0011360<HP_0010720<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Frontal balding`$privateGeneCount #> [1] 0 #> #> $`Frontal balding`$publicGeneCount #> [1] 1 #> #> $`Frontal balding`$urlId #> [1] "HP_0002292" #> #> $`Frontal balding`$dbPhenotype #> [1] TRUE #> #> $`Frontal balding`$`_parent` #> [1] "HP_0011360<HP_0010720<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Frontal balding`$`_is_leaf` #> [1] TRUE #> #> $`Frontal balding`$children #> list() #> #> $`Frontal balding`$value #> [1] "Frontal balding" #> #> #> $`frontal lobe epilepsy` #> $`frontal lobe epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3331" #> #> $`frontal lobe epilepsy`$`_id` #> [1] "DOID_3331<DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`frontal lobe epilepsy`$privateGeneCount #> [1] 0 #> #> $`frontal lobe epilepsy`$publicGeneCount #> [1] 5 #> #> $`frontal lobe epilepsy`$urlId #> [1] "DOID_3331" #> #> $`frontal lobe epilepsy`$dbPhenotype #> [1] TRUE #> #> $`frontal lobe epilepsy`$`_parent` #> [1] "DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`frontal lobe epilepsy`$`_is_leaf` #> [1] TRUE #> #> $`frontal lobe epilepsy`$children #> list() #> #> $`frontal lobe epilepsy`$value #> [1] "frontal lobe epilepsy" #> #> #> $`frontotemporal dementia` #> $`frontotemporal dementia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9255" #> #> $`frontotemporal dementia`$`_id` #> [1] "DOID_9255<DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> $`frontotemporal dementia`$privateGeneCount #> [1] 0 #> #> $`frontotemporal dementia`$publicGeneCount #> [1] 11 #> #> $`frontotemporal dementia`$urlId #> [1] "DOID_9255" #> #> $`frontotemporal dementia`$dbPhenotype #> [1] TRUE #> #> $`frontotemporal dementia`$`_parent` #> [1] "DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> $`frontotemporal dementia`$`_is_leaf` #> [1] TRUE #> #> $`frontotemporal dementia`$children #> list() #> #> $`frontotemporal dementia`$value #> [1] "frontotemporal dementia" #> #> #> $`frontotemporal dementia` #> $`frontotemporal dementia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9255" #> #> $`frontotemporal dementia`$`_id` #> [1] "DOID_9255<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`frontotemporal dementia`$privateGeneCount #> [1] 0 #> #> $`frontotemporal dementia`$publicGeneCount #> [1] 11 #> #> $`frontotemporal dementia`$urlId #> [1] "DOID_9255" #> #> $`frontotemporal dementia`$dbPhenotype #> [1] TRUE #> #> $`frontotemporal dementia`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`frontotemporal dementia`$`_is_leaf` #> [1] TRUE #> #> $`frontotemporal dementia`$children #> list() #> #> $`frontotemporal dementia`$value #> [1] "frontotemporal dementia" #> #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1` #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060213" #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$`_id` #> [1] "DOID_0060213<DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$privateGeneCount #> [1] 0 #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$publicGeneCount #> [1] 1 #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$urlId #> [1] "DOID_0060213" #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$dbPhenotype #> [1] TRUE #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$`_parent` #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$`_is_leaf` #> [1] TRUE #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$children #> list() #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$value #> [1] "frontotemporal dementia and/or amyotrophic lateral sclerosis-1" #> #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1` #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060213" #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$`_id` #> [1] "DOID_0060213<DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$privateGeneCount #> [1] 0 #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$publicGeneCount #> [1] 1 #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$urlId #> [1] "DOID_0060213" #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$dbPhenotype #> [1] TRUE #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$`_parent` #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$`_is_leaf` #> [1] TRUE #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$children #> list() #> #> $`frontotemporal dementia and/or amyotrophic lateral sclerosis-1`$value #> [1] "frontotemporal dementia and/or amyotrophic lateral sclerosis-1" #> #> #> $`Fructose intolerance` #> $`Fructose intolerance`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005973" #> #> $`Fructose intolerance`$`_id` #> [1] "HP_0005973<HP_0011033<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Fructose intolerance`$privateGeneCount #> [1] 0 #> #> $`Fructose intolerance`$publicGeneCount #> [1] 1 #> #> $`Fructose intolerance`$urlId #> [1] "HP_0005973" #> #> $`Fructose intolerance`$dbPhenotype #> [1] TRUE #> #> $`Fructose intolerance`$`_parent` #> [1] "HP_0011033<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Fructose intolerance`$`_is_leaf` #> [1] TRUE #> #> $`Fructose intolerance`$children #> list() #> #> $`Fructose intolerance`$value #> [1] "Fructose intolerance" #> #> #> $`fructose-1,6-bisphosphatase deficiency` #> $`fructose-1,6-bisphosphatase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5204" #> #> $`fructose-1,6-bisphosphatase deficiency`$`_id` #> [1] "DOID_5204<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`fructose-1,6-bisphosphatase deficiency`$privateGeneCount #> [1] 0 #> #> $`fructose-1,6-bisphosphatase deficiency`$publicGeneCount #> [1] 1 #> #> $`fructose-1,6-bisphosphatase deficiency`$urlId #> [1] "DOID_5204" #> #> $`fructose-1,6-bisphosphatase deficiency`$dbPhenotype #> [1] TRUE #> #> $`fructose-1,6-bisphosphatase deficiency`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`fructose-1,6-bisphosphatase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`fructose-1,6-bisphosphatase deficiency`$children #> list() #> #> $`fructose-1,6-bisphosphatase deficiency`$value #> [1] "fructose-1,6-bisphosphatase deficiency" #> #> #> $`fruit allergy` #> $`fruit allergy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060503" #> #> $`fruit allergy`$`_id` #> [1] "DOID_0060503<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`fruit allergy`$privateGeneCount #> [1] 0 #> #> $`fruit allergy`$publicGeneCount #> [1] 2 #> #> $`fruit allergy`$urlId #> [1] "DOID_0060503" #> #> $`fruit allergy`$dbPhenotype #> [1] FALSE #> #> $`fruit allergy`$`_parent` #> [1] "DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`fruit allergy`$`_is_leaf` #> [1] FALSE #> #> $`fruit allergy`$children #> $`fruit allergy`$children[[1]] #> [1] "DOID_0060904<DOID_0060503<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`fruit allergy`$value #> [1] "fruit allergy" #> #> #> $`Fuchs' endothelial dystrophy` #> $`Fuchs' endothelial dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11555" #> #> $`Fuchs' endothelial dystrophy`$`_id` #> [1] "DOID_11555<DOID_0060443<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Fuchs' endothelial dystrophy`$privateGeneCount #> [1] 0 #> #> $`Fuchs' endothelial dystrophy`$publicGeneCount #> [1] 9 #> #> $`Fuchs' endothelial dystrophy`$urlId #> [1] "DOID_11555" #> #> $`Fuchs' endothelial dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Fuchs' endothelial dystrophy`$`_parent` #> [1] "DOID_0060443<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Fuchs' endothelial dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Fuchs' endothelial dystrophy`$children #> list() #> #> $`Fuchs' endothelial dystrophy`$value #> [1] "Fuchs' endothelial dystrophy" #> #> #> $fucosidosis #> $fucosidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14500" #> #> $fucosidosis$`_id` #> [1] "DOID_14500<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $fucosidosis$privateGeneCount #> [1] 0 #> #> $fucosidosis$publicGeneCount #> [1] 1 #> #> $fucosidosis$urlId #> [1] "DOID_14500" #> #> $fucosidosis$dbPhenotype #> [1] TRUE #> #> $fucosidosis$`_parent` #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $fucosidosis$`_is_leaf` #> [1] TRUE #> #> $fucosidosis$children #> list() #> #> $fucosidosis$value #> [1] "fucosidosis" #> #> #> $`Fukuyama congenital muscular dystrophy` #> $`Fukuyama congenital muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050559" #> #> $`Fukuyama congenital muscular dystrophy`$`_id` #> [1] "DOID_0050559<DOID_0111229<DOID_0050588<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Fukuyama congenital muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Fukuyama congenital muscular dystrophy`$publicGeneCount #> [1] 1 #> #> $`Fukuyama congenital muscular dystrophy`$urlId #> [1] "DOID_0050559" #> #> $`Fukuyama congenital muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Fukuyama congenital muscular dystrophy`$`_parent` #> [1] "DOID_0111229<DOID_0050588<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Fukuyama congenital muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Fukuyama congenital muscular dystrophy`$children #> list() #> #> $`Fukuyama congenital muscular dystrophy`$value #> [1] "Fukuyama congenital muscular dystrophy" #> #> #> $`Fukuyama congenital muscular dystrophy` #> $`Fukuyama congenital muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050559" #> #> $`Fukuyama congenital muscular dystrophy`$`_id` #> [1] "DOID_0050559<DOID_0111229<DOID_0050588<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Fukuyama congenital muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Fukuyama congenital muscular dystrophy`$publicGeneCount #> [1] 1 #> #> $`Fukuyama congenital muscular dystrophy`$urlId #> [1] "DOID_0050559" #> #> $`Fukuyama congenital muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Fukuyama congenital muscular dystrophy`$`_parent` #> [1] "DOID_0111229<DOID_0050588<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Fukuyama congenital muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Fukuyama congenital muscular dystrophy`$children #> list() #> #> $`Fukuyama congenital muscular dystrophy`$value #> [1] "Fukuyama congenital muscular dystrophy" #> #> #> $`Functional abnormality of the bladder` #> $`Functional abnormality of the bladder`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000009" #> #> $`Functional abnormality of the bladder`$`_id` #> [1] "HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the bladder`$privateGeneCount #> [1] 0 #> #> $`Functional abnormality of the bladder`$publicGeneCount #> [1] 4 #> #> $`Functional abnormality of the bladder`$urlId #> [1] "HP_0000009" #> #> $`Functional abnormality of the bladder`$dbPhenotype #> [1] FALSE #> #> $`Functional abnormality of the bladder`$`_parent` #> [1] "HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the bladder`$`_is_leaf` #> [1] FALSE #> #> $`Functional abnormality of the bladder`$children #> $`Functional abnormality of the bladder`$children[[1]] #> [1] "HP_0000805<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the bladder`$children[[2]] #> [1] "HP_0000020<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the bladder`$children[[3]] #> [1] "HP_0000016<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Functional abnormality of the bladder`$value #> [1] "Functional abnormality of the bladder" #> #> #> $`Functional abnormality of the gastrointestinal tract` #> $`Functional abnormality of the gastrointestinal tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012719" #> #> $`Functional abnormality of the gastrointestinal tract`$`_id` #> [1] "HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the gastrointestinal tract`$privateGeneCount #> [1] 0 #> #> $`Functional abnormality of the gastrointestinal tract`$publicGeneCount #> [1] 36 #> #> $`Functional abnormality of the gastrointestinal tract`$urlId #> [1] "HP_0012719" #> #> $`Functional abnormality of the gastrointestinal tract`$dbPhenotype #> [1] FALSE #> #> $`Functional abnormality of the gastrointestinal tract`$`_parent` #> [1] "HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the gastrointestinal tract`$`_is_leaf` #> [1] FALSE #> #> $`Functional abnormality of the gastrointestinal tract`$children #> $`Functional abnormality of the gastrointestinal tract`$children[[1]] #> [1] "HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the gastrointestinal tract`$children[[2]] #> [1] "HP_0025270<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the gastrointestinal tract`$children[[3]] #> [1] "HP_0002239<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the gastrointestinal tract`$children[[4]] #> [1] "HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the gastrointestinal tract`$children[[5]] #> [1] "HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the gastrointestinal tract`$children[[6]] #> [1] "HP_0004798<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Functional abnormality of the gastrointestinal tract`$value #> [1] "Functional abnormality of the gastrointestinal tract" #> #> #> $`Functional abnormality of the inner ear` #> $`Functional abnormality of the inner ear`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011389" #> #> $`Functional abnormality of the inner ear`$`_id` #> [1] "HP_0011389<HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the inner ear`$privateGeneCount #> [1] 0 #> #> $`Functional abnormality of the inner ear`$publicGeneCount #> [1] 6 #> #> $`Functional abnormality of the inner ear`$urlId #> [1] "HP_0011389" #> #> $`Functional abnormality of the inner ear`$dbPhenotype #> [1] FALSE #> #> $`Functional abnormality of the inner ear`$`_parent` #> [1] "HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the inner ear`$`_is_leaf` #> [1] FALSE #> #> $`Functional abnormality of the inner ear`$children #> $`Functional abnormality of the inner ear`$children[[1]] #> [1] "HP_0000407<HP_0011389<HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Functional abnormality of the inner ear`$value #> [1] "Functional abnormality of the inner ear" #> #> #> $`Functional abnormality of the middle ear` #> $`Functional abnormality of the middle ear`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011452" #> #> $`Functional abnormality of the middle ear`$`_id` #> [1] "HP_0011452<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the middle ear`$privateGeneCount #> [1] 0 #> #> $`Functional abnormality of the middle ear`$publicGeneCount #> [1] 1 #> #> $`Functional abnormality of the middle ear`$urlId #> [1] "HP_0011452" #> #> $`Functional abnormality of the middle ear`$dbPhenotype #> [1] FALSE #> #> $`Functional abnormality of the middle ear`$`_parent` #> [1] "HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Functional abnormality of the middle ear`$`_is_leaf` #> [1] FALSE #> #> $`Functional abnormality of the middle ear`$children #> $`Functional abnormality of the middle ear`$children[[1]] #> [1] "HP_0000405<HP_0011452<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Functional abnormality of the middle ear`$value #> [1] "Functional abnormality of the middle ear" #> #> #> $`functional gastric disease` #> $`functional gastric disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1159" #> #> $`functional gastric disease`$`_id` #> [1] "DOID_1159<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`functional gastric disease`$privateGeneCount #> [1] 0 #> #> $`functional gastric disease`$publicGeneCount #> [1] 1 #> #> $`functional gastric disease`$urlId #> [1] "DOID_1159" #> #> $`functional gastric disease`$dbPhenotype #> [1] FALSE #> #> $`functional gastric disease`$`_parent` #> [1] "DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`functional gastric disease`$`_is_leaf` #> [1] FALSE #> #> $`functional gastric disease`$children #> $`functional gastric disease`$children[[1]] #> [1] "DOID_11914<DOID_1159<DOID_76<DOID_77<DOID_7<DOID_4" #> #> #> $`functional gastric disease`$value #> [1] "functional gastric disease" #> #> #> $`Functional respiratory abnormality` #> $`Functional respiratory abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002795" #> #> $`Functional respiratory abnormality`$`_id` #> [1] "HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Functional respiratory abnormality`$privateGeneCount #> [1] 0 #> #> $`Functional respiratory abnormality`$publicGeneCount #> [1] 84 #> #> $`Functional respiratory abnormality`$urlId #> [1] "HP_0002795" #> #> $`Functional respiratory abnormality`$dbPhenotype #> [1] FALSE #> #> $`Functional respiratory abnormality`$`_parent` #> [1] "HP_0002086<HP_0000118<HP_0000001" #> #> $`Functional respiratory abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Functional respiratory abnormality`$children #> $`Functional respiratory abnormality`$children[[1]] #> [1] "HP_0012415<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Functional respiratory abnormality`$children[[2]] #> [1] "HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Functional respiratory abnormality`$children[[3]] #> [1] "HP_0002099<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Functional respiratory abnormality`$children[[4]] #> [1] "HP_0012735<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Functional respiratory abnormality`$children[[5]] #> [1] "HP_0000961<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Functional respiratory abnormality`$children[[6]] #> [1] "HP_0002094<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Functional respiratory abnormality`$children[[7]] #> [1] "HP_0002093<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Functional respiratory abnormality`$value #> [1] "Functional respiratory abnormality" #> #> #> $`functioning pituitary adenoma` #> $`functioning pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5395" #> #> $`functioning pituitary adenoma`$`_id` #> [1] "DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`functioning pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`functioning pituitary adenoma`$publicGeneCount #> [1] 7 #> #> $`functioning pituitary adenoma`$urlId #> [1] "DOID_5395" #> #> $`functioning pituitary adenoma`$dbPhenotype #> [1] FALSE #> #> $`functioning pituitary adenoma`$`_parent` #> [1] "DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`functioning pituitary adenoma`$`_is_leaf` #> [1] FALSE #> #> $`functioning pituitary adenoma`$children #> $`functioning pituitary adenoma`$children[[1]] #> [1] "DOID_7004<DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`functioning pituitary adenoma`$children[[2]] #> [1] "DOID_6255<DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`functioning pituitary adenoma`$children[[3]] #> [1] "DOID_5394<DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`functioning pituitary adenoma`$value #> [1] "functioning pituitary adenoma" #> #> #> $`functioning pituitary adenoma` #> $`functioning pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5395" #> #> $`functioning pituitary adenoma`$`_id` #> [1] "DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`functioning pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`functioning pituitary adenoma`$publicGeneCount #> [1] 7 #> #> $`functioning pituitary adenoma`$urlId #> [1] "DOID_5395" #> #> $`functioning pituitary adenoma`$dbPhenotype #> [1] FALSE #> #> $`functioning pituitary adenoma`$`_parent` #> [1] "DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`functioning pituitary adenoma`$`_is_leaf` #> [1] FALSE #> #> $`functioning pituitary adenoma`$children #> $`functioning pituitary adenoma`$children[[1]] #> [1] "DOID_7004<DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`functioning pituitary adenoma`$children[[2]] #> [1] "DOID_6255<DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`functioning pituitary adenoma`$children[[3]] #> [1] "DOID_5394<DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> #> $`functioning pituitary adenoma`$value #> [1] "functioning pituitary adenoma" #> #> #> $`functioning pituitary adenoma` #> $`functioning pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5395" #> #> $`functioning pituitary adenoma`$`_id` #> [1] "DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`functioning pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`functioning pituitary adenoma`$publicGeneCount #> [1] 7 #> #> $`functioning pituitary adenoma`$urlId #> [1] "DOID_5395" #> #> $`functioning pituitary adenoma`$dbPhenotype #> [1] FALSE #> #> $`functioning pituitary adenoma`$`_parent` #> [1] "DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`functioning pituitary adenoma`$`_is_leaf` #> [1] FALSE #> #> $`functioning pituitary adenoma`$children #> $`functioning pituitary adenoma`$children[[1]] #> [1] "DOID_7004<DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`functioning pituitary adenoma`$children[[2]] #> [1] "DOID_6255<DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`functioning pituitary adenoma`$children[[3]] #> [1] "DOID_5394<DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`functioning pituitary adenoma`$value #> [1] "functioning pituitary adenoma" #> #> #> $`fundus albipunctatus` #> $`fundus albipunctatus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11105" #> #> $`fundus albipunctatus`$`_id` #> [1] "DOID_11105<DOID_8501<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`fundus albipunctatus`$privateGeneCount #> [1] 0 #> #> $`fundus albipunctatus`$publicGeneCount #> [1] 4 #> #> $`fundus albipunctatus`$urlId #> [1] "DOID_11105" #> #> $`fundus albipunctatus`$dbPhenotype #> [1] TRUE #> #> $`fundus albipunctatus`$`_parent` #> [1] "DOID_8501<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`fundus albipunctatus`$`_is_leaf` #> [1] TRUE #> #> $`fundus albipunctatus`$children #> list() #> #> $`fundus albipunctatus`$value #> [1] "fundus albipunctatus" #> #> #> $`fundus dystrophy` #> $`fundus dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8501" #> #> $`fundus dystrophy`$`_id` #> [1] "DOID_8501<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`fundus dystrophy`$privateGeneCount #> [1] 0 #> #> $`fundus dystrophy`$publicGeneCount #> [1] 11 #> #> $`fundus dystrophy`$urlId #> [1] "DOID_8501" #> #> $`fundus dystrophy`$dbPhenotype #> [1] TRUE #> #> $`fundus dystrophy`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`fundus dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`fundus dystrophy`$children #> $`fundus dystrophy`$children[[1]] #> [1] "DOID_0050683<DOID_8501<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`fundus dystrophy`$children[[2]] #> [1] "DOID_11105<DOID_8501<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`fundus dystrophy`$value #> [1] "fundus dystrophy" #> #> #> $`fungal infectious disease` #> $`fungal infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1564" #> #> $`fungal infectious disease`$`_id` #> [1] "DOID_1564<DOID_0050117<DOID_4" #> #> $`fungal infectious disease`$privateGeneCount #> [1] 0 #> #> $`fungal infectious disease`$publicGeneCount #> [1] 37 #> #> $`fungal infectious disease`$urlId #> [1] "DOID_1564" #> #> $`fungal infectious disease`$dbPhenotype #> [1] TRUE #> #> $`fungal infectious disease`$`_parent` #> [1] "DOID_0050117<DOID_4" #> #> $`fungal infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`fungal infectious disease`$children #> $`fungal infectious disease`$children[[1]] #> [1] "DOID_0050134<DOID_1564<DOID_0050117<DOID_4" #> #> $`fungal infectious disease`$children[[2]] #> [1] "DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> #> $`fungal infectious disease`$value #> [1] "fungal infectious disease" #> #> #> $funisitis #> $funisitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050698" #> #> $funisitis$`_id` #> [1] "DOID_0050698<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $funisitis$privateGeneCount #> [1] 0 #> #> $funisitis$publicGeneCount #> [1] 21 #> #> $funisitis$urlId #> [1] "DOID_0050698" #> #> $funisitis$dbPhenotype #> [1] TRUE #> #> $funisitis$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $funisitis$`_is_leaf` #> [1] TRUE #> #> $funisitis$children #> list() #> #> $funisitis$value #> [1] "funisitis" #> #> #> $`GABA aminotransferase deficiency` #> $`GABA aminotransferase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060174" #> #> $`GABA aminotransferase deficiency`$`_id` #> [1] "DOID_0060174<DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`GABA aminotransferase deficiency`$privateGeneCount #> [1] 0 #> #> $`GABA aminotransferase deficiency`$publicGeneCount #> [1] 1 #> #> $`GABA aminotransferase deficiency`$urlId #> [1] "DOID_0060174" #> #> $`GABA aminotransferase deficiency`$dbPhenotype #> [1] TRUE #> #> $`GABA aminotransferase deficiency`$`_parent` #> [1] "DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`GABA aminotransferase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`GABA aminotransferase deficiency`$children #> list() #> #> $`GABA aminotransferase deficiency`$value #> [1] "GABA aminotransferase deficiency" #> #> #> $`Gait ataxia` #> $`Gait ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002066" #> #> $`Gait ataxia`$`_id` #> [1] "HP_0002066<HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Gait ataxia`$privateGeneCount #> [1] 0 #> #> $`Gait ataxia`$publicGeneCount #> [1] 1 #> #> $`Gait ataxia`$urlId #> [1] "HP_0002066" #> #> $`Gait ataxia`$dbPhenotype #> [1] TRUE #> #> $`Gait ataxia`$`_parent` #> [1] "HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Gait ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Gait ataxia`$children #> list() #> #> $`Gait ataxia`$value #> [1] "Gait ataxia" #> #> #> $`Gait ataxia` #> $`Gait ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002066" #> #> $`Gait ataxia`$`_id` #> [1] "HP_0002066<HP_0001288<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Gait ataxia`$privateGeneCount #> [1] 0 #> #> $`Gait ataxia`$publicGeneCount #> [1] 1 #> #> $`Gait ataxia`$urlId #> [1] "HP_0002066" #> #> $`Gait ataxia`$dbPhenotype #> [1] TRUE #> #> $`Gait ataxia`$`_parent` #> [1] "HP_0001288<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Gait ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Gait ataxia`$children #> list() #> #> $`Gait ataxia`$value #> [1] "Gait ataxia" #> #> #> $`Gait disturbance` #> $`Gait disturbance`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001288" #> #> $`Gait disturbance`$`_id` #> [1] "HP_0001288<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Gait disturbance`$privateGeneCount #> [1] 0 #> #> $`Gait disturbance`$publicGeneCount #> [1] 1 #> #> $`Gait disturbance`$urlId #> [1] "HP_0001288" #> #> $`Gait disturbance`$dbPhenotype #> [1] FALSE #> #> $`Gait disturbance`$`_parent` #> [1] "HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Gait disturbance`$`_is_leaf` #> [1] FALSE #> #> $`Gait disturbance`$children #> $`Gait disturbance`$children[[1]] #> [1] "HP_0002066<HP_0001288<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Gait disturbance`$value #> [1] "Gait disturbance" #> #> #> $`galactokinase deficiency` #> $`galactokinase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14695" #> #> $`galactokinase deficiency`$`_id` #> [1] "DOID_14695<DOID_9870<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`galactokinase deficiency`$privateGeneCount #> [1] 0 #> #> $`galactokinase deficiency`$publicGeneCount #> [1] 1 #> #> $`galactokinase deficiency`$urlId #> [1] "DOID_14695" #> #> $`galactokinase deficiency`$dbPhenotype #> [1] TRUE #> #> $`galactokinase deficiency`$`_parent` #> [1] "DOID_9870<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`galactokinase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`galactokinase deficiency`$children #> list() #> #> $`galactokinase deficiency`$value #> [1] "galactokinase deficiency" #> #> #> $Galactorrhea #> $Galactorrhea$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100829" #> #> $Galactorrhea$`_id` #> [1] "HP_0100829<HP_0031094<HP_0000769<HP_0000118<HP_0000001" #> #> $Galactorrhea$privateGeneCount #> [1] 0 #> #> $Galactorrhea$publicGeneCount #> [1] 1 #> #> $Galactorrhea$urlId #> [1] "HP_0100829" #> #> $Galactorrhea$dbPhenotype #> [1] TRUE #> #> $Galactorrhea$`_parent` #> [1] "HP_0031094<HP_0000769<HP_0000118<HP_0000001" #> #> $Galactorrhea$`_is_leaf` #> [1] TRUE #> #> $Galactorrhea$children #> list() #> #> $Galactorrhea$value #> [1] "Galactorrhea" #> #> #> $galactosemia #> $galactosemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9870" #> #> $galactosemia$`_id` #> [1] "DOID_9870<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $galactosemia$privateGeneCount #> [1] 0 #> #> $galactosemia$publicGeneCount #> [1] 3 #> #> $galactosemia$urlId #> [1] "DOID_9870" #> #> $galactosemia$dbPhenotype #> [1] TRUE #> #> $galactosemia$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $galactosemia$`_is_leaf` #> [1] FALSE #> #> $galactosemia$children #> $galactosemia$children[[1]] #> [1] "DOID_14695<DOID_9870<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> #> $galactosemia$value #> [1] "galactosemia" #> #> #> $`gallbladder cancer` #> $`gallbladder cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3121" #> #> $`gallbladder cancer`$`_id` #> [1] "DOID_3121<DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $`gallbladder cancer`$privateGeneCount #> [1] 0 #> #> $`gallbladder cancer`$publicGeneCount #> [1] 53 #> #> $`gallbladder cancer`$urlId #> [1] "DOID_3121" #> #> $`gallbladder cancer`$dbPhenotype #> [1] TRUE #> #> $`gallbladder cancer`$`_parent` #> [1] "DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $`gallbladder cancer`$`_is_leaf` #> [1] TRUE #> #> $`gallbladder cancer`$children #> list() #> #> $`gallbladder cancer`$value #> [1] "gallbladder cancer" #> #> #> $`gallbladder cancer` #> $`gallbladder cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3121" #> #> $`gallbladder cancer`$`_id` #> [1] "DOID_3121<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gallbladder cancer`$privateGeneCount #> [1] 0 #> #> $`gallbladder cancer`$publicGeneCount #> [1] 53 #> #> $`gallbladder cancer`$urlId #> [1] "DOID_3121" #> #> $`gallbladder cancer`$dbPhenotype #> [1] TRUE #> #> $`gallbladder cancer`$`_parent` #> [1] "DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gallbladder cancer`$`_is_leaf` #> [1] TRUE #> #> $`gallbladder cancer`$children #> list() #> #> $`gallbladder cancer`$value #> [1] "gallbladder cancer" #> #> #> $`gallbladder cancer` #> $`gallbladder cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3121" #> #> $`gallbladder cancer`$`_id` #> [1] "DOID_3121<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gallbladder cancer`$privateGeneCount #> [1] 0 #> #> $`gallbladder cancer`$publicGeneCount #> [1] 53 #> #> $`gallbladder cancer`$urlId #> [1] "DOID_3121" #> #> $`gallbladder cancer`$dbPhenotype #> [1] TRUE #> #> $`gallbladder cancer`$`_parent` #> [1] "DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gallbladder cancer`$`_is_leaf` #> [1] TRUE #> #> $`gallbladder cancer`$children #> list() #> #> $`gallbladder cancer`$value #> [1] "gallbladder cancer" #> #> #> $`gallbladder disease` #> $`gallbladder disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060262" #> #> $`gallbladder disease`$`_id` #> [1] "DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $`gallbladder disease`$privateGeneCount #> [1] 0 #> #> $`gallbladder disease`$publicGeneCount #> [1] 59 #> #> $`gallbladder disease`$urlId #> [1] "DOID_0060262" #> #> $`gallbladder disease`$dbPhenotype #> [1] TRUE #> #> $`gallbladder disease`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`gallbladder disease`$`_is_leaf` #> [1] FALSE #> #> $`gallbladder disease`$children #> $`gallbladder disease`$children[[1]] #> [1] "DOID_11151<DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $`gallbladder disease`$children[[2]] #> [1] "DOID_10211<DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $`gallbladder disease`$children[[3]] #> [1] "DOID_3121<DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $`gallbladder disease`$children[[4]] #> [1] "DOID_13768<DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> #> $`gallbladder disease`$value #> [1] "gallbladder disease" #> #> #> $`Galloway-Mowat syndrome` #> $`Galloway-Mowat syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080694" #> #> $`Galloway-Mowat syndrome`$`_id` #> [1] "DOID_0080694<DOID_225<DOID_4" #> #> $`Galloway-Mowat syndrome`$privateGeneCount #> [1] 0 #> #> $`Galloway-Mowat syndrome`$publicGeneCount #> [1] 1 #> #> $`Galloway-Mowat syndrome`$urlId #> [1] "DOID_0080694" #> #> $`Galloway-Mowat syndrome`$dbPhenotype #> [1] FALSE #> #> $`Galloway-Mowat syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Galloway-Mowat syndrome`$`_is_leaf` #> [1] FALSE #> #> $`Galloway-Mowat syndrome`$children #> $`Galloway-Mowat syndrome`$children[[1]] #> [1] "DOID_0060364<DOID_0080694<DOID_225<DOID_4" #> #> #> $`Galloway-Mowat syndrome`$value #> [1] "Galloway-Mowat syndrome" #> #> #> $`Galloway-Mowat syndrome 1` #> $`Galloway-Mowat syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060364" #> #> $`Galloway-Mowat syndrome 1`$`_id` #> [1] "DOID_0060364<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Galloway-Mowat syndrome 1`$privateGeneCount #> [1] 0 #> #> $`Galloway-Mowat syndrome 1`$publicGeneCount #> [1] 1 #> #> $`Galloway-Mowat syndrome 1`$urlId #> [1] "DOID_0060364" #> #> $`Galloway-Mowat syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`Galloway-Mowat syndrome 1`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Galloway-Mowat syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`Galloway-Mowat syndrome 1`$children #> list() #> #> $`Galloway-Mowat syndrome 1`$value #> [1] "Galloway-Mowat syndrome 1" #> #> #> $`Galloway-Mowat syndrome 1` #> $`Galloway-Mowat syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060364" #> #> $`Galloway-Mowat syndrome 1`$`_id` #> [1] "DOID_0060364<DOID_0080694<DOID_225<DOID_4" #> #> $`Galloway-Mowat syndrome 1`$privateGeneCount #> [1] 0 #> #> $`Galloway-Mowat syndrome 1`$publicGeneCount #> [1] 1 #> #> $`Galloway-Mowat syndrome 1`$urlId #> [1] "DOID_0060364" #> #> $`Galloway-Mowat syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`Galloway-Mowat syndrome 1`$`_parent` #> [1] "DOID_0080694<DOID_225<DOID_4" #> #> $`Galloway-Mowat syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`Galloway-Mowat syndrome 1`$children #> list() #> #> $`Galloway-Mowat syndrome 1`$value #> [1] "Galloway-Mowat syndrome 1" #> #> #> $`gamma-amino butyric acid metabolism disorder` #> $`gamma-amino butyric acid metabolism disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060176" #> #> $`gamma-amino butyric acid metabolism disorder`$`_id` #> [1] "DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`gamma-amino butyric acid metabolism disorder`$privateGeneCount #> [1] 0 #> #> $`gamma-amino butyric acid metabolism disorder`$publicGeneCount #> [1] 3 #> #> $`gamma-amino butyric acid metabolism disorder`$urlId #> [1] "DOID_0060176" #> #> $`gamma-amino butyric acid metabolism disorder`$dbPhenotype #> [1] FALSE #> #> $`gamma-amino butyric acid metabolism disorder`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`gamma-amino butyric acid metabolism disorder`$`_is_leaf` #> [1] FALSE #> #> $`gamma-amino butyric acid metabolism disorder`$children #> $`gamma-amino butyric acid metabolism disorder`$children[[1]] #> [1] "DOID_0060174<DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`gamma-amino butyric acid metabolism disorder`$children[[2]] #> [1] "DOID_0060177<DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`gamma-amino butyric acid metabolism disorder`$children[[3]] #> [1] "DOID_0060175<DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $`gamma-amino butyric acid metabolism disorder`$value #> [1] "gamma-amino butyric acid metabolism disorder" #> #> #> $`Gamstorp-Wohlfart syndrome` #> $`Gamstorp-Wohlfart syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050526" #> #> $`Gamstorp-Wohlfart syndrome`$`_id` #> [1] "DOID_0050526<DOID_225<DOID_4" #> #> $`Gamstorp-Wohlfart syndrome`$privateGeneCount #> [1] 0 #> #> $`Gamstorp-Wohlfart syndrome`$publicGeneCount #> [1] 1 #> #> $`Gamstorp-Wohlfart syndrome`$urlId #> [1] "DOID_0050526" #> #> $`Gamstorp-Wohlfart syndrome`$dbPhenotype #> [1] TRUE #> #> $`Gamstorp-Wohlfart syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Gamstorp-Wohlfart syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Gamstorp-Wohlfart syndrome`$children #> list() #> #> $`Gamstorp-Wohlfart syndrome`$value #> [1] "Gamstorp-Wohlfart syndrome" #> #> #> $gangliosidosis #> $gangliosidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2368" #> #> $gangliosidosis$`_id` #> [1] "DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $gangliosidosis$privateGeneCount #> [1] 0 #> #> $gangliosidosis$publicGeneCount #> [1] 4 #> #> $gangliosidosis$urlId #> [1] "DOID_2368" #> #> $gangliosidosis$dbPhenotype #> [1] FALSE #> #> $gangliosidosis$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $gangliosidosis$`_is_leaf` #> [1] FALSE #> #> $gangliosidosis$children #> $gangliosidosis$children[[1]] #> [1] "DOID_3322<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $gangliosidosis$children[[2]] #> [1] "DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $gangliosidosis$value #> [1] "gangliosidosis" #> #> #> $gangliosidosis #> $gangliosidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2368" #> #> $gangliosidosis$`_id` #> [1] "DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $gangliosidosis$privateGeneCount #> [1] 0 #> #> $gangliosidosis$publicGeneCount #> [1] 4 #> #> $gangliosidosis$urlId #> [1] "DOID_2368" #> #> $gangliosidosis$dbPhenotype #> [1] FALSE #> #> $gangliosidosis$`_parent` #> [1] "DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $gangliosidosis$`_is_leaf` #> [1] FALSE #> #> $gangliosidosis$children #> $gangliosidosis$children[[1]] #> [1] "DOID_3322<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $gangliosidosis$children[[2]] #> [1] "DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> #> $gangliosidosis$value #> [1] "gangliosidosis" #> #> #> $`gastric adenocarcinoma` #> $`gastric adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3717" #> #> $`gastric adenocarcinoma`$`_id` #> [1] "DOID_3717<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gastric adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`gastric adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`gastric adenocarcinoma`$urlId #> [1] "DOID_3717" #> #> $`gastric adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`gastric adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gastric adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`gastric adenocarcinoma`$children #> $`gastric adenocarcinoma`$children[[1]] #> [1] "DOID_6217<DOID_3717<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`gastric adenocarcinoma`$value #> [1] "gastric adenocarcinoma" #> #> #> $`gastric adenocarcinoma` #> $`gastric adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3717" #> #> $`gastric adenocarcinoma`$`_id` #> [1] "DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastric adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`gastric adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`gastric adenocarcinoma`$urlId #> [1] "DOID_3717" #> #> $`gastric adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`gastric adenocarcinoma`$`_parent` #> [1] "DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastric adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`gastric adenocarcinoma`$children #> $`gastric adenocarcinoma`$children[[1]] #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`gastric adenocarcinoma`$value #> [1] "gastric adenocarcinoma" #> #> #> $`gastric adenocarcinoma` #> $`gastric adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3717" #> #> $`gastric adenocarcinoma`$`_id` #> [1] "DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastric adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`gastric adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`gastric adenocarcinoma`$urlId #> [1] "DOID_3717" #> #> $`gastric adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`gastric adenocarcinoma`$`_parent` #> [1] "DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastric adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`gastric adenocarcinoma`$children #> $`gastric adenocarcinoma`$children[[1]] #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`gastric adenocarcinoma`$value #> [1] "gastric adenocarcinoma" #> #> #> $`gastric adenocarcinoma` #> $`gastric adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3717" #> #> $`gastric adenocarcinoma`$`_id` #> [1] "DOID_3717<DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`gastric adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`gastric adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`gastric adenocarcinoma`$urlId #> [1] "DOID_3717" #> #> $`gastric adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`gastric adenocarcinoma`$`_parent` #> [1] "DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`gastric adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`gastric adenocarcinoma`$children #> $`gastric adenocarcinoma`$children[[1]] #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> #> $`gastric adenocarcinoma`$value #> [1] "gastric adenocarcinoma" #> #> #> $`gastric adenocarcinoma` #> $`gastric adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3717" #> #> $`gastric adenocarcinoma`$`_id` #> [1] "DOID_3717<DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gastric adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`gastric adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`gastric adenocarcinoma`$urlId #> [1] "DOID_3717" #> #> $`gastric adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`gastric adenocarcinoma`$`_parent` #> [1] "DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gastric adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`gastric adenocarcinoma`$children #> $`gastric adenocarcinoma`$children[[1]] #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`gastric adenocarcinoma`$value #> [1] "gastric adenocarcinoma" #> #> #> $`gastric antral vascular ectasia` #> $`gastric antral vascular ectasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2493" #> #> $`gastric antral vascular ectasia`$`_id` #> [1] "DOID_2493<DOID_1271<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`gastric antral vascular ectasia`$privateGeneCount #> [1] 0 #> #> $`gastric antral vascular ectasia`$publicGeneCount #> [1] 1 #> #> $`gastric antral vascular ectasia`$urlId #> [1] "DOID_2493" #> #> $`gastric antral vascular ectasia`$dbPhenotype #> [1] TRUE #> #> $`gastric antral vascular ectasia`$`_parent` #> [1] "DOID_1271<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`gastric antral vascular ectasia`$`_is_leaf` #> [1] TRUE #> #> $`gastric antral vascular ectasia`$children #> list() #> #> $`gastric antral vascular ectasia`$value #> [1] "gastric antral vascular ectasia" #> #> #> $`gastric diffuse adenocarcinoma` #> $`gastric diffuse adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6217" #> #> $`gastric diffuse adenocarcinoma`$`_id` #> [1] "DOID_6217<DOID_3717<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gastric diffuse adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`gastric diffuse adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`gastric diffuse adenocarcinoma`$urlId #> [1] "DOID_6217" #> #> $`gastric diffuse adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`gastric diffuse adenocarcinoma`$`_parent` #> [1] "DOID_3717<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gastric diffuse adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`gastric diffuse adenocarcinoma`$children #> $`gastric diffuse adenocarcinoma`$children[[1]] #> [1] "DOID_4023<DOID_6217<DOID_3717<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`gastric diffuse adenocarcinoma`$value #> [1] "gastric diffuse adenocarcinoma" #> #> #> $`gastric diffuse adenocarcinoma` #> $`gastric diffuse adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6217" #> #> $`gastric diffuse adenocarcinoma`$`_id` #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastric diffuse adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`gastric diffuse adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`gastric diffuse adenocarcinoma`$urlId #> [1] "DOID_6217" #> #> $`gastric diffuse adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`gastric diffuse adenocarcinoma`$`_parent` #> [1] "DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastric diffuse adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`gastric diffuse adenocarcinoma`$children #> $`gastric diffuse adenocarcinoma`$children[[1]] #> [1] "DOID_4023<DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`gastric diffuse adenocarcinoma`$value #> [1] "gastric diffuse adenocarcinoma" #> #> #> $`gastric diffuse adenocarcinoma` #> $`gastric diffuse adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6217" #> #> $`gastric diffuse adenocarcinoma`$`_id` #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastric diffuse adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`gastric diffuse adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`gastric diffuse adenocarcinoma`$urlId #> [1] "DOID_6217" #> #> $`gastric diffuse adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`gastric diffuse adenocarcinoma`$`_parent` #> [1] "DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastric diffuse adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`gastric diffuse adenocarcinoma`$children #> $`gastric diffuse adenocarcinoma`$children[[1]] #> [1] "DOID_4023<DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`gastric diffuse adenocarcinoma`$value #> [1] "gastric diffuse adenocarcinoma" #> #> #> $`gastric diffuse adenocarcinoma` #> $`gastric diffuse adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6217" #> #> $`gastric diffuse adenocarcinoma`$`_id` #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`gastric diffuse adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`gastric diffuse adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`gastric diffuse adenocarcinoma`$urlId #> [1] "DOID_6217" #> #> $`gastric diffuse adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`gastric diffuse adenocarcinoma`$`_parent` #> [1] "DOID_3717<DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`gastric diffuse adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`gastric diffuse adenocarcinoma`$children #> $`gastric diffuse adenocarcinoma`$children[[1]] #> [1] "DOID_4023<DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> #> $`gastric diffuse adenocarcinoma`$value #> [1] "gastric diffuse adenocarcinoma" #> #> #> $`gastric diffuse adenocarcinoma` #> $`gastric diffuse adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6217" #> #> $`gastric diffuse adenocarcinoma`$`_id` #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gastric diffuse adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`gastric diffuse adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`gastric diffuse adenocarcinoma`$urlId #> [1] "DOID_6217" #> #> $`gastric diffuse adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`gastric diffuse adenocarcinoma`$`_parent` #> [1] "DOID_3717<DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gastric diffuse adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`gastric diffuse adenocarcinoma`$children #> $`gastric diffuse adenocarcinoma`$children[[1]] #> [1] "DOID_4023<DOID_6217<DOID_3717<DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`gastric diffuse adenocarcinoma`$value #> [1] "gastric diffuse adenocarcinoma" #> #> #> $`gastric outlet obstruction` #> $`gastric outlet obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3122" #> #> $`gastric outlet obstruction`$`_id` #> [1] "DOID_3122<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`gastric outlet obstruction`$privateGeneCount #> [1] 0 #> #> $`gastric outlet obstruction`$publicGeneCount #> [1] 2 #> #> $`gastric outlet obstruction`$urlId #> [1] "DOID_3122" #> #> $`gastric outlet obstruction`$dbPhenotype #> [1] TRUE #> #> $`gastric outlet obstruction`$`_parent` #> [1] "DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`gastric outlet obstruction`$`_is_leaf` #> [1] FALSE #> #> $`gastric outlet obstruction`$children #> $`gastric outlet obstruction`$children[[1]] #> [1] "DOID_12639<DOID_3122<DOID_76<DOID_77<DOID_7<DOID_4" #> #> #> $`gastric outlet obstruction`$value #> [1] "gastric outlet obstruction" #> #> #> $`gastric ulcer` #> $`gastric ulcer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10808" #> #> $`gastric ulcer`$`_id` #> [1] "DOID_10808<DOID_750<DOID_77<DOID_7<DOID_4" #> #> $`gastric ulcer`$privateGeneCount #> [1] 0 #> #> $`gastric ulcer`$publicGeneCount #> [1] 18 #> #> $`gastric ulcer`$urlId #> [1] "DOID_10808" #> #> $`gastric ulcer`$dbPhenotype #> [1] TRUE #> #> $`gastric ulcer`$`_parent` #> [1] "DOID_750<DOID_77<DOID_7<DOID_4" #> #> $`gastric ulcer`$`_is_leaf` #> [1] TRUE #> #> $`gastric ulcer`$children #> list() #> #> $`gastric ulcer`$value #> [1] "gastric ulcer" #> #> #> $gastrinoma #> $gastrinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5577" #> #> $gastrinoma$`_id` #> [1] "DOID_5577<DOID_169<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $gastrinoma$privateGeneCount #> [1] 0 #> #> $gastrinoma$publicGeneCount #> [1] 5 #> #> $gastrinoma$urlId #> [1] "DOID_5577" #> #> $gastrinoma$dbPhenotype #> [1] TRUE #> #> $gastrinoma$`_parent` #> [1] "DOID_169<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $gastrinoma$`_is_leaf` #> [1] TRUE #> #> $gastrinoma$children #> list() #> #> $gastrinoma$value #> [1] "gastrinoma" #> #> #> $gastritis #> $gastritis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4029" #> #> $gastritis$`_id` #> [1] "DOID_4029<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $gastritis$privateGeneCount #> [1] 0 #> #> $gastritis$publicGeneCount #> [1] 5 #> #> $gastritis$urlId #> [1] "DOID_4029" #> #> $gastritis$dbPhenotype #> [1] TRUE #> #> $gastritis$`_parent` #> [1] "DOID_76<DOID_77<DOID_7<DOID_4" #> #> $gastritis$`_is_leaf` #> [1] FALSE #> #> $gastritis$children #> $gastritis$children[[1]] #> [1] "DOID_8929<DOID_4029<DOID_76<DOID_77<DOID_7<DOID_4" #> #> #> $gastritis$value #> [1] "gastritis" #> #> #> $gastroenteritis #> $gastroenteritis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2326" #> #> $gastroenteritis$`_id` #> [1] "DOID_2326<DOID_77<DOID_7<DOID_4" #> #> $gastroenteritis$privateGeneCount #> [1] 0 #> #> $gastroenteritis$publicGeneCount #> [1] 49 #> #> $gastroenteritis$urlId #> [1] "DOID_2326" #> #> $gastroenteritis$dbPhenotype #> [1] TRUE #> #> $gastroenteritis$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $gastroenteritis$`_is_leaf` #> [1] TRUE #> #> $gastroenteritis$children #> list() #> #> $gastroenteritis$value #> [1] "gastroenteritis" #> #> #> $`Gastroesophageal reflux` #> $`Gastroesophageal reflux`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002020" #> #> $`Gastroesophageal reflux`$`_id` #> [1] "HP_0002020<HP_0002577<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastroesophageal reflux`$privateGeneCount #> [1] 0 #> #> $`Gastroesophageal reflux`$publicGeneCount #> [1] 1 #> #> $`Gastroesophageal reflux`$urlId #> [1] "HP_0002020" #> #> $`Gastroesophageal reflux`$dbPhenotype #> [1] TRUE #> #> $`Gastroesophageal reflux`$`_parent` #> [1] "HP_0002577<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastroesophageal reflux`$`_is_leaf` #> [1] TRUE #> #> $`Gastroesophageal reflux`$children #> list() #> #> $`Gastroesophageal reflux`$value #> [1] "Gastroesophageal reflux" #> #> #> $`Gastroesophageal reflux` #> $`Gastroesophageal reflux`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002020" #> #> $`Gastroesophageal reflux`$`_id` #> [1] "HP_0002020<HP_0025270<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastroesophageal reflux`$privateGeneCount #> [1] 0 #> #> $`Gastroesophageal reflux`$publicGeneCount #> [1] 1 #> #> $`Gastroesophageal reflux`$urlId #> [1] "HP_0002020" #> #> $`Gastroesophageal reflux`$dbPhenotype #> [1] TRUE #> #> $`Gastroesophageal reflux`$`_parent` #> [1] "HP_0025270<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastroesophageal reflux`$`_is_leaf` #> [1] TRUE #> #> $`Gastroesophageal reflux`$children #> list() #> #> $`Gastroesophageal reflux`$value #> [1] "Gastroesophageal reflux" #> #> #> $`gastroesophageal reflux disease` #> $`gastroesophageal reflux disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8534" #> #> $`gastroesophageal reflux disease`$`_id` #> [1] "DOID_8534<DOID_77<DOID_7<DOID_4" #> #> $`gastroesophageal reflux disease`$privateGeneCount #> [1] 0 #> #> $`gastroesophageal reflux disease`$publicGeneCount #> [1] 6 #> #> $`gastroesophageal reflux disease`$urlId #> [1] "DOID_8534" #> #> $`gastroesophageal reflux disease`$dbPhenotype #> [1] TRUE #> #> $`gastroesophageal reflux disease`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`gastroesophageal reflux disease`$`_is_leaf` #> [1] TRUE #> #> $`gastroesophageal reflux disease`$children #> list() #> #> $`gastroesophageal reflux disease`$value #> [1] "gastroesophageal reflux disease" #> #> #> $`gastrointestinal allergy` #> $`gastrointestinal allergy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060502" #> #> $`gastrointestinal allergy`$`_id` #> [1] "DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`gastrointestinal allergy`$privateGeneCount #> [1] 0 #> #> $`gastrointestinal allergy`$publicGeneCount #> [1] 6 #> #> $`gastrointestinal allergy`$urlId #> [1] "DOID_0060502" #> #> $`gastrointestinal allergy`$dbPhenotype #> [1] FALSE #> #> $`gastrointestinal allergy`$`_parent` #> [1] "DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`gastrointestinal allergy`$`_is_leaf` #> [1] FALSE #> #> $`gastrointestinal allergy`$children #> $`gastrointestinal allergy`$children[[1]] #> [1] "DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`gastrointestinal allergy`$value #> [1] "gastrointestinal allergy" #> #> #> $`Gastrointestinal dysmotility` #> $`Gastrointestinal dysmotility`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002579" #> #> $`Gastrointestinal dysmotility`$`_id` #> [1] "HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastrointestinal dysmotility`$privateGeneCount #> [1] 0 #> #> $`Gastrointestinal dysmotility`$publicGeneCount #> [1] 1 #> #> $`Gastrointestinal dysmotility`$urlId #> [1] "HP_0002579" #> #> $`Gastrointestinal dysmotility`$dbPhenotype #> [1] FALSE #> #> $`Gastrointestinal dysmotility`$`_parent` #> [1] "HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastrointestinal dysmotility`$`_is_leaf` #> [1] FALSE #> #> $`Gastrointestinal dysmotility`$children #> $`Gastrointestinal dysmotility`$children[[1]] #> [1] "HP_0002595<HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Gastrointestinal dysmotility`$value #> [1] "Gastrointestinal dysmotility" #> #> #> $`Gastrointestinal hemorrhage` #> $`Gastrointestinal hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002239" #> #> $`Gastrointestinal hemorrhage`$`_id` #> [1] "HP_0002239<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastrointestinal hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Gastrointestinal hemorrhage`$publicGeneCount #> [1] 3 #> #> $`Gastrointestinal hemorrhage`$urlId #> [1] "HP_0002239" #> #> $`Gastrointestinal hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Gastrointestinal hemorrhage`$`_parent` #> [1] "HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastrointestinal hemorrhage`$`_is_leaf` #> [1] TRUE #> #> $`Gastrointestinal hemorrhage`$children #> list() #> #> $`Gastrointestinal hemorrhage`$value #> [1] "Gastrointestinal hemorrhage" #> #> #> $`Gastrointestinal inflammation` #> $`Gastrointestinal inflammation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004386" #> #> $`Gastrointestinal inflammation`$`_id` #> [1] "HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastrointestinal inflammation`$privateGeneCount #> [1] 0 #> #> $`Gastrointestinal inflammation`$publicGeneCount #> [1] 29 #> #> $`Gastrointestinal inflammation`$urlId #> [1] "HP_0004386" #> #> $`Gastrointestinal inflammation`$dbPhenotype #> [1] FALSE #> #> $`Gastrointestinal inflammation`$`_parent` #> [1] "HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastrointestinal inflammation`$`_is_leaf` #> [1] FALSE #> #> $`Gastrointestinal inflammation`$children #> $`Gastrointestinal inflammation`$children[[1]] #> [1] "HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Gastrointestinal inflammation`$value #> [1] "Gastrointestinal inflammation" #> #> #> $`Gastrointestinal obstruction` #> $`Gastrointestinal obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004796" #> #> $`Gastrointestinal obstruction`$`_id` #> [1] "HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastrointestinal obstruction`$privateGeneCount #> [1] 0 #> #> $`Gastrointestinal obstruction`$publicGeneCount #> [1] 1 #> #> $`Gastrointestinal obstruction`$urlId #> [1] "HP_0004796" #> #> $`Gastrointestinal obstruction`$dbPhenotype #> [1] FALSE #> #> $`Gastrointestinal obstruction`$`_parent` #> [1] "HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Gastrointestinal obstruction`$`_is_leaf` #> [1] FALSE #> #> $`Gastrointestinal obstruction`$children #> $`Gastrointestinal obstruction`$children[[1]] #> [1] "HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Gastrointestinal obstruction`$value #> [1] "Gastrointestinal obstruction" #> #> #> $`gastrointestinal stromal tumor` #> $`gastrointestinal stromal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9253" #> #> $`gastrointestinal stromal tumor`$`_id` #> [1] "DOID_9253<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastrointestinal stromal tumor`$privateGeneCount #> [1] 0 #> #> $`gastrointestinal stromal tumor`$publicGeneCount #> [1] 5 #> #> $`gastrointestinal stromal tumor`$urlId #> [1] "DOID_9253" #> #> $`gastrointestinal stromal tumor`$dbPhenotype #> [1] TRUE #> #> $`gastrointestinal stromal tumor`$`_parent` #> [1] "DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastrointestinal stromal tumor`$`_is_leaf` #> [1] TRUE #> #> $`gastrointestinal stromal tumor`$children #> list() #> #> $`gastrointestinal stromal tumor`$value #> [1] "gastrointestinal stromal tumor" #> #> #> $`gastrointestinal stromal tumor` #> $`gastrointestinal stromal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9253" #> #> $`gastrointestinal stromal tumor`$`_id` #> [1] "DOID_9253<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal stromal tumor`$privateGeneCount #> [1] 0 #> #> $`gastrointestinal stromal tumor`$publicGeneCount #> [1] 5 #> #> $`gastrointestinal stromal tumor`$urlId #> [1] "DOID_9253" #> #> $`gastrointestinal stromal tumor`$dbPhenotype #> [1] TRUE #> #> $`gastrointestinal stromal tumor`$`_parent` #> [1] "DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal stromal tumor`$`_is_leaf` #> [1] TRUE #> #> $`gastrointestinal stromal tumor`$children #> list() #> #> $`gastrointestinal stromal tumor`$value #> [1] "gastrointestinal stromal tumor" #> #> #> $`gastrointestinal system benign neoplasm` #> $`gastrointestinal system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050624" #> #> $`gastrointestinal system benign neoplasm`$`_id` #> [1] "DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`gastrointestinal system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`gastrointestinal system benign neoplasm`$publicGeneCount #> [1] 219 #> #> $`gastrointestinal system benign neoplasm`$urlId #> [1] "DOID_0050624" #> #> $`gastrointestinal system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`gastrointestinal system benign neoplasm`$`_parent` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`gastrointestinal system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`gastrointestinal system benign neoplasm`$children #> $`gastrointestinal system benign neoplasm`$children[[1]] #> [1] "DOID_3117<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`gastrointestinal system benign neoplasm`$children[[2]] #> [1] "DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`gastrointestinal system benign neoplasm`$children[[3]] #> [1] "DOID_3918<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`gastrointestinal system benign neoplasm`$children[[4]] #> [1] "DOID_452<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`gastrointestinal system benign neoplasm`$value #> [1] "gastrointestinal system benign neoplasm" #> #> #> $`gastrointestinal system benign neoplasm` #> $`gastrointestinal system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050624" #> #> $`gastrointestinal system benign neoplasm`$`_id` #> [1] "DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`gastrointestinal system benign neoplasm`$publicGeneCount #> [1] 219 #> #> $`gastrointestinal system benign neoplasm`$urlId #> [1] "DOID_0050624" #> #> $`gastrointestinal system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`gastrointestinal system benign neoplasm`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`gastrointestinal system benign neoplasm`$children #> $`gastrointestinal system benign neoplasm`$children[[1]] #> [1] "DOID_3117<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system benign neoplasm`$children[[2]] #> [1] "DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system benign neoplasm`$children[[3]] #> [1] "DOID_3918<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system benign neoplasm`$children[[4]] #> [1] "DOID_452<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> #> $`gastrointestinal system benign neoplasm`$value #> [1] "gastrointestinal system benign neoplasm" #> #> #> $`gastrointestinal system cancer` #> $`gastrointestinal system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3119" #> #> $`gastrointestinal system cancer`$`_id` #> [1] "DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastrointestinal system cancer`$privateGeneCount #> [1] 0 #> #> $`gastrointestinal system cancer`$publicGeneCount #> [1] 1261 #> #> $`gastrointestinal system cancer`$urlId #> [1] "DOID_3119" #> #> $`gastrointestinal system cancer`$dbPhenotype #> [1] TRUE #> #> $`gastrointestinal system cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastrointestinal system cancer`$`_is_leaf` #> [1] FALSE #> #> $`gastrointestinal system cancer`$children #> $`gastrointestinal system cancer`$children[[1]] #> [1] "DOID_5041<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastrointestinal system cancer`$children[[2]] #> [1] "DOID_9253<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastrointestinal system cancer`$children[[3]] #> [1] "DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastrointestinal system cancer`$children[[4]] #> [1] "DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastrointestinal system cancer`$children[[5]] #> [1] "DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastrointestinal system cancer`$children[[6]] #> [1] "DOID_0060119<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gastrointestinal system cancer`$children[[7]] #> [1] "DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`gastrointestinal system cancer`$value #> [1] "gastrointestinal system cancer" #> #> #> $`gastrointestinal system cancer` #> $`gastrointestinal system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3119" #> #> $`gastrointestinal system cancer`$`_id` #> [1] "DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system cancer`$privateGeneCount #> [1] 0 #> #> $`gastrointestinal system cancer`$publicGeneCount #> [1] 1261 #> #> $`gastrointestinal system cancer`$urlId #> [1] "DOID_3119" #> #> $`gastrointestinal system cancer`$dbPhenotype #> [1] TRUE #> #> $`gastrointestinal system cancer`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system cancer`$`_is_leaf` #> [1] FALSE #> #> $`gastrointestinal system cancer`$children #> $`gastrointestinal system cancer`$children[[1]] #> [1] "DOID_5041<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system cancer`$children[[2]] #> [1] "DOID_9253<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system cancer`$children[[3]] #> [1] "DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system cancer`$children[[4]] #> [1] "DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system cancer`$children[[5]] #> [1] "DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system cancer`$children[[6]] #> [1] "DOID_0060119<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system cancer`$children[[7]] #> [1] "DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`gastrointestinal system cancer`$value #> [1] "gastrointestinal system cancer" #> #> #> $`gastrointestinal system disease` #> $`gastrointestinal system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_77" #> #> $`gastrointestinal system disease`$`_id` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$privateGeneCount #> [1] 0 #> #> $`gastrointestinal system disease`$publicGeneCount #> [1] 1902 #> #> $`gastrointestinal system disease`$urlId #> [1] "DOID_77" #> #> $`gastrointestinal system disease`$dbPhenotype #> [1] TRUE #> #> $`gastrointestinal system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$`_is_leaf` #> [1] FALSE #> #> $`gastrointestinal system disease`$children #> $`gastrointestinal system disease`$children[[1]] #> [1] "DOID_60000<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[2]] #> [1] "DOID_0060031<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[3]] #> [1] "DOID_13250<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[4]] #> [1] "DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[5]] #> [1] "DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[6]] #> [1] "DOID_2326<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[7]] #> [1] "DOID_8534<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[8]] #> [1] "DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[9]] #> [1] "DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[10]] #> [1] "DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[11]] #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[12]] #> [1] "DOID_0050787<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[13]] #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[14]] #> [1] "DOID_750<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[15]] #> [1] "DOID_8677<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[16]] #> [1] "DOID_8283<DOID_77<DOID_7<DOID_4" #> #> $`gastrointestinal system disease`$children[[17]] #> [1] "DOID_76<DOID_77<DOID_7<DOID_4" #> #> #> $`gastrointestinal system disease`$value #> [1] "gastrointestinal system disease" #> #> #> $gastroparesis #> $gastroparesis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11914" #> #> $gastroparesis$`_id` #> [1] "DOID_11914<DOID_1159<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $gastroparesis$privateGeneCount #> [1] 0 #> #> $gastroparesis$publicGeneCount #> [1] 1 #> #> $gastroparesis$urlId #> [1] "DOID_11914" #> #> $gastroparesis$dbPhenotype #> [1] TRUE #> #> $gastroparesis$`_parent` #> [1] "DOID_1159<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $gastroparesis$`_is_leaf` #> [1] TRUE #> #> $gastroparesis$children #> list() #> #> $gastroparesis$value #> [1] "gastroparesis" #> #> #> $gastroschisis #> $gastroschisis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11044" #> #> $gastroschisis$`_id` #> [1] "DOID_11044<DOID_0080015<DOID_4" #> #> $gastroschisis$privateGeneCount #> [1] 0 #> #> $gastroschisis$publicGeneCount #> [1] 1 #> #> $gastroschisis$urlId #> [1] "DOID_11044" #> #> $gastroschisis$dbPhenotype #> [1] TRUE #> #> $gastroschisis$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $gastroschisis$`_is_leaf` #> [1] TRUE #> #> $gastroschisis$children #> list() #> #> $gastroschisis$value #> [1] "gastroschisis" #> #> #> $`Gaucher's disease` #> $`Gaucher's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1926" #> #> $`Gaucher's disease`$`_id` #> [1] "DOID_1926<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Gaucher's disease`$privateGeneCount #> [1] 0 #> #> $`Gaucher's disease`$publicGeneCount #> [1] 6 #> #> $`Gaucher's disease`$urlId #> [1] "DOID_1926" #> #> $`Gaucher's disease`$dbPhenotype #> [1] TRUE #> #> $`Gaucher's disease`$`_parent` #> [1] "DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Gaucher's disease`$`_is_leaf` #> [1] TRUE #> #> $`Gaucher's disease`$children #> list() #> #> $`Gaucher's disease`$value #> [1] "Gaucher's disease" #> #> #> $`gelatinous drop-like corneal dystrophy` #> $`gelatinous drop-like corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060449" #> #> $`gelatinous drop-like corneal dystrophy`$`_id` #> [1] "DOID_0060449<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`gelatinous drop-like corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`gelatinous drop-like corneal dystrophy`$publicGeneCount #> [1] 1 #> #> $`gelatinous drop-like corneal dystrophy`$urlId #> [1] "DOID_0060449" #> #> $`gelatinous drop-like corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`gelatinous drop-like corneal dystrophy`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`gelatinous drop-like corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`gelatinous drop-like corneal dystrophy`$children #> list() #> #> $`gelatinous drop-like corneal dystrophy`$value #> [1] "gelatinous drop-like corneal dystrophy" #> #> #> $`gelatinous drop-like corneal dystrophy` #> $`gelatinous drop-like corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060449" #> #> $`gelatinous drop-like corneal dystrophy`$`_id` #> [1] "DOID_0060449<DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`gelatinous drop-like corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`gelatinous drop-like corneal dystrophy`$publicGeneCount #> [1] 1 #> #> $`gelatinous drop-like corneal dystrophy`$urlId #> [1] "DOID_0060449" #> #> $`gelatinous drop-like corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`gelatinous drop-like corneal dystrophy`$`_parent` #> [1] "DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`gelatinous drop-like corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`gelatinous drop-like corneal dystrophy`$children #> list() #> #> $`gelatinous drop-like corneal dystrophy`$value #> [1] "gelatinous drop-like corneal dystrophy" #> #> #> $`gemistocytic astrocytoma` #> $`gemistocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7005" #> #> $`gemistocytic astrocytoma`$`_id` #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gemistocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`gemistocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`gemistocytic astrocytoma`$urlId #> [1] "DOID_7005" #> #> $`gemistocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`gemistocytic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gemistocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`gemistocytic astrocytoma`$children #> list() #> #> $`gemistocytic astrocytoma`$value #> [1] "gemistocytic astrocytoma" #> #> #> $`gemistocytic astrocytoma` #> $`gemistocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7005" #> #> $`gemistocytic astrocytoma`$`_id` #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`gemistocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`gemistocytic astrocytoma`$urlId #> [1] "DOID_7005" #> #> $`gemistocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`gemistocytic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`gemistocytic astrocytoma`$children #> list() #> #> $`gemistocytic astrocytoma`$value #> [1] "gemistocytic astrocytoma" #> #> #> $`gemistocytic astrocytoma` #> $`gemistocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7005" #> #> $`gemistocytic astrocytoma`$`_id` #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gemistocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`gemistocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`gemistocytic astrocytoma`$urlId #> [1] "DOID_7005" #> #> $`gemistocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`gemistocytic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gemistocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`gemistocytic astrocytoma`$children #> list() #> #> $`gemistocytic astrocytoma`$value #> [1] "gemistocytic astrocytoma" #> #> #> $`gemistocytic astrocytoma` #> $`gemistocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7005" #> #> $`gemistocytic astrocytoma`$`_id` #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`gemistocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`gemistocytic astrocytoma`$urlId #> [1] "DOID_7005" #> #> $`gemistocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`gemistocytic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`gemistocytic astrocytoma`$children #> list() #> #> $`gemistocytic astrocytoma`$value #> [1] "gemistocytic astrocytoma" #> #> #> $`gemistocytic astrocytoma` #> $`gemistocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7005" #> #> $`gemistocytic astrocytoma`$`_id` #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`gemistocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`gemistocytic astrocytoma`$urlId #> [1] "DOID_7005" #> #> $`gemistocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`gemistocytic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`gemistocytic astrocytoma`$children #> list() #> #> $`gemistocytic astrocytoma`$value #> [1] "gemistocytic astrocytoma" #> #> #> $`gemistocytic astrocytoma` #> $`gemistocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7005" #> #> $`gemistocytic astrocytoma`$`_id` #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`gemistocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`gemistocytic astrocytoma`$urlId #> [1] "DOID_7005" #> #> $`gemistocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`gemistocytic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`gemistocytic astrocytoma`$children #> list() #> #> $`gemistocytic astrocytoma`$value #> [1] "gemistocytic astrocytoma" #> #> #> $`gemistocytic astrocytoma` #> $`gemistocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7005" #> #> $`gemistocytic astrocytoma`$`_id` #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`gemistocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`gemistocytic astrocytoma`$urlId #> [1] "DOID_7005" #> #> $`gemistocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`gemistocytic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`gemistocytic astrocytoma`$children #> list() #> #> $`gemistocytic astrocytoma`$value #> [1] "gemistocytic astrocytoma" #> #> #> $`gemistocytic astrocytoma` #> $`gemistocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7005" #> #> $`gemistocytic astrocytoma`$`_id` #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gemistocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`gemistocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`gemistocytic astrocytoma`$urlId #> [1] "DOID_7005" #> #> $`gemistocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`gemistocytic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gemistocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`gemistocytic astrocytoma`$children #> list() #> #> $`gemistocytic astrocytoma`$value #> [1] "gemistocytic astrocytoma" #> #> #> $`gemistocytic astrocytoma` #> $`gemistocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7005" #> #> $`gemistocytic astrocytoma`$`_id` #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`gemistocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`gemistocytic astrocytoma`$urlId #> [1] "DOID_7005" #> #> $`gemistocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`gemistocytic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`gemistocytic astrocytoma`$children #> list() #> #> $`gemistocytic astrocytoma`$value #> [1] "gemistocytic astrocytoma" #> #> #> $`gemistocytic astrocytoma` #> $`gemistocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7005" #> #> $`gemistocytic astrocytoma`$`_id` #> [1] "DOID_7005<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`gemistocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`gemistocytic astrocytoma`$urlId #> [1] "DOID_7005" #> #> $`gemistocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`gemistocytic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`gemistocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`gemistocytic astrocytoma`$children #> list() #> #> $`gemistocytic astrocytoma`$value #> [1] "gemistocytic astrocytoma" #> #> #> $`Generalized abnormality of skin` #> $`Generalized abnormality of skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011354" #> #> $`Generalized abnormality of skin`$`_id` #> [1] "HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Generalized abnormality of skin`$privateGeneCount #> [1] 0 #> #> $`Generalized abnormality of skin`$publicGeneCount #> [1] 20 #> #> $`Generalized abnormality of skin`$urlId #> [1] "HP_0011354" #> #> $`Generalized abnormality of skin`$dbPhenotype #> [1] FALSE #> #> $`Generalized abnormality of skin`$`_parent` #> [1] "HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Generalized abnormality of skin`$`_is_leaf` #> [1] FALSE #> #> $`Generalized abnormality of skin`$children #> $`Generalized abnormality of skin`$children[[1]] #> [1] "HP_0001005<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Generalized abnormality of skin`$children[[2]] #> [1] "HP_0000968<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Generalized abnormality of skin`$children[[3]] #> [1] "HP_0011276<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Generalized abnormality of skin`$value #> [1] "Generalized abnormality of skin" #> #> #> $`generalized dystonia` #> $`generalized dystonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050835" #> #> $`generalized dystonia`$`_id` #> [1] "DOID_0050835<DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`generalized dystonia`$privateGeneCount #> [1] 0 #> #> $`generalized dystonia`$publicGeneCount #> [1] 11 #> #> $`generalized dystonia`$urlId #> [1] "DOID_0050835" #> #> $`generalized dystonia`$dbPhenotype #> [1] TRUE #> #> $`generalized dystonia`$`_parent` #> [1] "DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`generalized dystonia`$`_is_leaf` #> [1] TRUE #> #> $`generalized dystonia`$children #> list() #> #> $`generalized dystonia`$value #> [1] "generalized dystonia" #> #> #> $`generalized epilepsy with febrile seizures plus` #> $`generalized epilepsy with febrile seizures plus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060170" #> #> $`generalized epilepsy with febrile seizures plus`$`_id` #> [1] "DOID_0060170<DOID_1827<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`generalized epilepsy with febrile seizures plus`$privateGeneCount #> [1] 0 #> #> $`generalized epilepsy with febrile seizures plus`$publicGeneCount #> [1] 8 #> #> $`generalized epilepsy with febrile seizures plus`$urlId #> [1] "DOID_0060170" #> #> $`generalized epilepsy with febrile seizures plus`$dbPhenotype #> [1] TRUE #> #> $`generalized epilepsy with febrile seizures plus`$`_parent` #> [1] "DOID_1827<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`generalized epilepsy with febrile seizures plus`$`_is_leaf` #> [1] TRUE #> #> $`generalized epilepsy with febrile seizures plus`$children #> list() #> #> $`generalized epilepsy with febrile seizures plus`$value #> [1] "generalized epilepsy with febrile seizures plus" #> #> #> $`Generalized hypopigmentation of hair` #> $`Generalized hypopigmentation of hair`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011358" #> #> $`Generalized hypopigmentation of hair`$`_id` #> [1] "HP_0011358<HP_0005599<HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Generalized hypopigmentation of hair`$privateGeneCount #> [1] 0 #> #> $`Generalized hypopigmentation of hair`$publicGeneCount #> [1] 4 #> #> $`Generalized hypopigmentation of hair`$urlId #> [1] "HP_0011358" #> #> $`Generalized hypopigmentation of hair`$dbPhenotype #> [1] FALSE #> #> $`Generalized hypopigmentation of hair`$`_parent` #> [1] "HP_0005599<HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Generalized hypopigmentation of hair`$`_is_leaf` #> [1] FALSE #> #> $`Generalized hypopigmentation of hair`$children #> $`Generalized hypopigmentation of hair`$children[[1]] #> [1] "HP_0002286<HP_0011358<HP_0005599<HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Generalized hypopigmentation of hair`$value #> [1] "Generalized hypopigmentation of hair" #> #> #> $`Generalized myoclonic seizure` #> $`Generalized myoclonic seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002123" #> #> $`Generalized myoclonic seizure`$`_id` #> [1] "HP_0002123<HP_0032677<HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized myoclonic seizure`$privateGeneCount #> [1] 0 #> #> $`Generalized myoclonic seizure`$publicGeneCount #> [1] 5 #> #> $`Generalized myoclonic seizure`$urlId #> [1] "HP_0002123" #> #> $`Generalized myoclonic seizure`$dbPhenotype #> [1] TRUE #> #> $`Generalized myoclonic seizure`$`_parent` #> [1] "HP_0032677<HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized myoclonic seizure`$`_is_leaf` #> [1] TRUE #> #> $`Generalized myoclonic seizure`$children #> list() #> #> $`Generalized myoclonic seizure`$value #> [1] "Generalized myoclonic seizure" #> #> #> $`Generalized myoclonic seizure` #> $`Generalized myoclonic seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002123" #> #> $`Generalized myoclonic seizure`$`_id` #> [1] "HP_0002123<HP_0032677<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized myoclonic seizure`$privateGeneCount #> [1] 0 #> #> $`Generalized myoclonic seizure`$publicGeneCount #> [1] 5 #> #> $`Generalized myoclonic seizure`$urlId #> [1] "HP_0002123" #> #> $`Generalized myoclonic seizure`$dbPhenotype #> [1] TRUE #> #> $`Generalized myoclonic seizure`$`_parent` #> [1] "HP_0032677<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized myoclonic seizure`$`_is_leaf` #> [1] TRUE #> #> $`Generalized myoclonic seizure`$children #> list() #> #> $`Generalized myoclonic seizure`$value #> [1] "Generalized myoclonic seizure" #> #> #> $`Generalized myoclonic seizure` #> $`Generalized myoclonic seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002123" #> #> $`Generalized myoclonic seizure`$`_id` #> [1] "HP_0002123<HP_0032794<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized myoclonic seizure`$privateGeneCount #> [1] 0 #> #> $`Generalized myoclonic seizure`$publicGeneCount #> [1] 5 #> #> $`Generalized myoclonic seizure`$urlId #> [1] "HP_0002123" #> #> $`Generalized myoclonic seizure`$dbPhenotype #> [1] TRUE #> #> $`Generalized myoclonic seizure`$`_parent` #> [1] "HP_0032794<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized myoclonic seizure`$`_is_leaf` #> [1] TRUE #> #> $`Generalized myoclonic seizure`$children #> list() #> #> $`Generalized myoclonic seizure`$value #> [1] "Generalized myoclonic seizure" #> #> #> $`Generalized non-motor (absence) seizure` #> $`Generalized non-motor (absence) seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002121" #> #> $`Generalized non-motor (absence) seizure`$`_id` #> [1] "HP_0002121<HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized non-motor (absence) seizure`$privateGeneCount #> [1] 0 #> #> $`Generalized non-motor (absence) seizure`$publicGeneCount #> [1] 2 #> #> $`Generalized non-motor (absence) seizure`$urlId #> [1] "HP_0002121" #> #> $`Generalized non-motor (absence) seizure`$dbPhenotype #> [1] TRUE #> #> $`Generalized non-motor (absence) seizure`$`_parent` #> [1] "HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized non-motor (absence) seizure`$`_is_leaf` #> [1] TRUE #> #> $`Generalized non-motor (absence) seizure`$children #> list() #> #> $`Generalized non-motor (absence) seizure`$value #> [1] "Generalized non-motor (absence) seizure" #> #> #> $`Generalized non-motor (absence) seizure` #> $`Generalized non-motor (absence) seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002121" #> #> $`Generalized non-motor (absence) seizure`$`_id` #> [1] "HP_0002121<HP_0011146<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized non-motor (absence) seizure`$privateGeneCount #> [1] 0 #> #> $`Generalized non-motor (absence) seizure`$publicGeneCount #> [1] 2 #> #> $`Generalized non-motor (absence) seizure`$urlId #> [1] "HP_0002121" #> #> $`Generalized non-motor (absence) seizure`$dbPhenotype #> [1] TRUE #> #> $`Generalized non-motor (absence) seizure`$`_parent` #> [1] "HP_0011146<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized non-motor (absence) seizure`$`_is_leaf` #> [1] TRUE #> #> $`Generalized non-motor (absence) seizure`$children #> list() #> #> $`Generalized non-motor (absence) seizure`$value #> [1] "Generalized non-motor (absence) seizure" #> #> #> $`Generalized tonic-clonic seizures on awakening` #> $`Generalized tonic-clonic seizures on awakening`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007193" #> #> $`Generalized tonic-clonic seizures on awakening`$`_id` #> [1] "HP_0007193<HP_0002069<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized tonic-clonic seizures on awakening`$privateGeneCount #> [1] 0 #> #> $`Generalized tonic-clonic seizures on awakening`$publicGeneCount #> [1] 1 #> #> $`Generalized tonic-clonic seizures on awakening`$urlId #> [1] "HP_0007193" #> #> $`Generalized tonic-clonic seizures on awakening`$dbPhenotype #> [1] TRUE #> #> $`Generalized tonic-clonic seizures on awakening`$`_parent` #> [1] "HP_0002069<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized tonic-clonic seizures on awakening`$`_is_leaf` #> [1] TRUE #> #> $`Generalized tonic-clonic seizures on awakening`$children #> list() #> #> $`Generalized tonic-clonic seizures on awakening`$value #> [1] "Generalized tonic-clonic seizures on awakening" #> #> #> $`Generalized-onset motor seizure` #> $`Generalized-onset motor seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032677" #> #> $`Generalized-onset motor seizure`$`_id` #> [1] "HP_0032677<HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized-onset motor seizure`$privateGeneCount #> [1] 0 #> #> $`Generalized-onset motor seizure`$publicGeneCount #> [1] 5 #> #> $`Generalized-onset motor seizure`$urlId #> [1] "HP_0032677" #> #> $`Generalized-onset motor seizure`$dbPhenotype #> [1] FALSE #> #> $`Generalized-onset motor seizure`$`_parent` #> [1] "HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized-onset motor seizure`$`_is_leaf` #> [1] FALSE #> #> $`Generalized-onset motor seizure`$children #> $`Generalized-onset motor seizure`$children[[1]] #> [1] "HP_0002123<HP_0032677<HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Generalized-onset motor seizure`$value #> [1] "Generalized-onset motor seizure" #> #> #> $`Generalized-onset motor seizure` #> $`Generalized-onset motor seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032677" #> #> $`Generalized-onset motor seizure`$`_id` #> [1] "HP_0032677<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized-onset motor seizure`$privateGeneCount #> [1] 0 #> #> $`Generalized-onset motor seizure`$publicGeneCount #> [1] 5 #> #> $`Generalized-onset motor seizure`$urlId #> [1] "HP_0032677" #> #> $`Generalized-onset motor seizure`$dbPhenotype #> [1] FALSE #> #> $`Generalized-onset motor seizure`$`_parent` #> [1] "HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized-onset motor seizure`$`_is_leaf` #> [1] FALSE #> #> $`Generalized-onset motor seizure`$children #> $`Generalized-onset motor seizure`$children[[1]] #> [1] "HP_0002123<HP_0032677<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Generalized-onset motor seizure`$value #> [1] "Generalized-onset motor seizure" #> #> #> $`Generalized-onset seizure` #> $`Generalized-onset seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002197" #> #> $`Generalized-onset seizure`$`_id` #> [1] "HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized-onset seizure`$privateGeneCount #> [1] 0 #> #> $`Generalized-onset seizure`$publicGeneCount #> [1] 7 #> #> $`Generalized-onset seizure`$urlId #> [1] "HP_0002197" #> #> $`Generalized-onset seizure`$dbPhenotype #> [1] TRUE #> #> $`Generalized-onset seizure`$`_parent` #> [1] "HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized-onset seizure`$`_is_leaf` #> [1] FALSE #> #> $`Generalized-onset seizure`$children #> $`Generalized-onset seizure`$children[[1]] #> [1] "HP_0002121<HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Generalized-onset seizure`$children[[2]] #> [1] "HP_0032677<HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Generalized-onset seizure`$value #> [1] "Generalized-onset seizure" #> #> #> $`genetic disease` #> $`genetic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_630" #> #> $`genetic disease`$`_id` #> [1] "DOID_630<DOID_4" #> #> $`genetic disease`$privateGeneCount #> [1] 0 #> #> $`genetic disease`$publicGeneCount #> [1] 1519 #> #> $`genetic disease`$urlId #> [1] "DOID_630" #> #> $`genetic disease`$dbPhenotype #> [1] TRUE #> #> $`genetic disease`$`_parent` #> [1] "DOID_4" #> #> $`genetic disease`$`_is_leaf` #> [1] FALSE #> #> $`genetic disease`$children #> $`genetic disease`$children[[1]] #> [1] "DOID_0050605<DOID_630<DOID_4" #> #> $`genetic disease`$children[[2]] #> [1] "DOID_4367<DOID_630<DOID_4" #> #> $`genetic disease`$children[[3]] #> [1] "DOID_0050461<DOID_630<DOID_4" #> #> $`genetic disease`$children[[4]] #> [1] "DOID_0050719<DOID_630<DOID_4" #> #> $`genetic disease`$children[[5]] #> [1] "DOID_0080014<DOID_630<DOID_4" #> #> $`genetic disease`$children[[6]] #> [1] "DOID_0060357<DOID_630<DOID_4" #> #> $`genetic disease`$children[[7]] #> [1] "DOID_0050757<DOID_630<DOID_4" #> #> $`genetic disease`$children[[8]] #> [1] "DOID_0060363<DOID_630<DOID_4" #> #> $`genetic disease`$children[[9]] #> [1] "DOID_0050579<DOID_630<DOID_4" #> #> $`genetic disease`$children[[10]] #> [1] "DOID_0060439<DOID_630<DOID_4" #> #> $`genetic disease`$children[[11]] #> [1] "DOID_0050452<DOID_630<DOID_4" #> #> $`genetic disease`$children[[12]] #> [1] "DOID_0060537<DOID_630<DOID_4" #> #> $`genetic disease`$children[[13]] #> [1] "DOID_0060351<DOID_630<DOID_4" #> #> $`genetic disease`$children[[14]] #> [1] "DOID_0060331<DOID_630<DOID_4" #> #> $`genetic disease`$children[[15]] #> [1] "DOID_0060332<DOID_630<DOID_4" #> #> $`genetic disease`$children[[16]] #> [1] "DOID_0060333<DOID_630<DOID_4" #> #> $`genetic disease`$children[[17]] #> [1] "DOID_0050768<DOID_630<DOID_4" #> #> $`genetic disease`$children[[18]] #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`genetic disease`$children[[19]] #> [1] "DOID_0060358<DOID_630<DOID_4" #> #> #> $`genetic disease`$value #> [1] "genetic disease" #> #> #> $`genital herpes` #> $`genital herpes`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8704" #> #> $`genital herpes`$`_id` #> [1] "DOID_8704<DOID_8566<DOID_934<DOID_0050117<DOID_4" #> #> $`genital herpes`$privateGeneCount #> [1] 0 #> #> $`genital herpes`$publicGeneCount #> [1] 2 #> #> $`genital herpes`$urlId #> [1] "DOID_8704" #> #> $`genital herpes`$dbPhenotype #> [1] TRUE #> #> $`genital herpes`$`_parent` #> [1] "DOID_8566<DOID_934<DOID_0050117<DOID_4" #> #> $`genital herpes`$`_is_leaf` #> [1] TRUE #> #> $`genital herpes`$children #> list() #> #> $`genital herpes`$value #> [1] "genital herpes" #> #> #> $`Genu valgum` #> $`Genu valgum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002857" #> #> $`Genu valgum`$`_id` #> [1] "HP_0002857<HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Genu valgum`$privateGeneCount #> [1] 0 #> #> $`Genu valgum`$publicGeneCount #> [1] 1 #> #> $`Genu valgum`$urlId #> [1] "HP_0002857" #> #> $`Genu valgum`$dbPhenotype #> [1] TRUE #> #> $`Genu valgum`$`_parent` #> [1] "HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Genu valgum`$`_is_leaf` #> [1] TRUE #> #> $`Genu valgum`$children #> list() #> #> $`Genu valgum`$value #> [1] "Genu valgum" #> #> #> $`Genu valgum` #> $`Genu valgum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002857" #> #> $`Genu valgum`$`_id` #> [1] "HP_0002857<HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Genu valgum`$privateGeneCount #> [1] 0 #> #> $`Genu valgum`$publicGeneCount #> [1] 1 #> #> $`Genu valgum`$urlId #> [1] "HP_0002857" #> #> $`Genu valgum`$dbPhenotype #> [1] TRUE #> #> $`Genu valgum`$`_parent` #> [1] "HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Genu valgum`$`_is_leaf` #> [1] TRUE #> #> $`Genu valgum`$children #> list() #> #> $`Genu valgum`$value #> [1] "Genu valgum" #> #> #> $`Genu valgum` #> $`Genu valgum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002857" #> #> $`Genu valgum`$`_id` #> [1] "HP_0002857<HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Genu valgum`$privateGeneCount #> [1] 0 #> #> $`Genu valgum`$publicGeneCount #> [1] 1 #> #> $`Genu valgum`$urlId #> [1] "HP_0002857" #> #> $`Genu valgum`$dbPhenotype #> [1] TRUE #> #> $`Genu valgum`$`_parent` #> [1] "HP_0002979<HP_0006487<HP_0000940<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Genu valgum`$`_is_leaf` #> [1] TRUE #> #> $`Genu valgum`$children #> list() #> #> $`Genu valgum`$value #> [1] "Genu valgum" #> #> #> $`germ cell and embryonal cancer` #> $`germ cell and embryonal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3095" #> #> $`germ cell and embryonal cancer`$`_id` #> [1] "DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell and embryonal cancer`$privateGeneCount #> [1] 0 #> #> $`germ cell and embryonal cancer`$publicGeneCount #> [1] 57 #> #> $`germ cell and embryonal cancer`$urlId #> [1] "DOID_3095" #> #> $`germ cell and embryonal cancer`$dbPhenotype #> [1] TRUE #> #> $`germ cell and embryonal cancer`$`_parent` #> [1] "DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell and embryonal cancer`$`_is_leaf` #> [1] FALSE #> #> $`germ cell and embryonal cancer`$children #> $`germ cell and embryonal cancer`$children[[1]] #> [1] "DOID_3305<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell and embryonal cancer`$children[[2]] #> [1] "DOID_3307<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell and embryonal cancer`$children[[3]] #> [1] "DOID_4085<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`germ cell and embryonal cancer`$value #> [1] "germ cell and embryonal cancer" #> #> #> $`germ cell and embryonal cancer` #> $`germ cell and embryonal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3095" #> #> $`germ cell and embryonal cancer`$`_id` #> [1] "DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell and embryonal cancer`$privateGeneCount #> [1] 0 #> #> $`germ cell and embryonal cancer`$publicGeneCount #> [1] 57 #> #> $`germ cell and embryonal cancer`$urlId #> [1] "DOID_3095" #> #> $`germ cell and embryonal cancer`$dbPhenotype #> [1] TRUE #> #> $`germ cell and embryonal cancer`$`_parent` #> [1] "DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell and embryonal cancer`$`_is_leaf` #> [1] FALSE #> #> $`germ cell and embryonal cancer`$children #> $`germ cell and embryonal cancer`$children[[1]] #> [1] "DOID_3305<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell and embryonal cancer`$children[[2]] #> [1] "DOID_3307<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell and embryonal cancer`$children[[3]] #> [1] "DOID_4085<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`germ cell and embryonal cancer`$value #> [1] "germ cell and embryonal cancer" #> #> #> $`germ cell cancer` #> $`germ cell cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2994" #> #> $`germ cell cancer`$`_id` #> [1] "DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell cancer`$privateGeneCount #> [1] 0 #> #> $`germ cell cancer`$publicGeneCount #> [1] 84 #> #> $`germ cell cancer`$urlId #> [1] "DOID_2994" #> #> $`germ cell cancer`$dbPhenotype #> [1] TRUE #> #> $`germ cell cancer`$`_parent` #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell cancer`$`_is_leaf` #> [1] FALSE #> #> $`germ cell cancer`$children #> $`germ cell cancer`$children[[1]] #> [1] "DOID_4441<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell cancer`$children[[2]] #> [1] "DOID_688<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell cancer`$children[[3]] #> [1] "DOID_1911<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell cancer`$children[[4]] #> [1] "DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell cancer`$children[[5]] #> [1] "DOID_3304<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`germ cell cancer`$children[[6]] #> [1] "DOID_4440<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`germ cell cancer`$value #> [1] "germ cell cancer" #> #> #> $germinoma #> $germinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3304" #> #> $germinoma$`_id` #> [1] "DOID_3304<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $germinoma$privateGeneCount #> [1] 0 #> #> $germinoma$publicGeneCount #> [1] 5 #> #> $germinoma$urlId #> [1] "DOID_3304" #> #> $germinoma$dbPhenotype #> [1] TRUE #> #> $germinoma$`_parent` #> [1] "DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $germinoma$`_is_leaf` #> [1] TRUE #> #> $germinoma$children #> list() #> #> $germinoma$value #> [1] "germinoma" #> #> #> $`Gerstmann-Straussler-Scheinker syndrome` #> $`Gerstmann-Straussler-Scheinker syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4249" #> #> $`Gerstmann-Straussler-Scheinker syndrome`$`_id` #> [1] "DOID_4249<DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Gerstmann-Straussler-Scheinker syndrome`$privateGeneCount #> [1] 0 #> #> $`Gerstmann-Straussler-Scheinker syndrome`$publicGeneCount #> [1] 1 #> #> $`Gerstmann-Straussler-Scheinker syndrome`$urlId #> [1] "DOID_4249" #> #> $`Gerstmann-Straussler-Scheinker syndrome`$dbPhenotype #> [1] TRUE #> #> $`Gerstmann-Straussler-Scheinker syndrome`$`_parent` #> [1] "DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Gerstmann-Straussler-Scheinker syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Gerstmann-Straussler-Scheinker syndrome`$children #> list() #> #> $`Gerstmann-Straussler-Scheinker syndrome`$value #> [1] "Gerstmann-Straussler-Scheinker syndrome" #> #> #> $`gestational diabetes` #> $`gestational diabetes`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11714" #> #> $`gestational diabetes`$`_id` #> [1] "DOID_11714<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`gestational diabetes`$privateGeneCount #> [1] 0 #> #> $`gestational diabetes`$publicGeneCount #> [1] 30 #> #> $`gestational diabetes`$urlId #> [1] "DOID_11714" #> #> $`gestational diabetes`$dbPhenotype #> [1] TRUE #> #> $`gestational diabetes`$`_parent` #> [1] "DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`gestational diabetes`$`_is_leaf` #> [1] TRUE #> #> $`gestational diabetes`$children #> list() #> #> $`gestational diabetes`$value #> [1] "gestational diabetes" #> #> #> $`gestational trophoblastic neoplasm` #> $`gestational trophoblastic neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3590" #> #> $`gestational trophoblastic neoplasm`$`_id` #> [1] "DOID_3590<DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`gestational trophoblastic neoplasm`$privateGeneCount #> [1] 0 #> #> $`gestational trophoblastic neoplasm`$publicGeneCount #> [1] 6 #> #> $`gestational trophoblastic neoplasm`$urlId #> [1] "DOID_3590" #> #> $`gestational trophoblastic neoplasm`$dbPhenotype #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$`_parent` #> [1] "DOID_1380<DOID_289<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`gestational trophoblastic neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$children #> list() #> #> $`gestational trophoblastic neoplasm`$value #> [1] "gestational trophoblastic neoplasm" #> #> #> $`gestational trophoblastic neoplasm` #> $`gestational trophoblastic neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3590" #> #> $`gestational trophoblastic neoplasm`$`_id` #> [1] "DOID_3590<DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gestational trophoblastic neoplasm`$privateGeneCount #> [1] 0 #> #> $`gestational trophoblastic neoplasm`$publicGeneCount #> [1] 6 #> #> $`gestational trophoblastic neoplasm`$urlId #> [1] "DOID_3590" #> #> $`gestational trophoblastic neoplasm`$dbPhenotype #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$`_parent` #> [1] "DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`gestational trophoblastic neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$children #> list() #> #> $`gestational trophoblastic neoplasm`$value #> [1] "gestational trophoblastic neoplasm" #> #> #> $`gestational trophoblastic neoplasm` #> $`gestational trophoblastic neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3590" #> #> $`gestational trophoblastic neoplasm`$`_id` #> [1] "DOID_3590<DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`gestational trophoblastic neoplasm`$privateGeneCount #> [1] 0 #> #> $`gestational trophoblastic neoplasm`$publicGeneCount #> [1] 6 #> #> $`gestational trophoblastic neoplasm`$urlId #> [1] "DOID_3590" #> #> $`gestational trophoblastic neoplasm`$dbPhenotype #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$`_parent` #> [1] "DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`gestational trophoblastic neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$children #> list() #> #> $`gestational trophoblastic neoplasm`$value #> [1] "gestational trophoblastic neoplasm" #> #> #> $`gestational trophoblastic neoplasm` #> $`gestational trophoblastic neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3590" #> #> $`gestational trophoblastic neoplasm`$`_id` #> [1] "DOID_3590<DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`gestational trophoblastic neoplasm`$privateGeneCount #> [1] 0 #> #> $`gestational trophoblastic neoplasm`$publicGeneCount #> [1] 6 #> #> $`gestational trophoblastic neoplasm`$urlId #> [1] "DOID_3590" #> #> $`gestational trophoblastic neoplasm`$dbPhenotype #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$`_parent` #> [1] "DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`gestational trophoblastic neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$children #> list() #> #> $`gestational trophoblastic neoplasm`$value #> [1] "gestational trophoblastic neoplasm" #> #> #> $`gestational trophoblastic neoplasm` #> $`gestational trophoblastic neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3590" #> #> $`gestational trophoblastic neoplasm`$`_id` #> [1] "DOID_3590<DOID_4085<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gestational trophoblastic neoplasm`$privateGeneCount #> [1] 0 #> #> $`gestational trophoblastic neoplasm`$publicGeneCount #> [1] 6 #> #> $`gestational trophoblastic neoplasm`$urlId #> [1] "DOID_3590" #> #> $`gestational trophoblastic neoplasm`$dbPhenotype #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$`_parent` #> [1] "DOID_4085<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gestational trophoblastic neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$children #> list() #> #> $`gestational trophoblastic neoplasm`$value #> [1] "gestational trophoblastic neoplasm" #> #> #> $`gestational trophoblastic neoplasm` #> $`gestational trophoblastic neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3590" #> #> $`gestational trophoblastic neoplasm`$`_id` #> [1] "DOID_3590<DOID_4085<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gestational trophoblastic neoplasm`$privateGeneCount #> [1] 0 #> #> $`gestational trophoblastic neoplasm`$publicGeneCount #> [1] 6 #> #> $`gestational trophoblastic neoplasm`$urlId #> [1] "DOID_3590" #> #> $`gestational trophoblastic neoplasm`$dbPhenotype #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$`_parent` #> [1] "DOID_4085<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`gestational trophoblastic neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`gestational trophoblastic neoplasm`$children #> list() #> #> $`gestational trophoblastic neoplasm`$value #> [1] "gestational trophoblastic neoplasm" #> #> #> $`giant cell glioblastoma` #> $`giant cell glioblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3074" #> #> $`giant cell glioblastoma`$`_id` #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`giant cell glioblastoma`$privateGeneCount #> [1] 0 #> #> $`giant cell glioblastoma`$publicGeneCount #> [1] 80 #> #> $`giant cell glioblastoma`$urlId #> [1] "DOID_3074" #> #> $`giant cell glioblastoma`$dbPhenotype #> [1] TRUE #> #> $`giant cell glioblastoma`$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`giant cell glioblastoma`$`_is_leaf` #> [1] TRUE #> #> $`giant cell glioblastoma`$children #> list() #> #> $`giant cell glioblastoma`$value #> [1] "giant cell glioblastoma" #> #> #> $`giant cell glioblastoma` #> $`giant cell glioblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3074" #> #> $`giant cell glioblastoma`$`_id` #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$privateGeneCount #> [1] 0 #> #> $`giant cell glioblastoma`$publicGeneCount #> [1] 80 #> #> $`giant cell glioblastoma`$urlId #> [1] "DOID_3074" #> #> $`giant cell glioblastoma`$dbPhenotype #> [1] TRUE #> #> $`giant cell glioblastoma`$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$`_is_leaf` #> [1] TRUE #> #> $`giant cell glioblastoma`$children #> list() #> #> $`giant cell glioblastoma`$value #> [1] "giant cell glioblastoma" #> #> #> $`giant cell glioblastoma` #> $`giant cell glioblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3074" #> #> $`giant cell glioblastoma`$`_id` #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`giant cell glioblastoma`$privateGeneCount #> [1] 0 #> #> $`giant cell glioblastoma`$publicGeneCount #> [1] 80 #> #> $`giant cell glioblastoma`$urlId #> [1] "DOID_3074" #> #> $`giant cell glioblastoma`$dbPhenotype #> [1] TRUE #> #> $`giant cell glioblastoma`$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`giant cell glioblastoma`$`_is_leaf` #> [1] TRUE #> #> $`giant cell glioblastoma`$children #> list() #> #> $`giant cell glioblastoma`$value #> [1] "giant cell glioblastoma" #> #> #> $`giant cell glioblastoma` #> $`giant cell glioblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3074" #> #> $`giant cell glioblastoma`$`_id` #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$privateGeneCount #> [1] 0 #> #> $`giant cell glioblastoma`$publicGeneCount #> [1] 80 #> #> $`giant cell glioblastoma`$urlId #> [1] "DOID_3074" #> #> $`giant cell glioblastoma`$dbPhenotype #> [1] TRUE #> #> $`giant cell glioblastoma`$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$`_is_leaf` #> [1] TRUE #> #> $`giant cell glioblastoma`$children #> list() #> #> $`giant cell glioblastoma`$value #> [1] "giant cell glioblastoma" #> #> #> $`giant cell glioblastoma` #> $`giant cell glioblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3074" #> #> $`giant cell glioblastoma`$`_id` #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$privateGeneCount #> [1] 0 #> #> $`giant cell glioblastoma`$publicGeneCount #> [1] 80 #> #> $`giant cell glioblastoma`$urlId #> [1] "DOID_3074" #> #> $`giant cell glioblastoma`$dbPhenotype #> [1] TRUE #> #> $`giant cell glioblastoma`$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$`_is_leaf` #> [1] TRUE #> #> $`giant cell glioblastoma`$children #> list() #> #> $`giant cell glioblastoma`$value #> [1] "giant cell glioblastoma" #> #> #> $`giant cell glioblastoma` #> $`giant cell glioblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3074" #> #> $`giant cell glioblastoma`$`_id` #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$privateGeneCount #> [1] 0 #> #> $`giant cell glioblastoma`$publicGeneCount #> [1] 80 #> #> $`giant cell glioblastoma`$urlId #> [1] "DOID_3074" #> #> $`giant cell glioblastoma`$dbPhenotype #> [1] TRUE #> #> $`giant cell glioblastoma`$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$`_is_leaf` #> [1] TRUE #> #> $`giant cell glioblastoma`$children #> list() #> #> $`giant cell glioblastoma`$value #> [1] "giant cell glioblastoma" #> #> #> $`giant cell glioblastoma` #> $`giant cell glioblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3074" #> #> $`giant cell glioblastoma`$`_id` #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$privateGeneCount #> [1] 0 #> #> $`giant cell glioblastoma`$publicGeneCount #> [1] 80 #> #> $`giant cell glioblastoma`$urlId #> [1] "DOID_3074" #> #> $`giant cell glioblastoma`$dbPhenotype #> [1] TRUE #> #> $`giant cell glioblastoma`$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$`_is_leaf` #> [1] TRUE #> #> $`giant cell glioblastoma`$children #> list() #> #> $`giant cell glioblastoma`$value #> [1] "giant cell glioblastoma" #> #> #> $`giant cell glioblastoma` #> $`giant cell glioblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3074" #> #> $`giant cell glioblastoma`$`_id` #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`giant cell glioblastoma`$privateGeneCount #> [1] 0 #> #> $`giant cell glioblastoma`$publicGeneCount #> [1] 80 #> #> $`giant cell glioblastoma`$urlId #> [1] "DOID_3074" #> #> $`giant cell glioblastoma`$dbPhenotype #> [1] TRUE #> #> $`giant cell glioblastoma`$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`giant cell glioblastoma`$`_is_leaf` #> [1] TRUE #> #> $`giant cell glioblastoma`$children #> list() #> #> $`giant cell glioblastoma`$value #> [1] "giant cell glioblastoma" #> #> #> $`giant cell glioblastoma` #> $`giant cell glioblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3074" #> #> $`giant cell glioblastoma`$`_id` #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$privateGeneCount #> [1] 0 #> #> $`giant cell glioblastoma`$publicGeneCount #> [1] 80 #> #> $`giant cell glioblastoma`$urlId #> [1] "DOID_3074" #> #> $`giant cell glioblastoma`$dbPhenotype #> [1] TRUE #> #> $`giant cell glioblastoma`$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$`_is_leaf` #> [1] TRUE #> #> $`giant cell glioblastoma`$children #> list() #> #> $`giant cell glioblastoma`$value #> [1] "giant cell glioblastoma" #> #> #> $`giant cell glioblastoma` #> $`giant cell glioblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3074" #> #> $`giant cell glioblastoma`$`_id` #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$privateGeneCount #> [1] 0 #> #> $`giant cell glioblastoma`$publicGeneCount #> [1] 80 #> #> $`giant cell glioblastoma`$urlId #> [1] "DOID_3074" #> #> $`giant cell glioblastoma`$dbPhenotype #> [1] TRUE #> #> $`giant cell glioblastoma`$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`giant cell glioblastoma`$`_is_leaf` #> [1] TRUE #> #> $`giant cell glioblastoma`$children #> list() #> #> $`giant cell glioblastoma`$value #> [1] "giant cell glioblastoma" #> #> #> $`giant papillary conjunctivitis` #> $`giant papillary conjunctivitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2457" #> #> $`giant papillary conjunctivitis`$`_id` #> [1] "DOID_2457<DOID_2458<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`giant papillary conjunctivitis`$privateGeneCount #> [1] 0 #> #> $`giant papillary conjunctivitis`$publicGeneCount #> [1] 13 #> #> $`giant papillary conjunctivitis`$urlId #> [1] "DOID_2457" #> #> $`giant papillary conjunctivitis`$dbPhenotype #> [1] TRUE #> #> $`giant papillary conjunctivitis`$`_parent` #> [1] "DOID_2458<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`giant papillary conjunctivitis`$`_is_leaf` #> [1] TRUE #> #> $`giant papillary conjunctivitis`$children #> list() #> #> $`giant papillary conjunctivitis`$value #> [1] "giant papillary conjunctivitis" #> #> #> $`Gilbert syndrome` #> $`Gilbert syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2739" #> #> $`Gilbert syndrome`$`_id` #> [1] "DOID_2739<DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> $`Gilbert syndrome`$privateGeneCount #> [1] 0 #> #> $`Gilbert syndrome`$publicGeneCount #> [1] 2 #> #> $`Gilbert syndrome`$urlId #> [1] "DOID_2739" #> #> $`Gilbert syndrome`$dbPhenotype #> [1] TRUE #> #> $`Gilbert syndrome`$`_parent` #> [1] "DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> $`Gilbert syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Gilbert syndrome`$children #> list() #> #> $`Gilbert syndrome`$value #> [1] "Gilbert syndrome" #> #> #> $`Gilles de la Tourette syndrome` #> $`Gilles de la Tourette syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11119" #> #> $`Gilles de la Tourette syndrome`$`_id` #> [1] "DOID_11119<DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Gilles de la Tourette syndrome`$privateGeneCount #> [1] 0 #> #> $`Gilles de la Tourette syndrome`$publicGeneCount #> [1] 10 #> #> $`Gilles de la Tourette syndrome`$urlId #> [1] "DOID_11119" #> #> $`Gilles de la Tourette syndrome`$dbPhenotype #> [1] TRUE #> #> $`Gilles de la Tourette syndrome`$`_parent` #> [1] "DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Gilles de la Tourette syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Gilles de la Tourette syndrome`$children #> list() #> #> $`Gilles de la Tourette syndrome`$value #> [1] "Gilles de la Tourette syndrome" #> #> #> $`gingival disease` #> $`gingival disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1483" #> #> $`gingival disease`$`_id` #> [1] "DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gingival disease`$privateGeneCount #> [1] 0 #> #> $`gingival disease`$publicGeneCount #> [1] 5 #> #> $`gingival disease`$urlId #> [1] "DOID_1483" #> #> $`gingival disease`$dbPhenotype #> [1] FALSE #> #> $`gingival disease`$`_parent` #> [1] "DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gingival disease`$`_is_leaf` #> [1] FALSE #> #> $`gingival disease`$children #> $`gingival disease`$children[[1]] #> [1] "DOID_3086<DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gingival disease`$children[[2]] #> [1] "DOID_3087<DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`gingival disease`$value #> [1] "gingival disease" #> #> #> $`gingival fibromatosis` #> $`gingival fibromatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060466" #> #> $`gingival fibromatosis`$`_id` #> [1] "DOID_0060466<DOID_3086<DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gingival fibromatosis`$privateGeneCount #> [1] 0 #> #> $`gingival fibromatosis`$publicGeneCount #> [1] 1 #> #> $`gingival fibromatosis`$urlId #> [1] "DOID_0060466" #> #> $`gingival fibromatosis`$dbPhenotype #> [1] TRUE #> #> $`gingival fibromatosis`$`_parent` #> [1] "DOID_3086<DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gingival fibromatosis`$`_is_leaf` #> [1] TRUE #> #> $`gingival fibromatosis`$children #> list() #> #> $`gingival fibromatosis`$value #> [1] "gingival fibromatosis" #> #> #> $`Gingival fibromatosis` #> $`Gingival fibromatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000169" #> #> $`Gingival fibromatosis`$`_id` #> [1] "HP_0000169<HP_0000168<HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Gingival fibromatosis`$privateGeneCount #> [1] 0 #> #> $`Gingival fibromatosis`$publicGeneCount #> [1] 3 #> #> $`Gingival fibromatosis`$urlId #> [1] "HP_0000169" #> #> $`Gingival fibromatosis`$dbPhenotype #> [1] TRUE #> #> $`Gingival fibromatosis`$`_parent` #> [1] "HP_0000168<HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Gingival fibromatosis`$`_is_leaf` #> [1] TRUE #> #> $`Gingival fibromatosis`$children #> list() #> #> $`Gingival fibromatosis`$value #> [1] "Gingival fibromatosis" #> #> #> $`Gingival fibromatosis` #> $`Gingival fibromatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000169" #> #> $`Gingival fibromatosis`$`_id` #> [1] "HP_0000169<HP_0010614<HP_0012316<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Gingival fibromatosis`$privateGeneCount #> [1] 0 #> #> $`Gingival fibromatosis`$publicGeneCount #> [1] 3 #> #> $`Gingival fibromatosis`$urlId #> [1] "HP_0000169" #> #> $`Gingival fibromatosis`$dbPhenotype #> [1] TRUE #> #> $`Gingival fibromatosis`$`_parent` #> [1] "HP_0010614<HP_0012316<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Gingival fibromatosis`$`_is_leaf` #> [1] TRUE #> #> $`Gingival fibromatosis`$children #> list() #> #> $`Gingival fibromatosis`$value #> [1] "Gingival fibromatosis" #> #> #> $`Gingival fibromatosis` #> $`Gingival fibromatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000169" #> #> $`Gingival fibromatosis`$`_id` #> [1] "HP_0000169<HP_0010614<HP_0030448<HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Gingival fibromatosis`$privateGeneCount #> [1] 0 #> #> $`Gingival fibromatosis`$publicGeneCount #> [1] 3 #> #> $`Gingival fibromatosis`$urlId #> [1] "HP_0000169" #> #> $`Gingival fibromatosis`$dbPhenotype #> [1] TRUE #> #> $`Gingival fibromatosis`$`_parent` #> [1] "HP_0010614<HP_0030448<HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Gingival fibromatosis`$`_is_leaf` #> [1] TRUE #> #> $`Gingival fibromatosis`$children #> list() #> #> $`Gingival fibromatosis`$value #> [1] "Gingival fibromatosis" #> #> #> $`gingival hypertrophy` #> $`gingival hypertrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5338" #> #> $`gingival hypertrophy`$`_id` #> [1] "DOID_5338<DOID_3086<DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gingival hypertrophy`$privateGeneCount #> [1] 0 #> #> $`gingival hypertrophy`$publicGeneCount #> [1] 1 #> #> $`gingival hypertrophy`$urlId #> [1] "DOID_5338" #> #> $`gingival hypertrophy`$dbPhenotype #> [1] TRUE #> #> $`gingival hypertrophy`$`_parent` #> [1] "DOID_3086<DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gingival hypertrophy`$`_is_leaf` #> [1] TRUE #> #> $`gingival hypertrophy`$children #> list() #> #> $`gingival hypertrophy`$value #> [1] "gingival hypertrophy" #> #> #> $`gingival overgrowth` #> $`gingival overgrowth`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3086" #> #> $`gingival overgrowth`$`_id` #> [1] "DOID_3086<DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gingival overgrowth`$privateGeneCount #> [1] 0 #> #> $`gingival overgrowth`$publicGeneCount #> [1] 2 #> #> $`gingival overgrowth`$urlId #> [1] "DOID_3086" #> #> $`gingival overgrowth`$dbPhenotype #> [1] FALSE #> #> $`gingival overgrowth`$`_parent` #> [1] "DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gingival overgrowth`$`_is_leaf` #> [1] FALSE #> #> $`gingival overgrowth`$children #> $`gingival overgrowth`$children[[1]] #> [1] "DOID_0060466<DOID_3086<DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`gingival overgrowth`$children[[2]] #> [1] "DOID_5338<DOID_3086<DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`gingival overgrowth`$value #> [1] "gingival overgrowth" #> #> #> $`Gingival overgrowth` #> $`Gingival overgrowth`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000212" #> #> $`Gingival overgrowth`$`_id` #> [1] "HP_0000212<HP_0000168<HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Gingival overgrowth`$privateGeneCount #> [1] 0 #> #> $`Gingival overgrowth`$publicGeneCount #> [1] 2 #> #> $`Gingival overgrowth`$urlId #> [1] "HP_0000212" #> #> $`Gingival overgrowth`$dbPhenotype #> [1] TRUE #> #> $`Gingival overgrowth`$`_parent` #> [1] "HP_0000168<HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Gingival overgrowth`$`_is_leaf` #> [1] TRUE #> #> $`Gingival overgrowth`$children #> list() #> #> $`Gingival overgrowth`$value #> [1] "Gingival overgrowth" #> #> #> $gingivitis #> $gingivitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3087" #> #> $gingivitis$`_id` #> [1] "DOID_3087<DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $gingivitis$privateGeneCount #> [1] 0 #> #> $gingivitis$publicGeneCount #> [1] 3 #> #> $gingivitis$urlId #> [1] "DOID_3087" #> #> $gingivitis$dbPhenotype #> [1] TRUE #> #> $gingivitis$`_parent` #> [1] "DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $gingivitis$`_is_leaf` #> [1] TRUE #> #> $gingivitis$children #> list() #> #> $gingivitis$value #> [1] "gingivitis" #> #> #> $`Gitelman syndrome` #> $`Gitelman syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050450" #> #> $`Gitelman syndrome`$`_id` #> [1] "DOID_0050450<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Gitelman syndrome`$privateGeneCount #> [1] 0 #> #> $`Gitelman syndrome`$publicGeneCount #> [1] 2 #> #> $`Gitelman syndrome`$urlId #> [1] "DOID_0050450" #> #> $`Gitelman syndrome`$dbPhenotype #> [1] TRUE #> #> $`Gitelman syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Gitelman syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Gitelman syndrome`$children #> list() #> #> $`Gitelman syndrome`$value #> [1] "Gitelman syndrome" #> #> #> $`Gitelman syndrome` #> $`Gitelman syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050450" #> #> $`Gitelman syndrome`$`_id` #> [1] "DOID_0050450<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Gitelman syndrome`$privateGeneCount #> [1] 0 #> #> $`Gitelman syndrome`$publicGeneCount #> [1] 2 #> #> $`Gitelman syndrome`$urlId #> [1] "DOID_0050450" #> #> $`Gitelman syndrome`$dbPhenotype #> [1] TRUE #> #> $`Gitelman syndrome`$`_parent` #> [1] "DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Gitelman syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Gitelman syndrome`$children #> list() #> #> $`Gitelman syndrome`$value #> [1] "Gitelman syndrome" #> #> #> $`Glanzmann's thrombasthenia` #> $`Glanzmann's thrombasthenia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2219" #> #> $`Glanzmann's thrombasthenia`$`_id` #> [1] "DOID_2219<DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`Glanzmann's thrombasthenia`$privateGeneCount #> [1] 0 #> #> $`Glanzmann's thrombasthenia`$publicGeneCount #> [1] 3 #> #> $`Glanzmann's thrombasthenia`$urlId #> [1] "DOID_2219" #> #> $`Glanzmann's thrombasthenia`$dbPhenotype #> [1] TRUE #> #> $`Glanzmann's thrombasthenia`$`_parent` #> [1] "DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`Glanzmann's thrombasthenia`$`_is_leaf` #> [1] TRUE #> #> $`Glanzmann's thrombasthenia`$children #> list() #> #> $`Glanzmann's thrombasthenia`$value #> [1] "Glanzmann's thrombasthenia" #> #> #> $glaucoma #> $glaucoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1686" #> #> $glaucoma$`_id` #> [1] "DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $glaucoma$privateGeneCount #> [1] 0 #> #> $glaucoma$publicGeneCount #> [1] 75 #> #> $glaucoma$urlId #> [1] "DOID_1686" #> #> $glaucoma$dbPhenotype #> [1] TRUE #> #> $glaucoma$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $glaucoma$`_is_leaf` #> [1] FALSE #> #> $glaucoma$children #> $glaucoma$children[[1]] #> [1] "DOID_13550<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $glaucoma$children[[2]] #> [1] "DOID_1687<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $glaucoma$children[[3]] #> [1] "DOID_1067<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $glaucoma$children[[4]] #> [1] "DOID_12571<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $glaucoma$children[[5]] #> [1] "DOID_0050593<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $glaucoma$value #> [1] "glaucoma" #> #> #> $`glioblastoma multiforme` #> $`glioblastoma multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3068" #> #> $`glioblastoma multiforme`$`_id` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`glioblastoma multiforme`$privateGeneCount #> [1] 0 #> #> $`glioblastoma multiforme`$publicGeneCount #> [1] 84 #> #> $`glioblastoma multiforme`$urlId #> [1] "DOID_3068" #> #> $`glioblastoma multiforme`$dbPhenotype #> [1] TRUE #> #> $`glioblastoma multiforme`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`glioblastoma multiforme`$`_is_leaf` #> [1] FALSE #> #> $`glioblastoma multiforme`$children #> $`glioblastoma multiforme`$children[[1]] #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`glioblastoma multiforme`$children[[2]] #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`glioblastoma multiforme`$value #> [1] "glioblastoma multiforme" #> #> #> $`glioblastoma multiforme` #> $`glioblastoma multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3068" #> #> $`glioblastoma multiforme`$`_id` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$privateGeneCount #> [1] 0 #> #> $`glioblastoma multiforme`$publicGeneCount #> [1] 84 #> #> $`glioblastoma multiforme`$urlId #> [1] "DOID_3068" #> #> $`glioblastoma multiforme`$dbPhenotype #> [1] TRUE #> #> $`glioblastoma multiforme`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$`_is_leaf` #> [1] FALSE #> #> $`glioblastoma multiforme`$children #> $`glioblastoma multiforme`$children[[1]] #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$children[[2]] #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`glioblastoma multiforme`$value #> [1] "glioblastoma multiforme" #> #> #> $`glioblastoma multiforme` #> $`glioblastoma multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3068" #> #> $`glioblastoma multiforme`$`_id` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`glioblastoma multiforme`$privateGeneCount #> [1] 0 #> #> $`glioblastoma multiforme`$publicGeneCount #> [1] 84 #> #> $`glioblastoma multiforme`$urlId #> [1] "DOID_3068" #> #> $`glioblastoma multiforme`$dbPhenotype #> [1] TRUE #> #> $`glioblastoma multiforme`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`glioblastoma multiforme`$`_is_leaf` #> [1] FALSE #> #> $`glioblastoma multiforme`$children #> $`glioblastoma multiforme`$children[[1]] #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`glioblastoma multiforme`$children[[2]] #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`glioblastoma multiforme`$value #> [1] "glioblastoma multiforme" #> #> #> $`glioblastoma multiforme` #> $`glioblastoma multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3068" #> #> $`glioblastoma multiforme`$`_id` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$privateGeneCount #> [1] 0 #> #> $`glioblastoma multiforme`$publicGeneCount #> [1] 84 #> #> $`glioblastoma multiforme`$urlId #> [1] "DOID_3068" #> #> $`glioblastoma multiforme`$dbPhenotype #> [1] TRUE #> #> $`glioblastoma multiforme`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$`_is_leaf` #> [1] FALSE #> #> $`glioblastoma multiforme`$children #> $`glioblastoma multiforme`$children[[1]] #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$children[[2]] #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`glioblastoma multiforme`$value #> [1] "glioblastoma multiforme" #> #> #> $`glioblastoma multiforme` #> $`glioblastoma multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3068" #> #> $`glioblastoma multiforme`$`_id` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$privateGeneCount #> [1] 0 #> #> $`glioblastoma multiforme`$publicGeneCount #> [1] 84 #> #> $`glioblastoma multiforme`$urlId #> [1] "DOID_3068" #> #> $`glioblastoma multiforme`$dbPhenotype #> [1] TRUE #> #> $`glioblastoma multiforme`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$`_is_leaf` #> [1] FALSE #> #> $`glioblastoma multiforme`$children #> $`glioblastoma multiforme`$children[[1]] #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$children[[2]] #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`glioblastoma multiforme`$value #> [1] "glioblastoma multiforme" #> #> #> $`glioblastoma multiforme` #> $`glioblastoma multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3068" #> #> $`glioblastoma multiforme`$`_id` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$privateGeneCount #> [1] 0 #> #> $`glioblastoma multiforme`$publicGeneCount #> [1] 84 #> #> $`glioblastoma multiforme`$urlId #> [1] "DOID_3068" #> #> $`glioblastoma multiforme`$dbPhenotype #> [1] TRUE #> #> $`glioblastoma multiforme`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$`_is_leaf` #> [1] FALSE #> #> $`glioblastoma multiforme`$children #> $`glioblastoma multiforme`$children[[1]] #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$children[[2]] #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`glioblastoma multiforme`$value #> [1] "glioblastoma multiforme" #> #> #> $`glioblastoma multiforme` #> $`glioblastoma multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3068" #> #> $`glioblastoma multiforme`$`_id` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$privateGeneCount #> [1] 0 #> #> $`glioblastoma multiforme`$publicGeneCount #> [1] 84 #> #> $`glioblastoma multiforme`$urlId #> [1] "DOID_3068" #> #> $`glioblastoma multiforme`$dbPhenotype #> [1] TRUE #> #> $`glioblastoma multiforme`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$`_is_leaf` #> [1] FALSE #> #> $`glioblastoma multiforme`$children #> $`glioblastoma multiforme`$children[[1]] #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$children[[2]] #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`glioblastoma multiforme`$value #> [1] "glioblastoma multiforme" #> #> #> $`glioblastoma multiforme` #> $`glioblastoma multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3068" #> #> $`glioblastoma multiforme`$`_id` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`glioblastoma multiforme`$privateGeneCount #> [1] 0 #> #> $`glioblastoma multiforme`$publicGeneCount #> [1] 84 #> #> $`glioblastoma multiforme`$urlId #> [1] "DOID_3068" #> #> $`glioblastoma multiforme`$dbPhenotype #> [1] TRUE #> #> $`glioblastoma multiforme`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`glioblastoma multiforme`$`_is_leaf` #> [1] FALSE #> #> $`glioblastoma multiforme`$children #> $`glioblastoma multiforme`$children[[1]] #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`glioblastoma multiforme`$children[[2]] #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`glioblastoma multiforme`$value #> [1] "glioblastoma multiforme" #> #> #> $`glioblastoma multiforme` #> $`glioblastoma multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3068" #> #> $`glioblastoma multiforme`$`_id` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$privateGeneCount #> [1] 0 #> #> $`glioblastoma multiforme`$publicGeneCount #> [1] 84 #> #> $`glioblastoma multiforme`$urlId #> [1] "DOID_3068" #> #> $`glioblastoma multiforme`$dbPhenotype #> [1] TRUE #> #> $`glioblastoma multiforme`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$`_is_leaf` #> [1] FALSE #> #> $`glioblastoma multiforme`$children #> $`glioblastoma multiforme`$children[[1]] #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$children[[2]] #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`glioblastoma multiforme`$value #> [1] "glioblastoma multiforme" #> #> #> $`glioblastoma multiforme` #> $`glioblastoma multiforme`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3068" #> #> $`glioblastoma multiforme`$`_id` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$privateGeneCount #> [1] 0 #> #> $`glioblastoma multiforme`$publicGeneCount #> [1] 84 #> #> $`glioblastoma multiforme`$urlId #> [1] "DOID_3068" #> #> $`glioblastoma multiforme`$dbPhenotype #> [1] TRUE #> #> $`glioblastoma multiforme`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$`_is_leaf` #> [1] FALSE #> #> $`glioblastoma multiforme`$children #> $`glioblastoma multiforme`$children[[1]] #> [1] "DOID_3074<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`glioblastoma multiforme`$children[[2]] #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`glioblastoma multiforme`$value #> [1] "glioblastoma multiforme" #> #> #> $gliosarcoma #> $gliosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3071" #> #> $gliosarcoma$`_id` #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $gliosarcoma$privateGeneCount #> [1] 0 #> #> $gliosarcoma$publicGeneCount #> [1] 4 #> #> $gliosarcoma$urlId #> [1] "DOID_3071" #> #> $gliosarcoma$dbPhenotype #> [1] TRUE #> #> $gliosarcoma$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $gliosarcoma$`_is_leaf` #> [1] TRUE #> #> $gliosarcoma$children #> list() #> #> $gliosarcoma$value #> [1] "gliosarcoma" #> #> #> $gliosarcoma #> $gliosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3071" #> #> $gliosarcoma$`_id` #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $gliosarcoma$privateGeneCount #> [1] 0 #> #> $gliosarcoma$publicGeneCount #> [1] 4 #> #> $gliosarcoma$urlId #> [1] "DOID_3071" #> #> $gliosarcoma$dbPhenotype #> [1] TRUE #> #> $gliosarcoma$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $gliosarcoma$`_is_leaf` #> [1] TRUE #> #> $gliosarcoma$children #> list() #> #> $gliosarcoma$value #> [1] "gliosarcoma" #> #> #> $gliosarcoma #> $gliosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3071" #> #> $gliosarcoma$`_id` #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $gliosarcoma$privateGeneCount #> [1] 0 #> #> $gliosarcoma$publicGeneCount #> [1] 4 #> #> $gliosarcoma$urlId #> [1] "DOID_3071" #> #> $gliosarcoma$dbPhenotype #> [1] TRUE #> #> $gliosarcoma$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $gliosarcoma$`_is_leaf` #> [1] TRUE #> #> $gliosarcoma$children #> list() #> #> $gliosarcoma$value #> [1] "gliosarcoma" #> #> #> $gliosarcoma #> $gliosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3071" #> #> $gliosarcoma$`_id` #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $gliosarcoma$privateGeneCount #> [1] 0 #> #> $gliosarcoma$publicGeneCount #> [1] 4 #> #> $gliosarcoma$urlId #> [1] "DOID_3071" #> #> $gliosarcoma$dbPhenotype #> [1] TRUE #> #> $gliosarcoma$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $gliosarcoma$`_is_leaf` #> [1] TRUE #> #> $gliosarcoma$children #> list() #> #> $gliosarcoma$value #> [1] "gliosarcoma" #> #> #> $gliosarcoma #> $gliosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3071" #> #> $gliosarcoma$`_id` #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $gliosarcoma$privateGeneCount #> [1] 0 #> #> $gliosarcoma$publicGeneCount #> [1] 4 #> #> $gliosarcoma$urlId #> [1] "DOID_3071" #> #> $gliosarcoma$dbPhenotype #> [1] TRUE #> #> $gliosarcoma$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $gliosarcoma$`_is_leaf` #> [1] TRUE #> #> $gliosarcoma$children #> list() #> #> $gliosarcoma$value #> [1] "gliosarcoma" #> #> #> $gliosarcoma #> $gliosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3071" #> #> $gliosarcoma$`_id` #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $gliosarcoma$privateGeneCount #> [1] 0 #> #> $gliosarcoma$publicGeneCount #> [1] 4 #> #> $gliosarcoma$urlId #> [1] "DOID_3071" #> #> $gliosarcoma$dbPhenotype #> [1] TRUE #> #> $gliosarcoma$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $gliosarcoma$`_is_leaf` #> [1] TRUE #> #> $gliosarcoma$children #> list() #> #> $gliosarcoma$value #> [1] "gliosarcoma" #> #> #> $gliosarcoma #> $gliosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3071" #> #> $gliosarcoma$`_id` #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $gliosarcoma$privateGeneCount #> [1] 0 #> #> $gliosarcoma$publicGeneCount #> [1] 4 #> #> $gliosarcoma$urlId #> [1] "DOID_3071" #> #> $gliosarcoma$dbPhenotype #> [1] TRUE #> #> $gliosarcoma$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $gliosarcoma$`_is_leaf` #> [1] TRUE #> #> $gliosarcoma$children #> list() #> #> $gliosarcoma$value #> [1] "gliosarcoma" #> #> #> $gliosarcoma #> $gliosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3071" #> #> $gliosarcoma$`_id` #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $gliosarcoma$privateGeneCount #> [1] 0 #> #> $gliosarcoma$publicGeneCount #> [1] 4 #> #> $gliosarcoma$urlId #> [1] "DOID_3071" #> #> $gliosarcoma$dbPhenotype #> [1] TRUE #> #> $gliosarcoma$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $gliosarcoma$`_is_leaf` #> [1] TRUE #> #> $gliosarcoma$children #> list() #> #> $gliosarcoma$value #> [1] "gliosarcoma" #> #> #> $gliosarcoma #> $gliosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3071" #> #> $gliosarcoma$`_id` #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $gliosarcoma$privateGeneCount #> [1] 0 #> #> $gliosarcoma$publicGeneCount #> [1] 4 #> #> $gliosarcoma$urlId #> [1] "DOID_3071" #> #> $gliosarcoma$dbPhenotype #> [1] TRUE #> #> $gliosarcoma$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $gliosarcoma$`_is_leaf` #> [1] TRUE #> #> $gliosarcoma$children #> list() #> #> $gliosarcoma$value #> [1] "gliosarcoma" #> #> #> $gliosarcoma #> $gliosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3071" #> #> $gliosarcoma$`_id` #> [1] "DOID_3071<DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $gliosarcoma$privateGeneCount #> [1] 0 #> #> $gliosarcoma$publicGeneCount #> [1] 4 #> #> $gliosarcoma$urlId #> [1] "DOID_3071" #> #> $gliosarcoma$dbPhenotype #> [1] TRUE #> #> $gliosarcoma$`_parent` #> [1] "DOID_3068<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $gliosarcoma$`_is_leaf` #> [1] TRUE #> #> $gliosarcoma$children #> list() #> #> $gliosarcoma$value #> [1] "gliosarcoma" #> #> #> $Gliosis #> $Gliosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002171" #> #> $Gliosis$`_id` #> [1] "HP_0002171<HP_0100705<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Gliosis$privateGeneCount #> [1] 0 #> #> $Gliosis$publicGeneCount #> [1] 17 #> #> $Gliosis$urlId #> [1] "HP_0002171" #> #> $Gliosis$dbPhenotype #> [1] TRUE #> #> $Gliosis$`_parent` #> [1] "HP_0100705<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Gliosis$`_is_leaf` #> [1] TRUE #> #> $Gliosis$children #> list() #> #> $Gliosis$value #> [1] "Gliosis" #> #> #> $gliosis #> $gliosis$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002183" #> #> $gliosis$`_id` #> [1] "MP_0002183<MP_0003634<MP_0003632<MP_0003631<MP_0000001" #> #> $gliosis$privateGeneCount #> [1] 0 #> #> $gliosis$publicGeneCount #> [1] 1 #> #> $gliosis$urlId #> [1] "MP_0002183" #> #> $gliosis$dbPhenotype #> [1] TRUE #> #> $gliosis$`_parent` #> [1] "MP_0003634<MP_0003632<MP_0003631<MP_0000001" #> #> $gliosis$`_is_leaf` #> [1] TRUE #> #> $gliosis$children #> list() #> #> $gliosis$value #> [1] "gliosis" #> #> #> $`Global developmental delay` #> $`Global developmental delay`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001263" #> #> $`Global developmental delay`$`_id` #> [1] "HP_0001263<HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Global developmental delay`$privateGeneCount #> [1] 0 #> #> $`Global developmental delay`$publicGeneCount #> [1] 13 #> #> $`Global developmental delay`$urlId #> [1] "HP_0001263" #> #> $`Global developmental delay`$dbPhenotype #> [1] TRUE #> #> $`Global developmental delay`$`_parent` #> [1] "HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Global developmental delay`$`_is_leaf` #> [1] TRUE #> #> $`Global developmental delay`$children #> list() #> #> $`Global developmental delay`$value #> [1] "Global developmental delay" #> #> #> $glomangioma #> $glomangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2436" #> #> $glomangioma$`_id` #> [1] "DOID_2436<DOID_5238<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $glomangioma$privateGeneCount #> [1] 0 #> #> $glomangioma$publicGeneCount #> [1] 1 #> #> $glomangioma$urlId #> [1] "DOID_2436" #> #> $glomangioma$dbPhenotype #> [1] TRUE #> #> $glomangioma$`_parent` #> [1] "DOID_5238<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $glomangioma$`_is_leaf` #> [1] TRUE #> #> $glomangioma$children #> list() #> #> $glomangioma$value #> [1] "glomangioma" #> #> #> $glomangioma #> $glomangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2436" #> #> $glomangioma$`_id` #> [1] "DOID_2436<DOID_5238<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $glomangioma$privateGeneCount #> [1] 0 #> #> $glomangioma$publicGeneCount #> [1] 1 #> #> $glomangioma$urlId #> [1] "DOID_2436" #> #> $glomangioma$dbPhenotype #> [1] TRUE #> #> $glomangioma$`_parent` #> [1] "DOID_5238<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $glomangioma$`_is_leaf` #> [1] TRUE #> #> $glomangioma$children #> list() #> #> $glomangioma$value #> [1] "glomangioma" #> #> #> $glomerulonephritis #> $glomerulonephritis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2921" #> #> $glomerulonephritis$`_id` #> [1] "DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $glomerulonephritis$privateGeneCount #> [1] 0 #> #> $glomerulonephritis$publicGeneCount #> [1] 558 #> #> $glomerulonephritis$urlId #> [1] "DOID_2921" #> #> $glomerulonephritis$dbPhenotype #> [1] TRUE #> #> $glomerulonephritis$`_parent` #> [1] "DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $glomerulonephritis$`_is_leaf` #> [1] FALSE #> #> $glomerulonephritis$children #> $glomerulonephritis$children[[1]] #> [1] "DOID_0050851<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $glomerulonephritis$children[[2]] #> [1] "DOID_2986<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $glomerulonephritis$children[[3]] #> [1] "DOID_2920<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $glomerulonephritis$children[[4]] #> [1] "DOID_10976<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $glomerulonephritis$value #> [1] "glomerulonephritis" #> #> #> $Glomerulopathy #> $Glomerulopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100820" #> #> $Glomerulopathy$`_id` #> [1] "HP_0100820<HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Glomerulopathy$privateGeneCount #> [1] 0 #> #> $Glomerulopathy$publicGeneCount #> [1] 1 #> #> $Glomerulopathy$urlId #> [1] "HP_0100820" #> #> $Glomerulopathy$dbPhenotype #> [1] TRUE #> #> $Glomerulopathy$`_parent` #> [1] "HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Glomerulopathy$`_is_leaf` #> [1] TRUE #> #> $Glomerulopathy$children #> list() #> #> $Glomerulopathy$value #> [1] "Glomerulopathy" #> #> #> $Glomerulopathy #> $Glomerulopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100820" #> #> $Glomerulopathy$`_id` #> [1] "HP_0100820<HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Glomerulopathy$privateGeneCount #> [1] 0 #> #> $Glomerulopathy$publicGeneCount #> [1] 1 #> #> $Glomerulopathy$urlId #> [1] "HP_0100820" #> #> $Glomerulopathy$dbPhenotype #> [1] TRUE #> #> $Glomerulopathy$`_parent` #> [1] "HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Glomerulopathy$`_is_leaf` #> [1] TRUE #> #> $Glomerulopathy$children #> list() #> #> $Glomerulopathy$value #> [1] "Glomerulopathy" #> #> #> $glomerulosclerosis #> $glomerulosclerosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050851" #> #> $glomerulosclerosis$`_id` #> [1] "DOID_0050851<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $glomerulosclerosis$privateGeneCount #> [1] 0 #> #> $glomerulosclerosis$publicGeneCount #> [1] 31 #> #> $glomerulosclerosis$urlId #> [1] "DOID_0050851" #> #> $glomerulosclerosis$dbPhenotype #> [1] FALSE #> #> $glomerulosclerosis$`_parent` #> [1] "DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $glomerulosclerosis$`_is_leaf` #> [1] FALSE #> #> $glomerulosclerosis$children #> $glomerulosclerosis$children[[1]] #> [1] "DOID_1312<DOID_0050851<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $glomerulosclerosis$value #> [1] "glomerulosclerosis" #> #> #> $`glomus tumor` #> $`glomus tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2431" #> #> $`glomus tumor`$`_id` #> [1] "DOID_2431<DOID_3850<DOID_3316<DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`glomus tumor`$privateGeneCount #> [1] 0 #> #> $`glomus tumor`$publicGeneCount #> [1] 1 #> #> $`glomus tumor`$urlId #> [1] "DOID_2431" #> #> $`glomus tumor`$dbPhenotype #> [1] TRUE #> #> $`glomus tumor`$`_parent` #> [1] "DOID_3850<DOID_3316<DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`glomus tumor`$`_is_leaf` #> [1] TRUE #> #> $`glomus tumor`$children #> list() #> #> $`glomus tumor`$value #> [1] "glomus tumor" #> #> #> $`glomus tumor` #> $`glomus tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2431" #> #> $`glomus tumor`$`_id` #> [1] "DOID_2431<DOID_3850<DOID_3316<DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`glomus tumor`$privateGeneCount #> [1] 0 #> #> $`glomus tumor`$publicGeneCount #> [1] 1 #> #> $`glomus tumor`$urlId #> [1] "DOID_2431" #> #> $`glomus tumor`$dbPhenotype #> [1] TRUE #> #> $`glomus tumor`$`_parent` #> [1] "DOID_3850<DOID_3316<DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`glomus tumor`$`_is_leaf` #> [1] TRUE #> #> $`glomus tumor`$children #> list() #> #> $`glomus tumor`$value #> [1] "glomus tumor" #> #> #> $`glomus tumor` #> $`glomus tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2431" #> #> $`glomus tumor`$`_id` #> [1] "DOID_2431<DOID_3850<DOID_3316<DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`glomus tumor`$privateGeneCount #> [1] 0 #> #> $`glomus tumor`$publicGeneCount #> [1] 1 #> #> $`glomus tumor`$urlId #> [1] "DOID_2431" #> #> $`glomus tumor`$dbPhenotype #> [1] TRUE #> #> $`glomus tumor`$`_parent` #> [1] "DOID_3850<DOID_3316<DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`glomus tumor`$`_is_leaf` #> [1] TRUE #> #> $`glomus tumor`$children #> list() #> #> $`glomus tumor`$value #> [1] "glomus tumor" #> #> #> $Glucagonoma #> $Glucagonoma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030404" #> #> $Glucagonoma$`_id` #> [1] "HP_0030404<HP_0030405<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $Glucagonoma$privateGeneCount #> [1] 0 #> #> $Glucagonoma$publicGeneCount #> [1] 4 #> #> $Glucagonoma$urlId #> [1] "HP_0030404" #> #> $Glucagonoma$dbPhenotype #> [1] TRUE #> #> $Glucagonoma$`_parent` #> [1] "HP_0030405<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $Glucagonoma$`_is_leaf` #> [1] TRUE #> #> $Glucagonoma$children #> list() #> #> $Glucagonoma$value #> [1] "Glucagonoma" #> #> #> $Glucagonoma #> $Glucagonoma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030404" #> #> $Glucagonoma$`_id` #> [1] "HP_0030404<HP_0030405<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $Glucagonoma$privateGeneCount #> [1] 0 #> #> $Glucagonoma$publicGeneCount #> [1] 4 #> #> $Glucagonoma$urlId #> [1] "HP_0030404" #> #> $Glucagonoma$dbPhenotype #> [1] TRUE #> #> $Glucagonoma$`_parent` #> [1] "HP_0030405<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $Glucagonoma$`_is_leaf` #> [1] TRUE #> #> $Glucagonoma$children #> list() #> #> $Glucagonoma$value #> [1] "Glucagonoma" #> #> #> $`glucocorticoid-remediable aldosteronism` #> $`glucocorticoid-remediable aldosteronism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14080" #> #> $`glucocorticoid-remediable aldosteronism`$`_id` #> [1] "DOID_14080<DOID_446<DOID_3947<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`glucocorticoid-remediable aldosteronism`$privateGeneCount #> [1] 0 #> #> $`glucocorticoid-remediable aldosteronism`$publicGeneCount #> [1] 1 #> #> $`glucocorticoid-remediable aldosteronism`$urlId #> [1] "DOID_14080" #> #> $`glucocorticoid-remediable aldosteronism`$dbPhenotype #> [1] TRUE #> #> $`glucocorticoid-remediable aldosteronism`$`_parent` #> [1] "DOID_446<DOID_3947<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`glucocorticoid-remediable aldosteronism`$`_is_leaf` #> [1] TRUE #> #> $`glucocorticoid-remediable aldosteronism`$children #> list() #> #> $`glucocorticoid-remediable aldosteronism`$value #> [1] "glucocorticoid-remediable aldosteronism" #> #> #> $`glucose intolerance` #> $`glucose intolerance`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10603" #> #> $`glucose intolerance`$`_id` #> [1] "DOID_10603<DOID_4195<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`glucose intolerance`$privateGeneCount #> [1] 0 #> #> $`glucose intolerance`$publicGeneCount #> [1] 21 #> #> $`glucose intolerance`$urlId #> [1] "DOID_10603" #> #> $`glucose intolerance`$dbPhenotype #> [1] TRUE #> #> $`glucose intolerance`$`_parent` #> [1] "DOID_4195<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`glucose intolerance`$`_is_leaf` #> [1] TRUE #> #> $`glucose intolerance`$children #> list() #> #> $`glucose intolerance`$value #> [1] "glucose intolerance" #> #> #> $`Glucose intolerance` #> $`Glucose intolerance`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001952" #> #> $`Glucose intolerance`$`_id` #> [1] "HP_0001952<HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Glucose intolerance`$privateGeneCount #> [1] 0 #> #> $`Glucose intolerance`$publicGeneCount #> [1] 1 #> #> $`Glucose intolerance`$urlId #> [1] "HP_0001952" #> #> $`Glucose intolerance`$dbPhenotype #> [1] FALSE #> #> $`Glucose intolerance`$`_parent` #> [1] "HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Glucose intolerance`$`_is_leaf` #> [1] FALSE #> #> $`Glucose intolerance`$children #> $`Glucose intolerance`$children[[1]] #> [1] "HP_0000819<HP_0001952<HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Glucose intolerance`$value #> [1] "Glucose intolerance" #> #> #> $`glucose metabolism disease` #> $`glucose metabolism disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4194" #> #> $`glucose metabolism disease`$`_id` #> [1] "DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`glucose metabolism disease`$privateGeneCount #> [1] 0 #> #> $`glucose metabolism disease`$publicGeneCount #> [1] 540 #> #> $`glucose metabolism disease`$urlId #> [1] "DOID_4194" #> #> $`glucose metabolism disease`$dbPhenotype #> [1] TRUE #> #> $`glucose metabolism disease`$`_parent` #> [1] "DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`glucose metabolism disease`$`_is_leaf` #> [1] FALSE #> #> $`glucose metabolism disease`$children #> $`glucose metabolism disease`$children[[1]] #> [1] "DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`glucose metabolism disease`$children[[2]] #> [1] "DOID_4195<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`glucose metabolism disease`$children[[3]] #> [1] "DOID_2018<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`glucose metabolism disease`$children[[4]] #> [1] "DOID_9993<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`glucose metabolism disease`$children[[5]] #> [1] "DOID_0050884<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`glucose metabolism disease`$value #> [1] "glucose metabolism disease" #> #> #> $`glucosephosphate dehydrogenase deficiency` #> $`glucosephosphate dehydrogenase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2862" #> #> $`glucosephosphate dehydrogenase deficiency`$`_id` #> [1] "DOID_2862<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glucosephosphate dehydrogenase deficiency`$privateGeneCount #> [1] 0 #> #> $`glucosephosphate dehydrogenase deficiency`$publicGeneCount #> [1] 1 #> #> $`glucosephosphate dehydrogenase deficiency`$urlId #> [1] "DOID_2862" #> #> $`glucosephosphate dehydrogenase deficiency`$dbPhenotype #> [1] TRUE #> #> $`glucosephosphate dehydrogenase deficiency`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glucosephosphate dehydrogenase deficiency`$`_is_leaf` #> [1] FALSE #> #> $`glucosephosphate dehydrogenase deficiency`$children #> $`glucosephosphate dehydrogenase deficiency`$children[[1]] #> [1] "DOID_13628<DOID_2862<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> #> $`glucosephosphate dehydrogenase deficiency`$value #> [1] "glucosephosphate dehydrogenase deficiency" #> #> #> $`Glutaric aciduria` #> $`Glutaric aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003150" #> #> $`Glutaric aciduria`$`_id` #> [1] "HP_0003150<HP_0003215<HP_0001992<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Glutaric aciduria`$privateGeneCount #> [1] 0 #> #> $`Glutaric aciduria`$publicGeneCount #> [1] 5 #> #> $`Glutaric aciduria`$urlId #> [1] "HP_0003150" #> #> $`Glutaric aciduria`$dbPhenotype #> [1] TRUE #> #> $`Glutaric aciduria`$`_parent` #> [1] "HP_0003215<HP_0001992<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Glutaric aciduria`$`_is_leaf` #> [1] TRUE #> #> $`Glutaric aciduria`$children #> list() #> #> $`Glutaric aciduria`$value #> [1] "Glutaric aciduria" #> #> #> $`glycerol kinase deficiency` #> $`glycerol kinase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060363" #> #> $`glycerol kinase deficiency`$`_id` #> [1] "DOID_0060363<DOID_630<DOID_4" #> #> $`glycerol kinase deficiency`$privateGeneCount #> [1] 0 #> #> $`glycerol kinase deficiency`$publicGeneCount #> [1] 1 #> #> $`glycerol kinase deficiency`$urlId #> [1] "DOID_0060363" #> #> $`glycerol kinase deficiency`$dbPhenotype #> [1] TRUE #> #> $`glycerol kinase deficiency`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`glycerol kinase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`glycerol kinase deficiency`$children #> list() #> #> $`glycerol kinase deficiency`$value #> [1] "glycerol kinase deficiency" #> #> #> $`glycerol kinase deficiency` #> $`glycerol kinase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060363" #> #> $`glycerol kinase deficiency`$`_id` #> [1] "DOID_0060363<DOID_655<DOID_0014667<DOID_4" #> #> $`glycerol kinase deficiency`$privateGeneCount #> [1] 0 #> #> $`glycerol kinase deficiency`$publicGeneCount #> [1] 1 #> #> $`glycerol kinase deficiency`$urlId #> [1] "DOID_0060363" #> #> $`glycerol kinase deficiency`$dbPhenotype #> [1] TRUE #> #> $`glycerol kinase deficiency`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`glycerol kinase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`glycerol kinase deficiency`$children #> list() #> #> $`glycerol kinase deficiency`$value #> [1] "glycerol kinase deficiency" #> #> #> $`glycine encephalopathy` #> $`glycine encephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9268" #> #> $`glycine encephalopathy`$`_id` #> [1] "DOID_9268<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`glycine encephalopathy`$privateGeneCount #> [1] 0 #> #> $`glycine encephalopathy`$publicGeneCount #> [1] 3 #> #> $`glycine encephalopathy`$urlId #> [1] "DOID_9268" #> #> $`glycine encephalopathy`$dbPhenotype #> [1] TRUE #> #> $`glycine encephalopathy`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`glycine encephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`glycine encephalopathy`$children #> list() #> #> $`glycine encephalopathy`$value #> [1] "glycine encephalopathy" #> #> #> $`glycogen metabolism disorder` #> $`glycogen metabolism disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050728" #> #> $`glycogen metabolism disorder`$`_id` #> [1] "DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen metabolism disorder`$privateGeneCount #> [1] 0 #> #> $`glycogen metabolism disorder`$publicGeneCount #> [1] 22 #> #> $`glycogen metabolism disorder`$urlId #> [1] "DOID_0050728" #> #> $`glycogen metabolism disorder`$dbPhenotype #> [1] FALSE #> #> $`glycogen metabolism disorder`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen metabolism disorder`$`_is_leaf` #> [1] FALSE #> #> $`glycogen metabolism disorder`$children #> $`glycogen metabolism disorder`$children[[1]] #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> #> $`glycogen metabolism disorder`$value #> [1] "glycogen metabolism disorder" #> #> #> $`glycogen storage disease` #> $`glycogen storage disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2747" #> #> $`glycogen storage disease`$`_id` #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease`$publicGeneCount #> [1] 22 #> #> $`glycogen storage disease`$urlId #> [1] "DOID_2747" #> #> $`glycogen storage disease`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease`$`_parent` #> [1] "DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease`$`_is_leaf` #> [1] FALSE #> #> $`glycogen storage disease`$children #> $`glycogen storage disease`$children[[1]] #> [1] "DOID_2749<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease`$children[[2]] #> [1] "DOID_2752<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease`$children[[3]] #> [1] "DOID_2748<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease`$children[[4]] #> [1] "DOID_2750<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease`$children[[5]] #> [1] "DOID_0050594<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease`$children[[6]] #> [1] "DOID_2746<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease`$children[[7]] #> [1] "DOID_2754<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease`$children[[8]] #> [1] "DOID_11721<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease`$children[[9]] #> [1] "DOID_0050579<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> #> $`glycogen storage disease`$value #> [1] "glycogen storage disease" #> #> #> $`glycogen storage disease I` #> $`glycogen storage disease I`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2749" #> #> $`glycogen storage disease I`$`_id` #> [1] "DOID_2749<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease I`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease I`$publicGeneCount #> [1] 2 #> #> $`glycogen storage disease I`$urlId #> [1] "DOID_2749" #> #> $`glycogen storage disease I`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease I`$`_parent` #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease I`$`_is_leaf` #> [1] TRUE #> #> $`glycogen storage disease I`$children #> list() #> #> $`glycogen storage disease I`$value #> [1] "glycogen storage disease I" #> #> #> $`glycogen storage disease II` #> $`glycogen storage disease II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2752" #> #> $`glycogen storage disease II`$`_id` #> [1] "DOID_2752<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease II`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease II`$publicGeneCount #> [1] 1 #> #> $`glycogen storage disease II`$urlId #> [1] "DOID_2752" #> #> $`glycogen storage disease II`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease II`$`_parent` #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease II`$`_is_leaf` #> [1] TRUE #> #> $`glycogen storage disease II`$children #> list() #> #> $`glycogen storage disease II`$value #> [1] "glycogen storage disease II" #> #> #> $`glycogen storage disease III` #> $`glycogen storage disease III`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2748" #> #> $`glycogen storage disease III`$`_id` #> [1] "DOID_2748<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease III`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease III`$publicGeneCount #> [1] 1 #> #> $`glycogen storage disease III`$urlId #> [1] "DOID_2748" #> #> $`glycogen storage disease III`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease III`$`_parent` #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease III`$`_is_leaf` #> [1] TRUE #> #> $`glycogen storage disease III`$children #> list() #> #> $`glycogen storage disease III`$value #> [1] "glycogen storage disease III" #> #> #> $`glycogen storage disease IV` #> $`glycogen storage disease IV`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2750" #> #> $`glycogen storage disease IV`$`_id` #> [1] "DOID_2750<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease IV`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease IV`$publicGeneCount #> [1] 1 #> #> $`glycogen storage disease IV`$urlId #> [1] "DOID_2750" #> #> $`glycogen storage disease IV`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease IV`$`_parent` #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease IV`$`_is_leaf` #> [1] TRUE #> #> $`glycogen storage disease IV`$children #> list() #> #> $`glycogen storage disease IV`$value #> [1] "glycogen storage disease IV" #> #> #> $`glycogen storage disease IX` #> $`glycogen storage disease IX`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050594" #> #> $`glycogen storage disease IX`$`_id` #> [1] "DOID_0050594<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease IX`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease IX`$publicGeneCount #> [1] 3 #> #> $`glycogen storage disease IX`$urlId #> [1] "DOID_0050594" #> #> $`glycogen storage disease IX`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease IX`$`_parent` #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease IX`$`_is_leaf` #> [1] TRUE #> #> $`glycogen storage disease IX`$children #> list() #> #> $`glycogen storage disease IX`$value #> [1] "glycogen storage disease IX" #> #> #> $`glycogen storage disease V` #> $`glycogen storage disease V`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2746" #> #> $`glycogen storage disease V`$`_id` #> [1] "DOID_2746<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease V`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease V`$publicGeneCount #> [1] 2 #> #> $`glycogen storage disease V`$urlId #> [1] "DOID_2746" #> #> $`glycogen storage disease V`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease V`$`_parent` #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease V`$`_is_leaf` #> [1] TRUE #> #> $`glycogen storage disease V`$children #> list() #> #> $`glycogen storage disease V`$value #> [1] "glycogen storage disease V" #> #> #> $`glycogen storage disease VI` #> $`glycogen storage disease VI`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2754" #> #> $`glycogen storage disease VI`$`_id` #> [1] "DOID_2754<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease VI`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease VI`$publicGeneCount #> [1] 1 #> #> $`glycogen storage disease VI`$urlId #> [1] "DOID_2754" #> #> $`glycogen storage disease VI`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease VI`$`_parent` #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease VI`$`_is_leaf` #> [1] TRUE #> #> $`glycogen storage disease VI`$children #> list() #> #> $`glycogen storage disease VI`$value #> [1] "glycogen storage disease VI" #> #> #> $`glycogen storage disease VII` #> $`glycogen storage disease VII`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11721" #> #> $`glycogen storage disease VII`$`_id` #> [1] "DOID_11721<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease VII`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease VII`$publicGeneCount #> [1] 1 #> #> $`glycogen storage disease VII`$urlId #> [1] "DOID_11721" #> #> $`glycogen storage disease VII`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease VII`$`_parent` #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease VII`$`_is_leaf` #> [1] TRUE #> #> $`glycogen storage disease VII`$children #> list() #> #> $`glycogen storage disease VII`$value #> [1] "glycogen storage disease VII" #> #> #> $`glycogen storage disease XV` #> $`glycogen storage disease XV`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050579" #> #> $`glycogen storage disease XV`$`_id` #> [1] "DOID_0050579<DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease XV`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease XV`$publicGeneCount #> [1] 1 #> #> $`glycogen storage disease XV`$urlId #> [1] "DOID_0050579" #> #> $`glycogen storage disease XV`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease XV`$`_parent` #> [1] "DOID_2747<DOID_0050728<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`glycogen storage disease XV`$`_is_leaf` #> [1] TRUE #> #> $`glycogen storage disease XV`$children #> list() #> #> $`glycogen storage disease XV`$value #> [1] "glycogen storage disease XV" #> #> #> $`glycogen storage disease XV` #> $`glycogen storage disease XV`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050579" #> #> $`glycogen storage disease XV`$`_id` #> [1] "DOID_0050579<DOID_630<DOID_4" #> #> $`glycogen storage disease XV`$privateGeneCount #> [1] 0 #> #> $`glycogen storage disease XV`$publicGeneCount #> [1] 1 #> #> $`glycogen storage disease XV`$urlId #> [1] "DOID_0050579" #> #> $`glycogen storage disease XV`$dbPhenotype #> [1] TRUE #> #> $`glycogen storage disease XV`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`glycogen storage disease XV`$`_is_leaf` #> [1] TRUE #> #> $`glycogen storage disease XV`$children #> list() #> #> $`glycogen storage disease XV`$value #> [1] "glycogen storage disease XV" #> #> #> $glycoproteinosis #> $glycoproteinosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3343" #> #> $glycoproteinosis$`_id` #> [1] "DOID_3343<DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $glycoproteinosis$privateGeneCount #> [1] 0 #> #> $glycoproteinosis$publicGeneCount #> [1] 3 #> #> $glycoproteinosis$urlId #> [1] "DOID_3343" #> #> $glycoproteinosis$dbPhenotype #> [1] TRUE #> #> $glycoproteinosis$`_parent` #> [1] "DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $glycoproteinosis$`_is_leaf` #> [1] TRUE #> #> $glycoproteinosis$children #> list() #> #> $glycoproteinosis$value #> [1] "glycoproteinosis" #> #> #> $`GM1 gangliosidosis` #> $`GM1 gangliosidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3322" #> #> $`GM1 gangliosidosis`$`_id` #> [1] "DOID_3322<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`GM1 gangliosidosis`$privateGeneCount #> [1] 0 #> #> $`GM1 gangliosidosis`$publicGeneCount #> [1] 1 #> #> $`GM1 gangliosidosis`$urlId #> [1] "DOID_3322" #> #> $`GM1 gangliosidosis`$dbPhenotype #> [1] TRUE #> #> $`GM1 gangliosidosis`$`_parent` #> [1] "DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`GM1 gangliosidosis`$`_is_leaf` #> [1] TRUE #> #> $`GM1 gangliosidosis`$children #> list() #> #> $`GM1 gangliosidosis`$value #> [1] "GM1 gangliosidosis" #> #> #> $`GM1 gangliosidosis` #> $`GM1 gangliosidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3322" #> #> $`GM1 gangliosidosis`$`_id` #> [1] "DOID_3322<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`GM1 gangliosidosis`$privateGeneCount #> [1] 0 #> #> $`GM1 gangliosidosis`$publicGeneCount #> [1] 1 #> #> $`GM1 gangliosidosis`$urlId #> [1] "DOID_3322" #> #> $`GM1 gangliosidosis`$dbPhenotype #> [1] TRUE #> #> $`GM1 gangliosidosis`$`_parent` #> [1] "DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`GM1 gangliosidosis`$`_is_leaf` #> [1] TRUE #> #> $`GM1 gangliosidosis`$children #> list() #> #> $`GM1 gangliosidosis`$value #> [1] "GM1 gangliosidosis" #> #> #> $`GM2 gangliosidosis` #> $`GM2 gangliosidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3321" #> #> $`GM2 gangliosidosis`$`_id` #> [1] "DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`GM2 gangliosidosis`$privateGeneCount #> [1] 0 #> #> $`GM2 gangliosidosis`$publicGeneCount #> [1] 3 #> #> $`GM2 gangliosidosis`$urlId #> [1] "DOID_3321" #> #> $`GM2 gangliosidosis`$dbPhenotype #> [1] TRUE #> #> $`GM2 gangliosidosis`$`_parent` #> [1] "DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`GM2 gangliosidosis`$`_is_leaf` #> [1] FALSE #> #> $`GM2 gangliosidosis`$children #> $`GM2 gangliosidosis`$children[[1]] #> [1] "DOID_4795<DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`GM2 gangliosidosis`$children[[2]] #> [1] "DOID_3323<DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`GM2 gangliosidosis`$children[[3]] #> [1] "DOID_3320<DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`GM2 gangliosidosis`$value #> [1] "GM2 gangliosidosis" #> #> #> $`GM2 gangliosidosis` #> $`GM2 gangliosidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3321" #> #> $`GM2 gangliosidosis`$`_id` #> [1] "DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`GM2 gangliosidosis`$privateGeneCount #> [1] 0 #> #> $`GM2 gangliosidosis`$publicGeneCount #> [1] 3 #> #> $`GM2 gangliosidosis`$urlId #> [1] "DOID_3321" #> #> $`GM2 gangliosidosis`$dbPhenotype #> [1] TRUE #> #> $`GM2 gangliosidosis`$`_parent` #> [1] "DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`GM2 gangliosidosis`$`_is_leaf` #> [1] FALSE #> #> $`GM2 gangliosidosis`$children #> $`GM2 gangliosidosis`$children[[1]] #> [1] "DOID_4795<DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`GM2 gangliosidosis`$children[[2]] #> [1] "DOID_3323<DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`GM2 gangliosidosis`$children[[3]] #> [1] "DOID_3320<DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> #> $`GM2 gangliosidosis`$value #> [1] "GM2 gangliosidosis" #> #> #> $`GM2 gangliosidosis, AB variant` #> $`GM2 gangliosidosis, AB variant`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4795" #> #> $`GM2 gangliosidosis, AB variant`$`_id` #> [1] "DOID_4795<DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`GM2 gangliosidosis, AB variant`$privateGeneCount #> [1] 0 #> #> $`GM2 gangliosidosis, AB variant`$publicGeneCount #> [1] 1 #> #> $`GM2 gangliosidosis, AB variant`$urlId #> [1] "DOID_4795" #> #> $`GM2 gangliosidosis, AB variant`$dbPhenotype #> [1] TRUE #> #> $`GM2 gangliosidosis, AB variant`$`_parent` #> [1] "DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`GM2 gangliosidosis, AB variant`$`_is_leaf` #> [1] TRUE #> #> $`GM2 gangliosidosis, AB variant`$children #> list() #> #> $`GM2 gangliosidosis, AB variant`$value #> [1] "GM2 gangliosidosis, AB variant" #> #> #> $`GM2 gangliosidosis, AB variant` #> $`GM2 gangliosidosis, AB variant`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4795" #> #> $`GM2 gangliosidosis, AB variant`$`_id` #> [1] "DOID_4795<DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`GM2 gangliosidosis, AB variant`$privateGeneCount #> [1] 0 #> #> $`GM2 gangliosidosis, AB variant`$publicGeneCount #> [1] 1 #> #> $`GM2 gangliosidosis, AB variant`$urlId #> [1] "DOID_4795" #> #> $`GM2 gangliosidosis, AB variant`$dbPhenotype #> [1] TRUE #> #> $`GM2 gangliosidosis, AB variant`$`_parent` #> [1] "DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`GM2 gangliosidosis, AB variant`$`_is_leaf` #> [1] TRUE #> #> $`GM2 gangliosidosis, AB variant`$children #> list() #> #> $`GM2 gangliosidosis, AB variant`$value #> [1] "GM2 gangliosidosis, AB variant" #> #> #> $goiter #> $goiter$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12176" #> #> $goiter$`_id` #> [1] "DOID_12176<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $goiter$privateGeneCount #> [1] 0 #> #> $goiter$publicGeneCount #> [1] 5 #> #> $goiter$urlId #> [1] "DOID_12176" #> #> $goiter$dbPhenotype #> [1] TRUE #> #> $goiter$`_parent` #> [1] "DOID_50<DOID_28<DOID_7<DOID_4" #> #> $goiter$`_is_leaf` #> [1] FALSE #> #> $goiter$children #> $goiter$children[[1]] #> [1] "DOID_0050489<DOID_12176<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $goiter$children[[2]] #> [1] "DOID_13197<DOID_12176<DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $goiter$value #> [1] "goiter" #> #> #> $`Goldberg-Shprintzen syndrome` #> $`Goldberg-Shprintzen syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060481" #> #> $`Goldberg-Shprintzen syndrome`$`_id` #> [1] "DOID_0060481<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Goldberg-Shprintzen syndrome`$privateGeneCount #> [1] 0 #> #> $`Goldberg-Shprintzen syndrome`$publicGeneCount #> [1] 1 #> #> $`Goldberg-Shprintzen syndrome`$urlId #> [1] "DOID_0060481" #> #> $`Goldberg-Shprintzen syndrome`$dbPhenotype #> [1] TRUE #> #> $`Goldberg-Shprintzen syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Goldberg-Shprintzen syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Goldberg-Shprintzen syndrome`$children #> list() #> #> $`Goldberg-Shprintzen syndrome`$value #> [1] "Goldberg-Shprintzen syndrome" #> #> #> $`Goldberg-Shprintzen syndrome` #> $`Goldberg-Shprintzen syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060481" #> #> $`Goldberg-Shprintzen syndrome`$`_id` #> [1] "DOID_0060481<DOID_225<DOID_4" #> #> $`Goldberg-Shprintzen syndrome`$privateGeneCount #> [1] 0 #> #> $`Goldberg-Shprintzen syndrome`$publicGeneCount #> [1] 1 #> #> $`Goldberg-Shprintzen syndrome`$urlId #> [1] "DOID_0060481" #> #> $`Goldberg-Shprintzen syndrome`$dbPhenotype #> [1] TRUE #> #> $`Goldberg-Shprintzen syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Goldberg-Shprintzen syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Goldberg-Shprintzen syndrome`$children #> list() #> #> $`Goldberg-Shprintzen syndrome`$value #> [1] "Goldberg-Shprintzen syndrome" #> #> #> $`gonadal disease` #> $`gonadal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2277" #> #> $`gonadal disease`$`_id` #> [1] "DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`gonadal disease`$privateGeneCount #> [1] 0 #> #> $`gonadal disease`$publicGeneCount #> [1] 536 #> #> $`gonadal disease`$urlId #> [1] "DOID_2277" #> #> $`gonadal disease`$dbPhenotype #> [1] TRUE #> #> $`gonadal disease`$`_parent` #> [1] "DOID_28<DOID_7<DOID_4" #> #> $`gonadal disease`$`_is_leaf` #> [1] FALSE #> #> $`gonadal disease`$children #> $`gonadal disease`$children[[1]] #> [1] "DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`gonadal disease`$children[[2]] #> [1] "DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`gonadal disease`$children[[3]] #> [1] "DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`gonadal disease`$children[[4]] #> [1] "DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`gonadal disease`$value #> [1] "gonadal disease" #> #> #> $`gonadal dysgenesis` #> $`gonadal dysgenesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14447" #> #> $`gonadal dysgenesis`$`_id` #> [1] "DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`gonadal dysgenesis`$privateGeneCount #> [1] 0 #> #> $`gonadal dysgenesis`$publicGeneCount #> [1] 21 #> #> $`gonadal dysgenesis`$urlId #> [1] "DOID_14447" #> #> $`gonadal dysgenesis`$dbPhenotype #> [1] TRUE #> #> $`gonadal dysgenesis`$`_parent` #> [1] "DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`gonadal dysgenesis`$`_is_leaf` #> [1] FALSE #> #> $`gonadal dysgenesis`$children #> $`gonadal dysgenesis`$children[[1]] #> [1] "DOID_14450<DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`gonadal dysgenesis`$children[[2]] #> [1] "DOID_14448<DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`gonadal dysgenesis`$children[[3]] #> [1] "DOID_3491<DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`gonadal dysgenesis`$value #> [1] "gonadal dysgenesis" #> #> #> $`Goodpasture syndrome` #> $`Goodpasture syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9808" #> #> $`Goodpasture syndrome`$`_id` #> [1] "DOID_9808<DOID_0060049<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Goodpasture syndrome`$privateGeneCount #> [1] 0 #> #> $`Goodpasture syndrome`$publicGeneCount #> [1] 4 #> #> $`Goodpasture syndrome`$urlId #> [1] "DOID_9808" #> #> $`Goodpasture syndrome`$dbPhenotype #> [1] TRUE #> #> $`Goodpasture syndrome`$`_parent` #> [1] "DOID_0060049<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Goodpasture syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Goodpasture syndrome`$children #> list() #> #> $`Goodpasture syndrome`$value #> [1] "Goodpasture syndrome" #> #> #> $`Goodpasture syndrome` #> $`Goodpasture syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9808" #> #> $`Goodpasture syndrome`$`_id` #> [1] "DOID_9808<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Goodpasture syndrome`$privateGeneCount #> [1] 0 #> #> $`Goodpasture syndrome`$publicGeneCount #> [1] 4 #> #> $`Goodpasture syndrome`$urlId #> [1] "DOID_9808" #> #> $`Goodpasture syndrome`$dbPhenotype #> [1] TRUE #> #> $`Goodpasture syndrome`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Goodpasture syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Goodpasture syndrome`$children #> list() #> #> $`Goodpasture syndrome`$value #> [1] "Goodpasture syndrome" #> #> #> $`Goodpasture syndrome` #> $`Goodpasture syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9808" #> #> $`Goodpasture syndrome`$`_id` #> [1] "DOID_9808<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`Goodpasture syndrome`$privateGeneCount #> [1] 0 #> #> $`Goodpasture syndrome`$publicGeneCount #> [1] 4 #> #> $`Goodpasture syndrome`$urlId #> [1] "DOID_9808" #> #> $`Goodpasture syndrome`$dbPhenotype #> [1] TRUE #> #> $`Goodpasture syndrome`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`Goodpasture syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Goodpasture syndrome`$children #> list() #> #> $`Goodpasture syndrome`$value #> [1] "Goodpasture syndrome" #> #> #> $gout #> $gout$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13189" #> #> $gout$`_id` #> [1] "DOID_13189<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $gout$privateGeneCount #> [1] 0 #> #> $gout$publicGeneCount #> [1] 16 #> #> $gout$urlId #> [1] "DOID_13189" #> #> $gout$dbPhenotype #> [1] TRUE #> #> $gout$`_parent` #> [1] "DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $gout$`_is_leaf` #> [1] TRUE #> #> $gout$children #> list() #> #> $gout$value #> [1] "gout" #> #> #> $`grade III astrocytoma` #> $`grade III astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3078" #> #> $`grade III astrocytoma`$`_id` #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`grade III astrocytoma`$privateGeneCount #> [1] 0 #> #> $`grade III astrocytoma`$publicGeneCount #> [1] 34 #> #> $`grade III astrocytoma`$urlId #> [1] "DOID_3078" #> #> $`grade III astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`grade III astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`grade III astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`grade III astrocytoma`$children #> list() #> #> $`grade III astrocytoma`$value #> [1] "grade III astrocytoma" #> #> #> $`grade III astrocytoma` #> $`grade III astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3078" #> #> $`grade III astrocytoma`$`_id` #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$privateGeneCount #> [1] 0 #> #> $`grade III astrocytoma`$publicGeneCount #> [1] 34 #> #> $`grade III astrocytoma`$urlId #> [1] "DOID_3078" #> #> $`grade III astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`grade III astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`grade III astrocytoma`$children #> list() #> #> $`grade III astrocytoma`$value #> [1] "grade III astrocytoma" #> #> #> $`grade III astrocytoma` #> $`grade III astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3078" #> #> $`grade III astrocytoma`$`_id` #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`grade III astrocytoma`$privateGeneCount #> [1] 0 #> #> $`grade III astrocytoma`$publicGeneCount #> [1] 34 #> #> $`grade III astrocytoma`$urlId #> [1] "DOID_3078" #> #> $`grade III astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`grade III astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`grade III astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`grade III astrocytoma`$children #> list() #> #> $`grade III astrocytoma`$value #> [1] "grade III astrocytoma" #> #> #> $`grade III astrocytoma` #> $`grade III astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3078" #> #> $`grade III astrocytoma`$`_id` #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$privateGeneCount #> [1] 0 #> #> $`grade III astrocytoma`$publicGeneCount #> [1] 34 #> #> $`grade III astrocytoma`$urlId #> [1] "DOID_3078" #> #> $`grade III astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`grade III astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`grade III astrocytoma`$children #> list() #> #> $`grade III astrocytoma`$value #> [1] "grade III astrocytoma" #> #> #> $`grade III astrocytoma` #> $`grade III astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3078" #> #> $`grade III astrocytoma`$`_id` #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$privateGeneCount #> [1] 0 #> #> $`grade III astrocytoma`$publicGeneCount #> [1] 34 #> #> $`grade III astrocytoma`$urlId #> [1] "DOID_3078" #> #> $`grade III astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`grade III astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`grade III astrocytoma`$children #> list() #> #> $`grade III astrocytoma`$value #> [1] "grade III astrocytoma" #> #> #> $`grade III astrocytoma` #> $`grade III astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3078" #> #> $`grade III astrocytoma`$`_id` #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$privateGeneCount #> [1] 0 #> #> $`grade III astrocytoma`$publicGeneCount #> [1] 34 #> #> $`grade III astrocytoma`$urlId #> [1] "DOID_3078" #> #> $`grade III astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`grade III astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`grade III astrocytoma`$children #> list() #> #> $`grade III astrocytoma`$value #> [1] "grade III astrocytoma" #> #> #> $`grade III astrocytoma` #> $`grade III astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3078" #> #> $`grade III astrocytoma`$`_id` #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$privateGeneCount #> [1] 0 #> #> $`grade III astrocytoma`$publicGeneCount #> [1] 34 #> #> $`grade III astrocytoma`$urlId #> [1] "DOID_3078" #> #> $`grade III astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`grade III astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`grade III astrocytoma`$children #> list() #> #> $`grade III astrocytoma`$value #> [1] "grade III astrocytoma" #> #> #> $`grade III astrocytoma` #> $`grade III astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3078" #> #> $`grade III astrocytoma`$`_id` #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`grade III astrocytoma`$privateGeneCount #> [1] 0 #> #> $`grade III astrocytoma`$publicGeneCount #> [1] 34 #> #> $`grade III astrocytoma`$urlId #> [1] "DOID_3078" #> #> $`grade III astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`grade III astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`grade III astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`grade III astrocytoma`$children #> list() #> #> $`grade III astrocytoma`$value #> [1] "grade III astrocytoma" #> #> #> $`grade III astrocytoma` #> $`grade III astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3078" #> #> $`grade III astrocytoma`$`_id` #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$privateGeneCount #> [1] 0 #> #> $`grade III astrocytoma`$publicGeneCount #> [1] 34 #> #> $`grade III astrocytoma`$urlId #> [1] "DOID_3078" #> #> $`grade III astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`grade III astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`grade III astrocytoma`$children #> list() #> #> $`grade III astrocytoma`$value #> [1] "grade III astrocytoma" #> #> #> $`grade III astrocytoma` #> $`grade III astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3078" #> #> $`grade III astrocytoma`$`_id` #> [1] "DOID_3078<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$privateGeneCount #> [1] 0 #> #> $`grade III astrocytoma`$publicGeneCount #> [1] 34 #> #> $`grade III astrocytoma`$urlId #> [1] "DOID_3078" #> #> $`grade III astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`grade III astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`grade III astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`grade III astrocytoma`$children #> list() #> #> $`grade III astrocytoma`$value #> [1] "grade III astrocytoma" #> #> #> $`granular cell carcinoma` #> $`granular cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4903" #> #> $`granular cell carcinoma`$`_id` #> [1] "DOID_4903<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`granular cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`granular cell carcinoma`$publicGeneCount #> [1] 153 #> #> $`granular cell carcinoma`$urlId #> [1] "DOID_4903" #> #> $`granular cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`granular cell carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`granular cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`granular cell carcinoma`$children #> list() #> #> $`granular cell carcinoma`$value #> [1] "granular cell carcinoma" #> #> #> $`granular corneal dystrophy` #> $`granular corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12318" #> #> $`granular corneal dystrophy`$`_id` #> [1] "DOID_12318<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`granular corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`granular corneal dystrophy`$publicGeneCount #> [1] 8 #> #> $`granular corneal dystrophy`$urlId #> [1] "DOID_12318" #> #> $`granular corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`granular corneal dystrophy`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`granular corneal dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`granular corneal dystrophy`$children #> $`granular corneal dystrophy`$children[[1]] #> [1] "DOID_0060444<DOID_12318<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`granular corneal dystrophy`$value #> [1] "granular corneal dystrophy" #> #> #> $`granular corneal dystrophy` #> $`granular corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12318" #> #> $`granular corneal dystrophy`$`_id` #> [1] "DOID_12318<DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`granular corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`granular corneal dystrophy`$publicGeneCount #> [1] 8 #> #> $`granular corneal dystrophy`$urlId #> [1] "DOID_12318" #> #> $`granular corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`granular corneal dystrophy`$`_parent` #> [1] "DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`granular corneal dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`granular corneal dystrophy`$children #> $`granular corneal dystrophy`$children[[1]] #> [1] "DOID_0060444<DOID_12318<DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`granular corneal dystrophy`$value #> [1] "granular corneal dystrophy" #> #> #> $`granular corneal dystrophy 2` #> $`granular corneal dystrophy 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060444" #> #> $`granular corneal dystrophy 2`$`_id` #> [1] "DOID_0060444<DOID_12318<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`granular corneal dystrophy 2`$privateGeneCount #> [1] 0 #> #> $`granular corneal dystrophy 2`$publicGeneCount #> [1] 1 #> #> $`granular corneal dystrophy 2`$urlId #> [1] "DOID_0060444" #> #> $`granular corneal dystrophy 2`$dbPhenotype #> [1] TRUE #> #> $`granular corneal dystrophy 2`$`_parent` #> [1] "DOID_12318<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`granular corneal dystrophy 2`$`_is_leaf` #> [1] TRUE #> #> $`granular corneal dystrophy 2`$children #> list() #> #> $`granular corneal dystrophy 2`$value #> [1] "granular corneal dystrophy 2" #> #> #> $`granular corneal dystrophy 2` #> $`granular corneal dystrophy 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060444" #> #> $`granular corneal dystrophy 2`$`_id` #> [1] "DOID_0060444<DOID_12318<DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`granular corneal dystrophy 2`$privateGeneCount #> [1] 0 #> #> $`granular corneal dystrophy 2`$publicGeneCount #> [1] 1 #> #> $`granular corneal dystrophy 2`$urlId #> [1] "DOID_0060444" #> #> $`granular corneal dystrophy 2`$dbPhenotype #> [1] TRUE #> #> $`granular corneal dystrophy 2`$`_parent` #> [1] "DOID_12318<DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`granular corneal dystrophy 2`$`_is_leaf` #> [1] TRUE #> #> $`granular corneal dystrophy 2`$children #> list() #> #> $`granular corneal dystrophy 2`$value #> [1] "granular corneal dystrophy 2" #> #> #> $`Granular osmiophilic deposits (GROD) in cells` #> $`Granular osmiophilic deposits (GROD) in cells`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003657" #> #> $`Granular osmiophilic deposits (GROD) in cells`$`_id` #> [1] "HP_0003657<HP_0004356<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Granular osmiophilic deposits (GROD) in cells`$privateGeneCount #> [1] 0 #> #> $`Granular osmiophilic deposits (GROD) in cells`$publicGeneCount #> [1] 1 #> #> $`Granular osmiophilic deposits (GROD) in cells`$urlId #> [1] "HP_0003657" #> #> $`Granular osmiophilic deposits (GROD) in cells`$dbPhenotype #> [1] TRUE #> #> $`Granular osmiophilic deposits (GROD) in cells`$`_parent` #> [1] "HP_0004356<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Granular osmiophilic deposits (GROD) in cells`$`_is_leaf` #> [1] TRUE #> #> $`Granular osmiophilic deposits (GROD) in cells`$children #> list() #> #> $`Granular osmiophilic deposits (GROD) in cells`$value #> [1] "Granular osmiophilic deposits (GROD) in cells" #> #> #> $`Granular osmiophilic deposits (GROD) in cells` #> $`Granular osmiophilic deposits (GROD) in cells`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003657" #> #> $`Granular osmiophilic deposits (GROD) in cells`$`_id` #> [1] "HP_0003657<HP_0004356<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Granular osmiophilic deposits (GROD) in cells`$privateGeneCount #> [1] 0 #> #> $`Granular osmiophilic deposits (GROD) in cells`$publicGeneCount #> [1] 1 #> #> $`Granular osmiophilic deposits (GROD) in cells`$urlId #> [1] "HP_0003657" #> #> $`Granular osmiophilic deposits (GROD) in cells`$dbPhenotype #> [1] TRUE #> #> $`Granular osmiophilic deposits (GROD) in cells`$`_parent` #> [1] "HP_0004356<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Granular osmiophilic deposits (GROD) in cells`$`_is_leaf` #> [1] TRUE #> #> $`Granular osmiophilic deposits (GROD) in cells`$children #> list() #> #> $`Granular osmiophilic deposits (GROD) in cells`$value #> [1] "Granular osmiophilic deposits (GROD) in cells" #> #> #> $`granulomatosis with polyangiitis` #> $`granulomatosis with polyangiitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12132" #> #> $`granulomatosis with polyangiitis`$`_id` #> [1] "DOID_12132<DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`granulomatosis with polyangiitis`$privateGeneCount #> [1] 0 #> #> $`granulomatosis with polyangiitis`$publicGeneCount #> [1] 12 #> #> $`granulomatosis with polyangiitis`$urlId #> [1] "DOID_12132" #> #> $`granulomatosis with polyangiitis`$dbPhenotype #> [1] TRUE #> #> $`granulomatosis with polyangiitis`$`_parent` #> [1] "DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`granulomatosis with polyangiitis`$`_is_leaf` #> [1] TRUE #> #> $`granulomatosis with polyangiitis`$children #> list() #> #> $`granulomatosis with polyangiitis`$value #> [1] "granulomatosis with polyangiitis" #> #> #> $`granulomatosis with polyangiitis` #> $`granulomatosis with polyangiitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12132" #> #> $`granulomatosis with polyangiitis`$`_id` #> [1] "DOID_12132<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`granulomatosis with polyangiitis`$privateGeneCount #> [1] 0 #> #> $`granulomatosis with polyangiitis`$publicGeneCount #> [1] 12 #> #> $`granulomatosis with polyangiitis`$urlId #> [1] "DOID_12132" #> #> $`granulomatosis with polyangiitis`$dbPhenotype #> [1] TRUE #> #> $`granulomatosis with polyangiitis`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`granulomatosis with polyangiitis`$`_is_leaf` #> [1] TRUE #> #> $`granulomatosis with polyangiitis`$children #> list() #> #> $`granulomatosis with polyangiitis`$value #> [1] "granulomatosis with polyangiitis" #> #> #> $`granulomatosis with polyangiitis` #> $`granulomatosis with polyangiitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12132" #> #> $`granulomatosis with polyangiitis`$`_id` #> [1] "DOID_12132<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`granulomatosis with polyangiitis`$privateGeneCount #> [1] 0 #> #> $`granulomatosis with polyangiitis`$publicGeneCount #> [1] 12 #> #> $`granulomatosis with polyangiitis`$urlId #> [1] "DOID_12132" #> #> $`granulomatosis with polyangiitis`$dbPhenotype #> [1] TRUE #> #> $`granulomatosis with polyangiitis`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`granulomatosis with polyangiitis`$`_is_leaf` #> [1] TRUE #> #> $`granulomatosis with polyangiitis`$children #> list() #> #> $`granulomatosis with polyangiitis`$value #> [1] "granulomatosis with polyangiitis" #> #> #> $`granulomatosis with polyangiitis` #> $`granulomatosis with polyangiitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12132" #> #> $`granulomatosis with polyangiitis`$`_id` #> [1] "DOID_12132<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`granulomatosis with polyangiitis`$privateGeneCount #> [1] 0 #> #> $`granulomatosis with polyangiitis`$publicGeneCount #> [1] 12 #> #> $`granulomatosis with polyangiitis`$urlId #> [1] "DOID_12132" #> #> $`granulomatosis with polyangiitis`$dbPhenotype #> [1] TRUE #> #> $`granulomatosis with polyangiitis`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`granulomatosis with polyangiitis`$`_is_leaf` #> [1] TRUE #> #> $`granulomatosis with polyangiitis`$children #> list() #> #> $`granulomatosis with polyangiitis`$value #> [1] "granulomatosis with polyangiitis" #> #> #> $`granulomatous angiitis` #> $`granulomatous angiitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2555" #> #> $`granulomatous angiitis`$`_id` #> [1] "DOID_2555<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`granulomatous angiitis`$privateGeneCount #> [1] 0 #> #> $`granulomatous angiitis`$publicGeneCount #> [1] 1 #> #> $`granulomatous angiitis`$urlId #> [1] "DOID_2555" #> #> $`granulomatous angiitis`$dbPhenotype #> [1] TRUE #> #> $`granulomatous angiitis`$`_parent` #> [1] "DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`granulomatous angiitis`$`_is_leaf` #> [1] TRUE #> #> $`granulomatous angiitis`$children #> list() #> #> $`granulomatous angiitis`$value #> [1] "granulomatous angiitis" #> #> #> $`granulosa cell tumor` #> $`granulosa cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2999" #> #> $`granulosa cell tumor`$`_id` #> [1] "DOID_2999<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`granulosa cell tumor`$privateGeneCount #> [1] 0 #> #> $`granulosa cell tumor`$publicGeneCount #> [1] 14 #> #> $`granulosa cell tumor`$urlId #> [1] "DOID_2999" #> #> $`granulosa cell tumor`$dbPhenotype #> [1] TRUE #> #> $`granulosa cell tumor`$`_parent` #> [1] "DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`granulosa cell tumor`$`_is_leaf` #> [1] TRUE #> #> $`granulosa cell tumor`$children #> list() #> #> $`granulosa cell tumor`$value #> [1] "granulosa cell tumor" #> #> #> $`granulosa cell tumor` #> $`granulosa cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2999" #> #> $`granulosa cell tumor`$`_id` #> [1] "DOID_2999<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`granulosa cell tumor`$privateGeneCount #> [1] 0 #> #> $`granulosa cell tumor`$publicGeneCount #> [1] 14 #> #> $`granulosa cell tumor`$urlId #> [1] "DOID_2999" #> #> $`granulosa cell tumor`$dbPhenotype #> [1] TRUE #> #> $`granulosa cell tumor`$`_parent` #> [1] "DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`granulosa cell tumor`$`_is_leaf` #> [1] TRUE #> #> $`granulosa cell tumor`$children #> list() #> #> $`granulosa cell tumor`$value #> [1] "granulosa cell tumor" #> #> #> $`granulosa cell tumor` #> $`granulosa cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2999" #> #> $`granulosa cell tumor`$`_id` #> [1] "DOID_2999<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`granulosa cell tumor`$privateGeneCount #> [1] 0 #> #> $`granulosa cell tumor`$publicGeneCount #> [1] 14 #> #> $`granulosa cell tumor`$urlId #> [1] "DOID_2999" #> #> $`granulosa cell tumor`$dbPhenotype #> [1] TRUE #> #> $`granulosa cell tumor`$`_parent` #> [1] "DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`granulosa cell tumor`$`_is_leaf` #> [1] TRUE #> #> $`granulosa cell tumor`$children #> list() #> #> $`granulosa cell tumor`$value #> [1] "granulosa cell tumor" #> #> #> $`granulosa cell tumor` #> $`granulosa cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2999" #> #> $`granulosa cell tumor`$`_id` #> [1] "DOID_2999<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`granulosa cell tumor`$privateGeneCount #> [1] 0 #> #> $`granulosa cell tumor`$publicGeneCount #> [1] 14 #> #> $`granulosa cell tumor`$urlId #> [1] "DOID_2999" #> #> $`granulosa cell tumor`$dbPhenotype #> [1] TRUE #> #> $`granulosa cell tumor`$`_parent` #> [1] "DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`granulosa cell tumor`$`_is_leaf` #> [1] TRUE #> #> $`granulosa cell tumor`$children #> list() #> #> $`granulosa cell tumor`$value #> [1] "granulosa cell tumor" #> #> #> $`Graves' disease` #> $`Graves' disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12361" #> #> $`Graves' disease`$`_id` #> [1] "DOID_12361<DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> $`Graves' disease`$privateGeneCount #> [1] 0 #> #> $`Graves' disease`$publicGeneCount #> [1] 61 #> #> $`Graves' disease`$urlId #> [1] "DOID_12361" #> #> $`Graves' disease`$dbPhenotype #> [1] TRUE #> #> $`Graves' disease`$`_parent` #> [1] "DOID_0060005<DOID_28<DOID_7<DOID_4" #> #> $`Graves' disease`$`_is_leaf` #> [1] TRUE #> #> $`Graves' disease`$children #> list() #> #> $`Graves' disease`$value #> [1] "Graves' disease" #> #> #> $`Graves' disease` #> $`Graves' disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12361" #> #> $`Graves' disease`$`_id` #> [1] "DOID_12361<DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Graves' disease`$privateGeneCount #> [1] 0 #> #> $`Graves' disease`$publicGeneCount #> [1] 61 #> #> $`Graves' disease`$urlId #> [1] "DOID_12361" #> #> $`Graves' disease`$dbPhenotype #> [1] TRUE #> #> $`Graves' disease`$`_parent` #> [1] "DOID_0060005<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Graves' disease`$`_is_leaf` #> [1] TRUE #> #> $`Graves' disease`$children #> list() #> #> $`Graves' disease`$value #> [1] "Graves' disease" #> #> #> $`Greig cephalopolysyndactyly syndrome` #> $`Greig cephalopolysyndactyly syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14761" #> #> $`Greig cephalopolysyndactyly syndrome`$`_id` #> [1] "DOID_14761<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Greig cephalopolysyndactyly syndrome`$privateGeneCount #> [1] 0 #> #> $`Greig cephalopolysyndactyly syndrome`$publicGeneCount #> [1] 1 #> #> $`Greig cephalopolysyndactyly syndrome`$urlId #> [1] "DOID_14761" #> #> $`Greig cephalopolysyndactyly syndrome`$dbPhenotype #> [1] TRUE #> #> $`Greig cephalopolysyndactyly syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Greig cephalopolysyndactyly syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Greig cephalopolysyndactyly syndrome`$children #> list() #> #> $`Greig cephalopolysyndactyly syndrome`$value #> [1] "Greig cephalopolysyndactyly syndrome" #> #> #> $`Greig cephalopolysyndactyly syndrome` #> $`Greig cephalopolysyndactyly syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14761" #> #> $`Greig cephalopolysyndactyly syndrome`$`_id` #> [1] "DOID_14761<DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Greig cephalopolysyndactyly syndrome`$privateGeneCount #> [1] 0 #> #> $`Greig cephalopolysyndactyly syndrome`$publicGeneCount #> [1] 1 #> #> $`Greig cephalopolysyndactyly syndrome`$urlId #> [1] "DOID_14761" #> #> $`Greig cephalopolysyndactyly syndrome`$dbPhenotype #> [1] TRUE #> #> $`Greig cephalopolysyndactyly syndrome`$`_parent` #> [1] "DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Greig cephalopolysyndactyly syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Greig cephalopolysyndactyly syndrome`$children #> list() #> #> $`Greig cephalopolysyndactyly syndrome`$value #> [1] "Greig cephalopolysyndactyly syndrome" #> #> #> $`Growth abnormality` #> $`Growth abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001507" #> #> $`Growth abnormality`$`_id` #> [1] "HP_0001507<HP_0000118<HP_0000001" #> #> $`Growth abnormality`$privateGeneCount #> [1] 0 #> #> $`Growth abnormality`$publicGeneCount #> [1] 148 #> #> $`Growth abnormality`$urlId #> [1] "HP_0001507" #> #> $`Growth abnormality`$dbPhenotype #> [1] FALSE #> #> $`Growth abnormality`$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $`Growth abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Growth abnormality`$children #> $`Growth abnormality`$children[[1]] #> [1] "HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Growth abnormality`$children[[2]] #> [1] "HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Growth abnormality`$children[[3]] #> [1] "HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Growth abnormality`$children[[4]] #> [1] "HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Growth abnormality`$value #> [1] "Growth abnormality" #> #> #> $`Growth delay` #> $`Growth delay`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001510" #> #> $`Growth delay`$`_id` #> [1] "HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Growth delay`$privateGeneCount #> [1] 0 #> #> $`Growth delay`$publicGeneCount #> [1] 30 #> #> $`Growth delay`$urlId #> [1] "HP_0001510" #> #> $`Growth delay`$dbPhenotype #> [1] FALSE #> #> $`Growth delay`$`_parent` #> [1] "HP_0001507<HP_0000118<HP_0000001" #> #> $`Growth delay`$`_is_leaf` #> [1] FALSE #> #> $`Growth delay`$children #> $`Growth delay`$children[[1]] #> [1] "HP_0000823<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Growth delay`$children[[2]] #> [1] "HP_0008897<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Growth delay`$children[[3]] #> [1] "HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Growth delay`$value #> [1] "Growth delay" #> #> #> $`Growth hormone deficiency` #> $`Growth hormone deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000824" #> #> $`Growth hormone deficiency`$`_id` #> [1] "HP_0000824<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Growth hormone deficiency`$privateGeneCount #> [1] 0 #> #> $`Growth hormone deficiency`$publicGeneCount #> [1] 6 #> #> $`Growth hormone deficiency`$urlId #> [1] "HP_0000824" #> #> $`Growth hormone deficiency`$dbPhenotype #> [1] TRUE #> #> $`Growth hormone deficiency`$`_parent` #> [1] "HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Growth hormone deficiency`$`_is_leaf` #> [1] FALSE #> #> $`Growth hormone deficiency`$children #> $`Growth hormone deficiency`$children[[1]] #> [1] "HP_0000839<HP_0000824<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Growth hormone deficiency`$value #> [1] "Growth hormone deficiency" #> #> #> $`Growth hormone deficiency` #> $`Growth hormone deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000824" #> #> $`Growth hormone deficiency`$`_id` #> [1] "HP_0000824<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Growth hormone deficiency`$privateGeneCount #> [1] 0 #> #> $`Growth hormone deficiency`$publicGeneCount #> [1] 6 #> #> $`Growth hormone deficiency`$urlId #> [1] "HP_0000824" #> #> $`Growth hormone deficiency`$dbPhenotype #> [1] TRUE #> #> $`Growth hormone deficiency`$`_parent` #> [1] "HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Growth hormone deficiency`$`_is_leaf` #> [1] FALSE #> #> $`Growth hormone deficiency`$children #> $`Growth hormone deficiency`$children[[1]] #> [1] "HP_0000839<HP_0000824<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Growth hormone deficiency`$value #> [1] "Growth hormone deficiency" #> #> #> $`Growth hormone deficiency` #> $`Growth hormone deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000824" #> #> $`Growth hormone deficiency`$`_id` #> [1] "HP_0000824<HP_0032367<HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> $`Growth hormone deficiency`$privateGeneCount #> [1] 0 #> #> $`Growth hormone deficiency`$publicGeneCount #> [1] 6 #> #> $`Growth hormone deficiency`$urlId #> [1] "HP_0000824" #> #> $`Growth hormone deficiency`$dbPhenotype #> [1] TRUE #> #> $`Growth hormone deficiency`$`_parent` #> [1] "HP_0032367<HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> $`Growth hormone deficiency`$`_is_leaf` #> [1] FALSE #> #> $`Growth hormone deficiency`$children #> $`Growth hormone deficiency`$children[[1]] #> [1] "HP_0000839<HP_0000824<HP_0032367<HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Growth hormone deficiency`$value #> [1] "Growth hormone deficiency" #> #> #> $`growth hormone secreting pituitary adenoma` #> $`growth hormone secreting pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6255" #> #> $`growth hormone secreting pituitary adenoma`$`_id` #> [1] "DOID_6255<DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`growth hormone secreting pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`growth hormone secreting pituitary adenoma`$publicGeneCount #> [1] 5 #> #> $`growth hormone secreting pituitary adenoma`$urlId #> [1] "DOID_6255" #> #> $`growth hormone secreting pituitary adenoma`$dbPhenotype #> [1] TRUE #> #> $`growth hormone secreting pituitary adenoma`$`_parent` #> [1] "DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`growth hormone secreting pituitary adenoma`$`_is_leaf` #> [1] TRUE #> #> $`growth hormone secreting pituitary adenoma`$children #> list() #> #> $`growth hormone secreting pituitary adenoma`$value #> [1] "growth hormone secreting pituitary adenoma" #> #> #> $`growth hormone secreting pituitary adenoma` #> $`growth hormone secreting pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6255" #> #> $`growth hormone secreting pituitary adenoma`$`_id` #> [1] "DOID_6255<DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`growth hormone secreting pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`growth hormone secreting pituitary adenoma`$publicGeneCount #> [1] 5 #> #> $`growth hormone secreting pituitary adenoma`$urlId #> [1] "DOID_6255" #> #> $`growth hormone secreting pituitary adenoma`$dbPhenotype #> [1] TRUE #> #> $`growth hormone secreting pituitary adenoma`$`_parent` #> [1] "DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`growth hormone secreting pituitary adenoma`$`_is_leaf` #> [1] TRUE #> #> $`growth hormone secreting pituitary adenoma`$children #> list() #> #> $`growth hormone secreting pituitary adenoma`$value #> [1] "growth hormone secreting pituitary adenoma" #> #> #> $`growth hormone secreting pituitary adenoma` #> $`growth hormone secreting pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6255" #> #> $`growth hormone secreting pituitary adenoma`$`_id` #> [1] "DOID_6255<DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`growth hormone secreting pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`growth hormone secreting pituitary adenoma`$publicGeneCount #> [1] 5 #> #> $`growth hormone secreting pituitary adenoma`$urlId #> [1] "DOID_6255" #> #> $`growth hormone secreting pituitary adenoma`$dbPhenotype #> [1] TRUE #> #> $`growth hormone secreting pituitary adenoma`$`_parent` #> [1] "DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`growth hormone secreting pituitary adenoma`$`_is_leaf` #> [1] TRUE #> #> $`growth hormone secreting pituitary adenoma`$children #> list() #> #> $`growth hormone secreting pituitary adenoma`$value #> [1] "growth hormone secreting pituitary adenoma" #> #> #> $`guanidinoacetate methyltransferase deficiency` #> $`guanidinoacetate methyltransferase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050799" #> #> $`guanidinoacetate methyltransferase deficiency`$`_id` #> [1] "DOID_0050799<DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`guanidinoacetate methyltransferase deficiency`$privateGeneCount #> [1] 0 #> #> $`guanidinoacetate methyltransferase deficiency`$publicGeneCount #> [1] 1 #> #> $`guanidinoacetate methyltransferase deficiency`$urlId #> [1] "DOID_0050799" #> #> $`guanidinoacetate methyltransferase deficiency`$dbPhenotype #> [1] TRUE #> #> $`guanidinoacetate methyltransferase deficiency`$`_parent` #> [1] "DOID_0050798<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`guanidinoacetate methyltransferase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`guanidinoacetate methyltransferase deficiency`$children #> list() #> #> $`guanidinoacetate methyltransferase deficiency`$value #> [1] "guanidinoacetate methyltransferase deficiency" #> #> #> $`Guillain-Barre syndrome` #> $`Guillain-Barre syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12842" #> #> $`Guillain-Barre syndrome`$`_id` #> [1] "DOID_12842<DOID_0060033<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Guillain-Barre syndrome`$privateGeneCount #> [1] 0 #> #> $`Guillain-Barre syndrome`$publicGeneCount #> [1] 7 #> #> $`Guillain-Barre syndrome`$urlId #> [1] "DOID_12842" #> #> $`Guillain-Barre syndrome`$dbPhenotype #> [1] TRUE #> #> $`Guillain-Barre syndrome`$`_parent` #> [1] "DOID_0060033<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Guillain-Barre syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Guillain-Barre syndrome`$children #> list() #> #> $`Guillain-Barre syndrome`$value #> [1] "Guillain-Barre syndrome" #> #> #> $`Guillain-Barre syndrome` #> $`Guillain-Barre syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12842" #> #> $`Guillain-Barre syndrome`$`_id` #> [1] "DOID_12842<DOID_0060033<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`Guillain-Barre syndrome`$privateGeneCount #> [1] 0 #> #> $`Guillain-Barre syndrome`$publicGeneCount #> [1] 7 #> #> $`Guillain-Barre syndrome`$urlId #> [1] "DOID_12842" #> #> $`Guillain-Barre syndrome`$dbPhenotype #> [1] TRUE #> #> $`Guillain-Barre syndrome`$`_parent` #> [1] "DOID_0060033<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`Guillain-Barre syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Guillain-Barre syndrome`$children #> list() #> #> $`Guillain-Barre syndrome`$value #> [1] "Guillain-Barre syndrome" #> #> #> $`Guillain-Barre syndrome` #> $`Guillain-Barre syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12842" #> #> $`Guillain-Barre syndrome`$`_id` #> [1] "DOID_12842<DOID_0060033<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Guillain-Barre syndrome`$privateGeneCount #> [1] 0 #> #> $`Guillain-Barre syndrome`$publicGeneCount #> [1] 7 #> #> $`Guillain-Barre syndrome`$urlId #> [1] "DOID_12842" #> #> $`Guillain-Barre syndrome`$dbPhenotype #> [1] TRUE #> #> $`Guillain-Barre syndrome`$`_parent` #> [1] "DOID_0060033<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Guillain-Barre syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Guillain-Barre syndrome`$children #> list() #> #> $`Guillain-Barre syndrome`$value #> [1] "Guillain-Barre syndrome" #> #> #> $gynecomastia #> $gynecomastia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12698" #> #> $gynecomastia$`_id` #> [1] "DOID_12698<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $gynecomastia$privateGeneCount #> [1] 0 #> #> $gynecomastia$publicGeneCount #> [1] 3 #> #> $gynecomastia$urlId #> [1] "DOID_12698" #> #> $gynecomastia$dbPhenotype #> [1] TRUE #> #> $gynecomastia$`_parent` #> [1] "DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $gynecomastia$`_is_leaf` #> [1] TRUE #> #> $gynecomastia$children #> list() #> #> $gynecomastia$value #> [1] "gynecomastia" #> #> #> $`gyrate atrophy` #> $`gyrate atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1415" #> #> $`gyrate atrophy`$`_id` #> [1] "DOID_1415<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`gyrate atrophy`$privateGeneCount #> [1] 0 #> #> $`gyrate atrophy`$publicGeneCount #> [1] 1 #> #> $`gyrate atrophy`$urlId #> [1] "DOID_1415" #> #> $`gyrate atrophy`$dbPhenotype #> [1] TRUE #> #> $`gyrate atrophy`$`_parent` #> [1] "DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`gyrate atrophy`$`_is_leaf` #> [1] TRUE #> #> $`gyrate atrophy`$children #> list() #> #> $`gyrate atrophy`$value #> [1] "gyrate atrophy" #> #> #> $`Hailey-Hailey disease` #> $`Hailey-Hailey disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050429" #> #> $`Hailey-Hailey disease`$`_id` #> [1] "DOID_0050429<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Hailey-Hailey disease`$privateGeneCount #> [1] 0 #> #> $`Hailey-Hailey disease`$publicGeneCount #> [1] 1 #> #> $`Hailey-Hailey disease`$urlId #> [1] "DOID_0050429" #> #> $`Hailey-Hailey disease`$dbPhenotype #> [1] TRUE #> #> $`Hailey-Hailey disease`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Hailey-Hailey disease`$`_is_leaf` #> [1] TRUE #> #> $`Hailey-Hailey disease`$children #> list() #> #> $`Hailey-Hailey disease`$value #> [1] "Hailey-Hailey disease" #> #> #> $`Hailey-Hailey disease` #> $`Hailey-Hailey disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050429" #> #> $`Hailey-Hailey disease`$`_id` #> [1] "DOID_0050429<DOID_9182<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Hailey-Hailey disease`$privateGeneCount #> [1] 0 #> #> $`Hailey-Hailey disease`$publicGeneCount #> [1] 1 #> #> $`Hailey-Hailey disease`$urlId #> [1] "DOID_0050429" #> #> $`Hailey-Hailey disease`$dbPhenotype #> [1] TRUE #> #> $`Hailey-Hailey disease`$`_parent` #> [1] "DOID_9182<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Hailey-Hailey disease`$`_is_leaf` #> [1] TRUE #> #> $`Hailey-Hailey disease`$children #> list() #> #> $`Hailey-Hailey disease`$value #> [1] "Hailey-Hailey disease" #> #> #> $`Hailey-Hailey disease` #> $`Hailey-Hailey disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050429" #> #> $`Hailey-Hailey disease`$`_id` #> [1] "DOID_0050429<DOID_9182<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Hailey-Hailey disease`$privateGeneCount #> [1] 0 #> #> $`Hailey-Hailey disease`$publicGeneCount #> [1] 1 #> #> $`Hailey-Hailey disease`$urlId #> [1] "DOID_0050429" #> #> $`Hailey-Hailey disease`$dbPhenotype #> [1] TRUE #> #> $`Hailey-Hailey disease`$`_parent` #> [1] "DOID_9182<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Hailey-Hailey disease`$`_is_leaf` #> [1] TRUE #> #> $`Hailey-Hailey disease`$children #> list() #> #> $`Hailey-Hailey disease`$value #> [1] "Hailey-Hailey disease" #> #> #> $`hair disease` #> $`hair disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_421" #> #> $`hair disease`$`_id` #> [1] "DOID_421<DOID_16<DOID_7<DOID_4" #> #> $`hair disease`$privateGeneCount #> [1] 0 #> #> $`hair disease`$publicGeneCount #> [1] 44 #> #> $`hair disease`$urlId #> [1] "DOID_421" #> #> $`hair disease`$dbPhenotype #> [1] TRUE #> #> $`hair disease`$`_parent` #> [1] "DOID_16<DOID_7<DOID_4" #> #> $`hair disease`$`_is_leaf` #> [1] FALSE #> #> $`hair disease`$children #> $`hair disease`$children[[1]] #> [1] "DOID_420<DOID_421<DOID_16<DOID_7<DOID_4" #> #> $`hair disease`$children[[2]] #> [1] "DOID_4535<DOID_421<DOID_16<DOID_7<DOID_4" #> #> $`hair disease`$children[[3]] #> [1] "DOID_0050472<DOID_421<DOID_16<DOID_7<DOID_4" #> #> #> $`hair disease`$value #> [1] "hair disease" #> #> #> $`hair follicle neoplasm` #> $`hair follicle neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5375" #> #> $`hair follicle neoplasm`$`_id` #> [1] "DOID_5375<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`hair follicle neoplasm`$privateGeneCount #> [1] 0 #> #> $`hair follicle neoplasm`$publicGeneCount #> [1] 2 #> #> $`hair follicle neoplasm`$urlId #> [1] "DOID_5375" #> #> $`hair follicle neoplasm`$dbPhenotype #> [1] FALSE #> #> $`hair follicle neoplasm`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`hair follicle neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`hair follicle neoplasm`$children #> $`hair follicle neoplasm`$children[[1]] #> [1] "DOID_5374<DOID_5375<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`hair follicle neoplasm`$value #> [1] "hair follicle neoplasm" #> #> #> $`hair follicle neoplasm` #> $`hair follicle neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5375" #> #> $`hair follicle neoplasm`$`_id` #> [1] "DOID_5375<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`hair follicle neoplasm`$privateGeneCount #> [1] 0 #> #> $`hair follicle neoplasm`$publicGeneCount #> [1] 2 #> #> $`hair follicle neoplasm`$urlId #> [1] "DOID_5375" #> #> $`hair follicle neoplasm`$dbPhenotype #> [1] FALSE #> #> $`hair follicle neoplasm`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`hair follicle neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`hair follicle neoplasm`$children #> $`hair follicle neoplasm`$children[[1]] #> [1] "DOID_5374<DOID_5375<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> #> $`hair follicle neoplasm`$value #> [1] "hair follicle neoplasm" #> #> #> $`hair follicle neoplasm` #> $`hair follicle neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5375" #> #> $`hair follicle neoplasm`$`_id` #> [1] "DOID_5375<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`hair follicle neoplasm`$privateGeneCount #> [1] 0 #> #> $`hair follicle neoplasm`$publicGeneCount #> [1] 2 #> #> $`hair follicle neoplasm`$urlId #> [1] "DOID_5375" #> #> $`hair follicle neoplasm`$dbPhenotype #> [1] FALSE #> #> $`hair follicle neoplasm`$`_parent` #> [1] "DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`hair follicle neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`hair follicle neoplasm`$children #> $`hair follicle neoplasm`$children[[1]] #> [1] "DOID_5374<DOID_5375<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`hair follicle neoplasm`$value #> [1] "hair follicle neoplasm" #> #> #> $`hairy cell leukemia` #> $`hairy cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_285" #> #> $`hairy cell leukemia`$`_id` #> [1] "DOID_285<DOID_1040<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hairy cell leukemia`$privateGeneCount #> [1] 0 #> #> $`hairy cell leukemia`$publicGeneCount #> [1] 1 #> #> $`hairy cell leukemia`$urlId #> [1] "DOID_285" #> #> $`hairy cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`hairy cell leukemia`$`_parent` #> [1] "DOID_1040<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hairy cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`hairy cell leukemia`$children #> list() #> #> $`hairy cell leukemia`$value #> [1] "hairy cell leukemia" #> #> #> $`hairy cell leukemia` #> $`hairy cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_285" #> #> $`hairy cell leukemia`$`_id` #> [1] "DOID_285<DOID_1040<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`hairy cell leukemia`$privateGeneCount #> [1] 0 #> #> $`hairy cell leukemia`$publicGeneCount #> [1] 1 #> #> $`hairy cell leukemia`$urlId #> [1] "DOID_285" #> #> $`hairy cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`hairy cell leukemia`$`_parent` #> [1] "DOID_1040<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`hairy cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`hairy cell leukemia`$children #> list() #> #> $`hairy cell leukemia`$value #> [1] "hairy cell leukemia" #> #> #> $`hairy cell leukemia` #> $`hairy cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_285" #> #> $`hairy cell leukemia`$`_id` #> [1] "DOID_285<DOID_1040<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`hairy cell leukemia`$privateGeneCount #> [1] 0 #> #> $`hairy cell leukemia`$publicGeneCount #> [1] 1 #> #> $`hairy cell leukemia`$urlId #> [1] "DOID_285" #> #> $`hairy cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`hairy cell leukemia`$`_parent` #> [1] "DOID_1040<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`hairy cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`hairy cell leukemia`$children #> list() #> #> $`hairy cell leukemia`$value #> [1] "hairy cell leukemia" #> #> #> $`hairy cell leukemia` #> $`hairy cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_285" #> #> $`hairy cell leukemia`$`_id` #> [1] "DOID_285<DOID_1040<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hairy cell leukemia`$privateGeneCount #> [1] 0 #> #> $`hairy cell leukemia`$publicGeneCount #> [1] 1 #> #> $`hairy cell leukemia`$urlId #> [1] "DOID_285" #> #> $`hairy cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`hairy cell leukemia`$`_parent` #> [1] "DOID_1040<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hairy cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`hairy cell leukemia`$children #> list() #> #> $`hairy cell leukemia`$value #> [1] "hairy cell leukemia" #> #> #> $`hairy cell leukemia` #> $`hairy cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_285" #> #> $`hairy cell leukemia`$`_id` #> [1] "DOID_285<DOID_1040<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`hairy cell leukemia`$privateGeneCount #> [1] 0 #> #> $`hairy cell leukemia`$publicGeneCount #> [1] 1 #> #> $`hairy cell leukemia`$urlId #> [1] "DOID_285" #> #> $`hairy cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`hairy cell leukemia`$`_parent` #> [1] "DOID_1040<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`hairy cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`hairy cell leukemia`$children #> list() #> #> $`hairy cell leukemia`$value #> [1] "hairy cell leukemia" #> #> #> $`hairy cell leukemia` #> $`hairy cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_285" #> #> $`hairy cell leukemia`$`_id` #> [1] "DOID_285<DOID_1040<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hairy cell leukemia`$privateGeneCount #> [1] 0 #> #> $`hairy cell leukemia`$publicGeneCount #> [1] 1 #> #> $`hairy cell leukemia`$urlId #> [1] "DOID_285" #> #> $`hairy cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`hairy cell leukemia`$`_parent` #> [1] "DOID_1040<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hairy cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`hairy cell leukemia`$children #> list() #> #> $`hairy cell leukemia`$value #> [1] "hairy cell leukemia" #> #> #> $`hairy cell leukemia` #> $`hairy cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_285" #> #> $`hairy cell leukemia`$`_id` #> [1] "DOID_285<DOID_1040<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`hairy cell leukemia`$privateGeneCount #> [1] 0 #> #> $`hairy cell leukemia`$publicGeneCount #> [1] 1 #> #> $`hairy cell leukemia`$urlId #> [1] "DOID_285" #> #> $`hairy cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`hairy cell leukemia`$`_parent` #> [1] "DOID_1040<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`hairy cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`hairy cell leukemia`$children #> list() #> #> $`hairy cell leukemia`$value #> [1] "hairy cell leukemia" #> #> #> $`Hajdu-Cheney syndrome` #> $`Hajdu-Cheney syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2736" #> #> $`Hajdu-Cheney syndrome`$`_id` #> [1] "DOID_2736<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Hajdu-Cheney syndrome`$privateGeneCount #> [1] 0 #> #> $`Hajdu-Cheney syndrome`$publicGeneCount #> [1] 1 #> #> $`Hajdu-Cheney syndrome`$urlId #> [1] "DOID_2736" #> #> $`Hajdu-Cheney syndrome`$dbPhenotype #> [1] TRUE #> #> $`Hajdu-Cheney syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Hajdu-Cheney syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Hajdu-Cheney syndrome`$children #> list() #> #> $`Hajdu-Cheney syndrome`$value #> [1] "Hajdu-Cheney syndrome" #> #> #> $`Hajdu-Cheney syndrome` #> $`Hajdu-Cheney syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2736" #> #> $`Hajdu-Cheney syndrome`$`_id` #> [1] "DOID_2736<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Hajdu-Cheney syndrome`$privateGeneCount #> [1] 0 #> #> $`Hajdu-Cheney syndrome`$publicGeneCount #> [1] 1 #> #> $`Hajdu-Cheney syndrome`$urlId #> [1] "DOID_2736" #> #> $`Hajdu-Cheney syndrome`$dbPhenotype #> [1] TRUE #> #> $`Hajdu-Cheney syndrome`$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Hajdu-Cheney syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Hajdu-Cheney syndrome`$children #> list() #> #> $`Hajdu-Cheney syndrome`$value #> [1] "Hajdu-Cheney syndrome" #> #> #> $Hallucinations #> $Hallucinations$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000738" #> #> $Hallucinations$`_id` #> [1] "HP_0000738<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Hallucinations$privateGeneCount #> [1] 0 #> #> $Hallucinations$publicGeneCount #> [1] 5 #> #> $Hallucinations$urlId #> [1] "HP_0000738" #> #> $Hallucinations$dbPhenotype #> [1] TRUE #> #> $Hallucinations$`_parent` #> [1] "HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Hallucinations$`_is_leaf` #> [1] FALSE #> #> $Hallucinations$children #> $Hallucinations$children[[1]] #> [1] "HP_0002367<HP_0000738<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Hallucinations$value #> [1] "Hallucinations" #> #> #> $`hallucinogen dependence` #> $`hallucinogen dependence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9977" #> #> $`hallucinogen dependence`$`_id` #> [1] "DOID_9977<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`hallucinogen dependence`$privateGeneCount #> [1] 0 #> #> $`hallucinogen dependence`$publicGeneCount #> [1] 13 #> #> $`hallucinogen dependence`$urlId #> [1] "DOID_9977" #> #> $`hallucinogen dependence`$dbPhenotype #> [1] FALSE #> #> $`hallucinogen dependence`$`_parent` #> [1] "DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`hallucinogen dependence`$`_is_leaf` #> [1] FALSE #> #> $`hallucinogen dependence`$children #> $`hallucinogen dependence`$children[[1]] #> [1] "DOID_1849<DOID_9977<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> #> $`hallucinogen dependence`$value #> [1] "hallucinogen dependence" #> #> #> $Hamartoma #> $Hamartoma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010566" #> #> $Hamartoma$`_id` #> [1] "HP_0010566<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $Hamartoma$privateGeneCount #> [1] 0 #> #> $Hamartoma$publicGeneCount #> [1] 5 #> #> $Hamartoma$urlId #> [1] "HP_0010566" #> #> $Hamartoma$dbPhenotype #> [1] TRUE #> #> $Hamartoma$`_parent` #> [1] "HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $Hamartoma$`_is_leaf` #> [1] TRUE #> #> $Hamartoma$children #> list() #> #> $Hamartoma$value #> [1] "Hamartoma" #> #> #> $`Hantavirus hemorrhagic fever with renal syndrome` #> $`Hantavirus hemorrhagic fever with renal syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11266" #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$`_id` #> [1] "DOID_11266<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$privateGeneCount #> [1] 0 #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$publicGeneCount #> [1] 4 #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$urlId #> [1] "DOID_11266" #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$dbPhenotype #> [1] TRUE #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$children #> list() #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$value #> [1] "Hantavirus hemorrhagic fever with renal syndrome" #> #> #> $`Hantavirus hemorrhagic fever with renal syndrome` #> $`Hantavirus hemorrhagic fever with renal syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11266" #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$`_id` #> [1] "DOID_11266<DOID_934<DOID_0050117<DOID_4" #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$privateGeneCount #> [1] 0 #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$publicGeneCount #> [1] 4 #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$urlId #> [1] "DOID_11266" #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$dbPhenotype #> [1] TRUE #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$children #> list() #> #> $`Hantavirus hemorrhagic fever with renal syndrome`$value #> [1] "Hantavirus hemorrhagic fever with renal syndrome" #> #> #> $`Hartnup disease` #> $`Hartnup disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1060" #> #> $`Hartnup disease`$`_id` #> [1] "DOID_1060<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`Hartnup disease`$privateGeneCount #> [1] 0 #> #> $`Hartnup disease`$publicGeneCount #> [1] 1 #> #> $`Hartnup disease`$urlId #> [1] "DOID_1060" #> #> $`Hartnup disease`$dbPhenotype #> [1] TRUE #> #> $`Hartnup disease`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`Hartnup disease`$`_is_leaf` #> [1] TRUE #> #> $`Hartnup disease`$children #> list() #> #> $`Hartnup disease`$value #> [1] "Hartnup disease" #> #> #> $`head and neck cancer` #> $`head and neck cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11934" #> #> $`head and neck cancer`$`_id` #> [1] "DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck cancer`$privateGeneCount #> [1] 0 #> #> $`head and neck cancer`$publicGeneCount #> [1] 235 #> #> $`head and neck cancer`$urlId #> [1] "DOID_11934" #> #> $`head and neck cancer`$dbPhenotype #> [1] TRUE #> #> $`head and neck cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck cancer`$`_is_leaf` #> [1] FALSE #> #> $`head and neck cancer`$children #> $`head and neck cancer`$children[[1]] #> [1] "DOID_1542<DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`head and neck cancer`$value #> [1] "head and neck cancer" #> #> #> $`head and neck carcinoma` #> $`head and neck carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1542" #> #> $`head and neck carcinoma`$`_id` #> [1] "DOID_1542<DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck carcinoma`$privateGeneCount #> [1] 0 #> #> $`head and neck carcinoma`$publicGeneCount #> [1] 214 #> #> $`head and neck carcinoma`$urlId #> [1] "DOID_1542" #> #> $`head and neck carcinoma`$dbPhenotype #> [1] FALSE #> #> $`head and neck carcinoma`$`_parent` #> [1] "DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`head and neck carcinoma`$children #> $`head and neck carcinoma`$children[[1]] #> [1] "DOID_5520<DOID_1542<DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`head and neck carcinoma`$value #> [1] "head and neck carcinoma" #> #> #> $`head and neck carcinoma` #> $`head and neck carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1542" #> #> $`head and neck carcinoma`$`_id` #> [1] "DOID_1542<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck carcinoma`$privateGeneCount #> [1] 0 #> #> $`head and neck carcinoma`$publicGeneCount #> [1] 214 #> #> $`head and neck carcinoma`$urlId #> [1] "DOID_1542" #> #> $`head and neck carcinoma`$dbPhenotype #> [1] FALSE #> #> $`head and neck carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`head and neck carcinoma`$children #> $`head and neck carcinoma`$children[[1]] #> [1] "DOID_5520<DOID_1542<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`head and neck carcinoma`$value #> [1] "head and neck carcinoma" #> #> #> $`head and neck squamous cell carcinoma` #> $`head and neck squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5520" #> #> $`head and neck squamous cell carcinoma`$`_id` #> [1] "DOID_5520<DOID_1542<DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`head and neck squamous cell carcinoma`$publicGeneCount #> [1] 214 #> #> $`head and neck squamous cell carcinoma`$urlId #> [1] "DOID_5520" #> #> $`head and neck squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`head and neck squamous cell carcinoma`$`_parent` #> [1] "DOID_1542<DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck squamous cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`head and neck squamous cell carcinoma`$children #> $`head and neck squamous cell carcinoma`$children[[1]] #> [1] "DOID_0050865<DOID_5520<DOID_1542<DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`head and neck squamous cell carcinoma`$value #> [1] "head and neck squamous cell carcinoma" #> #> #> $`head and neck squamous cell carcinoma` #> $`head and neck squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5520" #> #> $`head and neck squamous cell carcinoma`$`_id` #> [1] "DOID_5520<DOID_1542<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`head and neck squamous cell carcinoma`$publicGeneCount #> [1] 214 #> #> $`head and neck squamous cell carcinoma`$urlId #> [1] "DOID_5520" #> #> $`head and neck squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`head and neck squamous cell carcinoma`$`_parent` #> [1] "DOID_1542<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck squamous cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`head and neck squamous cell carcinoma`$children #> $`head and neck squamous cell carcinoma`$children[[1]] #> [1] "DOID_0050865<DOID_5520<DOID_1542<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`head and neck squamous cell carcinoma`$value #> [1] "head and neck squamous cell carcinoma" #> #> #> $`head and neck squamous cell carcinoma` #> $`head and neck squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5520" #> #> $`head and neck squamous cell carcinoma`$`_id` #> [1] "DOID_5520<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`head and neck squamous cell carcinoma`$publicGeneCount #> [1] 214 #> #> $`head and neck squamous cell carcinoma`$urlId #> [1] "DOID_5520" #> #> $`head and neck squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`head and neck squamous cell carcinoma`$`_parent` #> [1] "DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`head and neck squamous cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`head and neck squamous cell carcinoma`$children #> $`head and neck squamous cell carcinoma`$children[[1]] #> [1] "DOID_0050865<DOID_5520<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`head and neck squamous cell carcinoma`$value #> [1] "head and neck squamous cell carcinoma" #> #> #> $Headache #> $Headache$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002315" #> #> $Headache$`_id` #> [1] "HP_0002315<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Headache$privateGeneCount #> [1] 0 #> #> $Headache$publicGeneCount #> [1] 7 #> #> $Headache$urlId #> [1] "HP_0002315" #> #> $Headache$dbPhenotype #> [1] TRUE #> #> $Headache$`_parent` #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Headache$`_is_leaf` #> [1] TRUE #> #> $Headache$children #> list() #> #> $Headache$value #> [1] "Headache" #> #> #> $`Hearing abnormality` #> $`Hearing abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000364" #> #> $`Hearing abnormality`$`_id` #> [1] "HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Hearing abnormality`$privateGeneCount #> [1] 0 #> #> $`Hearing abnormality`$publicGeneCount #> [1] 77 #> #> $`Hearing abnormality`$urlId #> [1] "HP_0000364" #> #> $`Hearing abnormality`$dbPhenotype #> [1] FALSE #> #> $`Hearing abnormality`$`_parent` #> [1] "HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Hearing abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Hearing abnormality`$children #> $`Hearing abnormality`$children[[1]] #> [1] "HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Hearing abnormality`$children[[2]] #> [1] "HP_0000360<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Hearing abnormality`$value #> [1] "Hearing abnormality" #> #> #> $`Hearing impairment` #> $`Hearing impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000365" #> #> $`Hearing impairment`$`_id` #> [1] "HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Hearing impairment`$privateGeneCount #> [1] 0 #> #> $`Hearing impairment`$publicGeneCount #> [1] 76 #> #> $`Hearing impairment`$urlId #> [1] "HP_0000365" #> #> $`Hearing impairment`$dbPhenotype #> [1] TRUE #> #> $`Hearing impairment`$`_parent` #> [1] "HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Hearing impairment`$`_is_leaf` #> [1] FALSE #> #> $`Hearing impairment`$children #> $`Hearing impairment`$children[[1]] #> [1] "HP_0000405<HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Hearing impairment`$children[[2]] #> [1] "HP_0000407<HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Hearing impairment`$value #> [1] "Hearing impairment" #> #> #> $`heart aneurysm` #> $`heart aneurysm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9768" #> #> $`heart aneurysm`$`_id` #> [1] "DOID_9768<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart aneurysm`$privateGeneCount #> [1] 0 #> #> $`heart aneurysm`$publicGeneCount #> [1] 5 #> #> $`heart aneurysm`$urlId #> [1] "DOID_9768" #> #> $`heart aneurysm`$dbPhenotype #> [1] FALSE #> #> $`heart aneurysm`$`_parent` #> [1] "DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart aneurysm`$`_is_leaf` #> [1] FALSE #> #> $`heart aneurysm`$children #> $`heart aneurysm`$children[[1]] #> [1] "DOID_3362<DOID_9768<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`heart aneurysm`$value #> [1] "heart aneurysm" #> #> #> $`Heart block` #> $`Heart block`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012722" #> #> $`Heart block`$`_id` #> [1] "HP_0012722<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Heart block`$privateGeneCount #> [1] 0 #> #> $`Heart block`$publicGeneCount #> [1] 3 #> #> $`Heart block`$urlId #> [1] "HP_0012722" #> #> $`Heart block`$dbPhenotype #> [1] FALSE #> #> $`Heart block`$`_parent` #> [1] "HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Heart block`$`_is_leaf` #> [1] FALSE #> #> $`Heart block`$children #> $`Heart block`$children[[1]] #> [1] "HP_0001678<HP_0012722<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Heart block`$children[[2]] #> [1] "HP_0012723<HP_0012722<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Heart block`$value #> [1] "Heart block" #> #> #> $`heart conduction disease` #> $`heart conduction disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10273" #> #> $`heart conduction disease`$`_id` #> [1] "DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart conduction disease`$privateGeneCount #> [1] 0 #> #> $`heart conduction disease`$publicGeneCount #> [1] 27 #> #> $`heart conduction disease`$urlId #> [1] "DOID_10273" #> #> $`heart conduction disease`$dbPhenotype #> [1] FALSE #> #> $`heart conduction disease`$`_parent` #> [1] "DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart conduction disease`$`_is_leaf` #> [1] FALSE #> #> $`heart conduction disease`$children #> $`heart conduction disease`$children[[1]] #> [1] "DOID_0060224<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart conduction disease`$children[[2]] #> [1] "DOID_0050820<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart conduction disease`$children[[3]] #> [1] "DOID_0050451<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart conduction disease`$children[[4]] #> [1] "DOID_0050793<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart conduction disease`$children[[5]] #> [1] "DOID_0050824<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart conduction disease`$children[[6]] #> [1] "DOID_384<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`heart conduction disease`$value #> [1] "heart conduction disease" #> #> #> $`heart disease` #> $`heart disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_114" #> #> $`heart disease`$`_id` #> [1] "DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart disease`$privateGeneCount #> [1] 0 #> #> $`heart disease`$publicGeneCount #> [1] 569 #> #> $`heart disease`$urlId #> [1] "DOID_114" #> #> $`heart disease`$dbPhenotype #> [1] TRUE #> #> $`heart disease`$`_parent` #> [1] "DOID_1287<DOID_7<DOID_4" #> #> $`heart disease`$`_is_leaf` #> [1] FALSE #> #> $`heart disease`$children #> $`heart disease`$children[[1]] #> [1] "DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart disease`$children[[2]] #> [1] "DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart disease`$children[[3]] #> [1] "DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart disease`$children[[4]] #> [1] "DOID_9768<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart disease`$children[[5]] #> [1] "DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart disease`$children[[6]] #> [1] "DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`heart disease`$value #> [1] "heart disease" #> #> #> $`heart septal defect` #> $`heart septal defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1681" #> #> $`heart septal defect`$`_id` #> [1] "DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart septal defect`$privateGeneCount #> [1] 0 #> #> $`heart septal defect`$publicGeneCount #> [1] 20 #> #> $`heart septal defect`$urlId #> [1] "DOID_1681" #> #> $`heart septal defect`$dbPhenotype #> [1] TRUE #> #> $`heart septal defect`$`_parent` #> [1] "DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart septal defect`$`_is_leaf` #> [1] FALSE #> #> $`heart septal defect`$children #> $`heart septal defect`$children[[1]] #> [1] "DOID_1882<DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart septal defect`$children[[2]] #> [1] "DOID_0050651<DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart septal defect`$children[[3]] #> [1] "DOID_1657<DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`heart septal defect`$value #> [1] "heart septal defect" #> #> #> $`heart valve disease` #> $`heart valve disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4079" #> #> $`heart valve disease`$`_id` #> [1] "DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart valve disease`$privateGeneCount #> [1] 0 #> #> $`heart valve disease`$publicGeneCount #> [1] 65 #> #> $`heart valve disease`$urlId #> [1] "DOID_4079" #> #> $`heart valve disease`$dbPhenotype #> [1] TRUE #> #> $`heart valve disease`$`_parent` #> [1] "DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart valve disease`$`_is_leaf` #> [1] FALSE #> #> $`heart valve disease`$children #> $`heart valve disease`$children[[1]] #> [1] "DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart valve disease`$children[[2]] #> [1] "DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart valve disease`$children[[3]] #> [1] "DOID_5749<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`heart valve disease`$children[[4]] #> [1] "DOID_0050827<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`heart valve disease`$value #> [1] "heart valve disease" #> #> #> $`Heinz body anemia` #> $`Heinz body anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005511" #> #> $`Heinz body anemia`$`_id` #> [1] "HP_0005511<HP_0001878<HP_0011895<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Heinz body anemia`$privateGeneCount #> [1] 0 #> #> $`Heinz body anemia`$publicGeneCount #> [1] 3 #> #> $`Heinz body anemia`$urlId #> [1] "HP_0005511" #> #> $`Heinz body anemia`$dbPhenotype #> [1] TRUE #> #> $`Heinz body anemia`$`_parent` #> [1] "HP_0001878<HP_0011895<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Heinz body anemia`$`_is_leaf` #> [1] TRUE #> #> $`Heinz body anemia`$children #> list() #> #> $`Heinz body anemia`$value #> [1] "Heinz body anemia" #> #> #> $`Helicobacter pylori infection` #> $`Helicobacter pylori infection`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005202" #> #> $`Helicobacter pylori infection`$`_id` #> [1] "HP_0005202<HP_0004798<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Helicobacter pylori infection`$privateGeneCount #> [1] 0 #> #> $`Helicobacter pylori infection`$publicGeneCount #> [1] 2 #> #> $`Helicobacter pylori infection`$urlId #> [1] "HP_0005202" #> #> $`Helicobacter pylori infection`$dbPhenotype #> [1] TRUE #> #> $`Helicobacter pylori infection`$`_parent` #> [1] "HP_0004798<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Helicobacter pylori infection`$`_is_leaf` #> [1] TRUE #> #> $`Helicobacter pylori infection`$children #> list() #> #> $`Helicobacter pylori infection`$value #> [1] "Helicobacter pylori infection" #> #> #> $`HELLP syndrome` #> $`HELLP syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13133" #> #> $`HELLP syndrome`$`_id` #> [1] "DOID_13133<DOID_13129<DOID_10591<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`HELLP syndrome`$privateGeneCount #> [1] 0 #> #> $`HELLP syndrome`$publicGeneCount #> [1] 2 #> #> $`HELLP syndrome`$urlId #> [1] "DOID_13133" #> #> $`HELLP syndrome`$dbPhenotype #> [1] TRUE #> #> $`HELLP syndrome`$`_parent` #> [1] "DOID_13129<DOID_10591<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`HELLP syndrome`$`_is_leaf` #> [1] TRUE #> #> $`HELLP syndrome`$children #> list() #> #> $`HELLP syndrome`$value #> [1] "HELLP syndrome" #> #> #> $hemangioblastoma #> $hemangioblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5241" #> #> $hemangioblastoma$`_id` #> [1] "DOID_5241<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioblastoma$privateGeneCount #> [1] 0 #> #> $hemangioblastoma$publicGeneCount #> [1] 6 #> #> $hemangioblastoma$urlId #> [1] "DOID_5241" #> #> $hemangioblastoma$dbPhenotype #> [1] TRUE #> #> $hemangioblastoma$`_parent` #> [1] "DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioblastoma$`_is_leaf` #> [1] FALSE #> #> $hemangioblastoma$children #> $hemangioblastoma$children[[1]] #> [1] "DOID_14175<DOID_5241<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $hemangioblastoma$value #> [1] "hemangioblastoma" #> #> #> $hemangioblastoma #> $hemangioblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5241" #> #> $hemangioblastoma$`_id` #> [1] "DOID_5241<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioblastoma$privateGeneCount #> [1] 0 #> #> $hemangioblastoma$publicGeneCount #> [1] 6 #> #> $hemangioblastoma$urlId #> [1] "DOID_5241" #> #> $hemangioblastoma$dbPhenotype #> [1] TRUE #> #> $hemangioblastoma$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioblastoma$`_is_leaf` #> [1] FALSE #> #> $hemangioblastoma$children #> $hemangioblastoma$children[[1]] #> [1] "DOID_14175<DOID_5241<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $hemangioblastoma$value #> [1] "hemangioblastoma" #> #> #> $hemangioblastoma #> $hemangioblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5241" #> #> $hemangioblastoma$`_id` #> [1] "DOID_5241<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $hemangioblastoma$privateGeneCount #> [1] 0 #> #> $hemangioblastoma$publicGeneCount #> [1] 6 #> #> $hemangioblastoma$urlId #> [1] "DOID_5241" #> #> $hemangioblastoma$dbPhenotype #> [1] TRUE #> #> $hemangioblastoma$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $hemangioblastoma$`_is_leaf` #> [1] FALSE #> #> $hemangioblastoma$children #> $hemangioblastoma$children[[1]] #> [1] "DOID_14175<DOID_5241<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> #> $hemangioblastoma$value #> [1] "hemangioblastoma" #> #> #> $hemangioblastoma #> $hemangioblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5241" #> #> $hemangioblastoma$`_id` #> [1] "DOID_5241<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemangioblastoma$privateGeneCount #> [1] 0 #> #> $hemangioblastoma$publicGeneCount #> [1] 6 #> #> $hemangioblastoma$urlId #> [1] "DOID_5241" #> #> $hemangioblastoma$dbPhenotype #> [1] TRUE #> #> $hemangioblastoma$`_parent` #> [1] "DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemangioblastoma$`_is_leaf` #> [1] FALSE #> #> $hemangioblastoma$children #> $hemangioblastoma$children[[1]] #> [1] "DOID_14175<DOID_5241<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $hemangioblastoma$value #> [1] "hemangioblastoma" #> #> #> $hemangioma #> $hemangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_255" #> #> $hemangioma$`_id` #> [1] "DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$privateGeneCount #> [1] 0 #> #> $hemangioma$publicGeneCount #> [1] 19 #> #> $hemangioma$urlId #> [1] "DOID_255" #> #> $hemangioma$dbPhenotype #> [1] TRUE #> #> $hemangioma$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$`_is_leaf` #> [1] FALSE #> #> $hemangioma$children #> $hemangioma$children[[1]] #> [1] "DOID_277<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$children[[2]] #> [1] "DOID_5241<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$children[[3]] #> [1] "DOID_474<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$children[[4]] #> [1] "DOID_2517<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$children[[5]] #> [1] "DOID_468<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$children[[6]] #> [1] "DOID_471<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $hemangioma$value #> [1] "hemangioma" #> #> #> $hemangioma #> $hemangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_255" #> #> $hemangioma$`_id` #> [1] "DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$privateGeneCount #> [1] 0 #> #> $hemangioma$publicGeneCount #> [1] 19 #> #> $hemangioma$urlId #> [1] "DOID_255" #> #> $hemangioma$dbPhenotype #> [1] TRUE #> #> $hemangioma$`_parent` #> [1] "DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$`_is_leaf` #> [1] FALSE #> #> $hemangioma$children #> $hemangioma$children[[1]] #> [1] "DOID_277<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$children[[2]] #> [1] "DOID_5241<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$children[[3]] #> [1] "DOID_474<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$children[[4]] #> [1] "DOID_2517<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$children[[5]] #> [1] "DOID_468<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $hemangioma$children[[6]] #> [1] "DOID_471<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $hemangioma$value #> [1] "hemangioma" #> #> #> $hemangioma #> $hemangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_255" #> #> $hemangioma$`_id` #> [1] "DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$privateGeneCount #> [1] 0 #> #> $hemangioma$publicGeneCount #> [1] 19 #> #> $hemangioma$urlId #> [1] "DOID_255" #> #> $hemangioma$dbPhenotype #> [1] TRUE #> #> $hemangioma$`_parent` #> [1] "DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$`_is_leaf` #> [1] FALSE #> #> $hemangioma$children #> $hemangioma$children[[1]] #> [1] "DOID_277<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$children[[2]] #> [1] "DOID_5241<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$children[[3]] #> [1] "DOID_474<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$children[[4]] #> [1] "DOID_2517<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$children[[5]] #> [1] "DOID_468<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$children[[6]] #> [1] "DOID_471<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> #> $hemangioma$value #> [1] "hemangioma" #> #> #> $hemangioma #> $hemangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_255" #> #> $hemangioma$`_id` #> [1] "DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$privateGeneCount #> [1] 0 #> #> $hemangioma$publicGeneCount #> [1] 19 #> #> $hemangioma$urlId #> [1] "DOID_255" #> #> $hemangioma$dbPhenotype #> [1] TRUE #> #> $hemangioma$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$`_is_leaf` #> [1] FALSE #> #> $hemangioma$children #> $hemangioma$children[[1]] #> [1] "DOID_277<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$children[[2]] #> [1] "DOID_5241<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$children[[3]] #> [1] "DOID_474<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$children[[4]] #> [1] "DOID_2517<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$children[[5]] #> [1] "DOID_468<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemangioma$children[[6]] #> [1] "DOID_471<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $hemangioma$value #> [1] "hemangioma" #> #> #> $`hemangiopericytic tumor` #> $`hemangiopericytic tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3850" #> #> $`hemangiopericytic tumor`$`_id` #> [1] "DOID_3850<DOID_3316<DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hemangiopericytic tumor`$privateGeneCount #> [1] 0 #> #> $`hemangiopericytic tumor`$publicGeneCount #> [1] 1 #> #> $`hemangiopericytic tumor`$urlId #> [1] "DOID_3850" #> #> $`hemangiopericytic tumor`$dbPhenotype #> [1] FALSE #> #> $`hemangiopericytic tumor`$`_parent` #> [1] "DOID_3316<DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hemangiopericytic tumor`$`_is_leaf` #> [1] FALSE #> #> $`hemangiopericytic tumor`$children #> $`hemangiopericytic tumor`$children[[1]] #> [1] "DOID_2431<DOID_3850<DOID_3316<DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`hemangiopericytic tumor`$value #> [1] "hemangiopericytic tumor" #> #> #> $`hemangiopericytic tumor` #> $`hemangiopericytic tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3850" #> #> $`hemangiopericytic tumor`$`_id` #> [1] "DOID_3850<DOID_3316<DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`hemangiopericytic tumor`$privateGeneCount #> [1] 0 #> #> $`hemangiopericytic tumor`$publicGeneCount #> [1] 1 #> #> $`hemangiopericytic tumor`$urlId #> [1] "DOID_3850" #> #> $`hemangiopericytic tumor`$dbPhenotype #> [1] FALSE #> #> $`hemangiopericytic tumor`$`_parent` #> [1] "DOID_3316<DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`hemangiopericytic tumor`$`_is_leaf` #> [1] FALSE #> #> $`hemangiopericytic tumor`$children #> $`hemangiopericytic tumor`$children[[1]] #> [1] "DOID_2431<DOID_3850<DOID_3316<DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> #> $`hemangiopericytic tumor`$value #> [1] "hemangiopericytic tumor" #> #> #> $`hemangiopericytic tumor` #> $`hemangiopericytic tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3850" #> #> $`hemangiopericytic tumor`$`_id` #> [1] "DOID_3850<DOID_3316<DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`hemangiopericytic tumor`$privateGeneCount #> [1] 0 #> #> $`hemangiopericytic tumor`$publicGeneCount #> [1] 1 #> #> $`hemangiopericytic tumor`$urlId #> [1] "DOID_3850" #> #> $`hemangiopericytic tumor`$dbPhenotype #> [1] FALSE #> #> $`hemangiopericytic tumor`$`_parent` #> [1] "DOID_3316<DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`hemangiopericytic tumor`$`_is_leaf` #> [1] FALSE #> #> $`hemangiopericytic tumor`$children #> $`hemangiopericytic tumor`$children[[1]] #> [1] "DOID_2431<DOID_3850<DOID_3316<DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`hemangiopericytic tumor`$value #> [1] "hemangiopericytic tumor" #> #> #> $`hematologic cancer` #> $`hematologic cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2531" #> #> $`hematologic cancer`$`_id` #> [1] "DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hematologic cancer`$privateGeneCount #> [1] 0 #> #> $`hematologic cancer`$publicGeneCount #> [1] 509 #> #> $`hematologic cancer`$urlId #> [1] "DOID_2531" #> #> $`hematologic cancer`$dbPhenotype #> [1] TRUE #> #> $`hematologic cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hematologic cancer`$`_is_leaf` #> [1] FALSE #> #> $`hematologic cancer`$children #> $`hematologic cancer`$children[[1]] #> [1] "DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hematologic cancer`$children[[2]] #> [1] "DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hematologic cancer`$children[[3]] #> [1] "DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hematologic cancer`$children[[4]] #> [1] "DOID_8683<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`hematologic cancer`$value #> [1] "hematologic cancer" #> #> #> $`hematologic cancer` #> $`hematologic cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2531" #> #> $`hematologic cancer`$`_id` #> [1] "DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`hematologic cancer`$privateGeneCount #> [1] 0 #> #> $`hematologic cancer`$publicGeneCount #> [1] 509 #> #> $`hematologic cancer`$urlId #> [1] "DOID_2531" #> #> $`hematologic cancer`$dbPhenotype #> [1] TRUE #> #> $`hematologic cancer`$`_parent` #> [1] "DOID_74<DOID_7<DOID_4" #> #> $`hematologic cancer`$`_is_leaf` #> [1] FALSE #> #> $`hematologic cancer`$children #> $`hematologic cancer`$children[[1]] #> [1] "DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`hematologic cancer`$children[[2]] #> [1] "DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`hematologic cancer`$children[[3]] #> [1] "DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`hematologic cancer`$children[[4]] #> [1] "DOID_8683<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`hematologic cancer`$value #> [1] "hematologic cancer" #> #> #> $`Hematological neoplasm` #> $`Hematological neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004377" #> #> $`Hematological neoplasm`$`_id` #> [1] "HP_0004377<HP_0001871<HP_0000118<HP_0000001" #> #> $`Hematological neoplasm`$privateGeneCount #> [1] 0 #> #> $`Hematological neoplasm`$publicGeneCount #> [1] 18 #> #> $`Hematological neoplasm`$urlId #> [1] "HP_0004377" #> #> $`Hematological neoplasm`$dbPhenotype #> [1] FALSE #> #> $`Hematological neoplasm`$`_parent` #> [1] "HP_0001871<HP_0000118<HP_0000001" #> #> $`Hematological neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`Hematological neoplasm`$children #> $`Hematological neoplasm`$children[[1]] #> [1] "HP_0005523<HP_0004377<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Hematological neoplasm`$value #> [1] "Hematological neoplasm" #> #> #> $`Hematological neoplasm` #> $`Hematological neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004377" #> #> $`Hematological neoplasm`$`_id` #> [1] "HP_0004377<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Hematological neoplasm`$privateGeneCount #> [1] 0 #> #> $`Hematological neoplasm`$publicGeneCount #> [1] 18 #> #> $`Hematological neoplasm`$urlId #> [1] "HP_0004377" #> #> $`Hematological neoplasm`$dbPhenotype #> [1] FALSE #> #> $`Hematological neoplasm`$`_parent` #> [1] "HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Hematological neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`Hematological neoplasm`$children #> $`Hematological neoplasm`$children[[1]] #> [1] "HP_0005523<HP_0004377<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Hematological neoplasm`$value #> [1] "Hematological neoplasm" #> #> #> $`hematopoietic system disease` #> $`hematopoietic system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_74" #> #> $`hematopoietic system disease`$`_id` #> [1] "DOID_74<DOID_7<DOID_4" #> #> $`hematopoietic system disease`$privateGeneCount #> [1] 0 #> #> $`hematopoietic system disease`$publicGeneCount #> [1] 733 #> #> $`hematopoietic system disease`$urlId #> [1] "DOID_74" #> #> $`hematopoietic system disease`$dbPhenotype #> [1] TRUE #> #> $`hematopoietic system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`hematopoietic system disease`$`_is_leaf` #> [1] FALSE #> #> $`hematopoietic system disease`$children #> $`hematopoietic system disease`$children[[1]] #> [1] "DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hematopoietic system disease`$children[[2]] #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`hematopoietic system disease`$children[[3]] #> [1] "DOID_620<DOID_74<DOID_7<DOID_4" #> #> $`hematopoietic system disease`$children[[4]] #> [1] "DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`hematopoietic system disease`$children[[5]] #> [1] "DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`hematopoietic system disease`$children[[6]] #> [1] "DOID_2373<DOID_74<DOID_7<DOID_4" #> #> $`hematopoietic system disease`$children[[7]] #> [1] "DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`hematopoietic system disease`$children[[8]] #> [1] "DOID_9631<DOID_74<DOID_7<DOID_4" #> #> #> $`hematopoietic system disease`$value #> [1] "hematopoietic system disease" #> #> #> $Hematuria #> $Hematuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000790" #> #> $Hematuria$`_id` #> [1] "HP_0000790<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Hematuria$privateGeneCount #> [1] 0 #> #> $Hematuria$publicGeneCount #> [1] 8 #> #> $Hematuria$urlId #> [1] "HP_0000790" #> #> $Hematuria$dbPhenotype #> [1] TRUE #> #> $Hematuria$`_parent` #> [1] "HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Hematuria$`_is_leaf` #> [1] TRUE #> #> $Hematuria$children #> list() #> #> $Hematuria$value #> [1] "Hematuria" #> #> #> $Hematuria #> $Hematuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000790" #> #> $Hematuria$`_id` #> [1] "HP_0000790<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Hematuria$privateGeneCount #> [1] 0 #> #> $Hematuria$publicGeneCount #> [1] 8 #> #> $Hematuria$urlId #> [1] "HP_0000790" #> #> $Hematuria$dbPhenotype #> [1] TRUE #> #> $Hematuria$`_parent` #> [1] "HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Hematuria$`_is_leaf` #> [1] TRUE #> #> $Hematuria$children #> list() #> #> $Hematuria$value #> [1] "Hematuria" #> #> #> $Hematuria #> $Hematuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000790" #> #> $Hematuria$`_id` #> [1] "HP_0000790<HP_0012614<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Hematuria$privateGeneCount #> [1] 0 #> #> $Hematuria$publicGeneCount #> [1] 8 #> #> $Hematuria$urlId #> [1] "HP_0000790" #> #> $Hematuria$dbPhenotype #> [1] TRUE #> #> $Hematuria$`_parent` #> [1] "HP_0012614<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Hematuria$`_is_leaf` #> [1] TRUE #> #> $Hematuria$children #> list() #> #> $Hematuria$value #> [1] "Hematuria" #> #> #> $hemiplegia #> $hemiplegia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10969" #> #> $hemiplegia$`_id` #> [1] "DOID_10969<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $hemiplegia$privateGeneCount #> [1] 0 #> #> $hemiplegia$publicGeneCount #> [1] 5 #> #> $hemiplegia$urlId #> [1] "DOID_10969" #> #> $hemiplegia$dbPhenotype #> [1] TRUE #> #> $hemiplegia$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $hemiplegia$`_is_leaf` #> [1] FALSE #> #> $hemiplegia$children #> $hemiplegia$children[[1]] #> [1] "DOID_0050635<DOID_10969<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $hemiplegia$value #> [1] "hemiplegia" #> #> #> $`Hemiplegia/hemiparesis` #> $`Hemiplegia/hemiparesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004374" #> #> $`Hemiplegia/hemiparesis`$`_id` #> [1] "HP_0004374<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Hemiplegia/hemiparesis`$privateGeneCount #> [1] 0 #> #> $`Hemiplegia/hemiparesis`$publicGeneCount #> [1] 2 #> #> $`Hemiplegia/hemiparesis`$urlId #> [1] "HP_0004374" #> #> $`Hemiplegia/hemiparesis`$dbPhenotype #> [1] TRUE #> #> $`Hemiplegia/hemiparesis`$`_parent` #> [1] "HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Hemiplegia/hemiparesis`$`_is_leaf` #> [1] TRUE #> #> $`Hemiplegia/hemiparesis`$children #> list() #> #> $`Hemiplegia/hemiparesis`$value #> [1] "Hemiplegia/hemiparesis" #> #> #> $hemochromatosis #> $hemochromatosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2352" #> #> $hemochromatosis$`_id` #> [1] "DOID_2352<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $hemochromatosis$privateGeneCount #> [1] 0 #> #> $hemochromatosis$publicGeneCount #> [1] 13 #> #> $hemochromatosis$urlId #> [1] "DOID_2352" #> #> $hemochromatosis$dbPhenotype #> [1] TRUE #> #> $hemochromatosis$`_parent` #> [1] "DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $hemochromatosis$`_is_leaf` #> [1] TRUE #> #> $hemochromatosis$children #> list() #> #> $hemochromatosis$value #> [1] "hemochromatosis" #> #> #> $`hemoglobin C disease` #> $`hemoglobin C disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2859" #> #> $`hemoglobin C disease`$`_id` #> [1] "DOID_2859<DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hemoglobin C disease`$privateGeneCount #> [1] 0 #> #> $`hemoglobin C disease`$publicGeneCount #> [1] 1 #> #> $`hemoglobin C disease`$urlId #> [1] "DOID_2859" #> #> $`hemoglobin C disease`$dbPhenotype #> [1] TRUE #> #> $`hemoglobin C disease`$`_parent` #> [1] "DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hemoglobin C disease`$`_is_leaf` #> [1] TRUE #> #> $`hemoglobin C disease`$children #> list() #> #> $`hemoglobin C disease`$value #> [1] "hemoglobin C disease" #> #> #> $`hemoglobin E disease` #> $`hemoglobin E disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5379" #> #> $`hemoglobin E disease`$`_id` #> [1] "DOID_5379<DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hemoglobin E disease`$privateGeneCount #> [1] 0 #> #> $`hemoglobin E disease`$publicGeneCount #> [1] 1 #> #> $`hemoglobin E disease`$urlId #> [1] "DOID_5379" #> #> $`hemoglobin E disease`$dbPhenotype #> [1] TRUE #> #> $`hemoglobin E disease`$`_parent` #> [1] "DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hemoglobin E disease`$`_is_leaf` #> [1] TRUE #> #> $`hemoglobin E disease`$children #> list() #> #> $`hemoglobin E disease`$value #> [1] "hemoglobin E disease" #> #> #> $hemoglobinopathy #> $hemoglobinopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2860" #> #> $hemoglobinopathy$`_id` #> [1] "DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $hemoglobinopathy$privateGeneCount #> [1] 0 #> #> $hemoglobinopathy$publicGeneCount #> [1] 6 #> #> $hemoglobinopathy$urlId #> [1] "DOID_2860" #> #> $hemoglobinopathy$dbPhenotype #> [1] TRUE #> #> $hemoglobinopathy$`_parent` #> [1] "DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $hemoglobinopathy$`_is_leaf` #> [1] FALSE #> #> $hemoglobinopathy$children #> $hemoglobinopathy$children[[1]] #> [1] "DOID_2859<DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $hemoglobinopathy$children[[2]] #> [1] "DOID_5379<DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $hemoglobinopathy$children[[3]] #> [1] "DOID_10783<DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $hemoglobinopathy$value #> [1] "hemoglobinopathy" #> #> #> $hemoglobinuria #> $hemoglobinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_582" #> #> $hemoglobinuria$`_id` #> [1] "DOID_582<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $hemoglobinuria$privateGeneCount #> [1] 0 #> #> $hemoglobinuria$publicGeneCount #> [1] 3 #> #> $hemoglobinuria$urlId #> [1] "DOID_582" #> #> $hemoglobinuria$dbPhenotype #> [1] TRUE #> #> $hemoglobinuria$`_parent` #> [1] "DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $hemoglobinuria$`_is_leaf` #> [1] FALSE #> #> $hemoglobinuria$children #> $hemoglobinuria$children[[1]] #> [1] "DOID_0060284<DOID_582<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $hemoglobinuria$value #> [1] "hemoglobinuria" #> #> #> $`hemolytic anemia` #> $`hemolytic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_583" #> #> $`hemolytic anemia`$`_id` #> [1] "DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hemolytic anemia`$privateGeneCount #> [1] 0 #> #> $`hemolytic anemia`$publicGeneCount #> [1] 45 #> #> $`hemolytic anemia`$urlId #> [1] "DOID_583" #> #> $`hemolytic anemia`$dbPhenotype #> [1] TRUE #> #> $`hemolytic anemia`$`_parent` #> [1] "DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hemolytic anemia`$`_is_leaf` #> [1] FALSE #> #> $`hemolytic anemia`$children #> $`hemolytic anemia`$children[[1]] #> [1] "DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hemolytic anemia`$children[[2]] #> [1] "DOID_0050641<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hemolytic anemia`$children[[3]] #> [1] "DOID_10241<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $`hemolytic anemia`$value #> [1] "hemolytic anemia" #> #> #> $`Hemolytic anemia` #> $`Hemolytic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001878" #> #> $`Hemolytic anemia`$`_id` #> [1] "HP_0001878<HP_0011895<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Hemolytic anemia`$privateGeneCount #> [1] 0 #> #> $`Hemolytic anemia`$publicGeneCount #> [1] 3 #> #> $`Hemolytic anemia`$urlId #> [1] "HP_0001878" #> #> $`Hemolytic anemia`$dbPhenotype #> [1] FALSE #> #> $`Hemolytic anemia`$`_parent` #> [1] "HP_0011895<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Hemolytic anemia`$`_is_leaf` #> [1] FALSE #> #> $`Hemolytic anemia`$children #> $`Hemolytic anemia`$children[[1]] #> [1] "HP_0005511<HP_0001878<HP_0011895<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Hemolytic anemia`$value #> [1] "Hemolytic anemia" #> #> #> $`hemolytic-uremic syndrome` #> $`hemolytic-uremic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12554" #> #> $`hemolytic-uremic syndrome`$`_id` #> [1] "DOID_12554<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hemolytic-uremic syndrome`$privateGeneCount #> [1] 0 #> #> $`hemolytic-uremic syndrome`$publicGeneCount #> [1] 19 #> #> $`hemolytic-uremic syndrome`$urlId #> [1] "DOID_12554" #> #> $`hemolytic-uremic syndrome`$dbPhenotype #> [1] TRUE #> #> $`hemolytic-uremic syndrome`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hemolytic-uremic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`hemolytic-uremic syndrome`$children #> list() #> #> $`hemolytic-uremic syndrome`$value #> [1] "hemolytic-uremic syndrome" #> #> #> $hemopericardium #> $hemopericardium$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11482" #> #> $hemopericardium$`_id` #> [1] "DOID_11482<DOID_118<DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $hemopericardium$privateGeneCount #> [1] 0 #> #> $hemopericardium$publicGeneCount #> [1] 4 #> #> $hemopericardium$urlId #> [1] "DOID_11482" #> #> $hemopericardium$dbPhenotype #> [1] TRUE #> #> $hemopericardium$`_parent` #> [1] "DOID_118<DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $hemopericardium$`_is_leaf` #> [1] TRUE #> #> $hemopericardium$children #> list() #> #> $hemopericardium$value #> [1] "hemopericardium" #> #> #> $`hemophagocytic lymphohistiocytosis` #> $`hemophagocytic lymphohistiocytosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050120" #> #> $`hemophagocytic lymphohistiocytosis`$`_id` #> [1] "DOID_0050120<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`hemophagocytic lymphohistiocytosis`$privateGeneCount #> [1] 0 #> #> $`hemophagocytic lymphohistiocytosis`$publicGeneCount #> [1] 5 #> #> $`hemophagocytic lymphohistiocytosis`$urlId #> [1] "DOID_0050120" #> #> $`hemophagocytic lymphohistiocytosis`$dbPhenotype #> [1] TRUE #> #> $`hemophagocytic lymphohistiocytosis`$`_parent` #> [1] "DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`hemophagocytic lymphohistiocytosis`$`_is_leaf` #> [1] TRUE #> #> $`hemophagocytic lymphohistiocytosis`$children #> list() #> #> $`hemophagocytic lymphohistiocytosis`$value #> [1] "hemophagocytic lymphohistiocytosis" #> #> #> $`hemophilia B` #> $`hemophilia B`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12259" #> #> $`hemophilia B`$`_id` #> [1] "DOID_12259<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`hemophilia B`$privateGeneCount #> [1] 0 #> #> $`hemophilia B`$publicGeneCount #> [1] 1 #> #> $`hemophilia B`$urlId #> [1] "DOID_12259" #> #> $`hemophilia B`$dbPhenotype #> [1] TRUE #> #> $`hemophilia B`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`hemophilia B`$`_is_leaf` #> [1] TRUE #> #> $`hemophilia B`$children #> list() #> #> $`hemophilia B`$value #> [1] "hemophilia B" #> #> #> $`hemophilia B` #> $`hemophilia B`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12259" #> #> $`hemophilia B`$`_id` #> [1] "DOID_12259<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`hemophilia B`$privateGeneCount #> [1] 0 #> #> $`hemophilia B`$publicGeneCount #> [1] 1 #> #> $`hemophilia B`$urlId #> [1] "DOID_12259" #> #> $`hemophilia B`$dbPhenotype #> [1] TRUE #> #> $`hemophilia B`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`hemophilia B`$`_is_leaf` #> [1] TRUE #> #> $`hemophilia B`$children #> list() #> #> $`hemophilia B`$value #> [1] "hemophilia B" #> #> #> $`hemorrhagic disease` #> $`hemorrhagic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2213" #> #> $`hemorrhagic disease`$`_id` #> [1] "DOID_2213<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`hemorrhagic disease`$privateGeneCount #> [1] 0 #> #> $`hemorrhagic disease`$publicGeneCount #> [1] 7 #> #> $`hemorrhagic disease`$urlId #> [1] "DOID_2213" #> #> $`hemorrhagic disease`$dbPhenotype #> [1] TRUE #> #> $`hemorrhagic disease`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`hemorrhagic disease`$`_is_leaf` #> [1] FALSE #> #> $`hemorrhagic disease`$children #> $`hemorrhagic disease`$children[[1]] #> [1] "DOID_3326<DOID_2213<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> #> $`hemorrhagic disease`$value #> [1] "hemorrhagic disease" #> #> #> $hemorrhoid #> $hemorrhoid$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9746" #> #> $hemorrhoid$`_id` #> [1] "DOID_9746<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $hemorrhoid$privateGeneCount #> [1] 0 #> #> $hemorrhoid$publicGeneCount #> [1] 1 #> #> $hemorrhoid$urlId #> [1] "DOID_9746" #> #> $hemorrhoid$dbPhenotype #> [1] TRUE #> #> $hemorrhoid$`_parent` #> [1] "DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $hemorrhoid$`_is_leaf` #> [1] TRUE #> #> $hemorrhoid$children #> list() #> #> $hemorrhoid$value #> [1] "hemorrhoid" #> #> #> $hemorrhoid #> $hemorrhoid$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9746" #> #> $hemorrhoid$`_id` #> [1] "DOID_9746<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $hemorrhoid$privateGeneCount #> [1] 0 #> #> $hemorrhoid$publicGeneCount #> [1] 1 #> #> $hemorrhoid$urlId #> [1] "DOID_9746" #> #> $hemorrhoid$dbPhenotype #> [1] TRUE #> #> $hemorrhoid$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $hemorrhoid$`_is_leaf` #> [1] TRUE #> #> $hemorrhoid$children #> list() #> #> $hemorrhoid$value #> [1] "hemorrhoid" #> #> #> $hemorrhoid #> $hemorrhoid$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9746" #> #> $hemorrhoid$`_id` #> [1] "DOID_9746<DOID_9742<DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemorrhoid$privateGeneCount #> [1] 0 #> #> $hemorrhoid$publicGeneCount #> [1] 1 #> #> $hemorrhoid$urlId #> [1] "DOID_9746" #> #> $hemorrhoid$dbPhenotype #> [1] TRUE #> #> $hemorrhoid$`_parent` #> [1] "DOID_9742<DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hemorrhoid$`_is_leaf` #> [1] TRUE #> #> $hemorrhoid$children #> list() #> #> $hemorrhoid$value #> [1] "hemorrhoid" #> #> #> $hemosiderosis #> $hemosiderosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12119" #> #> $hemosiderosis$`_id` #> [1] "DOID_12119<DOID_2351<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $hemosiderosis$privateGeneCount #> [1] 0 #> #> $hemosiderosis$publicGeneCount #> [1] 1 #> #> $hemosiderosis$urlId #> [1] "DOID_12119" #> #> $hemosiderosis$dbPhenotype #> [1] TRUE #> #> $hemosiderosis$`_parent` #> [1] "DOID_2351<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $hemosiderosis$`_is_leaf` #> [1] TRUE #> #> $hemosiderosis$children #> list() #> #> $hemosiderosis$value #> [1] "hemosiderosis" #> #> #> $`Hennekam syndrome` #> $`Hennekam syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060366" #> #> $`Hennekam syndrome`$`_id` #> [1] "DOID_0060366<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hennekam syndrome`$privateGeneCount #> [1] 0 #> #> $`Hennekam syndrome`$publicGeneCount #> [1] 2 #> #> $`Hennekam syndrome`$urlId #> [1] "DOID_0060366" #> #> $`Hennekam syndrome`$dbPhenotype #> [1] TRUE #> #> $`Hennekam syndrome`$`_parent` #> [1] "DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hennekam syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Hennekam syndrome`$children #> list() #> #> $`Hennekam syndrome`$value #> [1] "Hennekam syndrome" #> #> #> $`Henoch-Schoenlein purpura` #> $`Henoch-Schoenlein purpura`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11123" #> #> $`Henoch-Schoenlein purpura`$`_id` #> [1] "DOID_11123<DOID_9809<DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Henoch-Schoenlein purpura`$privateGeneCount #> [1] 0 #> #> $`Henoch-Schoenlein purpura`$publicGeneCount #> [1] 3 #> #> $`Henoch-Schoenlein purpura`$urlId #> [1] "DOID_11123" #> #> $`Henoch-Schoenlein purpura`$dbPhenotype #> [1] TRUE #> #> $`Henoch-Schoenlein purpura`$`_parent` #> [1] "DOID_9809<DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Henoch-Schoenlein purpura`$`_is_leaf` #> [1] TRUE #> #> $`Henoch-Schoenlein purpura`$children #> list() #> #> $`Henoch-Schoenlein purpura`$value #> [1] "Henoch-Schoenlein purpura" #> #> #> $`hepatic coma` #> $`hepatic coma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12550" #> #> $`hepatic coma`$`_id` #> [1] "DOID_12550<DOID_13413<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hepatic coma`$privateGeneCount #> [1] 0 #> #> $`hepatic coma`$publicGeneCount #> [1] 14 #> #> $`hepatic coma`$urlId #> [1] "DOID_12550" #> #> $`hepatic coma`$dbPhenotype #> [1] TRUE #> #> $`hepatic coma`$`_parent` #> [1] "DOID_13413<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hepatic coma`$`_is_leaf` #> [1] TRUE #> #> $`hepatic coma`$children #> list() #> #> $`hepatic coma`$value #> [1] "hepatic coma" #> #> #> $`hepatic encephalopathy` #> $`hepatic encephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13413" #> #> $`hepatic encephalopathy`$`_id` #> [1] "DOID_13413<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hepatic encephalopathy`$privateGeneCount #> [1] 0 #> #> $`hepatic encephalopathy`$publicGeneCount #> [1] 14 #> #> $`hepatic encephalopathy`$urlId #> [1] "DOID_13413" #> #> $`hepatic encephalopathy`$dbPhenotype #> [1] TRUE #> #> $`hepatic encephalopathy`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hepatic encephalopathy`$`_is_leaf` #> [1] FALSE #> #> $`hepatic encephalopathy`$children #> $`hepatic encephalopathy`$children[[1]] #> [1] "DOID_12550<DOID_13413<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`hepatic encephalopathy`$value #> [1] "hepatic encephalopathy" #> #> #> $`Hepatic failure` #> $`Hepatic failure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001399" #> #> $`Hepatic failure`$`_id` #> [1] "HP_0001399<HP_0001410<HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Hepatic failure`$privateGeneCount #> [1] 0 #> #> $`Hepatic failure`$publicGeneCount #> [1] 28 #> #> $`Hepatic failure`$urlId #> [1] "HP_0001399" #> #> $`Hepatic failure`$dbPhenotype #> [1] TRUE #> #> $`Hepatic failure`$`_parent` #> [1] "HP_0001410<HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Hepatic failure`$`_is_leaf` #> [1] FALSE #> #> $`Hepatic failure`$children #> $`Hepatic failure`$children[[1]] #> [1] "HP_0006554<HP_0001399<HP_0001410<HP_0025155<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Hepatic failure`$value #> [1] "Hepatic failure" #> #> #> $`hepatic vascular disease` #> $`hepatic vascular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_272" #> #> $`hepatic vascular disease`$`_id` #> [1] "DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`hepatic vascular disease`$privateGeneCount #> [1] 0 #> #> $`hepatic vascular disease`$publicGeneCount #> [1] 9 #> #> $`hepatic vascular disease`$urlId #> [1] "DOID_272" #> #> $`hepatic vascular disease`$dbPhenotype #> [1] FALSE #> #> $`hepatic vascular disease`$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`hepatic vascular disease`$`_is_leaf` #> [1] FALSE #> #> $`hepatic vascular disease`$children #> $`hepatic vascular disease`$children[[1]] #> [1] "DOID_11512<DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`hepatic vascular disease`$children[[2]] #> [1] "DOID_914<DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`hepatic vascular disease`$children[[3]] #> [1] "DOID_10762<DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`hepatic vascular disease`$value #> [1] "hepatic vascular disease" #> #> #> $`hepatic vascular disease` #> $`hepatic vascular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_272" #> #> $`hepatic vascular disease`$`_id` #> [1] "DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`hepatic vascular disease`$privateGeneCount #> [1] 0 #> #> $`hepatic vascular disease`$publicGeneCount #> [1] 9 #> #> $`hepatic vascular disease`$urlId #> [1] "DOID_272" #> #> $`hepatic vascular disease`$dbPhenotype #> [1] FALSE #> #> $`hepatic vascular disease`$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`hepatic vascular disease`$`_is_leaf` #> [1] FALSE #> #> $`hepatic vascular disease`$children #> $`hepatic vascular disease`$children[[1]] #> [1] "DOID_11512<DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`hepatic vascular disease`$children[[2]] #> [1] "DOID_914<DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`hepatic vascular disease`$children[[3]] #> [1] "DOID_10762<DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`hepatic vascular disease`$value #> [1] "hepatic vascular disease" #> #> #> $hepatitis #> $hepatitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2237" #> #> $hepatitis$`_id` #> [1] "DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $hepatitis$privateGeneCount #> [1] 0 #> #> $hepatitis$publicGeneCount #> [1] 49 #> #> $hepatitis$urlId #> [1] "DOID_2237" #> #> $hepatitis$dbPhenotype #> [1] TRUE #> #> $hepatitis$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $hepatitis$`_is_leaf` #> [1] FALSE #> #> $hepatitis$children #> $hepatitis$children[[1]] #> [1] "DOID_12351<DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $hepatitis$children[[2]] #> [1] "DOID_2044<DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $hepatitis$children[[3]] #> [1] "DOID_1884<DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $hepatitis$value #> [1] "hepatitis" #> #> #> $`hepatitis B` #> $`hepatitis B`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2043" #> #> $`hepatitis B`$`_id` #> [1] "DOID_2043<DOID_934<DOID_0050117<DOID_4" #> #> $`hepatitis B`$privateGeneCount #> [1] 0 #> #> $`hepatitis B`$publicGeneCount #> [1] 27 #> #> $`hepatitis B`$urlId #> [1] "DOID_2043" #> #> $`hepatitis B`$dbPhenotype #> [1] TRUE #> #> $`hepatitis B`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`hepatitis B`$`_is_leaf` #> [1] TRUE #> #> $`hepatitis B`$children #> list() #> #> $`hepatitis B`$value #> [1] "hepatitis B" #> #> #> $`hepatitis C` #> $`hepatitis C`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1883" #> #> $`hepatitis C`$`_id` #> [1] "DOID_1883<DOID_934<DOID_0050117<DOID_4" #> #> $`hepatitis C`$privateGeneCount #> [1] 0 #> #> $`hepatitis C`$publicGeneCount #> [1] 43 #> #> $`hepatitis C`$urlId #> [1] "DOID_1883" #> #> $`hepatitis C`$dbPhenotype #> [1] TRUE #> #> $`hepatitis C`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`hepatitis C`$`_is_leaf` #> [1] TRUE #> #> $`hepatitis C`$children #> list() #> #> $`hepatitis C`$value #> [1] "hepatitis C" #> #> #> $`hepatobiliary benign neoplasm` #> $`hepatobiliary benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3117" #> #> $`hepatobiliary benign neoplasm`$`_id` #> [1] "DOID_3117<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`hepatobiliary benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`hepatobiliary benign neoplasm`$publicGeneCount #> [1] 8 #> #> $`hepatobiliary benign neoplasm`$urlId #> [1] "DOID_3117" #> #> $`hepatobiliary benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`hepatobiliary benign neoplasm`$`_parent` #> [1] "DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`hepatobiliary benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`hepatobiliary benign neoplasm`$children #> $`hepatobiliary benign neoplasm`$children[[1]] #> [1] "DOID_0050625<DOID_3117<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`hepatobiliary benign neoplasm`$value #> [1] "hepatobiliary benign neoplasm" #> #> #> $`hepatobiliary benign neoplasm` #> $`hepatobiliary benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3117" #> #> $`hepatobiliary benign neoplasm`$`_id` #> [1] "DOID_3117<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`hepatobiliary benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`hepatobiliary benign neoplasm`$publicGeneCount #> [1] 8 #> #> $`hepatobiliary benign neoplasm`$urlId #> [1] "DOID_3117" #> #> $`hepatobiliary benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`hepatobiliary benign neoplasm`$`_parent` #> [1] "DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`hepatobiliary benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`hepatobiliary benign neoplasm`$children #> $`hepatobiliary benign neoplasm`$children[[1]] #> [1] "DOID_0050625<DOID_3117<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> #> $`hepatobiliary benign neoplasm`$value #> [1] "hepatobiliary benign neoplasm" #> #> #> $`hepatobiliary disease` #> $`hepatobiliary disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3118" #> #> $`hepatobiliary disease`$`_id` #> [1] "DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`hepatobiliary disease`$privateGeneCount #> [1] 0 #> #> $`hepatobiliary disease`$publicGeneCount #> [1] 855 #> #> $`hepatobiliary disease`$urlId #> [1] "DOID_3118" #> #> $`hepatobiliary disease`$dbPhenotype #> [1] FALSE #> #> $`hepatobiliary disease`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`hepatobiliary disease`$`_is_leaf` #> [1] FALSE #> #> $`hepatobiliary disease`$children #> $`hepatobiliary disease`$children[[1]] #> [1] "DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`hepatobiliary disease`$children[[2]] #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`hepatobiliary disease`$value #> [1] "hepatobiliary disease" #> #> #> $`hepatobiliary system cancer` #> $`hepatobiliary system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080355" #> #> $`hepatobiliary system cancer`$`_id` #> [1] "DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hepatobiliary system cancer`$privateGeneCount #> [1] 0 #> #> $`hepatobiliary system cancer`$publicGeneCount #> [1] 480 #> #> $`hepatobiliary system cancer`$urlId #> [1] "DOID_0080355" #> #> $`hepatobiliary system cancer`$dbPhenotype #> [1] FALSE #> #> $`hepatobiliary system cancer`$`_parent` #> [1] "DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hepatobiliary system cancer`$`_is_leaf` #> [1] FALSE #> #> $`hepatobiliary system cancer`$children #> $`hepatobiliary system cancer`$children[[1]] #> [1] "DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hepatobiliary system cancer`$children[[2]] #> [1] "DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`hepatobiliary system cancer`$value #> [1] "hepatobiliary system cancer" #> #> #> $`hepatobiliary system cancer` #> $`hepatobiliary system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080355" #> #> $`hepatobiliary system cancer`$`_id` #> [1] "DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`hepatobiliary system cancer`$privateGeneCount #> [1] 0 #> #> $`hepatobiliary system cancer`$publicGeneCount #> [1] 480 #> #> $`hepatobiliary system cancer`$urlId #> [1] "DOID_0080355" #> #> $`hepatobiliary system cancer`$dbPhenotype #> [1] FALSE #> #> $`hepatobiliary system cancer`$`_parent` #> [1] "DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`hepatobiliary system cancer`$`_is_leaf` #> [1] FALSE #> #> $`hepatobiliary system cancer`$children #> $`hepatobiliary system cancer`$children[[1]] #> [1] "DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`hepatobiliary system cancer`$children[[2]] #> [1] "DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`hepatobiliary system cancer`$value #> [1] "hepatobiliary system cancer" #> #> #> $hepatoblastoma #> $hepatoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_687" #> #> $hepatoblastoma$`_id` #> [1] "DOID_687<DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $hepatoblastoma$privateGeneCount #> [1] 0 #> #> $hepatoblastoma$publicGeneCount #> [1] 5 #> #> $hepatoblastoma$urlId #> [1] "DOID_687" #> #> $hepatoblastoma$dbPhenotype #> [1] TRUE #> #> $hepatoblastoma$`_parent` #> [1] "DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $hepatoblastoma$`_is_leaf` #> [1] TRUE #> #> $hepatoblastoma$children #> list() #> #> $hepatoblastoma$value #> [1] "hepatoblastoma" #> #> #> $hepatoblastoma #> $hepatoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_687" #> #> $hepatoblastoma$`_id` #> [1] "DOID_687<DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $hepatoblastoma$privateGeneCount #> [1] 0 #> #> $hepatoblastoma$publicGeneCount #> [1] 5 #> #> $hepatoblastoma$urlId #> [1] "DOID_687" #> #> $hepatoblastoma$dbPhenotype #> [1] TRUE #> #> $hepatoblastoma$`_parent` #> [1] "DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $hepatoblastoma$`_is_leaf` #> [1] TRUE #> #> $hepatoblastoma$children #> list() #> #> $hepatoblastoma$value #> [1] "hepatoblastoma" #> #> #> $hepatoblastoma #> $hepatoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_687" #> #> $hepatoblastoma$`_id` #> [1] "DOID_687<DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $hepatoblastoma$privateGeneCount #> [1] 0 #> #> $hepatoblastoma$publicGeneCount #> [1] 5 #> #> $hepatoblastoma$urlId #> [1] "DOID_687" #> #> $hepatoblastoma$dbPhenotype #> [1] TRUE #> #> $hepatoblastoma$`_parent` #> [1] "DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $hepatoblastoma$`_is_leaf` #> [1] TRUE #> #> $hepatoblastoma$children #> list() #> #> $hepatoblastoma$value #> [1] "hepatoblastoma" #> #> #> $hepatoblastoma #> $hepatoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_687" #> #> $hepatoblastoma$`_id` #> [1] "DOID_687<DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $hepatoblastoma$privateGeneCount #> [1] 0 #> #> $hepatoblastoma$publicGeneCount #> [1] 5 #> #> $hepatoblastoma$urlId #> [1] "DOID_687" #> #> $hepatoblastoma$dbPhenotype #> [1] TRUE #> #> $hepatoblastoma$`_parent` #> [1] "DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $hepatoblastoma$`_is_leaf` #> [1] TRUE #> #> $hepatoblastoma$children #> list() #> #> $hepatoblastoma$value #> [1] "hepatoblastoma" #> #> #> $`Hepatocellular adenoma` #> $`Hepatocellular adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012028" #> #> $`Hepatocellular adenoma`$`_id` #> [1] "HP_0012028<HP_0002896<HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Hepatocellular adenoma`$privateGeneCount #> [1] 0 #> #> $`Hepatocellular adenoma`$publicGeneCount #> [1] 1 #> #> $`Hepatocellular adenoma`$urlId #> [1] "HP_0012028" #> #> $`Hepatocellular adenoma`$dbPhenotype #> [1] TRUE #> #> $`Hepatocellular adenoma`$`_parent` #> [1] "HP_0002896<HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Hepatocellular adenoma`$`_is_leaf` #> [1] TRUE #> #> $`Hepatocellular adenoma`$children #> list() #> #> $`Hepatocellular adenoma`$value #> [1] "Hepatocellular adenoma" #> #> #> $`hepatocellular carcinoma` #> $`hepatocellular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_684" #> #> $`hepatocellular carcinoma`$`_id` #> [1] "DOID_684<DOID_686<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`hepatocellular carcinoma`$privateGeneCount #> [1] 0 #> #> $`hepatocellular carcinoma`$publicGeneCount #> [1] 248 #> #> $`hepatocellular carcinoma`$urlId #> [1] "DOID_684" #> #> $`hepatocellular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`hepatocellular carcinoma`$`_parent` #> [1] "DOID_686<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`hepatocellular carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`hepatocellular carcinoma`$children #> list() #> #> $`hepatocellular carcinoma`$value #> [1] "hepatocellular carcinoma" #> #> #> $`hepatocellular carcinoma` #> $`hepatocellular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_684" #> #> $`hepatocellular carcinoma`$`_id` #> [1] "DOID_684<DOID_686<DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hepatocellular carcinoma`$privateGeneCount #> [1] 0 #> #> $`hepatocellular carcinoma`$publicGeneCount #> [1] 248 #> #> $`hepatocellular carcinoma`$urlId #> [1] "DOID_684" #> #> $`hepatocellular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`hepatocellular carcinoma`$`_parent` #> [1] "DOID_686<DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hepatocellular carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`hepatocellular carcinoma`$children #> list() #> #> $`hepatocellular carcinoma`$value #> [1] "hepatocellular carcinoma" #> #> #> $`hepatocellular carcinoma` #> $`hepatocellular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_684" #> #> $`hepatocellular carcinoma`$`_id` #> [1] "DOID_684<DOID_686<DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`hepatocellular carcinoma`$privateGeneCount #> [1] 0 #> #> $`hepatocellular carcinoma`$publicGeneCount #> [1] 248 #> #> $`hepatocellular carcinoma`$urlId #> [1] "DOID_684" #> #> $`hepatocellular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`hepatocellular carcinoma`$`_parent` #> [1] "DOID_686<DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`hepatocellular carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`hepatocellular carcinoma`$children #> list() #> #> $`hepatocellular carcinoma`$value #> [1] "hepatocellular carcinoma" #> #> #> $`hepatocellular carcinoma` #> $`hepatocellular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_684" #> #> $`hepatocellular carcinoma`$`_id` #> [1] "DOID_684<DOID_686<DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hepatocellular carcinoma`$privateGeneCount #> [1] 0 #> #> $`hepatocellular carcinoma`$publicGeneCount #> [1] 248 #> #> $`hepatocellular carcinoma`$urlId #> [1] "DOID_684" #> #> $`hepatocellular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`hepatocellular carcinoma`$`_parent` #> [1] "DOID_686<DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hepatocellular carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`hepatocellular carcinoma`$children #> list() #> #> $`hepatocellular carcinoma`$value #> [1] "hepatocellular carcinoma" #> #> #> $`hepatocellular carcinoma` #> $`hepatocellular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_684" #> #> $`hepatocellular carcinoma`$`_id` #> [1] "DOID_684<DOID_686<DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`hepatocellular carcinoma`$privateGeneCount #> [1] 0 #> #> $`hepatocellular carcinoma`$publicGeneCount #> [1] 248 #> #> $`hepatocellular carcinoma`$urlId #> [1] "DOID_684" #> #> $`hepatocellular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`hepatocellular carcinoma`$`_parent` #> [1] "DOID_686<DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`hepatocellular carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`hepatocellular carcinoma`$children #> list() #> #> $`hepatocellular carcinoma`$value #> [1] "hepatocellular carcinoma" #> #> #> $Hepatomegaly #> $Hepatomegaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002240" #> #> $Hepatomegaly$`_id` #> [1] "HP_0002240<HP_0003271<HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $Hepatomegaly$privateGeneCount #> [1] 0 #> #> $Hepatomegaly$publicGeneCount #> [1] 10 #> #> $Hepatomegaly$urlId #> [1] "HP_0002240" #> #> $Hepatomegaly$dbPhenotype #> [1] TRUE #> #> $Hepatomegaly$`_parent` #> [1] "HP_0003271<HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $Hepatomegaly$`_is_leaf` #> [1] TRUE #> #> $Hepatomegaly$children #> list() #> #> $Hepatomegaly$value #> [1] "Hepatomegaly" #> #> #> $Hepatomegaly #> $Hepatomegaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002240" #> #> $Hepatomegaly$`_id` #> [1] "HP_0002240<HP_0410042<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Hepatomegaly$privateGeneCount #> [1] 0 #> #> $Hepatomegaly$publicGeneCount #> [1] 10 #> #> $Hepatomegaly$urlId #> [1] "HP_0002240" #> #> $Hepatomegaly$dbPhenotype #> [1] TRUE #> #> $Hepatomegaly$`_parent` #> [1] "HP_0410042<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Hepatomegaly$`_is_leaf` #> [1] TRUE #> #> $Hepatomegaly$children #> list() #> #> $Hepatomegaly$value #> [1] "Hepatomegaly" #> #> #> $`hepatorenal syndrome` #> $`hepatorenal syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11823" #> #> $`hepatorenal syndrome`$`_id` #> [1] "DOID_11823<DOID_3021<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hepatorenal syndrome`$privateGeneCount #> [1] 0 #> #> $`hepatorenal syndrome`$publicGeneCount #> [1] 2 #> #> $`hepatorenal syndrome`$urlId #> [1] "DOID_11823" #> #> $`hepatorenal syndrome`$dbPhenotype #> [1] TRUE #> #> $`hepatorenal syndrome`$`_parent` #> [1] "DOID_3021<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hepatorenal syndrome`$`_is_leaf` #> [1] TRUE #> #> $`hepatorenal syndrome`$children #> list() #> #> $`hepatorenal syndrome`$value #> [1] "hepatorenal syndrome" #> #> #> $`hereditary angioedema` #> $`hereditary angioedema`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14735" #> #> $`hereditary angioedema`$`_id` #> [1] "DOID_14735<DOID_1558<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`hereditary angioedema`$privateGeneCount #> [1] 0 #> #> $`hereditary angioedema`$publicGeneCount #> [1] 4 #> #> $`hereditary angioedema`$urlId #> [1] "DOID_14735" #> #> $`hereditary angioedema`$dbPhenotype #> [1] TRUE #> #> $`hereditary angioedema`$`_parent` #> [1] "DOID_1558<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`hereditary angioedema`$`_is_leaf` #> [1] TRUE #> #> $`hereditary angioedema`$children #> list() #> #> $`hereditary angioedema`$value #> [1] "hereditary angioedema" #> #> #> $`hereditary ataxia` #> $`hereditary ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050951" #> #> $`hereditary ataxia`$`_id` #> [1] "DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hereditary ataxia`$privateGeneCount #> [1] 0 #> #> $`hereditary ataxia`$publicGeneCount #> [1] 95 #> #> $`hereditary ataxia`$urlId #> [1] "DOID_0050951" #> #> $`hereditary ataxia`$dbPhenotype #> [1] FALSE #> #> $`hereditary ataxia`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hereditary ataxia`$`_is_leaf` #> [1] FALSE #> #> $`hereditary ataxia`$children #> $`hereditary ataxia`$children[[1]] #> [1] "DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hereditary ataxia`$children[[2]] #> [1] "DOID_963<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hereditary ataxia`$children[[3]] #> [1] "DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hereditary ataxia`$children[[4]] #> [1] "DOID_0050953<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`hereditary ataxia`$value #> [1] "hereditary ataxia" #> #> #> $`hereditary breast ovarian cancer syndrome` #> $`hereditary breast ovarian cancer syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5683" #> #> $`hereditary breast ovarian cancer syndrome`$`_id` #> [1] "DOID_5683<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hereditary breast ovarian cancer syndrome`$privateGeneCount #> [1] 0 #> #> $`hereditary breast ovarian cancer syndrome`$publicGeneCount #> [1] 4 #> #> $`hereditary breast ovarian cancer syndrome`$urlId #> [1] "DOID_5683" #> #> $`hereditary breast ovarian cancer syndrome`$dbPhenotype #> [1] TRUE #> #> $`hereditary breast ovarian cancer syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hereditary breast ovarian cancer syndrome`$`_is_leaf` #> [1] TRUE #> #> $`hereditary breast ovarian cancer syndrome`$children #> list() #> #> $`hereditary breast ovarian cancer syndrome`$value #> [1] "hereditary breast ovarian cancer syndrome" #> #> #> $`hereditary breast ovarian cancer syndrome` #> $`hereditary breast ovarian cancer syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5683" #> #> $`hereditary breast ovarian cancer syndrome`$`_id` #> [1] "DOID_5683<DOID_225<DOID_4" #> #> $`hereditary breast ovarian cancer syndrome`$privateGeneCount #> [1] 0 #> #> $`hereditary breast ovarian cancer syndrome`$publicGeneCount #> [1] 4 #> #> $`hereditary breast ovarian cancer syndrome`$urlId #> [1] "DOID_5683" #> #> $`hereditary breast ovarian cancer syndrome`$dbPhenotype #> [1] TRUE #> #> $`hereditary breast ovarian cancer syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`hereditary breast ovarian cancer syndrome`$`_is_leaf` #> [1] TRUE #> #> $`hereditary breast ovarian cancer syndrome`$children #> list() #> #> $`hereditary breast ovarian cancer syndrome`$value #> [1] "hereditary breast ovarian cancer syndrome" #> #> #> $`hereditary choroidal atrophy` #> $`hereditary choroidal atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9794" #> #> $`hereditary choroidal atrophy`$`_id` #> [1] "DOID_9794<DOID_980<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`hereditary choroidal atrophy`$privateGeneCount #> [1] 0 #> #> $`hereditary choroidal atrophy`$publicGeneCount #> [1] 1 #> #> $`hereditary choroidal atrophy`$urlId #> [1] "DOID_9794" #> #> $`hereditary choroidal atrophy`$dbPhenotype #> [1] FALSE #> #> $`hereditary choroidal atrophy`$`_parent` #> [1] "DOID_980<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`hereditary choroidal atrophy`$`_is_leaf` #> [1] FALSE #> #> $`hereditary choroidal atrophy`$children #> $`hereditary choroidal atrophy`$children[[1]] #> [1] "DOID_9822<DOID_9794<DOID_980<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`hereditary choroidal atrophy`$value #> [1] "hereditary choroidal atrophy" #> #> #> $`hereditary choroidal atrophy` #> $`hereditary choroidal atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9794" #> #> $`hereditary choroidal atrophy`$`_id` #> [1] "DOID_9794<DOID_980<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`hereditary choroidal atrophy`$privateGeneCount #> [1] 0 #> #> $`hereditary choroidal atrophy`$publicGeneCount #> [1] 1 #> #> $`hereditary choroidal atrophy`$urlId #> [1] "DOID_9794" #> #> $`hereditary choroidal atrophy`$dbPhenotype #> [1] FALSE #> #> $`hereditary choroidal atrophy`$`_parent` #> [1] "DOID_980<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`hereditary choroidal atrophy`$`_is_leaf` #> [1] FALSE #> #> $`hereditary choroidal atrophy`$children #> $`hereditary choroidal atrophy`$children[[1]] #> [1] "DOID_9822<DOID_9794<DOID_980<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`hereditary choroidal atrophy`$value #> [1] "hereditary choroidal atrophy" #> #> #> $`hereditary coproporphyria` #> $`hereditary coproporphyria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13269" #> #> $`hereditary coproporphyria`$`_id` #> [1] "DOID_13269<DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`hereditary coproporphyria`$privateGeneCount #> [1] 0 #> #> $`hereditary coproporphyria`$publicGeneCount #> [1] 1 #> #> $`hereditary coproporphyria`$urlId #> [1] "DOID_13269" #> #> $`hereditary coproporphyria`$dbPhenotype #> [1] TRUE #> #> $`hereditary coproporphyria`$`_parent` #> [1] "DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`hereditary coproporphyria`$`_is_leaf` #> [1] TRUE #> #> $`hereditary coproporphyria`$children #> list() #> #> $`hereditary coproporphyria`$value #> [1] "hereditary coproporphyria" #> #> #> $`hereditary elliptocytosis` #> $`hereditary elliptocytosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2373" #> #> $`hereditary elliptocytosis`$`_id` #> [1] "DOID_2373<DOID_74<DOID_7<DOID_4" #> #> $`hereditary elliptocytosis`$privateGeneCount #> [1] 0 #> #> $`hereditary elliptocytosis`$publicGeneCount #> [1] 4 #> #> $`hereditary elliptocytosis`$urlId #> [1] "DOID_2373" #> #> $`hereditary elliptocytosis`$dbPhenotype #> [1] TRUE #> #> $`hereditary elliptocytosis`$`_parent` #> [1] "DOID_74<DOID_7<DOID_4" #> #> $`hereditary elliptocytosis`$`_is_leaf` #> [1] TRUE #> #> $`hereditary elliptocytosis`$children #> list() #> #> $`hereditary elliptocytosis`$value #> [1] "hereditary elliptocytosis" #> #> #> $`hereditary fructose intolerance syndrome` #> $`hereditary fructose intolerance syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9869" #> #> $`hereditary fructose intolerance syndrome`$`_id` #> [1] "DOID_9869<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`hereditary fructose intolerance syndrome`$privateGeneCount #> [1] 0 #> #> $`hereditary fructose intolerance syndrome`$publicGeneCount #> [1] 1 #> #> $`hereditary fructose intolerance syndrome`$urlId #> [1] "DOID_9869" #> #> $`hereditary fructose intolerance syndrome`$dbPhenotype #> [1] TRUE #> #> $`hereditary fructose intolerance syndrome`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`hereditary fructose intolerance syndrome`$`_is_leaf` #> [1] TRUE #> #> $`hereditary fructose intolerance syndrome`$children #> list() #> #> $`hereditary fructose intolerance syndrome`$value #> [1] "hereditary fructose intolerance syndrome" #> #> #> $`hereditary hemorrhagic telangiectasia` #> $`hereditary hemorrhagic telangiectasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1270" #> #> $`hereditary hemorrhagic telangiectasia`$`_id` #> [1] "DOID_1270<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hereditary hemorrhagic telangiectasia`$privateGeneCount #> [1] 0 #> #> $`hereditary hemorrhagic telangiectasia`$publicGeneCount #> [1] 3 #> #> $`hereditary hemorrhagic telangiectasia`$urlId #> [1] "DOID_1270" #> #> $`hereditary hemorrhagic telangiectasia`$dbPhenotype #> [1] TRUE #> #> $`hereditary hemorrhagic telangiectasia`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hereditary hemorrhagic telangiectasia`$`_is_leaf` #> [1] TRUE #> #> $`hereditary hemorrhagic telangiectasia`$children #> list() #> #> $`hereditary hemorrhagic telangiectasia`$value #> [1] "hereditary hemorrhagic telangiectasia" #> #> #> $`hereditary hemorrhagic telangiectasia` #> $`hereditary hemorrhagic telangiectasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1270" #> #> $`hereditary hemorrhagic telangiectasia`$`_id` #> [1] "DOID_1270<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`hereditary hemorrhagic telangiectasia`$privateGeneCount #> [1] 0 #> #> $`hereditary hemorrhagic telangiectasia`$publicGeneCount #> [1] 3 #> #> $`hereditary hemorrhagic telangiectasia`$urlId #> [1] "DOID_1270" #> #> $`hereditary hemorrhagic telangiectasia`$dbPhenotype #> [1] TRUE #> #> $`hereditary hemorrhagic telangiectasia`$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`hereditary hemorrhagic telangiectasia`$`_is_leaf` #> [1] TRUE #> #> $`hereditary hemorrhagic telangiectasia`$children #> list() #> #> $`hereditary hemorrhagic telangiectasia`$value #> [1] "hereditary hemorrhagic telangiectasia" #> #> #> $`hereditary hypophosphatemic rickets with hypercalciuria` #> $`hereditary hypophosphatemic rickets with hypercalciuria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050947" #> #> $`hereditary hypophosphatemic rickets with hypercalciuria`$`_id` #> [1] "DOID_0050947<DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`hereditary hypophosphatemic rickets with hypercalciuria`$privateGeneCount #> [1] 0 #> #> $`hereditary hypophosphatemic rickets with hypercalciuria`$publicGeneCount #> [1] 2 #> #> $`hereditary hypophosphatemic rickets with hypercalciuria`$urlId #> [1] "DOID_0050947" #> #> $`hereditary hypophosphatemic rickets with hypercalciuria`$dbPhenotype #> [1] TRUE #> #> $`hereditary hypophosphatemic rickets with hypercalciuria`$`_parent` #> [1] "DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`hereditary hypophosphatemic rickets with hypercalciuria`$`_is_leaf` #> [1] TRUE #> #> $`hereditary hypophosphatemic rickets with hypercalciuria`$children #> list() #> #> $`hereditary hypophosphatemic rickets with hypercalciuria`$value #> [1] "hereditary hypophosphatemic rickets with hypercalciuria" #> #> #> $`hereditary lymphedema` #> $`hereditary lymphedema`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050580" #> #> $`hereditary lymphedema`$`_id` #> [1] "DOID_0050580<DOID_4977<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`hereditary lymphedema`$privateGeneCount #> [1] 0 #> #> $`hereditary lymphedema`$publicGeneCount #> [1] 4 #> #> $`hereditary lymphedema`$urlId #> [1] "DOID_0050580" #> #> $`hereditary lymphedema`$dbPhenotype #> [1] TRUE #> #> $`hereditary lymphedema`$`_parent` #> [1] "DOID_4977<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`hereditary lymphedema`$`_is_leaf` #> [1] TRUE #> #> $`hereditary lymphedema`$children #> list() #> #> $`hereditary lymphedema`$value #> [1] "hereditary lymphedema" #> #> #> $`hereditary mucosal leukokeratosis` #> $`hereditary mucosal leukokeratosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050448" #> #> $`hereditary mucosal leukokeratosis`$`_id` #> [1] "DOID_0050448<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`hereditary mucosal leukokeratosis`$privateGeneCount #> [1] 0 #> #> $`hereditary mucosal leukokeratosis`$publicGeneCount #> [1] 2 #> #> $`hereditary mucosal leukokeratosis`$urlId #> [1] "DOID_0050448" #> #> $`hereditary mucosal leukokeratosis`$dbPhenotype #> [1] TRUE #> #> $`hereditary mucosal leukokeratosis`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`hereditary mucosal leukokeratosis`$`_is_leaf` #> [1] TRUE #> #> $`hereditary mucosal leukokeratosis`$children #> list() #> #> $`hereditary mucosal leukokeratosis`$value #> [1] "hereditary mucosal leukokeratosis" #> #> #> $`hereditary multiple exostoses` #> $`hereditary multiple exostoses`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_206" #> #> $`hereditary multiple exostoses`$`_id` #> [1] "DOID_206<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hereditary multiple exostoses`$privateGeneCount #> [1] 0 #> #> $`hereditary multiple exostoses`$publicGeneCount #> [1] 4 #> #> $`hereditary multiple exostoses`$urlId #> [1] "DOID_206" #> #> $`hereditary multiple exostoses`$dbPhenotype #> [1] TRUE #> #> $`hereditary multiple exostoses`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hereditary multiple exostoses`$`_is_leaf` #> [1] TRUE #> #> $`hereditary multiple exostoses`$children #> list() #> #> $`hereditary multiple exostoses`$value #> [1] "hereditary multiple exostoses" #> #> #> $`hereditary multiple exostoses` #> $`hereditary multiple exostoses`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_206" #> #> $`hereditary multiple exostoses`$`_id` #> [1] "DOID_206<DOID_203<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`hereditary multiple exostoses`$privateGeneCount #> [1] 0 #> #> $`hereditary multiple exostoses`$publicGeneCount #> [1] 4 #> #> $`hereditary multiple exostoses`$urlId #> [1] "DOID_206" #> #> $`hereditary multiple exostoses`$dbPhenotype #> [1] TRUE #> #> $`hereditary multiple exostoses`$`_parent` #> [1] "DOID_203<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`hereditary multiple exostoses`$`_is_leaf` #> [1] TRUE #> #> $`hereditary multiple exostoses`$children #> list() #> #> $`hereditary multiple exostoses`$value #> [1] "hereditary multiple exostoses" #> #> #> $`hereditary night blindness` #> $`hereditary night blindness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8498" #> #> $`hereditary night blindness`$`_id` #> [1] "DOID_8498<DOID_8499<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`hereditary night blindness`$privateGeneCount #> [1] 0 #> #> $`hereditary night blindness`$publicGeneCount #> [1] 14 #> #> $`hereditary night blindness`$urlId #> [1] "DOID_8498" #> #> $`hereditary night blindness`$dbPhenotype #> [1] TRUE #> #> $`hereditary night blindness`$`_parent` #> [1] "DOID_8499<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`hereditary night blindness`$`_is_leaf` #> [1] FALSE #> #> $`hereditary night blindness`$children #> $`hereditary night blindness`$children[[1]] #> [1] "DOID_0050534<DOID_8498<DOID_8499<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`hereditary night blindness`$value #> [1] "hereditary night blindness" #> #> #> $`hereditary renal cell carcinoma` #> $`hereditary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4455" #> #> $`hereditary renal cell carcinoma`$`_id` #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hereditary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`hereditary renal cell carcinoma`$publicGeneCount #> [1] 7 #> #> $`hereditary renal cell carcinoma`$urlId #> [1] "DOID_4455" #> #> $`hereditary renal cell carcinoma`$dbPhenotype #> [1] FALSE #> #> $`hereditary renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hereditary renal cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`hereditary renal cell carcinoma`$children #> $`hereditary renal cell carcinoma`$children[[1]] #> [1] "DOID_0050387<DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`hereditary renal cell carcinoma`$value #> [1] "hereditary renal cell carcinoma" #> #> #> $`hereditary renal cell carcinoma` #> $`hereditary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4455" #> #> $`hereditary renal cell carcinoma`$`_id` #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`hereditary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`hereditary renal cell carcinoma`$publicGeneCount #> [1] 7 #> #> $`hereditary renal cell carcinoma`$urlId #> [1] "DOID_4455" #> #> $`hereditary renal cell carcinoma`$dbPhenotype #> [1] FALSE #> #> $`hereditary renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`hereditary renal cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`hereditary renal cell carcinoma`$children #> $`hereditary renal cell carcinoma`$children[[1]] #> [1] "DOID_0050387<DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> #> $`hereditary renal cell carcinoma`$value #> [1] "hereditary renal cell carcinoma" #> #> #> $`hereditary renal cell carcinoma` #> $`hereditary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4455" #> #> $`hereditary renal cell carcinoma`$`_id` #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hereditary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`hereditary renal cell carcinoma`$publicGeneCount #> [1] 7 #> #> $`hereditary renal cell carcinoma`$urlId #> [1] "DOID_4455" #> #> $`hereditary renal cell carcinoma`$dbPhenotype #> [1] FALSE #> #> $`hereditary renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hereditary renal cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`hereditary renal cell carcinoma`$children #> $`hereditary renal cell carcinoma`$children[[1]] #> [1] "DOID_0050387<DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`hereditary renal cell carcinoma`$value #> [1] "hereditary renal cell carcinoma" #> #> #> $`hereditary renal cell carcinoma` #> $`hereditary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4455" #> #> $`hereditary renal cell carcinoma`$`_id` #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`hereditary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`hereditary renal cell carcinoma`$publicGeneCount #> [1] 7 #> #> $`hereditary renal cell carcinoma`$urlId #> [1] "DOID_4455" #> #> $`hereditary renal cell carcinoma`$dbPhenotype #> [1] FALSE #> #> $`hereditary renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`hereditary renal cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`hereditary renal cell carcinoma`$children #> $`hereditary renal cell carcinoma`$children[[1]] #> [1] "DOID_0050387<DOID_4455<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`hereditary renal cell carcinoma`$value #> [1] "hereditary renal cell carcinoma" #> #> #> $`hereditary sensory neuropathy` #> $`hereditary sensory neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050548" #> #> $`hereditary sensory neuropathy`$`_id` #> [1] "DOID_0050548<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`hereditary sensory neuropathy`$privateGeneCount #> [1] 0 #> #> $`hereditary sensory neuropathy`$publicGeneCount #> [1] 14 #> #> $`hereditary sensory neuropathy`$urlId #> [1] "DOID_0050548" #> #> $`hereditary sensory neuropathy`$dbPhenotype #> [1] TRUE #> #> $`hereditary sensory neuropathy`$`_parent` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`hereditary sensory neuropathy`$`_is_leaf` #> [1] FALSE #> #> $`hereditary sensory neuropathy`$children #> $`hereditary sensory neuropathy`$children[[1]] #> [1] "DOID_11589<DOID_0050548<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`hereditary sensory neuropathy`$value #> [1] "hereditary sensory neuropathy" #> #> #> $`hereditary spastic paraplegia` #> $`hereditary spastic paraplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2476" #> #> $`hereditary spastic paraplegia`$`_id` #> [1] "DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hereditary spastic paraplegia`$privateGeneCount #> [1] 0 #> #> $`hereditary spastic paraplegia`$publicGeneCount #> [1] 46 #> #> $`hereditary spastic paraplegia`$urlId #> [1] "DOID_2476" #> #> $`hereditary spastic paraplegia`$dbPhenotype #> [1] TRUE #> #> $`hereditary spastic paraplegia`$`_parent` #> [1] "DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hereditary spastic paraplegia`$`_is_leaf` #> [1] FALSE #> #> $`hereditary spastic paraplegia`$children #> $`hereditary spastic paraplegia`$children[[1]] #> [1] "DOID_0060246<DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hereditary spastic paraplegia`$children[[2]] #> [1] "DOID_0060245<DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hereditary spastic paraplegia`$children[[3]] #> [1] "DOID_0050886<DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`hereditary spastic paraplegia`$value #> [1] "hereditary spastic paraplegia" #> #> #> $`hereditary spherocytosis` #> $`hereditary spherocytosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12971" #> #> $`hereditary spherocytosis`$`_id` #> [1] "DOID_12971<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hereditary spherocytosis`$privateGeneCount #> [1] 0 #> #> $`hereditary spherocytosis`$publicGeneCount #> [1] 8 #> #> $`hereditary spherocytosis`$urlId #> [1] "DOID_12971" #> #> $`hereditary spherocytosis`$dbPhenotype #> [1] TRUE #> #> $`hereditary spherocytosis`$`_parent` #> [1] "DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hereditary spherocytosis`$`_is_leaf` #> [1] TRUE #> #> $`hereditary spherocytosis`$children #> list() #> #> $`hereditary spherocytosis`$value #> [1] "hereditary spherocytosis" #> #> #> $`Hermansky-Pudlak syndrome` #> $`Hermansky-Pudlak syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3753" #> #> $`Hermansky-Pudlak syndrome`$`_id` #> [1] "DOID_3753<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Hermansky-Pudlak syndrome`$privateGeneCount #> [1] 0 #> #> $`Hermansky-Pudlak syndrome`$publicGeneCount #> [1] 10 #> #> $`Hermansky-Pudlak syndrome`$urlId #> [1] "DOID_3753" #> #> $`Hermansky-Pudlak syndrome`$dbPhenotype #> [1] TRUE #> #> $`Hermansky-Pudlak syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Hermansky-Pudlak syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Hermansky-Pudlak syndrome`$children #> list() #> #> $`Hermansky-Pudlak syndrome`$value #> [1] "Hermansky-Pudlak syndrome" #> #> #> $`Hermansky-Pudlak syndrome` #> $`Hermansky-Pudlak syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3753" #> #> $`Hermansky-Pudlak syndrome`$`_id` #> [1] "DOID_3753<DOID_225<DOID_4" #> #> $`Hermansky-Pudlak syndrome`$privateGeneCount #> [1] 0 #> #> $`Hermansky-Pudlak syndrome`$publicGeneCount #> [1] 10 #> #> $`Hermansky-Pudlak syndrome`$urlId #> [1] "DOID_3753" #> #> $`Hermansky-Pudlak syndrome`$dbPhenotype #> [1] TRUE #> #> $`Hermansky-Pudlak syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Hermansky-Pudlak syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Hermansky-Pudlak syndrome`$children #> list() #> #> $`Hermansky-Pudlak syndrome`$value #> [1] "Hermansky-Pudlak syndrome" #> #> #> $hermaphroditism #> $hermaphroditism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3763" #> #> $hermaphroditism$`_id` #> [1] "DOID_3763<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $hermaphroditism$privateGeneCount #> [1] 0 #> #> $hermaphroditism$publicGeneCount #> [1] 8 #> #> $hermaphroditism$urlId #> [1] "DOID_3763" #> #> $hermaphroditism$dbPhenotype #> [1] TRUE #> #> $hermaphroditism$`_parent` #> [1] "DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $hermaphroditism$`_is_leaf` #> [1] TRUE #> #> $hermaphroditism$children #> list() #> #> $hermaphroditism$value #> [1] "hermaphroditism" #> #> #> $Hernia #> $Hernia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100790" #> #> $Hernia$`_id` #> [1] "HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $Hernia$privateGeneCount #> [1] 0 #> #> $Hernia$publicGeneCount #> [1] 4 #> #> $Hernia$urlId #> [1] "HP_0100790" #> #> $Hernia$dbPhenotype #> [1] FALSE #> #> $Hernia$`_parent` #> [1] "HP_0003549<HP_0000118<HP_0000001" #> #> $Hernia$`_is_leaf` #> [1] FALSE #> #> $Hernia$children #> $Hernia$children[[1]] #> [1] "HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> #> $Hernia$value #> [1] "Hernia" #> #> #> $`Hernia of the abdominal wall` #> $`Hernia of the abdominal wall`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004299" #> #> $`Hernia of the abdominal wall`$`_id` #> [1] "HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Hernia of the abdominal wall`$privateGeneCount #> [1] 0 #> #> $`Hernia of the abdominal wall`$publicGeneCount #> [1] 4 #> #> $`Hernia of the abdominal wall`$urlId #> [1] "HP_0004299" #> #> $`Hernia of the abdominal wall`$dbPhenotype #> [1] FALSE #> #> $`Hernia of the abdominal wall`$`_parent` #> [1] "HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Hernia of the abdominal wall`$`_is_leaf` #> [1] FALSE #> #> $`Hernia of the abdominal wall`$children #> $`Hernia of the abdominal wall`$children[[1]] #> [1] "HP_0000023<HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Hernia of the abdominal wall`$children[[2]] #> [1] "HP_0001537<HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Hernia of the abdominal wall`$children[[3]] #> [1] "HP_0002933<HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Hernia of the abdominal wall`$value #> [1] "Hernia of the abdominal wall" #> #> #> $`Hernia of the abdominal wall` #> $`Hernia of the abdominal wall`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004299" #> #> $`Hernia of the abdominal wall`$`_id` #> [1] "HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Hernia of the abdominal wall`$privateGeneCount #> [1] 0 #> #> $`Hernia of the abdominal wall`$publicGeneCount #> [1] 4 #> #> $`Hernia of the abdominal wall`$urlId #> [1] "HP_0004299" #> #> $`Hernia of the abdominal wall`$dbPhenotype #> [1] FALSE #> #> $`Hernia of the abdominal wall`$`_parent` #> [1] "HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Hernia of the abdominal wall`$`_is_leaf` #> [1] FALSE #> #> $`Hernia of the abdominal wall`$children #> $`Hernia of the abdominal wall`$children[[1]] #> [1] "HP_0000023<HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Hernia of the abdominal wall`$children[[2]] #> [1] "HP_0001537<HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Hernia of the abdominal wall`$children[[3]] #> [1] "HP_0002933<HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> #> $`Hernia of the abdominal wall`$value #> [1] "Hernia of the abdominal wall" #> #> #> $`heroin dependence` #> $`heroin dependence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9976" #> #> $`heroin dependence`$`_id` #> [1] "DOID_9976<DOID_2559<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`heroin dependence`$privateGeneCount #> [1] 0 #> #> $`heroin dependence`$publicGeneCount #> [1] 11 #> #> $`heroin dependence`$urlId #> [1] "DOID_9976" #> #> $`heroin dependence`$dbPhenotype #> [1] TRUE #> #> $`heroin dependence`$`_parent` #> [1] "DOID_2559<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`heroin dependence`$`_is_leaf` #> [1] TRUE #> #> $`heroin dependence`$children #> list() #> #> $`heroin dependence`$value #> [1] "heroin dependence" #> #> #> $herpangina #> $herpangina$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10883" #> #> $herpangina$`_id` #> [1] "DOID_10883<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $herpangina$privateGeneCount #> [1] 0 #> #> $herpangina$publicGeneCount #> [1] 3 #> #> $herpangina$urlId #> [1] "DOID_10883" #> #> $herpangina$dbPhenotype #> [1] FALSE #> #> $herpangina$`_parent` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $herpangina$`_is_leaf` #> [1] FALSE #> #> $herpangina$children #> $herpangina$children[[1]] #> [1] "DOID_11168<DOID_10883<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $herpangina$value #> [1] "herpangina" #> #> #> $herpangina #> $herpangina$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10883" #> #> $herpangina$`_id` #> [1] "DOID_10883<DOID_934<DOID_0050117<DOID_4" #> #> $herpangina$privateGeneCount #> [1] 0 #> #> $herpangina$publicGeneCount #> [1] 3 #> #> $herpangina$urlId #> [1] "DOID_10883" #> #> $herpangina$dbPhenotype #> [1] FALSE #> #> $herpangina$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $herpangina$`_is_leaf` #> [1] FALSE #> #> $herpangina$children #> $herpangina$children[[1]] #> [1] "DOID_11168<DOID_10883<DOID_934<DOID_0050117<DOID_4" #> #> #> $herpangina$value #> [1] "herpangina" #> #> #> $`herpes simplex` #> $`herpes simplex`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8566" #> #> $`herpes simplex`$`_id` #> [1] "DOID_8566<DOID_934<DOID_0050117<DOID_4" #> #> $`herpes simplex`$privateGeneCount #> [1] 0 #> #> $`herpes simplex`$publicGeneCount #> [1] 7 #> #> $`herpes simplex`$urlId #> [1] "DOID_8566" #> #> $`herpes simplex`$dbPhenotype #> [1] TRUE #> #> $`herpes simplex`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`herpes simplex`$`_is_leaf` #> [1] FALSE #> #> $`herpes simplex`$children #> $`herpes simplex`$children[[1]] #> [1] "DOID_8704<DOID_8566<DOID_934<DOID_0050117<DOID_4" #> #> #> $`herpes simplex`$value #> [1] "herpes simplex" #> #> #> $`Herpes simplex encephalitis` #> $`Herpes simplex encephalitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012302" #> #> $`Herpes simplex encephalitis`$`_id` #> [1] "HP_0012302<HP_0032101<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Herpes simplex encephalitis`$privateGeneCount #> [1] 0 #> #> $`Herpes simplex encephalitis`$publicGeneCount #> [1] 3 #> #> $`Herpes simplex encephalitis`$urlId #> [1] "HP_0012302" #> #> $`Herpes simplex encephalitis`$dbPhenotype #> [1] TRUE #> #> $`Herpes simplex encephalitis`$`_parent` #> [1] "HP_0032101<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Herpes simplex encephalitis`$`_is_leaf` #> [1] TRUE #> #> $`Herpes simplex encephalitis`$children #> list() #> #> $`Herpes simplex encephalitis`$value #> [1] "Herpes simplex encephalitis" #> #> #> $`herpes zoster` #> $`herpes zoster`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8536" #> #> $`herpes zoster`$`_id` #> [1] "DOID_8536<DOID_863<DOID_7<DOID_4" #> #> $`herpes zoster`$privateGeneCount #> [1] 0 #> #> $`herpes zoster`$publicGeneCount #> [1] 4 #> #> $`herpes zoster`$urlId #> [1] "DOID_8536" #> #> $`herpes zoster`$dbPhenotype #> [1] TRUE #> #> $`herpes zoster`$`_parent` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`herpes zoster`$`_is_leaf` #> [1] TRUE #> #> $`herpes zoster`$children #> list() #> #> $`herpes zoster`$value #> [1] "herpes zoster" #> #> #> $`herpes zoster` #> $`herpes zoster`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8536" #> #> $`herpes zoster`$`_id` #> [1] "DOID_8536<DOID_934<DOID_0050117<DOID_4" #> #> $`herpes zoster`$privateGeneCount #> [1] 0 #> #> $`herpes zoster`$publicGeneCount #> [1] 4 #> #> $`herpes zoster`$urlId #> [1] "DOID_8536" #> #> $`herpes zoster`$dbPhenotype #> [1] TRUE #> #> $`herpes zoster`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`herpes zoster`$`_is_leaf` #> [1] TRUE #> #> $`herpes zoster`$children #> list() #> #> $`herpes zoster`$value #> [1] "herpes zoster" #> #> #> $Heterotaxy #> $Heterotaxy$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030853" #> #> $Heterotaxy$`_id` #> [1] "HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> $Heterotaxy$privateGeneCount #> [1] 0 #> #> $Heterotaxy$publicGeneCount #> [1] 1 #> #> $Heterotaxy$urlId #> [1] "HP_0030853" #> #> $Heterotaxy$dbPhenotype #> [1] FALSE #> #> $Heterotaxy$`_parent` #> [1] "HP_0001507<HP_0000118<HP_0000001" #> #> $Heterotaxy$`_is_leaf` #> [1] FALSE #> #> $Heterotaxy$children #> $Heterotaxy$children[[1]] #> [1] "HP_0031853<HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> #> $Heterotaxy$value #> [1] "Heterotaxy" #> #> #> $`hiatus hernia` #> $`hiatus hernia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12642" #> #> $`hiatus hernia`$`_id` #> [1] "DOID_12642<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`hiatus hernia`$privateGeneCount #> [1] 0 #> #> $`hiatus hernia`$publicGeneCount #> [1] 1 #> #> $`hiatus hernia`$urlId #> [1] "DOID_12642" #> #> $`hiatus hernia`$dbPhenotype #> [1] TRUE #> #> $`hiatus hernia`$`_parent` #> [1] "DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`hiatus hernia`$`_is_leaf` #> [1] TRUE #> #> $`hiatus hernia`$children #> list() #> #> $`hiatus hernia`$value #> [1] "hiatus hernia" #> #> #> $hidradenitis #> $hidradenitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2282" #> #> $hidradenitis$`_id` #> [1] "DOID_2282<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $hidradenitis$privateGeneCount #> [1] 0 #> #> $hidradenitis$publicGeneCount #> [1] 5 #> #> $hidradenitis$urlId #> [1] "DOID_2282" #> #> $hidradenitis$dbPhenotype #> [1] FALSE #> #> $hidradenitis$`_parent` #> [1] "DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $hidradenitis$`_is_leaf` #> [1] FALSE #> #> $hidradenitis$children #> $hidradenitis$children[[1]] #> [1] "DOID_2280<DOID_2282<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $hidradenitis$value #> [1] "hidradenitis" #> #> #> $`hidradenitis suppurativa` #> $`hidradenitis suppurativa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2280" #> #> $`hidradenitis suppurativa`$`_id` #> [1] "DOID_2280<DOID_2282<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`hidradenitis suppurativa`$privateGeneCount #> [1] 0 #> #> $`hidradenitis suppurativa`$publicGeneCount #> [1] 5 #> #> $`hidradenitis suppurativa`$urlId #> [1] "DOID_2280" #> #> $`hidradenitis suppurativa`$dbPhenotype #> [1] TRUE #> #> $`hidradenitis suppurativa`$`_parent` #> [1] "DOID_2282<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`hidradenitis suppurativa`$`_is_leaf` #> [1] TRUE #> #> $`hidradenitis suppurativa`$children #> list() #> #> $`hidradenitis suppurativa`$value #> [1] "hidradenitis suppurativa" #> #> #> $`Hip dislocation` #> $`Hip dislocation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002827" #> #> $`Hip dislocation`$`_id` #> [1] "HP_0002827<HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Hip dislocation`$privateGeneCount #> [1] 0 #> #> $`Hip dislocation`$publicGeneCount #> [1] 1 #> #> $`Hip dislocation`$urlId #> [1] "HP_0002827" #> #> $`Hip dislocation`$dbPhenotype #> [1] TRUE #> #> $`Hip dislocation`$`_parent` #> [1] "HP_0001384<HP_0003272<HP_0002644<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Hip dislocation`$`_is_leaf` #> [1] TRUE #> #> $`Hip dislocation`$children #> list() #> #> $`Hip dislocation`$value #> [1] "Hip dislocation" #> #> #> $`Hip dislocation` #> $`Hip dislocation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002827" #> #> $`Hip dislocation`$`_id` #> [1] "HP_0002827<HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Hip dislocation`$privateGeneCount #> [1] 0 #> #> $`Hip dislocation`$publicGeneCount #> [1] 1 #> #> $`Hip dislocation`$urlId #> [1] "HP_0002827" #> #> $`Hip dislocation`$dbPhenotype #> [1] TRUE #> #> $`Hip dislocation`$`_parent` #> [1] "HP_0001384<HP_0005262<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Hip dislocation`$`_is_leaf` #> [1] TRUE #> #> $`Hip dislocation`$children #> list() #> #> $`Hip dislocation`$value #> [1] "Hip dislocation" #> #> #> $`Hip dislocation` #> $`Hip dislocation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002827" #> #> $`Hip dislocation`$`_id` #> [1] "HP_0002827<HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Hip dislocation`$privateGeneCount #> [1] 0 #> #> $`Hip dislocation`$publicGeneCount #> [1] 1 #> #> $`Hip dislocation`$urlId #> [1] "HP_0002827" #> #> $`Hip dislocation`$dbPhenotype #> [1] TRUE #> #> $`Hip dislocation`$`_parent` #> [1] "HP_0001384<HP_0100491<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Hip dislocation`$`_is_leaf` #> [1] TRUE #> #> $`Hip dislocation`$children #> list() #> #> $`Hip dislocation`$value #> [1] "Hip dislocation" #> #> #> $`Hip dislocation` #> $`Hip dislocation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002827" #> #> $`Hip dislocation`$`_id` #> [1] "HP_0002827<HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Hip dislocation`$privateGeneCount #> [1] 0 #> #> $`Hip dislocation`$publicGeneCount #> [1] 1 #> #> $`Hip dislocation`$urlId #> [1] "HP_0002827" #> #> $`Hip dislocation`$dbPhenotype #> [1] TRUE #> #> $`Hip dislocation`$`_parent` #> [1] "HP_0001384<HP_0100491<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Hip dislocation`$`_is_leaf` #> [1] TRUE #> #> $`Hip dislocation`$children #> list() #> #> $`Hip dislocation`$value #> [1] "Hip dislocation" #> #> #> $`Hip dislocation` #> $`Hip dislocation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002827" #> #> $`Hip dislocation`$`_id` #> [1] "HP_0002827<HP_0030311<HP_0001373<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Hip dislocation`$privateGeneCount #> [1] 0 #> #> $`Hip dislocation`$publicGeneCount #> [1] 1 #> #> $`Hip dislocation`$urlId #> [1] "HP_0002827" #> #> $`Hip dislocation`$dbPhenotype #> [1] TRUE #> #> $`Hip dislocation`$`_parent` #> [1] "HP_0030311<HP_0001373<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Hip dislocation`$`_is_leaf` #> [1] TRUE #> #> $`Hip dislocation`$children #> list() #> #> $`Hip dislocation`$value #> [1] "Hip dislocation" #> #> #> $`Hirschsprung's disease` #> $`Hirschsprung's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10487" #> #> $`Hirschsprung's disease`$`_id` #> [1] "DOID_10487<DOID_11372<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`Hirschsprung's disease`$privateGeneCount #> [1] 0 #> #> $`Hirschsprung's disease`$publicGeneCount #> [1] 12 #> #> $`Hirschsprung's disease`$urlId #> [1] "DOID_10487" #> #> $`Hirschsprung's disease`$dbPhenotype #> [1] TRUE #> #> $`Hirschsprung's disease`$`_parent` #> [1] "DOID_11372<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`Hirschsprung's disease`$`_is_leaf` #> [1] TRUE #> #> $`Hirschsprung's disease`$children #> list() #> #> $`Hirschsprung's disease`$value #> [1] "Hirschsprung's disease" #> #> #> $Hirsutism #> $Hirsutism$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001007" #> #> $Hirsutism$`_id` #> [1] "HP_0001007<HP_0011362<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $Hirsutism$privateGeneCount #> [1] 0 #> #> $Hirsutism$publicGeneCount #> [1] 1 #> #> $Hirsutism$urlId #> [1] "HP_0001007" #> #> $Hirsutism$dbPhenotype #> [1] TRUE #> #> $Hirsutism$`_parent` #> [1] "HP_0011362<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $Hirsutism$`_is_leaf` #> [1] TRUE #> #> $Hirsutism$children #> list() #> #> $Hirsutism$value #> [1] "Hirsutism" #> #> #> $`histidine metabolism disease` #> $`histidine metabolism disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9265" #> #> $`histidine metabolism disease`$`_id` #> [1] "DOID_9265<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`histidine metabolism disease`$privateGeneCount #> [1] 0 #> #> $`histidine metabolism disease`$publicGeneCount #> [1] 1 #> #> $`histidine metabolism disease`$urlId #> [1] "DOID_9265" #> #> $`histidine metabolism disease`$dbPhenotype #> [1] FALSE #> #> $`histidine metabolism disease`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`histidine metabolism disease`$`_is_leaf` #> [1] FALSE #> #> $`histidine metabolism disease`$children #> $`histidine metabolism disease`$children[[1]] #> [1] "DOID_0060168<DOID_9265<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $`histidine metabolism disease`$value #> [1] "histidine metabolism disease" #> #> #> $histidinemia #> $histidinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060168" #> #> $histidinemia$`_id` #> [1] "DOID_0060168<DOID_9265<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $histidinemia$privateGeneCount #> [1] 0 #> #> $histidinemia$publicGeneCount #> [1] 1 #> #> $histidinemia$urlId #> [1] "DOID_0060168" #> #> $histidinemia$dbPhenotype #> [1] TRUE #> #> $histidinemia$`_parent` #> [1] "DOID_9265<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $histidinemia$`_is_leaf` #> [1] TRUE #> #> $histidinemia$children #> list() #> #> $histidinemia$value #> [1] "histidinemia" #> #> #> $`histiocytoid hemangioma` #> $`histiocytoid hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_474" #> #> $`histiocytoid hemangioma`$`_id` #> [1] "DOID_474<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`histiocytoid hemangioma`$privateGeneCount #> [1] 0 #> #> $`histiocytoid hemangioma`$publicGeneCount #> [1] 6 #> #> $`histiocytoid hemangioma`$urlId #> [1] "DOID_474" #> #> $`histiocytoid hemangioma`$dbPhenotype #> [1] TRUE #> #> $`histiocytoid hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`histiocytoid hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`histiocytoid hemangioma`$children #> list() #> #> $`histiocytoid hemangioma`$value #> [1] "histiocytoid hemangioma" #> #> #> $`histiocytoid hemangioma` #> $`histiocytoid hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_474" #> #> $`histiocytoid hemangioma`$`_id` #> [1] "DOID_474<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`histiocytoid hemangioma`$privateGeneCount #> [1] 0 #> #> $`histiocytoid hemangioma`$publicGeneCount #> [1] 6 #> #> $`histiocytoid hemangioma`$urlId #> [1] "DOID_474" #> #> $`histiocytoid hemangioma`$dbPhenotype #> [1] TRUE #> #> $`histiocytoid hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`histiocytoid hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`histiocytoid hemangioma`$children #> list() #> #> $`histiocytoid hemangioma`$value #> [1] "histiocytoid hemangioma" #> #> #> $`histiocytoid hemangioma` #> $`histiocytoid hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_474" #> #> $`histiocytoid hemangioma`$`_id` #> [1] "DOID_474<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`histiocytoid hemangioma`$privateGeneCount #> [1] 0 #> #> $`histiocytoid hemangioma`$publicGeneCount #> [1] 6 #> #> $`histiocytoid hemangioma`$urlId #> [1] "DOID_474" #> #> $`histiocytoid hemangioma`$dbPhenotype #> [1] TRUE #> #> $`histiocytoid hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`histiocytoid hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`histiocytoid hemangioma`$children #> list() #> #> $`histiocytoid hemangioma`$value #> [1] "histiocytoid hemangioma" #> #> #> $`histiocytoid hemangioma` #> $`histiocytoid hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_474" #> #> $`histiocytoid hemangioma`$`_id` #> [1] "DOID_474<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`histiocytoid hemangioma`$privateGeneCount #> [1] 0 #> #> $`histiocytoid hemangioma`$publicGeneCount #> [1] 6 #> #> $`histiocytoid hemangioma`$urlId #> [1] "DOID_474" #> #> $`histiocytoid hemangioma`$dbPhenotype #> [1] TRUE #> #> $`histiocytoid hemangioma`$`_parent` #> [1] "DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`histiocytoid hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`histiocytoid hemangioma`$children #> list() #> #> $`histiocytoid hemangioma`$value #> [1] "histiocytoid hemangioma" #> #> #> $histiocytoma #> $histiocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4231" #> #> $histiocytoma$`_id` #> [1] "DOID_4231<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $histiocytoma$privateGeneCount #> [1] 0 #> #> $histiocytoma$publicGeneCount #> [1] 3 #> #> $histiocytoma$urlId #> [1] "DOID_4231" #> #> $histiocytoma$dbPhenotype #> [1] TRUE #> #> $histiocytoma$`_parent` #> [1] "DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $histiocytoma$`_is_leaf` #> [1] FALSE #> #> $histiocytoma$children #> $histiocytoma$children[[1]] #> [1] "DOID_4415<DOID_4231<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $histiocytoma$value #> [1] "histiocytoma" #> #> #> $histiocytoma #> $histiocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4231" #> #> $histiocytoma$`_id` #> [1] "DOID_4231<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $histiocytoma$privateGeneCount #> [1] 0 #> #> $histiocytoma$publicGeneCount #> [1] 3 #> #> $histiocytoma$urlId #> [1] "DOID_4231" #> #> $histiocytoma$dbPhenotype #> [1] TRUE #> #> $histiocytoma$`_parent` #> [1] "DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $histiocytoma$`_is_leaf` #> [1] FALSE #> #> $histiocytoma$children #> $histiocytoma$children[[1]] #> [1] "DOID_4415<DOID_4231<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> #> $histiocytoma$value #> [1] "histiocytoma" #> #> #> $histiocytoma #> $histiocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4231" #> #> $histiocytoma$`_id` #> [1] "DOID_4231<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $histiocytoma$privateGeneCount #> [1] 0 #> #> $histiocytoma$publicGeneCount #> [1] 3 #> #> $histiocytoma$urlId #> [1] "DOID_4231" #> #> $histiocytoma$dbPhenotype #> [1] TRUE #> #> $histiocytoma$`_parent` #> [1] "DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $histiocytoma$`_is_leaf` #> [1] FALSE #> #> $histiocytoma$children #> $histiocytoma$children[[1]] #> [1] "DOID_4415<DOID_4231<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $histiocytoma$value #> [1] "histiocytoma" #> #> #> $histiocytosis #> $histiocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3405" #> #> $histiocytosis$`_id` #> [1] "DOID_3405<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $histiocytosis$privateGeneCount #> [1] 0 #> #> $histiocytosis$publicGeneCount #> [1] 3 #> #> $histiocytosis$urlId #> [1] "DOID_3405" #> #> $histiocytosis$dbPhenotype #> [1] TRUE #> #> $histiocytosis$`_parent` #> [1] "DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $histiocytosis$`_is_leaf` #> [1] FALSE #> #> $histiocytosis$children #> $histiocytosis$children[[1]] #> [1] "DOID_4330<DOID_3405<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $histiocytosis$children[[2]] #> [1] "DOID_4394<DOID_3405<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $histiocytosis$value #> [1] "histiocytosis" #> #> #> $histoplasmosis #> $histoplasmosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1731" #> #> $histoplasmosis$`_id` #> [1] "DOID_1731<DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $histoplasmosis$privateGeneCount #> [1] 0 #> #> $histoplasmosis$publicGeneCount #> [1] 1 #> #> $histoplasmosis$urlId #> [1] "DOID_1731" #> #> $histoplasmosis$dbPhenotype #> [1] TRUE #> #> $histoplasmosis$`_parent` #> [1] "DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $histoplasmosis$`_is_leaf` #> [1] TRUE #> #> $histoplasmosis$children #> list() #> #> $histoplasmosis$value #> [1] "histoplasmosis" #> #> #> $`Hodgkin's granuloma` #> $`Hodgkin's granuloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8651" #> #> $`Hodgkin's granuloma`$`_id` #> [1] "DOID_8651<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's granuloma`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's granuloma`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's granuloma`$urlId #> [1] "DOID_8651" #> #> $`Hodgkin's granuloma`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's granuloma`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's granuloma`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's granuloma`$children #> list() #> #> $`Hodgkin's granuloma`$value #> [1] "Hodgkin's granuloma" #> #> #> $`Hodgkin's granuloma` #> $`Hodgkin's granuloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8651" #> #> $`Hodgkin's granuloma`$`_id` #> [1] "DOID_8651<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's granuloma`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's granuloma`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's granuloma`$urlId #> [1] "DOID_8651" #> #> $`Hodgkin's granuloma`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's granuloma`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's granuloma`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's granuloma`$children #> list() #> #> $`Hodgkin's granuloma`$value #> [1] "Hodgkin's granuloma" #> #> #> $`Hodgkin's granuloma` #> $`Hodgkin's granuloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8651" #> #> $`Hodgkin's granuloma`$`_id` #> [1] "DOID_8651<DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's granuloma`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's granuloma`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's granuloma`$urlId #> [1] "DOID_8651" #> #> $`Hodgkin's granuloma`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's granuloma`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's granuloma`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's granuloma`$children #> list() #> #> $`Hodgkin's granuloma`$value #> [1] "Hodgkin's granuloma" #> #> #> $`Hodgkin's granuloma` #> $`Hodgkin's granuloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8651" #> #> $`Hodgkin's granuloma`$`_id` #> [1] "DOID_8651<DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's granuloma`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's granuloma`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's granuloma`$urlId #> [1] "DOID_8651" #> #> $`Hodgkin's granuloma`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's granuloma`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's granuloma`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's granuloma`$children #> list() #> #> $`Hodgkin's granuloma`$value #> [1] "Hodgkin's granuloma" #> #> #> $`Hodgkin's granuloma` #> $`Hodgkin's granuloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8651" #> #> $`Hodgkin's granuloma`$`_id` #> [1] "DOID_8651<DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's granuloma`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's granuloma`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's granuloma`$urlId #> [1] "DOID_8651" #> #> $`Hodgkin's granuloma`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's granuloma`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's granuloma`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's granuloma`$children #> list() #> #> $`Hodgkin's granuloma`$value #> [1] "Hodgkin's granuloma" #> #> #> $`Hodgkin's lymphoma` #> $`Hodgkin's lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8567" #> #> $`Hodgkin's lymphoma`$`_id` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma`$publicGeneCount #> [1] 20 #> #> $`Hodgkin's lymphoma`$urlId #> [1] "DOID_8567" #> #> $`Hodgkin's lymphoma`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`Hodgkin's lymphoma`$children #> $`Hodgkin's lymphoma`$children[[1]] #> [1] "DOID_8651<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[2]] #> [1] "DOID_8628<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[3]] #> [1] "DOID_8543<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[4]] #> [1] "DOID_8654<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`Hodgkin's lymphoma`$value #> [1] "Hodgkin's lymphoma" #> #> #> $`Hodgkin's lymphoma` #> $`Hodgkin's lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8567" #> #> $`Hodgkin's lymphoma`$`_id` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma`$publicGeneCount #> [1] 20 #> #> $`Hodgkin's lymphoma`$urlId #> [1] "DOID_8567" #> #> $`Hodgkin's lymphoma`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`Hodgkin's lymphoma`$children #> $`Hodgkin's lymphoma`$children[[1]] #> [1] "DOID_8651<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[2]] #> [1] "DOID_8628<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[3]] #> [1] "DOID_8543<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[4]] #> [1] "DOID_8654<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`Hodgkin's lymphoma`$value #> [1] "Hodgkin's lymphoma" #> #> #> $`Hodgkin's lymphoma` #> $`Hodgkin's lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8567" #> #> $`Hodgkin's lymphoma`$`_id` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma`$publicGeneCount #> [1] 20 #> #> $`Hodgkin's lymphoma`$urlId #> [1] "DOID_8567" #> #> $`Hodgkin's lymphoma`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`Hodgkin's lymphoma`$children #> $`Hodgkin's lymphoma`$children[[1]] #> [1] "DOID_8651<DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[2]] #> [1] "DOID_8628<DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[3]] #> [1] "DOID_8543<DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[4]] #> [1] "DOID_8654<DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`Hodgkin's lymphoma`$value #> [1] "Hodgkin's lymphoma" #> #> #> $`Hodgkin's lymphoma` #> $`Hodgkin's lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8567" #> #> $`Hodgkin's lymphoma`$`_id` #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma`$publicGeneCount #> [1] 20 #> #> $`Hodgkin's lymphoma`$urlId #> [1] "DOID_8567" #> #> $`Hodgkin's lymphoma`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma`$`_parent` #> [1] "DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`Hodgkin's lymphoma`$children #> $`Hodgkin's lymphoma`$children[[1]] #> [1] "DOID_8651<DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[2]] #> [1] "DOID_8628<DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[3]] #> [1] "DOID_8543<DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[4]] #> [1] "DOID_8654<DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`Hodgkin's lymphoma`$value #> [1] "Hodgkin's lymphoma" #> #> #> $`Hodgkin's lymphoma` #> $`Hodgkin's lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8567" #> #> $`Hodgkin's lymphoma`$`_id` #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma`$publicGeneCount #> [1] 20 #> #> $`Hodgkin's lymphoma`$urlId #> [1] "DOID_8567" #> #> $`Hodgkin's lymphoma`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma`$`_parent` #> [1] "DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`Hodgkin's lymphoma`$children #> $`Hodgkin's lymphoma`$children[[1]] #> [1] "DOID_8651<DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[2]] #> [1] "DOID_8628<DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[3]] #> [1] "DOID_8543<DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma`$children[[4]] #> [1] "DOID_8654<DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`Hodgkin's lymphoma`$value #> [1] "Hodgkin's lymphoma" #> #> #> $`Hodgkin's lymphoma, lymphocytic depletion` #> $`Hodgkin's lymphoma, lymphocytic depletion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8628" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_id` #> [1] "DOID_8628<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$urlId #> [1] "DOID_8628" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$children #> list() #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$value #> [1] "Hodgkin's lymphoma, lymphocytic depletion" #> #> #> $`Hodgkin's lymphoma, lymphocytic depletion` #> $`Hodgkin's lymphoma, lymphocytic depletion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8628" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_id` #> [1] "DOID_8628<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$urlId #> [1] "DOID_8628" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$children #> list() #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$value #> [1] "Hodgkin's lymphoma, lymphocytic depletion" #> #> #> $`Hodgkin's lymphoma, lymphocytic depletion` #> $`Hodgkin's lymphoma, lymphocytic depletion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8628" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_id` #> [1] "DOID_8628<DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$urlId #> [1] "DOID_8628" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$children #> list() #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$value #> [1] "Hodgkin's lymphoma, lymphocytic depletion" #> #> #> $`Hodgkin's lymphoma, lymphocytic depletion` #> $`Hodgkin's lymphoma, lymphocytic depletion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8628" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_id` #> [1] "DOID_8628<DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$urlId #> [1] "DOID_8628" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$children #> list() #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$value #> [1] "Hodgkin's lymphoma, lymphocytic depletion" #> #> #> $`Hodgkin's lymphoma, lymphocytic depletion` #> $`Hodgkin's lymphoma, lymphocytic depletion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8628" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_id` #> [1] "DOID_8628<DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$urlId #> [1] "DOID_8628" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$children #> list() #> #> $`Hodgkin's lymphoma, lymphocytic depletion`$value #> [1] "Hodgkin's lymphoma, lymphocytic depletion" #> #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance` #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8543" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_id` #> [1] "DOID_8543<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$urlId #> [1] "DOID_8543" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$children #> list() #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$value #> [1] "Hodgkin's lymphoma, lymphocytic-histiocytic predominance" #> #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance` #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8543" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_id` #> [1] "DOID_8543<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$urlId #> [1] "DOID_8543" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$children #> list() #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$value #> [1] "Hodgkin's lymphoma, lymphocytic-histiocytic predominance" #> #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance` #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8543" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_id` #> [1] "DOID_8543<DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$urlId #> [1] "DOID_8543" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$children #> list() #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$value #> [1] "Hodgkin's lymphoma, lymphocytic-histiocytic predominance" #> #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance` #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8543" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_id` #> [1] "DOID_8543<DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$urlId #> [1] "DOID_8543" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$children #> list() #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$value #> [1] "Hodgkin's lymphoma, lymphocytic-histiocytic predominance" #> #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance` #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8543" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_id` #> [1] "DOID_8543<DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$urlId #> [1] "DOID_8543" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$children #> list() #> #> $`Hodgkin's lymphoma, lymphocytic-histiocytic predominance`$value #> [1] "Hodgkin's lymphoma, lymphocytic-histiocytic predominance" #> #> #> $`Hodgkin's lymphoma, mixed cellularity` #> $`Hodgkin's lymphoma, mixed cellularity`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8654" #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_id` #> [1] "DOID_8654<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, mixed cellularity`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, mixed cellularity`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, mixed cellularity`$urlId #> [1] "DOID_8654" #> #> $`Hodgkin's lymphoma, mixed cellularity`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, mixed cellularity`$children #> list() #> #> $`Hodgkin's lymphoma, mixed cellularity`$value #> [1] "Hodgkin's lymphoma, mixed cellularity" #> #> #> $`Hodgkin's lymphoma, mixed cellularity` #> $`Hodgkin's lymphoma, mixed cellularity`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8654" #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_id` #> [1] "DOID_8654<DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, mixed cellularity`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, mixed cellularity`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, mixed cellularity`$urlId #> [1] "DOID_8654" #> #> $`Hodgkin's lymphoma, mixed cellularity`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, mixed cellularity`$children #> list() #> #> $`Hodgkin's lymphoma, mixed cellularity`$value #> [1] "Hodgkin's lymphoma, mixed cellularity" #> #> #> $`Hodgkin's lymphoma, mixed cellularity` #> $`Hodgkin's lymphoma, mixed cellularity`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8654" #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_id` #> [1] "DOID_8654<DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, mixed cellularity`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, mixed cellularity`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, mixed cellularity`$urlId #> [1] "DOID_8654" #> #> $`Hodgkin's lymphoma, mixed cellularity`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, mixed cellularity`$children #> list() #> #> $`Hodgkin's lymphoma, mixed cellularity`$value #> [1] "Hodgkin's lymphoma, mixed cellularity" #> #> #> $`Hodgkin's lymphoma, mixed cellularity` #> $`Hodgkin's lymphoma, mixed cellularity`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8654" #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_id` #> [1] "DOID_8654<DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, mixed cellularity`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, mixed cellularity`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, mixed cellularity`$urlId #> [1] "DOID_8654" #> #> $`Hodgkin's lymphoma, mixed cellularity`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, mixed cellularity`$children #> list() #> #> $`Hodgkin's lymphoma, mixed cellularity`$value #> [1] "Hodgkin's lymphoma, mixed cellularity" #> #> #> $`Hodgkin's lymphoma, mixed cellularity` #> $`Hodgkin's lymphoma, mixed cellularity`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8654" #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_id` #> [1] "DOID_8654<DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, mixed cellularity`$privateGeneCount #> [1] 0 #> #> $`Hodgkin's lymphoma, mixed cellularity`$publicGeneCount #> [1] 15 #> #> $`Hodgkin's lymphoma, mixed cellularity`$urlId #> [1] "DOID_8654" #> #> $`Hodgkin's lymphoma, mixed cellularity`$dbPhenotype #> [1] TRUE #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_parent` #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Hodgkin's lymphoma, mixed cellularity`$`_is_leaf` #> [1] TRUE #> #> $`Hodgkin's lymphoma, mixed cellularity`$children #> list() #> #> $`Hodgkin's lymphoma, mixed cellularity`$value #> [1] "Hodgkin's lymphoma, mixed cellularity" #> #> #> $`holocarboxylase synthetase deficiency` #> $`holocarboxylase synthetase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_859" #> #> $`holocarboxylase synthetase deficiency`$`_id` #> [1] "DOID_859<DOID_857<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`holocarboxylase synthetase deficiency`$privateGeneCount #> [1] 0 #> #> $`holocarboxylase synthetase deficiency`$publicGeneCount #> [1] 1 #> #> $`holocarboxylase synthetase deficiency`$urlId #> [1] "DOID_859" #> #> $`holocarboxylase synthetase deficiency`$dbPhenotype #> [1] TRUE #> #> $`holocarboxylase synthetase deficiency`$`_parent` #> [1] "DOID_857<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`holocarboxylase synthetase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`holocarboxylase synthetase deficiency`$children #> list() #> #> $`holocarboxylase synthetase deficiency`$value #> [1] "holocarboxylase synthetase deficiency" #> #> #> $`holocarboxylase synthetase deficiency` #> $`holocarboxylase synthetase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_859" #> #> $`holocarboxylase synthetase deficiency`$`_id` #> [1] "DOID_859<DOID_857<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`holocarboxylase synthetase deficiency`$privateGeneCount #> [1] 0 #> #> $`holocarboxylase synthetase deficiency`$publicGeneCount #> [1] 1 #> #> $`holocarboxylase synthetase deficiency`$urlId #> [1] "DOID_859" #> #> $`holocarboxylase synthetase deficiency`$dbPhenotype #> [1] TRUE #> #> $`holocarboxylase synthetase deficiency`$`_parent` #> [1] "DOID_857<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`holocarboxylase synthetase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`holocarboxylase synthetase deficiency`$children #> list() #> #> $`holocarboxylase synthetase deficiency`$value #> [1] "holocarboxylase synthetase deficiency" #> #> #> $holoprosencephaly #> $holoprosencephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4621" #> #> $holoprosencephaly$`_id` #> [1] "DOID_4621<DOID_225<DOID_4" #> #> $holoprosencephaly$privateGeneCount #> [1] 0 #> #> $holoprosencephaly$publicGeneCount #> [1] 12 #> #> $holoprosencephaly$urlId #> [1] "DOID_4621" #> #> $holoprosencephaly$dbPhenotype #> [1] TRUE #> #> $holoprosencephaly$`_parent` #> [1] "DOID_225<DOID_4" #> #> $holoprosencephaly$`_is_leaf` #> [1] TRUE #> #> $holoprosencephaly$children #> list() #> #> $holoprosencephaly$value #> [1] "holoprosencephaly" #> #> #> $holoprosencephaly #> $holoprosencephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4621" #> #> $holoprosencephaly$`_id` #> [1] "DOID_4621<DOID_2490<DOID_0080015<DOID_4" #> #> $holoprosencephaly$privateGeneCount #> [1] 0 #> #> $holoprosencephaly$publicGeneCount #> [1] 12 #> #> $holoprosencephaly$urlId #> [1] "DOID_4621" #> #> $holoprosencephaly$dbPhenotype #> [1] TRUE #> #> $holoprosencephaly$`_parent` #> [1] "DOID_2490<DOID_0080015<DOID_4" #> #> $holoprosencephaly$`_is_leaf` #> [1] TRUE #> #> $holoprosencephaly$children #> list() #> #> $holoprosencephaly$value #> [1] "holoprosencephaly" #> #> #> $holoprosencephaly #> $holoprosencephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4621" #> #> $holoprosencephaly$`_id` #> [1] "DOID_4621<DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $holoprosencephaly$privateGeneCount #> [1] 0 #> #> $holoprosencephaly$publicGeneCount #> [1] 12 #> #> $holoprosencephaly$urlId #> [1] "DOID_4621" #> #> $holoprosencephaly$dbPhenotype #> [1] TRUE #> #> $holoprosencephaly$`_parent` #> [1] "DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $holoprosencephaly$`_is_leaf` #> [1] TRUE #> #> $holoprosencephaly$children #> list() #> #> $holoprosencephaly$value #> [1] "holoprosencephaly" #> #> #> $`Holt-Oram syndrome` #> $`Holt-Oram syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060468" #> #> $`Holt-Oram syndrome`$`_id` #> [1] "DOID_0060468<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Holt-Oram syndrome`$privateGeneCount #> [1] 0 #> #> $`Holt-Oram syndrome`$publicGeneCount #> [1] 1 #> #> $`Holt-Oram syndrome`$urlId #> [1] "DOID_0060468" #> #> $`Holt-Oram syndrome`$dbPhenotype #> [1] TRUE #> #> $`Holt-Oram syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Holt-Oram syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Holt-Oram syndrome`$children #> list() #> #> $`Holt-Oram syndrome`$value #> [1] "Holt-Oram syndrome" #> #> #> $`Holt-Oram syndrome` #> $`Holt-Oram syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060468" #> #> $`Holt-Oram syndrome`$`_id` #> [1] "DOID_0060468<DOID_225<DOID_4" #> #> $`Holt-Oram syndrome`$privateGeneCount #> [1] 0 #> #> $`Holt-Oram syndrome`$publicGeneCount #> [1] 1 #> #> $`Holt-Oram syndrome`$urlId #> [1] "DOID_0060468" #> #> $`Holt-Oram syndrome`$dbPhenotype #> [1] TRUE #> #> $`Holt-Oram syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Holt-Oram syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Holt-Oram syndrome`$children #> list() #> #> $`Holt-Oram syndrome`$value #> [1] "Holt-Oram syndrome" #> #> #> $homocarnosinosis #> $homocarnosinosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060177" #> #> $homocarnosinosis$`_id` #> [1] "DOID_0060177<DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $homocarnosinosis$privateGeneCount #> [1] 0 #> #> $homocarnosinosis$publicGeneCount #> [1] 1 #> #> $homocarnosinosis$urlId #> [1] "DOID_0060177" #> #> $homocarnosinosis$dbPhenotype #> [1] TRUE #> #> $homocarnosinosis$`_parent` #> [1] "DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $homocarnosinosis$`_is_leaf` #> [1] TRUE #> #> $homocarnosinosis$children #> list() #> #> $homocarnosinosis$value #> [1] "homocarnosinosis" #> #> #> $homocarnosinosis #> $homocarnosinosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060177" #> #> $homocarnosinosis$`_id` #> [1] "DOID_0060177<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $homocarnosinosis$privateGeneCount #> [1] 0 #> #> $homocarnosinosis$publicGeneCount #> [1] 1 #> #> $homocarnosinosis$urlId #> [1] "DOID_0060177" #> #> $homocarnosinosis$dbPhenotype #> [1] TRUE #> #> $homocarnosinosis$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $homocarnosinosis$`_is_leaf` #> [1] TRUE #> #> $homocarnosinosis$children #> list() #> #> $homocarnosinosis$value #> [1] "homocarnosinosis" #> #> #> $homocystinuria #> $homocystinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9263" #> #> $homocystinuria$`_id` #> [1] "DOID_9263<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $homocystinuria$privateGeneCount #> [1] 0 #> #> $homocystinuria$publicGeneCount #> [1] 3 #> #> $homocystinuria$urlId #> [1] "DOID_9263" #> #> $homocystinuria$dbPhenotype #> [1] TRUE #> #> $homocystinuria$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $homocystinuria$`_is_leaf` #> [1] TRUE #> #> $homocystinuria$children #> list() #> #> $homocystinuria$value #> [1] "homocystinuria" #> #> #> $`human immunodeficiency virus infectious disease` #> $`human immunodeficiency virus infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_526" #> #> $`human immunodeficiency virus infectious disease`$`_id` #> [1] "DOID_526<DOID_934<DOID_0050117<DOID_4" #> #> $`human immunodeficiency virus infectious disease`$privateGeneCount #> [1] 0 #> #> $`human immunodeficiency virus infectious disease`$publicGeneCount #> [1] 170 #> #> $`human immunodeficiency virus infectious disease`$urlId #> [1] "DOID_526" #> #> $`human immunodeficiency virus infectious disease`$dbPhenotype #> [1] TRUE #> #> $`human immunodeficiency virus infectious disease`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`human immunodeficiency virus infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`human immunodeficiency virus infectious disease`$children #> $`human immunodeficiency virus infectious disease`$children[[1]] #> [1] "DOID_635<DOID_526<DOID_934<DOID_0050117<DOID_4" #> #> #> $`human immunodeficiency virus infectious disease`$value #> [1] "human immunodeficiency virus infectious disease" #> #> #> $`Human Phenotype Ontology` #> $`Human Phenotype Ontology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000001" #> #> $`Human Phenotype Ontology`$`_id` #> [1] "HP_0000001" #> #> $`Human Phenotype Ontology`$privateGeneCount #> [1] 0 #> #> $`Human Phenotype Ontology`$publicGeneCount #> [1] 1675 #> #> $`Human Phenotype Ontology`$urlId #> [1] "HP_0000001" #> #> $`Human Phenotype Ontology`$dbPhenotype #> [1] FALSE #> #> $`Human Phenotype Ontology`$`_parent` #> NULL #> #> $`Human Phenotype Ontology`$`_is_leaf` #> [1] FALSE #> #> $`Human Phenotype Ontology`$children #> $`Human Phenotype Ontology`$children[[1]] #> [1] "HP_0031797<HP_0000001" #> #> $`Human Phenotype Ontology`$children[[2]] #> [1] "HP_0000005<HP_0000001" #> #> $`Human Phenotype Ontology`$children[[3]] #> [1] "HP_0000118<HP_0000001" #> #> #> $`Human Phenotype Ontology`$value #> [1] "Human Phenotype Ontology" #> #> #> $`Huntington's disease` #> $`Huntington's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12858" #> #> $`Huntington's disease`$`_id` #> [1] "DOID_12858<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Huntington's disease`$privateGeneCount #> [1] 0 #> #> $`Huntington's disease`$publicGeneCount #> [1] 47 #> #> $`Huntington's disease`$urlId #> [1] "DOID_12858" #> #> $`Huntington's disease`$dbPhenotype #> [1] TRUE #> #> $`Huntington's disease`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Huntington's disease`$`_is_leaf` #> [1] TRUE #> #> $`Huntington's disease`$children #> list() #> #> $`Huntington's disease`$value #> [1] "Huntington's disease" #> #> #> $hydrocephalus #> $hydrocephalus$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10908" #> #> $hydrocephalus$`_id` #> [1] "DOID_10908<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $hydrocephalus$privateGeneCount #> [1] 0 #> #> $hydrocephalus$publicGeneCount #> [1] 13 #> #> $hydrocephalus$urlId #> [1] "DOID_10908" #> #> $hydrocephalus$dbPhenotype #> [1] TRUE #> #> $hydrocephalus$`_parent` #> [1] "DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $hydrocephalus$`_is_leaf` #> [1] FALSE #> #> $hydrocephalus$children #> $hydrocephalus$children[[1]] #> [1] "DOID_1573<DOID_10908<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $hydrocephalus$children[[2]] #> [1] "DOID_14159<DOID_10908<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $hydrocephalus$value #> [1] "hydrocephalus" #> #> #> $`hydrolethalus syndrome` #> $`hydrolethalus syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050779" #> #> $`hydrolethalus syndrome`$`_id` #> [1] "DOID_0050779<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hydrolethalus syndrome`$privateGeneCount #> [1] 0 #> #> $`hydrolethalus syndrome`$publicGeneCount #> [1] 2 #> #> $`hydrolethalus syndrome`$urlId #> [1] "DOID_0050779" #> #> $`hydrolethalus syndrome`$dbPhenotype #> [1] TRUE #> #> $`hydrolethalus syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hydrolethalus syndrome`$`_is_leaf` #> [1] TRUE #> #> $`hydrolethalus syndrome`$children #> list() #> #> $`hydrolethalus syndrome`$value #> [1] "hydrolethalus syndrome" #> #> #> $`hydrolethalus syndrome` #> $`hydrolethalus syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050779" #> #> $`hydrolethalus syndrome`$`_id` #> [1] "DOID_0050779<DOID_225<DOID_4" #> #> $`hydrolethalus syndrome`$privateGeneCount #> [1] 0 #> #> $`hydrolethalus syndrome`$publicGeneCount #> [1] 2 #> #> $`hydrolethalus syndrome`$urlId #> [1] "DOID_0050779" #> #> $`hydrolethalus syndrome`$dbPhenotype #> [1] TRUE #> #> $`hydrolethalus syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`hydrolethalus syndrome`$`_is_leaf` #> [1] TRUE #> #> $`hydrolethalus syndrome`$children #> list() #> #> $`hydrolethalus syndrome`$value #> [1] "hydrolethalus syndrome" #> #> #> $hydronephrosis #> $hydronephrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11111" #> #> $hydronephrosis$`_id` #> [1] "DOID_11111<DOID_5200<DOID_18<DOID_7<DOID_4" #> #> $hydronephrosis$privateGeneCount #> [1] 0 #> #> $hydronephrosis$publicGeneCount #> [1] 6 #> #> $hydronephrosis$urlId #> [1] "DOID_11111" #> #> $hydronephrosis$dbPhenotype #> [1] TRUE #> #> $hydronephrosis$`_parent` #> [1] "DOID_5200<DOID_18<DOID_7<DOID_4" #> #> $hydronephrosis$`_is_leaf` #> [1] TRUE #> #> $hydronephrosis$children #> list() #> #> $hydronephrosis$value #> [1] "hydronephrosis" #> #> #> $hydrophthalmos #> $hydrophthalmos$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11212" #> #> $hydrophthalmos$`_id` #> [1] "DOID_11212<DOID_0050593<DOID_0050177<DOID_630<DOID_4" #> #> $hydrophthalmos$privateGeneCount #> [1] 0 #> #> $hydrophthalmos$publicGeneCount #> [1] 1 #> #> $hydrophthalmos$urlId #> [1] "DOID_11212" #> #> $hydrophthalmos$dbPhenotype #> [1] TRUE #> #> $hydrophthalmos$`_parent` #> [1] "DOID_0050593<DOID_0050177<DOID_630<DOID_4" #> #> $hydrophthalmos$`_is_leaf` #> [1] FALSE #> #> $hydrophthalmos$children #> $hydrophthalmos$children[[1]] #> [1] "DOID_11211<DOID_11212<DOID_0050593<DOID_0050177<DOID_630<DOID_4" #> #> #> $hydrophthalmos$value #> [1] "hydrophthalmos" #> #> #> $hydrophthalmos #> $hydrophthalmos$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11212" #> #> $hydrophthalmos$`_id` #> [1] "DOID_11212<DOID_0050593<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $hydrophthalmos$privateGeneCount #> [1] 0 #> #> $hydrophthalmos$publicGeneCount #> [1] 1 #> #> $hydrophthalmos$urlId #> [1] "DOID_11212" #> #> $hydrophthalmos$dbPhenotype #> [1] TRUE #> #> $hydrophthalmos$`_parent` #> [1] "DOID_0050593<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $hydrophthalmos$`_is_leaf` #> [1] FALSE #> #> $hydrophthalmos$children #> $hydrophthalmos$children[[1]] #> [1] "DOID_11211<DOID_11212<DOID_0050593<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $hydrophthalmos$value #> [1] "hydrophthalmos" #> #> #> $`Hydrops fetalis` #> $`Hydrops fetalis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001789" #> #> $`Hydrops fetalis`$`_id` #> [1] "HP_0001789<HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Hydrops fetalis`$privateGeneCount #> [1] 0 #> #> $`Hydrops fetalis`$publicGeneCount #> [1] 2 #> #> $`Hydrops fetalis`$urlId #> [1] "HP_0001789" #> #> $`Hydrops fetalis`$dbPhenotype #> [1] TRUE #> #> $`Hydrops fetalis`$`_parent` #> [1] "HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Hydrops fetalis`$`_is_leaf` #> [1] TRUE #> #> $`Hydrops fetalis`$children #> list() #> #> $`Hydrops fetalis`$value #> [1] "Hydrops fetalis" #> #> #> $`hyper IgE recurrent infection syndrome 1` #> $`hyper IgE recurrent infection syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3261" #> #> $`hyper IgE recurrent infection syndrome 1`$`_id` #> [1] "DOID_3261<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hyper IgE recurrent infection syndrome 1`$privateGeneCount #> [1] 0 #> #> $`hyper IgE recurrent infection syndrome 1`$publicGeneCount #> [1] 2 #> #> $`hyper IgE recurrent infection syndrome 1`$urlId #> [1] "DOID_3261" #> #> $`hyper IgE recurrent infection syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`hyper IgE recurrent infection syndrome 1`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hyper IgE recurrent infection syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`hyper IgE recurrent infection syndrome 1`$children #> list() #> #> $`hyper IgE recurrent infection syndrome 1`$value #> [1] "hyper IgE recurrent infection syndrome 1" #> #> #> $`hyper IgE recurrent infection syndrome 1` #> $`hyper IgE recurrent infection syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3261" #> #> $`hyper IgE recurrent infection syndrome 1`$`_id` #> [1] "DOID_3261<DOID_0080545<DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`hyper IgE recurrent infection syndrome 1`$privateGeneCount #> [1] 0 #> #> $`hyper IgE recurrent infection syndrome 1`$publicGeneCount #> [1] 2 #> #> $`hyper IgE recurrent infection syndrome 1`$urlId #> [1] "DOID_3261" #> #> $`hyper IgE recurrent infection syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`hyper IgE recurrent infection syndrome 1`$`_parent` #> [1] "DOID_0080545<DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`hyper IgE recurrent infection syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`hyper IgE recurrent infection syndrome 1`$children #> list() #> #> $`hyper IgE recurrent infection syndrome 1`$value #> [1] "hyper IgE recurrent infection syndrome 1" #> #> #> $`hyper IgE syndrome` #> $`hyper IgE syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080545" #> #> $`hyper IgE syndrome`$`_id` #> [1] "DOID_0080545<DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`hyper IgE syndrome`$privateGeneCount #> [1] 0 #> #> $`hyper IgE syndrome`$publicGeneCount #> [1] 2 #> #> $`hyper IgE syndrome`$urlId #> [1] "DOID_0080545" #> #> $`hyper IgE syndrome`$dbPhenotype #> [1] FALSE #> #> $`hyper IgE syndrome`$`_parent` #> [1] "DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`hyper IgE syndrome`$`_is_leaf` #> [1] FALSE #> #> $`hyper IgE syndrome`$children #> $`hyper IgE syndrome`$children[[1]] #> [1] "DOID_3261<DOID_0080545<DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`hyper IgE syndrome`$value #> [1] "hyper IgE syndrome" #> #> #> $`hyper IgM syndrome` #> $`hyper IgM syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080544" #> #> $`hyper IgM syndrome`$`_id` #> [1] "DOID_0080544<DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`hyper IgM syndrome`$privateGeneCount #> [1] 0 #> #> $`hyper IgM syndrome`$publicGeneCount #> [1] 2 #> #> $`hyper IgM syndrome`$urlId #> [1] "DOID_0080544" #> #> $`hyper IgM syndrome`$dbPhenotype #> [1] FALSE #> #> $`hyper IgM syndrome`$`_parent` #> [1] "DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`hyper IgM syndrome`$`_is_leaf` #> [1] FALSE #> #> $`hyper IgM syndrome`$children #> $`hyper IgM syndrome`$children[[1]] #> [1] "DOID_6620<DOID_0080544<DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`hyper IgM syndrome`$value #> [1] "hyper IgM syndrome" #> #> #> $Hyperammonemia #> $Hyperammonemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001987" #> #> $Hyperammonemia$`_id` #> [1] "HP_0001987<HP_0002157<HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperammonemia$privateGeneCount #> [1] 0 #> #> $Hyperammonemia$publicGeneCount #> [1] 6 #> #> $Hyperammonemia$urlId #> [1] "HP_0001987" #> #> $Hyperammonemia$dbPhenotype #> [1] TRUE #> #> $Hyperammonemia$`_parent` #> [1] "HP_0002157<HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperammonemia$`_is_leaf` #> [1] TRUE #> #> $Hyperammonemia$children #> list() #> #> $Hyperammonemia$value #> [1] "Hyperammonemia" #> #> #> $hyperandrogenism #> $hyperandrogenism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11613" #> #> $hyperandrogenism$`_id` #> [1] "DOID_11613<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $hyperandrogenism$privateGeneCount #> [1] 0 #> #> $hyperandrogenism$publicGeneCount #> [1] 2 #> #> $hyperandrogenism$urlId #> [1] "DOID_11613" #> #> $hyperandrogenism$dbPhenotype #> [1] TRUE #> #> $hyperandrogenism$`_parent` #> [1] "DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $hyperandrogenism$`_is_leaf` #> [1] TRUE #> #> $hyperandrogenism$children #> list() #> #> $hyperandrogenism$value #> [1] "hyperandrogenism" #> #> #> $hyperargininemia #> $hyperargininemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9278" #> #> $hyperargininemia$`_id` #> [1] "DOID_9278<DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $hyperargininemia$privateGeneCount #> [1] 0 #> #> $hyperargininemia$publicGeneCount #> [1] 1 #> #> $hyperargininemia$urlId #> [1] "DOID_9278" #> #> $hyperargininemia$dbPhenotype #> [1] TRUE #> #> $hyperargininemia$`_parent` #> [1] "DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $hyperargininemia$`_is_leaf` #> [1] TRUE #> #> $hyperargininemia$children #> list() #> #> $hyperargininemia$value #> [1] "hyperargininemia" #> #> #> $hypercalcemia #> $hypercalcemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12678" #> #> $hypercalcemia$`_id` #> [1] "DOID_12678<DOID_10575<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $hypercalcemia$privateGeneCount #> [1] 0 #> #> $hypercalcemia$publicGeneCount #> [1] 15 #> #> $hypercalcemia$urlId #> [1] "DOID_12678" #> #> $hypercalcemia$dbPhenotype #> [1] TRUE #> #> $hypercalcemia$`_parent` #> [1] "DOID_10575<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $hypercalcemia$`_is_leaf` #> [1] TRUE #> #> $hypercalcemia$children #> list() #> #> $hypercalcemia$value #> [1] "hypercalcemia" #> #> #> $Hypercalcemia #> $Hypercalcemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003072" #> #> $Hypercalcemia$`_id` #> [1] "HP_0003072<HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypercalcemia$privateGeneCount #> [1] 0 #> #> $Hypercalcemia$publicGeneCount #> [1] 1 #> #> $Hypercalcemia$urlId #> [1] "HP_0003072" #> #> $Hypercalcemia$dbPhenotype #> [1] FALSE #> #> $Hypercalcemia$`_parent` #> [1] "HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypercalcemia$`_is_leaf` #> [1] FALSE #> #> $Hypercalcemia$children #> $Hypercalcemia$children[[1]] #> [1] "HP_0008250<HP_0003072<HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $Hypercalcemia$value #> [1] "Hypercalcemia" #> #> #> $Hypercalciuria #> $Hypercalciuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002150" #> #> $Hypercalciuria$`_id` #> [1] "HP_0002150<HP_0011280<HP_0012591<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Hypercalciuria$privateGeneCount #> [1] 0 #> #> $Hypercalciuria$publicGeneCount #> [1] 5 #> #> $Hypercalciuria$urlId #> [1] "HP_0002150" #> #> $Hypercalciuria$dbPhenotype #> [1] TRUE #> #> $Hypercalciuria$`_parent` #> [1] "HP_0011280<HP_0012591<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Hypercalciuria$`_is_leaf` #> [1] TRUE #> #> $Hypercalciuria$children #> list() #> #> $Hypercalciuria$value #> [1] "Hypercalciuria" #> #> #> $Hypercapnia #> $Hypercapnia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012416" #> #> $Hypercapnia$`_id` #> [1] "HP_0012416<HP_0500164<HP_0012415<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Hypercapnia$privateGeneCount #> [1] 0 #> #> $Hypercapnia$publicGeneCount #> [1] 3 #> #> $Hypercapnia$urlId #> [1] "HP_0012416" #> #> $Hypercapnia$dbPhenotype #> [1] TRUE #> #> $Hypercapnia$`_parent` #> [1] "HP_0500164<HP_0012415<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Hypercapnia$`_is_leaf` #> [1] TRUE #> #> $Hypercapnia$children #> list() #> #> $Hypercapnia$value #> [1] "Hypercapnia" #> #> #> $Hypercholesterolemia #> $Hypercholesterolemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003124" #> #> $Hypercholesterolemia$`_id` #> [1] "HP_0003124<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypercholesterolemia$privateGeneCount #> [1] 0 #> #> $Hypercholesterolemia$publicGeneCount #> [1] 44 #> #> $Hypercholesterolemia$urlId #> [1] "HP_0003124" #> #> $Hypercholesterolemia$dbPhenotype #> [1] TRUE #> #> $Hypercholesterolemia$`_parent` #> [1] "HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypercholesterolemia$`_is_leaf` #> [1] TRUE #> #> $Hypercholesterolemia$children #> list() #> #> $Hypercholesterolemia$value #> [1] "Hypercholesterolemia" #> #> #> $`hypereosinophilic syndrome` #> $`hypereosinophilic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_999" #> #> $`hypereosinophilic syndrome`$`_id` #> [1] "DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`hypereosinophilic syndrome`$privateGeneCount #> [1] 0 #> #> $`hypereosinophilic syndrome`$publicGeneCount #> [1] 19 #> #> $`hypereosinophilic syndrome`$urlId #> [1] "DOID_999" #> #> $`hypereosinophilic syndrome`$dbPhenotype #> [1] TRUE #> #> $`hypereosinophilic syndrome`$`_parent` #> [1] "DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`hypereosinophilic syndrome`$`_is_leaf` #> [1] FALSE #> #> $`hypereosinophilic syndrome`$children #> $`hypereosinophilic syndrome`$children[[1]] #> [1] "DOID_998<DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`hypereosinophilic syndrome`$children[[2]] #> [1] "DOID_9498<DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> #> $`hypereosinophilic syndrome`$value #> [1] "hypereosinophilic syndrome" #> #> #> $hyperglycemia #> $hyperglycemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4195" #> #> $hyperglycemia$`_id` #> [1] "DOID_4195<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $hyperglycemia$privateGeneCount #> [1] 0 #> #> $hyperglycemia$publicGeneCount #> [1] 54 #> #> $hyperglycemia$urlId #> [1] "DOID_4195" #> #> $hyperglycemia$dbPhenotype #> [1] TRUE #> #> $hyperglycemia$`_parent` #> [1] "DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $hyperglycemia$`_is_leaf` #> [1] FALSE #> #> $hyperglycemia$children #> $hyperglycemia$children[[1]] #> [1] "DOID_10603<DOID_4195<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $hyperglycemia$value #> [1] "hyperglycemia" #> #> #> $Hyperglycinuria #> $Hyperglycinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003108" #> #> $Hyperglycinuria$`_id` #> [1] "HP_0003108<HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Hyperglycinuria$privateGeneCount #> [1] 0 #> #> $Hyperglycinuria$publicGeneCount #> [1] 3 #> #> $Hyperglycinuria$urlId #> [1] "HP_0003108" #> #> $Hyperglycinuria$dbPhenotype #> [1] TRUE #> #> $Hyperglycinuria$`_parent` #> [1] "HP_0003355<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Hyperglycinuria$`_is_leaf` #> [1] TRUE #> #> $Hyperglycinuria$children #> list() #> #> $Hyperglycinuria$value #> [1] "Hyperglycinuria" #> #> #> $Hyperhidrosis #> $Hyperhidrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000975" #> #> $Hyperhidrosis$`_id` #> [1] "HP_0000975<HP_0007550<HP_0025276<HP_0001574<HP_0000118<HP_0000001" #> #> $Hyperhidrosis$privateGeneCount #> [1] 0 #> #> $Hyperhidrosis$publicGeneCount #> [1] 1 #> #> $Hyperhidrosis$urlId #> [1] "HP_0000975" #> #> $Hyperhidrosis$dbPhenotype #> [1] TRUE #> #> $Hyperhidrosis$`_parent` #> [1] "HP_0007550<HP_0025276<HP_0001574<HP_0000118<HP_0000001" #> #> $Hyperhidrosis$`_is_leaf` #> [1] TRUE #> #> $Hyperhidrosis$children #> list() #> #> $Hyperhidrosis$value #> [1] "Hyperhidrosis" #> #> #> $hyperhomocysteinemia #> $hyperhomocysteinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9279" #> #> $hyperhomocysteinemia$`_id` #> [1] "DOID_9279<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $hyperhomocysteinemia$privateGeneCount #> [1] 0 #> #> $hyperhomocysteinemia$publicGeneCount #> [1] 14 #> #> $hyperhomocysteinemia$urlId #> [1] "DOID_9279" #> #> $hyperhomocysteinemia$dbPhenotype #> [1] TRUE #> #> $hyperhomocysteinemia$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $hyperhomocysteinemia$`_is_leaf` #> [1] TRUE #> #> $hyperhomocysteinemia$children #> list() #> #> $hyperhomocysteinemia$value #> [1] "hyperhomocysteinemia" #> #> #> $`hyperimmunoglobulin syndrome` #> $`hyperimmunoglobulin syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2959" #> #> $`hyperimmunoglobulin syndrome`$`_id` #> [1] "DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`hyperimmunoglobulin syndrome`$privateGeneCount #> [1] 0 #> #> $`hyperimmunoglobulin syndrome`$publicGeneCount #> [1] 4 #> #> $`hyperimmunoglobulin syndrome`$urlId #> [1] "DOID_2959" #> #> $`hyperimmunoglobulin syndrome`$dbPhenotype #> [1] FALSE #> #> $`hyperimmunoglobulin syndrome`$`_parent` #> [1] "DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`hyperimmunoglobulin syndrome`$`_is_leaf` #> [1] FALSE #> #> $`hyperimmunoglobulin syndrome`$children #> $`hyperimmunoglobulin syndrome`$children[[1]] #> [1] "DOID_0080545<DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`hyperimmunoglobulin syndrome`$children[[2]] #> [1] "DOID_0080544<DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`hyperimmunoglobulin syndrome`$value #> [1] "hyperimmunoglobulin syndrome" #> #> #> $`hyperinsulinemic hypoglycemia` #> $`hyperinsulinemic hypoglycemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13317" #> #> $`hyperinsulinemic hypoglycemia`$`_id` #> [1] "DOID_13317<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`hyperinsulinemic hypoglycemia`$privateGeneCount #> [1] 0 #> #> $`hyperinsulinemic hypoglycemia`$publicGeneCount #> [1] 8 #> #> $`hyperinsulinemic hypoglycemia`$urlId #> [1] "DOID_13317" #> #> $`hyperinsulinemic hypoglycemia`$dbPhenotype #> [1] TRUE #> #> $`hyperinsulinemic hypoglycemia`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`hyperinsulinemic hypoglycemia`$`_is_leaf` #> [1] TRUE #> #> $`hyperinsulinemic hypoglycemia`$children #> list() #> #> $`hyperinsulinemic hypoglycemia`$value #> [1] "hyperinsulinemic hypoglycemia" #> #> #> $hyperinsulinism #> $hyperinsulinism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2018" #> #> $hyperinsulinism$`_id` #> [1] "DOID_2018<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $hyperinsulinism$privateGeneCount #> [1] 0 #> #> $hyperinsulinism$publicGeneCount #> [1] 29 #> #> $hyperinsulinism$urlId #> [1] "DOID_2018" #> #> $hyperinsulinism$dbPhenotype #> [1] TRUE #> #> $hyperinsulinism$`_parent` #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $hyperinsulinism$`_is_leaf` #> [1] TRUE #> #> $hyperinsulinism$children #> list() #> #> $hyperinsulinism$value #> [1] "hyperinsulinism" #> #> #> $hyperinsulinism #> $hyperinsulinism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2018" #> #> $hyperinsulinism$`_id` #> [1] "DOID_2018<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $hyperinsulinism$privateGeneCount #> [1] 0 #> #> $hyperinsulinism$publicGeneCount #> [1] 29 #> #> $hyperinsulinism$urlId #> [1] "DOID_2018" #> #> $hyperinsulinism$dbPhenotype #> [1] TRUE #> #> $hyperinsulinism$`_parent` #> [1] "DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $hyperinsulinism$`_is_leaf` #> [1] TRUE #> #> $hyperinsulinism$children #> list() #> #> $hyperinsulinism$value #> [1] "hyperinsulinism" #> #> #> $Hyperkalemia #> $Hyperkalemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002153" #> #> $Hyperkalemia$`_id` #> [1] "HP_0002153<HP_0011042<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperkalemia$privateGeneCount #> [1] 0 #> #> $Hyperkalemia$publicGeneCount #> [1] 1 #> #> $Hyperkalemia$urlId #> [1] "HP_0002153" #> #> $Hyperkalemia$dbPhenotype #> [1] TRUE #> #> $Hyperkalemia$`_parent` #> [1] "HP_0011042<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperkalemia$`_is_leaf` #> [1] TRUE #> #> $Hyperkalemia$children #> list() #> #> $Hyperkalemia$value #> [1] "Hyperkalemia" #> #> #> $`hyperkalemic periodic paralysis` #> $`hyperkalemic periodic paralysis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14451" #> #> $`hyperkalemic periodic paralysis`$`_id` #> [1] "DOID_14451<DOID_1029<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`hyperkalemic periodic paralysis`$privateGeneCount #> [1] 0 #> #> $`hyperkalemic periodic paralysis`$publicGeneCount #> [1] 1 #> #> $`hyperkalemic periodic paralysis`$urlId #> [1] "DOID_14451" #> #> $`hyperkalemic periodic paralysis`$dbPhenotype #> [1] TRUE #> #> $`hyperkalemic periodic paralysis`$`_parent` #> [1] "DOID_1029<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`hyperkalemic periodic paralysis`$`_is_leaf` #> [1] TRUE #> #> $`hyperkalemic periodic paralysis`$children #> list() #> #> $`hyperkalemic periodic paralysis`$value #> [1] "hyperkalemic periodic paralysis" #> #> #> $Hyperlipidemia #> $Hyperlipidemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003077" #> #> $Hyperlipidemia$`_id` #> [1] "HP_0003077<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperlipidemia$privateGeneCount #> [1] 0 #> #> $Hyperlipidemia$publicGeneCount #> [1] 34 #> #> $Hyperlipidemia$urlId #> [1] "HP_0003077" #> #> $Hyperlipidemia$dbPhenotype #> [1] FALSE #> #> $Hyperlipidemia$`_parent` #> [1] "HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperlipidemia$`_is_leaf` #> [1] FALSE #> #> $Hyperlipidemia$children #> $Hyperlipidemia$children[[1]] #> [1] "HP_0002155<HP_0003077<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $Hyperlipidemia$value #> [1] "Hyperlipidemia" #> #> #> $Hyperlipoproteinemia #> $Hyperlipoproteinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010980" #> #> $Hyperlipoproteinemia$`_id` #> [1] "HP_0010980<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperlipoproteinemia$privateGeneCount #> [1] 0 #> #> $Hyperlipoproteinemia$publicGeneCount #> [1] 4 #> #> $Hyperlipoproteinemia$urlId #> [1] "HP_0010980" #> #> $Hyperlipoproteinemia$dbPhenotype #> [1] TRUE #> #> $Hyperlipoproteinemia$`_parent` #> [1] "HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperlipoproteinemia$`_is_leaf` #> [1] FALSE #> #> $Hyperlipoproteinemia$children #> $Hyperlipoproteinemia$children[[1]] #> [1] "HP_0012184<HP_0010980<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $Hyperlipoproteinemia$value #> [1] "Hyperlipoproteinemia" #> #> #> $`hyperlipoproteinemia type III` #> $`hyperlipoproteinemia type III`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3145" #> #> $`hyperlipoproteinemia type III`$`_id` #> [1] "DOID_3145<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`hyperlipoproteinemia type III`$privateGeneCount #> [1] 0 #> #> $`hyperlipoproteinemia type III`$publicGeneCount #> [1] 3 #> #> $`hyperlipoproteinemia type III`$urlId #> [1] "DOID_3145" #> #> $`hyperlipoproteinemia type III`$dbPhenotype #> [1] TRUE #> #> $`hyperlipoproteinemia type III`$`_parent` #> [1] "DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`hyperlipoproteinemia type III`$`_is_leaf` #> [1] TRUE #> #> $`hyperlipoproteinemia type III`$children #> list() #> #> $`hyperlipoproteinemia type III`$value #> [1] "hyperlipoproteinemia type III" #> #> #> $`hyperlipoproteinemia type V` #> $`hyperlipoproteinemia type V`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1171" #> #> $`hyperlipoproteinemia type V`$`_id` #> [1] "DOID_1171<DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`hyperlipoproteinemia type V`$privateGeneCount #> [1] 0 #> #> $`hyperlipoproteinemia type V`$publicGeneCount #> [1] 1 #> #> $`hyperlipoproteinemia type V`$urlId #> [1] "DOID_1171" #> #> $`hyperlipoproteinemia type V`$dbPhenotype #> [1] TRUE #> #> $`hyperlipoproteinemia type V`$`_parent` #> [1] "DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`hyperlipoproteinemia type V`$`_is_leaf` #> [1] TRUE #> #> $`hyperlipoproteinemia type V`$children #> list() #> #> $`hyperlipoproteinemia type V`$value #> [1] "hyperlipoproteinemia type V" #> #> #> $hyperlysinemia #> $hyperlysinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9274" #> #> $hyperlysinemia$`_id` #> [1] "DOID_9274<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $hyperlysinemia$privateGeneCount #> [1] 0 #> #> $hyperlysinemia$publicGeneCount #> [1] 1 #> #> $hyperlysinemia$urlId #> [1] "DOID_9274" #> #> $hyperlysinemia$dbPhenotype #> [1] TRUE #> #> $hyperlysinemia$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $hyperlysinemia$`_is_leaf` #> [1] TRUE #> #> $hyperlysinemia$children #> list() #> #> $hyperlysinemia$value #> [1] "hyperlysinemia" #> #> #> $hypermethioninemia #> $hypermethioninemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050544" #> #> $hypermethioninemia$`_id` #> [1] "DOID_0050544<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $hypermethioninemia$privateGeneCount #> [1] 0 #> #> $hypermethioninemia$publicGeneCount #> [1] 3 #> #> $hypermethioninemia$urlId #> [1] "DOID_0050544" #> #> $hypermethioninemia$dbPhenotype #> [1] TRUE #> #> $hypermethioninemia$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $hypermethioninemia$`_is_leaf` #> [1] TRUE #> #> $hypermethioninemia$children #> list() #> #> $hypermethioninemia$value #> [1] "hypermethioninemia" #> #> #> $Hypernatremia #> $Hypernatremia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003228" #> #> $Hypernatremia$`_id` #> [1] "HP_0003228<HP_0010931<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypernatremia$privateGeneCount #> [1] 0 #> #> $Hypernatremia$publicGeneCount #> [1] 1 #> #> $Hypernatremia$urlId #> [1] "HP_0003228" #> #> $Hypernatremia$dbPhenotype #> [1] TRUE #> #> $Hypernatremia$`_parent` #> [1] "HP_0010931<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypernatremia$`_is_leaf` #> [1] TRUE #> #> $Hypernatremia$children #> list() #> #> $Hypernatremia$value #> [1] "Hypernatremia" #> #> #> $hyperopia #> $hyperopia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9834" #> #> $hyperopia$`_id` #> [1] "DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $hyperopia$privateGeneCount #> [1] 0 #> #> $hyperopia$publicGeneCount #> [1] 10 #> #> $hyperopia$urlId #> [1] "DOID_9834" #> #> $hyperopia$dbPhenotype #> [1] FALSE #> #> $hyperopia$`_parent` #> [1] "DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $hyperopia$`_is_leaf` #> [1] FALSE #> #> $hyperopia$children #> $hyperopia$children[[1]] #> [1] "DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $hyperopia$value #> [1] "hyperopia" #> #> #> $hyperostosis #> $hyperostosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_205" #> #> $hyperostosis$`_id` #> [1] "DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $hyperostosis$privateGeneCount #> [1] 0 #> #> $hyperostosis$publicGeneCount #> [1] 23 #> #> $hyperostosis$urlId #> [1] "DOID_205" #> #> $hyperostosis$dbPhenotype #> [1] TRUE #> #> $hyperostosis$`_parent` #> [1] "DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $hyperostosis$`_is_leaf` #> [1] FALSE #> #> $hyperostosis$children #> $hyperostosis$children[[1]] #> [1] "DOID_203<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $hyperostosis$children[[2]] #> [1] "DOID_5408<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $hyperostosis$children[[3]] #> [1] "DOID_0060251<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $hyperostosis$children[[4]] #> [1] "DOID_0080036<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $hyperostosis$value #> [1] "hyperostosis" #> #> #> $hyperparathyroidism #> $hyperparathyroidism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13543" #> #> $hyperparathyroidism$`_id` #> [1] "DOID_13543<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $hyperparathyroidism$privateGeneCount #> [1] 0 #> #> $hyperparathyroidism$publicGeneCount #> [1] 14 #> #> $hyperparathyroidism$urlId #> [1] "DOID_13543" #> #> $hyperparathyroidism$dbPhenotype #> [1] TRUE #> #> $hyperparathyroidism$`_parent` #> [1] "DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $hyperparathyroidism$`_is_leaf` #> [1] FALSE #> #> $hyperparathyroidism$children #> $hyperparathyroidism$children[[1]] #> [1] "DOID_11202<DOID_13543<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $hyperparathyroidism$children[[2]] #> [1] "DOID_12466<DOID_13543<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> #> $hyperparathyroidism$value #> [1] "hyperparathyroidism" #> #> #> $Hyperphenylalaninemia #> $Hyperphenylalaninemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004923" #> #> $Hyperphenylalaninemia$`_id` #> [1] "HP_0004923<HP_0010893<HP_0004338<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperphenylalaninemia$privateGeneCount #> [1] 0 #> #> $Hyperphenylalaninemia$publicGeneCount #> [1] 4 #> #> $Hyperphenylalaninemia$urlId #> [1] "HP_0004923" #> #> $Hyperphenylalaninemia$dbPhenotype #> [1] TRUE #> #> $Hyperphenylalaninemia$`_parent` #> [1] "HP_0010893<HP_0004338<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperphenylalaninemia$`_is_leaf` #> [1] TRUE #> #> $Hyperphenylalaninemia$children #> list() #> #> $Hyperphenylalaninemia$value #> [1] "Hyperphenylalaninemia" #> #> #> $hyperphosphatemia #> $hyperphosphatemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050459" #> #> $hyperphosphatemia$`_id` #> [1] "DOID_0050459<DOID_2485<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $hyperphosphatemia$privateGeneCount #> [1] 0 #> #> $hyperphosphatemia$publicGeneCount #> [1] 4 #> #> $hyperphosphatemia$urlId #> [1] "DOID_0050459" #> #> $hyperphosphatemia$dbPhenotype #> [1] TRUE #> #> $hyperphosphatemia$`_parent` #> [1] "DOID_2485<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $hyperphosphatemia$`_is_leaf` #> [1] TRUE #> #> $hyperphosphatemia$children #> list() #> #> $hyperphosphatemia$value #> [1] "hyperphosphatemia" #> #> #> $`Hyperpigmentation of the skin` #> $`Hyperpigmentation of the skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000953" #> #> $`Hyperpigmentation of the skin`$`_id` #> [1] "HP_0000953<HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Hyperpigmentation of the skin`$privateGeneCount #> [1] 0 #> #> $`Hyperpigmentation of the skin`$publicGeneCount #> [1] 1 #> #> $`Hyperpigmentation of the skin`$urlId #> [1] "HP_0000953" #> #> $`Hyperpigmentation of the skin`$dbPhenotype #> [1] FALSE #> #> $`Hyperpigmentation of the skin`$`_parent` #> [1] "HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Hyperpigmentation of the skin`$`_is_leaf` #> [1] FALSE #> #> $`Hyperpigmentation of the skin`$children #> $`Hyperpigmentation of the skin`$children[[1]] #> [1] "HP_0007505<HP_0000953<HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Hyperpigmentation of the skin`$value #> [1] "Hyperpigmentation of the skin" #> #> #> $hyperpituitarism #> $hyperpituitarism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2444" #> #> $hyperpituitarism$`_id` #> [1] "DOID_2444<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $hyperpituitarism$privateGeneCount #> [1] 0 #> #> $hyperpituitarism$publicGeneCount #> [1] 6 #> #> $hyperpituitarism$urlId #> [1] "DOID_2444" #> #> $hyperpituitarism$dbPhenotype #> [1] FALSE #> #> $hyperpituitarism$`_parent` #> [1] "DOID_53<DOID_28<DOID_7<DOID_4" #> #> $hyperpituitarism$`_is_leaf` #> [1] FALSE #> #> $hyperpituitarism$children #> $hyperpituitarism$children[[1]] #> [1] "DOID_2449<DOID_2444<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $hyperpituitarism$children[[2]] #> [1] "DOID_3946<DOID_2444<DOID_53<DOID_28<DOID_7<DOID_4" #> #> #> $hyperpituitarism$value #> [1] "hyperpituitarism" #> #> #> $hyperprolactinemia #> $hyperprolactinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12700" #> #> $hyperprolactinemia$`_id` #> [1] "DOID_12700<DOID_0060158<DOID_0014667<DOID_4" #> #> $hyperprolactinemia$privateGeneCount #> [1] 0 #> #> $hyperprolactinemia$publicGeneCount #> [1] 7 #> #> $hyperprolactinemia$urlId #> [1] "DOID_12700" #> #> $hyperprolactinemia$dbPhenotype #> [1] TRUE #> #> $hyperprolactinemia$`_parent` #> [1] "DOID_0060158<DOID_0014667<DOID_4" #> #> $hyperprolactinemia$`_is_leaf` #> [1] TRUE #> #> $hyperprolactinemia$children #> list() #> #> $hyperprolactinemia$value #> [1] "hyperprolactinemia" #> #> #> $Hyperprolinemia #> $Hyperprolinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008358" #> #> $Hyperprolinemia$`_id` #> [1] "HP_0008358<HP_0010907<HP_0010902<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperprolinemia$privateGeneCount #> [1] 0 #> #> $Hyperprolinemia$publicGeneCount #> [1] 2 #> #> $Hyperprolinemia$urlId #> [1] "HP_0008358" #> #> $Hyperprolinemia$dbPhenotype #> [1] TRUE #> #> $Hyperprolinemia$`_parent` #> [1] "HP_0010907<HP_0010902<HP_0003112<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyperprolinemia$`_is_leaf` #> [1] TRUE #> #> $Hyperprolinemia$children #> list() #> #> $Hyperprolinemia$value #> [1] "Hyperprolinemia" #> #> #> $Hyperreflexia #> $Hyperreflexia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001347" #> #> $Hyperreflexia$`_id` #> [1] "HP_0001347<HP_0031826<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Hyperreflexia$privateGeneCount #> [1] 0 #> #> $Hyperreflexia$publicGeneCount #> [1] 1 #> #> $Hyperreflexia$urlId #> [1] "HP_0001347" #> #> $Hyperreflexia$dbPhenotype #> [1] TRUE #> #> $Hyperreflexia$`_parent` #> [1] "HP_0031826<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Hyperreflexia$`_is_leaf` #> [1] TRUE #> #> $Hyperreflexia$children #> list() #> #> $Hyperreflexia$value #> [1] "Hyperreflexia" #> #> #> $`hypersensitivity reaction disease` #> $`hypersensitivity reaction disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060056" #> #> $`hypersensitivity reaction disease`$`_id` #> [1] "DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction disease`$privateGeneCount #> [1] 0 #> #> $`hypersensitivity reaction disease`$publicGeneCount #> [1] 638 #> #> $`hypersensitivity reaction disease`$urlId #> [1] "DOID_0060056" #> #> $`hypersensitivity reaction disease`$dbPhenotype #> [1] TRUE #> #> $`hypersensitivity reaction disease`$`_parent` #> [1] "DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction disease`$`_is_leaf` #> [1] FALSE #> #> $`hypersensitivity reaction disease`$children #> $`hypersensitivity reaction disease`$children[[1]] #> [1] "DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction disease`$children[[2]] #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction disease`$children[[3]] #> [1] "DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction disease`$children[[4]] #> [1] "DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`hypersensitivity reaction disease`$value #> [1] "hypersensitivity reaction disease" #> #> #> $`hypersensitivity reaction type III disease` #> $`hypersensitivity reaction type III disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1557" #> #> $`hypersensitivity reaction type III disease`$`_id` #> [1] "DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction type III disease`$privateGeneCount #> [1] 0 #> #> $`hypersensitivity reaction type III disease`$publicGeneCount #> [1] 8 #> #> $`hypersensitivity reaction type III disease`$urlId #> [1] "DOID_1557" #> #> $`hypersensitivity reaction type III disease`$dbPhenotype #> [1] TRUE #> #> $`hypersensitivity reaction type III disease`$`_parent` #> [1] "DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction type III disease`$`_is_leaf` #> [1] FALSE #> #> $`hypersensitivity reaction type III disease`$children #> $`hypersensitivity reaction type III disease`$children[[1]] #> [1] "DOID_1556<DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction type III disease`$children[[2]] #> [1] "DOID_9809<DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`hypersensitivity reaction type III disease`$value #> [1] "hypersensitivity reaction type III disease" #> #> #> $`hypersensitivity reaction type IV disease` #> $`hypersensitivity reaction type IV disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2916" #> #> $`hypersensitivity reaction type IV disease`$`_id` #> [1] "DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction type IV disease`$privateGeneCount #> [1] 0 #> #> $`hypersensitivity reaction type IV disease`$publicGeneCount #> [1] 67 #> #> $`hypersensitivity reaction type IV disease`$urlId #> [1] "DOID_2916" #> #> $`hypersensitivity reaction type IV disease`$dbPhenotype #> [1] FALSE #> #> $`hypersensitivity reaction type IV disease`$`_parent` #> [1] "DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction type IV disease`$`_is_leaf` #> [1] FALSE #> #> $`hypersensitivity reaction type IV disease`$children #> $`hypersensitivity reaction type IV disease`$children[[1]] #> [1] "DOID_6688<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction type IV disease`$children[[2]] #> [1] "DOID_11335<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity reaction type IV disease`$children[[3]] #> [1] "DOID_4371<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`hypersensitivity reaction type IV disease`$value #> [1] "hypersensitivity reaction type IV disease" #> #> #> $`hypersensitivity vasculitis` #> $`hypersensitivity vasculitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9809" #> #> $`hypersensitivity vasculitis`$`_id` #> [1] "DOID_9809<DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity vasculitis`$privateGeneCount #> [1] 0 #> #> $`hypersensitivity vasculitis`$publicGeneCount #> [1] 3 #> #> $`hypersensitivity vasculitis`$urlId #> [1] "DOID_9809" #> #> $`hypersensitivity vasculitis`$dbPhenotype #> [1] FALSE #> #> $`hypersensitivity vasculitis`$`_parent` #> [1] "DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`hypersensitivity vasculitis`$`_is_leaf` #> [1] FALSE #> #> $`hypersensitivity vasculitis`$children #> $`hypersensitivity vasculitis`$children[[1]] #> [1] "DOID_11123<DOID_9809<DOID_1557<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`hypersensitivity vasculitis`$value #> [1] "hypersensitivity vasculitis" #> #> #> $Hypersomnia #> $Hypersomnia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100786" #> #> $Hypersomnia$`_id` #> [1] "HP_0100786<HP_0002360<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Hypersomnia$privateGeneCount #> [1] 0 #> #> $Hypersomnia$publicGeneCount #> [1] 1 #> #> $Hypersomnia$urlId #> [1] "HP_0100786" #> #> $Hypersomnia$dbPhenotype #> [1] TRUE #> #> $Hypersomnia$`_parent` #> [1] "HP_0002360<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Hypersomnia$`_is_leaf` #> [1] TRUE #> #> $Hypersomnia$children #> list() #> #> $Hypersomnia$value #> [1] "Hypersomnia" #> #> #> $hypersplenism #> $hypersplenism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6376" #> #> $hypersplenism$`_id` #> [1] "DOID_6376<DOID_2529<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $hypersplenism$privateGeneCount #> [1] 0 #> #> $hypersplenism$publicGeneCount #> [1] 1 #> #> $hypersplenism$urlId #> [1] "DOID_6376" #> #> $hypersplenism$dbPhenotype #> [1] TRUE #> #> $hypersplenism$`_parent` #> [1] "DOID_2529<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $hypersplenism$`_is_leaf` #> [1] TRUE #> #> $hypersplenism$children #> list() #> #> $hypersplenism$value #> [1] "hypersplenism" #> #> #> $Hypertelorism #> $Hypertelorism$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000316" #> #> $Hypertelorism$`_id` #> [1] "HP_0000316<HP_0100886<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $Hypertelorism$privateGeneCount #> [1] 0 #> #> $Hypertelorism$publicGeneCount #> [1] 2 #> #> $Hypertelorism$urlId #> [1] "HP_0000316" #> #> $Hypertelorism$dbPhenotype #> [1] TRUE #> #> $Hypertelorism$`_parent` #> [1] "HP_0100886<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $Hypertelorism$`_is_leaf` #> [1] TRUE #> #> $Hypertelorism$children #> list() #> #> $Hypertelorism$value #> [1] "Hypertelorism" #> #> #> $hypertension #> $hypertension$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10763" #> #> $hypertension$`_id` #> [1] "DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hypertension$privateGeneCount #> [1] 0 #> #> $hypertension$publicGeneCount #> [1] 396 #> #> $hypertension$urlId #> [1] "DOID_10763" #> #> $hypertension$dbPhenotype #> [1] TRUE #> #> $hypertension$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hypertension$`_is_leaf` #> [1] FALSE #> #> $hypertension$children #> $hypertension$children[[1]] #> [1] "DOID_10825<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hypertension$children[[2]] #> [1] "DOID_10824<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hypertension$children[[3]] #> [1] "DOID_10591<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hypertension$children[[4]] #> [1] "DOID_6432<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $hypertension$children[[5]] #> [1] "DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $hypertension$value #> [1] "hypertension" #> #> #> $`hypertensive retinopathy` #> $`hypertensive retinopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11561" #> #> $`hypertensive retinopathy`$`_id` #> [1] "DOID_11561<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`hypertensive retinopathy`$privateGeneCount #> [1] 0 #> #> $`hypertensive retinopathy`$publicGeneCount #> [1] 1 #> #> $`hypertensive retinopathy`$urlId #> [1] "DOID_11561" #> #> $`hypertensive retinopathy`$dbPhenotype #> [1] TRUE #> #> $`hypertensive retinopathy`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`hypertensive retinopathy`$`_is_leaf` #> [1] TRUE #> #> $`hypertensive retinopathy`$children #> list() #> #> $`hypertensive retinopathy`$value #> [1] "hypertensive retinopathy" #> #> #> $hyperthyroidism #> $hyperthyroidism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7998" #> #> $hyperthyroidism$`_id` #> [1] "DOID_7998<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $hyperthyroidism$privateGeneCount #> [1] 0 #> #> $hyperthyroidism$publicGeneCount #> [1] 12 #> #> $hyperthyroidism$urlId #> [1] "DOID_7998" #> #> $hyperthyroidism$dbPhenotype #> [1] TRUE #> #> $hyperthyroidism$`_parent` #> [1] "DOID_50<DOID_28<DOID_7<DOID_4" #> #> $hyperthyroidism$`_is_leaf` #> [1] TRUE #> #> $hyperthyroidism$children #> list() #> #> $hyperthyroidism$value #> [1] "hyperthyroidism" #> #> #> $hyperthyroxinemia #> $hyperthyroxinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2855" #> #> $hyperthyroxinemia$`_id` #> [1] "DOID_2855<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $hyperthyroxinemia$privateGeneCount #> [1] 0 #> #> $hyperthyroxinemia$publicGeneCount #> [1] 3 #> #> $hyperthyroxinemia$urlId #> [1] "DOID_2855" #> #> $hyperthyroxinemia$dbPhenotype #> [1] TRUE #> #> $hyperthyroxinemia$`_parent` #> [1] "DOID_50<DOID_28<DOID_7<DOID_4" #> #> $hyperthyroxinemia$`_is_leaf` #> [1] TRUE #> #> $hyperthyroxinemia$children #> list() #> #> $hyperthyroxinemia$value #> [1] "hyperthyroxinemia" #> #> #> $Hypertonia #> $Hypertonia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001276" #> #> $Hypertonia$`_id` #> [1] "HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Hypertonia$privateGeneCount #> [1] 0 #> #> $Hypertonia$publicGeneCount #> [1] 12 #> #> $Hypertonia$urlId #> [1] "HP_0001276" #> #> $Hypertonia$dbPhenotype #> [1] TRUE #> #> $Hypertonia$`_parent` #> [1] "HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Hypertonia$`_is_leaf` #> [1] FALSE #> #> $Hypertonia$children #> $Hypertonia$children[[1]] #> [1] "HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Hypertonia$value #> [1] "Hypertonia" #> #> #> $Hypertonia #> $Hypertonia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001276" #> #> $Hypertonia$`_id` #> [1] "HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $Hypertonia$privateGeneCount #> [1] 0 #> #> $Hypertonia$publicGeneCount #> [1] 12 #> #> $Hypertonia$urlId #> [1] "HP_0001276" #> #> $Hypertonia$dbPhenotype #> [1] TRUE #> #> $Hypertonia$`_parent` #> [1] "HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $Hypertonia$`_is_leaf` #> [1] FALSE #> #> $Hypertonia$children #> $Hypertonia$children[[1]] #> [1] "HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> #> $Hypertonia$value #> [1] "Hypertonia" #> #> #> $hypertrichosis #> $hypertrichosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_420" #> #> $hypertrichosis$`_id` #> [1] "DOID_420<DOID_421<DOID_16<DOID_7<DOID_4" #> #> $hypertrichosis$privateGeneCount #> [1] 0 #> #> $hypertrichosis$publicGeneCount #> [1] 2 #> #> $hypertrichosis$urlId #> [1] "DOID_420" #> #> $hypertrichosis$dbPhenotype #> [1] TRUE #> #> $hypertrichosis$`_parent` #> [1] "DOID_421<DOID_16<DOID_7<DOID_4" #> #> $hypertrichosis$`_is_leaf` #> [1] TRUE #> #> $hypertrichosis$children #> list() #> #> $hypertrichosis$value #> [1] "hypertrichosis" #> #> #> $Hypertriglyceridemia #> $Hypertriglyceridemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002155" #> #> $Hypertriglyceridemia$`_id` #> [1] "HP_0002155<HP_0003077<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypertriglyceridemia$privateGeneCount #> [1] 0 #> #> $Hypertriglyceridemia$publicGeneCount #> [1] 34 #> #> $Hypertriglyceridemia$urlId #> [1] "HP_0002155" #> #> $Hypertriglyceridemia$dbPhenotype #> [1] TRUE #> #> $Hypertriglyceridemia$`_parent` #> [1] "HP_0003077<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypertriglyceridemia$`_is_leaf` #> [1] TRUE #> #> $Hypertriglyceridemia$children #> list() #> #> $Hypertriglyceridemia$value #> [1] "Hypertriglyceridemia" #> #> #> $`hypertrophic cardiomyopathy` #> $`hypertrophic cardiomyopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11984" #> #> $`hypertrophic cardiomyopathy`$`_id` #> [1] "DOID_11984<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`hypertrophic cardiomyopathy`$privateGeneCount #> [1] 0 #> #> $`hypertrophic cardiomyopathy`$publicGeneCount #> [1] 65 #> #> $`hypertrophic cardiomyopathy`$urlId #> [1] "DOID_11984" #> #> $`hypertrophic cardiomyopathy`$dbPhenotype #> [1] TRUE #> #> $`hypertrophic cardiomyopathy`$`_parent` #> [1] "DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`hypertrophic cardiomyopathy`$`_is_leaf` #> [1] TRUE #> #> $`hypertrophic cardiomyopathy`$children #> list() #> #> $`hypertrophic cardiomyopathy`$value #> [1] "hypertrophic cardiomyopathy" #> #> #> $`hypertrophic pyloric stenosis` #> $`hypertrophic pyloric stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12638" #> #> $`hypertrophic pyloric stenosis`$`_id` #> [1] "DOID_12638<DOID_12639<DOID_3122<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`hypertrophic pyloric stenosis`$privateGeneCount #> [1] 0 #> #> $`hypertrophic pyloric stenosis`$publicGeneCount #> [1] 1 #> #> $`hypertrophic pyloric stenosis`$urlId #> [1] "DOID_12638" #> #> $`hypertrophic pyloric stenosis`$dbPhenotype #> [1] TRUE #> #> $`hypertrophic pyloric stenosis`$`_parent` #> [1] "DOID_12639<DOID_3122<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`hypertrophic pyloric stenosis`$`_is_leaf` #> [1] TRUE #> #> $`hypertrophic pyloric stenosis`$children #> list() #> #> $`hypertrophic pyloric stenosis`$value #> [1] "hypertrophic pyloric stenosis" #> #> #> $hypertropia #> $hypertropia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9837" #> #> $hypertropia$`_id` #> [1] "DOID_9837<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $hypertropia$privateGeneCount #> [1] 0 #> #> $hypertropia$publicGeneCount #> [1] 4 #> #> $hypertropia$urlId #> [1] "DOID_9837" #> #> $hypertropia$dbPhenotype #> [1] TRUE #> #> $hypertropia$`_parent` #> [1] "DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $hypertropia$`_is_leaf` #> [1] TRUE #> #> $hypertropia$children #> list() #> #> $hypertropia$value #> [1] "hypertropia" #> #> #> $hypertropia #> $hypertropia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9837" #> #> $hypertropia$`_id` #> [1] "DOID_9837<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $hypertropia$privateGeneCount #> [1] 0 #> #> $hypertropia$publicGeneCount #> [1] 4 #> #> $hypertropia$urlId #> [1] "DOID_9837" #> #> $hypertropia$dbPhenotype #> [1] TRUE #> #> $hypertropia$`_parent` #> [1] "DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $hypertropia$`_is_leaf` #> [1] TRUE #> #> $hypertropia$children #> list() #> #> $hypertropia$value #> [1] "hypertropia" #> #> #> $hypertropia #> $hypertropia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9837" #> #> $hypertropia$`_id` #> [1] "DOID_9837<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $hypertropia$privateGeneCount #> [1] 0 #> #> $hypertropia$publicGeneCount #> [1] 4 #> #> $hypertropia$urlId #> [1] "DOID_9837" #> #> $hypertropia$dbPhenotype #> [1] TRUE #> #> $hypertropia$`_parent` #> [1] "DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $hypertropia$`_is_leaf` #> [1] TRUE #> #> $hypertropia$children #> list() #> #> $hypertropia$value #> [1] "hypertropia" #> #> #> $hyperuricemia #> $hyperuricemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1920" #> #> $hyperuricemia$`_id` #> [1] "DOID_1920<DOID_0060158<DOID_0014667<DOID_4" #> #> $hyperuricemia$privateGeneCount #> [1] 0 #> #> $hyperuricemia$publicGeneCount #> [1] 10 #> #> $hyperuricemia$urlId #> [1] "DOID_1920" #> #> $hyperuricemia$dbPhenotype #> [1] TRUE #> #> $hyperuricemia$`_parent` #> [1] "DOID_0060158<DOID_0014667<DOID_4" #> #> $hyperuricemia$`_is_leaf` #> [1] TRUE #> #> $hyperuricemia$children #> list() #> #> $hyperuricemia$value #> [1] "hyperuricemia" #> #> #> $Hyperventilation #> $Hyperventilation$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002883" #> #> $Hyperventilation$`_id` #> [1] "HP_0002883<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Hyperventilation$privateGeneCount #> [1] 0 #> #> $Hyperventilation$publicGeneCount #> [1] 2 #> #> $Hyperventilation$urlId #> [1] "HP_0002883" #> #> $Hyperventilation$dbPhenotype #> [1] TRUE #> #> $Hyperventilation$`_parent` #> [1] "HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Hyperventilation$`_is_leaf` #> [1] TRUE #> #> $Hyperventilation$children #> list() #> #> $Hyperventilation$value #> [1] "Hyperventilation" #> #> #> $`hypoactive sexual desire disorder` #> $`hypoactive sexual desire disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13868" #> #> $`hypoactive sexual desire disorder`$`_id` #> [1] "DOID_13868<DOID_10132<DOID_0060043<DOID_150<DOID_4" #> #> $`hypoactive sexual desire disorder`$privateGeneCount #> [1] 0 #> #> $`hypoactive sexual desire disorder`$publicGeneCount #> [1] 6 #> #> $`hypoactive sexual desire disorder`$urlId #> [1] "DOID_13868" #> #> $`hypoactive sexual desire disorder`$dbPhenotype #> [1] TRUE #> #> $`hypoactive sexual desire disorder`$`_parent` #> [1] "DOID_10132<DOID_0060043<DOID_150<DOID_4" #> #> $`hypoactive sexual desire disorder`$`_is_leaf` #> [1] TRUE #> #> $`hypoactive sexual desire disorder`$children #> list() #> #> $`hypoactive sexual desire disorder`$value #> [1] "hypoactive sexual desire disorder" #> #> #> $Hypoalbuminemia #> $Hypoalbuminemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003073" #> #> $Hypoalbuminemia$`_id` #> [1] "HP_0003073<HP_0012116<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypoalbuminemia$privateGeneCount #> [1] 0 #> #> $Hypoalbuminemia$publicGeneCount #> [1] 3 #> #> $Hypoalbuminemia$urlId #> [1] "HP_0003073" #> #> $Hypoalbuminemia$dbPhenotype #> [1] TRUE #> #> $Hypoalbuminemia$`_parent` #> [1] "HP_0012116<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypoalbuminemia$`_is_leaf` #> [1] TRUE #> #> $Hypoalbuminemia$children #> list() #> #> $Hypoalbuminemia$value #> [1] "Hypoalbuminemia" #> #> #> $hypobetalipoproteinemia #> $hypobetalipoproteinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1390" #> #> $hypobetalipoproteinemia$`_id` #> [1] "DOID_1390<DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $hypobetalipoproteinemia$privateGeneCount #> [1] 0 #> #> $hypobetalipoproteinemia$publicGeneCount #> [1] 4 #> #> $hypobetalipoproteinemia$urlId #> [1] "DOID_1390" #> #> $hypobetalipoproteinemia$dbPhenotype #> [1] TRUE #> #> $hypobetalipoproteinemia$`_parent` #> [1] "DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $hypobetalipoproteinemia$`_is_leaf` #> [1] TRUE #> #> $hypobetalipoproteinemia$children #> list() #> #> $hypobetalipoproteinemia$value #> [1] "hypobetalipoproteinemia" #> #> #> $Hypocalcemia #> $Hypocalcemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002901" #> #> $Hypocalcemia$`_id` #> [1] "HP_0002901<HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypocalcemia$privateGeneCount #> [1] 0 #> #> $Hypocalcemia$publicGeneCount #> [1] 4 #> #> $Hypocalcemia$urlId #> [1] "HP_0002901" #> #> $Hypocalcemia$dbPhenotype #> [1] TRUE #> #> $Hypocalcemia$`_parent` #> [1] "HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypocalcemia$`_is_leaf` #> [1] TRUE #> #> $Hypocalcemia$children #> list() #> #> $Hypocalcemia$value #> [1] "Hypocalcemia" #> #> #> $hypochondroplasia #> $hypochondroplasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080041" #> #> $hypochondroplasia$`_id` #> [1] "DOID_0080041<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $hypochondroplasia$privateGeneCount #> [1] 0 #> #> $hypochondroplasia$publicGeneCount #> [1] 1 #> #> $hypochondroplasia$urlId #> [1] "DOID_0080041" #> #> $hypochondroplasia$dbPhenotype #> [1] TRUE #> #> $hypochondroplasia$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $hypochondroplasia$`_is_leaf` #> [1] TRUE #> #> $hypochondroplasia$children #> list() #> #> $hypochondroplasia$value #> [1] "hypochondroplasia" #> #> #> $hypochondroplasia #> $hypochondroplasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080041" #> #> $hypochondroplasia$`_id` #> [1] "DOID_0080041<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $hypochondroplasia$privateGeneCount #> [1] 0 #> #> $hypochondroplasia$publicGeneCount #> [1] 1 #> #> $hypochondroplasia$urlId #> [1] "DOID_0080041" #> #> $hypochondroplasia$dbPhenotype #> [1] TRUE #> #> $hypochondroplasia$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $hypochondroplasia$`_is_leaf` #> [1] TRUE #> #> $hypochondroplasia$children #> list() #> #> $hypochondroplasia$value #> [1] "hypochondroplasia" #> #> #> $`hypochromic anemia` #> $`hypochromic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11759" #> #> $`hypochromic anemia`$`_id` #> [1] "DOID_11759<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hypochromic anemia`$privateGeneCount #> [1] 0 #> #> $`hypochromic anemia`$publicGeneCount #> [1] 1 #> #> $`hypochromic anemia`$urlId #> [1] "DOID_11759" #> #> $`hypochromic anemia`$dbPhenotype #> [1] TRUE #> #> $`hypochromic anemia`$`_parent` #> [1] "DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hypochromic anemia`$`_is_leaf` #> [1] TRUE #> #> $`hypochromic anemia`$children #> list() #> #> $`hypochromic anemia`$value #> [1] "hypochromic anemia" #> #> #> $`hypochromic microcytic anemia` #> $`hypochromic microcytic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050642" #> #> $`hypochromic microcytic anemia`$`_id` #> [1] "DOID_0050642<DOID_11252<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hypochromic microcytic anemia`$privateGeneCount #> [1] 0 #> #> $`hypochromic microcytic anemia`$publicGeneCount #> [1] 4 #> #> $`hypochromic microcytic anemia`$urlId #> [1] "DOID_0050642" #> #> $`hypochromic microcytic anemia`$dbPhenotype #> [1] TRUE #> #> $`hypochromic microcytic anemia`$`_parent` #> [1] "DOID_11252<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`hypochromic microcytic anemia`$`_is_leaf` #> [1] TRUE #> #> $`hypochromic microcytic anemia`$children #> list() #> #> $`hypochromic microcytic anemia`$value #> [1] "hypochromic microcytic anemia" #> #> #> $hypoglycemia #> $hypoglycemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9993" #> #> $hypoglycemia$`_id` #> [1] "DOID_9993<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $hypoglycemia$privateGeneCount #> [1] 0 #> #> $hypoglycemia$publicGeneCount #> [1] 20 #> #> $hypoglycemia$urlId #> [1] "DOID_9993" #> #> $hypoglycemia$dbPhenotype #> [1] TRUE #> #> $hypoglycemia$`_parent` #> [1] "DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $hypoglycemia$`_is_leaf` #> [1] TRUE #> #> $hypoglycemia$children #> list() #> #> $hypoglycemia$value #> [1] "hypoglycemia" #> #> #> $hypogonadism #> $hypogonadism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1924" #> #> $hypogonadism$`_id` #> [1] "DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $hypogonadism$privateGeneCount #> [1] 0 #> #> $hypogonadism$publicGeneCount #> [1] 25 #> #> $hypogonadism$urlId #> [1] "DOID_1924" #> #> $hypogonadism$dbPhenotype #> [1] TRUE #> #> $hypogonadism$`_parent` #> [1] "DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $hypogonadism$`_is_leaf` #> [1] FALSE #> #> $hypogonadism$children #> $hypogonadism$children[[1]] #> [1] "DOID_5003<DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $hypogonadism$children[[2]] #> [1] "DOID_0090070<DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $hypogonadism$value #> [1] "hypogonadism" #> #> #> $`hypogonadotropic hypogonadism` #> $`hypogonadotropic hypogonadism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0090070" #> #> $`hypogonadotropic hypogonadism`$`_id` #> [1] "DOID_0090070<DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`hypogonadotropic hypogonadism`$privateGeneCount #> [1] 0 #> #> $`hypogonadotropic hypogonadism`$publicGeneCount #> [1] 5 #> #> $`hypogonadotropic hypogonadism`$urlId #> [1] "DOID_0090070" #> #> $`hypogonadotropic hypogonadism`$dbPhenotype #> [1] FALSE #> #> $`hypogonadotropic hypogonadism`$`_parent` #> [1] "DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`hypogonadotropic hypogonadism`$`_is_leaf` #> [1] FALSE #> #> $`hypogonadotropic hypogonadism`$children #> $`hypogonadotropic hypogonadism`$children[[1]] #> [1] "DOID_3614<DOID_0090070<DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`hypogonadotropic hypogonadism`$value #> [1] "hypogonadotropic hypogonadism" #> #> #> $hypohidrosis #> $hypohidrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11155" #> #> $hypohidrosis$`_id` #> [1] "DOID_11155<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $hypohidrosis$privateGeneCount #> [1] 0 #> #> $hypohidrosis$publicGeneCount #> [1] 1 #> #> $hypohidrosis$urlId #> [1] "DOID_11155" #> #> $hypohidrosis$dbPhenotype #> [1] TRUE #> #> $hypohidrosis$`_parent` #> [1] "DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $hypohidrosis$`_is_leaf` #> [1] FALSE #> #> $hypohidrosis$children #> $hypohidrosis$children[[1]] #> [1] "DOID_11156<DOID_11155<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $hypohidrosis$value #> [1] "hypohidrosis" #> #> #> $`Hypohidrosis or hyperhidrosis` #> $`Hypohidrosis or hyperhidrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007550" #> #> $`Hypohidrosis or hyperhidrosis`$`_id` #> [1] "HP_0007550<HP_0025276<HP_0001574<HP_0000118<HP_0000001" #> #> $`Hypohidrosis or hyperhidrosis`$privateGeneCount #> [1] 0 #> #> $`Hypohidrosis or hyperhidrosis`$publicGeneCount #> [1] 1 #> #> $`Hypohidrosis or hyperhidrosis`$urlId #> [1] "HP_0007550" #> #> $`Hypohidrosis or hyperhidrosis`$dbPhenotype #> [1] FALSE #> #> $`Hypohidrosis or hyperhidrosis`$`_parent` #> [1] "HP_0025276<HP_0001574<HP_0000118<HP_0000001" #> #> $`Hypohidrosis or hyperhidrosis`$`_is_leaf` #> [1] FALSE #> #> $`Hypohidrosis or hyperhidrosis`$children #> $`Hypohidrosis or hyperhidrosis`$children[[1]] #> [1] "HP_0000975<HP_0007550<HP_0025276<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Hypohidrosis or hyperhidrosis`$value #> [1] "Hypohidrosis or hyperhidrosis" #> #> #> $`hypohidrotic ectodermal dysplasia` #> $`hypohidrotic ectodermal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14793" #> #> $`hypohidrotic ectodermal dysplasia`$`_id` #> [1] "DOID_14793<DOID_2121<DOID_225<DOID_4" #> #> $`hypohidrotic ectodermal dysplasia`$privateGeneCount #> [1] 0 #> #> $`hypohidrotic ectodermal dysplasia`$publicGeneCount #> [1] 4 #> #> $`hypohidrotic ectodermal dysplasia`$urlId #> [1] "DOID_14793" #> #> $`hypohidrotic ectodermal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`hypohidrotic ectodermal dysplasia`$`_parent` #> [1] "DOID_2121<DOID_225<DOID_4" #> #> $`hypohidrotic ectodermal dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`hypohidrotic ectodermal dysplasia`$children #> list() #> #> $`hypohidrotic ectodermal dysplasia`$value #> [1] "hypohidrotic ectodermal dysplasia" #> #> #> $hypokalemia #> $hypokalemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4500" #> #> $hypokalemia$`_id` #> [1] "DOID_4500<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $hypokalemia$privateGeneCount #> [1] 0 #> #> $hypokalemia$publicGeneCount #> [1] 7 #> #> $hypokalemia$urlId #> [1] "DOID_4500" #> #> $hypokalemia$dbPhenotype #> [1] TRUE #> #> $hypokalemia$`_parent` #> [1] "DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $hypokalemia$`_is_leaf` #> [1] TRUE #> #> $hypokalemia$children #> list() #> #> $hypokalemia$value #> [1] "hypokalemia" #> #> #> $`hypokalemic periodic paralysis` #> $`hypokalemic periodic paralysis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14452" #> #> $`hypokalemic periodic paralysis`$`_id` #> [1] "DOID_14452<DOID_1029<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`hypokalemic periodic paralysis`$privateGeneCount #> [1] 0 #> #> $`hypokalemic periodic paralysis`$publicGeneCount #> [1] 4 #> #> $`hypokalemic periodic paralysis`$urlId #> [1] "DOID_14452" #> #> $`hypokalemic periodic paralysis`$dbPhenotype #> [1] TRUE #> #> $`hypokalemic periodic paralysis`$`_parent` #> [1] "DOID_1029<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`hypokalemic periodic paralysis`$`_is_leaf` #> [1] TRUE #> #> $`hypokalemic periodic paralysis`$children #> list() #> #> $`hypokalemic periodic paralysis`$value #> [1] "hypokalemic periodic paralysis" #> #> #> $Hypokinesia #> $Hypokinesia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002375" #> #> $Hypokinesia$`_id` #> [1] "HP_0002375<HP_0002374<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Hypokinesia$privateGeneCount #> [1] 0 #> #> $Hypokinesia$publicGeneCount #> [1] 3 #> #> $Hypokinesia$urlId #> [1] "HP_0002375" #> #> $Hypokinesia$dbPhenotype #> [1] TRUE #> #> $Hypokinesia$`_parent` #> [1] "HP_0002374<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Hypokinesia$`_is_leaf` #> [1] TRUE #> #> $Hypokinesia$children #> list() #> #> $Hypokinesia$value #> [1] "Hypokinesia" #> #> #> $hypolipoproteinemia #> $hypolipoproteinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1387" #> #> $hypolipoproteinemia$`_id` #> [1] "DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $hypolipoproteinemia$privateGeneCount #> [1] 0 #> #> $hypolipoproteinemia$publicGeneCount #> [1] 10 #> #> $hypolipoproteinemia$urlId #> [1] "DOID_1387" #> #> $hypolipoproteinemia$dbPhenotype #> [1] TRUE #> #> $hypolipoproteinemia$`_parent` #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $hypolipoproteinemia$`_is_leaf` #> [1] FALSE #> #> $hypolipoproteinemia$children #> $hypolipoproteinemia$children[[1]] #> [1] "DOID_1386<DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $hypolipoproteinemia$children[[2]] #> [1] "DOID_1390<DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $hypolipoproteinemia$children[[3]] #> [1] "DOID_1391<DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $hypolipoproteinemia$children[[4]] #> [1] "DOID_1388<DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> #> $hypolipoproteinemia$value #> [1] "hypolipoproteinemia" #> #> #> $Hypolipoproteinemia #> $Hypolipoproteinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010981" #> #> $Hypolipoproteinemia$`_id` #> [1] "HP_0010981<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypolipoproteinemia$privateGeneCount #> [1] 0 #> #> $Hypolipoproteinemia$publicGeneCount #> [1] 2 #> #> $Hypolipoproteinemia$urlId #> [1] "HP_0010981" #> #> $Hypolipoproteinemia$dbPhenotype #> [1] FALSE #> #> $Hypolipoproteinemia$`_parent` #> [1] "HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypolipoproteinemia$`_is_leaf` #> [1] FALSE #> #> $Hypolipoproteinemia$children #> $Hypolipoproteinemia$children[[1]] #> [1] "HP_0003233<HP_0010981<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $Hypolipoproteinemia$value #> [1] "Hypolipoproteinemia" #> #> #> $Hypomagnesemia #> $Hypomagnesemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002917" #> #> $Hypomagnesemia$`_id` #> [1] "HP_0002917<HP_0004921<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypomagnesemia$privateGeneCount #> [1] 0 #> #> $Hypomagnesemia$publicGeneCount #> [1] 5 #> #> $Hypomagnesemia$urlId #> [1] "HP_0002917" #> #> $Hypomagnesemia$dbPhenotype #> [1] TRUE #> #> $Hypomagnesemia$`_parent` #> [1] "HP_0004921<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypomagnesemia$`_is_leaf` #> [1] TRUE #> #> $Hypomagnesemia$children #> list() #> #> $Hypomagnesemia$value #> [1] "Hypomagnesemia" #> #> #> $`hypomelanosis of Ito` #> $`hypomelanosis of Ito`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3156" #> #> $`hypomelanosis of Ito`$`_id` #> [1] "DOID_3156<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`hypomelanosis of Ito`$privateGeneCount #> [1] 0 #> #> $`hypomelanosis of Ito`$publicGeneCount #> [1] 9 #> #> $`hypomelanosis of Ito`$urlId #> [1] "DOID_3156" #> #> $`hypomelanosis of Ito`$dbPhenotype #> [1] TRUE #> #> $`hypomelanosis of Ito`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`hypomelanosis of Ito`$`_is_leaf` #> [1] TRUE #> #> $`hypomelanosis of Ito`$children #> list() #> #> $`hypomelanosis of Ito`$value #> [1] "hypomelanosis of Ito" #> #> #> $`hypomyelinating leukodystrophy` #> $`hypomyelinating leukodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060786" #> #> $`hypomyelinating leukodystrophy`$`_id` #> [1] "DOID_0060786<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hypomyelinating leukodystrophy`$privateGeneCount #> [1] 0 #> #> $`hypomyelinating leukodystrophy`$publicGeneCount #> [1] 2 #> #> $`hypomyelinating leukodystrophy`$urlId #> [1] "DOID_0060786" #> #> $`hypomyelinating leukodystrophy`$dbPhenotype #> [1] FALSE #> #> $`hypomyelinating leukodystrophy`$`_parent` #> [1] "DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hypomyelinating leukodystrophy`$`_is_leaf` #> [1] FALSE #> #> $`hypomyelinating leukodystrophy`$children #> $`hypomyelinating leukodystrophy`$children[[1]] #> [1] "DOID_3210<DOID_0060786<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`hypomyelinating leukodystrophy`$value #> [1] "hypomyelinating leukodystrophy" #> #> #> $`hypomyelinating leukoencephalopathy` #> $`hypomyelinating leukoencephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050987" #> #> $`hypomyelinating leukoencephalopathy`$`_id` #> [1] "DOID_0050987<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hypomyelinating leukoencephalopathy`$privateGeneCount #> [1] 0 #> #> $`hypomyelinating leukoencephalopathy`$publicGeneCount #> [1] 1 #> #> $`hypomyelinating leukoencephalopathy`$urlId #> [1] "DOID_0050987" #> #> $`hypomyelinating leukoencephalopathy`$dbPhenotype #> [1] TRUE #> #> $`hypomyelinating leukoencephalopathy`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hypomyelinating leukoencephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`hypomyelinating leukoencephalopathy`$children #> list() #> #> $`hypomyelinating leukoencephalopathy`$value #> [1] "hypomyelinating leukoencephalopathy" #> #> #> $`hypomyelinating leukoencephalopathy` #> $`hypomyelinating leukoencephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050987" #> #> $`hypomyelinating leukoencephalopathy`$`_id` #> [1] "DOID_0050987<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hypomyelinating leukoencephalopathy`$privateGeneCount #> [1] 0 #> #> $`hypomyelinating leukoencephalopathy`$publicGeneCount #> [1] 1 #> #> $`hypomyelinating leukoencephalopathy`$urlId #> [1] "DOID_0050987" #> #> $`hypomyelinating leukoencephalopathy`$dbPhenotype #> [1] TRUE #> #> $`hypomyelinating leukoencephalopathy`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hypomyelinating leukoencephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`hypomyelinating leukoencephalopathy`$children #> list() #> #> $`hypomyelinating leukoencephalopathy`$value #> [1] "hypomyelinating leukoencephalopathy" #> #> #> $`hypomyelinating leukoencephalopathy` #> $`hypomyelinating leukoencephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050987" #> #> $`hypomyelinating leukoencephalopathy`$`_id` #> [1] "DOID_0050987<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hypomyelinating leukoencephalopathy`$privateGeneCount #> [1] 0 #> #> $`hypomyelinating leukoencephalopathy`$publicGeneCount #> [1] 1 #> #> $`hypomyelinating leukoencephalopathy`$urlId #> [1] "DOID_0050987" #> #> $`hypomyelinating leukoencephalopathy`$dbPhenotype #> [1] TRUE #> #> $`hypomyelinating leukoencephalopathy`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`hypomyelinating leukoencephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`hypomyelinating leukoencephalopathy`$children #> list() #> #> $`hypomyelinating leukoencephalopathy`$value #> [1] "hypomyelinating leukoencephalopathy" #> #> #> $Hyponatremia #> $Hyponatremia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002902" #> #> $Hyponatremia$`_id` #> [1] "HP_0002902<HP_0010931<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyponatremia$privateGeneCount #> [1] 0 #> #> $Hyponatremia$publicGeneCount #> [1] 5 #> #> $Hyponatremia$urlId #> [1] "HP_0002902" #> #> $Hyponatremia$dbPhenotype #> [1] TRUE #> #> $Hyponatremia$`_parent` #> [1] "HP_0010931<HP_0010930<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hyponatremia$`_is_leaf` #> [1] TRUE #> #> $Hyponatremia$children #> list() #> #> $Hyponatremia$value #> [1] "Hyponatremia" #> #> #> $hypoparathyroidism #> $hypoparathyroidism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11199" #> #> $hypoparathyroidism$`_id` #> [1] "DOID_11199<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $hypoparathyroidism$privateGeneCount #> [1] 0 #> #> $hypoparathyroidism$publicGeneCount #> [1] 5 #> #> $hypoparathyroidism$urlId #> [1] "DOID_11199" #> #> $hypoparathyroidism$dbPhenotype #> [1] TRUE #> #> $hypoparathyroidism$`_parent` #> [1] "DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $hypoparathyroidism$`_is_leaf` #> [1] TRUE #> #> $hypoparathyroidism$children #> list() #> #> $hypoparathyroidism$value #> [1] "hypoparathyroidism" #> #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome` #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060348" #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$`_id` #> [1] "DOID_0060348<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$privateGeneCount #> [1] 0 #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$publicGeneCount #> [1] 1 #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$urlId #> [1] "DOID_0060348" #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$dbPhenotype #> [1] TRUE #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$`_is_leaf` #> [1] TRUE #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$children #> list() #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$value #> [1] "hypoparathyroidism-retardation-dysmorphism syndrome" #> #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome` #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060348" #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$`_id` #> [1] "DOID_0060348<DOID_225<DOID_4" #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$privateGeneCount #> [1] 0 #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$publicGeneCount #> [1] 1 #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$urlId #> [1] "DOID_0060348" #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$dbPhenotype #> [1] TRUE #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$`_is_leaf` #> [1] TRUE #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$children #> list() #> #> $`hypoparathyroidism-retardation-dysmorphism syndrome`$value #> [1] "hypoparathyroidism-retardation-dysmorphism syndrome" #> #> #> $`hypopharynx cancer` #> $`hypopharynx cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8533" #> #> $`hypopharynx cancer`$`_id` #> [1] "DOID_8533<DOID_0060119<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hypopharynx cancer`$privateGeneCount #> [1] 0 #> #> $`hypopharynx cancer`$publicGeneCount #> [1] 1 #> #> $`hypopharynx cancer`$urlId #> [1] "DOID_8533" #> #> $`hypopharynx cancer`$dbPhenotype #> [1] TRUE #> #> $`hypopharynx cancer`$`_parent` #> [1] "DOID_0060119<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`hypopharynx cancer`$`_is_leaf` #> [1] TRUE #> #> $`hypopharynx cancer`$children #> list() #> #> $`hypopharynx cancer`$value #> [1] "hypopharynx cancer" #> #> #> $`hypopharynx cancer` #> $`hypopharynx cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8533" #> #> $`hypopharynx cancer`$`_id` #> [1] "DOID_8533<DOID_0060119<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`hypopharynx cancer`$privateGeneCount #> [1] 0 #> #> $`hypopharynx cancer`$publicGeneCount #> [1] 1 #> #> $`hypopharynx cancer`$urlId #> [1] "DOID_8533" #> #> $`hypopharynx cancer`$dbPhenotype #> [1] TRUE #> #> $`hypopharynx cancer`$`_parent` #> [1] "DOID_0060119<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`hypopharynx cancer`$`_is_leaf` #> [1] TRUE #> #> $`hypopharynx cancer`$children #> list() #> #> $`hypopharynx cancer`$value #> [1] "hypopharynx cancer" #> #> #> $hypophosphatasia #> $hypophosphatasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14213" #> #> $hypophosphatasia$`_id` #> [1] "DOID_14213<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $hypophosphatasia$privateGeneCount #> [1] 0 #> #> $hypophosphatasia$publicGeneCount #> [1] 1 #> #> $hypophosphatasia$urlId #> [1] "DOID_14213" #> #> $hypophosphatasia$dbPhenotype #> [1] TRUE #> #> $hypophosphatasia$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $hypophosphatasia$`_is_leaf` #> [1] TRUE #> #> $hypophosphatasia$children #> list() #> #> $hypophosphatasia$value #> [1] "hypophosphatasia" #> #> #> $hypophosphatasia #> $hypophosphatasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14213" #> #> $hypophosphatasia$`_id` #> [1] "DOID_14213<DOID_225<DOID_4" #> #> $hypophosphatasia$privateGeneCount #> [1] 0 #> #> $hypophosphatasia$publicGeneCount #> [1] 1 #> #> $hypophosphatasia$urlId #> [1] "DOID_14213" #> #> $hypophosphatasia$dbPhenotype #> [1] TRUE #> #> $hypophosphatasia$`_parent` #> [1] "DOID_225<DOID_4" #> #> $hypophosphatasia$`_is_leaf` #> [1] TRUE #> #> $hypophosphatasia$children #> list() #> #> $hypophosphatasia$value #> [1] "hypophosphatasia" #> #> #> $hypophosphatemia #> $hypophosphatemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050336" #> #> $hypophosphatemia$`_id` #> [1] "DOID_0050336<DOID_2485<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $hypophosphatemia$privateGeneCount #> [1] 0 #> #> $hypophosphatemia$publicGeneCount #> [1] 2 #> #> $hypophosphatemia$urlId #> [1] "DOID_0050336" #> #> $hypophosphatemia$dbPhenotype #> [1] TRUE #> #> $hypophosphatemia$`_parent` #> [1] "DOID_2485<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $hypophosphatemia$`_is_leaf` #> [1] TRUE #> #> $hypophosphatemia$children #> list() #> #> $hypophosphatemia$value #> [1] "hypophosphatemia" #> #> #> $Hypophosphatemia #> $Hypophosphatemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002148" #> #> $Hypophosphatemia$`_id` #> [1] "HP_0002148<HP_0100529<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypophosphatemia$privateGeneCount #> [1] 0 #> #> $Hypophosphatemia$publicGeneCount #> [1] 2 #> #> $Hypophosphatemia$urlId #> [1] "HP_0002148" #> #> $Hypophosphatemia$dbPhenotype #> [1] FALSE #> #> $Hypophosphatemia$`_parent` #> [1] "HP_0100529<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypophosphatemia$`_is_leaf` #> [1] FALSE #> #> $Hypophosphatemia$children #> $Hypophosphatemia$children[[1]] #> [1] "HP_0004912<HP_0002148<HP_0100529<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> #> $Hypophosphatemia$value #> [1] "Hypophosphatemia" #> #> #> $`hypophosphatemic nephrolithiasis/osteoporosis` #> $`hypophosphatemic nephrolithiasis/osteoporosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080655" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis`$`_id` #> [1] "DOID_0080655<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis`$privateGeneCount #> [1] 0 #> #> $`hypophosphatemic nephrolithiasis/osteoporosis`$publicGeneCount #> [1] 2 #> #> $`hypophosphatemic nephrolithiasis/osteoporosis`$urlId #> [1] "DOID_0080655" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis`$dbPhenotype #> [1] FALSE #> #> $`hypophosphatemic nephrolithiasis/osteoporosis`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis`$`_is_leaf` #> [1] FALSE #> #> $`hypophosphatemic nephrolithiasis/osteoporosis`$children #> $`hypophosphatemic nephrolithiasis/osteoporosis`$children[[1]] #> [1] "DOID_0080077<DOID_0080655<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis`$children[[2]] #> [1] "DOID_0080078<DOID_0080655<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`hypophosphatemic nephrolithiasis/osteoporosis`$value #> [1] "hypophosphatemic nephrolithiasis/osteoporosis" #> #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1` #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080077" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$`_id` #> [1] "DOID_0080077<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$privateGeneCount #> [1] 0 #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$publicGeneCount #> [1] 1 #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$urlId #> [1] "DOID_0080077" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$dbPhenotype #> [1] TRUE #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$`_is_leaf` #> [1] TRUE #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$children #> list() #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$value #> [1] "hypophosphatemic nephrolithiasis/osteoporosis 1" #> #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1` #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080077" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$`_id` #> [1] "DOID_0080077<DOID_0080655<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$privateGeneCount #> [1] 0 #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$publicGeneCount #> [1] 1 #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$urlId #> [1] "DOID_0080077" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$dbPhenotype #> [1] TRUE #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$`_parent` #> [1] "DOID_0080655<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$`_is_leaf` #> [1] TRUE #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$children #> list() #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 1`$value #> [1] "hypophosphatemic nephrolithiasis/osteoporosis 1" #> #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2` #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080078" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$`_id` #> [1] "DOID_0080078<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$privateGeneCount #> [1] 0 #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$publicGeneCount #> [1] 1 #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$urlId #> [1] "DOID_0080078" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$dbPhenotype #> [1] TRUE #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$`_is_leaf` #> [1] TRUE #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$children #> list() #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$value #> [1] "hypophosphatemic nephrolithiasis/osteoporosis 2" #> #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2` #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080078" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$`_id` #> [1] "DOID_0080078<DOID_0080655<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$privateGeneCount #> [1] 0 #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$publicGeneCount #> [1] 1 #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$urlId #> [1] "DOID_0080078" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$dbPhenotype #> [1] TRUE #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$`_parent` #> [1] "DOID_0080655<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$`_is_leaf` #> [1] TRUE #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$children #> list() #> #> $`hypophosphatemic nephrolithiasis/osteoporosis 2`$value #> [1] "hypophosphatemic nephrolithiasis/osteoporosis 2" #> #> #> $`Hypophosphatemic rickets` #> $`Hypophosphatemic rickets`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004912" #> #> $`Hypophosphatemic rickets`$`_id` #> [1] "HP_0004912<HP_0002148<HP_0100529<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Hypophosphatemic rickets`$privateGeneCount #> [1] 0 #> #> $`Hypophosphatemic rickets`$publicGeneCount #> [1] 2 #> #> $`Hypophosphatemic rickets`$urlId #> [1] "HP_0004912" #> #> $`Hypophosphatemic rickets`$dbPhenotype #> [1] TRUE #> #> $`Hypophosphatemic rickets`$`_parent` #> [1] "HP_0002148<HP_0100529<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Hypophosphatemic rickets`$`_is_leaf` #> [1] TRUE #> #> $`Hypophosphatemic rickets`$children #> list() #> #> $`Hypophosphatemic rickets`$value #> [1] "Hypophosphatemic rickets" #> #> #> $`Hypophosphatemic rickets` #> $`Hypophosphatemic rickets`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004912" #> #> $`Hypophosphatemic rickets`$`_id` #> [1] "HP_0004912<HP_0002748<HP_0004349<HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Hypophosphatemic rickets`$privateGeneCount #> [1] 0 #> #> $`Hypophosphatemic rickets`$publicGeneCount #> [1] 2 #> #> $`Hypophosphatemic rickets`$urlId #> [1] "HP_0004912" #> #> $`Hypophosphatemic rickets`$dbPhenotype #> [1] TRUE #> #> $`Hypophosphatemic rickets`$`_parent` #> [1] "HP_0002748<HP_0004349<HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Hypophosphatemic rickets`$`_is_leaf` #> [1] TRUE #> #> $`Hypophosphatemic rickets`$children #> list() #> #> $`Hypophosphatemic rickets`$value #> [1] "Hypophosphatemic rickets" #> #> #> $`Hypopigmentation of hair` #> $`Hypopigmentation of hair`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005599" #> #> $`Hypopigmentation of hair`$`_id` #> [1] "HP_0005599<HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Hypopigmentation of hair`$privateGeneCount #> [1] 0 #> #> $`Hypopigmentation of hair`$publicGeneCount #> [1] 4 #> #> $`Hypopigmentation of hair`$urlId #> [1] "HP_0005599" #> #> $`Hypopigmentation of hair`$dbPhenotype #> [1] FALSE #> #> $`Hypopigmentation of hair`$`_parent` #> [1] "HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Hypopigmentation of hair`$`_is_leaf` #> [1] FALSE #> #> $`Hypopigmentation of hair`$children #> $`Hypopigmentation of hair`$children[[1]] #> [1] "HP_0011358<HP_0005599<HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Hypopigmentation of hair`$value #> [1] "Hypopigmentation of hair" #> #> #> $`Hypopigmentation of the skin` #> $`Hypopigmentation of the skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001010" #> #> $`Hypopigmentation of the skin`$`_id` #> [1] "HP_0001010<HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Hypopigmentation of the skin`$privateGeneCount #> [1] 0 #> #> $`Hypopigmentation of the skin`$publicGeneCount #> [1] 4 #> #> $`Hypopigmentation of the skin`$urlId #> [1] "HP_0001010" #> #> $`Hypopigmentation of the skin`$dbPhenotype #> [1] TRUE #> #> $`Hypopigmentation of the skin`$`_parent` #> [1] "HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Hypopigmentation of the skin`$`_is_leaf` #> [1] TRUE #> #> $`Hypopigmentation of the skin`$children #> list() #> #> $`Hypopigmentation of the skin`$value #> [1] "Hypopigmentation of the skin" #> #> #> $hypopituitarism #> $hypopituitarism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9406" #> #> $hypopituitarism$`_id` #> [1] "DOID_9406<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $hypopituitarism$privateGeneCount #> [1] 0 #> #> $hypopituitarism$publicGeneCount #> [1] 9 #> #> $hypopituitarism$urlId #> [1] "DOID_9406" #> #> $hypopituitarism$dbPhenotype #> [1] TRUE #> #> $hypopituitarism$`_parent` #> [1] "DOID_53<DOID_28<DOID_7<DOID_4" #> #> $hypopituitarism$`_is_leaf` #> [1] FALSE #> #> $hypopituitarism$children #> $hypopituitarism$children[[1]] #> [1] "DOID_9410<DOID_9406<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $hypopituitarism$children[[2]] #> [1] "DOID_9476<DOID_9406<DOID_53<DOID_28<DOID_7<DOID_4" #> #> #> $hypopituitarism$value #> [1] "hypopituitarism" #> #> #> $Hypopituitarism #> $Hypopituitarism$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040075" #> #> $Hypopituitarism$`_id` #> [1] "HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $Hypopituitarism$privateGeneCount #> [1] 0 #> #> $Hypopituitarism$publicGeneCount #> [1] 7 #> #> $Hypopituitarism$urlId #> [1] "HP_0040075" #> #> $Hypopituitarism$dbPhenotype #> [1] FALSE #> #> $Hypopituitarism$`_parent` #> [1] "HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $Hypopituitarism$`_is_leaf` #> [1] FALSE #> #> $Hypopituitarism$children #> $Hypopituitarism$children[[1]] #> [1] "HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> #> $Hypopituitarism$value #> [1] "Hypopituitarism" #> #> #> $Hypopituitarism #> $Hypopituitarism$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040075" #> #> $Hypopituitarism$`_id` #> [1] "HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Hypopituitarism$privateGeneCount #> [1] 0 #> #> $Hypopituitarism$publicGeneCount #> [1] 7 #> #> $Hypopituitarism$urlId #> [1] "HP_0040075" #> #> $Hypopituitarism$dbPhenotype #> [1] FALSE #> #> $Hypopituitarism$`_parent` #> [1] "HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Hypopituitarism$`_is_leaf` #> [1] FALSE #> #> $Hypopituitarism$children #> $Hypopituitarism$children[[1]] #> [1] "HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Hypopituitarism$value #> [1] "Hypopituitarism" #> #> #> $`Hypoplasia of penis` #> $`Hypoplasia of penis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008736" #> #> $`Hypoplasia of penis`$`_id` #> [1] "HP_0008736<HP_0000036<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplasia of penis`$privateGeneCount #> [1] 0 #> #> $`Hypoplasia of penis`$publicGeneCount #> [1] 1 #> #> $`Hypoplasia of penis`$urlId #> [1] "HP_0008736" #> #> $`Hypoplasia of penis`$dbPhenotype #> [1] FALSE #> #> $`Hypoplasia of penis`$`_parent` #> [1] "HP_0000036<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplasia of penis`$`_is_leaf` #> [1] FALSE #> #> $`Hypoplasia of penis`$children #> $`Hypoplasia of penis`$children[[1]] #> [1] "HP_0000054<HP_0008736<HP_0000036<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Hypoplasia of penis`$value #> [1] "Hypoplasia of penis" #> #> #> $`Hypoplasia of penis` #> $`Hypoplasia of penis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008736" #> #> $`Hypoplasia of penis`$`_id` #> [1] "HP_0008736<HP_0000036<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplasia of penis`$privateGeneCount #> [1] 0 #> #> $`Hypoplasia of penis`$publicGeneCount #> [1] 1 #> #> $`Hypoplasia of penis`$urlId #> [1] "HP_0008736" #> #> $`Hypoplasia of penis`$dbPhenotype #> [1] FALSE #> #> $`Hypoplasia of penis`$`_parent` #> [1] "HP_0000036<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplasia of penis`$`_is_leaf` #> [1] FALSE #> #> $`Hypoplasia of penis`$children #> $`Hypoplasia of penis`$children[[1]] #> [1] "HP_0000054<HP_0008736<HP_0000036<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Hypoplasia of penis`$value #> [1] "Hypoplasia of penis" #> #> #> $`Hypoplasia of penis` #> $`Hypoplasia of penis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008736" #> #> $`Hypoplasia of penis`$`_id` #> [1] "HP_0008736<HP_0000050<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplasia of penis`$privateGeneCount #> [1] 0 #> #> $`Hypoplasia of penis`$publicGeneCount #> [1] 1 #> #> $`Hypoplasia of penis`$urlId #> [1] "HP_0008736" #> #> $`Hypoplasia of penis`$dbPhenotype #> [1] FALSE #> #> $`Hypoplasia of penis`$`_parent` #> [1] "HP_0000050<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplasia of penis`$`_is_leaf` #> [1] FALSE #> #> $`Hypoplasia of penis`$children #> $`Hypoplasia of penis`$children[[1]] #> [1] "HP_0000054<HP_0008736<HP_0000050<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Hypoplasia of penis`$value #> [1] "Hypoplasia of penis" #> #> #> $`Hypoplasia of penis` #> $`Hypoplasia of penis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008736" #> #> $`Hypoplasia of penis`$`_id` #> [1] "HP_0008736<HP_0000050<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplasia of penis`$privateGeneCount #> [1] 0 #> #> $`Hypoplasia of penis`$publicGeneCount #> [1] 1 #> #> $`Hypoplasia of penis`$urlId #> [1] "HP_0008736" #> #> $`Hypoplasia of penis`$dbPhenotype #> [1] FALSE #> #> $`Hypoplasia of penis`$`_parent` #> [1] "HP_0000050<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplasia of penis`$`_is_leaf` #> [1] FALSE #> #> $`Hypoplasia of penis`$children #> $`Hypoplasia of penis`$children[[1]] #> [1] "HP_0000054<HP_0008736<HP_0000050<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Hypoplasia of penis`$value #> [1] "Hypoplasia of penis" #> #> #> $`Hypoplasia of penis` #> $`Hypoplasia of penis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008736" #> #> $`Hypoplasia of penis`$`_id` #> [1] "HP_0008736<HP_0000050<HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplasia of penis`$privateGeneCount #> [1] 0 #> #> $`Hypoplasia of penis`$publicGeneCount #> [1] 1 #> #> $`Hypoplasia of penis`$urlId #> [1] "HP_0008736" #> #> $`Hypoplasia of penis`$dbPhenotype #> [1] FALSE #> #> $`Hypoplasia of penis`$`_parent` #> [1] "HP_0000050<HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplasia of penis`$`_is_leaf` #> [1] FALSE #> #> $`Hypoplasia of penis`$children #> $`Hypoplasia of penis`$children[[1]] #> [1] "HP_0000054<HP_0008736<HP_0000050<HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Hypoplasia of penis`$value #> [1] "Hypoplasia of penis" #> #> #> $`hypoplastic left heart syndrome` #> $`hypoplastic left heart syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9955" #> #> $`hypoplastic left heart syndrome`$`_id` #> [1] "DOID_9955<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`hypoplastic left heart syndrome`$privateGeneCount #> [1] 0 #> #> $`hypoplastic left heart syndrome`$publicGeneCount #> [1] 2 #> #> $`hypoplastic left heart syndrome`$urlId #> [1] "DOID_9955" #> #> $`hypoplastic left heart syndrome`$dbPhenotype #> [1] TRUE #> #> $`hypoplastic left heart syndrome`$`_parent` #> [1] "DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`hypoplastic left heart syndrome`$`_is_leaf` #> [1] TRUE #> #> $`hypoplastic left heart syndrome`$children #> list() #> #> $`hypoplastic left heart syndrome`$value #> [1] "hypoplastic left heart syndrome" #> #> #> $`Hypoplastic male external genitalia` #> $`Hypoplastic male external genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000050" #> #> $`Hypoplastic male external genitalia`$`_id` #> [1] "HP_0000050<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplastic male external genitalia`$privateGeneCount #> [1] 0 #> #> $`Hypoplastic male external genitalia`$publicGeneCount #> [1] 1 #> #> $`Hypoplastic male external genitalia`$urlId #> [1] "HP_0000050" #> #> $`Hypoplastic male external genitalia`$dbPhenotype #> [1] FALSE #> #> $`Hypoplastic male external genitalia`$`_parent` #> [1] "HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplastic male external genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Hypoplastic male external genitalia`$children #> $`Hypoplastic male external genitalia`$children[[1]] #> [1] "HP_0008736<HP_0000050<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Hypoplastic male external genitalia`$value #> [1] "Hypoplastic male external genitalia" #> #> #> $`Hypoplastic male external genitalia` #> $`Hypoplastic male external genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000050" #> #> $`Hypoplastic male external genitalia`$`_id` #> [1] "HP_0000050<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplastic male external genitalia`$privateGeneCount #> [1] 0 #> #> $`Hypoplastic male external genitalia`$publicGeneCount #> [1] 1 #> #> $`Hypoplastic male external genitalia`$urlId #> [1] "HP_0000050" #> #> $`Hypoplastic male external genitalia`$dbPhenotype #> [1] FALSE #> #> $`Hypoplastic male external genitalia`$`_parent` #> [1] "HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplastic male external genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Hypoplastic male external genitalia`$children #> $`Hypoplastic male external genitalia`$children[[1]] #> [1] "HP_0008736<HP_0000050<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Hypoplastic male external genitalia`$value #> [1] "Hypoplastic male external genitalia" #> #> #> $`Hypoplastic male external genitalia` #> $`Hypoplastic male external genitalia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000050" #> #> $`Hypoplastic male external genitalia`$`_id` #> [1] "HP_0000050<HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplastic male external genitalia`$privateGeneCount #> [1] 0 #> #> $`Hypoplastic male external genitalia`$publicGeneCount #> [1] 1 #> #> $`Hypoplastic male external genitalia`$urlId #> [1] "HP_0000050" #> #> $`Hypoplastic male external genitalia`$dbPhenotype #> [1] FALSE #> #> $`Hypoplastic male external genitalia`$`_parent` #> [1] "HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Hypoplastic male external genitalia`$`_is_leaf` #> [1] FALSE #> #> $`Hypoplastic male external genitalia`$children #> $`Hypoplastic male external genitalia`$children[[1]] #> [1] "HP_0008736<HP_0000050<HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Hypoplastic male external genitalia`$value #> [1] "Hypoplastic male external genitalia" #> #> #> $Hypoproteinemia #> $Hypoproteinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003075" #> #> $Hypoproteinemia$`_id` #> [1] "HP_0003075<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypoproteinemia$privateGeneCount #> [1] 0 #> #> $Hypoproteinemia$publicGeneCount #> [1] 2 #> #> $Hypoproteinemia$urlId #> [1] "HP_0003075" #> #> $Hypoproteinemia$dbPhenotype #> [1] TRUE #> #> $Hypoproteinemia$`_parent` #> [1] "HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypoproteinemia$`_is_leaf` #> [1] TRUE #> #> $Hypoproteinemia$children #> list() #> #> $Hypoproteinemia$value #> [1] "Hypoproteinemia" #> #> #> $hypospadias #> $hypospadias$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10892" #> #> $hypospadias$`_id` #> [1] "DOID_10892<DOID_0080015<DOID_4" #> #> $hypospadias$privateGeneCount #> [1] 0 #> #> $hypospadias$publicGeneCount #> [1] 8 #> #> $hypospadias$urlId #> [1] "DOID_10892" #> #> $hypospadias$dbPhenotype #> [1] TRUE #> #> $hypospadias$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $hypospadias$`_is_leaf` #> [1] TRUE #> #> $hypospadias$children #> list() #> #> $hypospadias$value #> [1] "hypospadias" #> #> #> $Hypotension #> $Hypotension$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002615" #> #> $Hypotension$`_id` #> [1] "HP_0002615<HP_0030972<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Hypotension$privateGeneCount #> [1] 0 #> #> $Hypotension$publicGeneCount #> [1] 55 #> #> $Hypotension$urlId #> [1] "HP_0002615" #> #> $Hypotension$dbPhenotype #> [1] TRUE #> #> $Hypotension$`_parent` #> [1] "HP_0030972<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Hypotension$`_is_leaf` #> [1] FALSE #> #> $Hypotension$children #> $Hypotension$children[[1]] #> [1] "HP_0001278<HP_0002615<HP_0030972<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $Hypotension$value #> [1] "Hypotension" #> #> #> $Hypothermia #> $Hypothermia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002045" #> #> $Hypothermia$`_id` #> [1] "HP_0002045<HP_0004370<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypothermia$privateGeneCount #> [1] 0 #> #> $Hypothermia$publicGeneCount #> [1] 12 #> #> $Hypothermia$urlId #> [1] "HP_0002045" #> #> $Hypothermia$dbPhenotype #> [1] TRUE #> #> $Hypothermia$`_parent` #> [1] "HP_0004370<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypothermia$`_is_leaf` #> [1] TRUE #> #> $Hypothermia$children #> list() #> #> $Hypothermia$value #> [1] "Hypothermia" #> #> #> $hypothyroidism #> $hypothyroidism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1459" #> #> $hypothyroidism$`_id` #> [1] "DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $hypothyroidism$privateGeneCount #> [1] 0 #> #> $hypothyroidism$publicGeneCount #> [1] 25 #> #> $hypothyroidism$urlId #> [1] "DOID_1459" #> #> $hypothyroidism$dbPhenotype #> [1] TRUE #> #> $hypothyroidism$`_parent` #> [1] "DOID_50<DOID_28<DOID_7<DOID_4" #> #> $hypothyroidism$`_is_leaf` #> [1] FALSE #> #> $hypothyroidism$children #> $hypothyroidism$children[[1]] #> [1] "DOID_0050655<DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $hypothyroidism$children[[2]] #> [1] "DOID_0050328<DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $hypothyroidism$children[[3]] #> [1] "DOID_11633<DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $hypothyroidism$value #> [1] "hypothyroidism" #> #> #> $hypotonia #> $hypotonia$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0004144" #> #> $hypotonia$`_id` #> [1] "MP_0004144<MP_0004142<MP_0002106<MP_0005369<MP_0000001" #> #> $hypotonia$privateGeneCount #> [1] 0 #> #> $hypotonia$publicGeneCount #> [1] 5 #> #> $hypotonia$urlId #> [1] "MP_0004144" #> #> $hypotonia$dbPhenotype #> [1] TRUE #> #> $hypotonia$`_parent` #> [1] "MP_0004142<MP_0002106<MP_0005369<MP_0000001" #> #> $hypotonia$`_is_leaf` #> [1] TRUE #> #> $hypotonia$children #> list() #> #> $hypotonia$value #> [1] "hypotonia" #> #> #> $hypotrichosis #> $hypotrichosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4535" #> #> $hypotrichosis$`_id` #> [1] "DOID_4535<DOID_421<DOID_16<DOID_7<DOID_4" #> #> $hypotrichosis$privateGeneCount #> [1] 0 #> #> $hypotrichosis$publicGeneCount #> [1] 34 #> #> $hypotrichosis$urlId #> [1] "DOID_4535" #> #> $hypotrichosis$dbPhenotype #> [1] TRUE #> #> $hypotrichosis$`_parent` #> [1] "DOID_421<DOID_16<DOID_7<DOID_4" #> #> $hypotrichosis$`_is_leaf` #> [1] FALSE #> #> $hypotrichosis$children #> $hypotrichosis$children[[1]] #> [1] "DOID_987<DOID_4535<DOID_421<DOID_16<DOID_7<DOID_4" #> #> #> $hypotrichosis$value #> [1] "hypotrichosis" #> #> #> $Hypouricemia #> $Hypouricemia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003537" #> #> $Hypouricemia$`_id` #> [1] "HP_0003537<HP_0002157<HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypouricemia$privateGeneCount #> [1] 0 #> #> $Hypouricemia$publicGeneCount #> [1] 2 #> #> $Hypouricemia$urlId #> [1] "HP_0003537" #> #> $Hypouricemia$dbPhenotype #> [1] TRUE #> #> $Hypouricemia$`_parent` #> [1] "HP_0002157<HP_0004364<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $Hypouricemia$`_is_leaf` #> [1] TRUE #> #> $Hypouricemia$children #> list() #> #> $Hypouricemia$value #> [1] "Hypouricemia" #> #> #> $Hypoventilation #> $Hypoventilation$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002791" #> #> $Hypoventilation$`_id` #> [1] "HP_0002791<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Hypoventilation$privateGeneCount #> [1] 0 #> #> $Hypoventilation$publicGeneCount #> [1] 4 #> #> $Hypoventilation$urlId #> [1] "HP_0002791" #> #> $Hypoventilation$dbPhenotype #> [1] TRUE #> #> $Hypoventilation$`_parent` #> [1] "HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $Hypoventilation$`_is_leaf` #> [1] TRUE #> #> $Hypoventilation$children #> list() #> #> $Hypoventilation$value #> [1] "Hypoventilation" #> #> #> $ichthyosis #> $ichthyosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1697" #> #> $ichthyosis$`_id` #> [1] "DOID_1697<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $ichthyosis$privateGeneCount #> [1] 0 #> #> $ichthyosis$publicGeneCount #> [1] 2 #> #> $ichthyosis$urlId #> [1] "DOID_1697" #> #> $ichthyosis$dbPhenotype #> [1] FALSE #> #> $ichthyosis$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $ichthyosis$`_is_leaf` #> [1] FALSE #> #> $ichthyosis$children #> $ichthyosis$children[[1]] #> [1] "DOID_1702<DOID_1697<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $ichthyosis$children[[2]] #> [1] "DOID_1700<DOID_1697<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $ichthyosis$value #> [1] "ichthyosis" #> #> #> $Ichthyosis #> $Ichthyosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008064" #> #> $Ichthyosis$`_id` #> [1] "HP_0008064<HP_0011368<HP_0001072<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Ichthyosis$privateGeneCount #> [1] 0 #> #> $Ichthyosis$publicGeneCount #> [1] 5 #> #> $Ichthyosis$urlId #> [1] "HP_0008064" #> #> $Ichthyosis$dbPhenotype #> [1] TRUE #> #> $Ichthyosis$`_parent` #> [1] "HP_0011368<HP_0001072<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Ichthyosis$`_is_leaf` #> [1] TRUE #> #> $Ichthyosis$children #> list() #> #> $Ichthyosis$value #> [1] "Ichthyosis" #> #> #> $`ichthyosis vulgaris` #> $`ichthyosis vulgaris`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1702" #> #> $`ichthyosis vulgaris`$`_id` #> [1] "DOID_1702<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ichthyosis vulgaris`$privateGeneCount #> [1] 0 #> #> $`ichthyosis vulgaris`$publicGeneCount #> [1] 1 #> #> $`ichthyosis vulgaris`$urlId #> [1] "DOID_1702" #> #> $`ichthyosis vulgaris`$dbPhenotype #> [1] TRUE #> #> $`ichthyosis vulgaris`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`ichthyosis vulgaris`$`_is_leaf` #> [1] TRUE #> #> $`ichthyosis vulgaris`$children #> list() #> #> $`ichthyosis vulgaris`$value #> [1] "ichthyosis vulgaris" #> #> #> $`ichthyosis vulgaris` #> $`ichthyosis vulgaris`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1702" #> #> $`ichthyosis vulgaris`$`_id` #> [1] "DOID_1702<DOID_1697<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`ichthyosis vulgaris`$privateGeneCount #> [1] 0 #> #> $`ichthyosis vulgaris`$publicGeneCount #> [1] 1 #> #> $`ichthyosis vulgaris`$urlId #> [1] "DOID_1702" #> #> $`ichthyosis vulgaris`$dbPhenotype #> [1] TRUE #> #> $`ichthyosis vulgaris`$`_parent` #> [1] "DOID_1697<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`ichthyosis vulgaris`$`_is_leaf` #> [1] TRUE #> #> $`ichthyosis vulgaris`$children #> list() #> #> $`ichthyosis vulgaris`$value #> [1] "ichthyosis vulgaris" #> #> #> $`idiopathic generalized epilepsy` #> $`idiopathic generalized epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1827" #> #> $`idiopathic generalized epilepsy`$`_id` #> [1] "DOID_1827<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`idiopathic generalized epilepsy`$privateGeneCount #> [1] 0 #> #> $`idiopathic generalized epilepsy`$publicGeneCount #> [1] 31 #> #> $`idiopathic generalized epilepsy`$urlId #> [1] "DOID_1827" #> #> $`idiopathic generalized epilepsy`$dbPhenotype #> [1] TRUE #> #> $`idiopathic generalized epilepsy`$`_parent` #> [1] "DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`idiopathic generalized epilepsy`$`_is_leaf` #> [1] FALSE #> #> $`idiopathic generalized epilepsy`$children #> $`idiopathic generalized epilepsy`$children[[1]] #> [1] "DOID_0060475<DOID_1827<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`idiopathic generalized epilepsy`$children[[2]] #> [1] "DOID_0060170<DOID_1827<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`idiopathic generalized epilepsy`$value #> [1] "idiopathic generalized epilepsy" #> #> #> $`idiopathic interstitial pneumonia` #> $`idiopathic interstitial pneumonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2797" #> #> $`idiopathic interstitial pneumonia`$`_id` #> [1] "DOID_2797<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`idiopathic interstitial pneumonia`$privateGeneCount #> [1] 0 #> #> $`idiopathic interstitial pneumonia`$publicGeneCount #> [1] 85 #> #> $`idiopathic interstitial pneumonia`$urlId #> [1] "DOID_2797" #> #> $`idiopathic interstitial pneumonia`$dbPhenotype #> [1] TRUE #> #> $`idiopathic interstitial pneumonia`$`_parent` #> [1] "DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`idiopathic interstitial pneumonia`$`_is_leaf` #> [1] TRUE #> #> $`idiopathic interstitial pneumonia`$children #> list() #> #> $`idiopathic interstitial pneumonia`$value #> [1] "idiopathic interstitial pneumonia" #> #> #> $`idiopathic pulmonary fibrosis` #> $`idiopathic pulmonary fibrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050156" #> #> $`idiopathic pulmonary fibrosis`$`_id` #> [1] "DOID_0050156<DOID_3770<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`idiopathic pulmonary fibrosis`$privateGeneCount #> [1] 0 #> #> $`idiopathic pulmonary fibrosis`$publicGeneCount #> [1] 28 #> #> $`idiopathic pulmonary fibrosis`$urlId #> [1] "DOID_0050156" #> #> $`idiopathic pulmonary fibrosis`$dbPhenotype #> [1] TRUE #> #> $`idiopathic pulmonary fibrosis`$`_parent` #> [1] "DOID_3770<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`idiopathic pulmonary fibrosis`$`_is_leaf` #> [1] TRUE #> #> $`idiopathic pulmonary fibrosis`$children #> list() #> #> $`idiopathic pulmonary fibrosis`$value #> [1] "idiopathic pulmonary fibrosis" #> #> #> $`idiopathic pulmonary fibrosis` #> $`idiopathic pulmonary fibrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050156" #> #> $`idiopathic pulmonary fibrosis`$`_id` #> [1] "DOID_0050156<DOID_3770<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`idiopathic pulmonary fibrosis`$privateGeneCount #> [1] 0 #> #> $`idiopathic pulmonary fibrosis`$publicGeneCount #> [1] 28 #> #> $`idiopathic pulmonary fibrosis`$urlId #> [1] "DOID_0050156" #> #> $`idiopathic pulmonary fibrosis`$dbPhenotype #> [1] TRUE #> #> $`idiopathic pulmonary fibrosis`$`_parent` #> [1] "DOID_3770<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`idiopathic pulmonary fibrosis`$`_is_leaf` #> [1] TRUE #> #> $`idiopathic pulmonary fibrosis`$children #> list() #> #> $`idiopathic pulmonary fibrosis`$value #> [1] "idiopathic pulmonary fibrosis" #> #> #> $`IgA glomerulonephritis` #> $`IgA glomerulonephritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2986" #> #> $`IgA glomerulonephritis`$`_id` #> [1] "DOID_2986<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`IgA glomerulonephritis`$privateGeneCount #> [1] 0 #> #> $`IgA glomerulonephritis`$publicGeneCount #> [1] 470 #> #> $`IgA glomerulonephritis`$urlId #> [1] "DOID_2986" #> #> $`IgA glomerulonephritis`$dbPhenotype #> [1] TRUE #> #> $`IgA glomerulonephritis`$`_parent` #> [1] "DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`IgA glomerulonephritis`$`_is_leaf` #> [1] TRUE #> #> $`IgA glomerulonephritis`$children #> list() #> #> $`IgA glomerulonephritis`$value #> [1] "IgA glomerulonephritis" #> #> #> $`ileal neoplasm` #> $`ileal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10156" #> #> $`ileal neoplasm`$`_id` #> [1] "DOID_10156<DOID_7505<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`ileal neoplasm`$privateGeneCount #> [1] 0 #> #> $`ileal neoplasm`$publicGeneCount #> [1] 4 #> #> $`ileal neoplasm`$urlId #> [1] "DOID_10156" #> #> $`ileal neoplasm`$dbPhenotype #> [1] TRUE #> #> $`ileal neoplasm`$`_parent` #> [1] "DOID_7505<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`ileal neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`ileal neoplasm`$children #> list() #> #> $`ileal neoplasm`$value #> [1] "ileal neoplasm" #> #> #> $`ileal neoplasm` #> $`ileal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10156" #> #> $`ileal neoplasm`$`_id` #> [1] "DOID_10156<DOID_7505<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`ileal neoplasm`$privateGeneCount #> [1] 0 #> #> $`ileal neoplasm`$publicGeneCount #> [1] 4 #> #> $`ileal neoplasm`$urlId #> [1] "DOID_10156" #> #> $`ileal neoplasm`$dbPhenotype #> [1] TRUE #> #> $`ileal neoplasm`$`_parent` #> [1] "DOID_7505<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`ileal neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`ileal neoplasm`$children #> list() #> #> $`ileal neoplasm`$value #> [1] "ileal neoplasm" #> #> #> $`ileal neoplasm` #> $`ileal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10156" #> #> $`ileal neoplasm`$`_id` #> [1] "DOID_10156<DOID_7505<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`ileal neoplasm`$privateGeneCount #> [1] 0 #> #> $`ileal neoplasm`$publicGeneCount #> [1] 4 #> #> $`ileal neoplasm`$urlId #> [1] "DOID_10156" #> #> $`ileal neoplasm`$dbPhenotype #> [1] TRUE #> #> $`ileal neoplasm`$`_parent` #> [1] "DOID_7505<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`ileal neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`ileal neoplasm`$children #> list() #> #> $`ileal neoplasm`$value #> [1] "ileal neoplasm" #> #> #> $ileitis #> $ileitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060189" #> #> $ileitis$`_id` #> [1] "DOID_0060189<DOID_8778<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $ileitis$privateGeneCount #> [1] 0 #> #> $ileitis$publicGeneCount #> [1] 1 #> #> $ileitis$urlId #> [1] "DOID_0060189" #> #> $ileitis$dbPhenotype #> [1] TRUE #> #> $ileitis$`_parent` #> [1] "DOID_8778<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $ileitis$`_is_leaf` #> [1] TRUE #> #> $ileitis$children #> list() #> #> $ileitis$value #> [1] "ileitis" #> #> #> $Ileus #> $Ileus$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002595" #> #> $Ileus$`_id` #> [1] "HP_0002595<HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Ileus$privateGeneCount #> [1] 0 #> #> $Ileus$publicGeneCount #> [1] 1 #> #> $Ileus$urlId #> [1] "HP_0002595" #> #> $Ileus$dbPhenotype #> [1] FALSE #> #> $Ileus$`_parent` #> [1] "HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Ileus$`_is_leaf` #> [1] FALSE #> #> $Ileus$children #> $Ileus$children[[1]] #> [1] "HP_0010676<HP_0002595<HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $Ileus$value #> [1] "Ileus" #> #> #> $Ileus #> $Ileus$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002595" #> #> $Ileus$`_id` #> [1] "HP_0002595<HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Ileus$privateGeneCount #> [1] 0 #> #> $Ileus$publicGeneCount #> [1] 1 #> #> $Ileus$urlId #> [1] "HP_0002595" #> #> $Ileus$dbPhenotype #> [1] FALSE #> #> $Ileus$`_parent` #> [1] "HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Ileus$`_is_leaf` #> [1] FALSE #> #> $Ileus$children #> $Ileus$children[[1]] #> [1] "HP_0010676<HP_0002595<HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $Ileus$value #> [1] "Ileus" #> #> #> $Ileus #> $Ileus$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002595" #> #> $Ileus$`_id` #> [1] "HP_0002595<HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Ileus$privateGeneCount #> [1] 0 #> #> $Ileus$publicGeneCount #> [1] 1 #> #> $Ileus$urlId #> [1] "HP_0002595" #> #> $Ileus$dbPhenotype #> [1] FALSE #> #> $Ileus$`_parent` #> [1] "HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $Ileus$`_is_leaf` #> [1] FALSE #> #> $Ileus$children #> $Ileus$children[[1]] #> [1] "HP_0010676<HP_0002595<HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $Ileus$value #> [1] "Ileus" #> #> #> $`IMAGe syndrome` #> $`IMAGe syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050885" #> #> $`IMAGe syndrome`$`_id` #> [1] "DOID_0050885<DOID_225<DOID_4" #> #> $`IMAGe syndrome`$privateGeneCount #> [1] 0 #> #> $`IMAGe syndrome`$publicGeneCount #> [1] 1 #> #> $`IMAGe syndrome`$urlId #> [1] "DOID_0050885" #> #> $`IMAGe syndrome`$dbPhenotype #> [1] TRUE #> #> $`IMAGe syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`IMAGe syndrome`$`_is_leaf` #> [1] TRUE #> #> $`IMAGe syndrome`$children #> list() #> #> $`IMAGe syndrome`$value #> [1] "IMAGe syndrome" #> #> #> $`immune system cancer` #> $`immune system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060083" #> #> $`immune system cancer`$`_id` #> [1] "DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`immune system cancer`$privateGeneCount #> [1] 0 #> #> $`immune system cancer`$publicGeneCount #> [1] 254 #> #> $`immune system cancer`$urlId #> [1] "DOID_0060083" #> #> $`immune system cancer`$dbPhenotype #> [1] FALSE #> #> $`immune system cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`immune system cancer`$`_is_leaf` #> [1] FALSE #> #> $`immune system cancer`$children #> $`immune system cancer`$children[[1]] #> [1] "DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`immune system cancer`$value #> [1] "immune system cancer" #> #> #> $`immune system cancer` #> $`immune system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060083" #> #> $`immune system cancer`$`_id` #> [1] "DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`immune system cancer`$privateGeneCount #> [1] 0 #> #> $`immune system cancer`$publicGeneCount #> [1] 254 #> #> $`immune system cancer`$urlId #> [1] "DOID_0060083" #> #> $`immune system cancer`$dbPhenotype #> [1] FALSE #> #> $`immune system cancer`$`_parent` #> [1] "DOID_2914<DOID_7<DOID_4" #> #> $`immune system cancer`$`_is_leaf` #> [1] FALSE #> #> $`immune system cancer`$children #> $`immune system cancer`$children[[1]] #> [1] "DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`immune system cancer`$value #> [1] "immune system cancer" #> #> #> $`immune system disease` #> $`immune system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2914" #> #> $`immune system disease`$`_id` #> [1] "DOID_2914<DOID_7<DOID_4" #> #> $`immune system disease`$privateGeneCount #> [1] 0 #> #> $`immune system disease`$publicGeneCount #> [1] 908 #> #> $`immune system disease`$urlId #> [1] "DOID_2914" #> #> $`immune system disease`$dbPhenotype #> [1] FALSE #> #> $`immune system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`immune system disease`$`_is_leaf` #> [1] FALSE #> #> $`immune system disease`$children #> $`immune system disease`$children[[1]] #> [1] "DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`immune system disease`$children[[2]] #> [1] "DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`immune system disease`$children[[3]] #> [1] "DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`immune system disease`$children[[4]] #> [1] "DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`immune system disease`$value #> [1] "immune system disease" #> #> #> $Immunodeficiency #> $Immunodeficiency$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002721" #> #> $Immunodeficiency$`_id` #> [1] "HP_0002721<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $Immunodeficiency$privateGeneCount #> [1] 0 #> #> $Immunodeficiency$publicGeneCount #> [1] 32 #> #> $Immunodeficiency$urlId #> [1] "HP_0002721" #> #> $Immunodeficiency$dbPhenotype #> [1] TRUE #> #> $Immunodeficiency$`_parent` #> [1] "HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $Immunodeficiency$`_is_leaf` #> [1] TRUE #> #> $Immunodeficiency$children #> list() #> #> $Immunodeficiency$value #> [1] "Immunodeficiency" #> #> #> $`immunoglobulin alpha deficiency` #> $`immunoglobulin alpha deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060025" #> #> $`immunoglobulin alpha deficiency`$`_id` #> [1] "DOID_0060025<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`immunoglobulin alpha deficiency`$privateGeneCount #> [1] 0 #> #> $`immunoglobulin alpha deficiency`$publicGeneCount #> [1] 1 #> #> $`immunoglobulin alpha deficiency`$urlId #> [1] "DOID_0060025" #> #> $`immunoglobulin alpha deficiency`$dbPhenotype #> [1] TRUE #> #> $`immunoglobulin alpha deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`immunoglobulin alpha deficiency`$`_is_leaf` #> [1] TRUE #> #> $`immunoglobulin alpha deficiency`$children #> list() #> #> $`immunoglobulin alpha deficiency`$value #> [1] "immunoglobulin alpha deficiency" #> #> #> $`immunoglobulin alpha deficiency` #> $`immunoglobulin alpha deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060025" #> #> $`immunoglobulin alpha deficiency`$`_id` #> [1] "DOID_0060025<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`immunoglobulin alpha deficiency`$privateGeneCount #> [1] 0 #> #> $`immunoglobulin alpha deficiency`$publicGeneCount #> [1] 1 #> #> $`immunoglobulin alpha deficiency`$urlId #> [1] "DOID_0060025" #> #> $`immunoglobulin alpha deficiency`$dbPhenotype #> [1] TRUE #> #> $`immunoglobulin alpha deficiency`$`_parent` #> [1] "DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`immunoglobulin alpha deficiency`$`_is_leaf` #> [1] TRUE #> #> $`immunoglobulin alpha deficiency`$children #> list() #> #> $`immunoglobulin alpha deficiency`$value #> [1] "immunoglobulin alpha deficiency" #> #> #> $`Immunologic hypersensitivity` #> $`Immunologic hypersensitivity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100326" #> #> $`Immunologic hypersensitivity`$`_id` #> [1] "HP_0100326<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Immunologic hypersensitivity`$privateGeneCount #> [1] 0 #> #> $`Immunologic hypersensitivity`$publicGeneCount #> [1] 2 #> #> $`Immunologic hypersensitivity`$urlId #> [1] "HP_0100326" #> #> $`Immunologic hypersensitivity`$dbPhenotype #> [1] FALSE #> #> $`Immunologic hypersensitivity`$`_parent` #> [1] "HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Immunologic hypersensitivity`$`_is_leaf` #> [1] FALSE #> #> $`Immunologic hypersensitivity`$children #> $`Immunologic hypersensitivity`$children[[1]] #> [1] "HP_0002099<HP_0100326<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Immunologic hypersensitivity`$value #> [1] "Immunologic hypersensitivity" #> #> #> $`Impaired pain sensation` #> $`Impaired pain sensation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007328" #> #> $`Impaired pain sensation`$`_id` #> [1] "HP_0007328<HP_0010832<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Impaired pain sensation`$privateGeneCount #> [1] 0 #> #> $`Impaired pain sensation`$publicGeneCount #> [1] 2 #> #> $`Impaired pain sensation`$urlId #> [1] "HP_0007328" #> #> $`Impaired pain sensation`$dbPhenotype #> [1] FALSE #> #> $`Impaired pain sensation`$`_parent` #> [1] "HP_0010832<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Impaired pain sensation`$`_is_leaf` #> [1] FALSE #> #> $`Impaired pain sensation`$children #> $`Impaired pain sensation`$children[[1]] #> [1] "HP_0007021<HP_0007328<HP_0010832<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Impaired pain sensation`$value #> [1] "Impaired pain sensation" #> #> #> $`Impaired proprioception` #> $`Impaired proprioception`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010831" #> #> $`Impaired proprioception`$`_id` #> [1] "HP_0010831<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Impaired proprioception`$privateGeneCount #> [1] 0 #> #> $`Impaired proprioception`$publicGeneCount #> [1] 1 #> #> $`Impaired proprioception`$urlId #> [1] "HP_0010831" #> #> $`Impaired proprioception`$dbPhenotype #> [1] FALSE #> #> $`Impaired proprioception`$`_parent` #> [1] "HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Impaired proprioception`$`_is_leaf` #> [1] FALSE #> #> $`Impaired proprioception`$children #> $`Impaired proprioception`$children[[1]] #> [1] "HP_0010871<HP_0010831<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Impaired proprioception`$value #> [1] "Impaired proprioception" #> #> #> $`Impairment in personality functioning` #> $`Impairment in personality functioning`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031466" #> #> $`Impairment in personality functioning`$`_id` #> [1] "HP_0031466<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Impairment in personality functioning`$privateGeneCount #> [1] 0 #> #> $`Impairment in personality functioning`$publicGeneCount #> [1] 2 #> #> $`Impairment in personality functioning`$urlId #> [1] "HP_0031466" #> #> $`Impairment in personality functioning`$dbPhenotype #> [1] FALSE #> #> $`Impairment in personality functioning`$`_parent` #> [1] "HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Impairment in personality functioning`$`_is_leaf` #> [1] FALSE #> #> $`Impairment in personality functioning`$children #> $`Impairment in personality functioning`$children[[1]] #> [1] "HP_0100852<HP_0031466<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Impairment in personality functioning`$value #> [1] "Impairment in personality functioning" #> #> #> $`Impairment of fructose metabolism` #> $`Impairment of fructose metabolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011033" #> #> $`Impairment of fructose metabolism`$`_id` #> [1] "HP_0011033<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Impairment of fructose metabolism`$privateGeneCount #> [1] 0 #> #> $`Impairment of fructose metabolism`$publicGeneCount #> [1] 1 #> #> $`Impairment of fructose metabolism`$urlId #> [1] "HP_0011033" #> #> $`Impairment of fructose metabolism`$dbPhenotype #> [1] FALSE #> #> $`Impairment of fructose metabolism`$`_parent` #> [1] "HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Impairment of fructose metabolism`$`_is_leaf` #> [1] FALSE #> #> $`Impairment of fructose metabolism`$children #> $`Impairment of fructose metabolism`$children[[1]] #> [1] "HP_0005973<HP_0011033<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Impairment of fructose metabolism`$value #> [1] "Impairment of fructose metabolism" #> #> #> $`imperforate anus` #> $`imperforate anus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10488" #> #> $`imperforate anus`$`_id` #> [1] "DOID_10488<DOID_0080015<DOID_4" #> #> $`imperforate anus`$privateGeneCount #> [1] 0 #> #> $`imperforate anus`$publicGeneCount #> [1] 1 #> #> $`imperforate anus`$urlId #> [1] "DOID_10488" #> #> $`imperforate anus`$dbPhenotype #> [1] TRUE #> #> $`imperforate anus`$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $`imperforate anus`$`_is_leaf` #> [1] TRUE #> #> $`imperforate anus`$children #> list() #> #> $`imperforate anus`$value #> [1] "imperforate anus" #> #> #> $`imperforate anus` #> $`imperforate anus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10488" #> #> $`imperforate anus`$`_id` #> [1] "DOID_10488<DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`imperforate anus`$privateGeneCount #> [1] 0 #> #> $`imperforate anus`$publicGeneCount #> [1] 1 #> #> $`imperforate anus`$urlId #> [1] "DOID_10488" #> #> $`imperforate anus`$dbPhenotype #> [1] TRUE #> #> $`imperforate anus`$`_parent` #> [1] "DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`imperforate anus`$`_is_leaf` #> [1] TRUE #> #> $`imperforate anus`$children #> list() #> #> $`imperforate anus`$value #> [1] "imperforate anus" #> #> #> $impotence #> $impotence$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1875" #> #> $impotence$`_id` #> [1] "DOID_1875<DOID_1876<DOID_0060043<DOID_150<DOID_4" #> #> $impotence$privateGeneCount #> [1] 0 #> #> $impotence$publicGeneCount #> [1] 10 #> #> $impotence$urlId #> [1] "DOID_1875" #> #> $impotence$dbPhenotype #> [1] TRUE #> #> $impotence$`_parent` #> [1] "DOID_1876<DOID_0060043<DOID_150<DOID_4" #> #> $impotence$`_is_leaf` #> [1] FALSE #> #> $impotence$children #> $impotence$children[[1]] #> [1] "DOID_4762<DOID_1875<DOID_1876<DOID_0060043<DOID_150<DOID_4" #> #> #> $impotence$value #> [1] "impotence" #> #> #> $Impotence #> $Impotence$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000802" #> #> $Impotence$`_id` #> [1] "HP_0000802<HP_0100639<HP_0040307<HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Impotence$privateGeneCount #> [1] 0 #> #> $Impotence$publicGeneCount #> [1] 13 #> #> $Impotence$urlId #> [1] "HP_0000802" #> #> $Impotence$dbPhenotype #> [1] TRUE #> #> $Impotence$`_parent` #> [1] "HP_0100639<HP_0040307<HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Impotence$`_is_leaf` #> [1] TRUE #> #> $Impotence$children #> list() #> #> $Impotence$value #> [1] "Impotence" #> #> #> $`impulse control disorder` #> $`impulse control disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10937" #> #> $`impulse control disorder`$`_id` #> [1] "DOID_10937<DOID_150<DOID_4" #> #> $`impulse control disorder`$privateGeneCount #> [1] 0 #> #> $`impulse control disorder`$publicGeneCount #> [1] 5 #> #> $`impulse control disorder`$urlId #> [1] "DOID_10937" #> #> $`impulse control disorder`$dbPhenotype #> [1] TRUE #> #> $`impulse control disorder`$`_parent` #> [1] "DOID_150<DOID_4" #> #> $`impulse control disorder`$`_is_leaf` #> [1] FALSE #> #> $`impulse control disorder`$children #> $`impulse control disorder`$children[[1]] #> [1] "DOID_12401<DOID_10937<DOID_150<DOID_4" #> #> $`impulse control disorder`$children[[2]] #> [1] "DOID_12400<DOID_10937<DOID_150<DOID_4" #> #> $`impulse control disorder`$children[[3]] #> [1] "DOID_12399<DOID_10937<DOID_150<DOID_4" #> #> $`impulse control disorder`$children[[4]] #> [1] "DOID_0050587<DOID_10937<DOID_150<DOID_4" #> #> #> $`impulse control disorder`$value #> [1] "impulse control disorder" #> #> #> $`in situ carcinoma` #> $`in situ carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8719" #> #> $`in situ carcinoma`$`_id` #> [1] "DOID_8719<DOID_0060071<DOID_14566<DOID_4" #> #> $`in situ carcinoma`$privateGeneCount #> [1] 0 #> #> $`in situ carcinoma`$publicGeneCount #> [1] 92 #> #> $`in situ carcinoma`$urlId #> [1] "DOID_8719" #> #> $`in situ carcinoma`$dbPhenotype #> [1] TRUE #> #> $`in situ carcinoma`$`_parent` #> [1] "DOID_0060071<DOID_14566<DOID_4" #> #> $`in situ carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`in situ carcinoma`$children #> $`in situ carcinoma`$children[[1]] #> [1] "DOID_9108<DOID_8719<DOID_0060071<DOID_14566<DOID_4" #> #> #> $`in situ carcinoma`$value #> [1] "in situ carcinoma" #> #> #> $`inappropriate ADH syndrome` #> $`inappropriate ADH syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3401" #> #> $`inappropriate ADH syndrome`$`_id` #> [1] "DOID_3401<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`inappropriate ADH syndrome`$privateGeneCount #> [1] 0 #> #> $`inappropriate ADH syndrome`$publicGeneCount #> [1] 1 #> #> $`inappropriate ADH syndrome`$urlId #> [1] "DOID_3401" #> #> $`inappropriate ADH syndrome`$dbPhenotype #> [1] TRUE #> #> $`inappropriate ADH syndrome`$`_parent` #> [1] "DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`inappropriate ADH syndrome`$`_is_leaf` #> [1] TRUE #> #> $`inappropriate ADH syndrome`$children #> list() #> #> $`inappropriate ADH syndrome`$value #> [1] "inappropriate ADH syndrome" #> #> #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia` #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050881" #> #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia`$`_id` #> [1] "DOID_0050881<DOID_225<DOID_4" #> #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia`$privateGeneCount #> [1] 0 #> #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia`$publicGeneCount #> [1] 3 #> #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia`$urlId #> [1] "DOID_0050881" #> #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia`$dbPhenotype #> [1] TRUE #> #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia`$`_is_leaf` #> [1] TRUE #> #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia`$children #> list() #> #> $`inclusion body myopathy with Paget disease of bone and frontotemporal dementia`$value #> [1] "inclusion body myopathy with Paget disease of bone and frontotemporal dementia" #> #> #> $`inclusion body myositis` #> $`inclusion body myositis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3429" #> #> $`inclusion body myositis`$`_id` #> [1] "DOID_3429<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`inclusion body myositis`$privateGeneCount #> [1] 0 #> #> $`inclusion body myositis`$publicGeneCount #> [1] 12 #> #> $`inclusion body myositis`$urlId #> [1] "DOID_3429" #> #> $`inclusion body myositis`$dbPhenotype #> [1] TRUE #> #> $`inclusion body myositis`$`_parent` #> [1] "DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`inclusion body myositis`$`_is_leaf` #> [1] TRUE #> #> $`inclusion body myositis`$children #> list() #> #> $`inclusion body myositis`$value #> [1] "inclusion body myositis" #> #> #> $`Increased body weight` #> $`Increased body weight`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004324" #> #> $`Increased body weight`$`_id` #> [1] "HP_0004324<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Increased body weight`$privateGeneCount #> [1] 0 #> #> $`Increased body weight`$publicGeneCount #> [1] 89 #> #> $`Increased body weight`$urlId #> [1] "HP_0004324" #> #> $`Increased body weight`$dbPhenotype #> [1] TRUE #> #> $`Increased body weight`$`_parent` #> [1] "HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Increased body weight`$`_is_leaf` #> [1] FALSE #> #> $`Increased body weight`$children #> $`Increased body weight`$children[[1]] #> [1] "HP_0001513<HP_0004324<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Increased body weight`$value #> [1] "Increased body weight" #> #> #> $`Increased circulating antibody level` #> $`Increased circulating antibody level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010702" #> #> $`Increased circulating antibody level`$`_id` #> [1] "HP_0010702<HP_0010701<HP_0005368<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Increased circulating antibody level`$privateGeneCount #> [1] 0 #> #> $`Increased circulating antibody level`$publicGeneCount #> [1] 1 #> #> $`Increased circulating antibody level`$urlId #> [1] "HP_0010702" #> #> $`Increased circulating antibody level`$dbPhenotype #> [1] TRUE #> #> $`Increased circulating antibody level`$`_parent` #> [1] "HP_0010701<HP_0005368<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Increased circulating antibody level`$`_is_leaf` #> [1] TRUE #> #> $`Increased circulating antibody level`$children #> list() #> #> $`Increased circulating antibody level`$value #> [1] "Increased circulating antibody level" #> #> #> $`Increased circulating antibody level` #> $`Increased circulating antibody level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010702" #> #> $`Increased circulating antibody level`$`_id` #> [1] "HP_0010702<HP_0010701<HP_0005372<HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Increased circulating antibody level`$privateGeneCount #> [1] 0 #> #> $`Increased circulating antibody level`$publicGeneCount #> [1] 1 #> #> $`Increased circulating antibody level`$urlId #> [1] "HP_0010702" #> #> $`Increased circulating antibody level`$dbPhenotype #> [1] TRUE #> #> $`Increased circulating antibody level`$`_parent` #> [1] "HP_0010701<HP_0005372<HP_0031409<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Increased circulating antibody level`$`_is_leaf` #> [1] TRUE #> #> $`Increased circulating antibody level`$children #> list() #> #> $`Increased circulating antibody level`$value #> [1] "Increased circulating antibody level" #> #> #> $`Increased circulating antibody level` #> $`Increased circulating antibody level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010702" #> #> $`Increased circulating antibody level`$`_id` #> [1] "HP_0010702<HP_0010701<HP_0005372<HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Increased circulating antibody level`$privateGeneCount #> [1] 0 #> #> $`Increased circulating antibody level`$publicGeneCount #> [1] 1 #> #> $`Increased circulating antibody level`$urlId #> [1] "HP_0010702" #> #> $`Increased circulating antibody level`$dbPhenotype #> [1] TRUE #> #> $`Increased circulating antibody level`$`_parent` #> [1] "HP_0010701<HP_0005372<HP_0031409<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Increased circulating antibody level`$`_is_leaf` #> [1] TRUE #> #> $`Increased circulating antibody level`$children #> list() #> #> $`Increased circulating antibody level`$value #> [1] "Increased circulating antibody level" #> #> #> $`Increased circulating antibody level` #> $`Increased circulating antibody level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010702" #> #> $`Increased circulating antibody level`$`_id` #> [1] "HP_0010702<HP_0010701<HP_0005372<HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Increased circulating antibody level`$privateGeneCount #> [1] 0 #> #> $`Increased circulating antibody level`$publicGeneCount #> [1] 1 #> #> $`Increased circulating antibody level`$urlId #> [1] "HP_0010702" #> #> $`Increased circulating antibody level`$dbPhenotype #> [1] TRUE #> #> $`Increased circulating antibody level`$`_parent` #> [1] "HP_0010701<HP_0005372<HP_0031409<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Increased circulating antibody level`$`_is_leaf` #> [1] TRUE #> #> $`Increased circulating antibody level`$children #> list() #> #> $`Increased circulating antibody level`$value #> [1] "Increased circulating antibody level" #> #> #> $`Increased HDL cholesterol concentration` #> $`Increased HDL cholesterol concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012184" #> #> $`Increased HDL cholesterol concentration`$`_id` #> [1] "HP_0012184<HP_0010980<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Increased HDL cholesterol concentration`$privateGeneCount #> [1] 0 #> #> $`Increased HDL cholesterol concentration`$publicGeneCount #> [1] 2 #> #> $`Increased HDL cholesterol concentration`$urlId #> [1] "HP_0012184" #> #> $`Increased HDL cholesterol concentration`$dbPhenotype #> [1] TRUE #> #> $`Increased HDL cholesterol concentration`$`_parent` #> [1] "HP_0010980<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Increased HDL cholesterol concentration`$`_is_leaf` #> [1] TRUE #> #> $`Increased HDL cholesterol concentration`$children #> list() #> #> $`Increased HDL cholesterol concentration`$value #> [1] "Increased HDL cholesterol concentration" #> #> #> $`Increased HDL cholesterol concentration` #> $`Increased HDL cholesterol concentration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012184" #> #> $`Increased HDL cholesterol concentration`$`_id` #> [1] "HP_0012184<HP_0031888<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Increased HDL cholesterol concentration`$privateGeneCount #> [1] 0 #> #> $`Increased HDL cholesterol concentration`$publicGeneCount #> [1] 2 #> #> $`Increased HDL cholesterol concentration`$urlId #> [1] "HP_0012184" #> #> $`Increased HDL cholesterol concentration`$dbPhenotype #> [1] TRUE #> #> $`Increased HDL cholesterol concentration`$`_parent` #> [1] "HP_0031888<HP_0010979<HP_0003107<HP_0003119<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Increased HDL cholesterol concentration`$`_is_leaf` #> [1] TRUE #> #> $`Increased HDL cholesterol concentration`$children #> list() #> #> $`Increased HDL cholesterol concentration`$value #> [1] "Increased HDL cholesterol concentration" #> #> #> $`Increased head circumference` #> $`Increased head circumference`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040194" #> #> $`Increased head circumference`$`_id` #> [1] "HP_0040194<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Increased head circumference`$privateGeneCount #> [1] 0 #> #> $`Increased head circumference`$publicGeneCount #> [1] 4 #> #> $`Increased head circumference`$urlId #> [1] "HP_0040194" #> #> $`Increased head circumference`$dbPhenotype #> [1] FALSE #> #> $`Increased head circumference`$`_parent` #> [1] "HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Increased head circumference`$`_is_leaf` #> [1] FALSE #> #> $`Increased head circumference`$children #> $`Increased head circumference`$children[[1]] #> [1] "HP_0000256<HP_0040194<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Increased head circumference`$value #> [1] "Increased head circumference" #> #> #> $`Increased head circumference` #> $`Increased head circumference`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040194" #> #> $`Increased head circumference`$`_id` #> [1] "HP_0040194<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Increased head circumference`$privateGeneCount #> [1] 0 #> #> $`Increased head circumference`$publicGeneCount #> [1] 4 #> #> $`Increased head circumference`$urlId #> [1] "HP_0040194" #> #> $`Increased head circumference`$dbPhenotype #> [1] FALSE #> #> $`Increased head circumference`$`_parent` #> [1] "HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Increased head circumference`$`_is_leaf` #> [1] FALSE #> #> $`Increased head circumference`$children #> $`Increased head circumference`$children[[1]] #> [1] "HP_0000256<HP_0040194<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Increased head circumference`$value #> [1] "Increased head circumference" #> #> #> $`Increased inflammatory response` #> $`Increased inflammatory response`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012649" #> #> $`Increased inflammatory response`$`_id` #> [1] "HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Increased inflammatory response`$privateGeneCount #> [1] 0 #> #> $`Increased inflammatory response`$publicGeneCount #> [1] 26 #> #> $`Increased inflammatory response`$urlId #> [1] "HP_0012649" #> #> $`Increased inflammatory response`$dbPhenotype #> [1] FALSE #> #> $`Increased inflammatory response`$`_parent` #> [1] "HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Increased inflammatory response`$`_is_leaf` #> [1] FALSE #> #> $`Increased inflammatory response`$children #> $`Increased inflammatory response`$children[[1]] #> [1] "HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Increased inflammatory response`$children[[2]] #> [1] "HP_0001733<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Increased inflammatory response`$value #> [1] "Increased inflammatory response" #> #> #> $`indolent systemic mastocytosis` #> $`indolent systemic mastocytosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4660" #> #> $`indolent systemic mastocytosis`$`_id` #> [1] "DOID_4660<DOID_349<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`indolent systemic mastocytosis`$privateGeneCount #> [1] 0 #> #> $`indolent systemic mastocytosis`$publicGeneCount #> [1] 2 #> #> $`indolent systemic mastocytosis`$urlId #> [1] "DOID_4660" #> #> $`indolent systemic mastocytosis`$dbPhenotype #> [1] TRUE #> #> $`indolent systemic mastocytosis`$`_parent` #> [1] "DOID_349<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`indolent systemic mastocytosis`$`_is_leaf` #> [1] TRUE #> #> $`indolent systemic mastocytosis`$children #> list() #> #> $`indolent systemic mastocytosis`$value #> [1] "indolent systemic mastocytosis" #> #> #> $`infancy electroclinical syndrome` #> $`infancy electroclinical syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050703" #> #> $`infancy electroclinical syndrome`$`_id` #> [1] "DOID_0050703<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`infancy electroclinical syndrome`$privateGeneCount #> [1] 0 #> #> $`infancy electroclinical syndrome`$publicGeneCount #> [1] 11 #> #> $`infancy electroclinical syndrome`$urlId #> [1] "DOID_0050703" #> #> $`infancy electroclinical syndrome`$dbPhenotype #> [1] TRUE #> #> $`infancy electroclinical syndrome`$`_parent` #> [1] "DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`infancy electroclinical syndrome`$`_is_leaf` #> [1] FALSE #> #> $`infancy electroclinical syndrome`$children #> $`infancy electroclinical syndrome`$children[[1]] #> [1] "DOID_0060169<DOID_0050703<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`infancy electroclinical syndrome`$children[[2]] #> [1] "DOID_0050562<DOID_0050703<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`infancy electroclinical syndrome`$value #> [1] "infancy electroclinical syndrome" #> #> #> $`infant gynecomastia` #> $`infant gynecomastia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11603" #> #> $`infant gynecomastia`$`_id` #> [1] "DOID_11603<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`infant gynecomastia`$privateGeneCount #> [1] 0 #> #> $`infant gynecomastia`$publicGeneCount #> [1] 3 #> #> $`infant gynecomastia`$urlId #> [1] "DOID_11603" #> #> $`infant gynecomastia`$dbPhenotype #> [1] TRUE #> #> $`infant gynecomastia`$`_parent` #> [1] "DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`infant gynecomastia`$`_is_leaf` #> [1] TRUE #> #> $`infant gynecomastia`$children #> list() #> #> $`infant gynecomastia`$value #> [1] "infant gynecomastia" #> #> #> $`infantile cerebellar-retinal degeneration` #> $`infantile cerebellar-retinal degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050883" #> #> $`infantile cerebellar-retinal degeneration`$`_id` #> [1] "DOID_0050883<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`infantile cerebellar-retinal degeneration`$privateGeneCount #> [1] 0 #> #> $`infantile cerebellar-retinal degeneration`$publicGeneCount #> [1] 1 #> #> $`infantile cerebellar-retinal degeneration`$urlId #> [1] "DOID_0050883" #> #> $`infantile cerebellar-retinal degeneration`$dbPhenotype #> [1] TRUE #> #> $`infantile cerebellar-retinal degeneration`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`infantile cerebellar-retinal degeneration`$`_is_leaf` #> [1] TRUE #> #> $`infantile cerebellar-retinal degeneration`$children #> list() #> #> $`infantile cerebellar-retinal degeneration`$value #> [1] "infantile cerebellar-retinal degeneration" #> #> #> $`infantile cerebellar-retinal degeneration` #> $`infantile cerebellar-retinal degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050883" #> #> $`infantile cerebellar-retinal degeneration`$`_id` #> [1] "DOID_0050883<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`infantile cerebellar-retinal degeneration`$privateGeneCount #> [1] 0 #> #> $`infantile cerebellar-retinal degeneration`$publicGeneCount #> [1] 1 #> #> $`infantile cerebellar-retinal degeneration`$urlId #> [1] "DOID_0050883" #> #> $`infantile cerebellar-retinal degeneration`$dbPhenotype #> [1] TRUE #> #> $`infantile cerebellar-retinal degeneration`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`infantile cerebellar-retinal degeneration`$`_is_leaf` #> [1] TRUE #> #> $`infantile cerebellar-retinal degeneration`$children #> list() #> #> $`infantile cerebellar-retinal degeneration`$value #> [1] "infantile cerebellar-retinal degeneration" #> #> #> $`Infantile hypercalcemia` #> $`Infantile hypercalcemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008250" #> #> $`Infantile hypercalcemia`$`_id` #> [1] "HP_0008250<HP_0003072<HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Infantile hypercalcemia`$privateGeneCount #> [1] 0 #> #> $`Infantile hypercalcemia`$publicGeneCount #> [1] 1 #> #> $`Infantile hypercalcemia`$urlId #> [1] "HP_0008250" #> #> $`Infantile hypercalcemia`$dbPhenotype #> [1] TRUE #> #> $`Infantile hypercalcemia`$`_parent` #> [1] "HP_0003072<HP_0004363<HP_0010927<HP_0010929<HP_0003111<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Infantile hypercalcemia`$`_is_leaf` #> [1] TRUE #> #> $`Infantile hypercalcemia`$children #> list() #> #> $`Infantile hypercalcemia`$value #> [1] "Infantile hypercalcemia" #> #> #> $`infantile myofibromatosis` #> $`infantile myofibromatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080109" #> #> $`infantile myofibromatosis`$`_id` #> [1] "DOID_0080109<DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`infantile myofibromatosis`$privateGeneCount #> [1] 0 #> #> $`infantile myofibromatosis`$publicGeneCount #> [1] 2 #> #> $`infantile myofibromatosis`$urlId #> [1] "DOID_0080109" #> #> $`infantile myofibromatosis`$dbPhenotype #> [1] TRUE #> #> $`infantile myofibromatosis`$`_parent` #> [1] "DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`infantile myofibromatosis`$`_is_leaf` #> [1] TRUE #> #> $`infantile myofibromatosis`$children #> list() #> #> $`infantile myofibromatosis`$value #> [1] "infantile myofibromatosis" #> #> #> $`infantile myofibromatosis` #> $`infantile myofibromatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080109" #> #> $`infantile myofibromatosis`$`_id` #> [1] "DOID_0080109<DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`infantile myofibromatosis`$privateGeneCount #> [1] 0 #> #> $`infantile myofibromatosis`$publicGeneCount #> [1] 2 #> #> $`infantile myofibromatosis`$urlId #> [1] "DOID_0080109" #> #> $`infantile myofibromatosis`$dbPhenotype #> [1] TRUE #> #> $`infantile myofibromatosis`$`_parent` #> [1] "DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`infantile myofibromatosis`$`_is_leaf` #> [1] TRUE #> #> $`infantile myofibromatosis`$children #> list() #> #> $`infantile myofibromatosis`$value #> [1] "infantile myofibromatosis" #> #> #> $`infantile myofibromatosis` #> $`infantile myofibromatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080109" #> #> $`infantile myofibromatosis`$`_id` #> [1] "DOID_0080109<DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`infantile myofibromatosis`$privateGeneCount #> [1] 0 #> #> $`infantile myofibromatosis`$publicGeneCount #> [1] 2 #> #> $`infantile myofibromatosis`$urlId #> [1] "DOID_0080109" #> #> $`infantile myofibromatosis`$dbPhenotype #> [1] TRUE #> #> $`infantile myofibromatosis`$`_parent` #> [1] "DOID_0060123<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`infantile myofibromatosis`$`_is_leaf` #> [1] TRUE #> #> $`infantile myofibromatosis`$children #> list() #> #> $`infantile myofibromatosis`$value #> [1] "infantile myofibromatosis" #> #> #> $`Infantile onset` #> $`Infantile onset`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003593" #> #> $`Infantile onset`$`_id` #> [1] "HP_0003593<HP_0410280<HP_0003674<HP_0031797<HP_0000001" #> #> $`Infantile onset`$privateGeneCount #> [1] 0 #> #> $`Infantile onset`$publicGeneCount #> [1] 2 #> #> $`Infantile onset`$urlId #> [1] "HP_0003593" #> #> $`Infantile onset`$dbPhenotype #> [1] TRUE #> #> $`Infantile onset`$`_parent` #> [1] "HP_0410280<HP_0003674<HP_0031797<HP_0000001" #> #> $`Infantile onset`$`_is_leaf` #> [1] TRUE #> #> $`Infantile onset`$children #> list() #> #> $`Infantile onset`$value #> [1] "Infantile onset" #> #> #> $`infantile Refsum disease` #> $`infantile Refsum disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050444" #> #> $`infantile Refsum disease`$`_id` #> [1] "DOID_0050444<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`infantile Refsum disease`$privateGeneCount #> [1] 0 #> #> $`infantile Refsum disease`$publicGeneCount #> [1] 4 #> #> $`infantile Refsum disease`$urlId #> [1] "DOID_0050444" #> #> $`infantile Refsum disease`$dbPhenotype #> [1] TRUE #> #> $`infantile Refsum disease`$`_parent` #> [1] "DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`infantile Refsum disease`$`_is_leaf` #> [1] TRUE #> #> $`infantile Refsum disease`$children #> list() #> #> $`infantile Refsum disease`$value #> [1] "infantile Refsum disease" #> #> #> $`Infection-related seizure` #> $`Infection-related seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032892" #> #> $`Infection-related seizure`$`_id` #> [1] "HP_0032892<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Infection-related seizure`$privateGeneCount #> [1] 0 #> #> $`Infection-related seizure`$publicGeneCount #> [1] 35 #> #> $`Infection-related seizure`$urlId #> [1] "HP_0032892" #> #> $`Infection-related seizure`$dbPhenotype #> [1] FALSE #> #> $`Infection-related seizure`$`_parent` #> [1] "HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Infection-related seizure`$`_is_leaf` #> [1] FALSE #> #> $`Infection-related seizure`$children #> $`Infection-related seizure`$children[[1]] #> [1] "HP_0032894<HP_0032892<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Infection-related seizure`$value #> [1] "Infection-related seizure" #> #> #> $infertility #> $infertility$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5223" #> #> $infertility$`_id` #> [1] "DOID_5223<DOID_15<DOID_7<DOID_4" #> #> $infertility$privateGeneCount #> [1] 0 #> #> $infertility$publicGeneCount #> [1] 33 #> #> $infertility$urlId #> [1] "DOID_5223" #> #> $infertility$dbPhenotype #> [1] TRUE #> #> $infertility$`_parent` #> [1] "DOID_15<DOID_7<DOID_4" #> #> $infertility$`_is_leaf` #> [1] TRUE #> #> $infertility$children #> list() #> #> $infertility$value #> [1] "infertility" #> #> #> $`Inflammation of the large intestine` #> $`Inflammation of the large intestine`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002037" #> #> $`Inflammation of the large intestine`$`_id` #> [1] "HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Inflammation of the large intestine`$privateGeneCount #> [1] 0 #> #> $`Inflammation of the large intestine`$publicGeneCount #> [1] 29 #> #> $`Inflammation of the large intestine`$urlId #> [1] "HP_0002037" #> #> $`Inflammation of the large intestine`$dbPhenotype #> [1] FALSE #> #> $`Inflammation of the large intestine`$`_parent` #> [1] "HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Inflammation of the large intestine`$`_is_leaf` #> [1] FALSE #> #> $`Inflammation of the large intestine`$children #> $`Inflammation of the large intestine`$children[[1]] #> [1] "HP_0002583<HP_0002037<HP_0002250<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Inflammation of the large intestine`$value #> [1] "Inflammation of the large intestine" #> #> #> $`Inflammation of the large intestine` #> $`Inflammation of the large intestine`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002037" #> #> $`Inflammation of the large intestine`$`_id` #> [1] "HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Inflammation of the large intestine`$privateGeneCount #> [1] 0 #> #> $`Inflammation of the large intestine`$publicGeneCount #> [1] 29 #> #> $`Inflammation of the large intestine`$urlId #> [1] "HP_0002037" #> #> $`Inflammation of the large intestine`$dbPhenotype #> [1] FALSE #> #> $`Inflammation of the large intestine`$`_parent` #> [1] "HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Inflammation of the large intestine`$`_is_leaf` #> [1] FALSE #> #> $`Inflammation of the large intestine`$children #> $`Inflammation of the large intestine`$children[[1]] #> [1] "HP_0002583<HP_0002037<HP_0004386<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Inflammation of the large intestine`$value #> [1] "Inflammation of the large intestine" #> #> #> $`Inflammatory abnormality of the skin` #> $`Inflammatory abnormality of the skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011123" #> #> $`Inflammatory abnormality of the skin`$`_id` #> [1] "HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Inflammatory abnormality of the skin`$privateGeneCount #> [1] 0 #> #> $`Inflammatory abnormality of the skin`$publicGeneCount #> [1] 21 #> #> $`Inflammatory abnormality of the skin`$urlId #> [1] "HP_0011123" #> #> $`Inflammatory abnormality of the skin`$dbPhenotype #> [1] FALSE #> #> $`Inflammatory abnormality of the skin`$`_parent` #> [1] "HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Inflammatory abnormality of the skin`$`_is_leaf` #> [1] FALSE #> #> $`Inflammatory abnormality of the skin`$children #> $`Inflammatory abnormality of the skin`$children[[1]] #> [1] "HP_0000964<HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Inflammatory abnormality of the skin`$children[[2]] #> [1] "HP_0012219<HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Inflammatory abnormality of the skin`$children[[3]] #> [1] "HP_0000988<HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Inflammatory abnormality of the skin`$value #> [1] "Inflammatory abnormality of the skin" #> #> #> $`Inflammatory abnormality of the skin` #> $`Inflammatory abnormality of the skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011123" #> #> $`Inflammatory abnormality of the skin`$`_id` #> [1] "HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Inflammatory abnormality of the skin`$privateGeneCount #> [1] 0 #> #> $`Inflammatory abnormality of the skin`$publicGeneCount #> [1] 21 #> #> $`Inflammatory abnormality of the skin`$urlId #> [1] "HP_0011123" #> #> $`Inflammatory abnormality of the skin`$dbPhenotype #> [1] FALSE #> #> $`Inflammatory abnormality of the skin`$`_parent` #> [1] "HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Inflammatory abnormality of the skin`$`_is_leaf` #> [1] FALSE #> #> $`Inflammatory abnormality of the skin`$children #> $`Inflammatory abnormality of the skin`$children[[1]] #> [1] "HP_0000964<HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Inflammatory abnormality of the skin`$children[[2]] #> [1] "HP_0012219<HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Inflammatory abnormality of the skin`$children[[3]] #> [1] "HP_0000988<HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Inflammatory abnormality of the skin`$value #> [1] "Inflammatory abnormality of the skin" #> #> #> $`inflammatory and toxic neuropathy` #> $`inflammatory and toxic neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2537" #> #> $`inflammatory and toxic neuropathy`$`_id` #> [1] "DOID_2537<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`inflammatory and toxic neuropathy`$privateGeneCount #> [1] 0 #> #> $`inflammatory and toxic neuropathy`$publicGeneCount #> [1] 9 #> #> $`inflammatory and toxic neuropathy`$urlId #> [1] "DOID_2537" #> #> $`inflammatory and toxic neuropathy`$dbPhenotype #> [1] FALSE #> #> $`inflammatory and toxic neuropathy`$`_parent` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`inflammatory and toxic neuropathy`$`_is_leaf` #> [1] FALSE #> #> $`inflammatory and toxic neuropathy`$children #> $`inflammatory and toxic neuropathy`$children[[1]] #> [1] "DOID_14402<DOID_2537<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`inflammatory and toxic neuropathy`$value #> [1] "inflammatory and toxic neuropathy" #> #> #> $`inflammatory bowel disease` #> $`inflammatory bowel disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050589" #> #> $`inflammatory bowel disease`$`_id` #> [1] "DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`inflammatory bowel disease`$privateGeneCount #> [1] 0 #> #> $`inflammatory bowel disease`$publicGeneCount #> [1] 180 #> #> $`inflammatory bowel disease`$urlId #> [1] "DOID_0050589" #> #> $`inflammatory bowel disease`$dbPhenotype #> [1] TRUE #> #> $`inflammatory bowel disease`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`inflammatory bowel disease`$`_is_leaf` #> [1] FALSE #> #> $`inflammatory bowel disease`$children #> $`inflammatory bowel disease`$children[[1]] #> [1] "DOID_0060180<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`inflammatory bowel disease`$children[[2]] #> [1] "DOID_8778<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`inflammatory bowel disease`$value #> [1] "inflammatory bowel disease" #> #> #> $`inflammatory breast carcinoma` #> $`inflammatory breast carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6263" #> #> $`inflammatory breast carcinoma`$`_id` #> [1] "DOID_6263<DOID_3458<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`inflammatory breast carcinoma`$privateGeneCount #> [1] 0 #> #> $`inflammatory breast carcinoma`$publicGeneCount #> [1] 1 #> #> $`inflammatory breast carcinoma`$urlId #> [1] "DOID_6263" #> #> $`inflammatory breast carcinoma`$dbPhenotype #> [1] TRUE #> #> $`inflammatory breast carcinoma`$`_parent` #> [1] "DOID_3458<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`inflammatory breast carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`inflammatory breast carcinoma`$children #> list() #> #> $`inflammatory breast carcinoma`$value #> [1] "inflammatory breast carcinoma" #> #> #> $`inflammatory breast carcinoma` #> $`inflammatory breast carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6263" #> #> $`inflammatory breast carcinoma`$`_id` #> [1] "DOID_6263<DOID_3458<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`inflammatory breast carcinoma`$privateGeneCount #> [1] 0 #> #> $`inflammatory breast carcinoma`$publicGeneCount #> [1] 1 #> #> $`inflammatory breast carcinoma`$urlId #> [1] "DOID_6263" #> #> $`inflammatory breast carcinoma`$dbPhenotype #> [1] TRUE #> #> $`inflammatory breast carcinoma`$`_parent` #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`inflammatory breast carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`inflammatory breast carcinoma`$children #> list() #> #> $`inflammatory breast carcinoma`$value #> [1] "inflammatory breast carcinoma" #> #> #> $`inflammatory breast carcinoma` #> $`inflammatory breast carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6263" #> #> $`inflammatory breast carcinoma`$`_id` #> [1] "DOID_6263<DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`inflammatory breast carcinoma`$privateGeneCount #> [1] 0 #> #> $`inflammatory breast carcinoma`$publicGeneCount #> [1] 1 #> #> $`inflammatory breast carcinoma`$urlId #> [1] "DOID_6263" #> #> $`inflammatory breast carcinoma`$dbPhenotype #> [1] TRUE #> #> $`inflammatory breast carcinoma`$`_parent` #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`inflammatory breast carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`inflammatory breast carcinoma`$children #> list() #> #> $`inflammatory breast carcinoma`$value #> [1] "inflammatory breast carcinoma" #> #> #> $`inflammatory breast carcinoma` #> $`inflammatory breast carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6263" #> #> $`inflammatory breast carcinoma`$`_id` #> [1] "DOID_6263<DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`inflammatory breast carcinoma`$privateGeneCount #> [1] 0 #> #> $`inflammatory breast carcinoma`$publicGeneCount #> [1] 1 #> #> $`inflammatory breast carcinoma`$urlId #> [1] "DOID_6263" #> #> $`inflammatory breast carcinoma`$dbPhenotype #> [1] TRUE #> #> $`inflammatory breast carcinoma`$`_parent` #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`inflammatory breast carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`inflammatory breast carcinoma`$children #> list() #> #> $`inflammatory breast carcinoma`$value #> [1] "inflammatory breast carcinoma" #> #> #> $influenza #> $influenza$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8469" #> #> $influenza$`_id` #> [1] "DOID_8469<DOID_1579<DOID_7<DOID_4" #> #> $influenza$privateGeneCount #> [1] 0 #> #> $influenza$publicGeneCount #> [1] 68 #> #> $influenza$urlId #> [1] "DOID_8469" #> #> $influenza$dbPhenotype #> [1] TRUE #> #> $influenza$`_parent` #> [1] "DOID_1579<DOID_7<DOID_4" #> #> $influenza$`_is_leaf` #> [1] FALSE #> #> $influenza$children #> $influenza$children[[1]] #> [1] "DOID_4492<DOID_8469<DOID_1579<DOID_7<DOID_4" #> #> #> $influenza$value #> [1] "influenza" #> #> #> $influenza #> $influenza$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8469" #> #> $influenza$`_id` #> [1] "DOID_8469<DOID_934<DOID_0050117<DOID_4" #> #> $influenza$privateGeneCount #> [1] 0 #> #> $influenza$publicGeneCount #> [1] 68 #> #> $influenza$urlId #> [1] "DOID_8469" #> #> $influenza$dbPhenotype #> [1] TRUE #> #> $influenza$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $influenza$`_is_leaf` #> [1] FALSE #> #> $influenza$children #> $influenza$children[[1]] #> [1] "DOID_4492<DOID_8469<DOID_934<DOID_0050117<DOID_4" #> #> #> $influenza$value #> [1] "influenza" #> #> #> $`infratentorial cancer` #> $`infratentorial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4706" #> #> $`infratentorial cancer`$`_id` #> [1] "DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`infratentorial cancer`$privateGeneCount #> [1] 0 #> #> $`infratentorial cancer`$publicGeneCount #> [1] 48 #> #> $`infratentorial cancer`$urlId #> [1] "DOID_4706" #> #> $`infratentorial cancer`$dbPhenotype #> [1] TRUE #> #> $`infratentorial cancer`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`infratentorial cancer`$`_is_leaf` #> [1] FALSE #> #> $`infratentorial cancer`$children #> $`infratentorial cancer`$children[[1]] #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`infratentorial cancer`$value #> [1] "infratentorial cancer" #> #> #> $`infratentorial cancer` #> $`infratentorial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4706" #> #> $`infratentorial cancer`$`_id` #> [1] "DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`infratentorial cancer`$privateGeneCount #> [1] 0 #> #> $`infratentorial cancer`$publicGeneCount #> [1] 48 #> #> $`infratentorial cancer`$urlId #> [1] "DOID_4706" #> #> $`infratentorial cancer`$dbPhenotype #> [1] TRUE #> #> $`infratentorial cancer`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`infratentorial cancer`$`_is_leaf` #> [1] FALSE #> #> $`infratentorial cancer`$children #> $`infratentorial cancer`$children[[1]] #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`infratentorial cancer`$value #> [1] "infratentorial cancer" #> #> #> $`infratentorial cancer` #> $`infratentorial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4706" #> #> $`infratentorial cancer`$`_id` #> [1] "DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`infratentorial cancer`$privateGeneCount #> [1] 0 #> #> $`infratentorial cancer`$publicGeneCount #> [1] 48 #> #> $`infratentorial cancer`$urlId #> [1] "DOID_4706" #> #> $`infratentorial cancer`$dbPhenotype #> [1] TRUE #> #> $`infratentorial cancer`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`infratentorial cancer`$`_is_leaf` #> [1] FALSE #> #> $`infratentorial cancer`$children #> $`infratentorial cancer`$children[[1]] #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`infratentorial cancer`$value #> [1] "infratentorial cancer" #> #> #> $`infratentorial cancer` #> $`infratentorial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4706" #> #> $`infratentorial cancer`$`_id` #> [1] "DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`infratentorial cancer`$privateGeneCount #> [1] 0 #> #> $`infratentorial cancer`$publicGeneCount #> [1] 48 #> #> $`infratentorial cancer`$urlId #> [1] "DOID_4706" #> #> $`infratentorial cancer`$dbPhenotype #> [1] TRUE #> #> $`infratentorial cancer`$`_parent` #> [1] "DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`infratentorial cancer`$`_is_leaf` #> [1] FALSE #> #> $`infratentorial cancer`$children #> $`infratentorial cancer`$children[[1]] #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`infratentorial cancer`$value #> [1] "infratentorial cancer" #> #> #> $`Inguinal hernia` #> $`Inguinal hernia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000023" #> #> $`Inguinal hernia`$`_id` #> [1] "HP_0000023<HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Inguinal hernia`$privateGeneCount #> [1] 0 #> #> $`Inguinal hernia`$publicGeneCount #> [1] 1 #> #> $`Inguinal hernia`$urlId #> [1] "HP_0000023" #> #> $`Inguinal hernia`$dbPhenotype #> [1] TRUE #> #> $`Inguinal hernia`$`_parent` #> [1] "HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Inguinal hernia`$`_is_leaf` #> [1] TRUE #> #> $`Inguinal hernia`$children #> list() #> #> $`Inguinal hernia`$value #> [1] "Inguinal hernia" #> #> #> $`Inguinal hernia` #> $`Inguinal hernia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000023" #> #> $`Inguinal hernia`$`_id` #> [1] "HP_0000023<HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Inguinal hernia`$privateGeneCount #> [1] 0 #> #> $`Inguinal hernia`$publicGeneCount #> [1] 1 #> #> $`Inguinal hernia`$urlId #> [1] "HP_0000023" #> #> $`Inguinal hernia`$dbPhenotype #> [1] TRUE #> #> $`Inguinal hernia`$`_parent` #> [1] "HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Inguinal hernia`$`_is_leaf` #> [1] TRUE #> #> $`Inguinal hernia`$children #> list() #> #> $`Inguinal hernia`$value #> [1] "Inguinal hernia" #> #> #> $`inherited metabolic disorder` #> $`inherited metabolic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_655" #> #> $`inherited metabolic disorder`$`_id` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$privateGeneCount #> [1] 0 #> #> $`inherited metabolic disorder`$publicGeneCount #> [1] 692 #> #> $`inherited metabolic disorder`$urlId #> [1] "DOID_655" #> #> $`inherited metabolic disorder`$dbPhenotype #> [1] TRUE #> #> $`inherited metabolic disorder`$`_parent` #> [1] "DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$`_is_leaf` #> [1] FALSE #> #> $`inherited metabolic disorder`$children #> $`inherited metabolic disorder`$children[[1]] #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[2]] #> [1] "DOID_2741<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[3]] #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[4]] #> [1] "DOID_0060363<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[5]] #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[6]] #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[7]] #> [1] "DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[8]] #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[9]] #> [1] "DOID_0060358<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[10]] #> [1] "DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[11]] #> [1] "DOID_2345<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[12]] #> [1] "DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[13]] #> [1] "DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[14]] #> [1] "DOID_0050832<DOID_655<DOID_0014667<DOID_4" #> #> $`inherited metabolic disorder`$children[[15]] #> [1] "DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> #> $`inherited metabolic disorder`$value #> [1] "inherited metabolic disorder" #> #> #> $`inner ear disease` #> $`inner ear disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2952" #> #> $`inner ear disease`$`_id` #> [1] "DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`inner ear disease`$privateGeneCount #> [1] 0 #> #> $`inner ear disease`$publicGeneCount #> [1] 100 #> #> $`inner ear disease`$urlId #> [1] "DOID_2952" #> #> $`inner ear disease`$dbPhenotype #> [1] FALSE #> #> $`inner ear disease`$`_parent` #> [1] "DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`inner ear disease`$`_is_leaf` #> [1] FALSE #> #> $`inner ear disease`$children #> $`inner ear disease`$children[[1]] #> [1] "DOID_5463<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`inner ear disease`$children[[2]] #> [1] "DOID_12185<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`inner ear disease`$children[[3]] #> [1] "DOID_10003<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`inner ear disease`$children[[4]] #> [1] "DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`inner ear disease`$value #> [1] "inner ear disease" #> #> #> $Insomnia #> $Insomnia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100785" #> #> $Insomnia$`_id` #> [1] "HP_0100785<HP_0002360<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Insomnia$privateGeneCount #> [1] 0 #> #> $Insomnia$publicGeneCount #> [1] 4 #> #> $Insomnia$urlId #> [1] "HP_0100785" #> #> $Insomnia$dbPhenotype #> [1] TRUE #> #> $Insomnia$`_parent` #> [1] "HP_0002360<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Insomnia$`_is_leaf` #> [1] TRUE #> #> $Insomnia$children #> list() #> #> $Insomnia$value #> [1] "Insomnia" #> #> #> $`Insulin resistance` #> $`Insulin resistance`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000855" #> #> $`Insulin resistance`$`_id` #> [1] "HP_0000855<HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Insulin resistance`$privateGeneCount #> [1] 0 #> #> $`Insulin resistance`$publicGeneCount #> [1] 120 #> #> $`Insulin resistance`$urlId #> [1] "HP_0000855" #> #> $`Insulin resistance`$dbPhenotype #> [1] TRUE #> #> $`Insulin resistance`$`_parent` #> [1] "HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Insulin resistance`$`_is_leaf` #> [1] TRUE #> #> $`Insulin resistance`$children #> list() #> #> $`Insulin resistance`$value #> [1] "Insulin resistance" #> #> #> $insulinoma #> $insulinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3892" #> #> $insulinoma$`_id` #> [1] "DOID_3892<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $insulinoma$privateGeneCount #> [1] 0 #> #> $insulinoma$publicGeneCount #> [1] 9 #> #> $insulinoma$urlId #> [1] "DOID_3892" #> #> $insulinoma$dbPhenotype #> [1] TRUE #> #> $insulinoma$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $insulinoma$`_is_leaf` #> [1] TRUE #> #> $insulinoma$children #> list() #> #> $insulinoma$value #> [1] "insulinoma" #> #> #> $insulinoma #> $insulinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3892" #> #> $insulinoma$`_id` #> [1] "DOID_3892<DOID_3918<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $insulinoma$privateGeneCount #> [1] 0 #> #> $insulinoma$publicGeneCount #> [1] 9 #> #> $insulinoma$urlId #> [1] "DOID_3892" #> #> $insulinoma$dbPhenotype #> [1] TRUE #> #> $insulinoma$`_parent` #> [1] "DOID_3918<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $insulinoma$`_is_leaf` #> [1] TRUE #> #> $insulinoma$children #> list() #> #> $insulinoma$value #> [1] "insulinoma" #> #> #> $insulinoma #> $insulinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3892" #> #> $insulinoma$`_id` #> [1] "DOID_3892<DOID_3918<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $insulinoma$privateGeneCount #> [1] 0 #> #> $insulinoma$publicGeneCount #> [1] 9 #> #> $insulinoma$urlId #> [1] "DOID_3892" #> #> $insulinoma$dbPhenotype #> [1] TRUE #> #> $insulinoma$`_parent` #> [1] "DOID_3918<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $insulinoma$`_is_leaf` #> [1] TRUE #> #> $insulinoma$children #> list() #> #> $insulinoma$value #> [1] "insulinoma" #> #> #> $insulinoma #> $insulinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3892" #> #> $insulinoma$`_id` #> [1] "DOID_3892<DOID_3918<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $insulinoma$privateGeneCount #> [1] 0 #> #> $insulinoma$publicGeneCount #> [1] 9 #> #> $insulinoma$urlId #> [1] "DOID_3892" #> #> $insulinoma$dbPhenotype #> [1] TRUE #> #> $insulinoma$`_parent` #> [1] "DOID_3918<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $insulinoma$`_is_leaf` #> [1] TRUE #> #> $insulinoma$children #> list() #> #> $insulinoma$value #> [1] "insulinoma" #> #> #> $`integumentary system benign neoplasm` #> $`integumentary system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060121" #> #> $`integumentary system benign neoplasm`$`_id` #> [1] "DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`integumentary system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`integumentary system benign neoplasm`$publicGeneCount #> [1] 66 #> #> $`integumentary system benign neoplasm`$urlId #> [1] "DOID_0060121" #> #> $`integumentary system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`integumentary system benign neoplasm`$`_parent` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`integumentary system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`integumentary system benign neoplasm`$children #> $`integumentary system benign neoplasm`$children[[1]] #> [1] "DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`integumentary system benign neoplasm`$value #> [1] "integumentary system benign neoplasm" #> #> #> $`integumentary system benign neoplasm` #> $`integumentary system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060121" #> #> $`integumentary system benign neoplasm`$`_id` #> [1] "DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`integumentary system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`integumentary system benign neoplasm`$publicGeneCount #> [1] 66 #> #> $`integumentary system benign neoplasm`$urlId #> [1] "DOID_0060121" #> #> $`integumentary system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`integumentary system benign neoplasm`$`_parent` #> [1] "DOID_16<DOID_7<DOID_4" #> #> $`integumentary system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`integumentary system benign neoplasm`$children #> $`integumentary system benign neoplasm`$children[[1]] #> [1] "DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> #> $`integumentary system benign neoplasm`$value #> [1] "integumentary system benign neoplasm" #> #> #> $`integumentary system cancer` #> $`integumentary system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060122" #> #> $`integumentary system cancer`$`_id` #> [1] "DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`integumentary system cancer`$privateGeneCount #> [1] 0 #> #> $`integumentary system cancer`$publicGeneCount #> [1] 76 #> #> $`integumentary system cancer`$urlId #> [1] "DOID_0060122" #> #> $`integumentary system cancer`$dbPhenotype #> [1] FALSE #> #> $`integumentary system cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`integumentary system cancer`$`_is_leaf` #> [1] FALSE #> #> $`integumentary system cancer`$children #> $`integumentary system cancer`$children[[1]] #> [1] "DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`integumentary system cancer`$value #> [1] "integumentary system cancer" #> #> #> $`integumentary system cancer` #> $`integumentary system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060122" #> #> $`integumentary system cancer`$`_id` #> [1] "DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`integumentary system cancer`$privateGeneCount #> [1] 0 #> #> $`integumentary system cancer`$publicGeneCount #> [1] 76 #> #> $`integumentary system cancer`$urlId #> [1] "DOID_0060122" #> #> $`integumentary system cancer`$dbPhenotype #> [1] FALSE #> #> $`integumentary system cancer`$`_parent` #> [1] "DOID_16<DOID_7<DOID_4" #> #> $`integumentary system cancer`$`_is_leaf` #> [1] FALSE #> #> $`integumentary system cancer`$children #> $`integumentary system cancer`$children[[1]] #> [1] "DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> #> $`integumentary system cancer`$value #> [1] "integumentary system cancer" #> #> #> $`integumentary system disease` #> $`integumentary system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_16" #> #> $`integumentary system disease`$`_id` #> [1] "DOID_16<DOID_7<DOID_4" #> #> $`integumentary system disease`$privateGeneCount #> [1] 0 #> #> $`integumentary system disease`$publicGeneCount #> [1] 684 #> #> $`integumentary system disease`$urlId #> [1] "DOID_16" #> #> $`integumentary system disease`$dbPhenotype #> [1] FALSE #> #> $`integumentary system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`integumentary system disease`$`_is_leaf` #> [1] FALSE #> #> $`integumentary system disease`$children #> $`integumentary system disease`$children[[1]] #> [1] "DOID_421<DOID_16<DOID_7<DOID_4" #> #> $`integumentary system disease`$children[[2]] #> [1] "DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`integumentary system disease`$children[[3]] #> [1] "DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`integumentary system disease`$children[[4]] #> [1] "DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`integumentary system disease`$children[[5]] #> [1] "DOID_3263<DOID_16<DOID_7<DOID_4" #> #> $`integumentary system disease`$children[[6]] #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`integumentary system disease`$value #> [1] "integumentary system disease" #> #> #> $`intellectual disability` #> $`intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1059" #> #> $`intellectual disability`$`_id` #> [1] "DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`intellectual disability`$privateGeneCount #> [1] 0 #> #> $`intellectual disability`$publicGeneCount #> [1] 470 #> #> $`intellectual disability`$urlId #> [1] "DOID_1059" #> #> $`intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`intellectual disability`$`_parent` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`intellectual disability`$`_is_leaf` #> [1] FALSE #> #> $`intellectual disability`$children #> $`intellectual disability`$children[[1]] #> [1] "DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`intellectual disability`$children[[2]] #> [1] "DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`intellectual disability`$value #> [1] "intellectual disability" #> #> #> $`Intellectual disability` #> $`Intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001249" #> #> $`Intellectual disability`$`_id` #> [1] "HP_0001249<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intellectual disability`$privateGeneCount #> [1] 0 #> #> $`Intellectual disability`$publicGeneCount #> [1] 7 #> #> $`Intellectual disability`$urlId #> [1] "HP_0001249" #> #> $`Intellectual disability`$dbPhenotype #> [1] FALSE #> #> $`Intellectual disability`$`_parent` #> [1] "HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intellectual disability`$`_is_leaf` #> [1] FALSE #> #> $`Intellectual disability`$children #> $`Intellectual disability`$children[[1]] #> [1] "HP_0010864<HP_0001249<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Intellectual disability`$value #> [1] "Intellectual disability" #> #> #> $`Intellectual disability` #> $`Intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001249" #> #> $`Intellectual disability`$`_id` #> [1] "HP_0001249<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intellectual disability`$privateGeneCount #> [1] 0 #> #> $`Intellectual disability`$publicGeneCount #> [1] 7 #> #> $`Intellectual disability`$urlId #> [1] "HP_0001249" #> #> $`Intellectual disability`$dbPhenotype #> [1] FALSE #> #> $`Intellectual disability`$`_parent` #> [1] "HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intellectual disability`$`_is_leaf` #> [1] FALSE #> #> $`Intellectual disability`$children #> $`Intellectual disability`$children[[1]] #> [1] "HP_0010864<HP_0001249<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Intellectual disability`$value #> [1] "Intellectual disability" #> #> #> $`Intellectual disability, severe` #> $`Intellectual disability, severe`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010864" #> #> $`Intellectual disability, severe`$`_id` #> [1] "HP_0010864<HP_0001249<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intellectual disability, severe`$privateGeneCount #> [1] 0 #> #> $`Intellectual disability, severe`$publicGeneCount #> [1] 7 #> #> $`Intellectual disability, severe`$urlId #> [1] "HP_0010864" #> #> $`Intellectual disability, severe`$dbPhenotype #> [1] TRUE #> #> $`Intellectual disability, severe`$`_parent` #> [1] "HP_0001249<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intellectual disability, severe`$`_is_leaf` #> [1] TRUE #> #> $`Intellectual disability, severe`$children #> list() #> #> $`Intellectual disability, severe`$value #> [1] "Intellectual disability, severe" #> #> #> $`Intellectual disability, severe` #> $`Intellectual disability, severe`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010864" #> #> $`Intellectual disability, severe`$`_id` #> [1] "HP_0010864<HP_0001249<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intellectual disability, severe`$privateGeneCount #> [1] 0 #> #> $`Intellectual disability, severe`$publicGeneCount #> [1] 7 #> #> $`Intellectual disability, severe`$urlId #> [1] "HP_0010864" #> #> $`Intellectual disability, severe`$dbPhenotype #> [1] TRUE #> #> $`Intellectual disability, severe`$`_parent` #> [1] "HP_0001249<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intellectual disability, severe`$`_is_leaf` #> [1] TRUE #> #> $`Intellectual disability, severe`$children #> list() #> #> $`Intellectual disability, severe`$value #> [1] "Intellectual disability, severe" #> #> #> $`intermediate coronary syndrome` #> $`intermediate coronary syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8805" #> #> $`intermediate coronary syndrome`$`_id` #> [1] "DOID_8805<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intermediate coronary syndrome`$privateGeneCount #> [1] 0 #> #> $`intermediate coronary syndrome`$publicGeneCount #> [1] 22 #> #> $`intermediate coronary syndrome`$urlId #> [1] "DOID_8805" #> #> $`intermediate coronary syndrome`$dbPhenotype #> [1] TRUE #> #> $`intermediate coronary syndrome`$`_parent` #> [1] "DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intermediate coronary syndrome`$`_is_leaf` #> [1] TRUE #> #> $`intermediate coronary syndrome`$children #> list() #> #> $`intermediate coronary syndrome`$value #> [1] "intermediate coronary syndrome" #> #> #> $`intermediate spinal muscular atrophy` #> $`intermediate spinal muscular atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050530" #> #> $`intermediate spinal muscular atrophy`$`_id` #> [1] "DOID_0050530<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`intermediate spinal muscular atrophy`$privateGeneCount #> [1] 0 #> #> $`intermediate spinal muscular atrophy`$publicGeneCount #> [1] 1 #> #> $`intermediate spinal muscular atrophy`$urlId #> [1] "DOID_0050530" #> #> $`intermediate spinal muscular atrophy`$dbPhenotype #> [1] TRUE #> #> $`intermediate spinal muscular atrophy`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`intermediate spinal muscular atrophy`$`_is_leaf` #> [1] TRUE #> #> $`intermediate spinal muscular atrophy`$children #> list() #> #> $`intermediate spinal muscular atrophy`$value #> [1] "intermediate spinal muscular atrophy" #> #> #> $`intermediate spinal muscular atrophy` #> $`intermediate spinal muscular atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050530" #> #> $`intermediate spinal muscular atrophy`$`_id` #> [1] "DOID_0050530<DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intermediate spinal muscular atrophy`$privateGeneCount #> [1] 0 #> #> $`intermediate spinal muscular atrophy`$publicGeneCount #> [1] 1 #> #> $`intermediate spinal muscular atrophy`$urlId #> [1] "DOID_0050530" #> #> $`intermediate spinal muscular atrophy`$dbPhenotype #> [1] TRUE #> #> $`intermediate spinal muscular atrophy`$`_parent` #> [1] "DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intermediate spinal muscular atrophy`$`_is_leaf` #> [1] TRUE #> #> $`intermediate spinal muscular atrophy`$children #> list() #> #> $`intermediate spinal muscular atrophy`$value #> [1] "intermediate spinal muscular atrophy" #> #> #> $`intermediate uveitis` #> $`intermediate uveitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12732" #> #> $`intermediate uveitis`$`_id` #> [1] "DOID_12732<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`intermediate uveitis`$privateGeneCount #> [1] 0 #> #> $`intermediate uveitis`$publicGeneCount #> [1] 3 #> #> $`intermediate uveitis`$urlId #> [1] "DOID_12732" #> #> $`intermediate uveitis`$dbPhenotype #> [1] TRUE #> #> $`intermediate uveitis`$`_parent` #> [1] "DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`intermediate uveitis`$`_is_leaf` #> [1] TRUE #> #> $`intermediate uveitis`$children #> list() #> #> $`intermediate uveitis`$value #> [1] "intermediate uveitis" #> #> #> $`intermittent explosive disorder` #> $`intermittent explosive disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12401" #> #> $`intermittent explosive disorder`$`_id` #> [1] "DOID_12401<DOID_10937<DOID_150<DOID_4" #> #> $`intermittent explosive disorder`$privateGeneCount #> [1] 0 #> #> $`intermittent explosive disorder`$publicGeneCount #> [1] 3 #> #> $`intermittent explosive disorder`$urlId #> [1] "DOID_12401" #> #> $`intermittent explosive disorder`$dbPhenotype #> [1] TRUE #> #> $`intermittent explosive disorder`$`_parent` #> [1] "DOID_10937<DOID_150<DOID_4" #> #> $`intermittent explosive disorder`$`_is_leaf` #> [1] TRUE #> #> $`intermittent explosive disorder`$children #> list() #> #> $`intermittent explosive disorder`$value #> [1] "intermittent explosive disorder" #> #> #> $`Internal hemorrhage` #> $`Internal hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011029" #> #> $`Internal hemorrhage`$`_id` #> [1] "HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Internal hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Internal hemorrhage`$publicGeneCount #> [1] 44 #> #> $`Internal hemorrhage`$urlId #> [1] "HP_0011029" #> #> $`Internal hemorrhage`$dbPhenotype #> [1] FALSE #> #> $`Internal hemorrhage`$`_parent` #> [1] "HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Internal hemorrhage`$`_is_leaf` #> [1] FALSE #> #> $`Internal hemorrhage`$children #> $`Internal hemorrhage`$children[[1]] #> [1] "HP_0002170<HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Internal hemorrhage`$value #> [1] "Internal hemorrhage" #> #> #> $`Internal hemorrhage` #> $`Internal hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011029" #> #> $`Internal hemorrhage`$`_id` #> [1] "HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Internal hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Internal hemorrhage`$publicGeneCount #> [1] 44 #> #> $`Internal hemorrhage`$urlId #> [1] "HP_0011029" #> #> $`Internal hemorrhage`$dbPhenotype #> [1] FALSE #> #> $`Internal hemorrhage`$`_parent` #> [1] "HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Internal hemorrhage`$`_is_leaf` #> [1] FALSE #> #> $`Internal hemorrhage`$children #> $`Internal hemorrhage`$children[[1]] #> [1] "HP_0002170<HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Internal hemorrhage`$value #> [1] "Internal hemorrhage" #> #> #> $`internuclear ophthalmoplegia` #> $`internuclear ophthalmoplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_538" #> #> $`internuclear ophthalmoplegia`$`_id` #> [1] "DOID_538<DOID_539<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`internuclear ophthalmoplegia`$privateGeneCount #> [1] 0 #> #> $`internuclear ophthalmoplegia`$publicGeneCount #> [1] 2 #> #> $`internuclear ophthalmoplegia`$urlId #> [1] "DOID_538" #> #> $`internuclear ophthalmoplegia`$dbPhenotype #> [1] TRUE #> #> $`internuclear ophthalmoplegia`$`_parent` #> [1] "DOID_539<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`internuclear ophthalmoplegia`$`_is_leaf` #> [1] TRUE #> #> $`internuclear ophthalmoplegia`$children #> list() #> #> $`internuclear ophthalmoplegia`$value #> [1] "internuclear ophthalmoplegia" #> #> #> $`internuclear ophthalmoplegia` #> $`internuclear ophthalmoplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_538" #> #> $`internuclear ophthalmoplegia`$`_id` #> [1] "DOID_538<DOID_539<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`internuclear ophthalmoplegia`$privateGeneCount #> [1] 0 #> #> $`internuclear ophthalmoplegia`$publicGeneCount #> [1] 2 #> #> $`internuclear ophthalmoplegia`$urlId #> [1] "DOID_538" #> #> $`internuclear ophthalmoplegia`$dbPhenotype #> [1] TRUE #> #> $`internuclear ophthalmoplegia`$`_parent` #> [1] "DOID_539<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`internuclear ophthalmoplegia`$`_is_leaf` #> [1] TRUE #> #> $`internuclear ophthalmoplegia`$children #> list() #> #> $`internuclear ophthalmoplegia`$value #> [1] "internuclear ophthalmoplegia" #> #> #> $`internuclear ophthalmoplegia` #> $`internuclear ophthalmoplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_538" #> #> $`internuclear ophthalmoplegia`$`_id` #> [1] "DOID_538<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`internuclear ophthalmoplegia`$privateGeneCount #> [1] 0 #> #> $`internuclear ophthalmoplegia`$publicGeneCount #> [1] 2 #> #> $`internuclear ophthalmoplegia`$urlId #> [1] "DOID_538" #> #> $`internuclear ophthalmoplegia`$dbPhenotype #> [1] TRUE #> #> $`internuclear ophthalmoplegia`$`_parent` #> [1] "DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`internuclear ophthalmoplegia`$`_is_leaf` #> [1] TRUE #> #> $`internuclear ophthalmoplegia`$children #> list() #> #> $`internuclear ophthalmoplegia`$value #> [1] "internuclear ophthalmoplegia" #> #> #> $`internuclear ophthalmoplegia` #> $`internuclear ophthalmoplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_538" #> #> $`internuclear ophthalmoplegia`$`_id` #> [1] "DOID_538<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`internuclear ophthalmoplegia`$privateGeneCount #> [1] 0 #> #> $`internuclear ophthalmoplegia`$publicGeneCount #> [1] 2 #> #> $`internuclear ophthalmoplegia`$urlId #> [1] "DOID_538" #> #> $`internuclear ophthalmoplegia`$dbPhenotype #> [1] TRUE #> #> $`internuclear ophthalmoplegia`$`_parent` #> [1] "DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`internuclear ophthalmoplegia`$`_is_leaf` #> [1] TRUE #> #> $`internuclear ophthalmoplegia`$children #> list() #> #> $`internuclear ophthalmoplegia`$value #> [1] "internuclear ophthalmoplegia" #> #> #> $`internuclear ophthalmoplegia` #> $`internuclear ophthalmoplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_538" #> #> $`internuclear ophthalmoplegia`$`_id` #> [1] "DOID_538<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`internuclear ophthalmoplegia`$privateGeneCount #> [1] 0 #> #> $`internuclear ophthalmoplegia`$publicGeneCount #> [1] 2 #> #> $`internuclear ophthalmoplegia`$urlId #> [1] "DOID_538" #> #> $`internuclear ophthalmoplegia`$dbPhenotype #> [1] TRUE #> #> $`internuclear ophthalmoplegia`$`_parent` #> [1] "DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`internuclear ophthalmoplegia`$`_is_leaf` #> [1] TRUE #> #> $`internuclear ophthalmoplegia`$children #> list() #> #> $`internuclear ophthalmoplegia`$value #> [1] "internuclear ophthalmoplegia" #> #> #> $`interstitial cystitis` #> $`interstitial cystitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13949" #> #> $`interstitial cystitis`$`_id` #> [1] "DOID_13949<DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`interstitial cystitis`$privateGeneCount #> [1] 0 #> #> $`interstitial cystitis`$publicGeneCount #> [1] 10 #> #> $`interstitial cystitis`$urlId #> [1] "DOID_13949" #> #> $`interstitial cystitis`$dbPhenotype #> [1] TRUE #> #> $`interstitial cystitis`$`_parent` #> [1] "DOID_1679<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`interstitial cystitis`$`_is_leaf` #> [1] TRUE #> #> $`interstitial cystitis`$children #> list() #> #> $`interstitial cystitis`$value #> [1] "interstitial cystitis" #> #> #> $`interstitial lung disease` #> $`interstitial lung disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3082" #> #> $`interstitial lung disease`$`_id` #> [1] "DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`interstitial lung disease`$privateGeneCount #> [1] 0 #> #> $`interstitial lung disease`$publicGeneCount #> [1] 172 #> #> $`interstitial lung disease`$urlId #> [1] "DOID_3082" #> #> $`interstitial lung disease`$dbPhenotype #> [1] TRUE #> #> $`interstitial lung disease`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`interstitial lung disease`$`_is_leaf` #> [1] FALSE #> #> $`interstitial lung disease`$children #> $`interstitial lung disease`$children[[1]] #> [1] "DOID_2799<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`interstitial lung disease`$children[[2]] #> [1] "DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`interstitial lung disease`$children[[3]] #> [1] "DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`interstitial lung disease`$children[[4]] #> [1] "DOID_3770<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`interstitial lung disease`$value #> [1] "interstitial lung disease" #> #> #> $`interstitial lung disease` #> $`interstitial lung disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3082" #> #> $`interstitial lung disease`$`_id` #> [1] "DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`interstitial lung disease`$privateGeneCount #> [1] 0 #> #> $`interstitial lung disease`$publicGeneCount #> [1] 172 #> #> $`interstitial lung disease`$urlId #> [1] "DOID_3082" #> #> $`interstitial lung disease`$dbPhenotype #> [1] TRUE #> #> $`interstitial lung disease`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`interstitial lung disease`$`_is_leaf` #> [1] FALSE #> #> $`interstitial lung disease`$children #> $`interstitial lung disease`$children[[1]] #> [1] "DOID_2799<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`interstitial lung disease`$children[[2]] #> [1] "DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`interstitial lung disease`$children[[3]] #> [1] "DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`interstitial lung disease`$children[[4]] #> [1] "DOID_3770<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`interstitial lung disease`$value #> [1] "interstitial lung disease" #> #> #> $`interstitial nephritis` #> $`interstitial nephritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1063" #> #> $`interstitial nephritis`$`_id` #> [1] "DOID_1063<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`interstitial nephritis`$privateGeneCount #> [1] 0 #> #> $`interstitial nephritis`$publicGeneCount #> [1] 17 #> #> $`interstitial nephritis`$urlId #> [1] "DOID_1063" #> #> $`interstitial nephritis`$dbPhenotype #> [1] TRUE #> #> $`interstitial nephritis`$`_parent` #> [1] "DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`interstitial nephritis`$`_is_leaf` #> [1] FALSE #> #> $`interstitial nephritis`$children #> $`interstitial nephritis`$children[[1]] #> [1] "DOID_3052<DOID_1063<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`interstitial nephritis`$value #> [1] "interstitial nephritis" #> #> #> $`Intervertebral disc degeneration` #> $`Intervertebral disc degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008419" #> #> $`Intervertebral disc degeneration`$`_id` #> [1] "HP_0008419<HP_0005108<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Intervertebral disc degeneration`$privateGeneCount #> [1] 0 #> #> $`Intervertebral disc degeneration`$publicGeneCount #> [1] 5 #> #> $`Intervertebral disc degeneration`$urlId #> [1] "HP_0008419" #> #> $`Intervertebral disc degeneration`$dbPhenotype #> [1] TRUE #> #> $`Intervertebral disc degeneration`$`_parent` #> [1] "HP_0005108<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Intervertebral disc degeneration`$`_is_leaf` #> [1] TRUE #> #> $`Intervertebral disc degeneration`$children #> list() #> #> $`Intervertebral disc degeneration`$value #> [1] "Intervertebral disc degeneration" #> #> #> $`intestinal benign neoplasm` #> $`intestinal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4610" #> #> $`intestinal benign neoplasm`$`_id` #> [1] "DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intestinal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`intestinal benign neoplasm`$publicGeneCount #> [1] 178 #> #> $`intestinal benign neoplasm`$urlId #> [1] "DOID_4610" #> #> $`intestinal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`intestinal benign neoplasm`$`_parent` #> [1] "DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intestinal benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`intestinal benign neoplasm`$children #> $`intestinal benign neoplasm`$children[[1]] #> [1] "DOID_4551<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intestinal benign neoplasm`$children[[2]] #> [1] "DOID_11240<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intestinal benign neoplasm`$children[[3]] #> [1] "DOID_1517<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intestinal benign neoplasm`$children[[4]] #> [1] "DOID_235<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intestinal benign neoplasm`$children[[5]] #> [1] "DOID_1984<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intestinal benign neoplasm`$children[[6]] #> [1] "DOID_7505<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`intestinal benign neoplasm`$value #> [1] "intestinal benign neoplasm" #> #> #> $`intestinal benign neoplasm` #> $`intestinal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4610" #> #> $`intestinal benign neoplasm`$`_id` #> [1] "DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`intestinal benign neoplasm`$publicGeneCount #> [1] 178 #> #> $`intestinal benign neoplasm`$urlId #> [1] "DOID_4610" #> #> $`intestinal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`intestinal benign neoplasm`$`_parent` #> [1] "DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`intestinal benign neoplasm`$children #> $`intestinal benign neoplasm`$children[[1]] #> [1] "DOID_4551<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$children[[2]] #> [1] "DOID_11240<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$children[[3]] #> [1] "DOID_1517<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$children[[4]] #> [1] "DOID_235<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$children[[5]] #> [1] "DOID_1984<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$children[[6]] #> [1] "DOID_7505<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> #> $`intestinal benign neoplasm`$value #> [1] "intestinal benign neoplasm" #> #> #> $`intestinal benign neoplasm` #> $`intestinal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4610" #> #> $`intestinal benign neoplasm`$`_id` #> [1] "DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`intestinal benign neoplasm`$publicGeneCount #> [1] 178 #> #> $`intestinal benign neoplasm`$urlId #> [1] "DOID_4610" #> #> $`intestinal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`intestinal benign neoplasm`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`intestinal benign neoplasm`$children #> $`intestinal benign neoplasm`$children[[1]] #> [1] "DOID_4551<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$children[[2]] #> [1] "DOID_11240<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$children[[3]] #> [1] "DOID_1517<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$children[[4]] #> [1] "DOID_235<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$children[[5]] #> [1] "DOID_1984<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal benign neoplasm`$children[[6]] #> [1] "DOID_7505<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`intestinal benign neoplasm`$value #> [1] "intestinal benign neoplasm" #> #> #> $`intestinal cancer` #> $`intestinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10155" #> #> $`intestinal cancer`$`_id` #> [1] "DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`intestinal cancer`$privateGeneCount #> [1] 0 #> #> $`intestinal cancer`$publicGeneCount #> [1] 423 #> #> $`intestinal cancer`$urlId #> [1] "DOID_10155" #> #> $`intestinal cancer`$dbPhenotype #> [1] TRUE #> #> $`intestinal cancer`$`_parent` #> [1] "DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`intestinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`intestinal cancer`$children #> $`intestinal cancer`$children[[1]] #> [1] "DOID_11239<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`intestinal cancer`$children[[2]] #> [1] "DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`intestinal cancer`$value #> [1] "intestinal cancer" #> #> #> $`intestinal cancer` #> $`intestinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10155" #> #> $`intestinal cancer`$`_id` #> [1] "DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`intestinal cancer`$privateGeneCount #> [1] 0 #> #> $`intestinal cancer`$publicGeneCount #> [1] 423 #> #> $`intestinal cancer`$urlId #> [1] "DOID_10155" #> #> $`intestinal cancer`$dbPhenotype #> [1] TRUE #> #> $`intestinal cancer`$`_parent` #> [1] "DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`intestinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`intestinal cancer`$children #> $`intestinal cancer`$children[[1]] #> [1] "DOID_11239<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`intestinal cancer`$children[[2]] #> [1] "DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`intestinal cancer`$value #> [1] "intestinal cancer" #> #> #> $`intestinal cancer` #> $`intestinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10155" #> #> $`intestinal cancer`$`_id` #> [1] "DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal cancer`$privateGeneCount #> [1] 0 #> #> $`intestinal cancer`$publicGeneCount #> [1] 423 #> #> $`intestinal cancer`$urlId #> [1] "DOID_10155" #> #> $`intestinal cancer`$dbPhenotype #> [1] TRUE #> #> $`intestinal cancer`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`intestinal cancer`$children #> $`intestinal cancer`$children[[1]] #> [1] "DOID_11239<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal cancer`$children[[2]] #> [1] "DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`intestinal cancer`$value #> [1] "intestinal cancer" #> #> #> $`intestinal disease` #> $`intestinal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5295" #> #> $`intestinal disease`$`_id` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$privateGeneCount #> [1] 0 #> #> $`intestinal disease`$publicGeneCount #> [1] 628 #> #> $`intestinal disease`$urlId #> [1] "DOID_5295" #> #> $`intestinal disease`$dbPhenotype #> [1] TRUE #> #> $`intestinal disease`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$`_is_leaf` #> [1] FALSE #> #> $`intestinal disease`$children #> $`intestinal disease`$children[[1]] #> [1] "DOID_9779<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[2]] #> [1] "DOID_1518<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[3]] #> [1] "DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[4]] #> [1] "DOID_4072<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[5]] #> [1] "DOID_0050424<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[6]] #> [1] "DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[7]] #> [1] "DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[8]] #> [1] "DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[9]] #> [1] "DOID_8437<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[10]] #> [1] "DOID_2074<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[11]] #> [1] "DOID_9778<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[12]] #> [1] "DOID_14671<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[13]] #> [1] "DOID_3852<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[14]] #> [1] "DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[15]] #> [1] "DOID_10605<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal disease`$children[[16]] #> [1] "DOID_1252<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`intestinal disease`$value #> [1] "intestinal disease" #> #> #> $`intestinal obstruction` #> $`intestinal obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8437" #> #> $`intestinal obstruction`$`_id` #> [1] "DOID_8437<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal obstruction`$privateGeneCount #> [1] 0 #> #> $`intestinal obstruction`$publicGeneCount #> [1] 6 #> #> $`intestinal obstruction`$urlId #> [1] "DOID_8437" #> #> $`intestinal obstruction`$dbPhenotype #> [1] TRUE #> #> $`intestinal obstruction`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal obstruction`$`_is_leaf` #> [1] FALSE #> #> $`intestinal obstruction`$children #> $`intestinal obstruction`$children[[1]] #> [1] "DOID_8442<DOID_8437<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`intestinal obstruction`$value #> [1] "intestinal obstruction" #> #> #> $`Intestinal obstruction` #> $`Intestinal obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005214" #> #> $`Intestinal obstruction`$`_id` #> [1] "HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal obstruction`$privateGeneCount #> [1] 0 #> #> $`Intestinal obstruction`$publicGeneCount #> [1] 1 #> #> $`Intestinal obstruction`$urlId #> [1] "HP_0005214" #> #> $`Intestinal obstruction`$dbPhenotype #> [1] FALSE #> #> $`Intestinal obstruction`$`_parent` #> [1] "HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal obstruction`$`_is_leaf` #> [1] FALSE #> #> $`Intestinal obstruction`$children #> $`Intestinal obstruction`$children[[1]] #> [1] "HP_0002595<HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Intestinal obstruction`$value #> [1] "Intestinal obstruction" #> #> #> $`Intestinal obstruction` #> $`Intestinal obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005214" #> #> $`Intestinal obstruction`$`_id` #> [1] "HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal obstruction`$privateGeneCount #> [1] 0 #> #> $`Intestinal obstruction`$publicGeneCount #> [1] 1 #> #> $`Intestinal obstruction`$urlId #> [1] "HP_0005214" #> #> $`Intestinal obstruction`$dbPhenotype #> [1] FALSE #> #> $`Intestinal obstruction`$`_parent` #> [1] "HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal obstruction`$`_is_leaf` #> [1] FALSE #> #> $`Intestinal obstruction`$children #> $`Intestinal obstruction`$children[[1]] #> [1] "HP_0002595<HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Intestinal obstruction`$value #> [1] "Intestinal obstruction" #> #> #> $`intestinal perforation` #> $`intestinal perforation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2074" #> #> $`intestinal perforation`$`_id` #> [1] "DOID_2074<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal perforation`$privateGeneCount #> [1] 0 #> #> $`intestinal perforation`$publicGeneCount #> [1] 3 #> #> $`intestinal perforation`$urlId #> [1] "DOID_2074" #> #> $`intestinal perforation`$dbPhenotype #> [1] TRUE #> #> $`intestinal perforation`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`intestinal perforation`$`_is_leaf` #> [1] TRUE #> #> $`intestinal perforation`$children #> list() #> #> $`intestinal perforation`$value #> [1] "intestinal perforation" #> #> #> $`Intestinal polyp` #> $`Intestinal polyp`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005266" #> #> $`Intestinal polyp`$`_id` #> [1] "HP_0005266<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal polyp`$privateGeneCount #> [1] 0 #> #> $`Intestinal polyp`$publicGeneCount #> [1] 10 #> #> $`Intestinal polyp`$urlId #> [1] "HP_0005266" #> #> $`Intestinal polyp`$dbPhenotype #> [1] TRUE #> #> $`Intestinal polyp`$`_parent` #> [1] "HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal polyp`$`_is_leaf` #> [1] FALSE #> #> $`Intestinal polyp`$children #> $`Intestinal polyp`$children[[1]] #> [1] "HP_0200008<HP_0005266<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Intestinal polyp`$value #> [1] "Intestinal polyp" #> #> #> $`Intestinal polyp` #> $`Intestinal polyp`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005266" #> #> $`Intestinal polyp`$`_id` #> [1] "HP_0005266<HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal polyp`$privateGeneCount #> [1] 0 #> #> $`Intestinal polyp`$publicGeneCount #> [1] 10 #> #> $`Intestinal polyp`$urlId #> [1] "HP_0005266" #> #> $`Intestinal polyp`$dbPhenotype #> [1] TRUE #> #> $`Intestinal polyp`$`_parent` #> [1] "HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal polyp`$`_is_leaf` #> [1] FALSE #> #> $`Intestinal polyp`$children #> $`Intestinal polyp`$children[[1]] #> [1] "HP_0200008<HP_0005266<HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Intestinal polyp`$value #> [1] "Intestinal polyp" #> #> #> $`Intestinal polyposis` #> $`Intestinal polyposis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0200008" #> #> $`Intestinal polyposis`$`_id` #> [1] "HP_0200008<HP_0005266<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal polyposis`$privateGeneCount #> [1] 0 #> #> $`Intestinal polyposis`$publicGeneCount #> [1] 1 #> #> $`Intestinal polyposis`$urlId #> [1] "HP_0200008" #> #> $`Intestinal polyposis`$dbPhenotype #> [1] TRUE #> #> $`Intestinal polyposis`$`_parent` #> [1] "HP_0005266<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal polyposis`$`_is_leaf` #> [1] TRUE #> #> $`Intestinal polyposis`$children #> list() #> #> $`Intestinal polyposis`$value #> [1] "Intestinal polyposis" #> #> #> $`Intestinal polyposis` #> $`Intestinal polyposis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0200008" #> #> $`Intestinal polyposis`$`_id` #> [1] "HP_0200008<HP_0005266<HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal polyposis`$privateGeneCount #> [1] 0 #> #> $`Intestinal polyposis`$publicGeneCount #> [1] 1 #> #> $`Intestinal polyposis`$urlId #> [1] "HP_0200008" #> #> $`Intestinal polyposis`$dbPhenotype #> [1] TRUE #> #> $`Intestinal polyposis`$`_parent` #> [1] "HP_0005266<HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Intestinal polyposis`$`_is_leaf` #> [1] TRUE #> #> $`Intestinal polyposis`$children #> list() #> #> $`Intestinal polyposis`$value #> [1] "Intestinal polyposis" #> #> #> $`intracranial aneurysm` #> $`intracranial aneurysm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10941" #> #> $`intracranial aneurysm`$`_id` #> [1] "DOID_10941<DOID_3527<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial aneurysm`$privateGeneCount #> [1] 0 #> #> $`intracranial aneurysm`$publicGeneCount #> [1] 22 #> #> $`intracranial aneurysm`$urlId #> [1] "DOID_10941" #> #> $`intracranial aneurysm`$dbPhenotype #> [1] TRUE #> #> $`intracranial aneurysm`$`_parent` #> [1] "DOID_3527<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial aneurysm`$`_is_leaf` #> [1] TRUE #> #> $`intracranial aneurysm`$children #> list() #> #> $`intracranial aneurysm`$value #> [1] "intracranial aneurysm" #> #> #> $`intracranial aneurysm` #> $`intracranial aneurysm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10941" #> #> $`intracranial aneurysm`$`_id` #> [1] "DOID_10941<DOID_3527<DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial aneurysm`$privateGeneCount #> [1] 0 #> #> $`intracranial aneurysm`$publicGeneCount #> [1] 22 #> #> $`intracranial aneurysm`$urlId #> [1] "DOID_10941" #> #> $`intracranial aneurysm`$dbPhenotype #> [1] TRUE #> #> $`intracranial aneurysm`$`_parent` #> [1] "DOID_3527<DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial aneurysm`$`_is_leaf` #> [1] TRUE #> #> $`intracranial aneurysm`$children #> list() #> #> $`intracranial aneurysm`$value #> [1] "intracranial aneurysm" #> #> #> $`intracranial aneurysm` #> $`intracranial aneurysm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10941" #> #> $`intracranial aneurysm`$`_id` #> [1] "DOID_10941<DOID_3527<DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial aneurysm`$privateGeneCount #> [1] 0 #> #> $`intracranial aneurysm`$publicGeneCount #> [1] 22 #> #> $`intracranial aneurysm`$urlId #> [1] "DOID_10941" #> #> $`intracranial aneurysm`$dbPhenotype #> [1] TRUE #> #> $`intracranial aneurysm`$`_parent` #> [1] "DOID_3527<DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial aneurysm`$`_is_leaf` #> [1] TRUE #> #> $`intracranial aneurysm`$children #> list() #> #> $`intracranial aneurysm`$value #> [1] "intracranial aneurysm" #> #> #> $`intracranial arterial disease` #> $`intracranial arterial disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13089" #> #> $`intracranial arterial disease`$`_id` #> [1] "DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial arterial disease`$privateGeneCount #> [1] 0 #> #> $`intracranial arterial disease`$publicGeneCount #> [1] 29 #> #> $`intracranial arterial disease`$urlId #> [1] "DOID_13089" #> #> $`intracranial arterial disease`$dbPhenotype #> [1] TRUE #> #> $`intracranial arterial disease`$`_parent` #> [1] "DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial arterial disease`$`_is_leaf` #> [1] FALSE #> #> $`intracranial arterial disease`$children #> $`intracranial arterial disease`$children[[1]] #> [1] "DOID_3527<DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`intracranial arterial disease`$value #> [1] "intracranial arterial disease" #> #> #> $`intracranial arterial disease` #> $`intracranial arterial disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13089" #> #> $`intracranial arterial disease`$`_id` #> [1] "DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial arterial disease`$privateGeneCount #> [1] 0 #> #> $`intracranial arterial disease`$publicGeneCount #> [1] 29 #> #> $`intracranial arterial disease`$urlId #> [1] "DOID_13089" #> #> $`intracranial arterial disease`$dbPhenotype #> [1] TRUE #> #> $`intracranial arterial disease`$`_parent` #> [1] "DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial arterial disease`$`_is_leaf` #> [1] FALSE #> #> $`intracranial arterial disease`$children #> $`intracranial arterial disease`$children[[1]] #> [1] "DOID_3527<DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`intracranial arterial disease`$value #> [1] "intracranial arterial disease" #> #> #> $`intracranial cavernous angioma` #> $`intracranial cavernous angioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2516" #> #> $`intracranial cavernous angioma`$`_id` #> [1] "DOID_2516<DOID_2517<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`intracranial cavernous angioma`$privateGeneCount #> [1] 0 #> #> $`intracranial cavernous angioma`$publicGeneCount #> [1] 4 #> #> $`intracranial cavernous angioma`$urlId #> [1] "DOID_2516" #> #> $`intracranial cavernous angioma`$dbPhenotype #> [1] TRUE #> #> $`intracranial cavernous angioma`$`_parent` #> [1] "DOID_2517<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`intracranial cavernous angioma`$`_is_leaf` #> [1] TRUE #> #> $`intracranial cavernous angioma`$children #> list() #> #> $`intracranial cavernous angioma`$value #> [1] "intracranial cavernous angioma" #> #> #> $`intracranial cavernous angioma` #> $`intracranial cavernous angioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2516" #> #> $`intracranial cavernous angioma`$`_id` #> [1] "DOID_2516<DOID_2517<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intracranial cavernous angioma`$privateGeneCount #> [1] 0 #> #> $`intracranial cavernous angioma`$publicGeneCount #> [1] 4 #> #> $`intracranial cavernous angioma`$urlId #> [1] "DOID_2516" #> #> $`intracranial cavernous angioma`$dbPhenotype #> [1] TRUE #> #> $`intracranial cavernous angioma`$`_parent` #> [1] "DOID_2517<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intracranial cavernous angioma`$`_is_leaf` #> [1] TRUE #> #> $`intracranial cavernous angioma`$children #> list() #> #> $`intracranial cavernous angioma`$value #> [1] "intracranial cavernous angioma" #> #> #> $`intracranial cavernous angioma` #> $`intracranial cavernous angioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2516" #> #> $`intracranial cavernous angioma`$`_id` #> [1] "DOID_2516<DOID_2517<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial cavernous angioma`$privateGeneCount #> [1] 0 #> #> $`intracranial cavernous angioma`$publicGeneCount #> [1] 4 #> #> $`intracranial cavernous angioma`$urlId #> [1] "DOID_2516" #> #> $`intracranial cavernous angioma`$dbPhenotype #> [1] TRUE #> #> $`intracranial cavernous angioma`$`_parent` #> [1] "DOID_2517<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial cavernous angioma`$`_is_leaf` #> [1] TRUE #> #> $`intracranial cavernous angioma`$children #> list() #> #> $`intracranial cavernous angioma`$value #> [1] "intracranial cavernous angioma" #> #> #> $`intracranial cavernous angioma` #> $`intracranial cavernous angioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2516" #> #> $`intracranial cavernous angioma`$`_id` #> [1] "DOID_2516<DOID_2517<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial cavernous angioma`$privateGeneCount #> [1] 0 #> #> $`intracranial cavernous angioma`$publicGeneCount #> [1] 4 #> #> $`intracranial cavernous angioma`$urlId #> [1] "DOID_2516" #> #> $`intracranial cavernous angioma`$dbPhenotype #> [1] TRUE #> #> $`intracranial cavernous angioma`$`_parent` #> [1] "DOID_2517<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial cavernous angioma`$`_is_leaf` #> [1] TRUE #> #> $`intracranial cavernous angioma`$children #> list() #> #> $`intracranial cavernous angioma`$value #> [1] "intracranial cavernous angioma" #> #> #> $`Intracranial cystic lesion` #> $`Intracranial cystic lesion`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010576" #> #> $`Intracranial cystic lesion`$`_id` #> [1] "HP_0010576<HP_0030724<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intracranial cystic lesion`$privateGeneCount #> [1] 0 #> #> $`Intracranial cystic lesion`$publicGeneCount #> [1] 2 #> #> $`Intracranial cystic lesion`$urlId #> [1] "HP_0010576" #> #> $`Intracranial cystic lesion`$dbPhenotype #> [1] FALSE #> #> $`Intracranial cystic lesion`$`_parent` #> [1] "HP_0030724<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intracranial cystic lesion`$`_is_leaf` #> [1] FALSE #> #> $`Intracranial cystic lesion`$children #> $`Intracranial cystic lesion`$children[[1]] #> [1] "HP_0002350<HP_0010576<HP_0030724<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Intracranial cystic lesion`$value #> [1] "Intracranial cystic lesion" #> #> #> $`intracranial embolism` #> $`intracranial embolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4372" #> #> $`intracranial embolism`$`_id` #> [1] "DOID_4372<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial embolism`$privateGeneCount #> [1] 0 #> #> $`intracranial embolism`$publicGeneCount #> [1] 2 #> #> $`intracranial embolism`$urlId #> [1] "DOID_4372" #> #> $`intracranial embolism`$dbPhenotype #> [1] TRUE #> #> $`intracranial embolism`$`_parent` #> [1] "DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial embolism`$`_is_leaf` #> [1] TRUE #> #> $`intracranial embolism`$children #> list() #> #> $`intracranial embolism`$value #> [1] "intracranial embolism" #> #> #> $`intracranial embolism` #> $`intracranial embolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4372" #> #> $`intracranial embolism`$`_id` #> [1] "DOID_4372<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial embolism`$privateGeneCount #> [1] 0 #> #> $`intracranial embolism`$publicGeneCount #> [1] 2 #> #> $`intracranial embolism`$urlId #> [1] "DOID_4372" #> #> $`intracranial embolism`$dbPhenotype #> [1] TRUE #> #> $`intracranial embolism`$`_parent` #> [1] "DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial embolism`$`_is_leaf` #> [1] TRUE #> #> $`intracranial embolism`$children #> list() #> #> $`intracranial embolism`$value #> [1] "intracranial embolism" #> #> #> $`Intracranial hemorrhage` #> $`Intracranial hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002170" #> #> $`Intracranial hemorrhage`$`_id` #> [1] "HP_0002170<HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Intracranial hemorrhage`$publicGeneCount #> [1] 44 #> #> $`Intracranial hemorrhage`$urlId #> [1] "HP_0002170" #> #> $`Intracranial hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Intracranial hemorrhage`$`_parent` #> [1] "HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$`_is_leaf` #> [1] FALSE #> #> $`Intracranial hemorrhage`$children #> $`Intracranial hemorrhage`$children[[1]] #> [1] "HP_0001342<HP_0002170<HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$children[[2]] #> [1] "HP_0002138<HP_0002170<HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Intracranial hemorrhage`$value #> [1] "Intracranial hemorrhage" #> #> #> $`Intracranial hemorrhage` #> $`Intracranial hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002170" #> #> $`Intracranial hemorrhage`$`_id` #> [1] "HP_0002170<HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Intracranial hemorrhage`$publicGeneCount #> [1] 44 #> #> $`Intracranial hemorrhage`$urlId #> [1] "HP_0002170" #> #> $`Intracranial hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Intracranial hemorrhage`$`_parent` #> [1] "HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$`_is_leaf` #> [1] FALSE #> #> $`Intracranial hemorrhage`$children #> $`Intracranial hemorrhage`$children[[1]] #> [1] "HP_0001342<HP_0002170<HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$children[[2]] #> [1] "HP_0002138<HP_0002170<HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Intracranial hemorrhage`$value #> [1] "Intracranial hemorrhage" #> #> #> $`Intracranial hemorrhage` #> $`Intracranial hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002170" #> #> $`Intracranial hemorrhage`$`_id` #> [1] "HP_0002170<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Intracranial hemorrhage`$publicGeneCount #> [1] 44 #> #> $`Intracranial hemorrhage`$urlId #> [1] "HP_0002170" #> #> $`Intracranial hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Intracranial hemorrhage`$`_parent` #> [1] "HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$`_is_leaf` #> [1] FALSE #> #> $`Intracranial hemorrhage`$children #> $`Intracranial hemorrhage`$children[[1]] #> [1] "HP_0001342<HP_0002170<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$children[[2]] #> [1] "HP_0002138<HP_0002170<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Intracranial hemorrhage`$value #> [1] "Intracranial hemorrhage" #> #> #> $`Intracranial hemorrhage` #> $`Intracranial hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002170" #> #> $`Intracranial hemorrhage`$`_id` #> [1] "HP_0002170<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Intracranial hemorrhage`$publicGeneCount #> [1] 44 #> #> $`Intracranial hemorrhage`$urlId #> [1] "HP_0002170" #> #> $`Intracranial hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Intracranial hemorrhage`$`_parent` #> [1] "HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$`_is_leaf` #> [1] FALSE #> #> $`Intracranial hemorrhage`$children #> $`Intracranial hemorrhage`$children[[1]] #> [1] "HP_0001342<HP_0002170<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Intracranial hemorrhage`$children[[2]] #> [1] "HP_0002138<HP_0002170<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Intracranial hemorrhage`$value #> [1] "Intracranial hemorrhage" #> #> #> $`intracranial hypertension` #> $`intracranial hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9428" #> #> $`intracranial hypertension`$`_id` #> [1] "DOID_9428<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial hypertension`$privateGeneCount #> [1] 0 #> #> $`intracranial hypertension`$publicGeneCount #> [1] 1 #> #> $`intracranial hypertension`$urlId #> [1] "DOID_9428" #> #> $`intracranial hypertension`$dbPhenotype #> [1] TRUE #> #> $`intracranial hypertension`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial hypertension`$`_is_leaf` #> [1] TRUE #> #> $`intracranial hypertension`$children #> list() #> #> $`intracranial hypertension`$value #> [1] "intracranial hypertension" #> #> #> $`intracranial sinus thrombosis` #> $`intracranial sinus thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3572" #> #> $`intracranial sinus thrombosis`$`_id` #> [1] "DOID_3572<DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial sinus thrombosis`$privateGeneCount #> [1] 0 #> #> $`intracranial sinus thrombosis`$publicGeneCount #> [1] 5 #> #> $`intracranial sinus thrombosis`$urlId #> [1] "DOID_3572" #> #> $`intracranial sinus thrombosis`$dbPhenotype #> [1] TRUE #> #> $`intracranial sinus thrombosis`$`_parent` #> [1] "DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial sinus thrombosis`$`_is_leaf` #> [1] FALSE #> #> $`intracranial sinus thrombosis`$children #> $`intracranial sinus thrombosis`$children[[1]] #> [1] "DOID_3576<DOID_3572<DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`intracranial sinus thrombosis`$value #> [1] "intracranial sinus thrombosis" #> #> #> $`intracranial sinus thrombosis` #> $`intracranial sinus thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3572" #> #> $`intracranial sinus thrombosis`$`_id` #> [1] "DOID_3572<DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial sinus thrombosis`$privateGeneCount #> [1] 0 #> #> $`intracranial sinus thrombosis`$publicGeneCount #> [1] 5 #> #> $`intracranial sinus thrombosis`$urlId #> [1] "DOID_3572" #> #> $`intracranial sinus thrombosis`$dbPhenotype #> [1] TRUE #> #> $`intracranial sinus thrombosis`$`_parent` #> [1] "DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial sinus thrombosis`$`_is_leaf` #> [1] FALSE #> #> $`intracranial sinus thrombosis`$children #> $`intracranial sinus thrombosis`$children[[1]] #> [1] "DOID_3576<DOID_3572<DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`intracranial sinus thrombosis`$value #> [1] "intracranial sinus thrombosis" #> #> #> $`intracranial sinus thrombosis` #> $`intracranial sinus thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3572" #> #> $`intracranial sinus thrombosis`$`_id` #> [1] "DOID_3572<DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial sinus thrombosis`$privateGeneCount #> [1] 0 #> #> $`intracranial sinus thrombosis`$publicGeneCount #> [1] 5 #> #> $`intracranial sinus thrombosis`$urlId #> [1] "DOID_3572" #> #> $`intracranial sinus thrombosis`$dbPhenotype #> [1] TRUE #> #> $`intracranial sinus thrombosis`$`_parent` #> [1] "DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial sinus thrombosis`$`_is_leaf` #> [1] FALSE #> #> $`intracranial sinus thrombosis`$children #> $`intracranial sinus thrombosis`$children[[1]] #> [1] "DOID_3576<DOID_3572<DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`intracranial sinus thrombosis`$value #> [1] "intracranial sinus thrombosis" #> #> #> $`intracranial structure hemangioma` #> $`intracranial structure hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2517" #> #> $`intracranial structure hemangioma`$`_id` #> [1] "DOID_2517<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`intracranial structure hemangioma`$privateGeneCount #> [1] 0 #> #> $`intracranial structure hemangioma`$publicGeneCount #> [1] 4 #> #> $`intracranial structure hemangioma`$urlId #> [1] "DOID_2517" #> #> $`intracranial structure hemangioma`$dbPhenotype #> [1] FALSE #> #> $`intracranial structure hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`intracranial structure hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`intracranial structure hemangioma`$children #> $`intracranial structure hemangioma`$children[[1]] #> [1] "DOID_2516<DOID_2517<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`intracranial structure hemangioma`$value #> [1] "intracranial structure hemangioma" #> #> #> $`intracranial structure hemangioma` #> $`intracranial structure hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2517" #> #> $`intracranial structure hemangioma`$`_id` #> [1] "DOID_2517<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intracranial structure hemangioma`$privateGeneCount #> [1] 0 #> #> $`intracranial structure hemangioma`$publicGeneCount #> [1] 4 #> #> $`intracranial structure hemangioma`$urlId #> [1] "DOID_2517" #> #> $`intracranial structure hemangioma`$dbPhenotype #> [1] FALSE #> #> $`intracranial structure hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intracranial structure hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`intracranial structure hemangioma`$children #> $`intracranial structure hemangioma`$children[[1]] #> [1] "DOID_2516<DOID_2517<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`intracranial structure hemangioma`$value #> [1] "intracranial structure hemangioma" #> #> #> $`intracranial structure hemangioma` #> $`intracranial structure hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2517" #> #> $`intracranial structure hemangioma`$`_id` #> [1] "DOID_2517<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial structure hemangioma`$privateGeneCount #> [1] 0 #> #> $`intracranial structure hemangioma`$publicGeneCount #> [1] 4 #> #> $`intracranial structure hemangioma`$urlId #> [1] "DOID_2517" #> #> $`intracranial structure hemangioma`$dbPhenotype #> [1] FALSE #> #> $`intracranial structure hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial structure hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`intracranial structure hemangioma`$children #> $`intracranial structure hemangioma`$children[[1]] #> [1] "DOID_2516<DOID_2517<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> #> $`intracranial structure hemangioma`$value #> [1] "intracranial structure hemangioma" #> #> #> $`intracranial structure hemangioma` #> $`intracranial structure hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2517" #> #> $`intracranial structure hemangioma`$`_id` #> [1] "DOID_2517<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial structure hemangioma`$privateGeneCount #> [1] 0 #> #> $`intracranial structure hemangioma`$publicGeneCount #> [1] 4 #> #> $`intracranial structure hemangioma`$urlId #> [1] "DOID_2517" #> #> $`intracranial structure hemangioma`$dbPhenotype #> [1] FALSE #> #> $`intracranial structure hemangioma`$`_parent` #> [1] "DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial structure hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`intracranial structure hemangioma`$children #> $`intracranial structure hemangioma`$children[[1]] #> [1] "DOID_2516<DOID_2517<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`intracranial structure hemangioma`$value #> [1] "intracranial structure hemangioma" #> #> #> $`intracranial thrombosis` #> $`intracranial thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4193" #> #> $`intracranial thrombosis`$`_id` #> [1] "DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial thrombosis`$privateGeneCount #> [1] 0 #> #> $`intracranial thrombosis`$publicGeneCount #> [1] 13 #> #> $`intracranial thrombosis`$urlId #> [1] "DOID_4193" #> #> $`intracranial thrombosis`$dbPhenotype #> [1] TRUE #> #> $`intracranial thrombosis`$`_parent` #> [1] "DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial thrombosis`$`_is_leaf` #> [1] FALSE #> #> $`intracranial thrombosis`$children #> $`intracranial thrombosis`$children[[1]] #> [1] "DOID_3410<DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial thrombosis`$children[[2]] #> [1] "DOID_3572<DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`intracranial thrombosis`$value #> [1] "intracranial thrombosis" #> #> #> $`intracranial thrombosis` #> $`intracranial thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4193" #> #> $`intracranial thrombosis`$`_id` #> [1] "DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial thrombosis`$privateGeneCount #> [1] 0 #> #> $`intracranial thrombosis`$publicGeneCount #> [1] 13 #> #> $`intracranial thrombosis`$urlId #> [1] "DOID_4193" #> #> $`intracranial thrombosis`$dbPhenotype #> [1] TRUE #> #> $`intracranial thrombosis`$`_parent` #> [1] "DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial thrombosis`$`_is_leaf` #> [1] FALSE #> #> $`intracranial thrombosis`$children #> $`intracranial thrombosis`$children[[1]] #> [1] "DOID_3410<DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial thrombosis`$children[[2]] #> [1] "DOID_3572<DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`intracranial thrombosis`$value #> [1] "intracranial thrombosis" #> #> #> $`intracranial thrombosis` #> $`intracranial thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4193" #> #> $`intracranial thrombosis`$`_id` #> [1] "DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial thrombosis`$privateGeneCount #> [1] 0 #> #> $`intracranial thrombosis`$publicGeneCount #> [1] 13 #> #> $`intracranial thrombosis`$urlId #> [1] "DOID_4193" #> #> $`intracranial thrombosis`$dbPhenotype #> [1] TRUE #> #> $`intracranial thrombosis`$`_parent` #> [1] "DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial thrombosis`$`_is_leaf` #> [1] FALSE #> #> $`intracranial thrombosis`$children #> $`intracranial thrombosis`$children[[1]] #> [1] "DOID_3410<DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial thrombosis`$children[[2]] #> [1] "DOID_3572<DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`intracranial thrombosis`$value #> [1] "intracranial thrombosis" #> #> #> $`intracranial vasospasm` #> $`intracranial vasospasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13100" #> #> $`intracranial vasospasm`$`_id` #> [1] "DOID_13100<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial vasospasm`$privateGeneCount #> [1] 0 #> #> $`intracranial vasospasm`$publicGeneCount #> [1] 7 #> #> $`intracranial vasospasm`$urlId #> [1] "DOID_13100" #> #> $`intracranial vasospasm`$dbPhenotype #> [1] TRUE #> #> $`intracranial vasospasm`$`_parent` #> [1] "DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intracranial vasospasm`$`_is_leaf` #> [1] TRUE #> #> $`intracranial vasospasm`$children #> list() #> #> $`intracranial vasospasm`$value #> [1] "intracranial vasospasm" #> #> #> $`intracranial vasospasm` #> $`intracranial vasospasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13100" #> #> $`intracranial vasospasm`$`_id` #> [1] "DOID_13100<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial vasospasm`$privateGeneCount #> [1] 0 #> #> $`intracranial vasospasm`$publicGeneCount #> [1] 7 #> #> $`intracranial vasospasm`$urlId #> [1] "DOID_13100" #> #> $`intracranial vasospasm`$dbPhenotype #> [1] TRUE #> #> $`intracranial vasospasm`$`_parent` #> [1] "DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intracranial vasospasm`$`_is_leaf` #> [1] TRUE #> #> $`intracranial vasospasm`$children #> list() #> #> $`intracranial vasospasm`$value #> [1] "intracranial vasospasm" #> #> #> $`intrahepatic cholangiocarcinoma` #> $`intrahepatic cholangiocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4928" #> #> $`intrahepatic cholangiocarcinoma`$`_id` #> [1] "DOID_4928<DOID_4947<DOID_4896<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`intrahepatic cholangiocarcinoma`$privateGeneCount #> [1] 0 #> #> $`intrahepatic cholangiocarcinoma`$publicGeneCount #> [1] 2 #> #> $`intrahepatic cholangiocarcinoma`$urlId #> [1] "DOID_4928" #> #> $`intrahepatic cholangiocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`intrahepatic cholangiocarcinoma`$`_parent` #> [1] "DOID_4947<DOID_4896<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`intrahepatic cholangiocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`intrahepatic cholangiocarcinoma`$children #> list() #> #> $`intrahepatic cholangiocarcinoma`$value #> [1] "intrahepatic cholangiocarcinoma" #> #> #> $`intrahepatic cholangiocarcinoma` #> $`intrahepatic cholangiocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4928" #> #> $`intrahepatic cholangiocarcinoma`$`_id` #> [1] "DOID_4928<DOID_4947<DOID_4896<DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`intrahepatic cholangiocarcinoma`$privateGeneCount #> [1] 0 #> #> $`intrahepatic cholangiocarcinoma`$publicGeneCount #> [1] 2 #> #> $`intrahepatic cholangiocarcinoma`$urlId #> [1] "DOID_4928" #> #> $`intrahepatic cholangiocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`intrahepatic cholangiocarcinoma`$`_parent` #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`intrahepatic cholangiocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`intrahepatic cholangiocarcinoma`$children #> list() #> #> $`intrahepatic cholangiocarcinoma`$value #> [1] "intrahepatic cholangiocarcinoma" #> #> #> $`intrahepatic cholangiocarcinoma` #> $`intrahepatic cholangiocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4928" #> #> $`intrahepatic cholangiocarcinoma`$`_id` #> [1] "DOID_4928<DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`intrahepatic cholangiocarcinoma`$privateGeneCount #> [1] 0 #> #> $`intrahepatic cholangiocarcinoma`$publicGeneCount #> [1] 2 #> #> $`intrahepatic cholangiocarcinoma`$urlId #> [1] "DOID_4928" #> #> $`intrahepatic cholangiocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`intrahepatic cholangiocarcinoma`$`_parent` #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`intrahepatic cholangiocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`intrahepatic cholangiocarcinoma`$children #> list() #> #> $`intrahepatic cholangiocarcinoma`$value #> [1] "intrahepatic cholangiocarcinoma" #> #> #> $`intrahepatic cholangiocarcinoma` #> $`intrahepatic cholangiocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4928" #> #> $`intrahepatic cholangiocarcinoma`$`_id` #> [1] "DOID_4928<DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`intrahepatic cholangiocarcinoma`$privateGeneCount #> [1] 0 #> #> $`intrahepatic cholangiocarcinoma`$publicGeneCount #> [1] 2 #> #> $`intrahepatic cholangiocarcinoma`$urlId #> [1] "DOID_4928" #> #> $`intrahepatic cholangiocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`intrahepatic cholangiocarcinoma`$`_parent` #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`intrahepatic cholangiocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`intrahepatic cholangiocarcinoma`$children #> list() #> #> $`intrahepatic cholangiocarcinoma`$value #> [1] "intrahepatic cholangiocarcinoma" #> #> #> $`intrahepatic cholangiocarcinoma` #> $`intrahepatic cholangiocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4928" #> #> $`intrahepatic cholangiocarcinoma`$`_id` #> [1] "DOID_4928<DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`intrahepatic cholangiocarcinoma`$privateGeneCount #> [1] 0 #> #> $`intrahepatic cholangiocarcinoma`$publicGeneCount #> [1] 2 #> #> $`intrahepatic cholangiocarcinoma`$urlId #> [1] "DOID_4928" #> #> $`intrahepatic cholangiocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`intrahepatic cholangiocarcinoma`$`_parent` #> [1] "DOID_4947<DOID_4896<DOID_4897<DOID_4606<DOID_4607<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`intrahepatic cholangiocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`intrahepatic cholangiocarcinoma`$children #> list() #> #> $`intrahepatic cholangiocarcinoma`$value #> [1] "intrahepatic cholangiocarcinoma" #> #> #> $`intrahepatic cholestasis` #> $`intrahepatic cholestasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1852" #> #> $`intrahepatic cholestasis`$`_id` #> [1] "DOID_1852<DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`intrahepatic cholestasis`$privateGeneCount #> [1] 0 #> #> $`intrahepatic cholestasis`$publicGeneCount #> [1] 10 #> #> $`intrahepatic cholestasis`$urlId #> [1] "DOID_1852" #> #> $`intrahepatic cholestasis`$dbPhenotype #> [1] TRUE #> #> $`intrahepatic cholestasis`$`_parent` #> [1] "DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`intrahepatic cholestasis`$`_is_leaf` #> [1] TRUE #> #> $`intrahepatic cholestasis`$children #> list() #> #> $`intrahepatic cholestasis`$value #> [1] "intrahepatic cholestasis" #> #> #> $`intramuscular hemangioma` #> $`intramuscular hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_468" #> #> $`intramuscular hemangioma`$`_id` #> [1] "DOID_468<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`intramuscular hemangioma`$privateGeneCount #> [1] 0 #> #> $`intramuscular hemangioma`$publicGeneCount #> [1] 6 #> #> $`intramuscular hemangioma`$urlId #> [1] "DOID_468" #> #> $`intramuscular hemangioma`$dbPhenotype #> [1] TRUE #> #> $`intramuscular hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`intramuscular hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`intramuscular hemangioma`$children #> list() #> #> $`intramuscular hemangioma`$value #> [1] "intramuscular hemangioma" #> #> #> $`intramuscular hemangioma` #> $`intramuscular hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_468" #> #> $`intramuscular hemangioma`$`_id` #> [1] "DOID_468<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intramuscular hemangioma`$privateGeneCount #> [1] 0 #> #> $`intramuscular hemangioma`$publicGeneCount #> [1] 6 #> #> $`intramuscular hemangioma`$urlId #> [1] "DOID_468" #> #> $`intramuscular hemangioma`$dbPhenotype #> [1] TRUE #> #> $`intramuscular hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intramuscular hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`intramuscular hemangioma`$children #> list() #> #> $`intramuscular hemangioma`$value #> [1] "intramuscular hemangioma" #> #> #> $`intramuscular hemangioma` #> $`intramuscular hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_468" #> #> $`intramuscular hemangioma`$`_id` #> [1] "DOID_468<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`intramuscular hemangioma`$privateGeneCount #> [1] 0 #> #> $`intramuscular hemangioma`$publicGeneCount #> [1] 6 #> #> $`intramuscular hemangioma`$urlId #> [1] "DOID_468" #> #> $`intramuscular hemangioma`$dbPhenotype #> [1] TRUE #> #> $`intramuscular hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`intramuscular hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`intramuscular hemangioma`$children #> list() #> #> $`intramuscular hemangioma`$value #> [1] "intramuscular hemangioma" #> #> #> $`intramuscular hemangioma` #> $`intramuscular hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_468" #> #> $`intramuscular hemangioma`$`_id` #> [1] "DOID_468<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intramuscular hemangioma`$privateGeneCount #> [1] 0 #> #> $`intramuscular hemangioma`$publicGeneCount #> [1] 6 #> #> $`intramuscular hemangioma`$urlId #> [1] "DOID_468" #> #> $`intramuscular hemangioma`$dbPhenotype #> [1] TRUE #> #> $`intramuscular hemangioma`$`_parent` #> [1] "DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`intramuscular hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`intramuscular hemangioma`$children #> list() #> #> $`intramuscular hemangioma`$value #> [1] "intramuscular hemangioma" #> #> #> $`intramuscular hemangioma` #> $`intramuscular hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_468" #> #> $`intramuscular hemangioma`$`_id` #> [1] "DOID_468<DOID_461<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intramuscular hemangioma`$privateGeneCount #> [1] 0 #> #> $`intramuscular hemangioma`$publicGeneCount #> [1] 6 #> #> $`intramuscular hemangioma`$urlId #> [1] "DOID_468" #> #> $`intramuscular hemangioma`$dbPhenotype #> [1] TRUE #> #> $`intramuscular hemangioma`$`_parent` #> [1] "DOID_461<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`intramuscular hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`intramuscular hemangioma`$children #> list() #> #> $`intramuscular hemangioma`$value #> [1] "intramuscular hemangioma" #> #> #> $`intramuscular hemangioma` #> $`intramuscular hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_468" #> #> $`intramuscular hemangioma`$`_id` #> [1] "DOID_468<DOID_461<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`intramuscular hemangioma`$privateGeneCount #> [1] 0 #> #> $`intramuscular hemangioma`$publicGeneCount #> [1] 6 #> #> $`intramuscular hemangioma`$urlId #> [1] "DOID_468" #> #> $`intramuscular hemangioma`$dbPhenotype #> [1] TRUE #> #> $`intramuscular hemangioma`$`_parent` #> [1] "DOID_461<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`intramuscular hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`intramuscular hemangioma`$children #> list() #> #> $`intramuscular hemangioma`$value #> [1] "intramuscular hemangioma" #> #> #> $`intramuscular hemangioma` #> $`intramuscular hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_468" #> #> $`intramuscular hemangioma`$`_id` #> [1] "DOID_468<DOID_461<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`intramuscular hemangioma`$privateGeneCount #> [1] 0 #> #> $`intramuscular hemangioma`$publicGeneCount #> [1] 6 #> #> $`intramuscular hemangioma`$urlId #> [1] "DOID_468" #> #> $`intramuscular hemangioma`$dbPhenotype #> [1] TRUE #> #> $`intramuscular hemangioma`$`_parent` #> [1] "DOID_461<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`intramuscular hemangioma`$`_is_leaf` #> [1] TRUE #> #> $`intramuscular hemangioma`$children #> list() #> #> $`intramuscular hemangioma`$value #> [1] "intramuscular hemangioma" #> #> #> $`intraorbital meningioma` #> $`intraorbital meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4141" #> #> $`intraorbital meningioma`$`_id` #> [1] "DOID_4141<DOID_4143<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`intraorbital meningioma`$privateGeneCount #> [1] 0 #> #> $`intraorbital meningioma`$publicGeneCount #> [1] 16 #> #> $`intraorbital meningioma`$urlId #> [1] "DOID_4141" #> #> $`intraorbital meningioma`$dbPhenotype #> [1] TRUE #> #> $`intraorbital meningioma`$`_parent` #> [1] "DOID_4143<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`intraorbital meningioma`$`_is_leaf` #> [1] TRUE #> #> $`intraorbital meningioma`$children #> list() #> #> $`intraorbital meningioma`$value #> [1] "intraorbital meningioma" #> #> #> $`intraorbital meningioma` #> $`intraorbital meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4141" #> #> $`intraorbital meningioma`$`_id` #> [1] "DOID_4141<DOID_4143<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`intraorbital meningioma`$privateGeneCount #> [1] 0 #> #> $`intraorbital meningioma`$publicGeneCount #> [1] 16 #> #> $`intraorbital meningioma`$urlId #> [1] "DOID_4141" #> #> $`intraorbital meningioma`$dbPhenotype #> [1] TRUE #> #> $`intraorbital meningioma`$`_parent` #> [1] "DOID_4143<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`intraorbital meningioma`$`_is_leaf` #> [1] TRUE #> #> $`intraorbital meningioma`$children #> list() #> #> $`intraorbital meningioma`$value #> [1] "intraorbital meningioma" #> #> #> $`intraorbital meningioma` #> $`intraorbital meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4141" #> #> $`intraorbital meningioma`$`_id` #> [1] "DOID_4141<DOID_4143<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`intraorbital meningioma`$privateGeneCount #> [1] 0 #> #> $`intraorbital meningioma`$publicGeneCount #> [1] 16 #> #> $`intraorbital meningioma`$urlId #> [1] "DOID_4141" #> #> $`intraorbital meningioma`$dbPhenotype #> [1] TRUE #> #> $`intraorbital meningioma`$`_parent` #> [1] "DOID_4143<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`intraorbital meningioma`$`_is_leaf` #> [1] TRUE #> #> $`intraorbital meningioma`$children #> list() #> #> $`intraorbital meningioma`$value #> [1] "intraorbital meningioma" #> #> #> $`intraorbital meningioma` #> $`intraorbital meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4141" #> #> $`intraorbital meningioma`$`_id` #> [1] "DOID_4141<DOID_4143<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`intraorbital meningioma`$privateGeneCount #> [1] 0 #> #> $`intraorbital meningioma`$publicGeneCount #> [1] 16 #> #> $`intraorbital meningioma`$urlId #> [1] "DOID_4141" #> #> $`intraorbital meningioma`$dbPhenotype #> [1] TRUE #> #> $`intraorbital meningioma`$`_parent` #> [1] "DOID_4143<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`intraorbital meningioma`$`_is_leaf` #> [1] TRUE #> #> $`intraorbital meningioma`$children #> list() #> #> $`intraorbital meningioma`$value #> [1] "intraorbital meningioma" #> #> #> $`intraventricular meningioma` #> $`intraventricular meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3772" #> #> $`intraventricular meningioma`$`_id` #> [1] "DOID_3772<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`intraventricular meningioma`$privateGeneCount #> [1] 0 #> #> $`intraventricular meningioma`$publicGeneCount #> [1] 16 #> #> $`intraventricular meningioma`$urlId #> [1] "DOID_3772" #> #> $`intraventricular meningioma`$dbPhenotype #> [1] TRUE #> #> $`intraventricular meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`intraventricular meningioma`$`_is_leaf` #> [1] TRUE #> #> $`intraventricular meningioma`$children #> list() #> #> $`intraventricular meningioma`$value #> [1] "intraventricular meningioma" #> #> #> $`intraventricular meningioma` #> $`intraventricular meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3772" #> #> $`intraventricular meningioma`$`_id` #> [1] "DOID_3772<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`intraventricular meningioma`$privateGeneCount #> [1] 0 #> #> $`intraventricular meningioma`$publicGeneCount #> [1] 16 #> #> $`intraventricular meningioma`$urlId #> [1] "DOID_3772" #> #> $`intraventricular meningioma`$dbPhenotype #> [1] TRUE #> #> $`intraventricular meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`intraventricular meningioma`$`_is_leaf` #> [1] TRUE #> #> $`intraventricular meningioma`$children #> list() #> #> $`intraventricular meningioma`$value #> [1] "intraventricular meningioma" #> #> #> $`intraventricular meningioma` #> $`intraventricular meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3772" #> #> $`intraventricular meningioma`$`_id` #> [1] "DOID_3772<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intraventricular meningioma`$privateGeneCount #> [1] 0 #> #> $`intraventricular meningioma`$publicGeneCount #> [1] 16 #> #> $`intraventricular meningioma`$urlId #> [1] "DOID_3772" #> #> $`intraventricular meningioma`$dbPhenotype #> [1] TRUE #> #> $`intraventricular meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`intraventricular meningioma`$`_is_leaf` #> [1] TRUE #> #> $`intraventricular meningioma`$children #> list() #> #> $`intraventricular meningioma`$value #> [1] "intraventricular meningioma" #> #> #> $`intrinsic asthma` #> $`intrinsic asthma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9360" #> #> $`intrinsic asthma`$`_id` #> [1] "DOID_9360<DOID_2841<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`intrinsic asthma`$privateGeneCount #> [1] 0 #> #> $`intrinsic asthma`$publicGeneCount #> [1] 3 #> #> $`intrinsic asthma`$urlId #> [1] "DOID_9360" #> #> $`intrinsic asthma`$dbPhenotype #> [1] TRUE #> #> $`intrinsic asthma`$`_parent` #> [1] "DOID_2841<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`intrinsic asthma`$`_is_leaf` #> [1] TRUE #> #> $`intrinsic asthma`$children #> list() #> #> $`intrinsic asthma`$value #> [1] "intrinsic asthma" #> #> #> $`intrinsic cardiomyopathy` #> $`intrinsic cardiomyopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060036" #> #> $`intrinsic cardiomyopathy`$`_id` #> [1] "DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`intrinsic cardiomyopathy`$privateGeneCount #> [1] 0 #> #> $`intrinsic cardiomyopathy`$publicGeneCount #> [1] 178 #> #> $`intrinsic cardiomyopathy`$urlId #> [1] "DOID_0060036" #> #> $`intrinsic cardiomyopathy`$dbPhenotype #> [1] FALSE #> #> $`intrinsic cardiomyopathy`$`_parent` #> [1] "DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`intrinsic cardiomyopathy`$`_is_leaf` #> [1] FALSE #> #> $`intrinsic cardiomyopathy`$children #> $`intrinsic cardiomyopathy`$children[[1]] #> [1] "DOID_0050431<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`intrinsic cardiomyopathy`$children[[2]] #> [1] "DOID_12930<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`intrinsic cardiomyopathy`$children[[3]] #> [1] "DOID_11984<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`intrinsic cardiomyopathy`$children[[4]] #> [1] "DOID_0060480<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`intrinsic cardiomyopathy`$children[[5]] #> [1] "DOID_2843<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`intrinsic cardiomyopathy`$children[[6]] #> [1] "DOID_397<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`intrinsic cardiomyopathy`$value #> [1] "intrinsic cardiomyopathy" #> #> #> $`invasive ductal carcinoma` #> $`invasive ductal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3008" #> #> $`invasive ductal carcinoma`$`_id` #> [1] "DOID_3008<DOID_3007<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`invasive ductal carcinoma`$privateGeneCount #> [1] 0 #> #> $`invasive ductal carcinoma`$publicGeneCount #> [1] 42 #> #> $`invasive ductal carcinoma`$urlId #> [1] "DOID_3008" #> #> $`invasive ductal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`invasive ductal carcinoma`$`_parent` #> [1] "DOID_3007<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`invasive ductal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`invasive ductal carcinoma`$children #> list() #> #> $`invasive ductal carcinoma`$value #> [1] "invasive ductal carcinoma" #> #> #> $`invasive ductal carcinoma` #> $`invasive ductal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3008" #> #> $`invasive ductal carcinoma`$`_id` #> [1] "DOID_3008<DOID_3007<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`invasive ductal carcinoma`$privateGeneCount #> [1] 0 #> #> $`invasive ductal carcinoma`$publicGeneCount #> [1] 42 #> #> $`invasive ductal carcinoma`$urlId #> [1] "DOID_3008" #> #> $`invasive ductal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`invasive ductal carcinoma`$`_parent` #> [1] "DOID_3007<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`invasive ductal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`invasive ductal carcinoma`$children #> list() #> #> $`invasive ductal carcinoma`$value #> [1] "invasive ductal carcinoma" #> #> #> $`invasive ductal carcinoma` #> $`invasive ductal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3008" #> #> $`invasive ductal carcinoma`$`_id` #> [1] "DOID_3008<DOID_3007<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`invasive ductal carcinoma`$privateGeneCount #> [1] 0 #> #> $`invasive ductal carcinoma`$publicGeneCount #> [1] 42 #> #> $`invasive ductal carcinoma`$urlId #> [1] "DOID_3008" #> #> $`invasive ductal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`invasive ductal carcinoma`$`_parent` #> [1] "DOID_3007<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`invasive ductal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`invasive ductal carcinoma`$children #> list() #> #> $`invasive ductal carcinoma`$value #> [1] "invasive ductal carcinoma" #> #> #> $`invasive lobular carcinoma` #> $`invasive lobular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3457" #> #> $`invasive lobular carcinoma`$`_id` #> [1] "DOID_3457<DOID_0050938<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`invasive lobular carcinoma`$privateGeneCount #> [1] 0 #> #> $`invasive lobular carcinoma`$publicGeneCount #> [1] 10 #> #> $`invasive lobular carcinoma`$urlId #> [1] "DOID_3457" #> #> $`invasive lobular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`invasive lobular carcinoma`$`_parent` #> [1] "DOID_0050938<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`invasive lobular carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`invasive lobular carcinoma`$children #> list() #> #> $`invasive lobular carcinoma`$value #> [1] "invasive lobular carcinoma" #> #> #> $`invasive lobular carcinoma` #> $`invasive lobular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3457" #> #> $`invasive lobular carcinoma`$`_id` #> [1] "DOID_3457<DOID_0050938<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`invasive lobular carcinoma`$privateGeneCount #> [1] 0 #> #> $`invasive lobular carcinoma`$publicGeneCount #> [1] 10 #> #> $`invasive lobular carcinoma`$urlId #> [1] "DOID_3457" #> #> $`invasive lobular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`invasive lobular carcinoma`$`_parent` #> [1] "DOID_0050938<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`invasive lobular carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`invasive lobular carcinoma`$children #> list() #> #> $`invasive lobular carcinoma`$value #> [1] "invasive lobular carcinoma" #> #> #> $`invasive lobular carcinoma` #> $`invasive lobular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3457" #> #> $`invasive lobular carcinoma`$`_id` #> [1] "DOID_3457<DOID_0050938<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`invasive lobular carcinoma`$privateGeneCount #> [1] 0 #> #> $`invasive lobular carcinoma`$publicGeneCount #> [1] 10 #> #> $`invasive lobular carcinoma`$urlId #> [1] "DOID_3457" #> #> $`invasive lobular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`invasive lobular carcinoma`$`_parent` #> [1] "DOID_0050938<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`invasive lobular carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`invasive lobular carcinoma`$children #> list() #> #> $`invasive lobular carcinoma`$value #> [1] "invasive lobular carcinoma" #> #> #> $`inverted papilloma` #> $`inverted papilloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3179" #> #> $`inverted papilloma`$`_id` #> [1] "DOID_3179<DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`inverted papilloma`$privateGeneCount #> [1] 0 #> #> $`inverted papilloma`$publicGeneCount #> [1] 3 #> #> $`inverted papilloma`$urlId #> [1] "DOID_3179" #> #> $`inverted papilloma`$dbPhenotype #> [1] TRUE #> #> $`inverted papilloma`$`_parent` #> [1] "DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`inverted papilloma`$`_is_leaf` #> [1] TRUE #> #> $`inverted papilloma`$children #> list() #> #> $`inverted papilloma`$value #> [1] "inverted papilloma" #> #> #> $`Involuntary movements` #> $`Involuntary movements`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004305" #> #> $`Involuntary movements`$`_id` #> [1] "HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Involuntary movements`$privateGeneCount #> [1] 0 #> #> $`Involuntary movements`$publicGeneCount #> [1] 20 #> #> $`Involuntary movements`$urlId #> [1] "HP_0004305" #> #> $`Involuntary movements`$dbPhenotype #> [1] FALSE #> #> $`Involuntary movements`$`_parent` #> [1] "HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Involuntary movements`$`_is_leaf` #> [1] FALSE #> #> $`Involuntary movements`$children #> $`Involuntary movements`$children[[1]] #> [1] "HP_0002072<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Involuntary movements`$children[[2]] #> [1] "HP_0002380<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Involuntary movements`$children[[3]] #> [1] "HP_0001336<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Involuntary movements`$children[[4]] #> [1] "HP_0100033<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Involuntary movements`$children[[5]] #> [1] "HP_0001337<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Involuntary movements`$value #> [1] "Involuntary movements" #> #> #> $iridocyclitis #> $iridocyclitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9383" #> #> $iridocyclitis$`_id` #> [1] "DOID_9383<DOID_1407<DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $iridocyclitis$privateGeneCount #> [1] 0 #> #> $iridocyclitis$publicGeneCount #> [1] 4 #> #> $iridocyclitis$urlId #> [1] "DOID_9383" #> #> $iridocyclitis$dbPhenotype #> [1] TRUE #> #> $iridocyclitis$`_parent` #> [1] "DOID_1407<DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $iridocyclitis$`_is_leaf` #> [1] TRUE #> #> $iridocyclitis$children #> list() #> #> $iridocyclitis$value #> [1] "iridocyclitis" #> #> #> $`iridogoniodysgenesis syndrome` #> $`iridogoniodysgenesis syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050786" #> #> $`iridogoniodysgenesis syndrome`$`_id` #> [1] "DOID_0050786<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`iridogoniodysgenesis syndrome`$privateGeneCount #> [1] 0 #> #> $`iridogoniodysgenesis syndrome`$publicGeneCount #> [1] 2 #> #> $`iridogoniodysgenesis syndrome`$urlId #> [1] "DOID_0050786" #> #> $`iridogoniodysgenesis syndrome`$dbPhenotype #> [1] TRUE #> #> $`iridogoniodysgenesis syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`iridogoniodysgenesis syndrome`$`_is_leaf` #> [1] TRUE #> #> $`iridogoniodysgenesis syndrome`$children #> list() #> #> $`iridogoniodysgenesis syndrome`$value #> [1] "iridogoniodysgenesis syndrome" #> #> #> $`iridogoniodysgenesis syndrome` #> $`iridogoniodysgenesis syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050786" #> #> $`iridogoniodysgenesis syndrome`$`_id` #> [1] "DOID_0050786<DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`iridogoniodysgenesis syndrome`$privateGeneCount #> [1] 0 #> #> $`iridogoniodysgenesis syndrome`$publicGeneCount #> [1] 2 #> #> $`iridogoniodysgenesis syndrome`$urlId #> [1] "DOID_0050786" #> #> $`iridogoniodysgenesis syndrome`$dbPhenotype #> [1] TRUE #> #> $`iridogoniodysgenesis syndrome`$`_parent` #> [1] "DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`iridogoniodysgenesis syndrome`$`_is_leaf` #> [1] TRUE #> #> $`iridogoniodysgenesis syndrome`$children #> list() #> #> $`iridogoniodysgenesis syndrome`$value #> [1] "iridogoniodysgenesis syndrome" #> #> #> $`iris disease` #> $`iris disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_240" #> #> $`iris disease`$`_id` #> [1] "DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`iris disease`$privateGeneCount #> [1] 0 #> #> $`iris disease`$publicGeneCount #> [1] 19 #> #> $`iris disease`$urlId #> [1] "DOID_240" #> #> $`iris disease`$dbPhenotype #> [1] FALSE #> #> $`iris disease`$`_parent` #> [1] "DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`iris disease`$`_is_leaf` #> [1] FALSE #> #> $`iris disease`$children #> $`iris disease`$children[[1]] #> [1] "DOID_12271<DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`iris disease`$children[[2]] #> [1] "DOID_13641<DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`iris disease`$children[[3]] #> [1] "DOID_0050786<DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`iris disease`$value #> [1] "iris disease" #> #> #> $`Iris hypopigmentation` #> $`Iris hypopigmentation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007730" #> #> $`Iris hypopigmentation`$`_id` #> [1] "HP_0007730<HP_0008034<HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Iris hypopigmentation`$privateGeneCount #> [1] 0 #> #> $`Iris hypopigmentation`$publicGeneCount #> [1] 1 #> #> $`Iris hypopigmentation`$urlId #> [1] "HP_0007730" #> #> $`Iris hypopigmentation`$dbPhenotype #> [1] FALSE #> #> $`Iris hypopigmentation`$`_parent` #> [1] "HP_0008034<HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Iris hypopigmentation`$`_is_leaf` #> [1] FALSE #> #> $`Iris hypopigmentation`$children #> $`Iris hypopigmentation`$children[[1]] #> [1] "HP_0001107<HP_0007730<HP_0008034<HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Iris hypopigmentation`$value #> [1] "Iris hypopigmentation" #> #> #> $`Iris hypopigmentation` #> $`Iris hypopigmentation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007730" #> #> $`Iris hypopigmentation`$`_id` #> [1] "HP_0007730<HP_0008034<HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Iris hypopigmentation`$privateGeneCount #> [1] 0 #> #> $`Iris hypopigmentation`$publicGeneCount #> [1] 1 #> #> $`Iris hypopigmentation`$urlId #> [1] "HP_0007730" #> #> $`Iris hypopigmentation`$dbPhenotype #> [1] FALSE #> #> $`Iris hypopigmentation`$`_parent` #> [1] "HP_0008034<HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Iris hypopigmentation`$`_is_leaf` #> [1] FALSE #> #> $`Iris hypopigmentation`$children #> $`Iris hypopigmentation`$children[[1]] #> [1] "HP_0001107<HP_0007730<HP_0008034<HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Iris hypopigmentation`$value #> [1] "Iris hypopigmentation" #> #> #> $`iron deficiency anemia` #> $`iron deficiency anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11758" #> #> $`iron deficiency anemia`$`_id` #> [1] "DOID_11758<DOID_5113<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`iron deficiency anemia`$privateGeneCount #> [1] 0 #> #> $`iron deficiency anemia`$publicGeneCount #> [1] 5 #> #> $`iron deficiency anemia`$urlId #> [1] "DOID_11758" #> #> $`iron deficiency anemia`$dbPhenotype #> [1] TRUE #> #> $`iron deficiency anemia`$`_parent` #> [1] "DOID_5113<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`iron deficiency anemia`$`_is_leaf` #> [1] TRUE #> #> $`iron deficiency anemia`$children #> list() #> #> $`iron deficiency anemia`$value #> [1] "iron deficiency anemia" #> #> #> $`iron metabolism disease` #> $`iron metabolism disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2351" #> #> $`iron metabolism disease`$`_id` #> [1] "DOID_2351<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`iron metabolism disease`$privateGeneCount #> [1] 0 #> #> $`iron metabolism disease`$publicGeneCount #> [1] 12 #> #> $`iron metabolism disease`$urlId #> [1] "DOID_2351" #> #> $`iron metabolism disease`$dbPhenotype #> [1] TRUE #> #> $`iron metabolism disease`$`_parent` #> [1] "DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`iron metabolism disease`$`_is_leaf` #> [1] FALSE #> #> $`iron metabolism disease`$children #> $`iron metabolism disease`$children[[1]] #> [1] "DOID_0050711<DOID_2351<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`iron metabolism disease`$children[[2]] #> [1] "DOID_12119<DOID_2351<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`iron metabolism disease`$value #> [1] "iron metabolism disease" #> #> #> $`Irregular menstruation` #> $`Irregular menstruation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000858" #> #> $`Irregular menstruation`$`_id` #> [1] "HP_0000858<HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Irregular menstruation`$privateGeneCount #> [1] 0 #> #> $`Irregular menstruation`$publicGeneCount #> [1] 3 #> #> $`Irregular menstruation`$urlId #> [1] "HP_0000858" #> #> $`Irregular menstruation`$dbPhenotype #> [1] FALSE #> #> $`Irregular menstruation`$`_parent` #> [1] "HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Irregular menstruation`$`_is_leaf` #> [1] FALSE #> #> $`Irregular menstruation`$children #> $`Irregular menstruation`$children[[1]] #> [1] "HP_0100607<HP_0000858<HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Irregular menstruation`$value #> [1] "Irregular menstruation" #> #> #> $`irritable bowel syndrome` #> $`irritable bowel syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9778" #> #> $`irritable bowel syndrome`$`_id` #> [1] "DOID_9778<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`irritable bowel syndrome`$privateGeneCount #> [1] 0 #> #> $`irritable bowel syndrome`$publicGeneCount #> [1] 3 #> #> $`irritable bowel syndrome`$urlId #> [1] "DOID_9778" #> #> $`irritable bowel syndrome`$dbPhenotype #> [1] TRUE #> #> $`irritable bowel syndrome`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`irritable bowel syndrome`$`_is_leaf` #> [1] TRUE #> #> $`irritable bowel syndrome`$children #> list() #> #> $`irritable bowel syndrome`$value #> [1] "irritable bowel syndrome" #> #> #> $`irritant dermatitis` #> $`irritant dermatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2772" #> #> $`irritant dermatitis`$`_id` #> [1] "DOID_2772<DOID_2773<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`irritant dermatitis`$privateGeneCount #> [1] 0 #> #> $`irritant dermatitis`$publicGeneCount #> [1] 1 #> #> $`irritant dermatitis`$urlId #> [1] "DOID_2772" #> #> $`irritant dermatitis`$dbPhenotype #> [1] TRUE #> #> $`irritant dermatitis`$`_parent` #> [1] "DOID_2773<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`irritant dermatitis`$`_is_leaf` #> [1] TRUE #> #> $`irritant dermatitis`$children #> list() #> #> $`irritant dermatitis`$value #> [1] "irritant dermatitis" #> #> #> $ischemia #> $ischemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_326" #> #> $ischemia$`_id` #> [1] "DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $ischemia$privateGeneCount #> [1] 0 #> #> $ischemia$publicGeneCount #> [1] 117 #> #> $ischemia$urlId #> [1] "DOID_326" #> #> $ischemia$dbPhenotype #> [1] TRUE #> #> $ischemia$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $ischemia$`_is_leaf` #> [1] FALSE #> #> $ischemia$children #> $ischemia$children[[1]] #> [1] "DOID_2316<DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $ischemia$children[[2]] #> [1] "DOID_682<DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $ischemia$value #> [1] "ischemia" #> #> #> $`ischemic bone disease` #> $`ischemic bone disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080008" #> #> $`ischemic bone disease`$`_id` #> [1] "DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`ischemic bone disease`$privateGeneCount #> [1] 0 #> #> $`ischemic bone disease`$publicGeneCount #> [1] 9 #> #> $`ischemic bone disease`$urlId #> [1] "DOID_0080008" #> #> $`ischemic bone disease`$dbPhenotype #> [1] FALSE #> #> $`ischemic bone disease`$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`ischemic bone disease`$`_is_leaf` #> [1] FALSE #> #> $`ischemic bone disease`$children #> $`ischemic bone disease`$children[[1]] #> [1] "DOID_84<DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`ischemic bone disease`$children[[2]] #> [1] "DOID_8125<DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`ischemic bone disease`$children[[3]] #> [1] "DOID_10159<DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`ischemic bone disease`$value #> [1] "ischemic bone disease" #> #> #> $`ischemic colitis` #> $`ischemic colitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060181" #> #> $`ischemic colitis`$`_id` #> [1] "DOID_0060181<DOID_0060180<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`ischemic colitis`$privateGeneCount #> [1] 0 #> #> $`ischemic colitis`$publicGeneCount #> [1] 1 #> #> $`ischemic colitis`$urlId #> [1] "DOID_0060181" #> #> $`ischemic colitis`$dbPhenotype #> [1] TRUE #> #> $`ischemic colitis`$`_parent` #> [1] "DOID_0060180<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`ischemic colitis`$`_is_leaf` #> [1] TRUE #> #> $`ischemic colitis`$children #> list() #> #> $`ischemic colitis`$value #> [1] "ischemic colitis" #> #> #> $`Ischemic stroke` #> $`Ischemic stroke`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002140" #> #> $`Ischemic stroke`$`_id` #> [1] "HP_0002140<HP_0001297<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$privateGeneCount #> [1] 0 #> #> $`Ischemic stroke`$publicGeneCount #> [1] 3 #> #> $`Ischemic stroke`$urlId #> [1] "HP_0002140" #> #> $`Ischemic stroke`$dbPhenotype #> [1] TRUE #> #> $`Ischemic stroke`$`_parent` #> [1] "HP_0001297<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$`_is_leaf` #> [1] TRUE #> #> $`Ischemic stroke`$children #> list() #> #> $`Ischemic stroke`$value #> [1] "Ischemic stroke" #> #> #> $`Ischemic stroke` #> $`Ischemic stroke`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002140" #> #> $`Ischemic stroke`$`_id` #> [1] "HP_0002140<HP_0001297<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$privateGeneCount #> [1] 0 #> #> $`Ischemic stroke`$publicGeneCount #> [1] 3 #> #> $`Ischemic stroke`$urlId #> [1] "HP_0002140" #> #> $`Ischemic stroke`$dbPhenotype #> [1] TRUE #> #> $`Ischemic stroke`$`_parent` #> [1] "HP_0001297<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$`_is_leaf` #> [1] TRUE #> #> $`Ischemic stroke`$children #> list() #> #> $`Ischemic stroke`$value #> [1] "Ischemic stroke" #> #> #> $`Ischemic stroke` #> $`Ischemic stroke`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002140" #> #> $`Ischemic stroke`$`_id` #> [1] "HP_0002140<HP_0002637<HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$privateGeneCount #> [1] 0 #> #> $`Ischemic stroke`$publicGeneCount #> [1] 3 #> #> $`Ischemic stroke`$urlId #> [1] "HP_0002140" #> #> $`Ischemic stroke`$dbPhenotype #> [1] TRUE #> #> $`Ischemic stroke`$`_parent` #> [1] "HP_0002637<HP_0009145<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$`_is_leaf` #> [1] TRUE #> #> $`Ischemic stroke`$children #> list() #> #> $`Ischemic stroke`$value #> [1] "Ischemic stroke" #> #> #> $`Ischemic stroke` #> $`Ischemic stroke`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002140" #> #> $`Ischemic stroke`$`_id` #> [1] "HP_0002140<HP_0002637<HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$privateGeneCount #> [1] 0 #> #> $`Ischemic stroke`$publicGeneCount #> [1] 3 #> #> $`Ischemic stroke`$urlId #> [1] "HP_0002140" #> #> $`Ischemic stroke`$dbPhenotype #> [1] TRUE #> #> $`Ischemic stroke`$`_parent` #> [1] "HP_0002637<HP_0009145<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$`_is_leaf` #> [1] TRUE #> #> $`Ischemic stroke`$children #> list() #> #> $`Ischemic stroke`$value #> [1] "Ischemic stroke" #> #> #> $`Ischemic stroke` #> $`Ischemic stroke`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002140" #> #> $`Ischemic stroke`$`_id` #> [1] "HP_0002140<HP_0002637<HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$privateGeneCount #> [1] 0 #> #> $`Ischemic stroke`$publicGeneCount #> [1] 3 #> #> $`Ischemic stroke`$urlId #> [1] "HP_0002140" #> #> $`Ischemic stroke`$dbPhenotype #> [1] TRUE #> #> $`Ischemic stroke`$`_parent` #> [1] "HP_0002637<HP_0009145<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$`_is_leaf` #> [1] TRUE #> #> $`Ischemic stroke`$children #> list() #> #> $`Ischemic stroke`$value #> [1] "Ischemic stroke" #> #> #> $`Ischemic stroke` #> $`Ischemic stroke`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002140" #> #> $`Ischemic stroke`$`_id` #> [1] "HP_0002140<HP_0002637<HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$privateGeneCount #> [1] 0 #> #> $`Ischemic stroke`$publicGeneCount #> [1] 3 #> #> $`Ischemic stroke`$urlId #> [1] "HP_0002140" #> #> $`Ischemic stroke`$dbPhenotype #> [1] TRUE #> #> $`Ischemic stroke`$`_parent` #> [1] "HP_0002637<HP_0009145<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$`_is_leaf` #> [1] TRUE #> #> $`Ischemic stroke`$children #> list() #> #> $`Ischemic stroke`$value #> [1] "Ischemic stroke" #> #> #> $`Ischemic stroke` #> $`Ischemic stroke`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002140" #> #> $`Ischemic stroke`$`_id` #> [1] "HP_0002140<HP_0002637<HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$privateGeneCount #> [1] 0 #> #> $`Ischemic stroke`$publicGeneCount #> [1] 3 #> #> $`Ischemic stroke`$urlId #> [1] "HP_0002140" #> #> $`Ischemic stroke`$dbPhenotype #> [1] TRUE #> #> $`Ischemic stroke`$`_parent` #> [1] "HP_0002637<HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$`_is_leaf` #> [1] TRUE #> #> $`Ischemic stroke`$children #> list() #> #> $`Ischemic stroke`$value #> [1] "Ischemic stroke" #> #> #> $`Ischemic stroke` #> $`Ischemic stroke`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002140" #> #> $`Ischemic stroke`$`_id` #> [1] "HP_0002140<HP_0002637<HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$privateGeneCount #> [1] 0 #> #> $`Ischemic stroke`$publicGeneCount #> [1] 3 #> #> $`Ischemic stroke`$urlId #> [1] "HP_0002140" #> #> $`Ischemic stroke`$dbPhenotype #> [1] TRUE #> #> $`Ischemic stroke`$`_parent` #> [1] "HP_0002637<HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ischemic stroke`$`_is_leaf` #> [1] TRUE #> #> $`Ischemic stroke`$children #> list() #> #> $`Ischemic stroke`$value #> [1] "Ischemic stroke" #> #> #> $`islet cell tumor` #> $`islet cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1799" #> #> $`islet cell tumor`$`_id` #> [1] "DOID_1799<DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`islet cell tumor`$privateGeneCount #> [1] 0 #> #> $`islet cell tumor`$publicGeneCount #> [1] 2 #> #> $`islet cell tumor`$urlId #> [1] "DOID_1799" #> #> $`islet cell tumor`$dbPhenotype #> [1] FALSE #> #> $`islet cell tumor`$`_parent` #> [1] "DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`islet cell tumor`$`_is_leaf` #> [1] FALSE #> #> $`islet cell tumor`$children #> $`islet cell tumor`$children[[1]] #> [1] "DOID_1798<DOID_1799<DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`islet cell tumor`$value #> [1] "islet cell tumor" #> #> #> $`islet cell tumor` #> $`islet cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1799" #> #> $`islet cell tumor`$`_id` #> [1] "DOID_1799<DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`islet cell tumor`$privateGeneCount #> [1] 0 #> #> $`islet cell tumor`$publicGeneCount #> [1] 2 #> #> $`islet cell tumor`$urlId #> [1] "DOID_1799" #> #> $`islet cell tumor`$dbPhenotype #> [1] FALSE #> #> $`islet cell tumor`$`_parent` #> [1] "DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`islet cell tumor`$`_is_leaf` #> [1] FALSE #> #> $`islet cell tumor`$children #> $`islet cell tumor`$children[[1]] #> [1] "DOID_1798<DOID_1799<DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> #> $`islet cell tumor`$value #> [1] "islet cell tumor" #> #> #> $Isomerism #> $Isomerism$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031853" #> #> $Isomerism$`_id` #> [1] "HP_0031853<HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> $Isomerism$privateGeneCount #> [1] 0 #> #> $Isomerism$publicGeneCount #> [1] 1 #> #> $Isomerism$urlId #> [1] "HP_0031853" #> #> $Isomerism$dbPhenotype #> [1] FALSE #> #> $Isomerism$`_parent` #> [1] "HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> $Isomerism$`_is_leaf` #> [1] FALSE #> #> $Isomerism$children #> $Isomerism$children[[1]] #> [1] "HP_0031855<HP_0031853<HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> #> $Isomerism$value #> [1] "Isomerism" #> #> #> $`isovaleric acidemia` #> $`isovaleric acidemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14753" #> #> $`isovaleric acidemia`$`_id` #> [1] "DOID_14753<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`isovaleric acidemia`$privateGeneCount #> [1] 0 #> #> $`isovaleric acidemia`$publicGeneCount #> [1] 1 #> #> $`isovaleric acidemia`$urlId #> [1] "DOID_14753" #> #> $`isovaleric acidemia`$dbPhenotype #> [1] TRUE #> #> $`isovaleric acidemia`$`_parent` #> [1] "DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`isovaleric acidemia`$`_is_leaf` #> [1] TRUE #> #> $`isovaleric acidemia`$children #> list() #> #> $`isovaleric acidemia`$value #> [1] "isovaleric acidemia" #> #> #> $`Jansen's metaphyseal chondrodysplasia` #> $`Jansen's metaphyseal chondrodysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080020" #> #> $`Jansen's metaphyseal chondrodysplasia`$`_id` #> [1] "DOID_0080020<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Jansen's metaphyseal chondrodysplasia`$privateGeneCount #> [1] 0 #> #> $`Jansen's metaphyseal chondrodysplasia`$publicGeneCount #> [1] 1 #> #> $`Jansen's metaphyseal chondrodysplasia`$urlId #> [1] "DOID_0080020" #> #> $`Jansen's metaphyseal chondrodysplasia`$dbPhenotype #> [1] TRUE #> #> $`Jansen's metaphyseal chondrodysplasia`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Jansen's metaphyseal chondrodysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Jansen's metaphyseal chondrodysplasia`$children #> list() #> #> $`Jansen's metaphyseal chondrodysplasia`$value #> [1] "Jansen's metaphyseal chondrodysplasia" #> #> #> $`Jansen's metaphyseal chondrodysplasia` #> $`Jansen's metaphyseal chondrodysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080020" #> #> $`Jansen's metaphyseal chondrodysplasia`$`_id` #> [1] "DOID_0080020<DOID_0080019<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Jansen's metaphyseal chondrodysplasia`$privateGeneCount #> [1] 0 #> #> $`Jansen's metaphyseal chondrodysplasia`$publicGeneCount #> [1] 1 #> #> $`Jansen's metaphyseal chondrodysplasia`$urlId #> [1] "DOID_0080020" #> #> $`Jansen's metaphyseal chondrodysplasia`$dbPhenotype #> [1] TRUE #> #> $`Jansen's metaphyseal chondrodysplasia`$`_parent` #> [1] "DOID_0080019<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Jansen's metaphyseal chondrodysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Jansen's metaphyseal chondrodysplasia`$children #> list() #> #> $`Jansen's metaphyseal chondrodysplasia`$value #> [1] "Jansen's metaphyseal chondrodysplasia" #> #> #> $Jaundice #> $Jaundice$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000952" #> #> $Jaundice$`_id` #> [1] "HP_0000952<HP_0001005<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Jaundice$privateGeneCount #> [1] 0 #> #> $Jaundice$publicGeneCount #> [1] 2 #> #> $Jaundice$urlId #> [1] "HP_0000952" #> #> $Jaundice$dbPhenotype #> [1] TRUE #> #> $Jaundice$`_parent` #> [1] "HP_0001005<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Jaundice$`_is_leaf` #> [1] TRUE #> #> $Jaundice$children #> list() #> #> $Jaundice$value #> [1] "Jaundice" #> #> #> $Jaundice #> $Jaundice$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000952" #> #> $Jaundice$`_id` #> [1] "HP_0000952<HP_0001396<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Jaundice$privateGeneCount #> [1] 0 #> #> $Jaundice$publicGeneCount #> [1] 2 #> #> $Jaundice$urlId #> [1] "HP_0000952" #> #> $Jaundice$dbPhenotype #> [1] TRUE #> #> $Jaundice$`_parent` #> [1] "HP_0001396<HP_0004297<HP_0001392<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Jaundice$`_is_leaf` #> [1] TRUE #> #> $Jaundice$children #> list() #> #> $Jaundice$value #> [1] "Jaundice" #> #> #> $`jaw cancer` #> $`jaw cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1862" #> #> $`jaw cancer`$`_id` #> [1] "DOID_1862<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`jaw cancer`$privateGeneCount #> [1] 0 #> #> $`jaw cancer`$publicGeneCount #> [1] 2 #> #> $`jaw cancer`$urlId #> [1] "DOID_1862" #> #> $`jaw cancer`$dbPhenotype #> [1] FALSE #> #> $`jaw cancer`$`_parent` #> [1] "DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`jaw cancer`$`_is_leaf` #> [1] FALSE #> #> $`jaw cancer`$children #> $`jaw cancer`$children[[1]] #> [1] "DOID_2338<DOID_1862<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`jaw cancer`$children[[2]] #> [1] "DOID_4618<DOID_1862<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`jaw cancer`$value #> [1] "jaw cancer" #> #> #> $`jaw cancer` #> $`jaw cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1862" #> #> $`jaw cancer`$`_id` #> [1] "DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`jaw cancer`$privateGeneCount #> [1] 0 #> #> $`jaw cancer`$publicGeneCount #> [1] 2 #> #> $`jaw cancer`$urlId #> [1] "DOID_1862" #> #> $`jaw cancer`$dbPhenotype #> [1] FALSE #> #> $`jaw cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`jaw cancer`$`_is_leaf` #> [1] FALSE #> #> $`jaw cancer`$children #> $`jaw cancer`$children[[1]] #> [1] "DOID_2338<DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`jaw cancer`$children[[2]] #> [1] "DOID_4618<DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`jaw cancer`$value #> [1] "jaw cancer" #> #> #> $`jaw cancer` #> $`jaw cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1862" #> #> $`jaw cancer`$`_id` #> [1] "DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`jaw cancer`$privateGeneCount #> [1] 0 #> #> $`jaw cancer`$publicGeneCount #> [1] 2 #> #> $`jaw cancer`$urlId #> [1] "DOID_1862" #> #> $`jaw cancer`$dbPhenotype #> [1] FALSE #> #> $`jaw cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`jaw cancer`$`_is_leaf` #> [1] FALSE #> #> $`jaw cancer`$children #> $`jaw cancer`$children[[1]] #> [1] "DOID_2338<DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`jaw cancer`$children[[2]] #> [1] "DOID_4618<DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`jaw cancer`$value #> [1] "jaw cancer" #> #> #> $`jaw cancer` #> $`jaw cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1862" #> #> $`jaw cancer`$`_id` #> [1] "DOID_1862<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`jaw cancer`$privateGeneCount #> [1] 0 #> #> $`jaw cancer`$publicGeneCount #> [1] 2 #> #> $`jaw cancer`$urlId #> [1] "DOID_1862" #> #> $`jaw cancer`$dbPhenotype #> [1] FALSE #> #> $`jaw cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`jaw cancer`$`_is_leaf` #> [1] FALSE #> #> $`jaw cancer`$children #> $`jaw cancer`$children[[1]] #> [1] "DOID_2338<DOID_1862<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`jaw cancer`$children[[2]] #> [1] "DOID_4618<DOID_1862<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`jaw cancer`$value #> [1] "jaw cancer" #> #> #> $`Jervell-Lange Nielsen syndrome` #> $`Jervell-Lange Nielsen syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2842" #> #> $`Jervell-Lange Nielsen syndrome`$`_id` #> [1] "DOID_2842<DOID_2843<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`Jervell-Lange Nielsen syndrome`$privateGeneCount #> [1] 0 #> #> $`Jervell-Lange Nielsen syndrome`$publicGeneCount #> [1] 2 #> #> $`Jervell-Lange Nielsen syndrome`$urlId #> [1] "DOID_2842" #> #> $`Jervell-Lange Nielsen syndrome`$dbPhenotype #> [1] TRUE #> #> $`Jervell-Lange Nielsen syndrome`$`_parent` #> [1] "DOID_2843<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`Jervell-Lange Nielsen syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Jervell-Lange Nielsen syndrome`$children #> list() #> #> $`Jervell-Lange Nielsen syndrome`$value #> [1] "Jervell-Lange Nielsen syndrome" #> #> #> $`Johanson-Blizzard syndrome` #> $`Johanson-Blizzard syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14694" #> #> $`Johanson-Blizzard syndrome`$`_id` #> [1] "DOID_14694<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Johanson-Blizzard syndrome`$privateGeneCount #> [1] 0 #> #> $`Johanson-Blizzard syndrome`$publicGeneCount #> [1] 1 #> #> $`Johanson-Blizzard syndrome`$urlId #> [1] "DOID_14694" #> #> $`Johanson-Blizzard syndrome`$dbPhenotype #> [1] TRUE #> #> $`Johanson-Blizzard syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Johanson-Blizzard syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Johanson-Blizzard syndrome`$children #> list() #> #> $`Johanson-Blizzard syndrome`$value #> [1] "Johanson-Blizzard syndrome" #> #> #> $`Johanson-Blizzard syndrome` #> $`Johanson-Blizzard syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14694" #> #> $`Johanson-Blizzard syndrome`$`_id` #> [1] "DOID_14694<DOID_225<DOID_4" #> #> $`Johanson-Blizzard syndrome`$privateGeneCount #> [1] 0 #> #> $`Johanson-Blizzard syndrome`$publicGeneCount #> [1] 1 #> #> $`Johanson-Blizzard syndrome`$urlId #> [1] "DOID_14694" #> #> $`Johanson-Blizzard syndrome`$dbPhenotype #> [1] TRUE #> #> $`Johanson-Blizzard syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Johanson-Blizzard syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Johanson-Blizzard syndrome`$children #> list() #> #> $`Johanson-Blizzard syndrome`$value #> [1] "Johanson-Blizzard syndrome" #> #> #> $`Joint dislocation` #> $`Joint dislocation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001373" #> #> $`Joint dislocation`$`_id` #> [1] "HP_0001373<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Joint dislocation`$privateGeneCount #> [1] 0 #> #> $`Joint dislocation`$publicGeneCount #> [1] 2 #> #> $`Joint dislocation`$urlId #> [1] "HP_0001373" #> #> $`Joint dislocation`$dbPhenotype #> [1] TRUE #> #> $`Joint dislocation`$`_parent` #> [1] "HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Joint dislocation`$`_is_leaf` #> [1] FALSE #> #> $`Joint dislocation`$children #> $`Joint dislocation`$children[[1]] #> [1] "HP_0030311<HP_0001373<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Joint dislocation`$value #> [1] "Joint dislocation" #> #> #> $`Joubert syndrome` #> $`Joubert syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050777" #> #> $`Joubert syndrome`$`_id` #> [1] "DOID_0050777<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`Joubert syndrome`$privateGeneCount #> [1] 0 #> #> $`Joubert syndrome`$publicGeneCount #> [1] 23 #> #> $`Joubert syndrome`$urlId #> [1] "DOID_0050777" #> #> $`Joubert syndrome`$dbPhenotype #> [1] TRUE #> #> $`Joubert syndrome`$`_parent` #> [1] "DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`Joubert syndrome`$`_is_leaf` #> [1] FALSE #> #> $`Joubert syndrome`$children #> $`Joubert syndrome`$children[[1]] #> [1] "DOID_0060376<DOID_0050777<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> #> $`Joubert syndrome`$value #> [1] "Joubert syndrome" #> #> #> $`Joubert syndrome` #> $`Joubert syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050777" #> #> $`Joubert syndrome`$`_id` #> [1] "DOID_0050777<DOID_0060340<DOID_225<DOID_4" #> #> $`Joubert syndrome`$privateGeneCount #> [1] 0 #> #> $`Joubert syndrome`$publicGeneCount #> [1] 23 #> #> $`Joubert syndrome`$urlId #> [1] "DOID_0050777" #> #> $`Joubert syndrome`$dbPhenotype #> [1] TRUE #> #> $`Joubert syndrome`$`_parent` #> [1] "DOID_0060340<DOID_225<DOID_4" #> #> $`Joubert syndrome`$`_is_leaf` #> [1] FALSE #> #> $`Joubert syndrome`$children #> $`Joubert syndrome`$children[[1]] #> [1] "DOID_0060376<DOID_0050777<DOID_0060340<DOID_225<DOID_4" #> #> #> $`Joubert syndrome`$value #> [1] "Joubert syndrome" #> #> #> $`Joubert syndrome` #> $`Joubert syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050777" #> #> $`Joubert syndrome`$`_id` #> [1] "DOID_0050777<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Joubert syndrome`$privateGeneCount #> [1] 0 #> #> $`Joubert syndrome`$publicGeneCount #> [1] 23 #> #> $`Joubert syndrome`$urlId #> [1] "DOID_0050777" #> #> $`Joubert syndrome`$dbPhenotype #> [1] TRUE #> #> $`Joubert syndrome`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Joubert syndrome`$`_is_leaf` #> [1] FALSE #> #> $`Joubert syndrome`$children #> $`Joubert syndrome`$children[[1]] #> [1] "DOID_0060376<DOID_0050777<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`Joubert syndrome`$value #> [1] "Joubert syndrome" #> #> #> $`Joubert syndrome with orofaciodigital defect` #> $`Joubert syndrome with orofaciodigital defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060376" #> #> $`Joubert syndrome with orofaciodigital defect`$`_id` #> [1] "DOID_0060376<DOID_0050777<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`Joubert syndrome with orofaciodigital defect`$privateGeneCount #> [1] 0 #> #> $`Joubert syndrome with orofaciodigital defect`$publicGeneCount #> [1] 1 #> #> $`Joubert syndrome with orofaciodigital defect`$urlId #> [1] "DOID_0060376" #> #> $`Joubert syndrome with orofaciodigital defect`$dbPhenotype #> [1] TRUE #> #> $`Joubert syndrome with orofaciodigital defect`$`_parent` #> [1] "DOID_0050777<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`Joubert syndrome with orofaciodigital defect`$`_is_leaf` #> [1] TRUE #> #> $`Joubert syndrome with orofaciodigital defect`$children #> list() #> #> $`Joubert syndrome with orofaciodigital defect`$value #> [1] "Joubert syndrome with orofaciodigital defect" #> #> #> $`Joubert syndrome with orofaciodigital defect` #> $`Joubert syndrome with orofaciodigital defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060376" #> #> $`Joubert syndrome with orofaciodigital defect`$`_id` #> [1] "DOID_0060376<DOID_0050777<DOID_0060340<DOID_225<DOID_4" #> #> $`Joubert syndrome with orofaciodigital defect`$privateGeneCount #> [1] 0 #> #> $`Joubert syndrome with orofaciodigital defect`$publicGeneCount #> [1] 1 #> #> $`Joubert syndrome with orofaciodigital defect`$urlId #> [1] "DOID_0060376" #> #> $`Joubert syndrome with orofaciodigital defect`$dbPhenotype #> [1] TRUE #> #> $`Joubert syndrome with orofaciodigital defect`$`_parent` #> [1] "DOID_0050777<DOID_0060340<DOID_225<DOID_4" #> #> $`Joubert syndrome with orofaciodigital defect`$`_is_leaf` #> [1] TRUE #> #> $`Joubert syndrome with orofaciodigital defect`$children #> list() #> #> $`Joubert syndrome with orofaciodigital defect`$value #> [1] "Joubert syndrome with orofaciodigital defect" #> #> #> $`Joubert syndrome with orofaciodigital defect` #> $`Joubert syndrome with orofaciodigital defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060376" #> #> $`Joubert syndrome with orofaciodigital defect`$`_id` #> [1] "DOID_0060376<DOID_0050777<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Joubert syndrome with orofaciodigital defect`$privateGeneCount #> [1] 0 #> #> $`Joubert syndrome with orofaciodigital defect`$publicGeneCount #> [1] 1 #> #> $`Joubert syndrome with orofaciodigital defect`$urlId #> [1] "DOID_0060376" #> #> $`Joubert syndrome with orofaciodigital defect`$dbPhenotype #> [1] TRUE #> #> $`Joubert syndrome with orofaciodigital defect`$`_parent` #> [1] "DOID_0050777<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Joubert syndrome with orofaciodigital defect`$`_is_leaf` #> [1] TRUE #> #> $`Joubert syndrome with orofaciodigital defect`$children #> list() #> #> $`Joubert syndrome with orofaciodigital defect`$value #> [1] "Joubert syndrome with orofaciodigital defect" #> #> #> $`junctional epidermolysis bullosa` #> $`junctional epidermolysis bullosa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3209" #> #> $`junctional epidermolysis bullosa`$`_id` #> [1] "DOID_3209<DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`junctional epidermolysis bullosa`$privateGeneCount #> [1] 0 #> #> $`junctional epidermolysis bullosa`$publicGeneCount #> [1] 6 #> #> $`junctional epidermolysis bullosa`$urlId #> [1] "DOID_3209" #> #> $`junctional epidermolysis bullosa`$dbPhenotype #> [1] TRUE #> #> $`junctional epidermolysis bullosa`$`_parent` #> [1] "DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`junctional epidermolysis bullosa`$`_is_leaf` #> [1] TRUE #> #> $`junctional epidermolysis bullosa`$children #> list() #> #> $`junctional epidermolysis bullosa`$value #> [1] "junctional epidermolysis bullosa" #> #> #> $`juvenile absence epilepsy` #> $`juvenile absence epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060172" #> #> $`juvenile absence epilepsy`$`_id` #> [1] "DOID_0060172<DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`juvenile absence epilepsy`$privateGeneCount #> [1] 0 #> #> $`juvenile absence epilepsy`$publicGeneCount #> [1] 21 #> #> $`juvenile absence epilepsy`$urlId #> [1] "DOID_0060172" #> #> $`juvenile absence epilepsy`$dbPhenotype #> [1] TRUE #> #> $`juvenile absence epilepsy`$`_parent` #> [1] "DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`juvenile absence epilepsy`$`_is_leaf` #> [1] TRUE #> #> $`juvenile absence epilepsy`$children #> list() #> #> $`juvenile absence epilepsy`$value #> [1] "juvenile absence epilepsy" #> #> #> $`juvenile myelomonocytic leukemia` #> $`juvenile myelomonocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050458" #> #> $`juvenile myelomonocytic leukemia`$`_id` #> [1] "DOID_0050458<DOID_4972<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`juvenile myelomonocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`juvenile myelomonocytic leukemia`$publicGeneCount #> [1] 20 #> #> $`juvenile myelomonocytic leukemia`$urlId #> [1] "DOID_0050458" #> #> $`juvenile myelomonocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`juvenile myelomonocytic leukemia`$`_parent` #> [1] "DOID_4972<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`juvenile myelomonocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`juvenile myelomonocytic leukemia`$children #> list() #> #> $`juvenile myelomonocytic leukemia`$value #> [1] "juvenile myelomonocytic leukemia" #> #> #> $`juvenile myelomonocytic leukemia` #> $`juvenile myelomonocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050458" #> #> $`juvenile myelomonocytic leukemia`$`_id` #> [1] "DOID_0050458<DOID_4972<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`juvenile myelomonocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`juvenile myelomonocytic leukemia`$publicGeneCount #> [1] 20 #> #> $`juvenile myelomonocytic leukemia`$urlId #> [1] "DOID_0050458" #> #> $`juvenile myelomonocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`juvenile myelomonocytic leukemia`$`_parent` #> [1] "DOID_4972<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`juvenile myelomonocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`juvenile myelomonocytic leukemia`$children #> list() #> #> $`juvenile myelomonocytic leukemia`$value #> [1] "juvenile myelomonocytic leukemia" #> #> #> $`juvenile myelomonocytic leukemia` #> $`juvenile myelomonocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050458" #> #> $`juvenile myelomonocytic leukemia`$`_id` #> [1] "DOID_0050458<DOID_4972<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`juvenile myelomonocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`juvenile myelomonocytic leukemia`$publicGeneCount #> [1] 20 #> #> $`juvenile myelomonocytic leukemia`$urlId #> [1] "DOID_0050458" #> #> $`juvenile myelomonocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`juvenile myelomonocytic leukemia`$`_parent` #> [1] "DOID_4972<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`juvenile myelomonocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`juvenile myelomonocytic leukemia`$children #> list() #> #> $`juvenile myelomonocytic leukemia`$value #> [1] "juvenile myelomonocytic leukemia" #> #> #> $`juvenile myoclonic epilepsy` #> $`juvenile myoclonic epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4890" #> #> $`juvenile myoclonic epilepsy`$`_id` #> [1] "DOID_4890<DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`juvenile myoclonic epilepsy`$privateGeneCount #> [1] 0 #> #> $`juvenile myoclonic epilepsy`$publicGeneCount #> [1] 28 #> #> $`juvenile myoclonic epilepsy`$urlId #> [1] "DOID_4890" #> #> $`juvenile myoclonic epilepsy`$dbPhenotype #> [1] TRUE #> #> $`juvenile myoclonic epilepsy`$`_parent` #> [1] "DOID_0050705<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`juvenile myoclonic epilepsy`$`_is_leaf` #> [1] TRUE #> #> $`juvenile myoclonic epilepsy`$children #> list() #> #> $`juvenile myoclonic epilepsy`$value #> [1] "juvenile myoclonic epilepsy" #> #> #> $`juvenile pilocytic astrocytoma` #> $`juvenile pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$`_id` #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`juvenile pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`juvenile pilocytic astrocytoma`$urlId #> [1] "DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$`_parent` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$children #> list() #> #> $`juvenile pilocytic astrocytoma`$value #> [1] "juvenile pilocytic astrocytoma" #> #> #> $`juvenile pilocytic astrocytoma` #> $`juvenile pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$`_id` #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`juvenile pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`juvenile pilocytic astrocytoma`$urlId #> [1] "DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$`_parent` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$children #> list() #> #> $`juvenile pilocytic astrocytoma`$value #> [1] "juvenile pilocytic astrocytoma" #> #> #> $`juvenile pilocytic astrocytoma` #> $`juvenile pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$`_id` #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`juvenile pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`juvenile pilocytic astrocytoma`$urlId #> [1] "DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$`_parent` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$children #> list() #> #> $`juvenile pilocytic astrocytoma`$value #> [1] "juvenile pilocytic astrocytoma" #> #> #> $`juvenile pilocytic astrocytoma` #> $`juvenile pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$`_id` #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`juvenile pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`juvenile pilocytic astrocytoma`$urlId #> [1] "DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$`_parent` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$children #> list() #> #> $`juvenile pilocytic astrocytoma`$value #> [1] "juvenile pilocytic astrocytoma" #> #> #> $`juvenile pilocytic astrocytoma` #> $`juvenile pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$`_id` #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`juvenile pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`juvenile pilocytic astrocytoma`$urlId #> [1] "DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$`_parent` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$children #> list() #> #> $`juvenile pilocytic astrocytoma`$value #> [1] "juvenile pilocytic astrocytoma" #> #> #> $`juvenile pilocytic astrocytoma` #> $`juvenile pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$`_id` #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`juvenile pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`juvenile pilocytic astrocytoma`$urlId #> [1] "DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$`_parent` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$children #> list() #> #> $`juvenile pilocytic astrocytoma`$value #> [1] "juvenile pilocytic astrocytoma" #> #> #> $`juvenile pilocytic astrocytoma` #> $`juvenile pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$`_id` #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`juvenile pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`juvenile pilocytic astrocytoma`$urlId #> [1] "DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$`_parent` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$children #> list() #> #> $`juvenile pilocytic astrocytoma`$value #> [1] "juvenile pilocytic astrocytoma" #> #> #> $`juvenile pilocytic astrocytoma` #> $`juvenile pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$`_id` #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`juvenile pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`juvenile pilocytic astrocytoma`$urlId #> [1] "DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$`_parent` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$children #> list() #> #> $`juvenile pilocytic astrocytoma`$value #> [1] "juvenile pilocytic astrocytoma" #> #> #> $`juvenile pilocytic astrocytoma` #> $`juvenile pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$`_id` #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`juvenile pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`juvenile pilocytic astrocytoma`$urlId #> [1] "DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$`_parent` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$children #> list() #> #> $`juvenile pilocytic astrocytoma`$value #> [1] "juvenile pilocytic astrocytoma" #> #> #> $`juvenile pilocytic astrocytoma` #> $`juvenile pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$`_id` #> [1] "DOID_6811<DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`juvenile pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`juvenile pilocytic astrocytoma`$urlId #> [1] "DOID_6811" #> #> $`juvenile pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$`_parent` #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`juvenile pilocytic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`juvenile pilocytic astrocytoma`$children #> list() #> #> $`juvenile pilocytic astrocytoma`$value #> [1] "juvenile pilocytic astrocytoma" #> #> #> $`juvenile polyposis syndrome` #> $`juvenile polyposis syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050787" #> #> $`juvenile polyposis syndrome`$`_id` #> [1] "DOID_0050787<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`juvenile polyposis syndrome`$privateGeneCount #> [1] 0 #> #> $`juvenile polyposis syndrome`$publicGeneCount #> [1] 2 #> #> $`juvenile polyposis syndrome`$urlId #> [1] "DOID_0050787" #> #> $`juvenile polyposis syndrome`$dbPhenotype #> [1] TRUE #> #> $`juvenile polyposis syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`juvenile polyposis syndrome`$`_is_leaf` #> [1] TRUE #> #> $`juvenile polyposis syndrome`$children #> list() #> #> $`juvenile polyposis syndrome`$value #> [1] "juvenile polyposis syndrome" #> #> #> $`juvenile polyposis syndrome` #> $`juvenile polyposis syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050787" #> #> $`juvenile polyposis syndrome`$`_id` #> [1] "DOID_0050787<DOID_77<DOID_7<DOID_4" #> #> $`juvenile polyposis syndrome`$privateGeneCount #> [1] 0 #> #> $`juvenile polyposis syndrome`$publicGeneCount #> [1] 2 #> #> $`juvenile polyposis syndrome`$urlId #> [1] "DOID_0050787" #> #> $`juvenile polyposis syndrome`$dbPhenotype #> [1] TRUE #> #> $`juvenile polyposis syndrome`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`juvenile polyposis syndrome`$`_is_leaf` #> [1] TRUE #> #> $`juvenile polyposis syndrome`$children #> list() #> #> $`juvenile polyposis syndrome`$value #> [1] "juvenile polyposis syndrome" #> #> #> $`juvenile rheumatoid arthritis` #> $`juvenile rheumatoid arthritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_676" #> #> $`juvenile rheumatoid arthritis`$`_id` #> [1] "DOID_676<DOID_7148<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`juvenile rheumatoid arthritis`$privateGeneCount #> [1] 0 #> #> $`juvenile rheumatoid arthritis`$publicGeneCount #> [1] 146 #> #> $`juvenile rheumatoid arthritis`$urlId #> [1] "DOID_676" #> #> $`juvenile rheumatoid arthritis`$dbPhenotype #> [1] TRUE #> #> $`juvenile rheumatoid arthritis`$`_parent` #> [1] "DOID_7148<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`juvenile rheumatoid arthritis`$`_is_leaf` #> [1] TRUE #> #> $`juvenile rheumatoid arthritis`$children #> list() #> #> $`juvenile rheumatoid arthritis`$value #> [1] "juvenile rheumatoid arthritis" #> #> #> $`juvenile spinal muscular atrophy` #> $`juvenile spinal muscular atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12376" #> #> $`juvenile spinal muscular atrophy`$`_id` #> [1] "DOID_12376<DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`juvenile spinal muscular atrophy`$privateGeneCount #> [1] 0 #> #> $`juvenile spinal muscular atrophy`$publicGeneCount #> [1] 2 #> #> $`juvenile spinal muscular atrophy`$urlId #> [1] "DOID_12376" #> #> $`juvenile spinal muscular atrophy`$dbPhenotype #> [1] TRUE #> #> $`juvenile spinal muscular atrophy`$`_parent` #> [1] "DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`juvenile spinal muscular atrophy`$`_is_leaf` #> [1] TRUE #> #> $`juvenile spinal muscular atrophy`$children #> list() #> #> $`juvenile spinal muscular atrophy`$value #> [1] "juvenile spinal muscular atrophy" #> #> #> $`Kabuki syndrome` #> $`Kabuki syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060473" #> #> $`Kabuki syndrome`$`_id` #> [1] "DOID_0060473<DOID_225<DOID_4" #> #> $`Kabuki syndrome`$privateGeneCount #> [1] 0 #> #> $`Kabuki syndrome`$publicGeneCount #> [1] 2 #> #> $`Kabuki syndrome`$urlId #> [1] "DOID_0060473" #> #> $`Kabuki syndrome`$dbPhenotype #> [1] TRUE #> #> $`Kabuki syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Kabuki syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Kabuki syndrome`$children #> list() #> #> $`Kabuki syndrome`$value #> [1] "Kabuki syndrome" #> #> #> $`Kahrizi syndrome` #> $`Kahrizi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050807" #> #> $`Kahrizi syndrome`$`_id` #> [1] "DOID_0050807<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Kahrizi syndrome`$privateGeneCount #> [1] 0 #> #> $`Kahrizi syndrome`$publicGeneCount #> [1] 1 #> #> $`Kahrizi syndrome`$urlId #> [1] "DOID_0050807" #> #> $`Kahrizi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Kahrizi syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Kahrizi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Kahrizi syndrome`$children #> list() #> #> $`Kahrizi syndrome`$value #> [1] "Kahrizi syndrome" #> #> #> $`Kahrizi syndrome` #> $`Kahrizi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050807" #> #> $`Kahrizi syndrome`$`_id` #> [1] "DOID_0050807<DOID_225<DOID_4" #> #> $`Kahrizi syndrome`$privateGeneCount #> [1] 0 #> #> $`Kahrizi syndrome`$publicGeneCount #> [1] 1 #> #> $`Kahrizi syndrome`$urlId #> [1] "DOID_0050807" #> #> $`Kahrizi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Kahrizi syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Kahrizi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Kahrizi syndrome`$children #> list() #> #> $`Kahrizi syndrome`$value #> [1] "Kahrizi syndrome" #> #> #> $`Kallmann syndrome` #> $`Kallmann syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3614" #> #> $`Kallmann syndrome`$`_id` #> [1] "DOID_3614<DOID_0090070<DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`Kallmann syndrome`$privateGeneCount #> [1] 0 #> #> $`Kallmann syndrome`$publicGeneCount #> [1] 5 #> #> $`Kallmann syndrome`$urlId #> [1] "DOID_3614" #> #> $`Kallmann syndrome`$dbPhenotype #> [1] TRUE #> #> $`Kallmann syndrome`$`_parent` #> [1] "DOID_0090070<DOID_1924<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`Kallmann syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Kallmann syndrome`$children #> list() #> #> $`Kallmann syndrome`$value #> [1] "Kallmann syndrome" #> #> #> $`Kaposi's sarcoma` #> $`Kaposi's sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8632" #> #> $`Kaposi's sarcoma`$`_id` #> [1] "DOID_8632<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Kaposi's sarcoma`$privateGeneCount #> [1] 0 #> #> $`Kaposi's sarcoma`$publicGeneCount #> [1] 3 #> #> $`Kaposi's sarcoma`$urlId #> [1] "DOID_8632" #> #> $`Kaposi's sarcoma`$dbPhenotype #> [1] TRUE #> #> $`Kaposi's sarcoma`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Kaposi's sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`Kaposi's sarcoma`$children #> list() #> #> $`Kaposi's sarcoma`$value #> [1] "Kaposi's sarcoma" #> #> #> $`Kaposi's sarcoma` #> $`Kaposi's sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8632" #> #> $`Kaposi's sarcoma`$`_id` #> [1] "DOID_8632<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`Kaposi's sarcoma`$privateGeneCount #> [1] 0 #> #> $`Kaposi's sarcoma`$publicGeneCount #> [1] 3 #> #> $`Kaposi's sarcoma`$urlId #> [1] "DOID_8632" #> #> $`Kaposi's sarcoma`$dbPhenotype #> [1] TRUE #> #> $`Kaposi's sarcoma`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`Kaposi's sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`Kaposi's sarcoma`$children #> list() #> #> $`Kaposi's sarcoma`$value #> [1] "Kaposi's sarcoma" #> #> #> $`Kaposi's sarcoma` #> $`Kaposi's sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8632" #> #> $`Kaposi's sarcoma`$`_id` #> [1] "DOID_8632<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Kaposi's sarcoma`$privateGeneCount #> [1] 0 #> #> $`Kaposi's sarcoma`$publicGeneCount #> [1] 3 #> #> $`Kaposi's sarcoma`$urlId #> [1] "DOID_8632" #> #> $`Kaposi's sarcoma`$dbPhenotype #> [1] TRUE #> #> $`Kaposi's sarcoma`$`_parent` #> [1] "DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Kaposi's sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`Kaposi's sarcoma`$children #> list() #> #> $`Kaposi's sarcoma`$value #> [1] "Kaposi's sarcoma" #> #> #> $`Kaposi's sarcoma` #> $`Kaposi's sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8632" #> #> $`Kaposi's sarcoma`$`_id` #> [1] "DOID_8632<DOID_934<DOID_0050117<DOID_4" #> #> $`Kaposi's sarcoma`$privateGeneCount #> [1] 0 #> #> $`Kaposi's sarcoma`$publicGeneCount #> [1] 3 #> #> $`Kaposi's sarcoma`$urlId #> [1] "DOID_8632" #> #> $`Kaposi's sarcoma`$dbPhenotype #> [1] TRUE #> #> $`Kaposi's sarcoma`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`Kaposi's sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`Kaposi's sarcoma`$children #> list() #> #> $`Kaposi's sarcoma`$value #> [1] "Kaposi's sarcoma" #> #> #> $`Kartagener syndrome` #> $`Kartagener syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050144" #> #> $`Kartagener syndrome`$`_id` #> [1] "DOID_0050144<DOID_9562<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`Kartagener syndrome`$privateGeneCount #> [1] 0 #> #> $`Kartagener syndrome`$publicGeneCount #> [1] 7 #> #> $`Kartagener syndrome`$urlId #> [1] "DOID_0050144" #> #> $`Kartagener syndrome`$dbPhenotype #> [1] TRUE #> #> $`Kartagener syndrome`$`_parent` #> [1] "DOID_9562<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`Kartagener syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Kartagener syndrome`$children #> list() #> #> $`Kartagener syndrome`$value #> [1] "Kartagener syndrome" #> #> #> $`Kartagener syndrome` #> $`Kartagener syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050144" #> #> $`Kartagener syndrome`$`_id` #> [1] "DOID_0050144<DOID_9562<DOID_0060340<DOID_225<DOID_4" #> #> $`Kartagener syndrome`$privateGeneCount #> [1] 0 #> #> $`Kartagener syndrome`$publicGeneCount #> [1] 7 #> #> $`Kartagener syndrome`$urlId #> [1] "DOID_0050144" #> #> $`Kartagener syndrome`$dbPhenotype #> [1] TRUE #> #> $`Kartagener syndrome`$`_parent` #> [1] "DOID_9562<DOID_0060340<DOID_225<DOID_4" #> #> $`Kartagener syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Kartagener syndrome`$children #> list() #> #> $`Kartagener syndrome`$value #> [1] "Kartagener syndrome" #> #> #> $`Kawasaki disease` #> $`Kawasaki disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13378" #> #> $`Kawasaki disease`$`_id` #> [1] "DOID_13378<DOID_1602<DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Kawasaki disease`$privateGeneCount #> [1] 0 #> #> $`Kawasaki disease`$publicGeneCount #> [1] 33 #> #> $`Kawasaki disease`$urlId #> [1] "DOID_13378" #> #> $`Kawasaki disease`$dbPhenotype #> [1] TRUE #> #> $`Kawasaki disease`$`_parent` #> [1] "DOID_1602<DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Kawasaki disease`$`_is_leaf` #> [1] TRUE #> #> $`Kawasaki disease`$children #> list() #> #> $`Kawasaki disease`$value #> [1] "Kawasaki disease" #> #> #> $`KBG syndrome` #> $`KBG syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14780" #> #> $`KBG syndrome`$`_id` #> [1] "DOID_14780<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`KBG syndrome`$privateGeneCount #> [1] 0 #> #> $`KBG syndrome`$publicGeneCount #> [1] 1 #> #> $`KBG syndrome`$urlId #> [1] "DOID_14780" #> #> $`KBG syndrome`$dbPhenotype #> [1] TRUE #> #> $`KBG syndrome`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`KBG syndrome`$`_is_leaf` #> [1] TRUE #> #> $`KBG syndrome`$children #> list() #> #> $`KBG syndrome`$value #> [1] "KBG syndrome" #> #> #> $`KBG syndrome` #> $`KBG syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14780" #> #> $`KBG syndrome`$`_id` #> [1] "DOID_14780<DOID_225<DOID_4" #> #> $`KBG syndrome`$privateGeneCount #> [1] 0 #> #> $`KBG syndrome`$publicGeneCount #> [1] 1 #> #> $`KBG syndrome`$urlId #> [1] "DOID_14780" #> #> $`KBG syndrome`$dbPhenotype #> [1] TRUE #> #> $`KBG syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`KBG syndrome`$`_is_leaf` #> [1] TRUE #> #> $`KBG syndrome`$children #> list() #> #> $`KBG syndrome`$value #> [1] "KBG syndrome" #> #> #> $`Kearns-Sayre syndrome` #> $`Kearns-Sayre syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12934" #> #> $`Kearns-Sayre syndrome`$`_id` #> [1] "DOID_12934<DOID_12558<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Kearns-Sayre syndrome`$privateGeneCount #> [1] 0 #> #> $`Kearns-Sayre syndrome`$publicGeneCount #> [1] 2 #> #> $`Kearns-Sayre syndrome`$urlId #> [1] "DOID_12934" #> #> $`Kearns-Sayre syndrome`$dbPhenotype #> [1] TRUE #> #> $`Kearns-Sayre syndrome`$`_parent` #> [1] "DOID_12558<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Kearns-Sayre syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Kearns-Sayre syndrome`$children #> list() #> #> $`Kearns-Sayre syndrome`$value #> [1] "Kearns-Sayre syndrome" #> #> #> $Keloids #> $Keloids$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010562" #> #> $Keloids$`_id` #> [1] "HP_0010562<HP_0000987<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Keloids$privateGeneCount #> [1] 0 #> #> $Keloids$publicGeneCount #> [1] 1 #> #> $Keloids$urlId #> [1] "HP_0010562" #> #> $Keloids$dbPhenotype #> [1] TRUE #> #> $Keloids$`_parent` #> [1] "HP_0000987<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Keloids$`_is_leaf` #> [1] TRUE #> #> $Keloids$children #> list() #> #> $Keloids$value #> [1] "Keloids" #> #> #> $Keloids #> $Keloids$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010562" #> #> $Keloids$`_id` #> [1] "HP_0010562<HP_0000987<HP_0100699<HP_0003549<HP_0000118<HP_0000001" #> #> $Keloids$privateGeneCount #> [1] 0 #> #> $Keloids$publicGeneCount #> [1] 1 #> #> $Keloids$urlId #> [1] "HP_0010562" #> #> $Keloids$dbPhenotype #> [1] TRUE #> #> $Keloids$`_parent` #> [1] "HP_0000987<HP_0100699<HP_0003549<HP_0000118<HP_0000001" #> #> $Keloids$`_is_leaf` #> [1] TRUE #> #> $Keloids$children #> list() #> #> $Keloids$value #> [1] "Keloids" #> #> #> $`Kennedy's disease` #> $`Kennedy's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060161" #> #> $`Kennedy's disease`$`_id` #> [1] "DOID_0060161<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Kennedy's disease`$privateGeneCount #> [1] 0 #> #> $`Kennedy's disease`$publicGeneCount #> [1] 2 #> #> $`Kennedy's disease`$urlId #> [1] "DOID_0060161" #> #> $`Kennedy's disease`$dbPhenotype #> [1] TRUE #> #> $`Kennedy's disease`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Kennedy's disease`$`_is_leaf` #> [1] TRUE #> #> $`Kennedy's disease`$children #> list() #> #> $`Kennedy's disease`$value #> [1] "Kennedy's disease" #> #> #> $`Kennedy's disease` #> $`Kennedy's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060161" #> #> $`Kennedy's disease`$`_id` #> [1] "DOID_0060161<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Kennedy's disease`$privateGeneCount #> [1] 0 #> #> $`Kennedy's disease`$publicGeneCount #> [1] 2 #> #> $`Kennedy's disease`$urlId #> [1] "DOID_0060161" #> #> $`Kennedy's disease`$dbPhenotype #> [1] TRUE #> #> $`Kennedy's disease`$`_parent` #> [1] "DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Kennedy's disease`$`_is_leaf` #> [1] TRUE #> #> $`Kennedy's disease`$children #> list() #> #> $`Kennedy's disease`$value #> [1] "Kennedy's disease" #> #> #> $keratitis #> $keratitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4677" #> #> $keratitis$`_id` #> [1] "DOID_4677<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratitis$privateGeneCount #> [1] 0 #> #> $keratitis$publicGeneCount #> [1] 15 #> #> $keratitis$urlId #> [1] "DOID_4677" #> #> $keratitis$dbPhenotype #> [1] TRUE #> #> $keratitis$`_parent` #> [1] "DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratitis$`_is_leaf` #> [1] FALSE #> #> $keratitis$children #> $keratitis$children[[1]] #> [1] "DOID_11382<DOID_4677<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratitis$children[[2]] #> [1] "DOID_8463<DOID_4677<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $keratitis$value #> [1] "keratitis" #> #> #> $keratoacanthoma #> $keratoacanthoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3149" #> #> $keratoacanthoma$`_id` #> [1] "DOID_3149<DOID_3151<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $keratoacanthoma$privateGeneCount #> [1] 0 #> #> $keratoacanthoma$publicGeneCount #> [1] 1 #> #> $keratoacanthoma$urlId #> [1] "DOID_3149" #> #> $keratoacanthoma$dbPhenotype #> [1] TRUE #> #> $keratoacanthoma$`_parent` #> [1] "DOID_3151<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $keratoacanthoma$`_is_leaf` #> [1] TRUE #> #> $keratoacanthoma$children #> list() #> #> $keratoacanthoma$value #> [1] "keratoacanthoma" #> #> #> $keratoacanthoma #> $keratoacanthoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3149" #> #> $keratoacanthoma$`_id` #> [1] "DOID_3149<DOID_3151<DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $keratoacanthoma$privateGeneCount #> [1] 0 #> #> $keratoacanthoma$publicGeneCount #> [1] 1 #> #> $keratoacanthoma$urlId #> [1] "DOID_3149" #> #> $keratoacanthoma$dbPhenotype #> [1] TRUE #> #> $keratoacanthoma$`_parent` #> [1] "DOID_3151<DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $keratoacanthoma$`_is_leaf` #> [1] TRUE #> #> $keratoacanthoma$children #> list() #> #> $keratoacanthoma$value #> [1] "keratoacanthoma" #> #> #> $keratoacanthoma #> $keratoacanthoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3149" #> #> $keratoacanthoma$`_id` #> [1] "DOID_3149<DOID_3151<DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $keratoacanthoma$privateGeneCount #> [1] 0 #> #> $keratoacanthoma$publicGeneCount #> [1] 1 #> #> $keratoacanthoma$urlId #> [1] "DOID_3149" #> #> $keratoacanthoma$dbPhenotype #> [1] TRUE #> #> $keratoacanthoma$`_parent` #> [1] "DOID_3151<DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $keratoacanthoma$`_is_leaf` #> [1] TRUE #> #> $keratoacanthoma$children #> list() #> #> $keratoacanthoma$value #> [1] "keratoacanthoma" #> #> #> $keratoacanthoma #> $keratoacanthoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3149" #> #> $keratoacanthoma$`_id` #> [1] "DOID_3149<DOID_3151<DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $keratoacanthoma$privateGeneCount #> [1] 0 #> #> $keratoacanthoma$publicGeneCount #> [1] 1 #> #> $keratoacanthoma$urlId #> [1] "DOID_3149" #> #> $keratoacanthoma$dbPhenotype #> [1] TRUE #> #> $keratoacanthoma$`_parent` #> [1] "DOID_3151<DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $keratoacanthoma$`_is_leaf` #> [1] TRUE #> #> $keratoacanthoma$children #> list() #> #> $keratoacanthoma$value #> [1] "keratoacanthoma" #> #> #> $keratoacanthoma #> $keratoacanthoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3149" #> #> $keratoacanthoma$`_id` #> [1] "DOID_3149<DOID_3151<DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $keratoacanthoma$privateGeneCount #> [1] 0 #> #> $keratoacanthoma$publicGeneCount #> [1] 1 #> #> $keratoacanthoma$urlId #> [1] "DOID_3149" #> #> $keratoacanthoma$dbPhenotype #> [1] TRUE #> #> $keratoacanthoma$`_parent` #> [1] "DOID_3151<DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $keratoacanthoma$`_is_leaf` #> [1] TRUE #> #> $keratoacanthoma$children #> list() #> #> $keratoacanthoma$value #> [1] "keratoacanthoma" #> #> #> $keratoconjunctivitis #> $keratoconjunctivitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9368" #> #> $keratoconjunctivitis$`_id` #> [1] "DOID_9368<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratoconjunctivitis$privateGeneCount #> [1] 0 #> #> $keratoconjunctivitis$publicGeneCount #> [1] 3 #> #> $keratoconjunctivitis$urlId #> [1] "DOID_9368" #> #> $keratoconjunctivitis$dbPhenotype #> [1] TRUE #> #> $keratoconjunctivitis$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratoconjunctivitis$`_is_leaf` #> [1] TRUE #> #> $keratoconjunctivitis$children #> list() #> #> $keratoconjunctivitis$value #> [1] "keratoconjunctivitis" #> #> #> $`keratoconjunctivitis sicca` #> $`keratoconjunctivitis sicca`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12895" #> #> $`keratoconjunctivitis sicca`$`_id` #> [1] "DOID_12895<DOID_10140<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`keratoconjunctivitis sicca`$privateGeneCount #> [1] 0 #> #> $`keratoconjunctivitis sicca`$publicGeneCount #> [1] 3 #> #> $`keratoconjunctivitis sicca`$urlId #> [1] "DOID_12895" #> #> $`keratoconjunctivitis sicca`$dbPhenotype #> [1] TRUE #> #> $`keratoconjunctivitis sicca`$`_parent` #> [1] "DOID_10140<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`keratoconjunctivitis sicca`$`_is_leaf` #> [1] TRUE #> #> $`keratoconjunctivitis sicca`$children #> list() #> #> $`keratoconjunctivitis sicca`$value #> [1] "keratoconjunctivitis sicca" #> #> #> $keratoconus #> $keratoconus$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10126" #> #> $keratoconus$`_id` #> [1] "DOID_10126<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratoconus$privateGeneCount #> [1] 0 #> #> $keratoconus$publicGeneCount #> [1] 14 #> #> $keratoconus$urlId #> [1] "DOID_10126" #> #> $keratoconus$dbPhenotype #> [1] TRUE #> #> $keratoconus$`_parent` #> [1] "DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratoconus$`_is_leaf` #> [1] TRUE #> #> $keratoconus$children #> list() #> #> $keratoconus$value #> [1] "keratoconus" #> #> #> $keratomalacia #> $keratomalacia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11267" #> #> $keratomalacia$`_id` #> [1] "DOID_11267<DOID_1237<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratomalacia$privateGeneCount #> [1] 0 #> #> $keratomalacia$publicGeneCount #> [1] 1 #> #> $keratomalacia$urlId #> [1] "DOID_11267" #> #> $keratomalacia$dbPhenotype #> [1] TRUE #> #> $keratomalacia$`_parent` #> [1] "DOID_1237<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratomalacia$`_is_leaf` #> [1] TRUE #> #> $keratomalacia$children #> list() #> #> $keratomalacia$value #> [1] "keratomalacia" #> #> #> $keratomalacia #> $keratomalacia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11267" #> #> $keratomalacia$`_id` #> [1] "DOID_11267<DOID_1237<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratomalacia$privateGeneCount #> [1] 0 #> #> $keratomalacia$publicGeneCount #> [1] 1 #> #> $keratomalacia$urlId #> [1] "DOID_11267" #> #> $keratomalacia$dbPhenotype #> [1] TRUE #> #> $keratomalacia$`_parent` #> [1] "DOID_1237<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $keratomalacia$`_is_leaf` #> [1] TRUE #> #> $keratomalacia$children #> list() #> #> $keratomalacia$value #> [1] "keratomalacia" #> #> #> $keratosis #> $keratosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_161" #> #> $keratosis$`_id` #> [1] "DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $keratosis$privateGeneCount #> [1] 0 #> #> $keratosis$publicGeneCount #> [1] 34 #> #> $keratosis$urlId #> [1] "DOID_161" #> #> $keratosis$dbPhenotype #> [1] TRUE #> #> $keratosis$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $keratosis$`_is_leaf` #> [1] FALSE #> #> $keratosis$children #> $keratosis$children[[1]] #> [1] "DOID_0050606<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $keratosis$children[[2]] #> [1] "DOID_869<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $keratosis$children[[3]] #> [1] "DOID_2734<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $keratosis$children[[4]] #> [1] "DOID_3390<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $keratosis$children[[5]] #> [1] "DOID_3805<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $keratosis$children[[6]] #> [1] "DOID_6498<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $keratosis$value #> [1] "keratosis" #> #> #> $`keratosis follicularis` #> $`keratosis follicularis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2734" #> #> $`keratosis follicularis`$`_id` #> [1] "DOID_2734<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`keratosis follicularis`$privateGeneCount #> [1] 0 #> #> $`keratosis follicularis`$publicGeneCount #> [1] 2 #> #> $`keratosis follicularis`$urlId #> [1] "DOID_2734" #> #> $`keratosis follicularis`$dbPhenotype #> [1] TRUE #> #> $`keratosis follicularis`$`_parent` #> [1] "DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`keratosis follicularis`$`_is_leaf` #> [1] TRUE #> #> $`keratosis follicularis`$children #> list() #> #> $`keratosis follicularis`$value #> [1] "keratosis follicularis" #> #> #> $kernicterus #> $kernicterus$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2382" #> #> $kernicterus$`_id` #> [1] "DOID_2382<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $kernicterus$privateGeneCount #> [1] 0 #> #> $kernicterus$publicGeneCount #> [1] 1 #> #> $kernicterus$urlId #> [1] "DOID_2382" #> #> $kernicterus$dbPhenotype #> [1] TRUE #> #> $kernicterus$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $kernicterus$`_is_leaf` #> [1] TRUE #> #> $kernicterus$children #> list() #> #> $kernicterus$value #> [1] "kernicterus" #> #> #> $Ketoacidosis #> $Ketoacidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001993" #> #> $Ketoacidosis$`_id` #> [1] "HP_0001993<HP_0001941<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Ketoacidosis$privateGeneCount #> [1] 0 #> #> $Ketoacidosis$publicGeneCount #> [1] 1 #> #> $Ketoacidosis$urlId #> [1] "HP_0001993" #> #> $Ketoacidosis$dbPhenotype #> [1] TRUE #> #> $Ketoacidosis$`_parent` #> [1] "HP_0001941<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $Ketoacidosis$`_is_leaf` #> [1] TRUE #> #> $Ketoacidosis$children #> list() #> #> $Ketoacidosis$value #> [1] "Ketoacidosis" #> #> #> $`kidney benign neoplasm` #> $`kidney benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3116" #> #> $`kidney benign neoplasm`$`_id` #> [1] "DOID_3116<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`kidney benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`kidney benign neoplasm`$urlId #> [1] "DOID_3116" #> #> $`kidney benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`kidney benign neoplasm`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`kidney benign neoplasm`$children #> $`kidney benign neoplasm`$children[[1]] #> [1] "DOID_6245<DOID_3116<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`kidney benign neoplasm`$value #> [1] "kidney benign neoplasm" #> #> #> $`kidney benign neoplasm` #> $`kidney benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3116" #> #> $`kidney benign neoplasm`$`_id` #> [1] "DOID_3116<DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`kidney benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`kidney benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`kidney benign neoplasm`$urlId #> [1] "DOID_3116" #> #> $`kidney benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`kidney benign neoplasm`$`_parent` #> [1] "DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`kidney benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`kidney benign neoplasm`$children #> $`kidney benign neoplasm`$children[[1]] #> [1] "DOID_6245<DOID_3116<DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`kidney benign neoplasm`$value #> [1] "kidney benign neoplasm" #> #> #> $`kidney benign neoplasm` #> $`kidney benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3116" #> #> $`kidney benign neoplasm`$`_id` #> [1] "DOID_3116<DOID_731<DOID_18<DOID_7<DOID_4" #> #> $`kidney benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`kidney benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`kidney benign neoplasm`$urlId #> [1] "DOID_3116" #> #> $`kidney benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`kidney benign neoplasm`$`_parent` #> [1] "DOID_731<DOID_18<DOID_7<DOID_4" #> #> $`kidney benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`kidney benign neoplasm`$children #> $`kidney benign neoplasm`$children[[1]] #> [1] "DOID_6245<DOID_3116<DOID_731<DOID_18<DOID_7<DOID_4" #> #> #> $`kidney benign neoplasm`$value #> [1] "kidney benign neoplasm" #> #> #> $`kidney cancer` #> $`kidney cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_263" #> #> $`kidney cancer`$`_id` #> [1] "DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`kidney cancer`$privateGeneCount #> [1] 0 #> #> $`kidney cancer`$publicGeneCount #> [1] 310 #> #> $`kidney cancer`$urlId #> [1] "DOID_263" #> #> $`kidney cancer`$dbPhenotype #> [1] TRUE #> #> $`kidney cancer`$`_parent` #> [1] "DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`kidney cancer`$`_is_leaf` #> [1] FALSE #> #> $`kidney cancer`$children #> $`kidney cancer`$children[[1]] #> [1] "DOID_3675<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`kidney cancer`$children[[2]] #> [1] "DOID_2154<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`kidney cancer`$children[[3]] #> [1] "DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`kidney cancer`$value #> [1] "kidney cancer" #> #> #> $`kidney cancer` #> $`kidney cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_263" #> #> $`kidney cancer`$`_id` #> [1] "DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`kidney cancer`$privateGeneCount #> [1] 0 #> #> $`kidney cancer`$publicGeneCount #> [1] 310 #> #> $`kidney cancer`$urlId #> [1] "DOID_263" #> #> $`kidney cancer`$dbPhenotype #> [1] TRUE #> #> $`kidney cancer`$`_parent` #> [1] "DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`kidney cancer`$`_is_leaf` #> [1] FALSE #> #> $`kidney cancer`$children #> $`kidney cancer`$children[[1]] #> [1] "DOID_3675<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`kidney cancer`$children[[2]] #> [1] "DOID_2154<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`kidney cancer`$children[[3]] #> [1] "DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> #> $`kidney cancer`$value #> [1] "kidney cancer" #> #> #> $`kidney cancer` #> $`kidney cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_263" #> #> $`kidney cancer`$`_id` #> [1] "DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney cancer`$privateGeneCount #> [1] 0 #> #> $`kidney cancer`$publicGeneCount #> [1] 310 #> #> $`kidney cancer`$urlId #> [1] "DOID_263" #> #> $`kidney cancer`$dbPhenotype #> [1] TRUE #> #> $`kidney cancer`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney cancer`$`_is_leaf` #> [1] FALSE #> #> $`kidney cancer`$children #> $`kidney cancer`$children[[1]] #> [1] "DOID_3675<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney cancer`$children[[2]] #> [1] "DOID_2154<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney cancer`$children[[3]] #> [1] "DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`kidney cancer`$value #> [1] "kidney cancer" #> #> #> $`kidney disease` #> $`kidney disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_557" #> #> $`kidney disease`$`_id` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$privateGeneCount #> [1] 0 #> #> $`kidney disease`$publicGeneCount #> [1] 1150 #> #> $`kidney disease`$urlId #> [1] "DOID_557" #> #> $`kidney disease`$dbPhenotype #> [1] TRUE #> #> $`kidney disease`$`_parent` #> [1] "DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$`_is_leaf` #> [1] FALSE #> #> $`kidney disease`$children #> $`kidney disease`$children[[1]] #> [1] "DOID_2983<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[2]] #> [1] "DOID_2975<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[3]] #> [1] "DOID_9266<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[4]] #> [1] "DOID_9409<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[5]] #> [1] "DOID_0060062<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[6]] #> [1] "DOID_9808<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[7]] #> [1] "DOID_12132<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[8]] #> [1] "DOID_11266<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[9]] #> [1] "DOID_12554<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[10]] #> [1] "DOID_0080655<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[11]] #> [1] "DOID_3116<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[12]] #> [1] "DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[13]] #> [1] "DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[14]] #> [1] "DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[15]] #> [1] "DOID_12679<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[16]] #> [1] "DOID_12387<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[17]] #> [1] "DOID_585<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[18]] #> [1] "DOID_12712<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[19]] #> [1] "DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[20]] #> [1] "DOID_2744<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[21]] #> [1] "DOID_14766<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[22]] #> [1] "DOID_1073<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[23]] #> [1] "DOID_13068<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[24]] #> [1] "DOID_9733<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney disease`$children[[25]] #> [1] "DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`kidney disease`$value #> [1] "kidney disease" #> #> #> $`kidney failure` #> $`kidney failure`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1074" #> #> $`kidney failure`$`_id` #> [1] "DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney failure`$privateGeneCount #> [1] 0 #> #> $`kidney failure`$publicGeneCount #> [1] 154 #> #> $`kidney failure`$urlId #> [1] "DOID_1074" #> #> $`kidney failure`$dbPhenotype #> [1] TRUE #> #> $`kidney failure`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney failure`$`_is_leaf` #> [1] FALSE #> #> $`kidney failure`$children #> $`kidney failure`$children[[1]] #> [1] "DOID_3021<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney failure`$children[[2]] #> [1] "DOID_784<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`kidney failure`$children[[3]] #> [1] "DOID_4676<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`kidney failure`$value #> [1] "kidney failure" #> #> #> $`Kindler syndrome` #> $`Kindler syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060472" #> #> $`Kindler syndrome`$`_id` #> [1] "DOID_0060472<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Kindler syndrome`$privateGeneCount #> [1] 0 #> #> $`Kindler syndrome`$publicGeneCount #> [1] 1 #> #> $`Kindler syndrome`$urlId #> [1] "DOID_0060472" #> #> $`Kindler syndrome`$dbPhenotype #> [1] TRUE #> #> $`Kindler syndrome`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Kindler syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Kindler syndrome`$children #> list() #> #> $`Kindler syndrome`$value #> [1] "Kindler syndrome" #> #> #> $`Kleefstra syndrome` #> $`Kleefstra syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080597" #> #> $`Kleefstra syndrome`$`_id` #> [1] "DOID_0080597<DOID_225<DOID_4" #> #> $`Kleefstra syndrome`$privateGeneCount #> [1] 0 #> #> $`Kleefstra syndrome`$publicGeneCount #> [1] 1 #> #> $`Kleefstra syndrome`$urlId #> [1] "DOID_0080597" #> #> $`Kleefstra syndrome`$dbPhenotype #> [1] FALSE #> #> $`Kleefstra syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Kleefstra syndrome`$`_is_leaf` #> [1] FALSE #> #> $`Kleefstra syndrome`$children #> $`Kleefstra syndrome`$children[[1]] #> [1] "DOID_0060352<DOID_0080597<DOID_225<DOID_4" #> #> #> $`Kleefstra syndrome`$value #> [1] "Kleefstra syndrome" #> #> #> $`Kleefstra syndrome 1` #> $`Kleefstra syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060352" #> #> $`Kleefstra syndrome 1`$`_id` #> [1] "DOID_0060352<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Kleefstra syndrome 1`$privateGeneCount #> [1] 0 #> #> $`Kleefstra syndrome 1`$publicGeneCount #> [1] 1 #> #> $`Kleefstra syndrome 1`$urlId #> [1] "DOID_0060352" #> #> $`Kleefstra syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`Kleefstra syndrome 1`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Kleefstra syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`Kleefstra syndrome 1`$children #> list() #> #> $`Kleefstra syndrome 1`$value #> [1] "Kleefstra syndrome 1" #> #> #> $`Kleefstra syndrome 1` #> $`Kleefstra syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060352" #> #> $`Kleefstra syndrome 1`$`_id` #> [1] "DOID_0060352<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`Kleefstra syndrome 1`$privateGeneCount #> [1] 0 #> #> $`Kleefstra syndrome 1`$publicGeneCount #> [1] 1 #> #> $`Kleefstra syndrome 1`$urlId #> [1] "DOID_0060352" #> #> $`Kleefstra syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`Kleefstra syndrome 1`$`_parent` #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`Kleefstra syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`Kleefstra syndrome 1`$children #> list() #> #> $`Kleefstra syndrome 1`$value #> [1] "Kleefstra syndrome 1" #> #> #> $`Kleefstra syndrome 1` #> $`Kleefstra syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060352" #> #> $`Kleefstra syndrome 1`$`_id` #> [1] "DOID_0060352<DOID_0080597<DOID_225<DOID_4" #> #> $`Kleefstra syndrome 1`$privateGeneCount #> [1] 0 #> #> $`Kleefstra syndrome 1`$publicGeneCount #> [1] 1 #> #> $`Kleefstra syndrome 1`$urlId #> [1] "DOID_0060352" #> #> $`Kleefstra syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`Kleefstra syndrome 1`$`_parent` #> [1] "DOID_0080597<DOID_225<DOID_4" #> #> $`Kleefstra syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`Kleefstra syndrome 1`$children #> list() #> #> $`Kleefstra syndrome 1`$value #> [1] "Kleefstra syndrome 1" #> #> #> $kleptomania #> $kleptomania$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12400" #> #> $kleptomania$`_id` #> [1] "DOID_12400<DOID_10937<DOID_150<DOID_4" #> #> $kleptomania$privateGeneCount #> [1] 0 #> #> $kleptomania$publicGeneCount #> [1] 3 #> #> $kleptomania$urlId #> [1] "DOID_12400" #> #> $kleptomania$dbPhenotype #> [1] TRUE #> #> $kleptomania$`_parent` #> [1] "DOID_10937<DOID_150<DOID_4" #> #> $kleptomania$`_is_leaf` #> [1] TRUE #> #> $kleptomania$children #> list() #> #> $kleptomania$value #> [1] "kleptomania" #> #> #> $`Klinefelter syndrome` #> $`Klinefelter syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1921" #> #> $`Klinefelter syndrome`$`_id` #> [1] "DOID_1921<DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $`Klinefelter syndrome`$privateGeneCount #> [1] 0 #> #> $`Klinefelter syndrome`$publicGeneCount #> [1] 7 #> #> $`Klinefelter syndrome`$urlId #> [1] "DOID_1921" #> #> $`Klinefelter syndrome`$dbPhenotype #> [1] TRUE #> #> $`Klinefelter syndrome`$`_parent` #> [1] "DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $`Klinefelter syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Klinefelter syndrome`$children #> list() #> #> $`Klinefelter syndrome`$value #> [1] "Klinefelter syndrome" #> #> #> $`Klippel-Feil syndrome` #> $`Klippel-Feil syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10426" #> #> $`Klippel-Feil syndrome`$`_id` #> [1] "DOID_10426<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Klippel-Feil syndrome`$privateGeneCount #> [1] 0 #> #> $`Klippel-Feil syndrome`$publicGeneCount #> [1] 3 #> #> $`Klippel-Feil syndrome`$urlId #> [1] "DOID_10426" #> #> $`Klippel-Feil syndrome`$dbPhenotype #> [1] TRUE #> #> $`Klippel-Feil syndrome`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Klippel-Feil syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Klippel-Feil syndrome`$children #> list() #> #> $`Klippel-Feil syndrome`$value #> [1] "Klippel-Feil syndrome" #> #> #> $`Klippel-Feil syndrome` #> $`Klippel-Feil syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10426" #> #> $`Klippel-Feil syndrome`$`_id` #> [1] "DOID_10426<DOID_0080015<DOID_4" #> #> $`Klippel-Feil syndrome`$privateGeneCount #> [1] 0 #> #> $`Klippel-Feil syndrome`$publicGeneCount #> [1] 3 #> #> $`Klippel-Feil syndrome`$urlId #> [1] "DOID_10426" #> #> $`Klippel-Feil syndrome`$dbPhenotype #> [1] TRUE #> #> $`Klippel-Feil syndrome`$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $`Klippel-Feil syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Klippel-Feil syndrome`$children #> list() #> #> $`Klippel-Feil syndrome`$value #> [1] "Klippel-Feil syndrome" #> #> #> $`Klippel-Feil syndrome` #> $`Klippel-Feil syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10426" #> #> $`Klippel-Feil syndrome`$`_id` #> [1] "DOID_10426<DOID_225<DOID_4" #> #> $`Klippel-Feil syndrome`$privateGeneCount #> [1] 0 #> #> $`Klippel-Feil syndrome`$publicGeneCount #> [1] 3 #> #> $`Klippel-Feil syndrome`$urlId #> [1] "DOID_10426" #> #> $`Klippel-Feil syndrome`$dbPhenotype #> [1] TRUE #> #> $`Klippel-Feil syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Klippel-Feil syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Klippel-Feil syndrome`$children #> list() #> #> $`Klippel-Feil syndrome`$value #> [1] "Klippel-Feil syndrome" #> #> #> $`Kniest dysplasia` #> $`Kniest dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080045" #> #> $`Kniest dysplasia`$`_id` #> [1] "DOID_0080045<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Kniest dysplasia`$privateGeneCount #> [1] 0 #> #> $`Kniest dysplasia`$publicGeneCount #> [1] 1 #> #> $`Kniest dysplasia`$urlId #> [1] "DOID_0080045" #> #> $`Kniest dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Kniest dysplasia`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Kniest dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Kniest dysplasia`$children #> list() #> #> $`Kniest dysplasia`$value #> [1] "Kniest dysplasia" #> #> #> $`Kniest dysplasia` #> $`Kniest dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080045" #> #> $`Kniest dysplasia`$`_id` #> [1] "DOID_0080045<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Kniest dysplasia`$privateGeneCount #> [1] 0 #> #> $`Kniest dysplasia`$publicGeneCount #> [1] 1 #> #> $`Kniest dysplasia`$urlId #> [1] "DOID_0080045" #> #> $`Kniest dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Kniest dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Kniest dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Kniest dysplasia`$children #> list() #> #> $`Kniest dysplasia`$value #> [1] "Kniest dysplasia" #> #> #> $`Koolen de Vries syndrome` #> $`Koolen de Vries syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050880" #> #> $`Koolen de Vries syndrome`$`_id` #> [1] "DOID_0050880<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Koolen de Vries syndrome`$privateGeneCount #> [1] 0 #> #> $`Koolen de Vries syndrome`$publicGeneCount #> [1] 1 #> #> $`Koolen de Vries syndrome`$urlId #> [1] "DOID_0050880" #> #> $`Koolen de Vries syndrome`$dbPhenotype #> [1] TRUE #> #> $`Koolen de Vries syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Koolen de Vries syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Koolen de Vries syndrome`$children #> list() #> #> $`Koolen de Vries syndrome`$value #> [1] "Koolen de Vries syndrome" #> #> #> $`Koolen de Vries syndrome` #> $`Koolen de Vries syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050880" #> #> $`Koolen de Vries syndrome`$`_id` #> [1] "DOID_0050880<DOID_225<DOID_4" #> #> $`Koolen de Vries syndrome`$privateGeneCount #> [1] 0 #> #> $`Koolen de Vries syndrome`$publicGeneCount #> [1] 1 #> #> $`Koolen de Vries syndrome`$urlId #> [1] "DOID_0050880" #> #> $`Koolen de Vries syndrome`$dbPhenotype #> [1] TRUE #> #> $`Koolen de Vries syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Koolen de Vries syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Koolen de Vries syndrome`$children #> list() #> #> $`Koolen de Vries syndrome`$value #> [1] "Koolen de Vries syndrome" #> #> #> $`Krabbe disease` #> $`Krabbe disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10587" #> #> $`Krabbe disease`$`_id` #> [1] "DOID_10587<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Krabbe disease`$privateGeneCount #> [1] 0 #> #> $`Krabbe disease`$publicGeneCount #> [1] 2 #> #> $`Krabbe disease`$urlId #> [1] "DOID_10587" #> #> $`Krabbe disease`$dbPhenotype #> [1] TRUE #> #> $`Krabbe disease`$`_parent` #> [1] "DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Krabbe disease`$`_is_leaf` #> [1] TRUE #> #> $`Krabbe disease`$children #> list() #> #> $`Krabbe disease`$value #> [1] "Krabbe disease" #> #> #> $`Krukenberg carcinoma` #> $`Krukenberg carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9597" #> #> $`Krukenberg carcinoma`$`_id` #> [1] "DOID_9597<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`Krukenberg carcinoma`$privateGeneCount #> [1] 0 #> #> $`Krukenberg carcinoma`$publicGeneCount #> [1] 1 #> #> $`Krukenberg carcinoma`$urlId #> [1] "DOID_9597" #> #> $`Krukenberg carcinoma`$dbPhenotype #> [1] TRUE #> #> $`Krukenberg carcinoma`$`_parent` #> [1] "DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`Krukenberg carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`Krukenberg carcinoma`$children #> list() #> #> $`Krukenberg carcinoma`$value #> [1] "Krukenberg carcinoma" #> #> #> $`Krukenberg carcinoma` #> $`Krukenberg carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9597" #> #> $`Krukenberg carcinoma`$`_id` #> [1] "DOID_9597<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`Krukenberg carcinoma`$privateGeneCount #> [1] 0 #> #> $`Krukenberg carcinoma`$publicGeneCount #> [1] 1 #> #> $`Krukenberg carcinoma`$urlId #> [1] "DOID_9597" #> #> $`Krukenberg carcinoma`$dbPhenotype #> [1] TRUE #> #> $`Krukenberg carcinoma`$`_parent` #> [1] "DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`Krukenberg carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`Krukenberg carcinoma`$children #> list() #> #> $`Krukenberg carcinoma`$value #> [1] "Krukenberg carcinoma" #> #> #> $`Krukenberg carcinoma` #> $`Krukenberg carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9597" #> #> $`Krukenberg carcinoma`$`_id` #> [1] "DOID_9597<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Krukenberg carcinoma`$privateGeneCount #> [1] 0 #> #> $`Krukenberg carcinoma`$publicGeneCount #> [1] 1 #> #> $`Krukenberg carcinoma`$urlId #> [1] "DOID_9597" #> #> $`Krukenberg carcinoma`$dbPhenotype #> [1] TRUE #> #> $`Krukenberg carcinoma`$`_parent` #> [1] "DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Krukenberg carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`Krukenberg carcinoma`$children #> list() #> #> $`Krukenberg carcinoma`$value #> [1] "Krukenberg carcinoma" #> #> #> $`Krukenberg carcinoma` #> $`Krukenberg carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9597" #> #> $`Krukenberg carcinoma`$`_id` #> [1] "DOID_9597<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`Krukenberg carcinoma`$privateGeneCount #> [1] 0 #> #> $`Krukenberg carcinoma`$publicGeneCount #> [1] 1 #> #> $`Krukenberg carcinoma`$urlId #> [1] "DOID_9597" #> #> $`Krukenberg carcinoma`$dbPhenotype #> [1] TRUE #> #> $`Krukenberg carcinoma`$`_parent` #> [1] "DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`Krukenberg carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`Krukenberg carcinoma`$children #> list() #> #> $`Krukenberg carcinoma`$value #> [1] "Krukenberg carcinoma" #> #> #> $`Krukenberg carcinoma` #> $`Krukenberg carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9597" #> #> $`Krukenberg carcinoma`$`_id` #> [1] "DOID_9597<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`Krukenberg carcinoma`$privateGeneCount #> [1] 0 #> #> $`Krukenberg carcinoma`$publicGeneCount #> [1] 1 #> #> $`Krukenberg carcinoma`$urlId #> [1] "DOID_9597" #> #> $`Krukenberg carcinoma`$dbPhenotype #> [1] TRUE #> #> $`Krukenberg carcinoma`$`_parent` #> [1] "DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`Krukenberg carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`Krukenberg carcinoma`$children #> list() #> #> $`Krukenberg carcinoma`$value #> [1] "Krukenberg carcinoma" #> #> #> $kuru #> $kuru$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_648" #> #> $kuru$`_id` #> [1] "DOID_648<DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $kuru$privateGeneCount #> [1] 0 #> #> $kuru$publicGeneCount #> [1] 1 #> #> $kuru$urlId #> [1] "DOID_648" #> #> $kuru$dbPhenotype #> [1] TRUE #> #> $kuru$`_parent` #> [1] "DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $kuru$`_is_leaf` #> [1] TRUE #> #> $kuru$children #> list() #> #> $kuru$value #> [1] "kuru" #> #> #> $Kyphosis #> $Kyphosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002808" #> #> $Kyphosis$`_id` #> [1] "HP_0002808<HP_0010674<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Kyphosis$privateGeneCount #> [1] 0 #> #> $Kyphosis$publicGeneCount #> [1] 6 #> #> $Kyphosis$urlId #> [1] "HP_0002808" #> #> $Kyphosis$dbPhenotype #> [1] TRUE #> #> $Kyphosis$`_parent` #> [1] "HP_0010674<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Kyphosis$`_is_leaf` #> [1] TRUE #> #> $Kyphosis$children #> list() #> #> $Kyphosis$value #> [1] "Kyphosis" #> #> #> $`L-2-hydroxyglutaric aciduria` #> $`L-2-hydroxyglutaric aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050574" #> #> $`L-2-hydroxyglutaric aciduria`$`_id` #> [1] "DOID_0050574<DOID_0050573<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`L-2-hydroxyglutaric aciduria`$privateGeneCount #> [1] 0 #> #> $`L-2-hydroxyglutaric aciduria`$publicGeneCount #> [1] 1 #> #> $`L-2-hydroxyglutaric aciduria`$urlId #> [1] "DOID_0050574" #> #> $`L-2-hydroxyglutaric aciduria`$dbPhenotype #> [1] TRUE #> #> $`L-2-hydroxyglutaric aciduria`$`_parent` #> [1] "DOID_0050573<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`L-2-hydroxyglutaric aciduria`$`_is_leaf` #> [1] TRUE #> #> $`L-2-hydroxyglutaric aciduria`$children #> list() #> #> $`L-2-hydroxyglutaric aciduria`$value #> [1] "L-2-hydroxyglutaric aciduria" #> #> #> $`L-2-hydroxyglutaric aciduria` #> $`L-2-hydroxyglutaric aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050574" #> #> $`L-2-hydroxyglutaric aciduria`$`_id` #> [1] "DOID_0050574<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`L-2-hydroxyglutaric aciduria`$privateGeneCount #> [1] 0 #> #> $`L-2-hydroxyglutaric aciduria`$publicGeneCount #> [1] 1 #> #> $`L-2-hydroxyglutaric aciduria`$urlId #> [1] "DOID_0050574" #> #> $`L-2-hydroxyglutaric aciduria`$dbPhenotype #> [1] TRUE #> #> $`L-2-hydroxyglutaric aciduria`$`_parent` #> [1] "DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`L-2-hydroxyglutaric aciduria`$`_is_leaf` #> [1] TRUE #> #> $`L-2-hydroxyglutaric aciduria`$children #> list() #> #> $`L-2-hydroxyglutaric aciduria`$value #> [1] "L-2-hydroxyglutaric aciduria" #> #> #> $`lacrimal apparatus disease` #> $`lacrimal apparatus disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1400" #> #> $`lacrimal apparatus disease`$`_id` #> [1] "DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`lacrimal apparatus disease`$privateGeneCount #> [1] 0 #> #> $`lacrimal apparatus disease`$publicGeneCount #> [1] 16 #> #> $`lacrimal apparatus disease`$urlId #> [1] "DOID_1400" #> #> $`lacrimal apparatus disease`$dbPhenotype #> [1] TRUE #> #> $`lacrimal apparatus disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`lacrimal apparatus disease`$`_is_leaf` #> [1] FALSE #> #> $`lacrimal apparatus disease`$children #> $`lacrimal apparatus disease`$children[[1]] #> [1] "DOID_6970<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`lacrimal apparatus disease`$children[[2]] #> [1] "DOID_950<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`lacrimal apparatus disease`$children[[3]] #> [1] "DOID_10140<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`lacrimal apparatus disease`$children[[4]] #> [1] "DOID_13757<DOID_1400<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`lacrimal apparatus disease`$value #> [1] "lacrimal apparatus disease" #> #> #> $`lactic acidosis` #> $`lactic acidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3650" #> #> $`lactic acidosis`$`_id` #> [1] "DOID_3650<DOID_0050758<DOID_0060158<DOID_0014667<DOID_4" #> #> $`lactic acidosis`$privateGeneCount #> [1] 0 #> #> $`lactic acidosis`$publicGeneCount #> [1] 6 #> #> $`lactic acidosis`$urlId #> [1] "DOID_3650" #> #> $`lactic acidosis`$dbPhenotype #> [1] TRUE #> #> $`lactic acidosis`$`_parent` #> [1] "DOID_0050758<DOID_0060158<DOID_0014667<DOID_4" #> #> $`lactic acidosis`$`_is_leaf` #> [1] TRUE #> #> $`lactic acidosis`$children #> list() #> #> $`lactic acidosis`$value #> [1] "lactic acidosis" #> #> #> $`lactose intolerance` #> $`lactose intolerance`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10604" #> #> $`lactose intolerance`$`_id` #> [1] "DOID_10604<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`lactose intolerance`$privateGeneCount #> [1] 0 #> #> $`lactose intolerance`$publicGeneCount #> [1] 1 #> #> $`lactose intolerance`$urlId #> [1] "DOID_10604" #> #> $`lactose intolerance`$dbPhenotype #> [1] TRUE #> #> $`lactose intolerance`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`lactose intolerance`$`_is_leaf` #> [1] TRUE #> #> $`lactose intolerance`$children #> list() #> #> $`lactose intolerance`$value #> [1] "lactose intolerance" #> #> #> $`LADD syndrome` #> $`LADD syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050331" #> #> $`LADD syndrome`$`_id` #> [1] "DOID_0050331<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`LADD syndrome`$privateGeneCount #> [1] 0 #> #> $`LADD syndrome`$publicGeneCount #> [1] 3 #> #> $`LADD syndrome`$urlId #> [1] "DOID_0050331" #> #> $`LADD syndrome`$dbPhenotype #> [1] TRUE #> #> $`LADD syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`LADD syndrome`$`_is_leaf` #> [1] TRUE #> #> $`LADD syndrome`$children #> list() #> #> $`LADD syndrome`$value #> [1] "LADD syndrome" #> #> #> $`LADD syndrome` #> $`LADD syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050331" #> #> $`LADD syndrome`$`_id` #> [1] "DOID_0050331<DOID_225<DOID_4" #> #> $`LADD syndrome`$privateGeneCount #> [1] 0 #> #> $`LADD syndrome`$publicGeneCount #> [1] 3 #> #> $`LADD syndrome`$urlId #> [1] "DOID_0050331" #> #> $`LADD syndrome`$dbPhenotype #> [1] TRUE #> #> $`LADD syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`LADD syndrome`$`_is_leaf` #> [1] TRUE #> #> $`LADD syndrome`$children #> list() #> #> $`LADD syndrome`$value #> [1] "LADD syndrome" #> #> #> $`Lafora disease` #> $`Lafora disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3534" #> #> $`Lafora disease`$`_id` #> [1] "DOID_3534<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Lafora disease`$privateGeneCount #> [1] 0 #> #> $`Lafora disease`$publicGeneCount #> [1] 2 #> #> $`Lafora disease`$urlId #> [1] "DOID_3534" #> #> $`Lafora disease`$dbPhenotype #> [1] TRUE #> #> $`Lafora disease`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Lafora disease`$`_is_leaf` #> [1] TRUE #> #> $`Lafora disease`$children #> list() #> #> $`Lafora disease`$value #> [1] "Lafora disease" #> #> #> $`Lafora disease` #> $`Lafora disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3534" #> #> $`Lafora disease`$`_id` #> [1] "DOID_3534<DOID_891<DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Lafora disease`$privateGeneCount #> [1] 0 #> #> $`Lafora disease`$publicGeneCount #> [1] 2 #> #> $`Lafora disease`$urlId #> [1] "DOID_3534" #> #> $`Lafora disease`$dbPhenotype #> [1] TRUE #> #> $`Lafora disease`$`_parent` #> [1] "DOID_891<DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Lafora disease`$`_is_leaf` #> [1] TRUE #> #> $`Lafora disease`$children #> list() #> #> $`Lafora disease`$value #> [1] "Lafora disease" #> #> #> $`Lambert-Eaton myasthenic syndrome` #> $`Lambert-Eaton myasthenic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050214" #> #> $`Lambert-Eaton myasthenic syndrome`$`_id` #> [1] "DOID_0050214<DOID_439<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Lambert-Eaton myasthenic syndrome`$privateGeneCount #> [1] 0 #> #> $`Lambert-Eaton myasthenic syndrome`$publicGeneCount #> [1] 2 #> #> $`Lambert-Eaton myasthenic syndrome`$urlId #> [1] "DOID_0050214" #> #> $`Lambert-Eaton myasthenic syndrome`$dbPhenotype #> [1] TRUE #> #> $`Lambert-Eaton myasthenic syndrome`$`_parent` #> [1] "DOID_439<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Lambert-Eaton myasthenic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Lambert-Eaton myasthenic syndrome`$children #> list() #> #> $`Lambert-Eaton myasthenic syndrome`$value #> [1] "Lambert-Eaton myasthenic syndrome" #> #> #> $`Lambert-Eaton myasthenic syndrome` #> $`Lambert-Eaton myasthenic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050214" #> #> $`Lambert-Eaton myasthenic syndrome`$`_id` #> [1] "DOID_0050214<DOID_439<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Lambert-Eaton myasthenic syndrome`$privateGeneCount #> [1] 0 #> #> $`Lambert-Eaton myasthenic syndrome`$publicGeneCount #> [1] 2 #> #> $`Lambert-Eaton myasthenic syndrome`$urlId #> [1] "DOID_0050214" #> #> $`Lambert-Eaton myasthenic syndrome`$dbPhenotype #> [1] TRUE #> #> $`Lambert-Eaton myasthenic syndrome`$`_parent` #> [1] "DOID_439<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Lambert-Eaton myasthenic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Lambert-Eaton myasthenic syndrome`$children #> list() #> #> $`Lambert-Eaton myasthenic syndrome`$value #> [1] "Lambert-Eaton myasthenic syndrome" #> #> #> $`Landau-Kleffner syndrome` #> $`Landau-Kleffner syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2538" #> #> $`Landau-Kleffner syndrome`$`_id` #> [1] "DOID_2538<DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Landau-Kleffner syndrome`$privateGeneCount #> [1] 0 #> #> $`Landau-Kleffner syndrome`$publicGeneCount #> [1] 1 #> #> $`Landau-Kleffner syndrome`$urlId #> [1] "DOID_2538" #> #> $`Landau-Kleffner syndrome`$dbPhenotype #> [1] TRUE #> #> $`Landau-Kleffner syndrome`$`_parent` #> [1] "DOID_0050704<DOID_0070309<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Landau-Kleffner syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Landau-Kleffner syndrome`$children #> list() #> #> $`Landau-Kleffner syndrome`$value #> [1] "Landau-Kleffner syndrome" #> #> #> $`language disorder` #> $`language disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_93" #> #> $`language disorder`$`_id` #> [1] "DOID_93<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`language disorder`$privateGeneCount #> [1] 0 #> #> $`language disorder`$publicGeneCount #> [1] 18 #> #> $`language disorder`$urlId #> [1] "DOID_93" #> #> $`language disorder`$dbPhenotype #> [1] TRUE #> #> $`language disorder`$`_parent` #> [1] "DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`language disorder`$`_is_leaf` #> [1] FALSE #> #> $`language disorder`$children #> $`language disorder`$children[[1]] #> [1] "DOID_0060046<DOID_93<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`language disorder`$children[[2]] #> [1] "DOID_0060244<DOID_93<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`language disorder`$value #> [1] "language disorder" #> #> #> $`Language impairment` #> $`Language impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002463" #> #> $`Language impairment`$`_id` #> [1] "HP_0002463<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Language impairment`$privateGeneCount #> [1] 0 #> #> $`Language impairment`$publicGeneCount #> [1] 5 #> #> $`Language impairment`$urlId #> [1] "HP_0002463" #> #> $`Language impairment`$dbPhenotype #> [1] TRUE #> #> $`Language impairment`$`_parent` #> [1] "HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Language impairment`$`_is_leaf` #> [1] TRUE #> #> $`Language impairment`$children #> list() #> #> $`Language impairment`$value #> [1] "Language impairment" #> #> #> $`large cell carcinoma` #> $`large cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4552" #> #> $`large cell carcinoma`$`_id` #> [1] "DOID_4552<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`large cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`large cell carcinoma`$publicGeneCount #> [1] 5 #> #> $`large cell carcinoma`$urlId #> [1] "DOID_4552" #> #> $`large cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`large cell carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`large cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`large cell carcinoma`$children #> list() #> #> $`large cell carcinoma`$value #> [1] "large cell carcinoma" #> #> #> $`large intestine cancer` #> $`large intestine cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5672" #> #> $`large intestine cancer`$`_id` #> [1] "DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`large intestine cancer`$privateGeneCount #> [1] 0 #> #> $`large intestine cancer`$publicGeneCount #> [1] 419 #> #> $`large intestine cancer`$urlId #> [1] "DOID_5672" #> #> $`large intestine cancer`$dbPhenotype #> [1] TRUE #> #> $`large intestine cancer`$`_parent` #> [1] "DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`large intestine cancer`$`_is_leaf` #> [1] FALSE #> #> $`large intestine cancer`$children #> $`large intestine cancer`$children[[1]] #> [1] "DOID_14110<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`large intestine cancer`$children[[2]] #> [1] "DOID_1521<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`large intestine cancer`$children[[3]] #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`large intestine cancer`$value #> [1] "large intestine cancer" #> #> #> $`large intestine cancer` #> $`large intestine cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5672" #> #> $`large intestine cancer`$`_id` #> [1] "DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`large intestine cancer`$privateGeneCount #> [1] 0 #> #> $`large intestine cancer`$publicGeneCount #> [1] 419 #> #> $`large intestine cancer`$urlId #> [1] "DOID_5672" #> #> $`large intestine cancer`$dbPhenotype #> [1] TRUE #> #> $`large intestine cancer`$`_parent` #> [1] "DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`large intestine cancer`$`_is_leaf` #> [1] FALSE #> #> $`large intestine cancer`$children #> $`large intestine cancer`$children[[1]] #> [1] "DOID_14110<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`large intestine cancer`$children[[2]] #> [1] "DOID_1521<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`large intestine cancer`$children[[3]] #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`large intestine cancer`$value #> [1] "large intestine cancer" #> #> #> $`large intestine cancer` #> $`large intestine cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5672" #> #> $`large intestine cancer`$`_id` #> [1] "DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`large intestine cancer`$privateGeneCount #> [1] 0 #> #> $`large intestine cancer`$publicGeneCount #> [1] 419 #> #> $`large intestine cancer`$urlId #> [1] "DOID_5672" #> #> $`large intestine cancer`$dbPhenotype #> [1] TRUE #> #> $`large intestine cancer`$`_parent` #> [1] "DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`large intestine cancer`$`_is_leaf` #> [1] FALSE #> #> $`large intestine cancer`$children #> $`large intestine cancer`$children[[1]] #> [1] "DOID_14110<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`large intestine cancer`$children[[2]] #> [1] "DOID_1521<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`large intestine cancer`$children[[3]] #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`large intestine cancer`$value #> [1] "large intestine cancer" #> #> #> $`Laron syndrome` #> $`Laron syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9521" #> #> $`Laron syndrome`$`_id` #> [1] "DOID_9521<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Laron syndrome`$privateGeneCount #> [1] 0 #> #> $`Laron syndrome`$publicGeneCount #> [1] 3 #> #> $`Laron syndrome`$urlId #> [1] "DOID_9521" #> #> $`Laron syndrome`$dbPhenotype #> [1] TRUE #> #> $`Laron syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Laron syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Laron syndrome`$children #> list() #> #> $`Laron syndrome`$value #> [1] "Laron syndrome" #> #> #> $`Laron syndrome` #> $`Laron syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9521" #> #> $`Laron syndrome`$`_id` #> [1] "DOID_9521<DOID_225<DOID_4" #> #> $`Laron syndrome`$privateGeneCount #> [1] 0 #> #> $`Laron syndrome`$publicGeneCount #> [1] 3 #> #> $`Laron syndrome`$urlId #> [1] "DOID_9521" #> #> $`Laron syndrome`$dbPhenotype #> [1] TRUE #> #> $`Laron syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Laron syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Laron syndrome`$children #> list() #> #> $`Laron syndrome`$value #> [1] "Laron syndrome" #> #> #> $`Larsen syndrome` #> $`Larsen syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14764" #> #> $`Larsen syndrome`$`_id` #> [1] "DOID_14764<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Larsen syndrome`$privateGeneCount #> [1] 0 #> #> $`Larsen syndrome`$publicGeneCount #> [1] 1 #> #> $`Larsen syndrome`$urlId #> [1] "DOID_14764" #> #> $`Larsen syndrome`$dbPhenotype #> [1] TRUE #> #> $`Larsen syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Larsen syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Larsen syndrome`$children #> list() #> #> $`Larsen syndrome`$value #> [1] "Larsen syndrome" #> #> #> $`Larsen syndrome` #> $`Larsen syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14764" #> #> $`Larsen syndrome`$`_id` #> [1] "DOID_14764<DOID_225<DOID_4" #> #> $`Larsen syndrome`$privateGeneCount #> [1] 0 #> #> $`Larsen syndrome`$publicGeneCount #> [1] 1 #> #> $`Larsen syndrome`$urlId #> [1] "DOID_14764" #> #> $`Larsen syndrome`$dbPhenotype #> [1] TRUE #> #> $`Larsen syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Larsen syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Larsen syndrome`$children #> list() #> #> $`Larsen syndrome`$value #> [1] "Larsen syndrome" #> #> #> $`laryngeal benign neoplasm` #> $`laryngeal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2598" #> #> $`laryngeal benign neoplasm`$`_id` #> [1] "DOID_2598<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`laryngeal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`laryngeal benign neoplasm`$publicGeneCount #> [1] 16 #> #> $`laryngeal benign neoplasm`$urlId #> [1] "DOID_2598" #> #> $`laryngeal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`laryngeal benign neoplasm`$`_parent` #> [1] "DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`laryngeal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`laryngeal benign neoplasm`$children #> list() #> #> $`laryngeal benign neoplasm`$value #> [1] "laryngeal benign neoplasm" #> #> #> $`laryngeal benign neoplasm` #> $`laryngeal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2598" #> #> $`laryngeal benign neoplasm`$`_id` #> [1] "DOID_2598<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`laryngeal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`laryngeal benign neoplasm`$publicGeneCount #> [1] 16 #> #> $`laryngeal benign neoplasm`$urlId #> [1] "DOID_2598" #> #> $`laryngeal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`laryngeal benign neoplasm`$`_parent` #> [1] "DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`laryngeal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`laryngeal benign neoplasm`$children #> list() #> #> $`laryngeal benign neoplasm`$value #> [1] "laryngeal benign neoplasm" #> #> #> $`laryngeal benign neoplasm` #> $`laryngeal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2598" #> #> $`laryngeal benign neoplasm`$`_id` #> [1] "DOID_2598<DOID_786<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`laryngeal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`laryngeal benign neoplasm`$publicGeneCount #> [1] 16 #> #> $`laryngeal benign neoplasm`$urlId #> [1] "DOID_2598" #> #> $`laryngeal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`laryngeal benign neoplasm`$`_parent` #> [1] "DOID_786<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`laryngeal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`laryngeal benign neoplasm`$children #> list() #> #> $`laryngeal benign neoplasm`$value #> [1] "laryngeal benign neoplasm" #> #> #> $`laryngeal disease` #> $`laryngeal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_786" #> #> $`laryngeal disease`$`_id` #> [1] "DOID_786<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`laryngeal disease`$privateGeneCount #> [1] 0 #> #> $`laryngeal disease`$publicGeneCount #> [1] 17 #> #> $`laryngeal disease`$urlId #> [1] "DOID_786" #> #> $`laryngeal disease`$dbPhenotype #> [1] TRUE #> #> $`laryngeal disease`$`_parent` #> [1] "DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`laryngeal disease`$`_is_leaf` #> [1] FALSE #> #> $`laryngeal disease`$children #> $`laryngeal disease`$children[[1]] #> [1] "DOID_2598<DOID_786<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`laryngeal disease`$children[[2]] #> [1] "DOID_2596<DOID_786<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $`laryngeal disease`$value #> [1] "laryngeal disease" #> #> #> $`larynx cancer` #> $`larynx cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2596" #> #> $`larynx cancer`$`_id` #> [1] "DOID_2596<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`larynx cancer`$privateGeneCount #> [1] 0 #> #> $`larynx cancer`$publicGeneCount #> [1] 16 #> #> $`larynx cancer`$urlId #> [1] "DOID_2596" #> #> $`larynx cancer`$dbPhenotype #> [1] TRUE #> #> $`larynx cancer`$`_parent` #> [1] "DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`larynx cancer`$`_is_leaf` #> [1] TRUE #> #> $`larynx cancer`$children #> list() #> #> $`larynx cancer`$value #> [1] "larynx cancer" #> #> #> $`larynx cancer` #> $`larynx cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2596" #> #> $`larynx cancer`$`_id` #> [1] "DOID_2596<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`larynx cancer`$privateGeneCount #> [1] 0 #> #> $`larynx cancer`$publicGeneCount #> [1] 16 #> #> $`larynx cancer`$urlId #> [1] "DOID_2596" #> #> $`larynx cancer`$dbPhenotype #> [1] TRUE #> #> $`larynx cancer`$`_parent` #> [1] "DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`larynx cancer`$`_is_leaf` #> [1] TRUE #> #> $`larynx cancer`$children #> list() #> #> $`larynx cancer`$value #> [1] "larynx cancer" #> #> #> $`larynx cancer` #> $`larynx cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2596" #> #> $`larynx cancer`$`_id` #> [1] "DOID_2596<DOID_786<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`larynx cancer`$privateGeneCount #> [1] 0 #> #> $`larynx cancer`$publicGeneCount #> [1] 16 #> #> $`larynx cancer`$urlId #> [1] "DOID_2596" #> #> $`larynx cancer`$dbPhenotype #> [1] TRUE #> #> $`larynx cancer`$`_parent` #> [1] "DOID_786<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`larynx cancer`$`_is_leaf` #> [1] TRUE #> #> $`larynx cancer`$children #> list() #> #> $`larynx cancer`$value #> [1] "larynx cancer" #> #> #> $`Lassa fever` #> $`Lassa fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9537" #> #> $`Lassa fever`$`_id` #> [1] "DOID_9537<DOID_934<DOID_0050117<DOID_4" #> #> $`Lassa fever`$privateGeneCount #> [1] 0 #> #> $`Lassa fever`$publicGeneCount #> [1] 1 #> #> $`Lassa fever`$urlId #> [1] "DOID_9537" #> #> $`Lassa fever`$dbPhenotype #> [1] TRUE #> #> $`Lassa fever`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`Lassa fever`$`_is_leaf` #> [1] TRUE #> #> $`Lassa fever`$children #> list() #> #> $`Lassa fever`$value #> [1] "Lassa fever" #> #> #> $`late onset Parkinson's disease` #> $`late onset Parkinson's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060892" #> #> $`late onset Parkinson's disease`$`_id` #> [1] "DOID_0060892<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`late onset Parkinson's disease`$privateGeneCount #> [1] 0 #> #> $`late onset Parkinson's disease`$publicGeneCount #> [1] 2 #> #> $`late onset Parkinson's disease`$urlId #> [1] "DOID_0060892" #> #> $`late onset Parkinson's disease`$dbPhenotype #> [1] FALSE #> #> $`late onset Parkinson's disease`$`_parent` #> [1] "DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`late onset Parkinson's disease`$`_is_leaf` #> [1] FALSE #> #> $`late onset Parkinson's disease`$children #> $`late onset Parkinson's disease`$children[[1]] #> [1] "DOID_0060367<DOID_0060892<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`late onset Parkinson's disease`$children[[2]] #> [1] "DOID_0060371<DOID_0060892<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`late onset Parkinson's disease`$value #> [1] "late onset Parkinson's disease" #> #> #> $`lateral medullary syndrome` #> $`lateral medullary syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3522" #> #> $`lateral medullary syndrome`$`_id` #> [1] "DOID_3522<DOID_3523<DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`lateral medullary syndrome`$privateGeneCount #> [1] 0 #> #> $`lateral medullary syndrome`$publicGeneCount #> [1] 1 #> #> $`lateral medullary syndrome`$urlId #> [1] "DOID_3522" #> #> $`lateral medullary syndrome`$dbPhenotype #> [1] TRUE #> #> $`lateral medullary syndrome`$`_parent` #> [1] "DOID_3523<DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`lateral medullary syndrome`$`_is_leaf` #> [1] TRUE #> #> $`lateral medullary syndrome`$children #> list() #> #> $`lateral medullary syndrome`$value #> [1] "lateral medullary syndrome" #> #> #> $`lateral medullary syndrome` #> $`lateral medullary syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3522" #> #> $`lateral medullary syndrome`$`_id` #> [1] "DOID_3522<DOID_3523<DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`lateral medullary syndrome`$privateGeneCount #> [1] 0 #> #> $`lateral medullary syndrome`$publicGeneCount #> [1] 1 #> #> $`lateral medullary syndrome`$urlId #> [1] "DOID_3522" #> #> $`lateral medullary syndrome`$dbPhenotype #> [1] TRUE #> #> $`lateral medullary syndrome`$`_parent` #> [1] "DOID_3523<DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`lateral medullary syndrome`$`_is_leaf` #> [1] TRUE #> #> $`lateral medullary syndrome`$children #> list() #> #> $`lateral medullary syndrome`$value #> [1] "lateral medullary syndrome" #> #> #> $`lateral sclerosis` #> $`lateral sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_230" #> #> $`lateral sclerosis`$`_id` #> [1] "DOID_230<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`lateral sclerosis`$privateGeneCount #> [1] 0 #> #> $`lateral sclerosis`$publicGeneCount #> [1] 8 #> #> $`lateral sclerosis`$urlId #> [1] "DOID_230" #> #> $`lateral sclerosis`$dbPhenotype #> [1] TRUE #> #> $`lateral sclerosis`$`_parent` #> [1] "DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`lateral sclerosis`$`_is_leaf` #> [1] TRUE #> #> $`lateral sclerosis`$children #> list() #> #> $`lateral sclerosis`$value #> [1] "lateral sclerosis" #> #> #> $`Laurence-Moon syndrome` #> $`Laurence-Moon syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1930" #> #> $`Laurence-Moon syndrome`$`_id` #> [1] "DOID_1930<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Laurence-Moon syndrome`$privateGeneCount #> [1] 0 #> #> $`Laurence-Moon syndrome`$publicGeneCount #> [1] 1 #> #> $`Laurence-Moon syndrome`$urlId #> [1] "DOID_1930" #> #> $`Laurence-Moon syndrome`$dbPhenotype #> [1] TRUE #> #> $`Laurence-Moon syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Laurence-Moon syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Laurence-Moon syndrome`$children #> list() #> #> $`Laurence-Moon syndrome`$value #> [1] "Laurence-Moon syndrome" #> #> #> $`Laurence-Moon syndrome` #> $`Laurence-Moon syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1930" #> #> $`Laurence-Moon syndrome`$`_id` #> [1] "DOID_1930<DOID_225<DOID_4" #> #> $`Laurence-Moon syndrome`$privateGeneCount #> [1] 0 #> #> $`Laurence-Moon syndrome`$publicGeneCount #> [1] 1 #> #> $`Laurence-Moon syndrome`$urlId #> [1] "DOID_1930" #> #> $`Laurence-Moon syndrome`$dbPhenotype #> [1] TRUE #> #> $`Laurence-Moon syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Laurence-Moon syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Laurence-Moon syndrome`$children #> list() #> #> $`Laurence-Moon syndrome`$value #> [1] "Laurence-Moon syndrome" #> #> #> $`learning disability` #> $`learning disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8927" #> #> $`learning disability`$`_id` #> [1] "DOID_8927<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`learning disability`$privateGeneCount #> [1] 0 #> #> $`learning disability`$publicGeneCount #> [1] 54 #> #> $`learning disability`$urlId #> [1] "DOID_8927" #> #> $`learning disability`$dbPhenotype #> [1] TRUE #> #> $`learning disability`$`_parent` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`learning disability`$`_is_leaf` #> [1] FALSE #> #> $`learning disability`$children #> $`learning disability`$children[[1]] #> [1] "DOID_13365<DOID_8927<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`learning disability`$value #> [1] "learning disability" #> #> #> $`Leber congenital amaurosis` #> $`Leber congenital amaurosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14791" #> #> $`Leber congenital amaurosis`$`_id` #> [1] "DOID_14791<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Leber congenital amaurosis`$privateGeneCount #> [1] 0 #> #> $`Leber congenital amaurosis`$publicGeneCount #> [1] 18 #> #> $`Leber congenital amaurosis`$urlId #> [1] "DOID_14791" #> #> $`Leber congenital amaurosis`$dbPhenotype #> [1] TRUE #> #> $`Leber congenital amaurosis`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Leber congenital amaurosis`$`_is_leaf` #> [1] TRUE #> #> $`Leber congenital amaurosis`$children #> list() #> #> $`Leber congenital amaurosis`$value #> [1] "Leber congenital amaurosis" #> #> #> $`Leber hereditary optic neuropathy` #> $`Leber hereditary optic neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_705" #> #> $`Leber hereditary optic neuropathy`$`_id` #> [1] "DOID_705<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Leber hereditary optic neuropathy`$privateGeneCount #> [1] 0 #> #> $`Leber hereditary optic neuropathy`$publicGeneCount #> [1] 18 #> #> $`Leber hereditary optic neuropathy`$urlId #> [1] "DOID_705" #> #> $`Leber hereditary optic neuropathy`$dbPhenotype #> [1] TRUE #> #> $`Leber hereditary optic neuropathy`$`_parent` #> [1] "DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Leber hereditary optic neuropathy`$`_is_leaf` #> [1] TRUE #> #> $`Leber hereditary optic neuropathy`$children #> list() #> #> $`Leber hereditary optic neuropathy`$value #> [1] "Leber hereditary optic neuropathy" #> #> #> $`Left ventricular hypertrophy` #> $`Left ventricular hypertrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001712" #> #> $`Left ventricular hypertrophy`$`_id` #> [1] "HP_0001712<HP_0001711<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Left ventricular hypertrophy`$privateGeneCount #> [1] 0 #> #> $`Left ventricular hypertrophy`$publicGeneCount #> [1] 43 #> #> $`Left ventricular hypertrophy`$urlId #> [1] "HP_0001712" #> #> $`Left ventricular hypertrophy`$dbPhenotype #> [1] TRUE #> #> $`Left ventricular hypertrophy`$`_parent` #> [1] "HP_0001711<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Left ventricular hypertrophy`$`_is_leaf` #> [1] TRUE #> #> $`Left ventricular hypertrophy`$children #> list() #> #> $`Left ventricular hypertrophy`$value #> [1] "Left ventricular hypertrophy" #> #> #> $`Left ventricular hypertrophy` #> $`Left ventricular hypertrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001712" #> #> $`Left ventricular hypertrophy`$`_id` #> [1] "HP_0001712<HP_0001714<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Left ventricular hypertrophy`$privateGeneCount #> [1] 0 #> #> $`Left ventricular hypertrophy`$publicGeneCount #> [1] 43 #> #> $`Left ventricular hypertrophy`$urlId #> [1] "HP_0001712" #> #> $`Left ventricular hypertrophy`$dbPhenotype #> [1] TRUE #> #> $`Left ventricular hypertrophy`$`_parent` #> [1] "HP_0001714<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Left ventricular hypertrophy`$`_is_leaf` #> [1] TRUE #> #> $`Left ventricular hypertrophy`$children #> list() #> #> $`Left ventricular hypertrophy`$value #> [1] "Left ventricular hypertrophy" #> #> #> $`left ventricular noncompaction` #> $`left ventricular noncompaction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060480" #> #> $`left ventricular noncompaction`$`_id` #> [1] "DOID_0060480<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`left ventricular noncompaction`$privateGeneCount #> [1] 0 #> #> $`left ventricular noncompaction`$publicGeneCount #> [1] 2 #> #> $`left ventricular noncompaction`$urlId #> [1] "DOID_0060480" #> #> $`left ventricular noncompaction`$dbPhenotype #> [1] TRUE #> #> $`left ventricular noncompaction`$`_parent` #> [1] "DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`left ventricular noncompaction`$`_is_leaf` #> [1] TRUE #> #> $`left ventricular noncompaction`$children #> list() #> #> $`left ventricular noncompaction`$value #> [1] "left ventricular noncompaction" #> #> #> $`Legg-Calve-Perthes disease` #> $`Legg-Calve-Perthes disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14415" #> #> $`Legg-Calve-Perthes disease`$`_id` #> [1] "DOID_14415<DOID_8125<DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Legg-Calve-Perthes disease`$privateGeneCount #> [1] 0 #> #> $`Legg-Calve-Perthes disease`$publicGeneCount #> [1] 1 #> #> $`Legg-Calve-Perthes disease`$urlId #> [1] "DOID_14415" #> #> $`Legg-Calve-Perthes disease`$dbPhenotype #> [1] TRUE #> #> $`Legg-Calve-Perthes disease`$`_parent` #> [1] "DOID_8125<DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Legg-Calve-Perthes disease`$`_is_leaf` #> [1] TRUE #> #> $`Legg-Calve-Perthes disease`$children #> list() #> #> $`Legg-Calve-Perthes disease`$value #> [1] "Legg-Calve-Perthes disease" #> #> #> $legionellosis #> $legionellosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10458" #> #> $legionellosis$`_id` #> [1] "DOID_10458<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $legionellosis$privateGeneCount #> [1] 0 #> #> $legionellosis$publicGeneCount #> [1] 5 #> #> $legionellosis$urlId #> [1] "DOID_10458" #> #> $legionellosis$dbPhenotype #> [1] FALSE #> #> $legionellosis$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $legionellosis$`_is_leaf` #> [1] FALSE #> #> $legionellosis$children #> $legionellosis$children[[1]] #> [1] "DOID_10457<DOID_10458<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> #> $legionellosis$value #> [1] "legionellosis" #> #> #> $`Legionnaires' disease` #> $`Legionnaires' disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10457" #> #> $`Legionnaires' disease`$`_id` #> [1] "DOID_10457<DOID_10458<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`Legionnaires' disease`$privateGeneCount #> [1] 0 #> #> $`Legionnaires' disease`$publicGeneCount #> [1] 5 #> #> $`Legionnaires' disease`$urlId #> [1] "DOID_10457" #> #> $`Legionnaires' disease`$dbPhenotype #> [1] TRUE #> #> $`Legionnaires' disease`$`_parent` #> [1] "DOID_10458<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`Legionnaires' disease`$`_is_leaf` #> [1] TRUE #> #> $`Legionnaires' disease`$children #> list() #> #> $`Legionnaires' disease`$value #> [1] "Legionnaires' disease" #> #> #> $`legume allergy` #> $`legume allergy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060904" #> #> $`legume allergy`$`_id` #> [1] "DOID_0060904<DOID_0060503<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`legume allergy`$privateGeneCount #> [1] 0 #> #> $`legume allergy`$publicGeneCount #> [1] 2 #> #> $`legume allergy`$urlId #> [1] "DOID_0060904" #> #> $`legume allergy`$dbPhenotype #> [1] FALSE #> #> $`legume allergy`$`_parent` #> [1] "DOID_0060503<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`legume allergy`$`_is_leaf` #> [1] FALSE #> #> $`legume allergy`$children #> $`legume allergy`$children[[1]] #> [1] "DOID_4378<DOID_0060904<DOID_0060503<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`legume allergy`$value #> [1] "legume allergy" #> #> #> $`Leigh disease` #> $`Leigh disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3652" #> #> $`Leigh disease`$`_id` #> [1] "DOID_3652<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`Leigh disease`$privateGeneCount #> [1] 0 #> #> $`Leigh disease`$publicGeneCount #> [1] 25 #> #> $`Leigh disease`$urlId #> [1] "DOID_3652" #> #> $`Leigh disease`$dbPhenotype #> [1] TRUE #> #> $`Leigh disease`$`_parent` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`Leigh disease`$`_is_leaf` #> [1] TRUE #> #> $`Leigh disease`$children #> list() #> #> $`Leigh disease`$value #> [1] "Leigh disease" #> #> #> $leiomyoma #> $leiomyoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_127" #> #> $leiomyoma$`_id` #> [1] "DOID_127<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $leiomyoma$privateGeneCount #> [1] 0 #> #> $leiomyoma$publicGeneCount #> [1] 39 #> #> $leiomyoma$urlId #> [1] "DOID_127" #> #> $leiomyoma$dbPhenotype #> [1] TRUE #> #> $leiomyoma$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $leiomyoma$`_is_leaf` #> [1] FALSE #> #> $leiomyoma$children #> $leiomyoma$children[[1]] #> [1] "DOID_5138<DOID_127<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $leiomyoma$value #> [1] "leiomyoma" #> #> #> $leiomyomatosis #> $leiomyomatosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5138" #> #> $leiomyomatosis$`_id` #> [1] "DOID_5138<DOID_127<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $leiomyomatosis$privateGeneCount #> [1] 0 #> #> $leiomyomatosis$publicGeneCount #> [1] 2 #> #> $leiomyomatosis$urlId #> [1] "DOID_5138" #> #> $leiomyomatosis$dbPhenotype #> [1] TRUE #> #> $leiomyomatosis$`_parent` #> [1] "DOID_127<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $leiomyomatosis$`_is_leaf` #> [1] TRUE #> #> $leiomyomatosis$children #> list() #> #> $leiomyomatosis$value #> [1] "leiomyomatosis" #> #> #> $leiomyosarcoma #> $leiomyosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1967" #> #> $leiomyosarcoma$`_id` #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $leiomyosarcoma$privateGeneCount #> [1] 0 #> #> $leiomyosarcoma$publicGeneCount #> [1] 10 #> #> $leiomyosarcoma$urlId #> [1] "DOID_1967" #> #> $leiomyosarcoma$dbPhenotype #> [1] TRUE #> #> $leiomyosarcoma$`_parent` #> [1] "DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $leiomyosarcoma$`_is_leaf` #> [1] FALSE #> #> $leiomyosarcoma$children #> $leiomyosarcoma$children[[1]] #> [1] "DOID_5264<DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $leiomyosarcoma$children[[2]] #> [1] "DOID_5268<DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $leiomyosarcoma$value #> [1] "leiomyosarcoma" #> #> #> $leiomyosarcoma #> $leiomyosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1967" #> #> $leiomyosarcoma$`_id` #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $leiomyosarcoma$privateGeneCount #> [1] 0 #> #> $leiomyosarcoma$publicGeneCount #> [1] 10 #> #> $leiomyosarcoma$urlId #> [1] "DOID_1967" #> #> $leiomyosarcoma$dbPhenotype #> [1] TRUE #> #> $leiomyosarcoma$`_parent` #> [1] "DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $leiomyosarcoma$`_is_leaf` #> [1] FALSE #> #> $leiomyosarcoma$children #> $leiomyosarcoma$children[[1]] #> [1] "DOID_5264<DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $leiomyosarcoma$children[[2]] #> [1] "DOID_5268<DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $leiomyosarcoma$value #> [1] "leiomyosarcoma" #> #> #> $leiomyosarcoma #> $leiomyosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1967" #> #> $leiomyosarcoma$`_id` #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $leiomyosarcoma$privateGeneCount #> [1] 0 #> #> $leiomyosarcoma$publicGeneCount #> [1] 10 #> #> $leiomyosarcoma$urlId #> [1] "DOID_1967" #> #> $leiomyosarcoma$dbPhenotype #> [1] TRUE #> #> $leiomyosarcoma$`_parent` #> [1] "DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $leiomyosarcoma$`_is_leaf` #> [1] FALSE #> #> $leiomyosarcoma$children #> $leiomyosarcoma$children[[1]] #> [1] "DOID_5264<DOID_1967<DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $leiomyosarcoma$children[[2]] #> [1] "DOID_5268<DOID_1967<DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $leiomyosarcoma$value #> [1] "leiomyosarcoma" #> #> #> $leishmaniasis #> $leishmaniasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9065" #> #> $leishmaniasis$`_id` #> [1] "DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $leishmaniasis$privateGeneCount #> [1] 0 #> #> $leishmaniasis$publicGeneCount #> [1] 29 #> #> $leishmaniasis$urlId #> [1] "DOID_9065" #> #> $leishmaniasis$dbPhenotype #> [1] TRUE #> #> $leishmaniasis$`_parent` #> [1] "DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $leishmaniasis$`_is_leaf` #> [1] FALSE #> #> $leishmaniasis$children #> $leishmaniasis$children[[1]] #> [1] "DOID_9111<DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $leishmaniasis$children[[2]] #> [1] "DOID_9155<DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $leishmaniasis$children[[3]] #> [1] "DOID_9146<DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> #> $leishmaniasis$value #> [1] "leishmaniasis" #> #> #> $`lens disease` #> $`lens disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_110" #> #> $`lens disease`$`_id` #> [1] "DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`lens disease`$privateGeneCount #> [1] 0 #> #> $`lens disease`$publicGeneCount #> [1] 68 #> #> $`lens disease`$urlId #> [1] "DOID_110" #> #> $`lens disease`$dbPhenotype #> [1] TRUE #> #> $`lens disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`lens disease`$`_is_leaf` #> [1] FALSE #> #> $`lens disease`$children #> $`lens disease`$children[[1]] #> [1] "DOID_83<DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`lens disease`$children[[2]] #> [1] "DOID_11367<DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`lens disease`$value #> [1] "lens disease" #> #> #> $`lepromatous leprosy` #> $`lepromatous leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10887" #> #> $`lepromatous leprosy`$`_id` #> [1] "DOID_10887<DOID_1024<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`lepromatous leprosy`$privateGeneCount #> [1] 0 #> #> $`lepromatous leprosy`$publicGeneCount #> [1] 3 #> #> $`lepromatous leprosy`$urlId #> [1] "DOID_10887" #> #> $`lepromatous leprosy`$dbPhenotype #> [1] TRUE #> #> $`lepromatous leprosy`$`_parent` #> [1] "DOID_1024<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`lepromatous leprosy`$`_is_leaf` #> [1] TRUE #> #> $`lepromatous leprosy`$children #> list() #> #> $`lepromatous leprosy`$value #> [1] "lepromatous leprosy" #> #> #> $`lepromatous leprosy` #> $`lepromatous leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10887" #> #> $`lepromatous leprosy`$`_id` #> [1] "DOID_10887<DOID_1024<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`lepromatous leprosy`$privateGeneCount #> [1] 0 #> #> $`lepromatous leprosy`$publicGeneCount #> [1] 3 #> #> $`lepromatous leprosy`$urlId #> [1] "DOID_10887" #> #> $`lepromatous leprosy`$dbPhenotype #> [1] TRUE #> #> $`lepromatous leprosy`$`_parent` #> [1] "DOID_1024<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`lepromatous leprosy`$`_is_leaf` #> [1] TRUE #> #> $`lepromatous leprosy`$children #> list() #> #> $`lepromatous leprosy`$value #> [1] "lepromatous leprosy" #> #> #> $`lepromatous leprosy` #> $`lepromatous leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10887" #> #> $`lepromatous leprosy`$`_id` #> [1] "DOID_10887<DOID_1024<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`lepromatous leprosy`$privateGeneCount #> [1] 0 #> #> $`lepromatous leprosy`$publicGeneCount #> [1] 3 #> #> $`lepromatous leprosy`$urlId #> [1] "DOID_10887" #> #> $`lepromatous leprosy`$dbPhenotype #> [1] TRUE #> #> $`lepromatous leprosy`$`_parent` #> [1] "DOID_1024<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`lepromatous leprosy`$`_is_leaf` #> [1] TRUE #> #> $`lepromatous leprosy`$children #> list() #> #> $`lepromatous leprosy`$value #> [1] "lepromatous leprosy" #> #> #> $`lepromatous leprosy` #> $`lepromatous leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10887" #> #> $`lepromatous leprosy`$`_id` #> [1] "DOID_10887<DOID_1024<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`lepromatous leprosy`$privateGeneCount #> [1] 0 #> #> $`lepromatous leprosy`$publicGeneCount #> [1] 3 #> #> $`lepromatous leprosy`$urlId #> [1] "DOID_10887" #> #> $`lepromatous leprosy`$dbPhenotype #> [1] TRUE #> #> $`lepromatous leprosy`$`_parent` #> [1] "DOID_1024<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`lepromatous leprosy`$`_is_leaf` #> [1] TRUE #> #> $`lepromatous leprosy`$children #> list() #> #> $`lepromatous leprosy`$value #> [1] "lepromatous leprosy" #> #> #> $`lepromatous leprosy` #> $`lepromatous leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10887" #> #> $`lepromatous leprosy`$`_id` #> [1] "DOID_10887<DOID_1024<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`lepromatous leprosy`$privateGeneCount #> [1] 0 #> #> $`lepromatous leprosy`$publicGeneCount #> [1] 3 #> #> $`lepromatous leprosy`$urlId #> [1] "DOID_10887" #> #> $`lepromatous leprosy`$dbPhenotype #> [1] TRUE #> #> $`lepromatous leprosy`$`_parent` #> [1] "DOID_1024<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`lepromatous leprosy`$`_is_leaf` #> [1] TRUE #> #> $`lepromatous leprosy`$children #> list() #> #> $`lepromatous leprosy`$value #> [1] "lepromatous leprosy" #> #> #> $`lepromatous leprosy` #> $`lepromatous leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10887" #> #> $`lepromatous leprosy`$`_id` #> [1] "DOID_10887<DOID_1024<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`lepromatous leprosy`$privateGeneCount #> [1] 0 #> #> $`lepromatous leprosy`$publicGeneCount #> [1] 3 #> #> $`lepromatous leprosy`$urlId #> [1] "DOID_10887" #> #> $`lepromatous leprosy`$dbPhenotype #> [1] TRUE #> #> $`lepromatous leprosy`$`_parent` #> [1] "DOID_1024<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`lepromatous leprosy`$`_is_leaf` #> [1] TRUE #> #> $`lepromatous leprosy`$children #> list() #> #> $`lepromatous leprosy`$value #> [1] "lepromatous leprosy" #> #> #> $leprosy #> $leprosy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1024" #> #> $leprosy$`_id` #> [1] "DOID_1024<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $leprosy$privateGeneCount #> [1] 0 #> #> $leprosy$publicGeneCount #> [1] 20 #> #> $leprosy$urlId #> [1] "DOID_1024" #> #> $leprosy$dbPhenotype #> [1] TRUE #> #> $leprosy$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $leprosy$`_is_leaf` #> [1] FALSE #> #> $leprosy$children #> $leprosy$children[[1]] #> [1] "DOID_10887<DOID_1024<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $leprosy$children[[2]] #> [1] "DOID_1025<DOID_1024<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> #> $leprosy$value #> [1] "leprosy" #> #> #> $leprosy #> $leprosy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1024" #> #> $leprosy$`_id` #> [1] "DOID_1024<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $leprosy$privateGeneCount #> [1] 0 #> #> $leprosy$publicGeneCount #> [1] 20 #> #> $leprosy$urlId #> [1] "DOID_1024" #> #> $leprosy$dbPhenotype #> [1] TRUE #> #> $leprosy$`_parent` #> [1] "DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $leprosy$`_is_leaf` #> [1] FALSE #> #> $leprosy$children #> $leprosy$children[[1]] #> [1] "DOID_10887<DOID_1024<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $leprosy$children[[2]] #> [1] "DOID_1025<DOID_1024<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $leprosy$value #> [1] "leprosy" #> #> #> $leprosy #> $leprosy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1024" #> #> $leprosy$`_id` #> [1] "DOID_1024<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $leprosy$privateGeneCount #> [1] 0 #> #> $leprosy$publicGeneCount #> [1] 20 #> #> $leprosy$urlId #> [1] "DOID_1024" #> #> $leprosy$dbPhenotype #> [1] TRUE #> #> $leprosy$`_parent` #> [1] "DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $leprosy$`_is_leaf` #> [1] FALSE #> #> $leprosy$children #> $leprosy$children[[1]] #> [1] "DOID_10887<DOID_1024<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $leprosy$children[[2]] #> [1] "DOID_1025<DOID_1024<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $leprosy$value #> [1] "leprosy" #> #> #> $leprosy #> $leprosy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1024" #> #> $leprosy$`_id` #> [1] "DOID_1024<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $leprosy$privateGeneCount #> [1] 0 #> #> $leprosy$publicGeneCount #> [1] 20 #> #> $leprosy$urlId #> [1] "DOID_1024" #> #> $leprosy$dbPhenotype #> [1] TRUE #> #> $leprosy$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $leprosy$`_is_leaf` #> [1] FALSE #> #> $leprosy$children #> $leprosy$children[[1]] #> [1] "DOID_10887<DOID_1024<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $leprosy$children[[2]] #> [1] "DOID_1025<DOID_1024<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $leprosy$value #> [1] "leprosy" #> #> #> $leprosy #> $leprosy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1024" #> #> $leprosy$`_id` #> [1] "DOID_1024<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $leprosy$privateGeneCount #> [1] 0 #> #> $leprosy$publicGeneCount #> [1] 20 #> #> $leprosy$urlId #> [1] "DOID_1024" #> #> $leprosy$dbPhenotype #> [1] TRUE #> #> $leprosy$`_parent` #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $leprosy$`_is_leaf` #> [1] FALSE #> #> $leprosy$children #> $leprosy$children[[1]] #> [1] "DOID_10887<DOID_1024<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $leprosy$children[[2]] #> [1] "DOID_1025<DOID_1024<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $leprosy$value #> [1] "leprosy" #> #> #> $leprosy #> $leprosy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1024" #> #> $leprosy$`_id` #> [1] "DOID_1024<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $leprosy$privateGeneCount #> [1] 0 #> #> $leprosy$publicGeneCount #> [1] 20 #> #> $leprosy$urlId #> [1] "DOID_1024" #> #> $leprosy$dbPhenotype #> [1] TRUE #> #> $leprosy$`_parent` #> [1] "DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $leprosy$`_is_leaf` #> [1] FALSE #> #> $leprosy$children #> $leprosy$children[[1]] #> [1] "DOID_10887<DOID_1024<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $leprosy$children[[2]] #> [1] "DOID_1025<DOID_1024<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $leprosy$value #> [1] "leprosy" #> #> #> $leptospirosis #> $leptospirosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2297" #> #> $leptospirosis$`_id` #> [1] "DOID_2297<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $leptospirosis$privateGeneCount #> [1] 0 #> #> $leptospirosis$publicGeneCount #> [1] 1 #> #> $leptospirosis$urlId #> [1] "DOID_2297" #> #> $leptospirosis$dbPhenotype #> [1] TRUE #> #> $leptospirosis$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $leptospirosis$`_is_leaf` #> [1] TRUE #> #> $leptospirosis$children #> list() #> #> $leptospirosis$value #> [1] "leptospirosis" #> #> #> $`Lesch-Nyhan syndrome` #> $`Lesch-Nyhan syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1919" #> #> $`Lesch-Nyhan syndrome`$`_id` #> [1] "DOID_1919<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Lesch-Nyhan syndrome`$privateGeneCount #> [1] 0 #> #> $`Lesch-Nyhan syndrome`$publicGeneCount #> [1] 2 #> #> $`Lesch-Nyhan syndrome`$urlId #> [1] "DOID_1919" #> #> $`Lesch-Nyhan syndrome`$dbPhenotype #> [1] TRUE #> #> $`Lesch-Nyhan syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Lesch-Nyhan syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Lesch-Nyhan syndrome`$children #> list() #> #> $`Lesch-Nyhan syndrome`$value #> [1] "Lesch-Nyhan syndrome" #> #> #> $`Lesch-Nyhan syndrome` #> $`Lesch-Nyhan syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1919" #> #> $`Lesch-Nyhan syndrome`$`_id` #> [1] "DOID_1919<DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> $`Lesch-Nyhan syndrome`$privateGeneCount #> [1] 0 #> #> $`Lesch-Nyhan syndrome`$publicGeneCount #> [1] 2 #> #> $`Lesch-Nyhan syndrome`$urlId #> [1] "DOID_1919" #> #> $`Lesch-Nyhan syndrome`$dbPhenotype #> [1] TRUE #> #> $`Lesch-Nyhan syndrome`$`_parent` #> [1] "DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> $`Lesch-Nyhan syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Lesch-Nyhan syndrome`$children #> list() #> #> $`Lesch-Nyhan syndrome`$value #> [1] "Lesch-Nyhan syndrome" #> #> #> $`lesion of sciatic nerve` #> $`lesion of sciatic nerve`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12528" #> #> $`lesion of sciatic nerve`$`_id` #> [1] "DOID_12528<DOID_9473<DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`lesion of sciatic nerve`$privateGeneCount #> [1] 0 #> #> $`lesion of sciatic nerve`$publicGeneCount #> [1] 9 #> #> $`lesion of sciatic nerve`$urlId #> [1] "DOID_12528" #> #> $`lesion of sciatic nerve`$dbPhenotype #> [1] TRUE #> #> $`lesion of sciatic nerve`$`_parent` #> [1] "DOID_9473<DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`lesion of sciatic nerve`$`_is_leaf` #> [1] FALSE #> #> $`lesion of sciatic nerve`$children #> $`lesion of sciatic nerve`$children[[1]] #> [1] "DOID_11446<DOID_12528<DOID_9473<DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`lesion of sciatic nerve`$value #> [1] "lesion of sciatic nerve" #> #> #> $Lethargy #> $Lethargy$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001254" #> #> $Lethargy$`_id` #> [1] "HP_0001254<HP_0004372<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Lethargy$privateGeneCount #> [1] 0 #> #> $Lethargy$publicGeneCount #> [1] 4 #> #> $Lethargy$urlId #> [1] "HP_0001254" #> #> $Lethargy$dbPhenotype #> [1] TRUE #> #> $Lethargy$`_parent` #> [1] "HP_0004372<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Lethargy$`_is_leaf` #> [1] TRUE #> #> $Lethargy$children #> list() #> #> $Lethargy$value #> [1] "Lethargy" #> #> #> $leukemia #> $leukemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1240" #> #> $leukemia$`_id` #> [1] "DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $leukemia$privateGeneCount #> [1] 0 #> #> $leukemia$publicGeneCount #> [1] 329 #> #> $leukemia$urlId #> [1] "DOID_1240" #> #> $leukemia$dbPhenotype #> [1] TRUE #> #> $leukemia$`_parent` #> [1] "DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $leukemia$`_is_leaf` #> [1] FALSE #> #> $leukemia$children #> $leukemia$children[[1]] #> [1] "DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $leukemia$children[[2]] #> [1] "DOID_8761<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $leukemia$children[[3]] #> [1] "DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $leukemia$value #> [1] "leukemia" #> #> #> $leukemia #> $leukemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1240" #> #> $leukemia$`_id` #> [1] "DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $leukemia$privateGeneCount #> [1] 0 #> #> $leukemia$publicGeneCount #> [1] 329 #> #> $leukemia$urlId #> [1] "DOID_1240" #> #> $leukemia$dbPhenotype #> [1] TRUE #> #> $leukemia$`_parent` #> [1] "DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $leukemia$`_is_leaf` #> [1] FALSE #> #> $leukemia$children #> $leukemia$children[[1]] #> [1] "DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $leukemia$children[[2]] #> [1] "DOID_8761<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $leukemia$children[[3]] #> [1] "DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $leukemia$value #> [1] "leukemia" #> #> #> $`leukocyte adhesion deficiency` #> $`leukocyte adhesion deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6612" #> #> $`leukocyte adhesion deficiency`$`_id` #> [1] "DOID_6612<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`leukocyte adhesion deficiency`$privateGeneCount #> [1] 0 #> #> $`leukocyte adhesion deficiency`$publicGeneCount #> [1] 3 #> #> $`leukocyte adhesion deficiency`$urlId #> [1] "DOID_6612" #> #> $`leukocyte adhesion deficiency`$dbPhenotype #> [1] TRUE #> #> $`leukocyte adhesion deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`leukocyte adhesion deficiency`$`_is_leaf` #> [1] TRUE #> #> $`leukocyte adhesion deficiency`$children #> list() #> #> $`leukocyte adhesion deficiency`$value #> [1] "leukocyte adhesion deficiency" #> #> #> $`leukocyte adhesion deficiency` #> $`leukocyte adhesion deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6612" #> #> $`leukocyte adhesion deficiency`$`_id` #> [1] "DOID_6612<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`leukocyte adhesion deficiency`$privateGeneCount #> [1] 0 #> #> $`leukocyte adhesion deficiency`$publicGeneCount #> [1] 3 #> #> $`leukocyte adhesion deficiency`$urlId #> [1] "DOID_6612" #> #> $`leukocyte adhesion deficiency`$dbPhenotype #> [1] TRUE #> #> $`leukocyte adhesion deficiency`$`_parent` #> [1] "DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`leukocyte adhesion deficiency`$`_is_leaf` #> [1] TRUE #> #> $`leukocyte adhesion deficiency`$children #> list() #> #> $`leukocyte adhesion deficiency`$value #> [1] "leukocyte adhesion deficiency" #> #> #> $`leukocyte adhesion deficiency` #> $`leukocyte adhesion deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6612" #> #> $`leukocyte adhesion deficiency`$`_id` #> [1] "DOID_6612<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`leukocyte adhesion deficiency`$privateGeneCount #> [1] 0 #> #> $`leukocyte adhesion deficiency`$publicGeneCount #> [1] 3 #> #> $`leukocyte adhesion deficiency`$urlId #> [1] "DOID_6612" #> #> $`leukocyte adhesion deficiency`$dbPhenotype #> [1] TRUE #> #> $`leukocyte adhesion deficiency`$`_parent` #> [1] "DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`leukocyte adhesion deficiency`$`_is_leaf` #> [1] TRUE #> #> $`leukocyte adhesion deficiency`$children #> list() #> #> $`leukocyte adhesion deficiency`$value #> [1] "leukocyte adhesion deficiency" #> #> #> $`leukocyte disease` #> $`leukocyte disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9500" #> #> $`leukocyte disease`$`_id` #> [1] "DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`leukocyte disease`$privateGeneCount #> [1] 0 #> #> $`leukocyte disease`$publicGeneCount #> [1] 109 #> #> $`leukocyte disease`$urlId #> [1] "DOID_9500" #> #> $`leukocyte disease`$dbPhenotype #> [1] TRUE #> #> $`leukocyte disease`$`_parent` #> [1] "DOID_74<DOID_7<DOID_4" #> #> $`leukocyte disease`$`_is_leaf` #> [1] FALSE #> #> $`leukocyte disease`$children #> $`leukocyte disease`$children[[1]] #> [1] "DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`leukocyte disease`$children[[2]] #> [1] "DOID_6612<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`leukocyte disease`$children[[3]] #> [1] "DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`leukocyte disease`$children[[4]] #> [1] "DOID_12986<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`leukocyte disease`$children[[5]] #> [1] "DOID_0050748<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`leukocyte disease`$children[[6]] #> [1] "DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`leukocyte disease`$children[[7]] #> [1] "DOID_9538<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> #> $`leukocyte disease`$value #> [1] "leukocyte disease" #> #> #> $Leukocytosis #> $Leukocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001974" #> #> $Leukocytosis$`_id` #> [1] "HP_0001974<HP_0011893<HP_0001881<HP_0001871<HP_0000118<HP_0000001" #> #> $Leukocytosis$privateGeneCount #> [1] 0 #> #> $Leukocytosis$publicGeneCount #> [1] 2 #> #> $Leukocytosis$urlId #> [1] "HP_0001974" #> #> $Leukocytosis$dbPhenotype #> [1] TRUE #> #> $Leukocytosis$`_parent` #> [1] "HP_0011893<HP_0001881<HP_0001871<HP_0000118<HP_0000001" #> #> $Leukocytosis$`_is_leaf` #> [1] TRUE #> #> $Leukocytosis$children #> list() #> #> $Leukocytosis$value #> [1] "Leukocytosis" #> #> #> $Leukocytosis #> $Leukocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001974" #> #> $Leukocytosis$`_id` #> [1] "HP_0001974<HP_0011893<HP_0001881<HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> $Leukocytosis$privateGeneCount #> [1] 0 #> #> $Leukocytosis$publicGeneCount #> [1] 2 #> #> $Leukocytosis$urlId #> [1] "HP_0001974" #> #> $Leukocytosis$dbPhenotype #> [1] TRUE #> #> $Leukocytosis$`_parent` #> [1] "HP_0011893<HP_0001881<HP_0010987<HP_0032251<HP_0002715<HP_0000118<HP_0000001" #> #> $Leukocytosis$`_is_leaf` #> [1] TRUE #> #> $Leukocytosis$children #> list() #> #> $Leukocytosis$value #> [1] "Leukocytosis" #> #> #> $leukodystrophy #> $leukodystrophy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10579" #> #> $leukodystrophy$`_id` #> [1] "DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $leukodystrophy$privateGeneCount #> [1] 0 #> #> $leukodystrophy$publicGeneCount #> [1] 22 #> #> $leukodystrophy$urlId #> [1] "DOID_10579" #> #> $leukodystrophy$dbPhenotype #> [1] TRUE #> #> $leukodystrophy$`_parent` #> [1] "DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $leukodystrophy$`_is_leaf` #> [1] FALSE #> #> $leukodystrophy$children #> $leukodystrophy$children[[1]] #> [1] "DOID_10588<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $leukodystrophy$children[[2]] #> [1] "DOID_4252<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $leukodystrophy$children[[3]] #> [1] "DOID_3613<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $leukodystrophy$children[[4]] #> [1] "DOID_0060786<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $leukodystrophy$value #> [1] "leukodystrophy" #> #> #> $Leukoencephalopathy #> $Leukoencephalopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002352" #> #> $Leukoencephalopathy$`_id` #> [1] "HP_0002352<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Leukoencephalopathy$privateGeneCount #> [1] 0 #> #> $Leukoencephalopathy$publicGeneCount #> [1] 4 #> #> $Leukoencephalopathy$urlId #> [1] "HP_0002352" #> #> $Leukoencephalopathy$dbPhenotype #> [1] TRUE #> #> $Leukoencephalopathy$`_parent` #> [1] "HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Leukoencephalopathy$`_is_leaf` #> [1] FALSE #> #> $Leukoencephalopathy$children #> $Leukoencephalopathy$children[[1]] #> [1] "HP_0002518<HP_0002352<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Leukoencephalopathy$value #> [1] "Leukoencephalopathy" #> #> #> $leukopenia #> $leukopenia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_615" #> #> $leukopenia$`_id` #> [1] "DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $leukopenia$privateGeneCount #> [1] 0 #> #> $leukopenia$publicGeneCount #> [1] 36 #> #> $leukopenia$urlId #> [1] "DOID_615" #> #> $leukopenia$dbPhenotype #> [1] TRUE #> #> $leukopenia$`_parent` #> [1] "DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $leukopenia$`_is_leaf` #> [1] FALSE #> #> $leukopenia$children #> $leukopenia$children[[1]] #> [1] "DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $leukopenia$children[[2]] #> [1] "DOID_614<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> #> $leukopenia$value #> [1] "leukopenia" #> #> #> $leukostasis #> $leukostasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12986" #> #> $leukostasis$`_id` #> [1] "DOID_12986<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $leukostasis$privateGeneCount #> [1] 0 #> #> $leukostasis$publicGeneCount #> [1] 3 #> #> $leukostasis$urlId #> [1] "DOID_12986" #> #> $leukostasis$dbPhenotype #> [1] TRUE #> #> $leukostasis$`_parent` #> [1] "DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $leukostasis$`_is_leaf` #> [1] TRUE #> #> $leukostasis$children #> list() #> #> $leukostasis$value #> [1] "leukostasis" #> #> #> $`Lewy body dementia` #> $`Lewy body dementia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12217" #> #> $`Lewy body dementia`$`_id` #> [1] "DOID_12217<DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> $`Lewy body dementia`$privateGeneCount #> [1] 0 #> #> $`Lewy body dementia`$publicGeneCount #> [1] 29 #> #> $`Lewy body dementia`$urlId #> [1] "DOID_12217" #> #> $`Lewy body dementia`$dbPhenotype #> [1] TRUE #> #> $`Lewy body dementia`$`_parent` #> [1] "DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> $`Lewy body dementia`$`_is_leaf` #> [1] TRUE #> #> $`Lewy body dementia`$children #> list() #> #> $`Lewy body dementia`$value #> [1] "Lewy body dementia" #> #> #> $`Leydig cell tumor` #> $`Leydig cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2696" #> #> $`Leydig cell tumor`$`_id` #> [1] "DOID_2696<DOID_192<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Leydig cell tumor`$privateGeneCount #> [1] 0 #> #> $`Leydig cell tumor`$publicGeneCount #> [1] 11 #> #> $`Leydig cell tumor`$urlId #> [1] "DOID_2696" #> #> $`Leydig cell tumor`$dbPhenotype #> [1] TRUE #> #> $`Leydig cell tumor`$`_parent` #> [1] "DOID_192<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Leydig cell tumor`$`_is_leaf` #> [1] TRUE #> #> $`Leydig cell tumor`$children #> list() #> #> $`Leydig cell tumor`$value #> [1] "Leydig cell tumor" #> #> #> $`Li-Fraumeni syndrome` #> $`Li-Fraumeni syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3012" #> #> $`Li-Fraumeni syndrome`$`_id` #> [1] "DOID_3012<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Li-Fraumeni syndrome`$privateGeneCount #> [1] 0 #> #> $`Li-Fraumeni syndrome`$publicGeneCount #> [1] 2 #> #> $`Li-Fraumeni syndrome`$urlId #> [1] "DOID_3012" #> #> $`Li-Fraumeni syndrome`$dbPhenotype #> [1] TRUE #> #> $`Li-Fraumeni syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Li-Fraumeni syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Li-Fraumeni syndrome`$children #> list() #> #> $`Li-Fraumeni syndrome`$value #> [1] "Li-Fraumeni syndrome" #> #> #> $`Li-Fraumeni syndrome` #> $`Li-Fraumeni syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3012" #> #> $`Li-Fraumeni syndrome`$`_id` #> [1] "DOID_3012<DOID_225<DOID_4" #> #> $`Li-Fraumeni syndrome`$privateGeneCount #> [1] 0 #> #> $`Li-Fraumeni syndrome`$publicGeneCount #> [1] 2 #> #> $`Li-Fraumeni syndrome`$urlId #> [1] "DOID_3012" #> #> $`Li-Fraumeni syndrome`$dbPhenotype #> [1] TRUE #> #> $`Li-Fraumeni syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Li-Fraumeni syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Li-Fraumeni syndrome`$children #> list() #> #> $`Li-Fraumeni syndrome`$value #> [1] "Li-Fraumeni syndrome" #> #> #> $`lichen disease` #> $`lichen disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8574" #> #> $`lichen disease`$`_id` #> [1] "DOID_8574<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`lichen disease`$privateGeneCount #> [1] 0 #> #> $`lichen disease`$publicGeneCount #> [1] 19 #> #> $`lichen disease`$urlId #> [1] "DOID_8574" #> #> $`lichen disease`$dbPhenotype #> [1] FALSE #> #> $`lichen disease`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`lichen disease`$`_is_leaf` #> [1] FALSE #> #> $`lichen disease`$children #> $`lichen disease`$children[[1]] #> [1] "DOID_9201<DOID_8574<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`lichen disease`$value #> [1] "lichen disease" #> #> #> $`lichen planus` #> $`lichen planus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9201" #> #> $`lichen planus`$`_id` #> [1] "DOID_9201<DOID_8574<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`lichen planus`$privateGeneCount #> [1] 0 #> #> $`lichen planus`$publicGeneCount #> [1] 19 #> #> $`lichen planus`$urlId #> [1] "DOID_9201" #> #> $`lichen planus`$dbPhenotype #> [1] TRUE #> #> $`lichen planus`$`_parent` #> [1] "DOID_8574<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`lichen planus`$`_is_leaf` #> [1] TRUE #> #> $`lichen planus`$children #> list() #> #> $`lichen planus`$value #> [1] "lichen planus" #> #> #> $`Liddle syndrome` #> $`Liddle syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050477" #> #> $`Liddle syndrome`$`_id` #> [1] "DOID_0050477<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Liddle syndrome`$privateGeneCount #> [1] 0 #> #> $`Liddle syndrome`$publicGeneCount #> [1] 4 #> #> $`Liddle syndrome`$urlId #> [1] "DOID_0050477" #> #> $`Liddle syndrome`$dbPhenotype #> [1] TRUE #> #> $`Liddle syndrome`$`_parent` #> [1] "DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`Liddle syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Liddle syndrome`$children #> list() #> #> $`Liddle syndrome`$value #> [1] "Liddle syndrome" #> #> #> $`limb-girdle muscular dystrophy` #> $`limb-girdle muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11724" #> #> $`limb-girdle muscular dystrophy`$`_id` #> [1] "DOID_11724<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`limb-girdle muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`limb-girdle muscular dystrophy`$publicGeneCount #> [1] 31 #> #> $`limb-girdle muscular dystrophy`$urlId #> [1] "DOID_11724" #> #> $`limb-girdle muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`limb-girdle muscular dystrophy`$`_parent` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`limb-girdle muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`limb-girdle muscular dystrophy`$children #> list() #> #> $`limb-girdle muscular dystrophy`$value #> [1] "limb-girdle muscular dystrophy" #> #> #> $`limited scleroderma` #> $`limited scleroderma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1577" #> #> $`limited scleroderma`$`_id` #> [1] "DOID_1577<DOID_418<DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`limited scleroderma`$privateGeneCount #> [1] 0 #> #> $`limited scleroderma`$publicGeneCount #> [1] 7 #> #> $`limited scleroderma`$urlId #> [1] "DOID_1577" #> #> $`limited scleroderma`$dbPhenotype #> [1] TRUE #> #> $`limited scleroderma`$`_parent` #> [1] "DOID_418<DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`limited scleroderma`$`_is_leaf` #> [1] TRUE #> #> $`limited scleroderma`$children #> list() #> #> $`limited scleroderma`$value #> [1] "limited scleroderma" #> #> #> $`lingual-facial-buccal dyskinesia` #> $`lingual-facial-buccal dyskinesia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9854" #> #> $`lingual-facial-buccal dyskinesia`$`_id` #> [1] "DOID_9854<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`lingual-facial-buccal dyskinesia`$privateGeneCount #> [1] 0 #> #> $`lingual-facial-buccal dyskinesia`$publicGeneCount #> [1] 49 #> #> $`lingual-facial-buccal dyskinesia`$urlId #> [1] "DOID_9854" #> #> $`lingual-facial-buccal dyskinesia`$dbPhenotype #> [1] TRUE #> #> $`lingual-facial-buccal dyskinesia`$`_parent` #> [1] "DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`lingual-facial-buccal dyskinesia`$`_is_leaf` #> [1] TRUE #> #> $`lingual-facial-buccal dyskinesia`$children #> list() #> #> $`lingual-facial-buccal dyskinesia`$value #> [1] "lingual-facial-buccal dyskinesia" #> #> #> $`linitis plastica` #> $`linitis plastica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4023" #> #> $`linitis plastica`$`_id` #> [1] "DOID_4023<DOID_6217<DOID_3717<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`linitis plastica`$privateGeneCount #> [1] 0 #> #> $`linitis plastica`$publicGeneCount #> [1] 1 #> #> $`linitis plastica`$urlId #> [1] "DOID_4023" #> #> $`linitis plastica`$dbPhenotype #> [1] TRUE #> #> $`linitis plastica`$`_parent` #> [1] "DOID_6217<DOID_3717<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`linitis plastica`$`_is_leaf` #> [1] TRUE #> #> $`linitis plastica`$children #> list() #> #> $`linitis plastica`$value #> [1] "linitis plastica" #> #> #> $`linitis plastica` #> $`linitis plastica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4023" #> #> $`linitis plastica`$`_id` #> [1] "DOID_4023<DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`linitis plastica`$privateGeneCount #> [1] 0 #> #> $`linitis plastica`$publicGeneCount #> [1] 1 #> #> $`linitis plastica`$urlId #> [1] "DOID_4023" #> #> $`linitis plastica`$dbPhenotype #> [1] TRUE #> #> $`linitis plastica`$`_parent` #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`linitis plastica`$`_is_leaf` #> [1] TRUE #> #> $`linitis plastica`$children #> list() #> #> $`linitis plastica`$value #> [1] "linitis plastica" #> #> #> $`linitis plastica` #> $`linitis plastica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4023" #> #> $`linitis plastica`$`_id` #> [1] "DOID_4023<DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`linitis plastica`$privateGeneCount #> [1] 0 #> #> $`linitis plastica`$publicGeneCount #> [1] 1 #> #> $`linitis plastica`$urlId #> [1] "DOID_4023" #> #> $`linitis plastica`$dbPhenotype #> [1] TRUE #> #> $`linitis plastica`$`_parent` #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`linitis plastica`$`_is_leaf` #> [1] TRUE #> #> $`linitis plastica`$children #> list() #> #> $`linitis plastica`$value #> [1] "linitis plastica" #> #> #> $`linitis plastica` #> $`linitis plastica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4023" #> #> $`linitis plastica`$`_id` #> [1] "DOID_4023<DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`linitis plastica`$privateGeneCount #> [1] 0 #> #> $`linitis plastica`$publicGeneCount #> [1] 1 #> #> $`linitis plastica`$urlId #> [1] "DOID_4023" #> #> $`linitis plastica`$dbPhenotype #> [1] TRUE #> #> $`linitis plastica`$`_parent` #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`linitis plastica`$`_is_leaf` #> [1] TRUE #> #> $`linitis plastica`$children #> list() #> #> $`linitis plastica`$value #> [1] "linitis plastica" #> #> #> $`linitis plastica` #> $`linitis plastica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4023" #> #> $`linitis plastica`$`_id` #> [1] "DOID_4023<DOID_6217<DOID_3717<DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`linitis plastica`$privateGeneCount #> [1] 0 #> #> $`linitis plastica`$publicGeneCount #> [1] 1 #> #> $`linitis plastica`$urlId #> [1] "DOID_4023" #> #> $`linitis plastica`$dbPhenotype #> [1] TRUE #> #> $`linitis plastica`$`_parent` #> [1] "DOID_6217<DOID_3717<DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`linitis plastica`$`_is_leaf` #> [1] TRUE #> #> $`linitis plastica`$children #> list() #> #> $`linitis plastica`$value #> [1] "linitis plastica" #> #> #> $`lip cancer` #> $`lip cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8564" #> #> $`lip cancer`$`_id` #> [1] "DOID_8564<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lip cancer`$privateGeneCount #> [1] 0 #> #> $`lip cancer`$publicGeneCount #> [1] 2 #> #> $`lip cancer`$urlId #> [1] "DOID_8564" #> #> $`lip cancer`$dbPhenotype #> [1] TRUE #> #> $`lip cancer`$`_parent` #> [1] "DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lip cancer`$`_is_leaf` #> [1] TRUE #> #> $`lip cancer`$children #> list() #> #> $`lip cancer`$value #> [1] "lip cancer" #> #> #> $`lip cancer` #> $`lip cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8564" #> #> $`lip cancer`$`_id` #> [1] "DOID_8564<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`lip cancer`$privateGeneCount #> [1] 0 #> #> $`lip cancer`$publicGeneCount #> [1] 2 #> #> $`lip cancer`$urlId #> [1] "DOID_8564" #> #> $`lip cancer`$dbPhenotype #> [1] TRUE #> #> $`lip cancer`$`_parent` #> [1] "DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`lip cancer`$`_is_leaf` #> [1] TRUE #> #> $`lip cancer`$children #> list() #> #> $`lip cancer`$value #> [1] "lip cancer" #> #> #> $`lip cancer` #> $`lip cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8564" #> #> $`lip cancer`$`_id` #> [1] "DOID_8564<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`lip cancer`$privateGeneCount #> [1] 0 #> #> $`lip cancer`$publicGeneCount #> [1] 2 #> #> $`lip cancer`$urlId #> [1] "DOID_8564" #> #> $`lip cancer`$dbPhenotype #> [1] TRUE #> #> $`lip cancer`$`_parent` #> [1] "DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`lip cancer`$`_is_leaf` #> [1] TRUE #> #> $`lip cancer`$children #> list() #> #> $`lip cancer`$value #> [1] "lip cancer" #> #> #> $`lip cancer` #> $`lip cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8564" #> #> $`lip cancer`$`_id` #> [1] "DOID_8564<DOID_9297<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`lip cancer`$privateGeneCount #> [1] 0 #> #> $`lip cancer`$publicGeneCount #> [1] 2 #> #> $`lip cancer`$urlId #> [1] "DOID_8564" #> #> $`lip cancer`$dbPhenotype #> [1] TRUE #> #> $`lip cancer`$`_parent` #> [1] "DOID_9297<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`lip cancer`$`_is_leaf` #> [1] TRUE #> #> $`lip cancer`$children #> list() #> #> $`lip cancer`$value #> [1] "lip cancer" #> #> #> $`lip disease` #> $`lip disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9297" #> #> $`lip disease`$`_id` #> [1] "DOID_9297<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`lip disease`$privateGeneCount #> [1] 0 #> #> $`lip disease`$publicGeneCount #> [1] 31 #> #> $`lip disease`$urlId #> [1] "DOID_9297" #> #> $`lip disease`$dbPhenotype #> [1] FALSE #> #> $`lip disease`$`_parent` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`lip disease`$`_is_leaf` #> [1] FALSE #> #> $`lip disease`$children #> $`lip disease`$children[[1]] #> [1] "DOID_9296<DOID_9297<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`lip disease`$children[[2]] #> [1] "DOID_8564<DOID_9297<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`lip disease`$value #> [1] "lip disease" #> #> #> $`lipid metabolism disorder` #> $`lipid metabolism disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3146" #> #> $`lipid metabolism disorder`$`_id` #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid metabolism disorder`$privateGeneCount #> [1] 0 #> #> $`lipid metabolism disorder`$publicGeneCount #> [1] 87 #> #> $`lipid metabolism disorder`$urlId #> [1] "DOID_3146" #> #> $`lipid metabolism disorder`$dbPhenotype #> [1] TRUE #> #> $`lipid metabolism disorder`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`lipid metabolism disorder`$`_is_leaf` #> [1] FALSE #> #> $`lipid metabolism disorder`$children #> $`lipid metabolism disorder`$children[[1]] #> [1] "DOID_0050476<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid metabolism disorder`$children[[2]] #> [1] "DOID_0060235<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid metabolism disorder`$children[[3]] #> [1] "DOID_0060357<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid metabolism disorder`$children[[4]] #> [1] "DOID_1168<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid metabolism disorder`$children[[5]] #> [1] "DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid metabolism disorder`$children[[6]] #> [1] "DOID_14498<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid metabolism disorder`$children[[7]] #> [1] "DOID_10582<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid metabolism disorder`$children[[8]] #> [1] "DOID_14692<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid metabolism disorder`$children[[9]] #> [1] "DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> #> $`lipid metabolism disorder`$value #> [1] "lipid metabolism disorder" #> #> #> $`lipid storage disease` #> $`lipid storage disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9455" #> #> $`lipid storage disease`$`_id` #> [1] "DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid storage disease`$privateGeneCount #> [1] 0 #> #> $`lipid storage disease`$publicGeneCount #> [1] 155 #> #> $`lipid storage disease`$urlId #> [1] "DOID_9455" #> #> $`lipid storage disease`$dbPhenotype #> [1] TRUE #> #> $`lipid storage disease`$`_parent` #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid storage disease`$`_is_leaf` #> [1] FALSE #> #> $`lipid storage disease`$children #> $`lipid storage disease`$children[[1]] #> [1] "DOID_0050464<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid storage disease`$children[[2]] #> [1] "DOID_9452<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid storage disease`$children[[3]] #> [1] "DOID_0080217<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid storage disease`$children[[4]] #> [1] "DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid storage disease`$children[[5]] #> [1] "DOID_14503<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid storage disease`$children[[6]] #> [1] "DOID_0050729<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid storage disease`$children[[7]] #> [1] "DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lipid storage disease`$children[[8]] #> [1] "DOID_3345<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> #> $`lipid storage disease`$value #> [1] "lipid storage disease" #> #> #> $`lipoatrophic diabetes mellitus` #> $`lipoatrophic diabetes mellitus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11712" #> #> $`lipoatrophic diabetes mellitus`$`_id` #> [1] "DOID_11712<DOID_9352<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`lipoatrophic diabetes mellitus`$privateGeneCount #> [1] 0 #> #> $`lipoatrophic diabetes mellitus`$publicGeneCount #> [1] 1 #> #> $`lipoatrophic diabetes mellitus`$urlId #> [1] "DOID_11712" #> #> $`lipoatrophic diabetes mellitus`$dbPhenotype #> [1] TRUE #> #> $`lipoatrophic diabetes mellitus`$`_parent` #> [1] "DOID_9352<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`lipoatrophic diabetes mellitus`$`_is_leaf` #> [1] TRUE #> #> $`lipoatrophic diabetes mellitus`$children #> list() #> #> $`lipoatrophic diabetes mellitus`$value #> [1] "lipoatrophic diabetes mellitus" #> #> #> $lipodystrophy #> $lipodystrophy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_811" #> #> $lipodystrophy$`_id` #> [1] "DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $lipodystrophy$privateGeneCount #> [1] 0 #> #> $lipodystrophy$publicGeneCount #> [1] 21 #> #> $lipodystrophy$urlId #> [1] "DOID_811" #> #> $lipodystrophy$dbPhenotype #> [1] TRUE #> #> $lipodystrophy$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $lipodystrophy$`_is_leaf` #> [1] FALSE #> #> $lipodystrophy$children #> $lipodystrophy$children[[1]] #> [1] "DOID_0080298<DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $lipodystrophy$children[[2]] #> [1] "DOID_0080299<DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $lipodystrophy$value #> [1] "lipodystrophy" #> #> #> $`lipoid nephrosis` #> $`lipoid nephrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10966" #> #> $`lipoid nephrosis`$`_id` #> [1] "DOID_10966<DOID_1184<DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`lipoid nephrosis`$privateGeneCount #> [1] 0 #> #> $`lipoid nephrosis`$publicGeneCount #> [1] 3 #> #> $`lipoid nephrosis`$urlId #> [1] "DOID_10966" #> #> $`lipoid nephrosis`$dbPhenotype #> [1] TRUE #> #> $`lipoid nephrosis`$`_parent` #> [1] "DOID_1184<DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`lipoid nephrosis`$`_is_leaf` #> [1] TRUE #> #> $`lipoid nephrosis`$children #> list() #> #> $`lipoid nephrosis`$value #> [1] "lipoid nephrosis" #> #> #> $`lipoid proteinosis` #> $`lipoid proteinosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14498" #> #> $`lipoid proteinosis`$`_id` #> [1] "DOID_14498<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipoid proteinosis`$privateGeneCount #> [1] 0 #> #> $`lipoid proteinosis`$publicGeneCount #> [1] 1 #> #> $`lipoid proteinosis`$urlId #> [1] "DOID_14498" #> #> $`lipoid proteinosis`$dbPhenotype #> [1] TRUE #> #> $`lipoid proteinosis`$`_parent` #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`lipoid proteinosis`$`_is_leaf` #> [1] TRUE #> #> $`lipoid proteinosis`$children #> list() #> #> $`lipoid proteinosis`$value #> [1] "lipoid proteinosis" #> #> #> $lipoma #> $lipoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3315" #> #> $lipoma$`_id` #> [1] "DOID_3315<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $lipoma$privateGeneCount #> [1] 0 #> #> $lipoma$publicGeneCount #> [1] 3 #> #> $lipoma$urlId #> [1] "DOID_3315" #> #> $lipoma$dbPhenotype #> [1] TRUE #> #> $lipoma$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $lipoma$`_is_leaf` #> [1] FALSE #> #> $lipoma$children #> $lipoma$children[[1]] #> [1] "DOID_10192<DOID_3315<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $lipoma$value #> [1] "lipoma" #> #> #> $lipomatosis #> $lipomatosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3153" #> #> $lipomatosis$`_id` #> [1] "DOID_3153<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $lipomatosis$privateGeneCount #> [1] 0 #> #> $lipomatosis$publicGeneCount #> [1] 2 #> #> $lipomatosis$urlId #> [1] "DOID_3153" #> #> $lipomatosis$dbPhenotype #> [1] TRUE #> #> $lipomatosis$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $lipomatosis$`_is_leaf` #> [1] TRUE #> #> $lipomatosis$children #> list() #> #> $lipomatosis$value #> [1] "lipomatosis" #> #> #> $`lipomatous cancer` #> $`lipomatous cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3939" #> #> $`lipomatous cancer`$`_id` #> [1] "DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lipomatous cancer`$privateGeneCount #> [1] 0 #> #> $`lipomatous cancer`$publicGeneCount #> [1] 5 #> #> $`lipomatous cancer`$urlId #> [1] "DOID_3939" #> #> $`lipomatous cancer`$dbPhenotype #> [1] FALSE #> #> $`lipomatous cancer`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lipomatous cancer`$`_is_leaf` #> [1] FALSE #> #> $`lipomatous cancer`$children #> $`lipomatous cancer`$children[[1]] #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`lipomatous cancer`$value #> [1] "lipomatous cancer" #> #> #> $`lipomatous cancer` #> $`lipomatous cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3939" #> #> $`lipomatous cancer`$`_id` #> [1] "DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`lipomatous cancer`$privateGeneCount #> [1] 0 #> #> $`lipomatous cancer`$publicGeneCount #> [1] 5 #> #> $`lipomatous cancer`$urlId #> [1] "DOID_3939" #> #> $`lipomatous cancer`$dbPhenotype #> [1] FALSE #> #> $`lipomatous cancer`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`lipomatous cancer`$`_is_leaf` #> [1] FALSE #> #> $`lipomatous cancer`$children #> $`lipomatous cancer`$children[[1]] #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`lipomatous cancer`$value #> [1] "lipomatous cancer" #> #> #> $`lipomatous cancer` #> $`lipomatous cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3939" #> #> $`lipomatous cancer`$`_id` #> [1] "DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`lipomatous cancer`$privateGeneCount #> [1] 0 #> #> $`lipomatous cancer`$publicGeneCount #> [1] 5 #> #> $`lipomatous cancer`$urlId #> [1] "DOID_3939" #> #> $`lipomatous cancer`$dbPhenotype #> [1] FALSE #> #> $`lipomatous cancer`$`_parent` #> [1] "DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`lipomatous cancer`$`_is_leaf` #> [1] FALSE #> #> $`lipomatous cancer`$children #> $`lipomatous cancer`$children[[1]] #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`lipomatous cancer`$value #> [1] "lipomatous cancer" #> #> #> $liposarcoma #> $liposarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3382" #> #> $liposarcoma$`_id` #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $liposarcoma$privateGeneCount #> [1] 0 #> #> $liposarcoma$publicGeneCount #> [1] 5 #> #> $liposarcoma$urlId #> [1] "DOID_3382" #> #> $liposarcoma$dbPhenotype #> [1] TRUE #> #> $liposarcoma$`_parent` #> [1] "DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $liposarcoma$`_is_leaf` #> [1] FALSE #> #> $liposarcoma$children #> $liposarcoma$children[[1]] #> [1] "DOID_5363<DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $liposarcoma$children[[2]] #> [1] "DOID_5702<DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $liposarcoma$value #> [1] "liposarcoma" #> #> #> $liposarcoma #> $liposarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3382" #> #> $liposarcoma$`_id` #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $liposarcoma$privateGeneCount #> [1] 0 #> #> $liposarcoma$publicGeneCount #> [1] 5 #> #> $liposarcoma$urlId #> [1] "DOID_3382" #> #> $liposarcoma$dbPhenotype #> [1] TRUE #> #> $liposarcoma$`_parent` #> [1] "DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $liposarcoma$`_is_leaf` #> [1] FALSE #> #> $liposarcoma$children #> $liposarcoma$children[[1]] #> [1] "DOID_5363<DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $liposarcoma$children[[2]] #> [1] "DOID_5702<DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $liposarcoma$value #> [1] "liposarcoma" #> #> #> $liposarcoma #> $liposarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3382" #> #> $liposarcoma$`_id` #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $liposarcoma$privateGeneCount #> [1] 0 #> #> $liposarcoma$publicGeneCount #> [1] 5 #> #> $liposarcoma$urlId #> [1] "DOID_3382" #> #> $liposarcoma$dbPhenotype #> [1] TRUE #> #> $liposarcoma$`_parent` #> [1] "DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $liposarcoma$`_is_leaf` #> [1] FALSE #> #> $liposarcoma$children #> $liposarcoma$children[[1]] #> [1] "DOID_5363<DOID_3382<DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $liposarcoma$children[[2]] #> [1] "DOID_5702<DOID_3382<DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $liposarcoma$value #> [1] "liposarcoma" #> #> #> $lissencephaly #> $lissencephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050453" #> #> $lissencephaly$`_id` #> [1] "DOID_0050453<DOID_2490<DOID_0080015<DOID_4" #> #> $lissencephaly$privateGeneCount #> [1] 0 #> #> $lissencephaly$publicGeneCount #> [1] 9 #> #> $lissencephaly$urlId #> [1] "DOID_0050453" #> #> $lissencephaly$dbPhenotype #> [1] TRUE #> #> $lissencephaly$`_parent` #> [1] "DOID_2490<DOID_0080015<DOID_4" #> #> $lissencephaly$`_is_leaf` #> [1] TRUE #> #> $lissencephaly$children #> list() #> #> $lissencephaly$value #> [1] "lissencephaly" #> #> #> $lissencephaly #> $lissencephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050453" #> #> $lissencephaly$`_id` #> [1] "DOID_0050453<DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $lissencephaly$privateGeneCount #> [1] 0 #> #> $lissencephaly$publicGeneCount #> [1] 9 #> #> $lissencephaly$urlId #> [1] "DOID_0050453" #> #> $lissencephaly$dbPhenotype #> [1] TRUE #> #> $lissencephaly$`_parent` #> [1] "DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $lissencephaly$`_is_leaf` #> [1] TRUE #> #> $lissencephaly$children #> list() #> #> $lissencephaly$value #> [1] "lissencephaly" #> #> #> $listeriosis #> $listeriosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11573" #> #> $listeriosis$`_id` #> [1] "DOID_11573<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $listeriosis$privateGeneCount #> [1] 0 #> #> $listeriosis$publicGeneCount #> [1] 2 #> #> $listeriosis$urlId #> [1] "DOID_11573" #> #> $listeriosis$dbPhenotype #> [1] TRUE #> #> $listeriosis$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $listeriosis$`_is_leaf` #> [1] TRUE #> #> $listeriosis$children #> list() #> #> $listeriosis$value #> [1] "listeriosis" #> #> #> $`liver cancer` #> $`liver cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3571" #> #> $`liver cancer`$`_id` #> [1] "DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`liver cancer`$privateGeneCount #> [1] 0 #> #> $`liver cancer`$publicGeneCount #> [1] 412 #> #> $`liver cancer`$urlId #> [1] "DOID_3571" #> #> $`liver cancer`$dbPhenotype #> [1] TRUE #> #> $`liver cancer`$`_parent` #> [1] "DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`liver cancer`$`_is_leaf` #> [1] FALSE #> #> $`liver cancer`$children #> $`liver cancer`$children[[1]] #> [1] "DOID_687<DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`liver cancer`$children[[2]] #> [1] "DOID_686<DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`liver cancer`$value #> [1] "liver cancer" #> #> #> $`liver cancer` #> $`liver cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3571" #> #> $`liver cancer`$`_id` #> [1] "DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`liver cancer`$privateGeneCount #> [1] 0 #> #> $`liver cancer`$publicGeneCount #> [1] 412 #> #> $`liver cancer`$urlId #> [1] "DOID_3571" #> #> $`liver cancer`$dbPhenotype #> [1] TRUE #> #> $`liver cancer`$`_parent` #> [1] "DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`liver cancer`$`_is_leaf` #> [1] FALSE #> #> $`liver cancer`$children #> $`liver cancer`$children[[1]] #> [1] "DOID_687<DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`liver cancer`$children[[2]] #> [1] "DOID_686<DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`liver cancer`$value #> [1] "liver cancer" #> #> #> $`liver cancer` #> $`liver cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3571" #> #> $`liver cancer`$`_id` #> [1] "DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`liver cancer`$privateGeneCount #> [1] 0 #> #> $`liver cancer`$publicGeneCount #> [1] 412 #> #> $`liver cancer`$urlId #> [1] "DOID_3571" #> #> $`liver cancer`$dbPhenotype #> [1] TRUE #> #> $`liver cancer`$`_parent` #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`liver cancer`$`_is_leaf` #> [1] FALSE #> #> $`liver cancer`$children #> $`liver cancer`$children[[1]] #> [1] "DOID_687<DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`liver cancer`$children[[2]] #> [1] "DOID_686<DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`liver cancer`$value #> [1] "liver cancer" #> #> #> $`liver cancer` #> $`liver cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3571" #> #> $`liver cancer`$`_id` #> [1] "DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver cancer`$privateGeneCount #> [1] 0 #> #> $`liver cancer`$publicGeneCount #> [1] 412 #> #> $`liver cancer`$urlId #> [1] "DOID_3571" #> #> $`liver cancer`$dbPhenotype #> [1] TRUE #> #> $`liver cancer`$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver cancer`$`_is_leaf` #> [1] FALSE #> #> $`liver cancer`$children #> $`liver cancer`$children[[1]] #> [1] "DOID_687<DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver cancer`$children[[2]] #> [1] "DOID_686<DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`liver cancer`$value #> [1] "liver cancer" #> #> #> $`liver carcinoma` #> $`liver carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_686" #> #> $`liver carcinoma`$`_id` #> [1] "DOID_686<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`liver carcinoma`$privateGeneCount #> [1] 0 #> #> $`liver carcinoma`$publicGeneCount #> [1] 248 #> #> $`liver carcinoma`$urlId #> [1] "DOID_686" #> #> $`liver carcinoma`$dbPhenotype #> [1] FALSE #> #> $`liver carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`liver carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`liver carcinoma`$children #> $`liver carcinoma`$children[[1]] #> [1] "DOID_684<DOID_686<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`liver carcinoma`$value #> [1] "liver carcinoma" #> #> #> $`liver carcinoma` #> $`liver carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_686" #> #> $`liver carcinoma`$`_id` #> [1] "DOID_686<DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`liver carcinoma`$privateGeneCount #> [1] 0 #> #> $`liver carcinoma`$publicGeneCount #> [1] 248 #> #> $`liver carcinoma`$urlId #> [1] "DOID_686" #> #> $`liver carcinoma`$dbPhenotype #> [1] FALSE #> #> $`liver carcinoma`$`_parent` #> [1] "DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`liver carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`liver carcinoma`$children #> $`liver carcinoma`$children[[1]] #> [1] "DOID_684<DOID_686<DOID_3571<DOID_0080355<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`liver carcinoma`$value #> [1] "liver carcinoma" #> #> #> $`liver carcinoma` #> $`liver carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_686" #> #> $`liver carcinoma`$`_id` #> [1] "DOID_686<DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`liver carcinoma`$privateGeneCount #> [1] 0 #> #> $`liver carcinoma`$publicGeneCount #> [1] 248 #> #> $`liver carcinoma`$urlId #> [1] "DOID_686" #> #> $`liver carcinoma`$dbPhenotype #> [1] FALSE #> #> $`liver carcinoma`$`_parent` #> [1] "DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`liver carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`liver carcinoma`$children #> $`liver carcinoma`$children[[1]] #> [1] "DOID_684<DOID_686<DOID_3571<DOID_0080355<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`liver carcinoma`$value #> [1] "liver carcinoma" #> #> #> $`liver carcinoma` #> $`liver carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_686" #> #> $`liver carcinoma`$`_id` #> [1] "DOID_686<DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`liver carcinoma`$privateGeneCount #> [1] 0 #> #> $`liver carcinoma`$publicGeneCount #> [1] 248 #> #> $`liver carcinoma`$urlId #> [1] "DOID_686" #> #> $`liver carcinoma`$dbPhenotype #> [1] FALSE #> #> $`liver carcinoma`$`_parent` #> [1] "DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`liver carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`liver carcinoma`$children #> $`liver carcinoma`$children[[1]] #> [1] "DOID_684<DOID_686<DOID_3571<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`liver carcinoma`$value #> [1] "liver carcinoma" #> #> #> $`liver carcinoma` #> $`liver carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_686" #> #> $`liver carcinoma`$`_id` #> [1] "DOID_686<DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver carcinoma`$privateGeneCount #> [1] 0 #> #> $`liver carcinoma`$publicGeneCount #> [1] 248 #> #> $`liver carcinoma`$urlId #> [1] "DOID_686" #> #> $`liver carcinoma`$dbPhenotype #> [1] FALSE #> #> $`liver carcinoma`$`_parent` #> [1] "DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`liver carcinoma`$children #> $`liver carcinoma`$children[[1]] #> [1] "DOID_684<DOID_686<DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`liver carcinoma`$value #> [1] "liver carcinoma" #> #> #> $`liver cirrhosis` #> $`liver cirrhosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5082" #> #> $`liver cirrhosis`$`_id` #> [1] "DOID_5082<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver cirrhosis`$privateGeneCount #> [1] 0 #> #> $`liver cirrhosis`$publicGeneCount #> [1] 229 #> #> $`liver cirrhosis`$urlId #> [1] "DOID_5082" #> #> $`liver cirrhosis`$dbPhenotype #> [1] TRUE #> #> $`liver cirrhosis`$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver cirrhosis`$`_is_leaf` #> [1] FALSE #> #> $`liver cirrhosis`$children #> $`liver cirrhosis`$children[[1]] #> [1] "DOID_14018<DOID_5082<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver cirrhosis`$children[[2]] #> [1] "DOID_12236<DOID_5082<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`liver cirrhosis`$value #> [1] "liver cirrhosis" #> #> #> $`liver disease` #> $`liver disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_409" #> #> $`liver disease`$`_id` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$privateGeneCount #> [1] 0 #> #> $`liver disease`$publicGeneCount #> [1] 782 #> #> $`liver disease`$urlId #> [1] "DOID_409" #> #> $`liver disease`$dbPhenotype #> [1] TRUE #> #> $`liver disease`$`_parent` #> [1] "DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$`_is_leaf` #> [1] FALSE #> #> $`liver disease`$children #> $`liver disease`$children[[1]] #> [1] "DOID_9245<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$children[[2]] #> [1] "DOID_13767<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$children[[3]] #> [1] "DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$children[[4]] #> [1] "DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$children[[5]] #> [1] "DOID_3571<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$children[[6]] #> [1] "DOID_5082<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$children[[7]] #> [1] "DOID_13768<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$children[[8]] #> [1] "DOID_0050770<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$children[[9]] #> [1] "DOID_0050725<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$children[[10]] #> [1] "DOID_9146<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`liver disease`$children[[11]] #> [1] "DOID_893<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> #> $`liver disease`$value #> [1] "liver disease" #> #> #> $`localized scleroderma` #> $`localized scleroderma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8472" #> #> $`localized scleroderma`$`_id` #> [1] "DOID_8472<DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`localized scleroderma`$privateGeneCount #> [1] 0 #> #> $`localized scleroderma`$publicGeneCount #> [1] 9 #> #> $`localized scleroderma`$urlId #> [1] "DOID_8472" #> #> $`localized scleroderma`$dbPhenotype #> [1] TRUE #> #> $`localized scleroderma`$`_parent` #> [1] "DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`localized scleroderma`$`_is_leaf` #> [1] TRUE #> #> $`localized scleroderma`$children #> list() #> #> $`localized scleroderma`$value #> [1] "localized scleroderma" #> #> #> $`Localized skin lesion` #> $`Localized skin lesion`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011355" #> #> $`Localized skin lesion`$`_id` #> [1] "HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Localized skin lesion`$privateGeneCount #> [1] 0 #> #> $`Localized skin lesion`$publicGeneCount #> [1] 24 #> #> $`Localized skin lesion`$urlId #> [1] "HP_0011355" #> #> $`Localized skin lesion`$dbPhenotype #> [1] FALSE #> #> $`Localized skin lesion`$`_parent` #> [1] "HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Localized skin lesion`$`_is_leaf` #> [1] FALSE #> #> $`Localized skin lesion`$children #> $`Localized skin lesion`$children[[1]] #> [1] "HP_0008065<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Localized skin lesion`$children[[2]] #> [1] "HP_0000987<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Localized skin lesion`$children[[3]] #> [1] "HP_0000957<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Localized skin lesion`$children[[4]] #> [1] "HP_0025104<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Localized skin lesion`$children[[5]] #> [1] "HP_0003764<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Localized skin lesion`$children[[6]] #> [1] "HP_0200042<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Localized skin lesion`$value #> [1] "Localized skin lesion" #> #> #> $`locked-in syndrome` #> $`locked-in syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12697" #> #> $`locked-in syndrome`$`_id` #> [1] "DOID_12697<DOID_863<DOID_7<DOID_4" #> #> $`locked-in syndrome`$privateGeneCount #> [1] 0 #> #> $`locked-in syndrome`$publicGeneCount #> [1] 1 #> #> $`locked-in syndrome`$urlId #> [1] "DOID_12697" #> #> $`locked-in syndrome`$dbPhenotype #> [1] TRUE #> #> $`locked-in syndrome`$`_parent` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`locked-in syndrome`$`_is_leaf` #> [1] TRUE #> #> $`locked-in syndrome`$children #> list() #> #> $`locked-in syndrome`$value #> [1] "locked-in syndrome" #> #> #> $`Loeffler syndrome` #> $`Loeffler syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9503" #> #> $`Loeffler syndrome`$`_id` #> [1] "DOID_9503<DOID_5870<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`Loeffler syndrome`$privateGeneCount #> [1] 0 #> #> $`Loeffler syndrome`$publicGeneCount #> [1] 7 #> #> $`Loeffler syndrome`$urlId #> [1] "DOID_9503" #> #> $`Loeffler syndrome`$dbPhenotype #> [1] TRUE #> #> $`Loeffler syndrome`$`_parent` #> [1] "DOID_5870<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`Loeffler syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Loeffler syndrome`$children #> list() #> #> $`Loeffler syndrome`$value #> [1] "Loeffler syndrome" #> #> #> $`Loeffler syndrome` #> $`Loeffler syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9503" #> #> $`Loeffler syndrome`$`_id` #> [1] "DOID_9503<DOID_9498<DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`Loeffler syndrome`$privateGeneCount #> [1] 0 #> #> $`Loeffler syndrome`$publicGeneCount #> [1] 7 #> #> $`Loeffler syndrome`$urlId #> [1] "DOID_9503" #> #> $`Loeffler syndrome`$dbPhenotype #> [1] TRUE #> #> $`Loeffler syndrome`$`_parent` #> [1] "DOID_9498<DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`Loeffler syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Loeffler syndrome`$children #> list() #> #> $`Loeffler syndrome`$value #> [1] "Loeffler syndrome" #> #> #> $`Loeys-Dietz syndrome` #> $`Loeys-Dietz syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050466" #> #> $`Loeys-Dietz syndrome`$`_id` #> [1] "DOID_0050466<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Loeys-Dietz syndrome`$privateGeneCount #> [1] 0 #> #> $`Loeys-Dietz syndrome`$publicGeneCount #> [1] 5 #> #> $`Loeys-Dietz syndrome`$urlId #> [1] "DOID_0050466" #> #> $`Loeys-Dietz syndrome`$dbPhenotype #> [1] TRUE #> #> $`Loeys-Dietz syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Loeys-Dietz syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Loeys-Dietz syndrome`$children #> list() #> #> $`Loeys-Dietz syndrome`$value #> [1] "Loeys-Dietz syndrome" #> #> #> $`Loeys-Dietz syndrome` #> $`Loeys-Dietz syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050466" #> #> $`Loeys-Dietz syndrome`$`_id` #> [1] "DOID_0050466<DOID_225<DOID_4" #> #> $`Loeys-Dietz syndrome`$privateGeneCount #> [1] 0 #> #> $`Loeys-Dietz syndrome`$publicGeneCount #> [1] 5 #> #> $`Loeys-Dietz syndrome`$urlId #> [1] "DOID_0050466" #> #> $`Loeys-Dietz syndrome`$dbPhenotype #> [1] TRUE #> #> $`Loeys-Dietz syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Loeys-Dietz syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Loeys-Dietz syndrome`$children #> list() #> #> $`Loeys-Dietz syndrome`$value #> [1] "Loeys-Dietz syndrome" #> #> #> $`Long fingers` #> $`Long fingers`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100807" #> #> $`Long fingers`$`_id` #> [1] "HP_0100807<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Long fingers`$privateGeneCount #> [1] 0 #> #> $`Long fingers`$publicGeneCount #> [1] 3 #> #> $`Long fingers`$urlId #> [1] "HP_0100807" #> #> $`Long fingers`$dbPhenotype #> [1] FALSE #> #> $`Long fingers`$`_parent` #> [1] "HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Long fingers`$`_is_leaf` #> [1] FALSE #> #> $`Long fingers`$children #> $`Long fingers`$children[[1]] #> [1] "HP_0001166<HP_0100807<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Long fingers`$value #> [1] "Long fingers" #> #> #> $`Long fingers` #> $`Long fingers`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100807" #> #> $`Long fingers`$`_id` #> [1] "HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Long fingers`$privateGeneCount #> [1] 0 #> #> $`Long fingers`$publicGeneCount #> [1] 3 #> #> $`Long fingers`$urlId #> [1] "HP_0100807" #> #> $`Long fingers`$dbPhenotype #> [1] FALSE #> #> $`Long fingers`$`_parent` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Long fingers`$`_is_leaf` #> [1] FALSE #> #> $`Long fingers`$children #> $`Long fingers`$children[[1]] #> [1] "HP_0001166<HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Long fingers`$value #> [1] "Long fingers" #> #> #> $`Long fingers` #> $`Long fingers`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100807" #> #> $`Long fingers`$`_id` #> [1] "HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Long fingers`$privateGeneCount #> [1] 0 #> #> $`Long fingers`$publicGeneCount #> [1] 3 #> #> $`Long fingers`$urlId #> [1] "HP_0100807" #> #> $`Long fingers`$dbPhenotype #> [1] FALSE #> #> $`Long fingers`$`_parent` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Long fingers`$`_is_leaf` #> [1] FALSE #> #> $`Long fingers`$children #> $`Long fingers`$children[[1]] #> [1] "HP_0001166<HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Long fingers`$value #> [1] "Long fingers" #> #> #> $`Long fingers` #> $`Long fingers`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100807" #> #> $`Long fingers`$`_id` #> [1] "HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Long fingers`$privateGeneCount #> [1] 0 #> #> $`Long fingers`$publicGeneCount #> [1] 3 #> #> $`Long fingers`$urlId #> [1] "HP_0100807" #> #> $`Long fingers`$dbPhenotype #> [1] FALSE #> #> $`Long fingers`$`_parent` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Long fingers`$`_is_leaf` #> [1] FALSE #> #> $`Long fingers`$children #> $`Long fingers`$children[[1]] #> [1] "HP_0001166<HP_0100807<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Long fingers`$value #> [1] "Long fingers" #> #> #> $`long QT syndrome` #> $`long QT syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2843" #> #> $`long QT syndrome`$`_id` #> [1] "DOID_2843<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`long QT syndrome`$privateGeneCount #> [1] 0 #> #> $`long QT syndrome`$publicGeneCount #> [1] 18 #> #> $`long QT syndrome`$urlId #> [1] "DOID_2843" #> #> $`long QT syndrome`$dbPhenotype #> [1] TRUE #> #> $`long QT syndrome`$`_parent` #> [1] "DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`long QT syndrome`$`_is_leaf` #> [1] FALSE #> #> $`long QT syndrome`$children #> $`long QT syndrome`$children[[1]] #> [1] "DOID_0050434<DOID_2843<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`long QT syndrome`$children[[2]] #> [1] "DOID_2842<DOID_2843<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`long QT syndrome`$value #> [1] "long QT syndrome" #> #> #> $`Low back pain` #> $`Low back pain`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003419" #> #> $`Low back pain`$`_id` #> [1] "HP_0003419<HP_0003418<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Low back pain`$privateGeneCount #> [1] 0 #> #> $`Low back pain`$publicGeneCount #> [1] 2 #> #> $`Low back pain`$urlId #> [1] "HP_0003419" #> #> $`Low back pain`$dbPhenotype #> [1] TRUE #> #> $`Low back pain`$`_parent` #> [1] "HP_0003418<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Low back pain`$`_is_leaf` #> [1] TRUE #> #> $`Low back pain`$children #> list() #> #> $`Low back pain`$value #> [1] "Low back pain" #> #> #> $`Low back pain` #> $`Low back pain`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003419" #> #> $`Low back pain`$`_id` #> [1] "HP_0003419<HP_0003418<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $`Low back pain`$privateGeneCount #> [1] 0 #> #> $`Low back pain`$publicGeneCount #> [1] 2 #> #> $`Low back pain`$urlId #> [1] "HP_0003419" #> #> $`Low back pain`$dbPhenotype #> [1] TRUE #> #> $`Low back pain`$`_parent` #> [1] "HP_0003418<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $`Low back pain`$`_is_leaf` #> [1] TRUE #> #> $`Low back pain`$children #> list() #> #> $`Low back pain`$value #> [1] "Low back pain" #> #> #> $`Low levels of vitamin A` #> $`Low levels of vitamin A`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004905" #> #> $`Low levels of vitamin A`$`_id` #> [1] "HP_0004905<HP_0008372<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Low levels of vitamin A`$privateGeneCount #> [1] 0 #> #> $`Low levels of vitamin A`$publicGeneCount #> [1] 5 #> #> $`Low levels of vitamin A`$urlId #> [1] "HP_0004905" #> #> $`Low levels of vitamin A`$dbPhenotype #> [1] TRUE #> #> $`Low levels of vitamin A`$`_parent` #> [1] "HP_0008372<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Low levels of vitamin A`$`_is_leaf` #> [1] TRUE #> #> $`Low levels of vitamin A`$children #> list() #> #> $`Low levels of vitamin A`$value #> [1] "Low levels of vitamin A" #> #> #> $`Low levels of vitamin B2` #> $`Low levels of vitamin B2`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100504" #> #> $`Low levels of vitamin B2`$`_id` #> [1] "HP_0100504<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Low levels of vitamin B2`$privateGeneCount #> [1] 0 #> #> $`Low levels of vitamin B2`$publicGeneCount #> [1] 1 #> #> $`Low levels of vitamin B2`$urlId #> [1] "HP_0100504" #> #> $`Low levels of vitamin B2`$dbPhenotype #> [1] TRUE #> #> $`Low levels of vitamin B2`$`_parent` #> [1] "HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Low levels of vitamin B2`$`_is_leaf` #> [1] TRUE #> #> $`Low levels of vitamin B2`$children #> list() #> #> $`Low levels of vitamin B2`$value #> [1] "Low levels of vitamin B2" #> #> #> $`Low levels of vitamin D` #> $`Low levels of vitamin D`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100512" #> #> $`Low levels of vitamin D`$`_id` #> [1] "HP_0100512<HP_0100511<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Low levels of vitamin D`$privateGeneCount #> [1] 0 #> #> $`Low levels of vitamin D`$publicGeneCount #> [1] 4 #> #> $`Low levels of vitamin D`$urlId #> [1] "HP_0100512" #> #> $`Low levels of vitamin D`$dbPhenotype #> [1] TRUE #> #> $`Low levels of vitamin D`$`_parent` #> [1] "HP_0100511<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Low levels of vitamin D`$`_is_leaf` #> [1] TRUE #> #> $`Low levels of vitamin D`$children #> list() #> #> $`Low levels of vitamin D`$value #> [1] "Low levels of vitamin D" #> #> #> $`Low levels of vitamin E` #> $`Low levels of vitamin E`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100513" #> #> $`Low levels of vitamin E`$`_id` #> [1] "HP_0100513<HP_0100514<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Low levels of vitamin E`$privateGeneCount #> [1] 0 #> #> $`Low levels of vitamin E`$publicGeneCount #> [1] 3 #> #> $`Low levels of vitamin E`$urlId #> [1] "HP_0100513" #> #> $`Low levels of vitamin E`$dbPhenotype #> [1] TRUE #> #> $`Low levels of vitamin E`$`_parent` #> [1] "HP_0100514<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Low levels of vitamin E`$`_is_leaf` #> [1] TRUE #> #> $`Low levels of vitamin E`$children #> list() #> #> $`Low levels of vitamin E`$value #> [1] "Low levels of vitamin E" #> #> #> $`low tension glaucoma` #> $`low tension glaucoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13544" #> #> $`low tension glaucoma`$`_id` #> [1] "DOID_13544<DOID_1067<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`low tension glaucoma`$privateGeneCount #> [1] 0 #> #> $`low tension glaucoma`$publicGeneCount #> [1] 14 #> #> $`low tension glaucoma`$urlId #> [1] "DOID_13544" #> #> $`low tension glaucoma`$dbPhenotype #> [1] TRUE #> #> $`low tension glaucoma`$`_parent` #> [1] "DOID_1067<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`low tension glaucoma`$`_is_leaf` #> [1] TRUE #> #> $`low tension glaucoma`$children #> list() #> #> $`low tension glaucoma`$value #> [1] "low tension glaucoma" #> #> #> $`Lower extremity joint dislocation` #> $`Lower extremity joint dislocation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030311" #> #> $`Lower extremity joint dislocation`$`_id` #> [1] "HP_0030311<HP_0001373<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Lower extremity joint dislocation`$privateGeneCount #> [1] 0 #> #> $`Lower extremity joint dislocation`$publicGeneCount #> [1] 1 #> #> $`Lower extremity joint dislocation`$urlId #> [1] "HP_0030311" #> #> $`Lower extremity joint dislocation`$dbPhenotype #> [1] FALSE #> #> $`Lower extremity joint dislocation`$`_parent` #> [1] "HP_0001373<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Lower extremity joint dislocation`$`_is_leaf` #> [1] FALSE #> #> $`Lower extremity joint dislocation`$children #> $`Lower extremity joint dislocation`$children[[1]] #> [1] "HP_0002827<HP_0030311<HP_0001373<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Lower extremity joint dislocation`$value #> [1] "Lower extremity joint dislocation" #> #> #> $`Lower limb spasticity` #> $`Lower limb spasticity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002061" #> #> $`Lower limb spasticity`$`_id` #> [1] "HP_0002061<HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Lower limb spasticity`$privateGeneCount #> [1] 0 #> #> $`Lower limb spasticity`$publicGeneCount #> [1] 2 #> #> $`Lower limb spasticity`$urlId #> [1] "HP_0002061" #> #> $`Lower limb spasticity`$dbPhenotype #> [1] FALSE #> #> $`Lower limb spasticity`$`_parent` #> [1] "HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Lower limb spasticity`$`_is_leaf` #> [1] FALSE #> #> $`Lower limb spasticity`$children #> $`Lower limb spasticity`$children[[1]] #> [1] "HP_0002313<HP_0002061<HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Lower limb spasticity`$children[[2]] #> [1] "HP_0001258<HP_0002061<HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Lower limb spasticity`$value #> [1] "Lower limb spasticity" #> #> #> $`Lower limb spasticity` #> $`Lower limb spasticity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002061" #> #> $`Lower limb spasticity`$`_id` #> [1] "HP_0002061<HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Lower limb spasticity`$privateGeneCount #> [1] 0 #> #> $`Lower limb spasticity`$publicGeneCount #> [1] 2 #> #> $`Lower limb spasticity`$urlId #> [1] "HP_0002061" #> #> $`Lower limb spasticity`$dbPhenotype #> [1] FALSE #> #> $`Lower limb spasticity`$`_parent` #> [1] "HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Lower limb spasticity`$`_is_leaf` #> [1] FALSE #> #> $`Lower limb spasticity`$children #> $`Lower limb spasticity`$children[[1]] #> [1] "HP_0002313<HP_0002061<HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Lower limb spasticity`$children[[2]] #> [1] "HP_0001258<HP_0002061<HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Lower limb spasticity`$value #> [1] "Lower limb spasticity" #> #> #> $`lower respiratory tract disease` #> $`lower respiratory tract disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050161" #> #> $`lower respiratory tract disease`$`_id` #> [1] "DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lower respiratory tract disease`$privateGeneCount #> [1] 0 #> #> $`lower respiratory tract disease`$publicGeneCount #> [1] 838 #> #> $`lower respiratory tract disease`$urlId #> [1] "DOID_0050161" #> #> $`lower respiratory tract disease`$dbPhenotype #> [1] FALSE #> #> $`lower respiratory tract disease`$`_parent` #> [1] "DOID_1579<DOID_7<DOID_4" #> #> $`lower respiratory tract disease`$`_is_leaf` #> [1] FALSE #> #> $`lower respiratory tract disease`$children #> $`lower respiratory tract disease`$children[[1]] #> [1] "DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lower respiratory tract disease`$children[[2]] #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lower respiratory tract disease`$children[[3]] #> [1] "DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`lower respiratory tract disease`$value #> [1] "lower respiratory tract disease" #> #> #> $`lower urinary tract calculus` #> $`lower urinary tract calculus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9590" #> #> $`lower urinary tract calculus`$`_id` #> [1] "DOID_9590<DOID_18<DOID_7<DOID_4" #> #> $`lower urinary tract calculus`$privateGeneCount #> [1] 0 #> #> $`lower urinary tract calculus`$publicGeneCount #> [1] 1 #> #> $`lower urinary tract calculus`$urlId #> [1] "DOID_9590" #> #> $`lower urinary tract calculus`$dbPhenotype #> [1] FALSE #> #> $`lower urinary tract calculus`$`_parent` #> [1] "DOID_18<DOID_7<DOID_4" #> #> $`lower urinary tract calculus`$`_is_leaf` #> [1] FALSE #> #> $`lower urinary tract calculus`$children #> $`lower urinary tract calculus`$children[[1]] #> [1] "DOID_11355<DOID_9590<DOID_18<DOID_7<DOID_4" #> #> #> $`lower urinary tract calculus`$value #> [1] "lower urinary tract calculus" #> #> #> $`lung adenocarcinoma` #> $`lung adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3910" #> #> $`lung adenocarcinoma`$`_id` #> [1] "DOID_3910<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`lung adenocarcinoma`$publicGeneCount #> [1] 53 #> #> $`lung adenocarcinoma`$urlId #> [1] "DOID_3910" #> #> $`lung adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung adenocarcinoma`$`_parent` #> [1] "DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung adenocarcinoma`$children #> $`lung adenocarcinoma`$children[[1]] #> [1] "DOID_4926<DOID_3910<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`lung adenocarcinoma`$value #> [1] "lung adenocarcinoma" #> #> #> $`lung adenocarcinoma` #> $`lung adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3910" #> #> $`lung adenocarcinoma`$`_id` #> [1] "DOID_3910<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`lung adenocarcinoma`$publicGeneCount #> [1] 53 #> #> $`lung adenocarcinoma`$urlId #> [1] "DOID_3910" #> #> $`lung adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung adenocarcinoma`$`_parent` #> [1] "DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung adenocarcinoma`$children #> $`lung adenocarcinoma`$children[[1]] #> [1] "DOID_4926<DOID_3910<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> #> $`lung adenocarcinoma`$value #> [1] "lung adenocarcinoma" #> #> #> $`lung adenocarcinoma` #> $`lung adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3910" #> #> $`lung adenocarcinoma`$`_id` #> [1] "DOID_3910<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`lung adenocarcinoma`$publicGeneCount #> [1] 53 #> #> $`lung adenocarcinoma`$urlId #> [1] "DOID_3910" #> #> $`lung adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung adenocarcinoma`$`_parent` #> [1] "DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung adenocarcinoma`$children #> $`lung adenocarcinoma`$children[[1]] #> [1] "DOID_4926<DOID_3910<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`lung adenocarcinoma`$value #> [1] "lung adenocarcinoma" #> #> #> $`lung adenocarcinoma` #> $`lung adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3910" #> #> $`lung adenocarcinoma`$`_id` #> [1] "DOID_3910<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`lung adenocarcinoma`$publicGeneCount #> [1] 53 #> #> $`lung adenocarcinoma`$urlId #> [1] "DOID_3910" #> #> $`lung adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung adenocarcinoma`$children #> $`lung adenocarcinoma`$children[[1]] #> [1] "DOID_4926<DOID_3910<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`lung adenocarcinoma`$value #> [1] "lung adenocarcinoma" #> #> #> $`lung benign neoplasm` #> $`lung benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3683" #> #> $`lung benign neoplasm`$`_id` #> [1] "DOID_3683<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`lung benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`lung benign neoplasm`$publicGeneCount #> [1] 205 #> #> $`lung benign neoplasm`$urlId #> [1] "DOID_3683" #> #> $`lung benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`lung benign neoplasm`$`_parent` #> [1] "DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`lung benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`lung benign neoplasm`$children #> list() #> #> $`lung benign neoplasm`$value #> [1] "lung benign neoplasm" #> #> #> $`lung benign neoplasm` #> $`lung benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3683" #> #> $`lung benign neoplasm`$`_id` #> [1] "DOID_3683<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`lung benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`lung benign neoplasm`$publicGeneCount #> [1] 205 #> #> $`lung benign neoplasm`$urlId #> [1] "DOID_3683" #> #> $`lung benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`lung benign neoplasm`$`_parent` #> [1] "DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`lung benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`lung benign neoplasm`$children #> list() #> #> $`lung benign neoplasm`$value #> [1] "lung benign neoplasm" #> #> #> $`lung benign neoplasm` #> $`lung benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3683" #> #> $`lung benign neoplasm`$`_id` #> [1] "DOID_3683<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`lung benign neoplasm`$publicGeneCount #> [1] 205 #> #> $`lung benign neoplasm`$urlId #> [1] "DOID_3683" #> #> $`lung benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`lung benign neoplasm`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`lung benign neoplasm`$children #> list() #> #> $`lung benign neoplasm`$value #> [1] "lung benign neoplasm" #> #> #> $`lung cancer` #> $`lung cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1324" #> #> $`lung cancer`$`_id` #> [1] "DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung cancer`$privateGeneCount #> [1] 0 #> #> $`lung cancer`$publicGeneCount #> [1] 265 #> #> $`lung cancer`$urlId #> [1] "DOID_1324" #> #> $`lung cancer`$dbPhenotype #> [1] TRUE #> #> $`lung cancer`$`_parent` #> [1] "DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung cancer`$`_is_leaf` #> [1] FALSE #> #> $`lung cancer`$children #> $`lung cancer`$children[[1]] #> [1] "DOID_3910<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung cancer`$children[[2]] #> [1] "DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung cancer`$children[[3]] #> [1] "DOID_4765<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`lung cancer`$value #> [1] "lung cancer" #> #> #> $`lung cancer` #> $`lung cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1324" #> #> $`lung cancer`$`_id` #> [1] "DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung cancer`$privateGeneCount #> [1] 0 #> #> $`lung cancer`$publicGeneCount #> [1] 265 #> #> $`lung cancer`$urlId #> [1] "DOID_1324" #> #> $`lung cancer`$dbPhenotype #> [1] TRUE #> #> $`lung cancer`$`_parent` #> [1] "DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung cancer`$`_is_leaf` #> [1] FALSE #> #> $`lung cancer`$children #> $`lung cancer`$children[[1]] #> [1] "DOID_3910<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung cancer`$children[[2]] #> [1] "DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung cancer`$children[[3]] #> [1] "DOID_4765<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> #> $`lung cancer`$value #> [1] "lung cancer" #> #> #> $`lung cancer` #> $`lung cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1324" #> #> $`lung cancer`$`_id` #> [1] "DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung cancer`$privateGeneCount #> [1] 0 #> #> $`lung cancer`$publicGeneCount #> [1] 265 #> #> $`lung cancer`$urlId #> [1] "DOID_1324" #> #> $`lung cancer`$dbPhenotype #> [1] TRUE #> #> $`lung cancer`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung cancer`$`_is_leaf` #> [1] FALSE #> #> $`lung cancer`$children #> $`lung cancer`$children[[1]] #> [1] "DOID_3910<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung cancer`$children[[2]] #> [1] "DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung cancer`$children[[3]] #> [1] "DOID_4765<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`lung cancer`$value #> [1] "lung cancer" #> #> #> $`lung carcinoma` #> $`lung carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3905" #> #> $`lung carcinoma`$`_id` #> [1] "DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung carcinoma`$publicGeneCount #> [1] 212 #> #> $`lung carcinoma`$urlId #> [1] "DOID_3905" #> #> $`lung carcinoma`$dbPhenotype #> [1] FALSE #> #> $`lung carcinoma`$`_parent` #> [1] "DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung carcinoma`$children #> $`lung carcinoma`$children[[1]] #> [1] "DOID_3908<DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung carcinoma`$children[[2]] #> [1] "DOID_5409<DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`lung carcinoma`$value #> [1] "lung carcinoma" #> #> #> $`lung carcinoma` #> $`lung carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3905" #> #> $`lung carcinoma`$`_id` #> [1] "DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung carcinoma`$publicGeneCount #> [1] 212 #> #> $`lung carcinoma`$urlId #> [1] "DOID_3905" #> #> $`lung carcinoma`$dbPhenotype #> [1] FALSE #> #> $`lung carcinoma`$`_parent` #> [1] "DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung carcinoma`$children #> $`lung carcinoma`$children[[1]] #> [1] "DOID_3908<DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung carcinoma`$children[[2]] #> [1] "DOID_5409<DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> #> $`lung carcinoma`$value #> [1] "lung carcinoma" #> #> #> $`lung carcinoma` #> $`lung carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3905" #> #> $`lung carcinoma`$`_id` #> [1] "DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung carcinoma`$publicGeneCount #> [1] 212 #> #> $`lung carcinoma`$urlId #> [1] "DOID_3905" #> #> $`lung carcinoma`$dbPhenotype #> [1] FALSE #> #> $`lung carcinoma`$`_parent` #> [1] "DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung carcinoma`$children #> $`lung carcinoma`$children[[1]] #> [1] "DOID_3908<DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung carcinoma`$children[[2]] #> [1] "DOID_5409<DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`lung carcinoma`$value #> [1] "lung carcinoma" #> #> #> $`lung carcinoma` #> $`lung carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3905" #> #> $`lung carcinoma`$`_id` #> [1] "DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung carcinoma`$publicGeneCount #> [1] 212 #> #> $`lung carcinoma`$urlId #> [1] "DOID_3905" #> #> $`lung carcinoma`$dbPhenotype #> [1] FALSE #> #> $`lung carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung carcinoma`$children #> $`lung carcinoma`$children[[1]] #> [1] "DOID_3908<DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung carcinoma`$children[[2]] #> [1] "DOID_5409<DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`lung carcinoma`$value #> [1] "lung carcinoma" #> #> #> $`lung disease` #> $`lung disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_850" #> #> $`lung disease`$`_id` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$privateGeneCount #> [1] 0 #> #> $`lung disease`$publicGeneCount #> [1] 718 #> #> $`lung disease`$urlId #> [1] "DOID_850" #> #> $`lung disease`$dbPhenotype #> [1] TRUE #> #> $`lung disease`$`_parent` #> [1] "DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$`_is_leaf` #> [1] FALSE #> #> $`lung disease`$children #> $`lung disease`$children[[1]] #> [1] "DOID_2942<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[2]] #> [1] "DOID_3265<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[3]] #> [1] "DOID_9808<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[4]] #> [1] "DOID_12132<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[5]] #> [1] "DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[6]] #> [1] "DOID_3683<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[7]] #> [1] "DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[8]] #> [1] "DOID_3319<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[9]] #> [1] "DOID_11049<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[10]] #> [1] "DOID_2810<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[11]] #> [1] "DOID_2320<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[12]] #> [1] "DOID_12662<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[13]] #> [1] "DOID_11339<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[14]] #> [1] "DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[15]] #> [1] "DOID_12117<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[16]] #> [1] "DOID_12120<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[17]] #> [1] "DOID_60001<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[18]] #> [1] "DOID_0050153<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[19]] #> [1] "DOID_3677<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[20]] #> [1] "DOID_13406<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[21]] #> [1] "DOID_2957<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung disease`$children[[22]] #> [1] "DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`lung disease`$value #> [1] "lung disease" #> #> #> $`lung non-small cell carcinoma` #> $`lung non-small cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3908" #> #> $`lung non-small cell carcinoma`$`_id` #> [1] "DOID_3908<DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung non-small cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung non-small cell carcinoma`$publicGeneCount #> [1] 169 #> #> $`lung non-small cell carcinoma`$urlId #> [1] "DOID_3908" #> #> $`lung non-small cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung non-small cell carcinoma`$`_parent` #> [1] "DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung non-small cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`lung non-small cell carcinoma`$children #> list() #> #> $`lung non-small cell carcinoma`$value #> [1] "lung non-small cell carcinoma" #> #> #> $`lung non-small cell carcinoma` #> $`lung non-small cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3908" #> #> $`lung non-small cell carcinoma`$`_id` #> [1] "DOID_3908<DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung non-small cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung non-small cell carcinoma`$publicGeneCount #> [1] 169 #> #> $`lung non-small cell carcinoma`$urlId #> [1] "DOID_3908" #> #> $`lung non-small cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung non-small cell carcinoma`$`_parent` #> [1] "DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung non-small cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`lung non-small cell carcinoma`$children #> list() #> #> $`lung non-small cell carcinoma`$value #> [1] "lung non-small cell carcinoma" #> #> #> $`lung non-small cell carcinoma` #> $`lung non-small cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3908" #> #> $`lung non-small cell carcinoma`$`_id` #> [1] "DOID_3908<DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung non-small cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung non-small cell carcinoma`$publicGeneCount #> [1] 169 #> #> $`lung non-small cell carcinoma`$urlId #> [1] "DOID_3908" #> #> $`lung non-small cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung non-small cell carcinoma`$`_parent` #> [1] "DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung non-small cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`lung non-small cell carcinoma`$children #> list() #> #> $`lung non-small cell carcinoma`$value #> [1] "lung non-small cell carcinoma" #> #> #> $`lung non-small cell carcinoma` #> $`lung non-small cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3908" #> #> $`lung non-small cell carcinoma`$`_id` #> [1] "DOID_3908<DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung non-small cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung non-small cell carcinoma`$publicGeneCount #> [1] 169 #> #> $`lung non-small cell carcinoma`$urlId #> [1] "DOID_3908" #> #> $`lung non-small cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung non-small cell carcinoma`$`_parent` #> [1] "DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung non-small cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`lung non-small cell carcinoma`$children #> list() #> #> $`lung non-small cell carcinoma`$value #> [1] "lung non-small cell carcinoma" #> #> #> $`lung oat cell carcinoma` #> $`lung oat cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5411" #> #> $`lung oat cell carcinoma`$`_id` #> [1] "DOID_5411<DOID_5409<DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung oat cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung oat cell carcinoma`$publicGeneCount #> [1] 16 #> #> $`lung oat cell carcinoma`$urlId #> [1] "DOID_5411" #> #> $`lung oat cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung oat cell carcinoma`$`_parent` #> [1] "DOID_5409<DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung oat cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`lung oat cell carcinoma`$children #> list() #> #> $`lung oat cell carcinoma`$value #> [1] "lung oat cell carcinoma" #> #> #> $`lung oat cell carcinoma` #> $`lung oat cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5411" #> #> $`lung oat cell carcinoma`$`_id` #> [1] "DOID_5411<DOID_5409<DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung oat cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung oat cell carcinoma`$publicGeneCount #> [1] 16 #> #> $`lung oat cell carcinoma`$urlId #> [1] "DOID_5411" #> #> $`lung oat cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung oat cell carcinoma`$`_parent` #> [1] "DOID_5409<DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung oat cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`lung oat cell carcinoma`$children #> list() #> #> $`lung oat cell carcinoma`$value #> [1] "lung oat cell carcinoma" #> #> #> $`lung oat cell carcinoma` #> $`lung oat cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5411" #> #> $`lung oat cell carcinoma`$`_id` #> [1] "DOID_5411<DOID_5409<DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung oat cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung oat cell carcinoma`$publicGeneCount #> [1] 16 #> #> $`lung oat cell carcinoma`$urlId #> [1] "DOID_5411" #> #> $`lung oat cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung oat cell carcinoma`$`_parent` #> [1] "DOID_5409<DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung oat cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`lung oat cell carcinoma`$children #> list() #> #> $`lung oat cell carcinoma`$value #> [1] "lung oat cell carcinoma" #> #> #> $`lung oat cell carcinoma` #> $`lung oat cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5411" #> #> $`lung oat cell carcinoma`$`_id` #> [1] "DOID_5411<DOID_5409<DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung oat cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung oat cell carcinoma`$publicGeneCount #> [1] 16 #> #> $`lung oat cell carcinoma`$urlId #> [1] "DOID_5411" #> #> $`lung oat cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung oat cell carcinoma`$`_parent` #> [1] "DOID_5409<DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung oat cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`lung oat cell carcinoma`$children #> list() #> #> $`lung oat cell carcinoma`$value #> [1] "lung oat cell carcinoma" #> #> #> $`lung small cell carcinoma` #> $`lung small cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5409" #> #> $`lung small cell carcinoma`$`_id` #> [1] "DOID_5409<DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung small cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung small cell carcinoma`$publicGeneCount #> [1] 57 #> #> $`lung small cell carcinoma`$urlId #> [1] "DOID_5409" #> #> $`lung small cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung small cell carcinoma`$`_parent` #> [1] "DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lung small cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung small cell carcinoma`$children #> $`lung small cell carcinoma`$children[[1]] #> [1] "DOID_5411<DOID_5409<DOID_3905<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`lung small cell carcinoma`$value #> [1] "lung small cell carcinoma" #> #> #> $`lung small cell carcinoma` #> $`lung small cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5409" #> #> $`lung small cell carcinoma`$`_id` #> [1] "DOID_5409<DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung small cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung small cell carcinoma`$publicGeneCount #> [1] 57 #> #> $`lung small cell carcinoma`$urlId #> [1] "DOID_5409" #> #> $`lung small cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung small cell carcinoma`$`_parent` #> [1] "DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`lung small cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung small cell carcinoma`$children #> $`lung small cell carcinoma`$children[[1]] #> [1] "DOID_5411<DOID_5409<DOID_3905<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> #> $`lung small cell carcinoma`$value #> [1] "lung small cell carcinoma" #> #> #> $`lung small cell carcinoma` #> $`lung small cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5409" #> #> $`lung small cell carcinoma`$`_id` #> [1] "DOID_5409<DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung small cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung small cell carcinoma`$publicGeneCount #> [1] 57 #> #> $`lung small cell carcinoma`$urlId #> [1] "DOID_5409" #> #> $`lung small cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung small cell carcinoma`$`_parent` #> [1] "DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`lung small cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung small cell carcinoma`$children #> $`lung small cell carcinoma`$children[[1]] #> [1] "DOID_5411<DOID_5409<DOID_3905<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`lung small cell carcinoma`$value #> [1] "lung small cell carcinoma" #> #> #> $`lung small cell carcinoma` #> $`lung small cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5409" #> #> $`lung small cell carcinoma`$`_id` #> [1] "DOID_5409<DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung small cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`lung small cell carcinoma`$publicGeneCount #> [1] 57 #> #> $`lung small cell carcinoma`$urlId #> [1] "DOID_5409" #> #> $`lung small cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`lung small cell carcinoma`$`_parent` #> [1] "DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`lung small cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`lung small cell carcinoma`$children #> $`lung small cell carcinoma`$children[[1]] #> [1] "DOID_5411<DOID_5409<DOID_3905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`lung small cell carcinoma`$value #> [1] "lung small cell carcinoma" #> #> #> $`lupus erythematosus` #> $`lupus erythematosus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8857" #> #> $`lupus erythematosus`$`_id` #> [1] "DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`lupus erythematosus`$privateGeneCount #> [1] 0 #> #> $`lupus erythematosus`$publicGeneCount #> [1] 144 #> #> $`lupus erythematosus`$urlId #> [1] "DOID_8857" #> #> $`lupus erythematosus`$dbPhenotype #> [1] FALSE #> #> $`lupus erythematosus`$`_parent` #> [1] "DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`lupus erythematosus`$`_is_leaf` #> [1] FALSE #> #> $`lupus erythematosus`$children #> $`lupus erythematosus`$children[[1]] #> [1] "DOID_0050169<DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`lupus erythematosus`$children[[2]] #> [1] "DOID_9074<DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`lupus erythematosus`$value #> [1] "lupus erythematosus" #> #> #> $`Lyme disease` #> $`Lyme disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11729" #> #> $`Lyme disease`$`_id` #> [1] "DOID_11729<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`Lyme disease`$privateGeneCount #> [1] 0 #> #> $`Lyme disease`$publicGeneCount #> [1] 2 #> #> $`Lyme disease`$urlId #> [1] "DOID_11729" #> #> $`Lyme disease`$dbPhenotype #> [1] TRUE #> #> $`Lyme disease`$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`Lyme disease`$`_is_leaf` #> [1] TRUE #> #> $`Lyme disease`$children #> list() #> #> $`Lyme disease`$value #> [1] "Lyme disease" #> #> #> $`lymph node disease` #> $`lymph node disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9942" #> #> $`lymph node disease`$`_id` #> [1] "DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymph node disease`$privateGeneCount #> [1] 0 #> #> $`lymph node disease`$publicGeneCount #> [1] 35 #> #> $`lymph node disease`$urlId #> [1] "DOID_9942" #> #> $`lymph node disease`$dbPhenotype #> [1] FALSE #> #> $`lymph node disease`$`_parent` #> [1] "DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymph node disease`$`_is_leaf` #> [1] FALSE #> #> $`lymph node disease`$children #> $`lymph node disease`$children[[1]] #> [1] "DOID_1602<DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymph node disease`$children[[2]] #> [1] "DOID_12662<DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`lymph node disease`$value #> [1] "lymph node disease" #> #> #> $lymphadenitis #> $lymphadenitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1602" #> #> $lymphadenitis$`_id` #> [1] "DOID_1602<DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $lymphadenitis$privateGeneCount #> [1] 0 #> #> $lymphadenitis$publicGeneCount #> [1] 33 #> #> $lymphadenitis$urlId #> [1] "DOID_1602" #> #> $lymphadenitis$dbPhenotype #> [1] FALSE #> #> $lymphadenitis$`_parent` #> [1] "DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $lymphadenitis$`_is_leaf` #> [1] FALSE #> #> $lymphadenitis$children #> $lymphadenitis$children[[1]] #> [1] "DOID_13378<DOID_1602<DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $lymphadenitis$value #> [1] "lymphadenitis" #> #> #> $lymphangioleiomyomatosis #> $lymphangioleiomyomatosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3319" #> #> $lymphangioleiomyomatosis$`_id` #> [1] "DOID_3319<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $lymphangioleiomyomatosis$privateGeneCount #> [1] 0 #> #> $lymphangioleiomyomatosis$publicGeneCount #> [1] 11 #> #> $lymphangioleiomyomatosis$urlId #> [1] "DOID_3319" #> #> $lymphangioleiomyomatosis$dbPhenotype #> [1] TRUE #> #> $lymphangioleiomyomatosis$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $lymphangioleiomyomatosis$`_is_leaf` #> [1] TRUE #> #> $lymphangioleiomyomatosis$children #> list() #> #> $lymphangioleiomyomatosis$value #> [1] "lymphangioleiomyomatosis" #> #> #> $lymphangioma #> $lymphangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1475" #> #> $lymphangioma$`_id` #> [1] "DOID_1475<DOID_60006<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $lymphangioma$privateGeneCount #> [1] 0 #> #> $lymphangioma$publicGeneCount #> [1] 163 #> #> $lymphangioma$urlId #> [1] "DOID_1475" #> #> $lymphangioma$dbPhenotype #> [1] TRUE #> #> $lymphangioma$`_parent` #> [1] "DOID_60006<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $lymphangioma$`_is_leaf` #> [1] FALSE #> #> $lymphangioma$children #> $lymphangioma$children[[1]] #> [1] "DOID_235<DOID_1475<DOID_60006<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $lymphangioma$value #> [1] "lymphangioma" #> #> #> $lymphangioma #> $lymphangioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1475" #> #> $lymphangioma$`_id` #> [1] "DOID_1475<DOID_60006<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $lymphangioma$privateGeneCount #> [1] 0 #> #> $lymphangioma$publicGeneCount #> [1] 163 #> #> $lymphangioma$urlId #> [1] "DOID_1475" #> #> $lymphangioma$dbPhenotype #> [1] TRUE #> #> $lymphangioma$`_parent` #> [1] "DOID_60006<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $lymphangioma$`_is_leaf` #> [1] FALSE #> #> $lymphangioma$children #> $lymphangioma$children[[1]] #> [1] "DOID_235<DOID_1475<DOID_60006<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> #> $lymphangioma$value #> [1] "lymphangioma" #> #> #> $`lymphatic system cancer` #> $`lymphatic system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060073" #> #> $`lymphatic system cancer`$`_id` #> [1] "DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphatic system cancer`$privateGeneCount #> [1] 0 #> #> $`lymphatic system cancer`$publicGeneCount #> [1] 254 #> #> $`lymphatic system cancer`$urlId #> [1] "DOID_0060073" #> #> $`lymphatic system cancer`$dbPhenotype #> [1] FALSE #> #> $`lymphatic system cancer`$`_parent` #> [1] "DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphatic system cancer`$`_is_leaf` #> [1] FALSE #> #> $`lymphatic system cancer`$children #> $`lymphatic system cancer`$children[[1]] #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphatic system cancer`$children[[2]] #> [1] "DOID_8538<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphatic system cancer`$children[[3]] #> [1] "DOID_3277<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`lymphatic system cancer`$value #> [1] "lymphatic system cancer" #> #> #> $`lymphatic system cancer` #> $`lymphatic system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060073" #> #> $`lymphatic system cancer`$`_id` #> [1] "DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system cancer`$privateGeneCount #> [1] 0 #> #> $`lymphatic system cancer`$publicGeneCount #> [1] 254 #> #> $`lymphatic system cancer`$urlId #> [1] "DOID_0060073" #> #> $`lymphatic system cancer`$dbPhenotype #> [1] FALSE #> #> $`lymphatic system cancer`$`_parent` #> [1] "DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system cancer`$`_is_leaf` #> [1] FALSE #> #> $`lymphatic system cancer`$children #> $`lymphatic system cancer`$children[[1]] #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system cancer`$children[[2]] #> [1] "DOID_8538<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system cancer`$children[[3]] #> [1] "DOID_3277<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`lymphatic system cancer`$value #> [1] "lymphatic system cancer" #> #> #> $`lymphatic system cancer` #> $`lymphatic system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060073" #> #> $`lymphatic system cancer`$`_id` #> [1] "DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system cancer`$privateGeneCount #> [1] 0 #> #> $`lymphatic system cancer`$publicGeneCount #> [1] 254 #> #> $`lymphatic system cancer`$urlId #> [1] "DOID_0060073" #> #> $`lymphatic system cancer`$dbPhenotype #> [1] FALSE #> #> $`lymphatic system cancer`$`_parent` #> [1] "DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system cancer`$`_is_leaf` #> [1] FALSE #> #> $`lymphatic system cancer`$children #> $`lymphatic system cancer`$children[[1]] #> [1] "DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system cancer`$children[[2]] #> [1] "DOID_8538<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system cancer`$children[[3]] #> [1] "DOID_3277<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`lymphatic system cancer`$value #> [1] "lymphatic system cancer" #> #> #> $`lymphatic system disease` #> $`lymphatic system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_75" #> #> $`lymphatic system disease`$`_id` #> [1] "DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system disease`$privateGeneCount #> [1] 0 #> #> $`lymphatic system disease`$publicGeneCount #> [1] 313 #> #> $`lymphatic system disease`$urlId #> [1] "DOID_75" #> #> $`lymphatic system disease`$dbPhenotype #> [1] TRUE #> #> $`lymphatic system disease`$`_parent` #> [1] "DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system disease`$`_is_leaf` #> [1] FALSE #> #> $`lymphatic system disease`$children #> $`lymphatic system disease`$children[[1]] #> [1] "DOID_0050120<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system disease`$children[[2]] #> [1] "DOID_0060366<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system disease`$children[[3]] #> [1] "DOID_3405<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system disease`$children[[4]] #> [1] "DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system disease`$children[[5]] #> [1] "DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system disease`$children[[6]] #> [1] "DOID_4977<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system disease`$children[[7]] #> [1] "DOID_2529<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphatic system disease`$children[[8]] #> [1] "DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`lymphatic system disease`$value #> [1] "lymphatic system disease" #> #> #> $lymphedema #> $lymphedema$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4977" #> #> $lymphedema$`_id` #> [1] "DOID_4977<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $lymphedema$privateGeneCount #> [1] 0 #> #> $lymphedema$publicGeneCount #> [1] 9 #> #> $lymphedema$urlId #> [1] "DOID_4977" #> #> $lymphedema$dbPhenotype #> [1] TRUE #> #> $lymphedema$`_parent` #> [1] "DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $lymphedema$`_is_leaf` #> [1] FALSE #> #> $lymphedema$children #> $lymphedema$children[[1]] #> [1] "DOID_0050580<DOID_4977<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $lymphedema$value #> [1] "lymphedema" #> #> #> $`lymphoid leukemia` #> $`lymphoid leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1037" #> #> $`lymphoid leukemia`$`_id` #> [1] "DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphoid leukemia`$privateGeneCount #> [1] 0 #> #> $`lymphoid leukemia`$publicGeneCount #> [1] 128 #> #> $`lymphoid leukemia`$urlId #> [1] "DOID_1037" #> #> $`lymphoid leukemia`$dbPhenotype #> [1] TRUE #> #> $`lymphoid leukemia`$`_parent` #> [1] "DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphoid leukemia`$`_is_leaf` #> [1] FALSE #> #> $`lymphoid leukemia`$children #> $`lymphoid leukemia`$children[[1]] #> [1] "DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphoid leukemia`$children[[2]] #> [1] "DOID_1040<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`lymphoid leukemia`$value #> [1] "lymphoid leukemia" #> #> #> $`lymphoid leukemia` #> $`lymphoid leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1037" #> #> $`lymphoid leukemia`$`_id` #> [1] "DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`lymphoid leukemia`$privateGeneCount #> [1] 0 #> #> $`lymphoid leukemia`$publicGeneCount #> [1] 128 #> #> $`lymphoid leukemia`$urlId #> [1] "DOID_1037" #> #> $`lymphoid leukemia`$dbPhenotype #> [1] TRUE #> #> $`lymphoid leukemia`$`_parent` #> [1] "DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`lymphoid leukemia`$`_is_leaf` #> [1] FALSE #> #> $`lymphoid leukemia`$children #> $`lymphoid leukemia`$children[[1]] #> [1] "DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`lymphoid leukemia`$children[[2]] #> [1] "DOID_1040<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`lymphoid leukemia`$value #> [1] "lymphoid leukemia" #> #> #> $lymphoma #> $lymphoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060058" #> #> $lymphoma$`_id` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$privateGeneCount #> [1] 0 #> #> $lymphoma$publicGeneCount #> [1] 240 #> #> $lymphoma$urlId #> [1] "DOID_0060058" #> #> $lymphoma$dbPhenotype #> [1] TRUE #> #> $lymphoma$`_parent` #> [1] "DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$`_is_leaf` #> [1] FALSE #> #> $lymphoma$children #> $lymphoma$children[[1]] #> [1] "DOID_1040<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$children[[2]] #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$children[[3]] #> [1] "DOID_9953<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$children[[4]] #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$children[[5]] #> [1] "DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $lymphoma$value #> [1] "lymphoma" #> #> #> $lymphoma #> $lymphoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060058" #> #> $lymphoma$`_id` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$privateGeneCount #> [1] 0 #> #> $lymphoma$publicGeneCount #> [1] 240 #> #> $lymphoma$urlId #> [1] "DOID_0060058" #> #> $lymphoma$dbPhenotype #> [1] TRUE #> #> $lymphoma$`_parent` #> [1] "DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$`_is_leaf` #> [1] FALSE #> #> $lymphoma$children #> $lymphoma$children[[1]] #> [1] "DOID_1040<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$children[[2]] #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$children[[3]] #> [1] "DOID_9953<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$children[[4]] #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$children[[5]] #> [1] "DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $lymphoma$value #> [1] "lymphoma" #> #> #> $lymphoma #> $lymphoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060058" #> #> $lymphoma$`_id` #> [1] "DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$privateGeneCount #> [1] 0 #> #> $lymphoma$publicGeneCount #> [1] 240 #> #> $lymphoma$urlId #> [1] "DOID_0060058" #> #> $lymphoma$dbPhenotype #> [1] TRUE #> #> $lymphoma$`_parent` #> [1] "DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$`_is_leaf` #> [1] FALSE #> #> $lymphoma$children #> $lymphoma$children[[1]] #> [1] "DOID_1040<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$children[[2]] #> [1] "DOID_8567<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$children[[3]] #> [1] "DOID_9953<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$children[[4]] #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $lymphoma$children[[5]] #> [1] "DOID_5603<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $lymphoma$value #> [1] "lymphoma" #> #> #> $lymphoma #> $lymphoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060058" #> #> $lymphoma$`_id` #> [1] "DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$privateGeneCount #> [1] 0 #> #> $lymphoma$publicGeneCount #> [1] 240 #> #> $lymphoma$urlId #> [1] "DOID_0060058" #> #> $lymphoma$dbPhenotype #> [1] TRUE #> #> $lymphoma$`_parent` #> [1] "DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$`_is_leaf` #> [1] FALSE #> #> $lymphoma$children #> $lymphoma$children[[1]] #> [1] "DOID_1040<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$children[[2]] #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$children[[3]] #> [1] "DOID_9953<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$children[[4]] #> [1] "DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $lymphoma$children[[5]] #> [1] "DOID_5603<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $lymphoma$value #> [1] "lymphoma" #> #> #> $lymphoma #> $lymphoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060058" #> #> $lymphoma$`_id` #> [1] "DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $lymphoma$privateGeneCount #> [1] 0 #> #> $lymphoma$publicGeneCount #> [1] 240 #> #> $lymphoma$urlId #> [1] "DOID_0060058" #> #> $lymphoma$dbPhenotype #> [1] TRUE #> #> $lymphoma$`_parent` #> [1] "DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $lymphoma$`_is_leaf` #> [1] FALSE #> #> $lymphoma$children #> $lymphoma$children[[1]] #> [1] "DOID_1040<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $lymphoma$children[[2]] #> [1] "DOID_8567<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $lymphoma$children[[3]] #> [1] "DOID_9953<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $lymphoma$children[[4]] #> [1] "DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $lymphoma$children[[5]] #> [1] "DOID_5603<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $lymphoma$value #> [1] "lymphoma" #> #> #> $lymphopenia #> $lymphopenia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_614" #> #> $lymphopenia$`_id` #> [1] "DOID_614<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $lymphopenia$privateGeneCount #> [1] 0 #> #> $lymphopenia$publicGeneCount #> [1] 6 #> #> $lymphopenia$urlId #> [1] "DOID_614" #> #> $lymphopenia$dbPhenotype #> [1] TRUE #> #> $lymphopenia$`_parent` #> [1] "DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $lymphopenia$`_is_leaf` #> [1] TRUE #> #> $lymphopenia$children #> list() #> #> $lymphopenia$value #> [1] "lymphopenia" #> #> #> $`lymphoplasmacytic lymphoma` #> $`lymphoplasmacytic lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050747" #> #> $`lymphoplasmacytic lymphoma`$`_id` #> [1] "DOID_0050747<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphoplasmacytic lymphoma`$privateGeneCount #> [1] 0 #> #> $`lymphoplasmacytic lymphoma`$publicGeneCount #> [1] 1 #> #> $`lymphoplasmacytic lymphoma`$urlId #> [1] "DOID_0050747" #> #> $`lymphoplasmacytic lymphoma`$dbPhenotype #> [1] TRUE #> #> $`lymphoplasmacytic lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphoplasmacytic lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`lymphoplasmacytic lymphoma`$children #> list() #> #> $`lymphoplasmacytic lymphoma`$value #> [1] "lymphoplasmacytic lymphoma" #> #> #> $`lymphoplasmacytic lymphoma` #> $`lymphoplasmacytic lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050747" #> #> $`lymphoplasmacytic lymphoma`$`_id` #> [1] "DOID_0050747<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`lymphoplasmacytic lymphoma`$privateGeneCount #> [1] 0 #> #> $`lymphoplasmacytic lymphoma`$publicGeneCount #> [1] 1 #> #> $`lymphoplasmacytic lymphoma`$urlId #> [1] "DOID_0050747" #> #> $`lymphoplasmacytic lymphoma`$dbPhenotype #> [1] TRUE #> #> $`lymphoplasmacytic lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`lymphoplasmacytic lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`lymphoplasmacytic lymphoma`$children #> list() #> #> $`lymphoplasmacytic lymphoma`$value #> [1] "lymphoplasmacytic lymphoma" #> #> #> $`lymphoplasmacytic lymphoma` #> $`lymphoplasmacytic lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050747" #> #> $`lymphoplasmacytic lymphoma`$`_id` #> [1] "DOID_0050747<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphoplasmacytic lymphoma`$privateGeneCount #> [1] 0 #> #> $`lymphoplasmacytic lymphoma`$publicGeneCount #> [1] 1 #> #> $`lymphoplasmacytic lymphoma`$urlId #> [1] "DOID_0050747" #> #> $`lymphoplasmacytic lymphoma`$dbPhenotype #> [1] TRUE #> #> $`lymphoplasmacytic lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`lymphoplasmacytic lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`lymphoplasmacytic lymphoma`$children #> list() #> #> $`lymphoplasmacytic lymphoma`$value #> [1] "lymphoplasmacytic lymphoma" #> #> #> $`lymphoplasmacytic lymphoma` #> $`lymphoplasmacytic lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050747" #> #> $`lymphoplasmacytic lymphoma`$`_id` #> [1] "DOID_0050747<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphoplasmacytic lymphoma`$privateGeneCount #> [1] 0 #> #> $`lymphoplasmacytic lymphoma`$publicGeneCount #> [1] 1 #> #> $`lymphoplasmacytic lymphoma`$urlId #> [1] "DOID_0050747" #> #> $`lymphoplasmacytic lymphoma`$dbPhenotype #> [1] TRUE #> #> $`lymphoplasmacytic lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`lymphoplasmacytic lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`lymphoplasmacytic lymphoma`$children #> list() #> #> $`lymphoplasmacytic lymphoma`$value #> [1] "lymphoplasmacytic lymphoma" #> #> #> $`lymphoplasmacytic lymphoma` #> $`lymphoplasmacytic lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050747" #> #> $`lymphoplasmacytic lymphoma`$`_id` #> [1] "DOID_0050747<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`lymphoplasmacytic lymphoma`$privateGeneCount #> [1] 0 #> #> $`lymphoplasmacytic lymphoma`$publicGeneCount #> [1] 1 #> #> $`lymphoplasmacytic lymphoma`$urlId #> [1] "DOID_0050747" #> #> $`lymphoplasmacytic lymphoma`$dbPhenotype #> [1] TRUE #> #> $`lymphoplasmacytic lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`lymphoplasmacytic lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`lymphoplasmacytic lymphoma`$children #> list() #> #> $`lymphoplasmacytic lymphoma`$value #> [1] "lymphoplasmacytic lymphoma" #> #> #> $`Lymphoproliferative disorder` #> $`Lymphoproliferative disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005523" #> #> $`Lymphoproliferative disorder`$`_id` #> [1] "HP_0005523<HP_0004377<HP_0001871<HP_0000118<HP_0000001" #> #> $`Lymphoproliferative disorder`$privateGeneCount #> [1] 0 #> #> $`Lymphoproliferative disorder`$publicGeneCount #> [1] 18 #> #> $`Lymphoproliferative disorder`$urlId #> [1] "HP_0005523" #> #> $`Lymphoproliferative disorder`$dbPhenotype #> [1] TRUE #> #> $`Lymphoproliferative disorder`$`_parent` #> [1] "HP_0004377<HP_0001871<HP_0000118<HP_0000001" #> #> $`Lymphoproliferative disorder`$`_is_leaf` #> [1] TRUE #> #> $`Lymphoproliferative disorder`$children #> list() #> #> $`Lymphoproliferative disorder`$value #> [1] "Lymphoproliferative disorder" #> #> #> $`Lymphoproliferative disorder` #> $`Lymphoproliferative disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005523" #> #> $`Lymphoproliferative disorder`$`_id` #> [1] "HP_0005523<HP_0004377<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Lymphoproliferative disorder`$privateGeneCount #> [1] 0 #> #> $`Lymphoproliferative disorder`$publicGeneCount #> [1] 18 #> #> $`Lymphoproliferative disorder`$urlId #> [1] "HP_0005523" #> #> $`Lymphoproliferative disorder`$dbPhenotype #> [1] TRUE #> #> $`Lymphoproliferative disorder`$`_parent` #> [1] "HP_0004377<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Lymphoproliferative disorder`$`_is_leaf` #> [1] TRUE #> #> $`Lymphoproliferative disorder`$children #> list() #> #> $`Lymphoproliferative disorder`$value #> [1] "Lymphoproliferative disorder" #> #> #> $`Lynch syndrome` #> $`Lynch syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3883" #> #> $`Lynch syndrome`$`_id` #> [1] "DOID_3883<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Lynch syndrome`$privateGeneCount #> [1] 0 #> #> $`Lynch syndrome`$publicGeneCount #> [1] 14 #> #> $`Lynch syndrome`$urlId #> [1] "DOID_3883" #> #> $`Lynch syndrome`$dbPhenotype #> [1] TRUE #> #> $`Lynch syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Lynch syndrome`$`_is_leaf` #> [1] FALSE #> #> $`Lynch syndrome`$children #> $`Lynch syndrome`$children[[1]] #> [1] "DOID_0050465<DOID_3883<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`Lynch syndrome`$value #> [1] "Lynch syndrome" #> #> #> $`Lynch syndrome` #> $`Lynch syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3883" #> #> $`Lynch syndrome`$`_id` #> [1] "DOID_3883<DOID_225<DOID_4" #> #> $`Lynch syndrome`$privateGeneCount #> [1] 0 #> #> $`Lynch syndrome`$publicGeneCount #> [1] 14 #> #> $`Lynch syndrome`$urlId #> [1] "DOID_3883" #> #> $`Lynch syndrome`$dbPhenotype #> [1] TRUE #> #> $`Lynch syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Lynch syndrome`$`_is_leaf` #> [1] FALSE #> #> $`Lynch syndrome`$children #> $`Lynch syndrome`$children[[1]] #> [1] "DOID_0050465<DOID_3883<DOID_225<DOID_4" #> #> #> $`Lynch syndrome`$value #> [1] "Lynch syndrome" #> #> #> $`lysinuric protein intolerance` #> $`lysinuric protein intolerance`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060439" #> #> $`lysinuric protein intolerance`$`_id` #> [1] "DOID_0060439<DOID_630<DOID_4" #> #> $`lysinuric protein intolerance`$privateGeneCount #> [1] 0 #> #> $`lysinuric protein intolerance`$publicGeneCount #> [1] 1 #> #> $`lysinuric protein intolerance`$urlId #> [1] "DOID_0060439" #> #> $`lysinuric protein intolerance`$dbPhenotype #> [1] TRUE #> #> $`lysinuric protein intolerance`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`lysinuric protein intolerance`$`_is_leaf` #> [1] TRUE #> #> $`lysinuric protein intolerance`$children #> list() #> #> $`lysinuric protein intolerance`$value #> [1] "lysinuric protein intolerance" #> #> #> $`lysinuric protein intolerance` #> $`lysinuric protein intolerance`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060439" #> #> $`lysinuric protein intolerance`$`_id` #> [1] "DOID_0060439<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`lysinuric protein intolerance`$privateGeneCount #> [1] 0 #> #> $`lysinuric protein intolerance`$publicGeneCount #> [1] 1 #> #> $`lysinuric protein intolerance`$urlId #> [1] "DOID_0060439" #> #> $`lysinuric protein intolerance`$dbPhenotype #> [1] TRUE #> #> $`lysinuric protein intolerance`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`lysinuric protein intolerance`$`_is_leaf` #> [1] TRUE #> #> $`lysinuric protein intolerance`$children #> list() #> #> $`lysinuric protein intolerance`$value #> [1] "lysinuric protein intolerance" #> #> #> $`lysosomal and lipase deficiency` #> $`lysosomal and lipase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080217" #> #> $`lysosomal and lipase deficiency`$`_id` #> [1] "DOID_0080217<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal and lipase deficiency`$privateGeneCount #> [1] 0 #> #> $`lysosomal and lipase deficiency`$publicGeneCount #> [1] 1 #> #> $`lysosomal and lipase deficiency`$urlId #> [1] "DOID_0080217" #> #> $`lysosomal and lipase deficiency`$dbPhenotype #> [1] FALSE #> #> $`lysosomal and lipase deficiency`$`_parent` #> [1] "DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal and lipase deficiency`$`_is_leaf` #> [1] FALSE #> #> $`lysosomal and lipase deficiency`$children #> $`lysosomal and lipase deficiency`$children[[1]] #> [1] "DOID_14502<DOID_0080217<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal and lipase deficiency`$children[[2]] #> [1] "DOID_14497<DOID_0080217<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> #> $`lysosomal and lipase deficiency`$value #> [1] "lysosomal and lipase deficiency" #> #> #> $`lysosomal storage disease` #> $`lysosomal storage disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3211" #> #> $`lysosomal storage disease`$`_id` #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal storage disease`$privateGeneCount #> [1] 0 #> #> $`lysosomal storage disease`$publicGeneCount #> [1] 177 #> #> $`lysosomal storage disease`$urlId #> [1] "DOID_3211" #> #> $`lysosomal storage disease`$dbPhenotype #> [1] TRUE #> #> $`lysosomal storage disease`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal storage disease`$`_is_leaf` #> [1] FALSE #> #> $`lysosomal storage disease`$children #> $`lysosomal storage disease`$children[[1]] #> [1] "DOID_3413<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal storage disease`$children[[2]] #> [1] "DOID_0050461<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal storage disease`$children[[3]] #> [1] "DOID_3633<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal storage disease`$children[[4]] #> [1] "DOID_1064<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal storage disease`$children[[5]] #> [1] "DOID_0050437<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal storage disease`$children[[6]] #> [1] "DOID_14500<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal storage disease`$children[[7]] #> [1] "DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal storage disease`$children[[8]] #> [1] "DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`lysosomal storage disease`$children[[9]] #> [1] "DOID_3659<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> #> $`lysosomal storage disease`$value #> [1] "lysosomal storage disease" #> #> #> $`Machado-Joseph disease` #> $`Machado-Joseph disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1440" #> #> $`Machado-Joseph disease`$`_id` #> [1] "DOID_1440<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Machado-Joseph disease`$privateGeneCount #> [1] 0 #> #> $`Machado-Joseph disease`$publicGeneCount #> [1] 3 #> #> $`Machado-Joseph disease`$urlId #> [1] "DOID_1440" #> #> $`Machado-Joseph disease`$dbPhenotype #> [1] TRUE #> #> $`Machado-Joseph disease`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Machado-Joseph disease`$`_is_leaf` #> [1] TRUE #> #> $`Machado-Joseph disease`$children #> list() #> #> $`Machado-Joseph disease`$value #> [1] "Machado-Joseph disease" #> #> #> $`Machado-Joseph disease` #> $`Machado-Joseph disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1440" #> #> $`Machado-Joseph disease`$`_id` #> [1] "DOID_1440<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Machado-Joseph disease`$privateGeneCount #> [1] 0 #> #> $`Machado-Joseph disease`$publicGeneCount #> [1] 3 #> #> $`Machado-Joseph disease`$urlId #> [1] "DOID_1440" #> #> $`Machado-Joseph disease`$dbPhenotype #> [1] TRUE #> #> $`Machado-Joseph disease`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Machado-Joseph disease`$`_is_leaf` #> [1] TRUE #> #> $`Machado-Joseph disease`$children #> list() #> #> $`Machado-Joseph disease`$value #> [1] "Machado-Joseph disease" #> #> #> $`Machado-Joseph disease` #> $`Machado-Joseph disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1440" #> #> $`Machado-Joseph disease`$`_id` #> [1] "DOID_1440<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Machado-Joseph disease`$privateGeneCount #> [1] 0 #> #> $`Machado-Joseph disease`$publicGeneCount #> [1] 3 #> #> $`Machado-Joseph disease`$urlId #> [1] "DOID_1440" #> #> $`Machado-Joseph disease`$dbPhenotype #> [1] TRUE #> #> $`Machado-Joseph disease`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Machado-Joseph disease`$`_is_leaf` #> [1] TRUE #> #> $`Machado-Joseph disease`$children #> list() #> #> $`Machado-Joseph disease`$value #> [1] "Machado-Joseph disease" #> #> #> $Macrocephaly #> $Macrocephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000256" #> #> $Macrocephaly$`_id` #> [1] "HP_0000256<HP_0040194<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Macrocephaly$privateGeneCount #> [1] 0 #> #> $Macrocephaly$publicGeneCount #> [1] 4 #> #> $Macrocephaly$urlId #> [1] "HP_0000256" #> #> $Macrocephaly$dbPhenotype #> [1] TRUE #> #> $Macrocephaly$`_parent` #> [1] "HP_0040194<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Macrocephaly$`_is_leaf` #> [1] TRUE #> #> $Macrocephaly$children #> list() #> #> $Macrocephaly$value #> [1] "Macrocephaly" #> #> #> $Macrocephaly #> $Macrocephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000256" #> #> $Macrocephaly$`_id` #> [1] "HP_0000256<HP_0040194<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Macrocephaly$privateGeneCount #> [1] 0 #> #> $Macrocephaly$publicGeneCount #> [1] 4 #> #> $Macrocephaly$urlId #> [1] "HP_0000256" #> #> $Macrocephaly$dbPhenotype #> [1] TRUE #> #> $Macrocephaly$`_parent` #> [1] "HP_0040194<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Macrocephaly$`_is_leaf` #> [1] TRUE #> #> $Macrocephaly$children #> list() #> #> $Macrocephaly$value #> [1] "Macrocephaly" #> #> #> $`macrocytic anemia` #> $`macrocytic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2361" #> #> $`macrocytic anemia`$`_id` #> [1] "DOID_2361<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`macrocytic anemia`$privateGeneCount #> [1] 0 #> #> $`macrocytic anemia`$publicGeneCount #> [1] 8 #> #> $`macrocytic anemia`$urlId #> [1] "DOID_2361" #> #> $`macrocytic anemia`$dbPhenotype #> [1] TRUE #> #> $`macrocytic anemia`$`_parent` #> [1] "DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`macrocytic anemia`$`_is_leaf` #> [1] FALSE #> #> $`macrocytic anemia`$children #> $`macrocytic anemia`$children[[1]] #> [1] "DOID_13382<DOID_2361<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $`macrocytic anemia`$value #> [1] "macrocytic anemia" #> #> #> $`Macrocytic anemia` #> $`Macrocytic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001972" #> #> $`Macrocytic anemia`$`_id` #> [1] "HP_0001972<HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Macrocytic anemia`$privateGeneCount #> [1] 0 #> #> $`Macrocytic anemia`$publicGeneCount #> [1] 1 #> #> $`Macrocytic anemia`$urlId #> [1] "HP_0001972" #> #> $`Macrocytic anemia`$dbPhenotype #> [1] FALSE #> #> $`Macrocytic anemia`$`_parent` #> [1] "HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Macrocytic anemia`$`_is_leaf` #> [1] FALSE #> #> $`Macrocytic anemia`$children #> $`Macrocytic anemia`$children[[1]] #> [1] "HP_0001889<HP_0001972<HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Macrocytic anemia`$value #> [1] "Macrocytic anemia" #> #> #> $`macular corneal dystrophy` #> $`macular corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2565" #> #> $`macular corneal dystrophy`$`_id` #> [1] "DOID_2565<DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`macular corneal dystrophy`$publicGeneCount #> [1] 9 #> #> $`macular corneal dystrophy`$urlId #> [1] "DOID_2565" #> #> $`macular corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`macular corneal dystrophy`$`_parent` #> [1] "DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`macular corneal dystrophy`$children #> list() #> #> $`macular corneal dystrophy`$value #> [1] "macular corneal dystrophy" #> #> #> $`macular degeneration` #> $`macular degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4448" #> #> $`macular degeneration`$`_id` #> [1] "DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular degeneration`$privateGeneCount #> [1] 0 #> #> $`macular degeneration`$publicGeneCount #> [1] 87 #> #> $`macular degeneration`$urlId #> [1] "DOID_4448" #> #> $`macular degeneration`$dbPhenotype #> [1] TRUE #> #> $`macular degeneration`$`_parent` #> [1] "DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular degeneration`$`_is_leaf` #> [1] FALSE #> #> $`macular degeneration`$children #> $`macular degeneration`$children[[1]] #> [1] "DOID_0050662<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular degeneration`$children[[2]] #> [1] "DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular degeneration`$children[[3]] #> [1] "DOID_0050578<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular degeneration`$children[[4]] #> [1] "DOID_0050661<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`macular degeneration`$value #> [1] "macular degeneration" #> #> #> $`macular degeneration` #> $`macular degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4448" #> #> $`macular degeneration`$`_id` #> [1] "DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular degeneration`$privateGeneCount #> [1] 0 #> #> $`macular degeneration`$publicGeneCount #> [1] 87 #> #> $`macular degeneration`$urlId #> [1] "DOID_4448" #> #> $`macular degeneration`$dbPhenotype #> [1] TRUE #> #> $`macular degeneration`$`_parent` #> [1] "DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular degeneration`$`_is_leaf` #> [1] FALSE #> #> $`macular degeneration`$children #> $`macular degeneration`$children[[1]] #> [1] "DOID_0050662<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular degeneration`$children[[2]] #> [1] "DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular degeneration`$children[[3]] #> [1] "DOID_0050578<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular degeneration`$children[[4]] #> [1] "DOID_0050661<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`macular degeneration`$value #> [1] "macular degeneration" #> #> #> $`Macular dystrophy` #> $`Macular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007754" #> #> $`Macular dystrophy`$`_id` #> [1] "HP_0007754<HP_0000556<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Macular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Macular dystrophy`$publicGeneCount #> [1] 2 #> #> $`Macular dystrophy`$urlId #> [1] "HP_0007754" #> #> $`Macular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Macular dystrophy`$`_parent` #> [1] "HP_0000556<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Macular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Macular dystrophy`$children #> list() #> #> $`Macular dystrophy`$value #> [1] "Macular dystrophy" #> #> #> $`Macular dystrophy` #> $`Macular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007754" #> #> $`Macular dystrophy`$`_id` #> [1] "HP_0007754<HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Macular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Macular dystrophy`$publicGeneCount #> [1] 2 #> #> $`Macular dystrophy`$urlId #> [1] "HP_0007754" #> #> $`Macular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Macular dystrophy`$`_parent` #> [1] "HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Macular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Macular dystrophy`$children #> list() #> #> $`Macular dystrophy`$value #> [1] "Macular dystrophy" #> #> #> $`macular retinal edema` #> $`macular retinal edema`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4449" #> #> $`macular retinal edema`$`_id` #> [1] "DOID_4449<DOID_6929<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular retinal edema`$privateGeneCount #> [1] 0 #> #> $`macular retinal edema`$publicGeneCount #> [1] 10 #> #> $`macular retinal edema`$urlId #> [1] "DOID_4449" #> #> $`macular retinal edema`$dbPhenotype #> [1] TRUE #> #> $`macular retinal edema`$`_parent` #> [1] "DOID_6929<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`macular retinal edema`$`_is_leaf` #> [1] FALSE #> #> $`macular retinal edema`$children #> $`macular retinal edema`$children[[1]] #> [1] "DOID_4447<DOID_4449<DOID_6929<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`macular retinal edema`$value #> [1] "macular retinal edema" #> #> #> $`Macular thickening` #> $`Macular thickening`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030498" #> #> $`Macular thickening`$`_id` #> [1] "HP_0030498<HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Macular thickening`$privateGeneCount #> [1] 0 #> #> $`Macular thickening`$publicGeneCount #> [1] 3 #> #> $`Macular thickening`$urlId #> [1] "HP_0030498" #> #> $`Macular thickening`$dbPhenotype #> [1] FALSE #> #> $`Macular thickening`$`_parent` #> [1] "HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Macular thickening`$`_is_leaf` #> [1] FALSE #> #> $`Macular thickening`$children #> $`Macular thickening`$children[[1]] #> [1] "HP_0100014<HP_0030498<HP_0001103<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Macular thickening`$value #> [1] "Macular thickening" #> #> #> $`major depressive disorder` #> $`major depressive disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1470" #> #> $`major depressive disorder`$`_id` #> [1] "DOID_1470<DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`major depressive disorder`$privateGeneCount #> [1] 0 #> #> $`major depressive disorder`$publicGeneCount #> [1] 99 #> #> $`major depressive disorder`$urlId #> [1] "DOID_1470" #> #> $`major depressive disorder`$dbPhenotype #> [1] TRUE #> #> $`major depressive disorder`$`_parent` #> [1] "DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`major depressive disorder`$`_is_leaf` #> [1] FALSE #> #> $`major depressive disorder`$children #> $`major depressive disorder`$children[[1]] #> [1] "DOID_1595<DOID_1470<DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> #> $`major depressive disorder`$value #> [1] "major depressive disorder" #> #> #> $malaria #> $malaria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12365" #> #> $malaria$`_id` #> [1] "DOID_12365<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $malaria$privateGeneCount #> [1] 0 #> #> $malaria$publicGeneCount #> [1] 27 #> #> $malaria$urlId #> [1] "DOID_12365" #> #> $malaria$dbPhenotype #> [1] TRUE #> #> $malaria$`_parent` #> [1] "DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $malaria$`_is_leaf` #> [1] FALSE #> #> $malaria$children #> $malaria$children[[1]] #> [1] "DOID_14067<DOID_12365<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> #> $malaria$value #> [1] "malaria" #> #> #> $`male breast cancer` #> $`male breast cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1614" #> #> $`male breast cancer`$`_id` #> [1] "DOID_1614<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`male breast cancer`$privateGeneCount #> [1] 0 #> #> $`male breast cancer`$publicGeneCount #> [1] 1 #> #> $`male breast cancer`$urlId #> [1] "DOID_1614" #> #> $`male breast cancer`$dbPhenotype #> [1] TRUE #> #> $`male breast cancer`$`_parent` #> [1] "DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`male breast cancer`$`_is_leaf` #> [1] TRUE #> #> $`male breast cancer`$children #> list() #> #> $`male breast cancer`$value #> [1] "male breast cancer" #> #> #> $`male breast cancer` #> $`male breast cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1614" #> #> $`male breast cancer`$`_id` #> [1] "DOID_1614<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`male breast cancer`$privateGeneCount #> [1] 0 #> #> $`male breast cancer`$publicGeneCount #> [1] 1 #> #> $`male breast cancer`$urlId #> [1] "DOID_1614" #> #> $`male breast cancer`$dbPhenotype #> [1] TRUE #> #> $`male breast cancer`$`_parent` #> [1] "DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`male breast cancer`$`_is_leaf` #> [1] TRUE #> #> $`male breast cancer`$children #> list() #> #> $`male breast cancer`$value #> [1] "male breast cancer" #> #> #> $`male breast cancer` #> $`male breast cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1614" #> #> $`male breast cancer`$`_id` #> [1] "DOID_1614<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`male breast cancer`$privateGeneCount #> [1] 0 #> #> $`male breast cancer`$publicGeneCount #> [1] 1 #> #> $`male breast cancer`$urlId #> [1] "DOID_1614" #> #> $`male breast cancer`$dbPhenotype #> [1] TRUE #> #> $`male breast cancer`$`_parent` #> [1] "DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`male breast cancer`$`_is_leaf` #> [1] TRUE #> #> $`male breast cancer`$children #> list() #> #> $`male breast cancer`$value #> [1] "male breast cancer" #> #> #> $`male infertility` #> $`male infertility`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12336" #> #> $`male infertility`$`_id` #> [1] "DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male infertility`$privateGeneCount #> [1] 0 #> #> $`male infertility`$publicGeneCount #> [1] 73 #> #> $`male infertility`$urlId #> [1] "DOID_12336" #> #> $`male infertility`$dbPhenotype #> [1] TRUE #> #> $`male infertility`$`_parent` #> [1] "DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male infertility`$`_is_leaf` #> [1] FALSE #> #> $`male infertility`$children #> $`male infertility`$children[[1]] #> [1] "DOID_14227<DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male infertility`$children[[2]] #> [1] "DOID_14228<DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male infertility`$children[[3]] #> [1] "DOID_0050457<DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`male infertility`$value #> [1] "male infertility" #> #> #> $`male reproductive organ benign neoplasm` #> $`male reproductive organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060087" #> #> $`male reproductive organ benign neoplasm`$`_id` #> [1] "DOID_0060087<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`male reproductive organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`male reproductive organ benign neoplasm`$publicGeneCount #> [1] 19 #> #> $`male reproductive organ benign neoplasm`$urlId #> [1] "DOID_0060087" #> #> $`male reproductive organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`male reproductive organ benign neoplasm`$`_parent` #> [1] "DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`male reproductive organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`male reproductive organ benign neoplasm`$children #> $`male reproductive organ benign neoplasm`$children[[1]] #> [1] "DOID_11624<DOID_0060087<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`male reproductive organ benign neoplasm`$children[[2]] #> [1] "DOID_2883<DOID_0060087<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`male reproductive organ benign neoplasm`$value #> [1] "male reproductive organ benign neoplasm" #> #> #> $`male reproductive organ benign neoplasm` #> $`male reproductive organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060087" #> #> $`male reproductive organ benign neoplasm`$`_id` #> [1] "DOID_0060087<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`male reproductive organ benign neoplasm`$publicGeneCount #> [1] 19 #> #> $`male reproductive organ benign neoplasm`$urlId #> [1] "DOID_0060087" #> #> $`male reproductive organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`male reproductive organ benign neoplasm`$`_parent` #> [1] "DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`male reproductive organ benign neoplasm`$children #> $`male reproductive organ benign neoplasm`$children[[1]] #> [1] "DOID_11624<DOID_0060087<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive organ benign neoplasm`$children[[2]] #> [1] "DOID_2883<DOID_0060087<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> #> $`male reproductive organ benign neoplasm`$value #> [1] "male reproductive organ benign neoplasm" #> #> #> $`male reproductive organ benign neoplasm` #> $`male reproductive organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060087" #> #> $`male reproductive organ benign neoplasm`$`_id` #> [1] "DOID_0060087<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`male reproductive organ benign neoplasm`$publicGeneCount #> [1] 19 #> #> $`male reproductive organ benign neoplasm`$urlId #> [1] "DOID_0060087" #> #> $`male reproductive organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`male reproductive organ benign neoplasm`$`_parent` #> [1] "DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`male reproductive organ benign neoplasm`$children #> $`male reproductive organ benign neoplasm`$children[[1]] #> [1] "DOID_11624<DOID_0060087<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive organ benign neoplasm`$children[[2]] #> [1] "DOID_2883<DOID_0060087<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`male reproductive organ benign neoplasm`$value #> [1] "male reproductive organ benign neoplasm" #> #> #> $`male reproductive organ cancer` #> $`male reproductive organ cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3856" #> #> $`male reproductive organ cancer`$`_id` #> [1] "DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`male reproductive organ cancer`$privateGeneCount #> [1] 0 #> #> $`male reproductive organ cancer`$publicGeneCount #> [1] 710 #> #> $`male reproductive organ cancer`$urlId #> [1] "DOID_3856" #> #> $`male reproductive organ cancer`$dbPhenotype #> [1] TRUE #> #> $`male reproductive organ cancer`$`_parent` #> [1] "DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`male reproductive organ cancer`$`_is_leaf` #> [1] FALSE #> #> $`male reproductive organ cancer`$children #> $`male reproductive organ cancer`$children[[1]] #> [1] "DOID_10283<DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`male reproductive organ cancer`$children[[2]] #> [1] "DOID_2998<DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`male reproductive organ cancer`$value #> [1] "male reproductive organ cancer" #> #> #> $`male reproductive organ cancer` #> $`male reproductive organ cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3856" #> #> $`male reproductive organ cancer`$`_id` #> [1] "DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive organ cancer`$privateGeneCount #> [1] 0 #> #> $`male reproductive organ cancer`$publicGeneCount #> [1] 710 #> #> $`male reproductive organ cancer`$urlId #> [1] "DOID_3856" #> #> $`male reproductive organ cancer`$dbPhenotype #> [1] TRUE #> #> $`male reproductive organ cancer`$`_parent` #> [1] "DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive organ cancer`$`_is_leaf` #> [1] FALSE #> #> $`male reproductive organ cancer`$children #> $`male reproductive organ cancer`$children[[1]] #> [1] "DOID_10283<DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive organ cancer`$children[[2]] #> [1] "DOID_2998<DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`male reproductive organ cancer`$value #> [1] "male reproductive organ cancer" #> #> #> $`male reproductive system disease` #> $`male reproductive system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_48" #> #> $`male reproductive system disease`$`_id` #> [1] "DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive system disease`$privateGeneCount #> [1] 0 #> #> $`male reproductive system disease`$publicGeneCount #> [1] 792 #> #> $`male reproductive system disease`$urlId #> [1] "DOID_48" #> #> $`male reproductive system disease`$dbPhenotype #> [1] TRUE #> #> $`male reproductive system disease`$`_parent` #> [1] "DOID_15<DOID_7<DOID_4" #> #> $`male reproductive system disease`$`_is_leaf` #> [1] FALSE #> #> $`male reproductive system disease`$children #> $`male reproductive system disease`$children[[1]] #> [1] "DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive system disease`$children[[2]] #> [1] "DOID_0060087<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive system disease`$children[[3]] #> [1] "DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive system disease`$children[[4]] #> [1] "DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive system disease`$children[[5]] #> [1] "DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`male reproductive system disease`$children[[6]] #> [1] "DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`male reproductive system disease`$value #> [1] "male reproductive system disease" #> #> #> $`Male sexual dysfunction` #> $`Male sexual dysfunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040307" #> #> $`Male sexual dysfunction`$`_id` #> [1] "HP_0040307<HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Male sexual dysfunction`$privateGeneCount #> [1] 0 #> #> $`Male sexual dysfunction`$publicGeneCount #> [1] 13 #> #> $`Male sexual dysfunction`$urlId #> [1] "HP_0040307" #> #> $`Male sexual dysfunction`$dbPhenotype #> [1] FALSE #> #> $`Male sexual dysfunction`$`_parent` #> [1] "HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Male sexual dysfunction`$`_is_leaf` #> [1] FALSE #> #> $`Male sexual dysfunction`$children #> $`Male sexual dysfunction`$children[[1]] #> [1] "HP_0100639<HP_0040307<HP_0012874<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Male sexual dysfunction`$value #> [1] "Male sexual dysfunction" #> #> #> $`malignant adenoma` #> $`malignant adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080364" #> #> $`malignant adenoma`$`_id` #> [1] "DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant adenoma`$privateGeneCount #> [1] 0 #> #> $`malignant adenoma`$publicGeneCount #> [1] 5 #> #> $`malignant adenoma`$urlId #> [1] "DOID_0080364" #> #> $`malignant adenoma`$dbPhenotype #> [1] FALSE #> #> $`malignant adenoma`$`_parent` #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant adenoma`$`_is_leaf` #> [1] FALSE #> #> $`malignant adenoma`$children #> $`malignant adenoma`$children[[1]] #> [1] "DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`malignant adenoma`$value #> [1] "malignant adenoma" #> #> #> $`malignant cystadenoma` #> $`malignant cystadenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60004" #> #> $`malignant cystadenoma`$`_id` #> [1] "DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant cystadenoma`$privateGeneCount #> [1] 0 #> #> $`malignant cystadenoma`$publicGeneCount #> [1] 5 #> #> $`malignant cystadenoma`$urlId #> [1] "DOID_60004" #> #> $`malignant cystadenoma`$dbPhenotype #> [1] FALSE #> #> $`malignant cystadenoma`$`_parent` #> [1] "DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant cystadenoma`$`_is_leaf` #> [1] FALSE #> #> $`malignant cystadenoma`$children #> $`malignant cystadenoma`$children[[1]] #> [1] "DOID_3111<DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`malignant cystadenoma`$value #> [1] "malignant cystadenoma" #> #> #> $`malignant fibrous histiocytoma` #> $`malignant fibrous histiocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1907" #> #> $`malignant fibrous histiocytoma`$`_id` #> [1] "DOID_1907<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant fibrous histiocytoma`$privateGeneCount #> [1] 0 #> #> $`malignant fibrous histiocytoma`$publicGeneCount #> [1] 1 #> #> $`malignant fibrous histiocytoma`$urlId #> [1] "DOID_1907" #> #> $`malignant fibrous histiocytoma`$dbPhenotype #> [1] TRUE #> #> $`malignant fibrous histiocytoma`$`_parent` #> [1] "DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant fibrous histiocytoma`$`_is_leaf` #> [1] TRUE #> #> $`malignant fibrous histiocytoma`$children #> list() #> #> $`malignant fibrous histiocytoma`$value #> [1] "malignant fibrous histiocytoma" #> #> #> $`malignant glioma` #> $`malignant glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3070" #> #> $`malignant glioma`$`_id` #> [1] "DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$privateGeneCount #> [1] 0 #> #> $`malignant glioma`$publicGeneCount #> [1] 183 #> #> $`malignant glioma`$urlId #> [1] "DOID_3070" #> #> $`malignant glioma`$dbPhenotype #> [1] TRUE #> #> $`malignant glioma`$`_parent` #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$`_is_leaf` #> [1] FALSE #> #> $`malignant glioma`$children #> $`malignant glioma`$children[[1]] #> [1] "DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$children[[2]] #> [1] "DOID_5076<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$children[[3]] #> [1] "DOID_3181<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$children[[4]] #> [1] "DOID_4851<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`malignant glioma`$value #> [1] "malignant glioma" #> #> #> $`malignant glioma` #> $`malignant glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3070" #> #> $`malignant glioma`$`_id` #> [1] "DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$privateGeneCount #> [1] 0 #> #> $`malignant glioma`$publicGeneCount #> [1] 183 #> #> $`malignant glioma`$urlId #> [1] "DOID_3070" #> #> $`malignant glioma`$dbPhenotype #> [1] TRUE #> #> $`malignant glioma`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$`_is_leaf` #> [1] FALSE #> #> $`malignant glioma`$children #> $`malignant glioma`$children[[1]] #> [1] "DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[2]] #> [1] "DOID_5076<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[3]] #> [1] "DOID_3181<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[4]] #> [1] "DOID_4851<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`malignant glioma`$value #> [1] "malignant glioma" #> #> #> $`malignant glioma` #> $`malignant glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3070" #> #> $`malignant glioma`$`_id` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$privateGeneCount #> [1] 0 #> #> $`malignant glioma`$publicGeneCount #> [1] 183 #> #> $`malignant glioma`$urlId #> [1] "DOID_3070" #> #> $`malignant glioma`$dbPhenotype #> [1] TRUE #> #> $`malignant glioma`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$`_is_leaf` #> [1] FALSE #> #> $`malignant glioma`$children #> $`malignant glioma`$children[[1]] #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$children[[2]] #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$children[[3]] #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$children[[4]] #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`malignant glioma`$value #> [1] "malignant glioma" #> #> #> $`malignant glioma` #> $`malignant glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3070" #> #> $`malignant glioma`$`_id` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$privateGeneCount #> [1] 0 #> #> $`malignant glioma`$publicGeneCount #> [1] 183 #> #> $`malignant glioma`$urlId #> [1] "DOID_3070" #> #> $`malignant glioma`$dbPhenotype #> [1] TRUE #> #> $`malignant glioma`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$`_is_leaf` #> [1] FALSE #> #> $`malignant glioma`$children #> $`malignant glioma`$children[[1]] #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[2]] #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[3]] #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[4]] #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`malignant glioma`$value #> [1] "malignant glioma" #> #> #> $`malignant glioma` #> $`malignant glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3070" #> #> $`malignant glioma`$`_id` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$privateGeneCount #> [1] 0 #> #> $`malignant glioma`$publicGeneCount #> [1] 183 #> #> $`malignant glioma`$urlId #> [1] "DOID_3070" #> #> $`malignant glioma`$dbPhenotype #> [1] TRUE #> #> $`malignant glioma`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$`_is_leaf` #> [1] FALSE #> #> $`malignant glioma`$children #> $`malignant glioma`$children[[1]] #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[2]] #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[3]] #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[4]] #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`malignant glioma`$value #> [1] "malignant glioma" #> #> #> $`malignant glioma` #> $`malignant glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3070" #> #> $`malignant glioma`$`_id` #> [1] "DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$privateGeneCount #> [1] 0 #> #> $`malignant glioma`$publicGeneCount #> [1] 183 #> #> $`malignant glioma`$urlId #> [1] "DOID_3070" #> #> $`malignant glioma`$dbPhenotype #> [1] TRUE #> #> $`malignant glioma`$`_parent` #> [1] "DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$`_is_leaf` #> [1] FALSE #> #> $`malignant glioma`$children #> $`malignant glioma`$children[[1]] #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[2]] #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[3]] #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[4]] #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`malignant glioma`$value #> [1] "malignant glioma" #> #> #> $`malignant glioma` #> $`malignant glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3070" #> #> $`malignant glioma`$`_id` #> [1] "DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$privateGeneCount #> [1] 0 #> #> $`malignant glioma`$publicGeneCount #> [1] 183 #> #> $`malignant glioma`$urlId #> [1] "DOID_3070" #> #> $`malignant glioma`$dbPhenotype #> [1] TRUE #> #> $`malignant glioma`$`_parent` #> [1] "DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$`_is_leaf` #> [1] FALSE #> #> $`malignant glioma`$children #> $`malignant glioma`$children[[1]] #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[2]] #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[3]] #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[4]] #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`malignant glioma`$value #> [1] "malignant glioma" #> #> #> $`malignant glioma` #> $`malignant glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3070" #> #> $`malignant glioma`$`_id` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$privateGeneCount #> [1] 0 #> #> $`malignant glioma`$publicGeneCount #> [1] 183 #> #> $`malignant glioma`$urlId #> [1] "DOID_3070" #> #> $`malignant glioma`$dbPhenotype #> [1] TRUE #> #> $`malignant glioma`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$`_is_leaf` #> [1] FALSE #> #> $`malignant glioma`$children #> $`malignant glioma`$children[[1]] #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$children[[2]] #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$children[[3]] #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant glioma`$children[[4]] #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`malignant glioma`$value #> [1] "malignant glioma" #> #> #> $`malignant glioma` #> $`malignant glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3070" #> #> $`malignant glioma`$`_id` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$privateGeneCount #> [1] 0 #> #> $`malignant glioma`$publicGeneCount #> [1] 183 #> #> $`malignant glioma`$urlId #> [1] "DOID_3070" #> #> $`malignant glioma`$dbPhenotype #> [1] TRUE #> #> $`malignant glioma`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$`_is_leaf` #> [1] FALSE #> #> $`malignant glioma`$children #> $`malignant glioma`$children[[1]] #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[2]] #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[3]] #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[4]] #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`malignant glioma`$value #> [1] "malignant glioma" #> #> #> $`malignant glioma` #> $`malignant glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3070" #> #> $`malignant glioma`$`_id` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$privateGeneCount #> [1] 0 #> #> $`malignant glioma`$publicGeneCount #> [1] 183 #> #> $`malignant glioma`$urlId #> [1] "DOID_3070" #> #> $`malignant glioma`$dbPhenotype #> [1] TRUE #> #> $`malignant glioma`$`_parent` #> [1] "DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$`_is_leaf` #> [1] FALSE #> #> $`malignant glioma`$children #> $`malignant glioma`$children[[1]] #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[2]] #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[3]] #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`malignant glioma`$children[[4]] #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`malignant glioma`$value #> [1] "malignant glioma" #> #> #> $`malignant hypertension` #> $`malignant hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10824" #> #> $`malignant hypertension`$`_id` #> [1] "DOID_10824<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`malignant hypertension`$privateGeneCount #> [1] 0 #> #> $`malignant hypertension`$publicGeneCount #> [1] 4 #> #> $`malignant hypertension`$urlId #> [1] "DOID_10824" #> #> $`malignant hypertension`$dbPhenotype #> [1] TRUE #> #> $`malignant hypertension`$`_parent` #> [1] "DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`malignant hypertension`$`_is_leaf` #> [1] TRUE #> #> $`malignant hypertension`$children #> list() #> #> $`malignant hypertension`$value #> [1] "malignant hypertension" #> #> #> $`malignant hyperthermia` #> $`malignant hyperthermia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8545" #> #> $`malignant hyperthermia`$`_id` #> [1] "DOID_8545<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`malignant hyperthermia`$privateGeneCount #> [1] 0 #> #> $`malignant hyperthermia`$publicGeneCount #> [1] 4 #> #> $`malignant hyperthermia`$urlId #> [1] "DOID_8545" #> #> $`malignant hyperthermia`$dbPhenotype #> [1] TRUE #> #> $`malignant hyperthermia`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`malignant hyperthermia`$`_is_leaf` #> [1] TRUE #> #> $`malignant hyperthermia`$children #> list() #> #> $`malignant hyperthermia`$value #> [1] "malignant hyperthermia" #> #> #> $`malignant hyperthermia` #> $`malignant hyperthermia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8545" #> #> $`malignant hyperthermia`$`_id` #> [1] "DOID_8545<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`malignant hyperthermia`$privateGeneCount #> [1] 0 #> #> $`malignant hyperthermia`$publicGeneCount #> [1] 4 #> #> $`malignant hyperthermia`$urlId #> [1] "DOID_8545" #> #> $`malignant hyperthermia`$dbPhenotype #> [1] TRUE #> #> $`malignant hyperthermia`$`_parent` #> [1] "DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`malignant hyperthermia`$`_is_leaf` #> [1] TRUE #> #> $`malignant hyperthermia`$children #> list() #> #> $`malignant hyperthermia`$value #> [1] "malignant hyperthermia" #> #> #> $`malignant mesothelioma` #> $`malignant mesothelioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1790" #> #> $`malignant mesothelioma`$`_id` #> [1] "DOID_1790<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant mesothelioma`$privateGeneCount #> [1] 0 #> #> $`malignant mesothelioma`$publicGeneCount #> [1] 6 #> #> $`malignant mesothelioma`$urlId #> [1] "DOID_1790" #> #> $`malignant mesothelioma`$dbPhenotype #> [1] TRUE #> #> $`malignant mesothelioma`$`_parent` #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant mesothelioma`$`_is_leaf` #> [1] TRUE #> #> $`malignant mesothelioma`$children #> list() #> #> $`malignant mesothelioma`$value #> [1] "malignant mesothelioma" #> #> #> $`malignant ovarian surface epithelial-stromal neoplasm` #> $`malignant ovarian surface epithelial-stromal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2151" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_id` #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$privateGeneCount #> [1] 0 #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$publicGeneCount #> [1] 10 #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$urlId #> [1] "DOID_2151" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_parent` #> [1] "DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$children #> $`malignant ovarian surface epithelial-stromal neoplasm`$children[[1]] #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$value #> [1] "malignant ovarian surface epithelial-stromal neoplasm" #> #> #> $`malignant ovarian surface epithelial-stromal neoplasm` #> $`malignant ovarian surface epithelial-stromal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2151" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_id` #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$privateGeneCount #> [1] 0 #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$publicGeneCount #> [1] 10 #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$urlId #> [1] "DOID_2151" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_parent` #> [1] "DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$children #> $`malignant ovarian surface epithelial-stromal neoplasm`$children[[1]] #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$value #> [1] "malignant ovarian surface epithelial-stromal neoplasm" #> #> #> $`malignant ovarian surface epithelial-stromal neoplasm` #> $`malignant ovarian surface epithelial-stromal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2151" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_id` #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$privateGeneCount #> [1] 0 #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$publicGeneCount #> [1] 10 #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$urlId #> [1] "DOID_2151" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_parent` #> [1] "DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$children #> $`malignant ovarian surface epithelial-stromal neoplasm`$children[[1]] #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$value #> [1] "malignant ovarian surface epithelial-stromal neoplasm" #> #> #> $`malignant ovarian surface epithelial-stromal neoplasm` #> $`malignant ovarian surface epithelial-stromal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2151" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_id` #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$privateGeneCount #> [1] 0 #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$publicGeneCount #> [1] 10 #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$urlId #> [1] "DOID_2151" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_parent` #> [1] "DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$children #> $`malignant ovarian surface epithelial-stromal neoplasm`$children[[1]] #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$value #> [1] "malignant ovarian surface epithelial-stromal neoplasm" #> #> #> $`malignant ovarian surface epithelial-stromal neoplasm` #> $`malignant ovarian surface epithelial-stromal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2151" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_id` #> [1] "DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$privateGeneCount #> [1] 0 #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$publicGeneCount #> [1] 10 #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$urlId #> [1] "DOID_2151" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_parent` #> [1] "DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$children #> $`malignant ovarian surface epithelial-stromal neoplasm`$children[[1]] #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`malignant ovarian surface epithelial-stromal neoplasm`$value #> [1] "malignant ovarian surface epithelial-stromal neoplasm" #> #> #> $`malignant peripheral nerve sheath tumor` #> $`malignant peripheral nerve sheath tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5940" #> #> $`malignant peripheral nerve sheath tumor`$`_id` #> [1] "DOID_5940<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant peripheral nerve sheath tumor`$privateGeneCount #> [1] 0 #> #> $`malignant peripheral nerve sheath tumor`$publicGeneCount #> [1] 8 #> #> $`malignant peripheral nerve sheath tumor`$urlId #> [1] "DOID_5940" #> #> $`malignant peripheral nerve sheath tumor`$dbPhenotype #> [1] TRUE #> #> $`malignant peripheral nerve sheath tumor`$`_parent` #> [1] "DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`malignant peripheral nerve sheath tumor`$`_is_leaf` #> [1] TRUE #> #> $`malignant peripheral nerve sheath tumor`$children #> list() #> #> $`malignant peripheral nerve sheath tumor`$value #> [1] "malignant peripheral nerve sheath tumor" #> #> #> $`malignant peripheral nerve sheath tumor` #> $`malignant peripheral nerve sheath tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5940" #> #> $`malignant peripheral nerve sheath tumor`$`_id` #> [1] "DOID_5940<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`malignant peripheral nerve sheath tumor`$privateGeneCount #> [1] 0 #> #> $`malignant peripheral nerve sheath tumor`$publicGeneCount #> [1] 8 #> #> $`malignant peripheral nerve sheath tumor`$urlId #> [1] "DOID_5940" #> #> $`malignant peripheral nerve sheath tumor`$dbPhenotype #> [1] TRUE #> #> $`malignant peripheral nerve sheath tumor`$`_parent` #> [1] "DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`malignant peripheral nerve sheath tumor`$`_is_leaf` #> [1] TRUE #> #> $`malignant peripheral nerve sheath tumor`$children #> list() #> #> $`malignant peripheral nerve sheath tumor`$value #> [1] "malignant peripheral nerve sheath tumor" #> #> #> $`malignant peripheral nerve sheath tumor` #> $`malignant peripheral nerve sheath tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5940" #> #> $`malignant peripheral nerve sheath tumor`$`_id` #> [1] "DOID_5940<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`malignant peripheral nerve sheath tumor`$privateGeneCount #> [1] 0 #> #> $`malignant peripheral nerve sheath tumor`$publicGeneCount #> [1] 8 #> #> $`malignant peripheral nerve sheath tumor`$urlId #> [1] "DOID_5940" #> #> $`malignant peripheral nerve sheath tumor`$dbPhenotype #> [1] TRUE #> #> $`malignant peripheral nerve sheath tumor`$`_parent` #> [1] "DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`malignant peripheral nerve sheath tumor`$`_is_leaf` #> [1] TRUE #> #> $`malignant peripheral nerve sheath tumor`$children #> list() #> #> $`malignant peripheral nerve sheath tumor`$value #> [1] "malignant peripheral nerve sheath tumor" #> #> #> $`malignant teratoma` #> $`malignant teratoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5563" #> #> $`malignant teratoma`$`_id` #> [1] "DOID_5563<DOID_3307<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant teratoma`$privateGeneCount #> [1] 0 #> #> $`malignant teratoma`$publicGeneCount #> [1] 10 #> #> $`malignant teratoma`$urlId #> [1] "DOID_5563" #> #> $`malignant teratoma`$dbPhenotype #> [1] TRUE #> #> $`malignant teratoma`$`_parent` #> [1] "DOID_3307<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant teratoma`$`_is_leaf` #> [1] TRUE #> #> $`malignant teratoma`$children #> list() #> #> $`malignant teratoma`$value #> [1] "malignant teratoma" #> #> #> $`malignant teratoma` #> $`malignant teratoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5563" #> #> $`malignant teratoma`$`_id` #> [1] "DOID_5563<DOID_3307<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant teratoma`$privateGeneCount #> [1] 0 #> #> $`malignant teratoma`$publicGeneCount #> [1] 10 #> #> $`malignant teratoma`$urlId #> [1] "DOID_5563" #> #> $`malignant teratoma`$dbPhenotype #> [1] TRUE #> #> $`malignant teratoma`$`_parent` #> [1] "DOID_3307<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`malignant teratoma`$`_is_leaf` #> [1] TRUE #> #> $`malignant teratoma`$children #> list() #> #> $`malignant teratoma`$value #> [1] "malignant teratoma" #> #> #> $Malnutrition #> $Malnutrition$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004395" #> #> $Malnutrition$`_id` #> [1] "HP_0004395<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $Malnutrition$privateGeneCount #> [1] 0 #> #> $Malnutrition$publicGeneCount #> [1] 5 #> #> $Malnutrition$urlId #> [1] "HP_0004395" #> #> $Malnutrition$dbPhenotype #> [1] TRUE #> #> $Malnutrition$`_parent` #> [1] "HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $Malnutrition$`_is_leaf` #> [1] TRUE #> #> $Malnutrition$children #> list() #> #> $Malnutrition$value #> [1] "Malnutrition" #> #> #> $`Mammalian Phenotype Ontology` #> $`Mammalian Phenotype Ontology`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0000001" #> #> $`Mammalian Phenotype Ontology`$`_id` #> [1] "MP_0000001" #> #> $`Mammalian Phenotype Ontology`$privateGeneCount #> [1] 0 #> #> $`Mammalian Phenotype Ontology`$publicGeneCount #> [1] 31 #> #> $`Mammalian Phenotype Ontology`$urlId #> [1] "MP_0000001" #> #> $`Mammalian Phenotype Ontology`$dbPhenotype #> [1] FALSE #> #> $`Mammalian Phenotype Ontology`$`_parent` #> NULL #> #> $`Mammalian Phenotype Ontology`$`_is_leaf` #> [1] FALSE #> #> $`Mammalian Phenotype Ontology`$children #> $`Mammalian Phenotype Ontology`$children[[1]] #> [1] "MP_0005386<MP_0000001" #> #> $`Mammalian Phenotype Ontology`$children[[2]] #> [1] "MP_0005385<MP_0000001" #> #> $`Mammalian Phenotype Ontology`$children[[3]] #> [1] "MP_0005369<MP_0000001" #> #> $`Mammalian Phenotype Ontology`$children[[4]] #> [1] "MP_0003631<MP_0000001" #> #> $`Mammalian Phenotype Ontology`$children[[5]] #> [1] "MP_0005391<MP_0000001" #> #> #> $`Mammalian Phenotype Ontology`$value #> [1] "Mammalian Phenotype Ontology" #> #> #> $`mammary Paget's disease` #> $`mammary Paget's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3443" #> #> $`mammary Paget's disease`$`_id` #> [1] "DOID_3443<DOID_3458<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mammary Paget's disease`$privateGeneCount #> [1] 0 #> #> $`mammary Paget's disease`$publicGeneCount #> [1] 7 #> #> $`mammary Paget's disease`$urlId #> [1] "DOID_3443" #> #> $`mammary Paget's disease`$dbPhenotype #> [1] TRUE #> #> $`mammary Paget's disease`$`_parent` #> [1] "DOID_3458<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mammary Paget's disease`$`_is_leaf` #> [1] TRUE #> #> $`mammary Paget's disease`$children #> list() #> #> $`mammary Paget's disease`$value #> [1] "mammary Paget's disease" #> #> #> $`mammary Paget's disease` #> $`mammary Paget's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3443" #> #> $`mammary Paget's disease`$`_id` #> [1] "DOID_3443<DOID_3458<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`mammary Paget's disease`$privateGeneCount #> [1] 0 #> #> $`mammary Paget's disease`$publicGeneCount #> [1] 7 #> #> $`mammary Paget's disease`$urlId #> [1] "DOID_3443" #> #> $`mammary Paget's disease`$dbPhenotype #> [1] TRUE #> #> $`mammary Paget's disease`$`_parent` #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`mammary Paget's disease`$`_is_leaf` #> [1] TRUE #> #> $`mammary Paget's disease`$children #> list() #> #> $`mammary Paget's disease`$value #> [1] "mammary Paget's disease" #> #> #> $`mammary Paget's disease` #> $`mammary Paget's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3443" #> #> $`mammary Paget's disease`$`_id` #> [1] "DOID_3443<DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mammary Paget's disease`$privateGeneCount #> [1] 0 #> #> $`mammary Paget's disease`$publicGeneCount #> [1] 7 #> #> $`mammary Paget's disease`$urlId #> [1] "DOID_3443" #> #> $`mammary Paget's disease`$dbPhenotype #> [1] TRUE #> #> $`mammary Paget's disease`$`_parent` #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mammary Paget's disease`$`_is_leaf` #> [1] TRUE #> #> $`mammary Paget's disease`$children #> list() #> #> $`mammary Paget's disease`$value #> [1] "mammary Paget's disease" #> #> #> $`mammary Paget's disease` #> $`mammary Paget's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3443" #> #> $`mammary Paget's disease`$`_id` #> [1] "DOID_3443<DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`mammary Paget's disease`$privateGeneCount #> [1] 0 #> #> $`mammary Paget's disease`$publicGeneCount #> [1] 7 #> #> $`mammary Paget's disease`$urlId #> [1] "DOID_3443" #> #> $`mammary Paget's disease`$dbPhenotype #> [1] TRUE #> #> $`mammary Paget's disease`$`_parent` #> [1] "DOID_3458<DOID_3459<DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`mammary Paget's disease`$`_is_leaf` #> [1] TRUE #> #> $`mammary Paget's disease`$children #> list() #> #> $`mammary Paget's disease`$value #> [1] "mammary Paget's disease" #> #> #> $`mandibular cancer` #> $`mandibular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2338" #> #> $`mandibular cancer`$`_id` #> [1] "DOID_2338<DOID_1862<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mandibular cancer`$privateGeneCount #> [1] 0 #> #> $`mandibular cancer`$publicGeneCount #> [1] 1 #> #> $`mandibular cancer`$urlId #> [1] "DOID_2338" #> #> $`mandibular cancer`$dbPhenotype #> [1] TRUE #> #> $`mandibular cancer`$`_parent` #> [1] "DOID_1862<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mandibular cancer`$`_is_leaf` #> [1] TRUE #> #> $`mandibular cancer`$children #> list() #> #> $`mandibular cancer`$value #> [1] "mandibular cancer" #> #> #> $`mandibular cancer` #> $`mandibular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2338" #> #> $`mandibular cancer`$`_id` #> [1] "DOID_2338<DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mandibular cancer`$privateGeneCount #> [1] 0 #> #> $`mandibular cancer`$publicGeneCount #> [1] 1 #> #> $`mandibular cancer`$urlId #> [1] "DOID_2338" #> #> $`mandibular cancer`$dbPhenotype #> [1] TRUE #> #> $`mandibular cancer`$`_parent` #> [1] "DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mandibular cancer`$`_is_leaf` #> [1] TRUE #> #> $`mandibular cancer`$children #> list() #> #> $`mandibular cancer`$value #> [1] "mandibular cancer" #> #> #> $`mandibular cancer` #> $`mandibular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2338" #> #> $`mandibular cancer`$`_id` #> [1] "DOID_2338<DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`mandibular cancer`$privateGeneCount #> [1] 0 #> #> $`mandibular cancer`$publicGeneCount #> [1] 1 #> #> $`mandibular cancer`$urlId #> [1] "DOID_2338" #> #> $`mandibular cancer`$dbPhenotype #> [1] TRUE #> #> $`mandibular cancer`$`_parent` #> [1] "DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`mandibular cancer`$`_is_leaf` #> [1] TRUE #> #> $`mandibular cancer`$children #> list() #> #> $`mandibular cancer`$value #> [1] "mandibular cancer" #> #> #> $`mandibular cancer` #> $`mandibular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2338" #> #> $`mandibular cancer`$`_id` #> [1] "DOID_2338<DOID_1862<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mandibular cancer`$privateGeneCount #> [1] 0 #> #> $`mandibular cancer`$publicGeneCount #> [1] 1 #> #> $`mandibular cancer`$urlId #> [1] "DOID_2338" #> #> $`mandibular cancer`$dbPhenotype #> [1] TRUE #> #> $`mandibular cancer`$`_parent` #> [1] "DOID_1862<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mandibular cancer`$`_is_leaf` #> [1] TRUE #> #> $`mandibular cancer`$children #> list() #> #> $`mandibular cancer`$value #> [1] "mandibular cancer" #> #> #> $`mandibulofacial dysostosis with alopecia` #> $`mandibulofacial dysostosis with alopecia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060365" #> #> $`mandibulofacial dysostosis with alopecia`$`_id` #> [1] "DOID_0060365<DOID_225<DOID_4" #> #> $`mandibulofacial dysostosis with alopecia`$privateGeneCount #> [1] 0 #> #> $`mandibulofacial dysostosis with alopecia`$publicGeneCount #> [1] 1 #> #> $`mandibulofacial dysostosis with alopecia`$urlId #> [1] "DOID_0060365" #> #> $`mandibulofacial dysostosis with alopecia`$dbPhenotype #> [1] TRUE #> #> $`mandibulofacial dysostosis with alopecia`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`mandibulofacial dysostosis with alopecia`$`_is_leaf` #> [1] TRUE #> #> $`mandibulofacial dysostosis with alopecia`$children #> list() #> #> $`mandibulofacial dysostosis with alopecia`$value #> [1] "mandibulofacial dysostosis with alopecia" #> #> #> $`mantle cell lymphoma` #> $`mantle cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050746" #> #> $`mantle cell lymphoma`$`_id` #> [1] "DOID_0050746<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mantle cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`mantle cell lymphoma`$publicGeneCount #> [1] 12 #> #> $`mantle cell lymphoma`$urlId #> [1] "DOID_0050746" #> #> $`mantle cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`mantle cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mantle cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`mantle cell lymphoma`$children #> list() #> #> $`mantle cell lymphoma`$value #> [1] "mantle cell lymphoma" #> #> #> $`mantle cell lymphoma` #> $`mantle cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050746" #> #> $`mantle cell lymphoma`$`_id` #> [1] "DOID_0050746<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mantle cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`mantle cell lymphoma`$publicGeneCount #> [1] 12 #> #> $`mantle cell lymphoma`$urlId #> [1] "DOID_0050746" #> #> $`mantle cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`mantle cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mantle cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`mantle cell lymphoma`$children #> list() #> #> $`mantle cell lymphoma`$value #> [1] "mantle cell lymphoma" #> #> #> $`mantle cell lymphoma` #> $`mantle cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050746" #> #> $`mantle cell lymphoma`$`_id` #> [1] "DOID_0050746<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mantle cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`mantle cell lymphoma`$publicGeneCount #> [1] 12 #> #> $`mantle cell lymphoma`$urlId #> [1] "DOID_0050746" #> #> $`mantle cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`mantle cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mantle cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`mantle cell lymphoma`$children #> list() #> #> $`mantle cell lymphoma`$value #> [1] "mantle cell lymphoma" #> #> #> $`mantle cell lymphoma` #> $`mantle cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050746" #> #> $`mantle cell lymphoma`$`_id` #> [1] "DOID_0050746<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mantle cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`mantle cell lymphoma`$publicGeneCount #> [1] 12 #> #> $`mantle cell lymphoma`$urlId #> [1] "DOID_0050746" #> #> $`mantle cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`mantle cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mantle cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`mantle cell lymphoma`$children #> list() #> #> $`mantle cell lymphoma`$value #> [1] "mantle cell lymphoma" #> #> #> $`mantle cell lymphoma` #> $`mantle cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050746" #> #> $`mantle cell lymphoma`$`_id` #> [1] "DOID_0050746<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mantle cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`mantle cell lymphoma`$publicGeneCount #> [1] 12 #> #> $`mantle cell lymphoma`$urlId #> [1] "DOID_0050746" #> #> $`mantle cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`mantle cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mantle cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`mantle cell lymphoma`$children #> list() #> #> $`mantle cell lymphoma`$value #> [1] "mantle cell lymphoma" #> #> #> $`maple syrup urine disease` #> $`maple syrup urine disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9269" #> #> $`maple syrup urine disease`$`_id` #> [1] "DOID_9269<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`maple syrup urine disease`$privateGeneCount #> [1] 0 #> #> $`maple syrup urine disease`$publicGeneCount #> [1] 6 #> #> $`maple syrup urine disease`$urlId #> [1] "DOID_9269" #> #> $`maple syrup urine disease`$dbPhenotype #> [1] TRUE #> #> $`maple syrup urine disease`$`_parent` #> [1] "DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`maple syrup urine disease`$`_is_leaf` #> [1] TRUE #> #> $`maple syrup urine disease`$children #> list() #> #> $`maple syrup urine disease`$value #> [1] "maple syrup urine disease" #> #> #> $`Marfan syndrome` #> $`Marfan syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14323" #> #> $`Marfan syndrome`$`_id` #> [1] "DOID_14323<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Marfan syndrome`$privateGeneCount #> [1] 0 #> #> $`Marfan syndrome`$publicGeneCount #> [1] 11 #> #> $`Marfan syndrome`$urlId #> [1] "DOID_14323" #> #> $`Marfan syndrome`$dbPhenotype #> [1] TRUE #> #> $`Marfan syndrome`$`_parent` #> [1] "DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Marfan syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Marfan syndrome`$children #> list() #> #> $`Marfan syndrome`$value #> [1] "Marfan syndrome" #> #> #> $`Marfan syndrome` #> $`Marfan syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14323" #> #> $`Marfan syndrome`$`_id` #> [1] "DOID_14323<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Marfan syndrome`$privateGeneCount #> [1] 0 #> #> $`Marfan syndrome`$publicGeneCount #> [1] 11 #> #> $`Marfan syndrome`$urlId #> [1] "DOID_14323" #> #> $`Marfan syndrome`$dbPhenotype #> [1] TRUE #> #> $`Marfan syndrome`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Marfan syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Marfan syndrome`$children #> list() #> #> $`Marfan syndrome`$value #> [1] "Marfan syndrome" #> #> #> $`Marfan syndrome` #> $`Marfan syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14323" #> #> $`Marfan syndrome`$`_id` #> [1] "DOID_14323<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Marfan syndrome`$privateGeneCount #> [1] 0 #> #> $`Marfan syndrome`$publicGeneCount #> [1] 11 #> #> $`Marfan syndrome`$urlId #> [1] "DOID_14323" #> #> $`Marfan syndrome`$dbPhenotype #> [1] TRUE #> #> $`Marfan syndrome`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Marfan syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Marfan syndrome`$children #> list() #> #> $`Marfan syndrome`$value #> [1] "Marfan syndrome" #> #> #> $`marginal zone B-cell lymphoma` #> $`marginal zone B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$`_id` #> [1] "DOID_0050748<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`marginal zone B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`marginal zone B-cell lymphoma`$publicGeneCount #> [1] 2 #> #> $`marginal zone B-cell lymphoma`$urlId #> [1] "DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`marginal zone B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$children #> list() #> #> $`marginal zone B-cell lymphoma`$value #> [1] "marginal zone B-cell lymphoma" #> #> #> $`marginal zone B-cell lymphoma` #> $`marginal zone B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$`_id` #> [1] "DOID_0050748<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`marginal zone B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`marginal zone B-cell lymphoma`$publicGeneCount #> [1] 2 #> #> $`marginal zone B-cell lymphoma`$urlId #> [1] "DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`marginal zone B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$children #> list() #> #> $`marginal zone B-cell lymphoma`$value #> [1] "marginal zone B-cell lymphoma" #> #> #> $`marginal zone B-cell lymphoma` #> $`marginal zone B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$`_id` #> [1] "DOID_0050748<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`marginal zone B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`marginal zone B-cell lymphoma`$publicGeneCount #> [1] 2 #> #> $`marginal zone B-cell lymphoma`$urlId #> [1] "DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`marginal zone B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$children #> list() #> #> $`marginal zone B-cell lymphoma`$value #> [1] "marginal zone B-cell lymphoma" #> #> #> $`marginal zone B-cell lymphoma` #> $`marginal zone B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$`_id` #> [1] "DOID_0050748<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`marginal zone B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`marginal zone B-cell lymphoma`$publicGeneCount #> [1] 2 #> #> $`marginal zone B-cell lymphoma`$urlId #> [1] "DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`marginal zone B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$children #> list() #> #> $`marginal zone B-cell lymphoma`$value #> [1] "marginal zone B-cell lymphoma" #> #> #> $`marginal zone B-cell lymphoma` #> $`marginal zone B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$`_id` #> [1] "DOID_0050748<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`marginal zone B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`marginal zone B-cell lymphoma`$publicGeneCount #> [1] 2 #> #> $`marginal zone B-cell lymphoma`$urlId #> [1] "DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`marginal zone B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$children #> list() #> #> $`marginal zone B-cell lymphoma`$value #> [1] "marginal zone B-cell lymphoma" #> #> #> $`marginal zone B-cell lymphoma` #> $`marginal zone B-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$`_id` #> [1] "DOID_0050748<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`marginal zone B-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`marginal zone B-cell lymphoma`$publicGeneCount #> [1] 2 #> #> $`marginal zone B-cell lymphoma`$urlId #> [1] "DOID_0050748" #> #> $`marginal zone B-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$`_parent` #> [1] "DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`marginal zone B-cell lymphoma`$`_is_leaf` #> [1] TRUE #> #> $`marginal zone B-cell lymphoma`$children #> list() #> #> $`marginal zone B-cell lymphoma`$value #> [1] "marginal zone B-cell lymphoma" #> #> #> $`Marshall-Smith syndrome` #> $`Marshall-Smith syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050858" #> #> $`Marshall-Smith syndrome`$`_id` #> [1] "DOID_0050858<DOID_225<DOID_4" #> #> $`Marshall-Smith syndrome`$privateGeneCount #> [1] 0 #> #> $`Marshall-Smith syndrome`$publicGeneCount #> [1] 1 #> #> $`Marshall-Smith syndrome`$urlId #> [1] "DOID_0050858" #> #> $`Marshall-Smith syndrome`$dbPhenotype #> [1] TRUE #> #> $`Marshall-Smith syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Marshall-Smith syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Marshall-Smith syndrome`$children #> list() #> #> $`Marshall-Smith syndrome`$value #> [1] "Marshall-Smith syndrome" #> #> #> $`MASA syndrome` #> $`MASA syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060246" #> #> $`MASA syndrome`$`_id` #> [1] "DOID_0060246<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`MASA syndrome`$privateGeneCount #> [1] 0 #> #> $`MASA syndrome`$publicGeneCount #> [1] 1 #> #> $`MASA syndrome`$urlId #> [1] "DOID_0060246" #> #> $`MASA syndrome`$dbPhenotype #> [1] TRUE #> #> $`MASA syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`MASA syndrome`$`_is_leaf` #> [1] TRUE #> #> $`MASA syndrome`$children #> list() #> #> $`MASA syndrome`$value #> [1] "MASA syndrome" #> #> #> $`MASA syndrome` #> $`MASA syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060246" #> #> $`MASA syndrome`$`_id` #> [1] "DOID_0060246<DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`MASA syndrome`$privateGeneCount #> [1] 0 #> #> $`MASA syndrome`$publicGeneCount #> [1] 1 #> #> $`MASA syndrome`$urlId #> [1] "DOID_0060246" #> #> $`MASA syndrome`$dbPhenotype #> [1] TRUE #> #> $`MASA syndrome`$`_parent` #> [1] "DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`MASA syndrome`$`_is_leaf` #> [1] TRUE #> #> $`MASA syndrome`$children #> list() #> #> $`MASA syndrome`$value #> [1] "MASA syndrome" #> #> #> $`Mast syndrome` #> $`Mast syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060245" #> #> $`Mast syndrome`$`_id` #> [1] "DOID_0060245<DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Mast syndrome`$privateGeneCount #> [1] 0 #> #> $`Mast syndrome`$publicGeneCount #> [1] 1 #> #> $`Mast syndrome`$urlId #> [1] "DOID_0060245" #> #> $`Mast syndrome`$dbPhenotype #> [1] TRUE #> #> $`Mast syndrome`$`_parent` #> [1] "DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Mast syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Mast syndrome`$children #> list() #> #> $`Mast syndrome`$value #> [1] "Mast syndrome" #> #> #> $mastitis #> $mastitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10690" #> #> $mastitis$`_id` #> [1] "DOID_10690<DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $mastitis$privateGeneCount #> [1] 0 #> #> $mastitis$publicGeneCount #> [1] 2 #> #> $mastitis$urlId #> [1] "DOID_10690" #> #> $mastitis$dbPhenotype #> [1] TRUE #> #> $mastitis$`_parent` #> [1] "DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $mastitis$`_is_leaf` #> [1] TRUE #> #> $mastitis$children #> list() #> #> $mastitis$value #> [1] "mastitis" #> #> #> $mastocytosis #> $mastocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_350" #> #> $mastocytosis$`_id` #> [1] "DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $mastocytosis$privateGeneCount #> [1] 0 #> #> $mastocytosis$publicGeneCount #> [1] 4 #> #> $mastocytosis$urlId #> [1] "DOID_350" #> #> $mastocytosis$dbPhenotype #> [1] TRUE #> #> $mastocytosis$`_parent` #> [1] "DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $mastocytosis$`_is_leaf` #> [1] FALSE #> #> $mastocytosis$children #> $mastocytosis$children[[1]] #> [1] "DOID_3663<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $mastocytosis$children[[2]] #> [1] "DOID_349<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> #> $mastocytosis$value #> [1] "mastocytosis" #> #> #> $mastoiditis #> $mastoiditis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060322" #> #> $mastoiditis$`_id` #> [1] "DOID_0060322<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $mastoiditis$privateGeneCount #> [1] 0 #> #> $mastoiditis$publicGeneCount #> [1] 4 #> #> $mastoiditis$urlId #> [1] "DOID_0060322" #> #> $mastoiditis$dbPhenotype #> [1] TRUE #> #> $mastoiditis$`_parent` #> [1] "DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $mastoiditis$`_is_leaf` #> [1] TRUE #> #> $mastoiditis$children #> list() #> #> $mastoiditis$value #> [1] "mastoiditis" #> #> #> $mastoiditis #> $mastoiditis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060322" #> #> $mastoiditis$`_id` #> [1] "DOID_0060322<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $mastoiditis$privateGeneCount #> [1] 0 #> #> $mastoiditis$publicGeneCount #> [1] 4 #> #> $mastoiditis$urlId #> [1] "DOID_0060322" #> #> $mastoiditis$dbPhenotype #> [1] TRUE #> #> $mastoiditis$`_parent` #> [1] "DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $mastoiditis$`_is_leaf` #> [1] TRUE #> #> $mastoiditis$children #> list() #> #> $mastoiditis$value #> [1] "mastoiditis" #> #> #> $`mature B-cell neoplasm` #> $`mature B-cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_706" #> #> $`mature B-cell neoplasm`$`_id` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mature B-cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`mature B-cell neoplasm`$publicGeneCount #> [1] 17 #> #> $`mature B-cell neoplasm`$urlId #> [1] "DOID_706" #> #> $`mature B-cell neoplasm`$dbPhenotype #> [1] FALSE #> #> $`mature B-cell neoplasm`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mature B-cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`mature B-cell neoplasm`$children #> $`mature B-cell neoplasm`$children[[1]] #> [1] "DOID_8584<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mature B-cell neoplasm`$children[[2]] #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`mature B-cell neoplasm`$value #> [1] "mature B-cell neoplasm" #> #> #> $`mature B-cell neoplasm` #> $`mature B-cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_706" #> #> $`mature B-cell neoplasm`$`_id` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mature B-cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`mature B-cell neoplasm`$publicGeneCount #> [1] 17 #> #> $`mature B-cell neoplasm`$urlId #> [1] "DOID_706" #> #> $`mature B-cell neoplasm`$dbPhenotype #> [1] FALSE #> #> $`mature B-cell neoplasm`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mature B-cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`mature B-cell neoplasm`$children #> $`mature B-cell neoplasm`$children[[1]] #> [1] "DOID_8584<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mature B-cell neoplasm`$children[[2]] #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`mature B-cell neoplasm`$value #> [1] "mature B-cell neoplasm" #> #> #> $`mature B-cell neoplasm` #> $`mature B-cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_706" #> #> $`mature B-cell neoplasm`$`_id` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mature B-cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`mature B-cell neoplasm`$publicGeneCount #> [1] 17 #> #> $`mature B-cell neoplasm`$urlId #> [1] "DOID_706" #> #> $`mature B-cell neoplasm`$dbPhenotype #> [1] FALSE #> #> $`mature B-cell neoplasm`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mature B-cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`mature B-cell neoplasm`$children #> $`mature B-cell neoplasm`$children[[1]] #> [1] "DOID_8584<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mature B-cell neoplasm`$children[[2]] #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`mature B-cell neoplasm`$value #> [1] "mature B-cell neoplasm" #> #> #> $`mature B-cell neoplasm` #> $`mature B-cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_706" #> #> $`mature B-cell neoplasm`$`_id` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mature B-cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`mature B-cell neoplasm`$publicGeneCount #> [1] 17 #> #> $`mature B-cell neoplasm`$urlId #> [1] "DOID_706" #> #> $`mature B-cell neoplasm`$dbPhenotype #> [1] FALSE #> #> $`mature B-cell neoplasm`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mature B-cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`mature B-cell neoplasm`$children #> $`mature B-cell neoplasm`$children[[1]] #> [1] "DOID_8584<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mature B-cell neoplasm`$children[[2]] #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`mature B-cell neoplasm`$value #> [1] "mature B-cell neoplasm" #> #> #> $`mature B-cell neoplasm` #> $`mature B-cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_706" #> #> $`mature B-cell neoplasm`$`_id` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mature B-cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`mature B-cell neoplasm`$publicGeneCount #> [1] 17 #> #> $`mature B-cell neoplasm`$urlId #> [1] "DOID_706" #> #> $`mature B-cell neoplasm`$dbPhenotype #> [1] FALSE #> #> $`mature B-cell neoplasm`$`_parent` #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mature B-cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`mature B-cell neoplasm`$children #> $`mature B-cell neoplasm`$children[[1]] #> [1] "DOID_8584<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mature B-cell neoplasm`$children[[2]] #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`mature B-cell neoplasm`$value #> [1] "mature B-cell neoplasm" #> #> #> $`mature T-cell and NK-cell lymphoma` #> $`mature T-cell and NK-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050743" #> #> $`mature T-cell and NK-cell lymphoma`$`_id` #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mature T-cell and NK-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`mature T-cell and NK-cell lymphoma`$publicGeneCount #> [1] 63 #> #> $`mature T-cell and NK-cell lymphoma`$urlId #> [1] "DOID_0050743" #> #> $`mature T-cell and NK-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`mature T-cell and NK-cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mature T-cell and NK-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`mature T-cell and NK-cell lymphoma`$children #> $`mature T-cell and NK-cell lymphoma`$children[[1]] #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`mature T-cell and NK-cell lymphoma`$value #> [1] "mature T-cell and NK-cell lymphoma" #> #> #> $`mature T-cell and NK-cell lymphoma` #> $`mature T-cell and NK-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050743" #> #> $`mature T-cell and NK-cell lymphoma`$`_id` #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mature T-cell and NK-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`mature T-cell and NK-cell lymphoma`$publicGeneCount #> [1] 63 #> #> $`mature T-cell and NK-cell lymphoma`$urlId #> [1] "DOID_0050743" #> #> $`mature T-cell and NK-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`mature T-cell and NK-cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mature T-cell and NK-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`mature T-cell and NK-cell lymphoma`$children #> $`mature T-cell and NK-cell lymphoma`$children[[1]] #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`mature T-cell and NK-cell lymphoma`$value #> [1] "mature T-cell and NK-cell lymphoma" #> #> #> $`mature T-cell and NK-cell lymphoma` #> $`mature T-cell and NK-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050743" #> #> $`mature T-cell and NK-cell lymphoma`$`_id` #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mature T-cell and NK-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`mature T-cell and NK-cell lymphoma`$publicGeneCount #> [1] 63 #> #> $`mature T-cell and NK-cell lymphoma`$urlId #> [1] "DOID_0050743" #> #> $`mature T-cell and NK-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`mature T-cell and NK-cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mature T-cell and NK-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`mature T-cell and NK-cell lymphoma`$children #> $`mature T-cell and NK-cell lymphoma`$children[[1]] #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`mature T-cell and NK-cell lymphoma`$value #> [1] "mature T-cell and NK-cell lymphoma" #> #> #> $`mature T-cell and NK-cell lymphoma` #> $`mature T-cell and NK-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050743" #> #> $`mature T-cell and NK-cell lymphoma`$`_id` #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mature T-cell and NK-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`mature T-cell and NK-cell lymphoma`$publicGeneCount #> [1] 63 #> #> $`mature T-cell and NK-cell lymphoma`$urlId #> [1] "DOID_0050743" #> #> $`mature T-cell and NK-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`mature T-cell and NK-cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mature T-cell and NK-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`mature T-cell and NK-cell lymphoma`$children #> $`mature T-cell and NK-cell lymphoma`$children[[1]] #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`mature T-cell and NK-cell lymphoma`$value #> [1] "mature T-cell and NK-cell lymphoma" #> #> #> $`mature T-cell and NK-cell lymphoma` #> $`mature T-cell and NK-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050743" #> #> $`mature T-cell and NK-cell lymphoma`$`_id` #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mature T-cell and NK-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`mature T-cell and NK-cell lymphoma`$publicGeneCount #> [1] 63 #> #> $`mature T-cell and NK-cell lymphoma`$urlId #> [1] "DOID_0050743" #> #> $`mature T-cell and NK-cell lymphoma`$dbPhenotype #> [1] TRUE #> #> $`mature T-cell and NK-cell lymphoma`$`_parent` #> [1] "DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mature T-cell and NK-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`mature T-cell and NK-cell lymphoma`$children #> $`mature T-cell and NK-cell lymphoma`$children[[1]] #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`mature T-cell and NK-cell lymphoma`$value #> [1] "mature T-cell and NK-cell lymphoma" #> #> #> $`mature teratoma` #> $`mature teratoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5566" #> #> $`mature teratoma`$`_id` #> [1] "DOID_5566<DOID_3307<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mature teratoma`$privateGeneCount #> [1] 0 #> #> $`mature teratoma`$publicGeneCount #> [1] 10 #> #> $`mature teratoma`$urlId #> [1] "DOID_5566" #> #> $`mature teratoma`$dbPhenotype #> [1] TRUE #> #> $`mature teratoma`$`_parent` #> [1] "DOID_3307<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mature teratoma`$`_is_leaf` #> [1] TRUE #> #> $`mature teratoma`$children #> list() #> #> $`mature teratoma`$value #> [1] "mature teratoma" #> #> #> $`mature teratoma` #> $`mature teratoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5566" #> #> $`mature teratoma`$`_id` #> [1] "DOID_5566<DOID_3307<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mature teratoma`$privateGeneCount #> [1] 0 #> #> $`mature teratoma`$publicGeneCount #> [1] 10 #> #> $`mature teratoma`$urlId #> [1] "DOID_5566" #> #> $`mature teratoma`$dbPhenotype #> [1] TRUE #> #> $`mature teratoma`$`_parent` #> [1] "DOID_3307<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mature teratoma`$`_is_leaf` #> [1] TRUE #> #> $`mature teratoma`$children #> list() #> #> $`mature teratoma`$value #> [1] "mature teratoma" #> #> #> $`maturity-onset diabetes of the young` #> $`maturity-onset diabetes of the young`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050524" #> #> $`maturity-onset diabetes of the young`$`_id` #> [1] "DOID_0050524<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`maturity-onset diabetes of the young`$privateGeneCount #> [1] 0 #> #> $`maturity-onset diabetes of the young`$publicGeneCount #> [1] 13 #> #> $`maturity-onset diabetes of the young`$urlId #> [1] "DOID_0050524" #> #> $`maturity-onset diabetes of the young`$dbPhenotype #> [1] TRUE #> #> $`maturity-onset diabetes of the young`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`maturity-onset diabetes of the young`$`_is_leaf` #> [1] TRUE #> #> $`maturity-onset diabetes of the young`$children #> list() #> #> $`maturity-onset diabetes of the young`$value #> [1] "maturity-onset diabetes of the young" #> #> #> $`maturity-onset diabetes of the young` #> $`maturity-onset diabetes of the young`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050524" #> #> $`maturity-onset diabetes of the young`$`_id` #> [1] "DOID_0050524<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`maturity-onset diabetes of the young`$privateGeneCount #> [1] 0 #> #> $`maturity-onset diabetes of the young`$publicGeneCount #> [1] 13 #> #> $`maturity-onset diabetes of the young`$urlId #> [1] "DOID_0050524" #> #> $`maturity-onset diabetes of the young`$dbPhenotype #> [1] TRUE #> #> $`maturity-onset diabetes of the young`$`_parent` #> [1] "DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`maturity-onset diabetes of the young`$`_is_leaf` #> [1] TRUE #> #> $`maturity-onset diabetes of the young`$children #> list() #> #> $`maturity-onset diabetes of the young`$value #> [1] "maturity-onset diabetes of the young" #> #> #> $`maxillary cancer` #> $`maxillary cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4618" #> #> $`maxillary cancer`$`_id` #> [1] "DOID_4618<DOID_1862<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`maxillary cancer`$privateGeneCount #> [1] 0 #> #> $`maxillary cancer`$publicGeneCount #> [1] 1 #> #> $`maxillary cancer`$urlId #> [1] "DOID_4618" #> #> $`maxillary cancer`$dbPhenotype #> [1] TRUE #> #> $`maxillary cancer`$`_parent` #> [1] "DOID_1862<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`maxillary cancer`$`_is_leaf` #> [1] TRUE #> #> $`maxillary cancer`$children #> list() #> #> $`maxillary cancer`$value #> [1] "maxillary cancer" #> #> #> $`maxillary cancer` #> $`maxillary cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4618" #> #> $`maxillary cancer`$`_id` #> [1] "DOID_4618<DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`maxillary cancer`$privateGeneCount #> [1] 0 #> #> $`maxillary cancer`$publicGeneCount #> [1] 1 #> #> $`maxillary cancer`$urlId #> [1] "DOID_4618" #> #> $`maxillary cancer`$dbPhenotype #> [1] TRUE #> #> $`maxillary cancer`$`_parent` #> [1] "DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`maxillary cancer`$`_is_leaf` #> [1] TRUE #> #> $`maxillary cancer`$children #> list() #> #> $`maxillary cancer`$value #> [1] "maxillary cancer" #> #> #> $`maxillary cancer` #> $`maxillary cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4618" #> #> $`maxillary cancer`$`_id` #> [1] "DOID_4618<DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`maxillary cancer`$privateGeneCount #> [1] 0 #> #> $`maxillary cancer`$publicGeneCount #> [1] 1 #> #> $`maxillary cancer`$urlId #> [1] "DOID_4618" #> #> $`maxillary cancer`$dbPhenotype #> [1] TRUE #> #> $`maxillary cancer`$`_parent` #> [1] "DOID_1862<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`maxillary cancer`$`_is_leaf` #> [1] TRUE #> #> $`maxillary cancer`$children #> list() #> #> $`maxillary cancer`$value #> [1] "maxillary cancer" #> #> #> $`maxillary cancer` #> $`maxillary cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4618" #> #> $`maxillary cancer`$`_id` #> [1] "DOID_4618<DOID_1862<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`maxillary cancer`$privateGeneCount #> [1] 0 #> #> $`maxillary cancer`$publicGeneCount #> [1] 1 #> #> $`maxillary cancer`$urlId #> [1] "DOID_4618" #> #> $`maxillary cancer`$dbPhenotype #> [1] TRUE #> #> $`maxillary cancer`$`_parent` #> [1] "DOID_1862<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`maxillary cancer`$`_is_leaf` #> [1] TRUE #> #> $`maxillary cancer`$children #> list() #> #> $`maxillary cancer`$value #> [1] "maxillary cancer" #> #> #> $`maxillary sinus benign neoplasm` #> $`maxillary sinus benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1358" #> #> $`maxillary sinus benign neoplasm`$`_id` #> [1] "DOID_1358<DOID_1350<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`maxillary sinus benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`maxillary sinus benign neoplasm`$publicGeneCount #> [1] 3 #> #> $`maxillary sinus benign neoplasm`$urlId #> [1] "DOID_1358" #> #> $`maxillary sinus benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`maxillary sinus benign neoplasm`$`_parent` #> [1] "DOID_1350<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`maxillary sinus benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`maxillary sinus benign neoplasm`$children #> list() #> #> $`maxillary sinus benign neoplasm`$value #> [1] "maxillary sinus benign neoplasm" #> #> #> $`maxillary sinus benign neoplasm` #> $`maxillary sinus benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1358" #> #> $`maxillary sinus benign neoplasm`$`_id` #> [1] "DOID_1358<DOID_1350<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`maxillary sinus benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`maxillary sinus benign neoplasm`$publicGeneCount #> [1] 3 #> #> $`maxillary sinus benign neoplasm`$urlId #> [1] "DOID_1358" #> #> $`maxillary sinus benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`maxillary sinus benign neoplasm`$`_parent` #> [1] "DOID_1350<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`maxillary sinus benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`maxillary sinus benign neoplasm`$children #> list() #> #> $`maxillary sinus benign neoplasm`$value #> [1] "maxillary sinus benign neoplasm" #> #> #> $`maxillary sinus benign neoplasm` #> $`maxillary sinus benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1358" #> #> $`maxillary sinus benign neoplasm`$`_id` #> [1] "DOID_1358<DOID_1350<DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`maxillary sinus benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`maxillary sinus benign neoplasm`$publicGeneCount #> [1] 3 #> #> $`maxillary sinus benign neoplasm`$urlId #> [1] "DOID_1358" #> #> $`maxillary sinus benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`maxillary sinus benign neoplasm`$`_parent` #> [1] "DOID_1350<DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`maxillary sinus benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`maxillary sinus benign neoplasm`$children #> list() #> #> $`maxillary sinus benign neoplasm`$value #> [1] "maxillary sinus benign neoplasm" #> #> #> $`McCune Albright syndrome` #> $`McCune Albright syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1858" #> #> $`McCune Albright syndrome`$`_id` #> [1] "DOID_1858<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`McCune Albright syndrome`$privateGeneCount #> [1] 0 #> #> $`McCune Albright syndrome`$publicGeneCount #> [1] 3 #> #> $`McCune Albright syndrome`$urlId #> [1] "DOID_1858" #> #> $`McCune Albright syndrome`$dbPhenotype #> [1] TRUE #> #> $`McCune Albright syndrome`$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`McCune Albright syndrome`$`_is_leaf` #> [1] TRUE #> #> $`McCune Albright syndrome`$children #> list() #> #> $`McCune Albright syndrome`$value #> [1] "McCune Albright syndrome" #> #> #> $`McCune Albright syndrome` #> $`McCune Albright syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1858" #> #> $`McCune Albright syndrome`$`_id` #> [1] "DOID_1858<DOID_225<DOID_4" #> #> $`McCune Albright syndrome`$privateGeneCount #> [1] 0 #> #> $`McCune Albright syndrome`$publicGeneCount #> [1] 3 #> #> $`McCune Albright syndrome`$urlId #> [1] "DOID_1858" #> #> $`McCune Albright syndrome`$dbPhenotype #> [1] TRUE #> #> $`McCune Albright syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`McCune Albright syndrome`$`_is_leaf` #> [1] TRUE #> #> $`McCune Albright syndrome`$children #> list() #> #> $`McCune Albright syndrome`$value #> [1] "McCune Albright syndrome" #> #> #> $measles #> $measles$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8622" #> #> $measles$`_id` #> [1] "DOID_8622<DOID_934<DOID_0050117<DOID_4" #> #> $measles$privateGeneCount #> [1] 0 #> #> $measles$publicGeneCount #> [1] 3 #> #> $measles$urlId #> [1] "DOID_8622" #> #> $measles$dbPhenotype #> [1] TRUE #> #> $measles$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $measles$`_is_leaf` #> [1] TRUE #> #> $measles$children #> list() #> #> $measles$value #> [1] "measles" #> #> #> $`Mechanical ileus` #> $`Mechanical ileus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010676" #> #> $`Mechanical ileus`$`_id` #> [1] "HP_0010676<HP_0002595<HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Mechanical ileus`$privateGeneCount #> [1] 0 #> #> $`Mechanical ileus`$publicGeneCount #> [1] 1 #> #> $`Mechanical ileus`$urlId #> [1] "HP_0010676" #> #> $`Mechanical ileus`$dbPhenotype #> [1] FALSE #> #> $`Mechanical ileus`$`_parent` #> [1] "HP_0002595<HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Mechanical ileus`$`_is_leaf` #> [1] FALSE #> #> $`Mechanical ileus`$children #> $`Mechanical ileus`$children[[1]] #> [1] "HP_0004401<HP_0010676<HP_0002595<HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Mechanical ileus`$value #> [1] "Mechanical ileus" #> #> #> $`Mechanical ileus` #> $`Mechanical ileus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010676" #> #> $`Mechanical ileus`$`_id` #> [1] "HP_0010676<HP_0002595<HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Mechanical ileus`$privateGeneCount #> [1] 0 #> #> $`Mechanical ileus`$publicGeneCount #> [1] 1 #> #> $`Mechanical ileus`$urlId #> [1] "HP_0010676" #> #> $`Mechanical ileus`$dbPhenotype #> [1] FALSE #> #> $`Mechanical ileus`$`_parent` #> [1] "HP_0002595<HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Mechanical ileus`$`_is_leaf` #> [1] FALSE #> #> $`Mechanical ileus`$children #> $`Mechanical ileus`$children[[1]] #> [1] "HP_0004401<HP_0010676<HP_0002595<HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Mechanical ileus`$value #> [1] "Mechanical ileus" #> #> #> $`Mechanical ileus` #> $`Mechanical ileus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010676" #> #> $`Mechanical ileus`$`_id` #> [1] "HP_0010676<HP_0002595<HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Mechanical ileus`$privateGeneCount #> [1] 0 #> #> $`Mechanical ileus`$publicGeneCount #> [1] 1 #> #> $`Mechanical ileus`$urlId #> [1] "HP_0010676" #> #> $`Mechanical ileus`$dbPhenotype #> [1] FALSE #> #> $`Mechanical ileus`$`_parent` #> [1] "HP_0002595<HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Mechanical ileus`$`_is_leaf` #> [1] FALSE #> #> $`Mechanical ileus`$children #> $`Mechanical ileus`$children[[1]] #> [1] "HP_0004401<HP_0010676<HP_0002595<HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Mechanical ileus`$value #> [1] "Mechanical ileus" #> #> #> $`mechanical strabismus` #> $`mechanical strabismus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9306" #> #> $`mechanical strabismus`$`_id` #> [1] "DOID_9306<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`mechanical strabismus`$privateGeneCount #> [1] 0 #> #> $`mechanical strabismus`$publicGeneCount #> [1] 6 #> #> $`mechanical strabismus`$urlId #> [1] "DOID_9306" #> #> $`mechanical strabismus`$dbPhenotype #> [1] TRUE #> #> $`mechanical strabismus`$`_parent` #> [1] "DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`mechanical strabismus`$`_is_leaf` #> [1] FALSE #> #> $`mechanical strabismus`$children #> $`mechanical strabismus`$children[[1]] #> [1] "DOID_10235<DOID_9306<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`mechanical strabismus`$value #> [1] "mechanical strabismus" #> #> #> $`mechanical strabismus` #> $`mechanical strabismus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9306" #> #> $`mechanical strabismus`$`_id` #> [1] "DOID_9306<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`mechanical strabismus`$privateGeneCount #> [1] 0 #> #> $`mechanical strabismus`$publicGeneCount #> [1] 6 #> #> $`mechanical strabismus`$urlId #> [1] "DOID_9306" #> #> $`mechanical strabismus`$dbPhenotype #> [1] TRUE #> #> $`mechanical strabismus`$`_parent` #> [1] "DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`mechanical strabismus`$`_is_leaf` #> [1] FALSE #> #> $`mechanical strabismus`$children #> $`mechanical strabismus`$children[[1]] #> [1] "DOID_10235<DOID_9306<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`mechanical strabismus`$value #> [1] "mechanical strabismus" #> #> #> $`mechanical strabismus` #> $`mechanical strabismus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9306" #> #> $`mechanical strabismus`$`_id` #> [1] "DOID_9306<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`mechanical strabismus`$privateGeneCount #> [1] 0 #> #> $`mechanical strabismus`$publicGeneCount #> [1] 6 #> #> $`mechanical strabismus`$urlId #> [1] "DOID_9306" #> #> $`mechanical strabismus`$dbPhenotype #> [1] TRUE #> #> $`mechanical strabismus`$`_parent` #> [1] "DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`mechanical strabismus`$`_is_leaf` #> [1] FALSE #> #> $`mechanical strabismus`$children #> $`mechanical strabismus`$children[[1]] #> [1] "DOID_10235<DOID_9306<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`mechanical strabismus`$value #> [1] "mechanical strabismus" #> #> #> $`Meckel syndrome` #> $`Meckel syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050778" #> #> $`Meckel syndrome`$`_id` #> [1] "DOID_0050778<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`Meckel syndrome`$privateGeneCount #> [1] 0 #> #> $`Meckel syndrome`$publicGeneCount #> [1] 12 #> #> $`Meckel syndrome`$urlId #> [1] "DOID_0050778" #> #> $`Meckel syndrome`$dbPhenotype #> [1] TRUE #> #> $`Meckel syndrome`$`_parent` #> [1] "DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`Meckel syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Meckel syndrome`$children #> list() #> #> $`Meckel syndrome`$value #> [1] "Meckel syndrome" #> #> #> $`Meckel syndrome` #> $`Meckel syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050778" #> #> $`Meckel syndrome`$`_id` #> [1] "DOID_0050778<DOID_0060340<DOID_225<DOID_4" #> #> $`Meckel syndrome`$privateGeneCount #> [1] 0 #> #> $`Meckel syndrome`$publicGeneCount #> [1] 12 #> #> $`Meckel syndrome`$urlId #> [1] "DOID_0050778" #> #> $`Meckel syndrome`$dbPhenotype #> [1] TRUE #> #> $`Meckel syndrome`$`_parent` #> [1] "DOID_0060340<DOID_225<DOID_4" #> #> $`Meckel syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Meckel syndrome`$children #> list() #> #> $`Meckel syndrome`$value #> [1] "Meckel syndrome" #> #> #> $`meconium aspiration syndrome` #> $`meconium aspiration syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11049" #> #> $`meconium aspiration syndrome`$`_id` #> [1] "DOID_11049<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`meconium aspiration syndrome`$privateGeneCount #> [1] 0 #> #> $`meconium aspiration syndrome`$publicGeneCount #> [1] 1 #> #> $`meconium aspiration syndrome`$urlId #> [1] "DOID_11049" #> #> $`meconium aspiration syndrome`$dbPhenotype #> [1] TRUE #> #> $`meconium aspiration syndrome`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`meconium aspiration syndrome`$`_is_leaf` #> [1] TRUE #> #> $`meconium aspiration syndrome`$children #> list() #> #> $`meconium aspiration syndrome`$value #> [1] "meconium aspiration syndrome" #> #> #> $`Meconium ileus` #> $`Meconium ileus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004401" #> #> $`Meconium ileus`$`_id` #> [1] "HP_0004401<HP_0010676<HP_0002595<HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Meconium ileus`$privateGeneCount #> [1] 0 #> #> $`Meconium ileus`$publicGeneCount #> [1] 1 #> #> $`Meconium ileus`$urlId #> [1] "HP_0004401" #> #> $`Meconium ileus`$dbPhenotype #> [1] TRUE #> #> $`Meconium ileus`$`_parent` #> [1] "HP_0010676<HP_0002595<HP_0002579<HP_0030895<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Meconium ileus`$`_is_leaf` #> [1] TRUE #> #> $`Meconium ileus`$children #> list() #> #> $`Meconium ileus`$value #> [1] "Meconium ileus" #> #> #> $`Meconium ileus` #> $`Meconium ileus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004401" #> #> $`Meconium ileus`$`_id` #> [1] "HP_0004401<HP_0010676<HP_0002595<HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Meconium ileus`$privateGeneCount #> [1] 0 #> #> $`Meconium ileus`$publicGeneCount #> [1] 1 #> #> $`Meconium ileus`$urlId #> [1] "HP_0004401" #> #> $`Meconium ileus`$dbPhenotype #> [1] TRUE #> #> $`Meconium ileus`$`_parent` #> [1] "HP_0010676<HP_0002595<HP_0005214<HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Meconium ileus`$`_is_leaf` #> [1] TRUE #> #> $`Meconium ileus`$children #> list() #> #> $`Meconium ileus`$value #> [1] "Meconium ileus" #> #> #> $`Meconium ileus` #> $`Meconium ileus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004401" #> #> $`Meconium ileus`$`_id` #> [1] "HP_0004401<HP_0010676<HP_0002595<HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Meconium ileus`$privateGeneCount #> [1] 0 #> #> $`Meconium ileus`$publicGeneCount #> [1] 1 #> #> $`Meconium ileus`$urlId #> [1] "HP_0004401" #> #> $`Meconium ileus`$dbPhenotype #> [1] TRUE #> #> $`Meconium ileus`$`_parent` #> [1] "HP_0010676<HP_0002595<HP_0005214<HP_0004796<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Meconium ileus`$`_is_leaf` #> [1] TRUE #> #> $`Meconium ileus`$children #> list() #> #> $`Meconium ileus`$value #> [1] "Meconium ileus" #> #> #> $`mediastinal cancer` #> $`mediastinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5559" #> #> $`mediastinal cancer`$`_id` #> [1] "DOID_5559<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mediastinal cancer`$privateGeneCount #> [1] 0 #> #> $`mediastinal cancer`$publicGeneCount #> [1] 1 #> #> $`mediastinal cancer`$urlId #> [1] "DOID_5559" #> #> $`mediastinal cancer`$dbPhenotype #> [1] TRUE #> #> $`mediastinal cancer`$`_parent` #> [1] "DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mediastinal cancer`$`_is_leaf` #> [1] TRUE #> #> $`mediastinal cancer`$children #> list() #> #> $`mediastinal cancer`$value #> [1] "mediastinal cancer" #> #> #> $`mediastinal cancer` #> $`mediastinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5559" #> #> $`mediastinal cancer`$`_id` #> [1] "DOID_5559<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`mediastinal cancer`$privateGeneCount #> [1] 0 #> #> $`mediastinal cancer`$publicGeneCount #> [1] 1 #> #> $`mediastinal cancer`$urlId #> [1] "DOID_5559" #> #> $`mediastinal cancer`$dbPhenotype #> [1] TRUE #> #> $`mediastinal cancer`$`_parent` #> [1] "DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`mediastinal cancer`$`_is_leaf` #> [1] TRUE #> #> $`mediastinal cancer`$children #> list() #> #> $`mediastinal cancer`$value #> [1] "mediastinal cancer" #> #> #> $`MEDNIK syndrome` #> $`MEDNIK syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060483" #> #> $`MEDNIK syndrome`$`_id` #> [1] "DOID_0060483<DOID_225<DOID_4" #> #> $`MEDNIK syndrome`$privateGeneCount #> [1] 0 #> #> $`MEDNIK syndrome`$publicGeneCount #> [1] 1 #> #> $`MEDNIK syndrome`$urlId #> [1] "DOID_0060483" #> #> $`MEDNIK syndrome`$dbPhenotype #> [1] TRUE #> #> $`MEDNIK syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`MEDNIK syndrome`$`_is_leaf` #> [1] TRUE #> #> $`MEDNIK syndrome`$children #> list() #> #> $`MEDNIK syndrome`$value #> [1] "MEDNIK syndrome" #> #> #> $medulloblastoma #> $medulloblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050902" #> #> $medulloblastoma$`_id` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $medulloblastoma$privateGeneCount #> [1] 0 #> #> $medulloblastoma$publicGeneCount #> [1] 45 #> #> $medulloblastoma$urlId #> [1] "DOID_0050902" #> #> $medulloblastoma$dbPhenotype #> [1] TRUE #> #> $medulloblastoma$`_parent` #> [1] "DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $medulloblastoma$`_is_leaf` #> [1] FALSE #> #> $medulloblastoma$children #> $medulloblastoma$children[[1]] #> [1] "DOID_3864<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $medulloblastoma$children[[2]] #> [1] "DOID_3869<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $medulloblastoma$children[[3]] #> [1] "DOID_3861<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $medulloblastoma$value #> [1] "medulloblastoma" #> #> #> $medulloblastoma #> $medulloblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050902" #> #> $medulloblastoma$`_id` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$privateGeneCount #> [1] 0 #> #> $medulloblastoma$publicGeneCount #> [1] 45 #> #> $medulloblastoma$urlId #> [1] "DOID_0050902" #> #> $medulloblastoma$dbPhenotype #> [1] TRUE #> #> $medulloblastoma$`_parent` #> [1] "DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$`_is_leaf` #> [1] FALSE #> #> $medulloblastoma$children #> $medulloblastoma$children[[1]] #> [1] "DOID_3864<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$children[[2]] #> [1] "DOID_3869<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$children[[3]] #> [1] "DOID_3861<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $medulloblastoma$value #> [1] "medulloblastoma" #> #> #> $medulloblastoma #> $medulloblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050902" #> #> $medulloblastoma$`_id` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$privateGeneCount #> [1] 0 #> #> $medulloblastoma$publicGeneCount #> [1] 45 #> #> $medulloblastoma$urlId #> [1] "DOID_0050902" #> #> $medulloblastoma$dbPhenotype #> [1] TRUE #> #> $medulloblastoma$`_parent` #> [1] "DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$`_is_leaf` #> [1] FALSE #> #> $medulloblastoma$children #> $medulloblastoma$children[[1]] #> [1] "DOID_3864<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$children[[2]] #> [1] "DOID_3869<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$children[[3]] #> [1] "DOID_3861<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $medulloblastoma$value #> [1] "medulloblastoma" #> #> #> $medulloblastoma #> $medulloblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050902" #> #> $medulloblastoma$`_id` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$privateGeneCount #> [1] 0 #> #> $medulloblastoma$publicGeneCount #> [1] 45 #> #> $medulloblastoma$urlId #> [1] "DOID_0050902" #> #> $medulloblastoma$dbPhenotype #> [1] TRUE #> #> $medulloblastoma$`_parent` #> [1] "DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$`_is_leaf` #> [1] FALSE #> #> $medulloblastoma$children #> $medulloblastoma$children[[1]] #> [1] "DOID_3864<DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$children[[2]] #> [1] "DOID_3869<DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medulloblastoma$children[[3]] #> [1] "DOID_3861<DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $medulloblastoma$value #> [1] "medulloblastoma" #> #> #> $medulloepithelioma #> $medulloepithelioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4790" #> #> $medulloepithelioma$`_id` #> [1] "DOID_4790<DOID_0060103<DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $medulloepithelioma$privateGeneCount #> [1] 0 #> #> $medulloepithelioma$publicGeneCount #> [1] 9 #> #> $medulloepithelioma$urlId #> [1] "DOID_4790" #> #> $medulloepithelioma$dbPhenotype #> [1] TRUE #> #> $medulloepithelioma$`_parent` #> [1] "DOID_0060103<DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $medulloepithelioma$`_is_leaf` #> [1] TRUE #> #> $medulloepithelioma$children #> list() #> #> $medulloepithelioma$value #> [1] "medulloepithelioma" #> #> #> $medulloepithelioma #> $medulloepithelioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4790" #> #> $medulloepithelioma$`_id` #> [1] "DOID_4790<DOID_0060103<DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $medulloepithelioma$privateGeneCount #> [1] 0 #> #> $medulloepithelioma$publicGeneCount #> [1] 9 #> #> $medulloepithelioma$urlId #> [1] "DOID_4790" #> #> $medulloepithelioma$dbPhenotype #> [1] TRUE #> #> $medulloepithelioma$`_parent` #> [1] "DOID_0060103<DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $medulloepithelioma$`_is_leaf` #> [1] TRUE #> #> $medulloepithelioma$children #> list() #> #> $medulloepithelioma$value #> [1] "medulloepithelioma" #> #> #> $medulloepithelioma #> $medulloepithelioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4790" #> #> $medulloepithelioma$`_id` #> [1] "DOID_4790<DOID_0060103<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $medulloepithelioma$privateGeneCount #> [1] 0 #> #> $medulloepithelioma$publicGeneCount #> [1] 9 #> #> $medulloepithelioma$urlId #> [1] "DOID_4790" #> #> $medulloepithelioma$dbPhenotype #> [1] TRUE #> #> $medulloepithelioma$`_parent` #> [1] "DOID_0060103<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $medulloepithelioma$`_is_leaf` #> [1] TRUE #> #> $medulloepithelioma$children #> list() #> #> $medulloepithelioma$value #> [1] "medulloepithelioma" #> #> #> $medulloepithelioma #> $medulloepithelioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4790" #> #> $medulloepithelioma$`_id` #> [1] "DOID_4790<DOID_0060103<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $medulloepithelioma$privateGeneCount #> [1] 0 #> #> $medulloepithelioma$publicGeneCount #> [1] 9 #> #> $medulloepithelioma$urlId #> [1] "DOID_4790" #> #> $medulloepithelioma$dbPhenotype #> [1] TRUE #> #> $medulloepithelioma$`_parent` #> [1] "DOID_0060103<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $medulloepithelioma$`_is_leaf` #> [1] TRUE #> #> $medulloepithelioma$children #> list() #> #> $medulloepithelioma$value #> [1] "medulloepithelioma" #> #> #> $medulloepithelioma #> $medulloepithelioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4790" #> #> $medulloepithelioma$`_id` #> [1] "DOID_4790<DOID_0060103<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medulloepithelioma$privateGeneCount #> [1] 0 #> #> $medulloepithelioma$publicGeneCount #> [1] 9 #> #> $medulloepithelioma$urlId #> [1] "DOID_4790" #> #> $medulloepithelioma$dbPhenotype #> [1] TRUE #> #> $medulloepithelioma$`_parent` #> [1] "DOID_0060103<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medulloepithelioma$`_is_leaf` #> [1] TRUE #> #> $medulloepithelioma$children #> list() #> #> $medulloepithelioma$value #> [1] "medulloepithelioma" #> #> #> $medullomyoblastoma #> $medullomyoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3861" #> #> $medullomyoblastoma$`_id` #> [1] "DOID_3861<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $medullomyoblastoma$privateGeneCount #> [1] 0 #> #> $medullomyoblastoma$publicGeneCount #> [1] 43 #> #> $medullomyoblastoma$urlId #> [1] "DOID_3861" #> #> $medullomyoblastoma$dbPhenotype #> [1] TRUE #> #> $medullomyoblastoma$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $medullomyoblastoma$`_is_leaf` #> [1] TRUE #> #> $medullomyoblastoma$children #> list() #> #> $medullomyoblastoma$value #> [1] "medullomyoblastoma" #> #> #> $medullomyoblastoma #> $medullomyoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3861" #> #> $medullomyoblastoma$`_id` #> [1] "DOID_3861<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $medullomyoblastoma$privateGeneCount #> [1] 0 #> #> $medullomyoblastoma$publicGeneCount #> [1] 43 #> #> $medullomyoblastoma$urlId #> [1] "DOID_3861" #> #> $medullomyoblastoma$dbPhenotype #> [1] TRUE #> #> $medullomyoblastoma$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $medullomyoblastoma$`_is_leaf` #> [1] TRUE #> #> $medullomyoblastoma$children #> list() #> #> $medullomyoblastoma$value #> [1] "medullomyoblastoma" #> #> #> $medullomyoblastoma #> $medullomyoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3861" #> #> $medullomyoblastoma$`_id` #> [1] "DOID_3861<DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medullomyoblastoma$privateGeneCount #> [1] 0 #> #> $medullomyoblastoma$publicGeneCount #> [1] 43 #> #> $medullomyoblastoma$urlId #> [1] "DOID_3861" #> #> $medullomyoblastoma$dbPhenotype #> [1] TRUE #> #> $medullomyoblastoma$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medullomyoblastoma$`_is_leaf` #> [1] TRUE #> #> $medullomyoblastoma$children #> list() #> #> $medullomyoblastoma$value #> [1] "medullomyoblastoma" #> #> #> $medullomyoblastoma #> $medullomyoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3861" #> #> $medullomyoblastoma$`_id` #> [1] "DOID_3861<DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medullomyoblastoma$privateGeneCount #> [1] 0 #> #> $medullomyoblastoma$publicGeneCount #> [1] 43 #> #> $medullomyoblastoma$urlId #> [1] "DOID_3861" #> #> $medullomyoblastoma$dbPhenotype #> [1] TRUE #> #> $medullomyoblastoma$`_parent` #> [1] "DOID_0050902<DOID_4706<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $medullomyoblastoma$`_is_leaf` #> [1] TRUE #> #> $medullomyoblastoma$children #> list() #> #> $medullomyoblastoma$value #> [1] "medullomyoblastoma" #> #> #> $`Meesmann corneal dystrophy` #> $`Meesmann corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060451" #> #> $`Meesmann corneal dystrophy`$`_id` #> [1] "DOID_0060451<DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Meesmann corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`Meesmann corneal dystrophy`$publicGeneCount #> [1] 2 #> #> $`Meesmann corneal dystrophy`$urlId #> [1] "DOID_0060451" #> #> $`Meesmann corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Meesmann corneal dystrophy`$`_parent` #> [1] "DOID_0060440<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Meesmann corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Meesmann corneal dystrophy`$children #> list() #> #> $`Meesmann corneal dystrophy`$value #> [1] "Meesmann corneal dystrophy" #> #> #> $megacolon #> $megacolon$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11372" #> #> $megacolon$`_id` #> [1] "DOID_11372<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $megacolon$privateGeneCount #> [1] 0 #> #> $megacolon$publicGeneCount #> [1] 13 #> #> $megacolon$urlId #> [1] "DOID_11372" #> #> $megacolon$dbPhenotype #> [1] TRUE #> #> $megacolon$`_parent` #> [1] "DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $megacolon$`_is_leaf` #> [1] FALSE #> #> $megacolon$children #> $megacolon$children[[1]] #> [1] "DOID_10487<DOID_11372<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $megacolon$value #> [1] "megacolon" #> #> #> $megaesophagus #> $megaesophagus$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13186" #> #> $megaesophagus$`_id` #> [1] "DOID_13186<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $megaesophagus$privateGeneCount #> [1] 0 #> #> $megaesophagus$publicGeneCount #> [1] 4 #> #> $megaesophagus$urlId #> [1] "DOID_13186" #> #> $megaesophagus$dbPhenotype #> [1] TRUE #> #> $megaesophagus$`_parent` #> [1] "DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $megaesophagus$`_is_leaf` #> [1] TRUE #> #> $megaesophagus$children #> list() #> #> $megaesophagus$value #> [1] "megaesophagus" #> #> #> $`megakaryocytic leukemia` #> $`megakaryocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8761" #> #> $`megakaryocytic leukemia`$`_id` #> [1] "DOID_8761<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`megakaryocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`megakaryocytic leukemia`$publicGeneCount #> [1] 11 #> #> $`megakaryocytic leukemia`$urlId #> [1] "DOID_8761" #> #> $`megakaryocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`megakaryocytic leukemia`$`_parent` #> [1] "DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`megakaryocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`megakaryocytic leukemia`$children #> list() #> #> $`megakaryocytic leukemia`$value #> [1] "megakaryocytic leukemia" #> #> #> $`megakaryocytic leukemia` #> $`megakaryocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8761" #> #> $`megakaryocytic leukemia`$`_id` #> [1] "DOID_8761<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`megakaryocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`megakaryocytic leukemia`$publicGeneCount #> [1] 11 #> #> $`megakaryocytic leukemia`$urlId #> [1] "DOID_8761" #> #> $`megakaryocytic leukemia`$dbPhenotype #> [1] TRUE #> #> $`megakaryocytic leukemia`$`_parent` #> [1] "DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`megakaryocytic leukemia`$`_is_leaf` #> [1] TRUE #> #> $`megakaryocytic leukemia`$children #> list() #> #> $`megakaryocytic leukemia`$value #> [1] "megakaryocytic leukemia" #> #> #> $`megaloblastic anemia` #> $`megaloblastic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13382" #> #> $`megaloblastic anemia`$`_id` #> [1] "DOID_13382<DOID_2361<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`megaloblastic anemia`$privateGeneCount #> [1] 0 #> #> $`megaloblastic anemia`$publicGeneCount #> [1] 7 #> #> $`megaloblastic anemia`$urlId #> [1] "DOID_13382" #> #> $`megaloblastic anemia`$dbPhenotype #> [1] TRUE #> #> $`megaloblastic anemia`$`_parent` #> [1] "DOID_2361<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`megaloblastic anemia`$`_is_leaf` #> [1] TRUE #> #> $`megaloblastic anemia`$children #> list() #> #> $`megaloblastic anemia`$value #> [1] "megaloblastic anemia" #> #> #> $`Megaloblastic anemia` #> $`Megaloblastic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001889" #> #> $`Megaloblastic anemia`$`_id` #> [1] "HP_0001889<HP_0001972<HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Megaloblastic anemia`$privateGeneCount #> [1] 0 #> #> $`Megaloblastic anemia`$publicGeneCount #> [1] 1 #> #> $`Megaloblastic anemia`$urlId #> [1] "HP_0001889" #> #> $`Megaloblastic anemia`$dbPhenotype #> [1] FALSE #> #> $`Megaloblastic anemia`$`_parent` #> [1] "HP_0001972<HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Megaloblastic anemia`$`_is_leaf` #> [1] FALSE #> #> $`Megaloblastic anemia`$children #> $`Megaloblastic anemia`$children[[1]] #> [1] "HP_0004860<HP_0001889<HP_0001972<HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Megaloblastic anemia`$value #> [1] "Megaloblastic anemia" #> #> #> $`Meier-Gorlin syndrome` #> $`Meier-Gorlin syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060306" #> #> $`Meier-Gorlin syndrome`$`_id` #> [1] "DOID_0060306<DOID_225<DOID_4" #> #> $`Meier-Gorlin syndrome`$privateGeneCount #> [1] 0 #> #> $`Meier-Gorlin syndrome`$publicGeneCount #> [1] 6 #> #> $`Meier-Gorlin syndrome`$urlId #> [1] "DOID_0060306" #> #> $`Meier-Gorlin syndrome`$dbPhenotype #> [1] TRUE #> #> $`Meier-Gorlin syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Meier-Gorlin syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Meier-Gorlin syndrome`$children #> list() #> #> $`Meier-Gorlin syndrome`$value #> [1] "Meier-Gorlin syndrome" #> #> #> $melancholia #> $melancholia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2848" #> #> $melancholia$`_id` #> [1] "DOID_2848<DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $melancholia$privateGeneCount #> [1] 0 #> #> $melancholia$publicGeneCount #> [1] 50 #> #> $melancholia$urlId #> [1] "DOID_2848" #> #> $melancholia$dbPhenotype #> [1] TRUE #> #> $melancholia$`_parent` #> [1] "DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $melancholia$`_is_leaf` #> [1] TRUE #> #> $melancholia$children #> list() #> #> $melancholia$value #> [1] "melancholia" #> #> #> $melanoma #> $melanoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1909" #> #> $melanoma$`_id` #> [1] "DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $melanoma$privateGeneCount #> [1] 0 #> #> $melanoma$publicGeneCount #> [1] 258 #> #> $melanoma$urlId #> [1] "DOID_1909" #> #> $melanoma$dbPhenotype #> [1] TRUE #> #> $melanoma$`_parent` #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $melanoma$`_is_leaf` #> [1] FALSE #> #> $melanoma$children #> $melanoma$children[[1]] #> [1] "DOID_4359<DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $melanoma$children[[2]] #> [1] "DOID_8923<DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $melanoma$children[[3]] #> [1] "DOID_6039<DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $melanoma$value #> [1] "melanoma" #> #> #> $`MELAS syndrome` #> $`MELAS syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3687" #> #> $`MELAS syndrome`$`_id` #> [1] "DOID_3687<DOID_890<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`MELAS syndrome`$privateGeneCount #> [1] 0 #> #> $`MELAS syndrome`$publicGeneCount #> [1] 15 #> #> $`MELAS syndrome`$urlId #> [1] "DOID_3687" #> #> $`MELAS syndrome`$dbPhenotype #> [1] TRUE #> #> $`MELAS syndrome`$`_parent` #> [1] "DOID_890<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`MELAS syndrome`$`_is_leaf` #> [1] TRUE #> #> $`MELAS syndrome`$children #> list() #> #> $`MELAS syndrome`$value #> [1] "MELAS syndrome" #> #> #> $melioidosis #> $melioidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5052" #> #> $melioidosis$`_id` #> [1] "DOID_5052<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $melioidosis$privateGeneCount #> [1] 0 #> #> $melioidosis$publicGeneCount #> [1] 2 #> #> $melioidosis$urlId #> [1] "DOID_5052" #> #> $melioidosis$dbPhenotype #> [1] TRUE #> #> $melioidosis$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $melioidosis$`_is_leaf` #> [1] TRUE #> #> $melioidosis$children #> list() #> #> $melioidosis$value #> [1] "melioidosis" #> #> #> $melorheostosis #> $melorheostosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4253" #> #> $melorheostosis$`_id` #> [1] "DOID_4253<DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $melorheostosis$privateGeneCount #> [1] 0 #> #> $melorheostosis$publicGeneCount #> [1] 1 #> #> $melorheostosis$urlId #> [1] "DOID_4253" #> #> $melorheostosis$dbPhenotype #> [1] TRUE #> #> $melorheostosis$`_parent` #> [1] "DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $melorheostosis$`_is_leaf` #> [1] TRUE #> #> $melorheostosis$children #> list() #> #> $melorheostosis$value #> [1] "melorheostosis" #> #> #> $`membranoproliferative glomerulonephritis` #> $`membranoproliferative glomerulonephritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2920" #> #> $`membranoproliferative glomerulonephritis`$`_id` #> [1] "DOID_2920<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`membranoproliferative glomerulonephritis`$privateGeneCount #> [1] 0 #> #> $`membranoproliferative glomerulonephritis`$publicGeneCount #> [1] 6 #> #> $`membranoproliferative glomerulonephritis`$urlId #> [1] "DOID_2920" #> #> $`membranoproliferative glomerulonephritis`$dbPhenotype #> [1] TRUE #> #> $`membranoproliferative glomerulonephritis`$`_parent` #> [1] "DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`membranoproliferative glomerulonephritis`$`_is_leaf` #> [1] TRUE #> #> $`membranoproliferative glomerulonephritis`$children #> list() #> #> $`membranoproliferative glomerulonephritis`$value #> [1] "membranoproliferative glomerulonephritis" #> #> #> $`membranous glomerulonephritis` #> $`membranous glomerulonephritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10976" #> #> $`membranous glomerulonephritis`$`_id` #> [1] "DOID_10976<DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`membranous glomerulonephritis`$privateGeneCount #> [1] 0 #> #> $`membranous glomerulonephritis`$publicGeneCount #> [1] 8 #> #> $`membranous glomerulonephritis`$urlId #> [1] "DOID_10976" #> #> $`membranous glomerulonephritis`$dbPhenotype #> [1] TRUE #> #> $`membranous glomerulonephritis`$`_parent` #> [1] "DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`membranous glomerulonephritis`$`_is_leaf` #> [1] TRUE #> #> $`membranous glomerulonephritis`$children #> list() #> #> $`membranous glomerulonephritis`$value #> [1] "membranous glomerulonephritis" #> #> #> $`Memory impairment` #> $`Memory impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002354" #> #> $`Memory impairment`$`_id` #> [1] "HP_0002354<HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Memory impairment`$privateGeneCount #> [1] 0 #> #> $`Memory impairment`$publicGeneCount #> [1] 1 #> #> $`Memory impairment`$urlId #> [1] "HP_0002354" #> #> $`Memory impairment`$dbPhenotype #> [1] TRUE #> #> $`Memory impairment`$`_parent` #> [1] "HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Memory impairment`$`_is_leaf` #> [1] TRUE #> #> $`Memory impairment`$children #> list() #> #> $`Memory impairment`$value #> [1] "Memory impairment" #> #> #> $`Meniere's disease` #> $`Meniere's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9849" #> #> $`Meniere's disease`$`_id` #> [1] "DOID_9849<DOID_9848<DOID_9847<DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Meniere's disease`$privateGeneCount #> [1] 0 #> #> $`Meniere's disease`$publicGeneCount #> [1] 6 #> #> $`Meniere's disease`$urlId #> [1] "DOID_9849" #> #> $`Meniere's disease`$dbPhenotype #> [1] TRUE #> #> $`Meniere's disease`$`_parent` #> [1] "DOID_9848<DOID_9847<DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Meniere's disease`$`_is_leaf` #> [1] TRUE #> #> $`Meniere's disease`$children #> list() #> #> $`Meniere's disease`$value #> [1] "Meniere's disease" #> #> #> $meningioma #> $meningioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3565" #> #> $meningioma$`_id` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$privateGeneCount #> [1] 0 #> #> $meningioma$publicGeneCount #> [1] 19 #> #> $meningioma$urlId #> [1] "DOID_3565" #> #> $meningioma$dbPhenotype #> [1] TRUE #> #> $meningioma$`_parent` #> [1] "DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$`_is_leaf` #> [1] FALSE #> #> $meningioma$children #> $meningioma$children[[1]] #> [1] "DOID_6548<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[2]] #> [1] "DOID_4436<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[3]] #> [1] "DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[4]] #> [1] "DOID_4210<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[5]] #> [1] "DOID_4586<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[6]] #> [1] "DOID_7211<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[7]] #> [1] "DOID_3772<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[8]] #> [1] "DOID_7212<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[9]] #> [1] "DOID_4594<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[10]] #> [1] "DOID_7210<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[11]] #> [1] "DOID_5058<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[12]] #> [1] "DOID_4588<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[13]] #> [1] "DOID_1138<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $meningioma$children[[14]] #> [1] "DOID_7213<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $meningioma$value #> [1] "meningioma" #> #> #> $meningioma #> $meningioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3565" #> #> $meningioma$`_id` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$privateGeneCount #> [1] 0 #> #> $meningioma$publicGeneCount #> [1] 19 #> #> $meningioma$urlId #> [1] "DOID_3565" #> #> $meningioma$dbPhenotype #> [1] TRUE #> #> $meningioma$`_parent` #> [1] "DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$`_is_leaf` #> [1] FALSE #> #> $meningioma$children #> $meningioma$children[[1]] #> [1] "DOID_6548<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[2]] #> [1] "DOID_4436<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[3]] #> [1] "DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[4]] #> [1] "DOID_4210<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[5]] #> [1] "DOID_4586<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[6]] #> [1] "DOID_7211<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[7]] #> [1] "DOID_3772<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[8]] #> [1] "DOID_7212<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[9]] #> [1] "DOID_4594<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[10]] #> [1] "DOID_7210<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[11]] #> [1] "DOID_5058<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[12]] #> [1] "DOID_4588<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[13]] #> [1] "DOID_1138<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[14]] #> [1] "DOID_7213<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $meningioma$value #> [1] "meningioma" #> #> #> $meningioma #> $meningioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3565" #> #> $meningioma$`_id` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$privateGeneCount #> [1] 0 #> #> $meningioma$publicGeneCount #> [1] 19 #> #> $meningioma$urlId #> [1] "DOID_3565" #> #> $meningioma$dbPhenotype #> [1] TRUE #> #> $meningioma$`_parent` #> [1] "DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$`_is_leaf` #> [1] FALSE #> #> $meningioma$children #> $meningioma$children[[1]] #> [1] "DOID_6548<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[2]] #> [1] "DOID_4436<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[3]] #> [1] "DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[4]] #> [1] "DOID_4210<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[5]] #> [1] "DOID_4586<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[6]] #> [1] "DOID_7211<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[7]] #> [1] "DOID_3772<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[8]] #> [1] "DOID_7212<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[9]] #> [1] "DOID_4594<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[10]] #> [1] "DOID_7210<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[11]] #> [1] "DOID_5058<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[12]] #> [1] "DOID_4588<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[13]] #> [1] "DOID_1138<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningioma$children[[14]] #> [1] "DOID_7213<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $meningioma$value #> [1] "meningioma" #> #> #> $meningitis #> $meningitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9471" #> #> $meningitis$`_id` #> [1] "DOID_9471<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningitis$privateGeneCount #> [1] 0 #> #> $meningitis$publicGeneCount #> [1] 24 #> #> $meningitis$urlId #> [1] "DOID_9471" #> #> $meningitis$dbPhenotype #> [1] TRUE #> #> $meningitis$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningitis$`_is_leaf` #> [1] FALSE #> #> $meningitis$children #> $meningitis$children[[1]] #> [1] "DOID_12157<DOID_9471<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningitis$children[[2]] #> [1] "DOID_9470<DOID_9471<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $meningitis$value #> [1] "meningitis" #> #> #> $meningocele #> $meningocele$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1088" #> #> $meningocele$`_id` #> [1] "DOID_1088<DOID_0080016<DOID_0080074<DOID_0080015<DOID_4" #> #> $meningocele$privateGeneCount #> [1] 0 #> #> $meningocele$publicGeneCount #> [1] 1 #> #> $meningocele$urlId #> [1] "DOID_1088" #> #> $meningocele$dbPhenotype #> [1] TRUE #> #> $meningocele$`_parent` #> [1] "DOID_0080016<DOID_0080074<DOID_0080015<DOID_4" #> #> $meningocele$`_is_leaf` #> [1] TRUE #> #> $meningocele$children #> list() #> #> $meningocele$value #> [1] "meningocele" #> #> #> $Meningocele #> $Meningocele$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002435" #> #> $Meningocele$`_id` #> [1] "HP_0002435<HP_0002414<HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Meningocele$privateGeneCount #> [1] 0 #> #> $Meningocele$publicGeneCount #> [1] 4 #> #> $Meningocele$urlId #> [1] "HP_0002435" #> #> $Meningocele$dbPhenotype #> [1] FALSE #> #> $Meningocele$`_parent` #> [1] "HP_0002414<HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Meningocele$`_is_leaf` #> [1] FALSE #> #> $Meningocele$children #> $Meningocele$children[[1]] #> [1] "HP_0002475<HP_0002435<HP_0002414<HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Meningocele$value #> [1] "Meningocele" #> #> #> $Meningocele #> $Meningocele$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002435" #> #> $Meningocele$`_id` #> [1] "HP_0002435<HP_0002414<HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Meningocele$privateGeneCount #> [1] 0 #> #> $Meningocele$publicGeneCount #> [1] 4 #> #> $Meningocele$urlId #> [1] "HP_0002435" #> #> $Meningocele$dbPhenotype #> [1] FALSE #> #> $Meningocele$`_parent` #> [1] "HP_0002414<HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Meningocele$`_is_leaf` #> [1] FALSE #> #> $Meningocele$children #> $Meningocele$children[[1]] #> [1] "HP_0002475<HP_0002435<HP_0002414<HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Meningocele$value #> [1] "Meningocele" #> #> #> $Meningocele #> $Meningocele$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002435" #> #> $Meningocele$`_id` #> [1] "HP_0002435<HP_0010651<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Meningocele$privateGeneCount #> [1] 0 #> #> $Meningocele$publicGeneCount #> [1] 4 #> #> $Meningocele$urlId #> [1] "HP_0002435" #> #> $Meningocele$dbPhenotype #> [1] FALSE #> #> $Meningocele$`_parent` #> [1] "HP_0010651<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Meningocele$`_is_leaf` #> [1] FALSE #> #> $Meningocele$children #> $Meningocele$children[[1]] #> [1] "HP_0002475<HP_0002435<HP_0010651<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Meningocele$value #> [1] "Meningocele" #> #> #> $meningoencephalitis #> $meningoencephalitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10554" #> #> $meningoencephalitis$`_id` #> [1] "DOID_10554<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningoencephalitis$privateGeneCount #> [1] 0 #> #> $meningoencephalitis$publicGeneCount #> [1] 2 #> #> $meningoencephalitis$urlId #> [1] "DOID_10554" #> #> $meningoencephalitis$dbPhenotype #> [1] TRUE #> #> $meningoencephalitis$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $meningoencephalitis$`_is_leaf` #> [1] TRUE #> #> $meningoencephalitis$children #> list() #> #> $meningoencephalitis$value #> [1] "meningoencephalitis" #> #> #> $`meningothelial meningioma` #> $`meningothelial meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7212" #> #> $`meningothelial meningioma`$`_id` #> [1] "DOID_7212<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`meningothelial meningioma`$privateGeneCount #> [1] 0 #> #> $`meningothelial meningioma`$publicGeneCount #> [1] 16 #> #> $`meningothelial meningioma`$urlId #> [1] "DOID_7212" #> #> $`meningothelial meningioma`$dbPhenotype #> [1] TRUE #> #> $`meningothelial meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`meningothelial meningioma`$`_is_leaf` #> [1] TRUE #> #> $`meningothelial meningioma`$children #> list() #> #> $`meningothelial meningioma`$value #> [1] "meningothelial meningioma" #> #> #> $`meningothelial meningioma` #> $`meningothelial meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7212" #> #> $`meningothelial meningioma`$`_id` #> [1] "DOID_7212<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`meningothelial meningioma`$privateGeneCount #> [1] 0 #> #> $`meningothelial meningioma`$publicGeneCount #> [1] 16 #> #> $`meningothelial meningioma`$urlId #> [1] "DOID_7212" #> #> $`meningothelial meningioma`$dbPhenotype #> [1] TRUE #> #> $`meningothelial meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`meningothelial meningioma`$`_is_leaf` #> [1] TRUE #> #> $`meningothelial meningioma`$children #> list() #> #> $`meningothelial meningioma`$value #> [1] "meningothelial meningioma" #> #> #> $`meningothelial meningioma` #> $`meningothelial meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7212" #> #> $`meningothelial meningioma`$`_id` #> [1] "DOID_7212<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`meningothelial meningioma`$privateGeneCount #> [1] 0 #> #> $`meningothelial meningioma`$publicGeneCount #> [1] 16 #> #> $`meningothelial meningioma`$urlId #> [1] "DOID_7212" #> #> $`meningothelial meningioma`$dbPhenotype #> [1] TRUE #> #> $`meningothelial meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`meningothelial meningioma`$`_is_leaf` #> [1] TRUE #> #> $`meningothelial meningioma`$children #> list() #> #> $`meningothelial meningioma`$value #> [1] "meningothelial meningioma" #> #> #> $`Menkes disease` #> $`Menkes disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1838" #> #> $`Menkes disease`$`_id` #> [1] "DOID_1838<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`Menkes disease`$privateGeneCount #> [1] 0 #> #> $`Menkes disease`$publicGeneCount #> [1] 3 #> #> $`Menkes disease`$urlId #> [1] "DOID_1838" #> #> $`Menkes disease`$dbPhenotype #> [1] TRUE #> #> $`Menkes disease`$`_parent` #> [1] "DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`Menkes disease`$`_is_leaf` #> [1] TRUE #> #> $`Menkes disease`$children #> list() #> #> $`Menkes disease`$value #> [1] "Menkes disease" #> #> #> $`mental depression` #> $`mental depression`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1596" #> #> $`mental depression`$`_id` #> [1] "DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`mental depression`$privateGeneCount #> [1] 0 #> #> $`mental depression`$publicGeneCount #> [1] 107 #> #> $`mental depression`$urlId #> [1] "DOID_1596" #> #> $`mental depression`$dbPhenotype #> [1] TRUE #> #> $`mental depression`$`_parent` #> [1] "DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`mental depression`$`_is_leaf` #> [1] FALSE #> #> $`mental depression`$children #> $`mental depression`$children[[1]] #> [1] "DOID_1470<DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`mental depression`$children[[2]] #> [1] "DOID_2848<DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> #> $`mental depression`$value #> [1] "mental depression" #> #> #> $`Mental deterioration` #> $`Mental deterioration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001268" #> #> $`Mental deterioration`$`_id` #> [1] "HP_0001268<HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Mental deterioration`$privateGeneCount #> [1] 0 #> #> $`Mental deterioration`$publicGeneCount #> [1] 7 #> #> $`Mental deterioration`$urlId #> [1] "HP_0001268" #> #> $`Mental deterioration`$dbPhenotype #> [1] TRUE #> #> $`Mental deterioration`$`_parent` #> [1] "HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Mental deterioration`$`_is_leaf` #> [1] FALSE #> #> $`Mental deterioration`$children #> $`Mental deterioration`$children[[1]] #> [1] "HP_0002333<HP_0001268<HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Mental deterioration`$children[[2]] #> [1] "HP_0002361<HP_0001268<HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Mental deterioration`$value #> [1] "Mental deterioration" #> #> #> $`MERRF syndrome` #> $`MERRF syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_310" #> #> $`MERRF syndrome`$`_id` #> [1] "DOID_310<DOID_890<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`MERRF syndrome`$privateGeneCount #> [1] 0 #> #> $`MERRF syndrome`$publicGeneCount #> [1] 2 #> #> $`MERRF syndrome`$urlId #> [1] "DOID_310" #> #> $`MERRF syndrome`$dbPhenotype #> [1] TRUE #> #> $`MERRF syndrome`$`_parent` #> [1] "DOID_890<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`MERRF syndrome`$`_is_leaf` #> [1] TRUE #> #> $`MERRF syndrome`$children #> list() #> #> $`MERRF syndrome`$value #> [1] "MERRF syndrome" #> #> #> $`Mesangial abnormality` #> $`Mesangial abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001966" #> #> $`Mesangial abnormality`$`_id` #> [1] "HP_0001966<HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Mesangial abnormality`$privateGeneCount #> [1] 0 #> #> $`Mesangial abnormality`$publicGeneCount #> [1] 2 #> #> $`Mesangial abnormality`$urlId #> [1] "HP_0001966" #> #> $`Mesangial abnormality`$dbPhenotype #> [1] FALSE #> #> $`Mesangial abnormality`$`_parent` #> [1] "HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Mesangial abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Mesangial abnormality`$children #> $`Mesangial abnormality`$children[[1]] #> [1] "HP_0001967<HP_0001966<HP_0000095<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Mesangial abnormality`$value #> [1] "Mesangial abnormality" #> #> #> $`Mesangial abnormality` #> $`Mesangial abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001966" #> #> $`Mesangial abnormality`$`_id` #> [1] "HP_0001966<HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Mesangial abnormality`$privateGeneCount #> [1] 0 #> #> $`Mesangial abnormality`$publicGeneCount #> [1] 2 #> #> $`Mesangial abnormality`$urlId #> [1] "HP_0001966" #> #> $`Mesangial abnormality`$dbPhenotype #> [1] FALSE #> #> $`Mesangial abnormality`$`_parent` #> [1] "HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Mesangial abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Mesangial abnormality`$children #> $`Mesangial abnormality`$children[[1]] #> [1] "HP_0001967<HP_0001966<HP_0000095<HP_0031263<HP_0011035<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Mesangial abnormality`$value #> [1] "Mesangial abnormality" #> #> #> $`mesenchymal chondrosarcoma` #> $`mesenchymal chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4545" #> #> $`mesenchymal chondrosarcoma`$`_id` #> [1] "DOID_4545<DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mesenchymal chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`mesenchymal chondrosarcoma`$publicGeneCount #> [1] 5 #> #> $`mesenchymal chondrosarcoma`$urlId #> [1] "DOID_4545" #> #> $`mesenchymal chondrosarcoma`$dbPhenotype #> [1] TRUE #> #> $`mesenchymal chondrosarcoma`$`_parent` #> [1] "DOID_3371<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mesenchymal chondrosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`mesenchymal chondrosarcoma`$children #> list() #> #> $`mesenchymal chondrosarcoma`$value #> [1] "mesenchymal chondrosarcoma" #> #> #> $`mesenchymal chondrosarcoma` #> $`mesenchymal chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4545" #> #> $`mesenchymal chondrosarcoma`$`_id` #> [1] "DOID_4545<DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mesenchymal chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`mesenchymal chondrosarcoma`$publicGeneCount #> [1] 5 #> #> $`mesenchymal chondrosarcoma`$urlId #> [1] "DOID_4545" #> #> $`mesenchymal chondrosarcoma`$dbPhenotype #> [1] TRUE #> #> $`mesenchymal chondrosarcoma`$`_parent` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mesenchymal chondrosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`mesenchymal chondrosarcoma`$children #> list() #> #> $`mesenchymal chondrosarcoma`$value #> [1] "mesenchymal chondrosarcoma" #> #> #> $`mesenchymal chondrosarcoma` #> $`mesenchymal chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4545" #> #> $`mesenchymal chondrosarcoma`$`_id` #> [1] "DOID_4545<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mesenchymal chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`mesenchymal chondrosarcoma`$publicGeneCount #> [1] 5 #> #> $`mesenchymal chondrosarcoma`$urlId #> [1] "DOID_4545" #> #> $`mesenchymal chondrosarcoma`$dbPhenotype #> [1] TRUE #> #> $`mesenchymal chondrosarcoma`$`_parent` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mesenchymal chondrosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`mesenchymal chondrosarcoma`$children #> list() #> #> $`mesenchymal chondrosarcoma`$value #> [1] "mesenchymal chondrosarcoma" #> #> #> $`mesenchymal chondrosarcoma` #> $`mesenchymal chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4545" #> #> $`mesenchymal chondrosarcoma`$`_id` #> [1] "DOID_4545<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`mesenchymal chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`mesenchymal chondrosarcoma`$publicGeneCount #> [1] 5 #> #> $`mesenchymal chondrosarcoma`$urlId #> [1] "DOID_4545" #> #> $`mesenchymal chondrosarcoma`$dbPhenotype #> [1] TRUE #> #> $`mesenchymal chondrosarcoma`$`_parent` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`mesenchymal chondrosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`mesenchymal chondrosarcoma`$children #> list() #> #> $`mesenchymal chondrosarcoma`$value #> [1] "mesenchymal chondrosarcoma" #> #> #> $`mesenchymal chondrosarcoma` #> $`mesenchymal chondrosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4545" #> #> $`mesenchymal chondrosarcoma`$`_id` #> [1] "DOID_4545<DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mesenchymal chondrosarcoma`$privateGeneCount #> [1] 0 #> #> $`mesenchymal chondrosarcoma`$publicGeneCount #> [1] 5 #> #> $`mesenchymal chondrosarcoma`$urlId #> [1] "DOID_4545" #> #> $`mesenchymal chondrosarcoma`$dbPhenotype #> [1] TRUE #> #> $`mesenchymal chondrosarcoma`$`_parent` #> [1] "DOID_3371<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mesenchymal chondrosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`mesenchymal chondrosarcoma`$children #> list() #> #> $`mesenchymal chondrosarcoma`$value #> [1] "mesenchymal chondrosarcoma" #> #> #> $`mesenteric vascular occlusion` #> $`mesenteric vascular occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13252" #> #> $`mesenteric vascular occlusion`$`_id` #> [1] "DOID_13252<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`mesenteric vascular occlusion`$privateGeneCount #> [1] 0 #> #> $`mesenteric vascular occlusion`$publicGeneCount #> [1] 2 #> #> $`mesenteric vascular occlusion`$urlId #> [1] "DOID_13252" #> #> $`mesenteric vascular occlusion`$dbPhenotype #> [1] TRUE #> #> $`mesenteric vascular occlusion`$`_parent` #> [1] "DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`mesenteric vascular occlusion`$`_is_leaf` #> [1] TRUE #> #> $`mesenteric vascular occlusion`$children #> list() #> #> $`mesenteric vascular occlusion`$value #> [1] "mesenteric vascular occlusion" #> #> #> $`metabolic acidosis` #> $`metabolic acidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050758" #> #> $`metabolic acidosis`$`_id` #> [1] "DOID_0050758<DOID_0060158<DOID_0014667<DOID_4" #> #> $`metabolic acidosis`$privateGeneCount #> [1] 0 #> #> $`metabolic acidosis`$publicGeneCount #> [1] 6 #> #> $`metabolic acidosis`$urlId #> [1] "DOID_0050758" #> #> $`metabolic acidosis`$dbPhenotype #> [1] FALSE #> #> $`metabolic acidosis`$`_parent` #> [1] "DOID_0060158<DOID_0014667<DOID_4" #> #> $`metabolic acidosis`$`_is_leaf` #> [1] FALSE #> #> $`metabolic acidosis`$children #> $`metabolic acidosis`$children[[1]] #> [1] "DOID_3650<DOID_0050758<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`metabolic acidosis`$value #> [1] "metabolic acidosis" #> #> #> $`metachromatic leukodystrophy` #> $`metachromatic leukodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10581" #> #> $`metachromatic leukodystrophy`$`_id` #> [1] "DOID_10581<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`metachromatic leukodystrophy`$privateGeneCount #> [1] 0 #> #> $`metachromatic leukodystrophy`$publicGeneCount #> [1] 3 #> #> $`metachromatic leukodystrophy`$urlId #> [1] "DOID_10581" #> #> $`metachromatic leukodystrophy`$dbPhenotype #> [1] TRUE #> #> $`metachromatic leukodystrophy`$`_parent` #> [1] "DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`metachromatic leukodystrophy`$`_is_leaf` #> [1] TRUE #> #> $`metachromatic leukodystrophy`$children #> list() #> #> $`metachromatic leukodystrophy`$value #> [1] "metachromatic leukodystrophy" #> #> #> $`metal metabolism disorder` #> $`metal metabolism disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_896" #> #> $`metal metabolism disorder`$`_id` #> [1] "DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`metal metabolism disorder`$privateGeneCount #> [1] 0 #> #> $`metal metabolism disorder`$publicGeneCount #> [1] 58 #> #> $`metal metabolism disorder`$urlId #> [1] "DOID_896" #> #> $`metal metabolism disorder`$dbPhenotype #> [1] TRUE #> #> $`metal metabolism disorder`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`metal metabolism disorder`$`_is_leaf` #> [1] FALSE #> #> $`metal metabolism disorder`$children #> $`metal metabolism disorder`$children[[1]] #> [1] "DOID_0050605<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`metal metabolism disorder`$children[[2]] #> [1] "DOID_0050649<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`metal metabolism disorder`$children[[3]] #> [1] "DOID_1029<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`metal metabolism disorder`$children[[4]] #> [1] "DOID_2352<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`metal metabolism disorder`$children[[5]] #> [1] "DOID_1838<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`metal metabolism disorder`$children[[6]] #> [1] "DOID_4184<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`metal metabolism disorder`$children[[7]] #> [1] "DOID_893<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> #> $`metal metabolism disorder`$value #> [1] "metal metabolism disorder" #> #> #> $`metaphyseal dysplasia` #> $`metaphyseal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080019" #> #> $`metaphyseal dysplasia`$`_id` #> [1] "DOID_0080019<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`metaphyseal dysplasia`$privateGeneCount #> [1] 0 #> #> $`metaphyseal dysplasia`$publicGeneCount #> [1] 4 #> #> $`metaphyseal dysplasia`$urlId #> [1] "DOID_0080019" #> #> $`metaphyseal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`metaphyseal dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`metaphyseal dysplasia`$`_is_leaf` #> [1] FALSE #> #> $`metaphyseal dysplasia`$children #> $`metaphyseal dysplasia`$children[[1]] #> [1] "DOID_0080020<DOID_0080019<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`metaphyseal dysplasia`$children[[2]] #> [1] "DOID_0080021<DOID_0080019<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`metaphyseal dysplasia`$value #> [1] "metaphyseal dysplasia" #> #> #> $`Metaphyseal striations` #> $`Metaphyseal striations`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031367" #> #> $`Metaphyseal striations`$`_id` #> [1] "HP_0031367<HP_0000944<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Metaphyseal striations`$privateGeneCount #> [1] 0 #> #> $`Metaphyseal striations`$publicGeneCount #> [1] 1 #> #> $`Metaphyseal striations`$urlId #> [1] "HP_0031367" #> #> $`Metaphyseal striations`$dbPhenotype #> [1] FALSE #> #> $`Metaphyseal striations`$`_parent` #> [1] "HP_0000944<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Metaphyseal striations`$`_is_leaf` #> [1] FALSE #> #> $`Metaphyseal striations`$children #> $`Metaphyseal striations`$children[[1]] #> [1] "HP_0010740<HP_0031367<HP_0000944<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Metaphyseal striations`$value #> [1] "Metaphyseal striations" #> #> #> $`Metaphyseal striations` #> $`Metaphyseal striations`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031367" #> #> $`Metaphyseal striations`$`_id` #> [1] "HP_0031367<HP_0000944<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Metaphyseal striations`$privateGeneCount #> [1] 0 #> #> $`Metaphyseal striations`$publicGeneCount #> [1] 1 #> #> $`Metaphyseal striations`$urlId #> [1] "HP_0031367" #> #> $`Metaphyseal striations`$dbPhenotype #> [1] FALSE #> #> $`Metaphyseal striations`$`_parent` #> [1] "HP_0000944<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Metaphyseal striations`$`_is_leaf` #> [1] FALSE #> #> $`Metaphyseal striations`$children #> $`Metaphyseal striations`$children[[1]] #> [1] "HP_0010740<HP_0031367<HP_0000944<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Metaphyseal striations`$value #> [1] "Metaphyseal striations" #> #> #> $`Metaphyseal striations` #> $`Metaphyseal striations`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031367" #> #> $`Metaphyseal striations`$`_id` #> [1] "HP_0031367<HP_0000944<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Metaphyseal striations`$privateGeneCount #> [1] 0 #> #> $`Metaphyseal striations`$publicGeneCount #> [1] 1 #> #> $`Metaphyseal striations`$urlId #> [1] "HP_0031367" #> #> $`Metaphyseal striations`$dbPhenotype #> [1] FALSE #> #> $`Metaphyseal striations`$`_parent` #> [1] "HP_0000944<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Metaphyseal striations`$`_is_leaf` #> [1] FALSE #> #> $`Metaphyseal striations`$children #> $`Metaphyseal striations`$children[[1]] #> [1] "HP_0010740<HP_0031367<HP_0000944<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Metaphyseal striations`$value #> [1] "Metaphyseal striations" #> #> #> $methemoglobinemia #> $methemoglobinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10783" #> #> $methemoglobinemia$`_id` #> [1] "DOID_10783<DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $methemoglobinemia$privateGeneCount #> [1] 0 #> #> $methemoglobinemia$publicGeneCount #> [1] 5 #> #> $methemoglobinemia$urlId #> [1] "DOID_10783" #> #> $methemoglobinemia$dbPhenotype #> [1] TRUE #> #> $methemoglobinemia$`_parent` #> [1] "DOID_2860<DOID_589<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $methemoglobinemia$`_is_leaf` #> [1] TRUE #> #> $methemoglobinemia$children #> list() #> #> $methemoglobinemia$value #> [1] "methemoglobinemia" #> #> #> $`methylmalonic acidemia` #> $`methylmalonic acidemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14749" #> #> $`methylmalonic acidemia`$`_id` #> [1] "DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic acidemia`$privateGeneCount #> [1] 0 #> #> $`methylmalonic acidemia`$publicGeneCount #> [1] 18 #> #> $`methylmalonic acidemia`$urlId #> [1] "DOID_14749" #> #> $`methylmalonic acidemia`$dbPhenotype #> [1] TRUE #> #> $`methylmalonic acidemia`$`_parent` #> [1] "DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic acidemia`$`_is_leaf` #> [1] FALSE #> #> $`methylmalonic acidemia`$children #> $`methylmalonic acidemia`$children[[1]] #> [1] "DOID_0050715<DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic acidemia`$children[[2]] #> [1] "DOID_0050716<DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic acidemia`$children[[3]] #> [1] "DOID_0050732<DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic acidemia`$children[[4]] #> [1] "DOID_0050717<DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic acidemia`$children[[5]] #> [1] "DOID_0050733<DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $`methylmalonic acidemia`$value #> [1] "methylmalonic acidemia" #> #> #> $`Methylmalonic acidemia` #> $`Methylmalonic acidemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002912" #> #> $`Methylmalonic acidemia`$`_id` #> [1] "HP_0002912<HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Methylmalonic acidemia`$privateGeneCount #> [1] 0 #> #> $`Methylmalonic acidemia`$publicGeneCount #> [1] 1 #> #> $`Methylmalonic acidemia`$urlId #> [1] "HP_0002912" #> #> $`Methylmalonic acidemia`$dbPhenotype #> [1] TRUE #> #> $`Methylmalonic acidemia`$`_parent` #> [1] "HP_0004341<HP_0004340<HP_0100508<HP_0032245<HP_0001939<HP_0000118<HP_0000001" #> #> $`Methylmalonic acidemia`$`_is_leaf` #> [1] TRUE #> #> $`Methylmalonic acidemia`$children #> list() #> #> $`Methylmalonic acidemia`$value #> [1] "Methylmalonic acidemia" #> #> #> $`Methylmalonic acidemia` #> $`Methylmalonic acidemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002912" #> #> $`Methylmalonic acidemia`$`_id` #> [1] "HP_0002912<HP_0010995<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Methylmalonic acidemia`$privateGeneCount #> [1] 0 #> #> $`Methylmalonic acidemia`$publicGeneCount #> [1] 1 #> #> $`Methylmalonic acidemia`$urlId #> [1] "HP_0002912" #> #> $`Methylmalonic acidemia`$dbPhenotype #> [1] TRUE #> #> $`Methylmalonic acidemia`$`_parent` #> [1] "HP_0010995<HP_0004354<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Methylmalonic acidemia`$`_is_leaf` #> [1] TRUE #> #> $`Methylmalonic acidemia`$children #> list() #> #> $`Methylmalonic acidemia`$value #> [1] "Methylmalonic acidemia" #> #> #> $`Methylmalonic acidemia` #> $`Methylmalonic acidemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002912" #> #> $`Methylmalonic acidemia`$`_id` #> [1] "HP_0002912<HP_0032368<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Methylmalonic acidemia`$privateGeneCount #> [1] 0 #> #> $`Methylmalonic acidemia`$publicGeneCount #> [1] 1 #> #> $`Methylmalonic acidemia`$urlId #> [1] "HP_0002912" #> #> $`Methylmalonic acidemia`$dbPhenotype #> [1] TRUE #> #> $`Methylmalonic acidemia`$`_parent` #> [1] "HP_0032368<HP_0004360<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Methylmalonic acidemia`$`_is_leaf` #> [1] TRUE #> #> $`Methylmalonic acidemia`$children #> list() #> #> $`Methylmalonic acidemia`$value #> [1] "Methylmalonic acidemia" #> #> #> $`methylmalonic aciduria and homocystinuria type cblC` #> $`methylmalonic aciduria and homocystinuria type cblC`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050715" #> #> $`methylmalonic aciduria and homocystinuria type cblC`$`_id` #> [1] "DOID_0050715<DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic aciduria and homocystinuria type cblC`$privateGeneCount #> [1] 0 #> #> $`methylmalonic aciduria and homocystinuria type cblC`$publicGeneCount #> [1] 1 #> #> $`methylmalonic aciduria and homocystinuria type cblC`$urlId #> [1] "DOID_0050715" #> #> $`methylmalonic aciduria and homocystinuria type cblC`$dbPhenotype #> [1] TRUE #> #> $`methylmalonic aciduria and homocystinuria type cblC`$`_parent` #> [1] "DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic aciduria and homocystinuria type cblC`$`_is_leaf` #> [1] TRUE #> #> $`methylmalonic aciduria and homocystinuria type cblC`$children #> list() #> #> $`methylmalonic aciduria and homocystinuria type cblC`$value #> [1] "methylmalonic aciduria and homocystinuria type cblC" #> #> #> $`methylmalonic aciduria and homocystinuria type cblD` #> $`methylmalonic aciduria and homocystinuria type cblD`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050716" #> #> $`methylmalonic aciduria and homocystinuria type cblD`$`_id` #> [1] "DOID_0050716<DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic aciduria and homocystinuria type cblD`$privateGeneCount #> [1] 0 #> #> $`methylmalonic aciduria and homocystinuria type cblD`$publicGeneCount #> [1] 1 #> #> $`methylmalonic aciduria and homocystinuria type cblD`$urlId #> [1] "DOID_0050716" #> #> $`methylmalonic aciduria and homocystinuria type cblD`$dbPhenotype #> [1] TRUE #> #> $`methylmalonic aciduria and homocystinuria type cblD`$`_parent` #> [1] "DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic aciduria and homocystinuria type cblD`$`_is_leaf` #> [1] TRUE #> #> $`methylmalonic aciduria and homocystinuria type cblD`$children #> list() #> #> $`methylmalonic aciduria and homocystinuria type cblD`$value #> [1] "methylmalonic aciduria and homocystinuria type cblD" #> #> #> $`methylmalonic aciduria and homocystinuria type cblE` #> $`methylmalonic aciduria and homocystinuria type cblE`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050732" #> #> $`methylmalonic aciduria and homocystinuria type cblE`$`_id` #> [1] "DOID_0050732<DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic aciduria and homocystinuria type cblE`$privateGeneCount #> [1] 0 #> #> $`methylmalonic aciduria and homocystinuria type cblE`$publicGeneCount #> [1] 1 #> #> $`methylmalonic aciduria and homocystinuria type cblE`$urlId #> [1] "DOID_0050732" #> #> $`methylmalonic aciduria and homocystinuria type cblE`$dbPhenotype #> [1] TRUE #> #> $`methylmalonic aciduria and homocystinuria type cblE`$`_parent` #> [1] "DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic aciduria and homocystinuria type cblE`$`_is_leaf` #> [1] TRUE #> #> $`methylmalonic aciduria and homocystinuria type cblE`$children #> list() #> #> $`methylmalonic aciduria and homocystinuria type cblE`$value #> [1] "methylmalonic aciduria and homocystinuria type cblE" #> #> #> $`methylmalonic aciduria and homocystinuria type cblF` #> $`methylmalonic aciduria and homocystinuria type cblF`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050717" #> #> $`methylmalonic aciduria and homocystinuria type cblF`$`_id` #> [1] "DOID_0050717<DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic aciduria and homocystinuria type cblF`$privateGeneCount #> [1] 0 #> #> $`methylmalonic aciduria and homocystinuria type cblF`$publicGeneCount #> [1] 1 #> #> $`methylmalonic aciduria and homocystinuria type cblF`$urlId #> [1] "DOID_0050717" #> #> $`methylmalonic aciduria and homocystinuria type cblF`$dbPhenotype #> [1] TRUE #> #> $`methylmalonic aciduria and homocystinuria type cblF`$`_parent` #> [1] "DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic aciduria and homocystinuria type cblF`$`_is_leaf` #> [1] TRUE #> #> $`methylmalonic aciduria and homocystinuria type cblF`$children #> list() #> #> $`methylmalonic aciduria and homocystinuria type cblF`$value #> [1] "methylmalonic aciduria and homocystinuria type cblF" #> #> #> $`methylmalonic aciduria and homocystinuria type cblG` #> $`methylmalonic aciduria and homocystinuria type cblG`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050733" #> #> $`methylmalonic aciduria and homocystinuria type cblG`$`_id` #> [1] "DOID_0050733<DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic aciduria and homocystinuria type cblG`$privateGeneCount #> [1] 0 #> #> $`methylmalonic aciduria and homocystinuria type cblG`$publicGeneCount #> [1] 1 #> #> $`methylmalonic aciduria and homocystinuria type cblG`$urlId #> [1] "DOID_0050733" #> #> $`methylmalonic aciduria and homocystinuria type cblG`$dbPhenotype #> [1] TRUE #> #> $`methylmalonic aciduria and homocystinuria type cblG`$`_parent` #> [1] "DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`methylmalonic aciduria and homocystinuria type cblG`$`_is_leaf` #> [1] TRUE #> #> $`methylmalonic aciduria and homocystinuria type cblG`$children #> list() #> #> $`methylmalonic aciduria and homocystinuria type cblG`$value #> [1] "methylmalonic aciduria and homocystinuria type cblG" #> #> #> $`mevalonic aciduria` #> $`mevalonic aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050452" #> #> $`mevalonic aciduria`$`_id` #> [1] "DOID_0050452<DOID_630<DOID_4" #> #> $`mevalonic aciduria`$privateGeneCount #> [1] 0 #> #> $`mevalonic aciduria`$publicGeneCount #> [1] 2 #> #> $`mevalonic aciduria`$urlId #> [1] "DOID_0050452" #> #> $`mevalonic aciduria`$dbPhenotype #> [1] TRUE #> #> $`mevalonic aciduria`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`mevalonic aciduria`$`_is_leaf` #> [1] TRUE #> #> $`mevalonic aciduria`$children #> list() #> #> $`mevalonic aciduria`$value #> [1] "mevalonic aciduria" #> #> #> $`mevalonic aciduria` #> $`mevalonic aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050452" #> #> $`mevalonic aciduria`$`_id` #> [1] "DOID_0050452<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`mevalonic aciduria`$privateGeneCount #> [1] 0 #> #> $`mevalonic aciduria`$publicGeneCount #> [1] 2 #> #> $`mevalonic aciduria`$urlId #> [1] "DOID_0050452" #> #> $`mevalonic aciduria`$dbPhenotype #> [1] TRUE #> #> $`mevalonic aciduria`$`_parent` #> [1] "DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`mevalonic aciduria`$`_is_leaf` #> [1] TRUE #> #> $`mevalonic aciduria`$children #> list() #> #> $`mevalonic aciduria`$value #> [1] "mevalonic aciduria" #> #> #> $`MHC class I deficiency` #> $`MHC class I deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060009" #> #> $`MHC class I deficiency`$`_id` #> [1] "DOID_0060009<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`MHC class I deficiency`$privateGeneCount #> [1] 0 #> #> $`MHC class I deficiency`$publicGeneCount #> [1] 3 #> #> $`MHC class I deficiency`$urlId #> [1] "DOID_0060009" #> #> $`MHC class I deficiency`$dbPhenotype #> [1] TRUE #> #> $`MHC class I deficiency`$`_parent` #> [1] "DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`MHC class I deficiency`$`_is_leaf` #> [1] TRUE #> #> $`MHC class I deficiency`$children #> list() #> #> $`MHC class I deficiency`$value #> [1] "MHC class I deficiency" #> #> #> $`MHC class II deficiency` #> $`MHC class II deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5812" #> #> $`MHC class II deficiency`$`_id` #> [1] "DOID_5812<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`MHC class II deficiency`$privateGeneCount #> [1] 0 #> #> $`MHC class II deficiency`$publicGeneCount #> [1] 19 #> #> $`MHC class II deficiency`$urlId #> [1] "DOID_5812" #> #> $`MHC class II deficiency`$dbPhenotype #> [1] TRUE #> #> $`MHC class II deficiency`$`_parent` #> [1] "DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`MHC class II deficiency`$`_is_leaf` #> [1] TRUE #> #> $`MHC class II deficiency`$children #> list() #> #> $`MHC class II deficiency`$value #> [1] "MHC class II deficiency" #> #> #> $microcephaly #> $microcephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10907" #> #> $microcephaly$`_id` #> [1] "DOID_10907<DOID_2490<DOID_0080015<DOID_4" #> #> $microcephaly$privateGeneCount #> [1] 0 #> #> $microcephaly$publicGeneCount #> [1] 59 #> #> $microcephaly$urlId #> [1] "DOID_10907" #> #> $microcephaly$dbPhenotype #> [1] TRUE #> #> $microcephaly$`_parent` #> [1] "DOID_2490<DOID_0080015<DOID_4" #> #> $microcephaly$`_is_leaf` #> [1] TRUE #> #> $microcephaly$children #> list() #> #> $microcephaly$value #> [1] "microcephaly" #> #> #> $microcephaly #> $microcephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10907" #> #> $microcephaly$`_id` #> [1] "DOID_10907<DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $microcephaly$privateGeneCount #> [1] 0 #> #> $microcephaly$publicGeneCount #> [1] 59 #> #> $microcephaly$urlId #> [1] "DOID_10907" #> #> $microcephaly$dbPhenotype #> [1] TRUE #> #> $microcephaly$`_parent` #> [1] "DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $microcephaly$`_is_leaf` #> [1] TRUE #> #> $microcephaly$children #> list() #> #> $microcephaly$value #> [1] "microcephaly" #> #> #> $Microcephaly #> $Microcephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000252" #> #> $Microcephaly$`_id` #> [1] "HP_0000252<HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Microcephaly$privateGeneCount #> [1] 0 #> #> $Microcephaly$publicGeneCount #> [1] 1 #> #> $Microcephaly$urlId #> [1] "HP_0000252" #> #> $Microcephaly$dbPhenotype #> [1] FALSE #> #> $Microcephaly$`_parent` #> [1] "HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Microcephaly$`_is_leaf` #> [1] FALSE #> #> $Microcephaly$children #> $Microcephaly$children[[1]] #> [1] "HP_0005484<HP_0000252<HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Microcephaly$value #> [1] "Microcephaly" #> #> #> $Microcephaly #> $Microcephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000252" #> #> $Microcephaly$`_id` #> [1] "HP_0000252<HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Microcephaly$privateGeneCount #> [1] 0 #> #> $Microcephaly$publicGeneCount #> [1] 1 #> #> $Microcephaly$urlId #> [1] "HP_0000252" #> #> $Microcephaly$dbPhenotype #> [1] FALSE #> #> $Microcephaly$`_parent` #> [1] "HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Microcephaly$`_is_leaf` #> [1] FALSE #> #> $Microcephaly$children #> $Microcephaly$children[[1]] #> [1] "HP_0005484<HP_0000252<HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Microcephaly$value #> [1] "Microcephaly" #> #> #> $Microcephaly #> $Microcephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000252" #> #> $Microcephaly$`_id` #> [1] "HP_0000252<HP_0040195<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Microcephaly$privateGeneCount #> [1] 0 #> #> $Microcephaly$publicGeneCount #> [1] 1 #> #> $Microcephaly$urlId #> [1] "HP_0000252" #> #> $Microcephaly$dbPhenotype #> [1] FALSE #> #> $Microcephaly$`_parent` #> [1] "HP_0040195<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Microcephaly$`_is_leaf` #> [1] FALSE #> #> $Microcephaly$children #> $Microcephaly$children[[1]] #> [1] "HP_0005484<HP_0000252<HP_0040195<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $Microcephaly$value #> [1] "Microcephaly" #> #> #> $Microcephaly #> $Microcephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000252" #> #> $Microcephaly$`_id` #> [1] "HP_0000252<HP_0040195<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Microcephaly$privateGeneCount #> [1] 0 #> #> $Microcephaly$publicGeneCount #> [1] 1 #> #> $Microcephaly$urlId #> [1] "HP_0000252" #> #> $Microcephaly$dbPhenotype #> [1] FALSE #> #> $Microcephaly$`_parent` #> [1] "HP_0040195<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Microcephaly$`_is_leaf` #> [1] FALSE #> #> $Microcephaly$children #> $Microcephaly$children[[1]] #> [1] "HP_0005484<HP_0000252<HP_0040195<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $Microcephaly$value #> [1] "Microcephaly" #> #> #> $`microcephaly and chorioretinopathy 1` #> $`microcephaly and chorioretinopathy 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080105" #> #> $`microcephaly and chorioretinopathy 1`$`_id` #> [1] "DOID_0080105<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`microcephaly and chorioretinopathy 1`$privateGeneCount #> [1] 0 #> #> $`microcephaly and chorioretinopathy 1`$publicGeneCount #> [1] 1 #> #> $`microcephaly and chorioretinopathy 1`$urlId #> [1] "DOID_0080105" #> #> $`microcephaly and chorioretinopathy 1`$dbPhenotype #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 1`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`microcephaly and chorioretinopathy 1`$`_is_leaf` #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 1`$children #> list() #> #> $`microcephaly and chorioretinopathy 1`$value #> [1] "microcephaly and chorioretinopathy 1" #> #> #> $`microcephaly and chorioretinopathy 1` #> $`microcephaly and chorioretinopathy 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080105" #> #> $`microcephaly and chorioretinopathy 1`$`_id` #> [1] "DOID_0080105<DOID_225<DOID_4" #> #> $`microcephaly and chorioretinopathy 1`$privateGeneCount #> [1] 0 #> #> $`microcephaly and chorioretinopathy 1`$publicGeneCount #> [1] 1 #> #> $`microcephaly and chorioretinopathy 1`$urlId #> [1] "DOID_0080105" #> #> $`microcephaly and chorioretinopathy 1`$dbPhenotype #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 1`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`microcephaly and chorioretinopathy 1`$`_is_leaf` #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 1`$children #> list() #> #> $`microcephaly and chorioretinopathy 1`$value #> [1] "microcephaly and chorioretinopathy 1" #> #> #> $`microcephaly and chorioretinopathy 2` #> $`microcephaly and chorioretinopathy 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080106" #> #> $`microcephaly and chorioretinopathy 2`$`_id` #> [1] "DOID_0080106<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`microcephaly and chorioretinopathy 2`$privateGeneCount #> [1] 0 #> #> $`microcephaly and chorioretinopathy 2`$publicGeneCount #> [1] 1 #> #> $`microcephaly and chorioretinopathy 2`$urlId #> [1] "DOID_0080106" #> #> $`microcephaly and chorioretinopathy 2`$dbPhenotype #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 2`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`microcephaly and chorioretinopathy 2`$`_is_leaf` #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 2`$children #> list() #> #> $`microcephaly and chorioretinopathy 2`$value #> [1] "microcephaly and chorioretinopathy 2" #> #> #> $`microcephaly and chorioretinopathy 2` #> $`microcephaly and chorioretinopathy 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080106" #> #> $`microcephaly and chorioretinopathy 2`$`_id` #> [1] "DOID_0080106<DOID_225<DOID_4" #> #> $`microcephaly and chorioretinopathy 2`$privateGeneCount #> [1] 0 #> #> $`microcephaly and chorioretinopathy 2`$publicGeneCount #> [1] 1 #> #> $`microcephaly and chorioretinopathy 2`$urlId #> [1] "DOID_0080106" #> #> $`microcephaly and chorioretinopathy 2`$dbPhenotype #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 2`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`microcephaly and chorioretinopathy 2`$`_is_leaf` #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 2`$children #> list() #> #> $`microcephaly and chorioretinopathy 2`$value #> [1] "microcephaly and chorioretinopathy 2" #> #> #> $`microcephaly and chorioretinopathy 3` #> $`microcephaly and chorioretinopathy 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080107" #> #> $`microcephaly and chorioretinopathy 3`$`_id` #> [1] "DOID_0080107<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`microcephaly and chorioretinopathy 3`$privateGeneCount #> [1] 0 #> #> $`microcephaly and chorioretinopathy 3`$publicGeneCount #> [1] 1 #> #> $`microcephaly and chorioretinopathy 3`$urlId #> [1] "DOID_0080107" #> #> $`microcephaly and chorioretinopathy 3`$dbPhenotype #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 3`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`microcephaly and chorioretinopathy 3`$`_is_leaf` #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 3`$children #> list() #> #> $`microcephaly and chorioretinopathy 3`$value #> [1] "microcephaly and chorioretinopathy 3" #> #> #> $`microcephaly and chorioretinopathy 3` #> $`microcephaly and chorioretinopathy 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080107" #> #> $`microcephaly and chorioretinopathy 3`$`_id` #> [1] "DOID_0080107<DOID_225<DOID_4" #> #> $`microcephaly and chorioretinopathy 3`$privateGeneCount #> [1] 0 #> #> $`microcephaly and chorioretinopathy 3`$publicGeneCount #> [1] 1 #> #> $`microcephaly and chorioretinopathy 3`$urlId #> [1] "DOID_0080107" #> #> $`microcephaly and chorioretinopathy 3`$dbPhenotype #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 3`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`microcephaly and chorioretinopathy 3`$`_is_leaf` #> [1] TRUE #> #> $`microcephaly and chorioretinopathy 3`$children #> list() #> #> $`microcephaly and chorioretinopathy 3`$value #> [1] "microcephaly and chorioretinopathy 3" #> #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation` #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060349" #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$`_id` #> [1] "DOID_0060349<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$privateGeneCount #> [1] 0 #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$publicGeneCount #> [1] 1 #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$urlId #> [1] "DOID_0060349" #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$dbPhenotype #> [1] TRUE #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$`_is_leaf` #> [1] TRUE #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$children #> list() #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$value #> [1] "microcephaly with or without chorioretinopathy, lymphedema, or mental retardation" #> #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation` #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060349" #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$`_id` #> [1] "DOID_0060349<DOID_225<DOID_4" #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$privateGeneCount #> [1] 0 #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$publicGeneCount #> [1] 1 #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$urlId #> [1] "DOID_0060349" #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$dbPhenotype #> [1] TRUE #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$`_is_leaf` #> [1] TRUE #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$children #> list() #> #> $`microcephaly with or without chorioretinopathy, lymphedema, or mental retardation`$value #> [1] "microcephaly with or without chorioretinopathy, lymphedema, or mental retardation" #> #> #> $`microcystic adenoma` #> $`microcystic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5403" #> #> $`microcystic adenoma`$`_id` #> [1] "DOID_5403<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`microcystic adenoma`$privateGeneCount #> [1] 0 #> #> $`microcystic adenoma`$publicGeneCount #> [1] 35 #> #> $`microcystic adenoma`$urlId #> [1] "DOID_5403" #> #> $`microcystic adenoma`$dbPhenotype #> [1] TRUE #> #> $`microcystic adenoma`$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`microcystic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`microcystic adenoma`$children #> list() #> #> $`microcystic adenoma`$value #> [1] "microcystic adenoma" #> #> #> $`microcystic adenoma` #> $`microcystic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5403" #> #> $`microcystic adenoma`$`_id` #> [1] "DOID_5403<DOID_3918<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`microcystic adenoma`$privateGeneCount #> [1] 0 #> #> $`microcystic adenoma`$publicGeneCount #> [1] 35 #> #> $`microcystic adenoma`$urlId #> [1] "DOID_5403" #> #> $`microcystic adenoma`$dbPhenotype #> [1] TRUE #> #> $`microcystic adenoma`$`_parent` #> [1] "DOID_3918<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`microcystic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`microcystic adenoma`$children #> list() #> #> $`microcystic adenoma`$value #> [1] "microcystic adenoma" #> #> #> $`microcystic adenoma` #> $`microcystic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5403" #> #> $`microcystic adenoma`$`_id` #> [1] "DOID_5403<DOID_3918<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`microcystic adenoma`$privateGeneCount #> [1] 0 #> #> $`microcystic adenoma`$publicGeneCount #> [1] 35 #> #> $`microcystic adenoma`$urlId #> [1] "DOID_5403" #> #> $`microcystic adenoma`$dbPhenotype #> [1] TRUE #> #> $`microcystic adenoma`$`_parent` #> [1] "DOID_3918<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`microcystic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`microcystic adenoma`$children #> list() #> #> $`microcystic adenoma`$value #> [1] "microcystic adenoma" #> #> #> $`microcystic adenoma` #> $`microcystic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5403" #> #> $`microcystic adenoma`$`_id` #> [1] "DOID_5403<DOID_3918<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`microcystic adenoma`$privateGeneCount #> [1] 0 #> #> $`microcystic adenoma`$publicGeneCount #> [1] 35 #> #> $`microcystic adenoma`$urlId #> [1] "DOID_5403" #> #> $`microcystic adenoma`$dbPhenotype #> [1] TRUE #> #> $`microcystic adenoma`$`_parent` #> [1] "DOID_3918<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`microcystic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`microcystic adenoma`$children #> list() #> #> $`microcystic adenoma`$value #> [1] "microcystic adenoma" #> #> #> $`microcystic meningioma` #> $`microcystic meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4594" #> #> $`microcystic meningioma`$`_id` #> [1] "DOID_4594<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`microcystic meningioma`$privateGeneCount #> [1] 0 #> #> $`microcystic meningioma`$publicGeneCount #> [1] 16 #> #> $`microcystic meningioma`$urlId #> [1] "DOID_4594" #> #> $`microcystic meningioma`$dbPhenotype #> [1] TRUE #> #> $`microcystic meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`microcystic meningioma`$`_is_leaf` #> [1] TRUE #> #> $`microcystic meningioma`$children #> list() #> #> $`microcystic meningioma`$value #> [1] "microcystic meningioma" #> #> #> $`microcystic meningioma` #> $`microcystic meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4594" #> #> $`microcystic meningioma`$`_id` #> [1] "DOID_4594<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`microcystic meningioma`$privateGeneCount #> [1] 0 #> #> $`microcystic meningioma`$publicGeneCount #> [1] 16 #> #> $`microcystic meningioma`$urlId #> [1] "DOID_4594" #> #> $`microcystic meningioma`$dbPhenotype #> [1] TRUE #> #> $`microcystic meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`microcystic meningioma`$`_is_leaf` #> [1] TRUE #> #> $`microcystic meningioma`$children #> list() #> #> $`microcystic meningioma`$value #> [1] "microcystic meningioma" #> #> #> $`microcystic meningioma` #> $`microcystic meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4594" #> #> $`microcystic meningioma`$`_id` #> [1] "DOID_4594<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`microcystic meningioma`$privateGeneCount #> [1] 0 #> #> $`microcystic meningioma`$publicGeneCount #> [1] 16 #> #> $`microcystic meningioma`$urlId #> [1] "DOID_4594" #> #> $`microcystic meningioma`$dbPhenotype #> [1] TRUE #> #> $`microcystic meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`microcystic meningioma`$`_is_leaf` #> [1] TRUE #> #> $`microcystic meningioma`$children #> list() #> #> $`microcystic meningioma`$value #> [1] "microcystic meningioma" #> #> #> $`microcytic anemia` #> $`microcytic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11252" #> #> $`microcytic anemia`$`_id` #> [1] "DOID_11252<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`microcytic anemia`$privateGeneCount #> [1] 0 #> #> $`microcytic anemia`$publicGeneCount #> [1] 5 #> #> $`microcytic anemia`$urlId #> [1] "DOID_11252" #> #> $`microcytic anemia`$dbPhenotype #> [1] TRUE #> #> $`microcytic anemia`$`_parent` #> [1] "DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`microcytic anemia`$`_is_leaf` #> [1] FALSE #> #> $`microcytic anemia`$children #> $`microcytic anemia`$children[[1]] #> [1] "DOID_0050642<DOID_11252<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $`microcytic anemia`$value #> [1] "microcytic anemia" #> #> #> $Micropenis #> $Micropenis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000054" #> #> $Micropenis$`_id` #> [1] "HP_0000054<HP_0008736<HP_0000036<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Micropenis$privateGeneCount #> [1] 0 #> #> $Micropenis$publicGeneCount #> [1] 1 #> #> $Micropenis$urlId #> [1] "HP_0000054" #> #> $Micropenis$dbPhenotype #> [1] TRUE #> #> $Micropenis$`_parent` #> [1] "HP_0008736<HP_0000036<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Micropenis$`_is_leaf` #> [1] TRUE #> #> $Micropenis$children #> list() #> #> $Micropenis$value #> [1] "Micropenis" #> #> #> $Micropenis #> $Micropenis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000054" #> #> $Micropenis$`_id` #> [1] "HP_0000054<HP_0008736<HP_0000036<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Micropenis$privateGeneCount #> [1] 0 #> #> $Micropenis$publicGeneCount #> [1] 1 #> #> $Micropenis$urlId #> [1] "HP_0000054" #> #> $Micropenis$dbPhenotype #> [1] TRUE #> #> $Micropenis$`_parent` #> [1] "HP_0008736<HP_0000036<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Micropenis$`_is_leaf` #> [1] TRUE #> #> $Micropenis$children #> list() #> #> $Micropenis$value #> [1] "Micropenis" #> #> #> $Micropenis #> $Micropenis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000054" #> #> $Micropenis$`_id` #> [1] "HP_0000054<HP_0008736<HP_0000050<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Micropenis$privateGeneCount #> [1] 0 #> #> $Micropenis$publicGeneCount #> [1] 1 #> #> $Micropenis$urlId #> [1] "HP_0000054" #> #> $Micropenis$dbPhenotype #> [1] TRUE #> #> $Micropenis$`_parent` #> [1] "HP_0008736<HP_0000050<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Micropenis$`_is_leaf` #> [1] TRUE #> #> $Micropenis$children #> list() #> #> $Micropenis$value #> [1] "Micropenis" #> #> #> $Micropenis #> $Micropenis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000054" #> #> $Micropenis$`_id` #> [1] "HP_0000054<HP_0008736<HP_0000050<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Micropenis$privateGeneCount #> [1] 0 #> #> $Micropenis$publicGeneCount #> [1] 1 #> #> $Micropenis$urlId #> [1] "HP_0000054" #> #> $Micropenis$dbPhenotype #> [1] TRUE #> #> $Micropenis$`_parent` #> [1] "HP_0008736<HP_0000050<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Micropenis$`_is_leaf` #> [1] TRUE #> #> $Micropenis$children #> list() #> #> $Micropenis$value #> [1] "Micropenis" #> #> #> $Micropenis #> $Micropenis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000054" #> #> $Micropenis$`_id` #> [1] "HP_0000054<HP_0008736<HP_0000050<HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Micropenis$privateGeneCount #> [1] 0 #> #> $Micropenis$publicGeneCount #> [1] 1 #> #> $Micropenis$urlId #> [1] "HP_0000054" #> #> $Micropenis$dbPhenotype #> [1] TRUE #> #> $Micropenis$`_parent` #> [1] "HP_0008736<HP_0000050<HP_0003241<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Micropenis$`_is_leaf` #> [1] TRUE #> #> $Micropenis$children #> list() #> #> $Micropenis$value #> [1] "Micropenis" #> #> #> $microphthalmia #> $microphthalmia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10629" #> #> $microphthalmia$`_id` #> [1] "DOID_10629<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $microphthalmia$privateGeneCount #> [1] 0 #> #> $microphthalmia$publicGeneCount #> [1] 25 #> #> $microphthalmia$urlId #> [1] "DOID_10629" #> #> $microphthalmia$dbPhenotype #> [1] TRUE #> #> $microphthalmia$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $microphthalmia$`_is_leaf` #> [1] TRUE #> #> $microphthalmia$children #> list() #> #> $microphthalmia$value #> [1] "microphthalmia" #> #> #> $`middle cerebral artery infarction` #> $`middle cerebral artery infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3525" #> #> $`middle cerebral artery infarction`$`_id` #> [1] "DOID_3525<DOID_3526<DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`middle cerebral artery infarction`$privateGeneCount #> [1] 0 #> #> $`middle cerebral artery infarction`$publicGeneCount #> [1] 28 #> #> $`middle cerebral artery infarction`$urlId #> [1] "DOID_3525" #> #> $`middle cerebral artery infarction`$dbPhenotype #> [1] TRUE #> #> $`middle cerebral artery infarction`$`_parent` #> [1] "DOID_3526<DOID_3454<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`middle cerebral artery infarction`$`_is_leaf` #> [1] TRUE #> #> $`middle cerebral artery infarction`$children #> list() #> #> $`middle cerebral artery infarction`$value #> [1] "middle cerebral artery infarction" #> #> #> $`middle cerebral artery infarction` #> $`middle cerebral artery infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3525" #> #> $`middle cerebral artery infarction`$`_id` #> [1] "DOID_3525<DOID_3526<DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`middle cerebral artery infarction`$privateGeneCount #> [1] 0 #> #> $`middle cerebral artery infarction`$publicGeneCount #> [1] 28 #> #> $`middle cerebral artery infarction`$urlId #> [1] "DOID_3525" #> #> $`middle cerebral artery infarction`$dbPhenotype #> [1] TRUE #> #> $`middle cerebral artery infarction`$`_parent` #> [1] "DOID_3526<DOID_3454<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`middle cerebral artery infarction`$`_is_leaf` #> [1] TRUE #> #> $`middle cerebral artery infarction`$children #> list() #> #> $`middle cerebral artery infarction`$value #> [1] "middle cerebral artery infarction" #> #> #> $`middle ear disease` #> $`middle ear disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5100" #> #> $`middle ear disease`$`_id` #> [1] "DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`middle ear disease`$privateGeneCount #> [1] 0 #> #> $`middle ear disease`$publicGeneCount #> [1] 16 #> #> $`middle ear disease`$urlId #> [1] "DOID_5100" #> #> $`middle ear disease`$dbPhenotype #> [1] FALSE #> #> $`middle ear disease`$`_parent` #> [1] "DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`middle ear disease`$`_is_leaf` #> [1] FALSE #> #> $`middle ear disease`$children #> $`middle ear disease`$children[[1]] #> [1] "DOID_0060322<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`middle ear disease`$children[[2]] #> [1] "DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`middle ear disease`$value #> [1] "middle ear disease" #> #> #> $`middle lobe syndrome` #> $`middle lobe syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2810" #> #> $`middle lobe syndrome`$`_id` #> [1] "DOID_2810<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`middle lobe syndrome`$privateGeneCount #> [1] 0 #> #> $`middle lobe syndrome`$publicGeneCount #> [1] 1 #> #> $`middle lobe syndrome`$urlId #> [1] "DOID_2810" #> #> $`middle lobe syndrome`$dbPhenotype #> [1] TRUE #> #> $`middle lobe syndrome`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`middle lobe syndrome`$`_is_leaf` #> [1] TRUE #> #> $`middle lobe syndrome`$children #> list() #> #> $`middle lobe syndrome`$value #> [1] "middle lobe syndrome" #> #> #> $`Midline defect of the nose` #> $`Midline defect of the nose`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004122" #> #> $`Midline defect of the nose`$`_id` #> [1] "HP_0004122<HP_0005105<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Midline defect of the nose`$privateGeneCount #> [1] 0 #> #> $`Midline defect of the nose`$publicGeneCount #> [1] 1 #> #> $`Midline defect of the nose`$urlId #> [1] "HP_0004122" #> #> $`Midline defect of the nose`$dbPhenotype #> [1] FALSE #> #> $`Midline defect of the nose`$`_parent` #> [1] "HP_0005105<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Midline defect of the nose`$`_is_leaf` #> [1] FALSE #> #> $`Midline defect of the nose`$children #> $`Midline defect of the nose`$children[[1]] #> [1] "HP_0011803<HP_0004122<HP_0005105<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> #> $`Midline defect of the nose`$value #> [1] "Midline defect of the nose" #> #> #> $migraine #> $migraine$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6364" #> #> $migraine$`_id` #> [1] "DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $migraine$privateGeneCount #> [1] 0 #> #> $migraine$publicGeneCount #> [1] 33 #> #> $migraine$urlId #> [1] "DOID_6364" #> #> $migraine$dbPhenotype #> [1] TRUE #> #> $migraine$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $migraine$`_is_leaf` #> [1] FALSE #> #> $migraine$children #> $migraine$children[[1]] #> [1] "DOID_10024<DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $migraine$children[[2]] #> [1] "DOID_12783<DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $migraine$value #> [1] "migraine" #> #> #> $`migraine with aura` #> $`migraine with aura`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10024" #> #> $`migraine with aura`$`_id` #> [1] "DOID_10024<DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`migraine with aura`$privateGeneCount #> [1] 0 #> #> $`migraine with aura`$publicGeneCount #> [1] 8 #> #> $`migraine with aura`$urlId #> [1] "DOID_10024" #> #> $`migraine with aura`$dbPhenotype #> [1] TRUE #> #> $`migraine with aura`$`_parent` #> [1] "DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`migraine with aura`$`_is_leaf` #> [1] FALSE #> #> $`migraine with aura`$children #> $`migraine with aura`$children[[1]] #> [1] "DOID_0060178<DOID_10024<DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`migraine with aura`$value #> [1] "migraine with aura" #> #> #> $`migraine without aura` #> $`migraine without aura`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12783" #> #> $`migraine without aura`$`_id` #> [1] "DOID_12783<DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`migraine without aura`$privateGeneCount #> [1] 0 #> #> $`migraine without aura`$publicGeneCount #> [1] 12 #> #> $`migraine without aura`$urlId #> [1] "DOID_12783" #> #> $`migraine without aura`$dbPhenotype #> [1] TRUE #> #> $`migraine without aura`$`_parent` #> [1] "DOID_6364<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`migraine without aura`$`_is_leaf` #> [1] TRUE #> #> $`migraine without aura`$children #> list() #> #> $`migraine without aura`$value #> [1] "migraine without aura" #> #> #> $`Mild postnatal growth retardation` #> $`Mild postnatal growth retardation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001530" #> #> $`Mild postnatal growth retardation`$`_id` #> [1] "HP_0001530<HP_0008897<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Mild postnatal growth retardation`$privateGeneCount #> [1] 0 #> #> $`Mild postnatal growth retardation`$publicGeneCount #> [1] 1 #> #> $`Mild postnatal growth retardation`$urlId #> [1] "HP_0001530" #> #> $`Mild postnatal growth retardation`$dbPhenotype #> [1] TRUE #> #> $`Mild postnatal growth retardation`$`_parent` #> [1] "HP_0008897<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Mild postnatal growth retardation`$`_is_leaf` #> [1] TRUE #> #> $`Mild postnatal growth retardation`$children #> list() #> #> $`Mild postnatal growth retardation`$value #> [1] "Mild postnatal growth retardation" #> #> #> $`milk allergy` #> $`milk allergy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4376" #> #> $`milk allergy`$`_id` #> [1] "DOID_4376<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`milk allergy`$privateGeneCount #> [1] 0 #> #> $`milk allergy`$publicGeneCount #> [1] 1 #> #> $`milk allergy`$urlId #> [1] "DOID_4376" #> #> $`milk allergy`$dbPhenotype #> [1] TRUE #> #> $`milk allergy`$`_parent` #> [1] "DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`milk allergy`$`_is_leaf` #> [1] TRUE #> #> $`milk allergy`$children #> list() #> #> $`milk allergy`$value #> [1] "milk allergy" #> #> #> $`mineral metabolism disease` #> $`mineral metabolism disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050032" #> #> $`mineral metabolism disease`$`_id` #> [1] "DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`mineral metabolism disease`$privateGeneCount #> [1] 0 #> #> $`mineral metabolism disease`$publicGeneCount #> [1] 82 #> #> $`mineral metabolism disease`$urlId #> [1] "DOID_0050032" #> #> $`mineral metabolism disease`$dbPhenotype #> [1] FALSE #> #> $`mineral metabolism disease`$`_parent` #> [1] "DOID_0060158<DOID_0014667<DOID_4" #> #> $`mineral metabolism disease`$`_is_leaf` #> [1] FALSE #> #> $`mineral metabolism disease`$children #> $`mineral metabolism disease`$children[[1]] #> [1] "DOID_10575<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`mineral metabolism disease`$children[[2]] #> [1] "DOID_4500<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`mineral metabolism disease`$children[[3]] #> [1] "DOID_2351<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`mineral metabolism disease`$children[[4]] #> [1] "DOID_2485<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`mineral metabolism disease`$value #> [1] "mineral metabolism disease" #> #> #> $Miosis #> $Miosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000616" #> #> $Miosis$`_id` #> [1] "HP_0000616<HP_0007686<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $Miosis$privateGeneCount #> [1] 0 #> #> $Miosis$publicGeneCount #> [1] 1 #> #> $Miosis$urlId #> [1] "HP_0000616" #> #> $Miosis$dbPhenotype #> [1] TRUE #> #> $Miosis$`_parent` #> [1] "HP_0007686<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $Miosis$`_is_leaf` #> [1] TRUE #> #> $Miosis$children #> list() #> #> $Miosis$value #> [1] "Miosis" #> #> #> $`mite infestation` #> $`mite infestation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7894" #> #> $`mite infestation`$`_id` #> [1] "DOID_7894<DOID_4110<DOID_1398<DOID_0050117<DOID_4" #> #> $`mite infestation`$privateGeneCount #> [1] 0 #> #> $`mite infestation`$publicGeneCount #> [1] 1 #> #> $`mite infestation`$urlId #> [1] "DOID_7894" #> #> $`mite infestation`$dbPhenotype #> [1] FALSE #> #> $`mite infestation`$`_parent` #> [1] "DOID_4110<DOID_1398<DOID_0050117<DOID_4" #> #> $`mite infestation`$`_is_leaf` #> [1] FALSE #> #> $`mite infestation`$children #> $`mite infestation`$children[[1]] #> [1] "DOID_8295<DOID_7894<DOID_4110<DOID_1398<DOID_0050117<DOID_4" #> #> #> $`mite infestation`$value #> [1] "mite infestation" #> #> #> $`mitochondrial complex I deficiency` #> $`mitochondrial complex I deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060536" #> #> $`mitochondrial complex I deficiency`$`_id` #> [1] "DOID_0060536<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex I deficiency`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex I deficiency`$publicGeneCount #> [1] 18 #> #> $`mitochondrial complex I deficiency`$urlId #> [1] "DOID_0060536" #> #> $`mitochondrial complex I deficiency`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex I deficiency`$`_parent` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex I deficiency`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex I deficiency`$children #> list() #> #> $`mitochondrial complex I deficiency`$value #> [1] "mitochondrial complex I deficiency" #> #> #> $`mitochondrial complex II deficiency` #> $`mitochondrial complex II deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060537" #> #> $`mitochondrial complex II deficiency`$`_id` #> [1] "DOID_0060537<DOID_630<DOID_4" #> #> $`mitochondrial complex II deficiency`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex II deficiency`$publicGeneCount #> [1] 3 #> #> $`mitochondrial complex II deficiency`$urlId #> [1] "DOID_0060537" #> #> $`mitochondrial complex II deficiency`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex II deficiency`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`mitochondrial complex II deficiency`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex II deficiency`$children #> list() #> #> $`mitochondrial complex II deficiency`$value #> [1] "mitochondrial complex II deficiency" #> #> #> $`mitochondrial complex II deficiency` #> $`mitochondrial complex II deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060537" #> #> $`mitochondrial complex II deficiency`$`_id` #> [1] "DOID_0060537<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex II deficiency`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex II deficiency`$publicGeneCount #> [1] 3 #> #> $`mitochondrial complex II deficiency`$urlId #> [1] "DOID_0060537" #> #> $`mitochondrial complex II deficiency`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex II deficiency`$`_parent` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex II deficiency`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex II deficiency`$children #> list() #> #> $`mitochondrial complex II deficiency`$value #> [1] "mitochondrial complex II deficiency" #> #> #> $`mitochondrial complex III deficiency` #> $`mitochondrial complex III deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111139" #> #> $`mitochondrial complex III deficiency`$`_id` #> [1] "DOID_0111139<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex III deficiency`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex III deficiency`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex III deficiency`$urlId #> [1] "DOID_0111139" #> #> $`mitochondrial complex III deficiency`$dbPhenotype #> [1] FALSE #> #> $`mitochondrial complex III deficiency`$`_parent` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex III deficiency`$`_is_leaf` #> [1] FALSE #> #> $`mitochondrial complex III deficiency`$children #> $`mitochondrial complex III deficiency`$children[[1]] #> [1] "DOID_0060351<DOID_0111139<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> #> $`mitochondrial complex III deficiency`$value #> [1] "mitochondrial complex III deficiency" #> #> #> $`mitochondrial complex III deficiency nuclear type 2` #> $`mitochondrial complex III deficiency nuclear type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060351" #> #> $`mitochondrial complex III deficiency nuclear type 2`$`_id` #> [1] "DOID_0060351<DOID_0111139<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex III deficiency nuclear type 2`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex III deficiency nuclear type 2`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex III deficiency nuclear type 2`$urlId #> [1] "DOID_0060351" #> #> $`mitochondrial complex III deficiency nuclear type 2`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex III deficiency nuclear type 2`$`_parent` #> [1] "DOID_0111139<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex III deficiency nuclear type 2`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex III deficiency nuclear type 2`$children #> list() #> #> $`mitochondrial complex III deficiency nuclear type 2`$value #> [1] "mitochondrial complex III deficiency nuclear type 2" #> #> #> $`mitochondrial complex III deficiency nuclear type 2` #> $`mitochondrial complex III deficiency nuclear type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060351" #> #> $`mitochondrial complex III deficiency nuclear type 2`$`_id` #> [1] "DOID_0060351<DOID_630<DOID_4" #> #> $`mitochondrial complex III deficiency nuclear type 2`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex III deficiency nuclear type 2`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex III deficiency nuclear type 2`$urlId #> [1] "DOID_0060351" #> #> $`mitochondrial complex III deficiency nuclear type 2`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex III deficiency nuclear type 2`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`mitochondrial complex III deficiency nuclear type 2`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex III deficiency nuclear type 2`$children #> list() #> #> $`mitochondrial complex III deficiency nuclear type 2`$value #> [1] "mitochondrial complex III deficiency nuclear type 2" #> #> #> $`mitochondrial complex V (ATP synthase) deficiency` #> $`mitochondrial complex V (ATP synthase) deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111143" #> #> $`mitochondrial complex V (ATP synthase) deficiency`$`_id` #> [1] "DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex V (ATP synthase) deficiency`$publicGeneCount #> [1] 4 #> #> $`mitochondrial complex V (ATP synthase) deficiency`$urlId #> [1] "DOID_0111143" #> #> $`mitochondrial complex V (ATP synthase) deficiency`$dbPhenotype #> [1] FALSE #> #> $`mitochondrial complex V (ATP synthase) deficiency`$`_parent` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency`$`_is_leaf` #> [1] FALSE #> #> $`mitochondrial complex V (ATP synthase) deficiency`$children #> $`mitochondrial complex V (ATP synthase) deficiency`$children[[1]] #> [1] "DOID_0060331<DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency`$children[[2]] #> [1] "DOID_0060332<DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency`$children[[3]] #> [1] "DOID_0060333<DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency`$children[[4]] #> [1] "DOID_0050768<DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> #> $`mitochondrial complex V (ATP synthase) deficiency`$value #> [1] "mitochondrial complex V (ATP synthase) deficiency" #> #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2` #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060331" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$`_id` #> [1] "DOID_0060331<DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$urlId #> [1] "DOID_0060331" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$`_parent` #> [1] "DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$children #> list() #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$value #> [1] "mitochondrial complex V (ATP synthase) deficiency nuclear type 2" #> #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2` #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060331" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$`_id` #> [1] "DOID_0060331<DOID_630<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$urlId #> [1] "DOID_0060331" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$children #> list() #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 2`$value #> [1] "mitochondrial complex V (ATP synthase) deficiency nuclear type 2" #> #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3` #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060332" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$`_id` #> [1] "DOID_0060332<DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$urlId #> [1] "DOID_0060332" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$`_parent` #> [1] "DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$children #> list() #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$value #> [1] "mitochondrial complex V (ATP synthase) deficiency nuclear type 3" #> #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3` #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060332" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$`_id` #> [1] "DOID_0060332<DOID_630<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$urlId #> [1] "DOID_0060332" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$children #> list() #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 3`$value #> [1] "mitochondrial complex V (ATP synthase) deficiency nuclear type 3" #> #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4` #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060333" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$`_id` #> [1] "DOID_0060333<DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$urlId #> [1] "DOID_0060333" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$`_parent` #> [1] "DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$children #> list() #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$value #> [1] "mitochondrial complex V (ATP synthase) deficiency nuclear type 4" #> #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4` #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060333" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$`_id` #> [1] "DOID_0060333<DOID_630<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$urlId #> [1] "DOID_0060333" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$children #> list() #> #> $`mitochondrial complex V (ATP synthase) deficiency nuclear type 4`$value #> [1] "mitochondrial complex V (ATP synthase) deficiency nuclear type 4" #> #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1` #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050768" #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$`_id` #> [1] "DOID_0050768<DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$urlId #> [1] "DOID_0050768" #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$`_parent` #> [1] "DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$children #> list() #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$value #> [1] "mitochondrial complex V (ATP synthase) deficiency, nuclear type 1" #> #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1` #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050768" #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$`_id` #> [1] "DOID_0050768<DOID_630<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$privateGeneCount #> [1] 0 #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$publicGeneCount #> [1] 1 #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$urlId #> [1] "DOID_0050768" #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$`_is_leaf` #> [1] TRUE #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$children #> list() #> #> $`mitochondrial complex V (ATP synthase) deficiency, nuclear type 1`$value #> [1] "mitochondrial complex V (ATP synthase) deficiency, nuclear type 1" #> #> #> $`mitochondrial encephalomyopathy` #> $`mitochondrial encephalomyopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_890" #> #> $`mitochondrial encephalomyopathy`$`_id` #> [1] "DOID_890<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`mitochondrial encephalomyopathy`$privateGeneCount #> [1] 0 #> #> $`mitochondrial encephalomyopathy`$publicGeneCount #> [1] 26 #> #> $`mitochondrial encephalomyopathy`$urlId #> [1] "DOID_890" #> #> $`mitochondrial encephalomyopathy`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial encephalomyopathy`$`_parent` #> [1] "DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`mitochondrial encephalomyopathy`$`_is_leaf` #> [1] FALSE #> #> $`mitochondrial encephalomyopathy`$children #> $`mitochondrial encephalomyopathy`$children[[1]] #> [1] "DOID_3687<DOID_890<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`mitochondrial encephalomyopathy`$children[[2]] #> [1] "DOID_310<DOID_890<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`mitochondrial encephalomyopathy`$value #> [1] "mitochondrial encephalomyopathy" #> #> #> $`Mitochondrial encephalopathy` #> $`Mitochondrial encephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006789" #> #> $`Mitochondrial encephalopathy`$`_id` #> [1] "HP_0006789<HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Mitochondrial encephalopathy`$privateGeneCount #> [1] 0 #> #> $`Mitochondrial encephalopathy`$publicGeneCount #> [1] 1 #> #> $`Mitochondrial encephalopathy`$urlId #> [1] "HP_0006789" #> #> $`Mitochondrial encephalopathy`$dbPhenotype #> [1] TRUE #> #> $`Mitochondrial encephalopathy`$`_parent` #> [1] "HP_0001298<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Mitochondrial encephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`Mitochondrial encephalopathy`$children #> list() #> #> $`Mitochondrial encephalopathy`$value #> [1] "Mitochondrial encephalopathy" #> #> #> $`mitochondrial metabolism disease` #> $`mitochondrial metabolism disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_700" #> #> $`mitochondrial metabolism disease`$`_id` #> [1] "DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$privateGeneCount #> [1] 0 #> #> $`mitochondrial metabolism disease`$publicGeneCount #> [1] 101 #> #> $`mitochondrial metabolism disease`$urlId #> [1] "DOID_700" #> #> $`mitochondrial metabolism disease`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial metabolism disease`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$`_is_leaf` #> [1] FALSE #> #> $`mitochondrial metabolism disease`$children #> $`mitochondrial metabolism disease`$children[[1]] #> [1] "DOID_0050730<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$children[[2]] #> [1] "DOID_0060286<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$children[[3]] #> [1] "DOID_3762<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$children[[4]] #> [1] "DOID_0050757<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$children[[5]] #> [1] "DOID_0050713<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$children[[6]] #> [1] "DOID_3652<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$children[[7]] #> [1] "DOID_0060536<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$children[[8]] #> [1] "DOID_0060537<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$children[[9]] #> [1] "DOID_0111139<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> $`mitochondrial metabolism disease`$children[[10]] #> [1] "DOID_0111143<DOID_700<DOID_655<DOID_0014667<DOID_4" #> #> #> $`mitochondrial metabolism disease`$value #> [1] "mitochondrial metabolism disease" #> #> #> $`mitochondrial myopathy` #> $`mitochondrial myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_699" #> #> $`mitochondrial myopathy`$`_id` #> [1] "DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`mitochondrial myopathy`$privateGeneCount #> [1] 0 #> #> $`mitochondrial myopathy`$publicGeneCount #> [1] 38 #> #> $`mitochondrial myopathy`$urlId #> [1] "DOID_699" #> #> $`mitochondrial myopathy`$dbPhenotype #> [1] TRUE #> #> $`mitochondrial myopathy`$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`mitochondrial myopathy`$`_is_leaf` #> [1] FALSE #> #> $`mitochondrial myopathy`$children #> $`mitochondrial myopathy`$children[[1]] #> [1] "DOID_12558<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`mitochondrial myopathy`$children[[2]] #> [1] "DOID_890<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`mitochondrial myopathy`$children[[3]] #> [1] "DOID_0080099<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`mitochondrial myopathy`$value #> [1] "mitochondrial myopathy" #> #> #> $`mitral valve disease` #> $`mitral valve disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_61" #> #> $`mitral valve disease`$`_id` #> [1] "DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`mitral valve disease`$privateGeneCount #> [1] 0 #> #> $`mitral valve disease`$publicGeneCount #> [1] 8 #> #> $`mitral valve disease`$urlId #> [1] "DOID_61" #> #> $`mitral valve disease`$dbPhenotype #> [1] FALSE #> #> $`mitral valve disease`$`_parent` #> [1] "DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`mitral valve disease`$`_is_leaf` #> [1] FALSE #> #> $`mitral valve disease`$children #> $`mitral valve disease`$children[[1]] #> [1] "DOID_11502<DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`mitral valve disease`$children[[2]] #> [1] "DOID_988<DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`mitral valve disease`$children[[3]] #> [1] "DOID_1754<DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`mitral valve disease`$value #> [1] "mitral valve disease" #> #> #> $`mitral valve insufficiency` #> $`mitral valve insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11502" #> #> $`mitral valve insufficiency`$`_id` #> [1] "DOID_11502<DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`mitral valve insufficiency`$privateGeneCount #> [1] 0 #> #> $`mitral valve insufficiency`$publicGeneCount #> [1] 1 #> #> $`mitral valve insufficiency`$urlId #> [1] "DOID_11502" #> #> $`mitral valve insufficiency`$dbPhenotype #> [1] TRUE #> #> $`mitral valve insufficiency`$`_parent` #> [1] "DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`mitral valve insufficiency`$`_is_leaf` #> [1] TRUE #> #> $`mitral valve insufficiency`$children #> list() #> #> $`mitral valve insufficiency`$value #> [1] "mitral valve insufficiency" #> #> #> $`mitral valve prolapse` #> $`mitral valve prolapse`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_988" #> #> $`mitral valve prolapse`$`_id` #> [1] "DOID_988<DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`mitral valve prolapse`$privateGeneCount #> [1] 0 #> #> $`mitral valve prolapse`$publicGeneCount #> [1] 7 #> #> $`mitral valve prolapse`$urlId #> [1] "DOID_988" #> #> $`mitral valve prolapse`$dbPhenotype #> [1] TRUE #> #> $`mitral valve prolapse`$`_parent` #> [1] "DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`mitral valve prolapse`$`_is_leaf` #> [1] TRUE #> #> $`mitral valve prolapse`$children #> list() #> #> $`mitral valve prolapse`$value #> [1] "mitral valve prolapse" #> #> #> $`mitral valve stenosis` #> $`mitral valve stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1754" #> #> $`mitral valve stenosis`$`_id` #> [1] "DOID_1754<DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`mitral valve stenosis`$privateGeneCount #> [1] 0 #> #> $`mitral valve stenosis`$publicGeneCount #> [1] 1 #> #> $`mitral valve stenosis`$urlId #> [1] "DOID_1754" #> #> $`mitral valve stenosis`$dbPhenotype #> [1] TRUE #> #> $`mitral valve stenosis`$`_parent` #> [1] "DOID_61<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`mitral valve stenosis`$`_is_leaf` #> [1] TRUE #> #> $`mitral valve stenosis`$children #> list() #> #> $`mitral valve stenosis`$value #> [1] "mitral valve stenosis" #> #> #> $`mixed cell type cancer` #> $`mixed cell type cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_154" #> #> $`mixed cell type cancer`$`_id` #> [1] "DOID_154<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mixed cell type cancer`$privateGeneCount #> [1] 0 #> #> $`mixed cell type cancer`$publicGeneCount #> [1] 5 #> #> $`mixed cell type cancer`$urlId #> [1] "DOID_154" #> #> $`mixed cell type cancer`$dbPhenotype #> [1] FALSE #> #> $`mixed cell type cancer`$`_parent` #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mixed cell type cancer`$`_is_leaf` #> [1] FALSE #> #> $`mixed cell type cancer`$children #> $`mixed cell type cancer`$children[[1]] #> [1] "DOID_4236<DOID_154<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`mixed cell type cancer`$value #> [1] "mixed cell type cancer" #> #> #> $`mixed connective tissue disease` #> $`mixed connective tissue disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3492" #> #> $`mixed connective tissue disease`$`_id` #> [1] "DOID_3492<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed connective tissue disease`$privateGeneCount #> [1] 0 #> #> $`mixed connective tissue disease`$publicGeneCount #> [1] 4 #> #> $`mixed connective tissue disease`$urlId #> [1] "DOID_3492" #> #> $`mixed connective tissue disease`$dbPhenotype #> [1] TRUE #> #> $`mixed connective tissue disease`$`_parent` #> [1] "DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed connective tissue disease`$`_is_leaf` #> [1] TRUE #> #> $`mixed connective tissue disease`$children #> list() #> #> $`mixed connective tissue disease`$value #> [1] "mixed connective tissue disease" #> #> #> $`mixed glioma` #> $`mixed glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5076" #> #> $`mixed glioma`$`_id` #> [1] "DOID_5076<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mixed glioma`$privateGeneCount #> [1] 0 #> #> $`mixed glioma`$publicGeneCount #> [1] 98 #> #> $`mixed glioma`$urlId #> [1] "DOID_5076" #> #> $`mixed glioma`$dbPhenotype #> [1] TRUE #> #> $`mixed glioma`$`_parent` #> [1] "DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mixed glioma`$`_is_leaf` #> [1] FALSE #> #> $`mixed glioma`$children #> $`mixed glioma`$children[[1]] #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`mixed glioma`$value #> [1] "mixed glioma" #> #> #> $`mixed glioma` #> $`mixed glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5076" #> #> $`mixed glioma`$`_id` #> [1] "DOID_5076<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed glioma`$privateGeneCount #> [1] 0 #> #> $`mixed glioma`$publicGeneCount #> [1] 98 #> #> $`mixed glioma`$urlId #> [1] "DOID_5076" #> #> $`mixed glioma`$dbPhenotype #> [1] TRUE #> #> $`mixed glioma`$`_parent` #> [1] "DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed glioma`$`_is_leaf` #> [1] FALSE #> #> $`mixed glioma`$children #> $`mixed glioma`$children[[1]] #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`mixed glioma`$value #> [1] "mixed glioma" #> #> #> $`mixed glioma` #> $`mixed glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5076" #> #> $`mixed glioma`$`_id` #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed glioma`$privateGeneCount #> [1] 0 #> #> $`mixed glioma`$publicGeneCount #> [1] 98 #> #> $`mixed glioma`$urlId #> [1] "DOID_5076" #> #> $`mixed glioma`$dbPhenotype #> [1] TRUE #> #> $`mixed glioma`$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed glioma`$`_is_leaf` #> [1] FALSE #> #> $`mixed glioma`$children #> $`mixed glioma`$children[[1]] #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`mixed glioma`$value #> [1] "mixed glioma" #> #> #> $`mixed glioma` #> $`mixed glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5076" #> #> $`mixed glioma`$`_id` #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`mixed glioma`$privateGeneCount #> [1] 0 #> #> $`mixed glioma`$publicGeneCount #> [1] 98 #> #> $`mixed glioma`$urlId #> [1] "DOID_5076" #> #> $`mixed glioma`$dbPhenotype #> [1] TRUE #> #> $`mixed glioma`$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`mixed glioma`$`_is_leaf` #> [1] FALSE #> #> $`mixed glioma`$children #> $`mixed glioma`$children[[1]] #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`mixed glioma`$value #> [1] "mixed glioma" #> #> #> $`mixed glioma` #> $`mixed glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5076" #> #> $`mixed glioma`$`_id` #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`mixed glioma`$privateGeneCount #> [1] 0 #> #> $`mixed glioma`$publicGeneCount #> [1] 98 #> #> $`mixed glioma`$urlId #> [1] "DOID_5076" #> #> $`mixed glioma`$dbPhenotype #> [1] TRUE #> #> $`mixed glioma`$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`mixed glioma`$`_is_leaf` #> [1] FALSE #> #> $`mixed glioma`$children #> $`mixed glioma`$children[[1]] #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`mixed glioma`$value #> [1] "mixed glioma" #> #> #> $`mixed glioma` #> $`mixed glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5076" #> #> $`mixed glioma`$`_id` #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`mixed glioma`$privateGeneCount #> [1] 0 #> #> $`mixed glioma`$publicGeneCount #> [1] 98 #> #> $`mixed glioma`$urlId #> [1] "DOID_5076" #> #> $`mixed glioma`$dbPhenotype #> [1] TRUE #> #> $`mixed glioma`$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`mixed glioma`$`_is_leaf` #> [1] FALSE #> #> $`mixed glioma`$children #> $`mixed glioma`$children[[1]] #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`mixed glioma`$value #> [1] "mixed glioma" #> #> #> $`mixed glioma` #> $`mixed glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5076" #> #> $`mixed glioma`$`_id` #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed glioma`$privateGeneCount #> [1] 0 #> #> $`mixed glioma`$publicGeneCount #> [1] 98 #> #> $`mixed glioma`$urlId #> [1] "DOID_5076" #> #> $`mixed glioma`$dbPhenotype #> [1] TRUE #> #> $`mixed glioma`$`_parent` #> [1] "DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed glioma`$`_is_leaf` #> [1] FALSE #> #> $`mixed glioma`$children #> $`mixed glioma`$children[[1]] #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`mixed glioma`$value #> [1] "mixed glioma" #> #> #> $`mixed glioma` #> $`mixed glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5076" #> #> $`mixed glioma`$`_id` #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed glioma`$privateGeneCount #> [1] 0 #> #> $`mixed glioma`$publicGeneCount #> [1] 98 #> #> $`mixed glioma`$urlId #> [1] "DOID_5076" #> #> $`mixed glioma`$dbPhenotype #> [1] TRUE #> #> $`mixed glioma`$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed glioma`$`_is_leaf` #> [1] FALSE #> #> $`mixed glioma`$children #> $`mixed glioma`$children[[1]] #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`mixed glioma`$value #> [1] "mixed glioma" #> #> #> $`mixed glioma` #> $`mixed glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5076" #> #> $`mixed glioma`$`_id` #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`mixed glioma`$privateGeneCount #> [1] 0 #> #> $`mixed glioma`$publicGeneCount #> [1] 98 #> #> $`mixed glioma`$urlId #> [1] "DOID_5076" #> #> $`mixed glioma`$dbPhenotype #> [1] TRUE #> #> $`mixed glioma`$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`mixed glioma`$`_is_leaf` #> [1] FALSE #> #> $`mixed glioma`$children #> $`mixed glioma`$children[[1]] #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`mixed glioma`$value #> [1] "mixed glioma" #> #> #> $`mixed glioma` #> $`mixed glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5076" #> #> $`mixed glioma`$`_id` #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed glioma`$privateGeneCount #> [1] 0 #> #> $`mixed glioma`$publicGeneCount #> [1] 98 #> #> $`mixed glioma`$urlId #> [1] "DOID_5076" #> #> $`mixed glioma`$dbPhenotype #> [1] TRUE #> #> $`mixed glioma`$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed glioma`$`_is_leaf` #> [1] FALSE #> #> $`mixed glioma`$children #> $`mixed glioma`$children[[1]] #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`mixed glioma`$value #> [1] "mixed glioma" #> #> #> $`mixed oligodendroglioma-astrocytoma` #> $`mixed oligodendroglioma-astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$`_id` #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$privateGeneCount #> [1] 0 #> #> $`mixed oligodendroglioma-astrocytoma`$publicGeneCount #> [1] 9 #> #> $`mixed oligodendroglioma-astrocytoma`$urlId #> [1] "DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$`_parent` #> [1] "DOID_5076<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$children #> list() #> #> $`mixed oligodendroglioma-astrocytoma`$value #> [1] "mixed oligodendroglioma-astrocytoma" #> #> #> $`mixed oligodendroglioma-astrocytoma` #> $`mixed oligodendroglioma-astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$`_id` #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$privateGeneCount #> [1] 0 #> #> $`mixed oligodendroglioma-astrocytoma`$publicGeneCount #> [1] 9 #> #> $`mixed oligodendroglioma-astrocytoma`$urlId #> [1] "DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$`_parent` #> [1] "DOID_5076<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$children #> list() #> #> $`mixed oligodendroglioma-astrocytoma`$value #> [1] "mixed oligodendroglioma-astrocytoma" #> #> #> $`mixed oligodendroglioma-astrocytoma` #> $`mixed oligodendroglioma-astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$`_id` #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$privateGeneCount #> [1] 0 #> #> $`mixed oligodendroglioma-astrocytoma`$publicGeneCount #> [1] 9 #> #> $`mixed oligodendroglioma-astrocytoma`$urlId #> [1] "DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$`_parent` #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$children #> list() #> #> $`mixed oligodendroglioma-astrocytoma`$value #> [1] "mixed oligodendroglioma-astrocytoma" #> #> #> $`mixed oligodendroglioma-astrocytoma` #> $`mixed oligodendroglioma-astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$`_id` #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$privateGeneCount #> [1] 0 #> #> $`mixed oligodendroglioma-astrocytoma`$publicGeneCount #> [1] 9 #> #> $`mixed oligodendroglioma-astrocytoma`$urlId #> [1] "DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$`_parent` #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$children #> list() #> #> $`mixed oligodendroglioma-astrocytoma`$value #> [1] "mixed oligodendroglioma-astrocytoma" #> #> #> $`mixed oligodendroglioma-astrocytoma` #> $`mixed oligodendroglioma-astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$`_id` #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$privateGeneCount #> [1] 0 #> #> $`mixed oligodendroglioma-astrocytoma`$publicGeneCount #> [1] 9 #> #> $`mixed oligodendroglioma-astrocytoma`$urlId #> [1] "DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$`_parent` #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$children #> list() #> #> $`mixed oligodendroglioma-astrocytoma`$value #> [1] "mixed oligodendroglioma-astrocytoma" #> #> #> $`mixed oligodendroglioma-astrocytoma` #> $`mixed oligodendroglioma-astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$`_id` #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$privateGeneCount #> [1] 0 #> #> $`mixed oligodendroglioma-astrocytoma`$publicGeneCount #> [1] 9 #> #> $`mixed oligodendroglioma-astrocytoma`$urlId #> [1] "DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$`_parent` #> [1] "DOID_5076<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$children #> list() #> #> $`mixed oligodendroglioma-astrocytoma`$value #> [1] "mixed oligodendroglioma-astrocytoma" #> #> #> $`mixed oligodendroglioma-astrocytoma` #> $`mixed oligodendroglioma-astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$`_id` #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$privateGeneCount #> [1] 0 #> #> $`mixed oligodendroglioma-astrocytoma`$publicGeneCount #> [1] 9 #> #> $`mixed oligodendroglioma-astrocytoma`$urlId #> [1] "DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$`_parent` #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$children #> list() #> #> $`mixed oligodendroglioma-astrocytoma`$value #> [1] "mixed oligodendroglioma-astrocytoma" #> #> #> $`mixed oligodendroglioma-astrocytoma` #> $`mixed oligodendroglioma-astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$`_id` #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$privateGeneCount #> [1] 0 #> #> $`mixed oligodendroglioma-astrocytoma`$publicGeneCount #> [1] 9 #> #> $`mixed oligodendroglioma-astrocytoma`$urlId #> [1] "DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$`_parent` #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$children #> list() #> #> $`mixed oligodendroglioma-astrocytoma`$value #> [1] "mixed oligodendroglioma-astrocytoma" #> #> #> $`mixed oligodendroglioma-astrocytoma` #> $`mixed oligodendroglioma-astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$`_id` #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$privateGeneCount #> [1] 0 #> #> $`mixed oligodendroglioma-astrocytoma`$publicGeneCount #> [1] 9 #> #> $`mixed oligodendroglioma-astrocytoma`$urlId #> [1] "DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$`_parent` #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$children #> list() #> #> $`mixed oligodendroglioma-astrocytoma`$value #> [1] "mixed oligodendroglioma-astrocytoma" #> #> #> $`mixed oligodendroglioma-astrocytoma` #> $`mixed oligodendroglioma-astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$`_id` #> [1] "DOID_7912<DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$privateGeneCount #> [1] 0 #> #> $`mixed oligodendroglioma-astrocytoma`$publicGeneCount #> [1] 9 #> #> $`mixed oligodendroglioma-astrocytoma`$urlId #> [1] "DOID_7912" #> #> $`mixed oligodendroglioma-astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$`_parent` #> [1] "DOID_5076<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mixed oligodendroglioma-astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`mixed oligodendroglioma-astrocytoma`$children #> list() #> #> $`mixed oligodendroglioma-astrocytoma`$value #> [1] "mixed oligodendroglioma-astrocytoma" #> #> #> $`mixed phenotype acute leukemia` #> $`mixed phenotype acute leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9953" #> #> $`mixed phenotype acute leukemia`$`_id` #> [1] "DOID_9953<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed phenotype acute leukemia`$privateGeneCount #> [1] 0 #> #> $`mixed phenotype acute leukemia`$publicGeneCount #> [1] 1 #> #> $`mixed phenotype acute leukemia`$urlId #> [1] "DOID_9953" #> #> $`mixed phenotype acute leukemia`$dbPhenotype #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed phenotype acute leukemia`$`_is_leaf` #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$children #> list() #> #> $`mixed phenotype acute leukemia`$value #> [1] "mixed phenotype acute leukemia" #> #> #> $`mixed phenotype acute leukemia` #> $`mixed phenotype acute leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9953" #> #> $`mixed phenotype acute leukemia`$`_id` #> [1] "DOID_9953<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mixed phenotype acute leukemia`$privateGeneCount #> [1] 0 #> #> $`mixed phenotype acute leukemia`$publicGeneCount #> [1] 1 #> #> $`mixed phenotype acute leukemia`$urlId #> [1] "DOID_9953" #> #> $`mixed phenotype acute leukemia`$dbPhenotype #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mixed phenotype acute leukemia`$`_is_leaf` #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$children #> list() #> #> $`mixed phenotype acute leukemia`$value #> [1] "mixed phenotype acute leukemia" #> #> #> $`mixed phenotype acute leukemia` #> $`mixed phenotype acute leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9953" #> #> $`mixed phenotype acute leukemia`$`_id` #> [1] "DOID_9953<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mixed phenotype acute leukemia`$privateGeneCount #> [1] 0 #> #> $`mixed phenotype acute leukemia`$publicGeneCount #> [1] 1 #> #> $`mixed phenotype acute leukemia`$urlId #> [1] "DOID_9953" #> #> $`mixed phenotype acute leukemia`$dbPhenotype #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mixed phenotype acute leukemia`$`_is_leaf` #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$children #> list() #> #> $`mixed phenotype acute leukemia`$value #> [1] "mixed phenotype acute leukemia" #> #> #> $`mixed phenotype acute leukemia` #> $`mixed phenotype acute leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9953" #> #> $`mixed phenotype acute leukemia`$`_id` #> [1] "DOID_9953<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed phenotype acute leukemia`$privateGeneCount #> [1] 0 #> #> $`mixed phenotype acute leukemia`$publicGeneCount #> [1] 1 #> #> $`mixed phenotype acute leukemia`$urlId #> [1] "DOID_9953" #> #> $`mixed phenotype acute leukemia`$dbPhenotype #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$`_parent` #> [1] "DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed phenotype acute leukemia`$`_is_leaf` #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$children #> list() #> #> $`mixed phenotype acute leukemia`$value #> [1] "mixed phenotype acute leukemia" #> #> #> $`mixed phenotype acute leukemia` #> $`mixed phenotype acute leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9953" #> #> $`mixed phenotype acute leukemia`$`_id` #> [1] "DOID_9953<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mixed phenotype acute leukemia`$privateGeneCount #> [1] 0 #> #> $`mixed phenotype acute leukemia`$publicGeneCount #> [1] 1 #> #> $`mixed phenotype acute leukemia`$urlId #> [1] "DOID_9953" #> #> $`mixed phenotype acute leukemia`$dbPhenotype #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$`_parent` #> [1] "DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mixed phenotype acute leukemia`$`_is_leaf` #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$children #> list() #> #> $`mixed phenotype acute leukemia`$value #> [1] "mixed phenotype acute leukemia" #> #> #> $`mixed phenotype acute leukemia` #> $`mixed phenotype acute leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9953" #> #> $`mixed phenotype acute leukemia`$`_id` #> [1] "DOID_9953<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed phenotype acute leukemia`$privateGeneCount #> [1] 0 #> #> $`mixed phenotype acute leukemia`$publicGeneCount #> [1] 1 #> #> $`mixed phenotype acute leukemia`$urlId #> [1] "DOID_9953" #> #> $`mixed phenotype acute leukemia`$dbPhenotype #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$`_parent` #> [1] "DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mixed phenotype acute leukemia`$`_is_leaf` #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$children #> list() #> #> $`mixed phenotype acute leukemia`$value #> [1] "mixed phenotype acute leukemia" #> #> #> $`mixed phenotype acute leukemia` #> $`mixed phenotype acute leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9953" #> #> $`mixed phenotype acute leukemia`$`_id` #> [1] "DOID_9953<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mixed phenotype acute leukemia`$privateGeneCount #> [1] 0 #> #> $`mixed phenotype acute leukemia`$publicGeneCount #> [1] 1 #> #> $`mixed phenotype acute leukemia`$urlId #> [1] "DOID_9953" #> #> $`mixed phenotype acute leukemia`$dbPhenotype #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$`_parent` #> [1] "DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mixed phenotype acute leukemia`$`_is_leaf` #> [1] TRUE #> #> $`mixed phenotype acute leukemia`$children #> list() #> #> $`mixed phenotype acute leukemia`$value #> [1] "mixed phenotype acute leukemia" #> #> #> $`Mode of inheritance` #> $`Mode of inheritance`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000005" #> #> $`Mode of inheritance`$`_id` #> [1] "HP_0000005<HP_0000001" #> #> $`Mode of inheritance`$privateGeneCount #> [1] 0 #> #> $`Mode of inheritance`$publicGeneCount #> [1] 1 #> #> $`Mode of inheritance`$urlId #> [1] "HP_0000005" #> #> $`Mode of inheritance`$dbPhenotype #> [1] FALSE #> #> $`Mode of inheritance`$`_parent` #> [1] "HP_0000001" #> #> $`Mode of inheritance`$`_is_leaf` #> [1] FALSE #> #> $`Mode of inheritance`$children #> $`Mode of inheritance`$children[[1]] #> [1] "HP_0000006<HP_0000005<HP_0000001" #> #> #> $`Mode of inheritance`$value #> [1] "Mode of inheritance" #> #> #> $`Molar tooth sign on MRI` #> $`Molar tooth sign on MRI`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002419" #> #> $`Molar tooth sign on MRI`$`_id` #> [1] "HP_0002419<HP_0002418<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Molar tooth sign on MRI`$privateGeneCount #> [1] 0 #> #> $`Molar tooth sign on MRI`$publicGeneCount #> [1] 1 #> #> $`Molar tooth sign on MRI`$urlId #> [1] "HP_0002419" #> #> $`Molar tooth sign on MRI`$dbPhenotype #> [1] TRUE #> #> $`Molar tooth sign on MRI`$`_parent` #> [1] "HP_0002418<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Molar tooth sign on MRI`$`_is_leaf` #> [1] TRUE #> #> $`Molar tooth sign on MRI`$children #> list() #> #> $`Molar tooth sign on MRI`$value #> [1] "Molar tooth sign on MRI" #> #> #> $`molluscum contagiosum` #> $`molluscum contagiosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8867" #> #> $`molluscum contagiosum`$`_id` #> [1] "DOID_8867<DOID_934<DOID_0050117<DOID_4" #> #> $`molluscum contagiosum`$privateGeneCount #> [1] 0 #> #> $`molluscum contagiosum`$publicGeneCount #> [1] 1 #> #> $`molluscum contagiosum`$urlId #> [1] "DOID_8867" #> #> $`molluscum contagiosum`$dbPhenotype #> [1] TRUE #> #> $`molluscum contagiosum`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`molluscum contagiosum`$`_is_leaf` #> [1] TRUE #> #> $`molluscum contagiosum`$children #> list() #> #> $`molluscum contagiosum`$value #> [1] "molluscum contagiosum" #> #> #> $`Molybdenum cofactor deficiency` #> $`Molybdenum cofactor deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003570" #> #> $`Molybdenum cofactor deficiency`$`_id` #> [1] "HP_0003570<HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Molybdenum cofactor deficiency`$privateGeneCount #> [1] 0 #> #> $`Molybdenum cofactor deficiency`$publicGeneCount #> [1] 3 #> #> $`Molybdenum cofactor deficiency`$urlId #> [1] "HP_0003570" #> #> $`Molybdenum cofactor deficiency`$dbPhenotype #> [1] TRUE #> #> $`Molybdenum cofactor deficiency`$`_parent` #> [1] "HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Molybdenum cofactor deficiency`$`_is_leaf` #> [1] TRUE #> #> $`Molybdenum cofactor deficiency`$children #> list() #> #> $`Molybdenum cofactor deficiency`$value #> [1] "Molybdenum cofactor deficiency" #> #> #> $monilethrix #> $monilethrix$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050472" #> #> $monilethrix$`_id` #> [1] "DOID_0050472<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $monilethrix$privateGeneCount #> [1] 0 #> #> $monilethrix$publicGeneCount #> [1] 3 #> #> $monilethrix$urlId #> [1] "DOID_0050472" #> #> $monilethrix$dbPhenotype #> [1] TRUE #> #> $monilethrix$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $monilethrix$`_is_leaf` #> [1] TRUE #> #> $monilethrix$children #> list() #> #> $monilethrix$value #> [1] "monilethrix" #> #> #> $monilethrix #> $monilethrix$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050472" #> #> $monilethrix$`_id` #> [1] "DOID_0050472<DOID_421<DOID_16<DOID_7<DOID_4" #> #> $monilethrix$privateGeneCount #> [1] 0 #> #> $monilethrix$publicGeneCount #> [1] 3 #> #> $monilethrix$urlId #> [1] "DOID_0050472" #> #> $monilethrix$dbPhenotype #> [1] TRUE #> #> $monilethrix$`_parent` #> [1] "DOID_421<DOID_16<DOID_7<DOID_4" #> #> $monilethrix$`_is_leaf` #> [1] TRUE #> #> $monilethrix$children #> list() #> #> $monilethrix$value #> [1] "monilethrix" #> #> #> $`monocytic leukemia` #> $`monocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8527" #> #> $`monocytic leukemia`$`_id` #> [1] "DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`monocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`monocytic leukemia`$publicGeneCount #> [1] 23 #> #> $`monocytic leukemia`$urlId #> [1] "DOID_8527" #> #> $`monocytic leukemia`$dbPhenotype #> [1] FALSE #> #> $`monocytic leukemia`$`_parent` #> [1] "DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`monocytic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`monocytic leukemia`$children #> $`monocytic leukemia`$children[[1]] #> [1] "DOID_8864<DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`monocytic leukemia`$children[[2]] #> [1] "DOID_8593<DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`monocytic leukemia`$value #> [1] "monocytic leukemia" #> #> #> $`monocytic leukemia` #> $`monocytic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8527" #> #> $`monocytic leukemia`$`_id` #> [1] "DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`monocytic leukemia`$privateGeneCount #> [1] 0 #> #> $`monocytic leukemia`$publicGeneCount #> [1] 23 #> #> $`monocytic leukemia`$urlId #> [1] "DOID_8527" #> #> $`monocytic leukemia`$dbPhenotype #> [1] FALSE #> #> $`monocytic leukemia`$`_parent` #> [1] "DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`monocytic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`monocytic leukemia`$children #> $`monocytic leukemia`$children[[1]] #> [1] "DOID_8864<DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`monocytic leukemia`$children[[2]] #> [1] "DOID_8593<DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`monocytic leukemia`$value #> [1] "monocytic leukemia" #> #> #> $`monogenic disease` #> $`monogenic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050177" #> #> $`monogenic disease`$`_id` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$privateGeneCount #> [1] 0 #> #> $`monogenic disease`$publicGeneCount #> [1] 1360 #> #> $`monogenic disease`$urlId #> [1] "DOID_0050177" #> #> $`monogenic disease`$dbPhenotype #> [1] FALSE #> #> $`monogenic disease`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`monogenic disease`$`_is_leaf` #> [1] FALSE #> #> $`monogenic disease`$children #> $`monogenic disease`$children[[1]] #> [1] "DOID_10983<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[2]] #> [1] "DOID_332<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[3]] #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[4]] #> [1] "DOID_445<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[5]] #> [1] "DOID_0050451<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[6]] #> [1] "DOID_4997<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[7]] #> [1] "DOID_0060233<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[8]] #> [1] "DOID_83<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[9]] #> [1] "DOID_2581<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[10]] #> [1] "DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[11]] #> [1] "DOID_0050572<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[12]] #> [1] "DOID_11725<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[13]] #> [1] "DOID_0050467<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[14]] #> [1] "DOID_2590<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[15]] #> [1] "DOID_0080110<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[16]] #> [1] "DOID_3490<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[17]] #> [1] "DOID_0050780<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[18]] #> [1] "DOID_0050593<DOID_0050177<DOID_630<DOID_4" #> #> $`monogenic disease`$children[[19]] #> [1] "DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> #> $`monogenic disease`$value #> [1] "monogenic disease" #> #> #> $mononeuritis #> $mononeuritis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1802" #> #> $mononeuritis$`_id` #> [1] "DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $mononeuritis$privateGeneCount #> [1] 0 #> #> $mononeuritis$publicGeneCount #> [1] 9 #> #> $mononeuritis$urlId #> [1] "DOID_1802" #> #> $mononeuritis$dbPhenotype #> [1] FALSE #> #> $mononeuritis$`_parent` #> [1] "DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $mononeuritis$`_is_leaf` #> [1] FALSE #> #> $mononeuritis$children #> $mononeuritis$children[[1]] #> [1] "DOID_9473<DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $mononeuritis$value #> [1] "mononeuritis" #> #> #> $`mononeuritis of lower limb` #> $`mononeuritis of lower limb`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9473" #> #> $`mononeuritis of lower limb`$`_id` #> [1] "DOID_9473<DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`mononeuritis of lower limb`$privateGeneCount #> [1] 0 #> #> $`mononeuritis of lower limb`$publicGeneCount #> [1] 9 #> #> $`mononeuritis of lower limb`$urlId #> [1] "DOID_9473" #> #> $`mononeuritis of lower limb`$dbPhenotype #> [1] FALSE #> #> $`mononeuritis of lower limb`$`_parent` #> [1] "DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`mononeuritis of lower limb`$`_is_leaf` #> [1] FALSE #> #> $`mononeuritis of lower limb`$children #> $`mononeuritis of lower limb`$children[[1]] #> [1] "DOID_12528<DOID_9473<DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`mononeuritis of lower limb`$value #> [1] "mononeuritis of lower limb" #> #> #> $mononeuropathy #> $mononeuropathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1188" #> #> $mononeuropathy$`_id` #> [1] "DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $mononeuropathy$privateGeneCount #> [1] 0 #> #> $mononeuropathy$publicGeneCount #> [1] 10 #> #> $mononeuropathy$urlId #> [1] "DOID_1188" #> #> $mononeuropathy$dbPhenotype #> [1] TRUE #> #> $mononeuropathy$`_parent` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $mononeuropathy$`_is_leaf` #> [1] FALSE #> #> $mononeuropathy$children #> $mononeuropathy$children[[1]] #> [1] "DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $mononeuropathy$value #> [1] "mononeuropathy" #> #> #> $`mood disorder` #> $`mood disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3324" #> #> $`mood disorder`$`_id` #> [1] "DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`mood disorder`$privateGeneCount #> [1] 0 #> #> $`mood disorder`$publicGeneCount #> [1] 217 #> #> $`mood disorder`$urlId #> [1] "DOID_3324" #> #> $`mood disorder`$dbPhenotype #> [1] TRUE #> #> $`mood disorder`$`_parent` #> [1] "DOID_1561<DOID_150<DOID_4" #> #> $`mood disorder`$`_is_leaf` #> [1] FALSE #> #> $`mood disorder`$children #> $`mood disorder`$children[[1]] #> [1] "DOID_3312<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`mood disorder`$children[[2]] #> [1] "DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> #> $`mood disorder`$value #> [1] "mood disorder" #> #> #> $`morbid obesity` #> $`morbid obesity`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11981" #> #> $`morbid obesity`$`_id` #> [1] "DOID_11981<DOID_9970<DOID_654<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`morbid obesity`$privateGeneCount #> [1] 0 #> #> $`morbid obesity`$publicGeneCount #> [1] 37 #> #> $`morbid obesity`$urlId #> [1] "DOID_11981" #> #> $`morbid obesity`$dbPhenotype #> [1] TRUE #> #> $`morbid obesity`$`_parent` #> [1] "DOID_9970<DOID_654<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`morbid obesity`$`_is_leaf` #> [1] TRUE #> #> $`morbid obesity`$children #> list() #> #> $`morbid obesity`$value #> [1] "morbid obesity" #> #> #> $`morphine dependence` #> $`morphine dependence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2560" #> #> $`morphine dependence`$`_id` #> [1] "DOID_2560<DOID_2559<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`morphine dependence`$privateGeneCount #> [1] 0 #> #> $`morphine dependence`$publicGeneCount #> [1] 7 #> #> $`morphine dependence`$urlId #> [1] "DOID_2560" #> #> $`morphine dependence`$dbPhenotype #> [1] TRUE #> #> $`morphine dependence`$`_parent` #> [1] "DOID_2559<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`morphine dependence`$`_is_leaf` #> [1] TRUE #> #> $`morphine dependence`$children #> list() #> #> $`morphine dependence`$value #> [1] "morphine dependence" #> #> #> $`Morphological abnormality of the gastrointestinal tract` #> $`Morphological abnormality of the gastrointestinal tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012718" #> #> $`Morphological abnormality of the gastrointestinal tract`$`_id` #> [1] "HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Morphological abnormality of the gastrointestinal tract`$privateGeneCount #> [1] 0 #> #> $`Morphological abnormality of the gastrointestinal tract`$publicGeneCount #> [1] 41 #> #> $`Morphological abnormality of the gastrointestinal tract`$urlId #> [1] "HP_0012718" #> #> $`Morphological abnormality of the gastrointestinal tract`$dbPhenotype #> [1] FALSE #> #> $`Morphological abnormality of the gastrointestinal tract`$`_parent` #> [1] "HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Morphological abnormality of the gastrointestinal tract`$`_is_leaf` #> [1] FALSE #> #> $`Morphological abnormality of the gastrointestinal tract`$children #> $`Morphological abnormality of the gastrointestinal tract`$children[[1]] #> [1] "HP_0002031<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Morphological abnormality of the gastrointestinal tract`$children[[2]] #> [1] "HP_0002242<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Morphological abnormality of the gastrointestinal tract`$children[[3]] #> [1] "HP_0002577<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Morphological abnormality of the gastrointestinal tract`$value #> [1] "Morphological abnormality of the gastrointestinal tract" #> #> #> $`Morphological abnormality of the middle ear` #> $`Morphological abnormality of the middle ear`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008609" #> #> $`Morphological abnormality of the middle ear`$`_id` #> [1] "HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Morphological abnormality of the middle ear`$privateGeneCount #> [1] 0 #> #> $`Morphological abnormality of the middle ear`$publicGeneCount #> [1] 1 #> #> $`Morphological abnormality of the middle ear`$urlId #> [1] "HP_0008609" #> #> $`Morphological abnormality of the middle ear`$dbPhenotype #> [1] FALSE #> #> $`Morphological abnormality of the middle ear`$`_parent` #> [1] "HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Morphological abnormality of the middle ear`$`_is_leaf` #> [1] FALSE #> #> $`Morphological abnormality of the middle ear`$children #> $`Morphological abnormality of the middle ear`$children[[1]] #> [1] "HP_0004452<HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Morphological abnormality of the middle ear`$value #> [1] "Morphological abnormality of the middle ear" #> #> #> $`Morphological central nervous system abnormality` #> $`Morphological central nervous system abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002011" #> #> $`Morphological central nervous system abnormality`$`_id` #> [1] "HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$privateGeneCount #> [1] 0 #> #> $`Morphological central nervous system abnormality`$publicGeneCount #> [1] 116 #> #> $`Morphological central nervous system abnormality`$urlId #> [1] "HP_0002011" #> #> $`Morphological central nervous system abnormality`$dbPhenotype #> [1] FALSE #> #> $`Morphological central nervous system abnormality`$`_parent` #> [1] "HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Morphological central nervous system abnormality`$children #> $`Morphological central nervous system abnormality`$children[[1]] #> [1] "HP_0011400<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$children[[2]] #> [1] "HP_0010651<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$children[[3]] #> [1] "HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$children[[4]] #> [1] "HP_0012703<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$children[[5]] #> [1] "HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$children[[6]] #> [1] "HP_0002269<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$children[[7]] #> [1] "HP_0100705<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$children[[8]] #> [1] "HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$children[[9]] #> [1] "HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$children[[10]] #> [1] "HP_0007367<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Morphological central nervous system abnormality`$children[[11]] #> [1] "HP_0030724<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Morphological central nervous system abnormality`$value #> [1] "Morphological central nervous system abnormality" #> #> #> $`Mortality/Aging` #> $`Mortality/Aging`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040006" #> #> $`Mortality/Aging`$`_id` #> [1] "HP_0040006<HP_0031797<HP_0000001" #> #> $`Mortality/Aging`$privateGeneCount #> [1] 0 #> #> $`Mortality/Aging`$publicGeneCount #> [1] 38 #> #> $`Mortality/Aging`$urlId #> [1] "HP_0040006" #> #> $`Mortality/Aging`$dbPhenotype #> [1] FALSE #> #> $`Mortality/Aging`$`_parent` #> [1] "HP_0031797<HP_0000001" #> #> $`Mortality/Aging`$`_is_leaf` #> [1] FALSE #> #> $`Mortality/Aging`$children #> $`Mortality/Aging`$children[[1]] #> [1] "HP_0011420<HP_0040006<HP_0031797<HP_0000001" #> #> #> $`Mortality/Aging`$value #> [1] "Mortality/Aging" #> #> #> $`Motor delay` #> $`Motor delay`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001270" #> #> $`Motor delay`$`_id` #> [1] "HP_0001270<HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Motor delay`$privateGeneCount #> [1] 0 #> #> $`Motor delay`$publicGeneCount #> [1] 5 #> #> $`Motor delay`$urlId #> [1] "HP_0001270" #> #> $`Motor delay`$dbPhenotype #> [1] TRUE #> #> $`Motor delay`$`_parent` #> [1] "HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Motor delay`$`_is_leaf` #> [1] TRUE #> #> $`Motor delay`$children #> list() #> #> $`Motor delay`$value #> [1] "Motor delay" #> #> #> $`Motor deterioration` #> $`Motor deterioration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002333" #> #> $`Motor deterioration`$`_id` #> [1] "HP_0002333<HP_0001268<HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Motor deterioration`$privateGeneCount #> [1] 0 #> #> $`Motor deterioration`$publicGeneCount #> [1] 1 #> #> $`Motor deterioration`$urlId #> [1] "HP_0002333" #> #> $`Motor deterioration`$dbPhenotype #> [1] TRUE #> #> $`Motor deterioration`$`_parent` #> [1] "HP_0001268<HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Motor deterioration`$`_is_leaf` #> [1] TRUE #> #> $`Motor deterioration`$children #> list() #> #> $`Motor deterioration`$value #> [1] "Motor deterioration" #> #> #> $`motor neuron disease` #> $`motor neuron disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_231" #> #> $`motor neuron disease`$`_id` #> [1] "DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`motor neuron disease`$privateGeneCount #> [1] 0 #> #> $`motor neuron disease`$publicGeneCount #> [1] 194 #> #> $`motor neuron disease`$urlId #> [1] "DOID_231" #> #> $`motor neuron disease`$dbPhenotype #> [1] TRUE #> #> $`motor neuron disease`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`motor neuron disease`$`_is_leaf` #> [1] FALSE #> #> $`motor neuron disease`$children #> $`motor neuron disease`$children[[1]] #> [1] "DOID_332<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`motor neuron disease`$children[[2]] #> [1] "DOID_230<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`motor neuron disease`$children[[3]] #> [1] "DOID_318<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`motor neuron disease`$children[[4]] #> [1] "DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`motor neuron disease`$value #> [1] "motor neuron disease" #> #> #> $`motor peripheral neuropathy` #> $`motor peripheral neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2477" #> #> $`motor peripheral neuropathy`$`_id` #> [1] "DOID_2477<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`motor peripheral neuropathy`$privateGeneCount #> [1] 0 #> #> $`motor peripheral neuropathy`$publicGeneCount #> [1] 5 #> #> $`motor peripheral neuropathy`$urlId #> [1] "DOID_2477" #> #> $`motor peripheral neuropathy`$dbPhenotype #> [1] TRUE #> #> $`motor peripheral neuropathy`$`_parent` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`motor peripheral neuropathy`$`_is_leaf` #> [1] TRUE #> #> $`motor peripheral neuropathy`$children #> list() #> #> $`motor peripheral neuropathy`$value #> [1] "motor peripheral neuropathy" #> #> #> $`Motor seizure` #> $`Motor seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0020219" #> #> $`Motor seizure`$`_id` #> [1] "HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Motor seizure`$privateGeneCount #> [1] 0 #> #> $`Motor seizure`$publicGeneCount #> [1] 28 #> #> $`Motor seizure`$urlId #> [1] "HP_0020219" #> #> $`Motor seizure`$dbPhenotype #> [1] FALSE #> #> $`Motor seizure`$`_parent` #> [1] "HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Motor seizure`$`_is_leaf` #> [1] FALSE #> #> $`Motor seizure`$children #> $`Motor seizure`$children[[1]] #> [1] "HP_0010819<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Motor seizure`$children[[2]] #> [1] "HP_0002069<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Motor seizure`$children[[3]] #> [1] "HP_0032677<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Motor seizure`$children[[4]] #> [1] "HP_0032794<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Motor seizure`$value #> [1] "Motor seizure" #> #> #> $`mouth disease` #> $`mouth disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_403" #> #> $`mouth disease`$`_id` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$privateGeneCount #> [1] 0 #> #> $`mouth disease`$publicGeneCount #> [1] 461 #> #> $`mouth disease`$urlId #> [1] "DOID_403" #> #> $`mouth disease`$dbPhenotype #> [1] TRUE #> #> $`mouth disease`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$`_is_leaf` #> [1] FALSE #> #> $`mouth disease`$children #> $`mouth disease`$children[[1]] #> [1] "DOID_10883<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$children[[2]] #> [1] "DOID_9297<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$children[[3]] #> [1] "DOID_14262<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$children[[4]] #> [1] "DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$children[[5]] #> [1] "DOID_9655<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$children[[6]] #> [1] "DOID_5773<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$children[[7]] #> [1] "DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$children[[8]] #> [1] "DOID_9637<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$children[[9]] #> [1] "DOID_10944<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mouth disease`$children[[10]] #> [1] "DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`mouth disease`$value #> [1] "mouth disease" #> #> #> $`movement disease` #> $`movement disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_480" #> #> $`movement disease`$`_id` #> [1] "DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`movement disease`$privateGeneCount #> [1] 0 #> #> $`movement disease`$publicGeneCount #> [1] 94 #> #> $`movement disease`$urlId #> [1] "DOID_480" #> #> $`movement disease`$dbPhenotype #> [1] TRUE #> #> $`movement disease`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`movement disease`$`_is_leaf` #> [1] FALSE #> #> $`movement disease`$children #> $`movement disease`$children[[1]] #> [1] "DOID_12859<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`movement disease`$children[[2]] #> [1] "DOID_543<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`movement disease`$children[[3]] #> [1] "DOID_4990<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`movement disease`$children[[4]] #> [1] "DOID_13839<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`movement disease`$children[[5]] #> [1] "DOID_9854<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`movement disease`$children[[6]] #> [1] "DOID_678<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`movement disease`$value #> [1] "movement disease" #> #> #> $`Mowat-Wilson syndrome` #> $`Mowat-Wilson syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060485" #> #> $`Mowat-Wilson syndrome`$`_id` #> [1] "DOID_0060485<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Mowat-Wilson syndrome`$privateGeneCount #> [1] 0 #> #> $`Mowat-Wilson syndrome`$publicGeneCount #> [1] 1 #> #> $`Mowat-Wilson syndrome`$urlId #> [1] "DOID_0060485" #> #> $`Mowat-Wilson syndrome`$dbPhenotype #> [1] TRUE #> #> $`Mowat-Wilson syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Mowat-Wilson syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Mowat-Wilson syndrome`$children #> list() #> #> $`Mowat-Wilson syndrome`$value #> [1] "Mowat-Wilson syndrome" #> #> #> $`Mowat-Wilson syndrome` #> $`Mowat-Wilson syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060485" #> #> $`Mowat-Wilson syndrome`$`_id` #> [1] "DOID_0060485<DOID_225<DOID_4" #> #> $`Mowat-Wilson syndrome`$privateGeneCount #> [1] 0 #> #> $`Mowat-Wilson syndrome`$publicGeneCount #> [1] 1 #> #> $`Mowat-Wilson syndrome`$urlId #> [1] "DOID_0060485" #> #> $`Mowat-Wilson syndrome`$dbPhenotype #> [1] TRUE #> #> $`Mowat-Wilson syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Mowat-Wilson syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Mowat-Wilson syndrome`$children #> list() #> #> $`Mowat-Wilson syndrome`$value #> [1] "Mowat-Wilson syndrome" #> #> #> $`Moyamoya disease` #> $`Moyamoya disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13099" #> #> $`Moyamoya disease`$`_id` #> [1] "DOID_13099<DOID_3527<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Moyamoya disease`$privateGeneCount #> [1] 0 #> #> $`Moyamoya disease`$publicGeneCount #> [1] 4 #> #> $`Moyamoya disease`$urlId #> [1] "DOID_13099" #> #> $`Moyamoya disease`$dbPhenotype #> [1] TRUE #> #> $`Moyamoya disease`$`_parent` #> [1] "DOID_3527<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Moyamoya disease`$`_is_leaf` #> [1] TRUE #> #> $`Moyamoya disease`$children #> list() #> #> $`Moyamoya disease`$value #> [1] "Moyamoya disease" #> #> #> $`Moyamoya disease` #> $`Moyamoya disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13099" #> #> $`Moyamoya disease`$`_id` #> [1] "DOID_13099<DOID_3527<DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Moyamoya disease`$privateGeneCount #> [1] 0 #> #> $`Moyamoya disease`$publicGeneCount #> [1] 4 #> #> $`Moyamoya disease`$urlId #> [1] "DOID_13099" #> #> $`Moyamoya disease`$dbPhenotype #> [1] TRUE #> #> $`Moyamoya disease`$`_parent` #> [1] "DOID_3527<DOID_13089<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Moyamoya disease`$`_is_leaf` #> [1] TRUE #> #> $`Moyamoya disease`$children #> list() #> #> $`Moyamoya disease`$value #> [1] "Moyamoya disease" #> #> #> $`Moyamoya disease` #> $`Moyamoya disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13099" #> #> $`Moyamoya disease`$`_id` #> [1] "DOID_13099<DOID_3527<DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Moyamoya disease`$privateGeneCount #> [1] 0 #> #> $`Moyamoya disease`$publicGeneCount #> [1] 4 #> #> $`Moyamoya disease`$urlId #> [1] "DOID_13099" #> #> $`Moyamoya disease`$dbPhenotype #> [1] TRUE #> #> $`Moyamoya disease`$`_parent` #> [1] "DOID_3527<DOID_13089<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Moyamoya disease`$`_is_leaf` #> [1] TRUE #> #> $`Moyamoya disease`$children #> list() #> #> $`Moyamoya disease`$value #> [1] "Moyamoya disease" #> #> #> $`mucinous adenocarcinoma` #> $`mucinous adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3030" #> #> $`mucinous adenocarcinoma`$`_id` #> [1] "DOID_3030<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mucinous adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`mucinous adenocarcinoma`$publicGeneCount #> [1] 6 #> #> $`mucinous adenocarcinoma`$urlId #> [1] "DOID_3030" #> #> $`mucinous adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`mucinous adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mucinous adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`mucinous adenocarcinoma`$children #> list() #> #> $`mucinous adenocarcinoma`$value #> [1] "mucinous adenocarcinoma" #> #> #> $`mucinous cystadenocarcinoma` #> $`mucinous cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3603" #> #> $`mucinous cystadenocarcinoma`$`_id` #> [1] "DOID_3603<DOID_3111<DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mucinous cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`mucinous cystadenocarcinoma`$publicGeneCount #> [1] 2 #> #> $`mucinous cystadenocarcinoma`$urlId #> [1] "DOID_3603" #> #> $`mucinous cystadenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`mucinous cystadenocarcinoma`$`_parent` #> [1] "DOID_3111<DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mucinous cystadenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`mucinous cystadenocarcinoma`$children #> list() #> #> $`mucinous cystadenocarcinoma`$value #> [1] "mucinous cystadenocarcinoma" #> #> #> $`Muckle-Wells syndrome` #> $`Muckle-Wells syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050854" #> #> $`Muckle-Wells syndrome`$`_id` #> [1] "DOID_0050854<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Muckle-Wells syndrome`$privateGeneCount #> [1] 0 #> #> $`Muckle-Wells syndrome`$publicGeneCount #> [1] 2 #> #> $`Muckle-Wells syndrome`$urlId #> [1] "DOID_0050854" #> #> $`Muckle-Wells syndrome`$dbPhenotype #> [1] TRUE #> #> $`Muckle-Wells syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Muckle-Wells syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Muckle-Wells syndrome`$children #> list() #> #> $`Muckle-Wells syndrome`$value #> [1] "Muckle-Wells syndrome" #> #> #> $`Muckle-Wells syndrome` #> $`Muckle-Wells syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050854" #> #> $`Muckle-Wells syndrome`$`_id` #> [1] "DOID_0050854<DOID_225<DOID_4" #> #> $`Muckle-Wells syndrome`$privateGeneCount #> [1] 0 #> #> $`Muckle-Wells syndrome`$publicGeneCount #> [1] 2 #> #> $`Muckle-Wells syndrome`$urlId #> [1] "DOID_0050854" #> #> $`Muckle-Wells syndrome`$dbPhenotype #> [1] TRUE #> #> $`Muckle-Wells syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Muckle-Wells syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Muckle-Wells syndrome`$children #> list() #> #> $`Muckle-Wells syndrome`$value #> [1] "Muckle-Wells syndrome" #> #> #> $`mucocutaneous leishmaniasis` #> $`mucocutaneous leishmaniasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9155" #> #> $`mucocutaneous leishmaniasis`$`_id` #> [1] "DOID_9155<DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`mucocutaneous leishmaniasis`$privateGeneCount #> [1] 0 #> #> $`mucocutaneous leishmaniasis`$publicGeneCount #> [1] 3 #> #> $`mucocutaneous leishmaniasis`$urlId #> [1] "DOID_9155" #> #> $`mucocutaneous leishmaniasis`$dbPhenotype #> [1] TRUE #> #> $`mucocutaneous leishmaniasis`$`_parent` #> [1] "DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`mucocutaneous leishmaniasis`$`_is_leaf` #> [1] TRUE #> #> $`mucocutaneous leishmaniasis`$children #> list() #> #> $`mucocutaneous leishmaniasis`$value #> [1] "mucocutaneous leishmaniasis" #> #> #> $`mucocutaneous leishmaniasis` #> $`mucocutaneous leishmaniasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9155" #> #> $`mucocutaneous leishmaniasis`$`_id` #> [1] "DOID_9155<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`mucocutaneous leishmaniasis`$privateGeneCount #> [1] 0 #> #> $`mucocutaneous leishmaniasis`$publicGeneCount #> [1] 3 #> #> $`mucocutaneous leishmaniasis`$urlId #> [1] "DOID_9155" #> #> $`mucocutaneous leishmaniasis`$dbPhenotype #> [1] TRUE #> #> $`mucocutaneous leishmaniasis`$`_parent` #> [1] "DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`mucocutaneous leishmaniasis`$`_is_leaf` #> [1] TRUE #> #> $`mucocutaneous leishmaniasis`$children #> list() #> #> $`mucocutaneous leishmaniasis`$value #> [1] "mucocutaneous leishmaniasis" #> #> #> $`mucoepidermoid carcinoma` #> $`mucoepidermoid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4531" #> #> $`mucoepidermoid carcinoma`$`_id` #> [1] "DOID_4531<DOID_0050904<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mucoepidermoid carcinoma`$privateGeneCount #> [1] 0 #> #> $`mucoepidermoid carcinoma`$publicGeneCount #> [1] 2 #> #> $`mucoepidermoid carcinoma`$urlId #> [1] "DOID_4531" #> #> $`mucoepidermoid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`mucoepidermoid carcinoma`$`_parent` #> [1] "DOID_0050904<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`mucoepidermoid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`mucoepidermoid carcinoma`$children #> list() #> #> $`mucoepidermoid carcinoma`$value #> [1] "mucoepidermoid carcinoma" #> #> #> $`mucoepidermoid carcinoma` #> $`mucoepidermoid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4531" #> #> $`mucoepidermoid carcinoma`$`_id` #> [1] "DOID_4531<DOID_0050904<DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mucoepidermoid carcinoma`$privateGeneCount #> [1] 0 #> #> $`mucoepidermoid carcinoma`$publicGeneCount #> [1] 2 #> #> $`mucoepidermoid carcinoma`$urlId #> [1] "DOID_4531" #> #> $`mucoepidermoid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`mucoepidermoid carcinoma`$`_parent` #> [1] "DOID_0050904<DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mucoepidermoid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`mucoepidermoid carcinoma`$children #> list() #> #> $`mucoepidermoid carcinoma`$value #> [1] "mucoepidermoid carcinoma" #> #> #> $`mucoepidermoid carcinoma` #> $`mucoepidermoid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4531" #> #> $`mucoepidermoid carcinoma`$`_id` #> [1] "DOID_4531<DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mucoepidermoid carcinoma`$privateGeneCount #> [1] 0 #> #> $`mucoepidermoid carcinoma`$publicGeneCount #> [1] 2 #> #> $`mucoepidermoid carcinoma`$urlId #> [1] "DOID_4531" #> #> $`mucoepidermoid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`mucoepidermoid carcinoma`$`_parent` #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mucoepidermoid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`mucoepidermoid carcinoma`$children #> list() #> #> $`mucoepidermoid carcinoma`$value #> [1] "mucoepidermoid carcinoma" #> #> #> $`mucoepidermoid carcinoma` #> $`mucoepidermoid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4531" #> #> $`mucoepidermoid carcinoma`$`_id` #> [1] "DOID_4531<DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`mucoepidermoid carcinoma`$privateGeneCount #> [1] 0 #> #> $`mucoepidermoid carcinoma`$publicGeneCount #> [1] 2 #> #> $`mucoepidermoid carcinoma`$urlId #> [1] "DOID_4531" #> #> $`mucoepidermoid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`mucoepidermoid carcinoma`$`_parent` #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`mucoepidermoid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`mucoepidermoid carcinoma`$children #> list() #> #> $`mucoepidermoid carcinoma`$value #> [1] "mucoepidermoid carcinoma" #> #> #> $`mucoepidermoid carcinoma` #> $`mucoepidermoid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4531" #> #> $`mucoepidermoid carcinoma`$`_id` #> [1] "DOID_4531<DOID_0050904<DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mucoepidermoid carcinoma`$privateGeneCount #> [1] 0 #> #> $`mucoepidermoid carcinoma`$publicGeneCount #> [1] 2 #> #> $`mucoepidermoid carcinoma`$urlId #> [1] "DOID_4531" #> #> $`mucoepidermoid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`mucoepidermoid carcinoma`$`_parent` #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`mucoepidermoid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`mucoepidermoid carcinoma`$children #> list() #> #> $`mucoepidermoid carcinoma`$value #> [1] "mucoepidermoid carcinoma" #> #> #> $mucolipidosis #> $mucolipidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080488" #> #> $mucolipidosis$`_id` #> [1] "DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucolipidosis$privateGeneCount #> [1] 0 #> #> $mucolipidosis$publicGeneCount #> [1] 4 #> #> $mucolipidosis$urlId #> [1] "DOID_0080488" #> #> $mucolipidosis$dbPhenotype #> [1] FALSE #> #> $mucolipidosis$`_parent` #> [1] "DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucolipidosis$`_is_leaf` #> [1] FALSE #> #> $mucolipidosis$children #> $mucolipidosis$children[[1]] #> [1] "DOID_3343<DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucolipidosis$children[[2]] #> [1] "DOID_0080070<DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucolipidosis$children[[3]] #> [1] "DOID_0080071<DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> #> $mucolipidosis$value #> [1] "mucolipidosis" #> #> #> $`mucolipidosis II alpha/beta` #> $`mucolipidosis II alpha/beta`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080070" #> #> $`mucolipidosis II alpha/beta`$`_id` #> [1] "DOID_0080070<DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucolipidosis II alpha/beta`$privateGeneCount #> [1] 0 #> #> $`mucolipidosis II alpha/beta`$publicGeneCount #> [1] 1 #> #> $`mucolipidosis II alpha/beta`$urlId #> [1] "DOID_0080070" #> #> $`mucolipidosis II alpha/beta`$dbPhenotype #> [1] TRUE #> #> $`mucolipidosis II alpha/beta`$`_parent` #> [1] "DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucolipidosis II alpha/beta`$`_is_leaf` #> [1] TRUE #> #> $`mucolipidosis II alpha/beta`$children #> list() #> #> $`mucolipidosis II alpha/beta`$value #> [1] "mucolipidosis II alpha/beta" #> #> #> $`mucolipidosis III alpha/beta` #> $`mucolipidosis III alpha/beta`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080071" #> #> $`mucolipidosis III alpha/beta`$`_id` #> [1] "DOID_0080071<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`mucolipidosis III alpha/beta`$privateGeneCount #> [1] 0 #> #> $`mucolipidosis III alpha/beta`$publicGeneCount #> [1] 2 #> #> $`mucolipidosis III alpha/beta`$urlId #> [1] "DOID_0080071" #> #> $`mucolipidosis III alpha/beta`$dbPhenotype #> [1] TRUE #> #> $`mucolipidosis III alpha/beta`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`mucolipidosis III alpha/beta`$`_is_leaf` #> [1] TRUE #> #> $`mucolipidosis III alpha/beta`$children #> list() #> #> $`mucolipidosis III alpha/beta`$value #> [1] "mucolipidosis III alpha/beta" #> #> #> $`mucolipidosis III alpha/beta` #> $`mucolipidosis III alpha/beta`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080071" #> #> $`mucolipidosis III alpha/beta`$`_id` #> [1] "DOID_0080071<DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucolipidosis III alpha/beta`$privateGeneCount #> [1] 0 #> #> $`mucolipidosis III alpha/beta`$publicGeneCount #> [1] 2 #> #> $`mucolipidosis III alpha/beta`$urlId #> [1] "DOID_0080071" #> #> $`mucolipidosis III alpha/beta`$dbPhenotype #> [1] TRUE #> #> $`mucolipidosis III alpha/beta`$`_parent` #> [1] "DOID_0080488<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucolipidosis III alpha/beta`$`_is_leaf` #> [1] TRUE #> #> $`mucolipidosis III alpha/beta`$children #> list() #> #> $`mucolipidosis III alpha/beta`$value #> [1] "mucolipidosis III alpha/beta" #> #> #> $mucopolysaccharidosis #> $mucopolysaccharidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12798" #> #> $mucopolysaccharidosis$`_id` #> [1] "DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucopolysaccharidosis$privateGeneCount #> [1] 0 #> #> $mucopolysaccharidosis$publicGeneCount #> [1] 13 #> #> $mucopolysaccharidosis$urlId #> [1] "DOID_12798" #> #> $mucopolysaccharidosis$dbPhenotype #> [1] TRUE #> #> $mucopolysaccharidosis$`_parent` #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucopolysaccharidosis$`_is_leaf` #> [1] FALSE #> #> $mucopolysaccharidosis$children #> $mucopolysaccharidosis$children[[1]] #> [1] "DOID_12802<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucopolysaccharidosis$children[[2]] #> [1] "DOID_12799<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucopolysaccharidosis$children[[3]] #> [1] "DOID_12801<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucopolysaccharidosis$children[[4]] #> [1] "DOID_12804<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucopolysaccharidosis$children[[5]] #> [1] "DOID_0050809<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucopolysaccharidosis$children[[6]] #> [1] "DOID_12800<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucopolysaccharidosis$children[[7]] #> [1] "DOID_12803<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> #> $mucopolysaccharidosis$value #> [1] "mucopolysaccharidosis" #> #> #> $`mucopolysaccharidosis I` #> $`mucopolysaccharidosis I`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12802" #> #> $`mucopolysaccharidosis I`$`_id` #> [1] "DOID_12802<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis I`$privateGeneCount #> [1] 0 #> #> $`mucopolysaccharidosis I`$publicGeneCount #> [1] 1 #> #> $`mucopolysaccharidosis I`$urlId #> [1] "DOID_12802" #> #> $`mucopolysaccharidosis I`$dbPhenotype #> [1] TRUE #> #> $`mucopolysaccharidosis I`$`_parent` #> [1] "DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis I`$`_is_leaf` #> [1] FALSE #> #> $`mucopolysaccharidosis I`$children #> $`mucopolysaccharidosis I`$children[[1]] #> [1] "DOID_0060222<DOID_12802<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> #> $`mucopolysaccharidosis I`$value #> [1] "mucopolysaccharidosis I" #> #> #> $`mucopolysaccharidosis II` #> $`mucopolysaccharidosis II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12799" #> #> $`mucopolysaccharidosis II`$`_id` #> [1] "DOID_12799<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis II`$privateGeneCount #> [1] 0 #> #> $`mucopolysaccharidosis II`$publicGeneCount #> [1] 1 #> #> $`mucopolysaccharidosis II`$urlId #> [1] "DOID_12799" #> #> $`mucopolysaccharidosis II`$dbPhenotype #> [1] TRUE #> #> $`mucopolysaccharidosis II`$`_parent` #> [1] "DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis II`$`_is_leaf` #> [1] TRUE #> #> $`mucopolysaccharidosis II`$children #> list() #> #> $`mucopolysaccharidosis II`$value #> [1] "mucopolysaccharidosis II" #> #> #> $`mucopolysaccharidosis III` #> $`mucopolysaccharidosis III`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12801" #> #> $`mucopolysaccharidosis III`$`_id` #> [1] "DOID_12801<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis III`$privateGeneCount #> [1] 0 #> #> $`mucopolysaccharidosis III`$publicGeneCount #> [1] 5 #> #> $`mucopolysaccharidosis III`$urlId #> [1] "DOID_12801" #> #> $`mucopolysaccharidosis III`$dbPhenotype #> [1] TRUE #> #> $`mucopolysaccharidosis III`$`_parent` #> [1] "DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis III`$`_is_leaf` #> [1] TRUE #> #> $`mucopolysaccharidosis III`$children #> list() #> #> $`mucopolysaccharidosis III`$value #> [1] "mucopolysaccharidosis III" #> #> #> $`mucopolysaccharidosis IV` #> $`mucopolysaccharidosis IV`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12804" #> #> $`mucopolysaccharidosis IV`$`_id` #> [1] "DOID_12804<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis IV`$privateGeneCount #> [1] 0 #> #> $`mucopolysaccharidosis IV`$publicGeneCount #> [1] 3 #> #> $`mucopolysaccharidosis IV`$urlId #> [1] "DOID_12804" #> #> $`mucopolysaccharidosis IV`$dbPhenotype #> [1] TRUE #> #> $`mucopolysaccharidosis IV`$`_parent` #> [1] "DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis IV`$`_is_leaf` #> [1] TRUE #> #> $`mucopolysaccharidosis IV`$children #> list() #> #> $`mucopolysaccharidosis IV`$value #> [1] "mucopolysaccharidosis IV" #> #> #> $`mucopolysaccharidosis IX` #> $`mucopolysaccharidosis IX`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050809" #> #> $`mucopolysaccharidosis IX`$`_id` #> [1] "DOID_0050809<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis IX`$privateGeneCount #> [1] 0 #> #> $`mucopolysaccharidosis IX`$publicGeneCount #> [1] 1 #> #> $`mucopolysaccharidosis IX`$urlId #> [1] "DOID_0050809" #> #> $`mucopolysaccharidosis IX`$dbPhenotype #> [1] TRUE #> #> $`mucopolysaccharidosis IX`$`_parent` #> [1] "DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis IX`$`_is_leaf` #> [1] TRUE #> #> $`mucopolysaccharidosis IX`$children #> list() #> #> $`mucopolysaccharidosis IX`$value #> [1] "mucopolysaccharidosis IX" #> #> #> $`mucopolysaccharidosis VI` #> $`mucopolysaccharidosis VI`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12800" #> #> $`mucopolysaccharidosis VI`$`_id` #> [1] "DOID_12800<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis VI`$privateGeneCount #> [1] 0 #> #> $`mucopolysaccharidosis VI`$publicGeneCount #> [1] 1 #> #> $`mucopolysaccharidosis VI`$urlId #> [1] "DOID_12800" #> #> $`mucopolysaccharidosis VI`$dbPhenotype #> [1] TRUE #> #> $`mucopolysaccharidosis VI`$`_parent` #> [1] "DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`mucopolysaccharidosis VI`$`_is_leaf` #> [1] TRUE #> #> $`mucopolysaccharidosis VI`$children #> list() #> #> $`mucopolysaccharidosis VI`$value #> [1] "mucopolysaccharidosis VI" #> #> #> $mucosulfatidosis #> $mucosulfatidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050441" #> #> $mucosulfatidosis$`_id` #> [1] "DOID_0050441<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $mucosulfatidosis$privateGeneCount #> [1] 0 #> #> $mucosulfatidosis$publicGeneCount #> [1] 1 #> #> $mucosulfatidosis$urlId #> [1] "DOID_0050441" #> #> $mucosulfatidosis$dbPhenotype #> [1] TRUE #> #> $mucosulfatidosis$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $mucosulfatidosis$`_is_leaf` #> [1] TRUE #> #> $mucosulfatidosis$children #> list() #> #> $mucosulfatidosis$value #> [1] "mucosulfatidosis" #> #> #> $mucosulfatidosis #> $mucosulfatidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050441" #> #> $mucosulfatidosis$`_id` #> [1] "DOID_0050441<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucosulfatidosis$privateGeneCount #> [1] 0 #> #> $mucosulfatidosis$publicGeneCount #> [1] 1 #> #> $mucosulfatidosis$urlId #> [1] "DOID_0050441" #> #> $mucosulfatidosis$dbPhenotype #> [1] TRUE #> #> $mucosulfatidosis$`_parent` #> [1] "DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $mucosulfatidosis$`_is_leaf` #> [1] TRUE #> #> $mucosulfatidosis$children #> list() #> #> $mucosulfatidosis$value #> [1] "mucosulfatidosis" #> #> #> $`Muir-Torre syndrome` #> $`Muir-Torre syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050465" #> #> $`Muir-Torre syndrome`$`_id` #> [1] "DOID_0050465<DOID_3883<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Muir-Torre syndrome`$privateGeneCount #> [1] 0 #> #> $`Muir-Torre syndrome`$publicGeneCount #> [1] 2 #> #> $`Muir-Torre syndrome`$urlId #> [1] "DOID_0050465" #> #> $`Muir-Torre syndrome`$dbPhenotype #> [1] TRUE #> #> $`Muir-Torre syndrome`$`_parent` #> [1] "DOID_3883<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Muir-Torre syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Muir-Torre syndrome`$children #> list() #> #> $`Muir-Torre syndrome`$value #> [1] "Muir-Torre syndrome" #> #> #> $`Muir-Torre syndrome` #> $`Muir-Torre syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050465" #> #> $`Muir-Torre syndrome`$`_id` #> [1] "DOID_0050465<DOID_3883<DOID_225<DOID_4" #> #> $`Muir-Torre syndrome`$privateGeneCount #> [1] 0 #> #> $`Muir-Torre syndrome`$publicGeneCount #> [1] 2 #> #> $`Muir-Torre syndrome`$urlId #> [1] "DOID_0050465" #> #> $`Muir-Torre syndrome`$dbPhenotype #> [1] TRUE #> #> $`Muir-Torre syndrome`$`_parent` #> [1] "DOID_3883<DOID_225<DOID_4" #> #> $`Muir-Torre syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Muir-Torre syndrome`$children #> list() #> #> $`Muir-Torre syndrome`$value #> [1] "Muir-Torre syndrome" #> #> #> $`mulibrey nanism` #> $`mulibrey nanism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050436" #> #> $`mulibrey nanism`$`_id` #> [1] "DOID_0050436<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`mulibrey nanism`$privateGeneCount #> [1] 0 #> #> $`mulibrey nanism`$publicGeneCount #> [1] 1 #> #> $`mulibrey nanism`$urlId #> [1] "DOID_0050436" #> #> $`mulibrey nanism`$dbPhenotype #> [1] TRUE #> #> $`mulibrey nanism`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`mulibrey nanism`$`_is_leaf` #> [1] TRUE #> #> $`mulibrey nanism`$children #> list() #> #> $`mulibrey nanism`$value #> [1] "mulibrey nanism" #> #> #> $`mulibrey nanism` #> $`mulibrey nanism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050436" #> #> $`mulibrey nanism`$`_id` #> [1] "DOID_0050436<DOID_225<DOID_4" #> #> $`mulibrey nanism`$privateGeneCount #> [1] 0 #> #> $`mulibrey nanism`$publicGeneCount #> [1] 1 #> #> $`mulibrey nanism`$urlId #> [1] "DOID_0050436" #> #> $`mulibrey nanism`$dbPhenotype #> [1] TRUE #> #> $`mulibrey nanism`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`mulibrey nanism`$`_is_leaf` #> [1] TRUE #> #> $`mulibrey nanism`$children #> list() #> #> $`mulibrey nanism`$value #> [1] "mulibrey nanism" #> #> #> $`Multicystic kidney dysplasia` #> $`Multicystic kidney dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000003" #> #> $`Multicystic kidney dysplasia`$`_id` #> [1] "HP_0000003<HP_0000107<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Multicystic kidney dysplasia`$privateGeneCount #> [1] 0 #> #> $`Multicystic kidney dysplasia`$publicGeneCount #> [1] 1 #> #> $`Multicystic kidney dysplasia`$urlId #> [1] "HP_0000003" #> #> $`Multicystic kidney dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Multicystic kidney dysplasia`$`_parent` #> [1] "HP_0000107<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Multicystic kidney dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Multicystic kidney dysplasia`$children #> list() #> #> $`Multicystic kidney dysplasia`$value #> [1] "Multicystic kidney dysplasia" #> #> #> $`multidrug-resistant tuberculosis` #> $`multidrug-resistant tuberculosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_401" #> #> $`multidrug-resistant tuberculosis`$`_id` #> [1] "DOID_401<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`multidrug-resistant tuberculosis`$privateGeneCount #> [1] 0 #> #> $`multidrug-resistant tuberculosis`$publicGeneCount #> [1] 2 #> #> $`multidrug-resistant tuberculosis`$urlId #> [1] "DOID_401" #> #> $`multidrug-resistant tuberculosis`$dbPhenotype #> [1] TRUE #> #> $`multidrug-resistant tuberculosis`$`_parent` #> [1] "DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`multidrug-resistant tuberculosis`$`_is_leaf` #> [1] TRUE #> #> $`multidrug-resistant tuberculosis`$children #> list() #> #> $`multidrug-resistant tuberculosis`$value #> [1] "multidrug-resistant tuberculosis" #> #> #> $`multinodular goiter` #> $`multinodular goiter`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050489" #> #> $`multinodular goiter`$`_id` #> [1] "DOID_0050489<DOID_12176<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`multinodular goiter`$privateGeneCount #> [1] 0 #> #> $`multinodular goiter`$publicGeneCount #> [1] 1 #> #> $`multinodular goiter`$urlId #> [1] "DOID_0050489" #> #> $`multinodular goiter`$dbPhenotype #> [1] TRUE #> #> $`multinodular goiter`$`_parent` #> [1] "DOID_12176<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`multinodular goiter`$`_is_leaf` #> [1] TRUE #> #> $`multinodular goiter`$children #> list() #> #> $`multinodular goiter`$value #> [1] "multinodular goiter" #> #> #> $`multiple acyl-CoA dehydrogenase deficiency` #> $`multiple acyl-CoA dehydrogenase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060358" #> #> $`multiple acyl-CoA dehydrogenase deficiency`$`_id` #> [1] "DOID_0060358<DOID_630<DOID_4" #> #> $`multiple acyl-CoA dehydrogenase deficiency`$privateGeneCount #> [1] 0 #> #> $`multiple acyl-CoA dehydrogenase deficiency`$publicGeneCount #> [1] 3 #> #> $`multiple acyl-CoA dehydrogenase deficiency`$urlId #> [1] "DOID_0060358" #> #> $`multiple acyl-CoA dehydrogenase deficiency`$dbPhenotype #> [1] TRUE #> #> $`multiple acyl-CoA dehydrogenase deficiency`$`_parent` #> [1] "DOID_630<DOID_4" #> #> $`multiple acyl-CoA dehydrogenase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`multiple acyl-CoA dehydrogenase deficiency`$children #> list() #> #> $`multiple acyl-CoA dehydrogenase deficiency`$value #> [1] "multiple acyl-CoA dehydrogenase deficiency" #> #> #> $`multiple acyl-CoA dehydrogenase deficiency` #> $`multiple acyl-CoA dehydrogenase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060358" #> #> $`multiple acyl-CoA dehydrogenase deficiency`$`_id` #> [1] "DOID_0060358<DOID_655<DOID_0014667<DOID_4" #> #> $`multiple acyl-CoA dehydrogenase deficiency`$privateGeneCount #> [1] 0 #> #> $`multiple acyl-CoA dehydrogenase deficiency`$publicGeneCount #> [1] 3 #> #> $`multiple acyl-CoA dehydrogenase deficiency`$urlId #> [1] "DOID_0060358" #> #> $`multiple acyl-CoA dehydrogenase deficiency`$dbPhenotype #> [1] TRUE #> #> $`multiple acyl-CoA dehydrogenase deficiency`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`multiple acyl-CoA dehydrogenase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`multiple acyl-CoA dehydrogenase deficiency`$children #> list() #> #> $`multiple acyl-CoA dehydrogenase deficiency`$value #> [1] "multiple acyl-CoA dehydrogenase deficiency" #> #> #> $`multiple carboxylase deficiency` #> $`multiple carboxylase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_857" #> #> $`multiple carboxylase deficiency`$`_id` #> [1] "DOID_857<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`multiple carboxylase deficiency`$privateGeneCount #> [1] 0 #> #> $`multiple carboxylase deficiency`$publicGeneCount #> [1] 2 #> #> $`multiple carboxylase deficiency`$urlId #> [1] "DOID_857" #> #> $`multiple carboxylase deficiency`$dbPhenotype #> [1] FALSE #> #> $`multiple carboxylase deficiency`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`multiple carboxylase deficiency`$`_is_leaf` #> [1] FALSE #> #> $`multiple carboxylase deficiency`$children #> $`multiple carboxylase deficiency`$children[[1]] #> [1] "DOID_856<DOID_857<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`multiple carboxylase deficiency`$children[[2]] #> [1] "DOID_859<DOID_857<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> #> $`multiple carboxylase deficiency`$value #> [1] "multiple carboxylase deficiency" #> #> #> $`multiple carboxylase deficiency` #> $`multiple carboxylase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_857" #> #> $`multiple carboxylase deficiency`$`_id` #> [1] "DOID_857<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`multiple carboxylase deficiency`$privateGeneCount #> [1] 0 #> #> $`multiple carboxylase deficiency`$publicGeneCount #> [1] 2 #> #> $`multiple carboxylase deficiency`$urlId #> [1] "DOID_857" #> #> $`multiple carboxylase deficiency`$dbPhenotype #> [1] FALSE #> #> $`multiple carboxylase deficiency`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`multiple carboxylase deficiency`$`_is_leaf` #> [1] FALSE #> #> $`multiple carboxylase deficiency`$children #> $`multiple carboxylase deficiency`$children[[1]] #> [1] "DOID_856<DOID_857<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`multiple carboxylase deficiency`$children[[2]] #> [1] "DOID_859<DOID_857<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $`multiple carboxylase deficiency`$value #> [1] "multiple carboxylase deficiency" #> #> #> $`multiple chemical sensitivity` #> $`multiple chemical sensitivity`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4661" #> #> $`multiple chemical sensitivity`$`_id` #> [1] "DOID_4661<DOID_225<DOID_4" #> #> $`multiple chemical sensitivity`$privateGeneCount #> [1] 0 #> #> $`multiple chemical sensitivity`$publicGeneCount #> [1] 1 #> #> $`multiple chemical sensitivity`$urlId #> [1] "DOID_4661" #> #> $`multiple chemical sensitivity`$dbPhenotype #> [1] TRUE #> #> $`multiple chemical sensitivity`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`multiple chemical sensitivity`$`_is_leaf` #> [1] TRUE #> #> $`multiple chemical sensitivity`$children #> list() #> #> $`multiple chemical sensitivity`$value #> [1] "multiple chemical sensitivity" #> #> #> $`multiple cutaneous and mucosal venous malformations` #> $`multiple cutaneous and mucosal venous malformations`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050792" #> #> $`multiple cutaneous and mucosal venous malformations`$`_id` #> [1] "DOID_0050792<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple cutaneous and mucosal venous malformations`$privateGeneCount #> [1] 0 #> #> $`multiple cutaneous and mucosal venous malformations`$publicGeneCount #> [1] 1 #> #> $`multiple cutaneous and mucosal venous malformations`$urlId #> [1] "DOID_0050792" #> #> $`multiple cutaneous and mucosal venous malformations`$dbPhenotype #> [1] TRUE #> #> $`multiple cutaneous and mucosal venous malformations`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple cutaneous and mucosal venous malformations`$`_is_leaf` #> [1] TRUE #> #> $`multiple cutaneous and mucosal venous malformations`$children #> list() #> #> $`multiple cutaneous and mucosal venous malformations`$value #> [1] "multiple cutaneous and mucosal venous malformations" #> #> #> $`multiple cutaneous and mucosal venous malformations` #> $`multiple cutaneous and mucosal venous malformations`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050792" #> #> $`multiple cutaneous and mucosal venous malformations`$`_id` #> [1] "DOID_0050792<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`multiple cutaneous and mucosal venous malformations`$privateGeneCount #> [1] 0 #> #> $`multiple cutaneous and mucosal venous malformations`$publicGeneCount #> [1] 1 #> #> $`multiple cutaneous and mucosal venous malformations`$urlId #> [1] "DOID_0050792" #> #> $`multiple cutaneous and mucosal venous malformations`$dbPhenotype #> [1] TRUE #> #> $`multiple cutaneous and mucosal venous malformations`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`multiple cutaneous and mucosal venous malformations`$`_is_leaf` #> [1] TRUE #> #> $`multiple cutaneous and mucosal venous malformations`$children #> list() #> #> $`multiple cutaneous and mucosal venous malformations`$value #> [1] "multiple cutaneous and mucosal venous malformations" #> #> #> $`multiple cutaneous and mucosal venous malformations` #> $`multiple cutaneous and mucosal venous malformations`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050792" #> #> $`multiple cutaneous and mucosal venous malformations`$`_id` #> [1] "DOID_0050792<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`multiple cutaneous and mucosal venous malformations`$privateGeneCount #> [1] 0 #> #> $`multiple cutaneous and mucosal venous malformations`$publicGeneCount #> [1] 1 #> #> $`multiple cutaneous and mucosal venous malformations`$urlId #> [1] "DOID_0050792" #> #> $`multiple cutaneous and mucosal venous malformations`$dbPhenotype #> [1] TRUE #> #> $`multiple cutaneous and mucosal venous malformations`$`_parent` #> [1] "DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`multiple cutaneous and mucosal venous malformations`$`_is_leaf` #> [1] TRUE #> #> $`multiple cutaneous and mucosal venous malformations`$children #> list() #> #> $`multiple cutaneous and mucosal venous malformations`$value #> [1] "multiple cutaneous and mucosal venous malformations" #> #> #> $`multiple endocrine neoplasia` #> $`multiple endocrine neoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3125" #> #> $`multiple endocrine neoplasia`$`_id` #> [1] "DOID_3125<DOID_225<DOID_4" #> #> $`multiple endocrine neoplasia`$privateGeneCount #> [1] 0 #> #> $`multiple endocrine neoplasia`$publicGeneCount #> [1] 3 #> #> $`multiple endocrine neoplasia`$urlId #> [1] "DOID_3125" #> #> $`multiple endocrine neoplasia`$dbPhenotype #> [1] FALSE #> #> $`multiple endocrine neoplasia`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`multiple endocrine neoplasia`$`_is_leaf` #> [1] FALSE #> #> $`multiple endocrine neoplasia`$children #> $`multiple endocrine neoplasia`$children[[1]] #> [1] "DOID_10017<DOID_3125<DOID_225<DOID_4" #> #> $`multiple endocrine neoplasia`$children[[2]] #> [1] "DOID_0050430<DOID_3125<DOID_225<DOID_4" #> #> $`multiple endocrine neoplasia`$children[[3]] #> [1] "DOID_10016<DOID_3125<DOID_225<DOID_4" #> #> #> $`multiple endocrine neoplasia`$value #> [1] "multiple endocrine neoplasia" #> #> #> $`multiple endocrine neoplasia type 1` #> $`multiple endocrine neoplasia type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10017" #> #> $`multiple endocrine neoplasia type 1`$`_id` #> [1] "DOID_10017<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple endocrine neoplasia type 1`$privateGeneCount #> [1] 0 #> #> $`multiple endocrine neoplasia type 1`$publicGeneCount #> [1] 2 #> #> $`multiple endocrine neoplasia type 1`$urlId #> [1] "DOID_10017" #> #> $`multiple endocrine neoplasia type 1`$dbPhenotype #> [1] TRUE #> #> $`multiple endocrine neoplasia type 1`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple endocrine neoplasia type 1`$`_is_leaf` #> [1] TRUE #> #> $`multiple endocrine neoplasia type 1`$children #> list() #> #> $`multiple endocrine neoplasia type 1`$value #> [1] "multiple endocrine neoplasia type 1" #> #> #> $`multiple endocrine neoplasia type 1` #> $`multiple endocrine neoplasia type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10017" #> #> $`multiple endocrine neoplasia type 1`$`_id` #> [1] "DOID_10017<DOID_3125<DOID_225<DOID_4" #> #> $`multiple endocrine neoplasia type 1`$privateGeneCount #> [1] 0 #> #> $`multiple endocrine neoplasia type 1`$publicGeneCount #> [1] 2 #> #> $`multiple endocrine neoplasia type 1`$urlId #> [1] "DOID_10017" #> #> $`multiple endocrine neoplasia type 1`$dbPhenotype #> [1] TRUE #> #> $`multiple endocrine neoplasia type 1`$`_parent` #> [1] "DOID_3125<DOID_225<DOID_4" #> #> $`multiple endocrine neoplasia type 1`$`_is_leaf` #> [1] TRUE #> #> $`multiple endocrine neoplasia type 1`$children #> list() #> #> $`multiple endocrine neoplasia type 1`$value #> [1] "multiple endocrine neoplasia type 1" #> #> #> $`multiple endocrine neoplasia type 2A` #> $`multiple endocrine neoplasia type 2A`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050430" #> #> $`multiple endocrine neoplasia type 2A`$`_id` #> [1] "DOID_0050430<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple endocrine neoplasia type 2A`$privateGeneCount #> [1] 0 #> #> $`multiple endocrine neoplasia type 2A`$publicGeneCount #> [1] 1 #> #> $`multiple endocrine neoplasia type 2A`$urlId #> [1] "DOID_0050430" #> #> $`multiple endocrine neoplasia type 2A`$dbPhenotype #> [1] TRUE #> #> $`multiple endocrine neoplasia type 2A`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple endocrine neoplasia type 2A`$`_is_leaf` #> [1] TRUE #> #> $`multiple endocrine neoplasia type 2A`$children #> list() #> #> $`multiple endocrine neoplasia type 2A`$value #> [1] "multiple endocrine neoplasia type 2A" #> #> #> $`multiple endocrine neoplasia type 2A` #> $`multiple endocrine neoplasia type 2A`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050430" #> #> $`multiple endocrine neoplasia type 2A`$`_id` #> [1] "DOID_0050430<DOID_3125<DOID_225<DOID_4" #> #> $`multiple endocrine neoplasia type 2A`$privateGeneCount #> [1] 0 #> #> $`multiple endocrine neoplasia type 2A`$publicGeneCount #> [1] 1 #> #> $`multiple endocrine neoplasia type 2A`$urlId #> [1] "DOID_0050430" #> #> $`multiple endocrine neoplasia type 2A`$dbPhenotype #> [1] TRUE #> #> $`multiple endocrine neoplasia type 2A`$`_parent` #> [1] "DOID_3125<DOID_225<DOID_4" #> #> $`multiple endocrine neoplasia type 2A`$`_is_leaf` #> [1] TRUE #> #> $`multiple endocrine neoplasia type 2A`$children #> list() #> #> $`multiple endocrine neoplasia type 2A`$value #> [1] "multiple endocrine neoplasia type 2A" #> #> #> $`multiple endocrine neoplasia type 2B` #> $`multiple endocrine neoplasia type 2B`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10016" #> #> $`multiple endocrine neoplasia type 2B`$`_id` #> [1] "DOID_10016<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple endocrine neoplasia type 2B`$privateGeneCount #> [1] 0 #> #> $`multiple endocrine neoplasia type 2B`$publicGeneCount #> [1] 1 #> #> $`multiple endocrine neoplasia type 2B`$urlId #> [1] "DOID_10016" #> #> $`multiple endocrine neoplasia type 2B`$dbPhenotype #> [1] TRUE #> #> $`multiple endocrine neoplasia type 2B`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple endocrine neoplasia type 2B`$`_is_leaf` #> [1] TRUE #> #> $`multiple endocrine neoplasia type 2B`$children #> list() #> #> $`multiple endocrine neoplasia type 2B`$value #> [1] "multiple endocrine neoplasia type 2B" #> #> #> $`multiple endocrine neoplasia type 2B` #> $`multiple endocrine neoplasia type 2B`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10016" #> #> $`multiple endocrine neoplasia type 2B`$`_id` #> [1] "DOID_10016<DOID_3125<DOID_225<DOID_4" #> #> $`multiple endocrine neoplasia type 2B`$privateGeneCount #> [1] 0 #> #> $`multiple endocrine neoplasia type 2B`$publicGeneCount #> [1] 1 #> #> $`multiple endocrine neoplasia type 2B`$urlId #> [1] "DOID_10016" #> #> $`multiple endocrine neoplasia type 2B`$dbPhenotype #> [1] TRUE #> #> $`multiple endocrine neoplasia type 2B`$`_parent` #> [1] "DOID_3125<DOID_225<DOID_4" #> #> $`multiple endocrine neoplasia type 2B`$`_is_leaf` #> [1] TRUE #> #> $`multiple endocrine neoplasia type 2B`$children #> list() #> #> $`multiple endocrine neoplasia type 2B`$value #> [1] "multiple endocrine neoplasia type 2B" #> #> #> $`multiple epiphyseal dysplasia` #> $`multiple epiphyseal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12721" #> #> $`multiple epiphyseal dysplasia`$`_id` #> [1] "DOID_12721<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`multiple epiphyseal dysplasia`$privateGeneCount #> [1] 0 #> #> $`multiple epiphyseal dysplasia`$publicGeneCount #> [1] 37 #> #> $`multiple epiphyseal dysplasia`$urlId #> [1] "DOID_12721" #> #> $`multiple epiphyseal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`multiple epiphyseal dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`multiple epiphyseal dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`multiple epiphyseal dysplasia`$children #> list() #> #> $`multiple epiphyseal dysplasia`$value #> [1] "multiple epiphyseal dysplasia" #> #> #> $`multiple intestinal atresia` #> $`multiple intestinal atresia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14671" #> #> $`multiple intestinal atresia`$`_id` #> [1] "DOID_14671<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple intestinal atresia`$privateGeneCount #> [1] 0 #> #> $`multiple intestinal atresia`$publicGeneCount #> [1] 1 #> #> $`multiple intestinal atresia`$urlId #> [1] "DOID_14671" #> #> $`multiple intestinal atresia`$dbPhenotype #> [1] TRUE #> #> $`multiple intestinal atresia`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple intestinal atresia`$`_is_leaf` #> [1] TRUE #> #> $`multiple intestinal atresia`$children #> list() #> #> $`multiple intestinal atresia`$value #> [1] "multiple intestinal atresia" #> #> #> $`multiple intestinal atresia` #> $`multiple intestinal atresia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14671" #> #> $`multiple intestinal atresia`$`_id` #> [1] "DOID_14671<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`multiple intestinal atresia`$privateGeneCount #> [1] 0 #> #> $`multiple intestinal atresia`$publicGeneCount #> [1] 1 #> #> $`multiple intestinal atresia`$urlId #> [1] "DOID_14671" #> #> $`multiple intestinal atresia`$dbPhenotype #> [1] TRUE #> #> $`multiple intestinal atresia`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`multiple intestinal atresia`$`_is_leaf` #> [1] TRUE #> #> $`multiple intestinal atresia`$children #> list() #> #> $`multiple intestinal atresia`$value #> [1] "multiple intestinal atresia" #> #> #> $`multiple myeloma` #> $`multiple myeloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9538" #> #> $`multiple myeloma`$`_id` #> [1] "DOID_9538<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`multiple myeloma`$privateGeneCount #> [1] 0 #> #> $`multiple myeloma`$publicGeneCount #> [1] 47 #> #> $`multiple myeloma`$urlId #> [1] "DOID_9538" #> #> $`multiple myeloma`$dbPhenotype #> [1] TRUE #> #> $`multiple myeloma`$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`multiple myeloma`$`_is_leaf` #> [1] TRUE #> #> $`multiple myeloma`$children #> list() #> #> $`multiple myeloma`$value #> [1] "multiple myeloma" #> #> #> $`multiple myeloma` #> $`multiple myeloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9538" #> #> $`multiple myeloma`$`_id` #> [1] "DOID_9538<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`multiple myeloma`$privateGeneCount #> [1] 0 #> #> $`multiple myeloma`$publicGeneCount #> [1] 47 #> #> $`multiple myeloma`$urlId #> [1] "DOID_9538" #> #> $`multiple myeloma`$dbPhenotype #> [1] TRUE #> #> $`multiple myeloma`$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`multiple myeloma`$`_is_leaf` #> [1] TRUE #> #> $`multiple myeloma`$children #> list() #> #> $`multiple myeloma`$value #> [1] "multiple myeloma" #> #> #> $`multiple myeloma` #> $`multiple myeloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9538" #> #> $`multiple myeloma`$`_id` #> [1] "DOID_9538<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`multiple myeloma`$privateGeneCount #> [1] 0 #> #> $`multiple myeloma`$publicGeneCount #> [1] 47 #> #> $`multiple myeloma`$urlId #> [1] "DOID_9538" #> #> $`multiple myeloma`$dbPhenotype #> [1] TRUE #> #> $`multiple myeloma`$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`multiple myeloma`$`_is_leaf` #> [1] TRUE #> #> $`multiple myeloma`$children #> list() #> #> $`multiple myeloma`$value #> [1] "multiple myeloma" #> #> #> $`multiple myeloma` #> $`multiple myeloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9538" #> #> $`multiple myeloma`$`_id` #> [1] "DOID_9538<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`multiple myeloma`$privateGeneCount #> [1] 0 #> #> $`multiple myeloma`$publicGeneCount #> [1] 47 #> #> $`multiple myeloma`$urlId #> [1] "DOID_9538" #> #> $`multiple myeloma`$dbPhenotype #> [1] TRUE #> #> $`multiple myeloma`$`_parent` #> [1] "DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`multiple myeloma`$`_is_leaf` #> [1] TRUE #> #> $`multiple myeloma`$children #> list() #> #> $`multiple myeloma`$value #> [1] "multiple myeloma" #> #> #> $`multiple pterygium syndrome` #> $`multiple pterygium syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080110" #> #> $`multiple pterygium syndrome`$`_id` #> [1] "DOID_0080110<DOID_0050177<DOID_630<DOID_4" #> #> $`multiple pterygium syndrome`$privateGeneCount #> [1] 0 #> #> $`multiple pterygium syndrome`$publicGeneCount #> [1] 4 #> #> $`multiple pterygium syndrome`$urlId #> [1] "DOID_0080110" #> #> $`multiple pterygium syndrome`$dbPhenotype #> [1] TRUE #> #> $`multiple pterygium syndrome`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`multiple pterygium syndrome`$`_is_leaf` #> [1] TRUE #> #> $`multiple pterygium syndrome`$children #> list() #> #> $`multiple pterygium syndrome`$value #> [1] "multiple pterygium syndrome" #> #> #> $`multiple pterygium syndrome` #> $`multiple pterygium syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080110" #> #> $`multiple pterygium syndrome`$`_id` #> [1] "DOID_0080110<DOID_225<DOID_4" #> #> $`multiple pterygium syndrome`$privateGeneCount #> [1] 0 #> #> $`multiple pterygium syndrome`$publicGeneCount #> [1] 4 #> #> $`multiple pterygium syndrome`$urlId #> [1] "DOID_0080110" #> #> $`multiple pterygium syndrome`$dbPhenotype #> [1] TRUE #> #> $`multiple pterygium syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`multiple pterygium syndrome`$`_is_leaf` #> [1] TRUE #> #> $`multiple pterygium syndrome`$children #> list() #> #> $`multiple pterygium syndrome`$value #> [1] "multiple pterygium syndrome" #> #> #> $`multiple sclerosis` #> $`multiple sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2377" #> #> $`multiple sclerosis`$`_id` #> [1] "DOID_2377<DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`multiple sclerosis`$privateGeneCount #> [1] 0 #> #> $`multiple sclerosis`$publicGeneCount #> [1] 217 #> #> $`multiple sclerosis`$urlId #> [1] "DOID_2377" #> #> $`multiple sclerosis`$dbPhenotype #> [1] TRUE #> #> $`multiple sclerosis`$`_parent` #> [1] "DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`multiple sclerosis`$`_is_leaf` #> [1] FALSE #> #> $`multiple sclerosis`$children #> $`multiple sclerosis`$children[[1]] #> [1] "DOID_2378<DOID_2377<DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`multiple sclerosis`$value #> [1] "multiple sclerosis" #> #> #> $`multiple sclerosis` #> $`multiple sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2377" #> #> $`multiple sclerosis`$`_id` #> [1] "DOID_2377<DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`multiple sclerosis`$privateGeneCount #> [1] 0 #> #> $`multiple sclerosis`$publicGeneCount #> [1] 217 #> #> $`multiple sclerosis`$urlId #> [1] "DOID_2377" #> #> $`multiple sclerosis`$dbPhenotype #> [1] TRUE #> #> $`multiple sclerosis`$`_parent` #> [1] "DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`multiple sclerosis`$`_is_leaf` #> [1] FALSE #> #> $`multiple sclerosis`$children #> $`multiple sclerosis`$children[[1]] #> [1] "DOID_2378<DOID_2377<DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> #> $`multiple sclerosis`$value #> [1] "multiple sclerosis" #> #> #> $`multiple sclerosis` #> $`multiple sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2377" #> #> $`multiple sclerosis`$`_id` #> [1] "DOID_2377<DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`multiple sclerosis`$privateGeneCount #> [1] 0 #> #> $`multiple sclerosis`$publicGeneCount #> [1] 217 #> #> $`multiple sclerosis`$urlId #> [1] "DOID_2377" #> #> $`multiple sclerosis`$dbPhenotype #> [1] TRUE #> #> $`multiple sclerosis`$`_parent` #> [1] "DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`multiple sclerosis`$`_is_leaf` #> [1] FALSE #> #> $`multiple sclerosis`$children #> $`multiple sclerosis`$children[[1]] #> [1] "DOID_2378<DOID_2377<DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`multiple sclerosis`$value #> [1] "multiple sclerosis" #> #> #> $`multiple synostoses syndrome` #> $`multiple synostoses syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050794" #> #> $`multiple synostoses syndrome`$`_id` #> [1] "DOID_0050794<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`multiple synostoses syndrome`$privateGeneCount #> [1] 0 #> #> $`multiple synostoses syndrome`$publicGeneCount #> [1] 3 #> #> $`multiple synostoses syndrome`$urlId #> [1] "DOID_0050794" #> #> $`multiple synostoses syndrome`$dbPhenotype #> [1] TRUE #> #> $`multiple synostoses syndrome`$`_parent` #> [1] "DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`multiple synostoses syndrome`$`_is_leaf` #> [1] TRUE #> #> $`multiple synostoses syndrome`$children #> list() #> #> $`multiple synostoses syndrome`$value #> [1] "multiple synostoses syndrome" #> #> #> $`multiple system atrophy` #> $`multiple system atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4752" #> #> $`multiple system atrophy`$`_id` #> [1] "DOID_4752<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`multiple system atrophy`$privateGeneCount #> [1] 0 #> #> $`multiple system atrophy`$publicGeneCount #> [1] 9 #> #> $`multiple system atrophy`$urlId #> [1] "DOID_4752" #> #> $`multiple system atrophy`$dbPhenotype #> [1] TRUE #> #> $`multiple system atrophy`$`_parent` #> [1] "DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`multiple system atrophy`$`_is_leaf` #> [1] FALSE #> #> $`multiple system atrophy`$children #> $`multiple system atrophy`$children[[1]] #> [1] "DOID_4751<DOID_4752<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`multiple system atrophy`$value #> [1] "multiple system atrophy" #> #> #> $`muscle benign neoplasm` #> $`muscle benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_461" #> #> $`muscle benign neoplasm`$`_id` #> [1] "DOID_461<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`muscle benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`muscle benign neoplasm`$publicGeneCount #> [1] 7 #> #> $`muscle benign neoplasm`$urlId #> [1] "DOID_461" #> #> $`muscle benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`muscle benign neoplasm`$`_parent` #> [1] "DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`muscle benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`muscle benign neoplasm`$children #> $`muscle benign neoplasm`$children[[1]] #> [1] "DOID_468<DOID_461<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`muscle benign neoplasm`$children[[2]] #> [1] "DOID_4310<DOID_461<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`muscle benign neoplasm`$value #> [1] "muscle benign neoplasm" #> #> #> $`muscle benign neoplasm` #> $`muscle benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_461" #> #> $`muscle benign neoplasm`$`_id` #> [1] "DOID_461<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`muscle benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`muscle benign neoplasm`$publicGeneCount #> [1] 7 #> #> $`muscle benign neoplasm`$urlId #> [1] "DOID_461" #> #> $`muscle benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`muscle benign neoplasm`$`_parent` #> [1] "DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`muscle benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`muscle benign neoplasm`$children #> $`muscle benign neoplasm`$children[[1]] #> [1] "DOID_468<DOID_461<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`muscle benign neoplasm`$children[[2]] #> [1] "DOID_4310<DOID_461<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> #> $`muscle benign neoplasm`$value #> [1] "muscle benign neoplasm" #> #> #> $`muscle benign neoplasm` #> $`muscle benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_461" #> #> $`muscle benign neoplasm`$`_id` #> [1] "DOID_461<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`muscle benign neoplasm`$publicGeneCount #> [1] 7 #> #> $`muscle benign neoplasm`$urlId #> [1] "DOID_461" #> #> $`muscle benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`muscle benign neoplasm`$`_parent` #> [1] "DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`muscle benign neoplasm`$children #> $`muscle benign neoplasm`$children[[1]] #> [1] "DOID_468<DOID_461<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle benign neoplasm`$children[[2]] #> [1] "DOID_4310<DOID_461<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`muscle benign neoplasm`$value #> [1] "muscle benign neoplasm" #> #> #> $`muscle cancer` #> $`muscle cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4045" #> #> $`muscle cancer`$`_id` #> [1] "DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`muscle cancer`$privateGeneCount #> [1] 0 #> #> $`muscle cancer`$publicGeneCount #> [1] 26 #> #> $`muscle cancer`$urlId #> [1] "DOID_4045" #> #> $`muscle cancer`$dbPhenotype #> [1] FALSE #> #> $`muscle cancer`$`_parent` #> [1] "DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`muscle cancer`$`_is_leaf` #> [1] FALSE #> #> $`muscle cancer`$children #> $`muscle cancer`$children[[1]] #> [1] "DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`muscle cancer`$children[[2]] #> [1] "DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`muscle cancer`$value #> [1] "muscle cancer" #> #> #> $`muscle cancer` #> $`muscle cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4045" #> #> $`muscle cancer`$`_id` #> [1] "DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`muscle cancer`$privateGeneCount #> [1] 0 #> #> $`muscle cancer`$publicGeneCount #> [1] 26 #> #> $`muscle cancer`$urlId #> [1] "DOID_4045" #> #> $`muscle cancer`$dbPhenotype #> [1] FALSE #> #> $`muscle cancer`$`_parent` #> [1] "DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`muscle cancer`$`_is_leaf` #> [1] FALSE #> #> $`muscle cancer`$children #> $`muscle cancer`$children[[1]] #> [1] "DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`muscle cancer`$children[[2]] #> [1] "DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`muscle cancer`$value #> [1] "muscle cancer" #> #> #> $`muscle cancer` #> $`muscle cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4045" #> #> $`muscle cancer`$`_id` #> [1] "DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle cancer`$privateGeneCount #> [1] 0 #> #> $`muscle cancer`$publicGeneCount #> [1] 26 #> #> $`muscle cancer`$urlId #> [1] "DOID_4045" #> #> $`muscle cancer`$dbPhenotype #> [1] FALSE #> #> $`muscle cancer`$`_parent` #> [1] "DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle cancer`$`_is_leaf` #> [1] FALSE #> #> $`muscle cancer`$children #> $`muscle cancer`$children[[1]] #> [1] "DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle cancer`$children[[2]] #> [1] "DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`muscle cancer`$value #> [1] "muscle cancer" #> #> #> $`muscle phenotype` #> $`muscle phenotype`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0005369" #> #> $`muscle phenotype`$`_id` #> [1] "MP_0005369<MP_0000001" #> #> $`muscle phenotype`$privateGeneCount #> [1] 0 #> #> $`muscle phenotype`$publicGeneCount #> [1] 5 #> #> $`muscle phenotype`$urlId #> [1] "MP_0005369" #> #> $`muscle phenotype`$dbPhenotype #> [1] FALSE #> #> $`muscle phenotype`$`_parent` #> [1] "MP_0000001" #> #> $`muscle phenotype`$`_is_leaf` #> [1] FALSE #> #> $`muscle phenotype`$children #> $`muscle phenotype`$children[[1]] #> [1] "MP_0002106<MP_0005369<MP_0000001" #> #> #> $`muscle phenotype`$value #> [1] "muscle phenotype" #> #> #> $`muscle tissue disease` #> $`muscle tissue disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_66" #> #> $`muscle tissue disease`$`_id` #> [1] "DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle tissue disease`$privateGeneCount #> [1] 0 #> #> $`muscle tissue disease`$publicGeneCount #> [1] 238 #> #> $`muscle tissue disease`$urlId #> [1] "DOID_66" #> #> $`muscle tissue disease`$dbPhenotype #> [1] FALSE #> #> $`muscle tissue disease`$`_parent` #> [1] "DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle tissue disease`$`_is_leaf` #> [1] FALSE #> #> $`muscle tissue disease`$children #> $`muscle tissue disease`$children[[1]] #> [1] "DOID_0050646<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle tissue disease`$children[[2]] #> [1] "DOID_8545<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle tissue disease`$children[[3]] #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle tissue disease`$children[[4]] #> [1] "DOID_2106<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscle tissue disease`$children[[5]] #> [1] "DOID_0060255<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`muscle tissue disease`$value #> [1] "muscle tissue disease" #> #> #> $`Muscle weakness` #> $`Muscle weakness`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001324" #> #> $`Muscle weakness`$`_id` #> [1] "HP_0001324<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Muscle weakness`$privateGeneCount #> [1] 0 #> #> $`Muscle weakness`$publicGeneCount #> [1] 93 #> #> $`Muscle weakness`$urlId #> [1] "HP_0001324" #> #> $`Muscle weakness`$dbPhenotype #> [1] TRUE #> #> $`Muscle weakness`$`_parent` #> [1] "HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Muscle weakness`$`_is_leaf` #> [1] TRUE #> #> $`Muscle weakness`$children #> list() #> #> $`Muscle weakness`$value #> [1] "Muscle weakness" #> #> #> $`muscular atrophy` #> $`muscular atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_767" #> #> $`muscular atrophy`$`_id` #> [1] "DOID_767<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular atrophy`$privateGeneCount #> [1] 0 #> #> $`muscular atrophy`$publicGeneCount #> [1] 18 #> #> $`muscular atrophy`$urlId #> [1] "DOID_767" #> #> $`muscular atrophy`$dbPhenotype #> [1] TRUE #> #> $`muscular atrophy`$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular atrophy`$`_is_leaf` #> [1] TRUE #> #> $`muscular atrophy`$children #> list() #> #> $`muscular atrophy`$value #> [1] "muscular atrophy" #> #> #> $`muscular disease` #> $`muscular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080000" #> #> $`muscular disease`$`_id` #> [1] "DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular disease`$privateGeneCount #> [1] 0 #> #> $`muscular disease`$publicGeneCount #> [1] 314 #> #> $`muscular disease`$urlId #> [1] "DOID_0080000" #> #> $`muscular disease`$dbPhenotype #> [1] FALSE #> #> $`muscular disease`$`_parent` #> [1] "DOID_17<DOID_7<DOID_4" #> #> $`muscular disease`$`_is_leaf` #> [1] FALSE #> #> $`muscular disease`$children #> $`muscular disease`$children[[1]] #> [1] "DOID_0050710<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular disease`$children[[2]] #> [1] "DOID_913<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular disease`$children[[3]] #> [1] "DOID_10481<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular disease`$children[[4]] #> [1] "DOID_461<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular disease`$children[[5]] #> [1] "DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular disease`$children[[6]] #> [1] "DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular disease`$children[[7]] #> [1] "DOID_0050824<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`muscular disease`$value #> [1] "muscular disease" #> #> #> $`muscular dystrophy` #> $`muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9884" #> #> $`muscular dystrophy`$`_id` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`muscular dystrophy`$publicGeneCount #> [1] 78 #> #> $`muscular dystrophy`$urlId #> [1] "DOID_9884" #> #> $`muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`muscular dystrophy`$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`muscular dystrophy`$children #> $`muscular dystrophy`$children[[1]] #> [1] "DOID_9883<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$children[[2]] #> [1] "DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$children[[3]] #> [1] "DOID_11720<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$children[[4]] #> [1] "DOID_11723<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$children[[5]] #> [1] "DOID_11726<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$children[[6]] #> [1] "DOID_11727<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$children[[7]] #> [1] "DOID_11724<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$children[[8]] #> [1] "DOID_450<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$children[[9]] #> [1] "DOID_11719<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy`$children[[10]] #> [1] "DOID_0060253<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`muscular dystrophy`$value #> [1] "muscular dystrophy" #> #> #> $`muscular dystrophy-dystroglycanopathy` #> $`muscular dystrophy-dystroglycanopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050588" #> #> $`muscular dystrophy-dystroglycanopathy`$`_id` #> [1] "DOID_0050588<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy-dystroglycanopathy`$privateGeneCount #> [1] 0 #> #> $`muscular dystrophy-dystroglycanopathy`$publicGeneCount #> [1] 14 #> #> $`muscular dystrophy-dystroglycanopathy`$urlId #> [1] "DOID_0050588" #> #> $`muscular dystrophy-dystroglycanopathy`$dbPhenotype #> [1] TRUE #> #> $`muscular dystrophy-dystroglycanopathy`$`_parent` #> [1] "DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`muscular dystrophy-dystroglycanopathy`$`_is_leaf` #> [1] FALSE #> #> $`muscular dystrophy-dystroglycanopathy`$children #> $`muscular dystrophy-dystroglycanopathy`$children[[1]] #> [1] "DOID_0111229<DOID_0050588<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`muscular dystrophy-dystroglycanopathy`$value #> [1] "muscular dystrophy-dystroglycanopathy" #> #> #> $`muscular dystrophy-dystroglycanopathy` #> $`muscular dystrophy-dystroglycanopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050588" #> #> $`muscular dystrophy-dystroglycanopathy`$`_id` #> [1] "DOID_0050588<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`muscular dystrophy-dystroglycanopathy`$privateGeneCount #> [1] 0 #> #> $`muscular dystrophy-dystroglycanopathy`$publicGeneCount #> [1] 14 #> #> $`muscular dystrophy-dystroglycanopathy`$urlId #> [1] "DOID_0050588" #> #> $`muscular dystrophy-dystroglycanopathy`$dbPhenotype #> [1] TRUE #> #> $`muscular dystrophy-dystroglycanopathy`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`muscular dystrophy-dystroglycanopathy`$`_is_leaf` #> [1] FALSE #> #> $`muscular dystrophy-dystroglycanopathy`$children #> $`muscular dystrophy-dystroglycanopathy`$children[[1]] #> [1] "DOID_0111229<DOID_0050588<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $`muscular dystrophy-dystroglycanopathy`$value #> [1] "muscular dystrophy-dystroglycanopathy" #> #> #> $`Muscular hypotonia` #> $`Muscular hypotonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001252" #> #> $`Muscular hypotonia`$`_id` #> [1] "HP_0001252<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Muscular hypotonia`$privateGeneCount #> [1] 0 #> #> $`Muscular hypotonia`$publicGeneCount #> [1] 9 #> #> $`Muscular hypotonia`$urlId #> [1] "HP_0001252" #> #> $`Muscular hypotonia`$dbPhenotype #> [1] TRUE #> #> $`Muscular hypotonia`$`_parent` #> [1] "HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Muscular hypotonia`$`_is_leaf` #> [1] FALSE #> #> $`Muscular hypotonia`$children #> $`Muscular hypotonia`$children[[1]] #> [1] "HP_0008936<HP_0001252<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Muscular hypotonia`$value #> [1] "Muscular hypotonia" #> #> #> $`Muscular hypotonia of the trunk` #> $`Muscular hypotonia of the trunk`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008936" #> #> $`Muscular hypotonia of the trunk`$`_id` #> [1] "HP_0008936<HP_0001252<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Muscular hypotonia of the trunk`$privateGeneCount #> [1] 0 #> #> $`Muscular hypotonia of the trunk`$publicGeneCount #> [1] 1 #> #> $`Muscular hypotonia of the trunk`$urlId #> [1] "HP_0008936" #> #> $`Muscular hypotonia of the trunk`$dbPhenotype #> [1] TRUE #> #> $`Muscular hypotonia of the trunk`$`_parent` #> [1] "HP_0001252<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Muscular hypotonia of the trunk`$`_is_leaf` #> [1] TRUE #> #> $`Muscular hypotonia of the trunk`$children #> list() #> #> $`Muscular hypotonia of the trunk`$value #> [1] "Muscular hypotonia of the trunk" #> #> #> $`musculoskeletal system benign neoplasm` #> $`musculoskeletal system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060099" #> #> $`musculoskeletal system benign neoplasm`$`_id` #> [1] "DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`musculoskeletal system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`musculoskeletal system benign neoplasm`$publicGeneCount #> [1] 17 #> #> $`musculoskeletal system benign neoplasm`$urlId #> [1] "DOID_0060099" #> #> $`musculoskeletal system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`musculoskeletal system benign neoplasm`$`_parent` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`musculoskeletal system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`musculoskeletal system benign neoplasm`$children #> $`musculoskeletal system benign neoplasm`$children[[1]] #> [1] "DOID_0060123<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`musculoskeletal system benign neoplasm`$children[[2]] #> [1] "DOID_461<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`musculoskeletal system benign neoplasm`$value #> [1] "musculoskeletal system benign neoplasm" #> #> #> $`musculoskeletal system benign neoplasm` #> $`musculoskeletal system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060099" #> #> $`musculoskeletal system benign neoplasm`$`_id` #> [1] "DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`musculoskeletal system benign neoplasm`$publicGeneCount #> [1] 17 #> #> $`musculoskeletal system benign neoplasm`$urlId #> [1] "DOID_0060099" #> #> $`musculoskeletal system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`musculoskeletal system benign neoplasm`$`_parent` #> [1] "DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`musculoskeletal system benign neoplasm`$children #> $`musculoskeletal system benign neoplasm`$children[[1]] #> [1] "DOID_0060123<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system benign neoplasm`$children[[2]] #> [1] "DOID_461<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> #> $`musculoskeletal system benign neoplasm`$value #> [1] "musculoskeletal system benign neoplasm" #> #> #> $`musculoskeletal system cancer` #> $`musculoskeletal system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060100" #> #> $`musculoskeletal system cancer`$`_id` #> [1] "DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`musculoskeletal system cancer`$privateGeneCount #> [1] 0 #> #> $`musculoskeletal system cancer`$publicGeneCount #> [1] 289 #> #> $`musculoskeletal system cancer`$urlId #> [1] "DOID_0060100" #> #> $`musculoskeletal system cancer`$dbPhenotype #> [1] FALSE #> #> $`musculoskeletal system cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`musculoskeletal system cancer`$`_is_leaf` #> [1] FALSE #> #> $`musculoskeletal system cancer`$children #> $`musculoskeletal system cancer`$children[[1]] #> [1] "DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`musculoskeletal system cancer`$children[[2]] #> [1] "DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`musculoskeletal system cancer`$value #> [1] "musculoskeletal system cancer" #> #> #> $`musculoskeletal system cancer` #> $`musculoskeletal system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060100" #> #> $`musculoskeletal system cancer`$`_id` #> [1] "DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system cancer`$privateGeneCount #> [1] 0 #> #> $`musculoskeletal system cancer`$publicGeneCount #> [1] 289 #> #> $`musculoskeletal system cancer`$urlId #> [1] "DOID_0060100" #> #> $`musculoskeletal system cancer`$dbPhenotype #> [1] FALSE #> #> $`musculoskeletal system cancer`$`_parent` #> [1] "DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system cancer`$`_is_leaf` #> [1] FALSE #> #> $`musculoskeletal system cancer`$children #> $`musculoskeletal system cancer`$children[[1]] #> [1] "DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system cancer`$children[[2]] #> [1] "DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`musculoskeletal system cancer`$value #> [1] "musculoskeletal system cancer" #> #> #> $`musculoskeletal system disease` #> $`musculoskeletal system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_17" #> #> $`musculoskeletal system disease`$`_id` #> [1] "DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system disease`$privateGeneCount #> [1] 0 #> #> $`musculoskeletal system disease`$publicGeneCount #> [1] 1560 #> #> $`musculoskeletal system disease`$urlId #> [1] "DOID_17" #> #> $`musculoskeletal system disease`$dbPhenotype #> [1] TRUE #> #> $`musculoskeletal system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`musculoskeletal system disease`$`_is_leaf` #> [1] FALSE #> #> $`musculoskeletal system disease`$children #> $`musculoskeletal system disease`$children[[1]] #> [1] "DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system disease`$children[[2]] #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system disease`$children[[3]] #> [1] "DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system disease`$children[[4]] #> [1] "DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system disease`$children[[5]] #> [1] "DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`musculoskeletal system disease`$children[[6]] #> [1] "DOID_440<DOID_17<DOID_7<DOID_4" #> #> #> $`musculoskeletal system disease`$value #> [1] "musculoskeletal system disease" #> #> #> $`mushroom workers' lung` #> $`mushroom workers' lung`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2708" #> #> $`mushroom workers' lung`$`_id` #> [1] "DOID_2708<DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mushroom workers' lung`$privateGeneCount #> [1] 0 #> #> $`mushroom workers' lung`$publicGeneCount #> [1] 1 #> #> $`mushroom workers' lung`$urlId #> [1] "DOID_2708" #> #> $`mushroom workers' lung`$dbPhenotype #> [1] TRUE #> #> $`mushroom workers' lung`$`_parent` #> [1] "DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`mushroom workers' lung`$`_is_leaf` #> [1] TRUE #> #> $`mushroom workers' lung`$children #> list() #> #> $`mushroom workers' lung`$value #> [1] "mushroom workers' lung" #> #> #> $`mushroom workers' lung` #> $`mushroom workers' lung`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2708" #> #> $`mushroom workers' lung`$`_id` #> [1] "DOID_2708<DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`mushroom workers' lung`$privateGeneCount #> [1] 0 #> #> $`mushroom workers' lung`$publicGeneCount #> [1] 1 #> #> $`mushroom workers' lung`$urlId #> [1] "DOID_2708" #> #> $`mushroom workers' lung`$dbPhenotype #> [1] TRUE #> #> $`mushroom workers' lung`$`_parent` #> [1] "DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`mushroom workers' lung`$`_is_leaf` #> [1] TRUE #> #> $`mushroom workers' lung`$children #> list() #> #> $`mushroom workers' lung`$value #> [1] "mushroom workers' lung" #> #> #> $`myasthenia gravis` #> $`myasthenia gravis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_437" #> #> $`myasthenia gravis`$`_id` #> [1] "DOID_437<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`myasthenia gravis`$privateGeneCount #> [1] 0 #> #> $`myasthenia gravis`$publicGeneCount #> [1] 19 #> #> $`myasthenia gravis`$urlId #> [1] "DOID_437" #> #> $`myasthenia gravis`$dbPhenotype #> [1] TRUE #> #> $`myasthenia gravis`$`_parent` #> [1] "DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`myasthenia gravis`$`_is_leaf` #> [1] TRUE #> #> $`myasthenia gravis`$children #> list() #> #> $`myasthenia gravis`$value #> [1] "myasthenia gravis" #> #> #> $`myasthenia gravis` #> $`myasthenia gravis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_437" #> #> $`myasthenia gravis`$`_id` #> [1] "DOID_437<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`myasthenia gravis`$privateGeneCount #> [1] 0 #> #> $`myasthenia gravis`$publicGeneCount #> [1] 19 #> #> $`myasthenia gravis`$urlId #> [1] "DOID_437" #> #> $`myasthenia gravis`$dbPhenotype #> [1] TRUE #> #> $`myasthenia gravis`$`_parent` #> [1] "DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`myasthenia gravis`$`_is_leaf` #> [1] TRUE #> #> $`myasthenia gravis`$children #> list() #> #> $`myasthenia gravis`$value #> [1] "myasthenia gravis" #> #> #> $`Mycobacterium avium complex disease` #> $`Mycobacterium avium complex disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2755" #> #> $`Mycobacterium avium complex disease`$`_id` #> [1] "DOID_2755<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`Mycobacterium avium complex disease`$privateGeneCount #> [1] 0 #> #> $`Mycobacterium avium complex disease`$publicGeneCount #> [1] 2 #> #> $`Mycobacterium avium complex disease`$urlId #> [1] "DOID_2755" #> #> $`Mycobacterium avium complex disease`$dbPhenotype #> [1] TRUE #> #> $`Mycobacterium avium complex disease`$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`Mycobacterium avium complex disease`$`_is_leaf` #> [1] TRUE #> #> $`Mycobacterium avium complex disease`$children #> list() #> #> $`Mycobacterium avium complex disease`$value #> [1] "Mycobacterium avium complex disease" #> #> #> $`mycosis fungoides` #> $`mycosis fungoides`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8691" #> #> $`mycosis fungoides`$`_id` #> [1] "DOID_8691<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mycosis fungoides`$privateGeneCount #> [1] 0 #> #> $`mycosis fungoides`$publicGeneCount #> [1] 5 #> #> $`mycosis fungoides`$urlId #> [1] "DOID_8691" #> #> $`mycosis fungoides`$dbPhenotype #> [1] TRUE #> #> $`mycosis fungoides`$`_parent` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mycosis fungoides`$`_is_leaf` #> [1] TRUE #> #> $`mycosis fungoides`$children #> list() #> #> $`mycosis fungoides`$value #> [1] "mycosis fungoides" #> #> #> $`mycosis fungoides` #> $`mycosis fungoides`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8691" #> #> $`mycosis fungoides`$`_id` #> [1] "DOID_8691<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mycosis fungoides`$privateGeneCount #> [1] 0 #> #> $`mycosis fungoides`$publicGeneCount #> [1] 5 #> #> $`mycosis fungoides`$urlId #> [1] "DOID_8691" #> #> $`mycosis fungoides`$dbPhenotype #> [1] TRUE #> #> $`mycosis fungoides`$`_parent` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`mycosis fungoides`$`_is_leaf` #> [1] TRUE #> #> $`mycosis fungoides`$children #> list() #> #> $`mycosis fungoides`$value #> [1] "mycosis fungoides" #> #> #> $`mycosis fungoides` #> $`mycosis fungoides`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8691" #> #> $`mycosis fungoides`$`_id` #> [1] "DOID_8691<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mycosis fungoides`$privateGeneCount #> [1] 0 #> #> $`mycosis fungoides`$publicGeneCount #> [1] 5 #> #> $`mycosis fungoides`$urlId #> [1] "DOID_8691" #> #> $`mycosis fungoides`$dbPhenotype #> [1] TRUE #> #> $`mycosis fungoides`$`_parent` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`mycosis fungoides`$`_is_leaf` #> [1] TRUE #> #> $`mycosis fungoides`$children #> list() #> #> $`mycosis fungoides`$value #> [1] "mycosis fungoides" #> #> #> $`mycosis fungoides` #> $`mycosis fungoides`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8691" #> #> $`mycosis fungoides`$`_id` #> [1] "DOID_8691<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mycosis fungoides`$privateGeneCount #> [1] 0 #> #> $`mycosis fungoides`$publicGeneCount #> [1] 5 #> #> $`mycosis fungoides`$urlId #> [1] "DOID_8691" #> #> $`mycosis fungoides`$dbPhenotype #> [1] TRUE #> #> $`mycosis fungoides`$`_parent` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`mycosis fungoides`$`_is_leaf` #> [1] TRUE #> #> $`mycosis fungoides`$children #> list() #> #> $`mycosis fungoides`$value #> [1] "mycosis fungoides" #> #> #> $`mycosis fungoides` #> $`mycosis fungoides`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8691" #> #> $`mycosis fungoides`$`_id` #> [1] "DOID_8691<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mycosis fungoides`$privateGeneCount #> [1] 0 #> #> $`mycosis fungoides`$publicGeneCount #> [1] 5 #> #> $`mycosis fungoides`$urlId #> [1] "DOID_8691" #> #> $`mycosis fungoides`$dbPhenotype #> [1] TRUE #> #> $`mycosis fungoides`$`_parent` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`mycosis fungoides`$`_is_leaf` #> [1] TRUE #> #> $`mycosis fungoides`$children #> list() #> #> $`mycosis fungoides`$value #> [1] "mycosis fungoides" #> #> #> $myelitis #> $myelitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_322" #> #> $myelitis$`_id` #> [1] "DOID_322<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $myelitis$privateGeneCount #> [1] 0 #> #> $myelitis$publicGeneCount #> [1] 2 #> #> $myelitis$urlId #> [1] "DOID_322" #> #> $myelitis$dbPhenotype #> [1] TRUE #> #> $myelitis$`_parent` #> [1] "DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $myelitis$`_is_leaf` #> [1] TRUE #> #> $myelitis$children #> list() #> #> $myelitis$value #> [1] "myelitis" #> #> #> $`myelodysplastic syndrome` #> $`myelodysplastic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050908" #> #> $`myelodysplastic syndrome`$`_id` #> [1] "DOID_0050908<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myelodysplastic syndrome`$privateGeneCount #> [1] 0 #> #> $`myelodysplastic syndrome`$publicGeneCount #> [1] 4 #> #> $`myelodysplastic syndrome`$urlId #> [1] "DOID_0050908" #> #> $`myelodysplastic syndrome`$dbPhenotype #> [1] TRUE #> #> $`myelodysplastic syndrome`$`_parent` #> [1] "DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myelodysplastic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`myelodysplastic syndrome`$children #> list() #> #> $`myelodysplastic syndrome`$value #> [1] "myelodysplastic syndrome" #> #> #> $`myelodysplastic syndrome` #> $`myelodysplastic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050908" #> #> $`myelodysplastic syndrome`$`_id` #> [1] "DOID_0050908<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myelodysplastic syndrome`$privateGeneCount #> [1] 0 #> #> $`myelodysplastic syndrome`$publicGeneCount #> [1] 4 #> #> $`myelodysplastic syndrome`$urlId #> [1] "DOID_0050908" #> #> $`myelodysplastic syndrome`$dbPhenotype #> [1] TRUE #> #> $`myelodysplastic syndrome`$`_parent` #> [1] "DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myelodysplastic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`myelodysplastic syndrome`$children #> list() #> #> $`myelodysplastic syndrome`$value #> [1] "myelodysplastic syndrome" #> #> #> $`myelodysplastic syndrome` #> $`myelodysplastic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050908" #> #> $`myelodysplastic syndrome`$`_id` #> [1] "DOID_0050908<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myelodysplastic syndrome`$privateGeneCount #> [1] 0 #> #> $`myelodysplastic syndrome`$publicGeneCount #> [1] 4 #> #> $`myelodysplastic syndrome`$urlId #> [1] "DOID_0050908" #> #> $`myelodysplastic syndrome`$dbPhenotype #> [1] TRUE #> #> $`myelodysplastic syndrome`$`_parent` #> [1] "DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myelodysplastic syndrome`$`_is_leaf` #> [1] TRUE #> #> $`myelodysplastic syndrome`$children #> list() #> #> $`myelodysplastic syndrome`$value #> [1] "myelodysplastic syndrome" #> #> #> $`myelodysplastic/myeloproliferative neoplasm` #> $`myelodysplastic/myeloproliferative neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4972" #> #> $`myelodysplastic/myeloproliferative neoplasm`$`_id` #> [1] "DOID_4972<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myelodysplastic/myeloproliferative neoplasm`$privateGeneCount #> [1] 0 #> #> $`myelodysplastic/myeloproliferative neoplasm`$publicGeneCount #> [1] 21 #> #> $`myelodysplastic/myeloproliferative neoplasm`$urlId #> [1] "DOID_4972" #> #> $`myelodysplastic/myeloproliferative neoplasm`$dbPhenotype #> [1] TRUE #> #> $`myelodysplastic/myeloproliferative neoplasm`$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myelodysplastic/myeloproliferative neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`myelodysplastic/myeloproliferative neoplasm`$children #> $`myelodysplastic/myeloproliferative neoplasm`$children[[1]] #> [1] "DOID_0050458<DOID_4972<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`myelodysplastic/myeloproliferative neoplasm`$value #> [1] "myelodysplastic/myeloproliferative neoplasm" #> #> #> $`myelodysplastic/myeloproliferative neoplasm` #> $`myelodysplastic/myeloproliferative neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4972" #> #> $`myelodysplastic/myeloproliferative neoplasm`$`_id` #> [1] "DOID_4972<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myelodysplastic/myeloproliferative neoplasm`$privateGeneCount #> [1] 0 #> #> $`myelodysplastic/myeloproliferative neoplasm`$publicGeneCount #> [1] 21 #> #> $`myelodysplastic/myeloproliferative neoplasm`$urlId #> [1] "DOID_4972" #> #> $`myelodysplastic/myeloproliferative neoplasm`$dbPhenotype #> [1] TRUE #> #> $`myelodysplastic/myeloproliferative neoplasm`$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myelodysplastic/myeloproliferative neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`myelodysplastic/myeloproliferative neoplasm`$children #> $`myelodysplastic/myeloproliferative neoplasm`$children[[1]] #> [1] "DOID_0050458<DOID_4972<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`myelodysplastic/myeloproliferative neoplasm`$value #> [1] "myelodysplastic/myeloproliferative neoplasm" #> #> #> $`myelodysplastic/myeloproliferative neoplasm` #> $`myelodysplastic/myeloproliferative neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4972" #> #> $`myelodysplastic/myeloproliferative neoplasm`$`_id` #> [1] "DOID_4972<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myelodysplastic/myeloproliferative neoplasm`$privateGeneCount #> [1] 0 #> #> $`myelodysplastic/myeloproliferative neoplasm`$publicGeneCount #> [1] 21 #> #> $`myelodysplastic/myeloproliferative neoplasm`$urlId #> [1] "DOID_4972" #> #> $`myelodysplastic/myeloproliferative neoplasm`$dbPhenotype #> [1] TRUE #> #> $`myelodysplastic/myeloproliferative neoplasm`$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myelodysplastic/myeloproliferative neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`myelodysplastic/myeloproliferative neoplasm`$children #> $`myelodysplastic/myeloproliferative neoplasm`$children[[1]] #> [1] "DOID_0050458<DOID_4972<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> #> $`myelodysplastic/myeloproliferative neoplasm`$value #> [1] "myelodysplastic/myeloproliferative neoplasm" #> #> #> $myelofibrosis #> $myelofibrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4971" #> #> $myelofibrosis$`_id` #> [1] "DOID_4971<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $myelofibrosis$privateGeneCount #> [1] 0 #> #> $myelofibrosis$publicGeneCount #> [1] 6 #> #> $myelofibrosis$urlId #> [1] "DOID_4971" #> #> $myelofibrosis$dbPhenotype #> [1] TRUE #> #> $myelofibrosis$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $myelofibrosis$`_is_leaf` #> [1] TRUE #> #> $myelofibrosis$children #> list() #> #> $myelofibrosis$value #> [1] "myelofibrosis" #> #> #> $myelofibrosis #> $myelofibrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4971" #> #> $myelofibrosis$`_id` #> [1] "DOID_4971<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $myelofibrosis$privateGeneCount #> [1] 0 #> #> $myelofibrosis$publicGeneCount #> [1] 6 #> #> $myelofibrosis$urlId #> [1] "DOID_4971" #> #> $myelofibrosis$dbPhenotype #> [1] TRUE #> #> $myelofibrosis$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $myelofibrosis$`_is_leaf` #> [1] TRUE #> #> $myelofibrosis$children #> list() #> #> $myelofibrosis$value #> [1] "myelofibrosis" #> #> #> $myelofibrosis #> $myelofibrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4971" #> #> $myelofibrosis$`_id` #> [1] "DOID_4971<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $myelofibrosis$privateGeneCount #> [1] 0 #> #> $myelofibrosis$publicGeneCount #> [1] 6 #> #> $myelofibrosis$urlId #> [1] "DOID_4971" #> #> $myelofibrosis$dbPhenotype #> [1] TRUE #> #> $myelofibrosis$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $myelofibrosis$`_is_leaf` #> [1] TRUE #> #> $myelofibrosis$children #> list() #> #> $myelofibrosis$value #> [1] "myelofibrosis" #> #> #> $`myeloid leukemia` #> $`myeloid leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8692" #> #> $`myeloid leukemia`$`_id` #> [1] "DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid leukemia`$privateGeneCount #> [1] 0 #> #> $`myeloid leukemia`$publicGeneCount #> [1] 186 #> #> $`myeloid leukemia`$urlId #> [1] "DOID_8692" #> #> $`myeloid leukemia`$dbPhenotype #> [1] TRUE #> #> $`myeloid leukemia`$`_parent` #> [1] "DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid leukemia`$`_is_leaf` #> [1] FALSE #> #> $`myeloid leukemia`$children #> $`myeloid leukemia`$children[[1]] #> [1] "DOID_9119<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid leukemia`$children[[2]] #> [1] "DOID_8552<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid leukemia`$children[[3]] #> [1] "DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`myeloid leukemia`$value #> [1] "myeloid leukemia" #> #> #> $`myeloid leukemia` #> $`myeloid leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8692" #> #> $`myeloid leukemia`$`_id` #> [1] "DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid leukemia`$privateGeneCount #> [1] 0 #> #> $`myeloid leukemia`$publicGeneCount #> [1] 186 #> #> $`myeloid leukemia`$urlId #> [1] "DOID_8692" #> #> $`myeloid leukemia`$dbPhenotype #> [1] TRUE #> #> $`myeloid leukemia`$`_parent` #> [1] "DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid leukemia`$`_is_leaf` #> [1] FALSE #> #> $`myeloid leukemia`$children #> $`myeloid leukemia`$children[[1]] #> [1] "DOID_9119<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid leukemia`$children[[2]] #> [1] "DOID_8552<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid leukemia`$children[[3]] #> [1] "DOID_8527<DOID_8692<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`myeloid leukemia`$value #> [1] "myeloid leukemia" #> #> #> $`myeloid neoplasm` #> $`myeloid neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0070004" #> #> $`myeloid neoplasm`$`_id` #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid neoplasm`$privateGeneCount #> [1] 0 #> #> $`myeloid neoplasm`$publicGeneCount #> [1] 75 #> #> $`myeloid neoplasm`$urlId #> [1] "DOID_0070004" #> #> $`myeloid neoplasm`$dbPhenotype #> [1] FALSE #> #> $`myeloid neoplasm`$`_parent` #> [1] "DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`myeloid neoplasm`$children #> $`myeloid neoplasm`$children[[1]] #> [1] "DOID_9538<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid neoplasm`$children[[2]] #> [1] "DOID_4972<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid neoplasm`$children[[3]] #> [1] "DOID_4971<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid neoplasm`$children[[4]] #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`myeloid neoplasm`$value #> [1] "myeloid neoplasm" #> #> #> $`myeloid neoplasm` #> $`myeloid neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0070004" #> #> $`myeloid neoplasm`$`_id` #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid neoplasm`$privateGeneCount #> [1] 0 #> #> $`myeloid neoplasm`$publicGeneCount #> [1] 75 #> #> $`myeloid neoplasm`$urlId #> [1] "DOID_0070004" #> #> $`myeloid neoplasm`$dbPhenotype #> [1] FALSE #> #> $`myeloid neoplasm`$`_parent` #> [1] "DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`myeloid neoplasm`$children #> $`myeloid neoplasm`$children[[1]] #> [1] "DOID_9538<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid neoplasm`$children[[2]] #> [1] "DOID_4972<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid neoplasm`$children[[3]] #> [1] "DOID_4971<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid neoplasm`$children[[4]] #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`myeloid neoplasm`$value #> [1] "myeloid neoplasm" #> #> #> $`myeloid neoplasm` #> $`myeloid neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0070004" #> #> $`myeloid neoplasm`$`_id` #> [1] "DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myeloid neoplasm`$privateGeneCount #> [1] 0 #> #> $`myeloid neoplasm`$publicGeneCount #> [1] 75 #> #> $`myeloid neoplasm`$urlId #> [1] "DOID_0070004" #> #> $`myeloid neoplasm`$dbPhenotype #> [1] FALSE #> #> $`myeloid neoplasm`$`_parent` #> [1] "DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myeloid neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`myeloid neoplasm`$children #> $`myeloid neoplasm`$children[[1]] #> [1] "DOID_9538<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myeloid neoplasm`$children[[2]] #> [1] "DOID_4972<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myeloid neoplasm`$children[[3]] #> [1] "DOID_4971<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myeloid neoplasm`$children[[4]] #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> #> $`myeloid neoplasm`$value #> [1] "myeloid neoplasm" #> #> #> $`myeloid sarcoma` #> $`myeloid sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8683" #> #> $`myeloid sarcoma`$`_id` #> [1] "DOID_8683<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid sarcoma`$privateGeneCount #> [1] 0 #> #> $`myeloid sarcoma`$publicGeneCount #> [1] 1 #> #> $`myeloid sarcoma`$urlId #> [1] "DOID_8683" #> #> $`myeloid sarcoma`$dbPhenotype #> [1] TRUE #> #> $`myeloid sarcoma`$`_parent` #> [1] "DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloid sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`myeloid sarcoma`$children #> list() #> #> $`myeloid sarcoma`$value #> [1] "myeloid sarcoma" #> #> #> $`myeloid sarcoma` #> $`myeloid sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8683" #> #> $`myeloid sarcoma`$`_id` #> [1] "DOID_8683<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid sarcoma`$privateGeneCount #> [1] 0 #> #> $`myeloid sarcoma`$publicGeneCount #> [1] 1 #> #> $`myeloid sarcoma`$urlId #> [1] "DOID_8683" #> #> $`myeloid sarcoma`$dbPhenotype #> [1] TRUE #> #> $`myeloid sarcoma`$`_parent` #> [1] "DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloid sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`myeloid sarcoma`$children #> list() #> #> $`myeloid sarcoma`$value #> [1] "myeloid sarcoma" #> #> #> $Myelomeningocele #> $Myelomeningocele$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002475" #> #> $Myelomeningocele$`_id` #> [1] "HP_0002475<HP_0002435<HP_0002414<HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Myelomeningocele$privateGeneCount #> [1] 0 #> #> $Myelomeningocele$publicGeneCount #> [1] 4 #> #> $Myelomeningocele$urlId #> [1] "HP_0002475" #> #> $Myelomeningocele$dbPhenotype #> [1] TRUE #> #> $Myelomeningocele$`_parent` #> [1] "HP_0002435<HP_0002414<HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Myelomeningocele$`_is_leaf` #> [1] TRUE #> #> $Myelomeningocele$children #> list() #> #> $Myelomeningocele$value #> [1] "Myelomeningocele" #> #> #> $Myelomeningocele #> $Myelomeningocele$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002475" #> #> $Myelomeningocele$`_id` #> [1] "HP_0002475<HP_0002435<HP_0002414<HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Myelomeningocele$privateGeneCount #> [1] 0 #> #> $Myelomeningocele$publicGeneCount #> [1] 4 #> #> $Myelomeningocele$urlId #> [1] "HP_0002475" #> #> $Myelomeningocele$dbPhenotype #> [1] TRUE #> #> $Myelomeningocele$`_parent` #> [1] "HP_0002435<HP_0002414<HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Myelomeningocele$`_is_leaf` #> [1] TRUE #> #> $Myelomeningocele$children #> list() #> #> $Myelomeningocele$value #> [1] "Myelomeningocele" #> #> #> $Myelomeningocele #> $Myelomeningocele$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002475" #> #> $Myelomeningocele$`_id` #> [1] "HP_0002475<HP_0002435<HP_0010651<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Myelomeningocele$privateGeneCount #> [1] 0 #> #> $Myelomeningocele$publicGeneCount #> [1] 4 #> #> $Myelomeningocele$urlId #> [1] "HP_0002475" #> #> $Myelomeningocele$dbPhenotype #> [1] TRUE #> #> $Myelomeningocele$`_parent` #> [1] "HP_0002435<HP_0010651<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Myelomeningocele$`_is_leaf` #> [1] TRUE #> #> $Myelomeningocele$children #> list() #> #> $Myelomeningocele$value #> [1] "Myelomeningocele" #> #> #> $`myeloproliferative neoplasm` #> $`myeloproliferative neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2226" #> #> $`myeloproliferative neoplasm`$`_id` #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloproliferative neoplasm`$privateGeneCount #> [1] 0 #> #> $`myeloproliferative neoplasm`$publicGeneCount #> [1] 12 #> #> $`myeloproliferative neoplasm`$urlId #> [1] "DOID_2226" #> #> $`myeloproliferative neoplasm`$dbPhenotype #> [1] FALSE #> #> $`myeloproliferative neoplasm`$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloproliferative neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`myeloproliferative neoplasm`$children #> $`myeloproliferative neoplasm`$children[[1]] #> [1] "DOID_2224<DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myeloproliferative neoplasm`$children[[2]] #> [1] "DOID_8997<DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`myeloproliferative neoplasm`$value #> [1] "myeloproliferative neoplasm" #> #> #> $`myeloproliferative neoplasm` #> $`myeloproliferative neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2226" #> #> $`myeloproliferative neoplasm`$`_id` #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloproliferative neoplasm`$privateGeneCount #> [1] 0 #> #> $`myeloproliferative neoplasm`$publicGeneCount #> [1] 12 #> #> $`myeloproliferative neoplasm`$urlId #> [1] "DOID_2226" #> #> $`myeloproliferative neoplasm`$dbPhenotype #> [1] FALSE #> #> $`myeloproliferative neoplasm`$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloproliferative neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`myeloproliferative neoplasm`$children #> $`myeloproliferative neoplasm`$children[[1]] #> [1] "DOID_2224<DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`myeloproliferative neoplasm`$children[[2]] #> [1] "DOID_8997<DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`myeloproliferative neoplasm`$value #> [1] "myeloproliferative neoplasm" #> #> #> $`myeloproliferative neoplasm` #> $`myeloproliferative neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2226" #> #> $`myeloproliferative neoplasm`$`_id` #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myeloproliferative neoplasm`$privateGeneCount #> [1] 0 #> #> $`myeloproliferative neoplasm`$publicGeneCount #> [1] 12 #> #> $`myeloproliferative neoplasm`$urlId #> [1] "DOID_2226" #> #> $`myeloproliferative neoplasm`$dbPhenotype #> [1] FALSE #> #> $`myeloproliferative neoplasm`$`_parent` #> [1] "DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myeloproliferative neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`myeloproliferative neoplasm`$children #> $`myeloproliferative neoplasm`$children[[1]] #> [1] "DOID_2224<DOID_2226<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`myeloproliferative neoplasm`$children[[2]] #> [1] "DOID_8997<DOID_2226<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> #> $`myeloproliferative neoplasm`$value #> [1] "myeloproliferative neoplasm" #> #> #> $`myocardial infarction` #> $`myocardial infarction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5844" #> #> $`myocardial infarction`$`_id` #> [1] "DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`myocardial infarction`$privateGeneCount #> [1] 0 #> #> $`myocardial infarction`$publicGeneCount #> [1] 168 #> #> $`myocardial infarction`$urlId #> [1] "DOID_5844" #> #> $`myocardial infarction`$dbPhenotype #> [1] TRUE #> #> $`myocardial infarction`$`_parent` #> [1] "DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`myocardial infarction`$`_is_leaf` #> [1] FALSE #> #> $`myocardial infarction`$children #> $`myocardial infarction`$children[[1]] #> [1] "DOID_5845<DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`myocardial infarction`$children[[2]] #> [1] "DOID_5855<DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`myocardial infarction`$children[[3]] #> [1] "DOID_9767<DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`myocardial infarction`$value #> [1] "myocardial infarction" #> #> #> $`myocardial stunning` #> $`myocardial stunning`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9767" #> #> $`myocardial stunning`$`_id` #> [1] "DOID_9767<DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`myocardial stunning`$privateGeneCount #> [1] 0 #> #> $`myocardial stunning`$publicGeneCount #> [1] 4 #> #> $`myocardial stunning`$urlId #> [1] "DOID_9767" #> #> $`myocardial stunning`$dbPhenotype #> [1] TRUE #> #> $`myocardial stunning`$`_parent` #> [1] "DOID_5844<DOID_3393<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`myocardial stunning`$`_is_leaf` #> [1] TRUE #> #> $`myocardial stunning`$children #> list() #> #> $`myocardial stunning`$value #> [1] "myocardial stunning" #> #> #> $myocarditis #> $myocarditis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_820" #> #> $myocarditis$`_id` #> [1] "DOID_820<DOID_3978<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $myocarditis$privateGeneCount #> [1] 0 #> #> $myocarditis$publicGeneCount #> [1] 11 #> #> $myocarditis$urlId #> [1] "DOID_820" #> #> $myocarditis$dbPhenotype #> [1] TRUE #> #> $myocarditis$`_parent` #> [1] "DOID_3978<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $myocarditis$`_is_leaf` #> [1] TRUE #> #> $myocarditis$children #> list() #> #> $myocarditis$value #> [1] "myocarditis" #> #> #> $`Myoclonic seizure` #> $`Myoclonic seizure`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032794" #> #> $`Myoclonic seizure`$`_id` #> [1] "HP_0032794<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Myoclonic seizure`$privateGeneCount #> [1] 0 #> #> $`Myoclonic seizure`$publicGeneCount #> [1] 5 #> #> $`Myoclonic seizure`$urlId #> [1] "HP_0032794" #> #> $`Myoclonic seizure`$dbPhenotype #> [1] FALSE #> #> $`Myoclonic seizure`$`_parent` #> [1] "HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Myoclonic seizure`$`_is_leaf` #> [1] FALSE #> #> $`Myoclonic seizure`$children #> $`Myoclonic seizure`$children[[1]] #> [1] "HP_0002123<HP_0032794<HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Myoclonic seizure`$value #> [1] "Myoclonic seizure" #> #> #> $Myoclonus #> $Myoclonus$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001336" #> #> $Myoclonus$`_id` #> [1] "HP_0001336<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Myoclonus$privateGeneCount #> [1] 0 #> #> $Myoclonus$publicGeneCount #> [1] 4 #> #> $Myoclonus$urlId #> [1] "HP_0001336" #> #> $Myoclonus$dbPhenotype #> [1] TRUE #> #> $Myoclonus$`_parent` #> [1] "HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Myoclonus$`_is_leaf` #> [1] TRUE #> #> $Myoclonus$children #> list() #> #> $Myoclonus$value #> [1] "Myoclonus" #> #> #> $`myofibrillar myopathy` #> $`myofibrillar myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080307" #> #> $`myofibrillar myopathy`$`_id` #> [1] "DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy`$publicGeneCount #> [1] 6 #> #> $`myofibrillar myopathy`$urlId #> [1] "DOID_0080307" #> #> $`myofibrillar myopathy`$dbPhenotype #> [1] FALSE #> #> $`myofibrillar myopathy`$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy`$`_is_leaf` #> [1] FALSE #> #> $`myofibrillar myopathy`$children #> $`myofibrillar myopathy`$children[[1]] #> [1] "DOID_0080092<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy`$children[[2]] #> [1] "DOID_0080093<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy`$children[[3]] #> [1] "DOID_0080094<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy`$children[[4]] #> [1] "DOID_0080095<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy`$children[[5]] #> [1] "DOID_0080096<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy`$children[[6]] #> [1] "DOID_0080097<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy`$children[[7]] #> [1] "DOID_0080098<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy`$children[[8]] #> [1] "DOID_0080091<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`myofibrillar myopathy`$value #> [1] "myofibrillar myopathy" #> #> #> $`myofibrillar myopathy 1` #> $`myofibrillar myopathy 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080092" #> #> $`myofibrillar myopathy 1`$`_id` #> [1] "DOID_0080092<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 1`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 1`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 1`$urlId #> [1] "DOID_0080092" #> #> $`myofibrillar myopathy 1`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 1`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 1`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 1`$children #> list() #> #> $`myofibrillar myopathy 1`$value #> [1] "myofibrillar myopathy 1" #> #> #> $`myofibrillar myopathy 1` #> $`myofibrillar myopathy 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080092" #> #> $`myofibrillar myopathy 1`$`_id` #> [1] "DOID_0080092<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 1`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 1`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 1`$urlId #> [1] "DOID_0080092" #> #> $`myofibrillar myopathy 1`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 1`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 1`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 1`$children #> list() #> #> $`myofibrillar myopathy 1`$value #> [1] "myofibrillar myopathy 1" #> #> #> $`myofibrillar myopathy 1` #> $`myofibrillar myopathy 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080092" #> #> $`myofibrillar myopathy 1`$`_id` #> [1] "DOID_0080092<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 1`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 1`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 1`$urlId #> [1] "DOID_0080092" #> #> $`myofibrillar myopathy 1`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 1`$`_parent` #> [1] "DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 1`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 1`$children #> list() #> #> $`myofibrillar myopathy 1`$value #> [1] "myofibrillar myopathy 1" #> #> #> $`myofibrillar myopathy 2` #> $`myofibrillar myopathy 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080093" #> #> $`myofibrillar myopathy 2`$`_id` #> [1] "DOID_0080093<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 2`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 2`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 2`$urlId #> [1] "DOID_0080093" #> #> $`myofibrillar myopathy 2`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 2`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 2`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 2`$children #> list() #> #> $`myofibrillar myopathy 2`$value #> [1] "myofibrillar myopathy 2" #> #> #> $`myofibrillar myopathy 2` #> $`myofibrillar myopathy 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080093" #> #> $`myofibrillar myopathy 2`$`_id` #> [1] "DOID_0080093<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 2`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 2`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 2`$urlId #> [1] "DOID_0080093" #> #> $`myofibrillar myopathy 2`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 2`$`_parent` #> [1] "DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 2`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 2`$children #> list() #> #> $`myofibrillar myopathy 2`$value #> [1] "myofibrillar myopathy 2" #> #> #> $`myofibrillar myopathy 3` #> $`myofibrillar myopathy 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080094" #> #> $`myofibrillar myopathy 3`$`_id` #> [1] "DOID_0080094<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 3`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 3`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 3`$urlId #> [1] "DOID_0080094" #> #> $`myofibrillar myopathy 3`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 3`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 3`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 3`$children #> list() #> #> $`myofibrillar myopathy 3`$value #> [1] "myofibrillar myopathy 3" #> #> #> $`myofibrillar myopathy 3` #> $`myofibrillar myopathy 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080094" #> #> $`myofibrillar myopathy 3`$`_id` #> [1] "DOID_0080094<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 3`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 3`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 3`$urlId #> [1] "DOID_0080094" #> #> $`myofibrillar myopathy 3`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 3`$`_parent` #> [1] "DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 3`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 3`$children #> list() #> #> $`myofibrillar myopathy 3`$value #> [1] "myofibrillar myopathy 3" #> #> #> $`myofibrillar myopathy 4` #> $`myofibrillar myopathy 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080095" #> #> $`myofibrillar myopathy 4`$`_id` #> [1] "DOID_0080095<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 4`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 4`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 4`$urlId #> [1] "DOID_0080095" #> #> $`myofibrillar myopathy 4`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 4`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 4`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 4`$children #> list() #> #> $`myofibrillar myopathy 4`$value #> [1] "myofibrillar myopathy 4" #> #> #> $`myofibrillar myopathy 4` #> $`myofibrillar myopathy 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080095" #> #> $`myofibrillar myopathy 4`$`_id` #> [1] "DOID_0080095<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 4`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 4`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 4`$urlId #> [1] "DOID_0080095" #> #> $`myofibrillar myopathy 4`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 4`$`_parent` #> [1] "DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 4`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 4`$children #> list() #> #> $`myofibrillar myopathy 4`$value #> [1] "myofibrillar myopathy 4" #> #> #> $`myofibrillar myopathy 5` #> $`myofibrillar myopathy 5`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080096" #> #> $`myofibrillar myopathy 5`$`_id` #> [1] "DOID_0080096<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 5`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 5`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 5`$urlId #> [1] "DOID_0080096" #> #> $`myofibrillar myopathy 5`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 5`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 5`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 5`$children #> list() #> #> $`myofibrillar myopathy 5`$value #> [1] "myofibrillar myopathy 5" #> #> #> $`myofibrillar myopathy 5` #> $`myofibrillar myopathy 5`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080096" #> #> $`myofibrillar myopathy 5`$`_id` #> [1] "DOID_0080096<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 5`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 5`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 5`$urlId #> [1] "DOID_0080096" #> #> $`myofibrillar myopathy 5`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 5`$`_parent` #> [1] "DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 5`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 5`$children #> list() #> #> $`myofibrillar myopathy 5`$value #> [1] "myofibrillar myopathy 5" #> #> #> $`myofibrillar myopathy 6` #> $`myofibrillar myopathy 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080097" #> #> $`myofibrillar myopathy 6`$`_id` #> [1] "DOID_0080097<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 6`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 6`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 6`$urlId #> [1] "DOID_0080097" #> #> $`myofibrillar myopathy 6`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 6`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 6`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 6`$children #> list() #> #> $`myofibrillar myopathy 6`$value #> [1] "myofibrillar myopathy 6" #> #> #> $`myofibrillar myopathy 6` #> $`myofibrillar myopathy 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080097" #> #> $`myofibrillar myopathy 6`$`_id` #> [1] "DOID_0080097<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 6`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 6`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 6`$urlId #> [1] "DOID_0080097" #> #> $`myofibrillar myopathy 6`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 6`$`_parent` #> [1] "DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 6`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 6`$children #> list() #> #> $`myofibrillar myopathy 6`$value #> [1] "myofibrillar myopathy 6" #> #> #> $`myofibrillar myopathy 7` #> $`myofibrillar myopathy 7`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080098" #> #> $`myofibrillar myopathy 7`$`_id` #> [1] "DOID_0080098<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 7`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 7`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 7`$urlId #> [1] "DOID_0080098" #> #> $`myofibrillar myopathy 7`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 7`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`myofibrillar myopathy 7`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 7`$children #> list() #> #> $`myofibrillar myopathy 7`$value #> [1] "myofibrillar myopathy 7" #> #> #> $`myofibrillar myopathy 7` #> $`myofibrillar myopathy 7`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080098" #> #> $`myofibrillar myopathy 7`$`_id` #> [1] "DOID_0080098<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 7`$privateGeneCount #> [1] 0 #> #> $`myofibrillar myopathy 7`$publicGeneCount #> [1] 1 #> #> $`myofibrillar myopathy 7`$urlId #> [1] "DOID_0080098" #> #> $`myofibrillar myopathy 7`$dbPhenotype #> [1] TRUE #> #> $`myofibrillar myopathy 7`$`_parent` #> [1] "DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myofibrillar myopathy 7`$`_is_leaf` #> [1] TRUE #> #> $`myofibrillar myopathy 7`$children #> list() #> #> $`myofibrillar myopathy 7`$value #> [1] "myofibrillar myopathy 7" #> #> #> $myoglobinuria #> $myoglobinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080108" #> #> $myoglobinuria$`_id` #> [1] "DOID_0080108<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myoglobinuria$privateGeneCount #> [1] 0 #> #> $myoglobinuria$publicGeneCount #> [1] 1 #> #> $myoglobinuria$urlId #> [1] "DOID_0080108" #> #> $myoglobinuria$dbPhenotype #> [1] TRUE #> #> $myoglobinuria$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myoglobinuria$`_is_leaf` #> [1] TRUE #> #> $myoglobinuria$children #> list() #> #> $myoglobinuria$value #> [1] "myoglobinuria" #> #> #> $Myoglobinuria #> $Myoglobinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002913" #> #> $Myoglobinuria$`_id` #> [1] "HP_0002913<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Myoglobinuria$privateGeneCount #> [1] 0 #> #> $Myoglobinuria$publicGeneCount #> [1] 2 #> #> $Myoglobinuria$urlId #> [1] "HP_0002913" #> #> $Myoglobinuria$dbPhenotype #> [1] TRUE #> #> $Myoglobinuria$`_parent` #> [1] "HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Myoglobinuria$`_is_leaf` #> [1] TRUE #> #> $Myoglobinuria$children #> list() #> #> $Myoglobinuria$value #> [1] "Myoglobinuria" #> #> #> $Myokymia #> $Myokymia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002411" #> #> $Myokymia$`_id` #> [1] "HP_0002411<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Myokymia$privateGeneCount #> [1] 0 #> #> $Myokymia$publicGeneCount #> [1] 1 #> #> $Myokymia$urlId #> [1] "HP_0002411" #> #> $Myokymia$dbPhenotype #> [1] TRUE #> #> $Myokymia$`_parent` #> [1] "HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Myokymia$`_is_leaf` #> [1] TRUE #> #> $Myokymia$children #> list() #> #> $Myokymia$value #> [1] "Myokymia" #> #> #> $myopathy #> $myopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_423" #> #> $myopathy$`_id` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$privateGeneCount #> [1] 0 #> #> $myopathy$publicGeneCount #> [1] 226 #> #> $myopathy$urlId #> [1] "DOID_423" #> #> $myopathy$dbPhenotype #> [1] TRUE #> #> $myopathy$`_parent` #> [1] "DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$`_is_leaf` #> [1] FALSE #> #> $myopathy$children #> $myopathy$children[[1]] #> [1] "DOID_14717<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[2]] #> [1] "DOID_0080100<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[3]] #> [1] "DOID_422<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[4]] #> [1] "DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[5]] #> [1] "DOID_767<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[6]] #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[7]] #> [1] "DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[8]] #> [1] "DOID_0080108<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[9]] #> [1] "DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[10]] #> [1] "DOID_853<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[11]] #> [1] "DOID_0080090<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myopathy$children[[12]] #> [1] "DOID_0080089<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $myopathy$value #> [1] "myopathy" #> #> #> $`myopathy, lactic acidosis, and sideroblastic anemia` #> $`myopathy, lactic acidosis, and sideroblastic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080099" #> #> $`myopathy, lactic acidosis, and sideroblastic anemia`$`_id` #> [1] "DOID_0080099<DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myopathy, lactic acidosis, and sideroblastic anemia`$privateGeneCount #> [1] 0 #> #> $`myopathy, lactic acidosis, and sideroblastic anemia`$publicGeneCount #> [1] 2 #> #> $`myopathy, lactic acidosis, and sideroblastic anemia`$urlId #> [1] "DOID_0080099" #> #> $`myopathy, lactic acidosis, and sideroblastic anemia`$dbPhenotype #> [1] TRUE #> #> $`myopathy, lactic acidosis, and sideroblastic anemia`$`_parent` #> [1] "DOID_699<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myopathy, lactic acidosis, and sideroblastic anemia`$`_is_leaf` #> [1] TRUE #> #> $`myopathy, lactic acidosis, and sideroblastic anemia`$children #> list() #> #> $`myopathy, lactic acidosis, and sideroblastic anemia`$value #> [1] "myopathy, lactic acidosis, and sideroblastic anemia" #> #> #> $myopia #> $myopia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11830" #> #> $myopia$`_id` #> [1] "DOID_11830<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $myopia$privateGeneCount #> [1] 0 #> #> $myopia$publicGeneCount #> [1] 49 #> #> $myopia$urlId #> [1] "DOID_11830" #> #> $myopia$dbPhenotype #> [1] TRUE #> #> $myopia$`_parent` #> [1] "DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $myopia$`_is_leaf` #> [1] FALSE #> #> $myopia$children #> $myopia$children[[1]] #> [1] "DOID_11829<DOID_11830<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $myopia$value #> [1] "myopia" #> #> #> $myositis #> $myositis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_633" #> #> $myositis$`_id` #> [1] "DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myositis$privateGeneCount #> [1] 0 #> #> $myositis$publicGeneCount #> [1] 49 #> #> $myositis$urlId #> [1] "DOID_633" #> #> $myositis$dbPhenotype #> [1] TRUE #> #> $myositis$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myositis$`_is_leaf` #> [1] FALSE #> #> $myositis$children #> $myositis$children[[1]] #> [1] "DOID_10223<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myositis$children[[2]] #> [1] "DOID_631<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myositis$children[[3]] #> [1] "DOID_3429<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $myositis$children[[4]] #> [1] "DOID_668<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $myositis$value #> [1] "myositis" #> #> #> $`myositis ossificans` #> $`myositis ossificans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_668" #> #> $`myositis ossificans`$`_id` #> [1] "DOID_668<DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myositis ossificans`$privateGeneCount #> [1] 0 #> #> $`myositis ossificans`$publicGeneCount #> [1] 1 #> #> $`myositis ossificans`$urlId #> [1] "DOID_668" #> #> $`myositis ossificans`$dbPhenotype #> [1] TRUE #> #> $`myositis ossificans`$`_parent` #> [1] "DOID_633<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myositis ossificans`$`_is_leaf` #> [1] TRUE #> #> $`myositis ossificans`$children #> list() #> #> $`myositis ossificans`$value #> [1] "myositis ossificans" #> #> #> $Myotonia #> $Myotonia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002486" #> #> $Myotonia$`_id` #> [1] "HP_0002486<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $Myotonia$privateGeneCount #> [1] 0 #> #> $Myotonia$publicGeneCount #> [1] 3 #> #> $Myotonia$urlId #> [1] "HP_0002486" #> #> $Myotonia$dbPhenotype #> [1] TRUE #> #> $Myotonia$`_parent` #> [1] "HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $Myotonia$`_is_leaf` #> [1] TRUE #> #> $Myotonia$children #> list() #> #> $Myotonia$value #> [1] "Myotonia" #> #> #> $`myotonia congenita` #> $`myotonia congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2106" #> #> $`myotonia congenita`$`_id` #> [1] "DOID_2106<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myotonia congenita`$privateGeneCount #> [1] 0 #> #> $`myotonia congenita`$publicGeneCount #> [1] 2 #> #> $`myotonia congenita`$urlId #> [1] "DOID_2106" #> #> $`myotonia congenita`$dbPhenotype #> [1] TRUE #> #> $`myotonia congenita`$`_parent` #> [1] "DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myotonia congenita`$`_is_leaf` #> [1] TRUE #> #> $`myotonia congenita`$children #> list() #> #> $`myotonia congenita`$value #> [1] "myotonia congenita" #> #> #> $`myotonic disease` #> $`myotonic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_450" #> #> $`myotonic disease`$`_id` #> [1] "DOID_450<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myotonic disease`$privateGeneCount #> [1] 0 #> #> $`myotonic disease`$publicGeneCount #> [1] 3 #> #> $`myotonic disease`$urlId #> [1] "DOID_450" #> #> $`myotonic disease`$dbPhenotype #> [1] FALSE #> #> $`myotonic disease`$`_parent` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myotonic disease`$`_is_leaf` #> [1] FALSE #> #> $`myotonic disease`$children #> $`myotonic disease`$children[[1]] #> [1] "DOID_11722<DOID_450<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myotonic disease`$children[[2]] #> [1] "DOID_0050759<DOID_450<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`myotonic disease`$value #> [1] "myotonic disease" #> #> #> $`myotonic dystrophy type 1` #> $`myotonic dystrophy type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11722" #> #> $`myotonic dystrophy type 1`$`_id` #> [1] "DOID_11722<DOID_450<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myotonic dystrophy type 1`$privateGeneCount #> [1] 0 #> #> $`myotonic dystrophy type 1`$publicGeneCount #> [1] 2 #> #> $`myotonic dystrophy type 1`$urlId #> [1] "DOID_11722" #> #> $`myotonic dystrophy type 1`$dbPhenotype #> [1] TRUE #> #> $`myotonic dystrophy type 1`$`_parent` #> [1] "DOID_450<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myotonic dystrophy type 1`$`_is_leaf` #> [1] TRUE #> #> $`myotonic dystrophy type 1`$children #> list() #> #> $`myotonic dystrophy type 1`$value #> [1] "myotonic dystrophy type 1" #> #> #> $`myotonic dystrophy type 2` #> $`myotonic dystrophy type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050759" #> #> $`myotonic dystrophy type 2`$`_id` #> [1] "DOID_0050759<DOID_450<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myotonic dystrophy type 2`$privateGeneCount #> [1] 0 #> #> $`myotonic dystrophy type 2`$publicGeneCount #> [1] 1 #> #> $`myotonic dystrophy type 2`$urlId #> [1] "DOID_0050759" #> #> $`myotonic dystrophy type 2`$dbPhenotype #> [1] TRUE #> #> $`myotonic dystrophy type 2`$`_parent` #> [1] "DOID_450<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myotonic dystrophy type 2`$`_is_leaf` #> [1] TRUE #> #> $`myotonic dystrophy type 2`$children #> list() #> #> $`myotonic dystrophy type 2`$value #> [1] "myotonic dystrophy type 2" #> #> #> $`myxoid leiomyosarcoma` #> $`myxoid leiomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5268" #> #> $`myxoid leiomyosarcoma`$`_id` #> [1] "DOID_5268<DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myxoid leiomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`myxoid leiomyosarcoma`$publicGeneCount #> [1] 10 #> #> $`myxoid leiomyosarcoma`$urlId #> [1] "DOID_5268" #> #> $`myxoid leiomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`myxoid leiomyosarcoma`$`_parent` #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myxoid leiomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`myxoid leiomyosarcoma`$children #> list() #> #> $`myxoid leiomyosarcoma`$value #> [1] "myxoid leiomyosarcoma" #> #> #> $`myxoid leiomyosarcoma` #> $`myxoid leiomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5268" #> #> $`myxoid leiomyosarcoma`$`_id` #> [1] "DOID_5268<DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`myxoid leiomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`myxoid leiomyosarcoma`$publicGeneCount #> [1] 10 #> #> $`myxoid leiomyosarcoma`$urlId #> [1] "DOID_5268" #> #> $`myxoid leiomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`myxoid leiomyosarcoma`$`_parent` #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`myxoid leiomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`myxoid leiomyosarcoma`$children #> list() #> #> $`myxoid leiomyosarcoma`$value #> [1] "myxoid leiomyosarcoma" #> #> #> $`myxoid leiomyosarcoma` #> $`myxoid leiomyosarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5268" #> #> $`myxoid leiomyosarcoma`$`_id` #> [1] "DOID_5268<DOID_1967<DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myxoid leiomyosarcoma`$privateGeneCount #> [1] 0 #> #> $`myxoid leiomyosarcoma`$publicGeneCount #> [1] 10 #> #> $`myxoid leiomyosarcoma`$urlId #> [1] "DOID_5268" #> #> $`myxoid leiomyosarcoma`$dbPhenotype #> [1] TRUE #> #> $`myxoid leiomyosarcoma`$`_parent` #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`myxoid leiomyosarcoma`$`_is_leaf` #> [1] TRUE #> #> $`myxoid leiomyosarcoma`$children #> list() #> #> $`myxoid leiomyosarcoma`$value #> [1] "myxoid leiomyosarcoma" #> #> #> $`myxoid liposarcoma` #> $`myxoid liposarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5363" #> #> $`myxoid liposarcoma`$`_id` #> [1] "DOID_5363<DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myxoid liposarcoma`$privateGeneCount #> [1] 0 #> #> $`myxoid liposarcoma`$publicGeneCount #> [1] 2 #> #> $`myxoid liposarcoma`$urlId #> [1] "DOID_5363" #> #> $`myxoid liposarcoma`$dbPhenotype #> [1] TRUE #> #> $`myxoid liposarcoma`$`_parent` #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`myxoid liposarcoma`$`_is_leaf` #> [1] TRUE #> #> $`myxoid liposarcoma`$children #> list() #> #> $`myxoid liposarcoma`$value #> [1] "myxoid liposarcoma" #> #> #> $`myxoid liposarcoma` #> $`myxoid liposarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5363" #> #> $`myxoid liposarcoma`$`_id` #> [1] "DOID_5363<DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`myxoid liposarcoma`$privateGeneCount #> [1] 0 #> #> $`myxoid liposarcoma`$publicGeneCount #> [1] 2 #> #> $`myxoid liposarcoma`$urlId #> [1] "DOID_5363" #> #> $`myxoid liposarcoma`$dbPhenotype #> [1] TRUE #> #> $`myxoid liposarcoma`$`_parent` #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`myxoid liposarcoma`$`_is_leaf` #> [1] TRUE #> #> $`myxoid liposarcoma`$children #> list() #> #> $`myxoid liposarcoma`$value #> [1] "myxoid liposarcoma" #> #> #> $`myxoid liposarcoma` #> $`myxoid liposarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5363" #> #> $`myxoid liposarcoma`$`_id` #> [1] "DOID_5363<DOID_3382<DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`myxoid liposarcoma`$privateGeneCount #> [1] 0 #> #> $`myxoid liposarcoma`$publicGeneCount #> [1] 2 #> #> $`myxoid liposarcoma`$urlId #> [1] "DOID_5363" #> #> $`myxoid liposarcoma`$dbPhenotype #> [1] TRUE #> #> $`myxoid liposarcoma`$`_parent` #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`myxoid liposarcoma`$`_is_leaf` #> [1] TRUE #> #> $`myxoid liposarcoma`$children #> list() #> #> $`myxoid liposarcoma`$value #> [1] "myxoid liposarcoma" #> #> #> $`myxopapillary ependymoma` #> $`myxopapillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5075" #> #> $`myxopapillary ependymoma`$`_id` #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`myxopapillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`myxopapillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`myxopapillary ependymoma`$urlId #> [1] "DOID_5075" #> #> $`myxopapillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`myxopapillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`myxopapillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`myxopapillary ependymoma`$children #> list() #> #> $`myxopapillary ependymoma`$value #> [1] "myxopapillary ependymoma" #> #> #> $`myxopapillary ependymoma` #> $`myxopapillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5075" #> #> $`myxopapillary ependymoma`$`_id` #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`myxopapillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`myxopapillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`myxopapillary ependymoma`$urlId #> [1] "DOID_5075" #> #> $`myxopapillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`myxopapillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`myxopapillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`myxopapillary ependymoma`$children #> list() #> #> $`myxopapillary ependymoma`$value #> [1] "myxopapillary ependymoma" #> #> #> $`myxopapillary ependymoma` #> $`myxopapillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5075" #> #> $`myxopapillary ependymoma`$`_id` #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`myxopapillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`myxopapillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`myxopapillary ependymoma`$urlId #> [1] "DOID_5075" #> #> $`myxopapillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`myxopapillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`myxopapillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`myxopapillary ependymoma`$children #> list() #> #> $`myxopapillary ependymoma`$value #> [1] "myxopapillary ependymoma" #> #> #> $`myxopapillary ependymoma` #> $`myxopapillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5075" #> #> $`myxopapillary ependymoma`$`_id` #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`myxopapillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`myxopapillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`myxopapillary ependymoma`$urlId #> [1] "DOID_5075" #> #> $`myxopapillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`myxopapillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`myxopapillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`myxopapillary ependymoma`$children #> list() #> #> $`myxopapillary ependymoma`$value #> [1] "myxopapillary ependymoma" #> #> #> $`myxopapillary ependymoma` #> $`myxopapillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5075" #> #> $`myxopapillary ependymoma`$`_id` #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`myxopapillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`myxopapillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`myxopapillary ependymoma`$urlId #> [1] "DOID_5075" #> #> $`myxopapillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`myxopapillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`myxopapillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`myxopapillary ependymoma`$children #> list() #> #> $`myxopapillary ependymoma`$value #> [1] "myxopapillary ependymoma" #> #> #> $`myxopapillary ependymoma` #> $`myxopapillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5075" #> #> $`myxopapillary ependymoma`$`_id` #> [1] "DOID_5075<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`myxopapillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`myxopapillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`myxopapillary ependymoma`$urlId #> [1] "DOID_5075" #> #> $`myxopapillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`myxopapillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`myxopapillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`myxopapillary ependymoma`$children #> list() #> #> $`myxopapillary ependymoma`$value #> [1] "myxopapillary ependymoma" #> #> #> $`N syndrome` #> $`N syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050769" #> #> $`N syndrome`$`_id` #> [1] "DOID_0050769<DOID_225<DOID_4" #> #> $`N syndrome`$privateGeneCount #> [1] 0 #> #> $`N syndrome`$publicGeneCount #> [1] 1 #> #> $`N syndrome`$urlId #> [1] "DOID_0050769" #> #> $`N syndrome`$dbPhenotype #> [1] TRUE #> #> $`N syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`N syndrome`$`_is_leaf` #> [1] TRUE #> #> $`N syndrome`$children #> list() #> #> $`N syndrome`$value #> [1] "N syndrome" #> #> #> $`Nager acrofacial dysostosis` #> $`Nager acrofacial dysostosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5768" #> #> $`Nager acrofacial dysostosis`$`_id` #> [1] "DOID_5768<DOID_0060379<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Nager acrofacial dysostosis`$privateGeneCount #> [1] 0 #> #> $`Nager acrofacial dysostosis`$publicGeneCount #> [1] 1 #> #> $`Nager acrofacial dysostosis`$urlId #> [1] "DOID_5768" #> #> $`Nager acrofacial dysostosis`$dbPhenotype #> [1] TRUE #> #> $`Nager acrofacial dysostosis`$`_parent` #> [1] "DOID_0060379<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Nager acrofacial dysostosis`$`_is_leaf` #> [1] TRUE #> #> $`Nager acrofacial dysostosis`$children #> list() #> #> $`Nager acrofacial dysostosis`$value #> [1] "Nager acrofacial dysostosis" #> #> #> $`nail disease` #> $`nail disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4123" #> #> $`nail disease`$`_id` #> [1] "DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nail disease`$privateGeneCount #> [1] 0 #> #> $`nail disease`$publicGeneCount #> [1] 13 #> #> $`nail disease`$urlId #> [1] "DOID_4123" #> #> $`nail disease`$dbPhenotype #> [1] TRUE #> #> $`nail disease`$`_parent` #> [1] "DOID_16<DOID_7<DOID_4" #> #> $`nail disease`$`_is_leaf` #> [1] FALSE #> #> $`nail disease`$children #> $`nail disease`$children[[1]] #> [1] "DOID_2058<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nail disease`$children[[2]] #> [1] "DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> #> $`nail disease`$value #> [1] "nail disease" #> #> #> $`nail-patella syndrome` #> $`nail-patella syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9467" #> #> $`nail-patella syndrome`$`_id` #> [1] "DOID_9467<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nail-patella syndrome`$privateGeneCount #> [1] 0 #> #> $`nail-patella syndrome`$publicGeneCount #> [1] 1 #> #> $`nail-patella syndrome`$urlId #> [1] "DOID_9467" #> #> $`nail-patella syndrome`$dbPhenotype #> [1] TRUE #> #> $`nail-patella syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nail-patella syndrome`$`_is_leaf` #> [1] TRUE #> #> $`nail-patella syndrome`$children #> list() #> #> $`nail-patella syndrome`$value #> [1] "nail-patella syndrome" #> #> #> $`nail-patella syndrome` #> $`nail-patella syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9467" #> #> $`nail-patella syndrome`$`_id` #> [1] "DOID_9467<DOID_225<DOID_4" #> #> $`nail-patella syndrome`$privateGeneCount #> [1] 0 #> #> $`nail-patella syndrome`$publicGeneCount #> [1] 1 #> #> $`nail-patella syndrome`$urlId #> [1] "DOID_9467" #> #> $`nail-patella syndrome`$dbPhenotype #> [1] TRUE #> #> $`nail-patella syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`nail-patella syndrome`$`_is_leaf` #> [1] TRUE #> #> $`nail-patella syndrome`$children #> list() #> #> $`nail-patella syndrome`$value #> [1] "nail-patella syndrome" #> #> #> $`narcissistic personality disorder` #> $`narcissistic personality disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2745" #> #> $`narcissistic personality disorder`$`_id` #> [1] "DOID_2745<DOID_1510<DOID_150<DOID_4" #> #> $`narcissistic personality disorder`$privateGeneCount #> [1] 0 #> #> $`narcissistic personality disorder`$publicGeneCount #> [1] 2 #> #> $`narcissistic personality disorder`$urlId #> [1] "DOID_2745" #> #> $`narcissistic personality disorder`$dbPhenotype #> [1] TRUE #> #> $`narcissistic personality disorder`$`_parent` #> [1] "DOID_1510<DOID_150<DOID_4" #> #> $`narcissistic personality disorder`$`_is_leaf` #> [1] TRUE #> #> $`narcissistic personality disorder`$children #> list() #> #> $`narcissistic personality disorder`$value #> [1] "narcissistic personality disorder" #> #> #> $narcolepsy #> $narcolepsy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8986" #> #> $narcolepsy$`_id` #> [1] "DOID_8986<DOID_535<DOID_150<DOID_4" #> #> $narcolepsy$privateGeneCount #> [1] 0 #> #> $narcolepsy$publicGeneCount #> [1] 16 #> #> $narcolepsy$urlId #> [1] "DOID_8986" #> #> $narcolepsy$dbPhenotype #> [1] TRUE #> #> $narcolepsy$`_parent` #> [1] "DOID_535<DOID_150<DOID_4" #> #> $narcolepsy$`_is_leaf` #> [1] TRUE #> #> $narcolepsy$children #> list() #> #> $narcolepsy$value #> [1] "narcolepsy" #> #> #> $`nasal cavity disease` #> $`nasal cavity disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2163" #> #> $`nasal cavity disease`$`_id` #> [1] "DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`nasal cavity disease`$privateGeneCount #> [1] 0 #> #> $`nasal cavity disease`$publicGeneCount #> [1] 117 #> #> $`nasal cavity disease`$urlId #> [1] "DOID_2163" #> #> $`nasal cavity disease`$dbPhenotype #> [1] FALSE #> #> $`nasal cavity disease`$`_parent` #> [1] "DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`nasal cavity disease`$`_is_leaf` #> [1] FALSE #> #> $`nasal cavity disease`$children #> $`nasal cavity disease`$children[[1]] #> [1] "DOID_9574<DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`nasal cavity disease`$children[[2]] #> [1] "DOID_4483<DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $`nasal cavity disease`$value #> [1] "nasal cavity disease" #> #> #> $`Nasal obstruction` #> $`Nasal obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001742" #> #> $`Nasal obstruction`$`_id` #> [1] "HP_0001742<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Nasal obstruction`$privateGeneCount #> [1] 0 #> #> $`Nasal obstruction`$publicGeneCount #> [1] 1 #> #> $`Nasal obstruction`$urlId #> [1] "HP_0001742" #> #> $`Nasal obstruction`$dbPhenotype #> [1] TRUE #> #> $`Nasal obstruction`$`_parent` #> [1] "HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Nasal obstruction`$`_is_leaf` #> [1] TRUE #> #> $`Nasal obstruction`$children #> list() #> #> $`Nasal obstruction`$value #> [1] "Nasal obstruction" #> #> #> $`Nasal polyposis` #> $`Nasal polyposis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100582" #> #> $`Nasal polyposis`$`_id` #> [1] "HP_0100582<HP_0000433<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Nasal polyposis`$privateGeneCount #> [1] 0 #> #> $`Nasal polyposis`$publicGeneCount #> [1] 71 #> #> $`Nasal polyposis`$urlId #> [1] "HP_0100582" #> #> $`Nasal polyposis`$dbPhenotype #> [1] TRUE #> #> $`Nasal polyposis`$`_parent` #> [1] "HP_0000433<HP_0000366<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Nasal polyposis`$`_is_leaf` #> [1] TRUE #> #> $`Nasal polyposis`$children #> list() #> #> $`Nasal polyposis`$value #> [1] "Nasal polyposis" #> #> #> $`nasopharyngeal disease` #> $`nasopharyngeal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9561" #> #> $`nasopharyngeal disease`$`_id` #> [1] "DOID_9561<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`nasopharyngeal disease`$privateGeneCount #> [1] 0 #> #> $`nasopharyngeal disease`$publicGeneCount #> [1] 27 #> #> $`nasopharyngeal disease`$urlId #> [1] "DOID_9561" #> #> $`nasopharyngeal disease`$dbPhenotype #> [1] TRUE #> #> $`nasopharyngeal disease`$`_parent` #> [1] "DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`nasopharyngeal disease`$`_is_leaf` #> [1] FALSE #> #> $`nasopharyngeal disease`$children #> $`nasopharyngeal disease`$children[[1]] #> [1] "DOID_9261<DOID_9561<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $`nasopharyngeal disease`$value #> [1] "nasopharyngeal disease" #> #> #> $`nasopharynx carcinoma` #> $`nasopharynx carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9261" #> #> $`nasopharynx carcinoma`$`_id` #> [1] "DOID_9261<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nasopharynx carcinoma`$privateGeneCount #> [1] 0 #> #> $`nasopharynx carcinoma`$publicGeneCount #> [1] 20 #> #> $`nasopharynx carcinoma`$urlId #> [1] "DOID_9261" #> #> $`nasopharynx carcinoma`$dbPhenotype #> [1] TRUE #> #> $`nasopharynx carcinoma`$`_parent` #> [1] "DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nasopharynx carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`nasopharynx carcinoma`$children #> list() #> #> $`nasopharynx carcinoma`$value #> [1] "nasopharynx carcinoma" #> #> #> $`nasopharynx carcinoma` #> $`nasopharynx carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9261" #> #> $`nasopharynx carcinoma`$`_id` #> [1] "DOID_9261<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`nasopharynx carcinoma`$privateGeneCount #> [1] 0 #> #> $`nasopharynx carcinoma`$publicGeneCount #> [1] 20 #> #> $`nasopharynx carcinoma`$urlId #> [1] "DOID_9261" #> #> $`nasopharynx carcinoma`$dbPhenotype #> [1] TRUE #> #> $`nasopharynx carcinoma`$`_parent` #> [1] "DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`nasopharynx carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`nasopharynx carcinoma`$children #> list() #> #> $`nasopharynx carcinoma`$value #> [1] "nasopharynx carcinoma" #> #> #> $`nasopharynx carcinoma` #> $`nasopharynx carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9261" #> #> $`nasopharynx carcinoma`$`_id` #> [1] "DOID_9261<DOID_0060119<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nasopharynx carcinoma`$privateGeneCount #> [1] 0 #> #> $`nasopharynx carcinoma`$publicGeneCount #> [1] 20 #> #> $`nasopharynx carcinoma`$urlId #> [1] "DOID_9261" #> #> $`nasopharynx carcinoma`$dbPhenotype #> [1] TRUE #> #> $`nasopharynx carcinoma`$`_parent` #> [1] "DOID_0060119<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nasopharynx carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`nasopharynx carcinoma`$children #> list() #> #> $`nasopharynx carcinoma`$value #> [1] "nasopharynx carcinoma" #> #> #> $`nasopharynx carcinoma` #> $`nasopharynx carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9261" #> #> $`nasopharynx carcinoma`$`_id` #> [1] "DOID_9261<DOID_0060119<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`nasopharynx carcinoma`$privateGeneCount #> [1] 0 #> #> $`nasopharynx carcinoma`$publicGeneCount #> [1] 20 #> #> $`nasopharynx carcinoma`$urlId #> [1] "DOID_9261" #> #> $`nasopharynx carcinoma`$dbPhenotype #> [1] TRUE #> #> $`nasopharynx carcinoma`$`_parent` #> [1] "DOID_0060119<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`nasopharynx carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`nasopharynx carcinoma`$children #> list() #> #> $`nasopharynx carcinoma`$value #> [1] "nasopharynx carcinoma" #> #> #> $`nasopharynx carcinoma` #> $`nasopharynx carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9261" #> #> $`nasopharynx carcinoma`$`_id` #> [1] "DOID_9261<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`nasopharynx carcinoma`$privateGeneCount #> [1] 0 #> #> $`nasopharynx carcinoma`$publicGeneCount #> [1] 20 #> #> $`nasopharynx carcinoma`$urlId #> [1] "DOID_9261" #> #> $`nasopharynx carcinoma`$dbPhenotype #> [1] TRUE #> #> $`nasopharynx carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`nasopharynx carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`nasopharynx carcinoma`$children #> list() #> #> $`nasopharynx carcinoma`$value #> [1] "nasopharynx carcinoma" #> #> #> $`nasopharynx carcinoma` #> $`nasopharynx carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9261" #> #> $`nasopharynx carcinoma`$`_id` #> [1] "DOID_9261<DOID_9561<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`nasopharynx carcinoma`$privateGeneCount #> [1] 0 #> #> $`nasopharynx carcinoma`$publicGeneCount #> [1] 20 #> #> $`nasopharynx carcinoma`$urlId #> [1] "DOID_9261" #> #> $`nasopharynx carcinoma`$dbPhenotype #> [1] TRUE #> #> $`nasopharynx carcinoma`$`_parent` #> [1] "DOID_9561<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`nasopharynx carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`nasopharynx carcinoma`$children #> list() #> #> $`nasopharynx carcinoma`$value #> [1] "nasopharynx carcinoma" #> #> #> $`Native American myopathy` #> $`Native American myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060346" #> #> $`Native American myopathy`$`_id` #> [1] "DOID_0060346<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Native American myopathy`$privateGeneCount #> [1] 0 #> #> $`Native American myopathy`$publicGeneCount #> [1] 1 #> #> $`Native American myopathy`$urlId #> [1] "DOID_0060346" #> #> $`Native American myopathy`$dbPhenotype #> [1] TRUE #> #> $`Native American myopathy`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Native American myopathy`$`_is_leaf` #> [1] TRUE #> #> $`Native American myopathy`$children #> list() #> #> $`Native American myopathy`$value #> [1] "Native American myopathy" #> #> #> $`Native American myopathy` #> $`Native American myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060346" #> #> $`Native American myopathy`$`_id` #> [1] "DOID_0060346<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Native American myopathy`$privateGeneCount #> [1] 0 #> #> $`Native American myopathy`$publicGeneCount #> [1] 1 #> #> $`Native American myopathy`$urlId #> [1] "DOID_0060346" #> #> $`Native American myopathy`$dbPhenotype #> [1] TRUE #> #> $`Native American myopathy`$`_parent` #> [1] "DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`Native American myopathy`$`_is_leaf` #> [1] TRUE #> #> $`Native American myopathy`$children #> list() #> #> $`Native American myopathy`$value #> [1] "Native American myopathy" #> #> #> $`Native American myopathy` #> $`Native American myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060346" #> #> $`Native American myopathy`$`_id` #> [1] "DOID_0060346<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Native American myopathy`$privateGeneCount #> [1] 0 #> #> $`Native American myopathy`$publicGeneCount #> [1] 1 #> #> $`Native American myopathy`$urlId #> [1] "DOID_0060346" #> #> $`Native American myopathy`$dbPhenotype #> [1] TRUE #> #> $`Native American myopathy`$`_parent` #> [1] "DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Native American myopathy`$`_is_leaf` #> [1] TRUE #> #> $`Native American myopathy`$children #> list() #> #> $`Native American myopathy`$value #> [1] "Native American myopathy" #> #> #> $Nausea #> $Nausea$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002018" #> #> $Nausea$`_id` #> [1] "HP_0002018<HP_0002017<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $Nausea$privateGeneCount #> [1] 0 #> #> $Nausea$publicGeneCount #> [1] 6 #> #> $Nausea$urlId #> [1] "HP_0002018" #> #> $Nausea$dbPhenotype #> [1] TRUE #> #> $Nausea$`_parent` #> [1] "HP_0002017<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $Nausea$`_is_leaf` #> [1] TRUE #> #> $Nausea$children #> list() #> #> $Nausea$value #> [1] "Nausea" #> #> #> $`Nausea and vomiting` #> $`Nausea and vomiting`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002017" #> #> $`Nausea and vomiting`$`_id` #> [1] "HP_0002017<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Nausea and vomiting`$privateGeneCount #> [1] 0 #> #> $`Nausea and vomiting`$publicGeneCount #> [1] 9 #> #> $`Nausea and vomiting`$urlId #> [1] "HP_0002017" #> #> $`Nausea and vomiting`$dbPhenotype #> [1] FALSE #> #> $`Nausea and vomiting`$`_parent` #> [1] "HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Nausea and vomiting`$`_is_leaf` #> [1] FALSE #> #> $`Nausea and vomiting`$children #> $`Nausea and vomiting`$children[[1]] #> [1] "HP_0002018<HP_0002017<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $`Nausea and vomiting`$children[[2]] #> [1] "HP_0002013<HP_0002017<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Nausea and vomiting`$value #> [1] "Nausea and vomiting" #> #> #> $`necrosis of pituitary` #> $`necrosis of pituitary`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3646" #> #> $`necrosis of pituitary`$`_id` #> [1] "DOID_3646<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`necrosis of pituitary`$privateGeneCount #> [1] 0 #> #> $`necrosis of pituitary`$publicGeneCount #> [1] 1 #> #> $`necrosis of pituitary`$urlId #> [1] "DOID_3646" #> #> $`necrosis of pituitary`$dbPhenotype #> [1] FALSE #> #> $`necrosis of pituitary`$`_parent` #> [1] "DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`necrosis of pituitary`$`_is_leaf` #> [1] FALSE #> #> $`necrosis of pituitary`$children #> $`necrosis of pituitary`$children[[1]] #> [1] "DOID_1130<DOID_3646<DOID_53<DOID_28<DOID_7<DOID_4" #> #> #> $`necrosis of pituitary`$value #> [1] "necrosis of pituitary" #> #> #> $`nemaline myopathy` #> $`nemaline myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3191" #> #> $`nemaline myopathy`$`_id` #> [1] "DOID_3191<DOID_422<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`nemaline myopathy`$privateGeneCount #> [1] 0 #> #> $`nemaline myopathy`$publicGeneCount #> [1] 11 #> #> $`nemaline myopathy`$urlId #> [1] "DOID_3191" #> #> $`nemaline myopathy`$dbPhenotype #> [1] TRUE #> #> $`nemaline myopathy`$`_parent` #> [1] "DOID_422<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`nemaline myopathy`$`_is_leaf` #> [1] TRUE #> #> $`nemaline myopathy`$children #> list() #> #> $`nemaline myopathy`$value #> [1] "nemaline myopathy" #> #> #> $`neonatal anemia` #> $`neonatal anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11244" #> #> $`neonatal anemia`$`_id` #> [1] "DOID_11244<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`neonatal anemia`$privateGeneCount #> [1] 0 #> #> $`neonatal anemia`$publicGeneCount #> [1] 1 #> #> $`neonatal anemia`$urlId #> [1] "DOID_11244" #> #> $`neonatal anemia`$dbPhenotype #> [1] TRUE #> #> $`neonatal anemia`$`_parent` #> [1] "DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`neonatal anemia`$`_is_leaf` #> [1] TRUE #> #> $`neonatal anemia`$children #> list() #> #> $`neonatal anemia`$value #> [1] "neonatal anemia" #> #> #> $`neonatal diabetes mellitus` #> $`neonatal diabetes mellitus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11717" #> #> $`neonatal diabetes mellitus`$`_id` #> [1] "DOID_11717<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`neonatal diabetes mellitus`$privateGeneCount #> [1] 0 #> #> $`neonatal diabetes mellitus`$publicGeneCount #> [1] 7 #> #> $`neonatal diabetes mellitus`$urlId #> [1] "DOID_11717" #> #> $`neonatal diabetes mellitus`$dbPhenotype #> [1] TRUE #> #> $`neonatal diabetes mellitus`$`_parent` #> [1] "DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`neonatal diabetes mellitus`$`_is_leaf` #> [1] FALSE #> #> $`neonatal diabetes mellitus`$children #> $`neonatal diabetes mellitus`$children[[1]] #> [1] "DOID_0060334<DOID_11717<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`neonatal diabetes mellitus`$value #> [1] "neonatal diabetes mellitus" #> #> #> $`neonatal jaundice` #> $`neonatal jaundice`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2383" #> #> $`neonatal jaundice`$`_id` #> [1] "DOID_2383<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`neonatal jaundice`$privateGeneCount #> [1] 0 #> #> $`neonatal jaundice`$publicGeneCount #> [1] 1 #> #> $`neonatal jaundice`$urlId #> [1] "DOID_2383" #> #> $`neonatal jaundice`$dbPhenotype #> [1] TRUE #> #> $`neonatal jaundice`$`_parent` #> [1] "DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`neonatal jaundice`$`_is_leaf` #> [1] TRUE #> #> $`neonatal jaundice`$children #> list() #> #> $`neonatal jaundice`$value #> [1] "neonatal jaundice" #> #> #> $`neonatal period electroclinical syndrome` #> $`neonatal period electroclinical syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050702" #> #> $`neonatal period electroclinical syndrome`$`_id` #> [1] "DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neonatal period electroclinical syndrome`$privateGeneCount #> [1] 0 #> #> $`neonatal period electroclinical syndrome`$publicGeneCount #> [1] 27 #> #> $`neonatal period electroclinical syndrome`$urlId #> [1] "DOID_0050702" #> #> $`neonatal period electroclinical syndrome`$dbPhenotype #> [1] TRUE #> #> $`neonatal period electroclinical syndrome`$`_parent` #> [1] "DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neonatal period electroclinical syndrome`$`_is_leaf` #> [1] FALSE #> #> $`neonatal period electroclinical syndrome`$children #> $`neonatal period electroclinical syndrome`$children[[1]] #> [1] "DOID_14777<DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neonatal period electroclinical syndrome`$children[[2]] #> [1] "DOID_14264<DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neonatal period electroclinical syndrome`$children[[3]] #> [1] "DOID_0050709<DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neonatal period electroclinical syndrome`$children[[4]] #> [1] "DOID_308<DOID_0050702<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`neonatal period electroclinical syndrome`$value #> [1] "neonatal period electroclinical syndrome" #> #> #> $Neoplasm #> $Neoplasm$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002664" #> #> $Neoplasm$`_id` #> [1] "HP_0002664<HP_0000118<HP_0000001" #> #> $Neoplasm$privateGeneCount #> [1] 0 #> #> $Neoplasm$publicGeneCount #> [1] 59 #> #> $Neoplasm$urlId #> [1] "HP_0002664" #> #> $Neoplasm$dbPhenotype #> [1] FALSE #> #> $Neoplasm$`_parent` #> [1] "HP_0000118<HP_0000001" #> #> $Neoplasm$`_is_leaf` #> [1] FALSE #> #> $Neoplasm$children #> $Neoplasm$children[[1]] #> [1] "HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $Neoplasm$children[[2]] #> [1] "HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> #> $Neoplasm$value #> [1] "Neoplasm" #> #> #> $`Neoplasm by anatomical site` #> $`Neoplasm by anatomical site`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011793" #> #> $`Neoplasm by anatomical site`$`_id` #> [1] "HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm by anatomical site`$privateGeneCount #> [1] 0 #> #> $`Neoplasm by anatomical site`$publicGeneCount #> [1] 46 #> #> $`Neoplasm by anatomical site`$urlId #> [1] "HP_0011793" #> #> $`Neoplasm by anatomical site`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm by anatomical site`$`_parent` #> [1] "HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm by anatomical site`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm by anatomical site`$children #> $`Neoplasm by anatomical site`$children[[1]] #> [1] "HP_0004377<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm by anatomical site`$children[[2]] #> [1] "HP_0009728<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm by anatomical site`$children[[3]] #> [1] "HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm by anatomical site`$children[[4]] #> [1] "HP_0100544<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm by anatomical site`$children[[5]] #> [1] "HP_0008069<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Neoplasm by anatomical site`$value #> [1] "Neoplasm by anatomical site" #> #> #> $`Neoplasm by histology` #> $`Neoplasm by histology`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011792" #> #> $`Neoplasm by histology`$`_id` #> [1] "HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm by histology`$privateGeneCount #> [1] 0 #> #> $`Neoplasm by histology`$publicGeneCount #> [1] 13 #> #> $`Neoplasm by histology`$urlId #> [1] "HP_0011792" #> #> $`Neoplasm by histology`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm by histology`$`_parent` #> [1] "HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm by histology`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm by histology`$children #> $`Neoplasm by histology`$children[[1]] #> [1] "HP_0012316<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm by histology`$children[[2]] #> [1] "HP_0010566<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm by histology`$children[[3]] #> [1] "HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Neoplasm by histology`$value #> [1] "Neoplasm by histology" #> #> #> $`Neoplasm of striated muscle` #> $`Neoplasm of striated muscle`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009728" #> #> $`Neoplasm of striated muscle`$`_id` #> [1] "HP_0009728<HP_0003011<HP_0000118<HP_0000001" #> #> $`Neoplasm of striated muscle`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of striated muscle`$publicGeneCount #> [1] 3 #> #> $`Neoplasm of striated muscle`$urlId #> [1] "HP_0009728" #> #> $`Neoplasm of striated muscle`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of striated muscle`$`_parent` #> [1] "HP_0003011<HP_0000118<HP_0000001" #> #> $`Neoplasm of striated muscle`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of striated muscle`$children #> $`Neoplasm of striated muscle`$children[[1]] #> [1] "HP_0009730<HP_0009728<HP_0003011<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of striated muscle`$value #> [1] "Neoplasm of striated muscle" #> #> #> $`Neoplasm of striated muscle` #> $`Neoplasm of striated muscle`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009728" #> #> $`Neoplasm of striated muscle`$`_id` #> [1] "HP_0009728<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of striated muscle`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of striated muscle`$publicGeneCount #> [1] 3 #> #> $`Neoplasm of striated muscle`$urlId #> [1] "HP_0009728" #> #> $`Neoplasm of striated muscle`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of striated muscle`$`_parent` #> [1] "HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of striated muscle`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of striated muscle`$children #> $`Neoplasm of striated muscle`$children[[1]] #> [1] "HP_0009730<HP_0009728<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of striated muscle`$value #> [1] "Neoplasm of striated muscle" #> #> #> $`Neoplasm of the endocrine system` #> $`Neoplasm of the endocrine system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100568" #> #> $`Neoplasm of the endocrine system`$`_id` #> [1] "HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Neoplasm of the endocrine system`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the endocrine system`$publicGeneCount #> [1] 24 #> #> $`Neoplasm of the endocrine system`$urlId #> [1] "HP_0100568" #> #> $`Neoplasm of the endocrine system`$dbPhenotype #> [1] TRUE #> #> $`Neoplasm of the endocrine system`$`_parent` #> [1] "HP_0000818<HP_0000118<HP_0000001" #> #> $`Neoplasm of the endocrine system`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the endocrine system`$children #> $`Neoplasm of the endocrine system`$children[[1]] #> [1] "HP_0100031<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Neoplasm of the endocrine system`$children[[2]] #> [1] "HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the endocrine system`$value #> [1] "Neoplasm of the endocrine system" #> #> #> $`Neoplasm of the endocrine system` #> $`Neoplasm of the endocrine system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100568" #> #> $`Neoplasm of the endocrine system`$`_id` #> [1] "HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of the endocrine system`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the endocrine system`$publicGeneCount #> [1] 24 #> #> $`Neoplasm of the endocrine system`$urlId #> [1] "HP_0100568" #> #> $`Neoplasm of the endocrine system`$dbPhenotype #> [1] TRUE #> #> $`Neoplasm of the endocrine system`$`_parent` #> [1] "HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of the endocrine system`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the endocrine system`$children #> $`Neoplasm of the endocrine system`$children[[1]] #> [1] "HP_0100031<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of the endocrine system`$children[[2]] #> [1] "HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the endocrine system`$value #> [1] "Neoplasm of the endocrine system" #> #> #> $`Neoplasm of the gastrointestinal tract` #> $`Neoplasm of the gastrointestinal tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007378" #> #> $`Neoplasm of the gastrointestinal tract`$`_id` #> [1] "HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Neoplasm of the gastrointestinal tract`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the gastrointestinal tract`$publicGeneCount #> [1] 11 #> #> $`Neoplasm of the gastrointestinal tract`$urlId #> [1] "HP_0007378" #> #> $`Neoplasm of the gastrointestinal tract`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of the gastrointestinal tract`$`_parent` #> [1] "HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Neoplasm of the gastrointestinal tract`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the gastrointestinal tract`$children #> $`Neoplasm of the gastrointestinal tract`$children[[1]] #> [1] "HP_0005266<HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Neoplasm of the gastrointestinal tract`$children[[2]] #> [1] "HP_0002896<HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the gastrointestinal tract`$value #> [1] "Neoplasm of the gastrointestinal tract" #> #> #> $`Neoplasm of the genitourinary tract` #> $`Neoplasm of the genitourinary tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007379" #> #> $`Neoplasm of the genitourinary tract`$`_id` #> [1] "HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> $`Neoplasm of the genitourinary tract`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the genitourinary tract`$publicGeneCount #> [1] 2 #> #> $`Neoplasm of the genitourinary tract`$urlId #> [1] "HP_0007379" #> #> $`Neoplasm of the genitourinary tract`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of the genitourinary tract`$`_parent` #> [1] "HP_0000119<HP_0000118<HP_0000001" #> #> $`Neoplasm of the genitourinary tract`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the genitourinary tract`$children #> $`Neoplasm of the genitourinary tract`$children[[1]] #> [1] "HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the genitourinary tract`$value #> [1] "Neoplasm of the genitourinary tract" #> #> #> $`Neoplasm of the heart` #> $`Neoplasm of the heart`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100544" #> #> $`Neoplasm of the heart`$`_id` #> [1] "HP_0100544<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Neoplasm of the heart`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the heart`$publicGeneCount #> [1] 2 #> #> $`Neoplasm of the heart`$urlId #> [1] "HP_0100544" #> #> $`Neoplasm of the heart`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of the heart`$`_parent` #> [1] "HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Neoplasm of the heart`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the heart`$children #> $`Neoplasm of the heart`$children[[1]] #> [1] "HP_0009729<HP_0100544<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the heart`$value #> [1] "Neoplasm of the heart" #> #> #> $`Neoplasm of the heart` #> $`Neoplasm of the heart`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100544" #> #> $`Neoplasm of the heart`$`_id` #> [1] "HP_0100544<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of the heart`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the heart`$publicGeneCount #> [1] 2 #> #> $`Neoplasm of the heart`$urlId #> [1] "HP_0100544" #> #> $`Neoplasm of the heart`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of the heart`$`_parent` #> [1] "HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of the heart`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the heart`$children #> $`Neoplasm of the heart`$children[[1]] #> [1] "HP_0009729<HP_0100544<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the heart`$value #> [1] "Neoplasm of the heart" #> #> #> $`Neoplasm of the liver` #> $`Neoplasm of the liver`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002896" #> #> $`Neoplasm of the liver`$`_id` #> [1] "HP_0002896<HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Neoplasm of the liver`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the liver`$publicGeneCount #> [1] 1 #> #> $`Neoplasm of the liver`$urlId #> [1] "HP_0002896" #> #> $`Neoplasm of the liver`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of the liver`$`_parent` #> [1] "HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Neoplasm of the liver`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the liver`$children #> $`Neoplasm of the liver`$children[[1]] #> [1] "HP_0012028<HP_0002896<HP_0007378<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the liver`$value #> [1] "Neoplasm of the liver" #> #> #> $`Neoplasm of the skin` #> $`Neoplasm of the skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008069" #> #> $`Neoplasm of the skin`$`_id` #> [1] "HP_0008069<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Neoplasm of the skin`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the skin`$publicGeneCount #> [1] 1 #> #> $`Neoplasm of the skin`$urlId #> [1] "HP_0008069" #> #> $`Neoplasm of the skin`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of the skin`$`_parent` #> [1] "HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Neoplasm of the skin`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the skin`$children #> $`Neoplasm of the skin`$children[[1]] #> [1] "HP_0012035<HP_0008069<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the skin`$value #> [1] "Neoplasm of the skin" #> #> #> $`Neoplasm of the skin` #> $`Neoplasm of the skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008069" #> #> $`Neoplasm of the skin`$`_id` #> [1] "HP_0008069<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of the skin`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the skin`$publicGeneCount #> [1] 1 #> #> $`Neoplasm of the skin`$urlId #> [1] "HP_0008069" #> #> $`Neoplasm of the skin`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of the skin`$`_parent` #> [1] "HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of the skin`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the skin`$children #> $`Neoplasm of the skin`$children[[1]] #> [1] "HP_0012035<HP_0008069<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the skin`$value #> [1] "Neoplasm of the skin" #> #> #> $`Neoplasm of the thyroid gland` #> $`Neoplasm of the thyroid gland`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100031" #> #> $`Neoplasm of the thyroid gland`$`_id` #> [1] "HP_0100031<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Neoplasm of the thyroid gland`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the thyroid gland`$publicGeneCount #> [1] 2 #> #> $`Neoplasm of the thyroid gland`$urlId #> [1] "HP_0100031" #> #> $`Neoplasm of the thyroid gland`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of the thyroid gland`$`_parent` #> [1] "HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Neoplasm of the thyroid gland`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the thyroid gland`$children #> $`Neoplasm of the thyroid gland`$children[[1]] #> [1] "HP_0002890<HP_0100031<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the thyroid gland`$value #> [1] "Neoplasm of the thyroid gland" #> #> #> $`Neoplasm of the thyroid gland` #> $`Neoplasm of the thyroid gland`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100031" #> #> $`Neoplasm of the thyroid gland`$`_id` #> [1] "HP_0100031<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of the thyroid gland`$privateGeneCount #> [1] 0 #> #> $`Neoplasm of the thyroid gland`$publicGeneCount #> [1] 2 #> #> $`Neoplasm of the thyroid gland`$urlId #> [1] "HP_0100031" #> #> $`Neoplasm of the thyroid gland`$dbPhenotype #> [1] FALSE #> #> $`Neoplasm of the thyroid gland`$`_parent` #> [1] "HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neoplasm of the thyroid gland`$`_is_leaf` #> [1] FALSE #> #> $`Neoplasm of the thyroid gland`$children #> $`Neoplasm of the thyroid gland`$children[[1]] #> [1] "HP_0002890<HP_0100031<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Neoplasm of the thyroid gland`$value #> [1] "Neoplasm of the thyroid gland" #> #> #> $`neovascular glaucoma` #> $`neovascular glaucoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1687" #> #> $`neovascular glaucoma`$`_id` #> [1] "DOID_1687<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`neovascular glaucoma`$privateGeneCount #> [1] 0 #> #> $`neovascular glaucoma`$publicGeneCount #> [1] 3 #> #> $`neovascular glaucoma`$urlId #> [1] "DOID_1687" #> #> $`neovascular glaucoma`$dbPhenotype #> [1] TRUE #> #> $`neovascular glaucoma`$`_parent` #> [1] "DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`neovascular glaucoma`$`_is_leaf` #> [1] TRUE #> #> $`neovascular glaucoma`$children #> list() #> #> $`neovascular glaucoma`$value #> [1] "neovascular glaucoma" #> #> #> $`neovascular inflammatory vitreoretinopathy` #> $`neovascular inflammatory vitreoretinopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9719" #> #> $`neovascular inflammatory vitreoretinopathy`$`_id` #> [1] "DOID_9719<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`neovascular inflammatory vitreoretinopathy`$privateGeneCount #> [1] 0 #> #> $`neovascular inflammatory vitreoretinopathy`$publicGeneCount #> [1] 13 #> #> $`neovascular inflammatory vitreoretinopathy`$urlId #> [1] "DOID_9719" #> #> $`neovascular inflammatory vitreoretinopathy`$dbPhenotype #> [1] TRUE #> #> $`neovascular inflammatory vitreoretinopathy`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`neovascular inflammatory vitreoretinopathy`$`_is_leaf` #> [1] TRUE #> #> $`neovascular inflammatory vitreoretinopathy`$children #> list() #> #> $`neovascular inflammatory vitreoretinopathy`$value #> [1] "neovascular inflammatory vitreoretinopathy" #> #> #> $`neovascular inflammatory vitreoretinopathy` #> $`neovascular inflammatory vitreoretinopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9719" #> #> $`neovascular inflammatory vitreoretinopathy`$`_id` #> [1] "DOID_9719<DOID_9720<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`neovascular inflammatory vitreoretinopathy`$privateGeneCount #> [1] 0 #> #> $`neovascular inflammatory vitreoretinopathy`$publicGeneCount #> [1] 13 #> #> $`neovascular inflammatory vitreoretinopathy`$urlId #> [1] "DOID_9719" #> #> $`neovascular inflammatory vitreoretinopathy`$dbPhenotype #> [1] TRUE #> #> $`neovascular inflammatory vitreoretinopathy`$`_parent` #> [1] "DOID_9720<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`neovascular inflammatory vitreoretinopathy`$`_is_leaf` #> [1] TRUE #> #> $`neovascular inflammatory vitreoretinopathy`$children #> list() #> #> $`neovascular inflammatory vitreoretinopathy`$value #> [1] "neovascular inflammatory vitreoretinopathy" #> #> #> $nephritis #> $nephritis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10952" #> #> $nephritis$`_id` #> [1] "DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephritis$privateGeneCount #> [1] 0 #> #> $nephritis$publicGeneCount #> [1] 572 #> #> $nephritis$urlId #> [1] "DOID_10952" #> #> $nephritis$dbPhenotype #> [1] TRUE #> #> $nephritis$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephritis$`_is_leaf` #> [1] FALSE #> #> $nephritis$children #> $nephritis$children[[1]] #> [1] "DOID_2921<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephritis$children[[2]] #> [1] "DOID_1063<DOID_10952<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $nephritis$value #> [1] "nephritis" #> #> #> $nephroblastoma #> $nephroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2154" #> #> $nephroblastoma$`_id` #> [1] "DOID_2154<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $nephroblastoma$privateGeneCount #> [1] 0 #> #> $nephroblastoma$publicGeneCount #> [1] 43 #> #> $nephroblastoma$urlId #> [1] "DOID_2154" #> #> $nephroblastoma$dbPhenotype #> [1] TRUE #> #> $nephroblastoma$`_parent` #> [1] "DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $nephroblastoma$`_is_leaf` #> [1] TRUE #> #> $nephroblastoma$children #> list() #> #> $nephroblastoma$value #> [1] "nephroblastoma" #> #> #> $nephroblastoma #> $nephroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2154" #> #> $nephroblastoma$`_id` #> [1] "DOID_2154<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $nephroblastoma$privateGeneCount #> [1] 0 #> #> $nephroblastoma$publicGeneCount #> [1] 43 #> #> $nephroblastoma$urlId #> [1] "DOID_2154" #> #> $nephroblastoma$dbPhenotype #> [1] TRUE #> #> $nephroblastoma$`_parent` #> [1] "DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $nephroblastoma$`_is_leaf` #> [1] TRUE #> #> $nephroblastoma$children #> list() #> #> $nephroblastoma$value #> [1] "nephroblastoma" #> #> #> $nephroblastoma #> $nephroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2154" #> #> $nephroblastoma$`_id` #> [1] "DOID_2154<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephroblastoma$privateGeneCount #> [1] 0 #> #> $nephroblastoma$publicGeneCount #> [1] 43 #> #> $nephroblastoma$urlId #> [1] "DOID_2154" #> #> $nephroblastoma$dbPhenotype #> [1] TRUE #> #> $nephroblastoma$`_parent` #> [1] "DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephroblastoma$`_is_leaf` #> [1] TRUE #> #> $nephroblastoma$children #> list() #> #> $nephroblastoma$value #> [1] "nephroblastoma" #> #> #> $Nephroblastoma #> $Nephroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002667" #> #> $Nephroblastoma$`_id` #> [1] "HP_0002667<HP_0011794<HP_0009726<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephroblastoma$privateGeneCount #> [1] 0 #> #> $Nephroblastoma$publicGeneCount #> [1] 2 #> #> $Nephroblastoma$urlId #> [1] "HP_0002667" #> #> $Nephroblastoma$dbPhenotype #> [1] TRUE #> #> $Nephroblastoma$`_parent` #> [1] "HP_0011794<HP_0009726<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephroblastoma$`_is_leaf` #> [1] TRUE #> #> $Nephroblastoma$children #> list() #> #> $Nephroblastoma$value #> [1] "Nephroblastoma" #> #> #> $Nephroblastoma #> $Nephroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002667" #> #> $Nephroblastoma$`_id` #> [1] "HP_0002667<HP_0011794<HP_0009726<HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephroblastoma$privateGeneCount #> [1] 0 #> #> $Nephroblastoma$publicGeneCount #> [1] 2 #> #> $Nephroblastoma$urlId #> [1] "HP_0002667" #> #> $Nephroblastoma$dbPhenotype #> [1] TRUE #> #> $Nephroblastoma$`_parent` #> [1] "HP_0011794<HP_0009726<HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephroblastoma$`_is_leaf` #> [1] TRUE #> #> $Nephroblastoma$children #> list() #> #> $Nephroblastoma$value #> [1] "Nephroblastoma" #> #> #> $nephrocalcinosis #> $nephrocalcinosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12679" #> #> $nephrocalcinosis$`_id` #> [1] "DOID_12679<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephrocalcinosis$privateGeneCount #> [1] 0 #> #> $nephrocalcinosis$publicGeneCount #> [1] 5 #> #> $nephrocalcinosis$urlId #> [1] "DOID_12679" #> #> $nephrocalcinosis$dbPhenotype #> [1] TRUE #> #> $nephrocalcinosis$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephrocalcinosis$`_is_leaf` #> [1] TRUE #> #> $nephrocalcinosis$children #> list() #> #> $nephrocalcinosis$value #> [1] "nephrocalcinosis" #> #> #> $`nephrogenic diabetes insipidus` #> $`nephrogenic diabetes insipidus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12387" #> #> $`nephrogenic diabetes insipidus`$`_id` #> [1] "DOID_12387<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`nephrogenic diabetes insipidus`$privateGeneCount #> [1] 0 #> #> $`nephrogenic diabetes insipidus`$publicGeneCount #> [1] 3 #> #> $`nephrogenic diabetes insipidus`$urlId #> [1] "DOID_12387" #> #> $`nephrogenic diabetes insipidus`$dbPhenotype #> [1] TRUE #> #> $`nephrogenic diabetes insipidus`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`nephrogenic diabetes insipidus`$`_is_leaf` #> [1] TRUE #> #> $`nephrogenic diabetes insipidus`$children #> list() #> #> $`nephrogenic diabetes insipidus`$value #> [1] "nephrogenic diabetes insipidus" #> #> #> $nephrolithiasis #> $nephrolithiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_585" #> #> $nephrolithiasis$`_id` #> [1] "DOID_585<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephrolithiasis$privateGeneCount #> [1] 0 #> #> $nephrolithiasis$publicGeneCount #> [1] 19 #> #> $nephrolithiasis$urlId #> [1] "DOID_585" #> #> $nephrolithiasis$dbPhenotype #> [1] TRUE #> #> $nephrolithiasis$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephrolithiasis$`_is_leaf` #> [1] FALSE #> #> $nephrolithiasis$children #> $nephrolithiasis$children[[1]] #> [1] "DOID_580<DOID_585<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $nephrolithiasis$value #> [1] "nephrolithiasis" #> #> #> $Nephrolithiasis #> $Nephrolithiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000787" #> #> $Nephrolithiasis$`_id` #> [1] "HP_0000787<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephrolithiasis$privateGeneCount #> [1] 0 #> #> $Nephrolithiasis$publicGeneCount #> [1] 1 #> #> $Nephrolithiasis$urlId #> [1] "HP_0000787" #> #> $Nephrolithiasis$dbPhenotype #> [1] FALSE #> #> $Nephrolithiasis$`_parent` #> [1] "HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephrolithiasis$`_is_leaf` #> [1] FALSE #> #> $Nephrolithiasis$children #> $Nephrolithiasis$children[[1]] #> [1] "HP_0000791<HP_0000787<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $Nephrolithiasis$value #> [1] "Nephrolithiasis" #> #> #> $nephronophthisis #> $nephronophthisis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12712" #> #> $nephronophthisis$`_id` #> [1] "DOID_12712<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $nephronophthisis$privateGeneCount #> [1] 0 #> #> $nephronophthisis$publicGeneCount #> [1] 16 #> #> $nephronophthisis$urlId #> [1] "DOID_12712" #> #> $nephronophthisis$dbPhenotype #> [1] TRUE #> #> $nephronophthisis$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $nephronophthisis$`_is_leaf` #> [1] TRUE #> #> $nephronophthisis$children #> list() #> #> $nephronophthisis$value #> [1] "nephronophthisis" #> #> #> $nephronophthisis #> $nephronophthisis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12712" #> #> $nephronophthisis$`_id` #> [1] "DOID_12712<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephronophthisis$privateGeneCount #> [1] 0 #> #> $nephronophthisis$publicGeneCount #> [1] 16 #> #> $nephronophthisis$urlId #> [1] "DOID_12712" #> #> $nephronophthisis$dbPhenotype #> [1] TRUE #> #> $nephronophthisis$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephronophthisis$`_is_leaf` #> [1] TRUE #> #> $nephronophthisis$children #> list() #> #> $nephronophthisis$value #> [1] "nephronophthisis" #> #> #> $Nephronophthisis #> $Nephronophthisis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000090" #> #> $Nephronophthisis$`_id` #> [1] "HP_0000090<HP_0100957<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephronophthisis$privateGeneCount #> [1] 0 #> #> $Nephronophthisis$publicGeneCount #> [1] 1 #> #> $Nephronophthisis$urlId #> [1] "HP_0000090" #> #> $Nephronophthisis$dbPhenotype #> [1] TRUE #> #> $Nephronophthisis$`_parent` #> [1] "HP_0100957<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephronophthisis$`_is_leaf` #> [1] TRUE #> #> $Nephronophthisis$children #> list() #> #> $Nephronophthisis$value #> [1] "Nephronophthisis" #> #> #> $Nephropathy #> $Nephropathy$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000112" #> #> $Nephropathy$`_id` #> [1] "HP_0000112<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephropathy$privateGeneCount #> [1] 0 #> #> $Nephropathy$publicGeneCount #> [1] 6 #> #> $Nephropathy$urlId #> [1] "HP_0000112" #> #> $Nephropathy$dbPhenotype #> [1] TRUE #> #> $Nephropathy$`_parent` #> [1] "HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephropathy$`_is_leaf` #> [1] TRUE #> #> $Nephropathy$children #> list() #> #> $Nephropathy$value #> [1] "Nephropathy" #> #> #> $Nephropathy #> $Nephropathy$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000112" #> #> $Nephropathy$`_id` #> [1] "HP_0000112<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephropathy$privateGeneCount #> [1] 0 #> #> $Nephropathy$publicGeneCount #> [1] 6 #> #> $Nephropathy$urlId #> [1] "HP_0000112" #> #> $Nephropathy$dbPhenotype #> [1] TRUE #> #> $Nephropathy$`_parent` #> [1] "HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Nephropathy$`_is_leaf` #> [1] TRUE #> #> $Nephropathy$children #> list() #> #> $Nephropathy$value #> [1] "Nephropathy" #> #> #> $nephrosclerosis #> $nephrosclerosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11664" #> #> $nephrosclerosis$`_id` #> [1] "DOID_11664<DOID_1073<DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $nephrosclerosis$privateGeneCount #> [1] 0 #> #> $nephrosclerosis$publicGeneCount #> [1] 4 #> #> $nephrosclerosis$urlId #> [1] "DOID_11664" #> #> $nephrosclerosis$dbPhenotype #> [1] TRUE #> #> $nephrosclerosis$`_parent` #> [1] "DOID_1073<DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $nephrosclerosis$`_is_leaf` #> [1] TRUE #> #> $nephrosclerosis$children #> list() #> #> $nephrosclerosis$value #> [1] "nephrosclerosis" #> #> #> $nephrosclerosis #> $nephrosclerosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11664" #> #> $nephrosclerosis$`_id` #> [1] "DOID_11664<DOID_1073<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephrosclerosis$privateGeneCount #> [1] 0 #> #> $nephrosclerosis$publicGeneCount #> [1] 4 #> #> $nephrosclerosis$urlId #> [1] "DOID_11664" #> #> $nephrosclerosis$dbPhenotype #> [1] TRUE #> #> $nephrosclerosis$`_parent` #> [1] "DOID_1073<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephrosclerosis$`_is_leaf` #> [1] TRUE #> #> $nephrosclerosis$children #> list() #> #> $nephrosclerosis$value #> [1] "nephrosclerosis" #> #> #> $nephrosis #> $nephrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2527" #> #> $nephrosis$`_id` #> [1] "DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephrosis$privateGeneCount #> [1] 0 #> #> $nephrosis$publicGeneCount #> [1] 65 #> #> $nephrosis$urlId #> [1] "DOID_2527" #> #> $nephrosis$dbPhenotype #> [1] TRUE #> #> $nephrosis$`_parent` #> [1] "DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $nephrosis$`_is_leaf` #> [1] FALSE #> #> $nephrosis$children #> $nephrosis$children[[1]] #> [1] "DOID_1184<DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $nephrosis$value #> [1] "nephrosis" #> #> #> $`nephrotic syndrome` #> $`nephrotic syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1184" #> #> $`nephrotic syndrome`$`_id` #> [1] "DOID_1184<DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`nephrotic syndrome`$privateGeneCount #> [1] 0 #> #> $`nephrotic syndrome`$publicGeneCount #> [1] 48 #> #> $`nephrotic syndrome`$urlId #> [1] "DOID_1184" #> #> $`nephrotic syndrome`$dbPhenotype #> [1] TRUE #> #> $`nephrotic syndrome`$`_parent` #> [1] "DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`nephrotic syndrome`$`_is_leaf` #> [1] FALSE #> #> $`nephrotic syndrome`$children #> $`nephrotic syndrome`$children[[1]] #> [1] "DOID_2590<DOID_1184<DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`nephrotic syndrome`$children[[2]] #> [1] "DOID_10966<DOID_1184<DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`nephrotic syndrome`$value #> [1] "nephrotic syndrome" #> #> #> $`nerve compression syndrome` #> $`nerve compression syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_573" #> #> $`nerve compression syndrome`$`_id` #> [1] "DOID_573<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`nerve compression syndrome`$privateGeneCount #> [1] 0 #> #> $`nerve compression syndrome`$publicGeneCount #> [1] 1 #> #> $`nerve compression syndrome`$urlId #> [1] "DOID_573" #> #> $`nerve compression syndrome`$dbPhenotype #> [1] FALSE #> #> $`nerve compression syndrome`$`_parent` #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`nerve compression syndrome`$`_is_leaf` #> [1] FALSE #> #> $`nerve compression syndrome`$children #> $`nerve compression syndrome`$children[[1]] #> [1] "DOID_12169<DOID_573<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`nerve compression syndrome`$value #> [1] "nerve compression syndrome" #> #> #> $`nervous system benign neoplasm` #> $`nervous system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060115" #> #> $`nervous system benign neoplasm`$`_id` #> [1] "DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`nervous system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`nervous system benign neoplasm`$publicGeneCount #> [1] 75 #> #> $`nervous system benign neoplasm`$urlId #> [1] "DOID_0060115" #> #> $`nervous system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`nervous system benign neoplasm`$`_parent` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`nervous system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`nervous system benign neoplasm`$children #> $`nervous system benign neoplasm`$children[[1]] #> [1] "DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`nervous system benign neoplasm`$children[[2]] #> [1] "DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`nervous system benign neoplasm`$value #> [1] "nervous system benign neoplasm" #> #> #> $`nervous system benign neoplasm` #> $`nervous system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060115" #> #> $`nervous system benign neoplasm`$`_id` #> [1] "DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`nervous system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`nervous system benign neoplasm`$publicGeneCount #> [1] 75 #> #> $`nervous system benign neoplasm`$urlId #> [1] "DOID_0060115" #> #> $`nervous system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`nervous system benign neoplasm`$`_parent` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`nervous system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`nervous system benign neoplasm`$children #> $`nervous system benign neoplasm`$children[[1]] #> [1] "DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`nervous system benign neoplasm`$children[[2]] #> [1] "DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> #> $`nervous system benign neoplasm`$value #> [1] "nervous system benign neoplasm" #> #> #> $`nervous system cancer` #> $`nervous system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3093" #> #> $`nervous system cancer`$`_id` #> [1] "DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nervous system cancer`$privateGeneCount #> [1] 0 #> #> $`nervous system cancer`$publicGeneCount #> [1] 305 #> #> $`nervous system cancer`$urlId #> [1] "DOID_3093" #> #> $`nervous system cancer`$dbPhenotype #> [1] FALSE #> #> $`nervous system cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nervous system cancer`$`_is_leaf` #> [1] FALSE #> #> $`nervous system cancer`$children #> $`nervous system cancer`$children[[1]] #> [1] "DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nervous system cancer`$children[[2]] #> [1] "DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nervous system cancer`$children[[3]] #> [1] "DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nervous system cancer`$children[[4]] #> [1] "DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`nervous system cancer`$value #> [1] "nervous system cancer" #> #> #> $`nervous system cancer` #> $`nervous system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3093" #> #> $`nervous system cancer`$`_id` #> [1] "DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`nervous system cancer`$privateGeneCount #> [1] 0 #> #> $`nervous system cancer`$publicGeneCount #> [1] 305 #> #> $`nervous system cancer`$urlId #> [1] "DOID_3093" #> #> $`nervous system cancer`$dbPhenotype #> [1] FALSE #> #> $`nervous system cancer`$`_parent` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`nervous system cancer`$`_is_leaf` #> [1] FALSE #> #> $`nervous system cancer`$children #> $`nervous system cancer`$children[[1]] #> [1] "DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`nervous system cancer`$children[[2]] #> [1] "DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`nervous system cancer`$children[[3]] #> [1] "DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`nervous system cancer`$children[[4]] #> [1] "DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`nervous system cancer`$value #> [1] "nervous system cancer" #> #> #> $`nervous system disease` #> $`nervous system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_863" #> #> $`nervous system disease`$`_id` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`nervous system disease`$privateGeneCount #> [1] 0 #> #> $`nervous system disease`$publicGeneCount #> [1] 2610 #> #> $`nervous system disease`$urlId #> [1] "DOID_863" #> #> $`nervous system disease`$dbPhenotype #> [1] TRUE #> #> $`nervous system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`nervous system disease`$`_is_leaf` #> [1] FALSE #> #> $`nervous system disease`$children #> $`nervous system disease`$children[[1]] #> [1] "DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`nervous system disease`$children[[2]] #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`nervous system disease`$children[[3]] #> [1] "DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $`nervous system disease`$children[[4]] #> [1] "DOID_8536<DOID_863<DOID_7<DOID_4" #> #> $`nervous system disease`$children[[5]] #> [1] "DOID_12697<DOID_863<DOID_7<DOID_4" #> #> $`nervous system disease`$children[[6]] #> [1] "DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`nervous system disease`$children[[7]] #> [1] "DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`nervous system disease`$children[[8]] #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`nervous system disease`$children[[9]] #> [1] "DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`nervous system disease`$children[[10]] #> [1] "DOID_3602<DOID_863<DOID_7<DOID_4" #> #> #> $`nervous system disease`$value #> [1] "nervous system disease" #> #> #> $`nervous system phenotype` #> $`nervous system phenotype`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0003631" #> #> $`nervous system phenotype`$`_id` #> [1] "MP_0003631<MP_0000001" #> #> $`nervous system phenotype`$privateGeneCount #> [1] 0 #> #> $`nervous system phenotype`$publicGeneCount #> [1] 6 #> #> $`nervous system phenotype`$urlId #> [1] "MP_0003631" #> #> $`nervous system phenotype`$dbPhenotype #> [1] FALSE #> #> $`nervous system phenotype`$`_parent` #> [1] "MP_0000001" #> #> $`nervous system phenotype`$`_is_leaf` #> [1] FALSE #> #> $`nervous system phenotype`$children #> $`nervous system phenotype`$children[[1]] #> [1] "MP_0003632<MP_0003631<MP_0000001" #> #> $`nervous system phenotype`$children[[2]] #> [1] "MP_0003633<MP_0003631<MP_0000001" #> #> #> $`nervous system phenotype`$value #> [1] "nervous system phenotype" #> #> #> $`Netherton syndrome` #> $`Netherton syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050474" #> #> $`Netherton syndrome`$`_id` #> [1] "DOID_0050474<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Netherton syndrome`$privateGeneCount #> [1] 0 #> #> $`Netherton syndrome`$publicGeneCount #> [1] 3 #> #> $`Netherton syndrome`$urlId #> [1] "DOID_0050474" #> #> $`Netherton syndrome`$dbPhenotype #> [1] TRUE #> #> $`Netherton syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Netherton syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Netherton syndrome`$children #> list() #> #> $`Netherton syndrome`$value #> [1] "Netherton syndrome" #> #> #> $`Netherton syndrome` #> $`Netherton syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050474" #> #> $`Netherton syndrome`$`_id` #> [1] "DOID_0050474<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Netherton syndrome`$privateGeneCount #> [1] 0 #> #> $`Netherton syndrome`$publicGeneCount #> [1] 3 #> #> $`Netherton syndrome`$urlId #> [1] "DOID_0050474" #> #> $`Netherton syndrome`$dbPhenotype #> [1] TRUE #> #> $`Netherton syndrome`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Netherton syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Netherton syndrome`$children #> list() #> #> $`Netherton syndrome`$value #> [1] "Netherton syndrome" #> #> #> $`Neu-Laxova syndrome 1` #> $`Neu-Laxova syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080076" #> #> $`Neu-Laxova syndrome 1`$`_id` #> [1] "DOID_0080076<DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`Neu-Laxova syndrome 1`$privateGeneCount #> [1] 0 #> #> $`Neu-Laxova syndrome 1`$publicGeneCount #> [1] 1 #> #> $`Neu-Laxova syndrome 1`$urlId #> [1] "DOID_0080076" #> #> $`Neu-Laxova syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`Neu-Laxova syndrome 1`$`_parent` #> [1] "DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`Neu-Laxova syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`Neu-Laxova syndrome 1`$children #> list() #> #> $`Neu-Laxova syndrome 1`$value #> [1] "Neu-Laxova syndrome 1" #> #> #> $`Neu-Laxova syndrome 2` #> $`Neu-Laxova syndrome 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080075" #> #> $`Neu-Laxova syndrome 2`$`_id` #> [1] "DOID_0080075<DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`Neu-Laxova syndrome 2`$privateGeneCount #> [1] 0 #> #> $`Neu-Laxova syndrome 2`$publicGeneCount #> [1] 1 #> #> $`Neu-Laxova syndrome 2`$urlId #> [1] "DOID_0080075" #> #> $`Neu-Laxova syndrome 2`$dbPhenotype #> [1] TRUE #> #> $`Neu-Laxova syndrome 2`$`_parent` #> [1] "DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`Neu-Laxova syndrome 2`$`_is_leaf` #> [1] TRUE #> #> $`Neu-Laxova syndrome 2`$children #> list() #> #> $`Neu-Laxova syndrome 2`$value #> [1] "Neu-Laxova syndrome 2" #> #> #> $`neural tube defect` #> $`neural tube defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080074" #> #> $`neural tube defect`$`_id` #> [1] "DOID_0080074<DOID_0080015<DOID_4" #> #> $`neural tube defect`$privateGeneCount #> [1] 0 #> #> $`neural tube defect`$publicGeneCount #> [1] 14 #> #> $`neural tube defect`$urlId #> [1] "DOID_0080074" #> #> $`neural tube defect`$dbPhenotype #> [1] TRUE #> #> $`neural tube defect`$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $`neural tube defect`$`_is_leaf` #> [1] FALSE #> #> $`neural tube defect`$children #> $`neural tube defect`$children[[1]] #> [1] "DOID_0060285<DOID_0080074<DOID_0080015<DOID_4" #> #> $`neural tube defect`$children[[2]] #> [1] "DOID_0080016<DOID_0080074<DOID_0080015<DOID_4" #> #> #> $`neural tube defect`$value #> [1] "neural tube defect" #> #> #> $`Neural tube defect` #> $`Neural tube defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0045005" #> #> $`Neural tube defect`$`_id` #> [1] "HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neural tube defect`$privateGeneCount #> [1] 0 #> #> $`Neural tube defect`$publicGeneCount #> [1] 4 #> #> $`Neural tube defect`$urlId #> [1] "HP_0045005" #> #> $`Neural tube defect`$dbPhenotype #> [1] FALSE #> #> $`Neural tube defect`$`_parent` #> [1] "HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neural tube defect`$`_is_leaf` #> [1] FALSE #> #> $`Neural tube defect`$children #> $`Neural tube defect`$children[[1]] #> [1] "HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Neural tube defect`$value #> [1] "Neural tube defect" #> #> #> $neurilemmoma #> $neurilemmoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3192" #> #> $neurilemmoma$`_id` #> [1] "DOID_3192<DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $neurilemmoma$privateGeneCount #> [1] 0 #> #> $neurilemmoma$publicGeneCount #> [1] 21 #> #> $neurilemmoma$urlId #> [1] "DOID_3192" #> #> $neurilemmoma$dbPhenotype #> [1] TRUE #> #> $neurilemmoma$`_parent` #> [1] "DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $neurilemmoma$`_is_leaf` #> [1] FALSE #> #> $neurilemmoma$children #> $neurilemmoma$children[[1]] #> [1] "DOID_12689<DOID_3192<DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $neurilemmoma$children[[2]] #> [1] "DOID_3204<DOID_3192<DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $neurilemmoma$value #> [1] "neurilemmoma" #> #> #> $neurilemmoma #> $neurilemmoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3192" #> #> $neurilemmoma$`_id` #> [1] "DOID_3192<DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $neurilemmoma$privateGeneCount #> [1] 0 #> #> $neurilemmoma$publicGeneCount #> [1] 21 #> #> $neurilemmoma$urlId #> [1] "DOID_3192" #> #> $neurilemmoma$dbPhenotype #> [1] TRUE #> #> $neurilemmoma$`_parent` #> [1] "DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $neurilemmoma$`_is_leaf` #> [1] FALSE #> #> $neurilemmoma$children #> $neurilemmoma$children[[1]] #> [1] "DOID_12689<DOID_3192<DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $neurilemmoma$children[[2]] #> [1] "DOID_3204<DOID_3192<DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> #> $neurilemmoma$value #> [1] "neurilemmoma" #> #> #> $neurilemmomatosis #> $neurilemmomatosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3204" #> #> $neurilemmomatosis$`_id` #> [1] "DOID_3204<DOID_3192<DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $neurilemmomatosis$privateGeneCount #> [1] 0 #> #> $neurilemmomatosis$publicGeneCount #> [1] 3 #> #> $neurilemmomatosis$urlId #> [1] "DOID_3204" #> #> $neurilemmomatosis$dbPhenotype #> [1] TRUE #> #> $neurilemmomatosis$`_parent` #> [1] "DOID_3192<DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $neurilemmomatosis$`_is_leaf` #> [1] TRUE #> #> $neurilemmomatosis$children #> list() #> #> $neurilemmomatosis$value #> [1] "neurilemmomatosis" #> #> #> $neurilemmomatosis #> $neurilemmomatosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3204" #> #> $neurilemmomatosis$`_id` #> [1] "DOID_3204<DOID_3192<DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $neurilemmomatosis$privateGeneCount #> [1] 0 #> #> $neurilemmomatosis$publicGeneCount #> [1] 3 #> #> $neurilemmomatosis$urlId #> [1] "DOID_3204" #> #> $neurilemmomatosis$dbPhenotype #> [1] TRUE #> #> $neurilemmomatosis$`_parent` #> [1] "DOID_3192<DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $neurilemmomatosis$`_is_leaf` #> [1] TRUE #> #> $neurilemmomatosis$children #> list() #> #> $neurilemmomatosis$value #> [1] "neurilemmomatosis" #> #> #> $neuritis #> $neuritis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1803" #> #> $neuritis$`_id` #> [1] "DOID_1803<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuritis$privateGeneCount #> [1] 0 #> #> $neuritis$publicGeneCount #> [1] 2 #> #> $neuritis$urlId #> [1] "DOID_1803" #> #> $neuritis$dbPhenotype #> [1] TRUE #> #> $neuritis$`_parent` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuritis$`_is_leaf` #> [1] FALSE #> #> $neuritis$children #> $neuritis$children[[1]] #> [1] "DOID_3689<DOID_1803<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $neuritis$value #> [1] "neuritis" #> #> #> $neuroacanthocytosis #> $neuroacanthocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050765" #> #> $neuroacanthocytosis$`_id` #> [1] "DOID_0050765<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $neuroacanthocytosis$privateGeneCount #> [1] 0 #> #> $neuroacanthocytosis$publicGeneCount #> [1] 1 #> #> $neuroacanthocytosis$urlId #> [1] "DOID_0050765" #> #> $neuroacanthocytosis$dbPhenotype #> [1] TRUE #> #> $neuroacanthocytosis$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $neuroacanthocytosis$`_is_leaf` #> [1] TRUE #> #> $neuroacanthocytosis$children #> list() #> #> $neuroacanthocytosis$value #> [1] "neuroacanthocytosis" #> #> #> $`neuroaxonal dystrophy` #> $`neuroaxonal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2367" #> #> $`neuroaxonal dystrophy`$`_id` #> [1] "DOID_2367<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neuroaxonal dystrophy`$privateGeneCount #> [1] 0 #> #> $`neuroaxonal dystrophy`$publicGeneCount #> [1] 6 #> #> $`neuroaxonal dystrophy`$urlId #> [1] "DOID_2367" #> #> $`neuroaxonal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`neuroaxonal dystrophy`$`_parent` #> [1] "DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neuroaxonal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`neuroaxonal dystrophy`$children #> list() #> #> $`neuroaxonal dystrophy`$value #> [1] "neuroaxonal dystrophy" #> #> #> $neuroblastoma #> $neuroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_769" #> #> $neuroblastoma$`_id` #> [1] "DOID_769<DOID_2621<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $neuroblastoma$privateGeneCount #> [1] 0 #> #> $neuroblastoma$publicGeneCount #> [1] 51 #> #> $neuroblastoma$urlId #> [1] "DOID_769" #> #> $neuroblastoma$dbPhenotype #> [1] TRUE #> #> $neuroblastoma$`_parent` #> [1] "DOID_2621<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $neuroblastoma$`_is_leaf` #> [1] TRUE #> #> $neuroblastoma$children #> list() #> #> $neuroblastoma$value #> [1] "neuroblastoma" #> #> #> $neuroblastoma #> $neuroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_769" #> #> $neuroblastoma$`_id` #> [1] "DOID_769<DOID_2621<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $neuroblastoma$privateGeneCount #> [1] 0 #> #> $neuroblastoma$publicGeneCount #> [1] 51 #> #> $neuroblastoma$urlId #> [1] "DOID_769" #> #> $neuroblastoma$dbPhenotype #> [1] TRUE #> #> $neuroblastoma$`_parent` #> [1] "DOID_2621<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $neuroblastoma$`_is_leaf` #> [1] TRUE #> #> $neuroblastoma$children #> list() #> #> $neuroblastoma$value #> [1] "neuroblastoma" #> #> #> $neuroblastoma #> $neuroblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_769" #> #> $neuroblastoma$`_id` #> [1] "DOID_769<DOID_2621<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuroblastoma$privateGeneCount #> [1] 0 #> #> $neuroblastoma$publicGeneCount #> [1] 51 #> #> $neuroblastoma$urlId #> [1] "DOID_769" #> #> $neuroblastoma$dbPhenotype #> [1] TRUE #> #> $neuroblastoma$`_parent` #> [1] "DOID_2621<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuroblastoma$`_is_leaf` #> [1] TRUE #> #> $neuroblastoma$children #> list() #> #> $neuroblastoma$value #> [1] "neuroblastoma" #> #> #> $`neurocirculatory asthenia` #> $`neurocirculatory asthenia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11569" #> #> $`neurocirculatory asthenia`$`_id` #> [1] "DOID_11569<DOID_4737<DOID_150<DOID_4" #> #> $`neurocirculatory asthenia`$privateGeneCount #> [1] 0 #> #> $`neurocirculatory asthenia`$publicGeneCount #> [1] 1 #> #> $`neurocirculatory asthenia`$urlId #> [1] "DOID_11569" #> #> $`neurocirculatory asthenia`$dbPhenotype #> [1] TRUE #> #> $`neurocirculatory asthenia`$`_parent` #> [1] "DOID_4737<DOID_150<DOID_4" #> #> $`neurocirculatory asthenia`$`_is_leaf` #> [1] TRUE #> #> $`neurocirculatory asthenia`$children #> list() #> #> $`neurocirculatory asthenia`$value #> [1] "neurocirculatory asthenia" #> #> #> $Neurodegeneration #> $Neurodegeneration$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002180" #> #> $Neurodegeneration$`_id` #> [1] "HP_0002180<HP_0007367<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Neurodegeneration$privateGeneCount #> [1] 0 #> #> $Neurodegeneration$publicGeneCount #> [1] 1 #> #> $Neurodegeneration$urlId #> [1] "HP_0002180" #> #> $Neurodegeneration$dbPhenotype #> [1] TRUE #> #> $Neurodegeneration$`_parent` #> [1] "HP_0007367<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Neurodegeneration$`_is_leaf` #> [1] TRUE #> #> $Neurodegeneration$children #> list() #> #> $Neurodegeneration$value #> [1] "Neurodegeneration" #> #> #> $neurodegeneration #> $neurodegeneration$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002229" #> #> $neurodegeneration$`_id` #> [1] "MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> $neurodegeneration$privateGeneCount #> [1] 0 #> #> $neurodegeneration$publicGeneCount #> [1] 2 #> #> $neurodegeneration$urlId #> [1] "MP_0002229" #> #> $neurodegeneration$dbPhenotype #> [1] FALSE #> #> $neurodegeneration$`_parent` #> [1] "MP_0003632<MP_0003631<MP_0000001" #> #> $neurodegeneration$`_is_leaf` #> [1] FALSE #> #> $neurodegeneration$children #> $neurodegeneration$children[[1]] #> [1] "MP_0005405<MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> $neurodegeneration$children[[2]] #> [1] "MP_0003224<MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> #> $neurodegeneration$value #> [1] "neurodegeneration" #> #> #> $`neurodegeneration with brain iron accumulation` #> $`neurodegeneration with brain iron accumulation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0110734" #> #> $`neurodegeneration with brain iron accumulation`$`_id` #> [1] "DOID_0110734<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegeneration with brain iron accumulation`$privateGeneCount #> [1] 0 #> #> $`neurodegeneration with brain iron accumulation`$publicGeneCount #> [1] 9 #> #> $`neurodegeneration with brain iron accumulation`$urlId #> [1] "DOID_0110734" #> #> $`neurodegeneration with brain iron accumulation`$dbPhenotype #> [1] FALSE #> #> $`neurodegeneration with brain iron accumulation`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegeneration with brain iron accumulation`$`_is_leaf` #> [1] FALSE #> #> $`neurodegeneration with brain iron accumulation`$children #> $`neurodegeneration with brain iron accumulation`$children[[1]] #> [1] "DOID_3981<DOID_0110734<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`neurodegeneration with brain iron accumulation`$value #> [1] "neurodegeneration with brain iron accumulation" #> #> #> $`neurodegenerative disease` #> $`neurodegenerative disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1289" #> #> $`neurodegenerative disease`$`_id` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$privateGeneCount #> [1] 0 #> #> $`neurodegenerative disease`$publicGeneCount #> [1] 950 #> #> $`neurodegenerative disease`$urlId #> [1] "DOID_1289" #> #> $`neurodegenerative disease`$dbPhenotype #> [1] TRUE #> #> $`neurodegenerative disease`$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$`_is_leaf` #> [1] FALSE #> #> $`neurodegenerative disease`$children #> $`neurodegenerative disease`$children[[1]] #> [1] "DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[2]] #> [1] "DOID_0050831<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[3]] #> [1] "DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[4]] #> [1] "DOID_12858<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[5]] #> [1] "DOID_0050883<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[6]] #> [1] "DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[7]] #> [1] "DOID_0050765<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[8]] #> [1] "DOID_0110734<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[9]] #> [1] "DOID_14784<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[10]] #> [1] "DOID_11870<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[11]] #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[12]] #> [1] "DOID_13548<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[13]] #> [1] "DOID_0060491<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[14]] #> [1] "DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neurodegenerative disease`$children[[15]] #> [1] "DOID_680<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`neurodegenerative disease`$value #> [1] "neurodegenerative disease" #> #> #> $`Neurodevelopmental abnormality` #> $`Neurodevelopmental abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012759" #> #> $`Neurodevelopmental abnormality`$`_id` #> [1] "HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neurodevelopmental abnormality`$privateGeneCount #> [1] 0 #> #> $`Neurodevelopmental abnormality`$publicGeneCount #> [1] 28 #> #> $`Neurodevelopmental abnormality`$urlId #> [1] "HP_0012759" #> #> $`Neurodevelopmental abnormality`$dbPhenotype #> [1] FALSE #> #> $`Neurodevelopmental abnormality`$`_parent` #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neurodevelopmental abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Neurodevelopmental abnormality`$children #> $`Neurodevelopmental abnormality`$children[[1]] #> [1] "HP_0001249<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neurodevelopmental abnormality`$children[[2]] #> [1] "HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neurodevelopmental abnormality`$children[[3]] #> [1] "HP_0001328<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Neurodevelopmental abnormality`$value #> [1] "Neurodevelopmental abnormality" #> #> #> $`Neurodevelopmental delay` #> $`Neurodevelopmental delay`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012758" #> #> $`Neurodevelopmental delay`$`_id` #> [1] "HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neurodevelopmental delay`$privateGeneCount #> [1] 0 #> #> $`Neurodevelopmental delay`$publicGeneCount #> [1] 20 #> #> $`Neurodevelopmental delay`$urlId #> [1] "HP_0012758" #> #> $`Neurodevelopmental delay`$dbPhenotype #> [1] FALSE #> #> $`Neurodevelopmental delay`$`_parent` #> [1] "HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neurodevelopmental delay`$`_is_leaf` #> [1] FALSE #> #> $`Neurodevelopmental delay`$children #> $`Neurodevelopmental delay`$children[[1]] #> [1] "HP_0000750<HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neurodevelopmental delay`$children[[2]] #> [1] "HP_0001263<HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neurodevelopmental delay`$children[[3]] #> [1] "HP_0001270<HP_0012758<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Neurodevelopmental delay`$value #> [1] "Neurodevelopmental delay" #> #> #> $`neuroectodermal tumor` #> $`neuroectodermal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_171" #> #> $`neuroectodermal tumor`$`_id` #> [1] "DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`neuroectodermal tumor`$privateGeneCount #> [1] 0 #> #> $`neuroectodermal tumor`$publicGeneCount #> [1] 10 #> #> $`neuroectodermal tumor`$urlId #> [1] "DOID_171" #> #> $`neuroectodermal tumor`$dbPhenotype #> [1] TRUE #> #> $`neuroectodermal tumor`$`_parent` #> [1] "DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`neuroectodermal tumor`$`_is_leaf` #> [1] FALSE #> #> $`neuroectodermal tumor`$children #> $`neuroectodermal tumor`$children[[1]] #> [1] "DOID_0060103<DOID_171<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`neuroectodermal tumor`$value #> [1] "neuroectodermal tumor" #> #> #> $`neuroectodermal tumor` #> $`neuroectodermal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_171" #> #> $`neuroectodermal tumor`$`_id` #> [1] "DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`neuroectodermal tumor`$privateGeneCount #> [1] 0 #> #> $`neuroectodermal tumor`$publicGeneCount #> [1] 10 #> #> $`neuroectodermal tumor`$urlId #> [1] "DOID_171" #> #> $`neuroectodermal tumor`$dbPhenotype #> [1] TRUE #> #> $`neuroectodermal tumor`$`_parent` #> [1] "DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`neuroectodermal tumor`$`_is_leaf` #> [1] FALSE #> #> $`neuroectodermal tumor`$children #> $`neuroectodermal tumor`$children[[1]] #> [1] "DOID_0060103<DOID_171<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`neuroectodermal tumor`$value #> [1] "neuroectodermal tumor" #> #> #> $`neuroendocrine carcinoma` #> $`neuroendocrine carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1800" #> #> $`neuroendocrine carcinoma`$`_id` #> [1] "DOID_1800<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`neuroendocrine carcinoma`$privateGeneCount #> [1] 0 #> #> $`neuroendocrine carcinoma`$publicGeneCount #> [1] 4 #> #> $`neuroendocrine carcinoma`$urlId #> [1] "DOID_1800" #> #> $`neuroendocrine carcinoma`$dbPhenotype #> [1] TRUE #> #> $`neuroendocrine carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`neuroendocrine carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`neuroendocrine carcinoma`$children #> list() #> #> $`neuroendocrine carcinoma`$value #> [1] "neuroendocrine carcinoma" #> #> #> $`Neuroendocrine neoplasm` #> $`Neuroendocrine neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100634" #> #> $`Neuroendocrine neoplasm`$`_id` #> [1] "HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Neuroendocrine neoplasm`$privateGeneCount #> [1] 0 #> #> $`Neuroendocrine neoplasm`$publicGeneCount #> [1] 21 #> #> $`Neuroendocrine neoplasm`$urlId #> [1] "HP_0100634" #> #> $`Neuroendocrine neoplasm`$dbPhenotype #> [1] FALSE #> #> $`Neuroendocrine neoplasm`$`_parent` #> [1] "HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Neuroendocrine neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`Neuroendocrine neoplasm`$children #> $`Neuroendocrine neoplasm`$children[[1]] #> [1] "HP_0100570<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Neuroendocrine neoplasm`$children[[2]] #> [1] "HP_0030405<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Neuroendocrine neoplasm`$children[[3]] #> [1] "HP_0002668<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Neuroendocrine neoplasm`$children[[4]] #> [1] "HP_0002666<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Neuroendocrine neoplasm`$value #> [1] "Neuroendocrine neoplasm" #> #> #> $`Neuroendocrine neoplasm` #> $`Neuroendocrine neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100634" #> #> $`Neuroendocrine neoplasm`$`_id` #> [1] "HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neuroendocrine neoplasm`$privateGeneCount #> [1] 0 #> #> $`Neuroendocrine neoplasm`$publicGeneCount #> [1] 21 #> #> $`Neuroendocrine neoplasm`$urlId #> [1] "HP_0100634" #> #> $`Neuroendocrine neoplasm`$dbPhenotype #> [1] FALSE #> #> $`Neuroendocrine neoplasm`$`_parent` #> [1] "HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neuroendocrine neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`Neuroendocrine neoplasm`$children #> $`Neuroendocrine neoplasm`$children[[1]] #> [1] "HP_0100570<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neuroendocrine neoplasm`$children[[2]] #> [1] "HP_0030405<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neuroendocrine neoplasm`$children[[3]] #> [1] "HP_0002668<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Neuroendocrine neoplasm`$children[[4]] #> [1] "HP_0002666<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Neuroendocrine neoplasm`$value #> [1] "Neuroendocrine neoplasm" #> #> #> $`neuroendocrine tumor` #> $`neuroendocrine tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_169" #> #> $`neuroendocrine tumor`$`_id` #> [1] "DOID_169<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`neuroendocrine tumor`$privateGeneCount #> [1] 0 #> #> $`neuroendocrine tumor`$publicGeneCount #> [1] 16 #> #> $`neuroendocrine tumor`$urlId #> [1] "DOID_169" #> #> $`neuroendocrine tumor`$dbPhenotype #> [1] TRUE #> #> $`neuroendocrine tumor`$`_parent` #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`neuroendocrine tumor`$`_is_leaf` #> [1] FALSE #> #> $`neuroendocrine tumor`$children #> $`neuroendocrine tumor`$children[[1]] #> [1] "DOID_5577<DOID_169<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`neuroendocrine tumor`$children[[2]] #> [1] "DOID_5574<DOID_169<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`neuroendocrine tumor`$value #> [1] "neuroendocrine tumor" #> #> #> $neurofibroma #> $neurofibroma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_962" #> #> $neurofibroma$`_id` #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $neurofibroma$privateGeneCount #> [1] 0 #> #> $neurofibroma$publicGeneCount #> [1] 6 #> #> $neurofibroma$urlId #> [1] "DOID_962" #> #> $neurofibroma$dbPhenotype #> [1] TRUE #> #> $neurofibroma$`_parent` #> [1] "DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $neurofibroma$`_is_leaf` #> [1] FALSE #> #> $neurofibroma$children #> $neurofibroma$children[[1]] #> [1] "DOID_3512<DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $neurofibroma$children[[2]] #> [1] "DOID_5151<DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $neurofibroma$value #> [1] "neurofibroma" #> #> #> $neurofibroma #> $neurofibroma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_962" #> #> $neurofibroma$`_id` #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $neurofibroma$privateGeneCount #> [1] 0 #> #> $neurofibroma$publicGeneCount #> [1] 6 #> #> $neurofibroma$urlId #> [1] "DOID_962" #> #> $neurofibroma$dbPhenotype #> [1] TRUE #> #> $neurofibroma$`_parent` #> [1] "DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $neurofibroma$`_is_leaf` #> [1] FALSE #> #> $neurofibroma$children #> $neurofibroma$children[[1]] #> [1] "DOID_3512<DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $neurofibroma$children[[2]] #> [1] "DOID_5151<DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $neurofibroma$value #> [1] "neurofibroma" #> #> #> $neurofibroma #> $neurofibroma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_962" #> #> $neurofibroma$`_id` #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neurofibroma$privateGeneCount #> [1] 0 #> #> $neurofibroma$publicGeneCount #> [1] 6 #> #> $neurofibroma$urlId #> [1] "DOID_962" #> #> $neurofibroma$dbPhenotype #> [1] TRUE #> #> $neurofibroma$`_parent` #> [1] "DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neurofibroma$`_is_leaf` #> [1] FALSE #> #> $neurofibroma$children #> $neurofibroma$children[[1]] #> [1] "DOID_3512<DOID_962<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neurofibroma$children[[2]] #> [1] "DOID_5151<DOID_962<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $neurofibroma$value #> [1] "neurofibroma" #> #> #> $neurofibromatosis #> $neurofibromatosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8712" #> #> $neurofibromatosis$`_id` #> [1] "DOID_8712<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $neurofibromatosis$privateGeneCount #> [1] 0 #> #> $neurofibromatosis$publicGeneCount #> [1] 5 #> #> $neurofibromatosis$urlId #> [1] "DOID_8712" #> #> $neurofibromatosis$dbPhenotype #> [1] TRUE #> #> $neurofibromatosis$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $neurofibromatosis$`_is_leaf` #> [1] TRUE #> #> $neurofibromatosis$children #> list() #> #> $neurofibromatosis$value #> [1] "neurofibromatosis" #> #> #> $neurofibromatosis #> $neurofibromatosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8712" #> #> $neurofibromatosis$`_id` #> [1] "DOID_8712<DOID_225<DOID_4" #> #> $neurofibromatosis$privateGeneCount #> [1] 0 #> #> $neurofibromatosis$publicGeneCount #> [1] 5 #> #> $neurofibromatosis$urlId #> [1] "DOID_8712" #> #> $neurofibromatosis$dbPhenotype #> [1] TRUE #> #> $neurofibromatosis$`_parent` #> [1] "DOID_225<DOID_4" #> #> $neurofibromatosis$`_is_leaf` #> [1] TRUE #> #> $neurofibromatosis$children #> list() #> #> $neurofibromatosis$value #> [1] "neurofibromatosis" #> #> #> $neurofibrosarcoma #> $neurofibrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3512" #> #> $neurofibrosarcoma$`_id` #> [1] "DOID_3512<DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $neurofibrosarcoma$privateGeneCount #> [1] 0 #> #> $neurofibrosarcoma$publicGeneCount #> [1] 3 #> #> $neurofibrosarcoma$urlId #> [1] "DOID_3512" #> #> $neurofibrosarcoma$dbPhenotype #> [1] TRUE #> #> $neurofibrosarcoma$`_parent` #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $neurofibrosarcoma$`_is_leaf` #> [1] TRUE #> #> $neurofibrosarcoma$children #> list() #> #> $neurofibrosarcoma$value #> [1] "neurofibrosarcoma" #> #> #> $neurofibrosarcoma #> $neurofibrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3512" #> #> $neurofibrosarcoma$`_id` #> [1] "DOID_3512<DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $neurofibrosarcoma$privateGeneCount #> [1] 0 #> #> $neurofibrosarcoma$publicGeneCount #> [1] 3 #> #> $neurofibrosarcoma$urlId #> [1] "DOID_3512" #> #> $neurofibrosarcoma$dbPhenotype #> [1] TRUE #> #> $neurofibrosarcoma$`_parent` #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $neurofibrosarcoma$`_is_leaf` #> [1] TRUE #> #> $neurofibrosarcoma$children #> list() #> #> $neurofibrosarcoma$value #> [1] "neurofibrosarcoma" #> #> #> $neurofibrosarcoma #> $neurofibrosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3512" #> #> $neurofibrosarcoma$`_id` #> [1] "DOID_3512<DOID_962<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neurofibrosarcoma$privateGeneCount #> [1] 0 #> #> $neurofibrosarcoma$publicGeneCount #> [1] 3 #> #> $neurofibrosarcoma$urlId #> [1] "DOID_3512" #> #> $neurofibrosarcoma$dbPhenotype #> [1] TRUE #> #> $neurofibrosarcoma$`_parent` #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neurofibrosarcoma$`_is_leaf` #> [1] TRUE #> #> $neurofibrosarcoma$children #> list() #> #> $neurofibrosarcoma$value #> [1] "neurofibrosarcoma" #> #> #> $`neurogenic arthropathy` #> $`neurogenic arthropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14286" #> #> $`neurogenic arthropathy`$`_id` #> [1] "DOID_14286<DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`neurogenic arthropathy`$privateGeneCount #> [1] 0 #> #> $`neurogenic arthropathy`$publicGeneCount #> [1] 1 #> #> $`neurogenic arthropathy`$urlId #> [1] "DOID_14286" #> #> $`neurogenic arthropathy`$dbPhenotype #> [1] TRUE #> #> $`neurogenic arthropathy`$`_parent` #> [1] "DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`neurogenic arthropathy`$`_is_leaf` #> [1] TRUE #> #> $`neurogenic arthropathy`$children #> list() #> #> $`neurogenic arthropathy`$value #> [1] "neurogenic arthropathy" #> #> #> $`neurogenic bladder` #> $`neurogenic bladder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12143" #> #> $`neurogenic bladder`$`_id` #> [1] "DOID_12143<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`neurogenic bladder`$privateGeneCount #> [1] 0 #> #> $`neurogenic bladder`$publicGeneCount #> [1] 2 #> #> $`neurogenic bladder`$urlId #> [1] "DOID_12143" #> #> $`neurogenic bladder`$dbPhenotype #> [1] TRUE #> #> $`neurogenic bladder`$`_parent` #> [1] "DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`neurogenic bladder`$`_is_leaf` #> [1] TRUE #> #> $`neurogenic bladder`$children #> list() #> #> $`neurogenic bladder`$value #> [1] "neurogenic bladder" #> #> #> $`neurohypophyseal diabetes insipidus` #> $`neurohypophyseal diabetes insipidus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12388" #> #> $`neurohypophyseal diabetes insipidus`$`_id` #> [1] "DOID_12388<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`neurohypophyseal diabetes insipidus`$privateGeneCount #> [1] 0 #> #> $`neurohypophyseal diabetes insipidus`$publicGeneCount #> [1] 1 #> #> $`neurohypophyseal diabetes insipidus`$urlId #> [1] "DOID_12388" #> #> $`neurohypophyseal diabetes insipidus`$dbPhenotype #> [1] TRUE #> #> $`neurohypophyseal diabetes insipidus`$`_parent` #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`neurohypophyseal diabetes insipidus`$`_is_leaf` #> [1] TRUE #> #> $`neurohypophyseal diabetes insipidus`$children #> list() #> #> $`neurohypophyseal diabetes insipidus`$value #> [1] "neurohypophyseal diabetes insipidus" #> #> #> $`Neurological speech impairment` #> $`Neurological speech impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002167" #> #> $`Neurological speech impairment`$`_id` #> [1] "HP_0002167<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neurological speech impairment`$privateGeneCount #> [1] 0 #> #> $`Neurological speech impairment`$publicGeneCount #> [1] 3 #> #> $`Neurological speech impairment`$urlId #> [1] "HP_0002167" #> #> $`Neurological speech impairment`$dbPhenotype #> [1] FALSE #> #> $`Neurological speech impairment`$`_parent` #> [1] "HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neurological speech impairment`$`_is_leaf` #> [1] FALSE #> #> $`Neurological speech impairment`$children #> $`Neurological speech impairment`$children[[1]] #> [1] "HP_0001260<HP_0002167<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Neurological speech impairment`$value #> [1] "Neurological speech impairment" #> #> #> $neuroma #> $neuroma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2001" #> #> $neuroma$`_id` #> [1] "DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $neuroma$privateGeneCount #> [1] 0 #> #> $neuroma$publicGeneCount #> [1] 21 #> #> $neuroma$urlId #> [1] "DOID_2001" #> #> $neuroma$dbPhenotype #> [1] FALSE #> #> $neuroma$`_parent` #> [1] "DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $neuroma$`_is_leaf` #> [1] FALSE #> #> $neuroma$children #> $neuroma$children[[1]] #> [1] "DOID_3192<DOID_2001<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $neuroma$value #> [1] "neuroma" #> #> #> $neuroma #> $neuroma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2001" #> #> $neuroma$`_id` #> [1] "DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $neuroma$privateGeneCount #> [1] 0 #> #> $neuroma$publicGeneCount #> [1] 21 #> #> $neuroma$urlId #> [1] "DOID_2001" #> #> $neuroma$dbPhenotype #> [1] FALSE #> #> $neuroma$`_parent` #> [1] "DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $neuroma$`_is_leaf` #> [1] FALSE #> #> $neuroma$children #> $neuroma$children[[1]] #> [1] "DOID_3192<DOID_2001<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> #> $neuroma$value #> [1] "neuroma" #> #> #> $`neuromuscular disease` #> $`neuromuscular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_440" #> #> $`neuromuscular disease`$`_id` #> [1] "DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`neuromuscular disease`$privateGeneCount #> [1] 0 #> #> $`neuromuscular disease`$publicGeneCount #> [1] 86 #> #> $`neuromuscular disease`$urlId #> [1] "DOID_440" #> #> $`neuromuscular disease`$dbPhenotype #> [1] TRUE #> #> $`neuromuscular disease`$`_parent` #> [1] "DOID_17<DOID_7<DOID_4" #> #> $`neuromuscular disease`$`_is_leaf` #> [1] FALSE #> #> $`neuromuscular disease`$children #> $`neuromuscular disease`$children[[1]] #> [1] "DOID_913<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`neuromuscular disease`$children[[2]] #> [1] "DOID_10595<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`neuromuscular disease`$children[[3]] #> [1] "DOID_0060346<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`neuromuscular disease`$children[[4]] #> [1] "DOID_439<DOID_440<DOID_17<DOID_7<DOID_4" #> #> #> $`neuromuscular disease`$value #> [1] "neuromuscular disease" #> #> #> $`neuromuscular disease` #> $`neuromuscular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_440" #> #> $`neuromuscular disease`$`_id` #> [1] "DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromuscular disease`$privateGeneCount #> [1] 0 #> #> $`neuromuscular disease`$publicGeneCount #> [1] 86 #> #> $`neuromuscular disease`$urlId #> [1] "DOID_440" #> #> $`neuromuscular disease`$dbPhenotype #> [1] TRUE #> #> $`neuromuscular disease`$`_parent` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromuscular disease`$`_is_leaf` #> [1] FALSE #> #> $`neuromuscular disease`$children #> $`neuromuscular disease`$children[[1]] #> [1] "DOID_913<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromuscular disease`$children[[2]] #> [1] "DOID_10595<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromuscular disease`$children[[3]] #> [1] "DOID_0060346<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromuscular disease`$children[[4]] #> [1] "DOID_439<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`neuromuscular disease`$value #> [1] "neuromuscular disease" #> #> #> $`neuromuscular junction disease` #> $`neuromuscular junction disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_439" #> #> $`neuromuscular junction disease`$`_id` #> [1] "DOID_439<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`neuromuscular junction disease`$privateGeneCount #> [1] 0 #> #> $`neuromuscular junction disease`$publicGeneCount #> [1] 23 #> #> $`neuromuscular junction disease`$urlId #> [1] "DOID_439" #> #> $`neuromuscular junction disease`$dbPhenotype #> [1] TRUE #> #> $`neuromuscular junction disease`$`_parent` #> [1] "DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`neuromuscular junction disease`$`_is_leaf` #> [1] FALSE #> #> $`neuromuscular junction disease`$children #> $`neuromuscular junction disease`$children[[1]] #> [1] "DOID_3635<DOID_439<DOID_440<DOID_17<DOID_7<DOID_4" #> #> $`neuromuscular junction disease`$children[[2]] #> [1] "DOID_0050214<DOID_439<DOID_440<DOID_17<DOID_7<DOID_4" #> #> #> $`neuromuscular junction disease`$value #> [1] "neuromuscular junction disease" #> #> #> $`neuromuscular junction disease` #> $`neuromuscular junction disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_439" #> #> $`neuromuscular junction disease`$`_id` #> [1] "DOID_439<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromuscular junction disease`$privateGeneCount #> [1] 0 #> #> $`neuromuscular junction disease`$publicGeneCount #> [1] 23 #> #> $`neuromuscular junction disease`$urlId #> [1] "DOID_439" #> #> $`neuromuscular junction disease`$dbPhenotype #> [1] TRUE #> #> $`neuromuscular junction disease`$`_parent` #> [1] "DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromuscular junction disease`$`_is_leaf` #> [1] FALSE #> #> $`neuromuscular junction disease`$children #> $`neuromuscular junction disease`$children[[1]] #> [1] "DOID_3635<DOID_439<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromuscular junction disease`$children[[2]] #> [1] "DOID_0050214<DOID_439<DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`neuromuscular junction disease`$value #> [1] "neuromuscular junction disease" #> #> #> $`neuromyelitis optica` #> $`neuromyelitis optica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8869" #> #> $`neuromyelitis optica`$`_id` #> [1] "DOID_8869<DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$privateGeneCount #> [1] 0 #> #> $`neuromyelitis optica`$publicGeneCount #> [1] 8 #> #> $`neuromyelitis optica`$urlId #> [1] "DOID_8869" #> #> $`neuromyelitis optica`$dbPhenotype #> [1] TRUE #> #> $`neuromyelitis optica`$`_parent` #> [1] "DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$`_is_leaf` #> [1] TRUE #> #> $`neuromyelitis optica`$children #> list() #> #> $`neuromyelitis optica`$value #> [1] "neuromyelitis optica" #> #> #> $`neuromyelitis optica` #> $`neuromyelitis optica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8869" #> #> $`neuromyelitis optica`$`_id` #> [1] "DOID_8869<DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$privateGeneCount #> [1] 0 #> #> $`neuromyelitis optica`$publicGeneCount #> [1] 8 #> #> $`neuromyelitis optica`$urlId #> [1] "DOID_8869" #> #> $`neuromyelitis optica`$dbPhenotype #> [1] TRUE #> #> $`neuromyelitis optica`$`_parent` #> [1] "DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$`_is_leaf` #> [1] TRUE #> #> $`neuromyelitis optica`$children #> list() #> #> $`neuromyelitis optica`$value #> [1] "neuromyelitis optica" #> #> #> $`neuromyelitis optica` #> $`neuromyelitis optica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8869" #> #> $`neuromyelitis optica`$`_id` #> [1] "DOID_8869<DOID_0060033<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$privateGeneCount #> [1] 0 #> #> $`neuromyelitis optica`$publicGeneCount #> [1] 8 #> #> $`neuromyelitis optica`$urlId #> [1] "DOID_8869" #> #> $`neuromyelitis optica`$dbPhenotype #> [1] TRUE #> #> $`neuromyelitis optica`$`_parent` #> [1] "DOID_0060033<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$`_is_leaf` #> [1] TRUE #> #> $`neuromyelitis optica`$children #> list() #> #> $`neuromyelitis optica`$value #> [1] "neuromyelitis optica" #> #> #> $`neuromyelitis optica` #> $`neuromyelitis optica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8869" #> #> $`neuromyelitis optica`$`_id` #> [1] "DOID_8869<DOID_0060033<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$privateGeneCount #> [1] 0 #> #> $`neuromyelitis optica`$publicGeneCount #> [1] 8 #> #> $`neuromyelitis optica`$urlId #> [1] "DOID_8869" #> #> $`neuromyelitis optica`$dbPhenotype #> [1] TRUE #> #> $`neuromyelitis optica`$`_parent` #> [1] "DOID_0060033<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$`_is_leaf` #> [1] TRUE #> #> $`neuromyelitis optica`$children #> list() #> #> $`neuromyelitis optica`$value #> [1] "neuromyelitis optica" #> #> #> $`neuromyelitis optica` #> $`neuromyelitis optica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8869" #> #> $`neuromyelitis optica`$`_id` #> [1] "DOID_8869<DOID_0060033<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$privateGeneCount #> [1] 0 #> #> $`neuromyelitis optica`$publicGeneCount #> [1] 8 #> #> $`neuromyelitis optica`$urlId #> [1] "DOID_8869" #> #> $`neuromyelitis optica`$dbPhenotype #> [1] TRUE #> #> $`neuromyelitis optica`$`_parent` #> [1] "DOID_0060033<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$`_is_leaf` #> [1] TRUE #> #> $`neuromyelitis optica`$children #> list() #> #> $`neuromyelitis optica`$value #> [1] "neuromyelitis optica" #> #> #> $`neuromyelitis optica` #> $`neuromyelitis optica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8869" #> #> $`neuromyelitis optica`$`_id` #> [1] "DOID_8869<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$privateGeneCount #> [1] 0 #> #> $`neuromyelitis optica`$publicGeneCount #> [1] 8 #> #> $`neuromyelitis optica`$urlId #> [1] "DOID_8869" #> #> $`neuromyelitis optica`$dbPhenotype #> [1] TRUE #> #> $`neuromyelitis optica`$`_parent` #> [1] "DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$`_is_leaf` #> [1] TRUE #> #> $`neuromyelitis optica`$children #> list() #> #> $`neuromyelitis optica`$value #> [1] "neuromyelitis optica" #> #> #> $`neuromyelitis optica` #> $`neuromyelitis optica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8869" #> #> $`neuromyelitis optica`$`_id` #> [1] "DOID_8869<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$privateGeneCount #> [1] 0 #> #> $`neuromyelitis optica`$publicGeneCount #> [1] 8 #> #> $`neuromyelitis optica`$urlId #> [1] "DOID_8869" #> #> $`neuromyelitis optica`$dbPhenotype #> [1] TRUE #> #> $`neuromyelitis optica`$`_parent` #> [1] "DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`neuromyelitis optica`$`_is_leaf` #> [1] TRUE #> #> $`neuromyelitis optica`$children #> list() #> #> $`neuromyelitis optica`$value #> [1] "neuromyelitis optica" #> #> #> $`neuron degeneration` #> $`neuron degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0003224" #> #> $`neuron degeneration`$`_id` #> [1] "MP_0003224<MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> $`neuron degeneration`$privateGeneCount #> [1] 0 #> #> $`neuron degeneration`$publicGeneCount #> [1] 1 #> #> $`neuron degeneration`$urlId #> [1] "MP_0003224" #> #> $`neuron degeneration`$dbPhenotype #> [1] TRUE #> #> $`neuron degeneration`$`_parent` #> [1] "MP_0002229<MP_0003632<MP_0003631<MP_0000001" #> #> $`neuron degeneration`$`_is_leaf` #> [1] TRUE #> #> $`neuron degeneration`$children #> list() #> #> $`neuron degeneration`$value #> [1] "neuron degeneration" #> #> #> $`neuron degeneration` #> $`neuron degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0003224" #> #> $`neuron degeneration`$`_id` #> [1] "MP_0003224<MP_0002882<MP_0003632<MP_0003631<MP_0000001" #> #> $`neuron degeneration`$privateGeneCount #> [1] 0 #> #> $`neuron degeneration`$publicGeneCount #> [1] 1 #> #> $`neuron degeneration`$urlId #> [1] "MP_0003224" #> #> $`neuron degeneration`$dbPhenotype #> [1] TRUE #> #> $`neuron degeneration`$`_parent` #> [1] "MP_0002882<MP_0003632<MP_0003631<MP_0000001" #> #> $`neuron degeneration`$`_is_leaf` #> [1] TRUE #> #> $`neuron degeneration`$children #> list() #> #> $`neuron degeneration`$value #> [1] "neuron degeneration" #> #> #> $`neuronal ceroid lipofuscinosis` #> $`neuronal ceroid lipofuscinosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14503" #> #> $`neuronal ceroid lipofuscinosis`$`_id` #> [1] "DOID_14503<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`neuronal ceroid lipofuscinosis`$privateGeneCount #> [1] 0 #> #> $`neuronal ceroid lipofuscinosis`$publicGeneCount #> [1] 26 #> #> $`neuronal ceroid lipofuscinosis`$urlId #> [1] "DOID_14503" #> #> $`neuronal ceroid lipofuscinosis`$dbPhenotype #> [1] TRUE #> #> $`neuronal ceroid lipofuscinosis`$`_parent` #> [1] "DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`neuronal ceroid lipofuscinosis`$`_is_leaf` #> [1] TRUE #> #> $`neuronal ceroid lipofuscinosis`$children #> list() #> #> $`neuronal ceroid lipofuscinosis`$value #> [1] "neuronal ceroid lipofuscinosis" #> #> #> $`Neuronal loss in central nervous system` #> $`Neuronal loss in central nervous system`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002529" #> #> $`Neuronal loss in central nervous system`$`_id` #> [1] "HP_0002529<HP_0007367<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neuronal loss in central nervous system`$privateGeneCount #> [1] 0 #> #> $`Neuronal loss in central nervous system`$publicGeneCount #> [1] 1 #> #> $`Neuronal loss in central nervous system`$urlId #> [1] "HP_0002529" #> #> $`Neuronal loss in central nervous system`$dbPhenotype #> [1] TRUE #> #> $`Neuronal loss in central nervous system`$`_parent` #> [1] "HP_0007367<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Neuronal loss in central nervous system`$`_is_leaf` #> [1] TRUE #> #> $`Neuronal loss in central nervous system`$children #> list() #> #> $`Neuronal loss in central nervous system`$value #> [1] "Neuronal loss in central nervous system" #> #> #> $neuropathy #> $neuropathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_870" #> #> $neuropathy$`_id` #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$privateGeneCount #> [1] 0 #> #> $neuropathy$publicGeneCount #> [1] 226 #> #> $neuropathy$urlId #> [1] "DOID_870" #> #> $neuropathy$dbPhenotype #> [1] TRUE #> #> $neuropathy$`_parent` #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$`_is_leaf` #> [1] FALSE #> #> $neuropathy$children #> $neuropathy$children[[1]] #> [1] "DOID_3690<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$children[[2]] #> [1] "DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$children[[3]] #> [1] "DOID_9743<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$children[[4]] #> [1] "DOID_9240<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$children[[5]] #> [1] "DOID_0050548<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$children[[6]] #> [1] "DOID_2537<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$children[[7]] #> [1] "DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$children[[8]] #> [1] "DOID_2477<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$children[[9]] #> [1] "DOID_1803<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $neuropathy$children[[10]] #> [1] "DOID_440<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $neuropathy$value #> [1] "neuropathy" #> #> #> $neuroretinitis #> $neuroretinitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10176" #> #> $neuroretinitis$`_id` #> [1] "DOID_10176<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $neuroretinitis$privateGeneCount #> [1] 0 #> #> $neuroretinitis$publicGeneCount #> [1] 2 #> #> $neuroretinitis$urlId #> [1] "DOID_10176" #> #> $neuroretinitis$dbPhenotype #> [1] TRUE #> #> $neuroretinitis$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $neuroretinitis$`_is_leaf` #> [1] TRUE #> #> $neuroretinitis$children #> list() #> #> $neuroretinitis$value #> [1] "neuroretinitis" #> #> #> $`neurotic disorder` #> $`neurotic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4964" #> #> $`neurotic disorder`$`_id` #> [1] "DOID_4964<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`neurotic disorder`$privateGeneCount #> [1] 0 #> #> $`neurotic disorder`$publicGeneCount #> [1] 51 #> #> $`neurotic disorder`$urlId #> [1] "DOID_4964" #> #> $`neurotic disorder`$dbPhenotype #> [1] TRUE #> #> $`neurotic disorder`$`_parent` #> [1] "DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`neurotic disorder`$`_is_leaf` #> [1] TRUE #> #> $`neurotic disorder`$children #> list() #> #> $`neurotic disorder`$value #> [1] "neurotic disorder" #> #> #> $`neutral lipid storage disease` #> $`neutral lipid storage disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050729" #> #> $`neutral lipid storage disease`$`_id` #> [1] "DOID_0050729<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`neutral lipid storage disease`$privateGeneCount #> [1] 0 #> #> $`neutral lipid storage disease`$publicGeneCount #> [1] 1 #> #> $`neutral lipid storage disease`$urlId #> [1] "DOID_0050729" #> #> $`neutral lipid storage disease`$dbPhenotype #> [1] TRUE #> #> $`neutral lipid storage disease`$`_parent` #> [1] "DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`neutral lipid storage disease`$`_is_leaf` #> [1] TRUE #> #> $`neutral lipid storage disease`$children #> list() #> #> $`neutral lipid storage disease`$value #> [1] "neutral lipid storage disease" #> #> #> $neutropenia #> $neutropenia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1227" #> #> $neutropenia$`_id` #> [1] "DOID_1227<DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $neutropenia$privateGeneCount #> [1] 0 #> #> $neutropenia$publicGeneCount #> [1] 23 #> #> $neutropenia$urlId #> [1] "DOID_1227" #> #> $neutropenia$dbPhenotype #> [1] TRUE #> #> $neutropenia$`_parent` #> [1] "DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $neutropenia$`_is_leaf` #> [1] FALSE #> #> $neutropenia$children #> $neutropenia$children[[1]] #> [1] "DOID_5339<DOID_1227<DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $neutropenia$children[[2]] #> [1] "DOID_0050590<DOID_1227<DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> #> $neutropenia$value #> [1] "neutropenia" #> #> #> $`nevoid basal cell carcinoma syndrome` #> $`nevoid basal cell carcinoma syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2512" #> #> $`nevoid basal cell carcinoma syndrome`$`_id` #> [1] "DOID_2512<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nevoid basal cell carcinoma syndrome`$privateGeneCount #> [1] 0 #> #> $`nevoid basal cell carcinoma syndrome`$publicGeneCount #> [1] 4 #> #> $`nevoid basal cell carcinoma syndrome`$urlId #> [1] "DOID_2512" #> #> $`nevoid basal cell carcinoma syndrome`$dbPhenotype #> [1] TRUE #> #> $`nevoid basal cell carcinoma syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nevoid basal cell carcinoma syndrome`$`_is_leaf` #> [1] TRUE #> #> $`nevoid basal cell carcinoma syndrome`$children #> list() #> #> $`nevoid basal cell carcinoma syndrome`$value #> [1] "nevoid basal cell carcinoma syndrome" #> #> #> $`nevoid basal cell carcinoma syndrome` #> $`nevoid basal cell carcinoma syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2512" #> #> $`nevoid basal cell carcinoma syndrome`$`_id` #> [1] "DOID_2512<DOID_225<DOID_4" #> #> $`nevoid basal cell carcinoma syndrome`$privateGeneCount #> [1] 0 #> #> $`nevoid basal cell carcinoma syndrome`$publicGeneCount #> [1] 4 #> #> $`nevoid basal cell carcinoma syndrome`$urlId #> [1] "DOID_2512" #> #> $`nevoid basal cell carcinoma syndrome`$dbPhenotype #> [1] TRUE #> #> $`nevoid basal cell carcinoma syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`nevoid basal cell carcinoma syndrome`$`_is_leaf` #> [1] TRUE #> #> $`nevoid basal cell carcinoma syndrome`$children #> list() #> #> $`nevoid basal cell carcinoma syndrome`$value #> [1] "nevoid basal cell carcinoma syndrome" #> #> #> $Nevus #> $Nevus$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003764" #> #> $Nevus$`_id` #> [1] "HP_0003764<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Nevus$privateGeneCount #> [1] 0 #> #> $Nevus$publicGeneCount #> [1] 12 #> #> $Nevus$urlId #> [1] "HP_0003764" #> #> $Nevus$dbPhenotype #> [1] TRUE #> #> $Nevus$`_parent` #> [1] "HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Nevus$`_is_leaf` #> [1] FALSE #> #> $Nevus$children #> $Nevus$children[[1]] #> [1] "HP_0010816<HP_0003764<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Nevus$children[[2]] #> [1] "HP_0001052<HP_0003764<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $Nevus$value #> [1] "Nevus" #> #> #> $`Nevus flammeus` #> $`Nevus flammeus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001052" #> #> $`Nevus flammeus`$`_id` #> [1] "HP_0001052<HP_0003764<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Nevus flammeus`$privateGeneCount #> [1] 0 #> #> $`Nevus flammeus`$publicGeneCount #> [1] 3 #> #> $`Nevus flammeus`$urlId #> [1] "HP_0001052" #> #> $`Nevus flammeus`$dbPhenotype #> [1] TRUE #> #> $`Nevus flammeus`$`_parent` #> [1] "HP_0003764<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Nevus flammeus`$`_is_leaf` #> [1] TRUE #> #> $`Nevus flammeus`$children #> list() #> #> $`Nevus flammeus`$value #> [1] "Nevus flammeus" #> #> #> $`Nevus flammeus` #> $`Nevus flammeus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001052" #> #> $`Nevus flammeus`$`_id` #> [1] "HP_0001052<HP_0025104<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Nevus flammeus`$privateGeneCount #> [1] 0 #> #> $`Nevus flammeus`$publicGeneCount #> [1] 3 #> #> $`Nevus flammeus`$urlId #> [1] "HP_0001052" #> #> $`Nevus flammeus`$dbPhenotype #> [1] TRUE #> #> $`Nevus flammeus`$`_parent` #> [1] "HP_0025104<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Nevus flammeus`$`_is_leaf` #> [1] TRUE #> #> $`Nevus flammeus`$children #> list() #> #> $`Nevus flammeus`$value #> [1] "Nevus flammeus" #> #> #> $`newborn respiratory distress syndrome` #> $`newborn respiratory distress syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12716" #> #> $`newborn respiratory distress syndrome`$`_id` #> [1] "DOID_12716<DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`newborn respiratory distress syndrome`$privateGeneCount #> [1] 0 #> #> $`newborn respiratory distress syndrome`$publicGeneCount #> [1] 11 #> #> $`newborn respiratory distress syndrome`$urlId #> [1] "DOID_12716" #> #> $`newborn respiratory distress syndrome`$dbPhenotype #> [1] TRUE #> #> $`newborn respiratory distress syndrome`$`_parent` #> [1] "DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`newborn respiratory distress syndrome`$`_is_leaf` #> [1] TRUE #> #> $`newborn respiratory distress syndrome`$children #> list() #> #> $`newborn respiratory distress syndrome`$value #> [1] "newborn respiratory distress syndrome" #> #> #> $`nicotine dependence` #> $`nicotine dependence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050742" #> #> $`nicotine dependence`$`_id` #> [1] "DOID_0050742<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`nicotine dependence`$privateGeneCount #> [1] 0 #> #> $`nicotine dependence`$publicGeneCount #> [1] 25 #> #> $`nicotine dependence`$urlId #> [1] "DOID_0050742" #> #> $`nicotine dependence`$dbPhenotype #> [1] TRUE #> #> $`nicotine dependence`$`_parent` #> [1] "DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`nicotine dependence`$`_is_leaf` #> [1] TRUE #> #> $`nicotine dependence`$children #> list() #> #> $`nicotine dependence`$value #> [1] "nicotine dependence" #> #> #> $`Niemann-Pick disease` #> $`Niemann-Pick disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14504" #> #> $`Niemann-Pick disease`$`_id` #> [1] "DOID_14504<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Niemann-Pick disease`$privateGeneCount #> [1] 0 #> #> $`Niemann-Pick disease`$publicGeneCount #> [1] 4 #> #> $`Niemann-Pick disease`$urlId #> [1] "DOID_14504" #> #> $`Niemann-Pick disease`$dbPhenotype #> [1] TRUE #> #> $`Niemann-Pick disease`$`_parent` #> [1] "DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Niemann-Pick disease`$`_is_leaf` #> [1] TRUE #> #> $`Niemann-Pick disease`$children #> list() #> #> $`Niemann-Pick disease`$value #> [1] "Niemann-Pick disease" #> #> #> $`night blindness` #> $`night blindness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8499" #> #> $`night blindness`$`_id` #> [1] "DOID_8499<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`night blindness`$privateGeneCount #> [1] 0 #> #> $`night blindness`$publicGeneCount #> [1] 17 #> #> $`night blindness`$urlId #> [1] "DOID_8499" #> #> $`night blindness`$dbPhenotype #> [1] TRUE #> #> $`night blindness`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`night blindness`$`_is_leaf` #> [1] FALSE #> #> $`night blindness`$children #> $`night blindness`$children[[1]] #> [1] "DOID_8498<DOID_8499<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`night blindness`$value #> [1] "night blindness" #> #> #> $`Nijmegen breakage syndrome` #> $`Nijmegen breakage syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7400" #> #> $`Nijmegen breakage syndrome`$`_id` #> [1] "DOID_7400<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Nijmegen breakage syndrome`$privateGeneCount #> [1] 0 #> #> $`Nijmegen breakage syndrome`$publicGeneCount #> [1] 1 #> #> $`Nijmegen breakage syndrome`$urlId #> [1] "DOID_7400" #> #> $`Nijmegen breakage syndrome`$dbPhenotype #> [1] TRUE #> #> $`Nijmegen breakage syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Nijmegen breakage syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Nijmegen breakage syndrome`$children #> list() #> #> $`Nijmegen breakage syndrome`$value #> [1] "Nijmegen breakage syndrome" #> #> #> $`Nijmegen breakage syndrome` #> $`Nijmegen breakage syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7400" #> #> $`Nijmegen breakage syndrome`$`_id` #> [1] "DOID_7400<DOID_225<DOID_4" #> #> $`Nijmegen breakage syndrome`$privateGeneCount #> [1] 0 #> #> $`Nijmegen breakage syndrome`$publicGeneCount #> [1] 1 #> #> $`Nijmegen breakage syndrome`$urlId #> [1] "DOID_7400" #> #> $`Nijmegen breakage syndrome`$dbPhenotype #> [1] TRUE #> #> $`Nijmegen breakage syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Nijmegen breakage syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Nijmegen breakage syndrome`$children #> list() #> #> $`Nijmegen breakage syndrome`$value #> [1] "Nijmegen breakage syndrome" #> #> #> $`nodular goiter` #> $`nodular goiter`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13197" #> #> $`nodular goiter`$`_id` #> [1] "DOID_13197<DOID_12176<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`nodular goiter`$privateGeneCount #> [1] 0 #> #> $`nodular goiter`$publicGeneCount #> [1] 1 #> #> $`nodular goiter`$urlId #> [1] "DOID_13197" #> #> $`nodular goiter`$dbPhenotype #> [1] TRUE #> #> $`nodular goiter`$`_parent` #> [1] "DOID_12176<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`nodular goiter`$`_is_leaf` #> [1] TRUE #> #> $`nodular goiter`$children #> list() #> #> $`nodular goiter`$value #> [1] "nodular goiter" #> #> #> $`nodular nonsuppurative panniculitis` #> $`nodular nonsuppurative panniculitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1525" #> #> $`nodular nonsuppurative panniculitis`$`_id` #> [1] "DOID_1525<DOID_1526<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`nodular nonsuppurative panniculitis`$privateGeneCount #> [1] 0 #> #> $`nodular nonsuppurative panniculitis`$publicGeneCount #> [1] 1 #> #> $`nodular nonsuppurative panniculitis`$urlId #> [1] "DOID_1525" #> #> $`nodular nonsuppurative panniculitis`$dbPhenotype #> [1] TRUE #> #> $`nodular nonsuppurative panniculitis`$`_parent` #> [1] "DOID_1526<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`nodular nonsuppurative panniculitis`$`_is_leaf` #> [1] TRUE #> #> $`nodular nonsuppurative panniculitis`$children #> list() #> #> $`nodular nonsuppurative panniculitis`$value #> [1] "nodular nonsuppurative panniculitis" #> #> #> $`non-Hodgkin lymphoma` #> $`non-Hodgkin lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060060" #> #> $`non-Hodgkin lymphoma`$`_id` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`non-Hodgkin lymphoma`$privateGeneCount #> [1] 0 #> #> $`non-Hodgkin lymphoma`$publicGeneCount #> [1] 139 #> #> $`non-Hodgkin lymphoma`$urlId #> [1] "DOID_0060060" #> #> $`non-Hodgkin lymphoma`$dbPhenotype #> [1] TRUE #> #> $`non-Hodgkin lymphoma`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`non-Hodgkin lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`non-Hodgkin lymphoma`$children #> $`non-Hodgkin lymphoma`$children[[1]] #> [1] "DOID_0050744<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`non-Hodgkin lymphoma`$children[[2]] #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`non-Hodgkin lymphoma`$children[[3]] #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`non-Hodgkin lymphoma`$value #> [1] "non-Hodgkin lymphoma" #> #> #> $`non-Hodgkin lymphoma` #> $`non-Hodgkin lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060060" #> #> $`non-Hodgkin lymphoma`$`_id` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$privateGeneCount #> [1] 0 #> #> $`non-Hodgkin lymphoma`$publicGeneCount #> [1] 139 #> #> $`non-Hodgkin lymphoma`$urlId #> [1] "DOID_0060060" #> #> $`non-Hodgkin lymphoma`$dbPhenotype #> [1] TRUE #> #> $`non-Hodgkin lymphoma`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`non-Hodgkin lymphoma`$children #> $`non-Hodgkin lymphoma`$children[[1]] #> [1] "DOID_0050744<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$children[[2]] #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$children[[3]] #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`non-Hodgkin lymphoma`$value #> [1] "non-Hodgkin lymphoma" #> #> #> $`non-Hodgkin lymphoma` #> $`non-Hodgkin lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060060" #> #> $`non-Hodgkin lymphoma`$`_id` #> [1] "DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$privateGeneCount #> [1] 0 #> #> $`non-Hodgkin lymphoma`$publicGeneCount #> [1] 139 #> #> $`non-Hodgkin lymphoma`$urlId #> [1] "DOID_0060060" #> #> $`non-Hodgkin lymphoma`$dbPhenotype #> [1] TRUE #> #> $`non-Hodgkin lymphoma`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`non-Hodgkin lymphoma`$children #> $`non-Hodgkin lymphoma`$children[[1]] #> [1] "DOID_0050744<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$children[[2]] #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$children[[3]] #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`non-Hodgkin lymphoma`$value #> [1] "non-Hodgkin lymphoma" #> #> #> $`non-Hodgkin lymphoma` #> $`non-Hodgkin lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060060" #> #> $`non-Hodgkin lymphoma`$`_id` #> [1] "DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`non-Hodgkin lymphoma`$privateGeneCount #> [1] 0 #> #> $`non-Hodgkin lymphoma`$publicGeneCount #> [1] 139 #> #> $`non-Hodgkin lymphoma`$urlId #> [1] "DOID_0060060" #> #> $`non-Hodgkin lymphoma`$dbPhenotype #> [1] TRUE #> #> $`non-Hodgkin lymphoma`$`_parent` #> [1] "DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`non-Hodgkin lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`non-Hodgkin lymphoma`$children #> $`non-Hodgkin lymphoma`$children[[1]] #> [1] "DOID_0050744<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`non-Hodgkin lymphoma`$children[[2]] #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`non-Hodgkin lymphoma`$children[[3]] #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`non-Hodgkin lymphoma`$value #> [1] "non-Hodgkin lymphoma" #> #> #> $`non-Hodgkin lymphoma` #> $`non-Hodgkin lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060060" #> #> $`non-Hodgkin lymphoma`$`_id` #> [1] "DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$privateGeneCount #> [1] 0 #> #> $`non-Hodgkin lymphoma`$publicGeneCount #> [1] 139 #> #> $`non-Hodgkin lymphoma`$urlId #> [1] "DOID_0060060" #> #> $`non-Hodgkin lymphoma`$dbPhenotype #> [1] TRUE #> #> $`non-Hodgkin lymphoma`$`_parent` #> [1] "DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`non-Hodgkin lymphoma`$children #> $`non-Hodgkin lymphoma`$children[[1]] #> [1] "DOID_0050744<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$children[[2]] #> [1] "DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`non-Hodgkin lymphoma`$children[[3]] #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`non-Hodgkin lymphoma`$value #> [1] "non-Hodgkin lymphoma" #> #> #> $`non-Langerhans-cell histiocytosis` #> $`non-Langerhans-cell histiocytosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4330" #> #> $`non-Langerhans-cell histiocytosis`$`_id` #> [1] "DOID_4330<DOID_3405<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`non-Langerhans-cell histiocytosis`$privateGeneCount #> [1] 0 #> #> $`non-Langerhans-cell histiocytosis`$publicGeneCount #> [1] 2 #> #> $`non-Langerhans-cell histiocytosis`$urlId #> [1] "DOID_4330" #> #> $`non-Langerhans-cell histiocytosis`$dbPhenotype #> [1] TRUE #> #> $`non-Langerhans-cell histiocytosis`$`_parent` #> [1] "DOID_3405<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`non-Langerhans-cell histiocytosis`$`_is_leaf` #> [1] TRUE #> #> $`non-Langerhans-cell histiocytosis`$children #> list() #> #> $`non-Langerhans-cell histiocytosis`$value #> [1] "non-Langerhans-cell histiocytosis" #> #> #> $`non-suppurative otitis media` #> $`non-suppurative otitis media`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11180" #> #> $`non-suppurative otitis media`$`_id` #> [1] "DOID_11180<DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`non-suppurative otitis media`$privateGeneCount #> [1] 0 #> #> $`non-suppurative otitis media`$publicGeneCount #> [1] 4 #> #> $`non-suppurative otitis media`$urlId #> [1] "DOID_11180" #> #> $`non-suppurative otitis media`$dbPhenotype #> [1] FALSE #> #> $`non-suppurative otitis media`$`_parent` #> [1] "DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`non-suppurative otitis media`$`_is_leaf` #> [1] FALSE #> #> $`non-suppurative otitis media`$children #> $`non-suppurative otitis media`$children[[1]] #> [1] "DOID_3697<DOID_11180<DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`non-suppurative otitis media`$value #> [1] "non-suppurative otitis media" #> #> #> $`non-syndromic intellectual disability` #> $`non-syndromic intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050889" #> #> $`non-syndromic intellectual disability`$`_id` #> [1] "DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`non-syndromic intellectual disability`$privateGeneCount #> [1] 0 #> #> $`non-syndromic intellectual disability`$publicGeneCount #> [1] 81 #> #> $`non-syndromic intellectual disability`$urlId #> [1] "DOID_0050889" #> #> $`non-syndromic intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`non-syndromic intellectual disability`$`_parent` #> [1] "DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`non-syndromic intellectual disability`$`_is_leaf` #> [1] FALSE #> #> $`non-syndromic intellectual disability`$children #> $`non-syndromic intellectual disability`$children[[1]] #> [1] "DOID_0060307<DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`non-syndromic intellectual disability`$children[[2]] #> [1] "DOID_0060308<DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`non-syndromic intellectual disability`$children[[3]] #> [1] "DOID_0050776<DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`non-syndromic intellectual disability`$value #> [1] "non-syndromic intellectual disability" #> #> #> $`non-syndromic X-linked intellectual disability` #> $`non-syndromic X-linked intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050776" #> #> $`non-syndromic X-linked intellectual disability`$`_id` #> [1] "DOID_0050776<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`non-syndromic X-linked intellectual disability`$privateGeneCount #> [1] 0 #> #> $`non-syndromic X-linked intellectual disability`$publicGeneCount #> [1] 19 #> #> $`non-syndromic X-linked intellectual disability`$urlId #> [1] "DOID_0050776" #> #> $`non-syndromic X-linked intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`non-syndromic X-linked intellectual disability`$`_parent` #> [1] "DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`non-syndromic X-linked intellectual disability`$`_is_leaf` #> [1] TRUE #> #> $`non-syndromic X-linked intellectual disability`$children #> list() #> #> $`non-syndromic X-linked intellectual disability`$value #> [1] "non-syndromic X-linked intellectual disability" #> #> #> $`non-syndromic X-linked intellectual disability` #> $`non-syndromic X-linked intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050776" #> #> $`non-syndromic X-linked intellectual disability`$`_id` #> [1] "DOID_0050776<DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`non-syndromic X-linked intellectual disability`$privateGeneCount #> [1] 0 #> #> $`non-syndromic X-linked intellectual disability`$publicGeneCount #> [1] 19 #> #> $`non-syndromic X-linked intellectual disability`$urlId #> [1] "DOID_0050776" #> #> $`non-syndromic X-linked intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`non-syndromic X-linked intellectual disability`$`_parent` #> [1] "DOID_0050889<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`non-syndromic X-linked intellectual disability`$`_is_leaf` #> [1] TRUE #> #> $`non-syndromic X-linked intellectual disability`$children #> list() #> #> $`non-syndromic X-linked intellectual disability`$value #> [1] "non-syndromic X-linked intellectual disability" #> #> #> $`Nonarteritic anterior ischemic optic neuropathy` #> $`Nonarteritic anterior ischemic optic neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007634" #> #> $`Nonarteritic anterior ischemic optic neuropathy`$`_id` #> [1] "HP_0007634<HP_0001138<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Nonarteritic anterior ischemic optic neuropathy`$privateGeneCount #> [1] 0 #> #> $`Nonarteritic anterior ischemic optic neuropathy`$publicGeneCount #> [1] 1 #> #> $`Nonarteritic anterior ischemic optic neuropathy`$urlId #> [1] "HP_0007634" #> #> $`Nonarteritic anterior ischemic optic neuropathy`$dbPhenotype #> [1] TRUE #> #> $`Nonarteritic anterior ischemic optic neuropathy`$`_parent` #> [1] "HP_0001138<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Nonarteritic anterior ischemic optic neuropathy`$`_is_leaf` #> [1] TRUE #> #> $`Nonarteritic anterior ischemic optic neuropathy`$children #> list() #> #> $`Nonarteritic anterior ischemic optic neuropathy`$value #> [1] "Nonarteritic anterior ischemic optic neuropathy" #> #> #> $`nonepidermolytic palmoplantar keratoderma` #> $`nonepidermolytic palmoplantar keratoderma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050428" #> #> $`nonepidermolytic palmoplantar keratoderma`$`_id` #> [1] "DOID_0050428<DOID_3390<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`nonepidermolytic palmoplantar keratoderma`$privateGeneCount #> [1] 0 #> #> $`nonepidermolytic palmoplantar keratoderma`$publicGeneCount #> [1] 4 #> #> $`nonepidermolytic palmoplantar keratoderma`$urlId #> [1] "DOID_0050428" #> #> $`nonepidermolytic palmoplantar keratoderma`$dbPhenotype #> [1] TRUE #> #> $`nonepidermolytic palmoplantar keratoderma`$`_parent` #> [1] "DOID_3390<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`nonepidermolytic palmoplantar keratoderma`$`_is_leaf` #> [1] TRUE #> #> $`nonepidermolytic palmoplantar keratoderma`$children #> list() #> #> $`nonepidermolytic palmoplantar keratoderma`$value #> [1] "nonepidermolytic palmoplantar keratoderma" #> #> #> $`nonpapillary renal cell carcinoma` #> $`nonpapillary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050387" #> #> $`nonpapillary renal cell carcinoma`$`_id` #> [1] "DOID_0050387<DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nonpapillary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`nonpapillary renal cell carcinoma`$publicGeneCount #> [1] 7 #> #> $`nonpapillary renal cell carcinoma`$urlId #> [1] "DOID_0050387" #> #> $`nonpapillary renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`nonpapillary renal cell carcinoma`$`_parent` #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`nonpapillary renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`nonpapillary renal cell carcinoma`$children #> list() #> #> $`nonpapillary renal cell carcinoma`$value #> [1] "nonpapillary renal cell carcinoma" #> #> #> $`nonpapillary renal cell carcinoma` #> $`nonpapillary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050387" #> #> $`nonpapillary renal cell carcinoma`$`_id` #> [1] "DOID_0050387<DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`nonpapillary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`nonpapillary renal cell carcinoma`$publicGeneCount #> [1] 7 #> #> $`nonpapillary renal cell carcinoma`$urlId #> [1] "DOID_0050387" #> #> $`nonpapillary renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`nonpapillary renal cell carcinoma`$`_parent` #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`nonpapillary renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`nonpapillary renal cell carcinoma`$children #> list() #> #> $`nonpapillary renal cell carcinoma`$value #> [1] "nonpapillary renal cell carcinoma" #> #> #> $`nonpapillary renal cell carcinoma` #> $`nonpapillary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050387" #> #> $`nonpapillary renal cell carcinoma`$`_id` #> [1] "DOID_0050387<DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`nonpapillary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`nonpapillary renal cell carcinoma`$publicGeneCount #> [1] 7 #> #> $`nonpapillary renal cell carcinoma`$urlId #> [1] "DOID_0050387" #> #> $`nonpapillary renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`nonpapillary renal cell carcinoma`$`_parent` #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`nonpapillary renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`nonpapillary renal cell carcinoma`$children #> list() #> #> $`nonpapillary renal cell carcinoma`$value #> [1] "nonpapillary renal cell carcinoma" #> #> #> $`nonpapillary renal cell carcinoma` #> $`nonpapillary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050387" #> #> $`nonpapillary renal cell carcinoma`$`_id` #> [1] "DOID_0050387<DOID_4455<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`nonpapillary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`nonpapillary renal cell carcinoma`$publicGeneCount #> [1] 7 #> #> $`nonpapillary renal cell carcinoma`$urlId #> [1] "DOID_0050387" #> #> $`nonpapillary renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`nonpapillary renal cell carcinoma`$`_parent` #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`nonpapillary renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`nonpapillary renal cell carcinoma`$children #> list() #> #> $`nonpapillary renal cell carcinoma`$value #> [1] "nonpapillary renal cell carcinoma" #> #> #> $`nonphotosensitive trichothiodystrophy` #> $`nonphotosensitive trichothiodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111867" #> #> $`nonphotosensitive trichothiodystrophy`$`_id` #> [1] "DOID_0111867<DOID_0111866<DOID_225<DOID_4" #> #> $`nonphotosensitive trichothiodystrophy`$privateGeneCount #> [1] 0 #> #> $`nonphotosensitive trichothiodystrophy`$publicGeneCount #> [1] 2 #> #> $`nonphotosensitive trichothiodystrophy`$urlId #> [1] "DOID_0111867" #> #> $`nonphotosensitive trichothiodystrophy`$dbPhenotype #> [1] FALSE #> #> $`nonphotosensitive trichothiodystrophy`$`_parent` #> [1] "DOID_0111866<DOID_225<DOID_4" #> #> $`nonphotosensitive trichothiodystrophy`$`_is_leaf` #> [1] FALSE #> #> $`nonphotosensitive trichothiodystrophy`$children #> $`nonphotosensitive trichothiodystrophy`$children[[1]] #> [1] "DOID_0050528<DOID_0111867<DOID_0111866<DOID_225<DOID_4" #> #> #> $`nonphotosensitive trichothiodystrophy`$value #> [1] "nonphotosensitive trichothiodystrophy" #> #> #> $`nonphotosensitive trichothiodystrophy 4` #> $`nonphotosensitive trichothiodystrophy 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050528" #> #> $`nonphotosensitive trichothiodystrophy 4`$`_id` #> [1] "DOID_0050528<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonphotosensitive trichothiodystrophy 4`$privateGeneCount #> [1] 0 #> #> $`nonphotosensitive trichothiodystrophy 4`$publicGeneCount #> [1] 2 #> #> $`nonphotosensitive trichothiodystrophy 4`$urlId #> [1] "DOID_0050528" #> #> $`nonphotosensitive trichothiodystrophy 4`$dbPhenotype #> [1] TRUE #> #> $`nonphotosensitive trichothiodystrophy 4`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonphotosensitive trichothiodystrophy 4`$`_is_leaf` #> [1] TRUE #> #> $`nonphotosensitive trichothiodystrophy 4`$children #> list() #> #> $`nonphotosensitive trichothiodystrophy 4`$value #> [1] "nonphotosensitive trichothiodystrophy 4" #> #> #> $`nonphotosensitive trichothiodystrophy 4` #> $`nonphotosensitive trichothiodystrophy 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050528" #> #> $`nonphotosensitive trichothiodystrophy 4`$`_id` #> [1] "DOID_0050528<DOID_0111867<DOID_0111866<DOID_225<DOID_4" #> #> $`nonphotosensitive trichothiodystrophy 4`$privateGeneCount #> [1] 0 #> #> $`nonphotosensitive trichothiodystrophy 4`$publicGeneCount #> [1] 2 #> #> $`nonphotosensitive trichothiodystrophy 4`$urlId #> [1] "DOID_0050528" #> #> $`nonphotosensitive trichothiodystrophy 4`$dbPhenotype #> [1] TRUE #> #> $`nonphotosensitive trichothiodystrophy 4`$`_parent` #> [1] "DOID_0111867<DOID_0111866<DOID_225<DOID_4" #> #> $`nonphotosensitive trichothiodystrophy 4`$`_is_leaf` #> [1] TRUE #> #> $`nonphotosensitive trichothiodystrophy 4`$children #> list() #> #> $`nonphotosensitive trichothiodystrophy 4`$value #> [1] "nonphotosensitive trichothiodystrophy 4" #> #> #> $`Nonprogressive cerebellar ataxia` #> $`Nonprogressive cerebellar ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002470" #> #> $`Nonprogressive cerebellar ataxia`$`_id` #> [1] "HP_0002470<HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Nonprogressive cerebellar ataxia`$privateGeneCount #> [1] 0 #> #> $`Nonprogressive cerebellar ataxia`$publicGeneCount #> [1] 1 #> #> $`Nonprogressive cerebellar ataxia`$urlId #> [1] "HP_0002470" #> #> $`Nonprogressive cerebellar ataxia`$dbPhenotype #> [1] TRUE #> #> $`Nonprogressive cerebellar ataxia`$`_parent` #> [1] "HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Nonprogressive cerebellar ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Nonprogressive cerebellar ataxia`$children #> list() #> #> $`Nonprogressive cerebellar ataxia`$value #> [1] "Nonprogressive cerebellar ataxia" #> #> #> $`nonprogressive cerebellar ataxia with mental retardation` #> $`nonprogressive cerebellar ataxia with mental retardation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050998" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$`_id` #> [1] "DOID_0050998<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$privateGeneCount #> [1] 0 #> #> $`nonprogressive cerebellar ataxia with mental retardation`$publicGeneCount #> [1] 1 #> #> $`nonprogressive cerebellar ataxia with mental retardation`$urlId #> [1] "DOID_0050998" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$dbPhenotype #> [1] TRUE #> #> $`nonprogressive cerebellar ataxia with mental retardation`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$`_is_leaf` #> [1] TRUE #> #> $`nonprogressive cerebellar ataxia with mental retardation`$children #> list() #> #> $`nonprogressive cerebellar ataxia with mental retardation`$value #> [1] "nonprogressive cerebellar ataxia with mental retardation" #> #> #> $`nonprogressive cerebellar ataxia with mental retardation` #> $`nonprogressive cerebellar ataxia with mental retardation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050998" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$`_id` #> [1] "DOID_0050998<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$privateGeneCount #> [1] 0 #> #> $`nonprogressive cerebellar ataxia with mental retardation`$publicGeneCount #> [1] 1 #> #> $`nonprogressive cerebellar ataxia with mental retardation`$urlId #> [1] "DOID_0050998" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$dbPhenotype #> [1] TRUE #> #> $`nonprogressive cerebellar ataxia with mental retardation`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$`_is_leaf` #> [1] TRUE #> #> $`nonprogressive cerebellar ataxia with mental retardation`$children #> list() #> #> $`nonprogressive cerebellar ataxia with mental retardation`$value #> [1] "nonprogressive cerebellar ataxia with mental retardation" #> #> #> $`nonprogressive cerebellar ataxia with mental retardation` #> $`nonprogressive cerebellar ataxia with mental retardation`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050998" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$`_id` #> [1] "DOID_0050998<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$privateGeneCount #> [1] 0 #> #> $`nonprogressive cerebellar ataxia with mental retardation`$publicGeneCount #> [1] 1 #> #> $`nonprogressive cerebellar ataxia with mental retardation`$urlId #> [1] "DOID_0050998" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$dbPhenotype #> [1] TRUE #> #> $`nonprogressive cerebellar ataxia with mental retardation`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`nonprogressive cerebellar ataxia with mental retardation`$`_is_leaf` #> [1] TRUE #> #> $`nonprogressive cerebellar ataxia with mental retardation`$children #> list() #> #> $`nonprogressive cerebellar ataxia with mental retardation`$value #> [1] "nonprogressive cerebellar ataxia with mental retardation" #> #> #> $`nonsyndromic congenital nail disorder` #> $`nonsyndromic congenital nail disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080683" #> #> $`nonsyndromic congenital nail disorder`$`_id` #> [1] "DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nonsyndromic congenital nail disorder`$privateGeneCount #> [1] 0 #> #> $`nonsyndromic congenital nail disorder`$publicGeneCount #> [1] 3 #> #> $`nonsyndromic congenital nail disorder`$urlId #> [1] "DOID_0080683" #> #> $`nonsyndromic congenital nail disorder`$dbPhenotype #> [1] FALSE #> #> $`nonsyndromic congenital nail disorder`$`_parent` #> [1] "DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nonsyndromic congenital nail disorder`$`_is_leaf` #> [1] FALSE #> #> $`nonsyndromic congenital nail disorder`$children #> $`nonsyndromic congenital nail disorder`$children[[1]] #> [1] "DOID_0080081<DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nonsyndromic congenital nail disorder`$children[[2]] #> [1] "DOID_0080082<DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nonsyndromic congenital nail disorder`$children[[3]] #> [1] "DOID_0080086<DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> #> $`nonsyndromic congenital nail disorder`$value #> [1] "nonsyndromic congenital nail disorder" #> #> #> $`nonsyndromic congenital nail disorder 3` #> $`nonsyndromic congenital nail disorder 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080081" #> #> $`nonsyndromic congenital nail disorder 3`$`_id` #> [1] "DOID_0080081<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonsyndromic congenital nail disorder 3`$privateGeneCount #> [1] 0 #> #> $`nonsyndromic congenital nail disorder 3`$publicGeneCount #> [1] 1 #> #> $`nonsyndromic congenital nail disorder 3`$urlId #> [1] "DOID_0080081" #> #> $`nonsyndromic congenital nail disorder 3`$dbPhenotype #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 3`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonsyndromic congenital nail disorder 3`$`_is_leaf` #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 3`$children #> list() #> #> $`nonsyndromic congenital nail disorder 3`$value #> [1] "nonsyndromic congenital nail disorder 3" #> #> #> $`nonsyndromic congenital nail disorder 3` #> $`nonsyndromic congenital nail disorder 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080081" #> #> $`nonsyndromic congenital nail disorder 3`$`_id` #> [1] "DOID_0080081<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonsyndromic congenital nail disorder 3`$privateGeneCount #> [1] 0 #> #> $`nonsyndromic congenital nail disorder 3`$publicGeneCount #> [1] 1 #> #> $`nonsyndromic congenital nail disorder 3`$urlId #> [1] "DOID_0080081" #> #> $`nonsyndromic congenital nail disorder 3`$dbPhenotype #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 3`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonsyndromic congenital nail disorder 3`$`_is_leaf` #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 3`$children #> list() #> #> $`nonsyndromic congenital nail disorder 3`$value #> [1] "nonsyndromic congenital nail disorder 3" #> #> #> $`nonsyndromic congenital nail disorder 3` #> $`nonsyndromic congenital nail disorder 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080081" #> #> $`nonsyndromic congenital nail disorder 3`$`_id` #> [1] "DOID_0080081<DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nonsyndromic congenital nail disorder 3`$privateGeneCount #> [1] 0 #> #> $`nonsyndromic congenital nail disorder 3`$publicGeneCount #> [1] 1 #> #> $`nonsyndromic congenital nail disorder 3`$urlId #> [1] "DOID_0080081" #> #> $`nonsyndromic congenital nail disorder 3`$dbPhenotype #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 3`$`_parent` #> [1] "DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nonsyndromic congenital nail disorder 3`$`_is_leaf` #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 3`$children #> list() #> #> $`nonsyndromic congenital nail disorder 3`$value #> [1] "nonsyndromic congenital nail disorder 3" #> #> #> $`nonsyndromic congenital nail disorder 4` #> $`nonsyndromic congenital nail disorder 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080082" #> #> $`nonsyndromic congenital nail disorder 4`$`_id` #> [1] "DOID_0080082<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonsyndromic congenital nail disorder 4`$privateGeneCount #> [1] 0 #> #> $`nonsyndromic congenital nail disorder 4`$publicGeneCount #> [1] 1 #> #> $`nonsyndromic congenital nail disorder 4`$urlId #> [1] "DOID_0080082" #> #> $`nonsyndromic congenital nail disorder 4`$dbPhenotype #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 4`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonsyndromic congenital nail disorder 4`$`_is_leaf` #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 4`$children #> list() #> #> $`nonsyndromic congenital nail disorder 4`$value #> [1] "nonsyndromic congenital nail disorder 4" #> #> #> $`nonsyndromic congenital nail disorder 4` #> $`nonsyndromic congenital nail disorder 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080082" #> #> $`nonsyndromic congenital nail disorder 4`$`_id` #> [1] "DOID_0080082<DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nonsyndromic congenital nail disorder 4`$privateGeneCount #> [1] 0 #> #> $`nonsyndromic congenital nail disorder 4`$publicGeneCount #> [1] 1 #> #> $`nonsyndromic congenital nail disorder 4`$urlId #> [1] "DOID_0080082" #> #> $`nonsyndromic congenital nail disorder 4`$dbPhenotype #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 4`$`_parent` #> [1] "DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nonsyndromic congenital nail disorder 4`$`_is_leaf` #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 4`$children #> list() #> #> $`nonsyndromic congenital nail disorder 4`$value #> [1] "nonsyndromic congenital nail disorder 4" #> #> #> $`nonsyndromic congenital nail disorder 8` #> $`nonsyndromic congenital nail disorder 8`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080086" #> #> $`nonsyndromic congenital nail disorder 8`$`_id` #> [1] "DOID_0080086<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonsyndromic congenital nail disorder 8`$privateGeneCount #> [1] 0 #> #> $`nonsyndromic congenital nail disorder 8`$publicGeneCount #> [1] 1 #> #> $`nonsyndromic congenital nail disorder 8`$urlId #> [1] "DOID_0080086" #> #> $`nonsyndromic congenital nail disorder 8`$dbPhenotype #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 8`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`nonsyndromic congenital nail disorder 8`$`_is_leaf` #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 8`$children #> list() #> #> $`nonsyndromic congenital nail disorder 8`$value #> [1] "nonsyndromic congenital nail disorder 8" #> #> #> $`nonsyndromic congenital nail disorder 8` #> $`nonsyndromic congenital nail disorder 8`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080086" #> #> $`nonsyndromic congenital nail disorder 8`$`_id` #> [1] "DOID_0080086<DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nonsyndromic congenital nail disorder 8`$privateGeneCount #> [1] 0 #> #> $`nonsyndromic congenital nail disorder 8`$publicGeneCount #> [1] 1 #> #> $`nonsyndromic congenital nail disorder 8`$urlId #> [1] "DOID_0080086" #> #> $`nonsyndromic congenital nail disorder 8`$dbPhenotype #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 8`$`_parent` #> [1] "DOID_0080683<DOID_4123<DOID_16<DOID_7<DOID_4" #> #> $`nonsyndromic congenital nail disorder 8`$`_is_leaf` #> [1] TRUE #> #> $`nonsyndromic congenital nail disorder 8`$children #> list() #> #> $`nonsyndromic congenital nail disorder 8`$value #> [1] "nonsyndromic congenital nail disorder 8" #> #> #> $`nonsyndromic deafness` #> $`nonsyndromic deafness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050563" #> #> $`nonsyndromic deafness`$`_id` #> [1] "DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`nonsyndromic deafness`$privateGeneCount #> [1] 0 #> #> $`nonsyndromic deafness`$publicGeneCount #> [1] 85 #> #> $`nonsyndromic deafness`$urlId #> [1] "DOID_0050563" #> #> $`nonsyndromic deafness`$dbPhenotype #> [1] FALSE #> #> $`nonsyndromic deafness`$`_parent` #> [1] "DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`nonsyndromic deafness`$`_is_leaf` #> [1] FALSE #> #> $`nonsyndromic deafness`$children #> $`nonsyndromic deafness`$children[[1]] #> [1] "DOID_0050564<DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`nonsyndromic deafness`$children[[2]] #> [1] "DOID_0050565<DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`nonsyndromic deafness`$children[[3]] #> [1] "DOID_0050566<DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`nonsyndromic deafness`$value #> [1] "nonsyndromic deafness" #> #> #> $`Noonan syndrome` #> $`Noonan syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3490" #> #> $`Noonan syndrome`$`_id` #> [1] "DOID_3490<DOID_0050177<DOID_630<DOID_4" #> #> $`Noonan syndrome`$privateGeneCount #> [1] 0 #> #> $`Noonan syndrome`$publicGeneCount #> [1] 13 #> #> $`Noonan syndrome`$urlId #> [1] "DOID_3490" #> #> $`Noonan syndrome`$dbPhenotype #> [1] TRUE #> #> $`Noonan syndrome`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`Noonan syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Noonan syndrome`$children #> list() #> #> $`Noonan syndrome`$value #> [1] "Noonan syndrome" #> #> #> $`Noonan syndrome` #> $`Noonan syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3490" #> #> $`Noonan syndrome`$`_id` #> [1] "DOID_3490<DOID_0080690<DOID_225<DOID_4" #> #> $`Noonan syndrome`$privateGeneCount #> [1] 0 #> #> $`Noonan syndrome`$publicGeneCount #> [1] 13 #> #> $`Noonan syndrome`$urlId #> [1] "DOID_3490" #> #> $`Noonan syndrome`$dbPhenotype #> [1] TRUE #> #> $`Noonan syndrome`$`_parent` #> [1] "DOID_0080690<DOID_225<DOID_4" #> #> $`Noonan syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Noonan syndrome`$children #> list() #> #> $`Noonan syndrome`$value #> [1] "Noonan syndrome" #> #> #> $`Noonan syndrome with multiple lentigines` #> $`Noonan syndrome with multiple lentigines`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14291" #> #> $`Noonan syndrome with multiple lentigines`$`_id` #> [1] "DOID_14291<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Noonan syndrome with multiple lentigines`$privateGeneCount #> [1] 0 #> #> $`Noonan syndrome with multiple lentigines`$publicGeneCount #> [1] 5 #> #> $`Noonan syndrome with multiple lentigines`$urlId #> [1] "DOID_14291" #> #> $`Noonan syndrome with multiple lentigines`$dbPhenotype #> [1] TRUE #> #> $`Noonan syndrome with multiple lentigines`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Noonan syndrome with multiple lentigines`$`_is_leaf` #> [1] TRUE #> #> $`Noonan syndrome with multiple lentigines`$children #> list() #> #> $`Noonan syndrome with multiple lentigines`$value #> [1] "Noonan syndrome with multiple lentigines" #> #> #> $`Noonan syndrome with multiple lentigines` #> $`Noonan syndrome with multiple lentigines`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14291" #> #> $`Noonan syndrome with multiple lentigines`$`_id` #> [1] "DOID_14291<DOID_0080690<DOID_225<DOID_4" #> #> $`Noonan syndrome with multiple lentigines`$privateGeneCount #> [1] 0 #> #> $`Noonan syndrome with multiple lentigines`$publicGeneCount #> [1] 5 #> #> $`Noonan syndrome with multiple lentigines`$urlId #> [1] "DOID_14291" #> #> $`Noonan syndrome with multiple lentigines`$dbPhenotype #> [1] TRUE #> #> $`Noonan syndrome with multiple lentigines`$`_parent` #> [1] "DOID_0080690<DOID_225<DOID_4" #> #> $`Noonan syndrome with multiple lentigines`$`_is_leaf` #> [1] TRUE #> #> $`Noonan syndrome with multiple lentigines`$children #> list() #> #> $`Noonan syndrome with multiple lentigines`$value #> [1] "Noonan syndrome with multiple lentigines" #> #> #> $`normocytic anemia` #> $`normocytic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_720" #> #> $`normocytic anemia`$`_id` #> [1] "DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`normocytic anemia`$privateGeneCount #> [1] 0 #> #> $`normocytic anemia`$publicGeneCount #> [1] 45 #> #> $`normocytic anemia`$urlId #> [1] "DOID_720" #> #> $`normocytic anemia`$dbPhenotype #> [1] FALSE #> #> $`normocytic anemia`$`_parent` #> [1] "DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`normocytic anemia`$`_is_leaf` #> [1] FALSE #> #> $`normocytic anemia`$children #> $`normocytic anemia`$children[[1]] #> [1] "DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $`normocytic anemia`$value #> [1] "normocytic anemia" #> #> #> $`Norum disease` #> $`Norum disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1391" #> #> $`Norum disease`$`_id` #> [1] "DOID_1391<DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`Norum disease`$privateGeneCount #> [1] 0 #> #> $`Norum disease`$publicGeneCount #> [1] 1 #> #> $`Norum disease`$urlId #> [1] "DOID_1391" #> #> $`Norum disease`$dbPhenotype #> [1] TRUE #> #> $`Norum disease`$`_parent` #> [1] "DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`Norum disease`$`_is_leaf` #> [1] TRUE #> #> $`Norum disease`$children #> list() #> #> $`Norum disease`$value #> [1] "Norum disease" #> #> #> $`nose disease` #> $`nose disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2825" #> #> $`nose disease`$`_id` #> [1] "DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`nose disease`$privateGeneCount #> [1] 0 #> #> $`nose disease`$publicGeneCount #> [1] 137 #> #> $`nose disease`$urlId #> [1] "DOID_2825" #> #> $`nose disease`$dbPhenotype #> [1] TRUE #> #> $`nose disease`$`_parent` #> [1] "DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`nose disease`$`_is_leaf` #> [1] FALSE #> #> $`nose disease`$children #> $`nose disease`$children[[1]] #> [1] "DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`nose disease`$children[[2]] #> [1] "DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $`nose disease`$value #> [1] "nose disease" #> #> #> $`notochordal cancer` #> $`notochordal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3303" #> #> $`notochordal cancer`$`_id` #> [1] "DOID_3303<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`notochordal cancer`$privateGeneCount #> [1] 0 #> #> $`notochordal cancer`$publicGeneCount #> [1] 1 #> #> $`notochordal cancer`$urlId #> [1] "DOID_3303" #> #> $`notochordal cancer`$dbPhenotype #> [1] FALSE #> #> $`notochordal cancer`$`_parent` #> [1] "DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`notochordal cancer`$`_is_leaf` #> [1] FALSE #> #> $`notochordal cancer`$children #> $`notochordal cancer`$children[[1]] #> [1] "DOID_3302<DOID_3303<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`notochordal cancer`$value #> [1] "notochordal cancer" #> #> #> $`notochordal cancer` #> $`notochordal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3303" #> #> $`notochordal cancer`$`_id` #> [1] "DOID_3303<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`notochordal cancer`$privateGeneCount #> [1] 0 #> #> $`notochordal cancer`$publicGeneCount #> [1] 1 #> #> $`notochordal cancer`$urlId #> [1] "DOID_3303" #> #> $`notochordal cancer`$dbPhenotype #> [1] FALSE #> #> $`notochordal cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`notochordal cancer`$`_is_leaf` #> [1] FALSE #> #> $`notochordal cancer`$children #> $`notochordal cancer`$children[[1]] #> [1] "DOID_3302<DOID_3303<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`notochordal cancer`$value #> [1] "notochordal cancer" #> #> #> $`notochordal cancer` #> $`notochordal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3303" #> #> $`notochordal cancer`$`_id` #> [1] "DOID_3303<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`notochordal cancer`$privateGeneCount #> [1] 0 #> #> $`notochordal cancer`$publicGeneCount #> [1] 1 #> #> $`notochordal cancer`$urlId #> [1] "DOID_3303" #> #> $`notochordal cancer`$dbPhenotype #> [1] FALSE #> #> $`notochordal cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`notochordal cancer`$`_is_leaf` #> [1] FALSE #> #> $`notochordal cancer`$children #> $`notochordal cancer`$children[[1]] #> [1] "DOID_3302<DOID_3303<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`notochordal cancer`$value #> [1] "notochordal cancer" #> #> #> $`notochordal cancer` #> $`notochordal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3303" #> #> $`notochordal cancer`$`_id` #> [1] "DOID_3303<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`notochordal cancer`$privateGeneCount #> [1] 0 #> #> $`notochordal cancer`$publicGeneCount #> [1] 1 #> #> $`notochordal cancer`$urlId #> [1] "DOID_3303" #> #> $`notochordal cancer`$dbPhenotype #> [1] FALSE #> #> $`notochordal cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`notochordal cancer`$`_is_leaf` #> [1] FALSE #> #> $`notochordal cancer`$children #> $`notochordal cancer`$children[[1]] #> [1] "DOID_3302<DOID_3303<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`notochordal cancer`$value #> [1] "notochordal cancer" #> #> #> $`nutrition disease` #> $`nutrition disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_374" #> #> $`nutrition disease`$`_id` #> [1] "DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`nutrition disease`$privateGeneCount #> [1] 0 #> #> $`nutrition disease`$publicGeneCount #> [1] 659 #> #> $`nutrition disease`$urlId #> [1] "DOID_374" #> #> $`nutrition disease`$dbPhenotype #> [1] FALSE #> #> $`nutrition disease`$`_parent` #> [1] "DOID_0060158<DOID_0014667<DOID_4" #> #> $`nutrition disease`$`_is_leaf` #> [1] FALSE #> #> $`nutrition disease`$children #> $`nutrition disease`$children[[1]] #> [1] "DOID_5113<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`nutrition disease`$children[[2]] #> [1] "DOID_654<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`nutrition disease`$value #> [1] "nutrition disease" #> #> #> $`nutritional deficiency disease` #> $`nutritional deficiency disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5113" #> #> $`nutritional deficiency disease`$`_id` #> [1] "DOID_5113<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`nutritional deficiency disease`$privateGeneCount #> [1] 0 #> #> $`nutritional deficiency disease`$publicGeneCount #> [1] 11 #> #> $`nutritional deficiency disease`$urlId #> [1] "DOID_5113" #> #> $`nutritional deficiency disease`$dbPhenotype #> [1] TRUE #> #> $`nutritional deficiency disease`$`_parent` #> [1] "DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`nutritional deficiency disease`$`_is_leaf` #> [1] FALSE #> #> $`nutritional deficiency disease`$children #> $`nutritional deficiency disease`$children[[1]] #> [1] "DOID_11758<DOID_5113<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`nutritional deficiency disease`$children[[2]] #> [1] "DOID_11249<DOID_5113<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`nutritional deficiency disease`$value #> [1] "nutritional deficiency disease" #> #> #> $Nystagmus #> $Nystagmus$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000639" #> #> $Nystagmus$`_id` #> [1] "HP_0000639<HP_0012547<HP_0000496<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $Nystagmus$privateGeneCount #> [1] 0 #> #> $Nystagmus$publicGeneCount #> [1] 1 #> #> $Nystagmus$urlId #> [1] "HP_0000639" #> #> $Nystagmus$dbPhenotype #> [1] TRUE #> #> $Nystagmus$`_parent` #> [1] "HP_0012547<HP_0000496<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $Nystagmus$`_is_leaf` #> [1] TRUE #> #> $Nystagmus$children #> list() #> #> $Nystagmus$value #> [1] "Nystagmus" #> #> #> $obesity #> $obesity$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9970" #> #> $obesity$`_id` #> [1] "DOID_9970<DOID_654<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $obesity$privateGeneCount #> [1] 0 #> #> $obesity$publicGeneCount #> [1] 651 #> #> $obesity$urlId #> [1] "DOID_9970" #> #> $obesity$dbPhenotype #> [1] TRUE #> #> $obesity$`_parent` #> [1] "DOID_654<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $obesity$`_is_leaf` #> [1] FALSE #> #> $obesity$children #> $obesity$children[[1]] #> [1] "DOID_11981<DOID_9970<DOID_654<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $obesity$value #> [1] "obesity" #> #> #> $Obesity #> $Obesity$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001513" #> #> $Obesity$`_id` #> [1] "HP_0001513<HP_0004324<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $Obesity$privateGeneCount #> [1] 0 #> #> $Obesity$publicGeneCount #> [1] 1 #> #> $Obesity$urlId #> [1] "HP_0001513" #> #> $Obesity$dbPhenotype #> [1] FALSE #> #> $Obesity$`_parent` #> [1] "HP_0004324<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $Obesity$`_is_leaf` #> [1] FALSE #> #> $Obesity$children #> $Obesity$children[[1]] #> [1] "HP_0001956<HP_0001513<HP_0004324<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> #> $Obesity$value #> [1] "Obesity" #> #> #> $`obsessive-compulsive disorder` #> $`obsessive-compulsive disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10933" #> #> $`obsessive-compulsive disorder`$`_id` #> [1] "DOID_10933<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`obsessive-compulsive disorder`$privateGeneCount #> [1] 0 #> #> $`obsessive-compulsive disorder`$publicGeneCount #> [1] 11 #> #> $`obsessive-compulsive disorder`$urlId #> [1] "DOID_10933" #> #> $`obsessive-compulsive disorder`$dbPhenotype #> [1] TRUE #> #> $`obsessive-compulsive disorder`$`_parent` #> [1] "DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`obsessive-compulsive disorder`$`_is_leaf` #> [1] TRUE #> #> $`obsessive-compulsive disorder`$children #> list() #> #> $`obsessive-compulsive disorder`$value #> [1] "obsessive-compulsive disorder" #> #> #> $`obstructive hydrocephalus` #> $`obstructive hydrocephalus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14159" #> #> $`obstructive hydrocephalus`$`_id` #> [1] "DOID_14159<DOID_10908<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`obstructive hydrocephalus`$privateGeneCount #> [1] 0 #> #> $`obstructive hydrocephalus`$publicGeneCount #> [1] 10 #> #> $`obstructive hydrocephalus`$urlId #> [1] "DOID_14159" #> #> $`obstructive hydrocephalus`$dbPhenotype #> [1] TRUE #> #> $`obstructive hydrocephalus`$`_parent` #> [1] "DOID_10908<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`obstructive hydrocephalus`$`_is_leaf` #> [1] TRUE #> #> $`obstructive hydrocephalus`$children #> list() #> #> $`obstructive hydrocephalus`$value #> [1] "obstructive hydrocephalus" #> #> #> $`obstructive jaundice` #> $`obstructive jaundice`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13603" #> #> $`obstructive jaundice`$`_id` #> [1] "DOID_13603<DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`obstructive jaundice`$privateGeneCount #> [1] 0 #> #> $`obstructive jaundice`$publicGeneCount #> [1] 1 #> #> $`obstructive jaundice`$urlId #> [1] "DOID_13603" #> #> $`obstructive jaundice`$dbPhenotype #> [1] TRUE #> #> $`obstructive jaundice`$`_parent` #> [1] "DOID_13580<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`obstructive jaundice`$`_is_leaf` #> [1] TRUE #> #> $`obstructive jaundice`$children #> list() #> #> $`obstructive jaundice`$value #> [1] "obstructive jaundice" #> #> #> $`obstructive lung disease` #> $`obstructive lung disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2320" #> #> $`obstructive lung disease`$`_id` #> [1] "DOID_2320<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`obstructive lung disease`$privateGeneCount #> [1] 0 #> #> $`obstructive lung disease`$publicGeneCount #> [1] 169 #> #> $`obstructive lung disease`$urlId #> [1] "DOID_2320" #> #> $`obstructive lung disease`$dbPhenotype #> [1] TRUE #> #> $`obstructive lung disease`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`obstructive lung disease`$`_is_leaf` #> [1] FALSE #> #> $`obstructive lung disease`$children #> $`obstructive lung disease`$children[[1]] #> [1] "DOID_3083<DOID_2320<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`obstructive lung disease`$value #> [1] "obstructive lung disease" #> #> #> $`Obstructive sleep apnea` #> $`Obstructive sleep apnea`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002870" #> #> $`Obstructive sleep apnea`$`_id` #> [1] "HP_0002870<HP_0010535<HP_0002104<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Obstructive sleep apnea`$privateGeneCount #> [1] 0 #> #> $`Obstructive sleep apnea`$publicGeneCount #> [1] 35 #> #> $`Obstructive sleep apnea`$urlId #> [1] "HP_0002870" #> #> $`Obstructive sleep apnea`$dbPhenotype #> [1] TRUE #> #> $`Obstructive sleep apnea`$`_parent` #> [1] "HP_0010535<HP_0002104<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Obstructive sleep apnea`$`_is_leaf` #> [1] TRUE #> #> $`Obstructive sleep apnea`$children #> list() #> #> $`Obstructive sleep apnea`$value #> [1] "Obstructive sleep apnea" #> #> #> $`occult macular dystrophy` #> $`occult macular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050578" #> #> $`occult macular dystrophy`$`_id` #> [1] "DOID_0050578<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`occult macular dystrophy`$privateGeneCount #> [1] 0 #> #> $`occult macular dystrophy`$publicGeneCount #> [1] 1 #> #> $`occult macular dystrophy`$urlId #> [1] "DOID_0050578" #> #> $`occult macular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`occult macular dystrophy`$`_parent` #> [1] "DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`occult macular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`occult macular dystrophy`$children #> list() #> #> $`occult macular dystrophy`$value #> [1] "occult macular dystrophy" #> #> #> $`occult macular dystrophy` #> $`occult macular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050578" #> #> $`occult macular dystrophy`$`_id` #> [1] "DOID_0050578<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`occult macular dystrophy`$privateGeneCount #> [1] 0 #> #> $`occult macular dystrophy`$publicGeneCount #> [1] 1 #> #> $`occult macular dystrophy`$urlId #> [1] "DOID_0050578" #> #> $`occult macular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`occult macular dystrophy`$`_parent` #> [1] "DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`occult macular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`occult macular dystrophy`$children #> list() #> #> $`occult macular dystrophy`$value #> [1] "occult macular dystrophy" #> #> #> $`occupational dermatitis` #> $`occupational dermatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4404" #> #> $`occupational dermatitis`$`_id` #> [1] "DOID_4404<DOID_2773<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`occupational dermatitis`$privateGeneCount #> [1] 0 #> #> $`occupational dermatitis`$publicGeneCount #> [1] 4 #> #> $`occupational dermatitis`$urlId #> [1] "DOID_4404" #> #> $`occupational dermatitis`$dbPhenotype #> [1] TRUE #> #> $`occupational dermatitis`$`_parent` #> [1] "DOID_2773<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`occupational dermatitis`$`_is_leaf` #> [1] TRUE #> #> $`occupational dermatitis`$children #> list() #> #> $`occupational dermatitis`$value #> [1] "occupational dermatitis" #> #> #> $`ocular albinism` #> $`ocular albinism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050633" #> #> $`ocular albinism`$`_id` #> [1] "DOID_0050633<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular albinism`$privateGeneCount #> [1] 0 #> #> $`ocular albinism`$publicGeneCount #> [1] 3 #> #> $`ocular albinism`$urlId #> [1] "DOID_0050633" #> #> $`ocular albinism`$dbPhenotype #> [1] TRUE #> #> $`ocular albinism`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular albinism`$`_is_leaf` #> [1] TRUE #> #> $`ocular albinism`$children #> list() #> #> $`ocular albinism`$value #> [1] "ocular albinism" #> #> #> $`Ocular albinism` #> $`Ocular albinism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001107" #> #> $`Ocular albinism`$`_id` #> [1] "HP_0001107<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Ocular albinism`$privateGeneCount #> [1] 0 #> #> $`Ocular albinism`$publicGeneCount #> [1] 1 #> #> $`Ocular albinism`$urlId #> [1] "HP_0001107" #> #> $`Ocular albinism`$dbPhenotype #> [1] TRUE #> #> $`Ocular albinism`$`_parent` #> [1] "HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Ocular albinism`$`_is_leaf` #> [1] TRUE #> #> $`Ocular albinism`$children #> list() #> #> $`Ocular albinism`$value #> [1] "Ocular albinism" #> #> #> $`Ocular albinism` #> $`Ocular albinism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001107" #> #> $`Ocular albinism`$`_id` #> [1] "HP_0001107<HP_0007730<HP_0008034<HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Ocular albinism`$privateGeneCount #> [1] 0 #> #> $`Ocular albinism`$publicGeneCount #> [1] 1 #> #> $`Ocular albinism`$urlId #> [1] "HP_0001107" #> #> $`Ocular albinism`$dbPhenotype #> [1] TRUE #> #> $`Ocular albinism`$`_parent` #> [1] "HP_0007730<HP_0008034<HP_0000525<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Ocular albinism`$`_is_leaf` #> [1] TRUE #> #> $`Ocular albinism`$children #> list() #> #> $`Ocular albinism`$value #> [1] "Ocular albinism" #> #> #> $`Ocular albinism` #> $`Ocular albinism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001107" #> #> $`Ocular albinism`$`_id` #> [1] "HP_0001107<HP_0007730<HP_0008034<HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Ocular albinism`$privateGeneCount #> [1] 0 #> #> $`Ocular albinism`$publicGeneCount #> [1] 1 #> #> $`Ocular albinism`$urlId #> [1] "HP_0001107" #> #> $`Ocular albinism`$dbPhenotype #> [1] TRUE #> #> $`Ocular albinism`$`_parent` #> [1] "HP_0007730<HP_0008034<HP_0000525<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Ocular albinism`$`_is_leaf` #> [1] TRUE #> #> $`Ocular albinism`$children #> list() #> #> $`Ocular albinism`$value #> [1] "Ocular albinism" #> #> #> $`Ocular anterior segment dysgenesis` #> $`Ocular anterior segment dysgenesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007700" #> #> $`Ocular anterior segment dysgenesis`$`_id` #> [1] "HP_0007700<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Ocular anterior segment dysgenesis`$privateGeneCount #> [1] 0 #> #> $`Ocular anterior segment dysgenesis`$publicGeneCount #> [1] 3 #> #> $`Ocular anterior segment dysgenesis`$urlId #> [1] "HP_0007700" #> #> $`Ocular anterior segment dysgenesis`$dbPhenotype #> [1] FALSE #> #> $`Ocular anterior segment dysgenesis`$`_parent` #> [1] "HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Ocular anterior segment dysgenesis`$`_is_leaf` #> [1] FALSE #> #> $`Ocular anterior segment dysgenesis`$children #> $`Ocular anterior segment dysgenesis`$children[[1]] #> [1] "HP_0000659<HP_0007700<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Ocular anterior segment dysgenesis`$value #> [1] "Ocular anterior segment dysgenesis" #> #> #> $`ocular cancer` #> $`ocular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2174" #> #> $`ocular cancer`$`_id` #> [1] "DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular cancer`$privateGeneCount #> [1] 0 #> #> $`ocular cancer`$publicGeneCount #> [1] 21 #> #> $`ocular cancer`$urlId #> [1] "DOID_2174" #> #> $`ocular cancer`$dbPhenotype #> [1] FALSE #> #> $`ocular cancer`$`_parent` #> [1] "DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular cancer`$`_is_leaf` #> [1] FALSE #> #> $`ocular cancer`$children #> $`ocular cancer`$children[[1]] #> [1] "DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular cancer`$children[[2]] #> [1] "DOID_3479<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`ocular cancer`$value #> [1] "ocular cancer" #> #> #> $`ocular cancer` #> $`ocular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2174" #> #> $`ocular cancer`$`_id` #> [1] "DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ocular cancer`$privateGeneCount #> [1] 0 #> #> $`ocular cancer`$publicGeneCount #> [1] 21 #> #> $`ocular cancer`$urlId #> [1] "DOID_2174" #> #> $`ocular cancer`$dbPhenotype #> [1] FALSE #> #> $`ocular cancer`$`_parent` #> [1] "DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ocular cancer`$`_is_leaf` #> [1] FALSE #> #> $`ocular cancer`$children #> $`ocular cancer`$children[[1]] #> [1] "DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ocular cancer`$children[[2]] #> [1] "DOID_3479<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`ocular cancer`$value #> [1] "ocular cancer" #> #> #> $`ocular cancer` #> $`ocular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2174" #> #> $`ocular cancer`$`_id` #> [1] "DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`ocular cancer`$privateGeneCount #> [1] 0 #> #> $`ocular cancer`$publicGeneCount #> [1] 21 #> #> $`ocular cancer`$urlId #> [1] "DOID_2174" #> #> $`ocular cancer`$dbPhenotype #> [1] FALSE #> #> $`ocular cancer`$`_parent` #> [1] "DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`ocular cancer`$`_is_leaf` #> [1] FALSE #> #> $`ocular cancer`$children #> $`ocular cancer`$children[[1]] #> [1] "DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`ocular cancer`$children[[2]] #> [1] "DOID_3479<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`ocular cancer`$value #> [1] "ocular cancer" #> #> #> $`ocular cancer` #> $`ocular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2174" #> #> $`ocular cancer`$`_id` #> [1] "DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular cancer`$privateGeneCount #> [1] 0 #> #> $`ocular cancer`$publicGeneCount #> [1] 21 #> #> $`ocular cancer`$urlId #> [1] "DOID_2174" #> #> $`ocular cancer`$dbPhenotype #> [1] FALSE #> #> $`ocular cancer`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular cancer`$`_is_leaf` #> [1] FALSE #> #> $`ocular cancer`$children #> $`ocular cancer`$children[[1]] #> [1] "DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular cancer`$children[[2]] #> [1] "DOID_3479<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`ocular cancer`$value #> [1] "ocular cancer" #> #> #> $`ocular hypertension` #> $`ocular hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9282" #> #> $`ocular hypertension`$`_id` #> [1] "DOID_9282<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular hypertension`$privateGeneCount #> [1] 0 #> #> $`ocular hypertension`$publicGeneCount #> [1] 7 #> #> $`ocular hypertension`$urlId #> [1] "DOID_9282" #> #> $`ocular hypertension`$dbPhenotype #> [1] TRUE #> #> $`ocular hypertension`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular hypertension`$`_is_leaf` #> [1] TRUE #> #> $`ocular hypertension`$children #> list() #> #> $`ocular hypertension`$value #> [1] "ocular hypertension" #> #> #> $`ocular motility disease` #> $`ocular motility disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1279" #> #> $`ocular motility disease`$`_id` #> [1] "DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular motility disease`$privateGeneCount #> [1] 0 #> #> $`ocular motility disease`$publicGeneCount #> [1] 21 #> #> $`ocular motility disease`$urlId #> [1] "DOID_1279" #> #> $`ocular motility disease`$dbPhenotype #> [1] TRUE #> #> $`ocular motility disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular motility disease`$`_is_leaf` #> [1] FALSE #> #> $`ocular motility disease`$children #> $`ocular motility disease`$children[[1]] #> [1] "DOID_539<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular motility disease`$children[[2]] #> [1] "DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`ocular motility disease`$children[[3]] #> [1] "DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`ocular motility disease`$value #> [1] "ocular motility disease" #> #> #> $`ocular motility disease` #> $`ocular motility disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1279" #> #> $`ocular motility disease`$`_id` #> [1] "DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`ocular motility disease`$privateGeneCount #> [1] 0 #> #> $`ocular motility disease`$publicGeneCount #> [1] 21 #> #> $`ocular motility disease`$urlId #> [1] "DOID_1279" #> #> $`ocular motility disease`$dbPhenotype #> [1] TRUE #> #> $`ocular motility disease`$`_parent` #> [1] "DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`ocular motility disease`$`_is_leaf` #> [1] FALSE #> #> $`ocular motility disease`$children #> $`ocular motility disease`$children[[1]] #> [1] "DOID_539<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`ocular motility disease`$children[[2]] #> [1] "DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`ocular motility disease`$children[[3]] #> [1] "DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`ocular motility disease`$value #> [1] "ocular motility disease" #> #> #> $`oculoauricular syndrome` #> $`oculoauricular syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060482" #> #> $`oculoauricular syndrome`$`_id` #> [1] "DOID_0060482<DOID_225<DOID_4" #> #> $`oculoauricular syndrome`$privateGeneCount #> [1] 0 #> #> $`oculoauricular syndrome`$publicGeneCount #> [1] 1 #> #> $`oculoauricular syndrome`$urlId #> [1] "DOID_0060482" #> #> $`oculoauricular syndrome`$dbPhenotype #> [1] TRUE #> #> $`oculoauricular syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`oculoauricular syndrome`$`_is_leaf` #> [1] TRUE #> #> $`oculoauricular syndrome`$children #> list() #> #> $`oculoauricular syndrome`$value #> [1] "oculoauricular syndrome" #> #> #> $`oculocerebrorenal syndrome` #> $`oculocerebrorenal syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1056" #> #> $`oculocerebrorenal syndrome`$`_id` #> [1] "DOID_1056<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`oculocerebrorenal syndrome`$privateGeneCount #> [1] 0 #> #> $`oculocerebrorenal syndrome`$publicGeneCount #> [1] 1 #> #> $`oculocerebrorenal syndrome`$urlId #> [1] "DOID_1056" #> #> $`oculocerebrorenal syndrome`$dbPhenotype #> [1] TRUE #> #> $`oculocerebrorenal syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`oculocerebrorenal syndrome`$`_is_leaf` #> [1] TRUE #> #> $`oculocerebrorenal syndrome`$children #> list() #> #> $`oculocerebrorenal syndrome`$value #> [1] "oculocerebrorenal syndrome" #> #> #> $`oculocerebrorenal syndrome` #> $`oculocerebrorenal syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1056" #> #> $`oculocerebrorenal syndrome`$`_id` #> [1] "DOID_1056<DOID_225<DOID_4" #> #> $`oculocerebrorenal syndrome`$privateGeneCount #> [1] 0 #> #> $`oculocerebrorenal syndrome`$publicGeneCount #> [1] 1 #> #> $`oculocerebrorenal syndrome`$urlId #> [1] "DOID_1056" #> #> $`oculocerebrorenal syndrome`$dbPhenotype #> [1] TRUE #> #> $`oculocerebrorenal syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`oculocerebrorenal syndrome`$`_is_leaf` #> [1] TRUE #> #> $`oculocerebrorenal syndrome`$children #> list() #> #> $`oculocerebrorenal syndrome`$value #> [1] "oculocerebrorenal syndrome" #> #> #> $`oculocutaneous albinism` #> $`oculocutaneous albinism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050632" #> #> $`oculocutaneous albinism`$`_id` #> [1] "DOID_0050632<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`oculocutaneous albinism`$privateGeneCount #> [1] 0 #> #> $`oculocutaneous albinism`$publicGeneCount #> [1] 9 #> #> $`oculocutaneous albinism`$urlId #> [1] "DOID_0050632" #> #> $`oculocutaneous albinism`$dbPhenotype #> [1] TRUE #> #> $`oculocutaneous albinism`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`oculocutaneous albinism`$`_is_leaf` #> [1] TRUE #> #> $`oculocutaneous albinism`$children #> list() #> #> $`oculocutaneous albinism`$value #> [1] "oculocutaneous albinism" #> #> #> $`oculocutaneous albinism` #> $`oculocutaneous albinism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050632" #> #> $`oculocutaneous albinism`$`_id` #> [1] "DOID_0050632<DOID_225<DOID_4" #> #> $`oculocutaneous albinism`$privateGeneCount #> [1] 0 #> #> $`oculocutaneous albinism`$publicGeneCount #> [1] 9 #> #> $`oculocutaneous albinism`$urlId #> [1] "DOID_0050632" #> #> $`oculocutaneous albinism`$dbPhenotype #> [1] TRUE #> #> $`oculocutaneous albinism`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`oculocutaneous albinism`$`_is_leaf` #> [1] TRUE #> #> $`oculocutaneous albinism`$children #> list() #> #> $`oculocutaneous albinism`$value #> [1] "oculocutaneous albinism" #> #> #> $`oculodentodigital dysplasia` #> $`oculodentodigital dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060291" #> #> $`oculodentodigital dysplasia`$`_id` #> [1] "DOID_0060291<DOID_225<DOID_4" #> #> $`oculodentodigital dysplasia`$privateGeneCount #> [1] 0 #> #> $`oculodentodigital dysplasia`$publicGeneCount #> [1] 1 #> #> $`oculodentodigital dysplasia`$urlId #> [1] "DOID_0060291" #> #> $`oculodentodigital dysplasia`$dbPhenotype #> [1] TRUE #> #> $`oculodentodigital dysplasia`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`oculodentodigital dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`oculodentodigital dysplasia`$children #> list() #> #> $`oculodentodigital dysplasia`$value #> [1] "oculodentodigital dysplasia" #> #> #> $`oculopharyngeal muscular dystrophy` #> $`oculopharyngeal muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11719" #> #> $`oculopharyngeal muscular dystrophy`$`_id` #> [1] "DOID_11719<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`oculopharyngeal muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`oculopharyngeal muscular dystrophy`$publicGeneCount #> [1] 1 #> #> $`oculopharyngeal muscular dystrophy`$urlId #> [1] "DOID_11719" #> #> $`oculopharyngeal muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`oculopharyngeal muscular dystrophy`$`_parent` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`oculopharyngeal muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`oculopharyngeal muscular dystrophy`$children #> list() #> #> $`oculopharyngeal muscular dystrophy`$value #> [1] "oculopharyngeal muscular dystrophy" #> #> #> $`Ogden syndrome` #> $`Ogden syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050781" #> #> $`Ogden syndrome`$`_id` #> [1] "DOID_0050781<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Ogden syndrome`$privateGeneCount #> [1] 0 #> #> $`Ogden syndrome`$publicGeneCount #> [1] 1 #> #> $`Ogden syndrome`$urlId #> [1] "DOID_0050781" #> #> $`Ogden syndrome`$dbPhenotype #> [1] TRUE #> #> $`Ogden syndrome`$`_parent` #> [1] "DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Ogden syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Ogden syndrome`$children #> list() #> #> $`Ogden syndrome`$value #> [1] "Ogden syndrome" #> #> #> $`Ogden syndrome` #> $`Ogden syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050781" #> #> $`Ogden syndrome`$`_id` #> [1] "DOID_0050781<DOID_225<DOID_4" #> #> $`Ogden syndrome`$privateGeneCount #> [1] 0 #> #> $`Ogden syndrome`$publicGeneCount #> [1] 1 #> #> $`Ogden syndrome`$urlId #> [1] "DOID_0050781" #> #> $`Ogden syndrome`$dbPhenotype #> [1] TRUE #> #> $`Ogden syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Ogden syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Ogden syndrome`$children #> list() #> #> $`Ogden syndrome`$value #> [1] "Ogden syndrome" #> #> #> $`Ohdo syndrome` #> $`Ohdo syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060289" #> #> $`Ohdo syndrome`$`_id` #> [1] "DOID_0060289<DOID_225<DOID_4" #> #> $`Ohdo syndrome`$privateGeneCount #> [1] 0 #> #> $`Ohdo syndrome`$publicGeneCount #> [1] 2 #> #> $`Ohdo syndrome`$urlId #> [1] "DOID_0060289" #> #> $`Ohdo syndrome`$dbPhenotype #> [1] TRUE #> #> $`Ohdo syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Ohdo syndrome`$`_is_leaf` #> [1] FALSE #> #> $`Ohdo syndrome`$children #> $`Ohdo syndrome`$children[[1]] #> [1] "DOID_0060290<DOID_0060289<DOID_225<DOID_4" #> #> #> $`Ohdo syndrome`$value #> [1] "Ohdo syndrome" #> #> #> $`Old-aged sensorineural hearing impairment` #> $`Old-aged sensorineural hearing impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040113" #> #> $`Old-aged sensorineural hearing impairment`$`_id` #> [1] "HP_0040113<HP_0000407<HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Old-aged sensorineural hearing impairment`$privateGeneCount #> [1] 0 #> #> $`Old-aged sensorineural hearing impairment`$publicGeneCount #> [1] 5 #> #> $`Old-aged sensorineural hearing impairment`$urlId #> [1] "HP_0040113" #> #> $`Old-aged sensorineural hearing impairment`$dbPhenotype #> [1] TRUE #> #> $`Old-aged sensorineural hearing impairment`$`_parent` #> [1] "HP_0000407<HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Old-aged sensorineural hearing impairment`$`_is_leaf` #> [1] TRUE #> #> $`Old-aged sensorineural hearing impairment`$children #> list() #> #> $`Old-aged sensorineural hearing impairment`$value #> [1] "Old-aged sensorineural hearing impairment" #> #> #> $`Old-aged sensorineural hearing impairment` #> $`Old-aged sensorineural hearing impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040113" #> #> $`Old-aged sensorineural hearing impairment`$`_id` #> [1] "HP_0040113<HP_0000407<HP_0011389<HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Old-aged sensorineural hearing impairment`$privateGeneCount #> [1] 0 #> #> $`Old-aged sensorineural hearing impairment`$publicGeneCount #> [1] 5 #> #> $`Old-aged sensorineural hearing impairment`$urlId #> [1] "HP_0040113" #> #> $`Old-aged sensorineural hearing impairment`$dbPhenotype #> [1] TRUE #> #> $`Old-aged sensorineural hearing impairment`$`_parent` #> [1] "HP_0000407<HP_0011389<HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Old-aged sensorineural hearing impairment`$`_is_leaf` #> [1] TRUE #> #> $`Old-aged sensorineural hearing impairment`$children #> list() #> #> $`Old-aged sensorineural hearing impairment`$value #> [1] "Old-aged sensorineural hearing impairment" #> #> #> $`olfactory groove meningioma` #> $`olfactory groove meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8057" #> #> $`olfactory groove meningioma`$`_id` #> [1] "DOID_8057<DOID_4436<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`olfactory groove meningioma`$privateGeneCount #> [1] 0 #> #> $`olfactory groove meningioma`$publicGeneCount #> [1] 16 #> #> $`olfactory groove meningioma`$urlId #> [1] "DOID_8057" #> #> $`olfactory groove meningioma`$dbPhenotype #> [1] TRUE #> #> $`olfactory groove meningioma`$`_parent` #> [1] "DOID_4436<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`olfactory groove meningioma`$`_is_leaf` #> [1] TRUE #> #> $`olfactory groove meningioma`$children #> list() #> #> $`olfactory groove meningioma`$value #> [1] "olfactory groove meningioma" #> #> #> $`olfactory groove meningioma` #> $`olfactory groove meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8057" #> #> $`olfactory groove meningioma`$`_id` #> [1] "DOID_8057<DOID_4436<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`olfactory groove meningioma`$privateGeneCount #> [1] 0 #> #> $`olfactory groove meningioma`$publicGeneCount #> [1] 16 #> #> $`olfactory groove meningioma`$urlId #> [1] "DOID_8057" #> #> $`olfactory groove meningioma`$dbPhenotype #> [1] TRUE #> #> $`olfactory groove meningioma`$`_parent` #> [1] "DOID_4436<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`olfactory groove meningioma`$`_is_leaf` #> [1] TRUE #> #> $`olfactory groove meningioma`$children #> list() #> #> $`olfactory groove meningioma`$value #> [1] "olfactory groove meningioma" #> #> #> $`olfactory groove meningioma` #> $`olfactory groove meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8057" #> #> $`olfactory groove meningioma`$`_id` #> [1] "DOID_8057<DOID_4436<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`olfactory groove meningioma`$privateGeneCount #> [1] 0 #> #> $`olfactory groove meningioma`$publicGeneCount #> [1] 16 #> #> $`olfactory groove meningioma`$urlId #> [1] "DOID_8057" #> #> $`olfactory groove meningioma`$dbPhenotype #> [1] TRUE #> #> $`olfactory groove meningioma`$`_parent` #> [1] "DOID_4436<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`olfactory groove meningioma`$`_is_leaf` #> [1] TRUE #> #> $`olfactory groove meningioma`$children #> list() #> #> $`olfactory groove meningioma`$value #> [1] "olfactory groove meningioma" #> #> #> $`olfactory nerve neoplasm` #> $`olfactory nerve neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_366" #> #> $`olfactory nerve neoplasm`$`_id` #> [1] "DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`olfactory nerve neoplasm`$privateGeneCount #> [1] 0 #> #> $`olfactory nerve neoplasm`$publicGeneCount #> [1] 1 #> #> $`olfactory nerve neoplasm`$urlId #> [1] "DOID_366" #> #> $`olfactory nerve neoplasm`$dbPhenotype #> [1] FALSE #> #> $`olfactory nerve neoplasm`$`_parent` #> [1] "DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`olfactory nerve neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`olfactory nerve neoplasm`$children #> $`olfactory nerve neoplasm`$children[[1]] #> [1] "DOID_369<DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`olfactory nerve neoplasm`$value #> [1] "olfactory nerve neoplasm" #> #> #> $`olfactory nerve neoplasm` #> $`olfactory nerve neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_366" #> #> $`olfactory nerve neoplasm`$`_id` #> [1] "DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`olfactory nerve neoplasm`$privateGeneCount #> [1] 0 #> #> $`olfactory nerve neoplasm`$publicGeneCount #> [1] 1 #> #> $`olfactory nerve neoplasm`$urlId #> [1] "DOID_366" #> #> $`olfactory nerve neoplasm`$dbPhenotype #> [1] FALSE #> #> $`olfactory nerve neoplasm`$`_parent` #> [1] "DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`olfactory nerve neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`olfactory nerve neoplasm`$children #> $`olfactory nerve neoplasm`$children[[1]] #> [1] "DOID_369<DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`olfactory nerve neoplasm`$value #> [1] "olfactory nerve neoplasm" #> #> #> $`olfactory nerve neoplasm` #> $`olfactory nerve neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_366" #> #> $`olfactory nerve neoplasm`$`_id` #> [1] "DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`olfactory nerve neoplasm`$privateGeneCount #> [1] 0 #> #> $`olfactory nerve neoplasm`$publicGeneCount #> [1] 1 #> #> $`olfactory nerve neoplasm`$urlId #> [1] "DOID_366" #> #> $`olfactory nerve neoplasm`$dbPhenotype #> [1] FALSE #> #> $`olfactory nerve neoplasm`$`_parent` #> [1] "DOID_2815<DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`olfactory nerve neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`olfactory nerve neoplasm`$children #> $`olfactory nerve neoplasm`$children[[1]] #> [1] "DOID_369<DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`olfactory nerve neoplasm`$value #> [1] "olfactory nerve neoplasm" #> #> #> $`olfactory nerve neoplasm` #> $`olfactory nerve neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_366" #> #> $`olfactory nerve neoplasm`$`_id` #> [1] "DOID_366<DOID_2815<DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`olfactory nerve neoplasm`$privateGeneCount #> [1] 0 #> #> $`olfactory nerve neoplasm`$publicGeneCount #> [1] 1 #> #> $`olfactory nerve neoplasm`$urlId #> [1] "DOID_366" #> #> $`olfactory nerve neoplasm`$dbPhenotype #> [1] FALSE #> #> $`olfactory nerve neoplasm`$`_parent` #> [1] "DOID_2815<DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`olfactory nerve neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`olfactory nerve neoplasm`$children #> $`olfactory nerve neoplasm`$children[[1]] #> [1] "DOID_369<DOID_366<DOID_2815<DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`olfactory nerve neoplasm`$value #> [1] "olfactory nerve neoplasm" #> #> #> $`olfactory neuroblastoma` #> $`olfactory neuroblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_369" #> #> $`olfactory neuroblastoma`$`_id` #> [1] "DOID_369<DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`olfactory neuroblastoma`$privateGeneCount #> [1] 0 #> #> $`olfactory neuroblastoma`$publicGeneCount #> [1] 1 #> #> $`olfactory neuroblastoma`$urlId #> [1] "DOID_369" #> #> $`olfactory neuroblastoma`$dbPhenotype #> [1] TRUE #> #> $`olfactory neuroblastoma`$`_parent` #> [1] "DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`olfactory neuroblastoma`$`_is_leaf` #> [1] TRUE #> #> $`olfactory neuroblastoma`$children #> list() #> #> $`olfactory neuroblastoma`$value #> [1] "olfactory neuroblastoma" #> #> #> $`olfactory neuroblastoma` #> $`olfactory neuroblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_369" #> #> $`olfactory neuroblastoma`$`_id` #> [1] "DOID_369<DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`olfactory neuroblastoma`$privateGeneCount #> [1] 0 #> #> $`olfactory neuroblastoma`$publicGeneCount #> [1] 1 #> #> $`olfactory neuroblastoma`$urlId #> [1] "DOID_369" #> #> $`olfactory neuroblastoma`$dbPhenotype #> [1] TRUE #> #> $`olfactory neuroblastoma`$`_parent` #> [1] "DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`olfactory neuroblastoma`$`_is_leaf` #> [1] TRUE #> #> $`olfactory neuroblastoma`$children #> list() #> #> $`olfactory neuroblastoma`$value #> [1] "olfactory neuroblastoma" #> #> #> $`olfactory neuroblastoma` #> $`olfactory neuroblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_369" #> #> $`olfactory neuroblastoma`$`_id` #> [1] "DOID_369<DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`olfactory neuroblastoma`$privateGeneCount #> [1] 0 #> #> $`olfactory neuroblastoma`$publicGeneCount #> [1] 1 #> #> $`olfactory neuroblastoma`$urlId #> [1] "DOID_369" #> #> $`olfactory neuroblastoma`$dbPhenotype #> [1] TRUE #> #> $`olfactory neuroblastoma`$`_parent` #> [1] "DOID_366<DOID_2815<DOID_338<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`olfactory neuroblastoma`$`_is_leaf` #> [1] TRUE #> #> $`olfactory neuroblastoma`$children #> list() #> #> $`olfactory neuroblastoma`$value #> [1] "olfactory neuroblastoma" #> #> #> $`olfactory neuroblastoma` #> $`olfactory neuroblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_369" #> #> $`olfactory neuroblastoma`$`_id` #> [1] "DOID_369<DOID_366<DOID_2815<DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`olfactory neuroblastoma`$privateGeneCount #> [1] 0 #> #> $`olfactory neuroblastoma`$publicGeneCount #> [1] 1 #> #> $`olfactory neuroblastoma`$urlId #> [1] "DOID_369" #> #> $`olfactory neuroblastoma`$dbPhenotype #> [1] TRUE #> #> $`olfactory neuroblastoma`$`_parent` #> [1] "DOID_366<DOID_2815<DOID_338<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`olfactory neuroblastoma`$`_is_leaf` #> [1] TRUE #> #> $`olfactory neuroblastoma`$children #> list() #> #> $`olfactory neuroblastoma`$value #> [1] "olfactory neuroblastoma" #> #> #> $oligodendroglioma #> $oligodendroglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3181" #> #> $oligodendroglioma$`_id` #> [1] "DOID_3181<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $oligodendroglioma$privateGeneCount #> [1] 0 #> #> $oligodendroglioma$publicGeneCount #> [1] 9 #> #> $oligodendroglioma$urlId #> [1] "DOID_3181" #> #> $oligodendroglioma$dbPhenotype #> [1] TRUE #> #> $oligodendroglioma$`_parent` #> [1] "DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $oligodendroglioma$`_is_leaf` #> [1] FALSE #> #> $oligodendroglioma$children #> $oligodendroglioma$children[[1]] #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $oligodendroglioma$children[[2]] #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $oligodendroglioma$value #> [1] "oligodendroglioma" #> #> #> $oligodendroglioma #> $oligodendroglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3181" #> #> $oligodendroglioma$`_id` #> [1] "DOID_3181<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$privateGeneCount #> [1] 0 #> #> $oligodendroglioma$publicGeneCount #> [1] 9 #> #> $oligodendroglioma$urlId #> [1] "DOID_3181" #> #> $oligodendroglioma$dbPhenotype #> [1] TRUE #> #> $oligodendroglioma$`_parent` #> [1] "DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$`_is_leaf` #> [1] FALSE #> #> $oligodendroglioma$children #> $oligodendroglioma$children[[1]] #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$children[[2]] #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $oligodendroglioma$value #> [1] "oligodendroglioma" #> #> #> $oligodendroglioma #> $oligodendroglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3181" #> #> $oligodendroglioma$`_id` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $oligodendroglioma$privateGeneCount #> [1] 0 #> #> $oligodendroglioma$publicGeneCount #> [1] 9 #> #> $oligodendroglioma$urlId #> [1] "DOID_3181" #> #> $oligodendroglioma$dbPhenotype #> [1] TRUE #> #> $oligodendroglioma$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $oligodendroglioma$`_is_leaf` #> [1] FALSE #> #> $oligodendroglioma$children #> $oligodendroglioma$children[[1]] #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $oligodendroglioma$children[[2]] #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $oligodendroglioma$value #> [1] "oligodendroglioma" #> #> #> $oligodendroglioma #> $oligodendroglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3181" #> #> $oligodendroglioma$`_id` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $oligodendroglioma$privateGeneCount #> [1] 0 #> #> $oligodendroglioma$publicGeneCount #> [1] 9 #> #> $oligodendroglioma$urlId #> [1] "DOID_3181" #> #> $oligodendroglioma$dbPhenotype #> [1] TRUE #> #> $oligodendroglioma$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $oligodendroglioma$`_is_leaf` #> [1] FALSE #> #> $oligodendroglioma$children #> $oligodendroglioma$children[[1]] #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $oligodendroglioma$children[[2]] #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $oligodendroglioma$value #> [1] "oligodendroglioma" #> #> #> $oligodendroglioma #> $oligodendroglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3181" #> #> $oligodendroglioma$`_id` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $oligodendroglioma$privateGeneCount #> [1] 0 #> #> $oligodendroglioma$publicGeneCount #> [1] 9 #> #> $oligodendroglioma$urlId #> [1] "DOID_3181" #> #> $oligodendroglioma$dbPhenotype #> [1] TRUE #> #> $oligodendroglioma$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $oligodendroglioma$`_is_leaf` #> [1] FALSE #> #> $oligodendroglioma$children #> $oligodendroglioma$children[[1]] #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $oligodendroglioma$children[[2]] #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $oligodendroglioma$value #> [1] "oligodendroglioma" #> #> #> $oligodendroglioma #> $oligodendroglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3181" #> #> $oligodendroglioma$`_id` #> [1] "DOID_3181<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $oligodendroglioma$privateGeneCount #> [1] 0 #> #> $oligodendroglioma$publicGeneCount #> [1] 9 #> #> $oligodendroglioma$urlId #> [1] "DOID_3181" #> #> $oligodendroglioma$dbPhenotype #> [1] TRUE #> #> $oligodendroglioma$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $oligodendroglioma$`_is_leaf` #> [1] FALSE #> #> $oligodendroglioma$children #> $oligodendroglioma$children[[1]] #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $oligodendroglioma$children[[2]] #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $oligodendroglioma$value #> [1] "oligodendroglioma" #> #> #> $oligodendroglioma #> $oligodendroglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3181" #> #> $oligodendroglioma$`_id` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$privateGeneCount #> [1] 0 #> #> $oligodendroglioma$publicGeneCount #> [1] 9 #> #> $oligodendroglioma$urlId #> [1] "DOID_3181" #> #> $oligodendroglioma$dbPhenotype #> [1] TRUE #> #> $oligodendroglioma$`_parent` #> [1] "DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$`_is_leaf` #> [1] FALSE #> #> $oligodendroglioma$children #> $oligodendroglioma$children[[1]] #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$children[[2]] #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $oligodendroglioma$value #> [1] "oligodendroglioma" #> #> #> $oligodendroglioma #> $oligodendroglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3181" #> #> $oligodendroglioma$`_id` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $oligodendroglioma$privateGeneCount #> [1] 0 #> #> $oligodendroglioma$publicGeneCount #> [1] 9 #> #> $oligodendroglioma$urlId #> [1] "DOID_3181" #> #> $oligodendroglioma$dbPhenotype #> [1] TRUE #> #> $oligodendroglioma$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $oligodendroglioma$`_is_leaf` #> [1] FALSE #> #> $oligodendroglioma$children #> $oligodendroglioma$children[[1]] #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $oligodendroglioma$children[[2]] #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $oligodendroglioma$value #> [1] "oligodendroglioma" #> #> #> $oligodendroglioma #> $oligodendroglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3181" #> #> $oligodendroglioma$`_id` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$privateGeneCount #> [1] 0 #> #> $oligodendroglioma$publicGeneCount #> [1] 9 #> #> $oligodendroglioma$urlId #> [1] "DOID_3181" #> #> $oligodendroglioma$dbPhenotype #> [1] TRUE #> #> $oligodendroglioma$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$`_is_leaf` #> [1] FALSE #> #> $oligodendroglioma$children #> $oligodendroglioma$children[[1]] #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$children[[2]] #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $oligodendroglioma$value #> [1] "oligodendroglioma" #> #> #> $oligodendroglioma #> $oligodendroglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3181" #> #> $oligodendroglioma$`_id` #> [1] "DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$privateGeneCount #> [1] 0 #> #> $oligodendroglioma$publicGeneCount #> [1] 9 #> #> $oligodendroglioma$urlId #> [1] "DOID_3181" #> #> $oligodendroglioma$dbPhenotype #> [1] TRUE #> #> $oligodendroglioma$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$`_is_leaf` #> [1] FALSE #> #> $oligodendroglioma$children #> $oligodendroglioma$children[[1]] #> [1] "DOID_3186<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $oligodendroglioma$children[[2]] #> [1] "DOID_3183<DOID_3181<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $oligodendroglioma$value #> [1] "oligodendroglioma" #> #> #> $Oligomenorrhea #> $Oligomenorrhea$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000876" #> #> $Oligomenorrhea$`_id` #> [1] "HP_0000876<HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Oligomenorrhea$privateGeneCount #> [1] 0 #> #> $Oligomenorrhea$publicGeneCount #> [1] 1 #> #> $Oligomenorrhea$urlId #> [1] "HP_0000876" #> #> $Oligomenorrhea$dbPhenotype #> [1] TRUE #> #> $Oligomenorrhea$`_parent` #> [1] "HP_0000140<HP_0030012<HP_0000080<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $Oligomenorrhea$`_is_leaf` #> [1] TRUE #> #> $Oligomenorrhea$children #> list() #> #> $Oligomenorrhea$value #> [1] "Oligomenorrhea" #> #> #> $oligospermia #> $oligospermia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14228" #> #> $oligospermia$`_id` #> [1] "DOID_14228<DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $oligospermia$privateGeneCount #> [1] 0 #> #> $oligospermia$publicGeneCount #> [1] 9 #> #> $oligospermia$urlId #> [1] "DOID_14228" #> #> $oligospermia$dbPhenotype #> [1] TRUE #> #> $oligospermia$`_parent` #> [1] "DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $oligospermia$`_is_leaf` #> [1] TRUE #> #> $oligospermia$children #> list() #> #> $oligospermia$value #> [1] "oligospermia" #> #> #> $Oliguria #> $Oliguria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100520" #> #> $Oliguria$`_id` #> [1] "HP_0100520<HP_0011037<HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Oliguria$privateGeneCount #> [1] 0 #> #> $Oliguria$publicGeneCount #> [1] 4 #> #> $Oliguria$urlId #> [1] "HP_0100520" #> #> $Oliguria$dbPhenotype #> [1] TRUE #> #> $Oliguria$`_parent` #> [1] "HP_0011037<HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Oliguria$`_is_leaf` #> [1] TRUE #> #> $Oliguria$children #> list() #> #> $Oliguria$value #> [1] "Oliguria" #> #> #> $Oliguria #> $Oliguria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100520" #> #> $Oliguria$`_id` #> [1] "HP_0100520<HP_0011037<HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Oliguria$privateGeneCount #> [1] 0 #> #> $Oliguria$publicGeneCount #> [1] 4 #> #> $Oliguria$urlId #> [1] "HP_0100520" #> #> $Oliguria$dbPhenotype #> [1] TRUE #> #> $Oliguria$`_parent` #> [1] "HP_0011037<HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Oliguria$`_is_leaf` #> [1] TRUE #> #> $Oliguria$children #> list() #> #> $Oliguria$value #> [1] "Oliguria" #> #> #> $`olivopontocerebellar atrophy` #> $`olivopontocerebellar atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14784" #> #> $`olivopontocerebellar atrophy`$`_id` #> [1] "DOID_14784<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`olivopontocerebellar atrophy`$privateGeneCount #> [1] 0 #> #> $`olivopontocerebellar atrophy`$publicGeneCount #> [1] 1 #> #> $`olivopontocerebellar atrophy`$urlId #> [1] "DOID_14784" #> #> $`olivopontocerebellar atrophy`$dbPhenotype #> [1] TRUE #> #> $`olivopontocerebellar atrophy`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`olivopontocerebellar atrophy`$`_is_leaf` #> [1] TRUE #> #> $`olivopontocerebellar atrophy`$children #> list() #> #> $`olivopontocerebellar atrophy`$value #> [1] "olivopontocerebellar atrophy" #> #> #> $`Ollier disease` #> $`Ollier disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4624" #> #> $`Ollier disease`$`_id` #> [1] "DOID_4624<DOID_225<DOID_4" #> #> $`Ollier disease`$privateGeneCount #> [1] 0 #> #> $`Ollier disease`$publicGeneCount #> [1] 3 #> #> $`Ollier disease`$urlId #> [1] "DOID_4624" #> #> $`Ollier disease`$dbPhenotype #> [1] TRUE #> #> $`Ollier disease`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Ollier disease`$`_is_leaf` #> [1] TRUE #> #> $`Ollier disease`$children #> list() #> #> $`Ollier disease`$value #> [1] "Ollier disease" #> #> #> $`Omenn syndrome` #> $`Omenn syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060010" #> #> $`Omenn syndrome`$`_id` #> [1] "DOID_0060010<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`Omenn syndrome`$privateGeneCount #> [1] 0 #> #> $`Omenn syndrome`$publicGeneCount #> [1] 3 #> #> $`Omenn syndrome`$urlId #> [1] "DOID_0060010" #> #> $`Omenn syndrome`$dbPhenotype #> [1] TRUE #> #> $`Omenn syndrome`$`_parent` #> [1] "DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`Omenn syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Omenn syndrome`$children #> list() #> #> $`Omenn syndrome`$value #> [1] "Omenn syndrome" #> #> #> $omodysplasia #> $omodysplasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060288" #> #> $omodysplasia$`_id` #> [1] "DOID_0060288<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $omodysplasia$privateGeneCount #> [1] 0 #> #> $omodysplasia$publicGeneCount #> [1] 1 #> #> $omodysplasia$urlId #> [1] "DOID_0060288" #> #> $omodysplasia$dbPhenotype #> [1] TRUE #> #> $omodysplasia$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $omodysplasia$`_is_leaf` #> [1] TRUE #> #> $omodysplasia$children #> list() #> #> $omodysplasia$value #> [1] "omodysplasia" #> #> #> $onchocerciasis #> $onchocerciasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11678" #> #> $onchocerciasis$`_id` #> [1] "DOID_11678<DOID_1080<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $onchocerciasis$privateGeneCount #> [1] 0 #> #> $onchocerciasis$publicGeneCount #> [1] 3 #> #> $onchocerciasis$urlId #> [1] "DOID_11678" #> #> $onchocerciasis$dbPhenotype #> [1] TRUE #> #> $onchocerciasis$`_parent` #> [1] "DOID_1080<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $onchocerciasis$`_is_leaf` #> [1] TRUE #> #> $onchocerciasis$children #> list() #> #> $onchocerciasis$value #> [1] "onchocerciasis" #> #> #> $Onset #> $Onset$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003674" #> #> $Onset$`_id` #> [1] "HP_0003674<HP_0031797<HP_0000001" #> #> $Onset$privateGeneCount #> [1] 0 #> #> $Onset$publicGeneCount #> [1] 2 #> #> $Onset$urlId #> [1] "HP_0003674" #> #> $Onset$dbPhenotype #> [1] FALSE #> #> $Onset$`_parent` #> [1] "HP_0031797<HP_0000001" #> #> $Onset$`_is_leaf` #> [1] FALSE #> #> $Onset$children #> $Onset$children[[1]] #> [1] "HP_0410280<HP_0003674<HP_0031797<HP_0000001" #> #> #> $Onset$value #> [1] "Onset" #> #> #> $`Opacification of the corneal stroma` #> $`Opacification of the corneal stroma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007759" #> #> $`Opacification of the corneal stroma`$`_id` #> [1] "HP_0007759<HP_0007957<HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Opacification of the corneal stroma`$privateGeneCount #> [1] 0 #> #> $`Opacification of the corneal stroma`$publicGeneCount #> [1] 4 #> #> $`Opacification of the corneal stroma`$urlId #> [1] "HP_0007759" #> #> $`Opacification of the corneal stroma`$dbPhenotype #> [1] TRUE #> #> $`Opacification of the corneal stroma`$`_parent` #> [1] "HP_0007957<HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Opacification of the corneal stroma`$`_is_leaf` #> [1] TRUE #> #> $`Opacification of the corneal stroma`$children #> list() #> #> $`Opacification of the corneal stroma`$value #> [1] "Opacification of the corneal stroma" #> #> #> $`Opacification of the corneal stroma` #> $`Opacification of the corneal stroma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007759" #> #> $`Opacification of the corneal stroma`$`_id` #> [1] "HP_0007759<HP_0011492<HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Opacification of the corneal stroma`$privateGeneCount #> [1] 0 #> #> $`Opacification of the corneal stroma`$publicGeneCount #> [1] 4 #> #> $`Opacification of the corneal stroma`$urlId #> [1] "HP_0007759" #> #> $`Opacification of the corneal stroma`$dbPhenotype #> [1] TRUE #> #> $`Opacification of the corneal stroma`$`_parent` #> [1] "HP_0011492<HP_0000481<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Opacification of the corneal stroma`$`_is_leaf` #> [1] TRUE #> #> $`Opacification of the corneal stroma`$children #> list() #> #> $`Opacification of the corneal stroma`$value #> [1] "Opacification of the corneal stroma" #> #> #> $`open-angle glaucoma` #> $`open-angle glaucoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1067" #> #> $`open-angle glaucoma`$`_id` #> [1] "DOID_1067<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`open-angle glaucoma`$privateGeneCount #> [1] 0 #> #> $`open-angle glaucoma`$publicGeneCount #> [1] 47 #> #> $`open-angle glaucoma`$urlId #> [1] "DOID_1067" #> #> $`open-angle glaucoma`$dbPhenotype #> [1] TRUE #> #> $`open-angle glaucoma`$`_parent` #> [1] "DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`open-angle glaucoma`$`_is_leaf` #> [1] FALSE #> #> $`open-angle glaucoma`$children #> $`open-angle glaucoma`$children[[1]] #> [1] "DOID_13544<DOID_1067<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`open-angle glaucoma`$children[[2]] #> [1] "DOID_1070<DOID_1067<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`open-angle glaucoma`$value #> [1] "open-angle glaucoma" #> #> #> $ophthalmoplegia #> $ophthalmoplegia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_539" #> #> $ophthalmoplegia$`_id` #> [1] "DOID_539<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $ophthalmoplegia$privateGeneCount #> [1] 0 #> #> $ophthalmoplegia$publicGeneCount #> [1] 5 #> #> $ophthalmoplegia$urlId #> [1] "DOID_539" #> #> $ophthalmoplegia$dbPhenotype #> [1] TRUE #> #> $ophthalmoplegia$`_parent` #> [1] "DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $ophthalmoplegia$`_is_leaf` #> [1] FALSE #> #> $ophthalmoplegia$children #> $ophthalmoplegia$children[[1]] #> [1] "DOID_538<DOID_539<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $ophthalmoplegia$value #> [1] "ophthalmoplegia" #> #> #> $ophthalmoplegia #> $ophthalmoplegia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_539" #> #> $ophthalmoplegia$`_id` #> [1] "DOID_539<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $ophthalmoplegia$privateGeneCount #> [1] 0 #> #> $ophthalmoplegia$publicGeneCount #> [1] 5 #> #> $ophthalmoplegia$urlId #> [1] "DOID_539" #> #> $ophthalmoplegia$dbPhenotype #> [1] TRUE #> #> $ophthalmoplegia$`_parent` #> [1] "DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $ophthalmoplegia$`_is_leaf` #> [1] FALSE #> #> $ophthalmoplegia$children #> $ophthalmoplegia$children[[1]] #> [1] "DOID_538<DOID_539<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $ophthalmoplegia$value #> [1] "ophthalmoplegia" #> #> #> $`opiate dependence` #> $`opiate dependence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2559" #> #> $`opiate dependence`$`_id` #> [1] "DOID_2559<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`opiate dependence`$privateGeneCount #> [1] 0 #> #> $`opiate dependence`$publicGeneCount #> [1] 23 #> #> $`opiate dependence`$urlId #> [1] "DOID_2559" #> #> $`opiate dependence`$dbPhenotype #> [1] TRUE #> #> $`opiate dependence`$`_parent` #> [1] "DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`opiate dependence`$`_is_leaf` #> [1] FALSE #> #> $`opiate dependence`$children #> $`opiate dependence`$children[[1]] #> [1] "DOID_9976<DOID_2559<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`opiate dependence`$children[[2]] #> [1] "DOID_2560<DOID_2559<DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> #> $`opiate dependence`$value #> [1] "opiate dependence" #> #> #> $opisthorchiasis #> $opisthorchiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13768" #> #> $opisthorchiasis$`_id` #> [1] "DOID_13768<DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $opisthorchiasis$privateGeneCount #> [1] 0 #> #> $opisthorchiasis$publicGeneCount #> [1] 1 #> #> $opisthorchiasis$urlId #> [1] "DOID_13768" #> #> $opisthorchiasis$dbPhenotype #> [1] TRUE #> #> $opisthorchiasis$`_parent` #> [1] "DOID_0060262<DOID_77<DOID_7<DOID_4" #> #> $opisthorchiasis$`_is_leaf` #> [1] TRUE #> #> $opisthorchiasis$children #> list() #> #> $opisthorchiasis$value #> [1] "opisthorchiasis" #> #> #> $opisthorchiasis #> $opisthorchiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13768" #> #> $opisthorchiasis$`_id` #> [1] "DOID_13768<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $opisthorchiasis$privateGeneCount #> [1] 0 #> #> $opisthorchiasis$publicGeneCount #> [1] 1 #> #> $opisthorchiasis$urlId #> [1] "DOID_13768" #> #> $opisthorchiasis$dbPhenotype #> [1] TRUE #> #> $opisthorchiasis$`_parent` #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $opisthorchiasis$`_is_leaf` #> [1] TRUE #> #> $opisthorchiasis$children #> list() #> #> $opisthorchiasis$value #> [1] "opisthorchiasis" #> #> #> $opisthorchiasis #> $opisthorchiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13768" #> #> $opisthorchiasis$`_id` #> [1] "DOID_13768<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $opisthorchiasis$privateGeneCount #> [1] 0 #> #> $opisthorchiasis$publicGeneCount #> [1] 1 #> #> $opisthorchiasis$urlId #> [1] "DOID_13768" #> #> $opisthorchiasis$dbPhenotype #> [1] TRUE #> #> $opisthorchiasis$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $opisthorchiasis$`_is_leaf` #> [1] TRUE #> #> $opisthorchiasis$children #> list() #> #> $opisthorchiasis$value #> [1] "opisthorchiasis" #> #> #> $opisthorchiasis #> $opisthorchiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13768" #> #> $opisthorchiasis$`_id` #> [1] "DOID_13768<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $opisthorchiasis$privateGeneCount #> [1] 0 #> #> $opisthorchiasis$publicGeneCount #> [1] 1 #> #> $opisthorchiasis$urlId #> [1] "DOID_13768" #> #> $opisthorchiasis$dbPhenotype #> [1] TRUE #> #> $opisthorchiasis$`_parent` #> [1] "DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $opisthorchiasis$`_is_leaf` #> [1] TRUE #> #> $opisthorchiasis$children #> list() #> #> $opisthorchiasis$value #> [1] "opisthorchiasis" #> #> #> $`Opitz-GBBB syndrome` #> $`Opitz-GBBB syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050780" #> #> $`Opitz-GBBB syndrome`$`_id` #> [1] "DOID_0050780<DOID_0050177<DOID_630<DOID_4" #> #> $`Opitz-GBBB syndrome`$privateGeneCount #> [1] 0 #> #> $`Opitz-GBBB syndrome`$publicGeneCount #> [1] 2 #> #> $`Opitz-GBBB syndrome`$urlId #> [1] "DOID_0050780" #> #> $`Opitz-GBBB syndrome`$dbPhenotype #> [1] TRUE #> #> $`Opitz-GBBB syndrome`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`Opitz-GBBB syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Opitz-GBBB syndrome`$children #> list() #> #> $`Opitz-GBBB syndrome`$value #> [1] "Opitz-GBBB syndrome" #> #> #> $`Opitz-GBBB syndrome` #> $`Opitz-GBBB syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050780" #> #> $`Opitz-GBBB syndrome`$`_id` #> [1] "DOID_0050780<DOID_225<DOID_4" #> #> $`Opitz-GBBB syndrome`$privateGeneCount #> [1] 0 #> #> $`Opitz-GBBB syndrome`$publicGeneCount #> [1] 2 #> #> $`Opitz-GBBB syndrome`$urlId #> [1] "DOID_0050780" #> #> $`Opitz-GBBB syndrome`$dbPhenotype #> [1] TRUE #> #> $`Opitz-GBBB syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Opitz-GBBB syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Opitz-GBBB syndrome`$children #> list() #> #> $`Opitz-GBBB syndrome`$value #> [1] "Opitz-GBBB syndrome" #> #> #> $`opportunistic mycosis` #> $`opportunistic mycosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2473" #> #> $`opportunistic mycosis`$`_id` #> [1] "DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`opportunistic mycosis`$privateGeneCount #> [1] 0 #> #> $`opportunistic mycosis`$publicGeneCount #> [1] 28 #> #> $`opportunistic mycosis`$urlId #> [1] "DOID_2473" #> #> $`opportunistic mycosis`$dbPhenotype #> [1] FALSE #> #> $`opportunistic mycosis`$`_parent` #> [1] "DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`opportunistic mycosis`$`_is_leaf` #> [1] FALSE #> #> $`opportunistic mycosis`$children #> $`opportunistic mycosis`$children[[1]] #> [1] "DOID_13564<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`opportunistic mycosis`$children[[2]] #> [1] "DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`opportunistic mycosis`$children[[3]] #> [1] "DOID_11339<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> #> $`opportunistic mycosis`$value #> [1] "opportunistic mycosis" #> #> #> $`optic atrophy` #> $`optic atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5723" #> #> $`optic atrophy`$`_id` #> [1] "DOID_5723<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic atrophy`$privateGeneCount #> [1] 0 #> #> $`optic atrophy`$publicGeneCount #> [1] 13 #> #> $`optic atrophy`$urlId #> [1] "DOID_5723" #> #> $`optic atrophy`$dbPhenotype #> [1] TRUE #> #> $`optic atrophy`$`_parent` #> [1] "DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic atrophy`$`_is_leaf` #> [1] TRUE #> #> $`optic atrophy`$children #> list() #> #> $`optic atrophy`$value #> [1] "optic atrophy" #> #> #> $`optic nerve disease` #> $`optic nerve disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1891" #> #> $`optic nerve disease`$`_id` #> [1] "DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic nerve disease`$privateGeneCount #> [1] 0 #> #> $`optic nerve disease`$publicGeneCount #> [1] 54 #> #> $`optic nerve disease`$urlId #> [1] "DOID_1891" #> #> $`optic nerve disease`$dbPhenotype #> [1] TRUE #> #> $`optic nerve disease`$`_parent` #> [1] "DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic nerve disease`$`_is_leaf` #> [1] FALSE #> #> $`optic nerve disease`$children #> $`optic nerve disease`$children[[1]] #> [1] "DOID_12010<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic nerve disease`$children[[2]] #> [1] "DOID_705<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic nerve disease`$children[[3]] #> [1] "DOID_8869<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic nerve disease`$children[[4]] #> [1] "DOID_5723<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic nerve disease`$children[[5]] #> [1] "DOID_1210<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic nerve disease`$children[[6]] #> [1] "DOID_146<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`optic nerve disease`$value #> [1] "optic nerve disease" #> #> #> $`Optic nerve hypoplasia` #> $`Optic nerve hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000609" #> #> $`Optic nerve hypoplasia`$`_id` #> [1] "HP_0000609<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Optic nerve hypoplasia`$privateGeneCount #> [1] 0 #> #> $`Optic nerve hypoplasia`$publicGeneCount #> [1] 2 #> #> $`Optic nerve hypoplasia`$urlId #> [1] "HP_0000609" #> #> $`Optic nerve hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`Optic nerve hypoplasia`$`_parent` #> [1] "HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Optic nerve hypoplasia`$`_is_leaf` #> [1] FALSE #> #> $`Optic nerve hypoplasia`$children #> $`Optic nerve hypoplasia`$children[[1]] #> [1] "HP_0100842<HP_0000609<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Optic nerve hypoplasia`$value #> [1] "Optic nerve hypoplasia" #> #> #> $`Optic nerve hypoplasia` #> $`Optic nerve hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000609" #> #> $`Optic nerve hypoplasia`$`_id` #> [1] "HP_0000609<HP_0008058<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Optic nerve hypoplasia`$privateGeneCount #> [1] 0 #> #> $`Optic nerve hypoplasia`$publicGeneCount #> [1] 2 #> #> $`Optic nerve hypoplasia`$urlId #> [1] "HP_0000609" #> #> $`Optic nerve hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`Optic nerve hypoplasia`$`_parent` #> [1] "HP_0008058<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Optic nerve hypoplasia`$`_is_leaf` #> [1] FALSE #> #> $`Optic nerve hypoplasia`$children #> $`Optic nerve hypoplasia`$children[[1]] #> [1] "HP_0100842<HP_0000609<HP_0008058<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Optic nerve hypoplasia`$value #> [1] "Optic nerve hypoplasia" #> #> #> $`Optic nerve hypoplasia` #> $`Optic nerve hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000609" #> #> $`Optic nerve hypoplasia`$`_id` #> [1] "HP_0000609<HP_0008058<HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Optic nerve hypoplasia`$privateGeneCount #> [1] 0 #> #> $`Optic nerve hypoplasia`$publicGeneCount #> [1] 2 #> #> $`Optic nerve hypoplasia`$urlId #> [1] "HP_0000609" #> #> $`Optic nerve hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`Optic nerve hypoplasia`$`_parent` #> [1] "HP_0008058<HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Optic nerve hypoplasia`$`_is_leaf` #> [1] FALSE #> #> $`Optic nerve hypoplasia`$children #> $`Optic nerve hypoplasia`$children[[1]] #> [1] "HP_0100842<HP_0000609<HP_0008058<HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Optic nerve hypoplasia`$value #> [1] "Optic nerve hypoplasia" #> #> #> $`Optic nerve hypoplasia` #> $`Optic nerve hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000609" #> #> $`Optic nerve hypoplasia`$`_id` #> [1] "HP_0000609<HP_0008058<HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Optic nerve hypoplasia`$privateGeneCount #> [1] 0 #> #> $`Optic nerve hypoplasia`$publicGeneCount #> [1] 2 #> #> $`Optic nerve hypoplasia`$urlId #> [1] "HP_0000609" #> #> $`Optic nerve hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`Optic nerve hypoplasia`$`_parent` #> [1] "HP_0008058<HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Optic nerve hypoplasia`$`_is_leaf` #> [1] FALSE #> #> $`Optic nerve hypoplasia`$children #> $`Optic nerve hypoplasia`$children[[1]] #> [1] "HP_0100842<HP_0000609<HP_0008058<HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Optic nerve hypoplasia`$value #> [1] "Optic nerve hypoplasia" #> #> #> $`optic neuritis` #> $`optic neuritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1210" #> #> $`optic neuritis`$`_id` #> [1] "DOID_1210<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic neuritis`$privateGeneCount #> [1] 0 #> #> $`optic neuritis`$publicGeneCount #> [1] 10 #> #> $`optic neuritis`$urlId #> [1] "DOID_1210" #> #> $`optic neuritis`$dbPhenotype #> [1] TRUE #> #> $`optic neuritis`$`_parent` #> [1] "DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`optic neuritis`$`_is_leaf` #> [1] TRUE #> #> $`optic neuritis`$children #> list() #> #> $`optic neuritis`$value #> [1] "optic neuritis" #> #> #> $`Optic neuropathy` #> $`Optic neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001138" #> #> $`Optic neuropathy`$`_id` #> [1] "HP_0001138<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Optic neuropathy`$privateGeneCount #> [1] 0 #> #> $`Optic neuropathy`$publicGeneCount #> [1] 1 #> #> $`Optic neuropathy`$urlId #> [1] "HP_0001138" #> #> $`Optic neuropathy`$dbPhenotype #> [1] FALSE #> #> $`Optic neuropathy`$`_parent` #> [1] "HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Optic neuropathy`$`_is_leaf` #> [1] FALSE #> #> $`Optic neuropathy`$children #> $`Optic neuropathy`$children[[1]] #> [1] "HP_0007634<HP_0001138<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Optic neuropathy`$value #> [1] "Optic neuropathy" #> #> #> $`oral candidiasis` #> $`oral candidiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14262" #> #> $`oral candidiasis`$`_id` #> [1] "DOID_14262<DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`oral candidiasis`$privateGeneCount #> [1] 0 #> #> $`oral candidiasis`$publicGeneCount #> [1] 1 #> #> $`oral candidiasis`$urlId #> [1] "DOID_14262" #> #> $`oral candidiasis`$dbPhenotype #> [1] TRUE #> #> $`oral candidiasis`$`_parent` #> [1] "DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`oral candidiasis`$`_is_leaf` #> [1] TRUE #> #> $`oral candidiasis`$children #> list() #> #> $`oral candidiasis`$value #> [1] "oral candidiasis" #> #> #> $`oral candidiasis` #> $`oral candidiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14262" #> #> $`oral candidiasis`$`_id` #> [1] "DOID_14262<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`oral candidiasis`$privateGeneCount #> [1] 0 #> #> $`oral candidiasis`$publicGeneCount #> [1] 1 #> #> $`oral candidiasis`$urlId #> [1] "DOID_14262" #> #> $`oral candidiasis`$dbPhenotype #> [1] TRUE #> #> $`oral candidiasis`$`_parent` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`oral candidiasis`$`_is_leaf` #> [1] TRUE #> #> $`oral candidiasis`$children #> list() #> #> $`oral candidiasis`$value #> [1] "oral candidiasis" #> #> #> $`oral cavity cancer` #> $`oral cavity cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8618" #> #> $`oral cavity cancer`$`_id` #> [1] "DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`oral cavity cancer`$privateGeneCount #> [1] 0 #> #> $`oral cavity cancer`$publicGeneCount #> [1] 293 #> #> $`oral cavity cancer`$urlId #> [1] "DOID_8618" #> #> $`oral cavity cancer`$dbPhenotype #> [1] FALSE #> #> $`oral cavity cancer`$`_parent` #> [1] "DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`oral cavity cancer`$`_is_leaf` #> [1] FALSE #> #> $`oral cavity cancer`$children #> $`oral cavity cancer`$children[[1]] #> [1] "DOID_8564<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`oral cavity cancer`$children[[2]] #> [1] "DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`oral cavity cancer`$children[[3]] #> [1] "DOID_8649<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`oral cavity cancer`$value #> [1] "oral cavity cancer" #> #> #> $`oral cavity cancer` #> $`oral cavity cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8618" #> #> $`oral cavity cancer`$`_id` #> [1] "DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`oral cavity cancer`$privateGeneCount #> [1] 0 #> #> $`oral cavity cancer`$publicGeneCount #> [1] 293 #> #> $`oral cavity cancer`$urlId #> [1] "DOID_8618" #> #> $`oral cavity cancer`$dbPhenotype #> [1] FALSE #> #> $`oral cavity cancer`$`_parent` #> [1] "DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`oral cavity cancer`$`_is_leaf` #> [1] FALSE #> #> $`oral cavity cancer`$children #> $`oral cavity cancer`$children[[1]] #> [1] "DOID_8564<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`oral cavity cancer`$children[[2]] #> [1] "DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`oral cavity cancer`$children[[3]] #> [1] "DOID_8649<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`oral cavity cancer`$value #> [1] "oral cavity cancer" #> #> #> $`oral cavity cancer` #> $`oral cavity cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8618" #> #> $`oral cavity cancer`$`_id` #> [1] "DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`oral cavity cancer`$privateGeneCount #> [1] 0 #> #> $`oral cavity cancer`$publicGeneCount #> [1] 293 #> #> $`oral cavity cancer`$urlId #> [1] "DOID_8618" #> #> $`oral cavity cancer`$dbPhenotype #> [1] FALSE #> #> $`oral cavity cancer`$`_parent` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`oral cavity cancer`$`_is_leaf` #> [1] FALSE #> #> $`oral cavity cancer`$children #> $`oral cavity cancer`$children[[1]] #> [1] "DOID_8564<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`oral cavity cancer`$children[[2]] #> [1] "DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`oral cavity cancer`$children[[3]] #> [1] "DOID_8649<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`oral cavity cancer`$value #> [1] "oral cavity cancer" #> #> #> $`oral mucosa leukoplakia` #> $`oral mucosa leukoplakia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9655" #> #> $`oral mucosa leukoplakia`$`_id` #> [1] "DOID_9655<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`oral mucosa leukoplakia`$privateGeneCount #> [1] 0 #> #> $`oral mucosa leukoplakia`$publicGeneCount #> [1] 6 #> #> $`oral mucosa leukoplakia`$urlId #> [1] "DOID_9655" #> #> $`oral mucosa leukoplakia`$dbPhenotype #> [1] TRUE #> #> $`oral mucosa leukoplakia`$`_parent` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`oral mucosa leukoplakia`$`_is_leaf` #> [1] TRUE #> #> $`oral mucosa leukoplakia`$children #> list() #> #> $`oral mucosa leukoplakia`$value #> [1] "oral mucosa leukoplakia" #> #> #> $`oral submucous fibrosis` #> $`oral submucous fibrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5773" #> #> $`oral submucous fibrosis`$`_id` #> [1] "DOID_5773<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`oral submucous fibrosis`$privateGeneCount #> [1] 0 #> #> $`oral submucous fibrosis`$publicGeneCount #> [1] 16 #> #> $`oral submucous fibrosis`$urlId #> [1] "DOID_5773" #> #> $`oral submucous fibrosis`$dbPhenotype #> [1] TRUE #> #> $`oral submucous fibrosis`$`_parent` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`oral submucous fibrosis`$`_is_leaf` #> [1] TRUE #> #> $`oral submucous fibrosis`$children #> list() #> #> $`oral submucous fibrosis`$value #> [1] "oral submucous fibrosis" #> #> #> $`Oral ulcer` #> $`Oral ulcer`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000155" #> #> $`Oral ulcer`$`_id` #> [1] "HP_0000155<HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Oral ulcer`$privateGeneCount #> [1] 0 #> #> $`Oral ulcer`$publicGeneCount #> [1] 3 #> #> $`Oral ulcer`$urlId #> [1] "HP_0000155" #> #> $`Oral ulcer`$dbPhenotype #> [1] TRUE #> #> $`Oral ulcer`$`_parent` #> [1] "HP_0011830<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Oral ulcer`$`_is_leaf` #> [1] TRUE #> #> $`Oral ulcer`$children #> list() #> #> $`Oral ulcer`$value #> [1] "Oral ulcer" #> #> #> $`orbital cancer` #> $`orbital cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4143" #> #> $`orbital cancer`$`_id` #> [1] "DOID_4143<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`orbital cancer`$privateGeneCount #> [1] 0 #> #> $`orbital cancer`$publicGeneCount #> [1] 16 #> #> $`orbital cancer`$urlId #> [1] "DOID_4143" #> #> $`orbital cancer`$dbPhenotype #> [1] FALSE #> #> $`orbital cancer`$`_parent` #> [1] "DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`orbital cancer`$`_is_leaf` #> [1] FALSE #> #> $`orbital cancer`$children #> $`orbital cancer`$children[[1]] #> [1] "DOID_4141<DOID_4143<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`orbital cancer`$value #> [1] "orbital cancer" #> #> #> $`orbital cancer` #> $`orbital cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4143" #> #> $`orbital cancer`$`_id` #> [1] "DOID_4143<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`orbital cancer`$privateGeneCount #> [1] 0 #> #> $`orbital cancer`$publicGeneCount #> [1] 16 #> #> $`orbital cancer`$urlId #> [1] "DOID_4143" #> #> $`orbital cancer`$dbPhenotype #> [1] FALSE #> #> $`orbital cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`orbital cancer`$`_is_leaf` #> [1] FALSE #> #> $`orbital cancer`$children #> $`orbital cancer`$children[[1]] #> [1] "DOID_4141<DOID_4143<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`orbital cancer`$value #> [1] "orbital cancer" #> #> #> $`orbital cancer` #> $`orbital cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4143" #> #> $`orbital cancer`$`_id` #> [1] "DOID_4143<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`orbital cancer`$privateGeneCount #> [1] 0 #> #> $`orbital cancer`$publicGeneCount #> [1] 16 #> #> $`orbital cancer`$urlId #> [1] "DOID_4143" #> #> $`orbital cancer`$dbPhenotype #> [1] FALSE #> #> $`orbital cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`orbital cancer`$`_is_leaf` #> [1] FALSE #> #> $`orbital cancer`$children #> $`orbital cancer`$children[[1]] #> [1] "DOID_4141<DOID_4143<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`orbital cancer`$value #> [1] "orbital cancer" #> #> #> $`orbital cancer` #> $`orbital cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4143" #> #> $`orbital cancer`$`_id` #> [1] "DOID_4143<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`orbital cancer`$privateGeneCount #> [1] 0 #> #> $`orbital cancer`$publicGeneCount #> [1] 16 #> #> $`orbital cancer`$urlId #> [1] "DOID_4143" #> #> $`orbital cancer`$dbPhenotype #> [1] FALSE #> #> $`orbital cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`orbital cancer`$`_is_leaf` #> [1] FALSE #> #> $`orbital cancer`$children #> $`orbital cancer`$children[[1]] #> [1] "DOID_4141<DOID_4143<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`orbital cancer`$value #> [1] "orbital cancer" #> #> #> $`organ system benign neoplasm` #> $`organ system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060085" #> #> $`organ system benign neoplasm`$`_id` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`organ system benign neoplasm`$publicGeneCount #> [1] 573 #> #> $`organ system benign neoplasm`$urlId #> [1] "DOID_0060085" #> #> $`organ system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`organ system benign neoplasm`$`_parent` #> [1] "DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`organ system benign neoplasm`$children #> $`organ system benign neoplasm`$children[[1]] #> [1] "DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$children[[2]] #> [1] "DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$children[[3]] #> [1] "DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$children[[4]] #> [1] "DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$children[[5]] #> [1] "DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$children[[6]] #> [1] "DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$children[[7]] #> [1] "DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$children[[8]] #> [1] "DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$children[[9]] #> [1] "DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`organ system benign neoplasm`$children[[10]] #> [1] "DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`organ system benign neoplasm`$value #> [1] "organ system benign neoplasm" #> #> #> $`organ system cancer` #> $`organ system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050686" #> #> $`organ system cancer`$`_id` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$privateGeneCount #> [1] 0 #> #> $`organ system cancer`$publicGeneCount #> [1] 2822 #> #> $`organ system cancer`$urlId #> [1] "DOID_0050686" #> #> $`organ system cancer`$dbPhenotype #> [1] FALSE #> #> $`organ system cancer`$`_parent` #> [1] "DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$`_is_leaf` #> [1] FALSE #> #> $`organ system cancer`$children #> $`organ system cancer`$children[[1]] #> [1] "DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[2]] #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[3]] #> [1] "DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[4]] #> [1] "DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[5]] #> [1] "DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[6]] #> [1] "DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[7]] #> [1] "DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[8]] #> [1] "DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[9]] #> [1] "DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[10]] #> [1] "DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[11]] #> [1] "DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[12]] #> [1] "DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`organ system cancer`$children[[13]] #> [1] "DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`organ system cancer`$value #> [1] "organ system cancer" #> #> #> $`organic acidemia` #> $`organic acidemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060159" #> #> $`organic acidemia`$`_id` #> [1] "DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`organic acidemia`$privateGeneCount #> [1] 0 #> #> $`organic acidemia`$publicGeneCount #> [1] 32 #> #> $`organic acidemia`$urlId #> [1] "DOID_0060159" #> #> $`organic acidemia`$dbPhenotype #> [1] FALSE #> #> $`organic acidemia`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`organic acidemia`$`_is_leaf` #> [1] FALSE #> #> $`organic acidemia`$children #> $`organic acidemia`$children[[1]] #> [1] "DOID_0060336<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`organic acidemia`$children[[2]] #> [1] "DOID_14753<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`organic acidemia`$children[[3]] #> [1] "DOID_9269<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`organic acidemia`$children[[4]] #> [1] "DOID_14749<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`organic acidemia`$children[[5]] #> [1] "DOID_14701<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $`organic acidemia`$value #> [1] "organic acidemia" #> #> #> $`Organic aciduria` #> $`Organic aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001992" #> #> $`Organic aciduria`$`_id` #> [1] "HP_0001992<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Organic aciduria`$privateGeneCount #> [1] 0 #> #> $`Organic aciduria`$publicGeneCount #> [1] 5 #> #> $`Organic aciduria`$urlId #> [1] "HP_0001992" #> #> $`Organic aciduria`$dbPhenotype #> [1] FALSE #> #> $`Organic aciduria`$`_parent` #> [1] "HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Organic aciduria`$`_is_leaf` #> [1] FALSE #> #> $`Organic aciduria`$children #> $`Organic aciduria`$children[[1]] #> [1] "HP_0003215<HP_0001992<HP_0012072<HP_0032943<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Organic aciduria`$value #> [1] "Organic aciduria" #> #> #> $`ornithine carbamoyltransferase deficiency` #> $`ornithine carbamoyltransferase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9271" #> #> $`ornithine carbamoyltransferase deficiency`$`_id` #> [1] "DOID_9271<DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`ornithine carbamoyltransferase deficiency`$privateGeneCount #> [1] 0 #> #> $`ornithine carbamoyltransferase deficiency`$publicGeneCount #> [1] 1 #> #> $`ornithine carbamoyltransferase deficiency`$urlId #> [1] "DOID_9271" #> #> $`ornithine carbamoyltransferase deficiency`$dbPhenotype #> [1] TRUE #> #> $`ornithine carbamoyltransferase deficiency`$`_parent` #> [1] "DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`ornithine carbamoyltransferase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`ornithine carbamoyltransferase deficiency`$children #> list() #> #> $`ornithine carbamoyltransferase deficiency`$value #> [1] "ornithine carbamoyltransferase deficiency" #> #> #> $`ornithine translocase deficiency` #> $`ornithine translocase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050720" #> #> $`ornithine translocase deficiency`$`_id` #> [1] "DOID_0050720<DOID_0050117<DOID_4" #> #> $`ornithine translocase deficiency`$privateGeneCount #> [1] 0 #> #> $`ornithine translocase deficiency`$publicGeneCount #> [1] 1 #> #> $`ornithine translocase deficiency`$urlId #> [1] "DOID_0050720" #> #> $`ornithine translocase deficiency`$dbPhenotype #> [1] TRUE #> #> $`ornithine translocase deficiency`$`_parent` #> [1] "DOID_0050117<DOID_4" #> #> $`ornithine translocase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`ornithine translocase deficiency`$children #> list() #> #> $`ornithine translocase deficiency`$value #> [1] "ornithine translocase deficiency" #> #> #> $`ornithine translocase deficiency` #> $`ornithine translocase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050720" #> #> $`ornithine translocase deficiency`$`_id` #> [1] "DOID_0050720<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`ornithine translocase deficiency`$privateGeneCount #> [1] 0 #> #> $`ornithine translocase deficiency`$publicGeneCount #> [1] 1 #> #> $`ornithine translocase deficiency`$urlId #> [1] "DOID_0050720" #> #> $`ornithine translocase deficiency`$dbPhenotype #> [1] TRUE #> #> $`ornithine translocase deficiency`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`ornithine translocase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`ornithine translocase deficiency`$children #> list() #> #> $`ornithine translocase deficiency`$value #> [1] "ornithine translocase deficiency" #> #> #> $`orofacial cleft` #> $`orofacial cleft`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050567" #> #> $`orofacial cleft`$`_id` #> [1] "DOID_0050567<DOID_0080015<DOID_4" #> #> $`orofacial cleft`$privateGeneCount #> [1] 0 #> #> $`orofacial cleft`$publicGeneCount #> [1] 64 #> #> $`orofacial cleft`$urlId #> [1] "DOID_0050567" #> #> $`orofacial cleft`$dbPhenotype #> [1] TRUE #> #> $`orofacial cleft`$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $`orofacial cleft`$`_is_leaf` #> [1] FALSE #> #> $`orofacial cleft`$children #> $`orofacial cleft`$children[[1]] #> [1] "DOID_9296<DOID_0050567<DOID_0080015<DOID_4" #> #> $`orofacial cleft`$children[[2]] #> [1] "DOID_674<DOID_0050567<DOID_0080015<DOID_4" #> #> #> $`orofacial cleft`$value #> [1] "orofacial cleft" #> #> #> $`orofacial cleft` #> $`orofacial cleft`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050567" #> #> $`orofacial cleft`$`_id` #> [1] "DOID_0050567<DOID_225<DOID_4" #> #> $`orofacial cleft`$privateGeneCount #> [1] 0 #> #> $`orofacial cleft`$publicGeneCount #> [1] 64 #> #> $`orofacial cleft`$urlId #> [1] "DOID_0050567" #> #> $`orofacial cleft`$dbPhenotype #> [1] TRUE #> #> $`orofacial cleft`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`orofacial cleft`$`_is_leaf` #> [1] FALSE #> #> $`orofacial cleft`$children #> $`orofacial cleft`$children[[1]] #> [1] "DOID_9296<DOID_0050567<DOID_225<DOID_4" #> #> $`orofacial cleft`$children[[2]] #> [1] "DOID_674<DOID_0050567<DOID_225<DOID_4" #> #> #> $`orofacial cleft`$value #> [1] "orofacial cleft" #> #> #> $`orofaciodigital syndrome` #> $`orofaciodigital syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4501" #> #> $`orofaciodigital syndrome`$`_id` #> [1] "DOID_4501<DOID_225<DOID_4" #> #> $`orofaciodigital syndrome`$privateGeneCount #> [1] 0 #> #> $`orofaciodigital syndrome`$publicGeneCount #> [1] 4 #> #> $`orofaciodigital syndrome`$urlId #> [1] "DOID_4501" #> #> $`orofaciodigital syndrome`$dbPhenotype #> [1] TRUE #> #> $`orofaciodigital syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`orofaciodigital syndrome`$`_is_leaf` #> [1] FALSE #> #> $`orofaciodigital syndrome`$children #> $`orofaciodigital syndrome`$children[[1]] #> [1] "DOID_0060316<DOID_4501<DOID_225<DOID_4" #> #> $`orofaciodigital syndrome`$children[[2]] #> [1] "DOID_0060374<DOID_4501<DOID_225<DOID_4" #> #> $`orofaciodigital syndrome`$children[[3]] #> [1] "DOID_0060375<DOID_4501<DOID_225<DOID_4" #> #> #> $`orofaciodigital syndrome`$value #> [1] "orofaciodigital syndrome" #> #> #> $`orofaciodigital syndrome I` #> $`orofaciodigital syndrome I`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060316" #> #> $`orofaciodigital syndrome I`$`_id` #> [1] "DOID_0060316<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`orofaciodigital syndrome I`$privateGeneCount #> [1] 0 #> #> $`orofaciodigital syndrome I`$publicGeneCount #> [1] 1 #> #> $`orofaciodigital syndrome I`$urlId #> [1] "DOID_0060316" #> #> $`orofaciodigital syndrome I`$dbPhenotype #> [1] TRUE #> #> $`orofaciodigital syndrome I`$`_parent` #> [1] "DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`orofaciodigital syndrome I`$`_is_leaf` #> [1] TRUE #> #> $`orofaciodigital syndrome I`$children #> list() #> #> $`orofaciodigital syndrome I`$value #> [1] "orofaciodigital syndrome I" #> #> #> $`orofaciodigital syndrome I` #> $`orofaciodigital syndrome I`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060316" #> #> $`orofaciodigital syndrome I`$`_id` #> [1] "DOID_0060316<DOID_4501<DOID_225<DOID_4" #> #> $`orofaciodigital syndrome I`$privateGeneCount #> [1] 0 #> #> $`orofaciodigital syndrome I`$publicGeneCount #> [1] 1 #> #> $`orofaciodigital syndrome I`$urlId #> [1] "DOID_0060316" #> #> $`orofaciodigital syndrome I`$dbPhenotype #> [1] TRUE #> #> $`orofaciodigital syndrome I`$`_parent` #> [1] "DOID_4501<DOID_225<DOID_4" #> #> $`orofaciodigital syndrome I`$`_is_leaf` #> [1] TRUE #> #> $`orofaciodigital syndrome I`$children #> list() #> #> $`orofaciodigital syndrome I`$value #> [1] "orofaciodigital syndrome I" #> #> #> $`orofaciodigital syndrome IV` #> $`orofaciodigital syndrome IV`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060374" #> #> $`orofaciodigital syndrome IV`$`_id` #> [1] "DOID_0060374<DOID_4501<DOID_225<DOID_4" #> #> $`orofaciodigital syndrome IV`$privateGeneCount #> [1] 0 #> #> $`orofaciodigital syndrome IV`$publicGeneCount #> [1] 1 #> #> $`orofaciodigital syndrome IV`$urlId #> [1] "DOID_0060374" #> #> $`orofaciodigital syndrome IV`$dbPhenotype #> [1] TRUE #> #> $`orofaciodigital syndrome IV`$`_parent` #> [1] "DOID_4501<DOID_225<DOID_4" #> #> $`orofaciodigital syndrome IV`$`_is_leaf` #> [1] TRUE #> #> $`orofaciodigital syndrome IV`$children #> list() #> #> $`orofaciodigital syndrome IV`$value #> [1] "orofaciodigital syndrome IV" #> #> #> $`orofaciodigital syndrome V` #> $`orofaciodigital syndrome V`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060375" #> #> $`orofaciodigital syndrome V`$`_id` #> [1] "DOID_0060375<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`orofaciodigital syndrome V`$privateGeneCount #> [1] 0 #> #> $`orofaciodigital syndrome V`$publicGeneCount #> [1] 1 #> #> $`orofaciodigital syndrome V`$urlId #> [1] "DOID_0060375" #> #> $`orofaciodigital syndrome V`$dbPhenotype #> [1] TRUE #> #> $`orofaciodigital syndrome V`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`orofaciodigital syndrome V`$`_is_leaf` #> [1] TRUE #> #> $`orofaciodigital syndrome V`$children #> list() #> #> $`orofaciodigital syndrome V`$value #> [1] "orofaciodigital syndrome V" #> #> #> $`orofaciodigital syndrome V` #> $`orofaciodigital syndrome V`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060375" #> #> $`orofaciodigital syndrome V`$`_id` #> [1] "DOID_0060375<DOID_4501<DOID_225<DOID_4" #> #> $`orofaciodigital syndrome V`$privateGeneCount #> [1] 0 #> #> $`orofaciodigital syndrome V`$publicGeneCount #> [1] 1 #> #> $`orofaciodigital syndrome V`$urlId #> [1] "DOID_0060375" #> #> $`orofaciodigital syndrome V`$dbPhenotype #> [1] TRUE #> #> $`orofaciodigital syndrome V`$`_parent` #> [1] "DOID_4501<DOID_225<DOID_4" #> #> $`orofaciodigital syndrome V`$`_is_leaf` #> [1] TRUE #> #> $`orofaciodigital syndrome V`$children #> list() #> #> $`orofaciodigital syndrome V`$value #> [1] "orofaciodigital syndrome V" #> #> #> $`orotic aciduria` #> $`orotic aciduria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050833" #> #> $`orotic aciduria`$`_id` #> [1] "DOID_0050833<DOID_0050832<DOID_655<DOID_0014667<DOID_4" #> #> $`orotic aciduria`$privateGeneCount #> [1] 0 #> #> $`orotic aciduria`$publicGeneCount #> [1] 1 #> #> $`orotic aciduria`$urlId #> [1] "DOID_0050833" #> #> $`orotic aciduria`$dbPhenotype #> [1] TRUE #> #> $`orotic aciduria`$`_parent` #> [1] "DOID_0050832<DOID_655<DOID_0014667<DOID_4" #> #> $`orotic aciduria`$`_is_leaf` #> [1] TRUE #> #> $`orotic aciduria`$children #> list() #> #> $`orotic aciduria`$value #> [1] "orotic aciduria" #> #> #> $`Orthostatic hypotension` #> $`Orthostatic hypotension`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001278" #> #> $`Orthostatic hypotension`$`_id` #> [1] "HP_0001278<HP_0002615<HP_0030972<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Orthostatic hypotension`$privateGeneCount #> [1] 0 #> #> $`Orthostatic hypotension`$publicGeneCount #> [1] 5 #> #> $`Orthostatic hypotension`$urlId #> [1] "HP_0001278" #> #> $`Orthostatic hypotension`$dbPhenotype #> [1] TRUE #> #> $`Orthostatic hypotension`$`_parent` #> [1] "HP_0002615<HP_0030972<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Orthostatic hypotension`$`_is_leaf` #> [1] TRUE #> #> $`Orthostatic hypotension`$children #> list() #> #> $`Orthostatic hypotension`$value #> [1] "Orthostatic hypotension" #> #> #> $osteoarthritis #> $osteoarthritis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8398" #> #> $osteoarthritis$`_id` #> [1] "DOID_8398<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteoarthritis$privateGeneCount #> [1] 0 #> #> $osteoarthritis$publicGeneCount #> [1] 146 #> #> $osteoarthritis$urlId #> [1] "DOID_8398" #> #> $osteoarthritis$dbPhenotype #> [1] TRUE #> #> $osteoarthritis$`_parent` #> [1] "DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteoarthritis$`_is_leaf` #> [1] TRUE #> #> $osteoarthritis$children #> list() #> #> $osteoarthritis$value #> [1] "osteoarthritis" #> #> #> $`osteochondritis dissecans` #> $`osteochondritis dissecans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_84" #> #> $`osteochondritis dissecans`$`_id` #> [1] "DOID_84<DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`osteochondritis dissecans`$privateGeneCount #> [1] 0 #> #> $`osteochondritis dissecans`$publicGeneCount #> [1] 1 #> #> $`osteochondritis dissecans`$urlId #> [1] "DOID_84" #> #> $`osteochondritis dissecans`$dbPhenotype #> [1] TRUE #> #> $`osteochondritis dissecans`$`_parent` #> [1] "DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`osteochondritis dissecans`$`_is_leaf` #> [1] TRUE #> #> $`osteochondritis dissecans`$children #> list() #> #> $`osteochondritis dissecans`$value #> [1] "osteochondritis dissecans" #> #> #> $osteochondrodysplasia #> $osteochondrodysplasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2256" #> #> $osteochondrodysplasia$`_id` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$privateGeneCount #> [1] 0 #> #> $osteochondrodysplasia$publicGeneCount #> [1] 75 #> #> $osteochondrodysplasia$urlId #> [1] "DOID_2256" #> #> $osteochondrodysplasia$dbPhenotype #> [1] TRUE #> #> $osteochondrodysplasia$`_parent` #> [1] "DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$`_is_leaf` #> [1] FALSE #> #> $osteochondrodysplasia$children #> $osteochondrodysplasia$children[[1]] #> [1] "DOID_0050603<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[2]] #> [1] "DOID_0080043<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[3]] #> [1] "DOID_4480<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[4]] #> [1] "DOID_0050604<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[5]] #> [1] "DOID_0080049<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[6]] #> [1] "DOID_0050648<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[7]] #> [1] "DOID_0050680<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[8]] #> [1] "DOID_0050690<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[9]] #> [1] "DOID_0050463<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[10]] #> [1] "DOID_13994<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[11]] #> [1] "DOID_0060462<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[12]] #> [1] "DOID_14687<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[13]] #> [1] "DOID_0060465<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[14]] #> [1] "DOID_0080041<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[15]] #> [1] "DOID_0080045<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[16]] #> [1] "DOID_0080019<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[17]] #> [1] "DOID_12721<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[18]] #> [1] "DOID_0060288<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[19]] #> [1] "DOID_12347<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[20]] #> [1] "DOID_0080026<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[21]] #> [1] "DOID_0080047<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[22]] #> [1] "DOID_0080038<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[23]] #> [1] "DOID_0050775<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[24]] #> [1] "DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[25]] #> [1] "DOID_13481<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrodysplasia$children[[26]] #> [1] "DOID_4258<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $osteochondrodysplasia$value #> [1] "osteochondrodysplasia" #> #> #> $osteochondrosis #> $osteochondrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8125" #> #> $osteochondrosis$`_id` #> [1] "DOID_8125<DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrosis$privateGeneCount #> [1] 0 #> #> $osteochondrosis$publicGeneCount #> [1] 1 #> #> $osteochondrosis$urlId #> [1] "DOID_8125" #> #> $osteochondrosis$dbPhenotype #> [1] FALSE #> #> $osteochondrosis$`_parent` #> [1] "DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteochondrosis$`_is_leaf` #> [1] FALSE #> #> $osteochondrosis$children #> $osteochondrosis$children[[1]] #> [1] "DOID_14415<DOID_8125<DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $osteochondrosis$value #> [1] "osteochondrosis" #> #> #> $`osteogenesis imperfecta` #> $`osteogenesis imperfecta`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12347" #> #> $`osteogenesis imperfecta`$`_id` #> [1] "DOID_12347<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`osteogenesis imperfecta`$privateGeneCount #> [1] 0 #> #> $`osteogenesis imperfecta`$publicGeneCount #> [1] 18 #> #> $`osteogenesis imperfecta`$urlId #> [1] "DOID_12347" #> #> $`osteogenesis imperfecta`$dbPhenotype #> [1] TRUE #> #> $`osteogenesis imperfecta`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`osteogenesis imperfecta`$`_is_leaf` #> [1] FALSE #> #> $`osteogenesis imperfecta`$children #> $`osteogenesis imperfecta`$children[[1]] #> [1] "DOID_0060438<DOID_12347<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`osteogenesis imperfecta`$value #> [1] "osteogenesis imperfecta" #> #> #> $Osteolysis #> $Osteolysis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002797" #> #> $Osteolysis$`_id` #> [1] "HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Osteolysis$privateGeneCount #> [1] 0 #> #> $Osteolysis$publicGeneCount #> [1] 10 #> #> $Osteolysis$urlId #> [1] "HP_0002797" #> #> $Osteolysis$dbPhenotype #> [1] TRUE #> #> $Osteolysis$`_parent` #> [1] "HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Osteolysis$`_is_leaf` #> [1] FALSE #> #> $Osteolysis$children #> $Osteolysis$children[[1]] #> [1] "HP_0045039<HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $Osteolysis$value #> [1] "Osteolysis" #> #> #> $`Osteolysis involving bones of the upper limbs` #> $`Osteolysis involving bones of the upper limbs`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0045039" #> #> $`Osteolysis involving bones of the upper limbs`$`_id` #> [1] "HP_0045039<HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolysis involving bones of the upper limbs`$privateGeneCount #> [1] 0 #> #> $`Osteolysis involving bones of the upper limbs`$publicGeneCount #> [1] 1 #> #> $`Osteolysis involving bones of the upper limbs`$urlId #> [1] "HP_0045039" #> #> $`Osteolysis involving bones of the upper limbs`$dbPhenotype #> [1] FALSE #> #> $`Osteolysis involving bones of the upper limbs`$`_parent` #> [1] "HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolysis involving bones of the upper limbs`$`_is_leaf` #> [1] FALSE #> #> $`Osteolysis involving bones of the upper limbs`$children #> $`Osteolysis involving bones of the upper limbs`$children[[1]] #> [1] "HP_0009699<HP_0045039<HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Osteolysis involving bones of the upper limbs`$value #> [1] "Osteolysis involving bones of the upper limbs" #> #> #> $`Osteolysis involving bones of the upper limbs` #> $`Osteolysis involving bones of the upper limbs`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0045039" #> #> $`Osteolysis involving bones of the upper limbs`$`_id` #> [1] "HP_0045039<HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolysis involving bones of the upper limbs`$privateGeneCount #> [1] 0 #> #> $`Osteolysis involving bones of the upper limbs`$publicGeneCount #> [1] 1 #> #> $`Osteolysis involving bones of the upper limbs`$urlId #> [1] "HP_0045039" #> #> $`Osteolysis involving bones of the upper limbs`$dbPhenotype #> [1] FALSE #> #> $`Osteolysis involving bones of the upper limbs`$`_parent` #> [1] "HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolysis involving bones of the upper limbs`$`_is_leaf` #> [1] FALSE #> #> $`Osteolysis involving bones of the upper limbs`$children #> $`Osteolysis involving bones of the upper limbs`$children[[1]] #> [1] "HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Osteolysis involving bones of the upper limbs`$value #> [1] "Osteolysis involving bones of the upper limbs" #> #> #> $`Osteolysis involving bones of the upper limbs` #> $`Osteolysis involving bones of the upper limbs`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0045039" #> #> $`Osteolysis involving bones of the upper limbs`$`_id` #> [1] "HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolysis involving bones of the upper limbs`$privateGeneCount #> [1] 0 #> #> $`Osteolysis involving bones of the upper limbs`$publicGeneCount #> [1] 1 #> #> $`Osteolysis involving bones of the upper limbs`$urlId #> [1] "HP_0045039" #> #> $`Osteolysis involving bones of the upper limbs`$dbPhenotype #> [1] FALSE #> #> $`Osteolysis involving bones of the upper limbs`$`_parent` #> [1] "HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolysis involving bones of the upper limbs`$`_is_leaf` #> [1] FALSE #> #> $`Osteolysis involving bones of the upper limbs`$children #> $`Osteolysis involving bones of the upper limbs`$children[[1]] #> [1] "HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Osteolysis involving bones of the upper limbs`$value #> [1] "Osteolysis involving bones of the upper limbs" #> #> #> $`Osteolysis involving bones of the upper limbs` #> $`Osteolysis involving bones of the upper limbs`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0045039" #> #> $`Osteolysis involving bones of the upper limbs`$`_id` #> [1] "HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolysis involving bones of the upper limbs`$privateGeneCount #> [1] 0 #> #> $`Osteolysis involving bones of the upper limbs`$publicGeneCount #> [1] 1 #> #> $`Osteolysis involving bones of the upper limbs`$urlId #> [1] "HP_0045039" #> #> $`Osteolysis involving bones of the upper limbs`$dbPhenotype #> [1] FALSE #> #> $`Osteolysis involving bones of the upper limbs`$`_parent` #> [1] "HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolysis involving bones of the upper limbs`$`_is_leaf` #> [1] FALSE #> #> $`Osteolysis involving bones of the upper limbs`$children #> $`Osteolysis involving bones of the upper limbs`$children[[1]] #> [1] "HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Osteolysis involving bones of the upper limbs`$value #> [1] "Osteolysis involving bones of the upper limbs" #> #> #> $`Osteolytic defects of the hand bones` #> $`Osteolytic defects of the hand bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009699" #> #> $`Osteolytic defects of the hand bones`$`_id` #> [1] "HP_0009699<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the hand bones`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the hand bones`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the hand bones`$urlId #> [1] "HP_0009699" #> #> $`Osteolytic defects of the hand bones`$dbPhenotype #> [1] FALSE #> #> $`Osteolytic defects of the hand bones`$`_parent` #> [1] "HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the hand bones`$`_is_leaf` #> [1] FALSE #> #> $`Osteolytic defects of the hand bones`$children #> $`Osteolytic defects of the hand bones`$children[[1]] #> [1] "HP_0009771<HP_0009699<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Osteolytic defects of the hand bones`$value #> [1] "Osteolytic defects of the hand bones" #> #> #> $`Osteolytic defects of the hand bones` #> $`Osteolytic defects of the hand bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009699" #> #> $`Osteolytic defects of the hand bones`$`_id` #> [1] "HP_0009699<HP_0045039<HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the hand bones`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the hand bones`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the hand bones`$urlId #> [1] "HP_0009699" #> #> $`Osteolytic defects of the hand bones`$dbPhenotype #> [1] FALSE #> #> $`Osteolytic defects of the hand bones`$`_parent` #> [1] "HP_0045039<HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the hand bones`$`_is_leaf` #> [1] FALSE #> #> $`Osteolytic defects of the hand bones`$children #> $`Osteolytic defects of the hand bones`$children[[1]] #> [1] "HP_0009771<HP_0009699<HP_0045039<HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Osteolytic defects of the hand bones`$value #> [1] "Osteolytic defects of the hand bones" #> #> #> $`Osteolytic defects of the hand bones` #> $`Osteolytic defects of the hand bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009699" #> #> $`Osteolytic defects of the hand bones`$`_id` #> [1] "HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the hand bones`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the hand bones`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the hand bones`$urlId #> [1] "HP_0009699" #> #> $`Osteolytic defects of the hand bones`$dbPhenotype #> [1] FALSE #> #> $`Osteolytic defects of the hand bones`$`_parent` #> [1] "HP_0045039<HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the hand bones`$`_is_leaf` #> [1] FALSE #> #> $`Osteolytic defects of the hand bones`$children #> $`Osteolytic defects of the hand bones`$children[[1]] #> [1] "HP_0009771<HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Osteolytic defects of the hand bones`$value #> [1] "Osteolytic defects of the hand bones" #> #> #> $`Osteolytic defects of the hand bones` #> $`Osteolytic defects of the hand bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009699" #> #> $`Osteolytic defects of the hand bones`$`_id` #> [1] "HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the hand bones`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the hand bones`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the hand bones`$urlId #> [1] "HP_0009699" #> #> $`Osteolytic defects of the hand bones`$dbPhenotype #> [1] FALSE #> #> $`Osteolytic defects of the hand bones`$`_parent` #> [1] "HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the hand bones`$`_is_leaf` #> [1] FALSE #> #> $`Osteolytic defects of the hand bones`$children #> $`Osteolytic defects of the hand bones`$children[[1]] #> [1] "HP_0009771<HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Osteolytic defects of the hand bones`$value #> [1] "Osteolytic defects of the hand bones" #> #> #> $`Osteolytic defects of the hand bones` #> $`Osteolytic defects of the hand bones`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009699" #> #> $`Osteolytic defects of the hand bones`$`_id` #> [1] "HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the hand bones`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the hand bones`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the hand bones`$urlId #> [1] "HP_0009699" #> #> $`Osteolytic defects of the hand bones`$dbPhenotype #> [1] FALSE #> #> $`Osteolytic defects of the hand bones`$`_parent` #> [1] "HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the hand bones`$`_is_leaf` #> [1] FALSE #> #> $`Osteolytic defects of the hand bones`$children #> $`Osteolytic defects of the hand bones`$children[[1]] #> [1] "HP_0009771<HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Osteolytic defects of the hand bones`$value #> [1] "Osteolytic defects of the hand bones" #> #> #> $`Osteolytic defects of the phalanges of the hand` #> $`Osteolytic defects of the phalanges of the hand`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$`_id` #> [1] "HP_0009771<HP_0005918<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the phalanges of the hand`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the phalanges of the hand`$urlId #> [1] "HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$dbPhenotype #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$`_parent` #> [1] "HP_0005918<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$`_is_leaf` #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$children #> list() #> #> $`Osteolytic defects of the phalanges of the hand`$value #> [1] "Osteolytic defects of the phalanges of the hand" #> #> #> $`Osteolytic defects of the phalanges of the hand` #> $`Osteolytic defects of the phalanges of the hand`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$`_id` #> [1] "HP_0009771<HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the phalanges of the hand`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the phalanges of the hand`$urlId #> [1] "HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$dbPhenotype #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$`_parent` #> [1] "HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$`_is_leaf` #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$children #> list() #> #> $`Osteolytic defects of the phalanges of the hand`$value #> [1] "Osteolytic defects of the phalanges of the hand" #> #> #> $`Osteolytic defects of the phalanges of the hand` #> $`Osteolytic defects of the phalanges of the hand`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$`_id` #> [1] "HP_0009771<HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the phalanges of the hand`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the phalanges of the hand`$urlId #> [1] "HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$dbPhenotype #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$`_parent` #> [1] "HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$`_is_leaf` #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$children #> list() #> #> $`Osteolytic defects of the phalanges of the hand`$value #> [1] "Osteolytic defects of the phalanges of the hand" #> #> #> $`Osteolytic defects of the phalanges of the hand` #> $`Osteolytic defects of the phalanges of the hand`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$`_id` #> [1] "HP_0009771<HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the phalanges of the hand`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the phalanges of the hand`$urlId #> [1] "HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$dbPhenotype #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$`_parent` #> [1] "HP_0005918<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$`_is_leaf` #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$children #> list() #> #> $`Osteolytic defects of the phalanges of the hand`$value #> [1] "Osteolytic defects of the phalanges of the hand" #> #> #> $`Osteolytic defects of the phalanges of the hand` #> $`Osteolytic defects of the phalanges of the hand`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$`_id` #> [1] "HP_0009771<HP_0009699<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the phalanges of the hand`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the phalanges of the hand`$urlId #> [1] "HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$dbPhenotype #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$`_parent` #> [1] "HP_0009699<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$`_is_leaf` #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$children #> list() #> #> $`Osteolytic defects of the phalanges of the hand`$value #> [1] "Osteolytic defects of the phalanges of the hand" #> #> #> $`Osteolytic defects of the phalanges of the hand` #> $`Osteolytic defects of the phalanges of the hand`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$`_id` #> [1] "HP_0009771<HP_0009699<HP_0045039<HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the phalanges of the hand`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the phalanges of the hand`$urlId #> [1] "HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$dbPhenotype #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$`_parent` #> [1] "HP_0009699<HP_0045039<HP_0002797<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$`_is_leaf` #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$children #> list() #> #> $`Osteolytic defects of the phalanges of the hand`$value #> [1] "Osteolytic defects of the phalanges of the hand" #> #> #> $`Osteolytic defects of the phalanges of the hand` #> $`Osteolytic defects of the phalanges of the hand`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$`_id` #> [1] "HP_0009771<HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the phalanges of the hand`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the phalanges of the hand`$urlId #> [1] "HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$dbPhenotype #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$`_parent` #> [1] "HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$`_is_leaf` #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$children #> list() #> #> $`Osteolytic defects of the phalanges of the hand`$value #> [1] "Osteolytic defects of the phalanges of the hand" #> #> #> $`Osteolytic defects of the phalanges of the hand` #> $`Osteolytic defects of the phalanges of the hand`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$`_id` #> [1] "HP_0009771<HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the phalanges of the hand`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the phalanges of the hand`$urlId #> [1] "HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$dbPhenotype #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$`_parent` #> [1] "HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$`_is_leaf` #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$children #> list() #> #> $`Osteolytic defects of the phalanges of the hand`$value #> [1] "Osteolytic defects of the phalanges of the hand" #> #> #> $`Osteolytic defects of the phalanges of the hand` #> $`Osteolytic defects of the phalanges of the hand`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$`_id` #> [1] "HP_0009771<HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$privateGeneCount #> [1] 0 #> #> $`Osteolytic defects of the phalanges of the hand`$publicGeneCount #> [1] 1 #> #> $`Osteolytic defects of the phalanges of the hand`$urlId #> [1] "HP_0009771" #> #> $`Osteolytic defects of the phalanges of the hand`$dbPhenotype #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$`_parent` #> [1] "HP_0009699<HP_0045039<HP_0040070<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteolytic defects of the phalanges of the hand`$`_is_leaf` #> [1] TRUE #> #> $`Osteolytic defects of the phalanges of the hand`$children #> list() #> #> $`Osteolytic defects of the phalanges of the hand`$value #> [1] "Osteolytic defects of the phalanges of the hand" #> #> #> $osteomalacia #> $osteomalacia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10573" #> #> $osteomalacia$`_id` #> [1] "DOID_10573<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteomalacia$privateGeneCount #> [1] 0 #> #> $osteomalacia$publicGeneCount #> [1] 1 #> #> $osteomalacia$urlId #> [1] "DOID_10573" #> #> $osteomalacia$dbPhenotype #> [1] TRUE #> #> $osteomalacia$`_parent` #> [1] "DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteomalacia$`_is_leaf` #> [1] TRUE #> #> $osteomalacia$children #> list() #> #> $osteomalacia$value #> [1] "osteomalacia" #> #> #> $osteonecrosis #> $osteonecrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10159" #> #> $osteonecrosis$`_id` #> [1] "DOID_10159<DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteonecrosis$privateGeneCount #> [1] 0 #> #> $osteonecrosis$publicGeneCount #> [1] 7 #> #> $osteonecrosis$urlId #> [1] "DOID_10159" #> #> $osteonecrosis$dbPhenotype #> [1] TRUE #> #> $osteonecrosis$`_parent` #> [1] "DOID_0080008<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteonecrosis$`_is_leaf` #> [1] TRUE #> #> $osteonecrosis$children #> list() #> #> $osteonecrosis$value #> [1] "osteonecrosis" #> #> #> $`Osteopathia striata` #> $`Osteopathia striata`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010740" #> #> $`Osteopathia striata`$`_id` #> [1] "HP_0010740<HP_0031367<HP_0000944<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteopathia striata`$privateGeneCount #> [1] 0 #> #> $`Osteopathia striata`$publicGeneCount #> [1] 1 #> #> $`Osteopathia striata`$urlId #> [1] "HP_0010740" #> #> $`Osteopathia striata`$dbPhenotype #> [1] TRUE #> #> $`Osteopathia striata`$`_parent` #> [1] "HP_0031367<HP_0000944<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteopathia striata`$`_is_leaf` #> [1] TRUE #> #> $`Osteopathia striata`$children #> list() #> #> $`Osteopathia striata`$value #> [1] "Osteopathia striata" #> #> #> $`Osteopathia striata` #> $`Osteopathia striata`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010740" #> #> $`Osteopathia striata`$`_id` #> [1] "HP_0010740<HP_0031367<HP_0000944<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteopathia striata`$privateGeneCount #> [1] 0 #> #> $`Osteopathia striata`$publicGeneCount #> [1] 1 #> #> $`Osteopathia striata`$urlId #> [1] "HP_0010740" #> #> $`Osteopathia striata`$dbPhenotype #> [1] TRUE #> #> $`Osteopathia striata`$`_parent` #> [1] "HP_0031367<HP_0000944<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Osteopathia striata`$`_is_leaf` #> [1] TRUE #> #> $`Osteopathia striata`$children #> list() #> #> $`Osteopathia striata`$value #> [1] "Osteopathia striata" #> #> #> $`Osteopathia striata` #> $`Osteopathia striata`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010740" #> #> $`Osteopathia striata`$`_id` #> [1] "HP_0010740<HP_0031367<HP_0000944<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteopathia striata`$privateGeneCount #> [1] 0 #> #> $`Osteopathia striata`$publicGeneCount #> [1] 1 #> #> $`Osteopathia striata`$urlId #> [1] "HP_0010740" #> #> $`Osteopathia striata`$dbPhenotype #> [1] TRUE #> #> $`Osteopathia striata`$`_parent` #> [1] "HP_0031367<HP_0000944<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Osteopathia striata`$`_is_leaf` #> [1] TRUE #> #> $`Osteopathia striata`$children #> list() #> #> $`Osteopathia striata`$value #> [1] "Osteopathia striata" #> #> #> $osteopetrosis #> $osteopetrosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13533" #> #> $osteopetrosis$`_id` #> [1] "DOID_13533<DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteopetrosis$privateGeneCount #> [1] 0 #> #> $osteopetrosis$publicGeneCount #> [1] 10 #> #> $osteopetrosis$urlId #> [1] "DOID_13533" #> #> $osteopetrosis$dbPhenotype #> [1] TRUE #> #> $osteopetrosis$`_parent` #> [1] "DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteopetrosis$`_is_leaf` #> [1] TRUE #> #> $osteopetrosis$children #> list() #> #> $osteopetrosis$value #> [1] "osteopetrosis" #> #> #> $osteopoikilosis #> $osteopoikilosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11991" #> #> $osteopoikilosis$`_id` #> [1] "DOID_11991<DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteopoikilosis$privateGeneCount #> [1] 0 #> #> $osteopoikilosis$publicGeneCount #> [1] 2 #> #> $osteopoikilosis$urlId #> [1] "DOID_11991" #> #> $osteopoikilosis$dbPhenotype #> [1] TRUE #> #> $osteopoikilosis$`_parent` #> [1] "DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteopoikilosis$`_is_leaf` #> [1] TRUE #> #> $osteopoikilosis$children #> list() #> #> $osteopoikilosis$value #> [1] "osteopoikilosis" #> #> #> $osteoporosis #> $osteoporosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11476" #> #> $osteoporosis$`_id` #> [1] "DOID_11476<DOID_0080011<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteoporosis$privateGeneCount #> [1] 0 #> #> $osteoporosis$publicGeneCount #> [1] 85 #> #> $osteoporosis$urlId #> [1] "DOID_11476" #> #> $osteoporosis$dbPhenotype #> [1] TRUE #> #> $osteoporosis$`_parent` #> [1] "DOID_0080011<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteoporosis$`_is_leaf` #> [1] TRUE #> #> $osteoporosis$children #> list() #> #> $osteoporosis$value #> [1] "osteoporosis" #> #> #> $osteosarcoma #> $osteosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3347" #> #> $osteosarcoma$`_id` #> [1] "DOID_3347<DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $osteosarcoma$privateGeneCount #> [1] 0 #> #> $osteosarcoma$publicGeneCount #> [1] 44 #> #> $osteosarcoma$urlId #> [1] "DOID_3347" #> #> $osteosarcoma$dbPhenotype #> [1] TRUE #> #> $osteosarcoma$`_parent` #> [1] "DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $osteosarcoma$`_is_leaf` #> [1] TRUE #> #> $osteosarcoma$children #> list() #> #> $osteosarcoma$value #> [1] "osteosarcoma" #> #> #> $osteosarcoma #> $osteosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3347" #> #> $osteosarcoma$`_id` #> [1] "DOID_3347<DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteosarcoma$privateGeneCount #> [1] 0 #> #> $osteosarcoma$publicGeneCount #> [1] 44 #> #> $osteosarcoma$urlId #> [1] "DOID_3347" #> #> $osteosarcoma$dbPhenotype #> [1] TRUE #> #> $osteosarcoma$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteosarcoma$`_is_leaf` #> [1] TRUE #> #> $osteosarcoma$children #> list() #> #> $osteosarcoma$value #> [1] "osteosarcoma" #> #> #> $osteosarcoma #> $osteosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3347" #> #> $osteosarcoma$`_id` #> [1] "DOID_3347<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $osteosarcoma$privateGeneCount #> [1] 0 #> #> $osteosarcoma$publicGeneCount #> [1] 44 #> #> $osteosarcoma$urlId #> [1] "DOID_3347" #> #> $osteosarcoma$dbPhenotype #> [1] TRUE #> #> $osteosarcoma$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $osteosarcoma$`_is_leaf` #> [1] TRUE #> #> $osteosarcoma$children #> list() #> #> $osteosarcoma$value #> [1] "osteosarcoma" #> #> #> $osteosarcoma #> $osteosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3347" #> #> $osteosarcoma$`_id` #> [1] "DOID_3347<DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $osteosarcoma$privateGeneCount #> [1] 0 #> #> $osteosarcoma$publicGeneCount #> [1] 44 #> #> $osteosarcoma$urlId #> [1] "DOID_3347" #> #> $osteosarcoma$dbPhenotype #> [1] TRUE #> #> $osteosarcoma$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $osteosarcoma$`_is_leaf` #> [1] TRUE #> #> $osteosarcoma$children #> list() #> #> $osteosarcoma$value #> [1] "osteosarcoma" #> #> #> $osteosarcoma #> $osteosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3347" #> #> $osteosarcoma$`_id` #> [1] "DOID_3347<DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteosarcoma$privateGeneCount #> [1] 0 #> #> $osteosarcoma$publicGeneCount #> [1] 44 #> #> $osteosarcoma$urlId #> [1] "DOID_3347" #> #> $osteosarcoma$dbPhenotype #> [1] TRUE #> #> $osteosarcoma$`_parent` #> [1] "DOID_0080639<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteosarcoma$`_is_leaf` #> [1] TRUE #> #> $osteosarcoma$children #> list() #> #> $osteosarcoma$value #> [1] "osteosarcoma" #> #> #> $osteosclerosis #> $osteosclerosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4254" #> #> $osteosclerosis$`_id` #> [1] "DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteosclerosis$privateGeneCount #> [1] 0 #> #> $osteosclerosis$publicGeneCount #> [1] 21 #> #> $osteosclerosis$urlId #> [1] "DOID_4254" #> #> $osteosclerosis$dbPhenotype #> [1] TRUE #> #> $osteosclerosis$`_parent` #> [1] "DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteosclerosis$`_is_leaf` #> [1] FALSE #> #> $osteosclerosis$children #> $osteosclerosis$children[[1]] #> [1] "DOID_4997<DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteosclerosis$children[[2]] #> [1] "DOID_0080033<DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteosclerosis$children[[3]] #> [1] "DOID_4253<DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteosclerosis$children[[4]] #> [1] "DOID_13533<DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $osteosclerosis$children[[5]] #> [1] "DOID_11991<DOID_4254<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $osteosclerosis$value #> [1] "osteosclerosis" #> #> #> $`otitis externa` #> $`otitis externa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9463" #> #> $`otitis externa`$`_id` #> [1] "DOID_9463<DOID_379<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`otitis externa`$privateGeneCount #> [1] 0 #> #> $`otitis externa`$publicGeneCount #> [1] 1 #> #> $`otitis externa`$urlId #> [1] "DOID_9463" #> #> $`otitis externa`$dbPhenotype #> [1] TRUE #> #> $`otitis externa`$`_parent` #> [1] "DOID_379<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`otitis externa`$`_is_leaf` #> [1] TRUE #> #> $`otitis externa`$children #> list() #> #> $`otitis externa`$value #> [1] "otitis externa" #> #> #> $`otitis media` #> $`otitis media`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10754" #> #> $`otitis media`$`_id` #> [1] "DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`otitis media`$privateGeneCount #> [1] 0 #> #> $`otitis media`$publicGeneCount #> [1] 16 #> #> $`otitis media`$urlId #> [1] "DOID_10754" #> #> $`otitis media`$dbPhenotype #> [1] TRUE #> #> $`otitis media`$`_parent` #> [1] "DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`otitis media`$`_is_leaf` #> [1] FALSE #> #> $`otitis media`$children #> $`otitis media`$children[[1]] #> [1] "DOID_11180<DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`otitis media`$children[[2]] #> [1] "DOID_11506<DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`otitis media`$value #> [1] "otitis media" #> #> #> $otosclerosis #> $otosclerosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12185" #> #> $otosclerosis$`_id` #> [1] "DOID_12185<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $otosclerosis$privateGeneCount #> [1] 0 #> #> $otosclerosis$publicGeneCount #> [1] 7 #> #> $otosclerosis$urlId #> [1] "DOID_12185" #> #> $otosclerosis$dbPhenotype #> [1] TRUE #> #> $otosclerosis$`_parent` #> [1] "DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $otosclerosis$`_is_leaf` #> [1] TRUE #> #> $otosclerosis$children #> list() #> #> $otosclerosis$value #> [1] "otosclerosis" #> #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive` #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080026" #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$`_id` #> [1] "DOID_0080026<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$privateGeneCount #> [1] 0 #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$publicGeneCount #> [1] 2 #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$urlId #> [1] "DOID_0080026" #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$dbPhenotype #> [1] TRUE #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$`_is_leaf` #> [1] TRUE #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$children #> list() #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$value #> [1] "otospondylomegaepiphyseal dysplasia, autosomal recessive" #> #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive` #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080026" #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$`_id` #> [1] "DOID_0080026<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$privateGeneCount #> [1] 0 #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$publicGeneCount #> [1] 2 #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$urlId #> [1] "DOID_0080026" #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$dbPhenotype #> [1] TRUE #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$`_is_leaf` #> [1] TRUE #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$children #> list() #> #> $`otospondylomegaepiphyseal dysplasia, autosomal recessive`$value #> [1] "otospondylomegaepiphyseal dysplasia, autosomal recessive" #> #> #> $`ovarian cancer` #> $`ovarian cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2394" #> #> $`ovarian cancer`$`_id` #> [1] "DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian cancer`$privateGeneCount #> [1] 0 #> #> $`ovarian cancer`$publicGeneCount #> [1] 283 #> #> $`ovarian cancer`$urlId #> [1] "DOID_2394" #> #> $`ovarian cancer`$dbPhenotype #> [1] TRUE #> #> $`ovarian cancer`$`_parent` #> [1] "DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian cancer`$`_is_leaf` #> [1] FALSE #> #> $`ovarian cancer`$children #> $`ovarian cancer`$children[[1]] #> [1] "DOID_4441<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian cancer`$children[[2]] #> [1] "DOID_2999<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian cancer`$children[[3]] #> [1] "DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`ovarian cancer`$value #> [1] "ovarian cancer" #> #> #> $`ovarian cancer` #> $`ovarian cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2394" #> #> $`ovarian cancer`$`_id` #> [1] "DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cancer`$privateGeneCount #> [1] 0 #> #> $`ovarian cancer`$publicGeneCount #> [1] 283 #> #> $`ovarian cancer`$urlId #> [1] "DOID_2394" #> #> $`ovarian cancer`$dbPhenotype #> [1] TRUE #> #> $`ovarian cancer`$`_parent` #> [1] "DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cancer`$`_is_leaf` #> [1] FALSE #> #> $`ovarian cancer`$children #> $`ovarian cancer`$children[[1]] #> [1] "DOID_4441<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cancer`$children[[2]] #> [1] "DOID_2999<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cancer`$children[[3]] #> [1] "DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovarian cancer`$value #> [1] "ovarian cancer" #> #> #> $`ovarian cancer` #> $`ovarian cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2394" #> #> $`ovarian cancer`$`_id` #> [1] "DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian cancer`$privateGeneCount #> [1] 0 #> #> $`ovarian cancer`$publicGeneCount #> [1] 283 #> #> $`ovarian cancer`$urlId #> [1] "DOID_2394" #> #> $`ovarian cancer`$dbPhenotype #> [1] TRUE #> #> $`ovarian cancer`$`_parent` #> [1] "DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian cancer`$`_is_leaf` #> [1] FALSE #> #> $`ovarian cancer`$children #> $`ovarian cancer`$children[[1]] #> [1] "DOID_4441<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian cancer`$children[[2]] #> [1] "DOID_2999<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian cancer`$children[[3]] #> [1] "DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovarian cancer`$value #> [1] "ovarian cancer" #> #> #> $`ovarian cancer` #> $`ovarian cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2394" #> #> $`ovarian cancer`$`_id` #> [1] "DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cancer`$privateGeneCount #> [1] 0 #> #> $`ovarian cancer`$publicGeneCount #> [1] 283 #> #> $`ovarian cancer`$urlId #> [1] "DOID_2394" #> #> $`ovarian cancer`$dbPhenotype #> [1] TRUE #> #> $`ovarian cancer`$`_parent` #> [1] "DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cancer`$`_is_leaf` #> [1] FALSE #> #> $`ovarian cancer`$children #> $`ovarian cancer`$children[[1]] #> [1] "DOID_4441<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cancer`$children[[2]] #> [1] "DOID_2999<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cancer`$children[[3]] #> [1] "DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovarian cancer`$value #> [1] "ovarian cancer" #> #> #> $`ovarian carcinoma` #> $`ovarian carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4001" #> #> $`ovarian carcinoma`$`_id` #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian carcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian carcinoma`$publicGeneCount #> [1] 10 #> #> $`ovarian carcinoma`$urlId #> [1] "DOID_4001" #> #> $`ovarian carcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian carcinoma`$`_parent` #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian carcinoma`$children #> $`ovarian carcinoma`$children[[1]] #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`ovarian carcinoma`$value #> [1] "ovarian carcinoma" #> #> #> $`ovarian carcinoma` #> $`ovarian carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4001" #> #> $`ovarian carcinoma`$`_id` #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian carcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian carcinoma`$publicGeneCount #> [1] 10 #> #> $`ovarian carcinoma`$urlId #> [1] "DOID_4001" #> #> $`ovarian carcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian carcinoma`$`_parent` #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian carcinoma`$children #> $`ovarian carcinoma`$children[[1]] #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovarian carcinoma`$value #> [1] "ovarian carcinoma" #> #> #> $`ovarian carcinoma` #> $`ovarian carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4001" #> #> $`ovarian carcinoma`$`_id` #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian carcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian carcinoma`$publicGeneCount #> [1] 10 #> #> $`ovarian carcinoma`$urlId #> [1] "DOID_4001" #> #> $`ovarian carcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian carcinoma`$`_parent` #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian carcinoma`$children #> $`ovarian carcinoma`$children[[1]] #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovarian carcinoma`$value #> [1] "ovarian carcinoma" #> #> #> $`ovarian carcinoma` #> $`ovarian carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4001" #> #> $`ovarian carcinoma`$`_id` #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian carcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian carcinoma`$publicGeneCount #> [1] 10 #> #> $`ovarian carcinoma`$urlId #> [1] "DOID_4001" #> #> $`ovarian carcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian carcinoma`$`_parent` #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian carcinoma`$children #> $`ovarian carcinoma`$children[[1]] #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovarian carcinoma`$value #> [1] "ovarian carcinoma" #> #> #> $`ovarian carcinoma` #> $`ovarian carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4001" #> #> $`ovarian carcinoma`$`_id` #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian carcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian carcinoma`$publicGeneCount #> [1] 10 #> #> $`ovarian carcinoma`$urlId #> [1] "DOID_4001" #> #> $`ovarian carcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian carcinoma`$`_parent` #> [1] "DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian carcinoma`$children #> $`ovarian carcinoma`$children[[1]] #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovarian carcinoma`$value #> [1] "ovarian carcinoma" #> #> #> $`Ovarian cyst` #> $`Ovarian cyst`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000138" #> #> $`Ovarian cyst`$`_id` #> [1] "HP_0000138<HP_0031065<HP_0000137<HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Ovarian cyst`$privateGeneCount #> [1] 0 #> #> $`Ovarian cyst`$publicGeneCount #> [1] 35 #> #> $`Ovarian cyst`$urlId #> [1] "HP_0000138" #> #> $`Ovarian cyst`$dbPhenotype #> [1] TRUE #> #> $`Ovarian cyst`$`_parent` #> [1] "HP_0031065<HP_0000137<HP_0000008<HP_0000812<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Ovarian cyst`$`_is_leaf` #> [1] TRUE #> #> $`Ovarian cyst`$children #> list() #> #> $`Ovarian cyst`$value #> [1] "Ovarian cyst" #> #> #> $`Ovarian cyst` #> $`Ovarian cyst`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000138" #> #> $`Ovarian cyst`$`_id` #> [1] "HP_0000138<HP_0031065<HP_0000137<HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Ovarian cyst`$privateGeneCount #> [1] 0 #> #> $`Ovarian cyst`$publicGeneCount #> [1] 35 #> #> $`Ovarian cyst`$urlId #> [1] "HP_0000138" #> #> $`Ovarian cyst`$dbPhenotype #> [1] TRUE #> #> $`Ovarian cyst`$`_parent` #> [1] "HP_0031065<HP_0000137<HP_0000008<HP_0010460<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Ovarian cyst`$`_is_leaf` #> [1] TRUE #> #> $`Ovarian cyst`$children #> list() #> #> $`Ovarian cyst`$value #> [1] "Ovarian cyst" #> #> #> $`ovarian cystadenocarcinoma` #> $`ovarian cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3605" #> #> $`ovarian cystadenocarcinoma`$`_id` #> [1] "DOID_3605<DOID_3713<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian cystadenocarcinoma`$urlId #> [1] "DOID_3605" #> #> $`ovarian cystadenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$`_parent` #> [1] "DOID_3713<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian cystadenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$children #> $`ovarian cystadenocarcinoma`$children[[1]] #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovarian cystadenocarcinoma`$value #> [1] "ovarian cystadenocarcinoma" #> #> #> $`ovarian cystadenocarcinoma` #> $`ovarian cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3605" #> #> $`ovarian cystadenocarcinoma`$`_id` #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian cystadenocarcinoma`$urlId #> [1] "DOID_3605" #> #> $`ovarian cystadenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$`_parent` #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian cystadenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$children #> $`ovarian cystadenocarcinoma`$children[[1]] #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`ovarian cystadenocarcinoma`$value #> [1] "ovarian cystadenocarcinoma" #> #> #> $`ovarian cystadenocarcinoma` #> $`ovarian cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3605" #> #> $`ovarian cystadenocarcinoma`$`_id` #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian cystadenocarcinoma`$urlId #> [1] "DOID_3605" #> #> $`ovarian cystadenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$`_parent` #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cystadenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$children #> $`ovarian cystadenocarcinoma`$children[[1]] #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovarian cystadenocarcinoma`$value #> [1] "ovarian cystadenocarcinoma" #> #> #> $`ovarian cystadenocarcinoma` #> $`ovarian cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3605" #> #> $`ovarian cystadenocarcinoma`$`_id` #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian cystadenocarcinoma`$urlId #> [1] "DOID_3605" #> #> $`ovarian cystadenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$`_parent` #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian cystadenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$children #> $`ovarian cystadenocarcinoma`$children[[1]] #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovarian cystadenocarcinoma`$value #> [1] "ovarian cystadenocarcinoma" #> #> #> $`ovarian cystadenocarcinoma` #> $`ovarian cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3605" #> #> $`ovarian cystadenocarcinoma`$`_id` #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian cystadenocarcinoma`$urlId #> [1] "DOID_3605" #> #> $`ovarian cystadenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$`_parent` #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian cystadenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$children #> $`ovarian cystadenocarcinoma`$children[[1]] #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovarian cystadenocarcinoma`$value #> [1] "ovarian cystadenocarcinoma" #> #> #> $`ovarian cystadenocarcinoma` #> $`ovarian cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3605" #> #> $`ovarian cystadenocarcinoma`$`_id` #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian cystadenocarcinoma`$urlId #> [1] "DOID_3605" #> #> $`ovarian cystadenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$`_parent` #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian cystadenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovarian cystadenocarcinoma`$children #> $`ovarian cystadenocarcinoma`$children[[1]] #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovarian cystadenocarcinoma`$value #> [1] "ovarian cystadenocarcinoma" #> #> #> $`ovarian disease` #> $`ovarian disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1100" #> #> $`ovarian disease`$`_id` #> [1] "DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian disease`$privateGeneCount #> [1] 0 #> #> $`ovarian disease`$publicGeneCount #> [1] 450 #> #> $`ovarian disease`$urlId #> [1] "DOID_1100" #> #> $`ovarian disease`$dbPhenotype #> [1] TRUE #> #> $`ovarian disease`$`_parent` #> [1] "DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian disease`$`_is_leaf` #> [1] FALSE #> #> $`ovarian disease`$children #> $`ovarian disease`$children[[1]] #> [1] "DOID_3781<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian disease`$children[[2]] #> [1] "DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian disease`$children[[3]] #> [1] "DOID_1414<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian disease`$children[[4]] #> [1] "DOID_5425<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian disease`$children[[5]] #> [1] "DOID_5426<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`ovarian disease`$value #> [1] "ovarian disease" #> #> #> $`ovarian disease` #> $`ovarian disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1100" #> #> $`ovarian disease`$`_id` #> [1] "DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian disease`$privateGeneCount #> [1] 0 #> #> $`ovarian disease`$publicGeneCount #> [1] 450 #> #> $`ovarian disease`$urlId #> [1] "DOID_1100" #> #> $`ovarian disease`$dbPhenotype #> [1] TRUE #> #> $`ovarian disease`$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian disease`$`_is_leaf` #> [1] FALSE #> #> $`ovarian disease`$children #> $`ovarian disease`$children[[1]] #> [1] "DOID_3781<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian disease`$children[[2]] #> [1] "DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian disease`$children[[3]] #> [1] "DOID_1414<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian disease`$children[[4]] #> [1] "DOID_5425<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian disease`$children[[5]] #> [1] "DOID_5426<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovarian disease`$value #> [1] "ovarian disease" #> #> #> $`ovarian dysfunction` #> $`ovarian dysfunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1414" #> #> $`ovarian dysfunction`$`_id` #> [1] "DOID_1414<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian dysfunction`$privateGeneCount #> [1] 0 #> #> $`ovarian dysfunction`$publicGeneCount #> [1] 162 #> #> $`ovarian dysfunction`$urlId #> [1] "DOID_1414" #> #> $`ovarian dysfunction`$dbPhenotype #> [1] FALSE #> #> $`ovarian dysfunction`$`_parent` #> [1] "DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian dysfunction`$`_is_leaf` #> [1] FALSE #> #> $`ovarian dysfunction`$children #> $`ovarian dysfunction`$children[[1]] #> [1] "DOID_11612<DOID_1414<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian dysfunction`$children[[2]] #> [1] "DOID_10787<DOID_1414<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`ovarian dysfunction`$value #> [1] "ovarian dysfunction" #> #> #> $`ovarian dysfunction` #> $`ovarian dysfunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1414" #> #> $`ovarian dysfunction`$`_id` #> [1] "DOID_1414<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian dysfunction`$privateGeneCount #> [1] 0 #> #> $`ovarian dysfunction`$publicGeneCount #> [1] 162 #> #> $`ovarian dysfunction`$urlId #> [1] "DOID_1414" #> #> $`ovarian dysfunction`$dbPhenotype #> [1] FALSE #> #> $`ovarian dysfunction`$`_parent` #> [1] "DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian dysfunction`$`_is_leaf` #> [1] FALSE #> #> $`ovarian dysfunction`$children #> $`ovarian dysfunction`$children[[1]] #> [1] "DOID_11612<DOID_1414<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian dysfunction`$children[[2]] #> [1] "DOID_10787<DOID_1414<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovarian dysfunction`$value #> [1] "ovarian dysfunction" #> #> #> $`ovarian hyperstimulation syndrome` #> $`ovarian hyperstimulation syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5425" #> #> $`ovarian hyperstimulation syndrome`$`_id` #> [1] "DOID_5425<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian hyperstimulation syndrome`$privateGeneCount #> [1] 0 #> #> $`ovarian hyperstimulation syndrome`$publicGeneCount #> [1] 2 #> #> $`ovarian hyperstimulation syndrome`$urlId #> [1] "DOID_5425" #> #> $`ovarian hyperstimulation syndrome`$dbPhenotype #> [1] TRUE #> #> $`ovarian hyperstimulation syndrome`$`_parent` #> [1] "DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian hyperstimulation syndrome`$`_is_leaf` #> [1] TRUE #> #> $`ovarian hyperstimulation syndrome`$children #> list() #> #> $`ovarian hyperstimulation syndrome`$value #> [1] "ovarian hyperstimulation syndrome" #> #> #> $`ovarian hyperstimulation syndrome` #> $`ovarian hyperstimulation syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5425" #> #> $`ovarian hyperstimulation syndrome`$`_id` #> [1] "DOID_5425<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian hyperstimulation syndrome`$privateGeneCount #> [1] 0 #> #> $`ovarian hyperstimulation syndrome`$publicGeneCount #> [1] 2 #> #> $`ovarian hyperstimulation syndrome`$urlId #> [1] "DOID_5425" #> #> $`ovarian hyperstimulation syndrome`$dbPhenotype #> [1] TRUE #> #> $`ovarian hyperstimulation syndrome`$`_parent` #> [1] "DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian hyperstimulation syndrome`$`_is_leaf` #> [1] TRUE #> #> $`ovarian hyperstimulation syndrome`$children #> list() #> #> $`ovarian hyperstimulation syndrome`$value #> [1] "ovarian hyperstimulation syndrome" #> #> #> $`ovarian serous cystadenocarcinoma` #> $`ovarian serous cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$`_id` #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian serous cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian serous cystadenocarcinoma`$urlId #> [1] "DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$`_parent` #> [1] "DOID_3605<DOID_3713<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$children #> list() #> #> $`ovarian serous cystadenocarcinoma`$value #> [1] "ovarian serous cystadenocarcinoma" #> #> #> $`ovarian serous cystadenocarcinoma` #> $`ovarian serous cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$`_id` #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian serous cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian serous cystadenocarcinoma`$urlId #> [1] "DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$`_parent` #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$children #> list() #> #> $`ovarian serous cystadenocarcinoma`$value #> [1] "ovarian serous cystadenocarcinoma" #> #> #> $`ovarian serous cystadenocarcinoma` #> $`ovarian serous cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$`_id` #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian serous cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian serous cystadenocarcinoma`$urlId #> [1] "DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$`_parent` #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$children #> list() #> #> $`ovarian serous cystadenocarcinoma`$value #> [1] "ovarian serous cystadenocarcinoma" #> #> #> $`ovarian serous cystadenocarcinoma` #> $`ovarian serous cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$`_id` #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian serous cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian serous cystadenocarcinoma`$urlId #> [1] "DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$`_parent` #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$children #> list() #> #> $`ovarian serous cystadenocarcinoma`$value #> [1] "ovarian serous cystadenocarcinoma" #> #> #> $`ovarian serous cystadenocarcinoma` #> $`ovarian serous cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$`_id` #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian serous cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian serous cystadenocarcinoma`$urlId #> [1] "DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$`_parent` #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$children #> list() #> #> $`ovarian serous cystadenocarcinoma`$value #> [1] "ovarian serous cystadenocarcinoma" #> #> #> $`ovarian serous cystadenocarcinoma` #> $`ovarian serous cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$`_id` #> [1] "DOID_5746<DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovarian serous cystadenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovarian serous cystadenocarcinoma`$urlId #> [1] "DOID_5746" #> #> $`ovarian serous cystadenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$`_parent` #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovarian serous cystadenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`ovarian serous cystadenocarcinoma`$children #> list() #> #> $`ovarian serous cystadenocarcinoma`$value #> [1] "ovarian serous cystadenocarcinoma" #> #> #> $`ovary adenocarcinoma` #> $`ovary adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3713" #> #> $`ovary adenocarcinoma`$`_id` #> [1] "DOID_3713<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovary adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovary adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovary adenocarcinoma`$urlId #> [1] "DOID_3713" #> #> $`ovary adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovary adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovary adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovary adenocarcinoma`$children #> $`ovary adenocarcinoma`$children[[1]] #> [1] "DOID_3605<DOID_3713<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovary adenocarcinoma`$value #> [1] "ovary adenocarcinoma" #> #> #> $`ovary adenocarcinoma` #> $`ovary adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3713" #> #> $`ovary adenocarcinoma`$`_id` #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovary adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovary adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovary adenocarcinoma`$urlId #> [1] "DOID_3713" #> #> $`ovary adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovary adenocarcinoma`$`_parent` #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovary adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovary adenocarcinoma`$children #> $`ovary adenocarcinoma`$children[[1]] #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`ovary adenocarcinoma`$value #> [1] "ovary adenocarcinoma" #> #> #> $`ovary adenocarcinoma` #> $`ovary adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3713" #> #> $`ovary adenocarcinoma`$`_id` #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovary adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovary adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovary adenocarcinoma`$urlId #> [1] "DOID_3713" #> #> $`ovary adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovary adenocarcinoma`$`_parent` #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovary adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovary adenocarcinoma`$children #> $`ovary adenocarcinoma`$children[[1]] #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovary adenocarcinoma`$value #> [1] "ovary adenocarcinoma" #> #> #> $`ovary adenocarcinoma` #> $`ovary adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3713" #> #> $`ovary adenocarcinoma`$`_id` #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovary adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovary adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovary adenocarcinoma`$urlId #> [1] "DOID_3713" #> #> $`ovary adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovary adenocarcinoma`$`_parent` #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovary adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovary adenocarcinoma`$children #> $`ovary adenocarcinoma`$children[[1]] #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovary adenocarcinoma`$value #> [1] "ovary adenocarcinoma" #> #> #> $`ovary adenocarcinoma` #> $`ovary adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3713" #> #> $`ovary adenocarcinoma`$`_id` #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovary adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovary adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovary adenocarcinoma`$urlId #> [1] "DOID_3713" #> #> $`ovary adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovary adenocarcinoma`$`_parent` #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovary adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovary adenocarcinoma`$children #> $`ovary adenocarcinoma`$children[[1]] #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovary adenocarcinoma`$value #> [1] "ovary adenocarcinoma" #> #> #> $`ovary adenocarcinoma` #> $`ovary adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3713" #> #> $`ovary adenocarcinoma`$`_id` #> [1] "DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovary adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`ovary adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`ovary adenocarcinoma`$urlId #> [1] "DOID_3713" #> #> $`ovary adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`ovary adenocarcinoma`$`_parent` #> [1] "DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovary adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`ovary adenocarcinoma`$children #> $`ovary adenocarcinoma`$children[[1]] #> [1] "DOID_3605<DOID_3713<DOID_4001<DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovary adenocarcinoma`$value #> [1] "ovary adenocarcinoma" #> #> #> $`ovary epithelial cancer` #> $`ovary epithelial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2152" #> #> $`ovary epithelial cancer`$`_id` #> [1] "DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovary epithelial cancer`$privateGeneCount #> [1] 0 #> #> $`ovary epithelial cancer`$publicGeneCount #> [1] 11 #> #> $`ovary epithelial cancer`$urlId #> [1] "DOID_2152" #> #> $`ovary epithelial cancer`$dbPhenotype #> [1] FALSE #> #> $`ovary epithelial cancer`$`_parent` #> [1] "DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovary epithelial cancer`$`_is_leaf` #> [1] FALSE #> #> $`ovary epithelial cancer`$children #> $`ovary epithelial cancer`$children[[1]] #> [1] "DOID_9597<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`ovary epithelial cancer`$children[[2]] #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`ovary epithelial cancer`$value #> [1] "ovary epithelial cancer" #> #> #> $`ovary epithelial cancer` #> $`ovary epithelial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2152" #> #> $`ovary epithelial cancer`$`_id` #> [1] "DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovary epithelial cancer`$privateGeneCount #> [1] 0 #> #> $`ovary epithelial cancer`$publicGeneCount #> [1] 11 #> #> $`ovary epithelial cancer`$urlId #> [1] "DOID_2152" #> #> $`ovary epithelial cancer`$dbPhenotype #> [1] FALSE #> #> $`ovary epithelial cancer`$`_parent` #> [1] "DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovary epithelial cancer`$`_is_leaf` #> [1] FALSE #> #> $`ovary epithelial cancer`$children #> $`ovary epithelial cancer`$children[[1]] #> [1] "DOID_9597<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovary epithelial cancer`$children[[2]] #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovary epithelial cancer`$value #> [1] "ovary epithelial cancer" #> #> #> $`ovary epithelial cancer` #> $`ovary epithelial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2152" #> #> $`ovary epithelial cancer`$`_id` #> [1] "DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovary epithelial cancer`$privateGeneCount #> [1] 0 #> #> $`ovary epithelial cancer`$publicGeneCount #> [1] 11 #> #> $`ovary epithelial cancer`$urlId #> [1] "DOID_2152" #> #> $`ovary epithelial cancer`$dbPhenotype #> [1] FALSE #> #> $`ovary epithelial cancer`$`_parent` #> [1] "DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovary epithelial cancer`$`_is_leaf` #> [1] FALSE #> #> $`ovary epithelial cancer`$children #> $`ovary epithelial cancer`$children[[1]] #> [1] "DOID_9597<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ovary epithelial cancer`$children[[2]] #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovary epithelial cancer`$value #> [1] "ovary epithelial cancer" #> #> #> $`ovary epithelial cancer` #> $`ovary epithelial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2152" #> #> $`ovary epithelial cancer`$`_id` #> [1] "DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovary epithelial cancer`$privateGeneCount #> [1] 0 #> #> $`ovary epithelial cancer`$publicGeneCount #> [1] 11 #> #> $`ovary epithelial cancer`$urlId #> [1] "DOID_2152" #> #> $`ovary epithelial cancer`$dbPhenotype #> [1] FALSE #> #> $`ovary epithelial cancer`$`_parent` #> [1] "DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovary epithelial cancer`$`_is_leaf` #> [1] FALSE #> #> $`ovary epithelial cancer`$children #> $`ovary epithelial cancer`$children[[1]] #> [1] "DOID_9597<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`ovary epithelial cancer`$children[[2]] #> [1] "DOID_2151<DOID_2152<DOID_2394<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`ovary epithelial cancer`$value #> [1] "ovary epithelial cancer" #> #> #> $`ovary epithelial cancer` #> $`ovary epithelial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2152" #> #> $`ovary epithelial cancer`$`_id` #> [1] "DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovary epithelial cancer`$privateGeneCount #> [1] 0 #> #> $`ovary epithelial cancer`$publicGeneCount #> [1] 11 #> #> $`ovary epithelial cancer`$urlId #> [1] "DOID_2152" #> #> $`ovary epithelial cancer`$dbPhenotype #> [1] FALSE #> #> $`ovary epithelial cancer`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovary epithelial cancer`$`_is_leaf` #> [1] FALSE #> #> $`ovary epithelial cancer`$children #> $`ovary epithelial cancer`$children[[1]] #> [1] "DOID_9597<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`ovary epithelial cancer`$children[[2]] #> [1] "DOID_2151<DOID_2152<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`ovary epithelial cancer`$value #> [1] "ovary epithelial cancer" #> #> #> $overnutrition #> $overnutrition$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_654" #> #> $overnutrition$`_id` #> [1] "DOID_654<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $overnutrition$privateGeneCount #> [1] 0 #> #> $overnutrition$publicGeneCount #> [1] 651 #> #> $overnutrition$urlId #> [1] "DOID_654" #> #> $overnutrition$dbPhenotype #> [1] FALSE #> #> $overnutrition$`_parent` #> [1] "DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $overnutrition$`_is_leaf` #> [1] FALSE #> #> $overnutrition$children #> $overnutrition$children[[1]] #> [1] "DOID_9970<DOID_654<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $overnutrition$value #> [1] "overnutrition" #> #> #> $`oxyphilic adenoma` #> $`oxyphilic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5389" #> #> $`oxyphilic adenoma`$`_id` #> [1] "DOID_5389<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`oxyphilic adenoma`$privateGeneCount #> [1] 0 #> #> $`oxyphilic adenoma`$publicGeneCount #> [1] 3 #> #> $`oxyphilic adenoma`$urlId #> [1] "DOID_5389" #> #> $`oxyphilic adenoma`$dbPhenotype #> [1] TRUE #> #> $`oxyphilic adenoma`$`_parent` #> [1] "DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`oxyphilic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`oxyphilic adenoma`$children #> list() #> #> $`oxyphilic adenoma`$value #> [1] "oxyphilic adenoma" #> #> #> $`pachyonychia congenita` #> $`pachyonychia congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050449" #> #> $`pachyonychia congenita`$`_id` #> [1] "DOID_0050449<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`pachyonychia congenita`$privateGeneCount #> [1] 0 #> #> $`pachyonychia congenita`$publicGeneCount #> [1] 4 #> #> $`pachyonychia congenita`$urlId #> [1] "DOID_0050449" #> #> $`pachyonychia congenita`$dbPhenotype #> [1] TRUE #> #> $`pachyonychia congenita`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`pachyonychia congenita`$`_is_leaf` #> [1] TRUE #> #> $`pachyonychia congenita`$children #> list() #> #> $`pachyonychia congenita`$value #> [1] "pachyonychia congenita" #> #> #> $`pachyonychia congenita` #> $`pachyonychia congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050449" #> #> $`pachyonychia congenita`$`_id` #> [1] "DOID_0050449<DOID_225<DOID_4" #> #> $`pachyonychia congenita`$privateGeneCount #> [1] 0 #> #> $`pachyonychia congenita`$publicGeneCount #> [1] 4 #> #> $`pachyonychia congenita`$urlId #> [1] "DOID_0050449" #> #> $`pachyonychia congenita`$dbPhenotype #> [1] TRUE #> #> $`pachyonychia congenita`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`pachyonychia congenita`$`_is_leaf` #> [1] TRUE #> #> $`pachyonychia congenita`$children #> list() #> #> $`pachyonychia congenita`$value #> [1] "pachyonychia congenita" #> #> #> $`Paget's disease of bone` #> $`Paget's disease of bone`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5408" #> #> $`Paget's disease of bone`$`_id` #> [1] "DOID_5408<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Paget's disease of bone`$privateGeneCount #> [1] 0 #> #> $`Paget's disease of bone`$publicGeneCount #> [1] 14 #> #> $`Paget's disease of bone`$urlId #> [1] "DOID_5408" #> #> $`Paget's disease of bone`$dbPhenotype #> [1] TRUE #> #> $`Paget's disease of bone`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Paget's disease of bone`$`_is_leaf` #> [1] TRUE #> #> $`Paget's disease of bone`$children #> list() #> #> $`Paget's disease of bone`$value #> [1] "Paget's disease of bone" #> #> #> $`Paget's disease of bone` #> $`Paget's disease of bone`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5408" #> #> $`Paget's disease of bone`$`_id` #> [1] "DOID_5408<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Paget's disease of bone`$privateGeneCount #> [1] 0 #> #> $`Paget's disease of bone`$publicGeneCount #> [1] 14 #> #> $`Paget's disease of bone`$urlId #> [1] "DOID_5408" #> #> $`Paget's disease of bone`$dbPhenotype #> [1] TRUE #> #> $`Paget's disease of bone`$`_parent` #> [1] "DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Paget's disease of bone`$`_is_leaf` #> [1] TRUE #> #> $`Paget's disease of bone`$children #> list() #> #> $`Paget's disease of bone`$value #> [1] "Paget's disease of bone" #> #> #> $Pain #> $Pain$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012531" #> #> $Pain$`_id` #> [1] "HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $Pain$privateGeneCount #> [1] 0 #> #> $Pain$publicGeneCount #> [1] 58 #> #> $Pain$urlId #> [1] "HP_0012531" #> #> $Pain$dbPhenotype #> [1] TRUE #> #> $Pain$`_parent` #> [1] "HP_0025142<HP_0000118<HP_0000001" #> #> $Pain$`_is_leaf` #> [1] FALSE #> #> $Pain$children #> $Pain$children[[1]] #> [1] "HP_0002027<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $Pain$children[[2]] #> [1] "HP_0002829<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $Pain$children[[3]] #> [1] "HP_0003418<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $Pain$children[[4]] #> [1] "HP_0100749<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> $Pain$children[[5]] #> [1] "HP_0012532<HP_0012531<HP_0025142<HP_0000118<HP_0000001" #> #> #> $Pain$value #> [1] "Pain" #> #> #> $`Pain insensitivity` #> $`Pain insensitivity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007021" #> #> $`Pain insensitivity`$`_id` #> [1] "HP_0007021<HP_0007328<HP_0010832<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Pain insensitivity`$privateGeneCount #> [1] 0 #> #> $`Pain insensitivity`$publicGeneCount #> [1] 2 #> #> $`Pain insensitivity`$urlId #> [1] "HP_0007021" #> #> $`Pain insensitivity`$dbPhenotype #> [1] TRUE #> #> $`Pain insensitivity`$`_parent` #> [1] "HP_0007328<HP_0010832<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Pain insensitivity`$`_is_leaf` #> [1] TRUE #> #> $`Pain insensitivity`$children #> list() #> #> $`Pain insensitivity`$value #> [1] "Pain insensitivity" #> #> #> $`Pallister-Hall syndrome` #> $`Pallister-Hall syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9248" #> #> $`Pallister-Hall syndrome`$`_id` #> [1] "DOID_9248<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Pallister-Hall syndrome`$privateGeneCount #> [1] 0 #> #> $`Pallister-Hall syndrome`$publicGeneCount #> [1] 1 #> #> $`Pallister-Hall syndrome`$urlId #> [1] "DOID_9248" #> #> $`Pallister-Hall syndrome`$dbPhenotype #> [1] TRUE #> #> $`Pallister-Hall syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Pallister-Hall syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Pallister-Hall syndrome`$children #> list() #> #> $`Pallister-Hall syndrome`$value #> [1] "Pallister-Hall syndrome" #> #> #> $`Pallister-Hall syndrome` #> $`Pallister-Hall syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9248" #> #> $`Pallister-Hall syndrome`$`_id` #> [1] "DOID_9248<DOID_225<DOID_4" #> #> $`Pallister-Hall syndrome`$privateGeneCount #> [1] 0 #> #> $`Pallister-Hall syndrome`$publicGeneCount #> [1] 1 #> #> $`Pallister-Hall syndrome`$urlId #> [1] "DOID_9248" #> #> $`Pallister-Hall syndrome`$dbPhenotype #> [1] TRUE #> #> $`Pallister-Hall syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Pallister-Hall syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Pallister-Hall syndrome`$children #> list() #> #> $`Pallister-Hall syndrome`$value #> [1] "Pallister-Hall syndrome" #> #> #> $`palmoplantar keratosis` #> $`palmoplantar keratosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3390" #> #> $`palmoplantar keratosis`$`_id` #> [1] "DOID_3390<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`palmoplantar keratosis`$privateGeneCount #> [1] 0 #> #> $`palmoplantar keratosis`$publicGeneCount #> [1] 12 #> #> $`palmoplantar keratosis`$urlId #> [1] "DOID_3390" #> #> $`palmoplantar keratosis`$dbPhenotype #> [1] TRUE #> #> $`palmoplantar keratosis`$`_parent` #> [1] "DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`palmoplantar keratosis`$`_is_leaf` #> [1] FALSE #> #> $`palmoplantar keratosis`$children #> $`palmoplantar keratosis`$children[[1]] #> [1] "DOID_0050428<DOID_3390<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`palmoplantar keratosis`$value #> [1] "palmoplantar keratosis" #> #> #> $`pancreas disease` #> $`pancreas disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_26" #> #> $`pancreas disease`$`_id` #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreas disease`$privateGeneCount #> [1] 0 #> #> $`pancreas disease`$publicGeneCount #> [1] 378 #> #> $`pancreas disease`$urlId #> [1] "DOID_26" #> #> $`pancreas disease`$dbPhenotype #> [1] TRUE #> #> $`pancreas disease`$`_parent` #> [1] "DOID_28<DOID_7<DOID_4" #> #> $`pancreas disease`$`_is_leaf` #> [1] FALSE #> #> $`pancreas disease`$children #> $`pancreas disease`$children[[1]] #> [1] "DOID_1428<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreas disease`$children[[2]] #> [1] "DOID_13316<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreas disease`$children[[3]] #> [1] "DOID_2018<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreas disease`$children[[4]] #> [1] "DOID_12388<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreas disease`$children[[5]] #> [1] "DOID_13768<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreas disease`$children[[6]] #> [1] "DOID_0050877<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreas disease`$children[[7]] #> [1] "DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreas disease`$children[[8]] #> [1] "DOID_3918<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreas disease`$children[[9]] #> [1] "DOID_4989<DOID_26<DOID_28<DOID_7<DOID_4" #> #> #> $`pancreas disease`$value #> [1] "pancreas disease" #> #> #> $`pancreatic agenesis` #> $`pancreatic agenesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050877" #> #> $`pancreatic agenesis`$`_id` #> [1] "DOID_0050877<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic agenesis`$privateGeneCount #> [1] 0 #> #> $`pancreatic agenesis`$publicGeneCount #> [1] 2 #> #> $`pancreatic agenesis`$urlId #> [1] "DOID_0050877" #> #> $`pancreatic agenesis`$dbPhenotype #> [1] TRUE #> #> $`pancreatic agenesis`$`_parent` #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic agenesis`$`_is_leaf` #> [1] TRUE #> #> $`pancreatic agenesis`$children #> list() #> #> $`pancreatic agenesis`$value #> [1] "pancreatic agenesis" #> #> #> $`pancreatic cancer` #> $`pancreatic cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1793" #> #> $`pancreatic cancer`$`_id` #> [1] "DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic cancer`$privateGeneCount #> [1] 0 #> #> $`pancreatic cancer`$publicGeneCount #> [1] 293 #> #> $`pancreatic cancer`$urlId #> [1] "DOID_1793" #> #> $`pancreatic cancer`$dbPhenotype #> [1] TRUE #> #> $`pancreatic cancer`$`_parent` #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic cancer`$`_is_leaf` #> [1] FALSE #> #> $`pancreatic cancer`$children #> $`pancreatic cancer`$children[[1]] #> [1] "DOID_1799<DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic cancer`$children[[2]] #> [1] "DOID_4905<DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`pancreatic cancer`$value #> [1] "pancreatic cancer" #> #> #> $`pancreatic cancer` #> $`pancreatic cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1793" #> #> $`pancreatic cancer`$`_id` #> [1] "DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic cancer`$privateGeneCount #> [1] 0 #> #> $`pancreatic cancer`$publicGeneCount #> [1] 293 #> #> $`pancreatic cancer`$urlId #> [1] "DOID_1793" #> #> $`pancreatic cancer`$dbPhenotype #> [1] TRUE #> #> $`pancreatic cancer`$`_parent` #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic cancer`$`_is_leaf` #> [1] FALSE #> #> $`pancreatic cancer`$children #> $`pancreatic cancer`$children[[1]] #> [1] "DOID_1799<DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic cancer`$children[[2]] #> [1] "DOID_4905<DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> #> $`pancreatic cancer`$value #> [1] "pancreatic cancer" #> #> #> $`pancreatic carcinoma` #> $`pancreatic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4905" #> #> $`pancreatic carcinoma`$`_id` #> [1] "DOID_4905<DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic carcinoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic carcinoma`$publicGeneCount #> [1] 86 #> #> $`pancreatic carcinoma`$urlId #> [1] "DOID_4905" #> #> $`pancreatic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pancreatic carcinoma`$`_parent` #> [1] "DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`pancreatic carcinoma`$children #> $`pancreatic carcinoma`$children[[1]] #> [1] "DOID_3587<DOID_4905<DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`pancreatic carcinoma`$value #> [1] "pancreatic carcinoma" #> #> #> $`pancreatic carcinoma` #> $`pancreatic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4905" #> #> $`pancreatic carcinoma`$`_id` #> [1] "DOID_4905<DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic carcinoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic carcinoma`$publicGeneCount #> [1] 86 #> #> $`pancreatic carcinoma`$urlId #> [1] "DOID_4905" #> #> $`pancreatic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pancreatic carcinoma`$`_parent` #> [1] "DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`pancreatic carcinoma`$children #> $`pancreatic carcinoma`$children[[1]] #> [1] "DOID_3587<DOID_4905<DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> #> $`pancreatic carcinoma`$value #> [1] "pancreatic carcinoma" #> #> #> $`pancreatic carcinoma` #> $`pancreatic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4905" #> #> $`pancreatic carcinoma`$`_id` #> [1] "DOID_4905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic carcinoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic carcinoma`$publicGeneCount #> [1] 86 #> #> $`pancreatic carcinoma`$urlId #> [1] "DOID_4905" #> #> $`pancreatic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pancreatic carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`pancreatic carcinoma`$children #> $`pancreatic carcinoma`$children[[1]] #> [1] "DOID_3587<DOID_4905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`pancreatic carcinoma`$value #> [1] "pancreatic carcinoma" #> #> #> $`pancreatic cholera` #> $`pancreatic cholera`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6977" #> #> $`pancreatic cholera`$`_id` #> [1] "DOID_6977<DOID_1428<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic cholera`$privateGeneCount #> [1] 0 #> #> $`pancreatic cholera`$publicGeneCount #> [1] 3 #> #> $`pancreatic cholera`$urlId #> [1] "DOID_6977" #> #> $`pancreatic cholera`$dbPhenotype #> [1] TRUE #> #> $`pancreatic cholera`$`_parent` #> [1] "DOID_1428<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic cholera`$`_is_leaf` #> [1] TRUE #> #> $`pancreatic cholera`$children #> list() #> #> $`pancreatic cholera`$value #> [1] "pancreatic cholera" #> #> #> $`pancreatic cystadenoma` #> $`pancreatic cystadenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3918" #> #> $`pancreatic cystadenoma`$`_id` #> [1] "DOID_3918<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`pancreatic cystadenoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic cystadenoma`$publicGeneCount #> [1] 43 #> #> $`pancreatic cystadenoma`$urlId #> [1] "DOID_3918" #> #> $`pancreatic cystadenoma`$dbPhenotype #> [1] FALSE #> #> $`pancreatic cystadenoma`$`_parent` #> [1] "DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`pancreatic cystadenoma`$`_is_leaf` #> [1] FALSE #> #> $`pancreatic cystadenoma`$children #> $`pancreatic cystadenoma`$children[[1]] #> [1] "DOID_3892<DOID_3918<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`pancreatic cystadenoma`$children[[2]] #> [1] "DOID_5403<DOID_3918<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`pancreatic cystadenoma`$value #> [1] "pancreatic cystadenoma" #> #> #> $`pancreatic cystadenoma` #> $`pancreatic cystadenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3918" #> #> $`pancreatic cystadenoma`$`_id` #> [1] "DOID_3918<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`pancreatic cystadenoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic cystadenoma`$publicGeneCount #> [1] 43 #> #> $`pancreatic cystadenoma`$urlId #> [1] "DOID_3918" #> #> $`pancreatic cystadenoma`$dbPhenotype #> [1] FALSE #> #> $`pancreatic cystadenoma`$`_parent` #> [1] "DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`pancreatic cystadenoma`$`_is_leaf` #> [1] FALSE #> #> $`pancreatic cystadenoma`$children #> $`pancreatic cystadenoma`$children[[1]] #> [1] "DOID_3892<DOID_3918<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`pancreatic cystadenoma`$children[[2]] #> [1] "DOID_5403<DOID_3918<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> #> $`pancreatic cystadenoma`$value #> [1] "pancreatic cystadenoma" #> #> #> $`pancreatic cystadenoma` #> $`pancreatic cystadenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3918" #> #> $`pancreatic cystadenoma`$`_id` #> [1] "DOID_3918<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic cystadenoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic cystadenoma`$publicGeneCount #> [1] 43 #> #> $`pancreatic cystadenoma`$urlId #> [1] "DOID_3918" #> #> $`pancreatic cystadenoma`$dbPhenotype #> [1] FALSE #> #> $`pancreatic cystadenoma`$`_parent` #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic cystadenoma`$`_is_leaf` #> [1] FALSE #> #> $`pancreatic cystadenoma`$children #> $`pancreatic cystadenoma`$children[[1]] #> [1] "DOID_3892<DOID_3918<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic cystadenoma`$children[[2]] #> [1] "DOID_5403<DOID_3918<DOID_26<DOID_28<DOID_7<DOID_4" #> #> #> $`pancreatic cystadenoma`$value #> [1] "pancreatic cystadenoma" #> #> #> $`Pancreatic cysts` #> $`Pancreatic cysts`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001737" #> #> $`Pancreatic cysts`$`_id` #> [1] "HP_0001737<HP_0012090<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Pancreatic cysts`$privateGeneCount #> [1] 0 #> #> $`Pancreatic cysts`$publicGeneCount #> [1] 1 #> #> $`Pancreatic cysts`$urlId #> [1] "HP_0001737" #> #> $`Pancreatic cysts`$dbPhenotype #> [1] TRUE #> #> $`Pancreatic cysts`$`_parent` #> [1] "HP_0012090<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Pancreatic cysts`$`_is_leaf` #> [1] TRUE #> #> $`Pancreatic cysts`$children #> list() #> #> $`Pancreatic cysts`$value #> [1] "Pancreatic cysts" #> #> #> $`pancreatic ductal carcinoma` #> $`pancreatic ductal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3587" #> #> $`pancreatic ductal carcinoma`$`_id` #> [1] "DOID_3587<DOID_4905<DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic ductal carcinoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic ductal carcinoma`$publicGeneCount #> [1] 81 #> #> $`pancreatic ductal carcinoma`$urlId #> [1] "DOID_3587" #> #> $`pancreatic ductal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pancreatic ductal carcinoma`$`_parent` #> [1] "DOID_4905<DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic ductal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`pancreatic ductal carcinoma`$children #> list() #> #> $`pancreatic ductal carcinoma`$value #> [1] "pancreatic ductal carcinoma" #> #> #> $`pancreatic ductal carcinoma` #> $`pancreatic ductal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3587" #> #> $`pancreatic ductal carcinoma`$`_id` #> [1] "DOID_3587<DOID_4905<DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic ductal carcinoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic ductal carcinoma`$publicGeneCount #> [1] 81 #> #> $`pancreatic ductal carcinoma`$urlId #> [1] "DOID_3587" #> #> $`pancreatic ductal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pancreatic ductal carcinoma`$`_parent` #> [1] "DOID_4905<DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic ductal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`pancreatic ductal carcinoma`$children #> list() #> #> $`pancreatic ductal carcinoma`$value #> [1] "pancreatic ductal carcinoma" #> #> #> $`pancreatic ductal carcinoma` #> $`pancreatic ductal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3587" #> #> $`pancreatic ductal carcinoma`$`_id` #> [1] "DOID_3587<DOID_4905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic ductal carcinoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic ductal carcinoma`$publicGeneCount #> [1] 81 #> #> $`pancreatic ductal carcinoma`$urlId #> [1] "DOID_3587" #> #> $`pancreatic ductal carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pancreatic ductal carcinoma`$`_parent` #> [1] "DOID_4905<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic ductal carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`pancreatic ductal carcinoma`$children #> list() #> #> $`pancreatic ductal carcinoma`$value #> [1] "pancreatic ductal carcinoma" #> #> #> $`pancreatic endocrine carcinoma` #> $`pancreatic endocrine carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1798" #> #> $`pancreatic endocrine carcinoma`$`_id` #> [1] "DOID_1798<DOID_1799<DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic endocrine carcinoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic endocrine carcinoma`$publicGeneCount #> [1] 2 #> #> $`pancreatic endocrine carcinoma`$urlId #> [1] "DOID_1798" #> #> $`pancreatic endocrine carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pancreatic endocrine carcinoma`$`_parent` #> [1] "DOID_1799<DOID_1793<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pancreatic endocrine carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`pancreatic endocrine carcinoma`$children #> list() #> #> $`pancreatic endocrine carcinoma`$value #> [1] "pancreatic endocrine carcinoma" #> #> #> $`pancreatic endocrine carcinoma` #> $`pancreatic endocrine carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1798" #> #> $`pancreatic endocrine carcinoma`$`_id` #> [1] "DOID_1798<DOID_1799<DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic endocrine carcinoma`$privateGeneCount #> [1] 0 #> #> $`pancreatic endocrine carcinoma`$publicGeneCount #> [1] 2 #> #> $`pancreatic endocrine carcinoma`$urlId #> [1] "DOID_1798" #> #> $`pancreatic endocrine carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pancreatic endocrine carcinoma`$`_parent` #> [1] "DOID_1799<DOID_1793<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $`pancreatic endocrine carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`pancreatic endocrine carcinoma`$children #> list() #> #> $`pancreatic endocrine carcinoma`$value #> [1] "pancreatic endocrine carcinoma" #> #> #> $`Pancreatic endocrine tumor` #> $`Pancreatic endocrine tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030405" #> #> $`Pancreatic endocrine tumor`$`_id` #> [1] "HP_0030405<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Pancreatic endocrine tumor`$privateGeneCount #> [1] 0 #> #> $`Pancreatic endocrine tumor`$publicGeneCount #> [1] 4 #> #> $`Pancreatic endocrine tumor`$urlId #> [1] "HP_0030405" #> #> $`Pancreatic endocrine tumor`$dbPhenotype #> [1] FALSE #> #> $`Pancreatic endocrine tumor`$`_parent` #> [1] "HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Pancreatic endocrine tumor`$`_is_leaf` #> [1] FALSE #> #> $`Pancreatic endocrine tumor`$children #> $`Pancreatic endocrine tumor`$children[[1]] #> [1] "HP_0030404<HP_0030405<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Pancreatic endocrine tumor`$value #> [1] "Pancreatic endocrine tumor" #> #> #> $`Pancreatic endocrine tumor` #> $`Pancreatic endocrine tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030405" #> #> $`Pancreatic endocrine tumor`$`_id` #> [1] "HP_0030405<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Pancreatic endocrine tumor`$privateGeneCount #> [1] 0 #> #> $`Pancreatic endocrine tumor`$publicGeneCount #> [1] 4 #> #> $`Pancreatic endocrine tumor`$urlId #> [1] "HP_0030405" #> #> $`Pancreatic endocrine tumor`$dbPhenotype #> [1] FALSE #> #> $`Pancreatic endocrine tumor`$`_parent` #> [1] "HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Pancreatic endocrine tumor`$`_is_leaf` #> [1] FALSE #> #> $`Pancreatic endocrine tumor`$children #> $`Pancreatic endocrine tumor`$children[[1]] #> [1] "HP_0030404<HP_0030405<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Pancreatic endocrine tumor`$value #> [1] "Pancreatic endocrine tumor" #> #> #> $pancreatitis #> $pancreatitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4989" #> #> $pancreatitis$`_id` #> [1] "DOID_4989<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $pancreatitis$privateGeneCount #> [1] 0 #> #> $pancreatitis$publicGeneCount #> [1] 43 #> #> $pancreatitis$urlId #> [1] "DOID_4989" #> #> $pancreatitis$dbPhenotype #> [1] TRUE #> #> $pancreatitis$`_parent` #> [1] "DOID_26<DOID_28<DOID_7<DOID_4" #> #> $pancreatitis$`_is_leaf` #> [1] FALSE #> #> $pancreatitis$children #> $pancreatitis$children[[1]] #> [1] "DOID_2913<DOID_4989<DOID_26<DOID_28<DOID_7<DOID_4" #> #> $pancreatitis$children[[2]] #> [1] "DOID_4988<DOID_4989<DOID_26<DOID_28<DOID_7<DOID_4" #> #> #> $pancreatitis$value #> [1] "pancreatitis" #> #> #> $Pancreatitis #> $Pancreatitis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001733" #> #> $Pancreatitis$`_id` #> [1] "HP_0001733<HP_0012091<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Pancreatitis$privateGeneCount #> [1] 0 #> #> $Pancreatitis$publicGeneCount #> [1] 5 #> #> $Pancreatitis$urlId #> [1] "HP_0001733" #> #> $Pancreatitis$dbPhenotype #> [1] FALSE #> #> $Pancreatitis$`_parent` #> [1] "HP_0012091<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Pancreatitis$`_is_leaf` #> [1] FALSE #> #> $Pancreatitis$children #> $Pancreatitis$children[[1]] #> [1] "HP_0006280<HP_0001733<HP_0012091<HP_0001732<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> #> $Pancreatitis$value #> [1] "Pancreatitis" #> #> #> $Pancreatitis #> $Pancreatitis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001733" #> #> $Pancreatitis$`_id` #> [1] "HP_0001733<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $Pancreatitis$privateGeneCount #> [1] 0 #> #> $Pancreatitis$publicGeneCount #> [1] 5 #> #> $Pancreatitis$urlId #> [1] "HP_0001733" #> #> $Pancreatitis$dbPhenotype #> [1] FALSE #> #> $Pancreatitis$`_parent` #> [1] "HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $Pancreatitis$`_is_leaf` #> [1] FALSE #> #> $Pancreatitis$children #> $Pancreatitis$children[[1]] #> [1] "HP_0006280<HP_0001733<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $Pancreatitis$value #> [1] "Pancreatitis" #> #> #> $pancytopenia #> $pancytopenia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12450" #> #> $pancytopenia$`_id` #> [1] "DOID_12450<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $pancytopenia$privateGeneCount #> [1] 0 #> #> $pancytopenia$publicGeneCount #> [1] 5 #> #> $pancytopenia$urlId #> [1] "DOID_12450" #> #> $pancytopenia$dbPhenotype #> [1] TRUE #> #> $pancytopenia$`_parent` #> [1] "DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $pancytopenia$`_is_leaf` #> [1] TRUE #> #> $pancytopenia$children #> list() #> #> $pancytopenia$value #> [1] "pancytopenia" #> #> #> $panhypopituitarism #> $panhypopituitarism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9410" #> #> $panhypopituitarism$`_id` #> [1] "DOID_9410<DOID_9406<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $panhypopituitarism$privateGeneCount #> [1] 0 #> #> $panhypopituitarism$publicGeneCount #> [1] 5 #> #> $panhypopituitarism$urlId #> [1] "DOID_9410" #> #> $panhypopituitarism$dbPhenotype #> [1] TRUE #> #> $panhypopituitarism$`_parent` #> [1] "DOID_9406<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $panhypopituitarism$`_is_leaf` #> [1] TRUE #> #> $panhypopituitarism$children #> list() #> #> $panhypopituitarism$value #> [1] "panhypopituitarism" #> #> #> $`panic disorder` #> $`panic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_594" #> #> $`panic disorder`$`_id` #> [1] "DOID_594<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`panic disorder`$privateGeneCount #> [1] 0 #> #> $`panic disorder`$publicGeneCount #> [1] 15 #> #> $`panic disorder`$urlId #> [1] "DOID_594" #> #> $`panic disorder`$dbPhenotype #> [1] TRUE #> #> $`panic disorder`$`_parent` #> [1] "DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`panic disorder`$`_is_leaf` #> [1] TRUE #> #> $`panic disorder`$children #> list() #> #> $`panic disorder`$value #> [1] "panic disorder" #> #> #> $panniculitis #> $panniculitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1526" #> #> $panniculitis$`_id` #> [1] "DOID_1526<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $panniculitis$privateGeneCount #> [1] 0 #> #> $panniculitis$publicGeneCount #> [1] 1 #> #> $panniculitis$urlId #> [1] "DOID_1526" #> #> $panniculitis$dbPhenotype #> [1] FALSE #> #> $panniculitis$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $panniculitis$`_is_leaf` #> [1] FALSE #> #> $panniculitis$children #> $panniculitis$children[[1]] #> [1] "DOID_1525<DOID_1526<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $panniculitis$value #> [1] "panniculitis" #> #> #> $`pantothenate kinase-associated neurodegeneration` #> $`pantothenate kinase-associated neurodegeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3981" #> #> $`pantothenate kinase-associated neurodegeneration`$`_id` #> [1] "DOID_3981<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`pantothenate kinase-associated neurodegeneration`$privateGeneCount #> [1] 0 #> #> $`pantothenate kinase-associated neurodegeneration`$publicGeneCount #> [1] 9 #> #> $`pantothenate kinase-associated neurodegeneration`$urlId #> [1] "DOID_3981" #> #> $`pantothenate kinase-associated neurodegeneration`$dbPhenotype #> [1] TRUE #> #> $`pantothenate kinase-associated neurodegeneration`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`pantothenate kinase-associated neurodegeneration`$`_is_leaf` #> [1] TRUE #> #> $`pantothenate kinase-associated neurodegeneration`$children #> list() #> #> $`pantothenate kinase-associated neurodegeneration`$value #> [1] "pantothenate kinase-associated neurodegeneration" #> #> #> $`pantothenate kinase-associated neurodegeneration` #> $`pantothenate kinase-associated neurodegeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3981" #> #> $`pantothenate kinase-associated neurodegeneration`$`_id` #> [1] "DOID_3981<DOID_0110734<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pantothenate kinase-associated neurodegeneration`$privateGeneCount #> [1] 0 #> #> $`pantothenate kinase-associated neurodegeneration`$publicGeneCount #> [1] 9 #> #> $`pantothenate kinase-associated neurodegeneration`$urlId #> [1] "DOID_3981" #> #> $`pantothenate kinase-associated neurodegeneration`$dbPhenotype #> [1] TRUE #> #> $`pantothenate kinase-associated neurodegeneration`$`_parent` #> [1] "DOID_0110734<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pantothenate kinase-associated neurodegeneration`$`_is_leaf` #> [1] TRUE #> #> $`pantothenate kinase-associated neurodegeneration`$children #> list() #> #> $`pantothenate kinase-associated neurodegeneration`$value #> [1] "pantothenate kinase-associated neurodegeneration" #> #> #> $panuveitis #> $panuveitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12030" #> #> $panuveitis$`_id` #> [1] "DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $panuveitis$privateGeneCount #> [1] 0 #> #> $panuveitis$publicGeneCount #> [1] 18 #> #> $panuveitis$urlId #> [1] "DOID_12030" #> #> $panuveitis$dbPhenotype #> [1] TRUE #> #> $panuveitis$`_parent` #> [1] "DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $panuveitis$`_is_leaf` #> [1] FALSE #> #> $panuveitis$children #> $panuveitis$children[[1]] #> [1] "DOID_1407<DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $panuveitis$children[[2]] #> [1] "DOID_12574<DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $panuveitis$children[[3]] #> [1] "DOID_12029<DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $panuveitis$value #> [1] "panuveitis" #> #> #> $`papillary adenoma` #> $`papillary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3172" #> #> $`papillary adenoma`$`_id` #> [1] "DOID_3172<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`papillary adenoma`$privateGeneCount #> [1] 0 #> #> $`papillary adenoma`$publicGeneCount #> [1] 35 #> #> $`papillary adenoma`$urlId #> [1] "DOID_3172" #> #> $`papillary adenoma`$dbPhenotype #> [1] TRUE #> #> $`papillary adenoma`$`_parent` #> [1] "DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`papillary adenoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary adenoma`$children #> list() #> #> $`papillary adenoma`$value #> [1] "papillary adenoma" #> #> #> $`papillary carcinoma` #> $`papillary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3113" #> #> $`papillary carcinoma`$`_id` #> [1] "DOID_3113<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`papillary carcinoma`$privateGeneCount #> [1] 0 #> #> $`papillary carcinoma`$publicGeneCount #> [1] 2 #> #> $`papillary carcinoma`$urlId #> [1] "DOID_3113" #> #> $`papillary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`papillary carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`papillary carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary carcinoma`$children #> list() #> #> $`papillary carcinoma`$value #> [1] "papillary carcinoma" #> #> #> $`papillary conjunctivitis` #> $`papillary conjunctivitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2458" #> #> $`papillary conjunctivitis`$`_id` #> [1] "DOID_2458<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`papillary conjunctivitis`$privateGeneCount #> [1] 0 #> #> $`papillary conjunctivitis`$publicGeneCount #> [1] 13 #> #> $`papillary conjunctivitis`$urlId #> [1] "DOID_2458" #> #> $`papillary conjunctivitis`$dbPhenotype #> [1] FALSE #> #> $`papillary conjunctivitis`$`_parent` #> [1] "DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`papillary conjunctivitis`$`_is_leaf` #> [1] FALSE #> #> $`papillary conjunctivitis`$children #> $`papillary conjunctivitis`$children[[1]] #> [1] "DOID_2457<DOID_2458<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`papillary conjunctivitis`$value #> [1] "papillary conjunctivitis" #> #> #> $`papillary craniopharyngioma` #> $`papillary craniopharyngioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3847" #> #> $`papillary craniopharyngioma`$`_id` #> [1] "DOID_3847<DOID_3840<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`papillary craniopharyngioma`$privateGeneCount #> [1] 0 #> #> $`papillary craniopharyngioma`$publicGeneCount #> [1] 2 #> #> $`papillary craniopharyngioma`$urlId #> [1] "DOID_3847" #> #> $`papillary craniopharyngioma`$dbPhenotype #> [1] TRUE #> #> $`papillary craniopharyngioma`$`_parent` #> [1] "DOID_3840<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`papillary craniopharyngioma`$`_is_leaf` #> [1] TRUE #> #> $`papillary craniopharyngioma`$children #> list() #> #> $`papillary craniopharyngioma`$value #> [1] "papillary craniopharyngioma" #> #> #> $`papillary craniopharyngioma` #> $`papillary craniopharyngioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3847" #> #> $`papillary craniopharyngioma`$`_id` #> [1] "DOID_3847<DOID_3840<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`papillary craniopharyngioma`$privateGeneCount #> [1] 0 #> #> $`papillary craniopharyngioma`$publicGeneCount #> [1] 2 #> #> $`papillary craniopharyngioma`$urlId #> [1] "DOID_3847" #> #> $`papillary craniopharyngioma`$dbPhenotype #> [1] TRUE #> #> $`papillary craniopharyngioma`$`_parent` #> [1] "DOID_3840<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`papillary craniopharyngioma`$`_is_leaf` #> [1] TRUE #> #> $`papillary craniopharyngioma`$children #> list() #> #> $`papillary craniopharyngioma`$value #> [1] "papillary craniopharyngioma" #> #> #> $`papillary craniopharyngioma` #> $`papillary craniopharyngioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3847" #> #> $`papillary craniopharyngioma`$`_id` #> [1] "DOID_3847<DOID_3840<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`papillary craniopharyngioma`$privateGeneCount #> [1] 0 #> #> $`papillary craniopharyngioma`$publicGeneCount #> [1] 2 #> #> $`papillary craniopharyngioma`$urlId #> [1] "DOID_3847" #> #> $`papillary craniopharyngioma`$dbPhenotype #> [1] TRUE #> #> $`papillary craniopharyngioma`$`_parent` #> [1] "DOID_3840<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`papillary craniopharyngioma`$`_is_leaf` #> [1] TRUE #> #> $`papillary craniopharyngioma`$children #> list() #> #> $`papillary craniopharyngioma`$value #> [1] "papillary craniopharyngioma" #> #> #> $`papillary ependymoma` #> $`papillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5505" #> #> $`papillary ependymoma`$`_id` #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`papillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`papillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`papillary ependymoma`$urlId #> [1] "DOID_5505" #> #> $`papillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`papillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`papillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary ependymoma`$children #> list() #> #> $`papillary ependymoma`$value #> [1] "papillary ependymoma" #> #> #> $`papillary ependymoma` #> $`papillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5505" #> #> $`papillary ependymoma`$`_id` #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`papillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`papillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`papillary ependymoma`$urlId #> [1] "DOID_5505" #> #> $`papillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`papillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`papillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary ependymoma`$children #> list() #> #> $`papillary ependymoma`$value #> [1] "papillary ependymoma" #> #> #> $`papillary ependymoma` #> $`papillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5505" #> #> $`papillary ependymoma`$`_id` #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`papillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`papillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`papillary ependymoma`$urlId #> [1] "DOID_5505" #> #> $`papillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`papillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`papillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary ependymoma`$children #> list() #> #> $`papillary ependymoma`$value #> [1] "papillary ependymoma" #> #> #> $`papillary ependymoma` #> $`papillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5505" #> #> $`papillary ependymoma`$`_id` #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`papillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`papillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`papillary ependymoma`$urlId #> [1] "DOID_5505" #> #> $`papillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`papillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`papillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary ependymoma`$children #> list() #> #> $`papillary ependymoma`$value #> [1] "papillary ependymoma" #> #> #> $`papillary ependymoma` #> $`papillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5505" #> #> $`papillary ependymoma`$`_id` #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`papillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`papillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`papillary ependymoma`$urlId #> [1] "DOID_5505" #> #> $`papillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`papillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`papillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary ependymoma`$children #> list() #> #> $`papillary ependymoma`$value #> [1] "papillary ependymoma" #> #> #> $`papillary ependymoma` #> $`papillary ependymoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5505" #> #> $`papillary ependymoma`$`_id` #> [1] "DOID_5505<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`papillary ependymoma`$privateGeneCount #> [1] 0 #> #> $`papillary ependymoma`$publicGeneCount #> [1] 7 #> #> $`papillary ependymoma`$urlId #> [1] "DOID_5505" #> #> $`papillary ependymoma`$dbPhenotype #> [1] TRUE #> #> $`papillary ependymoma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`papillary ependymoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary ependymoma`$children #> list() #> #> $`papillary ependymoma`$value #> [1] "papillary ependymoma" #> #> #> $`papillary renal cell carcinoma` #> $`papillary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4465" #> #> $`papillary renal cell carcinoma`$`_id` #> [1] "DOID_4465<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`papillary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`papillary renal cell carcinoma`$publicGeneCount #> [1] 260 #> #> $`papillary renal cell carcinoma`$urlId #> [1] "DOID_4465" #> #> $`papillary renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`papillary renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`papillary renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary renal cell carcinoma`$children #> list() #> #> $`papillary renal cell carcinoma`$value #> [1] "papillary renal cell carcinoma" #> #> #> $`papillary renal cell carcinoma` #> $`papillary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4465" #> #> $`papillary renal cell carcinoma`$`_id` #> [1] "DOID_4465<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`papillary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`papillary renal cell carcinoma`$publicGeneCount #> [1] 260 #> #> $`papillary renal cell carcinoma`$urlId #> [1] "DOID_4465" #> #> $`papillary renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`papillary renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`papillary renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary renal cell carcinoma`$children #> list() #> #> $`papillary renal cell carcinoma`$value #> [1] "papillary renal cell carcinoma" #> #> #> $`papillary renal cell carcinoma` #> $`papillary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4465" #> #> $`papillary renal cell carcinoma`$`_id` #> [1] "DOID_4465<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`papillary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`papillary renal cell carcinoma`$publicGeneCount #> [1] 260 #> #> $`papillary renal cell carcinoma`$urlId #> [1] "DOID_4465" #> #> $`papillary renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`papillary renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`papillary renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary renal cell carcinoma`$children #> list() #> #> $`papillary renal cell carcinoma`$value #> [1] "papillary renal cell carcinoma" #> #> #> $`papillary renal cell carcinoma` #> $`papillary renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4465" #> #> $`papillary renal cell carcinoma`$`_id` #> [1] "DOID_4465<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`papillary renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`papillary renal cell carcinoma`$publicGeneCount #> [1] 260 #> #> $`papillary renal cell carcinoma`$urlId #> [1] "DOID_4465" #> #> $`papillary renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`papillary renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`papillary renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`papillary renal cell carcinoma`$children #> list() #> #> $`papillary renal cell carcinoma`$value #> [1] "papillary renal cell carcinoma" #> #> #> $papilledema #> $papilledema$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_146" #> #> $papilledema$`_id` #> [1] "DOID_146<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $papilledema$privateGeneCount #> [1] 0 #> #> $papilledema$publicGeneCount #> [1] 7 #> #> $papilledema$urlId #> [1] "DOID_146" #> #> $papilledema$dbPhenotype #> [1] FALSE #> #> $papilledema$`_parent` #> [1] "DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $papilledema$`_is_leaf` #> [1] FALSE #> #> $papilledema$children #> $papilledema$children[[1]] #> [1] "DOID_14555<DOID_146<DOID_1891<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $papilledema$value #> [1] "papilledema" #> #> #> $papilloma #> $papilloma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2615" #> #> $papilloma$`_id` #> [1] "DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $papilloma$privateGeneCount #> [1] 0 #> #> $papilloma$publicGeneCount #> [1] 16 #> #> $papilloma$urlId #> [1] "DOID_2615" #> #> $papilloma$dbPhenotype #> [1] TRUE #> #> $papilloma$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $papilloma$`_is_leaf` #> [1] FALSE #> #> $papilloma$children #> $papilloma$children[[1]] #> [1] "DOID_2626<DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $papilloma$children[[2]] #> [1] "DOID_3179<DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $papilloma$children[[3]] #> [1] "DOID_139<DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $papilloma$value #> [1] "papilloma" #> #> #> $`Papillon-Lefevre disease` #> $`Papillon-Lefevre disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3389" #> #> $`Papillon-Lefevre disease`$`_id` #> [1] "DOID_3389<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Papillon-Lefevre disease`$privateGeneCount #> [1] 0 #> #> $`Papillon-Lefevre disease`$publicGeneCount #> [1] 1 #> #> $`Papillon-Lefevre disease`$urlId #> [1] "DOID_3389" #> #> $`Papillon-Lefevre disease`$dbPhenotype #> [1] TRUE #> #> $`Papillon-Lefevre disease`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Papillon-Lefevre disease`$`_is_leaf` #> [1] TRUE #> #> $`Papillon-Lefevre disease`$children #> list() #> #> $`Papillon-Lefevre disease`$value #> [1] "Papillon-Lefevre disease" #> #> #> $`Papillon-Lefevre disease` #> $`Papillon-Lefevre disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3389" #> #> $`Papillon-Lefevre disease`$`_id` #> [1] "DOID_3389<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`Papillon-Lefevre disease`$privateGeneCount #> [1] 0 #> #> $`Papillon-Lefevre disease`$publicGeneCount #> [1] 1 #> #> $`Papillon-Lefevre disease`$urlId #> [1] "DOID_3389" #> #> $`Papillon-Lefevre disease`$dbPhenotype #> [1] TRUE #> #> $`Papillon-Lefevre disease`$`_parent` #> [1] "DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`Papillon-Lefevre disease`$`_is_leaf` #> [1] TRUE #> #> $`Papillon-Lefevre disease`$children #> list() #> #> $`Papillon-Lefevre disease`$value #> [1] "Papillon-Lefevre disease" #> #> #> $`Papillon-Lefevre disease` #> $`Papillon-Lefevre disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3389" #> #> $`Papillon-Lefevre disease`$`_id` #> [1] "DOID_3389<DOID_2121<DOID_225<DOID_4" #> #> $`Papillon-Lefevre disease`$privateGeneCount #> [1] 0 #> #> $`Papillon-Lefevre disease`$publicGeneCount #> [1] 1 #> #> $`Papillon-Lefevre disease`$urlId #> [1] "DOID_3389" #> #> $`Papillon-Lefevre disease`$dbPhenotype #> [1] TRUE #> #> $`Papillon-Lefevre disease`$`_parent` #> [1] "DOID_2121<DOID_225<DOID_4" #> #> $`Papillon-Lefevre disease`$`_is_leaf` #> [1] TRUE #> #> $`Papillon-Lefevre disease`$children #> list() #> #> $`Papillon-Lefevre disease`$value #> [1] "Papillon-Lefevre disease" #> #> #> $paracoccidioidomycosis #> $paracoccidioidomycosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12662" #> #> $paracoccidioidomycosis$`_id` #> [1] "DOID_12662<DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $paracoccidioidomycosis$privateGeneCount #> [1] 0 #> #> $paracoccidioidomycosis$publicGeneCount #> [1] 3 #> #> $paracoccidioidomycosis$urlId #> [1] "DOID_12662" #> #> $paracoccidioidomycosis$dbPhenotype #> [1] TRUE #> #> $paracoccidioidomycosis$`_parent` #> [1] "DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $paracoccidioidomycosis$`_is_leaf` #> [1] TRUE #> #> $paracoccidioidomycosis$children #> list() #> #> $paracoccidioidomycosis$value #> [1] "paracoccidioidomycosis" #> #> #> $paracoccidioidomycosis #> $paracoccidioidomycosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12662" #> #> $paracoccidioidomycosis$`_id` #> [1] "DOID_12662<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $paracoccidioidomycosis$privateGeneCount #> [1] 0 #> #> $paracoccidioidomycosis$publicGeneCount #> [1] 3 #> #> $paracoccidioidomycosis$urlId #> [1] "DOID_12662" #> #> $paracoccidioidomycosis$dbPhenotype #> [1] TRUE #> #> $paracoccidioidomycosis$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $paracoccidioidomycosis$`_is_leaf` #> [1] TRUE #> #> $paracoccidioidomycosis$children #> list() #> #> $paracoccidioidomycosis$value #> [1] "paracoccidioidomycosis" #> #> #> $paracoccidioidomycosis #> $paracoccidioidomycosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12662" #> #> $paracoccidioidomycosis$`_id` #> [1] "DOID_12662<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $paracoccidioidomycosis$privateGeneCount #> [1] 0 #> #> $paracoccidioidomycosis$publicGeneCount #> [1] 3 #> #> $paracoccidioidomycosis$urlId #> [1] "DOID_12662" #> #> $paracoccidioidomycosis$dbPhenotype #> [1] TRUE #> #> $paracoccidioidomycosis$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $paracoccidioidomycosis$`_is_leaf` #> [1] TRUE #> #> $paracoccidioidomycosis$children #> list() #> #> $paracoccidioidomycosis$value #> [1] "paracoccidioidomycosis" #> #> #> $paracoccidioidomycosis #> $paracoccidioidomycosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12662" #> #> $paracoccidioidomycosis$`_id` #> [1] "DOID_12662<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $paracoccidioidomycosis$privateGeneCount #> [1] 0 #> #> $paracoccidioidomycosis$publicGeneCount #> [1] 3 #> #> $paracoccidioidomycosis$urlId #> [1] "DOID_12662" #> #> $paracoccidioidomycosis$dbPhenotype #> [1] TRUE #> #> $paracoccidioidomycosis$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $paracoccidioidomycosis$`_is_leaf` #> [1] TRUE #> #> $paracoccidioidomycosis$children #> list() #> #> $paracoccidioidomycosis$value #> [1] "paracoccidioidomycosis" #> #> #> $paracoccidioidomycosis #> $paracoccidioidomycosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12662" #> #> $paracoccidioidomycosis$`_id` #> [1] "DOID_12662<DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $paracoccidioidomycosis$privateGeneCount #> [1] 0 #> #> $paracoccidioidomycosis$publicGeneCount #> [1] 3 #> #> $paracoccidioidomycosis$urlId #> [1] "DOID_12662" #> #> $paracoccidioidomycosis$dbPhenotype #> [1] TRUE #> #> $paracoccidioidomycosis$`_parent` #> [1] "DOID_9942<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $paracoccidioidomycosis$`_is_leaf` #> [1] TRUE #> #> $paracoccidioidomycosis$children #> list() #> #> $paracoccidioidomycosis$value #> [1] "paracoccidioidomycosis" #> #> #> $paraganglioma #> $paraganglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050773" #> #> $paraganglioma$`_id` #> [1] "DOID_0050773<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $paraganglioma$privateGeneCount #> [1] 0 #> #> $paraganglioma$publicGeneCount #> [1] 5 #> #> $paraganglioma$urlId #> [1] "DOID_0050773" #> #> $paraganglioma$dbPhenotype #> [1] TRUE #> #> $paraganglioma$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $paraganglioma$`_is_leaf` #> [1] TRUE #> #> $paraganglioma$children #> list() #> #> $paraganglioma$value #> [1] "paraganglioma" #> #> #> $paraganglioma #> $paraganglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050773" #> #> $paraganglioma$`_id` #> [1] "DOID_0050773<DOID_0050771<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $paraganglioma$privateGeneCount #> [1] 0 #> #> $paraganglioma$publicGeneCount #> [1] 5 #> #> $paraganglioma$urlId #> [1] "DOID_0050773" #> #> $paraganglioma$dbPhenotype #> [1] TRUE #> #> $paraganglioma$`_parent` #> [1] "DOID_0050771<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $paraganglioma$`_is_leaf` #> [1] TRUE #> #> $paraganglioma$children #> list() #> #> $paraganglioma$value #> [1] "paraganglioma" #> #> #> $Paraganglioma #> $Paraganglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002668" #> #> $Paraganglioma$`_id` #> [1] "HP_0002668<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $Paraganglioma$privateGeneCount #> [1] 0 #> #> $Paraganglioma$publicGeneCount #> [1] 1 #> #> $Paraganglioma$urlId #> [1] "HP_0002668" #> #> $Paraganglioma$dbPhenotype #> [1] TRUE #> #> $Paraganglioma$`_parent` #> [1] "HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $Paraganglioma$`_is_leaf` #> [1] TRUE #> #> $Paraganglioma$children #> list() #> #> $Paraganglioma$value #> [1] "Paraganglioma" #> #> #> $Paraganglioma #> $Paraganglioma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002668" #> #> $Paraganglioma$`_id` #> [1] "HP_0002668<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $Paraganglioma$privateGeneCount #> [1] 0 #> #> $Paraganglioma$publicGeneCount #> [1] 1 #> #> $Paraganglioma$urlId #> [1] "HP_0002668" #> #> $Paraganglioma$dbPhenotype #> [1] TRUE #> #> $Paraganglioma$`_parent` #> [1] "HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $Paraganglioma$`_is_leaf` #> [1] TRUE #> #> $Paraganglioma$children #> list() #> #> $Paraganglioma$value #> [1] "Paraganglioma" #> #> #> $Paralysis #> $Paralysis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003470" #> #> $Paralysis$`_id` #> [1] "HP_0003470<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Paralysis$privateGeneCount #> [1] 0 #> #> $Paralysis$publicGeneCount #> [1] 9 #> #> $Paralysis$urlId #> [1] "HP_0003470" #> #> $Paralysis$dbPhenotype #> [1] TRUE #> #> $Paralysis$`_parent` #> [1] "HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Paralysis$`_is_leaf` #> [1] TRUE #> #> $Paralysis$children #> list() #> #> $Paralysis$value #> [1] "Paralysis" #> #> #> $`paralytic ileus` #> $`paralytic ileus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8442" #> #> $`paralytic ileus`$`_id` #> [1] "DOID_8442<DOID_8437<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`paralytic ileus`$privateGeneCount #> [1] 0 #> #> $`paralytic ileus`$publicGeneCount #> [1] 3 #> #> $`paralytic ileus`$urlId #> [1] "DOID_8442" #> #> $`paralytic ileus`$dbPhenotype #> [1] TRUE #> #> $`paralytic ileus`$`_parent` #> [1] "DOID_8437<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`paralytic ileus`$`_is_leaf` #> [1] TRUE #> #> $`paralytic ileus`$children #> list() #> #> $`paralytic ileus`$value #> [1] "paralytic ileus" #> #> #> $`paranasal sinus benign neoplasm` #> $`paranasal sinus benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1350" #> #> $`paranasal sinus benign neoplasm`$`_id` #> [1] "DOID_1350<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`paranasal sinus benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`paranasal sinus benign neoplasm`$publicGeneCount #> [1] 6 #> #> $`paranasal sinus benign neoplasm`$urlId #> [1] "DOID_1350" #> #> $`paranasal sinus benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`paranasal sinus benign neoplasm`$`_parent` #> [1] "DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`paranasal sinus benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`paranasal sinus benign neoplasm`$children #> $`paranasal sinus benign neoplasm`$children[[1]] #> [1] "DOID_1358<DOID_1350<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`paranasal sinus benign neoplasm`$value #> [1] "paranasal sinus benign neoplasm" #> #> #> $`paranasal sinus benign neoplasm` #> $`paranasal sinus benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1350" #> #> $`paranasal sinus benign neoplasm`$`_id` #> [1] "DOID_1350<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`paranasal sinus benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`paranasal sinus benign neoplasm`$publicGeneCount #> [1] 6 #> #> $`paranasal sinus benign neoplasm`$urlId #> [1] "DOID_1350" #> #> $`paranasal sinus benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`paranasal sinus benign neoplasm`$`_parent` #> [1] "DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`paranasal sinus benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`paranasal sinus benign neoplasm`$children #> $`paranasal sinus benign neoplasm`$children[[1]] #> [1] "DOID_1358<DOID_1350<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> #> $`paranasal sinus benign neoplasm`$value #> [1] "paranasal sinus benign neoplasm" #> #> #> $`paranasal sinus benign neoplasm` #> $`paranasal sinus benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1350" #> #> $`paranasal sinus benign neoplasm`$`_id` #> [1] "DOID_1350<DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`paranasal sinus benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`paranasal sinus benign neoplasm`$publicGeneCount #> [1] 6 #> #> $`paranasal sinus benign neoplasm`$urlId #> [1] "DOID_1350" #> #> $`paranasal sinus benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`paranasal sinus benign neoplasm`$`_parent` #> [1] "DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`paranasal sinus benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`paranasal sinus benign neoplasm`$children #> $`paranasal sinus benign neoplasm`$children[[1]] #> [1] "DOID_1358<DOID_1350<DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $`paranasal sinus benign neoplasm`$value #> [1] "paranasal sinus benign neoplasm" #> #> #> $`paranasal sinus disease` #> $`paranasal sinus disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1352" #> #> $`paranasal sinus disease`$`_id` #> [1] "DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`paranasal sinus disease`$privateGeneCount #> [1] 0 #> #> $`paranasal sinus disease`$publicGeneCount #> [1] 32 #> #> $`paranasal sinus disease`$urlId #> [1] "DOID_1352" #> #> $`paranasal sinus disease`$dbPhenotype #> [1] FALSE #> #> $`paranasal sinus disease`$`_parent` #> [1] "DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`paranasal sinus disease`$`_is_leaf` #> [1] FALSE #> #> $`paranasal sinus disease`$children #> $`paranasal sinus disease`$children[[1]] #> [1] "DOID_1350<DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`paranasal sinus disease`$children[[2]] #> [1] "DOID_0050127<DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $`paranasal sinus disease`$value #> [1] "paranasal sinus disease" #> #> #> $`paranoid schizophrenia` #> $`paranoid schizophrenia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1229" #> #> $`paranoid schizophrenia`$`_id` #> [1] "DOID_1229<DOID_5419<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`paranoid schizophrenia`$privateGeneCount #> [1] 0 #> #> $`paranoid schizophrenia`$publicGeneCount #> [1] 4 #> #> $`paranoid schizophrenia`$urlId #> [1] "DOID_1229" #> #> $`paranoid schizophrenia`$dbPhenotype #> [1] TRUE #> #> $`paranoid schizophrenia`$`_parent` #> [1] "DOID_5419<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`paranoid schizophrenia`$`_is_leaf` #> [1] TRUE #> #> $`paranoid schizophrenia`$children #> list() #> #> $`paranoid schizophrenia`$value #> [1] "paranoid schizophrenia" #> #> #> $Paraparesis #> $Paraparesis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002385" #> #> $Paraparesis$`_id` #> [1] "HP_0002385<HP_0010551<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Paraparesis$privateGeneCount #> [1] 0 #> #> $Paraparesis$publicGeneCount #> [1] 1 #> #> $Paraparesis$urlId #> [1] "HP_0002385" #> #> $Paraparesis$dbPhenotype #> [1] FALSE #> #> $Paraparesis$`_parent` #> [1] "HP_0010551<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Paraparesis$`_is_leaf` #> [1] FALSE #> #> $Paraparesis$children #> $Paraparesis$children[[1]] #> [1] "HP_0002313<HP_0002385<HP_0010551<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Paraparesis$value #> [1] "Paraparesis" #> #> #> $paraplegia #> $paraplegia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_607" #> #> $paraplegia$`_id` #> [1] "DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $paraplegia$privateGeneCount #> [1] 0 #> #> $paraplegia$publicGeneCount #> [1] 46 #> #> $paraplegia$urlId #> [1] "DOID_607" #> #> $paraplegia$dbPhenotype #> [1] TRUE #> #> $paraplegia$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $paraplegia$`_is_leaf` #> [1] FALSE #> #> $paraplegia$children #> $paraplegia$children[[1]] #> [1] "DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $paraplegia$value #> [1] "paraplegia" #> #> #> $`Paraplegia/paraparesis` #> $`Paraplegia/paraparesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010551" #> #> $`Paraplegia/paraparesis`$`_id` #> [1] "HP_0010551<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Paraplegia/paraparesis`$privateGeneCount #> [1] 0 #> #> $`Paraplegia/paraparesis`$publicGeneCount #> [1] 1 #> #> $`Paraplegia/paraparesis`$urlId #> [1] "HP_0010551" #> #> $`Paraplegia/paraparesis`$dbPhenotype #> [1] FALSE #> #> $`Paraplegia/paraparesis`$`_parent` #> [1] "HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Paraplegia/paraparesis`$`_is_leaf` #> [1] FALSE #> #> $`Paraplegia/paraparesis`$children #> $`Paraplegia/paraparesis`$children[[1]] #> [1] "HP_0002385<HP_0010551<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Paraplegia/paraparesis`$value #> [1] "Paraplegia/paraparesis" #> #> #> $parapsoriasis #> $parapsoriasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9088" #> #> $parapsoriasis$`_id` #> [1] "DOID_9088<DOID_8893<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $parapsoriasis$privateGeneCount #> [1] 0 #> #> $parapsoriasis$publicGeneCount #> [1] 2 #> #> $parapsoriasis$urlId #> [1] "DOID_9088" #> #> $parapsoriasis$dbPhenotype #> [1] TRUE #> #> $parapsoriasis$`_parent` #> [1] "DOID_8893<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $parapsoriasis$`_is_leaf` #> [1] TRUE #> #> $parapsoriasis$children #> list() #> #> $parapsoriasis$value #> [1] "parapsoriasis" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_0060106<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasagittal meningioma` #> $`parasagittal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6869" #> #> $`parasagittal meningioma`$`_id` #> [1] "DOID_6869<DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$privateGeneCount #> [1] 0 #> #> $`parasagittal meningioma`$publicGeneCount #> [1] 16 #> #> $`parasagittal meningioma`$urlId #> [1] "DOID_6869" #> #> $`parasagittal meningioma`$dbPhenotype #> [1] TRUE #> #> $`parasagittal meningioma`$`_parent` #> [1] "DOID_6114<DOID_6112<DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`parasagittal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`parasagittal meningioma`$children #> list() #> #> $`parasagittal meningioma`$value #> [1] "parasagittal meningioma" #> #> #> $`parasitic ectoparasitic infectious disease` #> $`parasitic ectoparasitic infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4110" #> #> $`parasitic ectoparasitic infectious disease`$`_id` #> [1] "DOID_4110<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic ectoparasitic infectious disease`$privateGeneCount #> [1] 0 #> #> $`parasitic ectoparasitic infectious disease`$publicGeneCount #> [1] 1 #> #> $`parasitic ectoparasitic infectious disease`$urlId #> [1] "DOID_4110" #> #> $`parasitic ectoparasitic infectious disease`$dbPhenotype #> [1] FALSE #> #> $`parasitic ectoparasitic infectious disease`$`_parent` #> [1] "DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic ectoparasitic infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`parasitic ectoparasitic infectious disease`$children #> $`parasitic ectoparasitic infectious disease`$children[[1]] #> [1] "DOID_7894<DOID_4110<DOID_1398<DOID_0050117<DOID_4" #> #> #> $`parasitic ectoparasitic infectious disease`$value #> [1] "parasitic ectoparasitic infectious disease" #> #> #> $`parasitic helminthiasis infectious disease` #> $`parasitic helminthiasis infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_883" #> #> $`parasitic helminthiasis infectious disease`$`_id` #> [1] "DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic helminthiasis infectious disease`$privateGeneCount #> [1] 0 #> #> $`parasitic helminthiasis infectious disease`$publicGeneCount #> [1] 22 #> #> $`parasitic helminthiasis infectious disease`$urlId #> [1] "DOID_883" #> #> $`parasitic helminthiasis infectious disease`$dbPhenotype #> [1] FALSE #> #> $`parasitic helminthiasis infectious disease`$`_parent` #> [1] "DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic helminthiasis infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`parasitic helminthiasis infectious disease`$children #> $`parasitic helminthiasis infectious disease`$children[[1]] #> [1] "DOID_13767<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic helminthiasis infectious disease`$children[[2]] #> [1] "DOID_1496<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic helminthiasis infectious disease`$children[[3]] #> [1] "DOID_1080<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic helminthiasis infectious disease`$children[[4]] #> [1] "DOID_13768<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic helminthiasis infectious disease`$children[[5]] #> [1] "DOID_1395<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic helminthiasis infectious disease`$children[[6]] #> [1] "DOID_1252<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> #> $`parasitic helminthiasis infectious disease`$value #> [1] "parasitic helminthiasis infectious disease" #> #> #> $`parasitic infectious disease` #> $`parasitic infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1398" #> #> $`parasitic infectious disease`$`_id` #> [1] "DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic infectious disease`$privateGeneCount #> [1] 0 #> #> $`parasitic infectious disease`$publicGeneCount #> [1] 74 #> #> $`parasitic infectious disease`$urlId #> [1] "DOID_1398" #> #> $`parasitic infectious disease`$dbPhenotype #> [1] FALSE #> #> $`parasitic infectious disease`$`_parent` #> [1] "DOID_0050117<DOID_4" #> #> $`parasitic infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`parasitic infectious disease`$children #> $`parasitic infectious disease`$children[[1]] #> [1] "DOID_4110<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic infectious disease`$children[[2]] #> [1] "DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic infectious disease`$children[[3]] #> [1] "DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> #> $`parasitic infectious disease`$value #> [1] "parasitic infectious disease" #> #> #> $`parasitic protozoa infectious disease` #> $`parasitic protozoa infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2789" #> #> $`parasitic protozoa infectious disease`$`_id` #> [1] "DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic protozoa infectious disease`$privateGeneCount #> [1] 0 #> #> $`parasitic protozoa infectious disease`$publicGeneCount #> [1] 62 #> #> $`parasitic protozoa infectious disease`$urlId #> [1] "DOID_2789" #> #> $`parasitic protozoa infectious disease`$dbPhenotype #> [1] TRUE #> #> $`parasitic protozoa infectious disease`$`_parent` #> [1] "DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic protozoa infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`parasitic protozoa infectious disease`$children #> $`parasitic protozoa infectious disease`$children[[1]] #> [1] "DOID_9181<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic protozoa infectious disease`$children[[2]] #> [1] "DOID_2113<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic protozoa infectious disease`$children[[3]] #> [1] "DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic protozoa infectious disease`$children[[4]] #> [1] "DOID_12365<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`parasitic protozoa infectious disease`$children[[5]] #> [1] "DOID_10113<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> #> $`parasitic protozoa infectious disease`$value #> [1] "parasitic protozoa infectious disease" #> #> #> $`parathyroid adenoma` #> $`parathyroid adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7608" #> #> $`parathyroid adenoma`$`_id` #> [1] "DOID_7608<DOID_60008<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`parathyroid adenoma`$privateGeneCount #> [1] 0 #> #> $`parathyroid adenoma`$publicGeneCount #> [1] 1 #> #> $`parathyroid adenoma`$urlId #> [1] "DOID_7608" #> #> $`parathyroid adenoma`$dbPhenotype #> [1] TRUE #> #> $`parathyroid adenoma`$`_parent` #> [1] "DOID_60008<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`parathyroid adenoma`$`_is_leaf` #> [1] TRUE #> #> $`parathyroid adenoma`$children #> list() #> #> $`parathyroid adenoma`$value #> [1] "parathyroid adenoma" #> #> #> $`parathyroid adenoma` #> $`parathyroid adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7608" #> #> $`parathyroid adenoma`$`_id` #> [1] "DOID_7608<DOID_60008<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`parathyroid adenoma`$privateGeneCount #> [1] 0 #> #> $`parathyroid adenoma`$publicGeneCount #> [1] 1 #> #> $`parathyroid adenoma`$urlId #> [1] "DOID_7608" #> #> $`parathyroid adenoma`$dbPhenotype #> [1] TRUE #> #> $`parathyroid adenoma`$`_parent` #> [1] "DOID_60008<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`parathyroid adenoma`$`_is_leaf` #> [1] TRUE #> #> $`parathyroid adenoma`$children #> list() #> #> $`parathyroid adenoma`$value #> [1] "parathyroid adenoma" #> #> #> $`parathyroid adenoma` #> $`parathyroid adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7608" #> #> $`parathyroid adenoma`$`_id` #> [1] "DOID_7608<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`parathyroid adenoma`$privateGeneCount #> [1] 0 #> #> $`parathyroid adenoma`$publicGeneCount #> [1] 1 #> #> $`parathyroid adenoma`$urlId #> [1] "DOID_7608" #> #> $`parathyroid adenoma`$dbPhenotype #> [1] TRUE #> #> $`parathyroid adenoma`$`_parent` #> [1] "DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`parathyroid adenoma`$`_is_leaf` #> [1] TRUE #> #> $`parathyroid adenoma`$children #> list() #> #> $`parathyroid adenoma`$value #> [1] "parathyroid adenoma" #> #> #> $`parathyroid carcinoma` #> $`parathyroid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1540" #> #> $`parathyroid carcinoma`$`_id` #> [1] "DOID_1540<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`parathyroid carcinoma`$privateGeneCount #> [1] 0 #> #> $`parathyroid carcinoma`$publicGeneCount #> [1] 2 #> #> $`parathyroid carcinoma`$urlId #> [1] "DOID_1540" #> #> $`parathyroid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`parathyroid carcinoma`$`_parent` #> [1] "DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`parathyroid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`parathyroid carcinoma`$children #> list() #> #> $`parathyroid carcinoma`$value #> [1] "parathyroid carcinoma" #> #> #> $`parathyroid carcinoma` #> $`parathyroid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1540" #> #> $`parathyroid carcinoma`$`_id` #> [1] "DOID_1540<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`parathyroid carcinoma`$privateGeneCount #> [1] 0 #> #> $`parathyroid carcinoma`$publicGeneCount #> [1] 2 #> #> $`parathyroid carcinoma`$urlId #> [1] "DOID_1540" #> #> $`parathyroid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`parathyroid carcinoma`$`_parent` #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`parathyroid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`parathyroid carcinoma`$children #> list() #> #> $`parathyroid carcinoma`$value #> [1] "parathyroid carcinoma" #> #> #> $`parathyroid carcinoma` #> $`parathyroid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1540" #> #> $`parathyroid carcinoma`$`_id` #> [1] "DOID_1540<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`parathyroid carcinoma`$privateGeneCount #> [1] 0 #> #> $`parathyroid carcinoma`$publicGeneCount #> [1] 2 #> #> $`parathyroid carcinoma`$urlId #> [1] "DOID_1540" #> #> $`parathyroid carcinoma`$dbPhenotype #> [1] TRUE #> #> $`parathyroid carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`parathyroid carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`parathyroid carcinoma`$children #> list() #> #> $`parathyroid carcinoma`$value #> [1] "parathyroid carcinoma" #> #> #> $`parathyroid gland benign neoplasm` #> $`parathyroid gland benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60008" #> #> $`parathyroid gland benign neoplasm`$`_id` #> [1] "DOID_60008<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`parathyroid gland benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`parathyroid gland benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`parathyroid gland benign neoplasm`$urlId #> [1] "DOID_60008" #> #> $`parathyroid gland benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`parathyroid gland benign neoplasm`$`_parent` #> [1] "DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`parathyroid gland benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`parathyroid gland benign neoplasm`$children #> $`parathyroid gland benign neoplasm`$children[[1]] #> [1] "DOID_7608<DOID_60008<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`parathyroid gland benign neoplasm`$value #> [1] "parathyroid gland benign neoplasm" #> #> #> $`parathyroid gland benign neoplasm` #> $`parathyroid gland benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60008" #> #> $`parathyroid gland benign neoplasm`$`_id` #> [1] "DOID_60008<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`parathyroid gland benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`parathyroid gland benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`parathyroid gland benign neoplasm`$urlId #> [1] "DOID_60008" #> #> $`parathyroid gland benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`parathyroid gland benign neoplasm`$`_parent` #> [1] "DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`parathyroid gland benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`parathyroid gland benign neoplasm`$children #> $`parathyroid gland benign neoplasm`$children[[1]] #> [1] "DOID_7608<DOID_60008<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> #> $`parathyroid gland benign neoplasm`$value #> [1] "parathyroid gland benign neoplasm" #> #> #> $`parathyroid gland disease` #> $`parathyroid gland disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11201" #> #> $`parathyroid gland disease`$`_id` #> [1] "DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`parathyroid gland disease`$privateGeneCount #> [1] 0 #> #> $`parathyroid gland disease`$publicGeneCount #> [1] 17 #> #> $`parathyroid gland disease`$urlId #> [1] "DOID_11201" #> #> $`parathyroid gland disease`$dbPhenotype #> [1] FALSE #> #> $`parathyroid gland disease`$`_parent` #> [1] "DOID_28<DOID_7<DOID_4" #> #> $`parathyroid gland disease`$`_is_leaf` #> [1] FALSE #> #> $`parathyroid gland disease`$children #> $`parathyroid gland disease`$children[[1]] #> [1] "DOID_13543<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`parathyroid gland disease`$children[[2]] #> [1] "DOID_11199<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`parathyroid gland disease`$children[[3]] #> [1] "DOID_1540<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`parathyroid gland disease`$children[[4]] #> [1] "DOID_60008<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> #> $`parathyroid gland disease`$value #> [1] "parathyroid gland disease" #> #> #> $`Paravenous chorioretinal atrophy` #> $`Paravenous chorioretinal atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007903" #> #> $`Paravenous chorioretinal atrophy`$`_id` #> [1] "HP_0007903<HP_0000533<HP_0200065<HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Paravenous chorioretinal atrophy`$privateGeneCount #> [1] 0 #> #> $`Paravenous chorioretinal atrophy`$publicGeneCount #> [1] 1 #> #> $`Paravenous chorioretinal atrophy`$urlId #> [1] "HP_0007903" #> #> $`Paravenous chorioretinal atrophy`$dbPhenotype #> [1] TRUE #> #> $`Paravenous chorioretinal atrophy`$`_parent` #> [1] "HP_0000533<HP_0200065<HP_0000532<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Paravenous chorioretinal atrophy`$`_is_leaf` #> [1] TRUE #> #> $`Paravenous chorioretinal atrophy`$children #> list() #> #> $`Paravenous chorioretinal atrophy`$value #> [1] "Paravenous chorioretinal atrophy" #> #> #> $`Paravenous chorioretinal atrophy` #> $`Paravenous chorioretinal atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007903" #> #> $`Paravenous chorioretinal atrophy`$`_id` #> [1] "HP_0007903<HP_0000533<HP_0200065<HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Paravenous chorioretinal atrophy`$privateGeneCount #> [1] 0 #> #> $`Paravenous chorioretinal atrophy`$publicGeneCount #> [1] 1 #> #> $`Paravenous chorioretinal atrophy`$urlId #> [1] "HP_0007903" #> #> $`Paravenous chorioretinal atrophy`$dbPhenotype #> [1] TRUE #> #> $`Paravenous chorioretinal atrophy`$`_parent` #> [1] "HP_0000533<HP_0200065<HP_0000532<HP_0000610<HP_0000553<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Paravenous chorioretinal atrophy`$`_is_leaf` #> [1] TRUE #> #> $`Paravenous chorioretinal atrophy`$children #> list() #> #> $`Paravenous chorioretinal atrophy`$value #> [1] "Paravenous chorioretinal atrophy" #> #> #> $`Paravenous chorioretinal atrophy` #> $`Paravenous chorioretinal atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007903" #> #> $`Paravenous chorioretinal atrophy`$`_id` #> [1] "HP_0007903<HP_0000533<HP_0200065<HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Paravenous chorioretinal atrophy`$privateGeneCount #> [1] 0 #> #> $`Paravenous chorioretinal atrophy`$publicGeneCount #> [1] 1 #> #> $`Paravenous chorioretinal atrophy`$urlId #> [1] "HP_0007903" #> #> $`Paravenous chorioretinal atrophy`$dbPhenotype #> [1] TRUE #> #> $`Paravenous chorioretinal atrophy`$`_parent` #> [1] "HP_0000533<HP_0200065<HP_0000532<HP_0000610<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Paravenous chorioretinal atrophy`$`_is_leaf` #> [1] TRUE #> #> $`Paravenous chorioretinal atrophy`$children #> list() #> #> $`Paravenous chorioretinal atrophy`$value #> [1] "Paravenous chorioretinal atrophy" #> #> #> $Paresthesia #> $Paresthesia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003401" #> #> $Paresthesia$`_id` #> [1] "HP_0003401<HP_0000763<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Paresthesia$privateGeneCount #> [1] 0 #> #> $Paresthesia$publicGeneCount #> [1] 2 #> #> $Paresthesia$urlId #> [1] "HP_0003401" #> #> $Paresthesia$dbPhenotype #> [1] TRUE #> #> $Paresthesia$`_parent` #> [1] "HP_0000763<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Paresthesia$`_is_leaf` #> [1] TRUE #> #> $Paresthesia$children #> list() #> #> $Paresthesia$value #> [1] "Paresthesia" #> #> #> $`parietal foramina` #> $`parietal foramina`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060285" #> #> $`parietal foramina`$`_id` #> [1] "DOID_0060285<DOID_0080074<DOID_0080015<DOID_4" #> #> $`parietal foramina`$privateGeneCount #> [1] 0 #> #> $`parietal foramina`$publicGeneCount #> [1] 2 #> #> $`parietal foramina`$urlId #> [1] "DOID_0060285" #> #> $`parietal foramina`$dbPhenotype #> [1] TRUE #> #> $`parietal foramina`$`_parent` #> [1] "DOID_0080074<DOID_0080015<DOID_4" #> #> $`parietal foramina`$`_is_leaf` #> [1] TRUE #> #> $`parietal foramina`$children #> list() #> #> $`parietal foramina`$value #> [1] "parietal foramina" #> #> #> $`Parietal foramina` #> $`Parietal foramina`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002697" #> #> $`Parietal foramina`$`_id` #> [1] "HP_0002697<HP_0002696<HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Parietal foramina`$privateGeneCount #> [1] 0 #> #> $`Parietal foramina`$publicGeneCount #> [1] 1 #> #> $`Parietal foramina`$urlId #> [1] "HP_0002697" #> #> $`Parietal foramina`$dbPhenotype #> [1] TRUE #> #> $`Parietal foramina`$`_parent` #> [1] "HP_0002696<HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Parietal foramina`$`_is_leaf` #> [1] TRUE #> #> $`Parietal foramina`$children #> list() #> #> $`Parietal foramina`$value #> [1] "Parietal foramina" #> #> #> $`Parietal foramina` #> $`Parietal foramina`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002697" #> #> $`Parietal foramina`$`_id` #> [1] "HP_0002697<HP_0002696<HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Parietal foramina`$privateGeneCount #> [1] 0 #> #> $`Parietal foramina`$publicGeneCount #> [1] 1 #> #> $`Parietal foramina`$urlId #> [1] "HP_0002697" #> #> $`Parietal foramina`$dbPhenotype #> [1] TRUE #> #> $`Parietal foramina`$`_parent` #> [1] "HP_0002696<HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Parietal foramina`$`_is_leaf` #> [1] TRUE #> #> $`Parietal foramina`$children #> list() #> #> $`Parietal foramina`$value #> [1] "Parietal foramina" #> #> #> $`Parkinson's disease` #> $`Parkinson's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14330" #> #> $`Parkinson's disease`$`_id` #> [1] "DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease`$publicGeneCount #> [1] 177 #> #> $`Parkinson's disease`$urlId #> [1] "DOID_14330" #> #> $`Parkinson's disease`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease`$`_parent` #> [1] "DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease`$`_is_leaf` #> [1] FALSE #> #> $`Parkinson's disease`$children #> $`Parkinson's disease`$children[[1]] #> [1] "DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease`$children[[2]] #> [1] "DOID_0060892<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`Parkinson's disease`$value #> [1] "Parkinson's disease" #> #> #> $`Parkinson's disease 1` #> $`Parkinson's disease 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060367" #> #> $`Parkinson's disease 1`$`_id` #> [1] "DOID_0060367<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 1`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 1`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 1`$urlId #> [1] "DOID_0060367" #> #> $`Parkinson's disease 1`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 1`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 1`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 1`$children #> list() #> #> $`Parkinson's disease 1`$value #> [1] "Parkinson's disease 1" #> #> #> $`Parkinson's disease 1` #> $`Parkinson's disease 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060367" #> #> $`Parkinson's disease 1`$`_id` #> [1] "DOID_0060367<DOID_0060892<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 1`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 1`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 1`$urlId #> [1] "DOID_0060367" #> #> $`Parkinson's disease 1`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 1`$`_parent` #> [1] "DOID_0060892<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 1`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 1`$children #> list() #> #> $`Parkinson's disease 1`$value #> [1] "Parkinson's disease 1" #> #> #> $`Parkinson's disease 15` #> $`Parkinson's disease 15`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060372" #> #> $`Parkinson's disease 15`$`_id` #> [1] "DOID_0060372<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 15`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 15`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 15`$urlId #> [1] "DOID_0060372" #> #> $`Parkinson's disease 15`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 15`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 15`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 15`$children #> list() #> #> $`Parkinson's disease 15`$value #> [1] "Parkinson's disease 15" #> #> #> $`Parkinson's disease 15` #> $`Parkinson's disease 15`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060372" #> #> $`Parkinson's disease 15`$`_id` #> [1] "DOID_0060372<DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 15`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 15`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 15`$urlId #> [1] "DOID_0060372" #> #> $`Parkinson's disease 15`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 15`$`_parent` #> [1] "DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 15`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 15`$children #> list() #> #> $`Parkinson's disease 15`$value #> [1] "Parkinson's disease 15" #> #> #> $`Parkinson's disease 2` #> $`Parkinson's disease 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060368" #> #> $`Parkinson's disease 2`$`_id` #> [1] "DOID_0060368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 2`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 2`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 2`$urlId #> [1] "DOID_0060368" #> #> $`Parkinson's disease 2`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 2`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 2`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 2`$children #> list() #> #> $`Parkinson's disease 2`$value #> [1] "Parkinson's disease 2" #> #> #> $`Parkinson's disease 2` #> $`Parkinson's disease 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060368" #> #> $`Parkinson's disease 2`$`_id` #> [1] "DOID_0060368<DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 2`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 2`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 2`$urlId #> [1] "DOID_0060368" #> #> $`Parkinson's disease 2`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 2`$`_parent` #> [1] "DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 2`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 2`$children #> list() #> #> $`Parkinson's disease 2`$value #> [1] "Parkinson's disease 2" #> #> #> $`Parkinson's disease 6` #> $`Parkinson's disease 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060369" #> #> $`Parkinson's disease 6`$`_id` #> [1] "DOID_0060369<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 6`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 6`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 6`$urlId #> [1] "DOID_0060369" #> #> $`Parkinson's disease 6`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 6`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 6`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 6`$children #> list() #> #> $`Parkinson's disease 6`$value #> [1] "Parkinson's disease 6" #> #> #> $`Parkinson's disease 6` #> $`Parkinson's disease 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060369" #> #> $`Parkinson's disease 6`$`_id` #> [1] "DOID_0060369<DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 6`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 6`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 6`$urlId #> [1] "DOID_0060369" #> #> $`Parkinson's disease 6`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 6`$`_parent` #> [1] "DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 6`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 6`$children #> list() #> #> $`Parkinson's disease 6`$value #> [1] "Parkinson's disease 6" #> #> #> $`Parkinson's disease 7` #> $`Parkinson's disease 7`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060370" #> #> $`Parkinson's disease 7`$`_id` #> [1] "DOID_0060370<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 7`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 7`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 7`$urlId #> [1] "DOID_0060370" #> #> $`Parkinson's disease 7`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 7`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 7`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 7`$children #> list() #> #> $`Parkinson's disease 7`$value #> [1] "Parkinson's disease 7" #> #> #> $`Parkinson's disease 7` #> $`Parkinson's disease 7`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060370" #> #> $`Parkinson's disease 7`$`_id` #> [1] "DOID_0060370<DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 7`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 7`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 7`$urlId #> [1] "DOID_0060370" #> #> $`Parkinson's disease 7`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 7`$`_parent` #> [1] "DOID_0060894<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 7`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 7`$children #> list() #> #> $`Parkinson's disease 7`$value #> [1] "Parkinson's disease 7" #> #> #> $`Parkinson's disease 8` #> $`Parkinson's disease 8`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060371" #> #> $`Parkinson's disease 8`$`_id` #> [1] "DOID_0060371<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 8`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 8`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 8`$urlId #> [1] "DOID_0060371" #> #> $`Parkinson's disease 8`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 8`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Parkinson's disease 8`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 8`$children #> list() #> #> $`Parkinson's disease 8`$value #> [1] "Parkinson's disease 8" #> #> #> $`Parkinson's disease 8` #> $`Parkinson's disease 8`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060371" #> #> $`Parkinson's disease 8`$`_id` #> [1] "DOID_0060371<DOID_0060892<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 8`$privateGeneCount #> [1] 0 #> #> $`Parkinson's disease 8`$publicGeneCount #> [1] 1 #> #> $`Parkinson's disease 8`$urlId #> [1] "DOID_0060371" #> #> $`Parkinson's disease 8`$dbPhenotype #> [1] TRUE #> #> $`Parkinson's disease 8`$`_parent` #> [1] "DOID_0060892<DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Parkinson's disease 8`$`_is_leaf` #> [1] TRUE #> #> $`Parkinson's disease 8`$children #> list() #> #> $`Parkinson's disease 8`$value #> [1] "Parkinson's disease 8" #> #> #> $Parkinsonism #> $Parkinsonism$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001300" #> #> $Parkinsonism$`_id` #> [1] "HP_0001300<HP_0002071<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Parkinsonism$privateGeneCount #> [1] 0 #> #> $Parkinsonism$publicGeneCount #> [1] 1 #> #> $Parkinsonism$urlId #> [1] "HP_0001300" #> #> $Parkinsonism$dbPhenotype #> [1] TRUE #> #> $Parkinsonism$`_parent` #> [1] "HP_0002071<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Parkinsonism$`_is_leaf` #> [1] TRUE #> #> $Parkinsonism$children #> list() #> #> $Parkinsonism$value #> [1] "Parkinsonism" #> #> #> $`parotid disease` #> $`parotid disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10302" #> #> $`parotid disease`$`_id` #> [1] "DOID_10302<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`parotid disease`$privateGeneCount #> [1] 0 #> #> $`parotid disease`$publicGeneCount #> [1] 1 #> #> $`parotid disease`$urlId #> [1] "DOID_10302" #> #> $`parotid disease`$dbPhenotype #> [1] FALSE #> #> $`parotid disease`$`_parent` #> [1] "DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`parotid disease`$`_is_leaf` #> [1] FALSE #> #> $`parotid disease`$children #> $`parotid disease`$children[[1]] #> [1] "DOID_10301<DOID_10302<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`parotid disease`$value #> [1] "parotid disease" #> #> #> $parotitis #> $parotitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10301" #> #> $parotitis$`_id` #> [1] "DOID_10301<DOID_10302<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $parotitis$privateGeneCount #> [1] 0 #> #> $parotitis$publicGeneCount #> [1] 1 #> #> $parotitis$urlId #> [1] "DOID_10301" #> #> $parotitis$dbPhenotype #> [1] TRUE #> #> $parotitis$`_parent` #> [1] "DOID_10302<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $parotitis$`_is_leaf` #> [1] TRUE #> #> $parotitis$children #> list() #> #> $parotitis$value #> [1] "parotitis" #> #> #> $`Paroxysmal dyspnea` #> $`Paroxysmal dyspnea`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012763" #> #> $`Paroxysmal dyspnea`$`_id` #> [1] "HP_0012763<HP_0002094<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Paroxysmal dyspnea`$privateGeneCount #> [1] 0 #> #> $`Paroxysmal dyspnea`$publicGeneCount #> [1] 1 #> #> $`Paroxysmal dyspnea`$urlId #> [1] "HP_0012763" #> #> $`Paroxysmal dyspnea`$dbPhenotype #> [1] TRUE #> #> $`Paroxysmal dyspnea`$`_parent` #> [1] "HP_0002094<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Paroxysmal dyspnea`$`_is_leaf` #> [1] TRUE #> #> $`Paroxysmal dyspnea`$children #> list() #> #> $`Paroxysmal dyspnea`$value #> [1] "Paroxysmal dyspnea" #> #> #> $`Paroxysmal dystonia` #> $`Paroxysmal dystonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002268" #> #> $`Paroxysmal dystonia`$`_id` #> [1] "HP_0002268<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Paroxysmal dystonia`$privateGeneCount #> [1] 0 #> #> $`Paroxysmal dystonia`$publicGeneCount #> [1] 1 #> #> $`Paroxysmal dystonia`$urlId #> [1] "HP_0002268" #> #> $`Paroxysmal dystonia`$dbPhenotype #> [1] TRUE #> #> $`Paroxysmal dystonia`$`_parent` #> [1] "HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Paroxysmal dystonia`$`_is_leaf` #> [1] TRUE #> #> $`Paroxysmal dystonia`$children #> list() #> #> $`Paroxysmal dystonia`$value #> [1] "Paroxysmal dystonia" #> #> #> $`paroxysmal nocturnal hemoglobinuria` #> $`paroxysmal nocturnal hemoglobinuria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060284" #> #> $`paroxysmal nocturnal hemoglobinuria`$`_id` #> [1] "DOID_0060284<DOID_582<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`paroxysmal nocturnal hemoglobinuria`$privateGeneCount #> [1] 0 #> #> $`paroxysmal nocturnal hemoglobinuria`$publicGeneCount #> [1] 2 #> #> $`paroxysmal nocturnal hemoglobinuria`$urlId #> [1] "DOID_0060284" #> #> $`paroxysmal nocturnal hemoglobinuria`$dbPhenotype #> [1] TRUE #> #> $`paroxysmal nocturnal hemoglobinuria`$`_parent` #> [1] "DOID_582<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`paroxysmal nocturnal hemoglobinuria`$`_is_leaf` #> [1] TRUE #> #> $`paroxysmal nocturnal hemoglobinuria`$children #> list() #> #> $`paroxysmal nocturnal hemoglobinuria`$value #> [1] "paroxysmal nocturnal hemoglobinuria" #> #> #> $`Partial agenesis of the corpus callosum` #> $`Partial agenesis of the corpus callosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001338" #> #> $`Partial agenesis of the corpus callosum`$`_id` #> [1] "HP_0001338<HP_0001274<HP_0007370<HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Partial agenesis of the corpus callosum`$privateGeneCount #> [1] 0 #> #> $`Partial agenesis of the corpus callosum`$publicGeneCount #> [1] 1 #> #> $`Partial agenesis of the corpus callosum`$urlId #> [1] "HP_0001338" #> #> $`Partial agenesis of the corpus callosum`$dbPhenotype #> [1] TRUE #> #> $`Partial agenesis of the corpus callosum`$`_parent` #> [1] "HP_0001274<HP_0007370<HP_0001273<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Partial agenesis of the corpus callosum`$`_is_leaf` #> [1] TRUE #> #> $`Partial agenesis of the corpus callosum`$children #> list() #> #> $`Partial agenesis of the corpus callosum`$value #> [1] "Partial agenesis of the corpus callosum" #> #> #> $`partial central choroid dystrophy` #> $`partial central choroid dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9822" #> #> $`partial central choroid dystrophy`$`_id` #> [1] "DOID_9822<DOID_9794<DOID_980<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`partial central choroid dystrophy`$privateGeneCount #> [1] 0 #> #> $`partial central choroid dystrophy`$publicGeneCount #> [1] 1 #> #> $`partial central choroid dystrophy`$urlId #> [1] "DOID_9822" #> #> $`partial central choroid dystrophy`$dbPhenotype #> [1] TRUE #> #> $`partial central choroid dystrophy`$`_parent` #> [1] "DOID_9794<DOID_980<DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`partial central choroid dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`partial central choroid dystrophy`$children #> list() #> #> $`partial central choroid dystrophy`$value #> [1] "partial central choroid dystrophy" #> #> #> $`partial central choroid dystrophy` #> $`partial central choroid dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9822" #> #> $`partial central choroid dystrophy`$`_id` #> [1] "DOID_9822<DOID_9794<DOID_980<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`partial central choroid dystrophy`$privateGeneCount #> [1] 0 #> #> $`partial central choroid dystrophy`$publicGeneCount #> [1] 1 #> #> $`partial central choroid dystrophy`$urlId #> [1] "DOID_9822" #> #> $`partial central choroid dystrophy`$dbPhenotype #> [1] TRUE #> #> $`partial central choroid dystrophy`$`_parent` #> [1] "DOID_9794<DOID_980<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`partial central choroid dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`partial central choroid dystrophy`$children #> list() #> #> $`partial central choroid dystrophy`$value #> [1] "partial central choroid dystrophy" #> #> #> $`partial lipodystrophy` #> $`partial lipodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080299" #> #> $`partial lipodystrophy`$`_id` #> [1] "DOID_0080299<DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`partial lipodystrophy`$privateGeneCount #> [1] 0 #> #> $`partial lipodystrophy`$publicGeneCount #> [1] 8 #> #> $`partial lipodystrophy`$urlId #> [1] "DOID_0080299" #> #> $`partial lipodystrophy`$dbPhenotype #> [1] FALSE #> #> $`partial lipodystrophy`$`_parent` #> [1] "DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`partial lipodystrophy`$`_is_leaf` #> [1] FALSE #> #> $`partial lipodystrophy`$children #> $`partial lipodystrophy`$children[[1]] #> [1] "DOID_0050440<DOID_0080299<DOID_811<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`partial lipodystrophy`$value #> [1] "partial lipodystrophy" #> #> #> $`Partington syndrome` #> $`Partington syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14744" #> #> $`Partington syndrome`$`_id` #> [1] "DOID_14744<DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Partington syndrome`$privateGeneCount #> [1] 0 #> #> $`Partington syndrome`$publicGeneCount #> [1] 1 #> #> $`Partington syndrome`$urlId #> [1] "DOID_14744" #> #> $`Partington syndrome`$dbPhenotype #> [1] TRUE #> #> $`Partington syndrome`$`_parent` #> [1] "DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Partington syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Partington syndrome`$children #> list() #> #> $`Partington syndrome`$value #> [1] "Partington syndrome" #> #> #> $`Partington syndrome` #> $`Partington syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14744" #> #> $`Partington syndrome`$`_id` #> [1] "DOID_14744<DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Partington syndrome`$privateGeneCount #> [1] 0 #> #> $`Partington syndrome`$publicGeneCount #> [1] 1 #> #> $`Partington syndrome`$urlId #> [1] "DOID_14744" #> #> $`Partington syndrome`$dbPhenotype #> [1] TRUE #> #> $`Partington syndrome`$`_parent` #> [1] "DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Partington syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Partington syndrome`$children #> list() #> #> $`Partington syndrome`$value #> [1] "Partington syndrome" #> #> #> $`Partington syndrome` #> $`Partington syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14744" #> #> $`Partington syndrome`$`_id` #> [1] "DOID_14744<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Partington syndrome`$privateGeneCount #> [1] 0 #> #> $`Partington syndrome`$publicGeneCount #> [1] 1 #> #> $`Partington syndrome`$urlId #> [1] "DOID_14744" #> #> $`Partington syndrome`$dbPhenotype #> [1] TRUE #> #> $`Partington syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Partington syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Partington syndrome`$children #> list() #> #> $`Partington syndrome`$value #> [1] "Partington syndrome" #> #> #> $`patent ductus arteriosus` #> $`patent ductus arteriosus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13832" #> #> $`patent ductus arteriosus`$`_id` #> [1] "DOID_13832<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`patent ductus arteriosus`$privateGeneCount #> [1] 0 #> #> $`patent ductus arteriosus`$publicGeneCount #> [1] 6 #> #> $`patent ductus arteriosus`$urlId #> [1] "DOID_13832" #> #> $`patent ductus arteriosus`$dbPhenotype #> [1] TRUE #> #> $`patent ductus arteriosus`$`_parent` #> [1] "DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`patent ductus arteriosus`$`_is_leaf` #> [1] TRUE #> #> $`patent ductus arteriosus`$children #> list() #> #> $`patent ductus arteriosus`$value #> [1] "patent ductus arteriosus" #> #> #> $`pathologic nystagmus` #> $`pathologic nystagmus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9650" #> #> $`pathologic nystagmus`$`_id` #> [1] "DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`pathologic nystagmus`$privateGeneCount #> [1] 0 #> #> $`pathologic nystagmus`$publicGeneCount #> [1] 8 #> #> $`pathologic nystagmus`$urlId #> [1] "DOID_9650" #> #> $`pathologic nystagmus`$dbPhenotype #> [1] TRUE #> #> $`pathologic nystagmus`$`_parent` #> [1] "DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`pathologic nystagmus`$`_is_leaf` #> [1] FALSE #> #> $`pathologic nystagmus`$children #> $`pathologic nystagmus`$children[[1]] #> [1] "DOID_9649<DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`pathologic nystagmus`$children[[2]] #> [1] "DOID_13174<DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`pathologic nystagmus`$children[[3]] #> [1] "DOID_11771<DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`pathologic nystagmus`$value #> [1] "pathologic nystagmus" #> #> #> $`pathologic nystagmus` #> $`pathologic nystagmus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9650" #> #> $`pathologic nystagmus`$`_id` #> [1] "DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`pathologic nystagmus`$privateGeneCount #> [1] 0 #> #> $`pathologic nystagmus`$publicGeneCount #> [1] 8 #> #> $`pathologic nystagmus`$urlId #> [1] "DOID_9650" #> #> $`pathologic nystagmus`$dbPhenotype #> [1] TRUE #> #> $`pathologic nystagmus`$`_parent` #> [1] "DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`pathologic nystagmus`$`_is_leaf` #> [1] FALSE #> #> $`pathologic nystagmus`$children #> $`pathologic nystagmus`$children[[1]] #> [1] "DOID_9649<DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`pathologic nystagmus`$children[[2]] #> [1] "DOID_13174<DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`pathologic nystagmus`$children[[3]] #> [1] "DOID_11771<DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`pathologic nystagmus`$value #> [1] "pathologic nystagmus" #> #> #> $`pathological gambling` #> $`pathological gambling`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12399" #> #> $`pathological gambling`$`_id` #> [1] "DOID_12399<DOID_10937<DOID_150<DOID_4" #> #> $`pathological gambling`$privateGeneCount #> [1] 0 #> #> $`pathological gambling`$publicGeneCount #> [1] 1 #> #> $`pathological gambling`$urlId #> [1] "DOID_12399" #> #> $`pathological gambling`$dbPhenotype #> [1] TRUE #> #> $`pathological gambling`$`_parent` #> [1] "DOID_10937<DOID_150<DOID_4" #> #> $`pathological gambling`$`_is_leaf` #> [1] TRUE #> #> $`pathological gambling`$children #> list() #> #> $`pathological gambling`$value #> [1] "pathological gambling" #> #> #> $`peanut allergy` #> $`peanut allergy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4378" #> #> $`peanut allergy`$`_id` #> [1] "DOID_4378<DOID_0060904<DOID_0060503<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`peanut allergy`$privateGeneCount #> [1] 0 #> #> $`peanut allergy`$publicGeneCount #> [1] 2 #> #> $`peanut allergy`$urlId #> [1] "DOID_4378" #> #> $`peanut allergy`$dbPhenotype #> [1] TRUE #> #> $`peanut allergy`$`_parent` #> [1] "DOID_0060904<DOID_0060503<DOID_3044<DOID_0060502<DOID_1205<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`peanut allergy`$`_is_leaf` #> [1] TRUE #> #> $`peanut allergy`$children #> list() #> #> $`peanut allergy`$value #> [1] "peanut allergy" #> #> #> $`Pediatric onset` #> $`Pediatric onset`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0410280" #> #> $`Pediatric onset`$`_id` #> [1] "HP_0410280<HP_0003674<HP_0031797<HP_0000001" #> #> $`Pediatric onset`$privateGeneCount #> [1] 0 #> #> $`Pediatric onset`$publicGeneCount #> [1] 2 #> #> $`Pediatric onset`$urlId #> [1] "HP_0410280" #> #> $`Pediatric onset`$dbPhenotype #> [1] FALSE #> #> $`Pediatric onset`$`_parent` #> [1] "HP_0003674<HP_0031797<HP_0000001" #> #> $`Pediatric onset`$`_is_leaf` #> [1] FALSE #> #> $`Pediatric onset`$children #> $`Pediatric onset`$children[[1]] #> [1] "HP_0003593<HP_0410280<HP_0003674<HP_0031797<HP_0000001" #> #> #> $`Pediatric onset`$value #> [1] "Pediatric onset" #> #> #> $`peeling skin syndrome` #> $`peeling skin syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060283" #> #> $`peeling skin syndrome`$`_id` #> [1] "DOID_0060283<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`peeling skin syndrome`$privateGeneCount #> [1] 0 #> #> $`peeling skin syndrome`$publicGeneCount #> [1] 3 #> #> $`peeling skin syndrome`$urlId #> [1] "DOID_0060283" #> #> $`peeling skin syndrome`$dbPhenotype #> [1] TRUE #> #> $`peeling skin syndrome`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`peeling skin syndrome`$`_is_leaf` #> [1] TRUE #> #> $`peeling skin syndrome`$children #> list() #> #> $`peeling skin syndrome`$value #> [1] "peeling skin syndrome" #> #> #> $`Pelger-Huet anomaly` #> $`Pelger-Huet anomaly`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9631" #> #> $`Pelger-Huet anomaly`$`_id` #> [1] "DOID_9631<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Pelger-Huet anomaly`$privateGeneCount #> [1] 0 #> #> $`Pelger-Huet anomaly`$publicGeneCount #> [1] 1 #> #> $`Pelger-Huet anomaly`$urlId #> [1] "DOID_9631" #> #> $`Pelger-Huet anomaly`$dbPhenotype #> [1] TRUE #> #> $`Pelger-Huet anomaly`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Pelger-Huet anomaly`$`_is_leaf` #> [1] TRUE #> #> $`Pelger-Huet anomaly`$children #> list() #> #> $`Pelger-Huet anomaly`$value #> [1] "Pelger-Huet anomaly" #> #> #> $`Pelger-Huet anomaly` #> $`Pelger-Huet anomaly`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9631" #> #> $`Pelger-Huet anomaly`$`_id` #> [1] "DOID_9631<DOID_74<DOID_7<DOID_4" #> #> $`Pelger-Huet anomaly`$privateGeneCount #> [1] 0 #> #> $`Pelger-Huet anomaly`$publicGeneCount #> [1] 1 #> #> $`Pelger-Huet anomaly`$urlId #> [1] "DOID_9631" #> #> $`Pelger-Huet anomaly`$dbPhenotype #> [1] TRUE #> #> $`Pelger-Huet anomaly`$`_parent` #> [1] "DOID_74<DOID_7<DOID_4" #> #> $`Pelger-Huet anomaly`$`_is_leaf` #> [1] TRUE #> #> $`Pelger-Huet anomaly`$children #> list() #> #> $`Pelger-Huet anomaly`$value #> [1] "Pelger-Huet anomaly" #> #> #> $`peliosis hepatis` #> $`peliosis hepatis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_914" #> #> $`peliosis hepatis`$`_id` #> [1] "DOID_914<DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`peliosis hepatis`$privateGeneCount #> [1] 0 #> #> $`peliosis hepatis`$publicGeneCount #> [1] 1 #> #> $`peliosis hepatis`$urlId #> [1] "DOID_914" #> #> $`peliosis hepatis`$dbPhenotype #> [1] TRUE #> #> $`peliosis hepatis`$`_parent` #> [1] "DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`peliosis hepatis`$`_is_leaf` #> [1] TRUE #> #> $`peliosis hepatis`$children #> list() #> #> $`peliosis hepatis`$value #> [1] "peliosis hepatis" #> #> #> $`peliosis hepatis` #> $`peliosis hepatis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_914" #> #> $`peliosis hepatis`$`_id` #> [1] "DOID_914<DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`peliosis hepatis`$privateGeneCount #> [1] 0 #> #> $`peliosis hepatis`$publicGeneCount #> [1] 1 #> #> $`peliosis hepatis`$urlId #> [1] "DOID_914" #> #> $`peliosis hepatis`$dbPhenotype #> [1] TRUE #> #> $`peliosis hepatis`$`_parent` #> [1] "DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`peliosis hepatis`$`_is_leaf` #> [1] TRUE #> #> $`peliosis hepatis`$children #> list() #> #> $`peliosis hepatis`$value #> [1] "peliosis hepatis" #> #> #> $`Pelizaeus-Merzbacher disease` #> $`Pelizaeus-Merzbacher disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3210" #> #> $`Pelizaeus-Merzbacher disease`$`_id` #> [1] "DOID_3210<DOID_0060786<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Pelizaeus-Merzbacher disease`$privateGeneCount #> [1] 0 #> #> $`Pelizaeus-Merzbacher disease`$publicGeneCount #> [1] 2 #> #> $`Pelizaeus-Merzbacher disease`$urlId #> [1] "DOID_3210" #> #> $`Pelizaeus-Merzbacher disease`$dbPhenotype #> [1] TRUE #> #> $`Pelizaeus-Merzbacher disease`$`_parent` #> [1] "DOID_0060786<DOID_10579<DOID_1443<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Pelizaeus-Merzbacher disease`$`_is_leaf` #> [1] TRUE #> #> $`Pelizaeus-Merzbacher disease`$children #> list() #> #> $`Pelizaeus-Merzbacher disease`$value #> [1] "Pelizaeus-Merzbacher disease" #> #> #> $`Pelizaeus-Merzbacher disease` #> $`Pelizaeus-Merzbacher disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3210" #> #> $`Pelizaeus-Merzbacher disease`$`_id` #> [1] "DOID_3210<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Pelizaeus-Merzbacher disease`$privateGeneCount #> [1] 0 #> #> $`Pelizaeus-Merzbacher disease`$publicGeneCount #> [1] 2 #> #> $`Pelizaeus-Merzbacher disease`$urlId #> [1] "DOID_3210" #> #> $`Pelizaeus-Merzbacher disease`$dbPhenotype #> [1] TRUE #> #> $`Pelizaeus-Merzbacher disease`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Pelizaeus-Merzbacher disease`$`_is_leaf` #> [1] TRUE #> #> $`Pelizaeus-Merzbacher disease`$children #> list() #> #> $`Pelizaeus-Merzbacher disease`$value #> [1] "Pelizaeus-Merzbacher disease" #> #> #> $`pelvic varices` #> $`pelvic varices`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9742" #> #> $`pelvic varices`$`_id` #> [1] "DOID_9742<DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pelvic varices`$privateGeneCount #> [1] 0 #> #> $`pelvic varices`$publicGeneCount #> [1] 2 #> #> $`pelvic varices`$urlId #> [1] "DOID_9742" #> #> $`pelvic varices`$dbPhenotype #> [1] FALSE #> #> $`pelvic varices`$`_parent` #> [1] "DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pelvic varices`$`_is_leaf` #> [1] FALSE #> #> $`pelvic varices`$children #> $`pelvic varices`$children[[1]] #> [1] "DOID_9746<DOID_9742<DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pelvic varices`$children[[2]] #> [1] "DOID_12337<DOID_9742<DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`pelvic varices`$value #> [1] "pelvic varices" #> #> #> $pemphigus #> $pemphigus$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9182" #> #> $pemphigus$`_id` #> [1] "DOID_9182<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $pemphigus$privateGeneCount #> [1] 0 #> #> $pemphigus$publicGeneCount #> [1] 12 #> #> $pemphigus$urlId #> [1] "DOID_9182" #> #> $pemphigus$dbPhenotype #> [1] TRUE #> #> $pemphigus$`_parent` #> [1] "DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $pemphigus$`_is_leaf` #> [1] FALSE #> #> $pemphigus$children #> $pemphigus$children[[1]] #> [1] "DOID_0050429<DOID_9182<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $pemphigus$value #> [1] "pemphigus" #> #> #> $pemphigus #> $pemphigus$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9182" #> #> $pemphigus$`_id` #> [1] "DOID_9182<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pemphigus$privateGeneCount #> [1] 0 #> #> $pemphigus$publicGeneCount #> [1] 12 #> #> $pemphigus$urlId #> [1] "DOID_9182" #> #> $pemphigus$dbPhenotype #> [1] TRUE #> #> $pemphigus$`_parent` #> [1] "DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pemphigus$`_is_leaf` #> [1] FALSE #> #> $pemphigus$children #> $pemphigus$children[[1]] #> [1] "DOID_0050429<DOID_9182<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $pemphigus$value #> [1] "pemphigus" #> #> #> $`penile benign neoplasm` #> $`penile benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11624" #> #> $`penile benign neoplasm`$`_id` #> [1] "DOID_11624<DOID_0060087<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`penile benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`penile benign neoplasm`$publicGeneCount #> [1] 7 #> #> $`penile benign neoplasm`$urlId #> [1] "DOID_11624" #> #> $`penile benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`penile benign neoplasm`$`_parent` #> [1] "DOID_0060087<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`penile benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`penile benign neoplasm`$children #> list() #> #> $`penile benign neoplasm`$value #> [1] "penile benign neoplasm" #> #> #> $`penile benign neoplasm` #> $`penile benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11624" #> #> $`penile benign neoplasm`$`_id` #> [1] "DOID_11624<DOID_0060087<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`penile benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`penile benign neoplasm`$publicGeneCount #> [1] 7 #> #> $`penile benign neoplasm`$urlId #> [1] "DOID_11624" #> #> $`penile benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`penile benign neoplasm`$`_parent` #> [1] "DOID_0060087<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`penile benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`penile benign neoplasm`$children #> list() #> #> $`penile benign neoplasm`$value #> [1] "penile benign neoplasm" #> #> #> $`penile benign neoplasm` #> $`penile benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11624" #> #> $`penile benign neoplasm`$`_id` #> [1] "DOID_11624<DOID_0060087<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`penile benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`penile benign neoplasm`$publicGeneCount #> [1] 7 #> #> $`penile benign neoplasm`$urlId #> [1] "DOID_11624" #> #> $`penile benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`penile benign neoplasm`$`_parent` #> [1] "DOID_0060087<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`penile benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`penile benign neoplasm`$children #> list() #> #> $`penile benign neoplasm`$value #> [1] "penile benign neoplasm" #> #> #> $`penile benign neoplasm` #> $`penile benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11624" #> #> $`penile benign neoplasm`$`_id` #> [1] "DOID_11624<DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`penile benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`penile benign neoplasm`$publicGeneCount #> [1] 7 #> #> $`penile benign neoplasm`$urlId #> [1] "DOID_11624" #> #> $`penile benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`penile benign neoplasm`$`_parent` #> [1] "DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`penile benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`penile benign neoplasm`$children #> list() #> #> $`penile benign neoplasm`$value #> [1] "penile benign neoplasm" #> #> #> $`penile disease` #> $`penile disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1529" #> #> $`penile disease`$`_id` #> [1] "DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`penile disease`$privateGeneCount #> [1] 0 #> #> $`penile disease`$publicGeneCount #> [1] 15 #> #> $`penile disease`$urlId #> [1] "DOID_1529" #> #> $`penile disease`$dbPhenotype #> [1] TRUE #> #> $`penile disease`$`_parent` #> [1] "DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`penile disease`$`_is_leaf` #> [1] FALSE #> #> $`penile disease`$children #> $`penile disease`$children[[1]] #> [1] "DOID_11168<DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`penile disease`$children[[2]] #> [1] "DOID_0050657<DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`penile disease`$children[[3]] #> [1] "DOID_11624<DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`penile disease`$children[[4]] #> [1] "DOID_8616<DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`penile disease`$value #> [1] "penile disease" #> #> #> $`peptic esophagitis` #> $`peptic esophagitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13976" #> #> $`peptic esophagitis`$`_id` #> [1] "DOID_13976<DOID_11963<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`peptic esophagitis`$privateGeneCount #> [1] 0 #> #> $`peptic esophagitis`$publicGeneCount #> [1] 1 #> #> $`peptic esophagitis`$urlId #> [1] "DOID_13976" #> #> $`peptic esophagitis`$dbPhenotype #> [1] TRUE #> #> $`peptic esophagitis`$`_parent` #> [1] "DOID_11963<DOID_6050<DOID_77<DOID_7<DOID_4" #> #> $`peptic esophagitis`$`_is_leaf` #> [1] TRUE #> #> $`peptic esophagitis`$children #> list() #> #> $`peptic esophagitis`$value #> [1] "peptic esophagitis" #> #> #> $`peptic ulcer disease` #> $`peptic ulcer disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_750" #> #> $`peptic ulcer disease`$`_id` #> [1] "DOID_750<DOID_77<DOID_7<DOID_4" #> #> $`peptic ulcer disease`$privateGeneCount #> [1] 0 #> #> $`peptic ulcer disease`$publicGeneCount #> [1] 27 #> #> $`peptic ulcer disease`$urlId #> [1] "DOID_750" #> #> $`peptic ulcer disease`$dbPhenotype #> [1] TRUE #> #> $`peptic ulcer disease`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`peptic ulcer disease`$`_is_leaf` #> [1] FALSE #> #> $`peptic ulcer disease`$children #> $`peptic ulcer disease`$children[[1]] #> [1] "DOID_1724<DOID_750<DOID_77<DOID_7<DOID_4" #> #> $`peptic ulcer disease`$children[[2]] #> [1] "DOID_10808<DOID_750<DOID_77<DOID_7<DOID_4" #> #> #> $`peptic ulcer disease`$value #> [1] "peptic ulcer disease" #> #> #> $`periapical granuloma` #> $`periapical granuloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4617" #> #> $`periapical granuloma`$`_id` #> [1] "DOID_4617<DOID_823<DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`periapical granuloma`$privateGeneCount #> [1] 0 #> #> $`periapical granuloma`$publicGeneCount #> [1] 3 #> #> $`periapical granuloma`$urlId #> [1] "DOID_4617" #> #> $`periapical granuloma`$dbPhenotype #> [1] TRUE #> #> $`periapical granuloma`$`_parent` #> [1] "DOID_823<DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`periapical granuloma`$`_is_leaf` #> [1] TRUE #> #> $`periapical granuloma`$children #> list() #> #> $`periapical granuloma`$value #> [1] "periapical granuloma" #> #> #> $`periapical periodontitis` #> $`periapical periodontitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_823" #> #> $`periapical periodontitis`$`_id` #> [1] "DOID_823<DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`periapical periodontitis`$privateGeneCount #> [1] 0 #> #> $`periapical periodontitis`$publicGeneCount #> [1] 4 #> #> $`periapical periodontitis`$urlId #> [1] "DOID_823" #> #> $`periapical periodontitis`$dbPhenotype #> [1] TRUE #> #> $`periapical periodontitis`$`_parent` #> [1] "DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`periapical periodontitis`$`_is_leaf` #> [1] FALSE #> #> $`periapical periodontitis`$children #> $`periapical periodontitis`$children[[1]] #> [1] "DOID_4617<DOID_823<DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`periapical periodontitis`$value #> [1] "periapical periodontitis" #> #> #> $`pericardial effusion` #> $`pericardial effusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_118" #> #> $`pericardial effusion`$`_id` #> [1] "DOID_118<DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $`pericardial effusion`$privateGeneCount #> [1] 0 #> #> $`pericardial effusion`$publicGeneCount #> [1] 4 #> #> $`pericardial effusion`$urlId #> [1] "DOID_118" #> #> $`pericardial effusion`$dbPhenotype #> [1] TRUE #> #> $`pericardial effusion`$`_parent` #> [1] "DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $`pericardial effusion`$`_is_leaf` #> [1] FALSE #> #> $`pericardial effusion`$children #> $`pericardial effusion`$children[[1]] #> [1] "DOID_115<DOID_118<DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $`pericardial effusion`$children[[2]] #> [1] "DOID_11482<DOID_118<DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> #> $`pericardial effusion`$value #> [1] "pericardial effusion" #> #> #> $pericarditis #> $pericarditis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1787" #> #> $pericarditis$`_id` #> [1] "DOID_1787<DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $pericarditis$privateGeneCount #> [1] 0 #> #> $pericarditis$publicGeneCount #> [1] 1 #> #> $pericarditis$urlId #> [1] "DOID_1787" #> #> $pericarditis$dbPhenotype #> [1] TRUE #> #> $pericarditis$`_parent` #> [1] "DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $pericarditis$`_is_leaf` #> [1] TRUE #> #> $pericarditis$children #> list() #> #> $pericarditis$value #> [1] "pericarditis" #> #> #> $`pericardium disease` #> $`pericardium disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050829" #> #> $`pericardium disease`$`_id` #> [1] "DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $`pericardium disease`$privateGeneCount #> [1] 0 #> #> $`pericardium disease`$publicGeneCount #> [1] 5 #> #> $`pericardium disease`$urlId #> [1] "DOID_0050829" #> #> $`pericardium disease`$dbPhenotype #> [1] FALSE #> #> $`pericardium disease`$`_parent` #> [1] "DOID_1287<DOID_7<DOID_4" #> #> $`pericardium disease`$`_is_leaf` #> [1] FALSE #> #> $`pericardium disease`$children #> $`pericardium disease`$children[[1]] #> [1] "DOID_118<DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> $`pericardium disease`$children[[2]] #> [1] "DOID_1787<DOID_0050829<DOID_1287<DOID_7<DOID_4" #> #> #> $`pericardium disease`$value #> [1] "pericardium disease" #> #> #> $`perinatal necrotizing enterocolitis` #> $`perinatal necrotizing enterocolitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8677" #> #> $`perinatal necrotizing enterocolitis`$`_id` #> [1] "DOID_8677<DOID_77<DOID_7<DOID_4" #> #> $`perinatal necrotizing enterocolitis`$privateGeneCount #> [1] 0 #> #> $`perinatal necrotizing enterocolitis`$publicGeneCount #> [1] 21 #> #> $`perinatal necrotizing enterocolitis`$urlId #> [1] "DOID_8677" #> #> $`perinatal necrotizing enterocolitis`$dbPhenotype #> [1] TRUE #> #> $`perinatal necrotizing enterocolitis`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`perinatal necrotizing enterocolitis`$`_is_leaf` #> [1] TRUE #> #> $`perinatal necrotizing enterocolitis`$children #> list() #> #> $`perinatal necrotizing enterocolitis`$value #> [1] "perinatal necrotizing enterocolitis" #> #> #> $perineurioma #> $perineurioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4697" #> #> $perineurioma$`_id` #> [1] "DOID_4697<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $perineurioma$privateGeneCount #> [1] 0 #> #> $perineurioma$publicGeneCount #> [1] 8 #> #> $perineurioma$urlId #> [1] "DOID_4697" #> #> $perineurioma$dbPhenotype #> [1] TRUE #> #> $perineurioma$`_parent` #> [1] "DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $perineurioma$`_is_leaf` #> [1] TRUE #> #> $perineurioma$children #> list() #> #> $perineurioma$value #> [1] "perineurioma" #> #> #> $perineurioma #> $perineurioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4697" #> #> $perineurioma$`_id` #> [1] "DOID_4697<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $perineurioma$privateGeneCount #> [1] 0 #> #> $perineurioma$publicGeneCount #> [1] 8 #> #> $perineurioma$urlId #> [1] "DOID_4697" #> #> $perineurioma$dbPhenotype #> [1] TRUE #> #> $perineurioma$`_parent` #> [1] "DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $perineurioma$`_is_leaf` #> [1] TRUE #> #> $perineurioma$children #> list() #> #> $perineurioma$value #> [1] "perineurioma" #> #> #> $perineurioma #> $perineurioma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4697" #> #> $perineurioma$`_id` #> [1] "DOID_4697<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $perineurioma$privateGeneCount #> [1] 0 #> #> $perineurioma$publicGeneCount #> [1] 8 #> #> $perineurioma$urlId #> [1] "DOID_4697" #> #> $perineurioma$dbPhenotype #> [1] TRUE #> #> $perineurioma$`_parent` #> [1] "DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $perineurioma$`_is_leaf` #> [1] TRUE #> #> $perineurioma$children #> list() #> #> $perineurioma$value #> [1] "perineurioma" #> #> #> $`periodontal disease` #> $`periodontal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3388" #> #> $`periodontal disease`$`_id` #> [1] "DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`periodontal disease`$privateGeneCount #> [1] 0 #> #> $`periodontal disease`$publicGeneCount #> [1] 76 #> #> $`periodontal disease`$urlId #> [1] "DOID_3388" #> #> $`periodontal disease`$dbPhenotype #> [1] TRUE #> #> $`periodontal disease`$`_parent` #> [1] "DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`periodontal disease`$`_is_leaf` #> [1] FALSE #> #> $`periodontal disease`$children #> $`periodontal disease`$children[[1]] #> [1] "DOID_1483<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`periodontal disease`$children[[2]] #> [1] "DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`periodontal disease`$value #> [1] "periodontal disease" #> #> #> $periodontitis #> $periodontitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_824" #> #> $periodontitis$`_id` #> [1] "DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $periodontitis$privateGeneCount #> [1] 0 #> #> $periodontitis$publicGeneCount #> [1] 73 #> #> $periodontitis$urlId #> [1] "DOID_824" #> #> $periodontitis$dbPhenotype #> [1] TRUE #> #> $periodontitis$`_parent` #> [1] "DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $periodontitis$`_is_leaf` #> [1] FALSE #> #> $periodontitis$children #> $periodontitis$children[[1]] #> [1] "DOID_1474<DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $periodontitis$children[[2]] #> [1] "DOID_823<DOID_824<DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $periodontitis$value #> [1] "periodontitis" #> #> #> $periodontosis #> $periodontosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9893" #> #> $periodontosis$`_id` #> [1] "DOID_9893<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $periodontosis$privateGeneCount #> [1] 0 #> #> $periodontosis$publicGeneCount #> [1] 6 #> #> $periodontosis$urlId #> [1] "DOID_9893" #> #> $periodontosis$dbPhenotype #> [1] TRUE #> #> $periodontosis$`_parent` #> [1] "DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $periodontosis$`_is_leaf` #> [1] TRUE #> #> $periodontosis$children #> list() #> #> $periodontosis$value #> [1] "periodontosis" #> #> #> $periostitis #> $periostitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9957" #> #> $periostitis$`_id` #> [1] "DOID_9957<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $periostitis$privateGeneCount #> [1] 0 #> #> $periostitis$publicGeneCount #> [1] 1 #> #> $periostitis$urlId #> [1] "DOID_9957" #> #> $periostitis$dbPhenotype #> [1] TRUE #> #> $periostitis$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $periostitis$`_is_leaf` #> [1] TRUE #> #> $periostitis$children #> list() #> #> $periostitis$value #> [1] "periostitis" #> #> #> $`Peripheral arterial stenosis` #> $`Peripheral arterial stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004950" #> #> $`Peripheral arterial stenosis`$`_id` #> [1] "HP_0004950<HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Peripheral arterial stenosis`$privateGeneCount #> [1] 0 #> #> $`Peripheral arterial stenosis`$publicGeneCount #> [1] 5 #> #> $`Peripheral arterial stenosis`$urlId #> [1] "HP_0004950" #> #> $`Peripheral arterial stenosis`$dbPhenotype #> [1] TRUE #> #> $`Peripheral arterial stenosis`$`_parent` #> [1] "HP_0100545<HP_0011004<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Peripheral arterial stenosis`$`_is_leaf` #> [1] TRUE #> #> $`Peripheral arterial stenosis`$children #> list() #> #> $`Peripheral arterial stenosis`$value #> [1] "Peripheral arterial stenosis" #> #> #> $`Peripheral arterial stenosis` #> $`Peripheral arterial stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004950" #> #> $`Peripheral arterial stenosis`$`_id` #> [1] "HP_0004950<HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Peripheral arterial stenosis`$privateGeneCount #> [1] 0 #> #> $`Peripheral arterial stenosis`$publicGeneCount #> [1] 5 #> #> $`Peripheral arterial stenosis`$urlId #> [1] "HP_0004950" #> #> $`Peripheral arterial stenosis`$dbPhenotype #> [1] TRUE #> #> $`Peripheral arterial stenosis`$`_parent` #> [1] "HP_0100545<HP_0011004<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Peripheral arterial stenosis`$`_is_leaf` #> [1] TRUE #> #> $`Peripheral arterial stenosis`$children #> list() #> #> $`Peripheral arterial stenosis`$value #> [1] "Peripheral arterial stenosis" #> #> #> $`Peripheral demyelination` #> $`Peripheral demyelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011096" #> #> $`Peripheral demyelination`$`_id` #> [1] "HP_0011096<HP_0003130<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Peripheral demyelination`$privateGeneCount #> [1] 0 #> #> $`Peripheral demyelination`$publicGeneCount #> [1] 3 #> #> $`Peripheral demyelination`$urlId #> [1] "HP_0011096" #> #> $`Peripheral demyelination`$dbPhenotype #> [1] TRUE #> #> $`Peripheral demyelination`$`_parent` #> [1] "HP_0003130<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Peripheral demyelination`$`_is_leaf` #> [1] TRUE #> #> $`Peripheral demyelination`$children #> list() #> #> $`Peripheral demyelination`$value #> [1] "Peripheral demyelination" #> #> #> $`Peripheral demyelination` #> $`Peripheral demyelination`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011096" #> #> $`Peripheral demyelination`$`_id` #> [1] "HP_0011096<HP_0003130<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Peripheral demyelination`$privateGeneCount #> [1] 0 #> #> $`Peripheral demyelination`$publicGeneCount #> [1] 3 #> #> $`Peripheral demyelination`$urlId #> [1] "HP_0011096" #> #> $`Peripheral demyelination`$dbPhenotype #> [1] TRUE #> #> $`Peripheral demyelination`$`_parent` #> [1] "HP_0003130<HP_0012447<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Peripheral demyelination`$`_is_leaf` #> [1] TRUE #> #> $`Peripheral demyelination`$children #> list() #> #> $`Peripheral demyelination`$value #> [1] "Peripheral demyelination" #> #> #> $`peripheral nerve sheath neoplasm` #> $`peripheral nerve sheath neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3193" #> #> $`peripheral nerve sheath neoplasm`$`_id` #> [1] "DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$privateGeneCount #> [1] 0 #> #> $`peripheral nerve sheath neoplasm`$publicGeneCount #> [1] 12 #> #> $`peripheral nerve sheath neoplasm`$urlId #> [1] "DOID_3193" #> #> $`peripheral nerve sheath neoplasm`$dbPhenotype #> [1] TRUE #> #> $`peripheral nerve sheath neoplasm`$`_parent` #> [1] "DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`peripheral nerve sheath neoplasm`$children #> $`peripheral nerve sheath neoplasm`$children[[1]] #> [1] "DOID_5940<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$children[[2]] #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$children[[3]] #> [1] "DOID_4697<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`peripheral nerve sheath neoplasm`$value #> [1] "peripheral nerve sheath neoplasm" #> #> #> $`peripheral nerve sheath neoplasm` #> $`peripheral nerve sheath neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3193" #> #> $`peripheral nerve sheath neoplasm`$`_id` #> [1] "DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$privateGeneCount #> [1] 0 #> #> $`peripheral nerve sheath neoplasm`$publicGeneCount #> [1] 12 #> #> $`peripheral nerve sheath neoplasm`$urlId #> [1] "DOID_3193" #> #> $`peripheral nerve sheath neoplasm`$dbPhenotype #> [1] TRUE #> #> $`peripheral nerve sheath neoplasm`$`_parent` #> [1] "DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`peripheral nerve sheath neoplasm`$children #> $`peripheral nerve sheath neoplasm`$children[[1]] #> [1] "DOID_5940<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$children[[2]] #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$children[[3]] #> [1] "DOID_4697<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`peripheral nerve sheath neoplasm`$value #> [1] "peripheral nerve sheath neoplasm" #> #> #> $`peripheral nerve sheath neoplasm` #> $`peripheral nerve sheath neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3193" #> #> $`peripheral nerve sheath neoplasm`$`_id` #> [1] "DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$privateGeneCount #> [1] 0 #> #> $`peripheral nerve sheath neoplasm`$publicGeneCount #> [1] 12 #> #> $`peripheral nerve sheath neoplasm`$urlId #> [1] "DOID_3193" #> #> $`peripheral nerve sheath neoplasm`$dbPhenotype #> [1] TRUE #> #> $`peripheral nerve sheath neoplasm`$`_parent` #> [1] "DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`peripheral nerve sheath neoplasm`$children #> $`peripheral nerve sheath neoplasm`$children[[1]] #> [1] "DOID_5940<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$children[[2]] #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nerve sheath neoplasm`$children[[3]] #> [1] "DOID_4697<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`peripheral nerve sheath neoplasm`$value #> [1] "peripheral nerve sheath neoplasm" #> #> #> $`peripheral nervous system disease` #> $`peripheral nervous system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_574" #> #> $`peripheral nervous system disease`$`_id` #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system disease`$privateGeneCount #> [1] 0 #> #> $`peripheral nervous system disease`$publicGeneCount #> [1] 585 #> #> $`peripheral nervous system disease`$urlId #> [1] "DOID_574" #> #> $`peripheral nervous system disease`$dbPhenotype #> [1] TRUE #> #> $`peripheral nervous system disease`$`_parent` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system disease`$`_is_leaf` #> [1] FALSE #> #> $`peripheral nervous system disease`$children #> $`peripheral nervous system disease`$children[[1]] #> [1] "DOID_0060033<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system disease`$children[[2]] #> [1] "DOID_11465<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system disease`$children[[3]] #> [1] "DOID_1024<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system disease`$children[[4]] #> [1] "DOID_573<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system disease`$children[[5]] #> [1] "DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system disease`$children[[6]] #> [1] "DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system disease`$children[[7]] #> [1] "DOID_4953<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system disease`$children[[8]] #> [1] "DOID_1389<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system disease`$children[[9]] #> [1] "DOID_4308<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`peripheral nervous system disease`$value #> [1] "peripheral nervous system disease" #> #> #> $`peripheral nervous system neoplasm` #> $`peripheral nervous system neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1192" #> #> $`peripheral nervous system neoplasm`$`_id` #> [1] "DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral nervous system neoplasm`$privateGeneCount #> [1] 0 #> #> $`peripheral nervous system neoplasm`$publicGeneCount #> [1] 59 #> #> $`peripheral nervous system neoplasm`$urlId #> [1] "DOID_1192" #> #> $`peripheral nervous system neoplasm`$dbPhenotype #> [1] FALSE #> #> $`peripheral nervous system neoplasm`$`_parent` #> [1] "DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral nervous system neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`peripheral nervous system neoplasm`$children #> $`peripheral nervous system neoplasm`$children[[1]] #> [1] "DOID_2621<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral nervous system neoplasm`$children[[2]] #> [1] "DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`peripheral nervous system neoplasm`$value #> [1] "peripheral nervous system neoplasm" #> #> #> $`peripheral nervous system neoplasm` #> $`peripheral nervous system neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1192" #> #> $`peripheral nervous system neoplasm`$`_id` #> [1] "DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system neoplasm`$privateGeneCount #> [1] 0 #> #> $`peripheral nervous system neoplasm`$publicGeneCount #> [1] 59 #> #> $`peripheral nervous system neoplasm`$urlId #> [1] "DOID_1192" #> #> $`peripheral nervous system neoplasm`$dbPhenotype #> [1] FALSE #> #> $`peripheral nervous system neoplasm`$`_parent` #> [1] "DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`peripheral nervous system neoplasm`$children #> $`peripheral nervous system neoplasm`$children[[1]] #> [1] "DOID_2621<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system neoplasm`$children[[2]] #> [1] "DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`peripheral nervous system neoplasm`$value #> [1] "peripheral nervous system neoplasm" #> #> #> $`peripheral nervous system neoplasm` #> $`peripheral nervous system neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1192" #> #> $`peripheral nervous system neoplasm`$`_id` #> [1] "DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system neoplasm`$privateGeneCount #> [1] 0 #> #> $`peripheral nervous system neoplasm`$publicGeneCount #> [1] 59 #> #> $`peripheral nervous system neoplasm`$urlId #> [1] "DOID_1192" #> #> $`peripheral nervous system neoplasm`$dbPhenotype #> [1] FALSE #> #> $`peripheral nervous system neoplasm`$`_parent` #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`peripheral nervous system neoplasm`$children #> $`peripheral nervous system neoplasm`$children[[1]] #> [1] "DOID_2621<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`peripheral nervous system neoplasm`$children[[2]] #> [1] "DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`peripheral nervous system neoplasm`$value #> [1] "peripheral nervous system neoplasm" #> #> #> $`Peripheral neuropathy` #> $`Peripheral neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009830" #> #> $`Peripheral neuropathy`$`_id` #> [1] "HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Peripheral neuropathy`$privateGeneCount #> [1] 0 #> #> $`Peripheral neuropathy`$publicGeneCount #> [1] 6 #> #> $`Peripheral neuropathy`$urlId #> [1] "HP_0009830" #> #> $`Peripheral neuropathy`$dbPhenotype #> [1] FALSE #> #> $`Peripheral neuropathy`$`_parent` #> [1] "HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Peripheral neuropathy`$`_is_leaf` #> [1] FALSE #> #> $`Peripheral neuropathy`$children #> $`Peripheral neuropathy`$children[[1]] #> [1] "HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Peripheral neuropathy`$children[[2]] #> [1] "HP_0000763<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Peripheral neuropathy`$value #> [1] "Peripheral neuropathy" #> #> #> $`peripheral T-cell lymphoma` #> $`peripheral T-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050749" #> #> $`peripheral T-cell lymphoma`$`_id` #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral T-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`peripheral T-cell lymphoma`$publicGeneCount #> [1] 30 #> #> $`peripheral T-cell lymphoma`$urlId #> [1] "DOID_0050749" #> #> $`peripheral T-cell lymphoma`$dbPhenotype #> [1] FALSE #> #> $`peripheral T-cell lymphoma`$`_parent` #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral T-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`peripheral T-cell lymphoma`$children #> $`peripheral T-cell lymphoma`$children[[1]] #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`peripheral T-cell lymphoma`$value #> [1] "peripheral T-cell lymphoma" #> #> #> $`peripheral T-cell lymphoma` #> $`peripheral T-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050749" #> #> $`peripheral T-cell lymphoma`$`_id` #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`peripheral T-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`peripheral T-cell lymphoma`$publicGeneCount #> [1] 30 #> #> $`peripheral T-cell lymphoma`$urlId #> [1] "DOID_0050749" #> #> $`peripheral T-cell lymphoma`$dbPhenotype #> [1] FALSE #> #> $`peripheral T-cell lymphoma`$`_parent` #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`peripheral T-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`peripheral T-cell lymphoma`$children #> $`peripheral T-cell lymphoma`$children[[1]] #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`peripheral T-cell lymphoma`$value #> [1] "peripheral T-cell lymphoma" #> #> #> $`peripheral T-cell lymphoma` #> $`peripheral T-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050749" #> #> $`peripheral T-cell lymphoma`$`_id` #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`peripheral T-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`peripheral T-cell lymphoma`$publicGeneCount #> [1] 30 #> #> $`peripheral T-cell lymphoma`$urlId #> [1] "DOID_0050749" #> #> $`peripheral T-cell lymphoma`$dbPhenotype #> [1] FALSE #> #> $`peripheral T-cell lymphoma`$`_parent` #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`peripheral T-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`peripheral T-cell lymphoma`$children #> $`peripheral T-cell lymphoma`$children[[1]] #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`peripheral T-cell lymphoma`$value #> [1] "peripheral T-cell lymphoma" #> #> #> $`peripheral T-cell lymphoma` #> $`peripheral T-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050749" #> #> $`peripheral T-cell lymphoma`$`_id` #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral T-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`peripheral T-cell lymphoma`$publicGeneCount #> [1] 30 #> #> $`peripheral T-cell lymphoma`$urlId #> [1] "DOID_0050749" #> #> $`peripheral T-cell lymphoma`$dbPhenotype #> [1] FALSE #> #> $`peripheral T-cell lymphoma`$`_parent` #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`peripheral T-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`peripheral T-cell lymphoma`$children #> $`peripheral T-cell lymphoma`$children[[1]] #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`peripheral T-cell lymphoma`$value #> [1] "peripheral T-cell lymphoma" #> #> #> $`peripheral T-cell lymphoma` #> $`peripheral T-cell lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050749" #> #> $`peripheral T-cell lymphoma`$`_id` #> [1] "DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`peripheral T-cell lymphoma`$privateGeneCount #> [1] 0 #> #> $`peripheral T-cell lymphoma`$publicGeneCount #> [1] 30 #> #> $`peripheral T-cell lymphoma`$urlId #> [1] "DOID_0050749" #> #> $`peripheral T-cell lymphoma`$dbPhenotype #> [1] FALSE #> #> $`peripheral T-cell lymphoma`$`_parent` #> [1] "DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`peripheral T-cell lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`peripheral T-cell lymphoma`$children #> $`peripheral T-cell lymphoma`$children[[1]] #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`peripheral T-cell lymphoma`$value #> [1] "peripheral T-cell lymphoma" #> #> #> $`peripheral vascular disease` #> $`peripheral vascular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_341" #> #> $`peripheral vascular disease`$`_id` #> [1] "DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`peripheral vascular disease`$privateGeneCount #> [1] 0 #> #> $`peripheral vascular disease`$publicGeneCount #> [1] 63 #> #> $`peripheral vascular disease`$urlId #> [1] "DOID_341" #> #> $`peripheral vascular disease`$dbPhenotype #> [1] TRUE #> #> $`peripheral vascular disease`$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`peripheral vascular disease`$`_is_leaf` #> [1] FALSE #> #> $`peripheral vascular disease`$children #> $`peripheral vascular disease`$children[[1]] #> [1] "DOID_11713<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`peripheral vascular disease`$children[[2]] #> [1] "DOID_13252<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`peripheral vascular disease`$children[[3]] #> [1] "DOID_10300<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`peripheral vascular disease`$children[[4]] #> [1] "DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`peripheral vascular disease`$children[[5]] #> [1] "DOID_1272<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`peripheral vascular disease`$children[[6]] #> [1] "DOID_12918<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`peripheral vascular disease`$value #> [1] "peripheral vascular disease" #> #> #> $`peripheral vertigo` #> $`peripheral vertigo`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9847" #> #> $`peripheral vertigo`$`_id` #> [1] "DOID_9847<DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`peripheral vertigo`$privateGeneCount #> [1] 0 #> #> $`peripheral vertigo`$publicGeneCount #> [1] 6 #> #> $`peripheral vertigo`$urlId #> [1] "DOID_9847" #> #> $`peripheral vertigo`$dbPhenotype #> [1] FALSE #> #> $`peripheral vertigo`$`_parent` #> [1] "DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`peripheral vertigo`$`_is_leaf` #> [1] FALSE #> #> $`peripheral vertigo`$children #> $`peripheral vertigo`$children[[1]] #> [1] "DOID_9848<DOID_9847<DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`peripheral vertigo`$value #> [1] "peripheral vertigo" #> #> #> $peritonitis #> $peritonitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8283" #> #> $peritonitis$`_id` #> [1] "DOID_8283<DOID_77<DOID_7<DOID_4" #> #> $peritonitis$privateGeneCount #> [1] 0 #> #> $peritonitis$publicGeneCount #> [1] 7 #> #> $peritonitis$urlId #> [1] "DOID_8283" #> #> $peritonitis$dbPhenotype #> [1] TRUE #> #> $peritonitis$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $peritonitis$`_is_leaf` #> [1] TRUE #> #> $peritonitis$children #> list() #> #> $peritonitis$value #> [1] "peritonitis" #> #> #> $`perivascular tumor` #> $`perivascular tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3316" #> #> $`perivascular tumor`$`_id` #> [1] "DOID_3316<DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`perivascular tumor`$privateGeneCount #> [1] 0 #> #> $`perivascular tumor`$publicGeneCount #> [1] 1 #> #> $`perivascular tumor`$urlId #> [1] "DOID_3316" #> #> $`perivascular tumor`$dbPhenotype #> [1] FALSE #> #> $`perivascular tumor`$`_parent` #> [1] "DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`perivascular tumor`$`_is_leaf` #> [1] FALSE #> #> $`perivascular tumor`$children #> $`perivascular tumor`$children[[1]] #> [1] "DOID_3850<DOID_3316<DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`perivascular tumor`$value #> [1] "perivascular tumor" #> #> #> $`perivascular tumor` #> $`perivascular tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3316" #> #> $`perivascular tumor`$`_id` #> [1] "DOID_3316<DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`perivascular tumor`$privateGeneCount #> [1] 0 #> #> $`perivascular tumor`$publicGeneCount #> [1] 1 #> #> $`perivascular tumor`$urlId #> [1] "DOID_3316" #> #> $`perivascular tumor`$dbPhenotype #> [1] FALSE #> #> $`perivascular tumor`$`_parent` #> [1] "DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`perivascular tumor`$`_is_leaf` #> [1] FALSE #> #> $`perivascular tumor`$children #> $`perivascular tumor`$children[[1]] #> [1] "DOID_3850<DOID_3316<DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> #> $`perivascular tumor`$value #> [1] "perivascular tumor" #> #> #> $`perivascular tumor` #> $`perivascular tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3316" #> #> $`perivascular tumor`$`_id` #> [1] "DOID_3316<DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`perivascular tumor`$privateGeneCount #> [1] 0 #> #> $`perivascular tumor`$publicGeneCount #> [1] 1 #> #> $`perivascular tumor`$urlId #> [1] "DOID_3316" #> #> $`perivascular tumor`$dbPhenotype #> [1] FALSE #> #> $`perivascular tumor`$`_parent` #> [1] "DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`perivascular tumor`$`_is_leaf` #> [1] FALSE #> #> $`perivascular tumor`$children #> $`perivascular tumor`$children[[1]] #> [1] "DOID_3850<DOID_3316<DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`perivascular tumor`$value #> [1] "perivascular tumor" #> #> #> $`Periventricular cysts` #> $`Periventricular cysts`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007109" #> #> $`Periventricular cysts`$`_id` #> [1] "HP_0007109<HP_0002518<HP_0002352<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Periventricular cysts`$privateGeneCount #> [1] 0 #> #> $`Periventricular cysts`$publicGeneCount #> [1] 1 #> #> $`Periventricular cysts`$urlId #> [1] "HP_0007109" #> #> $`Periventricular cysts`$dbPhenotype #> [1] TRUE #> #> $`Periventricular cysts`$`_parent` #> [1] "HP_0002518<HP_0002352<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Periventricular cysts`$`_is_leaf` #> [1] TRUE #> #> $`Periventricular cysts`$children #> list() #> #> $`Periventricular cysts`$value #> [1] "Periventricular cysts" #> #> #> $`Periventricular cysts` #> $`Periventricular cysts`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007109" #> #> $`Periventricular cysts`$`_id` #> [1] "HP_0007109<HP_0002518<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Periventricular cysts`$privateGeneCount #> [1] 0 #> #> $`Periventricular cysts`$publicGeneCount #> [1] 1 #> #> $`Periventricular cysts`$urlId #> [1] "HP_0007109" #> #> $`Periventricular cysts`$dbPhenotype #> [1] TRUE #> #> $`Periventricular cysts`$`_parent` #> [1] "HP_0002518<HP_0002500<HP_0010993<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Periventricular cysts`$`_is_leaf` #> [1] TRUE #> #> $`Periventricular cysts`$children #> list() #> #> $`Periventricular cysts`$value #> [1] "Periventricular cysts" #> #> #> $`periventricular leukomalacia` #> $`periventricular leukomalacia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13088" #> #> $`periventricular leukomalacia`$`_id` #> [1] "DOID_13088<DOID_2034<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`periventricular leukomalacia`$privateGeneCount #> [1] 0 #> #> $`periventricular leukomalacia`$publicGeneCount #> [1] 1 #> #> $`periventricular leukomalacia`$urlId #> [1] "DOID_13088" #> #> $`periventricular leukomalacia`$dbPhenotype #> [1] TRUE #> #> $`periventricular leukomalacia`$`_parent` #> [1] "DOID_2034<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`periventricular leukomalacia`$`_is_leaf` #> [1] TRUE #> #> $`periventricular leukomalacia`$children #> list() #> #> $`periventricular leukomalacia`$value #> [1] "periventricular leukomalacia" #> #> #> $`periventricular nodular heterotopia` #> $`periventricular nodular heterotopia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050454" #> #> $`periventricular nodular heterotopia`$`_id` #> [1] "DOID_0050454<DOID_2490<DOID_0080015<DOID_4" #> #> $`periventricular nodular heterotopia`$privateGeneCount #> [1] 0 #> #> $`periventricular nodular heterotopia`$publicGeneCount #> [1] 5 #> #> $`periventricular nodular heterotopia`$urlId #> [1] "DOID_0050454" #> #> $`periventricular nodular heterotopia`$dbPhenotype #> [1] TRUE #> #> $`periventricular nodular heterotopia`$`_parent` #> [1] "DOID_2490<DOID_0080015<DOID_4" #> #> $`periventricular nodular heterotopia`$`_is_leaf` #> [1] TRUE #> #> $`periventricular nodular heterotopia`$children #> list() #> #> $`periventricular nodular heterotopia`$value #> [1] "periventricular nodular heterotopia" #> #> #> $`periventricular nodular heterotopia` #> $`periventricular nodular heterotopia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050454" #> #> $`periventricular nodular heterotopia`$`_id` #> [1] "DOID_0050454<DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $`periventricular nodular heterotopia`$privateGeneCount #> [1] 0 #> #> $`periventricular nodular heterotopia`$publicGeneCount #> [1] 5 #> #> $`periventricular nodular heterotopia`$urlId #> [1] "DOID_0050454" #> #> $`periventricular nodular heterotopia`$dbPhenotype #> [1] TRUE #> #> $`periventricular nodular heterotopia`$`_parent` #> [1] "DOID_2490<DOID_863<DOID_7<DOID_4" #> #> $`periventricular nodular heterotopia`$`_is_leaf` #> [1] TRUE #> #> $`periventricular nodular heterotopia`$children #> list() #> #> $`periventricular nodular heterotopia`$value #> [1] "periventricular nodular heterotopia" #> #> #> $`Perlman syndrome` #> $`Perlman syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060476" #> #> $`Perlman syndrome`$`_id` #> [1] "DOID_0060476<DOID_225<DOID_4" #> #> $`Perlman syndrome`$privateGeneCount #> [1] 0 #> #> $`Perlman syndrome`$publicGeneCount #> [1] 1 #> #> $`Perlman syndrome`$urlId #> [1] "DOID_0060476" #> #> $`Perlman syndrome`$dbPhenotype #> [1] TRUE #> #> $`Perlman syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Perlman syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Perlman syndrome`$children #> list() #> #> $`Perlman syndrome`$value #> [1] "Perlman syndrome" #> #> #> $`peroxisomal acyl-CoA oxidase deficiency` #> $`peroxisomal acyl-CoA oxidase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050797" #> #> $`peroxisomal acyl-CoA oxidase deficiency`$`_id` #> [1] "DOID_0050797<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`peroxisomal acyl-CoA oxidase deficiency`$privateGeneCount #> [1] 0 #> #> $`peroxisomal acyl-CoA oxidase deficiency`$publicGeneCount #> [1] 1 #> #> $`peroxisomal acyl-CoA oxidase deficiency`$urlId #> [1] "DOID_0050797" #> #> $`peroxisomal acyl-CoA oxidase deficiency`$dbPhenotype #> [1] TRUE #> #> $`peroxisomal acyl-CoA oxidase deficiency`$`_parent` #> [1] "DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`peroxisomal acyl-CoA oxidase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`peroxisomal acyl-CoA oxidase deficiency`$children #> list() #> #> $`peroxisomal acyl-CoA oxidase deficiency`$value #> [1] "peroxisomal acyl-CoA oxidase deficiency" #> #> #> $`peroxisomal biogenesis disorder` #> $`peroxisomal biogenesis disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080377" #> #> $`peroxisomal biogenesis disorder`$`_id` #> [1] "DOID_0080377<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`peroxisomal biogenesis disorder`$privateGeneCount #> [1] 0 #> #> $`peroxisomal biogenesis disorder`$publicGeneCount #> [1] 16 #> #> $`peroxisomal biogenesis disorder`$urlId #> [1] "DOID_0080377" #> #> $`peroxisomal biogenesis disorder`$dbPhenotype #> [1] FALSE #> #> $`peroxisomal biogenesis disorder`$`_parent` #> [1] "DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`peroxisomal biogenesis disorder`$`_is_leaf` #> [1] FALSE #> #> $`peroxisomal biogenesis disorder`$children #> $`peroxisomal biogenesis disorder`$children[[1]] #> [1] "DOID_905<DOID_0080377<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> #> $`peroxisomal biogenesis disorder`$value #> [1] "peroxisomal biogenesis disorder" #> #> #> $`peroxisomal disease` #> $`peroxisomal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_906" #> #> $`peroxisomal disease`$`_id` #> [1] "DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`peroxisomal disease`$privateGeneCount #> [1] 0 #> #> $`peroxisomal disease`$publicGeneCount #> [1] 21 #> #> $`peroxisomal disease`$urlId #> [1] "DOID_906" #> #> $`peroxisomal disease`$dbPhenotype #> [1] TRUE #> #> $`peroxisomal disease`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`peroxisomal disease`$`_is_leaf` #> [1] FALSE #> #> $`peroxisomal disease`$children #> $`peroxisomal disease`$children[[1]] #> [1] "DOID_2582<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`peroxisomal disease`$children[[2]] #> [1] "DOID_0050444<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`peroxisomal disease`$children[[3]] #> [1] "DOID_0050452<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`peroxisomal disease`$children[[4]] #> [1] "DOID_0050797<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`peroxisomal disease`$children[[5]] #> [1] "DOID_0080377<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> #> $`peroxisomal disease`$value #> [1] "peroxisomal disease" #> #> #> $`Perrault syndrome` #> $`Perrault syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050857" #> #> $`Perrault syndrome`$`_id` #> [1] "DOID_0050857<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Perrault syndrome`$privateGeneCount #> [1] 0 #> #> $`Perrault syndrome`$publicGeneCount #> [1] 5 #> #> $`Perrault syndrome`$urlId #> [1] "DOID_0050857" #> #> $`Perrault syndrome`$dbPhenotype #> [1] TRUE #> #> $`Perrault syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Perrault syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Perrault syndrome`$children #> list() #> #> $`Perrault syndrome`$value #> [1] "Perrault syndrome" #> #> #> $`Perrault syndrome` #> $`Perrault syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050857" #> #> $`Perrault syndrome`$`_id` #> [1] "DOID_0050857<DOID_225<DOID_4" #> #> $`Perrault syndrome`$privateGeneCount #> [1] 0 #> #> $`Perrault syndrome`$publicGeneCount #> [1] 5 #> #> $`Perrault syndrome`$urlId #> [1] "DOID_0050857" #> #> $`Perrault syndrome`$dbPhenotype #> [1] TRUE #> #> $`Perrault syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Perrault syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Perrault syndrome`$children #> list() #> #> $`Perrault syndrome`$value #> [1] "Perrault syndrome" #> #> #> $`Perry syndrome` #> $`Perry syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060486" #> #> $`Perry syndrome`$`_id` #> [1] "DOID_0060486<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Perry syndrome`$privateGeneCount #> [1] 0 #> #> $`Perry syndrome`$publicGeneCount #> [1] 1 #> #> $`Perry syndrome`$urlId #> [1] "DOID_0060486" #> #> $`Perry syndrome`$dbPhenotype #> [1] TRUE #> #> $`Perry syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Perry syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Perry syndrome`$children #> list() #> #> $`Perry syndrome`$value #> [1] "Perry syndrome" #> #> #> $`Perry syndrome` #> $`Perry syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060486" #> #> $`Perry syndrome`$`_id` #> [1] "DOID_0060486<DOID_225<DOID_4" #> #> $`Perry syndrome`$privateGeneCount #> [1] 0 #> #> $`Perry syndrome`$publicGeneCount #> [1] 1 #> #> $`Perry syndrome`$urlId #> [1] "DOID_0060486" #> #> $`Perry syndrome`$dbPhenotype #> [1] TRUE #> #> $`Perry syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Perry syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Perry syndrome`$children #> list() #> #> $`Perry syndrome`$value #> [1] "Perry syndrome" #> #> #> $`persian gulf syndrome` #> $`persian gulf syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4491" #> #> $`persian gulf syndrome`$`_id` #> [1] "DOID_4491<DOID_225<DOID_4" #> #> $`persian gulf syndrome`$privateGeneCount #> [1] 0 #> #> $`persian gulf syndrome`$publicGeneCount #> [1] 1 #> #> $`persian gulf syndrome`$urlId #> [1] "DOID_4491" #> #> $`persian gulf syndrome`$dbPhenotype #> [1] TRUE #> #> $`persian gulf syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`persian gulf syndrome`$`_is_leaf` #> [1] TRUE #> #> $`persian gulf syndrome`$children #> list() #> #> $`persian gulf syndrome`$value #> [1] "persian gulf syndrome" #> #> #> $`persistent fetal circulation syndrome` #> $`persistent fetal circulation syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13042" #> #> $`persistent fetal circulation syndrome`$`_id` #> [1] "DOID_13042<DOID_6432<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`persistent fetal circulation syndrome`$privateGeneCount #> [1] 0 #> #> $`persistent fetal circulation syndrome`$publicGeneCount #> [1] 3 #> #> $`persistent fetal circulation syndrome`$urlId #> [1] "DOID_13042" #> #> $`persistent fetal circulation syndrome`$dbPhenotype #> [1] TRUE #> #> $`persistent fetal circulation syndrome`$`_parent` #> [1] "DOID_6432<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`persistent fetal circulation syndrome`$`_is_leaf` #> [1] TRUE #> #> $`persistent fetal circulation syndrome`$children #> list() #> #> $`persistent fetal circulation syndrome`$value #> [1] "persistent fetal circulation syndrome" #> #> #> $`persistent hyperplastic primary vitreous` #> $`persistent hyperplastic primary vitreous`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060282" #> #> $`persistent hyperplastic primary vitreous`$`_id` #> [1] "DOID_0060282<DOID_9720<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`persistent hyperplastic primary vitreous`$privateGeneCount #> [1] 0 #> #> $`persistent hyperplastic primary vitreous`$publicGeneCount #> [1] 1 #> #> $`persistent hyperplastic primary vitreous`$urlId #> [1] "DOID_0060282" #> #> $`persistent hyperplastic primary vitreous`$dbPhenotype #> [1] TRUE #> #> $`persistent hyperplastic primary vitreous`$`_parent` #> [1] "DOID_9720<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`persistent hyperplastic primary vitreous`$`_is_leaf` #> [1] TRUE #> #> $`persistent hyperplastic primary vitreous`$children #> list() #> #> $`persistent hyperplastic primary vitreous`$value #> [1] "persistent hyperplastic primary vitreous" #> #> #> $`persistent Mullerian duct syndrome` #> $`persistent Mullerian duct syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050791" #> #> $`persistent Mullerian duct syndrome`$`_id` #> [1] "DOID_0050791<DOID_3765<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`persistent Mullerian duct syndrome`$privateGeneCount #> [1] 0 #> #> $`persistent Mullerian duct syndrome`$publicGeneCount #> [1] 2 #> #> $`persistent Mullerian duct syndrome`$urlId #> [1] "DOID_0050791" #> #> $`persistent Mullerian duct syndrome`$dbPhenotype #> [1] TRUE #> #> $`persistent Mullerian duct syndrome`$`_parent` #> [1] "DOID_3765<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`persistent Mullerian duct syndrome`$`_is_leaf` #> [1] TRUE #> #> $`persistent Mullerian duct syndrome`$children #> list() #> #> $`persistent Mullerian duct syndrome`$value #> [1] "persistent Mullerian duct syndrome" #> #> #> $`personality disorder` #> $`personality disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1510" #> #> $`personality disorder`$`_id` #> [1] "DOID_1510<DOID_150<DOID_4" #> #> $`personality disorder`$privateGeneCount #> [1] 0 #> #> $`personality disorder`$publicGeneCount #> [1] 6 #> #> $`personality disorder`$urlId #> [1] "DOID_1510" #> #> $`personality disorder`$dbPhenotype #> [1] FALSE #> #> $`personality disorder`$`_parent` #> [1] "DOID_150<DOID_4" #> #> $`personality disorder`$`_is_leaf` #> [1] FALSE #> #> $`personality disorder`$children #> $`personality disorder`$children[[1]] #> [1] "DOID_10939<DOID_1510<DOID_150<DOID_4" #> #> $`personality disorder`$children[[2]] #> [1] "DOID_1509<DOID_1510<DOID_150<DOID_4" #> #> $`personality disorder`$children[[3]] #> [1] "DOID_10930<DOID_1510<DOID_150<DOID_4" #> #> $`personality disorder`$children[[4]] #> [1] "DOID_2745<DOID_1510<DOID_150<DOID_4" #> #> $`personality disorder`$children[[5]] #> [1] "DOID_10646<DOID_1510<DOID_150<DOID_4" #> #> #> $`personality disorder`$value #> [1] "personality disorder" #> #> #> $`pervasive developmental disorder` #> $`pervasive developmental disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060040" #> #> $`pervasive developmental disorder`$`_id` #> [1] "DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`pervasive developmental disorder`$privateGeneCount #> [1] 0 #> #> $`pervasive developmental disorder`$publicGeneCount #> [1] 998 #> #> $`pervasive developmental disorder`$urlId #> [1] "DOID_0060040" #> #> $`pervasive developmental disorder`$dbPhenotype #> [1] FALSE #> #> $`pervasive developmental disorder`$`_parent` #> [1] "DOID_0060037<DOID_150<DOID_4" #> #> $`pervasive developmental disorder`$`_is_leaf` #> [1] FALSE #> #> $`pervasive developmental disorder`$children #> $`pervasive developmental disorder`$children[[1]] #> [1] "DOID_0060041<DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`pervasive developmental disorder`$children[[2]] #> [1] "DOID_1206<DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> #> $`pervasive developmental disorder`$value #> [1] "pervasive developmental disorder" #> #> #> $`Peters anomaly` #> $`Peters anomaly`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000659" #> #> $`Peters anomaly`$`_id` #> [1] "HP_0000659<HP_0007700<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Peters anomaly`$privateGeneCount #> [1] 0 #> #> $`Peters anomaly`$publicGeneCount #> [1] 3 #> #> $`Peters anomaly`$urlId #> [1] "HP_0000659" #> #> $`Peters anomaly`$dbPhenotype #> [1] TRUE #> #> $`Peters anomaly`$`_parent` #> [1] "HP_0007700<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Peters anomaly`$`_is_leaf` #> [1] TRUE #> #> $`Peters anomaly`$children #> list() #> #> $`Peters anomaly`$value #> [1] "Peters anomaly" #> #> #> $`Peutz-Jeghers syndrome` #> $`Peutz-Jeghers syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3852" #> #> $`Peutz-Jeghers syndrome`$`_id` #> [1] "DOID_3852<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`Peutz-Jeghers syndrome`$privateGeneCount #> [1] 0 #> #> $`Peutz-Jeghers syndrome`$publicGeneCount #> [1] 2 #> #> $`Peutz-Jeghers syndrome`$urlId #> [1] "DOID_3852" #> #> $`Peutz-Jeghers syndrome`$dbPhenotype #> [1] TRUE #> #> $`Peutz-Jeghers syndrome`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`Peutz-Jeghers syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Peutz-Jeghers syndrome`$children #> list() #> #> $`Peutz-Jeghers syndrome`$value #> [1] "Peutz-Jeghers syndrome" #> #> #> $`Peyronie's disease` #> $`Peyronie's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8616" #> #> $`Peyronie's disease`$`_id` #> [1] "DOID_8616<DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`Peyronie's disease`$privateGeneCount #> [1] 0 #> #> $`Peyronie's disease`$publicGeneCount #> [1] 1 #> #> $`Peyronie's disease`$urlId #> [1] "DOID_8616" #> #> $`Peyronie's disease`$dbPhenotype #> [1] TRUE #> #> $`Peyronie's disease`$`_parent` #> [1] "DOID_1529<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`Peyronie's disease`$`_is_leaf` #> [1] TRUE #> #> $`Peyronie's disease`$children #> list() #> #> $`Peyronie's disease`$value #> [1] "Peyronie's disease" #> #> #> $`Pfeiffer syndrome` #> $`Pfeiffer syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14705" #> #> $`Pfeiffer syndrome`$`_id` #> [1] "DOID_14705<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Pfeiffer syndrome`$privateGeneCount #> [1] 0 #> #> $`Pfeiffer syndrome`$publicGeneCount #> [1] 3 #> #> $`Pfeiffer syndrome`$urlId #> [1] "DOID_14705" #> #> $`Pfeiffer syndrome`$dbPhenotype #> [1] TRUE #> #> $`Pfeiffer syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Pfeiffer syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Pfeiffer syndrome`$children #> list() #> #> $`Pfeiffer syndrome`$value #> [1] "Pfeiffer syndrome" #> #> #> $`Pfeiffer syndrome` #> $`Pfeiffer syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14705" #> #> $`Pfeiffer syndrome`$`_id` #> [1] "DOID_14705<DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Pfeiffer syndrome`$privateGeneCount #> [1] 0 #> #> $`Pfeiffer syndrome`$publicGeneCount #> [1] 3 #> #> $`Pfeiffer syndrome`$urlId #> [1] "DOID_14705" #> #> $`Pfeiffer syndrome`$dbPhenotype #> [1] TRUE #> #> $`Pfeiffer syndrome`$`_parent` #> [1] "DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Pfeiffer syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Pfeiffer syndrome`$children #> list() #> #> $`Pfeiffer syndrome`$value #> [1] "Pfeiffer syndrome" #> #> #> $`phacogenic glaucoma` #> $`phacogenic glaucoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12571" #> #> $`phacogenic glaucoma`$`_id` #> [1] "DOID_12571<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`phacogenic glaucoma`$privateGeneCount #> [1] 0 #> #> $`phacogenic glaucoma`$publicGeneCount #> [1] 15 #> #> $`phacogenic glaucoma`$urlId #> [1] "DOID_12571" #> #> $`phacogenic glaucoma`$dbPhenotype #> [1] FALSE #> #> $`phacogenic glaucoma`$`_parent` #> [1] "DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`phacogenic glaucoma`$`_is_leaf` #> [1] FALSE #> #> $`phacogenic glaucoma`$children #> $`phacogenic glaucoma`$children[[1]] #> [1] "DOID_13641<DOID_12571<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`phacogenic glaucoma`$value #> [1] "phacogenic glaucoma" #> #> #> $`phagocyte bactericidal dysfunction` #> $`phagocyte bactericidal dysfunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3262" #> #> $`phagocyte bactericidal dysfunction`$`_id` #> [1] "DOID_3262<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`phagocyte bactericidal dysfunction`$privateGeneCount #> [1] 0 #> #> $`phagocyte bactericidal dysfunction`$publicGeneCount #> [1] 9 #> #> $`phagocyte bactericidal dysfunction`$urlId #> [1] "DOID_3262" #> #> $`phagocyte bactericidal dysfunction`$dbPhenotype #> [1] TRUE #> #> $`phagocyte bactericidal dysfunction`$`_parent` #> [1] "DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`phagocyte bactericidal dysfunction`$`_is_leaf` #> [1] FALSE #> #> $`phagocyte bactericidal dysfunction`$children #> $`phagocyte bactericidal dysfunction`$children[[1]] #> [1] "DOID_3265<DOID_3262<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`phagocyte bactericidal dysfunction`$value #> [1] "phagocyte bactericidal dysfunction" #> #> #> $`pharyngoconjunctival fever` #> $`pharyngoconjunctival fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13801" #> #> $`pharyngoconjunctival fever`$`_id` #> [1] "DOID_13801<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`pharyngoconjunctival fever`$privateGeneCount #> [1] 0 #> #> $`pharyngoconjunctival fever`$publicGeneCount #> [1] 1 #> #> $`pharyngoconjunctival fever`$urlId #> [1] "DOID_13801" #> #> $`pharyngoconjunctival fever`$dbPhenotype #> [1] TRUE #> #> $`pharyngoconjunctival fever`$`_parent` #> [1] "DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`pharyngoconjunctival fever`$`_is_leaf` #> [1] TRUE #> #> $`pharyngoconjunctival fever`$children #> list() #> #> $`pharyngoconjunctival fever`$value #> [1] "pharyngoconjunctival fever" #> #> #> $`pharyngoconjunctival fever` #> $`pharyngoconjunctival fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13801" #> #> $`pharyngoconjunctival fever`$`_id` #> [1] "DOID_13801<DOID_934<DOID_0050117<DOID_4" #> #> $`pharyngoconjunctival fever`$privateGeneCount #> [1] 0 #> #> $`pharyngoconjunctival fever`$publicGeneCount #> [1] 1 #> #> $`pharyngoconjunctival fever`$urlId #> [1] "DOID_13801" #> #> $`pharyngoconjunctival fever`$dbPhenotype #> [1] TRUE #> #> $`pharyngoconjunctival fever`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`pharyngoconjunctival fever`$`_is_leaf` #> [1] TRUE #> #> $`pharyngoconjunctival fever`$children #> list() #> #> $`pharyngoconjunctival fever`$value #> [1] "pharyngoconjunctival fever" #> #> #> $`pharynx cancer` #> $`pharynx cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060119" #> #> $`pharynx cancer`$`_id` #> [1] "DOID_0060119<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pharynx cancer`$privateGeneCount #> [1] 0 #> #> $`pharynx cancer`$publicGeneCount #> [1] 20 #> #> $`pharynx cancer`$urlId #> [1] "DOID_0060119" #> #> $`pharynx cancer`$dbPhenotype #> [1] FALSE #> #> $`pharynx cancer`$`_parent` #> [1] "DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pharynx cancer`$`_is_leaf` #> [1] FALSE #> #> $`pharynx cancer`$children #> $`pharynx cancer`$children[[1]] #> [1] "DOID_8533<DOID_0060119<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pharynx cancer`$children[[2]] #> [1] "DOID_9261<DOID_0060119<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`pharynx cancer`$value #> [1] "pharynx cancer" #> #> #> $`pharynx cancer` #> $`pharynx cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060119" #> #> $`pharynx cancer`$`_id` #> [1] "DOID_0060119<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`pharynx cancer`$privateGeneCount #> [1] 0 #> #> $`pharynx cancer`$publicGeneCount #> [1] 20 #> #> $`pharynx cancer`$urlId #> [1] "DOID_0060119" #> #> $`pharynx cancer`$dbPhenotype #> [1] FALSE #> #> $`pharynx cancer`$`_parent` #> [1] "DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`pharynx cancer`$`_is_leaf` #> [1] FALSE #> #> $`pharynx cancer`$children #> $`pharynx cancer`$children[[1]] #> [1] "DOID_8533<DOID_0060119<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`pharynx cancer`$children[[2]] #> [1] "DOID_9261<DOID_0060119<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`pharynx cancer`$value #> [1] "pharynx cancer" #> #> #> $`phencyclidine abuse` #> $`phencyclidine abuse`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5062" #> #> $`phencyclidine abuse`$`_id` #> [1] "DOID_5062<DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`phencyclidine abuse`$privateGeneCount #> [1] 0 #> #> $`phencyclidine abuse`$publicGeneCount #> [1] 7 #> #> $`phencyclidine abuse`$urlId #> [1] "DOID_5062" #> #> $`phencyclidine abuse`$dbPhenotype #> [1] TRUE #> #> $`phencyclidine abuse`$`_parent` #> [1] "DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`phencyclidine abuse`$`_is_leaf` #> [1] TRUE #> #> $`phencyclidine abuse`$children #> list() #> #> $`phencyclidine abuse`$value #> [1] "phencyclidine abuse" #> #> #> $`Phenotypic abnormality` #> $`Phenotypic abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000118" #> #> $`Phenotypic abnormality`$`_id` #> [1] "HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$privateGeneCount #> [1] 0 #> #> $`Phenotypic abnormality`$publicGeneCount #> [1] 1668 #> #> $`Phenotypic abnormality`$urlId #> [1] "HP_0000118" #> #> $`Phenotypic abnormality`$dbPhenotype #> [1] FALSE #> #> $`Phenotypic abnormality`$`_parent` #> [1] "HP_0000001" #> #> $`Phenotypic abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Phenotypic abnormality`$children #> $`Phenotypic abnormality`$children[[1]] #> [1] "HP_0025354<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[2]] #> [1] "HP_0001871<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[3]] #> [1] "HP_0003549<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[4]] #> [1] "HP_0000152<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[5]] #> [1] "HP_0040064<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[6]] #> [1] "HP_0001939<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[7]] #> [1] "HP_0001197<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[8]] #> [1] "HP_0000769<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[9]] #> [1] "HP_0001626<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[10]] #> [1] "HP_0025031<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[11]] #> [1] "HP_0000598<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[12]] #> [1] "HP_0000818<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[13]] #> [1] "HP_0000478<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[14]] #> [1] "HP_0000119<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[15]] #> [1] "HP_0002715<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[16]] #> [1] "HP_0001574<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[17]] #> [1] "HP_0003011<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[18]] #> [1] "HP_0000707<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[19]] #> [1] "HP_0002086<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[20]] #> [1] "HP_0000924<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[21]] #> [1] "HP_0025142<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[22]] #> [1] "HP_0001507<HP_0000118<HP_0000001" #> #> $`Phenotypic abnormality`$children[[23]] #> [1] "HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Phenotypic abnormality`$value #> [1] "Phenotypic abnormality" #> #> #> $phenylketonuria #> $phenylketonuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9281" #> #> $phenylketonuria$`_id` #> [1] "DOID_9281<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $phenylketonuria$privateGeneCount #> [1] 0 #> #> $phenylketonuria$publicGeneCount #> [1] 3 #> #> $phenylketonuria$urlId #> [1] "DOID_9281" #> #> $phenylketonuria$dbPhenotype #> [1] TRUE #> #> $phenylketonuria$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $phenylketonuria$`_is_leaf` #> [1] TRUE #> #> $phenylketonuria$children #> list() #> #> $phenylketonuria$value #> [1] "phenylketonuria" #> #> #> $pheochromocytoma #> $pheochromocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050771" #> #> $pheochromocytoma$`_id` #> [1] "DOID_0050771<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $pheochromocytoma$privateGeneCount #> [1] 0 #> #> $pheochromocytoma$publicGeneCount #> [1] 11 #> #> $pheochromocytoma$urlId #> [1] "DOID_0050771" #> #> $pheochromocytoma$dbPhenotype #> [1] TRUE #> #> $pheochromocytoma$`_parent` #> [1] "DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $pheochromocytoma$`_is_leaf` #> [1] FALSE #> #> $pheochromocytoma$children #> $pheochromocytoma$children[[1]] #> [1] "DOID_0050773<DOID_0050771<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $pheochromocytoma$value #> [1] "pheochromocytoma" #> #> #> $Pheochromocytoma #> $Pheochromocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002666" #> #> $Pheochromocytoma$`_id` #> [1] "HP_0002666<HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $Pheochromocytoma$privateGeneCount #> [1] 0 #> #> $Pheochromocytoma$publicGeneCount #> [1] 14 #> #> $Pheochromocytoma$urlId #> [1] "HP_0002666" #> #> $Pheochromocytoma$dbPhenotype #> [1] TRUE #> #> $Pheochromocytoma$`_parent` #> [1] "HP_0100634<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $Pheochromocytoma$`_is_leaf` #> [1] TRUE #> #> $Pheochromocytoma$children #> list() #> #> $Pheochromocytoma$value #> [1] "Pheochromocytoma" #> #> #> $Pheochromocytoma #> $Pheochromocytoma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002666" #> #> $Pheochromocytoma$`_id` #> [1] "HP_0002666<HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $Pheochromocytoma$privateGeneCount #> [1] 0 #> #> $Pheochromocytoma$publicGeneCount #> [1] 14 #> #> $Pheochromocytoma$urlId #> [1] "HP_0002666" #> #> $Pheochromocytoma$dbPhenotype #> [1] TRUE #> #> $Pheochromocytoma$`_parent` #> [1] "HP_0100634<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $Pheochromocytoma$`_is_leaf` #> [1] TRUE #> #> $Pheochromocytoma$children #> list() #> #> $Pheochromocytoma$value #> [1] "Pheochromocytoma" #> #> #> $`PHGDH deficiency` #> $`PHGDH deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050722" #> #> $`PHGDH deficiency`$`_id` #> [1] "DOID_0050722<DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`PHGDH deficiency`$privateGeneCount #> [1] 0 #> #> $`PHGDH deficiency`$publicGeneCount #> [1] 1 #> #> $`PHGDH deficiency`$urlId #> [1] "DOID_0050722" #> #> $`PHGDH deficiency`$dbPhenotype #> [1] TRUE #> #> $`PHGDH deficiency`$`_parent` #> [1] "DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`PHGDH deficiency`$`_is_leaf` #> [1] TRUE #> #> $`PHGDH deficiency`$children #> list() #> #> $`PHGDH deficiency`$value #> [1] "PHGDH deficiency" #> #> #> $phlebitis #> $phlebitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_864" #> #> $phlebitis$`_id` #> [1] "DOID_864<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $phlebitis$privateGeneCount #> [1] 0 #> #> $phlebitis$publicGeneCount #> [1] 2 #> #> $phlebitis$urlId #> [1] "DOID_864" #> #> $phlebitis$dbPhenotype #> [1] FALSE #> #> $phlebitis$`_parent` #> [1] "DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $phlebitis$`_is_leaf` #> [1] FALSE #> #> $phlebitis$children #> $phlebitis$children[[1]] #> [1] "DOID_3875<DOID_864<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $phlebitis$value #> [1] "phlebitis" #> #> #> $`phobic disorder` #> $`phobic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_591" #> #> $`phobic disorder`$`_id` #> [1] "DOID_591<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`phobic disorder`$privateGeneCount #> [1] 0 #> #> $`phobic disorder`$publicGeneCount #> [1] 2 #> #> $`phobic disorder`$urlId #> [1] "DOID_591" #> #> $`phobic disorder`$dbPhenotype #> [1] TRUE #> #> $`phobic disorder`$`_parent` #> [1] "DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`phobic disorder`$`_is_leaf` #> [1] FALSE #> #> $`phobic disorder`$children #> $`phobic disorder`$children[[1]] #> [1] "DOID_11257<DOID_591<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> #> $`phobic disorder`$value #> [1] "phobic disorder" #> #> #> $`phosphorus metabolism disease` #> $`phosphorus metabolism disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2485" #> #> $`phosphorus metabolism disease`$`_id` #> [1] "DOID_2485<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`phosphorus metabolism disease`$privateGeneCount #> [1] 0 #> #> $`phosphorus metabolism disease`$publicGeneCount #> [1] 6 #> #> $`phosphorus metabolism disease`$urlId #> [1] "DOID_2485" #> #> $`phosphorus metabolism disease`$dbPhenotype #> [1] FALSE #> #> $`phosphorus metabolism disease`$`_parent` #> [1] "DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`phosphorus metabolism disease`$`_is_leaf` #> [1] FALSE #> #> $`phosphorus metabolism disease`$children #> $`phosphorus metabolism disease`$children[[1]] #> [1] "DOID_0050459<DOID_2485<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> $`phosphorus metabolism disease`$children[[2]] #> [1] "DOID_0050336<DOID_2485<DOID_0050032<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`phosphorus metabolism disease`$value #> [1] "phosphorus metabolism disease" #> #> #> $Photophobia #> $Photophobia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000613" #> #> $Photophobia$`_id` #> [1] "HP_0000613<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $Photophobia$privateGeneCount #> [1] 0 #> #> $Photophobia$publicGeneCount #> [1] 1 #> #> $Photophobia$urlId #> [1] "HP_0000613" #> #> $Photophobia$dbPhenotype #> [1] TRUE #> #> $Photophobia$`_parent` #> [1] "HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $Photophobia$`_is_leaf` #> [1] TRUE #> #> $Photophobia$children #> list() #> #> $Photophobia$value #> [1] "Photophobia" #> #> #> $Photophobia #> $Photophobia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000613" #> #> $Photophobia$`_id` #> [1] "HP_0000613<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Photophobia$privateGeneCount #> [1] 0 #> #> $Photophobia$publicGeneCount #> [1] 1 #> #> $Photophobia$urlId #> [1] "HP_0000613" #> #> $Photophobia$dbPhenotype #> [1] TRUE #> #> $Photophobia$`_parent` #> [1] "HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Photophobia$`_is_leaf` #> [1] TRUE #> #> $Photophobia$children #> list() #> #> $Photophobia$value #> [1] "Photophobia" #> #> #> $`photosensitive trichothiodystrophy` #> $`photosensitive trichothiodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2960" #> #> $`photosensitive trichothiodystrophy`$`_id` #> [1] "DOID_2960<DOID_0111866<DOID_225<DOID_4" #> #> $`photosensitive trichothiodystrophy`$privateGeneCount #> [1] 0 #> #> $`photosensitive trichothiodystrophy`$publicGeneCount #> [1] 3 #> #> $`photosensitive trichothiodystrophy`$urlId #> [1] "DOID_2960" #> #> $`photosensitive trichothiodystrophy`$dbPhenotype #> [1] TRUE #> #> $`photosensitive trichothiodystrophy`$`_parent` #> [1] "DOID_0111866<DOID_225<DOID_4" #> #> $`photosensitive trichothiodystrophy`$`_is_leaf` #> [1] TRUE #> #> $`photosensitive trichothiodystrophy`$children #> list() #> #> $`photosensitive trichothiodystrophy`$value #> [1] "photosensitive trichothiodystrophy" #> #> #> $`photosensitivity disease` #> $`photosensitivity disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3159" #> #> $`photosensitivity disease`$`_id` #> [1] "DOID_3159<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`photosensitivity disease`$privateGeneCount #> [1] 0 #> #> $`photosensitivity disease`$publicGeneCount #> [1] 6 #> #> $`photosensitivity disease`$urlId #> [1] "DOID_3159" #> #> $`photosensitivity disease`$dbPhenotype #> [1] TRUE #> #> $`photosensitivity disease`$`_parent` #> [1] "DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`photosensitivity disease`$`_is_leaf` #> [1] TRUE #> #> $`photosensitivity disease`$children #> list() #> #> $`photosensitivity disease`$value #> [1] "photosensitivity disease" #> #> #> $`physical disorder` #> $`physical disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080015" #> #> $`physical disorder`$`_id` #> [1] "DOID_0080015<DOID_4" #> #> $`physical disorder`$privateGeneCount #> [1] 0 #> #> $`physical disorder`$publicGeneCount #> [1] 198 #> #> $`physical disorder`$urlId #> [1] "DOID_0080015" #> #> $`physical disorder`$dbPhenotype #> [1] FALSE #> #> $`physical disorder`$`_parent` #> [1] "DOID_4" #> #> $`physical disorder`$`_is_leaf` #> [1] FALSE #> #> $`physical disorder`$children #> $`physical disorder`$children[[1]] #> [1] "DOID_0060341<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[2]] #> [1] "DOID_2490<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[3]] #> [1] "DOID_11044<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[4]] #> [1] "DOID_10892<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[5]] #> [1] "DOID_10488<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[6]] #> [1] "DOID_10426<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[7]] #> [1] "DOID_0080074<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[8]] #> [1] "DOID_0050567<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[9]] #> [1] "DOID_1148<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[10]] #> [1] "DOID_0060259<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[11]] #> [1] "DOID_14681<DOID_0080015<DOID_4" #> #> $`physical disorder`$children[[12]] #> [1] "DOID_0050545<DOID_0080015<DOID_4" #> #> #> $`physical disorder`$value #> [1] "physical disorder" #> #> #> $`physical urticaria` #> $`physical urticaria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060220" #> #> $`physical urticaria`$`_id` #> [1] "DOID_0060220<DOID_1555<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`physical urticaria`$privateGeneCount #> [1] 0 #> #> $`physical urticaria`$publicGeneCount #> [1] 1 #> #> $`physical urticaria`$urlId #> [1] "DOID_0060220" #> #> $`physical urticaria`$dbPhenotype #> [1] FALSE #> #> $`physical urticaria`$`_parent` #> [1] "DOID_1555<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`physical urticaria`$`_is_leaf` #> [1] FALSE #> #> $`physical urticaria`$children #> $`physical urticaria`$children[[1]] #> [1] "DOID_1554<DOID_0060220<DOID_1555<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`physical urticaria`$value #> [1] "physical urticaria" #> #> #> $`Pick's disease` #> $`Pick's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11870" #> #> $`Pick's disease`$`_id` #> [1] "DOID_11870<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Pick's disease`$privateGeneCount #> [1] 0 #> #> $`Pick's disease`$publicGeneCount #> [1] 10 #> #> $`Pick's disease`$urlId #> [1] "DOID_11870" #> #> $`Pick's disease`$dbPhenotype #> [1] TRUE #> #> $`Pick's disease`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Pick's disease`$`_is_leaf` #> [1] TRUE #> #> $`Pick's disease`$children #> list() #> #> $`Pick's disease`$value #> [1] "Pick's disease" #> #> #> $piebaldism #> $piebaldism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3263" #> #> $piebaldism$`_id` #> [1] "DOID_3263<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $piebaldism$privateGeneCount #> [1] 0 #> #> $piebaldism$publicGeneCount #> [1] 2 #> #> $piebaldism$urlId #> [1] "DOID_3263" #> #> $piebaldism$dbPhenotype #> [1] TRUE #> #> $piebaldism$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $piebaldism$`_is_leaf` #> [1] TRUE #> #> $piebaldism$children #> list() #> #> $piebaldism$value #> [1] "piebaldism" #> #> #> $piebaldism #> $piebaldism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3263" #> #> $piebaldism$`_id` #> [1] "DOID_3263<DOID_16<DOID_7<DOID_4" #> #> $piebaldism$privateGeneCount #> [1] 0 #> #> $piebaldism$publicGeneCount #> [1] 2 #> #> $piebaldism$urlId #> [1] "DOID_3263" #> #> $piebaldism$dbPhenotype #> [1] TRUE #> #> $piebaldism$`_parent` #> [1] "DOID_16<DOID_7<DOID_4" #> #> $piebaldism$`_is_leaf` #> [1] TRUE #> #> $piebaldism$children #> list() #> #> $piebaldism$value #> [1] "piebaldism" #> #> #> $`pigmentation disease` #> $`pigmentation disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10123" #> #> $`pigmentation disease`$`_id` #> [1] "DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pigmentation disease`$privateGeneCount #> [1] 0 #> #> $`pigmentation disease`$publicGeneCount #> [1] 12 #> #> $`pigmentation disease`$urlId #> [1] "DOID_10123" #> #> $`pigmentation disease`$dbPhenotype #> [1] FALSE #> #> $`pigmentation disease`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pigmentation disease`$`_is_leaf` #> [1] FALSE #> #> $`pigmentation disease`$children #> $`pigmentation disease`$children[[1]] #> [1] "DOID_3138<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pigmentation disease`$children[[2]] #> [1] "DOID_12305<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pigmentation disease`$children[[3]] #> [1] "DOID_0060256<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pigmentation disease`$children[[4]] #> [1] "DOID_0060257<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pigmentation disease`$children[[5]] #> [1] "DOID_0060304<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pigmentation disease`$children[[6]] #> [1] "DOID_2383<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pigmentation disease`$children[[7]] #> [1] "DOID_0060258<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`pigmentation disease`$value #> [1] "pigmentation disease" #> #> #> $`pilocytic astrocytoma` #> $`pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4851" #> #> $`pilocytic astrocytoma`$`_id` #> [1] "DOID_4851<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`pilocytic astrocytoma`$urlId #> [1] "DOID_4851" #> #> $`pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`pilocytic astrocytoma`$`_parent` #> [1] "DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`pilocytic astrocytoma`$children #> $`pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`pilocytic astrocytoma`$value #> [1] "pilocytic astrocytoma" #> #> #> $`pilocytic astrocytoma` #> $`pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4851" #> #> $`pilocytic astrocytoma`$`_id` #> [1] "DOID_4851<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`pilocytic astrocytoma`$urlId #> [1] "DOID_4851" #> #> $`pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`pilocytic astrocytoma`$`_parent` #> [1] "DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`pilocytic astrocytoma`$children #> $`pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`pilocytic astrocytoma`$value #> [1] "pilocytic astrocytoma" #> #> #> $`pilocytic astrocytoma` #> $`pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4851" #> #> $`pilocytic astrocytoma`$`_id` #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`pilocytic astrocytoma`$urlId #> [1] "DOID_4851" #> #> $`pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`pilocytic astrocytoma`$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`pilocytic astrocytoma`$children #> $`pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`pilocytic astrocytoma`$value #> [1] "pilocytic astrocytoma" #> #> #> $`pilocytic astrocytoma` #> $`pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4851" #> #> $`pilocytic astrocytoma`$`_id` #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`pilocytic astrocytoma`$urlId #> [1] "DOID_4851" #> #> $`pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`pilocytic astrocytoma`$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`pilocytic astrocytoma`$children #> $`pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`pilocytic astrocytoma`$value #> [1] "pilocytic astrocytoma" #> #> #> $`pilocytic astrocytoma` #> $`pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4851" #> #> $`pilocytic astrocytoma`$`_id` #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`pilocytic astrocytoma`$urlId #> [1] "DOID_4851" #> #> $`pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`pilocytic astrocytoma`$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`pilocytic astrocytoma`$children #> $`pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`pilocytic astrocytoma`$value #> [1] "pilocytic astrocytoma" #> #> #> $`pilocytic astrocytoma` #> $`pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4851" #> #> $`pilocytic astrocytoma`$`_id` #> [1] "DOID_4851<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`pilocytic astrocytoma`$urlId #> [1] "DOID_4851" #> #> $`pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`pilocytic astrocytoma`$`_parent` #> [1] "DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`pilocytic astrocytoma`$children #> $`pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`pilocytic astrocytoma`$value #> [1] "pilocytic astrocytoma" #> #> #> $`pilocytic astrocytoma` #> $`pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4851" #> #> $`pilocytic astrocytoma`$`_id` #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`pilocytic astrocytoma`$urlId #> [1] "DOID_4851" #> #> $`pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`pilocytic astrocytoma`$`_parent` #> [1] "DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`pilocytic astrocytoma`$children #> $`pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`pilocytic astrocytoma`$value #> [1] "pilocytic astrocytoma" #> #> #> $`pilocytic astrocytoma` #> $`pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4851" #> #> $`pilocytic astrocytoma`$`_id` #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`pilocytic astrocytoma`$urlId #> [1] "DOID_4851" #> #> $`pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`pilocytic astrocytoma`$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`pilocytic astrocytoma`$children #> $`pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`pilocytic astrocytoma`$value #> [1] "pilocytic astrocytoma" #> #> #> $`pilocytic astrocytoma` #> $`pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4851" #> #> $`pilocytic astrocytoma`$`_id` #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`pilocytic astrocytoma`$urlId #> [1] "DOID_4851" #> #> $`pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`pilocytic astrocytoma`$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`pilocytic astrocytoma`$children #> $`pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`pilocytic astrocytoma`$value #> [1] "pilocytic astrocytoma" #> #> #> $`pilocytic astrocytoma` #> $`pilocytic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4851" #> #> $`pilocytic astrocytoma`$`_id` #> [1] "DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`pilocytic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`pilocytic astrocytoma`$urlId #> [1] "DOID_4851" #> #> $`pilocytic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`pilocytic astrocytoma`$`_parent` #> [1] "DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pilocytic astrocytoma`$`_is_leaf` #> [1] FALSE #> #> $`pilocytic astrocytoma`$children #> $`pilocytic astrocytoma`$children[[1]] #> [1] "DOID_6812<DOID_4851<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`pilocytic astrocytoma`$value #> [1] "pilocytic astrocytoma" #> #> #> $pilomatrixoma #> $pilomatrixoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5374" #> #> $pilomatrixoma$`_id` #> [1] "DOID_5374<DOID_5375<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $pilomatrixoma$privateGeneCount #> [1] 0 #> #> $pilomatrixoma$publicGeneCount #> [1] 2 #> #> $pilomatrixoma$urlId #> [1] "DOID_5374" #> #> $pilomatrixoma$dbPhenotype #> [1] TRUE #> #> $pilomatrixoma$`_parent` #> [1] "DOID_5375<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $pilomatrixoma$`_is_leaf` #> [1] TRUE #> #> $pilomatrixoma$children #> list() #> #> $pilomatrixoma$value #> [1] "pilomatrixoma" #> #> #> $pilomatrixoma #> $pilomatrixoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5374" #> #> $pilomatrixoma$`_id` #> [1] "DOID_5374<DOID_5375<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $pilomatrixoma$privateGeneCount #> [1] 0 #> #> $pilomatrixoma$publicGeneCount #> [1] 2 #> #> $pilomatrixoma$urlId #> [1] "DOID_5374" #> #> $pilomatrixoma$dbPhenotype #> [1] TRUE #> #> $pilomatrixoma$`_parent` #> [1] "DOID_5375<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $pilomatrixoma$`_is_leaf` #> [1] TRUE #> #> $pilomatrixoma$children #> list() #> #> $pilomatrixoma$value #> [1] "pilomatrixoma" #> #> #> $pilomatrixoma #> $pilomatrixoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5374" #> #> $pilomatrixoma$`_id` #> [1] "DOID_5374<DOID_5375<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $pilomatrixoma$privateGeneCount #> [1] 0 #> #> $pilomatrixoma$publicGeneCount #> [1] 2 #> #> $pilomatrixoma$urlId #> [1] "DOID_5374" #> #> $pilomatrixoma$dbPhenotype #> [1] TRUE #> #> $pilomatrixoma$`_parent` #> [1] "DOID_5375<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $pilomatrixoma$`_is_leaf` #> [1] TRUE #> #> $pilomatrixoma$children #> list() #> #> $pilomatrixoma$value #> [1] "pilomatrixoma" #> #> #> $`pineal gland cancer` #> $`pineal gland cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5032" #> #> $`pineal gland cancer`$`_id` #> [1] "DOID_5032<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pineal gland cancer`$privateGeneCount #> [1] 0 #> #> $`pineal gland cancer`$publicGeneCount #> [1] 1 #> #> $`pineal gland cancer`$urlId #> [1] "DOID_5032" #> #> $`pineal gland cancer`$dbPhenotype #> [1] TRUE #> #> $`pineal gland cancer`$`_parent` #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pineal gland cancer`$`_is_leaf` #> [1] FALSE #> #> $`pineal gland cancer`$children #> $`pineal gland cancer`$children[[1]] #> [1] "DOID_1664<DOID_5032<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`pineal gland cancer`$value #> [1] "pineal gland cancer" #> #> #> $pineoblastoma #> $pineoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1664" #> #> $pineoblastoma$`_id` #> [1] "DOID_1664<DOID_5032<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $pineoblastoma$privateGeneCount #> [1] 0 #> #> $pineoblastoma$publicGeneCount #> [1] 1 #> #> $pineoblastoma$urlId #> [1] "DOID_1664" #> #> $pineoblastoma$dbPhenotype #> [1] TRUE #> #> $pineoblastoma$`_parent` #> [1] "DOID_5032<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $pineoblastoma$`_is_leaf` #> [1] TRUE #> #> $pineoblastoma$children #> list() #> #> $pineoblastoma$value #> [1] "pineoblastoma" #> #> #> $`Pitt-Hopkins syndrome` #> $`Pitt-Hopkins syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060488" #> #> $`Pitt-Hopkins syndrome`$`_id` #> [1] "DOID_0060488<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Pitt-Hopkins syndrome`$privateGeneCount #> [1] 0 #> #> $`Pitt-Hopkins syndrome`$publicGeneCount #> [1] 1 #> #> $`Pitt-Hopkins syndrome`$urlId #> [1] "DOID_0060488" #> #> $`Pitt-Hopkins syndrome`$dbPhenotype #> [1] TRUE #> #> $`Pitt-Hopkins syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Pitt-Hopkins syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Pitt-Hopkins syndrome`$children #> list() #> #> $`Pitt-Hopkins syndrome`$value #> [1] "Pitt-Hopkins syndrome" #> #> #> $`Pitt-Hopkins syndrome` #> $`Pitt-Hopkins syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060488" #> #> $`Pitt-Hopkins syndrome`$`_id` #> [1] "DOID_0060488<DOID_225<DOID_4" #> #> $`Pitt-Hopkins syndrome`$privateGeneCount #> [1] 0 #> #> $`Pitt-Hopkins syndrome`$publicGeneCount #> [1] 1 #> #> $`Pitt-Hopkins syndrome`$urlId #> [1] "DOID_0060488" #> #> $`Pitt-Hopkins syndrome`$dbPhenotype #> [1] TRUE #> #> $`Pitt-Hopkins syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Pitt-Hopkins syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Pitt-Hopkins syndrome`$children #> list() #> #> $`Pitt-Hopkins syndrome`$value #> [1] "Pitt-Hopkins syndrome" #> #> #> $`pituitary adenoma` #> $`pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3829" #> #> $`pituitary adenoma`$`_id` #> [1] "DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`pituitary adenoma`$publicGeneCount #> [1] 15 #> #> $`pituitary adenoma`$urlId #> [1] "DOID_3829" #> #> $`pituitary adenoma`$dbPhenotype #> [1] TRUE #> #> $`pituitary adenoma`$`_parent` #> [1] "DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`pituitary adenoma`$`_is_leaf` #> [1] FALSE #> #> $`pituitary adenoma`$children #> $`pituitary adenoma`$children[[1]] #> [1] "DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`pituitary adenoma`$value #> [1] "pituitary adenoma" #> #> #> $`pituitary adenoma` #> $`pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3829" #> #> $`pituitary adenoma`$`_id` #> [1] "DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`pituitary adenoma`$publicGeneCount #> [1] 15 #> #> $`pituitary adenoma`$urlId #> [1] "DOID_3829" #> #> $`pituitary adenoma`$dbPhenotype #> [1] TRUE #> #> $`pituitary adenoma`$`_parent` #> [1] "DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary adenoma`$`_is_leaf` #> [1] FALSE #> #> $`pituitary adenoma`$children #> $`pituitary adenoma`$children[[1]] #> [1] "DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> #> $`pituitary adenoma`$value #> [1] "pituitary adenoma" #> #> #> $`pituitary adenoma` #> $`pituitary adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3829" #> #> $`pituitary adenoma`$`_id` #> [1] "DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`pituitary adenoma`$privateGeneCount #> [1] 0 #> #> $`pituitary adenoma`$publicGeneCount #> [1] 15 #> #> $`pituitary adenoma`$urlId #> [1] "DOID_3829" #> #> $`pituitary adenoma`$dbPhenotype #> [1] TRUE #> #> $`pituitary adenoma`$`_parent` #> [1] "DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`pituitary adenoma`$`_is_leaf` #> [1] FALSE #> #> $`pituitary adenoma`$children #> $`pituitary adenoma`$children[[1]] #> [1] "DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`pituitary adenoma`$value #> [1] "pituitary adenoma" #> #> #> $`pituitary apoplexy` #> $`pituitary apoplexy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1129" #> #> $`pituitary apoplexy`$`_id` #> [1] "DOID_1129<DOID_1130<DOID_3646<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary apoplexy`$privateGeneCount #> [1] 0 #> #> $`pituitary apoplexy`$publicGeneCount #> [1] 1 #> #> $`pituitary apoplexy`$urlId #> [1] "DOID_1129" #> #> $`pituitary apoplexy`$dbPhenotype #> [1] TRUE #> #> $`pituitary apoplexy`$`_parent` #> [1] "DOID_1130<DOID_3646<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary apoplexy`$`_is_leaf` #> [1] TRUE #> #> $`pituitary apoplexy`$children #> list() #> #> $`pituitary apoplexy`$value #> [1] "pituitary apoplexy" #> #> #> $`pituitary cancer` #> $`pituitary cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1785" #> #> $`pituitary cancer`$`_id` #> [1] "DOID_1785<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pituitary cancer`$privateGeneCount #> [1] 0 #> #> $`pituitary cancer`$publicGeneCount #> [1] 10 #> #> $`pituitary cancer`$urlId #> [1] "DOID_1785" #> #> $`pituitary cancer`$dbPhenotype #> [1] TRUE #> #> $`pituitary cancer`$`_parent` #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pituitary cancer`$`_is_leaf` #> [1] FALSE #> #> $`pituitary cancer`$children #> $`pituitary cancer`$children[[1]] #> [1] "DOID_4916<DOID_1785<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`pituitary cancer`$value #> [1] "pituitary cancer" #> #> #> $`pituitary cancer` #> $`pituitary cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1785" #> #> $`pituitary cancer`$`_id` #> [1] "DOID_1785<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary cancer`$privateGeneCount #> [1] 0 #> #> $`pituitary cancer`$publicGeneCount #> [1] 10 #> #> $`pituitary cancer`$urlId #> [1] "DOID_1785" #> #> $`pituitary cancer`$dbPhenotype #> [1] TRUE #> #> $`pituitary cancer`$`_parent` #> [1] "DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary cancer`$`_is_leaf` #> [1] FALSE #> #> $`pituitary cancer`$children #> $`pituitary cancer`$children[[1]] #> [1] "DOID_4916<DOID_1785<DOID_53<DOID_28<DOID_7<DOID_4" #> #> #> $`pituitary cancer`$value #> [1] "pituitary cancer" #> #> #> $`pituitary carcinoma` #> $`pituitary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4916" #> #> $`pituitary carcinoma`$`_id` #> [1] "DOID_4916<DOID_1785<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pituitary carcinoma`$privateGeneCount #> [1] 0 #> #> $`pituitary carcinoma`$publicGeneCount #> [1] 10 #> #> $`pituitary carcinoma`$urlId #> [1] "DOID_4916" #> #> $`pituitary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pituitary carcinoma`$`_parent` #> [1] "DOID_1785<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pituitary carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`pituitary carcinoma`$children #> list() #> #> $`pituitary carcinoma`$value #> [1] "pituitary carcinoma" #> #> #> $`pituitary carcinoma` #> $`pituitary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4916" #> #> $`pituitary carcinoma`$`_id` #> [1] "DOID_4916<DOID_1785<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary carcinoma`$privateGeneCount #> [1] 0 #> #> $`pituitary carcinoma`$publicGeneCount #> [1] 10 #> #> $`pituitary carcinoma`$urlId #> [1] "DOID_4916" #> #> $`pituitary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pituitary carcinoma`$`_parent` #> [1] "DOID_1785<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`pituitary carcinoma`$children #> list() #> #> $`pituitary carcinoma`$value #> [1] "pituitary carcinoma" #> #> #> $`pituitary carcinoma` #> $`pituitary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4916" #> #> $`pituitary carcinoma`$`_id` #> [1] "DOID_4916<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pituitary carcinoma`$privateGeneCount #> [1] 0 #> #> $`pituitary carcinoma`$publicGeneCount #> [1] 10 #> #> $`pituitary carcinoma`$urlId #> [1] "DOID_4916" #> #> $`pituitary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`pituitary carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pituitary carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`pituitary carcinoma`$children #> list() #> #> $`pituitary carcinoma`$value #> [1] "pituitary carcinoma" #> #> #> $`Pituitary dwarfism` #> $`Pituitary dwarfism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000839" #> #> $`Pituitary dwarfism`$`_id` #> [1] "HP_0000839<HP_0000824<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Pituitary dwarfism`$privateGeneCount #> [1] 0 #> #> $`Pituitary dwarfism`$publicGeneCount #> [1] 5 #> #> $`Pituitary dwarfism`$urlId #> [1] "HP_0000839" #> #> $`Pituitary dwarfism`$dbPhenotype #> [1] TRUE #> #> $`Pituitary dwarfism`$`_parent` #> [1] "HP_0000824<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0000864<HP_0000818<HP_0000118<HP_0000001" #> #> $`Pituitary dwarfism`$`_is_leaf` #> [1] TRUE #> #> $`Pituitary dwarfism`$children #> list() #> #> $`Pituitary dwarfism`$value #> [1] "Pituitary dwarfism" #> #> #> $`Pituitary dwarfism` #> $`Pituitary dwarfism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000839" #> #> $`Pituitary dwarfism`$`_id` #> [1] "HP_0000839<HP_0000824<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Pituitary dwarfism`$privateGeneCount #> [1] 0 #> #> $`Pituitary dwarfism`$publicGeneCount #> [1] 5 #> #> $`Pituitary dwarfism`$urlId #> [1] "HP_0000839" #> #> $`Pituitary dwarfism`$dbPhenotype #> [1] TRUE #> #> $`Pituitary dwarfism`$`_parent` #> [1] "HP_0000824<HP_0000830<HP_0040075<HP_0011747<HP_0012503<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Pituitary dwarfism`$`_is_leaf` #> [1] TRUE #> #> $`Pituitary dwarfism`$children #> list() #> #> $`Pituitary dwarfism`$value #> [1] "Pituitary dwarfism" #> #> #> $`Pituitary dwarfism` #> $`Pituitary dwarfism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000839" #> #> $`Pituitary dwarfism`$`_id` #> [1] "HP_0000839<HP_0000824<HP_0032367<HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> $`Pituitary dwarfism`$privateGeneCount #> [1] 0 #> #> $`Pituitary dwarfism`$publicGeneCount #> [1] 5 #> #> $`Pituitary dwarfism`$urlId #> [1] "HP_0000839" #> #> $`Pituitary dwarfism`$dbPhenotype #> [1] TRUE #> #> $`Pituitary dwarfism`$`_parent` #> [1] "HP_0000824<HP_0032367<HP_0003117<HP_0000818<HP_0000118<HP_0000001" #> #> $`Pituitary dwarfism`$`_is_leaf` #> [1] TRUE #> #> $`Pituitary dwarfism`$children #> list() #> #> $`Pituitary dwarfism`$value #> [1] "Pituitary dwarfism" #> #> #> $`Pituitary dwarfism` #> $`Pituitary dwarfism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000839" #> #> $`Pituitary dwarfism`$`_id` #> [1] "HP_0000839<HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Pituitary dwarfism`$privateGeneCount #> [1] 0 #> #> $`Pituitary dwarfism`$publicGeneCount #> [1] 5 #> #> $`Pituitary dwarfism`$urlId #> [1] "HP_0000839" #> #> $`Pituitary dwarfism`$dbPhenotype #> [1] TRUE #> #> $`Pituitary dwarfism`$`_parent` #> [1] "HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Pituitary dwarfism`$`_is_leaf` #> [1] TRUE #> #> $`Pituitary dwarfism`$children #> list() #> #> $`Pituitary dwarfism`$value #> [1] "Pituitary dwarfism" #> #> #> $`Pituitary dwarfism` #> $`Pituitary dwarfism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000839" #> #> $`Pituitary dwarfism`$`_id` #> [1] "HP_0000839<HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Pituitary dwarfism`$privateGeneCount #> [1] 0 #> #> $`Pituitary dwarfism`$publicGeneCount #> [1] 5 #> #> $`Pituitary dwarfism`$urlId #> [1] "HP_0000839" #> #> $`Pituitary dwarfism`$dbPhenotype #> [1] TRUE #> #> $`Pituitary dwarfism`$`_parent` #> [1] "HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Pituitary dwarfism`$`_is_leaf` #> [1] TRUE #> #> $`Pituitary dwarfism`$children #> list() #> #> $`Pituitary dwarfism`$value #> [1] "Pituitary dwarfism" #> #> #> $`pituitary gland benign neoplasm` #> $`pituitary gland benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60009" #> #> $`pituitary gland benign neoplasm`$`_id` #> [1] "DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`pituitary gland benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`pituitary gland benign neoplasm`$publicGeneCount #> [1] 15 #> #> $`pituitary gland benign neoplasm`$urlId #> [1] "DOID_60009" #> #> $`pituitary gland benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`pituitary gland benign neoplasm`$`_parent` #> [1] "DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`pituitary gland benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`pituitary gland benign neoplasm`$children #> $`pituitary gland benign neoplasm`$children[[1]] #> [1] "DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`pituitary gland benign neoplasm`$value #> [1] "pituitary gland benign neoplasm" #> #> #> $`pituitary gland benign neoplasm` #> $`pituitary gland benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60009" #> #> $`pituitary gland benign neoplasm`$`_id` #> [1] "DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary gland benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`pituitary gland benign neoplasm`$publicGeneCount #> [1] 15 #> #> $`pituitary gland benign neoplasm`$urlId #> [1] "DOID_60009" #> #> $`pituitary gland benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`pituitary gland benign neoplasm`$`_parent` #> [1] "DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary gland benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`pituitary gland benign neoplasm`$children #> $`pituitary gland benign neoplasm`$children[[1]] #> [1] "DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> #> $`pituitary gland benign neoplasm`$value #> [1] "pituitary gland benign neoplasm" #> #> #> $`pituitary gland disease` #> $`pituitary gland disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_53" #> #> $`pituitary gland disease`$`_id` #> [1] "DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary gland disease`$privateGeneCount #> [1] 0 #> #> $`pituitary gland disease`$publicGeneCount #> [1] 29 #> #> $`pituitary gland disease`$urlId #> [1] "DOID_53" #> #> $`pituitary gland disease`$dbPhenotype #> [1] TRUE #> #> $`pituitary gland disease`$`_parent` #> [1] "DOID_28<DOID_7<DOID_4" #> #> $`pituitary gland disease`$`_is_leaf` #> [1] FALSE #> #> $`pituitary gland disease`$children #> $`pituitary gland disease`$children[[1]] #> [1] "DOID_3642<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary gland disease`$children[[2]] #> [1] "DOID_2444<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary gland disease`$children[[3]] #> [1] "DOID_9406<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary gland disease`$children[[4]] #> [1] "DOID_3401<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary gland disease`$children[[5]] #> [1] "DOID_3646<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary gland disease`$children[[6]] #> [1] "DOID_1785<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary gland disease`$children[[7]] #> [1] "DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> #> $`pituitary gland disease`$value #> [1] "pituitary gland disease" #> #> #> $`pituitary infarct` #> $`pituitary infarct`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1130" #> #> $`pituitary infarct`$`_id` #> [1] "DOID_1130<DOID_3646<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary infarct`$privateGeneCount #> [1] 0 #> #> $`pituitary infarct`$publicGeneCount #> [1] 1 #> #> $`pituitary infarct`$urlId #> [1] "DOID_1130" #> #> $`pituitary infarct`$dbPhenotype #> [1] FALSE #> #> $`pituitary infarct`$`_parent` #> [1] "DOID_3646<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary infarct`$`_is_leaf` #> [1] FALSE #> #> $`pituitary infarct`$children #> $`pituitary infarct`$children[[1]] #> [1] "DOID_1129<DOID_1130<DOID_3646<DOID_53<DOID_28<DOID_7<DOID_4" #> #> #> $`pituitary infarct`$value #> [1] "pituitary infarct" #> #> #> $`pituitary-dependent Cushing's disease` #> $`pituitary-dependent Cushing's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3946" #> #> $`pituitary-dependent Cushing's disease`$`_id` #> [1] "DOID_3946<DOID_2444<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary-dependent Cushing's disease`$privateGeneCount #> [1] 0 #> #> $`pituitary-dependent Cushing's disease`$publicGeneCount #> [1] 3 #> #> $`pituitary-dependent Cushing's disease`$urlId #> [1] "DOID_3946" #> #> $`pituitary-dependent Cushing's disease`$dbPhenotype #> [1] TRUE #> #> $`pituitary-dependent Cushing's disease`$`_parent` #> [1] "DOID_2444<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`pituitary-dependent Cushing's disease`$`_is_leaf` #> [1] TRUE #> #> $`pituitary-dependent Cushing's disease`$children #> list() #> #> $`pituitary-dependent Cushing's disease`$value #> [1] "pituitary-dependent Cushing's disease" #> #> #> $`pityriasis rubra pilaris` #> $`pityriasis rubra pilaris`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9212" #> #> $`pityriasis rubra pilaris`$`_id` #> [1] "DOID_9212<DOID_8893<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pityriasis rubra pilaris`$privateGeneCount #> [1] 0 #> #> $`pityriasis rubra pilaris`$publicGeneCount #> [1] 1 #> #> $`pityriasis rubra pilaris`$urlId #> [1] "DOID_9212" #> #> $`pityriasis rubra pilaris`$dbPhenotype #> [1] TRUE #> #> $`pityriasis rubra pilaris`$`_parent` #> [1] "DOID_8893<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pityriasis rubra pilaris`$`_is_leaf` #> [1] TRUE #> #> $`pityriasis rubra pilaris`$children #> list() #> #> $`pityriasis rubra pilaris`$value #> [1] "pityriasis rubra pilaris" #> #> #> $`placenta cancer` #> $`placenta cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2021" #> #> $`placenta cancer`$`_id` #> [1] "DOID_2021<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`placenta cancer`$privateGeneCount #> [1] 0 #> #> $`placenta cancer`$publicGeneCount #> [1] 6 #> #> $`placenta cancer`$urlId #> [1] "DOID_2021" #> #> $`placenta cancer`$dbPhenotype #> [1] FALSE #> #> $`placenta cancer`$`_parent` #> [1] "DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`placenta cancer`$`_is_leaf` #> [1] FALSE #> #> $`placenta cancer`$children #> $`placenta cancer`$children[[1]] #> [1] "DOID_3594<DOID_2021<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`placenta cancer`$value #> [1] "placenta cancer" #> #> #> $`placenta cancer` #> $`placenta cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2021" #> #> $`placenta cancer`$`_id` #> [1] "DOID_2021<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta cancer`$privateGeneCount #> [1] 0 #> #> $`placenta cancer`$publicGeneCount #> [1] 6 #> #> $`placenta cancer`$urlId #> [1] "DOID_2021" #> #> $`placenta cancer`$dbPhenotype #> [1] FALSE #> #> $`placenta cancer`$`_parent` #> [1] "DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta cancer`$`_is_leaf` #> [1] FALSE #> #> $`placenta cancer`$children #> $`placenta cancer`$children[[1]] #> [1] "DOID_3594<DOID_2021<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`placenta cancer`$value #> [1] "placenta cancer" #> #> #> $`placenta cancer` #> $`placenta cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2021" #> #> $`placenta cancer`$`_id` #> [1] "DOID_2021<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta cancer`$privateGeneCount #> [1] 0 #> #> $`placenta cancer`$publicGeneCount #> [1] 6 #> #> $`placenta cancer`$urlId #> [1] "DOID_2021" #> #> $`placenta cancer`$dbPhenotype #> [1] FALSE #> #> $`placenta cancer`$`_parent` #> [1] "DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta cancer`$`_is_leaf` #> [1] FALSE #> #> $`placenta cancer`$children #> $`placenta cancer`$children[[1]] #> [1] "DOID_3594<DOID_2021<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`placenta cancer`$value #> [1] "placenta cancer" #> #> #> $`placenta cancer` #> $`placenta cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2021" #> #> $`placenta cancer`$`_id` #> [1] "DOID_2021<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta cancer`$privateGeneCount #> [1] 0 #> #> $`placenta cancer`$publicGeneCount #> [1] 6 #> #> $`placenta cancer`$urlId #> [1] "DOID_2021" #> #> $`placenta cancer`$dbPhenotype #> [1] FALSE #> #> $`placenta cancer`$`_parent` #> [1] "DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta cancer`$`_is_leaf` #> [1] FALSE #> #> $`placenta cancer`$children #> $`placenta cancer`$children[[1]] #> [1] "DOID_3594<DOID_2021<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`placenta cancer`$value #> [1] "placenta cancer" #> #> #> $`placenta disease` #> $`placenta disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_780" #> #> $`placenta disease`$`_id` #> [1] "DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta disease`$privateGeneCount #> [1] 0 #> #> $`placenta disease`$publicGeneCount #> [1] 47 #> #> $`placenta disease`$urlId #> [1] "DOID_780" #> #> $`placenta disease`$dbPhenotype #> [1] TRUE #> #> $`placenta disease`$`_parent` #> [1] "DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta disease`$`_is_leaf` #> [1] FALSE #> #> $`placenta disease`$children #> $`placenta disease`$children[[1]] #> [1] "DOID_0050697<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta disease`$children[[2]] #> [1] "DOID_277<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta disease`$children[[3]] #> [1] "DOID_2021<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta disease`$children[[4]] #> [1] "DOID_9667<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta disease`$children[[5]] #> [1] "DOID_3891<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placenta disease`$children[[6]] #> [1] "DOID_8488<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`placenta disease`$value #> [1] "placenta disease" #> #> #> $`placental abruption` #> $`placental abruption`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9667" #> #> $`placental abruption`$`_id` #> [1] "DOID_9667<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placental abruption`$privateGeneCount #> [1] 0 #> #> $`placental abruption`$publicGeneCount #> [1] 4 #> #> $`placental abruption`$urlId #> [1] "DOID_9667" #> #> $`placental abruption`$dbPhenotype #> [1] TRUE #> #> $`placental abruption`$`_parent` #> [1] "DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placental abruption`$`_is_leaf` #> [1] TRUE #> #> $`placental abruption`$children #> list() #> #> $`placental abruption`$value #> [1] "placental abruption" #> #> #> $`placental insufficiency` #> $`placental insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3891" #> #> $`placental insufficiency`$`_id` #> [1] "DOID_3891<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placental insufficiency`$privateGeneCount #> [1] 0 #> #> $`placental insufficiency`$publicGeneCount #> [1] 2 #> #> $`placental insufficiency`$urlId #> [1] "DOID_3891" #> #> $`placental insufficiency`$dbPhenotype #> [1] TRUE #> #> $`placental insufficiency`$`_parent` #> [1] "DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`placental insufficiency`$`_is_leaf` #> [1] TRUE #> #> $`placental insufficiency`$children #> list() #> #> $`placental insufficiency`$value #> [1] "placental insufficiency" #> #> #> $Plagiocephaly #> $Plagiocephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001357" #> #> $Plagiocephaly$`_id` #> [1] "HP_0001357<HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Plagiocephaly$privateGeneCount #> [1] 0 #> #> $Plagiocephaly$publicGeneCount #> [1] 1 #> #> $Plagiocephaly$urlId #> [1] "HP_0001357" #> #> $Plagiocephaly$dbPhenotype #> [1] TRUE #> #> $Plagiocephaly$`_parent` #> [1] "HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Plagiocephaly$`_is_leaf` #> [1] TRUE #> #> $Plagiocephaly$children #> list() #> #> $Plagiocephaly$value #> [1] "Plagiocephaly" #> #> #> $Plagiocephaly #> $Plagiocephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001357" #> #> $Plagiocephaly$`_id` #> [1] "HP_0001357<HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Plagiocephaly$privateGeneCount #> [1] 0 #> #> $Plagiocephaly$publicGeneCount #> [1] 1 #> #> $Plagiocephaly$urlId #> [1] "HP_0001357" #> #> $Plagiocephaly$dbPhenotype #> [1] TRUE #> #> $Plagiocephaly$`_parent` #> [1] "HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Plagiocephaly$`_is_leaf` #> [1] TRUE #> #> $Plagiocephaly$children #> list() #> #> $Plagiocephaly$value #> [1] "Plagiocephaly" #> #> #> $`plantar fascial fibromatosis` #> $`plantar fascial fibromatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8936" #> #> $`plantar fascial fibromatosis`$`_id` #> [1] "DOID_8936<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`plantar fascial fibromatosis`$privateGeneCount #> [1] 0 #> #> $`plantar fascial fibromatosis`$publicGeneCount #> [1] 1 #> #> $`plantar fascial fibromatosis`$urlId #> [1] "DOID_8936" #> #> $`plantar fascial fibromatosis`$dbPhenotype #> [1] TRUE #> #> $`plantar fascial fibromatosis`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`plantar fascial fibromatosis`$`_is_leaf` #> [1] TRUE #> #> $`plantar fascial fibromatosis`$children #> list() #> #> $`plantar fascial fibromatosis`$value #> [1] "plantar fascial fibromatosis" #> #> #> $`plasma cell leukemia` #> $`plasma cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9513" #> #> $`plasma cell leukemia`$`_id` #> [1] "DOID_9513<DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`plasma cell leukemia`$privateGeneCount #> [1] 0 #> #> $`plasma cell leukemia`$publicGeneCount #> [1] 1 #> #> $`plasma cell leukemia`$urlId #> [1] "DOID_9513" #> #> $`plasma cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`plasma cell leukemia`$`_parent` #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`plasma cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`plasma cell leukemia`$children #> list() #> #> $`plasma cell leukemia`$value #> [1] "plasma cell leukemia" #> #> #> $`plasma cell leukemia` #> $`plasma cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9513" #> #> $`plasma cell leukemia`$`_id` #> [1] "DOID_9513<DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`plasma cell leukemia`$privateGeneCount #> [1] 0 #> #> $`plasma cell leukemia`$publicGeneCount #> [1] 1 #> #> $`plasma cell leukemia`$urlId #> [1] "DOID_9513" #> #> $`plasma cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`plasma cell leukemia`$`_parent` #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`plasma cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`plasma cell leukemia`$children #> list() #> #> $`plasma cell leukemia`$value #> [1] "plasma cell leukemia" #> #> #> $`plasma cell leukemia` #> $`plasma cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9513" #> #> $`plasma cell leukemia`$`_id` #> [1] "DOID_9513<DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`plasma cell leukemia`$privateGeneCount #> [1] 0 #> #> $`plasma cell leukemia`$publicGeneCount #> [1] 1 #> #> $`plasma cell leukemia`$urlId #> [1] "DOID_9513" #> #> $`plasma cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`plasma cell leukemia`$`_parent` #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`plasma cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`plasma cell leukemia`$children #> list() #> #> $`plasma cell leukemia`$value #> [1] "plasma cell leukemia" #> #> #> $`plasma cell leukemia` #> $`plasma cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9513" #> #> $`plasma cell leukemia`$`_id` #> [1] "DOID_9513<DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`plasma cell leukemia`$privateGeneCount #> [1] 0 #> #> $`plasma cell leukemia`$publicGeneCount #> [1] 1 #> #> $`plasma cell leukemia`$urlId #> [1] "DOID_9513" #> #> $`plasma cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`plasma cell leukemia`$`_parent` #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`plasma cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`plasma cell leukemia`$children #> list() #> #> $`plasma cell leukemia`$value #> [1] "plasma cell leukemia" #> #> #> $`plasma cell leukemia` #> $`plasma cell leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9513" #> #> $`plasma cell leukemia`$`_id` #> [1] "DOID_9513<DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`plasma cell leukemia`$privateGeneCount #> [1] 0 #> #> $`plasma cell leukemia`$publicGeneCount #> [1] 1 #> #> $`plasma cell leukemia`$urlId #> [1] "DOID_9513" #> #> $`plasma cell leukemia`$dbPhenotype #> [1] TRUE #> #> $`plasma cell leukemia`$`_parent` #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`plasma cell leukemia`$`_is_leaf` #> [1] TRUE #> #> $`plasma cell leukemia`$children #> list() #> #> $`plasma cell leukemia`$value #> [1] "plasma cell leukemia" #> #> #> $`plasma cell neoplasm` #> $`plasma cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6536" #> #> $`plasma cell neoplasm`$`_id` #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`plasma cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`plasma cell neoplasm`$publicGeneCount #> [1] 2 #> #> $`plasma cell neoplasm`$urlId #> [1] "DOID_6536" #> #> $`plasma cell neoplasm`$dbPhenotype #> [1] TRUE #> #> $`plasma cell neoplasm`$`_parent` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`plasma cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`plasma cell neoplasm`$children #> $`plasma cell neoplasm`$children[[1]] #> [1] "DOID_9513<DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`plasma cell neoplasm`$value #> [1] "plasma cell neoplasm" #> #> #> $`plasma cell neoplasm` #> $`plasma cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6536" #> #> $`plasma cell neoplasm`$`_id` #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`plasma cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`plasma cell neoplasm`$publicGeneCount #> [1] 2 #> #> $`plasma cell neoplasm`$urlId #> [1] "DOID_6536" #> #> $`plasma cell neoplasm`$dbPhenotype #> [1] TRUE #> #> $`plasma cell neoplasm`$`_parent` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`plasma cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`plasma cell neoplasm`$children #> $`plasma cell neoplasm`$children[[1]] #> [1] "DOID_9513<DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`plasma cell neoplasm`$value #> [1] "plasma cell neoplasm" #> #> #> $`plasma cell neoplasm` #> $`plasma cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6536" #> #> $`plasma cell neoplasm`$`_id` #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`plasma cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`plasma cell neoplasm`$publicGeneCount #> [1] 2 #> #> $`plasma cell neoplasm`$urlId #> [1] "DOID_6536" #> #> $`plasma cell neoplasm`$dbPhenotype #> [1] TRUE #> #> $`plasma cell neoplasm`$`_parent` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`plasma cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`plasma cell neoplasm`$children #> $`plasma cell neoplasm`$children[[1]] #> [1] "DOID_9513<DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`plasma cell neoplasm`$value #> [1] "plasma cell neoplasm" #> #> #> $`plasma cell neoplasm` #> $`plasma cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6536" #> #> $`plasma cell neoplasm`$`_id` #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`plasma cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`plasma cell neoplasm`$publicGeneCount #> [1] 2 #> #> $`plasma cell neoplasm`$urlId #> [1] "DOID_6536" #> #> $`plasma cell neoplasm`$dbPhenotype #> [1] TRUE #> #> $`plasma cell neoplasm`$`_parent` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`plasma cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`plasma cell neoplasm`$children #> $`plasma cell neoplasm`$children[[1]] #> [1] "DOID_9513<DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`plasma cell neoplasm`$value #> [1] "plasma cell neoplasm" #> #> #> $`plasma cell neoplasm` #> $`plasma cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6536" #> #> $`plasma cell neoplasm`$`_id` #> [1] "DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`plasma cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`plasma cell neoplasm`$publicGeneCount #> [1] 2 #> #> $`plasma cell neoplasm`$urlId #> [1] "DOID_6536" #> #> $`plasma cell neoplasm`$dbPhenotype #> [1] TRUE #> #> $`plasma cell neoplasm`$`_parent` #> [1] "DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`plasma cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`plasma cell neoplasm`$children #> $`plasma cell neoplasm`$children[[1]] #> [1] "DOID_9513<DOID_6536<DOID_706<DOID_707<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`plasma cell neoplasm`$value #> [1] "plasma cell neoplasm" #> #> #> $`plasma protein metabolism disease` #> $`plasma protein metabolism disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2345" #> #> $`plasma protein metabolism disease`$`_id` #> [1] "DOID_2345<DOID_655<DOID_0014667<DOID_4" #> #> $`plasma protein metabolism disease`$privateGeneCount #> [1] 0 #> #> $`plasma protein metabolism disease`$publicGeneCount #> [1] 1 #> #> $`plasma protein metabolism disease`$urlId #> [1] "DOID_2345" #> #> $`plasma protein metabolism disease`$dbPhenotype #> [1] FALSE #> #> $`plasma protein metabolism disease`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`plasma protein metabolism disease`$`_is_leaf` #> [1] FALSE #> #> $`plasma protein metabolism disease`$children #> $`plasma protein metabolism disease`$children[[1]] #> [1] "DOID_13372<DOID_2345<DOID_655<DOID_0014667<DOID_4" #> #> #> $`plasma protein metabolism disease`$value #> [1] "plasma protein metabolism disease" #> #> #> $`Plasmodium falciparum malaria` #> $`Plasmodium falciparum malaria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14067" #> #> $`Plasmodium falciparum malaria`$`_id` #> [1] "DOID_14067<DOID_12365<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`Plasmodium falciparum malaria`$privateGeneCount #> [1] 0 #> #> $`Plasmodium falciparum malaria`$publicGeneCount #> [1] 7 #> #> $`Plasmodium falciparum malaria`$urlId #> [1] "DOID_14067" #> #> $`Plasmodium falciparum malaria`$dbPhenotype #> [1] TRUE #> #> $`Plasmodium falciparum malaria`$`_parent` #> [1] "DOID_12365<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`Plasmodium falciparum malaria`$`_is_leaf` #> [1] TRUE #> #> $`Plasmodium falciparum malaria`$children #> list() #> #> $`Plasmodium falciparum malaria`$value #> [1] "Plasmodium falciparum malaria" #> #> #> $`Platelet-activating factor acetylhydrolase deficiency` #> $`Platelet-activating factor acetylhydrolase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040175" #> #> $`Platelet-activating factor acetylhydrolase deficiency`$`_id` #> [1] "HP_0040175<HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Platelet-activating factor acetylhydrolase deficiency`$privateGeneCount #> [1] 0 #> #> $`Platelet-activating factor acetylhydrolase deficiency`$publicGeneCount #> [1] 1 #> #> $`Platelet-activating factor acetylhydrolase deficiency`$urlId #> [1] "HP_0040175" #> #> $`Platelet-activating factor acetylhydrolase deficiency`$dbPhenotype #> [1] TRUE #> #> $`Platelet-activating factor acetylhydrolase deficiency`$`_parent` #> [1] "HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Platelet-activating factor acetylhydrolase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`Platelet-activating factor acetylhydrolase deficiency`$children #> list() #> #> $`Platelet-activating factor acetylhydrolase deficiency`$value #> [1] "Platelet-activating factor acetylhydrolase deficiency" #> #> #> $`pleomorphic adenoma` #> $`pleomorphic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_452" #> #> $`pleomorphic adenoma`$`_id` #> [1] "DOID_452<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`pleomorphic adenoma`$privateGeneCount #> [1] 0 #> #> $`pleomorphic adenoma`$publicGeneCount #> [1] 1 #> #> $`pleomorphic adenoma`$urlId #> [1] "DOID_452" #> #> $`pleomorphic adenoma`$dbPhenotype #> [1] TRUE #> #> $`pleomorphic adenoma`$`_parent` #> [1] "DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`pleomorphic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`pleomorphic adenoma`$children #> list() #> #> $`pleomorphic adenoma`$value #> [1] "pleomorphic adenoma" #> #> #> $`pleomorphic adenoma` #> $`pleomorphic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_452" #> #> $`pleomorphic adenoma`$`_id` #> [1] "DOID_452<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`pleomorphic adenoma`$privateGeneCount #> [1] 0 #> #> $`pleomorphic adenoma`$publicGeneCount #> [1] 1 #> #> $`pleomorphic adenoma`$urlId #> [1] "DOID_452" #> #> $`pleomorphic adenoma`$dbPhenotype #> [1] TRUE #> #> $`pleomorphic adenoma`$`_parent` #> [1] "DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`pleomorphic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`pleomorphic adenoma`$children #> list() #> #> $`pleomorphic adenoma`$value #> [1] "pleomorphic adenoma" #> #> #> $`pleomorphic lipoma` #> $`pleomorphic lipoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10192" #> #> $`pleomorphic lipoma`$`_id` #> [1] "DOID_10192<DOID_3315<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`pleomorphic lipoma`$privateGeneCount #> [1] 0 #> #> $`pleomorphic lipoma`$publicGeneCount #> [1] 3 #> #> $`pleomorphic lipoma`$urlId #> [1] "DOID_10192" #> #> $`pleomorphic lipoma`$dbPhenotype #> [1] TRUE #> #> $`pleomorphic lipoma`$`_parent` #> [1] "DOID_3315<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`pleomorphic lipoma`$`_is_leaf` #> [1] TRUE #> #> $`pleomorphic lipoma`$children #> list() #> #> $`pleomorphic lipoma`$value #> [1] "pleomorphic lipoma" #> #> #> $`pleomorphic liposarcoma` #> $`pleomorphic liposarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5702" #> #> $`pleomorphic liposarcoma`$`_id` #> [1] "DOID_5702<DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pleomorphic liposarcoma`$privateGeneCount #> [1] 0 #> #> $`pleomorphic liposarcoma`$publicGeneCount #> [1] 4 #> #> $`pleomorphic liposarcoma`$urlId #> [1] "DOID_5702" #> #> $`pleomorphic liposarcoma`$dbPhenotype #> [1] TRUE #> #> $`pleomorphic liposarcoma`$`_parent` #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pleomorphic liposarcoma`$`_is_leaf` #> [1] TRUE #> #> $`pleomorphic liposarcoma`$children #> list() #> #> $`pleomorphic liposarcoma`$value #> [1] "pleomorphic liposarcoma" #> #> #> $`pleomorphic liposarcoma` #> $`pleomorphic liposarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5702" #> #> $`pleomorphic liposarcoma`$`_id` #> [1] "DOID_5702<DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`pleomorphic liposarcoma`$privateGeneCount #> [1] 0 #> #> $`pleomorphic liposarcoma`$publicGeneCount #> [1] 4 #> #> $`pleomorphic liposarcoma`$urlId #> [1] "DOID_5702" #> #> $`pleomorphic liposarcoma`$dbPhenotype #> [1] TRUE #> #> $`pleomorphic liposarcoma`$`_parent` #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`pleomorphic liposarcoma`$`_is_leaf` #> [1] TRUE #> #> $`pleomorphic liposarcoma`$children #> list() #> #> $`pleomorphic liposarcoma`$value #> [1] "pleomorphic liposarcoma" #> #> #> $`pleomorphic liposarcoma` #> $`pleomorphic liposarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5702" #> #> $`pleomorphic liposarcoma`$`_id` #> [1] "DOID_5702<DOID_3382<DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pleomorphic liposarcoma`$privateGeneCount #> [1] 0 #> #> $`pleomorphic liposarcoma`$publicGeneCount #> [1] 4 #> #> $`pleomorphic liposarcoma`$urlId #> [1] "DOID_5702" #> #> $`pleomorphic liposarcoma`$dbPhenotype #> [1] TRUE #> #> $`pleomorphic liposarcoma`$`_parent` #> [1] "DOID_3382<DOID_3939<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pleomorphic liposarcoma`$`_is_leaf` #> [1] TRUE #> #> $`pleomorphic liposarcoma`$children #> list() #> #> $`pleomorphic liposarcoma`$value #> [1] "pleomorphic liposarcoma" #> #> #> $`pleural cancer` #> $`pleural cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5158" #> #> $`pleural cancer`$`_id` #> [1] "DOID_5158<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pleural cancer`$privateGeneCount #> [1] 0 #> #> $`pleural cancer`$publicGeneCount #> [1] 2 #> #> $`pleural cancer`$urlId #> [1] "DOID_5158" #> #> $`pleural cancer`$dbPhenotype #> [1] TRUE #> #> $`pleural cancer`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pleural cancer`$`_is_leaf` #> [1] TRUE #> #> $`pleural cancer`$children #> list() #> #> $`pleural cancer`$value #> [1] "pleural cancer" #> #> #> $`pleural cancer` #> $`pleural cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5158" #> #> $`pleural cancer`$`_id` #> [1] "DOID_5158<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`pleural cancer`$privateGeneCount #> [1] 0 #> #> $`pleural cancer`$publicGeneCount #> [1] 2 #> #> $`pleural cancer`$urlId #> [1] "DOID_5158" #> #> $`pleural cancer`$dbPhenotype #> [1] TRUE #> #> $`pleural cancer`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`pleural cancer`$`_is_leaf` #> [1] TRUE #> #> $`pleural cancer`$children #> list() #> #> $`pleural cancer`$value #> [1] "pleural cancer" #> #> #> $`pleural cancer` #> $`pleural cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5158" #> #> $`pleural cancer`$`_id` #> [1] "DOID_5158<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pleural cancer`$privateGeneCount #> [1] 0 #> #> $`pleural cancer`$publicGeneCount #> [1] 2 #> #> $`pleural cancer`$urlId #> [1] "DOID_5158" #> #> $`pleural cancer`$dbPhenotype #> [1] TRUE #> #> $`pleural cancer`$`_parent` #> [1] "DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pleural cancer`$`_is_leaf` #> [1] TRUE #> #> $`pleural cancer`$children #> list() #> #> $`pleural cancer`$value #> [1] "pleural cancer" #> #> #> $`pleural disease` #> $`pleural disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1532" #> #> $`pleural disease`$`_id` #> [1] "DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleural disease`$privateGeneCount #> [1] 0 #> #> $`pleural disease`$publicGeneCount #> [1] 19 #> #> $`pleural disease`$urlId #> [1] "DOID_1532" #> #> $`pleural disease`$dbPhenotype #> [1] TRUE #> #> $`pleural disease`$`_parent` #> [1] "DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleural disease`$`_is_leaf` #> [1] FALSE #> #> $`pleural disease`$children #> $`pleural disease`$children[[1]] #> [1] "DOID_3798<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleural disease`$children[[2]] #> [1] "DOID_106<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleural disease`$children[[3]] #> [1] "DOID_10247<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleural disease`$children[[4]] #> [1] "DOID_1673<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleural disease`$children[[5]] #> [1] "DOID_4765<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`pleural disease`$value #> [1] "pleural disease" #> #> #> $`Pleural effusion` #> $`Pleural effusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002202" #> #> $`Pleural effusion`$`_id` #> [1] "HP_0002202<HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Pleural effusion`$privateGeneCount #> [1] 0 #> #> $`Pleural effusion`$publicGeneCount #> [1] 3 #> #> $`Pleural effusion`$urlId #> [1] "HP_0002202" #> #> $`Pleural effusion`$dbPhenotype #> [1] TRUE #> #> $`Pleural effusion`$`_parent` #> [1] "HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Pleural effusion`$`_is_leaf` #> [1] FALSE #> #> $`Pleural effusion`$children #> $`Pleural effusion`$children[[1]] #> [1] "HP_0010310<HP_0002202<HP_0000969<HP_0011032<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> #> $`Pleural effusion`$value #> [1] "Pleural effusion" #> #> #> $`pleural empyema` #> $`pleural empyema`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3798" #> #> $`pleural empyema`$`_id` #> [1] "DOID_3798<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleural empyema`$privateGeneCount #> [1] 0 #> #> $`pleural empyema`$publicGeneCount #> [1] 2 #> #> $`pleural empyema`$urlId #> [1] "DOID_3798" #> #> $`pleural empyema`$dbPhenotype #> [1] TRUE #> #> $`pleural empyema`$`_parent` #> [1] "DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleural empyema`$`_is_leaf` #> [1] TRUE #> #> $`pleural empyema`$children #> list() #> #> $`pleural empyema`$value #> [1] "pleural empyema" #> #> #> $`pleural tuberculosis` #> $`pleural tuberculosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_106" #> #> $`pleural tuberculosis`$`_id` #> [1] "DOID_106<DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`pleural tuberculosis`$privateGeneCount #> [1] 0 #> #> $`pleural tuberculosis`$publicGeneCount #> [1] 8 #> #> $`pleural tuberculosis`$urlId #> [1] "DOID_106" #> #> $`pleural tuberculosis`$dbPhenotype #> [1] TRUE #> #> $`pleural tuberculosis`$`_parent` #> [1] "DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`pleural tuberculosis`$`_is_leaf` #> [1] TRUE #> #> $`pleural tuberculosis`$children #> list() #> #> $`pleural tuberculosis`$value #> [1] "pleural tuberculosis" #> #> #> $`pleural tuberculosis` #> $`pleural tuberculosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_106" #> #> $`pleural tuberculosis`$`_id` #> [1] "DOID_106<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleural tuberculosis`$privateGeneCount #> [1] 0 #> #> $`pleural tuberculosis`$publicGeneCount #> [1] 8 #> #> $`pleural tuberculosis`$urlId #> [1] "DOID_106" #> #> $`pleural tuberculosis`$dbPhenotype #> [1] TRUE #> #> $`pleural tuberculosis`$`_parent` #> [1] "DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleural tuberculosis`$`_is_leaf` #> [1] TRUE #> #> $`pleural tuberculosis`$children #> list() #> #> $`pleural tuberculosis`$value #> [1] "pleural tuberculosis" #> #> #> $pleurisy #> $pleurisy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10247" #> #> $pleurisy$`_id` #> [1] "DOID_10247<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pleurisy$privateGeneCount #> [1] 0 #> #> $pleurisy$publicGeneCount #> [1] 8 #> #> $pleurisy$urlId #> [1] "DOID_10247" #> #> $pleurisy$dbPhenotype #> [1] TRUE #> #> $pleurisy$`_parent` #> [1] "DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pleurisy$`_is_leaf` #> [1] TRUE #> #> $pleurisy$children #> list() #> #> $pleurisy$value #> [1] "pleurisy" #> #> #> $`pleuropulmonary blastoma` #> $`pleuropulmonary blastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4769" #> #> $`pleuropulmonary blastoma`$`_id` #> [1] "DOID_4769<DOID_4765<DOID_0070003<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pleuropulmonary blastoma`$privateGeneCount #> [1] 0 #> #> $`pleuropulmonary blastoma`$publicGeneCount #> [1] 1 #> #> $`pleuropulmonary blastoma`$urlId #> [1] "DOID_4769" #> #> $`pleuropulmonary blastoma`$dbPhenotype #> [1] TRUE #> #> $`pleuropulmonary blastoma`$`_parent` #> [1] "DOID_4765<DOID_0070003<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pleuropulmonary blastoma`$`_is_leaf` #> [1] TRUE #> #> $`pleuropulmonary blastoma`$children #> list() #> #> $`pleuropulmonary blastoma`$value #> [1] "pleuropulmonary blastoma" #> #> #> $`pleuropulmonary blastoma` #> $`pleuropulmonary blastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4769" #> #> $`pleuropulmonary blastoma`$`_id` #> [1] "DOID_4769<DOID_4765<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pleuropulmonary blastoma`$privateGeneCount #> [1] 0 #> #> $`pleuropulmonary blastoma`$publicGeneCount #> [1] 1 #> #> $`pleuropulmonary blastoma`$urlId #> [1] "DOID_4769" #> #> $`pleuropulmonary blastoma`$dbPhenotype #> [1] TRUE #> #> $`pleuropulmonary blastoma`$`_parent` #> [1] "DOID_4765<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pleuropulmonary blastoma`$`_is_leaf` #> [1] TRUE #> #> $`pleuropulmonary blastoma`$children #> list() #> #> $`pleuropulmonary blastoma`$value #> [1] "pleuropulmonary blastoma" #> #> #> $`pleuropulmonary blastoma` #> $`pleuropulmonary blastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4769" #> #> $`pleuropulmonary blastoma`$`_id` #> [1] "DOID_4769<DOID_4765<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`pleuropulmonary blastoma`$privateGeneCount #> [1] 0 #> #> $`pleuropulmonary blastoma`$publicGeneCount #> [1] 1 #> #> $`pleuropulmonary blastoma`$urlId #> [1] "DOID_4769" #> #> $`pleuropulmonary blastoma`$dbPhenotype #> [1] TRUE #> #> $`pleuropulmonary blastoma`$`_parent` #> [1] "DOID_4765<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`pleuropulmonary blastoma`$`_is_leaf` #> [1] TRUE #> #> $`pleuropulmonary blastoma`$children #> list() #> #> $`pleuropulmonary blastoma`$value #> [1] "pleuropulmonary blastoma" #> #> #> $`pleuropulmonary blastoma` #> $`pleuropulmonary blastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4769" #> #> $`pleuropulmonary blastoma`$`_id` #> [1] "DOID_4769<DOID_4765<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleuropulmonary blastoma`$privateGeneCount #> [1] 0 #> #> $`pleuropulmonary blastoma`$publicGeneCount #> [1] 1 #> #> $`pleuropulmonary blastoma`$urlId #> [1] "DOID_4769" #> #> $`pleuropulmonary blastoma`$dbPhenotype #> [1] TRUE #> #> $`pleuropulmonary blastoma`$`_parent` #> [1] "DOID_4765<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleuropulmonary blastoma`$`_is_leaf` #> [1] TRUE #> #> $`pleuropulmonary blastoma`$children #> list() #> #> $`pleuropulmonary blastoma`$value #> [1] "pleuropulmonary blastoma" #> #> #> $`pleuropulmonary blastoma` #> $`pleuropulmonary blastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4769" #> #> $`pleuropulmonary blastoma`$`_id` #> [1] "DOID_4769<DOID_4765<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleuropulmonary blastoma`$privateGeneCount #> [1] 0 #> #> $`pleuropulmonary blastoma`$publicGeneCount #> [1] 1 #> #> $`pleuropulmonary blastoma`$urlId #> [1] "DOID_4769" #> #> $`pleuropulmonary blastoma`$dbPhenotype #> [1] TRUE #> #> $`pleuropulmonary blastoma`$`_parent` #> [1] "DOID_4765<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pleuropulmonary blastoma`$`_is_leaf` #> [1] TRUE #> #> $`pleuropulmonary blastoma`$children #> list() #> #> $`pleuropulmonary blastoma`$value #> [1] "pleuropulmonary blastoma" #> #> #> $`plexiform neurofibroma` #> $`plexiform neurofibroma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5151" #> #> $`plexiform neurofibroma`$`_id` #> [1] "DOID_5151<DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`plexiform neurofibroma`$privateGeneCount #> [1] 0 #> #> $`plexiform neurofibroma`$publicGeneCount #> [1] 1 #> #> $`plexiform neurofibroma`$urlId #> [1] "DOID_5151" #> #> $`plexiform neurofibroma`$dbPhenotype #> [1] TRUE #> #> $`plexiform neurofibroma`$`_parent` #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`plexiform neurofibroma`$`_is_leaf` #> [1] TRUE #> #> $`plexiform neurofibroma`$children #> list() #> #> $`plexiform neurofibroma`$value #> [1] "plexiform neurofibroma" #> #> #> $`plexiform neurofibroma` #> $`plexiform neurofibroma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5151" #> #> $`plexiform neurofibroma`$`_id` #> [1] "DOID_5151<DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`plexiform neurofibroma`$privateGeneCount #> [1] 0 #> #> $`plexiform neurofibroma`$publicGeneCount #> [1] 1 #> #> $`plexiform neurofibroma`$urlId #> [1] "DOID_5151" #> #> $`plexiform neurofibroma`$dbPhenotype #> [1] TRUE #> #> $`plexiform neurofibroma`$`_parent` #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`plexiform neurofibroma`$`_is_leaf` #> [1] TRUE #> #> $`plexiform neurofibroma`$children #> list() #> #> $`plexiform neurofibroma`$value #> [1] "plexiform neurofibroma" #> #> #> $`plexiform neurofibroma` #> $`plexiform neurofibroma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5151" #> #> $`plexiform neurofibroma`$`_id` #> [1] "DOID_5151<DOID_962<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`plexiform neurofibroma`$privateGeneCount #> [1] 0 #> #> $`plexiform neurofibroma`$publicGeneCount #> [1] 1 #> #> $`plexiform neurofibroma`$urlId #> [1] "DOID_5151" #> #> $`plexiform neurofibroma`$dbPhenotype #> [1] TRUE #> #> $`plexiform neurofibroma`$`_parent` #> [1] "DOID_962<DOID_3193<DOID_1192<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`plexiform neurofibroma`$`_is_leaf` #> [1] TRUE #> #> $`plexiform neurofibroma`$children #> list() #> #> $`plexiform neurofibroma`$value #> [1] "plexiform neurofibroma" #> #> #> $pneumoconiosis #> $pneumoconiosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10316" #> #> $pneumoconiosis$`_id` #> [1] "DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pneumoconiosis$privateGeneCount #> [1] 0 #> #> $pneumoconiosis$publicGeneCount #> [1] 47 #> #> $pneumoconiosis$urlId #> [1] "DOID_10316" #> #> $pneumoconiosis$dbPhenotype #> [1] TRUE #> #> $pneumoconiosis$`_parent` #> [1] "DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pneumoconiosis$`_is_leaf` #> [1] FALSE #> #> $pneumoconiosis$children #> $pneumoconiosis$children[[1]] #> [1] "DOID_10327<DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pneumoconiosis$children[[2]] #> [1] "DOID_10320<DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pneumoconiosis$children[[3]] #> [1] "DOID_10322<DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pneumoconiosis$children[[4]] #> [1] "DOID_10325<DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $pneumoconiosis$value #> [1] "pneumoconiosis" #> #> #> $pneumoconiosis #> $pneumoconiosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10316" #> #> $pneumoconiosis$`_id` #> [1] "DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumoconiosis$privateGeneCount #> [1] 0 #> #> $pneumoconiosis$publicGeneCount #> [1] 47 #> #> $pneumoconiosis$urlId #> [1] "DOID_10316" #> #> $pneumoconiosis$dbPhenotype #> [1] TRUE #> #> $pneumoconiosis$`_parent` #> [1] "DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumoconiosis$`_is_leaf` #> [1] FALSE #> #> $pneumoconiosis$children #> $pneumoconiosis$children[[1]] #> [1] "DOID_10327<DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumoconiosis$children[[2]] #> [1] "DOID_10320<DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumoconiosis$children[[3]] #> [1] "DOID_10322<DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumoconiosis$children[[4]] #> [1] "DOID_10325<DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $pneumoconiosis$value #> [1] "pneumoconiosis" #> #> #> $pneumocystosis #> $pneumocystosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11339" #> #> $pneumocystosis$`_id` #> [1] "DOID_11339<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $pneumocystosis$privateGeneCount #> [1] 0 #> #> $pneumocystosis$publicGeneCount #> [1] 2 #> #> $pneumocystosis$urlId #> [1] "DOID_11339" #> #> $pneumocystosis$dbPhenotype #> [1] TRUE #> #> $pneumocystosis$`_parent` #> [1] "DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $pneumocystosis$`_is_leaf` #> [1] TRUE #> #> $pneumocystosis$children #> list() #> #> $pneumocystosis$value #> [1] "pneumocystosis" #> #> #> $pneumocystosis #> $pneumocystosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11339" #> #> $pneumocystosis$`_id` #> [1] "DOID_11339<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumocystosis$privateGeneCount #> [1] 0 #> #> $pneumocystosis$publicGeneCount #> [1] 2 #> #> $pneumocystosis$urlId #> [1] "DOID_11339" #> #> $pneumocystosis$dbPhenotype #> [1] TRUE #> #> $pneumocystosis$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumocystosis$`_is_leaf` #> [1] TRUE #> #> $pneumocystosis$children #> list() #> #> $pneumocystosis$value #> [1] "pneumocystosis" #> #> #> $pneumonia #> $pneumonia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_552" #> #> $pneumonia$`_id` #> [1] "DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumonia$privateGeneCount #> [1] 0 #> #> $pneumonia$publicGeneCount #> [1] 140 #> #> $pneumonia$urlId #> [1] "DOID_552" #> #> $pneumonia$dbPhenotype #> [1] TRUE #> #> $pneumonia$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumonia$`_is_leaf` #> [1] FALSE #> #> $pneumonia$children #> $pneumonia$children[[1]] #> [1] "DOID_3240<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumonia$children[[2]] #> [1] "DOID_874<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumonia$children[[3]] #> [1] "DOID_12375<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumonia$children[[4]] #> [1] "DOID_5870<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumonia$children[[5]] #> [1] "DOID_2797<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumonia$children[[6]] #> [1] "DOID_10533<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $pneumonia$value #> [1] "pneumonia" #> #> #> $pneumothorax #> $pneumothorax$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1673" #> #> $pneumothorax$`_id` #> [1] "DOID_1673<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumothorax$privateGeneCount #> [1] 0 #> #> $pneumothorax$publicGeneCount #> [1] 2 #> #> $pneumothorax$urlId #> [1] "DOID_1673" #> #> $pneumothorax$dbPhenotype #> [1] TRUE #> #> $pneumothorax$`_parent` #> [1] "DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $pneumothorax$`_is_leaf` #> [1] TRUE #> #> $pneumothorax$children #> list() #> #> $pneumothorax$value #> [1] "pneumothorax" #> #> #> $Poikilocytosis #> $Poikilocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004447" #> #> $Poikilocytosis$`_id` #> [1] "HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Poikilocytosis$privateGeneCount #> [1] 0 #> #> $Poikilocytosis$publicGeneCount #> [1] 3 #> #> $Poikilocytosis$urlId #> [1] "HP_0004447" #> #> $Poikilocytosis$dbPhenotype #> [1] FALSE #> #> $Poikilocytosis$`_parent` #> [1] "HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Poikilocytosis$`_is_leaf` #> [1] FALSE #> #> $Poikilocytosis$children #> $Poikilocytosis$children[[1]] #> [1] "HP_0004839<HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Poikilocytosis$children[[2]] #> [1] "HP_0004444<HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Poikilocytosis$children[[3]] #> [1] "HP_0004446<HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> #> $Poikilocytosis$value #> [1] "Poikilocytosis" #> #> #> $Poikiloderma #> $Poikiloderma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001029" #> #> $Poikiloderma$`_id` #> [1] "HP_0001029<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Poikiloderma$privateGeneCount #> [1] 0 #> #> $Poikiloderma$publicGeneCount #> [1] 1 #> #> $Poikiloderma$urlId #> [1] "HP_0001029" #> #> $Poikiloderma$dbPhenotype #> [1] TRUE #> #> $Poikiloderma$`_parent` #> [1] "HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Poikiloderma$`_is_leaf` #> [1] TRUE #> #> $Poikiloderma$children #> list() #> #> $Poikiloderma$value #> [1] "Poikiloderma" #> #> #> $poliomyelitis #> $poliomyelitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4953" #> #> $poliomyelitis$`_id` #> [1] "DOID_4953<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $poliomyelitis$privateGeneCount #> [1] 0 #> #> $poliomyelitis$publicGeneCount #> [1] 2 #> #> $poliomyelitis$urlId #> [1] "DOID_4953" #> #> $poliomyelitis$dbPhenotype #> [1] TRUE #> #> $poliomyelitis$`_parent` #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $poliomyelitis$`_is_leaf` #> [1] FALSE #> #> $poliomyelitis$children #> $poliomyelitis$children[[1]] #> [1] "DOID_12683<DOID_4953<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $poliomyelitis$value #> [1] "poliomyelitis" #> #> #> $poliomyelitis #> $poliomyelitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4953" #> #> $poliomyelitis$`_id` #> [1] "DOID_4953<DOID_934<DOID_0050117<DOID_4" #> #> $poliomyelitis$privateGeneCount #> [1] 0 #> #> $poliomyelitis$publicGeneCount #> [1] 2 #> #> $poliomyelitis$urlId #> [1] "DOID_4953" #> #> $poliomyelitis$dbPhenotype #> [1] TRUE #> #> $poliomyelitis$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $poliomyelitis$`_is_leaf` #> [1] FALSE #> #> $poliomyelitis$children #> $poliomyelitis$children[[1]] #> [1] "DOID_12683<DOID_4953<DOID_934<DOID_0050117<DOID_4" #> #> #> $poliomyelitis$value #> [1] "poliomyelitis" #> #> #> $`polyarteritis nodosa` #> $`polyarteritis nodosa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9810" #> #> $`polyarteritis nodosa`$`_id` #> [1] "DOID_9810<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`polyarteritis nodosa`$privateGeneCount #> [1] 0 #> #> $`polyarteritis nodosa`$publicGeneCount #> [1] 6 #> #> $`polyarteritis nodosa`$urlId #> [1] "DOID_9810" #> #> $`polyarteritis nodosa`$dbPhenotype #> [1] TRUE #> #> $`polyarteritis nodosa`$`_parent` #> [1] "DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`polyarteritis nodosa`$`_is_leaf` #> [1] TRUE #> #> $`polyarteritis nodosa`$children #> list() #> #> $`polyarteritis nodosa`$value #> [1] "polyarteritis nodosa" #> #> #> $`polycystic kidney disease` #> $`polycystic kidney disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080322" #> #> $`polycystic kidney disease`$`_id` #> [1] "DOID_0080322<DOID_2975<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`polycystic kidney disease`$privateGeneCount #> [1] 0 #> #> $`polycystic kidney disease`$publicGeneCount #> [1] 20 #> #> $`polycystic kidney disease`$urlId #> [1] "DOID_0080322" #> #> $`polycystic kidney disease`$dbPhenotype #> [1] FALSE #> #> $`polycystic kidney disease`$`_parent` #> [1] "DOID_2975<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`polycystic kidney disease`$`_is_leaf` #> [1] FALSE #> #> $`polycystic kidney disease`$children #> $`polycystic kidney disease`$children[[1]] #> [1] "DOID_898<DOID_0080322<DOID_2975<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`polycystic kidney disease`$value #> [1] "polycystic kidney disease" #> #> #> $`polycystic liver disease` #> $`polycystic liver disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050770" #> #> $`polycystic liver disease`$`_id` #> [1] "DOID_0050770<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`polycystic liver disease`$privateGeneCount #> [1] 0 #> #> $`polycystic liver disease`$publicGeneCount #> [1] 3 #> #> $`polycystic liver disease`$urlId #> [1] "DOID_0050770" #> #> $`polycystic liver disease`$dbPhenotype #> [1] TRUE #> #> $`polycystic liver disease`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`polycystic liver disease`$`_is_leaf` #> [1] TRUE #> #> $`polycystic liver disease`$children #> list() #> #> $`polycystic liver disease`$value #> [1] "polycystic liver disease" #> #> #> $`polycystic liver disease` #> $`polycystic liver disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050770" #> #> $`polycystic liver disease`$`_id` #> [1] "DOID_0050770<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`polycystic liver disease`$privateGeneCount #> [1] 0 #> #> $`polycystic liver disease`$publicGeneCount #> [1] 3 #> #> $`polycystic liver disease`$urlId #> [1] "DOID_0050770" #> #> $`polycystic liver disease`$dbPhenotype #> [1] TRUE #> #> $`polycystic liver disease`$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`polycystic liver disease`$`_is_leaf` #> [1] TRUE #> #> $`polycystic liver disease`$children #> list() #> #> $`polycystic liver disease`$value #> [1] "polycystic liver disease" #> #> #> $`polycystic ovary syndrome` #> $`polycystic ovary syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11612" #> #> $`polycystic ovary syndrome`$`_id` #> [1] "DOID_11612<DOID_1414<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`polycystic ovary syndrome`$privateGeneCount #> [1] 0 #> #> $`polycystic ovary syndrome`$publicGeneCount #> [1] 161 #> #> $`polycystic ovary syndrome`$urlId #> [1] "DOID_11612" #> #> $`polycystic ovary syndrome`$dbPhenotype #> [1] TRUE #> #> $`polycystic ovary syndrome`$`_parent` #> [1] "DOID_1414<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`polycystic ovary syndrome`$`_is_leaf` #> [1] TRUE #> #> $`polycystic ovary syndrome`$children #> list() #> #> $`polycystic ovary syndrome`$value #> [1] "polycystic ovary syndrome" #> #> #> $`polycystic ovary syndrome` #> $`polycystic ovary syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11612" #> #> $`polycystic ovary syndrome`$`_id` #> [1] "DOID_11612<DOID_1414<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`polycystic ovary syndrome`$privateGeneCount #> [1] 0 #> #> $`polycystic ovary syndrome`$publicGeneCount #> [1] 161 #> #> $`polycystic ovary syndrome`$urlId #> [1] "DOID_11612" #> #> $`polycystic ovary syndrome`$dbPhenotype #> [1] TRUE #> #> $`polycystic ovary syndrome`$`_parent` #> [1] "DOID_1414<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`polycystic ovary syndrome`$`_is_leaf` #> [1] TRUE #> #> $`polycystic ovary syndrome`$children #> list() #> #> $`polycystic ovary syndrome`$value #> [1] "polycystic ovary syndrome" #> #> #> $polycythemia #> $polycythemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8432" #> #> $polycythemia$`_id` #> [1] "DOID_8432<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $polycythemia$privateGeneCount #> [1] 0 #> #> $polycythemia$publicGeneCount #> [1] 10 #> #> $polycythemia$urlId #> [1] "DOID_8432" #> #> $polycythemia$dbPhenotype #> [1] TRUE #> #> $polycythemia$`_parent` #> [1] "DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $polycythemia$`_is_leaf` #> [1] FALSE #> #> $polycythemia$children #> $polycythemia$children[[1]] #> [1] "DOID_10780<DOID_8432<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> #> $polycythemia$value #> [1] "polycythemia" #> #> #> $`polycythemia vera` #> $`polycythemia vera`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8997" #> #> $`polycythemia vera`$`_id` #> [1] "DOID_8997<DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`polycythemia vera`$privateGeneCount #> [1] 0 #> #> $`polycythemia vera`$publicGeneCount #> [1] 4 #> #> $`polycythemia vera`$urlId #> [1] "DOID_8997" #> #> $`polycythemia vera`$dbPhenotype #> [1] TRUE #> #> $`polycythemia vera`$`_parent` #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`polycythemia vera`$`_is_leaf` #> [1] TRUE #> #> $`polycythemia vera`$children #> list() #> #> $`polycythemia vera`$value #> [1] "polycythemia vera" #> #> #> $`polycythemia vera` #> $`polycythemia vera`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8997" #> #> $`polycythemia vera`$`_id` #> [1] "DOID_8997<DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`polycythemia vera`$privateGeneCount #> [1] 0 #> #> $`polycythemia vera`$publicGeneCount #> [1] 4 #> #> $`polycythemia vera`$urlId #> [1] "DOID_8997" #> #> $`polycythemia vera`$dbPhenotype #> [1] TRUE #> #> $`polycythemia vera`$`_parent` #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`polycythemia vera`$`_is_leaf` #> [1] TRUE #> #> $`polycythemia vera`$children #> list() #> #> $`polycythemia vera`$value #> [1] "polycythemia vera" #> #> #> $`polycythemia vera` #> $`polycythemia vera`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8997" #> #> $`polycythemia vera`$`_id` #> [1] "DOID_8997<DOID_2226<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`polycythemia vera`$privateGeneCount #> [1] 0 #> #> $`polycythemia vera`$publicGeneCount #> [1] 4 #> #> $`polycythemia vera`$urlId #> [1] "DOID_8997" #> #> $`polycythemia vera`$dbPhenotype #> [1] TRUE #> #> $`polycythemia vera`$`_parent` #> [1] "DOID_2226<DOID_0070004<DOID_4960<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`polycythemia vera`$`_is_leaf` #> [1] TRUE #> #> $`polycythemia vera`$children #> list() #> #> $`polycythemia vera`$value #> [1] "polycythemia vera" #> #> #> $polydactyly #> $polydactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1148" #> #> $polydactyly$`_id` #> [1] "DOID_1148<DOID_0080015<DOID_4" #> #> $polydactyly$privateGeneCount #> [1] 0 #> #> $polydactyly$publicGeneCount #> [1] 18 #> #> $polydactyly$urlId #> [1] "DOID_1148" #> #> $polydactyly$dbPhenotype #> [1] TRUE #> #> $polydactyly$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $polydactyly$`_is_leaf` #> [1] TRUE #> #> $polydactyly$children #> list() #> #> $polydactyly$value #> [1] "polydactyly" #> #> #> $Polydipsia #> $Polydipsia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001959" #> #> $Polydipsia$`_id` #> [1] "HP_0001959<HP_0030082<HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Polydipsia$privateGeneCount #> [1] 0 #> #> $Polydipsia$publicGeneCount #> [1] 1 #> #> $Polydipsia$urlId #> [1] "HP_0001959" #> #> $Polydipsia$dbPhenotype #> [1] TRUE #> #> $Polydipsia$`_parent` #> [1] "HP_0030082<HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Polydipsia$`_is_leaf` #> [1] TRUE #> #> $Polydipsia$children #> list() #> #> $Polydipsia$value #> [1] "Polydipsia" #> #> #> $polyhydramnios #> $polyhydramnios$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8488" #> #> $polyhydramnios$`_id` #> [1] "DOID_8488<DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $polyhydramnios$privateGeneCount #> [1] 0 #> #> $polyhydramnios$publicGeneCount #> [1] 2 #> #> $polyhydramnios$urlId #> [1] "DOID_8488" #> #> $polyhydramnios$dbPhenotype #> [1] TRUE #> #> $polyhydramnios$`_parent` #> [1] "DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $polyhydramnios$`_is_leaf` #> [1] TRUE #> #> $polyhydramnios$children #> list() #> #> $polyhydramnios$value #> [1] "polyhydramnios" #> #> #> $Polymicrogyria #> $Polymicrogyria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002126" #> #> $Polymicrogyria$`_id` #> [1] "HP_0002126<HP_0002536<HP_0002269<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Polymicrogyria$privateGeneCount #> [1] 0 #> #> $Polymicrogyria$publicGeneCount #> [1] 3 #> #> $Polymicrogyria$urlId #> [1] "HP_0002126" #> #> $Polymicrogyria$dbPhenotype #> [1] TRUE #> #> $Polymicrogyria$`_parent` #> [1] "HP_0002536<HP_0002269<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Polymicrogyria$`_is_leaf` #> [1] TRUE #> #> $Polymicrogyria$children #> list() #> #> $Polymicrogyria$value #> [1] "Polymicrogyria" #> #> #> $Polymicrogyria #> $Polymicrogyria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002126" #> #> $Polymicrogyria$`_id` #> [1] "HP_0002126<HP_0002536<HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Polymicrogyria$privateGeneCount #> [1] 0 #> #> $Polymicrogyria$publicGeneCount #> [1] 3 #> #> $Polymicrogyria$urlId #> [1] "HP_0002126" #> #> $Polymicrogyria$dbPhenotype #> [1] TRUE #> #> $Polymicrogyria$`_parent` #> [1] "HP_0002536<HP_0002538<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Polymicrogyria$`_is_leaf` #> [1] TRUE #> #> $Polymicrogyria$children #> list() #> #> $Polymicrogyria$value #> [1] "Polymicrogyria" #> #> #> $`polymyalgia rheumatica` #> $`polymyalgia rheumatica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_853" #> #> $`polymyalgia rheumatica`$`_id` #> [1] "DOID_853<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`polymyalgia rheumatica`$privateGeneCount #> [1] 0 #> #> $`polymyalgia rheumatica`$publicGeneCount #> [1] 5 #> #> $`polymyalgia rheumatica`$urlId #> [1] "DOID_853" #> #> $`polymyalgia rheumatica`$dbPhenotype #> [1] TRUE #> #> $`polymyalgia rheumatica`$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`polymyalgia rheumatica`$`_is_leaf` #> [1] TRUE #> #> $`polymyalgia rheumatica`$children #> list() #> #> $`polymyalgia rheumatica`$value #> [1] "polymyalgia rheumatica" #> #> #> $`polymyalgia rheumatica` #> $`polymyalgia rheumatica`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_853" #> #> $`polymyalgia rheumatica`$`_id` #> [1] "DOID_853<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`polymyalgia rheumatica`$privateGeneCount #> [1] 0 #> #> $`polymyalgia rheumatica`$publicGeneCount #> [1] 5 #> #> $`polymyalgia rheumatica`$urlId #> [1] "DOID_853" #> #> $`polymyalgia rheumatica`$dbPhenotype #> [1] TRUE #> #> $`polymyalgia rheumatica`$`_parent` #> [1] "DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`polymyalgia rheumatica`$`_is_leaf` #> [1] TRUE #> #> $`polymyalgia rheumatica`$children #> list() #> #> $`polymyalgia rheumatica`$value #> [1] "polymyalgia rheumatica" #> #> #> $polyneuropathy #> $polyneuropathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1389" #> #> $polyneuropathy$`_id` #> [1] "DOID_1389<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $polyneuropathy$privateGeneCount #> [1] 0 #> #> $polyneuropathy$publicGeneCount #> [1] 9 #> #> $polyneuropathy$urlId #> [1] "DOID_1389" #> #> $polyneuropathy$dbPhenotype #> [1] TRUE #> #> $polyneuropathy$`_parent` #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $polyneuropathy$`_is_leaf` #> [1] TRUE #> #> $polyneuropathy$children #> list() #> #> $polyneuropathy$value #> [1] "polyneuropathy" #> #> #> $Polyphagia #> $Polyphagia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002591" #> #> $Polyphagia$`_id` #> [1] "HP_0002591<HP_0100738<HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Polyphagia$privateGeneCount #> [1] 0 #> #> $Polyphagia$publicGeneCount #> [1] 5 #> #> $Polyphagia$urlId #> [1] "HP_0002591" #> #> $Polyphagia$dbPhenotype #> [1] TRUE #> #> $Polyphagia$`_parent` #> [1] "HP_0100738<HP_0040202<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Polyphagia$`_is_leaf` #> [1] TRUE #> #> $Polyphagia$children #> list() #> #> $Polyphagia$value #> [1] "Polyphagia" #> #> #> $polyradiculoneuropathy #> $polyradiculoneuropathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4308" #> #> $polyradiculoneuropathy$`_id` #> [1] "DOID_4308<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $polyradiculoneuropathy$privateGeneCount #> [1] 0 #> #> $polyradiculoneuropathy$publicGeneCount #> [1] 3 #> #> $polyradiculoneuropathy$urlId #> [1] "DOID_4308" #> #> $polyradiculoneuropathy$dbPhenotype #> [1] TRUE #> #> $polyradiculoneuropathy$`_parent` #> [1] "DOID_574<DOID_863<DOID_7<DOID_4" #> #> $polyradiculoneuropathy$`_is_leaf` #> [1] TRUE #> #> $polyradiculoneuropathy$children #> list() #> #> $polyradiculoneuropathy$value #> [1] "polyradiculoneuropathy" #> #> #> $Polyuria #> $Polyuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000103" #> #> $Polyuria$`_id` #> [1] "HP_0000103<HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Polyuria$privateGeneCount #> [1] 0 #> #> $Polyuria$publicGeneCount #> [1] 5 #> #> $Polyuria$urlId #> [1] "HP_0000103" #> #> $Polyuria$dbPhenotype #> [1] TRUE #> #> $Polyuria$`_parent` #> [1] "HP_0012590<HP_0011036<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Polyuria$`_is_leaf` #> [1] TRUE #> #> $Polyuria$children #> list() #> #> $Polyuria$value #> [1] "Polyuria" #> #> #> $Polyuria #> $Polyuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000103" #> #> $Polyuria$`_id` #> [1] "HP_0000103<HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Polyuria$privateGeneCount #> [1] 0 #> #> $Polyuria$publicGeneCount #> [1] 5 #> #> $Polyuria$urlId #> [1] "HP_0000103" #> #> $Polyuria$dbPhenotype #> [1] TRUE #> #> $Polyuria$`_parent` #> [1] "HP_0012590<HP_0011036<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Polyuria$`_is_leaf` #> [1] TRUE #> #> $Polyuria$children #> list() #> #> $Polyuria$value #> [1] "Polyuria" #> #> #> $`Pontocerebellar atrophy` #> $`Pontocerebellar atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006879" #> #> $`Pontocerebellar atrophy`$`_id` #> [1] "HP_0006879<HP_0001272<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Pontocerebellar atrophy`$privateGeneCount #> [1] 0 #> #> $`Pontocerebellar atrophy`$publicGeneCount #> [1] 1 #> #> $`Pontocerebellar atrophy`$urlId #> [1] "HP_0006879" #> #> $`Pontocerebellar atrophy`$dbPhenotype #> [1] TRUE #> #> $`Pontocerebellar atrophy`$`_parent` #> [1] "HP_0001272<HP_0001317<HP_0011283<HP_0011282<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Pontocerebellar atrophy`$`_is_leaf` #> [1] TRUE #> #> $`Pontocerebellar atrophy`$children #> list() #> #> $`Pontocerebellar atrophy`$value #> [1] "Pontocerebellar atrophy" #> #> #> $`pontocerebellar hypoplasia` #> $`pontocerebellar hypoplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060264" #> #> $`pontocerebellar hypoplasia`$`_id` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia`$publicGeneCount #> [1] 13 #> #> $`pontocerebellar hypoplasia`$urlId #> [1] "DOID_0060264" #> #> $`pontocerebellar hypoplasia`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$`_is_leaf` #> [1] FALSE #> #> $`pontocerebellar hypoplasia`$children #> $`pontocerebellar hypoplasia`$children[[1]] #> [1] "DOID_0060279<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[2]] #> [1] "DOID_0060265<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[3]] #> [1] "DOID_0060266<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[4]] #> [1] "DOID_0060267<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[5]] #> [1] "DOID_0060268<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[6]] #> [1] "DOID_0060269<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[7]] #> [1] "DOID_0060270<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[8]] #> [1] "DOID_0060271<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[9]] #> [1] "DOID_0060272<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[10]] #> [1] "DOID_0060273<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[11]] #> [1] "DOID_0060274<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[12]] #> [1] "DOID_0060275<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[13]] #> [1] "DOID_0060277<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia`$children[[14]] #> [1] "DOID_0060278<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`pontocerebellar hypoplasia`$value #> [1] "pontocerebellar hypoplasia" #> #> #> $`pontocerebellar hypoplasia type 10` #> $`pontocerebellar hypoplasia type 10`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060279" #> #> $`pontocerebellar hypoplasia type 10`$`_id` #> [1] "DOID_0060279<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 10`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 10`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 10`$urlId #> [1] "DOID_0060279" #> #> $`pontocerebellar hypoplasia type 10`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 10`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 10`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 10`$children #> list() #> #> $`pontocerebellar hypoplasia type 10`$value #> [1] "pontocerebellar hypoplasia type 10" #> #> #> $`pontocerebellar hypoplasia type 1A` #> $`pontocerebellar hypoplasia type 1A`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060265" #> #> $`pontocerebellar hypoplasia type 1A`$`_id` #> [1] "DOID_0060265<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 1A`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 1A`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 1A`$urlId #> [1] "DOID_0060265" #> #> $`pontocerebellar hypoplasia type 1A`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 1A`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 1A`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 1A`$children #> list() #> #> $`pontocerebellar hypoplasia type 1A`$value #> [1] "pontocerebellar hypoplasia type 1A" #> #> #> $`pontocerebellar hypoplasia type 1B` #> $`pontocerebellar hypoplasia type 1B`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060266" #> #> $`pontocerebellar hypoplasia type 1B`$`_id` #> [1] "DOID_0060266<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 1B`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 1B`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 1B`$urlId #> [1] "DOID_0060266" #> #> $`pontocerebellar hypoplasia type 1B`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 1B`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 1B`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 1B`$children #> list() #> #> $`pontocerebellar hypoplasia type 1B`$value #> [1] "pontocerebellar hypoplasia type 1B" #> #> #> $`pontocerebellar hypoplasia type 2A` #> $`pontocerebellar hypoplasia type 2A`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060267" #> #> $`pontocerebellar hypoplasia type 2A`$`_id` #> [1] "DOID_0060267<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 2A`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 2A`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 2A`$urlId #> [1] "DOID_0060267" #> #> $`pontocerebellar hypoplasia type 2A`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 2A`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 2A`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 2A`$children #> list() #> #> $`pontocerebellar hypoplasia type 2A`$value #> [1] "pontocerebellar hypoplasia type 2A" #> #> #> $`pontocerebellar hypoplasia type 2B` #> $`pontocerebellar hypoplasia type 2B`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060268" #> #> $`pontocerebellar hypoplasia type 2B`$`_id` #> [1] "DOID_0060268<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 2B`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 2B`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 2B`$urlId #> [1] "DOID_0060268" #> #> $`pontocerebellar hypoplasia type 2B`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 2B`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 2B`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 2B`$children #> list() #> #> $`pontocerebellar hypoplasia type 2B`$value #> [1] "pontocerebellar hypoplasia type 2B" #> #> #> $`pontocerebellar hypoplasia type 2C` #> $`pontocerebellar hypoplasia type 2C`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060269" #> #> $`pontocerebellar hypoplasia type 2C`$`_id` #> [1] "DOID_0060269<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 2C`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 2C`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 2C`$urlId #> [1] "DOID_0060269" #> #> $`pontocerebellar hypoplasia type 2C`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 2C`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 2C`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 2C`$children #> list() #> #> $`pontocerebellar hypoplasia type 2C`$value #> [1] "pontocerebellar hypoplasia type 2C" #> #> #> $`pontocerebellar hypoplasia type 2D` #> $`pontocerebellar hypoplasia type 2D`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060270" #> #> $`pontocerebellar hypoplasia type 2D`$`_id` #> [1] "DOID_0060270<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 2D`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 2D`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 2D`$urlId #> [1] "DOID_0060270" #> #> $`pontocerebellar hypoplasia type 2D`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 2D`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 2D`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 2D`$children #> list() #> #> $`pontocerebellar hypoplasia type 2D`$value #> [1] "pontocerebellar hypoplasia type 2D" #> #> #> $`pontocerebellar hypoplasia type 2E` #> $`pontocerebellar hypoplasia type 2E`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060271" #> #> $`pontocerebellar hypoplasia type 2E`$`_id` #> [1] "DOID_0060271<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 2E`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 2E`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 2E`$urlId #> [1] "DOID_0060271" #> #> $`pontocerebellar hypoplasia type 2E`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 2E`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 2E`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 2E`$children #> list() #> #> $`pontocerebellar hypoplasia type 2E`$value #> [1] "pontocerebellar hypoplasia type 2E" #> #> #> $`pontocerebellar hypoplasia type 3` #> $`pontocerebellar hypoplasia type 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060272" #> #> $`pontocerebellar hypoplasia type 3`$`_id` #> [1] "DOID_0060272<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 3`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 3`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 3`$urlId #> [1] "DOID_0060272" #> #> $`pontocerebellar hypoplasia type 3`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 3`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 3`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 3`$children #> list() #> #> $`pontocerebellar hypoplasia type 3`$value #> [1] "pontocerebellar hypoplasia type 3" #> #> #> $`pontocerebellar hypoplasia type 4` #> $`pontocerebellar hypoplasia type 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060273" #> #> $`pontocerebellar hypoplasia type 4`$`_id` #> [1] "DOID_0060273<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 4`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 4`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 4`$urlId #> [1] "DOID_0060273" #> #> $`pontocerebellar hypoplasia type 4`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 4`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 4`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 4`$children #> list() #> #> $`pontocerebellar hypoplasia type 4`$value #> [1] "pontocerebellar hypoplasia type 4" #> #> #> $`pontocerebellar hypoplasia type 5` #> $`pontocerebellar hypoplasia type 5`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060274" #> #> $`pontocerebellar hypoplasia type 5`$`_id` #> [1] "DOID_0060274<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 5`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 5`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 5`$urlId #> [1] "DOID_0060274" #> #> $`pontocerebellar hypoplasia type 5`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 5`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 5`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 5`$children #> list() #> #> $`pontocerebellar hypoplasia type 5`$value #> [1] "pontocerebellar hypoplasia type 5" #> #> #> $`pontocerebellar hypoplasia type 6` #> $`pontocerebellar hypoplasia type 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060275" #> #> $`pontocerebellar hypoplasia type 6`$`_id` #> [1] "DOID_0060275<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 6`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 6`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 6`$urlId #> [1] "DOID_0060275" #> #> $`pontocerebellar hypoplasia type 6`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 6`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 6`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 6`$children #> list() #> #> $`pontocerebellar hypoplasia type 6`$value #> [1] "pontocerebellar hypoplasia type 6" #> #> #> $`pontocerebellar hypoplasia type 8` #> $`pontocerebellar hypoplasia type 8`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060277" #> #> $`pontocerebellar hypoplasia type 8`$`_id` #> [1] "DOID_0060277<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 8`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 8`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 8`$urlId #> [1] "DOID_0060277" #> #> $`pontocerebellar hypoplasia type 8`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 8`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 8`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 8`$children #> list() #> #> $`pontocerebellar hypoplasia type 8`$value #> [1] "pontocerebellar hypoplasia type 8" #> #> #> $`pontocerebellar hypoplasia type 9` #> $`pontocerebellar hypoplasia type 9`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060278" #> #> $`pontocerebellar hypoplasia type 9`$`_id` #> [1] "DOID_0060278<DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 9`$privateGeneCount #> [1] 0 #> #> $`pontocerebellar hypoplasia type 9`$publicGeneCount #> [1] 1 #> #> $`pontocerebellar hypoplasia type 9`$urlId #> [1] "DOID_0060278" #> #> $`pontocerebellar hypoplasia type 9`$dbPhenotype #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 9`$`_parent` #> [1] "DOID_0060264<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`pontocerebellar hypoplasia type 9`$`_is_leaf` #> [1] TRUE #> #> $`pontocerebellar hypoplasia type 9`$children #> list() #> #> $`pontocerebellar hypoplasia type 9`$value #> [1] "pontocerebellar hypoplasia type 9" #> #> #> $`popliteal pterygium syndrome` #> $`popliteal pterygium syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060055" #> #> $`popliteal pterygium syndrome`$`_id` #> [1] "DOID_0060055<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`popliteal pterygium syndrome`$privateGeneCount #> [1] 0 #> #> $`popliteal pterygium syndrome`$publicGeneCount #> [1] 2 #> #> $`popliteal pterygium syndrome`$urlId #> [1] "DOID_0060055" #> #> $`popliteal pterygium syndrome`$dbPhenotype #> [1] TRUE #> #> $`popliteal pterygium syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`popliteal pterygium syndrome`$`_is_leaf` #> [1] TRUE #> #> $`popliteal pterygium syndrome`$children #> list() #> #> $`popliteal pterygium syndrome`$value #> [1] "popliteal pterygium syndrome" #> #> #> $`popliteal pterygium syndrome` #> $`popliteal pterygium syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060055" #> #> $`popliteal pterygium syndrome`$`_id` #> [1] "DOID_0060055<DOID_225<DOID_4" #> #> $`popliteal pterygium syndrome`$privateGeneCount #> [1] 0 #> #> $`popliteal pterygium syndrome`$publicGeneCount #> [1] 2 #> #> $`popliteal pterygium syndrome`$urlId #> [1] "DOID_0060055" #> #> $`popliteal pterygium syndrome`$dbPhenotype #> [1] TRUE #> #> $`popliteal pterygium syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`popliteal pterygium syndrome`$`_is_leaf` #> [1] TRUE #> #> $`popliteal pterygium syndrome`$children #> list() #> #> $`popliteal pterygium syndrome`$value #> [1] "popliteal pterygium syndrome" #> #> #> $`Porencephalic cyst` #> $`Porencephalic cyst`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002132" #> #> $`Porencephalic cyst`$`_id` #> [1] "HP_0002132<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Porencephalic cyst`$privateGeneCount #> [1] 0 #> #> $`Porencephalic cyst`$publicGeneCount #> [1] 2 #> #> $`Porencephalic cyst`$urlId #> [1] "HP_0002132" #> #> $`Porencephalic cyst`$dbPhenotype #> [1] TRUE #> #> $`Porencephalic cyst`$`_parent` #> [1] "HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Porencephalic cyst`$`_is_leaf` #> [1] TRUE #> #> $`Porencephalic cyst`$children #> list() #> #> $`Porencephalic cyst`$value #> [1] "Porencephalic cyst" #> #> #> $porencephaly #> $porencephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060263" #> #> $porencephaly$`_id` #> [1] "DOID_0060263<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $porencephaly$privateGeneCount #> [1] 0 #> #> $porencephaly$publicGeneCount #> [1] 2 #> #> $porencephaly$urlId #> [1] "DOID_0060263" #> #> $porencephaly$dbPhenotype #> [1] TRUE #> #> $porencephaly$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $porencephaly$`_is_leaf` #> [1] TRUE #> #> $porencephaly$children #> list() #> #> $porencephaly$value #> [1] "porencephaly" #> #> #> $porokeratosis #> $porokeratosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3805" #> #> $porokeratosis$`_id` #> [1] "DOID_3805<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $porokeratosis$privateGeneCount #> [1] 0 #> #> $porokeratosis$publicGeneCount #> [1] 3 #> #> $porokeratosis$urlId #> [1] "DOID_3805" #> #> $porokeratosis$dbPhenotype #> [1] TRUE #> #> $porokeratosis$`_parent` #> [1] "DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $porokeratosis$`_is_leaf` #> [1] TRUE #> #> $porokeratosis$children #> list() #> #> $porokeratosis$value #> [1] "porokeratosis" #> #> #> $porphyria #> $porphyria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13268" #> #> $porphyria$`_id` #> [1] "DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $porphyria$privateGeneCount #> [1] 0 #> #> $porphyria$publicGeneCount #> [1] 15 #> #> $porphyria$urlId #> [1] "DOID_13268" #> #> $porphyria$dbPhenotype #> [1] TRUE #> #> $porphyria$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $porphyria$`_is_leaf` #> [1] FALSE #> #> $porphyria$children #> $porphyria$children[[1]] #> [1] "DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $porphyria$children[[2]] #> [1] "DOID_13271<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> #> $porphyria$value #> [1] "porphyria" #> #> #> $`porphyria cutanea tarda` #> $`porphyria cutanea tarda`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3132" #> #> $`porphyria cutanea tarda`$`_id` #> [1] "DOID_3132<DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`porphyria cutanea tarda`$privateGeneCount #> [1] 0 #> #> $`porphyria cutanea tarda`$publicGeneCount #> [1] 4 #> #> $`porphyria cutanea tarda`$urlId #> [1] "DOID_3132" #> #> $`porphyria cutanea tarda`$dbPhenotype #> [1] TRUE #> #> $`porphyria cutanea tarda`$`_parent` #> [1] "DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`porphyria cutanea tarda`$`_is_leaf` #> [1] TRUE #> #> $`porphyria cutanea tarda`$children #> list() #> #> $`porphyria cutanea tarda`$value #> [1] "porphyria cutanea tarda" #> #> #> $`portal hypertension` #> $`portal hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10762" #> #> $`portal hypertension`$`_id` #> [1] "DOID_10762<DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`portal hypertension`$privateGeneCount #> [1] 0 #> #> $`portal hypertension`$publicGeneCount #> [1] 6 #> #> $`portal hypertension`$urlId #> [1] "DOID_10762" #> #> $`portal hypertension`$dbPhenotype #> [1] TRUE #> #> $`portal hypertension`$`_parent` #> [1] "DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`portal hypertension`$`_is_leaf` #> [1] TRUE #> #> $`portal hypertension`$children #> list() #> #> $`portal hypertension`$value #> [1] "portal hypertension" #> #> #> $`portal hypertension` #> $`portal hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10762" #> #> $`portal hypertension`$`_id` #> [1] "DOID_10762<DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`portal hypertension`$privateGeneCount #> [1] 0 #> #> $`portal hypertension`$publicGeneCount #> [1] 6 #> #> $`portal hypertension`$urlId #> [1] "DOID_10762" #> #> $`portal hypertension`$dbPhenotype #> [1] TRUE #> #> $`portal hypertension`$`_parent` #> [1] "DOID_272<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`portal hypertension`$`_is_leaf` #> [1] TRUE #> #> $`portal hypertension`$children #> list() #> #> $`portal hypertension`$value #> [1] "portal hypertension" #> #> #> $`post-traumatic stress disorder` #> $`post-traumatic stress disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2055" #> #> $`post-traumatic stress disorder`$`_id` #> [1] "DOID_2055<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`post-traumatic stress disorder`$privateGeneCount #> [1] 0 #> #> $`post-traumatic stress disorder`$publicGeneCount #> [1] 14 #> #> $`post-traumatic stress disorder`$urlId #> [1] "DOID_2055" #> #> $`post-traumatic stress disorder`$dbPhenotype #> [1] TRUE #> #> $`post-traumatic stress disorder`$`_parent` #> [1] "DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`post-traumatic stress disorder`$`_is_leaf` #> [1] TRUE #> #> $`post-traumatic stress disorder`$children #> list() #> #> $`post-traumatic stress disorder`$value #> [1] "post-traumatic stress disorder" #> #> #> $`post-vaccinal encephalitis` #> $`post-vaccinal encephalitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13664" #> #> $`post-vaccinal encephalitis`$`_id` #> [1] "DOID_13664<DOID_9588<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`post-vaccinal encephalitis`$privateGeneCount #> [1] 0 #> #> $`post-vaccinal encephalitis`$publicGeneCount #> [1] 3 #> #> $`post-vaccinal encephalitis`$urlId #> [1] "DOID_13664" #> #> $`post-vaccinal encephalitis`$dbPhenotype #> [1] TRUE #> #> $`post-vaccinal encephalitis`$`_parent` #> [1] "DOID_9588<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`post-vaccinal encephalitis`$`_is_leaf` #> [1] TRUE #> #> $`post-vaccinal encephalitis`$children #> list() #> #> $`post-vaccinal encephalitis`$value #> [1] "post-vaccinal encephalitis" #> #> #> $`posterior polar cataract` #> $`posterior polar cataract`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050537" #> #> $`posterior polar cataract`$`_id` #> [1] "DOID_0050537<DOID_83<DOID_0050177<DOID_630<DOID_4" #> #> $`posterior polar cataract`$privateGeneCount #> [1] 0 #> #> $`posterior polar cataract`$publicGeneCount #> [1] 4 #> #> $`posterior polar cataract`$urlId #> [1] "DOID_0050537" #> #> $`posterior polar cataract`$dbPhenotype #> [1] TRUE #> #> $`posterior polar cataract`$`_parent` #> [1] "DOID_83<DOID_0050177<DOID_630<DOID_4" #> #> $`posterior polar cataract`$`_is_leaf` #> [1] TRUE #> #> $`posterior polar cataract`$children #> list() #> #> $`posterior polar cataract`$value #> [1] "posterior polar cataract" #> #> #> $`posterior polar cataract` #> $`posterior polar cataract`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050537" #> #> $`posterior polar cataract`$`_id` #> [1] "DOID_0050537<DOID_83<DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`posterior polar cataract`$privateGeneCount #> [1] 0 #> #> $`posterior polar cataract`$publicGeneCount #> [1] 4 #> #> $`posterior polar cataract`$urlId #> [1] "DOID_0050537" #> #> $`posterior polar cataract`$dbPhenotype #> [1] TRUE #> #> $`posterior polar cataract`$`_parent` #> [1] "DOID_83<DOID_110<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`posterior polar cataract`$`_is_leaf` #> [1] TRUE #> #> $`posterior polar cataract`$children #> list() #> #> $`posterior polar cataract`$value #> [1] "posterior polar cataract" #> #> #> $`posterior polymorphous corneal dystrophy` #> $`posterior polymorphous corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060457" #> #> $`posterior polymorphous corneal dystrophy`$`_id` #> [1] "DOID_0060457<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`posterior polymorphous corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`posterior polymorphous corneal dystrophy`$publicGeneCount #> [1] 3 #> #> $`posterior polymorphous corneal dystrophy`$urlId #> [1] "DOID_0060457" #> #> $`posterior polymorphous corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`posterior polymorphous corneal dystrophy`$`_parent` #> [1] "DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`posterior polymorphous corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`posterior polymorphous corneal dystrophy`$children #> list() #> #> $`posterior polymorphous corneal dystrophy`$value #> [1] "posterior polymorphous corneal dystrophy" #> #> #> $`posterior uveitis` #> $`posterior uveitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12574" #> #> $`posterior uveitis`$`_id` #> [1] "DOID_12574<DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`posterior uveitis`$privateGeneCount #> [1] 0 #> #> $`posterior uveitis`$publicGeneCount #> [1] 3 #> #> $`posterior uveitis`$urlId #> [1] "DOID_12574" #> #> $`posterior uveitis`$dbPhenotype #> [1] TRUE #> #> $`posterior uveitis`$`_parent` #> [1] "DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`posterior uveitis`$`_is_leaf` #> [1] TRUE #> #> $`posterior uveitis`$children #> list() #> #> $`posterior uveitis`$value #> [1] "posterior uveitis" #> #> #> $`Postnatal growth retardation` #> $`Postnatal growth retardation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008897" #> #> $`Postnatal growth retardation`$`_id` #> [1] "HP_0008897<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Postnatal growth retardation`$privateGeneCount #> [1] 0 #> #> $`Postnatal growth retardation`$publicGeneCount #> [1] 1 #> #> $`Postnatal growth retardation`$urlId #> [1] "HP_0008897" #> #> $`Postnatal growth retardation`$dbPhenotype #> [1] FALSE #> #> $`Postnatal growth retardation`$`_parent` #> [1] "HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Postnatal growth retardation`$`_is_leaf` #> [1] FALSE #> #> $`Postnatal growth retardation`$children #> $`Postnatal growth retardation`$children[[1]] #> [1] "HP_0001530<HP_0008897<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Postnatal growth retardation`$value #> [1] "Postnatal growth retardation" #> #> #> $`Postnatal microcephaly` #> $`Postnatal microcephaly`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005484" #> #> $`Postnatal microcephaly`$`_id` #> [1] "HP_0005484<HP_0000252<HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Postnatal microcephaly`$privateGeneCount #> [1] 0 #> #> $`Postnatal microcephaly`$publicGeneCount #> [1] 1 #> #> $`Postnatal microcephaly`$urlId #> [1] "HP_0005484" #> #> $`Postnatal microcephaly`$dbPhenotype #> [1] TRUE #> #> $`Postnatal microcephaly`$`_parent` #> [1] "HP_0000252<HP_0007364<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Postnatal microcephaly`$`_is_leaf` #> [1] TRUE #> #> $`Postnatal microcephaly`$children #> list() #> #> $`Postnatal microcephaly`$value #> [1] "Postnatal microcephaly" #> #> #> $`Postnatal microcephaly` #> $`Postnatal microcephaly`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005484" #> #> $`Postnatal microcephaly`$`_id` #> [1] "HP_0005484<HP_0000252<HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Postnatal microcephaly`$privateGeneCount #> [1] 0 #> #> $`Postnatal microcephaly`$publicGeneCount #> [1] 1 #> #> $`Postnatal microcephaly`$urlId #> [1] "HP_0005484" #> #> $`Postnatal microcephaly`$dbPhenotype #> [1] TRUE #> #> $`Postnatal microcephaly`$`_parent` #> [1] "HP_0000252<HP_0007364<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Postnatal microcephaly`$`_is_leaf` #> [1] TRUE #> #> $`Postnatal microcephaly`$children #> list() #> #> $`Postnatal microcephaly`$value #> [1] "Postnatal microcephaly" #> #> #> $`Postnatal microcephaly` #> $`Postnatal microcephaly`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005484" #> #> $`Postnatal microcephaly`$`_id` #> [1] "HP_0005484<HP_0000252<HP_0040195<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Postnatal microcephaly`$privateGeneCount #> [1] 0 #> #> $`Postnatal microcephaly`$publicGeneCount #> [1] 1 #> #> $`Postnatal microcephaly`$urlId #> [1] "HP_0005484" #> #> $`Postnatal microcephaly`$dbPhenotype #> [1] TRUE #> #> $`Postnatal microcephaly`$`_parent` #> [1] "HP_0000252<HP_0040195<HP_0000240<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Postnatal microcephaly`$`_is_leaf` #> [1] TRUE #> #> $`Postnatal microcephaly`$children #> list() #> #> $`Postnatal microcephaly`$value #> [1] "Postnatal microcephaly" #> #> #> $`Postnatal microcephaly` #> $`Postnatal microcephaly`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005484" #> #> $`Postnatal microcephaly`$`_id` #> [1] "HP_0005484<HP_0000252<HP_0040195<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Postnatal microcephaly`$privateGeneCount #> [1] 0 #> #> $`Postnatal microcephaly`$publicGeneCount #> [1] 1 #> #> $`Postnatal microcephaly`$urlId #> [1] "HP_0005484" #> #> $`Postnatal microcephaly`$dbPhenotype #> [1] TRUE #> #> $`Postnatal microcephaly`$`_parent` #> [1] "HP_0000252<HP_0040195<HP_0000240<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Postnatal microcephaly`$`_is_leaf` #> [1] TRUE #> #> $`Postnatal microcephaly`$children #> list() #> #> $`Postnatal microcephaly`$value #> [1] "Postnatal microcephaly" #> #> #> $`postpartum depression` #> $`postpartum depression`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9478" #> #> $`postpartum depression`$`_id` #> [1] "DOID_9478<DOID_1595<DOID_1470<DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`postpartum depression`$privateGeneCount #> [1] 0 #> #> $`postpartum depression`$publicGeneCount #> [1] 1 #> #> $`postpartum depression`$urlId #> [1] "DOID_9478" #> #> $`postpartum depression`$dbPhenotype #> [1] TRUE #> #> $`postpartum depression`$`_parent` #> [1] "DOID_1595<DOID_1470<DOID_1596<DOID_3324<DOID_1561<DOID_150<DOID_4" #> #> $`postpartum depression`$`_is_leaf` #> [1] TRUE #> #> $`postpartum depression`$children #> list() #> #> $`postpartum depression`$value #> [1] "postpartum depression" #> #> #> $`Prader-Willi syndrome` #> $`Prader-Willi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11983" #> #> $`Prader-Willi syndrome`$`_id` #> [1] "DOID_11983<DOID_0080014<DOID_630<DOID_4" #> #> $`Prader-Willi syndrome`$privateGeneCount #> [1] 0 #> #> $`Prader-Willi syndrome`$publicGeneCount #> [1] 5 #> #> $`Prader-Willi syndrome`$urlId #> [1] "DOID_11983" #> #> $`Prader-Willi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Prader-Willi syndrome`$`_parent` #> [1] "DOID_0080014<DOID_630<DOID_4" #> #> $`Prader-Willi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Prader-Willi syndrome`$children #> list() #> #> $`Prader-Willi syndrome`$value #> [1] "Prader-Willi syndrome" #> #> #> $`Prader-Willi syndrome` #> $`Prader-Willi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11983" #> #> $`Prader-Willi syndrome`$`_id` #> [1] "DOID_11983<DOID_225<DOID_4" #> #> $`Prader-Willi syndrome`$privateGeneCount #> [1] 0 #> #> $`Prader-Willi syndrome`$publicGeneCount #> [1] 5 #> #> $`Prader-Willi syndrome`$urlId #> [1] "DOID_11983" #> #> $`Prader-Willi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Prader-Willi syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Prader-Willi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Prader-Willi syndrome`$children #> list() #> #> $`Prader-Willi syndrome`$value #> [1] "Prader-Willi syndrome" #> #> #> $`pre-eclampsia` #> $`pre-eclampsia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10591" #> #> $`pre-eclampsia`$`_id` #> [1] "DOID_10591<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pre-eclampsia`$privateGeneCount #> [1] 0 #> #> $`pre-eclampsia`$publicGeneCount #> [1] 63 #> #> $`pre-eclampsia`$urlId #> [1] "DOID_10591" #> #> $`pre-eclampsia`$dbPhenotype #> [1] TRUE #> #> $`pre-eclampsia`$`_parent` #> [1] "DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pre-eclampsia`$`_is_leaf` #> [1] FALSE #> #> $`pre-eclampsia`$children #> $`pre-eclampsia`$children[[1]] #> [1] "DOID_13129<DOID_10591<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`pre-eclampsia`$value #> [1] "pre-eclampsia" #> #> #> $`pre-malignant neoplasm` #> $`pre-malignant neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060071" #> #> $`pre-malignant neoplasm`$`_id` #> [1] "DOID_0060071<DOID_14566<DOID_4" #> #> $`pre-malignant neoplasm`$privateGeneCount #> [1] 0 #> #> $`pre-malignant neoplasm`$publicGeneCount #> [1] 94 #> #> $`pre-malignant neoplasm`$urlId #> [1] "DOID_0060071" #> #> $`pre-malignant neoplasm`$dbPhenotype #> [1] FALSE #> #> $`pre-malignant neoplasm`$`_parent` #> [1] "DOID_14566<DOID_4" #> #> $`pre-malignant neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`pre-malignant neoplasm`$children #> $`pre-malignant neoplasm`$children[[1]] #> [1] "DOID_8866<DOID_0060071<DOID_14566<DOID_4" #> #> $`pre-malignant neoplasm`$children[[2]] #> [1] "DOID_8719<DOID_0060071<DOID_14566<DOID_4" #> #> #> $`pre-malignant neoplasm`$value #> [1] "pre-malignant neoplasm" #> #> #> $`Precocious puberty` #> $`Precocious puberty`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000826" #> #> $`Precocious puberty`$`_id` #> [1] "HP_0000826<HP_0100000<HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> $`Precocious puberty`$privateGeneCount #> [1] 0 #> #> $`Precocious puberty`$publicGeneCount #> [1] 5 #> #> $`Precocious puberty`$urlId #> [1] "HP_0000826" #> #> $`Precocious puberty`$dbPhenotype #> [1] TRUE #> #> $`Precocious puberty`$`_parent` #> [1] "HP_0100000<HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> $`Precocious puberty`$`_is_leaf` #> [1] FALSE #> #> $`Precocious puberty`$children #> $`Precocious puberty`$children[[1]] #> [1] "HP_0008185<HP_0000826<HP_0100000<HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Precocious puberty`$value #> [1] "Precocious puberty" #> #> #> $`Precocious puberty in males` #> $`Precocious puberty in males`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008185" #> #> $`Precocious puberty in males`$`_id` #> [1] "HP_0008185<HP_0000826<HP_0100000<HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> $`Precocious puberty in males`$privateGeneCount #> [1] 0 #> #> $`Precocious puberty in males`$publicGeneCount #> [1] 1 #> #> $`Precocious puberty in males`$urlId #> [1] "HP_0008185" #> #> $`Precocious puberty in males`$dbPhenotype #> [1] TRUE #> #> $`Precocious puberty in males`$`_parent` #> [1] "HP_0000826<HP_0100000<HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> $`Precocious puberty in males`$`_is_leaf` #> [1] TRUE #> #> $`Precocious puberty in males`$children #> list() #> #> $`Precocious puberty in males`$value #> [1] "Precocious puberty in males" #> #> #> $`prediabetes syndrome` #> $`prediabetes syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11716" #> #> $`prediabetes syndrome`$`_id` #> [1] "DOID_11716<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`prediabetes syndrome`$privateGeneCount #> [1] 0 #> #> $`prediabetes syndrome`$publicGeneCount #> [1] 5 #> #> $`prediabetes syndrome`$urlId #> [1] "DOID_11716" #> #> $`prediabetes syndrome`$dbPhenotype #> [1] TRUE #> #> $`prediabetes syndrome`$`_parent` #> [1] "DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`prediabetes syndrome`$`_is_leaf` #> [1] TRUE #> #> $`prediabetes syndrome`$children #> list() #> #> $`prediabetes syndrome`$value #> [1] "prediabetes syndrome" #> #> #> $`preference for addictive substance` #> $`preference for addictive substance`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002553" #> #> $`preference for addictive substance`$`_id` #> [1] "MP_0002553<MP_0009745<MP_0004924<MP_0005386<MP_0000001" #> #> $`preference for addictive substance`$privateGeneCount #> [1] 0 #> #> $`preference for addictive substance`$publicGeneCount #> [1] 21 #> #> $`preference for addictive substance`$urlId #> [1] "MP_0002553" #> #> $`preference for addictive substance`$dbPhenotype #> [1] FALSE #> #> $`preference for addictive substance`$`_parent` #> [1] "MP_0009745<MP_0004924<MP_0005386<MP_0000001" #> #> $`preference for addictive substance`$`_is_leaf` #> [1] FALSE #> #> $`preference for addictive substance`$children #> $`preference for addictive substance`$children[[1]] #> [1] "MP_0002555<MP_0002553<MP_0009745<MP_0004924<MP_0005386<MP_0000001" #> #> #> $`preference for addictive substance`$value #> [1] "preference for addictive substance" #> #> #> $`Premature birth` #> $`Premature birth`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001622" #> #> $`Premature birth`$`_id` #> [1] "HP_0001622<HP_0001197<HP_0000118<HP_0000001" #> #> $`Premature birth`$privateGeneCount #> [1] 0 #> #> $`Premature birth`$publicGeneCount #> [1] 56 #> #> $`Premature birth`$urlId #> [1] "HP_0001622" #> #> $`Premature birth`$dbPhenotype #> [1] TRUE #> #> $`Premature birth`$`_parent` #> [1] "HP_0001197<HP_0000118<HP_0000001" #> #> $`Premature birth`$`_is_leaf` #> [1] FALSE #> #> $`Premature birth`$children #> $`Premature birth`$children[[1]] #> [1] "HP_0005100<HP_0001622<HP_0001197<HP_0000118<HP_0000001" #> #> #> $`Premature birth`$value #> [1] "Premature birth" #> #> #> $`Premature birth following premature rupture of fetal membranes` #> $`Premature birth following premature rupture of fetal membranes`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005100" #> #> $`Premature birth following premature rupture of fetal membranes`$`_id` #> [1] "HP_0005100<HP_0001622<HP_0001197<HP_0000118<HP_0000001" #> #> $`Premature birth following premature rupture of fetal membranes`$privateGeneCount #> [1] 0 #> #> $`Premature birth following premature rupture of fetal membranes`$publicGeneCount #> [1] 4 #> #> $`Premature birth following premature rupture of fetal membranes`$urlId #> [1] "HP_0005100" #> #> $`Premature birth following premature rupture of fetal membranes`$dbPhenotype #> [1] TRUE #> #> $`Premature birth following premature rupture of fetal membranes`$`_parent` #> [1] "HP_0001622<HP_0001197<HP_0000118<HP_0000001" #> #> $`Premature birth following premature rupture of fetal membranes`$`_is_leaf` #> [1] TRUE #> #> $`Premature birth following premature rupture of fetal membranes`$children #> list() #> #> $`Premature birth following premature rupture of fetal membranes`$value #> [1] "Premature birth following premature rupture of fetal membranes" #> #> #> $`Premature chromatid separation` #> $`Premature chromatid separation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0200024" #> #> $`Premature chromatid separation`$`_id` #> [1] "HP_0200024<HP_0002916<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Premature chromatid separation`$privateGeneCount #> [1] 0 #> #> $`Premature chromatid separation`$publicGeneCount #> [1] 1 #> #> $`Premature chromatid separation`$urlId #> [1] "HP_0200024" #> #> $`Premature chromatid separation`$dbPhenotype #> [1] TRUE #> #> $`Premature chromatid separation`$`_parent` #> [1] "HP_0002916<HP_0011017<HP_0001939<HP_0000118<HP_0000001" #> #> $`Premature chromatid separation`$`_is_leaf` #> [1] TRUE #> #> $`Premature chromatid separation`$children #> list() #> #> $`Premature chromatid separation`$value #> [1] "Premature chromatid separation" #> #> #> $`Premature chromatid separation` #> $`Premature chromatid separation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0200024" #> #> $`Premature chromatid separation`$`_id` #> [1] "HP_0200024<HP_0002916<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Premature chromatid separation`$privateGeneCount #> [1] 0 #> #> $`Premature chromatid separation`$publicGeneCount #> [1] 1 #> #> $`Premature chromatid separation`$urlId #> [1] "HP_0200024" #> #> $`Premature chromatid separation`$dbPhenotype #> [1] TRUE #> #> $`Premature chromatid separation`$`_parent` #> [1] "HP_0002916<HP_0011017<HP_0025354<HP_0000118<HP_0000001" #> #> $`Premature chromatid separation`$`_is_leaf` #> [1] TRUE #> #> $`Premature chromatid separation`$children #> list() #> #> $`Premature chromatid separation`$value #> [1] "Premature chromatid separation" #> #> #> $`premature menopause` #> $`premature menopause`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10787" #> #> $`premature menopause`$`_id` #> [1] "DOID_10787<DOID_1414<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`premature menopause`$privateGeneCount #> [1] 0 #> #> $`premature menopause`$publicGeneCount #> [1] 1 #> #> $`premature menopause`$urlId #> [1] "DOID_10787" #> #> $`premature menopause`$dbPhenotype #> [1] TRUE #> #> $`premature menopause`$`_parent` #> [1] "DOID_1414<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`premature menopause`$`_is_leaf` #> [1] TRUE #> #> $`premature menopause`$children #> list() #> #> $`premature menopause`$value #> [1] "premature menopause" #> #> #> $`premature menopause` #> $`premature menopause`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10787" #> #> $`premature menopause`$`_id` #> [1] "DOID_10787<DOID_1414<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`premature menopause`$privateGeneCount #> [1] 0 #> #> $`premature menopause`$publicGeneCount #> [1] 1 #> #> $`premature menopause`$urlId #> [1] "DOID_10787" #> #> $`premature menopause`$dbPhenotype #> [1] TRUE #> #> $`premature menopause`$`_parent` #> [1] "DOID_1414<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`premature menopause`$`_is_leaf` #> [1] TRUE #> #> $`premature menopause`$children #> list() #> #> $`premature menopause`$value #> [1] "premature menopause" #> #> #> $`premature ovarian failure` #> $`premature ovarian failure`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5426" #> #> $`premature ovarian failure`$`_id` #> [1] "DOID_5426<DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`premature ovarian failure`$privateGeneCount #> [1] 0 #> #> $`premature ovarian failure`$publicGeneCount #> [1] 17 #> #> $`premature ovarian failure`$urlId #> [1] "DOID_5426" #> #> $`premature ovarian failure`$dbPhenotype #> [1] TRUE #> #> $`premature ovarian failure`$`_parent` #> [1] "DOID_1100<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`premature ovarian failure`$`_is_leaf` #> [1] TRUE #> #> $`premature ovarian failure`$children #> list() #> #> $`premature ovarian failure`$value #> [1] "premature ovarian failure" #> #> #> $`premature ovarian failure` #> $`premature ovarian failure`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5426" #> #> $`premature ovarian failure`$`_id` #> [1] "DOID_5426<DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`premature ovarian failure`$privateGeneCount #> [1] 0 #> #> $`premature ovarian failure`$publicGeneCount #> [1] 17 #> #> $`premature ovarian failure`$urlId #> [1] "DOID_5426" #> #> $`premature ovarian failure`$dbPhenotype #> [1] TRUE #> #> $`premature ovarian failure`$`_parent` #> [1] "DOID_1100<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`premature ovarian failure`$`_is_leaf` #> [1] TRUE #> #> $`premature ovarian failure`$children #> list() #> #> $`premature ovarian failure`$value #> [1] "premature ovarian failure" #> #> #> $`Primary adrenal insufficiency` #> $`Primary adrenal insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008207" #> #> $`Primary adrenal insufficiency`$`_id` #> [1] "HP_0008207<HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Primary adrenal insufficiency`$privateGeneCount #> [1] 0 #> #> $`Primary adrenal insufficiency`$publicGeneCount #> [1] 2 #> #> $`Primary adrenal insufficiency`$urlId #> [1] "HP_0008207" #> #> $`Primary adrenal insufficiency`$dbPhenotype #> [1] FALSE #> #> $`Primary adrenal insufficiency`$`_parent` #> [1] "HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> $`Primary adrenal insufficiency`$`_is_leaf` #> [1] FALSE #> #> $`Primary adrenal insufficiency`$children #> $`Primary adrenal insufficiency`$children[[1]] #> [1] "HP_0004319<HP_0008207<HP_0000846<HP_0011733<HP_0000834<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Primary adrenal insufficiency`$value #> [1] "Primary adrenal insufficiency" #> #> #> $`primary bacterial infectious disease` #> $`primary bacterial infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050338" #> #> $`primary bacterial infectious disease`$`_id` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$privateGeneCount #> [1] 0 #> #> $`primary bacterial infectious disease`$publicGeneCount #> [1] 94 #> #> $`primary bacterial infectious disease`$urlId #> [1] "DOID_0050338" #> #> $`primary bacterial infectious disease`$dbPhenotype #> [1] FALSE #> #> $`primary bacterial infectious disease`$`_parent` #> [1] "DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`primary bacterial infectious disease`$children #> $`primary bacterial infectious disease`$children[[1]] #> [1] "DOID_7427<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[2]] #> [1] "DOID_10458<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[3]] #> [1] "DOID_1024<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[4]] #> [1] "DOID_2297<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[5]] #> [1] "DOID_11573<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[6]] #> [1] "DOID_11729<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[7]] #> [1] "DOID_5052<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[8]] #> [1] "DOID_2755<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[9]] #> [1] "DOID_11100<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[10]] #> [1] "DOID_11336<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[11]] #> [1] "DOID_11104<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[12]] #> [1] "DOID_4166<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[13]] #> [1] "DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`primary bacterial infectious disease`$children[[14]] #> [1] "DOID_13258<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> #> $`primary bacterial infectious disease`$value #> [1] "primary bacterial infectious disease" #> #> #> $`primary biliary cirrhosis` #> $`primary biliary cirrhosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12236" #> #> $`primary biliary cirrhosis`$`_id` #> [1] "DOID_12236<DOID_5082<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`primary biliary cirrhosis`$privateGeneCount #> [1] 0 #> #> $`primary biliary cirrhosis`$publicGeneCount #> [1] 46 #> #> $`primary biliary cirrhosis`$urlId #> [1] "DOID_12236" #> #> $`primary biliary cirrhosis`$dbPhenotype #> [1] TRUE #> #> $`primary biliary cirrhosis`$`_parent` #> [1] "DOID_5082<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`primary biliary cirrhosis`$`_is_leaf` #> [1] TRUE #> #> $`primary biliary cirrhosis`$children #> list() #> #> $`primary biliary cirrhosis`$value #> [1] "primary biliary cirrhosis" #> #> #> $`primary ciliary dyskinesia` #> $`primary ciliary dyskinesia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9562" #> #> $`primary ciliary dyskinesia`$`_id` #> [1] "DOID_9562<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`primary ciliary dyskinesia`$privateGeneCount #> [1] 0 #> #> $`primary ciliary dyskinesia`$publicGeneCount #> [1] 34 #> #> $`primary ciliary dyskinesia`$urlId #> [1] "DOID_9562" #> #> $`primary ciliary dyskinesia`$dbPhenotype #> [1] TRUE #> #> $`primary ciliary dyskinesia`$`_parent` #> [1] "DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> $`primary ciliary dyskinesia`$`_is_leaf` #> [1] FALSE #> #> $`primary ciliary dyskinesia`$children #> $`primary ciliary dyskinesia`$children[[1]] #> [1] "DOID_0050144<DOID_9562<DOID_0060340<DOID_0050177<DOID_630<DOID_4" #> #> #> $`primary ciliary dyskinesia`$value #> [1] "primary ciliary dyskinesia" #> #> #> $`primary ciliary dyskinesia` #> $`primary ciliary dyskinesia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9562" #> #> $`primary ciliary dyskinesia`$`_id` #> [1] "DOID_9562<DOID_0060340<DOID_225<DOID_4" #> #> $`primary ciliary dyskinesia`$privateGeneCount #> [1] 0 #> #> $`primary ciliary dyskinesia`$publicGeneCount #> [1] 34 #> #> $`primary ciliary dyskinesia`$urlId #> [1] "DOID_9562" #> #> $`primary ciliary dyskinesia`$dbPhenotype #> [1] TRUE #> #> $`primary ciliary dyskinesia`$`_parent` #> [1] "DOID_0060340<DOID_225<DOID_4" #> #> $`primary ciliary dyskinesia`$`_is_leaf` #> [1] FALSE #> #> $`primary ciliary dyskinesia`$children #> $`primary ciliary dyskinesia`$children[[1]] #> [1] "DOID_0050144<DOID_9562<DOID_0060340<DOID_225<DOID_4" #> #> #> $`primary ciliary dyskinesia`$value #> [1] "primary ciliary dyskinesia" #> #> #> $`primary congenital glaucoma` #> $`primary congenital glaucoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050593" #> #> $`primary congenital glaucoma`$`_id` #> [1] "DOID_0050593<DOID_0050177<DOID_630<DOID_4" #> #> $`primary congenital glaucoma`$privateGeneCount #> [1] 0 #> #> $`primary congenital glaucoma`$publicGeneCount #> [1] 2 #> #> $`primary congenital glaucoma`$urlId #> [1] "DOID_0050593" #> #> $`primary congenital glaucoma`$dbPhenotype #> [1] TRUE #> #> $`primary congenital glaucoma`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`primary congenital glaucoma`$`_is_leaf` #> [1] FALSE #> #> $`primary congenital glaucoma`$children #> $`primary congenital glaucoma`$children[[1]] #> [1] "DOID_11212<DOID_0050593<DOID_0050177<DOID_630<DOID_4" #> #> #> $`primary congenital glaucoma`$value #> [1] "primary congenital glaucoma" #> #> #> $`primary congenital glaucoma` #> $`primary congenital glaucoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050593" #> #> $`primary congenital glaucoma`$`_id` #> [1] "DOID_0050593<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`primary congenital glaucoma`$privateGeneCount #> [1] 0 #> #> $`primary congenital glaucoma`$publicGeneCount #> [1] 2 #> #> $`primary congenital glaucoma`$urlId #> [1] "DOID_0050593" #> #> $`primary congenital glaucoma`$dbPhenotype #> [1] TRUE #> #> $`primary congenital glaucoma`$`_parent` #> [1] "DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`primary congenital glaucoma`$`_is_leaf` #> [1] FALSE #> #> $`primary congenital glaucoma`$children #> $`primary congenital glaucoma`$children[[1]] #> [1] "DOID_11212<DOID_0050593<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`primary congenital glaucoma`$value #> [1] "primary congenital glaucoma" #> #> #> $`primary cutaneous amyloidosis` #> $`primary cutaneous amyloidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050639" #> #> $`primary cutaneous amyloidosis`$`_id` #> [1] "DOID_0050639<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`primary cutaneous amyloidosis`$privateGeneCount #> [1] 0 #> #> $`primary cutaneous amyloidosis`$publicGeneCount #> [1] 3 #> #> $`primary cutaneous amyloidosis`$urlId #> [1] "DOID_0050639" #> #> $`primary cutaneous amyloidosis`$dbPhenotype #> [1] TRUE #> #> $`primary cutaneous amyloidosis`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`primary cutaneous amyloidosis`$`_is_leaf` #> [1] TRUE #> #> $`primary cutaneous amyloidosis`$children #> list() #> #> $`primary cutaneous amyloidosis`$value #> [1] "primary cutaneous amyloidosis" #> #> #> $`primary cutaneous amyloidosis` #> $`primary cutaneous amyloidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050639" #> #> $`primary cutaneous amyloidosis`$`_id` #> [1] "DOID_0050639<DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`primary cutaneous amyloidosis`$privateGeneCount #> [1] 0 #> #> $`primary cutaneous amyloidosis`$publicGeneCount #> [1] 3 #> #> $`primary cutaneous amyloidosis`$urlId #> [1] "DOID_0050639" #> #> $`primary cutaneous amyloidosis`$dbPhenotype #> [1] TRUE #> #> $`primary cutaneous amyloidosis`$`_parent` #> [1] "DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`primary cutaneous amyloidosis`$`_is_leaf` #> [1] TRUE #> #> $`primary cutaneous amyloidosis`$children #> list() #> #> $`primary cutaneous amyloidosis`$value #> [1] "primary cutaneous amyloidosis" #> #> #> $`primary hyperaldosteronism` #> $`primary hyperaldosteronism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_446" #> #> $`primary hyperaldosteronism`$`_id` #> [1] "DOID_446<DOID_3947<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`primary hyperaldosteronism`$privateGeneCount #> [1] 0 #> #> $`primary hyperaldosteronism`$publicGeneCount #> [1] 6 #> #> $`primary hyperaldosteronism`$urlId #> [1] "DOID_446" #> #> $`primary hyperaldosteronism`$dbPhenotype #> [1] TRUE #> #> $`primary hyperaldosteronism`$`_parent` #> [1] "DOID_3947<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`primary hyperaldosteronism`$`_is_leaf` #> [1] FALSE #> #> $`primary hyperaldosteronism`$children #> $`primary hyperaldosteronism`$children[[1]] #> [1] "DOID_14080<DOID_446<DOID_3947<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> #> $`primary hyperaldosteronism`$value #> [1] "primary hyperaldosteronism" #> #> #> $`primary hyperoxaluria` #> $`primary hyperoxaluria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2977" #> #> $`primary hyperoxaluria`$`_id` #> [1] "DOID_2977<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`primary hyperoxaluria`$privateGeneCount #> [1] 0 #> #> $`primary hyperoxaluria`$publicGeneCount #> [1] 8 #> #> $`primary hyperoxaluria`$urlId #> [1] "DOID_2977" #> #> $`primary hyperoxaluria`$dbPhenotype #> [1] TRUE #> #> $`primary hyperoxaluria`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`primary hyperoxaluria`$`_is_leaf` #> [1] TRUE #> #> $`primary hyperoxaluria`$children #> list() #> #> $`primary hyperoxaluria`$value #> [1] "primary hyperoxaluria" #> #> #> $`primary hyperparathyroidism` #> $`primary hyperparathyroidism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11202" #> #> $`primary hyperparathyroidism`$`_id` #> [1] "DOID_11202<DOID_13543<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`primary hyperparathyroidism`$privateGeneCount #> [1] 0 #> #> $`primary hyperparathyroidism`$publicGeneCount #> [1] 2 #> #> $`primary hyperparathyroidism`$urlId #> [1] "DOID_11202" #> #> $`primary hyperparathyroidism`$dbPhenotype #> [1] TRUE #> #> $`primary hyperparathyroidism`$`_parent` #> [1] "DOID_13543<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`primary hyperparathyroidism`$`_is_leaf` #> [1] TRUE #> #> $`primary hyperparathyroidism`$children #> list() #> #> $`primary hyperparathyroidism`$value #> [1] "primary hyperparathyroidism" #> #> #> $`primary hypertrophic osteoarthropathy` #> $`primary hypertrophic osteoarthropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14283" #> #> $`primary hypertrophic osteoarthropathy`$`_id` #> [1] "DOID_14283<DOID_225<DOID_4" #> #> $`primary hypertrophic osteoarthropathy`$privateGeneCount #> [1] 0 #> #> $`primary hypertrophic osteoarthropathy`$publicGeneCount #> [1] 2 #> #> $`primary hypertrophic osteoarthropathy`$urlId #> [1] "DOID_14283" #> #> $`primary hypertrophic osteoarthropathy`$dbPhenotype #> [1] TRUE #> #> $`primary hypertrophic osteoarthropathy`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`primary hypertrophic osteoarthropathy`$`_is_leaf` #> [1] TRUE #> #> $`primary hypertrophic osteoarthropathy`$children #> list() #> #> $`primary hypertrophic osteoarthropathy`$value #> [1] "primary hypertrophic osteoarthropathy" #> #> #> $`primary immunodeficiency disease` #> $`primary immunodeficiency disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_612" #> #> $`primary immunodeficiency disease`$`_id` #> [1] "DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`primary immunodeficiency disease`$privateGeneCount #> [1] 0 #> #> $`primary immunodeficiency disease`$publicGeneCount #> [1] 100 #> #> $`primary immunodeficiency disease`$urlId #> [1] "DOID_612" #> #> $`primary immunodeficiency disease`$dbPhenotype #> [1] TRUE #> #> $`primary immunodeficiency disease`$`_parent` #> [1] "DOID_2914<DOID_7<DOID_4" #> #> $`primary immunodeficiency disease`$`_is_leaf` #> [1] FALSE #> #> $`primary immunodeficiency disease`$children #> $`primary immunodeficiency disease`$children[[1]] #> [1] "DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`primary immunodeficiency disease`$children[[2]] #> [1] "DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`primary immunodeficiency disease`$children[[3]] #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`primary immunodeficiency disease`$children[[4]] #> [1] "DOID_13777<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`primary immunodeficiency disease`$children[[5]] #> [1] "DOID_3262<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`primary immunodeficiency disease`$value #> [1] "primary immunodeficiency disease" #> #> #> $`primary open angle glaucoma` #> $`primary open angle glaucoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1070" #> #> $`primary open angle glaucoma`$`_id` #> [1] "DOID_1070<DOID_1067<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`primary open angle glaucoma`$privateGeneCount #> [1] 0 #> #> $`primary open angle glaucoma`$publicGeneCount #> [1] 34 #> #> $`primary open angle glaucoma`$urlId #> [1] "DOID_1070" #> #> $`primary open angle glaucoma`$dbPhenotype #> [1] TRUE #> #> $`primary open angle glaucoma`$`_parent` #> [1] "DOID_1067<DOID_1686<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`primary open angle glaucoma`$`_is_leaf` #> [1] TRUE #> #> $`primary open angle glaucoma`$children #> list() #> #> $`primary open angle glaucoma`$value #> [1] "primary open angle glaucoma" #> #> #> $`primary pigmented nodular adrenocortical disease` #> $`primary pigmented nodular adrenocortical disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060280" #> #> $`primary pigmented nodular adrenocortical disease`$`_id` #> [1] "DOID_0060280<DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`primary pigmented nodular adrenocortical disease`$privateGeneCount #> [1] 0 #> #> $`primary pigmented nodular adrenocortical disease`$publicGeneCount #> [1] 4 #> #> $`primary pigmented nodular adrenocortical disease`$urlId #> [1] "DOID_0060280" #> #> $`primary pigmented nodular adrenocortical disease`$dbPhenotype #> [1] TRUE #> #> $`primary pigmented nodular adrenocortical disease`$`_parent` #> [1] "DOID_3952<DOID_9553<DOID_28<DOID_7<DOID_4" #> #> $`primary pigmented nodular adrenocortical disease`$`_is_leaf` #> [1] TRUE #> #> $`primary pigmented nodular adrenocortical disease`$children #> list() #> #> $`primary pigmented nodular adrenocortical disease`$value #> [1] "primary pigmented nodular adrenocortical disease" #> #> #> $`primary polycythemia` #> $`primary polycythemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10780" #> #> $`primary polycythemia`$`_id` #> [1] "DOID_10780<DOID_8432<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`primary polycythemia`$privateGeneCount #> [1] 0 #> #> $`primary polycythemia`$publicGeneCount #> [1] 1 #> #> $`primary polycythemia`$urlId #> [1] "DOID_10780" #> #> $`primary polycythemia`$dbPhenotype #> [1] FALSE #> #> $`primary polycythemia`$`_parent` #> [1] "DOID_8432<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> $`primary polycythemia`$`_is_leaf` #> [1] FALSE #> #> $`primary polycythemia`$children #> $`primary polycythemia`$children[[1]] #> [1] "DOID_0060474<DOID_10780<DOID_8432<DOID_4961<DOID_74<DOID_7<DOID_4" #> #> #> $`primary polycythemia`$value #> [1] "primary polycythemia" #> #> #> $`primary pulmonary hypertension` #> $`primary pulmonary hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14557" #> #> $`primary pulmonary hypertension`$`_id` #> [1] "DOID_14557<DOID_12326<DOID_8515<DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`primary pulmonary hypertension`$privateGeneCount #> [1] 0 #> #> $`primary pulmonary hypertension`$publicGeneCount #> [1] 4 #> #> $`primary pulmonary hypertension`$urlId #> [1] "DOID_14557" #> #> $`primary pulmonary hypertension`$dbPhenotype #> [1] TRUE #> #> $`primary pulmonary hypertension`$`_parent` #> [1] "DOID_12326<DOID_8515<DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`primary pulmonary hypertension`$`_is_leaf` #> [1] TRUE #> #> $`primary pulmonary hypertension`$children #> list() #> #> $`primary pulmonary hypertension`$value #> [1] "primary pulmonary hypertension" #> #> #> $`primary systemic mycosis` #> $`primary systemic mycosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050292" #> #> $`primary systemic mycosis`$`_id` #> [1] "DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`primary systemic mycosis`$privateGeneCount #> [1] 0 #> #> $`primary systemic mycosis`$publicGeneCount #> [1] 5 #> #> $`primary systemic mycosis`$urlId #> [1] "DOID_0050292" #> #> $`primary systemic mycosis`$dbPhenotype #> [1] FALSE #> #> $`primary systemic mycosis`$`_parent` #> [1] "DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`primary systemic mycosis`$`_is_leaf` #> [1] FALSE #> #> $`primary systemic mycosis`$children #> $`primary systemic mycosis`$children[[1]] #> [1] "DOID_13450<DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`primary systemic mycosis`$children[[2]] #> [1] "DOID_1731<DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`primary systemic mycosis`$children[[3]] #> [1] "DOID_12662<DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> #> $`primary systemic mycosis`$value #> [1] "primary systemic mycosis" #> #> #> $`primary thrombocytopenia` #> $`primary thrombocytopenia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8925" #> #> $`primary thrombocytopenia`$`_id` #> [1] "DOID_8925<DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`primary thrombocytopenia`$privateGeneCount #> [1] 0 #> #> $`primary thrombocytopenia`$publicGeneCount #> [1] 5 #> #> $`primary thrombocytopenia`$urlId #> [1] "DOID_8925" #> #> $`primary thrombocytopenia`$dbPhenotype #> [1] FALSE #> #> $`primary thrombocytopenia`$`_parent` #> [1] "DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`primary thrombocytopenia`$`_is_leaf` #> [1] FALSE #> #> $`primary thrombocytopenia`$children #> $`primary thrombocytopenia`$children[[1]] #> [1] "DOID_8924<DOID_8925<DOID_0060050<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $`primary thrombocytopenia`$value #> [1] "primary thrombocytopenia" #> #> #> $`prion disease` #> $`prion disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_649" #> #> $`prion disease`$`_id` #> [1] "DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`prion disease`$privateGeneCount #> [1] 0 #> #> $`prion disease`$publicGeneCount #> [1] 21 #> #> $`prion disease`$urlId #> [1] "DOID_649" #> #> $`prion disease`$dbPhenotype #> [1] TRUE #> #> $`prion disease`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`prion disease`$`_is_leaf` #> [1] FALSE #> #> $`prion disease`$children #> $`prion disease`$children[[1]] #> [1] "DOID_11949<DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`prion disease`$children[[2]] #> [1] "DOID_0050433<DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`prion disease`$children[[3]] #> [1] "DOID_4249<DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`prion disease`$children[[4]] #> [1] "DOID_648<DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`prion disease`$children[[5]] #> [1] "DOID_5434<DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`prion disease`$value #> [1] "prion disease" #> #> #> $proctitis #> $proctitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3127" #> #> $proctitis$`_id` #> [1] "DOID_3127<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $proctitis$privateGeneCount #> [1] 0 #> #> $proctitis$publicGeneCount #> [1] 1 #> #> $proctitis$urlId #> [1] "DOID_3127" #> #> $proctitis$dbPhenotype #> [1] TRUE #> #> $proctitis$`_parent` #> [1] "DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $proctitis$`_is_leaf` #> [1] TRUE #> #> $proctitis$children #> list() #> #> $proctitis$value #> [1] "proctitis" #> #> #> $progeria #> $progeria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3911" #> #> $progeria$`_id` #> [1] "DOID_3911<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $progeria$privateGeneCount #> [1] 0 #> #> $progeria$publicGeneCount #> [1] 5 #> #> $progeria$urlId #> [1] "DOID_3911" #> #> $progeria$dbPhenotype #> [1] TRUE #> #> $progeria$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $progeria$`_is_leaf` #> [1] TRUE #> #> $progeria$children #> list() #> #> $progeria$value #> [1] "progeria" #> #> #> $progeria #> $progeria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3911" #> #> $progeria$`_id` #> [1] "DOID_3911<DOID_225<DOID_4" #> #> $progeria$privateGeneCount #> [1] 0 #> #> $progeria$publicGeneCount #> [1] 5 #> #> $progeria$urlId #> [1] "DOID_3911" #> #> $progeria$dbPhenotype #> [1] TRUE #> #> $progeria$`_parent` #> [1] "DOID_225<DOID_4" #> #> $progeria$`_is_leaf` #> [1] TRUE #> #> $progeria$children #> list() #> #> $progeria$value #> [1] "progeria" #> #> #> $`Progressive hyperpigmentation` #> $`Progressive hyperpigmentation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007505" #> #> $`Progressive hyperpigmentation`$`_id` #> [1] "HP_0007505<HP_0000953<HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Progressive hyperpigmentation`$privateGeneCount #> [1] 0 #> #> $`Progressive hyperpigmentation`$publicGeneCount #> [1] 1 #> #> $`Progressive hyperpigmentation`$urlId #> [1] "HP_0007505" #> #> $`Progressive hyperpigmentation`$dbPhenotype #> [1] TRUE #> #> $`Progressive hyperpigmentation`$`_parent` #> [1] "HP_0000953<HP_0001000<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Progressive hyperpigmentation`$`_is_leaf` #> [1] TRUE #> #> $`Progressive hyperpigmentation`$children #> list() #> #> $`Progressive hyperpigmentation`$value #> [1] "Progressive hyperpigmentation" #> #> #> $`progressive muscular atrophy` #> $`progressive muscular atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_318" #> #> $`progressive muscular atrophy`$`_id` #> [1] "DOID_318<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`progressive muscular atrophy`$privateGeneCount #> [1] 0 #> #> $`progressive muscular atrophy`$publicGeneCount #> [1] 9 #> #> $`progressive muscular atrophy`$urlId #> [1] "DOID_318" #> #> $`progressive muscular atrophy`$dbPhenotype #> [1] TRUE #> #> $`progressive muscular atrophy`$`_parent` #> [1] "DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`progressive muscular atrophy`$`_is_leaf` #> [1] TRUE #> #> $`progressive muscular atrophy`$children #> list() #> #> $`progressive muscular atrophy`$value #> [1] "progressive muscular atrophy" #> #> #> $`progressive myoclonus epilepsy` #> $`progressive myoclonus epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_891" #> #> $`progressive myoclonus epilepsy`$`_id` #> [1] "DOID_891<DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`progressive myoclonus epilepsy`$privateGeneCount #> [1] 0 #> #> $`progressive myoclonus epilepsy`$publicGeneCount #> [1] 22 #> #> $`progressive myoclonus epilepsy`$urlId #> [1] "DOID_891" #> #> $`progressive myoclonus epilepsy`$dbPhenotype #> [1] TRUE #> #> $`progressive myoclonus epilepsy`$`_parent` #> [1] "DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`progressive myoclonus epilepsy`$`_is_leaf` #> [1] FALSE #> #> $`progressive myoclonus epilepsy`$children #> $`progressive myoclonus epilepsy`$children[[1]] #> [1] "DOID_3534<DOID_891<DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`progressive myoclonus epilepsy`$children[[2]] #> [1] "DOID_3535<DOID_891<DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`progressive myoclonus epilepsy`$value #> [1] "progressive myoclonus epilepsy" #> #> #> $`progressive supranuclear palsy` #> $`progressive supranuclear palsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_678" #> #> $`progressive supranuclear palsy`$`_id` #> [1] "DOID_678<DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`progressive supranuclear palsy`$privateGeneCount #> [1] 0 #> #> $`progressive supranuclear palsy`$publicGeneCount #> [1] 12 #> #> $`progressive supranuclear palsy`$urlId #> [1] "DOID_678" #> #> $`progressive supranuclear palsy`$dbPhenotype #> [1] TRUE #> #> $`progressive supranuclear palsy`$`_parent` #> [1] "DOID_480<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`progressive supranuclear palsy`$`_is_leaf` #> [1] TRUE #> #> $`progressive supranuclear palsy`$children #> list() #> #> $`progressive supranuclear palsy`$value #> [1] "progressive supranuclear palsy" #> #> #> $prolactinoma #> $prolactinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5394" #> #> $prolactinoma$`_id` #> [1] "DOID_5394<DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $prolactinoma$privateGeneCount #> [1] 0 #> #> $prolactinoma$publicGeneCount #> [1] 3 #> #> $prolactinoma$urlId #> [1] "DOID_5394" #> #> $prolactinoma$dbPhenotype #> [1] TRUE #> #> $prolactinoma$`_parent` #> [1] "DOID_5395<DOID_3829<DOID_60009<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $prolactinoma$`_is_leaf` #> [1] TRUE #> #> $prolactinoma$children #> list() #> #> $prolactinoma$value #> [1] "prolactinoma" #> #> #> $prolactinoma #> $prolactinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5394" #> #> $prolactinoma$`_id` #> [1] "DOID_5394<DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $prolactinoma$privateGeneCount #> [1] 0 #> #> $prolactinoma$publicGeneCount #> [1] 3 #> #> $prolactinoma$urlId #> [1] "DOID_5394" #> #> $prolactinoma$dbPhenotype #> [1] TRUE #> #> $prolactinoma$`_parent` #> [1] "DOID_5395<DOID_3829<DOID_60009<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $prolactinoma$`_is_leaf` #> [1] TRUE #> #> $prolactinoma$children #> list() #> #> $prolactinoma$value #> [1] "prolactinoma" #> #> #> $prolactinoma #> $prolactinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5394" #> #> $prolactinoma$`_id` #> [1] "DOID_5394<DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $prolactinoma$privateGeneCount #> [1] 0 #> #> $prolactinoma$publicGeneCount #> [1] 3 #> #> $prolactinoma$urlId #> [1] "DOID_5394" #> #> $prolactinoma$dbPhenotype #> [1] TRUE #> #> $prolactinoma$`_parent` #> [1] "DOID_5395<DOID_3829<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $prolactinoma$`_is_leaf` #> [1] TRUE #> #> $prolactinoma$children #> list() #> #> $prolactinoma$value #> [1] "prolactinoma" #> #> #> $`prolapse of female genital organ` #> $`prolapse of female genital organ`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1284" #> #> $`prolapse of female genital organ`$`_id` #> [1] "DOID_1284<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`prolapse of female genital organ`$privateGeneCount #> [1] 0 #> #> $`prolapse of female genital organ`$publicGeneCount #> [1] 5 #> #> $`prolapse of female genital organ`$urlId #> [1] "DOID_1284" #> #> $`prolapse of female genital organ`$dbPhenotype #> [1] FALSE #> #> $`prolapse of female genital organ`$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`prolapse of female genital organ`$`_is_leaf` #> [1] FALSE #> #> $`prolapse of female genital organ`$children #> $`prolapse of female genital organ`$children[[1]] #> [1] "DOID_1283<DOID_1284<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`prolapse of female genital organ`$value #> [1] "prolapse of female genital organ" #> #> #> $`propionic acidemia` #> $`propionic acidemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14701" #> #> $`propionic acidemia`$`_id` #> [1] "DOID_14701<DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`propionic acidemia`$privateGeneCount #> [1] 0 #> #> $`propionic acidemia`$publicGeneCount #> [1] 2 #> #> $`propionic acidemia`$urlId #> [1] "DOID_14701" #> #> $`propionic acidemia`$dbPhenotype #> [1] TRUE #> #> $`propionic acidemia`$`_parent` #> [1] "DOID_0060159<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`propionic acidemia`$`_is_leaf` #> [1] TRUE #> #> $`propionic acidemia`$children #> list() #> #> $`propionic acidemia`$value #> [1] "propionic acidemia" #> #> #> $`Proportionate short stature` #> $`Proportionate short stature`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003508" #> #> $`Proportionate short stature`$`_id` #> [1] "HP_0003508<HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Proportionate short stature`$privateGeneCount #> [1] 0 #> #> $`Proportionate short stature`$publicGeneCount #> [1] 12 #> #> $`Proportionate short stature`$urlId #> [1] "HP_0003508" #> #> $`Proportionate short stature`$dbPhenotype #> [1] FALSE #> #> $`Proportionate short stature`$`_parent` #> [1] "HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Proportionate short stature`$`_is_leaf` #> [1] FALSE #> #> $`Proportionate short stature`$children #> $`Proportionate short stature`$children[[1]] #> [1] "HP_0003510<HP_0003508<HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Proportionate short stature`$value #> [1] "Proportionate short stature" #> #> #> $`Proportionate short stature` #> $`Proportionate short stature`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003508" #> #> $`Proportionate short stature`$`_id` #> [1] "HP_0003508<HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Proportionate short stature`$privateGeneCount #> [1] 0 #> #> $`Proportionate short stature`$publicGeneCount #> [1] 12 #> #> $`Proportionate short stature`$urlId #> [1] "HP_0003508" #> #> $`Proportionate short stature`$dbPhenotype #> [1] FALSE #> #> $`Proportionate short stature`$`_parent` #> [1] "HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Proportionate short stature`$`_is_leaf` #> [1] FALSE #> #> $`Proportionate short stature`$children #> $`Proportionate short stature`$children[[1]] #> [1] "HP_0003510<HP_0003508<HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Proportionate short stature`$value #> [1] "Proportionate short stature" #> #> #> $`prostate cancer` #> $`prostate cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10283" #> #> $`prostate cancer`$`_id` #> [1] "DOID_10283<DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`prostate cancer`$privateGeneCount #> [1] 0 #> #> $`prostate cancer`$publicGeneCount #> [1] 692 #> #> $`prostate cancer`$urlId #> [1] "DOID_10283" #> #> $`prostate cancer`$dbPhenotype #> [1] TRUE #> #> $`prostate cancer`$`_parent` #> [1] "DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`prostate cancer`$`_is_leaf` #> [1] FALSE #> #> $`prostate cancer`$children #> $`prostate cancer`$children[[1]] #> [1] "DOID_10289<DOID_10283<DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`prostate cancer`$value #> [1] "prostate cancer" #> #> #> $`prostate cancer` #> $`prostate cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10283" #> #> $`prostate cancer`$`_id` #> [1] "DOID_10283<DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate cancer`$privateGeneCount #> [1] 0 #> #> $`prostate cancer`$publicGeneCount #> [1] 692 #> #> $`prostate cancer`$urlId #> [1] "DOID_10283" #> #> $`prostate cancer`$dbPhenotype #> [1] TRUE #> #> $`prostate cancer`$`_parent` #> [1] "DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate cancer`$`_is_leaf` #> [1] FALSE #> #> $`prostate cancer`$children #> $`prostate cancer`$children[[1]] #> [1] "DOID_10289<DOID_10283<DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`prostate cancer`$value #> [1] "prostate cancer" #> #> #> $`prostate cancer` #> $`prostate cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10283" #> #> $`prostate cancer`$`_id` #> [1] "DOID_10283<DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate cancer`$privateGeneCount #> [1] 0 #> #> $`prostate cancer`$publicGeneCount #> [1] 692 #> #> $`prostate cancer`$urlId #> [1] "DOID_10283" #> #> $`prostate cancer`$dbPhenotype #> [1] TRUE #> #> $`prostate cancer`$`_parent` #> [1] "DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate cancer`$`_is_leaf` #> [1] FALSE #> #> $`prostate cancer`$children #> $`prostate cancer`$children[[1]] #> [1] "DOID_10289<DOID_10283<DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`prostate cancer`$value #> [1] "prostate cancer" #> #> #> $`prostate disease` #> $`prostate disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_47" #> #> $`prostate disease`$`_id` #> [1] "DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate disease`$privateGeneCount #> [1] 0 #> #> $`prostate disease`$publicGeneCount #> [1] 696 #> #> $`prostate disease`$urlId #> [1] "DOID_47" #> #> $`prostate disease`$dbPhenotype #> [1] TRUE #> #> $`prostate disease`$`_parent` #> [1] "DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate disease`$`_is_leaf` #> [1] FALSE #> #> $`prostate disease`$children #> $`prostate disease`$children[[1]] #> [1] "DOID_10283<DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate disease`$children[[2]] #> [1] "DOID_2883<DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate disease`$children[[3]] #> [1] "DOID_14654<DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`prostate disease`$value #> [1] "prostate disease" #> #> #> $`prostate malignant phyllodes tumor` #> $`prostate malignant phyllodes tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10289" #> #> $`prostate malignant phyllodes tumor`$`_id` #> [1] "DOID_10289<DOID_10283<DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`prostate malignant phyllodes tumor`$privateGeneCount #> [1] 0 #> #> $`prostate malignant phyllodes tumor`$publicGeneCount #> [1] 1 #> #> $`prostate malignant phyllodes tumor`$urlId #> [1] "DOID_10289" #> #> $`prostate malignant phyllodes tumor`$dbPhenotype #> [1] TRUE #> #> $`prostate malignant phyllodes tumor`$`_parent` #> [1] "DOID_10283<DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`prostate malignant phyllodes tumor`$`_is_leaf` #> [1] TRUE #> #> $`prostate malignant phyllodes tumor`$children #> list() #> #> $`prostate malignant phyllodes tumor`$value #> [1] "prostate malignant phyllodes tumor" #> #> #> $`prostate malignant phyllodes tumor` #> $`prostate malignant phyllodes tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10289" #> #> $`prostate malignant phyllodes tumor`$`_id` #> [1] "DOID_10289<DOID_10283<DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate malignant phyllodes tumor`$privateGeneCount #> [1] 0 #> #> $`prostate malignant phyllodes tumor`$publicGeneCount #> [1] 1 #> #> $`prostate malignant phyllodes tumor`$urlId #> [1] "DOID_10289" #> #> $`prostate malignant phyllodes tumor`$dbPhenotype #> [1] TRUE #> #> $`prostate malignant phyllodes tumor`$`_parent` #> [1] "DOID_10283<DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate malignant phyllodes tumor`$`_is_leaf` #> [1] TRUE #> #> $`prostate malignant phyllodes tumor`$children #> list() #> #> $`prostate malignant phyllodes tumor`$value #> [1] "prostate malignant phyllodes tumor" #> #> #> $`prostate malignant phyllodes tumor` #> $`prostate malignant phyllodes tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10289" #> #> $`prostate malignant phyllodes tumor`$`_id` #> [1] "DOID_10289<DOID_10283<DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate malignant phyllodes tumor`$privateGeneCount #> [1] 0 #> #> $`prostate malignant phyllodes tumor`$publicGeneCount #> [1] 1 #> #> $`prostate malignant phyllodes tumor`$urlId #> [1] "DOID_10289" #> #> $`prostate malignant phyllodes tumor`$dbPhenotype #> [1] TRUE #> #> $`prostate malignant phyllodes tumor`$`_parent` #> [1] "DOID_10283<DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostate malignant phyllodes tumor`$`_is_leaf` #> [1] TRUE #> #> $`prostate malignant phyllodes tumor`$children #> list() #> #> $`prostate malignant phyllodes tumor`$value #> [1] "prostate malignant phyllodes tumor" #> #> #> $`prostatic adenoma` #> $`prostatic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2883" #> #> $`prostatic adenoma`$`_id` #> [1] "DOID_2883<DOID_0060087<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`prostatic adenoma`$privateGeneCount #> [1] 0 #> #> $`prostatic adenoma`$publicGeneCount #> [1] 12 #> #> $`prostatic adenoma`$urlId #> [1] "DOID_2883" #> #> $`prostatic adenoma`$dbPhenotype #> [1] TRUE #> #> $`prostatic adenoma`$`_parent` #> [1] "DOID_0060087<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`prostatic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`prostatic adenoma`$children #> list() #> #> $`prostatic adenoma`$value #> [1] "prostatic adenoma" #> #> #> $`prostatic adenoma` #> $`prostatic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2883" #> #> $`prostatic adenoma`$`_id` #> [1] "DOID_2883<DOID_0060087<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`prostatic adenoma`$privateGeneCount #> [1] 0 #> #> $`prostatic adenoma`$publicGeneCount #> [1] 12 #> #> $`prostatic adenoma`$urlId #> [1] "DOID_2883" #> #> $`prostatic adenoma`$dbPhenotype #> [1] TRUE #> #> $`prostatic adenoma`$`_parent` #> [1] "DOID_0060087<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`prostatic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`prostatic adenoma`$children #> list() #> #> $`prostatic adenoma`$value #> [1] "prostatic adenoma" #> #> #> $`prostatic adenoma` #> $`prostatic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2883" #> #> $`prostatic adenoma`$`_id` #> [1] "DOID_2883<DOID_0060087<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostatic adenoma`$privateGeneCount #> [1] 0 #> #> $`prostatic adenoma`$publicGeneCount #> [1] 12 #> #> $`prostatic adenoma`$urlId #> [1] "DOID_2883" #> #> $`prostatic adenoma`$dbPhenotype #> [1] TRUE #> #> $`prostatic adenoma`$`_parent` #> [1] "DOID_0060087<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostatic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`prostatic adenoma`$children #> list() #> #> $`prostatic adenoma`$value #> [1] "prostatic adenoma" #> #> #> $`prostatic adenoma` #> $`prostatic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2883" #> #> $`prostatic adenoma`$`_id` #> [1] "DOID_2883<DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostatic adenoma`$privateGeneCount #> [1] 0 #> #> $`prostatic adenoma`$publicGeneCount #> [1] 12 #> #> $`prostatic adenoma`$urlId #> [1] "DOID_2883" #> #> $`prostatic adenoma`$dbPhenotype #> [1] TRUE #> #> $`prostatic adenoma`$`_parent` #> [1] "DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`prostatic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`prostatic adenoma`$children #> list() #> #> $`prostatic adenoma`$value #> [1] "prostatic adenoma" #> #> #> $`prostatic adenoma` #> $`prostatic adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2883" #> #> $`prostatic adenoma`$`_id` #> [1] "DOID_2883<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`prostatic adenoma`$privateGeneCount #> [1] 0 #> #> $`prostatic adenoma`$publicGeneCount #> [1] 12 #> #> $`prostatic adenoma`$urlId #> [1] "DOID_2883" #> #> $`prostatic adenoma`$dbPhenotype #> [1] TRUE #> #> $`prostatic adenoma`$`_parent` #> [1] "DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`prostatic adenoma`$`_is_leaf` #> [1] TRUE #> #> $`prostatic adenoma`$children #> list() #> #> $`prostatic adenoma`$value #> [1] "prostatic adenoma" #> #> #> $prostatitis #> $prostatitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14654" #> #> $prostatitis$`_id` #> [1] "DOID_14654<DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $prostatitis$privateGeneCount #> [1] 0 #> #> $prostatitis$publicGeneCount #> [1] 2 #> #> $prostatitis$urlId #> [1] "DOID_14654" #> #> $prostatitis$dbPhenotype #> [1] TRUE #> #> $prostatitis$`_parent` #> [1] "DOID_47<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $prostatitis$`_is_leaf` #> [1] TRUE #> #> $prostatitis$children #> list() #> #> $prostatitis$value #> [1] "prostatitis" #> #> #> $`protein C deficiency` #> $`protein C deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3756" #> #> $`protein C deficiency`$`_id` #> [1] "DOID_3756<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`protein C deficiency`$privateGeneCount #> [1] 0 #> #> $`protein C deficiency`$publicGeneCount #> [1] 1 #> #> $`protein C deficiency`$urlId #> [1] "DOID_3756" #> #> $`protein C deficiency`$dbPhenotype #> [1] TRUE #> #> $`protein C deficiency`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`protein C deficiency`$`_is_leaf` #> [1] TRUE #> #> $`protein C deficiency`$children #> list() #> #> $`protein C deficiency`$value #> [1] "protein C deficiency" #> #> #> $`protein C deficiency` #> $`protein C deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3756" #> #> $`protein C deficiency`$`_id` #> [1] "DOID_3756<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`protein C deficiency`$privateGeneCount #> [1] 0 #> #> $`protein C deficiency`$publicGeneCount #> [1] 1 #> #> $`protein C deficiency`$urlId #> [1] "DOID_3756" #> #> $`protein C deficiency`$dbPhenotype #> [1] TRUE #> #> $`protein C deficiency`$`_parent` #> [1] "DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`protein C deficiency`$`_is_leaf` #> [1] TRUE #> #> $`protein C deficiency`$children #> list() #> #> $`protein C deficiency`$value #> [1] "protein C deficiency" #> #> #> $`protein S deficiency` #> $`protein S deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2451" #> #> $`protein S deficiency`$`_id` #> [1] "DOID_2451<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`protein S deficiency`$privateGeneCount #> [1] 0 #> #> $`protein S deficiency`$publicGeneCount #> [1] 1 #> #> $`protein S deficiency`$urlId #> [1] "DOID_2451" #> #> $`protein S deficiency`$dbPhenotype #> [1] TRUE #> #> $`protein S deficiency`$`_parent` #> [1] "DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`protein S deficiency`$`_is_leaf` #> [1] TRUE #> #> $`protein S deficiency`$children #> list() #> #> $`protein S deficiency`$value #> [1] "protein S deficiency" #> #> #> $`protein S deficiency` #> $`protein S deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2451" #> #> $`protein S deficiency`$`_id` #> [1] "DOID_2451<DOID_620<DOID_74<DOID_7<DOID_4" #> #> $`protein S deficiency`$privateGeneCount #> [1] 0 #> #> $`protein S deficiency`$publicGeneCount #> [1] 1 #> #> $`protein S deficiency`$urlId #> [1] "DOID_2451" #> #> $`protein S deficiency`$dbPhenotype #> [1] TRUE #> #> $`protein S deficiency`$`_parent` #> [1] "DOID_620<DOID_74<DOID_7<DOID_4" #> #> $`protein S deficiency`$`_is_leaf` #> [1] TRUE #> #> $`protein S deficiency`$children #> list() #> #> $`protein S deficiency`$value #> [1] "protein S deficiency" #> #> #> $proteinuria #> $proteinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_576" #> #> $proteinuria$`_id` #> [1] "DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $proteinuria$privateGeneCount #> [1] 0 #> #> $proteinuria$publicGeneCount #> [1] 102 #> #> $proteinuria$urlId #> [1] "DOID_576" #> #> $proteinuria$dbPhenotype #> [1] TRUE #> #> $proteinuria$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $proteinuria$`_is_leaf` #> [1] FALSE #> #> $proteinuria$children #> $proteinuria$children[[1]] #> [1] "DOID_582<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $proteinuria$children[[2]] #> [1] "DOID_2527<DOID_576<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $proteinuria$value #> [1] "proteinuria" #> #> #> $`Proteus syndrome` #> $`Proteus syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13482" #> #> $`Proteus syndrome`$`_id` #> [1] "DOID_13482<DOID_225<DOID_4" #> #> $`Proteus syndrome`$privateGeneCount #> [1] 0 #> #> $`Proteus syndrome`$publicGeneCount #> [1] 2 #> #> $`Proteus syndrome`$urlId #> [1] "DOID_13482" #> #> $`Proteus syndrome`$dbPhenotype #> [1] TRUE #> #> $`Proteus syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Proteus syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Proteus syndrome`$children #> list() #> #> $`Proteus syndrome`$value #> [1] "Proteus syndrome" #> #> #> $`prothrombin deficiency` #> $`prothrombin deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2235" #> #> $`prothrombin deficiency`$`_id` #> [1] "DOID_2235<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`prothrombin deficiency`$privateGeneCount #> [1] 0 #> #> $`prothrombin deficiency`$publicGeneCount #> [1] 1 #> #> $`prothrombin deficiency`$urlId #> [1] "DOID_2235" #> #> $`prothrombin deficiency`$dbPhenotype #> [1] TRUE #> #> $`prothrombin deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`prothrombin deficiency`$`_is_leaf` #> [1] TRUE #> #> $`prothrombin deficiency`$children #> list() #> #> $`prothrombin deficiency`$value #> [1] "prothrombin deficiency" #> #> #> $`prothrombin deficiency` #> $`prothrombin deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2235" #> #> $`prothrombin deficiency`$`_id` #> [1] "DOID_2235<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`prothrombin deficiency`$privateGeneCount #> [1] 0 #> #> $`prothrombin deficiency`$publicGeneCount #> [1] 1 #> #> $`prothrombin deficiency`$urlId #> [1] "DOID_2235" #> #> $`prothrombin deficiency`$dbPhenotype #> [1] TRUE #> #> $`prothrombin deficiency`$`_parent` #> [1] "DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`prothrombin deficiency`$`_is_leaf` #> [1] TRUE #> #> $`prothrombin deficiency`$children #> list() #> #> $`prothrombin deficiency`$value #> [1] "prothrombin deficiency" #> #> #> $`protoplasmic astrocytoma` #> $`protoplasmic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7008" #> #> $`protoplasmic astrocytoma`$`_id` #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`protoplasmic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`protoplasmic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`protoplasmic astrocytoma`$urlId #> [1] "DOID_7008" #> #> $`protoplasmic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`protoplasmic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`protoplasmic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`protoplasmic astrocytoma`$children #> list() #> #> $`protoplasmic astrocytoma`$value #> [1] "protoplasmic astrocytoma" #> #> #> $`protoplasmic astrocytoma` #> $`protoplasmic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7008" #> #> $`protoplasmic astrocytoma`$`_id` #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`protoplasmic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`protoplasmic astrocytoma`$urlId #> [1] "DOID_7008" #> #> $`protoplasmic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`protoplasmic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`protoplasmic astrocytoma`$children #> list() #> #> $`protoplasmic astrocytoma`$value #> [1] "protoplasmic astrocytoma" #> #> #> $`protoplasmic astrocytoma` #> $`protoplasmic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7008" #> #> $`protoplasmic astrocytoma`$`_id` #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`protoplasmic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`protoplasmic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`protoplasmic astrocytoma`$urlId #> [1] "DOID_7008" #> #> $`protoplasmic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`protoplasmic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`protoplasmic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`protoplasmic astrocytoma`$children #> list() #> #> $`protoplasmic astrocytoma`$value #> [1] "protoplasmic astrocytoma" #> #> #> $`protoplasmic astrocytoma` #> $`protoplasmic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7008" #> #> $`protoplasmic astrocytoma`$`_id` #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`protoplasmic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`protoplasmic astrocytoma`$urlId #> [1] "DOID_7008" #> #> $`protoplasmic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`protoplasmic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`protoplasmic astrocytoma`$children #> list() #> #> $`protoplasmic astrocytoma`$value #> [1] "protoplasmic astrocytoma" #> #> #> $`protoplasmic astrocytoma` #> $`protoplasmic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7008" #> #> $`protoplasmic astrocytoma`$`_id` #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`protoplasmic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`protoplasmic astrocytoma`$urlId #> [1] "DOID_7008" #> #> $`protoplasmic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`protoplasmic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`protoplasmic astrocytoma`$children #> list() #> #> $`protoplasmic astrocytoma`$value #> [1] "protoplasmic astrocytoma" #> #> #> $`protoplasmic astrocytoma` #> $`protoplasmic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7008" #> #> $`protoplasmic astrocytoma`$`_id` #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`protoplasmic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`protoplasmic astrocytoma`$urlId #> [1] "DOID_7008" #> #> $`protoplasmic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`protoplasmic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`protoplasmic astrocytoma`$children #> list() #> #> $`protoplasmic astrocytoma`$value #> [1] "protoplasmic astrocytoma" #> #> #> $`protoplasmic astrocytoma` #> $`protoplasmic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7008" #> #> $`protoplasmic astrocytoma`$`_id` #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`protoplasmic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`protoplasmic astrocytoma`$urlId #> [1] "DOID_7008" #> #> $`protoplasmic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`protoplasmic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`protoplasmic astrocytoma`$children #> list() #> #> $`protoplasmic astrocytoma`$value #> [1] "protoplasmic astrocytoma" #> #> #> $`protoplasmic astrocytoma` #> $`protoplasmic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7008" #> #> $`protoplasmic astrocytoma`$`_id` #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`protoplasmic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`protoplasmic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`protoplasmic astrocytoma`$urlId #> [1] "DOID_7008" #> #> $`protoplasmic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`protoplasmic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`protoplasmic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`protoplasmic astrocytoma`$children #> list() #> #> $`protoplasmic astrocytoma`$value #> [1] "protoplasmic astrocytoma" #> #> #> $`protoplasmic astrocytoma` #> $`protoplasmic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7008" #> #> $`protoplasmic astrocytoma`$`_id` #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`protoplasmic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`protoplasmic astrocytoma`$urlId #> [1] "DOID_7008" #> #> $`protoplasmic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`protoplasmic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`protoplasmic astrocytoma`$children #> list() #> #> $`protoplasmic astrocytoma`$value #> [1] "protoplasmic astrocytoma" #> #> #> $`protoplasmic astrocytoma` #> $`protoplasmic astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7008" #> #> $`protoplasmic astrocytoma`$`_id` #> [1] "DOID_7008<DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$privateGeneCount #> [1] 0 #> #> $`protoplasmic astrocytoma`$publicGeneCount #> [1] 34 #> #> $`protoplasmic astrocytoma`$urlId #> [1] "DOID_7008" #> #> $`protoplasmic astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`protoplasmic astrocytoma`$`_parent` #> [1] "DOID_3069<DOID_3070<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`protoplasmic astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`protoplasmic astrocytoma`$children #> list() #> #> $`protoplasmic astrocytoma`$value #> [1] "protoplasmic astrocytoma" #> #> #> $`proximal symphalangism` #> $`proximal symphalangism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050788" #> #> $`proximal symphalangism`$`_id` #> [1] "DOID_0050788<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`proximal symphalangism`$privateGeneCount #> [1] 0 #> #> $`proximal symphalangism`$publicGeneCount #> [1] 1 #> #> $`proximal symphalangism`$urlId #> [1] "DOID_0050788" #> #> $`proximal symphalangism`$dbPhenotype #> [1] TRUE #> #> $`proximal symphalangism`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`proximal symphalangism`$`_is_leaf` #> [1] TRUE #> #> $`proximal symphalangism`$children #> list() #> #> $`proximal symphalangism`$value #> [1] "proximal symphalangism" #> #> #> $`proximal symphalangism` #> $`proximal symphalangism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050788" #> #> $`proximal symphalangism`$`_id` #> [1] "DOID_0050788<DOID_225<DOID_4" #> #> $`proximal symphalangism`$privateGeneCount #> [1] 0 #> #> $`proximal symphalangism`$publicGeneCount #> [1] 1 #> #> $`proximal symphalangism`$urlId #> [1] "DOID_0050788" #> #> $`proximal symphalangism`$dbPhenotype #> [1] TRUE #> #> $`proximal symphalangism`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`proximal symphalangism`$`_is_leaf` #> [1] TRUE #> #> $`proximal symphalangism`$children #> list() #> #> $`proximal symphalangism`$value #> [1] "proximal symphalangism" #> #> #> $`Proximal symphalangism` #> $`Proximal symphalangism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100264" #> #> $`Proximal symphalangism`$`_id` #> [1] "HP_0100264<HP_0100262<HP_0100240<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Proximal symphalangism`$privateGeneCount #> [1] 0 #> #> $`Proximal symphalangism`$publicGeneCount #> [1] 1 #> #> $`Proximal symphalangism`$urlId #> [1] "HP_0100264" #> #> $`Proximal symphalangism`$dbPhenotype #> [1] TRUE #> #> $`Proximal symphalangism`$`_parent` #> [1] "HP_0100262<HP_0100240<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Proximal symphalangism`$`_is_leaf` #> [1] TRUE #> #> $`Proximal symphalangism`$children #> list() #> #> $`Proximal symphalangism`$value #> [1] "Proximal symphalangism" #> #> #> $`Proximal symphalangism` #> $`Proximal symphalangism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100264" #> #> $`Proximal symphalangism`$`_id` #> [1] "HP_0100264<HP_0100262<HP_0100240<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Proximal symphalangism`$privateGeneCount #> [1] 0 #> #> $`Proximal symphalangism`$publicGeneCount #> [1] 1 #> #> $`Proximal symphalangism`$urlId #> [1] "HP_0100264" #> #> $`Proximal symphalangism`$dbPhenotype #> [1] TRUE #> #> $`Proximal symphalangism`$`_parent` #> [1] "HP_0100262<HP_0100240<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Proximal symphalangism`$`_is_leaf` #> [1] TRUE #> #> $`Proximal symphalangism`$children #> list() #> #> $`Proximal symphalangism`$value #> [1] "Proximal symphalangism" #> #> #> $Pruritus #> $Pruritus$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000989" #> #> $Pruritus$`_id` #> [1] "HP_0000989<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Pruritus$privateGeneCount #> [1] 0 #> #> $Pruritus$publicGeneCount #> [1] 6 #> #> $Pruritus$urlId #> [1] "HP_0000989" #> #> $Pruritus$dbPhenotype #> [1] TRUE #> #> $Pruritus$`_parent` #> [1] "HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $Pruritus$`_is_leaf` #> [1] TRUE #> #> $Pruritus$children #> list() #> #> $Pruritus$value #> [1] "Pruritus" #> #> #> $`psammomatous meningioma` #> $`psammomatous meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7210" #> #> $`psammomatous meningioma`$`_id` #> [1] "DOID_7210<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`psammomatous meningioma`$privateGeneCount #> [1] 0 #> #> $`psammomatous meningioma`$publicGeneCount #> [1] 16 #> #> $`psammomatous meningioma`$urlId #> [1] "DOID_7210" #> #> $`psammomatous meningioma`$dbPhenotype #> [1] TRUE #> #> $`psammomatous meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`psammomatous meningioma`$`_is_leaf` #> [1] TRUE #> #> $`psammomatous meningioma`$children #> list() #> #> $`psammomatous meningioma`$value #> [1] "psammomatous meningioma" #> #> #> $`psammomatous meningioma` #> $`psammomatous meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7210" #> #> $`psammomatous meningioma`$`_id` #> [1] "DOID_7210<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`psammomatous meningioma`$privateGeneCount #> [1] 0 #> #> $`psammomatous meningioma`$publicGeneCount #> [1] 16 #> #> $`psammomatous meningioma`$urlId #> [1] "DOID_7210" #> #> $`psammomatous meningioma`$dbPhenotype #> [1] TRUE #> #> $`psammomatous meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`psammomatous meningioma`$`_is_leaf` #> [1] TRUE #> #> $`psammomatous meningioma`$children #> list() #> #> $`psammomatous meningioma`$value #> [1] "psammomatous meningioma" #> #> #> $`psammomatous meningioma` #> $`psammomatous meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7210" #> #> $`psammomatous meningioma`$`_id` #> [1] "DOID_7210<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`psammomatous meningioma`$privateGeneCount #> [1] 0 #> #> $`psammomatous meningioma`$publicGeneCount #> [1] 16 #> #> $`psammomatous meningioma`$urlId #> [1] "DOID_7210" #> #> $`psammomatous meningioma`$dbPhenotype #> [1] TRUE #> #> $`psammomatous meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`psammomatous meningioma`$`_is_leaf` #> [1] TRUE #> #> $`psammomatous meningioma`$children #> list() #> #> $`psammomatous meningioma`$value #> [1] "psammomatous meningioma" #> #> #> $`PSAT deficiency` #> $`PSAT deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050723" #> #> $`PSAT deficiency`$`_id` #> [1] "DOID_0050723<DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`PSAT deficiency`$privateGeneCount #> [1] 0 #> #> $`PSAT deficiency`$publicGeneCount #> [1] 1 #> #> $`PSAT deficiency`$urlId #> [1] "DOID_0050723" #> #> $`PSAT deficiency`$dbPhenotype #> [1] TRUE #> #> $`PSAT deficiency`$`_parent` #> [1] "DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`PSAT deficiency`$`_is_leaf` #> [1] TRUE #> #> $`PSAT deficiency`$children #> list() #> #> $`PSAT deficiency`$value #> [1] "PSAT deficiency" #> #> #> $`pseudo-TORCH syndrome 1` #> $`pseudo-TORCH syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050656" #> #> $`pseudo-TORCH syndrome 1`$`_id` #> [1] "DOID_0050656<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`pseudo-TORCH syndrome 1`$privateGeneCount #> [1] 0 #> #> $`pseudo-TORCH syndrome 1`$publicGeneCount #> [1] 1 #> #> $`pseudo-TORCH syndrome 1`$urlId #> [1] "DOID_0050656" #> #> $`pseudo-TORCH syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`pseudo-TORCH syndrome 1`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`pseudo-TORCH syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`pseudo-TORCH syndrome 1`$children #> list() #> #> $`pseudo-TORCH syndrome 1`$value #> [1] "pseudo-TORCH syndrome 1" #> #> #> $`pseudo-TORCH syndrome 1` #> $`pseudo-TORCH syndrome 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050656" #> #> $`pseudo-TORCH syndrome 1`$`_id` #> [1] "DOID_0050656<DOID_225<DOID_4" #> #> $`pseudo-TORCH syndrome 1`$privateGeneCount #> [1] 0 #> #> $`pseudo-TORCH syndrome 1`$publicGeneCount #> [1] 1 #> #> $`pseudo-TORCH syndrome 1`$urlId #> [1] "DOID_0050656" #> #> $`pseudo-TORCH syndrome 1`$dbPhenotype #> [1] TRUE #> #> $`pseudo-TORCH syndrome 1`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`pseudo-TORCH syndrome 1`$`_is_leaf` #> [1] TRUE #> #> $`pseudo-TORCH syndrome 1`$children #> list() #> #> $`pseudo-TORCH syndrome 1`$value #> [1] "pseudo-TORCH syndrome 1" #> #> #> $pseudoachondroplasia #> $pseudoachondroplasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080047" #> #> $pseudoachondroplasia$`_id` #> [1] "DOID_0080047<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $pseudoachondroplasia$privateGeneCount #> [1] 0 #> #> $pseudoachondroplasia$publicGeneCount #> [1] 1 #> #> $pseudoachondroplasia$urlId #> [1] "DOID_0080047" #> #> $pseudoachondroplasia$dbPhenotype #> [1] TRUE #> #> $pseudoachondroplasia$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $pseudoachondroplasia$`_is_leaf` #> [1] TRUE #> #> $pseudoachondroplasia$children #> list() #> #> $pseudoachondroplasia$value #> [1] "pseudoachondroplasia" #> #> #> $pseudoachondroplasia #> $pseudoachondroplasia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080047" #> #> $pseudoachondroplasia$`_id` #> [1] "DOID_0080047<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pseudoachondroplasia$privateGeneCount #> [1] 0 #> #> $pseudoachondroplasia$publicGeneCount #> [1] 1 #> #> $pseudoachondroplasia$urlId #> [1] "DOID_0080047" #> #> $pseudoachondroplasia$dbPhenotype #> [1] TRUE #> #> $pseudoachondroplasia$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pseudoachondroplasia$`_is_leaf` #> [1] TRUE #> #> $pseudoachondroplasia$children #> list() #> #> $pseudoachondroplasia$value #> [1] "pseudoachondroplasia" #> #> #> $pseudohermaphroditism #> $pseudohermaphroditism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3765" #> #> $pseudohermaphroditism$`_id` #> [1] "DOID_3765<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $pseudohermaphroditism$privateGeneCount #> [1] 0 #> #> $pseudohermaphroditism$publicGeneCount #> [1] 3 #> #> $pseudohermaphroditism$urlId #> [1] "DOID_3765" #> #> $pseudohermaphroditism$dbPhenotype #> [1] TRUE #> #> $pseudohermaphroditism$`_parent` #> [1] "DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $pseudohermaphroditism$`_is_leaf` #> [1] FALSE #> #> $pseudohermaphroditism$children #> $pseudohermaphroditism$children[[1]] #> [1] "DOID_0050791<DOID_3765<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $pseudohermaphroditism$value #> [1] "pseudohermaphroditism" #> #> #> $pseudohypoaldosteronism #> $pseudohypoaldosteronism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4479" #> #> $pseudohypoaldosteronism$`_id` #> [1] "DOID_4479<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $pseudohypoaldosteronism$privateGeneCount #> [1] 0 #> #> $pseudohypoaldosteronism$publicGeneCount #> [1] 8 #> #> $pseudohypoaldosteronism$urlId #> [1] "DOID_4479" #> #> $pseudohypoaldosteronism$dbPhenotype #> [1] TRUE #> #> $pseudohypoaldosteronism$`_parent` #> [1] "DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $pseudohypoaldosteronism$`_is_leaf` #> [1] TRUE #> #> $pseudohypoaldosteronism$children #> list() #> #> $pseudohypoaldosteronism$value #> [1] "pseudohypoaldosteronism" #> #> #> $pseudohypoparathyroidism #> $pseudohypoparathyroidism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4184" #> #> $pseudohypoparathyroidism$`_id` #> [1] "DOID_4184<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $pseudohypoparathyroidism$privateGeneCount #> [1] 0 #> #> $pseudohypoparathyroidism$publicGeneCount #> [1] 3 #> #> $pseudohypoparathyroidism$urlId #> [1] "DOID_4184" #> #> $pseudohypoparathyroidism$dbPhenotype #> [1] TRUE #> #> $pseudohypoparathyroidism$`_parent` #> [1] "DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $pseudohypoparathyroidism$`_is_leaf` #> [1] FALSE #> #> $pseudohypoparathyroidism$children #> $pseudohypoparathyroidism$children[[1]] #> [1] "DOID_0080053<DOID_4184<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $pseudohypoparathyroidism$children[[2]] #> [1] "DOID_4183<DOID_4184<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> #> $pseudohypoparathyroidism$value #> [1] "pseudohypoparathyroidism" #> #> #> $pseudopseudohypoparathyroidism #> $pseudopseudohypoparathyroidism$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4183" #> #> $pseudopseudohypoparathyroidism$`_id` #> [1] "DOID_4183<DOID_4184<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $pseudopseudohypoparathyroidism$privateGeneCount #> [1] 0 #> #> $pseudopseudohypoparathyroidism$publicGeneCount #> [1] 1 #> #> $pseudopseudohypoparathyroidism$urlId #> [1] "DOID_4183" #> #> $pseudopseudohypoparathyroidism$dbPhenotype #> [1] TRUE #> #> $pseudopseudohypoparathyroidism$`_parent` #> [1] "DOID_4184<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $pseudopseudohypoparathyroidism$`_is_leaf` #> [1] TRUE #> #> $pseudopseudohypoparathyroidism$children #> list() #> #> $pseudopseudohypoparathyroidism$value #> [1] "pseudopseudohypoparathyroidism" #> #> #> $`pseudoxanthoma elasticum` #> $`pseudoxanthoma elasticum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2738" #> #> $`pseudoxanthoma elasticum`$`_id` #> [1] "DOID_2738<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`pseudoxanthoma elasticum`$privateGeneCount #> [1] 0 #> #> $`pseudoxanthoma elasticum`$publicGeneCount #> [1] 9 #> #> $`pseudoxanthoma elasticum`$urlId #> [1] "DOID_2738" #> #> $`pseudoxanthoma elasticum`$dbPhenotype #> [1] TRUE #> #> $`pseudoxanthoma elasticum`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`pseudoxanthoma elasticum`$`_is_leaf` #> [1] TRUE #> #> $`pseudoxanthoma elasticum`$children #> list() #> #> $`pseudoxanthoma elasticum`$value #> [1] "pseudoxanthoma elasticum" #> #> #> $`pseudoxanthoma elasticum` #> $`pseudoxanthoma elasticum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2738" #> #> $`pseudoxanthoma elasticum`$`_id` #> [1] "DOID_2738<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pseudoxanthoma elasticum`$privateGeneCount #> [1] 0 #> #> $`pseudoxanthoma elasticum`$publicGeneCount #> [1] 9 #> #> $`pseudoxanthoma elasticum`$urlId #> [1] "DOID_2738" #> #> $`pseudoxanthoma elasticum`$dbPhenotype #> [1] TRUE #> #> $`pseudoxanthoma elasticum`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pseudoxanthoma elasticum`$`_is_leaf` #> [1] TRUE #> #> $`pseudoxanthoma elasticum`$children #> list() #> #> $`pseudoxanthoma elasticum`$value #> [1] "pseudoxanthoma elasticum" #> #> #> $psoriasis #> $psoriasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8893" #> #> $psoriasis$`_id` #> [1] "DOID_8893<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $psoriasis$privateGeneCount #> [1] 0 #> #> $psoriasis$publicGeneCount #> [1] 19 #> #> $psoriasis$urlId #> [1] "DOID_8893" #> #> $psoriasis$dbPhenotype #> [1] TRUE #> #> $psoriasis$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $psoriasis$`_is_leaf` #> [1] FALSE #> #> $psoriasis$children #> $psoriasis$children[[1]] #> [1] "DOID_9088<DOID_8893<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $psoriasis$children[[2]] #> [1] "DOID_9212<DOID_8893<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $psoriasis$value #> [1] "psoriasis" #> #> #> $`psoriatic arthritis` #> $`psoriatic arthritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9008" #> #> $`psoriatic arthritis`$`_id` #> [1] "DOID_9008<DOID_225<DOID_4" #> #> $`psoriatic arthritis`$privateGeneCount #> [1] 0 #> #> $`psoriatic arthritis`$publicGeneCount #> [1] 27 #> #> $`psoriatic arthritis`$urlId #> [1] "DOID_9008" #> #> $`psoriatic arthritis`$dbPhenotype #> [1] TRUE #> #> $`psoriatic arthritis`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`psoriatic arthritis`$`_is_leaf` #> [1] TRUE #> #> $`psoriatic arthritis`$children #> list() #> #> $`psoriatic arthritis`$value #> [1] "psoriatic arthritis" #> #> #> $`PSPH deficiency` #> $`PSPH deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050724" #> #> $`PSPH deficiency`$`_id` #> [1] "DOID_0050724<DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`PSPH deficiency`$privateGeneCount #> [1] 0 #> #> $`PSPH deficiency`$publicGeneCount #> [1] 1 #> #> $`PSPH deficiency`$urlId #> [1] "DOID_0050724" #> #> $`PSPH deficiency`$dbPhenotype #> [1] TRUE #> #> $`PSPH deficiency`$`_parent` #> [1] "DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`PSPH deficiency`$`_is_leaf` #> [1] TRUE #> #> $`PSPH deficiency`$children #> list() #> #> $`PSPH deficiency`$value #> [1] "PSPH deficiency" #> #> #> $`Psychomotor deterioration` #> $`Psychomotor deterioration`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002361" #> #> $`Psychomotor deterioration`$`_id` #> [1] "HP_0002361<HP_0001268<HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Psychomotor deterioration`$privateGeneCount #> [1] 0 #> #> $`Psychomotor deterioration`$publicGeneCount #> [1] 1 #> #> $`Psychomotor deterioration`$urlId #> [1] "HP_0002361" #> #> $`Psychomotor deterioration`$dbPhenotype #> [1] TRUE #> #> $`Psychomotor deterioration`$`_parent` #> [1] "HP_0001268<HP_0100543<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Psychomotor deterioration`$`_is_leaf` #> [1] TRUE #> #> $`Psychomotor deterioration`$children #> list() #> #> $`Psychomotor deterioration`$value #> [1] "Psychomotor deterioration" #> #> #> $`psychosexual disorder` #> $`psychosexual disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10132" #> #> $`psychosexual disorder`$`_id` #> [1] "DOID_10132<DOID_0060043<DOID_150<DOID_4" #> #> $`psychosexual disorder`$privateGeneCount #> [1] 0 #> #> $`psychosexual disorder`$publicGeneCount #> [1] 6 #> #> $`psychosexual disorder`$urlId #> [1] "DOID_10132" #> #> $`psychosexual disorder`$dbPhenotype #> [1] FALSE #> #> $`psychosexual disorder`$`_parent` #> [1] "DOID_0060043<DOID_150<DOID_4" #> #> $`psychosexual disorder`$`_is_leaf` #> [1] FALSE #> #> $`psychosexual disorder`$children #> $`psychosexual disorder`$children[[1]] #> [1] "DOID_13868<DOID_10132<DOID_0060043<DOID_150<DOID_4" #> #> #> $`psychosexual disorder`$value #> [1] "psychosexual disorder" #> #> #> $Psychosis #> $Psychosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000709" #> #> $Psychosis$`_id` #> [1] "HP_0000709<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Psychosis$privateGeneCount #> [1] 0 #> #> $Psychosis$publicGeneCount #> [1] 3 #> #> $Psychosis$urlId #> [1] "HP_0000709" #> #> $Psychosis$dbPhenotype #> [1] TRUE #> #> $Psychosis$`_parent` #> [1] "HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Psychosis$`_is_leaf` #> [1] TRUE #> #> $Psychosis$children #> list() #> #> $Psychosis$value #> [1] "Psychosis" #> #> #> $`psychotic disorder` #> $`psychotic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2468" #> #> $`psychotic disorder`$`_id` #> [1] "DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`psychotic disorder`$privateGeneCount #> [1] 0 #> #> $`psychotic disorder`$publicGeneCount #> [1] 319 #> #> $`psychotic disorder`$urlId #> [1] "DOID_2468" #> #> $`psychotic disorder`$dbPhenotype #> [1] FALSE #> #> $`psychotic disorder`$`_parent` #> [1] "DOID_1561<DOID_150<DOID_4" #> #> $`psychotic disorder`$`_is_leaf` #> [1] FALSE #> #> $`psychotic disorder`$children #> $`psychotic disorder`$children[[1]] #> [1] "DOID_778<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`psychotic disorder`$children[[2]] #> [1] "DOID_5418<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`psychotic disorder`$children[[3]] #> [1] "DOID_5419<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`psychotic disorder`$children[[4]] #> [1] "DOID_11328<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`psychotic disorder`$children[[5]] #> [1] "DOID_8646<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> #> $`psychotic disorder`$value #> [1] "psychotic disorder" #> #> #> $pterygium #> $pterygium$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0002116" #> #> $pterygium$`_id` #> [1] "DOID_0002116<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $pterygium$privateGeneCount #> [1] 0 #> #> $pterygium$publicGeneCount #> [1] 13 #> #> $pterygium$urlId #> [1] "DOID_0002116" #> #> $pterygium$dbPhenotype #> [1] TRUE #> #> $pterygium$`_parent` #> [1] "DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $pterygium$`_is_leaf` #> [1] TRUE #> #> $pterygium$children #> list() #> #> $pterygium$value #> [1] "pterygium" #> #> #> $ptosis #> $ptosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060260" #> #> $ptosis$`_id` #> [1] "DOID_0060260<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $ptosis$privateGeneCount #> [1] 0 #> #> $ptosis$publicGeneCount #> [1] 1 #> #> $ptosis$urlId #> [1] "DOID_0060260" #> #> $ptosis$dbPhenotype #> [1] FALSE #> #> $ptosis$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $ptosis$`_is_leaf` #> [1] FALSE #> #> $ptosis$children #> $ptosis$children[[1]] #> [1] "DOID_0060261<DOID_0060260<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $ptosis$value #> [1] "ptosis" #> #> #> $Ptosis #> $Ptosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000508" #> #> $Ptosis$`_id` #> [1] "HP_0000508<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $Ptosis$privateGeneCount #> [1] 0 #> #> $Ptosis$publicGeneCount #> [1] 1 #> #> $Ptosis$urlId #> [1] "HP_0000508" #> #> $Ptosis$dbPhenotype #> [1] TRUE #> #> $Ptosis$`_parent` #> [1] "HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $Ptosis$`_is_leaf` #> [1] TRUE #> #> $Ptosis$children #> list() #> #> $Ptosis$value #> [1] "Ptosis" #> #> #> $`Puberty and gonadal disorders` #> $`Puberty and gonadal disorders`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008373" #> #> $`Puberty and gonadal disorders`$`_id` #> [1] "HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> $`Puberty and gonadal disorders`$privateGeneCount #> [1] 0 #> #> $`Puberty and gonadal disorders`$publicGeneCount #> [1] 13 #> #> $`Puberty and gonadal disorders`$urlId #> [1] "HP_0008373" #> #> $`Puberty and gonadal disorders`$dbPhenotype #> [1] FALSE #> #> $`Puberty and gonadal disorders`$`_parent` #> [1] "HP_0000818<HP_0000118<HP_0000001" #> #> $`Puberty and gonadal disorders`$`_is_leaf` #> [1] FALSE #> #> $`Puberty and gonadal disorders`$children #> $`Puberty and gonadal disorders`$children[[1]] #> [1] "HP_0000823<HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> $`Puberty and gonadal disorders`$children[[2]] #> [1] "HP_0100000<HP_0008373<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Puberty and gonadal disorders`$value #> [1] "Puberty and gonadal disorders" #> #> #> $`pulmonary alveolar microlithiasis` #> $`pulmonary alveolar microlithiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12117" #> #> $`pulmonary alveolar microlithiasis`$`_id` #> [1] "DOID_12117<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary alveolar microlithiasis`$privateGeneCount #> [1] 0 #> #> $`pulmonary alveolar microlithiasis`$publicGeneCount #> [1] 1 #> #> $`pulmonary alveolar microlithiasis`$urlId #> [1] "DOID_12117" #> #> $`pulmonary alveolar microlithiasis`$dbPhenotype #> [1] TRUE #> #> $`pulmonary alveolar microlithiasis`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary alveolar microlithiasis`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary alveolar microlithiasis`$children #> list() #> #> $`pulmonary alveolar microlithiasis`$value #> [1] "pulmonary alveolar microlithiasis" #> #> #> $`pulmonary alveolar proteinosis` #> $`pulmonary alveolar proteinosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12120" #> #> $`pulmonary alveolar proteinosis`$`_id` #> [1] "DOID_12120<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary alveolar proteinosis`$privateGeneCount #> [1] 0 #> #> $`pulmonary alveolar proteinosis`$publicGeneCount #> [1] 11 #> #> $`pulmonary alveolar proteinosis`$urlId #> [1] "DOID_12120" #> #> $`pulmonary alveolar proteinosis`$dbPhenotype #> [1] TRUE #> #> $`pulmonary alveolar proteinosis`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary alveolar proteinosis`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary alveolar proteinosis`$children #> list() #> #> $`pulmonary alveolar proteinosis`$value #> [1] "pulmonary alveolar proteinosis" #> #> #> $`pulmonary artery disease` #> $`pulmonary artery disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60001" #> #> $`pulmonary artery disease`$`_id` #> [1] "DOID_60001<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary artery disease`$privateGeneCount #> [1] 0 #> #> $`pulmonary artery disease`$publicGeneCount #> [1] 16 #> #> $`pulmonary artery disease`$urlId #> [1] "DOID_60001" #> #> $`pulmonary artery disease`$dbPhenotype #> [1] FALSE #> #> $`pulmonary artery disease`$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary artery disease`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary artery disease`$children #> $`pulmonary artery disease`$children[[1]] #> [1] "DOID_9477<DOID_60001<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`pulmonary artery disease`$value #> [1] "pulmonary artery disease" #> #> #> $`pulmonary artery disease` #> $`pulmonary artery disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_60001" #> #> $`pulmonary artery disease`$`_id` #> [1] "DOID_60001<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary artery disease`$privateGeneCount #> [1] 0 #> #> $`pulmonary artery disease`$publicGeneCount #> [1] 16 #> #> $`pulmonary artery disease`$urlId #> [1] "DOID_60001" #> #> $`pulmonary artery disease`$dbPhenotype #> [1] FALSE #> #> $`pulmonary artery disease`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary artery disease`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary artery disease`$children #> $`pulmonary artery disease`$children[[1]] #> [1] "DOID_9477<DOID_60001<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`pulmonary artery disease`$value #> [1] "pulmonary artery disease" #> #> #> $`pulmonary aspergilloma` #> $`pulmonary aspergilloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050153" #> #> $`pulmonary aspergilloma`$`_id` #> [1] "DOID_0050153<DOID_13564<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`pulmonary aspergilloma`$privateGeneCount #> [1] 0 #> #> $`pulmonary aspergilloma`$publicGeneCount #> [1] 6 #> #> $`pulmonary aspergilloma`$urlId #> [1] "DOID_0050153" #> #> $`pulmonary aspergilloma`$dbPhenotype #> [1] TRUE #> #> $`pulmonary aspergilloma`$`_parent` #> [1] "DOID_13564<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`pulmonary aspergilloma`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary aspergilloma`$children #> list() #> #> $`pulmonary aspergilloma`$value #> [1] "pulmonary aspergilloma" #> #> #> $`pulmonary aspergilloma` #> $`pulmonary aspergilloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050153" #> #> $`pulmonary aspergilloma`$`_id` #> [1] "DOID_0050153<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary aspergilloma`$privateGeneCount #> [1] 0 #> #> $`pulmonary aspergilloma`$publicGeneCount #> [1] 6 #> #> $`pulmonary aspergilloma`$urlId #> [1] "DOID_0050153" #> #> $`pulmonary aspergilloma`$dbPhenotype #> [1] TRUE #> #> $`pulmonary aspergilloma`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary aspergilloma`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary aspergilloma`$children #> list() #> #> $`pulmonary aspergilloma`$value #> [1] "pulmonary aspergilloma" #> #> #> $`pulmonary blastoma` #> $`pulmonary blastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4765" #> #> $`pulmonary blastoma`$`_id` #> [1] "DOID_4765<DOID_0070003<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pulmonary blastoma`$privateGeneCount #> [1] 0 #> #> $`pulmonary blastoma`$publicGeneCount #> [1] 1 #> #> $`pulmonary blastoma`$urlId #> [1] "DOID_4765" #> #> $`pulmonary blastoma`$dbPhenotype #> [1] FALSE #> #> $`pulmonary blastoma`$`_parent` #> [1] "DOID_0070003<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`pulmonary blastoma`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary blastoma`$children #> $`pulmonary blastoma`$children[[1]] #> [1] "DOID_4769<DOID_4765<DOID_0070003<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`pulmonary blastoma`$value #> [1] "pulmonary blastoma" #> #> #> $`pulmonary blastoma` #> $`pulmonary blastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4765" #> #> $`pulmonary blastoma`$`_id` #> [1] "DOID_4765<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pulmonary blastoma`$privateGeneCount #> [1] 0 #> #> $`pulmonary blastoma`$publicGeneCount #> [1] 1 #> #> $`pulmonary blastoma`$urlId #> [1] "DOID_4765" #> #> $`pulmonary blastoma`$dbPhenotype #> [1] FALSE #> #> $`pulmonary blastoma`$`_parent` #> [1] "DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`pulmonary blastoma`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary blastoma`$children #> $`pulmonary blastoma`$children[[1]] #> [1] "DOID_4769<DOID_4765<DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`pulmonary blastoma`$value #> [1] "pulmonary blastoma" #> #> #> $`pulmonary blastoma` #> $`pulmonary blastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4765" #> #> $`pulmonary blastoma`$`_id` #> [1] "DOID_4765<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary blastoma`$privateGeneCount #> [1] 0 #> #> $`pulmonary blastoma`$publicGeneCount #> [1] 1 #> #> $`pulmonary blastoma`$urlId #> [1] "DOID_4765" #> #> $`pulmonary blastoma`$dbPhenotype #> [1] FALSE #> #> $`pulmonary blastoma`$`_parent` #> [1] "DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary blastoma`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary blastoma`$children #> $`pulmonary blastoma`$children[[1]] #> [1] "DOID_4769<DOID_4765<DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> #> $`pulmonary blastoma`$value #> [1] "pulmonary blastoma" #> #> #> $`pulmonary blastoma` #> $`pulmonary blastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4765" #> #> $`pulmonary blastoma`$`_id` #> [1] "DOID_4765<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary blastoma`$privateGeneCount #> [1] 0 #> #> $`pulmonary blastoma`$publicGeneCount #> [1] 1 #> #> $`pulmonary blastoma`$urlId #> [1] "DOID_4765" #> #> $`pulmonary blastoma`$dbPhenotype #> [1] FALSE #> #> $`pulmonary blastoma`$`_parent` #> [1] "DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary blastoma`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary blastoma`$children #> $`pulmonary blastoma`$children[[1]] #> [1] "DOID_4769<DOID_4765<DOID_1324<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`pulmonary blastoma`$value #> [1] "pulmonary blastoma" #> #> #> $`pulmonary blastoma` #> $`pulmonary blastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4765" #> #> $`pulmonary blastoma`$`_id` #> [1] "DOID_4765<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary blastoma`$privateGeneCount #> [1] 0 #> #> $`pulmonary blastoma`$publicGeneCount #> [1] 1 #> #> $`pulmonary blastoma`$urlId #> [1] "DOID_4765" #> #> $`pulmonary blastoma`$dbPhenotype #> [1] FALSE #> #> $`pulmonary blastoma`$`_parent` #> [1] "DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary blastoma`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary blastoma`$children #> $`pulmonary blastoma`$children[[1]] #> [1] "DOID_4769<DOID_4765<DOID_1532<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`pulmonary blastoma`$value #> [1] "pulmonary blastoma" #> #> #> $`pulmonary edema` #> $`pulmonary edema`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11396" #> #> $`pulmonary edema`$`_id` #> [1] "DOID_11396<DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary edema`$privateGeneCount #> [1] 0 #> #> $`pulmonary edema`$publicGeneCount #> [1] 11 #> #> $`pulmonary edema`$urlId #> [1] "DOID_11396" #> #> $`pulmonary edema`$dbPhenotype #> [1] TRUE #> #> $`pulmonary edema`$`_parent` #> [1] "DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary edema`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary edema`$children #> list() #> #> $`pulmonary edema`$value #> [1] "pulmonary edema" #> #> #> $`pulmonary embolism` #> $`pulmonary embolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9477" #> #> $`pulmonary embolism`$`_id` #> [1] "DOID_9477<DOID_60001<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary embolism`$privateGeneCount #> [1] 0 #> #> $`pulmonary embolism`$publicGeneCount #> [1] 16 #> #> $`pulmonary embolism`$urlId #> [1] "DOID_9477" #> #> $`pulmonary embolism`$dbPhenotype #> [1] TRUE #> #> $`pulmonary embolism`$`_parent` #> [1] "DOID_60001<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary embolism`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary embolism`$children #> list() #> #> $`pulmonary embolism`$value #> [1] "pulmonary embolism" #> #> #> $`pulmonary embolism` #> $`pulmonary embolism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9477" #> #> $`pulmonary embolism`$`_id` #> [1] "DOID_9477<DOID_60001<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary embolism`$privateGeneCount #> [1] 0 #> #> $`pulmonary embolism`$publicGeneCount #> [1] 16 #> #> $`pulmonary embolism`$urlId #> [1] "DOID_9477" #> #> $`pulmonary embolism`$dbPhenotype #> [1] TRUE #> #> $`pulmonary embolism`$`_parent` #> [1] "DOID_60001<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary embolism`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary embolism`$children #> list() #> #> $`pulmonary embolism`$value #> [1] "pulmonary embolism" #> #> #> $`pulmonary emphysema` #> $`pulmonary emphysema`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9675" #> #> $`pulmonary emphysema`$`_id` #> [1] "DOID_9675<DOID_3083<DOID_2320<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary emphysema`$privateGeneCount #> [1] 0 #> #> $`pulmonary emphysema`$publicGeneCount #> [1] 26 #> #> $`pulmonary emphysema`$urlId #> [1] "DOID_9675" #> #> $`pulmonary emphysema`$dbPhenotype #> [1] TRUE #> #> $`pulmonary emphysema`$`_parent` #> [1] "DOID_3083<DOID_2320<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary emphysema`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary emphysema`$children #> list() #> #> $`pulmonary emphysema`$value #> [1] "pulmonary emphysema" #> #> #> $`pulmonary eosinophilia` #> $`pulmonary eosinophilia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9498" #> #> $`pulmonary eosinophilia`$`_id` #> [1] "DOID_9498<DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`pulmonary eosinophilia`$privateGeneCount #> [1] 0 #> #> $`pulmonary eosinophilia`$publicGeneCount #> [1] 7 #> #> $`pulmonary eosinophilia`$urlId #> [1] "DOID_9498" #> #> $`pulmonary eosinophilia`$dbPhenotype #> [1] TRUE #> #> $`pulmonary eosinophilia`$`_parent` #> [1] "DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`pulmonary eosinophilia`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary eosinophilia`$children #> $`pulmonary eosinophilia`$children[[1]] #> [1] "DOID_9503<DOID_9498<DOID_999<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> #> $`pulmonary eosinophilia`$value #> [1] "pulmonary eosinophilia" #> #> #> $`pulmonary fibrosis` #> $`pulmonary fibrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3770" #> #> $`pulmonary fibrosis`$`_id` #> [1] "DOID_3770<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pulmonary fibrosis`$privateGeneCount #> [1] 0 #> #> $`pulmonary fibrosis`$publicGeneCount #> [1] 110 #> #> $`pulmonary fibrosis`$urlId #> [1] "DOID_3770" #> #> $`pulmonary fibrosis`$dbPhenotype #> [1] TRUE #> #> $`pulmonary fibrosis`$`_parent` #> [1] "DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`pulmonary fibrosis`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary fibrosis`$children #> $`pulmonary fibrosis`$children[[1]] #> [1] "DOID_0050156<DOID_3770<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`pulmonary fibrosis`$value #> [1] "pulmonary fibrosis" #> #> #> $`pulmonary fibrosis` #> $`pulmonary fibrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3770" #> #> $`pulmonary fibrosis`$`_id` #> [1] "DOID_3770<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary fibrosis`$privateGeneCount #> [1] 0 #> #> $`pulmonary fibrosis`$publicGeneCount #> [1] 110 #> #> $`pulmonary fibrosis`$urlId #> [1] "DOID_3770" #> #> $`pulmonary fibrosis`$dbPhenotype #> [1] TRUE #> #> $`pulmonary fibrosis`$`_parent` #> [1] "DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary fibrosis`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary fibrosis`$children #> $`pulmonary fibrosis`$children[[1]] #> [1] "DOID_0050156<DOID_3770<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`pulmonary fibrosis`$value #> [1] "pulmonary fibrosis" #> #> #> $`pulmonary hypertension` #> $`pulmonary hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6432" #> #> $`pulmonary hypertension`$`_id` #> [1] "DOID_6432<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary hypertension`$privateGeneCount #> [1] 0 #> #> $`pulmonary hypertension`$publicGeneCount #> [1] 99 #> #> $`pulmonary hypertension`$urlId #> [1] "DOID_6432" #> #> $`pulmonary hypertension`$dbPhenotype #> [1] TRUE #> #> $`pulmonary hypertension`$`_parent` #> [1] "DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary hypertension`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary hypertension`$children #> $`pulmonary hypertension`$children[[1]] #> [1] "DOID_13042<DOID_6432<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary hypertension`$children[[2]] #> [1] "DOID_5453<DOID_6432<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`pulmonary hypertension`$value #> [1] "pulmonary hypertension" #> #> #> $`pulmonary plasma cell granuloma` #> $`pulmonary plasma cell granuloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3677" #> #> $`pulmonary plasma cell granuloma`$`_id` #> [1] "DOID_3677<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary plasma cell granuloma`$privateGeneCount #> [1] 0 #> #> $`pulmonary plasma cell granuloma`$publicGeneCount #> [1] 2 #> #> $`pulmonary plasma cell granuloma`$urlId #> [1] "DOID_3677" #> #> $`pulmonary plasma cell granuloma`$dbPhenotype #> [1] TRUE #> #> $`pulmonary plasma cell granuloma`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary plasma cell granuloma`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary plasma cell granuloma`$children #> list() #> #> $`pulmonary plasma cell granuloma`$value #> [1] "pulmonary plasma cell granuloma" #> #> #> $`pulmonary sarcoidosis` #> $`pulmonary sarcoidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13406" #> #> $`pulmonary sarcoidosis`$`_id` #> [1] "DOID_13406<DOID_11335<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`pulmonary sarcoidosis`$privateGeneCount #> [1] 0 #> #> $`pulmonary sarcoidosis`$publicGeneCount #> [1] 40 #> #> $`pulmonary sarcoidosis`$urlId #> [1] "DOID_13406" #> #> $`pulmonary sarcoidosis`$dbPhenotype #> [1] TRUE #> #> $`pulmonary sarcoidosis`$`_parent` #> [1] "DOID_11335<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`pulmonary sarcoidosis`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary sarcoidosis`$children #> list() #> #> $`pulmonary sarcoidosis`$value #> [1] "pulmonary sarcoidosis" #> #> #> $`pulmonary sarcoidosis` #> $`pulmonary sarcoidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13406" #> #> $`pulmonary sarcoidosis`$`_id` #> [1] "DOID_13406<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary sarcoidosis`$privateGeneCount #> [1] 0 #> #> $`pulmonary sarcoidosis`$publicGeneCount #> [1] 40 #> #> $`pulmonary sarcoidosis`$urlId #> [1] "DOID_13406" #> #> $`pulmonary sarcoidosis`$dbPhenotype #> [1] TRUE #> #> $`pulmonary sarcoidosis`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary sarcoidosis`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary sarcoidosis`$children #> list() #> #> $`pulmonary sarcoidosis`$value #> [1] "pulmonary sarcoidosis" #> #> #> $`pulmonary tuberculosis` #> $`pulmonary tuberculosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2957" #> #> $`pulmonary tuberculosis`$`_id` #> [1] "DOID_2957<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`pulmonary tuberculosis`$privateGeneCount #> [1] 0 #> #> $`pulmonary tuberculosis`$publicGeneCount #> [1] 46 #> #> $`pulmonary tuberculosis`$urlId #> [1] "DOID_2957" #> #> $`pulmonary tuberculosis`$dbPhenotype #> [1] TRUE #> #> $`pulmonary tuberculosis`$`_parent` #> [1] "DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`pulmonary tuberculosis`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary tuberculosis`$children #> list() #> #> $`pulmonary tuberculosis`$value #> [1] "pulmonary tuberculosis" #> #> #> $`pulmonary tuberculosis` #> $`pulmonary tuberculosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2957" #> #> $`pulmonary tuberculosis`$`_id` #> [1] "DOID_2957<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary tuberculosis`$privateGeneCount #> [1] 0 #> #> $`pulmonary tuberculosis`$publicGeneCount #> [1] 46 #> #> $`pulmonary tuberculosis`$urlId #> [1] "DOID_2957" #> #> $`pulmonary tuberculosis`$dbPhenotype #> [1] TRUE #> #> $`pulmonary tuberculosis`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`pulmonary tuberculosis`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary tuberculosis`$children #> list() #> #> $`pulmonary tuberculosis`$value #> [1] "pulmonary tuberculosis" #> #> #> $`pulmonary valve disease` #> $`pulmonary valve disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5749" #> #> $`pulmonary valve disease`$`_id` #> [1] "DOID_5749<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary valve disease`$privateGeneCount #> [1] 0 #> #> $`pulmonary valve disease`$publicGeneCount #> [1] 2 #> #> $`pulmonary valve disease`$urlId #> [1] "DOID_5749" #> #> $`pulmonary valve disease`$dbPhenotype #> [1] FALSE #> #> $`pulmonary valve disease`$`_parent` #> [1] "DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary valve disease`$`_is_leaf` #> [1] FALSE #> #> $`pulmonary valve disease`$children #> $`pulmonary valve disease`$children[[1]] #> [1] "DOID_6420<DOID_5749<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`pulmonary valve disease`$value #> [1] "pulmonary valve disease" #> #> #> $`pulmonary valve stenosis` #> $`pulmonary valve stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6420" #> #> $`pulmonary valve stenosis`$`_id` #> [1] "DOID_6420<DOID_5749<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary valve stenosis`$privateGeneCount #> [1] 0 #> #> $`pulmonary valve stenosis`$publicGeneCount #> [1] 2 #> #> $`pulmonary valve stenosis`$urlId #> [1] "DOID_6420" #> #> $`pulmonary valve stenosis`$dbPhenotype #> [1] TRUE #> #> $`pulmonary valve stenosis`$`_parent` #> [1] "DOID_5749<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary valve stenosis`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary valve stenosis`$children #> list() #> #> $`pulmonary valve stenosis`$value #> [1] "pulmonary valve stenosis" #> #> #> $`pulmonary venoocclusive disease` #> $`pulmonary venoocclusive disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5453" #> #> $`pulmonary venoocclusive disease`$`_id` #> [1] "DOID_5453<DOID_6432<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary venoocclusive disease`$privateGeneCount #> [1] 0 #> #> $`pulmonary venoocclusive disease`$publicGeneCount #> [1] 2 #> #> $`pulmonary venoocclusive disease`$urlId #> [1] "DOID_5453" #> #> $`pulmonary venoocclusive disease`$dbPhenotype #> [1] TRUE #> #> $`pulmonary venoocclusive disease`$`_parent` #> [1] "DOID_6432<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`pulmonary venoocclusive disease`$`_is_leaf` #> [1] TRUE #> #> $`pulmonary venoocclusive disease`$children #> list() #> #> $`pulmonary venoocclusive disease`$value #> [1] "pulmonary venoocclusive disease" #> #> #> $`Punctate cataract` #> $`Punctate cataract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0007648" #> #> $`Punctate cataract`$`_id` #> [1] "HP_0007648<HP_0010920<HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Punctate cataract`$privateGeneCount #> [1] 0 #> #> $`Punctate cataract`$publicGeneCount #> [1] 1 #> #> $`Punctate cataract`$urlId #> [1] "HP_0007648" #> #> $`Punctate cataract`$dbPhenotype #> [1] FALSE #> #> $`Punctate cataract`$`_parent` #> [1] "HP_0010920<HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Punctate cataract`$`_is_leaf` #> [1] FALSE #> #> $`Punctate cataract`$children #> $`Punctate cataract`$children[[1]] #> [1] "HP_0007976<HP_0007648<HP_0010920<HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Punctate cataract`$value #> [1] "Punctate cataract" #> #> #> $`pupil disease` #> $`pupil disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_238" #> #> $`pupil disease`$`_id` #> [1] "DOID_238<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`pupil disease`$privateGeneCount #> [1] 0 #> #> $`pupil disease`$publicGeneCount #> [1] 1 #> #> $`pupil disease`$urlId #> [1] "DOID_238" #> #> $`pupil disease`$dbPhenotype #> [1] TRUE #> #> $`pupil disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`pupil disease`$`_is_leaf` #> [1] TRUE #> #> $`pupil disease`$children #> list() #> #> $`pupil disease`$value #> [1] "pupil disease" #> #> #> $`purine nucleoside phosphorylase deficiency` #> $`purine nucleoside phosphorylase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5813" #> #> $`purine nucleoside phosphorylase deficiency`$`_id` #> [1] "DOID_5813<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`purine nucleoside phosphorylase deficiency`$privateGeneCount #> [1] 0 #> #> $`purine nucleoside phosphorylase deficiency`$publicGeneCount #> [1] 1 #> #> $`purine nucleoside phosphorylase deficiency`$urlId #> [1] "DOID_5813" #> #> $`purine nucleoside phosphorylase deficiency`$dbPhenotype #> [1] TRUE #> #> $`purine nucleoside phosphorylase deficiency`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`purine nucleoside phosphorylase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`purine nucleoside phosphorylase deficiency`$children #> list() #> #> $`purine nucleoside phosphorylase deficiency`$value #> [1] "purine nucleoside phosphorylase deficiency" #> #> #> $`purine nucleoside phosphorylase deficiency` #> $`purine nucleoside phosphorylase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5813" #> #> $`purine nucleoside phosphorylase deficiency`$`_id` #> [1] "DOID_5813<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`purine nucleoside phosphorylase deficiency`$privateGeneCount #> [1] 0 #> #> $`purine nucleoside phosphorylase deficiency`$publicGeneCount #> [1] 1 #> #> $`purine nucleoside phosphorylase deficiency`$urlId #> [1] "DOID_5813" #> #> $`purine nucleoside phosphorylase deficiency`$dbPhenotype #> [1] TRUE #> #> $`purine nucleoside phosphorylase deficiency`$`_parent` #> [1] "DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`purine nucleoside phosphorylase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`purine nucleoside phosphorylase deficiency`$children #> list() #> #> $`purine nucleoside phosphorylase deficiency`$value #> [1] "purine nucleoside phosphorylase deficiency" #> #> #> $`purine-pyrimidine metabolic disorder` #> $`purine-pyrimidine metabolic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_653" #> #> $`purine-pyrimidine metabolic disorder`$`_id` #> [1] "DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> $`purine-pyrimidine metabolic disorder`$privateGeneCount #> [1] 0 #> #> $`purine-pyrimidine metabolic disorder`$publicGeneCount #> [1] 9 #> #> $`purine-pyrimidine metabolic disorder`$urlId #> [1] "DOID_653" #> #> $`purine-pyrimidine metabolic disorder`$dbPhenotype #> [1] TRUE #> #> $`purine-pyrimidine metabolic disorder`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`purine-pyrimidine metabolic disorder`$`_is_leaf` #> [1] FALSE #> #> $`purine-pyrimidine metabolic disorder`$children #> $`purine-pyrimidine metabolic disorder`$children[[1]] #> [1] "DOID_14218<DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> $`purine-pyrimidine metabolic disorder`$children[[2]] #> [1] "DOID_1919<DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> $`purine-pyrimidine metabolic disorder`$children[[3]] #> [1] "DOID_0060236<DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> #> $`purine-pyrimidine metabolic disorder`$value #> [1] "purine-pyrimidine metabolic disorder" #> #> #> $purpura #> $purpura$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3326" #> #> $purpura$`_id` #> [1] "DOID_3326<DOID_2213<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $purpura$privateGeneCount #> [1] 0 #> #> $purpura$publicGeneCount #> [1] 3 #> #> $purpura$urlId #> [1] "DOID_3326" #> #> $purpura$dbPhenotype #> [1] TRUE #> #> $purpura$`_parent` #> [1] "DOID_2213<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $purpura$`_is_leaf` #> [1] TRUE #> #> $purpura$children #> list() #> #> $purpura$value #> [1] "purpura" #> #> #> $`pustulosis of palm and sole` #> $`pustulosis of palm and sole`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4398" #> #> $`pustulosis of palm and sole`$`_id` #> [1] "DOID_4398<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pustulosis of palm and sole`$privateGeneCount #> [1] 0 #> #> $`pustulosis of palm and sole`$publicGeneCount #> [1] 114 #> #> $`pustulosis of palm and sole`$urlId #> [1] "DOID_4398" #> #> $`pustulosis of palm and sole`$dbPhenotype #> [1] TRUE #> #> $`pustulosis of palm and sole`$`_parent` #> [1] "DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pustulosis of palm and sole`$`_is_leaf` #> [1] TRUE #> #> $`pustulosis of palm and sole`$children #> list() #> #> $`pustulosis of palm and sole`$value #> [1] "pustulosis of palm and sole" #> #> #> $pycnodysostosis #> $pycnodysostosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080038" #> #> $pycnodysostosis$`_id` #> [1] "DOID_0080038<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $pycnodysostosis$privateGeneCount #> [1] 0 #> #> $pycnodysostosis$publicGeneCount #> [1] 2 #> #> $pycnodysostosis$urlId #> [1] "DOID_0080038" #> #> $pycnodysostosis$dbPhenotype #> [1] TRUE #> #> $pycnodysostosis$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $pycnodysostosis$`_is_leaf` #> [1] TRUE #> #> $pycnodysostosis$children #> list() #> #> $pycnodysostosis$value #> [1] "pycnodysostosis" #> #> #> $pycnodysostosis #> $pycnodysostosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080038" #> #> $pycnodysostosis$`_id` #> [1] "DOID_0080038<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pycnodysostosis$privateGeneCount #> [1] 0 #> #> $pycnodysostosis$publicGeneCount #> [1] 2 #> #> $pycnodysostosis$urlId #> [1] "DOID_0080038" #> #> $pycnodysostosis$dbPhenotype #> [1] TRUE #> #> $pycnodysostosis$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $pycnodysostosis$`_is_leaf` #> [1] TRUE #> #> $pycnodysostosis$children #> list() #> #> $pycnodysostosis$value #> [1] "pycnodysostosis" #> #> #> $pyelitis #> $pyelitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2744" #> #> $pyelitis$`_id` #> [1] "DOID_2744<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $pyelitis$privateGeneCount #> [1] 0 #> #> $pyelitis$publicGeneCount #> [1] 11 #> #> $pyelitis$urlId #> [1] "DOID_2744" #> #> $pyelitis$dbPhenotype #> [1] FALSE #> #> $pyelitis$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $pyelitis$`_is_leaf` #> [1] FALSE #> #> $pyelitis$children #> $pyelitis$children[[1]] #> [1] "DOID_11400<DOID_2744<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $pyelitis$value #> [1] "pyelitis" #> #> #> $pyelonephritis #> $pyelonephritis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11400" #> #> $pyelonephritis$`_id` #> [1] "DOID_11400<DOID_2744<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $pyelonephritis$privateGeneCount #> [1] 0 #> #> $pyelonephritis$publicGeneCount #> [1] 11 #> #> $pyelonephritis$urlId #> [1] "DOID_11400" #> #> $pyelonephritis$dbPhenotype #> [1] TRUE #> #> $pyelonephritis$`_parent` #> [1] "DOID_2744<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $pyelonephritis$`_is_leaf` #> [1] TRUE #> #> $pyelonephritis$children #> list() #> #> $pyelonephritis$value #> [1] "pyelonephritis" #> #> #> $`pyloric stenosis` #> $`pyloric stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12639" #> #> $`pyloric stenosis`$`_id` #> [1] "DOID_12639<DOID_3122<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`pyloric stenosis`$privateGeneCount #> [1] 0 #> #> $`pyloric stenosis`$publicGeneCount #> [1] 1 #> #> $`pyloric stenosis`$urlId #> [1] "DOID_12639" #> #> $`pyloric stenosis`$dbPhenotype #> [1] FALSE #> #> $`pyloric stenosis`$`_parent` #> [1] "DOID_3122<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`pyloric stenosis`$`_is_leaf` #> [1] FALSE #> #> $`pyloric stenosis`$children #> $`pyloric stenosis`$children[[1]] #> [1] "DOID_12638<DOID_12639<DOID_3122<DOID_76<DOID_77<DOID_7<DOID_4" #> #> #> $`pyloric stenosis`$value #> [1] "pyloric stenosis" #> #> #> $pyoderma #> $pyoderma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4223" #> #> $pyoderma$`_id` #> [1] "DOID_4223<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $pyoderma$privateGeneCount #> [1] 0 #> #> $pyoderma$publicGeneCount #> [1] 2 #> #> $pyoderma$urlId #> [1] "DOID_4223" #> #> $pyoderma$dbPhenotype #> [1] FALSE #> #> $pyoderma$`_parent` #> [1] "DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $pyoderma$`_is_leaf` #> [1] FALSE #> #> $pyoderma$children #> $pyoderma$children[[1]] #> [1] "DOID_8553<DOID_4223<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $pyoderma$value #> [1] "pyoderma" #> #> #> $`pyoderma gangrenosum` #> $`pyoderma gangrenosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8553" #> #> $`pyoderma gangrenosum`$`_id` #> [1] "DOID_8553<DOID_4223<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pyoderma gangrenosum`$privateGeneCount #> [1] 0 #> #> $`pyoderma gangrenosum`$publicGeneCount #> [1] 2 #> #> $`pyoderma gangrenosum`$urlId #> [1] "DOID_8553" #> #> $`pyoderma gangrenosum`$dbPhenotype #> [1] TRUE #> #> $`pyoderma gangrenosum`$`_parent` #> [1] "DOID_4223<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`pyoderma gangrenosum`$`_is_leaf` #> [1] TRUE #> #> $`pyoderma gangrenosum`$children #> list() #> #> $`pyoderma gangrenosum`$value #> [1] "pyoderma gangrenosum" #> #> #> $`pyrimidine metabolic disorder` #> $`pyrimidine metabolic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050832" #> #> $`pyrimidine metabolic disorder`$`_id` #> [1] "DOID_0050832<DOID_655<DOID_0014667<DOID_4" #> #> $`pyrimidine metabolic disorder`$privateGeneCount #> [1] 0 #> #> $`pyrimidine metabolic disorder`$publicGeneCount #> [1] 1 #> #> $`pyrimidine metabolic disorder`$urlId #> [1] "DOID_0050832" #> #> $`pyrimidine metabolic disorder`$dbPhenotype #> [1] FALSE #> #> $`pyrimidine metabolic disorder`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`pyrimidine metabolic disorder`$`_is_leaf` #> [1] FALSE #> #> $`pyrimidine metabolic disorder`$children #> $`pyrimidine metabolic disorder`$children[[1]] #> [1] "DOID_0050833<DOID_0050832<DOID_655<DOID_0014667<DOID_4" #> #> #> $`pyrimidine metabolic disorder`$value #> [1] "pyrimidine metabolic disorder" #> #> #> $Pyropoikilocytosis #> $Pyropoikilocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004839" #> #> $Pyropoikilocytosis$`_id` #> [1] "HP_0004839<HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Pyropoikilocytosis$privateGeneCount #> [1] 0 #> #> $Pyropoikilocytosis$publicGeneCount #> [1] 1 #> #> $Pyropoikilocytosis$urlId #> [1] "HP_0004839" #> #> $Pyropoikilocytosis$dbPhenotype #> [1] TRUE #> #> $Pyropoikilocytosis$`_parent` #> [1] "HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Pyropoikilocytosis$`_is_leaf` #> [1] TRUE #> #> $Pyropoikilocytosis$children #> list() #> #> $Pyropoikilocytosis$value #> [1] "Pyropoikilocytosis" #> #> #> $`pyruvate carboxylase deficiency disease` #> $`pyruvate carboxylase deficiency disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3651" #> #> $`pyruvate carboxylase deficiency disease`$`_id` #> [1] "DOID_3651<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`pyruvate carboxylase deficiency disease`$privateGeneCount #> [1] 0 #> #> $`pyruvate carboxylase deficiency disease`$publicGeneCount #> [1] 2 #> #> $`pyruvate carboxylase deficiency disease`$urlId #> [1] "DOID_3651" #> #> $`pyruvate carboxylase deficiency disease`$dbPhenotype #> [1] TRUE #> #> $`pyruvate carboxylase deficiency disease`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`pyruvate carboxylase deficiency disease`$`_is_leaf` #> [1] TRUE #> #> $`pyruvate carboxylase deficiency disease`$children #> list() #> #> $`pyruvate carboxylase deficiency disease`$value #> [1] "pyruvate carboxylase deficiency disease" #> #> #> $`pyruvate decarboxylase deficiency` #> $`pyruvate decarboxylase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3649" #> #> $`pyruvate decarboxylase deficiency`$`_id` #> [1] "DOID_3649<DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`pyruvate decarboxylase deficiency`$privateGeneCount #> [1] 0 #> #> $`pyruvate decarboxylase deficiency`$publicGeneCount #> [1] 6 #> #> $`pyruvate decarboxylase deficiency`$urlId #> [1] "DOID_3649" #> #> $`pyruvate decarboxylase deficiency`$dbPhenotype #> [1] TRUE #> #> $`pyruvate decarboxylase deficiency`$`_parent` #> [1] "DOID_2978<DOID_655<DOID_0014667<DOID_4" #> #> $`pyruvate decarboxylase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`pyruvate decarboxylase deficiency`$children #> list() #> #> $`pyruvate decarboxylase deficiency`$value #> [1] "pyruvate decarboxylase deficiency" #> #> #> $`Q fever` #> $`Q fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11100" #> #> $`Q fever`$`_id` #> [1] "DOID_11100<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`Q fever`$privateGeneCount #> [1] 0 #> #> $`Q fever`$publicGeneCount #> [1] 1 #> #> $`Q fever`$urlId #> [1] "DOID_11100" #> #> $`Q fever`$dbPhenotype #> [1] TRUE #> #> $`Q fever`$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`Q fever`$`_is_leaf` #> [1] TRUE #> #> $`Q fever`$children #> list() #> #> $`Q fever`$value #> [1] "Q fever" #> #> #> $quadriplegia #> $quadriplegia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12835" #> #> $quadriplegia$`_id` #> [1] "DOID_12835<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $quadriplegia$privateGeneCount #> [1] 0 #> #> $quadriplegia$publicGeneCount #> [1] 2 #> #> $quadriplegia$urlId #> [1] "DOID_12835" #> #> $quadriplegia$dbPhenotype #> [1] TRUE #> #> $quadriplegia$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $quadriplegia$`_is_leaf` #> [1] TRUE #> #> $quadriplegia$children #> list() #> #> $quadriplegia$value #> [1] "quadriplegia" #> #> #> $`rapadilino syndrome` #> $`rapadilino syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050774" #> #> $`rapadilino syndrome`$`_id` #> [1] "DOID_0050774<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`rapadilino syndrome`$privateGeneCount #> [1] 0 #> #> $`rapadilino syndrome`$publicGeneCount #> [1] 1 #> #> $`rapadilino syndrome`$urlId #> [1] "DOID_0050774" #> #> $`rapadilino syndrome`$dbPhenotype #> [1] TRUE #> #> $`rapadilino syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`rapadilino syndrome`$`_is_leaf` #> [1] TRUE #> #> $`rapadilino syndrome`$children #> list() #> #> $`rapadilino syndrome`$value #> [1] "rapadilino syndrome" #> #> #> $`rapadilino syndrome` #> $`rapadilino syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050774" #> #> $`rapadilino syndrome`$`_id` #> [1] "DOID_0050774<DOID_225<DOID_4" #> #> $`rapadilino syndrome`$privateGeneCount #> [1] 0 #> #> $`rapadilino syndrome`$publicGeneCount #> [1] 1 #> #> $`rapadilino syndrome`$urlId #> [1] "DOID_0050774" #> #> $`rapadilino syndrome`$dbPhenotype #> [1] TRUE #> #> $`rapadilino syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`rapadilino syndrome`$`_is_leaf` #> [1] TRUE #> #> $`rapadilino syndrome`$children #> list() #> #> $`rapadilino syndrome`$value #> [1] "rapadilino syndrome" #> #> #> $`Rapp-Hodgkin syndrome` #> $`Rapp-Hodgkin syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060330" #> #> $`Rapp-Hodgkin syndrome`$`_id` #> [1] "DOID_0060330<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Rapp-Hodgkin syndrome`$privateGeneCount #> [1] 0 #> #> $`Rapp-Hodgkin syndrome`$publicGeneCount #> [1] 1 #> #> $`Rapp-Hodgkin syndrome`$urlId #> [1] "DOID_0060330" #> #> $`Rapp-Hodgkin syndrome`$dbPhenotype #> [1] TRUE #> #> $`Rapp-Hodgkin syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Rapp-Hodgkin syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Rapp-Hodgkin syndrome`$children #> list() #> #> $`Rapp-Hodgkin syndrome`$value #> [1] "Rapp-Hodgkin syndrome" #> #> #> $`Rapp-Hodgkin syndrome` #> $`Rapp-Hodgkin syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060330" #> #> $`Rapp-Hodgkin syndrome`$`_id` #> [1] "DOID_0060330<DOID_2121<DOID_225<DOID_4" #> #> $`Rapp-Hodgkin syndrome`$privateGeneCount #> [1] 0 #> #> $`Rapp-Hodgkin syndrome`$publicGeneCount #> [1] 1 #> #> $`Rapp-Hodgkin syndrome`$urlId #> [1] "DOID_0060330" #> #> $`Rapp-Hodgkin syndrome`$dbPhenotype #> [1] TRUE #> #> $`Rapp-Hodgkin syndrome`$`_parent` #> [1] "DOID_2121<DOID_225<DOID_4" #> #> $`Rapp-Hodgkin syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Rapp-Hodgkin syndrome`$children #> list() #> #> $`Rapp-Hodgkin syndrome`$value #> [1] "Rapp-Hodgkin syndrome" #> #> #> $RASopathy #> $RASopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080690" #> #> $RASopathy$`_id` #> [1] "DOID_0080690<DOID_225<DOID_4" #> #> $RASopathy$privateGeneCount #> [1] 0 #> #> $RASopathy$publicGeneCount #> [1] 14 #> #> $RASopathy$urlId #> [1] "DOID_0080690" #> #> $RASopathy$dbPhenotype #> [1] FALSE #> #> $RASopathy$`_parent` #> [1] "DOID_225<DOID_4" #> #> $RASopathy$`_is_leaf` #> [1] FALSE #> #> $RASopathy$children #> $RASopathy$children[[1]] #> [1] "DOID_0060233<DOID_0080690<DOID_225<DOID_4" #> #> $RASopathy$children[[2]] #> [1] "DOID_0050469<DOID_0080690<DOID_225<DOID_4" #> #> $RASopathy$children[[3]] #> [1] "DOID_3490<DOID_0080690<DOID_225<DOID_4" #> #> $RASopathy$children[[4]] #> [1] "DOID_14291<DOID_0080690<DOID_225<DOID_4" #> #> #> $RASopathy$value #> [1] "RASopathy" #> #> #> $`Raynaud disease` #> $`Raynaud disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10300" #> #> $`Raynaud disease`$`_id` #> [1] "DOID_10300<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Raynaud disease`$privateGeneCount #> [1] 0 #> #> $`Raynaud disease`$publicGeneCount #> [1] 5 #> #> $`Raynaud disease`$urlId #> [1] "DOID_10300" #> #> $`Raynaud disease`$dbPhenotype #> [1] TRUE #> #> $`Raynaud disease`$`_parent` #> [1] "DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Raynaud disease`$`_is_leaf` #> [1] TRUE #> #> $`Raynaud disease`$children #> list() #> #> $`Raynaud disease`$value #> [1] "Raynaud disease" #> #> #> $`reactive arthritis` #> $`reactive arthritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6196" #> #> $`reactive arthritis`$`_id` #> [1] "DOID_6196<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`reactive arthritis`$privateGeneCount #> [1] 0 #> #> $`reactive arthritis`$publicGeneCount #> [1] 5 #> #> $`reactive arthritis`$urlId #> [1] "DOID_6196" #> #> $`reactive arthritis`$dbPhenotype #> [1] TRUE #> #> $`reactive arthritis`$`_parent` #> [1] "DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`reactive arthritis`$`_is_leaf` #> [1] TRUE #> #> $`reactive arthritis`$children #> list() #> #> $`reactive arthritis`$value #> [1] "reactive arthritis" #> #> #> $`reading disorder` #> $`reading disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13365" #> #> $`reading disorder`$`_id` #> [1] "DOID_13365<DOID_8927<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`reading disorder`$privateGeneCount #> [1] 0 #> #> $`reading disorder`$publicGeneCount #> [1] 26 #> #> $`reading disorder`$urlId #> [1] "DOID_13365" #> #> $`reading disorder`$dbPhenotype #> [1] TRUE #> #> $`reading disorder`$`_parent` #> [1] "DOID_8927<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`reading disorder`$`_is_leaf` #> [1] FALSE #> #> $`reading disorder`$children #> $`reading disorder`$children[[1]] #> [1] "DOID_4428<DOID_13365<DOID_8927<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`reading disorder`$value #> [1] "reading disorder" #> #> #> $`rectal benign neoplasm` #> $`rectal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1984" #> #> $`rectal benign neoplasm`$`_id` #> [1] "DOID_1984<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`rectal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`rectal benign neoplasm`$publicGeneCount #> [1] 10 #> #> $`rectal benign neoplasm`$urlId #> [1] "DOID_1984" #> #> $`rectal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`rectal benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`rectal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`rectal benign neoplasm`$children #> list() #> #> $`rectal benign neoplasm`$value #> [1] "rectal benign neoplasm" #> #> #> $`rectal benign neoplasm` #> $`rectal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1984" #> #> $`rectal benign neoplasm`$`_id` #> [1] "DOID_1984<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`rectal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`rectal benign neoplasm`$publicGeneCount #> [1] 10 #> #> $`rectal benign neoplasm`$urlId #> [1] "DOID_1984" #> #> $`rectal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`rectal benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`rectal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`rectal benign neoplasm`$children #> list() #> #> $`rectal benign neoplasm`$value #> [1] "rectal benign neoplasm" #> #> #> $`rectal benign neoplasm` #> $`rectal benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1984" #> #> $`rectal benign neoplasm`$`_id` #> [1] "DOID_1984<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`rectal benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`rectal benign neoplasm`$publicGeneCount #> [1] 10 #> #> $`rectal benign neoplasm`$urlId #> [1] "DOID_1984" #> #> $`rectal benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`rectal benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`rectal benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`rectal benign neoplasm`$children #> list() #> #> $`rectal benign neoplasm`$value #> [1] "rectal benign neoplasm" #> #> #> $`rectal disease` #> $`rectal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1285" #> #> $`rectal disease`$`_id` #> [1] "DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`rectal disease`$privateGeneCount #> [1] 0 #> #> $`rectal disease`$publicGeneCount #> [1] 8 #> #> $`rectal disease`$urlId #> [1] "DOID_1285" #> #> $`rectal disease`$dbPhenotype #> [1] TRUE #> #> $`rectal disease`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`rectal disease`$`_is_leaf` #> [1] FALSE #> #> $`rectal disease`$children #> $`rectal disease`$children[[1]] #> [1] "DOID_3128<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`rectal disease`$children[[2]] #> [1] "DOID_3127<DOID_1285<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`rectal disease`$value #> [1] "rectal disease" #> #> #> $`rectum cancer` #> $`rectum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1993" #> #> $`rectum cancer`$`_id` #> [1] "DOID_1993<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`rectum cancer`$privateGeneCount #> [1] 0 #> #> $`rectum cancer`$publicGeneCount #> [1] 10 #> #> $`rectum cancer`$urlId #> [1] "DOID_1993" #> #> $`rectum cancer`$dbPhenotype #> [1] TRUE #> #> $`rectum cancer`$`_parent` #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`rectum cancer`$`_is_leaf` #> [1] TRUE #> #> $`rectum cancer`$children #> list() #> #> $`rectum cancer`$value #> [1] "rectum cancer" #> #> #> $`rectum cancer` #> $`rectum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1993" #> #> $`rectum cancer`$`_id` #> [1] "DOID_1993<DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`rectum cancer`$privateGeneCount #> [1] 0 #> #> $`rectum cancer`$publicGeneCount #> [1] 10 #> #> $`rectum cancer`$urlId #> [1] "DOID_1993" #> #> $`rectum cancer`$dbPhenotype #> [1] TRUE #> #> $`rectum cancer`$`_parent` #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`rectum cancer`$`_is_leaf` #> [1] TRUE #> #> $`rectum cancer`$children #> list() #> #> $`rectum cancer`$value #> [1] "rectum cancer" #> #> #> $`rectum cancer` #> $`rectum cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1993" #> #> $`rectum cancer`$`_id` #> [1] "DOID_1993<DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`rectum cancer`$privateGeneCount #> [1] 0 #> #> $`rectum cancer`$publicGeneCount #> [1] 10 #> #> $`rectum cancer`$urlId #> [1] "DOID_1993" #> #> $`rectum cancer`$dbPhenotype #> [1] TRUE #> #> $`rectum cancer`$`_parent` #> [1] "DOID_9256<DOID_5672<DOID_10155<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`rectum cancer`$`_is_leaf` #> [1] TRUE #> #> $`rectum cancer`$children #> list() #> #> $`rectum cancer`$value #> [1] "rectum cancer" #> #> #> $`recurrent hypersomnia` #> $`recurrent hypersomnia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8619" #> #> $`recurrent hypersomnia`$`_id` #> [1] "DOID_8619<DOID_535<DOID_150<DOID_4" #> #> $`recurrent hypersomnia`$privateGeneCount #> [1] 0 #> #> $`recurrent hypersomnia`$publicGeneCount #> [1] 3 #> #> $`recurrent hypersomnia`$urlId #> [1] "DOID_8619" #> #> $`recurrent hypersomnia`$dbPhenotype #> [1] TRUE #> #> $`recurrent hypersomnia`$`_parent` #> [1] "DOID_535<DOID_150<DOID_4" #> #> $`recurrent hypersomnia`$`_is_leaf` #> [1] TRUE #> #> $`recurrent hypersomnia`$children #> list() #> #> $`recurrent hypersomnia`$value #> [1] "recurrent hypersomnia" #> #> #> $`Recurrent infection of the gastrointestinal tract` #> $`Recurrent infection of the gastrointestinal tract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004798" #> #> $`Recurrent infection of the gastrointestinal tract`$`_id` #> [1] "HP_0004798<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Recurrent infection of the gastrointestinal tract`$privateGeneCount #> [1] 0 #> #> $`Recurrent infection of the gastrointestinal tract`$publicGeneCount #> [1] 2 #> #> $`Recurrent infection of the gastrointestinal tract`$urlId #> [1] "HP_0004798" #> #> $`Recurrent infection of the gastrointestinal tract`$dbPhenotype #> [1] FALSE #> #> $`Recurrent infection of the gastrointestinal tract`$`_parent` #> [1] "HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Recurrent infection of the gastrointestinal tract`$`_is_leaf` #> [1] FALSE #> #> $`Recurrent infection of the gastrointestinal tract`$children #> $`Recurrent infection of the gastrointestinal tract`$children[[1]] #> [1] "HP_0005202<HP_0004798<HP_0012719<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> #> $`Recurrent infection of the gastrointestinal tract`$value #> [1] "Recurrent infection of the gastrointestinal tract" #> #> #> $`Recurrent urinary tract infections` #> $`Recurrent urinary tract infections`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000010" #> #> $`Recurrent urinary tract infections`$`_id` #> [1] "HP_0000010<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Recurrent urinary tract infections`$privateGeneCount #> [1] 0 #> #> $`Recurrent urinary tract infections`$publicGeneCount #> [1] 7 #> #> $`Recurrent urinary tract infections`$urlId #> [1] "HP_0000010" #> #> $`Recurrent urinary tract infections`$dbPhenotype #> [1] TRUE #> #> $`Recurrent urinary tract infections`$`_parent` #> [1] "HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Recurrent urinary tract infections`$`_is_leaf` #> [1] TRUE #> #> $`Recurrent urinary tract infections`$children #> list() #> #> $`Recurrent urinary tract infections`$value #> [1] "Recurrent urinary tract infections" #> #> #> $`red color blindness` #> $`red color blindness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13910" #> #> $`red color blindness`$`_id` #> [1] "DOID_13910<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`red color blindness`$privateGeneCount #> [1] 0 #> #> $`red color blindness`$publicGeneCount #> [1] 7 #> #> $`red color blindness`$urlId #> [1] "DOID_13910" #> #> $`red color blindness`$dbPhenotype #> [1] TRUE #> #> $`red color blindness`$`_parent` #> [1] "DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`red color blindness`$`_is_leaf` #> [1] TRUE #> #> $`red color blindness`$children #> list() #> #> $`red color blindness`$value #> [1] "red color blindness" #> #> #> $`Red hair` #> $`Red hair`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002297" #> #> $`Red hair`$`_id` #> [1] "HP_0002297<HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Red hair`$privateGeneCount #> [1] 0 #> #> $`Red hair`$publicGeneCount #> [1] 4 #> #> $`Red hair`$urlId #> [1] "HP_0002297" #> #> $`Red hair`$dbPhenotype #> [1] TRUE #> #> $`Red hair`$`_parent` #> [1] "HP_0009887<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Red hair`$`_is_leaf` #> [1] TRUE #> #> $`Red hair`$children #> list() #> #> $`Red hair`$value #> [1] "Red hair" #> #> #> $`red-green color blindness` #> $`red-green color blindness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13909" #> #> $`red-green color blindness`$`_id` #> [1] "DOID_13909<DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`red-green color blindness`$privateGeneCount #> [1] 0 #> #> $`red-green color blindness`$publicGeneCount #> [1] 7 #> #> $`red-green color blindness`$urlId #> [1] "DOID_13909" #> #> $`red-green color blindness`$dbPhenotype #> [1] TRUE #> #> $`red-green color blindness`$`_parent` #> [1] "DOID_13399<DOID_1432<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`red-green color blindness`$`_is_leaf` #> [1] TRUE #> #> $`red-green color blindness`$children #> list() #> #> $`red-green color blindness`$value #> [1] "red-green color blindness" #> #> #> $`Reduced 5-oxoprolinase level` #> $`Reduced 5-oxoprolinase level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0040142" #> #> $`Reduced 5-oxoprolinase level`$`_id` #> [1] "HP_0040142<HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Reduced 5-oxoprolinase level`$privateGeneCount #> [1] 0 #> #> $`Reduced 5-oxoprolinase level`$publicGeneCount #> [1] 1 #> #> $`Reduced 5-oxoprolinase level`$urlId #> [1] "HP_0040142" #> #> $`Reduced 5-oxoprolinase level`$dbPhenotype #> [1] TRUE #> #> $`Reduced 5-oxoprolinase level`$`_parent` #> [1] "HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Reduced 5-oxoprolinase level`$`_is_leaf` #> [1] TRUE #> #> $`Reduced 5-oxoprolinase level`$children #> list() #> #> $`Reduced 5-oxoprolinase level`$value #> [1] "Reduced 5-oxoprolinase level" #> #> #> $`Reduced bone mineral density` #> $`Reduced bone mineral density`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004349" #> #> $`Reduced bone mineral density`$`_id` #> [1] "HP_0004349<HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Reduced bone mineral density`$privateGeneCount #> [1] 0 #> #> $`Reduced bone mineral density`$publicGeneCount #> [1] 2 #> #> $`Reduced bone mineral density`$urlId #> [1] "HP_0004349" #> #> $`Reduced bone mineral density`$dbPhenotype #> [1] FALSE #> #> $`Reduced bone mineral density`$`_parent` #> [1] "HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Reduced bone mineral density`$`_is_leaf` #> [1] FALSE #> #> $`Reduced bone mineral density`$children #> $`Reduced bone mineral density`$children[[1]] #> [1] "HP_0002748<HP_0004349<HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Reduced bone mineral density`$value #> [1] "Reduced bone mineral density" #> #> #> $`Reduced consciousness/confusion` #> $`Reduced consciousness/confusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004372" #> #> $`Reduced consciousness/confusion`$`_id` #> [1] "HP_0004372<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Reduced consciousness/confusion`$privateGeneCount #> [1] 0 #> #> $`Reduced consciousness/confusion`$publicGeneCount #> [1] 9 #> #> $`Reduced consciousness/confusion`$urlId #> [1] "HP_0004372" #> #> $`Reduced consciousness/confusion`$dbPhenotype #> [1] FALSE #> #> $`Reduced consciousness/confusion`$`_parent` #> [1] "HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Reduced consciousness/confusion`$`_is_leaf` #> [1] FALSE #> #> $`Reduced consciousness/confusion`$children #> $`Reduced consciousness/confusion`$children[[1]] #> [1] "HP_0001259<HP_0004372<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Reduced consciousness/confusion`$children[[2]] #> [1] "HP_0001254<HP_0004372<HP_0011446<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Reduced consciousness/confusion`$value #> [1] "Reduced consciousness/confusion" #> #> #> $`Reduced glutathione synthetase level` #> $`Reduced glutathione synthetase level`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003343" #> #> $`Reduced glutathione synthetase level`$`_id` #> [1] "HP_0003343<HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Reduced glutathione synthetase level`$privateGeneCount #> [1] 0 #> #> $`Reduced glutathione synthetase level`$publicGeneCount #> [1] 1 #> #> $`Reduced glutathione synthetase level`$urlId #> [1] "HP_0003343" #> #> $`Reduced glutathione synthetase level`$dbPhenotype #> [1] TRUE #> #> $`Reduced glutathione synthetase level`$`_parent` #> [1] "HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Reduced glutathione synthetase level`$`_is_leaf` #> [1] TRUE #> #> $`Reduced glutathione synthetase level`$children #> list() #> #> $`Reduced glutathione synthetase level`$value #> [1] "Reduced glutathione synthetase level" #> #> #> $`Reduced kininogen activity` #> $`Reduced kininogen activity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005527" #> #> $`Reduced kininogen activity`$`_id` #> [1] "HP_0005527<HP_0005559<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Reduced kininogen activity`$privateGeneCount #> [1] 0 #> #> $`Reduced kininogen activity`$publicGeneCount #> [1] 1 #> #> $`Reduced kininogen activity`$urlId #> [1] "HP_0005527" #> #> $`Reduced kininogen activity`$dbPhenotype #> [1] TRUE #> #> $`Reduced kininogen activity`$`_parent` #> [1] "HP_0005559<HP_0010876<HP_0032180<HP_0001939<HP_0000118<HP_0000001" #> #> $`Reduced kininogen activity`$`_is_leaf` #> [1] TRUE #> #> $`Reduced kininogen activity`$children #> list() #> #> $`Reduced kininogen activity`$value #> [1] "Reduced kininogen activity" #> #> #> $`Reduced kininogen activity` #> $`Reduced kininogen activity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005527" #> #> $`Reduced kininogen activity`$`_id` #> [1] "HP_0005527<HP_0010989<HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Reduced kininogen activity`$privateGeneCount #> [1] 0 #> #> $`Reduced kininogen activity`$publicGeneCount #> [1] 1 #> #> $`Reduced kininogen activity`$urlId #> [1] "HP_0005527" #> #> $`Reduced kininogen activity`$dbPhenotype #> [1] TRUE #> #> $`Reduced kininogen activity`$`_parent` #> [1] "HP_0010989<HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Reduced kininogen activity`$`_is_leaf` #> [1] TRUE #> #> $`Reduced kininogen activity`$children #> list() #> #> $`Reduced kininogen activity`$value #> [1] "Reduced kininogen activity" #> #> #> $`reducing body myopathy 1A` #> $`reducing body myopathy 1A`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080090" #> #> $`reducing body myopathy 1A`$`_id` #> [1] "DOID_0080090<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`reducing body myopathy 1A`$privateGeneCount #> [1] 0 #> #> $`reducing body myopathy 1A`$publicGeneCount #> [1] 1 #> #> $`reducing body myopathy 1A`$urlId #> [1] "DOID_0080090" #> #> $`reducing body myopathy 1A`$dbPhenotype #> [1] TRUE #> #> $`reducing body myopathy 1A`$`_parent` #> [1] "DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`reducing body myopathy 1A`$`_is_leaf` #> [1] TRUE #> #> $`reducing body myopathy 1A`$children #> list() #> #> $`reducing body myopathy 1A`$value #> [1] "reducing body myopathy 1A" #> #> #> $`reducing body myopathy 1A` #> $`reducing body myopathy 1A`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080090" #> #> $`reducing body myopathy 1A`$`_id` #> [1] "DOID_0080090<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`reducing body myopathy 1A`$privateGeneCount #> [1] 0 #> #> $`reducing body myopathy 1A`$publicGeneCount #> [1] 1 #> #> $`reducing body myopathy 1A`$urlId #> [1] "DOID_0080090" #> #> $`reducing body myopathy 1A`$dbPhenotype #> [1] TRUE #> #> $`reducing body myopathy 1A`$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`reducing body myopathy 1A`$`_is_leaf` #> [1] TRUE #> #> $`reducing body myopathy 1A`$children #> list() #> #> $`reducing body myopathy 1A`$value #> [1] "reducing body myopathy 1A" #> #> #> $`refractive error` #> $`refractive error`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9835" #> #> $`refractive error`$`_id` #> [1] "DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`refractive error`$privateGeneCount #> [1] 0 #> #> $`refractive error`$publicGeneCount #> [1] 76 #> #> $`refractive error`$urlId #> [1] "DOID_9835" #> #> $`refractive error`$dbPhenotype #> [1] TRUE #> #> $`refractive error`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`refractive error`$`_is_leaf` #> [1] FALSE #> #> $`refractive error`$children #> $`refractive error`$children[[1]] #> [1] "DOID_12273<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`refractive error`$children[[2]] #> [1] "DOID_11782<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`refractive error`$children[[3]] #> [1] "DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`refractive error`$children[[4]] #> [1] "DOID_11830<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`refractive error`$value #> [1] "refractive error" #> #> #> $`Refsum disease` #> $`Refsum disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10582" #> #> $`Refsum disease`$`_id` #> [1] "DOID_10582<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`Refsum disease`$privateGeneCount #> [1] 0 #> #> $`Refsum disease`$publicGeneCount #> [1] 3 #> #> $`Refsum disease`$urlId #> [1] "DOID_10582" #> #> $`Refsum disease`$dbPhenotype #> [1] TRUE #> #> $`Refsum disease`$`_parent` #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`Refsum disease`$`_is_leaf` #> [1] TRUE #> #> $`Refsum disease`$children #> list() #> #> $`Refsum disease`$value #> [1] "Refsum disease" #> #> #> $`Regional abnormality of skin` #> $`Regional abnormality of skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011356" #> #> $`Regional abnormality of skin`$`_id` #> [1] "HP_0011356<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Regional abnormality of skin`$privateGeneCount #> [1] 0 #> #> $`Regional abnormality of skin`$publicGeneCount #> [1] 1 #> #> $`Regional abnormality of skin`$urlId #> [1] "HP_0011356" #> #> $`Regional abnormality of skin`$dbPhenotype #> [1] FALSE #> #> $`Regional abnormality of skin`$`_parent` #> [1] "HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Regional abnormality of skin`$`_is_leaf` #> [1] FALSE #> #> $`Regional abnormality of skin`$children #> $`Regional abnormality of skin`$children[[1]] #> [1] "HP_0007477<HP_0011356<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Regional abnormality of skin`$value #> [1] "Regional abnormality of skin" #> #> #> $`Reis-Bucklers corneal dystrophy` #> $`Reis-Bucklers corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060453" #> #> $`Reis-Bucklers corneal dystrophy`$`_id` #> [1] "DOID_0060453<DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Reis-Bucklers corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`Reis-Bucklers corneal dystrophy`$publicGeneCount #> [1] 1 #> #> $`Reis-Bucklers corneal dystrophy`$urlId #> [1] "DOID_0060453" #> #> $`Reis-Bucklers corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Reis-Bucklers corneal dystrophy`$`_parent` #> [1] "DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Reis-Bucklers corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Reis-Bucklers corneal dystrophy`$children #> list() #> #> $`Reis-Bucklers corneal dystrophy`$value #> [1] "Reis-Bucklers corneal dystrophy" #> #> #> $`relapsing-remitting multiple sclerosis` #> $`relapsing-remitting multiple sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2378" #> #> $`relapsing-remitting multiple sclerosis`$`_id` #> [1] "DOID_2378<DOID_2377<DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`relapsing-remitting multiple sclerosis`$privateGeneCount #> [1] 0 #> #> $`relapsing-remitting multiple sclerosis`$publicGeneCount #> [1] 13 #> #> $`relapsing-remitting multiple sclerosis`$urlId #> [1] "DOID_2378" #> #> $`relapsing-remitting multiple sclerosis`$dbPhenotype #> [1] TRUE #> #> $`relapsing-remitting multiple sclerosis`$`_parent` #> [1] "DOID_2377<DOID_0060004<DOID_438<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`relapsing-remitting multiple sclerosis`$`_is_leaf` #> [1] TRUE #> #> $`relapsing-remitting multiple sclerosis`$children #> list() #> #> $`relapsing-remitting multiple sclerosis`$value #> [1] "relapsing-remitting multiple sclerosis" #> #> #> $`relapsing-remitting multiple sclerosis` #> $`relapsing-remitting multiple sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2378" #> #> $`relapsing-remitting multiple sclerosis`$`_id` #> [1] "DOID_2378<DOID_2377<DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`relapsing-remitting multiple sclerosis`$privateGeneCount #> [1] 0 #> #> $`relapsing-remitting multiple sclerosis`$publicGeneCount #> [1] 13 #> #> $`relapsing-remitting multiple sclerosis`$urlId #> [1] "DOID_2378" #> #> $`relapsing-remitting multiple sclerosis`$dbPhenotype #> [1] TRUE #> #> $`relapsing-remitting multiple sclerosis`$`_parent` #> [1] "DOID_2377<DOID_0060004<DOID_438<DOID_863<DOID_7<DOID_4" #> #> $`relapsing-remitting multiple sclerosis`$`_is_leaf` #> [1] TRUE #> #> $`relapsing-remitting multiple sclerosis`$children #> list() #> #> $`relapsing-remitting multiple sclerosis`$value #> [1] "relapsing-remitting multiple sclerosis" #> #> #> $`relapsing-remitting multiple sclerosis` #> $`relapsing-remitting multiple sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2378" #> #> $`relapsing-remitting multiple sclerosis`$`_id` #> [1] "DOID_2378<DOID_2377<DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`relapsing-remitting multiple sclerosis`$privateGeneCount #> [1] 0 #> #> $`relapsing-remitting multiple sclerosis`$publicGeneCount #> [1] 13 #> #> $`relapsing-remitting multiple sclerosis`$urlId #> [1] "DOID_2378" #> #> $`relapsing-remitting multiple sclerosis`$dbPhenotype #> [1] TRUE #> #> $`relapsing-remitting multiple sclerosis`$`_parent` #> [1] "DOID_2377<DOID_3213<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`relapsing-remitting multiple sclerosis`$`_is_leaf` #> [1] TRUE #> #> $`relapsing-remitting multiple sclerosis`$children #> list() #> #> $`relapsing-remitting multiple sclerosis`$value #> [1] "relapsing-remitting multiple sclerosis" #> #> #> $`renal agenesis` #> $`renal agenesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14766" #> #> $`renal agenesis`$`_id` #> [1] "DOID_14766<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal agenesis`$privateGeneCount #> [1] 0 #> #> $`renal agenesis`$publicGeneCount #> [1] 3 #> #> $`renal agenesis`$urlId #> [1] "DOID_14766" #> #> $`renal agenesis`$dbPhenotype #> [1] TRUE #> #> $`renal agenesis`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal agenesis`$`_is_leaf` #> [1] TRUE #> #> $`renal agenesis`$children #> list() #> #> $`renal agenesis`$value #> [1] "renal agenesis" #> #> #> $`renal artery disease` #> $`renal artery disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2388" #> #> $`renal artery disease`$`_id` #> [1] "DOID_2388<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`renal artery disease`$privateGeneCount #> [1] 0 #> #> $`renal artery disease`$publicGeneCount #> [1] 2 #> #> $`renal artery disease`$urlId #> [1] "DOID_2388" #> #> $`renal artery disease`$dbPhenotype #> [1] FALSE #> #> $`renal artery disease`$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`renal artery disease`$`_is_leaf` #> [1] FALSE #> #> $`renal artery disease`$children #> $`renal artery disease`$children[[1]] #> [1] "DOID_2972<DOID_2388<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`renal artery disease`$value #> [1] "renal artery disease" #> #> #> $`renal artery obstruction` #> $`renal artery obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2972" #> #> $`renal artery obstruction`$`_id` #> [1] "DOID_2972<DOID_2388<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`renal artery obstruction`$privateGeneCount #> [1] 0 #> #> $`renal artery obstruction`$publicGeneCount #> [1] 2 #> #> $`renal artery obstruction`$urlId #> [1] "DOID_2972" #> #> $`renal artery obstruction`$dbPhenotype #> [1] TRUE #> #> $`renal artery obstruction`$`_parent` #> [1] "DOID_2388<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`renal artery obstruction`$`_is_leaf` #> [1] TRUE #> #> $`renal artery obstruction`$children #> list() #> #> $`renal artery obstruction`$value #> [1] "renal artery obstruction" #> #> #> $`renal carcinoma` #> $`renal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4451" #> #> $`renal carcinoma`$`_id` #> [1] "DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`renal carcinoma`$privateGeneCount #> [1] 0 #> #> $`renal carcinoma`$publicGeneCount #> [1] 271 #> #> $`renal carcinoma`$urlId #> [1] "DOID_4451" #> #> $`renal carcinoma`$dbPhenotype #> [1] FALSE #> #> $`renal carcinoma`$`_parent` #> [1] "DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`renal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`renal carcinoma`$children #> $`renal carcinoma`$children[[1]] #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`renal carcinoma`$value #> [1] "renal carcinoma" #> #> #> $`renal carcinoma` #> $`renal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4451" #> #> $`renal carcinoma`$`_id` #> [1] "DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`renal carcinoma`$privateGeneCount #> [1] 0 #> #> $`renal carcinoma`$publicGeneCount #> [1] 271 #> #> $`renal carcinoma`$urlId #> [1] "DOID_4451" #> #> $`renal carcinoma`$dbPhenotype #> [1] FALSE #> #> $`renal carcinoma`$`_parent` #> [1] "DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`renal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`renal carcinoma`$children #> $`renal carcinoma`$children[[1]] #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> #> $`renal carcinoma`$value #> [1] "renal carcinoma" #> #> #> $`renal carcinoma` #> $`renal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4451" #> #> $`renal carcinoma`$`_id` #> [1] "DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal carcinoma`$privateGeneCount #> [1] 0 #> #> $`renal carcinoma`$publicGeneCount #> [1] 271 #> #> $`renal carcinoma`$urlId #> [1] "DOID_4451" #> #> $`renal carcinoma`$dbPhenotype #> [1] FALSE #> #> $`renal carcinoma`$`_parent` #> [1] "DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`renal carcinoma`$children #> $`renal carcinoma`$children[[1]] #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`renal carcinoma`$value #> [1] "renal carcinoma" #> #> #> $`renal carcinoma` #> $`renal carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4451" #> #> $`renal carcinoma`$`_id` #> [1] "DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`renal carcinoma`$privateGeneCount #> [1] 0 #> #> $`renal carcinoma`$publicGeneCount #> [1] 271 #> #> $`renal carcinoma`$urlId #> [1] "DOID_4451" #> #> $`renal carcinoma`$dbPhenotype #> [1] FALSE #> #> $`renal carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`renal carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`renal carcinoma`$children #> $`renal carcinoma`$children[[1]] #> [1] "DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`renal carcinoma`$value #> [1] "renal carcinoma" #> #> #> $`renal cell carcinoma` #> $`renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4450" #> #> $`renal cell carcinoma`$`_id` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`renal cell carcinoma`$publicGeneCount #> [1] 271 #> #> $`renal cell carcinoma`$urlId #> [1] "DOID_4450" #> #> $`renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`renal cell carcinoma`$`_parent` #> [1] "DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`renal cell carcinoma`$children #> $`renal cell carcinoma`$children[[1]] #> [1] "DOID_4471<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$children[[2]] #> [1] "DOID_4467<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$children[[3]] #> [1] "DOID_4464<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$children[[4]] #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$children[[5]] #> [1] "DOID_4465<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$children[[6]] #> [1] "DOID_4473<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`renal cell carcinoma`$value #> [1] "renal cell carcinoma" #> #> #> $`renal cell carcinoma` #> $`renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4450" #> #> $`renal cell carcinoma`$`_id` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`renal cell carcinoma`$publicGeneCount #> [1] 271 #> #> $`renal cell carcinoma`$urlId #> [1] "DOID_4450" #> #> $`renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`renal cell carcinoma`$`_parent` #> [1] "DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`renal cell carcinoma`$children #> $`renal cell carcinoma`$children[[1]] #> [1] "DOID_4471<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$children[[2]] #> [1] "DOID_4467<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$children[[3]] #> [1] "DOID_4464<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$children[[4]] #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$children[[5]] #> [1] "DOID_4465<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$children[[6]] #> [1] "DOID_4473<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> #> $`renal cell carcinoma`$value #> [1] "renal cell carcinoma" #> #> #> $`renal cell carcinoma` #> $`renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4450" #> #> $`renal cell carcinoma`$`_id` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`renal cell carcinoma`$publicGeneCount #> [1] 271 #> #> $`renal cell carcinoma`$urlId #> [1] "DOID_4450" #> #> $`renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`renal cell carcinoma`$`_parent` #> [1] "DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`renal cell carcinoma`$children #> $`renal cell carcinoma`$children[[1]] #> [1] "DOID_4471<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$children[[2]] #> [1] "DOID_4467<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$children[[3]] #> [1] "DOID_4464<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$children[[4]] #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$children[[5]] #> [1] "DOID_4465<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal cell carcinoma`$children[[6]] #> [1] "DOID_4473<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`renal cell carcinoma`$value #> [1] "renal cell carcinoma" #> #> #> $`renal cell carcinoma` #> $`renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4450" #> #> $`renal cell carcinoma`$`_id` #> [1] "DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`renal cell carcinoma`$publicGeneCount #> [1] 271 #> #> $`renal cell carcinoma`$urlId #> [1] "DOID_4450" #> #> $`renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`renal cell carcinoma`$`_parent` #> [1] "DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`renal cell carcinoma`$children #> $`renal cell carcinoma`$children[[1]] #> [1] "DOID_4471<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$children[[2]] #> [1] "DOID_4467<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$children[[3]] #> [1] "DOID_4464<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$children[[4]] #> [1] "DOID_4455<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$children[[5]] #> [1] "DOID_4465<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`renal cell carcinoma`$children[[6]] #> [1] "DOID_4473<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`renal cell carcinoma`$value #> [1] "renal cell carcinoma" #> #> #> $`Renal cyst` #> $`Renal cyst`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000107" #> #> $`Renal cyst`$`_id` #> [1] "HP_0000107<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal cyst`$privateGeneCount #> [1] 0 #> #> $`Renal cyst`$publicGeneCount #> [1] 2 #> #> $`Renal cyst`$urlId #> [1] "HP_0000107" #> #> $`Renal cyst`$dbPhenotype #> [1] FALSE #> #> $`Renal cyst`$`_parent` #> [1] "HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal cyst`$`_is_leaf` #> [1] FALSE #> #> $`Renal cyst`$children #> $`Renal cyst`$children[[1]] #> [1] "HP_0000800<HP_0000107<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal cyst`$children[[2]] #> [1] "HP_0000003<HP_0000107<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Renal cyst`$value #> [1] "Renal cyst" #> #> #> $`Renal dysplasia` #> $`Renal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000110" #> #> $`Renal dysplasia`$`_id` #> [1] "HP_0000110<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal dysplasia`$privateGeneCount #> [1] 0 #> #> $`Renal dysplasia`$publicGeneCount #> [1] 1 #> #> $`Renal dysplasia`$urlId #> [1] "HP_0000110" #> #> $`Renal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Renal dysplasia`$`_parent` #> [1] "HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Renal dysplasia`$children #> list() #> #> $`Renal dysplasia`$value #> [1] "Renal dysplasia" #> #> #> $`renal glycosuria` #> $`renal glycosuria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9432" #> #> $`renal glycosuria`$`_id` #> [1] "DOID_9432<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal glycosuria`$privateGeneCount #> [1] 0 #> #> $`renal glycosuria`$publicGeneCount #> [1] 1 #> #> $`renal glycosuria`$urlId #> [1] "DOID_9432" #> #> $`renal glycosuria`$dbPhenotype #> [1] TRUE #> #> $`renal glycosuria`$`_parent` #> [1] "DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal glycosuria`$`_is_leaf` #> [1] TRUE #> #> $`renal glycosuria`$children #> list() #> #> $`renal glycosuria`$value #> [1] "renal glycosuria" #> #> #> $`renal hypertension` #> $`renal hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1073" #> #> $`renal hypertension`$`_id` #> [1] "DOID_1073<DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`renal hypertension`$privateGeneCount #> [1] 0 #> #> $`renal hypertension`$publicGeneCount #> [1] 16 #> #> $`renal hypertension`$urlId #> [1] "DOID_1073" #> #> $`renal hypertension`$dbPhenotype #> [1] TRUE #> #> $`renal hypertension`$`_parent` #> [1] "DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`renal hypertension`$`_is_leaf` #> [1] FALSE #> #> $`renal hypertension`$children #> $`renal hypertension`$children[[1]] #> [1] "DOID_11664<DOID_1073<DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`renal hypertension`$children[[2]] #> [1] "DOID_1591<DOID_1073<DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`renal hypertension`$value #> [1] "renal hypertension" #> #> #> $`renal hypertension` #> $`renal hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1073" #> #> $`renal hypertension`$`_id` #> [1] "DOID_1073<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal hypertension`$privateGeneCount #> [1] 0 #> #> $`renal hypertension`$publicGeneCount #> [1] 16 #> #> $`renal hypertension`$urlId #> [1] "DOID_1073" #> #> $`renal hypertension`$dbPhenotype #> [1] TRUE #> #> $`renal hypertension`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal hypertension`$`_is_leaf` #> [1] FALSE #> #> $`renal hypertension`$children #> $`renal hypertension`$children[[1]] #> [1] "DOID_11664<DOID_1073<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal hypertension`$children[[2]] #> [1] "DOID_1591<DOID_1073<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`renal hypertension`$value #> [1] "renal hypertension" #> #> #> $`Renal insufficiency` #> $`Renal insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000083" #> #> $`Renal insufficiency`$`_id` #> [1] "HP_0000083<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal insufficiency`$privateGeneCount #> [1] 0 #> #> $`Renal insufficiency`$publicGeneCount #> [1] 77 #> #> $`Renal insufficiency`$urlId #> [1] "HP_0000083" #> #> $`Renal insufficiency`$dbPhenotype #> [1] FALSE #> #> $`Renal insufficiency`$`_parent` #> [1] "HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal insufficiency`$`_is_leaf` #> [1] FALSE #> #> $`Renal insufficiency`$children #> $`Renal insufficiency`$children[[1]] #> [1] "HP_0001919<HP_0000083<HP_0012211<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Renal insufficiency`$value #> [1] "Renal insufficiency" #> #> #> $`Renal insufficiency` #> $`Renal insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000083" #> #> $`Renal insufficiency`$`_id` #> [1] "HP_0000083<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal insufficiency`$privateGeneCount #> [1] 0 #> #> $`Renal insufficiency`$publicGeneCount #> [1] 77 #> #> $`Renal insufficiency`$urlId #> [1] "HP_0000083" #> #> $`Renal insufficiency`$dbPhenotype #> [1] FALSE #> #> $`Renal insufficiency`$`_parent` #> [1] "HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal insufficiency`$`_is_leaf` #> [1] FALSE #> #> $`Renal insufficiency`$children #> $`Renal insufficiency`$children[[1]] #> [1] "HP_0001919<HP_0000083<HP_0012211<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Renal insufficiency`$value #> [1] "Renal insufficiency" #> #> #> $`Renal neoplasm` #> $`Renal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009726" #> #> $`Renal neoplasm`$`_id` #> [1] "HP_0009726<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal neoplasm`$privateGeneCount #> [1] 0 #> #> $`Renal neoplasm`$publicGeneCount #> [1] 2 #> #> $`Renal neoplasm`$urlId #> [1] "HP_0009726" #> #> $`Renal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`Renal neoplasm`$`_parent` #> [1] "HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`Renal neoplasm`$children #> $`Renal neoplasm`$children[[1]] #> [1] "HP_0011794<HP_0009726<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Renal neoplasm`$value #> [1] "Renal neoplasm" #> #> #> $`Renal neoplasm` #> $`Renal neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009726" #> #> $`Renal neoplasm`$`_id` #> [1] "HP_0009726<HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal neoplasm`$privateGeneCount #> [1] 0 #> #> $`Renal neoplasm`$publicGeneCount #> [1] 2 #> #> $`Renal neoplasm`$urlId #> [1] "HP_0009726" #> #> $`Renal neoplasm`$dbPhenotype #> [1] FALSE #> #> $`Renal neoplasm`$`_parent` #> [1] "HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renal neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`Renal neoplasm`$children #> $`Renal neoplasm`$children[[1]] #> [1] "HP_0011794<HP_0009726<HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Renal neoplasm`$value #> [1] "Renal neoplasm" #> #> #> $`renal oncocytoma` #> $`renal oncocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6245" #> #> $`renal oncocytoma`$`_id` #> [1] "DOID_6245<DOID_3116<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal oncocytoma`$privateGeneCount #> [1] 0 #> #> $`renal oncocytoma`$publicGeneCount #> [1] 1 #> #> $`renal oncocytoma`$urlId #> [1] "DOID_6245" #> #> $`renal oncocytoma`$dbPhenotype #> [1] TRUE #> #> $`renal oncocytoma`$`_parent` #> [1] "DOID_3116<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal oncocytoma`$`_is_leaf` #> [1] TRUE #> #> $`renal oncocytoma`$children #> list() #> #> $`renal oncocytoma`$value #> [1] "renal oncocytoma" #> #> #> $`renal oncocytoma` #> $`renal oncocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6245" #> #> $`renal oncocytoma`$`_id` #> [1] "DOID_6245<DOID_3116<DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`renal oncocytoma`$privateGeneCount #> [1] 0 #> #> $`renal oncocytoma`$publicGeneCount #> [1] 1 #> #> $`renal oncocytoma`$urlId #> [1] "DOID_6245" #> #> $`renal oncocytoma`$dbPhenotype #> [1] TRUE #> #> $`renal oncocytoma`$`_parent` #> [1] "DOID_3116<DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`renal oncocytoma`$`_is_leaf` #> [1] TRUE #> #> $`renal oncocytoma`$children #> list() #> #> $`renal oncocytoma`$value #> [1] "renal oncocytoma" #> #> #> $`renal oncocytoma` #> $`renal oncocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6245" #> #> $`renal oncocytoma`$`_id` #> [1] "DOID_6245<DOID_3116<DOID_731<DOID_18<DOID_7<DOID_4" #> #> $`renal oncocytoma`$privateGeneCount #> [1] 0 #> #> $`renal oncocytoma`$publicGeneCount #> [1] 1 #> #> $`renal oncocytoma`$urlId #> [1] "DOID_6245" #> #> $`renal oncocytoma`$dbPhenotype #> [1] TRUE #> #> $`renal oncocytoma`$`_parent` #> [1] "DOID_3116<DOID_731<DOID_18<DOID_7<DOID_4" #> #> $`renal oncocytoma`$`_is_leaf` #> [1] TRUE #> #> $`renal oncocytoma`$children #> list() #> #> $`renal oncocytoma`$value #> [1] "renal oncocytoma" #> #> #> $`renal osteodystrophy` #> $`renal osteodystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13068" #> #> $`renal osteodystrophy`$`_id` #> [1] "DOID_13068<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal osteodystrophy`$privateGeneCount #> [1] 0 #> #> $`renal osteodystrophy`$publicGeneCount #> [1] 1 #> #> $`renal osteodystrophy`$urlId #> [1] "DOID_13068" #> #> $`renal osteodystrophy`$dbPhenotype #> [1] TRUE #> #> $`renal osteodystrophy`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal osteodystrophy`$`_is_leaf` #> [1] TRUE #> #> $`renal osteodystrophy`$children #> list() #> #> $`renal osteodystrophy`$value #> [1] "renal osteodystrophy" #> #> #> $`renal tuberculosis` #> $`renal tuberculosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9733" #> #> $`renal tuberculosis`$`_id` #> [1] "DOID_9733<DOID_2149<DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`renal tuberculosis`$privateGeneCount #> [1] 0 #> #> $`renal tuberculosis`$publicGeneCount #> [1] 1 #> #> $`renal tuberculosis`$urlId #> [1] "DOID_9733" #> #> $`renal tuberculosis`$dbPhenotype #> [1] TRUE #> #> $`renal tuberculosis`$`_parent` #> [1] "DOID_2149<DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`renal tuberculosis`$`_is_leaf` #> [1] TRUE #> #> $`renal tuberculosis`$children #> list() #> #> $`renal tuberculosis`$value #> [1] "renal tuberculosis" #> #> #> $`renal tuberculosis` #> $`renal tuberculosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9733" #> #> $`renal tuberculosis`$`_id` #> [1] "DOID_9733<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tuberculosis`$privateGeneCount #> [1] 0 #> #> $`renal tuberculosis`$publicGeneCount #> [1] 1 #> #> $`renal tuberculosis`$urlId #> [1] "DOID_9733" #> #> $`renal tuberculosis`$dbPhenotype #> [1] TRUE #> #> $`renal tuberculosis`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tuberculosis`$`_is_leaf` #> [1] TRUE #> #> $`renal tuberculosis`$children #> list() #> #> $`renal tuberculosis`$value #> [1] "renal tuberculosis" #> #> #> $`renal tubular acidosis` #> $`renal tubular acidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14219" #> #> $`renal tubular acidosis`$`_id` #> [1] "DOID_14219<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular acidosis`$privateGeneCount #> [1] 0 #> #> $`renal tubular acidosis`$publicGeneCount #> [1] 4 #> #> $`renal tubular acidosis`$urlId #> [1] "DOID_14219" #> #> $`renal tubular acidosis`$dbPhenotype #> [1] TRUE #> #> $`renal tubular acidosis`$`_parent` #> [1] "DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular acidosis`$`_is_leaf` #> [1] TRUE #> #> $`renal tubular acidosis`$children #> list() #> #> $`renal tubular acidosis`$value #> [1] "renal tubular acidosis" #> #> #> $`renal tubular transport disease` #> $`renal tubular transport disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_447" #> #> $`renal tubular transport disease`$`_id` #> [1] "DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular transport disease`$privateGeneCount #> [1] 0 #> #> $`renal tubular transport disease`$publicGeneCount #> [1] 33 #> #> $`renal tubular transport disease`$urlId #> [1] "DOID_447" #> #> $`renal tubular transport disease`$dbPhenotype #> [1] TRUE #> #> $`renal tubular transport disease`$`_parent` #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular transport disease`$`_is_leaf` #> [1] FALSE #> #> $`renal tubular transport disease`$children #> $`renal tubular transport disease`$children[[1]] #> [1] "DOID_445<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular transport disease`$children[[2]] #> [1] "DOID_0050699<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular transport disease`$children[[3]] #> [1] "DOID_1062<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular transport disease`$children[[4]] #> [1] "DOID_0050450<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular transport disease`$children[[5]] #> [1] "DOID_0050477<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular transport disease`$children[[6]] #> [1] "DOID_4479<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular transport disease`$children[[7]] #> [1] "DOID_9432<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renal tubular transport disease`$children[[8]] #> [1] "DOID_14219<DOID_447<DOID_557<DOID_18<DOID_7<DOID_4" #> #> #> $`renal tubular transport disease`$value #> [1] "renal tubular transport disease" #> #> #> $`renal-hepatic-pancreatic dysplasia` #> $`renal-hepatic-pancreatic dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060259" #> #> $`renal-hepatic-pancreatic dysplasia`$`_id` #> [1] "DOID_0060259<DOID_0080015<DOID_4" #> #> $`renal-hepatic-pancreatic dysplasia`$privateGeneCount #> [1] 0 #> #> $`renal-hepatic-pancreatic dysplasia`$publicGeneCount #> [1] 2 #> #> $`renal-hepatic-pancreatic dysplasia`$urlId #> [1] "DOID_0060259" #> #> $`renal-hepatic-pancreatic dysplasia`$dbPhenotype #> [1] TRUE #> #> $`renal-hepatic-pancreatic dysplasia`$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $`renal-hepatic-pancreatic dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`renal-hepatic-pancreatic dysplasia`$children #> list() #> #> $`renal-hepatic-pancreatic dysplasia`$value #> [1] "renal-hepatic-pancreatic dysplasia" #> #> #> $`Renotubular dysgenesis` #> $`Renotubular dysgenesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0008660" #> #> $`Renotubular dysgenesis`$`_id` #> [1] "HP_0008660<HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renotubular dysgenesis`$privateGeneCount #> [1] 0 #> #> $`Renotubular dysgenesis`$publicGeneCount #> [1] 4 #> #> $`Renotubular dysgenesis`$urlId #> [1] "HP_0008660" #> #> $`Renotubular dysgenesis`$dbPhenotype #> [1] TRUE #> #> $`Renotubular dysgenesis`$`_parent` #> [1] "HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Renotubular dysgenesis`$`_is_leaf` #> [1] TRUE #> #> $`Renotubular dysgenesis`$children #> list() #> #> $`Renotubular dysgenesis`$value #> [1] "Renotubular dysgenesis" #> #> #> $`renovascular hypertension` #> $`renovascular hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1591" #> #> $`renovascular hypertension`$`_id` #> [1] "DOID_1591<DOID_1073<DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`renovascular hypertension`$privateGeneCount #> [1] 0 #> #> $`renovascular hypertension`$publicGeneCount #> [1] 4 #> #> $`renovascular hypertension`$urlId #> [1] "DOID_1591" #> #> $`renovascular hypertension`$dbPhenotype #> [1] TRUE #> #> $`renovascular hypertension`$`_parent` #> [1] "DOID_1073<DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`renovascular hypertension`$`_is_leaf` #> [1] TRUE #> #> $`renovascular hypertension`$children #> list() #> #> $`renovascular hypertension`$value #> [1] "renovascular hypertension" #> #> #> $`renovascular hypertension` #> $`renovascular hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1591" #> #> $`renovascular hypertension`$`_id` #> [1] "DOID_1591<DOID_1073<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renovascular hypertension`$privateGeneCount #> [1] 0 #> #> $`renovascular hypertension`$publicGeneCount #> [1] 4 #> #> $`renovascular hypertension`$urlId #> [1] "DOID_1591" #> #> $`renovascular hypertension`$dbPhenotype #> [1] TRUE #> #> $`renovascular hypertension`$`_parent` #> [1] "DOID_1073<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`renovascular hypertension`$`_is_leaf` #> [1] TRUE #> #> $`renovascular hypertension`$children #> list() #> #> $`renovascular hypertension`$value #> [1] "renovascular hypertension" #> #> #> $`Renpenning syndrome` #> $`Renpenning syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060179" #> #> $`Renpenning syndrome`$`_id` #> [1] "DOID_0060179<DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Renpenning syndrome`$privateGeneCount #> [1] 0 #> #> $`Renpenning syndrome`$publicGeneCount #> [1] 1 #> #> $`Renpenning syndrome`$urlId #> [1] "DOID_0060179" #> #> $`Renpenning syndrome`$dbPhenotype #> [1] TRUE #> #> $`Renpenning syndrome`$`_parent` #> [1] "DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Renpenning syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Renpenning syndrome`$children #> list() #> #> $`Renpenning syndrome`$value #> [1] "Renpenning syndrome" #> #> #> $`Renpenning syndrome` #> $`Renpenning syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060179" #> #> $`Renpenning syndrome`$`_id` #> [1] "DOID_0060179<DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Renpenning syndrome`$privateGeneCount #> [1] 0 #> #> $`Renpenning syndrome`$publicGeneCount #> [1] 1 #> #> $`Renpenning syndrome`$urlId #> [1] "DOID_0060179" #> #> $`Renpenning syndrome`$dbPhenotype #> [1] TRUE #> #> $`Renpenning syndrome`$`_parent` #> [1] "DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`Renpenning syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Renpenning syndrome`$children #> list() #> #> $`Renpenning syndrome`$value #> [1] "Renpenning syndrome" #> #> #> $`Renpenning syndrome` #> $`Renpenning syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060179" #> #> $`Renpenning syndrome`$`_id` #> [1] "DOID_0060179<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Renpenning syndrome`$privateGeneCount #> [1] 0 #> #> $`Renpenning syndrome`$publicGeneCount #> [1] 1 #> #> $`Renpenning syndrome`$urlId #> [1] "DOID_0060179" #> #> $`Renpenning syndrome`$dbPhenotype #> [1] TRUE #> #> $`Renpenning syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Renpenning syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Renpenning syndrome`$children #> list() #> #> $`Renpenning syndrome`$value #> [1] "Renpenning syndrome" #> #> #> $`reproductive organ benign neoplasm` #> $`reproductive organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050622" #> #> $`reproductive organ benign neoplasm`$`_id` #> [1] "DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`reproductive organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`reproductive organ benign neoplasm`$publicGeneCount #> [1] 58 #> #> $`reproductive organ benign neoplasm`$urlId #> [1] "DOID_0050622" #> #> $`reproductive organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`reproductive organ benign neoplasm`$`_parent` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`reproductive organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`reproductive organ benign neoplasm`$children #> $`reproductive organ benign neoplasm`$children[[1]] #> [1] "DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`reproductive organ benign neoplasm`$children[[2]] #> [1] "DOID_0060087<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`reproductive organ benign neoplasm`$value #> [1] "reproductive organ benign neoplasm" #> #> #> $`reproductive organ benign neoplasm` #> $`reproductive organ benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050622" #> #> $`reproductive organ benign neoplasm`$`_id` #> [1] "DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`reproductive organ benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`reproductive organ benign neoplasm`$publicGeneCount #> [1] 58 #> #> $`reproductive organ benign neoplasm`$urlId #> [1] "DOID_0050622" #> #> $`reproductive organ benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`reproductive organ benign neoplasm`$`_parent` #> [1] "DOID_15<DOID_7<DOID_4" #> #> $`reproductive organ benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`reproductive organ benign neoplasm`$children #> $`reproductive organ benign neoplasm`$children[[1]] #> [1] "DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`reproductive organ benign neoplasm`$children[[2]] #> [1] "DOID_0060087<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> #> $`reproductive organ benign neoplasm`$value #> [1] "reproductive organ benign neoplasm" #> #> #> $`reproductive organ cancer` #> $`reproductive organ cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_193" #> #> $`reproductive organ cancer`$`_id` #> [1] "DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`reproductive organ cancer`$privateGeneCount #> [1] 0 #> #> $`reproductive organ cancer`$publicGeneCount #> [1] 935 #> #> $`reproductive organ cancer`$urlId #> [1] "DOID_193" #> #> $`reproductive organ cancer`$dbPhenotype #> [1] FALSE #> #> $`reproductive organ cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`reproductive organ cancer`$`_is_leaf` #> [1] FALSE #> #> $`reproductive organ cancer`$children #> $`reproductive organ cancer`$children[[1]] #> [1] "DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`reproductive organ cancer`$children[[2]] #> [1] "DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`reproductive organ cancer`$children[[3]] #> [1] "DOID_192<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`reproductive organ cancer`$value #> [1] "reproductive organ cancer" #> #> #> $`reproductive system disease` #> $`reproductive system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_15" #> #> $`reproductive system disease`$`_id` #> [1] "DOID_15<DOID_7<DOID_4" #> #> $`reproductive system disease`$privateGeneCount #> [1] 0 #> #> $`reproductive system disease`$publicGeneCount #> [1] 1316 #> #> $`reproductive system disease`$urlId #> [1] "DOID_15" #> #> $`reproductive system disease`$dbPhenotype #> [1] FALSE #> #> $`reproductive system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`reproductive system disease`$`_is_leaf` #> [1] FALSE #> #> $`reproductive system disease`$children #> $`reproductive system disease`$children[[1]] #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`reproductive system disease`$children[[2]] #> [1] "DOID_5223<DOID_15<DOID_7<DOID_4" #> #> $`reproductive system disease`$children[[3]] #> [1] "DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`reproductive system disease`$children[[4]] #> [1] "DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> #> $`reproductive system disease`$value #> [1] "reproductive system disease" #> #> #> $`Resistance to activated protein C` #> $`Resistance to activated protein C`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012175" #> #> $`Resistance to activated protein C`$`_id` #> [1] "HP_0012175<HP_0030780<HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Resistance to activated protein C`$privateGeneCount #> [1] 0 #> #> $`Resistance to activated protein C`$publicGeneCount #> [1] 2 #> #> $`Resistance to activated protein C`$urlId #> [1] "HP_0012175" #> #> $`Resistance to activated protein C`$dbPhenotype #> [1] TRUE #> #> $`Resistance to activated protein C`$`_parent` #> [1] "HP_0030780<HP_0003256<HP_0001928<HP_0001871<HP_0000118<HP_0000001" #> #> $`Resistance to activated protein C`$`_is_leaf` #> [1] TRUE #> #> $`Resistance to activated protein C`$children #> list() #> #> $`Resistance to activated protein C`$value #> [1] "Resistance to activated protein C" #> #> #> $`respiratory failure` #> $`respiratory failure`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11162" #> #> $`respiratory failure`$`_id` #> [1] "DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory failure`$privateGeneCount #> [1] 0 #> #> $`respiratory failure`$publicGeneCount #> [1] 48 #> #> $`respiratory failure`$urlId #> [1] "DOID_11162" #> #> $`respiratory failure`$dbPhenotype #> [1] FALSE #> #> $`respiratory failure`$`_parent` #> [1] "DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory failure`$`_is_leaf` #> [1] FALSE #> #> $`respiratory failure`$children #> $`respiratory failure`$children[[1]] #> [1] "DOID_11394<DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory failure`$children[[2]] #> [1] "DOID_12716<DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory failure`$children[[3]] #> [1] "DOID_11396<DOID_11162<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> #> $`respiratory failure`$value #> [1] "respiratory failure" #> #> #> $`Respiratory insufficiency` #> $`Respiratory insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002093" #> #> $`Respiratory insufficiency`$`_id` #> [1] "HP_0002093<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Respiratory insufficiency`$privateGeneCount #> [1] 0 #> #> $`Respiratory insufficiency`$publicGeneCount #> [1] 21 #> #> $`Respiratory insufficiency`$urlId #> [1] "HP_0002093" #> #> $`Respiratory insufficiency`$dbPhenotype #> [1] TRUE #> #> $`Respiratory insufficiency`$`_parent` #> [1] "HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Respiratory insufficiency`$`_is_leaf` #> [1] TRUE #> #> $`Respiratory insufficiency`$children #> list() #> #> $`Respiratory insufficiency`$value #> [1] "Respiratory insufficiency" #> #> #> $`respiratory syncytial virus infectious disease` #> $`respiratory syncytial virus infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1273" #> #> $`respiratory syncytial virus infectious disease`$`_id` #> [1] "DOID_1273<DOID_934<DOID_0050117<DOID_4" #> #> $`respiratory syncytial virus infectious disease`$privateGeneCount #> [1] 0 #> #> $`respiratory syncytial virus infectious disease`$publicGeneCount #> [1] 22 #> #> $`respiratory syncytial virus infectious disease`$urlId #> [1] "DOID_1273" #> #> $`respiratory syncytial virus infectious disease`$dbPhenotype #> [1] TRUE #> #> $`respiratory syncytial virus infectious disease`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`respiratory syncytial virus infectious disease`$`_is_leaf` #> [1] TRUE #> #> $`respiratory syncytial virus infectious disease`$children #> list() #> #> $`respiratory syncytial virus infectious disease`$value #> [1] "respiratory syncytial virus infectious disease" #> #> #> $`respiratory system benign neoplasm` #> $`respiratory system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050621" #> #> $`respiratory system benign neoplasm`$`_id` #> [1] "DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`respiratory system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`respiratory system benign neoplasm`$publicGeneCount #> [1] 216 #> #> $`respiratory system benign neoplasm`$urlId #> [1] "DOID_0050621" #> #> $`respiratory system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`respiratory system benign neoplasm`$`_parent` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`respiratory system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`respiratory system benign neoplasm`$children #> $`respiratory system benign neoplasm`$children[[1]] #> [1] "DOID_3906<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`respiratory system benign neoplasm`$children[[2]] #> [1] "DOID_2598<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`respiratory system benign neoplasm`$children[[3]] #> [1] "DOID_3683<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`respiratory system benign neoplasm`$children[[4]] #> [1] "DOID_1350<DOID_0050621<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`respiratory system benign neoplasm`$value #> [1] "respiratory system benign neoplasm" #> #> #> $`respiratory system benign neoplasm` #> $`respiratory system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050621" #> #> $`respiratory system benign neoplasm`$`_id` #> [1] "DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`respiratory system benign neoplasm`$publicGeneCount #> [1] 216 #> #> $`respiratory system benign neoplasm`$urlId #> [1] "DOID_0050621" #> #> $`respiratory system benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`respiratory system benign neoplasm`$`_parent` #> [1] "DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`respiratory system benign neoplasm`$children #> $`respiratory system benign neoplasm`$children[[1]] #> [1] "DOID_3906<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system benign neoplasm`$children[[2]] #> [1] "DOID_2598<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system benign neoplasm`$children[[3]] #> [1] "DOID_3683<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system benign neoplasm`$children[[4]] #> [1] "DOID_1350<DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> #> $`respiratory system benign neoplasm`$value #> [1] "respiratory system benign neoplasm" #> #> #> $`respiratory system cancer` #> $`respiratory system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050615" #> #> $`respiratory system cancer`$`_id` #> [1] "DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`respiratory system cancer`$privateGeneCount #> [1] 0 #> #> $`respiratory system cancer`$publicGeneCount #> [1] 285 #> #> $`respiratory system cancer`$urlId #> [1] "DOID_0050615" #> #> $`respiratory system cancer`$dbPhenotype #> [1] FALSE #> #> $`respiratory system cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`respiratory system cancer`$`_is_leaf` #> [1] FALSE #> #> $`respiratory system cancer`$children #> $`respiratory system cancer`$children[[1]] #> [1] "DOID_1325<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`respiratory system cancer`$children[[2]] #> [1] "DOID_2596<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`respiratory system cancer`$children[[3]] #> [1] "DOID_1324<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`respiratory system cancer`$children[[4]] #> [1] "DOID_9261<DOID_0050615<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`respiratory system cancer`$value #> [1] "respiratory system cancer" #> #> #> $`respiratory system cancer` #> $`respiratory system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050615" #> #> $`respiratory system cancer`$`_id` #> [1] "DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system cancer`$privateGeneCount #> [1] 0 #> #> $`respiratory system cancer`$publicGeneCount #> [1] 285 #> #> $`respiratory system cancer`$urlId #> [1] "DOID_0050615" #> #> $`respiratory system cancer`$dbPhenotype #> [1] FALSE #> #> $`respiratory system cancer`$`_parent` #> [1] "DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system cancer`$`_is_leaf` #> [1] FALSE #> #> $`respiratory system cancer`$children #> $`respiratory system cancer`$children[[1]] #> [1] "DOID_1325<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system cancer`$children[[2]] #> [1] "DOID_2596<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system cancer`$children[[3]] #> [1] "DOID_1324<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system cancer`$children[[4]] #> [1] "DOID_9261<DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> #> $`respiratory system cancer`$value #> [1] "respiratory system cancer" #> #> #> $`respiratory system disease` #> $`respiratory system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1579" #> #> $`respiratory system disease`$`_id` #> [1] "DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system disease`$privateGeneCount #> [1] 0 #> #> $`respiratory system disease`$publicGeneCount #> [1] 926 #> #> $`respiratory system disease`$urlId #> [1] "DOID_1579" #> #> $`respiratory system disease`$dbPhenotype #> [1] FALSE #> #> $`respiratory system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`respiratory system disease`$`_is_leaf` #> [1] FALSE #> #> $`respiratory system disease`$children #> $`respiratory system disease`$children[[1]] #> [1] "DOID_11088<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system disease`$children[[2]] #> [1] "DOID_8469<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system disease`$children[[3]] #> [1] "DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system disease`$children[[4]] #> [1] "DOID_0050621<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system disease`$children[[5]] #> [1] "DOID_0050615<DOID_1579<DOID_7<DOID_4" #> #> $`respiratory system disease`$children[[6]] #> [1] "DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $`respiratory system disease`$value #> [1] "respiratory system disease" #> #> #> $`restless legs syndrome` #> $`restless legs syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050425" #> #> $`restless legs syndrome`$`_id` #> [1] "DOID_0050425<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`restless legs syndrome`$privateGeneCount #> [1] 0 #> #> $`restless legs syndrome`$publicGeneCount #> [1] 7 #> #> $`restless legs syndrome`$urlId #> [1] "DOID_0050425" #> #> $`restless legs syndrome`$dbPhenotype #> [1] TRUE #> #> $`restless legs syndrome`$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`restless legs syndrome`$`_is_leaf` #> [1] TRUE #> #> $`restless legs syndrome`$children #> list() #> #> $`restless legs syndrome`$value #> [1] "restless legs syndrome" #> #> #> $`restrictive cardiomyopathy` #> $`restrictive cardiomyopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_397" #> #> $`restrictive cardiomyopathy`$`_id` #> [1] "DOID_397<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`restrictive cardiomyopathy`$privateGeneCount #> [1] 0 #> #> $`restrictive cardiomyopathy`$publicGeneCount #> [1] 13 #> #> $`restrictive cardiomyopathy`$urlId #> [1] "DOID_397" #> #> $`restrictive cardiomyopathy`$dbPhenotype #> [1] TRUE #> #> $`restrictive cardiomyopathy`$`_parent` #> [1] "DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`restrictive cardiomyopathy`$`_is_leaf` #> [1] FALSE #> #> $`restrictive cardiomyopathy`$children #> $`restrictive cardiomyopathy`$children[[1]] #> [1] "DOID_12932<DOID_397<DOID_0060036<DOID_0050700<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`restrictive cardiomyopathy`$value #> [1] "restrictive cardiomyopathy" #> #> #> $`reticular dysgenesis` #> $`reticular dysgenesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060020" #> #> $`reticular dysgenesis`$`_id` #> [1] "DOID_0060020<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`reticular dysgenesis`$privateGeneCount #> [1] 0 #> #> $`reticular dysgenesis`$publicGeneCount #> [1] 1 #> #> $`reticular dysgenesis`$urlId #> [1] "DOID_0060020" #> #> $`reticular dysgenesis`$dbPhenotype #> [1] TRUE #> #> $`reticular dysgenesis`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`reticular dysgenesis`$`_is_leaf` #> [1] TRUE #> #> $`reticular dysgenesis`$children #> list() #> #> $`reticular dysgenesis`$value #> [1] "reticular dysgenesis" #> #> #> $`reticular dysgenesis` #> $`reticular dysgenesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060020" #> #> $`reticular dysgenesis`$`_id` #> [1] "DOID_0060020<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`reticular dysgenesis`$privateGeneCount #> [1] 0 #> #> $`reticular dysgenesis`$publicGeneCount #> [1] 1 #> #> $`reticular dysgenesis`$urlId #> [1] "DOID_0060020" #> #> $`reticular dysgenesis`$dbPhenotype #> [1] TRUE #> #> $`reticular dysgenesis`$`_parent` #> [1] "DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`reticular dysgenesis`$`_is_leaf` #> [1] TRUE #> #> $`reticular dysgenesis`$children #> list() #> #> $`reticular dysgenesis`$value #> [1] "reticular dysgenesis" #> #> #> $`reticulate acropigmentation of Kitamura` #> $`reticulate acropigmentation of Kitamura`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060258" #> #> $`reticulate acropigmentation of Kitamura`$`_id` #> [1] "DOID_0060258<DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`reticulate acropigmentation of Kitamura`$privateGeneCount #> [1] 0 #> #> $`reticulate acropigmentation of Kitamura`$publicGeneCount #> [1] 1 #> #> $`reticulate acropigmentation of Kitamura`$urlId #> [1] "DOID_0060258" #> #> $`reticulate acropigmentation of Kitamura`$dbPhenotype #> [1] TRUE #> #> $`reticulate acropigmentation of Kitamura`$`_parent` #> [1] "DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`reticulate acropigmentation of Kitamura`$`_is_leaf` #> [1] TRUE #> #> $`reticulate acropigmentation of Kitamura`$children #> list() #> #> $`reticulate acropigmentation of Kitamura`$value #> [1] "reticulate acropigmentation of Kitamura" #> #> #> $Reticulocytosis #> $Reticulocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001923" #> #> $Reticulocytosis$`_id` #> [1] "HP_0001923<HP_0004312<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Reticulocytosis$privateGeneCount #> [1] 0 #> #> $Reticulocytosis$publicGeneCount #> [1] 2 #> #> $Reticulocytosis$urlId #> [1] "HP_0001923" #> #> $Reticulocytosis$dbPhenotype #> [1] TRUE #> #> $Reticulocytosis$`_parent` #> [1] "HP_0004312<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Reticulocytosis$`_is_leaf` #> [1] TRUE #> #> $Reticulocytosis$children #> list() #> #> $Reticulocytosis$value #> [1] "Reticulocytosis" #> #> #> $`reticulohistiocytic granuloma` #> $`reticulohistiocytic granuloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4394" #> #> $`reticulohistiocytic granuloma`$`_id` #> [1] "DOID_4394<DOID_3405<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`reticulohistiocytic granuloma`$privateGeneCount #> [1] 0 #> #> $`reticulohistiocytic granuloma`$publicGeneCount #> [1] 2 #> #> $`reticulohistiocytic granuloma`$urlId #> [1] "DOID_4394" #> #> $`reticulohistiocytic granuloma`$dbPhenotype #> [1] TRUE #> #> $`reticulohistiocytic granuloma`$`_parent` #> [1] "DOID_3405<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`reticulohistiocytic granuloma`$`_is_leaf` #> [1] TRUE #> #> $`reticulohistiocytic granuloma`$children #> list() #> #> $`reticulohistiocytic granuloma`$value #> [1] "reticulohistiocytic granuloma" #> #> #> $reticulosarcoma #> $reticulosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8538" #> #> $reticulosarcoma$`_id` #> [1] "DOID_8538<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $reticulosarcoma$privateGeneCount #> [1] 0 #> #> $reticulosarcoma$publicGeneCount #> [1] 19 #> #> $reticulosarcoma$urlId #> [1] "DOID_8538" #> #> $reticulosarcoma$dbPhenotype #> [1] TRUE #> #> $reticulosarcoma$`_parent` #> [1] "DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $reticulosarcoma$`_is_leaf` #> [1] TRUE #> #> $reticulosarcoma$children #> list() #> #> $reticulosarcoma$value #> [1] "reticulosarcoma" #> #> #> $reticulosarcoma #> $reticulosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8538" #> #> $reticulosarcoma$`_id` #> [1] "DOID_8538<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $reticulosarcoma$privateGeneCount #> [1] 0 #> #> $reticulosarcoma$publicGeneCount #> [1] 19 #> #> $reticulosarcoma$urlId #> [1] "DOID_8538" #> #> $reticulosarcoma$dbPhenotype #> [1] TRUE #> #> $reticulosarcoma$`_parent` #> [1] "DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $reticulosarcoma$`_is_leaf` #> [1] TRUE #> #> $reticulosarcoma$children #> list() #> #> $reticulosarcoma$value #> [1] "reticulosarcoma" #> #> #> $reticulosarcoma #> $reticulosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8538" #> #> $reticulosarcoma$`_id` #> [1] "DOID_8538<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $reticulosarcoma$privateGeneCount #> [1] 0 #> #> $reticulosarcoma$publicGeneCount #> [1] 19 #> #> $reticulosarcoma$urlId #> [1] "DOID_8538" #> #> $reticulosarcoma$dbPhenotype #> [1] TRUE #> #> $reticulosarcoma$`_parent` #> [1] "DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $reticulosarcoma$`_is_leaf` #> [1] TRUE #> #> $reticulosarcoma$children #> list() #> #> $reticulosarcoma$value #> [1] "reticulosarcoma" #> #> #> $`retinal artery occlusion` #> $`retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8483" #> #> $`retinal artery occlusion`$`_id` #> [1] "DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal artery occlusion`$publicGeneCount #> [1] 13 #> #> $`retinal artery occlusion`$urlId #> [1] "DOID_8483" #> #> $`retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`retinal artery occlusion`$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$`_is_leaf` #> [1] FALSE #> #> $`retinal artery occlusion`$children #> $`retinal artery occlusion`$children[[1]] #> [1] "DOID_13094<DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$children[[2]] #> [1] "DOID_13098<DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$children[[3]] #> [1] "DOID_1727<DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`retinal artery occlusion`$value #> [1] "retinal artery occlusion" #> #> #> $`retinal artery occlusion` #> $`retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8483" #> #> $`retinal artery occlusion`$`_id` #> [1] "DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal artery occlusion`$publicGeneCount #> [1] 13 #> #> $`retinal artery occlusion`$urlId #> [1] "DOID_8483" #> #> $`retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`retinal artery occlusion`$`_parent` #> [1] "DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$`_is_leaf` #> [1] FALSE #> #> $`retinal artery occlusion`$children #> $`retinal artery occlusion`$children[[1]] #> [1] "DOID_13094<DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$children[[2]] #> [1] "DOID_13098<DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$children[[3]] #> [1] "DOID_1727<DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`retinal artery occlusion`$value #> [1] "retinal artery occlusion" #> #> #> $`retinal artery occlusion` #> $`retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8483" #> #> $`retinal artery occlusion`$`_id` #> [1] "DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal artery occlusion`$publicGeneCount #> [1] 13 #> #> $`retinal artery occlusion`$urlId #> [1] "DOID_8483" #> #> $`retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`retinal artery occlusion`$`_parent` #> [1] "DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$`_is_leaf` #> [1] FALSE #> #> $`retinal artery occlusion`$children #> $`retinal artery occlusion`$children[[1]] #> [1] "DOID_13094<DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$children[[2]] #> [1] "DOID_13098<DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$children[[3]] #> [1] "DOID_1727<DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal artery occlusion`$value #> [1] "retinal artery occlusion" #> #> #> $`retinal artery occlusion` #> $`retinal artery occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8483" #> #> $`retinal artery occlusion`$`_id` #> [1] "DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal artery occlusion`$publicGeneCount #> [1] 13 #> #> $`retinal artery occlusion`$urlId #> [1] "DOID_8483" #> #> $`retinal artery occlusion`$dbPhenotype #> [1] TRUE #> #> $`retinal artery occlusion`$`_parent` #> [1] "DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$`_is_leaf` #> [1] FALSE #> #> $`retinal artery occlusion`$children #> $`retinal artery occlusion`$children[[1]] #> [1] "DOID_13094<DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$children[[2]] #> [1] "DOID_13098<DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal artery occlusion`$children[[3]] #> [1] "DOID_1727<DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`retinal artery occlusion`$value #> [1] "retinal artery occlusion" #> #> #> $`retinal cancer` #> $`retinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4645" #> #> $`retinal cancer`$`_id` #> [1] "DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cancer`$privateGeneCount #> [1] 0 #> #> $`retinal cancer`$publicGeneCount #> [1] 7 #> #> $`retinal cancer`$urlId #> [1] "DOID_4645" #> #> $`retinal cancer`$dbPhenotype #> [1] FALSE #> #> $`retinal cancer`$`_parent` #> [1] "DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`retinal cancer`$children #> $`retinal cancer`$children[[1]] #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal cancer`$value #> [1] "retinal cancer" #> #> #> $`retinal cancer` #> $`retinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4645" #> #> $`retinal cancer`$`_id` #> [1] "DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`retinal cancer`$privateGeneCount #> [1] 0 #> #> $`retinal cancer`$publicGeneCount #> [1] 7 #> #> $`retinal cancer`$urlId #> [1] "DOID_4645" #> #> $`retinal cancer`$dbPhenotype #> [1] FALSE #> #> $`retinal cancer`$`_parent` #> [1] "DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`retinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`retinal cancer`$children #> $`retinal cancer`$children[[1]] #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`retinal cancer`$value #> [1] "retinal cancer" #> #> #> $`retinal cancer` #> $`retinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4645" #> #> $`retinal cancer`$`_id` #> [1] "DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`retinal cancer`$privateGeneCount #> [1] 0 #> #> $`retinal cancer`$publicGeneCount #> [1] 7 #> #> $`retinal cancer`$urlId #> [1] "DOID_4645" #> #> $`retinal cancer`$dbPhenotype #> [1] FALSE #> #> $`retinal cancer`$`_parent` #> [1] "DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`retinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`retinal cancer`$children #> $`retinal cancer`$children[[1]] #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal cancer`$value #> [1] "retinal cancer" #> #> #> $`retinal cancer` #> $`retinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4645" #> #> $`retinal cancer`$`_id` #> [1] "DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cancer`$privateGeneCount #> [1] 0 #> #> $`retinal cancer`$publicGeneCount #> [1] 7 #> #> $`retinal cancer`$urlId #> [1] "DOID_4645" #> #> $`retinal cancer`$dbPhenotype #> [1] FALSE #> #> $`retinal cancer`$`_parent` #> [1] "DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`retinal cancer`$children #> $`retinal cancer`$children[[1]] #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal cancer`$value #> [1] "retinal cancer" #> #> #> $`retinal cancer` #> $`retinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4645" #> #> $`retinal cancer`$`_id` #> [1] "DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cancer`$privateGeneCount #> [1] 0 #> #> $`retinal cancer`$publicGeneCount #> [1] 7 #> #> $`retinal cancer`$urlId #> [1] "DOID_4645" #> #> $`retinal cancer`$dbPhenotype #> [1] FALSE #> #> $`retinal cancer`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`retinal cancer`$children #> $`retinal cancer`$children[[1]] #> [1] "DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal cancer`$value #> [1] "retinal cancer" #> #> #> $`retinal cell cancer` #> $`retinal cell cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_771" #> #> $`retinal cell cancer`$`_id` #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cell cancer`$privateGeneCount #> [1] 0 #> #> $`retinal cell cancer`$publicGeneCount #> [1] 7 #> #> $`retinal cell cancer`$urlId #> [1] "DOID_771" #> #> $`retinal cell cancer`$dbPhenotype #> [1] FALSE #> #> $`retinal cell cancer`$`_parent` #> [1] "DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cell cancer`$`_is_leaf` #> [1] FALSE #> #> $`retinal cell cancer`$children #> $`retinal cell cancer`$children[[1]] #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal cell cancer`$value #> [1] "retinal cell cancer" #> #> #> $`retinal cell cancer` #> $`retinal cell cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_771" #> #> $`retinal cell cancer`$`_id` #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`retinal cell cancer`$privateGeneCount #> [1] 0 #> #> $`retinal cell cancer`$publicGeneCount #> [1] 7 #> #> $`retinal cell cancer`$urlId #> [1] "DOID_771" #> #> $`retinal cell cancer`$dbPhenotype #> [1] FALSE #> #> $`retinal cell cancer`$`_parent` #> [1] "DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`retinal cell cancer`$`_is_leaf` #> [1] FALSE #> #> $`retinal cell cancer`$children #> $`retinal cell cancer`$children[[1]] #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`retinal cell cancer`$value #> [1] "retinal cell cancer" #> #> #> $`retinal cell cancer` #> $`retinal cell cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_771" #> #> $`retinal cell cancer`$`_id` #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`retinal cell cancer`$privateGeneCount #> [1] 0 #> #> $`retinal cell cancer`$publicGeneCount #> [1] 7 #> #> $`retinal cell cancer`$urlId #> [1] "DOID_771" #> #> $`retinal cell cancer`$dbPhenotype #> [1] FALSE #> #> $`retinal cell cancer`$`_parent` #> [1] "DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`retinal cell cancer`$`_is_leaf` #> [1] FALSE #> #> $`retinal cell cancer`$children #> $`retinal cell cancer`$children[[1]] #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal cell cancer`$value #> [1] "retinal cell cancer" #> #> #> $`retinal cell cancer` #> $`retinal cell cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_771" #> #> $`retinal cell cancer`$`_id` #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cell cancer`$privateGeneCount #> [1] 0 #> #> $`retinal cell cancer`$publicGeneCount #> [1] 7 #> #> $`retinal cell cancer`$urlId #> [1] "DOID_771" #> #> $`retinal cell cancer`$dbPhenotype #> [1] FALSE #> #> $`retinal cell cancer`$`_parent` #> [1] "DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cell cancer`$`_is_leaf` #> [1] FALSE #> #> $`retinal cell cancer`$children #> $`retinal cell cancer`$children[[1]] #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal cell cancer`$value #> [1] "retinal cell cancer" #> #> #> $`retinal cell cancer` #> $`retinal cell cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_771" #> #> $`retinal cell cancer`$`_id` #> [1] "DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cell cancer`$privateGeneCount #> [1] 0 #> #> $`retinal cell cancer`$publicGeneCount #> [1] 7 #> #> $`retinal cell cancer`$urlId #> [1] "DOID_771" #> #> $`retinal cell cancer`$dbPhenotype #> [1] FALSE #> #> $`retinal cell cancer`$`_parent` #> [1] "DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal cell cancer`$`_is_leaf` #> [1] FALSE #> #> $`retinal cell cancer`$children #> $`retinal cell cancer`$children[[1]] #> [1] "DOID_768<DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal cell cancer`$value #> [1] "retinal cell cancer" #> #> #> $`retinal degeneration` #> $`retinal degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8466" #> #> $`retinal degeneration`$`_id` #> [1] "DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$privateGeneCount #> [1] 0 #> #> $`retinal degeneration`$publicGeneCount #> [1] 182 #> #> $`retinal degeneration`$urlId #> [1] "DOID_8466" #> #> $`retinal degeneration`$dbPhenotype #> [1] TRUE #> #> $`retinal degeneration`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$`_is_leaf` #> [1] FALSE #> #> $`retinal degeneration`$children #> $`retinal degeneration`$children[[1]] #> [1] "DOID_0050664<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$children[[2]] #> [1] "DOID_0050572<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$children[[3]] #> [1] "DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$children[[4]] #> [1] "DOID_10584<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$children[[5]] #> [1] "DOID_8465<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal degeneration`$value #> [1] "retinal degeneration" #> #> #> $`retinal degeneration` #> $`retinal degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8466" #> #> $`retinal degeneration`$`_id` #> [1] "DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$privateGeneCount #> [1] 0 #> #> $`retinal degeneration`$publicGeneCount #> [1] 182 #> #> $`retinal degeneration`$urlId #> [1] "DOID_8466" #> #> $`retinal degeneration`$dbPhenotype #> [1] TRUE #> #> $`retinal degeneration`$`_parent` #> [1] "DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$`_is_leaf` #> [1] FALSE #> #> $`retinal degeneration`$children #> $`retinal degeneration`$children[[1]] #> [1] "DOID_0050664<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$children[[2]] #> [1] "DOID_0050572<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$children[[3]] #> [1] "DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$children[[4]] #> [1] "DOID_10584<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal degeneration`$children[[5]] #> [1] "DOID_8465<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal degeneration`$value #> [1] "retinal degeneration" #> #> #> $`retinal detachment` #> $`retinal detachment`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5327" #> #> $`retinal detachment`$`_id` #> [1] "DOID_5327<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal detachment`$privateGeneCount #> [1] 0 #> #> $`retinal detachment`$publicGeneCount #> [1] 12 #> #> $`retinal detachment`$urlId #> [1] "DOID_5327" #> #> $`retinal detachment`$dbPhenotype #> [1] TRUE #> #> $`retinal detachment`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal detachment`$`_is_leaf` #> [1] TRUE #> #> $`retinal detachment`$children #> list() #> #> $`retinal detachment`$value #> [1] "retinal detachment" #> #> #> $`Retinal detachment` #> $`Retinal detachment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000541" #> #> $`Retinal detachment`$`_id` #> [1] "HP_0000541<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Retinal detachment`$privateGeneCount #> [1] 0 #> #> $`Retinal detachment`$publicGeneCount #> [1] 1 #> #> $`Retinal detachment`$urlId #> [1] "HP_0000541" #> #> $`Retinal detachment`$dbPhenotype #> [1] FALSE #> #> $`Retinal detachment`$`_parent` #> [1] "HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Retinal detachment`$`_is_leaf` #> [1] FALSE #> #> $`Retinal detachment`$children #> $`Retinal detachment`$children[[1]] #> [1] "HP_0012230<HP_0000541<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Retinal detachment`$value #> [1] "Retinal detachment" #> #> #> $`retinal disease` #> $`retinal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5679" #> #> $`retinal disease`$`_id` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$privateGeneCount #> [1] 0 #> #> $`retinal disease`$publicGeneCount #> [1] 309 #> #> $`retinal disease`$urlId #> [1] "DOID_5679" #> #> $`retinal disease`$dbPhenotype #> [1] TRUE #> #> $`retinal disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$`_is_leaf` #> [1] FALSE #> #> $`retinal disease`$children #> $`retinal disease`$children[[1]] #> [1] "DOID_0050335<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[2]] #> [1] "DOID_0050795<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[3]] #> [1] "DOID_11561<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[4]] #> [1] "DOID_14791<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[5]] #> [1] "DOID_9719<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[6]] #> [1] "DOID_8499<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[7]] #> [1] "DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[8]] #> [1] "DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[9]] #> [1] "DOID_5327<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[10]] #> [1] "DOID_6929<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[11]] #> [1] "DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[12]] #> [1] "DOID_3612<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal disease`$children[[13]] #> [1] "DOID_13025<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal disease`$value #> [1] "retinal disease" #> #> #> $`retinal drusen` #> $`retinal drusen`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2569" #> #> $`retinal drusen`$`_id` #> [1] "DOID_2569<DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal drusen`$privateGeneCount #> [1] 0 #> #> $`retinal drusen`$publicGeneCount #> [1] 1 #> #> $`retinal drusen`$urlId #> [1] "DOID_2569" #> #> $`retinal drusen`$dbPhenotype #> [1] TRUE #> #> $`retinal drusen`$`_parent` #> [1] "DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal drusen`$`_is_leaf` #> [1] TRUE #> #> $`retinal drusen`$children #> list() #> #> $`retinal drusen`$value #> [1] "retinal drusen" #> #> #> $`retinal drusen` #> $`retinal drusen`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2569" #> #> $`retinal drusen`$`_id` #> [1] "DOID_2569<DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal drusen`$privateGeneCount #> [1] 0 #> #> $`retinal drusen`$publicGeneCount #> [1] 1 #> #> $`retinal drusen`$urlId #> [1] "DOID_2569" #> #> $`retinal drusen`$dbPhenotype #> [1] TRUE #> #> $`retinal drusen`$`_parent` #> [1] "DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal drusen`$`_is_leaf` #> [1] TRUE #> #> $`retinal drusen`$children #> list() #> #> $`retinal drusen`$value #> [1] "retinal drusen" #> #> #> $`Retinal dystrophy` #> $`Retinal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000556" #> #> $`Retinal dystrophy`$`_id` #> [1] "HP_0000556<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Retinal dystrophy`$privateGeneCount #> [1] 0 #> #> $`Retinal dystrophy`$publicGeneCount #> [1] 3 #> #> $`Retinal dystrophy`$urlId #> [1] "HP_0000556" #> #> $`Retinal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Retinal dystrophy`$`_parent` #> [1] "HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Retinal dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`Retinal dystrophy`$children #> $`Retinal dystrophy`$children[[1]] #> [1] "HP_0007754<HP_0000556<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Retinal dystrophy`$value #> [1] "Retinal dystrophy" #> #> #> $`retinal edema` #> $`retinal edema`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6929" #> #> $`retinal edema`$`_id` #> [1] "DOID_6929<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal edema`$privateGeneCount #> [1] 0 #> #> $`retinal edema`$publicGeneCount #> [1] 10 #> #> $`retinal edema`$urlId #> [1] "DOID_6929" #> #> $`retinal edema`$dbPhenotype #> [1] FALSE #> #> $`retinal edema`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal edema`$`_is_leaf` #> [1] FALSE #> #> $`retinal edema`$children #> $`retinal edema`$children[[1]] #> [1] "DOID_4449<DOID_6929<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal edema`$value #> [1] "retinal edema" #> #> #> $`retinal telangiectasia` #> $`retinal telangiectasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7736" #> #> $`retinal telangiectasia`$`_id` #> [1] "DOID_7736<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal telangiectasia`$privateGeneCount #> [1] 0 #> #> $`retinal telangiectasia`$publicGeneCount #> [1] 4 #> #> $`retinal telangiectasia`$urlId #> [1] "DOID_7736" #> #> $`retinal telangiectasia`$dbPhenotype #> [1] FALSE #> #> $`retinal telangiectasia`$`_parent` #> [1] "DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal telangiectasia`$`_is_leaf` #> [1] FALSE #> #> $`retinal telangiectasia`$children #> $`retinal telangiectasia`$children[[1]] #> [1] "DOID_7765<DOID_7736<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`retinal telangiectasia`$value #> [1] "retinal telangiectasia" #> #> #> $`retinal telangiectasia` #> $`retinal telangiectasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7736" #> #> $`retinal telangiectasia`$`_id` #> [1] "DOID_7736<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal telangiectasia`$privateGeneCount #> [1] 0 #> #> $`retinal telangiectasia`$publicGeneCount #> [1] 4 #> #> $`retinal telangiectasia`$urlId #> [1] "DOID_7736" #> #> $`retinal telangiectasia`$dbPhenotype #> [1] FALSE #> #> $`retinal telangiectasia`$`_parent` #> [1] "DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal telangiectasia`$`_is_leaf` #> [1] FALSE #> #> $`retinal telangiectasia`$children #> $`retinal telangiectasia`$children[[1]] #> [1] "DOID_7765<DOID_7736<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal telangiectasia`$value #> [1] "retinal telangiectasia" #> #> #> $`retinal vascular disease` #> $`retinal vascular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2462" #> #> $`retinal vascular disease`$`_id` #> [1] "DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vascular disease`$privateGeneCount #> [1] 0 #> #> $`retinal vascular disease`$publicGeneCount #> [1] 104 #> #> $`retinal vascular disease`$urlId #> [1] "DOID_2462" #> #> $`retinal vascular disease`$dbPhenotype #> [1] FALSE #> #> $`retinal vascular disease`$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vascular disease`$`_is_leaf` #> [1] FALSE #> #> $`retinal vascular disease`$children #> $`retinal vascular disease`$children[[1]] #> [1] "DOID_8947<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vascular disease`$children[[2]] #> [1] "DOID_0050535<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vascular disease`$children[[3]] #> [1] "DOID_7736<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vascular disease`$children[[4]] #> [1] "DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vascular disease`$children[[5]] #> [1] "DOID_11563<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`retinal vascular disease`$value #> [1] "retinal vascular disease" #> #> #> $`retinal vascular disease` #> $`retinal vascular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2462" #> #> $`retinal vascular disease`$`_id` #> [1] "DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vascular disease`$privateGeneCount #> [1] 0 #> #> $`retinal vascular disease`$publicGeneCount #> [1] 104 #> #> $`retinal vascular disease`$urlId #> [1] "DOID_2462" #> #> $`retinal vascular disease`$dbPhenotype #> [1] FALSE #> #> $`retinal vascular disease`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vascular disease`$`_is_leaf` #> [1] FALSE #> #> $`retinal vascular disease`$children #> $`retinal vascular disease`$children[[1]] #> [1] "DOID_8947<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vascular disease`$children[[2]] #> [1] "DOID_0050535<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vascular disease`$children[[3]] #> [1] "DOID_7736<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vascular disease`$children[[4]] #> [1] "DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vascular disease`$children[[5]] #> [1] "DOID_11563<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal vascular disease`$value #> [1] "retinal vascular disease" #> #> #> $`retinal vascular occlusion` #> $`retinal vascular occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1729" #> #> $`retinal vascular occlusion`$`_id` #> [1] "DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vascular occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal vascular occlusion`$publicGeneCount #> [1] 13 #> #> $`retinal vascular occlusion`$urlId #> [1] "DOID_1729" #> #> $`retinal vascular occlusion`$dbPhenotype #> [1] FALSE #> #> $`retinal vascular occlusion`$`_parent` #> [1] "DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vascular occlusion`$`_is_leaf` #> [1] FALSE #> #> $`retinal vascular occlusion`$children #> $`retinal vascular occlusion`$children[[1]] #> [1] "DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`retinal vascular occlusion`$value #> [1] "retinal vascular occlusion" #> #> #> $`retinal vascular occlusion` #> $`retinal vascular occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1729" #> #> $`retinal vascular occlusion`$`_id` #> [1] "DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vascular occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal vascular occlusion`$publicGeneCount #> [1] 13 #> #> $`retinal vascular occlusion`$urlId #> [1] "DOID_1729" #> #> $`retinal vascular occlusion`$dbPhenotype #> [1] FALSE #> #> $`retinal vascular occlusion`$`_parent` #> [1] "DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vascular occlusion`$`_is_leaf` #> [1] FALSE #> #> $`retinal vascular occlusion`$children #> $`retinal vascular occlusion`$children[[1]] #> [1] "DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retinal vascular occlusion`$value #> [1] "retinal vascular occlusion" #> #> #> $`retinal vascular occlusion` #> $`retinal vascular occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1729" #> #> $`retinal vascular occlusion`$`_id` #> [1] "DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vascular occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal vascular occlusion`$publicGeneCount #> [1] 13 #> #> $`retinal vascular occlusion`$urlId #> [1] "DOID_1729" #> #> $`retinal vascular occlusion`$dbPhenotype #> [1] FALSE #> #> $`retinal vascular occlusion`$`_parent` #> [1] "DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vascular occlusion`$`_is_leaf` #> [1] FALSE #> #> $`retinal vascular occlusion`$children #> $`retinal vascular occlusion`$children[[1]] #> [1] "DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`retinal vascular occlusion`$value #> [1] "retinal vascular occlusion" #> #> #> $`retinal vasculitis` #> $`retinal vasculitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11563" #> #> $`retinal vasculitis`$`_id` #> [1] "DOID_11563<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vasculitis`$privateGeneCount #> [1] 0 #> #> $`retinal vasculitis`$publicGeneCount #> [1] 6 #> #> $`retinal vasculitis`$urlId #> [1] "DOID_11563" #> #> $`retinal vasculitis`$dbPhenotype #> [1] TRUE #> #> $`retinal vasculitis`$`_parent` #> [1] "DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vasculitis`$`_is_leaf` #> [1] TRUE #> #> $`retinal vasculitis`$children #> list() #> #> $`retinal vasculitis`$value #> [1] "retinal vasculitis" #> #> #> $`retinal vasculitis` #> $`retinal vasculitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11563" #> #> $`retinal vasculitis`$`_id` #> [1] "DOID_11563<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vasculitis`$privateGeneCount #> [1] 0 #> #> $`retinal vasculitis`$publicGeneCount #> [1] 6 #> #> $`retinal vasculitis`$urlId #> [1] "DOID_11563" #> #> $`retinal vasculitis`$dbPhenotype #> [1] TRUE #> #> $`retinal vasculitis`$`_parent` #> [1] "DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vasculitis`$`_is_leaf` #> [1] TRUE #> #> $`retinal vasculitis`$children #> list() #> #> $`retinal vasculitis`$value #> [1] "retinal vasculitis" #> #> #> $`retinal vasculitis` #> $`retinal vasculitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11563" #> #> $`retinal vasculitis`$`_id` #> [1] "DOID_11563<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vasculitis`$privateGeneCount #> [1] 0 #> #> $`retinal vasculitis`$publicGeneCount #> [1] 6 #> #> $`retinal vasculitis`$urlId #> [1] "DOID_11563" #> #> $`retinal vasculitis`$dbPhenotype #> [1] TRUE #> #> $`retinal vasculitis`$`_parent` #> [1] "DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vasculitis`$`_is_leaf` #> [1] TRUE #> #> $`retinal vasculitis`$children #> list() #> #> $`retinal vasculitis`$value #> [1] "retinal vasculitis" #> #> #> $`retinal vein occlusion` #> $`retinal vein occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1727" #> #> $`retinal vein occlusion`$`_id` #> [1] "DOID_1727<DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vein occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal vein occlusion`$publicGeneCount #> [1] 10 #> #> $`retinal vein occlusion`$urlId #> [1] "DOID_1727" #> #> $`retinal vein occlusion`$dbPhenotype #> [1] TRUE #> #> $`retinal vein occlusion`$`_parent` #> [1] "DOID_8483<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vein occlusion`$`_is_leaf` #> [1] TRUE #> #> $`retinal vein occlusion`$children #> list() #> #> $`retinal vein occlusion`$value #> [1] "retinal vein occlusion" #> #> #> $`retinal vein occlusion` #> $`retinal vein occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1727" #> #> $`retinal vein occlusion`$`_id` #> [1] "DOID_1727<DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vein occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal vein occlusion`$publicGeneCount #> [1] 10 #> #> $`retinal vein occlusion`$urlId #> [1] "DOID_1727" #> #> $`retinal vein occlusion`$dbPhenotype #> [1] TRUE #> #> $`retinal vein occlusion`$`_parent` #> [1] "DOID_8483<DOID_1729<DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vein occlusion`$`_is_leaf` #> [1] TRUE #> #> $`retinal vein occlusion`$children #> list() #> #> $`retinal vein occlusion`$value #> [1] "retinal vein occlusion" #> #> #> $`retinal vein occlusion` #> $`retinal vein occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1727" #> #> $`retinal vein occlusion`$`_id` #> [1] "DOID_1727<DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vein occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal vein occlusion`$publicGeneCount #> [1] 10 #> #> $`retinal vein occlusion`$urlId #> [1] "DOID_1727" #> #> $`retinal vein occlusion`$dbPhenotype #> [1] TRUE #> #> $`retinal vein occlusion`$`_parent` #> [1] "DOID_8483<DOID_1729<DOID_2462<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinal vein occlusion`$`_is_leaf` #> [1] TRUE #> #> $`retinal vein occlusion`$children #> list() #> #> $`retinal vein occlusion`$value #> [1] "retinal vein occlusion" #> #> #> $`retinal vein occlusion` #> $`retinal vein occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1727" #> #> $`retinal vein occlusion`$`_id` #> [1] "DOID_1727<DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vein occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal vein occlusion`$publicGeneCount #> [1] 10 #> #> $`retinal vein occlusion`$urlId #> [1] "DOID_1727" #> #> $`retinal vein occlusion`$dbPhenotype #> [1] TRUE #> #> $`retinal vein occlusion`$`_parent` #> [1] "DOID_8483<DOID_1729<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vein occlusion`$`_is_leaf` #> [1] TRUE #> #> $`retinal vein occlusion`$children #> list() #> #> $`retinal vein occlusion`$value #> [1] "retinal vein occlusion" #> #> #> $`retinal vein occlusion` #> $`retinal vein occlusion`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1727" #> #> $`retinal vein occlusion`$`_id` #> [1] "DOID_1727<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vein occlusion`$privateGeneCount #> [1] 0 #> #> $`retinal vein occlusion`$publicGeneCount #> [1] 10 #> #> $`retinal vein occlusion`$urlId #> [1] "DOID_1727" #> #> $`retinal vein occlusion`$dbPhenotype #> [1] TRUE #> #> $`retinal vein occlusion`$`_parent` #> [1] "DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`retinal vein occlusion`$`_is_leaf` #> [1] TRUE #> #> $`retinal vein occlusion`$children #> list() #> #> $`retinal vein occlusion`$value #> [1] "retinal vein occlusion" #> #> #> $retinitis #> $retinitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3612" #> #> $retinitis$`_id` #> [1] "DOID_3612<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinitis$privateGeneCount #> [1] 0 #> #> $retinitis$publicGeneCount #> [1] 3 #> #> $retinitis$urlId #> [1] "DOID_3612" #> #> $retinitis$dbPhenotype #> [1] TRUE #> #> $retinitis$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinitis$`_is_leaf` #> [1] FALSE #> #> $retinitis$children #> $retinitis$children[[1]] #> [1] "DOID_3611<DOID_3612<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $retinitis$value #> [1] "retinitis" #> #> #> $`retinitis pigmentosa` #> $`retinitis pigmentosa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10584" #> #> $`retinitis pigmentosa`$`_id` #> [1] "DOID_10584<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinitis pigmentosa`$privateGeneCount #> [1] 0 #> #> $`retinitis pigmentosa`$publicGeneCount #> [1] 82 #> #> $`retinitis pigmentosa`$urlId #> [1] "DOID_10584" #> #> $`retinitis pigmentosa`$dbPhenotype #> [1] TRUE #> #> $`retinitis pigmentosa`$`_parent` #> [1] "DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinitis pigmentosa`$`_is_leaf` #> [1] TRUE #> #> $`retinitis pigmentosa`$children #> list() #> #> $`retinitis pigmentosa`$value #> [1] "retinitis pigmentosa" #> #> #> $`retinitis pigmentosa` #> $`retinitis pigmentosa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10584" #> #> $`retinitis pigmentosa`$`_id` #> [1] "DOID_10584<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinitis pigmentosa`$privateGeneCount #> [1] 0 #> #> $`retinitis pigmentosa`$publicGeneCount #> [1] 82 #> #> $`retinitis pigmentosa`$urlId #> [1] "DOID_10584" #> #> $`retinitis pigmentosa`$dbPhenotype #> [1] TRUE #> #> $`retinitis pigmentosa`$`_parent` #> [1] "DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinitis pigmentosa`$`_is_leaf` #> [1] TRUE #> #> $`retinitis pigmentosa`$children #> list() #> #> $`retinitis pigmentosa`$value #> [1] "retinitis pigmentosa" #> #> #> $retinoblastoma #> $retinoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_768" #> #> $retinoblastoma$`_id` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$privateGeneCount #> [1] 0 #> #> $retinoblastoma$publicGeneCount #> [1] 7 #> #> $retinoblastoma$urlId #> [1] "DOID_768" #> #> $retinoblastoma$dbPhenotype #> [1] TRUE #> #> $retinoblastoma$`_parent` #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$`_is_leaf` #> [1] FALSE #> #> $retinoblastoma$children #> $retinoblastoma$children[[1]] #> [1] "DOID_4648<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$children[[2]] #> [1] "DOID_4647<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $retinoblastoma$value #> [1] "retinoblastoma" #> #> #> $retinoblastoma #> $retinoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_768" #> #> $retinoblastoma$`_id` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $retinoblastoma$privateGeneCount #> [1] 0 #> #> $retinoblastoma$publicGeneCount #> [1] 7 #> #> $retinoblastoma$urlId #> [1] "DOID_768" #> #> $retinoblastoma$dbPhenotype #> [1] TRUE #> #> $retinoblastoma$`_parent` #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $retinoblastoma$`_is_leaf` #> [1] FALSE #> #> $retinoblastoma$children #> $retinoblastoma$children[[1]] #> [1] "DOID_4648<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $retinoblastoma$children[[2]] #> [1] "DOID_4647<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $retinoblastoma$value #> [1] "retinoblastoma" #> #> #> $retinoblastoma #> $retinoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_768" #> #> $retinoblastoma$`_id` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$privateGeneCount #> [1] 0 #> #> $retinoblastoma$publicGeneCount #> [1] 7 #> #> $retinoblastoma$urlId #> [1] "DOID_768" #> #> $retinoblastoma$dbPhenotype #> [1] TRUE #> #> $retinoblastoma$`_parent` #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$`_is_leaf` #> [1] FALSE #> #> $retinoblastoma$children #> $retinoblastoma$children[[1]] #> [1] "DOID_4648<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$children[[2]] #> [1] "DOID_4647<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $retinoblastoma$value #> [1] "retinoblastoma" #> #> #> $retinoblastoma #> $retinoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_768" #> #> $retinoblastoma$`_id` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$privateGeneCount #> [1] 0 #> #> $retinoblastoma$publicGeneCount #> [1] 7 #> #> $retinoblastoma$urlId #> [1] "DOID_768" #> #> $retinoblastoma$dbPhenotype #> [1] TRUE #> #> $retinoblastoma$`_parent` #> [1] "DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$`_is_leaf` #> [1] FALSE #> #> $retinoblastoma$children #> $retinoblastoma$children[[1]] #> [1] "DOID_4648<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$children[[2]] #> [1] "DOID_4647<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $retinoblastoma$value #> [1] "retinoblastoma" #> #> #> $retinoblastoma #> $retinoblastoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_768" #> #> $retinoblastoma$`_id` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$privateGeneCount #> [1] 0 #> #> $retinoblastoma$publicGeneCount #> [1] 7 #> #> $retinoblastoma$urlId #> [1] "DOID_768" #> #> $retinoblastoma$dbPhenotype #> [1] TRUE #> #> $retinoblastoma$`_parent` #> [1] "DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$`_is_leaf` #> [1] FALSE #> #> $retinoblastoma$children #> $retinoblastoma$children[[1]] #> [1] "DOID_4648<DOID_768<DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoblastoma$children[[2]] #> [1] "DOID_4647<DOID_768<DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $retinoblastoma$value #> [1] "retinoblastoma" #> #> #> $`retinopathy of prematurity` #> $`retinopathy of prematurity`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13025" #> #> $`retinopathy of prematurity`$`_id` #> [1] "DOID_13025<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinopathy of prematurity`$privateGeneCount #> [1] 0 #> #> $`retinopathy of prematurity`$publicGeneCount #> [1] 12 #> #> $`retinopathy of prematurity`$urlId #> [1] "DOID_13025" #> #> $`retinopathy of prematurity`$dbPhenotype #> [1] TRUE #> #> $`retinopathy of prematurity`$`_parent` #> [1] "DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retinopathy of prematurity`$`_is_leaf` #> [1] TRUE #> #> $`retinopathy of prematurity`$children #> list() #> #> $`retinopathy of prematurity`$value #> [1] "retinopathy of prematurity" #> #> #> $retinoschisis #> $retinoschisis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8465" #> #> $retinoschisis$`_id` #> [1] "DOID_8465<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoschisis$privateGeneCount #> [1] 0 #> #> $retinoschisis$publicGeneCount #> [1] 2 #> #> $retinoschisis$urlId #> [1] "DOID_8465" #> #> $retinoschisis$dbPhenotype #> [1] TRUE #> #> $retinoschisis$`_parent` #> [1] "DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoschisis$`_is_leaf` #> [1] TRUE #> #> $retinoschisis$children #> list() #> #> $retinoschisis$value #> [1] "retinoschisis" #> #> #> $retinoschisis #> $retinoschisis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8465" #> #> $retinoschisis$`_id` #> [1] "DOID_8465<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoschisis$privateGeneCount #> [1] 0 #> #> $retinoschisis$publicGeneCount #> [1] 2 #> #> $retinoschisis$urlId #> [1] "DOID_8465" #> #> $retinoschisis$dbPhenotype #> [1] TRUE #> #> $retinoschisis$`_parent` #> [1] "DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $retinoschisis$`_is_leaf` #> [1] TRUE #> #> $retinoschisis$children #> list() #> #> $retinoschisis$value #> [1] "retinoschisis" #> #> #> $`retrocochlear disease` #> $`retrocochlear disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2889" #> #> $`retrocochlear disease`$`_id` #> [1] "DOID_2889<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retrocochlear disease`$privateGeneCount #> [1] 0 #> #> $`retrocochlear disease`$publicGeneCount #> [1] 1 #> #> $`retrocochlear disease`$urlId #> [1] "DOID_2889" #> #> $`retrocochlear disease`$dbPhenotype #> [1] FALSE #> #> $`retrocochlear disease`$`_parent` #> [1] "DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`retrocochlear disease`$`_is_leaf` #> [1] FALSE #> #> $`retrocochlear disease`$children #> $`retrocochlear disease`$children[[1]] #> [1] "DOID_12657<DOID_2889<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`retrocochlear disease`$value #> [1] "retrocochlear disease" #> #> #> $Retrognathia #> $Retrognathia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000278" #> #> $Retrognathia$`_id` #> [1] "HP_0000278<HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Retrognathia$privateGeneCount #> [1] 0 #> #> $Retrognathia$publicGeneCount #> [1] 1 #> #> $Retrognathia$urlId #> [1] "HP_0000278" #> #> $Retrognathia$dbPhenotype #> [1] TRUE #> #> $Retrognathia$`_parent` #> [1] "HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Retrognathia$`_is_leaf` #> [1] TRUE #> #> $Retrognathia$children #> list() #> #> $Retrognathia$value #> [1] "Retrognathia" #> #> #> $Retrognathia #> $Retrognathia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000278" #> #> $Retrognathia$`_id` #> [1] "HP_0000278<HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Retrognathia$privateGeneCount #> [1] 0 #> #> $Retrognathia$publicGeneCount #> [1] 1 #> #> $Retrognathia$urlId #> [1] "HP_0000278" #> #> $Retrognathia$dbPhenotype #> [1] TRUE #> #> $Retrognathia$`_parent` #> [1] "HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Retrognathia$`_is_leaf` #> [1] TRUE #> #> $Retrognathia$children #> list() #> #> $Retrognathia$value #> [1] "Retrognathia" #> #> #> $`retrograde amnesia` #> $`retrograde amnesia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4543" #> #> $`retrograde amnesia`$`_id` #> [1] "DOID_4543<DOID_10914<DOID_1561<DOID_150<DOID_4" #> #> $`retrograde amnesia`$privateGeneCount #> [1] 0 #> #> $`retrograde amnesia`$publicGeneCount #> [1] 1 #> #> $`retrograde amnesia`$urlId #> [1] "DOID_4543" #> #> $`retrograde amnesia`$dbPhenotype #> [1] TRUE #> #> $`retrograde amnesia`$`_parent` #> [1] "DOID_10914<DOID_1561<DOID_150<DOID_4" #> #> $`retrograde amnesia`$`_is_leaf` #> [1] TRUE #> #> $`retrograde amnesia`$children #> list() #> #> $`retrograde amnesia`$value #> [1] "retrograde amnesia" #> #> #> $`Retroperitoneal fibrosis` #> $`Retroperitoneal fibrosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005200" #> #> $`Retroperitoneal fibrosis`$`_id` #> [1] "HP_0005200<HP_0002585<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Retroperitoneal fibrosis`$privateGeneCount #> [1] 0 #> #> $`Retroperitoneal fibrosis`$publicGeneCount #> [1] 1 #> #> $`Retroperitoneal fibrosis`$urlId #> [1] "HP_0005200" #> #> $`Retroperitoneal fibrosis`$dbPhenotype #> [1] TRUE #> #> $`Retroperitoneal fibrosis`$`_parent` #> [1] "HP_0002585<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $`Retroperitoneal fibrosis`$`_is_leaf` #> [1] TRUE #> #> $`Retroperitoneal fibrosis`$children #> list() #> #> $`Retroperitoneal fibrosis`$value #> [1] "Retroperitoneal fibrosis" #> #> #> $`Rett syndrome` #> $`Rett syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1206" #> #> $`Rett syndrome`$`_id` #> [1] "DOID_1206<DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`Rett syndrome`$privateGeneCount #> [1] 0 #> #> $`Rett syndrome`$publicGeneCount #> [1] 6 #> #> $`Rett syndrome`$urlId #> [1] "DOID_1206" #> #> $`Rett syndrome`$dbPhenotype #> [1] TRUE #> #> $`Rett syndrome`$`_parent` #> [1] "DOID_0060040<DOID_0060037<DOID_150<DOID_4" #> #> $`Rett syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Rett syndrome`$children #> list() #> #> $`Rett syndrome`$value #> [1] "Rett syndrome" #> #> #> $`Rh deficiency syndrome` #> $`Rh deficiency syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050641" #> #> $`Rh deficiency syndrome`$`_id` #> [1] "DOID_0050641<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`Rh deficiency syndrome`$privateGeneCount #> [1] 0 #> #> $`Rh deficiency syndrome`$publicGeneCount #> [1] 1 #> #> $`Rh deficiency syndrome`$urlId #> [1] "DOID_0050641" #> #> $`Rh deficiency syndrome`$dbPhenotype #> [1] TRUE #> #> $`Rh deficiency syndrome`$`_parent` #> [1] "DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`Rh deficiency syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Rh deficiency syndrome`$children #> list() #> #> $`Rh deficiency syndrome`$value #> [1] "Rh deficiency syndrome" #> #> #> $`rhabdoid cancer` #> $`rhabdoid cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3672" #> #> $`rhabdoid cancer`$`_id` #> [1] "DOID_3672<DOID_3675<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`rhabdoid cancer`$privateGeneCount #> [1] 0 #> #> $`rhabdoid cancer`$publicGeneCount #> [1] 2 #> #> $`rhabdoid cancer`$urlId #> [1] "DOID_3672" #> #> $`rhabdoid cancer`$dbPhenotype #> [1] TRUE #> #> $`rhabdoid cancer`$`_parent` #> [1] "DOID_3675<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`rhabdoid cancer`$`_is_leaf` #> [1] TRUE #> #> $`rhabdoid cancer`$children #> list() #> #> $`rhabdoid cancer`$value #> [1] "rhabdoid cancer" #> #> #> $`rhabdoid cancer` #> $`rhabdoid cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3672" #> #> $`rhabdoid cancer`$`_id` #> [1] "DOID_3672<DOID_3675<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`rhabdoid cancer`$privateGeneCount #> [1] 0 #> #> $`rhabdoid cancer`$publicGeneCount #> [1] 2 #> #> $`rhabdoid cancer`$urlId #> [1] "DOID_3672" #> #> $`rhabdoid cancer`$dbPhenotype #> [1] TRUE #> #> $`rhabdoid cancer`$`_parent` #> [1] "DOID_3675<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`rhabdoid cancer`$`_is_leaf` #> [1] TRUE #> #> $`rhabdoid cancer`$children #> list() #> #> $`rhabdoid cancer`$value #> [1] "rhabdoid cancer" #> #> #> $`rhabdoid cancer` #> $`rhabdoid cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3672" #> #> $`rhabdoid cancer`$`_id` #> [1] "DOID_3672<DOID_3675<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`rhabdoid cancer`$privateGeneCount #> [1] 0 #> #> $`rhabdoid cancer`$publicGeneCount #> [1] 2 #> #> $`rhabdoid cancer`$urlId #> [1] "DOID_3672" #> #> $`rhabdoid cancer`$dbPhenotype #> [1] TRUE #> #> $`rhabdoid cancer`$`_parent` #> [1] "DOID_3675<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`rhabdoid cancer`$`_is_leaf` #> [1] TRUE #> #> $`rhabdoid cancer`$children #> list() #> #> $`rhabdoid cancer`$value #> [1] "rhabdoid cancer" #> #> #> $`rhabdoid meningioma` #> $`rhabdoid meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5058" #> #> $`rhabdoid meningioma`$`_id` #> [1] "DOID_5058<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`rhabdoid meningioma`$privateGeneCount #> [1] 0 #> #> $`rhabdoid meningioma`$publicGeneCount #> [1] 16 #> #> $`rhabdoid meningioma`$urlId #> [1] "DOID_5058" #> #> $`rhabdoid meningioma`$dbPhenotype #> [1] TRUE #> #> $`rhabdoid meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`rhabdoid meningioma`$`_is_leaf` #> [1] TRUE #> #> $`rhabdoid meningioma`$children #> list() #> #> $`rhabdoid meningioma`$value #> [1] "rhabdoid meningioma" #> #> #> $`rhabdoid meningioma` #> $`rhabdoid meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5058" #> #> $`rhabdoid meningioma`$`_id` #> [1] "DOID_5058<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`rhabdoid meningioma`$privateGeneCount #> [1] 0 #> #> $`rhabdoid meningioma`$publicGeneCount #> [1] 16 #> #> $`rhabdoid meningioma`$urlId #> [1] "DOID_5058" #> #> $`rhabdoid meningioma`$dbPhenotype #> [1] TRUE #> #> $`rhabdoid meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`rhabdoid meningioma`$`_is_leaf` #> [1] TRUE #> #> $`rhabdoid meningioma`$children #> list() #> #> $`rhabdoid meningioma`$value #> [1] "rhabdoid meningioma" #> #> #> $`rhabdoid meningioma` #> $`rhabdoid meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5058" #> #> $`rhabdoid meningioma`$`_id` #> [1] "DOID_5058<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`rhabdoid meningioma`$privateGeneCount #> [1] 0 #> #> $`rhabdoid meningioma`$publicGeneCount #> [1] 16 #> #> $`rhabdoid meningioma`$urlId #> [1] "DOID_5058" #> #> $`rhabdoid meningioma`$dbPhenotype #> [1] TRUE #> #> $`rhabdoid meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`rhabdoid meningioma`$`_is_leaf` #> [1] TRUE #> #> $`rhabdoid meningioma`$children #> list() #> #> $`rhabdoid meningioma`$value #> [1] "rhabdoid meningioma" #> #> #> $Rhabdomyolysis #> $Rhabdomyolysis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003201" #> #> $Rhabdomyolysis$`_id` #> [1] "HP_0003201<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $Rhabdomyolysis$privateGeneCount #> [1] 0 #> #> $Rhabdomyolysis$publicGeneCount #> [1] 3 #> #> $Rhabdomyolysis$urlId #> [1] "HP_0003201" #> #> $Rhabdomyolysis$dbPhenotype #> [1] TRUE #> #> $Rhabdomyolysis$`_parent` #> [1] "HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $Rhabdomyolysis$`_is_leaf` #> [1] TRUE #> #> $Rhabdomyolysis$children #> list() #> #> $Rhabdomyolysis$value #> [1] "Rhabdomyolysis" #> #> #> $Rhabdomyoma #> $Rhabdomyoma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009730" #> #> $Rhabdomyoma$`_id` #> [1] "HP_0009730<HP_0009728<HP_0003011<HP_0000118<HP_0000001" #> #> $Rhabdomyoma$privateGeneCount #> [1] 0 #> #> $Rhabdomyoma$publicGeneCount #> [1] 3 #> #> $Rhabdomyoma$urlId #> [1] "HP_0009730" #> #> $Rhabdomyoma$dbPhenotype #> [1] TRUE #> #> $Rhabdomyoma$`_parent` #> [1] "HP_0009728<HP_0003011<HP_0000118<HP_0000001" #> #> $Rhabdomyoma$`_is_leaf` #> [1] FALSE #> #> $Rhabdomyoma$children #> $Rhabdomyoma$children[[1]] #> [1] "HP_0009729<HP_0009730<HP_0009728<HP_0003011<HP_0000118<HP_0000001" #> #> #> $Rhabdomyoma$value #> [1] "Rhabdomyoma" #> #> #> $Rhabdomyoma #> $Rhabdomyoma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0009730" #> #> $Rhabdomyoma$`_id` #> [1] "HP_0009730<HP_0009728<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $Rhabdomyoma$privateGeneCount #> [1] 0 #> #> $Rhabdomyoma$publicGeneCount #> [1] 3 #> #> $Rhabdomyoma$urlId #> [1] "HP_0009730" #> #> $Rhabdomyoma$dbPhenotype #> [1] TRUE #> #> $Rhabdomyoma$`_parent` #> [1] "HP_0009728<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $Rhabdomyoma$`_is_leaf` #> [1] FALSE #> #> $Rhabdomyoma$children #> $Rhabdomyoma$children[[1]] #> [1] "HP_0009729<HP_0009730<HP_0009728<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $Rhabdomyoma$value #> [1] "Rhabdomyoma" #> #> #> $rhabdomyosarcoma #> $rhabdomyosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3247" #> #> $rhabdomyosarcoma$`_id` #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $rhabdomyosarcoma$privateGeneCount #> [1] 0 #> #> $rhabdomyosarcoma$publicGeneCount #> [1] 16 #> #> $rhabdomyosarcoma$urlId #> [1] "DOID_3247" #> #> $rhabdomyosarcoma$dbPhenotype #> [1] TRUE #> #> $rhabdomyosarcoma$`_parent` #> [1] "DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $rhabdomyosarcoma$`_is_leaf` #> [1] FALSE #> #> $rhabdomyosarcoma$children #> $rhabdomyosarcoma$children[[1]] #> [1] "DOID_4051<DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $rhabdomyosarcoma$children[[2]] #> [1] "DOID_3246<DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $rhabdomyosarcoma$value #> [1] "rhabdomyosarcoma" #> #> #> $rhabdomyosarcoma #> $rhabdomyosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3247" #> #> $rhabdomyosarcoma$`_id` #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $rhabdomyosarcoma$privateGeneCount #> [1] 0 #> #> $rhabdomyosarcoma$publicGeneCount #> [1] 16 #> #> $rhabdomyosarcoma$urlId #> [1] "DOID_3247" #> #> $rhabdomyosarcoma$dbPhenotype #> [1] TRUE #> #> $rhabdomyosarcoma$`_parent` #> [1] "DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $rhabdomyosarcoma$`_is_leaf` #> [1] FALSE #> #> $rhabdomyosarcoma$children #> $rhabdomyosarcoma$children[[1]] #> [1] "DOID_4051<DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $rhabdomyosarcoma$children[[2]] #> [1] "DOID_3246<DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $rhabdomyosarcoma$value #> [1] "rhabdomyosarcoma" #> #> #> $rhabdomyosarcoma #> $rhabdomyosarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3247" #> #> $rhabdomyosarcoma$`_id` #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $rhabdomyosarcoma$privateGeneCount #> [1] 0 #> #> $rhabdomyosarcoma$publicGeneCount #> [1] 16 #> #> $rhabdomyosarcoma$urlId #> [1] "DOID_3247" #> #> $rhabdomyosarcoma$dbPhenotype #> [1] TRUE #> #> $rhabdomyosarcoma$`_parent` #> [1] "DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $rhabdomyosarcoma$`_is_leaf` #> [1] FALSE #> #> $rhabdomyosarcoma$children #> $rhabdomyosarcoma$children[[1]] #> [1] "DOID_4051<DOID_3247<DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $rhabdomyosarcoma$children[[2]] #> [1] "DOID_3246<DOID_3247<DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $rhabdomyosarcoma$value #> [1] "rhabdomyosarcoma" #> #> #> $`Rhegmatogenous retinal detachment` #> $`Rhegmatogenous retinal detachment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012230" #> #> $`Rhegmatogenous retinal detachment`$`_id` #> [1] "HP_0012230<HP_0000541<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Rhegmatogenous retinal detachment`$privateGeneCount #> [1] 0 #> #> $`Rhegmatogenous retinal detachment`$publicGeneCount #> [1] 1 #> #> $`Rhegmatogenous retinal detachment`$urlId #> [1] "HP_0012230" #> #> $`Rhegmatogenous retinal detachment`$dbPhenotype #> [1] TRUE #> #> $`Rhegmatogenous retinal detachment`$`_parent` #> [1] "HP_0000541<HP_0000479<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Rhegmatogenous retinal detachment`$`_is_leaf` #> [1] TRUE #> #> $`Rhegmatogenous retinal detachment`$children #> list() #> #> $`Rhegmatogenous retinal detachment`$value #> [1] "Rhegmatogenous retinal detachment" #> #> #> $`rheumatic disease` #> $`rheumatic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1575" #> #> $`rheumatic disease`$`_id` #> [1] "DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`rheumatic disease`$privateGeneCount #> [1] 0 #> #> $`rheumatic disease`$publicGeneCount #> [1] 89 #> #> $`rheumatic disease`$urlId #> [1] "DOID_1575" #> #> $`rheumatic disease`$dbPhenotype #> [1] FALSE #> #> $`rheumatic disease`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`rheumatic disease`$`_is_leaf` #> [1] FALSE #> #> $`rheumatic disease`$children #> $`rheumatic disease`$children[[1]] #> [1] "DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`rheumatic disease`$value #> [1] "rheumatic disease" #> #> #> $`rheumatic fever` #> $`rheumatic fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1586" #> #> $`rheumatic fever`$`_id` #> [1] "DOID_1586<DOID_104<DOID_0050117<DOID_4" #> #> $`rheumatic fever`$privateGeneCount #> [1] 0 #> #> $`rheumatic fever`$publicGeneCount #> [1] 4 #> #> $`rheumatic fever`$urlId #> [1] "DOID_1586" #> #> $`rheumatic fever`$dbPhenotype #> [1] TRUE #> #> $`rheumatic fever`$`_parent` #> [1] "DOID_104<DOID_0050117<DOID_4" #> #> $`rheumatic fever`$`_is_leaf` #> [1] TRUE #> #> $`rheumatic fever`$children #> list() #> #> $`rheumatic fever`$value #> [1] "rheumatic fever" #> #> #> $`rheumatic heart disease` #> $`rheumatic heart disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050827" #> #> $`rheumatic heart disease`$`_id` #> [1] "DOID_0050827<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`rheumatic heart disease`$privateGeneCount #> [1] 0 #> #> $`rheumatic heart disease`$publicGeneCount #> [1] 7 #> #> $`rheumatic heart disease`$urlId #> [1] "DOID_0050827" #> #> $`rheumatic heart disease`$dbPhenotype #> [1] TRUE #> #> $`rheumatic heart disease`$`_parent` #> [1] "DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`rheumatic heart disease`$`_is_leaf` #> [1] TRUE #> #> $`rheumatic heart disease`$children #> list() #> #> $`rheumatic heart disease`$value #> [1] "rheumatic heart disease" #> #> #> $`rheumatoid arthritis` #> $`rheumatoid arthritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7148" #> #> $`rheumatoid arthritis`$`_id` #> [1] "DOID_7148<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`rheumatoid arthritis`$privateGeneCount #> [1] 0 #> #> $`rheumatoid arthritis`$publicGeneCount #> [1] 405 #> #> $`rheumatoid arthritis`$urlId #> [1] "DOID_7148" #> #> $`rheumatoid arthritis`$dbPhenotype #> [1] TRUE #> #> $`rheumatoid arthritis`$`_parent` #> [1] "DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`rheumatoid arthritis`$`_is_leaf` #> [1] FALSE #> #> $`rheumatoid arthritis`$children #> $`rheumatoid arthritis`$children[[1]] #> [1] "DOID_14256<DOID_7148<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`rheumatoid arthritis`$children[[2]] #> [1] "DOID_676<DOID_7148<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`rheumatoid arthritis`$value #> [1] "rheumatoid arthritis" #> #> #> $rhinitis #> $rhinitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4483" #> #> $rhinitis$`_id` #> [1] "DOID_4483<DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $rhinitis$privateGeneCount #> [1] 0 #> #> $rhinitis$publicGeneCount #> [1] 116 #> #> $rhinitis$urlId #> [1] "DOID_4483" #> #> $rhinitis$dbPhenotype #> [1] TRUE #> #> $rhinitis$`_parent` #> [1] "DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $rhinitis$`_is_leaf` #> [1] FALSE #> #> $rhinitis$children #> $rhinitis$children[[1]] #> [1] "DOID_4481<DOID_4483<DOID_2163<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $rhinitis$value #> [1] "rhinitis" #> #> #> $rhinoscleroma #> $rhinoscleroma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11336" #> #> $rhinoscleroma$`_id` #> [1] "DOID_11336<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $rhinoscleroma$privateGeneCount #> [1] 0 #> #> $rhinoscleroma$publicGeneCount #> [1] 2 #> #> $rhinoscleroma$urlId #> [1] "DOID_11336" #> #> $rhinoscleroma$dbPhenotype #> [1] TRUE #> #> $rhinoscleroma$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $rhinoscleroma$`_is_leaf` #> [1] TRUE #> #> $rhinoscleroma$children #> list() #> #> $rhinoscleroma$value #> [1] "rhinoscleroma" #> #> #> $`rhizomelic chondrodysplasia punctata` #> $`rhizomelic chondrodysplasia punctata`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2580" #> #> $`rhizomelic chondrodysplasia punctata`$`_id` #> [1] "DOID_2580<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`rhizomelic chondrodysplasia punctata`$privateGeneCount #> [1] 0 #> #> $`rhizomelic chondrodysplasia punctata`$publicGeneCount #> [1] 4 #> #> $`rhizomelic chondrodysplasia punctata`$urlId #> [1] "DOID_2580" #> #> $`rhizomelic chondrodysplasia punctata`$dbPhenotype #> [1] TRUE #> #> $`rhizomelic chondrodysplasia punctata`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`rhizomelic chondrodysplasia punctata`$`_is_leaf` #> [1] TRUE #> #> $`rhizomelic chondrodysplasia punctata`$children #> list() #> #> $`rhizomelic chondrodysplasia punctata`$value #> [1] "rhizomelic chondrodysplasia punctata" #> #> #> $`rhizomelic chondrodysplasia punctata` #> $`rhizomelic chondrodysplasia punctata`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2580" #> #> $`rhizomelic chondrodysplasia punctata`$`_id` #> [1] "DOID_2580<DOID_2581<DOID_0050177<DOID_630<DOID_4" #> #> $`rhizomelic chondrodysplasia punctata`$privateGeneCount #> [1] 0 #> #> $`rhizomelic chondrodysplasia punctata`$publicGeneCount #> [1] 4 #> #> $`rhizomelic chondrodysplasia punctata`$urlId #> [1] "DOID_2580" #> #> $`rhizomelic chondrodysplasia punctata`$dbPhenotype #> [1] TRUE #> #> $`rhizomelic chondrodysplasia punctata`$`_parent` #> [1] "DOID_2581<DOID_0050177<DOID_630<DOID_4" #> #> $`rhizomelic chondrodysplasia punctata`$`_is_leaf` #> [1] TRUE #> #> $`rhizomelic chondrodysplasia punctata`$children #> list() #> #> $`rhizomelic chondrodysplasia punctata`$value #> [1] "rhizomelic chondrodysplasia punctata" #> #> #> $`rhizomelic chondrodysplasia punctata` #> $`rhizomelic chondrodysplasia punctata`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2580" #> #> $`rhizomelic chondrodysplasia punctata`$`_id` #> [1] "DOID_2580<DOID_2581<DOID_225<DOID_4" #> #> $`rhizomelic chondrodysplasia punctata`$privateGeneCount #> [1] 0 #> #> $`rhizomelic chondrodysplasia punctata`$publicGeneCount #> [1] 4 #> #> $`rhizomelic chondrodysplasia punctata`$urlId #> [1] "DOID_2580" #> #> $`rhizomelic chondrodysplasia punctata`$dbPhenotype #> [1] TRUE #> #> $`rhizomelic chondrodysplasia punctata`$`_parent` #> [1] "DOID_2581<DOID_225<DOID_4" #> #> $`rhizomelic chondrodysplasia punctata`$`_is_leaf` #> [1] TRUE #> #> $`rhizomelic chondrodysplasia punctata`$children #> list() #> #> $`rhizomelic chondrodysplasia punctata`$value #> [1] "rhizomelic chondrodysplasia punctata" #> #> #> $rickets #> $rickets$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10609" #> #> $rickets$`_id` #> [1] "DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $rickets$privateGeneCount #> [1] 0 #> #> $rickets$publicGeneCount #> [1] 12 #> #> $rickets$urlId #> [1] "DOID_10609" #> #> $rickets$dbPhenotype #> [1] TRUE #> #> $rickets$`_parent` #> [1] "DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $rickets$`_is_leaf` #> [1] FALSE #> #> $rickets$children #> $rickets$children[[1]] #> [1] "DOID_0050948<DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $rickets$children[[2]] #> [1] "DOID_0050949<DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $rickets$children[[3]] #> [1] "DOID_0050947<DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $rickets$children[[4]] #> [1] "DOID_0050445<DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $rickets$value #> [1] "rickets" #> #> #> $Rickets #> $Rickets$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002748" #> #> $Rickets$`_id` #> [1] "HP_0002748<HP_0004349<HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Rickets$privateGeneCount #> [1] 0 #> #> $Rickets$publicGeneCount #> [1] 2 #> #> $Rickets$urlId #> [1] "HP_0002748" #> #> $Rickets$dbPhenotype #> [1] FALSE #> #> $Rickets$`_parent` #> [1] "HP_0004349<HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Rickets$`_is_leaf` #> [1] FALSE #> #> $Rickets$children #> $Rickets$children[[1]] #> [1] "HP_0004912<HP_0002748<HP_0004349<HP_0004348<HP_0011849<HP_0003330<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $Rickets$value #> [1] "Rickets" #> #> #> $rickettsialpox #> $rickettsialpox$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11103" #> #> $rickettsialpox$`_id` #> [1] "DOID_11103<DOID_11104<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $rickettsialpox$privateGeneCount #> [1] 0 #> #> $rickettsialpox$publicGeneCount #> [1] 1 #> #> $rickettsialpox$urlId #> [1] "DOID_11103" #> #> $rickettsialpox$dbPhenotype #> [1] TRUE #> #> $rickettsialpox$`_parent` #> [1] "DOID_11104<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $rickettsialpox$`_is_leaf` #> [1] TRUE #> #> $rickettsialpox$children #> list() #> #> $rickettsialpox$value #> [1] "rickettsialpox" #> #> #> $`Right atrial isomerism` #> $`Right atrial isomerism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011536" #> #> $`Right atrial isomerism`$`_id` #> [1] "HP_0011536<HP_0011535<HP_0005120<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Right atrial isomerism`$privateGeneCount #> [1] 0 #> #> $`Right atrial isomerism`$publicGeneCount #> [1] 1 #> #> $`Right atrial isomerism`$urlId #> [1] "HP_0011536" #> #> $`Right atrial isomerism`$dbPhenotype #> [1] TRUE #> #> $`Right atrial isomerism`$`_parent` #> [1] "HP_0011535<HP_0005120<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Right atrial isomerism`$`_is_leaf` #> [1] TRUE #> #> $`Right atrial isomerism`$children #> list() #> #> $`Right atrial isomerism`$value #> [1] "Right atrial isomerism" #> #> #> $`Right atrial isomerism` #> $`Right atrial isomerism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011536" #> #> $`Right atrial isomerism`$`_id` #> [1] "HP_0011536<HP_0011535<HP_0011534<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Right atrial isomerism`$privateGeneCount #> [1] 0 #> #> $`Right atrial isomerism`$publicGeneCount #> [1] 1 #> #> $`Right atrial isomerism`$urlId #> [1] "HP_0011536" #> #> $`Right atrial isomerism`$dbPhenotype #> [1] TRUE #> #> $`Right atrial isomerism`$`_parent` #> [1] "HP_0011535<HP_0011534<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Right atrial isomerism`$`_is_leaf` #> [1] TRUE #> #> $`Right atrial isomerism`$children #> list() #> #> $`Right atrial isomerism`$value #> [1] "Right atrial isomerism" #> #> #> $`Right atrial isomerism` #> $`Right atrial isomerism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011536" #> #> $`Right atrial isomerism`$`_id` #> [1] "HP_0011536<HP_0031855<HP_0031853<HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> $`Right atrial isomerism`$privateGeneCount #> [1] 0 #> #> $`Right atrial isomerism`$publicGeneCount #> [1] 1 #> #> $`Right atrial isomerism`$urlId #> [1] "HP_0011536" #> #> $`Right atrial isomerism`$dbPhenotype #> [1] TRUE #> #> $`Right atrial isomerism`$`_parent` #> [1] "HP_0031855<HP_0031853<HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> $`Right atrial isomerism`$`_is_leaf` #> [1] TRUE #> #> $`Right atrial isomerism`$children #> list() #> #> $`Right atrial isomerism`$value #> [1] "Right atrial isomerism" #> #> #> $`Right isomerism` #> $`Right isomerism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0031855" #> #> $`Right isomerism`$`_id` #> [1] "HP_0031855<HP_0031853<HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> $`Right isomerism`$privateGeneCount #> [1] 0 #> #> $`Right isomerism`$publicGeneCount #> [1] 1 #> #> $`Right isomerism`$urlId #> [1] "HP_0031855" #> #> $`Right isomerism`$dbPhenotype #> [1] FALSE #> #> $`Right isomerism`$`_parent` #> [1] "HP_0031853<HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> $`Right isomerism`$`_is_leaf` #> [1] FALSE #> #> $`Right isomerism`$children #> $`Right isomerism`$children[[1]] #> [1] "HP_0011536<HP_0031855<HP_0031853<HP_0030853<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Right isomerism`$value #> [1] "Right isomerism" #> #> #> $`Right ventricular hypertrophy` #> $`Right ventricular hypertrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001667" #> #> $`Right ventricular hypertrophy`$`_id` #> [1] "HP_0001667<HP_0001707<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Right ventricular hypertrophy`$privateGeneCount #> [1] 0 #> #> $`Right ventricular hypertrophy`$publicGeneCount #> [1] 6 #> #> $`Right ventricular hypertrophy`$urlId #> [1] "HP_0001667" #> #> $`Right ventricular hypertrophy`$dbPhenotype #> [1] TRUE #> #> $`Right ventricular hypertrophy`$`_parent` #> [1] "HP_0001707<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Right ventricular hypertrophy`$`_is_leaf` #> [1] TRUE #> #> $`Right ventricular hypertrophy`$children #> list() #> #> $`Right ventricular hypertrophy`$value #> [1] "Right ventricular hypertrophy" #> #> #> $`Right ventricular hypertrophy` #> $`Right ventricular hypertrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001667" #> #> $`Right ventricular hypertrophy`$`_id` #> [1] "HP_0001667<HP_0001714<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Right ventricular hypertrophy`$privateGeneCount #> [1] 0 #> #> $`Right ventricular hypertrophy`$publicGeneCount #> [1] 6 #> #> $`Right ventricular hypertrophy`$urlId #> [1] "HP_0001667" #> #> $`Right ventricular hypertrophy`$dbPhenotype #> [1] TRUE #> #> $`Right ventricular hypertrophy`$`_parent` #> [1] "HP_0001714<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Right ventricular hypertrophy`$`_is_leaf` #> [1] TRUE #> #> $`Right ventricular hypertrophy`$children #> list() #> #> $`Right ventricular hypertrophy`$value #> [1] "Right ventricular hypertrophy" #> #> #> $Rigidity #> $Rigidity$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002063" #> #> $Rigidity$`_id` #> [1] "HP_0002063<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Rigidity$privateGeneCount #> [1] 0 #> #> $Rigidity$publicGeneCount #> [1] 6 #> #> $Rigidity$urlId #> [1] "HP_0002063" #> #> $Rigidity$dbPhenotype #> [1] TRUE #> #> $Rigidity$`_parent` #> [1] "HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Rigidity$`_is_leaf` #> [1] TRUE #> #> $Rigidity$children #> list() #> #> $Rigidity$value #> [1] "Rigidity" #> #> #> $`Riley-Day syndrome` #> $`Riley-Day syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11589" #> #> $`Riley-Day syndrome`$`_id` #> [1] "DOID_11589<DOID_0050548<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Riley-Day syndrome`$privateGeneCount #> [1] 0 #> #> $`Riley-Day syndrome`$publicGeneCount #> [1] 1 #> #> $`Riley-Day syndrome`$urlId #> [1] "DOID_11589" #> #> $`Riley-Day syndrome`$dbPhenotype #> [1] TRUE #> #> $`Riley-Day syndrome`$`_parent` #> [1] "DOID_0050548<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`Riley-Day syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Riley-Day syndrome`$children #> list() #> #> $`Riley-Day syndrome`$value #> [1] "Riley-Day syndrome" #> #> #> $`rippling muscle disease 2` #> $`rippling muscle disease 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060255" #> #> $`rippling muscle disease 2`$`_id` #> [1] "DOID_0060255<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`rippling muscle disease 2`$privateGeneCount #> [1] 0 #> #> $`rippling muscle disease 2`$publicGeneCount #> [1] 1 #> #> $`rippling muscle disease 2`$urlId #> [1] "DOID_0060255" #> #> $`rippling muscle disease 2`$dbPhenotype #> [1] TRUE #> #> $`rippling muscle disease 2`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`rippling muscle disease 2`$`_is_leaf` #> [1] TRUE #> #> $`rippling muscle disease 2`$children #> list() #> #> $`rippling muscle disease 2`$value #> [1] "rippling muscle disease 2" #> #> #> $`rippling muscle disease 2` #> $`rippling muscle disease 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060255" #> #> $`rippling muscle disease 2`$`_id` #> [1] "DOID_0060255<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`rippling muscle disease 2`$privateGeneCount #> [1] 0 #> #> $`rippling muscle disease 2`$publicGeneCount #> [1] 1 #> #> $`rippling muscle disease 2`$urlId #> [1] "DOID_0060255" #> #> $`rippling muscle disease 2`$dbPhenotype #> [1] TRUE #> #> $`rippling muscle disease 2`$`_parent` #> [1] "DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`rippling muscle disease 2`$`_is_leaf` #> [1] TRUE #> #> $`rippling muscle disease 2`$children #> list() #> #> $`rippling muscle disease 2`$value #> [1] "rippling muscle disease 2" #> #> #> $`Roberts syndrome` #> $`Roberts syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5325" #> #> $`Roberts syndrome`$`_id` #> [1] "DOID_5325<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Roberts syndrome`$privateGeneCount #> [1] 0 #> #> $`Roberts syndrome`$publicGeneCount #> [1] 1 #> #> $`Roberts syndrome`$urlId #> [1] "DOID_5325" #> #> $`Roberts syndrome`$dbPhenotype #> [1] TRUE #> #> $`Roberts syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Roberts syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Roberts syndrome`$children #> list() #> #> $`Roberts syndrome`$value #> [1] "Roberts syndrome" #> #> #> $`Roberts syndrome` #> $`Roberts syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5325" #> #> $`Roberts syndrome`$`_id` #> [1] "DOID_5325<DOID_225<DOID_4" #> #> $`Roberts syndrome`$privateGeneCount #> [1] 0 #> #> $`Roberts syndrome`$publicGeneCount #> [1] 1 #> #> $`Roberts syndrome`$urlId #> [1] "DOID_5325" #> #> $`Roberts syndrome`$dbPhenotype #> [1] TRUE #> #> $`Roberts syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Roberts syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Roberts syndrome`$children #> list() #> #> $`Roberts syndrome`$value #> [1] "Roberts syndrome" #> #> #> $`Robinow syndrome` #> $`Robinow syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060254" #> #> $`Robinow syndrome`$`_id` #> [1] "DOID_0060254<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Robinow syndrome`$privateGeneCount #> [1] 0 #> #> $`Robinow syndrome`$publicGeneCount #> [1] 1 #> #> $`Robinow syndrome`$urlId #> [1] "DOID_0060254" #> #> $`Robinow syndrome`$dbPhenotype #> [1] TRUE #> #> $`Robinow syndrome`$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Robinow syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Robinow syndrome`$children #> list() #> #> $`Robinow syndrome`$value #> [1] "Robinow syndrome" #> #> #> $`Robinow syndrome` #> $`Robinow syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060254" #> #> $`Robinow syndrome`$`_id` #> [1] "DOID_0060254<DOID_225<DOID_4" #> #> $`Robinow syndrome`$privateGeneCount #> [1] 0 #> #> $`Robinow syndrome`$publicGeneCount #> [1] 1 #> #> $`Robinow syndrome`$urlId #> [1] "DOID_0060254" #> #> $`Robinow syndrome`$dbPhenotype #> [1] TRUE #> #> $`Robinow syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Robinow syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Robinow syndrome`$children #> list() #> #> $`Robinow syndrome`$value #> [1] "Robinow syndrome" #> #> #> $`Rocker bottom foot` #> $`Rocker bottom foot`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001838" #> #> $`Rocker bottom foot`$`_id` #> [1] "HP_0001838<HP_0008365<HP_0001850<HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Rocker bottom foot`$privateGeneCount #> [1] 0 #> #> $`Rocker bottom foot`$publicGeneCount #> [1] 1 #> #> $`Rocker bottom foot`$urlId #> [1] "HP_0001838" #> #> $`Rocker bottom foot`$dbPhenotype #> [1] TRUE #> #> $`Rocker bottom foot`$`_parent` #> [1] "HP_0008365<HP_0001850<HP_0001760<HP_0002814<HP_0040064<HP_0000118<HP_0000001" #> #> $`Rocker bottom foot`$`_is_leaf` #> [1] TRUE #> #> $`Rocker bottom foot`$children #> list() #> #> $`Rocker bottom foot`$value #> [1] "Rocker bottom foot" #> #> #> $`Rocker bottom foot` #> $`Rocker bottom foot`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001838" #> #> $`Rocker bottom foot`$`_id` #> [1] "HP_0001838<HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Rocker bottom foot`$privateGeneCount #> [1] 0 #> #> $`Rocker bottom foot`$publicGeneCount #> [1] 1 #> #> $`Rocker bottom foot`$urlId #> [1] "HP_0001838" #> #> $`Rocker bottom foot`$dbPhenotype #> [1] TRUE #> #> $`Rocker bottom foot`$`_parent` #> [1] "HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Rocker bottom foot`$`_is_leaf` #> [1] TRUE #> #> $`Rocker bottom foot`$children #> list() #> #> $`Rocker bottom foot`$value #> [1] "Rocker bottom foot" #> #> #> $`Rocker bottom foot` #> $`Rocker bottom foot`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001838" #> #> $`Rocker bottom foot`$`_id` #> [1] "HP_0001838<HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Rocker bottom foot`$privateGeneCount #> [1] 0 #> #> $`Rocker bottom foot`$publicGeneCount #> [1] 1 #> #> $`Rocker bottom foot`$urlId #> [1] "HP_0001838" #> #> $`Rocker bottom foot`$dbPhenotype #> [1] TRUE #> #> $`Rocker bottom foot`$`_parent` #> [1] "HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Rocker bottom foot`$`_is_leaf` #> [1] TRUE #> #> $`Rocker bottom foot`$children #> list() #> #> $`Rocker bottom foot`$value #> [1] "Rocker bottom foot" #> #> #> $`Rocker bottom foot` #> $`Rocker bottom foot`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001838" #> #> $`Rocker bottom foot`$`_id` #> [1] "HP_0001838<HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Rocker bottom foot`$privateGeneCount #> [1] 0 #> #> $`Rocker bottom foot`$publicGeneCount #> [1] 1 #> #> $`Rocker bottom foot`$urlId #> [1] "HP_0001838" #> #> $`Rocker bottom foot`$dbPhenotype #> [1] TRUE #> #> $`Rocker bottom foot`$`_parent` #> [1] "HP_0008365<HP_0001850<HP_0040069<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Rocker bottom foot`$`_is_leaf` #> [1] TRUE #> #> $`Rocker bottom foot`$children #> list() #> #> $`Rocker bottom foot`$value #> [1] "Rocker bottom foot" #> #> #> $rosacea #> $rosacea$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8881" #> #> $rosacea$`_id` #> [1] "DOID_8881<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $rosacea$privateGeneCount #> [1] 0 #> #> $rosacea$publicGeneCount #> [1] 2 #> #> $rosacea$urlId #> [1] "DOID_8881" #> #> $rosacea$dbPhenotype #> [1] TRUE #> #> $rosacea$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $rosacea$`_is_leaf` #> [1] TRUE #> #> $rosacea$children #> list() #> #> $rosacea$value #> [1] "rosacea" #> #> #> $`Rothmund-Thomson syndrome` #> $`Rothmund-Thomson syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2732" #> #> $`Rothmund-Thomson syndrome`$`_id` #> [1] "DOID_2732<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Rothmund-Thomson syndrome`$privateGeneCount #> [1] 0 #> #> $`Rothmund-Thomson syndrome`$publicGeneCount #> [1] 1 #> #> $`Rothmund-Thomson syndrome`$urlId #> [1] "DOID_2732" #> #> $`Rothmund-Thomson syndrome`$dbPhenotype #> [1] TRUE #> #> $`Rothmund-Thomson syndrome`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Rothmund-Thomson syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Rothmund-Thomson syndrome`$children #> list() #> #> $`Rothmund-Thomson syndrome`$value #> [1] "Rothmund-Thomson syndrome" #> #> #> $`Rubinstein-Taybi syndrome` #> $`Rubinstein-Taybi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1933" #> #> $`Rubinstein-Taybi syndrome`$`_id` #> [1] "DOID_1933<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Rubinstein-Taybi syndrome`$privateGeneCount #> [1] 0 #> #> $`Rubinstein-Taybi syndrome`$publicGeneCount #> [1] 2 #> #> $`Rubinstein-Taybi syndrome`$urlId #> [1] "DOID_1933" #> #> $`Rubinstein-Taybi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Rubinstein-Taybi syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Rubinstein-Taybi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Rubinstein-Taybi syndrome`$children #> list() #> #> $`Rubinstein-Taybi syndrome`$value #> [1] "Rubinstein-Taybi syndrome" #> #> #> $`Rubinstein-Taybi syndrome` #> $`Rubinstein-Taybi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1933" #> #> $`Rubinstein-Taybi syndrome`$`_id` #> [1] "DOID_1933<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`Rubinstein-Taybi syndrome`$privateGeneCount #> [1] 0 #> #> $`Rubinstein-Taybi syndrome`$publicGeneCount #> [1] 2 #> #> $`Rubinstein-Taybi syndrome`$urlId #> [1] "DOID_1933" #> #> $`Rubinstein-Taybi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Rubinstein-Taybi syndrome`$`_parent` #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`Rubinstein-Taybi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Rubinstein-Taybi syndrome`$children #> list() #> #> $`Rubinstein-Taybi syndrome`$value #> [1] "Rubinstein-Taybi syndrome" #> #> #> $`Rubinstein-Taybi syndrome` #> $`Rubinstein-Taybi syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1933" #> #> $`Rubinstein-Taybi syndrome`$`_id` #> [1] "DOID_1933<DOID_225<DOID_4" #> #> $`Rubinstein-Taybi syndrome`$privateGeneCount #> [1] 0 #> #> $`Rubinstein-Taybi syndrome`$publicGeneCount #> [1] 2 #> #> $`Rubinstein-Taybi syndrome`$urlId #> [1] "DOID_1933" #> #> $`Rubinstein-Taybi syndrome`$dbPhenotype #> [1] TRUE #> #> $`Rubinstein-Taybi syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Rubinstein-Taybi syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Rubinstein-Taybi syndrome`$children #> list() #> #> $`Rubinstein-Taybi syndrome`$value #> [1] "Rubinstein-Taybi syndrome" #> #> #> $`Saethre-Chotzen syndrome` #> $`Saethre-Chotzen syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14768" #> #> $`Saethre-Chotzen syndrome`$`_id` #> [1] "DOID_14768<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Saethre-Chotzen syndrome`$privateGeneCount #> [1] 0 #> #> $`Saethre-Chotzen syndrome`$publicGeneCount #> [1] 2 #> #> $`Saethre-Chotzen syndrome`$urlId #> [1] "DOID_14768" #> #> $`Saethre-Chotzen syndrome`$dbPhenotype #> [1] TRUE #> #> $`Saethre-Chotzen syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Saethre-Chotzen syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Saethre-Chotzen syndrome`$children #> list() #> #> $`Saethre-Chotzen syndrome`$value #> [1] "Saethre-Chotzen syndrome" #> #> #> $`Saethre-Chotzen syndrome` #> $`Saethre-Chotzen syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14768" #> #> $`Saethre-Chotzen syndrome`$`_id` #> [1] "DOID_14768<DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Saethre-Chotzen syndrome`$privateGeneCount #> [1] 0 #> #> $`Saethre-Chotzen syndrome`$publicGeneCount #> [1] 2 #> #> $`Saethre-Chotzen syndrome`$urlId #> [1] "DOID_14768" #> #> $`Saethre-Chotzen syndrome`$dbPhenotype #> [1] TRUE #> #> $`Saethre-Chotzen syndrome`$`_parent` #> [1] "DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Saethre-Chotzen syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Saethre-Chotzen syndrome`$children #> list() #> #> $`Saethre-Chotzen syndrome`$value #> [1] "Saethre-Chotzen syndrome" #> #> #> $`sagittal sinus thrombosis` #> $`sagittal sinus thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3576" #> #> $`sagittal sinus thrombosis`$`_id` #> [1] "DOID_3576<DOID_3572<DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`sagittal sinus thrombosis`$privateGeneCount #> [1] 0 #> #> $`sagittal sinus thrombosis`$publicGeneCount #> [1] 3 #> #> $`sagittal sinus thrombosis`$urlId #> [1] "DOID_3576" #> #> $`sagittal sinus thrombosis`$dbPhenotype #> [1] TRUE #> #> $`sagittal sinus thrombosis`$`_parent` #> [1] "DOID_3572<DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`sagittal sinus thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`sagittal sinus thrombosis`$children #> list() #> #> $`sagittal sinus thrombosis`$value #> [1] "sagittal sinus thrombosis" #> #> #> $`sagittal sinus thrombosis` #> $`sagittal sinus thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3576" #> #> $`sagittal sinus thrombosis`$`_id` #> [1] "DOID_3576<DOID_3572<DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`sagittal sinus thrombosis`$privateGeneCount #> [1] 0 #> #> $`sagittal sinus thrombosis`$publicGeneCount #> [1] 3 #> #> $`sagittal sinus thrombosis`$urlId #> [1] "DOID_3576" #> #> $`sagittal sinus thrombosis`$dbPhenotype #> [1] TRUE #> #> $`sagittal sinus thrombosis`$`_parent` #> [1] "DOID_3572<DOID_4193<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`sagittal sinus thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`sagittal sinus thrombosis`$children #> list() #> #> $`sagittal sinus thrombosis`$value #> [1] "sagittal sinus thrombosis" #> #> #> $`sagittal sinus thrombosis` #> $`sagittal sinus thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3576" #> #> $`sagittal sinus thrombosis`$`_id` #> [1] "DOID_3576<DOID_3572<DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`sagittal sinus thrombosis`$privateGeneCount #> [1] 0 #> #> $`sagittal sinus thrombosis`$publicGeneCount #> [1] 3 #> #> $`sagittal sinus thrombosis`$urlId #> [1] "DOID_3576" #> #> $`sagittal sinus thrombosis`$dbPhenotype #> [1] TRUE #> #> $`sagittal sinus thrombosis`$`_parent` #> [1] "DOID_3572<DOID_4193<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`sagittal sinus thrombosis`$`_is_leaf` #> [1] TRUE #> #> $`sagittal sinus thrombosis`$children #> list() #> #> $`sagittal sinus thrombosis`$value #> [1] "sagittal sinus thrombosis" #> #> #> $`salivary gland adenoid cystic carcinoma` #> $`salivary gland adenoid cystic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4866" #> #> $`salivary gland adenoid cystic carcinoma`$`_id` #> [1] "DOID_4866<DOID_0050904<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland adenoid cystic carcinoma`$privateGeneCount #> [1] 0 #> #> $`salivary gland adenoid cystic carcinoma`$publicGeneCount #> [1] 100 #> #> $`salivary gland adenoid cystic carcinoma`$urlId #> [1] "DOID_4866" #> #> $`salivary gland adenoid cystic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`salivary gland adenoid cystic carcinoma`$`_parent` #> [1] "DOID_0050904<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland adenoid cystic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`salivary gland adenoid cystic carcinoma`$children #> list() #> #> $`salivary gland adenoid cystic carcinoma`$value #> [1] "salivary gland adenoid cystic carcinoma" #> #> #> $`salivary gland adenoid cystic carcinoma` #> $`salivary gland adenoid cystic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4866" #> #> $`salivary gland adenoid cystic carcinoma`$`_id` #> [1] "DOID_4866<DOID_0050904<DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland adenoid cystic carcinoma`$privateGeneCount #> [1] 0 #> #> $`salivary gland adenoid cystic carcinoma`$publicGeneCount #> [1] 100 #> #> $`salivary gland adenoid cystic carcinoma`$urlId #> [1] "DOID_4866" #> #> $`salivary gland adenoid cystic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`salivary gland adenoid cystic carcinoma`$`_parent` #> [1] "DOID_0050904<DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland adenoid cystic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`salivary gland adenoid cystic carcinoma`$children #> list() #> #> $`salivary gland adenoid cystic carcinoma`$value #> [1] "salivary gland adenoid cystic carcinoma" #> #> #> $`salivary gland adenoid cystic carcinoma` #> $`salivary gland adenoid cystic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4866" #> #> $`salivary gland adenoid cystic carcinoma`$`_id` #> [1] "DOID_4866<DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland adenoid cystic carcinoma`$privateGeneCount #> [1] 0 #> #> $`salivary gland adenoid cystic carcinoma`$publicGeneCount #> [1] 100 #> #> $`salivary gland adenoid cystic carcinoma`$urlId #> [1] "DOID_4866" #> #> $`salivary gland adenoid cystic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`salivary gland adenoid cystic carcinoma`$`_parent` #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland adenoid cystic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`salivary gland adenoid cystic carcinoma`$children #> list() #> #> $`salivary gland adenoid cystic carcinoma`$value #> [1] "salivary gland adenoid cystic carcinoma" #> #> #> $`salivary gland adenoid cystic carcinoma` #> $`salivary gland adenoid cystic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4866" #> #> $`salivary gland adenoid cystic carcinoma`$`_id` #> [1] "DOID_4866<DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland adenoid cystic carcinoma`$privateGeneCount #> [1] 0 #> #> $`salivary gland adenoid cystic carcinoma`$publicGeneCount #> [1] 100 #> #> $`salivary gland adenoid cystic carcinoma`$urlId #> [1] "DOID_4866" #> #> $`salivary gland adenoid cystic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`salivary gland adenoid cystic carcinoma`$`_parent` #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland adenoid cystic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`salivary gland adenoid cystic carcinoma`$children #> list() #> #> $`salivary gland adenoid cystic carcinoma`$value #> [1] "salivary gland adenoid cystic carcinoma" #> #> #> $`salivary gland adenoid cystic carcinoma` #> $`salivary gland adenoid cystic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4866" #> #> $`salivary gland adenoid cystic carcinoma`$`_id` #> [1] "DOID_4866<DOID_0050904<DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland adenoid cystic carcinoma`$privateGeneCount #> [1] 0 #> #> $`salivary gland adenoid cystic carcinoma`$publicGeneCount #> [1] 100 #> #> $`salivary gland adenoid cystic carcinoma`$urlId #> [1] "DOID_4866" #> #> $`salivary gland adenoid cystic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`salivary gland adenoid cystic carcinoma`$`_parent` #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland adenoid cystic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`salivary gland adenoid cystic carcinoma`$children #> list() #> #> $`salivary gland adenoid cystic carcinoma`$value #> [1] "salivary gland adenoid cystic carcinoma" #> #> #> $`salivary gland cancer` #> $`salivary gland cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8850" #> #> $`salivary gland cancer`$`_id` #> [1] "DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland cancer`$privateGeneCount #> [1] 0 #> #> $`salivary gland cancer`$publicGeneCount #> [1] 104 #> #> $`salivary gland cancer`$urlId #> [1] "DOID_8850" #> #> $`salivary gland cancer`$dbPhenotype #> [1] TRUE #> #> $`salivary gland cancer`$`_parent` #> [1] "DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland cancer`$`_is_leaf` #> [1] FALSE #> #> $`salivary gland cancer`$children #> $`salivary gland cancer`$children[[1]] #> [1] "DOID_0050904<DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`salivary gland cancer`$value #> [1] "salivary gland cancer" #> #> #> $`salivary gland cancer` #> $`salivary gland cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8850" #> #> $`salivary gland cancer`$`_id` #> [1] "DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland cancer`$privateGeneCount #> [1] 0 #> #> $`salivary gland cancer`$publicGeneCount #> [1] 104 #> #> $`salivary gland cancer`$urlId #> [1] "DOID_8850" #> #> $`salivary gland cancer`$dbPhenotype #> [1] TRUE #> #> $`salivary gland cancer`$`_parent` #> [1] "DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland cancer`$`_is_leaf` #> [1] FALSE #> #> $`salivary gland cancer`$children #> $`salivary gland cancer`$children[[1]] #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`salivary gland cancer`$value #> [1] "salivary gland cancer" #> #> #> $`salivary gland cancer` #> $`salivary gland cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8850" #> #> $`salivary gland cancer`$`_id` #> [1] "DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland cancer`$privateGeneCount #> [1] 0 #> #> $`salivary gland cancer`$publicGeneCount #> [1] 104 #> #> $`salivary gland cancer`$urlId #> [1] "DOID_8850" #> #> $`salivary gland cancer`$dbPhenotype #> [1] TRUE #> #> $`salivary gland cancer`$`_parent` #> [1] "DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland cancer`$`_is_leaf` #> [1] FALSE #> #> $`salivary gland cancer`$children #> $`salivary gland cancer`$children[[1]] #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`salivary gland cancer`$value #> [1] "salivary gland cancer" #> #> #> $`salivary gland cancer` #> $`salivary gland cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8850" #> #> $`salivary gland cancer`$`_id` #> [1] "DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland cancer`$privateGeneCount #> [1] 0 #> #> $`salivary gland cancer`$publicGeneCount #> [1] 104 #> #> $`salivary gland cancer`$urlId #> [1] "DOID_8850" #> #> $`salivary gland cancer`$dbPhenotype #> [1] TRUE #> #> $`salivary gland cancer`$`_parent` #> [1] "DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland cancer`$`_is_leaf` #> [1] FALSE #> #> $`salivary gland cancer`$children #> $`salivary gland cancer`$children[[1]] #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`salivary gland cancer`$value #> [1] "salivary gland cancer" #> #> #> $`salivary gland carcinoma` #> $`salivary gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050904" #> #> $`salivary gland carcinoma`$`_id` #> [1] "DOID_0050904<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`salivary gland carcinoma`$publicGeneCount #> [1] 101 #> #> $`salivary gland carcinoma`$urlId #> [1] "DOID_0050904" #> #> $`salivary gland carcinoma`$dbPhenotype #> [1] FALSE #> #> $`salivary gland carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`salivary gland carcinoma`$children #> $`salivary gland carcinoma`$children[[1]] #> [1] "DOID_4531<DOID_0050904<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland carcinoma`$children[[2]] #> [1] "DOID_4866<DOID_0050904<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`salivary gland carcinoma`$value #> [1] "salivary gland carcinoma" #> #> #> $`salivary gland carcinoma` #> $`salivary gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050904" #> #> $`salivary gland carcinoma`$`_id` #> [1] "DOID_0050904<DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`salivary gland carcinoma`$publicGeneCount #> [1] 101 #> #> $`salivary gland carcinoma`$urlId #> [1] "DOID_0050904" #> #> $`salivary gland carcinoma`$dbPhenotype #> [1] FALSE #> #> $`salivary gland carcinoma`$`_parent` #> [1] "DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`salivary gland carcinoma`$children #> $`salivary gland carcinoma`$children[[1]] #> [1] "DOID_4531<DOID_0050904<DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland carcinoma`$children[[2]] #> [1] "DOID_4866<DOID_0050904<DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`salivary gland carcinoma`$value #> [1] "salivary gland carcinoma" #> #> #> $`salivary gland carcinoma` #> $`salivary gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050904" #> #> $`salivary gland carcinoma`$`_id` #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`salivary gland carcinoma`$publicGeneCount #> [1] 101 #> #> $`salivary gland carcinoma`$urlId #> [1] "DOID_0050904" #> #> $`salivary gland carcinoma`$dbPhenotype #> [1] FALSE #> #> $`salivary gland carcinoma`$`_parent` #> [1] "DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`salivary gland carcinoma`$children #> $`salivary gland carcinoma`$children[[1]] #> [1] "DOID_4531<DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`salivary gland carcinoma`$children[[2]] #> [1] "DOID_4866<DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`salivary gland carcinoma`$value #> [1] "salivary gland carcinoma" #> #> #> $`salivary gland carcinoma` #> $`salivary gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050904" #> #> $`salivary gland carcinoma`$`_id` #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`salivary gland carcinoma`$publicGeneCount #> [1] 101 #> #> $`salivary gland carcinoma`$urlId #> [1] "DOID_0050904" #> #> $`salivary gland carcinoma`$dbPhenotype #> [1] FALSE #> #> $`salivary gland carcinoma`$`_parent` #> [1] "DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`salivary gland carcinoma`$children #> $`salivary gland carcinoma`$children[[1]] #> [1] "DOID_4531<DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland carcinoma`$children[[2]] #> [1] "DOID_4866<DOID_0050904<DOID_8850<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`salivary gland carcinoma`$value #> [1] "salivary gland carcinoma" #> #> #> $`salivary gland carcinoma` #> $`salivary gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050904" #> #> $`salivary gland carcinoma`$`_id` #> [1] "DOID_0050904<DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`salivary gland carcinoma`$publicGeneCount #> [1] 101 #> #> $`salivary gland carcinoma`$urlId #> [1] "DOID_0050904" #> #> $`salivary gland carcinoma`$dbPhenotype #> [1] FALSE #> #> $`salivary gland carcinoma`$`_parent` #> [1] "DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`salivary gland carcinoma`$children #> $`salivary gland carcinoma`$children[[1]] #> [1] "DOID_4531<DOID_0050904<DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland carcinoma`$children[[2]] #> [1] "DOID_4866<DOID_0050904<DOID_8850<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`salivary gland carcinoma`$value #> [1] "salivary gland carcinoma" #> #> #> $`salivary gland disease` #> $`salivary gland disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10854" #> #> $`salivary gland disease`$`_id` #> [1] "DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland disease`$privateGeneCount #> [1] 0 #> #> $`salivary gland disease`$publicGeneCount #> [1] 105 #> #> $`salivary gland disease`$urlId #> [1] "DOID_10854" #> #> $`salivary gland disease`$dbPhenotype #> [1] FALSE #> #> $`salivary gland disease`$`_parent` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland disease`$`_is_leaf` #> [1] FALSE #> #> $`salivary gland disease`$children #> $`salivary gland disease`$children[[1]] #> [1] "DOID_10302<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`salivary gland disease`$children[[2]] #> [1] "DOID_8850<DOID_10854<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`salivary gland disease`$value #> [1] "salivary gland disease" #> #> #> $`Sandhoff disease` #> $`Sandhoff disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3323" #> #> $`Sandhoff disease`$`_id` #> [1] "DOID_3323<DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Sandhoff disease`$privateGeneCount #> [1] 0 #> #> $`Sandhoff disease`$publicGeneCount #> [1] 1 #> #> $`Sandhoff disease`$urlId #> [1] "DOID_3323" #> #> $`Sandhoff disease`$dbPhenotype #> [1] TRUE #> #> $`Sandhoff disease`$`_parent` #> [1] "DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Sandhoff disease`$`_is_leaf` #> [1] TRUE #> #> $`Sandhoff disease`$children #> list() #> #> $`Sandhoff disease`$value #> [1] "Sandhoff disease" #> #> #> $`Sandhoff disease` #> $`Sandhoff disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3323" #> #> $`Sandhoff disease`$`_id` #> [1] "DOID_3323<DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Sandhoff disease`$privateGeneCount #> [1] 0 #> #> $`Sandhoff disease`$publicGeneCount #> [1] 1 #> #> $`Sandhoff disease`$urlId #> [1] "DOID_3323" #> #> $`Sandhoff disease`$dbPhenotype #> [1] TRUE #> #> $`Sandhoff disease`$`_parent` #> [1] "DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Sandhoff disease`$`_is_leaf` #> [1] TRUE #> #> $`Sandhoff disease`$children #> list() #> #> $`Sandhoff disease`$value #> [1] "Sandhoff disease" #> #> #> $sarcoidosis #> $sarcoidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11335" #> #> $sarcoidosis$`_id` #> [1] "DOID_11335<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $sarcoidosis$privateGeneCount #> [1] 0 #> #> $sarcoidosis$publicGeneCount #> [1] 60 #> #> $sarcoidosis$urlId #> [1] "DOID_11335" #> #> $sarcoidosis$dbPhenotype #> [1] TRUE #> #> $sarcoidosis$`_parent` #> [1] "DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $sarcoidosis$`_is_leaf` #> [1] FALSE #> #> $sarcoidosis$children #> $sarcoidosis$children[[1]] #> [1] "DOID_13406<DOID_11335<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $sarcoidosis$children[[2]] #> [1] "DOID_13404<DOID_11335<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> #> $sarcoidosis$value #> [1] "sarcoidosis" #> #> #> $sarcoma #> $sarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1115" #> #> $sarcoma$`_id` #> [1] "DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $sarcoma$privateGeneCount #> [1] 0 #> #> $sarcoma$publicGeneCount #> [1] 130 #> #> $sarcoma$urlId #> [1] "DOID_1115" #> #> $sarcoma$dbPhenotype #> [1] TRUE #> #> $sarcoma$`_parent` #> [1] "DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $sarcoma$`_is_leaf` #> [1] FALSE #> #> $sarcoma$children #> $sarcoma$children[[1]] #> [1] "DOID_0080639<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $sarcoma$children[[2]] #> [1] "DOID_4233<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $sarcoma$children[[3]] #> [1] "DOID_6193<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $sarcoma$children[[4]] #> [1] "DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $sarcoma$children[[5]] #> [1] "DOID_1907<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $sarcoma$children[[6]] #> [1] "DOID_4235<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $sarcoma$value #> [1] "sarcoma" #> #> #> $Sarcoma #> $Sarcoma$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100242" #> #> $Sarcoma$`_id` #> [1] "HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $Sarcoma$privateGeneCount #> [1] 0 #> #> $Sarcoma$publicGeneCount #> [1] 8 #> #> $Sarcoma$urlId #> [1] "HP_0100242" #> #> $Sarcoma$dbPhenotype #> [1] FALSE #> #> $Sarcoma$`_parent` #> [1] "HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $Sarcoma$`_is_leaf` #> [1] FALSE #> #> $Sarcoma$children #> $Sarcoma$children[[1]] #> [1] "HP_0030448<HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> #> $Sarcoma$value #> [1] "Sarcoma" #> #> #> $`sarcomatoid renal cell carcinoma` #> $`sarcomatoid renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4473" #> #> $`sarcomatoid renal cell carcinoma`$`_id` #> [1] "DOID_4473<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`sarcomatoid renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`sarcomatoid renal cell carcinoma`$publicGeneCount #> [1] 259 #> #> $`sarcomatoid renal cell carcinoma`$urlId #> [1] "DOID_4473" #> #> $`sarcomatoid renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`sarcomatoid renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`sarcomatoid renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`sarcomatoid renal cell carcinoma`$children #> list() #> #> $`sarcomatoid renal cell carcinoma`$value #> [1] "sarcomatoid renal cell carcinoma" #> #> #> $`sarcomatoid renal cell carcinoma` #> $`sarcomatoid renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4473" #> #> $`sarcomatoid renal cell carcinoma`$`_id` #> [1] "DOID_4473<DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`sarcomatoid renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`sarcomatoid renal cell carcinoma`$publicGeneCount #> [1] 259 #> #> $`sarcomatoid renal cell carcinoma`$urlId #> [1] "DOID_4473" #> #> $`sarcomatoid renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`sarcomatoid renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`sarcomatoid renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`sarcomatoid renal cell carcinoma`$children #> list() #> #> $`sarcomatoid renal cell carcinoma`$value #> [1] "sarcomatoid renal cell carcinoma" #> #> #> $`sarcomatoid renal cell carcinoma` #> $`sarcomatoid renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4473" #> #> $`sarcomatoid renal cell carcinoma`$`_id` #> [1] "DOID_4473<DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`sarcomatoid renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`sarcomatoid renal cell carcinoma`$publicGeneCount #> [1] 259 #> #> $`sarcomatoid renal cell carcinoma`$urlId #> [1] "DOID_4473" #> #> $`sarcomatoid renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`sarcomatoid renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_263<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`sarcomatoid renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`sarcomatoid renal cell carcinoma`$children #> list() #> #> $`sarcomatoid renal cell carcinoma`$value #> [1] "sarcomatoid renal cell carcinoma" #> #> #> $`sarcomatoid renal cell carcinoma` #> $`sarcomatoid renal cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4473" #> #> $`sarcomatoid renal cell carcinoma`$`_id` #> [1] "DOID_4473<DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`sarcomatoid renal cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`sarcomatoid renal cell carcinoma`$publicGeneCount #> [1] 259 #> #> $`sarcomatoid renal cell carcinoma`$urlId #> [1] "DOID_4473" #> #> $`sarcomatoid renal cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`sarcomatoid renal cell carcinoma`$`_parent` #> [1] "DOID_4450<DOID_4451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`sarcomatoid renal cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`sarcomatoid renal cell carcinoma`$children #> list() #> #> $`sarcomatoid renal cell carcinoma`$value #> [1] "sarcomatoid renal cell carcinoma" #> #> #> $`SATB2-associated syndrome` #> $`SATB2-associated syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060428" #> #> $`SATB2-associated syndrome`$`_id` #> [1] "DOID_0060428<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`SATB2-associated syndrome`$privateGeneCount #> [1] 0 #> #> $`SATB2-associated syndrome`$publicGeneCount #> [1] 1 #> #> $`SATB2-associated syndrome`$urlId #> [1] "DOID_0060428" #> #> $`SATB2-associated syndrome`$dbPhenotype #> [1] TRUE #> #> $`SATB2-associated syndrome`$`_parent` #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`SATB2-associated syndrome`$`_is_leaf` #> [1] TRUE #> #> $`SATB2-associated syndrome`$children #> list() #> #> $`SATB2-associated syndrome`$value #> [1] "SATB2-associated syndrome" #> #> #> $`SATB2-associated syndrome` #> $`SATB2-associated syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060428" #> #> $`SATB2-associated syndrome`$`_id` #> [1] "DOID_0060428<DOID_225<DOID_4" #> #> $`SATB2-associated syndrome`$privateGeneCount #> [1] 0 #> #> $`SATB2-associated syndrome`$publicGeneCount #> [1] 1 #> #> $`SATB2-associated syndrome`$urlId #> [1] "DOID_0060428" #> #> $`SATB2-associated syndrome`$dbPhenotype #> [1] TRUE #> #> $`SATB2-associated syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`SATB2-associated syndrome`$`_is_leaf` #> [1] TRUE #> #> $`SATB2-associated syndrome`$children #> list() #> #> $`SATB2-associated syndrome`$value #> [1] "SATB2-associated syndrome" #> #> #> $scabies #> $scabies$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8295" #> #> $scabies$`_id` #> [1] "DOID_8295<DOID_7894<DOID_4110<DOID_1398<DOID_0050117<DOID_4" #> #> $scabies$privateGeneCount #> [1] 0 #> #> $scabies$publicGeneCount #> [1] 1 #> #> $scabies$urlId #> [1] "DOID_8295" #> #> $scabies$dbPhenotype #> [1] TRUE #> #> $scabies$`_parent` #> [1] "DOID_7894<DOID_4110<DOID_1398<DOID_0050117<DOID_4" #> #> $scabies$`_is_leaf` #> [1] TRUE #> #> $scabies$children #> list() #> #> $scabies$value #> [1] "scabies" #> #> #> $`scapuloperoneal myopathy` #> $`scapuloperoneal myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060253" #> #> $`scapuloperoneal myopathy`$`_id` #> [1] "DOID_0060253<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`scapuloperoneal myopathy`$privateGeneCount #> [1] 0 #> #> $`scapuloperoneal myopathy`$publicGeneCount #> [1] 2 #> #> $`scapuloperoneal myopathy`$urlId #> [1] "DOID_0060253" #> #> $`scapuloperoneal myopathy`$dbPhenotype #> [1] TRUE #> #> $`scapuloperoneal myopathy`$`_parent` #> [1] "DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`scapuloperoneal myopathy`$`_is_leaf` #> [1] TRUE #> #> $`scapuloperoneal myopathy`$children #> list() #> #> $`scapuloperoneal myopathy`$value #> [1] "scapuloperoneal myopathy" #> #> #> $Scarring #> $Scarring$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100699" #> #> $Scarring$`_id` #> [1] "HP_0100699<HP_0003549<HP_0000118<HP_0000001" #> #> $Scarring$privateGeneCount #> [1] 0 #> #> $Scarring$publicGeneCount #> [1] 1 #> #> $Scarring$urlId #> [1] "HP_0100699" #> #> $Scarring$dbPhenotype #> [1] FALSE #> #> $Scarring$`_parent` #> [1] "HP_0003549<HP_0000118<HP_0000001" #> #> $Scarring$`_is_leaf` #> [1] FALSE #> #> $Scarring$children #> $Scarring$children[[1]] #> [1] "HP_0000987<HP_0100699<HP_0003549<HP_0000118<HP_0000001" #> #> #> $Scarring$value #> [1] "Scarring" #> #> #> $`Scheie syndrome` #> $`Scheie syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060222" #> #> $`Scheie syndrome`$`_id` #> [1] "DOID_0060222<DOID_12802<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Scheie syndrome`$privateGeneCount #> [1] 0 #> #> $`Scheie syndrome`$publicGeneCount #> [1] 1 #> #> $`Scheie syndrome`$urlId #> [1] "DOID_0060222" #> #> $`Scheie syndrome`$dbPhenotype #> [1] TRUE #> #> $`Scheie syndrome`$`_parent` #> [1] "DOID_12802<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Scheie syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Scheie syndrome`$children #> list() #> #> $`Scheie syndrome`$value #> [1] "Scheie syndrome" #> #> #> $`Schimke immuno-osseous dysplasia` #> $`Schimke immuno-osseous dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060490" #> #> $`Schimke immuno-osseous dysplasia`$`_id` #> [1] "DOID_0060490<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Schimke immuno-osseous dysplasia`$privateGeneCount #> [1] 0 #> #> $`Schimke immuno-osseous dysplasia`$publicGeneCount #> [1] 1 #> #> $`Schimke immuno-osseous dysplasia`$urlId #> [1] "DOID_0060490" #> #> $`Schimke immuno-osseous dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Schimke immuno-osseous dysplasia`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Schimke immuno-osseous dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Schimke immuno-osseous dysplasia`$children #> list() #> #> $`Schimke immuno-osseous dysplasia`$value #> [1] "Schimke immuno-osseous dysplasia" #> #> #> $`Schimke immuno-osseous dysplasia` #> $`Schimke immuno-osseous dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060490" #> #> $`Schimke immuno-osseous dysplasia`$`_id` #> [1] "DOID_0060490<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Schimke immuno-osseous dysplasia`$privateGeneCount #> [1] 0 #> #> $`Schimke immuno-osseous dysplasia`$publicGeneCount #> [1] 1 #> #> $`Schimke immuno-osseous dysplasia`$urlId #> [1] "DOID_0060490" #> #> $`Schimke immuno-osseous dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Schimke immuno-osseous dysplasia`$`_parent` #> [1] "DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Schimke immuno-osseous dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Schimke immuno-osseous dysplasia`$children #> list() #> #> $`Schimke immuno-osseous dysplasia`$value #> [1] "Schimke immuno-osseous dysplasia" #> #> #> $`Schimke immuno-osseous dysplasia` #> $`Schimke immuno-osseous dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060490" #> #> $`Schimke immuno-osseous dysplasia`$`_id` #> [1] "DOID_0060490<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Schimke immuno-osseous dysplasia`$privateGeneCount #> [1] 0 #> #> $`Schimke immuno-osseous dysplasia`$publicGeneCount #> [1] 1 #> #> $`Schimke immuno-osseous dysplasia`$urlId #> [1] "DOID_0060490" #> #> $`Schimke immuno-osseous dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Schimke immuno-osseous dysplasia`$`_parent` #> [1] "DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Schimke immuno-osseous dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Schimke immuno-osseous dysplasia`$children #> list() #> #> $`Schimke immuno-osseous dysplasia`$value #> [1] "Schimke immuno-osseous dysplasia" #> #> #> $schistosomiasis #> $schistosomiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1395" #> #> $schistosomiasis$`_id` #> [1] "DOID_1395<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $schistosomiasis$privateGeneCount #> [1] 0 #> #> $schistosomiasis$publicGeneCount #> [1] 9 #> #> $schistosomiasis$urlId #> [1] "DOID_1395" #> #> $schistosomiasis$dbPhenotype #> [1] TRUE #> #> $schistosomiasis$`_parent` #> [1] "DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $schistosomiasis$`_is_leaf` #> [1] FALSE #> #> $schistosomiasis$children #> $schistosomiasis$children[[1]] #> [1] "DOID_1394<DOID_1395<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> #> $schistosomiasis$value #> [1] "schistosomiasis" #> #> #> $Schizencephaly #> $Schizencephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010636" #> #> $Schizencephaly$`_id` #> [1] "HP_0010636<HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Schizencephaly$privateGeneCount #> [1] 0 #> #> $Schizencephaly$publicGeneCount #> [1] 3 #> #> $Schizencephaly$urlId #> [1] "HP_0010636" #> #> $Schizencephaly$dbPhenotype #> [1] TRUE #> #> $Schizencephaly$`_parent` #> [1] "HP_0002060<HP_0100547<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Schizencephaly$`_is_leaf` #> [1] TRUE #> #> $Schizencephaly$children #> list() #> #> $Schizencephaly$value #> [1] "Schizencephaly" #> #> #> $`schizoaffective disorder` #> $`schizoaffective disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5418" #> #> $`schizoaffective disorder`$`_id` #> [1] "DOID_5418<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`schizoaffective disorder`$privateGeneCount #> [1] 0 #> #> $`schizoaffective disorder`$publicGeneCount #> [1] 17 #> #> $`schizoaffective disorder`$urlId #> [1] "DOID_5418" #> #> $`schizoaffective disorder`$dbPhenotype #> [1] TRUE #> #> $`schizoaffective disorder`$`_parent` #> [1] "DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`schizoaffective disorder`$`_is_leaf` #> [1] TRUE #> #> $`schizoaffective disorder`$children #> list() #> #> $`schizoaffective disorder`$value #> [1] "schizoaffective disorder" #> #> #> $schizophrenia #> $schizophrenia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5419" #> #> $schizophrenia$`_id` #> [1] "DOID_5419<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $schizophrenia$privateGeneCount #> [1] 0 #> #> $schizophrenia$publicGeneCount #> [1] 303 #> #> $schizophrenia$urlId #> [1] "DOID_5419" #> #> $schizophrenia$dbPhenotype #> [1] TRUE #> #> $schizophrenia$`_parent` #> [1] "DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $schizophrenia$`_is_leaf` #> [1] FALSE #> #> $schizophrenia$children #> $schizophrenia$children[[1]] #> [1] "DOID_1229<DOID_5419<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> #> $schizophrenia$value #> [1] "schizophrenia" #> #> #> $`schizophreniform disorder` #> $`schizophreniform disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11328" #> #> $`schizophreniform disorder`$`_id` #> [1] "DOID_11328<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`schizophreniform disorder`$privateGeneCount #> [1] 0 #> #> $`schizophreniform disorder`$publicGeneCount #> [1] 17 #> #> $`schizophreniform disorder`$urlId #> [1] "DOID_11328" #> #> $`schizophreniform disorder`$dbPhenotype #> [1] TRUE #> #> $`schizophreniform disorder`$`_parent` #> [1] "DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`schizophreniform disorder`$`_is_leaf` #> [1] TRUE #> #> $`schizophreniform disorder`$children #> list() #> #> $`schizophreniform disorder`$value #> [1] "schizophreniform disorder" #> #> #> $`schizotypal personality disorder` #> $`schizotypal personality disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10646" #> #> $`schizotypal personality disorder`$`_id` #> [1] "DOID_10646<DOID_1510<DOID_150<DOID_4" #> #> $`schizotypal personality disorder`$privateGeneCount #> [1] 0 #> #> $`schizotypal personality disorder`$publicGeneCount #> [1] 1 #> #> $`schizotypal personality disorder`$urlId #> [1] "DOID_10646" #> #> $`schizotypal personality disorder`$dbPhenotype #> [1] TRUE #> #> $`schizotypal personality disorder`$`_parent` #> [1] "DOID_1510<DOID_150<DOID_4" #> #> $`schizotypal personality disorder`$`_is_leaf` #> [1] TRUE #> #> $`schizotypal personality disorder`$children #> list() #> #> $`schizotypal personality disorder`$value #> [1] "schizotypal personality disorder" #> #> #> $`Schmid metaphyseal chondrodysplasia` #> $`Schmid metaphyseal chondrodysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080021" #> #> $`Schmid metaphyseal chondrodysplasia`$`_id` #> [1] "DOID_0080021<DOID_0080019<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Schmid metaphyseal chondrodysplasia`$privateGeneCount #> [1] 0 #> #> $`Schmid metaphyseal chondrodysplasia`$publicGeneCount #> [1] 1 #> #> $`Schmid metaphyseal chondrodysplasia`$urlId #> [1] "DOID_0080021" #> #> $`Schmid metaphyseal chondrodysplasia`$dbPhenotype #> [1] TRUE #> #> $`Schmid metaphyseal chondrodysplasia`$`_parent` #> [1] "DOID_0080019<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Schmid metaphyseal chondrodysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Schmid metaphyseal chondrodysplasia`$children #> list() #> #> $`Schmid metaphyseal chondrodysplasia`$value #> [1] "Schmid metaphyseal chondrodysplasia" #> #> #> $`schneckenbecken dysplasia` #> $`schneckenbecken dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050775" #> #> $`schneckenbecken dysplasia`$`_id` #> [1] "DOID_0050775<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`schneckenbecken dysplasia`$privateGeneCount #> [1] 0 #> #> $`schneckenbecken dysplasia`$publicGeneCount #> [1] 1 #> #> $`schneckenbecken dysplasia`$urlId #> [1] "DOID_0050775" #> #> $`schneckenbecken dysplasia`$dbPhenotype #> [1] TRUE #> #> $`schneckenbecken dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`schneckenbecken dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`schneckenbecken dysplasia`$children #> list() #> #> $`schneckenbecken dysplasia`$value #> [1] "schneckenbecken dysplasia" #> #> #> $`Schnitzler syndrome` #> $`Schnitzler syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4371" #> #> $`Schnitzler syndrome`$`_id` #> [1] "DOID_4371<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Schnitzler syndrome`$privateGeneCount #> [1] 0 #> #> $`Schnitzler syndrome`$publicGeneCount #> [1] 2 #> #> $`Schnitzler syndrome`$urlId #> [1] "DOID_4371" #> #> $`Schnitzler syndrome`$dbPhenotype #> [1] TRUE #> #> $`Schnitzler syndrome`$`_parent` #> [1] "DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Schnitzler syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Schnitzler syndrome`$children #> list() #> #> $`Schnitzler syndrome`$value #> [1] "Schnitzler syndrome" #> #> #> $`Schnyder corneal dystrophy` #> $`Schnyder corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060456" #> #> $`Schnyder corneal dystrophy`$`_id` #> [1] "DOID_0060456<DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Schnyder corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`Schnyder corneal dystrophy`$publicGeneCount #> [1] 1 #> #> $`Schnyder corneal dystrophy`$urlId #> [1] "DOID_0060456" #> #> $`Schnyder corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Schnyder corneal dystrophy`$`_parent` #> [1] "DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Schnyder corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Schnyder corneal dystrophy`$children #> list() #> #> $`Schnyder corneal dystrophy`$value #> [1] "Schnyder corneal dystrophy" #> #> #> $`sciatic neuropathy` #> $`sciatic neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11446" #> #> $`sciatic neuropathy`$`_id` #> [1] "DOID_11446<DOID_12528<DOID_9473<DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`sciatic neuropathy`$privateGeneCount #> [1] 0 #> #> $`sciatic neuropathy`$publicGeneCount #> [1] 9 #> #> $`sciatic neuropathy`$urlId #> [1] "DOID_11446" #> #> $`sciatic neuropathy`$dbPhenotype #> [1] TRUE #> #> $`sciatic neuropathy`$`_parent` #> [1] "DOID_12528<DOID_9473<DOID_1802<DOID_1188<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`sciatic neuropathy`$`_is_leaf` #> [1] TRUE #> #> $`sciatic neuropathy`$children #> list() #> #> $`sciatic neuropathy`$value #> [1] "sciatic neuropathy" #> #> #> $`scleral disease` #> $`scleral disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11343" #> #> $`scleral disease`$`_id` #> [1] "DOID_11343<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`scleral disease`$privateGeneCount #> [1] 0 #> #> $`scleral disease`$publicGeneCount #> [1] 1 #> #> $`scleral disease`$urlId #> [1] "DOID_11343" #> #> $`scleral disease`$dbPhenotype #> [1] FALSE #> #> $`scleral disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`scleral disease`$`_is_leaf` #> [1] FALSE #> #> $`scleral disease`$children #> $`scleral disease`$children[[1]] #> [1] "DOID_13452<DOID_11343<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`scleral disease`$value #> [1] "scleral disease" #> #> #> $scleritis #> $scleritis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13452" #> #> $scleritis$`_id` #> [1] "DOID_13452<DOID_11343<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $scleritis$privateGeneCount #> [1] 0 #> #> $scleritis$publicGeneCount #> [1] 1 #> #> $scleritis$urlId #> [1] "DOID_13452" #> #> $scleritis$dbPhenotype #> [1] TRUE #> #> $scleritis$`_parent` #> [1] "DOID_11343<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $scleritis$`_is_leaf` #> [1] TRUE #> #> $scleritis$children #> list() #> #> $scleritis$value #> [1] "scleritis" #> #> #> $scleroderma #> $scleroderma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_419" #> #> $scleroderma$`_id` #> [1] "DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $scleroderma$privateGeneCount #> [1] 0 #> #> $scleroderma$publicGeneCount #> [1] 89 #> #> $scleroderma$urlId #> [1] "DOID_419" #> #> $scleroderma$dbPhenotype #> [1] TRUE #> #> $scleroderma$`_parent` #> [1] "DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $scleroderma$`_is_leaf` #> [1] FALSE #> #> $scleroderma$children #> $scleroderma$children[[1]] #> [1] "DOID_8472<DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $scleroderma$children[[2]] #> [1] "DOID_418<DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $scleroderma$value #> [1] "scleroderma" #> #> #> $`sclerosing cholangitis` #> $`sclerosing cholangitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14268" #> #> $`sclerosing cholangitis`$`_id` #> [1] "DOID_14268<DOID_9446<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`sclerosing cholangitis`$privateGeneCount #> [1] 0 #> #> $`sclerosing cholangitis`$publicGeneCount #> [1] 7 #> #> $`sclerosing cholangitis`$urlId #> [1] "DOID_14268" #> #> $`sclerosing cholangitis`$dbPhenotype #> [1] TRUE #> #> $`sclerosing cholangitis`$`_parent` #> [1] "DOID_9446<DOID_4138<DOID_9741<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`sclerosing cholangitis`$`_is_leaf` #> [1] TRUE #> #> $`sclerosing cholangitis`$children #> list() #> #> $`sclerosing cholangitis`$value #> [1] "sclerosing cholangitis" #> #> #> $sclerosteosis #> $sclerosteosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060251" #> #> $sclerosteosis$`_id` #> [1] "DOID_0060251<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $sclerosteosis$privateGeneCount #> [1] 0 #> #> $sclerosteosis$publicGeneCount #> [1] 2 #> #> $sclerosteosis$urlId #> [1] "DOID_0060251" #> #> $sclerosteosis$dbPhenotype #> [1] TRUE #> #> $sclerosteosis$`_parent` #> [1] "DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $sclerosteosis$`_is_leaf` #> [1] TRUE #> #> $sclerosteosis$children #> list() #> #> $sclerosteosis$value #> [1] "sclerosteosis" #> #> #> $Scoliosis #> $Scoliosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002650" #> #> $Scoliosis$`_id` #> [1] "HP_0002650<HP_0010674<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Scoliosis$privateGeneCount #> [1] 0 #> #> $Scoliosis$publicGeneCount #> [1] 7 #> #> $Scoliosis$urlId #> [1] "HP_0002650" #> #> $Scoliosis$dbPhenotype #> [1] TRUE #> #> $Scoliosis$`_parent` #> [1] "HP_0010674<HP_0000925<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Scoliosis$`_is_leaf` #> [1] TRUE #> #> $Scoliosis$children #> list() #> #> $Scoliosis$value #> [1] "Scoliosis" #> #> #> $scrapie #> $scrapie$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5434" #> #> $scrapie$`_id` #> [1] "DOID_5434<DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $scrapie$privateGeneCount #> [1] 0 #> #> $scrapie$publicGeneCount #> [1] 3 #> #> $scrapie$urlId #> [1] "DOID_5434" #> #> $scrapie$dbPhenotype #> [1] TRUE #> #> $scrapie$`_parent` #> [1] "DOID_649<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $scrapie$`_is_leaf` #> [1] TRUE #> #> $scrapie$children #> list() #> #> $scrapie$value #> [1] "scrapie" #> #> #> $`sea-blue histiocytosis` #> $`sea-blue histiocytosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4423" #> #> $`sea-blue histiocytosis`$`_id` #> [1] "DOID_4423<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`sea-blue histiocytosis`$privateGeneCount #> [1] 0 #> #> $`sea-blue histiocytosis`$publicGeneCount #> [1] 1 #> #> $`sea-blue histiocytosis`$urlId #> [1] "DOID_4423" #> #> $`sea-blue histiocytosis`$dbPhenotype #> [1] TRUE #> #> $`sea-blue histiocytosis`$`_parent` #> [1] "DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`sea-blue histiocytosis`$`_is_leaf` #> [1] TRUE #> #> $`sea-blue histiocytosis`$children #> list() #> #> $`sea-blue histiocytosis`$value #> [1] "sea-blue histiocytosis" #> #> #> $`sebaceous gland disease` #> $`sebaceous gland disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9098" #> #> $`sebaceous gland disease`$`_id` #> [1] "DOID_9098<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sebaceous gland disease`$privateGeneCount #> [1] 0 #> #> $`sebaceous gland disease`$publicGeneCount #> [1] 9 #> #> $`sebaceous gland disease`$urlId #> [1] "DOID_9098" #> #> $`sebaceous gland disease`$dbPhenotype #> [1] FALSE #> #> $`sebaceous gland disease`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sebaceous gland disease`$`_is_leaf` #> [1] FALSE #> #> $`sebaceous gland disease`$children #> $`sebaceous gland disease`$children[[1]] #> [1] "DOID_6543<DOID_9098<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`sebaceous gland disease`$value #> [1] "sebaceous gland disease" #> #> #> $`sebaceous gland neoplasm` #> $`sebaceous gland neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5759" #> #> $`sebaceous gland neoplasm`$`_id` #> [1] "DOID_5759<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`sebaceous gland neoplasm`$privateGeneCount #> [1] 0 #> #> $`sebaceous gland neoplasm`$publicGeneCount #> [1] 2 #> #> $`sebaceous gland neoplasm`$urlId #> [1] "DOID_5759" #> #> $`sebaceous gland neoplasm`$dbPhenotype #> [1] TRUE #> #> $`sebaceous gland neoplasm`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`sebaceous gland neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`sebaceous gland neoplasm`$children #> list() #> #> $`sebaceous gland neoplasm`$value #> [1] "sebaceous gland neoplasm" #> #> #> $`sebaceous gland neoplasm` #> $`sebaceous gland neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5759" #> #> $`sebaceous gland neoplasm`$`_id` #> [1] "DOID_5759<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`sebaceous gland neoplasm`$privateGeneCount #> [1] 0 #> #> $`sebaceous gland neoplasm`$publicGeneCount #> [1] 2 #> #> $`sebaceous gland neoplasm`$urlId #> [1] "DOID_5759" #> #> $`sebaceous gland neoplasm`$dbPhenotype #> [1] TRUE #> #> $`sebaceous gland neoplasm`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`sebaceous gland neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`sebaceous gland neoplasm`$children #> list() #> #> $`sebaceous gland neoplasm`$value #> [1] "sebaceous gland neoplasm" #> #> #> $`sebaceous gland neoplasm` #> $`sebaceous gland neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5759" #> #> $`sebaceous gland neoplasm`$`_id` #> [1] "DOID_5759<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sebaceous gland neoplasm`$privateGeneCount #> [1] 0 #> #> $`sebaceous gland neoplasm`$publicGeneCount #> [1] 2 #> #> $`sebaceous gland neoplasm`$urlId #> [1] "DOID_5759" #> #> $`sebaceous gland neoplasm`$dbPhenotype #> [1] TRUE #> #> $`sebaceous gland neoplasm`$`_parent` #> [1] "DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sebaceous gland neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`sebaceous gland neoplasm`$children #> list() #> #> $`sebaceous gland neoplasm`$value #> [1] "sebaceous gland neoplasm" #> #> #> $`seborrheic dermatitis` #> $`seborrheic dermatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8741" #> #> $`seborrheic dermatitis`$`_id` #> [1] "DOID_8741<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`seborrheic dermatitis`$privateGeneCount #> [1] 0 #> #> $`seborrheic dermatitis`$publicGeneCount #> [1] 2 #> #> $`seborrheic dermatitis`$urlId #> [1] "DOID_8741" #> #> $`seborrheic dermatitis`$dbPhenotype #> [1] TRUE #> #> $`seborrheic dermatitis`$`_parent` #> [1] "DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`seborrheic dermatitis`$`_is_leaf` #> [1] TRUE #> #> $`seborrheic dermatitis`$children #> list() #> #> $`seborrheic dermatitis`$value #> [1] "seborrheic dermatitis" #> #> #> $`seborrheic keratosis` #> $`seborrheic keratosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6498" #> #> $`seborrheic keratosis`$`_id` #> [1] "DOID_6498<DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`seborrheic keratosis`$privateGeneCount #> [1] 0 #> #> $`seborrheic keratosis`$publicGeneCount #> [1] 2 #> #> $`seborrheic keratosis`$urlId #> [1] "DOID_6498" #> #> $`seborrheic keratosis`$dbPhenotype #> [1] TRUE #> #> $`seborrheic keratosis`$`_parent` #> [1] "DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`seborrheic keratosis`$`_is_leaf` #> [1] TRUE #> #> $`seborrheic keratosis`$children #> list() #> #> $`seborrheic keratosis`$value #> [1] "seborrheic keratosis" #> #> #> $`seborrheic keratosis` #> $`seborrheic keratosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6498" #> #> $`seborrheic keratosis`$`_id` #> [1] "DOID_6498<DOID_174<DOID_3168<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`seborrheic keratosis`$privateGeneCount #> [1] 0 #> #> $`seborrheic keratosis`$publicGeneCount #> [1] 2 #> #> $`seborrheic keratosis`$urlId #> [1] "DOID_6498" #> #> $`seborrheic keratosis`$dbPhenotype #> [1] TRUE #> #> $`seborrheic keratosis`$`_parent` #> [1] "DOID_174<DOID_3168<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`seborrheic keratosis`$`_is_leaf` #> [1] TRUE #> #> $`seborrheic keratosis`$children #> list() #> #> $`seborrheic keratosis`$value #> [1] "seborrheic keratosis" #> #> #> $`seborrheic keratosis` #> $`seborrheic keratosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6498" #> #> $`seborrheic keratosis`$`_id` #> [1] "DOID_6498<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`seborrheic keratosis`$privateGeneCount #> [1] 0 #> #> $`seborrheic keratosis`$publicGeneCount #> [1] 2 #> #> $`seborrheic keratosis`$urlId #> [1] "DOID_6498" #> #> $`seborrheic keratosis`$dbPhenotype #> [1] TRUE #> #> $`seborrheic keratosis`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`seborrheic keratosis`$`_is_leaf` #> [1] TRUE #> #> $`seborrheic keratosis`$children #> list() #> #> $`seborrheic keratosis`$value #> [1] "seborrheic keratosis" #> #> #> $`seborrheic keratosis` #> $`seborrheic keratosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6498" #> #> $`seborrheic keratosis`$`_id` #> [1] "DOID_6498<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`seborrheic keratosis`$privateGeneCount #> [1] 0 #> #> $`seborrheic keratosis`$publicGeneCount #> [1] 2 #> #> $`seborrheic keratosis`$urlId #> [1] "DOID_6498" #> #> $`seborrheic keratosis`$dbPhenotype #> [1] TRUE #> #> $`seborrheic keratosis`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`seborrheic keratosis`$`_is_leaf` #> [1] TRUE #> #> $`seborrheic keratosis`$children #> list() #> #> $`seborrheic keratosis`$value #> [1] "seborrheic keratosis" #> #> #> $`seborrheic keratosis` #> $`seborrheic keratosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6498" #> #> $`seborrheic keratosis`$`_id` #> [1] "DOID_6498<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`seborrheic keratosis`$privateGeneCount #> [1] 0 #> #> $`seborrheic keratosis`$publicGeneCount #> [1] 2 #> #> $`seborrheic keratosis`$urlId #> [1] "DOID_6498" #> #> $`seborrheic keratosis`$dbPhenotype #> [1] TRUE #> #> $`seborrheic keratosis`$`_parent` #> [1] "DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`seborrheic keratosis`$`_is_leaf` #> [1] TRUE #> #> $`seborrheic keratosis`$children #> list() #> #> $`seborrheic keratosis`$value #> [1] "seborrheic keratosis" #> #> #> $`Seckel syndrome` #> $`Seckel syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050569" #> #> $`Seckel syndrome`$`_id` #> [1] "DOID_0050569<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Seckel syndrome`$privateGeneCount #> [1] 0 #> #> $`Seckel syndrome`$publicGeneCount #> [1] 9 #> #> $`Seckel syndrome`$urlId #> [1] "DOID_0050569" #> #> $`Seckel syndrome`$dbPhenotype #> [1] TRUE #> #> $`Seckel syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Seckel syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Seckel syndrome`$children #> list() #> #> $`Seckel syndrome`$value #> [1] "Seckel syndrome" #> #> #> $`Seckel syndrome` #> $`Seckel syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050569" #> #> $`Seckel syndrome`$`_id` #> [1] "DOID_0050569<DOID_225<DOID_4" #> #> $`Seckel syndrome`$privateGeneCount #> [1] 0 #> #> $`Seckel syndrome`$publicGeneCount #> [1] 9 #> #> $`Seckel syndrome`$urlId #> [1] "DOID_0050569" #> #> $`Seckel syndrome`$dbPhenotype #> [1] TRUE #> #> $`Seckel syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Seckel syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Seckel syndrome`$children #> list() #> #> $`Seckel syndrome`$value #> [1] "Seckel syndrome" #> #> #> $`secondary hyperparathyroidism` #> $`secondary hyperparathyroidism`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12466" #> #> $`secondary hyperparathyroidism`$`_id` #> [1] "DOID_12466<DOID_13543<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`secondary hyperparathyroidism`$privateGeneCount #> [1] 0 #> #> $`secondary hyperparathyroidism`$publicGeneCount #> [1] 9 #> #> $`secondary hyperparathyroidism`$urlId #> [1] "DOID_12466" #> #> $`secondary hyperparathyroidism`$dbPhenotype #> [1] TRUE #> #> $`secondary hyperparathyroidism`$`_parent` #> [1] "DOID_13543<DOID_11201<DOID_28<DOID_7<DOID_4" #> #> $`secondary hyperparathyroidism`$`_is_leaf` #> [1] TRUE #> #> $`secondary hyperparathyroidism`$children #> list() #> #> $`secondary hyperparathyroidism`$value #> [1] "secondary hyperparathyroidism" #> #> #> $`secondary hypertension` #> $`secondary hypertension`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11130" #> #> $`secondary hypertension`$`_id` #> [1] "DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`secondary hypertension`$privateGeneCount #> [1] 0 #> #> $`secondary hypertension`$publicGeneCount #> [1] 16 #> #> $`secondary hypertension`$urlId #> [1] "DOID_11130" #> #> $`secondary hypertension`$dbPhenotype #> [1] FALSE #> #> $`secondary hypertension`$`_parent` #> [1] "DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`secondary hypertension`$`_is_leaf` #> [1] FALSE #> #> $`secondary hypertension`$children #> $`secondary hypertension`$children[[1]] #> [1] "DOID_1073<DOID_11130<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`secondary hypertension`$value #> [1] "secondary hypertension" #> #> #> $`secondary Parkinson disease` #> $`secondary Parkinson disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13548" #> #> $`secondary Parkinson disease`$`_id` #> [1] "DOID_13548<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`secondary Parkinson disease`$privateGeneCount #> [1] 0 #> #> $`secondary Parkinson disease`$publicGeneCount #> [1] 5 #> #> $`secondary Parkinson disease`$urlId #> [1] "DOID_13548" #> #> $`secondary Parkinson disease`$dbPhenotype #> [1] TRUE #> #> $`secondary Parkinson disease`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`secondary Parkinson disease`$`_is_leaf` #> [1] TRUE #> #> $`secondary Parkinson disease`$children #> list() #> #> $`secondary Parkinson disease`$value #> [1] "secondary Parkinson disease" #> #> #> $`secretory diarrhea` #> $`secretory diarrhea`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050129" #> #> $`secretory diarrhea`$`_id` #> [1] "DOID_0050129<DOID_13250<DOID_77<DOID_7<DOID_4" #> #> $`secretory diarrhea`$privateGeneCount #> [1] 0 #> #> $`secretory diarrhea`$publicGeneCount #> [1] 1 #> #> $`secretory diarrhea`$urlId #> [1] "DOID_0050129" #> #> $`secretory diarrhea`$dbPhenotype #> [1] FALSE #> #> $`secretory diarrhea`$`_parent` #> [1] "DOID_13250<DOID_77<DOID_7<DOID_4" #> #> $`secretory diarrhea`$`_is_leaf` #> [1] FALSE #> #> $`secretory diarrhea`$children #> $`secretory diarrhea`$children[[1]] #> [1] "DOID_0060296<DOID_0050129<DOID_13250<DOID_77<DOID_7<DOID_4" #> #> #> $`secretory diarrhea`$value #> [1] "secretory diarrhea" #> #> #> $`secretory meningioma` #> $`secretory meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4588" #> #> $`secretory meningioma`$`_id` #> [1] "DOID_4588<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`secretory meningioma`$privateGeneCount #> [1] 0 #> #> $`secretory meningioma`$publicGeneCount #> [1] 16 #> #> $`secretory meningioma`$urlId #> [1] "DOID_4588" #> #> $`secretory meningioma`$dbPhenotype #> [1] TRUE #> #> $`secretory meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`secretory meningioma`$`_is_leaf` #> [1] TRUE #> #> $`secretory meningioma`$children #> list() #> #> $`secretory meningioma`$value #> [1] "secretory meningioma" #> #> #> $`secretory meningioma` #> $`secretory meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4588" #> #> $`secretory meningioma`$`_id` #> [1] "DOID_4588<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`secretory meningioma`$privateGeneCount #> [1] 0 #> #> $`secretory meningioma`$publicGeneCount #> [1] 16 #> #> $`secretory meningioma`$urlId #> [1] "DOID_4588" #> #> $`secretory meningioma`$dbPhenotype #> [1] TRUE #> #> $`secretory meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`secretory meningioma`$`_is_leaf` #> [1] TRUE #> #> $`secretory meningioma`$children #> list() #> #> $`secretory meningioma`$value #> [1] "secretory meningioma" #> #> #> $`secretory meningioma` #> $`secretory meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4588" #> #> $`secretory meningioma`$`_id` #> [1] "DOID_4588<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`secretory meningioma`$privateGeneCount #> [1] 0 #> #> $`secretory meningioma`$publicGeneCount #> [1] 16 #> #> $`secretory meningioma`$urlId #> [1] "DOID_4588" #> #> $`secretory meningioma`$dbPhenotype #> [1] TRUE #> #> $`secretory meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`secretory meningioma`$`_is_leaf` #> [1] TRUE #> #> $`secretory meningioma`$children #> list() #> #> $`secretory meningioma`$value #> [1] "secretory meningioma" #> #> #> $Seizure #> $Seizure$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001250" #> #> $Seizure$`_id` #> [1] "HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Seizure$privateGeneCount #> [1] 0 #> #> $Seizure$publicGeneCount #> [1] 65 #> #> $Seizure$urlId #> [1] "HP_0001250" #> #> $Seizure$dbPhenotype #> [1] TRUE #> #> $Seizure$`_parent` #> [1] "HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Seizure$`_is_leaf` #> [1] FALSE #> #> $Seizure$children #> $Seizure$children[[1]] #> [1] "HP_0011146<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Seizure$children[[2]] #> [1] "HP_0007359<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Seizure$children[[3]] #> [1] "HP_0002197<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Seizure$children[[4]] #> [1] "HP_0032892<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Seizure$children[[5]] #> [1] "HP_0020219<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Seizure$value #> [1] "Seizure" #> #> #> $`Seizure precipitated by febrile infection` #> $`Seizure precipitated by febrile infection`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032894" #> #> $`Seizure precipitated by febrile infection`$`_id` #> [1] "HP_0032894<HP_0032892<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Seizure precipitated by febrile infection`$privateGeneCount #> [1] 0 #> #> $`Seizure precipitated by febrile infection`$publicGeneCount #> [1] 35 #> #> $`Seizure precipitated by febrile infection`$urlId #> [1] "HP_0032894" #> #> $`Seizure precipitated by febrile infection`$dbPhenotype #> [1] FALSE #> #> $`Seizure precipitated by febrile infection`$`_parent` #> [1] "HP_0032892<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Seizure precipitated by febrile infection`$`_is_leaf` #> [1] FALSE #> #> $`Seizure precipitated by febrile infection`$children #> $`Seizure precipitated by febrile infection`$children[[1]] #> [1] "HP_0002373<HP_0032894<HP_0032892<HP_0001250<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Seizure precipitated by febrile infection`$value #> [1] "Seizure precipitated by febrile infection" #> #> #> $seizures #> $seizures$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002064" #> #> $seizures$`_id` #> [1] "MP_0002064<MP_0003633<MP_0003631<MP_0000001" #> #> $seizures$privateGeneCount #> [1] 0 #> #> $seizures$publicGeneCount #> [1] 1 #> #> $seizures$urlId #> [1] "MP_0002064" #> #> $seizures$dbPhenotype #> [1] TRUE #> #> $seizures$`_parent` #> [1] "MP_0003633<MP_0003631<MP_0000001" #> #> $seizures$`_is_leaf` #> [1] TRUE #> #> $seizures$children #> list() #> #> $seizures$value #> [1] "seizures" #> #> #> $seizures #> $seizures$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0002064" #> #> $seizures$`_id` #> [1] "MP_0002064<MP_0004924<MP_0005386<MP_0000001" #> #> $seizures$privateGeneCount #> [1] 0 #> #> $seizures$publicGeneCount #> [1] 1 #> #> $seizures$urlId #> [1] "MP_0002064" #> #> $seizures$dbPhenotype #> [1] TRUE #> #> $seizures$`_parent` #> [1] "MP_0004924<MP_0005386<MP_0000001" #> #> $seizures$`_is_leaf` #> [1] TRUE #> #> $seizures$children #> list() #> #> $seizures$value #> [1] "seizures" #> #> #> $`selective IgA deficiency disease` #> $`selective IgA deficiency disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11701" #> #> $`selective IgA deficiency disease`$`_id` #> [1] "DOID_11701<DOID_11702<DOID_6025<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`selective IgA deficiency disease`$privateGeneCount #> [1] 0 #> #> $`selective IgA deficiency disease`$publicGeneCount #> [1] 2 #> #> $`selective IgA deficiency disease`$urlId #> [1] "DOID_11701" #> #> $`selective IgA deficiency disease`$dbPhenotype #> [1] TRUE #> #> $`selective IgA deficiency disease`$`_parent` #> [1] "DOID_11702<DOID_6025<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`selective IgA deficiency disease`$`_is_leaf` #> [1] TRUE #> #> $`selective IgA deficiency disease`$children #> list() #> #> $`selective IgA deficiency disease`$value #> [1] "selective IgA deficiency disease" #> #> #> $`selective immunoglobulin deficiency disease` #> $`selective immunoglobulin deficiency disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6025" #> #> $`selective immunoglobulin deficiency disease`$`_id` #> [1] "DOID_6025<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`selective immunoglobulin deficiency disease`$privateGeneCount #> [1] 0 #> #> $`selective immunoglobulin deficiency disease`$publicGeneCount #> [1] 6 #> #> $`selective immunoglobulin deficiency disease`$urlId #> [1] "DOID_6025" #> #> $`selective immunoglobulin deficiency disease`$dbPhenotype #> [1] FALSE #> #> $`selective immunoglobulin deficiency disease`$`_parent` #> [1] "DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`selective immunoglobulin deficiency disease`$`_is_leaf` #> [1] FALSE #> #> $`selective immunoglobulin deficiency disease`$children #> $`selective immunoglobulin deficiency disease`$children[[1]] #> [1] "DOID_11702<DOID_6025<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`selective immunoglobulin deficiency disease`$value #> [1] "selective immunoglobulin deficiency disease" #> #> #> $seminoma #> $seminoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4440" #> #> $seminoma$`_id` #> [1] "DOID_4440<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $seminoma$privateGeneCount #> [1] 0 #> #> $seminoma$publicGeneCount #> [1] 30 #> #> $seminoma$urlId #> [1] "DOID_4440" #> #> $seminoma$dbPhenotype #> [1] TRUE #> #> $seminoma$`_parent` #> [1] "DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $seminoma$`_is_leaf` #> [1] TRUE #> #> $seminoma$children #> list() #> #> $seminoma$value #> [1] "seminoma" #> #> #> $`Senior-Loken syndrome` #> $`Senior-Loken syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050576" #> #> $`Senior-Loken syndrome`$`_id` #> [1] "DOID_0050576<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Senior-Loken syndrome`$privateGeneCount #> [1] 0 #> #> $`Senior-Loken syndrome`$publicGeneCount #> [1] 7 #> #> $`Senior-Loken syndrome`$urlId #> [1] "DOID_0050576" #> #> $`Senior-Loken syndrome`$dbPhenotype #> [1] TRUE #> #> $`Senior-Loken syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Senior-Loken syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Senior-Loken syndrome`$children #> list() #> #> $`Senior-Loken syndrome`$value #> [1] "Senior-Loken syndrome" #> #> #> $`Senior-Loken syndrome` #> $`Senior-Loken syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050576" #> #> $`Senior-Loken syndrome`$`_id` #> [1] "DOID_0050576<DOID_225<DOID_4" #> #> $`Senior-Loken syndrome`$privateGeneCount #> [1] 0 #> #> $`Senior-Loken syndrome`$publicGeneCount #> [1] 7 #> #> $`Senior-Loken syndrome`$urlId #> [1] "DOID_0050576" #> #> $`Senior-Loken syndrome`$dbPhenotype #> [1] TRUE #> #> $`Senior-Loken syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Senior-Loken syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Senior-Loken syndrome`$children #> list() #> #> $`Senior-Loken syndrome`$value #> [1] "Senior-Loken syndrome" #> #> #> $`Sensenbrenner syndrome` #> $`Sensenbrenner syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050577" #> #> $`Sensenbrenner syndrome`$`_id` #> [1] "DOID_0050577<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Sensenbrenner syndrome`$privateGeneCount #> [1] 0 #> #> $`Sensenbrenner syndrome`$publicGeneCount #> [1] 2 #> #> $`Sensenbrenner syndrome`$urlId #> [1] "DOID_0050577" #> #> $`Sensenbrenner syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sensenbrenner syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Sensenbrenner syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sensenbrenner syndrome`$children #> list() #> #> $`Sensenbrenner syndrome`$value #> [1] "Sensenbrenner syndrome" #> #> #> $`Sensenbrenner syndrome` #> $`Sensenbrenner syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050577" #> #> $`Sensenbrenner syndrome`$`_id` #> [1] "DOID_0050577<DOID_225<DOID_4" #> #> $`Sensenbrenner syndrome`$privateGeneCount #> [1] 0 #> #> $`Sensenbrenner syndrome`$publicGeneCount #> [1] 2 #> #> $`Sensenbrenner syndrome`$urlId #> [1] "DOID_0050577" #> #> $`Sensenbrenner syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sensenbrenner syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Sensenbrenner syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sensenbrenner syndrome`$children #> list() #> #> $`Sensenbrenner syndrome`$value #> [1] "Sensenbrenner syndrome" #> #> #> $`Sensorineural hearing impairment` #> $`Sensorineural hearing impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000407" #> #> $`Sensorineural hearing impairment`$`_id` #> [1] "HP_0000407<HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Sensorineural hearing impairment`$privateGeneCount #> [1] 0 #> #> $`Sensorineural hearing impairment`$publicGeneCount #> [1] 6 #> #> $`Sensorineural hearing impairment`$urlId #> [1] "HP_0000407" #> #> $`Sensorineural hearing impairment`$dbPhenotype #> [1] TRUE #> #> $`Sensorineural hearing impairment`$`_parent` #> [1] "HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $`Sensorineural hearing impairment`$`_is_leaf` #> [1] FALSE #> #> $`Sensorineural hearing impairment`$children #> $`Sensorineural hearing impairment`$children[[1]] #> [1] "HP_0040113<HP_0000407<HP_0000365<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Sensorineural hearing impairment`$value #> [1] "Sensorineural hearing impairment" #> #> #> $`Sensorineural hearing impairment` #> $`Sensorineural hearing impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000407" #> #> $`Sensorineural hearing impairment`$`_id` #> [1] "HP_0000407<HP_0011389<HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Sensorineural hearing impairment`$privateGeneCount #> [1] 0 #> #> $`Sensorineural hearing impairment`$publicGeneCount #> [1] 6 #> #> $`Sensorineural hearing impairment`$urlId #> [1] "HP_0000407" #> #> $`Sensorineural hearing impairment`$dbPhenotype #> [1] TRUE #> #> $`Sensorineural hearing impairment`$`_parent` #> [1] "HP_0011389<HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Sensorineural hearing impairment`$`_is_leaf` #> [1] FALSE #> #> $`Sensorineural hearing impairment`$children #> $`Sensorineural hearing impairment`$children[[1]] #> [1] "HP_0040113<HP_0000407<HP_0011389<HP_0000359<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> #> $`Sensorineural hearing impairment`$value #> [1] "Sensorineural hearing impairment" #> #> #> $`sensorineural hearing loss` #> $`sensorineural hearing loss`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10003" #> #> $`sensorineural hearing loss`$`_id` #> [1] "DOID_10003<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`sensorineural hearing loss`$privateGeneCount #> [1] 0 #> #> $`sensorineural hearing loss`$publicGeneCount #> [1] 80 #> #> $`sensorineural hearing loss`$urlId #> [1] "DOID_10003" #> #> $`sensorineural hearing loss`$dbPhenotype #> [1] TRUE #> #> $`sensorineural hearing loss`$`_parent` #> [1] "DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`sensorineural hearing loss`$`_is_leaf` #> [1] TRUE #> #> $`sensorineural hearing loss`$children #> list() #> #> $`sensorineural hearing loss`$value #> [1] "sensorineural hearing loss" #> #> #> $`Sensory ataxia` #> $`Sensory ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010871" #> #> $`Sensory ataxia`$`_id` #> [1] "HP_0010871<HP_0010831<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Sensory ataxia`$privateGeneCount #> [1] 0 #> #> $`Sensory ataxia`$publicGeneCount #> [1] 1 #> #> $`Sensory ataxia`$urlId #> [1] "HP_0010871" #> #> $`Sensory ataxia`$dbPhenotype #> [1] TRUE #> #> $`Sensory ataxia`$`_parent` #> [1] "HP_0010831<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Sensory ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Sensory ataxia`$children #> list() #> #> $`Sensory ataxia`$value #> [1] "Sensory ataxia" #> #> #> $`Sensory impairment` #> $`Sensory impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003474" #> #> $`Sensory impairment`$`_id` #> [1] "HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Sensory impairment`$privateGeneCount #> [1] 0 #> #> $`Sensory impairment`$publicGeneCount #> [1] 3 #> #> $`Sensory impairment`$urlId #> [1] "HP_0003474" #> #> $`Sensory impairment`$dbPhenotype #> [1] FALSE #> #> $`Sensory impairment`$`_parent` #> [1] "HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Sensory impairment`$`_is_leaf` #> [1] FALSE #> #> $`Sensory impairment`$children #> $`Sensory impairment`$children[[1]] #> [1] "HP_0010832<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Sensory impairment`$children[[2]] #> [1] "HP_0010831<HP_0003474<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Sensory impairment`$value #> [1] "Sensory impairment" #> #> #> $`Sensory neuropathy` #> $`Sensory neuropathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000763" #> #> $`Sensory neuropathy`$`_id` #> [1] "HP_0000763<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Sensory neuropathy`$privateGeneCount #> [1] 0 #> #> $`Sensory neuropathy`$publicGeneCount #> [1] 3 #> #> $`Sensory neuropathy`$urlId #> [1] "HP_0000763" #> #> $`Sensory neuropathy`$dbPhenotype #> [1] TRUE #> #> $`Sensory neuropathy`$`_parent` #> [1] "HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Sensory neuropathy`$`_is_leaf` #> [1] FALSE #> #> $`Sensory neuropathy`$children #> $`Sensory neuropathy`$children[[1]] #> [1] "HP_0003401<HP_0000763<HP_0009830<HP_0000759<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Sensory neuropathy`$value #> [1] "Sensory neuropathy" #> #> #> $`sensory system cancer` #> $`sensory system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060116" #> #> $`sensory system cancer`$`_id` #> [1] "DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`sensory system cancer`$privateGeneCount #> [1] 0 #> #> $`sensory system cancer`$publicGeneCount #> [1] 21 #> #> $`sensory system cancer`$urlId #> [1] "DOID_0060116" #> #> $`sensory system cancer`$dbPhenotype #> [1] FALSE #> #> $`sensory system cancer`$`_parent` #> [1] "DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`sensory system cancer`$`_is_leaf` #> [1] FALSE #> #> $`sensory system cancer`$children #> $`sensory system cancer`$children[[1]] #> [1] "DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`sensory system cancer`$value #> [1] "sensory system cancer" #> #> #> $`sensory system cancer` #> $`sensory system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060116" #> #> $`sensory system cancer`$`_id` #> [1] "DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`sensory system cancer`$privateGeneCount #> [1] 0 #> #> $`sensory system cancer`$publicGeneCount #> [1] 21 #> #> $`sensory system cancer`$urlId #> [1] "DOID_0060116" #> #> $`sensory system cancer`$dbPhenotype #> [1] FALSE #> #> $`sensory system cancer`$`_parent` #> [1] "DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`sensory system cancer`$`_is_leaf` #> [1] FALSE #> #> $`sensory system cancer`$children #> $`sensory system cancer`$children[[1]] #> [1] "DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`sensory system cancer`$value #> [1] "sensory system cancer" #> #> #> $`sensory system cancer` #> $`sensory system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060116" #> #> $`sensory system cancer`$`_id` #> [1] "DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`sensory system cancer`$privateGeneCount #> [1] 0 #> #> $`sensory system cancer`$publicGeneCount #> [1] 21 #> #> $`sensory system cancer`$urlId #> [1] "DOID_0060116" #> #> $`sensory system cancer`$dbPhenotype #> [1] FALSE #> #> $`sensory system cancer`$`_parent` #> [1] "DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`sensory system cancer`$`_is_leaf` #> [1] FALSE #> #> $`sensory system cancer`$children #> $`sensory system cancer`$children[[1]] #> [1] "DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`sensory system cancer`$value #> [1] "sensory system cancer" #> #> #> $`sensory system disease` #> $`sensory system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050155" #> #> $`sensory system disease`$`_id` #> [1] "DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`sensory system disease`$privateGeneCount #> [1] 0 #> #> $`sensory system disease`$publicGeneCount #> [1] 738 #> #> $`sensory system disease`$urlId #> [1] "DOID_0050155" #> #> $`sensory system disease`$dbPhenotype #> [1] FALSE #> #> $`sensory system disease`$`_parent` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`sensory system disease`$`_is_leaf` #> [1] FALSE #> #> $`sensory system disease`$children #> $`sensory system disease`$children[[1]] #> [1] "DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`sensory system disease`$children[[2]] #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`sensory system disease`$children[[3]] #> [1] "DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`sensory system disease`$value #> [1] "sensory system disease" #> #> #> $Sepsis #> $Sepsis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100806" #> #> $Sepsis$`_id` #> [1] "HP_0100806<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $Sepsis$privateGeneCount #> [1] 0 #> #> $Sepsis$publicGeneCount #> [1] 49 #> #> $Sepsis$urlId #> [1] "HP_0100806" #> #> $Sepsis$dbPhenotype #> [1] TRUE #> #> $Sepsis$`_parent` #> [1] "HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $Sepsis$`_is_leaf` #> [1] TRUE #> #> $Sepsis$children #> list() #> #> $Sepsis$value #> [1] "Sepsis" #> #> #> $`septic arthritis` #> $`septic arthritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_813" #> #> $`septic arthritis`$`_id` #> [1] "DOID_813<DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`septic arthritis`$privateGeneCount #> [1] 0 #> #> $`septic arthritis`$publicGeneCount #> [1] 3 #> #> $`septic arthritis`$urlId #> [1] "DOID_813" #> #> $`septic arthritis`$dbPhenotype #> [1] TRUE #> #> $`septic arthritis`$`_parent` #> [1] "DOID_848<DOID_3342<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`septic arthritis`$`_is_leaf` #> [1] TRUE #> #> $`septic arthritis`$children #> list() #> #> $`septic arthritis`$value #> [1] "septic arthritis" #> #> #> $`Septo-optic dysplasia` #> $`Septo-optic dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100842" #> #> $`Septo-optic dysplasia`$`_id` #> [1] "HP_0100842<HP_0000609<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Septo-optic dysplasia`$privateGeneCount #> [1] 0 #> #> $`Septo-optic dysplasia`$publicGeneCount #> [1] 1 #> #> $`Septo-optic dysplasia`$urlId #> [1] "HP_0100842" #> #> $`Septo-optic dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Septo-optic dysplasia`$`_parent` #> [1] "HP_0000609<HP_0002977<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Septo-optic dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Septo-optic dysplasia`$children #> list() #> #> $`Septo-optic dysplasia`$value #> [1] "Septo-optic dysplasia" #> #> #> $`Septo-optic dysplasia` #> $`Septo-optic dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100842" #> #> $`Septo-optic dysplasia`$`_id` #> [1] "HP_0100842<HP_0000609<HP_0008058<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Septo-optic dysplasia`$privateGeneCount #> [1] 0 #> #> $`Septo-optic dysplasia`$publicGeneCount #> [1] 1 #> #> $`Septo-optic dysplasia`$urlId #> [1] "HP_0100842" #> #> $`Septo-optic dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Septo-optic dysplasia`$`_parent` #> [1] "HP_0000609<HP_0008058<HP_0000587<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Septo-optic dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Septo-optic dysplasia`$children #> list() #> #> $`Septo-optic dysplasia`$value #> [1] "Septo-optic dysplasia" #> #> #> $`Septo-optic dysplasia` #> $`Septo-optic dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100842" #> #> $`Septo-optic dysplasia`$`_id` #> [1] "HP_0100842<HP_0000609<HP_0008058<HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Septo-optic dysplasia`$privateGeneCount #> [1] 0 #> #> $`Septo-optic dysplasia`$publicGeneCount #> [1] 1 #> #> $`Septo-optic dysplasia`$urlId #> [1] "HP_0100842" #> #> $`Septo-optic dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Septo-optic dysplasia`$`_parent` #> [1] "HP_0000609<HP_0008058<HP_0008057<HP_0001098<HP_0004329<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Septo-optic dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Septo-optic dysplasia`$children #> list() #> #> $`Septo-optic dysplasia`$value #> [1] "Septo-optic dysplasia" #> #> #> $`Septo-optic dysplasia` #> $`Septo-optic dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100842" #> #> $`Septo-optic dysplasia`$`_id` #> [1] "HP_0100842<HP_0000609<HP_0008058<HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Septo-optic dysplasia`$privateGeneCount #> [1] 0 #> #> $`Septo-optic dysplasia`$publicGeneCount #> [1] 1 #> #> $`Septo-optic dysplasia`$urlId #> [1] "HP_0100842" #> #> $`Septo-optic dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Septo-optic dysplasia`$`_parent` #> [1] "HP_0000609<HP_0008058<HP_0008057<HP_0008056<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Septo-optic dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Septo-optic dysplasia`$children #> list() #> #> $`Septo-optic dysplasia`$value #> [1] "Septo-optic dysplasia" #> #> #> $`serine deficiency` #> $`serine deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050721" #> #> $`serine deficiency`$`_id` #> [1] "DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`serine deficiency`$privateGeneCount #> [1] 0 #> #> $`serine deficiency`$publicGeneCount #> [1] 3 #> #> $`serine deficiency`$urlId #> [1] "DOID_0050721" #> #> $`serine deficiency`$dbPhenotype #> [1] FALSE #> #> $`serine deficiency`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`serine deficiency`$`_is_leaf` #> [1] FALSE #> #> $`serine deficiency`$children #> $`serine deficiency`$children[[1]] #> [1] "DOID_0080076<DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`serine deficiency`$children[[2]] #> [1] "DOID_0080075<DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`serine deficiency`$children[[3]] #> [1] "DOID_0050722<DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`serine deficiency`$children[[4]] #> [1] "DOID_0050723<DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`serine deficiency`$children[[5]] #> [1] "DOID_0050724<DOID_0050721<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $`serine deficiency`$value #> [1] "serine deficiency" #> #> #> $`serous cystadenocarcinoma` #> $`serous cystadenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3114" #> #> $`serous cystadenocarcinoma`$`_id` #> [1] "DOID_3114<DOID_3111<DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`serous cystadenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`serous cystadenocarcinoma`$publicGeneCount #> [1] 5 #> #> $`serous cystadenocarcinoma`$urlId #> [1] "DOID_3114" #> #> $`serous cystadenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`serous cystadenocarcinoma`$`_parent` #> [1] "DOID_3111<DOID_60004<DOID_0080364<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`serous cystadenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`serous cystadenocarcinoma`$children #> list() #> #> $`serous cystadenocarcinoma`$value #> [1] "serous cystadenocarcinoma" #> #> #> $`Sertoli cell-only syndrome` #> $`Sertoli cell-only syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050457" #> #> $`Sertoli cell-only syndrome`$`_id` #> [1] "DOID_0050457<DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`Sertoli cell-only syndrome`$privateGeneCount #> [1] 0 #> #> $`Sertoli cell-only syndrome`$publicGeneCount #> [1] 1 #> #> $`Sertoli cell-only syndrome`$urlId #> [1] "DOID_0050457" #> #> $`Sertoli cell-only syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sertoli cell-only syndrome`$`_parent` #> [1] "DOID_12336<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`Sertoli cell-only syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sertoli cell-only syndrome`$children #> list() #> #> $`Sertoli cell-only syndrome`$value #> [1] "Sertoli cell-only syndrome" #> #> #> $`Sertoli-Leydig cell tumor` #> $`Sertoli-Leydig cell tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2997" #> #> $`Sertoli-Leydig cell tumor`$`_id` #> [1] "DOID_2997<DOID_192<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Sertoli-Leydig cell tumor`$privateGeneCount #> [1] 0 #> #> $`Sertoli-Leydig cell tumor`$publicGeneCount #> [1] 1 #> #> $`Sertoli-Leydig cell tumor`$urlId #> [1] "DOID_2997" #> #> $`Sertoli-Leydig cell tumor`$dbPhenotype #> [1] TRUE #> #> $`Sertoli-Leydig cell tumor`$`_parent` #> [1] "DOID_192<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Sertoli-Leydig cell tumor`$`_is_leaf` #> [1] TRUE #> #> $`Sertoli-Leydig cell tumor`$children #> list() #> #> $`Sertoli-Leydig cell tumor`$value #> [1] "Sertoli-Leydig cell tumor" #> #> #> $`severe acute respiratory syndrome` #> $`severe acute respiratory syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2945" #> #> $`severe acute respiratory syndrome`$`_id` #> [1] "DOID_2945<DOID_0080599<DOID_934<DOID_0050117<DOID_4" #> #> $`severe acute respiratory syndrome`$privateGeneCount #> [1] 0 #> #> $`severe acute respiratory syndrome`$publicGeneCount #> [1] 4 #> #> $`severe acute respiratory syndrome`$urlId #> [1] "DOID_2945" #> #> $`severe acute respiratory syndrome`$dbPhenotype #> [1] TRUE #> #> $`severe acute respiratory syndrome`$`_parent` #> [1] "DOID_0080599<DOID_934<DOID_0050117<DOID_4" #> #> $`severe acute respiratory syndrome`$`_is_leaf` #> [1] TRUE #> #> $`severe acute respiratory syndrome`$children #> list() #> #> $`severe acute respiratory syndrome`$value #> [1] "severe acute respiratory syndrome" #> #> #> $`severe combined immunodeficiency` #> $`severe combined immunodeficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_627" #> #> $`severe combined immunodeficiency`$`_id` #> [1] "DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`severe combined immunodeficiency`$privateGeneCount #> [1] 0 #> #> $`severe combined immunodeficiency`$publicGeneCount #> [1] 23 #> #> $`severe combined immunodeficiency`$urlId #> [1] "DOID_627" #> #> $`severe combined immunodeficiency`$dbPhenotype #> [1] TRUE #> #> $`severe combined immunodeficiency`$`_parent` #> [1] "DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`severe combined immunodeficiency`$`_is_leaf` #> [1] FALSE #> #> $`severe combined immunodeficiency`$children #> $`severe combined immunodeficiency`$children[[1]] #> [1] "DOID_5810<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`severe combined immunodeficiency`$children[[2]] #> [1] "DOID_0060009<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`severe combined immunodeficiency`$children[[3]] #> [1] "DOID_5812<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`severe combined immunodeficiency`$children[[4]] #> [1] "DOID_0060010<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`severe combined immunodeficiency`$children[[5]] #> [1] "DOID_0060020<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`severe combined immunodeficiency`$children[[6]] #> [1] "DOID_0060013<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> #> $`severe combined immunodeficiency`$value #> [1] "severe combined immunodeficiency" #> #> #> $`severe congenital neutropenia` #> $`severe congenital neutropenia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050590" #> #> $`severe congenital neutropenia`$`_id` #> [1] "DOID_0050590<DOID_1227<DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`severe congenital neutropenia`$privateGeneCount #> [1] 0 #> #> $`severe congenital neutropenia`$publicGeneCount #> [1] 7 #> #> $`severe congenital neutropenia`$urlId #> [1] "DOID_0050590" #> #> $`severe congenital neutropenia`$dbPhenotype #> [1] TRUE #> #> $`severe congenital neutropenia`$`_parent` #> [1] "DOID_1227<DOID_12987<DOID_615<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`severe congenital neutropenia`$`_is_leaf` #> [1] TRUE #> #> $`severe congenital neutropenia`$children #> list() #> #> $`severe congenital neutropenia`$value #> [1] "severe congenital neutropenia" #> #> #> $`severe pre-eclampsia` #> $`severe pre-eclampsia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13129" #> #> $`severe pre-eclampsia`$`_id` #> [1] "DOID_13129<DOID_10591<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`severe pre-eclampsia`$privateGeneCount #> [1] 0 #> #> $`severe pre-eclampsia`$publicGeneCount #> [1] 2 #> #> $`severe pre-eclampsia`$urlId #> [1] "DOID_13129" #> #> $`severe pre-eclampsia`$dbPhenotype #> [1] FALSE #> #> $`severe pre-eclampsia`$`_parent` #> [1] "DOID_10591<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`severe pre-eclampsia`$`_is_leaf` #> [1] FALSE #> #> $`severe pre-eclampsia`$children #> $`severe pre-eclampsia`$children[[1]] #> [1] "DOID_13133<DOID_13129<DOID_10591<DOID_10763<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`severe pre-eclampsia`$value #> [1] "severe pre-eclampsia" #> #> #> $`Severe short stature` #> $`Severe short stature`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003510" #> #> $`Severe short stature`$`_id` #> [1] "HP_0003510<HP_0003508<HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Severe short stature`$privateGeneCount #> [1] 0 #> #> $`Severe short stature`$publicGeneCount #> [1] 12 #> #> $`Severe short stature`$urlId #> [1] "HP_0003510" #> #> $`Severe short stature`$dbPhenotype #> [1] TRUE #> #> $`Severe short stature`$`_parent` #> [1] "HP_0003508<HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Severe short stature`$`_is_leaf` #> [1] TRUE #> #> $`Severe short stature`$children #> list() #> #> $`Severe short stature`$value #> [1] "Severe short stature" #> #> #> $`Severe short stature` #> $`Severe short stature`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003510" #> #> $`Severe short stature`$`_id` #> [1] "HP_0003510<HP_0003508<HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Severe short stature`$privateGeneCount #> [1] 0 #> #> $`Severe short stature`$publicGeneCount #> [1] 12 #> #> $`Severe short stature`$urlId #> [1] "HP_0003510" #> #> $`Severe short stature`$dbPhenotype #> [1] TRUE #> #> $`Severe short stature`$`_parent` #> [1] "HP_0003508<HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Severe short stature`$`_is_leaf` #> [1] TRUE #> #> $`Severe short stature`$children #> list() #> #> $`Severe short stature`$value #> [1] "Severe short stature" #> #> #> $`sex cord-gonadal stromal tumor` #> $`sex cord-gonadal stromal tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_192" #> #> $`sex cord-gonadal stromal tumor`$`_id` #> [1] "DOID_192<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`sex cord-gonadal stromal tumor`$privateGeneCount #> [1] 0 #> #> $`sex cord-gonadal stromal tumor`$publicGeneCount #> [1] 12 #> #> $`sex cord-gonadal stromal tumor`$urlId #> [1] "DOID_192" #> #> $`sex cord-gonadal stromal tumor`$dbPhenotype #> [1] FALSE #> #> $`sex cord-gonadal stromal tumor`$`_parent` #> [1] "DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`sex cord-gonadal stromal tumor`$`_is_leaf` #> [1] FALSE #> #> $`sex cord-gonadal stromal tumor`$children #> $`sex cord-gonadal stromal tumor`$children[[1]] #> [1] "DOID_2696<DOID_192<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`sex cord-gonadal stromal tumor`$children[[2]] #> [1] "DOID_2997<DOID_192<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`sex cord-gonadal stromal tumor`$value #> [1] "sex cord-gonadal stromal tumor" #> #> #> $`sexual disorder` #> $`sexual disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060043" #> #> $`sexual disorder`$`_id` #> [1] "DOID_0060043<DOID_150<DOID_4" #> #> $`sexual disorder`$privateGeneCount #> [1] 0 #> #> $`sexual disorder`$publicGeneCount #> [1] 22 #> #> $`sexual disorder`$urlId #> [1] "DOID_0060043" #> #> $`sexual disorder`$dbPhenotype #> [1] FALSE #> #> $`sexual disorder`$`_parent` #> [1] "DOID_150<DOID_4" #> #> $`sexual disorder`$`_is_leaf` #> [1] FALSE #> #> $`sexual disorder`$children #> $`sexual disorder`$children[[1]] #> [1] "DOID_10132<DOID_0060043<DOID_150<DOID_4" #> #> $`sexual disorder`$children[[2]] #> [1] "DOID_1876<DOID_0060043<DOID_150<DOID_4" #> #> #> $`sexual disorder`$value #> [1] "sexual disorder" #> #> #> $`sexual dysfunction` #> $`sexual dysfunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1876" #> #> $`sexual dysfunction`$`_id` #> [1] "DOID_1876<DOID_0060043<DOID_150<DOID_4" #> #> $`sexual dysfunction`$privateGeneCount #> [1] 0 #> #> $`sexual dysfunction`$publicGeneCount #> [1] 17 #> #> $`sexual dysfunction`$urlId #> [1] "DOID_1876" #> #> $`sexual dysfunction`$dbPhenotype #> [1] TRUE #> #> $`sexual dysfunction`$`_parent` #> [1] "DOID_0060043<DOID_150<DOID_4" #> #> $`sexual dysfunction`$`_is_leaf` #> [1] FALSE #> #> $`sexual dysfunction`$children #> $`sexual dysfunction`$children[[1]] #> [1] "DOID_1875<DOID_1876<DOID_0060043<DOID_150<DOID_4" #> #> #> $`sexual dysfunction`$value #> [1] "sexual dysfunction" #> #> #> $`Sezary's disease` #> $`Sezary's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8541" #> #> $`Sezary's disease`$`_id` #> [1] "DOID_8541<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Sezary's disease`$privateGeneCount #> [1] 0 #> #> $`Sezary's disease`$publicGeneCount #> [1] 26 #> #> $`Sezary's disease`$urlId #> [1] "DOID_8541" #> #> $`Sezary's disease`$dbPhenotype #> [1] TRUE #> #> $`Sezary's disease`$`_parent` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Sezary's disease`$`_is_leaf` #> [1] TRUE #> #> $`Sezary's disease`$children #> list() #> #> $`Sezary's disease`$value #> [1] "Sezary's disease" #> #> #> $`Sezary's disease` #> $`Sezary's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8541" #> #> $`Sezary's disease`$`_id` #> [1] "DOID_8541<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Sezary's disease`$privateGeneCount #> [1] 0 #> #> $`Sezary's disease`$publicGeneCount #> [1] 26 #> #> $`Sezary's disease`$urlId #> [1] "DOID_8541" #> #> $`Sezary's disease`$dbPhenotype #> [1] TRUE #> #> $`Sezary's disease`$`_parent` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`Sezary's disease`$`_is_leaf` #> [1] TRUE #> #> $`Sezary's disease`$children #> list() #> #> $`Sezary's disease`$value #> [1] "Sezary's disease" #> #> #> $`Sezary's disease` #> $`Sezary's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8541" #> #> $`Sezary's disease`$`_id` #> [1] "DOID_8541<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Sezary's disease`$privateGeneCount #> [1] 0 #> #> $`Sezary's disease`$publicGeneCount #> [1] 26 #> #> $`Sezary's disease`$urlId #> [1] "DOID_8541" #> #> $`Sezary's disease`$dbPhenotype #> [1] TRUE #> #> $`Sezary's disease`$`_parent` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`Sezary's disease`$`_is_leaf` #> [1] TRUE #> #> $`Sezary's disease`$children #> list() #> #> $`Sezary's disease`$value #> [1] "Sezary's disease" #> #> #> $`Sezary's disease` #> $`Sezary's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8541" #> #> $`Sezary's disease`$`_id` #> [1] "DOID_8541<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Sezary's disease`$privateGeneCount #> [1] 0 #> #> $`Sezary's disease`$publicGeneCount #> [1] 26 #> #> $`Sezary's disease`$urlId #> [1] "DOID_8541" #> #> $`Sezary's disease`$dbPhenotype #> [1] TRUE #> #> $`Sezary's disease`$`_parent` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`Sezary's disease`$`_is_leaf` #> [1] TRUE #> #> $`Sezary's disease`$children #> list() #> #> $`Sezary's disease`$value #> [1] "Sezary's disease" #> #> #> $`Sezary's disease` #> $`Sezary's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8541" #> #> $`Sezary's disease`$`_id` #> [1] "DOID_8541<DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Sezary's disease`$privateGeneCount #> [1] 0 #> #> $`Sezary's disease`$publicGeneCount #> [1] 26 #> #> $`Sezary's disease`$urlId #> [1] "DOID_8541" #> #> $`Sezary's disease`$dbPhenotype #> [1] TRUE #> #> $`Sezary's disease`$`_parent` #> [1] "DOID_0060061<DOID_0050749<DOID_0050743<DOID_0060060<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`Sezary's disease`$`_is_leaf` #> [1] TRUE #> #> $`Sezary's disease`$children #> list() #> #> $`Sezary's disease`$value #> [1] "Sezary's disease" #> #> #> $`Sheehan syndrome` #> $`Sheehan syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9476" #> #> $`Sheehan syndrome`$`_id` #> [1] "DOID_9476<DOID_9406<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`Sheehan syndrome`$privateGeneCount #> [1] 0 #> #> $`Sheehan syndrome`$publicGeneCount #> [1] 4 #> #> $`Sheehan syndrome`$urlId #> [1] "DOID_9476" #> #> $`Sheehan syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sheehan syndrome`$`_parent` #> [1] "DOID_9406<DOID_53<DOID_28<DOID_7<DOID_4" #> #> $`Sheehan syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sheehan syndrome`$children #> list() #> #> $`Sheehan syndrome`$value #> [1] "Sheehan syndrome" #> #> #> $`short bowel syndrome` #> $`short bowel syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10605" #> #> $`short bowel syndrome`$`_id` #> [1] "DOID_10605<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`short bowel syndrome`$privateGeneCount #> [1] 0 #> #> $`short bowel syndrome`$publicGeneCount #> [1] 2 #> #> $`short bowel syndrome`$urlId #> [1] "DOID_10605" #> #> $`short bowel syndrome`$dbPhenotype #> [1] TRUE #> #> $`short bowel syndrome`$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`short bowel syndrome`$`_is_leaf` #> [1] TRUE #> #> $`short bowel syndrome`$children #> list() #> #> $`short bowel syndrome`$value #> [1] "short bowel syndrome" #> #> #> $`Short digit` #> $`Short digit`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011927" #> #> $`Short digit`$`_id` #> [1] "HP_0011927<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Short digit`$privateGeneCount #> [1] 0 #> #> $`Short digit`$publicGeneCount #> [1] 1 #> #> $`Short digit`$urlId #> [1] "HP_0011927" #> #> $`Short digit`$dbPhenotype #> [1] FALSE #> #> $`Short digit`$`_parent` #> [1] "HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Short digit`$`_is_leaf` #> [1] FALSE #> #> $`Short digit`$children #> $`Short digit`$children[[1]] #> [1] "HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Short digit`$value #> [1] "Short digit" #> #> #> $`Short digit` #> $`Short digit`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011927" #> #> $`Short digit`$`_id` #> [1] "HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Short digit`$privateGeneCount #> [1] 0 #> #> $`Short digit`$publicGeneCount #> [1] 1 #> #> $`Short digit`$urlId #> [1] "HP_0011927" #> #> $`Short digit`$dbPhenotype #> [1] FALSE #> #> $`Short digit`$`_parent` #> [1] "HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Short digit`$`_is_leaf` #> [1] FALSE #> #> $`Short digit`$children #> $`Short digit`$children[[1]] #> [1] "HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Short digit`$value #> [1] "Short digit" #> #> #> $`Short digit` #> $`Short digit`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011927" #> #> $`Short digit`$`_id` #> [1] "HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Short digit`$privateGeneCount #> [1] 0 #> #> $`Short digit`$publicGeneCount #> [1] 1 #> #> $`Short digit`$urlId #> [1] "HP_0011927" #> #> $`Short digit`$dbPhenotype #> [1] FALSE #> #> $`Short digit`$`_parent` #> [1] "HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Short digit`$`_is_leaf` #> [1] FALSE #> #> $`Short digit`$children #> $`Short digit`$children[[1]] #> [1] "HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Short digit`$value #> [1] "Short digit" #> #> #> $`short QT syndrome` #> $`short QT syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050793" #> #> $`short QT syndrome`$`_id` #> [1] "DOID_0050793<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`short QT syndrome`$privateGeneCount #> [1] 0 #> #> $`short QT syndrome`$publicGeneCount #> [1] 3 #> #> $`short QT syndrome`$urlId #> [1] "DOID_0050793" #> #> $`short QT syndrome`$dbPhenotype #> [1] TRUE #> #> $`short QT syndrome`$`_parent` #> [1] "DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`short QT syndrome`$`_is_leaf` #> [1] TRUE #> #> $`short QT syndrome`$children #> list() #> #> $`short QT syndrome`$value #> [1] "short QT syndrome" #> #> #> $`Short stature` #> $`Short stature`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004322" #> #> $`Short stature`$`_id` #> [1] "HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Short stature`$privateGeneCount #> [1] 0 #> #> $`Short stature`$publicGeneCount #> [1] 22 #> #> $`Short stature`$urlId #> [1] "HP_0004322" #> #> $`Short stature`$dbPhenotype #> [1] TRUE #> #> $`Short stature`$`_parent` #> [1] "HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Short stature`$`_is_leaf` #> [1] FALSE #> #> $`Short stature`$children #> $`Short stature`$children[[1]] #> [1] "HP_0000839<HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> $`Short stature`$children[[2]] #> [1] "HP_0003508<HP_0004322<HP_0000002<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Short stature`$value #> [1] "Short stature" #> #> #> $`Short stature` #> $`Short stature`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004322" #> #> $`Short stature`$`_id` #> [1] "HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Short stature`$privateGeneCount #> [1] 0 #> #> $`Short stature`$publicGeneCount #> [1] 22 #> #> $`Short stature`$urlId #> [1] "HP_0004322" #> #> $`Short stature`$dbPhenotype #> [1] TRUE #> #> $`Short stature`$`_parent` #> [1] "HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Short stature`$`_is_leaf` #> [1] FALSE #> #> $`Short stature`$children #> $`Short stature`$children[[1]] #> [1] "HP_0000839<HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> $`Short stature`$children[[2]] #> [1] "HP_0003508<HP_0004322<HP_0001510<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Short stature`$value #> [1] "Short stature" #> #> #> $`Shwachman-Diamond syndrome` #> $`Shwachman-Diamond syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060479" #> #> $`Shwachman-Diamond syndrome`$`_id` #> [1] "DOID_0060479<DOID_225<DOID_4" #> #> $`Shwachman-Diamond syndrome`$privateGeneCount #> [1] 0 #> #> $`Shwachman-Diamond syndrome`$publicGeneCount #> [1] 1 #> #> $`Shwachman-Diamond syndrome`$urlId #> [1] "DOID_0060479" #> #> $`Shwachman-Diamond syndrome`$dbPhenotype #> [1] TRUE #> #> $`Shwachman-Diamond syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Shwachman-Diamond syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Shwachman-Diamond syndrome`$children #> list() #> #> $`Shwachman-Diamond syndrome`$value #> [1] "Shwachman-Diamond syndrome" #> #> #> $sialuria #> $sialuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3659" #> #> $sialuria$`_id` #> [1] "DOID_3659<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sialuria$privateGeneCount #> [1] 0 #> #> $sialuria$publicGeneCount #> [1] 2 #> #> $sialuria$urlId #> [1] "DOID_3659" #> #> $sialuria$dbPhenotype #> [1] TRUE #> #> $sialuria$`_parent` #> [1] "DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sialuria$`_is_leaf` #> [1] TRUE #> #> $sialuria$children #> list() #> #> $sialuria$value #> [1] "sialuria" #> #> #> $`sick building syndrome` #> $`sick building syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2710" #> #> $`sick building syndrome`$`_id` #> [1] "DOID_2710<DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`sick building syndrome`$privateGeneCount #> [1] 0 #> #> $`sick building syndrome`$publicGeneCount #> [1] 1 #> #> $`sick building syndrome`$urlId #> [1] "DOID_2710" #> #> $`sick building syndrome`$dbPhenotype #> [1] TRUE #> #> $`sick building syndrome`$`_parent` #> [1] "DOID_841<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`sick building syndrome`$`_is_leaf` #> [1] TRUE #> #> $`sick building syndrome`$children #> list() #> #> $`sick building syndrome`$value #> [1] "sick building syndrome" #> #> #> $`sick building syndrome` #> $`sick building syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2710" #> #> $`sick building syndrome`$`_id` #> [1] "DOID_2710<DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`sick building syndrome`$privateGeneCount #> [1] 0 #> #> $`sick building syndrome`$publicGeneCount #> [1] 1 #> #> $`sick building syndrome`$urlId #> [1] "DOID_2710" #> #> $`sick building syndrome`$dbPhenotype #> [1] TRUE #> #> $`sick building syndrome`$`_parent` #> [1] "DOID_841<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`sick building syndrome`$`_is_leaf` #> [1] TRUE #> #> $`sick building syndrome`$children #> list() #> #> $`sick building syndrome`$value #> [1] "sick building syndrome" #> #> #> $`sick sinus syndrome` #> $`sick sinus syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13884" #> #> $`sick sinus syndrome`$`_id` #> [1] "DOID_13884<DOID_0050824<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`sick sinus syndrome`$privateGeneCount #> [1] 0 #> #> $`sick sinus syndrome`$publicGeneCount #> [1] 6 #> #> $`sick sinus syndrome`$urlId #> [1] "DOID_13884" #> #> $`sick sinus syndrome`$dbPhenotype #> [1] TRUE #> #> $`sick sinus syndrome`$`_parent` #> [1] "DOID_0050824<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`sick sinus syndrome`$`_is_leaf` #> [1] TRUE #> #> $`sick sinus syndrome`$children #> list() #> #> $`sick sinus syndrome`$value #> [1] "sick sinus syndrome" #> #> #> $`sick sinus syndrome` #> $`sick sinus syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13884" #> #> $`sick sinus syndrome`$`_id` #> [1] "DOID_13884<DOID_0050824<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`sick sinus syndrome`$privateGeneCount #> [1] 0 #> #> $`sick sinus syndrome`$publicGeneCount #> [1] 6 #> #> $`sick sinus syndrome`$urlId #> [1] "DOID_13884" #> #> $`sick sinus syndrome`$dbPhenotype #> [1] TRUE #> #> $`sick sinus syndrome`$`_parent` #> [1] "DOID_0050824<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`sick sinus syndrome`$`_is_leaf` #> [1] TRUE #> #> $`sick sinus syndrome`$children #> list() #> #> $`sick sinus syndrome`$value #> [1] "sick sinus syndrome" #> #> #> $`sickle cell anemia` #> $`sickle cell anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10923" #> #> $`sickle cell anemia`$`_id` #> [1] "DOID_10923<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`sickle cell anemia`$privateGeneCount #> [1] 0 #> #> $`sickle cell anemia`$publicGeneCount #> [1] 13 #> #> $`sickle cell anemia`$urlId #> [1] "DOID_10923" #> #> $`sickle cell anemia`$dbPhenotype #> [1] TRUE #> #> $`sickle cell anemia`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`sickle cell anemia`$`_is_leaf` #> [1] TRUE #> #> $`sickle cell anemia`$children #> list() #> #> $`sickle cell anemia`$value #> [1] "sickle cell anemia" #> #> #> $`sickle cell anemia` #> $`sickle cell anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10923" #> #> $`sickle cell anemia`$`_id` #> [1] "DOID_10923<DOID_620<DOID_74<DOID_7<DOID_4" #> #> $`sickle cell anemia`$privateGeneCount #> [1] 0 #> #> $`sickle cell anemia`$publicGeneCount #> [1] 13 #> #> $`sickle cell anemia`$urlId #> [1] "DOID_10923" #> #> $`sickle cell anemia`$dbPhenotype #> [1] TRUE #> #> $`sickle cell anemia`$`_parent` #> [1] "DOID_620<DOID_74<DOID_7<DOID_4" #> #> $`sickle cell anemia`$`_is_leaf` #> [1] TRUE #> #> $`sickle cell anemia`$children #> list() #> #> $`sickle cell anemia`$value #> [1] "sickle cell anemia" #> #> #> $`sideroblastic anemia` #> $`sideroblastic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8955" #> #> $`sideroblastic anemia`$`_id` #> [1] "DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`sideroblastic anemia`$privateGeneCount #> [1] 0 #> #> $`sideroblastic anemia`$publicGeneCount #> [1] 7 #> #> $`sideroblastic anemia`$urlId #> [1] "DOID_8955" #> #> $`sideroblastic anemia`$dbPhenotype #> [1] TRUE #> #> $`sideroblastic anemia`$`_parent` #> [1] "DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`sideroblastic anemia`$`_is_leaf` #> [1] FALSE #> #> $`sideroblastic anemia`$children #> $`sideroblastic anemia`$children[[1]] #> [1] "DOID_0060335<DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`sideroblastic anemia`$children[[2]] #> [1] "DOID_0060065<DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`sideroblastic anemia`$children[[3]] #> [1] "DOID_0060063<DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`sideroblastic anemia`$children[[4]] #> [1] "DOID_0050554<DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $`sideroblastic anemia`$value #> [1] "sideroblastic anemia" #> #> #> $`sideroblastic anemia 1` #> $`sideroblastic anemia 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060063" #> #> $`sideroblastic anemia 1`$`_id` #> [1] "DOID_0060063<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`sideroblastic anemia 1`$privateGeneCount #> [1] 0 #> #> $`sideroblastic anemia 1`$publicGeneCount #> [1] 1 #> #> $`sideroblastic anemia 1`$urlId #> [1] "DOID_0060063" #> #> $`sideroblastic anemia 1`$dbPhenotype #> [1] TRUE #> #> $`sideroblastic anemia 1`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`sideroblastic anemia 1`$`_is_leaf` #> [1] TRUE #> #> $`sideroblastic anemia 1`$children #> list() #> #> $`sideroblastic anemia 1`$value #> [1] "sideroblastic anemia 1" #> #> #> $`sideroblastic anemia 1` #> $`sideroblastic anemia 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060063" #> #> $`sideroblastic anemia 1`$`_id` #> [1] "DOID_0060063<DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`sideroblastic anemia 1`$privateGeneCount #> [1] 0 #> #> $`sideroblastic anemia 1`$publicGeneCount #> [1] 1 #> #> $`sideroblastic anemia 1`$urlId #> [1] "DOID_0060063" #> #> $`sideroblastic anemia 1`$dbPhenotype #> [1] TRUE #> #> $`sideroblastic anemia 1`$`_parent` #> [1] "DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`sideroblastic anemia 1`$`_is_leaf` #> [1] TRUE #> #> $`sideroblastic anemia 1`$children #> list() #> #> $`sideroblastic anemia 1`$value #> [1] "sideroblastic anemia 1" #> #> #> $`sigmoid disease` #> $`sigmoid disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1897" #> #> $`sigmoid disease`$`_id` #> [1] "DOID_1897<DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`sigmoid disease`$privateGeneCount #> [1] 0 #> #> $`sigmoid disease`$publicGeneCount #> [1] 1 #> #> $`sigmoid disease`$urlId #> [1] "DOID_1897" #> #> $`sigmoid disease`$dbPhenotype #> [1] TRUE #> #> $`sigmoid disease`$`_parent` #> [1] "DOID_5353<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`sigmoid disease`$`_is_leaf` #> [1] TRUE #> #> $`sigmoid disease`$children #> list() #> #> $`sigmoid disease`$value #> [1] "sigmoid disease" #> #> #> $`signet ring cell adenocarcinoma` #> $`signet ring cell adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3493" #> #> $`signet ring cell adenocarcinoma`$`_id` #> [1] "DOID_3493<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`signet ring cell adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`signet ring cell adenocarcinoma`$publicGeneCount #> [1] 1 #> #> $`signet ring cell adenocarcinoma`$urlId #> [1] "DOID_3493" #> #> $`signet ring cell adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`signet ring cell adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`signet ring cell adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`signet ring cell adenocarcinoma`$children #> list() #> #> $`signet ring cell adenocarcinoma`$value #> [1] "signet ring cell adenocarcinoma" #> #> #> $silicosis #> $silicosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10325" #> #> $silicosis$`_id` #> [1] "DOID_10325<DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $silicosis$privateGeneCount #> [1] 0 #> #> $silicosis$publicGeneCount #> [1] 10 #> #> $silicosis$urlId #> [1] "DOID_10325" #> #> $silicosis$dbPhenotype #> [1] TRUE #> #> $silicosis$`_parent` #> [1] "DOID_10316<DOID_3082<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $silicosis$`_is_leaf` #> [1] TRUE #> #> $silicosis$children #> list() #> #> $silicosis$value #> [1] "silicosis" #> #> #> $silicosis #> $silicosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10325" #> #> $silicosis$`_id` #> [1] "DOID_10325<DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $silicosis$privateGeneCount #> [1] 0 #> #> $silicosis$publicGeneCount #> [1] 10 #> #> $silicosis$urlId #> [1] "DOID_10325" #> #> $silicosis$dbPhenotype #> [1] TRUE #> #> $silicosis$`_parent` #> [1] "DOID_10316<DOID_3082<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $silicosis$`_is_leaf` #> [1] TRUE #> #> $silicosis$children #> list() #> #> $silicosis$value #> [1] "silicosis" #> #> #> $`Silver-Russell syndrome` #> $`Silver-Russell syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14681" #> #> $`Silver-Russell syndrome`$`_id` #> [1] "DOID_14681<DOID_0080015<DOID_4" #> #> $`Silver-Russell syndrome`$privateGeneCount #> [1] 0 #> #> $`Silver-Russell syndrome`$publicGeneCount #> [1] 5 #> #> $`Silver-Russell syndrome`$urlId #> [1] "DOID_14681" #> #> $`Silver-Russell syndrome`$dbPhenotype #> [1] TRUE #> #> $`Silver-Russell syndrome`$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $`Silver-Russell syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Silver-Russell syndrome`$children #> list() #> #> $`Silver-Russell syndrome`$value #> [1] "Silver-Russell syndrome" #> #> #> $`Simpson-Golabi-Behmel syndrome type 1` #> $`Simpson-Golabi-Behmel syndrome type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060248" #> #> $`Simpson-Golabi-Behmel syndrome type 1`$`_id` #> [1] "DOID_0060248<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Simpson-Golabi-Behmel syndrome type 1`$privateGeneCount #> [1] 0 #> #> $`Simpson-Golabi-Behmel syndrome type 1`$publicGeneCount #> [1] 3 #> #> $`Simpson-Golabi-Behmel syndrome type 1`$urlId #> [1] "DOID_0060248" #> #> $`Simpson-Golabi-Behmel syndrome type 1`$dbPhenotype #> [1] TRUE #> #> $`Simpson-Golabi-Behmel syndrome type 1`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Simpson-Golabi-Behmel syndrome type 1`$`_is_leaf` #> [1] TRUE #> #> $`Simpson-Golabi-Behmel syndrome type 1`$children #> list() #> #> $`Simpson-Golabi-Behmel syndrome type 1`$value #> [1] "Simpson-Golabi-Behmel syndrome type 1" #> #> #> $`Simpson-Golabi-Behmel syndrome type 1` #> $`Simpson-Golabi-Behmel syndrome type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060248" #> #> $`Simpson-Golabi-Behmel syndrome type 1`$`_id` #> [1] "DOID_0060248<DOID_225<DOID_4" #> #> $`Simpson-Golabi-Behmel syndrome type 1`$privateGeneCount #> [1] 0 #> #> $`Simpson-Golabi-Behmel syndrome type 1`$publicGeneCount #> [1] 3 #> #> $`Simpson-Golabi-Behmel syndrome type 1`$urlId #> [1] "DOID_0060248" #> #> $`Simpson-Golabi-Behmel syndrome type 1`$dbPhenotype #> [1] TRUE #> #> $`Simpson-Golabi-Behmel syndrome type 1`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Simpson-Golabi-Behmel syndrome type 1`$`_is_leaf` #> [1] TRUE #> #> $`Simpson-Golabi-Behmel syndrome type 1`$children #> list() #> #> $`Simpson-Golabi-Behmel syndrome type 1`$value #> [1] "Simpson-Golabi-Behmel syndrome type 1" #> #> #> $`Single median maxillary incisor` #> $`Single median maxillary incisor`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006315" #> #> $`Single median maxillary incisor`$`_id` #> [1] "HP_0006315<HP_0011064<HP_0000676<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Single median maxillary incisor`$privateGeneCount #> [1] 0 #> #> $`Single median maxillary incisor`$publicGeneCount #> [1] 1 #> #> $`Single median maxillary incisor`$urlId #> [1] "HP_0006315" #> #> $`Single median maxillary incisor`$dbPhenotype #> [1] TRUE #> #> $`Single median maxillary incisor`$`_parent` #> [1] "HP_0011064<HP_0000676<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Single median maxillary incisor`$`_is_leaf` #> [1] TRUE #> #> $`Single median maxillary incisor`$children #> list() #> #> $`Single median maxillary incisor`$value #> [1] "Single median maxillary incisor" #> #> #> $`Single median maxillary incisor` #> $`Single median maxillary incisor`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0006315" #> #> $`Single median maxillary incisor`$`_id` #> [1] "HP_0006315<HP_0011064<HP_0006483<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Single median maxillary incisor`$privateGeneCount #> [1] 0 #> #> $`Single median maxillary incisor`$publicGeneCount #> [1] 1 #> #> $`Single median maxillary incisor`$urlId #> [1] "HP_0006315" #> #> $`Single median maxillary incisor`$dbPhenotype #> [1] TRUE #> #> $`Single median maxillary incisor`$`_parent` #> [1] "HP_0011064<HP_0006483<HP_0000164<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Single median maxillary incisor`$`_is_leaf` #> [1] TRUE #> #> $`Single median maxillary incisor`$children #> list() #> #> $`Single median maxillary incisor`$value #> [1] "Single median maxillary incisor" #> #> #> $`Sinoatrial block` #> $`Sinoatrial block`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012723" #> #> $`Sinoatrial block`$`_id` #> [1] "HP_0012723<HP_0011702<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Sinoatrial block`$privateGeneCount #> [1] 0 #> #> $`Sinoatrial block`$publicGeneCount #> [1] 1 #> #> $`Sinoatrial block`$urlId #> [1] "HP_0012723" #> #> $`Sinoatrial block`$dbPhenotype #> [1] TRUE #> #> $`Sinoatrial block`$`_parent` #> [1] "HP_0011702<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Sinoatrial block`$`_is_leaf` #> [1] TRUE #> #> $`Sinoatrial block`$children #> list() #> #> $`Sinoatrial block`$value #> [1] "Sinoatrial block" #> #> #> $`Sinoatrial block` #> $`Sinoatrial block`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012723" #> #> $`Sinoatrial block`$`_id` #> [1] "HP_0012723<HP_0012722<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Sinoatrial block`$privateGeneCount #> [1] 0 #> #> $`Sinoatrial block`$publicGeneCount #> [1] 1 #> #> $`Sinoatrial block`$urlId #> [1] "HP_0012723" #> #> $`Sinoatrial block`$dbPhenotype #> [1] TRUE #> #> $`Sinoatrial block`$`_parent` #> [1] "HP_0012722<HP_0031546<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Sinoatrial block`$`_is_leaf` #> [1] TRUE #> #> $`Sinoatrial block`$children #> list() #> #> $`Sinoatrial block`$value #> [1] "Sinoatrial block" #> #> #> $`sinoatrial node disease` #> $`sinoatrial node disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050824" #> #> $`sinoatrial node disease`$`_id` #> [1] "DOID_0050824<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`sinoatrial node disease`$privateGeneCount #> [1] 0 #> #> $`sinoatrial node disease`$publicGeneCount #> [1] 6 #> #> $`sinoatrial node disease`$urlId #> [1] "DOID_0050824" #> #> $`sinoatrial node disease`$dbPhenotype #> [1] FALSE #> #> $`sinoatrial node disease`$`_parent` #> [1] "DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`sinoatrial node disease`$`_is_leaf` #> [1] FALSE #> #> $`sinoatrial node disease`$children #> $`sinoatrial node disease`$children[[1]] #> [1] "DOID_13884<DOID_0050824<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`sinoatrial node disease`$value #> [1] "sinoatrial node disease" #> #> #> $`sinoatrial node disease` #> $`sinoatrial node disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050824" #> #> $`sinoatrial node disease`$`_id` #> [1] "DOID_0050824<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`sinoatrial node disease`$privateGeneCount #> [1] 0 #> #> $`sinoatrial node disease`$publicGeneCount #> [1] 6 #> #> $`sinoatrial node disease`$urlId #> [1] "DOID_0050824" #> #> $`sinoatrial node disease`$dbPhenotype #> [1] FALSE #> #> $`sinoatrial node disease`$`_parent` #> [1] "DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`sinoatrial node disease`$`_is_leaf` #> [1] FALSE #> #> $`sinoatrial node disease`$children #> $`sinoatrial node disease`$children[[1]] #> [1] "DOID_13884<DOID_0050824<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`sinoatrial node disease`$value #> [1] "sinoatrial node disease" #> #> #> $`Sinus tachycardia` #> $`Sinus tachycardia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011703" #> #> $`Sinus tachycardia`$`_id` #> [1] "HP_0011703<HP_0011702<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Sinus tachycardia`$privateGeneCount #> [1] 0 #> #> $`Sinus tachycardia`$publicGeneCount #> [1] 1 #> #> $`Sinus tachycardia`$urlId #> [1] "HP_0011703" #> #> $`Sinus tachycardia`$dbPhenotype #> [1] TRUE #> #> $`Sinus tachycardia`$`_parent` #> [1] "HP_0011702<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Sinus tachycardia`$`_is_leaf` #> [1] TRUE #> #> $`Sinus tachycardia`$children #> list() #> #> $`Sinus tachycardia`$value #> [1] "Sinus tachycardia" #> #> #> $sinusitis #> $sinusitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050127" #> #> $sinusitis$`_id` #> [1] "DOID_0050127<DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $sinusitis$privateGeneCount #> [1] 0 #> #> $sinusitis$publicGeneCount #> [1] 26 #> #> $sinusitis$urlId #> [1] "DOID_0050127" #> #> $sinusitis$dbPhenotype #> [1] TRUE #> #> $sinusitis$`_parent` #> [1] "DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $sinusitis$`_is_leaf` #> [1] FALSE #> #> $sinusitis$children #> $sinusitis$children[[1]] #> [1] "DOID_9507<DOID_0050127<DOID_1352<DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $sinusitis$value #> [1] "sinusitis" #> #> #> $`situs inversus` #> $`situs inversus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_758" #> #> $`situs inversus`$`_id` #> [1] "DOID_758<DOID_0050545<DOID_0080015<DOID_4" #> #> $`situs inversus`$privateGeneCount #> [1] 0 #> #> $`situs inversus`$publicGeneCount #> [1] 4 #> #> $`situs inversus`$urlId #> [1] "DOID_758" #> #> $`situs inversus`$dbPhenotype #> [1] TRUE #> #> $`situs inversus`$`_parent` #> [1] "DOID_0050545<DOID_0080015<DOID_4" #> #> $`situs inversus`$`_is_leaf` #> [1] TRUE #> #> $`situs inversus`$children #> list() #> #> $`situs inversus`$value #> [1] "situs inversus" #> #> #> $`Sjogren's syndrome` #> $`Sjogren's syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12894" #> #> $`Sjogren's syndrome`$`_id` #> [1] "DOID_12894<DOID_0060029<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Sjogren's syndrome`$privateGeneCount #> [1] 0 #> #> $`Sjogren's syndrome`$publicGeneCount #> [1] 43 #> #> $`Sjogren's syndrome`$urlId #> [1] "DOID_12894" #> #> $`Sjogren's syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sjogren's syndrome`$`_parent` #> [1] "DOID_0060029<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Sjogren's syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sjogren's syndrome`$children #> list() #> #> $`Sjogren's syndrome`$value #> [1] "Sjogren's syndrome" #> #> #> $`Sjogren-Larsson syndrome` #> $`Sjogren-Larsson syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14501" #> #> $`Sjogren-Larsson syndrome`$`_id` #> [1] "DOID_14501<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Sjogren-Larsson syndrome`$privateGeneCount #> [1] 0 #> #> $`Sjogren-Larsson syndrome`$publicGeneCount #> [1] 1 #> #> $`Sjogren-Larsson syndrome`$urlId #> [1] "DOID_14501" #> #> $`Sjogren-Larsson syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sjogren-Larsson syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Sjogren-Larsson syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sjogren-Larsson syndrome`$children #> list() #> #> $`Sjogren-Larsson syndrome`$value #> [1] "Sjogren-Larsson syndrome" #> #> #> $`Sjogren-Larsson syndrome` #> $`Sjogren-Larsson syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14501" #> #> $`Sjogren-Larsson syndrome`$`_id` #> [1] "DOID_14501<DOID_225<DOID_4" #> #> $`Sjogren-Larsson syndrome`$privateGeneCount #> [1] 0 #> #> $`Sjogren-Larsson syndrome`$publicGeneCount #> [1] 1 #> #> $`Sjogren-Larsson syndrome`$urlId #> [1] "DOID_14501" #> #> $`Sjogren-Larsson syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sjogren-Larsson syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Sjogren-Larsson syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sjogren-Larsson syndrome`$children #> list() #> #> $`Sjogren-Larsson syndrome`$value #> [1] "Sjogren-Larsson syndrome" #> #> #> $`Skeletal dysplasia` #> $`Skeletal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002652" #> #> $`Skeletal dysplasia`$`_id` #> [1] "HP_0002652<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Skeletal dysplasia`$privateGeneCount #> [1] 0 #> #> $`Skeletal dysplasia`$publicGeneCount #> [1] 4 #> #> $`Skeletal dysplasia`$urlId #> [1] "HP_0002652" #> #> $`Skeletal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Skeletal dysplasia`$`_parent` #> [1] "HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Skeletal dysplasia`$`_is_leaf` #> [1] FALSE #> #> $`Skeletal dysplasia`$children #> $`Skeletal dysplasia`$children[[1]] #> [1] "HP_0002655<HP_0002652<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Skeletal dysplasia`$children[[2]] #> [1] "HP_0002657<HP_0002652<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Skeletal dysplasia`$value #> [1] "Skeletal dysplasia" #> #> #> $`skeletal muscle cancer` #> $`skeletal muscle cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4043" #> #> $`skeletal muscle cancer`$`_id` #> [1] "DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skeletal muscle cancer`$privateGeneCount #> [1] 0 #> #> $`skeletal muscle cancer`$publicGeneCount #> [1] 17 #> #> $`skeletal muscle cancer`$urlId #> [1] "DOID_4043" #> #> $`skeletal muscle cancer`$dbPhenotype #> [1] FALSE #> #> $`skeletal muscle cancer`$`_parent` #> [1] "DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skeletal muscle cancer`$`_is_leaf` #> [1] FALSE #> #> $`skeletal muscle cancer`$children #> $`skeletal muscle cancer`$children[[1]] #> [1] "DOID_4239<DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skeletal muscle cancer`$children[[2]] #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`skeletal muscle cancer`$value #> [1] "skeletal muscle cancer" #> #> #> $`skeletal muscle cancer` #> $`skeletal muscle cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4043" #> #> $`skeletal muscle cancer`$`_id` #> [1] "DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`skeletal muscle cancer`$privateGeneCount #> [1] 0 #> #> $`skeletal muscle cancer`$publicGeneCount #> [1] 17 #> #> $`skeletal muscle cancer`$urlId #> [1] "DOID_4043" #> #> $`skeletal muscle cancer`$dbPhenotype #> [1] FALSE #> #> $`skeletal muscle cancer`$`_parent` #> [1] "DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`skeletal muscle cancer`$`_is_leaf` #> [1] FALSE #> #> $`skeletal muscle cancer`$children #> $`skeletal muscle cancer`$children[[1]] #> [1] "DOID_4239<DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`skeletal muscle cancer`$children[[2]] #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`skeletal muscle cancer`$value #> [1] "skeletal muscle cancer" #> #> #> $`skeletal muscle cancer` #> $`skeletal muscle cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4043" #> #> $`skeletal muscle cancer`$`_id` #> [1] "DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`skeletal muscle cancer`$privateGeneCount #> [1] 0 #> #> $`skeletal muscle cancer`$publicGeneCount #> [1] 17 #> #> $`skeletal muscle cancer`$urlId #> [1] "DOID_4043" #> #> $`skeletal muscle cancer`$dbPhenotype #> [1] FALSE #> #> $`skeletal muscle cancer`$`_parent` #> [1] "DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`skeletal muscle cancer`$`_is_leaf` #> [1] FALSE #> #> $`skeletal muscle cancer`$children #> $`skeletal muscle cancer`$children[[1]] #> [1] "DOID_4239<DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`skeletal muscle cancer`$children[[2]] #> [1] "DOID_3247<DOID_4043<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`skeletal muscle cancer`$value #> [1] "skeletal muscle cancer" #> #> #> $`Skeletal muscle hypertrophy` #> $`Skeletal muscle hypertrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003712" #> #> $`Skeletal muscle hypertrophy`$`_id` #> [1] "HP_0003712<HP_0030236<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Skeletal muscle hypertrophy`$privateGeneCount #> [1] 0 #> #> $`Skeletal muscle hypertrophy`$publicGeneCount #> [1] 1 #> #> $`Skeletal muscle hypertrophy`$urlId #> [1] "HP_0003712" #> #> $`Skeletal muscle hypertrophy`$dbPhenotype #> [1] TRUE #> #> $`Skeletal muscle hypertrophy`$`_parent` #> [1] "HP_0030236<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $`Skeletal muscle hypertrophy`$`_is_leaf` #> [1] TRUE #> #> $`Skeletal muscle hypertrophy`$children #> list() #> #> $`Skeletal muscle hypertrophy`$value #> [1] "Skeletal muscle hypertrophy" #> #> #> $`skin benign neoplasm` #> $`skin benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3165" #> #> $`skin benign neoplasm`$`_id` #> [1] "DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`skin benign neoplasm`$publicGeneCount #> [1] 66 #> #> $`skin benign neoplasm`$urlId #> [1] "DOID_3165" #> #> $`skin benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`skin benign neoplasm`$`_parent` #> [1] "DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`skin benign neoplasm`$children #> $`skin benign neoplasm`$children[[1]] #> [1] "DOID_4418<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin benign neoplasm`$children[[2]] #> [1] "DOID_5375<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin benign neoplasm`$children[[3]] #> [1] "DOID_5759<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin benign neoplasm`$children[[4]] #> [1] "DOID_6498<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin benign neoplasm`$children[[5]] #> [1] "DOID_471<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin benign neoplasm`$children[[6]] #> [1] "DOID_2664<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`skin benign neoplasm`$value #> [1] "skin benign neoplasm" #> #> #> $`skin benign neoplasm` #> $`skin benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3165" #> #> $`skin benign neoplasm`$`_id` #> [1] "DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`skin benign neoplasm`$publicGeneCount #> [1] 66 #> #> $`skin benign neoplasm`$urlId #> [1] "DOID_3165" #> #> $`skin benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`skin benign neoplasm`$`_parent` #> [1] "DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`skin benign neoplasm`$children #> $`skin benign neoplasm`$children[[1]] #> [1] "DOID_4418<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$children[[2]] #> [1] "DOID_5375<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$children[[3]] #> [1] "DOID_5759<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$children[[4]] #> [1] "DOID_6498<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$children[[5]] #> [1] "DOID_471<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$children[[6]] #> [1] "DOID_2664<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> #> $`skin benign neoplasm`$value #> [1] "skin benign neoplasm" #> #> #> $`skin benign neoplasm` #> $`skin benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3165" #> #> $`skin benign neoplasm`$`_id` #> [1] "DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`skin benign neoplasm`$publicGeneCount #> [1] 66 #> #> $`skin benign neoplasm`$urlId #> [1] "DOID_3165" #> #> $`skin benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`skin benign neoplasm`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`skin benign neoplasm`$children #> $`skin benign neoplasm`$children[[1]] #> [1] "DOID_4418<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$children[[2]] #> [1] "DOID_5375<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$children[[3]] #> [1] "DOID_5759<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$children[[4]] #> [1] "DOID_6498<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$children[[5]] #> [1] "DOID_471<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin benign neoplasm`$children[[6]] #> [1] "DOID_2664<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`skin benign neoplasm`$value #> [1] "skin benign neoplasm" #> #> #> $`skin cancer` #> $`skin cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4159" #> #> $`skin cancer`$`_id` #> [1] "DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skin cancer`$privateGeneCount #> [1] 0 #> #> $`skin cancer`$publicGeneCount #> [1] 76 #> #> $`skin cancer`$urlId #> [1] "DOID_4159" #> #> $`skin cancer`$dbPhenotype #> [1] TRUE #> #> $`skin cancer`$`_parent` #> [1] "DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skin cancer`$`_is_leaf` #> [1] FALSE #> #> $`skin cancer`$children #> $`skin cancer`$children[[1]] #> [1] "DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skin cancer`$children[[2]] #> [1] "DOID_8923<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`skin cancer`$value #> [1] "skin cancer" #> #> #> $`skin cancer` #> $`skin cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4159" #> #> $`skin cancer`$`_id` #> [1] "DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`skin cancer`$privateGeneCount #> [1] 0 #> #> $`skin cancer`$publicGeneCount #> [1] 76 #> #> $`skin cancer`$urlId #> [1] "DOID_4159" #> #> $`skin cancer`$dbPhenotype #> [1] TRUE #> #> $`skin cancer`$`_parent` #> [1] "DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`skin cancer`$`_is_leaf` #> [1] FALSE #> #> $`skin cancer`$children #> $`skin cancer`$children[[1]] #> [1] "DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`skin cancer`$children[[2]] #> [1] "DOID_8923<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> #> $`skin cancer`$value #> [1] "skin cancer" #> #> #> $`skin cancer` #> $`skin cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4159" #> #> $`skin cancer`$`_id` #> [1] "DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin cancer`$privateGeneCount #> [1] 0 #> #> $`skin cancer`$publicGeneCount #> [1] 76 #> #> $`skin cancer`$urlId #> [1] "DOID_4159" #> #> $`skin cancer`$dbPhenotype #> [1] TRUE #> #> $`skin cancer`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin cancer`$`_is_leaf` #> [1] FALSE #> #> $`skin cancer`$children #> $`skin cancer`$children[[1]] #> [1] "DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin cancer`$children[[2]] #> [1] "DOID_8923<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`skin cancer`$value #> [1] "skin cancer" #> #> #> $`skin carcinoma` #> $`skin carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3451" #> #> $`skin carcinoma`$`_id` #> [1] "DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`skin carcinoma`$privateGeneCount #> [1] 0 #> #> $`skin carcinoma`$publicGeneCount #> [1] 30 #> #> $`skin carcinoma`$urlId #> [1] "DOID_3451" #> #> $`skin carcinoma`$dbPhenotype #> [1] TRUE #> #> $`skin carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`skin carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`skin carcinoma`$children #> $`skin carcinoma`$children[[1]] #> [1] "DOID_2513<DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`skin carcinoma`$children[[2]] #> [1] "DOID_3151<DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`skin carcinoma`$value #> [1] "skin carcinoma" #> #> #> $`skin carcinoma` #> $`skin carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3451" #> #> $`skin carcinoma`$`_id` #> [1] "DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skin carcinoma`$privateGeneCount #> [1] 0 #> #> $`skin carcinoma`$publicGeneCount #> [1] 30 #> #> $`skin carcinoma`$urlId #> [1] "DOID_3451" #> #> $`skin carcinoma`$dbPhenotype #> [1] TRUE #> #> $`skin carcinoma`$`_parent` #> [1] "DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skin carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`skin carcinoma`$children #> $`skin carcinoma`$children[[1]] #> [1] "DOID_2513<DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skin carcinoma`$children[[2]] #> [1] "DOID_3151<DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`skin carcinoma`$value #> [1] "skin carcinoma" #> #> #> $`skin carcinoma` #> $`skin carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3451" #> #> $`skin carcinoma`$`_id` #> [1] "DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`skin carcinoma`$privateGeneCount #> [1] 0 #> #> $`skin carcinoma`$publicGeneCount #> [1] 30 #> #> $`skin carcinoma`$urlId #> [1] "DOID_3451" #> #> $`skin carcinoma`$dbPhenotype #> [1] TRUE #> #> $`skin carcinoma`$`_parent` #> [1] "DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`skin carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`skin carcinoma`$children #> $`skin carcinoma`$children[[1]] #> [1] "DOID_2513<DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`skin carcinoma`$children[[2]] #> [1] "DOID_3151<DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> #> $`skin carcinoma`$value #> [1] "skin carcinoma" #> #> #> $`skin carcinoma` #> $`skin carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3451" #> #> $`skin carcinoma`$`_id` #> [1] "DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin carcinoma`$privateGeneCount #> [1] 0 #> #> $`skin carcinoma`$publicGeneCount #> [1] 30 #> #> $`skin carcinoma`$urlId #> [1] "DOID_3451" #> #> $`skin carcinoma`$dbPhenotype #> [1] TRUE #> #> $`skin carcinoma`$`_parent` #> [1] "DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`skin carcinoma`$children #> $`skin carcinoma`$children[[1]] #> [1] "DOID_2513<DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin carcinoma`$children[[2]] #> [1] "DOID_3151<DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`skin carcinoma`$value #> [1] "skin carcinoma" #> #> #> $`skin disease` #> $`skin disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_37" #> #> $`skin disease`$`_id` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$privateGeneCount #> [1] 0 #> #> $`skin disease`$publicGeneCount #> [1] 652 #> #> $`skin disease`$urlId #> [1] "DOID_37" #> #> $`skin disease`$dbPhenotype #> [1] TRUE #> #> $`skin disease`$`_parent` #> [1] "DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$`_is_leaf` #> [1] FALSE #> #> $`skin disease`$children #> $`skin disease`$children[[1]] #> [1] "DOID_1558<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[2]] #> [1] "DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[3]] #> [1] "DOID_0050676<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[4]] #> [1] "DOID_0050693<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[5]] #> [1] "DOID_3488<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[6]] #> [1] "DOID_1856<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[7]] #> [1] "DOID_3265<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[8]] #> [1] "DOID_2058<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[9]] #> [1] "DOID_8549<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[10]] #> [1] "DOID_9111<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[11]] #> [1] "DOID_0050169<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[12]] #> [1] "DOID_3663<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[13]] #> [1] "DOID_13271<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[14]] #> [1] "DOID_3144<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[15]] #> [1] "DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[16]] #> [1] "DOID_1563<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[17]] #> [1] "DOID_10223<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[18]] #> [1] "DOID_2729<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[19]] #> [1] "DOID_4603<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[20]] #> [1] "DOID_0050185<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[21]] #> [1] "DOID_0050467<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[22]] #> [1] "DOID_0050486<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[23]] #> [1] "DOID_530<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[24]] #> [1] "DOID_3134<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[25]] #> [1] "DOID_12132<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[26]] #> [1] "DOID_9746<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[27]] #> [1] "DOID_0050448<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[28]] #> [1] "DOID_3156<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[29]] #> [1] "DOID_1697<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[30]] #> [1] "DOID_161<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[31]] #> [1] "DOID_0060472<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[32]] #> [1] "DOID_8574<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[33]] #> [1] "DOID_3153<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[34]] #> [1] "DOID_0050792<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[35]] #> [1] "DOID_0050474<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[36]] #> [1] "DOID_1526<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[37]] #> [1] "DOID_12662<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[38]] #> [1] "DOID_0060283<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[39]] #> [1] "DOID_10123<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[40]] #> [1] "DOID_0050639<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[41]] #> [1] "DOID_8893<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[42]] #> [1] "DOID_8881<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[43]] #> [1] "DOID_2732<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[44]] #> [1] "DOID_9098<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[45]] #> [1] "DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[46]] #> [1] "DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[47]] #> [1] "DOID_8736<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[48]] #> [1] "DOID_0050426<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[49]] #> [1] "DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[50]] #> [1] "DOID_0050725<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[51]] #> [1] "DOID_1555<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[52]] #> [1] "DOID_0060240<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[53]] #> [1] "DOID_9540<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin disease`$children[[54]] #> [1] "DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`skin disease`$value #> [1] "skin disease" #> #> #> $`skin hemangioma` #> $`skin hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_471" #> #> $`skin hemangioma`$`_id` #> [1] "DOID_471<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin hemangioma`$privateGeneCount #> [1] 0 #> #> $`skin hemangioma`$publicGeneCount #> [1] 3 #> #> $`skin hemangioma`$urlId #> [1] "DOID_471" #> #> $`skin hemangioma`$dbPhenotype #> [1] FALSE #> #> $`skin hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`skin hemangioma`$children #> $`skin hemangioma`$children[[1]] #> [1] "DOID_479<DOID_471<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin hemangioma`$children[[2]] #> [1] "DOID_4028<DOID_471<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`skin hemangioma`$value #> [1] "skin hemangioma" #> #> #> $`skin hemangioma` #> $`skin hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_471" #> #> $`skin hemangioma`$`_id` #> [1] "DOID_471<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin hemangioma`$privateGeneCount #> [1] 0 #> #> $`skin hemangioma`$publicGeneCount #> [1] 3 #> #> $`skin hemangioma`$urlId #> [1] "DOID_471" #> #> $`skin hemangioma`$dbPhenotype #> [1] FALSE #> #> $`skin hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`skin hemangioma`$children #> $`skin hemangioma`$children[[1]] #> [1] "DOID_479<DOID_471<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin hemangioma`$children[[2]] #> [1] "DOID_4028<DOID_471<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`skin hemangioma`$value #> [1] "skin hemangioma" #> #> #> $`skin hemangioma` #> $`skin hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_471" #> #> $`skin hemangioma`$`_id` #> [1] "DOID_471<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`skin hemangioma`$privateGeneCount #> [1] 0 #> #> $`skin hemangioma`$publicGeneCount #> [1] 3 #> #> $`skin hemangioma`$urlId #> [1] "DOID_471" #> #> $`skin hemangioma`$dbPhenotype #> [1] FALSE #> #> $`skin hemangioma`$`_parent` #> [1] "DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`skin hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`skin hemangioma`$children #> $`skin hemangioma`$children[[1]] #> [1] "DOID_479<DOID_471<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`skin hemangioma`$children[[2]] #> [1] "DOID_4028<DOID_471<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> #> $`skin hemangioma`$value #> [1] "skin hemangioma" #> #> #> $`skin hemangioma` #> $`skin hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_471" #> #> $`skin hemangioma`$`_id` #> [1] "DOID_471<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`skin hemangioma`$privateGeneCount #> [1] 0 #> #> $`skin hemangioma`$publicGeneCount #> [1] 3 #> #> $`skin hemangioma`$urlId #> [1] "DOID_471" #> #> $`skin hemangioma`$dbPhenotype #> [1] FALSE #> #> $`skin hemangioma`$`_parent` #> [1] "DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`skin hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`skin hemangioma`$children #> $`skin hemangioma`$children[[1]] #> [1] "DOID_479<DOID_471<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`skin hemangioma`$children[[2]] #> [1] "DOID_4028<DOID_471<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`skin hemangioma`$value #> [1] "skin hemangioma" #> #> #> $`skin hemangioma` #> $`skin hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_471" #> #> $`skin hemangioma`$`_id` #> [1] "DOID_471<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin hemangioma`$privateGeneCount #> [1] 0 #> #> $`skin hemangioma`$publicGeneCount #> [1] 3 #> #> $`skin hemangioma`$urlId #> [1] "DOID_471" #> #> $`skin hemangioma`$dbPhenotype #> [1] FALSE #> #> $`skin hemangioma`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`skin hemangioma`$children #> $`skin hemangioma`$children[[1]] #> [1] "DOID_479<DOID_471<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`skin hemangioma`$children[[2]] #> [1] "DOID_4028<DOID_471<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`skin hemangioma`$value #> [1] "skin hemangioma" #> #> #> $`skin hemangioma` #> $`skin hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_471" #> #> $`skin hemangioma`$`_id` #> [1] "DOID_471<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`skin hemangioma`$privateGeneCount #> [1] 0 #> #> $`skin hemangioma`$publicGeneCount #> [1] 3 #> #> $`skin hemangioma`$urlId #> [1] "DOID_471" #> #> $`skin hemangioma`$dbPhenotype #> [1] FALSE #> #> $`skin hemangioma`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`skin hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`skin hemangioma`$children #> $`skin hemangioma`$children[[1]] #> [1] "DOID_479<DOID_471<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`skin hemangioma`$children[[2]] #> [1] "DOID_4028<DOID_471<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> #> $`skin hemangioma`$value #> [1] "skin hemangioma" #> #> #> $`skin hemangioma` #> $`skin hemangioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_471" #> #> $`skin hemangioma`$`_id` #> [1] "DOID_471<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin hemangioma`$privateGeneCount #> [1] 0 #> #> $`skin hemangioma`$publicGeneCount #> [1] 3 #> #> $`skin hemangioma`$urlId #> [1] "DOID_471" #> #> $`skin hemangioma`$dbPhenotype #> [1] FALSE #> #> $`skin hemangioma`$`_parent` #> [1] "DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin hemangioma`$`_is_leaf` #> [1] FALSE #> #> $`skin hemangioma`$children #> $`skin hemangioma`$children[[1]] #> [1] "DOID_479<DOID_471<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin hemangioma`$children[[2]] #> [1] "DOID_4028<DOID_471<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`skin hemangioma`$value #> [1] "skin hemangioma" #> #> #> $`skin melanoma` #> $`skin melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8923" #> #> $`skin melanoma`$`_id` #> [1] "DOID_8923<DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`skin melanoma`$privateGeneCount #> [1] 0 #> #> $`skin melanoma`$publicGeneCount #> [1] 6 #> #> $`skin melanoma`$urlId #> [1] "DOID_8923" #> #> $`skin melanoma`$dbPhenotype #> [1] TRUE #> #> $`skin melanoma`$`_parent` #> [1] "DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`skin melanoma`$`_is_leaf` #> [1] TRUE #> #> $`skin melanoma`$children #> list() #> #> $`skin melanoma`$value #> [1] "skin melanoma" #> #> #> $`skin melanoma` #> $`skin melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8923" #> #> $`skin melanoma`$`_id` #> [1] "DOID_8923<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skin melanoma`$privateGeneCount #> [1] 0 #> #> $`skin melanoma`$publicGeneCount #> [1] 6 #> #> $`skin melanoma`$urlId #> [1] "DOID_8923" #> #> $`skin melanoma`$dbPhenotype #> [1] TRUE #> #> $`skin melanoma`$`_parent` #> [1] "DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skin melanoma`$`_is_leaf` #> [1] TRUE #> #> $`skin melanoma`$children #> list() #> #> $`skin melanoma`$value #> [1] "skin melanoma" #> #> #> $`skin melanoma` #> $`skin melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8923" #> #> $`skin melanoma`$`_id` #> [1] "DOID_8923<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`skin melanoma`$privateGeneCount #> [1] 0 #> #> $`skin melanoma`$publicGeneCount #> [1] 6 #> #> $`skin melanoma`$urlId #> [1] "DOID_8923" #> #> $`skin melanoma`$dbPhenotype #> [1] TRUE #> #> $`skin melanoma`$`_parent` #> [1] "DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`skin melanoma`$`_is_leaf` #> [1] TRUE #> #> $`skin melanoma`$children #> list() #> #> $`skin melanoma`$value #> [1] "skin melanoma" #> #> #> $`skin melanoma` #> $`skin melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8923" #> #> $`skin melanoma`$`_id` #> [1] "DOID_8923<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin melanoma`$privateGeneCount #> [1] 0 #> #> $`skin melanoma`$publicGeneCount #> [1] 6 #> #> $`skin melanoma`$urlId #> [1] "DOID_8923" #> #> $`skin melanoma`$dbPhenotype #> [1] TRUE #> #> $`skin melanoma`$`_parent` #> [1] "DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin melanoma`$`_is_leaf` #> [1] TRUE #> #> $`skin melanoma`$children #> list() #> #> $`skin melanoma`$value #> [1] "skin melanoma" #> #> #> $`Skin rash` #> $`Skin rash`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000988" #> #> $`Skin rash`$`_id` #> [1] "HP_0000988<HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Skin rash`$privateGeneCount #> [1] 0 #> #> $`Skin rash`$publicGeneCount #> [1] 6 #> #> $`Skin rash`$urlId #> [1] "HP_0000988" #> #> $`Skin rash`$dbPhenotype #> [1] FALSE #> #> $`Skin rash`$`_parent` #> [1] "HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Skin rash`$`_is_leaf` #> [1] FALSE #> #> $`Skin rash`$children #> $`Skin rash`$children[[1]] #> [1] "HP_0007417<HP_0000988<HP_0011123<HP_0011122<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Skin rash`$value #> [1] "Skin rash" #> #> #> $`Skin rash` #> $`Skin rash`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000988" #> #> $`Skin rash`$`_id` #> [1] "HP_0000988<HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Skin rash`$privateGeneCount #> [1] 0 #> #> $`Skin rash`$publicGeneCount #> [1] 6 #> #> $`Skin rash`$urlId #> [1] "HP_0000988" #> #> $`Skin rash`$dbPhenotype #> [1] FALSE #> #> $`Skin rash`$`_parent` #> [1] "HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Skin rash`$`_is_leaf` #> [1] FALSE #> #> $`Skin rash`$children #> $`Skin rash`$children[[1]] #> [1] "HP_0007417<HP_0000988<HP_0011123<HP_0012649<HP_0012647<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Skin rash`$value #> [1] "Skin rash" #> #> #> $`skin squamous cell carcinoma` #> $`skin squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3151" #> #> $`skin squamous cell carcinoma`$`_id` #> [1] "DOID_3151<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`skin squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`skin squamous cell carcinoma`$publicGeneCount #> [1] 1 #> #> $`skin squamous cell carcinoma`$urlId #> [1] "DOID_3151" #> #> $`skin squamous cell carcinoma`$dbPhenotype #> [1] FALSE #> #> $`skin squamous cell carcinoma`$`_parent` #> [1] "DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`skin squamous cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`skin squamous cell carcinoma`$children #> $`skin squamous cell carcinoma`$children[[1]] #> [1] "DOID_3149<DOID_3151<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`skin squamous cell carcinoma`$value #> [1] "skin squamous cell carcinoma" #> #> #> $`skin squamous cell carcinoma` #> $`skin squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3151" #> #> $`skin squamous cell carcinoma`$`_id` #> [1] "DOID_3151<DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`skin squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`skin squamous cell carcinoma`$publicGeneCount #> [1] 1 #> #> $`skin squamous cell carcinoma`$urlId #> [1] "DOID_3151" #> #> $`skin squamous cell carcinoma`$dbPhenotype #> [1] FALSE #> #> $`skin squamous cell carcinoma`$`_parent` #> [1] "DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`skin squamous cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`skin squamous cell carcinoma`$children #> $`skin squamous cell carcinoma`$children[[1]] #> [1] "DOID_3149<DOID_3151<DOID_3451<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`skin squamous cell carcinoma`$value #> [1] "skin squamous cell carcinoma" #> #> #> $`skin squamous cell carcinoma` #> $`skin squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3151" #> #> $`skin squamous cell carcinoma`$`_id` #> [1] "DOID_3151<DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skin squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`skin squamous cell carcinoma`$publicGeneCount #> [1] 1 #> #> $`skin squamous cell carcinoma`$urlId #> [1] "DOID_3151" #> #> $`skin squamous cell carcinoma`$dbPhenotype #> [1] FALSE #> #> $`skin squamous cell carcinoma`$`_parent` #> [1] "DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skin squamous cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`skin squamous cell carcinoma`$children #> $`skin squamous cell carcinoma`$children[[1]] #> [1] "DOID_3149<DOID_3151<DOID_3451<DOID_4159<DOID_0060122<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`skin squamous cell carcinoma`$value #> [1] "skin squamous cell carcinoma" #> #> #> $`skin squamous cell carcinoma` #> $`skin squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3151" #> #> $`skin squamous cell carcinoma`$`_id` #> [1] "DOID_3151<DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`skin squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`skin squamous cell carcinoma`$publicGeneCount #> [1] 1 #> #> $`skin squamous cell carcinoma`$urlId #> [1] "DOID_3151" #> #> $`skin squamous cell carcinoma`$dbPhenotype #> [1] FALSE #> #> $`skin squamous cell carcinoma`$`_parent` #> [1] "DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> $`skin squamous cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`skin squamous cell carcinoma`$children #> $`skin squamous cell carcinoma`$children[[1]] #> [1] "DOID_3149<DOID_3151<DOID_3451<DOID_4159<DOID_0060122<DOID_16<DOID_7<DOID_4" #> #> #> $`skin squamous cell carcinoma`$value #> [1] "skin squamous cell carcinoma" #> #> #> $`skin squamous cell carcinoma` #> $`skin squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3151" #> #> $`skin squamous cell carcinoma`$`_id` #> [1] "DOID_3151<DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`skin squamous cell carcinoma`$publicGeneCount #> [1] 1 #> #> $`skin squamous cell carcinoma`$urlId #> [1] "DOID_3151" #> #> $`skin squamous cell carcinoma`$dbPhenotype #> [1] FALSE #> #> $`skin squamous cell carcinoma`$`_parent` #> [1] "DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`skin squamous cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`skin squamous cell carcinoma`$children #> $`skin squamous cell carcinoma`$children[[1]] #> [1] "DOID_3149<DOID_3151<DOID_3451<DOID_4159<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`skin squamous cell carcinoma`$value #> [1] "skin squamous cell carcinoma" #> #> #> $`Skin ulcer` #> $`Skin ulcer`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0200042" #> #> $`Skin ulcer`$`_id` #> [1] "HP_0200042<HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Skin ulcer`$privateGeneCount #> [1] 0 #> #> $`Skin ulcer`$publicGeneCount #> [1] 7 #> #> $`Skin ulcer`$urlId #> [1] "HP_0200042" #> #> $`Skin ulcer`$dbPhenotype #> [1] TRUE #> #> $`Skin ulcer`$`_parent` #> [1] "HP_0011355<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Skin ulcer`$`_is_leaf` #> [1] TRUE #> #> $`Skin ulcer`$children #> list() #> #> $`Skin ulcer`$value #> [1] "Skin ulcer" #> #> #> $`skull cancer` #> $`skull cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1863" #> #> $`skull cancer`$`_id` #> [1] "DOID_1863<DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`skull cancer`$privateGeneCount #> [1] 0 #> #> $`skull cancer`$publicGeneCount #> [1] 3 #> #> $`skull cancer`$urlId #> [1] "DOID_1863" #> #> $`skull cancer`$dbPhenotype #> [1] TRUE #> #> $`skull cancer`$`_parent` #> [1] "DOID_184<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`skull cancer`$`_is_leaf` #> [1] TRUE #> #> $`skull cancer`$children #> list() #> #> $`skull cancer`$value #> [1] "skull cancer" #> #> #> $`skull cancer` #> $`skull cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1863" #> #> $`skull cancer`$`_id` #> [1] "DOID_1863<DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skull cancer`$privateGeneCount #> [1] 0 #> #> $`skull cancer`$publicGeneCount #> [1] 3 #> #> $`skull cancer`$urlId #> [1] "DOID_1863" #> #> $`skull cancer`$dbPhenotype #> [1] TRUE #> #> $`skull cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`skull cancer`$`_is_leaf` #> [1] TRUE #> #> $`skull cancer`$children #> list() #> #> $`skull cancer`$value #> [1] "skull cancer" #> #> #> $`skull cancer` #> $`skull cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1863" #> #> $`skull cancer`$`_id` #> [1] "DOID_1863<DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`skull cancer`$privateGeneCount #> [1] 0 #> #> $`skull cancer`$publicGeneCount #> [1] 3 #> #> $`skull cancer`$urlId #> [1] "DOID_1863" #> #> $`skull cancer`$dbPhenotype #> [1] TRUE #> #> $`skull cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`skull cancer`$`_is_leaf` #> [1] TRUE #> #> $`skull cancer`$children #> list() #> #> $`skull cancer`$value #> [1] "skull cancer" #> #> #> $`skull cancer` #> $`skull cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1863" #> #> $`skull cancer`$`_id` #> [1] "DOID_1863<DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`skull cancer`$privateGeneCount #> [1] 0 #> #> $`skull cancer`$publicGeneCount #> [1] 3 #> #> $`skull cancer`$urlId #> [1] "DOID_1863" #> #> $`skull cancer`$dbPhenotype #> [1] TRUE #> #> $`skull cancer`$`_parent` #> [1] "DOID_184<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`skull cancer`$`_is_leaf` #> [1] TRUE #> #> $`skull cancer`$children #> list() #> #> $`skull cancer`$value #> [1] "skull cancer" #> #> #> $`sleep apnea` #> $`sleep apnea`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050847" #> #> $`sleep apnea`$`_id` #> [1] "DOID_0050847<DOID_535<DOID_150<DOID_4" #> #> $`sleep apnea`$privateGeneCount #> [1] 0 #> #> $`sleep apnea`$publicGeneCount #> [1] 6 #> #> $`sleep apnea`$urlId #> [1] "DOID_0050847" #> #> $`sleep apnea`$dbPhenotype #> [1] FALSE #> #> $`sleep apnea`$`_parent` #> [1] "DOID_535<DOID_150<DOID_4" #> #> $`sleep apnea`$`_is_leaf` #> [1] FALSE #> #> $`sleep apnea`$children #> $`sleep apnea`$children[[1]] #> [1] "DOID_9220<DOID_0050847<DOID_535<DOID_150<DOID_4" #> #> #> $`sleep apnea`$value #> [1] "sleep apnea" #> #> #> $`Sleep apnea` #> $`Sleep apnea`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010535" #> #> $`Sleep apnea`$`_id` #> [1] "HP_0010535<HP_0002104<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Sleep apnea`$privateGeneCount #> [1] 0 #> #> $`Sleep apnea`$publicGeneCount #> [1] 35 #> #> $`Sleep apnea`$urlId #> [1] "HP_0010535" #> #> $`Sleep apnea`$dbPhenotype #> [1] FALSE #> #> $`Sleep apnea`$`_parent` #> [1] "HP_0002104<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> $`Sleep apnea`$`_is_leaf` #> [1] FALSE #> #> $`Sleep apnea`$children #> $`Sleep apnea`$children[[1]] #> [1] "HP_0002870<HP_0010535<HP_0002104<HP_0002793<HP_0002795<HP_0002086<HP_0000118<HP_0000001" #> #> #> $`Sleep apnea`$value #> [1] "Sleep apnea" #> #> #> $`sleep disorder` #> $`sleep disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_535" #> #> $`sleep disorder`$`_id` #> [1] "DOID_535<DOID_150<DOID_4" #> #> $`sleep disorder`$privateGeneCount #> [1] 0 #> #> $`sleep disorder`$publicGeneCount #> [1] 30 #> #> $`sleep disorder`$urlId #> [1] "DOID_535" #> #> $`sleep disorder`$dbPhenotype #> [1] TRUE #> #> $`sleep disorder`$`_parent` #> [1] "DOID_150<DOID_4" #> #> $`sleep disorder`$`_is_leaf` #> [1] FALSE #> #> $`sleep disorder`$children #> $`sleep disorder`$children[[1]] #> [1] "DOID_0050628<DOID_535<DOID_150<DOID_4" #> #> $`sleep disorder`$children[[2]] #> [1] "DOID_8986<DOID_535<DOID_150<DOID_4" #> #> $`sleep disorder`$children[[3]] #> [1] "DOID_8619<DOID_535<DOID_150<DOID_4" #> #> $`sleep disorder`$children[[4]] #> [1] "DOID_0050847<DOID_535<DOID_150<DOID_4" #> #> #> $`sleep disorder`$value #> [1] "sleep disorder" #> #> #> $`Sleep disturbance` #> $`Sleep disturbance`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002360" #> #> $`Sleep disturbance`$`_id` #> [1] "HP_0002360<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Sleep disturbance`$privateGeneCount #> [1] 0 #> #> $`Sleep disturbance`$publicGeneCount #> [1] 5 #> #> $`Sleep disturbance`$urlId #> [1] "HP_0002360" #> #> $`Sleep disturbance`$dbPhenotype #> [1] FALSE #> #> $`Sleep disturbance`$`_parent` #> [1] "HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Sleep disturbance`$`_is_leaf` #> [1] FALSE #> #> $`Sleep disturbance`$children #> $`Sleep disturbance`$children[[1]] #> [1] "HP_0100786<HP_0002360<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Sleep disturbance`$children[[2]] #> [1] "HP_0100785<HP_0002360<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Sleep disturbance`$value #> [1] "Sleep disturbance" #> #> #> $`Slender finger` #> $`Slender finger`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001238" #> #> $`Slender finger`$`_id` #> [1] "HP_0001238<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Slender finger`$privateGeneCount #> [1] 0 #> #> $`Slender finger`$publicGeneCount #> [1] 3 #> #> $`Slender finger`$urlId #> [1] "HP_0001238" #> #> $`Slender finger`$dbPhenotype #> [1] FALSE #> #> $`Slender finger`$`_parent` #> [1] "HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> $`Slender finger`$`_is_leaf` #> [1] FALSE #> #> $`Slender finger`$children #> $`Slender finger`$children[[1]] #> [1] "HP_0001166<HP_0001238<HP_0001167<HP_0001155<HP_0002817<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Slender finger`$value #> [1] "Slender finger" #> #> #> $`Slender finger` #> $`Slender finger`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001238" #> #> $`Slender finger`$`_id` #> [1] "HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Slender finger`$privateGeneCount #> [1] 0 #> #> $`Slender finger`$publicGeneCount #> [1] 3 #> #> $`Slender finger`$urlId #> [1] "HP_0001238" #> #> $`Slender finger`$dbPhenotype #> [1] FALSE #> #> $`Slender finger`$`_parent` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Slender finger`$`_is_leaf` #> [1] FALSE #> #> $`Slender finger`$children #> $`Slender finger`$children[[1]] #> [1] "HP_0001166<HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Slender finger`$value #> [1] "Slender finger" #> #> #> $`Slender finger` #> $`Slender finger`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001238" #> #> $`Slender finger`$`_id` #> [1] "HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Slender finger`$privateGeneCount #> [1] 0 #> #> $`Slender finger`$publicGeneCount #> [1] 3 #> #> $`Slender finger`$urlId #> [1] "HP_0001238" #> #> $`Slender finger`$dbPhenotype #> [1] FALSE #> #> $`Slender finger`$`_parent` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Slender finger`$`_is_leaf` #> [1] FALSE #> #> $`Slender finger`$children #> $`Slender finger`$children[[1]] #> [1] "HP_0001166<HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Slender finger`$value #> [1] "Slender finger" #> #> #> $`Slender finger` #> $`Slender finger`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001238" #> #> $`Slender finger`$`_id` #> [1] "HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Slender finger`$privateGeneCount #> [1] 0 #> #> $`Slender finger`$publicGeneCount #> [1] 3 #> #> $`Slender finger`$urlId #> [1] "HP_0001238" #> #> $`Slender finger`$dbPhenotype #> [1] FALSE #> #> $`Slender finger`$`_parent` #> [1] "HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Slender finger`$`_is_leaf` #> [1] FALSE #> #> $`Slender finger`$children #> $`Slender finger`$children[[1]] #> [1] "HP_0001166<HP_0001238<HP_0001167<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> #> $`Slender finger`$value #> [1] "Slender finger" #> #> #> $`Sly syndrome` #> $`Sly syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12803" #> #> $`Sly syndrome`$`_id` #> [1] "DOID_12803<DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Sly syndrome`$privateGeneCount #> [1] 0 #> #> $`Sly syndrome`$publicGeneCount #> [1] 1 #> #> $`Sly syndrome`$urlId #> [1] "DOID_12803" #> #> $`Sly syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sly syndrome`$`_parent` #> [1] "DOID_12798<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Sly syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sly syndrome`$children #> list() #> #> $`Sly syndrome`$value #> [1] "Sly syndrome" #> #> #> $`small intestine benign neoplasm` #> $`small intestine benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7505" #> #> $`small intestine benign neoplasm`$`_id` #> [1] "DOID_7505<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`small intestine benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`small intestine benign neoplasm`$publicGeneCount #> [1] 5 #> #> $`small intestine benign neoplasm`$urlId #> [1] "DOID_7505" #> #> $`small intestine benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`small intestine benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`small intestine benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`small intestine benign neoplasm`$children #> $`small intestine benign neoplasm`$children[[1]] #> [1] "DOID_1737<DOID_7505<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`small intestine benign neoplasm`$children[[2]] #> [1] "DOID_10156<DOID_7505<DOID_4610<DOID_0050624<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`small intestine benign neoplasm`$value #> [1] "small intestine benign neoplasm" #> #> #> $`small intestine benign neoplasm` #> $`small intestine benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7505" #> #> $`small intestine benign neoplasm`$`_id` #> [1] "DOID_7505<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`small intestine benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`small intestine benign neoplasm`$publicGeneCount #> [1] 5 #> #> $`small intestine benign neoplasm`$urlId #> [1] "DOID_7505" #> #> $`small intestine benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`small intestine benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`small intestine benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`small intestine benign neoplasm`$children #> $`small intestine benign neoplasm`$children[[1]] #> [1] "DOID_1737<DOID_7505<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> $`small intestine benign neoplasm`$children[[2]] #> [1] "DOID_10156<DOID_7505<DOID_4610<DOID_0050624<DOID_77<DOID_7<DOID_4" #> #> #> $`small intestine benign neoplasm`$value #> [1] "small intestine benign neoplasm" #> #> #> $`small intestine benign neoplasm` #> $`small intestine benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7505" #> #> $`small intestine benign neoplasm`$`_id` #> [1] "DOID_7505<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`small intestine benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`small intestine benign neoplasm`$publicGeneCount #> [1] 5 #> #> $`small intestine benign neoplasm`$urlId #> [1] "DOID_7505" #> #> $`small intestine benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`small intestine benign neoplasm`$`_parent` #> [1] "DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`small intestine benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`small intestine benign neoplasm`$children #> $`small intestine benign neoplasm`$children[[1]] #> [1] "DOID_1737<DOID_7505<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`small intestine benign neoplasm`$children[[2]] #> [1] "DOID_10156<DOID_7505<DOID_4610<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> #> $`small intestine benign neoplasm`$value #> [1] "small intestine benign neoplasm" #> #> #> $smallpox #> $smallpox$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8736" #> #> $smallpox$`_id` #> [1] "DOID_8736<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $smallpox$privateGeneCount #> [1] 0 #> #> $smallpox$publicGeneCount #> [1] 56 #> #> $smallpox$urlId #> [1] "DOID_8736" #> #> $smallpox$dbPhenotype #> [1] TRUE #> #> $smallpox$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $smallpox$`_is_leaf` #> [1] TRUE #> #> $smallpox$children #> list() #> #> $smallpox$value #> [1] "smallpox" #> #> #> $smallpox #> $smallpox$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8736" #> #> $smallpox$`_id` #> [1] "DOID_8736<DOID_934<DOID_0050117<DOID_4" #> #> $smallpox$privateGeneCount #> [1] 0 #> #> $smallpox$publicGeneCount #> [1] 56 #> #> $smallpox$urlId #> [1] "DOID_8736" #> #> $smallpox$dbPhenotype #> [1] TRUE #> #> $smallpox$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $smallpox$`_is_leaf` #> [1] TRUE #> #> $smallpox$children #> list() #> #> $smallpox$value #> [1] "smallpox" #> #> #> $`Smith-Lemli-Opitz syndrome` #> $`Smith-Lemli-Opitz syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14692" #> #> $`Smith-Lemli-Opitz syndrome`$`_id` #> [1] "DOID_14692<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`Smith-Lemli-Opitz syndrome`$privateGeneCount #> [1] 0 #> #> $`Smith-Lemli-Opitz syndrome`$publicGeneCount #> [1] 1 #> #> $`Smith-Lemli-Opitz syndrome`$urlId #> [1] "DOID_14692" #> #> $`Smith-Lemli-Opitz syndrome`$dbPhenotype #> [1] TRUE #> #> $`Smith-Lemli-Opitz syndrome`$`_parent` #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`Smith-Lemli-Opitz syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Smith-Lemli-Opitz syndrome`$children #> list() #> #> $`Smith-Lemli-Opitz syndrome`$value #> [1] "Smith-Lemli-Opitz syndrome" #> #> #> $`Smith-McCort dysplasia` #> $`Smith-McCort dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060247" #> #> $`Smith-McCort dysplasia`$`_id` #> [1] "DOID_0060247<DOID_0111167<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Smith-McCort dysplasia`$privateGeneCount #> [1] 0 #> #> $`Smith-McCort dysplasia`$publicGeneCount #> [1] 2 #> #> $`Smith-McCort dysplasia`$urlId #> [1] "DOID_0060247" #> #> $`Smith-McCort dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Smith-McCort dysplasia`$`_parent` #> [1] "DOID_0111167<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Smith-McCort dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Smith-McCort dysplasia`$children #> list() #> #> $`Smith-McCort dysplasia`$value #> [1] "Smith-McCort dysplasia" #> #> #> $`Smith-McCort dysplasia` #> $`Smith-McCort dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060247" #> #> $`Smith-McCort dysplasia`$`_id` #> [1] "DOID_0060247<DOID_0111167<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Smith-McCort dysplasia`$privateGeneCount #> [1] 0 #> #> $`Smith-McCort dysplasia`$publicGeneCount #> [1] 2 #> #> $`Smith-McCort dysplasia`$urlId #> [1] "DOID_0060247" #> #> $`Smith-McCort dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Smith-McCort dysplasia`$`_parent` #> [1] "DOID_0111167<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Smith-McCort dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Smith-McCort dysplasia`$children #> list() #> #> $`Smith-McCort dysplasia`$value #> [1] "Smith-McCort dysplasia" #> #> #> $`Smith-McCort dysplasia` #> $`Smith-McCort dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060247" #> #> $`Smith-McCort dysplasia`$`_id` #> [1] "DOID_0060247<DOID_0111167<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Smith-McCort dysplasia`$privateGeneCount #> [1] 0 #> #> $`Smith-McCort dysplasia`$publicGeneCount #> [1] 2 #> #> $`Smith-McCort dysplasia`$urlId #> [1] "DOID_0060247" #> #> $`Smith-McCort dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Smith-McCort dysplasia`$`_parent` #> [1] "DOID_0111167<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Smith-McCort dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Smith-McCort dysplasia`$children #> list() #> #> $`Smith-McCort dysplasia`$value #> [1] "Smith-McCort dysplasia" #> #> #> $`smooth muscle cancer` #> $`smooth muscle cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4230" #> #> $`smooth muscle cancer`$`_id` #> [1] "DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`smooth muscle cancer`$privateGeneCount #> [1] 0 #> #> $`smooth muscle cancer`$publicGeneCount #> [1] 10 #> #> $`smooth muscle cancer`$urlId #> [1] "DOID_4230" #> #> $`smooth muscle cancer`$dbPhenotype #> [1] FALSE #> #> $`smooth muscle cancer`$`_parent` #> [1] "DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`smooth muscle cancer`$`_is_leaf` #> [1] FALSE #> #> $`smooth muscle cancer`$children #> $`smooth muscle cancer`$children[[1]] #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`smooth muscle cancer`$value #> [1] "smooth muscle cancer" #> #> #> $`smooth muscle cancer` #> $`smooth muscle cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4230" #> #> $`smooth muscle cancer`$`_id` #> [1] "DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`smooth muscle cancer`$privateGeneCount #> [1] 0 #> #> $`smooth muscle cancer`$publicGeneCount #> [1] 10 #> #> $`smooth muscle cancer`$urlId #> [1] "DOID_4230" #> #> $`smooth muscle cancer`$dbPhenotype #> [1] FALSE #> #> $`smooth muscle cancer`$`_parent` #> [1] "DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`smooth muscle cancer`$`_is_leaf` #> [1] FALSE #> #> $`smooth muscle cancer`$children #> $`smooth muscle cancer`$children[[1]] #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`smooth muscle cancer`$value #> [1] "smooth muscle cancer" #> #> #> $`smooth muscle cancer` #> $`smooth muscle cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4230" #> #> $`smooth muscle cancer`$`_id` #> [1] "DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`smooth muscle cancer`$privateGeneCount #> [1] 0 #> #> $`smooth muscle cancer`$publicGeneCount #> [1] 10 #> #> $`smooth muscle cancer`$urlId #> [1] "DOID_4230" #> #> $`smooth muscle cancer`$dbPhenotype #> [1] FALSE #> #> $`smooth muscle cancer`$`_parent` #> [1] "DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`smooth muscle cancer`$`_is_leaf` #> [1] FALSE #> #> $`smooth muscle cancer`$children #> $`smooth muscle cancer`$children[[1]] #> [1] "DOID_1967<DOID_4230<DOID_4045<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> #> $`smooth muscle cancer`$value #> [1] "smooth muscle cancer" #> #> #> $`smooth muscle tumor` #> $`smooth muscle tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4310" #> #> $`smooth muscle tumor`$`_id` #> [1] "DOID_4310<DOID_461<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`smooth muscle tumor`$privateGeneCount #> [1] 0 #> #> $`smooth muscle tumor`$publicGeneCount #> [1] 1 #> #> $`smooth muscle tumor`$urlId #> [1] "DOID_4310" #> #> $`smooth muscle tumor`$dbPhenotype #> [1] TRUE #> #> $`smooth muscle tumor`$`_parent` #> [1] "DOID_461<DOID_0060099<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`smooth muscle tumor`$`_is_leaf` #> [1] TRUE #> #> $`smooth muscle tumor`$children #> list() #> #> $`smooth muscle tumor`$value #> [1] "smooth muscle tumor" #> #> #> $`smooth muscle tumor` #> $`smooth muscle tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4310" #> #> $`smooth muscle tumor`$`_id` #> [1] "DOID_4310<DOID_461<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`smooth muscle tumor`$privateGeneCount #> [1] 0 #> #> $`smooth muscle tumor`$publicGeneCount #> [1] 1 #> #> $`smooth muscle tumor`$urlId #> [1] "DOID_4310" #> #> $`smooth muscle tumor`$dbPhenotype #> [1] TRUE #> #> $`smooth muscle tumor`$`_parent` #> [1] "DOID_461<DOID_0060099<DOID_17<DOID_7<DOID_4" #> #> $`smooth muscle tumor`$`_is_leaf` #> [1] TRUE #> #> $`smooth muscle tumor`$children #> list() #> #> $`smooth muscle tumor`$value #> [1] "smooth muscle tumor" #> #> #> $`smooth muscle tumor` #> $`smooth muscle tumor`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4310" #> #> $`smooth muscle tumor`$`_id` #> [1] "DOID_4310<DOID_461<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`smooth muscle tumor`$privateGeneCount #> [1] 0 #> #> $`smooth muscle tumor`$publicGeneCount #> [1] 1 #> #> $`smooth muscle tumor`$urlId #> [1] "DOID_4310" #> #> $`smooth muscle tumor`$dbPhenotype #> [1] TRUE #> #> $`smooth muscle tumor`$`_parent` #> [1] "DOID_461<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`smooth muscle tumor`$`_is_leaf` #> [1] TRUE #> #> $`smooth muscle tumor`$children #> list() #> #> $`smooth muscle tumor`$value #> [1] "smooth muscle tumor" #> #> #> $`Sneddon syndrome` #> $`Sneddon syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13096" #> #> $`Sneddon syndrome`$`_id` #> [1] "DOID_13096<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Sneddon syndrome`$privateGeneCount #> [1] 0 #> #> $`Sneddon syndrome`$publicGeneCount #> [1] 1 #> #> $`Sneddon syndrome`$urlId #> [1] "DOID_13096" #> #> $`Sneddon syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sneddon syndrome`$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Sneddon syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sneddon syndrome`$children #> list() #> #> $`Sneddon syndrome`$value #> [1] "Sneddon syndrome" #> #> #> $`social phobia` #> $`social phobia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11257" #> #> $`social phobia`$`_id` #> [1] "DOID_11257<DOID_591<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`social phobia`$privateGeneCount #> [1] 0 #> #> $`social phobia`$publicGeneCount #> [1] 2 #> #> $`social phobia`$urlId #> [1] "DOID_11257" #> #> $`social phobia`$dbPhenotype #> [1] TRUE #> #> $`social phobia`$`_parent` #> [1] "DOID_591<DOID_2030<DOID_1561<DOID_150<DOID_4" #> #> $`social phobia`$`_is_leaf` #> [1] TRUE #> #> $`social phobia`$children #> list() #> #> $`social phobia`$value #> [1] "social phobia" #> #> #> $`Soft tissue sarcoma` #> $`Soft tissue sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030448" #> #> $`Soft tissue sarcoma`$`_id` #> [1] "HP_0030448<HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Soft tissue sarcoma`$privateGeneCount #> [1] 0 #> #> $`Soft tissue sarcoma`$publicGeneCount #> [1] 8 #> #> $`Soft tissue sarcoma`$urlId #> [1] "HP_0030448" #> #> $`Soft tissue sarcoma`$dbPhenotype #> [1] FALSE #> #> $`Soft tissue sarcoma`$`_parent` #> [1] "HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> $`Soft tissue sarcoma`$`_is_leaf` #> [1] FALSE #> #> $`Soft tissue sarcoma`$children #> $`Soft tissue sarcoma`$children[[1]] #> [1] "HP_0010614<HP_0030448<HP_0100242<HP_0011792<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Soft tissue sarcoma`$value #> [1] "Soft tissue sarcoma" #> #> #> $`somatization disorder` #> $`somatization disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13918" #> #> $`somatization disorder`$`_id` #> [1] "DOID_13918<DOID_4737<DOID_150<DOID_4" #> #> $`somatization disorder`$privateGeneCount #> [1] 0 #> #> $`somatization disorder`$publicGeneCount #> [1] 1 #> #> $`somatization disorder`$urlId #> [1] "DOID_13918" #> #> $`somatization disorder`$dbPhenotype #> [1] TRUE #> #> $`somatization disorder`$`_parent` #> [1] "DOID_4737<DOID_150<DOID_4" #> #> $`somatization disorder`$`_is_leaf` #> [1] TRUE #> #> $`somatization disorder`$children #> list() #> #> $`somatization disorder`$value #> [1] "somatization disorder" #> #> #> $`somatoform disorder` #> $`somatoform disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4737" #> #> $`somatoform disorder`$`_id` #> [1] "DOID_4737<DOID_150<DOID_4" #> #> $`somatoform disorder`$privateGeneCount #> [1] 0 #> #> $`somatoform disorder`$publicGeneCount #> [1] 2 #> #> $`somatoform disorder`$urlId #> [1] "DOID_4737" #> #> $`somatoform disorder`$dbPhenotype #> [1] TRUE #> #> $`somatoform disorder`$`_parent` #> [1] "DOID_150<DOID_4" #> #> $`somatoform disorder`$`_is_leaf` #> [1] FALSE #> #> $`somatoform disorder`$children #> $`somatoform disorder`$children[[1]] #> [1] "DOID_11569<DOID_4737<DOID_150<DOID_4" #> #> $`somatoform disorder`$children[[2]] #> [1] "DOID_13918<DOID_4737<DOID_150<DOID_4" #> #> #> $`somatoform disorder`$value #> [1] "somatoform disorder" #> #> #> $`SOST-related sclerosing bone dysplasia` #> $`SOST-related sclerosing bone dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080036" #> #> $`SOST-related sclerosing bone dysplasia`$`_id` #> [1] "DOID_0080036<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`SOST-related sclerosing bone dysplasia`$privateGeneCount #> [1] 0 #> #> $`SOST-related sclerosing bone dysplasia`$publicGeneCount #> [1] 2 #> #> $`SOST-related sclerosing bone dysplasia`$urlId #> [1] "DOID_0080036" #> #> $`SOST-related sclerosing bone dysplasia`$dbPhenotype #> [1] TRUE #> #> $`SOST-related sclerosing bone dysplasia`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`SOST-related sclerosing bone dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`SOST-related sclerosing bone dysplasia`$children #> list() #> #> $`SOST-related sclerosing bone dysplasia`$value #> [1] "SOST-related sclerosing bone dysplasia" #> #> #> $`SOST-related sclerosing bone dysplasia` #> $`SOST-related sclerosing bone dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080036" #> #> $`SOST-related sclerosing bone dysplasia`$`_id` #> [1] "DOID_0080036<DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`SOST-related sclerosing bone dysplasia`$privateGeneCount #> [1] 0 #> #> $`SOST-related sclerosing bone dysplasia`$publicGeneCount #> [1] 2 #> #> $`SOST-related sclerosing bone dysplasia`$urlId #> [1] "DOID_0080036" #> #> $`SOST-related sclerosing bone dysplasia`$dbPhenotype #> [1] TRUE #> #> $`SOST-related sclerosing bone dysplasia`$`_parent` #> [1] "DOID_205<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`SOST-related sclerosing bone dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`SOST-related sclerosing bone dysplasia`$children #> list() #> #> $`SOST-related sclerosing bone dysplasia`$value #> [1] "SOST-related sclerosing bone dysplasia" #> #> #> $`Sotos syndrome` #> $`Sotos syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14748" #> #> $`Sotos syndrome`$`_id` #> [1] "DOID_14748<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Sotos syndrome`$privateGeneCount #> [1] 0 #> #> $`Sotos syndrome`$publicGeneCount #> [1] 3 #> #> $`Sotos syndrome`$urlId #> [1] "DOID_14748" #> #> $`Sotos syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sotos syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Sotos syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sotos syndrome`$children #> list() #> #> $`Sotos syndrome`$value #> [1] "Sotos syndrome" #> #> #> $`Sotos syndrome` #> $`Sotos syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14748" #> #> $`Sotos syndrome`$`_id` #> [1] "DOID_14748<DOID_225<DOID_4" #> #> $`Sotos syndrome`$privateGeneCount #> [1] 0 #> #> $`Sotos syndrome`$publicGeneCount #> [1] 3 #> #> $`Sotos syndrome`$urlId #> [1] "DOID_14748" #> #> $`Sotos syndrome`$dbPhenotype #> [1] TRUE #> #> $`Sotos syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Sotos syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Sotos syndrome`$children #> list() #> #> $`Sotos syndrome`$value #> [1] "Sotos syndrome" #> #> #> $`spastic ataxia` #> $`spastic ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050952" #> #> $`spastic ataxia`$`_id` #> [1] "DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia`$privateGeneCount #> [1] 0 #> #> $`spastic ataxia`$publicGeneCount #> [1] 5 #> #> $`spastic ataxia`$urlId #> [1] "DOID_0050952" #> #> $`spastic ataxia`$dbPhenotype #> [1] FALSE #> #> $`spastic ataxia`$`_parent` #> [1] "DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia`$`_is_leaf` #> [1] FALSE #> #> $`spastic ataxia`$children #> $`spastic ataxia`$children[[1]] #> [1] "DOID_0050772<DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia`$children[[2]] #> [1] "DOID_0050941<DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia`$children[[3]] #> [1] "DOID_0050942<DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia`$children[[4]] #> [1] "DOID_0050943<DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia`$children[[5]] #> [1] "DOID_0050944<DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`spastic ataxia`$value #> [1] "spastic ataxia" #> #> #> $`spastic ataxia 1` #> $`spastic ataxia 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050772" #> #> $`spastic ataxia 1`$`_id` #> [1] "DOID_0050772<DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia 1`$privateGeneCount #> [1] 0 #> #> $`spastic ataxia 1`$publicGeneCount #> [1] 1 #> #> $`spastic ataxia 1`$urlId #> [1] "DOID_0050772" #> #> $`spastic ataxia 1`$dbPhenotype #> [1] TRUE #> #> $`spastic ataxia 1`$`_parent` #> [1] "DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia 1`$`_is_leaf` #> [1] TRUE #> #> $`spastic ataxia 1`$children #> list() #> #> $`spastic ataxia 1`$value #> [1] "spastic ataxia 1" #> #> #> $`spastic ataxia 2` #> $`spastic ataxia 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050941" #> #> $`spastic ataxia 2`$`_id` #> [1] "DOID_0050941<DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia 2`$privateGeneCount #> [1] 0 #> #> $`spastic ataxia 2`$publicGeneCount #> [1] 1 #> #> $`spastic ataxia 2`$urlId #> [1] "DOID_0050941" #> #> $`spastic ataxia 2`$dbPhenotype #> [1] TRUE #> #> $`spastic ataxia 2`$`_parent` #> [1] "DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia 2`$`_is_leaf` #> [1] TRUE #> #> $`spastic ataxia 2`$children #> list() #> #> $`spastic ataxia 2`$value #> [1] "spastic ataxia 2" #> #> #> $`spastic ataxia 3` #> $`spastic ataxia 3`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050942" #> #> $`spastic ataxia 3`$`_id` #> [1] "DOID_0050942<DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia 3`$privateGeneCount #> [1] 0 #> #> $`spastic ataxia 3`$publicGeneCount #> [1] 1 #> #> $`spastic ataxia 3`$urlId #> [1] "DOID_0050942" #> #> $`spastic ataxia 3`$dbPhenotype #> [1] TRUE #> #> $`spastic ataxia 3`$`_parent` #> [1] "DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia 3`$`_is_leaf` #> [1] TRUE #> #> $`spastic ataxia 3`$children #> list() #> #> $`spastic ataxia 3`$value #> [1] "spastic ataxia 3" #> #> #> $`spastic ataxia 4` #> $`spastic ataxia 4`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050943" #> #> $`spastic ataxia 4`$`_id` #> [1] "DOID_0050943<DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia 4`$privateGeneCount #> [1] 0 #> #> $`spastic ataxia 4`$publicGeneCount #> [1] 1 #> #> $`spastic ataxia 4`$urlId #> [1] "DOID_0050943" #> #> $`spastic ataxia 4`$dbPhenotype #> [1] TRUE #> #> $`spastic ataxia 4`$`_parent` #> [1] "DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia 4`$`_is_leaf` #> [1] TRUE #> #> $`spastic ataxia 4`$children #> list() #> #> $`spastic ataxia 4`$value #> [1] "spastic ataxia 4" #> #> #> $`spastic ataxia 5` #> $`spastic ataxia 5`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050944" #> #> $`spastic ataxia 5`$`_id` #> [1] "DOID_0050944<DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia 5`$privateGeneCount #> [1] 0 #> #> $`spastic ataxia 5`$publicGeneCount #> [1] 1 #> #> $`spastic ataxia 5`$urlId #> [1] "DOID_0050944" #> #> $`spastic ataxia 5`$dbPhenotype #> [1] TRUE #> #> $`spastic ataxia 5`$`_parent` #> [1] "DOID_0050952<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic ataxia 5`$`_is_leaf` #> [1] TRUE #> #> $`spastic ataxia 5`$children #> list() #> #> $`spastic ataxia 5`$value #> [1] "spastic ataxia 5" #> #> #> $`spastic cerebral palsy` #> $`spastic cerebral palsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050669" #> #> $`spastic cerebral palsy`$`_id` #> [1] "DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic cerebral palsy`$privateGeneCount #> [1] 0 #> #> $`spastic cerebral palsy`$publicGeneCount #> [1] 30 #> #> $`spastic cerebral palsy`$urlId #> [1] "DOID_0050669" #> #> $`spastic cerebral palsy`$dbPhenotype #> [1] TRUE #> #> $`spastic cerebral palsy`$`_parent` #> [1] "DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic cerebral palsy`$`_is_leaf` #> [1] FALSE #> #> $`spastic cerebral palsy`$children #> $`spastic cerebral palsy`$children[[1]] #> [1] "DOID_10965<DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic cerebral palsy`$children[[2]] #> [1] "DOID_10967<DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic cerebral palsy`$children[[3]] #> [1] "DOID_10968<DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic cerebral palsy`$children[[4]] #> [1] "DOID_10970<DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`spastic cerebral palsy`$value #> [1] "spastic cerebral palsy" #> #> #> $`spastic diplegia` #> $`spastic diplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10965" #> #> $`spastic diplegia`$`_id` #> [1] "DOID_10965<DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic diplegia`$privateGeneCount #> [1] 0 #> #> $`spastic diplegia`$publicGeneCount #> [1] 13 #> #> $`spastic diplegia`$urlId #> [1] "DOID_10965" #> #> $`spastic diplegia`$dbPhenotype #> [1] TRUE #> #> $`spastic diplegia`$`_parent` #> [1] "DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic diplegia`$`_is_leaf` #> [1] TRUE #> #> $`spastic diplegia`$children #> list() #> #> $`spastic diplegia`$value #> [1] "spastic diplegia" #> #> #> $`Spastic hemiparesis` #> $`Spastic hemiparesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011099" #> #> $`Spastic hemiparesis`$`_id` #> [1] "HP_0011099<HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spastic hemiparesis`$privateGeneCount #> [1] 0 #> #> $`Spastic hemiparesis`$publicGeneCount #> [1] 1 #> #> $`Spastic hemiparesis`$urlId #> [1] "HP_0011099" #> #> $`Spastic hemiparesis`$dbPhenotype #> [1] TRUE #> #> $`Spastic hemiparesis`$`_parent` #> [1] "HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spastic hemiparesis`$`_is_leaf` #> [1] TRUE #> #> $`Spastic hemiparesis`$children #> list() #> #> $`Spastic hemiparesis`$value #> [1] "Spastic hemiparesis" #> #> #> $`Spastic hemiparesis` #> $`Spastic hemiparesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011099" #> #> $`Spastic hemiparesis`$`_id` #> [1] "HP_0011099<HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Spastic hemiparesis`$privateGeneCount #> [1] 0 #> #> $`Spastic hemiparesis`$publicGeneCount #> [1] 1 #> #> $`Spastic hemiparesis`$urlId #> [1] "HP_0011099" #> #> $`Spastic hemiparesis`$dbPhenotype #> [1] TRUE #> #> $`Spastic hemiparesis`$`_parent` #> [1] "HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Spastic hemiparesis`$`_is_leaf` #> [1] TRUE #> #> $`Spastic hemiparesis`$children #> list() #> #> $`Spastic hemiparesis`$value #> [1] "Spastic hemiparesis" #> #> #> $`spastic hemiplegia` #> $`spastic hemiplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10967" #> #> $`spastic hemiplegia`$`_id` #> [1] "DOID_10967<DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic hemiplegia`$privateGeneCount #> [1] 0 #> #> $`spastic hemiplegia`$publicGeneCount #> [1] 7 #> #> $`spastic hemiplegia`$urlId #> [1] "DOID_10967" #> #> $`spastic hemiplegia`$dbPhenotype #> [1] TRUE #> #> $`spastic hemiplegia`$`_parent` #> [1] "DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic hemiplegia`$`_is_leaf` #> [1] TRUE #> #> $`spastic hemiplegia`$children #> list() #> #> $`spastic hemiplegia`$value #> [1] "spastic hemiplegia" #> #> #> $`spastic monoplegia` #> $`spastic monoplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10968" #> #> $`spastic monoplegia`$`_id` #> [1] "DOID_10968<DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic monoplegia`$privateGeneCount #> [1] 0 #> #> $`spastic monoplegia`$publicGeneCount #> [1] 2 #> #> $`spastic monoplegia`$urlId #> [1] "DOID_10968" #> #> $`spastic monoplegia`$dbPhenotype #> [1] TRUE #> #> $`spastic monoplegia`$`_parent` #> [1] "DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic monoplegia`$`_is_leaf` #> [1] TRUE #> #> $`spastic monoplegia`$children #> list() #> #> $`spastic monoplegia`$value #> [1] "spastic monoplegia" #> #> #> $`Spastic paraparesis` #> $`Spastic paraparesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002313" #> #> $`Spastic paraparesis`$`_id` #> [1] "HP_0002313<HP_0002061<HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spastic paraparesis`$privateGeneCount #> [1] 0 #> #> $`Spastic paraparesis`$publicGeneCount #> [1] 1 #> #> $`Spastic paraparesis`$urlId #> [1] "HP_0002313" #> #> $`Spastic paraparesis`$dbPhenotype #> [1] TRUE #> #> $`Spastic paraparesis`$`_parent` #> [1] "HP_0002061<HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spastic paraparesis`$`_is_leaf` #> [1] TRUE #> #> $`Spastic paraparesis`$children #> list() #> #> $`Spastic paraparesis`$value #> [1] "Spastic paraparesis" #> #> #> $`Spastic paraparesis` #> $`Spastic paraparesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002313" #> #> $`Spastic paraparesis`$`_id` #> [1] "HP_0002313<HP_0002061<HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Spastic paraparesis`$privateGeneCount #> [1] 0 #> #> $`Spastic paraparesis`$publicGeneCount #> [1] 1 #> #> $`Spastic paraparesis`$urlId #> [1] "HP_0002313" #> #> $`Spastic paraparesis`$dbPhenotype #> [1] TRUE #> #> $`Spastic paraparesis`$`_parent` #> [1] "HP_0002061<HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Spastic paraparesis`$`_is_leaf` #> [1] TRUE #> #> $`Spastic paraparesis`$children #> list() #> #> $`Spastic paraparesis`$value #> [1] "Spastic paraparesis" #> #> #> $`Spastic paraparesis` #> $`Spastic paraparesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002313" #> #> $`Spastic paraparesis`$`_id` #> [1] "HP_0002313<HP_0002385<HP_0010551<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spastic paraparesis`$privateGeneCount #> [1] 0 #> #> $`Spastic paraparesis`$publicGeneCount #> [1] 1 #> #> $`Spastic paraparesis`$urlId #> [1] "HP_0002313" #> #> $`Spastic paraparesis`$dbPhenotype #> [1] TRUE #> #> $`Spastic paraparesis`$`_parent` #> [1] "HP_0002385<HP_0010551<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spastic paraparesis`$`_is_leaf` #> [1] TRUE #> #> $`Spastic paraparesis`$children #> list() #> #> $`Spastic paraparesis`$value #> [1] "Spastic paraparesis" #> #> #> $`Spastic paraplegia` #> $`Spastic paraplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001258" #> #> $`Spastic paraplegia`$`_id` #> [1] "HP_0001258<HP_0002061<HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spastic paraplegia`$privateGeneCount #> [1] 0 #> #> $`Spastic paraplegia`$publicGeneCount #> [1] 1 #> #> $`Spastic paraplegia`$urlId #> [1] "HP_0001258" #> #> $`Spastic paraplegia`$dbPhenotype #> [1] TRUE #> #> $`Spastic paraplegia`$`_parent` #> [1] "HP_0002061<HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spastic paraplegia`$`_is_leaf` #> [1] TRUE #> #> $`Spastic paraplegia`$children #> list() #> #> $`Spastic paraplegia`$value #> [1] "Spastic paraplegia" #> #> #> $`Spastic paraplegia` #> $`Spastic paraplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001258" #> #> $`Spastic paraplegia`$`_id` #> [1] "HP_0001258<HP_0002061<HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Spastic paraplegia`$privateGeneCount #> [1] 0 #> #> $`Spastic paraplegia`$publicGeneCount #> [1] 1 #> #> $`Spastic paraplegia`$urlId #> [1] "HP_0001258" #> #> $`Spastic paraplegia`$dbPhenotype #> [1] TRUE #> #> $`Spastic paraplegia`$`_parent` #> [1] "HP_0002061<HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $`Spastic paraplegia`$`_is_leaf` #> [1] TRUE #> #> $`Spastic paraplegia`$children #> list() #> #> $`Spastic paraplegia`$value #> [1] "Spastic paraplegia" #> #> #> $`spastic quadriplegia` #> $`spastic quadriplegia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10970" #> #> $`spastic quadriplegia`$`_id` #> [1] "DOID_10970<DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic quadriplegia`$privateGeneCount #> [1] 0 #> #> $`spastic quadriplegia`$publicGeneCount #> [1] 23 #> #> $`spastic quadriplegia`$urlId #> [1] "DOID_10970" #> #> $`spastic quadriplegia`$dbPhenotype #> [1] TRUE #> #> $`spastic quadriplegia`$`_parent` #> [1] "DOID_0050669<DOID_1969<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spastic quadriplegia`$`_is_leaf` #> [1] TRUE #> #> $`spastic quadriplegia`$children #> list() #> #> $`spastic quadriplegia`$value #> [1] "spastic quadriplegia" #> #> #> $Spasticity #> $Spasticity$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001257" #> #> $Spasticity$`_id` #> [1] "HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Spasticity$privateGeneCount #> [1] 0 #> #> $Spasticity$publicGeneCount #> [1] 5 #> #> $Spasticity$urlId #> [1] "HP_0001257" #> #> $Spasticity$dbPhenotype #> [1] TRUE #> #> $Spasticity$`_parent` #> [1] "HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Spasticity$`_is_leaf` #> [1] FALSE #> #> $Spasticity$children #> $Spasticity$children[[1]] #> [1] "HP_0002061<HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Spasticity$children[[2]] #> [1] "HP_0011099<HP_0001257<HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Spasticity$value #> [1] "Spasticity" #> #> #> $Spasticity #> $Spasticity$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001257" #> #> $Spasticity$`_id` #> [1] "HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $Spasticity$privateGeneCount #> [1] 0 #> #> $Spasticity$publicGeneCount #> [1] 5 #> #> $Spasticity$urlId #> [1] "HP_0001257" #> #> $Spasticity$dbPhenotype #> [1] TRUE #> #> $Spasticity$`_parent` #> [1] "HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $Spasticity$`_is_leaf` #> [1] FALSE #> #> $Spasticity$children #> $Spasticity$children[[1]] #> [1] "HP_0002061<HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $Spasticity$children[[2]] #> [1] "HP_0011099<HP_0001257<HP_0001276<HP_0003808<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> #> $Spasticity$value #> [1] "Spasticity" #> #> #> $`specific developmental disorder` #> $`specific developmental disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060038" #> #> $`specific developmental disorder`$`_id` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$privateGeneCount #> [1] 0 #> #> $`specific developmental disorder`$publicGeneCount #> [1] 690 #> #> $`specific developmental disorder`$urlId #> [1] "DOID_0060038" #> #> $`specific developmental disorder`$dbPhenotype #> [1] FALSE #> #> $`specific developmental disorder`$`_parent` #> [1] "DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$`_is_leaf` #> [1] FALSE #> #> $`specific developmental disorder`$children #> $`specific developmental disorder`$children[[1]] #> [1] "DOID_1094<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$children[[2]] #> [1] "DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$children[[3]] #> [1] "DOID_12995<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$children[[4]] #> [1] "DOID_9923<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$children[[5]] #> [1] "DOID_8670<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$children[[6]] #> [1] "DOID_0050696<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$children[[7]] #> [1] "DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$children[[8]] #> [1] "DOID_8927<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$children[[9]] #> [1] "DOID_2303<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific developmental disorder`$children[[10]] #> [1] "DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`specific developmental disorder`$value #> [1] "specific developmental disorder" #> #> #> $`specific language impairment` #> $`specific language impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060244" #> #> $`specific language impairment`$`_id` #> [1] "DOID_0060244<DOID_93<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific language impairment`$privateGeneCount #> [1] 0 #> #> $`specific language impairment`$publicGeneCount #> [1] 1 #> #> $`specific language impairment`$urlId #> [1] "DOID_0060244" #> #> $`specific language impairment`$dbPhenotype #> [1] TRUE #> #> $`specific language impairment`$`_parent` #> [1] "DOID_93<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`specific language impairment`$`_is_leaf` #> [1] TRUE #> #> $`specific language impairment`$children #> list() #> #> $`specific language impairment`$value #> [1] "specific language impairment" #> #> #> $`Specific learning disability` #> $`Specific learning disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001328" #> #> $`Specific learning disability`$`_id` #> [1] "HP_0001328<HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Specific learning disability`$privateGeneCount #> [1] 0 #> #> $`Specific learning disability`$publicGeneCount #> [1] 1 #> #> $`Specific learning disability`$urlId #> [1] "HP_0001328" #> #> $`Specific learning disability`$dbPhenotype #> [1] TRUE #> #> $`Specific learning disability`$`_parent` #> [1] "HP_0012759<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Specific learning disability`$`_is_leaf` #> [1] TRUE #> #> $`Specific learning disability`$children #> list() #> #> $`Specific learning disability`$value #> [1] "Specific learning disability" #> #> #> $`speech disorder` #> $`speech disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_92" #> #> $`speech disorder`$`_id` #> [1] "DOID_92<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`speech disorder`$privateGeneCount #> [1] 0 #> #> $`speech disorder`$publicGeneCount #> [1] 14 #> #> $`speech disorder`$urlId #> [1] "DOID_92" #> #> $`speech disorder`$dbPhenotype #> [1] TRUE #> #> $`speech disorder`$`_parent` #> [1] "DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`speech disorder`$`_is_leaf` #> [1] FALSE #> #> $`speech disorder`$children #> $`speech disorder`$children[[1]] #> [1] "DOID_4186<DOID_92<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`speech disorder`$value #> [1] "speech disorder" #> #> #> $Spherocytosis #> $Spherocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004444" #> #> $Spherocytosis$`_id` #> [1] "HP_0004444<HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Spherocytosis$privateGeneCount #> [1] 0 #> #> $Spherocytosis$publicGeneCount #> [1] 1 #> #> $Spherocytosis$urlId #> [1] "HP_0004444" #> #> $Spherocytosis$dbPhenotype #> [1] TRUE #> #> $Spherocytosis$`_parent` #> [1] "HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Spherocytosis$`_is_leaf` #> [1] TRUE #> #> $Spherocytosis$children #> list() #> #> $Spherocytosis$value #> [1] "Spherocytosis" #> #> #> $`spheroid body myopathy` #> $`spheroid body myopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080091" #> #> $`spheroid body myopathy`$`_id` #> [1] "DOID_0080091<DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`spheroid body myopathy`$privateGeneCount #> [1] 0 #> #> $`spheroid body myopathy`$publicGeneCount #> [1] 1 #> #> $`spheroid body myopathy`$urlId #> [1] "DOID_0080091" #> #> $`spheroid body myopathy`$dbPhenotype #> [1] TRUE #> #> $`spheroid body myopathy`$`_parent` #> [1] "DOID_0080307<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`spheroid body myopathy`$`_is_leaf` #> [1] TRUE #> #> $`spheroid body myopathy`$children #> list() #> #> $`spheroid body myopathy`$value #> [1] "spheroid body myopathy" #> #> #> $sphingolipidosis #> $sphingolipidosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1927" #> #> $sphingolipidosis$`_id` #> [1] "DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sphingolipidosis$privateGeneCount #> [1] 0 #> #> $sphingolipidosis$publicGeneCount #> [1] 22 #> #> $sphingolipidosis$urlId #> [1] "DOID_1927" #> #> $sphingolipidosis$dbPhenotype #> [1] TRUE #> #> $sphingolipidosis$`_parent` #> [1] "DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sphingolipidosis$`_is_leaf` #> [1] FALSE #> #> $sphingolipidosis$children #> $sphingolipidosis$children[[1]] #> [1] "DOID_14499<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sphingolipidosis$children[[2]] #> [1] "DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sphingolipidosis$children[[3]] #> [1] "DOID_1926<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sphingolipidosis$children[[4]] #> [1] "DOID_10587<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sphingolipidosis$children[[5]] #> [1] "DOID_10581<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sphingolipidosis$children[[6]] #> [1] "DOID_0050441<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sphingolipidosis$children[[7]] #> [1] "DOID_14504<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $sphingolipidosis$children[[8]] #> [1] "DOID_4423<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> #> $sphingolipidosis$value #> [1] "sphingolipidosis" #> #> #> $`spina bifida` #> $`spina bifida`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080016" #> #> $`spina bifida`$`_id` #> [1] "DOID_0080016<DOID_0080074<DOID_0080015<DOID_4" #> #> $`spina bifida`$privateGeneCount #> [1] 0 #> #> $`spina bifida`$publicGeneCount #> [1] 8 #> #> $`spina bifida`$urlId #> [1] "DOID_0080016" #> #> $`spina bifida`$dbPhenotype #> [1] TRUE #> #> $`spina bifida`$`_parent` #> [1] "DOID_0080074<DOID_0080015<DOID_4" #> #> $`spina bifida`$`_is_leaf` #> [1] FALSE #> #> $`spina bifida`$children #> $`spina bifida`$children[[1]] #> [1] "DOID_1088<DOID_0080016<DOID_0080074<DOID_0080015<DOID_4" #> #> #> $`spina bifida`$value #> [1] "spina bifida" #> #> #> $`Spina bifida` #> $`Spina bifida`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002414" #> #> $`Spina bifida`$`_id` #> [1] "HP_0002414<HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spina bifida`$privateGeneCount #> [1] 0 #> #> $`Spina bifida`$publicGeneCount #> [1] 4 #> #> $`Spina bifida`$urlId #> [1] "HP_0002414" #> #> $`Spina bifida`$dbPhenotype #> [1] FALSE #> #> $`Spina bifida`$`_parent` #> [1] "HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spina bifida`$`_is_leaf` #> [1] FALSE #> #> $`Spina bifida`$children #> $`Spina bifida`$children[[1]] #> [1] "HP_0002435<HP_0002414<HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Spina bifida`$value #> [1] "Spina bifida" #> #> #> $`Spina bifida` #> $`Spina bifida`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002414" #> #> $`Spina bifida`$`_id` #> [1] "HP_0002414<HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spina bifida`$privateGeneCount #> [1] 0 #> #> $`Spina bifida`$publicGeneCount #> [1] 4 #> #> $`Spina bifida`$urlId #> [1] "HP_0002414" #> #> $`Spina bifida`$dbPhenotype #> [1] FALSE #> #> $`Spina bifida`$`_parent` #> [1] "HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spina bifida`$`_is_leaf` #> [1] FALSE #> #> $`Spina bifida`$children #> $`Spina bifida`$children[[1]] #> [1] "HP_0002435<HP_0002414<HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Spina bifida`$value #> [1] "Spina bifida" #> #> #> $`spinal canal and spinal cord meningioma` #> $`spinal canal and spinal cord meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1140" #> #> $`spinal canal and spinal cord meningioma`$`_id` #> [1] "DOID_1140<DOID_5612<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal canal and spinal cord meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal canal and spinal cord meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal canal and spinal cord meningioma`$urlId #> [1] "DOID_1140" #> #> $`spinal canal and spinal cord meningioma`$dbPhenotype #> [1] FALSE #> #> $`spinal canal and spinal cord meningioma`$`_parent` #> [1] "DOID_5612<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal canal and spinal cord meningioma`$`_is_leaf` #> [1] FALSE #> #> $`spinal canal and spinal cord meningioma`$children #> $`spinal canal and spinal cord meningioma`$children[[1]] #> [1] "DOID_1138<DOID_1140<DOID_5612<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`spinal canal and spinal cord meningioma`$value #> [1] "spinal canal and spinal cord meningioma" #> #> #> $`spinal canal and spinal cord meningioma` #> $`spinal canal and spinal cord meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1140" #> #> $`spinal canal and spinal cord meningioma`$`_id` #> [1] "DOID_1140<DOID_5612<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`spinal canal and spinal cord meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal canal and spinal cord meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal canal and spinal cord meningioma`$urlId #> [1] "DOID_1140" #> #> $`spinal canal and spinal cord meningioma`$dbPhenotype #> [1] FALSE #> #> $`spinal canal and spinal cord meningioma`$`_parent` #> [1] "DOID_5612<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`spinal canal and spinal cord meningioma`$`_is_leaf` #> [1] FALSE #> #> $`spinal canal and spinal cord meningioma`$children #> $`spinal canal and spinal cord meningioma`$children[[1]] #> [1] "DOID_1138<DOID_1140<DOID_5612<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`spinal canal and spinal cord meningioma`$value #> [1] "spinal canal and spinal cord meningioma" #> #> #> $`spinal canal and spinal cord meningioma` #> $`spinal canal and spinal cord meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1140" #> #> $`spinal canal and spinal cord meningioma`$`_id` #> [1] "DOID_1140<DOID_5612<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`spinal canal and spinal cord meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal canal and spinal cord meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal canal and spinal cord meningioma`$urlId #> [1] "DOID_1140" #> #> $`spinal canal and spinal cord meningioma`$dbPhenotype #> [1] FALSE #> #> $`spinal canal and spinal cord meningioma`$`_parent` #> [1] "DOID_5612<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`spinal canal and spinal cord meningioma`$`_is_leaf` #> [1] FALSE #> #> $`spinal canal and spinal cord meningioma`$children #> $`spinal canal and spinal cord meningioma`$children[[1]] #> [1] "DOID_1138<DOID_1140<DOID_5612<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`spinal canal and spinal cord meningioma`$value #> [1] "spinal canal and spinal cord meningioma" #> #> #> $`spinal canal and spinal cord meningioma` #> $`spinal canal and spinal cord meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1140" #> #> $`spinal canal and spinal cord meningioma`$`_id` #> [1] "DOID_1140<DOID_5612<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal canal and spinal cord meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal canal and spinal cord meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal canal and spinal cord meningioma`$urlId #> [1] "DOID_1140" #> #> $`spinal canal and spinal cord meningioma`$dbPhenotype #> [1] FALSE #> #> $`spinal canal and spinal cord meningioma`$`_parent` #> [1] "DOID_5612<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal canal and spinal cord meningioma`$`_is_leaf` #> [1] FALSE #> #> $`spinal canal and spinal cord meningioma`$children #> $`spinal canal and spinal cord meningioma`$children[[1]] #> [1] "DOID_1138<DOID_1140<DOID_5612<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`spinal canal and spinal cord meningioma`$value #> [1] "spinal canal and spinal cord meningioma" #> #> #> $`spinal cancer` #> $`spinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5612" #> #> $`spinal cancer`$`_id` #> [1] "DOID_5612<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cancer`$privateGeneCount #> [1] 0 #> #> $`spinal cancer`$publicGeneCount #> [1] 16 #> #> $`spinal cancer`$urlId #> [1] "DOID_5612" #> #> $`spinal cancer`$dbPhenotype #> [1] FALSE #> #> $`spinal cancer`$`_parent` #> [1] "DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`spinal cancer`$children #> $`spinal cancer`$children[[1]] #> [1] "DOID_1140<DOID_5612<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`spinal cancer`$value #> [1] "spinal cancer" #> #> #> $`spinal cancer` #> $`spinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5612" #> #> $`spinal cancer`$`_id` #> [1] "DOID_5612<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`spinal cancer`$privateGeneCount #> [1] 0 #> #> $`spinal cancer`$publicGeneCount #> [1] 16 #> #> $`spinal cancer`$urlId #> [1] "DOID_5612" #> #> $`spinal cancer`$dbPhenotype #> [1] FALSE #> #> $`spinal cancer`$`_parent` #> [1] "DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`spinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`spinal cancer`$children #> $`spinal cancer`$children[[1]] #> [1] "DOID_1140<DOID_5612<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`spinal cancer`$value #> [1] "spinal cancer" #> #> #> $`spinal cancer` #> $`spinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5612" #> #> $`spinal cancer`$`_id` #> [1] "DOID_5612<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`spinal cancer`$privateGeneCount #> [1] 0 #> #> $`spinal cancer`$publicGeneCount #> [1] 16 #> #> $`spinal cancer`$urlId #> [1] "DOID_5612" #> #> $`spinal cancer`$dbPhenotype #> [1] FALSE #> #> $`spinal cancer`$`_parent` #> [1] "DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`spinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`spinal cancer`$children #> $`spinal cancer`$children[[1]] #> [1] "DOID_1140<DOID_5612<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`spinal cancer`$value #> [1] "spinal cancer" #> #> #> $`spinal cancer` #> $`spinal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5612" #> #> $`spinal cancer`$`_id` #> [1] "DOID_5612<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cancer`$privateGeneCount #> [1] 0 #> #> $`spinal cancer`$publicGeneCount #> [1] 16 #> #> $`spinal cancer`$urlId #> [1] "DOID_5612" #> #> $`spinal cancer`$dbPhenotype #> [1] FALSE #> #> $`spinal cancer`$`_parent` #> [1] "DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cancer`$`_is_leaf` #> [1] FALSE #> #> $`spinal cancer`$children #> $`spinal cancer`$children[[1]] #> [1] "DOID_1140<DOID_5612<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`spinal cancer`$value #> [1] "spinal cancer" #> #> #> $`Spinal cord compression` #> $`Spinal cord compression`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002176" #> #> $`Spinal cord compression`$`_id` #> [1] "HP_0002176<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spinal cord compression`$privateGeneCount #> [1] 0 #> #> $`Spinal cord compression`$publicGeneCount #> [1] 5 #> #> $`Spinal cord compression`$urlId #> [1] "HP_0002176" #> #> $`Spinal cord compression`$dbPhenotype #> [1] TRUE #> #> $`Spinal cord compression`$`_parent` #> [1] "HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spinal cord compression`$`_is_leaf` #> [1] TRUE #> #> $`Spinal cord compression`$children #> list() #> #> $`Spinal cord compression`$value #> [1] "Spinal cord compression" #> #> #> $`spinal cord disease` #> $`spinal cord disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_319" #> #> $`spinal cord disease`$`_id` #> [1] "DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cord disease`$privateGeneCount #> [1] 0 #> #> $`spinal cord disease`$publicGeneCount #> [1] 102 #> #> $`spinal cord disease`$urlId #> [1] "DOID_319" #> #> $`spinal cord disease`$dbPhenotype #> [1] TRUE #> #> $`spinal cord disease`$`_parent` #> [1] "DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cord disease`$`_is_leaf` #> [1] FALSE #> #> $`spinal cord disease`$children #> $`spinal cord disease`$children[[1]] #> [1] "DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cord disease`$children[[2]] #> [1] "DOID_322<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cord disease`$children[[3]] #> [1] "DOID_8869<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cord disease`$children[[4]] #> [1] "DOID_5612<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cord disease`$children[[5]] #> [1] "DOID_327<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cord disease`$children[[6]] #> [1] "DOID_1089<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal cord disease`$children[[7]] #> [1] "DOID_321<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`spinal cord disease`$value #> [1] "spinal cord disease" #> #> #> $`spinal disease` #> $`spinal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060564" #> #> $`spinal disease`$`_id` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$privateGeneCount #> [1] 0 #> #> $`spinal disease`$publicGeneCount #> [1] 253 #> #> $`spinal disease`$urlId #> [1] "DOID_0060564" #> #> $`spinal disease`$dbPhenotype #> [1] FALSE #> #> $`spinal disease`$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$`_is_leaf` #> [1] FALSE #> #> $`spinal disease`$children #> $`spinal disease`$children[[1]] #> [1] "DOID_0080054<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[2]] #> [1] "DOID_0080056<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[3]] #> [1] "DOID_0080050<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[4]] #> [1] "DOID_7147<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[5]] #> [1] "DOID_0050648<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[6]] #> [1] "DOID_0080010<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[7]] #> [1] "DOID_14780<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[8]] #> [1] "DOID_10426<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[9]] #> [1] "DOID_3070<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[10]] #> [1] "DOID_5408<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[11]] #> [1] "DOID_0050568<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spinal disease`$children[[12]] #> [1] "DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`spinal disease`$value #> [1] "spinal disease" #> #> #> $`Spinal dysraphism` #> $`Spinal dysraphism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010301" #> #> $`Spinal dysraphism`$`_id` #> [1] "HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spinal dysraphism`$privateGeneCount #> [1] 0 #> #> $`Spinal dysraphism`$publicGeneCount #> [1] 4 #> #> $`Spinal dysraphism`$urlId #> [1] "HP_0010301" #> #> $`Spinal dysraphism`$dbPhenotype #> [1] FALSE #> #> $`Spinal dysraphism`$`_parent` #> [1] "HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spinal dysraphism`$`_is_leaf` #> [1] FALSE #> #> $`Spinal dysraphism`$children #> $`Spinal dysraphism`$children[[1]] #> [1] "HP_0002414<HP_0010301<HP_0002143<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Spinal dysraphism`$value #> [1] "Spinal dysraphism" #> #> #> $`Spinal dysraphism` #> $`Spinal dysraphism`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010301" #> #> $`Spinal dysraphism`$`_id` #> [1] "HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spinal dysraphism`$privateGeneCount #> [1] 0 #> #> $`Spinal dysraphism`$publicGeneCount #> [1] 4 #> #> $`Spinal dysraphism`$urlId #> [1] "HP_0010301" #> #> $`Spinal dysraphism`$dbPhenotype #> [1] FALSE #> #> $`Spinal dysraphism`$`_parent` #> [1] "HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Spinal dysraphism`$`_is_leaf` #> [1] FALSE #> #> $`Spinal dysraphism`$children #> $`Spinal dysraphism`$children[[1]] #> [1] "HP_0002414<HP_0010301<HP_0045005<HP_0410043<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Spinal dysraphism`$value #> [1] "Spinal dysraphism" #> #> #> $`spinal meningioma` #> $`spinal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1138" #> #> $`spinal meningioma`$`_id` #> [1] "DOID_1138<DOID_1140<DOID_5612<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal meningioma`$urlId #> [1] "DOID_1138" #> #> $`spinal meningioma`$dbPhenotype #> [1] TRUE #> #> $`spinal meningioma`$`_parent` #> [1] "DOID_1140<DOID_5612<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`spinal meningioma`$children #> list() #> #> $`spinal meningioma`$value #> [1] "spinal meningioma" #> #> #> $`spinal meningioma` #> $`spinal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1138" #> #> $`spinal meningioma`$`_id` #> [1] "DOID_1138<DOID_1140<DOID_5612<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`spinal meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal meningioma`$urlId #> [1] "DOID_1138" #> #> $`spinal meningioma`$dbPhenotype #> [1] TRUE #> #> $`spinal meningioma`$`_parent` #> [1] "DOID_1140<DOID_5612<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`spinal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`spinal meningioma`$children #> list() #> #> $`spinal meningioma`$value #> [1] "spinal meningioma" #> #> #> $`spinal meningioma` #> $`spinal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1138" #> #> $`spinal meningioma`$`_id` #> [1] "DOID_1138<DOID_1140<DOID_5612<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`spinal meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal meningioma`$urlId #> [1] "DOID_1138" #> #> $`spinal meningioma`$dbPhenotype #> [1] TRUE #> #> $`spinal meningioma`$`_parent` #> [1] "DOID_1140<DOID_5612<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`spinal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`spinal meningioma`$children #> list() #> #> $`spinal meningioma`$value #> [1] "spinal meningioma" #> #> #> $`spinal meningioma` #> $`spinal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1138" #> #> $`spinal meningioma`$`_id` #> [1] "DOID_1138<DOID_1140<DOID_5612<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal meningioma`$urlId #> [1] "DOID_1138" #> #> $`spinal meningioma`$dbPhenotype #> [1] TRUE #> #> $`spinal meningioma`$`_parent` #> [1] "DOID_1140<DOID_5612<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`spinal meningioma`$children #> list() #> #> $`spinal meningioma`$value #> [1] "spinal meningioma" #> #> #> $`spinal meningioma` #> $`spinal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1138" #> #> $`spinal meningioma`$`_id` #> [1] "DOID_1138<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`spinal meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal meningioma`$urlId #> [1] "DOID_1138" #> #> $`spinal meningioma`$dbPhenotype #> [1] TRUE #> #> $`spinal meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`spinal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`spinal meningioma`$children #> list() #> #> $`spinal meningioma`$value #> [1] "spinal meningioma" #> #> #> $`spinal meningioma` #> $`spinal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1138" #> #> $`spinal meningioma`$`_id` #> [1] "DOID_1138<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`spinal meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal meningioma`$urlId #> [1] "DOID_1138" #> #> $`spinal meningioma`$dbPhenotype #> [1] TRUE #> #> $`spinal meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`spinal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`spinal meningioma`$children #> list() #> #> $`spinal meningioma`$value #> [1] "spinal meningioma" #> #> #> $`spinal meningioma` #> $`spinal meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1138" #> #> $`spinal meningioma`$`_id` #> [1] "DOID_1138<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal meningioma`$privateGeneCount #> [1] 0 #> #> $`spinal meningioma`$publicGeneCount #> [1] 16 #> #> $`spinal meningioma`$urlId #> [1] "DOID_1138" #> #> $`spinal meningioma`$dbPhenotype #> [1] TRUE #> #> $`spinal meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal meningioma`$`_is_leaf` #> [1] TRUE #> #> $`spinal meningioma`$children #> list() #> #> $`spinal meningioma`$value #> [1] "spinal meningioma" #> #> #> $`spinal muscular atrophy` #> $`spinal muscular atrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12377" #> #> $`spinal muscular atrophy`$`_id` #> [1] "DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal muscular atrophy`$privateGeneCount #> [1] 0 #> #> $`spinal muscular atrophy`$publicGeneCount #> [1] 24 #> #> $`spinal muscular atrophy`$urlId #> [1] "DOID_12377" #> #> $`spinal muscular atrophy`$dbPhenotype #> [1] TRUE #> #> $`spinal muscular atrophy`$`_parent` #> [1] "DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal muscular atrophy`$`_is_leaf` #> [1] FALSE #> #> $`spinal muscular atrophy`$children #> $`spinal muscular atrophy`$children[[1]] #> [1] "DOID_0050529<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal muscular atrophy`$children[[2]] #> [1] "DOID_4873<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal muscular atrophy`$children[[3]] #> [1] "DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinal muscular atrophy`$children[[4]] #> [1] "DOID_0060161<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`spinal muscular atrophy`$value #> [1] "spinal muscular atrophy" #> #> #> $`spindle cell carcinoma` #> $`spindle cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4015" #> #> $`spindle cell carcinoma`$`_id` #> [1] "DOID_4015<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`spindle cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`spindle cell carcinoma`$publicGeneCount #> [1] 171 #> #> $`spindle cell carcinoma`$urlId #> [1] "DOID_4015" #> #> $`spindle cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`spindle cell carcinoma`$`_parent` #> [1] "DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`spindle cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`spindle cell carcinoma`$children #> list() #> #> $`spindle cell carcinoma`$value #> [1] "spindle cell carcinoma" #> #> #> $`spindle cell sarcoma` #> $`spindle cell sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4235" #> #> $`spindle cell sarcoma`$`_id` #> [1] "DOID_4235<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`spindle cell sarcoma`$privateGeneCount #> [1] 0 #> #> $`spindle cell sarcoma`$publicGeneCount #> [1] 17 #> #> $`spindle cell sarcoma`$urlId #> [1] "DOID_4235" #> #> $`spindle cell sarcoma`$dbPhenotype #> [1] TRUE #> #> $`spindle cell sarcoma`$`_parent` #> [1] "DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`spindle cell sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`spindle cell sarcoma`$children #> list() #> #> $`spindle cell sarcoma`$value #> [1] "spindle cell sarcoma" #> #> #> $`spinocerebellar ataxia type 1` #> $`spinocerebellar ataxia type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050954" #> #> $`spinocerebellar ataxia type 1`$`_id` #> [1] "DOID_0050954<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 1`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 1`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 1`$urlId #> [1] "DOID_0050954" #> #> $`spinocerebellar ataxia type 1`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 1`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 1`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 1`$children #> list() #> #> $`spinocerebellar ataxia type 1`$value #> [1] "spinocerebellar ataxia type 1" #> #> #> $`spinocerebellar ataxia type 1` #> $`spinocerebellar ataxia type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050954" #> #> $`spinocerebellar ataxia type 1`$`_id` #> [1] "DOID_0050954<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 1`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 1`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 1`$urlId #> [1] "DOID_0050954" #> #> $`spinocerebellar ataxia type 1`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 1`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 1`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 1`$children #> list() #> #> $`spinocerebellar ataxia type 1`$value #> [1] "spinocerebellar ataxia type 1" #> #> #> $`spinocerebellar ataxia type 1` #> $`spinocerebellar ataxia type 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050954" #> #> $`spinocerebellar ataxia type 1`$`_id` #> [1] "DOID_0050954<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 1`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 1`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 1`$urlId #> [1] "DOID_0050954" #> #> $`spinocerebellar ataxia type 1`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 1`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 1`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 1`$children #> list() #> #> $`spinocerebellar ataxia type 1`$value #> [1] "spinocerebellar ataxia type 1" #> #> #> $`spinocerebellar ataxia type 10` #> $`spinocerebellar ataxia type 10`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050960" #> #> $`spinocerebellar ataxia type 10`$`_id` #> [1] "DOID_0050960<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 10`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 10`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 10`$urlId #> [1] "DOID_0050960" #> #> $`spinocerebellar ataxia type 10`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 10`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 10`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 10`$children #> list() #> #> $`spinocerebellar ataxia type 10`$value #> [1] "spinocerebellar ataxia type 10" #> #> #> $`spinocerebellar ataxia type 10` #> $`spinocerebellar ataxia type 10`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050960" #> #> $`spinocerebellar ataxia type 10`$`_id` #> [1] "DOID_0050960<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 10`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 10`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 10`$urlId #> [1] "DOID_0050960" #> #> $`spinocerebellar ataxia type 10`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 10`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 10`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 10`$children #> list() #> #> $`spinocerebellar ataxia type 10`$value #> [1] "spinocerebellar ataxia type 10" #> #> #> $`spinocerebellar ataxia type 10` #> $`spinocerebellar ataxia type 10`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050960" #> #> $`spinocerebellar ataxia type 10`$`_id` #> [1] "DOID_0050960<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 10`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 10`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 10`$urlId #> [1] "DOID_0050960" #> #> $`spinocerebellar ataxia type 10`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 10`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 10`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 10`$children #> list() #> #> $`spinocerebellar ataxia type 10`$value #> [1] "spinocerebellar ataxia type 10" #> #> #> $`spinocerebellar ataxia type 11` #> $`spinocerebellar ataxia type 11`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050961" #> #> $`spinocerebellar ataxia type 11`$`_id` #> [1] "DOID_0050961<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 11`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 11`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 11`$urlId #> [1] "DOID_0050961" #> #> $`spinocerebellar ataxia type 11`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 11`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 11`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 11`$children #> list() #> #> $`spinocerebellar ataxia type 11`$value #> [1] "spinocerebellar ataxia type 11" #> #> #> $`spinocerebellar ataxia type 11` #> $`spinocerebellar ataxia type 11`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050961" #> #> $`spinocerebellar ataxia type 11`$`_id` #> [1] "DOID_0050961<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 11`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 11`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 11`$urlId #> [1] "DOID_0050961" #> #> $`spinocerebellar ataxia type 11`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 11`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 11`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 11`$children #> list() #> #> $`spinocerebellar ataxia type 11`$value #> [1] "spinocerebellar ataxia type 11" #> #> #> $`spinocerebellar ataxia type 11` #> $`spinocerebellar ataxia type 11`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050961" #> #> $`spinocerebellar ataxia type 11`$`_id` #> [1] "DOID_0050961<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 11`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 11`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 11`$urlId #> [1] "DOID_0050961" #> #> $`spinocerebellar ataxia type 11`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 11`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 11`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 11`$children #> list() #> #> $`spinocerebellar ataxia type 11`$value #> [1] "spinocerebellar ataxia type 11" #> #> #> $`spinocerebellar ataxia type 12` #> $`spinocerebellar ataxia type 12`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050962" #> #> $`spinocerebellar ataxia type 12`$`_id` #> [1] "DOID_0050962<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 12`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 12`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 12`$urlId #> [1] "DOID_0050962" #> #> $`spinocerebellar ataxia type 12`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 12`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 12`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 12`$children #> list() #> #> $`spinocerebellar ataxia type 12`$value #> [1] "spinocerebellar ataxia type 12" #> #> #> $`spinocerebellar ataxia type 12` #> $`spinocerebellar ataxia type 12`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050962" #> #> $`spinocerebellar ataxia type 12`$`_id` #> [1] "DOID_0050962<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 12`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 12`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 12`$urlId #> [1] "DOID_0050962" #> #> $`spinocerebellar ataxia type 12`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 12`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 12`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 12`$children #> list() #> #> $`spinocerebellar ataxia type 12`$value #> [1] "spinocerebellar ataxia type 12" #> #> #> $`spinocerebellar ataxia type 12` #> $`spinocerebellar ataxia type 12`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050962" #> #> $`spinocerebellar ataxia type 12`$`_id` #> [1] "DOID_0050962<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 12`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 12`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 12`$urlId #> [1] "DOID_0050962" #> #> $`spinocerebellar ataxia type 12`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 12`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 12`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 12`$children #> list() #> #> $`spinocerebellar ataxia type 12`$value #> [1] "spinocerebellar ataxia type 12" #> #> #> $`spinocerebellar ataxia type 13` #> $`spinocerebellar ataxia type 13`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050963" #> #> $`spinocerebellar ataxia type 13`$`_id` #> [1] "DOID_0050963<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 13`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 13`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 13`$urlId #> [1] "DOID_0050963" #> #> $`spinocerebellar ataxia type 13`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 13`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 13`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 13`$children #> list() #> #> $`spinocerebellar ataxia type 13`$value #> [1] "spinocerebellar ataxia type 13" #> #> #> $`spinocerebellar ataxia type 13` #> $`spinocerebellar ataxia type 13`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050963" #> #> $`spinocerebellar ataxia type 13`$`_id` #> [1] "DOID_0050963<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 13`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 13`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 13`$urlId #> [1] "DOID_0050963" #> #> $`spinocerebellar ataxia type 13`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 13`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 13`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 13`$children #> list() #> #> $`spinocerebellar ataxia type 13`$value #> [1] "spinocerebellar ataxia type 13" #> #> #> $`spinocerebellar ataxia type 13` #> $`spinocerebellar ataxia type 13`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050963" #> #> $`spinocerebellar ataxia type 13`$`_id` #> [1] "DOID_0050963<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 13`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 13`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 13`$urlId #> [1] "DOID_0050963" #> #> $`spinocerebellar ataxia type 13`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 13`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 13`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 13`$children #> list() #> #> $`spinocerebellar ataxia type 13`$value #> [1] "spinocerebellar ataxia type 13" #> #> #> $`spinocerebellar ataxia type 14` #> $`spinocerebellar ataxia type 14`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050964" #> #> $`spinocerebellar ataxia type 14`$`_id` #> [1] "DOID_0050964<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 14`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 14`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 14`$urlId #> [1] "DOID_0050964" #> #> $`spinocerebellar ataxia type 14`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 14`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 14`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 14`$children #> list() #> #> $`spinocerebellar ataxia type 14`$value #> [1] "spinocerebellar ataxia type 14" #> #> #> $`spinocerebellar ataxia type 14` #> $`spinocerebellar ataxia type 14`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050964" #> #> $`spinocerebellar ataxia type 14`$`_id` #> [1] "DOID_0050964<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 14`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 14`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 14`$urlId #> [1] "DOID_0050964" #> #> $`spinocerebellar ataxia type 14`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 14`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 14`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 14`$children #> list() #> #> $`spinocerebellar ataxia type 14`$value #> [1] "spinocerebellar ataxia type 14" #> #> #> $`spinocerebellar ataxia type 14` #> $`spinocerebellar ataxia type 14`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050964" #> #> $`spinocerebellar ataxia type 14`$`_id` #> [1] "DOID_0050964<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 14`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 14`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 14`$urlId #> [1] "DOID_0050964" #> #> $`spinocerebellar ataxia type 14`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 14`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 14`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 14`$children #> list() #> #> $`spinocerebellar ataxia type 14`$value #> [1] "spinocerebellar ataxia type 14" #> #> #> $`spinocerebellar ataxia type 15` #> $`spinocerebellar ataxia type 15`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050965" #> #> $`spinocerebellar ataxia type 15`$`_id` #> [1] "DOID_0050965<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 15`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 15`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 15`$urlId #> [1] "DOID_0050965" #> #> $`spinocerebellar ataxia type 15`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 15`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 15`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 15`$children #> list() #> #> $`spinocerebellar ataxia type 15`$value #> [1] "spinocerebellar ataxia type 15" #> #> #> $`spinocerebellar ataxia type 15` #> $`spinocerebellar ataxia type 15`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050965" #> #> $`spinocerebellar ataxia type 15`$`_id` #> [1] "DOID_0050965<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 15`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 15`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 15`$urlId #> [1] "DOID_0050965" #> #> $`spinocerebellar ataxia type 15`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 15`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 15`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 15`$children #> list() #> #> $`spinocerebellar ataxia type 15`$value #> [1] "spinocerebellar ataxia type 15" #> #> #> $`spinocerebellar ataxia type 15` #> $`spinocerebellar ataxia type 15`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050965" #> #> $`spinocerebellar ataxia type 15`$`_id` #> [1] "DOID_0050965<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 15`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 15`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 15`$urlId #> [1] "DOID_0050965" #> #> $`spinocerebellar ataxia type 15`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 15`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 15`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 15`$children #> list() #> #> $`spinocerebellar ataxia type 15`$value #> [1] "spinocerebellar ataxia type 15" #> #> #> $`spinocerebellar ataxia type 17` #> $`spinocerebellar ataxia type 17`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050967" #> #> $`spinocerebellar ataxia type 17`$`_id` #> [1] "DOID_0050967<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 17`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 17`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 17`$urlId #> [1] "DOID_0050967" #> #> $`spinocerebellar ataxia type 17`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 17`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 17`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 17`$children #> list() #> #> $`spinocerebellar ataxia type 17`$value #> [1] "spinocerebellar ataxia type 17" #> #> #> $`spinocerebellar ataxia type 17` #> $`spinocerebellar ataxia type 17`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050967" #> #> $`spinocerebellar ataxia type 17`$`_id` #> [1] "DOID_0050967<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 17`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 17`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 17`$urlId #> [1] "DOID_0050967" #> #> $`spinocerebellar ataxia type 17`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 17`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 17`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 17`$children #> list() #> #> $`spinocerebellar ataxia type 17`$value #> [1] "spinocerebellar ataxia type 17" #> #> #> $`spinocerebellar ataxia type 17` #> $`spinocerebellar ataxia type 17`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050967" #> #> $`spinocerebellar ataxia type 17`$`_id` #> [1] "DOID_0050967<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 17`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 17`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 17`$urlId #> [1] "DOID_0050967" #> #> $`spinocerebellar ataxia type 17`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 17`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 17`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 17`$children #> list() #> #> $`spinocerebellar ataxia type 17`$value #> [1] "spinocerebellar ataxia type 17" #> #> #> $`spinocerebellar ataxia type 19/22` #> $`spinocerebellar ataxia type 19/22`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050970" #> #> $`spinocerebellar ataxia type 19/22`$`_id` #> [1] "DOID_0050970<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 19/22`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 19/22`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 19/22`$urlId #> [1] "DOID_0050970" #> #> $`spinocerebellar ataxia type 19/22`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 19/22`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 19/22`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 19/22`$children #> list() #> #> $`spinocerebellar ataxia type 19/22`$value #> [1] "spinocerebellar ataxia type 19/22" #> #> #> $`spinocerebellar ataxia type 19/22` #> $`spinocerebellar ataxia type 19/22`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050970" #> #> $`spinocerebellar ataxia type 19/22`$`_id` #> [1] "DOID_0050970<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 19/22`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 19/22`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 19/22`$urlId #> [1] "DOID_0050970" #> #> $`spinocerebellar ataxia type 19/22`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 19/22`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 19/22`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 19/22`$children #> list() #> #> $`spinocerebellar ataxia type 19/22`$value #> [1] "spinocerebellar ataxia type 19/22" #> #> #> $`spinocerebellar ataxia type 19/22` #> $`spinocerebellar ataxia type 19/22`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050970" #> #> $`spinocerebellar ataxia type 19/22`$`_id` #> [1] "DOID_0050970<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 19/22`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 19/22`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 19/22`$urlId #> [1] "DOID_0050970" #> #> $`spinocerebellar ataxia type 19/22`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 19/22`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 19/22`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 19/22`$children #> list() #> #> $`spinocerebellar ataxia type 19/22`$value #> [1] "spinocerebellar ataxia type 19/22" #> #> #> $`spinocerebellar ataxia type 2` #> $`spinocerebellar ataxia type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050955" #> #> $`spinocerebellar ataxia type 2`$`_id` #> [1] "DOID_0050955<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 2`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 2`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 2`$urlId #> [1] "DOID_0050955" #> #> $`spinocerebellar ataxia type 2`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 2`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 2`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 2`$children #> list() #> #> $`spinocerebellar ataxia type 2`$value #> [1] "spinocerebellar ataxia type 2" #> #> #> $`spinocerebellar ataxia type 2` #> $`spinocerebellar ataxia type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050955" #> #> $`spinocerebellar ataxia type 2`$`_id` #> [1] "DOID_0050955<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 2`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 2`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 2`$urlId #> [1] "DOID_0050955" #> #> $`spinocerebellar ataxia type 2`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 2`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 2`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 2`$children #> list() #> #> $`spinocerebellar ataxia type 2`$value #> [1] "spinocerebellar ataxia type 2" #> #> #> $`spinocerebellar ataxia type 2` #> $`spinocerebellar ataxia type 2`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050955" #> #> $`spinocerebellar ataxia type 2`$`_id` #> [1] "DOID_0050955<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 2`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 2`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 2`$urlId #> [1] "DOID_0050955" #> #> $`spinocerebellar ataxia type 2`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 2`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 2`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 2`$children #> list() #> #> $`spinocerebellar ataxia type 2`$value #> [1] "spinocerebellar ataxia type 2" #> #> #> $`spinocerebellar ataxia type 21` #> $`spinocerebellar ataxia type 21`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050972" #> #> $`spinocerebellar ataxia type 21`$`_id` #> [1] "DOID_0050972<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 21`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 21`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 21`$urlId #> [1] "DOID_0050972" #> #> $`spinocerebellar ataxia type 21`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 21`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 21`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 21`$children #> list() #> #> $`spinocerebellar ataxia type 21`$value #> [1] "spinocerebellar ataxia type 21" #> #> #> $`spinocerebellar ataxia type 21` #> $`spinocerebellar ataxia type 21`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050972" #> #> $`spinocerebellar ataxia type 21`$`_id` #> [1] "DOID_0050972<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 21`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 21`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 21`$urlId #> [1] "DOID_0050972" #> #> $`spinocerebellar ataxia type 21`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 21`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 21`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 21`$children #> list() #> #> $`spinocerebellar ataxia type 21`$value #> [1] "spinocerebellar ataxia type 21" #> #> #> $`spinocerebellar ataxia type 21` #> $`spinocerebellar ataxia type 21`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050972" #> #> $`spinocerebellar ataxia type 21`$`_id` #> [1] "DOID_0050972<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 21`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 21`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 21`$urlId #> [1] "DOID_0050972" #> #> $`spinocerebellar ataxia type 21`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 21`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 21`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 21`$children #> list() #> #> $`spinocerebellar ataxia type 21`$value #> [1] "spinocerebellar ataxia type 21" #> #> #> $`spinocerebellar ataxia type 23` #> $`spinocerebellar ataxia type 23`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050973" #> #> $`spinocerebellar ataxia type 23`$`_id` #> [1] "DOID_0050973<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 23`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 23`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 23`$urlId #> [1] "DOID_0050973" #> #> $`spinocerebellar ataxia type 23`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 23`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 23`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 23`$children #> list() #> #> $`spinocerebellar ataxia type 23`$value #> [1] "spinocerebellar ataxia type 23" #> #> #> $`spinocerebellar ataxia type 23` #> $`spinocerebellar ataxia type 23`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050973" #> #> $`spinocerebellar ataxia type 23`$`_id` #> [1] "DOID_0050973<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 23`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 23`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 23`$urlId #> [1] "DOID_0050973" #> #> $`spinocerebellar ataxia type 23`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 23`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 23`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 23`$children #> list() #> #> $`spinocerebellar ataxia type 23`$value #> [1] "spinocerebellar ataxia type 23" #> #> #> $`spinocerebellar ataxia type 23` #> $`spinocerebellar ataxia type 23`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050973" #> #> $`spinocerebellar ataxia type 23`$`_id` #> [1] "DOID_0050973<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 23`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 23`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 23`$urlId #> [1] "DOID_0050973" #> #> $`spinocerebellar ataxia type 23`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 23`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 23`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 23`$children #> list() #> #> $`spinocerebellar ataxia type 23`$value #> [1] "spinocerebellar ataxia type 23" #> #> #> $`spinocerebellar ataxia type 26` #> $`spinocerebellar ataxia type 26`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050975" #> #> $`spinocerebellar ataxia type 26`$`_id` #> [1] "DOID_0050975<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 26`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 26`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 26`$urlId #> [1] "DOID_0050975" #> #> $`spinocerebellar ataxia type 26`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 26`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 26`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 26`$children #> list() #> #> $`spinocerebellar ataxia type 26`$value #> [1] "spinocerebellar ataxia type 26" #> #> #> $`spinocerebellar ataxia type 26` #> $`spinocerebellar ataxia type 26`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050975" #> #> $`spinocerebellar ataxia type 26`$`_id` #> [1] "DOID_0050975<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 26`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 26`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 26`$urlId #> [1] "DOID_0050975" #> #> $`spinocerebellar ataxia type 26`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 26`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 26`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 26`$children #> list() #> #> $`spinocerebellar ataxia type 26`$value #> [1] "spinocerebellar ataxia type 26" #> #> #> $`spinocerebellar ataxia type 26` #> $`spinocerebellar ataxia type 26`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050975" #> #> $`spinocerebellar ataxia type 26`$`_id` #> [1] "DOID_0050975<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 26`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 26`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 26`$urlId #> [1] "DOID_0050975" #> #> $`spinocerebellar ataxia type 26`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 26`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 26`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 26`$children #> list() #> #> $`spinocerebellar ataxia type 26`$value #> [1] "spinocerebellar ataxia type 26" #> #> #> $`spinocerebellar ataxia type 27` #> $`spinocerebellar ataxia type 27`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050976" #> #> $`spinocerebellar ataxia type 27`$`_id` #> [1] "DOID_0050976<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 27`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 27`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 27`$urlId #> [1] "DOID_0050976" #> #> $`spinocerebellar ataxia type 27`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 27`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 27`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 27`$children #> list() #> #> $`spinocerebellar ataxia type 27`$value #> [1] "spinocerebellar ataxia type 27" #> #> #> $`spinocerebellar ataxia type 27` #> $`spinocerebellar ataxia type 27`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050976" #> #> $`spinocerebellar ataxia type 27`$`_id` #> [1] "DOID_0050976<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 27`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 27`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 27`$urlId #> [1] "DOID_0050976" #> #> $`spinocerebellar ataxia type 27`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 27`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 27`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 27`$children #> list() #> #> $`spinocerebellar ataxia type 27`$value #> [1] "spinocerebellar ataxia type 27" #> #> #> $`spinocerebellar ataxia type 27` #> $`spinocerebellar ataxia type 27`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050976" #> #> $`spinocerebellar ataxia type 27`$`_id` #> [1] "DOID_0050976<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 27`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 27`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 27`$urlId #> [1] "DOID_0050976" #> #> $`spinocerebellar ataxia type 27`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 27`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 27`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 27`$children #> list() #> #> $`spinocerebellar ataxia type 27`$value #> [1] "spinocerebellar ataxia type 27" #> #> #> $`spinocerebellar ataxia type 28` #> $`spinocerebellar ataxia type 28`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050977" #> #> $`spinocerebellar ataxia type 28`$`_id` #> [1] "DOID_0050977<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 28`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 28`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 28`$urlId #> [1] "DOID_0050977" #> #> $`spinocerebellar ataxia type 28`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 28`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 28`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 28`$children #> list() #> #> $`spinocerebellar ataxia type 28`$value #> [1] "spinocerebellar ataxia type 28" #> #> #> $`spinocerebellar ataxia type 28` #> $`spinocerebellar ataxia type 28`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050977" #> #> $`spinocerebellar ataxia type 28`$`_id` #> [1] "DOID_0050977<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 28`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 28`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 28`$urlId #> [1] "DOID_0050977" #> #> $`spinocerebellar ataxia type 28`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 28`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 28`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 28`$children #> list() #> #> $`spinocerebellar ataxia type 28`$value #> [1] "spinocerebellar ataxia type 28" #> #> #> $`spinocerebellar ataxia type 28` #> $`spinocerebellar ataxia type 28`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050977" #> #> $`spinocerebellar ataxia type 28`$`_id` #> [1] "DOID_0050977<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 28`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 28`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 28`$urlId #> [1] "DOID_0050977" #> #> $`spinocerebellar ataxia type 28`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 28`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 28`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 28`$children #> list() #> #> $`spinocerebellar ataxia type 28`$value #> [1] "spinocerebellar ataxia type 28" #> #> #> $`spinocerebellar ataxia type 29` #> $`spinocerebellar ataxia type 29`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050978" #> #> $`spinocerebellar ataxia type 29`$`_id` #> [1] "DOID_0050978<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 29`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 29`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 29`$urlId #> [1] "DOID_0050978" #> #> $`spinocerebellar ataxia type 29`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 29`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 29`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 29`$children #> list() #> #> $`spinocerebellar ataxia type 29`$value #> [1] "spinocerebellar ataxia type 29" #> #> #> $`spinocerebellar ataxia type 29` #> $`spinocerebellar ataxia type 29`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050978" #> #> $`spinocerebellar ataxia type 29`$`_id` #> [1] "DOID_0050978<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 29`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 29`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 29`$urlId #> [1] "DOID_0050978" #> #> $`spinocerebellar ataxia type 29`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 29`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 29`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 29`$children #> list() #> #> $`spinocerebellar ataxia type 29`$value #> [1] "spinocerebellar ataxia type 29" #> #> #> $`spinocerebellar ataxia type 29` #> $`spinocerebellar ataxia type 29`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050978" #> #> $`spinocerebellar ataxia type 29`$`_id` #> [1] "DOID_0050978<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 29`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 29`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 29`$urlId #> [1] "DOID_0050978" #> #> $`spinocerebellar ataxia type 29`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 29`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 29`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 29`$children #> list() #> #> $`spinocerebellar ataxia type 29`$value #> [1] "spinocerebellar ataxia type 29" #> #> #> $`spinocerebellar ataxia type 31` #> $`spinocerebellar ataxia type 31`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050980" #> #> $`spinocerebellar ataxia type 31`$`_id` #> [1] "DOID_0050980<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 31`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 31`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 31`$urlId #> [1] "DOID_0050980" #> #> $`spinocerebellar ataxia type 31`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 31`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 31`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 31`$children #> list() #> #> $`spinocerebellar ataxia type 31`$value #> [1] "spinocerebellar ataxia type 31" #> #> #> $`spinocerebellar ataxia type 31` #> $`spinocerebellar ataxia type 31`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050980" #> #> $`spinocerebellar ataxia type 31`$`_id` #> [1] "DOID_0050980<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 31`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 31`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 31`$urlId #> [1] "DOID_0050980" #> #> $`spinocerebellar ataxia type 31`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 31`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 31`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 31`$children #> list() #> #> $`spinocerebellar ataxia type 31`$value #> [1] "spinocerebellar ataxia type 31" #> #> #> $`spinocerebellar ataxia type 31` #> $`spinocerebellar ataxia type 31`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050980" #> #> $`spinocerebellar ataxia type 31`$`_id` #> [1] "DOID_0050980<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 31`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 31`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 31`$urlId #> [1] "DOID_0050980" #> #> $`spinocerebellar ataxia type 31`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 31`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 31`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 31`$children #> list() #> #> $`spinocerebellar ataxia type 31`$value #> [1] "spinocerebellar ataxia type 31" #> #> #> $`spinocerebellar ataxia type 34` #> $`spinocerebellar ataxia type 34`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050981" #> #> $`spinocerebellar ataxia type 34`$`_id` #> [1] "DOID_0050981<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 34`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 34`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 34`$urlId #> [1] "DOID_0050981" #> #> $`spinocerebellar ataxia type 34`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 34`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 34`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 34`$children #> list() #> #> $`spinocerebellar ataxia type 34`$value #> [1] "spinocerebellar ataxia type 34" #> #> #> $`spinocerebellar ataxia type 34` #> $`spinocerebellar ataxia type 34`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050981" #> #> $`spinocerebellar ataxia type 34`$`_id` #> [1] "DOID_0050981<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 34`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 34`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 34`$urlId #> [1] "DOID_0050981" #> #> $`spinocerebellar ataxia type 34`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 34`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 34`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 34`$children #> list() #> #> $`spinocerebellar ataxia type 34`$value #> [1] "spinocerebellar ataxia type 34" #> #> #> $`spinocerebellar ataxia type 34` #> $`spinocerebellar ataxia type 34`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050981" #> #> $`spinocerebellar ataxia type 34`$`_id` #> [1] "DOID_0050981<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 34`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 34`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 34`$urlId #> [1] "DOID_0050981" #> #> $`spinocerebellar ataxia type 34`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 34`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 34`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 34`$children #> list() #> #> $`spinocerebellar ataxia type 34`$value #> [1] "spinocerebellar ataxia type 34" #> #> #> $`spinocerebellar ataxia type 35` #> $`spinocerebellar ataxia type 35`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050982" #> #> $`spinocerebellar ataxia type 35`$`_id` #> [1] "DOID_0050982<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 35`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 35`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 35`$urlId #> [1] "DOID_0050982" #> #> $`spinocerebellar ataxia type 35`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 35`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 35`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 35`$children #> list() #> #> $`spinocerebellar ataxia type 35`$value #> [1] "spinocerebellar ataxia type 35" #> #> #> $`spinocerebellar ataxia type 35` #> $`spinocerebellar ataxia type 35`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050982" #> #> $`spinocerebellar ataxia type 35`$`_id` #> [1] "DOID_0050982<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 35`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 35`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 35`$urlId #> [1] "DOID_0050982" #> #> $`spinocerebellar ataxia type 35`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 35`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 35`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 35`$children #> list() #> #> $`spinocerebellar ataxia type 35`$value #> [1] "spinocerebellar ataxia type 35" #> #> #> $`spinocerebellar ataxia type 35` #> $`spinocerebellar ataxia type 35`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050982" #> #> $`spinocerebellar ataxia type 35`$`_id` #> [1] "DOID_0050982<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 35`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 35`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 35`$urlId #> [1] "DOID_0050982" #> #> $`spinocerebellar ataxia type 35`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 35`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 35`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 35`$children #> list() #> #> $`spinocerebellar ataxia type 35`$value #> [1] "spinocerebellar ataxia type 35" #> #> #> $`spinocerebellar ataxia type 36` #> $`spinocerebellar ataxia type 36`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050983" #> #> $`spinocerebellar ataxia type 36`$`_id` #> [1] "DOID_0050983<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 36`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 36`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 36`$urlId #> [1] "DOID_0050983" #> #> $`spinocerebellar ataxia type 36`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 36`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 36`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 36`$children #> list() #> #> $`spinocerebellar ataxia type 36`$value #> [1] "spinocerebellar ataxia type 36" #> #> #> $`spinocerebellar ataxia type 36` #> $`spinocerebellar ataxia type 36`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050983" #> #> $`spinocerebellar ataxia type 36`$`_id` #> [1] "DOID_0050983<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 36`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 36`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 36`$urlId #> [1] "DOID_0050983" #> #> $`spinocerebellar ataxia type 36`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 36`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 36`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 36`$children #> list() #> #> $`spinocerebellar ataxia type 36`$value #> [1] "spinocerebellar ataxia type 36" #> #> #> $`spinocerebellar ataxia type 36` #> $`spinocerebellar ataxia type 36`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050983" #> #> $`spinocerebellar ataxia type 36`$`_id` #> [1] "DOID_0050983<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 36`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 36`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 36`$urlId #> [1] "DOID_0050983" #> #> $`spinocerebellar ataxia type 36`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 36`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 36`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 36`$children #> list() #> #> $`spinocerebellar ataxia type 36`$value #> [1] "spinocerebellar ataxia type 36" #> #> #> $`spinocerebellar ataxia type 38` #> $`spinocerebellar ataxia type 38`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050985" #> #> $`spinocerebellar ataxia type 38`$`_id` #> [1] "DOID_0050985<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 38`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 38`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 38`$urlId #> [1] "DOID_0050985" #> #> $`spinocerebellar ataxia type 38`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 38`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 38`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 38`$children #> list() #> #> $`spinocerebellar ataxia type 38`$value #> [1] "spinocerebellar ataxia type 38" #> #> #> $`spinocerebellar ataxia type 38` #> $`spinocerebellar ataxia type 38`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050985" #> #> $`spinocerebellar ataxia type 38`$`_id` #> [1] "DOID_0050985<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 38`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 38`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 38`$urlId #> [1] "DOID_0050985" #> #> $`spinocerebellar ataxia type 38`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 38`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 38`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 38`$children #> list() #> #> $`spinocerebellar ataxia type 38`$value #> [1] "spinocerebellar ataxia type 38" #> #> #> $`spinocerebellar ataxia type 38` #> $`spinocerebellar ataxia type 38`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050985" #> #> $`spinocerebellar ataxia type 38`$`_id` #> [1] "DOID_0050985<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 38`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 38`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 38`$urlId #> [1] "DOID_0050985" #> #> $`spinocerebellar ataxia type 38`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 38`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 38`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 38`$children #> list() #> #> $`spinocerebellar ataxia type 38`$value #> [1] "spinocerebellar ataxia type 38" #> #> #> $`spinocerebellar ataxia type 40` #> $`spinocerebellar ataxia type 40`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050986" #> #> $`spinocerebellar ataxia type 40`$`_id` #> [1] "DOID_0050986<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 40`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 40`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 40`$urlId #> [1] "DOID_0050986" #> #> $`spinocerebellar ataxia type 40`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 40`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 40`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 40`$children #> list() #> #> $`spinocerebellar ataxia type 40`$value #> [1] "spinocerebellar ataxia type 40" #> #> #> $`spinocerebellar ataxia type 40` #> $`spinocerebellar ataxia type 40`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050986" #> #> $`spinocerebellar ataxia type 40`$`_id` #> [1] "DOID_0050986<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 40`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 40`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 40`$urlId #> [1] "DOID_0050986" #> #> $`spinocerebellar ataxia type 40`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 40`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 40`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 40`$children #> list() #> #> $`spinocerebellar ataxia type 40`$value #> [1] "spinocerebellar ataxia type 40" #> #> #> $`spinocerebellar ataxia type 40` #> $`spinocerebellar ataxia type 40`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050986" #> #> $`spinocerebellar ataxia type 40`$`_id` #> [1] "DOID_0050986<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 40`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 40`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 40`$urlId #> [1] "DOID_0050986" #> #> $`spinocerebellar ataxia type 40`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 40`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 40`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 40`$children #> list() #> #> $`spinocerebellar ataxia type 40`$value #> [1] "spinocerebellar ataxia type 40" #> #> #> $`spinocerebellar ataxia type 5` #> $`spinocerebellar ataxia type 5`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050882" #> #> $`spinocerebellar ataxia type 5`$`_id` #> [1] "DOID_0050882<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 5`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 5`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 5`$urlId #> [1] "DOID_0050882" #> #> $`spinocerebellar ataxia type 5`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 5`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 5`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 5`$children #> list() #> #> $`spinocerebellar ataxia type 5`$value #> [1] "spinocerebellar ataxia type 5" #> #> #> $`spinocerebellar ataxia type 5` #> $`spinocerebellar ataxia type 5`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050882" #> #> $`spinocerebellar ataxia type 5`$`_id` #> [1] "DOID_0050882<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 5`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 5`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 5`$urlId #> [1] "DOID_0050882" #> #> $`spinocerebellar ataxia type 5`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 5`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 5`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 5`$children #> list() #> #> $`spinocerebellar ataxia type 5`$value #> [1] "spinocerebellar ataxia type 5" #> #> #> $`spinocerebellar ataxia type 5` #> $`spinocerebellar ataxia type 5`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050882" #> #> $`spinocerebellar ataxia type 5`$`_id` #> [1] "DOID_0050882<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 5`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 5`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 5`$urlId #> [1] "DOID_0050882" #> #> $`spinocerebellar ataxia type 5`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 5`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 5`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 5`$children #> list() #> #> $`spinocerebellar ataxia type 5`$value #> [1] "spinocerebellar ataxia type 5" #> #> #> $`spinocerebellar ataxia type 6` #> $`spinocerebellar ataxia type 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050956" #> #> $`spinocerebellar ataxia type 6`$`_id` #> [1] "DOID_0050956<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 6`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 6`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 6`$urlId #> [1] "DOID_0050956" #> #> $`spinocerebellar ataxia type 6`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 6`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 6`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 6`$children #> list() #> #> $`spinocerebellar ataxia type 6`$value #> [1] "spinocerebellar ataxia type 6" #> #> #> $`spinocerebellar ataxia type 6` #> $`spinocerebellar ataxia type 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050956" #> #> $`spinocerebellar ataxia type 6`$`_id` #> [1] "DOID_0050956<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 6`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 6`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 6`$urlId #> [1] "DOID_0050956" #> #> $`spinocerebellar ataxia type 6`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 6`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 6`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 6`$children #> list() #> #> $`spinocerebellar ataxia type 6`$value #> [1] "spinocerebellar ataxia type 6" #> #> #> $`spinocerebellar ataxia type 6` #> $`spinocerebellar ataxia type 6`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050956" #> #> $`spinocerebellar ataxia type 6`$`_id` #> [1] "DOID_0050956<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 6`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 6`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 6`$urlId #> [1] "DOID_0050956" #> #> $`spinocerebellar ataxia type 6`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 6`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 6`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 6`$children #> list() #> #> $`spinocerebellar ataxia type 6`$value #> [1] "spinocerebellar ataxia type 6" #> #> #> $`spinocerebellar ataxia type 7` #> $`spinocerebellar ataxia type 7`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050958" #> #> $`spinocerebellar ataxia type 7`$`_id` #> [1] "DOID_0050958<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 7`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 7`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 7`$urlId #> [1] "DOID_0050958" #> #> $`spinocerebellar ataxia type 7`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 7`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 7`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 7`$children #> list() #> #> $`spinocerebellar ataxia type 7`$value #> [1] "spinocerebellar ataxia type 7" #> #> #> $`spinocerebellar ataxia type 7` #> $`spinocerebellar ataxia type 7`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050958" #> #> $`spinocerebellar ataxia type 7`$`_id` #> [1] "DOID_0050958<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 7`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 7`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 7`$urlId #> [1] "DOID_0050958" #> #> $`spinocerebellar ataxia type 7`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 7`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 7`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 7`$children #> list() #> #> $`spinocerebellar ataxia type 7`$value #> [1] "spinocerebellar ataxia type 7" #> #> #> $`spinocerebellar ataxia type 7` #> $`spinocerebellar ataxia type 7`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050958" #> #> $`spinocerebellar ataxia type 7`$`_id` #> [1] "DOID_0050958<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 7`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 7`$publicGeneCount #> [1] 1 #> #> $`spinocerebellar ataxia type 7`$urlId #> [1] "DOID_0050958" #> #> $`spinocerebellar ataxia type 7`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 7`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 7`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 7`$children #> list() #> #> $`spinocerebellar ataxia type 7`$value #> [1] "spinocerebellar ataxia type 7" #> #> #> $`spinocerebellar ataxia type 8` #> $`spinocerebellar ataxia type 8`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050959" #> #> $`spinocerebellar ataxia type 8`$`_id` #> [1] "DOID_0050959<DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 8`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 8`$publicGeneCount #> [1] 2 #> #> $`spinocerebellar ataxia type 8`$urlId #> [1] "DOID_0050959" #> #> $`spinocerebellar ataxia type 8`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 8`$`_parent` #> [1] "DOID_1441<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spinocerebellar ataxia type 8`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 8`$children #> list() #> #> $`spinocerebellar ataxia type 8`$value #> [1] "spinocerebellar ataxia type 8" #> #> #> $`spinocerebellar ataxia type 8` #> $`spinocerebellar ataxia type 8`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050959" #> #> $`spinocerebellar ataxia type 8`$`_id` #> [1] "DOID_0050959<DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 8`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 8`$publicGeneCount #> [1] 2 #> #> $`spinocerebellar ataxia type 8`$urlId #> [1] "DOID_0050959" #> #> $`spinocerebellar ataxia type 8`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 8`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 8`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 8`$children #> list() #> #> $`spinocerebellar ataxia type 8`$value #> [1] "spinocerebellar ataxia type 8" #> #> #> $`spinocerebellar ataxia type 8` #> $`spinocerebellar ataxia type 8`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050959" #> #> $`spinocerebellar ataxia type 8`$`_id` #> [1] "DOID_0050959<DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 8`$privateGeneCount #> [1] 0 #> #> $`spinocerebellar ataxia type 8`$publicGeneCount #> [1] 2 #> #> $`spinocerebellar ataxia type 8`$urlId #> [1] "DOID_0050959" #> #> $`spinocerebellar ataxia type 8`$dbPhenotype #> [1] TRUE #> #> $`spinocerebellar ataxia type 8`$`_parent` #> [1] "DOID_1441<DOID_0050753<DOID_2786<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`spinocerebellar ataxia type 8`$`_is_leaf` #> [1] TRUE #> #> $`spinocerebellar ataxia type 8`$children #> list() #> #> $`spinocerebellar ataxia type 8`$value #> [1] "spinocerebellar ataxia type 8" #> #> #> $`splenic disease` #> $`splenic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2529" #> #> $`splenic disease`$`_id` #> [1] "DOID_2529<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`splenic disease`$privateGeneCount #> [1] 0 #> #> $`splenic disease`$publicGeneCount #> [1] 25 #> #> $`splenic disease`$urlId #> [1] "DOID_2529" #> #> $`splenic disease`$dbPhenotype #> [1] TRUE #> #> $`splenic disease`$`_parent` #> [1] "DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`splenic disease`$`_is_leaf` #> [1] FALSE #> #> $`splenic disease`$children #> $`splenic disease`$children[[1]] #> [1] "DOID_6376<DOID_2529<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`splenic disease`$children[[2]] #> [1] "DOID_9146<DOID_2529<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`splenic disease`$value #> [1] "splenic disease" #> #> #> $Splenomegaly #> $Splenomegaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001744" #> #> $Splenomegaly$`_id` #> [1] "HP_0001744<HP_0003271<HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $Splenomegaly$privateGeneCount #> [1] 0 #> #> $Splenomegaly$publicGeneCount #> [1] 9 #> #> $Splenomegaly$urlId #> [1] "HP_0001744" #> #> $Splenomegaly$dbPhenotype #> [1] TRUE #> #> $Splenomegaly$`_parent` #> [1] "HP_0003271<HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $Splenomegaly$`_is_leaf` #> [1] TRUE #> #> $Splenomegaly$children #> list() #> #> $Splenomegaly$value #> [1] "Splenomegaly" #> #> #> $Splenomegaly #> $Splenomegaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001744" #> #> $Splenomegaly$`_id` #> [1] "HP_0001744<HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Splenomegaly$privateGeneCount #> [1] 0 #> #> $Splenomegaly$publicGeneCount #> [1] 9 #> #> $Splenomegaly$urlId #> [1] "HP_0001744" #> #> $Splenomegaly$dbPhenotype #> [1] TRUE #> #> $Splenomegaly$`_parent` #> [1] "HP_0025408<HP_0001743<HP_0002012<HP_0025031<HP_0000118<HP_0000001" #> #> $Splenomegaly$`_is_leaf` #> [1] TRUE #> #> $Splenomegaly$children #> list() #> #> $Splenomegaly$value #> [1] "Splenomegaly" #> #> #> $Splenomegaly #> $Splenomegaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001744" #> #> $Splenomegaly$`_id` #> [1] "HP_0001744<HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Splenomegaly$privateGeneCount #> [1] 0 #> #> $Splenomegaly$publicGeneCount #> [1] 9 #> #> $Splenomegaly$urlId #> [1] "HP_0001744" #> #> $Splenomegaly$dbPhenotype #> [1] TRUE #> #> $Splenomegaly$`_parent` #> [1] "HP_0025408<HP_0001743<HP_0100763<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Splenomegaly$`_is_leaf` #> [1] TRUE #> #> $Splenomegaly$children #> list() #> #> $Splenomegaly$value #> [1] "Splenomegaly" #> #> #> $Splenomegaly #> $Splenomegaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001744" #> #> $Splenomegaly$`_id` #> [1] "HP_0001744<HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $Splenomegaly$privateGeneCount #> [1] 0 #> #> $Splenomegaly$publicGeneCount #> [1] 9 #> #> $Splenomegaly$urlId #> [1] "HP_0001744" #> #> $Splenomegaly$dbPhenotype #> [1] TRUE #> #> $Splenomegaly$`_parent` #> [1] "HP_0025408<HP_0001743<HP_0100763<HP_0002715<HP_0000118<HP_0000001" #> #> $Splenomegaly$`_is_leaf` #> [1] TRUE #> #> $Splenomegaly$children #> list() #> #> $Splenomegaly$value #> [1] "Splenomegaly" #> #> #> $`SPOAN syndrome` #> $`SPOAN syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060491" #> #> $`SPOAN syndrome`$`_id` #> [1] "DOID_0060491<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`SPOAN syndrome`$privateGeneCount #> [1] 0 #> #> $`SPOAN syndrome`$publicGeneCount #> [1] 1 #> #> $`SPOAN syndrome`$urlId #> [1] "DOID_0060491" #> #> $`SPOAN syndrome`$dbPhenotype #> [1] TRUE #> #> $`SPOAN syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`SPOAN syndrome`$`_is_leaf` #> [1] TRUE #> #> $`SPOAN syndrome`$children #> list() #> #> $`SPOAN syndrome`$value #> [1] "SPOAN syndrome" #> #> #> $`SPOAN syndrome` #> $`SPOAN syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060491" #> #> $`SPOAN syndrome`$`_id` #> [1] "DOID_0060491<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`SPOAN syndrome`$privateGeneCount #> [1] 0 #> #> $`SPOAN syndrome`$publicGeneCount #> [1] 1 #> #> $`SPOAN syndrome`$urlId #> [1] "DOID_0060491" #> #> $`SPOAN syndrome`$dbPhenotype #> [1] TRUE #> #> $`SPOAN syndrome`$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`SPOAN syndrome`$`_is_leaf` #> [1] TRUE #> #> $`SPOAN syndrome`$children #> list() #> #> $`SPOAN syndrome`$value #> [1] "SPOAN syndrome" #> #> #> $spondyloarthropathy #> $spondyloarthropathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1123" #> #> $spondyloarthropathy$`_id` #> [1] "DOID_1123<DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $spondyloarthropathy$privateGeneCount #> [1] 0 #> #> $spondyloarthropathy$publicGeneCount #> [1] 2 #> #> $spondyloarthropathy$urlId #> [1] "DOID_1123" #> #> $spondyloarthropathy$dbPhenotype #> [1] TRUE #> #> $spondyloarthropathy$`_parent` #> [1] "DOID_381<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $spondyloarthropathy$`_is_leaf` #> [1] TRUE #> #> $spondyloarthropathy$children #> list() #> #> $spondyloarthropathy$value #> [1] "spondyloarthropathy" #> #> #> $`spondylocostal dysostosis` #> $`spondylocostal dysostosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050568" #> #> $`spondylocostal dysostosis`$`_id` #> [1] "DOID_0050568<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondylocostal dysostosis`$privateGeneCount #> [1] 0 #> #> $`spondylocostal dysostosis`$publicGeneCount #> [1] 6 #> #> $`spondylocostal dysostosis`$urlId #> [1] "DOID_0050568" #> #> $`spondylocostal dysostosis`$dbPhenotype #> [1] TRUE #> #> $`spondylocostal dysostosis`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondylocostal dysostosis`$`_is_leaf` #> [1] TRUE #> #> $`spondylocostal dysostosis`$children #> list() #> #> $`spondylocostal dysostosis`$value #> [1] "spondylocostal dysostosis" #> #> #> $`spondylocostal dysostosis` #> $`spondylocostal dysostosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050568" #> #> $`spondylocostal dysostosis`$`_id` #> [1] "DOID_0050568<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondylocostal dysostosis`$privateGeneCount #> [1] 0 #> #> $`spondylocostal dysostosis`$publicGeneCount #> [1] 6 #> #> $`spondylocostal dysostosis`$urlId #> [1] "DOID_0050568" #> #> $`spondylocostal dysostosis`$dbPhenotype #> [1] TRUE #> #> $`spondylocostal dysostosis`$`_parent` #> [1] "DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondylocostal dysostosis`$`_is_leaf` #> [1] TRUE #> #> $`spondylocostal dysostosis`$children #> list() #> #> $`spondylocostal dysostosis`$value #> [1] "spondylocostal dysostosis" #> #> #> $`spondyloepimetaphyseal dysplasia` #> $`spondyloepimetaphyseal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080027" #> #> $`spondyloepimetaphyseal dysplasia`$`_id` #> [1] "DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia`$publicGeneCount #> [1] 11 #> #> $`spondyloepimetaphyseal dysplasia`$urlId #> [1] "DOID_0080027" #> #> $`spondyloepimetaphyseal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia`$`_parent` #> [1] "DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$`_is_leaf` #> [1] FALSE #> #> $`spondyloepimetaphyseal dysplasia`$children #> $`spondyloepimetaphyseal dysplasia`$children[[1]] #> [1] "DOID_0050640<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[2]] #> [1] "DOID_0111167<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[3]] #> [1] "DOID_0060490<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[4]] #> [1] "DOID_0080030<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[5]] #> [1] "DOID_0050812<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[6]] #> [1] "DOID_0080028<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[7]] #> [1] "DOID_14789<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[8]] #> [1] "DOID_0050813<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`spondyloepimetaphyseal dysplasia`$value #> [1] "spondyloepimetaphyseal dysplasia" #> #> #> $`spondyloepimetaphyseal dysplasia` #> $`spondyloepimetaphyseal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080027" #> #> $`spondyloepimetaphyseal dysplasia`$`_id` #> [1] "DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia`$publicGeneCount #> [1] 11 #> #> $`spondyloepimetaphyseal dysplasia`$urlId #> [1] "DOID_0080027" #> #> $`spondyloepimetaphyseal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$`_is_leaf` #> [1] FALSE #> #> $`spondyloepimetaphyseal dysplasia`$children #> $`spondyloepimetaphyseal dysplasia`$children[[1]] #> [1] "DOID_0050640<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[2]] #> [1] "DOID_0111167<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[3]] #> [1] "DOID_0060490<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[4]] #> [1] "DOID_0080030<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[5]] #> [1] "DOID_0050812<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[6]] #> [1] "DOID_0080028<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[7]] #> [1] "DOID_14789<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia`$children[[8]] #> [1] "DOID_0050813<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`spondyloepimetaphyseal dysplasia`$value #> [1] "spondyloepimetaphyseal dysplasia" #> #> #> $`spondyloepimetaphyseal dysplasia, Missouri type` #> $`spondyloepimetaphyseal dysplasia, Missouri type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080030" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$`_id` #> [1] "DOID_0080030<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$publicGeneCount #> [1] 1 #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$urlId #> [1] "DOID_0080030" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$children #> list() #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$value #> [1] "spondyloepimetaphyseal dysplasia, Missouri type" #> #> #> $`spondyloepimetaphyseal dysplasia, Missouri type` #> $`spondyloepimetaphyseal dysplasia, Missouri type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080030" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$`_id` #> [1] "DOID_0080030<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$publicGeneCount #> [1] 1 #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$urlId #> [1] "DOID_0080030" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$`_parent` #> [1] "DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$children #> list() #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$value #> [1] "spondyloepimetaphyseal dysplasia, Missouri type" #> #> #> $`spondyloepimetaphyseal dysplasia, Missouri type` #> $`spondyloepimetaphyseal dysplasia, Missouri type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080030" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$`_id` #> [1] "DOID_0080030<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$publicGeneCount #> [1] 1 #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$urlId #> [1] "DOID_0080030" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$`_parent` #> [1] "DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$children #> list() #> #> $`spondyloepimetaphyseal dysplasia, Missouri type`$value #> [1] "spondyloepimetaphyseal dysplasia, Missouri type" #> #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type` #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050812" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$`_id` #> [1] "DOID_0050812<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$publicGeneCount #> [1] 1 #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$urlId #> [1] "DOID_0050812" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$children #> list() #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$value #> [1] "spondyloepimetaphyseal dysplasia, Pakistani type" #> #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type` #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050812" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$`_id` #> [1] "DOID_0050812<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$publicGeneCount #> [1] 1 #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$urlId #> [1] "DOID_0050812" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$`_parent` #> [1] "DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$children #> list() #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$value #> [1] "spondyloepimetaphyseal dysplasia, Pakistani type" #> #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type` #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050812" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$`_id` #> [1] "DOID_0050812<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$publicGeneCount #> [1] 1 #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$urlId #> [1] "DOID_0050812" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$`_parent` #> [1] "DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$children #> list() #> #> $`spondyloepimetaphyseal dysplasia, Pakistani type`$value #> [1] "spondyloepimetaphyseal dysplasia, Pakistani type" #> #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type` #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080028" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$`_id` #> [1] "DOID_0080028<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$publicGeneCount #> [1] 1 #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$urlId #> [1] "DOID_0080028" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$children #> list() #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$value #> [1] "spondyloepimetaphyseal dysplasia, Strudwick type" #> #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type` #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080028" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$`_id` #> [1] "DOID_0080028<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$publicGeneCount #> [1] 1 #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$urlId #> [1] "DOID_0080028" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$`_parent` #> [1] "DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$children #> list() #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$value #> [1] "spondyloepimetaphyseal dysplasia, Strudwick type" #> #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type` #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080028" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$`_id` #> [1] "DOID_0080028<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$privateGeneCount #> [1] 0 #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$publicGeneCount #> [1] 1 #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$urlId #> [1] "DOID_0080028" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$dbPhenotype #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$`_parent` #> [1] "DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$children #> list() #> #> $`spondyloepimetaphyseal dysplasia, Strudwick type`$value #> [1] "spondyloepimetaphyseal dysplasia, Strudwick type" #> #> #> $`Spondyloepiphyseal dysplasia` #> $`Spondyloepiphyseal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002655" #> #> $`Spondyloepiphyseal dysplasia`$`_id` #> [1] "HP_0002655<HP_0002652<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Spondyloepiphyseal dysplasia`$privateGeneCount #> [1] 0 #> #> $`Spondyloepiphyseal dysplasia`$publicGeneCount #> [1] 2 #> #> $`Spondyloepiphyseal dysplasia`$urlId #> [1] "HP_0002655" #> #> $`Spondyloepiphyseal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Spondyloepiphyseal dysplasia`$`_parent` #> [1] "HP_0002652<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Spondyloepiphyseal dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Spondyloepiphyseal dysplasia`$children #> list() #> #> $`Spondyloepiphyseal dysplasia`$value #> [1] "Spondyloepiphyseal dysplasia" #> #> #> $`spondyloepiphyseal dysplasia congenita` #> $`spondyloepiphyseal dysplasia congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14789" #> #> $`spondyloepiphyseal dysplasia congenita`$`_id` #> [1] "DOID_14789<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spondyloepiphyseal dysplasia congenita`$privateGeneCount #> [1] 0 #> #> $`spondyloepiphyseal dysplasia congenita`$publicGeneCount #> [1] 1 #> #> $`spondyloepiphyseal dysplasia congenita`$urlId #> [1] "DOID_14789" #> #> $`spondyloepiphyseal dysplasia congenita`$dbPhenotype #> [1] TRUE #> #> $`spondyloepiphyseal dysplasia congenita`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`spondyloepiphyseal dysplasia congenita`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepiphyseal dysplasia congenita`$children #> list() #> #> $`spondyloepiphyseal dysplasia congenita`$value #> [1] "spondyloepiphyseal dysplasia congenita" #> #> #> $`spondyloepiphyseal dysplasia congenita` #> $`spondyloepiphyseal dysplasia congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14789" #> #> $`spondyloepiphyseal dysplasia congenita`$`_id` #> [1] "DOID_14789<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepiphyseal dysplasia congenita`$privateGeneCount #> [1] 0 #> #> $`spondyloepiphyseal dysplasia congenita`$publicGeneCount #> [1] 1 #> #> $`spondyloepiphyseal dysplasia congenita`$urlId #> [1] "DOID_14789" #> #> $`spondyloepiphyseal dysplasia congenita`$dbPhenotype #> [1] TRUE #> #> $`spondyloepiphyseal dysplasia congenita`$`_parent` #> [1] "DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepiphyseal dysplasia congenita`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepiphyseal dysplasia congenita`$children #> list() #> #> $`spondyloepiphyseal dysplasia congenita`$value #> [1] "spondyloepiphyseal dysplasia congenita" #> #> #> $`spondyloepiphyseal dysplasia congenita` #> $`spondyloepiphyseal dysplasia congenita`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14789" #> #> $`spondyloepiphyseal dysplasia congenita`$`_id` #> [1] "DOID_14789<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepiphyseal dysplasia congenita`$privateGeneCount #> [1] 0 #> #> $`spondyloepiphyseal dysplasia congenita`$publicGeneCount #> [1] 1 #> #> $`spondyloepiphyseal dysplasia congenita`$urlId #> [1] "DOID_14789" #> #> $`spondyloepiphyseal dysplasia congenita`$dbPhenotype #> [1] TRUE #> #> $`spondyloepiphyseal dysplasia congenita`$`_parent` #> [1] "DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepiphyseal dysplasia congenita`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepiphyseal dysplasia congenita`$children #> list() #> #> $`spondyloepiphyseal dysplasia congenita`$value #> [1] "spondyloepiphyseal dysplasia congenita" #> #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations` #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050813" #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$`_id` #> [1] "DOID_0050813<DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$privateGeneCount #> [1] 0 #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$publicGeneCount #> [1] 1 #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$urlId #> [1] "DOID_0050813" #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$dbPhenotype #> [1] TRUE #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$`_parent` #> [1] "DOID_0080027<DOID_0060564<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$children #> list() #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$value #> [1] "spondyloepiphyseal dysplasia with congenital joint dislocations" #> #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations` #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050813" #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$`_id` #> [1] "DOID_0050813<DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$privateGeneCount #> [1] 0 #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$publicGeneCount #> [1] 1 #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$urlId #> [1] "DOID_0050813" #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$dbPhenotype #> [1] TRUE #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$`_parent` #> [1] "DOID_0080027<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$`_is_leaf` #> [1] TRUE #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$children #> list() #> #> $`spondyloepiphyseal dysplasia with congenital joint dislocations`$value #> [1] "spondyloepiphyseal dysplasia with congenital joint dislocations" #> #> #> $`Spondylometaphyseal dysplasia` #> $`Spondylometaphyseal dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002657" #> #> $`Spondylometaphyseal dysplasia`$`_id` #> [1] "HP_0002657<HP_0002652<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Spondylometaphyseal dysplasia`$privateGeneCount #> [1] 0 #> #> $`Spondylometaphyseal dysplasia`$publicGeneCount #> [1] 1 #> #> $`Spondylometaphyseal dysplasia`$urlId #> [1] "HP_0002657" #> #> $`Spondylometaphyseal dysplasia`$dbPhenotype #> [1] TRUE #> #> $`Spondylometaphyseal dysplasia`$`_parent` #> [1] "HP_0002652<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Spondylometaphyseal dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`Spondylometaphyseal dysplasia`$children #> list() #> #> $`Spondylometaphyseal dysplasia`$value #> [1] "Spondylometaphyseal dysplasia" #> #> #> $`Spontaneous abortion` #> $`Spontaneous abortion`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005268" #> #> $`Spontaneous abortion`$`_id` #> [1] "HP_0005268<HP_0001787<HP_0001197<HP_0000118<HP_0000001" #> #> $`Spontaneous abortion`$privateGeneCount #> [1] 0 #> #> $`Spontaneous abortion`$publicGeneCount #> [1] 118 #> #> $`Spontaneous abortion`$urlId #> [1] "HP_0005268" #> #> $`Spontaneous abortion`$dbPhenotype #> [1] TRUE #> #> $`Spontaneous abortion`$`_parent` #> [1] "HP_0001787<HP_0001197<HP_0000118<HP_0000001" #> #> $`Spontaneous abortion`$`_is_leaf` #> [1] TRUE #> #> $`Spontaneous abortion`$children #> list() #> #> $`Spontaneous abortion`$value #> [1] "Spontaneous abortion" #> #> #> $`spontaneous ocular nystagmus` #> $`spontaneous ocular nystagmus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11771" #> #> $`spontaneous ocular nystagmus`$`_id` #> [1] "DOID_11771<DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`spontaneous ocular nystagmus`$privateGeneCount #> [1] 0 #> #> $`spontaneous ocular nystagmus`$publicGeneCount #> [1] 1 #> #> $`spontaneous ocular nystagmus`$urlId #> [1] "DOID_11771" #> #> $`spontaneous ocular nystagmus`$dbPhenotype #> [1] TRUE #> #> $`spontaneous ocular nystagmus`$`_parent` #> [1] "DOID_9650<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`spontaneous ocular nystagmus`$`_is_leaf` #> [1] TRUE #> #> $`spontaneous ocular nystagmus`$children #> list() #> #> $`spontaneous ocular nystagmus`$value #> [1] "spontaneous ocular nystagmus" #> #> #> $`spontaneous ocular nystagmus` #> $`spontaneous ocular nystagmus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11771" #> #> $`spontaneous ocular nystagmus`$`_id` #> [1] "DOID_11771<DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`spontaneous ocular nystagmus`$privateGeneCount #> [1] 0 #> #> $`spontaneous ocular nystagmus`$publicGeneCount #> [1] 1 #> #> $`spontaneous ocular nystagmus`$urlId #> [1] "DOID_11771" #> #> $`spontaneous ocular nystagmus`$dbPhenotype #> [1] TRUE #> #> $`spontaneous ocular nystagmus`$`_parent` #> [1] "DOID_9650<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`spontaneous ocular nystagmus`$`_is_leaf` #> [1] TRUE #> #> $`spontaneous ocular nystagmus`$children #> list() #> #> $`spontaneous ocular nystagmus`$value #> [1] "spontaneous ocular nystagmus" #> #> #> $`spotted fever` #> $`spotted fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11104" #> #> $`spotted fever`$`_id` #> [1] "DOID_11104<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`spotted fever`$privateGeneCount #> [1] 0 #> #> $`spotted fever`$publicGeneCount #> [1] 1 #> #> $`spotted fever`$urlId #> [1] "DOID_11104" #> #> $`spotted fever`$dbPhenotype #> [1] FALSE #> #> $`spotted fever`$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`spotted fever`$`_is_leaf` #> [1] FALSE #> #> $`spotted fever`$children #> $`spotted fever`$children[[1]] #> [1] "DOID_11103<DOID_11104<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> #> $`spotted fever`$value #> [1] "spotted fever" #> #> #> $`squamous cell carcinoma` #> $`squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1749" #> #> $`squamous cell carcinoma`$`_id` #> [1] "DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`squamous cell carcinoma`$publicGeneCount #> [1] 366 #> #> $`squamous cell carcinoma`$urlId #> [1] "DOID_1749" #> #> $`squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`squamous cell carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`squamous cell carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`squamous cell carcinoma`$children #> $`squamous cell carcinoma`$children[[1]] #> [1] "DOID_3748<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`squamous cell carcinoma`$children[[2]] #> [1] "DOID_5520<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`squamous cell carcinoma`$children[[3]] #> [1] "DOID_3151<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`squamous cell carcinoma`$children[[4]] #> [1] "DOID_4015<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`squamous cell carcinoma`$value #> [1] "squamous cell carcinoma" #> #> #> $`squamous cell neoplasm` #> $`squamous cell neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3168" #> #> $`squamous cell neoplasm`$`_id` #> [1] "DOID_3168<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`squamous cell neoplasm`$privateGeneCount #> [1] 0 #> #> $`squamous cell neoplasm`$publicGeneCount #> [1] 6 #> #> $`squamous cell neoplasm`$urlId #> [1] "DOID_3168" #> #> $`squamous cell neoplasm`$dbPhenotype #> [1] TRUE #> #> $`squamous cell neoplasm`$`_parent` #> [1] "DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`squamous cell neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`squamous cell neoplasm`$children #> $`squamous cell neoplasm`$children[[1]] #> [1] "DOID_174<DOID_3168<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`squamous cell neoplasm`$value #> [1] "squamous cell neoplasm" #> #> #> $`squamous cell papilloma` #> $`squamous cell papilloma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_139" #> #> $`squamous cell papilloma`$`_id` #> [1] "DOID_139<DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`squamous cell papilloma`$privateGeneCount #> [1] 0 #> #> $`squamous cell papilloma`$publicGeneCount #> [1] 13 #> #> $`squamous cell papilloma`$urlId #> [1] "DOID_139" #> #> $`squamous cell papilloma`$dbPhenotype #> [1] TRUE #> #> $`squamous cell papilloma`$`_parent` #> [1] "DOID_2615<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`squamous cell papilloma`$`_is_leaf` #> [1] TRUE #> #> $`squamous cell papilloma`$children #> list() #> #> $`squamous cell papilloma`$value #> [1] "squamous cell papilloma" #> #> #> $`Stapes ankylosis` #> $`Stapes ankylosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000381" #> #> $`Stapes ankylosis`$`_id` #> [1] "HP_0000381<HP_0008628<HP_0004452<HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Stapes ankylosis`$privateGeneCount #> [1] 0 #> #> $`Stapes ankylosis`$publicGeneCount #> [1] 1 #> #> $`Stapes ankylosis`$urlId #> [1] "HP_0000381" #> #> $`Stapes ankylosis`$dbPhenotype #> [1] TRUE #> #> $`Stapes ankylosis`$`_parent` #> [1] "HP_0008628<HP_0004452<HP_0008609<HP_0000370<HP_0031703<HP_0000598<HP_0000118<HP_0000001" #> #> $`Stapes ankylosis`$`_is_leaf` #> [1] TRUE #> #> $`Stapes ankylosis`$children #> list() #> #> $`Stapes ankylosis`$value #> [1] "Stapes ankylosis" #> #> #> $`Stargardt disease` #> $`Stargardt disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050817" #> #> $`Stargardt disease`$`_id` #> [1] "DOID_0050817<DOID_10871<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Stargardt disease`$privateGeneCount #> [1] 0 #> #> $`Stargardt disease`$publicGeneCount #> [1] 4 #> #> $`Stargardt disease`$urlId #> [1] "DOID_0050817" #> #> $`Stargardt disease`$dbPhenotype #> [1] TRUE #> #> $`Stargardt disease`$`_parent` #> [1] "DOID_10871<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Stargardt disease`$`_is_leaf` #> [1] TRUE #> #> $`Stargardt disease`$children #> list() #> #> $`Stargardt disease`$value #> [1] "Stargardt disease" #> #> #> $`Stargardt disease` #> $`Stargardt disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050817" #> #> $`Stargardt disease`$`_id` #> [1] "DOID_0050817<DOID_10871<DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Stargardt disease`$privateGeneCount #> [1] 0 #> #> $`Stargardt disease`$publicGeneCount #> [1] 4 #> #> $`Stargardt disease`$urlId #> [1] "DOID_0050817" #> #> $`Stargardt disease`$dbPhenotype #> [1] TRUE #> #> $`Stargardt disease`$`_parent` #> [1] "DOID_10871<DOID_2007<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Stargardt disease`$`_is_leaf` #> [1] TRUE #> #> $`Stargardt disease`$children #> list() #> #> $`Stargardt disease`$value #> [1] "Stargardt disease" #> #> #> $`Stargardt disease` #> $`Stargardt disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050817" #> #> $`Stargardt disease`$`_id` #> [1] "DOID_0050817<DOID_10871<DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Stargardt disease`$privateGeneCount #> [1] 0 #> #> $`Stargardt disease`$publicGeneCount #> [1] 4 #> #> $`Stargardt disease`$urlId #> [1] "DOID_0050817" #> #> $`Stargardt disease`$dbPhenotype #> [1] TRUE #> #> $`Stargardt disease`$`_parent` #> [1] "DOID_10871<DOID_2007<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Stargardt disease`$`_is_leaf` #> [1] TRUE #> #> $`Stargardt disease`$children #> list() #> #> $`Stargardt disease`$value #> [1] "Stargardt disease" #> #> #> $`status asthmaticus` #> $`status asthmaticus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9362" #> #> $`status asthmaticus`$`_id` #> [1] "DOID_9362<DOID_2841<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`status asthmaticus`$privateGeneCount #> [1] 0 #> #> $`status asthmaticus`$publicGeneCount #> [1] 3 #> #> $`status asthmaticus`$urlId #> [1] "DOID_9362" #> #> $`status asthmaticus`$dbPhenotype #> [1] TRUE #> #> $`status asthmaticus`$`_parent` #> [1] "DOID_2841<DOID_1176<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`status asthmaticus`$`_is_leaf` #> [1] TRUE #> #> $`status asthmaticus`$children #> list() #> #> $`status asthmaticus`$value #> [1] "status asthmaticus" #> #> #> $`status epilepticus` #> $`status epilepticus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1824" #> #> $`status epilepticus`$`_id` #> [1] "DOID_1824<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`status epilepticus`$privateGeneCount #> [1] 0 #> #> $`status epilepticus`$publicGeneCount #> [1] 69 #> #> $`status epilepticus`$urlId #> [1] "DOID_1824" #> #> $`status epilepticus`$dbPhenotype #> [1] TRUE #> #> $`status epilepticus`$`_parent` #> [1] "DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`status epilepticus`$`_is_leaf` #> [1] TRUE #> #> $`status epilepticus`$children #> list() #> #> $`status epilepticus`$value #> [1] "status epilepticus" #> #> #> $`Steatocystoma multiplex` #> $`Steatocystoma multiplex`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012035" #> #> $`Steatocystoma multiplex`$`_id` #> [1] "HP_0012035<HP_0008069<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Steatocystoma multiplex`$privateGeneCount #> [1] 0 #> #> $`Steatocystoma multiplex`$publicGeneCount #> [1] 1 #> #> $`Steatocystoma multiplex`$urlId #> [1] "HP_0012035" #> #> $`Steatocystoma multiplex`$dbPhenotype #> [1] TRUE #> #> $`Steatocystoma multiplex`$`_parent` #> [1] "HP_0008069<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Steatocystoma multiplex`$`_is_leaf` #> [1] TRUE #> #> $`Steatocystoma multiplex`$children #> list() #> #> $`Steatocystoma multiplex`$value #> [1] "Steatocystoma multiplex" #> #> #> $`Steatocystoma multiplex` #> $`Steatocystoma multiplex`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012035" #> #> $`Steatocystoma multiplex`$`_id` #> [1] "HP_0012035<HP_0008069<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Steatocystoma multiplex`$privateGeneCount #> [1] 0 #> #> $`Steatocystoma multiplex`$publicGeneCount #> [1] 1 #> #> $`Steatocystoma multiplex`$urlId #> [1] "HP_0012035" #> #> $`Steatocystoma multiplex`$dbPhenotype #> [1] TRUE #> #> $`Steatocystoma multiplex`$`_parent` #> [1] "HP_0008069<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Steatocystoma multiplex`$`_is_leaf` #> [1] TRUE #> #> $`Steatocystoma multiplex`$children #> list() #> #> $`Steatocystoma multiplex`$value #> [1] "Steatocystoma multiplex" #> #> #> $`stereotypic movement disorder` #> $`stereotypic movement disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2303" #> #> $`stereotypic movement disorder`$`_id` #> [1] "DOID_2303<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`stereotypic movement disorder`$privateGeneCount #> [1] 0 #> #> $`stereotypic movement disorder`$publicGeneCount #> [1] 3 #> #> $`stereotypic movement disorder`$urlId #> [1] "DOID_2303" #> #> $`stereotypic movement disorder`$dbPhenotype #> [1] TRUE #> #> $`stereotypic movement disorder`$`_parent` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`stereotypic movement disorder`$`_is_leaf` #> [1] TRUE #> #> $`stereotypic movement disorder`$children #> list() #> #> $`stereotypic movement disorder`$value #> [1] "stereotypic movement disorder" #> #> #> $`steroid inherited metabolic disorder` #> $`steroid inherited metabolic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1701" #> #> $`steroid inherited metabolic disorder`$`_id` #> [1] "DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`steroid inherited metabolic disorder`$privateGeneCount #> [1] 0 #> #> $`steroid inherited metabolic disorder`$publicGeneCount #> [1] 15 #> #> $`steroid inherited metabolic disorder`$urlId #> [1] "DOID_1701" #> #> $`steroid inherited metabolic disorder`$dbPhenotype #> [1] TRUE #> #> $`steroid inherited metabolic disorder`$`_parent` #> [1] "DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`steroid inherited metabolic disorder`$`_is_leaf` #> [1] FALSE #> #> $`steroid inherited metabolic disorder`$children #> $`steroid inherited metabolic disorder`$children[[1]] #> [1] "DOID_4367<DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`steroid inherited metabolic disorder`$children[[2]] #> [1] "DOID_0050811<DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`steroid inherited metabolic disorder`$children[[3]] #> [1] "DOID_0050674<DOID_1701<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> #> $`steroid inherited metabolic disorder`$value #> [1] "steroid inherited metabolic disorder" #> #> #> $`Stevens-Johnson syndrome` #> $`Stevens-Johnson syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050426" #> #> $`Stevens-Johnson syndrome`$`_id` #> [1] "DOID_0050426<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Stevens-Johnson syndrome`$privateGeneCount #> [1] 0 #> #> $`Stevens-Johnson syndrome`$publicGeneCount #> [1] 34 #> #> $`Stevens-Johnson syndrome`$urlId #> [1] "DOID_0050426" #> #> $`Stevens-Johnson syndrome`$dbPhenotype #> [1] TRUE #> #> $`Stevens-Johnson syndrome`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Stevens-Johnson syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Stevens-Johnson syndrome`$children #> list() #> #> $`Stevens-Johnson syndrome`$value #> [1] "Stevens-Johnson syndrome" #> #> #> $`Stickler syndrome` #> $`Stickler syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080046" #> #> $`Stickler syndrome`$`_id` #> [1] "DOID_0080046<DOID_225<DOID_4" #> #> $`Stickler syndrome`$privateGeneCount #> [1] 0 #> #> $`Stickler syndrome`$publicGeneCount #> [1] 5 #> #> $`Stickler syndrome`$urlId #> [1] "DOID_0080046" #> #> $`Stickler syndrome`$dbPhenotype #> [1] TRUE #> #> $`Stickler syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Stickler syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Stickler syndrome`$children #> list() #> #> $`Stickler syndrome`$value #> [1] "Stickler syndrome" #> #> #> $Stillbirth #> $Stillbirth$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003826" #> #> $Stillbirth$`_id` #> [1] "HP_0003826<HP_0011420<HP_0040006<HP_0031797<HP_0000001" #> #> $Stillbirth$privateGeneCount #> [1] 0 #> #> $Stillbirth$publicGeneCount #> [1] 8 #> #> $Stillbirth$urlId #> [1] "HP_0003826" #> #> $Stillbirth$dbPhenotype #> [1] TRUE #> #> $Stillbirth$`_parent` #> [1] "HP_0011420<HP_0040006<HP_0031797<HP_0000001" #> #> $Stillbirth$`_is_leaf` #> [1] TRUE #> #> $Stillbirth$children #> list() #> #> $Stillbirth$value #> [1] "Stillbirth" #> #> #> $`stomach cancer` #> $`stomach cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10534" #> #> $`stomach cancer`$`_id` #> [1] "DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`stomach cancer`$privateGeneCount #> [1] 0 #> #> $`stomach cancer`$publicGeneCount #> [1] 304 #> #> $`stomach cancer`$urlId #> [1] "DOID_10534" #> #> $`stomach cancer`$dbPhenotype #> [1] TRUE #> #> $`stomach cancer`$`_parent` #> [1] "DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`stomach cancer`$`_is_leaf` #> [1] FALSE #> #> $`stomach cancer`$children #> $`stomach cancer`$children[[1]] #> [1] "DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`stomach cancer`$value #> [1] "stomach cancer" #> #> #> $`stomach cancer` #> $`stomach cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10534" #> #> $`stomach cancer`$`_id` #> [1] "DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`stomach cancer`$privateGeneCount #> [1] 0 #> #> $`stomach cancer`$publicGeneCount #> [1] 304 #> #> $`stomach cancer`$urlId #> [1] "DOID_10534" #> #> $`stomach cancer`$dbPhenotype #> [1] TRUE #> #> $`stomach cancer`$`_parent` #> [1] "DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`stomach cancer`$`_is_leaf` #> [1] FALSE #> #> $`stomach cancer`$children #> $`stomach cancer`$children[[1]] #> [1] "DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`stomach cancer`$value #> [1] "stomach cancer" #> #> #> $`stomach cancer` #> $`stomach cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10534" #> #> $`stomach cancer`$`_id` #> [1] "DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`stomach cancer`$privateGeneCount #> [1] 0 #> #> $`stomach cancer`$publicGeneCount #> [1] 304 #> #> $`stomach cancer`$urlId #> [1] "DOID_10534" #> #> $`stomach cancer`$dbPhenotype #> [1] TRUE #> #> $`stomach cancer`$`_parent` #> [1] "DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`stomach cancer`$`_is_leaf` #> [1] FALSE #> #> $`stomach cancer`$children #> $`stomach cancer`$children[[1]] #> [1] "DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> #> $`stomach cancer`$value #> [1] "stomach cancer" #> #> #> $`stomach carcinoma` #> $`stomach carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5517" #> #> $`stomach carcinoma`$`_id` #> [1] "DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`stomach carcinoma`$privateGeneCount #> [1] 0 #> #> $`stomach carcinoma`$publicGeneCount #> [1] 1 #> #> $`stomach carcinoma`$urlId #> [1] "DOID_5517" #> #> $`stomach carcinoma`$dbPhenotype #> [1] FALSE #> #> $`stomach carcinoma`$`_parent` #> [1] "DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`stomach carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`stomach carcinoma`$children #> $`stomach carcinoma`$children[[1]] #> [1] "DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`stomach carcinoma`$value #> [1] "stomach carcinoma" #> #> #> $`stomach carcinoma` #> $`stomach carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5517" #> #> $`stomach carcinoma`$`_id` #> [1] "DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`stomach carcinoma`$privateGeneCount #> [1] 0 #> #> $`stomach carcinoma`$publicGeneCount #> [1] 1 #> #> $`stomach carcinoma`$urlId #> [1] "DOID_5517" #> #> $`stomach carcinoma`$dbPhenotype #> [1] FALSE #> #> $`stomach carcinoma`$`_parent` #> [1] "DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`stomach carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`stomach carcinoma`$children #> $`stomach carcinoma`$children[[1]] #> [1] "DOID_3717<DOID_5517<DOID_10534<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`stomach carcinoma`$value #> [1] "stomach carcinoma" #> #> #> $`stomach carcinoma` #> $`stomach carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5517" #> #> $`stomach carcinoma`$`_id` #> [1] "DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`stomach carcinoma`$privateGeneCount #> [1] 0 #> #> $`stomach carcinoma`$publicGeneCount #> [1] 1 #> #> $`stomach carcinoma`$urlId #> [1] "DOID_5517" #> #> $`stomach carcinoma`$dbPhenotype #> [1] FALSE #> #> $`stomach carcinoma`$`_parent` #> [1] "DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`stomach carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`stomach carcinoma`$children #> $`stomach carcinoma`$children[[1]] #> [1] "DOID_3717<DOID_5517<DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> #> $`stomach carcinoma`$value #> [1] "stomach carcinoma" #> #> #> $`stomach carcinoma` #> $`stomach carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5517" #> #> $`stomach carcinoma`$`_id` #> [1] "DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`stomach carcinoma`$privateGeneCount #> [1] 0 #> #> $`stomach carcinoma`$publicGeneCount #> [1] 1 #> #> $`stomach carcinoma`$urlId #> [1] "DOID_5517" #> #> $`stomach carcinoma`$dbPhenotype #> [1] FALSE #> #> $`stomach carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`stomach carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`stomach carcinoma`$children #> $`stomach carcinoma`$children[[1]] #> [1] "DOID_3717<DOID_5517<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`stomach carcinoma`$value #> [1] "stomach carcinoma" #> #> #> $`stomach disease` #> $`stomach disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_76" #> #> $`stomach disease`$`_id` #> [1] "DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`stomach disease`$privateGeneCount #> [1] 0 #> #> $`stomach disease`$publicGeneCount #> [1] 312 #> #> $`stomach disease`$urlId #> [1] "DOID_76" #> #> $`stomach disease`$dbPhenotype #> [1] TRUE #> #> $`stomach disease`$`_parent` #> [1] "DOID_77<DOID_7<DOID_4" #> #> $`stomach disease`$`_is_leaf` #> [1] FALSE #> #> $`stomach disease`$children #> $`stomach disease`$children[[1]] #> [1] "DOID_1159<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`stomach disease`$children[[2]] #> [1] "DOID_3122<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`stomach disease`$children[[3]] #> [1] "DOID_4029<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`stomach disease`$children[[4]] #> [1] "DOID_12642<DOID_76<DOID_77<DOID_7<DOID_4" #> #> $`stomach disease`$children[[5]] #> [1] "DOID_10534<DOID_76<DOID_77<DOID_7<DOID_4" #> #> #> $`stomach disease`$value #> [1] "stomach disease" #> #> #> $stomatitis #> $stomatitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9637" #> #> $stomatitis$`_id` #> [1] "DOID_9637<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $stomatitis$privateGeneCount #> [1] 0 #> #> $stomatitis$publicGeneCount #> [1] 4 #> #> $stomatitis$urlId #> [1] "DOID_9637" #> #> $stomatitis$dbPhenotype #> [1] TRUE #> #> $stomatitis$`_parent` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $stomatitis$`_is_leaf` #> [1] TRUE #> #> $stomatitis$children #> list() #> #> $stomatitis$value #> [1] "stomatitis" #> #> #> $Stomatocytosis #> $Stomatocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004446" #> #> $Stomatocytosis$`_id` #> [1] "HP_0004446<HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Stomatocytosis$privateGeneCount #> [1] 0 #> #> $Stomatocytosis$publicGeneCount #> [1] 1 #> #> $Stomatocytosis$urlId #> [1] "HP_0004446" #> #> $Stomatocytosis$dbPhenotype #> [1] TRUE #> #> $Stomatocytosis$`_parent` #> [1] "HP_0004447<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $Stomatocytosis$`_is_leaf` #> [1] TRUE #> #> $Stomatocytosis$children #> list() #> #> $Stomatocytosis$value #> [1] "Stomatocytosis" #> #> #> $`Stormorken syndrome` #> $`Stormorken syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060354" #> #> $`Stormorken syndrome`$`_id` #> [1] "DOID_0060354<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Stormorken syndrome`$privateGeneCount #> [1] 0 #> #> $`Stormorken syndrome`$publicGeneCount #> [1] 1 #> #> $`Stormorken syndrome`$urlId #> [1] "DOID_0060354" #> #> $`Stormorken syndrome`$dbPhenotype #> [1] TRUE #> #> $`Stormorken syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Stormorken syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Stormorken syndrome`$children #> list() #> #> $`Stormorken syndrome`$value #> [1] "Stormorken syndrome" #> #> #> $`Stormorken syndrome` #> $`Stormorken syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060354" #> #> $`Stormorken syndrome`$`_id` #> [1] "DOID_0060354<DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`Stormorken syndrome`$privateGeneCount #> [1] 0 #> #> $`Stormorken syndrome`$publicGeneCount #> [1] 1 #> #> $`Stormorken syndrome`$urlId #> [1] "DOID_0060354" #> #> $`Stormorken syndrome`$dbPhenotype #> [1] TRUE #> #> $`Stormorken syndrome`$`_parent` #> [1] "DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`Stormorken syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Stormorken syndrome`$children #> list() #> #> $`Stormorken syndrome`$value #> [1] "Stormorken syndrome" #> #> #> $strabismus #> $strabismus$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_540" #> #> $strabismus$`_id` #> [1] "DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $strabismus$privateGeneCount #> [1] 0 #> #> $strabismus$publicGeneCount #> [1] 10 #> #> $strabismus$urlId #> [1] "DOID_540" #> #> $strabismus$dbPhenotype #> [1] TRUE #> #> $strabismus$`_parent` #> [1] "DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $strabismus$`_is_leaf` #> [1] FALSE #> #> $strabismus$children #> $strabismus$children[[1]] #> [1] "DOID_12557<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $strabismus$children[[2]] #> [1] "DOID_9837<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $strabismus$children[[3]] #> [1] "DOID_538<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $strabismus$children[[4]] #> [1] "DOID_9306<DOID_540<DOID_1279<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $strabismus$value #> [1] "strabismus" #> #> #> $strabismus #> $strabismus$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_540" #> #> $strabismus$`_id` #> [1] "DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $strabismus$privateGeneCount #> [1] 0 #> #> $strabismus$publicGeneCount #> [1] 10 #> #> $strabismus$urlId #> [1] "DOID_540" #> #> $strabismus$dbPhenotype #> [1] TRUE #> #> $strabismus$`_parent` #> [1] "DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $strabismus$`_is_leaf` #> [1] FALSE #> #> $strabismus$children #> $strabismus$children[[1]] #> [1] "DOID_12557<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $strabismus$children[[2]] #> [1] "DOID_9837<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $strabismus$children[[3]] #> [1] "DOID_538<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $strabismus$children[[4]] #> [1] "DOID_9306<DOID_540<DOID_1279<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $strabismus$value #> [1] "strabismus" #> #> #> $strabismus #> $strabismus$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_540" #> #> $strabismus$`_id` #> [1] "DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $strabismus$privateGeneCount #> [1] 0 #> #> $strabismus$publicGeneCount #> [1] 10 #> #> $strabismus$urlId #> [1] "DOID_540" #> #> $strabismus$dbPhenotype #> [1] TRUE #> #> $strabismus$`_parent` #> [1] "DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $strabismus$`_is_leaf` #> [1] FALSE #> #> $strabismus$children #> $strabismus$children[[1]] #> [1] "DOID_12557<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $strabismus$children[[2]] #> [1] "DOID_9837<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $strabismus$children[[3]] #> [1] "DOID_538<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $strabismus$children[[4]] #> [1] "DOID_9306<DOID_540<DOID_9834<DOID_9835<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $strabismus$value #> [1] "strabismus" #> #> #> $`Stress urinary incontinence` #> $`Stress urinary incontinence`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010992" #> #> $`Stress urinary incontinence`$`_id` #> [1] "HP_0010992<HP_0000020<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Stress urinary incontinence`$privateGeneCount #> [1] 0 #> #> $`Stress urinary incontinence`$publicGeneCount #> [1] 1 #> #> $`Stress urinary incontinence`$urlId #> [1] "HP_0010992" #> #> $`Stress urinary incontinence`$dbPhenotype #> [1] TRUE #> #> $`Stress urinary incontinence`$`_parent` #> [1] "HP_0000020<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Stress urinary incontinence`$`_is_leaf` #> [1] TRUE #> #> $`Stress urinary incontinence`$children #> list() #> #> $`Stress urinary incontinence`$value #> [1] "Stress urinary incontinence" #> #> #> $`striatonigral degeneration` #> $`striatonigral degeneration`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4751" #> #> $`striatonigral degeneration`$`_id` #> [1] "DOID_4751<DOID_4752<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`striatonigral degeneration`$privateGeneCount #> [1] 0 #> #> $`striatonigral degeneration`$publicGeneCount #> [1] 2 #> #> $`striatonigral degeneration`$urlId #> [1] "DOID_4751" #> #> $`striatonigral degeneration`$dbPhenotype #> [1] TRUE #> #> $`striatonigral degeneration`$`_parent` #> [1] "DOID_4752<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`striatonigral degeneration`$`_is_leaf` #> [1] TRUE #> #> $`striatonigral degeneration`$children #> list() #> #> $`striatonigral degeneration`$value #> [1] "striatonigral degeneration" #> #> #> $Stroke #> $Stroke$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001297" #> #> $Stroke$`_id` #> [1] "HP_0001297<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Stroke$privateGeneCount #> [1] 0 #> #> $Stroke$publicGeneCount #> [1] 3 #> #> $Stroke$urlId #> [1] "HP_0001297" #> #> $Stroke$dbPhenotype #> [1] FALSE #> #> $Stroke$`_parent` #> [1] "HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $Stroke$`_is_leaf` #> [1] FALSE #> #> $Stroke$children #> $Stroke$children[[1]] #> [1] "HP_0002140<HP_0001297<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $Stroke$value #> [1] "Stroke" #> #> #> $Stroke #> $Stroke$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001297" #> #> $Stroke$`_id` #> [1] "HP_0001297<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Stroke$privateGeneCount #> [1] 0 #> #> $Stroke$publicGeneCount #> [1] 3 #> #> $Stroke$urlId #> [1] "HP_0001297" #> #> $Stroke$dbPhenotype #> [1] FALSE #> #> $Stroke$`_parent` #> [1] "HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $Stroke$`_is_leaf` #> [1] FALSE #> #> $Stroke$children #> $Stroke$children[[1]] #> [1] "HP_0002140<HP_0001297<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> #> $Stroke$value #> [1] "Stroke" #> #> #> $`stromal dystrophy` #> $`stromal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060442" #> #> $`stromal dystrophy`$`_id` #> [1] "DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`stromal dystrophy`$privateGeneCount #> [1] 0 #> #> $`stromal dystrophy`$publicGeneCount #> [1] 12 #> #> $`stromal dystrophy`$urlId #> [1] "DOID_0060442" #> #> $`stromal dystrophy`$dbPhenotype #> [1] FALSE #> #> $`stromal dystrophy`$`_parent` #> [1] "DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`stromal dystrophy`$`_is_leaf` #> [1] FALSE #> #> $`stromal dystrophy`$children #> $`stromal dystrophy`$children[[1]] #> [1] "DOID_0060445<DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`stromal dystrophy`$children[[2]] #> [1] "DOID_0060448<DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`stromal dystrophy`$children[[3]] #> [1] "DOID_2565<DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`stromal dystrophy`$children[[4]] #> [1] "DOID_0060456<DOID_0060442<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`stromal dystrophy`$value #> [1] "stromal dystrophy" #> #> #> $stuttering #> $stuttering$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060243" #> #> $stuttering$`_id` #> [1] "DOID_0060243<DOID_4186<DOID_92<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $stuttering$privateGeneCount #> [1] 0 #> #> $stuttering$publicGeneCount #> [1] 2 #> #> $stuttering$urlId #> [1] "DOID_0060243" #> #> $stuttering$dbPhenotype #> [1] TRUE #> #> $stuttering$`_parent` #> [1] "DOID_4186<DOID_92<DOID_2033<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $stuttering$`_is_leaf` #> [1] TRUE #> #> $stuttering$children #> list() #> #> $stuttering$value #> [1] "stuttering" #> #> #> $`Subarachnoid hemorrhage` #> $`Subarachnoid hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002138" #> #> $`Subarachnoid hemorrhage`$`_id` #> [1] "HP_0002138<HP_0002170<HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Subarachnoid hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Subarachnoid hemorrhage`$publicGeneCount #> [1] 11 #> #> $`Subarachnoid hemorrhage`$urlId #> [1] "HP_0002138" #> #> $`Subarachnoid hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Subarachnoid hemorrhage`$`_parent` #> [1] "HP_0002170<HP_0011029<HP_0001892<HP_0001871<HP_0000118<HP_0000001" #> #> $`Subarachnoid hemorrhage`$`_is_leaf` #> [1] TRUE #> #> $`Subarachnoid hemorrhage`$children #> list() #> #> $`Subarachnoid hemorrhage`$value #> [1] "Subarachnoid hemorrhage" #> #> #> $`Subarachnoid hemorrhage` #> $`Subarachnoid hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002138" #> #> $`Subarachnoid hemorrhage`$`_id` #> [1] "HP_0002138<HP_0002170<HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Subarachnoid hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Subarachnoid hemorrhage`$publicGeneCount #> [1] 11 #> #> $`Subarachnoid hemorrhage`$urlId #> [1] "HP_0002138" #> #> $`Subarachnoid hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Subarachnoid hemorrhage`$`_parent` #> [1] "HP_0002170<HP_0011029<HP_0011028<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Subarachnoid hemorrhage`$`_is_leaf` #> [1] TRUE #> #> $`Subarachnoid hemorrhage`$children #> list() #> #> $`Subarachnoid hemorrhage`$value #> [1] "Subarachnoid hemorrhage" #> #> #> $`Subarachnoid hemorrhage` #> $`Subarachnoid hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002138" #> #> $`Subarachnoid hemorrhage`$`_id` #> [1] "HP_0002138<HP_0002170<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Subarachnoid hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Subarachnoid hemorrhage`$publicGeneCount #> [1] 11 #> #> $`Subarachnoid hemorrhage`$urlId #> [1] "HP_0002138" #> #> $`Subarachnoid hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Subarachnoid hemorrhage`$`_parent` #> [1] "HP_0002170<HP_0100659<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Subarachnoid hemorrhage`$`_is_leaf` #> [1] TRUE #> #> $`Subarachnoid hemorrhage`$children #> list() #> #> $`Subarachnoid hemorrhage`$value #> [1] "Subarachnoid hemorrhage" #> #> #> $`Subarachnoid hemorrhage` #> $`Subarachnoid hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002138" #> #> $`Subarachnoid hemorrhage`$`_id` #> [1] "HP_0002138<HP_0002170<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Subarachnoid hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Subarachnoid hemorrhage`$publicGeneCount #> [1] 11 #> #> $`Subarachnoid hemorrhage`$urlId #> [1] "HP_0002138" #> #> $`Subarachnoid hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Subarachnoid hemorrhage`$`_parent` #> [1] "HP_0002170<HP_0100659<HP_0012443<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Subarachnoid hemorrhage`$`_is_leaf` #> [1] TRUE #> #> $`Subarachnoid hemorrhage`$children #> list() #> #> $`Subarachnoid hemorrhage`$value #> [1] "Subarachnoid hemorrhage" #> #> #> $`Subarachnoid hemorrhage` #> $`Subarachnoid hemorrhage`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002138" #> #> $`Subarachnoid hemorrhage`$`_id` #> [1] "HP_0002138<HP_0012703<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Subarachnoid hemorrhage`$privateGeneCount #> [1] 0 #> #> $`Subarachnoid hemorrhage`$publicGeneCount #> [1] 11 #> #> $`Subarachnoid hemorrhage`$urlId #> [1] "HP_0002138" #> #> $`Subarachnoid hemorrhage`$dbPhenotype #> [1] TRUE #> #> $`Subarachnoid hemorrhage`$`_parent` #> [1] "HP_0012703<HP_0002011<HP_0012639<HP_0000707<HP_0000118<HP_0000001" #> #> $`Subarachnoid hemorrhage`$`_is_leaf` #> [1] TRUE #> #> $`Subarachnoid hemorrhage`$children #> list() #> #> $`Subarachnoid hemorrhage`$value #> [1] "Subarachnoid hemorrhage" #> #> #> $`subcorneal pustular dermatosis` #> $`subcorneal pustular dermatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8508" #> #> $`subcorneal pustular dermatosis`$`_id` #> [1] "DOID_8508<DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`subcorneal pustular dermatosis`$privateGeneCount #> [1] 0 #> #> $`subcorneal pustular dermatosis`$publicGeneCount #> [1] 3 #> #> $`subcorneal pustular dermatosis`$urlId #> [1] "DOID_8508" #> #> $`subcorneal pustular dermatosis`$dbPhenotype #> [1] TRUE #> #> $`subcorneal pustular dermatosis`$`_parent` #> [1] "DOID_8502<DOID_2723<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`subcorneal pustular dermatosis`$`_is_leaf` #> [1] TRUE #> #> $`subcorneal pustular dermatosis`$children #> list() #> #> $`subcorneal pustular dermatosis`$value #> [1] "subcorneal pustular dermatosis" #> #> #> $`subcorneal pustular dermatosis` #> $`subcorneal pustular dermatosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8508" #> #> $`subcorneal pustular dermatosis`$`_id` #> [1] "DOID_8508<DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`subcorneal pustular dermatosis`$privateGeneCount #> [1] 0 #> #> $`subcorneal pustular dermatosis`$publicGeneCount #> [1] 3 #> #> $`subcorneal pustular dermatosis`$urlId #> [1] "DOID_8508" #> #> $`subcorneal pustular dermatosis`$dbPhenotype #> [1] TRUE #> #> $`subcorneal pustular dermatosis`$`_parent` #> [1] "DOID_8502<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`subcorneal pustular dermatosis`$`_is_leaf` #> [1] TRUE #> #> $`subcorneal pustular dermatosis`$children #> list() #> #> $`subcorneal pustular dermatosis`$value #> [1] "subcorneal pustular dermatosis" #> #> #> $`subependymal giant cell astrocytoma` #> $`subependymal giant cell astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5077" #> #> $`subependymal giant cell astrocytoma`$`_id` #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`subependymal giant cell astrocytoma`$privateGeneCount #> [1] 0 #> #> $`subependymal giant cell astrocytoma`$publicGeneCount #> [1] 34 #> #> $`subependymal giant cell astrocytoma`$urlId #> [1] "DOID_5077" #> #> $`subependymal giant cell astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$`_parent` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`subependymal giant cell astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$children #> list() #> #> $`subependymal giant cell astrocytoma`$value #> [1] "subependymal giant cell astrocytoma" #> #> #> $`subependymal giant cell astrocytoma` #> $`subependymal giant cell astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5077" #> #> $`subependymal giant cell astrocytoma`$`_id` #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`subependymal giant cell astrocytoma`$privateGeneCount #> [1] 0 #> #> $`subependymal giant cell astrocytoma`$publicGeneCount #> [1] 34 #> #> $`subependymal giant cell astrocytoma`$urlId #> [1] "DOID_5077" #> #> $`subependymal giant cell astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$`_parent` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`subependymal giant cell astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$children #> list() #> #> $`subependymal giant cell astrocytoma`$value #> [1] "subependymal giant cell astrocytoma" #> #> #> $`subependymal giant cell astrocytoma` #> $`subependymal giant cell astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5077" #> #> $`subependymal giant cell astrocytoma`$`_id` #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`subependymal giant cell astrocytoma`$privateGeneCount #> [1] 0 #> #> $`subependymal giant cell astrocytoma`$publicGeneCount #> [1] 34 #> #> $`subependymal giant cell astrocytoma`$urlId #> [1] "DOID_5077" #> #> $`subependymal giant cell astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$`_parent` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`subependymal giant cell astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$children #> list() #> #> $`subependymal giant cell astrocytoma`$value #> [1] "subependymal giant cell astrocytoma" #> #> #> $`subependymal giant cell astrocytoma` #> $`subependymal giant cell astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5077" #> #> $`subependymal giant cell astrocytoma`$`_id` #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal giant cell astrocytoma`$privateGeneCount #> [1] 0 #> #> $`subependymal giant cell astrocytoma`$publicGeneCount #> [1] 34 #> #> $`subependymal giant cell astrocytoma`$urlId #> [1] "DOID_5077" #> #> $`subependymal giant cell astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$`_parent` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal giant cell astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$children #> list() #> #> $`subependymal giant cell astrocytoma`$value #> [1] "subependymal giant cell astrocytoma" #> #> #> $`subependymal giant cell astrocytoma` #> $`subependymal giant cell astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5077" #> #> $`subependymal giant cell astrocytoma`$`_id` #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal giant cell astrocytoma`$privateGeneCount #> [1] 0 #> #> $`subependymal giant cell astrocytoma`$publicGeneCount #> [1] 34 #> #> $`subependymal giant cell astrocytoma`$urlId #> [1] "DOID_5077" #> #> $`subependymal giant cell astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$`_parent` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal giant cell astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$children #> list() #> #> $`subependymal giant cell astrocytoma`$value #> [1] "subependymal giant cell astrocytoma" #> #> #> $`subependymal giant cell astrocytoma` #> $`subependymal giant cell astrocytoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5077" #> #> $`subependymal giant cell astrocytoma`$`_id` #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal giant cell astrocytoma`$privateGeneCount #> [1] 0 #> #> $`subependymal giant cell astrocytoma`$publicGeneCount #> [1] 34 #> #> $`subependymal giant cell astrocytoma`$urlId #> [1] "DOID_5077" #> #> $`subependymal giant cell astrocytoma`$dbPhenotype #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$`_parent` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal giant cell astrocytoma`$`_is_leaf` #> [1] TRUE #> #> $`subependymal giant cell astrocytoma`$children #> list() #> #> $`subependymal giant cell astrocytoma`$value #> [1] "subependymal giant cell astrocytoma" #> #> #> $`subependymal glioma` #> $`subependymal glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4843" #> #> $`subependymal glioma`$`_id` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`subependymal glioma`$privateGeneCount #> [1] 0 #> #> $`subependymal glioma`$publicGeneCount #> [1] 34 #> #> $`subependymal glioma`$urlId #> [1] "DOID_4843" #> #> $`subependymal glioma`$dbPhenotype #> [1] FALSE #> #> $`subependymal glioma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`subependymal glioma`$`_is_leaf` #> [1] FALSE #> #> $`subependymal glioma`$children #> $`subependymal glioma`$children[[1]] #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`subependymal glioma`$value #> [1] "subependymal glioma" #> #> #> $`subependymal glioma` #> $`subependymal glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4843" #> #> $`subependymal glioma`$`_id` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`subependymal glioma`$privateGeneCount #> [1] 0 #> #> $`subependymal glioma`$publicGeneCount #> [1] 34 #> #> $`subependymal glioma`$urlId #> [1] "DOID_4843" #> #> $`subependymal glioma`$dbPhenotype #> [1] FALSE #> #> $`subependymal glioma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`subependymal glioma`$`_is_leaf` #> [1] FALSE #> #> $`subependymal glioma`$children #> $`subependymal glioma`$children[[1]] #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`subependymal glioma`$value #> [1] "subependymal glioma" #> #> #> $`subependymal glioma` #> $`subependymal glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4843" #> #> $`subependymal glioma`$`_id` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`subependymal glioma`$privateGeneCount #> [1] 0 #> #> $`subependymal glioma`$publicGeneCount #> [1] 34 #> #> $`subependymal glioma`$urlId #> [1] "DOID_4843" #> #> $`subependymal glioma`$dbPhenotype #> [1] FALSE #> #> $`subependymal glioma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> $`subependymal glioma`$`_is_leaf` #> [1] FALSE #> #> $`subependymal glioma`$children #> $`subependymal glioma`$children[[1]] #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_0060115<DOID_863<DOID_7<DOID_4" #> #> #> $`subependymal glioma`$value #> [1] "subependymal glioma" #> #> #> $`subependymal glioma` #> $`subependymal glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4843" #> #> $`subependymal glioma`$`_id` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal glioma`$privateGeneCount #> [1] 0 #> #> $`subependymal glioma`$publicGeneCount #> [1] 34 #> #> $`subependymal glioma`$urlId #> [1] "DOID_4843" #> #> $`subependymal glioma`$dbPhenotype #> [1] FALSE #> #> $`subependymal glioma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal glioma`$`_is_leaf` #> [1] FALSE #> #> $`subependymal glioma`$children #> $`subependymal glioma`$children[[1]] #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_0060090<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`subependymal glioma`$value #> [1] "subependymal glioma" #> #> #> $`subependymal glioma` #> $`subependymal glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4843" #> #> $`subependymal glioma`$`_id` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal glioma`$privateGeneCount #> [1] 0 #> #> $`subependymal glioma`$publicGeneCount #> [1] 34 #> #> $`subependymal glioma`$urlId #> [1] "DOID_4843" #> #> $`subependymal glioma`$dbPhenotype #> [1] FALSE #> #> $`subependymal glioma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal glioma`$`_is_leaf` #> [1] FALSE #> #> $`subependymal glioma`$children #> $`subependymal glioma`$children[[1]] #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`subependymal glioma`$value #> [1] "subependymal glioma" #> #> #> $`subependymal glioma` #> $`subependymal glioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4843" #> #> $`subependymal glioma`$`_id` #> [1] "DOID_4843<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal glioma`$privateGeneCount #> [1] 0 #> #> $`subependymal glioma`$publicGeneCount #> [1] 34 #> #> $`subependymal glioma`$urlId #> [1] "DOID_4843" #> #> $`subependymal glioma`$dbPhenotype #> [1] FALSE #> #> $`subependymal glioma`$`_parent` #> [1] "DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`subependymal glioma`$`_is_leaf` #> [1] FALSE #> #> $`subependymal glioma`$children #> $`subependymal glioma`$children[[1]] #> [1] "DOID_5077<DOID_4843<DOID_4844<DOID_0060101<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`subependymal glioma`$value #> [1] "subependymal glioma" #> #> #> $`substance abuse` #> $`substance abuse`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_302" #> #> $`substance abuse`$`_id` #> [1] "DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`substance abuse`$privateGeneCount #> [1] 0 #> #> $`substance abuse`$publicGeneCount #> [1] 321 #> #> $`substance abuse`$urlId #> [1] "DOID_302" #> #> $`substance abuse`$dbPhenotype #> [1] TRUE #> #> $`substance abuse`$`_parent` #> [1] "DOID_303<DOID_150<DOID_4" #> #> $`substance abuse`$`_is_leaf` #> [1] FALSE #> #> $`substance abuse`$children #> $`substance abuse`$children[[1]] #> [1] "DOID_1574<DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`substance abuse`$children[[2]] #> [1] "DOID_9505<DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`substance abuse`$children[[3]] #> [1] "DOID_809<DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`substance abuse`$children[[4]] #> [1] "DOID_5062<DOID_302<DOID_303<DOID_150<DOID_4" #> #> #> $`substance abuse`$value #> [1] "substance abuse" #> #> #> $`substance dependence` #> $`substance dependence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9973" #> #> $`substance dependence`$`_id` #> [1] "DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`substance dependence`$privateGeneCount #> [1] 0 #> #> $`substance dependence`$publicGeneCount #> [1] 166 #> #> $`substance dependence`$urlId #> [1] "DOID_9973" #> #> $`substance dependence`$dbPhenotype #> [1] TRUE #> #> $`substance dependence`$`_parent` #> [1] "DOID_303<DOID_150<DOID_4" #> #> $`substance dependence`$`_is_leaf` #> [1] FALSE #> #> $`substance dependence`$children #> $`substance dependence`$children[[1]] #> [1] "DOID_0050741<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`substance dependence`$children[[2]] #> [1] "DOID_9974<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`substance dependence`$children[[3]] #> [1] "DOID_0050742<DOID_9973<DOID_303<DOID_150<DOID_4" #> #> #> $`substance dependence`$value #> [1] "substance dependence" #> #> #> $`substance-induced psychosis` #> $`substance-induced psychosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8646" #> #> $`substance-induced psychosis`$`_id` #> [1] "DOID_8646<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`substance-induced psychosis`$privateGeneCount #> [1] 0 #> #> $`substance-induced psychosis`$publicGeneCount #> [1] 17 #> #> $`substance-induced psychosis`$urlId #> [1] "DOID_8646" #> #> $`substance-induced psychosis`$dbPhenotype #> [1] FALSE #> #> $`substance-induced psychosis`$`_parent` #> [1] "DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> $`substance-induced psychosis`$`_is_leaf` #> [1] FALSE #> #> $`substance-induced psychosis`$children #> $`substance-induced psychosis`$children[[1]] #> [1] "DOID_1203<DOID_8646<DOID_2468<DOID_1561<DOID_150<DOID_4" #> #> #> $`substance-induced psychosis`$value #> [1] "substance-induced psychosis" #> #> #> $`substance-related disorder` #> $`substance-related disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_303" #> #> $`substance-related disorder`$`_id` #> [1] "DOID_303<DOID_150<DOID_4" #> #> $`substance-related disorder`$privateGeneCount #> [1] 0 #> #> $`substance-related disorder`$publicGeneCount #> [1] 393 #> #> $`substance-related disorder`$urlId #> [1] "DOID_303" #> #> $`substance-related disorder`$dbPhenotype #> [1] TRUE #> #> $`substance-related disorder`$`_parent` #> [1] "DOID_150<DOID_4" #> #> $`substance-related disorder`$`_is_leaf` #> [1] FALSE #> #> $`substance-related disorder`$children #> $`substance-related disorder`$children[[1]] #> [1] "DOID_302<DOID_303<DOID_150<DOID_4" #> #> $`substance-related disorder`$children[[2]] #> [1] "DOID_9973<DOID_303<DOID_150<DOID_4" #> #> $`substance-related disorder`$children[[3]] #> [1] "DOID_0060001<DOID_303<DOID_150<DOID_4" #> #> #> $`substance-related disorder`$value #> [1] "substance-related disorder" #> #> #> $`subvalvular aortic stenosis` #> $`subvalvular aortic stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5805" #> #> $`subvalvular aortic stenosis`$`_id` #> [1] "DOID_5805<DOID_1712<DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`subvalvular aortic stenosis`$privateGeneCount #> [1] 0 #> #> $`subvalvular aortic stenosis`$publicGeneCount #> [1] 1 #> #> $`subvalvular aortic stenosis`$urlId #> [1] "DOID_5805" #> #> $`subvalvular aortic stenosis`$dbPhenotype #> [1] TRUE #> #> $`subvalvular aortic stenosis`$`_parent` #> [1] "DOID_1712<DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`subvalvular aortic stenosis`$`_is_leaf` #> [1] TRUE #> #> $`subvalvular aortic stenosis`$children #> list() #> #> $`subvalvular aortic stenosis`$value #> [1] "subvalvular aortic stenosis" #> #> #> $`subvalvular aortic stenosis` #> $`subvalvular aortic stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5805" #> #> $`subvalvular aortic stenosis`$`_id` #> [1] "DOID_5805<DOID_1712<DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`subvalvular aortic stenosis`$privateGeneCount #> [1] 0 #> #> $`subvalvular aortic stenosis`$publicGeneCount #> [1] 1 #> #> $`subvalvular aortic stenosis`$urlId #> [1] "DOID_5805" #> #> $`subvalvular aortic stenosis`$dbPhenotype #> [1] TRUE #> #> $`subvalvular aortic stenosis`$`_parent` #> [1] "DOID_1712<DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`subvalvular aortic stenosis`$`_is_leaf` #> [1] TRUE #> #> $`subvalvular aortic stenosis`$children #> list() #> #> $`subvalvular aortic stenosis`$value #> [1] "subvalvular aortic stenosis" #> #> #> $`succinic semialdehyde dehydrogenase deficiency` #> $`succinic semialdehyde dehydrogenase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060175" #> #> $`succinic semialdehyde dehydrogenase deficiency`$`_id` #> [1] "DOID_0060175<DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`succinic semialdehyde dehydrogenase deficiency`$privateGeneCount #> [1] 0 #> #> $`succinic semialdehyde dehydrogenase deficiency`$publicGeneCount #> [1] 1 #> #> $`succinic semialdehyde dehydrogenase deficiency`$urlId #> [1] "DOID_0060175" #> #> $`succinic semialdehyde dehydrogenase deficiency`$dbPhenotype #> [1] TRUE #> #> $`succinic semialdehyde dehydrogenase deficiency`$`_parent` #> [1] "DOID_0060176<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`succinic semialdehyde dehydrogenase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`succinic semialdehyde dehydrogenase deficiency`$children #> list() #> #> $`succinic semialdehyde dehydrogenase deficiency`$value #> [1] "succinic semialdehyde dehydrogenase deficiency" #> #> #> $`Sudden cardiac death` #> $`Sudden cardiac death`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001645" #> #> $`Sudden cardiac death`$`_id` #> [1] "HP_0001645<HP_0001695<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Sudden cardiac death`$privateGeneCount #> [1] 0 #> #> $`Sudden cardiac death`$publicGeneCount #> [1] 17 #> #> $`Sudden cardiac death`$urlId #> [1] "HP_0001645" #> #> $`Sudden cardiac death`$dbPhenotype #> [1] TRUE #> #> $`Sudden cardiac death`$`_parent` #> [1] "HP_0001695<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Sudden cardiac death`$`_is_leaf` #> [1] TRUE #> #> $`Sudden cardiac death`$children #> list() #> #> $`Sudden cardiac death`$value #> [1] "Sudden cardiac death" #> #> #> $`Sudden death` #> $`Sudden death`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001699" #> #> $`Sudden death`$`_id` #> [1] "HP_0001699<HP_0011420<HP_0040006<HP_0031797<HP_0000001" #> #> $`Sudden death`$privateGeneCount #> [1] 0 #> #> $`Sudden death`$publicGeneCount #> [1] 17 #> #> $`Sudden death`$urlId #> [1] "HP_0001699" #> #> $`Sudden death`$dbPhenotype #> [1] TRUE #> #> $`Sudden death`$`_parent` #> [1] "HP_0011420<HP_0040006<HP_0031797<HP_0000001" #> #> $`Sudden death`$`_is_leaf` #> [1] TRUE #> #> $`Sudden death`$children #> list() #> #> $`Sudden death`$value #> [1] "Sudden death" #> #> #> $`sudden infant death syndrome` #> $`sudden infant death syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9007" #> #> $`sudden infant death syndrome`$`_id` #> [1] "DOID_9007<DOID_225<DOID_4" #> #> $`sudden infant death syndrome`$privateGeneCount #> [1] 0 #> #> $`sudden infant death syndrome`$publicGeneCount #> [1] 8 #> #> $`sudden infant death syndrome`$urlId #> [1] "DOID_9007" #> #> $`sudden infant death syndrome`$dbPhenotype #> [1] TRUE #> #> $`sudden infant death syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`sudden infant death syndrome`$`_is_leaf` #> [1] TRUE #> #> $`sudden infant death syndrome`$children #> list() #> #> $`sudden infant death syndrome`$value #> [1] "sudden infant death syndrome" #> #> #> $`Sulfite oxidase deficiency` #> $`Sulfite oxidase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003643" #> #> $`Sulfite oxidase deficiency`$`_id` #> [1] "HP_0003643<HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Sulfite oxidase deficiency`$privateGeneCount #> [1] 0 #> #> $`Sulfite oxidase deficiency`$publicGeneCount #> [1] 1 #> #> $`Sulfite oxidase deficiency`$urlId #> [1] "HP_0003643" #> #> $`Sulfite oxidase deficiency`$dbPhenotype #> [1] TRUE #> #> $`Sulfite oxidase deficiency`$`_parent` #> [1] "HP_0012379<HP_0001939<HP_0000118<HP_0000001" #> #> $`Sulfite oxidase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`Sulfite oxidase deficiency`$children #> list() #> #> $`Sulfite oxidase deficiency`$value #> [1] "Sulfite oxidase deficiency" #> #> #> $`suppurative otitis media` #> $`suppurative otitis media`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11506" #> #> $`suppurative otitis media`$`_id` #> [1] "DOID_11506<DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`suppurative otitis media`$privateGeneCount #> [1] 0 #> #> $`suppurative otitis media`$publicGeneCount #> [1] 3 #> #> $`suppurative otitis media`$urlId #> [1] "DOID_11506" #> #> $`suppurative otitis media`$dbPhenotype #> [1] TRUE #> #> $`suppurative otitis media`$`_parent` #> [1] "DOID_10754<DOID_5100<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`suppurative otitis media`$`_is_leaf` #> [1] TRUE #> #> $`suppurative otitis media`$children #> list() #> #> $`suppurative otitis media`$value #> [1] "suppurative otitis media" #> #> #> $`supratentorial cancer` #> $`supratentorial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1659" #> #> $`supratentorial cancer`$`_id` #> [1] "DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`supratentorial cancer`$privateGeneCount #> [1] 0 #> #> $`supratentorial cancer`$publicGeneCount #> [1] 54 #> #> $`supratentorial cancer`$urlId #> [1] "DOID_1659" #> #> $`supratentorial cancer`$dbPhenotype #> [1] TRUE #> #> $`supratentorial cancer`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`supratentorial cancer`$`_is_leaf` #> [1] FALSE #> #> $`supratentorial cancer`$children #> $`supratentorial cancer`$children[[1]] #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`supratentorial cancer`$value #> [1] "supratentorial cancer" #> #> #> $`supratentorial cancer` #> $`supratentorial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1659" #> #> $`supratentorial cancer`$`_id` #> [1] "DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`supratentorial cancer`$privateGeneCount #> [1] 0 #> #> $`supratentorial cancer`$publicGeneCount #> [1] 54 #> #> $`supratentorial cancer`$urlId #> [1] "DOID_1659" #> #> $`supratentorial cancer`$dbPhenotype #> [1] TRUE #> #> $`supratentorial cancer`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`supratentorial cancer`$`_is_leaf` #> [1] FALSE #> #> $`supratentorial cancer`$children #> $`supratentorial cancer`$children[[1]] #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`supratentorial cancer`$value #> [1] "supratentorial cancer" #> #> #> $`supratentorial cancer` #> $`supratentorial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1659" #> #> $`supratentorial cancer`$`_id` #> [1] "DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`supratentorial cancer`$privateGeneCount #> [1] 0 #> #> $`supratentorial cancer`$publicGeneCount #> [1] 54 #> #> $`supratentorial cancer`$urlId #> [1] "DOID_1659" #> #> $`supratentorial cancer`$dbPhenotype #> [1] TRUE #> #> $`supratentorial cancer`$`_parent` #> [1] "DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`supratentorial cancer`$`_is_leaf` #> [1] FALSE #> #> $`supratentorial cancer`$children #> $`supratentorial cancer`$children[[1]] #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`supratentorial cancer`$value #> [1] "supratentorial cancer" #> #> #> $`supratentorial cancer` #> $`supratentorial cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1659" #> #> $`supratentorial cancer`$`_id` #> [1] "DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`supratentorial cancer`$privateGeneCount #> [1] 0 #> #> $`supratentorial cancer`$publicGeneCount #> [1] 54 #> #> $`supratentorial cancer`$urlId #> [1] "DOID_1659" #> #> $`supratentorial cancer`$dbPhenotype #> [1] TRUE #> #> $`supratentorial cancer`$`_parent` #> [1] "DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`supratentorial cancer`$`_is_leaf` #> [1] FALSE #> #> $`supratentorial cancer`$children #> $`supratentorial cancer`$children[[1]] #> [1] "DOID_368<DOID_1659<DOID_1319<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`supratentorial cancer`$value #> [1] "supratentorial cancer" #> #> #> $`supravalvular aortic stenosis` #> $`supravalvular aortic stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1929" #> #> $`supravalvular aortic stenosis`$`_id` #> [1] "DOID_1929<DOID_1712<DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`supravalvular aortic stenosis`$privateGeneCount #> [1] 0 #> #> $`supravalvular aortic stenosis`$publicGeneCount #> [1] 1 #> #> $`supravalvular aortic stenosis`$urlId #> [1] "DOID_1929" #> #> $`supravalvular aortic stenosis`$dbPhenotype #> [1] TRUE #> #> $`supravalvular aortic stenosis`$`_parent` #> [1] "DOID_1712<DOID_62<DOID_4079<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`supravalvular aortic stenosis`$`_is_leaf` #> [1] TRUE #> #> $`supravalvular aortic stenosis`$children #> list() #> #> $`supravalvular aortic stenosis`$value #> [1] "supravalvular aortic stenosis" #> #> #> $`supravalvular aortic stenosis` #> $`supravalvular aortic stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1929" #> #> $`supravalvular aortic stenosis`$`_id` #> [1] "DOID_1929<DOID_1712<DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`supravalvular aortic stenosis`$privateGeneCount #> [1] 0 #> #> $`supravalvular aortic stenosis`$publicGeneCount #> [1] 1 #> #> $`supravalvular aortic stenosis`$urlId #> [1] "DOID_1929" #> #> $`supravalvular aortic stenosis`$dbPhenotype #> [1] TRUE #> #> $`supravalvular aortic stenosis`$`_parent` #> [1] "DOID_1712<DOID_62<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`supravalvular aortic stenosis`$`_is_leaf` #> [1] TRUE #> #> $`supravalvular aortic stenosis`$children #> list() #> #> $`supravalvular aortic stenosis`$value #> [1] "supravalvular aortic stenosis" #> #> #> $`Supraventricular arrhythmia` #> $`Supraventricular arrhythmia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005115" #> #> $`Supraventricular arrhythmia`$`_id` #> [1] "HP_0005115<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Supraventricular arrhythmia`$privateGeneCount #> [1] 0 #> #> $`Supraventricular arrhythmia`$publicGeneCount #> [1] 53 #> #> $`Supraventricular arrhythmia`$urlId #> [1] "HP_0005115" #> #> $`Supraventricular arrhythmia`$dbPhenotype #> [1] FALSE #> #> $`Supraventricular arrhythmia`$`_parent` #> [1] "HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Supraventricular arrhythmia`$`_is_leaf` #> [1] FALSE #> #> $`Supraventricular arrhythmia`$children #> $`Supraventricular arrhythmia`$children[[1]] #> [1] "HP_0001692<HP_0005115<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Supraventricular arrhythmia`$value #> [1] "Supraventricular arrhythmia" #> #> #> $`sweat gland benign neoplasm` #> $`sweat gland benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2664" #> #> $`sweat gland benign neoplasm`$`_id` #> [1] "DOID_2664<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sweat gland benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`sweat gland benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`sweat gland benign neoplasm`$urlId #> [1] "DOID_2664" #> #> $`sweat gland benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`sweat gland benign neoplasm`$`_parent` #> [1] "DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sweat gland benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`sweat gland benign neoplasm`$children #> list() #> #> $`sweat gland benign neoplasm`$value #> [1] "sweat gland benign neoplasm" #> #> #> $`sweat gland benign neoplasm` #> $`sweat gland benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2664" #> #> $`sweat gland benign neoplasm`$`_id` #> [1] "DOID_2664<DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`sweat gland benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`sweat gland benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`sweat gland benign neoplasm`$urlId #> [1] "DOID_2664" #> #> $`sweat gland benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`sweat gland benign neoplasm`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`sweat gland benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`sweat gland benign neoplasm`$children #> list() #> #> $`sweat gland benign neoplasm`$value #> [1] "sweat gland benign neoplasm" #> #> #> $`sweat gland benign neoplasm` #> $`sweat gland benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2664" #> #> $`sweat gland benign neoplasm`$`_id` #> [1] "DOID_2664<DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`sweat gland benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`sweat gland benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`sweat gland benign neoplasm`$urlId #> [1] "DOID_2664" #> #> $`sweat gland benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`sweat gland benign neoplasm`$`_parent` #> [1] "DOID_3165<DOID_0060121<DOID_16<DOID_7<DOID_4" #> #> $`sweat gland benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`sweat gland benign neoplasm`$children #> list() #> #> $`sweat gland benign neoplasm`$value #> [1] "sweat gland benign neoplasm" #> #> #> $`sweat gland benign neoplasm` #> $`sweat gland benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2664" #> #> $`sweat gland benign neoplasm`$`_id` #> [1] "DOID_2664<DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sweat gland benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`sweat gland benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`sweat gland benign neoplasm`$urlId #> [1] "DOID_2664" #> #> $`sweat gland benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`sweat gland benign neoplasm`$`_parent` #> [1] "DOID_3165<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sweat gland benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`sweat gland benign neoplasm`$children #> list() #> #> $`sweat gland benign neoplasm`$value #> [1] "sweat gland benign neoplasm" #> #> #> $`sweat gland disease` #> $`sweat gland disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1383" #> #> $`sweat gland disease`$`_id` #> [1] "DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sweat gland disease`$privateGeneCount #> [1] 0 #> #> $`sweat gland disease`$publicGeneCount #> [1] 7 #> #> $`sweat gland disease`$urlId #> [1] "DOID_1383" #> #> $`sweat gland disease`$dbPhenotype #> [1] FALSE #> #> $`sweat gland disease`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sweat gland disease`$`_is_leaf` #> [1] FALSE #> #> $`sweat gland disease`$children #> $`sweat gland disease`$children[[1]] #> [1] "DOID_2282<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sweat gland disease`$children[[2]] #> [1] "DOID_11155<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`sweat gland disease`$children[[3]] #> [1] "DOID_2664<DOID_1383<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`sweat gland disease`$value #> [1] "sweat gland disease" #> #> #> $`sympathetic ophthalmia` #> $`sympathetic ophthalmia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12029" #> #> $`sympathetic ophthalmia`$`_id` #> [1] "DOID_12029<DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`sympathetic ophthalmia`$privateGeneCount #> [1] 0 #> #> $`sympathetic ophthalmia`$publicGeneCount #> [1] 1 #> #> $`sympathetic ophthalmia`$urlId #> [1] "DOID_12029" #> #> $`sympathetic ophthalmia`$dbPhenotype #> [1] TRUE #> #> $`sympathetic ophthalmia`$`_parent` #> [1] "DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`sympathetic ophthalmia`$`_is_leaf` #> [1] TRUE #> #> $`sympathetic ophthalmia`$children #> list() #> #> $`sympathetic ophthalmia`$value #> [1] "sympathetic ophthalmia" #> #> #> $Syncope #> $Syncope$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001279" #> #> $Syncope$`_id` #> [1] "HP_0001279<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Syncope$privateGeneCount #> [1] 0 #> #> $Syncope$publicGeneCount #> [1] 1 #> #> $Syncope$urlId #> [1] "HP_0001279" #> #> $Syncope$dbPhenotype #> [1] FALSE #> #> $Syncope$`_parent` #> [1] "HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Syncope$`_is_leaf` #> [1] FALSE #> #> $Syncope$children #> $Syncope$children[[1]] #> [1] "HP_0012668<HP_0001279<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $Syncope$value #> [1] "Syncope" #> #> #> $syndactyly #> $syndactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11193" #> #> $syndactyly$`_id` #> [1] "DOID_11193<DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $syndactyly$privateGeneCount #> [1] 0 #> #> $syndactyly$publicGeneCount #> [1] 10 #> #> $syndactyly$urlId #> [1] "DOID_11193" #> #> $syndactyly$dbPhenotype #> [1] TRUE #> #> $syndactyly$`_parent` #> [1] "DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $syndactyly$`_is_leaf` #> [1] FALSE #> #> $syndactyly$children #> $syndactyly$children[[1]] #> [1] "DOID_0060242<DOID_11193<DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> #> $syndactyly$value #> [1] "syndactyly" #> #> #> $syndactyly #> $syndactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11193" #> #> $syndactyly$`_id` #> [1] "DOID_11193<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $syndactyly$privateGeneCount #> [1] 0 #> #> $syndactyly$publicGeneCount #> [1] 10 #> #> $syndactyly$urlId #> [1] "DOID_11193" #> #> $syndactyly$dbPhenotype #> [1] TRUE #> #> $syndactyly$`_parent` #> [1] "DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $syndactyly$`_is_leaf` #> [1] FALSE #> #> $syndactyly$children #> $syndactyly$children[[1]] #> [1] "DOID_0060242<DOID_11193<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $syndactyly$value #> [1] "syndactyly" #> #> #> $syndrome #> $syndrome$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_225" #> #> $syndrome$`_id` #> [1] "DOID_225<DOID_4" #> #> $syndrome$privateGeneCount #> [1] 0 #> #> $syndrome$publicGeneCount #> [1] 716 #> #> $syndrome$urlId #> [1] "DOID_225" #> #> $syndrome$dbPhenotype #> [1] TRUE #> #> $syndrome$`_parent` #> [1] "DOID_4" #> #> $syndrome$`_is_leaf` #> [1] FALSE #> #> $syndrome$children #> $syndrome$children[[1]] #> [1] "DOID_0060241<DOID_225<DOID_4" #> #> $syndrome$children[[2]] #> [1] "DOID_0060225<DOID_225<DOID_4" #> #> $syndrome$children[[3]] #> [1] "DOID_0111824<DOID_225<DOID_4" #> #> $syndrome$children[[4]] #> [1] "DOID_0050600<DOID_225<DOID_4" #> #> $syndrome$children[[5]] #> [1] "DOID_0060611<DOID_225<DOID_4" #> #> $syndrome$children[[6]] #> [1] "DOID_9250<DOID_225<DOID_4" #> #> $syndrome$children[[7]] #> [1] "DOID_0060227<DOID_225<DOID_4" #> #> $syndrome$children[[8]] #> [1] "DOID_0050601<DOID_225<DOID_4" #> #> $syndrome$children[[9]] #> [1] "DOID_0050629<DOID_225<DOID_4" #> #> $syndrome$children[[10]] #> [1] "DOID_0050631<DOID_225<DOID_4" #> #> $syndrome$children[[11]] #> [1] "DOID_10983<DOID_225<DOID_4" #> #> $syndrome$children[[12]] #> [1] "DOID_0050473<DOID_225<DOID_4" #> #> $syndrome$children[[13]] #> [1] "DOID_1932<DOID_225<DOID_4" #> #> $syndrome$children[[14]] #> [1] "DOID_0050462<DOID_225<DOID_4" #> #> $syndrome$children[[15]] #> [1] "DOID_0050763<DOID_225<DOID_4" #> #> $syndrome$children[[16]] #> [1] "DOID_0050657<DOID_225<DOID_4" #> #> $syndrome$children[[17]] #> [1] "DOID_0060229<DOID_225<DOID_4" #> #> $syndrome$children[[18]] #> [1] "DOID_1935<DOID_225<DOID_4" #> #> $syndrome$children[[19]] #> [1] "DOID_0050658<DOID_225<DOID_4" #> #> $syndrome$children[[20]] #> [1] "DOID_0050660<DOID_225<DOID_4" #> #> $syndrome$children[[21]] #> [1] "DOID_5572<DOID_225<DOID_4" #> #> $syndrome$children[[22]] #> [1] "DOID_0050675<DOID_225<DOID_4" #> #> $syndrome$children[[23]] #> [1] "DOID_0050677<DOID_225<DOID_4" #> #> $syndrome$children[[24]] #> [1] "DOID_0050678<DOID_225<DOID_4" #> #> $syndrome$children[[25]] #> [1] "DOID_14778<DOID_225<DOID_4" #> #> $syndrome$children[[26]] #> [1] "DOID_2717<DOID_225<DOID_4" #> #> $syndrome$children[[27]] #> [1] "DOID_0050684<DOID_225<DOID_4" #> #> $syndrome$children[[28]] #> [1] "DOID_0050689<DOID_225<DOID_4" #> #> $syndrome$children[[29]] #> [1] "DOID_0050691<DOID_225<DOID_4" #> #> $syndrome$children[[30]] #> [1] "DOID_0060232<DOID_225<DOID_4" #> #> $syndrome$children[[31]] #> [1] "DOID_14702<DOID_225<DOID_4" #> #> $syndrome$children[[32]] #> [1] "DOID_0050694<DOID_225<DOID_4" #> #> $syndrome$children[[33]] #> [1] "DOID_0060231<DOID_225<DOID_4" #> #> $syndrome$children[[34]] #> [1] "DOID_0050471<DOID_225<DOID_4" #> #> $syndrome$children[[35]] #> [1] "DOID_0060337<DOID_225<DOID_4" #> #> $syndrome$children[[36]] #> [1] "DOID_0050997<DOID_225<DOID_4" #> #> $syndrome$children[[37]] #> [1] "DOID_0050834<DOID_225<DOID_4" #> #> $syndrome$children[[38]] #> [1] "DOID_2935<DOID_225<DOID_4" #> #> $syndrome$children[[39]] #> [1] "DOID_2581<DOID_225<DOID_4" #> #> $syndrome$children[[40]] #> [1] "DOID_0060339<DOID_225<DOID_4" #> #> $syndrome$children[[41]] #> [1] "DOID_8544<DOID_225<DOID_4" #> #> $syndrome$children[[42]] #> [1] "DOID_0060340<DOID_225<DOID_4" #> #> $syndrome$children[[43]] #> [1] "DOID_2962<DOID_225<DOID_4" #> #> $syndrome$children[[44]] #> [1] "DOID_3783<DOID_225<DOID_4" #> #> $syndrome$children[[45]] #> [1] "DOID_1925<DOID_225<DOID_4" #> #> $syndrome$children[[46]] #> [1] "DOID_0060294<DOID_225<DOID_4" #> #> $syndrome$children[[47]] #> [1] "DOID_11725<DOID_225<DOID_4" #> #> $syndrome$children[[48]] #> [1] "DOID_6457<DOID_225<DOID_4" #> #> $syndrome$children[[49]] #> [1] "DOID_14737<DOID_225<DOID_4" #> #> $syndrome$children[[50]] #> [1] "DOID_12580<DOID_225<DOID_4" #> #> $syndrome$children[[51]] #> [1] "DOID_1485<DOID_225<DOID_4" #> #> $syndrome$children[[52]] #> [1] "DOID_3764<DOID_225<DOID_4" #> #> $syndrome$children[[53]] #> [1] "DOID_11198<DOID_225<DOID_4" #> #> $syndrome$children[[54]] #> [1] "DOID_0050470<DOID_225<DOID_4" #> #> $syndrome$children[[55]] #> [1] "DOID_10041<DOID_225<DOID_4" #> #> $syndrome$children[[56]] #> [1] "DOID_0060484<DOID_225<DOID_4" #> #> $syndrome$children[[57]] #> [1] "DOID_2121<DOID_225<DOID_4" #> #> $syndrome$children[[58]] #> [1] "DOID_12714<DOID_225<DOID_4" #> #> $syndrome$children[[59]] #> [1] "DOID_0060464<DOID_225<DOID_4" #> #> $syndrome$children[[60]] #> [1] "DOID_14711<DOID_225<DOID_4" #> #> $syndrome$children[[61]] #> [1] "DOID_2120<DOID_225<DOID_4" #> #> $syndrome$children[[62]] #> [1] "DOID_14261<DOID_225<DOID_4" #> #> $syndrome$children[[63]] #> [1] "DOID_0050438<DOID_225<DOID_4" #> #> $syndrome$children[[64]] #> [1] "DOID_0080694<DOID_225<DOID_4" #> #> $syndrome$children[[65]] #> [1] "DOID_0050526<DOID_225<DOID_4" #> #> $syndrome$children[[66]] #> [1] "DOID_0060481<DOID_225<DOID_4" #> #> $syndrome$children[[67]] #> [1] "DOID_5683<DOID_225<DOID_4" #> #> $syndrome$children[[68]] #> [1] "DOID_3753<DOID_225<DOID_4" #> #> $syndrome$children[[69]] #> [1] "DOID_4621<DOID_225<DOID_4" #> #> $syndrome$children[[70]] #> [1] "DOID_0060468<DOID_225<DOID_4" #> #> $syndrome$children[[71]] #> [1] "DOID_0050779<DOID_225<DOID_4" #> #> $syndrome$children[[72]] #> [1] "DOID_0060348<DOID_225<DOID_4" #> #> $syndrome$children[[73]] #> [1] "DOID_14213<DOID_225<DOID_4" #> #> $syndrome$children[[74]] #> [1] "DOID_0050885<DOID_225<DOID_4" #> #> $syndrome$children[[75]] #> [1] "DOID_0050881<DOID_225<DOID_4" #> #> $syndrome$children[[76]] #> [1] "DOID_14694<DOID_225<DOID_4" #> #> $syndrome$children[[77]] #> [1] "DOID_0060473<DOID_225<DOID_4" #> #> $syndrome$children[[78]] #> [1] "DOID_0050807<DOID_225<DOID_4" #> #> $syndrome$children[[79]] #> [1] "DOID_14780<DOID_225<DOID_4" #> #> $syndrome$children[[80]] #> [1] "DOID_0080597<DOID_225<DOID_4" #> #> $syndrome$children[[81]] #> [1] "DOID_10426<DOID_225<DOID_4" #> #> $syndrome$children[[82]] #> [1] "DOID_0050880<DOID_225<DOID_4" #> #> $syndrome$children[[83]] #> [1] "DOID_0050331<DOID_225<DOID_4" #> #> $syndrome$children[[84]] #> [1] "DOID_9521<DOID_225<DOID_4" #> #> $syndrome$children[[85]] #> [1] "DOID_14764<DOID_225<DOID_4" #> #> $syndrome$children[[86]] #> [1] "DOID_1930<DOID_225<DOID_4" #> #> $syndrome$children[[87]] #> [1] "DOID_3012<DOID_225<DOID_4" #> #> $syndrome$children[[88]] #> [1] "DOID_0050466<DOID_225<DOID_4" #> #> $syndrome$children[[89]] #> [1] "DOID_3883<DOID_225<DOID_4" #> #> $syndrome$children[[90]] #> [1] "DOID_0060365<DOID_225<DOID_4" #> #> $syndrome$children[[91]] #> [1] "DOID_0050858<DOID_225<DOID_4" #> #> $syndrome$children[[92]] #> [1] "DOID_1858<DOID_225<DOID_4" #> #> $syndrome$children[[93]] #> [1] "DOID_0060483<DOID_225<DOID_4" #> #> $syndrome$children[[94]] #> [1] "DOID_0060306<DOID_225<DOID_4" #> #> $syndrome$children[[95]] #> [1] "DOID_0080105<DOID_225<DOID_4" #> #> $syndrome$children[[96]] #> [1] "DOID_0080106<DOID_225<DOID_4" #> #> $syndrome$children[[97]] #> [1] "DOID_0080107<DOID_225<DOID_4" #> #> $syndrome$children[[98]] #> [1] "DOID_0060349<DOID_225<DOID_4" #> #> $syndrome$children[[99]] #> [1] "DOID_0060485<DOID_225<DOID_4" #> #> $syndrome$children[[100]] #> [1] "DOID_0050854<DOID_225<DOID_4" #> #> $syndrome$children[[101]] #> [1] "DOID_0050436<DOID_225<DOID_4" #> #> $syndrome$children[[102]] #> [1] "DOID_4661<DOID_225<DOID_4" #> #> $syndrome$children[[103]] #> [1] "DOID_3125<DOID_225<DOID_4" #> #> $syndrome$children[[104]] #> [1] "DOID_0080110<DOID_225<DOID_4" #> #> $syndrome$children[[105]] #> [1] "DOID_0050769<DOID_225<DOID_4" #> #> $syndrome$children[[106]] #> [1] "DOID_9467<DOID_225<DOID_4" #> #> $syndrome$children[[107]] #> [1] "DOID_8712<DOID_225<DOID_4" #> #> $syndrome$children[[108]] #> [1] "DOID_2512<DOID_225<DOID_4" #> #> $syndrome$children[[109]] #> [1] "DOID_7400<DOID_225<DOID_4" #> #> $syndrome$children[[110]] #> [1] "DOID_0060482<DOID_225<DOID_4" #> #> $syndrome$children[[111]] #> [1] "DOID_1056<DOID_225<DOID_4" #> #> $syndrome$children[[112]] #> [1] "DOID_0050632<DOID_225<DOID_4" #> #> $syndrome$children[[113]] #> [1] "DOID_0060291<DOID_225<DOID_4" #> #> $syndrome$children[[114]] #> [1] "DOID_0050781<DOID_225<DOID_4" #> #> $syndrome$children[[115]] #> [1] "DOID_0060289<DOID_225<DOID_4" #> #> $syndrome$children[[116]] #> [1] "DOID_4624<DOID_225<DOID_4" #> #> $syndrome$children[[117]] #> [1] "DOID_0050780<DOID_225<DOID_4" #> #> $syndrome$children[[118]] #> [1] "DOID_0050567<DOID_225<DOID_4" #> #> $syndrome$children[[119]] #> [1] "DOID_4501<DOID_225<DOID_4" #> #> $syndrome$children[[120]] #> [1] "DOID_0050449<DOID_225<DOID_4" #> #> $syndrome$children[[121]] #> [1] "DOID_9248<DOID_225<DOID_4" #> #> $syndrome$children[[122]] #> [1] "DOID_0060476<DOID_225<DOID_4" #> #> $syndrome$children[[123]] #> [1] "DOID_0050857<DOID_225<DOID_4" #> #> $syndrome$children[[124]] #> [1] "DOID_0060486<DOID_225<DOID_4" #> #> $syndrome$children[[125]] #> [1] "DOID_4491<DOID_225<DOID_4" #> #> $syndrome$children[[126]] #> [1] "DOID_0060488<DOID_225<DOID_4" #> #> $syndrome$children[[127]] #> [1] "DOID_0060055<DOID_225<DOID_4" #> #> $syndrome$children[[128]] #> [1] "DOID_11983<DOID_225<DOID_4" #> #> $syndrome$children[[129]] #> [1] "DOID_14283<DOID_225<DOID_4" #> #> $syndrome$children[[130]] #> [1] "DOID_3911<DOID_225<DOID_4" #> #> $syndrome$children[[131]] #> [1] "DOID_13482<DOID_225<DOID_4" #> #> $syndrome$children[[132]] #> [1] "DOID_0050788<DOID_225<DOID_4" #> #> $syndrome$children[[133]] #> [1] "DOID_0050656<DOID_225<DOID_4" #> #> $syndrome$children[[134]] #> [1] "DOID_9008<DOID_225<DOID_4" #> #> $syndrome$children[[135]] #> [1] "DOID_0050774<DOID_225<DOID_4" #> #> $syndrome$children[[136]] #> [1] "DOID_0080690<DOID_225<DOID_4" #> #> $syndrome$children[[137]] #> [1] "DOID_5325<DOID_225<DOID_4" #> #> $syndrome$children[[138]] #> [1] "DOID_0060254<DOID_225<DOID_4" #> #> $syndrome$children[[139]] #> [1] "DOID_1933<DOID_225<DOID_4" #> #> $syndrome$children[[140]] #> [1] "DOID_0060428<DOID_225<DOID_4" #> #> $syndrome$children[[141]] #> [1] "DOID_0050569<DOID_225<DOID_4" #> #> $syndrome$children[[142]] #> [1] "DOID_0050576<DOID_225<DOID_4" #> #> $syndrome$children[[143]] #> [1] "DOID_0050577<DOID_225<DOID_4" #> #> $syndrome$children[[144]] #> [1] "DOID_0060479<DOID_225<DOID_4" #> #> $syndrome$children[[145]] #> [1] "DOID_0060248<DOID_225<DOID_4" #> #> $syndrome$children[[146]] #> [1] "DOID_14501<DOID_225<DOID_4" #> #> $syndrome$children[[147]] #> [1] "DOID_14748<DOID_225<DOID_4" #> #> $syndrome$children[[148]] #> [1] "DOID_0080046<DOID_225<DOID_4" #> #> $syndrome$children[[149]] #> [1] "DOID_9007<DOID_225<DOID_4" #> #> $syndrome$children[[150]] #> [1] "DOID_0050814<DOID_225<DOID_4" #> #> $syndrome$children[[151]] #> [1] "DOID_14699<DOID_225<DOID_4" #> #> $syndrome$children[[152]] #> [1] "DOID_14021<DOID_225<DOID_4" #> #> $syndrome$children[[153]] #> [1] "DOID_0060173<DOID_225<DOID_4" #> #> $syndrome$children[[154]] #> [1] "DOID_6678<DOID_225<DOID_4" #> #> $syndrome$children[[155]] #> [1] "DOID_0050887<DOID_225<DOID_4" #> #> $syndrome$children[[156]] #> [1] "DOID_2908<DOID_225<DOID_4" #> #> $syndrome$children[[157]] #> [1] "DOID_14743<DOID_225<DOID_4" #> #> $syndrome$children[[158]] #> [1] "DOID_4998<DOID_225<DOID_4" #> #> $syndrome$children[[159]] #> [1] "DOID_0111866<DOID_225<DOID_4" #> #> $syndrome$children[[160]] #> [1] "DOID_0050602<DOID_225<DOID_4" #> #> $syndrome$children[[161]] #> [1] "DOID_13515<DOID_225<DOID_4" #> #> $syndrome$children[[162]] #> [1] "DOID_0050816<DOID_225<DOID_4" #> #> $syndrome$children[[163]] #> [1] "DOID_0050439<DOID_225<DOID_4" #> #> $syndrome$children[[164]] #> [1] "DOID_14679<DOID_225<DOID_4" #> #> $syndrome$children[[165]] #> [1] "DOID_0060239<DOID_225<DOID_4" #> #> $syndrome$children[[166]] #> [1] "DOID_0060238<DOID_225<DOID_4" #> #> $syndrome$children[[167]] #> [1] "DOID_0060356<DOID_225<DOID_4" #> #> $syndrome$children[[168]] #> [1] "DOID_9258<DOID_225<DOID_4" #> #> $syndrome$children[[169]] #> [1] "DOID_0060237<DOID_225<DOID_4" #> #> $syndrome$children[[170]] #> [1] "DOID_0060535<DOID_225<DOID_4" #> #> $syndrome$children[[171]] #> [1] "DOID_14731<DOID_225<DOID_4" #> #> $syndrome$children[[172]] #> [1] "DOID_0050475<DOID_225<DOID_4" #> #> $syndrome$children[[173]] #> [1] "DOID_5688<DOID_225<DOID_4" #> #> $syndrome$children[[174]] #> [1] "DOID_1928<DOID_225<DOID_4" #> #> $syndrome$children[[175]] #> [1] "DOID_9169<DOID_225<DOID_4" #> #> $syndrome$children[[176]] #> [1] "DOID_10632<DOID_225<DOID_4" #> #> $syndrome$children[[177]] #> [1] "DOID_0050427<DOID_225<DOID_4" #> #> $syndrome$children[[178]] #> [1] "DOID_0050782<DOID_225<DOID_4" #> #> #> $syndrome$value #> [1] "syndrome" #> #> #> $`syndromic intellectual disability` #> $`syndromic intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050888" #> #> $`syndromic intellectual disability`$`_id` #> [1] "DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`syndromic intellectual disability`$privateGeneCount #> [1] 0 #> #> $`syndromic intellectual disability`$publicGeneCount #> [1] 13 #> #> $`syndromic intellectual disability`$urlId #> [1] "DOID_0050888" #> #> $`syndromic intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`syndromic intellectual disability`$`_parent` #> [1] "DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`syndromic intellectual disability`$`_is_leaf` #> [1] FALSE #> #> $`syndromic intellectual disability`$children #> $`syndromic intellectual disability`$children[[1]] #> [1] "DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`syndromic intellectual disability`$value #> [1] "syndromic intellectual disability" #> #> #> $`syndromic X-linked intellectual disability` #> $`syndromic X-linked intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060309" #> #> $`syndromic X-linked intellectual disability`$`_id` #> [1] "DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`syndromic X-linked intellectual disability`$privateGeneCount #> [1] 0 #> #> $`syndromic X-linked intellectual disability`$publicGeneCount #> [1] 10 #> #> $`syndromic X-linked intellectual disability`$urlId #> [1] "DOID_0060309" #> #> $`syndromic X-linked intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`syndromic X-linked intellectual disability`$`_parent` #> [1] "DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`syndromic X-linked intellectual disability`$`_is_leaf` #> [1] FALSE #> #> $`syndromic X-linked intellectual disability`$children #> $`syndromic X-linked intellectual disability`$children[[1]] #> [1] "DOID_0050647<DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`syndromic X-linked intellectual disability`$children[[2]] #> [1] "DOID_0050681<DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`syndromic X-linked intellectual disability`$children[[3]] #> [1] "DOID_14744<DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`syndromic X-linked intellectual disability`$children[[4]] #> [1] "DOID_0060179<DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> #> $`syndromic X-linked intellectual disability`$value #> [1] "syndromic X-linked intellectual disability" #> #> #> $`syndromic X-linked intellectual disability` #> $`syndromic X-linked intellectual disability`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060309" #> #> $`syndromic X-linked intellectual disability`$`_id` #> [1] "DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`syndromic X-linked intellectual disability`$privateGeneCount #> [1] 0 #> #> $`syndromic X-linked intellectual disability`$publicGeneCount #> [1] 10 #> #> $`syndromic X-linked intellectual disability`$urlId #> [1] "DOID_0060309" #> #> $`syndromic X-linked intellectual disability`$dbPhenotype #> [1] TRUE #> #> $`syndromic X-linked intellectual disability`$`_parent` #> [1] "DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`syndromic X-linked intellectual disability`$`_is_leaf` #> [1] FALSE #> #> $`syndromic X-linked intellectual disability`$children #> $`syndromic X-linked intellectual disability`$children[[1]] #> [1] "DOID_0050647<DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`syndromic X-linked intellectual disability`$children[[2]] #> [1] "DOID_0050681<DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`syndromic X-linked intellectual disability`$children[[3]] #> [1] "DOID_14744<DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`syndromic X-linked intellectual disability`$children[[4]] #> [1] "DOID_0060179<DOID_0060309<DOID_0050888<DOID_1059<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`syndromic X-linked intellectual disability`$value #> [1] "syndromic X-linked intellectual disability" #> #> #> $synostosis #> $synostosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11971" #> #> $synostosis$`_id` #> [1] "DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $synostosis$privateGeneCount #> [1] 0 #> #> $synostosis$publicGeneCount #> [1] 41 #> #> $synostosis$urlId #> [1] "DOID_11971" #> #> $synostosis$dbPhenotype #> [1] TRUE #> #> $synostosis$`_parent` #> [1] "DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $synostosis$`_is_leaf` #> [1] FALSE #> #> $synostosis$children #> $synostosis$children[[1]] #> [1] "DOID_12960<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $synostosis$children[[2]] #> [1] "DOID_0050654<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $synostosis$children[[3]] #> [1] "DOID_2340<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $synostosis$children[[4]] #> [1] "DOID_11193<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $synostosis$value #> [1] "synostosis" #> #> #> $`Synostosis involving digits` #> $`Synostosis involving digits`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100262" #> #> $`Synostosis involving digits`$`_id` #> [1] "HP_0100262<HP_0100240<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Synostosis involving digits`$privateGeneCount #> [1] 0 #> #> $`Synostosis involving digits`$publicGeneCount #> [1] 1 #> #> $`Synostosis involving digits`$urlId #> [1] "HP_0100262" #> #> $`Synostosis involving digits`$dbPhenotype #> [1] FALSE #> #> $`Synostosis involving digits`$`_parent` #> [1] "HP_0100240<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Synostosis involving digits`$`_is_leaf` #> [1] FALSE #> #> $`Synostosis involving digits`$children #> $`Synostosis involving digits`$children[[1]] #> [1] "HP_0100264<HP_0100262<HP_0100240<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Synostosis involving digits`$value #> [1] "Synostosis involving digits" #> #> #> $`Synostosis involving digits` #> $`Synostosis involving digits`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100262" #> #> $`Synostosis involving digits`$`_id` #> [1] "HP_0100262<HP_0100240<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Synostosis involving digits`$privateGeneCount #> [1] 0 #> #> $`Synostosis involving digits`$publicGeneCount #> [1] 1 #> #> $`Synostosis involving digits`$urlId #> [1] "HP_0100262" #> #> $`Synostosis involving digits`$dbPhenotype #> [1] FALSE #> #> $`Synostosis involving digits`$`_parent` #> [1] "HP_0100240<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Synostosis involving digits`$`_is_leaf` #> [1] FALSE #> #> $`Synostosis involving digits`$children #> $`Synostosis involving digits`$children[[1]] #> [1] "HP_0100264<HP_0100262<HP_0100240<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Synostosis involving digits`$value #> [1] "Synostosis involving digits" #> #> #> $`Synostosis of joints` #> $`Synostosis of joints`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100240" #> #> $`Synostosis of joints`$`_id` #> [1] "HP_0100240<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Synostosis of joints`$privateGeneCount #> [1] 0 #> #> $`Synostosis of joints`$publicGeneCount #> [1] 1 #> #> $`Synostosis of joints`$urlId #> [1] "HP_0100240" #> #> $`Synostosis of joints`$dbPhenotype #> [1] FALSE #> #> $`Synostosis of joints`$`_parent` #> [1] "HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Synostosis of joints`$`_is_leaf` #> [1] FALSE #> #> $`Synostosis of joints`$children #> $`Synostosis of joints`$children[[1]] #> [1] "HP_0100262<HP_0100240<HP_0001367<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Synostosis of joints`$value #> [1] "Synostosis of joints" #> #> #> $`Synostosis of joints` #> $`Synostosis of joints`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100240" #> #> $`Synostosis of joints`$`_id` #> [1] "HP_0100240<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Synostosis of joints`$privateGeneCount #> [1] 0 #> #> $`Synostosis of joints`$publicGeneCount #> [1] 1 #> #> $`Synostosis of joints`$urlId #> [1] "HP_0100240" #> #> $`Synostosis of joints`$dbPhenotype #> [1] FALSE #> #> $`Synostosis of joints`$`_parent` #> [1] "HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> $`Synostosis of joints`$`_is_leaf` #> [1] FALSE #> #> $`Synostosis of joints`$children #> $`Synostosis of joints`$children[[1]] #> [1] "HP_0100262<HP_0100240<HP_0011729<HP_0011843<HP_0000924<HP_0000118<HP_0000001" #> #> #> $`Synostosis of joints`$value #> [1] "Synostosis of joints" #> #> #> $`synovial sarcoma` #> $`synovial sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5485" #> #> $`synovial sarcoma`$`_id` #> [1] "DOID_5485<DOID_2706<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`synovial sarcoma`$privateGeneCount #> [1] 0 #> #> $`synovial sarcoma`$publicGeneCount #> [1] 5 #> #> $`synovial sarcoma`$urlId #> [1] "DOID_5485" #> #> $`synovial sarcoma`$dbPhenotype #> [1] TRUE #> #> $`synovial sarcoma`$`_parent` #> [1] "DOID_2706<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`synovial sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`synovial sarcoma`$children #> list() #> #> $`synovial sarcoma`$value #> [1] "synovial sarcoma" #> #> #> $`synovial sarcoma` #> $`synovial sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5485" #> #> $`synovial sarcoma`$`_id` #> [1] "DOID_5485<DOID_2706<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`synovial sarcoma`$privateGeneCount #> [1] 0 #> #> $`synovial sarcoma`$publicGeneCount #> [1] 5 #> #> $`synovial sarcoma`$urlId #> [1] "DOID_5485" #> #> $`synovial sarcoma`$dbPhenotype #> [1] TRUE #> #> $`synovial sarcoma`$`_parent` #> [1] "DOID_2706<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`synovial sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`synovial sarcoma`$children #> list() #> #> $`synovial sarcoma`$value #> [1] "synovial sarcoma" #> #> #> $`synovial sarcoma` #> $`synovial sarcoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5485" #> #> $`synovial sarcoma`$`_id` #> [1] "DOID_5485<DOID_2706<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`synovial sarcoma`$privateGeneCount #> [1] 0 #> #> $`synovial sarcoma`$publicGeneCount #> [1] 5 #> #> $`synovial sarcoma`$urlId #> [1] "DOID_5485" #> #> $`synovial sarcoma`$dbPhenotype #> [1] TRUE #> #> $`synovial sarcoma`$`_parent` #> [1] "DOID_2706<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`synovial sarcoma`$`_is_leaf` #> [1] TRUE #> #> $`synovial sarcoma`$children #> list() #> #> $`synovial sarcoma`$value #> [1] "synovial sarcoma" #> #> #> $synovitis #> $synovitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2703" #> #> $synovitis$`_id` #> [1] "DOID_2703<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $synovitis$privateGeneCount #> [1] 0 #> #> $synovitis$publicGeneCount #> [1] 5 #> #> $synovitis$urlId #> [1] "DOID_2703" #> #> $synovitis$dbPhenotype #> [1] TRUE #> #> $synovitis$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $synovitis$`_is_leaf` #> [1] TRUE #> #> $synovitis$children #> list() #> #> $synovitis$value #> [1] "synovitis" #> #> #> $`synovium cancer` #> $`synovium cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2706" #> #> $`synovium cancer`$`_id` #> [1] "DOID_2706<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`synovium cancer`$privateGeneCount #> [1] 0 #> #> $`synovium cancer`$publicGeneCount #> [1] 5 #> #> $`synovium cancer`$urlId #> [1] "DOID_2706" #> #> $`synovium cancer`$dbPhenotype #> [1] FALSE #> #> $`synovium cancer`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`synovium cancer`$`_is_leaf` #> [1] FALSE #> #> $`synovium cancer`$children #> $`synovium cancer`$children[[1]] #> [1] "DOID_5485<DOID_2706<DOID_201<DOID_0060100<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`synovium cancer`$value #> [1] "synovium cancer" #> #> #> $`synovium cancer` #> $`synovium cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2706" #> #> $`synovium cancer`$`_id` #> [1] "DOID_2706<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`synovium cancer`$privateGeneCount #> [1] 0 #> #> $`synovium cancer`$publicGeneCount #> [1] 5 #> #> $`synovium cancer`$urlId #> [1] "DOID_2706" #> #> $`synovium cancer`$dbPhenotype #> [1] FALSE #> #> $`synovium cancer`$`_parent` #> [1] "DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> $`synovium cancer`$`_is_leaf` #> [1] FALSE #> #> $`synovium cancer`$children #> $`synovium cancer`$children[[1]] #> [1] "DOID_5485<DOID_2706<DOID_201<DOID_0060100<DOID_17<DOID_7<DOID_4" #> #> #> $`synovium cancer`$value #> [1] "synovium cancer" #> #> #> $`synovium cancer` #> $`synovium cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2706" #> #> $`synovium cancer`$`_id` #> [1] "DOID_2706<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`synovium cancer`$privateGeneCount #> [1] 0 #> #> $`synovium cancer`$publicGeneCount #> [1] 5 #> #> $`synovium cancer`$urlId #> [1] "DOID_2706" #> #> $`synovium cancer`$dbPhenotype #> [1] FALSE #> #> $`synovium cancer`$`_parent` #> [1] "DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`synovium cancer`$`_is_leaf` #> [1] FALSE #> #> $`synovium cancer`$children #> $`synovium cancer`$children[[1]] #> [1] "DOID_5485<DOID_2706<DOID_201<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`synovium cancer`$value #> [1] "synovium cancer" #> #> #> $synpolydactyly #> $synpolydactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060242" #> #> $synpolydactyly$`_id` #> [1] "DOID_0060242<DOID_11193<DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $synpolydactyly$privateGeneCount #> [1] 0 #> #> $synpolydactyly$publicGeneCount #> [1] 2 #> #> $synpolydactyly$urlId #> [1] "DOID_0060242" #> #> $synpolydactyly$dbPhenotype #> [1] TRUE #> #> $synpolydactyly$`_parent` #> [1] "DOID_11193<DOID_0060429<DOID_0080014<DOID_630<DOID_4" #> #> $synpolydactyly$`_is_leaf` #> [1] TRUE #> #> $synpolydactyly$children #> list() #> #> $synpolydactyly$value #> [1] "synpolydactyly" #> #> #> $synpolydactyly #> $synpolydactyly$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060242" #> #> $synpolydactyly$`_id` #> [1] "DOID_0060242<DOID_11193<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $synpolydactyly$privateGeneCount #> [1] 0 #> #> $synpolydactyly$publicGeneCount #> [1] 2 #> #> $synpolydactyly$urlId #> [1] "DOID_0060242" #> #> $synpolydactyly$dbPhenotype #> [1] TRUE #> #> $synpolydactyly$`_parent` #> [1] "DOID_11193<DOID_11971<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $synpolydactyly$`_is_leaf` #> [1] TRUE #> #> $synpolydactyly$children #> list() #> #> $synpolydactyly$value #> [1] "synpolydactyly" #> #> #> $synucleinopathy #> $synucleinopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050890" #> #> $synucleinopathy$`_id` #> [1] "DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $synucleinopathy$privateGeneCount #> [1] 0 #> #> $synucleinopathy$publicGeneCount #> [1] 183 #> #> $synucleinopathy$urlId #> [1] "DOID_0050890" #> #> $synucleinopathy$dbPhenotype #> [1] FALSE #> #> $synucleinopathy$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $synucleinopathy$`_is_leaf` #> [1] FALSE #> #> $synucleinopathy$children #> $synucleinopathy$children[[1]] #> [1] "DOID_4752<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $synucleinopathy$children[[2]] #> [1] "DOID_14330<DOID_0050890<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $synucleinopathy$value #> [1] "synucleinopathy" #> #> #> $syphilis #> $syphilis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4166" #> #> $syphilis$`_id` #> [1] "DOID_4166<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $syphilis$privateGeneCount #> [1] 0 #> #> $syphilis$publicGeneCount #> [1] 1 #> #> $syphilis$urlId #> [1] "DOID_4166" #> #> $syphilis$dbPhenotype #> [1] TRUE #> #> $syphilis$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $syphilis$`_is_leaf` #> [1] TRUE #> #> $syphilis$children #> list() #> #> $syphilis$value #> [1] "syphilis" #> #> #> $syringomyelia #> $syringomyelia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_327" #> #> $syringomyelia$`_id` #> [1] "DOID_327<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $syringomyelia$privateGeneCount #> [1] 0 #> #> $syringomyelia$publicGeneCount #> [1] 1 #> #> $syringomyelia$urlId #> [1] "DOID_327" #> #> $syringomyelia$dbPhenotype #> [1] TRUE #> #> $syringomyelia$`_parent` #> [1] "DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $syringomyelia$`_is_leaf` #> [1] TRUE #> #> $syringomyelia$children #> list() #> #> $syringomyelia$value #> [1] "syringomyelia" #> #> #> $`systemic lupus erythematosus` #> $`systemic lupus erythematosus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9074" #> #> $`systemic lupus erythematosus`$`_id` #> [1] "DOID_9074<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`systemic lupus erythematosus`$privateGeneCount #> [1] 0 #> #> $`systemic lupus erythematosus`$publicGeneCount #> [1] 143 #> #> $`systemic lupus erythematosus`$urlId #> [1] "DOID_9074" #> #> $`systemic lupus erythematosus`$dbPhenotype #> [1] TRUE #> #> $`systemic lupus erythematosus`$`_parent` #> [1] "DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`systemic lupus erythematosus`$`_is_leaf` #> [1] TRUE #> #> $`systemic lupus erythematosus`$children #> list() #> #> $`systemic lupus erythematosus`$value #> [1] "systemic lupus erythematosus" #> #> #> $`systemic lupus erythematosus` #> $`systemic lupus erythematosus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9074" #> #> $`systemic lupus erythematosus`$`_id` #> [1] "DOID_9074<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`systemic lupus erythematosus`$privateGeneCount #> [1] 0 #> #> $`systemic lupus erythematosus`$publicGeneCount #> [1] 143 #> #> $`systemic lupus erythematosus`$urlId #> [1] "DOID_9074" #> #> $`systemic lupus erythematosus`$dbPhenotype #> [1] TRUE #> #> $`systemic lupus erythematosus`$`_parent` #> [1] "DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`systemic lupus erythematosus`$`_is_leaf` #> [1] TRUE #> #> $`systemic lupus erythematosus`$children #> list() #> #> $`systemic lupus erythematosus`$value #> [1] "systemic lupus erythematosus" #> #> #> $`systemic lupus erythematosus` #> $`systemic lupus erythematosus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9074" #> #> $`systemic lupus erythematosus`$`_id` #> [1] "DOID_9074<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`systemic lupus erythematosus`$privateGeneCount #> [1] 0 #> #> $`systemic lupus erythematosus`$publicGeneCount #> [1] 143 #> #> $`systemic lupus erythematosus`$urlId #> [1] "DOID_9074" #> #> $`systemic lupus erythematosus`$dbPhenotype #> [1] TRUE #> #> $`systemic lupus erythematosus`$`_parent` #> [1] "DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`systemic lupus erythematosus`$`_is_leaf` #> [1] TRUE #> #> $`systemic lupus erythematosus`$children #> list() #> #> $`systemic lupus erythematosus`$value #> [1] "systemic lupus erythematosus" #> #> #> $`systemic lupus erythematosus` #> $`systemic lupus erythematosus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9074" #> #> $`systemic lupus erythematosus`$`_id` #> [1] "DOID_9074<DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`systemic lupus erythematosus`$privateGeneCount #> [1] 0 #> #> $`systemic lupus erythematosus`$publicGeneCount #> [1] 143 #> #> $`systemic lupus erythematosus`$urlId #> [1] "DOID_9074" #> #> $`systemic lupus erythematosus`$dbPhenotype #> [1] TRUE #> #> $`systemic lupus erythematosus`$`_parent` #> [1] "DOID_8857<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`systemic lupus erythematosus`$`_is_leaf` #> [1] TRUE #> #> $`systemic lupus erythematosus`$children #> list() #> #> $`systemic lupus erythematosus`$value #> [1] "systemic lupus erythematosus" #> #> #> $`systemic mastocytosis` #> $`systemic mastocytosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_349" #> #> $`systemic mastocytosis`$`_id` #> [1] "DOID_349<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`systemic mastocytosis`$privateGeneCount #> [1] 0 #> #> $`systemic mastocytosis`$publicGeneCount #> [1] 2 #> #> $`systemic mastocytosis`$urlId #> [1] "DOID_349" #> #> $`systemic mastocytosis`$dbPhenotype #> [1] TRUE #> #> $`systemic mastocytosis`$`_parent` #> [1] "DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`systemic mastocytosis`$`_is_leaf` #> [1] FALSE #> #> $`systemic mastocytosis`$children #> $`systemic mastocytosis`$children[[1]] #> [1] "DOID_4798<DOID_349<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`systemic mastocytosis`$children[[2]] #> [1] "DOID_4660<DOID_349<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> #> $`systemic mastocytosis`$value #> [1] "systemic mastocytosis" #> #> #> $`systemic mycosis` #> $`systemic mycosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050136" #> #> $`systemic mycosis`$`_id` #> [1] "DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`systemic mycosis`$privateGeneCount #> [1] 0 #> #> $`systemic mycosis`$publicGeneCount #> [1] 32 #> #> $`systemic mycosis`$urlId #> [1] "DOID_0050136" #> #> $`systemic mycosis`$dbPhenotype #> [1] FALSE #> #> $`systemic mycosis`$`_parent` #> [1] "DOID_1564<DOID_0050117<DOID_4" #> #> $`systemic mycosis`$`_is_leaf` #> [1] FALSE #> #> $`systemic mycosis`$children #> $`systemic mycosis`$children[[1]] #> [1] "DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`systemic mycosis`$children[[2]] #> [1] "DOID_0050292<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> #> $`systemic mycosis`$value #> [1] "systemic mycosis" #> #> #> $`systemic primary carnitine deficiency disease` #> $`systemic primary carnitine deficiency disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14365" #> #> $`systemic primary carnitine deficiency disease`$`_id` #> [1] "DOID_14365<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`systemic primary carnitine deficiency disease`$privateGeneCount #> [1] 0 #> #> $`systemic primary carnitine deficiency disease`$publicGeneCount #> [1] 1 #> #> $`systemic primary carnitine deficiency disease`$urlId #> [1] "DOID_14365" #> #> $`systemic primary carnitine deficiency disease`$dbPhenotype #> [1] TRUE #> #> $`systemic primary carnitine deficiency disease`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`systemic primary carnitine deficiency disease`$`_is_leaf` #> [1] TRUE #> #> $`systemic primary carnitine deficiency disease`$children #> list() #> #> $`systemic primary carnitine deficiency disease`$value #> [1] "systemic primary carnitine deficiency disease" #> #> #> $`systemic scleroderma` #> $`systemic scleroderma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_418" #> #> $`systemic scleroderma`$`_id` #> [1] "DOID_418<DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`systemic scleroderma`$privateGeneCount #> [1] 0 #> #> $`systemic scleroderma`$publicGeneCount #> [1] 85 #> #> $`systemic scleroderma`$urlId #> [1] "DOID_418" #> #> $`systemic scleroderma`$dbPhenotype #> [1] TRUE #> #> $`systemic scleroderma`$`_parent` #> [1] "DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`systemic scleroderma`$`_is_leaf` #> [1] FALSE #> #> $`systemic scleroderma`$children #> $`systemic scleroderma`$children[[1]] #> [1] "DOID_1580<DOID_418<DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`systemic scleroderma`$children[[2]] #> [1] "DOID_1577<DOID_418<DOID_419<DOID_1575<DOID_65<DOID_17<DOID_7<DOID_4" #> #> #> $`systemic scleroderma`$value #> [1] "systemic scleroderma" #> #> #> $`systolic heart failure` #> $`systolic heart failure`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9651" #> #> $`systolic heart failure`$`_id` #> [1] "DOID_9651<DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`systolic heart failure`$privateGeneCount #> [1] 0 #> #> $`systolic heart failure`$publicGeneCount #> [1] 2 #> #> $`systolic heart failure`$urlId #> [1] "DOID_9651" #> #> $`systolic heart failure`$dbPhenotype #> [1] TRUE #> #> $`systolic heart failure`$`_parent` #> [1] "DOID_6000<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`systolic heart failure`$`_is_leaf` #> [1] TRUE #> #> $`systolic heart failure`$children #> list() #> #> $`systolic heart failure`$value #> [1] "systolic heart failure" #> #> #> $`T-cell acute lymphoblastic leukemia` #> $`T-cell acute lymphoblastic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$`_id` #> [1] "DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell acute lymphoblastic leukemia`$publicGeneCount #> [1] 38 #> #> $`T-cell acute lymphoblastic leukemia`$urlId #> [1] "DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell acute lymphoblastic leukemia`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`T-cell acute lymphoblastic leukemia`$children #> $`T-cell acute lymphoblastic leukemia`$children[[1]] #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`T-cell acute lymphoblastic leukemia`$value #> [1] "T-cell acute lymphoblastic leukemia" #> #> #> $`T-cell acute lymphoblastic leukemia` #> $`T-cell acute lymphoblastic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$`_id` #> [1] "DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell acute lymphoblastic leukemia`$publicGeneCount #> [1] 38 #> #> $`T-cell acute lymphoblastic leukemia`$urlId #> [1] "DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell acute lymphoblastic leukemia`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`T-cell acute lymphoblastic leukemia`$children #> $`T-cell acute lymphoblastic leukemia`$children[[1]] #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`T-cell acute lymphoblastic leukemia`$value #> [1] "T-cell acute lymphoblastic leukemia" #> #> #> $`T-cell acute lymphoblastic leukemia` #> $`T-cell acute lymphoblastic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$`_id` #> [1] "DOID_5603<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell acute lymphoblastic leukemia`$publicGeneCount #> [1] 38 #> #> $`T-cell acute lymphoblastic leukemia`$urlId #> [1] "DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell acute lymphoblastic leukemia`$`_parent` #> [1] "DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`T-cell acute lymphoblastic leukemia`$children #> $`T-cell acute lymphoblastic leukemia`$children[[1]] #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`T-cell acute lymphoblastic leukemia`$value #> [1] "T-cell acute lymphoblastic leukemia" #> #> #> $`T-cell acute lymphoblastic leukemia` #> $`T-cell acute lymphoblastic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$`_id` #> [1] "DOID_5603<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell acute lymphoblastic leukemia`$publicGeneCount #> [1] 38 #> #> $`T-cell acute lymphoblastic leukemia`$urlId #> [1] "DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell acute lymphoblastic leukemia`$`_parent` #> [1] "DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`T-cell acute lymphoblastic leukemia`$children #> $`T-cell acute lymphoblastic leukemia`$children[[1]] #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`T-cell acute lymphoblastic leukemia`$value #> [1] "T-cell acute lymphoblastic leukemia" #> #> #> $`T-cell acute lymphoblastic leukemia` #> $`T-cell acute lymphoblastic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$`_id` #> [1] "DOID_5603<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell acute lymphoblastic leukemia`$publicGeneCount #> [1] 38 #> #> $`T-cell acute lymphoblastic leukemia`$urlId #> [1] "DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell acute lymphoblastic leukemia`$`_parent` #> [1] "DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`T-cell acute lymphoblastic leukemia`$children #> $`T-cell acute lymphoblastic leukemia`$children[[1]] #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`T-cell acute lymphoblastic leukemia`$value #> [1] "T-cell acute lymphoblastic leukemia" #> #> #> $`T-cell acute lymphoblastic leukemia` #> $`T-cell acute lymphoblastic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$`_id` #> [1] "DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell acute lymphoblastic leukemia`$publicGeneCount #> [1] 38 #> #> $`T-cell acute lymphoblastic leukemia`$urlId #> [1] "DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell acute lymphoblastic leukemia`$`_parent` #> [1] "DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`T-cell acute lymphoblastic leukemia`$children #> $`T-cell acute lymphoblastic leukemia`$children[[1]] #> [1] "DOID_715<DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`T-cell acute lymphoblastic leukemia`$value #> [1] "T-cell acute lymphoblastic leukemia" #> #> #> $`T-cell acute lymphoblastic leukemia` #> $`T-cell acute lymphoblastic leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$`_id` #> [1] "DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell acute lymphoblastic leukemia`$publicGeneCount #> [1] 38 #> #> $`T-cell acute lymphoblastic leukemia`$urlId #> [1] "DOID_5603" #> #> $`T-cell acute lymphoblastic leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell acute lymphoblastic leukemia`$`_parent` #> [1] "DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell acute lymphoblastic leukemia`$`_is_leaf` #> [1] FALSE #> #> $`T-cell acute lymphoblastic leukemia`$children #> $`T-cell acute lymphoblastic leukemia`$children[[1]] #> [1] "DOID_715<DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`T-cell acute lymphoblastic leukemia`$value #> [1] "T-cell acute lymphoblastic leukemia" #> #> #> $`T-cell large granular lymphocyte leukemia` #> $`T-cell large granular lymphocyte leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$`_id` #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell large granular lymphocyte leukemia`$publicGeneCount #> [1] 2 #> #> $`T-cell large granular lymphocyte leukemia`$urlId #> [1] "DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$`_parent` #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$`_is_leaf` #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$children #> list() #> #> $`T-cell large granular lymphocyte leukemia`$value #> [1] "T-cell large granular lymphocyte leukemia" #> #> #> $`T-cell large granular lymphocyte leukemia` #> $`T-cell large granular lymphocyte leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$`_id` #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell large granular lymphocyte leukemia`$publicGeneCount #> [1] 2 #> #> $`T-cell large granular lymphocyte leukemia`$urlId #> [1] "DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$`_parent` #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$`_is_leaf` #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$children #> list() #> #> $`T-cell large granular lymphocyte leukemia`$value #> [1] "T-cell large granular lymphocyte leukemia" #> #> #> $`T-cell large granular lymphocyte leukemia` #> $`T-cell large granular lymphocyte leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$`_id` #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell large granular lymphocyte leukemia`$publicGeneCount #> [1] 2 #> #> $`T-cell large granular lymphocyte leukemia`$urlId #> [1] "DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$`_parent` #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$`_is_leaf` #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$children #> list() #> #> $`T-cell large granular lymphocyte leukemia`$value #> [1] "T-cell large granular lymphocyte leukemia" #> #> #> $`T-cell large granular lymphocyte leukemia` #> $`T-cell large granular lymphocyte leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$`_id` #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell large granular lymphocyte leukemia`$publicGeneCount #> [1] 2 #> #> $`T-cell large granular lymphocyte leukemia`$urlId #> [1] "DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$`_parent` #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$`_is_leaf` #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$children #> list() #> #> $`T-cell large granular lymphocyte leukemia`$value #> [1] "T-cell large granular lymphocyte leukemia" #> #> #> $`T-cell large granular lymphocyte leukemia` #> $`T-cell large granular lymphocyte leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$`_id` #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell large granular lymphocyte leukemia`$publicGeneCount #> [1] 2 #> #> $`T-cell large granular lymphocyte leukemia`$urlId #> [1] "DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$`_parent` #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$`_is_leaf` #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$children #> list() #> #> $`T-cell large granular lymphocyte leukemia`$value #> [1] "T-cell large granular lymphocyte leukemia" #> #> #> $`T-cell large granular lymphocyte leukemia` #> $`T-cell large granular lymphocyte leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$`_id` #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell large granular lymphocyte leukemia`$publicGeneCount #> [1] 2 #> #> $`T-cell large granular lymphocyte leukemia`$urlId #> [1] "DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$`_parent` #> [1] "DOID_715<DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$`_is_leaf` #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$children #> list() #> #> $`T-cell large granular lymphocyte leukemia`$value #> [1] "T-cell large granular lymphocyte leukemia" #> #> #> $`T-cell large granular lymphocyte leukemia` #> $`T-cell large granular lymphocyte leukemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$`_id` #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$privateGeneCount #> [1] 0 #> #> $`T-cell large granular lymphocyte leukemia`$publicGeneCount #> [1] 2 #> #> $`T-cell large granular lymphocyte leukemia`$urlId #> [1] "DOID_0050751" #> #> $`T-cell large granular lymphocyte leukemia`$dbPhenotype #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$`_parent` #> [1] "DOID_715<DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell large granular lymphocyte leukemia`$`_is_leaf` #> [1] TRUE #> #> $`T-cell large granular lymphocyte leukemia`$children #> list() #> #> $`T-cell large granular lymphocyte leukemia`$value #> [1] "T-cell large granular lymphocyte leukemia" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma` #> $`T-cell lymphoblastic leukemia/lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_id` #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$privateGeneCount #> [1] 0 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$publicGeneCount #> [1] 7 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$urlId #> [1] "DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$dbPhenotype #> [1] TRUE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_parent` #> [1] "DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$children #> $`T-cell lymphoblastic leukemia/lymphoma`$children[[1]] #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma`$value #> [1] "T-cell lymphoblastic leukemia/lymphoma" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma` #> $`T-cell lymphoblastic leukemia/lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_id` #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$privateGeneCount #> [1] 0 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$publicGeneCount #> [1] 7 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$urlId #> [1] "DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$dbPhenotype #> [1] TRUE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_parent` #> [1] "DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$children #> $`T-cell lymphoblastic leukemia/lymphoma`$children[[1]] #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma`$value #> [1] "T-cell lymphoblastic leukemia/lymphoma" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma` #> $`T-cell lymphoblastic leukemia/lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_id` #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$privateGeneCount #> [1] 0 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$publicGeneCount #> [1] 7 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$urlId #> [1] "DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$dbPhenotype #> [1] TRUE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_parent` #> [1] "DOID_5603<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$children #> $`T-cell lymphoblastic leukemia/lymphoma`$children[[1]] #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_0060058<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma`$value #> [1] "T-cell lymphoblastic leukemia/lymphoma" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma` #> $`T-cell lymphoblastic leukemia/lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_id` #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$privateGeneCount #> [1] 0 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$publicGeneCount #> [1] 7 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$urlId #> [1] "DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$dbPhenotype #> [1] TRUE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_parent` #> [1] "DOID_5603<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$children #> $`T-cell lymphoblastic leukemia/lymphoma`$children[[1]] #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_0060058<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma`$value #> [1] "T-cell lymphoblastic leukemia/lymphoma" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma` #> $`T-cell lymphoblastic leukemia/lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_id` #> [1] "DOID_715<DOID_5603<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$privateGeneCount #> [1] 0 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$publicGeneCount #> [1] 7 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$urlId #> [1] "DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$dbPhenotype #> [1] TRUE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_parent` #> [1] "DOID_5603<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$children #> $`T-cell lymphoblastic leukemia/lymphoma`$children[[1]] #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_0060058<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma`$value #> [1] "T-cell lymphoblastic leukemia/lymphoma" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma` #> $`T-cell lymphoblastic leukemia/lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_id` #> [1] "DOID_715<DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$privateGeneCount #> [1] 0 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$publicGeneCount #> [1] 7 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$urlId #> [1] "DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$dbPhenotype #> [1] TRUE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_parent` #> [1] "DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$children #> $`T-cell lymphoblastic leukemia/lymphoma`$children[[1]] #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma`$value #> [1] "T-cell lymphoblastic leukemia/lymphoma" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma` #> $`T-cell lymphoblastic leukemia/lymphoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_id` #> [1] "DOID_715<DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$privateGeneCount #> [1] 0 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$publicGeneCount #> [1] 7 #> #> $`T-cell lymphoblastic leukemia/lymphoma`$urlId #> [1] "DOID_715" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$dbPhenotype #> [1] TRUE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_parent` #> [1] "DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> $`T-cell lymphoblastic leukemia/lymphoma`$`_is_leaf` #> [1] FALSE #> #> $`T-cell lymphoblastic leukemia/lymphoma`$children #> $`T-cell lymphoblastic leukemia/lymphoma`$children[[1]] #> [1] "DOID_0050751<DOID_715<DOID_5603<DOID_9952<DOID_12603<DOID_1037<DOID_1240<DOID_2531<DOID_74<DOID_7<DOID_4" #> #> #> $`T-cell lymphoblastic leukemia/lymphoma`$value #> [1] "T-cell lymphoblastic leukemia/lymphoma" #> #> #> $Tachycardia #> $Tachycardia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001649" #> #> $Tachycardia$`_id` #> [1] "HP_0001649<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Tachycardia$privateGeneCount #> [1] 0 #> #> $Tachycardia$publicGeneCount #> [1] 28 #> #> $Tachycardia$urlId #> [1] "HP_0001649" #> #> $Tachycardia$dbPhenotype #> [1] TRUE #> #> $Tachycardia$`_parent` #> [1] "HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $Tachycardia$`_is_leaf` #> [1] FALSE #> #> $Tachycardia$children #> $Tachycardia$children[[1]] #> [1] "HP_0004756<HP_0001649<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $Tachycardia$value #> [1] "Tachycardia" #> #> #> $`Takayasu's arteritis` #> $`Takayasu's arteritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2508" #> #> $`Takayasu's arteritis`$`_id` #> [1] "DOID_2508<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Takayasu's arteritis`$privateGeneCount #> [1] 0 #> #> $`Takayasu's arteritis`$publicGeneCount #> [1] 5 #> #> $`Takayasu's arteritis`$urlId #> [1] "DOID_2508" #> #> $`Takayasu's arteritis`$dbPhenotype #> [1] TRUE #> #> $`Takayasu's arteritis`$`_parent` #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Takayasu's arteritis`$`_is_leaf` #> [1] TRUE #> #> $`Takayasu's arteritis`$children #> list() #> #> $`Takayasu's arteritis`$value #> [1] "Takayasu's arteritis" #> #> #> $`Takayasu's arteritis` #> $`Takayasu's arteritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2508" #> #> $`Takayasu's arteritis`$`_id` #> [1] "DOID_2508<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Takayasu's arteritis`$privateGeneCount #> [1] 0 #> #> $`Takayasu's arteritis`$publicGeneCount #> [1] 5 #> #> $`Takayasu's arteritis`$urlId #> [1] "DOID_2508" #> #> $`Takayasu's arteritis`$dbPhenotype #> [1] TRUE #> #> $`Takayasu's arteritis`$`_parent` #> [1] "DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`Takayasu's arteritis`$`_is_leaf` #> [1] TRUE #> #> $`Takayasu's arteritis`$children #> list() #> #> $`Takayasu's arteritis`$value #> [1] "Takayasu's arteritis" #> #> #> $`Tangier disease` #> $`Tangier disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1388" #> #> $`Tangier disease`$`_id` #> [1] "DOID_1388<DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`Tangier disease`$privateGeneCount #> [1] 0 #> #> $`Tangier disease`$publicGeneCount #> [1] 1 #> #> $`Tangier disease`$urlId #> [1] "DOID_1388" #> #> $`Tangier disease`$dbPhenotype #> [1] TRUE #> #> $`Tangier disease`$`_parent` #> [1] "DOID_1387<DOID_3146<DOID_655<DOID_0014667<DOID_4" #> #> $`Tangier disease`$`_is_leaf` #> [1] TRUE #> #> $`Tangier disease`$children #> list() #> #> $`Tangier disease`$value #> [1] "Tangier disease" #> #> #> $`tarsal-carpal coalition syndrome` #> $`tarsal-carpal coalition syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050789" #> #> $`tarsal-carpal coalition syndrome`$`_id` #> [1] "DOID_0050789<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`tarsal-carpal coalition syndrome`$privateGeneCount #> [1] 0 #> #> $`tarsal-carpal coalition syndrome`$publicGeneCount #> [1] 1 #> #> $`tarsal-carpal coalition syndrome`$urlId #> [1] "DOID_0050789" #> #> $`tarsal-carpal coalition syndrome`$dbPhenotype #> [1] TRUE #> #> $`tarsal-carpal coalition syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`tarsal-carpal coalition syndrome`$`_is_leaf` #> [1] TRUE #> #> $`tarsal-carpal coalition syndrome`$children #> list() #> #> $`tarsal-carpal coalition syndrome`$value #> [1] "tarsal-carpal coalition syndrome" #> #> #> $`tarsal-carpal coalition syndrome` #> $`tarsal-carpal coalition syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050789" #> #> $`tarsal-carpal coalition syndrome`$`_id` #> [1] "DOID_0050789<DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`tarsal-carpal coalition syndrome`$privateGeneCount #> [1] 0 #> #> $`tarsal-carpal coalition syndrome`$publicGeneCount #> [1] 1 #> #> $`tarsal-carpal coalition syndrome`$urlId #> [1] "DOID_0050789" #> #> $`tarsal-carpal coalition syndrome`$dbPhenotype #> [1] TRUE #> #> $`tarsal-carpal coalition syndrome`$`_parent` #> [1] "DOID_1934<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`tarsal-carpal coalition syndrome`$`_is_leaf` #> [1] TRUE #> #> $`tarsal-carpal coalition syndrome`$children #> list() #> #> $`tarsal-carpal coalition syndrome`$value #> [1] "tarsal-carpal coalition syndrome" #> #> #> $tauopathy #> $tauopathy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_680" #> #> $tauopathy$`_id` #> [1] "DOID_680<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $tauopathy$privateGeneCount #> [1] 0 #> #> $tauopathy$publicGeneCount #> [1] 359 #> #> $tauopathy$urlId #> [1] "DOID_680" #> #> $tauopathy$dbPhenotype #> [1] TRUE #> #> $tauopathy$`_parent` #> [1] "DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $tauopathy$`_is_leaf` #> [1] FALSE #> #> $tauopathy$children #> $tauopathy$children[[1]] #> [1] "DOID_10652<DOID_680<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $tauopathy$value #> [1] "tauopathy" #> #> #> $`Tay-Sachs disease` #> $`Tay-Sachs disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3320" #> #> $`Tay-Sachs disease`$`_id` #> [1] "DOID_3320<DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Tay-Sachs disease`$privateGeneCount #> [1] 0 #> #> $`Tay-Sachs disease`$publicGeneCount #> [1] 1 #> #> $`Tay-Sachs disease`$urlId #> [1] "DOID_3320" #> #> $`Tay-Sachs disease`$dbPhenotype #> [1] TRUE #> #> $`Tay-Sachs disease`$`_parent` #> [1] "DOID_3321<DOID_2368<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Tay-Sachs disease`$`_is_leaf` #> [1] TRUE #> #> $`Tay-Sachs disease`$children #> list() #> #> $`Tay-Sachs disease`$value #> [1] "Tay-Sachs disease" #> #> #> $`Tay-Sachs disease` #> $`Tay-Sachs disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3320" #> #> $`Tay-Sachs disease`$`_id` #> [1] "DOID_3320<DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Tay-Sachs disease`$privateGeneCount #> [1] 0 #> #> $`Tay-Sachs disease`$publicGeneCount #> [1] 1 #> #> $`Tay-Sachs disease`$urlId #> [1] "DOID_3320" #> #> $`Tay-Sachs disease`$dbPhenotype #> [1] TRUE #> #> $`Tay-Sachs disease`$`_parent` #> [1] "DOID_3321<DOID_2368<DOID_1927<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Tay-Sachs disease`$`_is_leaf` #> [1] TRUE #> #> $`Tay-Sachs disease`$children #> list() #> #> $`Tay-Sachs disease`$value #> [1] "Tay-Sachs disease" #> #> #> $`teeth hard tissue disease` #> $`teeth hard tissue disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_214" #> #> $`teeth hard tissue disease`$`_id` #> [1] "DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`teeth hard tissue disease`$privateGeneCount #> [1] 0 #> #> $`teeth hard tissue disease`$publicGeneCount #> [1] 33 #> #> $`teeth hard tissue disease`$urlId #> [1] "DOID_214" #> #> $`teeth hard tissue disease`$dbPhenotype #> [1] FALSE #> #> $`teeth hard tissue disease`$`_parent` #> [1] "DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`teeth hard tissue disease`$`_is_leaf` #> [1] FALSE #> #> $`teeth hard tissue disease`$children #> $`teeth hard tissue disease`$children[[1]] #> [1] "DOID_216<DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`teeth hard tissue disease`$children[[2]] #> [1] "DOID_693<DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`teeth hard tissue disease`$children[[3]] #> [1] "DOID_701<DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`teeth hard tissue disease`$value #> [1] "teeth hard tissue disease" #> #> #> $telangiectasis #> $telangiectasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1272" #> #> $telangiectasis$`_id` #> [1] "DOID_1272<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $telangiectasis$privateGeneCount #> [1] 0 #> #> $telangiectasis$publicGeneCount #> [1] 4 #> #> $telangiectasis$urlId #> [1] "DOID_1272" #> #> $telangiectasis$dbPhenotype #> [1] TRUE #> #> $telangiectasis$`_parent` #> [1] "DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $telangiectasis$`_is_leaf` #> [1] TRUE #> #> $telangiectasis$children #> list() #> #> $telangiectasis$value #> [1] "telangiectasis" #> #> #> $`temporal arteritis` #> $`temporal arteritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13375" #> #> $`temporal arteritis`$`_id` #> [1] "DOID_13375<DOID_525<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`temporal arteritis`$privateGeneCount #> [1] 0 #> #> $`temporal arteritis`$publicGeneCount #> [1] 21 #> #> $`temporal arteritis`$urlId #> [1] "DOID_13375" #> #> $`temporal arteritis`$dbPhenotype #> [1] TRUE #> #> $`temporal arteritis`$`_parent` #> [1] "DOID_525<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`temporal arteritis`$`_is_leaf` #> [1] TRUE #> #> $`temporal arteritis`$children #> list() #> #> $`temporal arteritis`$value #> [1] "temporal arteritis" #> #> #> $`temporal arteritis` #> $`temporal arteritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13375" #> #> $`temporal arteritis`$`_id` #> [1] "DOID_13375<DOID_525<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`temporal arteritis`$privateGeneCount #> [1] 0 #> #> $`temporal arteritis`$publicGeneCount #> [1] 21 #> #> $`temporal arteritis`$urlId #> [1] "DOID_13375" #> #> $`temporal arteritis`$dbPhenotype #> [1] TRUE #> #> $`temporal arteritis`$`_parent` #> [1] "DOID_525<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`temporal arteritis`$`_is_leaf` #> [1] TRUE #> #> $`temporal arteritis`$children #> list() #> #> $`temporal arteritis`$value #> [1] "temporal arteritis" #> #> #> $`temporal lobe epilepsy` #> $`temporal lobe epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3328" #> #> $`temporal lobe epilepsy`$`_id` #> [1] "DOID_3328<DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`temporal lobe epilepsy`$privateGeneCount #> [1] 0 #> #> $`temporal lobe epilepsy`$publicGeneCount #> [1] 60 #> #> $`temporal lobe epilepsy`$urlId #> [1] "DOID_3328" #> #> $`temporal lobe epilepsy`$dbPhenotype #> [1] TRUE #> #> $`temporal lobe epilepsy`$`_parent` #> [1] "DOID_2234<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`temporal lobe epilepsy`$`_is_leaf` #> [1] TRUE #> #> $`temporal lobe epilepsy`$children #> list() #> #> $`temporal lobe epilepsy`$value #> [1] "temporal lobe epilepsy" #> #> #> $`temtamy preaxial brachydactyly syndrome` #> $`temtamy preaxial brachydactyly syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050814" #> #> $`temtamy preaxial brachydactyly syndrome`$`_id` #> [1] "DOID_0050814<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`temtamy preaxial brachydactyly syndrome`$privateGeneCount #> [1] 0 #> #> $`temtamy preaxial brachydactyly syndrome`$publicGeneCount #> [1] 1 #> #> $`temtamy preaxial brachydactyly syndrome`$urlId #> [1] "DOID_0050814" #> #> $`temtamy preaxial brachydactyly syndrome`$dbPhenotype #> [1] TRUE #> #> $`temtamy preaxial brachydactyly syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`temtamy preaxial brachydactyly syndrome`$`_is_leaf` #> [1] TRUE #> #> $`temtamy preaxial brachydactyly syndrome`$children #> list() #> #> $`temtamy preaxial brachydactyly syndrome`$value #> [1] "temtamy preaxial brachydactyly syndrome" #> #> #> $`temtamy preaxial brachydactyly syndrome` #> $`temtamy preaxial brachydactyly syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050814" #> #> $`temtamy preaxial brachydactyly syndrome`$`_id` #> [1] "DOID_0050814<DOID_225<DOID_4" #> #> $`temtamy preaxial brachydactyly syndrome`$privateGeneCount #> [1] 0 #> #> $`temtamy preaxial brachydactyly syndrome`$publicGeneCount #> [1] 1 #> #> $`temtamy preaxial brachydactyly syndrome`$urlId #> [1] "DOID_0050814" #> #> $`temtamy preaxial brachydactyly syndrome`$dbPhenotype #> [1] TRUE #> #> $`temtamy preaxial brachydactyly syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`temtamy preaxial brachydactyly syndrome`$`_is_leaf` #> [1] TRUE #> #> $`temtamy preaxial brachydactyly syndrome`$children #> list() #> #> $`temtamy preaxial brachydactyly syndrome`$value #> [1] "temtamy preaxial brachydactyly syndrome" #> #> #> $teratocarcinoma #> $teratocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3305" #> #> $teratocarcinoma$`_id` #> [1] "DOID_3305<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $teratocarcinoma$privateGeneCount #> [1] 0 #> #> $teratocarcinoma$publicGeneCount #> [1] 1 #> #> $teratocarcinoma$urlId #> [1] "DOID_3305" #> #> $teratocarcinoma$dbPhenotype #> [1] TRUE #> #> $teratocarcinoma$`_parent` #> [1] "DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $teratocarcinoma$`_is_leaf` #> [1] TRUE #> #> $teratocarcinoma$children #> list() #> #> $teratocarcinoma$value #> [1] "teratocarcinoma" #> #> #> $teratocarcinoma #> $teratocarcinoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3305" #> #> $teratocarcinoma$`_id` #> [1] "DOID_3305<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $teratocarcinoma$privateGeneCount #> [1] 0 #> #> $teratocarcinoma$publicGeneCount #> [1] 1 #> #> $teratocarcinoma$urlId #> [1] "DOID_3305" #> #> $teratocarcinoma$dbPhenotype #> [1] TRUE #> #> $teratocarcinoma$`_parent` #> [1] "DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $teratocarcinoma$`_is_leaf` #> [1] TRUE #> #> $teratocarcinoma$children #> list() #> #> $teratocarcinoma$value #> [1] "teratocarcinoma" #> #> #> $teratoma #> $teratoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3307" #> #> $teratoma$`_id` #> [1] "DOID_3307<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $teratoma$privateGeneCount #> [1] 0 #> #> $teratoma$publicGeneCount #> [1] 10 #> #> $teratoma$urlId #> [1] "DOID_3307" #> #> $teratoma$dbPhenotype #> [1] TRUE #> #> $teratoma$`_parent` #> [1] "DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $teratoma$`_is_leaf` #> [1] FALSE #> #> $teratoma$children #> $teratoma$children[[1]] #> [1] "DOID_5563<DOID_3307<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $teratoma$children[[2]] #> [1] "DOID_5566<DOID_3307<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $teratoma$value #> [1] "teratoma" #> #> #> $teratoma #> $teratoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3307" #> #> $teratoma$`_id` #> [1] "DOID_3307<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $teratoma$privateGeneCount #> [1] 0 #> #> $teratoma$publicGeneCount #> [1] 10 #> #> $teratoma$urlId #> [1] "DOID_3307" #> #> $teratoma$dbPhenotype #> [1] TRUE #> #> $teratoma$`_parent` #> [1] "DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $teratoma$`_is_leaf` #> [1] FALSE #> #> $teratoma$children #> $teratoma$children[[1]] #> [1] "DOID_5563<DOID_3307<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $teratoma$children[[2]] #> [1] "DOID_5566<DOID_3307<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $teratoma$value #> [1] "teratoma" #> #> #> $`testicular cancer` #> $`testicular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2998" #> #> $`testicular cancer`$`_id` #> [1] "DOID_2998<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`testicular cancer`$privateGeneCount #> [1] 0 #> #> $`testicular cancer`$publicGeneCount #> [1] 26 #> #> $`testicular cancer`$urlId #> [1] "DOID_2998" #> #> $`testicular cancer`$dbPhenotype #> [1] TRUE #> #> $`testicular cancer`$`_parent` #> [1] "DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`testicular cancer`$`_is_leaf` #> [1] FALSE #> #> $`testicular cancer`$children #> $`testicular cancer`$children[[1]] #> [1] "DOID_5557<DOID_2998<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`testicular cancer`$value #> [1] "testicular cancer" #> #> #> $`testicular cancer` #> $`testicular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2998" #> #> $`testicular cancer`$`_id` #> [1] "DOID_2998<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular cancer`$privateGeneCount #> [1] 0 #> #> $`testicular cancer`$publicGeneCount #> [1] 26 #> #> $`testicular cancer`$urlId #> [1] "DOID_2998" #> #> $`testicular cancer`$dbPhenotype #> [1] TRUE #> #> $`testicular cancer`$`_parent` #> [1] "DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular cancer`$`_is_leaf` #> [1] FALSE #> #> $`testicular cancer`$children #> $`testicular cancer`$children[[1]] #> [1] "DOID_5557<DOID_2998<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`testicular cancer`$value #> [1] "testicular cancer" #> #> #> $`testicular cancer` #> $`testicular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2998" #> #> $`testicular cancer`$`_id` #> [1] "DOID_2998<DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`testicular cancer`$privateGeneCount #> [1] 0 #> #> $`testicular cancer`$publicGeneCount #> [1] 26 #> #> $`testicular cancer`$urlId #> [1] "DOID_2998" #> #> $`testicular cancer`$dbPhenotype #> [1] TRUE #> #> $`testicular cancer`$`_parent` #> [1] "DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`testicular cancer`$`_is_leaf` #> [1] FALSE #> #> $`testicular cancer`$children #> $`testicular cancer`$children[[1]] #> [1] "DOID_5557<DOID_2998<DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`testicular cancer`$value #> [1] "testicular cancer" #> #> #> $`testicular cancer` #> $`testicular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2998" #> #> $`testicular cancer`$`_id` #> [1] "DOID_2998<DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular cancer`$privateGeneCount #> [1] 0 #> #> $`testicular cancer`$publicGeneCount #> [1] 26 #> #> $`testicular cancer`$urlId #> [1] "DOID_2998" #> #> $`testicular cancer`$dbPhenotype #> [1] TRUE #> #> $`testicular cancer`$`_parent` #> [1] "DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular cancer`$`_is_leaf` #> [1] FALSE #> #> $`testicular cancer`$children #> $`testicular cancer`$children[[1]] #> [1] "DOID_5557<DOID_2998<DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`testicular cancer`$value #> [1] "testicular cancer" #> #> #> $`testicular disease` #> $`testicular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2519" #> #> $`testicular disease`$`_id` #> [1] "DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`testicular disease`$privateGeneCount #> [1] 0 #> #> $`testicular disease`$publicGeneCount #> [1] 50 #> #> $`testicular disease`$urlId #> [1] "DOID_2519" #> #> $`testicular disease`$dbPhenotype #> [1] TRUE #> #> $`testicular disease`$`_parent` #> [1] "DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`testicular disease`$`_is_leaf` #> [1] FALSE #> #> $`testicular disease`$children #> $`testicular disease`$children[[1]] #> [1] "DOID_1024<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`testicular disease`$children[[2]] #> [1] "DOID_2998<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> #> $`testicular disease`$value #> [1] "testicular disease" #> #> #> $`testicular disease` #> $`testicular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2519" #> #> $`testicular disease`$`_id` #> [1] "DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular disease`$privateGeneCount #> [1] 0 #> #> $`testicular disease`$publicGeneCount #> [1] 50 #> #> $`testicular disease`$urlId #> [1] "DOID_2519" #> #> $`testicular disease`$dbPhenotype #> [1] TRUE #> #> $`testicular disease`$`_parent` #> [1] "DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular disease`$`_is_leaf` #> [1] FALSE #> #> $`testicular disease`$children #> $`testicular disease`$children[[1]] #> [1] "DOID_1024<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular disease`$children[[2]] #> [1] "DOID_2998<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> #> $`testicular disease`$value #> [1] "testicular disease" #> #> #> $`testicular germ cell cancer` #> $`testicular germ cell cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5557" #> #> $`testicular germ cell cancer`$`_id` #> [1] "DOID_5557<DOID_2998<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`testicular germ cell cancer`$privateGeneCount #> [1] 0 #> #> $`testicular germ cell cancer`$publicGeneCount #> [1] 7 #> #> $`testicular germ cell cancer`$urlId #> [1] "DOID_5557" #> #> $`testicular germ cell cancer`$dbPhenotype #> [1] TRUE #> #> $`testicular germ cell cancer`$`_parent` #> [1] "DOID_2998<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`testicular germ cell cancer`$`_is_leaf` #> [1] TRUE #> #> $`testicular germ cell cancer`$children #> list() #> #> $`testicular germ cell cancer`$value #> [1] "testicular germ cell cancer" #> #> #> $`testicular germ cell cancer` #> $`testicular germ cell cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5557" #> #> $`testicular germ cell cancer`$`_id` #> [1] "DOID_5557<DOID_2998<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular germ cell cancer`$privateGeneCount #> [1] 0 #> #> $`testicular germ cell cancer`$publicGeneCount #> [1] 7 #> #> $`testicular germ cell cancer`$urlId #> [1] "DOID_5557" #> #> $`testicular germ cell cancer`$dbPhenotype #> [1] TRUE #> #> $`testicular germ cell cancer`$`_parent` #> [1] "DOID_2998<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular germ cell cancer`$`_is_leaf` #> [1] TRUE #> #> $`testicular germ cell cancer`$children #> list() #> #> $`testicular germ cell cancer`$value #> [1] "testicular germ cell cancer" #> #> #> $`testicular germ cell cancer` #> $`testicular germ cell cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5557" #> #> $`testicular germ cell cancer`$`_id` #> [1] "DOID_5557<DOID_2998<DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`testicular germ cell cancer`$privateGeneCount #> [1] 0 #> #> $`testicular germ cell cancer`$publicGeneCount #> [1] 7 #> #> $`testicular germ cell cancer`$urlId #> [1] "DOID_5557" #> #> $`testicular germ cell cancer`$dbPhenotype #> [1] TRUE #> #> $`testicular germ cell cancer`$`_parent` #> [1] "DOID_2998<DOID_3856<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`testicular germ cell cancer`$`_is_leaf` #> [1] TRUE #> #> $`testicular germ cell cancer`$children #> list() #> #> $`testicular germ cell cancer`$value #> [1] "testicular germ cell cancer" #> #> #> $`testicular germ cell cancer` #> $`testicular germ cell cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5557" #> #> $`testicular germ cell cancer`$`_id` #> [1] "DOID_5557<DOID_2998<DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular germ cell cancer`$privateGeneCount #> [1] 0 #> #> $`testicular germ cell cancer`$publicGeneCount #> [1] 7 #> #> $`testicular germ cell cancer`$urlId #> [1] "DOID_5557" #> #> $`testicular germ cell cancer`$dbPhenotype #> [1] TRUE #> #> $`testicular germ cell cancer`$`_parent` #> [1] "DOID_2998<DOID_3856<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`testicular germ cell cancer`$`_is_leaf` #> [1] TRUE #> #> $`testicular germ cell cancer`$children #> list() #> #> $`testicular germ cell cancer`$value #> [1] "testicular germ cell cancer" #> #> #> $`Testicular microlithiasis` #> $`Testicular microlithiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012215" #> #> $`Testicular microlithiasis`$`_id` #> [1] "HP_0012215<HP_0000035<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Testicular microlithiasis`$privateGeneCount #> [1] 0 #> #> $`Testicular microlithiasis`$publicGeneCount #> [1] 1 #> #> $`Testicular microlithiasis`$urlId #> [1] "HP_0012215" #> #> $`Testicular microlithiasis`$dbPhenotype #> [1] TRUE #> #> $`Testicular microlithiasis`$`_parent` #> [1] "HP_0000035<HP_0000032<HP_0000811<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Testicular microlithiasis`$`_is_leaf` #> [1] TRUE #> #> $`Testicular microlithiasis`$children #> list() #> #> $`Testicular microlithiasis`$value #> [1] "Testicular microlithiasis" #> #> #> $`Testicular microlithiasis` #> $`Testicular microlithiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012215" #> #> $`Testicular microlithiasis`$`_id` #> [1] "HP_0012215<HP_0000035<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Testicular microlithiasis`$privateGeneCount #> [1] 0 #> #> $`Testicular microlithiasis`$publicGeneCount #> [1] 1 #> #> $`Testicular microlithiasis`$urlId #> [1] "HP_0012215" #> #> $`Testicular microlithiasis`$dbPhenotype #> [1] TRUE #> #> $`Testicular microlithiasis`$`_parent` #> [1] "HP_0000035<HP_0000032<HP_0010461<HP_0012243<HP_0000078<HP_0000119<HP_0000118<HP_0000001" #> #> $`Testicular microlithiasis`$`_is_leaf` #> [1] TRUE #> #> $`Testicular microlithiasis`$children #> list() #> #> $`Testicular microlithiasis`$value #> [1] "Testicular microlithiasis" #> #> #> $Tetany #> $Tetany$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001281" #> #> $Tetany$`_id` #> [1] "HP_0001281<HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $Tetany$privateGeneCount #> [1] 0 #> #> $Tetany$publicGeneCount #> [1] 1 #> #> $Tetany$urlId #> [1] "HP_0001281" #> #> $Tetany$dbPhenotype #> [1] TRUE #> #> $Tetany$`_parent` #> [1] "HP_0011804<HP_0003011<HP_0000118<HP_0000001" #> #> $Tetany$`_is_leaf` #> [1] TRUE #> #> $Tetany$children #> list() #> #> $Tetany$value #> [1] "Tetany" #> #> #> $`tethered spinal cord syndrome` #> $`tethered spinal cord syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1089" #> #> $`tethered spinal cord syndrome`$`_id` #> [1] "DOID_1089<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`tethered spinal cord syndrome`$privateGeneCount #> [1] 0 #> #> $`tethered spinal cord syndrome`$publicGeneCount #> [1] 15 #> #> $`tethered spinal cord syndrome`$urlId #> [1] "DOID_1089" #> #> $`tethered spinal cord syndrome`$dbPhenotype #> [1] TRUE #> #> $`tethered spinal cord syndrome`$`_parent` #> [1] "DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`tethered spinal cord syndrome`$`_is_leaf` #> [1] TRUE #> #> $`tethered spinal cord syndrome`$children #> list() #> #> $`tethered spinal cord syndrome`$value #> [1] "tethered spinal cord syndrome" #> #> #> $Tetraamelia #> $Tetraamelia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003057" #> #> $Tetraamelia$`_id` #> [1] "HP_0003057<HP_0009827<HP_0009815<HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Tetraamelia$privateGeneCount #> [1] 0 #> #> $Tetraamelia$publicGeneCount #> [1] 1 #> #> $Tetraamelia$urlId #> [1] "HP_0003057" #> #> $Tetraamelia$dbPhenotype #> [1] TRUE #> #> $Tetraamelia$`_parent` #> [1] "HP_0009827<HP_0009815<HP_0009115<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Tetraamelia$`_is_leaf` #> [1] TRUE #> #> $Tetraamelia$children #> list() #> #> $Tetraamelia$value #> [1] "Tetraamelia" #> #> #> $Tetraamelia #> $Tetraamelia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003057" #> #> $Tetraamelia$`_id` #> [1] "HP_0003057<HP_0009827<HP_0009815<HP_0040064<HP_0000118<HP_0000001" #> #> $Tetraamelia$privateGeneCount #> [1] 0 #> #> $Tetraamelia$publicGeneCount #> [1] 1 #> #> $Tetraamelia$urlId #> [1] "HP_0003057" #> #> $Tetraamelia$dbPhenotype #> [1] TRUE #> #> $Tetraamelia$`_parent` #> [1] "HP_0009827<HP_0009815<HP_0040064<HP_0000118<HP_0000001" #> #> $Tetraamelia$`_is_leaf` #> [1] TRUE #> #> $Tetraamelia$children #> list() #> #> $Tetraamelia$value #> [1] "Tetraamelia" #> #> #> $`tetralogy of Fallot` #> $`tetralogy of Fallot`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6419" #> #> $`tetralogy of Fallot`$`_id` #> [1] "DOID_6419<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`tetralogy of Fallot`$privateGeneCount #> [1] 0 #> #> $`tetralogy of Fallot`$publicGeneCount #> [1] 15 #> #> $`tetralogy of Fallot`$urlId #> [1] "DOID_6419" #> #> $`tetralogy of Fallot`$dbPhenotype #> [1] TRUE #> #> $`tetralogy of Fallot`$`_parent` #> [1] "DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`tetralogy of Fallot`$`_is_leaf` #> [1] TRUE #> #> $`tetralogy of Fallot`$children #> list() #> #> $`tetralogy of Fallot`$value #> [1] "tetralogy of Fallot" #> #> #> $Tetraparesis #> $Tetraparesis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002273" #> #> $Tetraparesis$`_id` #> [1] "HP_0002273<HP_0030182<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Tetraparesis$privateGeneCount #> [1] 0 #> #> $Tetraparesis$publicGeneCount #> [1] 1 #> #> $Tetraparesis$urlId #> [1] "HP_0002273" #> #> $Tetraparesis$dbPhenotype #> [1] TRUE #> #> $Tetraparesis$`_parent` #> [1] "HP_0030182<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Tetraparesis$`_is_leaf` #> [1] TRUE #> #> $Tetraparesis$children #> list() #> #> $Tetraparesis$value #> [1] "Tetraparesis" #> #> #> $`Tetraplegia/tetraparesis` #> $`Tetraplegia/tetraparesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0030182" #> #> $`Tetraplegia/tetraparesis`$`_id` #> [1] "HP_0030182<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Tetraplegia/tetraparesis`$privateGeneCount #> [1] 0 #> #> $`Tetraplegia/tetraparesis`$publicGeneCount #> [1] 1 #> #> $`Tetraplegia/tetraparesis`$urlId #> [1] "HP_0030182" #> #> $`Tetraplegia/tetraparesis`$dbPhenotype #> [1] FALSE #> #> $`Tetraplegia/tetraparesis`$`_parent` #> [1] "HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Tetraplegia/tetraparesis`$`_is_leaf` #> [1] FALSE #> #> $`Tetraplegia/tetraparesis`$children #> $`Tetraplegia/tetraparesis`$children[[1]] #> [1] "HP_0002273<HP_0030182<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Tetraplegia/tetraparesis`$value #> [1] "Tetraplegia/tetraparesis" #> #> #> $thalassemia #> $thalassemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10241" #> #> $thalassemia$`_id` #> [1] "DOID_10241<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $thalassemia$privateGeneCount #> [1] 0 #> #> $thalassemia$publicGeneCount #> [1] 16 #> #> $thalassemia$urlId #> [1] "DOID_10241" #> #> $thalassemia$dbPhenotype #> [1] TRUE #> #> $thalassemia$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $thalassemia$`_is_leaf` #> [1] FALSE #> #> $thalassemia$children #> $thalassemia$children[[1]] #> [1] "DOID_1099<DOID_10241<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $thalassemia$children[[2]] #> [1] "DOID_12241<DOID_10241<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> #> $thalassemia$value #> [1] "thalassemia" #> #> #> $thalassemia #> $thalassemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10241" #> #> $thalassemia$`_id` #> [1] "DOID_10241<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $thalassemia$privateGeneCount #> [1] 0 #> #> $thalassemia$publicGeneCount #> [1] 16 #> #> $thalassemia$urlId #> [1] "DOID_10241" #> #> $thalassemia$dbPhenotype #> [1] TRUE #> #> $thalassemia$`_parent` #> [1] "DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $thalassemia$`_is_leaf` #> [1] FALSE #> #> $thalassemia$children #> $thalassemia$children[[1]] #> [1] "DOID_1099<DOID_10241<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $thalassemia$children[[2]] #> [1] "DOID_12241<DOID_10241<DOID_583<DOID_720<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> #> $thalassemia$value #> [1] "thalassemia" #> #> #> $`thanatophoric dysplasia` #> $`thanatophoric dysplasia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13481" #> #> $`thanatophoric dysplasia`$`_id` #> [1] "DOID_13481<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`thanatophoric dysplasia`$privateGeneCount #> [1] 0 #> #> $`thanatophoric dysplasia`$publicGeneCount #> [1] 1 #> #> $`thanatophoric dysplasia`$urlId #> [1] "DOID_13481" #> #> $`thanatophoric dysplasia`$dbPhenotype #> [1] TRUE #> #> $`thanatophoric dysplasia`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`thanatophoric dysplasia`$`_is_leaf` #> [1] TRUE #> #> $`thanatophoric dysplasia`$children #> list() #> #> $`thanatophoric dysplasia`$value #> [1] "thanatophoric dysplasia" #> #> #> $`Thiamine-responsive megaloblastic anemia` #> $`Thiamine-responsive megaloblastic anemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004860" #> #> $`Thiamine-responsive megaloblastic anemia`$`_id` #> [1] "HP_0004860<HP_0001889<HP_0001972<HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Thiamine-responsive megaloblastic anemia`$privateGeneCount #> [1] 0 #> #> $`Thiamine-responsive megaloblastic anemia`$publicGeneCount #> [1] 1 #> #> $`Thiamine-responsive megaloblastic anemia`$urlId #> [1] "HP_0004860" #> #> $`Thiamine-responsive megaloblastic anemia`$dbPhenotype #> [1] TRUE #> #> $`Thiamine-responsive megaloblastic anemia`$`_parent` #> [1] "HP_0001889<HP_0001972<HP_0010972<HP_0001903<HP_0001877<HP_0001871<HP_0000118<HP_0000001" #> #> $`Thiamine-responsive megaloblastic anemia`$`_is_leaf` #> [1] TRUE #> #> $`Thiamine-responsive megaloblastic anemia`$children #> list() #> #> $`Thiamine-responsive megaloblastic anemia`$value #> [1] "Thiamine-responsive megaloblastic anemia" #> #> #> $`Thickened skin` #> $`Thickened skin`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001072" #> #> $`Thickened skin`$`_id` #> [1] "HP_0001072<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Thickened skin`$privateGeneCount #> [1] 0 #> #> $`Thickened skin`$publicGeneCount #> [1] 5 #> #> $`Thickened skin`$urlId #> [1] "HP_0001072" #> #> $`Thickened skin`$dbPhenotype #> [1] FALSE #> #> $`Thickened skin`$`_parent` #> [1] "HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Thickened skin`$`_is_leaf` #> [1] FALSE #> #> $`Thickened skin`$children #> $`Thickened skin`$children[[1]] #> [1] "HP_0011368<HP_0001072<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Thickened skin`$value #> [1] "Thickened skin" #> #> #> $`Thiel-Behnke corneal dystrophy` #> $`Thiel-Behnke corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060455" #> #> $`Thiel-Behnke corneal dystrophy`$`_id` #> [1] "DOID_0060455<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Thiel-Behnke corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`Thiel-Behnke corneal dystrophy`$publicGeneCount #> [1] 1 #> #> $`Thiel-Behnke corneal dystrophy`$urlId #> [1] "DOID_0060455" #> #> $`Thiel-Behnke corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Thiel-Behnke corneal dystrophy`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Thiel-Behnke corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Thiel-Behnke corneal dystrophy`$children #> list() #> #> $`Thiel-Behnke corneal dystrophy`$value #> [1] "Thiel-Behnke corneal dystrophy" #> #> #> $`Thiel-Behnke corneal dystrophy` #> $`Thiel-Behnke corneal dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060455" #> #> $`Thiel-Behnke corneal dystrophy`$`_id` #> [1] "DOID_0060455<DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Thiel-Behnke corneal dystrophy`$privateGeneCount #> [1] 0 #> #> $`Thiel-Behnke corneal dystrophy`$publicGeneCount #> [1] 1 #> #> $`Thiel-Behnke corneal dystrophy`$urlId #> [1] "DOID_0060455" #> #> $`Thiel-Behnke corneal dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Thiel-Behnke corneal dystrophy`$`_parent` #> [1] "DOID_0060441<DOID_2566<DOID_10124<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`Thiel-Behnke corneal dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Thiel-Behnke corneal dystrophy`$children #> list() #> #> $`Thiel-Behnke corneal dystrophy`$value #> [1] "Thiel-Behnke corneal dystrophy" #> #> #> $`thoracic aortic aneurysm` #> $`thoracic aortic aneurysm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14004" #> #> $`thoracic aortic aneurysm`$`_id` #> [1] "DOID_14004<DOID_3627<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`thoracic aortic aneurysm`$privateGeneCount #> [1] 0 #> #> $`thoracic aortic aneurysm`$publicGeneCount #> [1] 15 #> #> $`thoracic aortic aneurysm`$urlId #> [1] "DOID_14004" #> #> $`thoracic aortic aneurysm`$dbPhenotype #> [1] TRUE #> #> $`thoracic aortic aneurysm`$`_parent` #> [1] "DOID_3627<DOID_520<DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`thoracic aortic aneurysm`$`_is_leaf` #> [1] TRUE #> #> $`thoracic aortic aneurysm`$children #> list() #> #> $`thoracic aortic aneurysm`$value #> [1] "thoracic aortic aneurysm" #> #> #> $`thoracic benign neoplasm` #> $`thoracic benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060097" #> #> $`thoracic benign neoplasm`$`_id` #> [1] "DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`thoracic benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`thoracic benign neoplasm`$publicGeneCount #> [1] 20 #> #> $`thoracic benign neoplasm`$urlId #> [1] "DOID_0060097" #> #> $`thoracic benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`thoracic benign neoplasm`$`_parent` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`thoracic benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`thoracic benign neoplasm`$children #> $`thoracic benign neoplasm`$children[[1]] #> [1] "DOID_0060082<DOID_0060097<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`thoracic benign neoplasm`$value #> [1] "thoracic benign neoplasm" #> #> #> $`thoracic benign neoplasm` #> $`thoracic benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060097" #> #> $`thoracic benign neoplasm`$`_id` #> [1] "DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> $`thoracic benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`thoracic benign neoplasm`$publicGeneCount #> [1] 20 #> #> $`thoracic benign neoplasm`$urlId #> [1] "DOID_0060097" #> #> $`thoracic benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`thoracic benign neoplasm`$`_parent` #> [1] "DOID_0060118<DOID_7<DOID_4" #> #> $`thoracic benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`thoracic benign neoplasm`$children #> $`thoracic benign neoplasm`$children[[1]] #> [1] "DOID_0060082<DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> #> $`thoracic benign neoplasm`$value #> [1] "thoracic benign neoplasm" #> #> #> $`thoracic cancer` #> $`thoracic cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5093" #> #> $`thoracic cancer`$`_id` #> [1] "DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thoracic cancer`$privateGeneCount #> [1] 0 #> #> $`thoracic cancer`$publicGeneCount #> [1] 788 #> #> $`thoracic cancer`$urlId #> [1] "DOID_5093" #> #> $`thoracic cancer`$dbPhenotype #> [1] TRUE #> #> $`thoracic cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thoracic cancer`$`_is_leaf` #> [1] FALSE #> #> $`thoracic cancer`$children #> $`thoracic cancer`$children[[1]] #> [1] "DOID_1612<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thoracic cancer`$children[[2]] #> [1] "DOID_5559<DOID_5093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`thoracic cancer`$value #> [1] "thoracic cancer" #> #> #> $`thoracic cancer` #> $`thoracic cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5093" #> #> $`thoracic cancer`$`_id` #> [1] "DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`thoracic cancer`$privateGeneCount #> [1] 0 #> #> $`thoracic cancer`$publicGeneCount #> [1] 788 #> #> $`thoracic cancer`$urlId #> [1] "DOID_5093" #> #> $`thoracic cancer`$dbPhenotype #> [1] TRUE #> #> $`thoracic cancer`$`_parent` #> [1] "DOID_0060118<DOID_7<DOID_4" #> #> $`thoracic cancer`$`_is_leaf` #> [1] FALSE #> #> $`thoracic cancer`$children #> $`thoracic cancer`$children[[1]] #> [1] "DOID_1612<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> $`thoracic cancer`$children[[2]] #> [1] "DOID_5559<DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> #> $`thoracic cancer`$value #> [1] "thoracic cancer" #> #> #> $`thoracic disease` #> $`thoracic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060118" #> #> $`thoracic disease`$`_id` #> [1] "DOID_0060118<DOID_7<DOID_4" #> #> $`thoracic disease`$privateGeneCount #> [1] 0 #> #> $`thoracic disease`$publicGeneCount #> [1] 792 #> #> $`thoracic disease`$urlId #> [1] "DOID_0060118" #> #> $`thoracic disease`$dbPhenotype #> [1] FALSE #> #> $`thoracic disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`thoracic disease`$`_is_leaf` #> [1] FALSE #> #> $`thoracic disease`$children #> $`thoracic disease`$children[[1]] #> [1] "DOID_3463<DOID_0060118<DOID_7<DOID_4" #> #> $`thoracic disease`$children[[2]] #> [1] "DOID_0060097<DOID_0060118<DOID_7<DOID_4" #> #> $`thoracic disease`$children[[3]] #> [1] "DOID_5093<DOID_0060118<DOID_7<DOID_4" #> #> #> $`thoracic disease`$value #> [1] "thoracic disease" #> #> #> $`thromboangiitis obliterans` #> $`thromboangiitis obliterans`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12918" #> #> $`thromboangiitis obliterans`$`_id` #> [1] "DOID_12918<DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`thromboangiitis obliterans`$privateGeneCount #> [1] 0 #> #> $`thromboangiitis obliterans`$publicGeneCount #> [1] 2 #> #> $`thromboangiitis obliterans`$urlId #> [1] "DOID_12918" #> #> $`thromboangiitis obliterans`$dbPhenotype #> [1] TRUE #> #> $`thromboangiitis obliterans`$`_parent` #> [1] "DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`thromboangiitis obliterans`$`_is_leaf` #> [1] TRUE #> #> $`thromboangiitis obliterans`$children #> list() #> #> $`thromboangiitis obliterans`$value #> [1] "thromboangiitis obliterans" #> #> #> $thrombocytopenia #> $thrombocytopenia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1588" #> #> $thrombocytopenia$`_id` #> [1] "DOID_1588<DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombocytopenia$privateGeneCount #> [1] 0 #> #> $thrombocytopenia$publicGeneCount #> [1] 34 #> #> $thrombocytopenia$urlId #> [1] "DOID_1588" #> #> $thrombocytopenia$dbPhenotype #> [1] TRUE #> #> $thrombocytopenia$`_parent` #> [1] "DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombocytopenia$`_is_leaf` #> [1] TRUE #> #> $thrombocytopenia$children #> list() #> #> $thrombocytopenia$value #> [1] "thrombocytopenia" #> #> #> $Thrombocytopenia #> $Thrombocytopenia$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001873" #> #> $Thrombocytopenia$`_id` #> [1] "HP_0001873<HP_0011873<HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> $Thrombocytopenia$privateGeneCount #> [1] 0 #> #> $Thrombocytopenia$publicGeneCount #> [1] 1 #> #> $Thrombocytopenia$urlId #> [1] "HP_0001873" #> #> $Thrombocytopenia$dbPhenotype #> [1] FALSE #> #> $Thrombocytopenia$`_parent` #> [1] "HP_0011873<HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> $Thrombocytopenia$`_is_leaf` #> [1] FALSE #> #> $Thrombocytopenia$children #> $Thrombocytopenia$children[[1]] #> [1] "HP_0004859<HP_0001873<HP_0011873<HP_0001872<HP_0001871<HP_0000118<HP_0000001" #> #> #> $Thrombocytopenia$value #> [1] "Thrombocytopenia" #> #> #> $`thrombocytopenia-absent radius syndrome` #> $`thrombocytopenia-absent radius syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14699" #> #> $`thrombocytopenia-absent radius syndrome`$`_id` #> [1] "DOID_14699<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`thrombocytopenia-absent radius syndrome`$privateGeneCount #> [1] 0 #> #> $`thrombocytopenia-absent radius syndrome`$publicGeneCount #> [1] 1 #> #> $`thrombocytopenia-absent radius syndrome`$urlId #> [1] "DOID_14699" #> #> $`thrombocytopenia-absent radius syndrome`$dbPhenotype #> [1] TRUE #> #> $`thrombocytopenia-absent radius syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`thrombocytopenia-absent radius syndrome`$`_is_leaf` #> [1] TRUE #> #> $`thrombocytopenia-absent radius syndrome`$children #> list() #> #> $`thrombocytopenia-absent radius syndrome`$value #> [1] "thrombocytopenia-absent radius syndrome" #> #> #> $`thrombocytopenia-absent radius syndrome` #> $`thrombocytopenia-absent radius syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14699" #> #> $`thrombocytopenia-absent radius syndrome`$`_id` #> [1] "DOID_14699<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`thrombocytopenia-absent radius syndrome`$privateGeneCount #> [1] 0 #> #> $`thrombocytopenia-absent radius syndrome`$publicGeneCount #> [1] 1 #> #> $`thrombocytopenia-absent radius syndrome`$urlId #> [1] "DOID_14699" #> #> $`thrombocytopenia-absent radius syndrome`$dbPhenotype #> [1] TRUE #> #> $`thrombocytopenia-absent radius syndrome`$`_parent` #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`thrombocytopenia-absent radius syndrome`$`_is_leaf` #> [1] TRUE #> #> $`thrombocytopenia-absent radius syndrome`$children #> list() #> #> $`thrombocytopenia-absent radius syndrome`$value #> [1] "thrombocytopenia-absent radius syndrome" #> #> #> $`thrombocytopenia-absent radius syndrome` #> $`thrombocytopenia-absent radius syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14699" #> #> $`thrombocytopenia-absent radius syndrome`$`_id` #> [1] "DOID_14699<DOID_225<DOID_4" #> #> $`thrombocytopenia-absent radius syndrome`$privateGeneCount #> [1] 0 #> #> $`thrombocytopenia-absent radius syndrome`$publicGeneCount #> [1] 1 #> #> $`thrombocytopenia-absent radius syndrome`$urlId #> [1] "DOID_14699" #> #> $`thrombocytopenia-absent radius syndrome`$dbPhenotype #> [1] TRUE #> #> $`thrombocytopenia-absent radius syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`thrombocytopenia-absent radius syndrome`$`_is_leaf` #> [1] TRUE #> #> $`thrombocytopenia-absent radius syndrome`$children #> list() #> #> $`thrombocytopenia-absent radius syndrome`$value #> [1] "thrombocytopenia-absent radius syndrome" #> #> #> $thrombocytosis #> $thrombocytosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2228" #> #> $thrombocytosis$`_id` #> [1] "DOID_2228<DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombocytosis$privateGeneCount #> [1] 0 #> #> $thrombocytosis$publicGeneCount #> [1] 4 #> #> $thrombocytosis$urlId #> [1] "DOID_2228" #> #> $thrombocytosis$dbPhenotype #> [1] TRUE #> #> $thrombocytosis$`_parent` #> [1] "DOID_2218<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombocytosis$`_is_leaf` #> [1] TRUE #> #> $thrombocytosis$children #> list() #> #> $thrombocytosis$value #> [1] "thrombocytosis" #> #> #> $Thromboembolism #> $Thromboembolism$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001907" #> #> $Thromboembolism$`_id` #> [1] "HP_0001907<HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> $Thromboembolism$privateGeneCount #> [1] 0 #> #> $Thromboembolism$publicGeneCount #> [1] 63 #> #> $Thromboembolism$urlId #> [1] "HP_0001907" #> #> $Thromboembolism$dbPhenotype #> [1] TRUE #> #> $Thromboembolism$`_parent` #> [1] "HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> $Thromboembolism$`_is_leaf` #> [1] TRUE #> #> $Thromboembolism$children #> list() #> #> $Thromboembolism$value #> [1] "Thromboembolism" #> #> #> $thrombophilia #> $thrombophilia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2452" #> #> $thrombophilia$`_id` #> [1] "DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombophilia$privateGeneCount #> [1] 0 #> #> $thrombophilia$publicGeneCount #> [1] 22 #> #> $thrombophilia$urlId #> [1] "DOID_2452" #> #> $thrombophilia$dbPhenotype #> [1] TRUE #> #> $thrombophilia$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombophilia$`_is_leaf` #> [1] FALSE #> #> $thrombophilia$children #> $thrombophilia$children[[1]] #> [1] "DOID_3755<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombophilia$children[[2]] #> [1] "DOID_11247<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombophilia$children[[3]] #> [1] "DOID_3756<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombophilia$children[[4]] #> [1] "DOID_2451<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombophilia$children[[5]] #> [1] "DOID_2235<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $thrombophilia$children[[6]] #> [1] "DOID_10772<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> #> $thrombophilia$value #> [1] "thrombophilia" #> #> #> $thrombophlebitis #> $thrombophlebitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3875" #> #> $thrombophlebitis$`_id` #> [1] "DOID_3875<DOID_864<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $thrombophlebitis$privateGeneCount #> [1] 0 #> #> $thrombophlebitis$publicGeneCount #> [1] 2 #> #> $thrombophlebitis$urlId #> [1] "DOID_3875" #> #> $thrombophlebitis$dbPhenotype #> [1] TRUE #> #> $thrombophlebitis$`_parent` #> [1] "DOID_864<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $thrombophlebitis$`_is_leaf` #> [1] TRUE #> #> $thrombophlebitis$children #> list() #> #> $thrombophlebitis$value #> [1] "thrombophlebitis" #> #> #> $thrombosis #> $thrombosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060903" #> #> $thrombosis$`_id` #> [1] "DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $thrombosis$privateGeneCount #> [1] 0 #> #> $thrombosis$publicGeneCount #> [1] 13 #> #> $thrombosis$urlId #> [1] "DOID_0060903" #> #> $thrombosis$dbPhenotype #> [1] FALSE #> #> $thrombosis$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $thrombosis$`_is_leaf` #> [1] FALSE #> #> $thrombosis$children #> $thrombosis$children[[1]] #> [1] "DOID_11847<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $thrombosis$children[[2]] #> [1] "DOID_4193<DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $thrombosis$value #> [1] "thrombosis" #> #> #> $`thrombotic thrombocytopenic purpura` #> $`thrombotic thrombocytopenic purpura`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10772" #> #> $`thrombotic thrombocytopenic purpura`$`_id` #> [1] "DOID_10772<DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`thrombotic thrombocytopenic purpura`$privateGeneCount #> [1] 0 #> #> $`thrombotic thrombocytopenic purpura`$publicGeneCount #> [1] 4 #> #> $`thrombotic thrombocytopenic purpura`$urlId #> [1] "DOID_10772" #> #> $`thrombotic thrombocytopenic purpura`$dbPhenotype #> [1] TRUE #> #> $`thrombotic thrombocytopenic purpura`$`_parent` #> [1] "DOID_2452<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`thrombotic thrombocytopenic purpura`$`_is_leaf` #> [1] TRUE #> #> $`thrombotic thrombocytopenic purpura`$children #> list() #> #> $`thrombotic thrombocytopenic purpura`$value #> [1] "thrombotic thrombocytopenic purpura" #> #> #> $`thymic carcinoma` #> $`thymic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3284" #> #> $`thymic carcinoma`$`_id` #> [1] "DOID_3284<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thymic carcinoma`$privateGeneCount #> [1] 0 #> #> $`thymic carcinoma`$publicGeneCount #> [1] 7 #> #> $`thymic carcinoma`$urlId #> [1] "DOID_3284" #> #> $`thymic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thymic carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thymic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thymic carcinoma`$children #> list() #> #> $`thymic carcinoma`$value #> [1] "thymic carcinoma" #> #> #> $`thymic carcinoma` #> $`thymic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3284" #> #> $`thymic carcinoma`$`_id` #> [1] "DOID_3284<DOID_3277<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thymic carcinoma`$privateGeneCount #> [1] 0 #> #> $`thymic carcinoma`$publicGeneCount #> [1] 7 #> #> $`thymic carcinoma`$urlId #> [1] "DOID_3284" #> #> $`thymic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thymic carcinoma`$`_parent` #> [1] "DOID_3277<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thymic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thymic carcinoma`$children #> list() #> #> $`thymic carcinoma`$value #> [1] "thymic carcinoma" #> #> #> $`thymic carcinoma` #> $`thymic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3284" #> #> $`thymic carcinoma`$`_id` #> [1] "DOID_3284<DOID_3277<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`thymic carcinoma`$privateGeneCount #> [1] 0 #> #> $`thymic carcinoma`$publicGeneCount #> [1] 7 #> #> $`thymic carcinoma`$urlId #> [1] "DOID_3284" #> #> $`thymic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thymic carcinoma`$`_parent` #> [1] "DOID_3277<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`thymic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thymic carcinoma`$children #> list() #> #> $`thymic carcinoma`$value #> [1] "thymic carcinoma" #> #> #> $`thymic carcinoma` #> $`thymic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3284" #> #> $`thymic carcinoma`$`_id` #> [1] "DOID_3284<DOID_3277<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymic carcinoma`$privateGeneCount #> [1] 0 #> #> $`thymic carcinoma`$publicGeneCount #> [1] 7 #> #> $`thymic carcinoma`$urlId #> [1] "DOID_3284" #> #> $`thymic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thymic carcinoma`$`_parent` #> [1] "DOID_3277<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thymic carcinoma`$children #> list() #> #> $`thymic carcinoma`$value #> [1] "thymic carcinoma" #> #> #> $`thymic carcinoma` #> $`thymic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3284" #> #> $`thymic carcinoma`$`_id` #> [1] "DOID_3284<DOID_3277<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thymic carcinoma`$privateGeneCount #> [1] 0 #> #> $`thymic carcinoma`$publicGeneCount #> [1] 7 #> #> $`thymic carcinoma`$urlId #> [1] "DOID_3284" #> #> $`thymic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thymic carcinoma`$`_parent` #> [1] "DOID_3277<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thymic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thymic carcinoma`$children #> list() #> #> $`thymic carcinoma`$value #> [1] "thymic carcinoma" #> #> #> $`thymic carcinoma` #> $`thymic carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3284" #> #> $`thymic carcinoma`$`_id` #> [1] "DOID_3284<DOID_3277<DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymic carcinoma`$privateGeneCount #> [1] 0 #> #> $`thymic carcinoma`$publicGeneCount #> [1] 7 #> #> $`thymic carcinoma`$urlId #> [1] "DOID_3284" #> #> $`thymic carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thymic carcinoma`$`_parent` #> [1] "DOID_3277<DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymic carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thymic carcinoma`$children #> list() #> #> $`thymic carcinoma`$value #> [1] "thymic carcinoma" #> #> #> $thymoma #> $thymoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3275" #> #> $thymoma$`_id` #> [1] "DOID_3275<DOID_3277<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $thymoma$privateGeneCount #> [1] 0 #> #> $thymoma$publicGeneCount #> [1] 7 #> #> $thymoma$urlId #> [1] "DOID_3275" #> #> $thymoma$dbPhenotype #> [1] TRUE #> #> $thymoma$`_parent` #> [1] "DOID_3277<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $thymoma$`_is_leaf` #> [1] TRUE #> #> $thymoma$children #> list() #> #> $thymoma$value #> [1] "thymoma" #> #> #> $thymoma #> $thymoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3275" #> #> $thymoma$`_id` #> [1] "DOID_3275<DOID_3277<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $thymoma$privateGeneCount #> [1] 0 #> #> $thymoma$publicGeneCount #> [1] 7 #> #> $thymoma$urlId #> [1] "DOID_3275" #> #> $thymoma$dbPhenotype #> [1] TRUE #> #> $thymoma$`_parent` #> [1] "DOID_3277<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $thymoma$`_is_leaf` #> [1] TRUE #> #> $thymoma$children #> list() #> #> $thymoma$value #> [1] "thymoma" #> #> #> $thymoma #> $thymoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3275" #> #> $thymoma$`_id` #> [1] "DOID_3275<DOID_3277<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $thymoma$privateGeneCount #> [1] 0 #> #> $thymoma$publicGeneCount #> [1] 7 #> #> $thymoma$urlId #> [1] "DOID_3275" #> #> $thymoma$dbPhenotype #> [1] TRUE #> #> $thymoma$`_parent` #> [1] "DOID_3277<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $thymoma$`_is_leaf` #> [1] TRUE #> #> $thymoma$children #> list() #> #> $thymoma$value #> [1] "thymoma" #> #> #> $thymoma #> $thymoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3275" #> #> $thymoma$`_id` #> [1] "DOID_3275<DOID_3277<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $thymoma$privateGeneCount #> [1] 0 #> #> $thymoma$publicGeneCount #> [1] 7 #> #> $thymoma$urlId #> [1] "DOID_3275" #> #> $thymoma$dbPhenotype #> [1] TRUE #> #> $thymoma$`_parent` #> [1] "DOID_3277<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $thymoma$`_is_leaf` #> [1] TRUE #> #> $thymoma$children #> list() #> #> $thymoma$value #> [1] "thymoma" #> #> #> $thymoma #> $thymoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3275" #> #> $thymoma$`_id` #> [1] "DOID_3275<DOID_3277<DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $thymoma$privateGeneCount #> [1] 0 #> #> $thymoma$publicGeneCount #> [1] 7 #> #> $thymoma$urlId #> [1] "DOID_3275" #> #> $thymoma$dbPhenotype #> [1] TRUE #> #> $thymoma$`_parent` #> [1] "DOID_3277<DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $thymoma$`_is_leaf` #> [1] TRUE #> #> $thymoma$children #> list() #> #> $thymoma$value #> [1] "thymoma" #> #> #> $`thymus cancer` #> $`thymus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3277" #> #> $`thymus cancer`$`_id` #> [1] "DOID_3277<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thymus cancer`$privateGeneCount #> [1] 0 #> #> $`thymus cancer`$publicGeneCount #> [1] 8 #> #> $`thymus cancer`$urlId #> [1] "DOID_3277" #> #> $`thymus cancer`$dbPhenotype #> [1] TRUE #> #> $`thymus cancer`$`_parent` #> [1] "DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thymus cancer`$`_is_leaf` #> [1] FALSE #> #> $`thymus cancer`$children #> $`thymus cancer`$children[[1]] #> [1] "DOID_3284<DOID_3277<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thymus cancer`$children[[2]] #> [1] "DOID_3275<DOID_3277<DOID_0060073<DOID_0060083<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`thymus cancer`$value #> [1] "thymus cancer" #> #> #> $`thymus cancer` #> $`thymus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3277" #> #> $`thymus cancer`$`_id` #> [1] "DOID_3277<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`thymus cancer`$privateGeneCount #> [1] 0 #> #> $`thymus cancer`$publicGeneCount #> [1] 8 #> #> $`thymus cancer`$urlId #> [1] "DOID_3277" #> #> $`thymus cancer`$dbPhenotype #> [1] TRUE #> #> $`thymus cancer`$`_parent` #> [1] "DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`thymus cancer`$`_is_leaf` #> [1] FALSE #> #> $`thymus cancer`$children #> $`thymus cancer`$children[[1]] #> [1] "DOID_3284<DOID_3277<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> $`thymus cancer`$children[[2]] #> [1] "DOID_3275<DOID_3277<DOID_0060073<DOID_0060083<DOID_2914<DOID_7<DOID_4" #> #> #> $`thymus cancer`$value #> [1] "thymus cancer" #> #> #> $`thymus cancer` #> $`thymus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3277" #> #> $`thymus cancer`$`_id` #> [1] "DOID_3277<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymus cancer`$privateGeneCount #> [1] 0 #> #> $`thymus cancer`$publicGeneCount #> [1] 8 #> #> $`thymus cancer`$urlId #> [1] "DOID_3277" #> #> $`thymus cancer`$dbPhenotype #> [1] TRUE #> #> $`thymus cancer`$`_parent` #> [1] "DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymus cancer`$`_is_leaf` #> [1] FALSE #> #> $`thymus cancer`$children #> $`thymus cancer`$children[[1]] #> [1] "DOID_3284<DOID_3277<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymus cancer`$children[[2]] #> [1] "DOID_3275<DOID_3277<DOID_0060073<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`thymus cancer`$value #> [1] "thymus cancer" #> #> #> $`thymus cancer` #> $`thymus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3277" #> #> $`thymus cancer`$`_id` #> [1] "DOID_3277<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thymus cancer`$privateGeneCount #> [1] 0 #> #> $`thymus cancer`$publicGeneCount #> [1] 8 #> #> $`thymus cancer`$urlId #> [1] "DOID_3277" #> #> $`thymus cancer`$dbPhenotype #> [1] TRUE #> #> $`thymus cancer`$`_parent` #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thymus cancer`$`_is_leaf` #> [1] FALSE #> #> $`thymus cancer`$children #> $`thymus cancer`$children[[1]] #> [1] "DOID_3284<DOID_3277<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thymus cancer`$children[[2]] #> [1] "DOID_3275<DOID_3277<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`thymus cancer`$value #> [1] "thymus cancer" #> #> #> $`thymus cancer` #> $`thymus cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3277" #> #> $`thymus cancer`$`_id` #> [1] "DOID_3277<DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymus cancer`$privateGeneCount #> [1] 0 #> #> $`thymus cancer`$publicGeneCount #> [1] 8 #> #> $`thymus cancer`$urlId #> [1] "DOID_3277" #> #> $`thymus cancer`$dbPhenotype #> [1] TRUE #> #> $`thymus cancer`$`_parent` #> [1] "DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymus cancer`$`_is_leaf` #> [1] FALSE #> #> $`thymus cancer`$children #> $`thymus cancer`$children[[1]] #> [1] "DOID_3284<DOID_3277<DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymus cancer`$children[[2]] #> [1] "DOID_3275<DOID_3277<DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`thymus cancer`$value #> [1] "thymus cancer" #> #> #> $`thymus gland disease` #> $`thymus gland disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_533" #> #> $`thymus gland disease`$`_id` #> [1] "DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymus gland disease`$privateGeneCount #> [1] 0 #> #> $`thymus gland disease`$publicGeneCount #> [1] 8 #> #> $`thymus gland disease`$urlId #> [1] "DOID_533" #> #> $`thymus gland disease`$dbPhenotype #> [1] FALSE #> #> $`thymus gland disease`$`_parent` #> [1] "DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`thymus gland disease`$`_is_leaf` #> [1] FALSE #> #> $`thymus gland disease`$children #> $`thymus gland disease`$children[[1]] #> [1] "DOID_3277<DOID_533<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> #> $`thymus gland disease`$value #> [1] "thymus gland disease" #> #> #> $`thyroid adenoma` #> $`thyroid adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2891" #> #> $`thyroid adenoma`$`_id` #> [1] "DOID_2891<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`thyroid adenoma`$privateGeneCount #> [1] 0 #> #> $`thyroid adenoma`$publicGeneCount #> [1] 72 #> #> $`thyroid adenoma`$urlId #> [1] "DOID_2891" #> #> $`thyroid adenoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid adenoma`$`_parent` #> [1] "DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`thyroid adenoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid adenoma`$children #> $`thyroid adenoma`$children[[1]] #> [1] "DOID_6204<DOID_2891<DOID_0060089<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`thyroid adenoma`$value #> [1] "thyroid adenoma" #> #> #> $`thyroid adenoma` #> $`thyroid adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2891" #> #> $`thyroid adenoma`$`_id` #> [1] "DOID_2891<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid adenoma`$privateGeneCount #> [1] 0 #> #> $`thyroid adenoma`$publicGeneCount #> [1] 72 #> #> $`thyroid adenoma`$urlId #> [1] "DOID_2891" #> #> $`thyroid adenoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid adenoma`$`_parent` #> [1] "DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid adenoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid adenoma`$children #> $`thyroid adenoma`$children[[1]] #> [1] "DOID_6204<DOID_2891<DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $`thyroid adenoma`$value #> [1] "thyroid adenoma" #> #> #> $`thyroid adenoma` #> $`thyroid adenoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2891" #> #> $`thyroid adenoma`$`_id` #> [1] "DOID_2891<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`thyroid adenoma`$privateGeneCount #> [1] 0 #> #> $`thyroid adenoma`$publicGeneCount #> [1] 72 #> #> $`thyroid adenoma`$urlId #> [1] "DOID_2891" #> #> $`thyroid adenoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid adenoma`$`_parent` #> [1] "DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`thyroid adenoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid adenoma`$children #> $`thyroid adenoma`$children[[1]] #> [1] "DOID_6204<DOID_2891<DOID_657<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`thyroid adenoma`$value #> [1] "thyroid adenoma" #> #> #> $`Thyroid carcinoma` #> $`Thyroid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002890" #> #> $`Thyroid carcinoma`$`_id` #> [1] "HP_0002890<HP_0100031<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Thyroid carcinoma`$privateGeneCount #> [1] 0 #> #> $`Thyroid carcinoma`$publicGeneCount #> [1] 2 #> #> $`Thyroid carcinoma`$urlId #> [1] "HP_0002890" #> #> $`Thyroid carcinoma`$dbPhenotype #> [1] FALSE #> #> $`Thyroid carcinoma`$`_parent` #> [1] "HP_0100031<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> $`Thyroid carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`Thyroid carcinoma`$children #> $`Thyroid carcinoma`$children[[1]] #> [1] "HP_0011779<HP_0002890<HP_0100031<HP_0100568<HP_0000818<HP_0000118<HP_0000001" #> #> #> $`Thyroid carcinoma`$value #> [1] "Thyroid carcinoma" #> #> #> $`Thyroid carcinoma` #> $`Thyroid carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002890" #> #> $`Thyroid carcinoma`$`_id` #> [1] "HP_0002890<HP_0100031<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Thyroid carcinoma`$privateGeneCount #> [1] 0 #> #> $`Thyroid carcinoma`$publicGeneCount #> [1] 2 #> #> $`Thyroid carcinoma`$urlId #> [1] "HP_0002890" #> #> $`Thyroid carcinoma`$dbPhenotype #> [1] FALSE #> #> $`Thyroid carcinoma`$`_parent` #> [1] "HP_0100031<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> $`Thyroid carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`Thyroid carcinoma`$children #> $`Thyroid carcinoma`$children[[1]] #> [1] "HP_0011779<HP_0002890<HP_0100031<HP_0100568<HP_0011793<HP_0002664<HP_0000118<HP_0000001" #> #> #> $`Thyroid carcinoma`$value #> [1] "Thyroid carcinoma" #> #> #> $`thyroid gland adenocarcinoma` #> $`thyroid gland adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080524" #> #> $`thyroid gland adenocarcinoma`$`_id` #> [1] "DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland adenocarcinoma`$publicGeneCount #> [1] 14 #> #> $`thyroid gland adenocarcinoma`$urlId #> [1] "DOID_0080524" #> #> $`thyroid gland adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`thyroid gland adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland adenocarcinoma`$children #> $`thyroid gland adenocarcinoma`$children[[1]] #> [1] "DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland adenocarcinoma`$value #> [1] "thyroid gland adenocarcinoma" #> #> #> $`thyroid gland adenocarcinoma` #> $`thyroid gland adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080524" #> #> $`thyroid gland adenocarcinoma`$`_id` #> [1] "DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland adenocarcinoma`$publicGeneCount #> [1] 14 #> #> $`thyroid gland adenocarcinoma`$urlId #> [1] "DOID_0080524" #> #> $`thyroid gland adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`thyroid gland adenocarcinoma`$`_parent` #> [1] "DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland adenocarcinoma`$children #> $`thyroid gland adenocarcinoma`$children[[1]] #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland adenocarcinoma`$value #> [1] "thyroid gland adenocarcinoma" #> #> #> $`thyroid gland adenocarcinoma` #> $`thyroid gland adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080524" #> #> $`thyroid gland adenocarcinoma`$`_id` #> [1] "DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland adenocarcinoma`$publicGeneCount #> [1] 14 #> #> $`thyroid gland adenocarcinoma`$urlId #> [1] "DOID_0080524" #> #> $`thyroid gland adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`thyroid gland adenocarcinoma`$`_parent` #> [1] "DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland adenocarcinoma`$children #> $`thyroid gland adenocarcinoma`$children[[1]] #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $`thyroid gland adenocarcinoma`$value #> [1] "thyroid gland adenocarcinoma" #> #> #> $`thyroid gland adenocarcinoma` #> $`thyroid gland adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080524" #> #> $`thyroid gland adenocarcinoma`$`_id` #> [1] "DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland adenocarcinoma`$publicGeneCount #> [1] 14 #> #> $`thyroid gland adenocarcinoma`$urlId #> [1] "DOID_0080524" #> #> $`thyroid gland adenocarcinoma`$dbPhenotype #> [1] FALSE #> #> $`thyroid gland adenocarcinoma`$`_parent` #> [1] "DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland adenocarcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland adenocarcinoma`$children #> $`thyroid gland adenocarcinoma`$children[[1]] #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland adenocarcinoma`$value #> [1] "thyroid gland adenocarcinoma" #> #> #> $`thyroid gland cancer` #> $`thyroid gland cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1781" #> #> $`thyroid gland cancer`$`_id` #> [1] "DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland cancer`$privateGeneCount #> [1] 0 #> #> $`thyroid gland cancer`$publicGeneCount #> [1] 53 #> #> $`thyroid gland cancer`$urlId #> [1] "DOID_1781" #> #> $`thyroid gland cancer`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland cancer`$`_parent` #> [1] "DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland cancer`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland cancer`$children #> $`thyroid gland cancer`$children[[1]] #> [1] "DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland cancer`$value #> [1] "thyroid gland cancer" #> #> #> $`thyroid gland cancer` #> $`thyroid gland cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1781" #> #> $`thyroid gland cancer`$`_id` #> [1] "DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland cancer`$privateGeneCount #> [1] 0 #> #> $`thyroid gland cancer`$publicGeneCount #> [1] 53 #> #> $`thyroid gland cancer`$urlId #> [1] "DOID_1781" #> #> $`thyroid gland cancer`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland cancer`$`_parent` #> [1] "DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland cancer`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland cancer`$children #> $`thyroid gland cancer`$children[[1]] #> [1] "DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $`thyroid gland cancer`$value #> [1] "thyroid gland cancer" #> #> #> $`thyroid gland carcinoma` #> $`thyroid gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3963" #> #> $`thyroid gland carcinoma`$`_id` #> [1] "DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland carcinoma`$publicGeneCount #> [1] 51 #> #> $`thyroid gland carcinoma`$urlId #> [1] "DOID_3963" #> #> $`thyroid gland carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland carcinoma`$`_parent` #> [1] "DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland carcinoma`$children #> $`thyroid gland carcinoma`$children[[1]] #> [1] "DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland carcinoma`$children[[2]] #> [1] "DOID_3973<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland carcinoma`$value #> [1] "thyroid gland carcinoma" #> #> #> $`thyroid gland carcinoma` #> $`thyroid gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3963" #> #> $`thyroid gland carcinoma`$`_id` #> [1] "DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland carcinoma`$publicGeneCount #> [1] 51 #> #> $`thyroid gland carcinoma`$urlId #> [1] "DOID_3963" #> #> $`thyroid gland carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland carcinoma`$`_parent` #> [1] "DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland carcinoma`$children #> $`thyroid gland carcinoma`$children[[1]] #> [1] "DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland carcinoma`$children[[2]] #> [1] "DOID_3973<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $`thyroid gland carcinoma`$value #> [1] "thyroid gland carcinoma" #> #> #> $`thyroid gland carcinoma` #> $`thyroid gland carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3963" #> #> $`thyroid gland carcinoma`$`_id` #> [1] "DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland carcinoma`$publicGeneCount #> [1] 51 #> #> $`thyroid gland carcinoma`$urlId #> [1] "DOID_3963" #> #> $`thyroid gland carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland carcinoma`$children #> $`thyroid gland carcinoma`$children[[1]] #> [1] "DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland carcinoma`$children[[2]] #> [1] "DOID_3973<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland carcinoma`$value #> [1] "thyroid gland carcinoma" #> #> #> $`thyroid gland disease` #> $`thyroid gland disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_50" #> #> $`thyroid gland disease`$`_id` #> [1] "DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland disease`$privateGeneCount #> [1] 0 #> #> $`thyroid gland disease`$publicGeneCount #> [1] 134 #> #> $`thyroid gland disease`$urlId #> [1] "DOID_50" #> #> $`thyroid gland disease`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland disease`$`_parent` #> [1] "DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland disease`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland disease`$children #> $`thyroid gland disease`$children[[1]] #> [1] "DOID_12176<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland disease`$children[[2]] #> [1] "DOID_7998<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland disease`$children[[3]] #> [1] "DOID_2855<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland disease`$children[[4]] #> [1] "DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland disease`$children[[5]] #> [1] "DOID_2891<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland disease`$children[[6]] #> [1] "DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland disease`$children[[7]] #> [1] "DOID_7997<DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $`thyroid gland disease`$value #> [1] "thyroid gland disease" #> #> #> $`thyroid gland follicular carcinoma` #> $`thyroid gland follicular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3962" #> #> $`thyroid gland follicular carcinoma`$`_id` #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland follicular carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland follicular carcinoma`$publicGeneCount #> [1] 10 #> #> $`thyroid gland follicular carcinoma`$urlId #> [1] "DOID_3962" #> #> $`thyroid gland follicular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland follicular carcinoma`$`_parent` #> [1] "DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland follicular carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland follicular carcinoma`$children #> $`thyroid gland follicular carcinoma`$children[[1]] #> [1] "DOID_8161<DOID_3962<DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland follicular carcinoma`$value #> [1] "thyroid gland follicular carcinoma" #> #> #> $`thyroid gland follicular carcinoma` #> $`thyroid gland follicular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3962" #> #> $`thyroid gland follicular carcinoma`$`_id` #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland follicular carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland follicular carcinoma`$publicGeneCount #> [1] 10 #> #> $`thyroid gland follicular carcinoma`$urlId #> [1] "DOID_3962" #> #> $`thyroid gland follicular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland follicular carcinoma`$`_parent` #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland follicular carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland follicular carcinoma`$children #> $`thyroid gland follicular carcinoma`$children[[1]] #> [1] "DOID_8161<DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland follicular carcinoma`$value #> [1] "thyroid gland follicular carcinoma" #> #> #> $`thyroid gland follicular carcinoma` #> $`thyroid gland follicular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3962" #> #> $`thyroid gland follicular carcinoma`$`_id` #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland follicular carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland follicular carcinoma`$publicGeneCount #> [1] 10 #> #> $`thyroid gland follicular carcinoma`$urlId #> [1] "DOID_3962" #> #> $`thyroid gland follicular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland follicular carcinoma`$`_parent` #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland follicular carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland follicular carcinoma`$children #> $`thyroid gland follicular carcinoma`$children[[1]] #> [1] "DOID_8161<DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $`thyroid gland follicular carcinoma`$value #> [1] "thyroid gland follicular carcinoma" #> #> #> $`thyroid gland follicular carcinoma` #> $`thyroid gland follicular carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3962" #> #> $`thyroid gland follicular carcinoma`$`_id` #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland follicular carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland follicular carcinoma`$publicGeneCount #> [1] 10 #> #> $`thyroid gland follicular carcinoma`$urlId #> [1] "DOID_3962" #> #> $`thyroid gland follicular carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland follicular carcinoma`$`_parent` #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland follicular carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland follicular carcinoma`$children #> $`thyroid gland follicular carcinoma`$children[[1]] #> [1] "DOID_8161<DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland follicular carcinoma`$value #> [1] "thyroid gland follicular carcinoma" #> #> #> $`thyroid gland Hurthle cell carcinoma` #> $`thyroid gland Hurthle cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8161" #> #> $`thyroid gland Hurthle cell carcinoma`$`_id` #> [1] "DOID_8161<DOID_3962<DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland Hurthle cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland Hurthle cell carcinoma`$publicGeneCount #> [1] 2 #> #> $`thyroid gland Hurthle cell carcinoma`$urlId #> [1] "DOID_8161" #> #> $`thyroid gland Hurthle cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland Hurthle cell carcinoma`$`_parent` #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland Hurthle cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thyroid gland Hurthle cell carcinoma`$children #> list() #> #> $`thyroid gland Hurthle cell carcinoma`$value #> [1] "thyroid gland Hurthle cell carcinoma" #> #> #> $`thyroid gland Hurthle cell carcinoma` #> $`thyroid gland Hurthle cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8161" #> #> $`thyroid gland Hurthle cell carcinoma`$`_id` #> [1] "DOID_8161<DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland Hurthle cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland Hurthle cell carcinoma`$publicGeneCount #> [1] 2 #> #> $`thyroid gland Hurthle cell carcinoma`$urlId #> [1] "DOID_8161" #> #> $`thyroid gland Hurthle cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland Hurthle cell carcinoma`$`_parent` #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland Hurthle cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thyroid gland Hurthle cell carcinoma`$children #> list() #> #> $`thyroid gland Hurthle cell carcinoma`$value #> [1] "thyroid gland Hurthle cell carcinoma" #> #> #> $`thyroid gland Hurthle cell carcinoma` #> $`thyroid gland Hurthle cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8161" #> #> $`thyroid gland Hurthle cell carcinoma`$`_id` #> [1] "DOID_8161<DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland Hurthle cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland Hurthle cell carcinoma`$publicGeneCount #> [1] 2 #> #> $`thyroid gland Hurthle cell carcinoma`$urlId #> [1] "DOID_8161" #> #> $`thyroid gland Hurthle cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland Hurthle cell carcinoma`$`_parent` #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland Hurthle cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thyroid gland Hurthle cell carcinoma`$children #> list() #> #> $`thyroid gland Hurthle cell carcinoma`$value #> [1] "thyroid gland Hurthle cell carcinoma" #> #> #> $`thyroid gland Hurthle cell carcinoma` #> $`thyroid gland Hurthle cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8161" #> #> $`thyroid gland Hurthle cell carcinoma`$`_id` #> [1] "DOID_8161<DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland Hurthle cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland Hurthle cell carcinoma`$publicGeneCount #> [1] 2 #> #> $`thyroid gland Hurthle cell carcinoma`$urlId #> [1] "DOID_8161" #> #> $`thyroid gland Hurthle cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland Hurthle cell carcinoma`$`_parent` #> [1] "DOID_3962<DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland Hurthle cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thyroid gland Hurthle cell carcinoma`$children #> list() #> #> $`thyroid gland Hurthle cell carcinoma`$value #> [1] "thyroid gland Hurthle cell carcinoma" #> #> #> $`thyroid gland medullary carcinoma` #> $`thyroid gland medullary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3973" #> #> $`thyroid gland medullary carcinoma`$`_id` #> [1] "DOID_3973<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland medullary carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland medullary carcinoma`$publicGeneCount #> [1] 2 #> #> $`thyroid gland medullary carcinoma`$urlId #> [1] "DOID_3973" #> #> $`thyroid gland medullary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland medullary carcinoma`$`_parent` #> [1] "DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland medullary carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland medullary carcinoma`$children #> $`thyroid gland medullary carcinoma`$children[[1]] #> [1] "DOID_0050547<DOID_3973<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland medullary carcinoma`$value #> [1] "thyroid gland medullary carcinoma" #> #> #> $`thyroid gland medullary carcinoma` #> $`thyroid gland medullary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3973" #> #> $`thyroid gland medullary carcinoma`$`_id` #> [1] "DOID_3973<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland medullary carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland medullary carcinoma`$publicGeneCount #> [1] 2 #> #> $`thyroid gland medullary carcinoma`$urlId #> [1] "DOID_3973" #> #> $`thyroid gland medullary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland medullary carcinoma`$`_parent` #> [1] "DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland medullary carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland medullary carcinoma`$children #> $`thyroid gland medullary carcinoma`$children[[1]] #> [1] "DOID_0050547<DOID_3973<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> #> $`thyroid gland medullary carcinoma`$value #> [1] "thyroid gland medullary carcinoma" #> #> #> $`thyroid gland medullary carcinoma` #> $`thyroid gland medullary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3973" #> #> $`thyroid gland medullary carcinoma`$`_id` #> [1] "DOID_3973<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland medullary carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland medullary carcinoma`$publicGeneCount #> [1] 2 #> #> $`thyroid gland medullary carcinoma`$urlId #> [1] "DOID_3973" #> #> $`thyroid gland medullary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland medullary carcinoma`$`_parent` #> [1] "DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland medullary carcinoma`$`_is_leaf` #> [1] FALSE #> #> $`thyroid gland medullary carcinoma`$children #> $`thyroid gland medullary carcinoma`$children[[1]] #> [1] "DOID_0050547<DOID_3973<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`thyroid gland medullary carcinoma`$value #> [1] "thyroid gland medullary carcinoma" #> #> #> $`thyroid gland papillary carcinoma` #> $`thyroid gland papillary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3969" #> #> $`thyroid gland papillary carcinoma`$`_id` #> [1] "DOID_3969<DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland papillary carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland papillary carcinoma`$publicGeneCount #> [1] 5 #> #> $`thyroid gland papillary carcinoma`$urlId #> [1] "DOID_3969" #> #> $`thyroid gland papillary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland papillary carcinoma`$`_parent` #> [1] "DOID_0080525<DOID_0080524<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland papillary carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thyroid gland papillary carcinoma`$children #> list() #> #> $`thyroid gland papillary carcinoma`$value #> [1] "thyroid gland papillary carcinoma" #> #> #> $`thyroid gland papillary carcinoma` #> $`thyroid gland papillary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3969" #> #> $`thyroid gland papillary carcinoma`$`_id` #> [1] "DOID_3969<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland papillary carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland papillary carcinoma`$publicGeneCount #> [1] 5 #> #> $`thyroid gland papillary carcinoma`$urlId #> [1] "DOID_3969" #> #> $`thyroid gland papillary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland papillary carcinoma`$`_parent` #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland papillary carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thyroid gland papillary carcinoma`$children #> list() #> #> $`thyroid gland papillary carcinoma`$value #> [1] "thyroid gland papillary carcinoma" #> #> #> $`thyroid gland papillary carcinoma` #> $`thyroid gland papillary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3969" #> #> $`thyroid gland papillary carcinoma`$`_id` #> [1] "DOID_3969<DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland papillary carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland papillary carcinoma`$publicGeneCount #> [1] 5 #> #> $`thyroid gland papillary carcinoma`$urlId #> [1] "DOID_3969" #> #> $`thyroid gland papillary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland papillary carcinoma`$`_parent` #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_1781<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid gland papillary carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thyroid gland papillary carcinoma`$children #> list() #> #> $`thyroid gland papillary carcinoma`$value #> [1] "thyroid gland papillary carcinoma" #> #> #> $`thyroid gland papillary carcinoma` #> $`thyroid gland papillary carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3969" #> #> $`thyroid gland papillary carcinoma`$`_id` #> [1] "DOID_3969<DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland papillary carcinoma`$privateGeneCount #> [1] 0 #> #> $`thyroid gland papillary carcinoma`$publicGeneCount #> [1] 5 #> #> $`thyroid gland papillary carcinoma`$urlId #> [1] "DOID_3969" #> #> $`thyroid gland papillary carcinoma`$dbPhenotype #> [1] TRUE #> #> $`thyroid gland papillary carcinoma`$`_parent` #> [1] "DOID_0080525<DOID_0080524<DOID_3963<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`thyroid gland papillary carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`thyroid gland papillary carcinoma`$children #> list() #> #> $`thyroid gland papillary carcinoma`$value #> [1] "thyroid gland papillary carcinoma" #> #> #> $`thyroid hormone resistance syndrome` #> $`thyroid hormone resistance syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11633" #> #> $`thyroid hormone resistance syndrome`$`_id` #> [1] "DOID_11633<DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid hormone resistance syndrome`$privateGeneCount #> [1] 0 #> #> $`thyroid hormone resistance syndrome`$publicGeneCount #> [1] 2 #> #> $`thyroid hormone resistance syndrome`$urlId #> [1] "DOID_11633" #> #> $`thyroid hormone resistance syndrome`$dbPhenotype #> [1] TRUE #> #> $`thyroid hormone resistance syndrome`$`_parent` #> [1] "DOID_1459<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $`thyroid hormone resistance syndrome`$`_is_leaf` #> [1] TRUE #> #> $`thyroid hormone resistance syndrome`$children #> list() #> #> $`thyroid hormone resistance syndrome`$value #> [1] "thyroid hormone resistance syndrome" #> #> #> $thyrotoxicosis #> $thyrotoxicosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7997" #> #> $thyrotoxicosis$`_id` #> [1] "DOID_7997<DOID_50<DOID_28<DOID_7<DOID_4" #> #> $thyrotoxicosis$privateGeneCount #> [1] 0 #> #> $thyrotoxicosis$publicGeneCount #> [1] 2 #> #> $thyrotoxicosis$urlId #> [1] "DOID_7997" #> #> $thyrotoxicosis$dbPhenotype #> [1] TRUE #> #> $thyrotoxicosis$`_parent` #> [1] "DOID_50<DOID_28<DOID_7<DOID_4" #> #> $thyrotoxicosis$`_is_leaf` #> [1] TRUE #> #> $thyrotoxicosis$children #> list() #> #> $thyrotoxicosis$value #> [1] "thyrotoxicosis" #> #> #> $`tic disorder` #> $`tic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2769" #> #> $`tic disorder`$`_id` #> [1] "DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`tic disorder`$privateGeneCount #> [1] 0 #> #> $`tic disorder`$publicGeneCount #> [1] 12 #> #> $`tic disorder`$urlId #> [1] "DOID_2769" #> #> $`tic disorder`$dbPhenotype #> [1] TRUE #> #> $`tic disorder`$`_parent` #> [1] "DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`tic disorder`$`_is_leaf` #> [1] FALSE #> #> $`tic disorder`$children #> $`tic disorder`$children[[1]] #> [1] "DOID_10600<DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`tic disorder`$children[[2]] #> [1] "DOID_11119<DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`tic disorder`$children[[3]] #> [1] "DOID_2768<DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> #> $`tic disorder`$value #> [1] "tic disorder" #> #> #> $Tics #> $Tics$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0100033" #> #> $Tics$`_id` #> [1] "HP_0100033<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Tics$privateGeneCount #> [1] 0 #> #> $Tics$publicGeneCount #> [1] 1 #> #> $Tics$urlId #> [1] "HP_0100033" #> #> $Tics$dbPhenotype #> [1] TRUE #> #> $Tics$`_parent` #> [1] "HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Tics$`_is_leaf` #> [1] TRUE #> #> $Tics$children #> list() #> #> $Tics$value #> [1] "Tics" #> #> #> $`Tietze's syndrome` #> $`Tietze's syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14021" #> #> $`Tietze's syndrome`$`_id` #> [1] "DOID_14021<DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Tietze's syndrome`$privateGeneCount #> [1] 0 #> #> $`Tietze's syndrome`$publicGeneCount #> [1] 1 #> #> $`Tietze's syndrome`$urlId #> [1] "DOID_14021" #> #> $`Tietze's syndrome`$dbPhenotype #> [1] TRUE #> #> $`Tietze's syndrome`$`_parent` #> [1] "DOID_1222<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Tietze's syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Tietze's syndrome`$children #> list() #> #> $`Tietze's syndrome`$value #> [1] "Tietze's syndrome" #> #> #> $`Tietze's syndrome` #> $`Tietze's syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14021" #> #> $`Tietze's syndrome`$`_id` #> [1] "DOID_14021<DOID_225<DOID_4" #> #> $`Tietze's syndrome`$privateGeneCount #> [1] 0 #> #> $`Tietze's syndrome`$publicGeneCount #> [1] 1 #> #> $`Tietze's syndrome`$urlId #> [1] "DOID_14021" #> #> $`Tietze's syndrome`$dbPhenotype #> [1] TRUE #> #> $`Tietze's syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Tietze's syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Tietze's syndrome`$children #> list() #> #> $`Tietze's syndrome`$value #> [1] "Tietze's syndrome" #> #> #> $`Timothy syndrome` #> $`Timothy syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060173" #> #> $`Timothy syndrome`$`_id` #> [1] "DOID_0060173<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Timothy syndrome`$privateGeneCount #> [1] 0 #> #> $`Timothy syndrome`$publicGeneCount #> [1] 1 #> #> $`Timothy syndrome`$urlId #> [1] "DOID_0060173" #> #> $`Timothy syndrome`$dbPhenotype #> [1] TRUE #> #> $`Timothy syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Timothy syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Timothy syndrome`$children #> list() #> #> $`Timothy syndrome`$value #> [1] "Timothy syndrome" #> #> #> $`Timothy syndrome` #> $`Timothy syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060173" #> #> $`Timothy syndrome`$`_id` #> [1] "DOID_0060173<DOID_225<DOID_4" #> #> $`Timothy syndrome`$privateGeneCount #> [1] 0 #> #> $`Timothy syndrome`$publicGeneCount #> [1] 1 #> #> $`Timothy syndrome`$urlId #> [1] "DOID_0060173" #> #> $`Timothy syndrome`$dbPhenotype #> [1] TRUE #> #> $`Timothy syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Timothy syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Timothy syndrome`$children #> list() #> #> $`Timothy syndrome`$value #> [1] "Timothy syndrome" #> #> #> $Tinnitus #> $Tinnitus$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000360" #> #> $Tinnitus$`_id` #> [1] "HP_0000360<HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $Tinnitus$privateGeneCount #> [1] 0 #> #> $Tinnitus$publicGeneCount #> [1] 4 #> #> $Tinnitus$urlId #> [1] "HP_0000360" #> #> $Tinnitus$dbPhenotype #> [1] TRUE #> #> $Tinnitus$`_parent` #> [1] "HP_0000364<HP_0031704<HP_0000598<HP_0000118<HP_0000001" #> #> $Tinnitus$`_is_leaf` #> [1] TRUE #> #> $Tinnitus$children #> list() #> #> $Tinnitus$value #> [1] "Tinnitus" #> #> #> $`tongue cancer` #> $`tongue cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8649" #> #> $`tongue cancer`$`_id` #> [1] "DOID_8649<DOID_10944<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tongue cancer`$privateGeneCount #> [1] 0 #> #> $`tongue cancer`$publicGeneCount #> [1] 201 #> #> $`tongue cancer`$urlId #> [1] "DOID_8649" #> #> $`tongue cancer`$dbPhenotype #> [1] TRUE #> #> $`tongue cancer`$`_parent` #> [1] "DOID_10944<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tongue cancer`$`_is_leaf` #> [1] FALSE #> #> $`tongue cancer`$children #> $`tongue cancer`$children[[1]] #> [1] "DOID_0050865<DOID_8649<DOID_10944<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`tongue cancer`$value #> [1] "tongue cancer" #> #> #> $`tongue cancer` #> $`tongue cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8649" #> #> $`tongue cancer`$`_id` #> [1] "DOID_8649<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`tongue cancer`$privateGeneCount #> [1] 0 #> #> $`tongue cancer`$publicGeneCount #> [1] 201 #> #> $`tongue cancer`$urlId #> [1] "DOID_8649" #> #> $`tongue cancer`$dbPhenotype #> [1] TRUE #> #> $`tongue cancer`$`_parent` #> [1] "DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`tongue cancer`$`_is_leaf` #> [1] FALSE #> #> $`tongue cancer`$children #> $`tongue cancer`$children[[1]] #> [1] "DOID_0050865<DOID_8649<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`tongue cancer`$value #> [1] "tongue cancer" #> #> #> $`tongue cancer` #> $`tongue cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8649" #> #> $`tongue cancer`$`_id` #> [1] "DOID_8649<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`tongue cancer`$privateGeneCount #> [1] 0 #> #> $`tongue cancer`$publicGeneCount #> [1] 201 #> #> $`tongue cancer`$urlId #> [1] "DOID_8649" #> #> $`tongue cancer`$dbPhenotype #> [1] TRUE #> #> $`tongue cancer`$`_parent` #> [1] "DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`tongue cancer`$`_is_leaf` #> [1] FALSE #> #> $`tongue cancer`$children #> $`tongue cancer`$children[[1]] #> [1] "DOID_0050865<DOID_8649<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> #> $`tongue cancer`$value #> [1] "tongue cancer" #> #> #> $`tongue cancer` #> $`tongue cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8649" #> #> $`tongue cancer`$`_id` #> [1] "DOID_8649<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tongue cancer`$privateGeneCount #> [1] 0 #> #> $`tongue cancer`$publicGeneCount #> [1] 201 #> #> $`tongue cancer`$urlId #> [1] "DOID_8649" #> #> $`tongue cancer`$dbPhenotype #> [1] TRUE #> #> $`tongue cancer`$`_parent` #> [1] "DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tongue cancer`$`_is_leaf` #> [1] FALSE #> #> $`tongue cancer`$children #> $`tongue cancer`$children[[1]] #> [1] "DOID_0050865<DOID_8649<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`tongue cancer`$value #> [1] "tongue cancer" #> #> #> $`tongue disease` #> $`tongue disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10944" #> #> $`tongue disease`$`_id` #> [1] "DOID_10944<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tongue disease`$privateGeneCount #> [1] 0 #> #> $`tongue disease`$publicGeneCount #> [1] 201 #> #> $`tongue disease`$urlId #> [1] "DOID_10944" #> #> $`tongue disease`$dbPhenotype #> [1] FALSE #> #> $`tongue disease`$`_parent` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tongue disease`$`_is_leaf` #> [1] FALSE #> #> $`tongue disease`$children #> $`tongue disease`$children[[1]] #> [1] "DOID_8649<DOID_10944<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`tongue disease`$value #> [1] "tongue disease" #> #> #> $`tongue squamous cell carcinoma` #> $`tongue squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050865" #> #> $`tongue squamous cell carcinoma`$`_id` #> [1] "DOID_0050865<DOID_5520<DOID_1542<DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`tongue squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`tongue squamous cell carcinoma`$publicGeneCount #> [1] 195 #> #> $`tongue squamous cell carcinoma`$urlId #> [1] "DOID_0050865" #> #> $`tongue squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$`_parent` #> [1] "DOID_5520<DOID_1542<DOID_11934<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`tongue squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$children #> list() #> #> $`tongue squamous cell carcinoma`$value #> [1] "tongue squamous cell carcinoma" #> #> #> $`tongue squamous cell carcinoma` #> $`tongue squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050865" #> #> $`tongue squamous cell carcinoma`$`_id` #> [1] "DOID_0050865<DOID_5520<DOID_1542<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`tongue squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`tongue squamous cell carcinoma`$publicGeneCount #> [1] 195 #> #> $`tongue squamous cell carcinoma`$urlId #> [1] "DOID_0050865" #> #> $`tongue squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$`_parent` #> [1] "DOID_5520<DOID_1542<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`tongue squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$children #> list() #> #> $`tongue squamous cell carcinoma`$value #> [1] "tongue squamous cell carcinoma" #> #> #> $`tongue squamous cell carcinoma` #> $`tongue squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050865" #> #> $`tongue squamous cell carcinoma`$`_id` #> [1] "DOID_0050865<DOID_5520<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`tongue squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`tongue squamous cell carcinoma`$publicGeneCount #> [1] 195 #> #> $`tongue squamous cell carcinoma`$urlId #> [1] "DOID_0050865" #> #> $`tongue squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$`_parent` #> [1] "DOID_5520<DOID_1749<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`tongue squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$children #> list() #> #> $`tongue squamous cell carcinoma`$value #> [1] "tongue squamous cell carcinoma" #> #> #> $`tongue squamous cell carcinoma` #> $`tongue squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050865" #> #> $`tongue squamous cell carcinoma`$`_id` #> [1] "DOID_0050865<DOID_8649<DOID_10944<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tongue squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`tongue squamous cell carcinoma`$publicGeneCount #> [1] 195 #> #> $`tongue squamous cell carcinoma`$urlId #> [1] "DOID_0050865" #> #> $`tongue squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$`_parent` #> [1] "DOID_8649<DOID_10944<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tongue squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$children #> list() #> #> $`tongue squamous cell carcinoma`$value #> [1] "tongue squamous cell carcinoma" #> #> #> $`tongue squamous cell carcinoma` #> $`tongue squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050865" #> #> $`tongue squamous cell carcinoma`$`_id` #> [1] "DOID_0050865<DOID_8649<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`tongue squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`tongue squamous cell carcinoma`$publicGeneCount #> [1] 195 #> #> $`tongue squamous cell carcinoma`$urlId #> [1] "DOID_0050865" #> #> $`tongue squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$`_parent` #> [1] "DOID_8649<DOID_8618<DOID_3119<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`tongue squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$children #> list() #> #> $`tongue squamous cell carcinoma`$value #> [1] "tongue squamous cell carcinoma" #> #> #> $`tongue squamous cell carcinoma` #> $`tongue squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050865" #> #> $`tongue squamous cell carcinoma`$`_id` #> [1] "DOID_0050865<DOID_8649<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`tongue squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`tongue squamous cell carcinoma`$publicGeneCount #> [1] 195 #> #> $`tongue squamous cell carcinoma`$urlId #> [1] "DOID_0050865" #> #> $`tongue squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$`_parent` #> [1] "DOID_8649<DOID_8618<DOID_3119<DOID_77<DOID_7<DOID_4" #> #> $`tongue squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$children #> list() #> #> $`tongue squamous cell carcinoma`$value #> [1] "tongue squamous cell carcinoma" #> #> #> $`tongue squamous cell carcinoma` #> $`tongue squamous cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050865" #> #> $`tongue squamous cell carcinoma`$`_id` #> [1] "DOID_0050865<DOID_8649<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tongue squamous cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`tongue squamous cell carcinoma`$publicGeneCount #> [1] 195 #> #> $`tongue squamous cell carcinoma`$urlId #> [1] "DOID_0050865" #> #> $`tongue squamous cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$`_parent` #> [1] "DOID_8649<DOID_8618<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tongue squamous cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`tongue squamous cell carcinoma`$children #> list() #> #> $`tongue squamous cell carcinoma`$value #> [1] "tongue squamous cell carcinoma" #> #> #> $`tooth agenesis` #> $`tooth agenesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050591" #> #> $`tooth agenesis`$`_id` #> [1] "DOID_0050591<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tooth agenesis`$privateGeneCount #> [1] 0 #> #> $`tooth agenesis`$publicGeneCount #> [1] 6 #> #> $`tooth agenesis`$urlId #> [1] "DOID_0050591" #> #> $`tooth agenesis`$dbPhenotype #> [1] TRUE #> #> $`tooth agenesis`$`_parent` #> [1] "DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tooth agenesis`$`_is_leaf` #> [1] TRUE #> #> $`tooth agenesis`$children #> list() #> #> $`tooth agenesis`$value #> [1] "tooth agenesis" #> #> #> $`tooth and nail syndrome` #> $`tooth and nail syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6678" #> #> $`tooth and nail syndrome`$`_id` #> [1] "DOID_6678<DOID_225<DOID_4" #> #> $`tooth and nail syndrome`$privateGeneCount #> [1] 0 #> #> $`tooth and nail syndrome`$publicGeneCount #> [1] 1 #> #> $`tooth and nail syndrome`$urlId #> [1] "DOID_6678" #> #> $`tooth and nail syndrome`$dbPhenotype #> [1] TRUE #> #> $`tooth and nail syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`tooth and nail syndrome`$`_is_leaf` #> [1] TRUE #> #> $`tooth and nail syndrome`$children #> list() #> #> $`tooth and nail syndrome`$value #> [1] "tooth and nail syndrome" #> #> #> $`tooth disease` #> $`tooth disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1091" #> #> $`tooth disease`$`_id` #> [1] "DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tooth disease`$privateGeneCount #> [1] 0 #> #> $`tooth disease`$publicGeneCount #> [1] 118 #> #> $`tooth disease`$urlId #> [1] "DOID_1091" #> #> $`tooth disease`$dbPhenotype #> [1] TRUE #> #> $`tooth disease`$`_parent` #> [1] "DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tooth disease`$`_is_leaf` #> [1] FALSE #> #> $`tooth disease`$children #> $`tooth disease`$children[[1]] #> [1] "DOID_13714<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tooth disease`$children[[2]] #> [1] "DOID_4154<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tooth disease`$children[[3]] #> [1] "DOID_3389<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tooth disease`$children[[4]] #> [1] "DOID_3388<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tooth disease`$children[[5]] #> [1] "DOID_9893<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tooth disease`$children[[6]] #> [1] "DOID_214<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> $`tooth disease`$children[[7]] #> [1] "DOID_0050591<DOID_1091<DOID_403<DOID_77<DOID_7<DOID_4" #> #> #> $`tooth disease`$value #> [1] "tooth disease" #> #> #> $`Torsade de pointes` #> $`Torsade de pointes`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001664" #> #> $`Torsade de pointes`$`_id` #> [1] "HP_0001664<HP_0004308<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Torsade de pointes`$privateGeneCount #> [1] 0 #> #> $`Torsade de pointes`$publicGeneCount #> [1] 3 #> #> $`Torsade de pointes`$urlId #> [1] "HP_0001664" #> #> $`Torsade de pointes`$dbPhenotype #> [1] TRUE #> #> $`Torsade de pointes`$`_parent` #> [1] "HP_0004308<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Torsade de pointes`$`_is_leaf` #> [1] TRUE #> #> $`Torsade de pointes`$children #> list() #> #> $`Torsade de pointes`$value #> [1] "Torsade de pointes" #> #> #> $`Torsion dystonia` #> $`Torsion dystonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001304" #> #> $`Torsion dystonia`$`_id` #> [1] "HP_0001304<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Torsion dystonia`$privateGeneCount #> [1] 0 #> #> $`Torsion dystonia`$publicGeneCount #> [1] 3 #> #> $`Torsion dystonia`$urlId #> [1] "HP_0001304" #> #> $`Torsion dystonia`$dbPhenotype #> [1] TRUE #> #> $`Torsion dystonia`$`_parent` #> [1] "HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Torsion dystonia`$`_is_leaf` #> [1] TRUE #> #> $`Torsion dystonia`$children #> list() #> #> $`Torsion dystonia`$value #> [1] "Torsion dystonia" #> #> #> $Torticollis #> $Torticollis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000473" #> #> $Torticollis$`_id` #> [1] "HP_0000473<HP_0011006<HP_0000464<HP_0000152<HP_0000118<HP_0000001" #> #> $Torticollis$privateGeneCount #> [1] 0 #> #> $Torticollis$publicGeneCount #> [1] 3 #> #> $Torticollis$urlId #> [1] "HP_0000473" #> #> $Torticollis$dbPhenotype #> [1] TRUE #> #> $Torticollis$`_parent` #> [1] "HP_0011006<HP_0000464<HP_0000152<HP_0000118<HP_0000001" #> #> $Torticollis$`_is_leaf` #> [1] TRUE #> #> $Torticollis$children #> list() #> #> $Torticollis$value #> [1] "Torticollis" #> #> #> $Torticollis #> $Torticollis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000473" #> #> $Torticollis$`_id` #> [1] "HP_0000473<HP_0011006<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $Torticollis$privateGeneCount #> [1] 0 #> #> $Torticollis$publicGeneCount #> [1] 3 #> #> $Torticollis$urlId #> [1] "HP_0000473" #> #> $Torticollis$dbPhenotype #> [1] TRUE #> #> $Torticollis$`_parent` #> [1] "HP_0011006<HP_0011805<HP_0003011<HP_0000118<HP_0000001" #> #> $Torticollis$`_is_leaf` #> [1] TRUE #> #> $Torticollis$children #> list() #> #> $Torticollis$value #> [1] "Torticollis" #> #> #> $Torticollis #> $Torticollis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000473" #> #> $Torticollis$`_id` #> [1] "HP_0000473<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Torticollis$privateGeneCount #> [1] 0 #> #> $Torticollis$publicGeneCount #> [1] 3 #> #> $Torticollis$urlId #> [1] "HP_0000473" #> #> $Torticollis$dbPhenotype #> [1] TRUE #> #> $Torticollis$`_parent` #> [1] "HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Torticollis$`_is_leaf` #> [1] TRUE #> #> $Torticollis$children #> list() #> #> $Torticollis$value #> [1] "Torticollis" #> #> #> $Torticollis #> $Torticollis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000473" #> #> $Torticollis$`_id` #> [1] "HP_0000473<HP_0012179<HP_0004373<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Torticollis$privateGeneCount #> [1] 0 #> #> $Torticollis$publicGeneCount #> [1] 3 #> #> $Torticollis$urlId #> [1] "HP_0000473" #> #> $Torticollis$dbPhenotype #> [1] TRUE #> #> $Torticollis$`_parent` #> [1] "HP_0012179<HP_0004373<HP_0001332<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Torticollis$`_is_leaf` #> [1] TRUE #> #> $Torticollis$children #> list() #> #> $Torticollis$value #> [1] "Torticollis" #> #> #> $`Townes-Brocks syndrome` #> $`Townes-Brocks syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050887" #> #> $`Townes-Brocks syndrome`$`_id` #> [1] "DOID_0050887<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Townes-Brocks syndrome`$privateGeneCount #> [1] 0 #> #> $`Townes-Brocks syndrome`$publicGeneCount #> [1] 1 #> #> $`Townes-Brocks syndrome`$urlId #> [1] "DOID_0050887" #> #> $`Townes-Brocks syndrome`$dbPhenotype #> [1] TRUE #> #> $`Townes-Brocks syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Townes-Brocks syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Townes-Brocks syndrome`$children #> list() #> #> $`Townes-Brocks syndrome`$value #> [1] "Townes-Brocks syndrome" #> #> #> $`Townes-Brocks syndrome` #> $`Townes-Brocks syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050887" #> #> $`Townes-Brocks syndrome`$`_id` #> [1] "DOID_0050887<DOID_225<DOID_4" #> #> $`Townes-Brocks syndrome`$privateGeneCount #> [1] 0 #> #> $`Townes-Brocks syndrome`$publicGeneCount #> [1] 1 #> #> $`Townes-Brocks syndrome`$urlId #> [1] "DOID_0050887" #> #> $`Townes-Brocks syndrome`$dbPhenotype #> [1] TRUE #> #> $`Townes-Brocks syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Townes-Brocks syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Townes-Brocks syndrome`$children #> list() #> #> $`Townes-Brocks syndrome`$value #> [1] "Townes-Brocks syndrome" #> #> #> $`toxic encephalopathy` #> $`toxic encephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3602" #> #> $`toxic encephalopathy`$`_id` #> [1] "DOID_3602<DOID_863<DOID_7<DOID_4" #> #> $`toxic encephalopathy`$privateGeneCount #> [1] 0 #> #> $`toxic encephalopathy`$publicGeneCount #> [1] 46 #> #> $`toxic encephalopathy`$urlId #> [1] "DOID_3602" #> #> $`toxic encephalopathy`$dbPhenotype #> [1] TRUE #> #> $`toxic encephalopathy`$`_parent` #> [1] "DOID_863<DOID_7<DOID_4" #> #> $`toxic encephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`toxic encephalopathy`$children #> list() #> #> $`toxic encephalopathy`$value #> [1] "toxic encephalopathy" #> #> #> $`toxic shock syndrome` #> $`toxic shock syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14115" #> #> $`toxic shock syndrome`$`_id` #> [1] "DOID_14115<DOID_0050339<DOID_104<DOID_0050117<DOID_4" #> #> $`toxic shock syndrome`$privateGeneCount #> [1] 0 #> #> $`toxic shock syndrome`$publicGeneCount #> [1] 18 #> #> $`toxic shock syndrome`$urlId #> [1] "DOID_14115" #> #> $`toxic shock syndrome`$dbPhenotype #> [1] TRUE #> #> $`toxic shock syndrome`$`_parent` #> [1] "DOID_0050339<DOID_104<DOID_0050117<DOID_4" #> #> $`toxic shock syndrome`$`_is_leaf` #> [1] TRUE #> #> $`toxic shock syndrome`$children #> list() #> #> $`toxic shock syndrome`$value #> [1] "toxic shock syndrome" #> #> #> $toxoplasmosis #> $toxoplasmosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9965" #> #> $toxoplasmosis$`_id` #> [1] "DOID_9965<DOID_2113<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $toxoplasmosis$privateGeneCount #> [1] 0 #> #> $toxoplasmosis$publicGeneCount #> [1] 2 #> #> $toxoplasmosis$urlId #> [1] "DOID_9965" #> #> $toxoplasmosis$dbPhenotype #> [1] TRUE #> #> $toxoplasmosis$`_parent` #> [1] "DOID_2113<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $toxoplasmosis$`_is_leaf` #> [1] TRUE #> #> $toxoplasmosis$children #> list() #> #> $toxoplasmosis$value #> [1] "toxoplasmosis" #> #> #> $`tracheal disease` #> $`tracheal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3225" #> #> $`tracheal disease`$`_id` #> [1] "DOID_3225<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`tracheal disease`$privateGeneCount #> [1] 0 #> #> $`tracheal disease`$publicGeneCount #> [1] 1 #> #> $`tracheal disease`$urlId #> [1] "DOID_3225" #> #> $`tracheal disease`$dbPhenotype #> [1] FALSE #> #> $`tracheal disease`$`_parent` #> [1] "DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`tracheal disease`$`_is_leaf` #> [1] FALSE #> #> $`tracheal disease`$children #> $`tracheal disease`$children[[1]] #> [1] "DOID_3227<DOID_3225<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $`tracheal disease`$value #> [1] "tracheal disease" #> #> #> $`tracheal stenosis` #> $`tracheal stenosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3227" #> #> $`tracheal stenosis`$`_id` #> [1] "DOID_3227<DOID_3225<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`tracheal stenosis`$privateGeneCount #> [1] 0 #> #> $`tracheal stenosis`$publicGeneCount #> [1] 1 #> #> $`tracheal stenosis`$urlId #> [1] "DOID_3227" #> #> $`tracheal stenosis`$dbPhenotype #> [1] TRUE #> #> $`tracheal stenosis`$`_parent` #> [1] "DOID_3225<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`tracheal stenosis`$`_is_leaf` #> [1] TRUE #> #> $`tracheal stenosis`$children #> list() #> #> $`tracheal stenosis`$value #> [1] "tracheal stenosis" #> #> #> $`Tracheoesophageal fistula` #> $`Tracheoesophageal fistula`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002575" #> #> $`Tracheoesophageal fistula`$`_id` #> [1] "HP_0002575<HP_0002031<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Tracheoesophageal fistula`$privateGeneCount #> [1] 0 #> #> $`Tracheoesophageal fistula`$publicGeneCount #> [1] 1 #> #> $`Tracheoesophageal fistula`$urlId #> [1] "HP_0002575" #> #> $`Tracheoesophageal fistula`$dbPhenotype #> [1] TRUE #> #> $`Tracheoesophageal fistula`$`_parent` #> [1] "HP_0002031<HP_0012718<HP_0011024<HP_0025031<HP_0000118<HP_0000001" #> #> $`Tracheoesophageal fistula`$`_is_leaf` #> [1] TRUE #> #> $`Tracheoesophageal fistula`$children #> list() #> #> $`Tracheoesophageal fistula`$value #> [1] "Tracheoesophageal fistula" #> #> #> $`Tracheoesophageal fistula` #> $`Tracheoesophageal fistula`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002575" #> #> $`Tracheoesophageal fistula`$`_id` #> [1] "HP_0002575<HP_0002778<HP_0005607<HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Tracheoesophageal fistula`$privateGeneCount #> [1] 0 #> #> $`Tracheoesophageal fistula`$publicGeneCount #> [1] 1 #> #> $`Tracheoesophageal fistula`$urlId #> [1] "HP_0002575" #> #> $`Tracheoesophageal fistula`$dbPhenotype #> [1] TRUE #> #> $`Tracheoesophageal fistula`$`_parent` #> [1] "HP_0002778<HP_0005607<HP_0002087<HP_0012252<HP_0002086<HP_0000118<HP_0000001" #> #> $`Tracheoesophageal fistula`$`_is_leaf` #> [1] TRUE #> #> $`Tracheoesophageal fistula`$children #> list() #> #> $`Tracheoesophageal fistula`$value #> [1] "Tracheoesophageal fistula" #> #> #> $trachoma #> $trachoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11265" #> #> $trachoma$`_id` #> [1] "DOID_11265<DOID_0050339<DOID_104<DOID_0050117<DOID_4" #> #> $trachoma$privateGeneCount #> [1] 0 #> #> $trachoma$publicGeneCount #> [1] 4 #> #> $trachoma$urlId #> [1] "DOID_11265" #> #> $trachoma$dbPhenotype #> [1] TRUE #> #> $trachoma$`_parent` #> [1] "DOID_0050339<DOID_104<DOID_0050117<DOID_4" #> #> $trachoma$`_is_leaf` #> [1] TRUE #> #> $trachoma$children #> list() #> #> $trachoma$value #> [1] "trachoma" #> #> #> $trachoma #> $trachoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11265" #> #> $trachoma$`_id` #> [1] "DOID_11265<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $trachoma$privateGeneCount #> [1] 0 #> #> $trachoma$publicGeneCount #> [1] 4 #> #> $trachoma$urlId #> [1] "DOID_11265" #> #> $trachoma$dbPhenotype #> [1] TRUE #> #> $trachoma$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $trachoma$`_is_leaf` #> [1] TRUE #> #> $trachoma$children #> list() #> #> $trachoma$value #> [1] "trachoma" #> #> #> $`transcobalamin II deficiency` #> $`transcobalamin II deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050818" #> #> $`transcobalamin II deficiency`$`_id` #> [1] "DOID_0050818<DOID_0050731<DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`transcobalamin II deficiency`$privateGeneCount #> [1] 0 #> #> $`transcobalamin II deficiency`$publicGeneCount #> [1] 1 #> #> $`transcobalamin II deficiency`$urlId #> [1] "DOID_0050818" #> #> $`transcobalamin II deficiency`$dbPhenotype #> [1] TRUE #> #> $`transcobalamin II deficiency`$`_parent` #> [1] "DOID_0050731<DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`transcobalamin II deficiency`$`_is_leaf` #> [1] TRUE #> #> $`transcobalamin II deficiency`$children #> list() #> #> $`transcobalamin II deficiency`$value #> [1] "transcobalamin II deficiency" #> #> #> $`transient cerebral ischemia` #> $`transient cerebral ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_224" #> #> $`transient cerebral ischemia`$`_id` #> [1] "DOID_224<DOID_2316<DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`transient cerebral ischemia`$privateGeneCount #> [1] 0 #> #> $`transient cerebral ischemia`$publicGeneCount #> [1] 12 #> #> $`transient cerebral ischemia`$urlId #> [1] "DOID_224" #> #> $`transient cerebral ischemia`$dbPhenotype #> [1] TRUE #> #> $`transient cerebral ischemia`$`_parent` #> [1] "DOID_2316<DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`transient cerebral ischemia`$`_is_leaf` #> [1] TRUE #> #> $`transient cerebral ischemia`$children #> list() #> #> $`transient cerebral ischemia`$value #> [1] "transient cerebral ischemia" #> #> #> $`transient cerebral ischemia` #> $`transient cerebral ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_224" #> #> $`transient cerebral ischemia`$`_id` #> [1] "DOID_224<DOID_2316<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`transient cerebral ischemia`$privateGeneCount #> [1] 0 #> #> $`transient cerebral ischemia`$publicGeneCount #> [1] 12 #> #> $`transient cerebral ischemia`$urlId #> [1] "DOID_224" #> #> $`transient cerebral ischemia`$dbPhenotype #> [1] TRUE #> #> $`transient cerebral ischemia`$`_parent` #> [1] "DOID_2316<DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`transient cerebral ischemia`$`_is_leaf` #> [1] TRUE #> #> $`transient cerebral ischemia`$children #> list() #> #> $`transient cerebral ischemia`$value #> [1] "transient cerebral ischemia" #> #> #> $`transient cerebral ischemia` #> $`transient cerebral ischemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_224" #> #> $`transient cerebral ischemia`$`_id` #> [1] "DOID_224<DOID_2316<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`transient cerebral ischemia`$privateGeneCount #> [1] 0 #> #> $`transient cerebral ischemia`$publicGeneCount #> [1] 12 #> #> $`transient cerebral ischemia`$urlId #> [1] "DOID_224" #> #> $`transient cerebral ischemia`$dbPhenotype #> [1] TRUE #> #> $`transient cerebral ischemia`$`_parent` #> [1] "DOID_2316<DOID_6713<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`transient cerebral ischemia`$`_is_leaf` #> [1] TRUE #> #> $`transient cerebral ischemia`$children #> list() #> #> $`transient cerebral ischemia`$value #> [1] "transient cerebral ischemia" #> #> #> $`transient neonatal diabetes mellitus` #> $`transient neonatal diabetes mellitus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060334" #> #> $`transient neonatal diabetes mellitus`$`_id` #> [1] "DOID_0060334<DOID_11717<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`transient neonatal diabetes mellitus`$privateGeneCount #> [1] 0 #> #> $`transient neonatal diabetes mellitus`$publicGeneCount #> [1] 4 #> #> $`transient neonatal diabetes mellitus`$urlId #> [1] "DOID_0060334" #> #> $`transient neonatal diabetes mellitus`$dbPhenotype #> [1] TRUE #> #> $`transient neonatal diabetes mellitus`$`_parent` #> [1] "DOID_11717<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`transient neonatal diabetes mellitus`$`_is_leaf` #> [1] TRUE #> #> $`transient neonatal diabetes mellitus`$children #> list() #> #> $`transient neonatal diabetes mellitus`$value #> [1] "transient neonatal diabetes mellitus" #> #> #> $`transient tic disorder` #> $`transient tic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2768" #> #> $`transient tic disorder`$`_id` #> [1] "DOID_2768<DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`transient tic disorder`$privateGeneCount #> [1] 0 #> #> $`transient tic disorder`$publicGeneCount #> [1] 2 #> #> $`transient tic disorder`$urlId #> [1] "DOID_2768" #> #> $`transient tic disorder`$dbPhenotype #> [1] TRUE #> #> $`transient tic disorder`$`_parent` #> [1] "DOID_2769<DOID_0060038<DOID_0060037<DOID_150<DOID_4" #> #> $`transient tic disorder`$`_is_leaf` #> [1] TRUE #> #> $`transient tic disorder`$children #> list() #> #> $`transient tic disorder`$value #> [1] "transient tic disorder" #> #> #> $`transitional cell carcinoma` #> $`transitional cell carcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2671" #> #> $`transitional cell carcinoma`$`_id` #> [1] "DOID_2671<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`transitional cell carcinoma`$privateGeneCount #> [1] 0 #> #> $`transitional cell carcinoma`$publicGeneCount #> [1] 103 #> #> $`transitional cell carcinoma`$urlId #> [1] "DOID_2671" #> #> $`transitional cell carcinoma`$dbPhenotype #> [1] TRUE #> #> $`transitional cell carcinoma`$`_parent` #> [1] "DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`transitional cell carcinoma`$`_is_leaf` #> [1] TRUE #> #> $`transitional cell carcinoma`$children #> list() #> #> $`transitional cell carcinoma`$value #> [1] "transitional cell carcinoma" #> #> #> $`transitional meningioma` #> $`transitional meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7213" #> #> $`transitional meningioma`$`_id` #> [1] "DOID_7213<DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`transitional meningioma`$privateGeneCount #> [1] 0 #> #> $`transitional meningioma`$publicGeneCount #> [1] 16 #> #> $`transitional meningioma`$urlId #> [1] "DOID_7213" #> #> $`transitional meningioma`$dbPhenotype #> [1] TRUE #> #> $`transitional meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`transitional meningioma`$`_is_leaf` #> [1] TRUE #> #> $`transitional meningioma`$children #> list() #> #> $`transitional meningioma`$value #> [1] "transitional meningioma" #> #> #> $`transitional meningioma` #> $`transitional meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7213" #> #> $`transitional meningioma`$`_id` #> [1] "DOID_7213<DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`transitional meningioma`$privateGeneCount #> [1] 0 #> #> $`transitional meningioma`$publicGeneCount #> [1] 16 #> #> $`transitional meningioma`$urlId #> [1] "DOID_7213" #> #> $`transitional meningioma`$dbPhenotype #> [1] TRUE #> #> $`transitional meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`transitional meningioma`$`_is_leaf` #> [1] TRUE #> #> $`transitional meningioma`$children #> list() #> #> $`transitional meningioma`$value #> [1] "transitional meningioma" #> #> #> $`transitional meningioma` #> $`transitional meningioma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_7213" #> #> $`transitional meningioma`$`_id` #> [1] "DOID_7213<DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`transitional meningioma`$privateGeneCount #> [1] 0 #> #> $`transitional meningioma`$publicGeneCount #> [1] 16 #> #> $`transitional meningioma`$urlId #> [1] "DOID_7213" #> #> $`transitional meningioma`$dbPhenotype #> [1] TRUE #> #> $`transitional meningioma`$`_parent` #> [1] "DOID_3565<DOID_3620<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`transitional meningioma`$`_is_leaf` #> [1] TRUE #> #> $`transitional meningioma`$children #> list() #> #> $`transitional meningioma`$value #> [1] "transitional meningioma" #> #> #> $`Transposition of the great arteries` #> $`Transposition of the great arteries`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001669" #> #> $`Transposition of the great arteries`$`_id` #> [1] "HP_0001669<HP_0011563<HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Transposition of the great arteries`$privateGeneCount #> [1] 0 #> #> $`Transposition of the great arteries`$publicGeneCount #> [1] 3 #> #> $`Transposition of the great arteries`$urlId #> [1] "HP_0001669" #> #> $`Transposition of the great arteries`$dbPhenotype #> [1] TRUE #> #> $`Transposition of the great arteries`$`_parent` #> [1] "HP_0011563<HP_0011545<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Transposition of the great arteries`$`_is_leaf` #> [1] TRUE #> #> $`Transposition of the great arteries`$children #> list() #> #> $`Transposition of the great arteries`$value #> [1] "Transposition of the great arteries" #> #> #> $`Transposition of the great arteries` #> $`Transposition of the great arteries`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001669" #> #> $`Transposition of the great arteries`$`_id` #> [1] "HP_0001669<HP_0011603<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Transposition of the great arteries`$privateGeneCount #> [1] 0 #> #> $`Transposition of the great arteries`$publicGeneCount #> [1] 3 #> #> $`Transposition of the great arteries`$urlId #> [1] "HP_0001669" #> #> $`Transposition of the great arteries`$dbPhenotype #> [1] TRUE #> #> $`Transposition of the great arteries`$`_parent` #> [1] "HP_0011603<HP_0030962<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Transposition of the great arteries`$`_is_leaf` #> [1] TRUE #> #> $`Transposition of the great arteries`$children #> list() #> #> $`Transposition of the great arteries`$value #> [1] "Transposition of the great arteries" #> #> #> $`Transposition of the great arteries` #> $`Transposition of the great arteries`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001669" #> #> $`Transposition of the great arteries`$`_id` #> [1] "HP_0001669<HP_0011603<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Transposition of the great arteries`$privateGeneCount #> [1] 0 #> #> $`Transposition of the great arteries`$publicGeneCount #> [1] 3 #> #> $`Transposition of the great arteries`$urlId #> [1] "HP_0001669" #> #> $`Transposition of the great arteries`$dbPhenotype #> [1] TRUE #> #> $`Transposition of the great arteries`$`_parent` #> [1] "HP_0011603<HP_0030962<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Transposition of the great arteries`$`_is_leaf` #> [1] TRUE #> #> $`Transposition of the great arteries`$children #> list() #> #> $`Transposition of the great arteries`$value #> [1] "Transposition of the great arteries" #> #> #> $`transthyretin amyloidosis` #> $`transthyretin amyloidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050638" #> #> $`transthyretin amyloidosis`$`_id` #> [1] "DOID_0050638<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`transthyretin amyloidosis`$privateGeneCount #> [1] 0 #> #> $`transthyretin amyloidosis`$publicGeneCount #> [1] 1 #> #> $`transthyretin amyloidosis`$urlId #> [1] "DOID_0050638" #> #> $`transthyretin amyloidosis`$dbPhenotype #> [1] TRUE #> #> $`transthyretin amyloidosis`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`transthyretin amyloidosis`$`_is_leaf` #> [1] TRUE #> #> $`transthyretin amyloidosis`$children #> list() #> #> $`transthyretin amyloidosis`$value #> [1] "transthyretin amyloidosis" #> #> #> $`transthyretin amyloidosis` #> $`transthyretin amyloidosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050638" #> #> $`transthyretin amyloidosis`$`_id` #> [1] "DOID_0050638<DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`transthyretin amyloidosis`$privateGeneCount #> [1] 0 #> #> $`transthyretin amyloidosis`$publicGeneCount #> [1] 1 #> #> $`transthyretin amyloidosis`$urlId #> [1] "DOID_0050638" #> #> $`transthyretin amyloidosis`$dbPhenotype #> [1] TRUE #> #> $`transthyretin amyloidosis`$`_parent` #> [1] "DOID_9120<DOID_0060158<DOID_0014667<DOID_4" #> #> $`transthyretin amyloidosis`$`_is_leaf` #> [1] TRUE #> #> $`transthyretin amyloidosis`$children #> list() #> #> $`transthyretin amyloidosis`$value #> [1] "transthyretin amyloidosis" #> #> #> $`Treacher Collins syndrome` #> $`Treacher Collins syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2908" #> #> $`Treacher Collins syndrome`$`_id` #> [1] "DOID_2908<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Treacher Collins syndrome`$privateGeneCount #> [1] 0 #> #> $`Treacher Collins syndrome`$publicGeneCount #> [1] 4 #> #> $`Treacher Collins syndrome`$urlId #> [1] "DOID_2908" #> #> $`Treacher Collins syndrome`$dbPhenotype #> [1] TRUE #> #> $`Treacher Collins syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Treacher Collins syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Treacher Collins syndrome`$children #> list() #> #> $`Treacher Collins syndrome`$value #> [1] "Treacher Collins syndrome" #> #> #> $`Treacher Collins syndrome` #> $`Treacher Collins syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2908" #> #> $`Treacher Collins syndrome`$`_id` #> [1] "DOID_2908<DOID_225<DOID_4" #> #> $`Treacher Collins syndrome`$privateGeneCount #> [1] 0 #> #> $`Treacher Collins syndrome`$publicGeneCount #> [1] 4 #> #> $`Treacher Collins syndrome`$urlId #> [1] "DOID_2908" #> #> $`Treacher Collins syndrome`$dbPhenotype #> [1] TRUE #> #> $`Treacher Collins syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Treacher Collins syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Treacher Collins syndrome`$children #> list() #> #> $`Treacher Collins syndrome`$value #> [1] "Treacher Collins syndrome" #> #> #> $Tremor #> $Tremor$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001337" #> #> $Tremor$`_id` #> [1] "HP_0001337<HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Tremor$privateGeneCount #> [1] 0 #> #> $Tremor$publicGeneCount #> [1] 6 #> #> $Tremor$urlId #> [1] "HP_0001337" #> #> $Tremor$dbPhenotype #> [1] TRUE #> #> $Tremor$`_parent` #> [1] "HP_0004305<HP_0100022<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $Tremor$`_is_leaf` #> [1] TRUE #> #> $Tremor$children #> list() #> #> $Tremor$value #> [1] "Tremor" #> #> #> $Trichiasis #> $Trichiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001128" #> #> $Trichiasis$`_id` #> [1] "HP_0001128<HP_0000499<HP_0000492<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Trichiasis$privateGeneCount #> [1] 0 #> #> $Trichiasis$publicGeneCount #> [1] 2 #> #> $Trichiasis$urlId #> [1] "HP_0001128" #> #> $Trichiasis$dbPhenotype #> [1] TRUE #> #> $Trichiasis$`_parent` #> [1] "HP_0000499<HP_0000492<HP_0030669<HP_0032039<HP_0000315<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Trichiasis$`_is_leaf` #> [1] TRUE #> #> $Trichiasis$children #> list() #> #> $Trichiasis$value #> [1] "Trichiasis" #> #> #> $Trichiasis #> $Trichiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001128" #> #> $Trichiasis$`_id` #> [1] "HP_0001128<HP_0000499<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $Trichiasis$privateGeneCount #> [1] 0 #> #> $Trichiasis$publicGeneCount #> [1] 2 #> #> $Trichiasis$urlId #> [1] "HP_0001128" #> #> $Trichiasis$dbPhenotype #> [1] TRUE #> #> $Trichiasis$`_parent` #> [1] "HP_0000499<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $Trichiasis$`_is_leaf` #> [1] TRUE #> #> $Trichiasis$children #> list() #> #> $Trichiasis$value #> [1] "Trichiasis" #> #> #> $`trichorhinophalangeal syndrome type I` #> $`trichorhinophalangeal syndrome type I`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14743" #> #> $`trichorhinophalangeal syndrome type I`$`_id` #> [1] "DOID_14743<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`trichorhinophalangeal syndrome type I`$privateGeneCount #> [1] 0 #> #> $`trichorhinophalangeal syndrome type I`$publicGeneCount #> [1] 1 #> #> $`trichorhinophalangeal syndrome type I`$urlId #> [1] "DOID_14743" #> #> $`trichorhinophalangeal syndrome type I`$dbPhenotype #> [1] TRUE #> #> $`trichorhinophalangeal syndrome type I`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`trichorhinophalangeal syndrome type I`$`_is_leaf` #> [1] TRUE #> #> $`trichorhinophalangeal syndrome type I`$children #> list() #> #> $`trichorhinophalangeal syndrome type I`$value #> [1] "trichorhinophalangeal syndrome type I" #> #> #> $`trichorhinophalangeal syndrome type I` #> $`trichorhinophalangeal syndrome type I`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14743" #> #> $`trichorhinophalangeal syndrome type I`$`_id` #> [1] "DOID_14743<DOID_225<DOID_4" #> #> $`trichorhinophalangeal syndrome type I`$privateGeneCount #> [1] 0 #> #> $`trichorhinophalangeal syndrome type I`$publicGeneCount #> [1] 1 #> #> $`trichorhinophalangeal syndrome type I`$urlId #> [1] "DOID_14743" #> #> $`trichorhinophalangeal syndrome type I`$dbPhenotype #> [1] TRUE #> #> $`trichorhinophalangeal syndrome type I`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`trichorhinophalangeal syndrome type I`$`_is_leaf` #> [1] TRUE #> #> $`trichorhinophalangeal syndrome type I`$children #> list() #> #> $`trichorhinophalangeal syndrome type I`$value #> [1] "trichorhinophalangeal syndrome type I" #> #> #> $`trichorhinophalangeal syndrome type II` #> $`trichorhinophalangeal syndrome type II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4998" #> #> $`trichorhinophalangeal syndrome type II`$`_id` #> [1] "DOID_4998<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`trichorhinophalangeal syndrome type II`$privateGeneCount #> [1] 0 #> #> $`trichorhinophalangeal syndrome type II`$publicGeneCount #> [1] 1 #> #> $`trichorhinophalangeal syndrome type II`$urlId #> [1] "DOID_4998" #> #> $`trichorhinophalangeal syndrome type II`$dbPhenotype #> [1] TRUE #> #> $`trichorhinophalangeal syndrome type II`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`trichorhinophalangeal syndrome type II`$`_is_leaf` #> [1] TRUE #> #> $`trichorhinophalangeal syndrome type II`$children #> list() #> #> $`trichorhinophalangeal syndrome type II`$value #> [1] "trichorhinophalangeal syndrome type II" #> #> #> $`trichorhinophalangeal syndrome type II` #> $`trichorhinophalangeal syndrome type II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4998" #> #> $`trichorhinophalangeal syndrome type II`$`_id` #> [1] "DOID_4998<DOID_225<DOID_4" #> #> $`trichorhinophalangeal syndrome type II`$privateGeneCount #> [1] 0 #> #> $`trichorhinophalangeal syndrome type II`$publicGeneCount #> [1] 1 #> #> $`trichorhinophalangeal syndrome type II`$urlId #> [1] "DOID_4998" #> #> $`trichorhinophalangeal syndrome type II`$dbPhenotype #> [1] TRUE #> #> $`trichorhinophalangeal syndrome type II`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`trichorhinophalangeal syndrome type II`$`_is_leaf` #> [1] TRUE #> #> $`trichorhinophalangeal syndrome type II`$children #> list() #> #> $`trichorhinophalangeal syndrome type II`$value #> [1] "trichorhinophalangeal syndrome type II" #> #> #> $trichothiodystrophy #> $trichothiodystrophy$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0111866" #> #> $trichothiodystrophy$`_id` #> [1] "DOID_0111866<DOID_225<DOID_4" #> #> $trichothiodystrophy$privateGeneCount #> [1] 0 #> #> $trichothiodystrophy$publicGeneCount #> [1] 5 #> #> $trichothiodystrophy$urlId #> [1] "DOID_0111866" #> #> $trichothiodystrophy$dbPhenotype #> [1] FALSE #> #> $trichothiodystrophy$`_parent` #> [1] "DOID_225<DOID_4" #> #> $trichothiodystrophy$`_is_leaf` #> [1] FALSE #> #> $trichothiodystrophy$children #> $trichothiodystrophy$children[[1]] #> [1] "DOID_0111867<DOID_0111866<DOID_225<DOID_4" #> #> $trichothiodystrophy$children[[2]] #> [1] "DOID_2960<DOID_0111866<DOID_225<DOID_4" #> #> #> $trichothiodystrophy$value #> [1] "trichothiodystrophy" #> #> #> $trichotillomania #> $trichotillomania$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050587" #> #> $trichotillomania$`_id` #> [1] "DOID_0050587<DOID_10937<DOID_150<DOID_4" #> #> $trichotillomania$privateGeneCount #> [1] 0 #> #> $trichotillomania$publicGeneCount #> [1] 2 #> #> $trichotillomania$urlId #> [1] "DOID_0050587" #> #> $trichotillomania$dbPhenotype #> [1] TRUE #> #> $trichotillomania$`_parent` #> [1] "DOID_10937<DOID_150<DOID_4" #> #> $trichotillomania$`_is_leaf` #> [1] TRUE #> #> $trichotillomania$children #> list() #> #> $trichotillomania$value #> [1] "trichotillomania" #> #> #> $trichuriasis #> $trichuriasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1252" #> #> $trichuriasis$`_id` #> [1] "DOID_1252<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $trichuriasis$privateGeneCount #> [1] 0 #> #> $trichuriasis$publicGeneCount #> [1] 2 #> #> $trichuriasis$urlId #> [1] "DOID_1252" #> #> $trichuriasis$dbPhenotype #> [1] TRUE #> #> $trichuriasis$`_parent` #> [1] "DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $trichuriasis$`_is_leaf` #> [1] TRUE #> #> $trichuriasis$children #> list() #> #> $trichuriasis$value #> [1] "trichuriasis" #> #> #> $trichuriasis #> $trichuriasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1252" #> #> $trichuriasis$`_id` #> [1] "DOID_1252<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $trichuriasis$privateGeneCount #> [1] 0 #> #> $trichuriasis$publicGeneCount #> [1] 2 #> #> $trichuriasis$urlId #> [1] "DOID_1252" #> #> $trichuriasis$dbPhenotype #> [1] TRUE #> #> $trichuriasis$`_parent` #> [1] "DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $trichuriasis$`_is_leaf` #> [1] TRUE #> #> $trichuriasis$children #> list() #> #> $trichuriasis$value #> [1] "trichuriasis" #> #> #> $Trigonocephaly #> $Trigonocephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000243" #> #> $Trigonocephaly$`_id` #> [1] "HP_0000243<HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Trigonocephaly$privateGeneCount #> [1] 0 #> #> $Trigonocephaly$publicGeneCount #> [1] 2 #> #> $Trigonocephaly$urlId #> [1] "HP_0000243" #> #> $Trigonocephaly$dbPhenotype #> [1] TRUE #> #> $Trigonocephaly$`_parent` #> [1] "HP_0002648<HP_0002683<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Trigonocephaly$`_is_leaf` #> [1] TRUE #> #> $Trigonocephaly$children #> list() #> #> $Trigonocephaly$value #> [1] "Trigonocephaly" #> #> #> $Trigonocephaly #> $Trigonocephaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000243" #> #> $Trigonocephaly$`_id` #> [1] "HP_0000243<HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Trigonocephaly$privateGeneCount #> [1] 0 #> #> $Trigonocephaly$publicGeneCount #> [1] 2 #> #> $Trigonocephaly$urlId #> [1] "HP_0000243" #> #> $Trigonocephaly$dbPhenotype #> [1] TRUE #> #> $Trigonocephaly$`_parent` #> [1] "HP_0002648<HP_0002683<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Trigonocephaly$`_is_leaf` #> [1] TRUE #> #> $Trigonocephaly$children #> list() #> #> $Trigonocephaly$value #> [1] "Trigonocephaly" #> #> #> $`trilateral retinoblastoma` #> $`trilateral retinoblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4647" #> #> $`trilateral retinoblastoma`$`_id` #> [1] "DOID_4647<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`trilateral retinoblastoma`$privateGeneCount #> [1] 0 #> #> $`trilateral retinoblastoma`$publicGeneCount #> [1] 1 #> #> $`trilateral retinoblastoma`$urlId #> [1] "DOID_4647" #> #> $`trilateral retinoblastoma`$dbPhenotype #> [1] TRUE #> #> $`trilateral retinoblastoma`$`_parent` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`trilateral retinoblastoma`$`_is_leaf` #> [1] TRUE #> #> $`trilateral retinoblastoma`$children #> list() #> #> $`trilateral retinoblastoma`$value #> [1] "trilateral retinoblastoma" #> #> #> $`trilateral retinoblastoma` #> $`trilateral retinoblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4647" #> #> $`trilateral retinoblastoma`$`_id` #> [1] "DOID_4647<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`trilateral retinoblastoma`$privateGeneCount #> [1] 0 #> #> $`trilateral retinoblastoma`$publicGeneCount #> [1] 1 #> #> $`trilateral retinoblastoma`$urlId #> [1] "DOID_4647" #> #> $`trilateral retinoblastoma`$dbPhenotype #> [1] TRUE #> #> $`trilateral retinoblastoma`$`_parent` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`trilateral retinoblastoma`$`_is_leaf` #> [1] TRUE #> #> $`trilateral retinoblastoma`$children #> list() #> #> $`trilateral retinoblastoma`$value #> [1] "trilateral retinoblastoma" #> #> #> $`trilateral retinoblastoma` #> $`trilateral retinoblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4647" #> #> $`trilateral retinoblastoma`$`_id` #> [1] "DOID_4647<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`trilateral retinoblastoma`$privateGeneCount #> [1] 0 #> #> $`trilateral retinoblastoma`$publicGeneCount #> [1] 1 #> #> $`trilateral retinoblastoma`$urlId #> [1] "DOID_4647" #> #> $`trilateral retinoblastoma`$dbPhenotype #> [1] TRUE #> #> $`trilateral retinoblastoma`$`_parent` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`trilateral retinoblastoma`$`_is_leaf` #> [1] TRUE #> #> $`trilateral retinoblastoma`$children #> list() #> #> $`trilateral retinoblastoma`$value #> [1] "trilateral retinoblastoma" #> #> #> $`trilateral retinoblastoma` #> $`trilateral retinoblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4647" #> #> $`trilateral retinoblastoma`$`_id` #> [1] "DOID_4647<DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`trilateral retinoblastoma`$privateGeneCount #> [1] 0 #> #> $`trilateral retinoblastoma`$publicGeneCount #> [1] 1 #> #> $`trilateral retinoblastoma`$urlId #> [1] "DOID_4647" #> #> $`trilateral retinoblastoma`$dbPhenotype #> [1] TRUE #> #> $`trilateral retinoblastoma`$`_parent` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`trilateral retinoblastoma`$`_is_leaf` #> [1] TRUE #> #> $`trilateral retinoblastoma`$children #> list() #> #> $`trilateral retinoblastoma`$value #> [1] "trilateral retinoblastoma" #> #> #> $`trilateral retinoblastoma` #> $`trilateral retinoblastoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4647" #> #> $`trilateral retinoblastoma`$`_id` #> [1] "DOID_4647<DOID_768<DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`trilateral retinoblastoma`$privateGeneCount #> [1] 0 #> #> $`trilateral retinoblastoma`$publicGeneCount #> [1] 1 #> #> $`trilateral retinoblastoma`$urlId #> [1] "DOID_4647" #> #> $`trilateral retinoblastoma`$dbPhenotype #> [1] TRUE #> #> $`trilateral retinoblastoma`$`_parent` #> [1] "DOID_768<DOID_771<DOID_4645<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`trilateral retinoblastoma`$`_is_leaf` #> [1] TRUE #> #> $`trilateral retinoblastoma`$children #> list() #> #> $`trilateral retinoblastoma`$value #> [1] "trilateral retinoblastoma" #> #> #> $Trimethylaminuria #> $Trimethylaminuria$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003614" #> #> $Trimethylaminuria$`_id` #> [1] "HP_0003614<HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Trimethylaminuria$privateGeneCount #> [1] 0 #> #> $Trimethylaminuria$publicGeneCount #> [1] 1 #> #> $Trimethylaminuria$urlId #> [1] "HP_0003614" #> #> $Trimethylaminuria$dbPhenotype #> [1] TRUE #> #> $Trimethylaminuria$`_parent` #> [1] "HP_0003110<HP_0011277<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $Trimethylaminuria$`_is_leaf` #> [1] TRUE #> #> $Trimethylaminuria$children #> list() #> #> $Trimethylaminuria$value #> [1] "Trimethylaminuria" #> #> #> $`triosephosphate isomerase deficiency` #> $`triosephosphate isomerase deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050884" #> #> $`triosephosphate isomerase deficiency`$`_id` #> [1] "DOID_0050884<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`triosephosphate isomerase deficiency`$privateGeneCount #> [1] 0 #> #> $`triosephosphate isomerase deficiency`$publicGeneCount #> [1] 1 #> #> $`triosephosphate isomerase deficiency`$urlId #> [1] "DOID_0050884" #> #> $`triosephosphate isomerase deficiency`$dbPhenotype #> [1] TRUE #> #> $`triosephosphate isomerase deficiency`$`_parent` #> [1] "DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`triosephosphate isomerase deficiency`$`_is_leaf` #> [1] TRUE #> #> $`triosephosphate isomerase deficiency`$children #> list() #> #> $`triosephosphate isomerase deficiency`$value #> [1] "triosephosphate isomerase deficiency" #> #> #> $`triple-A syndrome` #> $`triple-A syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050602" #> #> $`triple-A syndrome`$`_id` #> [1] "DOID_0050602<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`triple-A syndrome`$privateGeneCount #> [1] 0 #> #> $`triple-A syndrome`$publicGeneCount #> [1] 1 #> #> $`triple-A syndrome`$urlId #> [1] "DOID_0050602" #> #> $`triple-A syndrome`$dbPhenotype #> [1] TRUE #> #> $`triple-A syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`triple-A syndrome`$`_is_leaf` #> [1] TRUE #> #> $`triple-A syndrome`$children #> list() #> #> $`triple-A syndrome`$value #> [1] "triple-A syndrome" #> #> #> $`triple-A syndrome` #> $`triple-A syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050602" #> #> $`triple-A syndrome`$`_id` #> [1] "DOID_0050602<DOID_225<DOID_4" #> #> $`triple-A syndrome`$privateGeneCount #> [1] 0 #> #> $`triple-A syndrome`$publicGeneCount #> [1] 1 #> #> $`triple-A syndrome`$urlId #> [1] "DOID_0050602" #> #> $`triple-A syndrome`$dbPhenotype #> [1] TRUE #> #> $`triple-A syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`triple-A syndrome`$`_is_leaf` #> [1] TRUE #> #> $`triple-A syndrome`$children #> list() #> #> $`triple-A syndrome`$value #> [1] "triple-A syndrome" #> #> #> $Trismus #> $Trismus$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000211" #> #> $Trismus$`_id` #> [1] "HP_0000211<HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Trismus$privateGeneCount #> [1] 0 #> #> $Trismus$publicGeneCount #> [1] 1 #> #> $Trismus$urlId #> [1] "HP_0000211" #> #> $Trismus$dbPhenotype #> [1] TRUE #> #> $Trismus$`_parent` #> [1] "HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $Trismus$`_is_leaf` #> [1] TRUE #> #> $Trismus$children #> list() #> #> $Trismus$value #> [1] "Trismus" #> #> #> $Trismus #> $Trismus$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000211" #> #> $Trismus$`_id` #> [1] "HP_0000211<HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Trismus$privateGeneCount #> [1] 0 #> #> $Trismus$publicGeneCount #> [1] 1 #> #> $Trismus$urlId #> [1] "HP_0000211" #> #> $Trismus$dbPhenotype #> [1] TRUE #> #> $Trismus$`_parent` #> [1] "HP_0000277<HP_0030791<HP_0011821<HP_0000929<HP_0009121<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $Trismus$`_is_leaf` #> [1] TRUE #> #> $Trismus$children #> list() #> #> $Trismus$value #> [1] "Trismus" #> #> #> $`trophoblastic neoplasm` #> $`trophoblastic neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4085" #> #> $`trophoblastic neoplasm`$`_id` #> [1] "DOID_4085<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`trophoblastic neoplasm`$privateGeneCount #> [1] 0 #> #> $`trophoblastic neoplasm`$publicGeneCount #> [1] 9 #> #> $`trophoblastic neoplasm`$urlId #> [1] "DOID_4085" #> #> $`trophoblastic neoplasm`$dbPhenotype #> [1] TRUE #> #> $`trophoblastic neoplasm`$`_parent` #> [1] "DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`trophoblastic neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`trophoblastic neoplasm`$children #> $`trophoblastic neoplasm`$children[[1]] #> [1] "DOID_3590<DOID_4085<DOID_3095<DOID_1115<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`trophoblastic neoplasm`$value #> [1] "trophoblastic neoplasm" #> #> #> $`trophoblastic neoplasm` #> $`trophoblastic neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4085" #> #> $`trophoblastic neoplasm`$`_id` #> [1] "DOID_4085<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`trophoblastic neoplasm`$privateGeneCount #> [1] 0 #> #> $`trophoblastic neoplasm`$publicGeneCount #> [1] 9 #> #> $`trophoblastic neoplasm`$urlId #> [1] "DOID_4085" #> #> $`trophoblastic neoplasm`$dbPhenotype #> [1] TRUE #> #> $`trophoblastic neoplasm`$`_parent` #> [1] "DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`trophoblastic neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`trophoblastic neoplasm`$children #> $`trophoblastic neoplasm`$children[[1]] #> [1] "DOID_3590<DOID_4085<DOID_3095<DOID_2994<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> #> $`trophoblastic neoplasm`$value #> [1] "trophoblastic neoplasm" #> #> #> $`tropical spastic paraparesis` #> $`tropical spastic paraparesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_321" #> #> $`tropical spastic paraparesis`$`_id` #> [1] "DOID_321<DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`tropical spastic paraparesis`$privateGeneCount #> [1] 0 #> #> $`tropical spastic paraparesis`$publicGeneCount #> [1] 2 #> #> $`tropical spastic paraparesis`$urlId #> [1] "DOID_321" #> #> $`tropical spastic paraparesis`$dbPhenotype #> [1] TRUE #> #> $`tropical spastic paraparesis`$`_parent` #> [1] "DOID_319<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`tropical spastic paraparesis`$`_is_leaf` #> [1] TRUE #> #> $`tropical spastic paraparesis`$children #> list() #> #> $`tropical spastic paraparesis`$value #> [1] "tropical spastic paraparesis" #> #> #> $`tropical spastic paraparesis` #> $`tropical spastic paraparesis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_321" #> #> $`tropical spastic paraparesis`$`_id` #> [1] "DOID_321<DOID_934<DOID_0050117<DOID_4" #> #> $`tropical spastic paraparesis`$privateGeneCount #> [1] 0 #> #> $`tropical spastic paraparesis`$publicGeneCount #> [1] 2 #> #> $`tropical spastic paraparesis`$urlId #> [1] "DOID_321" #> #> $`tropical spastic paraparesis`$dbPhenotype #> [1] TRUE #> #> $`tropical spastic paraparesis`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`tropical spastic paraparesis`$`_is_leaf` #> [1] TRUE #> #> $`tropical spastic paraparesis`$children #> list() #> #> $`tropical spastic paraparesis`$value #> [1] "tropical spastic paraparesis" #> #> #> $`Troyer syndrome` #> $`Troyer syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050886" #> #> $`Troyer syndrome`$`_id` #> [1] "DOID_0050886<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Troyer syndrome`$privateGeneCount #> [1] 0 #> #> $`Troyer syndrome`$publicGeneCount #> [1] 1 #> #> $`Troyer syndrome`$urlId #> [1] "DOID_0050886" #> #> $`Troyer syndrome`$dbPhenotype #> [1] TRUE #> #> $`Troyer syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Troyer syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Troyer syndrome`$children #> list() #> #> $`Troyer syndrome`$value #> [1] "Troyer syndrome" #> #> #> $`Troyer syndrome` #> $`Troyer syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050886" #> #> $`Troyer syndrome`$`_id` #> [1] "DOID_0050886<DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Troyer syndrome`$privateGeneCount #> [1] 0 #> #> $`Troyer syndrome`$publicGeneCount #> [1] 1 #> #> $`Troyer syndrome`$urlId #> [1] "DOID_0050886" #> #> $`Troyer syndrome`$dbPhenotype #> [1] TRUE #> #> $`Troyer syndrome`$`_parent` #> [1] "DOID_2476<DOID_607<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Troyer syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Troyer syndrome`$children #> list() #> #> $`Troyer syndrome`$value #> [1] "Troyer syndrome" #> #> #> $`Truncal ataxia` #> $`Truncal ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002078" #> #> $`Truncal ataxia`$`_id` #> [1] "HP_0002078<HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Truncal ataxia`$privateGeneCount #> [1] 0 #> #> $`Truncal ataxia`$publicGeneCount #> [1] 1 #> #> $`Truncal ataxia`$urlId #> [1] "HP_0002078" #> #> $`Truncal ataxia`$dbPhenotype #> [1] TRUE #> #> $`Truncal ataxia`$`_parent` #> [1] "HP_0001251<HP_0011443<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Truncal ataxia`$`_is_leaf` #> [1] TRUE #> #> $`Truncal ataxia`$children #> list() #> #> $`Truncal ataxia`$value #> [1] "Truncal ataxia" #> #> #> $`Truncal obesity` #> $`Truncal obesity`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001956" #> #> $`Truncal obesity`$`_id` #> [1] "HP_0001956<HP_0001513<HP_0004324<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Truncal obesity`$privateGeneCount #> [1] 0 #> #> $`Truncal obesity`$publicGeneCount #> [1] 1 #> #> $`Truncal obesity`$urlId #> [1] "HP_0001956" #> #> $`Truncal obesity`$dbPhenotype #> [1] TRUE #> #> $`Truncal obesity`$`_parent` #> [1] "HP_0001513<HP_0004324<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Truncal obesity`$`_is_leaf` #> [1] TRUE #> #> $`Truncal obesity`$children #> list() #> #> $`Truncal obesity`$value #> [1] "Truncal obesity" #> #> #> $trypanosomiasis #> $trypanosomiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10113" #> #> $trypanosomiasis$`_id` #> [1] "DOID_10113<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $trypanosomiasis$privateGeneCount #> [1] 0 #> #> $trypanosomiasis$publicGeneCount #> [1] 5 #> #> $trypanosomiasis$urlId #> [1] "DOID_10113" #> #> $trypanosomiasis$dbPhenotype #> [1] FALSE #> #> $trypanosomiasis$`_parent` #> [1] "DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $trypanosomiasis$`_is_leaf` #> [1] FALSE #> #> $trypanosomiasis$children #> $trypanosomiasis$children[[1]] #> [1] "DOID_12140<DOID_10113<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> #> $trypanosomiasis$value #> [1] "trypanosomiasis" #> #> #> $`tuberculoid leprosy` #> $`tuberculoid leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1025" #> #> $`tuberculoid leprosy`$`_id` #> [1] "DOID_1025<DOID_1024<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`tuberculoid leprosy`$privateGeneCount #> [1] 0 #> #> $`tuberculoid leprosy`$publicGeneCount #> [1] 1 #> #> $`tuberculoid leprosy`$urlId #> [1] "DOID_1025" #> #> $`tuberculoid leprosy`$dbPhenotype #> [1] TRUE #> #> $`tuberculoid leprosy`$`_parent` #> [1] "DOID_1024<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`tuberculoid leprosy`$`_is_leaf` #> [1] TRUE #> #> $`tuberculoid leprosy`$children #> list() #> #> $`tuberculoid leprosy`$value #> [1] "tuberculoid leprosy" #> #> #> $`tuberculoid leprosy` #> $`tuberculoid leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1025" #> #> $`tuberculoid leprosy`$`_id` #> [1] "DOID_1025<DOID_1024<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`tuberculoid leprosy`$privateGeneCount #> [1] 0 #> #> $`tuberculoid leprosy`$publicGeneCount #> [1] 1 #> #> $`tuberculoid leprosy`$urlId #> [1] "DOID_1025" #> #> $`tuberculoid leprosy`$dbPhenotype #> [1] TRUE #> #> $`tuberculoid leprosy`$`_parent` #> [1] "DOID_1024<DOID_2519<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`tuberculoid leprosy`$`_is_leaf` #> [1] TRUE #> #> $`tuberculoid leprosy`$children #> list() #> #> $`tuberculoid leprosy`$value #> [1] "tuberculoid leprosy" #> #> #> $`tuberculoid leprosy` #> $`tuberculoid leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1025" #> #> $`tuberculoid leprosy`$`_id` #> [1] "DOID_1025<DOID_1024<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`tuberculoid leprosy`$privateGeneCount #> [1] 0 #> #> $`tuberculoid leprosy`$publicGeneCount #> [1] 1 #> #> $`tuberculoid leprosy`$urlId #> [1] "DOID_1025" #> #> $`tuberculoid leprosy`$dbPhenotype #> [1] TRUE #> #> $`tuberculoid leprosy`$`_parent` #> [1] "DOID_1024<DOID_2519<DOID_48<DOID_15<DOID_7<DOID_4" #> #> $`tuberculoid leprosy`$`_is_leaf` #> [1] TRUE #> #> $`tuberculoid leprosy`$children #> list() #> #> $`tuberculoid leprosy`$value #> [1] "tuberculoid leprosy" #> #> #> $`tuberculoid leprosy` #> $`tuberculoid leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1025" #> #> $`tuberculoid leprosy`$`_id` #> [1] "DOID_1025<DOID_1024<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`tuberculoid leprosy`$privateGeneCount #> [1] 0 #> #> $`tuberculoid leprosy`$publicGeneCount #> [1] 1 #> #> $`tuberculoid leprosy`$urlId #> [1] "DOID_1025" #> #> $`tuberculoid leprosy`$dbPhenotype #> [1] TRUE #> #> $`tuberculoid leprosy`$`_parent` #> [1] "DOID_1024<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`tuberculoid leprosy`$`_is_leaf` #> [1] TRUE #> #> $`tuberculoid leprosy`$children #> list() #> #> $`tuberculoid leprosy`$value #> [1] "tuberculoid leprosy" #> #> #> $`tuberculoid leprosy` #> $`tuberculoid leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1025" #> #> $`tuberculoid leprosy`$`_id` #> [1] "DOID_1025<DOID_1024<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`tuberculoid leprosy`$privateGeneCount #> [1] 0 #> #> $`tuberculoid leprosy`$publicGeneCount #> [1] 1 #> #> $`tuberculoid leprosy`$urlId #> [1] "DOID_1025" #> #> $`tuberculoid leprosy`$dbPhenotype #> [1] TRUE #> #> $`tuberculoid leprosy`$`_parent` #> [1] "DOID_1024<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`tuberculoid leprosy`$`_is_leaf` #> [1] TRUE #> #> $`tuberculoid leprosy`$children #> list() #> #> $`tuberculoid leprosy`$value #> [1] "tuberculoid leprosy" #> #> #> $`tuberculoid leprosy` #> $`tuberculoid leprosy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1025" #> #> $`tuberculoid leprosy`$`_id` #> [1] "DOID_1025<DOID_1024<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`tuberculoid leprosy`$privateGeneCount #> [1] 0 #> #> $`tuberculoid leprosy`$publicGeneCount #> [1] 1 #> #> $`tuberculoid leprosy`$urlId #> [1] "DOID_1025" #> #> $`tuberculoid leprosy`$dbPhenotype #> [1] TRUE #> #> $`tuberculoid leprosy`$`_parent` #> [1] "DOID_1024<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`tuberculoid leprosy`$`_is_leaf` #> [1] TRUE #> #> $`tuberculoid leprosy`$children #> list() #> #> $`tuberculoid leprosy`$value #> [1] "tuberculoid leprosy" #> #> #> $tuberculosis #> $tuberculosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_399" #> #> $tuberculosis$`_id` #> [1] "DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $tuberculosis$privateGeneCount #> [1] 0 #> #> $tuberculosis$publicGeneCount #> [1] 76 #> #> $tuberculosis$urlId #> [1] "DOID_399" #> #> $tuberculosis$dbPhenotype #> [1] TRUE #> #> $tuberculosis$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $tuberculosis$`_is_leaf` #> [1] FALSE #> #> $tuberculosis$children #> $tuberculosis$children[[1]] #> [1] "DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $tuberculosis$children[[2]] #> [1] "DOID_401<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $tuberculosis$children[[3]] #> [1] "DOID_2957<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> #> $tuberculosis$value #> [1] "tuberculosis" #> #> #> $`tuberous sclerosis` #> $`tuberous sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13515" #> #> $`tuberous sclerosis`$`_id` #> [1] "DOID_13515<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`tuberous sclerosis`$privateGeneCount #> [1] 0 #> #> $`tuberous sclerosis`$publicGeneCount #> [1] 6 #> #> $`tuberous sclerosis`$urlId #> [1] "DOID_13515" #> #> $`tuberous sclerosis`$dbPhenotype #> [1] TRUE #> #> $`tuberous sclerosis`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`tuberous sclerosis`$`_is_leaf` #> [1] TRUE #> #> $`tuberous sclerosis`$children #> list() #> #> $`tuberous sclerosis`$value #> [1] "tuberous sclerosis" #> #> #> $`tuberous sclerosis` #> $`tuberous sclerosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13515" #> #> $`tuberous sclerosis`$`_id` #> [1] "DOID_13515<DOID_225<DOID_4" #> #> $`tuberous sclerosis`$privateGeneCount #> [1] 0 #> #> $`tuberous sclerosis`$publicGeneCount #> [1] 6 #> #> $`tuberous sclerosis`$urlId #> [1] "DOID_13515" #> #> $`tuberous sclerosis`$dbPhenotype #> [1] TRUE #> #> $`tuberous sclerosis`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`tuberous sclerosis`$`_is_leaf` #> [1] TRUE #> #> $`tuberous sclerosis`$children #> list() #> #> $`tuberous sclerosis`$value #> [1] "tuberous sclerosis" #> #> #> $`tubular adenocarcinoma` #> $`tubular adenocarcinoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4929" #> #> $`tubular adenocarcinoma`$`_id` #> [1] "DOID_4929<DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`tubular adenocarcinoma`$privateGeneCount #> [1] 0 #> #> $`tubular adenocarcinoma`$publicGeneCount #> [1] 153 #> #> $`tubular adenocarcinoma`$urlId #> [1] "DOID_4929" #> #> $`tubular adenocarcinoma`$dbPhenotype #> [1] TRUE #> #> $`tubular adenocarcinoma`$`_parent` #> [1] "DOID_299<DOID_305<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`tubular adenocarcinoma`$`_is_leaf` #> [1] TRUE #> #> $`tubular adenocarcinoma`$children #> list() #> #> $`tubular adenocarcinoma`$value #> [1] "tubular adenocarcinoma" #> #> #> $`tubular aggregate myopathy 1` #> $`tubular aggregate myopathy 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080089" #> #> $`tubular aggregate myopathy 1`$`_id` #> [1] "DOID_0080089<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`tubular aggregate myopathy 1`$privateGeneCount #> [1] 0 #> #> $`tubular aggregate myopathy 1`$publicGeneCount #> [1] 1 #> #> $`tubular aggregate myopathy 1`$urlId #> [1] "DOID_0080089" #> #> $`tubular aggregate myopathy 1`$dbPhenotype #> [1] TRUE #> #> $`tubular aggregate myopathy 1`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`tubular aggregate myopathy 1`$`_is_leaf` #> [1] TRUE #> #> $`tubular aggregate myopathy 1`$children #> list() #> #> $`tubular aggregate myopathy 1`$value #> [1] "tubular aggregate myopathy 1" #> #> #> $`tubular aggregate myopathy 1` #> $`tubular aggregate myopathy 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080089" #> #> $`tubular aggregate myopathy 1`$`_id` #> [1] "DOID_0080089<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`tubular aggregate myopathy 1`$privateGeneCount #> [1] 0 #> #> $`tubular aggregate myopathy 1`$publicGeneCount #> [1] 1 #> #> $`tubular aggregate myopathy 1`$urlId #> [1] "DOID_0080089" #> #> $`tubular aggregate myopathy 1`$dbPhenotype #> [1] TRUE #> #> $`tubular aggregate myopathy 1`$`_parent` #> [1] "DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`tubular aggregate myopathy 1`$`_is_leaf` #> [1] TRUE #> #> $`tubular aggregate myopathy 1`$children #> list() #> #> $`tubular aggregate myopathy 1`$value #> [1] "tubular aggregate myopathy 1" #> #> #> $`Tubulointerstitial nephritis` #> $`Tubulointerstitial nephritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001970" #> #> $`Tubulointerstitial nephritis`$`_id` #> [1] "HP_0001970<HP_0001969<HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Tubulointerstitial nephritis`$privateGeneCount #> [1] 0 #> #> $`Tubulointerstitial nephritis`$publicGeneCount #> [1] 1 #> #> $`Tubulointerstitial nephritis`$urlId #> [1] "HP_0001970" #> #> $`Tubulointerstitial nephritis`$dbPhenotype #> [1] FALSE #> #> $`Tubulointerstitial nephritis`$`_parent` #> [1] "HP_0001969<HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Tubulointerstitial nephritis`$`_is_leaf` #> [1] FALSE #> #> $`Tubulointerstitial nephritis`$children #> $`Tubulointerstitial nephritis`$children[[1]] #> [1] "HP_0004729<HP_0001970<HP_0001969<HP_0000091<HP_0012575<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Tubulointerstitial nephritis`$value #> [1] "Tubulointerstitial nephritis" #> #> #> $`Tubulointerstitial nephritis` #> $`Tubulointerstitial nephritis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001970" #> #> $`Tubulointerstitial nephritis`$`_id` #> [1] "HP_0001970<HP_0001969<HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Tubulointerstitial nephritis`$privateGeneCount #> [1] 0 #> #> $`Tubulointerstitial nephritis`$publicGeneCount #> [1] 1 #> #> $`Tubulointerstitial nephritis`$urlId #> [1] "HP_0001970" #> #> $`Tubulointerstitial nephritis`$dbPhenotype #> [1] FALSE #> #> $`Tubulointerstitial nephritis`$`_parent` #> [1] "HP_0001969<HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Tubulointerstitial nephritis`$`_is_leaf` #> [1] FALSE #> #> $`Tubulointerstitial nephritis`$children #> $`Tubulointerstitial nephritis`$children[[1]] #> [1] "HP_0004729<HP_0001970<HP_0001969<HP_0032581<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Tubulointerstitial nephritis`$value #> [1] "Tubulointerstitial nephritis" #> #> #> $`Turner syndrome` #> $`Turner syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3491" #> #> $`Turner syndrome`$`_id` #> [1] "DOID_3491<DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`Turner syndrome`$privateGeneCount #> [1] 0 #> #> $`Turner syndrome`$publicGeneCount #> [1] 5 #> #> $`Turner syndrome`$urlId #> [1] "DOID_3491" #> #> $`Turner syndrome`$dbPhenotype #> [1] TRUE #> #> $`Turner syndrome`$`_parent` #> [1] "DOID_14447<DOID_1923<DOID_2277<DOID_28<DOID_7<DOID_4" #> #> $`Turner syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Turner syndrome`$children #> list() #> #> $`Turner syndrome`$value #> [1] "Turner syndrome" #> #> #> $`type 1 diabetes mellitus` #> $`type 1 diabetes mellitus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9744" #> #> $`type 1 diabetes mellitus`$`_id` #> [1] "DOID_9744<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`type 1 diabetes mellitus`$privateGeneCount #> [1] 0 #> #> $`type 1 diabetes mellitus`$publicGeneCount #> [1] 177 #> #> $`type 1 diabetes mellitus`$urlId #> [1] "DOID_9744" #> #> $`type 1 diabetes mellitus`$dbPhenotype #> [1] TRUE #> #> $`type 1 diabetes mellitus`$`_parent` #> [1] "DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`type 1 diabetes mellitus`$`_is_leaf` #> [1] TRUE #> #> $`type 1 diabetes mellitus`$children #> list() #> #> $`type 1 diabetes mellitus`$value #> [1] "type 1 diabetes mellitus" #> #> #> $`type 2 diabetes mellitus` #> $`type 2 diabetes mellitus`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9352" #> #> $`type 2 diabetes mellitus`$`_id` #> [1] "DOID_9352<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`type 2 diabetes mellitus`$privateGeneCount #> [1] 0 #> #> $`type 2 diabetes mellitus`$publicGeneCount #> [1] 351 #> #> $`type 2 diabetes mellitus`$urlId #> [1] "DOID_9352" #> #> $`type 2 diabetes mellitus`$dbPhenotype #> [1] TRUE #> #> $`type 2 diabetes mellitus`$`_parent` #> [1] "DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`type 2 diabetes mellitus`$`_is_leaf` #> [1] FALSE #> #> $`type 2 diabetes mellitus`$children #> $`type 2 diabetes mellitus`$children[[1]] #> [1] "DOID_1837<DOID_9352<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> $`type 2 diabetes mellitus`$children[[2]] #> [1] "DOID_11712<DOID_9352<DOID_9351<DOID_4194<DOID_0050013<DOID_0060158<DOID_0014667<DOID_4" #> #> #> $`type 2 diabetes mellitus`$value #> [1] "type 2 diabetes mellitus" #> #> #> $`Type D brachydactyly` #> $`Type D brachydactyly`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005627" #> #> $`Type D brachydactyly`$`_id` #> [1] "HP_0005627<HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Type D brachydactyly`$privateGeneCount #> [1] 0 #> #> $`Type D brachydactyly`$publicGeneCount #> [1] 1 #> #> $`Type D brachydactyly`$urlId #> [1] "HP_0005627" #> #> $`Type D brachydactyly`$dbPhenotype #> [1] TRUE #> #> $`Type D brachydactyly`$`_parent` #> [1] "HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0011844<HP_0011842<HP_0000924<HP_0000118<HP_0000001" #> #> $`Type D brachydactyly`$`_is_leaf` #> [1] TRUE #> #> $`Type D brachydactyly`$children #> list() #> #> $`Type D brachydactyly`$value #> [1] "Type D brachydactyly" #> #> #> $`Type D brachydactyly` #> $`Type D brachydactyly`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005627" #> #> $`Type D brachydactyly`$`_id` #> [1] "HP_0005627<HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Type D brachydactyly`$privateGeneCount #> [1] 0 #> #> $`Type D brachydactyly`$publicGeneCount #> [1] 1 #> #> $`Type D brachydactyly`$urlId #> [1] "HP_0005627" #> #> $`Type D brachydactyly`$dbPhenotype #> [1] TRUE #> #> $`Type D brachydactyly`$`_parent` #> [1] "HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0000924<HP_0000118<HP_0000001" #> #> $`Type D brachydactyly`$`_is_leaf` #> [1] TRUE #> #> $`Type D brachydactyly`$children #> list() #> #> $`Type D brachydactyly`$value #> [1] "Type D brachydactyly" #> #> #> $`Type D brachydactyly` #> $`Type D brachydactyly`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005627" #> #> $`Type D brachydactyly`$`_id` #> [1] "HP_0005627<HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Type D brachydactyly`$privateGeneCount #> [1] 0 #> #> $`Type D brachydactyly`$publicGeneCount #> [1] 1 #> #> $`Type D brachydactyly`$urlId #> [1] "HP_0005627" #> #> $`Type D brachydactyly`$dbPhenotype #> [1] TRUE #> #> $`Type D brachydactyly`$`_parent` #> [1] "HP_0001156<HP_0011927<HP_0011297<HP_0002813<HP_0040068<HP_0040064<HP_0000118<HP_0000001" #> #> $`Type D brachydactyly`$`_is_leaf` #> [1] TRUE #> #> $`Type D brachydactyly`$children #> list() #> #> $`Type D brachydactyly`$value #> [1] "Type D brachydactyly" #> #> #> $`type I complement component 8 deficiency` #> $`type I complement component 8 deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060301" #> #> $`type I complement component 8 deficiency`$`_id` #> [1] "DOID_0060301<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`type I complement component 8 deficiency`$privateGeneCount #> [1] 0 #> #> $`type I complement component 8 deficiency`$publicGeneCount #> [1] 1 #> #> $`type I complement component 8 deficiency`$urlId #> [1] "DOID_0060301" #> #> $`type I complement component 8 deficiency`$dbPhenotype #> [1] TRUE #> #> $`type I complement component 8 deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`type I complement component 8 deficiency`$`_is_leaf` #> [1] TRUE #> #> $`type I complement component 8 deficiency`$children #> list() #> #> $`type I complement component 8 deficiency`$value #> [1] "type I complement component 8 deficiency" #> #> #> $`type I Ehlers-Danlos syndrome` #> $`type I Ehlers-Danlos syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14720" #> #> $`type I Ehlers-Danlos syndrome`$`_id` #> [1] "DOID_14720<DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`type I Ehlers-Danlos syndrome`$privateGeneCount #> [1] 0 #> #> $`type I Ehlers-Danlos syndrome`$publicGeneCount #> [1] 3 #> #> $`type I Ehlers-Danlos syndrome`$urlId #> [1] "DOID_14720" #> #> $`type I Ehlers-Danlos syndrome`$dbPhenotype #> [1] TRUE #> #> $`type I Ehlers-Danlos syndrome`$`_parent` #> [1] "DOID_13359<DOID_854<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`type I Ehlers-Danlos syndrome`$`_is_leaf` #> [1] TRUE #> #> $`type I Ehlers-Danlos syndrome`$children #> list() #> #> $`type I Ehlers-Danlos syndrome`$value #> [1] "type I Ehlers-Danlos syndrome" #> #> #> $`type II complement component 8 deficiency` #> $`type II complement component 8 deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060302" #> #> $`type II complement component 8 deficiency`$`_id` #> [1] "DOID_0060302<DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`type II complement component 8 deficiency`$privateGeneCount #> [1] 0 #> #> $`type II complement component 8 deficiency`$publicGeneCount #> [1] 1 #> #> $`type II complement component 8 deficiency`$urlId #> [1] "DOID_0060302" #> #> $`type II complement component 8 deficiency`$dbPhenotype #> [1] TRUE #> #> $`type II complement component 8 deficiency`$`_parent` #> [1] "DOID_626<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`type II complement component 8 deficiency`$`_is_leaf` #> [1] TRUE #> #> $`type II complement component 8 deficiency`$children #> list() #> #> $`type II complement component 8 deficiency`$value #> [1] "type II complement component 8 deficiency" #> #> #> $`Type II diabetes mellitus` #> $`Type II diabetes mellitus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005978" #> #> $`Type II diabetes mellitus`$`_id` #> [1] "HP_0005978<HP_0000819<HP_0000818<HP_0000118<HP_0000001" #> #> $`Type II diabetes mellitus`$privateGeneCount #> [1] 0 #> #> $`Type II diabetes mellitus`$publicGeneCount #> [1] 1 #> #> $`Type II diabetes mellitus`$urlId #> [1] "HP_0005978" #> #> $`Type II diabetes mellitus`$dbPhenotype #> [1] TRUE #> #> $`Type II diabetes mellitus`$`_parent` #> [1] "HP_0000819<HP_0000818<HP_0000118<HP_0000001" #> #> $`Type II diabetes mellitus`$`_is_leaf` #> [1] TRUE #> #> $`Type II diabetes mellitus`$children #> list() #> #> $`Type II diabetes mellitus`$value #> [1] "Type II diabetes mellitus" #> #> #> $`Type II diabetes mellitus` #> $`Type II diabetes mellitus`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0005978" #> #> $`Type II diabetes mellitus`$`_id` #> [1] "HP_0005978<HP_0000819<HP_0001952<HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Type II diabetes mellitus`$privateGeneCount #> [1] 0 #> #> $`Type II diabetes mellitus`$publicGeneCount #> [1] 1 #> #> $`Type II diabetes mellitus`$urlId #> [1] "HP_0005978" #> #> $`Type II diabetes mellitus`$dbPhenotype #> [1] TRUE #> #> $`Type II diabetes mellitus`$`_parent` #> [1] "HP_0000819<HP_0001952<HP_0011014<HP_0012337<HP_0001939<HP_0000118<HP_0000001" #> #> $`Type II diabetes mellitus`$`_is_leaf` #> [1] TRUE #> #> $`Type II diabetes mellitus`$children #> list() #> #> $`Type II diabetes mellitus`$value #> [1] "Type II diabetes mellitus" #> #> #> $`typhoid fever` #> $`typhoid fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13258" #> #> $`typhoid fever`$`_id` #> [1] "DOID_13258<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`typhoid fever`$privateGeneCount #> [1] 0 #> #> $`typhoid fever`$publicGeneCount #> [1] 1 #> #> $`typhoid fever`$urlId #> [1] "DOID_13258" #> #> $`typhoid fever`$dbPhenotype #> [1] TRUE #> #> $`typhoid fever`$`_parent` #> [1] "DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`typhoid fever`$`_is_leaf` #> [1] TRUE #> #> $`typhoid fever`$children #> list() #> #> $`typhoid fever`$value #> [1] "typhoid fever" #> #> #> $tyrosinemia #> $tyrosinemia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9275" #> #> $tyrosinemia$`_id` #> [1] "DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $tyrosinemia$privateGeneCount #> [1] 0 #> #> $tyrosinemia$publicGeneCount #> [1] 3 #> #> $tyrosinemia$urlId #> [1] "DOID_9275" #> #> $tyrosinemia$dbPhenotype #> [1] TRUE #> #> $tyrosinemia$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $tyrosinemia$`_is_leaf` #> [1] FALSE #> #> $tyrosinemia$children #> $tyrosinemia$children[[1]] #> [1] "DOID_0050726<DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $tyrosinemia$children[[2]] #> [1] "DOID_0050725<DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $tyrosinemia$children[[3]] #> [1] "DOID_0050727<DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $tyrosinemia$value #> [1] "tyrosinemia" #> #> #> $`tyrosinemia type I` #> $`tyrosinemia type I`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050726" #> #> $`tyrosinemia type I`$`_id` #> [1] "DOID_0050726<DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`tyrosinemia type I`$privateGeneCount #> [1] 0 #> #> $`tyrosinemia type I`$publicGeneCount #> [1] 1 #> #> $`tyrosinemia type I`$urlId #> [1] "DOID_0050726" #> #> $`tyrosinemia type I`$dbPhenotype #> [1] TRUE #> #> $`tyrosinemia type I`$`_parent` #> [1] "DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`tyrosinemia type I`$`_is_leaf` #> [1] TRUE #> #> $`tyrosinemia type I`$children #> list() #> #> $`tyrosinemia type I`$value #> [1] "tyrosinemia type I" #> #> #> $`tyrosinemia type II` #> $`tyrosinemia type II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050725" #> #> $`tyrosinemia type II`$`_id` #> [1] "DOID_0050725<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`tyrosinemia type II`$privateGeneCount #> [1] 0 #> #> $`tyrosinemia type II`$publicGeneCount #> [1] 1 #> #> $`tyrosinemia type II`$urlId #> [1] "DOID_0050725" #> #> $`tyrosinemia type II`$dbPhenotype #> [1] TRUE #> #> $`tyrosinemia type II`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`tyrosinemia type II`$`_is_leaf` #> [1] TRUE #> #> $`tyrosinemia type II`$children #> list() #> #> $`tyrosinemia type II`$value #> [1] "tyrosinemia type II" #> #> #> $`tyrosinemia type II` #> $`tyrosinemia type II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050725" #> #> $`tyrosinemia type II`$`_id` #> [1] "DOID_0050725<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`tyrosinemia type II`$privateGeneCount #> [1] 0 #> #> $`tyrosinemia type II`$publicGeneCount #> [1] 1 #> #> $`tyrosinemia type II`$urlId #> [1] "DOID_0050725" #> #> $`tyrosinemia type II`$dbPhenotype #> [1] TRUE #> #> $`tyrosinemia type II`$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`tyrosinemia type II`$`_is_leaf` #> [1] TRUE #> #> $`tyrosinemia type II`$children #> list() #> #> $`tyrosinemia type II`$value #> [1] "tyrosinemia type II" #> #> #> $`tyrosinemia type II` #> $`tyrosinemia type II`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050725" #> #> $`tyrosinemia type II`$`_id` #> [1] "DOID_0050725<DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`tyrosinemia type II`$privateGeneCount #> [1] 0 #> #> $`tyrosinemia type II`$publicGeneCount #> [1] 1 #> #> $`tyrosinemia type II`$urlId #> [1] "DOID_0050725" #> #> $`tyrosinemia type II`$dbPhenotype #> [1] TRUE #> #> $`tyrosinemia type II`$`_parent` #> [1] "DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`tyrosinemia type II`$`_is_leaf` #> [1] TRUE #> #> $`tyrosinemia type II`$children #> list() #> #> $`tyrosinemia type II`$value #> [1] "tyrosinemia type II" #> #> #> $`tyrosinemia type III` #> $`tyrosinemia type III`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050727" #> #> $`tyrosinemia type III`$`_id` #> [1] "DOID_0050727<DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`tyrosinemia type III`$privateGeneCount #> [1] 0 #> #> $`tyrosinemia type III`$publicGeneCount #> [1] 1 #> #> $`tyrosinemia type III`$urlId #> [1] "DOID_0050727" #> #> $`tyrosinemia type III`$dbPhenotype #> [1] TRUE #> #> $`tyrosinemia type III`$`_parent` #> [1] "DOID_9275<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`tyrosinemia type III`$`_is_leaf` #> [1] TRUE #> #> $`tyrosinemia type III`$children #> list() #> #> $`tyrosinemia type III`$value #> [1] "tyrosinemia type III" #> #> #> $`ulcerative colitis` #> $`ulcerative colitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8577" #> #> $`ulcerative colitis`$`_id` #> [1] "DOID_8577<DOID_0060180<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`ulcerative colitis`$privateGeneCount #> [1] 0 #> #> $`ulcerative colitis`$publicGeneCount #> [1] 110 #> #> $`ulcerative colitis`$urlId #> [1] "DOID_8577" #> #> $`ulcerative colitis`$dbPhenotype #> [1] TRUE #> #> $`ulcerative colitis`$`_parent` #> [1] "DOID_0060180<DOID_0050589<DOID_5295<DOID_77<DOID_7<DOID_4" #> #> $`ulcerative colitis`$`_is_leaf` #> [1] TRUE #> #> $`ulcerative colitis`$children #> list() #> #> $`ulcerative colitis`$value #> [1] "ulcerative colitis" #> #> #> $`Ullrich congenital muscular dystrophy` #> $`Ullrich congenital muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050558" #> #> $`Ullrich congenital muscular dystrophy`$`_id` #> [1] "DOID_0050558<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Ullrich congenital muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Ullrich congenital muscular dystrophy`$publicGeneCount #> [1] 4 #> #> $`Ullrich congenital muscular dystrophy`$urlId #> [1] "DOID_0050558" #> #> $`Ullrich congenital muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Ullrich congenital muscular dystrophy`$`_parent` #> [1] "DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Ullrich congenital muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Ullrich congenital muscular dystrophy`$children #> list() #> #> $`Ullrich congenital muscular dystrophy`$value #> [1] "Ullrich congenital muscular dystrophy" #> #> #> $`Ullrich congenital muscular dystrophy` #> $`Ullrich congenital muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050558" #> #> $`Ullrich congenital muscular dystrophy`$`_id` #> [1] "DOID_0050558<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Ullrich congenital muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Ullrich congenital muscular dystrophy`$publicGeneCount #> [1] 4 #> #> $`Ullrich congenital muscular dystrophy`$urlId #> [1] "DOID_0050558" #> #> $`Ullrich congenital muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Ullrich congenital muscular dystrophy`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Ullrich congenital muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Ullrich congenital muscular dystrophy`$children #> list() #> #> $`Ullrich congenital muscular dystrophy`$value #> [1] "Ullrich congenital muscular dystrophy" #> #> #> $`Ullrich congenital muscular dystrophy` #> $`Ullrich congenital muscular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050558" #> #> $`Ullrich congenital muscular dystrophy`$`_id` #> [1] "DOID_0050558<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Ullrich congenital muscular dystrophy`$privateGeneCount #> [1] 0 #> #> $`Ullrich congenital muscular dystrophy`$publicGeneCount #> [1] 4 #> #> $`Ullrich congenital muscular dystrophy`$urlId #> [1] "DOID_0050558" #> #> $`Ullrich congenital muscular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`Ullrich congenital muscular dystrophy`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Ullrich congenital muscular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`Ullrich congenital muscular dystrophy`$children #> list() #> #> $`Ullrich congenital muscular dystrophy`$value #> [1] "Ullrich congenital muscular dystrophy" #> #> #> $`Umbilical hernia` #> $`Umbilical hernia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001537" #> #> $`Umbilical hernia`$`_id` #> [1] "HP_0001537<HP_0001551<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Umbilical hernia`$privateGeneCount #> [1] 0 #> #> $`Umbilical hernia`$publicGeneCount #> [1] 2 #> #> $`Umbilical hernia`$urlId #> [1] "HP_0001537" #> #> $`Umbilical hernia`$dbPhenotype #> [1] TRUE #> #> $`Umbilical hernia`$`_parent` #> [1] "HP_0001551<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Umbilical hernia`$`_is_leaf` #> [1] TRUE #> #> $`Umbilical hernia`$children #> list() #> #> $`Umbilical hernia`$value #> [1] "Umbilical hernia" #> #> #> $`Umbilical hernia` #> $`Umbilical hernia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001537" #> #> $`Umbilical hernia`$`_id` #> [1] "HP_0001537<HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Umbilical hernia`$privateGeneCount #> [1] 0 #> #> $`Umbilical hernia`$publicGeneCount #> [1] 2 #> #> $`Umbilical hernia`$urlId #> [1] "HP_0001537" #> #> $`Umbilical hernia`$dbPhenotype #> [1] TRUE #> #> $`Umbilical hernia`$`_parent` #> [1] "HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Umbilical hernia`$`_is_leaf` #> [1] TRUE #> #> $`Umbilical hernia`$children #> list() #> #> $`Umbilical hernia`$value #> [1] "Umbilical hernia" #> #> #> $`Umbilical hernia` #> $`Umbilical hernia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001537" #> #> $`Umbilical hernia`$`_id` #> [1] "HP_0001537<HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Umbilical hernia`$privateGeneCount #> [1] 0 #> #> $`Umbilical hernia`$publicGeneCount #> [1] 2 #> #> $`Umbilical hernia`$urlId #> [1] "HP_0001537" #> #> $`Umbilical hernia`$dbPhenotype #> [1] TRUE #> #> $`Umbilical hernia`$`_parent` #> [1] "HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Umbilical hernia`$`_is_leaf` #> [1] TRUE #> #> $`Umbilical hernia`$children #> list() #> #> $`Umbilical hernia`$value #> [1] "Umbilical hernia" #> #> #> $`Unusual infection` #> $`Unusual infection`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0032101" #> #> $`Unusual infection`$`_id` #> [1] "HP_0032101<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Unusual infection`$privateGeneCount #> [1] 0 #> #> $`Unusual infection`$publicGeneCount #> [1] 3 #> #> $`Unusual infection`$urlId #> [1] "HP_0032101" #> #> $`Unusual infection`$dbPhenotype #> [1] FALSE #> #> $`Unusual infection`$`_parent` #> [1] "HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> $`Unusual infection`$`_is_leaf` #> [1] FALSE #> #> $`Unusual infection`$children #> $`Unusual infection`$children[[1]] #> [1] "HP_0012302<HP_0032101<HP_0010978<HP_0002715<HP_0000118<HP_0000001" #> #> #> $`Unusual infection`$value #> [1] "Unusual infection" #> #> #> $`Unverricht-Lundborg syndrome` #> $`Unverricht-Lundborg syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3535" #> #> $`Unverricht-Lundborg syndrome`$`_id` #> [1] "DOID_3535<DOID_891<DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Unverricht-Lundborg syndrome`$privateGeneCount #> [1] 0 #> #> $`Unverricht-Lundborg syndrome`$publicGeneCount #> [1] 1 #> #> $`Unverricht-Lundborg syndrome`$urlId #> [1] "DOID_3535" #> #> $`Unverricht-Lundborg syndrome`$dbPhenotype #> [1] TRUE #> #> $`Unverricht-Lundborg syndrome`$`_parent` #> [1] "DOID_891<DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Unverricht-Lundborg syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Unverricht-Lundborg syndrome`$children #> list() #> #> $`Unverricht-Lundborg syndrome`$value #> [1] "Unverricht-Lundborg syndrome" #> #> #> $`Upper motor neuron dysfunction` #> $`Upper motor neuron dysfunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002493" #> #> $`Upper motor neuron dysfunction`$`_id` #> [1] "HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Upper motor neuron dysfunction`$privateGeneCount #> [1] 0 #> #> $`Upper motor neuron dysfunction`$publicGeneCount #> [1] 14 #> #> $`Upper motor neuron dysfunction`$urlId #> [1] "HP_0002493" #> #> $`Upper motor neuron dysfunction`$dbPhenotype #> [1] FALSE #> #> $`Upper motor neuron dysfunction`$`_parent` #> [1] "HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Upper motor neuron dysfunction`$`_is_leaf` #> [1] FALSE #> #> $`Upper motor neuron dysfunction`$children #> $`Upper motor neuron dysfunction`$children[[1]] #> [1] "HP_0001276<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Upper motor neuron dysfunction`$children[[2]] #> [1] "HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Upper motor neuron dysfunction`$value #> [1] "Upper motor neuron dysfunction" #> #> #> $`upper respiratory tract disease` #> $`upper respiratory tract disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_974" #> #> $`upper respiratory tract disease`$`_id` #> [1] "DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`upper respiratory tract disease`$privateGeneCount #> [1] 0 #> #> $`upper respiratory tract disease`$publicGeneCount #> [1] 187 #> #> $`upper respiratory tract disease`$urlId #> [1] "DOID_974" #> #> $`upper respiratory tract disease`$dbPhenotype #> [1] FALSE #> #> $`upper respiratory tract disease`$`_parent` #> [1] "DOID_1579<DOID_7<DOID_4" #> #> $`upper respiratory tract disease`$`_is_leaf` #> [1] FALSE #> #> $`upper respiratory tract disease`$children #> $`upper respiratory tract disease`$children[[1]] #> [1] "DOID_10459<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`upper respiratory tract disease`$children[[2]] #> [1] "DOID_786<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`upper respiratory tract disease`$children[[3]] #> [1] "DOID_1024<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`upper respiratory tract disease`$children[[4]] #> [1] "DOID_9155<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`upper respiratory tract disease`$children[[5]] #> [1] "DOID_9561<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`upper respiratory tract disease`$children[[6]] #> [1] "DOID_2825<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> $`upper respiratory tract disease`$children[[7]] #> [1] "DOID_3225<DOID_974<DOID_1579<DOID_7<DOID_4" #> #> #> $`upper respiratory tract disease`$value #> [1] "upper respiratory tract disease" #> #> #> $`urea cycle disorder` #> $`urea cycle disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9267" #> #> $`urea cycle disorder`$`_id` #> [1] "DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`urea cycle disorder`$privateGeneCount #> [1] 0 #> #> $`urea cycle disorder`$publicGeneCount #> [1] 7 #> #> $`urea cycle disorder`$urlId #> [1] "DOID_9267" #> #> $`urea cycle disorder`$dbPhenotype #> [1] TRUE #> #> $`urea cycle disorder`$`_parent` #> [1] "DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`urea cycle disorder`$`_is_leaf` #> [1] FALSE #> #> $`urea cycle disorder`$children #> $`urea cycle disorder`$children[[1]] #> [1] "DOID_9280<DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`urea cycle disorder`$children[[2]] #> [1] "DOID_9273<DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`urea cycle disorder`$children[[3]] #> [1] "DOID_9278<DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> $`urea cycle disorder`$children[[4]] #> [1] "DOID_9271<DOID_9267<DOID_9252<DOID_655<DOID_0014667<DOID_4" #> #> #> $`urea cycle disorder`$value #> [1] "urea cycle disorder" #> #> #> $uremia #> $uremia$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4676" #> #> $uremia$`_id` #> [1] "DOID_4676<DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $uremia$privateGeneCount #> [1] 0 #> #> $uremia$publicGeneCount #> [1] 20 #> #> $uremia$urlId #> [1] "DOID_4676" #> #> $uremia$dbPhenotype #> [1] TRUE #> #> $uremia$`_parent` #> [1] "DOID_1074<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $uremia$`_is_leaf` #> [1] TRUE #> #> $uremia$children #> list() #> #> $uremia$value #> [1] "uremia" #> #> #> $`ureter cancer` #> $`ureter cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11819" #> #> $`ureter cancer`$`_id` #> [1] "DOID_11819<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureter cancer`$privateGeneCount #> [1] 0 #> #> $`ureter cancer`$publicGeneCount #> [1] 1 #> #> $`ureter cancer`$urlId #> [1] "DOID_11819" #> #> $`ureter cancer`$dbPhenotype #> [1] TRUE #> #> $`ureter cancer`$`_parent` #> [1] "DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureter cancer`$`_is_leaf` #> [1] TRUE #> #> $`ureter cancer`$children #> list() #> #> $`ureter cancer`$value #> [1] "ureter cancer" #> #> #> $`ureter cancer` #> $`ureter cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11819" #> #> $`ureter cancer`$`_id` #> [1] "DOID_11819<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ureter cancer`$privateGeneCount #> [1] 0 #> #> $`ureter cancer`$publicGeneCount #> [1] 1 #> #> $`ureter cancer`$urlId #> [1] "DOID_11819" #> #> $`ureter cancer`$dbPhenotype #> [1] TRUE #> #> $`ureter cancer`$`_parent` #> [1] "DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`ureter cancer`$`_is_leaf` #> [1] TRUE #> #> $`ureter cancer`$children #> list() #> #> $`ureter cancer`$value #> [1] "ureter cancer" #> #> #> $`ureter cancer` #> $`ureter cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11819" #> #> $`ureter cancer`$`_id` #> [1] "DOID_11819<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`ureter cancer`$privateGeneCount #> [1] 0 #> #> $`ureter cancer`$publicGeneCount #> [1] 1 #> #> $`ureter cancer`$urlId #> [1] "DOID_11819" #> #> $`ureter cancer`$dbPhenotype #> [1] TRUE #> #> $`ureter cancer`$`_parent` #> [1] "DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`ureter cancer`$`_is_leaf` #> [1] TRUE #> #> $`ureter cancer`$children #> list() #> #> $`ureter cancer`$value #> [1] "ureter cancer" #> #> #> $`ureteral benign neoplasm` #> $`ureteral benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11885" #> #> $`ureteral benign neoplasm`$`_id` #> [1] "DOID_11885<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureteral benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`ureteral benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`ureteral benign neoplasm`$urlId #> [1] "DOID_11885" #> #> $`ureteral benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`ureteral benign neoplasm`$`_parent` #> [1] "DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureteral benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`ureteral benign neoplasm`$children #> list() #> #> $`ureteral benign neoplasm`$value #> [1] "ureteral benign neoplasm" #> #> #> $`ureteral benign neoplasm` #> $`ureteral benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11885" #> #> $`ureteral benign neoplasm`$`_id` #> [1] "DOID_11885<DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`ureteral benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`ureteral benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`ureteral benign neoplasm`$urlId #> [1] "DOID_11885" #> #> $`ureteral benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`ureteral benign neoplasm`$`_parent` #> [1] "DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`ureteral benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`ureteral benign neoplasm`$children #> list() #> #> $`ureteral benign neoplasm`$value #> [1] "ureteral benign neoplasm" #> #> #> $`ureteral benign neoplasm` #> $`ureteral benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11885" #> #> $`ureteral benign neoplasm`$`_id` #> [1] "DOID_11885<DOID_731<DOID_18<DOID_7<DOID_4" #> #> $`ureteral benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`ureteral benign neoplasm`$publicGeneCount #> [1] 1 #> #> $`ureteral benign neoplasm`$urlId #> [1] "DOID_11885" #> #> $`ureteral benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`ureteral benign neoplasm`$`_parent` #> [1] "DOID_731<DOID_18<DOID_7<DOID_4" #> #> $`ureteral benign neoplasm`$`_is_leaf` #> [1] TRUE #> #> $`ureteral benign neoplasm`$children #> list() #> #> $`ureteral benign neoplasm`$value #> [1] "ureteral benign neoplasm" #> #> #> $`ureteral disease` #> $`ureteral disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1426" #> #> $`ureteral disease`$`_id` #> [1] "DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureteral disease`$privateGeneCount #> [1] 0 #> #> $`ureteral disease`$publicGeneCount #> [1] 25 #> #> $`ureteral disease`$urlId #> [1] "DOID_1426" #> #> $`ureteral disease`$dbPhenotype #> [1] FALSE #> #> $`ureteral disease`$`_parent` #> [1] "DOID_18<DOID_7<DOID_4" #> #> $`ureteral disease`$`_is_leaf` #> [1] FALSE #> #> $`ureteral disease`$children #> $`ureteral disease`$children[[1]] #> [1] "DOID_9266<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureteral disease`$children[[2]] #> [1] "DOID_11819<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureteral disease`$children[[3]] #> [1] "DOID_11885<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureteral disease`$children[[4]] #> [1] "DOID_5199<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureteral disease`$children[[5]] #> [1] "DOID_14146<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureteral disease`$children[[6]] #> [1] "DOID_9620<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> #> $`ureteral disease`$value #> [1] "ureteral disease" #> #> #> $`ureteral obstruction` #> $`ureteral obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5199" #> #> $`ureteral obstruction`$`_id` #> [1] "DOID_5199<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureteral obstruction`$privateGeneCount #> [1] 0 #> #> $`ureteral obstruction`$publicGeneCount #> [1] 6 #> #> $`ureteral obstruction`$urlId #> [1] "DOID_5199" #> #> $`ureteral obstruction`$dbPhenotype #> [1] TRUE #> #> $`ureteral obstruction`$`_parent` #> [1] "DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`ureteral obstruction`$`_is_leaf` #> [1] TRUE #> #> $`ureteral obstruction`$children #> list() #> #> $`ureteral obstruction`$value #> [1] "ureteral obstruction" #> #> #> $`ureteral obstruction` #> $`ureteral obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5199" #> #> $`ureteral obstruction`$`_id` #> [1] "DOID_5199<DOID_5200<DOID_18<DOID_7<DOID_4" #> #> $`ureteral obstruction`$privateGeneCount #> [1] 0 #> #> $`ureteral obstruction`$publicGeneCount #> [1] 6 #> #> $`ureteral obstruction`$urlId #> [1] "DOID_5199" #> #> $`ureteral obstruction`$dbPhenotype #> [1] TRUE #> #> $`ureteral obstruction`$`_parent` #> [1] "DOID_5200<DOID_18<DOID_7<DOID_4" #> #> $`ureteral obstruction`$`_is_leaf` #> [1] TRUE #> #> $`ureteral obstruction`$children #> list() #> #> $`ureteral obstruction`$value #> [1] "ureteral obstruction" #> #> #> $ureterolithiasis #> $ureterolithiasis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14146" #> #> $ureterolithiasis$`_id` #> [1] "DOID_14146<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $ureterolithiasis$privateGeneCount #> [1] 0 #> #> $ureterolithiasis$publicGeneCount #> [1] 4 #> #> $ureterolithiasis$urlId #> [1] "DOID_14146" #> #> $ureterolithiasis$dbPhenotype #> [1] TRUE #> #> $ureterolithiasis$`_parent` #> [1] "DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $ureterolithiasis$`_is_leaf` #> [1] TRUE #> #> $ureterolithiasis$children #> list() #> #> $ureterolithiasis$value #> [1] "ureterolithiasis" #> #> #> $`urethral disease` #> $`urethral disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_732" #> #> $`urethral disease`$`_id` #> [1] "DOID_732<DOID_18<DOID_7<DOID_4" #> #> $`urethral disease`$privateGeneCount #> [1] 0 #> #> $`urethral disease`$publicGeneCount #> [1] 1 #> #> $`urethral disease`$urlId #> [1] "DOID_732" #> #> $`urethral disease`$dbPhenotype #> [1] FALSE #> #> $`urethral disease`$`_parent` #> [1] "DOID_18<DOID_7<DOID_4" #> #> $`urethral disease`$`_is_leaf` #> [1] FALSE #> #> $`urethral disease`$children #> $`urethral disease`$children[[1]] #> [1] "DOID_12577<DOID_732<DOID_18<DOID_7<DOID_4" #> #> #> $`urethral disease`$value #> [1] "urethral disease" #> #> #> $`urethral obstruction` #> $`urethral obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12577" #> #> $`urethral obstruction`$`_id` #> [1] "DOID_12577<DOID_732<DOID_18<DOID_7<DOID_4" #> #> $`urethral obstruction`$privateGeneCount #> [1] 0 #> #> $`urethral obstruction`$publicGeneCount #> [1] 1 #> #> $`urethral obstruction`$urlId #> [1] "DOID_12577" #> #> $`urethral obstruction`$dbPhenotype #> [1] TRUE #> #> $`urethral obstruction`$`_parent` #> [1] "DOID_732<DOID_18<DOID_7<DOID_4" #> #> $`urethral obstruction`$`_is_leaf` #> [1] TRUE #> #> $`urethral obstruction`$children #> list() #> #> $`urethral obstruction`$value #> [1] "urethral obstruction" #> #> #> $`uric acid nephrolithiasis` #> $`uric acid nephrolithiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_580" #> #> $`uric acid nephrolithiasis`$`_id` #> [1] "DOID_580<DOID_585<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`uric acid nephrolithiasis`$privateGeneCount #> [1] 0 #> #> $`uric acid nephrolithiasis`$publicGeneCount #> [1] 1 #> #> $`uric acid nephrolithiasis`$urlId #> [1] "DOID_580" #> #> $`uric acid nephrolithiasis`$dbPhenotype #> [1] TRUE #> #> $`uric acid nephrolithiasis`$`_parent` #> [1] "DOID_585<DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`uric acid nephrolithiasis`$`_is_leaf` #> [1] TRUE #> #> $`uric acid nephrolithiasis`$children #> list() #> #> $`uric acid nephrolithiasis`$value #> [1] "uric acid nephrolithiasis" #> #> #> $`Uric acid nephrolithiasis` #> $`Uric acid nephrolithiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000791" #> #> $`Uric acid nephrolithiasis`$`_id` #> [1] "HP_0000791<HP_0000787<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Uric acid nephrolithiasis`$privateGeneCount #> [1] 0 #> #> $`Uric acid nephrolithiasis`$publicGeneCount #> [1] 1 #> #> $`Uric acid nephrolithiasis`$urlId #> [1] "HP_0000791" #> #> $`Uric acid nephrolithiasis`$dbPhenotype #> [1] TRUE #> #> $`Uric acid nephrolithiasis`$`_parent` #> [1] "HP_0000787<HP_0012210<HP_0000077<HP_0010935<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Uric acid nephrolithiasis`$`_is_leaf` #> [1] TRUE #> #> $`Uric acid nephrolithiasis`$children #> list() #> #> $`Uric acid nephrolithiasis`$value #> [1] "Uric acid nephrolithiasis" #> #> #> $`urinary bladder cancer` #> $`urinary bladder cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11054" #> #> $`urinary bladder cancer`$`_id` #> [1] "DOID_11054<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`urinary bladder cancer`$privateGeneCount #> [1] 0 #> #> $`urinary bladder cancer`$publicGeneCount #> [1] 239 #> #> $`urinary bladder cancer`$urlId #> [1] "DOID_11054" #> #> $`urinary bladder cancer`$dbPhenotype #> [1] TRUE #> #> $`urinary bladder cancer`$`_parent` #> [1] "DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`urinary bladder cancer`$`_is_leaf` #> [1] TRUE #> #> $`urinary bladder cancer`$children #> list() #> #> $`urinary bladder cancer`$value #> [1] "urinary bladder cancer" #> #> #> $`urinary bladder cancer` #> $`urinary bladder cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11054" #> #> $`urinary bladder cancer`$`_id` #> [1] "DOID_11054<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`urinary bladder cancer`$privateGeneCount #> [1] 0 #> #> $`urinary bladder cancer`$publicGeneCount #> [1] 239 #> #> $`urinary bladder cancer`$urlId #> [1] "DOID_11054" #> #> $`urinary bladder cancer`$dbPhenotype #> [1] TRUE #> #> $`urinary bladder cancer`$`_parent` #> [1] "DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`urinary bladder cancer`$`_is_leaf` #> [1] TRUE #> #> $`urinary bladder cancer`$children #> list() #> #> $`urinary bladder cancer`$value #> [1] "urinary bladder cancer" #> #> #> $`urinary bladder cancer` #> $`urinary bladder cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11054" #> #> $`urinary bladder cancer`$`_id` #> [1] "DOID_11054<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`urinary bladder cancer`$privateGeneCount #> [1] 0 #> #> $`urinary bladder cancer`$publicGeneCount #> [1] 239 #> #> $`urinary bladder cancer`$urlId #> [1] "DOID_11054" #> #> $`urinary bladder cancer`$dbPhenotype #> [1] TRUE #> #> $`urinary bladder cancer`$`_parent` #> [1] "DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`urinary bladder cancer`$`_is_leaf` #> [1] TRUE #> #> $`urinary bladder cancer`$children #> list() #> #> $`urinary bladder cancer`$value #> [1] "urinary bladder cancer" #> #> #> $`Urinary incontinence` #> $`Urinary incontinence`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000020" #> #> $`Urinary incontinence`$`_id` #> [1] "HP_0000020<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Urinary incontinence`$privateGeneCount #> [1] 0 #> #> $`Urinary incontinence`$publicGeneCount #> [1] 1 #> #> $`Urinary incontinence`$urlId #> [1] "HP_0000020" #> #> $`Urinary incontinence`$dbPhenotype #> [1] FALSE #> #> $`Urinary incontinence`$`_parent` #> [1] "HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Urinary incontinence`$`_is_leaf` #> [1] FALSE #> #> $`Urinary incontinence`$children #> $`Urinary incontinence`$children[[1]] #> [1] "HP_0010992<HP_0000020<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Urinary incontinence`$value #> [1] "Urinary incontinence" #> #> #> $`Urinary retention` #> $`Urinary retention`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000016" #> #> $`Urinary retention`$`_id` #> [1] "HP_0000016<HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Urinary retention`$privateGeneCount #> [1] 0 #> #> $`Urinary retention`$publicGeneCount #> [1] 2 #> #> $`Urinary retention`$urlId #> [1] "HP_0000016" #> #> $`Urinary retention`$dbPhenotype #> [1] TRUE #> #> $`Urinary retention`$`_parent` #> [1] "HP_0000009<HP_0000014<HP_0010936<HP_0000079<HP_0000119<HP_0000118<HP_0000001" #> #> $`Urinary retention`$`_is_leaf` #> [1] TRUE #> #> $`Urinary retention`$children #> list() #> #> $`Urinary retention`$value #> [1] "Urinary retention" #> #> #> $`urinary schistosomiasis` #> $`urinary schistosomiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1394" #> #> $`urinary schistosomiasis`$`_id` #> [1] "DOID_1394<DOID_1395<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $`urinary schistosomiasis`$privateGeneCount #> [1] 0 #> #> $`urinary schistosomiasis`$publicGeneCount #> [1] 3 #> #> $`urinary schistosomiasis`$urlId #> [1] "DOID_1394" #> #> $`urinary schistosomiasis`$dbPhenotype #> [1] TRUE #> #> $`urinary schistosomiasis`$`_parent` #> [1] "DOID_1395<DOID_883<DOID_1398<DOID_0050117<DOID_4" #> #> $`urinary schistosomiasis`$`_is_leaf` #> [1] TRUE #> #> $`urinary schistosomiasis`$children #> list() #> #> $`urinary schistosomiasis`$value #> [1] "urinary schistosomiasis" #> #> #> $`urinary schistosomiasis` #> $`urinary schistosomiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1394" #> #> $`urinary schistosomiasis`$`_id` #> [1] "DOID_1394<DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`urinary schistosomiasis`$privateGeneCount #> [1] 0 #> #> $`urinary schistosomiasis`$publicGeneCount #> [1] 3 #> #> $`urinary schistosomiasis`$urlId #> [1] "DOID_1394" #> #> $`urinary schistosomiasis`$dbPhenotype #> [1] TRUE #> #> $`urinary schistosomiasis`$`_parent` #> [1] "DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`urinary schistosomiasis`$`_is_leaf` #> [1] TRUE #> #> $`urinary schistosomiasis`$children #> list() #> #> $`urinary schistosomiasis`$value #> [1] "urinary schistosomiasis" #> #> #> $`urinary system benign neoplasm` #> $`urinary system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_731" #> #> $`urinary system benign neoplasm`$`_id` #> [1] "DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`urinary system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`urinary system benign neoplasm`$publicGeneCount #> [1] 23 #> #> $`urinary system benign neoplasm`$urlId #> [1] "DOID_731" #> #> $`urinary system benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`urinary system benign neoplasm`$`_parent` #> [1] "DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`urinary system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`urinary system benign neoplasm`$children #> $`urinary system benign neoplasm`$children[[1]] #> [1] "DOID_3116<DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`urinary system benign neoplasm`$children[[2]] #> [1] "DOID_11885<DOID_731<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`urinary system benign neoplasm`$value #> [1] "urinary system benign neoplasm" #> #> #> $`urinary system benign neoplasm` #> $`urinary system benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_731" #> #> $`urinary system benign neoplasm`$`_id` #> [1] "DOID_731<DOID_18<DOID_7<DOID_4" #> #> $`urinary system benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`urinary system benign neoplasm`$publicGeneCount #> [1] 23 #> #> $`urinary system benign neoplasm`$urlId #> [1] "DOID_731" #> #> $`urinary system benign neoplasm`$dbPhenotype #> [1] TRUE #> #> $`urinary system benign neoplasm`$`_parent` #> [1] "DOID_18<DOID_7<DOID_4" #> #> $`urinary system benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`urinary system benign neoplasm`$children #> $`urinary system benign neoplasm`$children[[1]] #> [1] "DOID_3116<DOID_731<DOID_18<DOID_7<DOID_4" #> #> $`urinary system benign neoplasm`$children[[2]] #> [1] "DOID_11885<DOID_731<DOID_18<DOID_7<DOID_4" #> #> #> $`urinary system benign neoplasm`$value #> [1] "urinary system benign neoplasm" #> #> #> $`urinary system cancer` #> $`urinary system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3996" #> #> $`urinary system cancer`$`_id` #> [1] "DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`urinary system cancer`$privateGeneCount #> [1] 0 #> #> $`urinary system cancer`$publicGeneCount #> [1] 470 #> #> $`urinary system cancer`$urlId #> [1] "DOID_3996" #> #> $`urinary system cancer`$dbPhenotype #> [1] FALSE #> #> $`urinary system cancer`$`_parent` #> [1] "DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`urinary system cancer`$`_is_leaf` #> [1] FALSE #> #> $`urinary system cancer`$children #> $`urinary system cancer`$children[[1]] #> [1] "DOID_263<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`urinary system cancer`$children[[2]] #> [1] "DOID_11819<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`urinary system cancer`$children[[3]] #> [1] "DOID_11054<DOID_3996<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`urinary system cancer`$value #> [1] "urinary system cancer" #> #> #> $`urinary system cancer` #> $`urinary system cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3996" #> #> $`urinary system cancer`$`_id` #> [1] "DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`urinary system cancer`$privateGeneCount #> [1] 0 #> #> $`urinary system cancer`$publicGeneCount #> [1] 470 #> #> $`urinary system cancer`$urlId #> [1] "DOID_3996" #> #> $`urinary system cancer`$dbPhenotype #> [1] FALSE #> #> $`urinary system cancer`$`_parent` #> [1] "DOID_18<DOID_7<DOID_4" #> #> $`urinary system cancer`$`_is_leaf` #> [1] FALSE #> #> $`urinary system cancer`$children #> $`urinary system cancer`$children[[1]] #> [1] "DOID_263<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`urinary system cancer`$children[[2]] #> [1] "DOID_11819<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`urinary system cancer`$children[[3]] #> [1] "DOID_11054<DOID_3996<DOID_18<DOID_7<DOID_4" #> #> #> $`urinary system cancer`$value #> [1] "urinary system cancer" #> #> #> $`urinary system disease` #> $`urinary system disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_18" #> #> $`urinary system disease`$`_id` #> [1] "DOID_18<DOID_7<DOID_4" #> #> $`urinary system disease`$privateGeneCount #> [1] 0 #> #> $`urinary system disease`$publicGeneCount #> [1] 1304 #> #> $`urinary system disease`$urlId #> [1] "DOID_18" #> #> $`urinary system disease`$dbPhenotype #> [1] FALSE #> #> $`urinary system disease`$`_parent` #> [1] "DOID_7<DOID_4" #> #> $`urinary system disease`$`_is_leaf` #> [1] FALSE #> #> $`urinary system disease`$children #> $`urinary system disease`$children[[1]] #> [1] "DOID_365<DOID_18<DOID_7<DOID_4" #> #> $`urinary system disease`$children[[2]] #> [1] "DOID_557<DOID_18<DOID_7<DOID_4" #> #> $`urinary system disease`$children[[3]] #> [1] "DOID_9590<DOID_18<DOID_7<DOID_4" #> #> $`urinary system disease`$children[[4]] #> [1] "DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`urinary system disease`$children[[5]] #> [1] "DOID_732<DOID_18<DOID_7<DOID_4" #> #> $`urinary system disease`$children[[6]] #> [1] "DOID_731<DOID_18<DOID_7<DOID_4" #> #> $`urinary system disease`$children[[7]] #> [1] "DOID_3996<DOID_18<DOID_7<DOID_4" #> #> $`urinary system disease`$children[[8]] #> [1] "DOID_5200<DOID_18<DOID_7<DOID_4" #> #> #> $`urinary system disease`$value #> [1] "urinary system disease" #> #> #> $`Urinary tract neoplasm` #> $`Urinary tract neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010786" #> #> $`Urinary tract neoplasm`$`_id` #> [1] "HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> $`Urinary tract neoplasm`$privateGeneCount #> [1] 0 #> #> $`Urinary tract neoplasm`$publicGeneCount #> [1] 2 #> #> $`Urinary tract neoplasm`$urlId #> [1] "HP_0010786" #> #> $`Urinary tract neoplasm`$dbPhenotype #> [1] FALSE #> #> $`Urinary tract neoplasm`$`_parent` #> [1] "HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> $`Urinary tract neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`Urinary tract neoplasm`$children #> $`Urinary tract neoplasm`$children[[1]] #> [1] "HP_0009726<HP_0010786<HP_0007379<HP_0000119<HP_0000118<HP_0000001" #> #> #> $`Urinary tract neoplasm`$value #> [1] "Urinary tract neoplasm" #> #> #> $`urinary tract obstruction` #> $`urinary tract obstruction`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5200" #> #> $`urinary tract obstruction`$`_id` #> [1] "DOID_5200<DOID_18<DOID_7<DOID_4" #> #> $`urinary tract obstruction`$privateGeneCount #> [1] 0 #> #> $`urinary tract obstruction`$publicGeneCount #> [1] 12 #> #> $`urinary tract obstruction`$urlId #> [1] "DOID_5200" #> #> $`urinary tract obstruction`$dbPhenotype #> [1] FALSE #> #> $`urinary tract obstruction`$`_parent` #> [1] "DOID_18<DOID_7<DOID_4" #> #> $`urinary tract obstruction`$`_is_leaf` #> [1] FALSE #> #> $`urinary tract obstruction`$children #> $`urinary tract obstruction`$children[[1]] #> [1] "DOID_11111<DOID_5200<DOID_18<DOID_7<DOID_4" #> #> $`urinary tract obstruction`$children[[2]] #> [1] "DOID_5199<DOID_5200<DOID_18<DOID_7<DOID_4" #> #> #> $`urinary tract obstruction`$value #> [1] "urinary tract obstruction" #> #> #> $`urofacial syndrome` #> $`urofacial syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050816" #> #> $`urofacial syndrome`$`_id` #> [1] "DOID_0050816<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`urofacial syndrome`$privateGeneCount #> [1] 0 #> #> $`urofacial syndrome`$publicGeneCount #> [1] 2 #> #> $`urofacial syndrome`$urlId #> [1] "DOID_0050816" #> #> $`urofacial syndrome`$dbPhenotype #> [1] TRUE #> #> $`urofacial syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`urofacial syndrome`$`_is_leaf` #> [1] TRUE #> #> $`urofacial syndrome`$children #> list() #> #> $`urofacial syndrome`$value #> [1] "urofacial syndrome" #> #> #> $`urofacial syndrome` #> $`urofacial syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050816" #> #> $`urofacial syndrome`$`_id` #> [1] "DOID_0050816<DOID_225<DOID_4" #> #> $`urofacial syndrome`$privateGeneCount #> [1] 0 #> #> $`urofacial syndrome`$publicGeneCount #> [1] 2 #> #> $`urofacial syndrome`$urlId #> [1] "DOID_0050816" #> #> $`urofacial syndrome`$dbPhenotype #> [1] TRUE #> #> $`urofacial syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`urofacial syndrome`$`_is_leaf` #> [1] TRUE #> #> $`urofacial syndrome`$children #> list() #> #> $`urofacial syndrome`$value #> [1] "urofacial syndrome" #> #> #> $`urogenital tuberculosis` #> $`urogenital tuberculosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2149" #> #> $`urogenital tuberculosis`$`_id` #> [1] "DOID_2149<DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`urogenital tuberculosis`$privateGeneCount #> [1] 0 #> #> $`urogenital tuberculosis`$publicGeneCount #> [1] 1 #> #> $`urogenital tuberculosis`$urlId #> [1] "DOID_2149" #> #> $`urogenital tuberculosis`$dbPhenotype #> [1] FALSE #> #> $`urogenital tuberculosis`$`_parent` #> [1] "DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> $`urogenital tuberculosis`$`_is_leaf` #> [1] FALSE #> #> $`urogenital tuberculosis`$children #> $`urogenital tuberculosis`$children[[1]] #> [1] "DOID_9733<DOID_2149<DOID_0050598<DOID_399<DOID_0050338<DOID_104<DOID_0050117<DOID_4" #> #> #> $`urogenital tuberculosis`$value #> [1] "urogenital tuberculosis" #> #> #> $urticaria #> $urticaria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1555" #> #> $urticaria$`_id` #> [1] "DOID_1555<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $urticaria$privateGeneCount #> [1] 0 #> #> $urticaria$publicGeneCount #> [1] 28 #> #> $urticaria$urlId #> [1] "DOID_1555" #> #> $urticaria$dbPhenotype #> [1] TRUE #> #> $urticaria$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $urticaria$`_is_leaf` #> [1] FALSE #> #> $urticaria$children #> $urticaria$children[[1]] #> [1] "DOID_0060220<DOID_1555<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $urticaria$value #> [1] "urticaria" #> #> #> $`urticaria pigmentosa` #> $`urticaria pigmentosa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12309" #> #> $`urticaria pigmentosa`$`_id` #> [1] "DOID_12309<DOID_3663<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`urticaria pigmentosa`$privateGeneCount #> [1] 0 #> #> $`urticaria pigmentosa`$publicGeneCount #> [1] 1 #> #> $`urticaria pigmentosa`$urlId #> [1] "DOID_12309" #> #> $`urticaria pigmentosa`$dbPhenotype #> [1] TRUE #> #> $`urticaria pigmentosa`$`_parent` #> [1] "DOID_3663<DOID_350<DOID_9500<DOID_74<DOID_7<DOID_4" #> #> $`urticaria pigmentosa`$`_is_leaf` #> [1] TRUE #> #> $`urticaria pigmentosa`$children #> list() #> #> $`urticaria pigmentosa`$value #> [1] "urticaria pigmentosa" #> #> #> $`urticaria pigmentosa` #> $`urticaria pigmentosa`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12309" #> #> $`urticaria pigmentosa`$`_id` #> [1] "DOID_12309<DOID_3663<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`urticaria pigmentosa`$privateGeneCount #> [1] 0 #> #> $`urticaria pigmentosa`$publicGeneCount #> [1] 1 #> #> $`urticaria pigmentosa`$urlId #> [1] "DOID_12309" #> #> $`urticaria pigmentosa`$dbPhenotype #> [1] TRUE #> #> $`urticaria pigmentosa`$`_parent` #> [1] "DOID_3663<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`urticaria pigmentosa`$`_is_leaf` #> [1] TRUE #> #> $`urticaria pigmentosa`$children #> list() #> #> $`urticaria pigmentosa`$value #> [1] "urticaria pigmentosa" #> #> #> $`Usher syndrome` #> $`Usher syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050439" #> #> $`Usher syndrome`$`_id` #> [1] "DOID_0050439<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Usher syndrome`$privateGeneCount #> [1] 0 #> #> $`Usher syndrome`$publicGeneCount #> [1] 12 #> #> $`Usher syndrome`$urlId #> [1] "DOID_0050439" #> #> $`Usher syndrome`$dbPhenotype #> [1] TRUE #> #> $`Usher syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Usher syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Usher syndrome`$children #> list() #> #> $`Usher syndrome`$value #> [1] "Usher syndrome" #> #> #> $`Usher syndrome` #> $`Usher syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050439" #> #> $`Usher syndrome`$`_id` #> [1] "DOID_0050439<DOID_225<DOID_4" #> #> $`Usher syndrome`$privateGeneCount #> [1] 0 #> #> $`Usher syndrome`$publicGeneCount #> [1] 12 #> #> $`Usher syndrome`$urlId #> [1] "DOID_0050439" #> #> $`Usher syndrome`$dbPhenotype #> [1] TRUE #> #> $`Usher syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Usher syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Usher syndrome`$children #> list() #> #> $`Usher syndrome`$value #> [1] "Usher syndrome" #> #> #> $`uterine benign neoplasm` #> $`uterine benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060095" #> #> $`uterine benign neoplasm`$`_id` #> [1] "DOID_0060095<DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`uterine benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`uterine benign neoplasm`$publicGeneCount #> [1] 40 #> #> $`uterine benign neoplasm`$urlId #> [1] "DOID_0060095" #> #> $`uterine benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`uterine benign neoplasm`$`_parent` #> [1] "DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`uterine benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`uterine benign neoplasm`$children #> $`uterine benign neoplasm`$children[[1]] #> [1] "DOID_277<DOID_0060095<DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`uterine benign neoplasm`$children[[2]] #> [1] "DOID_13223<DOID_0060095<DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> #> $`uterine benign neoplasm`$value #> [1] "uterine benign neoplasm" #> #> #> $`uterine benign neoplasm` #> $`uterine benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060095" #> #> $`uterine benign neoplasm`$`_id` #> [1] "DOID_0060095<DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`uterine benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`uterine benign neoplasm`$publicGeneCount #> [1] 40 #> #> $`uterine benign neoplasm`$urlId #> [1] "DOID_0060095" #> #> $`uterine benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`uterine benign neoplasm`$`_parent` #> [1] "DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`uterine benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`uterine benign neoplasm`$children #> $`uterine benign neoplasm`$children[[1]] #> [1] "DOID_277<DOID_0060095<DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`uterine benign neoplasm`$children[[2]] #> [1] "DOID_13223<DOID_0060095<DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> #> $`uterine benign neoplasm`$value #> [1] "uterine benign neoplasm" #> #> #> $`uterine benign neoplasm` #> $`uterine benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060095" #> #> $`uterine benign neoplasm`$`_id` #> [1] "DOID_0060095<DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`uterine benign neoplasm`$publicGeneCount #> [1] 40 #> #> $`uterine benign neoplasm`$urlId #> [1] "DOID_0060095" #> #> $`uterine benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`uterine benign neoplasm`$`_parent` #> [1] "DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`uterine benign neoplasm`$children #> $`uterine benign neoplasm`$children[[1]] #> [1] "DOID_277<DOID_0060095<DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine benign neoplasm`$children[[2]] #> [1] "DOID_13223<DOID_0060095<DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`uterine benign neoplasm`$value #> [1] "uterine benign neoplasm" #> #> #> $`uterine benign neoplasm` #> $`uterine benign neoplasm`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060095" #> #> $`uterine benign neoplasm`$`_id` #> [1] "DOID_0060095<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine benign neoplasm`$privateGeneCount #> [1] 0 #> #> $`uterine benign neoplasm`$publicGeneCount #> [1] 40 #> #> $`uterine benign neoplasm`$urlId #> [1] "DOID_0060095" #> #> $`uterine benign neoplasm`$dbPhenotype #> [1] FALSE #> #> $`uterine benign neoplasm`$`_parent` #> [1] "DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine benign neoplasm`$`_is_leaf` #> [1] FALSE #> #> $`uterine benign neoplasm`$children #> $`uterine benign neoplasm`$children[[1]] #> [1] "DOID_277<DOID_0060095<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine benign neoplasm`$children[[2]] #> [1] "DOID_13223<DOID_0060095<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`uterine benign neoplasm`$value #> [1] "uterine benign neoplasm" #> #> #> $`uterine cancer` #> $`uterine cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_363" #> #> $`uterine cancer`$`_id` #> [1] "DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`uterine cancer`$privateGeneCount #> [1] 0 #> #> $`uterine cancer`$publicGeneCount #> [1] 286 #> #> $`uterine cancer`$urlId #> [1] "DOID_363" #> #> $`uterine cancer`$dbPhenotype #> [1] TRUE #> #> $`uterine cancer`$`_parent` #> [1] "DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`uterine cancer`$`_is_leaf` #> [1] FALSE #> #> $`uterine cancer`$children #> $`uterine cancer`$children[[1]] #> [1] "DOID_4362<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`uterine cancer`$children[[2]] #> [1] "DOID_1380<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`uterine cancer`$children[[3]] #> [1] "DOID_2021<DOID_363<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`uterine cancer`$value #> [1] "uterine cancer" #> #> #> $`uterine cancer` #> $`uterine cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_363" #> #> $`uterine cancer`$`_id` #> [1] "DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine cancer`$privateGeneCount #> [1] 0 #> #> $`uterine cancer`$publicGeneCount #> [1] 286 #> #> $`uterine cancer`$urlId #> [1] "DOID_363" #> #> $`uterine cancer`$dbPhenotype #> [1] TRUE #> #> $`uterine cancer`$`_parent` #> [1] "DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine cancer`$`_is_leaf` #> [1] FALSE #> #> $`uterine cancer`$children #> $`uterine cancer`$children[[1]] #> [1] "DOID_4362<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine cancer`$children[[2]] #> [1] "DOID_1380<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine cancer`$children[[3]] #> [1] "DOID_2021<DOID_363<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`uterine cancer`$value #> [1] "uterine cancer" #> #> #> $`uterine cancer` #> $`uterine cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_363" #> #> $`uterine cancer`$`_id` #> [1] "DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine cancer`$privateGeneCount #> [1] 0 #> #> $`uterine cancer`$publicGeneCount #> [1] 286 #> #> $`uterine cancer`$urlId #> [1] "DOID_363" #> #> $`uterine cancer`$dbPhenotype #> [1] TRUE #> #> $`uterine cancer`$`_parent` #> [1] "DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine cancer`$`_is_leaf` #> [1] FALSE #> #> $`uterine cancer`$children #> $`uterine cancer`$children[[1]] #> [1] "DOID_4362<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine cancer`$children[[2]] #> [1] "DOID_1380<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine cancer`$children[[3]] #> [1] "DOID_2021<DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`uterine cancer`$value #> [1] "uterine cancer" #> #> #> $`uterine disease` #> $`uterine disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_345" #> #> $`uterine disease`$`_id` #> [1] "DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine disease`$privateGeneCount #> [1] 0 #> #> $`uterine disease`$publicGeneCount #> [1] 483 #> #> $`uterine disease`$urlId #> [1] "DOID_345" #> #> $`uterine disease`$dbPhenotype #> [1] TRUE #> #> $`uterine disease`$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine disease`$`_is_leaf` #> [1] FALSE #> #> $`uterine disease`$children #> $`uterine disease`$children[[1]] #> [1] "DOID_2253<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine disease`$children[[2]] #> [1] "DOID_288<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine disease`$children[[3]] #> [1] "DOID_780<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine disease`$children[[4]] #> [1] "DOID_0060095<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine disease`$children[[5]] #> [1] "DOID_363<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine disease`$children[[6]] #> [1] "DOID_9108<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`uterine disease`$value #> [1] "uterine disease" #> #> #> $`uterine fibroid` #> $`uterine fibroid`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13223" #> #> $`uterine fibroid`$`_id` #> [1] "DOID_13223<DOID_0060095<DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`uterine fibroid`$privateGeneCount #> [1] 0 #> #> $`uterine fibroid`$publicGeneCount #> [1] 36 #> #> $`uterine fibroid`$urlId #> [1] "DOID_13223" #> #> $`uterine fibroid`$dbPhenotype #> [1] TRUE #> #> $`uterine fibroid`$`_parent` #> [1] "DOID_0060095<DOID_0060086<DOID_0050622<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`uterine fibroid`$`_is_leaf` #> [1] TRUE #> #> $`uterine fibroid`$children #> list() #> #> $`uterine fibroid`$value #> [1] "uterine fibroid" #> #> #> $`uterine fibroid` #> $`uterine fibroid`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13223" #> #> $`uterine fibroid`$`_id` #> [1] "DOID_13223<DOID_0060095<DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`uterine fibroid`$privateGeneCount #> [1] 0 #> #> $`uterine fibroid`$publicGeneCount #> [1] 36 #> #> $`uterine fibroid`$urlId #> [1] "DOID_13223" #> #> $`uterine fibroid`$dbPhenotype #> [1] TRUE #> #> $`uterine fibroid`$`_parent` #> [1] "DOID_0060095<DOID_0060086<DOID_0050622<DOID_15<DOID_7<DOID_4" #> #> $`uterine fibroid`$`_is_leaf` #> [1] TRUE #> #> $`uterine fibroid`$children #> list() #> #> $`uterine fibroid`$value #> [1] "uterine fibroid" #> #> #> $`uterine fibroid` #> $`uterine fibroid`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13223" #> #> $`uterine fibroid`$`_id` #> [1] "DOID_13223<DOID_0060095<DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine fibroid`$privateGeneCount #> [1] 0 #> #> $`uterine fibroid`$publicGeneCount #> [1] 36 #> #> $`uterine fibroid`$urlId #> [1] "DOID_13223" #> #> $`uterine fibroid`$dbPhenotype #> [1] TRUE #> #> $`uterine fibroid`$`_parent` #> [1] "DOID_0060095<DOID_0060086<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine fibroid`$`_is_leaf` #> [1] TRUE #> #> $`uterine fibroid`$children #> list() #> #> $`uterine fibroid`$value #> [1] "uterine fibroid" #> #> #> $`uterine fibroid` #> $`uterine fibroid`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13223" #> #> $`uterine fibroid`$`_id` #> [1] "DOID_13223<DOID_0060095<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine fibroid`$privateGeneCount #> [1] 0 #> #> $`uterine fibroid`$publicGeneCount #> [1] 36 #> #> $`uterine fibroid`$urlId #> [1] "DOID_13223" #> #> $`uterine fibroid`$dbPhenotype #> [1] TRUE #> #> $`uterine fibroid`$`_parent` #> [1] "DOID_0060095<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterine fibroid`$`_is_leaf` #> [1] TRUE #> #> $`uterine fibroid`$children #> list() #> #> $`uterine fibroid`$value #> [1] "uterine fibroid" #> #> #> $`uterus carcinoma in situ` #> $`uterus carcinoma in situ`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9108" #> #> $`uterus carcinoma in situ`$`_id` #> [1] "DOID_9108<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterus carcinoma in situ`$privateGeneCount #> [1] 0 #> #> $`uterus carcinoma in situ`$publicGeneCount #> [1] 45 #> #> $`uterus carcinoma in situ`$urlId #> [1] "DOID_9108" #> #> $`uterus carcinoma in situ`$dbPhenotype #> [1] FALSE #> #> $`uterus carcinoma in situ`$`_parent` #> [1] "DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`uterus carcinoma in situ`$`_is_leaf` #> [1] FALSE #> #> $`uterus carcinoma in situ`$children #> $`uterus carcinoma in situ`$children[[1]] #> [1] "DOID_8991<DOID_9108<DOID_345<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`uterus carcinoma in situ`$value #> [1] "uterus carcinoma in situ" #> #> #> $`uterus carcinoma in situ` #> $`uterus carcinoma in situ`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9108" #> #> $`uterus carcinoma in situ`$`_id` #> [1] "DOID_9108<DOID_8719<DOID_0060071<DOID_14566<DOID_4" #> #> $`uterus carcinoma in situ`$privateGeneCount #> [1] 0 #> #> $`uterus carcinoma in situ`$publicGeneCount #> [1] 45 #> #> $`uterus carcinoma in situ`$urlId #> [1] "DOID_9108" #> #> $`uterus carcinoma in situ`$dbPhenotype #> [1] FALSE #> #> $`uterus carcinoma in situ`$`_parent` #> [1] "DOID_8719<DOID_0060071<DOID_14566<DOID_4" #> #> $`uterus carcinoma in situ`$`_is_leaf` #> [1] FALSE #> #> $`uterus carcinoma in situ`$children #> $`uterus carcinoma in situ`$children[[1]] #> [1] "DOID_8991<DOID_9108<DOID_8719<DOID_0060071<DOID_14566<DOID_4" #> #> #> $`uterus carcinoma in situ`$value #> [1] "uterus carcinoma in situ" #> #> #> $`UV-sensitive syndrome` #> $`UV-sensitive syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060240" #> #> $`UV-sensitive syndrome`$`_id` #> [1] "DOID_0060240<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`UV-sensitive syndrome`$privateGeneCount #> [1] 0 #> #> $`UV-sensitive syndrome`$publicGeneCount #> [1] 3 #> #> $`UV-sensitive syndrome`$urlId #> [1] "DOID_0060240" #> #> $`UV-sensitive syndrome`$dbPhenotype #> [1] TRUE #> #> $`UV-sensitive syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`UV-sensitive syndrome`$`_is_leaf` #> [1] TRUE #> #> $`UV-sensitive syndrome`$children #> list() #> #> $`UV-sensitive syndrome`$value #> [1] "UV-sensitive syndrome" #> #> #> $`UV-sensitive syndrome` #> $`UV-sensitive syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060240" #> #> $`UV-sensitive syndrome`$`_id` #> [1] "DOID_0060240<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`UV-sensitive syndrome`$privateGeneCount #> [1] 0 #> #> $`UV-sensitive syndrome`$publicGeneCount #> [1] 3 #> #> $`UV-sensitive syndrome`$urlId #> [1] "DOID_0060240" #> #> $`UV-sensitive syndrome`$dbPhenotype #> [1] TRUE #> #> $`UV-sensitive syndrome`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`UV-sensitive syndrome`$`_is_leaf` #> [1] TRUE #> #> $`UV-sensitive syndrome`$children #> list() #> #> $`UV-sensitive syndrome`$value #> [1] "UV-sensitive syndrome" #> #> #> $`uveal cancer` #> $`uveal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3479" #> #> $`uveal cancer`$`_id` #> [1] "DOID_3479<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal cancer`$privateGeneCount #> [1] 0 #> #> $`uveal cancer`$publicGeneCount #> [1] 14 #> #> $`uveal cancer`$urlId #> [1] "DOID_3479" #> #> $`uveal cancer`$dbPhenotype #> [1] FALSE #> #> $`uveal cancer`$`_parent` #> [1] "DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal cancer`$`_is_leaf` #> [1] FALSE #> #> $`uveal cancer`$children #> $`uveal cancer`$children[[1]] #> [1] "DOID_6039<DOID_3479<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`uveal cancer`$value #> [1] "uveal cancer" #> #> #> $`uveal cancer` #> $`uveal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3479" #> #> $`uveal cancer`$`_id` #> [1] "DOID_3479<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`uveal cancer`$privateGeneCount #> [1] 0 #> #> $`uveal cancer`$publicGeneCount #> [1] 14 #> #> $`uveal cancer`$urlId #> [1] "DOID_3479" #> #> $`uveal cancer`$dbPhenotype #> [1] FALSE #> #> $`uveal cancer`$`_parent` #> [1] "DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`uveal cancer`$`_is_leaf` #> [1] FALSE #> #> $`uveal cancer`$children #> $`uveal cancer`$children[[1]] #> [1] "DOID_6039<DOID_3479<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`uveal cancer`$value #> [1] "uveal cancer" #> #> #> $`uveal cancer` #> $`uveal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3479" #> #> $`uveal cancer`$`_id` #> [1] "DOID_3479<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`uveal cancer`$privateGeneCount #> [1] 0 #> #> $`uveal cancer`$publicGeneCount #> [1] 14 #> #> $`uveal cancer`$urlId #> [1] "DOID_3479" #> #> $`uveal cancer`$dbPhenotype #> [1] FALSE #> #> $`uveal cancer`$`_parent` #> [1] "DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`uveal cancer`$`_is_leaf` #> [1] FALSE #> #> $`uveal cancer`$children #> $`uveal cancer`$children[[1]] #> [1] "DOID_6039<DOID_3479<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> #> $`uveal cancer`$value #> [1] "uveal cancer" #> #> #> $`uveal cancer` #> $`uveal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3479" #> #> $`uveal cancer`$`_id` #> [1] "DOID_3479<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal cancer`$privateGeneCount #> [1] 0 #> #> $`uveal cancer`$publicGeneCount #> [1] 14 #> #> $`uveal cancer`$urlId #> [1] "DOID_3479" #> #> $`uveal cancer`$dbPhenotype #> [1] FALSE #> #> $`uveal cancer`$`_parent` #> [1] "DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal cancer`$`_is_leaf` #> [1] FALSE #> #> $`uveal cancer`$children #> $`uveal cancer`$children[[1]] #> [1] "DOID_6039<DOID_3479<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`uveal cancer`$value #> [1] "uveal cancer" #> #> #> $`uveal cancer` #> $`uveal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3479" #> #> $`uveal cancer`$`_id` #> [1] "DOID_3479<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal cancer`$privateGeneCount #> [1] 0 #> #> $`uveal cancer`$publicGeneCount #> [1] 14 #> #> $`uveal cancer`$urlId #> [1] "DOID_3479" #> #> $`uveal cancer`$dbPhenotype #> [1] FALSE #> #> $`uveal cancer`$`_parent` #> [1] "DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal cancer`$`_is_leaf` #> [1] FALSE #> #> $`uveal cancer`$children #> $`uveal cancer`$children[[1]] #> [1] "DOID_6039<DOID_3479<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`uveal cancer`$value #> [1] "uveal cancer" #> #> #> $`uveal disease` #> $`uveal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3480" #> #> $`uveal disease`$`_id` #> [1] "DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal disease`$privateGeneCount #> [1] 0 #> #> $`uveal disease`$publicGeneCount #> [1] 78 #> #> $`uveal disease`$urlId #> [1] "DOID_3480" #> #> $`uveal disease`$dbPhenotype #> [1] FALSE #> #> $`uveal disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal disease`$`_is_leaf` #> [1] FALSE #> #> $`uveal disease`$children #> $`uveal disease`$children[[1]] #> [1] "DOID_1417<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal disease`$children[[2]] #> [1] "DOID_240<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal disease`$children[[3]] #> [1] "DOID_3479<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal disease`$children[[4]] #> [1] "DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`uveal disease`$value #> [1] "uveal disease" #> #> #> $`uveal melanoma` #> $`uveal melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6039" #> #> $`uveal melanoma`$`_id` #> [1] "DOID_6039<DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`uveal melanoma`$privateGeneCount #> [1] 0 #> #> $`uveal melanoma`$publicGeneCount #> [1] 14 #> #> $`uveal melanoma`$urlId #> [1] "DOID_6039" #> #> $`uveal melanoma`$dbPhenotype #> [1] TRUE #> #> $`uveal melanoma`$`_parent` #> [1] "DOID_1909<DOID_0050687<DOID_162<DOID_14566<DOID_4" #> #> $`uveal melanoma`$`_is_leaf` #> [1] TRUE #> #> $`uveal melanoma`$children #> list() #> #> $`uveal melanoma`$value #> [1] "uveal melanoma" #> #> #> $`uveal melanoma` #> $`uveal melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6039" #> #> $`uveal melanoma`$`_id` #> [1] "DOID_6039<DOID_3479<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal melanoma`$privateGeneCount #> [1] 0 #> #> $`uveal melanoma`$publicGeneCount #> [1] 14 #> #> $`uveal melanoma`$urlId #> [1] "DOID_6039" #> #> $`uveal melanoma`$dbPhenotype #> [1] TRUE #> #> $`uveal melanoma`$`_parent` #> [1] "DOID_3479<DOID_2174<DOID_0060116<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal melanoma`$`_is_leaf` #> [1] TRUE #> #> $`uveal melanoma`$children #> list() #> #> $`uveal melanoma`$value #> [1] "uveal melanoma" #> #> #> $`uveal melanoma` #> $`uveal melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6039" #> #> $`uveal melanoma`$`_id` #> [1] "DOID_6039<DOID_3479<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`uveal melanoma`$privateGeneCount #> [1] 0 #> #> $`uveal melanoma`$publicGeneCount #> [1] 14 #> #> $`uveal melanoma`$urlId #> [1] "DOID_6039" #> #> $`uveal melanoma`$dbPhenotype #> [1] TRUE #> #> $`uveal melanoma`$`_parent` #> [1] "DOID_3479<DOID_2174<DOID_0060116<DOID_3093<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`uveal melanoma`$`_is_leaf` #> [1] TRUE #> #> $`uveal melanoma`$children #> list() #> #> $`uveal melanoma`$value #> [1] "uveal melanoma" #> #> #> $`uveal melanoma` #> $`uveal melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6039" #> #> $`uveal melanoma`$`_id` #> [1] "DOID_6039<DOID_3479<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`uveal melanoma`$privateGeneCount #> [1] 0 #> #> $`uveal melanoma`$publicGeneCount #> [1] 14 #> #> $`uveal melanoma`$urlId #> [1] "DOID_6039" #> #> $`uveal melanoma`$dbPhenotype #> [1] TRUE #> #> $`uveal melanoma`$`_parent` #> [1] "DOID_3479<DOID_2174<DOID_0060116<DOID_3093<DOID_863<DOID_7<DOID_4" #> #> $`uveal melanoma`$`_is_leaf` #> [1] TRUE #> #> $`uveal melanoma`$children #> list() #> #> $`uveal melanoma`$value #> [1] "uveal melanoma" #> #> #> $`uveal melanoma` #> $`uveal melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6039" #> #> $`uveal melanoma`$`_id` #> [1] "DOID_6039<DOID_3479<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal melanoma`$privateGeneCount #> [1] 0 #> #> $`uveal melanoma`$publicGeneCount #> [1] 14 #> #> $`uveal melanoma`$urlId #> [1] "DOID_6039" #> #> $`uveal melanoma`$dbPhenotype #> [1] TRUE #> #> $`uveal melanoma`$`_parent` #> [1] "DOID_3479<DOID_2174<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal melanoma`$`_is_leaf` #> [1] TRUE #> #> $`uveal melanoma`$children #> list() #> #> $`uveal melanoma`$value #> [1] "uveal melanoma" #> #> #> $`uveal melanoma` #> $`uveal melanoma`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6039" #> #> $`uveal melanoma`$`_id` #> [1] "DOID_6039<DOID_3479<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal melanoma`$privateGeneCount #> [1] 0 #> #> $`uveal melanoma`$publicGeneCount #> [1] 14 #> #> $`uveal melanoma`$urlId #> [1] "DOID_6039" #> #> $`uveal melanoma`$dbPhenotype #> [1] TRUE #> #> $`uveal melanoma`$`_parent` #> [1] "DOID_3479<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`uveal melanoma`$`_is_leaf` #> [1] TRUE #> #> $`uveal melanoma`$children #> list() #> #> $`uveal melanoma`$value #> [1] "uveal melanoma" #> #> #> $uveitis #> $uveitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13141" #> #> $uveitis$`_id` #> [1] "DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $uveitis$privateGeneCount #> [1] 0 #> #> $uveitis$publicGeneCount #> [1] 42 #> #> $uveitis$urlId #> [1] "DOID_13141" #> #> $uveitis$dbPhenotype #> [1] TRUE #> #> $uveitis$`_parent` #> [1] "DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $uveitis$`_is_leaf` #> [1] FALSE #> #> $uveitis$children #> $uveitis$children[[1]] #> [1] "DOID_12732<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $uveitis$children[[2]] #> [1] "DOID_12030<DOID_13141<DOID_3480<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $uveitis$value #> [1] "uveitis" #> #> #> $`uveoparotid fever` #> $`uveoparotid fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13404" #> #> $`uveoparotid fever`$`_id` #> [1] "DOID_13404<DOID_11335<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`uveoparotid fever`$privateGeneCount #> [1] 0 #> #> $`uveoparotid fever`$publicGeneCount #> [1] 1 #> #> $`uveoparotid fever`$urlId #> [1] "DOID_13404" #> #> $`uveoparotid fever`$dbPhenotype #> [1] TRUE #> #> $`uveoparotid fever`$`_parent` #> [1] "DOID_11335<DOID_2916<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`uveoparotid fever`$`_is_leaf` #> [1] TRUE #> #> $`uveoparotid fever`$children #> list() #> #> $`uveoparotid fever`$value #> [1] "uveoparotid fever" #> #> #> $`VACTERL association` #> $`VACTERL association`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14679" #> #> $`VACTERL association`$`_id` #> [1] "DOID_14679<DOID_225<DOID_4" #> #> $`VACTERL association`$privateGeneCount #> [1] 0 #> #> $`VACTERL association`$publicGeneCount #> [1] 4 #> #> $`VACTERL association`$urlId #> [1] "DOID_14679" #> #> $`VACTERL association`$dbPhenotype #> [1] TRUE #> #> $`VACTERL association`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`VACTERL association`$`_is_leaf` #> [1] TRUE #> #> $`VACTERL association`$children #> list() #> #> $`VACTERL association`$value #> [1] "VACTERL association" #> #> #> $`vaginal cancer` #> $`vaginal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_119" #> #> $`vaginal cancer`$`_id` #> [1] "DOID_119<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`vaginal cancer`$privateGeneCount #> [1] 0 #> #> $`vaginal cancer`$publicGeneCount #> [1] 2 #> #> $`vaginal cancer`$urlId #> [1] "DOID_119" #> #> $`vaginal cancer`$dbPhenotype #> [1] TRUE #> #> $`vaginal cancer`$`_parent` #> [1] "DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`vaginal cancer`$`_is_leaf` #> [1] TRUE #> #> $`vaginal cancer`$children #> list() #> #> $`vaginal cancer`$value #> [1] "vaginal cancer" #> #> #> $`vaginal cancer` #> $`vaginal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_119" #> #> $`vaginal cancer`$`_id` #> [1] "DOID_119<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vaginal cancer`$privateGeneCount #> [1] 0 #> #> $`vaginal cancer`$publicGeneCount #> [1] 2 #> #> $`vaginal cancer`$urlId #> [1] "DOID_119" #> #> $`vaginal cancer`$dbPhenotype #> [1] TRUE #> #> $`vaginal cancer`$`_parent` #> [1] "DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vaginal cancer`$`_is_leaf` #> [1] TRUE #> #> $`vaginal cancer`$children #> list() #> #> $`vaginal cancer`$value #> [1] "vaginal cancer" #> #> #> $`vaginal cancer` #> $`vaginal cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_119" #> #> $`vaginal cancer`$`_id` #> [1] "DOID_119<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vaginal cancer`$privateGeneCount #> [1] 0 #> #> $`vaginal cancer`$publicGeneCount #> [1] 2 #> #> $`vaginal cancer`$urlId #> [1] "DOID_119" #> #> $`vaginal cancer`$dbPhenotype #> [1] TRUE #> #> $`vaginal cancer`$`_parent` #> [1] "DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vaginal cancer`$`_is_leaf` #> [1] TRUE #> #> $`vaginal cancer`$children #> list() #> #> $`vaginal cancer`$value #> [1] "vaginal cancer" #> #> #> $`vaginal disease` #> $`vaginal disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_121" #> #> $`vaginal disease`$`_id` #> [1] "DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vaginal disease`$privateGeneCount #> [1] 0 #> #> $`vaginal disease`$publicGeneCount #> [1] 7 #> #> $`vaginal disease`$urlId #> [1] "DOID_121" #> #> $`vaginal disease`$dbPhenotype #> [1] FALSE #> #> $`vaginal disease`$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vaginal disease`$`_is_leaf` #> [1] FALSE #> #> $`vaginal disease`$children #> $`vaginal disease`$children[[1]] #> [1] "DOID_11168<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vaginal disease`$children[[2]] #> [1] "DOID_119<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vaginal disease`$children[[3]] #> [1] "DOID_2170<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vaginal disease`$children[[4]] #> [1] "DOID_2272<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`vaginal disease`$value #> [1] "vaginal disease" #> #> #> $vaginitis #> $vaginitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2170" #> #> $vaginitis$`_id` #> [1] "DOID_2170<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $vaginitis$privateGeneCount #> [1] 0 #> #> $vaginitis$publicGeneCount #> [1] 1 #> #> $vaginitis$urlId #> [1] "DOID_2170" #> #> $vaginitis$dbPhenotype #> [1] FALSE #> #> $vaginitis$`_parent` #> [1] "DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $vaginitis$`_is_leaf` #> [1] FALSE #> #> $vaginitis$children #> $vaginitis$children[[1]] #> [1] "DOID_3385<DOID_2170<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $vaginitis$value #> [1] "vaginitis" #> #> #> $`Van der Woude syndrome` #> $`Van der Woude syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060239" #> #> $`Van der Woude syndrome`$`_id` #> [1] "DOID_0060239<DOID_225<DOID_4" #> #> $`Van der Woude syndrome`$privateGeneCount #> [1] 0 #> #> $`Van der Woude syndrome`$publicGeneCount #> [1] 2 #> #> $`Van der Woude syndrome`$urlId #> [1] "DOID_0060239" #> #> $`Van der Woude syndrome`$dbPhenotype #> [1] TRUE #> #> $`Van der Woude syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Van der Woude syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Van der Woude syndrome`$children #> list() #> #> $`Van der Woude syndrome`$value #> [1] "Van der Woude syndrome" #> #> #> $`Van Maldergem syndrome` #> $`Van Maldergem syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060238" #> #> $`Van Maldergem syndrome`$`_id` #> [1] "DOID_0060238<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Van Maldergem syndrome`$privateGeneCount #> [1] 0 #> #> $`Van Maldergem syndrome`$publicGeneCount #> [1] 2 #> #> $`Van Maldergem syndrome`$urlId #> [1] "DOID_0060238" #> #> $`Van Maldergem syndrome`$dbPhenotype #> [1] TRUE #> #> $`Van Maldergem syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Van Maldergem syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Van Maldergem syndrome`$children #> list() #> #> $`Van Maldergem syndrome`$value #> [1] "Van Maldergem syndrome" #> #> #> $`Van Maldergem syndrome` #> $`Van Maldergem syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060238" #> #> $`Van Maldergem syndrome`$`_id` #> [1] "DOID_0060238<DOID_225<DOID_4" #> #> $`Van Maldergem syndrome`$privateGeneCount #> [1] 0 #> #> $`Van Maldergem syndrome`$publicGeneCount #> [1] 2 #> #> $`Van Maldergem syndrome`$urlId #> [1] "DOID_0060238" #> #> $`Van Maldergem syndrome`$dbPhenotype #> [1] TRUE #> #> $`Van Maldergem syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Van Maldergem syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Van Maldergem syndrome`$children #> list() #> #> $`Van Maldergem syndrome`$value #> [1] "Van Maldergem syndrome" #> #> #> $`variable age at onset electroclinical syndrome` #> $`variable age at onset electroclinical syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050706" #> #> $`variable age at onset electroclinical syndrome`$`_id` #> [1] "DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`variable age at onset electroclinical syndrome`$privateGeneCount #> [1] 0 #> #> $`variable age at onset electroclinical syndrome`$publicGeneCount #> [1] 22 #> #> $`variable age at onset electroclinical syndrome`$urlId #> [1] "DOID_0050706" #> #> $`variable age at onset electroclinical syndrome`$dbPhenotype #> [1] FALSE #> #> $`variable age at onset electroclinical syndrome`$`_parent` #> [1] "DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`variable age at onset electroclinical syndrome`$`_is_leaf` #> [1] FALSE #> #> $`variable age at onset electroclinical syndrome`$children #> $`variable age at onset electroclinical syndrome`$children[[1]] #> [1] "DOID_891<DOID_0050706<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`variable age at onset electroclinical syndrome`$value #> [1] "variable age at onset electroclinical syndrome" #> #> #> $varicocele #> $varicocele$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12337" #> #> $varicocele$`_id` #> [1] "DOID_12337<DOID_9742<DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $varicocele$privateGeneCount #> [1] 0 #> #> $varicocele$publicGeneCount #> [1] 1 #> #> $varicocele$urlId #> [1] "DOID_12337" #> #> $varicocele$dbPhenotype #> [1] TRUE #> #> $varicocele$`_parent` #> [1] "DOID_9742<DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $varicocele$`_is_leaf` #> [1] TRUE #> #> $varicocele$children #> list() #> #> $varicocele$value #> [1] "varicocele" #> #> #> $`varicose veins` #> $`varicose veins`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_799" #> #> $`varicose veins`$`_id` #> [1] "DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`varicose veins`$privateGeneCount #> [1] 0 #> #> $`varicose veins`$publicGeneCount #> [1] 15 #> #> $`varicose veins`$urlId #> [1] "DOID_799" #> #> $`varicose veins`$dbPhenotype #> [1] TRUE #> #> $`varicose veins`$`_parent` #> [1] "DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`varicose veins`$`_is_leaf` #> [1] FALSE #> #> $`varicose veins`$children #> $`varicose veins`$children[[1]] #> [1] "DOID_9742<DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`varicose veins`$value #> [1] "varicose veins" #> #> #> $`variegate porphyria` #> $`variegate porphyria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4346" #> #> $`variegate porphyria`$`_id` #> [1] "DOID_4346<DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`variegate porphyria`$privateGeneCount #> [1] 0 #> #> $`variegate porphyria`$publicGeneCount #> [1] 2 #> #> $`variegate porphyria`$urlId #> [1] "DOID_4346" #> #> $`variegate porphyria`$dbPhenotype #> [1] TRUE #> #> $`variegate porphyria`$`_parent` #> [1] "DOID_3133<DOID_13268<DOID_655<DOID_0014667<DOID_4" #> #> $`variegate porphyria`$`_is_leaf` #> [1] TRUE #> #> $`variegate porphyria`$children #> list() #> #> $`variegate porphyria`$value #> [1] "variegate porphyria" #> #> #> $`Vascular calcification` #> $`Vascular calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004934" #> #> $`Vascular calcification`$`_id` #> [1] "HP_0004934<HP_0011915<HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> $`Vascular calcification`$privateGeneCount #> [1] 0 #> #> $`Vascular calcification`$publicGeneCount #> [1] 6 #> #> $`Vascular calcification`$urlId #> [1] "HP_0004934" #> #> $`Vascular calcification`$dbPhenotype #> [1] TRUE #> #> $`Vascular calcification`$`_parent` #> [1] "HP_0011915<HP_0010766<HP_0000924<HP_0000118<HP_0000001" #> #> $`Vascular calcification`$`_is_leaf` #> [1] TRUE #> #> $`Vascular calcification`$children #> list() #> #> $`Vascular calcification`$value #> [1] "Vascular calcification" #> #> #> $`Vascular calcification` #> $`Vascular calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004934" #> #> $`Vascular calcification`$`_id` #> [1] "HP_0004934<HP_0011915<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Vascular calcification`$privateGeneCount #> [1] 0 #> #> $`Vascular calcification`$publicGeneCount #> [1] 6 #> #> $`Vascular calcification`$urlId #> [1] "HP_0004934" #> #> $`Vascular calcification`$dbPhenotype #> [1] TRUE #> #> $`Vascular calcification`$`_parent` #> [1] "HP_0011915<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Vascular calcification`$`_is_leaf` #> [1] TRUE #> #> $`Vascular calcification`$children #> list() #> #> $`Vascular calcification`$value #> [1] "Vascular calcification" #> #> #> $`Vascular calcification` #> $`Vascular calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004934" #> #> $`Vascular calcification`$`_id` #> [1] "HP_0004934<HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Vascular calcification`$privateGeneCount #> [1] 0 #> #> $`Vascular calcification`$publicGeneCount #> [1] 6 #> #> $`Vascular calcification`$urlId #> [1] "HP_0004934" #> #> $`Vascular calcification`$dbPhenotype #> [1] TRUE #> #> $`Vascular calcification`$`_parent` #> [1] "HP_0025015<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Vascular calcification`$`_is_leaf` #> [1] TRUE #> #> $`Vascular calcification`$children #> list() #> #> $`Vascular calcification`$value #> [1] "Vascular calcification" #> #> #> $`Vascular calcification` #> $`Vascular calcification`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004934" #> #> $`Vascular calcification`$`_id` #> [1] "HP_0004934<HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Vascular calcification`$privateGeneCount #> [1] 0 #> #> $`Vascular calcification`$publicGeneCount #> [1] 6 #> #> $`Vascular calcification`$urlId #> [1] "HP_0004934" #> #> $`Vascular calcification`$dbPhenotype #> [1] TRUE #> #> $`Vascular calcification`$`_parent` #> [1] "HP_0025015<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Vascular calcification`$`_is_leaf` #> [1] TRUE #> #> $`Vascular calcification`$children #> list() #> #> $`Vascular calcification`$value #> [1] "Vascular calcification" #> #> #> $`vascular cancer` #> $`vascular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_175" #> #> $`vascular cancer`$`_id` #> [1] "DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`vascular cancer`$privateGeneCount #> [1] 0 #> #> $`vascular cancer`$publicGeneCount #> [1] 20 #> #> $`vascular cancer`$urlId #> [1] "DOID_175" #> #> $`vascular cancer`$dbPhenotype #> [1] FALSE #> #> $`vascular cancer`$`_parent` #> [1] "DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`vascular cancer`$`_is_leaf` #> [1] FALSE #> #> $`vascular cancer`$children #> $`vascular cancer`$children[[1]] #> [1] "DOID_0001816<DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`vascular cancer`$children[[2]] #> [1] "DOID_3316<DOID_175<DOID_176<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> #> $`vascular cancer`$value #> [1] "vascular cancer" #> #> #> $`vascular cancer` #> $`vascular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_175" #> #> $`vascular cancer`$`_id` #> [1] "DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`vascular cancer`$privateGeneCount #> [1] 0 #> #> $`vascular cancer`$publicGeneCount #> [1] 20 #> #> $`vascular cancer`$urlId #> [1] "DOID_175" #> #> $`vascular cancer`$dbPhenotype #> [1] FALSE #> #> $`vascular cancer`$`_parent` #> [1] "DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`vascular cancer`$`_is_leaf` #> [1] FALSE #> #> $`vascular cancer`$children #> $`vascular cancer`$children[[1]] #> [1] "DOID_0001816<DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> $`vascular cancer`$children[[2]] #> [1] "DOID_3316<DOID_175<DOID_176<DOID_1287<DOID_7<DOID_4" #> #> #> $`vascular cancer`$value #> [1] "vascular cancer" #> #> #> $`vascular cancer` #> $`vascular cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_175" #> #> $`vascular cancer`$`_id` #> [1] "DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular cancer`$privateGeneCount #> [1] 0 #> #> $`vascular cancer`$publicGeneCount #> [1] 20 #> #> $`vascular cancer`$urlId #> [1] "DOID_175" #> #> $`vascular cancer`$dbPhenotype #> [1] FALSE #> #> $`vascular cancer`$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular cancer`$`_is_leaf` #> [1] FALSE #> #> $`vascular cancer`$children #> $`vascular cancer`$children[[1]] #> [1] "DOID_0001816<DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular cancer`$children[[2]] #> [1] "DOID_3316<DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`vascular cancer`$value #> [1] "vascular cancer" #> #> #> $`vascular dementia` #> $`vascular dementia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_8725" #> #> $`vascular dementia`$`_id` #> [1] "DOID_8725<DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> $`vascular dementia`$privateGeneCount #> [1] 0 #> #> $`vascular dementia`$publicGeneCount #> [1] 12 #> #> $`vascular dementia`$urlId #> [1] "DOID_8725" #> #> $`vascular dementia`$dbPhenotype #> [1] TRUE #> #> $`vascular dementia`$`_parent` #> [1] "DOID_1307<DOID_1561<DOID_150<DOID_4" #> #> $`vascular dementia`$`_is_leaf` #> [1] TRUE #> #> $`vascular dementia`$children #> list() #> #> $`vascular dementia`$value #> [1] "vascular dementia" #> #> #> $`vascular disease` #> $`vascular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_178" #> #> $`vascular disease`$`_id` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$privateGeneCount #> [1] 0 #> #> $`vascular disease`$publicGeneCount #> [1] 1085 #> #> $`vascular disease`$urlId #> [1] "DOID_178" #> #> $`vascular disease`$dbPhenotype #> [1] TRUE #> #> $`vascular disease`$`_parent` #> [1] "DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$`_is_leaf` #> [1] FALSE #> #> $`vascular disease`$children #> $`vascular disease`$children[[1]] #> [1] "DOID_0050828<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[2]] #> [1] "DOID_1271<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[3]] #> [1] "DOID_6713<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[4]] #> [1] "DOID_1461<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[5]] #> [1] "DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[6]] #> [1] "DOID_272<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[7]] #> [1] "DOID_1270<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[8]] #> [1] "DOID_326<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[9]] #> [1] "DOID_341<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[10]] #> [1] "DOID_2462<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[11]] #> [1] "DOID_0060903<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[12]] #> [1] "DOID_175<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[13]] #> [1] "DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vascular disease`$children[[14]] #> [1] "DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`vascular disease`$value #> [1] "vascular disease" #> #> #> $`Vascular skin abnormality` #> $`Vascular skin abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011276" #> #> $`Vascular skin abnormality`$`_id` #> [1] "HP_0011276<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Vascular skin abnormality`$privateGeneCount #> [1] 0 #> #> $`Vascular skin abnormality`$publicGeneCount #> [1] 8 #> #> $`Vascular skin abnormality`$urlId #> [1] "HP_0011276" #> #> $`Vascular skin abnormality`$dbPhenotype #> [1] FALSE #> #> $`Vascular skin abnormality`$`_parent` #> [1] "HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> $`Vascular skin abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Vascular skin abnormality`$children #> $`Vascular skin abnormality`$children[[1]] #> [1] "HP_0010783<HP_0011276<HP_0002597<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Vascular skin abnormality`$value #> [1] "Vascular skin abnormality" #> #> #> $`Vascular skin abnormality` #> $`Vascular skin abnormality`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0011276" #> #> $`Vascular skin abnormality`$`_id` #> [1] "HP_0011276<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Vascular skin abnormality`$privateGeneCount #> [1] 0 #> #> $`Vascular skin abnormality`$publicGeneCount #> [1] 8 #> #> $`Vascular skin abnormality`$urlId #> [1] "HP_0011276" #> #> $`Vascular skin abnormality`$dbPhenotype #> [1] FALSE #> #> $`Vascular skin abnormality`$`_parent` #> [1] "HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> $`Vascular skin abnormality`$`_is_leaf` #> [1] FALSE #> #> $`Vascular skin abnormality`$children #> $`Vascular skin abnormality`$children[[1]] #> [1] "HP_0010783<HP_0011276<HP_0011354<HP_0011121<HP_0000951<HP_0001574<HP_0000118<HP_0000001" #> #> #> $`Vascular skin abnormality`$value #> [1] "Vascular skin abnormality" #> #> #> $`vascular skin disease` #> $`vascular skin disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9540" #> #> $`vascular skin disease`$`_id` #> [1] "DOID_9540<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`vascular skin disease`$privateGeneCount #> [1] 0 #> #> $`vascular skin disease`$publicGeneCount #> [1] 2 #> #> $`vascular skin disease`$urlId #> [1] "DOID_9540" #> #> $`vascular skin disease`$dbPhenotype #> [1] TRUE #> #> $`vascular skin disease`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`vascular skin disease`$`_is_leaf` #> [1] TRUE #> #> $`vascular skin disease`$children #> list() #> #> $`vascular skin disease`$value #> [1] "vascular skin disease" #> #> #> $vasculitis #> $vasculitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_865" #> #> $vasculitis$`_id` #> [1] "DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $vasculitis$privateGeneCount #> [1] 0 #> #> $vasculitis$publicGeneCount #> [1] 96 #> #> $vasculitis$urlId #> [1] "DOID_865" #> #> $vasculitis$dbPhenotype #> [1] TRUE #> #> $vasculitis$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $vasculitis$`_is_leaf` #> [1] FALSE #> #> $vasculitis$children #> $vasculitis$children[[1]] #> [1] "DOID_13241<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $vasculitis$children[[2]] #> [1] "DOID_525<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $vasculitis$children[[3]] #> [1] "DOID_3049<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $vasculitis$children[[4]] #> [1] "DOID_2555<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $vasculitis$children[[5]] #> [1] "DOID_9810<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $vasculitis$children[[6]] #> [1] "DOID_11563<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $vasculitis$children[[7]] #> [1] "DOID_2508<DOID_865<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $vasculitis$value #> [1] "vasculitis" #> #> #> $`vasculogenic impotence` #> $`vasculogenic impotence`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4762" #> #> $`vasculogenic impotence`$`_id` #> [1] "DOID_4762<DOID_1875<DOID_1876<DOID_0060043<DOID_150<DOID_4" #> #> $`vasculogenic impotence`$privateGeneCount #> [1] 0 #> #> $`vasculogenic impotence`$publicGeneCount #> [1] 1 #> #> $`vasculogenic impotence`$urlId #> [1] "DOID_4762" #> #> $`vasculogenic impotence`$dbPhenotype #> [1] TRUE #> #> $`vasculogenic impotence`$`_parent` #> [1] "DOID_1875<DOID_1876<DOID_0060043<DOID_150<DOID_4" #> #> $`vasculogenic impotence`$`_is_leaf` #> [1] TRUE #> #> $`vasculogenic impotence`$children #> list() #> #> $`vasculogenic impotence`$value #> [1] "vasculogenic impotence" #> #> #> $`Vasovagal syncope` #> $`Vasovagal syncope`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0012668" #> #> $`Vasovagal syncope`$`_id` #> [1] "HP_0012668<HP_0001279<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Vasovagal syncope`$privateGeneCount #> [1] 0 #> #> $`Vasovagal syncope`$publicGeneCount #> [1] 1 #> #> $`Vasovagal syncope`$urlId #> [1] "HP_0012668" #> #> $`Vasovagal syncope`$dbPhenotype #> [1] TRUE #> #> $`Vasovagal syncope`$`_parent` #> [1] "HP_0001279<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Vasovagal syncope`$`_is_leaf` #> [1] TRUE #> #> $`Vasovagal syncope`$children #> list() #> #> $`Vasovagal syncope`$value #> [1] "Vasovagal syncope" #> #> #> $`vein disease` #> $`vein disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_866" #> #> $`vein disease`$`_id` #> [1] "DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vein disease`$privateGeneCount #> [1] 0 #> #> $`vein disease`$publicGeneCount #> [1] 28 #> #> $`vein disease`$urlId #> [1] "DOID_866" #> #> $`vein disease`$dbPhenotype #> [1] FALSE #> #> $`vein disease`$`_parent` #> [1] "DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vein disease`$`_is_leaf` #> [1] FALSE #> #> $`vein disease`$children #> $`vein disease`$children[[1]] #> [1] "DOID_0050792<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vein disease`$children[[2]] #> [1] "DOID_864<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vein disease`$children[[3]] #> [1] "DOID_1727<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vein disease`$children[[4]] #> [1] "DOID_799<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`vein disease`$children[[5]] #> [1] "DOID_10128<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> #> $`vein disease`$value #> [1] "vein disease" #> #> #> $`velocardiofacial syndrome` #> $`velocardiofacial syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12583" #> #> $`velocardiofacial syndrome`$`_id` #> [1] "DOID_12583<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`velocardiofacial syndrome`$privateGeneCount #> [1] 0 #> #> $`velocardiofacial syndrome`$publicGeneCount #> [1] 8 #> #> $`velocardiofacial syndrome`$urlId #> [1] "DOID_12583" #> #> $`velocardiofacial syndrome`$dbPhenotype #> [1] TRUE #> #> $`velocardiofacial syndrome`$`_parent` #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`velocardiofacial syndrome`$`_is_leaf` #> [1] TRUE #> #> $`velocardiofacial syndrome`$children #> list() #> #> $`velocardiofacial syndrome`$value #> [1] "velocardiofacial syndrome" #> #> #> $`venous insufficiency` #> $`venous insufficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10128" #> #> $`venous insufficiency`$`_id` #> [1] "DOID_10128<DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`venous insufficiency`$privateGeneCount #> [1] 0 #> #> $`venous insufficiency`$publicGeneCount #> [1] 1 #> #> $`venous insufficiency`$urlId #> [1] "DOID_10128" #> #> $`venous insufficiency`$dbPhenotype #> [1] TRUE #> #> $`venous insufficiency`$`_parent` #> [1] "DOID_866<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`venous insufficiency`$`_is_leaf` #> [1] TRUE #> #> $`venous insufficiency`$children #> list() #> #> $`venous insufficiency`$value #> [1] "venous insufficiency" #> #> #> $`Venous thrombosis` #> $`Venous thrombosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004936" #> #> $`Venous thrombosis`$`_id` #> [1] "HP_0004936<HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> $`Venous thrombosis`$privateGeneCount #> [1] 0 #> #> $`Venous thrombosis`$publicGeneCount #> [1] 31 #> #> $`Venous thrombosis`$urlId #> [1] "HP_0004936" #> #> $`Venous thrombosis`$dbPhenotype #> [1] TRUE #> #> $`Venous thrombosis`$`_parent` #> [1] "HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> $`Venous thrombosis`$`_is_leaf` #> [1] FALSE #> #> $`Venous thrombosis`$children #> $`Venous thrombosis`$children[[1]] #> [1] "HP_0002625<HP_0004936<HP_0001977<HP_0001871<HP_0000118<HP_0000001" #> #> #> $`Venous thrombosis`$value #> [1] "Venous thrombosis" #> #> #> $`Ventral hernia` #> $`Ventral hernia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002933" #> #> $`Ventral hernia`$`_id` #> [1] "HP_0002933<HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Ventral hernia`$privateGeneCount #> [1] 0 #> #> $`Ventral hernia`$publicGeneCount #> [1] 1 #> #> $`Ventral hernia`$urlId #> [1] "HP_0002933" #> #> $`Ventral hernia`$dbPhenotype #> [1] TRUE #> #> $`Ventral hernia`$`_parent` #> [1] "HP_0004299<HP_0010866<HP_0004298<HP_0025031<HP_0000118<HP_0000001" #> #> $`Ventral hernia`$`_is_leaf` #> [1] TRUE #> #> $`Ventral hernia`$children #> list() #> #> $`Ventral hernia`$value #> [1] "Ventral hernia" #> #> #> $`Ventral hernia` #> $`Ventral hernia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002933" #> #> $`Ventral hernia`$`_id` #> [1] "HP_0002933<HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Ventral hernia`$privateGeneCount #> [1] 0 #> #> $`Ventral hernia`$publicGeneCount #> [1] 1 #> #> $`Ventral hernia`$urlId #> [1] "HP_0002933" #> #> $`Ventral hernia`$dbPhenotype #> [1] TRUE #> #> $`Ventral hernia`$`_parent` #> [1] "HP_0004299<HP_0100790<HP_0003549<HP_0000118<HP_0000001" #> #> $`Ventral hernia`$`_is_leaf` #> [1] TRUE #> #> $`Ventral hernia`$children #> list() #> #> $`Ventral hernia`$value #> [1] "Ventral hernia" #> #> #> $`Ventricular arrhythmia` #> $`Ventricular arrhythmia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004308" #> #> $`Ventricular arrhythmia`$`_id` #> [1] "HP_0004308<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ventricular arrhythmia`$privateGeneCount #> [1] 0 #> #> $`Ventricular arrhythmia`$publicGeneCount #> [1] 10 #> #> $`Ventricular arrhythmia`$urlId #> [1] "HP_0004308" #> #> $`Ventricular arrhythmia`$dbPhenotype #> [1] FALSE #> #> $`Ventricular arrhythmia`$`_parent` #> [1] "HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ventricular arrhythmia`$`_is_leaf` #> [1] FALSE #> #> $`Ventricular arrhythmia`$children #> $`Ventricular arrhythmia`$children[[1]] #> [1] "HP_0001664<HP_0004308<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ventricular arrhythmia`$children[[2]] #> [1] "HP_0001663<HP_0004308<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Ventricular arrhythmia`$value #> [1] "Ventricular arrhythmia" #> #> #> $`Ventricular fibrillation` #> $`Ventricular fibrillation`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001663" #> #> $`Ventricular fibrillation`$`_id` #> [1] "HP_0001663<HP_0004308<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ventricular fibrillation`$privateGeneCount #> [1] 0 #> #> $`Ventricular fibrillation`$publicGeneCount #> [1] 8 #> #> $`Ventricular fibrillation`$urlId #> [1] "HP_0001663" #> #> $`Ventricular fibrillation`$dbPhenotype #> [1] TRUE #> #> $`Ventricular fibrillation`$`_parent` #> [1] "HP_0004308<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ventricular fibrillation`$`_is_leaf` #> [1] TRUE #> #> $`Ventricular fibrillation`$children #> list() #> #> $`Ventricular fibrillation`$value #> [1] "Ventricular fibrillation" #> #> #> $`Ventricular hypertrophy` #> $`Ventricular hypertrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001714" #> #> $`Ventricular hypertrophy`$`_id` #> [1] "HP_0001714<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ventricular hypertrophy`$privateGeneCount #> [1] 0 #> #> $`Ventricular hypertrophy`$publicGeneCount #> [1] 48 #> #> $`Ventricular hypertrophy`$urlId #> [1] "HP_0001714" #> #> $`Ventricular hypertrophy`$dbPhenotype #> [1] FALSE #> #> $`Ventricular hypertrophy`$`_parent` #> [1] "HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ventricular hypertrophy`$`_is_leaf` #> [1] FALSE #> #> $`Ventricular hypertrophy`$children #> $`Ventricular hypertrophy`$children[[1]] #> [1] "HP_0001712<HP_0001714<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ventricular hypertrophy`$children[[2]] #> [1] "HP_0001667<HP_0001714<HP_0001713<HP_0001627<HP_0030680<HP_0001626<HP_0000118<HP_0000001" #> #> #> $`Ventricular hypertrophy`$value #> [1] "Ventricular hypertrophy" #> #> #> $`ventricular septal defect` #> $`ventricular septal defect`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1657" #> #> $`ventricular septal defect`$`_id` #> [1] "DOID_1657<DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`ventricular septal defect`$privateGeneCount #> [1] 0 #> #> $`ventricular septal defect`$publicGeneCount #> [1] 10 #> #> $`ventricular septal defect`$urlId #> [1] "DOID_1657" #> #> $`ventricular septal defect`$dbPhenotype #> [1] TRUE #> #> $`ventricular septal defect`$`_parent` #> [1] "DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`ventricular septal defect`$`_is_leaf` #> [1] FALSE #> #> $`ventricular septal defect`$children #> $`ventricular septal defect`$children[[1]] #> [1] "DOID_6406<DOID_1657<DOID_1681<DOID_1682<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> #> $`ventricular septal defect`$value #> [1] "ventricular septal defect" #> #> #> $`Ventricular tachycardia` #> $`Ventricular tachycardia`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0004756" #> #> $`Ventricular tachycardia`$`_id` #> [1] "HP_0004756<HP_0001649<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ventricular tachycardia`$privateGeneCount #> [1] 0 #> #> $`Ventricular tachycardia`$publicGeneCount #> [1] 12 #> #> $`Ventricular tachycardia`$urlId #> [1] "HP_0004756" #> #> $`Ventricular tachycardia`$dbPhenotype #> [1] TRUE #> #> $`Ventricular tachycardia`$`_parent` #> [1] "HP_0001649<HP_0011675<HP_0030956<HP_0011025<HP_0001626<HP_0000118<HP_0000001" #> #> $`Ventricular tachycardia`$`_is_leaf` #> [1] TRUE #> #> $`Ventricular tachycardia`$children #> list() #> #> $`Ventricular tachycardia`$value #> [1] "Ventricular tachycardia" #> #> #> $`vernal conjunctivitis` #> $`vernal conjunctivitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2474" #> #> $`vernal conjunctivitis`$`_id` #> [1] "DOID_2474<DOID_2475<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vernal conjunctivitis`$privateGeneCount #> [1] 0 #> #> $`vernal conjunctivitis`$publicGeneCount #> [1] 13 #> #> $`vernal conjunctivitis`$urlId #> [1] "DOID_2474" #> #> $`vernal conjunctivitis`$dbPhenotype #> [1] TRUE #> #> $`vernal conjunctivitis`$`_parent` #> [1] "DOID_2475<DOID_6195<DOID_4251<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vernal conjunctivitis`$`_is_leaf` #> [1] TRUE #> #> $`vernal conjunctivitis`$children #> list() #> #> $`vernal conjunctivitis`$value #> [1] "vernal conjunctivitis" #> #> #> $`vesicoureteral reflux` #> $`vesicoureteral reflux`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9620" #> #> $`vesicoureteral reflux`$`_id` #> [1] "DOID_9620<DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`vesicoureteral reflux`$privateGeneCount #> [1] 0 #> #> $`vesicoureteral reflux`$publicGeneCount #> [1] 12 #> #> $`vesicoureteral reflux`$urlId #> [1] "DOID_9620" #> #> $`vesicoureteral reflux`$dbPhenotype #> [1] TRUE #> #> $`vesicoureteral reflux`$`_parent` #> [1] "DOID_1426<DOID_18<DOID_7<DOID_4" #> #> $`vesicoureteral reflux`$`_is_leaf` #> [1] TRUE #> #> $`vesicoureteral reflux`$children #> list() #> #> $`vesicoureteral reflux`$value #> [1] "vesicoureteral reflux" #> #> #> $`vesiculobullous skin disease` #> $`vesiculobullous skin disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2731" #> #> $`vesiculobullous skin disease`$`_id` #> [1] "DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`vesiculobullous skin disease`$privateGeneCount #> [1] 0 #> #> $`vesiculobullous skin disease`$publicGeneCount #> [1] 16 #> #> $`vesiculobullous skin disease`$urlId #> [1] "DOID_2731" #> #> $`vesiculobullous skin disease`$dbPhenotype #> [1] TRUE #> #> $`vesiculobullous skin disease`$`_parent` #> [1] "DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`vesiculobullous skin disease`$`_is_leaf` #> [1] FALSE #> #> $`vesiculobullous skin disease`$children #> $`vesiculobullous skin disease`$children[[1]] #> [1] "DOID_2730<DOID_2731<DOID_37<DOID_16<DOID_7<DOID_4" #> #> #> $`vesiculobullous skin disease`$value #> [1] "vesiculobullous skin disease" #> #> #> $`vestibular disease` #> $`vestibular disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3426" #> #> $`vestibular disease`$`_id` #> [1] "DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vestibular disease`$privateGeneCount #> [1] 0 #> #> $`vestibular disease`$publicGeneCount #> [1] 16 #> #> $`vestibular disease`$urlId #> [1] "DOID_3426" #> #> $`vestibular disease`$dbPhenotype #> [1] TRUE #> #> $`vestibular disease`$`_parent` #> [1] "DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vestibular disease`$`_is_leaf` #> [1] FALSE #> #> $`vestibular disease`$children #> $`vestibular disease`$children[[1]] #> [1] "DOID_0050332<DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vestibular disease`$children[[2]] #> [1] "DOID_9847<DOID_3426<DOID_2952<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`vestibular disease`$value #> [1] "vestibular disease" #> #> #> $`vestibular neuronitis` #> $`vestibular neuronitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12683" #> #> $`vestibular neuronitis`$`_id` #> [1] "DOID_12683<DOID_12657<DOID_2889<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vestibular neuronitis`$privateGeneCount #> [1] 0 #> #> $`vestibular neuronitis`$publicGeneCount #> [1] 1 #> #> $`vestibular neuronitis`$urlId #> [1] "DOID_12683" #> #> $`vestibular neuronitis`$dbPhenotype #> [1] TRUE #> #> $`vestibular neuronitis`$`_parent` #> [1] "DOID_12657<DOID_2889<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vestibular neuronitis`$`_is_leaf` #> [1] TRUE #> #> $`vestibular neuronitis`$children #> list() #> #> $`vestibular neuronitis`$value #> [1] "vestibular neuronitis" #> #> #> $`vestibular neuronitis` #> $`vestibular neuronitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12683" #> #> $`vestibular neuronitis`$`_id` #> [1] "DOID_12683<DOID_12657<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`vestibular neuronitis`$privateGeneCount #> [1] 0 #> #> $`vestibular neuronitis`$publicGeneCount #> [1] 1 #> #> $`vestibular neuronitis`$urlId #> [1] "DOID_12683" #> #> $`vestibular neuronitis`$dbPhenotype #> [1] TRUE #> #> $`vestibular neuronitis`$`_parent` #> [1] "DOID_12657<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`vestibular neuronitis`$`_is_leaf` #> [1] TRUE #> #> $`vestibular neuronitis`$children #> list() #> #> $`vestibular neuronitis`$value #> [1] "vestibular neuronitis" #> #> #> $`vestibular neuronitis` #> $`vestibular neuronitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12683" #> #> $`vestibular neuronitis`$`_id` #> [1] "DOID_12683<DOID_4953<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`vestibular neuronitis`$privateGeneCount #> [1] 0 #> #> $`vestibular neuronitis`$publicGeneCount #> [1] 1 #> #> $`vestibular neuronitis`$urlId #> [1] "DOID_12683" #> #> $`vestibular neuronitis`$dbPhenotype #> [1] TRUE #> #> $`vestibular neuronitis`$`_parent` #> [1] "DOID_4953<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`vestibular neuronitis`$`_is_leaf` #> [1] TRUE #> #> $`vestibular neuronitis`$children #> list() #> #> $`vestibular neuronitis`$value #> [1] "vestibular neuronitis" #> #> #> $`vestibular neuronitis` #> $`vestibular neuronitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12683" #> #> $`vestibular neuronitis`$`_id` #> [1] "DOID_12683<DOID_4953<DOID_934<DOID_0050117<DOID_4" #> #> $`vestibular neuronitis`$privateGeneCount #> [1] 0 #> #> $`vestibular neuronitis`$publicGeneCount #> [1] 1 #> #> $`vestibular neuronitis`$urlId #> [1] "DOID_12683" #> #> $`vestibular neuronitis`$dbPhenotype #> [1] TRUE #> #> $`vestibular neuronitis`$`_parent` #> [1] "DOID_4953<DOID_934<DOID_0050117<DOID_4" #> #> $`vestibular neuronitis`$`_is_leaf` #> [1] TRUE #> #> $`vestibular neuronitis`$children #> list() #> #> $`vestibular neuronitis`$value #> [1] "vestibular neuronitis" #> #> #> $`vestibulocochlear nerve disease` #> $`vestibulocochlear nerve disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12657" #> #> $`vestibulocochlear nerve disease`$`_id` #> [1] "DOID_12657<DOID_2889<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vestibulocochlear nerve disease`$privateGeneCount #> [1] 0 #> #> $`vestibulocochlear nerve disease`$publicGeneCount #> [1] 1 #> #> $`vestibulocochlear nerve disease`$urlId #> [1] "DOID_12657" #> #> $`vestibulocochlear nerve disease`$dbPhenotype #> [1] FALSE #> #> $`vestibulocochlear nerve disease`$`_parent` #> [1] "DOID_2889<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vestibulocochlear nerve disease`$`_is_leaf` #> [1] FALSE #> #> $`vestibulocochlear nerve disease`$children #> $`vestibulocochlear nerve disease`$children[[1]] #> [1] "DOID_12683<DOID_12657<DOID_2889<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`vestibulocochlear nerve disease`$value #> [1] "vestibulocochlear nerve disease" #> #> #> $`vestibulocochlear nerve disease` #> $`vestibulocochlear nerve disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12657" #> #> $`vestibulocochlear nerve disease`$`_id` #> [1] "DOID_12657<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`vestibulocochlear nerve disease`$privateGeneCount #> [1] 0 #> #> $`vestibulocochlear nerve disease`$publicGeneCount #> [1] 1 #> #> $`vestibulocochlear nerve disease`$urlId #> [1] "DOID_12657" #> #> $`vestibulocochlear nerve disease`$dbPhenotype #> [1] FALSE #> #> $`vestibulocochlear nerve disease`$`_parent` #> [1] "DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> $`vestibulocochlear nerve disease`$`_is_leaf` #> [1] FALSE #> #> $`vestibulocochlear nerve disease`$children #> $`vestibulocochlear nerve disease`$children[[1]] #> [1] "DOID_12683<DOID_12657<DOID_5656<DOID_870<DOID_574<DOID_863<DOID_7<DOID_4" #> #> #> $`vestibulocochlear nerve disease`$value #> [1] "vestibulocochlear nerve disease" #> #> #> $`vibratory urticaria` #> $`vibratory urticaria`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1554" #> #> $`vibratory urticaria`$`_id` #> [1] "DOID_1554<DOID_0060220<DOID_1555<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`vibratory urticaria`$privateGeneCount #> [1] 0 #> #> $`vibratory urticaria`$publicGeneCount #> [1] 1 #> #> $`vibratory urticaria`$urlId #> [1] "DOID_1554" #> #> $`vibratory urticaria`$dbPhenotype #> [1] TRUE #> #> $`vibratory urticaria`$`_parent` #> [1] "DOID_0060220<DOID_1555<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`vibratory urticaria`$`_is_leaf` #> [1] TRUE #> #> $`vibratory urticaria`$children #> list() #> #> $`vibratory urticaria`$value #> [1] "vibratory urticaria" #> #> #> $`Vici syndrome` #> $`Vici syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060356" #> #> $`Vici syndrome`$`_id` #> [1] "DOID_0060356<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Vici syndrome`$privateGeneCount #> [1] 0 #> #> $`Vici syndrome`$publicGeneCount #> [1] 1 #> #> $`Vici syndrome`$urlId #> [1] "DOID_0060356" #> #> $`Vici syndrome`$dbPhenotype #> [1] TRUE #> #> $`Vici syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Vici syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Vici syndrome`$children #> list() #> #> $`Vici syndrome`$value #> [1] "Vici syndrome" #> #> #> $`Vici syndrome` #> $`Vici syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060356" #> #> $`Vici syndrome`$`_id` #> [1] "DOID_0060356<DOID_225<DOID_4" #> #> $`Vici syndrome`$privateGeneCount #> [1] 0 #> #> $`Vici syndrome`$publicGeneCount #> [1] 1 #> #> $`Vici syndrome`$urlId #> [1] "DOID_0060356" #> #> $`Vici syndrome`$dbPhenotype #> [1] TRUE #> #> $`Vici syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Vici syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Vici syndrome`$children #> list() #> #> $`Vici syndrome`$value #> [1] "Vici syndrome" #> #> #> $VIPoma #> $VIPoma$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5574" #> #> $VIPoma$`_id` #> [1] "DOID_5574<DOID_169<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $VIPoma$privateGeneCount #> [1] 0 #> #> $VIPoma$publicGeneCount #> [1] 3 #> #> $VIPoma$urlId #> [1] "DOID_5574" #> #> $VIPoma$dbPhenotype #> [1] TRUE #> #> $VIPoma$`_parent` #> [1] "DOID_169<DOID_170<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $VIPoma$`_is_leaf` #> [1] TRUE #> #> $VIPoma$children #> list() #> #> $VIPoma$value #> [1] "VIPoma" #> #> #> $`viral encephalitis` #> $`viral encephalitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_646" #> #> $`viral encephalitis`$`_id` #> [1] "DOID_646<DOID_934<DOID_0050117<DOID_4" #> #> $`viral encephalitis`$privateGeneCount #> [1] 0 #> #> $`viral encephalitis`$publicGeneCount #> [1] 3 #> #> $`viral encephalitis`$urlId #> [1] "DOID_646" #> #> $`viral encephalitis`$dbPhenotype #> [1] TRUE #> #> $`viral encephalitis`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`viral encephalitis`$`_is_leaf` #> [1] TRUE #> #> $`viral encephalitis`$children #> list() #> #> $`viral encephalitis`$value #> [1] "viral encephalitis" #> #> #> $`viral encephalitis` #> $`viral encephalitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_646" #> #> $`viral encephalitis`$`_id` #> [1] "DOID_646<DOID_9588<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`viral encephalitis`$privateGeneCount #> [1] 0 #> #> $`viral encephalitis`$publicGeneCount #> [1] 3 #> #> $`viral encephalitis`$urlId #> [1] "DOID_646" #> #> $`viral encephalitis`$dbPhenotype #> [1] TRUE #> #> $`viral encephalitis`$`_parent` #> [1] "DOID_9588<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`viral encephalitis`$`_is_leaf` #> [1] TRUE #> #> $`viral encephalitis`$children #> list() #> #> $`viral encephalitis`$value #> [1] "viral encephalitis" #> #> #> $`viral hepatitis` #> $`viral hepatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1884" #> #> $`viral hepatitis`$`_id` #> [1] "DOID_1884<DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`viral hepatitis`$privateGeneCount #> [1] 0 #> #> $`viral hepatitis`$publicGeneCount #> [1] 3 #> #> $`viral hepatitis`$urlId #> [1] "DOID_1884" #> #> $`viral hepatitis`$dbPhenotype #> [1] TRUE #> #> $`viral hepatitis`$`_parent` #> [1] "DOID_2237<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`viral hepatitis`$`_is_leaf` #> [1] TRUE #> #> $`viral hepatitis`$children #> list() #> #> $`viral hepatitis`$value #> [1] "viral hepatitis" #> #> #> $`viral hepatitis` #> $`viral hepatitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1884" #> #> $`viral hepatitis`$`_id` #> [1] "DOID_1884<DOID_934<DOID_0050117<DOID_4" #> #> $`viral hepatitis`$privateGeneCount #> [1] 0 #> #> $`viral hepatitis`$publicGeneCount #> [1] 3 #> #> $`viral hepatitis`$urlId #> [1] "DOID_1884" #> #> $`viral hepatitis`$dbPhenotype #> [1] TRUE #> #> $`viral hepatitis`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`viral hepatitis`$`_is_leaf` #> [1] TRUE #> #> $`viral hepatitis`$children #> list() #> #> $`viral hepatitis`$value #> [1] "viral hepatitis" #> #> #> $`viral infectious disease` #> $`viral infectious disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_934" #> #> $`viral infectious disease`$`_id` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$privateGeneCount #> [1] 0 #> #> $`viral infectious disease`$publicGeneCount #> [1] 376 #> #> $`viral infectious disease`$urlId #> [1] "DOID_934" #> #> $`viral infectious disease`$dbPhenotype #> [1] TRUE #> #> $`viral infectious disease`$`_parent` #> [1] "DOID_0050117<DOID_4" #> #> $`viral infectious disease`$`_is_leaf` #> [1] FALSE #> #> $`viral infectious disease`$children #> $`viral infectious disease`$children[[1]] #> [1] "DOID_11165<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[2]] #> [1] "DOID_0080599<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[3]] #> [1] "DOID_12205<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[4]] #> [1] "DOID_4325<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[5]] #> [1] "DOID_11266<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[6]] #> [1] "DOID_2043<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[7]] #> [1] "DOID_1883<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[8]] #> [1] "DOID_10883<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[9]] #> [1] "DOID_8566<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[10]] #> [1] "DOID_8536<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[11]] #> [1] "DOID_526<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[12]] #> [1] "DOID_8469<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[13]] #> [1] "DOID_8632<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[14]] #> [1] "DOID_9537<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[15]] #> [1] "DOID_8622<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[16]] #> [1] "DOID_8867<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[17]] #> [1] "DOID_13801<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[18]] #> [1] "DOID_4953<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[19]] #> [1] "DOID_1273<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[20]] #> [1] "DOID_8736<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[21]] #> [1] "DOID_321<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[22]] #> [1] "DOID_646<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[23]] #> [1] "DOID_1884<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[24]] #> [1] "DOID_10533<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[25]] #> [1] "DOID_2365<DOID_934<DOID_0050117<DOID_4" #> #> $`viral infectious disease`$children[[26]] #> [1] "DOID_2366<DOID_934<DOID_0050117<DOID_4" #> #> #> $`viral infectious disease`$value #> [1] "viral infectious disease" #> #> #> $`viral pneumonia` #> $`viral pneumonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10533" #> #> $`viral pneumonia`$`_id` #> [1] "DOID_10533<DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`viral pneumonia`$privateGeneCount #> [1] 0 #> #> $`viral pneumonia`$publicGeneCount #> [1] 4 #> #> $`viral pneumonia`$urlId #> [1] "DOID_10533" #> #> $`viral pneumonia`$dbPhenotype #> [1] TRUE #> #> $`viral pneumonia`$`_parent` #> [1] "DOID_552<DOID_850<DOID_0050161<DOID_1579<DOID_7<DOID_4" #> #> $`viral pneumonia`$`_is_leaf` #> [1] TRUE #> #> $`viral pneumonia`$children #> list() #> #> $`viral pneumonia`$value #> [1] "viral pneumonia" #> #> #> $`viral pneumonia` #> $`viral pneumonia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10533" #> #> $`viral pneumonia`$`_id` #> [1] "DOID_10533<DOID_934<DOID_0050117<DOID_4" #> #> $`viral pneumonia`$privateGeneCount #> [1] 0 #> #> $`viral pneumonia`$publicGeneCount #> [1] 4 #> #> $`viral pneumonia`$urlId #> [1] "DOID_10533" #> #> $`viral pneumonia`$dbPhenotype #> [1] TRUE #> #> $`viral pneumonia`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`viral pneumonia`$`_is_leaf` #> [1] TRUE #> #> $`viral pneumonia`$children #> list() #> #> $`viral pneumonia`$value #> [1] "viral pneumonia" #> #> #> $`visceral heterotaxy` #> $`visceral heterotaxy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050545" #> #> $`visceral heterotaxy`$`_id` #> [1] "DOID_0050545<DOID_0080015<DOID_4" #> #> $`visceral heterotaxy`$privateGeneCount #> [1] 0 #> #> $`visceral heterotaxy`$publicGeneCount #> [1] 6 #> #> $`visceral heterotaxy`$urlId #> [1] "DOID_0050545" #> #> $`visceral heterotaxy`$dbPhenotype #> [1] TRUE #> #> $`visceral heterotaxy`$`_parent` #> [1] "DOID_0080015<DOID_4" #> #> $`visceral heterotaxy`$`_is_leaf` #> [1] FALSE #> #> $`visceral heterotaxy`$children #> $`visceral heterotaxy`$children[[1]] #> [1] "DOID_758<DOID_0050545<DOID_0080015<DOID_4" #> #> #> $`visceral heterotaxy`$value #> [1] "visceral heterotaxy" #> #> #> $`visceral leishmaniasis` #> $`visceral leishmaniasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9146" #> #> $`visceral leishmaniasis`$`_id` #> [1] "DOID_9146<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`visceral leishmaniasis`$privateGeneCount #> [1] 0 #> #> $`visceral leishmaniasis`$publicGeneCount #> [1] 17 #> #> $`visceral leishmaniasis`$urlId #> [1] "DOID_9146" #> #> $`visceral leishmaniasis`$dbPhenotype #> [1] TRUE #> #> $`visceral leishmaniasis`$`_parent` #> [1] "DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`visceral leishmaniasis`$`_is_leaf` #> [1] TRUE #> #> $`visceral leishmaniasis`$children #> list() #> #> $`visceral leishmaniasis`$value #> [1] "visceral leishmaniasis" #> #> #> $`visceral leishmaniasis` #> $`visceral leishmaniasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9146" #> #> $`visceral leishmaniasis`$`_id` #> [1] "DOID_9146<DOID_2529<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`visceral leishmaniasis`$privateGeneCount #> [1] 0 #> #> $`visceral leishmaniasis`$publicGeneCount #> [1] 17 #> #> $`visceral leishmaniasis`$urlId #> [1] "DOID_9146" #> #> $`visceral leishmaniasis`$dbPhenotype #> [1] TRUE #> #> $`visceral leishmaniasis`$`_parent` #> [1] "DOID_2529<DOID_75<DOID_2914<DOID_7<DOID_4" #> #> $`visceral leishmaniasis`$`_is_leaf` #> [1] TRUE #> #> $`visceral leishmaniasis`$children #> list() #> #> $`visceral leishmaniasis`$value #> [1] "visceral leishmaniasis" #> #> #> $`visceral leishmaniasis` #> $`visceral leishmaniasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9146" #> #> $`visceral leishmaniasis`$`_id` #> [1] "DOID_9146<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`visceral leishmaniasis`$privateGeneCount #> [1] 0 #> #> $`visceral leishmaniasis`$publicGeneCount #> [1] 17 #> #> $`visceral leishmaniasis`$urlId #> [1] "DOID_9146" #> #> $`visceral leishmaniasis`$dbPhenotype #> [1] TRUE #> #> $`visceral leishmaniasis`$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`visceral leishmaniasis`$`_is_leaf` #> [1] TRUE #> #> $`visceral leishmaniasis`$children #> list() #> #> $`visceral leishmaniasis`$value #> [1] "visceral leishmaniasis" #> #> #> $`visceral leishmaniasis` #> $`visceral leishmaniasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9146" #> #> $`visceral leishmaniasis`$`_id` #> [1] "DOID_9146<DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`visceral leishmaniasis`$privateGeneCount #> [1] 0 #> #> $`visceral leishmaniasis`$publicGeneCount #> [1] 17 #> #> $`visceral leishmaniasis`$urlId #> [1] "DOID_9146" #> #> $`visceral leishmaniasis`$dbPhenotype #> [1] TRUE #> #> $`visceral leishmaniasis`$`_parent` #> [1] "DOID_9065<DOID_2789<DOID_1398<DOID_0050117<DOID_4" #> #> $`visceral leishmaniasis`$`_is_leaf` #> [1] TRUE #> #> $`visceral leishmaniasis`$children #> list() #> #> $`visceral leishmaniasis`$value #> [1] "visceral leishmaniasis" #> #> #> $Visceromegaly #> $Visceromegaly$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0003271" #> #> $Visceromegaly$`_id` #> [1] "HP_0003271<HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $Visceromegaly$privateGeneCount #> [1] 0 #> #> $Visceromegaly$publicGeneCount #> [1] 17 #> #> $Visceromegaly$urlId #> [1] "HP_0003271" #> #> $Visceromegaly$dbPhenotype #> [1] FALSE #> #> $Visceromegaly$`_parent` #> [1] "HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $Visceromegaly$`_is_leaf` #> [1] FALSE #> #> $Visceromegaly$children #> $Visceromegaly$children[[1]] #> [1] "HP_0002240<HP_0003271<HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> $Visceromegaly$children[[2]] #> [1] "HP_0001744<HP_0003271<HP_0001438<HP_0025031<HP_0000118<HP_0000001" #> #> #> $Visceromegaly$value #> [1] "Visceromegaly" #> #> #> $`vision/eye phenotype` #> $`vision/eye phenotype`$valueUri #> [1] "http://purl.obolibrary.org/obo/MP_0005391" #> #> $`vision/eye phenotype`$`_id` #> [1] "MP_0005391<MP_0000001" #> #> $`vision/eye phenotype`$privateGeneCount #> [1] 0 #> #> $`vision/eye phenotype`$publicGeneCount #> [1] 1 #> #> $`vision/eye phenotype`$urlId #> [1] "MP_0005391" #> #> $`vision/eye phenotype`$dbPhenotype #> [1] FALSE #> #> $`vision/eye phenotype`$`_parent` #> [1] "MP_0000001" #> #> $`vision/eye phenotype`$`_is_leaf` #> [1] FALSE #> #> $`vision/eye phenotype`$children #> $`vision/eye phenotype`$children[[1]] #> [1] "MP_0002092<MP_0005391<MP_0000001" #> #> #> $`vision/eye phenotype`$value #> [1] "vision/eye phenotype" #> #> #> $`visual epilepsy` #> $`visual epilepsy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11832" #> #> $`visual epilepsy`$`_id` #> [1] "DOID_11832<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`visual epilepsy`$privateGeneCount #> [1] 0 #> #> $`visual epilepsy`$publicGeneCount #> [1] 96 #> #> $`visual epilepsy`$urlId #> [1] "DOID_11832" #> #> $`visual epilepsy`$dbPhenotype #> [1] TRUE #> #> $`visual epilepsy`$`_parent` #> [1] "DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`visual epilepsy`$`_is_leaf` #> [1] TRUE #> #> $`visual epilepsy`$children #> list() #> #> $`visual epilepsy`$value #> [1] "visual epilepsy" #> #> #> $`Visual hallucinations` #> $`Visual hallucinations`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002367" #> #> $`Visual hallucinations`$`_id` #> [1] "HP_0002367<HP_0000738<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Visual hallucinations`$privateGeneCount #> [1] 0 #> #> $`Visual hallucinations`$publicGeneCount #> [1] 2 #> #> $`Visual hallucinations`$urlId #> [1] "HP_0002367" #> #> $`Visual hallucinations`$dbPhenotype #> [1] TRUE #> #> $`Visual hallucinations`$`_parent` #> [1] "HP_0000738<HP_0000708<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Visual hallucinations`$`_is_leaf` #> [1] TRUE #> #> $`Visual hallucinations`$children #> list() #> #> $`Visual hallucinations`$value #> [1] "Visual hallucinations" #> #> #> $`Visual impairment` #> $`Visual impairment`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000505" #> #> $`Visual impairment`$`_id` #> [1] "HP_0000505<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Visual impairment`$privateGeneCount #> [1] 0 #> #> $`Visual impairment`$publicGeneCount #> [1] 3 #> #> $`Visual impairment`$urlId #> [1] "HP_0000505" #> #> $`Visual impairment`$dbPhenotype #> [1] FALSE #> #> $`Visual impairment`$`_parent` #> [1] "HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Visual impairment`$`_is_leaf` #> [1] FALSE #> #> $`Visual impairment`$children #> $`Visual impairment`$children[[1]] #> [1] "HP_0100704<HP_0000505<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Visual impairment`$children[[2]] #> [1] "HP_0000572<HP_0000505<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Visual impairment`$value #> [1] "Visual impairment" #> #> #> $`Visual loss` #> $`Visual loss`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000572" #> #> $`Visual loss`$`_id` #> [1] "HP_0000572<HP_0000505<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Visual loss`$privateGeneCount #> [1] 0 #> #> $`Visual loss`$publicGeneCount #> [1] 2 #> #> $`Visual loss`$urlId #> [1] "HP_0000572" #> #> $`Visual loss`$dbPhenotype #> [1] TRUE #> #> $`Visual loss`$`_parent` #> [1] "HP_0000505<HP_0000504<HP_0012373<HP_0000478<HP_0000118<HP_0000001" #> #> $`Visual loss`$`_is_leaf` #> [1] TRUE #> #> $`Visual loss`$children #> list() #> #> $`Visual loss`$value #> [1] "Visual loss" #> #> #> $`visual pathway disease` #> $`visual pathway disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1393" #> #> $`visual pathway disease`$`_id` #> [1] "DOID_1393<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`visual pathway disease`$privateGeneCount #> [1] 0 #> #> $`visual pathway disease`$publicGeneCount #> [1] 1 #> #> $`visual pathway disease`$urlId #> [1] "DOID_1393" #> #> $`visual pathway disease`$dbPhenotype #> [1] FALSE #> #> $`visual pathway disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`visual pathway disease`$`_is_leaf` #> [1] FALSE #> #> $`visual pathway disease`$children #> $`visual pathway disease`$children[[1]] #> [1] "DOID_11975<DOID_1393<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`visual pathway disease`$value #> [1] "visual pathway disease" #> #> #> $`vitamin B12 deficiency` #> $`vitamin B12 deficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050731" #> #> $`vitamin B12 deficiency`$`_id` #> [1] "DOID_0050731<DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`vitamin B12 deficiency`$privateGeneCount #> [1] 0 #> #> $`vitamin B12 deficiency`$publicGeneCount #> [1] 4 #> #> $`vitamin B12 deficiency`$urlId #> [1] "DOID_0050731" #> #> $`vitamin B12 deficiency`$dbPhenotype #> [1] TRUE #> #> $`vitamin B12 deficiency`$`_parent` #> [1] "DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`vitamin B12 deficiency`$`_is_leaf` #> [1] FALSE #> #> $`vitamin B12 deficiency`$children #> $`vitamin B12 deficiency`$children[[1]] #> [1] "DOID_0050734<DOID_0050731<DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`vitamin B12 deficiency`$children[[2]] #> [1] "DOID_0050818<DOID_0050731<DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> #> $`vitamin B12 deficiency`$value #> [1] "vitamin B12 deficiency" #> #> #> $`vitamin K deficiency bleeding` #> $`vitamin K deficiency bleeding`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_11249" #> #> $`vitamin K deficiency bleeding`$`_id` #> [1] "DOID_11249<DOID_5113<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`vitamin K deficiency bleeding`$privateGeneCount #> [1] 0 #> #> $`vitamin K deficiency bleeding`$publicGeneCount #> [1] 1 #> #> $`vitamin K deficiency bleeding`$urlId #> [1] "DOID_11249" #> #> $`vitamin K deficiency bleeding`$dbPhenotype #> [1] TRUE #> #> $`vitamin K deficiency bleeding`$`_parent` #> [1] "DOID_5113<DOID_374<DOID_0060158<DOID_0014667<DOID_4" #> #> $`vitamin K deficiency bleeding`$`_is_leaf` #> [1] TRUE #> #> $`vitamin K deficiency bleeding`$children #> list() #> #> $`vitamin K deficiency bleeding`$value #> [1] "vitamin K deficiency bleeding" #> #> #> $`vitamin metabolic disorder` #> $`vitamin metabolic disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050718" #> #> $`vitamin metabolic disorder`$`_id` #> [1] "DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`vitamin metabolic disorder`$privateGeneCount #> [1] 0 #> #> $`vitamin metabolic disorder`$publicGeneCount #> [1] 7 #> #> $`vitamin metabolic disorder`$urlId #> [1] "DOID_0050718" #> #> $`vitamin metabolic disorder`$dbPhenotype #> [1] TRUE #> #> $`vitamin metabolic disorder`$`_parent` #> [1] "DOID_655<DOID_0014667<DOID_4" #> #> $`vitamin metabolic disorder`$`_is_leaf` #> [1] FALSE #> #> $`vitamin metabolic disorder`$children #> $`vitamin metabolic disorder`$children[[1]] #> [1] "DOID_0050719<DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> $`vitamin metabolic disorder`$children[[2]] #> [1] "DOID_0050731<DOID_0050718<DOID_655<DOID_0014667<DOID_4" #> #> #> $`vitamin metabolic disorder`$value #> [1] "vitamin metabolic disorder" #> #> #> $`vitelliform macular dystrophy` #> $`vitelliform macular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050661" #> #> $`vitelliform macular dystrophy`$`_id` #> [1] "DOID_0050661<DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vitelliform macular dystrophy`$privateGeneCount #> [1] 0 #> #> $`vitelliform macular dystrophy`$publicGeneCount #> [1] 5 #> #> $`vitelliform macular dystrophy`$urlId #> [1] "DOID_0050661" #> #> $`vitelliform macular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`vitelliform macular dystrophy`$`_parent` #> [1] "DOID_4448<DOID_8466<DOID_5679<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vitelliform macular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`vitelliform macular dystrophy`$children #> list() #> #> $`vitelliform macular dystrophy`$value #> [1] "vitelliform macular dystrophy" #> #> #> $`vitelliform macular dystrophy` #> $`vitelliform macular dystrophy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050661" #> #> $`vitelliform macular dystrophy`$`_id` #> [1] "DOID_0050661<DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vitelliform macular dystrophy`$privateGeneCount #> [1] 0 #> #> $`vitelliform macular dystrophy`$publicGeneCount #> [1] 5 #> #> $`vitelliform macular dystrophy`$urlId #> [1] "DOID_0050661" #> #> $`vitelliform macular dystrophy`$dbPhenotype #> [1] TRUE #> #> $`vitelliform macular dystrophy`$`_parent` #> [1] "DOID_4448<DOID_8466<DOID_9799<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vitelliform macular dystrophy`$`_is_leaf` #> [1] TRUE #> #> $`vitelliform macular dystrophy`$children #> list() #> #> $`vitelliform macular dystrophy`$value #> [1] "vitelliform macular dystrophy" #> #> #> $vitiligo #> $vitiligo$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12306" #> #> $vitiligo$`_id` #> [1] "DOID_12306<DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $vitiligo$privateGeneCount #> [1] 0 #> #> $vitiligo$publicGeneCount #> [1] 48 #> #> $vitiligo$urlId #> [1] "DOID_12306" #> #> $vitiligo$dbPhenotype #> [1] TRUE #> #> $vitiligo$`_parent` #> [1] "DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $vitiligo$`_is_leaf` #> [1] TRUE #> #> $vitiligo$children #> list() #> #> $vitiligo$value #> [1] "vitiligo" #> #> #> $vitiligo #> $vitiligo$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12306" #> #> $vitiligo$`_id` #> [1] "DOID_12306<DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $vitiligo$privateGeneCount #> [1] 0 #> #> $vitiligo$publicGeneCount #> [1] 48 #> #> $vitiligo$urlId #> [1] "DOID_12306" #> #> $vitiligo$dbPhenotype #> [1] TRUE #> #> $vitiligo$`_parent` #> [1] "DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $vitiligo$`_is_leaf` #> [1] TRUE #> #> $vitiligo$children #> list() #> #> $vitiligo$value #> [1] "vitiligo" #> #> #> $vitiligo #> $vitiligo$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12306" #> #> $vitiligo$`_id` #> [1] "DOID_12306<DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $vitiligo$privateGeneCount #> [1] 0 #> #> $vitiligo$publicGeneCount #> [1] 48 #> #> $vitiligo$urlId #> [1] "DOID_12306" #> #> $vitiligo$dbPhenotype #> [1] TRUE #> #> $vitiligo$`_parent` #> [1] "DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $vitiligo$`_is_leaf` #> [1] TRUE #> #> $vitiligo$children #> list() #> #> $vitiligo$value #> [1] "vitiligo" #> #> #> $vitiligo #> $vitiligo$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12306" #> #> $vitiligo$`_id` #> [1] "DOID_12306<DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $vitiligo$privateGeneCount #> [1] 0 #> #> $vitiligo$publicGeneCount #> [1] 48 #> #> $vitiligo$urlId #> [1] "DOID_12306" #> #> $vitiligo$dbPhenotype #> [1] TRUE #> #> $vitiligo$`_parent` #> [1] "DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $vitiligo$`_is_leaf` #> [1] TRUE #> #> $vitiligo$children #> list() #> #> $vitiligo$value #> [1] "vitiligo" #> #> #> $`vitreous disease` #> $`vitreous disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9720" #> #> $`vitreous disease`$`_id` #> [1] "DOID_9720<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vitreous disease`$privateGeneCount #> [1] 0 #> #> $`vitreous disease`$publicGeneCount #> [1] 14 #> #> $`vitreous disease`$urlId #> [1] "DOID_9720" #> #> $`vitreous disease`$dbPhenotype #> [1] FALSE #> #> $`vitreous disease`$`_parent` #> [1] "DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vitreous disease`$`_is_leaf` #> [1] FALSE #> #> $`vitreous disease`$children #> $`vitreous disease`$children[[1]] #> [1] "DOID_9719<DOID_9720<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`vitreous disease`$children[[2]] #> [1] "DOID_0060282<DOID_9720<DOID_5614<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> #> $`vitreous disease`$value #> [1] "vitreous disease" #> #> #> $`Vogt-Koyanagi-Harada disease` #> $`Vogt-Koyanagi-Harada disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12297" #> #> $`Vogt-Koyanagi-Harada disease`$`_id` #> [1] "DOID_12297<DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`Vogt-Koyanagi-Harada disease`$privateGeneCount #> [1] 0 #> #> $`Vogt-Koyanagi-Harada disease`$publicGeneCount #> [1] 8 #> #> $`Vogt-Koyanagi-Harada disease`$urlId #> [1] "DOID_12297" #> #> $`Vogt-Koyanagi-Harada disease`$dbPhenotype #> [1] TRUE #> #> $`Vogt-Koyanagi-Harada disease`$`_parent` #> [1] "DOID_0060039<DOID_0060032<DOID_17<DOID_7<DOID_4" #> #> $`Vogt-Koyanagi-Harada disease`$`_is_leaf` #> [1] TRUE #> #> $`Vogt-Koyanagi-Harada disease`$children #> list() #> #> $`Vogt-Koyanagi-Harada disease`$value #> [1] "Vogt-Koyanagi-Harada disease" #> #> #> $`Vogt-Koyanagi-Harada disease` #> $`Vogt-Koyanagi-Harada disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12297" #> #> $`Vogt-Koyanagi-Harada disease`$`_id` #> [1] "DOID_12297<DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Vogt-Koyanagi-Harada disease`$privateGeneCount #> [1] 0 #> #> $`Vogt-Koyanagi-Harada disease`$publicGeneCount #> [1] 8 #> #> $`Vogt-Koyanagi-Harada disease`$urlId #> [1] "DOID_12297" #> #> $`Vogt-Koyanagi-Harada disease`$dbPhenotype #> [1] TRUE #> #> $`Vogt-Koyanagi-Harada disease`$`_parent` #> [1] "DOID_0060039<DOID_0060032<DOID_417<DOID_0060056<DOID_2914<DOID_7<DOID_4" #> #> $`Vogt-Koyanagi-Harada disease`$`_is_leaf` #> [1] TRUE #> #> $`Vogt-Koyanagi-Harada disease`$children #> list() #> #> $`Vogt-Koyanagi-Harada disease`$value #> [1] "Vogt-Koyanagi-Harada disease" #> #> #> $`Vogt-Koyanagi-Harada disease` #> $`Vogt-Koyanagi-Harada disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12297" #> #> $`Vogt-Koyanagi-Harada disease`$`_id` #> [1] "DOID_12297<DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Vogt-Koyanagi-Harada disease`$privateGeneCount #> [1] 0 #> #> $`Vogt-Koyanagi-Harada disease`$publicGeneCount #> [1] 8 #> #> $`Vogt-Koyanagi-Harada disease`$urlId #> [1] "DOID_12297" #> #> $`Vogt-Koyanagi-Harada disease`$dbPhenotype #> [1] TRUE #> #> $`Vogt-Koyanagi-Harada disease`$`_parent` #> [1] "DOID_0060039<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`Vogt-Koyanagi-Harada disease`$`_is_leaf` #> [1] TRUE #> #> $`Vogt-Koyanagi-Harada disease`$children #> list() #> #> $`Vogt-Koyanagi-Harada disease`$value #> [1] "Vogt-Koyanagi-Harada disease" #> #> #> $`Vogt-Koyanagi-Harada disease` #> $`Vogt-Koyanagi-Harada disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12297" #> #> $`Vogt-Koyanagi-Harada disease`$`_id` #> [1] "DOID_12297<DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Vogt-Koyanagi-Harada disease`$privateGeneCount #> [1] 0 #> #> $`Vogt-Koyanagi-Harada disease`$publicGeneCount #> [1] 8 #> #> $`Vogt-Koyanagi-Harada disease`$urlId #> [1] "DOID_12297" #> #> $`Vogt-Koyanagi-Harada disease`$dbPhenotype #> [1] TRUE #> #> $`Vogt-Koyanagi-Harada disease`$`_parent` #> [1] "DOID_0060039<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Vogt-Koyanagi-Harada disease`$`_is_leaf` #> [1] TRUE #> #> $`Vogt-Koyanagi-Harada disease`$children #> list() #> #> $`Vogt-Koyanagi-Harada disease`$value #> [1] "Vogt-Koyanagi-Harada disease" #> #> #> $Vomiting #> $Vomiting$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002013" #> #> $Vomiting$`_id` #> [1] "HP_0002013<HP_0002017<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $Vomiting$privateGeneCount #> [1] 0 #> #> $Vomiting$publicGeneCount #> [1] 6 #> #> $Vomiting$urlId #> [1] "HP_0002013" #> #> $Vomiting$dbPhenotype #> [1] TRUE #> #> $Vomiting$`_parent` #> [1] "HP_0002017<HP_0011458<HP_0025032<HP_0025031<HP_0000118<HP_0000001" #> #> $Vomiting$`_is_leaf` #> [1] TRUE #> #> $Vomiting$children #> list() #> #> $Vomiting$value #> [1] "Vomiting" #> #> #> $`von Hippel-Lindau disease` #> $`von Hippel-Lindau disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14175" #> #> $`von Hippel-Lindau disease`$`_id` #> [1] "DOID_14175<DOID_5241<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`von Hippel-Lindau disease`$privateGeneCount #> [1] 0 #> #> $`von Hippel-Lindau disease`$publicGeneCount #> [1] 4 #> #> $`von Hippel-Lindau disease`$urlId #> [1] "DOID_14175" #> #> $`von Hippel-Lindau disease`$dbPhenotype #> [1] TRUE #> #> $`von Hippel-Lindau disease`$`_parent` #> [1] "DOID_5241<DOID_255<DOID_0060084<DOID_0060072<DOID_14566<DOID_4" #> #> $`von Hippel-Lindau disease`$`_is_leaf` #> [1] TRUE #> #> $`von Hippel-Lindau disease`$children #> list() #> #> $`von Hippel-Lindau disease`$value #> [1] "von Hippel-Lindau disease" #> #> #> $`von Hippel-Lindau disease` #> $`von Hippel-Lindau disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14175" #> #> $`von Hippel-Lindau disease`$`_id` #> [1] "DOID_14175<DOID_5241<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`von Hippel-Lindau disease`$privateGeneCount #> [1] 0 #> #> $`von Hippel-Lindau disease`$publicGeneCount #> [1] 4 #> #> $`von Hippel-Lindau disease`$urlId #> [1] "DOID_14175" #> #> $`von Hippel-Lindau disease`$dbPhenotype #> [1] TRUE #> #> $`von Hippel-Lindau disease`$`_parent` #> [1] "DOID_5241<DOID_255<DOID_0060091<DOID_0060085<DOID_0060072<DOID_14566<DOID_4" #> #> $`von Hippel-Lindau disease`$`_is_leaf` #> [1] TRUE #> #> $`von Hippel-Lindau disease`$children #> list() #> #> $`von Hippel-Lindau disease`$value #> [1] "von Hippel-Lindau disease" #> #> #> $`von Hippel-Lindau disease` #> $`von Hippel-Lindau disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14175" #> #> $`von Hippel-Lindau disease`$`_id` #> [1] "DOID_14175<DOID_5241<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`von Hippel-Lindau disease`$privateGeneCount #> [1] 0 #> #> $`von Hippel-Lindau disease`$publicGeneCount #> [1] 4 #> #> $`von Hippel-Lindau disease`$urlId #> [1] "DOID_14175" #> #> $`von Hippel-Lindau disease`$dbPhenotype #> [1] TRUE #> #> $`von Hippel-Lindau disease`$`_parent` #> [1] "DOID_5241<DOID_255<DOID_0060091<DOID_1287<DOID_7<DOID_4" #> #> $`von Hippel-Lindau disease`$`_is_leaf` #> [1] TRUE #> #> $`von Hippel-Lindau disease`$children #> list() #> #> $`von Hippel-Lindau disease`$value #> [1] "von Hippel-Lindau disease" #> #> #> $`von Hippel-Lindau disease` #> $`von Hippel-Lindau disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14175" #> #> $`von Hippel-Lindau disease`$`_id` #> [1] "DOID_14175<DOID_5241<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`von Hippel-Lindau disease`$privateGeneCount #> [1] 0 #> #> $`von Hippel-Lindau disease`$publicGeneCount #> [1] 4 #> #> $`von Hippel-Lindau disease`$urlId #> [1] "DOID_14175" #> #> $`von Hippel-Lindau disease`$dbPhenotype #> [1] TRUE #> #> $`von Hippel-Lindau disease`$`_parent` #> [1] "DOID_5241<DOID_255<DOID_178<DOID_1287<DOID_7<DOID_4" #> #> $`von Hippel-Lindau disease`$`_is_leaf` #> [1] TRUE #> #> $`von Hippel-Lindau disease`$children #> list() #> #> $`von Hippel-Lindau disease`$value #> [1] "von Hippel-Lindau disease" #> #> #> $`von Willebrand's disease` #> $`von Willebrand's disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_12531" #> #> $`von Willebrand's disease`$`_id` #> [1] "DOID_12531<DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`von Willebrand's disease`$privateGeneCount #> [1] 0 #> #> $`von Willebrand's disease`$publicGeneCount #> [1] 2 #> #> $`von Willebrand's disease`$urlId #> [1] "DOID_12531" #> #> $`von Willebrand's disease`$dbPhenotype #> [1] TRUE #> #> $`von Willebrand's disease`$`_parent` #> [1] "DOID_1247<DOID_74<DOID_7<DOID_4" #> #> $`von Willebrand's disease`$`_is_leaf` #> [1] TRUE #> #> $`von Willebrand's disease`$children #> list() #> #> $`von Willebrand's disease`$value #> [1] "von Willebrand's disease" #> #> #> $`vulva cancer` #> $`vulva cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1245" #> #> $`vulva cancer`$`_id` #> [1] "DOID_1245<DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`vulva cancer`$privateGeneCount #> [1] 0 #> #> $`vulva cancer`$publicGeneCount #> [1] 13 #> #> $`vulva cancer`$urlId #> [1] "DOID_1245" #> #> $`vulva cancer`$dbPhenotype #> [1] TRUE #> #> $`vulva cancer`$`_parent` #> [1] "DOID_120<DOID_193<DOID_0050686<DOID_162<DOID_14566<DOID_4" #> #> $`vulva cancer`$`_is_leaf` #> [1] TRUE #> #> $`vulva cancer`$children #> list() #> #> $`vulva cancer`$value #> [1] "vulva cancer" #> #> #> $`vulva cancer` #> $`vulva cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1245" #> #> $`vulva cancer`$`_id` #> [1] "DOID_1245<DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vulva cancer`$privateGeneCount #> [1] 0 #> #> $`vulva cancer`$publicGeneCount #> [1] 13 #> #> $`vulva cancer`$urlId #> [1] "DOID_1245" #> #> $`vulva cancer`$dbPhenotype #> [1] TRUE #> #> $`vulva cancer`$`_parent` #> [1] "DOID_120<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vulva cancer`$`_is_leaf` #> [1] TRUE #> #> $`vulva cancer`$children #> list() #> #> $`vulva cancer`$value #> [1] "vulva cancer" #> #> #> $`vulva cancer` #> $`vulva cancer`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1245" #> #> $`vulva cancer`$`_id` #> [1] "DOID_1245<DOID_2059<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vulva cancer`$privateGeneCount #> [1] 0 #> #> $`vulva cancer`$publicGeneCount #> [1] 13 #> #> $`vulva cancer`$urlId #> [1] "DOID_1245" #> #> $`vulva cancer`$dbPhenotype #> [1] TRUE #> #> $`vulva cancer`$`_parent` #> [1] "DOID_2059<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vulva cancer`$`_is_leaf` #> [1] TRUE #> #> $`vulva cancer`$children #> list() #> #> $`vulva cancer`$value #> [1] "vulva cancer" #> #> #> $`vulvar disease` #> $`vulvar disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2059" #> #> $`vulvar disease`$`_id` #> [1] "DOID_2059<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vulvar disease`$privateGeneCount #> [1] 0 #> #> $`vulvar disease`$publicGeneCount #> [1] 17 #> #> $`vulvar disease`$urlId #> [1] "DOID_2059" #> #> $`vulvar disease`$dbPhenotype #> [1] TRUE #> #> $`vulvar disease`$`_parent` #> [1] "DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vulvar disease`$`_is_leaf` #> [1] FALSE #> #> $`vulvar disease`$children #> $`vulvar disease`$children[[1]] #> [1] "DOID_1245<DOID_2059<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vulvar disease`$children[[2]] #> [1] "DOID_3901<DOID_2059<DOID_229<DOID_15<DOID_7<DOID_4" #> #> #> $`vulvar disease`$value #> [1] "vulvar disease" #> #> #> $vulvitis #> $vulvitis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3901" #> #> $vulvitis$`_id` #> [1] "DOID_3901<DOID_2059<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $vulvitis$privateGeneCount #> [1] 0 #> #> $vulvitis$publicGeneCount #> [1] 2 #> #> $vulvitis$urlId #> [1] "DOID_3901" #> #> $vulvitis$dbPhenotype #> [1] TRUE #> #> $vulvitis$`_parent` #> [1] "DOID_2059<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $vulvitis$`_is_leaf` #> [1] TRUE #> #> $vulvitis$children #> list() #> #> $vulvitis$value #> [1] "vulvitis" #> #> #> $`vulvovaginal candidiasis` #> $`vulvovaginal candidiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2272" #> #> $`vulvovaginal candidiasis`$`_id` #> [1] "DOID_2272<DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vulvovaginal candidiasis`$privateGeneCount #> [1] 0 #> #> $`vulvovaginal candidiasis`$publicGeneCount #> [1] 2 #> #> $`vulvovaginal candidiasis`$urlId #> [1] "DOID_2272" #> #> $`vulvovaginal candidiasis`$dbPhenotype #> [1] TRUE #> #> $`vulvovaginal candidiasis`$`_parent` #> [1] "DOID_121<DOID_229<DOID_15<DOID_7<DOID_4" #> #> $`vulvovaginal candidiasis`$`_is_leaf` #> [1] TRUE #> #> $`vulvovaginal candidiasis`$children #> list() #> #> $`vulvovaginal candidiasis`$value #> [1] "vulvovaginal candidiasis" #> #> #> $`vulvovaginal candidiasis` #> $`vulvovaginal candidiasis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2272" #> #> $`vulvovaginal candidiasis`$`_id` #> [1] "DOID_2272<DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`vulvovaginal candidiasis`$privateGeneCount #> [1] 0 #> #> $`vulvovaginal candidiasis`$publicGeneCount #> [1] 2 #> #> $`vulvovaginal candidiasis`$urlId #> [1] "DOID_2272" #> #> $`vulvovaginal candidiasis`$dbPhenotype #> [1] TRUE #> #> $`vulvovaginal candidiasis`$`_parent` #> [1] "DOID_1508<DOID_2473<DOID_0050136<DOID_1564<DOID_0050117<DOID_4" #> #> $`vulvovaginal candidiasis`$`_is_leaf` #> [1] TRUE #> #> $`vulvovaginal candidiasis`$children #> list() #> #> $`vulvovaginal candidiasis`$value #> [1] "vulvovaginal candidiasis" #> #> #> $`Waardenburg's syndrome` #> $`Waardenburg's syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9258" #> #> $`Waardenburg's syndrome`$`_id` #> [1] "DOID_9258<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Waardenburg's syndrome`$privateGeneCount #> [1] 0 #> #> $`Waardenburg's syndrome`$publicGeneCount #> [1] 7 #> #> $`Waardenburg's syndrome`$urlId #> [1] "DOID_9258" #> #> $`Waardenburg's syndrome`$dbPhenotype #> [1] TRUE #> #> $`Waardenburg's syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Waardenburg's syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Waardenburg's syndrome`$children #> list() #> #> $`Waardenburg's syndrome`$value #> [1] "Waardenburg's syndrome" #> #> #> $`Waardenburg's syndrome` #> $`Waardenburg's syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9258" #> #> $`Waardenburg's syndrome`$`_id` #> [1] "DOID_9258<DOID_225<DOID_4" #> #> $`Waardenburg's syndrome`$privateGeneCount #> [1] 0 #> #> $`Waardenburg's syndrome`$publicGeneCount #> [1] 7 #> #> $`Waardenburg's syndrome`$urlId #> [1] "DOID_9258" #> #> $`Waardenburg's syndrome`$dbPhenotype #> [1] TRUE #> #> $`Waardenburg's syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Waardenburg's syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Waardenburg's syndrome`$children #> list() #> #> $`Waardenburg's syndrome`$value #> [1] "Waardenburg's syndrome" #> #> #> $`Walker-Warburg syndrome` #> $`Walker-Warburg syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050560" #> #> $`Walker-Warburg syndrome`$`_id` #> [1] "DOID_0050560<DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Walker-Warburg syndrome`$privateGeneCount #> [1] 0 #> #> $`Walker-Warburg syndrome`$publicGeneCount #> [1] 4 #> #> $`Walker-Warburg syndrome`$urlId #> [1] "DOID_0050560" #> #> $`Walker-Warburg syndrome`$dbPhenotype #> [1] TRUE #> #> $`Walker-Warburg syndrome`$`_parent` #> [1] "DOID_0050557<DOID_9884<DOID_423<DOID_66<DOID_0080000<DOID_17<DOID_7<DOID_4" #> #> $`Walker-Warburg syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Walker-Warburg syndrome`$children #> list() #> #> $`Walker-Warburg syndrome`$value #> [1] "Walker-Warburg syndrome" #> #> #> $`Walker-Warburg syndrome` #> $`Walker-Warburg syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050560" #> #> $`Walker-Warburg syndrome`$`_id` #> [1] "DOID_0050560<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Walker-Warburg syndrome`$privateGeneCount #> [1] 0 #> #> $`Walker-Warburg syndrome`$publicGeneCount #> [1] 4 #> #> $`Walker-Warburg syndrome`$urlId #> [1] "DOID_0050560" #> #> $`Walker-Warburg syndrome`$dbPhenotype #> [1] TRUE #> #> $`Walker-Warburg syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Walker-Warburg syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Walker-Warburg syndrome`$children #> list() #> #> $`Walker-Warburg syndrome`$value #> [1] "Walker-Warburg syndrome" #> #> #> $`Warburg micro syndrome` #> $`Warburg micro syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060237" #> #> $`Warburg micro syndrome`$`_id` #> [1] "DOID_0060237<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Warburg micro syndrome`$privateGeneCount #> [1] 0 #> #> $`Warburg micro syndrome`$publicGeneCount #> [1] 4 #> #> $`Warburg micro syndrome`$urlId #> [1] "DOID_0060237" #> #> $`Warburg micro syndrome`$dbPhenotype #> [1] TRUE #> #> $`Warburg micro syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Warburg micro syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Warburg micro syndrome`$children #> list() #> #> $`Warburg micro syndrome`$value #> [1] "Warburg micro syndrome" #> #> #> $`Warburg micro syndrome` #> $`Warburg micro syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060237" #> #> $`Warburg micro syndrome`$`_id` #> [1] "DOID_0060237<DOID_225<DOID_4" #> #> $`Warburg micro syndrome`$privateGeneCount #> [1] 0 #> #> $`Warburg micro syndrome`$publicGeneCount #> [1] 4 #> #> $`Warburg micro syndrome`$urlId #> [1] "DOID_0060237" #> #> $`Warburg micro syndrome`$dbPhenotype #> [1] TRUE #> #> $`Warburg micro syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Warburg micro syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Warburg micro syndrome`$children #> list() #> #> $`Warburg micro syndrome`$value #> [1] "Warburg micro syndrome" #> #> #> $`Warsaw breakage syndrome` #> $`Warsaw breakage syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060535" #> #> $`Warsaw breakage syndrome`$`_id` #> [1] "DOID_0060535<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Warsaw breakage syndrome`$privateGeneCount #> [1] 0 #> #> $`Warsaw breakage syndrome`$publicGeneCount #> [1] 1 #> #> $`Warsaw breakage syndrome`$urlId #> [1] "DOID_0060535" #> #> $`Warsaw breakage syndrome`$dbPhenotype #> [1] TRUE #> #> $`Warsaw breakage syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Warsaw breakage syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Warsaw breakage syndrome`$children #> list() #> #> $`Warsaw breakage syndrome`$value #> [1] "Warsaw breakage syndrome" #> #> #> $`Warsaw breakage syndrome` #> $`Warsaw breakage syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060535" #> #> $`Warsaw breakage syndrome`$`_id` #> [1] "DOID_0060535<DOID_225<DOID_4" #> #> $`Warsaw breakage syndrome`$privateGeneCount #> [1] 0 #> #> $`Warsaw breakage syndrome`$publicGeneCount #> [1] 1 #> #> $`Warsaw breakage syndrome`$urlId #> [1] "DOID_0060535" #> #> $`Warsaw breakage syndrome`$dbPhenotype #> [1] TRUE #> #> $`Warsaw breakage syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Warsaw breakage syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Warsaw breakage syndrome`$children #> list() #> #> $`Warsaw breakage syndrome`$value #> [1] "Warsaw breakage syndrome" #> #> #> $`Weakness due to upper motor neuron dysfunction` #> $`Weakness due to upper motor neuron dysfunction`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010549" #> #> $`Weakness due to upper motor neuron dysfunction`$`_id` #> [1] "HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Weakness due to upper motor neuron dysfunction`$privateGeneCount #> [1] 0 #> #> $`Weakness due to upper motor neuron dysfunction`$publicGeneCount #> [1] 4 #> #> $`Weakness due to upper motor neuron dysfunction`$urlId #> [1] "HP_0010549" #> #> $`Weakness due to upper motor neuron dysfunction`$dbPhenotype #> [1] FALSE #> #> $`Weakness due to upper motor neuron dysfunction`$`_parent` #> [1] "HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Weakness due to upper motor neuron dysfunction`$`_is_leaf` #> [1] FALSE #> #> $`Weakness due to upper motor neuron dysfunction`$children #> $`Weakness due to upper motor neuron dysfunction`$children[[1]] #> [1] "HP_0004374<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Weakness due to upper motor neuron dysfunction`$children[[2]] #> [1] "HP_0010551<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> $`Weakness due to upper motor neuron dysfunction`$children[[3]] #> [1] "HP_0030182<HP_0010549<HP_0002493<HP_0011442<HP_0012638<HP_0000707<HP_0000118<HP_0000001" #> #> #> $`Weakness due to upper motor neuron dysfunction`$value #> [1] "Weakness due to upper motor neuron dysfunction" #> #> #> $`Weaver syndrome` #> $`Weaver syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14731" #> #> $`Weaver syndrome`$`_id` #> [1] "DOID_14731<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Weaver syndrome`$privateGeneCount #> [1] 0 #> #> $`Weaver syndrome`$publicGeneCount #> [1] 2 #> #> $`Weaver syndrome`$urlId #> [1] "DOID_14731" #> #> $`Weaver syndrome`$dbPhenotype #> [1] TRUE #> #> $`Weaver syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Weaver syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Weaver syndrome`$children #> list() #> #> $`Weaver syndrome`$value #> [1] "Weaver syndrome" #> #> #> $`Weaver syndrome` #> $`Weaver syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14731" #> #> $`Weaver syndrome`$`_id` #> [1] "DOID_14731<DOID_225<DOID_4" #> #> $`Weaver syndrome`$privateGeneCount #> [1] 0 #> #> $`Weaver syndrome`$publicGeneCount #> [1] 2 #> #> $`Weaver syndrome`$urlId #> [1] "DOID_14731" #> #> $`Weaver syndrome`$dbPhenotype #> [1] TRUE #> #> $`Weaver syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Weaver syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Weaver syndrome`$children #> list() #> #> $`Weaver syndrome`$value #> [1] "Weaver syndrome" #> #> #> $`Weight loss` #> $`Weight loss`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0001824" #> #> $`Weight loss`$`_id` #> [1] "HP_0001824<HP_0004325<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Weight loss`$privateGeneCount #> [1] 0 #> #> $`Weight loss`$publicGeneCount #> [1] 35 #> #> $`Weight loss`$urlId #> [1] "HP_0001824" #> #> $`Weight loss`$dbPhenotype #> [1] TRUE #> #> $`Weight loss`$`_parent` #> [1] "HP_0004325<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> $`Weight loss`$`_is_leaf` #> [1] FALSE #> #> $`Weight loss`$children #> $`Weight loss`$children[[1]] #> [1] "HP_0004326<HP_0001824<HP_0004325<HP_0004323<HP_0001507<HP_0000118<HP_0000001" #> #> #> $`Weight loss`$value #> [1] "Weight loss" #> #> #> $`Weill-Marchesani syndrome` #> $`Weill-Marchesani syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050475" #> #> $`Weill-Marchesani syndrome`$`_id` #> [1] "DOID_0050475<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Weill-Marchesani syndrome`$privateGeneCount #> [1] 0 #> #> $`Weill-Marchesani syndrome`$publicGeneCount #> [1] 5 #> #> $`Weill-Marchesani syndrome`$urlId #> [1] "DOID_0050475" #> #> $`Weill-Marchesani syndrome`$dbPhenotype #> [1] TRUE #> #> $`Weill-Marchesani syndrome`$`_parent` #> [1] "DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Weill-Marchesani syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Weill-Marchesani syndrome`$children #> list() #> #> $`Weill-Marchesani syndrome`$value #> [1] "Weill-Marchesani syndrome" #> #> #> $`Weill-Marchesani syndrome` #> $`Weill-Marchesani syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050475" #> #> $`Weill-Marchesani syndrome`$`_id` #> [1] "DOID_0050475<DOID_225<DOID_4" #> #> $`Weill-Marchesani syndrome`$privateGeneCount #> [1] 0 #> #> $`Weill-Marchesani syndrome`$publicGeneCount #> [1] 5 #> #> $`Weill-Marchesani syndrome`$urlId #> [1] "DOID_0050475" #> #> $`Weill-Marchesani syndrome`$dbPhenotype #> [1] TRUE #> #> $`Weill-Marchesani syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Weill-Marchesani syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Weill-Marchesani syndrome`$children #> list() #> #> $`Weill-Marchesani syndrome`$value #> [1] "Weill-Marchesani syndrome" #> #> #> $`Weissenbacher-Zweymuller syndrome` #> $`Weissenbacher-Zweymuller syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_4258" #> #> $`Weissenbacher-Zweymuller syndrome`$`_id` #> [1] "DOID_4258<DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Weissenbacher-Zweymuller syndrome`$privateGeneCount #> [1] 0 #> #> $`Weissenbacher-Zweymuller syndrome`$publicGeneCount #> [1] 1 #> #> $`Weissenbacher-Zweymuller syndrome`$urlId #> [1] "DOID_4258" #> #> $`Weissenbacher-Zweymuller syndrome`$dbPhenotype #> [1] TRUE #> #> $`Weissenbacher-Zweymuller syndrome`$`_parent` #> [1] "DOID_2256<DOID_0080006<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`Weissenbacher-Zweymuller syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Weissenbacher-Zweymuller syndrome`$children #> list() #> #> $`Weissenbacher-Zweymuller syndrome`$value #> [1] "Weissenbacher-Zweymuller syndrome" #> #> #> $`Werdnig-Hoffmann disease` #> $`Werdnig-Hoffmann disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_13137" #> #> $`Werdnig-Hoffmann disease`$`_id` #> [1] "DOID_13137<DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Werdnig-Hoffmann disease`$privateGeneCount #> [1] 0 #> #> $`Werdnig-Hoffmann disease`$publicGeneCount #> [1] 1 #> #> $`Werdnig-Hoffmann disease`$urlId #> [1] "DOID_13137" #> #> $`Werdnig-Hoffmann disease`$dbPhenotype #> [1] TRUE #> #> $`Werdnig-Hoffmann disease`$`_parent` #> [1] "DOID_0060160<DOID_12377<DOID_231<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Werdnig-Hoffmann disease`$`_is_leaf` #> [1] TRUE #> #> $`Werdnig-Hoffmann disease`$children #> list() #> #> $`Werdnig-Hoffmann disease`$value #> [1] "Werdnig-Hoffmann disease" #> #> #> $`Werner syndrome` #> $`Werner syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5688" #> #> $`Werner syndrome`$`_id` #> [1] "DOID_5688<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Werner syndrome`$privateGeneCount #> [1] 0 #> #> $`Werner syndrome`$publicGeneCount #> [1] 1 #> #> $`Werner syndrome`$urlId #> [1] "DOID_5688" #> #> $`Werner syndrome`$dbPhenotype #> [1] TRUE #> #> $`Werner syndrome`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Werner syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Werner syndrome`$children #> list() #> #> $`Werner syndrome`$value #> [1] "Werner syndrome" #> #> #> $`Werner syndrome` #> $`Werner syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_5688" #> #> $`Werner syndrome`$`_id` #> [1] "DOID_5688<DOID_225<DOID_4" #> #> $`Werner syndrome`$privateGeneCount #> [1] 0 #> #> $`Werner syndrome`$publicGeneCount #> [1] 1 #> #> $`Werner syndrome`$urlId #> [1] "DOID_5688" #> #> $`Werner syndrome`$dbPhenotype #> [1] TRUE #> #> $`Werner syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Werner syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Werner syndrome`$children #> list() #> #> $`Werner syndrome`$value #> [1] "Werner syndrome" #> #> #> $`Wernicke encephalopathy` #> $`Wernicke encephalopathy`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2384" #> #> $`Wernicke encephalopathy`$`_id` #> [1] "DOID_2384<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Wernicke encephalopathy`$privateGeneCount #> [1] 0 #> #> $`Wernicke encephalopathy`$publicGeneCount #> [1] 1 #> #> $`Wernicke encephalopathy`$urlId #> [1] "DOID_2384" #> #> $`Wernicke encephalopathy`$dbPhenotype #> [1] TRUE #> #> $`Wernicke encephalopathy`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`Wernicke encephalopathy`$`_is_leaf` #> [1] TRUE #> #> $`Wernicke encephalopathy`$children #> list() #> #> $`Wernicke encephalopathy`$value #> [1] "Wernicke encephalopathy" #> #> #> $`West Nile encephalitis` #> $`West Nile encephalitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2365" #> #> $`West Nile encephalitis`$`_id` #> [1] "DOID_2365<DOID_934<DOID_0050117<DOID_4" #> #> $`West Nile encephalitis`$privateGeneCount #> [1] 0 #> #> $`West Nile encephalitis`$publicGeneCount #> [1] 1 #> #> $`West Nile encephalitis`$urlId #> [1] "DOID_2365" #> #> $`West Nile encephalitis`$dbPhenotype #> [1] TRUE #> #> $`West Nile encephalitis`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`West Nile encephalitis`$`_is_leaf` #> [1] TRUE #> #> $`West Nile encephalitis`$children #> list() #> #> $`West Nile encephalitis`$value #> [1] "West Nile encephalitis" #> #> #> $`West Nile encephalitis` #> $`West Nile encephalitis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2365" #> #> $`West Nile encephalitis`$`_id` #> [1] "DOID_2365<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`West Nile encephalitis`$privateGeneCount #> [1] 0 #> #> $`West Nile encephalitis`$publicGeneCount #> [1] 1 #> #> $`West Nile encephalitis`$urlId #> [1] "DOID_2365" #> #> $`West Nile encephalitis`$dbPhenotype #> [1] TRUE #> #> $`West Nile encephalitis`$`_parent` #> [1] "DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`West Nile encephalitis`$`_is_leaf` #> [1] TRUE #> #> $`West Nile encephalitis`$children #> list() #> #> $`West Nile encephalitis`$value #> [1] "West Nile encephalitis" #> #> #> $`West Nile fever` #> $`West Nile fever`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_2366" #> #> $`West Nile fever`$`_id` #> [1] "DOID_2366<DOID_934<DOID_0050117<DOID_4" #> #> $`West Nile fever`$privateGeneCount #> [1] 0 #> #> $`West Nile fever`$publicGeneCount #> [1] 1 #> #> $`West Nile fever`$urlId #> [1] "DOID_2366" #> #> $`West Nile fever`$dbPhenotype #> [1] TRUE #> #> $`West Nile fever`$`_parent` #> [1] "DOID_934<DOID_0050117<DOID_4" #> #> $`West Nile fever`$`_is_leaf` #> [1] TRUE #> #> $`West Nile fever`$children #> list() #> #> $`West Nile fever`$value #> [1] "West Nile fever" #> #> #> $`West syndrome` #> $`West syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050562" #> #> $`West syndrome`$`_id` #> [1] "DOID_0050562<DOID_0050703<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`West syndrome`$privateGeneCount #> [1] 0 #> #> $`West syndrome`$publicGeneCount #> [1] 4 #> #> $`West syndrome`$urlId #> [1] "DOID_0050562" #> #> $`West syndrome`$dbPhenotype #> [1] TRUE #> #> $`West syndrome`$`_parent` #> [1] "DOID_0050703<DOID_0050701<DOID_1826<DOID_936<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`West syndrome`$`_is_leaf` #> [1] TRUE #> #> $`West syndrome`$children #> list() #> #> $`West syndrome`$value #> [1] "West syndrome" #> #> #> $`Wide mouth` #> $`Wide mouth`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0000154" #> #> $`Wide mouth`$`_id` #> [1] "HP_0000154<HP_0011337<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Wide mouth`$privateGeneCount #> [1] 0 #> #> $`Wide mouth`$publicGeneCount #> [1] 1 #> #> $`Wide mouth`$urlId #> [1] "HP_0000154" #> #> $`Wide mouth`$dbPhenotype #> [1] TRUE #> #> $`Wide mouth`$`_parent` #> [1] "HP_0011337<HP_0000163<HP_0031816<HP_0000153<HP_0000271<HP_0000234<HP_0000152<HP_0000118<HP_0000001" #> #> $`Wide mouth`$`_is_leaf` #> [1] TRUE #> #> $`Wide mouth`$children #> list() #> #> $`Wide mouth`$value #> [1] "Wide mouth" #> #> #> $`Williams-Beuren syndrome` #> $`Williams-Beuren syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1928" #> #> $`Williams-Beuren syndrome`$`_id` #> [1] "DOID_1928<DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Williams-Beuren syndrome`$privateGeneCount #> [1] 0 #> #> $`Williams-Beuren syndrome`$publicGeneCount #> [1] 14 #> #> $`Williams-Beuren syndrome`$urlId #> [1] "DOID_1928" #> #> $`Williams-Beuren syndrome`$dbPhenotype #> [1] TRUE #> #> $`Williams-Beuren syndrome`$`_parent` #> [1] "DOID_0050736<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`Williams-Beuren syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Williams-Beuren syndrome`$children #> list() #> #> $`Williams-Beuren syndrome`$value #> [1] "Williams-Beuren syndrome" #> #> #> $`Williams-Beuren syndrome` #> $`Williams-Beuren syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1928" #> #> $`Williams-Beuren syndrome`$`_id` #> [1] "DOID_1928<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`Williams-Beuren syndrome`$privateGeneCount #> [1] 0 #> #> $`Williams-Beuren syndrome`$publicGeneCount #> [1] 14 #> #> $`Williams-Beuren syndrome`$urlId #> [1] "DOID_1928" #> #> $`Williams-Beuren syndrome`$dbPhenotype #> [1] TRUE #> #> $`Williams-Beuren syndrome`$`_parent` #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`Williams-Beuren syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Williams-Beuren syndrome`$children #> list() #> #> $`Williams-Beuren syndrome`$value #> [1] "Williams-Beuren syndrome" #> #> #> $`Williams-Beuren syndrome` #> $`Williams-Beuren syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1928" #> #> $`Williams-Beuren syndrome`$`_id` #> [1] "DOID_1928<DOID_225<DOID_4" #> #> $`Williams-Beuren syndrome`$privateGeneCount #> [1] 0 #> #> $`Williams-Beuren syndrome`$publicGeneCount #> [1] 14 #> #> $`Williams-Beuren syndrome`$urlId #> [1] "DOID_1928" #> #> $`Williams-Beuren syndrome`$dbPhenotype #> [1] TRUE #> #> $`Williams-Beuren syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Williams-Beuren syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Williams-Beuren syndrome`$children #> list() #> #> $`Williams-Beuren syndrome`$value #> [1] "Williams-Beuren syndrome" #> #> #> $`Wilson disease` #> $`Wilson disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_893" #> #> $`Wilson disease`$`_id` #> [1] "DOID_893<DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`Wilson disease`$privateGeneCount #> [1] 0 #> #> $`Wilson disease`$publicGeneCount #> [1] 35 #> #> $`Wilson disease`$urlId #> [1] "DOID_893" #> #> $`Wilson disease`$dbPhenotype #> [1] TRUE #> #> $`Wilson disease`$`_parent` #> [1] "DOID_409<DOID_3118<DOID_77<DOID_7<DOID_4" #> #> $`Wilson disease`$`_is_leaf` #> [1] TRUE #> #> $`Wilson disease`$children #> list() #> #> $`Wilson disease`$value #> [1] "Wilson disease" #> #> #> $`Wilson disease` #> $`Wilson disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_893" #> #> $`Wilson disease`$`_id` #> [1] "DOID_893<DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`Wilson disease`$privateGeneCount #> [1] 0 #> #> $`Wilson disease`$publicGeneCount #> [1] 35 #> #> $`Wilson disease`$urlId #> [1] "DOID_893" #> #> $`Wilson disease`$dbPhenotype #> [1] TRUE #> #> $`Wilson disease`$`_parent` #> [1] "DOID_896<DOID_655<DOID_0014667<DOID_4" #> #> $`Wilson disease`$`_is_leaf` #> [1] TRUE #> #> $`Wilson disease`$children #> list() #> #> $`Wilson disease`$value #> [1] "Wilson disease" #> #> #> $`Wiskott-Aldrich syndrome` #> $`Wiskott-Aldrich syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9169" #> #> $`Wiskott-Aldrich syndrome`$`_id` #> [1] "DOID_9169<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Wiskott-Aldrich syndrome`$privateGeneCount #> [1] 0 #> #> $`Wiskott-Aldrich syndrome`$publicGeneCount #> [1] 2 #> #> $`Wiskott-Aldrich syndrome`$urlId #> [1] "DOID_9169" #> #> $`Wiskott-Aldrich syndrome`$dbPhenotype #> [1] TRUE #> #> $`Wiskott-Aldrich syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`Wiskott-Aldrich syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Wiskott-Aldrich syndrome`$children #> list() #> #> $`Wiskott-Aldrich syndrome`$value #> [1] "Wiskott-Aldrich syndrome" #> #> #> $`Wiskott-Aldrich syndrome` #> $`Wiskott-Aldrich syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_9169" #> #> $`Wiskott-Aldrich syndrome`$`_id` #> [1] "DOID_9169<DOID_225<DOID_4" #> #> $`Wiskott-Aldrich syndrome`$privateGeneCount #> [1] 0 #> #> $`Wiskott-Aldrich syndrome`$publicGeneCount #> [1] 2 #> #> $`Wiskott-Aldrich syndrome`$urlId #> [1] "DOID_9169" #> #> $`Wiskott-Aldrich syndrome`$dbPhenotype #> [1] TRUE #> #> $`Wiskott-Aldrich syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Wiskott-Aldrich syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Wiskott-Aldrich syndrome`$children #> list() #> #> $`Wiskott-Aldrich syndrome`$value #> [1] "Wiskott-Aldrich syndrome" #> #> #> $`withdrawal disorder` #> $`withdrawal disorder`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060001" #> #> $`withdrawal disorder`$`_id` #> [1] "DOID_0060001<DOID_303<DOID_150<DOID_4" #> #> $`withdrawal disorder`$privateGeneCount #> [1] 0 #> #> $`withdrawal disorder`$publicGeneCount #> [1] 53 #> #> $`withdrawal disorder`$urlId #> [1] "DOID_0060001" #> #> $`withdrawal disorder`$dbPhenotype #> [1] TRUE #> #> $`withdrawal disorder`$`_parent` #> [1] "DOID_303<DOID_150<DOID_4" #> #> $`withdrawal disorder`$`_is_leaf` #> [1] TRUE #> #> $`withdrawal disorder`$children #> list() #> #> $`withdrawal disorder`$value #> [1] "withdrawal disorder" #> #> #> $`Wolf-Hirschhorn syndrome` #> $`Wolf-Hirschhorn syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050460" #> #> $`Wolf-Hirschhorn syndrome`$`_id` #> [1] "DOID_0050460<DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`Wolf-Hirschhorn syndrome`$privateGeneCount #> [1] 0 #> #> $`Wolf-Hirschhorn syndrome`$publicGeneCount #> [1] 4 #> #> $`Wolf-Hirschhorn syndrome`$urlId #> [1] "DOID_0050460" #> #> $`Wolf-Hirschhorn syndrome`$dbPhenotype #> [1] TRUE #> #> $`Wolf-Hirschhorn syndrome`$`_parent` #> [1] "DOID_0060388<DOID_0080014<DOID_630<DOID_4" #> #> $`Wolf-Hirschhorn syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Wolf-Hirschhorn syndrome`$children #> list() #> #> $`Wolf-Hirschhorn syndrome`$value #> [1] "Wolf-Hirschhorn syndrome" #> #> #> $`Wolff-Parkinson-White syndrome` #> $`Wolff-Parkinson-White syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_384" #> #> $`Wolff-Parkinson-White syndrome`$`_id` #> [1] "DOID_384<DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`Wolff-Parkinson-White syndrome`$privateGeneCount #> [1] 0 #> #> $`Wolff-Parkinson-White syndrome`$publicGeneCount #> [1] 1 #> #> $`Wolff-Parkinson-White syndrome`$urlId #> [1] "DOID_384" #> #> $`Wolff-Parkinson-White syndrome`$dbPhenotype #> [1] TRUE #> #> $`Wolff-Parkinson-White syndrome`$`_parent` #> [1] "DOID_10273<DOID_114<DOID_1287<DOID_7<DOID_4" #> #> $`Wolff-Parkinson-White syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Wolff-Parkinson-White syndrome`$children #> list() #> #> $`Wolff-Parkinson-White syndrome`$value #> [1] "Wolff-Parkinson-White syndrome" #> #> #> $`Wolfram syndrome` #> $`Wolfram syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_10632" #> #> $`Wolfram syndrome`$`_id` #> [1] "DOID_10632<DOID_225<DOID_4" #> #> $`Wolfram syndrome`$privateGeneCount #> [1] 0 #> #> $`Wolfram syndrome`$publicGeneCount #> [1] 3 #> #> $`Wolfram syndrome`$urlId #> [1] "DOID_10632" #> #> $`Wolfram syndrome`$dbPhenotype #> [1] TRUE #> #> $`Wolfram syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Wolfram syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Wolfram syndrome`$children #> list() #> #> $`Wolfram syndrome`$value #> [1] "Wolfram syndrome" #> #> #> $`Wolman disease` #> $`Wolman disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14497" #> #> $`Wolman disease`$`_id` #> [1] "DOID_14497<DOID_0080217<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Wolman disease`$privateGeneCount #> [1] 0 #> #> $`Wolman disease`$publicGeneCount #> [1] 1 #> #> $`Wolman disease`$urlId #> [1] "DOID_14497" #> #> $`Wolman disease`$dbPhenotype #> [1] TRUE #> #> $`Wolman disease`$`_parent` #> [1] "DOID_0080217<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $`Wolman disease`$`_is_leaf` #> [1] TRUE #> #> $`Wolman disease`$children #> list() #> #> $`Wolman disease`$value #> [1] "Wolman disease" #> #> #> $`Woolly hair` #> $`Woolly hair`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0002224" #> #> $`Woolly hair`$`_id` #> [1] "HP_0002224<HP_0010719<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Woolly hair`$privateGeneCount #> [1] 0 #> #> $`Woolly hair`$publicGeneCount #> [1] 2 #> #> $`Woolly hair`$urlId #> [1] "HP_0002224" #> #> $`Woolly hair`$dbPhenotype #> [1] TRUE #> #> $`Woolly hair`$`_parent` #> [1] "HP_0010719<HP_0001595<HP_0011138<HP_0001574<HP_0000118<HP_0000001" #> #> $`Woolly hair`$`_is_leaf` #> [1] TRUE #> #> $`Woolly hair`$children #> list() #> #> $`Woolly hair`$value #> [1] "Woolly hair" #> #> #> $`X-linked Aarskog syndrome` #> $`X-linked Aarskog syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6683" #> #> $`X-linked Aarskog syndrome`$`_id` #> [1] "DOID_6683<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked Aarskog syndrome`$privateGeneCount #> [1] 0 #> #> $`X-linked Aarskog syndrome`$publicGeneCount #> [1] 1 #> #> $`X-linked Aarskog syndrome`$urlId #> [1] "DOID_6683" #> #> $`X-linked Aarskog syndrome`$dbPhenotype #> [1] TRUE #> #> $`X-linked Aarskog syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked Aarskog syndrome`$`_is_leaf` #> [1] TRUE #> #> $`X-linked Aarskog syndrome`$children #> list() #> #> $`X-linked Aarskog syndrome`$value #> [1] "X-linked Aarskog syndrome" #> #> #> $`X-linked Aarskog syndrome` #> $`X-linked Aarskog syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6683" #> #> $`X-linked Aarskog syndrome`$`_id` #> [1] "DOID_6683<DOID_0111824<DOID_225<DOID_4" #> #> $`X-linked Aarskog syndrome`$privateGeneCount #> [1] 0 #> #> $`X-linked Aarskog syndrome`$publicGeneCount #> [1] 1 #> #> $`X-linked Aarskog syndrome`$urlId #> [1] "DOID_6683" #> #> $`X-linked Aarskog syndrome`$dbPhenotype #> [1] TRUE #> #> $`X-linked Aarskog syndrome`$`_parent` #> [1] "DOID_0111824<DOID_225<DOID_4" #> #> $`X-linked Aarskog syndrome`$`_is_leaf` #> [1] TRUE #> #> $`X-linked Aarskog syndrome`$children #> list() #> #> $`X-linked Aarskog syndrome`$value #> [1] "X-linked Aarskog syndrome" #> #> #> $`X-linked agammaglobulinemia` #> $`X-linked agammaglobulinemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14179" #> #> $`X-linked agammaglobulinemia`$`_id` #> [1] "DOID_14179<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked agammaglobulinemia`$privateGeneCount #> [1] 0 #> #> $`X-linked agammaglobulinemia`$publicGeneCount #> [1] 1 #> #> $`X-linked agammaglobulinemia`$urlId #> [1] "DOID_14179" #> #> $`X-linked agammaglobulinemia`$dbPhenotype #> [1] TRUE #> #> $`X-linked agammaglobulinemia`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked agammaglobulinemia`$`_is_leaf` #> [1] TRUE #> #> $`X-linked agammaglobulinemia`$children #> list() #> #> $`X-linked agammaglobulinemia`$value #> [1] "X-linked agammaglobulinemia" #> #> #> $`X-linked agammaglobulinemia` #> $`X-linked agammaglobulinemia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_14179" #> #> $`X-linked agammaglobulinemia`$`_id` #> [1] "DOID_14179<DOID_2583<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`X-linked agammaglobulinemia`$privateGeneCount #> [1] 0 #> #> $`X-linked agammaglobulinemia`$publicGeneCount #> [1] 1 #> #> $`X-linked agammaglobulinemia`$urlId #> [1] "DOID_14179" #> #> $`X-linked agammaglobulinemia`$dbPhenotype #> [1] TRUE #> #> $`X-linked agammaglobulinemia`$`_parent` #> [1] "DOID_2583<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`X-linked agammaglobulinemia`$`_is_leaf` #> [1] TRUE #> #> $`X-linked agammaglobulinemia`$children #> list() #> #> $`X-linked agammaglobulinemia`$value #> [1] "X-linked agammaglobulinemia" #> #> #> $`X-linked chondrodysplasia punctata 1` #> $`X-linked chondrodysplasia punctata 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060292" #> #> $`X-linked chondrodysplasia punctata 1`$`_id` #> [1] "DOID_0060292<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked chondrodysplasia punctata 1`$privateGeneCount #> [1] 0 #> #> $`X-linked chondrodysplasia punctata 1`$publicGeneCount #> [1] 2 #> #> $`X-linked chondrodysplasia punctata 1`$urlId #> [1] "DOID_0060292" #> #> $`X-linked chondrodysplasia punctata 1`$dbPhenotype #> [1] TRUE #> #> $`X-linked chondrodysplasia punctata 1`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked chondrodysplasia punctata 1`$`_is_leaf` #> [1] TRUE #> #> $`X-linked chondrodysplasia punctata 1`$children #> list() #> #> $`X-linked chondrodysplasia punctata 1`$value #> [1] "X-linked chondrodysplasia punctata 1" #> #> #> $`X-linked chondrodysplasia punctata 1` #> $`X-linked chondrodysplasia punctata 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060292" #> #> $`X-linked chondrodysplasia punctata 1`$`_id` #> [1] "DOID_0060292<DOID_2581<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked chondrodysplasia punctata 1`$privateGeneCount #> [1] 0 #> #> $`X-linked chondrodysplasia punctata 1`$publicGeneCount #> [1] 2 #> #> $`X-linked chondrodysplasia punctata 1`$urlId #> [1] "DOID_0060292" #> #> $`X-linked chondrodysplasia punctata 1`$dbPhenotype #> [1] TRUE #> #> $`X-linked chondrodysplasia punctata 1`$`_parent` #> [1] "DOID_2581<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked chondrodysplasia punctata 1`$`_is_leaf` #> [1] TRUE #> #> $`X-linked chondrodysplasia punctata 1`$children #> list() #> #> $`X-linked chondrodysplasia punctata 1`$value #> [1] "X-linked chondrodysplasia punctata 1" #> #> #> $`X-linked chondrodysplasia punctata 1` #> $`X-linked chondrodysplasia punctata 1`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060292" #> #> $`X-linked chondrodysplasia punctata 1`$`_id` #> [1] "DOID_0060292<DOID_2581<DOID_225<DOID_4" #> #> $`X-linked chondrodysplasia punctata 1`$privateGeneCount #> [1] 0 #> #> $`X-linked chondrodysplasia punctata 1`$publicGeneCount #> [1] 2 #> #> $`X-linked chondrodysplasia punctata 1`$urlId #> [1] "DOID_0060292" #> #> $`X-linked chondrodysplasia punctata 1`$dbPhenotype #> [1] TRUE #> #> $`X-linked chondrodysplasia punctata 1`$`_parent` #> [1] "DOID_2581<DOID_225<DOID_4" #> #> $`X-linked chondrodysplasia punctata 1`$`_is_leaf` #> [1] TRUE #> #> $`X-linked chondrodysplasia punctata 1`$children #> list() #> #> $`X-linked chondrodysplasia punctata 1`$value #> [1] "X-linked chondrodysplasia punctata 1" #> #> #> $`X-linked dominant disease` #> $`X-linked dominant disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080009" #> #> $`X-linked dominant disease`$`_id` #> [1] "DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant disease`$privateGeneCount #> [1] 0 #> #> $`X-linked dominant disease`$publicGeneCount #> [1] 14 #> #> $`X-linked dominant disease`$urlId #> [1] "DOID_0080009" #> #> $`X-linked dominant disease`$dbPhenotype #> [1] FALSE #> #> $`X-linked dominant disease`$`_parent` #> [1] "DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant disease`$`_is_leaf` #> [1] FALSE #> #> $`X-linked dominant disease`$children #> $`X-linked dominant disease`$children[[1]] #> [1] "DOID_3783<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant disease`$children[[2]] #> [1] "DOID_14737<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant disease`$children[[3]] #> [1] "DOID_0050437<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant disease`$children[[4]] #> [1] "DOID_2120<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant disease`$children[[5]] #> [1] "DOID_14261<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant disease`$children[[6]] #> [1] "DOID_0060316<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant disease`$children[[7]] #> [1] "DOID_0080090<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant disease`$children[[8]] #> [1] "DOID_0050445<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> #> $`X-linked dominant disease`$value #> [1] "X-linked dominant disease" #> #> #> $`X-linked dominant hypophosphatemic rickets` #> $`X-linked dominant hypophosphatemic rickets`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050445" #> #> $`X-linked dominant hypophosphatemic rickets`$`_id` #> [1] "DOID_0050445<DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant hypophosphatemic rickets`$privateGeneCount #> [1] 0 #> #> $`X-linked dominant hypophosphatemic rickets`$publicGeneCount #> [1] 3 #> #> $`X-linked dominant hypophosphatemic rickets`$urlId #> [1] "DOID_0050445" #> #> $`X-linked dominant hypophosphatemic rickets`$dbPhenotype #> [1] TRUE #> #> $`X-linked dominant hypophosphatemic rickets`$`_parent` #> [1] "DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked dominant hypophosphatemic rickets`$`_is_leaf` #> [1] TRUE #> #> $`X-linked dominant hypophosphatemic rickets`$children #> list() #> #> $`X-linked dominant hypophosphatemic rickets`$value #> [1] "X-linked dominant hypophosphatemic rickets" #> #> #> $`X-linked dominant hypophosphatemic rickets` #> $`X-linked dominant hypophosphatemic rickets`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050445" #> #> $`X-linked dominant hypophosphatemic rickets`$`_id` #> [1] "DOID_0050445<DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`X-linked dominant hypophosphatemic rickets`$privateGeneCount #> [1] 0 #> #> $`X-linked dominant hypophosphatemic rickets`$publicGeneCount #> [1] 3 #> #> $`X-linked dominant hypophosphatemic rickets`$urlId #> [1] "DOID_0050445" #> #> $`X-linked dominant hypophosphatemic rickets`$dbPhenotype #> [1] TRUE #> #> $`X-linked dominant hypophosphatemic rickets`$`_parent` #> [1] "DOID_10609<DOID_0080005<DOID_0080001<DOID_65<DOID_17<DOID_7<DOID_4" #> #> $`X-linked dominant hypophosphatemic rickets`$`_is_leaf` #> [1] TRUE #> #> $`X-linked dominant hypophosphatemic rickets`$children #> list() #> #> $`X-linked dominant hypophosphatemic rickets`$value #> [1] "X-linked dominant hypophosphatemic rickets" #> #> #> $`X-linked hereditary ataxia` #> $`X-linked hereditary ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050953" #> #> $`X-linked hereditary ataxia`$`_id` #> [1] "DOID_0050953<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked hereditary ataxia`$privateGeneCount #> [1] 0 #> #> $`X-linked hereditary ataxia`$publicGeneCount #> [1] 1 #> #> $`X-linked hereditary ataxia`$urlId #> [1] "DOID_0050953" #> #> $`X-linked hereditary ataxia`$dbPhenotype #> [1] FALSE #> #> $`X-linked hereditary ataxia`$`_parent` #> [1] "DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked hereditary ataxia`$`_is_leaf` #> [1] FALSE #> #> $`X-linked hereditary ataxia`$children #> $`X-linked hereditary ataxia`$children[[1]] #> [1] "DOID_0050879<DOID_0050953<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> #> $`X-linked hereditary ataxia`$value #> [1] "X-linked hereditary ataxia" #> #> #> $`X-linked hereditary ataxia` #> $`X-linked hereditary ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050953" #> #> $`X-linked hereditary ataxia`$`_id` #> [1] "DOID_0050953<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`X-linked hereditary ataxia`$privateGeneCount #> [1] 0 #> #> $`X-linked hereditary ataxia`$publicGeneCount #> [1] 1 #> #> $`X-linked hereditary ataxia`$urlId #> [1] "DOID_0050953" #> #> $`X-linked hereditary ataxia`$dbPhenotype #> [1] FALSE #> #> $`X-linked hereditary ataxia`$`_parent` #> [1] "DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> $`X-linked hereditary ataxia`$`_is_leaf` #> [1] FALSE #> #> $`X-linked hereditary ataxia`$children #> $`X-linked hereditary ataxia`$children[[1]] #> [1] "DOID_0050879<DOID_0050953<DOID_0050951<DOID_1289<DOID_331<DOID_863<DOID_7<DOID_4" #> #> #> $`X-linked hereditary ataxia`$value #> [1] "X-linked hereditary ataxia" #> #> #> $`X-linked hyper IgM syndrome` #> $`X-linked hyper IgM syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6620" #> #> $`X-linked hyper IgM syndrome`$`_id` #> [1] "DOID_6620<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked hyper IgM syndrome`$privateGeneCount #> [1] 0 #> #> $`X-linked hyper IgM syndrome`$publicGeneCount #> [1] 2 #> #> $`X-linked hyper IgM syndrome`$urlId #> [1] "DOID_6620" #> #> $`X-linked hyper IgM syndrome`$dbPhenotype #> [1] TRUE #> #> $`X-linked hyper IgM syndrome`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked hyper IgM syndrome`$`_is_leaf` #> [1] TRUE #> #> $`X-linked hyper IgM syndrome`$children #> list() #> #> $`X-linked hyper IgM syndrome`$value #> [1] "X-linked hyper IgM syndrome" #> #> #> $`X-linked hyper IgM syndrome` #> $`X-linked hyper IgM syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_6620" #> #> $`X-linked hyper IgM syndrome`$`_id` #> [1] "DOID_6620<DOID_0080544<DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`X-linked hyper IgM syndrome`$privateGeneCount #> [1] 0 #> #> $`X-linked hyper IgM syndrome`$publicGeneCount #> [1] 2 #> #> $`X-linked hyper IgM syndrome`$urlId #> [1] "DOID_6620" #> #> $`X-linked hyper IgM syndrome`$dbPhenotype #> [1] TRUE #> #> $`X-linked hyper IgM syndrome`$`_parent` #> [1] "DOID_0080544<DOID_2959<DOID_2115<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`X-linked hyper IgM syndrome`$`_is_leaf` #> [1] TRUE #> #> $`X-linked hyper IgM syndrome`$children #> list() #> #> $`X-linked hyper IgM syndrome`$value #> [1] "X-linked hyper IgM syndrome" #> #> #> $`X-linked ichthyosis` #> $`X-linked ichthyosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1700" #> #> $`X-linked ichthyosis`$`_id` #> [1] "DOID_1700<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked ichthyosis`$privateGeneCount #> [1] 0 #> #> $`X-linked ichthyosis`$publicGeneCount #> [1] 1 #> #> $`X-linked ichthyosis`$urlId #> [1] "DOID_1700" #> #> $`X-linked ichthyosis`$dbPhenotype #> [1] TRUE #> #> $`X-linked ichthyosis`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked ichthyosis`$`_is_leaf` #> [1] TRUE #> #> $`X-linked ichthyosis`$children #> list() #> #> $`X-linked ichthyosis`$value #> [1] "X-linked ichthyosis" #> #> #> $`X-linked ichthyosis` #> $`X-linked ichthyosis`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_1700" #> #> $`X-linked ichthyosis`$`_id` #> [1] "DOID_1700<DOID_1697<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`X-linked ichthyosis`$privateGeneCount #> [1] 0 #> #> $`X-linked ichthyosis`$publicGeneCount #> [1] 1 #> #> $`X-linked ichthyosis`$urlId #> [1] "DOID_1700" #> #> $`X-linked ichthyosis`$dbPhenotype #> [1] TRUE #> #> $`X-linked ichthyosis`$`_parent` #> [1] "DOID_1697<DOID_37<DOID_16<DOID_7<DOID_4" #> #> $`X-linked ichthyosis`$`_is_leaf` #> [1] TRUE #> #> $`X-linked ichthyosis`$children #> list() #> #> $`X-linked ichthyosis`$value #> [1] "X-linked ichthyosis" #> #> #> $`X-linked monogenic disease` #> $`X-linked monogenic disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050735" #> #> $`X-linked monogenic disease`$`_id` #> [1] "DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked monogenic disease`$privateGeneCount #> [1] 0 #> #> $`X-linked monogenic disease`$publicGeneCount #> [1] 97 #> #> $`X-linked monogenic disease`$urlId #> [1] "DOID_0050735" #> #> $`X-linked monogenic disease`$dbPhenotype #> [1] FALSE #> #> $`X-linked monogenic disease`$`_parent` #> [1] "DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked monogenic disease`$`_is_leaf` #> [1] FALSE #> #> $`X-linked monogenic disease`$children #> $`X-linked monogenic disease`$children[[1]] #> [1] "DOID_0050776<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked monogenic disease`$children[[2]] #> [1] "DOID_0050781<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked monogenic disease`$children[[3]] #> [1] "DOID_0060309<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked monogenic disease`$children[[4]] #> [1] "DOID_0080009<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked monogenic disease`$children[[5]] #> [1] "DOID_0050953<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked monogenic disease`$children[[6]] #> [1] "DOID_0050566<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked monogenic disease`$children[[7]] #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> #> $`X-linked monogenic disease`$value #> [1] "X-linked monogenic disease" #> #> #> $`X-linked nonsyndromic deafness` #> $`X-linked nonsyndromic deafness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050566" #> #> $`X-linked nonsyndromic deafness`$`_id` #> [1] "DOID_0050566<DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`X-linked nonsyndromic deafness`$privateGeneCount #> [1] 0 #> #> $`X-linked nonsyndromic deafness`$publicGeneCount #> [1] 5 #> #> $`X-linked nonsyndromic deafness`$urlId #> [1] "DOID_0050566" #> #> $`X-linked nonsyndromic deafness`$dbPhenotype #> [1] TRUE #> #> $`X-linked nonsyndromic deafness`$`_parent` #> [1] "DOID_0050563<DOID_2742<DOID_0050155<DOID_863<DOID_7<DOID_4" #> #> $`X-linked nonsyndromic deafness`$`_is_leaf` #> [1] TRUE #> #> $`X-linked nonsyndromic deafness`$children #> list() #> #> $`X-linked nonsyndromic deafness`$value #> [1] "X-linked nonsyndromic deafness" #> #> #> $`X-linked nonsyndromic deafness` #> $`X-linked nonsyndromic deafness`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050566" #> #> $`X-linked nonsyndromic deafness`$`_id` #> [1] "DOID_0050566<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked nonsyndromic deafness`$privateGeneCount #> [1] 0 #> #> $`X-linked nonsyndromic deafness`$publicGeneCount #> [1] 5 #> #> $`X-linked nonsyndromic deafness`$urlId #> [1] "DOID_0050566" #> #> $`X-linked nonsyndromic deafness`$dbPhenotype #> [1] TRUE #> #> $`X-linked nonsyndromic deafness`$`_parent` #> [1] "DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked nonsyndromic deafness`$`_is_leaf` #> [1] TRUE #> #> $`X-linked nonsyndromic deafness`$children #> list() #> #> $`X-linked nonsyndromic deafness`$value #> [1] "X-linked nonsyndromic deafness" #> #> #> $`X-linked recessive disease` #> $`X-linked recessive disease`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0080012" #> #> $`X-linked recessive disease`$`_id` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$privateGeneCount #> [1] 0 #> #> $`X-linked recessive disease`$publicGeneCount #> [1] 56 #> #> $`X-linked recessive disease`$urlId #> [1] "DOID_0080012" #> #> $`X-linked recessive disease`$dbPhenotype #> [1] FALSE #> #> $`X-linked recessive disease`$`_parent` #> [1] "DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$`_is_leaf` #> [1] FALSE #> #> $`X-linked recessive disease`$children #> $`X-linked recessive disease`$children[[1]] #> [1] "DOID_10588<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[2]] #> [1] "DOID_0050630<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[3]] #> [1] "DOID_0050631<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[4]] #> [1] "DOID_0050476<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[5]] #> [1] "DOID_0050679<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[6]] #> [1] "DOID_0050681<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[7]] #> [1] "DOID_0050699<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[8]] #> [1] "DOID_11723<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[9]] #> [1] "DOID_12134<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[10]] #> [1] "DOID_14711<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[11]] #> [1] "DOID_12259<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[12]] #> [1] "DOID_0060161<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[13]] #> [1] "DOID_1919<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[14]] #> [1] "DOID_0060246<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[15]] #> [1] "DOID_1056<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[16]] #> [1] "DOID_14744<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[17]] #> [1] "DOID_3210<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[18]] #> [1] "DOID_0060179<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[19]] #> [1] "DOID_0060063<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[20]] #> [1] "DOID_0060248<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[21]] #> [1] "DOID_9169<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[22]] #> [1] "DOID_6683<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[23]] #> [1] "DOID_14179<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[24]] #> [1] "DOID_0060292<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[25]] #> [1] "DOID_6620<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[26]] #> [1] "DOID_1700<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[27]] #> [1] "DOID_0060013<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked recessive disease`$children[[28]] #> [1] "DOID_0050554<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> #> $`X-linked recessive disease`$value #> [1] "X-linked recessive disease" #> #> #> $`X-linked severe combined immunodeficiency` #> $`X-linked severe combined immunodeficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060013" #> #> $`X-linked severe combined immunodeficiency`$`_id` #> [1] "DOID_0060013<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked severe combined immunodeficiency`$privateGeneCount #> [1] 0 #> #> $`X-linked severe combined immunodeficiency`$publicGeneCount #> [1] 2 #> #> $`X-linked severe combined immunodeficiency`$urlId #> [1] "DOID_0060013" #> #> $`X-linked severe combined immunodeficiency`$dbPhenotype #> [1] TRUE #> #> $`X-linked severe combined immunodeficiency`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked severe combined immunodeficiency`$`_is_leaf` #> [1] TRUE #> #> $`X-linked severe combined immunodeficiency`$children #> list() #> #> $`X-linked severe combined immunodeficiency`$value #> [1] "X-linked severe combined immunodeficiency" #> #> #> $`X-linked severe combined immunodeficiency` #> $`X-linked severe combined immunodeficiency`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060013" #> #> $`X-linked severe combined immunodeficiency`$`_id` #> [1] "DOID_0060013<DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`X-linked severe combined immunodeficiency`$privateGeneCount #> [1] 0 #> #> $`X-linked severe combined immunodeficiency`$publicGeneCount #> [1] 2 #> #> $`X-linked severe combined immunodeficiency`$urlId #> [1] "DOID_0060013" #> #> $`X-linked severe combined immunodeficiency`$dbPhenotype #> [1] TRUE #> #> $`X-linked severe combined immunodeficiency`$`_parent` #> [1] "DOID_627<DOID_628<DOID_612<DOID_2914<DOID_7<DOID_4" #> #> $`X-linked severe combined immunodeficiency`$`_is_leaf` #> [1] TRUE #> #> $`X-linked severe combined immunodeficiency`$children #> list() #> #> $`X-linked severe combined immunodeficiency`$value #> [1] "X-linked severe combined immunodeficiency" #> #> #> $`X-linked sideroblastic anemia with ataxia` #> $`X-linked sideroblastic anemia with ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050554" #> #> $`X-linked sideroblastic anemia with ataxia`$`_id` #> [1] "DOID_0050554<DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked sideroblastic anemia with ataxia`$privateGeneCount #> [1] 0 #> #> $`X-linked sideroblastic anemia with ataxia`$publicGeneCount #> [1] 1 #> #> $`X-linked sideroblastic anemia with ataxia`$urlId #> [1] "DOID_0050554" #> #> $`X-linked sideroblastic anemia with ataxia`$dbPhenotype #> [1] TRUE #> #> $`X-linked sideroblastic anemia with ataxia`$`_parent` #> [1] "DOID_0080012<DOID_0050735<DOID_0050177<DOID_630<DOID_4" #> #> $`X-linked sideroblastic anemia with ataxia`$`_is_leaf` #> [1] TRUE #> #> $`X-linked sideroblastic anemia with ataxia`$children #> list() #> #> $`X-linked sideroblastic anemia with ataxia`$value #> [1] "X-linked sideroblastic anemia with ataxia" #> #> #> $`X-linked sideroblastic anemia with ataxia` #> $`X-linked sideroblastic anemia with ataxia`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050554" #> #> $`X-linked sideroblastic anemia with ataxia`$`_id` #> [1] "DOID_0050554<DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`X-linked sideroblastic anemia with ataxia`$privateGeneCount #> [1] 0 #> #> $`X-linked sideroblastic anemia with ataxia`$publicGeneCount #> [1] 1 #> #> $`X-linked sideroblastic anemia with ataxia`$urlId #> [1] "DOID_0050554" #> #> $`X-linked sideroblastic anemia with ataxia`$dbPhenotype #> [1] TRUE #> #> $`X-linked sideroblastic anemia with ataxia`$`_parent` #> [1] "DOID_8955<DOID_12449<DOID_2355<DOID_74<DOID_7<DOID_4" #> #> $`X-linked sideroblastic anemia with ataxia`$`_is_leaf` #> [1] TRUE #> #> $`X-linked sideroblastic anemia with ataxia`$children #> list() #> #> $`X-linked sideroblastic anemia with ataxia`$value #> [1] "X-linked sideroblastic anemia with ataxia" #> #> #> $xanthinuria #> $xanthinuria$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0060236" #> #> $xanthinuria$`_id` #> [1] "DOID_0060236<DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> $xanthinuria$privateGeneCount #> [1] 0 #> #> $xanthinuria$publicGeneCount #> [1] 1 #> #> $xanthinuria$urlId #> [1] "DOID_0060236" #> #> $xanthinuria$dbPhenotype #> [1] TRUE #> #> $xanthinuria$`_parent` #> [1] "DOID_653<DOID_655<DOID_0014667<DOID_4" #> #> $xanthinuria$`_is_leaf` #> [1] TRUE #> #> $xanthinuria$children #> list() #> #> $xanthinuria$value #> [1] "xanthinuria" #> #> #> $xanthomatosis #> $xanthomatosis$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_3345" #> #> $xanthomatosis$`_id` #> [1] "DOID_3345<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $xanthomatosis$privateGeneCount #> [1] 0 #> #> $xanthomatosis$publicGeneCount #> [1] 2 #> #> $xanthomatosis$urlId #> [1] "DOID_3345" #> #> $xanthomatosis$dbPhenotype #> [1] TRUE #> #> $xanthomatosis$`_parent` #> [1] "DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> $xanthomatosis$`_is_leaf` #> [1] FALSE #> #> $xanthomatosis$children #> $xanthomatosis$children[[1]] #> [1] "DOID_4810<DOID_3345<DOID_9455<DOID_3211<DOID_655<DOID_0014667<DOID_4" #> #> #> $xanthomatosis$value #> [1] "xanthomatosis" #> #> #> $`xeroderma pigmentosum` #> $`xeroderma pigmentosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050427" #> #> $`xeroderma pigmentosum`$`_id` #> [1] "DOID_0050427<DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`xeroderma pigmentosum`$privateGeneCount #> [1] 0 #> #> $`xeroderma pigmentosum`$publicGeneCount #> [1] 10 #> #> $`xeroderma pigmentosum`$urlId #> [1] "DOID_0050427" #> #> $`xeroderma pigmentosum`$dbPhenotype #> [1] TRUE #> #> $`xeroderma pigmentosum`$`_parent` #> [1] "DOID_0050737<DOID_0050739<DOID_0050177<DOID_630<DOID_4" #> #> $`xeroderma pigmentosum`$`_is_leaf` #> [1] TRUE #> #> $`xeroderma pigmentosum`$children #> list() #> #> $`xeroderma pigmentosum`$value #> [1] "xeroderma pigmentosum" #> #> #> $`xeroderma pigmentosum` #> $`xeroderma pigmentosum`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050427" #> #> $`xeroderma pigmentosum`$`_id` #> [1] "DOID_0050427<DOID_225<DOID_4" #> #> $`xeroderma pigmentosum`$privateGeneCount #> [1] 0 #> #> $`xeroderma pigmentosum`$publicGeneCount #> [1] 10 #> #> $`xeroderma pigmentosum`$urlId #> [1] "DOID_0050427" #> #> $`xeroderma pigmentosum`$dbPhenotype #> [1] TRUE #> #> $`xeroderma pigmentosum`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`xeroderma pigmentosum`$`_is_leaf` #> [1] TRUE #> #> $`xeroderma pigmentosum`$children #> list() #> #> $`xeroderma pigmentosum`$value #> [1] "xeroderma pigmentosum" #> #> #> $`Zellweger syndrome` #> $`Zellweger syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_905" #> #> $`Zellweger syndrome`$`_id` #> [1] "DOID_905<DOID_0080377<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`Zellweger syndrome`$privateGeneCount #> [1] 0 #> #> $`Zellweger syndrome`$publicGeneCount #> [1] 16 #> #> $`Zellweger syndrome`$urlId #> [1] "DOID_905" #> #> $`Zellweger syndrome`$dbPhenotype #> [1] TRUE #> #> $`Zellweger syndrome`$`_parent` #> [1] "DOID_0080377<DOID_906<DOID_655<DOID_0014667<DOID_4" #> #> $`Zellweger syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Zellweger syndrome`$children #> list() #> #> $`Zellweger syndrome`$value #> [1] "Zellweger syndrome" #> #> #> $`Zollinger-Ellison syndrome` #> $`Zollinger-Ellison syndrome`$valueUri #> [1] "http://purl.obolibrary.org/obo/DOID_0050782" #> #> $`Zollinger-Ellison syndrome`$`_id` #> [1] "DOID_0050782<DOID_225<DOID_4" #> #> $`Zollinger-Ellison syndrome`$privateGeneCount #> [1] 0 #> #> $`Zollinger-Ellison syndrome`$publicGeneCount #> [1] 3 #> #> $`Zollinger-Ellison syndrome`$urlId #> [1] "DOID_0050782" #> #> $`Zollinger-Ellison syndrome`$dbPhenotype #> [1] TRUE #> #> $`Zollinger-Ellison syndrome`$`_parent` #> [1] "DOID_225<DOID_4" #> #> $`Zollinger-Ellison syndrome`$`_is_leaf` #> [1] TRUE #> #> $`Zollinger-Ellison syndrome`$children #> list() #> #> $`Zollinger-Ellison syndrome`$value #> [1] "Zollinger-Ellison syndrome" #> #> #> $`Zonular cataract` #> $`Zonular cataract`$valueUri #> [1] "http://purl.obolibrary.org/obo/HP_0010920" #> #> $`Zonular cataract`$`_id` #> [1] "HP_0010920<HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Zonular cataract`$privateGeneCount #> [1] 0 #> #> $`Zonular cataract`$publicGeneCount #> [1] 1 #> #> $`Zonular cataract`$urlId #> [1] "HP_0010920" #> #> $`Zonular cataract`$dbPhenotype #> [1] FALSE #> #> $`Zonular cataract`$`_parent` #> [1] "HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> $`Zonular cataract`$`_is_leaf` #> [1] FALSE #> #> $`Zonular cataract`$children #> $`Zonular cataract`$children[[1]] #> [1] "HP_0007648<HP_0010920<HP_0000518<HP_0000517<HP_0004328<HP_0012372<HP_0000478<HP_0000118<HP_0000001" #> #> #> $`Zonular cataract`$value #> [1] "Zonular cataract" #> #>
taxonInfo('human', request= 'gene',gene='DYRK1A')
#> $DYRK1A #> $DYRK1A$compositeSequenceCount #> [1] 0 #> #> $DYRK1A$phenotypes #> NULL #> #> $DYRK1A$officialSymbol #> [1] "DYRK1A" #> #> $DYRK1A$taxonId #> [1] 1 #> #> $DYRK1A$homologues #> NULL #> #> $DYRK1A$taxonCommonName #> [1] "human" #> #> $DYRK1A$score #> NULL #> #> $DYRK1A$officialName #> [1] "dual specificity tyrosine phosphorylation regulated kinase 1A" #> #> $DYRK1A$numGoTerms #> [1] 0 #> #> $DYRK1A$ncbiId #> [1] 1859 #> #> $DYRK1A$ensemblId #> [1] "ENSG00000157540" #> #> $DYRK1A$associatedExperimentCount #> [1] 0 #> #> $DYRK1A$geneSets #> NULL #> #> $DYRK1A$isQuery #> [1] TRUE #> #> $DYRK1A$multifunctionalityRank #> [1] 0 #> #> $DYRK1A$nodeDegreeNegRanks #> NULL #> #> $DYRK1A$nodeDegreePosRanks #> NULL #> #> $DYRK1A$nodeDegreesNeg #> NULL #> #> $DYRK1A$nodeDegreesPos #> NULL #> #> $DYRK1A$platformCount #> NULL #> #> $DYRK1A$taxonScientificName #> [1] "Homo sapiens" #> #> $DYRK1A$aliases #> NULL #> #> $DYRK1A$description #> [1] "Imported from NCBI gene; Nomenclature status: INTERIM" #> #> $DYRK1A$name #> [1] "DYRK1A" #> #> $DYRK1A$`_totalInQuery` #> [1] 0 #> #> $DYRK1A$id #> [1] 38762 #> #>
taxonInfo('human', request= 'geneLocation',gene='DYRK1A')
#> [[1]] #> [[1]]$taxon #> [[1]]$taxon$externalDatabase #> [[1]]$taxon$externalDatabase$checked #> [1] FALSE #> #> [[1]]$taxon$externalDatabase$name #> [1] "hg38" #> #> [[1]]$taxon$externalDatabase$id #> [1] 87 #> #> #> [[1]]$taxon$commonName #> [1] "human" #> #> [[1]]$taxon$scientificName #> [1] "Homo sapiens" #> #> [[1]]$taxon$isGenesUsable #> [1] TRUE #> #> [[1]]$taxon$ncbiId #> [1] 9606 #> #> [[1]]$taxon$isSpecies #> NULL #> #> [[1]]$taxon$`_totalInQuery` #> [1] 0 #> #> [[1]]$taxon$id #> [1] 1 #> #> #> [[1]]$strand #> [1] "+" #> #> [[1]]$chromosome #> [1] "21" #> #> [[1]]$nucleotide #> [1] 37365572 #> #> [[1]]$nucleotideLength #> [1] 149803 #> #> [[1]]$bin #> [1] 108 #> #> [[1]]$`_totalInQuery` #> [1] 0 #> #> [[1]]$id #> NULL #> #>